diff --git a/.gitignore b/.gitignore index 261c819e6..457fc1e49 100644 --- a/.gitignore +++ b/.gitignore @@ -2,17 +2,27 @@ .idea .DS_Store /.tmp/ -/logs/ + +/accessorys/mkcert/ +/accessorys/PicUploaderHelper/key_log.txt +/accessorys/PicUploaderHelper/PicUploader.py +/accessorys/PicUploaderHelper/PicUploader.php +/accessorys/PicUploaderHelper/PicUploader-local.php + +/auth/ /uploader/token/ /config/config-local.php /config/.settings /config/.config.json +/config/google-drive-config.json +/db +/logs/ + /uploads /uploader/UploadCoroutine.php /uploader/UploadCtyun.php /uploader/UploadXrcloud.php -/db -/accessorys/PicUploaderHelper/key_log.txt -/accessorys/PicUploaderHelper/PicUploader.py -/accessorys/PicUploaderHelper/PicUploader.php -/accessorys/PicUploaderHelper/PicUploader-local.php +/uploader/UploadGoogledrive.php +/uploader/UploadOnedrive.php + +/test.php \ No newline at end of file diff --git a/README.md b/README.md index d6b813d42..00f9807e5 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,12 @@ PicUploader ### 点赞 如果觉得PicUploader还不错,给个star鼓励鼓励我吧! -### 打赏 +### 如果支持我 +**方法一:** 如果本工具确实能帮助到你,不妨打赏一下,鼓励一下我继续更新并维护`PicUploader`。 + +**方法二:** +如果你玩抖音,可以使用抖音极速版(目前只有安卓版,iPhone暂不支持),然后填上我的邀请码:**89571647**,这样我们都能得到一定的奖励! diff --git a/composer.json b/composer.json index 61e94f0ad..aafab5d17 100644 --- a/composer.json +++ b/composer.json @@ -7,12 +7,13 @@ "aliyuncs/oss-sdk-php": "^2.3", "upyun/sdk": "^3.3", "yunify/qingstor-sdk": "^2.2", - "google/photos-library": "^1.1", "sabre/dav": "^3.2", "phpseclib/phpseclib": "^2.0", "cloudinary/cloudinary_php": "^1.14", "baidubce/bce-sdk-php": "^0.8.22", "monolog/monolog": "^1.24", - "qcloud/cos-sdk-v5": "^2.0" + "qcloud/cos-sdk-v5": "^2.0", + "microsoft/microsoft-graph": "^1.11", + "google/apiclient": "^2.0" } } diff --git a/composer.lock b/composer.lock index 57e7d4a21..3aa7a6f1b 100644 --- a/composer.lock +++ b/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": "aa4aa63eab254acca1a4830459e54feb", + "content-hash": "1ffd133f2108f1902b2ab060fc2e359b", "packages": [ { "name": "aliyuncs/oss-sdk-php", @@ -284,306 +284,153 @@ "time": "2017-06-27T22:17:23+00:00" }, { - "name": "google/auth", - "version": "v1.5.2", + "name": "google/apiclient", + "version": "v2.4.0", "source": { "type": "git", - "url": "https://github.com/googleapis/google-auth-library-php.git", - "reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5" + "url": "https://github.com/googleapis/google-api-php-client.git", + "reference": "cd3c37998020d91ae4eafca4f26a92da4dabba83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/2ee962e5df3e9427fda859f1b0515d6d62c4afa5", - "reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5", + "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/cd3c37998020d91ae4eafca4f26a92da4dabba83", + "reference": "cd3c37998020d91ae4eafca4f26a92da4dabba83", "shasum": "" }, "require": { - "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", - "guzzlehttp/guzzle": "~5.3.1|~6.0", + "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", + "google/apiclient-services": "~0.13", + "google/auth": "^1.0", + "guzzlehttp/guzzle": "~5.3.1||~6.0", "guzzlehttp/psr7": "^1.2", + "monolog/monolog": "^1.17|^2.0", "php": ">=5.4", - "psr/cache": "^1.0", - "psr/http-message": "^1.0" + "phpseclib/phpseclib": "~0.3.10||~2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^1.11", - "guzzlehttp/promises": "0.1.1|^1.3", - "phpseclib/phpseclib": "^2", - "phpunit/phpunit": "^4.8.36|^5.7", - "sebastian/comparator": ">=1.2.3" + "cache/filesystem-adapter": "^0.3.2", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "phpcompatibility/php-compatibility": "^9.2", + "phpunit/phpunit": "~4.8.36", + "squizlabs/php_codesniffer": "~2.3", + "symfony/css-selector": "~2.1", + "symfony/dom-crawler": "~2.1" }, "suggest": { - "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2." + "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" }, "type": "library", - "autoload": { - "psr-4": { - "Google\\Auth\\": "src" + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "Google Auth Library for PHP", - "homepage": "http://github.com/google/google-auth-library-php", - "keywords": [ - "Authentication", - "google", - "oauth2" - ], - "time": "2019-07-22T21:01:31+00:00" - }, - { - "name": "google/common-protos", - "version": "1.1", - "source": { - "type": "git", - "url": "https://github.com/googleapis/common-protos-php.git", - "reference": "89dd797f0620b3399121b027794b18de91e1269f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/89dd797f0620b3399121b027794b18de91e1269f", - "reference": "89dd797f0620b3399121b027794b18de91e1269f", - "shasum": "" - }, - "require": { - "google/protobuf": "^3.6.1" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36", - "sami/sami": "*" - }, - "type": "library", "autoload": { - "psr-4": { - "Google\\": "src", - "GPBMetadata\\Google\\": "metadata" - } + "psr-0": { + "Google_": "src/" + }, + "classmap": [ + "src/Google/Service/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], - "description": "Google API Common Protos for PHP", - "homepage": "https://github.com/googleapis/common-protos-php", - "keywords": [ - "google" - ], - "time": "2019-07-24T01:25:25+00:00" - }, - { - "name": "google/gax", - "version": "1.1.2", - "source": { - "type": "git", - "url": "https://github.com/googleapis/gax-php.git", - "reference": "4389c4103f0469f02c078250c73eaa57bdc91452" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/gax-php/zipball/4389c4103f0469f02c078250c73eaa57bdc91452", - "reference": "4389c4103f0469f02c078250c73eaa57bdc91452", - "shasum": "" - }, - "require": { - "google/auth": "^1.2.0", - "google/common-protos": "^1.0", - "google/grpc-gcp": "^0.1.0", - "google/protobuf": "^3.7.1", - "grpc/grpc": "^1.4", - "guzzlehttp/promises": "^1.3", - "guzzlehttp/psr7": "^1.2", - "php": ">=5.5" - }, - "conflict": { - "ext-protobuf": "<3.7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36", - "sami/sami": "*", - "squizlabs/php_codesniffer": "3.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Google\\ApiCore\\": "src", - "GPBMetadata\\Google\\": "metadata" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Google API Core for PHP", - "homepage": "https://github.com/googleapis/gax-php", + "description": "Client library for Google APIs", + "homepage": "http://developers.google.com/api-client-library/php", "keywords": [ "google" ], - "time": "2019-09-06T18:27:35+00:00" - }, - { - "name": "google/grpc-gcp", - "version": "0.1.4", - "source": { - "type": "git", - "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git", - "reference": "e1ec44c0c39bd204868e2a2ed3cc87ed9006984e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/e1ec44c0c39bd204868e2a2ed3cc87ed9006984e", - "reference": "e1ec44c0c39bd204868e2a2ed3cc87ed9006984e", - "shasum": "" - }, - "require": { - "google/auth": "^1.3", - "google/protobuf": "^v3.3.0", - "grpc/grpc": "^v1.13.0", - "php": ">=5.5.0", - "psr/cache": "^1.0.1" - }, - "require-dev": { - "google/cloud-spanner": "^1.7", - "phpunit/phpunit": "4.8.36" - }, - "type": "library", - "autoload": { - "psr-4": { - "Grpc\\Gcp\\": "src/", - "": "src/generated/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "gRPC GCP library for channel management", - "time": "2019-02-14T02:21:15+00:00" + "time": "2019-09-11T17:38:10+00:00" }, { - "name": "google/photos-library", - "version": "v1.4.0", + "name": "google/apiclient-services", + "version": "v0.119", "source": { "type": "git", - "url": "https://github.com/google/php-photoslibrary.git", - "reference": "9d231bec2eef1cb88f1864202ed2834ab7fe127f" + "url": "https://github.com/googleapis/google-api-php-client-services.git", + "reference": "580beda87338639b18fc2135b8945d4f898fefae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/php-photoslibrary/zipball/9d231bec2eef1cb88f1864202ed2834ab7fe127f", - "reference": "9d231bec2eef1cb88f1864202ed2834ab7fe127f", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/580beda87338639b18fc2135b8945d4f898fefae", + "reference": "580beda87338639b18fc2135b8945d4f898fefae", "shasum": "" }, "require": { - "google/gax": "^1.0.2", - "google/protobuf": "^3.7.1", - "php": "^5.5 || ^7.0" + "php": ">=5.4" }, "require-dev": { - "phpunit/phpunit": "^4.8|^5.0" + "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { - "psr-4": { - "": "src/", - "Google\\Photos\\Library\\Tests\\": "tests" + "psr-0": { + "Google_Service_": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], - "description": "Google Photos Library API Client Library for PHP", - "homepage": "https://developers.google.com/photos", + "description": "Client library for Google APIs", + "homepage": "http://developers.google.com/api-client-library/php", "keywords": [ - "google", - "google photos" - ], - "time": "2019-08-13T01:53:01+00:00" - }, - { - "name": "google/protobuf", - "version": "v3.9.1", - "source": { - "type": "git", - "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "4bb1a332b47f618a0a21ad3cc9a43f1c4aaa5b62" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/4bb1a332b47f618a0a21ad3cc9a43f1c4aaa5b62", - "reference": "4bb1a332b47f618a0a21ad3cc9a43f1c4aaa5b62", - "shasum": "" - }, - "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "phpunit/phpunit": ">=4.8.0" - }, - "suggest": { - "ext-bcmath": "Need to support JSON deserialization" - }, - "type": "library", - "autoload": { - "psr-4": { - "Google\\Protobuf\\": "src/Google/Protobuf", - "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "proto library for PHP", - "homepage": "https://developers.google.com/protocol-buffers/", - "keywords": [ - "proto" + "google" ], - "time": "2019-08-06T17:47:34+00:00" + "time": "2019-10-18T00:23:50+00:00" }, { - "name": "grpc/grpc", - "version": "1.22.0", + "name": "google/auth", + "version": "v1.6.0", "source": { "type": "git", - "url": "https://github.com/grpc/grpc-php.git", - "reference": "88235e786ef9b55fcb049f00c5c5202f8086a299" + "url": "https://github.com/googleapis/google-auth-library-php.git", + "reference": "6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grpc/grpc-php/zipball/88235e786ef9b55fcb049f00c5c5202f8086a299", - "reference": "88235e786ef9b55fcb049f00c5c5202f8086a299", + "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3", + "reference": "6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3", "shasum": "" }, "require": { - "php": ">=5.5.0" + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", + "guzzlehttp/guzzle": "~5.3.1|~6.0", + "guzzlehttp/psr7": "^1.2", + "php": ">=5.4", + "psr/cache": "^1.0", + "psr/http-message": "^1.0" }, "require-dev": { - "google/auth": "^v1.3.0" + "friendsofphp/php-cs-fixer": "^1.11", + "guzzlehttp/promises": "0.1.1|^1.3", + "phpseclib/phpseclib": "^2", + "phpunit/phpunit": "^4.8.36|^5.7", + "sebastian/comparator": ">=1.2.3" }, "suggest": { - "ext-protobuf": "For better performance, install the protobuf C extension.", - "google/protobuf": "To get started using grpc quickly, install the native protobuf library." + "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "type": "library", "autoload": { "psr-4": { - "Grpc\\": "src/lib/" + "Google\\Auth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], - "description": "gRPC library for PHP", - "homepage": "https://grpc.io", + "description": "Google Auth Library for PHP", + "homepage": "http://github.com/google/google-auth-library-php", "keywords": [ - "rpc" + "Authentication", + "google", + "oauth2" ], - "time": "2019-07-03T19:57:39+00:00" + "time": "2019-10-01T18:35:05+00:00" }, { "name": "guzzle/guzzle", @@ -1031,6 +878,51 @@ ], "time": "2016-11-07T19:29:14+00:00" }, + { + "name": "microsoft/microsoft-graph", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/microsoftgraph/msgraph-sdk-php.git", + "reference": "f55cab1675fdb7e34e4d854dda5364ea260b519d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/f55cab1675fdb7e34e4d854dda5364ea260b519d", + "reference": "f55cab1675fdb7e34e4d854dda5364ea260b519d", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.2", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "mikey179/vfsstream": "^1.2", + "phpdocumentor/phpdocumentor": "^2.9", + "phpunit/phpunit": "^5.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Microsoft\\Graph\\": "src/", + "Microsoft\\Graph\\Test\\": "tests/Functional/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Mainer", + "email": "mmainer@microsoft.com", + "role": "Developer" + } + ], + "description": "The Microsoft Graph SDK for PHP", + "homepage": "https://graph.microsoft.io/en-us/", + "time": "2019-09-26T04:21:23+00:00" + }, { "name": "monolog/monolog", "version": "1.25.1", diff --git a/dashboard.php b/dashboard.php index 682fb9a77..1e142ced7 100644 --- a/dashboard.php +++ b/dashboard.php @@ -1,5 +1,7 @@ --> - + diff --git a/index.php b/index.php index 566cd093a..1698623be 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ * 关于$argv与$argc变量,这两个变量是php作为脚本执行时,获取输入参数的变量 * 比如 php test.php aa bb,那么在test.php里打印$argv变量就是一个数组,包含3个元素test.php, aa, bb,而$argc就是$argv的元素个数,相当于count($argc),当然也可用$_SERVER['argv'],$_SERVER['argc']表示。 */ - + // echo php_sapi_name();exit; error_reporting(E_ALL ^E_NOTICE); use uploader\Common; diff --git a/settings/SettingController.php b/settings/SettingController.php index db7818d18..8644fdd1a 100644 --- a/settings/SettingController.php +++ b/settings/SettingController.php @@ -8,6 +8,9 @@ namespace settings; +use uploader\UploadOnedrive; +use uploader\UploadGoogledrive; + class SettingController extends Controller { public $settings; public $storageTypes; @@ -36,6 +39,7 @@ public function __construct () * @param $params * * @return false|string + * @throws \Exception */ public function getStorageParams($params){ $key = $params['key']; @@ -51,10 +55,34 @@ public function getStorageParams($params){ $code = 1; } unset($columns['name']); - return json_encode([ + + $returnArr = [ 'code' => $code, 'data' => $columns, - ]); + ]; + //暂时用false + $authorized = false; + if(in_array($key, ['onedrive', 'googledrive'])){ + $config = $this->getMergeSettings(); + $constructorParams = ['config' => $config, 'argv' => '', 'uploadServer' => $key]; + $uploader = 'uploader\\Upload' . ucfirst($key); + /** @var UploadOnedrive $upload */ + /** @var UploadGoogledrive $upload */ + $upload = new $uploader($constructorParams); + $token = $upload->getAccessToken(); + $authUrl = ''; + if($token){ + $authorized = true; + }else{ + $authUrl = $upload->getAuthorizationUrl(); + } + + $returnArr['oauth'] = [ + 'authorized' => $authorized, + 'authUrl' => $authUrl, + ]; + } + return json_encode($returnArr); } /** @@ -523,4 +551,23 @@ public function setAllStorageTypeDirectory() { 'msg' => 'success', ]); } + + /** + * + * @param $data + * + * @return false|string + * @throws \Exception + */ + public function setRedirectUri($data){ + $config = $this->getMergeSettings(); + $constructorParams = ['config' => $config, 'argv' => '', 'uploadServer' => 'onedrive']; + $authUrl = (new UploadOnedrive($constructorParams))->getAuthorizationUrl(); + file_put_contents(APP_PATH.'/.tmp/redirectUri', $data['uri']); + return json_encode([ + 'code' => 0, + 'authUrl' => $authUrl, + 'msg' => '保存重定向地址成功', + ]); + } } \ No newline at end of file diff --git a/static/css/dashboard.css b/static/css/dashboard.css index 9b2f7311a..f4ed0f8ce 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -256,10 +256,19 @@ input.color { width: 60px; } .save-button, .save-button2 { - width: 50px; + min-width: 50px; + display: block; + margin: 0 auto; +} +.authorize { + min-width: 50px; display: block; margin: 0 auto; } +.authorized { + color: #FFFFFF; + background: #11B704; +} .show-save-tip { display: none; position: fixed; diff --git a/static/js/dashboard.js b/static/js/dashboard.js index 7d0eaf519..625733d11 100644 --- a/static/js/dashboard.js +++ b/static/js/dashboard.js @@ -303,6 +303,18 @@ $(document).ready(function (){ `; value = ''; } + var authentication = ''; + if(key == 'onedrive' || key == 'googledrive'){ + let oauth = response.oauth; + if(oauth!=undefined){ + if(oauth.authorized === false){ + authentication = ''; + // authentication = '获取onedrive授权'; + }else{ + authentication = ''; + } + } + } html = `
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AbusiveExperienceReport extends Google_Service +{ + /** Test scope for access to the Zoo service. */ + const XAPI_ZOO = + "https://www.googleapis.com/auth/xapi.zoo"; + + public $sites; + public $violatingSites; + + /** + * Constructs the internal representation of the AbusiveExperienceReport + * 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://abusiveexperiencereport.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'abusiveexperiencereport'; + + $this->sites = new Google_Service_AbusiveExperienceReport_Resource_Sites( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->violatingSites = new Google_Service_AbusiveExperienceReport_Resource_ViolatingSites( + $this, + $this->serviceName, + 'violatingSites', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/violatingSites', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.php b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.php new file mode 100644 index 000000000..548d81ac4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.php @@ -0,0 +1,44 @@ + + * $abusiveexperiencereportService = new Google_Service_AbusiveExperienceReport(...); + * $sites = $abusiveexperiencereportService->sites; + * + */ +class Google_Service_AbusiveExperienceReport_Resource_Sites extends Google_Service_Resource +{ + /** + * Gets a site's Abusive Experience Report summary. (sites.get) + * + * @param string $name Required. The name of the site whose summary to get, e.g. + * `sites/http%3A%2F%2Fwww.google.com%2F`. + * + * Format: `sites/{site}` + * @param array $optParams Optional parameters. + * @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AbusiveExperienceReport_SiteSummaryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/ViolatingSites.php b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/ViolatingSites.php new file mode 100644 index 000000000..baf14023a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/ViolatingSites.php @@ -0,0 +1,41 @@ + + * $abusiveexperiencereportService = new Google_Service_AbusiveExperienceReport(...); + * $violatingSites = $abusiveexperiencereportService->violatingSites; + * + */ +class Google_Service_AbusiveExperienceReport_Resource_ViolatingSites extends Google_Service_Resource +{ + /** + * Lists sites that are failing in the Abusive Experience Report. + * (violatingSites.listViolatingSites) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AbusiveExperienceReport_ViolatingSitesResponse + */ + public function listViolatingSites($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AbusiveExperienceReport_ViolatingSitesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/SiteSummaryResponse.php b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/SiteSummaryResponse.php new file mode 100644 index 000000000..d5150bf9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/SiteSummaryResponse.php @@ -0,0 +1,84 @@ +abusiveStatus = $abusiveStatus; + } + public function getAbusiveStatus() + { + return $this->abusiveStatus; + } + public function setEnforcementTime($enforcementTime) + { + $this->enforcementTime = $enforcementTime; + } + public function getEnforcementTime() + { + return $this->enforcementTime; + } + public function setFilterStatus($filterStatus) + { + $this->filterStatus = $filterStatus; + } + public function getFilterStatus() + { + return $this->filterStatus; + } + public function setLastChangeTime($lastChangeTime) + { + $this->lastChangeTime = $lastChangeTime; + } + public function getLastChangeTime() + { + return $this->lastChangeTime; + } + public function setReportUrl($reportUrl) + { + $this->reportUrl = $reportUrl; + } + public function getReportUrl() + { + return $this->reportUrl; + } + public function setReviewedSite($reviewedSite) + { + $this->reviewedSite = $reviewedSite; + } + public function getReviewedSite() + { + return $this->reviewedSite; + } + public function setUnderReview($underReview) + { + $this->underReview = $underReview; + } + public function getUnderReview() + { + return $this->underReview; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/ViolatingSitesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/ViolatingSitesResponse.php new file mode 100644 index 000000000..7390a3936 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/ViolatingSitesResponse.php @@ -0,0 +1,38 @@ +violatingSites = $violatingSites; + } + /** + * @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse + */ + public function getViolatingSites() + { + return $this->violatingSites; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl.php new file mode 100644 index 000000000..79dcff2bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl.php @@ -0,0 +1,69 @@ + + * Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given + * list of public URL(s). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Acceleratedmobilepageurl extends Google_Service +{ + + + public $ampUrls; + + /** + * Constructs the internal representation of the Acceleratedmobilepageurl + * 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://acceleratedmobilepageurl.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'acceleratedmobilepageurl'; + + $this->ampUrls = new Google_Service_Acceleratedmobilepageurl_Resource_AmpUrls( + $this, + $this->serviceName, + 'ampUrls', + array( + 'methods' => array( + 'batchGet' => array( + 'path' => 'v1/ampUrls:batchGet', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php new file mode 100644 index 000000000..911b99a0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php @@ -0,0 +1,48 @@ +ampUrl = $ampUrl; + } + public function getAmpUrl() + { + return $this->ampUrl; + } + public function setCdnAmpUrl($cdnAmpUrl) + { + $this->cdnAmpUrl = $cdnAmpUrl; + } + public function getCdnAmpUrl() + { + return $this->cdnAmpUrl; + } + public function setOriginalUrl($originalUrl) + { + $this->originalUrl = $originalUrl; + } + public function getOriginalUrl() + { + return $this->originalUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrlError.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrlError.php new file mode 100644 index 000000000..e5af8761c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrlError.php @@ -0,0 +1,48 @@ +errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setOriginalUrl($originalUrl) + { + $this->originalUrl = $originalUrl; + } + public function getOriginalUrl() + { + return $this->originalUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsRequest.php new file mode 100644 index 000000000..91acd5248 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsRequest.php @@ -0,0 +1,40 @@ +lookupStrategy = $lookupStrategy; + } + public function getLookupStrategy() + { + return $this->lookupStrategy; + } + public function setUrls($urls) + { + $this->urls = $urls; + } + public function getUrls() + { + return $this->urls; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsResponse.php new file mode 100644 index 000000000..ea574a97a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/BatchGetAmpUrlsResponse.php @@ -0,0 +1,54 @@ +ampUrls = $ampUrls; + } + /** + * @return Google_Service_Acceleratedmobilepageurl_AmpUrl + */ + public function getAmpUrls() + { + return $this->ampUrls; + } + /** + * @param Google_Service_Acceleratedmobilepageurl_AmpUrlError + */ + public function setUrlErrors($urlErrors) + { + $this->urlErrors = $urlErrors; + } + /** + * @return Google_Service_Acceleratedmobilepageurl_AmpUrlError + */ + public function getUrlErrors() + { + return $this->urlErrors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/Resource/AmpUrls.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/Resource/AmpUrls.php new file mode 100644 index 000000000..242d30cd7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/Resource/AmpUrls.php @@ -0,0 +1,42 @@ + + * $acceleratedmobilepageurlService = new Google_Service_Acceleratedmobilepageurl(...); + * $ampUrls = $acceleratedmobilepageurlService->ampUrls; + * + */ +class Google_Service_Acceleratedmobilepageurl_Resource_AmpUrls extends Google_Service_Resource +{ + /** + * Returns AMP URL(s) and equivalent [AMP Cache URL(s)](/amp/cache/overview#amp- + * cache-url-format). (ampUrls.batchGet) + * + * @param Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsResponse + */ + public function batchGet(Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchGet', array($params), "Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval.php new file mode 100644 index 000000000..4f6ad7809 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval.php @@ -0,0 +1,378 @@ + + * An API for controlling access to data by Google personnel. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AccessApproval extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $folders; + public $folders_approvalRequests; + public $organizations; + public $organizations_approvalRequests; + public $projects; + public $projects_approvalRequests; + + /** + * Constructs the internal representation of the AccessApproval 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://accessapproval.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'accessapproval'; + + $this->folders = new Google_Service_AccessApproval_Resource_Folders( + $this, + $this->serviceName, + 'folders', + array( + 'methods' => array( + 'deleteAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->folders_approvalRequests = new Google_Service_AccessApproval_Resource_FoldersApprovalRequests( + $this, + $this->serviceName, + 'approvalRequests', + array( + 'methods' => array( + 'approve' => array( + 'path' => 'v1beta1/{+name}:approve', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'dismiss' => array( + 'path' => 'v1beta1/{+name}:dismiss', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/approvalRequests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations = new Google_Service_AccessApproval_Resource_Organizations( + $this, + $this->serviceName, + 'organizations', + array( + 'methods' => array( + 'deleteAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_approvalRequests = new Google_Service_AccessApproval_Resource_OrganizationsApprovalRequests( + $this, + $this->serviceName, + 'approvalRequests', + array( + 'methods' => array( + 'approve' => array( + 'path' => 'v1beta1/{+name}:approve', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'dismiss' => array( + 'path' => 'v1beta1/{+name}:dismiss', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/approvalRequests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_AccessApproval_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'deleteAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateAccessApprovalSettings' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_approvalRequests = new Google_Service_AccessApproval_Resource_ProjectsApprovalRequests( + $this, + $this->serviceName, + 'approvalRequests', + array( + 'methods' => array( + 'approve' => array( + 'path' => 'v1beta1/{+name}:approve', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'dismiss' => array( + 'path' => 'v1beta1/{+name}:dismiss', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/approvalRequests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessApprovalSettings.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessApprovalSettings.php new file mode 100644 index 000000000..1a3cb2337 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessApprovalSettings.php @@ -0,0 +1,56 @@ +enrolledServices = $enrolledServices; + } + /** + * @return Google_Service_AccessApproval_EnrolledService + */ + public function getEnrolledServices() + { + return $this->enrolledServices; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotificationEmails($notificationEmails) + { + $this->notificationEmails = $notificationEmails; + } + public function getNotificationEmails() + { + return $this->notificationEmails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessLocations.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessLocations.php new file mode 100644 index 000000000..7227f5bc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessLocations.php @@ -0,0 +1,39 @@ +principalOfficeCountry = $principalOfficeCountry; + } + public function getPrincipalOfficeCountry() + { + return $this->principalOfficeCountry; + } + public function setPrincipalPhysicalLocationCountry($principalPhysicalLocationCountry) + { + $this->principalPhysicalLocationCountry = $principalPhysicalLocationCountry; + } + public function getPrincipalPhysicalLocationCountry() + { + return $this->principalPhysicalLocationCountry; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessReason.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessReason.php new file mode 100644 index 000000000..be0b641b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessReason.php @@ -0,0 +1,39 @@ +detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessapprovalEmpty.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessapprovalEmpty.php new file mode 100644 index 000000000..fd56449b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/AccessapprovalEmpty.php @@ -0,0 +1,20 @@ +approve = $approve; + } + /** + * @return Google_Service_AccessApproval_ApproveDecision + */ + public function getApprove() + { + return $this->approve; + } + /** + * @param Google_Service_AccessApproval_DismissDecision + */ + public function setDismiss(Google_Service_AccessApproval_DismissDecision $dismiss) + { + $this->dismiss = $dismiss; + } + /** + * @return Google_Service_AccessApproval_DismissDecision + */ + public function getDismiss() + { + return $this->dismiss; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRequestTime($requestTime) + { + $this->requestTime = $requestTime; + } + public function getRequestTime() + { + return $this->requestTime; + } + public function setRequestedExpiration($requestedExpiration) + { + $this->requestedExpiration = $requestedExpiration; + } + public function getRequestedExpiration() + { + return $this->requestedExpiration; + } + /** + * @param Google_Service_AccessApproval_AccessLocations + */ + public function setRequestedLocations(Google_Service_AccessApproval_AccessLocations $requestedLocations) + { + $this->requestedLocations = $requestedLocations; + } + /** + * @return Google_Service_AccessApproval_AccessLocations + */ + public function getRequestedLocations() + { + return $this->requestedLocations; + } + /** + * @param Google_Service_AccessApproval_AccessReason + */ + public function setRequestedReason(Google_Service_AccessApproval_AccessReason $requestedReason) + { + $this->requestedReason = $requestedReason; + } + /** + * @return Google_Service_AccessApproval_AccessReason + */ + public function getRequestedReason() + { + return $this->requestedReason; + } + public function setRequestedResourceName($requestedResourceName) + { + $this->requestedResourceName = $requestedResourceName; + } + public function getRequestedResourceName() + { + return $this->requestedResourceName; + } + /** + * @param Google_Service_AccessApproval_ResourceProperties + */ + public function setRequestedResourceProperties(Google_Service_AccessApproval_ResourceProperties $requestedResourceProperties) + { + $this->requestedResourceProperties = $requestedResourceProperties; + } + /** + * @return Google_Service_AccessApproval_ResourceProperties + */ + public function getRequestedResourceProperties() + { + return $this->requestedResourceProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveApprovalRequestMessage.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveApprovalRequestMessage.php new file mode 100644 index 000000000..db0036700 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveApprovalRequestMessage.php @@ -0,0 +1,30 @@ +expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveDecision.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveDecision.php new file mode 100644 index 000000000..bbb7cb180 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ApproveDecision.php @@ -0,0 +1,39 @@ +approveTime = $approveTime; + } + public function getApproveTime() + { + return $this->approveTime; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissApprovalRequestMessage.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissApprovalRequestMessage.php new file mode 100644 index 000000000..f5991ae27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/DismissApprovalRequestMessage.php @@ -0,0 +1,20 @@ +dismissTime = $dismissTime; + } + public function getDismissTime() + { + return $this->dismissTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/EnrolledService.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/EnrolledService.php new file mode 100644 index 000000000..a4e1eda5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/EnrolledService.php @@ -0,0 +1,39 @@ +cloudProduct = $cloudProduct; + } + public function getCloudProduct() + { + return $this->cloudProduct; + } + public function setEnrollmentLevel($enrollmentLevel) + { + $this->enrollmentLevel = $enrollmentLevel; + } + public function getEnrollmentLevel() + { + return $this->enrollmentLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ListApprovalRequestsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ListApprovalRequestsResponse.php new file mode 100644 index 000000000..c405f87c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ListApprovalRequestsResponse.php @@ -0,0 +1,47 @@ +approvalRequests = $approvalRequests; + } + /** + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function getApprovalRequests() + { + return $this->approvalRequests; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Folders.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Folders.php new file mode 100644 index 000000000..e39362de7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Folders.php @@ -0,0 +1,85 @@ + + * $accessapprovalService = new Google_Service_AccessApproval(...); + * $folders = $accessapprovalService->folders; + * + */ +class Google_Service_AccessApproval_Resource_Folders extends Google_Service_Resource +{ + /** + * Deletes the settings associated with a project, folder, or organization. This + * will have the effect of disabling Access Approval for the project, folder, or + * organization, but only if all ancestors also have Access Approval disabled. + * If Access Approval is enabled at a higher level of the hierarchy, then Access + * Approval will still be enabled at this level as the settings are inherited. + * (folders.deleteAccessApprovalSettings) + * + * @param string $name Name of the AccessApprovalSettings to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_AccessapprovalEmpty + */ + public function deleteAccessApprovalSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('deleteAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessapprovalEmpty"); + } + /** + * Gets the settings associated with a project, folder, or organization. + * (folders.getAccessApprovalSettings) + * + * @param string $name Name of the AccessApprovalSettings to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_AccessApprovalSettings + */ + public function getAccessApprovalSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); + } + /** + * Updates the settings associated with a project, folder, or organization. + * Settings to update are determined by the value of field_mask. + * (folders.updateAccessApprovalSettings) + * + * @param string $name The resource name of the settings. Format is one of: + * + * "projects/{project_id}/accessApprovalSettings" + * "folders/{folder_id}/accessApprovalSettings" + * "organizations/{organization_id}/accessApprovalSettings" + * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask For the `FieldMask` definition, see + * https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, + * only the notification_emails field will be updated. + * @return Google_Service_AccessApproval_AccessApprovalSettings + */ + public function updateAccessApprovalSettings($name, Google_Service_AccessApproval_AccessApprovalSettings $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php new file mode 100644 index 000000000..7fa4caa35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php @@ -0,0 +1,112 @@ + + * $accessapprovalService = new Google_Service_AccessApproval(...); + * $approvalRequests = $accessapprovalService->approvalRequests; + * + */ +class Google_Service_AccessApproval_Resource_FoldersApprovalRequests extends Google_Service_Resource +{ + /** + * Approves a request and returns the updated ApprovalRequest. + * + * Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION + * if the request exists but is not in a pending state. + * (approvalRequests.approve) + * + * @param string $name Name of the approval request to approve. + * @param Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function approve($name, Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('approve', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Dismisses a request. Returns the updated ApprovalRequest. + * + * NOTE: This does not deny access to the resource if another request has been + * made and approved. It is equivalent in effect to ignoring the request + * altogether. + * + * Returns NOT_FOUND if the request does not exist. + * + * Returns FAILED_PRECONDITION if the request exists but is not in a pending + * state. (approvalRequests.dismiss) + * + * @param string $name Name of the ApprovalRequest to dismiss. + * @param Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function dismiss($name, Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('dismiss', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Gets an approval request. Returns NOT_FOUND if the request does not exist. + * (approvalRequests.get) + * + * @param string $name Name of the approval request to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Lists approval requests associated with a project, folder, or organization. + * Approval requests can be filtered by state (pending, active, dismissed). The + * order is reverse chronological. + * (approvalRequests.listFoldersApprovalRequests) + * + * @param string $parent The parent resource. This may be + * "projects/{project_id}", "folders/{folder_id}", or + * "organizations/{organization_id}". + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying the page of results to + * return. + * @opt_param int pageSize Requested page size. + * @opt_param string filter A filter on the type of approval requests to + * 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 dismissed (including expired) + * requests. + * @return Google_Service_AccessApproval_ListApprovalRequestsResponse + */ + public function listFoldersApprovalRequests($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessApproval_ListApprovalRequestsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Organizations.php new file mode 100644 index 000000000..06d036d19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Organizations.php @@ -0,0 +1,85 @@ + + * $accessapprovalService = new Google_Service_AccessApproval(...); + * $organizations = $accessapprovalService->organizations; + * + */ +class Google_Service_AccessApproval_Resource_Organizations extends Google_Service_Resource +{ + /** + * Deletes the settings associated with a project, folder, or organization. This + * will have the effect of disabling Access Approval for the project, folder, or + * organization, but only if all ancestors also have Access Approval disabled. + * If Access Approval is enabled at a higher level of the hierarchy, then Access + * Approval will still be enabled at this level as the settings are inherited. + * (organizations.deleteAccessApprovalSettings) + * + * @param string $name Name of the AccessApprovalSettings to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_AccessapprovalEmpty + */ + public function deleteAccessApprovalSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('deleteAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessapprovalEmpty"); + } + /** + * Gets the settings associated with a project, folder, or organization. + * (organizations.getAccessApprovalSettings) + * + * @param string $name Name of the AccessApprovalSettings to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_AccessApprovalSettings + */ + public function getAccessApprovalSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); + } + /** + * Updates the settings associated with a project, folder, or organization. + * Settings to update are determined by the value of field_mask. + * (organizations.updateAccessApprovalSettings) + * + * @param string $name The resource name of the settings. Format is one of: + * + * "projects/{project_id}/accessApprovalSettings" + * "folders/{folder_id}/accessApprovalSettings" + * "organizations/{organization_id}/accessApprovalSettings" + * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask For the `FieldMask` definition, see + * https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, + * only the notification_emails field will be updated. + * @return Google_Service_AccessApproval_AccessApprovalSettings + */ + public function updateAccessApprovalSettings($name, Google_Service_AccessApproval_AccessApprovalSettings $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php new file mode 100644 index 000000000..05f97a177 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php @@ -0,0 +1,112 @@ + + * $accessapprovalService = new Google_Service_AccessApproval(...); + * $approvalRequests = $accessapprovalService->approvalRequests; + * + */ +class Google_Service_AccessApproval_Resource_OrganizationsApprovalRequests extends Google_Service_Resource +{ + /** + * Approves a request and returns the updated ApprovalRequest. + * + * Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION + * if the request exists but is not in a pending state. + * (approvalRequests.approve) + * + * @param string $name Name of the approval request to approve. + * @param Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function approve($name, Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('approve', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Dismisses a request. Returns the updated ApprovalRequest. + * + * NOTE: This does not deny access to the resource if another request has been + * made and approved. It is equivalent in effect to ignoring the request + * altogether. + * + * Returns NOT_FOUND if the request does not exist. + * + * Returns FAILED_PRECONDITION if the request exists but is not in a pending + * state. (approvalRequests.dismiss) + * + * @param string $name Name of the ApprovalRequest to dismiss. + * @param Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function dismiss($name, Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('dismiss', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Gets an approval request. Returns NOT_FOUND if the request does not exist. + * (approvalRequests.get) + * + * @param string $name Name of the approval request to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Lists approval requests associated with a project, folder, or organization. + * Approval requests can be filtered by state (pending, active, dismissed). The + * order is reverse chronological. + * (approvalRequests.listOrganizationsApprovalRequests) + * + * @param string $parent The parent resource. This may be + * "projects/{project_id}", "folders/{folder_id}", or + * "organizations/{organization_id}". + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter on the type of approval requests to + * 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 dismissed (including expired) + * requests. + * @opt_param string pageToken A token identifying the page of results to + * return. + * @opt_param int pageSize Requested page size. + * @return Google_Service_AccessApproval_ListApprovalRequestsResponse + */ + public function listOrganizationsApprovalRequests($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessApproval_ListApprovalRequestsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Projects.php new file mode 100644 index 000000000..4c276cd8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/Projects.php @@ -0,0 +1,85 @@ + + * $accessapprovalService = new Google_Service_AccessApproval(...); + * $projects = $accessapprovalService->projects; + * + */ +class Google_Service_AccessApproval_Resource_Projects extends Google_Service_Resource +{ + /** + * Deletes the settings associated with a project, folder, or organization. This + * will have the effect of disabling Access Approval for the project, folder, or + * organization, but only if all ancestors also have Access Approval disabled. + * If Access Approval is enabled at a higher level of the hierarchy, then Access + * Approval will still be enabled at this level as the settings are inherited. + * (projects.deleteAccessApprovalSettings) + * + * @param string $name Name of the AccessApprovalSettings to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_AccessapprovalEmpty + */ + public function deleteAccessApprovalSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('deleteAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessapprovalEmpty"); + } + /** + * Gets the settings associated with a project, folder, or organization. + * (projects.getAccessApprovalSettings) + * + * @param string $name Name of the AccessApprovalSettings to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_AccessApprovalSettings + */ + public function getAccessApprovalSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); + } + /** + * Updates the settings associated with a project, folder, or organization. + * Settings to update are determined by the value of field_mask. + * (projects.updateAccessApprovalSettings) + * + * @param string $name The resource name of the settings. Format is one of: + * + * "projects/{project_id}/accessApprovalSettings" + * "folders/{folder_id}/accessApprovalSettings" + * "organizations/{organization_id}/accessApprovalSettings" + * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask For the `FieldMask` definition, see + * https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, + * only the notification_emails field will be updated. + * @return Google_Service_AccessApproval_AccessApprovalSettings + */ + public function updateAccessApprovalSettings($name, Google_Service_AccessApproval_AccessApprovalSettings $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateAccessApprovalSettings', array($params), "Google_Service_AccessApproval_AccessApprovalSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php new file mode 100644 index 000000000..407c93f69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php @@ -0,0 +1,112 @@ + + * $accessapprovalService = new Google_Service_AccessApproval(...); + * $approvalRequests = $accessapprovalService->approvalRequests; + * + */ +class Google_Service_AccessApproval_Resource_ProjectsApprovalRequests extends Google_Service_Resource +{ + /** + * Approves a request and returns the updated ApprovalRequest. + * + * Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION + * if the request exists but is not in a pending state. + * (approvalRequests.approve) + * + * @param string $name Name of the approval request to approve. + * @param Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function approve($name, Google_Service_AccessApproval_ApproveApprovalRequestMessage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('approve', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Dismisses a request. Returns the updated ApprovalRequest. + * + * NOTE: This does not deny access to the resource if another request has been + * made and approved. It is equivalent in effect to ignoring the request + * altogether. + * + * Returns NOT_FOUND if the request does not exist. + * + * Returns FAILED_PRECONDITION if the request exists but is not in a pending + * state. (approvalRequests.dismiss) + * + * @param string $name Name of the ApprovalRequest to dismiss. + * @param Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function dismiss($name, Google_Service_AccessApproval_DismissApprovalRequestMessage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('dismiss', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Gets an approval request. Returns NOT_FOUND if the request does not exist. + * (approvalRequests.get) + * + * @param string $name Name of the approval request to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AccessApproval_ApprovalRequest + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessApproval_ApprovalRequest"); + } + /** + * Lists approval requests associated with a project, folder, or organization. + * Approval requests can be filtered by state (pending, active, dismissed). The + * order is reverse chronological. + * (approvalRequests.listProjectsApprovalRequests) + * + * @param string $parent The parent resource. This may be + * "projects/{project_id}", "folders/{folder_id}", or + * "organizations/{organization_id}". + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying the page of results to + * return. + * @opt_param int pageSize Requested page size. + * @opt_param string filter A filter on the type of approval requests to + * 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 dismissed (including expired) + * requests. + * @return Google_Service_AccessApproval_ListApprovalRequestsResponse + */ + public function listProjectsApprovalRequests($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessApproval_ListApprovalRequestsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ResourceProperties.php b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ResourceProperties.php new file mode 100644 index 000000000..699f13e65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessApproval/ResourceProperties.php @@ -0,0 +1,30 @@ +excludesDescendants = $excludesDescendants; + } + public function getExcludesDescendants() + { + return $this->excludesDescendants; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager.php new file mode 100644 index 000000000..68afa35ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager.php @@ -0,0 +1,338 @@ + + * An API for setting attribute based access control to requests to GCP + * services. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AccessContextManager extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $accessPolicies; + public $accessPolicies_accessLevels; + public $accessPolicies_servicePerimeters; + public $operations; + + /** + * Constructs the internal representation of the AccessContextManager 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://accesscontextmanager.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'accesscontextmanager'; + + $this->accessPolicies = new Google_Service_AccessContextManager_Resource_AccessPolicies( + $this, + $this->serviceName, + 'accessPolicies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/accessPolicies', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'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/accessPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accessPolicies_accessLevels = new Google_Service_AccessContextManager_Resource_AccessPoliciesAccessLevels( + $this, + $this->serviceName, + 'accessLevels', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/accessLevels', + '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, + ), + 'accessLevelFormat' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/accessLevels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accessLevelFormat' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accessPolicies_servicePerimeters = new Google_Service_AccessContextManager_Resource_AccessPoliciesServicePerimeters( + $this, + $this->serviceName, + 'servicePerimeters', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/servicePerimeters', + '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}/servicePerimeters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_AccessContextManager_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessLevel.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessLevel.php new file mode 100644 index 000000000..c667c3e34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessLevel.php @@ -0,0 +1,82 @@ +basic = $basic; + } + /** + * @return Google_Service_AccessContextManager_BasicLevel + */ + public function getBasic() + { + return $this->basic; + } + 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 setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessPolicy.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessPolicy.php new file mode 100644 index 000000000..e2eabc48e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccessPolicy.php @@ -0,0 +1,66 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccesscontextmanagerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccesscontextmanagerEmpty.php new file mode 100644 index 000000000..25900400b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/AccesscontextmanagerEmpty.php @@ -0,0 +1,20 @@ +combiningFunction = $combiningFunction; + } + public function getCombiningFunction() + { + return $this->combiningFunction; + } + /** + * @param Google_Service_AccessContextManager_Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_AccessContextManager_Condition + */ + public function getConditions() + { + return $this->conditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/CancelOperationRequest.php new file mode 100644 index 000000000..c38b584eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/CancelOperationRequest.php @@ -0,0 +1,20 @@ +devicePolicy = $devicePolicy; + } + /** + * @return Google_Service_AccessContextManager_DevicePolicy + */ + public function getDevicePolicy() + { + return $this->devicePolicy; + } + public function setIpSubnetworks($ipSubnetworks) + { + $this->ipSubnetworks = $ipSubnetworks; + } + public function getIpSubnetworks() + { + return $this->ipSubnetworks; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setNegate($negate) + { + $this->negate = $negate; + } + public function getNegate() + { + return $this->negate; + } + public function setRegions($regions) + { + $this->regions = $regions; + } + public function getRegions() + { + return $this->regions; + } + public function setRequiredAccessLevels($requiredAccessLevels) + { + $this->requiredAccessLevels = $requiredAccessLevels; + } + public function getRequiredAccessLevels() + { + return $this->requiredAccessLevels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/DevicePolicy.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/DevicePolicy.php new file mode 100644 index 000000000..84f5430c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/DevicePolicy.php @@ -0,0 +1,83 @@ +allowedDeviceManagementLevels = $allowedDeviceManagementLevels; + } + public function getAllowedDeviceManagementLevels() + { + return $this->allowedDeviceManagementLevels; + } + public function setAllowedEncryptionStatuses($allowedEncryptionStatuses) + { + $this->allowedEncryptionStatuses = $allowedEncryptionStatuses; + } + public function getAllowedEncryptionStatuses() + { + return $this->allowedEncryptionStatuses; + } + /** + * @param Google_Service_AccessContextManager_OsConstraint + */ + public function setOsConstraints($osConstraints) + { + $this->osConstraints = $osConstraints; + } + /** + * @return Google_Service_AccessContextManager_OsConstraint + */ + public function getOsConstraints() + { + return $this->osConstraints; + } + public function setRequireAdminApproval($requireAdminApproval) + { + $this->requireAdminApproval = $requireAdminApproval; + } + public function getRequireAdminApproval() + { + return $this->requireAdminApproval; + } + public function setRequireCorpOwned($requireCorpOwned) + { + $this->requireCorpOwned = $requireCorpOwned; + } + public function getRequireCorpOwned() + { + return $this->requireCorpOwned; + } + public function setRequireScreenlock($requireScreenlock) + { + $this->requireScreenlock = $requireScreenlock; + } + public function getRequireScreenlock() + { + return $this->requireScreenlock; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessLevelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessLevelsResponse.php new file mode 100644 index 000000000..638fbba81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessLevelsResponse.php @@ -0,0 +1,47 @@ +accessLevels = $accessLevels; + } + /** + * @return Google_Service_AccessContextManager_AccessLevel + */ + public function getAccessLevels() + { + return $this->accessLevels; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessPoliciesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessPoliciesResponse.php new file mode 100644 index 000000000..b08be092f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListAccessPoliciesResponse.php @@ -0,0 +1,47 @@ +accessPolicies = $accessPolicies; + } + /** + * @return Google_Service_AccessContextManager_AccessPolicy + */ + public function getAccessPolicies() + { + return $this->accessPolicies; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListOperationsResponse.php new file mode 100644 index 000000000..1c8d6981e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AccessContextManager_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_AccessContextManager_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListServicePerimetersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListServicePerimetersResponse.php new file mode 100644 index 000000000..f161fd9a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ListServicePerimetersResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AccessContextManager_ServicePerimeter + */ + public function setServicePerimeters($servicePerimeters) + { + $this->servicePerimeters = $servicePerimeters; + } + /** + * @return Google_Service_AccessContextManager_ServicePerimeter + */ + public function getServicePerimeters() + { + return $this->servicePerimeters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Operation.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Operation.php new file mode 100644 index 000000000..12cdc359e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_AccessContextManager_Status + */ + public function setError(Google_Service_AccessContextManager_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_AccessContextManager_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/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/OsConstraint.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/OsConstraint.php new file mode 100644 index 000000000..c4f04daab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/OsConstraint.php @@ -0,0 +1,48 @@ +minimumVersion = $minimumVersion; + } + public function getMinimumVersion() + { + return $this->minimumVersion; + } + public function setOsType($osType) + { + $this->osType = $osType; + } + public function getOsType() + { + return $this->osType; + } + public function setRequireVerifiedChromeOs($requireVerifiedChromeOs) + { + $this->requireVerifiedChromeOs = $requireVerifiedChromeOs; + } + public function getRequireVerifiedChromeOs() + { + return $this->requireVerifiedChromeOs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPolicies.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPolicies.php new file mode 100644 index 000000000..d8b750a3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPolicies.php @@ -0,0 +1,120 @@ + + * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); + * $accessPolicies = $accesscontextmanagerService->accessPolicies; + * + */ +class Google_Service_AccessContextManager_Resource_AccessPolicies extends Google_Service_Resource +{ + /** + * Create an `AccessPolicy`. Fails if this organization already has a + * `AccessPolicy`. The longrunning Operation will have a successful status once + * the `AccessPolicy` has propagated to long-lasting storage. Syntactic and + * basic semantic errors will be returned in `metadata` as a BadRequest proto. + * (accessPolicies.create) + * + * @param Google_Service_AccessContextManager_AccessPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_Operation + */ + public function create(Google_Service_AccessContextManager_AccessPolicy $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * Delete an AccessPolicy by resource name. The longrunning Operation will have + * a successful status once the AccessPolicy has been removed from long-lasting + * storage. (accessPolicies.delete) + * + * @param string $name Required. Resource name for the access policy to delete. + * + * Format `accessPolicies/{policy_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * Get an AccessPolicy by name. (accessPolicies.get) + * + * @param string $name Required. Resource name for the access policy to get. + * + * Format `accessPolicies/{policy_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_AccessPolicy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessContextManager_AccessPolicy"); + } + /** + * List all AccessPolicies under a container. + * (accessPolicies.listAccessPolicies) + * + * @param array $optParams Optional parameters. + * + * @opt_param string parent Required. Resource name for the container to list + * AccessPolicy instances from. + * + * Format: `organizations/{org_id}` + * @opt_param string pageToken Next page token for the next batch of + * AccessPolicy instances. Defaults to the first page of results. + * @opt_param int pageSize Number of AccessPolicy instances to include in the + * list. Default 100. + * @return Google_Service_AccessContextManager_ListAccessPoliciesResponse + */ + public function listAccessPolicies($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessContextManager_ListAccessPoliciesResponse"); + } + /** + * Update an AccessPolicy. The longrunning Operation from this RPC will have a + * successful status once the changes to the AccessPolicy have propagated to + * long-lasting storage. Syntactic and basic semantic errors will be returned in + * `metadata` as a BadRequest proto. (accessPolicies.patch) + * + * @param string $name Output only. Resource name of the `AccessPolicy`. Format: + * `accessPolicies/{policy_id}` + * @param Google_Service_AccessContextManager_AccessPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Mask to control which fields get + * updated. Must be non-empty. + * @return Google_Service_AccessContextManager_Operation + */ + public function patch($name, Google_Service_AccessContextManager_AccessPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesAccessLevels.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesAccessLevels.php new file mode 100644 index 000000000..bc21a8464 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesAccessLevels.php @@ -0,0 +1,135 @@ + + * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); + * $accessLevels = $accesscontextmanagerService->accessLevels; + * + */ +class Google_Service_AccessContextManager_Resource_AccessPoliciesAccessLevels extends Google_Service_Resource +{ + /** + * Create an Access Level. The longrunning operation from this RPC will have a + * successful status once the Access Level has propagated to long-lasting + * storage. Access Levels containing errors will result in an error response for + * the first error encountered. (accessLevels.create) + * + * @param string $parent Required. Resource name for the access policy which + * owns this Access Level. + * + * Format: `accessPolicies/{policy_id}` + * @param Google_Service_AccessContextManager_AccessLevel $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_Operation + */ + public function create($parent, Google_Service_AccessContextManager_AccessLevel $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * Delete an Access Level by resource name. The longrunning operation from this + * RPC will have a successful status once the Access Level has been removed from + * long-lasting storage. (accessLevels.delete) + * + * @param string $name Required. Resource name for the Access Level. + * + * Format: `accessPolicies/{policy_id}/accessLevels/{access_level_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * Get an Access Level by resource name. (accessLevels.get) + * + * @param string $name Required. Resource name for the Access Level. + * + * Format: `accessPolicies/{policy_id}/accessLevels/{access_level_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string accessLevelFormat Whether to return `BasicLevels` in the + * Cloud Common Expression Language rather than as `BasicLevels`. Defaults to + * AS_DEFINED, where Access Levels are returned as `BasicLevels` or + * `CustomLevels` based on how they were created. If set to CEL, all Access + * Levels are returned as `CustomLevels`. In the CEL case, `BasicLevels` are + * translated to equivalent `CustomLevels`. + * @return Google_Service_AccessContextManager_AccessLevel + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessContextManager_AccessLevel"); + } + /** + * List all Access Levels for an access policy. + * (accessLevels.listAccessPoliciesAccessLevels) + * + * @param string $parent Required. Resource name for the access policy to list + * Access Levels from. + * + * Format: `accessPolicies/{policy_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string accessLevelFormat Whether to return `BasicLevels` in the + * Cloud Common Expression language, as `CustomLevels`, rather than as + * `BasicLevels`. Defaults to returning `AccessLevels` in the format they were + * defined. + * @opt_param string pageToken Next page token for the next batch of Access + * Level instances. Defaults to the first page of results. + * @opt_param int pageSize Number of Access Levels to include in the list. + * Default 100. + * @return Google_Service_AccessContextManager_ListAccessLevelsResponse + */ + public function listAccessPoliciesAccessLevels($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessContextManager_ListAccessLevelsResponse"); + } + /** + * Update an Access Level. The longrunning operation from this RPC will have a + * successful status once the changes to the Access Level have propagated to + * long-lasting storage. Access Levels containing errors will result in an error + * response for the first error encountered. (accessLevels.patch) + * + * @param string $name Required. Resource name for the Access Level. The + * `short_name` component must begin with a letter and only include alphanumeric + * and '_'. Format: `accessPolicies/{policy_id}/accessLevels/{short_name}` + * @param Google_Service_AccessContextManager_AccessLevel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Mask to control which fields get + * updated. Must be non-empty. + * @return Google_Service_AccessContextManager_Operation + */ + public function patch($name, Google_Service_AccessContextManager_AccessLevel $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesServicePerimeters.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesServicePerimeters.php new file mode 100644 index 000000000..8f700c6ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/AccessPoliciesServicePerimeters.php @@ -0,0 +1,126 @@ + + * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); + * $servicePerimeters = $accesscontextmanagerService->servicePerimeters; + * + */ +class Google_Service_AccessContextManager_Resource_AccessPoliciesServicePerimeters extends Google_Service_Resource +{ + /** + * Create an Service Perimeter. The longrunning operation from this RPC will + * have a successful status once the Service Perimeter has propagated to long- + * lasting storage. Service Perimeters containing errors will result in an error + * response for the first error encountered. (servicePerimeters.create) + * + * @param string $parent Required. Resource name for the access policy which + * owns this Service Perimeter. + * + * Format: `accessPolicies/{policy_id}` + * @param Google_Service_AccessContextManager_ServicePerimeter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_Operation + */ + public function create($parent, Google_Service_AccessContextManager_ServicePerimeter $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * Delete an Service Perimeter by resource name. The longrunning operation from + * this RPC will have a successful status once the Service Perimeter has been + * removed from long-lasting storage. (servicePerimeters.delete) + * + * @param string $name Required. Resource name for the Service Perimeter. + * + * Format: `accessPolicies/{policy_id}/servicePerimeters/{service_perimeter_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * Get an Service Perimeter by resource name. (servicePerimeters.get) + * + * @param string $name Required. Resource name for the Service Perimeter. + * + * Format: + * `accessPolicies/{policy_id}/servicePerimeters/{service_perimeters_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_ServicePerimeter + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessContextManager_ServicePerimeter"); + } + /** + * List all Service Perimeters for an access policy. + * (servicePerimeters.listAccessPoliciesServicePerimeters) + * + * @param string $parent Required. Resource name for the access policy to list + * Service Perimeters from. + * + * Format: `accessPolicies/{policy_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Next page token for the next batch of Service + * Perimeter instances. Defaults to the first page of results. + * @opt_param int pageSize Number of Service Perimeters to include in the list. + * Default 100. + * @return Google_Service_AccessContextManager_ListServicePerimetersResponse + */ + public function listAccessPoliciesServicePerimeters($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessContextManager_ListServicePerimetersResponse"); + } + /** + * Update an Service Perimeter. The longrunning operation from this RPC will + * have a successful status once the changes to the Service Perimeter have + * propagated to long-lasting storage. Service Perimeter containing errors will + * result in an error response for the first error encountered. + * (servicePerimeters.patch) + * + * @param string $name Required. Resource name for the ServicePerimeter. The + * `short_name` component must begin with a letter and only include alphanumeric + * and '_'. Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}` + * @param Google_Service_AccessContextManager_ServicePerimeter $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Mask to control which fields get + * updated. Must be non-empty. + * @return Google_Service_AccessContextManager_Operation + */ + public function patch($name, Google_Service_AccessContextManager_ServicePerimeter $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AccessContextManager_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Operations.php new file mode 100644 index 000000000..1ba507f39 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $accesscontextmanagerService = new Google_Service_AccessContextManager(...); + * $operations = $accesscontextmanagerService->operations; + * + */ +class Google_Service_AccessContextManager_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_AccessContextManager_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AccessContextManager_AccesscontextmanagerEmpty + */ + public function cancel($name, Google_Service_AccessContextManager_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_AccessContextManager_AccesscontextmanagerEmpty"); + } + /** + * 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_AccessContextManager_AccesscontextmanagerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AccessContextManager_AccesscontextmanagerEmpty"); + } + /** + * 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_AccessContextManager_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AccessContextManager_Operation"); + } + /** + * 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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_AccessContextManager_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AccessContextManager_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeter.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeter.php new file mode 100644 index 000000000..03ed651af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeter.php @@ -0,0 +1,91 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPerimeterType($perimeterType) + { + $this->perimeterType = $perimeterType; + } + public function getPerimeterType() + { + return $this->perimeterType; + } + /** + * @param Google_Service_AccessContextManager_ServicePerimeterConfig + */ + public function setStatus(Google_Service_AccessContextManager_ServicePerimeterConfig $status) + { + $this->status = $status; + } + /** + * @return Google_Service_AccessContextManager_ServicePerimeterConfig + */ + public function getStatus() + { + return $this->status; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeterConfig.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeterConfig.php new file mode 100644 index 000000000..f8da00931 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/ServicePerimeterConfig.php @@ -0,0 +1,49 @@ +accessLevels = $accessLevels; + } + public function getAccessLevels() + { + return $this->accessLevels; + } + public function setResources($resources) + { + $this->resources = $resources; + } + public function getResources() + { + return $this->resources; + } + public function setRestrictedServices($restrictedServices) + { + $this->restrictedServices = $restrictedServices; + } + public function getRestrictedServices() + { + return $this->restrictedServices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Status.php b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/Status.php new file mode 100644 index 000000000..948b3cdcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AccessContextManager/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/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer.php new file mode 100644 index 000000000..6617b3f99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer.php @@ -0,0 +1,681 @@ + + * Accesses your bidding-account information, submits creatives for validation, + * finds available direct deals, and retrieves performance reports. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AdExchangeBuyer extends Google_Service +{ + /** Manage your Ad Exchange buyer account configuration. */ + const ADEXCHANGE_BUYER = + "https://www.googleapis.com/auth/adexchange.buyer"; + + public $accounts; + public $billingInfo; + public $budget; + public $creatives; + public $marketplacedeals; + public $marketplacenotes; + public $marketplaceprivateauction; + public $performanceReport; + public $pretargetingConfig; + public $products; + public $proposals; + public $pubprofiles; + + /** + * Constructs the internal representation of the AdExchangeBuyer 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 = 'adexchangebuyer/v1.4/'; + $this->batchPath = 'batch/adexchangebuyer/v1.4'; + $this->version = 'v1.4'; + $this->serviceName = 'adexchangebuyer'; + + $this->accounts = new Google_Service_AdExchangeBuyer_Resource_Accounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'accounts/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'accounts/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'confirmUnsafeAccountChange' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'accounts/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'confirmUnsafeAccountChange' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->billingInfo = new Google_Service_AdExchangeBuyer_Resource_BillingInfo( + $this, + $this->serviceName, + 'billingInfo', + array( + 'methods' => array( + 'get' => array( + 'path' => 'billinginfo/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'billinginfo', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->budget = new Google_Service_AdExchangeBuyer_Resource_Budget( + $this, + $this->serviceName, + 'budget', + array( + 'methods' => array( + 'get' => array( + 'path' => 'billinginfo/{accountId}/{billingId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'billingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'billinginfo/{accountId}/{billingId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'billingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'billinginfo/{accountId}/{billingId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'billingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->creatives = new Google_Service_AdExchangeBuyer_Resource_Creatives( + $this, + $this->serviceName, + 'creatives', + array( + 'methods' => array( + 'addDeal' => array( + 'path' => 'creatives/{accountId}/{buyerCreativeId}/addDeal/{dealId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'buyerCreativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dealId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'creatives/{accountId}/{buyerCreativeId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'buyerCreativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'creatives', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'creatives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'query', + 'type' => 'integer', + 'repeated' => true, + ), + 'buyerCreativeId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'dealsStatusFilter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'openAuctionStatusFilter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listDeals' => array( + 'path' => 'creatives/{accountId}/{buyerCreativeId}/listDeals', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'buyerCreativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'removeDeal' => array( + 'path' => 'creatives/{accountId}/{buyerCreativeId}/removeDeal/{dealId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'buyerCreativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dealId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->marketplacedeals = new Google_Service_AdExchangeBuyer_Resource_Marketplacedeals( + $this, + $this->serviceName, + 'marketplacedeals', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'proposals/{proposalId}/deals/delete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'proposals/{proposalId}/deals/insert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'proposals/{proposalId}/deals', + 'httpMethod' => 'GET', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pqlQuery' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'proposals/{proposalId}/deals/update', + 'httpMethod' => 'POST', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->marketplacenotes = new Google_Service_AdExchangeBuyer_Resource_Marketplacenotes( + $this, + $this->serviceName, + 'marketplacenotes', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'proposals/{proposalId}/notes/insert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'proposals/{proposalId}/notes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pqlQuery' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->marketplaceprivateauction = new Google_Service_AdExchangeBuyer_Resource_Marketplaceprivateauction( + $this, + $this->serviceName, + 'marketplaceprivateauction', + array( + 'methods' => array( + 'updateproposal' => array( + 'path' => 'privateauction/{privateAuctionId}/updateproposal', + 'httpMethod' => 'POST', + 'parameters' => array( + 'privateAuctionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->performanceReport = new Google_Service_AdExchangeBuyer_Resource_PerformanceReport( + $this, + $this->serviceName, + 'performanceReport', + array( + 'methods' => array( + 'list' => array( + 'path' => 'performancereport', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'endDateTime' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'startDateTime' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->pretargetingConfig = new Google_Service_AdExchangeBuyer_Resource_PretargetingConfig( + $this, + $this->serviceName, + 'pretargetingConfig', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'pretargetingconfigs/{accountId}/{configId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'configId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'pretargetingconfigs/{accountId}/{configId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'configId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'pretargetingconfigs/{accountId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'pretargetingconfigs/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'pretargetingconfigs/{accountId}/{configId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'configId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'pretargetingconfigs/{accountId}/{configId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'configId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->products = new Google_Service_AdExchangeBuyer_Resource_Products( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'get' => array( + 'path' => 'products/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'products/search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pqlQuery' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->proposals = new Google_Service_AdExchangeBuyer_Resource_Proposals( + $this, + $this->serviceName, + 'proposals', + array( + 'methods' => array( + 'get' => array( + 'path' => 'proposals/{proposalId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'proposals/insert', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'revisionNumber' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateAction' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'proposals/search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pqlQuery' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setupcomplete' => array( + 'path' => 'proposals/{proposalId}/setupcomplete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'revisionNumber' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateAction' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->pubprofiles = new Google_Service_AdExchangeBuyer_Resource_Pubprofiles( + $this, + $this->serviceName, + 'pubprofiles', + array( + 'methods' => array( + 'list' => array( + 'path' => 'publisher/{accountId}/profiles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Account.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Account.php new file mode 100644 index 000000000..30db07893 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Account.php @@ -0,0 +1,110 @@ +applyPretargetingToNonGuaranteedDeals = $applyPretargetingToNonGuaranteedDeals; + } + public function getApplyPretargetingToNonGuaranteedDeals() + { + return $this->applyPretargetingToNonGuaranteedDeals; + } + /** + * @param Google_Service_AdExchangeBuyer_AccountBidderLocation + */ + public function setBidderLocation($bidderLocation) + { + $this->bidderLocation = $bidderLocation; + } + /** + * @return Google_Service_AdExchangeBuyer_AccountBidderLocation + */ + public function getBidderLocation() + { + return $this->bidderLocation; + } + public function setCookieMatchingNid($cookieMatchingNid) + { + $this->cookieMatchingNid = $cookieMatchingNid; + } + public function getCookieMatchingNid() + { + return $this->cookieMatchingNid; + } + public function setCookieMatchingUrl($cookieMatchingUrl) + { + $this->cookieMatchingUrl = $cookieMatchingUrl; + } + public function getCookieMatchingUrl() + { + return $this->cookieMatchingUrl; + } + 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 setMaximumActiveCreatives($maximumActiveCreatives) + { + $this->maximumActiveCreatives = $maximumActiveCreatives; + } + public function getMaximumActiveCreatives() + { + return $this->maximumActiveCreatives; + } + public function setMaximumTotalQps($maximumTotalQps) + { + $this->maximumTotalQps = $maximumTotalQps; + } + public function getMaximumTotalQps() + { + return $this->maximumTotalQps; + } + public function setNumberActiveCreatives($numberActiveCreatives) + { + $this->numberActiveCreatives = $numberActiveCreatives; + } + public function getNumberActiveCreatives() + { + return $this->numberActiveCreatives; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php new file mode 100644 index 000000000..490725788 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php @@ -0,0 +1,57 @@ +bidProtocol = $bidProtocol; + } + public function getBidProtocol() + { + return $this->bidProtocol; + } + public function setMaximumQps($maximumQps) + { + $this->maximumQps = $maximumQps; + } + public function getMaximumQps() + { + return $this->maximumQps; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountsList.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountsList.php new file mode 100644 index 000000000..a634059a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountsList.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeBuyer_Account + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php new file mode 100644 index 000000000..5d1357fec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php @@ -0,0 +1,56 @@ +deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ + public function getDeals() + { + return $this->deals; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } + public function setUpdateAction($updateAction) + { + $this->updateAction = $updateAction; + } + public function getUpdateAction() + { + return $this->updateAction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php new file mode 100644 index 000000000..6556dba92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php @@ -0,0 +1,47 @@ +deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ + public function getDeals() + { + return $this->deals; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php new file mode 100644 index 000000000..b202779ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php @@ -0,0 +1,38 @@ +notes = $notes; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceNote + */ + public function getNotes() + { + return $this->notes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.php new file mode 100644 index 000000000..051d641c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.php @@ -0,0 +1,38 @@ +notes = $notes; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceNote + */ + public function getNotes() + { + return $this->notes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.php new file mode 100644 index 000000000..2738ae1aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.php @@ -0,0 +1,58 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAccountName($accountName) + { + $this->accountName = $accountName; + } + public function getAccountName() + { + return $this->accountName; + } + public function setBillingId($billingId) + { + $this->billingId = $billingId; + } + public function getBillingId() + { + return $this->billingId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfoList.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfoList.php new file mode 100644 index 000000000..804069c97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfoList.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeBuyer_BillingInfo + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php new file mode 100644 index 000000000..a7480eed9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBillingId($billingId) + { + $this->billingId = $billingId; + } + public function getBillingId() + { + return $this->billingId; + } + public function setBudgetAmount($budgetAmount) + { + $this->budgetAmount = $budgetAmount; + } + public function getBudgetAmount() + { + return $this->budgetAmount; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Buyer.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Buyer.php new file mode 100644 index 000000000..1a7edeaf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Buyer.php @@ -0,0 +1,30 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/ContactInformation.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/ContactInformation.php new file mode 100644 index 000000000..fd9133257 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/ContactInformation.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersRequest.php new file mode 100644 index 000000000..035a23a1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersRequest.php @@ -0,0 +1,47 @@ +proposals = $proposals; + } + /** + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function getProposals() + { + return $this->proposals; + } + public function setWebPropertyCode($webPropertyCode) + { + $this->webPropertyCode = $webPropertyCode; + } + public function getWebPropertyCode() + { + return $this->webPropertyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php new file mode 100644 index 000000000..7dab350f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php @@ -0,0 +1,38 @@ +proposals = $proposals; + } + /** + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function getProposals() + { + return $this->proposals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.php new file mode 100644 index 000000000..4d7a63f56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.php @@ -0,0 +1,339 @@ + "HTMLSnippet", + ); + public $hTMLSnippet; + public $accountId; + public $adChoicesDestinationUrl; + protected $adTechnologyProvidersType = 'Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders'; + protected $adTechnologyProvidersDataType = ''; + public $advertiserId; + public $advertiserName; + public $agencyId; + public $apiUploadTimestamp; + public $attribute; + public $buyerCreativeId; + public $clickThroughUrl; + protected $correctionsType = 'Google_Service_AdExchangeBuyer_CreativeCorrections'; + protected $correctionsDataType = 'array'; + public $creativeStatusIdentityType; + public $dealsStatus; + public $detectedDomains; + protected $filteringReasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasons'; + protected $filteringReasonsDataType = ''; + public $height; + public $impressionTrackingUrl; + public $kind; + public $languages; + protected $nativeAdType = 'Google_Service_AdExchangeBuyer_CreativeNativeAd'; + protected $nativeAdDataType = ''; + public $openAuctionStatus; + public $productCategories; + public $restrictedCategories; + public $sensitiveCategories; + protected $servingRestrictionsType = 'Google_Service_AdExchangeBuyer_CreativeServingRestrictions'; + protected $servingRestrictionsDataType = 'array'; + public $vendorType; + public $version; + public $videoURL; + public $videoVastXML; + public $width; + + public function setHTMLSnippet($hTMLSnippet) + { + $this->hTMLSnippet = $hTMLSnippet; + } + public function getHTMLSnippet() + { + return $this->hTMLSnippet; + } + public function setAccountId($accountId) + { + $this->accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdChoicesDestinationUrl($adChoicesDestinationUrl) + { + $this->adChoicesDestinationUrl = $adChoicesDestinationUrl; + } + public function getAdChoicesDestinationUrl() + { + return $this->adChoicesDestinationUrl; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders + */ + public function setAdTechnologyProviders(Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders $adTechnologyProviders) + { + $this->adTechnologyProviders = $adTechnologyProviders; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders + */ + public function getAdTechnologyProviders() + { + return $this->adTechnologyProviders; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAdvertiserName($advertiserName) + { + $this->advertiserName = $advertiserName; + } + public function getAdvertiserName() + { + return $this->advertiserName; + } + public function setAgencyId($agencyId) + { + $this->agencyId = $agencyId; + } + public function getAgencyId() + { + return $this->agencyId; + } + public function setApiUploadTimestamp($apiUploadTimestamp) + { + $this->apiUploadTimestamp = $apiUploadTimestamp; + } + public function getApiUploadTimestamp() + { + return $this->apiUploadTimestamp; + } + public function setAttribute($attribute) + { + $this->attribute = $attribute; + } + public function getAttribute() + { + return $this->attribute; + } + public function setBuyerCreativeId($buyerCreativeId) + { + $this->buyerCreativeId = $buyerCreativeId; + } + public function getBuyerCreativeId() + { + return $this->buyerCreativeId; + } + public function setClickThroughUrl($clickThroughUrl) + { + $this->clickThroughUrl = $clickThroughUrl; + } + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeCorrections + */ + public function setCorrections($corrections) + { + $this->corrections = $corrections; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeCorrections + */ + public function getCorrections() + { + return $this->corrections; + } + public function setCreativeStatusIdentityType($creativeStatusIdentityType) + { + $this->creativeStatusIdentityType = $creativeStatusIdentityType; + } + public function getCreativeStatusIdentityType() + { + return $this->creativeStatusIdentityType; + } + public function setDealsStatus($dealsStatus) + { + $this->dealsStatus = $dealsStatus; + } + public function getDealsStatus() + { + return $this->dealsStatus; + } + public function setDetectedDomains($detectedDomains) + { + $this->detectedDomains = $detectedDomains; + } + public function getDetectedDomains() + { + return $this->detectedDomains; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeFilteringReasons + */ + public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilteringReasons $filteringReasons) + { + $this->filteringReasons = $filteringReasons; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeFilteringReasons + */ + public function getFilteringReasons() + { + return $this->filteringReasons; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setImpressionTrackingUrl($impressionTrackingUrl) + { + $this->impressionTrackingUrl = $impressionTrackingUrl; + } + public function getImpressionTrackingUrl() + { + return $this->impressionTrackingUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeNativeAd + */ + public function setNativeAd(Google_Service_AdExchangeBuyer_CreativeNativeAd $nativeAd) + { + $this->nativeAd = $nativeAd; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeNativeAd + */ + public function getNativeAd() + { + return $this->nativeAd; + } + public function setOpenAuctionStatus($openAuctionStatus) + { + $this->openAuctionStatus = $openAuctionStatus; + } + public function getOpenAuctionStatus() + { + return $this->openAuctionStatus; + } + public function setProductCategories($productCategories) + { + $this->productCategories = $productCategories; + } + public function getProductCategories() + { + return $this->productCategories; + } + public function setRestrictedCategories($restrictedCategories) + { + $this->restrictedCategories = $restrictedCategories; + } + public function getRestrictedCategories() + { + return $this->restrictedCategories; + } + public function setSensitiveCategories($sensitiveCategories) + { + $this->sensitiveCategories = $sensitiveCategories; + } + public function getSensitiveCategories() + { + return $this->sensitiveCategories; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeServingRestrictions + */ + public function setServingRestrictions($servingRestrictions) + { + $this->servingRestrictions = $servingRestrictions; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeServingRestrictions + */ + public function getServingRestrictions() + { + return $this->servingRestrictions; + } + public function setVendorType($vendorType) + { + $this->vendorType = $vendorType; + } + public function getVendorType() + { + return $this->vendorType; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + public function setVideoURL($videoURL) + { + $this->videoURL = $videoURL; + } + public function getVideoURL() + { + return $this->videoURL; + } + public function setVideoVastXML($videoVastXML) + { + $this->videoVastXML = $videoVastXML; + } + public function getVideoVastXML() + { + return $this->videoVastXML; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeAdTechnologyProviders.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeAdTechnologyProviders.php new file mode 100644 index 000000000..6d6b729a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeAdTechnologyProviders.php @@ -0,0 +1,40 @@ +detectedProviderIds = $detectedProviderIds; + } + public function getDetectedProviderIds() + { + return $this->detectedProviderIds; + } + public function setHasUnidentifiedProvider($hasUnidentifiedProvider) + { + $this->hasUnidentifiedProvider = $hasUnidentifiedProvider; + } + public function getHasUnidentifiedProvider() + { + return $this->hasUnidentifiedProvider; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php new file mode 100644 index 000000000..3bb7dc17c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php @@ -0,0 +1,56 @@ +contexts = $contexts; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeCorrectionsContexts + */ + public function getContexts() + { + return $this->contexts; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php new file mode 100644 index 000000000..fa0e3cdd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php @@ -0,0 +1,58 @@ +auctionType = $auctionType; + } + public function getAuctionType() + { + return $this->auctionType; + } + public function setContextType($contextType) + { + $this->contextType = $contextType; + } + public function getContextType() + { + return $this->contextType; + } + public function setGeoCriteriaId($geoCriteriaId) + { + $this->geoCriteriaId = $geoCriteriaId; + } + public function getGeoCriteriaId() + { + return $this->geoCriteriaId; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIds.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIds.php new file mode 100644 index 000000000..b37d4fbd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIds.php @@ -0,0 +1,47 @@ +dealStatuses = $dealStatuses; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeDealIdsDealStatuses + */ + public function getDealStatuses() + { + return $this->dealStatuses; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php new file mode 100644 index 000000000..1842d6e7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php @@ -0,0 +1,48 @@ +arcStatus = $arcStatus; + } + public function getArcStatus() + { + return $this->arcStatus; + } + public function setDealId($dealId) + { + $this->dealId = $dealId; + } + public function getDealId() + { + return $this->dealId; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasons.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasons.php new file mode 100644 index 000000000..44fa12a6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasons.php @@ -0,0 +1,47 @@ +date = $date; + } + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons + */ + public function setReasons($reasons) + { + $this->reasons = $reasons; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons + */ + public function getReasons() + { + return $this->reasons; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.php new file mode 100644 index 000000000..fb70fa119 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.php @@ -0,0 +1,39 @@ +filteringCount = $filteringCount; + } + public function getFilteringCount() + { + return $this->filteringCount; + } + public function setFilteringStatus($filteringStatus) + { + $this->filteringStatus = $filteringStatus; + } + public function getFilteringStatus() + { + return $this->filteringStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAd.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAd.php new file mode 100644 index 000000000..220531b37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAd.php @@ -0,0 +1,160 @@ +advertiser = $advertiser; + } + public function getAdvertiser() + { + return $this->advertiser; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon + */ + public function setAppIcon(Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon $appIcon) + { + $this->appIcon = $appIcon; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon + */ + public function getAppIcon() + { + return $this->appIcon; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + public function setCallToAction($callToAction) + { + $this->callToAction = $callToAction; + } + public function getCallToAction() + { + return $this->callToAction; + } + public function setClickLinkUrl($clickLinkUrl) + { + $this->clickLinkUrl = $clickLinkUrl; + } + public function getClickLinkUrl() + { + return $this->clickLinkUrl; + } + public function setClickTrackingUrl($clickTrackingUrl) + { + $this->clickTrackingUrl = $clickTrackingUrl; + } + public function getClickTrackingUrl() + { + return $this->clickTrackingUrl; + } + public function setHeadline($headline) + { + $this->headline = $headline; + } + public function getHeadline() + { + return $this->headline; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeNativeAdImage + */ + public function setImage(Google_Service_AdExchangeBuyer_CreativeNativeAdImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeNativeAdImage + */ + public function getImage() + { + return $this->image; + } + public function setImpressionTrackingUrl($impressionTrackingUrl) + { + $this->impressionTrackingUrl = $impressionTrackingUrl; + } + public function getImpressionTrackingUrl() + { + return $this->impressionTrackingUrl; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeNativeAdLogo + */ + public function setLogo(Google_Service_AdExchangeBuyer_CreativeNativeAdLogo $logo) + { + $this->logo = $logo; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeNativeAdLogo + */ + public function getLogo() + { + return $this->logo; + } + public function setPrice($price) + { + $this->price = $price; + } + public function getPrice() + { + return $this->price; + } + public function setStarRating($starRating) + { + $this->starRating = $starRating; + } + public function getStarRating() + { + return $this->starRating; + } + public function setVideoURL($videoURL) + { + $this->videoURL = $videoURL; + } + public function getVideoURL() + { + return $this->videoURL; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php new file mode 100644 index 000000000..96555649f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdImage.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdImage.php new file mode 100644 index 000000000..e5e393d28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdImage.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdLogo.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdLogo.php new file mode 100644 index 000000000..54fbf739f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdLogo.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictions.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictions.php new file mode 100644 index 000000000..d37895447 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictions.php @@ -0,0 +1,63 @@ +contexts = $contexts; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeServingRestrictionsContexts + */ + public function getContexts() + { + return $this->contexts; + } + /** + * @param Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons + */ + public function setDisapprovalReasons($disapprovalReasons) + { + $this->disapprovalReasons = $disapprovalReasons; + } + /** + * @return Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons + */ + public function getDisapprovalReasons() + { + return $this->disapprovalReasons; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php new file mode 100644 index 000000000..27bf54794 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php @@ -0,0 +1,58 @@ +auctionType = $auctionType; + } + public function getAuctionType() + { + return $this->auctionType; + } + public function setContextType($contextType) + { + $this->contextType = $contextType; + } + public function getContextType() + { + return $this->contextType; + } + public function setGeoCriteriaId($geoCriteriaId) + { + $this->geoCriteriaId = $geoCriteriaId; + } + public function getGeoCriteriaId() + { + return $this->geoCriteriaId; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsDisapprovalReasons.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsDisapprovalReasons.php new file mode 100644 index 000000000..ec28226b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsDisapprovalReasons.php @@ -0,0 +1,40 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativesList.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativesList.php new file mode 100644 index 000000000..353738454 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativesList.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeBuyer_Creative + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php new file mode 100644 index 000000000..48fa1395e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php @@ -0,0 +1,46 @@ +alcoholAdsAllowed = $alcoholAdsAllowed; + } + public function getAlcoholAdsAllowed() + { + return $this->alcoholAdsAllowed; + } + /** + * @param Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus + */ + public function setDealPauseStatus(Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus $dealPauseStatus) + { + $this->dealPauseStatus = $dealPauseStatus; + } + /** + * @return Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus + */ + public function getDealPauseStatus() + { + return $this->dealPauseStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.php new file mode 100644 index 000000000..35333aeb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.php @@ -0,0 +1,66 @@ +buyerPauseReason = $buyerPauseReason; + } + public function getBuyerPauseReason() + { + return $this->buyerPauseReason; + } + public function setFirstPausedBy($firstPausedBy) + { + $this->firstPausedBy = $firstPausedBy; + } + public function getFirstPausedBy() + { + return $this->firstPausedBy; + } + public function setHasBuyerPaused($hasBuyerPaused) + { + $this->hasBuyerPaused = $hasBuyerPaused; + } + public function getHasBuyerPaused() + { + return $this->hasBuyerPaused; + } + public function setHasSellerPaused($hasSellerPaused) + { + $this->hasSellerPaused = $hasSellerPaused; + } + public function getHasSellerPaused() + { + return $this->hasSellerPaused; + } + public function setSellerPauseReason($sellerPauseReason) + { + $this->sellerPauseReason = $sellerPauseReason; + } + public function getSellerPauseReason() + { + return $this->sellerPauseReason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTerms.php new file mode 100644 index 000000000..680fbfbd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTerms.php @@ -0,0 +1,146 @@ +brandingType = $brandingType; + } + public function getBrandingType() + { + return $this->brandingType; + } + public function setCrossListedExternalDealIdType($crossListedExternalDealIdType) + { + $this->crossListedExternalDealIdType = $crossListedExternalDealIdType; + } + public function getCrossListedExternalDealIdType() + { + return $this->crossListedExternalDealIdType; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_AdExchangeBuyer_Price + */ + public function setEstimatedGrossSpend(Google_Service_AdExchangeBuyer_Price $estimatedGrossSpend) + { + $this->estimatedGrossSpend = $estimatedGrossSpend; + } + /** + * @return Google_Service_AdExchangeBuyer_Price + */ + public function getEstimatedGrossSpend() + { + return $this->estimatedGrossSpend; + } + public function setEstimatedImpressionsPerDay($estimatedImpressionsPerDay) + { + $this->estimatedImpressionsPerDay = $estimatedImpressionsPerDay; + } + public function getEstimatedImpressionsPerDay() + { + return $this->estimatedImpressionsPerDay; + } + /** + * @param Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms + */ + public function setGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms $guaranteedFixedPriceTerms) + { + $this->guaranteedFixedPriceTerms = $guaranteedFixedPriceTerms; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms + */ + public function getGuaranteedFixedPriceTerms() + { + return $this->guaranteedFixedPriceTerms; + } + /** + * @param Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms + */ + public function setNonGuaranteedAuctionTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms $nonGuaranteedAuctionTerms) + { + $this->nonGuaranteedAuctionTerms = $nonGuaranteedAuctionTerms; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms + */ + public function getNonGuaranteedAuctionTerms() + { + return $this->nonGuaranteedAuctionTerms; + } + /** + * @param Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms + */ + public function setNonGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms $nonGuaranteedFixedPriceTerms) + { + $this->nonGuaranteedFixedPriceTerms = $nonGuaranteedFixedPriceTerms; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms + */ + public function getNonGuaranteedFixedPriceTerms() + { + return $this->nonGuaranteedFixedPriceTerms; + } + /** + * @param Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms + */ + public function setRubiconNonGuaranteedTerms(Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms $rubiconNonGuaranteedTerms) + { + $this->rubiconNonGuaranteedTerms = $rubiconNonGuaranteedTerms; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms + */ + public function getRubiconNonGuaranteedTerms() + { + return $this->rubiconNonGuaranteedTerms; + } + public function setSellerTimeZone($sellerTimeZone) + { + $this->sellerTimeZone = $sellerTimeZone; + } + public function getSellerTimeZone() + { + return $this->sellerTimeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php new file mode 100644 index 000000000..2cca2476c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php @@ -0,0 +1,81 @@ +billingInfo = $billingInfo; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingInfo + */ + public function getBillingInfo() + { + return $this->billingInfo; + } + /** + * @param Google_Service_AdExchangeBuyer_PricePerBuyer + */ + public function setFixedPrices($fixedPrices) + { + $this->fixedPrices = $fixedPrices; + } + /** + * @return Google_Service_AdExchangeBuyer_PricePerBuyer + */ + public function getFixedPrices() + { + return $this->fixedPrices; + } + public function setGuaranteedImpressions($guaranteedImpressions) + { + $this->guaranteedImpressions = $guaranteedImpressions; + } + public function getGuaranteedImpressions() + { + return $this->guaranteedImpressions; + } + public function setGuaranteedLooks($guaranteedLooks) + { + $this->guaranteedLooks = $guaranteedLooks; + } + public function getGuaranteedLooks() + { + return $this->guaranteedLooks; + } + public function setMinimumDailyLooks($minimumDailyLooks) + { + $this->minimumDailyLooks = $minimumDailyLooks; + } + public function getMinimumDailyLooks() + { + return $this->minimumDailyLooks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php new file mode 100644 index 000000000..a677b5bcc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php @@ -0,0 +1,64 @@ +currencyConversionTimeMs = $currencyConversionTimeMs; + } + public function getCurrencyConversionTimeMs() + { + return $this->currencyConversionTimeMs; + } + public function setDfpLineItemId($dfpLineItemId) + { + $this->dfpLineItemId = $dfpLineItemId; + } + public function getDfpLineItemId() + { + return $this->dfpLineItemId; + } + public function setOriginalContractedQuantity($originalContractedQuantity) + { + $this->originalContractedQuantity = $originalContractedQuantity; + } + public function getOriginalContractedQuantity() + { + return $this->originalContractedQuantity; + } + /** + * @param Google_Service_AdExchangeBuyer_Price + */ + public function setPrice(Google_Service_AdExchangeBuyer_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_AdExchangeBuyer_Price + */ + public function getPrice() + { + return $this->price; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.php new file mode 100644 index 000000000..e97395fc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.php @@ -0,0 +1,47 @@ +autoOptimizePrivateAuction = $autoOptimizePrivateAuction; + } + public function getAutoOptimizePrivateAuction() + { + return $this->autoOptimizePrivateAuction; + } + /** + * @param Google_Service_AdExchangeBuyer_PricePerBuyer + */ + public function setReservePricePerBuyers($reservePricePerBuyers) + { + $this->reservePricePerBuyers = $reservePricePerBuyers; + } + /** + * @return Google_Service_AdExchangeBuyer_PricePerBuyer + */ + public function getReservePricePerBuyers() + { + return $this->reservePricePerBuyers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.php new file mode 100644 index 000000000..55b1ee1af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.php @@ -0,0 +1,38 @@ +fixedPrices = $fixedPrices; + } + /** + * @return Google_Service_AdExchangeBuyer_PricePerBuyer + */ + public function getFixedPrices() + { + return $this->fixedPrices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.php new file mode 100644 index 000000000..62f1acb68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.php @@ -0,0 +1,53 @@ +priorityPrice = $priorityPrice; + } + /** + * @return Google_Service_AdExchangeBuyer_Price + */ + public function getPriorityPrice() + { + return $this->priorityPrice; + } + /** + * @param Google_Service_AdExchangeBuyer_Price + */ + public function setStandardPrice(Google_Service_AdExchangeBuyer_Price $standardPrice) + { + $this->standardPrice = $standardPrice; + } + /** + * @return Google_Service_AdExchangeBuyer_Price + */ + public function getStandardPrice() + { + return $this->standardPrice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.php new file mode 100644 index 000000000..1c29a9065 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.php @@ -0,0 +1,49 @@ +dealIds = $dealIds; + } + public function getDealIds() + { + return $this->dealIds; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } + public function setUpdateAction($updateAction) + { + $this->updateAction = $updateAction; + } + public function getUpdateAction() + { + return $this->updateAction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsResponse.php new file mode 100644 index 000000000..4094e6b67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsResponse.php @@ -0,0 +1,47 @@ +deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ + public function getDeals() + { + return $this->deals; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php new file mode 100644 index 000000000..fea46b539 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php @@ -0,0 +1,56 @@ +creativeBlockingLevel = $creativeBlockingLevel; + } + public function getCreativeBlockingLevel() + { + return $this->creativeBlockingLevel; + } + public function setDeliveryRateType($deliveryRateType) + { + $this->deliveryRateType = $deliveryRateType; + } + public function getDeliveryRateType() + { + return $this->deliveryRateType; + } + /** + * @param Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap + */ + public function setFrequencyCaps($frequencyCaps) + { + $this->frequencyCaps = $frequencyCaps; + } + /** + * @return Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap + */ + public function getFrequencyCaps() + { + return $this->frequencyCaps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.php new file mode 100644 index 000000000..831a7519f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.php @@ -0,0 +1,48 @@ +maxImpressions = $maxImpressions; + } + public function getMaxImpressions() + { + return $this->maxImpressions; + } + public function setNumTimeUnits($numTimeUnits) + { + $this->numTimeUnits = $numTimeUnits; + } + public function getNumTimeUnits() + { + return $this->numTimeUnits; + } + public function setTimeUnitType($timeUnitType) + { + $this->timeUnitType = $timeUnitType; + } + public function getTimeUnitType() + { + return $this->timeUnitType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Dimension.php new file mode 100644 index 000000000..c8ce890ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Dimension.php @@ -0,0 +1,47 @@ +dimensionType = $dimensionType; + } + public function getDimensionType() + { + return $this->dimensionType; + } + /** + * @param Google_Service_AdExchangeBuyer_DimensionDimensionValue + */ + public function setDimensionValues($dimensionValues) + { + $this->dimensionValues = $dimensionValues; + } + /** + * @return Google_Service_AdExchangeBuyer_DimensionDimensionValue + */ + public function getDimensionValues() + { + return $this->dimensionValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.php new file mode 100644 index 000000000..21ca32422 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPercentage($percentage) + { + $this->percentage = $percentage; + } + public function getPercentage() + { + return $this->percentage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsRequest.php new file mode 100644 index 000000000..3e147199f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsRequest.php @@ -0,0 +1,72 @@ +deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ + public function getDeals() + { + return $this->deals; + } + /** + * @param Google_Service_AdExchangeBuyer_Proposal + */ + public function setProposal(Google_Service_AdExchangeBuyer_Proposal $proposal) + { + $this->proposal = $proposal; + } + /** + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function getProposal() + { + return $this->proposal; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } + public function setUpdateAction($updateAction) + { + $this->updateAction = $updateAction; + } + public function getUpdateAction() + { + return $this->updateAction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php new file mode 100644 index 000000000..078adfb0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php @@ -0,0 +1,47 @@ +deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ + public function getDeals() + { + return $this->deals; + } + public function setOrderRevisionNumber($orderRevisionNumber) + { + $this->orderRevisionNumber = $orderRevisionNumber; + } + public function getOrderRevisionNumber() + { + return $this->orderRevisionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php new file mode 100644 index 000000000..7940a7cf9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php @@ -0,0 +1,38 @@ +products = $products; + } + /** + * @return Google_Service_AdExchangeBuyer_Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.php new file mode 100644 index 000000000..75d41dbf7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.php @@ -0,0 +1,38 @@ +deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ + public function getDeals() + { + return $this->deals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.php new file mode 100644 index 000000000..ae87aa5db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.php @@ -0,0 +1,38 @@ +notes = $notes; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceNote + */ + public function getNotes() + { + return $this->notes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.php new file mode 100644 index 000000000..f8fcdcac0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.php @@ -0,0 +1,38 @@ +proposals = $proposals; + } + /** + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function getProposals() + { + return $this->proposals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.php new file mode 100644 index 000000000..76aa2c03a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.php @@ -0,0 +1,38 @@ +profiles = $profiles; + } + /** + * @return Google_Service_AdExchangeBuyer_PublisherProfileApiProto + */ + public function getProfiles() + { + return $this->profiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.php new file mode 100644 index 000000000..5f2a51e4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.php @@ -0,0 +1,289 @@ +buyerPrivateData = $buyerPrivateData; + } + /** + * @return Google_Service_AdExchangeBuyer_PrivateData + */ + public function getBuyerPrivateData() + { + return $this->buyerPrivateData; + } + public function setCreationTimeMs($creationTimeMs) + { + $this->creationTimeMs = $creationTimeMs; + } + public function getCreationTimeMs() + { + return $this->creationTimeMs; + } + public function setCreativePreApprovalPolicy($creativePreApprovalPolicy) + { + $this->creativePreApprovalPolicy = $creativePreApprovalPolicy; + } + public function getCreativePreApprovalPolicy() + { + return $this->creativePreApprovalPolicy; + } + public function setCreativeSafeFrameCompatibility($creativeSafeFrameCompatibility) + { + $this->creativeSafeFrameCompatibility = $creativeSafeFrameCompatibility; + } + public function getCreativeSafeFrameCompatibility() + { + return $this->creativeSafeFrameCompatibility; + } + public function setDealId($dealId) + { + $this->dealId = $dealId; + } + public function getDealId() + { + return $this->dealId; + } + /** + * @param Google_Service_AdExchangeBuyer_DealServingMetadata + */ + public function setDealServingMetadata(Google_Service_AdExchangeBuyer_DealServingMetadata $dealServingMetadata) + { + $this->dealServingMetadata = $dealServingMetadata; + } + /** + * @return Google_Service_AdExchangeBuyer_DealServingMetadata + */ + public function getDealServingMetadata() + { + return $this->dealServingMetadata; + } + /** + * @param Google_Service_AdExchangeBuyer_DeliveryControl + */ + public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl) + { + $this->deliveryControl = $deliveryControl; + } + /** + * @return Google_Service_AdExchangeBuyer_DeliveryControl + */ + public function getDeliveryControl() + { + return $this->deliveryControl; + } + public function setExternalDealId($externalDealId) + { + $this->externalDealId = $externalDealId; + } + public function getExternalDealId() + { + return $this->externalDealId; + } + public function setFlightEndTimeMs($flightEndTimeMs) + { + $this->flightEndTimeMs = $flightEndTimeMs; + } + public function getFlightEndTimeMs() + { + return $this->flightEndTimeMs; + } + public function setFlightStartTimeMs($flightStartTimeMs) + { + $this->flightStartTimeMs = $flightStartTimeMs; + } + public function getFlightStartTimeMs() + { + return $this->flightStartTimeMs; + } + public function setInventoryDescription($inventoryDescription) + { + $this->inventoryDescription = $inventoryDescription; + } + public function getInventoryDescription() + { + return $this->inventoryDescription; + } + public function setIsRfpTemplate($isRfpTemplate) + { + $this->isRfpTemplate = $isRfpTemplate; + } + public function getIsRfpTemplate() + { + return $this->isRfpTemplate; + } + public function setIsSetupComplete($isSetupComplete) + { + $this->isSetupComplete = $isSetupComplete; + } + public function getIsSetupComplete() + { + return $this->isSetupComplete; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastUpdateTimeMs($lastUpdateTimeMs) + { + $this->lastUpdateTimeMs = $lastUpdateTimeMs; + } + public function getLastUpdateTimeMs() + { + return $this->lastUpdateTimeMs; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setProductRevisionNumber($productRevisionNumber) + { + $this->productRevisionNumber = $productRevisionNumber; + } + public function getProductRevisionNumber() + { + return $this->productRevisionNumber; + } + public function setProgrammaticCreativeSource($programmaticCreativeSource) + { + $this->programmaticCreativeSource = $programmaticCreativeSource; + } + public function getProgrammaticCreativeSource() + { + return $this->programmaticCreativeSource; + } + public function setProposalId($proposalId) + { + $this->proposalId = $proposalId; + } + public function getProposalId() + { + return $this->proposalId; + } + /** + * @param Google_Service_AdExchangeBuyer_ContactInformation + */ + public function setSellerContacts($sellerContacts) + { + $this->sellerContacts = $sellerContacts; + } + /** + * @return Google_Service_AdExchangeBuyer_ContactInformation + */ + public function getSellerContacts() + { + return $this->sellerContacts; + } + /** + * @param Google_Service_AdExchangeBuyer_SharedTargeting + */ + public function setSharedTargetings($sharedTargetings) + { + $this->sharedTargetings = $sharedTargetings; + } + /** + * @return Google_Service_AdExchangeBuyer_SharedTargeting + */ + public function getSharedTargetings() + { + return $this->sharedTargetings; + } + public function setSyndicationProduct($syndicationProduct) + { + $this->syndicationProduct = $syndicationProduct; + } + public function getSyndicationProduct() + { + return $this->syndicationProduct; + } + /** + * @param Google_Service_AdExchangeBuyer_DealTerms + */ + public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms) + { + $this->terms = $terms; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTerms + */ + public function getTerms() + { + return $this->terms; + } + public function setWebPropertyCode($webPropertyCode) + { + $this->webPropertyCode = $webPropertyCode; + } + public function getWebPropertyCode() + { + return $this->webPropertyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php new file mode 100644 index 000000000..29c9d9c36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php @@ -0,0 +1,53 @@ +buyer = $buyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBuyer() + { + return $this->buyer; + } + /** + * @param Google_Service_AdExchangeBuyer_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyer_Seller + */ + public function getSeller() + { + return $this->seller; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.php new file mode 100644 index 000000000..e3e6bd7a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.php @@ -0,0 +1,64 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setCreateTimeMs($createTimeMs) + { + $this->createTimeMs = $createTimeMs; + } + public function getCreateTimeMs() + { + return $this->createTimeMs; + } + /** + * @param Google_Service_AdExchangeBuyer_MarketplaceDealParty + */ + public function setDeprecatedMarketplaceDealParty(Google_Service_AdExchangeBuyer_MarketplaceDealParty $deprecatedMarketplaceDealParty) + { + $this->deprecatedMarketplaceDealParty = $deprecatedMarketplaceDealParty; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDealParty + */ + public function getDeprecatedMarketplaceDealParty() + { + return $this->deprecatedMarketplaceDealParty; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php new file mode 100644 index 000000000..52cb07759 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php @@ -0,0 +1,93 @@ +creatorRole = $creatorRole; + } + public function getCreatorRole() + { + return $this->creatorRole; + } + public function setDealId($dealId) + { + $this->dealId = $dealId; + } + public function getDealId() + { + return $this->dealId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNote($note) + { + $this->note = $note; + } + public function getNote() + { + return $this->note; + } + public function setNoteId($noteId) + { + $this->noteId = $noteId; + } + public function getNoteId() + { + return $this->noteId; + } + public function setProposalId($proposalId) + { + $this->proposalId = $proposalId; + } + public function getProposalId() + { + return $this->proposalId; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } + public function setTimestampMs($timestampMs) + { + $this->timestampMs = $timestampMs; + } + public function getTimestampMs() + { + return $this->timestampMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReport.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReport.php new file mode 100644 index 000000000..92e5fa2b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReport.php @@ -0,0 +1,220 @@ +bidRate = $bidRate; + } + public function getBidRate() + { + return $this->bidRate; + } + public function setBidRequestRate($bidRequestRate) + { + $this->bidRequestRate = $bidRequestRate; + } + public function getBidRequestRate() + { + return $this->bidRequestRate; + } + public function setCalloutStatusRate($calloutStatusRate) + { + $this->calloutStatusRate = $calloutStatusRate; + } + public function getCalloutStatusRate() + { + return $this->calloutStatusRate; + } + public function setCookieMatcherStatusRate($cookieMatcherStatusRate) + { + $this->cookieMatcherStatusRate = $cookieMatcherStatusRate; + } + public function getCookieMatcherStatusRate() + { + return $this->cookieMatcherStatusRate; + } + public function setCreativeStatusRate($creativeStatusRate) + { + $this->creativeStatusRate = $creativeStatusRate; + } + public function getCreativeStatusRate() + { + return $this->creativeStatusRate; + } + public function setFilteredBidRate($filteredBidRate) + { + $this->filteredBidRate = $filteredBidRate; + } + public function getFilteredBidRate() + { + return $this->filteredBidRate; + } + public function setHostedMatchStatusRate($hostedMatchStatusRate) + { + $this->hostedMatchStatusRate = $hostedMatchStatusRate; + } + public function getHostedMatchStatusRate() + { + return $this->hostedMatchStatusRate; + } + public function setInventoryMatchRate($inventoryMatchRate) + { + $this->inventoryMatchRate = $inventoryMatchRate; + } + public function getInventoryMatchRate() + { + return $this->inventoryMatchRate; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLatency50thPercentile($latency50thPercentile) + { + $this->latency50thPercentile = $latency50thPercentile; + } + public function getLatency50thPercentile() + { + return $this->latency50thPercentile; + } + public function setLatency85thPercentile($latency85thPercentile) + { + $this->latency85thPercentile = $latency85thPercentile; + } + public function getLatency85thPercentile() + { + return $this->latency85thPercentile; + } + public function setLatency95thPercentile($latency95thPercentile) + { + $this->latency95thPercentile = $latency95thPercentile; + } + public function getLatency95thPercentile() + { + return $this->latency95thPercentile; + } + public function setNoQuotaInRegion($noQuotaInRegion) + { + $this->noQuotaInRegion = $noQuotaInRegion; + } + public function getNoQuotaInRegion() + { + return $this->noQuotaInRegion; + } + public function setOutOfQuota($outOfQuota) + { + $this->outOfQuota = $outOfQuota; + } + public function getOutOfQuota() + { + return $this->outOfQuota; + } + public function setPixelMatchRequests($pixelMatchRequests) + { + $this->pixelMatchRequests = $pixelMatchRequests; + } + public function getPixelMatchRequests() + { + return $this->pixelMatchRequests; + } + public function setPixelMatchResponses($pixelMatchResponses) + { + $this->pixelMatchResponses = $pixelMatchResponses; + } + public function getPixelMatchResponses() + { + return $this->pixelMatchResponses; + } + public function setQuotaConfiguredLimit($quotaConfiguredLimit) + { + $this->quotaConfiguredLimit = $quotaConfiguredLimit; + } + public function getQuotaConfiguredLimit() + { + return $this->quotaConfiguredLimit; + } + public function setQuotaThrottledLimit($quotaThrottledLimit) + { + $this->quotaThrottledLimit = $quotaThrottledLimit; + } + public function getQuotaThrottledLimit() + { + return $this->quotaThrottledLimit; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSuccessfulRequestRate($successfulRequestRate) + { + $this->successfulRequestRate = $successfulRequestRate; + } + public function getSuccessfulRequestRate() + { + return $this->successfulRequestRate; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setUnsuccessfulRequestRate($unsuccessfulRequestRate) + { + $this->unsuccessfulRequestRate = $unsuccessfulRequestRate; + } + public function getUnsuccessfulRequestRate() + { + return $this->unsuccessfulRequestRate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReportList.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReportList.php new file mode 100644 index 000000000..7b9823c1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PerformanceReportList.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AdExchangeBuyer_PerformanceReport + */ + public function setPerformanceReport($performanceReport) + { + $this->performanceReport = $performanceReport; + } + /** + * @return Google_Service_AdExchangeBuyer_PerformanceReport + */ + public function getPerformanceReport() + { + return $this->performanceReport; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.php new file mode 100644 index 000000000..8beea6bf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.php @@ -0,0 +1,284 @@ +billingId = $billingId; + } + public function getBillingId() + { + return $this->billingId; + } + public function setConfigId($configId) + { + $this->configId = $configId; + } + public function getConfigId() + { + return $this->configId; + } + public function setConfigName($configName) + { + $this->configName = $configName; + } + public function getConfigName() + { + return $this->configName; + } + public function setCreativeType($creativeType) + { + $this->creativeType = $creativeType; + } + public function getCreativeType() + { + return $this->creativeType; + } + /** + * @param Google_Service_AdExchangeBuyer_PretargetingConfigDimensions + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfigDimensions + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setExcludedContentLabels($excludedContentLabels) + { + $this->excludedContentLabels = $excludedContentLabels; + } + public function getExcludedContentLabels() + { + return $this->excludedContentLabels; + } + public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds) + { + $this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds; + } + public function getExcludedGeoCriteriaIds() + { + return $this->excludedGeoCriteriaIds; + } + /** + * @param Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements + */ + public function setExcludedPlacements($excludedPlacements) + { + $this->excludedPlacements = $excludedPlacements; + } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements + */ + public function getExcludedPlacements() + { + return $this->excludedPlacements; + } + public function setExcludedUserLists($excludedUserLists) + { + $this->excludedUserLists = $excludedUserLists; + } + public function getExcludedUserLists() + { + return $this->excludedUserLists; + } + public function setExcludedVerticals($excludedVerticals) + { + $this->excludedVerticals = $excludedVerticals; + } + public function getExcludedVerticals() + { + return $this->excludedVerticals; + } + public function setGeoCriteriaIds($geoCriteriaIds) + { + $this->geoCriteriaIds = $geoCriteriaIds; + } + public function getGeoCriteriaIds() + { + return $this->geoCriteriaIds; + } + public function setIsActive($isActive) + { + $this->isActive = $isActive; + } + public function getIsActive() + { + return $this->isActive; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setMinimumViewabilityDecile($minimumViewabilityDecile) + { + $this->minimumViewabilityDecile = $minimumViewabilityDecile; + } + public function getMinimumViewabilityDecile() + { + return $this->minimumViewabilityDecile; + } + public function setMobileCarriers($mobileCarriers) + { + $this->mobileCarriers = $mobileCarriers; + } + public function getMobileCarriers() + { + return $this->mobileCarriers; + } + public function setMobileDevices($mobileDevices) + { + $this->mobileDevices = $mobileDevices; + } + public function getMobileDevices() + { + return $this->mobileDevices; + } + public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions) + { + $this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions; + } + public function getMobileOperatingSystemVersions() + { + return $this->mobileOperatingSystemVersions; + } + /** + * @param Google_Service_AdExchangeBuyer_PretargetingConfigPlacements + */ + public function setPlacements($placements) + { + $this->placements = $placements; + } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfigPlacements + */ + public function getPlacements() + { + return $this->placements; + } + public function setPlatforms($platforms) + { + $this->platforms = $platforms; + } + public function getPlatforms() + { + return $this->platforms; + } + public function setSupportedCreativeAttributes($supportedCreativeAttributes) + { + $this->supportedCreativeAttributes = $supportedCreativeAttributes; + } + public function getSupportedCreativeAttributes() + { + return $this->supportedCreativeAttributes; + } + public function setUserIdentifierDataRequired($userIdentifierDataRequired) + { + $this->userIdentifierDataRequired = $userIdentifierDataRequired; + } + public function getUserIdentifierDataRequired() + { + return $this->userIdentifierDataRequired; + } + public function setUserLists($userLists) + { + $this->userLists = $userLists; + } + public function getUserLists() + { + return $this->userLists; + } + public function setVendorTypes($vendorTypes) + { + $this->vendorTypes = $vendorTypes; + } + public function getVendorTypes() + { + return $this->vendorTypes; + } + public function setVerticals($verticals) + { + $this->verticals = $verticals; + } + public function getVerticals() + { + return $this->verticals; + } + /** + * @param Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes + */ + public function setVideoPlayerSizes($videoPlayerSizes) + { + $this->videoPlayerSizes = $videoPlayerSizes; + } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes + */ + public function getVideoPlayerSizes() + { + return $this->videoPlayerSizes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.php new file mode 100644 index 000000000..2e1af085b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.php @@ -0,0 +1,39 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigExcludedPlacements.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigExcludedPlacements.php new file mode 100644 index 000000000..99d3d4d04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigExcludedPlacements.php @@ -0,0 +1,39 @@ +token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigList.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigList.php new file mode 100644 index 000000000..124e377ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigList.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfig + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php new file mode 100644 index 000000000..3ee7c30a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php @@ -0,0 +1,39 @@ +token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigVideoPlayerSizes.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigVideoPlayerSizes.php new file mode 100644 index 000000000..478024762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigVideoPlayerSizes.php @@ -0,0 +1,48 @@ +aspectRatio = $aspectRatio; + } + public function getAspectRatio() + { + return $this->aspectRatio; + } + public function setMinHeight($minHeight) + { + $this->minHeight = $minHeight; + } + public function getMinHeight() + { + return $this->minHeight; + } + public function setMinWidth($minWidth) + { + $this->minWidth = $minWidth; + } + public function getMinWidth() + { + return $this->minWidth; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Price.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Price.php new file mode 100644 index 000000000..d0590dd67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Price.php @@ -0,0 +1,57 @@ +amountMicros = $amountMicros; + } + public function getAmountMicros() + { + return $this->amountMicros; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setExpectedCpmMicros($expectedCpmMicros) + { + $this->expectedCpmMicros = $expectedCpmMicros; + } + public function getExpectedCpmMicros() + { + return $this->expectedCpmMicros; + } + public function setPricingType($pricingType) + { + $this->pricingType = $pricingType; + } + public function getPricingType() + { + return $this->pricingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PricePerBuyer.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PricePerBuyer.php new file mode 100644 index 000000000..9c52afc37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PricePerBuyer.php @@ -0,0 +1,78 @@ +auctionTier = $auctionTier; + } + public function getAuctionTier() + { + return $this->auctionTier; + } + /** + * @param Google_Service_AdExchangeBuyer_Buyer + */ + public function setBilledBuyer(Google_Service_AdExchangeBuyer_Buyer $billedBuyer) + { + $this->billedBuyer = $billedBuyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBilledBuyer() + { + return $this->billedBuyer; + } + /** + * @param Google_Service_AdExchangeBuyer_Buyer + */ + public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) + { + $this->buyer = $buyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBuyer() + { + return $this->buyer; + } + /** + * @param Google_Service_AdExchangeBuyer_Price + */ + public function setPrice(Google_Service_AdExchangeBuyer_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_AdExchangeBuyer_Price + */ + public function getPrice() + { + return $this->price; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.php new file mode 100644 index 000000000..76798a1df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.php @@ -0,0 +1,39 @@ +referenceId = $referenceId; + } + public function getReferenceId() + { + return $this->referenceId; + } + public function setReferencePayload($referencePayload) + { + $this->referencePayload = $referencePayload; + } + public function getReferencePayload() + { + return $this->referencePayload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Product.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Product.php new file mode 100644 index 000000000..304e74e6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Product.php @@ -0,0 +1,328 @@ +billedBuyer = $billedBuyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBilledBuyer() + { + return $this->billedBuyer; + } + /** + * @param Google_Service_AdExchangeBuyer_Buyer + */ + public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) + { + $this->buyer = $buyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBuyer() + { + return $this->buyer; + } + public function setCreationTimeMs($creationTimeMs) + { + $this->creationTimeMs = $creationTimeMs; + } + public function getCreationTimeMs() + { + return $this->creationTimeMs; + } + /** + * @param Google_Service_AdExchangeBuyer_ContactInformation + */ + public function setCreatorContacts($creatorContacts) + { + $this->creatorContacts = $creatorContacts; + } + /** + * @return Google_Service_AdExchangeBuyer_ContactInformation + */ + public function getCreatorContacts() + { + return $this->creatorContacts; + } + public function setCreatorRole($creatorRole) + { + $this->creatorRole = $creatorRole; + } + public function getCreatorRole() + { + return $this->creatorRole; + } + /** + * @param Google_Service_AdExchangeBuyer_DeliveryControl + */ + public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl) + { + $this->deliveryControl = $deliveryControl; + } + /** + * @return Google_Service_AdExchangeBuyer_DeliveryControl + */ + public function getDeliveryControl() + { + return $this->deliveryControl; + } + public function setFlightEndTimeMs($flightEndTimeMs) + { + $this->flightEndTimeMs = $flightEndTimeMs; + } + public function getFlightEndTimeMs() + { + return $this->flightEndTimeMs; + } + public function setFlightStartTimeMs($flightStartTimeMs) + { + $this->flightStartTimeMs = $flightStartTimeMs; + } + public function getFlightStartTimeMs() + { + return $this->flightStartTimeMs; + } + public function setHasCreatorSignedOff($hasCreatorSignedOff) + { + $this->hasCreatorSignedOff = $hasCreatorSignedOff; + } + public function getHasCreatorSignedOff() + { + return $this->hasCreatorSignedOff; + } + public function setInventorySource($inventorySource) + { + $this->inventorySource = $inventorySource; + } + public function getInventorySource() + { + return $this->inventorySource; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AdExchangeBuyer_MarketplaceLabel + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceLabel + */ + public function getLabels() + { + return $this->labels; + } + public function setLastUpdateTimeMs($lastUpdateTimeMs) + { + $this->lastUpdateTimeMs = $lastUpdateTimeMs; + } + public function getLastUpdateTimeMs() + { + return $this->lastUpdateTimeMs; + } + public function setLegacyOfferId($legacyOfferId) + { + $this->legacyOfferId = $legacyOfferId; + } + public function getLegacyOfferId() + { + return $this->legacyOfferId; + } + public function setMarketplacePublisherProfileId($marketplacePublisherProfileId) + { + $this->marketplacePublisherProfileId = $marketplacePublisherProfileId; + } + public function getMarketplacePublisherProfileId() + { + return $this->marketplacePublisherProfileId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrivateAuctionId($privateAuctionId) + { + $this->privateAuctionId = $privateAuctionId; + } + public function getPrivateAuctionId() + { + return $this->privateAuctionId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setPublisherProfileId($publisherProfileId) + { + $this->publisherProfileId = $publisherProfileId; + } + public function getPublisherProfileId() + { + return $this->publisherProfileId; + } + /** + * @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast + */ + public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast) + { + $this->publisherProvidedForecast = $publisherProvidedForecast; + } + /** + * @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast + */ + public function getPublisherProvidedForecast() + { + return $this->publisherProvidedForecast; + } + public function setRevisionNumber($revisionNumber) + { + $this->revisionNumber = $revisionNumber; + } + public function getRevisionNumber() + { + return $this->revisionNumber; + } + /** + * @param Google_Service_AdExchangeBuyer_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyer_Seller + */ + public function getSeller() + { + return $this->seller; + } + /** + * @param Google_Service_AdExchangeBuyer_SharedTargeting + */ + public function setSharedTargetings($sharedTargetings) + { + $this->sharedTargetings = $sharedTargetings; + } + /** + * @return Google_Service_AdExchangeBuyer_SharedTargeting + */ + public function getSharedTargetings() + { + return $this->sharedTargetings; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSyndicationProduct($syndicationProduct) + { + $this->syndicationProduct = $syndicationProduct; + } + public function getSyndicationProduct() + { + return $this->syndicationProduct; + } + /** + * @param Google_Service_AdExchangeBuyer_DealTerms + */ + public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms) + { + $this->terms = $terms; + } + /** + * @return Google_Service_AdExchangeBuyer_DealTerms + */ + public function getTerms() + { + return $this->terms; + } + public function setWebPropertyCode($webPropertyCode) + { + $this->webPropertyCode = $webPropertyCode; + } + public function getWebPropertyCode() + { + return $this->webPropertyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php new file mode 100644 index 000000000..47bd77aaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php @@ -0,0 +1,278 @@ +billedBuyer = $billedBuyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBilledBuyer() + { + return $this->billedBuyer; + } + /** + * @param Google_Service_AdExchangeBuyer_Buyer + */ + public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) + { + $this->buyer = $buyer; + } + /** + * @return Google_Service_AdExchangeBuyer_Buyer + */ + public function getBuyer() + { + return $this->buyer; + } + /** + * @param Google_Service_AdExchangeBuyer_ContactInformation + */ + public function setBuyerContacts($buyerContacts) + { + $this->buyerContacts = $buyerContacts; + } + /** + * @return Google_Service_AdExchangeBuyer_ContactInformation + */ + public function getBuyerContacts() + { + return $this->buyerContacts; + } + /** + * @param Google_Service_AdExchangeBuyer_PrivateData + */ + public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData) + { + $this->buyerPrivateData = $buyerPrivateData; + } + /** + * @return Google_Service_AdExchangeBuyer_PrivateData + */ + public function getBuyerPrivateData() + { + return $this->buyerPrivateData; + } + public function setDbmAdvertiserIds($dbmAdvertiserIds) + { + $this->dbmAdvertiserIds = $dbmAdvertiserIds; + } + public function getDbmAdvertiserIds() + { + return $this->dbmAdvertiserIds; + } + public function setHasBuyerSignedOff($hasBuyerSignedOff) + { + $this->hasBuyerSignedOff = $hasBuyerSignedOff; + } + public function getHasBuyerSignedOff() + { + return $this->hasBuyerSignedOff; + } + public function setHasSellerSignedOff($hasSellerSignedOff) + { + $this->hasSellerSignedOff = $hasSellerSignedOff; + } + public function getHasSellerSignedOff() + { + return $this->hasSellerSignedOff; + } + public function setInventorySource($inventorySource) + { + $this->inventorySource = $inventorySource; + } + public function getInventorySource() + { + return $this->inventorySource; + } + public function setIsRenegotiating($isRenegotiating) + { + $this->isRenegotiating = $isRenegotiating; + } + public function getIsRenegotiating() + { + return $this->isRenegotiating; + } + public function setIsSetupComplete($isSetupComplete) + { + $this->isSetupComplete = $isSetupComplete; + } + public function getIsSetupComplete() + { + return $this->isSetupComplete; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AdExchangeBuyer_MarketplaceLabel + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceLabel + */ + public function getLabels() + { + return $this->labels; + } + public function setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole) + { + $this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole; + } + public function getLastUpdaterOrCommentorRole() + { + return $this->lastUpdaterOrCommentorRole; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNegotiationId($negotiationId) + { + $this->negotiationId = $negotiationId; + } + public function getNegotiationId() + { + return $this->negotiationId; + } + public function setOriginatorRole($originatorRole) + { + $this->originatorRole = $originatorRole; + } + public function getOriginatorRole() + { + return $this->originatorRole; + } + public function setPrivateAuctionId($privateAuctionId) + { + $this->privateAuctionId = $privateAuctionId; + } + public function getPrivateAuctionId() + { + return $this->privateAuctionId; + } + public function setProposalId($proposalId) + { + $this->proposalId = $proposalId; + } + public function getProposalId() + { + return $this->proposalId; + } + public function setProposalState($proposalState) + { + $this->proposalState = $proposalState; + } + public function getProposalState() + { + return $this->proposalState; + } + public function setRevisionNumber($revisionNumber) + { + $this->revisionNumber = $revisionNumber; + } + public function getRevisionNumber() + { + return $this->revisionNumber; + } + public function setRevisionTimeMs($revisionTimeMs) + { + $this->revisionTimeMs = $revisionTimeMs; + } + public function getRevisionTimeMs() + { + return $this->revisionTimeMs; + } + /** + * @param Google_Service_AdExchangeBuyer_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyer_Seller + */ + public function getSeller() + { + return $this->seller; + } + /** + * @param Google_Service_AdExchangeBuyer_ContactInformation + */ + public function setSellerContacts($sellerContacts) + { + $this->sellerContacts = $sellerContacts; + } + /** + * @return Google_Service_AdExchangeBuyer_ContactInformation + */ + public function getSellerContacts() + { + return $this->sellerContacts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.php new file mode 100644 index 000000000..ba12a5bbf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.php @@ -0,0 +1,234 @@ +audience = $audience; + } + public function getAudience() + { + return $this->audience; + } + public function setBuyerPitchStatement($buyerPitchStatement) + { + $this->buyerPitchStatement = $buyerPitchStatement; + } + public function getBuyerPitchStatement() + { + return $this->buyerPitchStatement; + } + public function setDirectContact($directContact) + { + $this->directContact = $directContact; + } + public function getDirectContact() + { + return $this->directContact; + } + public function setExchange($exchange) + { + $this->exchange = $exchange; + } + public function getExchange() + { + return $this->exchange; + } + public function setGooglePlusLink($googlePlusLink) + { + $this->googlePlusLink = $googlePlusLink; + } + public function getGooglePlusLink() + { + return $this->googlePlusLink; + } + public function setIsParent($isParent) + { + $this->isParent = $isParent; + } + public function getIsParent() + { + return $this->isParent; + } + public function setIsPublished($isPublished) + { + $this->isPublished = $isPublished; + } + public function getIsPublished() + { + return $this->isPublished; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLogoUrl($logoUrl) + { + $this->logoUrl = $logoUrl; + } + public function getLogoUrl() + { + return $this->logoUrl; + } + public function setMediaKitLink($mediaKitLink) + { + $this->mediaKitLink = $mediaKitLink; + } + public function getMediaKitLink() + { + return $this->mediaKitLink; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setProgrammaticContact($programmaticContact) + { + $this->programmaticContact = $programmaticContact; + } + public function getProgrammaticContact() + { + return $this->programmaticContact; + } + public function setPublisherDomains($publisherDomains) + { + $this->publisherDomains = $publisherDomains; + } + public function getPublisherDomains() + { + return $this->publisherDomains; + } + public function setPublisherProfileId($publisherProfileId) + { + $this->publisherProfileId = $publisherProfileId; + } + public function getPublisherProfileId() + { + return $this->publisherProfileId; + } + /** + * @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast + */ + public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast) + { + $this->publisherProvidedForecast = $publisherProvidedForecast; + } + /** + * @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast + */ + public function getPublisherProvidedForecast() + { + return $this->publisherProvidedForecast; + } + public function setRateCardInfoLink($rateCardInfoLink) + { + $this->rateCardInfoLink = $rateCardInfoLink; + } + public function getRateCardInfoLink() + { + return $this->rateCardInfoLink; + } + public function setSamplePageLink($samplePageLink) + { + $this->samplePageLink = $samplePageLink; + } + public function getSamplePageLink() + { + return $this->samplePageLink; + } + /** + * @param Google_Service_AdExchangeBuyer_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyer_Seller + */ + public function getSeller() + { + return $this->seller; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTopHeadlines($topHeadlines) + { + $this->topHeadlines = $topHeadlines; + } + public function getTopHeadlines() + { + return $this->topHeadlines; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php new file mode 100644 index 000000000..d44d59a97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php @@ -0,0 +1,56 @@ +dimensions = $dimensions; + } + /** + * @return Google_Service_AdExchangeBuyer_Dimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setWeeklyImpressions($weeklyImpressions) + { + $this->weeklyImpressions = $weeklyImpressions; + } + public function getWeeklyImpressions() + { + return $this->weeklyImpressions; + } + public function setWeeklyUniques($weeklyUniques) + { + $this->weeklyUniques = $weeklyUniques; + } + public function getWeeklyUniques() + { + return $this->weeklyUniques; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.php new file mode 100644 index 000000000..3976baf1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.php @@ -0,0 +1,88 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $accounts = $adexchangebuyerService->accounts; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Accounts extends Google_Service_Resource +{ + /** + * Gets one account by ID. (accounts.get) + * + * @param int $id The account id + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Account + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Account"); + } + /** + * Retrieves the authenticated user's list of accounts. (accounts.listAccounts) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_AccountsList + */ + public function listAccounts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_AccountsList"); + } + /** + * Updates an existing account. This method supports patch semantics. + * (accounts.patch) + * + * @param int $id The account id + * @param Google_Service_AdExchangeBuyer_Account $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool confirmUnsafeAccountChange Confirmation for erasing bidder + * and cookie matching urls. + * @return Google_Service_AdExchangeBuyer_Account + */ + public function patch($id, Google_Service_AdExchangeBuyer_Account $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Account"); + } + /** + * Updates an existing account. (accounts.update) + * + * @param int $id The account id + * @param Google_Service_AdExchangeBuyer_Account $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool confirmUnsafeAccountChange Confirmation for erasing bidder + * and cookie matching urls. + * @return Google_Service_AdExchangeBuyer_Account + */ + public function update($id, Google_Service_AdExchangeBuyer_Account $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Account"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/BillingInfo.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/BillingInfo.php new file mode 100644 index 000000000..0f0b3e985 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/BillingInfo.php @@ -0,0 +1,55 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $billingInfo = $adexchangebuyerService->billingInfo; + * + */ +class Google_Service_AdExchangeBuyer_Resource_BillingInfo extends Google_Service_Resource +{ + /** + * Returns the billing information for one account specified by account ID. + * (billingInfo.get) + * + * @param int $accountId The account id. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_BillingInfo + */ + public function get($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_BillingInfo"); + } + /** + * Retrieves a list of billing information for all accounts of the authenticated + * user. (billingInfo.listBillingInfo) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_BillingInfoList + */ + public function listBillingInfo($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_BillingInfoList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Budget.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Budget.php new file mode 100644 index 000000000..38d5ac31c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Budget.php @@ -0,0 +1,81 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $budget = $adexchangebuyerService->budget; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Budget extends Google_Service_Resource +{ + /** + * Returns the budget information for the adgroup specified by the accountId and + * billingId. (budget.get) + * + * @param string $accountId The account id to get the budget information for. + * @param string $billingId The billing id to get the budget information for. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Budget + */ + public function get($accountId, $billingId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'billingId' => $billingId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget"); + } + /** + * Updates the budget amount for the budget of the adgroup specified by the + * accountId and billingId, with the budget amount in the request. This method + * supports patch semantics. (budget.patch) + * + * @param string $accountId The account id associated with the budget being + * updated. + * @param string $billingId The billing id associated with the budget being + * updated. + * @param Google_Service_AdExchangeBuyer_Budget $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Budget + */ + public function patch($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget"); + } + /** + * Updates the budget amount for the budget of the adgroup specified by the + * accountId and billingId, with the budget amount in the request. + * (budget.update) + * + * @param string $accountId The account id associated with the budget being + * updated. + * @param string $billingId The billing id associated with the budget being + * updated. + * @param Google_Service_AdExchangeBuyer_Budget $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Budget + */ + public function update($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Creatives.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Creatives.php new file mode 100644 index 000000000..8b535770d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Creatives.php @@ -0,0 +1,127 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $creatives = $adexchangebuyerService->creatives; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Creatives extends Google_Service_Resource +{ + /** + * Add a deal id association for the creative. (creatives.addDeal) + * + * @param int $accountId The id for the account that will serve this creative. + * @param string $buyerCreativeId The buyer-specific id for this creative. + * @param string $dealId The id of the deal id to associate with this creative. + * @param array $optParams Optional parameters. + */ + public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId); + $params = array_merge($params, $optParams); + return $this->call('addDeal', array($params)); + } + /** + * Gets the status for a single creative. A creative will be available 30-40 + * minutes after submission. (creatives.get) + * + * @param int $accountId The id for the account that will serve this creative. + * @param string $buyerCreativeId The buyer-specific id for this creative. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Creative + */ + public function get($accountId, $buyerCreativeId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Creative"); + } + /** + * Submit a new creative. (creatives.insert) + * + * @param Google_Service_AdExchangeBuyer_Creative $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Creative + */ + public function insert(Google_Service_AdExchangeBuyer_Creative $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_Creative"); + } + /** + * Retrieves a list of the authenticated user's active creatives. A creative + * will be available 30-40 minutes after submission. (creatives.listCreatives) + * + * @param array $optParams Optional parameters. + * + * @opt_param int accountId When specified, only creatives for the given account + * ids are returned. + * @opt_param string buyerCreativeId When specified, only creatives for the + * given buyer creative ids are returned. + * @opt_param string dealsStatusFilter When specified, only creatives having the + * given deals status are returned. + * @opt_param string maxResults Maximum number of entries returned on one result + * page. If not set, the default is 100. Optional. + * @opt_param string openAuctionStatusFilter When specified, only creatives + * having the given open auction status are returned. + * @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. Optional. + * @return Google_Service_AdExchangeBuyer_CreativesList + */ + public function listCreatives($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_CreativesList"); + } + /** + * Lists the external deal ids associated with the creative. + * (creatives.listDeals) + * + * @param int $accountId The id for the account that will serve this creative. + * @param string $buyerCreativeId The buyer-specific id for this creative. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_CreativeDealIds + */ + public function listDeals($accountId, $buyerCreativeId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId); + $params = array_merge($params, $optParams); + return $this->call('listDeals', array($params), "Google_Service_AdExchangeBuyer_CreativeDealIds"); + } + /** + * Remove a deal id associated with the creative. (creatives.removeDeal) + * + * @param int $accountId The id for the account that will serve this creative. + * @param string $buyerCreativeId The buyer-specific id for this creative. + * @param string $dealId The id of the deal id to disassociate with this + * creative. + * @param array $optParams Optional parameters. + */ + public function removeDeal($accountId, $buyerCreativeId, $dealId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId); + $params = array_merge($params, $optParams); + return $this->call('removeDeal', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacedeals.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacedeals.php new file mode 100644 index 000000000..362e0cbde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacedeals.php @@ -0,0 +1,88 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $marketplacedeals = $adexchangebuyerService->marketplacedeals; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Marketplacedeals extends Google_Service_Resource +{ + /** + * Delete the specified deals from the proposal (marketplacedeals.delete) + * + * @param string $proposalId The proposalId to delete deals from. + * @param Google_Service_AdExchangeBuyer_DeleteOrderDealsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_DeleteOrderDealsResponse + */ + public function delete($proposalId, Google_Service_AdExchangeBuyer_DeleteOrderDealsRequest $postBody, $optParams = array()) + { + $params = array('proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AdExchangeBuyer_DeleteOrderDealsResponse"); + } + /** + * Add new deals for the specified proposal (marketplacedeals.insert) + * + * @param string $proposalId proposalId for which deals need to be added. + * @param Google_Service_AdExchangeBuyer_AddOrderDealsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_AddOrderDealsResponse + */ + public function insert($proposalId, Google_Service_AdExchangeBuyer_AddOrderDealsRequest $postBody, $optParams = array()) + { + $params = array('proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_AddOrderDealsResponse"); + } + /** + * List all the deals for a given proposal + * (marketplacedeals.listMarketplacedeals) + * + * @param string $proposalId The proposalId to get deals for. To search across + * all proposals specify order_id = '-' as part of the URL. + * @param array $optParams Optional parameters. + * + * @opt_param string pqlQuery Query string to retrieve specific deals. + * @return Google_Service_AdExchangeBuyer_GetOrderDealsResponse + */ + public function listMarketplacedeals($proposalId, $optParams = array()) + { + $params = array('proposalId' => $proposalId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_GetOrderDealsResponse"); + } + /** + * Replaces all the deals in the proposal with the passed in deals + * (marketplacedeals.update) + * + * @param string $proposalId The proposalId to edit deals on. + * @param Google_Service_AdExchangeBuyer_EditAllOrderDealsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_EditAllOrderDealsResponse + */ + public function update($proposalId, Google_Service_AdExchangeBuyer_EditAllOrderDealsRequest $postBody, $optParams = array()) + { + $params = array('proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_EditAllOrderDealsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacenotes.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacenotes.php new file mode 100644 index 000000000..16a7c941d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplacenotes.php @@ -0,0 +1,61 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $marketplacenotes = $adexchangebuyerService->marketplacenotes; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Marketplacenotes extends Google_Service_Resource +{ + /** + * Add notes to the proposal (marketplacenotes.insert) + * + * @param string $proposalId The proposalId to add notes for. + * @param Google_Service_AdExchangeBuyer_AddOrderNotesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_AddOrderNotesResponse + */ + public function insert($proposalId, Google_Service_AdExchangeBuyer_AddOrderNotesRequest $postBody, $optParams = array()) + { + $params = array('proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_AddOrderNotesResponse"); + } + /** + * Get all the notes associated with a proposal + * (marketplacenotes.listMarketplacenotes) + * + * @param string $proposalId The proposalId to get notes for. To search across + * all proposals specify order_id = '-' as part of the URL. + * @param array $optParams Optional parameters. + * + * @opt_param string pqlQuery Query string to retrieve specific notes. To search + * the text contents of notes, please use syntax like "WHERE note.note = "foo" + * or "WHERE note.note LIKE "%bar%" + * @return Google_Service_AdExchangeBuyer_GetOrderNotesResponse + */ + public function listMarketplacenotes($proposalId, $optParams = array()) + { + $params = array('proposalId' => $proposalId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_GetOrderNotesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplaceprivateauction.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplaceprivateauction.php new file mode 100644 index 000000000..8524004b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Marketplaceprivateauction.php @@ -0,0 +1,42 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $marketplaceprivateauction = $adexchangebuyerService->marketplaceprivateauction; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Marketplaceprivateauction extends Google_Service_Resource +{ + /** + * Update a given private auction proposal + * (marketplaceprivateauction.updateproposal) + * + * @param string $privateAuctionId The private auction id to be updated. + * @param Google_Service_AdExchangeBuyer_UpdatePrivateAuctionProposalRequest $postBody + * @param array $optParams Optional parameters. + */ + public function updateproposal($privateAuctionId, Google_Service_AdExchangeBuyer_UpdatePrivateAuctionProposalRequest $postBody, $optParams = array()) + { + $params = array('privateAuctionId' => $privateAuctionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateproposal', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PerformanceReport.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PerformanceReport.php new file mode 100644 index 000000000..99f2af822 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PerformanceReport.php @@ -0,0 +1,52 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $performanceReport = $adexchangebuyerService->performanceReport; + * + */ +class Google_Service_AdExchangeBuyer_Resource_PerformanceReport extends Google_Service_Resource +{ + /** + * Retrieves the authenticated user's list of performance metrics. + * (performanceReport.listPerformanceReport) + * + * @param string $accountId The account id to get the reports. + * @param string $endDateTime The end time of the report in ISO 8601 timestamp + * format using UTC. + * @param string $startDateTime The start time of the report in ISO 8601 + * timestamp format using UTC. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of entries returned on one result + * page. If not set, the default is 100. Optional. + * @opt_param string pageToken A continuation token, used to page through + * performance reports. To retrieve the next page, set this parameter to the + * value of "nextPageToken" from the previous response. Optional. + * @return Google_Service_AdExchangeBuyer_PerformanceReportList + */ + public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = array()) + { + $params = array('accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDateTime); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PerformanceReportList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PretargetingConfig.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PretargetingConfig.php new file mode 100644 index 000000000..d1ec7844d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/PretargetingConfig.php @@ -0,0 +1,118 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $pretargetingConfig = $adexchangebuyerService->pretargetingConfig; + * + */ +class Google_Service_AdExchangeBuyer_Resource_PretargetingConfig extends Google_Service_Resource +{ + /** + * Deletes an existing pretargeting config. (pretargetingConfig.delete) + * + * @param string $accountId The account id to delete the pretargeting config + * for. + * @param string $configId The specific id of the configuration to delete. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $configId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'configId' => $configId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a specific pretargeting configuration (pretargetingConfig.get) + * + * @param string $accountId The account id to get the pretargeting config for. + * @param string $configId The specific id of the configuration to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_PretargetingConfig + */ + public function get($accountId, $configId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'configId' => $configId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); + } + /** + * Inserts a new pretargeting configuration. (pretargetingConfig.insert) + * + * @param string $accountId The account id to insert the pretargeting config + * for. + * @param Google_Service_AdExchangeBuyer_PretargetingConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_PretargetingConfig + */ + public function insert($accountId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); + } + /** + * Retrieves a list of the authenticated user's pretargeting configurations. + * (pretargetingConfig.listPretargetingConfig) + * + * @param string $accountId The account id to get the pretargeting configs for. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_PretargetingConfigList + */ + public function listPretargetingConfig($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfigList"); + } + /** + * Updates an existing pretargeting config. This method supports patch + * semantics. (pretargetingConfig.patch) + * + * @param string $accountId The account id to update the pretargeting config + * for. + * @param string $configId The specific id of the configuration to update. + * @param Google_Service_AdExchangeBuyer_PretargetingConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_PretargetingConfig + */ + public function patch($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); + } + /** + * Updates an existing pretargeting config. (pretargetingConfig.update) + * + * @param string $accountId The account id to update the pretargeting config + * for. + * @param string $configId The specific id of the configuration to update. + * @param Google_Service_AdExchangeBuyer_PretargetingConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_PretargetingConfig + */ + public function update($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Products.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Products.php new file mode 100644 index 000000000..dea00e58e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Products.php @@ -0,0 +1,55 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $products = $adexchangebuyerService->products; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Products extends Google_Service_Resource +{ + /** + * Gets the requested product by id. (products.get) + * + * @param string $productId The id for the product to get the head revision for. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Product + */ + public function get($productId, $optParams = array()) + { + $params = array('productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Product"); + } + /** + * Gets the requested product. (products.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pqlQuery The pql query used to query for products. + * @return Google_Service_AdExchangeBuyer_GetOffersResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_AdExchangeBuyer_GetOffersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Proposals.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Proposals.php new file mode 100644 index 000000000..d2f9c95d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Proposals.php @@ -0,0 +1,122 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $proposals = $adexchangebuyerService->proposals; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Proposals extends Google_Service_Resource +{ + /** + * Get a proposal given its id (proposals.get) + * + * @param string $proposalId Id of the proposal to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function get($proposalId, $optParams = array()) + { + $params = array('proposalId' => $proposalId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Proposal"); + } + /** + * Create the given list of proposals (proposals.insert) + * + * @param Google_Service_AdExchangeBuyer_CreateOrdersRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_CreateOrdersResponse + */ + public function insert(Google_Service_AdExchangeBuyer_CreateOrdersRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_CreateOrdersResponse"); + } + /** + * Update the given proposal. This method supports patch semantics. + * (proposals.patch) + * + * @param string $proposalId The proposal id to update. + * @param string $revisionNumber The last known revision number to update. If + * the head revision in the marketplace database has since changed, an error + * will be thrown. The caller should then fetch the latest proposal at head + * revision and retry the update at that revision. + * @param string $updateAction The proposed action to take on the proposal. This + * field is required and it must be set when updating a proposal. + * @param Google_Service_AdExchangeBuyer_Proposal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function patch($proposalId, $revisionNumber, $updateAction, Google_Service_AdExchangeBuyer_Proposal $postBody, $optParams = array()) + { + $params = array('proposalId' => $proposalId, 'revisionNumber' => $revisionNumber, 'updateAction' => $updateAction, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Proposal"); + } + /** + * Search for proposals using pql query (proposals.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pqlQuery Query string to retrieve specific proposals. + * @return Google_Service_AdExchangeBuyer_GetOrdersResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_AdExchangeBuyer_GetOrdersResponse"); + } + /** + * Update the given proposal to indicate that setup has been completed. + * (proposals.setupcomplete) + * + * @param string $proposalId The proposal id for which the setup is complete + * @param array $optParams Optional parameters. + */ + public function setupcomplete($proposalId, $optParams = array()) + { + $params = array('proposalId' => $proposalId); + $params = array_merge($params, $optParams); + return $this->call('setupcomplete', array($params)); + } + /** + * Update the given proposal (proposals.update) + * + * @param string $proposalId The proposal id to update. + * @param string $revisionNumber The last known revision number to update. If + * the head revision in the marketplace database has since changed, an error + * will be thrown. The caller should then fetch the latest proposal at head + * revision and retry the update at that revision. + * @param string $updateAction The proposed action to take on the proposal. This + * field is required and it must be set when updating a proposal. + * @param Google_Service_AdExchangeBuyer_Proposal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_Proposal + */ + public function update($proposalId, $revisionNumber, $updateAction, Google_Service_AdExchangeBuyer_Proposal $postBody, $optParams = array()) + { + $params = array('proposalId' => $proposalId, 'revisionNumber' => $revisionNumber, 'updateAction' => $updateAction, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Proposal"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Pubprofiles.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Pubprofiles.php new file mode 100644 index 000000000..090afd3eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Pubprofiles.php @@ -0,0 +1,42 @@ + + * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); + * $pubprofiles = $adexchangebuyerService->pubprofiles; + * + */ +class Google_Service_AdExchangeBuyer_Resource_Pubprofiles extends Google_Service_Resource +{ + /** + * Gets the requested publisher profile(s) by publisher accountId. + * (pubprofiles.listPubprofiles) + * + * @param int $accountId The accountId of the publisher to get profiles for. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyer_GetPublisherProfilesByAccountIdResponse + */ + public function listPubprofiles($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_GetPublisherProfilesByAccountIdResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Seller.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Seller.php new file mode 100644 index 000000000..be4761ad4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Seller.php @@ -0,0 +1,39 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setSubAccountId($subAccountId) + { + $this->subAccountId = $subAccountId; + } + public function getSubAccountId() + { + return $this->subAccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/SharedTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/SharedTargeting.php new file mode 100644 index 000000000..d844841c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/SharedTargeting.php @@ -0,0 +1,63 @@ +exclusions = $exclusions; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValue + */ + public function getExclusions() + { + return $this->exclusions; + } + /** + * @param Google_Service_AdExchangeBuyer_TargetingValue + */ + public function setInclusions($inclusions) + { + $this->inclusions = $inclusions; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValue + */ + public function getInclusions() + { + return $this->inclusions; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php new file mode 100644 index 000000000..5b55c29eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php @@ -0,0 +1,103 @@ +creativeSizeValue = $creativeSizeValue; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueCreativeSize + */ + public function getCreativeSizeValue() + { + return $this->creativeSizeValue; + } + /** + * @param Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting + */ + public function setDayPartTargetingValue(Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting $dayPartTargetingValue) + { + $this->dayPartTargetingValue = $dayPartTargetingValue; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueDayPartTargeting + */ + public function getDayPartTargetingValue() + { + return $this->dayPartTargetingValue; + } + /** + * @param Google_Service_AdExchangeBuyer_TargetingValueDemogAgeCriteria + */ + public function setDemogAgeCriteriaValue(Google_Service_AdExchangeBuyer_TargetingValueDemogAgeCriteria $demogAgeCriteriaValue) + { + $this->demogAgeCriteriaValue = $demogAgeCriteriaValue; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueDemogAgeCriteria + */ + public function getDemogAgeCriteriaValue() + { + return $this->demogAgeCriteriaValue; + } + /** + * @param Google_Service_AdExchangeBuyer_TargetingValueDemogGenderCriteria + */ + public function setDemogGenderCriteriaValue(Google_Service_AdExchangeBuyer_TargetingValueDemogGenderCriteria $demogGenderCriteriaValue) + { + $this->demogGenderCriteriaValue = $demogGenderCriteriaValue; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueDemogGenderCriteria + */ + public function getDemogGenderCriteriaValue() + { + return $this->demogGenderCriteriaValue; + } + public function setLongValue($longValue) + { + $this->longValue = $longValue; + } + public function getLongValue() + { + return $this->longValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php new file mode 100644 index 000000000..fa8c2801a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php @@ -0,0 +1,90 @@ +allowedFormats = $allowedFormats; + } + public function getAllowedFormats() + { + return $this->allowedFormats; + } + /** + * @param Google_Service_AdExchangeBuyer_TargetingValueSize + */ + public function setCompanionSizes($companionSizes) + { + $this->companionSizes = $companionSizes; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueSize + */ + public function getCompanionSizes() + { + return $this->companionSizes; + } + public function setCreativeSizeType($creativeSizeType) + { + $this->creativeSizeType = $creativeSizeType; + } + public function getCreativeSizeType() + { + return $this->creativeSizeType; + } + public function setNativeTemplate($nativeTemplate) + { + $this->nativeTemplate = $nativeTemplate; + } + public function getNativeTemplate() + { + return $this->nativeTemplate; + } + /** + * @param Google_Service_AdExchangeBuyer_TargetingValueSize + */ + public function setSize(Google_Service_AdExchangeBuyer_TargetingValueSize $size) + { + $this->size = $size; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueSize + */ + public function getSize() + { + return $this->size; + } + public function setSkippableAdType($skippableAdType) + { + $this->skippableAdType = $skippableAdType; + } + public function getSkippableAdType() + { + return $this->skippableAdType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php new file mode 100644 index 000000000..66acfb170 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php @@ -0,0 +1,47 @@ +dayParts = $dayParts; + } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueDayPartTargetingDayPart + */ + public function getDayParts() + { + return $this->dayParts; + } + public function setTimeZoneType($timeZoneType) + { + $this->timeZoneType = $timeZoneType; + } + public function getTimeZoneType() + { + return $this->timeZoneType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php new file mode 100644 index 000000000..42f433424 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php @@ -0,0 +1,66 @@ +dayOfWeek = $dayOfWeek; + } + public function getDayOfWeek() + { + return $this->dayOfWeek; + } + public function setEndHour($endHour) + { + $this->endHour = $endHour; + } + public function getEndHour() + { + return $this->endHour; + } + public function setEndMinute($endMinute) + { + $this->endMinute = $endMinute; + } + public function getEndMinute() + { + return $this->endMinute; + } + public function setStartHour($startHour) + { + $this->startHour = $startHour; + } + public function getStartHour() + { + return $this->startHour; + } + public function setStartMinute($startMinute) + { + $this->startMinute = $startMinute; + } + public function getStartMinute() + { + return $this->startMinute; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogAgeCriteria.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogAgeCriteria.php new file mode 100644 index 000000000..42ad81fa2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogAgeCriteria.php @@ -0,0 +1,31 @@ +demogAgeCriteriaIds = $demogAgeCriteriaIds; + } + public function getDemogAgeCriteriaIds() + { + return $this->demogAgeCriteriaIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogGenderCriteria.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogGenderCriteria.php new file mode 100644 index 000000000..8f46ccc5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDemogGenderCriteria.php @@ -0,0 +1,31 @@ +demogGenderCriteriaIds = $demogGenderCriteriaIds; + } + public function getDemogGenderCriteriaIds() + { + return $this->demogGenderCriteriaIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueSize.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueSize.php new file mode 100644 index 000000000..0ad076f24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueSize.php @@ -0,0 +1,39 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/UpdatePrivateAuctionProposalRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/UpdatePrivateAuctionProposalRequest.php new file mode 100644 index 000000000..03f1e555c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/UpdatePrivateAuctionProposalRequest.php @@ -0,0 +1,64 @@ +externalDealId = $externalDealId; + } + public function getExternalDealId() + { + return $this->externalDealId; + } + /** + * @param Google_Service_AdExchangeBuyer_MarketplaceNote + */ + public function setNote(Google_Service_AdExchangeBuyer_MarketplaceNote $note) + { + $this->note = $note; + } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceNote + */ + public function getNote() + { + return $this->note; + } + public function setProposalRevisionNumber($proposalRevisionNumber) + { + $this->proposalRevisionNumber = $proposalRevisionNumber; + } + public function getProposalRevisionNumber() + { + return $this->proposalRevisionNumber; + } + public function setUpdateAction($updateAction) + { + $this->updateAction = $updateAction; + } + public function getUpdateAction() + { + return $this->updateAction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php new file mode 100644 index 000000000..73be98a49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php @@ -0,0 +1,1469 @@ + + * Accesses the latest features for managing Authorized Buyers accounts, Real- + * Time Bidding configurations and auction metrics, and Marketplace programmatic + * deals. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AdExchangeBuyerII extends Google_Service +{ + /** Manage your Ad Exchange buyer account configuration. */ + const ADEXCHANGE_BUYER = + "https://www.googleapis.com/auth/adexchange.buyer"; + + public $accounts_clients; + public $accounts_clients_invitations; + public $accounts_clients_users; + public $accounts_creatives; + public $accounts_creatives_dealAssociations; + public $accounts_finalizedProposals; + public $accounts_products; + public $accounts_proposals; + public $accounts_publisherProfiles; + public $bidders_accounts_filterSets; + public $bidders_accounts_filterSets_bidMetrics; + public $bidders_accounts_filterSets_bidResponseErrors; + public $bidders_accounts_filterSets_bidResponsesWithoutBids; + public $bidders_accounts_filterSets_filteredBidRequests; + public $bidders_accounts_filterSets_filteredBids; + public $bidders_accounts_filterSets_filteredBids_creatives; + public $bidders_accounts_filterSets_filteredBids_details; + public $bidders_accounts_filterSets_impressionMetrics; + public $bidders_accounts_filterSets_losingBids; + public $bidders_accounts_filterSets_nonBillableWinningBids; + public $bidders_filterSets; + public $bidders_filterSets_bidMetrics; + public $bidders_filterSets_bidResponseErrors; + public $bidders_filterSets_bidResponsesWithoutBids; + public $bidders_filterSets_filteredBidRequests; + public $bidders_filterSets_filteredBids; + public $bidders_filterSets_filteredBids_creatives; + public $bidders_filterSets_filteredBids_details; + public $bidders_filterSets_impressionMetrics; + public $bidders_filterSets_losingBids; + public $bidders_filterSets_nonBillableWinningBids; + + /** + * Constructs the internal representation of the AdExchangeBuyerII 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://adexchangebuyer.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2beta1'; + $this->serviceName = 'adexchangebuyer2'; + + $this->accounts_clients = new Google_Service_AdExchangeBuyerII_Resource_AccountsClients( + $this, + $this->serviceName, + 'clients', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'partnerClientId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_clients_invitations = new Google_Service_AdExchangeBuyerII_Resource_AccountsClientsInvitations( + $this, + $this->serviceName, + 'invitations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations/{invitationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'invitationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_clients_users = new Google_Service_AdExchangeBuyerII_Resource_AccountsClientsUsers( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_creatives = new Google_Service_AdExchangeBuyerII_Resource_AccountsCreatives( + $this, + $this->serviceName, + 'creatives', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'duplicateIdMode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'stopWatching' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:stopWatching', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'watch' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_creatives_dealAssociations = new Google_Service_AdExchangeBuyerII_Resource_AccountsCreativesDealAssociations( + $this, + $this->serviceName, + 'dealAssociations', + array( + 'methods' => array( + 'add' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:add', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'remove' => array( + 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:remove', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_finalizedProposals = new Google_Service_AdExchangeBuyerII_Resource_AccountsFinalizedProposals( + $this, + $this->serviceName, + 'finalizedProposals', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/finalizedProposals', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filterSyntax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_products = new Google_Service_AdExchangeBuyerII_Resource_AccountsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/products/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_proposals = new Google_Service_AdExchangeBuyerII_Resource_AccountsProposals( + $this, + $this->serviceName, + 'proposals', + array( + 'methods' => array( + 'accept' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:accept', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'addNote' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:addNote', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'cancelNegotiation' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:cancelNegotiation', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'completeSetup' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:completeSetup', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filterSyntax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'pause' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resume' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:resume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'proposalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_publisherProfiles = new Google_Service_AdExchangeBuyerII_Resource_AccountsPublisherProfiles( + $this, + $this->serviceName, + 'publisherProfiles', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2beta1/accounts/{accountId}/publisherProfiles/{publisherProfileId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'publisherProfileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/publisherProfiles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSets( + $this, + $this->serviceName, + 'filterSets', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2beta1/{+ownerName}/filterSets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'ownerName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'isTransient' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/{+ownerName}/filterSets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ownerName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_bidMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidMetrics( + $this, + $this->serviceName, + 'bidMetrics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/bidMetrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_bidResponseErrors = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponseErrors( + $this, + $this->serviceName, + 'bidResponseErrors', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/bidResponseErrors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_bidResponsesWithoutBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponsesWithoutBids( + $this, + $this->serviceName, + 'bidResponsesWithoutBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/bidResponsesWithoutBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_filteredBidRequests = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidRequests( + $this, + $this->serviceName, + 'filteredBidRequests', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBidRequests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_filteredBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBids( + $this, + $this->serviceName, + 'filteredBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_filteredBids_creatives = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsCreatives( + $this, + $this->serviceName, + 'creatives', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/creatives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeStatusId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_filteredBids_details = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsDetails( + $this, + $this->serviceName, + 'details', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/details', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeStatusId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_impressionMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsImpressionMetrics( + $this, + $this->serviceName, + 'impressionMetrics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/impressionMetrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_losingBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsLosingBids( + $this, + $this->serviceName, + 'losingBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/losingBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_accounts_filterSets_nonBillableWinningBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsNonBillableWinningBids( + $this, + $this->serviceName, + 'nonBillableWinningBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/nonBillableWinningBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSets( + $this, + $this->serviceName, + 'filterSets', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2beta1/{+ownerName}/filterSets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'ownerName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'isTransient' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta1/{+ownerName}/filterSets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ownerName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_bidMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidMetrics( + $this, + $this->serviceName, + 'bidMetrics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/bidMetrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_bidResponseErrors = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponseErrors( + $this, + $this->serviceName, + 'bidResponseErrors', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/bidResponseErrors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_bidResponsesWithoutBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponsesWithoutBids( + $this, + $this->serviceName, + 'bidResponsesWithoutBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/bidResponsesWithoutBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_filteredBidRequests = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidRequests( + $this, + $this->serviceName, + 'filteredBidRequests', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBidRequests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_filteredBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBids( + $this, + $this->serviceName, + 'filteredBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_filteredBids_creatives = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsCreatives( + $this, + $this->serviceName, + 'creatives', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/creatives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeStatusId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_filteredBids_details = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsDetails( + $this, + $this->serviceName, + 'details', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/details', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeStatusId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_impressionMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsImpressionMetrics( + $this, + $this->serviceName, + 'impressionMetrics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/impressionMetrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_losingBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsLosingBids( + $this, + $this->serviceName, + 'losingBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/losingBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->bidders_filterSets_nonBillableWinningBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsNonBillableWinningBids( + $this, + $this->serviceName, + 'nonBillableWinningBids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/{+filterSetName}/nonBillableWinningBids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterSetName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AbsoluteDateRange.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AbsoluteDateRange.php new file mode 100644 index 000000000..231d21610 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AbsoluteDateRange.php @@ -0,0 +1,53 @@ +endDate = $endDate; + } + /** + * @return Google_Service_AdExchangeBuyerII_Date + */ + public function getEndDate() + { + return $this->endDate; + } + /** + * @param Google_Service_AdExchangeBuyerII_Date + */ + public function setStartDate(Google_Service_AdExchangeBuyerII_Date $startDate) + { + $this->startDate = $startDate; + } + /** + * @return Google_Service_AdExchangeBuyerII_Date + */ + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AcceptProposalRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AcceptProposalRequest.php new file mode 100644 index 000000000..8f359f12a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AcceptProposalRequest.php @@ -0,0 +1,30 @@ +proposalRevision = $proposalRevision; + } + public function getProposalRevision() + { + return $this->proposalRevision; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdSize.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdSize.php new file mode 100644 index 000000000..f73dbf552 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdSize.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setSizeType($sizeType) + { + $this->sizeType = $sizeType; + } + public function getSizeType() + { + return $this->sizeType; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdTechnologyProviders.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdTechnologyProviders.php new file mode 100644 index 000000000..7885c7272 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AdTechnologyProviders.php @@ -0,0 +1,40 @@ +detectedProviderIds = $detectedProviderIds; + } + public function getDetectedProviderIds() + { + return $this->detectedProviderIds; + } + public function setHasUnidentifiedProvider($hasUnidentifiedProvider) + { + $this->hasUnidentifiedProvider = $hasUnidentifiedProvider; + } + public function getHasUnidentifiedProvider() + { + return $this->hasUnidentifiedProvider; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.php new file mode 100644 index 000000000..abd8d9d98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.php @@ -0,0 +1,37 @@ +association = $association; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation + */ + public function getAssociation() + { + return $this->association; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddNoteRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddNoteRequest.php new file mode 100644 index 000000000..843d4dbda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddNoteRequest.php @@ -0,0 +1,37 @@ +note = $note; + } + /** + * @return Google_Service_AdExchangeBuyerII_Note + */ + public function getNote() + { + return $this->note; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php new file mode 100644 index 000000000..04f820b64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php @@ -0,0 +1,20 @@ +appTypes = $appTypes; + } + public function getAppTypes() + { + return $this->appTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AuctionContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AuctionContext.php new file mode 100644 index 000000000..449391aa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AuctionContext.php @@ -0,0 +1,31 @@ +auctionTypes = $auctionTypes; + } + public function getAuctionTypes() + { + return $this->auctionTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidMetricsRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidMetricsRow.php new file mode 100644 index 000000000..88fc917f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidMetricsRow.php @@ -0,0 +1,133 @@ +bids = $bids; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBids() + { + return $this->bids; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setBidsInAuction(Google_Service_AdExchangeBuyerII_MetricValue $bidsInAuction) + { + $this->bidsInAuction = $bidsInAuction; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBidsInAuction() + { + return $this->bidsInAuction; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setBilledImpressions(Google_Service_AdExchangeBuyerII_MetricValue $billedImpressions) + { + $this->billedImpressions = $billedImpressions; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBilledImpressions() + { + return $this->billedImpressions; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setImpressionsWon(Google_Service_AdExchangeBuyerII_MetricValue $impressionsWon) + { + $this->impressionsWon = $impressionsWon; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getImpressionsWon() + { + return $this->impressionsWon; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setMeasurableImpressions(Google_Service_AdExchangeBuyerII_MetricValue $measurableImpressions) + { + $this->measurableImpressions = $measurableImpressions; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getMeasurableImpressions() + { + return $this->measurableImpressions; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setViewableImpressions(Google_Service_AdExchangeBuyerII_MetricValue $viewableImpressions) + { + $this->viewableImpressions = $viewableImpressions; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getViewableImpressions() + { + return $this->viewableImpressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidResponseWithoutBidsStatusRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidResponseWithoutBidsStatusRow.php new file mode 100644 index 000000000..31d2bd78b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/BidResponseWithoutBidsStatusRow.php @@ -0,0 +1,62 @@ +impressionCount = $impressionCount; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getImpressionCount() + { + return $this->impressionCount; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Buyer.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Buyer.php new file mode 100644 index 000000000..4b32ab512 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Buyer.php @@ -0,0 +1,30 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CalloutStatusRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CalloutStatusRow.php new file mode 100644 index 000000000..957a4ec18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CalloutStatusRow.php @@ -0,0 +1,62 @@ +calloutStatusId = $calloutStatusId; + } + public function getCalloutStatusId() + { + return $this->calloutStatusId; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setImpressionCount(Google_Service_AdExchangeBuyerII_MetricValue $impressionCount) + { + $this->impressionCount = $impressionCount; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getImpressionCount() + { + return $this->impressionCount; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CancelNegotiationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CancelNegotiationRequest.php new file mode 100644 index 000000000..122f8641a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CancelNegotiationRequest.php @@ -0,0 +1,20 @@ +clientAccountId = $clientAccountId; + } + public function getClientAccountId() + { + return $this->clientAccountId; + } + public function setClientName($clientName) + { + $this->clientName = $clientName; + } + public function getClientName() + { + return $this->clientName; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setEntityName($entityName) + { + $this->entityName = $entityName; + } + public function getEntityName() + { + return $this->entityName; + } + public function setEntityType($entityType) + { + $this->entityType = $entityType; + } + public function getEntityType() + { + return $this->entityType; + } + public function setPartnerClientId($partnerClientId) + { + $this->partnerClientId = $partnerClientId; + } + public function getPartnerClientId() + { + return $this->partnerClientId; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setVisibleToSeller($visibleToSeller) + { + $this->visibleToSeller = $visibleToSeller; + } + public function getVisibleToSeller() + { + return $this->visibleToSeller; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php new file mode 100644 index 000000000..d9ca3d991 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php @@ -0,0 +1,57 @@ +clientAccountId = $clientAccountId; + } + public function getClientAccountId() + { + return $this->clientAccountId; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUserInvitation.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUserInvitation.php new file mode 100644 index 000000000..05aeae9e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUserInvitation.php @@ -0,0 +1,48 @@ +clientAccountId = $clientAccountId; + } + public function getClientAccountId() + { + return $this->clientAccountId; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setInvitationId($invitationId) + { + $this->invitationId = $invitationId; + } + public function getInvitationId() + { + return $this->invitationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CompleteSetupRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CompleteSetupRequest.php new file mode 100644 index 000000000..edca546b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CompleteSetupRequest.php @@ -0,0 +1,20 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Correction.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Correction.php new file mode 100644 index 000000000..ca307b291 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Correction.php @@ -0,0 +1,56 @@ +contexts = $contexts; + } + /** + * @return Google_Service_AdExchangeBuyerII_ServingContext + */ + public function getContexts() + { + return $this->contexts; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php new file mode 100644 index 000000000..16ba184df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php @@ -0,0 +1,298 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdChoicesDestinationUrl($adChoicesDestinationUrl) + { + $this->adChoicesDestinationUrl = $adChoicesDestinationUrl; + } + public function getAdChoicesDestinationUrl() + { + return $this->adChoicesDestinationUrl; + } + /** + * @param Google_Service_AdExchangeBuyerII_AdTechnologyProviders + */ + public function setAdTechnologyProviders(Google_Service_AdExchangeBuyerII_AdTechnologyProviders $adTechnologyProviders) + { + $this->adTechnologyProviders = $adTechnologyProviders; + } + /** + * @return Google_Service_AdExchangeBuyerII_AdTechnologyProviders + */ + public function getAdTechnologyProviders() + { + return $this->adTechnologyProviders; + } + public function setAdvertiserName($advertiserName) + { + $this->advertiserName = $advertiserName; + } + public function getAdvertiserName() + { + return $this->advertiserName; + } + public function setAgencyId($agencyId) + { + $this->agencyId = $agencyId; + } + public function getAgencyId() + { + return $this->agencyId; + } + public function setApiUpdateTime($apiUpdateTime) + { + $this->apiUpdateTime = $apiUpdateTime; + } + public function getApiUpdateTime() + { + return $this->apiUpdateTime; + } + public function setAttributes($attributes) + { + $this->attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setClickThroughUrls($clickThroughUrls) + { + $this->clickThroughUrls = $clickThroughUrls; + } + public function getClickThroughUrls() + { + return $this->clickThroughUrls; + } + /** + * @param Google_Service_AdExchangeBuyerII_Correction + */ + public function setCorrections($corrections) + { + $this->corrections = $corrections; + } + /** + * @return Google_Service_AdExchangeBuyerII_Correction + */ + public function getCorrections() + { + return $this->corrections; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + public function setDealsStatus($dealsStatus) + { + $this->dealsStatus = $dealsStatus; + } + public function getDealsStatus() + { + return $this->dealsStatus; + } + public function setDeclaredClickThroughUrls($declaredClickThroughUrls) + { + $this->declaredClickThroughUrls = $declaredClickThroughUrls; + } + public function getDeclaredClickThroughUrls() + { + return $this->declaredClickThroughUrls; + } + public function setDetectedAdvertiserIds($detectedAdvertiserIds) + { + $this->detectedAdvertiserIds = $detectedAdvertiserIds; + } + public function getDetectedAdvertiserIds() + { + return $this->detectedAdvertiserIds; + } + public function setDetectedDomains($detectedDomains) + { + $this->detectedDomains = $detectedDomains; + } + public function getDetectedDomains() + { + return $this->detectedDomains; + } + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } + public function setDetectedProductCategories($detectedProductCategories) + { + $this->detectedProductCategories = $detectedProductCategories; + } + public function getDetectedProductCategories() + { + return $this->detectedProductCategories; + } + public function setDetectedSensitiveCategories($detectedSensitiveCategories) + { + $this->detectedSensitiveCategories = $detectedSensitiveCategories; + } + public function getDetectedSensitiveCategories() + { + return $this->detectedSensitiveCategories; + } + /** + * @param Google_Service_AdExchangeBuyerII_HtmlContent + */ + public function setHtml(Google_Service_AdExchangeBuyerII_HtmlContent $html) + { + $this->html = $html; + } + /** + * @return Google_Service_AdExchangeBuyerII_HtmlContent + */ + public function getHtml() + { + return $this->html; + } + public function setImpressionTrackingUrls($impressionTrackingUrls) + { + $this->impressionTrackingUrls = $impressionTrackingUrls; + } + public function getImpressionTrackingUrls() + { + return $this->impressionTrackingUrls; + } + /** + * @param Google_Service_AdExchangeBuyerII_NativeContent + */ + public function setNative(Google_Service_AdExchangeBuyerII_NativeContent $native) + { + $this->native = $native; + } + /** + * @return Google_Service_AdExchangeBuyerII_NativeContent + */ + public function getNative() + { + return $this->native; + } + public function setOpenAuctionStatus($openAuctionStatus) + { + $this->openAuctionStatus = $openAuctionStatus; + } + public function getOpenAuctionStatus() + { + return $this->openAuctionStatus; + } + public function setRestrictedCategories($restrictedCategories) + { + $this->restrictedCategories = $restrictedCategories; + } + public function getRestrictedCategories() + { + return $this->restrictedCategories; + } + /** + * @param Google_Service_AdExchangeBuyerII_ServingRestriction + */ + public function setServingRestrictions($servingRestrictions) + { + $this->servingRestrictions = $servingRestrictions; + } + /** + * @return Google_Service_AdExchangeBuyerII_ServingRestriction + */ + public function getServingRestrictions() + { + return $this->servingRestrictions; + } + public function setVendorIds($vendorIds) + { + $this->vendorIds = $vendorIds; + } + public function getVendorIds() + { + return $this->vendorIds; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + /** + * @param Google_Service_AdExchangeBuyerII_VideoContent + */ + public function setVideo(Google_Service_AdExchangeBuyerII_VideoContent $video) + { + $this->video = $video; + } + /** + * @return Google_Service_AdExchangeBuyerII_VideoContent + */ + public function getVideo() + { + return $this->video; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.php new file mode 100644 index 000000000..0c2f58414 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.php @@ -0,0 +1,48 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + public function setDealsId($dealsId) + { + $this->dealsId = $dealsId; + } + public function getDealsId() + { + return $this->dealsId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeRestrictions.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeRestrictions.php new file mode 100644 index 000000000..fbbdc5a91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeRestrictions.php @@ -0,0 +1,56 @@ +creativeFormat = $creativeFormat; + } + public function getCreativeFormat() + { + return $this->creativeFormat; + } + /** + * @param Google_Service_AdExchangeBuyerII_CreativeSpecification + */ + public function setCreativeSpecifications($creativeSpecifications) + { + $this->creativeSpecifications = $creativeSpecifications; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeSpecification + */ + public function getCreativeSpecifications() + { + return $this->creativeSpecifications; + } + public function setSkippableAdType($skippableAdType) + { + $this->skippableAdType = $skippableAdType; + } + public function getSkippableAdType() + { + return $this->skippableAdType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSize.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSize.php new file mode 100644 index 000000000..f09bbaf9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSize.php @@ -0,0 +1,90 @@ +allowedFormats = $allowedFormats; + } + public function getAllowedFormats() + { + return $this->allowedFormats; + } + /** + * @param Google_Service_AdExchangeBuyerII_Size + */ + public function setCompanionSizes($companionSizes) + { + $this->companionSizes = $companionSizes; + } + /** + * @return Google_Service_AdExchangeBuyerII_Size + */ + public function getCompanionSizes() + { + return $this->companionSizes; + } + public function setCreativeSizeType($creativeSizeType) + { + $this->creativeSizeType = $creativeSizeType; + } + public function getCreativeSizeType() + { + return $this->creativeSizeType; + } + public function setNativeTemplate($nativeTemplate) + { + $this->nativeTemplate = $nativeTemplate; + } + public function getNativeTemplate() + { + return $this->nativeTemplate; + } + /** + * @param Google_Service_AdExchangeBuyerII_Size + */ + public function setSize(Google_Service_AdExchangeBuyerII_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_AdExchangeBuyerII_Size + */ + public function getSize() + { + return $this->size; + } + public function setSkippableAdType($skippableAdType) + { + $this->skippableAdType = $skippableAdType; + } + public function getSkippableAdType() + { + return $this->skippableAdType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSpecification.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSpecification.php new file mode 100644 index 000000000..400703c12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeSpecification.php @@ -0,0 +1,54 @@ +creativeCompanionSizes = $creativeCompanionSizes; + } + /** + * @return Google_Service_AdExchangeBuyerII_AdSize + */ + public function getCreativeCompanionSizes() + { + return $this->creativeCompanionSizes; + } + /** + * @param Google_Service_AdExchangeBuyerII_AdSize + */ + public function setCreativeSize(Google_Service_AdExchangeBuyerII_AdSize $creativeSize) + { + $this->creativeSize = $creativeSize; + } + /** + * @return Google_Service_AdExchangeBuyerII_AdSize + */ + public function getCreativeSize() + { + return $this->creativeSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeStatusRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeStatusRow.php new file mode 100644 index 000000000..341fcc560 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeStatusRow.php @@ -0,0 +1,62 @@ +bidCount = $bidCount; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBidCount() + { + return $this->bidCount; + } + public function setCreativeStatusId($creativeStatusId) + { + $this->creativeStatusId = $creativeStatusId; + } + public function getCreativeStatusId() + { + return $this->creativeStatusId; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CriteriaTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CriteriaTargeting.php new file mode 100644 index 000000000..4e429cfa2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CriteriaTargeting.php @@ -0,0 +1,40 @@ +excludedCriteriaIds = $excludedCriteriaIds; + } + public function getExcludedCriteriaIds() + { + return $this->excludedCriteriaIds; + } + public function setTargetedCriteriaIds($targetedCriteriaIds) + { + $this->targetedCriteriaIds = $targetedCriteriaIds; + } + public function getTargetedCriteriaIds() + { + return $this->targetedCriteriaIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Date.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Date.php new file mode 100644 index 000000000..60a0dc8e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/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/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPart.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPart.php new file mode 100644 index 000000000..1f81b7546 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPart.php @@ -0,0 +1,62 @@ +dayOfWeek = $dayOfWeek; + } + public function getDayOfWeek() + { + return $this->dayOfWeek; + } + /** + * @param Google_Service_AdExchangeBuyerII_TimeOfDay + */ + public function setEndTime(Google_Service_AdExchangeBuyerII_TimeOfDay $endTime) + { + $this->endTime = $endTime; + } + /** + * @return Google_Service_AdExchangeBuyerII_TimeOfDay + */ + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_AdExchangeBuyerII_TimeOfDay + */ + public function setStartTime(Google_Service_AdExchangeBuyerII_TimeOfDay $startTime) + { + $this->startTime = $startTime; + } + /** + * @return Google_Service_AdExchangeBuyerII_TimeOfDay + */ + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPartTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPartTargeting.php new file mode 100644 index 000000000..f3d28564f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DayPartTargeting.php @@ -0,0 +1,47 @@ +dayParts = $dayParts; + } + /** + * @return Google_Service_AdExchangeBuyerII_DayPart + */ + public function getDayParts() + { + return $this->dayParts; + } + public function setTimeZoneType($timeZoneType) + { + $this->timeZoneType = $timeZoneType; + } + public function getTimeZoneType() + { + return $this->timeZoneType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Deal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Deal.php new file mode 100644 index 000000000..1dc032ed0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Deal.php @@ -0,0 +1,303 @@ +availableEndTime = $availableEndTime; + } + public function getAvailableEndTime() + { + return $this->availableEndTime; + } + public function setAvailableStartTime($availableStartTime) + { + $this->availableStartTime = $availableStartTime; + } + public function getAvailableStartTime() + { + return $this->availableStartTime; + } + /** + * @param Google_Service_AdExchangeBuyerII_PrivateData + */ + public function setBuyerPrivateData(Google_Service_AdExchangeBuyerII_PrivateData $buyerPrivateData) + { + $this->buyerPrivateData = $buyerPrivateData; + } + /** + * @return Google_Service_AdExchangeBuyerII_PrivateData + */ + public function getBuyerPrivateData() + { + return $this->buyerPrivateData; + } + public function setCreateProductId($createProductId) + { + $this->createProductId = $createProductId; + } + public function getCreateProductId() + { + return $this->createProductId; + } + public function setCreateProductRevision($createProductRevision) + { + $this->createProductRevision = $createProductRevision; + } + public function getCreateProductRevision() + { + return $this->createProductRevision; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCreativePreApprovalPolicy($creativePreApprovalPolicy) + { + $this->creativePreApprovalPolicy = $creativePreApprovalPolicy; + } + public function getCreativePreApprovalPolicy() + { + return $this->creativePreApprovalPolicy; + } + /** + * @param Google_Service_AdExchangeBuyerII_CreativeRestrictions + */ + public function setCreativeRestrictions(Google_Service_AdExchangeBuyerII_CreativeRestrictions $creativeRestrictions) + { + $this->creativeRestrictions = $creativeRestrictions; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeRestrictions + */ + public function getCreativeRestrictions() + { + return $this->creativeRestrictions; + } + public function setCreativeSafeFrameCompatibility($creativeSafeFrameCompatibility) + { + $this->creativeSafeFrameCompatibility = $creativeSafeFrameCompatibility; + } + public function getCreativeSafeFrameCompatibility() + { + return $this->creativeSafeFrameCompatibility; + } + public function setDealId($dealId) + { + $this->dealId = $dealId; + } + public function getDealId() + { + return $this->dealId; + } + /** + * @param Google_Service_AdExchangeBuyerII_DealServingMetadata + */ + public function setDealServingMetadata(Google_Service_AdExchangeBuyerII_DealServingMetadata $dealServingMetadata) + { + $this->dealServingMetadata = $dealServingMetadata; + } + /** + * @return Google_Service_AdExchangeBuyerII_DealServingMetadata + */ + public function getDealServingMetadata() + { + return $this->dealServingMetadata; + } + /** + * @param Google_Service_AdExchangeBuyerII_DealTerms + */ + public function setDealTerms(Google_Service_AdExchangeBuyerII_DealTerms $dealTerms) + { + $this->dealTerms = $dealTerms; + } + /** + * @return Google_Service_AdExchangeBuyerII_DealTerms + */ + public function getDealTerms() + { + return $this->dealTerms; + } + /** + * @param Google_Service_AdExchangeBuyerII_DeliveryControl + */ + public function setDeliveryControl(Google_Service_AdExchangeBuyerII_DeliveryControl $deliveryControl) + { + $this->deliveryControl = $deliveryControl; + } + /** + * @return Google_Service_AdExchangeBuyerII_DeliveryControl + */ + public function getDeliveryControl() + { + return $this->deliveryControl; + } + 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 setExternalDealId($externalDealId) + { + $this->externalDealId = $externalDealId; + } + public function getExternalDealId() + { + return $this->externalDealId; + } + public function setIsSetupComplete($isSetupComplete) + { + $this->isSetupComplete = $isSetupComplete; + } + public function getIsSetupComplete() + { + return $this->isSetupComplete; + } + public function setProgrammaticCreativeSource($programmaticCreativeSource) + { + $this->programmaticCreativeSource = $programmaticCreativeSource; + } + public function getProgrammaticCreativeSource() + { + return $this->programmaticCreativeSource; + } + public function setProposalId($proposalId) + { + $this->proposalId = $proposalId; + } + public function getProposalId() + { + return $this->proposalId; + } + /** + * @param Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function setSellerContacts($sellerContacts) + { + $this->sellerContacts = $sellerContacts; + } + /** + * @return Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function getSellerContacts() + { + return $this->sellerContacts; + } + public function setSyndicationProduct($syndicationProduct) + { + $this->syndicationProduct = $syndicationProduct; + } + public function getSyndicationProduct() + { + return $this->syndicationProduct; + } + /** + * @param Google_Service_AdExchangeBuyerII_MarketplaceTargeting + */ + public function setTargeting(Google_Service_AdExchangeBuyerII_MarketplaceTargeting $targeting) + { + $this->targeting = $targeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_MarketplaceTargeting + */ + public function getTargeting() + { + return $this->targeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_TargetingCriteria + */ + public function setTargetingCriterion($targetingCriterion) + { + $this->targetingCriterion = $targetingCriterion; + } + /** + * @return Google_Service_AdExchangeBuyerII_TargetingCriteria + */ + public function getTargetingCriterion() + { + return $this->targetingCriterion; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setWebPropertyCode($webPropertyCode) + { + $this->webPropertyCode = $webPropertyCode; + } + public function getWebPropertyCode() + { + return $this->webPropertyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealPauseStatus.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealPauseStatus.php new file mode 100644 index 000000000..f0953eabb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealPauseStatus.php @@ -0,0 +1,66 @@ +buyerPauseReason = $buyerPauseReason; + } + public function getBuyerPauseReason() + { + return $this->buyerPauseReason; + } + public function setFirstPausedBy($firstPausedBy) + { + $this->firstPausedBy = $firstPausedBy; + } + public function getFirstPausedBy() + { + return $this->firstPausedBy; + } + public function setHasBuyerPaused($hasBuyerPaused) + { + $this->hasBuyerPaused = $hasBuyerPaused; + } + public function getHasBuyerPaused() + { + return $this->hasBuyerPaused; + } + public function setHasSellerPaused($hasSellerPaused) + { + $this->hasSellerPaused = $hasSellerPaused; + } + public function getHasSellerPaused() + { + return $this->hasSellerPaused; + } + public function setSellerPauseReason($sellerPauseReason) + { + $this->sellerPauseReason = $sellerPauseReason; + } + public function getSellerPauseReason() + { + return $this->sellerPauseReason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealServingMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealServingMetadata.php new file mode 100644 index 000000000..5e224f616 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealServingMetadata.php @@ -0,0 +1,37 @@ +dealPauseStatus = $dealPauseStatus; + } + /** + * @return Google_Service_AdExchangeBuyerII_DealPauseStatus + */ + public function getDealPauseStatus() + { + return $this->dealPauseStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealTerms.php new file mode 100644 index 000000000..be63d4ef9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DealTerms.php @@ -0,0 +1,121 @@ +brandingType = $brandingType; + } + public function getBrandingType() + { + return $this->brandingType; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_AdExchangeBuyerII_Price + */ + public function setEstimatedGrossSpend(Google_Service_AdExchangeBuyerII_Price $estimatedGrossSpend) + { + $this->estimatedGrossSpend = $estimatedGrossSpend; + } + /** + * @return Google_Service_AdExchangeBuyerII_Price + */ + public function getEstimatedGrossSpend() + { + return $this->estimatedGrossSpend; + } + public function setEstimatedImpressionsPerDay($estimatedImpressionsPerDay) + { + $this->estimatedImpressionsPerDay = $estimatedImpressionsPerDay; + } + public function getEstimatedImpressionsPerDay() + { + return $this->estimatedImpressionsPerDay; + } + /** + * @param Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms + */ + public function setGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms $guaranteedFixedPriceTerms) + { + $this->guaranteedFixedPriceTerms = $guaranteedFixedPriceTerms; + } + /** + * @return Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms + */ + public function getGuaranteedFixedPriceTerms() + { + return $this->guaranteedFixedPriceTerms; + } + /** + * @param Google_Service_AdExchangeBuyerII_NonGuaranteedAuctionTerms + */ + public function setNonGuaranteedAuctionTerms(Google_Service_AdExchangeBuyerII_NonGuaranteedAuctionTerms $nonGuaranteedAuctionTerms) + { + $this->nonGuaranteedAuctionTerms = $nonGuaranteedAuctionTerms; + } + /** + * @return Google_Service_AdExchangeBuyerII_NonGuaranteedAuctionTerms + */ + public function getNonGuaranteedAuctionTerms() + { + return $this->nonGuaranteedAuctionTerms; + } + /** + * @param Google_Service_AdExchangeBuyerII_NonGuaranteedFixedPriceTerms + */ + public function setNonGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyerII_NonGuaranteedFixedPriceTerms $nonGuaranteedFixedPriceTerms) + { + $this->nonGuaranteedFixedPriceTerms = $nonGuaranteedFixedPriceTerms; + } + /** + * @return Google_Service_AdExchangeBuyerII_NonGuaranteedFixedPriceTerms + */ + public function getNonGuaranteedFixedPriceTerms() + { + return $this->nonGuaranteedFixedPriceTerms; + } + public function setSellerTimeZone($sellerTimeZone) + { + $this->sellerTimeZone = $sellerTimeZone; + } + public function getSellerTimeZone() + { + return $this->sellerTimeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DeliveryControl.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DeliveryControl.php new file mode 100644 index 000000000..7d986981d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/DeliveryControl.php @@ -0,0 +1,56 @@ +creativeBlockingLevel = $creativeBlockingLevel; + } + public function getCreativeBlockingLevel() + { + return $this->creativeBlockingLevel; + } + public function setDeliveryRateType($deliveryRateType) + { + $this->deliveryRateType = $deliveryRateType; + } + public function getDeliveryRateType() + { + return $this->deliveryRateType; + } + /** + * @param Google_Service_AdExchangeBuyerII_FrequencyCap + */ + public function setFrequencyCaps($frequencyCaps) + { + $this->frequencyCaps = $frequencyCaps; + } + /** + * @return Google_Service_AdExchangeBuyerII_FrequencyCap + */ + public function getFrequencyCaps() + { + return $this->frequencyCaps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Disapproval.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Disapproval.php new file mode 100644 index 000000000..3bec7c49c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Disapproval.php @@ -0,0 +1,40 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilterSet.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilterSet.php new file mode 100644 index 000000000..7eda31b4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilterSet.php @@ -0,0 +1,160 @@ +absoluteDateRange = $absoluteDateRange; + } + /** + * @return Google_Service_AdExchangeBuyerII_AbsoluteDateRange + */ + public function getAbsoluteDateRange() + { + return $this->absoluteDateRange; + } + public function setBreakdownDimensions($breakdownDimensions) + { + $this->breakdownDimensions = $breakdownDimensions; + } + public function getBreakdownDimensions() + { + return $this->breakdownDimensions; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + public function setDealId($dealId) + { + $this->dealId = $dealId; + } + public function getDealId() + { + return $this->dealId; + } + public function setEnvironment($environment) + { + $this->environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } + public function setFormats($formats) + { + $this->formats = $formats; + } + public function getFormats() + { + return $this->formats; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPlatforms($platforms) + { + $this->platforms = $platforms; + } + public function getPlatforms() + { + return $this->platforms; + } + public function setPublisherIdentifiers($publisherIdentifiers) + { + $this->publisherIdentifiers = $publisherIdentifiers; + } + public function getPublisherIdentifiers() + { + return $this->publisherIdentifiers; + } + /** + * @param Google_Service_AdExchangeBuyerII_RealtimeTimeRange + */ + public function setRealtimeTimeRange(Google_Service_AdExchangeBuyerII_RealtimeTimeRange $realtimeTimeRange) + { + $this->realtimeTimeRange = $realtimeTimeRange; + } + /** + * @return Google_Service_AdExchangeBuyerII_RealtimeTimeRange + */ + public function getRealtimeTimeRange() + { + return $this->realtimeTimeRange; + } + /** + * @param Google_Service_AdExchangeBuyerII_RelativeDateRange + */ + public function setRelativeDateRange(Google_Service_AdExchangeBuyerII_RelativeDateRange $relativeDateRange) + { + $this->relativeDateRange = $relativeDateRange; + } + /** + * @return Google_Service_AdExchangeBuyerII_RelativeDateRange + */ + public function getRelativeDateRange() + { + return $this->relativeDateRange; + } + public function setSellerNetworkIds($sellerNetworkIds) + { + $this->sellerNetworkIds = $sellerNetworkIds; + } + public function getSellerNetworkIds() + { + return $this->sellerNetworkIds; + } + public function setTimeSeriesGranularity($timeSeriesGranularity) + { + $this->timeSeriesGranularity = $timeSeriesGranularity; + } + public function getTimeSeriesGranularity() + { + return $this->timeSeriesGranularity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidCreativeRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidCreativeRow.php new file mode 100644 index 000000000..ff09a79ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidCreativeRow.php @@ -0,0 +1,62 @@ +bidCount = $bidCount; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBidCount() + { + return $this->bidCount; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidDetailRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidDetailRow.php new file mode 100644 index 000000000..89a0470f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FilteredBidDetailRow.php @@ -0,0 +1,62 @@ +bidCount = $bidCount; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBidCount() + { + return $this->bidCount; + } + public function setDetailId($detailId) + { + $this->detailId = $detailId; + } + public function getDetailId() + { + return $this->detailId; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FirstPartyMobileApplicationTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FirstPartyMobileApplicationTargeting.php new file mode 100644 index 000000000..a36455355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FirstPartyMobileApplicationTargeting.php @@ -0,0 +1,40 @@ +excludedAppIds = $excludedAppIds; + } + public function getExcludedAppIds() + { + return $this->excludedAppIds; + } + public function setTargetedAppIds($targetedAppIds) + { + $this->targetedAppIds = $targetedAppIds; + } + public function getTargetedAppIds() + { + return $this->targetedAppIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FrequencyCap.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FrequencyCap.php new file mode 100644 index 000000000..f5bf1b600 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/FrequencyCap.php @@ -0,0 +1,48 @@ +maxImpressions = $maxImpressions; + } + public function getMaxImpressions() + { + return $this->maxImpressions; + } + public function setNumTimeUnits($numTimeUnits) + { + $this->numTimeUnits = $numTimeUnits; + } + public function getNumTimeUnits() + { + return $this->numTimeUnits; + } + public function setTimeUnitType($timeUnitType) + { + $this->timeUnitType = $timeUnitType; + } + public function getTimeUnitType() + { + return $this->timeUnitType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php new file mode 100644 index 000000000..8e938f6c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php @@ -0,0 +1,65 @@ +fixedPrices = $fixedPrices; + } + /** + * @return Google_Service_AdExchangeBuyerII_PricePerBuyer + */ + public function getFixedPrices() + { + return $this->fixedPrices; + } + public function setGuaranteedImpressions($guaranteedImpressions) + { + $this->guaranteedImpressions = $guaranteedImpressions; + } + public function getGuaranteedImpressions() + { + return $this->guaranteedImpressions; + } + public function setGuaranteedLooks($guaranteedLooks) + { + $this->guaranteedLooks = $guaranteedLooks; + } + public function getGuaranteedLooks() + { + return $this->guaranteedLooks; + } + public function setMinimumDailyLooks($minimumDailyLooks) + { + $this->minimumDailyLooks = $minimumDailyLooks; + } + public function getMinimumDailyLooks() + { + return $this->minimumDailyLooks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php new file mode 100644 index 000000000..c066b0ad3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Image.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Image.php new file mode 100644 index 000000000..a9ace33c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Image.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ImpressionMetricsRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ImpressionMetricsRow.php new file mode 100644 index 000000000..ecb9d7e57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ImpressionMetricsRow.php @@ -0,0 +1,117 @@ +availableImpressions = $availableImpressions; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getAvailableImpressions() + { + return $this->availableImpressions; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setBidRequests(Google_Service_AdExchangeBuyerII_MetricValue $bidRequests) + { + $this->bidRequests = $bidRequests; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBidRequests() + { + return $this->bidRequests; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setInventoryMatches(Google_Service_AdExchangeBuyerII_MetricValue $inventoryMatches) + { + $this->inventoryMatches = $inventoryMatches; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getInventoryMatches() + { + return $this->inventoryMatches; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setResponsesWithBids(Google_Service_AdExchangeBuyerII_MetricValue $responsesWithBids) + { + $this->responsesWithBids = $responsesWithBids; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getResponsesWithBids() + { + return $this->responsesWithBids; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } + /** + * @param Google_Service_AdExchangeBuyerII_MetricValue + */ + public function setSuccessfulResponses(Google_Service_AdExchangeBuyerII_MetricValue $successfulResponses) + { + $this->successfulResponses = $successfulResponses; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getSuccessfulResponses() + { + return $this->successfulResponses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/InventorySizeTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/InventorySizeTargeting.php new file mode 100644 index 000000000..8373113dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/InventorySizeTargeting.php @@ -0,0 +1,54 @@ +excludedInventorySizes = $excludedInventorySizes; + } + /** + * @return Google_Service_AdExchangeBuyerII_AdSize + */ + public function getExcludedInventorySizes() + { + return $this->excludedInventorySizes; + } + /** + * @param Google_Service_AdExchangeBuyerII_AdSize + */ + public function setTargetedInventorySizes($targetedInventorySizes) + { + $this->targetedInventorySizes = $targetedInventorySizes; + } + /** + * @return Google_Service_AdExchangeBuyerII_AdSize + */ + public function getTargetedInventorySizes() + { + return $this->targetedInventorySizes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidMetricsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidMetricsResponse.php new file mode 100644 index 000000000..30e11924e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidMetricsResponse.php @@ -0,0 +1,47 @@ +bidMetricsRows = $bidMetricsRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_BidMetricsRow + */ + public function getBidMetricsRows() + { + return $this->bidMetricsRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponseErrorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponseErrorsResponse.php new file mode 100644 index 000000000..c8497c94a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponseErrorsResponse.php @@ -0,0 +1,47 @@ +calloutStatusRows = $calloutStatusRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_CalloutStatusRow + */ + public function getCalloutStatusRows() + { + return $this->calloutStatusRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponsesWithoutBidsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponsesWithoutBidsResponse.php new file mode 100644 index 000000000..e22985490 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListBidResponsesWithoutBidsResponse.php @@ -0,0 +1,47 @@ +bidResponseWithoutBidsStatusRows = $bidResponseWithoutBidsStatusRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_BidResponseWithoutBidsStatusRow + */ + public function getBidResponseWithoutBidsStatusRows() + { + return $this->bidResponseWithoutBidsStatusRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUserInvitationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUserInvitationsResponse.php new file mode 100644 index 000000000..a301db186 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUserInvitationsResponse.php @@ -0,0 +1,47 @@ +invitations = $invitations; + } + /** + * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation + */ + public function getInvitations() + { + return $this->invitations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php new file mode 100644 index 000000000..f01175b4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AdExchangeBuyerII_ClientUser + */ + public function setUsers($users) + { + $this->users = $users; + } + /** + * @return Google_Service_AdExchangeBuyerII_ClientUser + */ + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.php new file mode 100644 index 000000000..362b99b07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.php @@ -0,0 +1,47 @@ +clients = $clients; + } + /** + * @return Google_Service_AdExchangeBuyerII_Client + */ + public function getClients() + { + return $this->clients; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByCreativeResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByCreativeResponse.php new file mode 100644 index 000000000..636edb2be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByCreativeResponse.php @@ -0,0 +1,47 @@ +filteredBidCreativeRows = $filteredBidCreativeRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_FilteredBidCreativeRow + */ + public function getFilteredBidCreativeRows() + { + return $this->filteredBidCreativeRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByDetailResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByDetailResponse.php new file mode 100644 index 000000000..31a727a3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativeStatusBreakdownByDetailResponse.php @@ -0,0 +1,56 @@ +detailType = $detailType; + } + public function getDetailType() + { + return $this->detailType; + } + /** + * @param Google_Service_AdExchangeBuyerII_FilteredBidDetailRow + */ + public function setFilteredBidDetailRows($filteredBidDetailRows) + { + $this->filteredBidDetailRows = $filteredBidDetailRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_FilteredBidDetailRow + */ + public function getFilteredBidDetailRows() + { + return $this->filteredBidDetailRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php new file mode 100644 index 000000000..8f40d4a49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php @@ -0,0 +1,47 @@ +creatives = $creatives; + } + /** + * @return Google_Service_AdExchangeBuyerII_Creative + */ + public function getCreatives() + { + return $this->creatives; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php new file mode 100644 index 000000000..5e81de80b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php @@ -0,0 +1,47 @@ +associations = $associations; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation + */ + public function getAssociations() + { + return $this->associations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilterSetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilterSetsResponse.php new file mode 100644 index 000000000..bef065c74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilterSetsResponse.php @@ -0,0 +1,47 @@ +filterSets = $filterSets; + } + /** + * @return Google_Service_AdExchangeBuyerII_FilterSet + */ + public function getFilterSets() + { + return $this->filterSets; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidRequestsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidRequestsResponse.php new file mode 100644 index 000000000..d649341ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidRequestsResponse.php @@ -0,0 +1,47 @@ +calloutStatusRows = $calloutStatusRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_CalloutStatusRow + */ + public function getCalloutStatusRows() + { + return $this->calloutStatusRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidsResponse.php new file mode 100644 index 000000000..2d6e39a10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListFilteredBidsResponse.php @@ -0,0 +1,47 @@ +creativeStatusRows = $creativeStatusRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeStatusRow + */ + public function getCreativeStatusRows() + { + return $this->creativeStatusRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListImpressionMetricsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListImpressionMetricsResponse.php new file mode 100644 index 000000000..d9bc30e9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListImpressionMetricsResponse.php @@ -0,0 +1,47 @@ +impressionMetricsRows = $impressionMetricsRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_ImpressionMetricsRow + */ + public function getImpressionMetricsRows() + { + return $this->impressionMetricsRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListLosingBidsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListLosingBidsResponse.php new file mode 100644 index 000000000..8c48cc259 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListLosingBidsResponse.php @@ -0,0 +1,47 @@ +creativeStatusRows = $creativeStatusRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeStatusRow + */ + public function getCreativeStatusRows() + { + return $this->creativeStatusRows; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListNonBillableWinningBidsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListNonBillableWinningBidsResponse.php new file mode 100644 index 000000000..b1067f4c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListNonBillableWinningBidsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AdExchangeBuyerII_NonBillableWinningBidStatusRow + */ + public function setNonBillableWinningBidStatusRows($nonBillableWinningBidStatusRows) + { + $this->nonBillableWinningBidStatusRows = $nonBillableWinningBidStatusRows; + } + /** + * @return Google_Service_AdExchangeBuyerII_NonBillableWinningBidStatusRow + */ + public function getNonBillableWinningBidStatusRows() + { + return $this->nonBillableWinningBidStatusRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProductsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProductsResponse.php new file mode 100644 index 000000000..49eb15cc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProductsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AdExchangeBuyerII_Product + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_AdExchangeBuyerII_Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProposalsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProposalsResponse.php new file mode 100644 index 000000000..18474f734 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListProposalsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AdExchangeBuyerII_Proposal + */ + public function setProposals($proposals) + { + $this->proposals = $proposals; + } + /** + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function getProposals() + { + return $this->proposals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListPublisherProfilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListPublisherProfilesResponse.php new file mode 100644 index 000000000..0a59b98c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListPublisherProfilesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AdExchangeBuyerII_PublisherProfile + */ + public function setPublisherProfiles($publisherProfiles) + { + $this->publisherProfiles = $publisherProfiles; + } + /** + * @return Google_Service_AdExchangeBuyerII_PublisherProfile + */ + public function getPublisherProfiles() + { + return $this->publisherProfiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php new file mode 100644 index 000000000..f5ee6881a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php @@ -0,0 +1,31 @@ +geoCriteriaIds = $geoCriteriaIds; + } + public function getGeoCriteriaIds() + { + return $this->geoCriteriaIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MarketplaceTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MarketplaceTargeting.php new file mode 100644 index 000000000..6a215b36c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MarketplaceTargeting.php @@ -0,0 +1,101 @@ +geoTargeting = $geoTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function getGeoTargeting() + { + return $this->geoTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_InventorySizeTargeting + */ + public function setInventorySizeTargeting(Google_Service_AdExchangeBuyerII_InventorySizeTargeting $inventorySizeTargeting) + { + $this->inventorySizeTargeting = $inventorySizeTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_InventorySizeTargeting + */ + public function getInventorySizeTargeting() + { + return $this->inventorySizeTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_PlacementTargeting + */ + public function setPlacementTargeting(Google_Service_AdExchangeBuyerII_PlacementTargeting $placementTargeting) + { + $this->placementTargeting = $placementTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_PlacementTargeting + */ + public function getPlacementTargeting() + { + return $this->placementTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_TechnologyTargeting + */ + public function setTechnologyTargeting(Google_Service_AdExchangeBuyerII_TechnologyTargeting $technologyTargeting) + { + $this->technologyTargeting = $technologyTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_TechnologyTargeting + */ + public function getTechnologyTargeting() + { + return $this->technologyTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_VideoTargeting + */ + public function setVideoTargeting(Google_Service_AdExchangeBuyerII_VideoTargeting $videoTargeting) + { + $this->videoTargeting = $videoTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_VideoTargeting + */ + public function getVideoTargeting() + { + return $this->videoTargeting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MetricValue.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MetricValue.php new file mode 100644 index 000000000..98065c6ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MetricValue.php @@ -0,0 +1,39 @@ +value = $value; + } + public function getValue() + { + return $this->value; + } + public function setVariance($variance) + { + $this->variance = $variance; + } + public function getVariance() + { + return $this->variance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MobileApplicationTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MobileApplicationTargeting.php new file mode 100644 index 000000000..1cdbcaf14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/MobileApplicationTargeting.php @@ -0,0 +1,37 @@ +firstPartyTargeting = $firstPartyTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_FirstPartyMobileApplicationTargeting + */ + public function getFirstPartyTargeting() + { + return $this->firstPartyTargeting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Money.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Money.php new file mode 100644 index 000000000..12d0ed539 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Money.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/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NativeContent.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NativeContent.php new file mode 100644 index 000000000..e817ddbfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NativeContent.php @@ -0,0 +1,159 @@ +advertiserName = $advertiserName; + } + public function getAdvertiserName() + { + return $this->advertiserName; + } + /** + * @param Google_Service_AdExchangeBuyerII_Image + */ + public function setAppIcon(Google_Service_AdExchangeBuyerII_Image $appIcon) + { + $this->appIcon = $appIcon; + } + /** + * @return Google_Service_AdExchangeBuyerII_Image + */ + public function getAppIcon() + { + return $this->appIcon; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + public function setCallToAction($callToAction) + { + $this->callToAction = $callToAction; + } + public function getCallToAction() + { + return $this->callToAction; + } + public function setClickLinkUrl($clickLinkUrl) + { + $this->clickLinkUrl = $clickLinkUrl; + } + public function getClickLinkUrl() + { + return $this->clickLinkUrl; + } + public function setClickTrackingUrl($clickTrackingUrl) + { + $this->clickTrackingUrl = $clickTrackingUrl; + } + public function getClickTrackingUrl() + { + return $this->clickTrackingUrl; + } + public function setHeadline($headline) + { + $this->headline = $headline; + } + public function getHeadline() + { + return $this->headline; + } + /** + * @param Google_Service_AdExchangeBuyerII_Image + */ + public function setImage(Google_Service_AdExchangeBuyerII_Image $image) + { + $this->image = $image; + } + /** + * @return Google_Service_AdExchangeBuyerII_Image + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_AdExchangeBuyerII_Image + */ + public function setLogo(Google_Service_AdExchangeBuyerII_Image $logo) + { + $this->logo = $logo; + } + /** + * @return Google_Service_AdExchangeBuyerII_Image + */ + public function getLogo() + { + return $this->logo; + } + public function setPriceDisplayText($priceDisplayText) + { + $this->priceDisplayText = $priceDisplayText; + } + public function getPriceDisplayText() + { + return $this->priceDisplayText; + } + public function setStarRating($starRating) + { + $this->starRating = $starRating; + } + public function getStarRating() + { + return $this->starRating; + } + public function setStoreUrl($storeUrl) + { + $this->storeUrl = $storeUrl; + } + public function getStoreUrl() + { + return $this->storeUrl; + } + public function setVideoUrl($videoUrl) + { + $this->videoUrl = $videoUrl; + } + public function getVideoUrl() + { + return $this->videoUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonBillableWinningBidStatusRow.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonBillableWinningBidStatusRow.php new file mode 100644 index 000000000..d469fa714 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonBillableWinningBidStatusRow.php @@ -0,0 +1,62 @@ +bidCount = $bidCount; + } + /** + * @return Google_Service_AdExchangeBuyerII_MetricValue + */ + public function getBidCount() + { + return $this->bidCount; + } + /** + * @param Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) + { + $this->rowDimensions = $rowDimensions; + } + /** + * @return Google_Service_AdExchangeBuyerII_RowDimensions + */ + public function getRowDimensions() + { + return $this->rowDimensions; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedAuctionTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedAuctionTerms.php new file mode 100644 index 000000000..07b845c05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedAuctionTerms.php @@ -0,0 +1,47 @@ +autoOptimizePrivateAuction = $autoOptimizePrivateAuction; + } + public function getAutoOptimizePrivateAuction() + { + return $this->autoOptimizePrivateAuction; + } + /** + * @param Google_Service_AdExchangeBuyerII_PricePerBuyer + */ + public function setReservePricesPerBuyer($reservePricesPerBuyer) + { + $this->reservePricesPerBuyer = $reservePricesPerBuyer; + } + /** + * @return Google_Service_AdExchangeBuyerII_PricePerBuyer + */ + public function getReservePricesPerBuyer() + { + return $this->reservePricesPerBuyer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedFixedPriceTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedFixedPriceTerms.php new file mode 100644 index 000000000..d878dde23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/NonGuaranteedFixedPriceTerms.php @@ -0,0 +1,38 @@ +fixedPrices = $fixedPrices; + } + /** + * @return Google_Service_AdExchangeBuyerII_PricePerBuyer + */ + public function getFixedPrices() + { + return $this->fixedPrices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Note.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Note.php new file mode 100644 index 000000000..2a00e93fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Note.php @@ -0,0 +1,66 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCreatorRole($creatorRole) + { + $this->creatorRole = $creatorRole; + } + public function getCreatorRole() + { + return $this->creatorRole; + } + public function setNote($note) + { + $this->note = $note; + } + public function getNote() + { + return $this->note; + } + public function setNoteId($noteId) + { + $this->noteId = $noteId; + } + public function getNoteId() + { + return $this->noteId; + } + public function setProposalRevision($proposalRevision) + { + $this->proposalRevision = $proposalRevision; + } + public function getProposalRevision() + { + return $this->proposalRevision; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/OperatingSystemTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/OperatingSystemTargeting.php new file mode 100644 index 000000000..99a81b440 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/OperatingSystemTargeting.php @@ -0,0 +1,53 @@ +operatingSystemCriteria = $operatingSystemCriteria; + } + /** + * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function getOperatingSystemCriteria() + { + return $this->operatingSystemCriteria; + } + /** + * @param Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function setOperatingSystemVersionCriteria(Google_Service_AdExchangeBuyerII_CriteriaTargeting $operatingSystemVersionCriteria) + { + $this->operatingSystemVersionCriteria = $operatingSystemVersionCriteria; + } + /** + * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function getOperatingSystemVersionCriteria() + { + return $this->operatingSystemVersionCriteria; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PauseProposalRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PauseProposalRequest.php new file mode 100644 index 000000000..84b531e80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PauseProposalRequest.php @@ -0,0 +1,30 @@ +reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlacementTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlacementTargeting.php new file mode 100644 index 000000000..9ffffc8a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlacementTargeting.php @@ -0,0 +1,53 @@ +mobileApplicationTargeting = $mobileApplicationTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_MobileApplicationTargeting + */ + public function getMobileApplicationTargeting() + { + return $this->mobileApplicationTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_UrlTargeting + */ + public function setUrlTargeting(Google_Service_AdExchangeBuyerII_UrlTargeting $urlTargeting) + { + $this->urlTargeting = $urlTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_UrlTargeting + */ + public function getUrlTargeting() + { + return $this->urlTargeting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php new file mode 100644 index 000000000..96071950e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php @@ -0,0 +1,31 @@ +platforms = $platforms; + } + public function getPlatforms() + { + return $this->platforms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Price.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Price.php new file mode 100644 index 000000000..3148efdf8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Price.php @@ -0,0 +1,46 @@ +amount = $amount; + } + /** + * @return Google_Service_AdExchangeBuyerII_Money + */ + public function getAmount() + { + return $this->amount; + } + public function setPricingType($pricingType) + { + $this->pricingType = $pricingType; + } + public function getPricingType() + { + return $this->pricingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PricePerBuyer.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PricePerBuyer.php new file mode 100644 index 000000000..b1c543785 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PricePerBuyer.php @@ -0,0 +1,63 @@ +advertiserIds = $advertiserIds; + } + public function getAdvertiserIds() + { + return $this->advertiserIds; + } + /** + * @param Google_Service_AdExchangeBuyerII_Buyer + */ + public function setBuyer(Google_Service_AdExchangeBuyerII_Buyer $buyer) + { + $this->buyer = $buyer; + } + /** + * @return Google_Service_AdExchangeBuyerII_Buyer + */ + public function getBuyer() + { + return $this->buyer; + } + /** + * @param Google_Service_AdExchangeBuyerII_Price + */ + public function setPrice(Google_Service_AdExchangeBuyerII_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_AdExchangeBuyerII_Price + */ + public function getPrice() + { + return $this->price; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PrivateData.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PrivateData.php new file mode 100644 index 000000000..30bd7d65e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PrivateData.php @@ -0,0 +1,30 @@ +referenceId = $referenceId; + } + public function getReferenceId() + { + return $this->referenceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Product.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Product.php new file mode 100644 index 000000000..0d3e45f37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Product.php @@ -0,0 +1,185 @@ +availableEndTime = $availableEndTime; + } + public function getAvailableEndTime() + { + return $this->availableEndTime; + } + public function setAvailableStartTime($availableStartTime) + { + $this->availableStartTime = $availableStartTime; + } + public function getAvailableStartTime() + { + return $this->availableStartTime; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function setCreatorContacts($creatorContacts) + { + $this->creatorContacts = $creatorContacts; + } + /** + * @return Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function getCreatorContacts() + { + return $this->creatorContacts; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setHasCreatorSignedOff($hasCreatorSignedOff) + { + $this->hasCreatorSignedOff = $hasCreatorSignedOff; + } + public function getHasCreatorSignedOff() + { + return $this->hasCreatorSignedOff; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setProductRevision($productRevision) + { + $this->productRevision = $productRevision; + } + public function getProductRevision() + { + return $this->productRevision; + } + public function setPublisherProfileId($publisherProfileId) + { + $this->publisherProfileId = $publisherProfileId; + } + public function getPublisherProfileId() + { + return $this->publisherProfileId; + } + /** + * @param Google_Service_AdExchangeBuyerII_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyerII_Seller + */ + public function getSeller() + { + return $this->seller; + } + public function setSyndicationProduct($syndicationProduct) + { + $this->syndicationProduct = $syndicationProduct; + } + public function getSyndicationProduct() + { + return $this->syndicationProduct; + } + /** + * @param Google_Service_AdExchangeBuyerII_TargetingCriteria + */ + public function setTargetingCriterion($targetingCriterion) + { + $this->targetingCriterion = $targetingCriterion; + } + /** + * @return Google_Service_AdExchangeBuyerII_TargetingCriteria + */ + public function getTargetingCriterion() + { + return $this->targetingCriterion; + } + /** + * @param Google_Service_AdExchangeBuyerII_DealTerms + */ + public function setTerms(Google_Service_AdExchangeBuyerII_DealTerms $terms) + { + $this->terms = $terms; + } + /** + * @return Google_Service_AdExchangeBuyerII_DealTerms + */ + public function getTerms() + { + return $this->terms; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setWebPropertyCode($webPropertyCode) + { + $this->webPropertyCode = $webPropertyCode; + } + public function getWebPropertyCode() + { + return $this->webPropertyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Proposal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Proposal.php new file mode 100644 index 000000000..c2f368d2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Proposal.php @@ -0,0 +1,240 @@ +billedBuyer = $billedBuyer; + } + /** + * @return Google_Service_AdExchangeBuyerII_Buyer + */ + public function getBilledBuyer() + { + return $this->billedBuyer; + } + /** + * @param Google_Service_AdExchangeBuyerII_Buyer + */ + public function setBuyer(Google_Service_AdExchangeBuyerII_Buyer $buyer) + { + $this->buyer = $buyer; + } + /** + * @return Google_Service_AdExchangeBuyerII_Buyer + */ + public function getBuyer() + { + return $this->buyer; + } + /** + * @param Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function setBuyerContacts($buyerContacts) + { + $this->buyerContacts = $buyerContacts; + } + /** + * @return Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function getBuyerContacts() + { + return $this->buyerContacts; + } + /** + * @param Google_Service_AdExchangeBuyerII_PrivateData + */ + public function setBuyerPrivateData(Google_Service_AdExchangeBuyerII_PrivateData $buyerPrivateData) + { + $this->buyerPrivateData = $buyerPrivateData; + } + /** + * @return Google_Service_AdExchangeBuyerII_PrivateData + */ + public function getBuyerPrivateData() + { + return $this->buyerPrivateData; + } + /** + * @param Google_Service_AdExchangeBuyerII_Deal + */ + public function setDeals($deals) + { + $this->deals = $deals; + } + /** + * @return Google_Service_AdExchangeBuyerII_Deal + */ + public function getDeals() + { + return $this->deals; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setIsRenegotiating($isRenegotiating) + { + $this->isRenegotiating = $isRenegotiating; + } + public function getIsRenegotiating() + { + return $this->isRenegotiating; + } + public function setIsSetupComplete($isSetupComplete) + { + $this->isSetupComplete = $isSetupComplete; + } + public function getIsSetupComplete() + { + return $this->isSetupComplete; + } + public function setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole) + { + $this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole; + } + public function getLastUpdaterOrCommentorRole() + { + return $this->lastUpdaterOrCommentorRole; + } + /** + * @param Google_Service_AdExchangeBuyerII_Note + */ + public function setNotes($notes) + { + $this->notes = $notes; + } + /** + * @return Google_Service_AdExchangeBuyerII_Note + */ + public function getNotes() + { + return $this->notes; + } + public function setOriginatorRole($originatorRole) + { + $this->originatorRole = $originatorRole; + } + public function getOriginatorRole() + { + return $this->originatorRole; + } + public function setPrivateAuctionId($privateAuctionId) + { + $this->privateAuctionId = $privateAuctionId; + } + public function getPrivateAuctionId() + { + return $this->privateAuctionId; + } + public function setProposalId($proposalId) + { + $this->proposalId = $proposalId; + } + public function getProposalId() + { + return $this->proposalId; + } + public function setProposalRevision($proposalRevision) + { + $this->proposalRevision = $proposalRevision; + } + public function getProposalRevision() + { + return $this->proposalRevision; + } + public function setProposalState($proposalState) + { + $this->proposalState = $proposalState; + } + public function getProposalState() + { + return $this->proposalState; + } + /** + * @param Google_Service_AdExchangeBuyerII_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyerII_Seller + */ + public function getSeller() + { + return $this->seller; + } + /** + * @param Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function setSellerContacts($sellerContacts) + { + $this->sellerContacts = $sellerContacts; + } + /** + * @return Google_Service_AdExchangeBuyerII_ContactInformation + */ + public function getSellerContacts() + { + return $this->sellerContacts; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfile.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfile.php new file mode 100644 index 000000000..2f01e68f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PublisherProfile.php @@ -0,0 +1,164 @@ +audienceDescription = $audienceDescription; + } + public function getAudienceDescription() + { + return $this->audienceDescription; + } + public function setBuyerPitchStatement($buyerPitchStatement) + { + $this->buyerPitchStatement = $buyerPitchStatement; + } + public function getBuyerPitchStatement() + { + return $this->buyerPitchStatement; + } + public function setDirectDealsContact($directDealsContact) + { + $this->directDealsContact = $directDealsContact; + } + public function getDirectDealsContact() + { + return $this->directDealsContact; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDomains($domains) + { + $this->domains = $domains; + } + public function getDomains() + { + return $this->domains; + } + public function setGooglePlusUrl($googlePlusUrl) + { + $this->googlePlusUrl = $googlePlusUrl; + } + public function getGooglePlusUrl() + { + return $this->googlePlusUrl; + } + public function setLogoUrl($logoUrl) + { + $this->logoUrl = $logoUrl; + } + public function getLogoUrl() + { + return $this->logoUrl; + } + public function setMediaKitUrl($mediaKitUrl) + { + $this->mediaKitUrl = $mediaKitUrl; + } + public function getMediaKitUrl() + { + return $this->mediaKitUrl; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + public function setProgrammaticDealsContact($programmaticDealsContact) + { + $this->programmaticDealsContact = $programmaticDealsContact; + } + public function getProgrammaticDealsContact() + { + return $this->programmaticDealsContact; + } + public function setPublisherProfileId($publisherProfileId) + { + $this->publisherProfileId = $publisherProfileId; + } + public function getPublisherProfileId() + { + return $this->publisherProfileId; + } + public function setRateCardInfoUrl($rateCardInfoUrl) + { + $this->rateCardInfoUrl = $rateCardInfoUrl; + } + public function getRateCardInfoUrl() + { + return $this->rateCardInfoUrl; + } + public function setSamplePageUrl($samplePageUrl) + { + $this->samplePageUrl = $samplePageUrl; + } + public function getSamplePageUrl() + { + return $this->samplePageUrl; + } + /** + * @param Google_Service_AdExchangeBuyerII_Seller + */ + public function setSeller(Google_Service_AdExchangeBuyerII_Seller $seller) + { + $this->seller = $seller; + } + /** + * @return Google_Service_AdExchangeBuyerII_Seller + */ + public function getSeller() + { + return $this->seller; + } + public function setTopHeadlines($topHeadlines) + { + $this->topHeadlines = $topHeadlines; + } + public function getTopHeadlines() + { + return $this->topHeadlines; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RealtimeTimeRange.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RealtimeTimeRange.php new file mode 100644 index 000000000..460333935 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RealtimeTimeRange.php @@ -0,0 +1,30 @@ +startTimestamp = $startTimestamp; + } + public function getStartTimestamp() + { + return $this->startTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RelativeDateRange.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RelativeDateRange.php new file mode 100644 index 000000000..7d3b1f342 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RelativeDateRange.php @@ -0,0 +1,39 @@ +durationDays = $durationDays; + } + public function getDurationDays() + { + return $this->durationDays; + } + public function setOffsetDays($offsetDays) + { + $this->offsetDays = $offsetDays; + } + public function getOffsetDays() + { + return $this->offsetDays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RemoveDealAssociationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RemoveDealAssociationRequest.php new file mode 100644 index 000000000..182f51d4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/RemoveDealAssociationRequest.php @@ -0,0 +1,37 @@ +association = $association; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation + */ + public function getAssociation() + { + return $this->association; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.php new file mode 100644 index 000000000..cd6c867a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.php @@ -0,0 +1,28 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $accounts = $adexchangebuyer2Service->accounts; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_Accounts extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClients.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClients.php new file mode 100644 index 000000000..b299d23e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClients.php @@ -0,0 +1,104 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $clients = $adexchangebuyer2Service->clients; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsClients extends Google_Service_Resource +{ + /** + * Creates a new client buyer. (clients.create) + * + * @param string $accountId Unique numerical account ID for the buyer of which + * the client buyer is a customer; the sponsor buyer to create a client for. + * (required) + * @param Google_Service_AdExchangeBuyerII_Client $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Client + */ + public function create($accountId, Google_Service_AdExchangeBuyerII_Client $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_Client"); + } + /** + * Gets a client buyer with a given client account ID. (clients.get) + * + * @param string $accountId Numerical account ID of the client's sponsor buyer. + * (required) + * @param string $clientAccountId Numerical account ID of the client buyer to + * retrieve. (required) + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Client + */ + public function get($accountId, $clientAccountId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Client"); + } + /** + * Lists all the clients for the current sponsor buyer. + * (clients.listAccountsClients) + * + * @param string $accountId Unique numerical account ID of the sponsor buyer to + * list the clients for. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListClientsResponse.nextPageToken returned from the previous call to the + * accounts.clients.list method. + * @opt_param string partnerClientId Optional unique identifier (from the + * standpoint of an Ad Exchange sponsor buyer partner) of the client to return. + * If specified, at most one client will be returned in the response. + * @opt_param int pageSize Requested page size. The server may return fewer + * clients than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListClientsResponse + */ + public function listAccountsClients($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListClientsResponse"); + } + /** + * Updates an existing client buyer. (clients.update) + * + * @param string $accountId Unique numerical account ID for the buyer of which + * the client buyer is a customer; the sponsor buyer to update a client for. + * (required) + * @param string $clientAccountId Unique numerical account ID of the client to + * update. (required) + * @param Google_Service_AdExchangeBuyerII_Client $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Client + */ + public function update($accountId, $clientAccountId, Google_Service_AdExchangeBuyerII_Client $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_Client"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsInvitations.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsInvitations.php new file mode 100644 index 000000000..9f34087eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsInvitations.php @@ -0,0 +1,90 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $invitations = $adexchangebuyer2Service->invitations; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsClientsInvitations extends Google_Service_Resource +{ + /** + * Creates and sends out an email invitation to access an Ad Exchange client + * buyer account. (invitations.create) + * + * @param string $accountId Numerical account ID of the client's sponsor buyer. + * (required) + * @param string $clientAccountId Numerical account ID of the client buyer that + * the user should be associated with. (required) + * @param Google_Service_AdExchangeBuyerII_ClientUserInvitation $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation + */ + public function create($accountId, $clientAccountId, Google_Service_AdExchangeBuyerII_ClientUserInvitation $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_ClientUserInvitation"); + } + /** + * Retrieves an existing client user invitation. (invitations.get) + * + * @param string $accountId Numerical account ID of the client's sponsor buyer. + * (required) + * @param string $clientAccountId Numerical account ID of the client buyer that + * the user invitation to be retrieved is associated with. (required) + * @param string $invitationId Numerical identifier of the user invitation to + * retrieve. (required) + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation + */ + public function get($accountId, $clientAccountId, $invitationId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'invitationId' => $invitationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_ClientUserInvitation"); + } + /** + * Lists all the client users invitations for a client with a given account ID. + * (invitations.listAccountsClientsInvitations) + * + * @param string $accountId Numerical account ID of the client's sponsor buyer. + * (required) + * @param string $clientAccountId Numerical account ID of the client buyer to + * list invitations for. (required) You must either specify a string + * representation of a numerical account identifier or the `-` character to list + * all the invitations for all the clients of a given sponsor buyer. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. Server may return fewer clients + * than requested. If unspecified, server will pick an appropriate default. + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListClientUserInvitationsResponse.nextPageToken returned from the previous + * call to the clients.invitations.list method. + * @return Google_Service_AdExchangeBuyerII_ListClientUserInvitationsResponse + */ + public function listAccountsClientsInvitations($accountId, $clientAccountId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListClientUserInvitationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsUsers.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsUsers.php new file mode 100644 index 000000000..cfacb1378 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsClientsUsers.php @@ -0,0 +1,93 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $users = $adexchangebuyer2Service->users; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsClientsUsers extends Google_Service_Resource +{ + /** + * Retrieves an existing client user. (users.get) + * + * @param string $accountId Numerical account ID of the client's sponsor buyer. + * (required) + * @param string $clientAccountId Numerical account ID of the client buyer that + * the user to be retrieved is associated with. (required) + * @param string $userId Numerical identifier of the user to retrieve. + * (required) + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_ClientUser + */ + public function get($accountId, $clientAccountId, $userId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_ClientUser"); + } + /** + * Lists all the known client users for a specified sponsor buyer account ID. + * (users.listAccountsClientsUsers) + * + * @param string $accountId Numerical account ID of the sponsor buyer of the + * client to list users for. (required) + * @param string $clientAccountId The account ID of the client buyer to list + * users for. (required) You must specify either a string representation of a + * numerical account identifier or the `-` character to list all the client + * users for all the clients of a given sponsor buyer. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListClientUsersResponse.nextPageToken returned from the previous call to the + * accounts.clients.users.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * clients than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListClientUsersResponse + */ + public function listAccountsClientsUsers($accountId, $clientAccountId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListClientUsersResponse"); + } + /** + * Updates an existing client user. Only the user status can be changed on + * update. (users.update) + * + * @param string $accountId Numerical account ID of the client's sponsor buyer. + * (required) + * @param string $clientAccountId Numerical account ID of the client buyer that + * the user to be retrieved is associated with. (required) + * @param string $userId Numerical identifier of the user to retrieve. + * (required) + * @param Google_Service_AdExchangeBuyerII_ClientUser $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_ClientUser + */ + public function update($accountId, $clientAccountId, $userId, Google_Service_AdExchangeBuyerII_ClientUser $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_ClientUser"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreatives.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreatives.php new file mode 100644 index 000000000..0320af2c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreatives.php @@ -0,0 +1,151 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $creatives = $adexchangebuyer2Service->creatives; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsCreatives extends Google_Service_Resource +{ + /** + * Creates a creative. (creatives.create) + * + * @param string $accountId The account that this creative belongs to. Can be + * used to filter the response of the creatives.list method. + * @param Google_Service_AdExchangeBuyerII_Creative $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string duplicateIdMode Indicates if multiple creatives can share + * an ID or not. Default is NO_DUPLICATES (one ID per creative). + * @return Google_Service_AdExchangeBuyerII_Creative + */ + public function create($accountId, Google_Service_AdExchangeBuyerII_Creative $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_Creative"); + } + /** + * Gets a creative. (creatives.get) + * + * @param string $accountId The account the creative belongs to. + * @param string $creativeId The ID of the creative to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Creative + */ + public function get($accountId, $creativeId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Creative"); + } + /** + * Lists creatives. (creatives.listAccountsCreatives) + * + * @param string $accountId The account to list the creatives from. Specify "-" + * to list all creatives the current user has access to. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. The server may return fewer + * creatives than requested (due to timeout constraint) even if more are + * available via another call. If unspecified, server will pick an appropriate + * default. Acceptable values are 1 to 1000, inclusive. + * @opt_param string query An optional query string to filter creatives. If no + * filter is specified, all active creatives will be returned. Supported queries + * are: + * + * accountId=account_id_string creativeId=creative_id_string dealsStatus: + * {approved, conditionally_approved, disapproved, + * not_checked} openAuctionStatus: {approved, conditionally_approved, + * disapproved, not_checked} attribute: {a numeric + * attribute from the list of attributes} disapprovalReason: {a reason from + * DisapprovalReason} + * + * Example: 'accountId=12345 AND (dealsStatus:disapproved AND + * disapprovalReason:unacceptable_content) OR attribute:47' + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListCreativesResponse.next_page_token returned from the previous call to + * 'ListCreatives' method. + * @return Google_Service_AdExchangeBuyerII_ListCreativesResponse + */ + public function listAccountsCreatives($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativesResponse"); + } + /** + * Stops watching a creative. Will stop push notifications being sent to the + * topics when the creative changes status. (creatives.stopWatching) + * + * @param string $accountId The account of the creative to stop notifications + * for. + * @param string $creativeId The creative ID of the creative to stop + * notifications for. Specify "-" to specify stopping account level + * notifications. + * @param Google_Service_AdExchangeBuyerII_StopWatchingCreativeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty + */ + public function stopWatching($accountId, $creativeId, Google_Service_AdExchangeBuyerII_StopWatchingCreativeRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stopWatching', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); + } + /** + * Updates a creative. (creatives.update) + * + * @param string $accountId The account that this creative belongs to. Can be + * used to filter the response of the creatives.list method. + * @param string $creativeId The buyer-defined creative ID of this creative. Can + * be used to filter the response of the creatives.list method. + * @param Google_Service_AdExchangeBuyerII_Creative $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Creative + */ + public function update($accountId, $creativeId, Google_Service_AdExchangeBuyerII_Creative $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_Creative"); + } + /** + * Watches a creative. Will result in push notifications being sent to the topic + * when the creative changes status. (creatives.watch) + * + * @param string $accountId The account of the creative to watch. + * @param string $creativeId The creative ID to watch for status changes. + * Specify "-" to watch all creatives under the above account. If both creative- + * level and account-level notifications are sent, only a single notification + * will be sent to the creative-level notification topic. + * @param Google_Service_AdExchangeBuyerII_WatchCreativeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty + */ + public function watch($accountId, $creativeId, Google_Service_AdExchangeBuyerII_WatchCreativeRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreativesDealAssociations.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreativesDealAssociations.php new file mode 100644 index 000000000..9f156ad23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsCreativesDealAssociations.php @@ -0,0 +1,94 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $dealAssociations = $adexchangebuyer2Service->dealAssociations; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsCreativesDealAssociations extends Google_Service_Resource +{ + /** + * Associate an existing deal with a creative. (dealAssociations.add) + * + * @param string $accountId The account the creative belongs to. + * @param string $creativeId The ID of the creative associated with the deal. + * @param Google_Service_AdExchangeBuyerII_AddDealAssociationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty + */ + public function add($accountId, $creativeId, Google_Service_AdExchangeBuyerII_AddDealAssociationRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('add', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); + } + /** + * List all creative-deal associations. + * (dealAssociations.listAccountsCreativesDealAssociations) + * + * @param string $accountId The account to list the associations from. Specify + * "-" to list all creatives the current user has access to. + * @param string $creativeId The creative ID to list the associations from. + * Specify "-" to list all creatives under the above account. + * @param array $optParams Optional parameters. + * + * @opt_param string query An optional query string to filter deal associations. + * If no filter is specified, all associations will be returned. Supported + * queries are: + * + * accountId=account_id_string creativeId=creative_id_string + * dealsId=deals_id_string dealsStatus:{approved, conditionally_approved, + * disapproved, not_checked} openAuctionStatus:{approved, + * conditionally_approved, disapproved, not_checked} + * + * Example: 'dealsId=12345 AND dealsStatus:disapproved' + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListDealAssociationsResponse.next_page_token returned from the previous call + * to 'ListDealAssociations' method. + * @opt_param int pageSize Requested page size. Server may return fewer + * associations than requested. If unspecified, server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListDealAssociationsResponse + */ + public function listAccountsCreativesDealAssociations($accountId, $creativeId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListDealAssociationsResponse"); + } + /** + * Remove the association between a deal and a creative. + * (dealAssociations.remove) + * + * @param string $accountId The account the creative belongs to. + * @param string $creativeId The ID of the creative associated with the deal. + * @param Google_Service_AdExchangeBuyerII_RemoveDealAssociationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty + */ + public function remove($accountId, $creativeId, Google_Service_AdExchangeBuyerII_RemoveDealAssociationRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('remove', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsFinalizedProposals.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsFinalizedProposals.php new file mode 100644 index 000000000..36b345bd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsFinalizedProposals.php @@ -0,0 +1,57 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $finalizedProposals = $adexchangebuyer2Service->finalizedProposals; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsFinalizedProposals extends Google_Service_Resource +{ + /** + * List finalized proposals, regardless if a proposal is being renegotiated. A + * filter expression (PQL query) may be specified to filter the results. The + * notes will not be returned. + * (finalizedProposals.listAccountsFinalizedProposals) + * + * @param string $accountId Account ID of the buyer. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @opt_param string filterSyntax Syntax the filter is written in. Current + * implementation defaults to PQL but in the future it will be LIST_FILTER. + * @opt_param string filter An optional PQL filter query used to query for + * proposals. + * + * Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be + * filtered. + * @opt_param string pageToken The page token as returned from + * ListProposalsResponse. + * @return Google_Service_AdExchangeBuyerII_ListProposalsResponse + */ + public function listAccountsFinalizedProposals($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListProposalsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProducts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProducts.php new file mode 100644 index 000000000..3d7b903e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProducts.php @@ -0,0 +1,68 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $products = $adexchangebuyer2Service->products; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsProducts extends Google_Service_Resource +{ + /** + * Gets the requested product by ID. (products.get) + * + * @param string $accountId Account ID of the buyer. + * @param string $productId The ID for the product to get the head revision for. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Product + */ + public function get($accountId, $productId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Product"); + } + /** + * List all products visible to the buyer (optionally filtered by the specified + * PQL query). (products.listAccountsProducts) + * + * @param string $accountId Account ID of the buyer. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @opt_param string filter An optional PQL query used to query for products. + * See https://developers.google.com/ad-manager/docs/pqlreference for + * documentation about PQL and examples. + * + * Nested repeated fields, such as product.targetingCriterion.inclusions, cannot + * be filtered. + * @opt_param string pageToken The page token as returned from + * ListProductsResponse. + * @return Google_Service_AdExchangeBuyerII_ListProductsResponse + */ + public function listAccountsProducts($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListProductsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProposals.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProposals.php new file mode 100644 index 000000000..f414106e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsProposals.php @@ -0,0 +1,232 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $proposals = $adexchangebuyer2Service->proposals; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsProposals extends Google_Service_Resource +{ + /** + * Mark the proposal as accepted at the given revision number. If the number + * does not match the server's revision number an `ABORTED` error message will + * be returned. This call updates the proposal_state from `PROPOSED` to + * `BUYER_ACCEPTED`, or from `SELLER_ACCEPTED` to `FINALIZED`. + * (proposals.accept) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The ID of the proposal to accept. + * @param Google_Service_AdExchangeBuyerII_AcceptProposalRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function accept($accountId, $proposalId, Google_Service_AdExchangeBuyerII_AcceptProposalRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('accept', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * Create a new note and attach it to the proposal. The note is assigned a + * unique ID by the server. The proposal revision number will not increase when + * associated with a new note. (proposals.addNote) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The ID of the proposal to attach the note to. + * @param Google_Service_AdExchangeBuyerII_AddNoteRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Note + */ + public function addNote($accountId, $proposalId, Google_Service_AdExchangeBuyerII_AddNoteRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addNote', array($params), "Google_Service_AdExchangeBuyerII_Note"); + } + /** + * Cancel an ongoing negotiation on a proposal. This does not cancel or end + * serving for the deals if the proposal has been finalized, but only cancels a + * negotiation unilaterally. (proposals.cancelNegotiation) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The ID of the proposal to cancel negotiation for. + * @param Google_Service_AdExchangeBuyerII_CancelNegotiationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function cancelNegotiation($accountId, $proposalId, Google_Service_AdExchangeBuyerII_CancelNegotiationRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancelNegotiation', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * Update the given proposal to indicate that setup has been completed. This + * method is called by the buyer when the line items have been created on their + * end for a finalized proposal and all the required creatives have been + * uploaded using the creatives API. This call updates the `is_setup_completed` + * bit on the proposal and also notifies the seller. The server will advance the + * revision number of the most recent proposal. (proposals.completeSetup) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The ID of the proposal to mark as setup completed. + * @param Google_Service_AdExchangeBuyerII_CompleteSetupRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function completeSetup($accountId, $proposalId, Google_Service_AdExchangeBuyerII_CompleteSetupRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('completeSetup', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * Create the given proposal. Each created proposal and any deals it contains + * are assigned a unique ID by the server. (proposals.create) + * + * @param string $accountId Account ID of the buyer. + * @param Google_Service_AdExchangeBuyerII_Proposal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function create($accountId, Google_Service_AdExchangeBuyerII_Proposal $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * Gets a proposal given its ID. The proposal is returned at its head revision. + * (proposals.get) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The unique ID of the proposal + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function get($accountId, $proposalId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * List proposals. A filter expression (PQL query) may be specified to filter + * the results. To retrieve all finalized proposals, regardless if a proposal is + * being renegotiated, see the FinalizedProposals resource. Note that + * Bidder/ChildSeat relationships differ from the usual behavior. A Bidder + * account can only see its child seats' proposals by specifying the ChildSeat's + * accountId in the request path. (proposals.listAccountsProposals) + * + * @param string $accountId Account ID of the buyer. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @opt_param string filterSyntax Syntax the filter is written in. Current + * implementation defaults to PQL but in the future it will be LIST_FILTER. + * @opt_param string filter An optional PQL filter query used to query for + * proposals. + * + * Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be + * filtered. + * @opt_param string pageToken The page token as returned from + * ListProposalsResponse. + * @return Google_Service_AdExchangeBuyerII_ListProposalsResponse + */ + public function listAccountsProposals($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListProposalsResponse"); + } + /** + * Update the given proposal to pause serving. This method will set the + * `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to true for all + * deals in the proposal. + * + * It is a no-op to pause an already-paused proposal. It is an error to call + * PauseProposal for a proposal that is not finalized or renegotiating. + * (proposals.pause) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The ID of the proposal to pause. + * @param Google_Service_AdExchangeBuyerII_PauseProposalRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function pause($accountId, $proposalId, Google_Service_AdExchangeBuyerII_PauseProposalRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('pause', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * Update the given proposal to resume serving. This method will set the + * `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to false for all + * deals in the proposal. + * + * Note that if the `has_seller_paused` bit is also set, serving will not resume + * until the seller also resumes. + * + * It is a no-op to resume an already-running proposal. It is an error to call + * ResumeProposal for a proposal that is not finalized or renegotiating. + * (proposals.resume) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The ID of the proposal to resume. + * @param Google_Service_AdExchangeBuyerII_ResumeProposalRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function resume($accountId, $proposalId, Google_Service_AdExchangeBuyerII_ResumeProposalRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resume', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } + /** + * Update the given proposal at the client known revision number. If the server + * revision has advanced since the passed-in `proposal.proposal_revision`, an + * `ABORTED` error message will be returned. Only the buyer-modifiable fields of + * the proposal will be updated. + * + * Note that the deals in the proposal will be updated to match the passed-in + * copy. If a passed-in deal does not have a `deal_id`, the server will assign a + * new unique ID and create the deal. If passed-in deal has a `deal_id`, it will + * be updated to match the passed-in copy. Any existing deals not present in the + * passed-in proposal will be deleted. It is an error to pass in a deal with a + * `deal_id` not present at head. (proposals.update) + * + * @param string $accountId Account ID of the buyer. + * @param string $proposalId The unique ID of the proposal. + * @param Google_Service_AdExchangeBuyerII_Proposal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Proposal + */ + public function update($accountId, $proposalId, Google_Service_AdExchangeBuyerII_Proposal $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdExchangeBuyerII_Proposal"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsPublisherProfiles.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsPublisherProfiles.php new file mode 100644 index 000000000..8f5359ed8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/AccountsPublisherProfiles.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $publisherProfiles = $adexchangebuyer2Service->publisherProfiles; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_AccountsPublisherProfiles extends Google_Service_Resource +{ + /** + * Gets the requested publisher profile by id. (publisherProfiles.get) + * + * @param string $accountId Account ID of the buyer. + * @param string $publisherProfileId The id for the publisher profile to get. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_PublisherProfile + */ + public function get($accountId, $publisherProfileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'publisherProfileId' => $publisherProfileId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_PublisherProfile"); + } + /** + * List all publisher profiles visible to the buyer + * (publisherProfiles.listAccountsPublisherProfiles) + * + * @param string $accountId Account ID of the buyer. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The page token as return from + * ListPublisherProfilesResponse. + * @opt_param int pageSize Specify the number of results to include per page. + * @return Google_Service_AdExchangeBuyerII_ListPublisherProfilesResponse + */ + public function listAccountsPublisherProfiles($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListPublisherProfilesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Bidders.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Bidders.php new file mode 100644 index 000000000..c99222c7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Bidders.php @@ -0,0 +1,28 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidders = $adexchangebuyer2Service->bidders; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_Bidders extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccounts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccounts.php new file mode 100644 index 000000000..d5d680423 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccounts.php @@ -0,0 +1,28 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $accounts = $adexchangebuyer2Service->accounts; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccounts extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSets.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSets.php new file mode 100644 index 000000000..0665ad650 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSets.php @@ -0,0 +1,133 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $filterSets = $adexchangebuyer2Service->filterSets; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSets extends Google_Service_Resource +{ + /** + * Creates the specified filter set for the account with the given account ID. + * (filterSets.create) + * + * @param string $ownerName Name of the owner (bidder or account) of the filter + * set to be created. For example: + * + * - For a bidder-level filter set for bidder 123: `bidders/123` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456` + * @param Google_Service_AdExchangeBuyerII_FilterSet $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool isTransient Whether the filter set is transient, or should be + * persisted indefinitely. By default, filter sets are not transient. If + * transient, it will be available for at least 1 hour after creation. + * @return Google_Service_AdExchangeBuyerII_FilterSet + */ + public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParams = array()) + { + $params = array('ownerName' => $ownerName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); + } + /** + * Deletes the requested filter set from the account with the given account ID. + * (filterSets.delete) + * + * @param string $name Full name of the resource to delete. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); + } + /** + * Retrieves the requested filter set for the account with the given account ID. + * (filterSets.get) + * + * @param string $name Full name of the resource being requested. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_FilterSet + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); + } + /** + * Lists all filter sets for the account with the given account ID. + * (filterSets.listBiddersAccountsFilterSets) + * + * @param string $ownerName Name of the owner (bidder or account) of the filter + * sets to be listed. For example: + * + * - For a bidder-level filter set for bidder 123: `bidders/123` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListFilterSetsResponse.nextPageToken returned from the previous call to the + * accounts.filterSets.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListFilterSetsResponse + */ + public function listBiddersAccountsFilterSets($ownerName, $optParams = array()) + { + $params = array('ownerName' => $ownerName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilterSetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidMetrics.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidMetrics.php new file mode 100644 index 000000000..b8957bcff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidMetrics.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidMetrics = $adexchangebuyer2Service->bidMetrics; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidMetrics extends Google_Service_Resource +{ + /** + * Lists all metrics that are measured in terms of number of bids. + * (bidMetrics.listBiddersAccountsFilterSetsBidMetrics) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBidMetricsResponse.nextPageToken returned from the previous call to the + * bidMetrics.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListBidMetricsResponse + */ + public function listBiddersAccountsFilterSetsBidMetrics($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidMetricsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponseErrors.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponseErrors.php new file mode 100644 index 000000000..a03da9583 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponseErrors.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidResponseErrors = $adexchangebuyer2Service->bidResponseErrors; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponseErrors extends Google_Service_Resource +{ + /** + * List all errors that occurred in bid responses, with the number of bid + * responses affected for each reason. + * (bidResponseErrors.listBiddersAccountsFilterSetsBidResponseErrors) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBidResponseErrorsResponse.nextPageToken returned from the previous call + * to the bidResponseErrors.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse + */ + public function listBiddersAccountsFilterSetsBidResponseErrors($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponsesWithoutBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponsesWithoutBids.php new file mode 100644 index 000000000..41ea3617a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsBidResponsesWithoutBids.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidResponsesWithoutBids = $adexchangebuyer2Service->bidResponsesWithoutBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponsesWithoutBids extends Google_Service_Resource +{ + /** + * List all reasons for which bid responses were considered to have no + * applicable bids, with the number of bid responses affected for each reason. ( + * bidResponsesWithoutBids.listBiddersAccountsFilterSetsBidResponsesWithoutBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous + * call to the bidResponsesWithoutBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse + */ + public function listBiddersAccountsFilterSetsBidResponsesWithoutBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidRequests.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidRequests.php new file mode 100644 index 000000000..be84f35cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidRequests.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $filteredBidRequests = $adexchangebuyer2Service->filteredBidRequests; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidRequests extends Google_Service_Resource +{ + /** + * List all reasons that caused a bid request not to be sent for an impression, + * with the number of bid requests not sent for each reason. + * (filteredBidRequests.listBiddersAccountsFilterSetsFilteredBidRequests) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListFilteredBidRequestsResponse.nextPageToken returned from the previous call + * to the filteredBidRequests.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse + */ + public function listBiddersAccountsFilterSetsFilteredBidRequests($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBids.php new file mode 100644 index 000000000..b66a8aeed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBids.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $filteredBids = $adexchangebuyer2Service->filteredBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBids extends Google_Service_Resource +{ + /** + * List all reasons for which bids were filtered, with the number of bids + * filtered for each reason. + * (filteredBids.listBiddersAccountsFilterSetsFilteredBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListFilteredBidsResponse.nextPageToken returned from the previous call to the + * filteredBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse + */ + public function listBiddersAccountsFilterSetsFilteredBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsCreatives.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsCreatives.php new file mode 100644 index 000000000..9590d0863 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsCreatives.php @@ -0,0 +1,65 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $creatives = $adexchangebuyer2Service->creatives; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsCreatives extends Google_Service_Resource +{ + /** + * List all creatives associated with a specific reason for which bids were + * filtered, with the number of bids filtered for each creative. + * (creatives.listBiddersAccountsFilterSetsFilteredBidsCreatives) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param int $creativeStatusId The ID of the creative status for which to + * retrieve a breakdown by creative. See [creative-status- + * codes](https://developers.google.com/authorized-buyers/rtb/downloads + * /creative-status-codes). + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListCreativeStatusBreakdownByCreativeResponse.nextPageToken returned from the + * previous call to the filteredBids.creatives.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse + */ + public function listBiddersAccountsFilterSetsFilteredBidsCreatives($filterSetName, $creativeStatusId, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsDetails.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsDetails.php new file mode 100644 index 000000000..366027c2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsFilteredBidsDetails.php @@ -0,0 +1,66 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $details = $adexchangebuyer2Service->details; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsDetails extends Google_Service_Resource +{ + /** + * List all details associated with a specific reason for which bids were + * filtered, with the number of bids filtered for each detail. + * (details.listBiddersAccountsFilterSetsFilteredBidsDetails) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param int $creativeStatusId The ID of the creative status for which to + * retrieve a breakdown by detail. See [creative-status- + * codes](https://developers.google.com/authorized-buyers/rtb/downloads + * /creative-status-codes). Details are only available for statuses 10, 14, 15, + * 17, 18, 19, 86, and 87. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListCreativeStatusBreakdownByDetailResponse.nextPageToken returned from the + * previous call to the filteredBids.details.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse + */ + public function listBiddersAccountsFilterSetsFilteredBidsDetails($filterSetName, $creativeStatusId, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsImpressionMetrics.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsImpressionMetrics.php new file mode 100644 index 000000000..f9d7830de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsImpressionMetrics.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $impressionMetrics = $adexchangebuyer2Service->impressionMetrics; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsImpressionMetrics extends Google_Service_Resource +{ + /** + * Lists all metrics that are measured in terms of number of impressions. + * (impressionMetrics.listBiddersAccountsFilterSetsImpressionMetrics) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListImpressionMetricsResponse.nextPageToken returned from the previous call + * to the impressionMetrics.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse + */ + public function listBiddersAccountsFilterSetsImpressionMetrics($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsLosingBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsLosingBids.php new file mode 100644 index 000000000..5a22700d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsLosingBids.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $losingBids = $adexchangebuyer2Service->losingBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsLosingBids extends Google_Service_Resource +{ + /** + * List all reasons for which bids lost in the auction, with the number of bids + * that lost for each reason. + * (losingBids.listBiddersAccountsFilterSetsLosingBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListLosingBidsResponse.nextPageToken returned from the previous call to the + * losingBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListLosingBidsResponse + */ + public function listBiddersAccountsFilterSetsLosingBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListLosingBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsNonBillableWinningBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsNonBillableWinningBids.php new file mode 100644 index 000000000..3b1865edb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersAccountsFilterSetsNonBillableWinningBids.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $nonBillableWinningBids = $adexchangebuyer2Service->nonBillableWinningBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsNonBillableWinningBids extends Google_Service_Resource +{ + /** + * List all reasons for which winning bids were not billable, with the number of + * bids not billed for each reason. + * (nonBillableWinningBids.listBiddersAccountsFilterSetsNonBillableWinningBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListNonBillableWinningBidsResponse.nextPageToken returned from the previous + * call to the nonBillableWinningBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse + */ + public function listBiddersAccountsFilterSetsNonBillableWinningBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSets.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSets.php new file mode 100644 index 000000000..2d54c2a7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSets.php @@ -0,0 +1,133 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $filterSets = $adexchangebuyer2Service->filterSets; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSets extends Google_Service_Resource +{ + /** + * Creates the specified filter set for the account with the given account ID. + * (filterSets.create) + * + * @param string $ownerName Name of the owner (bidder or account) of the filter + * set to be created. For example: + * + * - For a bidder-level filter set for bidder 123: `bidders/123` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456` + * @param Google_Service_AdExchangeBuyerII_FilterSet $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool isTransient Whether the filter set is transient, or should be + * persisted indefinitely. By default, filter sets are not transient. If + * transient, it will be available for at least 1 hour after creation. + * @return Google_Service_AdExchangeBuyerII_FilterSet + */ + public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParams = array()) + { + $params = array('ownerName' => $ownerName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); + } + /** + * Deletes the requested filter set from the account with the given account ID. + * (filterSets.delete) + * + * @param string $name Full name of the resource to delete. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AdExchangeBuyerII_Adexchangebuyer2Empty"); + } + /** + * Retrieves the requested filter set for the account with the given account ID. + * (filterSets.get) + * + * @param string $name Full name of the resource being requested. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeBuyerII_FilterSet + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeBuyerII_FilterSet"); + } + /** + * Lists all filter sets for the account with the given account ID. + * (filterSets.listBiddersFilterSets) + * + * @param string $ownerName Name of the owner (bidder or account) of the filter + * sets to be listed. For example: + * + * - For a bidder-level filter set for bidder 123: `bidders/123` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListFilterSetsResponse.nextPageToken returned from the previous call to the + * accounts.filterSets.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListFilterSetsResponse + */ + public function listBiddersFilterSets($ownerName, $optParams = array()) + { + $params = array('ownerName' => $ownerName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilterSetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidMetrics.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidMetrics.php new file mode 100644 index 000000000..00b3cd8a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidMetrics.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidMetrics = $adexchangebuyer2Service->bidMetrics; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidMetrics extends Google_Service_Resource +{ + /** + * Lists all metrics that are measured in terms of number of bids. + * (bidMetrics.listBiddersFilterSetsBidMetrics) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBidMetricsResponse.nextPageToken returned from the previous call to the + * bidMetrics.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListBidMetricsResponse + */ + public function listBiddersFilterSetsBidMetrics($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidMetricsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponseErrors.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponseErrors.php new file mode 100644 index 000000000..4b4899cef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponseErrors.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidResponseErrors = $adexchangebuyer2Service->bidResponseErrors; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponseErrors extends Google_Service_Resource +{ + /** + * List all errors that occurred in bid responses, with the number of bid + * responses affected for each reason. + * (bidResponseErrors.listBiddersFilterSetsBidResponseErrors) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBidResponseErrorsResponse.nextPageToken returned from the previous call + * to the bidResponseErrors.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse + */ + public function listBiddersFilterSetsBidResponseErrors($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponsesWithoutBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponsesWithoutBids.php new file mode 100644 index 000000000..1037ff9e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsBidResponsesWithoutBids.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $bidResponsesWithoutBids = $adexchangebuyer2Service->bidResponsesWithoutBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponsesWithoutBids extends Google_Service_Resource +{ + /** + * List all reasons for which bid responses were considered to have no + * applicable bids, with the number of bid responses affected for each reason. + * (bidResponsesWithoutBids.listBiddersFilterSetsBidResponsesWithoutBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous + * call to the bidResponsesWithoutBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse + */ + public function listBiddersFilterSetsBidResponsesWithoutBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidRequests.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidRequests.php new file mode 100644 index 000000000..5e535e055 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidRequests.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $filteredBidRequests = $adexchangebuyer2Service->filteredBidRequests; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidRequests extends Google_Service_Resource +{ + /** + * List all reasons that caused a bid request not to be sent for an impression, + * with the number of bid requests not sent for each reason. + * (filteredBidRequests.listBiddersFilterSetsFilteredBidRequests) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListFilteredBidRequestsResponse.nextPageToken returned from the previous call + * to the filteredBidRequests.list method. + * @return Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse + */ + public function listBiddersFilterSetsFilteredBidRequests($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBids.php new file mode 100644 index 000000000..2cd0c823f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBids.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $filteredBids = $adexchangebuyer2Service->filteredBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBids extends Google_Service_Resource +{ + /** + * List all reasons for which bids were filtered, with the number of bids + * filtered for each reason. (filteredBids.listBiddersFilterSetsFilteredBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListFilteredBidsResponse.nextPageToken returned from the previous call to the + * filteredBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse + */ + public function listBiddersFilterSetsFilteredBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListFilteredBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsCreatives.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsCreatives.php new file mode 100644 index 000000000..a6eea79a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsCreatives.php @@ -0,0 +1,65 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $creatives = $adexchangebuyer2Service->creatives; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsCreatives extends Google_Service_Resource +{ + /** + * List all creatives associated with a specific reason for which bids were + * filtered, with the number of bids filtered for each creative. + * (creatives.listBiddersFilterSetsFilteredBidsCreatives) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param int $creativeStatusId The ID of the creative status for which to + * retrieve a breakdown by creative. See [creative-status- + * codes](https://developers.google.com/authorized-buyers/rtb/downloads + * /creative-status-codes). + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListCreativeStatusBreakdownByCreativeResponse.nextPageToken returned from the + * previous call to the filteredBids.creatives.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse + */ + public function listBiddersFilterSetsFilteredBidsCreatives($filterSetName, $creativeStatusId, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsDetails.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsDetails.php new file mode 100644 index 000000000..c3558f3ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsFilteredBidsDetails.php @@ -0,0 +1,66 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $details = $adexchangebuyer2Service->details; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsDetails extends Google_Service_Resource +{ + /** + * List all details associated with a specific reason for which bids were + * filtered, with the number of bids filtered for each detail. + * (details.listBiddersFilterSetsFilteredBidsDetails) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param int $creativeStatusId The ID of the creative status for which to + * retrieve a breakdown by detail. See [creative-status- + * codes](https://developers.google.com/authorized-buyers/rtb/downloads + * /creative-status-codes). Details are only available for statuses 10, 14, 15, + * 17, 18, 19, 86, and 87. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListCreativeStatusBreakdownByDetailResponse.nextPageToken returned from the + * previous call to the filteredBids.details.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse + */ + public function listBiddersFilterSetsFilteredBidsDetails($filterSetName, $creativeStatusId, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName, 'creativeStatusId' => $creativeStatusId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsImpressionMetrics.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsImpressionMetrics.php new file mode 100644 index 000000000..adb0865cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsImpressionMetrics.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $impressionMetrics = $adexchangebuyer2Service->impressionMetrics; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsImpressionMetrics extends Google_Service_Resource +{ + /** + * Lists all metrics that are measured in terms of number of impressions. + * (impressionMetrics.listBiddersFilterSetsImpressionMetrics) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListImpressionMetricsResponse.nextPageToken returned from the previous call + * to the impressionMetrics.list method. + * @return Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse + */ + public function listBiddersFilterSetsImpressionMetrics($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListImpressionMetricsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsLosingBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsLosingBids.php new file mode 100644 index 000000000..8b8b36555 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsLosingBids.php @@ -0,0 +1,60 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $losingBids = $adexchangebuyer2Service->losingBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsLosingBids extends Google_Service_Resource +{ + /** + * List all reasons for which bids lost in the auction, with the number of bids + * that lost for each reason. (losingBids.listBiddersFilterSetsLosingBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListLosingBidsResponse.nextPageToken returned from the previous call to the + * losingBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListLosingBidsResponse + */ + public function listBiddersFilterSetsLosingBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListLosingBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsNonBillableWinningBids.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsNonBillableWinningBids.php new file mode 100644 index 000000000..39b21481d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/BiddersFilterSetsNonBillableWinningBids.php @@ -0,0 +1,61 @@ + + * $adexchangebuyer2Service = new Google_Service_AdExchangeBuyerII(...); + * $nonBillableWinningBids = $adexchangebuyer2Service->nonBillableWinningBids; + * + */ +class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsNonBillableWinningBids extends Google_Service_Resource +{ + /** + * List all reasons for which winning bids were not billable, with the number of + * bids not billed for each reason. + * (nonBillableWinningBids.listBiddersFilterSetsNonBillableWinningBids) + * + * @param string $filterSetName Name of the filter set that should be applied to + * the requested metrics. For example: + * + * - For a bidder-level filter set for bidder 123: + * `bidders/123/filterSets/abc` + * + * - For an account-level filter set for the buyer account representing bidder + * 123: `bidders/123/accounts/123/filterSets/abc` + * + * - For an account-level filter set for the child seat buyer account 456 + * whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListNonBillableWinningBidsResponse.nextPageToken returned from the previous + * call to the nonBillableWinningBids.list method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse + */ + public function listBiddersFilterSetsNonBillableWinningBids($filterSetName, $optParams = array()) + { + $params = array('filterSetName' => $filterSetName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeBuyerII_ListNonBillableWinningBidsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ResumeProposalRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ResumeProposalRequest.php new file mode 100644 index 000000000..779adb81b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ResumeProposalRequest.php @@ -0,0 +1,20 @@ +publisherIdentifier = $publisherIdentifier; + } + public function getPublisherIdentifier() + { + return $this->publisherIdentifier; + } + /** + * @param Google_Service_AdExchangeBuyerII_TimeInterval + */ + public function setTimeInterval(Google_Service_AdExchangeBuyerII_TimeInterval $timeInterval) + { + $this->timeInterval = $timeInterval; + } + /** + * @return Google_Service_AdExchangeBuyerII_TimeInterval + */ + public function getTimeInterval() + { + return $this->timeInterval; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/SecurityContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/SecurityContext.php new file mode 100644 index 000000000..44178e308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/SecurityContext.php @@ -0,0 +1,31 @@ +securities = $securities; + } + public function getSecurities() + { + return $this->securities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Seller.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Seller.php new file mode 100644 index 000000000..1f557902a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Seller.php @@ -0,0 +1,39 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setSubAccountId($subAccountId) + { + $this->subAccountId = $subAccountId; + } + public function getSubAccountId() + { + return $this->subAccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingContext.php new file mode 100644 index 000000000..d013d2c81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingContext.php @@ -0,0 +1,110 @@ +all = $all; + } + public function getAll() + { + return $this->all; + } + /** + * @param Google_Service_AdExchangeBuyerII_AppContext + */ + public function setAppType(Google_Service_AdExchangeBuyerII_AppContext $appType) + { + $this->appType = $appType; + } + /** + * @return Google_Service_AdExchangeBuyerII_AppContext + */ + public function getAppType() + { + return $this->appType; + } + /** + * @param Google_Service_AdExchangeBuyerII_AuctionContext + */ + public function setAuctionType(Google_Service_AdExchangeBuyerII_AuctionContext $auctionType) + { + $this->auctionType = $auctionType; + } + /** + * @return Google_Service_AdExchangeBuyerII_AuctionContext + */ + public function getAuctionType() + { + return $this->auctionType; + } + /** + * @param Google_Service_AdExchangeBuyerII_LocationContext + */ + public function setLocation(Google_Service_AdExchangeBuyerII_LocationContext $location) + { + $this->location = $location; + } + /** + * @return Google_Service_AdExchangeBuyerII_LocationContext + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_AdExchangeBuyerII_PlatformContext + */ + public function setPlatform(Google_Service_AdExchangeBuyerII_PlatformContext $platform) + { + $this->platform = $platform; + } + /** + * @return Google_Service_AdExchangeBuyerII_PlatformContext + */ + public function getPlatform() + { + return $this->platform; + } + /** + * @param Google_Service_AdExchangeBuyerII_SecurityContext + */ + public function setSecurityType(Google_Service_AdExchangeBuyerII_SecurityContext $securityType) + { + $this->securityType = $securityType; + } + /** + * @return Google_Service_AdExchangeBuyerII_SecurityContext + */ + public function getSecurityType() + { + return $this->securityType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.php new file mode 100644 index 000000000..9daac3699 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.php @@ -0,0 +1,79 @@ +contexts = $contexts; + } + /** + * @return Google_Service_AdExchangeBuyerII_ServingContext + */ + public function getContexts() + { + return $this->contexts; + } + /** + * @param Google_Service_AdExchangeBuyerII_Disapproval + */ + public function setDisapproval(Google_Service_AdExchangeBuyerII_Disapproval $disapproval) + { + $this->disapproval = $disapproval; + } + /** + * @return Google_Service_AdExchangeBuyerII_Disapproval + */ + public function getDisapproval() + { + return $this->disapproval; + } + /** + * @param Google_Service_AdExchangeBuyerII_Disapproval + */ + public function setDisapprovalReasons($disapprovalReasons) + { + $this->disapprovalReasons = $disapprovalReasons; + } + /** + * @return Google_Service_AdExchangeBuyerII_Disapproval + */ + public function getDisapprovalReasons() + { + return $this->disapprovalReasons; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Size.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Size.php new file mode 100644 index 000000000..c9b1e5adf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Size.php @@ -0,0 +1,39 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php new file mode 100644 index 000000000..4a1c6c0a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php @@ -0,0 +1,20 @@ +exclusions = $exclusions; + } + /** + * @return Google_Service_AdExchangeBuyerII_TargetingValue + */ + public function getExclusions() + { + return $this->exclusions; + } + /** + * @param Google_Service_AdExchangeBuyerII_TargetingValue + */ + public function setInclusions($inclusions) + { + $this->inclusions = $inclusions; + } + /** + * @return Google_Service_AdExchangeBuyerII_TargetingValue + */ + public function getInclusions() + { + return $this->inclusions; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingValue.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingValue.php new file mode 100644 index 000000000..8a14ba391 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TargetingValue.php @@ -0,0 +1,71 @@ +creativeSizeValue = $creativeSizeValue; + } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeSize + */ + public function getCreativeSizeValue() + { + return $this->creativeSizeValue; + } + /** + * @param Google_Service_AdExchangeBuyerII_DayPartTargeting + */ + public function setDayPartTargetingValue(Google_Service_AdExchangeBuyerII_DayPartTargeting $dayPartTargetingValue) + { + $this->dayPartTargetingValue = $dayPartTargetingValue; + } + /** + * @return Google_Service_AdExchangeBuyerII_DayPartTargeting + */ + public function getDayPartTargetingValue() + { + return $this->dayPartTargetingValue; + } + public function setLongValue($longValue) + { + $this->longValue = $longValue; + } + public function getLongValue() + { + return $this->longValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TechnologyTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TechnologyTargeting.php new file mode 100644 index 000000000..7a56e0a1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TechnologyTargeting.php @@ -0,0 +1,69 @@ +deviceCapabilityTargeting = $deviceCapabilityTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function getDeviceCapabilityTargeting() + { + return $this->deviceCapabilityTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function setDeviceCategoryTargeting(Google_Service_AdExchangeBuyerII_CriteriaTargeting $deviceCategoryTargeting) + { + $this->deviceCategoryTargeting = $deviceCategoryTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_CriteriaTargeting + */ + public function getDeviceCategoryTargeting() + { + return $this->deviceCategoryTargeting; + } + /** + * @param Google_Service_AdExchangeBuyerII_OperatingSystemTargeting + */ + public function setOperatingSystemTargeting(Google_Service_AdExchangeBuyerII_OperatingSystemTargeting $operatingSystemTargeting) + { + $this->operatingSystemTargeting = $operatingSystemTargeting; + } + /** + * @return Google_Service_AdExchangeBuyerII_OperatingSystemTargeting + */ + public function getOperatingSystemTargeting() + { + return $this->operatingSystemTargeting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeInterval.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeInterval.php new file mode 100644 index 000000000..b639da130 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeInterval.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeOfDay.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/TimeOfDay.php new file mode 100644 index 000000000..0c91deb2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/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/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/UrlTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/UrlTargeting.php new file mode 100644 index 000000000..c8c7aa44b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/UrlTargeting.php @@ -0,0 +1,40 @@ +excludedUrls = $excludedUrls; + } + public function getExcludedUrls() + { + return $this->excludedUrls; + } + public function setTargetedUrls($targetedUrls) + { + $this->targetedUrls = $targetedUrls; + } + public function getTargetedUrls() + { + return $this->targetedUrls; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoContent.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoContent.php new file mode 100644 index 000000000..c7b3f80d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoContent.php @@ -0,0 +1,39 @@ +videoUrl = $videoUrl; + } + public function getVideoUrl() + { + return $this->videoUrl; + } + public function setVideoVastXml($videoVastXml) + { + $this->videoVastXml = $videoVastXml; + } + public function getVideoVastXml() + { + return $this->videoVastXml; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoTargeting.php new file mode 100644 index 000000000..9e156590d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/VideoTargeting.php @@ -0,0 +1,40 @@ +excludedPositionTypes = $excludedPositionTypes; + } + public function getExcludedPositionTypes() + { + return $this->excludedPositionTypes; + } + public function setTargetedPositionTypes($targetedPositionTypes) + { + $this->targetedPositionTypes = $targetedPositionTypes; + } + public function getTargetedPositionTypes() + { + return $this->targetedPositionTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.php new file mode 100644 index 000000000..6804e022c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.php @@ -0,0 +1,30 @@ +topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller.php new file mode 100644 index 000000000..99a766518 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller.php @@ -0,0 +1,428 @@ + + * Accesses the inventory of Ad Exchange seller users and generates reports. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AdExchangeSeller extends Google_Service +{ + /** View and manage your Ad Exchange data. */ + const ADEXCHANGE_SELLER = + "https://www.googleapis.com/auth/adexchange.seller"; + /** View your Ad Exchange data. */ + const ADEXCHANGE_SELLER_READONLY = + "https://www.googleapis.com/auth/adexchange.seller.readonly"; + + public $accounts; + public $accounts_adclients; + public $accounts_alerts; + public $accounts_customchannels; + public $accounts_metadata_dimensions; + public $accounts_metadata_metrics; + public $accounts_preferreddeals; + public $accounts_reports; + public $accounts_reports_saved; + public $accounts_urlchannels; + + /** + * Constructs the internal representation of the AdExchangeSeller service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'adexchangeseller/v2.0/'; + $this->version = 'v2.0'; + $this->serviceName = 'adexchangeseller'; + + $this->accounts = new Google_Service_AdExchangeSeller_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, + ), + ), + ),'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_AdExchangeSeller_Resource_AccountsAdclients( + $this, + $this->serviceName, + 'adclients', + array( + 'methods' => array( + '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_alerts = new Google_Service_AdExchangeSeller_Resource_AccountsAlerts( + $this, + $this->serviceName, + 'alerts', + array( + 'methods' => array( + '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_AdExchangeSeller_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_metadata_dimensions = new Google_Service_AdExchangeSeller_Resource_AccountsMetadataDimensions( + $this, + $this->serviceName, + 'dimensions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'accounts/{accountId}/metadata/dimensions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_Resource_AccountsMetadataMetrics( + $this, + $this->serviceName, + 'metrics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'accounts/{accountId}/metadata/metrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_Resource_AccountsPreferreddeals( + $this, + $this->serviceName, + 'preferreddeals', + array( + 'methods' => array( + 'get' => array( + 'path' => 'accounts/{accountId}/preferreddeals/{dealId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dealId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/preferreddeals', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_reports = new Google_Service_AdExchangeSeller_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, + ), + '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', + ), + ), + ), + ) + ) + ); + $this->accounts_reports_saved = new Google_Service_AdExchangeSeller_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_urlchannels = new Google_Service_AdExchangeSeller_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', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Account.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Account.php new file mode 100644 index 000000000..e7d0f74b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Account.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Accounts.php new file mode 100644 index 000000000..f7d5a14af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Accounts.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdExchangeSeller_Account + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_Account + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php new file mode 100644 index 000000000..dd1c1cdea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php @@ -0,0 +1,66 @@ +arcOptIn = $arcOptIn; + } + public function getArcOptIn() + { + 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; + } + public function setProductCode($productCode) + { + $this->productCode = $productCode; + } + public function getProductCode() + { + return $this->productCode; + } + public function setSupportsReporting($supportsReporting) + { + $this->supportsReporting = $supportsReporting; + } + public function getSupportsReporting() + { + return $this->supportsReporting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClients.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClients.php new file mode 100644 index 000000000..26019b50b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClients.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdExchangeSeller_AdClient + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_AdClient + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php new file mode 100644 index 000000000..8c4a73d73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php @@ -0,0 +1,66 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alerts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alerts.php new file mode 100644 index 000000000..bc683304d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alerts.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_Alert + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php new file mode 100644 index 000000000..33b6e93d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php @@ -0,0 +1,73 @@ +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_AdExchangeSeller_CustomChannelTargetingInfo + */ + public function setTargetingInfo(Google_Service_AdExchangeSeller_CustomChannelTargetingInfo $targetingInfo) + { + $this->targetingInfo = $targetingInfo; + } + /** + * @return Google_Service_AdExchangeSeller_CustomChannelTargetingInfo + */ + public function getTargetingInfo() + { + return $this->targetingInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.php new file mode 100644 index 000000000..2c9479205 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.php @@ -0,0 +1,57 @@ +adsAppearOn = $adsAppearOn; + } + public function getAdsAppearOn() + { + return $this->adsAppearOn; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setSiteLanguage($siteLanguage) + { + $this->siteLanguage = $siteLanguage; + } + public function getSiteLanguage() + { + return $this->siteLanguage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannels.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannels.php new file mode 100644 index 000000000..b8a46baa6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannels.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdExchangeSeller_CustomChannel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_CustomChannel + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php new file mode 100644 index 000000000..78e98b5dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_ReportingMetadataEntry + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php new file mode 100644 index 000000000..7be49119e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php @@ -0,0 +1,93 @@ +advertiserName = $advertiserName; + } + public function getAdvertiserName() + { + return $this->advertiserName; + } + public function setBuyerNetworkName($buyerNetworkName) + { + $this->buyerNetworkName = $buyerNetworkName; + } + public function getBuyerNetworkName() + { + return $this->buyerNetworkName; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setFixedCpm($fixedCpm) + { + $this->fixedCpm = $fixedCpm; + } + public function getFixedCpm() + { + return $this->fixedCpm; + } + 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 setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeals.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeals.php new file mode 100644 index 000000000..855d9736f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeals.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_PreferredDeal + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php new file mode 100644 index 000000000..a25ae44d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php @@ -0,0 +1,92 @@ +averages = $averages; + } + public function getAverages() + { + return $this->averages; + } + /** + * @param Google_Service_AdExchangeSeller_ReportHeaders + */ + public function setHeaders($headers) + { + $this->headers = $headers; + } + /** + * @return Google_Service_AdExchangeSeller_ReportHeaders + */ + public function getHeaders() + { + return $this->headers; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setTotalMatchedRows($totalMatchedRows) + { + $this->totalMatchedRows = $totalMatchedRows; + } + public function getTotalMatchedRows() + { + return $this->totalMatchedRows; + } + public function setTotals($totals) + { + $this->totals = $totals; + } + public function getTotals() + { + return $this->totals; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php new file mode 100644 index 000000000..d950f5f7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php @@ -0,0 +1,48 @@ +currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportingMetadataEntry.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportingMetadataEntry.php new file mode 100644 index 000000000..f776fbf89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportingMetadataEntry.php @@ -0,0 +1,85 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/Accounts.php new file mode 100644 index 000000000..960e65ec1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/Accounts.php @@ -0,0 +1,61 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $accounts = $adexchangesellerService->accounts; + * + */ +class Google_Service_AdExchangeSeller_Resource_Accounts extends Google_Service_Resource +{ + /** + * Get information about the selected Ad Exchange account. (accounts.get) + * + * @param string $accountId Account to get information about. Tip: 'myaccount' + * is a valid ID. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeSeller_Account + */ + public function get($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account"); + } + /** + * List all accounts available to this Ad Exchange 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_AdExchangeSeller_Accounts + */ + public function listAccounts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAdclients.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAdclients.php new file mode 100644 index 000000000..4eb6655d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAdclients.php @@ -0,0 +1,48 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $adclients = $adexchangesellerService->adclients; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsAdclients extends Google_Service_Resource +{ + /** + * List all ad clients in this Ad Exchange account. + * (adclients.listAccountsAdclients) + * + * @param string $accountId Account to which the ad client belongs. + * @param array $optParams Optional parameters. + * + * @opt_param string 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_AdExchangeSeller_AdClients + */ + public function listAccountsAdclients($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAlerts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAlerts.php new file mode 100644 index 000000000..288592033 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsAlerts.php @@ -0,0 +1,45 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $alerts = $adexchangesellerService->alerts; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsAlerts extends Google_Service_Resource +{ + /** + * List the alerts for this Ad Exchange account. (alerts.listAccountsAlerts) + * + * @param string $accountId Account owning 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_AdExchangeSeller_Alerts + */ + public function listAccountsAlerts($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsCustomchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsCustomchannels.php new file mode 100644 index 000000000..d61593092 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsCustomchannels.php @@ -0,0 +1,65 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $customchannels = $adexchangesellerService->customchannels; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsCustomchannels extends Google_Service_Resource +{ + /** + * Get the specified custom channel from the specified ad client. + * (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_AdExchangeSeller_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_AdExchangeSeller_CustomChannel"); + } + /** + * List all custom channels in the specified ad client for this Ad Exchange + * 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 string 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_AdExchangeSeller_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_AdExchangeSeller_CustomChannels"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadata.php new file mode 100644 index 000000000..7080ec253 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadata.php @@ -0,0 +1,28 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $metadata = $adexchangesellerService->metadata; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsMetadata extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataDimensions.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataDimensions.php new file mode 100644 index 000000000..c262a9b03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataDimensions.php @@ -0,0 +1,42 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $dimensions = $adexchangesellerService->dimensions; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsMetadataDimensions extends Google_Service_Resource +{ + /** + * List the metadata for the dimensions available to this AdExchange account. + * (dimensions.listAccountsMetadataDimensions) + * + * @param string $accountId Account with visibility to the dimensions. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeSeller_Metadata + */ + public function listAccountsMetadataDimensions($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataMetrics.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataMetrics.php new file mode 100644 index 000000000..2c95a98f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsMetadataMetrics.php @@ -0,0 +1,42 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $metrics = $adexchangesellerService->metrics; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsMetadataMetrics extends Google_Service_Resource +{ + /** + * List the metadata for the metrics available to this AdExchange account. + * (metrics.listAccountsMetadataMetrics) + * + * @param string $accountId Account with visibility to the metrics. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeSeller_Metadata + */ + public function listAccountsMetadataMetrics($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsPreferreddeals.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsPreferreddeals.php new file mode 100644 index 000000000..fcc3d2e0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsPreferreddeals.php @@ -0,0 +1,57 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $preferreddeals = $adexchangesellerService->preferreddeals; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsPreferreddeals extends Google_Service_Resource +{ + /** + * Get information about the selected Ad Exchange Preferred Deal. + * (preferreddeals.get) + * + * @param string $accountId Account owning the deal. + * @param string $dealId Preferred deal to get information about. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeSeller_PreferredDeal + */ + public function get($accountId, $dealId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'dealId' => $dealId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal"); + } + /** + * List the preferred deals for this Ad Exchange account. + * (preferreddeals.listAccountsPreferreddeals) + * + * @param string $accountId Account owning the deals. + * @param array $optParams Optional parameters. + * @return Google_Service_AdExchangeSeller_PreferredDeals + */ + public function listAccountsPreferreddeals($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReports.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReports.php new file mode 100644 index 000000000..be1e26d5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReports.php @@ -0,0 +1,59 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $reports = $adexchangesellerService->reports; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsReports extends Google_Service_Resource +{ + /** + * Generate an Ad Exchange 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 which owns the generated 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 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 string 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 string startIndex Index of the first row of report data to return. + * @return Google_Service_AdExchangeSeller_Report + */ + 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_AdExchangeSeller_Report"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReportsSaved.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReportsSaved.php new file mode 100644 index 000000000..c138711b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsReportsSaved.php @@ -0,0 +1,69 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $saved = $adexchangesellerService->saved; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsReportsSaved extends Google_Service_Resource +{ + /** + * Generate an Ad Exchange report based on the saved report ID sent in the query + * parameters. (saved.generate) + * + * @param string $accountId Account owning the saved report. + * @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_AdExchangeSeller_Report + */ + 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_AdExchangeSeller_Report"); + } + /** + * List all saved reports in this Ad Exchange account. + * (saved.listAccountsReportsSaved) + * + * @param string $accountId Account owning the saved reports. + * @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_AdExchangeSeller_SavedReports + */ + public function listAccountsReportsSaved($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsUrlchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsUrlchannels.php new file mode 100644 index 000000000..e1643db97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Resource/AccountsUrlchannels.php @@ -0,0 +1,49 @@ + + * $adexchangesellerService = new Google_Service_AdExchangeSeller(...); + * $urlchannels = $adexchangesellerService->urlchannels; + * + */ +class Google_Service_AdExchangeSeller_Resource_AccountsUrlchannels extends Google_Service_Resource +{ + /** + * List all URL channels in the specified ad client for this Ad Exchange + * 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 string 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_AdExchangeSeller_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_AdExchangeSeller_UrlChannels"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReport.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReport.php new file mode 100644 index 000000000..da75e5af9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReport.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReports.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReports.php new file mode 100644 index 000000000..65a57d4f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/SavedReports.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdExchangeSeller_SavedReport + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_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/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php new file mode 100644 index 000000000..135cda3c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUrlPattern($urlPattern) + { + $this->urlPattern = $urlPattern; + } + public function getUrlPattern() + { + return $this->urlPattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannels.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannels.php new file mode 100644 index 000000000..d22e4641f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannels.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdExchangeSeller_UrlChannel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdExchangeSeller_UrlChannel + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport.php b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport.php new file mode 100644 index 000000000..ec4798705 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport.php @@ -0,0 +1,91 @@ + + * Views Ad Experience Report data, and gets a list of sites that have a + * significant number of annoying ads. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AdExperienceReport extends Google_Service +{ + /** Test scope for access to the Zoo service. */ + const XAPI_ZOO = + "https://www.googleapis.com/auth/xapi.zoo"; + + public $sites; + public $violatingSites; + + /** + * Constructs the internal representation of the AdExperienceReport 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://adexperiencereport.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'adexperiencereport'; + + $this->sites = new Google_Service_AdExperienceReport_Resource_Sites( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->violatingSites = new Google_Service_AdExperienceReport_Resource_ViolatingSites( + $this, + $this->serviceName, + 'violatingSites', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/violatingSites', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/PlatformSummary.php b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/PlatformSummary.php new file mode 100644 index 000000000..f03f0609d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/PlatformSummary.php @@ -0,0 +1,85 @@ +betterAdsStatus = $betterAdsStatus; + } + public function getBetterAdsStatus() + { + return $this->betterAdsStatus; + } + public function setEnforcementTime($enforcementTime) + { + $this->enforcementTime = $enforcementTime; + } + public function getEnforcementTime() + { + return $this->enforcementTime; + } + public function setFilterStatus($filterStatus) + { + $this->filterStatus = $filterStatus; + } + public function getFilterStatus() + { + return $this->filterStatus; + } + public function setLastChangeTime($lastChangeTime) + { + $this->lastChangeTime = $lastChangeTime; + } + public function getLastChangeTime() + { + return $this->lastChangeTime; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setReportUrl($reportUrl) + { + $this->reportUrl = $reportUrl; + } + public function getReportUrl() + { + return $this->reportUrl; + } + public function setUnderReview($underReview) + { + $this->underReview = $underReview; + } + public function getUnderReview() + { + return $this->underReview; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/Sites.php b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/Sites.php new file mode 100644 index 000000000..5d0a848fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/Sites.php @@ -0,0 +1,44 @@ + + * $adexperiencereportService = new Google_Service_AdExperienceReport(...); + * $sites = $adexperiencereportService->sites; + * + */ +class Google_Service_AdExperienceReport_Resource_Sites extends Google_Service_Resource +{ + /** + * Gets a site's Ad Experience Report summary. (sites.get) + * + * @param string $name Required. The name of the site whose summary to get, e.g. + * `sites/http%3A%2F%2Fwww.google.com%2F`. + * + * Format: `sites/{site}` + * @param array $optParams Optional parameters. + * @return Google_Service_AdExperienceReport_SiteSummaryResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdExperienceReport_SiteSummaryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/ViolatingSites.php b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/ViolatingSites.php new file mode 100644 index 000000000..9cc5d4ed2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/Resource/ViolatingSites.php @@ -0,0 +1,41 @@ + + * $adexperiencereportService = new Google_Service_AdExperienceReport(...); + * $violatingSites = $adexperiencereportService->violatingSites; + * + */ +class Google_Service_AdExperienceReport_Resource_ViolatingSites extends Google_Service_Resource +{ + /** + * Lists sites that are failing in the Ad Experience Report on at least one + * platform. (violatingSites.listViolatingSites) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AdExperienceReport_ViolatingSitesResponse + */ + public function listViolatingSites($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdExperienceReport_ViolatingSitesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.php new file mode 100644 index 000000000..6916e352b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.php @@ -0,0 +1,62 @@ +desktopSummary = $desktopSummary; + } + /** + * @return Google_Service_AdExperienceReport_PlatformSummary + */ + public function getDesktopSummary() + { + return $this->desktopSummary; + } + /** + * @param Google_Service_AdExperienceReport_PlatformSummary + */ + public function setMobileSummary(Google_Service_AdExperienceReport_PlatformSummary $mobileSummary) + { + $this->mobileSummary = $mobileSummary; + } + /** + * @return Google_Service_AdExperienceReport_PlatformSummary + */ + public function getMobileSummary() + { + return $this->mobileSummary; + } + public function setReviewedSite($reviewedSite) + { + $this->reviewedSite = $reviewedSite; + } + public function getReviewedSite() + { + return $this->reviewedSite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.php new file mode 100644 index 000000000..01b8de259 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.php @@ -0,0 +1,38 @@ +violatingSites = $violatingSites; + } + /** + * @return Google_Service_AdExperienceReport_SiteSummaryResponse + */ + public function getViolatingSites() + { + return $this->violatingSites; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense.php b/vendor/google/apiclient-services/src/Google/Service/AdSense.php new file mode 100644 index 000000000..4c3d33d7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense.php @@ -0,0 +1,1077 @@ + + * 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, + ), + ), + ),'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/vendor/google/apiclient-services/src/Google/Service/AdSense/Account.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Account.php new file mode 100644 index 000000000..d235589a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Account.php @@ -0,0 +1,95 @@ + "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/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php new file mode 100644 index 000000000..ee1cb1e95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSense_Account + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSense_Account + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php new file mode 100644 index 000000000..489fcd256 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php @@ -0,0 +1,66 @@ +arcOptIn = $arcOptIn; + } + public function getArcOptIn() + { + 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; + } + public function setProductCode($productCode) + { + $this->productCode = $productCode; + } + public function getProductCode() + { + return $this->productCode; + } + public function setSupportsReporting($supportsReporting) + { + $this->supportsReporting = $supportsReporting; + } + public function getSupportsReporting() + { + return $this->supportsReporting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClients.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClients.php new file mode 100644 index 000000000..4e49035bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClients.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSense_AdClient + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSense_AdClient + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php new file mode 100644 index 000000000..f096bd63a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php @@ -0,0 +1,57 @@ +adCode = $adCode; + } + public function getAdCode() + { + return $this->adCode; + } + public function setAmpBody($ampBody) + { + $this->ampBody = $ampBody; + } + public function getAmpBody() + { + return $this->ampBody; + } + public function setAmpHead($ampHead) + { + $this->ampHead = $ampHead; + } + public function getAmpHead() + { + return $this->ampHead; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php new file mode 100644 index 000000000..9289f5d4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php @@ -0,0 +1,71 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php new file mode 100644 index 000000000..68314a96b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php @@ -0,0 +1,66 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php new file mode 100644 index 000000000..c7b44ca70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php @@ -0,0 +1,39 @@ +family = $family; + } + public function getFamily() + { + return $this->family; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php new file mode 100644 index 000000000..2003ca2ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php @@ -0,0 +1,139 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php new file mode 100644 index 000000000..774d98d3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php @@ -0,0 +1,55 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php new file mode 100644 index 000000000..f1fbeb376 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php @@ -0,0 +1,48 @@ +color = $color; + } + public function getColor() + { + return $this->color; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php new file mode 100644 index 000000000..6d40a8e88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php @@ -0,0 +1,57 @@ +adPosition = $adPosition; + } + public function getAdPosition() + { + return $this->adPosition; + } + public function setFrequency($frequency) + { + $this->frequency = $frequency; + } + public function getFrequency() + { + return $this->frequency; + } + public function setMinimumWordCount($minimumWordCount) + { + $this->minimumWordCount = $minimumWordCount; + } + public function getMinimumWordCount() + { + return $this->minimumWordCount; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php new file mode 100644 index 000000000..046b82360 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php @@ -0,0 +1,57 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php new file mode 100644 index 000000000..7ee134069 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSense_AdUnit + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSense_AdUnit + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php new file mode 100644 index 000000000..681025ed8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php @@ -0,0 +1,110 @@ +averages = $averages; + } + public function getAverages() + { + return $this->averages; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + /** + * @param Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders + */ + public function setHeaders($headers) + { + $this->headers = $headers; + } + /** + * @return Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders + */ + public function getHeaders() + { + return $this->headers; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setTotalMatchedRows($totalMatchedRows) + { + $this->totalMatchedRows = $totalMatchedRows; + } + public function getTotalMatchedRows() + { + return $this->totalMatchedRows; + } + public function setTotals($totals) + { + $this->totals = $totals; + } + public function getTotals() + { + return $this->totals; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php new file mode 100644 index 000000000..611dcc0cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php @@ -0,0 +1,48 @@ +currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Alert.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Alert.php new file mode 100644 index 000000000..3d391453b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Alert.php @@ -0,0 +1,75 @@ +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; + } + public function getMessage() + { + return $this->message; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Alerts.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Alerts.php new file mode 100644 index 000000000..d9a896638 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Alerts.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdSense_Alert + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php new file mode 100644 index 000000000..5f4059295 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php @@ -0,0 +1,73 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php new file mode 100644 index 000000000..c33b1b34f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php @@ -0,0 +1,57 @@ +adsAppearOn = $adsAppearOn; + } + public function getAdsAppearOn() + { + return $this->adsAppearOn; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setSiteLanguage($siteLanguage) + { + $this->siteLanguage = $siteLanguage; + } + public function getSiteLanguage() + { + return $this->siteLanguage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php new file mode 100644 index 000000000..20a027202 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSense_CustomChannel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSense_CustomChannel + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php new file mode 100644 index 000000000..0ccba4a89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdSense_ReportingMetadataEntry + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php new file mode 100644 index 000000000..bd602e436 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php @@ -0,0 +1,66 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/Payments.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Payments.php new file mode 100644 index 000000000..d68f39185 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Payments.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_AdSense_Payment + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php new file mode 100644 index 000000000..77b74783f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php @@ -0,0 +1,85 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php new file mode 100644 index 000000000..c6a6d6409 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php @@ -0,0 +1,61 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php new file mode 100644 index 000000000..457b16eec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php @@ -0,0 +1,62 @@ + + * $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. + * @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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php new file mode 100644 index 000000000..8e1682d1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php @@ -0,0 +1,82 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php new file mode 100644 index 000000000..5d0c0d5e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php @@ -0,0 +1,50 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php new file mode 100644 index 000000000..7b036209e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php @@ -0,0 +1,60 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php new file mode 100644 index 000000000..e4bf6744a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php @@ -0,0 +1,65 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php new file mode 100644 index 000000000..6ae6f473e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php @@ -0,0 +1,52 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php new file mode 100644 index 000000000..cf94205d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php @@ -0,0 +1,42 @@ + + * $adsenseService = new Google_Service_AdSense(...); + * $payments = $adsenseService->payments; + * + */ +class Google_Service_AdSense_Resource_AccountsPayments extends Google_Service_Resource +{ + /** + * List the payments for the specified AdSense account. + * (payments.listAccountsPayments) + * + * @param string $accountId Account for which to retrieve the payments. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSense_Payments + */ + public function listAccountsPayments($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSense_Payments"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php new file mode 100644 index 000000000..cca7772b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php @@ -0,0 +1,64 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php new file mode 100644 index 000000000..e296c74f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php @@ -0,0 +1,69 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php new file mode 100644 index 000000000..4f8215bf3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php @@ -0,0 +1,62 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php new file mode 100644 index 000000000..27c23a401 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php @@ -0,0 +1,49 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php new file mode 100644 index 000000000..023babb3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php @@ -0,0 +1,46 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php new file mode 100644 index 000000000..bb7d15dec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php @@ -0,0 +1,78 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php new file mode 100644 index 000000000..f445c6695 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php @@ -0,0 +1,49 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php new file mode 100644 index 000000000..a9bec62ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php @@ -0,0 +1,57 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php new file mode 100644 index 000000000..9fde63df8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php @@ -0,0 +1,63 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php new file mode 100644 index 000000000..c5ed571ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php @@ -0,0 +1,51 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php new file mode 100644 index 000000000..9ea6edab0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php @@ -0,0 +1,28 @@ + + * $adsenseService = new Google_Service_AdSense(...); + * $metadata = $adsenseService->metadata; + * + */ +class Google_Service_AdSense_Resource_Metadata extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php new file mode 100644 index 000000000..c55a34569 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php @@ -0,0 +1,41 @@ + + * $adsenseService = new Google_Service_AdSense(...); + * $dimensions = $adsenseService->dimensions; + * + */ +class Google_Service_AdSense_Resource_MetadataDimensions extends Google_Service_Resource +{ + /** + * List the metadata for the dimensions available to this AdSense account. + * (dimensions.listMetadataDimensions) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AdSense_Metadata + */ + public function listMetadataDimensions($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSense_Metadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php new file mode 100644 index 000000000..b13507f4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php @@ -0,0 +1,41 @@ + + * $adsenseService = new Google_Service_AdSense(...); + * $metrics = $adsenseService->metrics; + * + */ +class Google_Service_AdSense_Resource_MetadataMetrics extends Google_Service_Resource +{ + /** + * List the metadata for the metrics available to this AdSense account. + * (metrics.listMetadataMetrics) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AdSense_Metadata + */ + public function listMetadataMetrics($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSense_Metadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php new file mode 100644 index 000000000..d536f28c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php @@ -0,0 +1,40 @@ + + * $adsenseService = new Google_Service_AdSense(...); + * $payments = $adsenseService->payments; + * + */ +class Google_Service_AdSense_Resource_Payments extends Google_Service_Resource +{ + /** + * List the payments for this AdSense account. (payments.listPayments) + * + * @param array $optParams Optional parameters. + * @return Google_Service_AdSense_Payments + */ + public function listPayments($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSense_Payments"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php new file mode 100644 index 000000000..e0481c897 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php @@ -0,0 +1,64 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php new file mode 100644 index 000000000..6d838fc82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php @@ -0,0 +1,66 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php new file mode 100644 index 000000000..f17a237d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php @@ -0,0 +1,60 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php new file mode 100644 index 000000000..0d8819668 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php @@ -0,0 +1,48 @@ + + * $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/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php new file mode 100644 index 000000000..b3b7c13cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php @@ -0,0 +1,64 @@ +adStyle = $adStyle; + } + /** + * @return Google_Service_AdSense_AdStyle + */ + public function getAdStyle() + { + return $this->adStyle; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php new file mode 100644 index 000000000..9c168609d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php @@ -0,0 +1,65 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php new file mode 100644 index 000000000..7982daf8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php new file mode 100644 index 000000000..982269b5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php @@ -0,0 +1,65 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php new file mode 100644 index 000000000..5005513bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUrlPattern($urlPattern) + { + $this->urlPattern = $urlPattern; + } + public function getUrlPattern() + { + return $this->urlPattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php new file mode 100644 index 000000000..87cf4dc12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSense_UrlChannel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSense_UrlChannel + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php new file mode 100644 index 000000000..3314a21e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php @@ -0,0 +1,632 @@ + + * Generates performance reports, generates ad codes, and provides publisher + * management capabilities for AdSense Hosts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AdSenseHost extends Google_Service +{ + /** View and manage your AdSense host data and associated accounts. */ + const ADSENSEHOST = + "https://www.googleapis.com/auth/adsensehost"; + + public $accounts; + public $accounts_adclients; + public $accounts_adunits; + public $accounts_reports; + public $adclients; + public $associationsessions; + public $customchannels; + public $reports; + public $urlchannels; + + /** + * Constructs the internal representation of the AdSenseHost 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 = 'adsensehost/v4.1/'; + $this->batchPath = 'batch/adsensehost/v4.1'; + $this->version = 'v4.1'; + $this->serviceName = 'adsensehost'; + + $this->accounts = new Google_Service_AdSenseHost_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, + ), + ), + ),'list' => array( + 'path' => 'accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filterAdClientId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_adclients = new Google_Service_AdSenseHost_Resource_AccountsAdclients( + $this, + $this->serviceName, + 'adclients', + array( + 'methods' => array( + 'get' => array( + 'path' => 'accounts/{accountId}/adclients/{adClientId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'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_AdSenseHost_Resource_AccountsAdunits( + $this, + $this->serviceName, + 'adunits', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}', + 'httpMethod' => 'DELETE', + '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, + ), + ), + ),'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, + ), + 'hostCustomChannelId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'insert' => array( + 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'adClientId' => 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', + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'adUnitId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_reports = new Google_Service_AdSenseHost_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, + ), + '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', + ), + ), + ), + ) + ) + ); + $this->adclients = new Google_Service_AdSenseHost_Resource_Adclients( + $this, + $this->serviceName, + 'adclients', + array( + 'methods' => array( + 'get' => array( + 'path' => 'adclients/{adClientId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'adclients', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->associationsessions = new Google_Service_AdSenseHost_Resource_Associationsessions( + $this, + $this->serviceName, + 'associationsessions', + array( + 'methods' => array( + 'start' => array( + 'path' => 'associationsessions/start', + 'httpMethod' => 'GET', + 'parameters' => array( + 'productCode' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'websiteUrl' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'userLocale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'websiteLocale' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'verify' => array( + 'path' => 'associationsessions/verify', + 'httpMethod' => 'GET', + 'parameters' => array( + 'token' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->customchannels = new Google_Service_AdSenseHost_Resource_Customchannels( + $this, + $this->serviceName, + 'customchannels', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customChannelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'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, + ), + ), + ),'insert' => array( + 'path' => 'adclients/{adClientId}/customchannels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'adClientId' => 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', + ), + ), + ),'patch' => array( + 'path' => 'adclients/{adClientId}/customchannels', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customChannelId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'adclients/{adClientId}/customchannels', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->reports = new Google_Service_AdSenseHost_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, + ), + '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', + ), + ), + ), + ) + ) + ); + $this->urlchannels = new Google_Service_AdSenseHost_Resource_Urlchannels( + $this, + $this->serviceName, + 'urlchannels', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'adclients/{adClientId}/urlchannels/{urlChannelId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlChannelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'adclients/{adClientId}/urlchannels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'adClientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Account.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Account.php new file mode 100644 index 000000000..460b3ad0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Account.php @@ -0,0 +1,57 @@ +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 setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Accounts.php new file mode 100644 index 000000000..50a7d60ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Accounts.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSenseHost_Account + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSenseHost_Account + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php new file mode 100644 index 000000000..b7dfacab5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php @@ -0,0 +1,66 @@ +arcOptIn = $arcOptIn; + } + public function getArcOptIn() + { + 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; + } + public function setProductCode($productCode) + { + $this->productCode = $productCode; + } + public function getProductCode() + { + return $this->productCode; + } + public function setSupportsReporting($supportsReporting) + { + $this->supportsReporting = $supportsReporting; + } + public function getSupportsReporting() + { + return $this->supportsReporting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClients.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClients.php new file mode 100644 index 000000000..50f66b5c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClients.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSenseHost_AdClient + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSenseHost_AdClient + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php new file mode 100644 index 000000000..abd0d6596 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php @@ -0,0 +1,39 @@ +adCode = $adCode; + } + public function getAdCode() + { + return $this->adCode; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyle.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyle.php new file mode 100644 index 000000000..27bd6b1b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyle.php @@ -0,0 +1,71 @@ +colors = $colors; + } + /** + * @return Google_Service_AdSenseHost_AdStyleColors + */ + public function getColors() + { + return $this->colors; + } + public function setCorners($corners) + { + $this->corners = $corners; + } + public function getCorners() + { + return $this->corners; + } + /** + * @param Google_Service_AdSenseHost_AdStyleFont + */ + public function setFont(Google_Service_AdSenseHost_AdStyleFont $font) + { + $this->font = $font; + } + /** + * @return Google_Service_AdSenseHost_AdStyleFont + */ + public function getFont() + { + return $this->font; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php new file mode 100644 index 000000000..eb0f9d242 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php @@ -0,0 +1,66 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleFont.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleFont.php new file mode 100644 index 000000000..63c8a9585 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleFont.php @@ -0,0 +1,39 @@ +family = $family; + } + public function getFamily() + { + return $this->family; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnit.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnit.php new file mode 100644 index 000000000..a80027a9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnit.php @@ -0,0 +1,114 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_AdSenseHost_AdUnitContentAdsSettings + */ + public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAdsSettings $contentAdsSettings) + { + $this->contentAdsSettings = $contentAdsSettings; + } + /** + * @return Google_Service_AdSenseHost_AdUnitContentAdsSettings + */ + public function getContentAdsSettings() + { + return $this->contentAdsSettings; + } + /** + * @param Google_Service_AdSenseHost_AdStyle + */ + public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle) + { + $this->customStyle = $customStyle; + } + /** + * @return Google_Service_AdSenseHost_AdStyle + */ + public function getCustomStyle() + { + return $this->customStyle; + } + 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_AdSenseHost_AdUnitMobileContentAdsSettings + */ + public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) + { + $this->mobileContentAdsSettings = $mobileContentAdsSettings; + } + /** + * @return Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings + */ + public function getMobileContentAdsSettings() + { + return $this->mobileContentAdsSettings; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php new file mode 100644 index 000000000..d6ae1c4de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php @@ -0,0 +1,55 @@ +backupOption = $backupOption; + } + /** + * @return Google_Service_AdSenseHost_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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php new file mode 100644 index 000000000..12f5e8508 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php @@ -0,0 +1,48 @@ +color = $color; + } + public function getColor() + { + return $this->color; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitMobileContentAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitMobileContentAdsSettings.php new file mode 100644 index 000000000..23dd20ce6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitMobileContentAdsSettings.php @@ -0,0 +1,57 @@ +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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnits.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnits.php new file mode 100644 index 000000000..16440e6a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnits.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSenseHost_AdUnit + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSenseHost_AdUnit + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php new file mode 100644 index 000000000..5658c98d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php @@ -0,0 +1,103 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + 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 setProductCodes($productCodes) + { + $this->productCodes = $productCodes; + } + public function getProductCodes() + { + return $this->productCodes; + } + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + public function getRedirectUrl() + { + return $this->redirectUrl; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUserLocale($userLocale) + { + $this->userLocale = $userLocale; + } + public function getUserLocale() + { + return $this->userLocale; + } + public function setWebsiteLocale($websiteLocale) + { + $this->websiteLocale = $websiteLocale; + } + public function getWebsiteLocale() + { + return $this->websiteLocale; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannel.php new file mode 100644 index 000000000..4ff9ee235 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannel.php @@ -0,0 +1,57 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannels.php new file mode 100644 index 000000000..0ed507c71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/CustomChannels.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSenseHost_CustomChannel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSenseHost_CustomChannel + */ + 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/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php new file mode 100644 index 000000000..07c3b8a5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php @@ -0,0 +1,92 @@ +averages = $averages; + } + public function getAverages() + { + return $this->averages; + } + /** + * @param Google_Service_AdSenseHost_ReportHeaders + */ + public function setHeaders($headers) + { + $this->headers = $headers; + } + /** + * @return Google_Service_AdSenseHost_ReportHeaders + */ + public function getHeaders() + { + return $this->headers; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setTotalMatchedRows($totalMatchedRows) + { + $this->totalMatchedRows = $totalMatchedRows; + } + public function getTotalMatchedRows() + { + return $this->totalMatchedRows; + } + public function setTotals($totals) + { + $this->totals = $totals; + } + public function getTotals() + { + return $this->totals; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php new file mode 100644 index 000000000..cfa29deb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php @@ -0,0 +1,48 @@ +currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Accounts.php new file mode 100644 index 000000000..9590f687d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Accounts.php @@ -0,0 +1,55 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $accounts = $adsensehostService->accounts; + * + */ +class Google_Service_AdSenseHost_Resource_Accounts extends Google_Service_Resource +{ + /** + * Get information about the selected associated AdSense account. (accounts.get) + * + * @param string $accountId Account to get information about. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_Account + */ + public function get($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdSenseHost_Account"); + } + /** + * List hosted accounts associated with this AdSense account by ad client id. + * (accounts.listAccounts) + * + * @param string|array $filterAdClientId Ad clients to list accounts for. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_Accounts + */ + public function listAccounts($filterAdClientId, $optParams = array()) + { + $params = array('filterAdClientId' => $filterAdClientId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSenseHost_Accounts"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdclients.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdclients.php new file mode 100644 index 000000000..acfb1df91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdclients.php @@ -0,0 +1,63 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $adclients = $adsensehostService->adclients; + * + */ +class Google_Service_AdSenseHost_Resource_AccountsAdclients extends Google_Service_Resource +{ + /** + * Get information about one of the ad clients in the specified publisher's + * AdSense account. (adclients.get) + * + * @param string $accountId Account which contains the ad client. + * @param string $adClientId Ad client to get. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AdClient + */ + public function get($accountId, $adClientId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'adClientId' => $adClientId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient"); + } + /** + * List all hosted ad clients in the specified hosted account. + * (adclients.listAccountsAdclients) + * + * @param string $accountId Account for which to list ad clients. + * @param array $optParams Optional parameters. + * + * @opt_param string 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_AdSenseHost_AdClients + */ + public function listAccountsAdclients($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdunits.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdunits.php new file mode 100644 index 000000000..f743c972a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsAdunits.php @@ -0,0 +1,150 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $adunits = $adsensehostService->adunits; + * + */ +class Google_Service_AdSenseHost_Resource_AccountsAdunits extends Google_Service_Resource +{ + /** + * Delete the specified ad unit from the specified publisher AdSense account. + * (adunits.delete) + * + * @param string $accountId Account which contains the ad unit. + * @param string $adClientId Ad client for which to get ad unit. + * @param string $adUnitId Ad unit to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AdUnit + */ + public function delete($accountId, $adClientId, $adUnitId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AdSenseHost_AdUnit"); + } + /** + * Get the specified host ad unit in this AdSense account. (adunits.get) + * + * @param string $accountId Account which contains the ad unit. + * @param string $adClientId Ad client for which to get ad unit. + * @param string $adUnitId Ad unit to get. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_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_AdSenseHost_AdUnit"); + } + /** + * Get ad code for the specified ad unit, attaching the specified host custom + * channels. (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. + * + * @opt_param string hostCustomChannelId Host custom channel to attach to the ad + * code. + * @return Google_Service_AdSenseHost_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_AdSenseHost_AdCode"); + } + /** + * Insert the supplied ad unit into the specified publisher AdSense account. + * (adunits.insert) + * + * @param string $accountId Account which will contain the ad unit. + * @param string $adClientId Ad client into which to insert the ad unit. + * @param Google_Service_AdSenseHost_AdUnit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AdUnit + */ + public function insert($accountId, $adClientId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdSenseHost_AdUnit"); + } + /** + * List all ad units in the specified publisher's AdSense account. + * (adunits.listAccountsAdunits) + * + * @param string $accountId Account which contains the ad client. + * @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 string 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_AdSenseHost_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_AdSenseHost_AdUnits"); + } + /** + * Update the supplied ad unit in the specified publisher AdSense account. This + * method supports patch semantics. (adunits.patch) + * + * @param string $accountId Account which contains the ad client. + * @param string $adClientId Ad client which contains the ad unit. + * @param string $adUnitId Ad unit to get. + * @param Google_Service_AdSenseHost_AdUnit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AdUnit + */ + public function patch($accountId, $adClientId, $adUnitId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AdSenseHost_AdUnit"); + } + /** + * Update the supplied ad unit in the specified publisher AdSense account. + * (adunits.update) + * + * @param string $accountId Account which contains the ad client. + * @param string $adClientId Ad client which contains the ad unit. + * @param Google_Service_AdSenseHost_AdUnit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AdUnit + */ + public function update($accountId, $adClientId, Google_Service_AdSenseHost_AdUnit $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdSenseHost_AdUnit"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsReports.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsReports.php new file mode 100644 index 000000000..bcf1ec62d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/AccountsReports.php @@ -0,0 +1,59 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $reports = $adsensehostService->reports; + * + */ +class Google_Service_AdSenseHost_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 Hosted 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 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 string 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 string startIndex Index of the first row of report data to return. + * @return Google_Service_AdSenseHost_Report + */ + 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_AdSenseHost_Report"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Adclients.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Adclients.php new file mode 100644 index 000000000..a11251f84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Adclients.php @@ -0,0 +1,60 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $adclients = $adsensehostService->adclients; + * + */ +class Google_Service_AdSenseHost_Resource_Adclients extends Google_Service_Resource +{ + /** + * Get information about one of the ad clients in the Host AdSense account. + * (adclients.get) + * + * @param string $adClientId Ad client to get. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AdClient + */ + public function get($adClientId, $optParams = array()) + { + $params = array('adClientId' => $adClientId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient"); + } + /** + * List all host ad clients in this AdSense account. (adclients.listAdclients) + * + * @param array $optParams Optional parameters. + * + * @opt_param string 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_AdSenseHost_AdClients + */ + public function listAdclients($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSenseHost_AdClients"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Associationsessions.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Associationsessions.php new file mode 100644 index 000000000..c7a3b5917 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Associationsessions.php @@ -0,0 +1,60 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $associationsessions = $adsensehostService->associationsessions; + * + */ +class Google_Service_AdSenseHost_Resource_Associationsessions extends Google_Service_Resource +{ + /** + * Create an association session for initiating an association with an AdSense + * user. (associationsessions.start) + * + * @param string|array $productCode Products to associate with the user. + * @param string $websiteUrl The URL of the user's hosted website. + * @param array $optParams Optional parameters. + * + * @opt_param string userLocale The preferred locale of the user. + * @opt_param string websiteLocale The locale of the user's hosted website. + * @return Google_Service_AdSenseHost_AssociationSession + */ + public function start($productCode, $websiteUrl, $optParams = array()) + { + $params = array('productCode' => $productCode, 'websiteUrl' => $websiteUrl); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_AdSenseHost_AssociationSession"); + } + /** + * Verify an association session after the association callback returns from + * AdSense signup. (associationsessions.verify) + * + * @param string $token The token returned to the association callback URL. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_AssociationSession + */ + public function verify($token, $optParams = array()) + { + $params = array('token' => $token); + $params = array_merge($params, $optParams); + return $this->call('verify', array($params), "Google_Service_AdSenseHost_AssociationSession"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Customchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Customchannels.php new file mode 100644 index 000000000..5cb459a37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Customchannels.php @@ -0,0 +1,125 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $customchannels = $adsensehostService->customchannels; + * + */ +class Google_Service_AdSenseHost_Resource_Customchannels extends Google_Service_Resource +{ + /** + * Delete a specific custom channel from the host AdSense account. + * (customchannels.delete) + * + * @param string $adClientId Ad client from which to delete the custom channel. + * @param string $customChannelId Custom channel to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_CustomChannel + */ + public function delete($adClientId, $customChannelId, $optParams = array()) + { + $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AdSenseHost_CustomChannel"); + } + /** + * Get a specific custom channel from the host AdSense account. + * (customchannels.get) + * + * @param string $adClientId Ad client from which to get the custom channel. + * @param string $customChannelId Custom channel to get. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_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_AdSenseHost_CustomChannel"); + } + /** + * Add a new custom channel to the host AdSense account. (customchannels.insert) + * + * @param string $adClientId Ad client to which the new custom channel will be + * added. + * @param Google_Service_AdSenseHost_CustomChannel $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_CustomChannel + */ + public function insert($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array()) + { + $params = array('adClientId' => $adClientId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdSenseHost_CustomChannel"); + } + /** + * List all host custom channels in this AdSense account. + * (customchannels.listCustomchannels) + * + * @param string $adClientId Ad client for which to list custom channels. + * @param array $optParams Optional parameters. + * + * @opt_param string 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_AdSenseHost_CustomChannels + */ + public function listCustomchannels($adClientId, $optParams = array()) + { + $params = array('adClientId' => $adClientId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSenseHost_CustomChannels"); + } + /** + * Update a custom channel in the host AdSense account. This method supports + * patch semantics. (customchannels.patch) + * + * @param string $adClientId Ad client in which the custom channel will be + * updated. + * @param string $customChannelId Custom channel to get. + * @param Google_Service_AdSenseHost_CustomChannel $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_CustomChannel + */ + public function patch($adClientId, $customChannelId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array()) + { + $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AdSenseHost_CustomChannel"); + } + /** + * Update a custom channel in the host AdSense account. (customchannels.update) + * + * @param string $adClientId Ad client in which the custom channel will be + * updated. + * @param Google_Service_AdSenseHost_CustomChannel $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_CustomChannel + */ + public function update($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams = array()) + { + $params = array('adClientId' => $adClientId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AdSenseHost_CustomChannel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Reports.php new file mode 100644 index 000000000..6ec1c7826 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Reports.php @@ -0,0 +1,58 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $reports = $adsensehostService->reports; + * + */ +class Google_Service_AdSenseHost_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 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 string 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 string startIndex Index of the first row of report data to return. + * @return Google_Service_AdSenseHost_Report + */ + 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_AdSenseHost_Report"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Urlchannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Urlchannels.php new file mode 100644 index 000000000..7146446e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Urlchannels.php @@ -0,0 +1,77 @@ + + * $adsensehostService = new Google_Service_AdSenseHost(...); + * $urlchannels = $adsensehostService->urlchannels; + * + */ +class Google_Service_AdSenseHost_Resource_Urlchannels extends Google_Service_Resource +{ + /** + * Delete a URL channel from the host AdSense account. (urlchannels.delete) + * + * @param string $adClientId Ad client from which to delete the URL channel. + * @param string $urlChannelId URL channel to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_UrlChannel + */ + public function delete($adClientId, $urlChannelId, $optParams = array()) + { + $params = array('adClientId' => $adClientId, 'urlChannelId' => $urlChannelId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AdSenseHost_UrlChannel"); + } + /** + * Add a new URL channel to the host AdSense account. (urlchannels.insert) + * + * @param string $adClientId Ad client to which the new URL channel will be + * added. + * @param Google_Service_AdSenseHost_UrlChannel $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AdSenseHost_UrlChannel + */ + public function insert($adClientId, Google_Service_AdSenseHost_UrlChannel $postBody, $optParams = array()) + { + $params = array('adClientId' => $adClientId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AdSenseHost_UrlChannel"); + } + /** + * List all host URL channels in the host AdSense account. + * (urlchannels.listUrlchannels) + * + * @param string $adClientId Ad client for which to list URL channels. + * @param array $optParams Optional parameters. + * + * @opt_param string 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_AdSenseHost_UrlChannels + */ + public function listUrlchannels($adClientId, $optParams = array()) + { + $params = array('adClientId' => $adClientId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdSenseHost_UrlChannels"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannel.php new file mode 100644 index 000000000..7bf4311a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannel.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUrlPattern($urlPattern) + { + $this->urlPattern = $urlPattern; + } + public function getUrlPattern() + { + return $this->urlPattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannels.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannels.php new file mode 100644 index 000000000..0394e3e30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannels.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_AdSenseHost_UrlChannel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_AdSenseHost_UrlChannel + */ + 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/vendor/google/apiclient-services/src/Google/Service/AlertCenter.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter.php new file mode 100644 index 000000000..081cdb88d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter.php @@ -0,0 +1,222 @@ + + * Manages alerts on issues affecting your domain. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AlertCenter extends Google_Service +{ + /** See and delete your domain's G Suite alerts, and send alert feedback. */ + const APPS_ALERTS = + "https://www.googleapis.com/auth/apps.alerts"; + + public $alerts; + public $alerts_feedback; + public $v1beta1; + + /** + * Constructs the internal representation of the AlertCenter 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://alertcenter.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'alertcenter'; + + $this->alerts = new Google_Service_AlertCenter_Resource_Alerts( + $this, + $this->serviceName, + 'alerts', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v1beta1/alerts:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'batchUndelete' => array( + 'path' => 'v1beta1/alerts:batchUndelete', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1beta1/alerts/{alertId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'alertId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1beta1/alerts/{alertId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'alertId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getMetadata' => array( + 'path' => 'v1beta1/alerts/{alertId}/metadata', + 'httpMethod' => 'GET', + 'parameters' => array( + 'alertId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/alerts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'undelete' => array( + 'path' => 'v1beta1/alerts/{alertId}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'alertId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->alerts_feedback = new Google_Service_AlertCenter_Resource_AlertsFeedback( + $this, + $this->serviceName, + 'feedback', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/alerts/{alertId}/feedback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'alertId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/alerts/{alertId}/feedback', + 'httpMethod' => 'GET', + 'parameters' => array( + 'alertId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->v1beta1 = new Google_Service_AlertCenter_Resource_V1beta1( + $this, + $this->serviceName, + 'v1beta1', + array( + 'methods' => array( + 'getSettings' => array( + 'path' => 'v1beta1/settings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateSettings' => array( + 'path' => 'v1beta1/settings', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AccountWarning.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AccountWarning.php new file mode 100644 index 000000000..0a9558dd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AccountWarning.php @@ -0,0 +1,46 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + /** + * @param Google_Service_AlertCenter_LoginDetails + */ + public function setLoginDetails(Google_Service_AlertCenter_LoginDetails $loginDetails) + { + $this->loginDetails = $loginDetails; + } + /** + * @return Google_Service_AlertCenter_LoginDetails + */ + public function getLoginDetails() + { + return $this->loginDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ActivityRule.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ActivityRule.php new file mode 100644 index 000000000..535e0040a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ActivityRule.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Alert.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Alert.php new file mode 100644 index 000000000..1c3608011 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Alert.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_AlertMetadata + */ + public function setMetadata(Google_Service_AlertCenter_AlertMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_AlertCenter_AlertMetadata + */ + 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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertFeedback.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertFeedback.php new file mode 100644 index 000000000..7b7e34ef8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertFeedback.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertMetadata.php new file mode 100644 index 000000000..0e4448dd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertMetadata.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertcenterEmpty.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertcenterEmpty.php new file mode 100644 index 000000000..0fa7cf8e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/AlertcenterEmpty.php @@ -0,0 +1,20 @@ +requestInfo = $requestInfo; + } + /** + * @return Google_Service_AlertCenter_RequestInfo + */ + public function getRequestInfo() + { + return $this->requestInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Attachment.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Attachment.php new file mode 100644 index 000000000..4d267fdf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Attachment.php @@ -0,0 +1,37 @@ +csv = $csv; + } + /** + * @return Google_Service_AlertCenter_Csv + */ + public function getCsv() + { + return $this->csv; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BadWhitelist.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BadWhitelist.php new file mode 100644 index 000000000..9c864bdcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BadWhitelist.php @@ -0,0 +1,79 @@ +domainId = $domainId; + } + /** + * @return Google_Service_AlertCenter_DomainId + */ + public function getDomainId() + { + return $this->domainId; + } + /** + * @param Google_Service_AlertCenter_MaliciousEntity + */ + public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) + { + $this->maliciousEntity = $maliciousEntity; + } + /** + * @return Google_Service_AlertCenter_MaliciousEntity + */ + public function getMaliciousEntity() + { + return $this->maliciousEntity; + } + /** + * @param Google_Service_AlertCenter_GmailMessageInfo + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_AlertCenter_GmailMessageInfo + */ + public function getMessages() + { + return $this->messages; + } + public function setSourceIp($sourceIp) + { + $this->sourceIp = $sourceIp; + } + public function getSourceIp() + { + return $this->sourceIp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsRequest.php new file mode 100644 index 000000000..b17656e1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsRequest.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsResponse.php new file mode 100644 index 000000000..647d28f3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchDeleteAlertsResponse.php @@ -0,0 +1,47 @@ +failedAlertStatus = $failedAlertStatus; + } + /** + * @return Google_Service_AlertCenter_Status + */ + public function getFailedAlertStatus() + { + return $this->failedAlertStatus; + } + public function setSuccessAlertIds($successAlertIds) + { + $this->successAlertIds = $successAlertIds; + } + public function getSuccessAlertIds() + { + return $this->successAlertIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsRequest.php new file mode 100644 index 000000000..0c5ce2f54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsRequest.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsResponse.php new file mode 100644 index 000000000..4c0f0fbc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/BatchUndeleteAlertsResponse.php @@ -0,0 +1,47 @@ +failedAlertStatus = $failedAlertStatus; + } + /** + * @return Google_Service_AlertCenter_Status + */ + public function getFailedAlertStatus() + { + return $this->failedAlertStatus; + } + public function setSuccessAlertIds($successAlertIds) + { + $this->successAlertIds = $successAlertIds; + } + public function getSuccessAlertIds() + { + return $this->successAlertIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/CloudPubsubTopic.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/CloudPubsubTopic.php new file mode 100644 index 000000000..f095f177a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/CloudPubsubTopic.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Csv.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Csv.php new file mode 100644 index 000000000..3891c1c5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Csv.php @@ -0,0 +1,47 @@ +dataRows = $dataRows; + } + /** + * @return Google_Service_AlertCenter_CsvRow + */ + public function getDataRows() + { + return $this->dataRows; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/CsvRow.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/CsvRow.php new file mode 100644 index 000000000..32a106521 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/CsvRow.php @@ -0,0 +1,31 @@ +entries = $entries; + } + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromised.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromised.php new file mode 100644 index 000000000..fc526eff5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromised.php @@ -0,0 +1,47 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + /** + * @param Google_Service_AlertCenter_DeviceCompromisedSecurityDetail + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_AlertCenter_DeviceCompromisedSecurityDetail + */ + public function getEvents() + { + return $this->events; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromisedSecurityDetail.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromisedSecurityDetail.php new file mode 100644 index 000000000..ecee6301d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DeviceCompromisedSecurityDetail.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainId.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainId.php new file mode 100644 index 000000000..6fe2a0f8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainId.php @@ -0,0 +1,30 @@ +customerPrimaryDomain = $customerPrimaryDomain; + } + public function getCustomerPrimaryDomain() + { + return $this->customerPrimaryDomain; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainWideTakeoutInitiated.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainWideTakeoutInitiated.php new file mode 100644 index 000000000..9fadf676c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/DomainWideTakeoutInitiated.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/GmailMessageInfo.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/GmailMessageInfo.php new file mode 100644 index 000000000..524508697 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/GmailMessageInfo.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.php new file mode 100644 index 000000000..f484b73fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.php @@ -0,0 +1,65 @@ +affectedUserEmails = $affectedUserEmails; + } + public function getAffectedUserEmails() + { + return $this->affectedUserEmails; + } + /** + * @param Google_Service_AlertCenter_Attachment + */ + public function setAttachmentData(Google_Service_AlertCenter_Attachment $attachmentData) + { + $this->attachmentData = $attachmentData; + } + /** + * @return Google_Service_AlertCenter_Attachment + */ + public function getAttachmentData() + { + return $this->attachmentData; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.php new file mode 100644 index 000000000..c0bb9cdf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.php @@ -0,0 +1,38 @@ +feedback = $feedback; + } + /** + * @return Google_Service_AlertCenter_AlertFeedback + */ + public function getFeedback() + { + return $this->feedback; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertsResponse.php new file mode 100644 index 000000000..dac998c5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertsResponse.php @@ -0,0 +1,47 @@ +alerts = $alerts; + } + /** + * @return Google_Service_AlertCenter_Alert + */ + public function getAlerts() + { + return $this->alerts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.php new file mode 100644 index 000000000..fd2b2d759 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/MailPhishing.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/MailPhishing.php new file mode 100644 index 000000000..ff9c4e296 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/MailPhishing.php @@ -0,0 +1,79 @@ +domainId = $domainId; + } + /** + * @return Google_Service_AlertCenter_DomainId + */ + public function getDomainId() + { + return $this->domainId; + } + public function setIsInternal($isInternal) + { + $this->isInternal = $isInternal; + } + public function getIsInternal() + { + return $this->isInternal; + } + /** + * @param Google_Service_AlertCenter_MaliciousEntity + */ + public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) + { + $this->maliciousEntity = $maliciousEntity; + } + /** + * @return Google_Service_AlertCenter_MaliciousEntity + */ + public function getMaliciousEntity() + { + return $this->maliciousEntity; + } + /** + * @param Google_Service_AlertCenter_GmailMessageInfo + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_AlertCenter_GmailMessageInfo + */ + public function getMessages() + { + return $this->messages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/MaliciousEntity.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/MaliciousEntity.php new file mode 100644 index 000000000..102e50f24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/MaliciousEntity.php @@ -0,0 +1,39 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setFromHeader($fromHeader) + { + $this->fromHeader = $fromHeader; + } + public function getFromHeader() + { + return $this->fromHeader; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Notification.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Notification.php new file mode 100644 index 000000000..13bd2931f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Notification.php @@ -0,0 +1,37 @@ +cloudPubsubTopic = $cloudPubsubTopic; + } + /** + * @return Google_Service_AlertCenter_CloudPubsubTopic + */ + public function getCloudPubsubTopic() + { + return $this->cloudPubsubTopic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/PhishingSpike.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/PhishingSpike.php new file mode 100644 index 000000000..2d9b960dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/PhishingSpike.php @@ -0,0 +1,79 @@ +domainId = $domainId; + } + /** + * @return Google_Service_AlertCenter_DomainId + */ + public function getDomainId() + { + return $this->domainId; + } + public function setIsInternal($isInternal) + { + $this->isInternal = $isInternal; + } + public function getIsInternal() + { + return $this->isInternal; + } + /** + * @param Google_Service_AlertCenter_MaliciousEntity + */ + public function setMaliciousEntity(Google_Service_AlertCenter_MaliciousEntity $maliciousEntity) + { + $this->maliciousEntity = $maliciousEntity; + } + /** + * @return Google_Service_AlertCenter_MaliciousEntity + */ + public function getMaliciousEntity() + { + return $this->maliciousEntity; + } + /** + * @param Google_Service_AlertCenter_GmailMessageInfo + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_AlertCenter_GmailMessageInfo + */ + public function getMessages() + { + return $this->messages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/RequestInfo.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/RequestInfo.php new file mode 100644 index 000000000..f00b9331f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/RequestInfo.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php new file mode 100644 index 000000000..13223b0ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php @@ -0,0 +1,162 @@ + + * $alertcenterService = new Google_Service_AlertCenter(...); + * $alerts = $alertcenterService->alerts; + * + */ +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 array $optParams Optional parameters. + * @return Google_Service_AlertCenter_BatchDeleteAlertsResponse + */ + public function batchDelete(Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_AlertCenter_BatchDeleteAlertsResponse"); + } + /** + * Performs batch undelete operation on alerts. (alerts.batchUndelete) + * + * @param Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AlertCenter_BatchUndeleteAlertsResponse + */ + public function batchUndelete(Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUndelete', array($params), "Google_Service_AlertCenter_BatchUndeleteAlertsResponse"); + } + /** + * Marks the specified alert for deletion. An alert that has been marked for + * deletion is removed from Alert Center after 30 days. Marking an alert for + * deletion has no effect on an alert which has already been marked for + * deletion. Attempting to mark a nonexistent alert for deletion results in a + * `NOT_FOUND` error. (alerts.delete) + * + * @param string $alertId Required. The identifier of the alert to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert is associated with. Inferred + * from the caller identity if not provided. + * @return Google_Service_AlertCenter_AlertcenterEmpty + */ + 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"); + } + /** + * Gets the specified alert. Attempting to get a nonexistent alert returns + * `NOT_FOUND` error. (alerts.get) + * + * @param string $alertId Required. The identifier of the alert to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert is associated with. Inferred + * from the caller identity if not provided. + * @return Google_Service_AlertCenter_Alert + */ + 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"); + } + /** + * Returns the metadata of an alert. Attempting to get metadata for a non- + * existent alert returns `NOT_FOUND` error. (alerts.getMetadata) + * + * @param string $alertId Required. The identifier of the alert this metadata + * belongs to. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert metadata is associated with. + * Inferred from the caller identity if not provided. + * @return Google_Service_AlertCenter_AlertMetadata + */ + 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"); + } + /** + * Lists the alerts. (alerts.listAlerts) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. A token identifying a page of results + * 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. + * @opt_param string orderBy Optional. The sort order of the list results. If + * not specified results may be returned in arbitrary order. You can sort the + * results in descending order based on the creation timestamp using + * `order_by="create_time desc"`. Currently, supported sorting are `create_time + * asc`, `create_time desc`, `update_time desc` + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alerts are associated with. Inferred + * from the caller identity if not provided. + * @opt_param int pageSize Optional. The requested page size. Server may return + * fewer items than requested. If unspecified, server picks an appropriate + * default. + * @opt_param string filter Optional. A query string for filtering alert + * 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.list). + * @return Google_Service_AlertCenter_ListAlertsResponse + */ + public function listAlerts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AlertCenter_ListAlertsResponse"); + } + /** + * Restores, or "undeletes", an alert that was marked for deletion within the + * past 30 days. Attempting to undelete an alert which was marked for deletion + * over 30 days ago (which has been removed from the Alert Center database) or a + * nonexistent alert returns a `NOT_FOUND` error. Attempting to undelete an + * 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 array $optParams Optional parameters. + * @return Google_Service_AlertCenter_Alert + */ + public function undelete($alertId, Google_Service_AlertCenter_UndeleteAlertRequest $postBody, $optParams = array()) + { + $params = array('alertId' => $alertId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_AlertCenter_Alert"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php new file mode 100644 index 000000000..1677ea43b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php @@ -0,0 +1,73 @@ + + * $alertcenterService = new Google_Service_AlertCenter(...); + * $feedback = $alertcenterService->feedback; + * + */ +class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_Resource +{ + /** + * Creates new feedback for an alert. Attempting to create a feedback for a non- + * existent alert returns `NOT_FOUND` error. Attempting to create a feedback for + * an alert that is marked for deletion returns `FAILED_PRECONDITION' error. + * (feedback.create) + * + * @param string $alertId Required. The identifier of the alert this feedback + * belongs to. + * @param Google_Service_AlertCenter_AlertFeedback $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert is associated with. Inferred + * from the caller identity if not provided. + * @return Google_Service_AlertCenter_AlertFeedback + */ + public function create($alertId, Google_Service_AlertCenter_AlertFeedback $postBody, $optParams = array()) + { + $params = array('alertId' => $alertId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AlertCenter_AlertFeedback"); + } + /** + * Lists all the feedback for an alert. Attempting to list feedbacks for a non- + * existent alert returns `NOT_FOUND` error. (feedback.listAlertsFeedback) + * + * @param string $alertId Required. The alert identifier. The "-" wildcard could + * be used to represent all alerts. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert feedback are associated with. + * Inferred from the caller identity if not provided. + * @opt_param string filter Optional. A query string for filtering alert + * 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 + */ + 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"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php new file mode 100644 index 000000000..e05b58e40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php @@ -0,0 +1,61 @@ + + * $alertcenterService = new Google_Service_AlertCenter(...); + * $v1beta1 = $alertcenterService->v1beta1; + * + */ +class Google_Service_AlertCenter_Resource_V1beta1 extends Google_Service_Resource +{ + /** + * Returns customer-level settings. (v1beta1.getSettings) + * + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert settings are associated with. + * Inferred from the caller identity if not provided. + * @return Google_Service_AlertCenter_Settings + */ + public function getSettings($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getSettings', array($params), "Google_Service_AlertCenter_Settings"); + } + /** + * Updates the customer-level settings. (v1beta1.updateSettings) + * + * @param Google_Service_AlertCenter_Settings $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Optional. The unique identifier of the G Suite + * organization account of the customer the alert settings are associated with. + * Inferred from the caller identity if not provided. + * @return Google_Service_AlertCenter_Settings + */ + public function updateSettings(Google_Service_AlertCenter_Settings $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateSettings', array($params), "Google_Service_AlertCenter_Settings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Settings.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Settings.php new file mode 100644 index 000000000..f55026514 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Settings.php @@ -0,0 +1,38 @@ +notifications = $notifications; + } + /** + * @return Google_Service_AlertCenter_Notification + */ + public function getNotifications() + { + return $this->notifications; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/StateSponsoredAttack.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/StateSponsoredAttack.php new file mode 100644 index 000000000..234183c51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/StateSponsoredAttack.php @@ -0,0 +1,30 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Status.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Status.php new file mode 100644 index 000000000..07c7fd707 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivity.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivity.php new file mode 100644 index 000000000..3cb519b06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivity.php @@ -0,0 +1,47 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + /** + * @param Google_Service_AlertCenter_SuspiciousActivitySecurityDetail + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_AlertCenter_SuspiciousActivitySecurityDetail + */ + public function getEvents() + { + return $this->events; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivitySecurityDetail.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivitySecurityDetail.php new file mode 100644 index 000000000..06f3e3f04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/SuspiciousActivitySecurityDetail.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/vendor/google/apiclient-services/src/Google/Service/AlertCenter/UndeleteAlertRequest.php b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/UndeleteAlertRequest.php new file mode 100644 index 000000000..1b469d03f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AlertCenter/UndeleteAlertRequest.php @@ -0,0 +1,30 @@ +customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics.php b/vendor/google/apiclient-services/src/Google/Service/Analytics.php new file mode 100644 index 000000000..1b3587aab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics.php @@ -0,0 +1,2162 @@ + + * Views and manages your Google Analytics data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Analytics extends Google_Service +{ + /** View and manage your Google Analytics data. */ + const ANALYTICS = + "https://www.googleapis.com/auth/analytics"; + /** Edit Google Analytics management entities. */ + const ANALYTICS_EDIT = + "https://www.googleapis.com/auth/analytics.edit"; + /** Manage Google Analytics Account users by email address. */ + const ANALYTICS_MANAGE_USERS = + "https://www.googleapis.com/auth/analytics.manage.users"; + /** View Google Analytics user permissions. */ + const ANALYTICS_MANAGE_USERS_READONLY = + "https://www.googleapis.com/auth/analytics.manage.users.readonly"; + /** Create a new Google Analytics account along with its default property and view. */ + const ANALYTICS_PROVISION = + "https://www.googleapis.com/auth/analytics.provision"; + /** View your Google Analytics data. */ + const ANALYTICS_READONLY = + "https://www.googleapis.com/auth/analytics.readonly"; + /** Manage Google Analytics user deletion requests. */ + const ANALYTICS_USER_DELETION = + "https://www.googleapis.com/auth/analytics.user.deletion"; + + public $data_ga; + public $data_mcf; + public $data_realtime; + public $management_accountSummaries; + public $management_accountUserLinks; + public $management_accounts; + public $management_clientId; + public $management_customDataSources; + public $management_customDimensions; + public $management_customMetrics; + public $management_experiments; + public $management_filters; + public $management_goals; + public $management_profileFilterLinks; + public $management_profileUserLinks; + public $management_profiles; + public $management_remarketingAudience; + public $management_segments; + public $management_unsampledReports; + public $management_uploads; + public $management_webPropertyAdWordsLinks; + public $management_webproperties; + public $management_webpropertyUserLinks; + public $metadata_columns; + public $provisioning; + public $userDeletion_userDeletionRequest; + + /** + * Constructs the internal representation of the Analytics 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 = 'analytics/v3/'; + $this->batchPath = 'batch/analytics/v3'; + $this->version = 'v3'; + $this->serviceName = 'analytics'; + + $this->data_ga = new Google_Service_Analytics_Resource_DataGa( + $this, + $this->serviceName, + 'ga', + array( + 'methods' => array( + 'get' => array( + 'path' => 'data/ga', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'start-date' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'end-date' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'dimensions' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'include-empty-rows' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'output' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'samplingLevel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'segment' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->data_mcf = new Google_Service_Analytics_Resource_DataMcf( + $this, + $this->serviceName, + 'mcf', + array( + 'methods' => array( + 'get' => array( + 'path' => 'data/mcf', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'start-date' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'end-date' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'dimensions' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'samplingLevel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->data_realtime = new Google_Service_Analytics_Resource_DataRealtime( + $this, + $this->serviceName, + 'realtime', + array( + 'methods' => array( + 'get' => array( + 'path' => 'data/realtime', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'dimensions' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->management_accountSummaries = new Google_Service_Analytics_Resource_ManagementAccountSummaries( + $this, + $this->serviceName, + 'accountSummaries', + array( + 'methods' => array( + 'list' => array( + 'path' => 'management/accountSummaries', + 'httpMethod' => 'GET', + 'parameters' => array( + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->management_accountUserLinks = new Google_Service_Analytics_Resource_ManagementAccountUserLinks( + $this, + $this->serviceName, + 'accountUserLinks', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/entityUserLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/entityUserLinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/entityUserLinks/{linkId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_accounts = new Google_Service_Analytics_Resource_ManagementAccounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'list' => array( + 'path' => 'management/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->management_clientId = new Google_Service_Analytics_Resource_ManagementClientId( + $this, + $this->serviceName, + 'clientId', + array( + 'methods' => array( + 'hashClientId' => array( + 'path' => 'management/clientId:hashClientId', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->management_customDataSources = new Google_Service_Analytics_Resource_ManagementCustomDataSources( + $this, + $this->serviceName, + 'customDataSources', + array( + 'methods' => array( + 'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->management_customDimensions = new Google_Service_Analytics_Resource_ManagementCustomDimensions( + $this, + $this->serviceName, + 'customDimensions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDimensionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDimensionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreCustomDataSourceLinks' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDimensionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreCustomDataSourceLinks' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->management_customMetrics = new Google_Service_Analytics_Resource_ManagementCustomMetrics( + $this, + $this->serviceName, + 'customMetrics', + array( + 'methods' => array( + 'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customMetricId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customMetricId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreCustomDataSourceLinks' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customMetricId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreCustomDataSourceLinks' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->management_experiments = new Google_Service_Analytics_Resource_ManagementExperiments( + $this, + $this->serviceName, + 'experiments', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'experimentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'experimentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'experimentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/experiments/{experimentId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'experimentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_filters = new Google_Service_Analytics_Resource_ManagementFilters( + $this, + $this->serviceName, + 'filters', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/filters/{filterId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/filters/{filterId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/filters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/filters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/filters/{filterId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/filters/{filterId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_goals = new Google_Service_Analytics_Resource_ManagementGoals( + $this, + $this->serviceName, + 'goals', + array( + 'methods' => array( + 'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'goalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'goalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'goalId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_profileFilterLinks = new Google_Service_Analytics_Resource_ManagementProfileFilterLinks( + $this, + $this->serviceName, + 'profileFilterLinks', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_profileUserLinks = new Google_Service_Analytics_Resource_ManagementProfileUserLinks( + $this, + $this->serviceName, + 'profileUserLinks', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/entityUserLinks/{linkId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_profiles = new Google_Service_Analytics_Resource_ManagementProfiles( + $this, + $this->serviceName, + 'profiles', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_remarketingAudience = new Google_Service_Analytics_Resource_ManagementRemarketingAudience( + $this, + $this->serviceName, + 'remarketingAudience', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'remarketingAudienceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'remarketingAudienceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'remarketingAudienceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'remarketingAudienceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_segments = new Google_Service_Analytics_Resource_ManagementSegments( + $this, + $this->serviceName, + 'segments', + array( + 'methods' => array( + 'list' => array( + 'path' => 'management/segments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->management_unsampledReports = new Google_Service_Analytics_Resource_ManagementUnsampledReports( + $this, + $this->serviceName, + 'unsampledReports', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'unsampledReportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'unsampledReportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->management_uploads = new Google_Service_Analytics_Resource_ManagementUploads( + $this, + $this->serviceName, + 'uploads', + array( + 'methods' => array( + 'deleteUploadData' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/deleteUploadData', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads/{uploadId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uploadId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'uploadData' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customDataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_webPropertyAdWordsLinks = new Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks( + $this, + $this->serviceName, + 'webPropertyAdWordsLinks', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyAdWordsLinkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyAdWordsLinkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyAdWordsLinkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks/{webPropertyAdWordsLinkId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyAdWordsLinkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_webproperties = new Google_Service_Analytics_Resource_ManagementWebproperties( + $this, + $this->serviceName, + 'webproperties', + array( + 'methods' => array( + 'get' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->management_webpropertyUserLinks = new Google_Service_Analytics_Resource_ManagementWebpropertyUserLinks( + $this, + $this->serviceName, + 'webpropertyUserLinks', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'max-results' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start-index' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/entityUserLinks/{linkId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webPropertyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'linkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->metadata_columns = new Google_Service_Analytics_Resource_MetadataColumns( + $this, + $this->serviceName, + 'columns', + array( + 'methods' => array( + 'list' => array( + 'path' => 'metadata/{reportType}/columns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'reportType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->provisioning = new Google_Service_Analytics_Resource_Provisioning( + $this, + $this->serviceName, + 'provisioning', + array( + 'methods' => array( + 'createAccountTicket' => array( + 'path' => 'provisioning/createAccountTicket', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'createAccountTree' => array( + 'path' => 'provisioning/createAccountTree', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->userDeletion_userDeletionRequest = new Google_Service_Analytics_Resource_UserDeletionUserDeletionRequest( + $this, + $this->serviceName, + 'userDeletionRequest', + array( + 'methods' => array( + 'upsert' => array( + 'path' => 'userDeletion/userDeletionRequests:upsert', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Account.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Account.php new file mode 100644 index 000000000..959495d27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Account.php @@ -0,0 +1,116 @@ +childLink = $childLink; + } + /** + * @return Google_Service_Analytics_AccountChildLink + */ + public function getChildLink() + { + return $this->childLink; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + 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_Analytics_AccountPermissions + */ + public function setPermissions(Google_Service_Analytics_AccountPermissions $permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Analytics_AccountPermissions + */ + public function getPermissions() + { + return $this->permissions; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php new file mode 100644 index 000000000..84a4bf43c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountPermissions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountPermissions.php new file mode 100644 index 000000000..e912da972 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountPermissions.php @@ -0,0 +1,31 @@ +effective = $effective; + } + public function getEffective() + { + return $this->effective; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountRef.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountRef.php new file mode 100644 index 000000000..5b61a43fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountRef.php @@ -0,0 +1,57 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummaries.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummaries.php new file mode 100644 index 000000000..a277727e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummaries.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_AccountSummary + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php new file mode 100644 index 000000000..439e77be6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php @@ -0,0 +1,74 @@ +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 setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + /** + * @param Google_Service_Analytics_WebPropertySummary + */ + public function setWebProperties($webProperties) + { + $this->webProperties = $webProperties; + } + /** + * @return Google_Service_Analytics_WebPropertySummary + */ + public function getWebProperties() + { + return $this->webProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.php new file mode 100644 index 000000000..b3e5f0fe5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.php @@ -0,0 +1,96 @@ +account = $account; + } + /** + * @return Google_Service_Analytics_Account + */ + public function getAccount() + { + return $this->account; + } + 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_Analytics_Profile + */ + public function setProfile(Google_Service_Analytics_Profile $profile) + { + $this->profile = $profile; + } + /** + * @return Google_Service_Analytics_Profile + */ + public function getProfile() + { + return $this->profile; + } + public function setRedirectUri($redirectUri) + { + $this->redirectUri = $redirectUri; + } + public function getRedirectUri() + { + return $this->redirectUri; + } + /** + * @param Google_Service_Analytics_Webproperty + */ + public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty) + { + $this->webproperty = $webproperty; + } + /** + * @return Google_Service_Analytics_Webproperty + */ + public function getWebproperty() + { + return $this->webproperty; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeRequest.php new file mode 100644 index 000000000..45402a0df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeRequest.php @@ -0,0 +1,75 @@ +accountName = $accountName; + } + public function getAccountName() + { + return $this->accountName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProfileName($profileName) + { + $this->profileName = $profileName; + } + public function getProfileName() + { + return $this->profileName; + } + public function setTimezone($timezone) + { + $this->timezone = $timezone; + } + public function getTimezone() + { + return $this->timezone; + } + public function setWebpropertyName($webpropertyName) + { + $this->webpropertyName = $webpropertyName; + } + public function getWebpropertyName() + { + return $this->webpropertyName; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeResponse.php new file mode 100644 index 000000000..fa53776e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTreeResponse.php @@ -0,0 +1,78 @@ +account = $account; + } + /** + * @return Google_Service_Analytics_Account + */ + public function getAccount() + { + return $this->account; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Analytics_Profile + */ + public function setProfile(Google_Service_Analytics_Profile $profile) + { + $this->profile = $profile; + } + /** + * @return Google_Service_Analytics_Profile + */ + public function getProfile() + { + return $this->profile; + } + /** + * @param Google_Service_Analytics_Webproperty + */ + public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty) + { + $this->webproperty = $webproperty; + } + /** + * @return Google_Service_Analytics_Webproperty + */ + public function getWebproperty() + { + return $this->webproperty; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.php new file mode 100644 index 000000000..76908c837 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Account + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php new file mode 100644 index 000000000..cdb8adcbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php @@ -0,0 +1,48 @@ +autoTaggingEnabled = $autoTaggingEnabled; + } + public function getAutoTaggingEnabled() + { + return $this->autoTaggingEnabled; + } + public function setCustomerId($customerId) + { + $this->customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php new file mode 100644 index 000000000..3c2f43f9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php @@ -0,0 +1,31 @@ +customDataImportUids = $customDataImportUids; + } + public function getCustomDataImportUids() + { + return $this->customDataImportUids; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Column.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Column.php new file mode 100644 index 000000000..a655a7895 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Column.php @@ -0,0 +1,48 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Columns.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Columns.php new file mode 100644 index 000000000..b6e9ca3c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Columns.php @@ -0,0 +1,74 @@ +attributeNames = $attributeNames; + } + public function getAttributeNames() + { + return $this->attributeNames; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Analytics_Column + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Analytics_Column + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php new file mode 100644 index 000000000..ee4788729 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php @@ -0,0 +1,180 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Analytics_CustomDataSourceChildLink + */ + public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink) + { + $this->childLink = $childLink; + } + /** + * @return Google_Service_Analytics_CustomDataSourceChildLink + */ + public function getChildLink() + { + return $this->childLink; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setImportBehavior($importBehavior) + { + $this->importBehavior = $importBehavior; + } + public function getImportBehavior() + { + return $this->importBehavior; + } + 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_Analytics_CustomDataSourceParentLink + */ + public function setParentLink(Google_Service_Analytics_CustomDataSourceParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_CustomDataSourceParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + public function setProfilesLinked($profilesLinked) + { + $this->profilesLinked = $profilesLinked; + } + public function getProfilesLinked() + { + return $this->profilesLinked; + } + public function setSchema($schema) + { + $this->schema = $schema; + } + public function getSchema() + { + return $this->schema; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUploadType($uploadType) + { + $this->uploadType = $uploadType; + } + public function getUploadType() + { + return $this->uploadType; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php new file mode 100644 index 000000000..df06300db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceParentLink.php new file mode 100644 index 000000000..80d1c5bc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSources.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSources.php new file mode 100644 index 000000000..ae0c33e3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSources.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_CustomDataSource + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php new file mode 100644 index 000000000..4aa43eb0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php @@ -0,0 +1,136 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + 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_Analytics_CustomDimensionParentLink + */ + public function setParentLink(Google_Service_Analytics_CustomDimensionParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_CustomDimensionParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + public function setScope($scope) + { + $this->scope = $scope; + } + public function getScope() + { + return $this->scope; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php new file mode 100644 index 000000000..7e20dcb2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensions.php new file mode 100644 index 000000000..a341a95be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensions.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_CustomDimension + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php new file mode 100644 index 000000000..f65c1a7d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php @@ -0,0 +1,167 @@ + "max_value", + "minValue" => "min_value", + ); + public $accountId; + public $active; + public $created; + public $id; + public $index; + public $kind; + public $maxValue; + public $minValue; + public $name; + protected $parentLinkType = 'Google_Service_Analytics_CustomMetricParentLink'; + protected $parentLinkDataType = ''; + public $scope; + public $selfLink; + public $type; + public $updated; + public $webPropertyId; + + public function setAccountId($accountId) + { + $this->accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Analytics_CustomMetricParentLink + */ + public function setParentLink(Google_Service_Analytics_CustomMetricParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_CustomMetricParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + public function setScope($scope) + { + $this->scope = $scope; + } + public function getScope() + { + return $this->scope; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php new file mode 100644 index 000000000..c3e225da7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetrics.php new file mode 100644 index 000000000..537c27d3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetrics.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_CustomMetric + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php new file mode 100644 index 000000000..3ea824af6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php @@ -0,0 +1,99 @@ +adWordsAccounts = $adWordsAccounts; + } + /** + * @return Google_Service_Analytics_AdWordsAccount + */ + public function getAdWordsAccounts() + { + return $this->adWordsAccounts; + } + /** + * @param Google_Service_Analytics_EntityAdWordsLinkEntity + */ + public function setEntity(Google_Service_Analytics_EntityAdWordsLinkEntity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_Analytics_EntityAdWordsLinkEntity + */ + public function getEntity() + { + return $this->entity; + } + 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 setProfileIds($profileIds) + { + $this->profileIds = $profileIds; + } + public function getProfileIds() + { + return $this->profileIds; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php new file mode 100644 index 000000000..d5a288c54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php @@ -0,0 +1,37 @@ +webPropertyRef = $webPropertyRef; + } + /** + * @return Google_Service_Analytics_WebPropertyRef + */ + public function getWebPropertyRef() + { + return $this->webPropertyRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.php new file mode 100644 index 000000000..b41a54084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.php @@ -0,0 +1,92 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_EntityAdWordsLink + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php new file mode 100644 index 000000000..f1378dd12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php @@ -0,0 +1,96 @@ +entity = $entity; + } + /** + * @return Google_Service_Analytics_EntityUserLinkEntity + */ + public function getEntity() + { + return $this->entity; + } + 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_Analytics_EntityUserLinkPermissions + */ + public function setPermissions(Google_Service_Analytics_EntityUserLinkPermissions $permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Analytics_EntityUserLinkPermissions + */ + public function getPermissions() + { + return $this->permissions; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Analytics_UserRef + */ + public function setUserRef(Google_Service_Analytics_UserRef $userRef) + { + $this->userRef = $userRef; + } + /** + * @return Google_Service_Analytics_UserRef + */ + public function getUserRef() + { + return $this->userRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.php new file mode 100644 index 000000000..f6a9a4e98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.php @@ -0,0 +1,69 @@ +accountRef = $accountRef; + } + /** + * @return Google_Service_Analytics_AccountRef + */ + public function getAccountRef() + { + return $this->accountRef; + } + /** + * @param Google_Service_Analytics_ProfileRef + */ + public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef) + { + $this->profileRef = $profileRef; + } + /** + * @return Google_Service_Analytics_ProfileRef + */ + public function getProfileRef() + { + return $this->profileRef; + } + /** + * @param Google_Service_Analytics_WebPropertyRef + */ + public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef) + { + $this->webPropertyRef = $webPropertyRef; + } + /** + * @return Google_Service_Analytics_WebPropertyRef + */ + public function getWebPropertyRef() + { + return $this->webPropertyRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.php new file mode 100644 index 000000000..45ed9975b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.php @@ -0,0 +1,40 @@ +effective = $effective; + } + public function getEffective() + { + return $this->effective; + } + public function setLocal($local) + { + $this->local = $local; + } + public function getLocal() + { + return $this->local; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinks.php new file mode 100644 index 000000000..03fe5ed19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinks.php @@ -0,0 +1,92 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_EntityUserLink + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php new file mode 100644 index 000000000..e398ebade --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php @@ -0,0 +1,288 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEditableInGaUi($editableInGaUi) + { + $this->editableInGaUi = $editableInGaUi; + } + public function getEditableInGaUi() + { + return $this->editableInGaUi; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setEqualWeighting($equalWeighting) + { + $this->equalWeighting = $equalWeighting; + } + public function getEqualWeighting() + { + return $this->equalWeighting; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMinimumExperimentLengthInDays($minimumExperimentLengthInDays) + { + $this->minimumExperimentLengthInDays = $minimumExperimentLengthInDays; + } + public function getMinimumExperimentLengthInDays() + { + return $this->minimumExperimentLengthInDays; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setObjectiveMetric($objectiveMetric) + { + $this->objectiveMetric = $objectiveMetric; + } + public function getObjectiveMetric() + { + return $this->objectiveMetric; + } + public function setOptimizationType($optimizationType) + { + $this->optimizationType = $optimizationType; + } + public function getOptimizationType() + { + return $this->optimizationType; + } + /** + * @param Google_Service_Analytics_ExperimentParentLink + */ + public function setParentLink(Google_Service_Analytics_ExperimentParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_ExperimentParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setReasonExperimentEnded($reasonExperimentEnded) + { + $this->reasonExperimentEnded = $reasonExperimentEnded; + } + public function getReasonExperimentEnded() + { + return $this->reasonExperimentEnded; + } + public function setRewriteVariationUrlsAsOriginal($rewriteVariationUrlsAsOriginal) + { + $this->rewriteVariationUrlsAsOriginal = $rewriteVariationUrlsAsOriginal; + } + public function getRewriteVariationUrlsAsOriginal() + { + return $this->rewriteVariationUrlsAsOriginal; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setServingFramework($servingFramework) + { + $this->servingFramework = $servingFramework; + } + public function getServingFramework() + { + return $this->servingFramework; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTrafficCoverage($trafficCoverage) + { + $this->trafficCoverage = $trafficCoverage; + } + public function getTrafficCoverage() + { + return $this->trafficCoverage; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + /** + * @param Google_Service_Analytics_ExperimentVariations + */ + public function setVariations($variations) + { + $this->variations = $variations; + } + /** + * @return Google_Service_Analytics_ExperimentVariations + */ + public function getVariations() + { + return $this->variations; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } + public function setWinnerConfidenceLevel($winnerConfidenceLevel) + { + $this->winnerConfidenceLevel = $winnerConfidenceLevel; + } + public function getWinnerConfidenceLevel() + { + return $this->winnerConfidenceLevel; + } + public function setWinnerFound($winnerFound) + { + $this->winnerFound = $winnerFound; + } + public function getWinnerFound() + { + return $this->winnerFound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php new file mode 100644 index 000000000..fc6b9c5f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentVariations.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentVariations.php new file mode 100644 index 000000000..95dd2e055 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentVariations.php @@ -0,0 +1,66 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } + public function setWon($won) + { + $this->won = $won; + } + public function getWon() + { + return $this->won; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiments.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiments.php new file mode 100644 index 000000000..f1ef56aeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiments.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Experiment + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php new file mode 100644 index 000000000..bd82d87b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php @@ -0,0 +1,205 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Analytics_FilterAdvancedDetails + */ + public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetails $advancedDetails) + { + $this->advancedDetails = $advancedDetails; + } + /** + * @return Google_Service_Analytics_FilterAdvancedDetails + */ + public function getAdvancedDetails() + { + return $this->advancedDetails; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + /** + * @param Google_Service_Analytics_FilterExpression + */ + public function setExcludeDetails(Google_Service_Analytics_FilterExpression $excludeDetails) + { + $this->excludeDetails = $excludeDetails; + } + /** + * @return Google_Service_Analytics_FilterExpression + */ + public function getExcludeDetails() + { + return $this->excludeDetails; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Analytics_FilterExpression + */ + public function setIncludeDetails(Google_Service_Analytics_FilterExpression $includeDetails) + { + $this->includeDetails = $includeDetails; + } + /** + * @return Google_Service_Analytics_FilterExpression + */ + public function getIncludeDetails() + { + return $this->includeDetails; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Analytics_FilterLowercaseDetails + */ + public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDetails $lowercaseDetails) + { + $this->lowercaseDetails = $lowercaseDetails; + } + /** + * @return Google_Service_Analytics_FilterLowercaseDetails + */ + public function getLowercaseDetails() + { + return $this->lowercaseDetails; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Analytics_FilterParentLink + */ + public function setParentLink(Google_Service_Analytics_FilterParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_FilterParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + /** + * @param Google_Service_Analytics_FilterSearchAndReplaceDetails + */ + public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearchAndReplaceDetails $searchAndReplaceDetails) + { + $this->searchAndReplaceDetails = $searchAndReplaceDetails; + } + /** + * @return Google_Service_Analytics_FilterSearchAndReplaceDetails + */ + public function getSearchAndReplaceDetails() + { + return $this->searchAndReplaceDetails; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + /** + * @param Google_Service_Analytics_FilterUppercaseDetails + */ + public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDetails $uppercaseDetails) + { + $this->uppercaseDetails = $uppercaseDetails; + } + /** + * @return Google_Service_Analytics_FilterUppercaseDetails + */ + public function getUppercaseDetails() + { + return $this->uppercaseDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.php new file mode 100644 index 000000000..ef782109f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.php @@ -0,0 +1,138 @@ +caseSensitive = $caseSensitive; + } + public function getCaseSensitive() + { + return $this->caseSensitive; + } + public function setExtractA($extractA) + { + $this->extractA = $extractA; + } + public function getExtractA() + { + return $this->extractA; + } + public function setExtractB($extractB) + { + $this->extractB = $extractB; + } + public function getExtractB() + { + return $this->extractB; + } + public function setFieldA($fieldA) + { + $this->fieldA = $fieldA; + } + public function getFieldA() + { + return $this->fieldA; + } + public function setFieldAIndex($fieldAIndex) + { + $this->fieldAIndex = $fieldAIndex; + } + public function getFieldAIndex() + { + return $this->fieldAIndex; + } + public function setFieldARequired($fieldARequired) + { + $this->fieldARequired = $fieldARequired; + } + public function getFieldARequired() + { + return $this->fieldARequired; + } + public function setFieldB($fieldB) + { + $this->fieldB = $fieldB; + } + public function getFieldB() + { + return $this->fieldB; + } + public function setFieldBIndex($fieldBIndex) + { + $this->fieldBIndex = $fieldBIndex; + } + public function getFieldBIndex() + { + return $this->fieldBIndex; + } + public function setFieldBRequired($fieldBRequired) + { + $this->fieldBRequired = $fieldBRequired; + } + public function getFieldBRequired() + { + return $this->fieldBRequired; + } + public function setOutputConstructor($outputConstructor) + { + $this->outputConstructor = $outputConstructor; + } + public function getOutputConstructor() + { + return $this->outputConstructor; + } + public function setOutputToField($outputToField) + { + $this->outputToField = $outputToField; + } + public function getOutputToField() + { + return $this->outputToField; + } + public function setOutputToFieldIndex($outputToFieldIndex) + { + $this->outputToFieldIndex = $outputToFieldIndex; + } + public function getOutputToFieldIndex() + { + return $this->outputToFieldIndex; + } + public function setOverrideOutputField($overrideOutputField) + { + $this->overrideOutputField = $overrideOutputField; + } + public function getOverrideOutputField() + { + return $this->overrideOutputField; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterExpression.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterExpression.php new file mode 100644 index 000000000..0d31503dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterExpression.php @@ -0,0 +1,75 @@ +caseSensitive = $caseSensitive; + } + public function getCaseSensitive() + { + return $this->caseSensitive; + } + public function setExpressionValue($expressionValue) + { + $this->expressionValue = $expressionValue; + } + public function getExpressionValue() + { + return $this->expressionValue; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } + public function setFieldIndex($fieldIndex) + { + $this->fieldIndex = $fieldIndex; + } + public function getFieldIndex() + { + return $this->fieldIndex; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMatchType($matchType) + { + $this->matchType = $matchType; + } + public function getMatchType() + { + return $this->matchType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterLowercaseDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterLowercaseDetails.php new file mode 100644 index 000000000..be7cbe4fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterLowercaseDetails.php @@ -0,0 +1,39 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + public function setFieldIndex($fieldIndex) + { + $this->fieldIndex = $fieldIndex; + } + public function getFieldIndex() + { + return $this->fieldIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterParentLink.php new file mode 100644 index 000000000..6138f8dd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterRef.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterRef.php new file mode 100644 index 000000000..722378ad2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterRef.php @@ -0,0 +1,66 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setHref($href) + { + $this->href = $href; + } + public function getHref() + { + return $this->href; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterSearchAndReplaceDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterSearchAndReplaceDetails.php new file mode 100644 index 000000000..9efa4c358 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterSearchAndReplaceDetails.php @@ -0,0 +1,66 @@ +caseSensitive = $caseSensitive; + } + public function getCaseSensitive() + { + return $this->caseSensitive; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } + public function setFieldIndex($fieldIndex) + { + $this->fieldIndex = $fieldIndex; + } + public function getFieldIndex() + { + return $this->fieldIndex; + } + public function setReplaceString($replaceString) + { + $this->replaceString = $replaceString; + } + public function getReplaceString() + { + return $this->replaceString; + } + public function setSearchString($searchString) + { + $this->searchString = $searchString; + } + public function getSearchString() + { + return $this->searchString; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterUppercaseDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterUppercaseDetails.php new file mode 100644 index 000000000..262370b9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterUppercaseDetails.php @@ -0,0 +1,39 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + public function setFieldIndex($fieldIndex) + { + $this->fieldIndex = $fieldIndex; + } + public function getFieldIndex() + { + return $this->fieldIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Filters.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Filters.php new file mode 100644 index 000000000..6013c0652 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Filters.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Filter + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php new file mode 100644 index 000000000..136d87745 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php @@ -0,0 +1,203 @@ +columnHeaders = $columnHeaders; + } + /** + * @return Google_Service_Analytics_GaDataColumnHeaders + */ + public function getColumnHeaders() + { + return $this->columnHeaders; + } + public function setContainsSampledData($containsSampledData) + { + $this->containsSampledData = $containsSampledData; + } + public function getContainsSampledData() + { + return $this->containsSampledData; + } + public function setDataLastRefreshed($dataLastRefreshed) + { + $this->dataLastRefreshed = $dataLastRefreshed; + } + public function getDataLastRefreshed() + { + return $this->dataLastRefreshed; + } + /** + * @param Google_Service_Analytics_GaDataDataTable + */ + public function setDataTable(Google_Service_Analytics_GaDataDataTable $dataTable) + { + $this->dataTable = $dataTable; + } + /** + * @return Google_Service_Analytics_GaDataDataTable + */ + public function getDataTable() + { + return $this->dataTable; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + /** + * @param Google_Service_Analytics_GaDataProfileInfo + */ + public function setProfileInfo(Google_Service_Analytics_GaDataProfileInfo $profileInfo) + { + $this->profileInfo = $profileInfo; + } + /** + * @return Google_Service_Analytics_GaDataProfileInfo + */ + public function getProfileInfo() + { + return $this->profileInfo; + } + /** + * @param Google_Service_Analytics_GaDataQuery + */ + public function setQuery(Google_Service_Analytics_GaDataQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Analytics_GaDataQuery + */ + public function getQuery() + { + return $this->query; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setSampleSize($sampleSize) + { + $this->sampleSize = $sampleSize; + } + public function getSampleSize() + { + return $this->sampleSize; + } + public function setSampleSpace($sampleSpace) + { + $this->sampleSpace = $sampleSpace; + } + public function getSampleSpace() + { + return $this->sampleSpace; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setTotalsForAllResults($totalsForAllResults) + { + $this->totalsForAllResults = $totalsForAllResults; + } + public function getTotalsForAllResults() + { + return $this->totalsForAllResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php new file mode 100644 index 000000000..8ca3a5715 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php @@ -0,0 +1,48 @@ +columnType = $columnType; + } + public function getColumnType() + { + return $this->columnType; + } + public function setDataType($dataType) + { + $this->dataType = $dataType; + } + public function getDataType() + { + return $this->dataType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTable.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTable.php new file mode 100644 index 000000000..ef43a875b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTable.php @@ -0,0 +1,54 @@ +cols = $cols; + } + /** + * @return Google_Service_Analytics_GaDataDataTableCols + */ + public function getCols() + { + return $this->cols; + } + /** + * @param Google_Service_Analytics_GaDataDataTableRows + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Analytics_GaDataDataTableRows + */ + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.php new file mode 100644 index 000000000..0177adbf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRows.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRows.php new file mode 100644 index 000000000..a5c62fe56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRows.php @@ -0,0 +1,38 @@ +c = $c; + } + /** + * @return Google_Service_Analytics_GaDataDataTableRowsC + */ + public function getC() + { + return $this->c; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.php new file mode 100644 index 000000000..875cbb481 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.php @@ -0,0 +1,30 @@ +v = $v; + } + public function getV() + { + return $this->v; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataProfileInfo.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataProfileInfo.php new file mode 100644 index 000000000..d98bddfd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataProfileInfo.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setProfileName($profileName) + { + $this->profileName = $profileName; + } + public function getProfileName() + { + return $this->profileName; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataQuery.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataQuery.php new file mode 100644 index 000000000..2f58a9f52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataQuery.php @@ -0,0 +1,127 @@ + "end-date", + "maxResults" => "max-results", + "startDate" => "start-date", + "startIndex" => "start-index", + ); + public $dimensions; + public $endDate; + public $filters; + public $ids; + public $maxResults; + public $metrics; + public $samplingLevel; + public $segment; + public $sort; + public $startDate; + public $startIndex; + + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setFilters($filters) + { + $this->filters = $filters; + } + public function getFilters() + { + return $this->filters; + } + public function setIds($ids) + { + $this->ids = $ids; + } + public function getIds() + { + return $this->ids; + } + public function setMaxResults($maxResults) + { + $this->maxResults = $maxResults; + } + public function getMaxResults() + { + return $this->maxResults; + } + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setSamplingLevel($samplingLevel) + { + $this->samplingLevel = $samplingLevel; + } + public function getSamplingLevel() + { + return $this->samplingLevel; + } + public function setSegment($segment) + { + $this->segment = $segment; + } + public function getSegment() + { + return $this->segment; + } + public function setSort($sort) + { + $this->sort = $sort; + } + public function getSort() + { + return $this->sort; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Goal.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Goal.php new file mode 100644 index 000000000..bf59008d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Goal.php @@ -0,0 +1,218 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + /** + * @param Google_Service_Analytics_GoalEventDetails + */ + public function setEventDetails(Google_Service_Analytics_GoalEventDetails $eventDetails) + { + $this->eventDetails = $eventDetails; + } + /** + * @return Google_Service_Analytics_GoalEventDetails + */ + public function getEventDetails() + { + return $this->eventDetails; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + 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_Analytics_GoalParentLink + */ + public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_GoalParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + /** + * @param Google_Service_Analytics_GoalUrlDestinationDetails + */ + public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestinationDetails $urlDestinationDetails) + { + $this->urlDestinationDetails = $urlDestinationDetails; + } + /** + * @return Google_Service_Analytics_GoalUrlDestinationDetails + */ + public function getUrlDestinationDetails() + { + return $this->urlDestinationDetails; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + /** + * @param Google_Service_Analytics_GoalVisitNumPagesDetails + */ + public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPagesDetails $visitNumPagesDetails) + { + $this->visitNumPagesDetails = $visitNumPagesDetails; + } + /** + * @return Google_Service_Analytics_GoalVisitNumPagesDetails + */ + public function getVisitNumPagesDetails() + { + return $this->visitNumPagesDetails; + } + /** + * @param Google_Service_Analytics_GoalVisitTimeOnSiteDetails + */ + public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails) + { + $this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails; + } + /** + * @return Google_Service_Analytics_GoalVisitTimeOnSiteDetails + */ + public function getVisitTimeOnSiteDetails() + { + return $this->visitTimeOnSiteDetails; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php new file mode 100644 index 000000000..a3237702a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php @@ -0,0 +1,47 @@ +eventConditions = $eventConditions; + } + /** + * @return Google_Service_Analytics_GoalEventDetailsEventConditions + */ + public function getEventConditions() + { + return $this->eventConditions; + } + public function setUseEventValue($useEventValue) + { + $this->useEventValue = $useEventValue; + } + public function getUseEventValue() + { + return $this->useEventValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php new file mode 100644 index 000000000..ed23ca603 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php @@ -0,0 +1,66 @@ +comparisonType = $comparisonType; + } + public function getComparisonType() + { + return $this->comparisonType; + } + public function setComparisonValue($comparisonValue) + { + $this->comparisonValue = $comparisonValue; + } + public function getComparisonValue() + { + return $this->comparisonValue; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setMatchType($matchType) + { + $this->matchType = $matchType; + } + public function getMatchType() + { + return $this->matchType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalParentLink.php new file mode 100644 index 000000000..2c671061f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetails.php new file mode 100644 index 000000000..1e3baef51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetails.php @@ -0,0 +1,74 @@ +caseSensitive = $caseSensitive; + } + public function getCaseSensitive() + { + return $this->caseSensitive; + } + public function setFirstStepRequired($firstStepRequired) + { + $this->firstStepRequired = $firstStepRequired; + } + public function getFirstStepRequired() + { + return $this->firstStepRequired; + } + public function setMatchType($matchType) + { + $this->matchType = $matchType; + } + public function getMatchType() + { + return $this->matchType; + } + /** + * @param Google_Service_Analytics_GoalUrlDestinationDetailsSteps + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_Analytics_GoalUrlDestinationDetailsSteps + */ + public function getSteps() + { + return $this->steps; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php new file mode 100644 index 000000000..43e073d22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitNumPagesDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitNumPagesDetails.php new file mode 100644 index 000000000..30637d753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitNumPagesDetails.php @@ -0,0 +1,39 @@ +comparisonType = $comparisonType; + } + public function getComparisonType() + { + return $this->comparisonType; + } + public function setComparisonValue($comparisonValue) + { + $this->comparisonValue = $comparisonValue; + } + public function getComparisonValue() + { + return $this->comparisonValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitTimeOnSiteDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitTimeOnSiteDetails.php new file mode 100644 index 000000000..7551f52aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalVisitTimeOnSiteDetails.php @@ -0,0 +1,39 @@ +comparisonType = $comparisonType; + } + public function getComparisonType() + { + return $this->comparisonType; + } + public function setComparisonValue($comparisonValue) + { + $this->comparisonValue = $comparisonValue; + } + public function getComparisonValue() + { + return $this->comparisonValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Goals.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Goals.php new file mode 100644 index 000000000..4cc5e383e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Goals.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Goal + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.php new file mode 100644 index 000000000..6a5441dc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.php @@ -0,0 +1,48 @@ +clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.php new file mode 100644 index 000000000..71fac1ae5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.php @@ -0,0 +1,57 @@ +clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setHashedClientId($hashedClientId) + { + $this->hashedClientId = $hashedClientId; + } + public function getHashedClientId() + { + return $this->hashedClientId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php new file mode 100644 index 000000000..18153747f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php @@ -0,0 +1,66 @@ +daysToLookBack = $daysToLookBack; + } + public function getDaysToLookBack() + { + return $this->daysToLookBack; + } + public function setIsSmartList($isSmartList) + { + $this->isSmartList = $isSmartList; + } + public function getIsSmartList() + { + return $this->isSmartList; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMembershipDurationDays($membershipDurationDays) + { + $this->membershipDurationDays = $membershipDurationDays; + } + public function getMembershipDurationDays() + { + return $this->membershipDurationDays; + } + public function setSegment($segment) + { + $this->segment = $segment; + } + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/LinkedForeignAccount.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/LinkedForeignAccount.php new file mode 100644 index 000000000..34ceed42f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/LinkedForeignAccount.php @@ -0,0 +1,111 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setEligibleForSearch($eligibleForSearch) + { + $this->eligibleForSearch = $eligibleForSearch; + } + public function getEligibleForSearch() + { + return $this->eligibleForSearch; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLinkedAccountId($linkedAccountId) + { + $this->linkedAccountId = $linkedAccountId; + } + public function getLinkedAccountId() + { + return $this->linkedAccountId; + } + public function setRemarketingAudienceId($remarketingAudienceId) + { + $this->remarketingAudienceId = $remarketingAudienceId; + } + public function getRemarketingAudienceId() + { + return $this->remarketingAudienceId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfData.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfData.php new file mode 100644 index 000000000..0b57f18ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfData.php @@ -0,0 +1,185 @@ +columnHeaders = $columnHeaders; + } + /** + * @return Google_Service_Analytics_McfDataColumnHeaders + */ + public function getColumnHeaders() + { + return $this->columnHeaders; + } + public function setContainsSampledData($containsSampledData) + { + $this->containsSampledData = $containsSampledData; + } + public function getContainsSampledData() + { + return $this->containsSampledData; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + /** + * @param Google_Service_Analytics_McfDataProfileInfo + */ + public function setProfileInfo(Google_Service_Analytics_McfDataProfileInfo $profileInfo) + { + $this->profileInfo = $profileInfo; + } + /** + * @return Google_Service_Analytics_McfDataProfileInfo + */ + public function getProfileInfo() + { + return $this->profileInfo; + } + /** + * @param Google_Service_Analytics_McfDataQuery + */ + public function setQuery(Google_Service_Analytics_McfDataQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Analytics_McfDataQuery + */ + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_Analytics_McfDataRows + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Analytics_McfDataRows + */ + public function getRows() + { + return $this->rows; + } + public function setSampleSize($sampleSize) + { + $this->sampleSize = $sampleSize; + } + public function getSampleSize() + { + return $this->sampleSize; + } + public function setSampleSpace($sampleSpace) + { + $this->sampleSpace = $sampleSpace; + } + public function getSampleSpace() + { + return $this->sampleSpace; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setTotalsForAllResults($totalsForAllResults) + { + $this->totalsForAllResults = $totalsForAllResults; + } + public function getTotalsForAllResults() + { + return $this->totalsForAllResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php new file mode 100644 index 000000000..5a548b6ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php @@ -0,0 +1,48 @@ +columnType = $columnType; + } + public function getColumnType() + { + return $this->columnType; + } + public function setDataType($dataType) + { + $this->dataType = $dataType; + } + public function getDataType() + { + return $this->dataType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataProfileInfo.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataProfileInfo.php new file mode 100644 index 000000000..80293c97c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataProfileInfo.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setProfileName($profileName) + { + $this->profileName = $profileName; + } + public function getProfileName() + { + return $this->profileName; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataQuery.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataQuery.php new file mode 100644 index 000000000..b3851a96f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataQuery.php @@ -0,0 +1,127 @@ + "end-date", + "maxResults" => "max-results", + "startDate" => "start-date", + "startIndex" => "start-index", + ); + public $dimensions; + public $endDate; + public $filters; + public $ids; + public $maxResults; + public $metrics; + public $samplingLevel; + public $segment; + public $sort; + public $startDate; + public $startIndex; + + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setFilters($filters) + { + $this->filters = $filters; + } + public function getFilters() + { + return $this->filters; + } + public function setIds($ids) + { + $this->ids = $ids; + } + public function getIds() + { + return $this->ids; + } + public function setMaxResults($maxResults) + { + $this->maxResults = $maxResults; + } + public function getMaxResults() + { + return $this->maxResults; + } + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setSamplingLevel($samplingLevel) + { + $this->samplingLevel = $samplingLevel; + } + public function getSamplingLevel() + { + return $this->samplingLevel; + } + public function setSegment($segment) + { + $this->segment = $segment; + } + public function getSegment() + { + return $this->segment; + } + public function setSort($sort) + { + $this->sort = $sort; + } + public function getSort() + { + return $this->sort; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRows.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRows.php new file mode 100644 index 000000000..a7e45c395 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRows.php @@ -0,0 +1,47 @@ +conversionPathValue = $conversionPathValue; + } + /** + * @return Google_Service_Analytics_McfDataRowsConversionPathValue + */ + public function getConversionPathValue() + { + return $this->conversionPathValue; + } + public function setPrimitiveValue($primitiveValue) + { + $this->primitiveValue = $primitiveValue; + } + public function getPrimitiveValue() + { + return $this->primitiveValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php new file mode 100644 index 000000000..e8df71e77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php @@ -0,0 +1,39 @@ +interactionType = $interactionType; + } + public function getInteractionType() + { + return $this->interactionType; + } + public function setNodeValue($nodeValue) + { + $this->nodeValue = $nodeValue; + } + public function getNodeValue() + { + return $this->nodeValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Profile.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Profile.php new file mode 100644 index 000000000..28e9aaf68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Profile.php @@ -0,0 +1,276 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBotFilteringEnabled($botFilteringEnabled) + { + $this->botFilteringEnabled = $botFilteringEnabled; + } + public function getBotFilteringEnabled() + { + return $this->botFilteringEnabled; + } + /** + * @param Google_Service_Analytics_ProfileChildLink + */ + public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink) + { + $this->childLink = $childLink; + } + /** + * @return Google_Service_Analytics_ProfileChildLink + */ + public function getChildLink() + { + return $this->childLink; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setDefaultPage($defaultPage) + { + $this->defaultPage = $defaultPage; + } + public function getDefaultPage() + { + return $this->defaultPage; + } + public function setECommerceTracking($eCommerceTracking) + { + $this->eCommerceTracking = $eCommerceTracking; + } + public function getECommerceTracking() + { + return $this->eCommerceTracking; + } + public function setEnhancedECommerceTracking($enhancedECommerceTracking) + { + $this->enhancedECommerceTracking = $enhancedECommerceTracking; + } + public function getEnhancedECommerceTracking() + { + return $this->enhancedECommerceTracking; + } + public function setExcludeQueryParameters($excludeQueryParameters) + { + $this->excludeQueryParameters = $excludeQueryParameters; + } + public function getExcludeQueryParameters() + { + return $this->excludeQueryParameters; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + 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_Analytics_ProfileParentLink + */ + public function setParentLink(Google_Service_Analytics_ProfileParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_ProfileParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + /** + * @param Google_Service_Analytics_ProfilePermissions + */ + public function setPermissions(Google_Service_Analytics_ProfilePermissions $permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Analytics_ProfilePermissions + */ + public function getPermissions() + { + return $this->permissions; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSiteSearchCategoryParameters($siteSearchCategoryParameters) + { + $this->siteSearchCategoryParameters = $siteSearchCategoryParameters; + } + public function getSiteSearchCategoryParameters() + { + return $this->siteSearchCategoryParameters; + } + public function setSiteSearchQueryParameters($siteSearchQueryParameters) + { + $this->siteSearchQueryParameters = $siteSearchQueryParameters; + } + public function getSiteSearchQueryParameters() + { + return $this->siteSearchQueryParameters; + } + public function setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + public function setStripSiteSearchCategoryParameters($stripSiteSearchCategoryParameters) + { + $this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters; + } + public function getStripSiteSearchCategoryParameters() + { + return $this->stripSiteSearchCategoryParameters; + } + public function setStripSiteSearchQueryParameters($stripSiteSearchQueryParameters) + { + $this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters; + } + public function getStripSiteSearchQueryParameters() + { + return $this->stripSiteSearchQueryParameters; + } + public function setTimezone($timezone) + { + $this->timezone = $timezone; + } + public function getTimezone() + { + return $this->timezone; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php new file mode 100644 index 000000000..61c1f37dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLink.php new file mode 100644 index 000000000..305ab38a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLink.php @@ -0,0 +1,89 @@ +filterRef = $filterRef; + } + /** + * @return Google_Service_Analytics_FilterRef + */ + public function getFilterRef() + { + return $this->filterRef; + } + 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_Analytics_ProfileRef + */ + public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef) + { + $this->profileRef = $profileRef; + } + /** + * @return Google_Service_Analytics_ProfileRef + */ + public function getProfileRef() + { + return $this->profileRef; + } + public function setRank($rank) + { + $this->rank = $rank; + } + public function getRank() + { + return $this->rank; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php new file mode 100644 index 000000000..34a858288 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_ProfileFilterLink + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php new file mode 100644 index 000000000..c72bc0476 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfilePermissions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfilePermissions.php new file mode 100644 index 000000000..adc8a4bf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfilePermissions.php @@ -0,0 +1,31 @@ +effective = $effective; + } + public function getEffective() + { + return $this->effective; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileRef.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileRef.php new file mode 100644 index 000000000..e516f3cfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileRef.php @@ -0,0 +1,84 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setHref($href) + { + $this->href = $href; + } + public function getHref() + { + return $this->href; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + 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 setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileSummary.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileSummary.php new file mode 100644 index 000000000..0cbe99551 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileSummary.php @@ -0,0 +1,66 @@ +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 setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Profiles.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Profiles.php new file mode 100644 index 000000000..d7c41cd0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Profiles.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Profile + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php new file mode 100644 index 000000000..aec29e846 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php @@ -0,0 +1,124 @@ +columnHeaders = $columnHeaders; + } + /** + * @return Google_Service_Analytics_RealtimeDataColumnHeaders + */ + public function getColumnHeaders() + { + return $this->columnHeaders; + } + 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_Analytics_RealtimeDataProfileInfo + */ + public function setProfileInfo(Google_Service_Analytics_RealtimeDataProfileInfo $profileInfo) + { + $this->profileInfo = $profileInfo; + } + /** + * @return Google_Service_Analytics_RealtimeDataProfileInfo + */ + public function getProfileInfo() + { + return $this->profileInfo; + } + /** + * @param Google_Service_Analytics_RealtimeDataQuery + */ + public function setQuery(Google_Service_Analytics_RealtimeDataQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Analytics_RealtimeDataQuery + */ + public function getQuery() + { + return $this->query; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setTotalsForAllResults($totalsForAllResults) + { + $this->totalsForAllResults = $totalsForAllResults; + } + public function getTotalsForAllResults() + { + return $this->totalsForAllResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php new file mode 100644 index 000000000..5f826a97a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php @@ -0,0 +1,48 @@ +columnType = $columnType; + } + public function getColumnType() + { + return $this->columnType; + } + public function setDataType($dataType) + { + $this->dataType = $dataType; + } + public function getDataType() + { + return $this->dataType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataProfileInfo.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataProfileInfo.php new file mode 100644 index 000000000..cc55db185 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataProfileInfo.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setProfileName($profileName) + { + $this->profileName = $profileName; + } + public function getProfileName() + { + return $this->profileName; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataQuery.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataQuery.php new file mode 100644 index 000000000..83901882a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataQuery.php @@ -0,0 +1,79 @@ + "max-results", + ); + public $dimensions; + public $filters; + public $ids; + public $maxResults; + public $metrics; + public $sort; + + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setFilters($filters) + { + $this->filters = $filters; + } + public function getFilters() + { + return $this->filters; + } + public function setIds($ids) + { + $this->ids = $ids; + } + public function getIds() + { + return $this->ids; + } + public function setMaxResults($maxResults) + { + $this->maxResults = $maxResults; + } + public function getMaxResults() + { + return $this->maxResults; + } + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setSort($sort) + { + $this->sort = $sort; + } + public function getSort() + { + return $this->sort; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudience.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudience.php new file mode 100644 index 000000000..2015d3967 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudience.php @@ -0,0 +1,169 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Analytics_RemarketingAudienceAudienceDefinition + */ + public function setAudienceDefinition(Google_Service_Analytics_RemarketingAudienceAudienceDefinition $audienceDefinition) + { + $this->audienceDefinition = $audienceDefinition; + } + /** + * @return Google_Service_Analytics_RemarketingAudienceAudienceDefinition + */ + public function getAudienceDefinition() + { + return $this->audienceDefinition; + } + public function setAudienceType($audienceType) + { + $this->audienceType = $audienceType; + } + public function getAudienceType() + { + return $this->audienceType; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Analytics_LinkedForeignAccount + */ + public function setLinkedAdAccounts($linkedAdAccounts) + { + $this->linkedAdAccounts = $linkedAdAccounts; + } + /** + * @return Google_Service_Analytics_LinkedForeignAccount + */ + public function getLinkedAdAccounts() + { + return $this->linkedAdAccounts; + } + public function setLinkedViews($linkedViews) + { + $this->linkedViews = $linkedViews; + } + public function getLinkedViews() + { + return $this->linkedViews; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition + */ + public function setStateBasedAudienceDefinition(Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition $stateBasedAudienceDefinition) + { + $this->stateBasedAudienceDefinition = $stateBasedAudienceDefinition; + } + /** + * @return Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition + */ + public function getStateBasedAudienceDefinition() + { + return $this->stateBasedAudienceDefinition; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php new file mode 100644 index 000000000..8b8341e48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php @@ -0,0 +1,37 @@ +includeConditions = $includeConditions; + } + /** + * @return Google_Service_Analytics_IncludeConditions + */ + public function getIncludeConditions() + { + return $this->includeConditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php new file mode 100644 index 000000000..671024338 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php @@ -0,0 +1,53 @@ +excludeConditions = $excludeConditions; + } + /** + * @return Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions + */ + public function getExcludeConditions() + { + return $this->excludeConditions; + } + /** + * @param Google_Service_Analytics_IncludeConditions + */ + public function setIncludeConditions(Google_Service_Analytics_IncludeConditions $includeConditions) + { + $this->includeConditions = $includeConditions; + } + /** + * @return Google_Service_Analytics_IncludeConditions + */ + public function getIncludeConditions() + { + return $this->includeConditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php new file mode 100644 index 000000000..f3a0b7bc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php @@ -0,0 +1,39 @@ +exclusionDuration = $exclusionDuration; + } + public function getExclusionDuration() + { + return $this->exclusionDuration; + } + public function setSegment($segment) + { + $this->segment = $segment; + } + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudiences.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudiences.php new file mode 100644 index 000000000..9b8232dc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudiences.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_RemarketingAudience + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.php new file mode 100644 index 000000000..adc3a3e37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.php @@ -0,0 +1,28 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $data = $analyticsService->data; + * + */ +class Google_Service_Analytics_Resource_Data extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataGa.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataGa.php new file mode 100644 index 000000000..714e11dc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataGa.php @@ -0,0 +1,67 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $ga = $analyticsService->ga; + * + */ +class Google_Service_Analytics_Resource_DataGa extends Google_Service_Resource +{ + /** + * Returns Analytics data for a view (profile). (ga.get) + * + * @param string $ids Unique table ID for retrieving Analytics data. Table ID is + * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. + * @param string $startDate Start date for fetching Analytics data. Requests can + * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., + * today, yesterday, or 7daysAgo). The default value is 7daysAgo. + * @param string $endDate End date for fetching Analytics data. Request can + * should specify an end date formatted as YYYY-MM-DD, or as a relative date + * (e.g., today, yesterday, or 7daysAgo). The default value is yesterday. + * @param string $metrics A comma-separated list of Analytics metrics. E.g., + * 'ga:sessions,ga:pageviews'. At least one metric must be specified. + * @param array $optParams Optional parameters. + * + * @opt_param string dimensions A comma-separated list of Analytics dimensions. + * E.g., 'ga:browser,ga:city'. + * @opt_param string filters A comma-separated list of dimension or metric + * filters to be applied to Analytics data. + * @opt_param bool include-empty-rows The response will include empty rows if + * this parameter is set to true, the default is true + * @opt_param int max-results The maximum number of entries to include in this + * feed. + * @opt_param string output The selected format for the response. Default format + * is JSON. + * @opt_param string samplingLevel The desired sampling level. + * @opt_param string segment An Analytics segment to be applied to data. + * @opt_param string sort A comma-separated list of dimensions or metrics that + * determine the sort order for Analytics data. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_GaData + */ + public function get($ids, $startDate, $endDate, $metrics, $optParams = array()) + { + $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_GaData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataMcf.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataMcf.php new file mode 100644 index 000000000..15c62ef81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataMcf.php @@ -0,0 +1,63 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $mcf = $analyticsService->mcf; + * + */ +class Google_Service_Analytics_Resource_DataMcf extends Google_Service_Resource +{ + /** + * Returns Analytics Multi-Channel Funnels data for a view (profile). (mcf.get) + * + * @param string $ids Unique table ID for retrieving Analytics data. Table ID is + * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. + * @param string $startDate Start date for fetching Analytics data. Requests can + * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., + * today, yesterday, or 7daysAgo). The default value is 7daysAgo. + * @param string $endDate End date for fetching Analytics data. Requests can + * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., + * today, yesterday, or 7daysAgo). The default value is 7daysAgo. + * @param string $metrics A comma-separated list of Multi-Channel Funnels + * metrics. E.g., 'mcf:totalConversions,mcf:totalConversionValue'. At least one + * metric must be specified. + * @param array $optParams Optional parameters. + * + * @opt_param string dimensions A comma-separated list of Multi-Channel Funnels + * dimensions. E.g., 'mcf:source,mcf:medium'. + * @opt_param string filters A comma-separated list of dimension or metric + * filters to be applied to the Analytics data. + * @opt_param int max-results The maximum number of entries to include in this + * feed. + * @opt_param string samplingLevel The desired sampling level. + * @opt_param string sort A comma-separated list of dimensions or metrics that + * determine the sort order for the Analytics data. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_McfData + */ + public function get($ids, $startDate, $endDate, $metrics, $optParams = array()) + { + $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_McfData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataRealtime.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataRealtime.php new file mode 100644 index 000000000..8b8e1c0a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/DataRealtime.php @@ -0,0 +1,53 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $realtime = $analyticsService->realtime; + * + */ +class Google_Service_Analytics_Resource_DataRealtime extends Google_Service_Resource +{ + /** + * Returns real time data for a view (profile). (realtime.get) + * + * @param string $ids Unique table ID for retrieving real time data. Table ID is + * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. + * @param string $metrics A comma-separated list of real time metrics. E.g., + * 'rt:activeUsers'. At least one metric must be specified. + * @param array $optParams Optional parameters. + * + * @opt_param string dimensions A comma-separated list of real time dimensions. + * E.g., 'rt:medium,rt:city'. + * @opt_param string filters A comma-separated list of dimension or metric + * filters to be applied to real time data. + * @opt_param int max-results The maximum number of entries to include in this + * feed. + * @opt_param string sort A comma-separated list of dimensions or metrics that + * determine the sort order for real time data. + * @return Google_Service_Analytics_RealtimeData + */ + public function get($ids, $metrics, $optParams = array()) + { + $params = array('ids' => $ids, 'metrics' => $metrics); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_RealtimeData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Management.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Management.php new file mode 100644 index 000000000..06d4e7859 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Management.php @@ -0,0 +1,28 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $management = $analyticsService->management; + * + */ +class Google_Service_Analytics_Resource_Management extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountSummaries.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountSummaries.php new file mode 100644 index 000000000..00f47f610 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountSummaries.php @@ -0,0 +1,47 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $accountSummaries = $analyticsService->accountSummaries; + * + */ +class Google_Service_Analytics_Resource_ManagementAccountSummaries extends Google_Service_Resource +{ + /** + * Lists account summaries (lightweight tree comprised of + * accounts/properties/profiles) to which the user has access. + * (accountSummaries.listManagementAccountSummaries) + * + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of account summaries to include + * in this response, where the largest acceptable value is 1000. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_AccountSummaries + */ + public function listManagementAccountSummaries($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_AccountSummaries"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountUserLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountUserLinks.php new file mode 100644 index 000000000..7c7b98c99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountUserLinks.php @@ -0,0 +1,91 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $accountUserLinks = $analyticsService->accountUserLinks; + * + */ +class Google_Service_Analytics_Resource_ManagementAccountUserLinks extends Google_Service_Resource +{ + /** + * Removes a user from the given account. (accountUserLinks.delete) + * + * @param string $accountId Account ID to delete the user link for. + * @param string $linkId Link ID to delete the user link for. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $linkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'linkId' => $linkId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a new user to the given account. (accountUserLinks.insert) + * + * @param string $accountId Account ID to create the user link for. + * @param Google_Service_Analytics_EntityUserLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityUserLink + */ + public function insert($accountId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink"); + } + /** + * Lists account-user links for a given account. + * (accountUserLinks.listManagementAccountUserLinks) + * + * @param string $accountId Account ID to retrieve the user links for. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of account-user links to + * include in this response. + * @opt_param int start-index An index of the first account-user link to + * retrieve. Use this parameter as a pagination mechanism along with the max- + * results parameter. + * @return Google_Service_Analytics_EntityUserLinks + */ + public function listManagementAccountUserLinks($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks"); + } + /** + * Updates permissions for an existing user on the given account. + * (accountUserLinks.update) + * + * @param string $accountId Account ID to update the account-user link for. + * @param string $linkId Link ID to update the account-user link for. + * @param Google_Service_Analytics_EntityUserLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityUserLink + */ + public function update($accountId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'linkId' => $linkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccounts.php new file mode 100644 index 000000000..88e197c26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccounts.php @@ -0,0 +1,47 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $accounts = $analyticsService->accounts; + * + */ +class Google_Service_Analytics_Resource_ManagementAccounts extends Google_Service_Resource +{ + /** + * Lists all accounts to which the user has access. + * (accounts.listManagementAccounts) + * + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of accounts to include in this + * response. + * @opt_param int start-index An index of the first account to retrieve. Use + * this parameter as a pagination mechanism along with the max-results + * parameter. + * @return Google_Service_Analytics_Accounts + */ + public function listManagementAccounts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Accounts"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.php new file mode 100644 index 000000000..b73ff4d14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.php @@ -0,0 +1,41 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $clientId = $analyticsService->clientId; + * + */ +class Google_Service_Analytics_Resource_ManagementClientId extends Google_Service_Resource +{ + /** + * Hashes the given Client ID. (clientId.hashClientId) + * + * @param Google_Service_Analytics_HashClientIdRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_HashClientIdResponse + */ + public function hashClientId(Google_Service_Analytics_HashClientIdRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('hashClientId', array($params), "Google_Service_Analytics_HashClientIdResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDataSources.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDataSources.php new file mode 100644 index 000000000..e0776328c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDataSources.php @@ -0,0 +1,50 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $customDataSources = $analyticsService->customDataSources; + * + */ +class Google_Service_Analytics_Resource_ManagementCustomDataSources extends Google_Service_Resource +{ + /** + * List custom data sources to which the user has access. + * (customDataSources.listManagementCustomDataSources) + * + * @param string $accountId Account Id for the custom data sources to retrieve. + * @param string $webPropertyId Web property Id for the custom data sources to + * retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of custom data sources to + * include in this response. + * @opt_param int start-index A 1-based index of the first custom data source to + * retrieve. Use this parameter as a pagination mechanism along with the max- + * results parameter. + * @return Google_Service_Analytics_CustomDataSources + */ + public function listManagementCustomDataSources($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_CustomDataSources"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDimensions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDimensions.php new file mode 100644 index 000000000..133d3a3ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDimensions.php @@ -0,0 +1,126 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $customDimensions = $analyticsService->customDimensions; + * + */ +class Google_Service_Analytics_Resource_ManagementCustomDimensions extends Google_Service_Resource +{ + /** + * Get a custom dimension to which the user has access. (customDimensions.get) + * + * @param string $accountId Account ID for the custom dimension to retrieve. + * @param string $webPropertyId Web property ID for the custom dimension to + * retrieve. + * @param string $customDimensionId The ID of the custom dimension to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_CustomDimension + */ + public function get($accountId, $webPropertyId, $customDimensionId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_CustomDimension"); + } + /** + * Create a new custom dimension. (customDimensions.insert) + * + * @param string $accountId Account ID for the custom dimension to create. + * @param string $webPropertyId Web property ID for the custom dimension to + * create. + * @param Google_Service_Analytics_CustomDimension $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_CustomDimension + */ + public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_CustomDimension"); + } + /** + * Lists custom dimensions to which the user has access. + * (customDimensions.listManagementCustomDimensions) + * + * @param string $accountId Account ID for the custom dimensions to retrieve. + * @param string $webPropertyId Web property ID for the custom dimensions to + * retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of custom dimensions to include + * in this response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_CustomDimensions + */ + public function listManagementCustomDimensions($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_CustomDimensions"); + } + /** + * Updates an existing custom dimension. This method supports patch semantics. + * (customDimensions.patch) + * + * @param string $accountId Account ID for the custom dimension to update. + * @param string $webPropertyId Web property ID for the custom dimension to + * update. + * @param string $customDimensionId Custom dimension ID for the custom dimension + * to update. + * @param Google_Service_Analytics_CustomDimension $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any + * warnings related to the custom dimension being linked to a custom data source + * / data set. + * @return Google_Service_Analytics_CustomDimension + */ + public function patch($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_CustomDimension"); + } + /** + * Updates an existing custom dimension. (customDimensions.update) + * + * @param string $accountId Account ID for the custom dimension to update. + * @param string $webPropertyId Web property ID for the custom dimension to + * update. + * @param string $customDimensionId Custom dimension ID for the custom dimension + * to update. + * @param Google_Service_Analytics_CustomDimension $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any + * warnings related to the custom dimension being linked to a custom data source + * / data set. + * @return Google_Service_Analytics_CustomDimension + */ + public function update($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_CustomDimension"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomMetrics.php new file mode 100644 index 000000000..e3f9249d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomMetrics.php @@ -0,0 +1,124 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $customMetrics = $analyticsService->customMetrics; + * + */ +class Google_Service_Analytics_Resource_ManagementCustomMetrics extends Google_Service_Resource +{ + /** + * Get a custom metric to which the user has access. (customMetrics.get) + * + * @param string $accountId Account ID for the custom metric to retrieve. + * @param string $webPropertyId Web property ID for the custom metric to + * retrieve. + * @param string $customMetricId The ID of the custom metric to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_CustomMetric + */ + public function get($accountId, $webPropertyId, $customMetricId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_CustomMetric"); + } + /** + * Create a new custom metric. (customMetrics.insert) + * + * @param string $accountId Account ID for the custom metric to create. + * @param string $webPropertyId Web property ID for the custom dimension to + * create. + * @param Google_Service_Analytics_CustomMetric $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_CustomMetric + */ + public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_CustomMetric"); + } + /** + * Lists custom metrics to which the user has access. + * (customMetrics.listManagementCustomMetrics) + * + * @param string $accountId Account ID for the custom metrics to retrieve. + * @param string $webPropertyId Web property ID for the custom metrics to + * retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of custom metrics to include in + * this response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_CustomMetrics + */ + public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_CustomMetrics"); + } + /** + * Updates an existing custom metric. This method supports patch semantics. + * (customMetrics.patch) + * + * @param string $accountId Account ID for the custom metric to update. + * @param string $webPropertyId Web property ID for the custom metric to update. + * @param string $customMetricId Custom metric ID for the custom metric to + * update. + * @param Google_Service_Analytics_CustomMetric $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any + * warnings related to the custom metric being linked to a custom data source / + * data set. + * @return Google_Service_Analytics_CustomMetric + */ + public function patch($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_CustomMetric"); + } + /** + * Updates an existing custom metric. (customMetrics.update) + * + * @param string $accountId Account ID for the custom metric to update. + * @param string $webPropertyId Web property ID for the custom metric to update. + * @param string $customMetricId Custom metric ID for the custom metric to + * update. + * @param Google_Service_Analytics_CustomMetric $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any + * warnings related to the custom metric being linked to a custom data source / + * data set. + * @return Google_Service_Analytics_CustomMetric + */ + public function update($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_CustomMetric"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementExperiments.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementExperiments.php new file mode 100644 index 000000000..e0e34522d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementExperiments.php @@ -0,0 +1,132 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $experiments = $analyticsService->experiments; + * + */ +class Google_Service_Analytics_Resource_ManagementExperiments extends Google_Service_Resource +{ + /** + * Delete an experiment. (experiments.delete) + * + * @param string $accountId Account ID to which the experiment belongs + * @param string $webPropertyId Web property ID to which the experiment belongs + * @param string $profileId View (Profile) ID to which the experiment belongs + * @param string $experimentId ID of the experiment to delete + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns an experiment to which the user has access. (experiments.get) + * + * @param string $accountId Account ID to retrieve the experiment for. + * @param string $webPropertyId Web property ID to retrieve the experiment for. + * @param string $profileId View (Profile) ID to retrieve the experiment for. + * @param string $experimentId Experiment ID to retrieve the experiment for. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Experiment + */ + public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_Experiment"); + } + /** + * Create a new experiment. (experiments.insert) + * + * @param string $accountId Account ID to create the experiment for. + * @param string $webPropertyId Web property ID to create the experiment for. + * @param string $profileId View (Profile) ID to create the experiment for. + * @param Google_Service_Analytics_Experiment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Experiment + */ + public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Experiment $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_Experiment"); + } + /** + * Lists experiments to which the user has access. + * (experiments.listManagementExperiments) + * + * @param string $accountId Account ID to retrieve experiments for. + * @param string $webPropertyId Web property ID to retrieve experiments for. + * @param string $profileId View (Profile) ID to retrieve experiments for. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of experiments to include in + * this response. + * @opt_param int start-index An index of the first experiment to retrieve. Use + * this parameter as a pagination mechanism along with the max-results + * parameter. + * @return Google_Service_Analytics_Experiments + */ + public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Experiments"); + } + /** + * Update an existing experiment. This method supports patch semantics. + * (experiments.patch) + * + * @param string $accountId Account ID of the experiment to update. + * @param string $webPropertyId Web property ID of the experiment to update. + * @param string $profileId View (Profile) ID of the experiment to update. + * @param string $experimentId Experiment ID of the experiment to update. + * @param Google_Service_Analytics_Experiment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Experiment + */ + public function patch($accountId, $webPropertyId, $profileId, $experimentId, Google_Service_Analytics_Experiment $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_Experiment"); + } + /** + * Update an existing experiment. (experiments.update) + * + * @param string $accountId Account ID of the experiment to update. + * @param string $webPropertyId Web property ID of the experiment to update. + * @param string $profileId View (Profile) ID of the experiment to update. + * @param string $experimentId Experiment ID of the experiment to update. + * @param Google_Service_Analytics_Experiment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Experiment + */ + public function update($accountId, $webPropertyId, $profileId, $experimentId, Google_Service_Analytics_Experiment $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_Experiment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementFilters.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementFilters.php new file mode 100644 index 000000000..703b99c31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementFilters.php @@ -0,0 +1,119 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $filters = $analyticsService->filters; + * + */ +class Google_Service_Analytics_Resource_ManagementFilters extends Google_Service_Resource +{ + /** + * Delete a filter. (filters.delete) + * + * @param string $accountId Account ID to delete the filter for. + * @param string $filterId ID of the filter to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Filter + */ + public function delete($accountId, $filterId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'filterId' => $filterId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Analytics_Filter"); + } + /** + * Returns filters to which the user has access. (filters.get) + * + * @param string $accountId Account ID to retrieve filters for. + * @param string $filterId Filter ID to retrieve filters for. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Filter + */ + public function get($accountId, $filterId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'filterId' => $filterId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_Filter"); + } + /** + * Create a new filter. (filters.insert) + * + * @param string $accountId Account ID to create filter for. + * @param Google_Service_Analytics_Filter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Filter + */ + public function insert($accountId, Google_Service_Analytics_Filter $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_Filter"); + } + /** + * Lists all filters for an account (filters.listManagementFilters) + * + * @param string $accountId Account ID to retrieve filters for. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of filters to include in this + * response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_Filters + */ + public function listManagementFilters($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Filters"); + } + /** + * Updates an existing filter. This method supports patch semantics. + * (filters.patch) + * + * @param string $accountId Account ID to which the filter belongs. + * @param string $filterId ID of the filter to be updated. + * @param Google_Service_Analytics_Filter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Filter + */ + public function patch($accountId, $filterId, Google_Service_Analytics_Filter $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_Filter"); + } + /** + * Updates an existing filter. (filters.update) + * + * @param string $accountId Account ID to which the filter belongs. + * @param string $filterId ID of the filter to be updated. + * @param Google_Service_Analytics_Filter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Filter + */ + public function update($accountId, $filterId, Google_Service_Analytics_Filter $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_Filter"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementGoals.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementGoals.php new file mode 100644 index 000000000..79ae4316d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementGoals.php @@ -0,0 +1,120 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $goals = $analyticsService->goals; + * + */ +class Google_Service_Analytics_Resource_ManagementGoals extends Google_Service_Resource +{ + /** + * Gets a goal to which the user has access. (goals.get) + * + * @param string $accountId Account ID to retrieve the goal for. + * @param string $webPropertyId Web property ID to retrieve the goal for. + * @param string $profileId View (Profile) ID to retrieve the goal for. + * @param string $goalId Goal ID to retrieve the goal for. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Goal + */ + public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_Goal"); + } + /** + * Create a new goal. (goals.insert) + * + * @param string $accountId Account ID to create the goal for. + * @param string $webPropertyId Web property ID to create the goal for. + * @param string $profileId View (Profile) ID to create the goal for. + * @param Google_Service_Analytics_Goal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Goal + */ + public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Goal $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_Goal"); + } + /** + * Lists goals to which the user has access. (goals.listManagementGoals) + * + * @param string $accountId Account ID to retrieve goals for. Can either be a + * specific account ID or '~all', which refers to all the accounts that user has + * access to. + * @param string $webPropertyId Web property ID to retrieve goals for. Can + * either be a specific web property ID or '~all', which refers to all the web + * properties that user has access to. + * @param string $profileId View (Profile) ID to retrieve goals for. Can either + * be a specific view (profile) ID or '~all', which refers to all the views + * (profiles) that user has access to. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of goals to include in this + * response. + * @opt_param int start-index An index of the first goal to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_Goals + */ + public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Goals"); + } + /** + * Updates an existing goal. This method supports patch semantics. (goals.patch) + * + * @param string $accountId Account ID to update the goal. + * @param string $webPropertyId Web property ID to update the goal. + * @param string $profileId View (Profile) ID to update the goal. + * @param string $goalId Index of the goal to be updated. + * @param Google_Service_Analytics_Goal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Goal + */ + public function patch($accountId, $webPropertyId, $profileId, $goalId, Google_Service_Analytics_Goal $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_Goal"); + } + /** + * Updates an existing goal. (goals.update) + * + * @param string $accountId Account ID to update the goal. + * @param string $webPropertyId Web property ID to update the goal. + * @param string $profileId View (Profile) ID to update the goal. + * @param string $goalId Index of the goal to be updated. + * @param Google_Service_Analytics_Goal $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Goal + */ + public function update($accountId, $webPropertyId, $profileId, $goalId, Google_Service_Analytics_Goal $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_Goal"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileFilterLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileFilterLinks.php new file mode 100644 index 000000000..c2cde6afc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileFilterLinks.php @@ -0,0 +1,140 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $profileFilterLinks = $analyticsService->profileFilterLinks; + * + */ +class Google_Service_Analytics_Resource_ManagementProfileFilterLinks extends Google_Service_Resource +{ + /** + * Delete a profile filter link. (profileFilterLinks.delete) + * + * @param string $accountId Account ID to which the profile filter link belongs. + * @param string $webPropertyId Web property Id to which the profile filter link + * belongs. + * @param string $profileId Profile ID to which the filter link belongs. + * @param string $linkId ID of the profile filter link to delete. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns a single profile filter link. (profileFilterLinks.get) + * + * @param string $accountId Account ID to retrieve profile filter link for. + * @param string $webPropertyId Web property Id to retrieve profile filter link + * for. + * @param string $profileId Profile ID to retrieve filter link for. + * @param string $linkId ID of the profile filter link. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_ProfileFilterLink + */ + public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_ProfileFilterLink"); + } + /** + * Create a new profile filter link. (profileFilterLinks.insert) + * + * @param string $accountId Account ID to create profile filter link for. + * @param string $webPropertyId Web property Id to create profile filter link + * for. + * @param string $profileId Profile ID to create filter link for. + * @param Google_Service_Analytics_ProfileFilterLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_ProfileFilterLink + */ + public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_ProfileFilterLink"); + } + /** + * Lists all profile filter links for a profile. + * (profileFilterLinks.listManagementProfileFilterLinks) + * + * @param string $accountId Account ID to retrieve profile filter links for. + * @param string $webPropertyId Web property Id for profile filter links for. + * Can either be a specific web property ID or '~all', which refers to all the + * web properties that user has access to. + * @param string $profileId Profile ID to retrieve filter links for. Can either + * be a specific profile ID or '~all', which refers to all the profiles that + * user has access to. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of profile filter links to + * include in this response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_ProfileFilterLinks + */ + public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_ProfileFilterLinks"); + } + /** + * Update an existing profile filter link. This method supports patch semantics. + * (profileFilterLinks.patch) + * + * @param string $accountId Account ID to which profile filter link belongs. + * @param string $webPropertyId Web property Id to which profile filter link + * belongs + * @param string $profileId Profile ID to which filter link belongs + * @param string $linkId ID of the profile filter link to be updated. + * @param Google_Service_Analytics_ProfileFilterLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_ProfileFilterLink + */ + public function patch($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_ProfileFilterLink"); + } + /** + * Update an existing profile filter link. (profileFilterLinks.update) + * + * @param string $accountId Account ID to which profile filter link belongs. + * @param string $webPropertyId Web property Id to which profile filter link + * belongs + * @param string $profileId Profile ID to which filter link belongs + * @param string $linkId ID of the profile filter link to be updated. + * @param Google_Service_Analytics_ProfileFilterLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_ProfileFilterLink + */ + public function update($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_ProfileFilterLink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileUserLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileUserLinks.php new file mode 100644 index 000000000..baea9c4ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileUserLinks.php @@ -0,0 +1,104 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $profileUserLinks = $analyticsService->profileUserLinks; + * + */ +class Google_Service_Analytics_Resource_ManagementProfileUserLinks extends Google_Service_Resource +{ + /** + * Removes a user from the given view (profile). (profileUserLinks.delete) + * + * @param string $accountId Account ID to delete the user link for. + * @param string $webPropertyId Web Property ID to delete the user link for. + * @param string $profileId View (Profile) ID to delete the user link for. + * @param string $linkId Link ID to delete the user link for. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a new user to the given view (profile). (profileUserLinks.insert) + * + * @param string $accountId Account ID to create the user link for. + * @param string $webPropertyId Web Property ID to create the user link for. + * @param string $profileId View (Profile) ID to create the user link for. + * @param Google_Service_Analytics_EntityUserLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityUserLink + */ + public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink"); + } + /** + * Lists profile-user links for a given view (profile). + * (profileUserLinks.listManagementProfileUserLinks) + * + * @param string $accountId Account ID which the given view (profile) belongs + * to. + * @param string $webPropertyId Web Property ID which the given view (profile) + * belongs to. Can either be a specific web property ID or '~all', which refers + * to all the web properties that user has access to. + * @param string $profileId View (Profile) ID to retrieve the profile-user links + * for. Can either be a specific profile ID or '~all', which refers to all the + * profiles that user has access to. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of profile-user links to + * include in this response. + * @opt_param int start-index An index of the first profile-user link to + * retrieve. Use this parameter as a pagination mechanism along with the max- + * results parameter. + * @return Google_Service_Analytics_EntityUserLinks + */ + public function listManagementProfileUserLinks($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks"); + } + /** + * Updates permissions for an existing user on the given view (profile). + * (profileUserLinks.update) + * + * @param string $accountId Account ID to update the user link for. + * @param string $webPropertyId Web Property ID to update the user link for. + * @param string $profileId View (Profile ID) to update the user link for. + * @param string $linkId Link ID to update the user link for. + * @param Google_Service_Analytics_EntityUserLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityUserLink + */ + public function update($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfiles.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfiles.php new file mode 100644 index 000000000..e6d953e02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfiles.php @@ -0,0 +1,135 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $profiles = $analyticsService->profiles; + * + */ +class Google_Service_Analytics_Resource_ManagementProfiles extends Google_Service_Resource +{ + /** + * Deletes a view (profile). (profiles.delete) + * + * @param string $accountId Account ID to delete the view (profile) for. + * @param string $webPropertyId Web property ID to delete the view (profile) + * for. + * @param string $profileId ID of the view (profile) to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a view (profile) to which the user has access. (profiles.get) + * + * @param string $accountId Account ID to retrieve the view (profile) for. + * @param string $webPropertyId Web property ID to retrieve the view (profile) + * for. + * @param string $profileId View (Profile) ID to retrieve the view (profile) + * for. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Profile + */ + public function get($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_Profile"); + } + /** + * Create a new view (profile). (profiles.insert) + * + * @param string $accountId Account ID to create the view (profile) for. + * @param string $webPropertyId Web property ID to create the view (profile) + * for. + * @param Google_Service_Analytics_Profile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Profile + */ + public function insert($accountId, $webPropertyId, Google_Service_Analytics_Profile $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_Profile"); + } + /** + * Lists views (profiles) to which the user has access. + * (profiles.listManagementProfiles) + * + * @param string $accountId Account ID for the view (profiles) to retrieve. Can + * either be a specific account ID or '~all', which refers to all the accounts + * to which the user has access. + * @param string $webPropertyId Web property ID for the views (profiles) to + * retrieve. Can either be a specific web property ID or '~all', which refers to + * all the web properties to which the user has access. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of views (profiles) to include + * in this response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_Profiles + */ + public function listManagementProfiles($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Profiles"); + } + /** + * Updates an existing view (profile). This method supports patch semantics. + * (profiles.patch) + * + * @param string $accountId Account ID to which the view (profile) belongs + * @param string $webPropertyId Web property ID to which the view (profile) + * belongs + * @param string $profileId ID of the view (profile) to be updated. + * @param Google_Service_Analytics_Profile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Profile + */ + public function patch($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_Profile"); + } + /** + * Updates an existing view (profile). (profiles.update) + * + * @param string $accountId Account ID to which the view (profile) belongs + * @param string $webPropertyId Web property ID to which the view (profile) + * belongs + * @param string $profileId ID of the view (profile) to be updated. + * @param Google_Service_Analytics_Profile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Profile + */ + public function update($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_Profile"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementRemarketingAudience.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementRemarketingAudience.php new file mode 100644 index 000000000..c1fa5925d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementRemarketingAudience.php @@ -0,0 +1,143 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $remarketingAudience = $analyticsService->remarketingAudience; + * + */ +class Google_Service_Analytics_Resource_ManagementRemarketingAudience extends Google_Service_Resource +{ + /** + * Delete a remarketing audience. (remarketingAudience.delete) + * + * @param string $accountId Account ID to which the remarketing audience + * belongs. + * @param string $webPropertyId Web property ID to which the remarketing + * audience belongs. + * @param string $remarketingAudienceId The ID of the remarketing audience to + * delete. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $remarketingAudienceId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a remarketing audience to which the user has access. + * (remarketingAudience.get) + * + * @param string $accountId The account ID of the remarketing audience to + * retrieve. + * @param string $webPropertyId The web property ID of the remarketing audience + * to retrieve. + * @param string $remarketingAudienceId The ID of the remarketing audience to + * retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_RemarketingAudience + */ + public function get($accountId, $webPropertyId, $remarketingAudienceId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_RemarketingAudience"); + } + /** + * Creates a new remarketing audience. (remarketingAudience.insert) + * + * @param string $accountId The account ID for which to create the remarketing + * audience. + * @param string $webPropertyId Web property ID for which to create the + * remarketing audience. + * @param Google_Service_Analytics_RemarketingAudience $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_RemarketingAudience + */ + public function insert($accountId, $webPropertyId, Google_Service_Analytics_RemarketingAudience $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_RemarketingAudience"); + } + /** + * Lists remarketing audiences to which the user has access. + * (remarketingAudience.listManagementRemarketingAudience) + * + * @param string $accountId The account ID of the remarketing audiences to + * retrieve. + * @param string $webPropertyId The web property ID of the remarketing audiences + * to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of remarketing audiences to + * include in this response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @opt_param string type + * @return Google_Service_Analytics_RemarketingAudiences + */ + public function listManagementRemarketingAudience($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_RemarketingAudiences"); + } + /** + * Updates an existing remarketing audience. This method supports patch + * semantics. (remarketingAudience.patch) + * + * @param string $accountId The account ID of the remarketing audience to + * update. + * @param string $webPropertyId The web property ID of the remarketing audience + * to update. + * @param string $remarketingAudienceId The ID of the remarketing audience to + * update. + * @param Google_Service_Analytics_RemarketingAudience $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_RemarketingAudience + */ + public function patch($accountId, $webPropertyId, $remarketingAudienceId, Google_Service_Analytics_RemarketingAudience $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_RemarketingAudience"); + } + /** + * Updates an existing remarketing audience. (remarketingAudience.update) + * + * @param string $accountId The account ID of the remarketing audience to + * update. + * @param string $webPropertyId The web property ID of the remarketing audience + * to update. + * @param string $remarketingAudienceId The ID of the remarketing audience to + * update. + * @param Google_Service_Analytics_RemarketingAudience $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_RemarketingAudience + */ + public function update($accountId, $webPropertyId, $remarketingAudienceId, Google_Service_Analytics_RemarketingAudience $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_RemarketingAudience"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.php new file mode 100644 index 000000000..22ecaec4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.php @@ -0,0 +1,47 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $segments = $analyticsService->segments; + * + */ +class Google_Service_Analytics_Resource_ManagementSegments extends Google_Service_Resource +{ + /** + * Lists segments to which the user has access. + * (segments.listManagementSegments) + * + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of segments to include in this + * response. + * @opt_param int start-index An index of the first segment to retrieve. Use + * this parameter as a pagination mechanism along with the max-results + * parameter. + * @return Google_Service_Analytics_Segments + */ + public function listManagementSegments($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Segments"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUnsampledReports.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUnsampledReports.php new file mode 100644 index 000000000..e7c52204e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUnsampledReports.php @@ -0,0 +1,105 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $unsampledReports = $analyticsService->unsampledReports; + * + */ +class Google_Service_Analytics_Resource_ManagementUnsampledReports extends Google_Service_Resource +{ + /** + * Deletes an unsampled report. (unsampledReports.delete) + * + * @param string $accountId Account ID to delete the unsampled report for. + * @param string $webPropertyId Web property ID to delete the unsampled reports + * for. + * @param string $profileId View (Profile) ID to delete the unsampled report + * for. + * @param string $unsampledReportId ID of the unsampled report to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'unsampledReportId' => $unsampledReportId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns a single unsampled report. (unsampledReports.get) + * + * @param string $accountId Account ID to retrieve unsampled report for. + * @param string $webPropertyId Web property ID to retrieve unsampled reports + * for. + * @param string $profileId View (Profile) ID to retrieve unsampled report for. + * @param string $unsampledReportId ID of the unsampled report to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_UnsampledReport + */ + public function get($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'unsampledReportId' => $unsampledReportId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_UnsampledReport"); + } + /** + * Create a new unsampled report. (unsampledReports.insert) + * + * @param string $accountId Account ID to create the unsampled report for. + * @param string $webPropertyId Web property ID to create the unsampled report + * for. + * @param string $profileId View (Profile) ID to create the unsampled report + * for. + * @param Google_Service_Analytics_UnsampledReport $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_UnsampledReport + */ + public function insert($accountId, $webPropertyId, $profileId, Google_Service_Analytics_UnsampledReport $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_UnsampledReport"); + } + /** + * Lists unsampled reports to which the user has access. + * (unsampledReports.listManagementUnsampledReports) + * + * @param string $accountId Account ID to retrieve unsampled reports for. Must + * be a specific account ID, ~all is not supported. + * @param string $webPropertyId Web property ID to retrieve unsampled reports + * for. Must be a specific web property ID, ~all is not supported. + * @param string $profileId View (Profile) ID to retrieve unsampled reports for. + * Must be a specific view (profile) ID, ~all is not supported. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of unsampled reports to include + * in this response. + * @opt_param int start-index An index of the first unsampled report to + * retrieve. Use this parameter as a pagination mechanism along with the max- + * results parameter. + * @return Google_Service_Analytics_UnsampledReports + */ + public function listManagementUnsampledReports($accountId, $webPropertyId, $profileId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_UnsampledReports"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUploads.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUploads.php new file mode 100644 index 000000000..6dd5e67f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUploads.php @@ -0,0 +1,100 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $uploads = $analyticsService->uploads; + * + */ +class Google_Service_Analytics_Resource_ManagementUploads extends Google_Service_Resource +{ + /** + * Delete data associated with a previous upload. (uploads.deleteUploadData) + * + * @param string $accountId Account Id for the uploads to be deleted. + * @param string $webPropertyId Web property Id for the uploads to be deleted. + * @param string $customDataSourceId Custom data source Id for the uploads to be + * deleted. + * @param Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest $postBody + * @param array $optParams Optional parameters. + */ + public function deleteUploadData($accountId, $webPropertyId, $customDataSourceId, Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteUploadData', array($params)); + } + /** + * List uploads to which the user has access. (uploads.get) + * + * @param string $accountId Account Id for the upload to retrieve. + * @param string $webPropertyId Web property Id for the upload to retrieve. + * @param string $customDataSourceId Custom data source Id for upload to + * retrieve. + * @param string $uploadId Upload Id to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Upload + */ + public function get($accountId, $webPropertyId, $customDataSourceId, $uploadId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'uploadId' => $uploadId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_Upload"); + } + /** + * List uploads to which the user has access. (uploads.listManagementUploads) + * + * @param string $accountId Account Id for the uploads to retrieve. + * @param string $webPropertyId Web property Id for the uploads to retrieve. + * @param string $customDataSourceId Custom data source Id for uploads to + * retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of uploads to include in this + * response. + * @opt_param int start-index A 1-based index of the first upload to retrieve. + * Use this parameter as a pagination mechanism along with the max-results + * parameter. + * @return Google_Service_Analytics_Uploads + */ + public function listManagementUploads($accountId, $webPropertyId, $customDataSourceId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Uploads"); + } + /** + * Upload data for a custom data source. (uploads.uploadData) + * + * @param string $accountId Account Id associated with the upload. + * @param string $webPropertyId Web property UA-string associated with the + * upload. + * @param string $customDataSourceId Custom data source Id to which the data + * being uploaded belongs. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Upload + */ + public function uploadData($accountId, $webPropertyId, $customDataSourceId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId); + $params = array_merge($params, $optParams); + return $this->call('uploadData', array($params), "Google_Service_Analytics_Upload"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php new file mode 100644 index 000000000..55ee1b1d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php @@ -0,0 +1,139 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $webPropertyAdWordsLinks = $analyticsService->webPropertyAdWordsLinks; + * + */ +class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extends Google_Service_Resource +{ + /** + * Deletes a web property-Google Ads link. (webPropertyAdWordsLinks.delete) + * + * @param string $accountId ID of the account which the given web property + * belongs to. + * @param string $webPropertyId Web property ID to delete the Google Ads link + * for. + * @param string $webPropertyAdWordsLinkId Web property Google Ads link ID. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns a web property-Google Ads link to which the user has access. + * (webPropertyAdWordsLinks.get) + * + * @param string $accountId ID of the account which the given web property + * belongs to. + * @param string $webPropertyId Web property ID to retrieve the Google Ads link + * for. + * @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityAdWordsLink + */ + public function get($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink"); + } + /** + * Creates a webProperty-Google Ads link. (webPropertyAdWordsLinks.insert) + * + * @param string $accountId ID of the Google Analytics account to create the + * link for. + * @param string $webPropertyId Web property ID to create the link for. + * @param Google_Service_Analytics_EntityAdWordsLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityAdWordsLink + */ + public function insert($accountId, $webPropertyId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink"); + } + /** + * Lists webProperty-Google Ads links for a given web property. + * (webPropertyAdWordsLinks.listManagementWebPropertyAdWordsLinks) + * + * @param string $accountId ID of the account which the given web property + * belongs to. + * @param string $webPropertyId Web property ID to retrieve the Google Ads links + * for. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of webProperty-Google Ads links + * to include in this response. + * @opt_param int start-index An index of the first webProperty-Google Ads link + * to retrieve. Use this parameter as a pagination mechanism along with the max- + * results parameter. + * @return Google_Service_Analytics_EntityAdWordsLinks + */ + public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks"); + } + /** + * Updates an existing webProperty-Google Ads link. This method supports patch + * semantics. (webPropertyAdWordsLinks.patch) + * + * @param string $accountId ID of the account which the given web property + * belongs to. + * @param string $webPropertyId Web property ID to retrieve the Google Ads link + * for. + * @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID. + * @param Google_Service_Analytics_EntityAdWordsLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityAdWordsLink + */ + public function patch($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink"); + } + /** + * Updates an existing webProperty-Google Ads link. + * (webPropertyAdWordsLinks.update) + * + * @param string $accountId ID of the account which the given web property + * belongs to. + * @param string $webPropertyId Web property ID to retrieve the Google Ads link + * for. + * @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID. + * @param Google_Service_Analytics_EntityAdWordsLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityAdWordsLink + */ + public function update($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_EntityAdWordsLink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebproperties.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebproperties.php new file mode 100644 index 000000000..135bc0b18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebproperties.php @@ -0,0 +1,110 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $webproperties = $analyticsService->webproperties; + * + */ +class Google_Service_Analytics_Resource_ManagementWebproperties extends Google_Service_Resource +{ + /** + * Gets a web property to which the user has access. (webproperties.get) + * + * @param string $accountId Account ID to retrieve the web property for. + * @param string $webPropertyId ID to retrieve the web property for. + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Webproperty + */ + public function get($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Analytics_Webproperty"); + } + /** + * Create a new property if the account has fewer than 20 properties. Web + * properties are visible in the Google Analytics interface only if they have at + * least one profile. (webproperties.insert) + * + * @param string $accountId Account ID to create the web property for. + * @param Google_Service_Analytics_Webproperty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Webproperty + */ + public function insert($accountId, Google_Service_Analytics_Webproperty $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_Webproperty"); + } + /** + * Lists web properties to which the user has access. + * (webproperties.listManagementWebproperties) + * + * @param string $accountId Account ID to retrieve web properties for. Can + * either be a specific account ID or '~all', which refers to all the accounts + * that user has access to. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of web properties to include in + * this response. + * @opt_param int start-index An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter. + * @return Google_Service_Analytics_Webproperties + */ + public function listManagementWebproperties($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Webproperties"); + } + /** + * Updates an existing web property. This method supports patch semantics. + * (webproperties.patch) + * + * @param string $accountId Account ID to which the web property belongs + * @param string $webPropertyId Web property ID + * @param Google_Service_Analytics_Webproperty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Webproperty + */ + public function patch($accountId, $webPropertyId, Google_Service_Analytics_Webproperty $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Analytics_Webproperty"); + } + /** + * Updates an existing web property. (webproperties.update) + * + * @param string $accountId Account ID to which the web property belongs + * @param string $webPropertyId Web property ID + * @param Google_Service_Analytics_Webproperty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Webproperty + */ + public function update($accountId, $webPropertyId, Google_Service_Analytics_Webproperty $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_Webproperty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebpropertyUserLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebpropertyUserLinks.php new file mode 100644 index 000000000..1baa5cd0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebpropertyUserLinks.php @@ -0,0 +1,98 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $webpropertyUserLinks = $analyticsService->webpropertyUserLinks; + * + */ +class Google_Service_Analytics_Resource_ManagementWebpropertyUserLinks extends Google_Service_Resource +{ + /** + * Removes a user from the given web property. (webpropertyUserLinks.delete) + * + * @param string $accountId Account ID to delete the user link for. + * @param string $webPropertyId Web Property ID to delete the user link for. + * @param string $linkId Link ID to delete the user link for. + * @param array $optParams Optional parameters. + */ + public function delete($accountId, $webPropertyId, $linkId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a new user to the given web property. (webpropertyUserLinks.insert) + * + * @param string $accountId Account ID to create the user link for. + * @param string $webPropertyId Web Property ID to create the user link for. + * @param Google_Service_Analytics_EntityUserLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityUserLink + */ + public function insert($accountId, $webPropertyId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink"); + } + /** + * Lists webProperty-user links for a given web property. + * (webpropertyUserLinks.listManagementWebpropertyUserLinks) + * + * @param string $accountId Account ID which the given web property belongs to. + * @param string $webPropertyId Web Property ID for the webProperty-user links + * to retrieve. Can either be a specific web property ID or '~all', which refers + * to all the web properties that user has access to. + * @param array $optParams Optional parameters. + * + * @opt_param int max-results The maximum number of webProperty-user Links to + * include in this response. + * @opt_param int start-index An index of the first webProperty-user link to + * retrieve. Use this parameter as a pagination mechanism along with the max- + * results parameter. + * @return Google_Service_Analytics_EntityUserLinks + */ + public function listManagementWebpropertyUserLinks($accountId, $webPropertyId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks"); + } + /** + * Updates permissions for an existing user on the given web property. + * (webpropertyUserLinks.update) + * + * @param string $accountId Account ID to update the account-user link for. + * @param string $webPropertyId Web property ID to update the account-user link + * for. + * @param string $linkId Link ID to update the account-user link for. + * @param Google_Service_Analytics_EntityUserLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_EntityUserLink + */ + public function update($accountId, $webPropertyId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams = array()) + { + $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Analytics_EntityUserLink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Metadata.php new file mode 100644 index 000000000..a6dc94fda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Metadata.php @@ -0,0 +1,28 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $metadata = $analyticsService->metadata; + * + */ +class Google_Service_Analytics_Resource_Metadata extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/MetadataColumns.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/MetadataColumns.php new file mode 100644 index 000000000..e32f5b0cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/MetadataColumns.php @@ -0,0 +1,42 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $columns = $analyticsService->columns; + * + */ +class Google_Service_Analytics_Resource_MetadataColumns extends Google_Service_Resource +{ + /** + * Lists all columns for a report type (columns.listMetadataColumns) + * + * @param string $reportType Report type. Allowed Values: 'ga'. Where 'ga' + * corresponds to the Core Reporting API + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_Columns + */ + public function listMetadataColumns($reportType, $optParams = array()) + { + $params = array('reportType' => $reportType); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Analytics_Columns"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Provisioning.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Provisioning.php new file mode 100644 index 000000000..acb122448 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Provisioning.php @@ -0,0 +1,54 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $provisioning = $analyticsService->provisioning; + * + */ +class Google_Service_Analytics_Resource_Provisioning extends Google_Service_Resource +{ + /** + * Creates an account ticket. (provisioning.createAccountTicket) + * + * @param Google_Service_Analytics_AccountTicket $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_AccountTicket + */ + public function createAccountTicket(Google_Service_Analytics_AccountTicket $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createAccountTicket', array($params), "Google_Service_Analytics_AccountTicket"); + } + /** + * Provision account. (provisioning.createAccountTree) + * + * @param Google_Service_Analytics_AccountTreeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_AccountTreeResponse + */ + public function createAccountTree(Google_Service_Analytics_AccountTreeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createAccountTree', array($params), "Google_Service_Analytics_AccountTreeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.php new file mode 100644 index 000000000..372cba671 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.php @@ -0,0 +1,28 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $userDeletion = $analyticsService->userDeletion; + * + */ +class Google_Service_Analytics_Resource_UserDeletion extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletionUserDeletionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletionUserDeletionRequest.php new file mode 100644 index 000000000..bc8212366 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletionUserDeletionRequest.php @@ -0,0 +1,41 @@ + + * $analyticsService = new Google_Service_Analytics(...); + * $userDeletionRequest = $analyticsService->userDeletionRequest; + * + */ +class Google_Service_Analytics_Resource_UserDeletionUserDeletionRequest extends Google_Service_Resource +{ + /** + * Insert or update a user deletion requests. (userDeletionRequest.upsert) + * + * @param Google_Service_Analytics_UserDeletionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Analytics_UserDeletionRequest + */ + public function upsert(Google_Service_Analytics_UserDeletionRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upsert', array($params), "Google_Service_Analytics_UserDeletionRequest"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Segment.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Segment.php new file mode 100644 index 000000000..a14d9b201 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Segment.php @@ -0,0 +1,102 @@ +created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDefinition($definition) + { + $this->definition = $definition; + } + public function getDefinition() + { + return $this->definition; + } + 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 setSegmentId($segmentId) + { + $this->segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Segments.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Segments.php new file mode 100644 index 000000000..1ed0e6a31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Segments.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Segment + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php new file mode 100644 index 000000000..453ae7eb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php @@ -0,0 +1,210 @@ + "end-date", + "startDate" => "start-date", + ); + public $accountId; + protected $cloudStorageDownloadDetailsType = 'Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails'; + protected $cloudStorageDownloadDetailsDataType = ''; + public $created; + public $dimensions; + public $downloadType; + protected $driveDownloadDetailsType = 'Google_Service_Analytics_UnsampledReportDriveDownloadDetails'; + protected $driveDownloadDetailsDataType = ''; + public $endDate; + public $filters; + public $id; + public $kind; + public $metrics; + public $profileId; + public $segment; + public $selfLink; + public $startDate; + public $status; + public $title; + public $updated; + public $webPropertyId; + + public function setAccountId($accountId) + { + $this->accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails + */ + public function setCloudStorageDownloadDetails(Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails $cloudStorageDownloadDetails) + { + $this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails; + } + /** + * @return Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails + */ + public function getCloudStorageDownloadDetails() + { + return $this->cloudStorageDownloadDetails; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setDownloadType($downloadType) + { + $this->downloadType = $downloadType; + } + public function getDownloadType() + { + return $this->downloadType; + } + /** + * @param Google_Service_Analytics_UnsampledReportDriveDownloadDetails + */ + public function setDriveDownloadDetails(Google_Service_Analytics_UnsampledReportDriveDownloadDetails $driveDownloadDetails) + { + $this->driveDownloadDetails = $driveDownloadDetails; + } + /** + * @return Google_Service_Analytics_UnsampledReportDriveDownloadDetails + */ + public function getDriveDownloadDetails() + { + return $this->driveDownloadDetails; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setFilters($filters) + { + $this->filters = $filters; + } + public function getFilters() + { + return $this->filters; + } + 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 setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setSegment($segment) + { + $this->segment = $segment; + } + public function getSegment() + { + return $this->segment; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php new file mode 100644 index 000000000..e2966fde7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php @@ -0,0 +1,39 @@ +bucketId = $bucketId; + } + public function getBucketId() + { + return $this->bucketId; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportDriveDownloadDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportDriveDownloadDetails.php new file mode 100644 index 000000000..940e56abe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportDriveDownloadDetails.php @@ -0,0 +1,30 @@ +documentId = $documentId; + } + public function getDocumentId() + { + return $this->documentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReports.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReports.php new file mode 100644 index 000000000..a173c2cba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReports.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_UnsampledReport + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php new file mode 100644 index 000000000..0632a4baa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php @@ -0,0 +1,85 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setCustomDataSourceId($customDataSourceId) + { + $this->customDataSourceId = $customDataSourceId; + } + public function getCustomDataSourceId() + { + return $this->customDataSourceId; + } + public function setErrors($errors) + { + $this->errors = $errors; + } + public function getErrors() + { + return $this->errors; + } + 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 setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUploadTime($uploadTime) + { + $this->uploadTime = $uploadTime; + } + public function getUploadTime() + { + return $this->uploadTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.php new file mode 100644 index 000000000..7d3c57755 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.php @@ -0,0 +1,92 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Upload + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.php new file mode 100644 index 000000000..4beba5444 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.php @@ -0,0 +1,82 @@ +deletionRequestTime = $deletionRequestTime; + } + public function getDeletionRequestTime() + { + return $this->deletionRequestTime; + } + public function setFirebaseProjectId($firebaseProjectId) + { + $this->firebaseProjectId = $firebaseProjectId; + } + public function getFirebaseProjectId() + { + return $this->firebaseProjectId; + } + /** + * @param Google_Service_Analytics_UserDeletionRequestId + */ + public function setId(Google_Service_Analytics_UserDeletionRequestId $id) + { + $this->id = $id; + } + /** + * @return Google_Service_Analytics_UserDeletionRequestId + */ + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPropertyId($propertyId) + { + $this->propertyId = $propertyId; + } + public function getPropertyId() + { + return $this->propertyId; + } + public function setWebPropertyId($webPropertyId) + { + $this->webPropertyId = $webPropertyId; + } + public function getWebPropertyId() + { + return $this->webPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.php new file mode 100644 index 000000000..940ad4291 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php new file mode 100644 index 000000000..75dcd7a51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php @@ -0,0 +1,48 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertyRef.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertyRef.php new file mode 100644 index 000000000..e858f5df4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertyRef.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setHref($href) + { + $this->href = $href; + } + public function getHref() + { + return $this->href; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertySummary.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertySummary.php new file mode 100644 index 000000000..f72dca248 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebPropertySummary.php @@ -0,0 +1,101 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Analytics_ProfileSummary + */ + public function setProfiles($profiles) + { + $this->profiles = $profiles; + } + /** + * @return Google_Service_Analytics_ProfileSummary + */ + public function getProfiles() + { + return $this->profiles; + } + public function setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php new file mode 100644 index 000000000..62ffdc7fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php @@ -0,0 +1,101 @@ +items = $items; + } + /** + * @return Google_Service_Analytics_Webproperty + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setPreviousLink($previousLink) + { + $this->previousLink = $previousLink; + } + public function getPreviousLink() + { + return $this->previousLink; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php new file mode 100644 index 000000000..b09e06983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php @@ -0,0 +1,213 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Analytics_WebpropertyChildLink + */ + public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $childLink) + { + $this->childLink = $childLink; + } + /** + * @return Google_Service_Analytics_WebpropertyChildLink + */ + public function getChildLink() + { + return $this->childLink; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDataRetentionResetOnNewActivity($dataRetentionResetOnNewActivity) + { + $this->dataRetentionResetOnNewActivity = $dataRetentionResetOnNewActivity; + } + public function getDataRetentionResetOnNewActivity() + { + return $this->dataRetentionResetOnNewActivity; + } + public function setDataRetentionTtl($dataRetentionTtl) + { + $this->dataRetentionTtl = $dataRetentionTtl; + } + public function getDataRetentionTtl() + { + return $this->dataRetentionTtl; + } + public function setDefaultProfileId($defaultProfileId) + { + $this->defaultProfileId = $defaultProfileId; + } + public function getDefaultProfileId() + { + return $this->defaultProfileId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIndustryVertical($industryVertical) + { + $this->industryVertical = $industryVertical; + } + public function getIndustryVertical() + { + return $this->industryVertical; + } + public function setInternalWebPropertyId($internalWebPropertyId) + { + $this->internalWebPropertyId = $internalWebPropertyId; + } + public function getInternalWebPropertyId() + { + return $this->internalWebPropertyId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Analytics_WebpropertyParentLink + */ + public function setParentLink(Google_Service_Analytics_WebpropertyParentLink $parentLink) + { + $this->parentLink = $parentLink; + } + /** + * @return Google_Service_Analytics_WebpropertyParentLink + */ + public function getParentLink() + { + return $this->parentLink; + } + /** + * @param Google_Service_Analytics_WebpropertyPermissions + */ + public function setPermissions(Google_Service_Analytics_WebpropertyPermissions $permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Analytics_WebpropertyPermissions + */ + public function getPermissions() + { + return $this->permissions; + } + public function setProfileCount($profileCount) + { + $this->profileCount = $profileCount; + } + public function getProfileCount() + { + return $this->profileCount; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php new file mode 100644 index 000000000..a9917319c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyParentLink.php new file mode 100644 index 000000000..b858e7449 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyParentLink.php @@ -0,0 +1,39 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyPermissions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyPermissions.php new file mode 100644 index 000000000..1a8b2bede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyPermissions.php @@ -0,0 +1,31 @@ +effective = $effective; + } + public function getEffective() + { + return $this->effective; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting.php new file mode 100644 index 000000000..79bad6803 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting.php @@ -0,0 +1,87 @@ + + * Accesses Analytics report data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AnalyticsReporting extends Google_Service +{ + /** View and manage your Google Analytics data. */ + const ANALYTICS = + "https://www.googleapis.com/auth/analytics"; + /** View your Google Analytics data. */ + const ANALYTICS_READONLY = + "https://www.googleapis.com/auth/analytics.readonly"; + + public $reports; + public $userActivity; + + /** + * Constructs the internal representation of the AnalyticsReporting 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://analyticsreporting.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v4'; + $this->serviceName = 'analyticsreporting'; + + $this->reports = new Google_Service_AnalyticsReporting_Resource_Reports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'batchGet' => array( + 'path' => 'v4/reports:batchGet', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->userActivity = new Google_Service_AnalyticsReporting_Resource_UserActivity( + $this, + $this->serviceName, + 'userActivity', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v4/userActivity:search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Activity.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Activity.php new file mode 100644 index 000000000..4fbe92044 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Activity.php @@ -0,0 +1,199 @@ +activityTime = $activityTime; + } + public function getActivityTime() + { + return $this->activityTime; + } + public function setActivityType($activityType) + { + $this->activityType = $activityType; + } + public function getActivityType() + { + return $this->activityType; + } + /** + * @param Google_Service_AnalyticsReporting_ScreenviewData + */ + public function setAppview(Google_Service_AnalyticsReporting_ScreenviewData $appview) + { + $this->appview = $appview; + } + /** + * @return Google_Service_AnalyticsReporting_ScreenviewData + */ + public function getAppview() + { + return $this->appview; + } + public function setCampaign($campaign) + { + $this->campaign = $campaign; + } + public function getCampaign() + { + return $this->campaign; + } + public function setChannelGrouping($channelGrouping) + { + $this->channelGrouping = $channelGrouping; + } + public function getChannelGrouping() + { + return $this->channelGrouping; + } + /** + * @param Google_Service_AnalyticsReporting_CustomDimension + */ + public function setCustomDimension($customDimension) + { + $this->customDimension = $customDimension; + } + /** + * @return Google_Service_AnalyticsReporting_CustomDimension + */ + public function getCustomDimension() + { + return $this->customDimension; + } + /** + * @param Google_Service_AnalyticsReporting_EcommerceData + */ + public function setEcommerce(Google_Service_AnalyticsReporting_EcommerceData $ecommerce) + { + $this->ecommerce = $ecommerce; + } + /** + * @return Google_Service_AnalyticsReporting_EcommerceData + */ + public function getEcommerce() + { + return $this->ecommerce; + } + /** + * @param Google_Service_AnalyticsReporting_EventData + */ + public function setEvent(Google_Service_AnalyticsReporting_EventData $event) + { + $this->event = $event; + } + /** + * @return Google_Service_AnalyticsReporting_EventData + */ + public function getEvent() + { + return $this->event; + } + /** + * @param Google_Service_AnalyticsReporting_GoalSetData + */ + public function setGoals(Google_Service_AnalyticsReporting_GoalSetData $goals) + { + $this->goals = $goals; + } + /** + * @return Google_Service_AnalyticsReporting_GoalSetData + */ + public function getGoals() + { + return $this->goals; + } + public function setHostname($hostname) + { + $this->hostname = $hostname; + } + public function getHostname() + { + return $this->hostname; + } + public function setKeyword($keyword) + { + $this->keyword = $keyword; + } + public function getKeyword() + { + return $this->keyword; + } + public function setLandingPagePath($landingPagePath) + { + $this->landingPagePath = $landingPagePath; + } + public function getLandingPagePath() + { + return $this->landingPagePath; + } + public function setMedium($medium) + { + $this->medium = $medium; + } + public function getMedium() + { + return $this->medium; + } + /** + * @param Google_Service_AnalyticsReporting_PageviewData + */ + public function setPageview(Google_Service_AnalyticsReporting_PageviewData $pageview) + { + $this->pageview = $pageview; + } + /** + * @return Google_Service_AnalyticsReporting_PageviewData + */ + public function getPageview() + { + return $this->pageview; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Cohort.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Cohort.php new file mode 100644 index 000000000..4092c312a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Cohort.php @@ -0,0 +1,55 @@ +dateRange = $dateRange; + } + /** + * @return Google_Service_AnalyticsReporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php new file mode 100644 index 000000000..753fb164a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php @@ -0,0 +1,47 @@ +cohorts = $cohorts; + } + /** + * @return Google_Service_AnalyticsReporting_Cohort + */ + public function getCohorts() + { + return $this->cohorts; + } + public function setLifetimeValue($lifetimeValue) + { + $this->lifetimeValue = $lifetimeValue; + } + public function getLifetimeValue() + { + return $this->lifetimeValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php new file mode 100644 index 000000000..94086f285 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php @@ -0,0 +1,47 @@ +dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + /** + * @param Google_Service_AnalyticsReporting_MetricHeader + */ + public function setMetricHeader(Google_Service_AnalyticsReporting_MetricHeader $metricHeader) + { + $this->metricHeader = $metricHeader; + } + /** + * @return Google_Service_AnalyticsReporting_MetricHeader + */ + public function getMetricHeader() + { + return $this->metricHeader; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CustomDimension.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CustomDimension.php new file mode 100644 index 000000000..19c1792cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CustomDimension.php @@ -0,0 +1,39 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php new file mode 100644 index 000000000..c4863d942 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php @@ -0,0 +1,39 @@ +endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRangeValues.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRangeValues.php new file mode 100644 index 000000000..5281572be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRangeValues.php @@ -0,0 +1,47 @@ +pivotValueRegions = $pivotValueRegions; + } + /** + * @return Google_Service_AnalyticsReporting_PivotValueRegion + */ + public function getPivotValueRegions() + { + return $this->pivotValueRegions; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php new file mode 100644 index 000000000..4f2c6449d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php @@ -0,0 +1,40 @@ +histogramBuckets = $histogramBuckets; + } + public function getHistogramBuckets() + { + return $this->histogramBuckets; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilter.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilter.php new file mode 100644 index 000000000..d5c48bf31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilter.php @@ -0,0 +1,67 @@ +caseSensitive = $caseSensitive; + } + public function getCaseSensitive() + { + return $this->caseSensitive; + } + public function setDimensionName($dimensionName) + { + $this->dimensionName = $dimensionName; + } + public function getDimensionName() + { + return $this->dimensionName; + } + public function setExpressions($expressions) + { + $this->expressions = $expressions; + } + public function getExpressions() + { + return $this->expressions; + } + public function setNot($not) + { + $this->not = $not; + } + public function getNot() + { + return $this->not; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilterClause.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilterClause.php new file mode 100644 index 000000000..b5c78451c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilterClause.php @@ -0,0 +1,47 @@ +filters = $filters; + } + /** + * @return Google_Service_AnalyticsReporting_DimensionFilter + */ + public function getFilters() + { + return $this->filters; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php new file mode 100644 index 000000000..35d930980 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php @@ -0,0 +1,62 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_AnalyticsReporting_SegmentDefinition + */ + public function setSessionSegment(Google_Service_AnalyticsReporting_SegmentDefinition $sessionSegment) + { + $this->sessionSegment = $sessionSegment; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentDefinition + */ + public function getSessionSegment() + { + return $this->sessionSegment; + } + /** + * @param Google_Service_AnalyticsReporting_SegmentDefinition + */ + public function setUserSegment(Google_Service_AnalyticsReporting_SegmentDefinition $userSegment) + { + $this->userSegment = $userSegment; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentDefinition + */ + public function getUserSegment() + { + return $this->userSegment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EcommerceData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EcommerceData.php new file mode 100644 index 000000000..e26a9d069 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EcommerceData.php @@ -0,0 +1,72 @@ +actionType = $actionType; + } + public function getActionType() + { + return $this->actionType; + } + public function setEcommerceType($ecommerceType) + { + $this->ecommerceType = $ecommerceType; + } + public function getEcommerceType() + { + return $this->ecommerceType; + } + /** + * @param Google_Service_AnalyticsReporting_ProductData + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_AnalyticsReporting_ProductData + */ + public function getProducts() + { + return $this->products; + } + /** + * @param Google_Service_AnalyticsReporting_TransactionData + */ + public function setTransaction(Google_Service_AnalyticsReporting_TransactionData $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_AnalyticsReporting_TransactionData + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EventData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EventData.php new file mode 100644 index 000000000..432178a7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/EventData.php @@ -0,0 +1,66 @@ +eventAction = $eventAction; + } + public function getEventAction() + { + return $this->eventAction; + } + public function setEventCategory($eventCategory) + { + $this->eventCategory = $eventCategory; + } + public function getEventCategory() + { + return $this->eventCategory; + } + public function setEventCount($eventCount) + { + $this->eventCount = $eventCount; + } + public function getEventCount() + { + return $this->eventCount; + } + public function setEventLabel($eventLabel) + { + $this->eventLabel = $eventLabel; + } + public function getEventLabel() + { + return $this->eventLabel; + } + public function setEventValue($eventValue) + { + $this->eventValue = $eventValue; + } + public function getEventValue() + { + return $this->eventValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php new file mode 100644 index 000000000..a645cbc35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php @@ -0,0 +1,47 @@ +reportRequests = $reportRequests; + } + /** + * @return Google_Service_AnalyticsReporting_ReportRequest + */ + public function getReportRequests() + { + return $this->reportRequests; + } + public function setUseResourceQuotas($useResourceQuotas) + { + $this->useResourceQuotas = $useResourceQuotas; + } + public function getUseResourceQuotas() + { + return $this->useResourceQuotas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.php new file mode 100644 index 000000000..779337ea0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.php @@ -0,0 +1,63 @@ +queryCost = $queryCost; + } + public function getQueryCost() + { + return $this->queryCost; + } + /** + * @param Google_Service_AnalyticsReporting_Report + */ + public function setReports($reports) + { + $this->reports = $reports; + } + /** + * @return Google_Service_AnalyticsReporting_Report + */ + public function getReports() + { + return $this->reports; + } + /** + * @param Google_Service_AnalyticsReporting_ResourceQuotasRemaining + */ + public function setResourceQuotasRemaining(Google_Service_AnalyticsReporting_ResourceQuotasRemaining $resourceQuotasRemaining) + { + $this->resourceQuotasRemaining = $resourceQuotasRemaining; + } + /** + * @return Google_Service_AnalyticsReporting_ResourceQuotasRemaining + */ + public function getResourceQuotasRemaining() + { + return $this->resourceQuotasRemaining; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalData.php new file mode 100644 index 000000000..4c04a0ca1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalData.php @@ -0,0 +1,93 @@ +goalCompletionLocation = $goalCompletionLocation; + } + public function getGoalCompletionLocation() + { + return $this->goalCompletionLocation; + } + public function setGoalCompletions($goalCompletions) + { + $this->goalCompletions = $goalCompletions; + } + public function getGoalCompletions() + { + return $this->goalCompletions; + } + public function setGoalIndex($goalIndex) + { + $this->goalIndex = $goalIndex; + } + public function getGoalIndex() + { + return $this->goalIndex; + } + public function setGoalName($goalName) + { + $this->goalName = $goalName; + } + public function getGoalName() + { + return $this->goalName; + } + public function setGoalPreviousStep1($goalPreviousStep1) + { + $this->goalPreviousStep1 = $goalPreviousStep1; + } + public function getGoalPreviousStep1() + { + return $this->goalPreviousStep1; + } + public function setGoalPreviousStep2($goalPreviousStep2) + { + $this->goalPreviousStep2 = $goalPreviousStep2; + } + public function getGoalPreviousStep2() + { + return $this->goalPreviousStep2; + } + public function setGoalPreviousStep3($goalPreviousStep3) + { + $this->goalPreviousStep3 = $goalPreviousStep3; + } + public function getGoalPreviousStep3() + { + return $this->goalPreviousStep3; + } + public function setGoalValue($goalValue) + { + $this->goalValue = $goalValue; + } + public function getGoalValue() + { + return $this->goalValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalSetData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalSetData.php new file mode 100644 index 000000000..c6d08e80b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalSetData.php @@ -0,0 +1,38 @@ +goals = $goals; + } + /** + * @return Google_Service_AnalyticsReporting_GoalData + */ + public function getGoals() + { + return $this->goals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php new file mode 100644 index 000000000..4fbe3791f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php @@ -0,0 +1,48 @@ +alias = $alias; + } + public function getAlias() + { + return $this->alias; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setFormattingType($formattingType) + { + $this->formattingType = $formattingType; + } + public function getFormattingType() + { + return $this->formattingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilter.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilter.php new file mode 100644 index 000000000..fc5c553e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilter.php @@ -0,0 +1,57 @@ +comparisonValue = $comparisonValue; + } + public function getComparisonValue() + { + return $this->comparisonValue; + } + public function setMetricName($metricName) + { + $this->metricName = $metricName; + } + public function getMetricName() + { + return $this->metricName; + } + public function setNot($not) + { + $this->not = $not; + } + public function getNot() + { + return $this->not; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilterClause.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilterClause.php new file mode 100644 index 000000000..7ece24ecf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilterClause.php @@ -0,0 +1,47 @@ +filters = $filters; + } + /** + * @return Google_Service_AnalyticsReporting_MetricFilter + */ + public function getFilters() + { + return $this->filters; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php new file mode 100644 index 000000000..023bb10d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php @@ -0,0 +1,54 @@ +metricHeaderEntries = $metricHeaderEntries; + } + /** + * @return Google_Service_AnalyticsReporting_MetricHeaderEntry + */ + public function getMetricHeaderEntries() + { + return $this->metricHeaderEntries; + } + /** + * @param Google_Service_AnalyticsReporting_PivotHeader + */ + public function setPivotHeaders($pivotHeaders) + { + $this->pivotHeaders = $pivotHeaders; + } + /** + * @return Google_Service_AnalyticsReporting_PivotHeader + */ + public function getPivotHeaders() + { + return $this->pivotHeaders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.php new file mode 100644 index 000000000..90998f0bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrFiltersForSegment.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrFiltersForSegment.php new file mode 100644 index 000000000..67188e379 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrFiltersForSegment.php @@ -0,0 +1,38 @@ +segmentFilterClauses = $segmentFilterClauses; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentFilterClause + */ + public function getSegmentFilterClauses() + { + return $this->segmentFilterClauses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.php new file mode 100644 index 000000000..0081da21e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.php @@ -0,0 +1,48 @@ +fieldName = $fieldName; + } + public function getFieldName() + { + return $this->fieldName; + } + public function setOrderType($orderType) + { + $this->orderType = $orderType; + } + public function getOrderType() + { + return $this->orderType; + } + public function setSortOrder($sortOrder) + { + $this->sortOrder = $sortOrder; + } + public function getSortOrder() + { + return $this->sortOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PageviewData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PageviewData.php new file mode 100644 index 000000000..0cab76f91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PageviewData.php @@ -0,0 +1,39 @@ +pagePath = $pagePath; + } + public function getPagePath() + { + return $this->pagePath; + } + public function setPageTitle($pageTitle) + { + $this->pageTitle = $pageTitle; + } + public function getPageTitle() + { + return $this->pageTitle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Pivot.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Pivot.php new file mode 100644 index 000000000..76ffc9890 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Pivot.php @@ -0,0 +1,88 @@ +dimensionFilterClauses = $dimensionFilterClauses; + } + /** + * @return Google_Service_AnalyticsReporting_DimensionFilterClause + */ + public function getDimensionFilterClauses() + { + return $this->dimensionFilterClauses; + } + /** + * @param Google_Service_AnalyticsReporting_Dimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_AnalyticsReporting_Dimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setMaxGroupCount($maxGroupCount) + { + $this->maxGroupCount = $maxGroupCount; + } + public function getMaxGroupCount() + { + return $this->maxGroupCount; + } + /** + * @param Google_Service_AnalyticsReporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_AnalyticsReporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } + public function setStartGroup($startGroup) + { + $this->startGroup = $startGroup; + } + public function getStartGroup() + { + return $this->startGroup; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php new file mode 100644 index 000000000..5c83975c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php @@ -0,0 +1,47 @@ +pivotHeaderEntries = $pivotHeaderEntries; + } + /** + * @return Google_Service_AnalyticsReporting_PivotHeaderEntry + */ + public function getPivotHeaderEntries() + { + return $this->pivotHeaderEntries; + } + public function setTotalPivotGroupsCount($totalPivotGroupsCount) + { + $this->totalPivotGroupsCount = $totalPivotGroupsCount; + } + public function getTotalPivotGroupsCount() + { + return $this->totalPivotGroupsCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php new file mode 100644 index 000000000..962c9ea60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php @@ -0,0 +1,56 @@ +dimensionNames = $dimensionNames; + } + public function getDimensionNames() + { + return $this->dimensionNames; + } + public function setDimensionValues($dimensionValues) + { + $this->dimensionValues = $dimensionValues; + } + public function getDimensionValues() + { + return $this->dimensionValues; + } + /** + * @param Google_Service_AnalyticsReporting_MetricHeaderEntry + */ + public function setMetric(Google_Service_AnalyticsReporting_MetricHeaderEntry $metric) + { + $this->metric = $metric; + } + /** + * @return Google_Service_AnalyticsReporting_MetricHeaderEntry + */ + public function getMetric() + { + return $this->metric; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.php new file mode 100644 index 000000000..c8823bbce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ProductData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ProductData.php new file mode 100644 index 000000000..60da363bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ProductData.php @@ -0,0 +1,57 @@ +itemRevenue = $itemRevenue; + } + public function getItemRevenue() + { + return $this->itemRevenue; + } + public function setProductName($productName) + { + $this->productName = $productName; + } + public function getProductName() + { + return $this->productName; + } + public function setProductQuantity($productQuantity) + { + $this->productQuantity = $productQuantity; + } + public function getProductQuantity() + { + return $this->productQuantity; + } + public function setProductSku($productSku) + { + $this->productSku = $productSku; + } + public function getProductSku() + { + return $this->productSku; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Report.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Report.php new file mode 100644 index 000000000..4e997bb75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Report.php @@ -0,0 +1,62 @@ +columnHeader = $columnHeader; + } + /** + * @return Google_Service_AnalyticsReporting_ColumnHeader + */ + public function getColumnHeader() + { + return $this->columnHeader; + } + /** + * @param Google_Service_AnalyticsReporting_ReportData + */ + public function setData(Google_Service_AnalyticsReporting_ReportData $data) + { + $this->data = $data; + } + /** + * @return Google_Service_AnalyticsReporting_ReportData + */ + public function getData() + { + return $this->data; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php new file mode 100644 index 000000000..28ce25daf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php @@ -0,0 +1,131 @@ +dataLastRefreshed = $dataLastRefreshed; + } + public function getDataLastRefreshed() + { + return $this->dataLastRefreshed; + } + public function setIsDataGolden($isDataGolden) + { + $this->isDataGolden = $isDataGolden; + } + public function getIsDataGolden() + { + return $this->isDataGolden; + } + /** + * @param Google_Service_AnalyticsReporting_DateRangeValues + */ + public function setMaximums($maximums) + { + $this->maximums = $maximums; + } + /** + * @return Google_Service_AnalyticsReporting_DateRangeValues + */ + public function getMaximums() + { + return $this->maximums; + } + /** + * @param Google_Service_AnalyticsReporting_DateRangeValues + */ + public function setMinimums($minimums) + { + $this->minimums = $minimums; + } + /** + * @return Google_Service_AnalyticsReporting_DateRangeValues + */ + public function getMinimums() + { + return $this->minimums; + } + public function setRowCount($rowCount) + { + $this->rowCount = $rowCount; + } + public function getRowCount() + { + return $this->rowCount; + } + /** + * @param Google_Service_AnalyticsReporting_ReportRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_AnalyticsReporting_ReportRow + */ + public function getRows() + { + return $this->rows; + } + public function setSamplesReadCounts($samplesReadCounts) + { + $this->samplesReadCounts = $samplesReadCounts; + } + public function getSamplesReadCounts() + { + return $this->samplesReadCounts; + } + public function setSamplingSpaceSizes($samplingSpaceSizes) + { + $this->samplingSpaceSizes = $samplingSpaceSizes; + } + public function getSamplingSpaceSizes() + { + return $this->samplingSpaceSizes; + } + /** + * @param Google_Service_AnalyticsReporting_DateRangeValues + */ + public function setTotals($totals) + { + $this->totals = $totals; + } + /** + * @return Google_Service_AnalyticsReporting_DateRangeValues + */ + public function getTotals() + { + return $this->totals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.php new file mode 100644 index 000000000..dc15c9981 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.php @@ -0,0 +1,238 @@ +cohortGroup = $cohortGroup; + } + /** + * @return Google_Service_AnalyticsReporting_CohortGroup + */ + public function getCohortGroup() + { + return $this->cohortGroup; + } + /** + * @param Google_Service_AnalyticsReporting_DateRange + */ + public function setDateRanges($dateRanges) + { + $this->dateRanges = $dateRanges; + } + /** + * @return Google_Service_AnalyticsReporting_DateRange + */ + public function getDateRanges() + { + return $this->dateRanges; + } + /** + * @param Google_Service_AnalyticsReporting_DimensionFilterClause + */ + public function setDimensionFilterClauses($dimensionFilterClauses) + { + $this->dimensionFilterClauses = $dimensionFilterClauses; + } + /** + * @return Google_Service_AnalyticsReporting_DimensionFilterClause + */ + public function getDimensionFilterClauses() + { + return $this->dimensionFilterClauses; + } + /** + * @param Google_Service_AnalyticsReporting_Dimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_AnalyticsReporting_Dimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setFiltersExpression($filtersExpression) + { + $this->filtersExpression = $filtersExpression; + } + public function getFiltersExpression() + { + return $this->filtersExpression; + } + public function setHideTotals($hideTotals) + { + $this->hideTotals = $hideTotals; + } + public function getHideTotals() + { + return $this->hideTotals; + } + public function setHideValueRanges($hideValueRanges) + { + $this->hideValueRanges = $hideValueRanges; + } + public function getHideValueRanges() + { + return $this->hideValueRanges; + } + public function setIncludeEmptyRows($includeEmptyRows) + { + $this->includeEmptyRows = $includeEmptyRows; + } + public function getIncludeEmptyRows() + { + return $this->includeEmptyRows; + } + /** + * @param Google_Service_AnalyticsReporting_MetricFilterClause + */ + public function setMetricFilterClauses($metricFilterClauses) + { + $this->metricFilterClauses = $metricFilterClauses; + } + /** + * @return Google_Service_AnalyticsReporting_MetricFilterClause + */ + public function getMetricFilterClauses() + { + return $this->metricFilterClauses; + } + /** + * @param Google_Service_AnalyticsReporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_AnalyticsReporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_AnalyticsReporting_OrderBy + */ + public function setOrderBys($orderBys) + { + $this->orderBys = $orderBys; + } + /** + * @return Google_Service_AnalyticsReporting_OrderBy + */ + public function getOrderBys() + { + return $this->orderBys; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_AnalyticsReporting_Pivot + */ + public function setPivots($pivots) + { + $this->pivots = $pivots; + } + /** + * @return Google_Service_AnalyticsReporting_Pivot + */ + public function getPivots() + { + return $this->pivots; + } + public function setSamplingLevel($samplingLevel) + { + $this->samplingLevel = $samplingLevel; + } + public function getSamplingLevel() + { + return $this->samplingLevel; + } + /** + * @param Google_Service_AnalyticsReporting_Segment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_AnalyticsReporting_Segment + */ + public function getSegments() + { + return $this->segments; + } + public function setViewId($viewId) + { + $this->viewId = $viewId; + } + public function getViewId() + { + return $this->viewId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php new file mode 100644 index 000000000..63710ad84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php @@ -0,0 +1,47 @@ +dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + /** + * @param Google_Service_AnalyticsReporting_DateRangeValues + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_AnalyticsReporting_DateRangeValues + */ + public function getMetrics() + { + return $this->metrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.php new file mode 100644 index 000000000..ebecdeba5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.php @@ -0,0 +1,41 @@ + + * $analyticsreportingService = new Google_Service_AnalyticsReporting(...); + * $reports = $analyticsreportingService->reports; + * + */ +class Google_Service_AnalyticsReporting_Resource_Reports extends Google_Service_Resource +{ + /** + * Returns the Analytics data. (reports.batchGet) + * + * @param Google_Service_AnalyticsReporting_GetReportsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AnalyticsReporting_GetReportsResponse + */ + public function batchGet(Google_Service_AnalyticsReporting_GetReportsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchGet', array($params), "Google_Service_AnalyticsReporting_GetReportsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/UserActivity.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/UserActivity.php new file mode 100644 index 000000000..834f1252b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/UserActivity.php @@ -0,0 +1,41 @@ + + * $analyticsreportingService = new Google_Service_AnalyticsReporting(...); + * $userActivity = $analyticsreportingService->userActivity; + * + */ +class Google_Service_AnalyticsReporting_Resource_UserActivity extends Google_Service_Resource +{ + /** + * Returns User Activity data. (userActivity.search) + * + * @param Google_Service_AnalyticsReporting_SearchUserActivityRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AnalyticsReporting_SearchUserActivityResponse + */ + public function search(Google_Service_AnalyticsReporting_SearchUserActivityRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_AnalyticsReporting_SearchUserActivityResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ResourceQuotasRemaining.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ResourceQuotasRemaining.php new file mode 100644 index 000000000..138bb3368 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ResourceQuotasRemaining.php @@ -0,0 +1,39 @@ +dailyQuotaTokensRemaining = $dailyQuotaTokensRemaining; + } + public function getDailyQuotaTokensRemaining() + { + return $this->dailyQuotaTokensRemaining; + } + public function setHourlyQuotaTokensRemaining($hourlyQuotaTokensRemaining) + { + $this->hourlyQuotaTokensRemaining = $hourlyQuotaTokensRemaining; + } + public function getHourlyQuotaTokensRemaining() + { + return $this->hourlyQuotaTokensRemaining; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ScreenviewData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ScreenviewData.php new file mode 100644 index 000000000..5eb32b4ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ScreenviewData.php @@ -0,0 +1,57 @@ +appName = $appName; + } + public function getAppName() + { + return $this->appName; + } + public function setMobileDeviceBranding($mobileDeviceBranding) + { + $this->mobileDeviceBranding = $mobileDeviceBranding; + } + public function getMobileDeviceBranding() + { + return $this->mobileDeviceBranding; + } + public function setMobileDeviceModel($mobileDeviceModel) + { + $this->mobileDeviceModel = $mobileDeviceModel; + } + public function getMobileDeviceModel() + { + return $this->mobileDeviceModel; + } + public function setScreenName($screenName) + { + $this->screenName = $screenName; + } + public function getScreenName() + { + return $this->screenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityRequest.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityRequest.php new file mode 100644 index 000000000..52600808f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityRequest.php @@ -0,0 +1,90 @@ +activityTypes = $activityTypes; + } + public function getActivityTypes() + { + return $this->activityTypes; + } + /** + * @param Google_Service_AnalyticsReporting_DateRange + */ + public function setDateRange(Google_Service_AnalyticsReporting_DateRange $dateRange) + { + $this->dateRange = $dateRange; + } + /** + * @return Google_Service_AnalyticsReporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_AnalyticsReporting_User + */ + public function setUser(Google_Service_AnalyticsReporting_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_AnalyticsReporting_User + */ + public function getUser() + { + return $this->user; + } + public function setViewId($viewId) + { + $this->viewId = $viewId; + } + public function getViewId() + { + return $this->viewId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityResponse.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityResponse.php new file mode 100644 index 000000000..b6b058db4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityResponse.php @@ -0,0 +1,65 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSampleRate($sampleRate) + { + $this->sampleRate = $sampleRate; + } + public function getSampleRate() + { + return $this->sampleRate; + } + /** + * @param Google_Service_AnalyticsReporting_UserActivitySession + */ + public function setSessions($sessions) + { + $this->sessions = $sessions; + } + /** + * @return Google_Service_AnalyticsReporting_UserActivitySession + */ + public function getSessions() + { + return $this->sessions; + } + public function setTotalRows($totalRows) + { + $this->totalRows = $totalRows; + } + public function getTotalRows() + { + return $this->totalRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Segment.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Segment.php new file mode 100644 index 000000000..a79edf9ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Segment.php @@ -0,0 +1,46 @@ +dynamicSegment = $dynamicSegment; + } + /** + * @return Google_Service_AnalyticsReporting_DynamicSegment + */ + public function getDynamicSegment() + { + return $this->dynamicSegment; + } + public function setSegmentId($segmentId) + { + $this->segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php new file mode 100644 index 000000000..911e5a436 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php @@ -0,0 +1,38 @@ +segmentFilters = $segmentFilters; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentFilter + */ + public function getSegmentFilters() + { + return $this->segmentFilters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.php new file mode 100644 index 000000000..4cb044dc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.php @@ -0,0 +1,76 @@ +caseSensitive = $caseSensitive; + } + public function getCaseSensitive() + { + return $this->caseSensitive; + } + public function setDimensionName($dimensionName) + { + $this->dimensionName = $dimensionName; + } + public function getDimensionName() + { + return $this->dimensionName; + } + public function setExpressions($expressions) + { + $this->expressions = $expressions; + } + public function getExpressions() + { + return $this->expressions; + } + public function setMaxComparisonValue($maxComparisonValue) + { + $this->maxComparisonValue = $maxComparisonValue; + } + public function getMaxComparisonValue() + { + return $this->maxComparisonValue; + } + public function setMinComparisonValue($minComparisonValue) + { + $this->minComparisonValue = $minComparisonValue; + } + public function getMinComparisonValue() + { + return $this->minComparisonValue; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilter.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilter.php new file mode 100644 index 000000000..f0e32d188 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilter.php @@ -0,0 +1,62 @@ +not = $not; + } + public function getNot() + { + return $this->not; + } + /** + * @param Google_Service_AnalyticsReporting_SequenceSegment + */ + public function setSequenceSegment(Google_Service_AnalyticsReporting_SequenceSegment $sequenceSegment) + { + $this->sequenceSegment = $sequenceSegment; + } + /** + * @return Google_Service_AnalyticsReporting_SequenceSegment + */ + public function getSequenceSegment() + { + return $this->sequenceSegment; + } + /** + * @param Google_Service_AnalyticsReporting_SimpleSegment + */ + public function setSimpleSegment(Google_Service_AnalyticsReporting_SimpleSegment $simpleSegment) + { + $this->simpleSegment = $simpleSegment; + } + /** + * @return Google_Service_AnalyticsReporting_SimpleSegment + */ + public function getSimpleSegment() + { + return $this->simpleSegment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.php new file mode 100644 index 000000000..f2ffb60bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.php @@ -0,0 +1,62 @@ +dimensionFilter = $dimensionFilter; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentDimensionFilter + */ + public function getDimensionFilter() + { + return $this->dimensionFilter; + } + /** + * @param Google_Service_AnalyticsReporting_SegmentMetricFilter + */ + public function setMetricFilter(Google_Service_AnalyticsReporting_SegmentMetricFilter $metricFilter) + { + $this->metricFilter = $metricFilter; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentMetricFilter + */ + public function getMetricFilter() + { + return $this->metricFilter; + } + public function setNot($not) + { + $this->not = $not; + } + public function getNot() + { + return $this->not; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php new file mode 100644 index 000000000..4e1bfab40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php @@ -0,0 +1,66 @@ +comparisonValue = $comparisonValue; + } + public function getComparisonValue() + { + return $this->comparisonValue; + } + public function setMaxComparisonValue($maxComparisonValue) + { + $this->maxComparisonValue = $maxComparisonValue; + } + public function getMaxComparisonValue() + { + return $this->maxComparisonValue; + } + public function setMetricName($metricName) + { + $this->metricName = $metricName; + } + public function getMetricName() + { + return $this->metricName; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } + public function setScope($scope) + { + $this->scope = $scope; + } + public function getScope() + { + return $this->scope; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentSequenceStep.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentSequenceStep.php new file mode 100644 index 000000000..a1668b392 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentSequenceStep.php @@ -0,0 +1,47 @@ +matchType = $matchType; + } + public function getMatchType() + { + return $this->matchType; + } + /** + * @param Google_Service_AnalyticsReporting_OrFiltersForSegment + */ + public function setOrFiltersForSegment($orFiltersForSegment) + { + $this->orFiltersForSegment = $orFiltersForSegment; + } + /** + * @return Google_Service_AnalyticsReporting_OrFiltersForSegment + */ + public function getOrFiltersForSegment() + { + return $this->orFiltersForSegment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.php new file mode 100644 index 000000000..d0fe5303d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.php @@ -0,0 +1,47 @@ +firstStepShouldMatchFirstHit = $firstStepShouldMatchFirstHit; + } + public function getFirstStepShouldMatchFirstHit() + { + return $this->firstStepShouldMatchFirstHit; + } + /** + * @param Google_Service_AnalyticsReporting_SegmentSequenceStep + */ + public function setSegmentSequenceSteps($segmentSequenceSteps) + { + $this->segmentSequenceSteps = $segmentSequenceSteps; + } + /** + * @return Google_Service_AnalyticsReporting_SegmentSequenceStep + */ + public function getSegmentSequenceSteps() + { + return $this->segmentSequenceSteps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.php new file mode 100644 index 000000000..5865330dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.php @@ -0,0 +1,38 @@ +orFiltersForSegment = $orFiltersForSegment; + } + /** + * @return Google_Service_AnalyticsReporting_OrFiltersForSegment + */ + public function getOrFiltersForSegment() + { + return $this->orFiltersForSegment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/TransactionData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/TransactionData.php new file mode 100644 index 000000000..a9d3c15ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/TransactionData.php @@ -0,0 +1,57 @@ +transactionId = $transactionId; + } + public function getTransactionId() + { + return $this->transactionId; + } + public function setTransactionRevenue($transactionRevenue) + { + $this->transactionRevenue = $transactionRevenue; + } + public function getTransactionRevenue() + { + return $this->transactionRevenue; + } + public function setTransactionShipping($transactionShipping) + { + $this->transactionShipping = $transactionShipping; + } + public function getTransactionShipping() + { + return $this->transactionShipping; + } + public function setTransactionTax($transactionTax) + { + $this->transactionTax = $transactionTax; + } + public function getTransactionTax() + { + return $this->transactionTax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/User.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/User.php new file mode 100644 index 000000000..e095928f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/User.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/UserActivitySession.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/UserActivitySession.php new file mode 100644 index 000000000..69e4352cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/UserActivitySession.php @@ -0,0 +1,83 @@ +activities = $activities; + } + /** + * @return Google_Service_AnalyticsReporting_Activity + */ + public function getActivities() + { + return $this->activities; + } + public function setDataSource($dataSource) + { + $this->dataSource = $dataSource; + } + public function getDataSource() + { + return $this->dataSource; + } + public function setDeviceCategory($deviceCategory) + { + $this->deviceCategory = $deviceCategory; + } + public function getDeviceCategory() + { + return $this->deviceCategory; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } + public function setSessionDate($sessionDate) + { + $this->sessionDate = $sessionDate; + } + public function getSessionDate() + { + return $this->sessionDate; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php new file mode 100644 index 000000000..5d59969f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php @@ -0,0 +1,1636 @@ + + * Manages the deployment of apps to Android for Work users. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AndroidEnterprise extends Google_Service +{ + /** Manage corporate Android devices. */ + const ANDROIDENTERPRISE = + "https://www.googleapis.com/auth/androidenterprise"; + + public $devices; + public $enterprises; + public $entitlements; + public $grouplicenses; + public $grouplicenseusers; + public $installs; + public $managedconfigurationsfordevice; + public $managedconfigurationsforuser; + public $managedconfigurationssettings; + public $permissions; + public $products; + public $serviceaccountkeys; + public $storelayoutclusters; + public $storelayoutpages; + public $users; + public $webapps; + + /** + * Constructs the internal representation of the AndroidEnterprise 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 = 'androidenterprise/v1/'; + $this->batchPath = 'batch/androidenterprise/v1'; + $this->version = 'v1'; + $this->serviceName = 'androidenterprise'; + + $this->devices = new Google_Service_AndroidEnterprise_Resource_Devices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'forceReportUpload' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/forceReportUpload', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getState' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setState' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises = new Google_Service_AndroidEnterprise_Resource_Enterprises( + $this, + $this->serviceName, + 'enterprises', + array( + 'methods' => array( + 'acknowledgeNotificationSet' => array( + 'path' => 'enterprises/acknowledgeNotificationSet', + 'httpMethod' => 'POST', + 'parameters' => array( + 'notificationSetId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'completeSignup' => array( + 'path' => 'enterprises/completeSignup', + 'httpMethod' => 'POST', + 'parameters' => array( + 'completionToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'enterpriseToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'createWebToken' => array( + 'path' => 'enterprises/{enterpriseId}/createWebToken', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'enroll' => array( + 'path' => 'enterprises/enroll', + 'httpMethod' => 'POST', + 'parameters' => array( + 'token' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateSignupUrl' => array( + 'path' => 'enterprises/signupUrl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'callbackUrl' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getServiceAccount' => array( + 'path' => 'enterprises/{enterpriseId}/serviceAccount', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getStoreLayout' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises', + 'httpMethod' => 'GET', + 'parameters' => array( + 'domain' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'pullNotificationSet' => array( + 'path' => 'enterprises/pullNotificationSet', + 'httpMethod' => 'POST', + 'parameters' => array( + 'requestMode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sendTestPushNotification' => array( + 'path' => 'enterprises/{enterpriseId}/sendTestPushNotification', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setAccount' => array( + 'path' => 'enterprises/{enterpriseId}/account', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setStoreLayout' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unenroll' => array( + 'path' => 'enterprises/{enterpriseId}/unenroll', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->entitlements = new Google_Service_AndroidEnterprise_Resource_Entitlements( + $this, + $this->serviceName, + 'entitlements', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'install' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'install' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->grouplicenses = new Google_Service_AndroidEnterprise_Resource_Grouplicenses( + $this, + $this->serviceName, + 'grouplicenses', + array( + 'methods' => array( + 'get' => array( + 'path' => 'enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupLicenseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/groupLicenses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->grouplicenseusers = new Google_Service_AndroidEnterprise_Resource_Grouplicenseusers( + $this, + $this->serviceName, + 'grouplicenseusers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupLicenseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->installs = new Google_Service_AndroidEnterprise_Resource_Installs( + $this, + $this->serviceName, + 'installs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->managedconfigurationsfordevice = new Google_Service_AndroidEnterprise_Resource_Managedconfigurationsfordevice( + $this, + $this->serviceName, + 'managedconfigurationsfordevice', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForDeviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForDeviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForDeviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/managedConfigurationsForDevice/{managedConfigurationForDeviceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForDeviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->managedconfigurationsforuser = new Google_Service_AndroidEnterprise_Resource_Managedconfigurationsforuser( + $this, + $this->serviceName, + 'managedconfigurationsforuser', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForUserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForUserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForUserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/managedConfigurationsForUser/{managedConfigurationForUserId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedConfigurationForUserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->managedconfigurationssettings = new Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings( + $this, + $this->serviceName, + 'managedconfigurationssettings', + array( + 'methods' => array( + 'list' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/managedConfigurationsSettings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->permissions = new Google_Service_AndroidEnterprise_Resource_Permissions( + $this, + $this->serviceName, + 'permissions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'permissions/{permissionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->products = new Google_Service_AndroidEnterprise_Resource_Products( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'approve' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/approve', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateApprovalUrl' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/generateApprovalUrl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getAppRestrictionsSchema' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/appRestrictionsSchema', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getPermissions' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'approved' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'unapprove' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/unapprove', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->serviceaccountkeys = new Google_Service_AndroidEnterprise_Resource_Serviceaccountkeys( + $this, + $this->serviceName, + 'serviceaccountkeys', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/serviceAccountKeys/{keyId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises/{enterpriseId}/serviceAccountKeys', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/serviceAccountKeys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->storelayoutclusters = new Google_Service_AndroidEnterprise_Resource_Storelayoutclusters( + $this, + $this->serviceName, + 'storelayoutclusters', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->storelayoutpages = new Google_Service_AndroidEnterprise_Resource_Storelayoutpages( + $this, + $this->serviceName, + 'storelayoutpages', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/storeLayout/pages/{pageId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_AndroidEnterprise_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateAuthenticationToken' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/authenticationToken', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateToken' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/token', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAvailableProductSet' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/availableProductSet', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises/{enterpriseId}/users', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'email' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'revokeDeviceAccess' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/deviceAccess', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'revokeToken' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/token', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setAvailableProductSet' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/availableProductSet', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->webapps = new Google_Service_AndroidEnterprise_Resource_Webapps( + $this, + $this->serviceName, + 'webapps', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/webApps/{webAppId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webAppId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/webApps/{webAppId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webAppId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises/{enterpriseId}/webApps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/webApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/webApps/{webAppId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webAppId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/webApps/{webAppId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'webAppId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php new file mode 100644 index 000000000..a7d7d3015 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php @@ -0,0 +1,30 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebToken.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebToken.php new file mode 100644 index 000000000..1d22fbaf1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebToken.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php new file mode 100644 index 000000000..853555f3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php @@ -0,0 +1,129 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations + */ + public function setManagedConfigurations(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations $managedConfigurations) + { + $this->managedConfigurations = $managedConfigurations; + } + /** + * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations + */ + public function getManagedConfigurations() + { + return $this->managedConfigurations; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setPermission($permission) + { + $this->permission = $permission; + } + public function getPermission() + { + return $this->permission; + } + /** + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch + */ + public function setPlaySearch(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch $playSearch) + { + $this->playSearch = $playSearch; + } + /** + * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch + */ + public function getPlaySearch() + { + return $this->playSearch; + } + /** + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps + */ + public function setPrivateApps(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps $privateApps) + { + $this->privateApps = $privateApps; + } + /** + * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps + */ + public function getPrivateApps() + { + return $this->privateApps; + } + /** + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder + */ + public function setStoreBuilder(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder $storeBuilder) + { + $this->storeBuilder = $storeBuilder; + } + /** + * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder + */ + public function getStoreBuilder() + { + return $this->storeBuilder; + } + /** + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps + */ + public function setWebApps(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps $webApps) + { + $this->webApps = $webApps; + } + /** + * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps + */ + public function getWebApps() + { + return $this->webApps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecManagedConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecManagedConfigurations.php new file mode 100644 index 000000000..9b3a21515 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecManagedConfigurations.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPlaySearch.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPlaySearch.php new file mode 100644 index 000000000..e9741c524 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPlaySearch.php @@ -0,0 +1,39 @@ +approveApps = $approveApps; + } + public function getApproveApps() + { + return $this->approveApps; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.php new file mode 100644 index 000000000..eea4912f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.php new file mode 100644 index 000000000..1932a18c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.php new file mode 100644 index 000000000..5158eb40d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.php new file mode 100644 index 000000000..28d55ac35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction + */ + public function setRestrictions($restrictions) + { + $this->restrictions = $restrictions; + } + /** + * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction + */ + public function getRestrictions() + { + return $this->restrictions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php new file mode 100644 index 000000000..4eabbc19a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php @@ -0,0 +1,30 @@ +productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestriction.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestriction.php new file mode 100644 index 000000000..be877ecf8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestriction.php @@ -0,0 +1,108 @@ +defaultValue = $defaultValue; + } + /** + * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntry($entry) + { + $this->entry = $entry; + } + public function getEntry() + { + return $this->entry; + } + public function setEntryValue($entryValue) + { + $this->entryValue = $entryValue; + } + public function getEntryValue() + { + return $this->entryValue; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction + */ + public function setNestedRestriction($nestedRestriction) + { + $this->nestedRestriction = $nestedRestriction; + } + /** + * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction + */ + public function getNestedRestriction() + { + return $this->nestedRestriction; + } + public function setRestrictionType($restrictionType) + { + $this->restrictionType = $restrictionType; + } + public function getRestrictionType() + { + return $this->restrictionType; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php new file mode 100644 index 000000000..a1fa8f372 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php @@ -0,0 +1,67 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValueBool($valueBool) + { + $this->valueBool = $valueBool; + } + public function getValueBool() + { + return $this->valueBool; + } + public function setValueInteger($valueInteger) + { + $this->valueInteger = $valueInteger; + } + public function getValueInteger() + { + return $this->valueInteger; + } + public function setValueMultiselect($valueMultiselect) + { + $this->valueMultiselect = $valueMultiselect; + } + public function getValueMultiselect() + { + return $this->valueMultiselect; + } + public function setValueString($valueString) + { + $this->valueString = $valueString; + } + public function getValueString() + { + return $this->valueString; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppState.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppState.php new file mode 100644 index 000000000..f48c8ed92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppState.php @@ -0,0 +1,47 @@ +keyedAppState = $keyedAppState; + } + /** + * @return Google_Service_AndroidEnterprise_KeyedAppState + */ + public function getKeyedAppState() + { + return $this->keyedAppState; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppUpdateEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppUpdateEvent.php new file mode 100644 index 000000000..0c5024882 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppUpdateEvent.php @@ -0,0 +1,30 @@ +productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppVersion.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppVersion.php new file mode 100644 index 000000000..5a87a4360 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppVersion.php @@ -0,0 +1,67 @@ +isProduction = $isProduction; + } + public function getIsProduction() + { + return $this->isProduction; + } + public function setTrack($track) + { + $this->track = $track; + } + public function getTrack() + { + return $this->track; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } + public function setVersionString($versionString) + { + $this->versionString = $versionString; + } + public function getVersionString() + { + return $this->versionString; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php new file mode 100644 index 000000000..a73634ba3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php @@ -0,0 +1,39 @@ +approvalUrl = $approvalUrl; + } + public function getApprovalUrl() + { + return $this->approvalUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AuthenticationToken.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AuthenticationToken.php new file mode 100644 index 000000000..f916738f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AuthenticationToken.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallConstraint.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallConstraint.php new file mode 100644 index 000000000..6efc71e9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallConstraint.php @@ -0,0 +1,48 @@ +chargingStateConstraint = $chargingStateConstraint; + } + public function getChargingStateConstraint() + { + return $this->chargingStateConstraint; + } + public function setDeviceIdleStateConstraint($deviceIdleStateConstraint) + { + $this->deviceIdleStateConstraint = $deviceIdleStateConstraint; + } + public function getDeviceIdleStateConstraint() + { + return $this->deviceIdleStateConstraint; + } + public function setNetworkTypeConstraint($networkTypeConstraint) + { + $this->networkTypeConstraint = $networkTypeConstraint; + } + public function getNetworkTypeConstraint() + { + return $this->networkTypeConstraint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallPolicy.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallPolicy.php new file mode 100644 index 000000000..70b3b6e7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AutoInstallPolicy.php @@ -0,0 +1,65 @@ +autoInstallConstraint = $autoInstallConstraint; + } + /** + * @return Google_Service_AndroidEnterprise_AutoInstallConstraint + */ + public function getAutoInstallConstraint() + { + return $this->autoInstallConstraint; + } + public function setAutoInstallMode($autoInstallMode) + { + $this->autoInstallMode = $autoInstallMode; + } + public function getAutoInstallMode() + { + return $this->autoInstallMode; + } + public function setAutoInstallPriority($autoInstallPriority) + { + $this->autoInstallPriority = $autoInstallPriority; + } + public function getAutoInstallPriority() + { + return $this->autoInstallPriority; + } + public function setMinimumVersionCode($minimumVersionCode) + { + $this->minimumVersionCode = $minimumVersionCode; + } + public function getMinimumVersionCode() + { + return $this->minimumVersionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ConfigurationVariables.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ConfigurationVariables.php new file mode 100644 index 000000000..cdcf964e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ConfigurationVariables.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMcmId($mcmId) + { + $this->mcmId = $mcmId; + } + public function getMcmId() + { + return $this->mcmId; + } + /** + * @param Google_Service_AndroidEnterprise_VariableSet + */ + public function setVariableSet($variableSet) + { + $this->variableSet = $variableSet; + } + /** + * @return Google_Service_AndroidEnterprise_VariableSet + */ + public function getVariableSet() + { + return $this->variableSet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php new file mode 100644 index 000000000..53c90279e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php @@ -0,0 +1,80 @@ +androidId = $androidId; + } + public function getAndroidId() + { + return $this->androidId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setManagementType($managementType) + { + $this->managementType = $managementType; + } + public function getManagementType() + { + return $this->managementType; + } + /** + * @param Google_Service_AndroidEnterprise_Policy + */ + public function setPolicy(Google_Service_AndroidEnterprise_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_AndroidEnterprise_Policy + */ + public function getPolicy() + { + return $this->policy; + } + /** + * @param Google_Service_AndroidEnterprise_DeviceReport + */ + public function setReport(Google_Service_AndroidEnterprise_DeviceReport $report) + { + $this->report = $report; + } + /** + * @return Google_Service_AndroidEnterprise_DeviceReport + */ + public function getReport() + { + return $this->report; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReport.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReport.php new file mode 100644 index 000000000..882b64d90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReport.php @@ -0,0 +1,47 @@ +appState = $appState; + } + /** + * @return Google_Service_AndroidEnterprise_AppState + */ + public function getAppState() + { + return $this->appState; + } + public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) + { + $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; + } + public function getLastUpdatedTimestampMillis() + { + return $this->lastUpdatedTimestampMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReportUpdateEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReportUpdateEvent.php new file mode 100644 index 000000000..cff9c7fc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceReportUpdateEvent.php @@ -0,0 +1,55 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_AndroidEnterprise_DeviceReport + */ + public function setReport(Google_Service_AndroidEnterprise_DeviceReport $report) + { + $this->report = $report; + } + /** + * @return Google_Service_AndroidEnterprise_DeviceReport + */ + public function getReport() + { + return $this->report; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php new file mode 100644 index 000000000..8e243619f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php @@ -0,0 +1,39 @@ +accountState = $accountState; + } + public function getAccountState() + { + return $this->accountState; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DevicesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DevicesListResponse.php new file mode 100644 index 000000000..efa1510ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DevicesListResponse.php @@ -0,0 +1,47 @@ +device = $device; + } + /** + * @return Google_Service_AndroidEnterprise_Device + */ + public function getDevice() + { + return $this->device; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php new file mode 100644 index 000000000..e8e57a58b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php @@ -0,0 +1,74 @@ +administrator = $administrator; + } + /** + * @return Google_Service_AndroidEnterprise_Administrator + */ + public function getAdministrator() + { + return $this->administrator; + } + 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 setPrimaryDomain($primaryDomain) + { + $this->primaryDomain = $primaryDomain; + } + public function getPrimaryDomain() + { + return $this->primaryDomain; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php new file mode 100644 index 000000000..bd59bd6a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php @@ -0,0 +1,39 @@ +accountEmail = $accountEmail; + } + public function getAccountEmail() + { + return $this->accountEmail; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesListResponse.php new file mode 100644 index 000000000..b78c1a694 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesListResponse.php @@ -0,0 +1,47 @@ +enterprise = $enterprise; + } + /** + * @return Google_Service_AndroidEnterprise_Enterprise + */ + public function getEnterprise() + { + return $this->enterprise; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php new file mode 100644 index 000000000..40679cf35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php @@ -0,0 +1,39 @@ +messageId = $messageId; + } + public function getMessageId() + { + return $this->messageId; + } + public function setTopicName($topicName) + { + $this->topicName = $topicName; + } + public function getTopicName() + { + return $this->topicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Entitlement.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Entitlement.php new file mode 100644 index 000000000..e51181dab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Entitlement.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EntitlementsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EntitlementsListResponse.php new file mode 100644 index 000000000..b6b0863c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EntitlementsListResponse.php @@ -0,0 +1,47 @@ +entitlement = $entitlement; + } + /** + * @return Google_Service_AndroidEnterprise_Entitlement + */ + public function getEntitlement() + { + return $this->entitlement; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php new file mode 100644 index 000000000..e3c31ed53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php @@ -0,0 +1,84 @@ +acquisitionKind = $acquisitionKind; + } + public function getAcquisitionKind() + { + return $this->acquisitionKind; + } + public function setApproval($approval) + { + $this->approval = $approval; + } + public function getApproval() + { + return $this->approval; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumProvisioned($numProvisioned) + { + $this->numProvisioned = $numProvisioned; + } + public function getNumProvisioned() + { + return $this->numProvisioned; + } + public function setNumPurchased($numPurchased) + { + $this->numPurchased = $numPurchased; + } + public function getNumPurchased() + { + return $this->numPurchased; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.php new file mode 100644 index 000000000..39b89e31e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_User + */ + public function setUser($user) + { + $this->user = $user; + } + /** + * @return Google_Service_AndroidEnterprise_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicensesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicensesListResponse.php new file mode 100644 index 000000000..fffc30783 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicensesListResponse.php @@ -0,0 +1,47 @@ +groupLicense = $groupLicense; + } + /** + * @return Google_Service_AndroidEnterprise_GroupLicense + */ + public function getGroupLicense() + { + return $this->groupLicense; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php new file mode 100644 index 000000000..3e3ea75c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php @@ -0,0 +1,57 @@ +installState = $installState; + } + public function getInstallState() + { + return $this->installState; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallFailureEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallFailureEvent.php new file mode 100644 index 000000000..b306c9d66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallFailureEvent.php @@ -0,0 +1,66 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setFailureDetails($failureDetails) + { + $this->failureDetails = $failureDetails; + } + public function getFailureDetails() + { + return $this->failureDetails; + } + public function setFailureReason($failureReason) + { + $this->failureReason = $failureReason; + } + public function getFailureReason() + { + return $this->failureReason; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallsListResponse.php new file mode 100644 index 000000000..5847e48a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/InstallsListResponse.php @@ -0,0 +1,47 @@ +install = $install; + } + /** + * @return Google_Service_AndroidEnterprise_Install + */ + public function getInstall() + { + return $this->install; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/KeyedAppState.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/KeyedAppState.php new file mode 100644 index 000000000..20f49dfac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/KeyedAppState.php @@ -0,0 +1,66 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setStateTimestampMillis($stateTimestampMillis) + { + $this->stateTimestampMillis = $stateTimestampMillis; + } + public function getStateTimestampMillis() + { + return $this->stateTimestampMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php new file mode 100644 index 000000000..8dcd4ebaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php @@ -0,0 +1,39 @@ +locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/MaintenanceWindow.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/MaintenanceWindow.php new file mode 100644 index 000000000..9b8288629 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/MaintenanceWindow.php @@ -0,0 +1,39 @@ +durationMs = $durationMs; + } + public function getDurationMs() + { + return $this->durationMs; + } + public function setStartTimeAfterMidnightMs($startTimeAfterMidnightMs) + { + $this->startTimeAfterMidnightMs = $startTimeAfterMidnightMs; + } + public function getStartTimeAfterMidnightMs() + { + return $this->startTimeAfterMidnightMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfiguration.php new file mode 100644 index 000000000..38d656016 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfiguration.php @@ -0,0 +1,72 @@ +configurationVariables = $configurationVariables; + } + /** + * @return Google_Service_AndroidEnterprise_ConfigurationVariables + */ + public function getConfigurationVariables() + { + return $this->configurationVariables; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedProperty + */ + public function setManagedProperty($managedProperty) + { + $this->managedProperty = $managedProperty; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedProperty + */ + public function getManagedProperty() + { + return $this->managedProperty; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php new file mode 100644 index 000000000..f39e02d46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function setManagedConfigurationForDevice($managedConfigurationForDevice) + { + $this->managedConfigurationForDevice = $managedConfigurationForDevice; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function getManagedConfigurationForDevice() + { + return $this->managedConfigurationForDevice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.php new file mode 100644 index 000000000..f6e5e7168 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function setManagedConfigurationForUser($managedConfigurationForUser) + { + $this->managedConfigurationForUser = $managedConfigurationForUser; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function getManagedConfigurationForUser() + { + return $this->managedConfigurationForUser; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettings.php new file mode 100644 index 000000000..555621185 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettings.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) + { + $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; + } + public function getLastUpdatedTimestampMillis() + { + return $this->lastUpdatedTimestampMillis; + } + public function setMcmId($mcmId) + { + $this->mcmId = $mcmId; + } + public function getMcmId() + { + return $this->mcmId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettingsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettingsListResponse.php new file mode 100644 index 000000000..a8882851f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsSettingsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedConfigurationsSettings + */ + public function setManagedConfigurationsSettings($managedConfigurationsSettings) + { + $this->managedConfigurationsSettings = $managedConfigurationsSettings; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedConfigurationsSettings + */ + public function getManagedConfigurationsSettings() + { + return $this->managedConfigurationsSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.php new file mode 100644 index 000000000..f1bf2e58b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.php @@ -0,0 +1,99 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueBool($valueBool) + { + $this->valueBool = $valueBool; + } + public function getValueBool() + { + return $this->valueBool; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedPropertyBundle + */ + public function setValueBundle(Google_Service_AndroidEnterprise_ManagedPropertyBundle $valueBundle) + { + $this->valueBundle = $valueBundle; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedPropertyBundle + */ + public function getValueBundle() + { + return $this->valueBundle; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedPropertyBundle + */ + public function setValueBundleArray($valueBundleArray) + { + $this->valueBundleArray = $valueBundleArray; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedPropertyBundle + */ + public function getValueBundleArray() + { + return $this->valueBundleArray; + } + public function setValueInteger($valueInteger) + { + $this->valueInteger = $valueInteger; + } + public function getValueInteger() + { + return $this->valueInteger; + } + public function setValueString($valueString) + { + $this->valueString = $valueString; + } + public function getValueString() + { + return $this->valueString; + } + public function setValueStringArray($valueStringArray) + { + $this->valueStringArray = $valueStringArray; + } + public function getValueStringArray() + { + return $this->valueStringArray; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php new file mode 100644 index 000000000..a34990b1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php @@ -0,0 +1,38 @@ +managedProperty = $managedProperty; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedProperty + */ + public function getManagedProperty() + { + return $this->managedProperty; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.php new file mode 100644 index 000000000..4cd39b33e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.php @@ -0,0 +1,57 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setDpcPackageName($dpcPackageName) + { + $this->dpcPackageName = $dpcPackageName; + } + public function getDpcPackageName() + { + return $this->dpcPackageName; + } + public function setManagementType($managementType) + { + $this->managementType = $managementType; + } + public function getManagementType() + { + return $this->managementType; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php new file mode 100644 index 000000000..ddfd87d43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php @@ -0,0 +1,49 @@ +approvedPermissions = $approvedPermissions; + } + public function getApprovedPermissions() + { + return $this->approvedPermissions; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setRequestedPermissions($requestedPermissions) + { + $this->requestedPermissions = $requestedPermissions; + } + public function getRequestedPermissions() + { + return $this->requestedPermissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Notification.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Notification.php new file mode 100644 index 000000000..37570e575 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Notification.php @@ -0,0 +1,176 @@ +appRestrictionsSchemaChangeEvent = $appRestrictionsSchemaChangeEvent; + } + /** + * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaChangeEvent + */ + public function getAppRestrictionsSchemaChangeEvent() + { + return $this->appRestrictionsSchemaChangeEvent; + } + /** + * @param Google_Service_AndroidEnterprise_AppUpdateEvent + */ + public function setAppUpdateEvent(Google_Service_AndroidEnterprise_AppUpdateEvent $appUpdateEvent) + { + $this->appUpdateEvent = $appUpdateEvent; + } + /** + * @return Google_Service_AndroidEnterprise_AppUpdateEvent + */ + public function getAppUpdateEvent() + { + return $this->appUpdateEvent; + } + /** + * @param Google_Service_AndroidEnterprise_DeviceReportUpdateEvent + */ + public function setDeviceReportUpdateEvent(Google_Service_AndroidEnterprise_DeviceReportUpdateEvent $deviceReportUpdateEvent) + { + $this->deviceReportUpdateEvent = $deviceReportUpdateEvent; + } + /** + * @return Google_Service_AndroidEnterprise_DeviceReportUpdateEvent + */ + public function getDeviceReportUpdateEvent() + { + return $this->deviceReportUpdateEvent; + } + public function setEnterpriseId($enterpriseId) + { + $this->enterpriseId = $enterpriseId; + } + public function getEnterpriseId() + { + return $this->enterpriseId; + } + /** + * @param Google_Service_AndroidEnterprise_InstallFailureEvent + */ + public function setInstallFailureEvent(Google_Service_AndroidEnterprise_InstallFailureEvent $installFailureEvent) + { + $this->installFailureEvent = $installFailureEvent; + } + /** + * @return Google_Service_AndroidEnterprise_InstallFailureEvent + */ + public function getInstallFailureEvent() + { + return $this->installFailureEvent; + } + /** + * @param Google_Service_AndroidEnterprise_NewDeviceEvent + */ + public function setNewDeviceEvent(Google_Service_AndroidEnterprise_NewDeviceEvent $newDeviceEvent) + { + $this->newDeviceEvent = $newDeviceEvent; + } + /** + * @return Google_Service_AndroidEnterprise_NewDeviceEvent + */ + public function getNewDeviceEvent() + { + return $this->newDeviceEvent; + } + /** + * @param Google_Service_AndroidEnterprise_NewPermissionsEvent + */ + public function setNewPermissionsEvent(Google_Service_AndroidEnterprise_NewPermissionsEvent $newPermissionsEvent) + { + $this->newPermissionsEvent = $newPermissionsEvent; + } + /** + * @return Google_Service_AndroidEnterprise_NewPermissionsEvent + */ + public function getNewPermissionsEvent() + { + return $this->newPermissionsEvent; + } + public function setNotificationType($notificationType) + { + $this->notificationType = $notificationType; + } + public function getNotificationType() + { + return $this->notificationType; + } + /** + * @param Google_Service_AndroidEnterprise_ProductApprovalEvent + */ + public function setProductApprovalEvent(Google_Service_AndroidEnterprise_ProductApprovalEvent $productApprovalEvent) + { + $this->productApprovalEvent = $productApprovalEvent; + } + /** + * @return Google_Service_AndroidEnterprise_ProductApprovalEvent + */ + public function getProductApprovalEvent() + { + return $this->productApprovalEvent; + } + /** + * @param Google_Service_AndroidEnterprise_ProductAvailabilityChangeEvent + */ + public function setProductAvailabilityChangeEvent(Google_Service_AndroidEnterprise_ProductAvailabilityChangeEvent $productAvailabilityChangeEvent) + { + $this->productAvailabilityChangeEvent = $productAvailabilityChangeEvent; + } + /** + * @return Google_Service_AndroidEnterprise_ProductAvailabilityChangeEvent + */ + public function getProductAvailabilityChangeEvent() + { + return $this->productAvailabilityChangeEvent; + } + public function setTimestampMillis($timestampMillis) + { + $this->timestampMillis = $timestampMillis; + } + public function getTimestampMillis() + { + return $this->timestampMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php new file mode 100644 index 000000000..6de2d896f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_Notification + */ + public function setNotification($notification) + { + $this->notification = $notification; + } + /** + * @return Google_Service_AndroidEnterprise_Notification + */ + public function getNotification() + { + return $this->notification; + } + public function setNotificationSetId($notificationSetId) + { + $this->notificationSetId = $notificationSetId; + } + public function getNotificationSetId() + { + return $this->notificationSetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php new file mode 100644 index 000000000..14b686fe9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php @@ -0,0 +1,48 @@ +resultPerPage = $resultPerPage; + } + public function getResultPerPage() + { + return $this->resultPerPage; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Permission.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Permission.php new file mode 100644 index 000000000..5ec705c7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Permission.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setPermissionId($permissionId) + { + $this->permissionId = $permissionId; + } + public function getPermissionId() + { + return $this->permissionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Policy.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Policy.php new file mode 100644 index 000000000..c85b0213f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Policy.php @@ -0,0 +1,81 @@ +autoUpdatePolicy = $autoUpdatePolicy; + } + public function getAutoUpdatePolicy() + { + return $this->autoUpdatePolicy; + } + public function setDeviceReportPolicy($deviceReportPolicy) + { + $this->deviceReportPolicy = $deviceReportPolicy; + } + public function getDeviceReportPolicy() + { + return $this->deviceReportPolicy; + } + /** + * @param Google_Service_AndroidEnterprise_MaintenanceWindow + */ + public function setMaintenanceWindow(Google_Service_AndroidEnterprise_MaintenanceWindow $maintenanceWindow) + { + $this->maintenanceWindow = $maintenanceWindow; + } + /** + * @return Google_Service_AndroidEnterprise_MaintenanceWindow + */ + public function getMaintenanceWindow() + { + return $this->maintenanceWindow; + } + public function setProductAvailabilityPolicy($productAvailabilityPolicy) + { + $this->productAvailabilityPolicy = $productAvailabilityPolicy; + } + public function getProductAvailabilityPolicy() + { + return $this->productAvailabilityPolicy; + } + /** + * @param Google_Service_AndroidEnterprise_ProductPolicy + */ + public function setProductPolicy($productPolicy) + { + $this->productPolicy = $productPolicy; + } + /** + * @return Google_Service_AndroidEnterprise_ProductPolicy + */ + public function getProductPolicy() + { + return $this->productPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Product.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Product.php new file mode 100644 index 000000000..cf4558ac9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Product.php @@ -0,0 +1,266 @@ +appTracks = $appTracks; + } + /** + * @return Google_Service_AndroidEnterprise_TrackInfo + */ + public function getAppTracks() + { + return $this->appTracks; + } + /** + * @param Google_Service_AndroidEnterprise_AppVersion + */ + public function setAppVersion($appVersion) + { + $this->appVersion = $appVersion; + } + /** + * @return Google_Service_AndroidEnterprise_AppVersion + */ + public function getAppVersion() + { + return $this->appVersion; + } + public function setAuthorName($authorName) + { + $this->authorName = $authorName; + } + public function getAuthorName() + { + return $this->authorName; + } + public function setAvailableCountries($availableCountries) + { + $this->availableCountries = $availableCountries; + } + public function getAvailableCountries() + { + return $this->availableCountries; + } + public function setAvailableTracks($availableTracks) + { + $this->availableTracks = $availableTracks; + } + public function getAvailableTracks() + { + return $this->availableTracks; + } + public function setCategory($category) + { + $this->category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setContentRating($contentRating) + { + $this->contentRating = $contentRating; + } + public function getContentRating() + { + return $this->contentRating; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDetailsUrl($detailsUrl) + { + $this->detailsUrl = $detailsUrl; + } + public function getDetailsUrl() + { + return $this->detailsUrl; + } + public function setDistributionChannel($distributionChannel) + { + $this->distributionChannel = $distributionChannel; + } + public function getDistributionChannel() + { + return $this->distributionChannel; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) + { + $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; + } + public function getLastUpdatedTimestampMillis() + { + return $this->lastUpdatedTimestampMillis; + } + public function setMinAndroidSdkVersion($minAndroidSdkVersion) + { + $this->minAndroidSdkVersion = $minAndroidSdkVersion; + } + public function getMinAndroidSdkVersion() + { + return $this->minAndroidSdkVersion; + } + /** + * @param Google_Service_AndroidEnterprise_ProductPermission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_AndroidEnterprise_ProductPermission + */ + public function getPermissions() + { + return $this->permissions; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setProductPricing($productPricing) + { + $this->productPricing = $productPricing; + } + public function getProductPricing() + { + return $this->productPricing; + } + public function setRecentChanges($recentChanges) + { + $this->recentChanges = $recentChanges; + } + public function getRecentChanges() + { + return $this->recentChanges; + } + public function setRequiresContainerApp($requiresContainerApp) + { + $this->requiresContainerApp = $requiresContainerApp; + } + public function getRequiresContainerApp() + { + return $this->requiresContainerApp; + } + public function setScreenshotUrls($screenshotUrls) + { + $this->screenshotUrls = $screenshotUrls; + } + public function getScreenshotUrls() + { + return $this->screenshotUrls; + } + /** + * @param Google_Service_AndroidEnterprise_ProductSigningCertificate + */ + public function setSigningCertificate(Google_Service_AndroidEnterprise_ProductSigningCertificate $signingCertificate) + { + $this->signingCertificate = $signingCertificate; + } + /** + * @return Google_Service_AndroidEnterprise_ProductSigningCertificate + */ + public function getSigningCertificate() + { + return $this->signingCertificate; + } + public function setSmallIconUrl($smallIconUrl) + { + $this->smallIconUrl = $smallIconUrl; + } + public function getSmallIconUrl() + { + return $this->smallIconUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setWorkDetailsUrl($workDetailsUrl) + { + $this->workDetailsUrl = $workDetailsUrl; + } + public function getWorkDetailsUrl() + { + return $this->workDetailsUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php new file mode 100644 index 000000000..a9977114c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php @@ -0,0 +1,39 @@ +approved = $approved; + } + public function getApproved() + { + return $this->approved; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductAvailabilityChangeEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductAvailabilityChangeEvent.php new file mode 100644 index 000000000..03f4ebd1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductAvailabilityChangeEvent.php @@ -0,0 +1,39 @@ +availabilityStatus = $availabilityStatus; + } + public function getAvailabilityStatus() + { + return $this->availabilityStatus; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermission.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermission.php new file mode 100644 index 000000000..4f480b68a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermission.php @@ -0,0 +1,39 @@ +permissionId = $permissionId; + } + public function getPermissionId() + { + return $this->permissionId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermissions.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermissions.php new file mode 100644 index 000000000..0ef8f070f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPermissions.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_ProductPermission + */ + public function setPermission($permission) + { + $this->permission = $permission; + } + /** + * @return Google_Service_AndroidEnterprise_ProductPermission + */ + public function getPermission() + { + return $this->permission; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPolicy.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPolicy.php new file mode 100644 index 000000000..f90108726 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductPolicy.php @@ -0,0 +1,81 @@ +autoInstallPolicy = $autoInstallPolicy; + } + /** + * @return Google_Service_AndroidEnterprise_AutoInstallPolicy + */ + public function getAutoInstallPolicy() + { + return $this->autoInstallPolicy; + } + /** + * @param Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function setManagedConfiguration(Google_Service_AndroidEnterprise_ManagedConfiguration $managedConfiguration) + { + $this->managedConfiguration = $managedConfiguration; + } + /** + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function getManagedConfiguration() + { + return $this->managedConfiguration; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setTrackIds($trackIds) + { + $this->trackIds = $trackIds; + } + public function getTrackIds() + { + return $this->trackIds; + } + public function setTracks($tracks) + { + $this->tracks = $tracks; + } + public function getTracks() + { + return $this->tracks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php new file mode 100644 index 000000000..8ccdfdc6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php @@ -0,0 +1,65 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setProductSetBehavior($productSetBehavior) + { + $this->productSetBehavior = $productSetBehavior; + } + public function getProductSetBehavior() + { + return $this->productSetBehavior; + } + /** + * @param Google_Service_AndroidEnterprise_ProductVisibility + */ + public function setProductVisibility($productVisibility) + { + $this->productVisibility = $productVisibility; + } + /** + * @return Google_Service_AndroidEnterprise_ProductVisibility + */ + public function getProductVisibility() + { + return $this->productVisibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSigningCertificate.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSigningCertificate.php new file mode 100644 index 000000000..3aa712741 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSigningCertificate.php @@ -0,0 +1,39 @@ +certificateHashSha1 = $certificateHashSha1; + } + public function getCertificateHashSha1() + { + return $this->certificateHashSha1; + } + public function setCertificateHashSha256($certificateHashSha256) + { + $this->certificateHashSha256 = $certificateHashSha256; + } + public function getCertificateHashSha256() + { + return $this->certificateHashSha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductVisibility.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductVisibility.php new file mode 100644 index 000000000..4b4101d1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductVisibility.php @@ -0,0 +1,49 @@ +productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setTrackIds($trackIds) + { + $this->trackIds = $trackIds; + } + public function getTrackIds() + { + return $this->trackIds; + } + public function setTracks($tracks) + { + $this->tracks = $tracks; + } + public function getTracks() + { + return $this->tracks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.php new file mode 100644 index 000000000..d594db214 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.php @@ -0,0 +1,46 @@ +approvalUrlInfo = $approvalUrlInfo; + } + /** + * @return Google_Service_AndroidEnterprise_ApprovalUrlInfo + */ + public function getApprovalUrlInfo() + { + return $this->approvalUrlInfo; + } + public function setApprovedPermissions($approvedPermissions) + { + $this->approvedPermissions = $approvedPermissions; + } + public function getApprovedPermissions() + { + return $this->approvedPermissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsGenerateApprovalUrlResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsGenerateApprovalUrlResponse.php new file mode 100644 index 000000000..b5347057d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsGenerateApprovalUrlResponse.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsListResponse.php new file mode 100644 index 000000000..ee85bacf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsListResponse.php @@ -0,0 +1,79 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_PageInfo + */ + public function setPageInfo(Google_Service_AndroidEnterprise_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_AndroidEnterprise_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_AndroidEnterprise_Product + */ + public function setProduct($product) + { + $this->product = $product; + } + /** + * @return Google_Service_AndroidEnterprise_Product + */ + public function getProduct() + { + return $this->product; + } + /** + * @param Google_Service_AndroidEnterprise_TokenPagination + */ + public function setTokenPagination(Google_Service_AndroidEnterprise_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_AndroidEnterprise_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.php new file mode 100644 index 000000000..98063aee9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.php @@ -0,0 +1,157 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $devices = $androidenterpriseService->devices; + * + */ +class Google_Service_AndroidEnterprise_Resource_Devices extends Google_Service_Resource +{ + /** + * Uploads a report containing any changes in app states on the device since the + * last report was generated. You can call this method up to 3 times every 24 + * hours for a given device. (devices.forceReportUpload) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The ID of the device. + * @param array $optParams Optional parameters. + */ + public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); + $params = array_merge($params, $optParams); + return $this->call('forceReportUpload', array($params)); + } + /** + * Retrieves the details of a device. (devices.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The ID of the device. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Device + */ + public function get($enterpriseId, $userId, $deviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Device"); + } + /** + * Retrieves whether a device's access to Google services is enabled or + * disabled. The device state takes effect only if enforcing EMM policies on + * Android devices is enabled in the Google Admin Console. Otherwise, the device + * state is ignored and all devices are allowed access to Google services. This + * is only supported for Google-managed users. (devices.getState) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The ID of the device. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_DeviceState + */ + public function getState($enterpriseId, $userId, $deviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); + $params = array_merge($params, $optParams); + return $this->call('getState', array($params), "Google_Service_AndroidEnterprise_DeviceState"); + } + /** + * Retrieves the IDs of all of a user's devices. (devices.listDevices) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_DevicesListResponse + */ + public function listDevices($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_DevicesListResponse"); + } + /** + * Updates the device policy. This method supports patch semantics. + * (devices.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The ID of the device. + * @param Google_Service_AndroidEnterprise_Device $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields to update. If + * not set, all modifiable fields will be modified. + * + * When set in a query parameter, this field should be specified as + * updateMask=,,... + * @return Google_Service_AndroidEnterprise_Device + */ + public function patch($enterpriseId, $userId, $deviceId, Google_Service_AndroidEnterprise_Device $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Device"); + } + /** + * Sets whether a device's access to Google services is enabled or disabled. The + * device state takes effect only if enforcing EMM policies on Android devices + * is enabled in the Google Admin Console. Otherwise, the device state is + * ignored and all devices are allowed access to Google services. This is only + * supported for Google-managed users. (devices.setState) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The ID of the device. + * @param Google_Service_AndroidEnterprise_DeviceState $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_DeviceState + */ + public function setState($enterpriseId, $userId, $deviceId, Google_Service_AndroidEnterprise_DeviceState $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setState', array($params), "Google_Service_AndroidEnterprise_DeviceState"); + } + /** + * Updates the device policy (devices.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The ID of the device. + * @param Google_Service_AndroidEnterprise_Device $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields to update. If + * not set, all modifiable fields will be modified. + * + * When set in a query parameter, this field should be specified as + * updateMask=,,... + * @return Google_Service_AndroidEnterprise_Device + */ + public function update($enterpriseId, $userId, $deviceId, Google_Service_AndroidEnterprise_Device $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Device"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Enterprises.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Enterprises.php new file mode 100644 index 000000000..c3c57ac8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Enterprises.php @@ -0,0 +1,286 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $enterprises = $androidenterpriseService->enterprises; + * + */ +class Google_Service_AndroidEnterprise_Resource_Enterprises extends Google_Service_Resource +{ + /** + * Acknowledges notifications that were received from + * Enterprises.PullNotificationSet to prevent subsequent calls from returning + * the same notifications. (enterprises.acknowledgeNotificationSet) + * + * @param array $optParams Optional parameters. + * + * @opt_param string notificationSetId The notification set ID as returned by + * Enterprises.PullNotificationSet. This must be provided. + */ + public function acknowledgeNotificationSet($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('acknowledgeNotificationSet', array($params)); + } + /** + * Completes the signup flow, by specifying the Completion token and Enterprise + * token. This request must not be called multiple times for a given Enterprise + * Token. (enterprises.completeSignup) + * + * @param array $optParams Optional parameters. + * + * @opt_param string completionToken The Completion token initially returned by + * GenerateSignupUrl. + * @opt_param string enterpriseToken The Enterprise token appended to the + * Callback URL. + * @return Google_Service_AndroidEnterprise_Enterprise + */ + public function completeSignup($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('completeSignup', array($params), "Google_Service_AndroidEnterprise_Enterprise"); + } + /** + * Returns a unique token to access an embeddable UI. To generate a web UI, pass + * the generated token into the managed Google Play javascript API. Each token + * may only be used to start one UI session. See the javascript API + * documentation for further information. (enterprises.createWebToken) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpec $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_AdministratorWebToken + */ + public function createWebToken($enterpriseId, Google_Service_AndroidEnterprise_AdministratorWebTokenSpec $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createWebToken', array($params), "Google_Service_AndroidEnterprise_AdministratorWebToken"); + } + /** + * Enrolls an enterprise with the calling EMM. (enterprises.enroll) + * + * @param string $token The token provided by the enterprise to register the + * EMM. + * @param Google_Service_AndroidEnterprise_Enterprise $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Enterprise + */ + public function enroll($token, Google_Service_AndroidEnterprise_Enterprise $postBody, $optParams = array()) + { + $params = array('token' => $token, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('enroll', array($params), "Google_Service_AndroidEnterprise_Enterprise"); + } + /** + * Generates a sign-up URL. (enterprises.generateSignupUrl) + * + * @param array $optParams Optional parameters. + * + * @opt_param string callbackUrl The callback URL to which the Admin will be + * redirected after successfully creating an enterprise. Before redirecting + * there the system will add a single query parameter to this URL named + * "enterpriseToken" which will contain an opaque token to be used for the + * CompleteSignup request. Beware that this means that the URL will be parsed, + * the parameter added and then a new URL formatted, i.e. there may be some + * minor formatting changes and, more importantly, the URL must be well-formed + * so that it can be parsed. + * @return Google_Service_AndroidEnterprise_SignupInfo + */ + public function generateSignupUrl($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('generateSignupUrl', array($params), "Google_Service_AndroidEnterprise_SignupInfo"); + } + /** + * Retrieves the name and domain of an enterprise. (enterprises.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Enterprise + */ + public function get($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Enterprise"); + } + /** + * Returns a service account and credentials. The service account can be bound + * to the enterprise by calling setAccount. The service account is unique to + * this enterprise and EMM, and will be deleted if the enterprise is unbound. + * The credentials contain private key data and are not stored server-side. + * + * This method can only be called after calling Enterprises.Enroll or + * Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times + * it will return an error. + * + * Subsequent calls after the first will generate a new, unique set of + * credentials, and invalidate the previously generated credentials. + * + * Once the service account is bound to the enterprise, it can be managed using + * the serviceAccountKeys resource. (enterprises.getServiceAccount) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * + * @opt_param string keyType The type of credential to return with the service + * account. Required. + * @return Google_Service_AndroidEnterprise_ServiceAccount + */ + public function getServiceAccount($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('getServiceAccount', array($params), "Google_Service_AndroidEnterprise_ServiceAccount"); + } + /** + * Returns the store layout for the enterprise. If the store layout has not been + * set, returns "basic" as the store layout type and no homepage. + * (enterprises.getStoreLayout) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreLayout + */ + public function getStoreLayout($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('getStoreLayout', array($params), "Google_Service_AndroidEnterprise_StoreLayout"); + } + /** + * Looks up an enterprise by domain name. This is only supported for enterprises + * created via the Google-initiated creation flow. Lookup of the id is not + * needed for enterprises created via the EMM-initiated flow since the EMM + * learns the enterprise ID in the callback specified in the + * Enterprises.generateSignupUrl call. (enterprises.listEnterprises) + * + * @param string $domain The exact primary domain name of the enterprise to look + * up. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_EnterprisesListResponse + */ + public function listEnterprises($domain, $optParams = array()) + { + $params = array('domain' => $domain); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_EnterprisesListResponse"); + } + /** + * Pulls and returns a notification set for the enterprises associated with the + * service account authenticated for the request. The notification set may be + * empty if no notification are pending. A notification set returned needs to be + * acknowledged within 20 seconds by calling + * Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. + * Notifications that are not acknowledged within the 20 seconds will eventually + * be included again in the response to another PullNotificationSet request, and + * those that are never acknowledged will ultimately be deleted according to the + * Google Cloud Platform Pub/Sub system policy. Multiple requests might be + * performed concurrently to retrieve notifications, in which case the pending + * notifications (if any) will be split among each caller, if any are pending. + * If no notifications are present, an empty notification list is returned. + * Subsequent requests may return more notifications once they become available. + * (enterprises.pullNotificationSet) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMode The request mode for pulling notifications. + * Specifying waitForNotifications will cause the request to block and wait + * until one or more notifications are present, or return an empty notification + * list if no notifications are present after some time. Speciying + * returnImmediately will cause the request to immediately return the pending + * notifications, or an empty list if no notifications are present. If omitted, + * defaults to waitForNotifications. + * @return Google_Service_AndroidEnterprise_NotificationSet + */ + public function pullNotificationSet($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('pullNotificationSet', array($params), "Google_Service_AndroidEnterprise_NotificationSet"); + } + /** + * Sends a test notification to validate the EMM integration with the Google + * Cloud Pub/Sub service for this enterprise. + * (enterprises.sendTestPushNotification) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_EnterprisesSendTestPushNotificationResponse + */ + public function sendTestPushNotification($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('sendTestPushNotification', array($params), "Google_Service_AndroidEnterprise_EnterprisesSendTestPushNotificationResponse"); + } + /** + * Sets the account that will be used to authenticate to the API as the + * enterprise. (enterprises.setAccount) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_EnterpriseAccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_EnterpriseAccount + */ + public function setAccount($enterpriseId, Google_Service_AndroidEnterprise_EnterpriseAccount $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setAccount', array($params), "Google_Service_AndroidEnterprise_EnterpriseAccount"); + } + /** + * Sets the store layout for the enterprise. By default, storeLayoutType is set + * to "basic" and the basic store layout is enabled. The basic layout only + * contains apps approved by the admin, and that have been added to the + * available product set for a user (using the setAvailableProductSet call). + * Apps on the page are sorted in order of their product ID value. If you create + * a custom store layout (by setting storeLayoutType = "custom" and setting a + * homepage), the basic store layout is disabled. (enterprises.setStoreLayout) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_StoreLayout $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreLayout + */ + public function setStoreLayout($enterpriseId, Google_Service_AndroidEnterprise_StoreLayout $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setStoreLayout', array($params), "Google_Service_AndroidEnterprise_StoreLayout"); + } + /** + * Unenrolls an enterprise from the calling EMM. (enterprises.unenroll) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + */ + public function unenroll($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('unenroll', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Entitlements.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Entitlements.php new file mode 100644 index 000000000..3d27a254f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Entitlements.php @@ -0,0 +1,119 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $entitlements = $androidenterpriseService->entitlements; + * + */ +class Google_Service_AndroidEnterprise_Resource_Entitlements extends Google_Service_Resource +{ + /** + * Removes an entitlement to an app for a user. (entitlements.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $entitlementId The ID of the entitlement (a product ID), e.g. + * "app:com.google.android.gm". + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $userId, $entitlementId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves details of an entitlement. (entitlements.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $entitlementId The ID of the entitlement (a product ID), e.g. + * "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Entitlement + */ + public function get($enterpriseId, $userId, $entitlementId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Entitlement"); + } + /** + * Lists all entitlements for the specified user. Only the ID is set. + * (entitlements.listEntitlements) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_EntitlementsListResponse + */ + public function listEntitlements($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_EntitlementsListResponse"); + } + /** + * Adds or updates an entitlement to an app for a user. This method supports + * patch semantics. (entitlements.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $entitlementId The ID of the entitlement (a product ID), e.g. + * "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_Entitlement $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool install Set to true to also install the product on all the + * user's devices where possible. Failure to install on one or more devices will + * not prevent this operation from returning successfully, as long as the + * entitlement was successfully assigned to the user. + * @return Google_Service_AndroidEnterprise_Entitlement + */ + public function patch($enterpriseId, $userId, $entitlementId, Google_Service_AndroidEnterprise_Entitlement $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Entitlement"); + } + /** + * Adds or updates an entitlement to an app for a user. (entitlements.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $entitlementId The ID of the entitlement (a product ID), e.g. + * "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_Entitlement $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool install Set to true to also install the product on all the + * user's devices where possible. Failure to install on one or more devices will + * not prevent this operation from returning successfully, as long as the + * entitlement was successfully assigned to the user. + * @return Google_Service_AndroidEnterprise_Entitlement + */ + public function update($enterpriseId, $userId, $entitlementId, Google_Service_AndroidEnterprise_Entitlement $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Entitlement"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenses.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenses.php new file mode 100644 index 000000000..200be6190 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenses.php @@ -0,0 +1,58 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $grouplicenses = $androidenterpriseService->grouplicenses; + * + */ +class Google_Service_AndroidEnterprise_Resource_Grouplicenses extends Google_Service_Resource +{ + /** + * Retrieves details of an enterprise's group license for a product. + * (grouplicenses.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $groupLicenseId The ID of the product the group license is for, + * e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_GroupLicense + */ + public function get($enterpriseId, $groupLicenseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'groupLicenseId' => $groupLicenseId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_GroupLicense"); + } + /** + * Retrieves IDs of all products for which the enterprise has a group license. + * (grouplicenses.listGrouplicenses) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_GroupLicensesListResponse + */ + public function listGrouplicenses($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_GroupLicensesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenseusers.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenseusers.php new file mode 100644 index 000000000..05de8c1b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Grouplicenseusers.php @@ -0,0 +1,44 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $grouplicenseusers = $androidenterpriseService->grouplicenseusers; + * + */ +class Google_Service_AndroidEnterprise_Resource_Grouplicenseusers extends Google_Service_Resource +{ + /** + * Retrieves the IDs of the users who have been granted entitlements under the + * license. (grouplicenseusers.listGrouplicenseusers) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $groupLicenseId The ID of the product the group license is for, + * e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse + */ + public function listGrouplicenseusers($enterpriseId, $groupLicenseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'groupLicenseId' => $groupLicenseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Installs.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Installs.php new file mode 100644 index 000000000..3accf6e94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Installs.php @@ -0,0 +1,119 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $installs = $androidenterpriseService->installs; + * + */ +class Google_Service_AndroidEnterprise_Resource_Installs extends Google_Service_Resource +{ + /** + * Requests to remove an app from a device. A call to get or list will still + * show the app as installed on the device until it is actually removed. + * (installs.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $installId The ID of the product represented by the install, + * e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $userId, $deviceId, $installId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves details of an installation of an app on a device. (installs.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $installId The ID of the product represented by the install, + * e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Install + */ + public function get($enterpriseId, $userId, $deviceId, $installId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Install"); + } + /** + * Retrieves the details of all apps installed on the specified device. + * (installs.listInstalls) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_InstallsListResponse + */ + public function listInstalls($enterpriseId, $userId, $deviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_InstallsListResponse"); + } + /** + * Requests to install the latest version of an app to a device. If the app is + * already installed, then it is updated to the latest version if necessary. + * This method supports patch semantics. (installs.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $installId The ID of the product represented by the install, + * e.g. "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_Install $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Install + */ + public function patch($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Install"); + } + /** + * Requests to install the latest version of an app to a device. If the app is + * already installed, then it is updated to the latest version if necessary. + * (installs.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $installId The ID of the product represented by the install, + * e.g. "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_Install $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_Install + */ + public function update($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Install"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsfordevice.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsfordevice.php new file mode 100644 index 000000000..454192410 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsfordevice.php @@ -0,0 +1,119 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $managedconfigurationsfordevice = $androidenterpriseService->managedconfigurationsfordevice; + * + */ +class Google_Service_AndroidEnterprise_Resource_Managedconfigurationsfordevice extends Google_Service_Resource +{ + /** + * Removes a per-device managed configuration for an app for the specified + * device. (managedconfigurationsfordevice.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $managedConfigurationForDeviceId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves details of a per-device managed configuration. + * (managedconfigurationsfordevice.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $managedConfigurationForDeviceId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function get($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); + } + /** + * Lists all the per-device managed configurations for the specified device. + * Only the ID is set. + * (managedconfigurationsfordevice.listManagedconfigurationsfordevice) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfigurationsForDeviceListResponse + */ + public function listManagedconfigurationsfordevice($enterpriseId, $userId, $deviceId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsForDeviceListResponse"); + } + /** + * Adds or updates a per-device managed configuration for an app for the + * specified device. This method supports patch semantics. + * (managedconfigurationsfordevice.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $managedConfigurationForDeviceId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_ManagedConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function patch($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, Google_Service_AndroidEnterprise_ManagedConfiguration $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); + } + /** + * Adds or updates a per-device managed configuration for an app for the + * specified device. (managedconfigurationsfordevice.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $deviceId The Android ID of the device. + * @param string $managedConfigurationForDeviceId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_ManagedConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function update($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, Google_Service_AndroidEnterprise_ManagedConfiguration $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managedConfigurationForDeviceId' => $managedConfigurationForDeviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsforuser.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsforuser.php new file mode 100644 index 000000000..6d13ae123 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationsforuser.php @@ -0,0 +1,122 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $managedconfigurationsforuser = $androidenterpriseService->managedconfigurationsforuser; + * + */ +class Google_Service_AndroidEnterprise_Resource_Managedconfigurationsforuser extends Google_Service_Resource +{ + /** + * Removes a per-user managed configuration for an app for the specified user. + * (managedconfigurationsforuser.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $managedConfigurationForUserId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves details of a per-user managed configuration for an app for the + * specified user. (managedconfigurationsforuser.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $managedConfigurationForUserId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function get($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); + } + /** + * Lists all the per-user managed configurations for the specified user. Only + * the ID is set. + * (managedconfigurationsforuser.listManagedconfigurationsforuser) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfigurationsForUserListResponse + */ + public function listManagedconfigurationsforuser($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsForUserListResponse"); + } + /** + * Adds or updates the managed configuration settings for an app for the + * specified user. If you support the Managed configurations iframe, you can + * apply managed configurations to a user by specifying an mcmId and its + * associated configuration variables (if any) in the request. Alternatively, + * all EMMs can apply managed configurations by passing a list of managed + * properties. This method supports patch semantics. + * (managedconfigurationsforuser.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $managedConfigurationForUserId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_ManagedConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function patch($enterpriseId, $userId, $managedConfigurationForUserId, Google_Service_AndroidEnterprise_ManagedConfiguration $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); + } + /** + * Adds or updates the managed configuration settings for an app for the + * specified user. If you support the Managed configurations iframe, you can + * apply managed configurations to a user by specifying an mcmId and its + * associated configuration variables (if any) in the request. Alternatively, + * all EMMs can apply managed configurations by passing a list of managed + * properties. (managedconfigurationsforuser.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param string $managedConfigurationForUserId The ID of the managed + * configuration (a product ID), e.g. "app:com.google.android.gm". + * @param Google_Service_AndroidEnterprise_ManagedConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfiguration + */ + public function update($enterpriseId, $userId, $managedConfigurationForUserId, Google_Service_AndroidEnterprise_ManagedConfiguration $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' => $managedConfigurationForUserId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationssettings.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationssettings.php new file mode 100644 index 000000000..4bba3911f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Managedconfigurationssettings.php @@ -0,0 +1,44 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $managedconfigurationssettings = $androidenterpriseService->managedconfigurationssettings; + * + */ +class Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings extends Google_Service_Resource +{ + /** + * Lists all the managed configurations settings for the specified app. + * (managedconfigurationssettings.listManagedconfigurationssettings) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product for which the managed + * configurations settings applies to. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ManagedConfigurationsSettingsListResponse + */ + public function listManagedconfigurationssettings($enterpriseId, $productId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsSettingsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Permissions.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Permissions.php new file mode 100644 index 000000000..c755217e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Permissions.php @@ -0,0 +1,45 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $permissions = $androidenterpriseService->permissions; + * + */ +class Google_Service_AndroidEnterprise_Resource_Permissions extends Google_Service_Resource +{ + /** + * Retrieves details of an Android app permission for display to an enterprise + * admin. (permissions.get) + * + * @param string $permissionId The ID of the permission. + * @param array $optParams Optional parameters. + * + * @opt_param string language The BCP47 tag for the user's preferred language + * (e.g. "en-US", "de") + * @return Google_Service_AndroidEnterprise_Permission + */ + public function get($permissionId, $optParams = array()) + { + $params = array('permissionId' => $permissionId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Permission"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Products.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Products.php new file mode 100644 index 000000000..1a1e9ae61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Products.php @@ -0,0 +1,175 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $products = $androidenterpriseService->products; + * + */ +class Google_Service_AndroidEnterprise_Resource_Products extends Google_Service_Resource +{ + /** + * Approves the specified product and the relevant app permissions, if any. The + * maximum number of products that you can approve per enterprise customer is + * 1,000. + * + * To learn how to use managed Google Play to design and create a store layout + * to display approved products to your users, see Store Layout Design. + * (products.approve) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product. + * @param Google_Service_AndroidEnterprise_ProductsApproveRequest $postBody + * @param array $optParams Optional parameters. + */ + public function approve($enterpriseId, $productId, Google_Service_AndroidEnterprise_ProductsApproveRequest $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('approve', array($params)); + } + /** + * Generates a URL that can be rendered in an iframe to display the permissions + * (if any) of a product. An enterprise admin must view these permissions and + * accept them on behalf of their organization in order to approve that product. + * + * Admins should accept the displayed permissions by interacting with a separate + * UI element in the EMM console, which in turn should trigger the use of this + * URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to + * approve the product. This URL can only be used to display permissions for up + * to 1 day. (products.generateApprovalUrl) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode The BCP 47 language code used for permission + * names and descriptions in the returned iframe, for instance "en-US". + * @return Google_Service_AndroidEnterprise_ProductsGenerateApprovalUrlResponse + */ + public function generateApprovalUrl($enterpriseId, $productId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('generateApprovalUrl', array($params), "Google_Service_AndroidEnterprise_ProductsGenerateApprovalUrlResponse"); + } + /** + * Retrieves details of a product for display to an enterprise admin. + * (products.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product, e.g. + * "app:com.google.android.gm". + * @param array $optParams Optional parameters. + * + * @opt_param string language The BCP47 tag for the user's preferred language + * (e.g. "en-US", "de"). + * @return Google_Service_AndroidEnterprise_Product + */ + public function get($enterpriseId, $productId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Product"); + } + /** + * Retrieves the schema that defines the configurable properties for this + * product. All products have a schema, but this schema may be empty if no + * managed configurations have been defined. This schema can be used to populate + * a UI that allows an admin to configure the product. To apply a managed + * configuration based on the schema obtained using this API, see Managed + * Configurations through Play. (products.getAppRestrictionsSchema) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product. + * @param array $optParams Optional parameters. + * + * @opt_param string language The BCP47 tag for the user's preferred language + * (e.g. "en-US", "de"). + * @return Google_Service_AndroidEnterprise_AppRestrictionsSchema + */ + public function getAppRestrictionsSchema($enterpriseId, $productId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('getAppRestrictionsSchema', array($params), "Google_Service_AndroidEnterprise_AppRestrictionsSchema"); + } + /** + * Retrieves the Android app permissions required by this app. + * (products.getPermissions) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ProductPermissions + */ + public function getPermissions($enterpriseId, $productId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('getPermissions', array($params), "Google_Service_AndroidEnterprise_ProductPermissions"); + } + /** + * Finds approved products that match a query, or all approved products if there + * is no query. (products.listProducts) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * + * @opt_param bool approved Specifies whether to search among all products + * (false) or among only products that have been approved (true). Only "true" is + * supported, and should be specified. + * @opt_param string language The BCP47 tag for the user's preferred language + * (e.g. "en-US", "de"). Results are returned in the language best matching the + * preferred language. + * @opt_param string maxResults Specifies the maximum number of products that + * can be returned per request. If not specified, uses a default value of 100, + * which is also the maximum retrievable within a single response. + * @opt_param string query The search query as typed in the Google Play store + * search box. If omitted, all approved apps will be returned (using the + * pagination parameters), including apps that are not available in the store + * (e.g. unpublished apps). + * @opt_param string token A pagination token is contained in a request's + * response when there are more products. The token can be used in a subsequent + * request to obtain more products, and so forth. This parameter cannot be used + * in the initial request. + * @return Google_Service_AndroidEnterprise_ProductsListResponse + */ + public function listProducts($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ProductsListResponse"); + } + /** + * Unapproves the specified product (and the relevant app permissions, if any) + * (products.unapprove) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $productId The ID of the product. + * @param array $optParams Optional parameters. + */ + public function unapprove($enterpriseId, $productId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('unapprove', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Serviceaccountkeys.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Serviceaccountkeys.php new file mode 100644 index 000000000..ff73a9bb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Serviceaccountkeys.php @@ -0,0 +1,82 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $serviceaccountkeys = $androidenterpriseService->serviceaccountkeys; + * + */ +class Google_Service_AndroidEnterprise_Resource_Serviceaccountkeys extends Google_Service_Resource +{ + /** + * Removes and invalidates the specified credentials for the service account + * associated with this enterprise. The calling service account must have been + * retrieved by calling Enterprises.GetServiceAccount and must have been set as + * the enterprise service account by calling Enterprises.SetAccount. + * (serviceaccountkeys.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $keyId The ID of the key. + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $keyId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'keyId' => $keyId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Generates new credentials for the service account associated with this + * enterprise. The calling service account must have been retrieved by calling + * Enterprises.GetServiceAccount and must have been set as the enterprise + * service account by calling Enterprises.SetAccount. + * + * Only the type of the key should be populated in the resource to be inserted. + * (serviceaccountkeys.insert) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_ServiceAccountKey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ServiceAccountKey + */ + public function insert($enterpriseId, Google_Service_AndroidEnterprise_ServiceAccountKey $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_ServiceAccountKey"); + } + /** + * Lists all active credentials for the service account associated with this + * enterprise. Only the ID and key type are returned. The calling service + * account must have been retrieved by calling Enterprises.GetServiceAccount and + * must have been set as the enterprise service account by calling + * Enterprises.SetAccount. (serviceaccountkeys.listServiceaccountkeys) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ServiceAccountKeysListResponse + */ + public function listServiceaccountkeys($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_ServiceAccountKeysListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutclusters.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutclusters.php new file mode 100644 index 000000000..0fe50ead7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutclusters.php @@ -0,0 +1,120 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $storelayoutclusters = $androidenterpriseService->storelayoutclusters; + * + */ +class Google_Service_AndroidEnterprise_Resource_Storelayoutclusters extends Google_Service_Resource +{ + /** + * Deletes a cluster. (storelayoutclusters.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param string $clusterId The ID of the cluster. + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $pageId, $clusterId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves details of a cluster. (storelayoutclusters.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param string $clusterId The ID of the cluster. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreCluster + */ + public function get($enterpriseId, $pageId, $clusterId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); + } + /** + * Inserts a new cluster in a page. (storelayoutclusters.insert) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param Google_Service_AndroidEnterprise_StoreCluster $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreCluster + */ + public function insert($enterpriseId, $pageId, Google_Service_AndroidEnterprise_StoreCluster $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); + } + /** + * Retrieves the details of all clusters on the specified page. + * (storelayoutclusters.listStorelayoutclusters) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreLayoutClustersListResponse + */ + public function listStorelayoutclusters($enterpriseId, $pageId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_StoreLayoutClustersListResponse"); + } + /** + * Updates a cluster. This method supports patch semantics. + * (storelayoutclusters.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param string $clusterId The ID of the cluster. + * @param Google_Service_AndroidEnterprise_StoreCluster $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreCluster + */ + public function patch($enterpriseId, $pageId, $clusterId, Google_Service_AndroidEnterprise_StoreCluster $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); + } + /** + * Updates a cluster. (storelayoutclusters.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param string $clusterId The ID of the cluster. + * @param Google_Service_AndroidEnterprise_StoreCluster $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreCluster + */ + public function update($enterpriseId, $pageId, $clusterId, Google_Service_AndroidEnterprise_StoreCluster $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_StoreCluster"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutpages.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutpages.php new file mode 100644 index 000000000..652ef1243 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Storelayoutpages.php @@ -0,0 +1,114 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $storelayoutpages = $androidenterpriseService->storelayoutpages; + * + */ +class Google_Service_AndroidEnterprise_Resource_Storelayoutpages extends Google_Service_Resource +{ + /** + * Deletes a store page. (storelayoutpages.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $pageId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves details of a store page. (storelayoutpages.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StorePage + */ + public function get($enterpriseId, $pageId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_StorePage"); + } + /** + * Inserts a new store page. (storelayoutpages.insert) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_StorePage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StorePage + */ + public function insert($enterpriseId, Google_Service_AndroidEnterprise_StorePage $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_StorePage"); + } + /** + * Retrieves the details of all pages in the store. + * (storelayoutpages.listStorelayoutpages) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StoreLayoutPagesListResponse + */ + public function listStorelayoutpages($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_StoreLayoutPagesListResponse"); + } + /** + * Updates the content of a store page. This method supports patch semantics. + * (storelayoutpages.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param Google_Service_AndroidEnterprise_StorePage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StorePage + */ + public function patch($enterpriseId, $pageId, Google_Service_AndroidEnterprise_StorePage $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_StorePage"); + } + /** + * Updates the content of a store page. (storelayoutpages.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $pageId The ID of the page. + * @param Google_Service_AndroidEnterprise_StorePage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_StorePage + */ + public function update($enterpriseId, $pageId, Google_Service_AndroidEnterprise_StorePage $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_StorePage"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Users.php new file mode 100644 index 000000000..6506e0eec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Users.php @@ -0,0 +1,234 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $users = $androidenterpriseService->users; + * + */ +class Google_Service_AndroidEnterprise_Resource_Users extends Google_Service_Resource +{ + /** + * Deleted an EMM-managed user. (users.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Generates an authentication token which the device policy client can use to + * provision the given EMM-managed user account on a device. The generated token + * is single-use and expires after a few minutes. + * + * You can provision a maximum of 10 devices per user. + * + * This call only works with EMM-managed accounts. + * (users.generateAuthenticationToken) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_AuthenticationToken + */ + public function generateAuthenticationToken($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('generateAuthenticationToken', array($params), "Google_Service_AndroidEnterprise_AuthenticationToken"); + } + /** + * Generates a token (activation code) to allow this user to configure their + * managed account in the Android Setup Wizard. Revokes any previously generated + * token. + * + * This call only works with Google managed accounts. (users.generateToken) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_UserToken + */ + public function generateToken($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('generateToken', array($params), "Google_Service_AndroidEnterprise_UserToken"); + } + /** + * Retrieves a user's details. (users.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_User + */ + public function get($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_User"); + } + /** + * Retrieves the set of products a user is entitled to access. + * (users.getAvailableProductSet) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ProductSet + */ + public function getAvailableProductSet($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getAvailableProductSet', array($params), "Google_Service_AndroidEnterprise_ProductSet"); + } + /** + * Creates a new EMM-managed user. + * + * The Users resource passed in the body of the request should include an + * accountIdentifier and an accountType. If a corresponding user already exists + * with the same account identifier, the user will be updated with the resource. + * In this case only the displayName field can be changed. (users.insert) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_User + */ + public function insert($enterpriseId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_User"); + } + /** + * Looks up a user by primary email address. This is only supported for Google- + * managed users. Lookup of the id is not needed for EMM-managed users because + * the id is already returned in the result of the Users.insert call. + * (users.listUsers) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $email The exact primary email address of the user to look up. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_UsersListResponse + */ + public function listUsers($enterpriseId, $email, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'email' => $email); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_UsersListResponse"); + } + /** + * Updates the details of an EMM-managed user. + * + * Can be used with EMM-managed users only (not Google managed users). Pass the + * new details in the Users resource in the request body. Only the displayName + * field can be changed. Other fields must either be unset or have the currently + * active value. This method supports patch semantics. (users.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param Google_Service_AndroidEnterprise_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_User + */ + public function patch($enterpriseId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_User"); + } + /** + * Revokes access to all devices currently provisioned to the user. The user + * will no longer be able to use the managed Play store on any of their managed + * devices. + * + * This call only works with EMM-managed accounts. (users.revokeDeviceAccess) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + */ + public function revokeDeviceAccess($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('revokeDeviceAccess', array($params)); + } + /** + * Revokes a previously generated token (activation code) for the user. + * (users.revokeToken) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param array $optParams Optional parameters. + */ + public function revokeToken($enterpriseId, $userId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('revokeToken', array($params)); + } + /** + * Modifies the set of products that a user is entitled to access (referred to + * as whitelisted products). Only products that are approved or products that + * were previously approved (products with revoked approval) can be whitelisted. + * (users.setAvailableProductSet) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param Google_Service_AndroidEnterprise_ProductSet $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_ProductSet + */ + public function setAvailableProductSet($enterpriseId, $userId, Google_Service_AndroidEnterprise_ProductSet $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setAvailableProductSet', array($params), "Google_Service_AndroidEnterprise_ProductSet"); + } + /** + * Updates the details of an EMM-managed user. + * + * Can be used with EMM-managed users only (not Google managed users). Pass the + * new details in the Users resource in the request body. Only the displayName + * field can be changed. Other fields must either be unset or have the currently + * active value. (users.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $userId The ID of the user. + * @param Google_Service_AndroidEnterprise_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_User + */ + public function update($enterpriseId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_User"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Webapps.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Webapps.php new file mode 100644 index 000000000..f404aa4ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Webapps.php @@ -0,0 +1,114 @@ + + * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); + * $webapps = $androidenterpriseService->webapps; + * + */ +class Google_Service_AndroidEnterprise_Resource_Webapps extends Google_Service_Resource +{ + /** + * Deletes an existing web app. (webapps.delete) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $webAppId The ID of the web app. + * @param array $optParams Optional parameters. + */ + public function delete($enterpriseId, $webAppId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets an existing web app. (webapps.get) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $webAppId The ID of the web app. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_WebApp + */ + public function get($enterpriseId, $webAppId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidEnterprise_WebApp"); + } + /** + * Creates a new web app for the enterprise. (webapps.insert) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_WebApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_WebApp + */ + public function insert($enterpriseId, Google_Service_AndroidEnterprise_WebApp $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_WebApp"); + } + /** + * Retrieves the details of all web apps for a given enterprise. + * (webapps.listWebapps) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_WebAppsListResponse + */ + public function listWebapps($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidEnterprise_WebAppsListResponse"); + } + /** + * Updates an existing web app. This method supports patch semantics. + * (webapps.patch) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $webAppId The ID of the web app. + * @param Google_Service_AndroidEnterprise_WebApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_WebApp + */ + public function patch($enterpriseId, $webAppId, Google_Service_AndroidEnterprise_WebApp $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_WebApp"); + } + /** + * Updates an existing web app. (webapps.update) + * + * @param string $enterpriseId The ID of the enterprise. + * @param string $webAppId The ID of the web app. + * @param Google_Service_AndroidEnterprise_WebApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_WebApp + */ + public function update($enterpriseId, $webAppId, Google_Service_AndroidEnterprise_WebApp $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'webAppId' => $webAppId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidEnterprise_WebApp"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php new file mode 100644 index 000000000..77a3adc50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php @@ -0,0 +1,55 @@ +key = $key; + } + /** + * @return Google_Service_AndroidEnterprise_ServiceAccountKey + */ + public function getKey() + { + return $this->key; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php new file mode 100644 index 000000000..df0c04fcc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php @@ -0,0 +1,66 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + 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 setPublicData($publicData) + { + $this->publicData = $publicData; + } + public function getPublicData() + { + return $this->publicData; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKeysListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKeysListResponse.php new file mode 100644 index 000000000..a573e2b38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKeysListResponse.php @@ -0,0 +1,38 @@ +serviceAccountKey = $serviceAccountKey; + } + /** + * @return Google_Service_AndroidEnterprise_ServiceAccountKey + */ + public function getServiceAccountKey() + { + return $this->serviceAccountKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.php new file mode 100644 index 000000000..77d48b6ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.php @@ -0,0 +1,48 @@ +completionToken = $completionToken; + } + public function getCompletionToken() + { + return $this->completionToken; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreCluster.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreCluster.php new file mode 100644 index 000000000..f30a149f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreCluster.php @@ -0,0 +1,74 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_LocalizedText + */ + public function setName($name) + { + $this->name = $name; + } + /** + * @return Google_Service_AndroidEnterprise_LocalizedText + */ + public function getName() + { + return $this->name; + } + public function setOrderInPage($orderInPage) + { + $this->orderInPage = $orderInPage; + } + public function getOrderInPage() + { + return $this->orderInPage; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.php new file mode 100644 index 000000000..b93f0dcc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.php @@ -0,0 +1,48 @@ +homepageId = $homepageId; + } + public function getHomepageId() + { + return $this->homepageId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStoreLayoutType($storeLayoutType) + { + $this->storeLayoutType = $storeLayoutType; + } + public function getStoreLayoutType() + { + return $this->storeLayoutType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutClustersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutClustersListResponse.php new file mode 100644 index 000000000..1908d813e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutClustersListResponse.php @@ -0,0 +1,47 @@ +cluster = $cluster; + } + /** + * @return Google_Service_AndroidEnterprise_StoreCluster + */ + public function getCluster() + { + return $this->cluster; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php new file mode 100644 index 000000000..e885ace10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_StorePage + */ + public function setPage($page) + { + $this->page = $page; + } + /** + * @return Google_Service_AndroidEnterprise_StorePage + */ + public function getPage() + { + return $this->page; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.php new file mode 100644 index 000000000..dd0351a07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.php @@ -0,0 +1,65 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_AndroidEnterprise_LocalizedText + */ + public function setName($name) + { + $this->name = $name; + } + /** + * @return Google_Service_AndroidEnterprise_LocalizedText + */ + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.php new file mode 100644 index 000000000..1336d2f59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.php @@ -0,0 +1,39 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setPreviousPageToken($previousPageToken) + { + $this->previousPageToken = $previousPageToken; + } + public function getPreviousPageToken() + { + return $this->previousPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TrackInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TrackInfo.php new file mode 100644 index 000000000..0cc0c39ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TrackInfo.php @@ -0,0 +1,39 @@ +trackAlias = $trackAlias; + } + public function getTrackAlias() + { + return $this->trackAlias; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/User.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/User.php new file mode 100644 index 000000000..749313d75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/User.php @@ -0,0 +1,84 @@ +accountIdentifier = $accountIdentifier; + } + public function getAccountIdentifier() + { + return $this->accountIdentifier; + } + public function setAccountType($accountType) + { + $this->accountType = $accountType; + } + public function getAccountType() + { + return $this->accountType; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + 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 setManagementType($managementType) + { + $this->managementType = $managementType; + } + public function getManagementType() + { + return $this->managementType; + } + public function setPrimaryEmail($primaryEmail) + { + $this->primaryEmail = $primaryEmail; + } + public function getPrimaryEmail() + { + return $this->primaryEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UserToken.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UserToken.php new file mode 100644 index 000000000..6c81e5ff2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UserToken.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UsersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UsersListResponse.php new file mode 100644 index 000000000..bf8120ad5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/UsersListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_User + */ + public function setUser($user) + { + $this->user = $user; + } + /** + * @return Google_Service_AndroidEnterprise_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/VariableSet.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/VariableSet.php new file mode 100644 index 000000000..4b7070826 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/VariableSet.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPlaceholder($placeholder) + { + $this->placeholder = $placeholder; + } + public function getPlaceholder() + { + return $this->placeholder; + } + public function setUserValue($userValue) + { + $this->userValue = $userValue; + } + public function getUserValue() + { + return $this->userValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebApp.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebApp.php new file mode 100644 index 000000000..a2c41fc05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebApp.php @@ -0,0 +1,92 @@ +displayMode = $displayMode; + } + public function getDisplayMode() + { + return $this->displayMode; + } + /** + * @param Google_Service_AndroidEnterprise_WebAppIcon + */ + public function setIcons($icons) + { + $this->icons = $icons; + } + /** + * @return Google_Service_AndroidEnterprise_WebAppIcon + */ + public function getIcons() + { + return $this->icons; + } + public function setIsPublished($isPublished) + { + $this->isPublished = $isPublished; + } + public function getIsPublished() + { + return $this->isPublished; + } + public function setStartUrl($startUrl) + { + $this->startUrl = $startUrl; + } + public function getStartUrl() + { + return $this->startUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } + public function setWebAppId($webAppId) + { + $this->webAppId = $webAppId; + } + public function getWebAppId() + { + return $this->webAppId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppIcon.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppIcon.php new file mode 100644 index 000000000..6ee6578d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppIcon.php @@ -0,0 +1,30 @@ +imageData = $imageData; + } + public function getImageData() + { + return $this->imageData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppsListResponse.php new file mode 100644 index 000000000..83b5a211a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/WebAppsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidEnterprise_WebApp + */ + public function setWebApp($webApp) + { + $this->webApp = $webApp; + } + /** + * @return Google_Service_AndroidEnterprise_WebApp + */ + public function getWebApp() + { + return $this->webApp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement.php new file mode 100644 index 000000000..1a2d4148a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement.php @@ -0,0 +1,485 @@ + + * The Android Management API provides remote enterprise management of Android + * devices and apps. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AndroidManagement extends Google_Service +{ + /** Manage Android devices and apps for your customers. */ + const ANDROIDMANAGEMENT = + "https://www.googleapis.com/auth/androidmanagement"; + + public $enterprises; + public $enterprises_applications; + public $enterprises_devices; + public $enterprises_devices_operations; + public $enterprises_enrollmentTokens; + public $enterprises_policies; + public $enterprises_webApps; + public $enterprises_webTokens; + public $signupUrls; + + /** + * Constructs the internal representation of the AndroidManagement 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://androidmanagement.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'androidmanagement'; + + $this->enterprises = new Google_Service_AndroidManagement_Resource_Enterprises( + $this, + $this->serviceName, + 'enterprises', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/enterprises', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'signupUrlName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises_applications = new Google_Service_AndroidManagement_Resource_EnterprisesApplications( + $this, + $this->serviceName, + 'applications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises_devices = new Google_Service_AndroidManagement_Resource_EnterprisesDevices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'wipeDataFlags' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'issueCommand' => array( + 'path' => 'v1/{+name}:issueCommand', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/devices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises_devices_operations = new Google_Service_AndroidManagement_Resource_EnterprisesDevicesOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises_enrollmentTokens = new Google_Service_AndroidManagement_Resource_EnterprisesEnrollmentTokens( + $this, + $this->serviceName, + 'enrollmentTokens', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/enrollmentTokens', + '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, + ), + ), + ), + ) + ) + ); + $this->enterprises_policies = new Google_Service_AndroidManagement_Resource_EnterprisesPolicies( + $this, + $this->serviceName, + 'policies', + array( + 'methods' => array( + '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}/policies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises_webApps = new Google_Service_AndroidManagement_Resource_EnterprisesWebApps( + $this, + $this->serviceName, + 'webApps', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/webApps', + '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}/webApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->enterprises_webTokens = new Google_Service_AndroidManagement_Resource_EnterprisesWebTokens( + $this, + $this->serviceName, + 'webTokens', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/webTokens', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->signupUrls = new Google_Service_AndroidManagement_Resource_SignupUrls( + $this, + $this->serviceName, + 'signupUrls', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/signupUrls', + 'httpMethod' => 'POST', + 'parameters' => array( + 'callbackUrl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AlwaysOnVpnPackage.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AlwaysOnVpnPackage.php new file mode 100644 index 000000000..a84754733 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AlwaysOnVpnPackage.php @@ -0,0 +1,39 @@ +lockdownEnabled = $lockdownEnabled; + } + public function getLockdownEnabled() + { + return $this->lockdownEnabled; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AndroidmanagementEmpty.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AndroidmanagementEmpty.php new file mode 100644 index 000000000..45d9f6589 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AndroidmanagementEmpty.php @@ -0,0 +1,20 @@ +minApiLevel = $minApiLevel; + } + public function getMinApiLevel() + { + return $this->minApiLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AppTrackInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AppTrackInfo.php new file mode 100644 index 000000000..762c7100e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/AppTrackInfo.php @@ -0,0 +1,39 @@ +trackAlias = $trackAlias; + } + public function getTrackAlias() + { + return $this->trackAlias; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Application.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Application.php new file mode 100644 index 000000000..99a601957 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Application.php @@ -0,0 +1,88 @@ +appTracks = $appTracks; + } + /** + * @return Google_Service_AndroidManagement_AppTrackInfo + */ + public function getAppTracks() + { + return $this->appTracks; + } + /** + * @param Google_Service_AndroidManagement_ManagedProperty + */ + public function setManagedProperties($managedProperties) + { + $this->managedProperties = $managedProperties; + } + /** + * @return Google_Service_AndroidManagement_ManagedProperty + */ + public function getManagedProperties() + { + return $this->managedProperties; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_AndroidManagement_ApplicationPermission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_AndroidManagement_ApplicationPermission + */ + public function getPermissions() + { + return $this->permissions; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationEvent.php new file mode 100644 index 000000000..320e580e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationEvent.php @@ -0,0 +1,39 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEventType($eventType) + { + $this->eventType = $eventType; + } + public function getEventType() + { + return $this->eventType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPermission.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPermission.php new file mode 100644 index 000000000..131c0639a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPermission.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPermissionId($permissionId) + { + $this->permissionId = $permissionId; + } + public function getPermissionId() + { + return $this->permissionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPolicy.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPolicy.php new file mode 100644 index 000000000..04519f211 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationPolicy.php @@ -0,0 +1,135 @@ +accessibleTrackIds = $accessibleTrackIds; + } + public function getAccessibleTrackIds() + { + return $this->accessibleTrackIds; + } + public function setDefaultPermissionPolicy($defaultPermissionPolicy) + { + $this->defaultPermissionPolicy = $defaultPermissionPolicy; + } + public function getDefaultPermissionPolicy() + { + return $this->defaultPermissionPolicy; + } + public function setDelegatedScopes($delegatedScopes) + { + $this->delegatedScopes = $delegatedScopes; + } + public function getDelegatedScopes() + { + return $this->delegatedScopes; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setInstallType($installType) + { + $this->installType = $installType; + } + public function getInstallType() + { + return $this->installType; + } + public function setLockTaskAllowed($lockTaskAllowed) + { + $this->lockTaskAllowed = $lockTaskAllowed; + } + public function getLockTaskAllowed() + { + return $this->lockTaskAllowed; + } + public function setManagedConfiguration($managedConfiguration) + { + $this->managedConfiguration = $managedConfiguration; + } + public function getManagedConfiguration() + { + return $this->managedConfiguration; + } + /** + * @param Google_Service_AndroidManagement_ManagedConfigurationTemplate + */ + public function setManagedConfigurationTemplate(Google_Service_AndroidManagement_ManagedConfigurationTemplate $managedConfigurationTemplate) + { + $this->managedConfigurationTemplate = $managedConfigurationTemplate; + } + /** + * @return Google_Service_AndroidManagement_ManagedConfigurationTemplate + */ + public function getManagedConfigurationTemplate() + { + return $this->managedConfigurationTemplate; + } + public function setMinimumVersionCode($minimumVersionCode) + { + $this->minimumVersionCode = $minimumVersionCode; + } + public function getMinimumVersionCode() + { + return $this->minimumVersionCode; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + /** + * @param Google_Service_AndroidManagement_PermissionGrant + */ + public function setPermissionGrants($permissionGrants) + { + $this->permissionGrants = $permissionGrants; + } + /** + * @return Google_Service_AndroidManagement_PermissionGrant + */ + public function getPermissionGrants() + { + return $this->permissionGrants; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReport.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReport.php new file mode 100644 index 000000000..3c58f5729 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReport.php @@ -0,0 +1,135 @@ +applicationSource = $applicationSource; + } + public function getApplicationSource() + { + return $this->applicationSource; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_AndroidManagement_ApplicationEvent + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_AndroidManagement_ApplicationEvent + */ + public function getEvents() + { + return $this->events; + } + public function setInstallerPackageName($installerPackageName) + { + $this->installerPackageName = $installerPackageName; + } + public function getInstallerPackageName() + { + return $this->installerPackageName; + } + /** + * @param Google_Service_AndroidManagement_KeyedAppState + */ + public function setKeyedAppStates($keyedAppStates) + { + $this->keyedAppStates = $keyedAppStates; + } + /** + * @return Google_Service_AndroidManagement_KeyedAppState + */ + public function getKeyedAppStates() + { + return $this->keyedAppStates; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setPackageSha256Hash($packageSha256Hash) + { + $this->packageSha256Hash = $packageSha256Hash; + } + public function getPackageSha256Hash() + { + return $this->packageSha256Hash; + } + public function setSigningKeyCertFingerprints($signingKeyCertFingerprints) + { + $this->signingKeyCertFingerprints = $signingKeyCertFingerprints; + } + public function getSigningKeyCertFingerprints() + { + return $this->signingKeyCertFingerprints; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } + public function setVersionName($versionName) + { + $this->versionName = $versionName; + } + public function getVersionName() + { + return $this->versionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReportingSettings.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReportingSettings.php new file mode 100644 index 000000000..b4c30cca6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ApplicationReportingSettings.php @@ -0,0 +1,30 @@ +includeRemovedApps = $includeRemovedApps; + } + public function getIncludeRemovedApps() + { + return $this->includeRemovedApps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/BlockAction.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/BlockAction.php new file mode 100644 index 000000000..06e3e10b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/BlockAction.php @@ -0,0 +1,30 @@ +blockAfterDays = $blockAfterDays; + } + public function getBlockAfterDays() + { + return $this->blockAfterDays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ChoosePrivateKeyRule.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ChoosePrivateKeyRule.php new file mode 100644 index 000000000..54ec594d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ChoosePrivateKeyRule.php @@ -0,0 +1,49 @@ +packageNames = $packageNames; + } + public function getPackageNames() + { + return $this->packageNames; + } + public function setPrivateKeyAlias($privateKeyAlias) + { + $this->privateKeyAlias = $privateKeyAlias; + } + public function getPrivateKeyAlias() + { + return $this->privateKeyAlias; + } + public function setUrlPattern($urlPattern) + { + $this->urlPattern = $urlPattern; + } + public function getUrlPattern() + { + return $this->urlPattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Command.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Command.php new file mode 100644 index 000000000..f650c3f0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Command.php @@ -0,0 +1,85 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setErrorCode($errorCode) + { + $this->errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + public function setNewPassword($newPassword) + { + $this->newPassword = $newPassword; + } + public function getNewPassword() + { + return $this->newPassword; + } + public function setResetPasswordFlags($resetPasswordFlags) + { + $this->resetPasswordFlags = $resetPasswordFlags; + } + public function getResetPasswordFlags() + { + return $this->resetPasswordFlags; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserName($userName) + { + $this->userName = $userName; + } + public function getUserName() + { + return $this->userName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ComplianceRule.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ComplianceRule.php new file mode 100644 index 000000000..e67420650 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ComplianceRule.php @@ -0,0 +1,72 @@ +apiLevelCondition = $apiLevelCondition; + } + /** + * @return Google_Service_AndroidManagement_ApiLevelCondition + */ + public function getApiLevelCondition() + { + return $this->apiLevelCondition; + } + public function setDisableApps($disableApps) + { + $this->disableApps = $disableApps; + } + public function getDisableApps() + { + return $this->disableApps; + } + /** + * @param Google_Service_AndroidManagement_NonComplianceDetailCondition + */ + public function setNonComplianceDetailCondition(Google_Service_AndroidManagement_NonComplianceDetailCondition $nonComplianceDetailCondition) + { + $this->nonComplianceDetailCondition = $nonComplianceDetailCondition; + } + /** + * @return Google_Service_AndroidManagement_NonComplianceDetailCondition + */ + public function getNonComplianceDetailCondition() + { + return $this->nonComplianceDetailCondition; + } + public function setPackageNamesToDisable($packageNamesToDisable) + { + $this->packageNamesToDisable = $packageNamesToDisable; + } + public function getPackageNamesToDisable() + { + return $this->packageNamesToDisable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Device.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Device.php new file mode 100644 index 000000000..54f981d75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Device.php @@ -0,0 +1,408 @@ +apiLevel = $apiLevel; + } + public function getApiLevel() + { + return $this->apiLevel; + } + /** + * @param Google_Service_AndroidManagement_ApplicationReport + */ + public function setApplicationReports($applicationReports) + { + $this->applicationReports = $applicationReports; + } + /** + * @return Google_Service_AndroidManagement_ApplicationReport + */ + public function getApplicationReports() + { + return $this->applicationReports; + } + public function setAppliedPolicyName($appliedPolicyName) + { + $this->appliedPolicyName = $appliedPolicyName; + } + public function getAppliedPolicyName() + { + return $this->appliedPolicyName; + } + public function setAppliedPolicyVersion($appliedPolicyVersion) + { + $this->appliedPolicyVersion = $appliedPolicyVersion; + } + public function getAppliedPolicyVersion() + { + return $this->appliedPolicyVersion; + } + public function setAppliedState($appliedState) + { + $this->appliedState = $appliedState; + } + public function getAppliedState() + { + return $this->appliedState; + } + /** + * @param Google_Service_AndroidManagement_DeviceSettings + */ + public function setDeviceSettings(Google_Service_AndroidManagement_DeviceSettings $deviceSettings) + { + $this->deviceSettings = $deviceSettings; + } + /** + * @return Google_Service_AndroidManagement_DeviceSettings + */ + public function getDeviceSettings() + { + return $this->deviceSettings; + } + /** + * @param Google_Service_AndroidManagement_UserFacingMessage + */ + public function setDisabledReason(Google_Service_AndroidManagement_UserFacingMessage $disabledReason) + { + $this->disabledReason = $disabledReason; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getDisabledReason() + { + return $this->disabledReason; + } + /** + * @param Google_Service_AndroidManagement_Display + */ + public function setDisplays($displays) + { + $this->displays = $displays; + } + /** + * @return Google_Service_AndroidManagement_Display + */ + public function getDisplays() + { + return $this->displays; + } + public function setEnrollmentTime($enrollmentTime) + { + $this->enrollmentTime = $enrollmentTime; + } + public function getEnrollmentTime() + { + return $this->enrollmentTime; + } + public function setEnrollmentTokenData($enrollmentTokenData) + { + $this->enrollmentTokenData = $enrollmentTokenData; + } + public function getEnrollmentTokenData() + { + return $this->enrollmentTokenData; + } + public function setEnrollmentTokenName($enrollmentTokenName) + { + $this->enrollmentTokenName = $enrollmentTokenName; + } + public function getEnrollmentTokenName() + { + return $this->enrollmentTokenName; + } + /** + * @param Google_Service_AndroidManagement_HardwareInfo + */ + public function setHardwareInfo(Google_Service_AndroidManagement_HardwareInfo $hardwareInfo) + { + $this->hardwareInfo = $hardwareInfo; + } + /** + * @return Google_Service_AndroidManagement_HardwareInfo + */ + public function getHardwareInfo() + { + return $this->hardwareInfo; + } + /** + * @param Google_Service_AndroidManagement_HardwareStatus + */ + public function setHardwareStatusSamples($hardwareStatusSamples) + { + $this->hardwareStatusSamples = $hardwareStatusSamples; + } + /** + * @return Google_Service_AndroidManagement_HardwareStatus + */ + public function getHardwareStatusSamples() + { + return $this->hardwareStatusSamples; + } + public function setLastPolicyComplianceReportTime($lastPolicyComplianceReportTime) + { + $this->lastPolicyComplianceReportTime = $lastPolicyComplianceReportTime; + } + public function getLastPolicyComplianceReportTime() + { + return $this->lastPolicyComplianceReportTime; + } + public function setLastPolicySyncTime($lastPolicySyncTime) + { + $this->lastPolicySyncTime = $lastPolicySyncTime; + } + public function getLastPolicySyncTime() + { + return $this->lastPolicySyncTime; + } + public function setLastStatusReportTime($lastStatusReportTime) + { + $this->lastStatusReportTime = $lastStatusReportTime; + } + public function getLastStatusReportTime() + { + return $this->lastStatusReportTime; + } + public function setManagementMode($managementMode) + { + $this->managementMode = $managementMode; + } + public function getManagementMode() + { + return $this->managementMode; + } + /** + * @param Google_Service_AndroidManagement_MemoryEvent + */ + public function setMemoryEvents($memoryEvents) + { + $this->memoryEvents = $memoryEvents; + } + /** + * @return Google_Service_AndroidManagement_MemoryEvent + */ + public function getMemoryEvents() + { + return $this->memoryEvents; + } + /** + * @param Google_Service_AndroidManagement_MemoryInfo + */ + public function setMemoryInfo(Google_Service_AndroidManagement_MemoryInfo $memoryInfo) + { + $this->memoryInfo = $memoryInfo; + } + /** + * @return Google_Service_AndroidManagement_MemoryInfo + */ + public function getMemoryInfo() + { + return $this->memoryInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_AndroidManagement_NetworkInfo + */ + public function setNetworkInfo(Google_Service_AndroidManagement_NetworkInfo $networkInfo) + { + $this->networkInfo = $networkInfo; + } + /** + * @return Google_Service_AndroidManagement_NetworkInfo + */ + public function getNetworkInfo() + { + return $this->networkInfo; + } + /** + * @param Google_Service_AndroidManagement_NonComplianceDetail + */ + public function setNonComplianceDetails($nonComplianceDetails) + { + $this->nonComplianceDetails = $nonComplianceDetails; + } + /** + * @return Google_Service_AndroidManagement_NonComplianceDetail + */ + public function getNonComplianceDetails() + { + return $this->nonComplianceDetails; + } + public function setPolicyCompliant($policyCompliant) + { + $this->policyCompliant = $policyCompliant; + } + public function getPolicyCompliant() + { + return $this->policyCompliant; + } + public function setPolicyName($policyName) + { + $this->policyName = $policyName; + } + public function getPolicyName() + { + return $this->policyName; + } + /** + * @param Google_Service_AndroidManagement_PowerManagementEvent + */ + public function setPowerManagementEvents($powerManagementEvents) + { + $this->powerManagementEvents = $powerManagementEvents; + } + /** + * @return Google_Service_AndroidManagement_PowerManagementEvent + */ + public function getPowerManagementEvents() + { + return $this->powerManagementEvents; + } + public function setPreviousDeviceNames($previousDeviceNames) + { + $this->previousDeviceNames = $previousDeviceNames; + } + public function getPreviousDeviceNames() + { + return $this->previousDeviceNames; + } + /** + * @param Google_Service_AndroidManagement_SecurityPosture + */ + public function setSecurityPosture(Google_Service_AndroidManagement_SecurityPosture $securityPosture) + { + $this->securityPosture = $securityPosture; + } + /** + * @return Google_Service_AndroidManagement_SecurityPosture + */ + public function getSecurityPosture() + { + return $this->securityPosture; + } + /** + * @param Google_Service_AndroidManagement_SoftwareInfo + */ + public function setSoftwareInfo(Google_Service_AndroidManagement_SoftwareInfo $softwareInfo) + { + $this->softwareInfo = $softwareInfo; + } + /** + * @return Google_Service_AndroidManagement_SoftwareInfo + */ + public function getSoftwareInfo() + { + return $this->softwareInfo; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSystemProperties($systemProperties) + { + $this->systemProperties = $systemProperties; + } + public function getSystemProperties() + { + return $this->systemProperties; + } + /** + * @param Google_Service_AndroidManagement_User + */ + public function setUser(Google_Service_AndroidManagement_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_AndroidManagement_User + */ + public function getUser() + { + return $this->user; + } + public function setUserName($userName) + { + $this->userName = $userName; + } + public function getUserName() + { + return $this->userName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/DeviceSettings.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/DeviceSettings.php new file mode 100644 index 000000000..afa96bc12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/DeviceSettings.php @@ -0,0 +1,84 @@ +adbEnabled = $adbEnabled; + } + public function getAdbEnabled() + { + return $this->adbEnabled; + } + public function setDevelopmentSettingsEnabled($developmentSettingsEnabled) + { + $this->developmentSettingsEnabled = $developmentSettingsEnabled; + } + public function getDevelopmentSettingsEnabled() + { + return $this->developmentSettingsEnabled; + } + public function setEncryptionStatus($encryptionStatus) + { + $this->encryptionStatus = $encryptionStatus; + } + public function getEncryptionStatus() + { + return $this->encryptionStatus; + } + public function setIsDeviceSecure($isDeviceSecure) + { + $this->isDeviceSecure = $isDeviceSecure; + } + public function getIsDeviceSecure() + { + return $this->isDeviceSecure; + } + public function setIsEncrypted($isEncrypted) + { + $this->isEncrypted = $isEncrypted; + } + public function getIsEncrypted() + { + return $this->isEncrypted; + } + public function setUnknownSourcesEnabled($unknownSourcesEnabled) + { + $this->unknownSourcesEnabled = $unknownSourcesEnabled; + } + public function getUnknownSourcesEnabled() + { + return $this->unknownSourcesEnabled; + } + public function setVerifyAppsEnabled($verifyAppsEnabled) + { + $this->verifyAppsEnabled = $verifyAppsEnabled; + } + public function getVerifyAppsEnabled() + { + return $this->verifyAppsEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Display.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Display.php new file mode 100644 index 000000000..b83b1d5ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Display.php @@ -0,0 +1,84 @@ +density = $density; + } + public function getDensity() + { + return $this->density; + } + public function setDisplayId($displayId) + { + $this->displayId = $displayId; + } + public function getDisplayId() + { + return $this->displayId; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRefreshRate($refreshRate) + { + $this->refreshRate = $refreshRate; + } + public function getRefreshRate() + { + return $this->refreshRate; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/EnrollmentToken.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/EnrollmentToken.php new file mode 100644 index 000000000..b7879d1ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/EnrollmentToken.php @@ -0,0 +1,109 @@ +additionalData = $additionalData; + } + public function getAdditionalData() + { + return $this->additionalData; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setExpirationTimestamp($expirationTimestamp) + { + $this->expirationTimestamp = $expirationTimestamp; + } + public function getExpirationTimestamp() + { + return $this->expirationTimestamp; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneTimeOnly($oneTimeOnly) + { + $this->oneTimeOnly = $oneTimeOnly; + } + public function getOneTimeOnly() + { + return $this->oneTimeOnly; + } + public function setPolicyName($policyName) + { + $this->policyName = $policyName; + } + public function getPolicyName() + { + return $this->policyName; + } + public function setQrCode($qrCode) + { + $this->qrCode = $qrCode; + } + public function getQrCode() + { + return $this->qrCode; + } + /** + * @param Google_Service_AndroidManagement_User + */ + public function setUser(Google_Service_AndroidManagement_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_AndroidManagement_User + */ + public function getUser() + { + return $this->user; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Enterprise.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Enterprise.php new file mode 100644 index 000000000..9fadbd4fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Enterprise.php @@ -0,0 +1,124 @@ +appAutoApprovalEnabled = $appAutoApprovalEnabled; + } + public function getAppAutoApprovalEnabled() + { + return $this->appAutoApprovalEnabled; + } + public function setEnabledNotificationTypes($enabledNotificationTypes) + { + $this->enabledNotificationTypes = $enabledNotificationTypes; + } + public function getEnabledNotificationTypes() + { + return $this->enabledNotificationTypes; + } + public function setEnterpriseDisplayName($enterpriseDisplayName) + { + $this->enterpriseDisplayName = $enterpriseDisplayName; + } + public function getEnterpriseDisplayName() + { + return $this->enterpriseDisplayName; + } + /** + * @param Google_Service_AndroidManagement_ExternalData + */ + public function setLogo(Google_Service_AndroidManagement_ExternalData $logo) + { + $this->logo = $logo; + } + /** + * @return Google_Service_AndroidManagement_ExternalData + */ + public function getLogo() + { + return $this->logo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrimaryColor($primaryColor) + { + $this->primaryColor = $primaryColor; + } + public function getPrimaryColor() + { + return $this->primaryColor; + } + public function setPubsubTopic($pubsubTopic) + { + $this->pubsubTopic = $pubsubTopic; + } + public function getPubsubTopic() + { + return $this->pubsubTopic; + } + /** + * @param Google_Service_AndroidManagement_SigninDetail + */ + public function setSigninDetails($signinDetails) + { + $this->signinDetails = $signinDetails; + } + /** + * @return Google_Service_AndroidManagement_SigninDetail + */ + public function getSigninDetails() + { + return $this->signinDetails; + } + /** + * @param Google_Service_AndroidManagement_TermsAndConditions + */ + public function setTermsAndConditions($termsAndConditions) + { + $this->termsAndConditions = $termsAndConditions; + } + /** + * @return Google_Service_AndroidManagement_TermsAndConditions + */ + public function getTermsAndConditions() + { + return $this->termsAndConditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ExternalData.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ExternalData.php new file mode 100644 index 000000000..57730a214 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ExternalData.php @@ -0,0 +1,39 @@ +sha256Hash = $sha256Hash; + } + public function getSha256Hash() + { + return $this->sha256Hash; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareInfo.php new file mode 100644 index 000000000..f2ade6e3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareInfo.php @@ -0,0 +1,148 @@ +batteryShutdownTemperatures = $batteryShutdownTemperatures; + } + public function getBatteryShutdownTemperatures() + { + return $this->batteryShutdownTemperatures; + } + public function setBatteryThrottlingTemperatures($batteryThrottlingTemperatures) + { + $this->batteryThrottlingTemperatures = $batteryThrottlingTemperatures; + } + public function getBatteryThrottlingTemperatures() + { + return $this->batteryThrottlingTemperatures; + } + public function setBrand($brand) + { + $this->brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + public function setCpuShutdownTemperatures($cpuShutdownTemperatures) + { + $this->cpuShutdownTemperatures = $cpuShutdownTemperatures; + } + public function getCpuShutdownTemperatures() + { + return $this->cpuShutdownTemperatures; + } + public function setCpuThrottlingTemperatures($cpuThrottlingTemperatures) + { + $this->cpuThrottlingTemperatures = $cpuThrottlingTemperatures; + } + public function getCpuThrottlingTemperatures() + { + return $this->cpuThrottlingTemperatures; + } + public function setDeviceBasebandVersion($deviceBasebandVersion) + { + $this->deviceBasebandVersion = $deviceBasebandVersion; + } + public function getDeviceBasebandVersion() + { + return $this->deviceBasebandVersion; + } + public function setGpuShutdownTemperatures($gpuShutdownTemperatures) + { + $this->gpuShutdownTemperatures = $gpuShutdownTemperatures; + } + public function getGpuShutdownTemperatures() + { + return $this->gpuShutdownTemperatures; + } + public function setGpuThrottlingTemperatures($gpuThrottlingTemperatures) + { + $this->gpuThrottlingTemperatures = $gpuThrottlingTemperatures; + } + public function getGpuThrottlingTemperatures() + { + return $this->gpuThrottlingTemperatures; + } + public function setHardware($hardware) + { + $this->hardware = $hardware; + } + public function getHardware() + { + return $this->hardware; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setSerialNumber($serialNumber) + { + $this->serialNumber = $serialNumber; + } + public function getSerialNumber() + { + return $this->serialNumber; + } + public function setSkinShutdownTemperatures($skinShutdownTemperatures) + { + $this->skinShutdownTemperatures = $skinShutdownTemperatures; + } + public function getSkinShutdownTemperatures() + { + return $this->skinShutdownTemperatures; + } + public function setSkinThrottlingTemperatures($skinThrottlingTemperatures) + { + $this->skinThrottlingTemperatures = $skinThrottlingTemperatures; + } + public function getSkinThrottlingTemperatures() + { + return $this->skinThrottlingTemperatures; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareStatus.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareStatus.php new file mode 100644 index 000000000..ee4d7f25f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/HardwareStatus.php @@ -0,0 +1,85 @@ +batteryTemperatures = $batteryTemperatures; + } + public function getBatteryTemperatures() + { + return $this->batteryTemperatures; + } + public function setCpuTemperatures($cpuTemperatures) + { + $this->cpuTemperatures = $cpuTemperatures; + } + public function getCpuTemperatures() + { + return $this->cpuTemperatures; + } + public function setCpuUsages($cpuUsages) + { + $this->cpuUsages = $cpuUsages; + } + public function getCpuUsages() + { + return $this->cpuUsages; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setFanSpeeds($fanSpeeds) + { + $this->fanSpeeds = $fanSpeeds; + } + public function getFanSpeeds() + { + return $this->fanSpeeds; + } + public function setGpuTemperatures($gpuTemperatures) + { + $this->gpuTemperatures = $gpuTemperatures; + } + public function getGpuTemperatures() + { + return $this->gpuTemperatures; + } + public function setSkinTemperatures($skinTemperatures) + { + $this->skinTemperatures = $skinTemperatures; + } + public function getSkinTemperatures() + { + return $this->skinTemperatures; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/KeyedAppState.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/KeyedAppState.php new file mode 100644 index 000000000..473824ac2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/KeyedAppState.php @@ -0,0 +1,75 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setLastUpdateTime($lastUpdateTime) + { + $this->lastUpdateTime = $lastUpdateTime; + } + public function getLastUpdateTime() + { + return $this->lastUpdateTime; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/LaunchAppAction.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/LaunchAppAction.php new file mode 100644 index 000000000..788ff2006 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/LaunchAppAction.php @@ -0,0 +1,30 @@ +packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListDevicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListDevicesResponse.php new file mode 100644 index 000000000..a9828f35a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListDevicesResponse.php @@ -0,0 +1,47 @@ +devices = $devices; + } + /** + * @return Google_Service_AndroidManagement_Device + */ + public function getDevices() + { + return $this->devices; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListOperationsResponse.php new file mode 100644 index 000000000..155f341b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AndroidManagement_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_AndroidManagement_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListPoliciesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListPoliciesResponse.php new file mode 100644 index 000000000..6e38b81ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListPoliciesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AndroidManagement_Policy + */ + public function setPolicies($policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_AndroidManagement_Policy + */ + public function getPolicies() + { + return $this->policies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListWebAppsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListWebAppsResponse.php new file mode 100644 index 000000000..7390c5699 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ListWebAppsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_AndroidManagement_WebApp + */ + public function setWebApps($webApps) + { + $this->webApps = $webApps; + } + /** + * @return Google_Service_AndroidManagement_WebApp + */ + public function getWebApps() + { + return $this->webApps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedConfigurationTemplate.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedConfigurationTemplate.php new file mode 100644 index 000000000..cbd0d37c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedConfigurationTemplate.php @@ -0,0 +1,39 @@ +configurationVariables = $configurationVariables; + } + public function getConfigurationVariables() + { + return $this->configurationVariables; + } + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + public function getTemplateId() + { + return $this->templateId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedProperty.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedProperty.php new file mode 100644 index 000000000..e7cf133c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedProperty.php @@ -0,0 +1,99 @@ +defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_AndroidManagement_ManagedPropertyEntry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_AndroidManagement_ManagedPropertyEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_AndroidManagement_ManagedProperty + */ + public function setNestedProperties($nestedProperties) + { + $this->nestedProperties = $nestedProperties; + } + /** + * @return Google_Service_AndroidManagement_ManagedProperty + */ + public function getNestedProperties() + { + return $this->nestedProperties; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedPropertyEntry.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedPropertyEntry.php new file mode 100644 index 000000000..89f252f93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ManagedPropertyEntry.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryEvent.php new file mode 100644 index 000000000..9d85e115d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryEvent.php @@ -0,0 +1,48 @@ +byteCount = $byteCount; + } + public function getByteCount() + { + return $this->byteCount; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEventType($eventType) + { + $this->eventType = $eventType; + } + public function getEventType() + { + return $this->eventType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryInfo.php new file mode 100644 index 000000000..693e3ff8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/MemoryInfo.php @@ -0,0 +1,39 @@ +totalInternalStorage = $totalInternalStorage; + } + public function getTotalInternalStorage() + { + return $this->totalInternalStorage; + } + public function setTotalRam($totalRam) + { + $this->totalRam = $totalRam; + } + public function getTotalRam() + { + return $this->totalRam; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NetworkInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NetworkInfo.php new file mode 100644 index 000000000..9b6d5da3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NetworkInfo.php @@ -0,0 +1,57 @@ +imei = $imei; + } + public function getImei() + { + return $this->imei; + } + public function setMeid($meid) + { + $this->meid = $meid; + } + public function getMeid() + { + return $this->meid; + } + public function setNetworkOperatorName($networkOperatorName) + { + $this->networkOperatorName = $networkOperatorName; + } + public function getNetworkOperatorName() + { + return $this->networkOperatorName; + } + public function setWifiMacAddress($wifiMacAddress) + { + $this->wifiMacAddress = $wifiMacAddress; + } + public function getWifiMacAddress() + { + return $this->wifiMacAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetail.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetail.php new file mode 100644 index 000000000..5603a143f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetail.php @@ -0,0 +1,75 @@ +currentValue = $currentValue; + } + public function getCurrentValue() + { + return $this->currentValue; + } + public function setFieldPath($fieldPath) + { + $this->fieldPath = $fieldPath; + } + public function getFieldPath() + { + return $this->fieldPath; + } + public function setInstallationFailureReason($installationFailureReason) + { + $this->installationFailureReason = $installationFailureReason; + } + public function getInstallationFailureReason() + { + return $this->installationFailureReason; + } + public function setNonComplianceReason($nonComplianceReason) + { + $this->nonComplianceReason = $nonComplianceReason; + } + public function getNonComplianceReason() + { + return $this->nonComplianceReason; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setSettingName($settingName) + { + $this->settingName = $settingName; + } + public function getSettingName() + { + return $this->settingName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetailCondition.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetailCondition.php new file mode 100644 index 000000000..a041bf556 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/NonComplianceDetailCondition.php @@ -0,0 +1,48 @@ +nonComplianceReason = $nonComplianceReason; + } + public function getNonComplianceReason() + { + return $this->nonComplianceReason; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setSettingName($settingName) + { + $this->settingName = $settingName; + } + public function getSettingName() + { + return $this->settingName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Operation.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Operation.php new file mode 100644 index 000000000..27537c5b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_AndroidManagement_Status + */ + public function setError(Google_Service_AndroidManagement_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_AndroidManagement_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/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PackageNameList.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PackageNameList.php new file mode 100644 index 000000000..ede51f0c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PackageNameList.php @@ -0,0 +1,31 @@ +packageNames = $packageNames; + } + public function getPackageNames() + { + return $this->packageNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PasswordRequirements.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PasswordRequirements.php new file mode 100644 index 000000000..47f1c15f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PasswordRequirements.php @@ -0,0 +1,129 @@ +maximumFailedPasswordsForWipe = $maximumFailedPasswordsForWipe; + } + public function getMaximumFailedPasswordsForWipe() + { + return $this->maximumFailedPasswordsForWipe; + } + public function setPasswordExpirationTimeout($passwordExpirationTimeout) + { + $this->passwordExpirationTimeout = $passwordExpirationTimeout; + } + public function getPasswordExpirationTimeout() + { + return $this->passwordExpirationTimeout; + } + public function setPasswordHistoryLength($passwordHistoryLength) + { + $this->passwordHistoryLength = $passwordHistoryLength; + } + public function getPasswordHistoryLength() + { + return $this->passwordHistoryLength; + } + public function setPasswordMinimumLength($passwordMinimumLength) + { + $this->passwordMinimumLength = $passwordMinimumLength; + } + public function getPasswordMinimumLength() + { + return $this->passwordMinimumLength; + } + public function setPasswordMinimumLetters($passwordMinimumLetters) + { + $this->passwordMinimumLetters = $passwordMinimumLetters; + } + public function getPasswordMinimumLetters() + { + return $this->passwordMinimumLetters; + } + public function setPasswordMinimumLowerCase($passwordMinimumLowerCase) + { + $this->passwordMinimumLowerCase = $passwordMinimumLowerCase; + } + public function getPasswordMinimumLowerCase() + { + return $this->passwordMinimumLowerCase; + } + public function setPasswordMinimumNonLetter($passwordMinimumNonLetter) + { + $this->passwordMinimumNonLetter = $passwordMinimumNonLetter; + } + public function getPasswordMinimumNonLetter() + { + return $this->passwordMinimumNonLetter; + } + public function setPasswordMinimumNumeric($passwordMinimumNumeric) + { + $this->passwordMinimumNumeric = $passwordMinimumNumeric; + } + public function getPasswordMinimumNumeric() + { + return $this->passwordMinimumNumeric; + } + public function setPasswordMinimumSymbols($passwordMinimumSymbols) + { + $this->passwordMinimumSymbols = $passwordMinimumSymbols; + } + public function getPasswordMinimumSymbols() + { + return $this->passwordMinimumSymbols; + } + public function setPasswordMinimumUpperCase($passwordMinimumUpperCase) + { + $this->passwordMinimumUpperCase = $passwordMinimumUpperCase; + } + public function getPasswordMinimumUpperCase() + { + return $this->passwordMinimumUpperCase; + } + public function setPasswordQuality($passwordQuality) + { + $this->passwordQuality = $passwordQuality; + } + public function getPasswordQuality() + { + return $this->passwordQuality; + } + public function setPasswordScope($passwordScope) + { + $this->passwordScope = $passwordScope; + } + public function getPasswordScope() + { + return $this->passwordScope; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PermissionGrant.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PermissionGrant.php new file mode 100644 index 000000000..ccf28cd68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PermissionGrant.php @@ -0,0 +1,39 @@ +permission = $permission; + } + public function getPermission() + { + return $this->permission; + } + public function setPolicy($policy) + { + $this->policy = $policy; + } + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersistentPreferredActivity.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersistentPreferredActivity.php new file mode 100644 index 000000000..fabf19a93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PersistentPreferredActivity.php @@ -0,0 +1,49 @@ +actions = $actions; + } + public function getActions() + { + return $this->actions; + } + public function setCategories($categories) + { + $this->categories = $categories; + } + public function getCategories() + { + return $this->categories; + } + public function setReceiverActivity($receiverActivity) + { + $this->receiverActivity = $receiverActivity; + } + public function getReceiverActivity() + { + return $this->receiverActivity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Policy.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Policy.php new file mode 100644 index 000000000..57f2d6695 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Policy.php @@ -0,0 +1,850 @@ +accountTypesWithManagementDisabled = $accountTypesWithManagementDisabled; + } + public function getAccountTypesWithManagementDisabled() + { + return $this->accountTypesWithManagementDisabled; + } + public function setAddUserDisabled($addUserDisabled) + { + $this->addUserDisabled = $addUserDisabled; + } + public function getAddUserDisabled() + { + return $this->addUserDisabled; + } + public function setAdjustVolumeDisabled($adjustVolumeDisabled) + { + $this->adjustVolumeDisabled = $adjustVolumeDisabled; + } + public function getAdjustVolumeDisabled() + { + return $this->adjustVolumeDisabled; + } + /** + * @param Google_Service_AndroidManagement_AlwaysOnVpnPackage + */ + public function setAlwaysOnVpnPackage(Google_Service_AndroidManagement_AlwaysOnVpnPackage $alwaysOnVpnPackage) + { + $this->alwaysOnVpnPackage = $alwaysOnVpnPackage; + } + /** + * @return Google_Service_AndroidManagement_AlwaysOnVpnPackage + */ + public function getAlwaysOnVpnPackage() + { + return $this->alwaysOnVpnPackage; + } + public function setAndroidDevicePolicyTracks($androidDevicePolicyTracks) + { + $this->androidDevicePolicyTracks = $androidDevicePolicyTracks; + } + public function getAndroidDevicePolicyTracks() + { + return $this->androidDevicePolicyTracks; + } + public function setAppAutoUpdatePolicy($appAutoUpdatePolicy) + { + $this->appAutoUpdatePolicy = $appAutoUpdatePolicy; + } + public function getAppAutoUpdatePolicy() + { + return $this->appAutoUpdatePolicy; + } + /** + * @param Google_Service_AndroidManagement_ApplicationPolicy + */ + public function setApplications($applications) + { + $this->applications = $applications; + } + /** + * @return Google_Service_AndroidManagement_ApplicationPolicy + */ + public function getApplications() + { + return $this->applications; + } + public function setAutoTimeRequired($autoTimeRequired) + { + $this->autoTimeRequired = $autoTimeRequired; + } + public function getAutoTimeRequired() + { + return $this->autoTimeRequired; + } + public function setBlockApplicationsEnabled($blockApplicationsEnabled) + { + $this->blockApplicationsEnabled = $blockApplicationsEnabled; + } + public function getBlockApplicationsEnabled() + { + return $this->blockApplicationsEnabled; + } + public function setBluetoothConfigDisabled($bluetoothConfigDisabled) + { + $this->bluetoothConfigDisabled = $bluetoothConfigDisabled; + } + public function getBluetoothConfigDisabled() + { + return $this->bluetoothConfigDisabled; + } + public function setBluetoothContactSharingDisabled($bluetoothContactSharingDisabled) + { + $this->bluetoothContactSharingDisabled = $bluetoothContactSharingDisabled; + } + public function getBluetoothContactSharingDisabled() + { + return $this->bluetoothContactSharingDisabled; + } + public function setBluetoothDisabled($bluetoothDisabled) + { + $this->bluetoothDisabled = $bluetoothDisabled; + } + public function getBluetoothDisabled() + { + return $this->bluetoothDisabled; + } + public function setCameraDisabled($cameraDisabled) + { + $this->cameraDisabled = $cameraDisabled; + } + public function getCameraDisabled() + { + return $this->cameraDisabled; + } + public function setCellBroadcastsConfigDisabled($cellBroadcastsConfigDisabled) + { + $this->cellBroadcastsConfigDisabled = $cellBroadcastsConfigDisabled; + } + public function getCellBroadcastsConfigDisabled() + { + return $this->cellBroadcastsConfigDisabled; + } + /** + * @param Google_Service_AndroidManagement_ChoosePrivateKeyRule + */ + public function setChoosePrivateKeyRules($choosePrivateKeyRules) + { + $this->choosePrivateKeyRules = $choosePrivateKeyRules; + } + /** + * @return Google_Service_AndroidManagement_ChoosePrivateKeyRule + */ + public function getChoosePrivateKeyRules() + { + return $this->choosePrivateKeyRules; + } + /** + * @param Google_Service_AndroidManagement_ComplianceRule + */ + public function setComplianceRules($complianceRules) + { + $this->complianceRules = $complianceRules; + } + /** + * @return Google_Service_AndroidManagement_ComplianceRule + */ + public function getComplianceRules() + { + return $this->complianceRules; + } + public function setCreateWindowsDisabled($createWindowsDisabled) + { + $this->createWindowsDisabled = $createWindowsDisabled; + } + public function getCreateWindowsDisabled() + { + return $this->createWindowsDisabled; + } + public function setCredentialsConfigDisabled($credentialsConfigDisabled) + { + $this->credentialsConfigDisabled = $credentialsConfigDisabled; + } + public function getCredentialsConfigDisabled() + { + return $this->credentialsConfigDisabled; + } + public function setDataRoamingDisabled($dataRoamingDisabled) + { + $this->dataRoamingDisabled = $dataRoamingDisabled; + } + public function getDataRoamingDisabled() + { + return $this->dataRoamingDisabled; + } + public function setDebuggingFeaturesAllowed($debuggingFeaturesAllowed) + { + $this->debuggingFeaturesAllowed = $debuggingFeaturesAllowed; + } + public function getDebuggingFeaturesAllowed() + { + return $this->debuggingFeaturesAllowed; + } + public function setDefaultPermissionPolicy($defaultPermissionPolicy) + { + $this->defaultPermissionPolicy = $defaultPermissionPolicy; + } + public function getDefaultPermissionPolicy() + { + return $this->defaultPermissionPolicy; + } + /** + * @param Google_Service_AndroidManagement_UserFacingMessage + */ + public function setDeviceOwnerLockScreenInfo(Google_Service_AndroidManagement_UserFacingMessage $deviceOwnerLockScreenInfo) + { + $this->deviceOwnerLockScreenInfo = $deviceOwnerLockScreenInfo; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getDeviceOwnerLockScreenInfo() + { + return $this->deviceOwnerLockScreenInfo; + } + public function setEncryptionPolicy($encryptionPolicy) + { + $this->encryptionPolicy = $encryptionPolicy; + } + public function getEncryptionPolicy() + { + return $this->encryptionPolicy; + } + public function setEnsureVerifyAppsEnabled($ensureVerifyAppsEnabled) + { + $this->ensureVerifyAppsEnabled = $ensureVerifyAppsEnabled; + } + public function getEnsureVerifyAppsEnabled() + { + return $this->ensureVerifyAppsEnabled; + } + public function setFactoryResetDisabled($factoryResetDisabled) + { + $this->factoryResetDisabled = $factoryResetDisabled; + } + public function getFactoryResetDisabled() + { + return $this->factoryResetDisabled; + } + public function setFrpAdminEmails($frpAdminEmails) + { + $this->frpAdminEmails = $frpAdminEmails; + } + public function getFrpAdminEmails() + { + return $this->frpAdminEmails; + } + public function setFunDisabled($funDisabled) + { + $this->funDisabled = $funDisabled; + } + public function getFunDisabled() + { + return $this->funDisabled; + } + public function setInstallAppsDisabled($installAppsDisabled) + { + $this->installAppsDisabled = $installAppsDisabled; + } + public function getInstallAppsDisabled() + { + return $this->installAppsDisabled; + } + public function setInstallUnknownSourcesAllowed($installUnknownSourcesAllowed) + { + $this->installUnknownSourcesAllowed = $installUnknownSourcesAllowed; + } + public function getInstallUnknownSourcesAllowed() + { + return $this->installUnknownSourcesAllowed; + } + public function setKeyguardDisabled($keyguardDisabled) + { + $this->keyguardDisabled = $keyguardDisabled; + } + public function getKeyguardDisabled() + { + return $this->keyguardDisabled; + } + public function setKeyguardDisabledFeatures($keyguardDisabledFeatures) + { + $this->keyguardDisabledFeatures = $keyguardDisabledFeatures; + } + public function getKeyguardDisabledFeatures() + { + return $this->keyguardDisabledFeatures; + } + public function setKioskCustomLauncherEnabled($kioskCustomLauncherEnabled) + { + $this->kioskCustomLauncherEnabled = $kioskCustomLauncherEnabled; + } + public function getKioskCustomLauncherEnabled() + { + return $this->kioskCustomLauncherEnabled; + } + public function setLocationMode($locationMode) + { + $this->locationMode = $locationMode; + } + public function getLocationMode() + { + return $this->locationMode; + } + /** + * @param Google_Service_AndroidManagement_UserFacingMessage + */ + public function setLongSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $longSupportMessage) + { + $this->longSupportMessage = $longSupportMessage; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getLongSupportMessage() + { + return $this->longSupportMessage; + } + public function setMaximumTimeToLock($maximumTimeToLock) + { + $this->maximumTimeToLock = $maximumTimeToLock; + } + public function getMaximumTimeToLock() + { + return $this->maximumTimeToLock; + } + public function setMinimumApiLevel($minimumApiLevel) + { + $this->minimumApiLevel = $minimumApiLevel; + } + public function getMinimumApiLevel() + { + return $this->minimumApiLevel; + } + public function setMobileNetworksConfigDisabled($mobileNetworksConfigDisabled) + { + $this->mobileNetworksConfigDisabled = $mobileNetworksConfigDisabled; + } + public function getMobileNetworksConfigDisabled() + { + return $this->mobileNetworksConfigDisabled; + } + public function setModifyAccountsDisabled($modifyAccountsDisabled) + { + $this->modifyAccountsDisabled = $modifyAccountsDisabled; + } + public function getModifyAccountsDisabled() + { + return $this->modifyAccountsDisabled; + } + public function setMountPhysicalMediaDisabled($mountPhysicalMediaDisabled) + { + $this->mountPhysicalMediaDisabled = $mountPhysicalMediaDisabled; + } + public function getMountPhysicalMediaDisabled() + { + return $this->mountPhysicalMediaDisabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetworkEscapeHatchEnabled($networkEscapeHatchEnabled) + { + $this->networkEscapeHatchEnabled = $networkEscapeHatchEnabled; + } + public function getNetworkEscapeHatchEnabled() + { + return $this->networkEscapeHatchEnabled; + } + public function setNetworkResetDisabled($networkResetDisabled) + { + $this->networkResetDisabled = $networkResetDisabled; + } + public function getNetworkResetDisabled() + { + return $this->networkResetDisabled; + } + public function setOpenNetworkConfiguration($openNetworkConfiguration) + { + $this->openNetworkConfiguration = $openNetworkConfiguration; + } + public function getOpenNetworkConfiguration() + { + return $this->openNetworkConfiguration; + } + public function setOutgoingBeamDisabled($outgoingBeamDisabled) + { + $this->outgoingBeamDisabled = $outgoingBeamDisabled; + } + public function getOutgoingBeamDisabled() + { + return $this->outgoingBeamDisabled; + } + public function setOutgoingCallsDisabled($outgoingCallsDisabled) + { + $this->outgoingCallsDisabled = $outgoingCallsDisabled; + } + public function getOutgoingCallsDisabled() + { + return $this->outgoingCallsDisabled; + } + /** + * @param Google_Service_AndroidManagement_PasswordRequirements + */ + public function setPasswordPolicies($passwordPolicies) + { + $this->passwordPolicies = $passwordPolicies; + } + /** + * @return Google_Service_AndroidManagement_PasswordRequirements + */ + public function getPasswordPolicies() + { + return $this->passwordPolicies; + } + /** + * @param Google_Service_AndroidManagement_PasswordRequirements + */ + public function setPasswordRequirements(Google_Service_AndroidManagement_PasswordRequirements $passwordRequirements) + { + $this->passwordRequirements = $passwordRequirements; + } + /** + * @return Google_Service_AndroidManagement_PasswordRequirements + */ + public function getPasswordRequirements() + { + return $this->passwordRequirements; + } + /** + * @param Google_Service_AndroidManagement_PermissionGrant + */ + public function setPermissionGrants($permissionGrants) + { + $this->permissionGrants = $permissionGrants; + } + /** + * @return Google_Service_AndroidManagement_PermissionGrant + */ + public function getPermissionGrants() + { + return $this->permissionGrants; + } + /** + * @param Google_Service_AndroidManagement_PackageNameList + */ + public function setPermittedAccessibilityServices(Google_Service_AndroidManagement_PackageNameList $permittedAccessibilityServices) + { + $this->permittedAccessibilityServices = $permittedAccessibilityServices; + } + /** + * @return Google_Service_AndroidManagement_PackageNameList + */ + public function getPermittedAccessibilityServices() + { + return $this->permittedAccessibilityServices; + } + /** + * @param Google_Service_AndroidManagement_PackageNameList + */ + public function setPermittedInputMethods(Google_Service_AndroidManagement_PackageNameList $permittedInputMethods) + { + $this->permittedInputMethods = $permittedInputMethods; + } + /** + * @return Google_Service_AndroidManagement_PackageNameList + */ + public function getPermittedInputMethods() + { + return $this->permittedInputMethods; + } + /** + * @param Google_Service_AndroidManagement_PersistentPreferredActivity + */ + public function setPersistentPreferredActivities($persistentPreferredActivities) + { + $this->persistentPreferredActivities = $persistentPreferredActivities; + } + /** + * @return Google_Service_AndroidManagement_PersistentPreferredActivity + */ + public function getPersistentPreferredActivities() + { + return $this->persistentPreferredActivities; + } + public function setPlayStoreMode($playStoreMode) + { + $this->playStoreMode = $playStoreMode; + } + public function getPlayStoreMode() + { + return $this->playStoreMode; + } + /** + * @param Google_Service_AndroidManagement_PolicyEnforcementRule + */ + public function setPolicyEnforcementRules($policyEnforcementRules) + { + $this->policyEnforcementRules = $policyEnforcementRules; + } + /** + * @return Google_Service_AndroidManagement_PolicyEnforcementRule + */ + public function getPolicyEnforcementRules() + { + return $this->policyEnforcementRules; + } + public function setPrivateKeySelectionEnabled($privateKeySelectionEnabled) + { + $this->privateKeySelectionEnabled = $privateKeySelectionEnabled; + } + public function getPrivateKeySelectionEnabled() + { + return $this->privateKeySelectionEnabled; + } + /** + * @param Google_Service_AndroidManagement_ProxyInfo + */ + public function setRecommendedGlobalProxy(Google_Service_AndroidManagement_ProxyInfo $recommendedGlobalProxy) + { + $this->recommendedGlobalProxy = $recommendedGlobalProxy; + } + /** + * @return Google_Service_AndroidManagement_ProxyInfo + */ + public function getRecommendedGlobalProxy() + { + return $this->recommendedGlobalProxy; + } + public function setRemoveUserDisabled($removeUserDisabled) + { + $this->removeUserDisabled = $removeUserDisabled; + } + public function getRemoveUserDisabled() + { + return $this->removeUserDisabled; + } + public function setSafeBootDisabled($safeBootDisabled) + { + $this->safeBootDisabled = $safeBootDisabled; + } + public function getSafeBootDisabled() + { + return $this->safeBootDisabled; + } + public function setScreenCaptureDisabled($screenCaptureDisabled) + { + $this->screenCaptureDisabled = $screenCaptureDisabled; + } + public function getScreenCaptureDisabled() + { + return $this->screenCaptureDisabled; + } + public function setSetUserIconDisabled($setUserIconDisabled) + { + $this->setUserIconDisabled = $setUserIconDisabled; + } + public function getSetUserIconDisabled() + { + return $this->setUserIconDisabled; + } + public function setSetWallpaperDisabled($setWallpaperDisabled) + { + $this->setWallpaperDisabled = $setWallpaperDisabled; + } + public function getSetWallpaperDisabled() + { + return $this->setWallpaperDisabled; + } + /** + * @param Google_Service_AndroidManagement_SetupAction + */ + public function setSetupActions($setupActions) + { + $this->setupActions = $setupActions; + } + /** + * @return Google_Service_AndroidManagement_SetupAction + */ + public function getSetupActions() + { + return $this->setupActions; + } + public function setShareLocationDisabled($shareLocationDisabled) + { + $this->shareLocationDisabled = $shareLocationDisabled; + } + public function getShareLocationDisabled() + { + return $this->shareLocationDisabled; + } + /** + * @param Google_Service_AndroidManagement_UserFacingMessage + */ + public function setShortSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $shortSupportMessage) + { + $this->shortSupportMessage = $shortSupportMessage; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getShortSupportMessage() + { + return $this->shortSupportMessage; + } + public function setSkipFirstUseHintsEnabled($skipFirstUseHintsEnabled) + { + $this->skipFirstUseHintsEnabled = $skipFirstUseHintsEnabled; + } + public function getSkipFirstUseHintsEnabled() + { + return $this->skipFirstUseHintsEnabled; + } + public function setSmsDisabled($smsDisabled) + { + $this->smsDisabled = $smsDisabled; + } + public function getSmsDisabled() + { + return $this->smsDisabled; + } + public function setStatusBarDisabled($statusBarDisabled) + { + $this->statusBarDisabled = $statusBarDisabled; + } + public function getStatusBarDisabled() + { + return $this->statusBarDisabled; + } + /** + * @param Google_Service_AndroidManagement_StatusReportingSettings + */ + public function setStatusReportingSettings(Google_Service_AndroidManagement_StatusReportingSettings $statusReportingSettings) + { + $this->statusReportingSettings = $statusReportingSettings; + } + /** + * @return Google_Service_AndroidManagement_StatusReportingSettings + */ + public function getStatusReportingSettings() + { + return $this->statusReportingSettings; + } + public function setStayOnPluggedModes($stayOnPluggedModes) + { + $this->stayOnPluggedModes = $stayOnPluggedModes; + } + public function getStayOnPluggedModes() + { + return $this->stayOnPluggedModes; + } + /** + * @param Google_Service_AndroidManagement_SystemUpdate + */ + public function setSystemUpdate(Google_Service_AndroidManagement_SystemUpdate $systemUpdate) + { + $this->systemUpdate = $systemUpdate; + } + /** + * @return Google_Service_AndroidManagement_SystemUpdate + */ + public function getSystemUpdate() + { + return $this->systemUpdate; + } + public function setTetheringConfigDisabled($tetheringConfigDisabled) + { + $this->tetheringConfigDisabled = $tetheringConfigDisabled; + } + public function getTetheringConfigDisabled() + { + return $this->tetheringConfigDisabled; + } + public function setUninstallAppsDisabled($uninstallAppsDisabled) + { + $this->uninstallAppsDisabled = $uninstallAppsDisabled; + } + public function getUninstallAppsDisabled() + { + return $this->uninstallAppsDisabled; + } + public function setUnmuteMicrophoneDisabled($unmuteMicrophoneDisabled) + { + $this->unmuteMicrophoneDisabled = $unmuteMicrophoneDisabled; + } + public function getUnmuteMicrophoneDisabled() + { + return $this->unmuteMicrophoneDisabled; + } + public function setUsbFileTransferDisabled($usbFileTransferDisabled) + { + $this->usbFileTransferDisabled = $usbFileTransferDisabled; + } + public function getUsbFileTransferDisabled() + { + return $this->usbFileTransferDisabled; + } + public function setUsbMassStorageEnabled($usbMassStorageEnabled) + { + $this->usbMassStorageEnabled = $usbMassStorageEnabled; + } + public function getUsbMassStorageEnabled() + { + return $this->usbMassStorageEnabled; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + public function setVpnConfigDisabled($vpnConfigDisabled) + { + $this->vpnConfigDisabled = $vpnConfigDisabled; + } + public function getVpnConfigDisabled() + { + return $this->vpnConfigDisabled; + } + public function setWifiConfigDisabled($wifiConfigDisabled) + { + $this->wifiConfigDisabled = $wifiConfigDisabled; + } + public function getWifiConfigDisabled() + { + return $this->wifiConfigDisabled; + } + public function setWifiConfigsLockdownEnabled($wifiConfigsLockdownEnabled) + { + $this->wifiConfigsLockdownEnabled = $wifiConfigsLockdownEnabled; + } + public function getWifiConfigsLockdownEnabled() + { + return $this->wifiConfigsLockdownEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PolicyEnforcementRule.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PolicyEnforcementRule.php new file mode 100644 index 000000000..0c7f1a330 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PolicyEnforcementRule.php @@ -0,0 +1,62 @@ +blockAction = $blockAction; + } + /** + * @return Google_Service_AndroidManagement_BlockAction + */ + public function getBlockAction() + { + return $this->blockAction; + } + public function setSettingName($settingName) + { + $this->settingName = $settingName; + } + public function getSettingName() + { + return $this->settingName; + } + /** + * @param Google_Service_AndroidManagement_WipeAction + */ + public function setWipeAction(Google_Service_AndroidManagement_WipeAction $wipeAction) + { + $this->wipeAction = $wipeAction; + } + /** + * @return Google_Service_AndroidManagement_WipeAction + */ + public function getWipeAction() + { + return $this->wipeAction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PostureDetail.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PostureDetail.php new file mode 100644 index 000000000..b6d8dfbf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PostureDetail.php @@ -0,0 +1,47 @@ +advice = $advice; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getAdvice() + { + return $this->advice; + } + public function setSecurityRisk($securityRisk) + { + $this->securityRisk = $securityRisk; + } + public function getSecurityRisk() + { + return $this->securityRisk; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PowerManagementEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PowerManagementEvent.php new file mode 100644 index 000000000..fa20244f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/PowerManagementEvent.php @@ -0,0 +1,48 @@ +batteryLevel = $batteryLevel; + } + public function getBatteryLevel() + { + return $this->batteryLevel; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEventType($eventType) + { + $this->eventType = $eventType; + } + public function getEventType() + { + return $this->eventType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ProxyInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ProxyInfo.php new file mode 100644 index 000000000..a631b0231 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/ProxyInfo.php @@ -0,0 +1,58 @@ +excludedHosts = $excludedHosts; + } + public function getExcludedHosts() + { + return $this->excludedHosts; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPacUri($pacUri) + { + $this->pacUri = $pacUri; + } + public function getPacUri() + { + return $this->pacUri; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/Enterprises.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/Enterprises.php new file mode 100644 index 000000000..43eae6a9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/Enterprises.php @@ -0,0 +1,81 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $enterprises = $androidmanagementService->enterprises; + * + */ +class Google_Service_AndroidManagement_Resource_Enterprises extends Google_Service_Resource +{ + /** + * Creates an enterprise. This is the last step in the enterprise signup flow. + * (enterprises.create) + * + * @param Google_Service_AndroidManagement_Enterprise $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string enterpriseToken The enterprise token appended to the + * callback URL. + * @opt_param string signupUrlName The name of the SignupUrl used to sign up for + * the enterprise. + * @opt_param string projectId The ID of the Google Cloud Platform project which + * will own the enterprise. + * @return Google_Service_AndroidManagement_Enterprise + */ + public function create(Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidManagement_Enterprise"); + } + /** + * Gets an enterprise. (enterprises.get) + * + * @param string $name The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_Enterprise + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidManagement_Enterprise"); + } + /** + * Updates an enterprise. (enterprises.patch) + * + * @param string $name The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param Google_Service_AndroidManagement_Enterprise $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The field mask indicating the fields to update. + * If not set, all modifiable fields will be modified. + * @return Google_Service_AndroidManagement_Enterprise + */ + public function patch($name, Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidManagement_Enterprise"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesApplications.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesApplications.php new file mode 100644 index 000000000..4b496f912 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesApplications.php @@ -0,0 +1,46 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $applications = $androidmanagementService->applications; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesApplications extends Google_Service_Resource +{ + /** + * Gets info about an application. (applications.get) + * + * @param string $name The name of the application in the form + * enterprises/{enterpriseId}/applications/{package_name}. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode The preferred language for localized + * application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the + * default language of the application will be used. + * @return Google_Service_AndroidManagement_Application + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidManagement_Application"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevices.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevices.php new file mode 100644 index 000000000..5bdc2223a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevices.php @@ -0,0 +1,113 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $devices = $androidmanagementService->devices; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesDevices extends Google_Service_Resource +{ + /** + * Deletes a device. This operation wipes the device. (devices.delete) + * + * @param string $name The name of the device in the form + * enterprises/{enterpriseId}/devices/{deviceId}. + * @param array $optParams Optional parameters. + * + * @opt_param string wipeDataFlags Optional flags that control the device wiping + * behavior. + * @return Google_Service_AndroidManagement_AndroidmanagementEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); + } + /** + * Gets a device. (devices.get) + * + * @param string $name The name of the device in the form + * enterprises/{enterpriseId}/devices/{deviceId}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_Device + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidManagement_Device"); + } + /** + * Issues a command to a device. The Operation resource returned contains a + * Command in its metadata field. Use the get operation method to get the status + * of the command. (devices.issueCommand) + * + * @param string $name The name of the device in the form + * enterprises/{enterpriseId}/devices/{deviceId}. + * @param Google_Service_AndroidManagement_Command $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_Operation + */ + public function issueCommand($name, Google_Service_AndroidManagement_Command $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('issueCommand', array($params), "Google_Service_AndroidManagement_Operation"); + } + /** + * Lists devices for a given enterprise. (devices.listEnterprisesDevices) + * + * @param string $parent The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results returned by + * the server. + * @opt_param int pageSize The requested page size. The actual page size may be + * fixed to a min or max value. + * @return Google_Service_AndroidManagement_ListDevicesResponse + */ + public function listEnterprisesDevices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidManagement_ListDevicesResponse"); + } + /** + * Updates a device. (devices.patch) + * + * @param string $name The name of the device in the form + * enterprises/{enterpriseId}/devices/{deviceId}. + * @param Google_Service_AndroidManagement_Device $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The field mask indicating the fields to update. + * If not set, all modifiable fields will be modified. + * @return Google_Service_AndroidManagement_Device + */ + public function patch($name, Google_Service_AndroidManagement_Device $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidManagement_Device"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevicesOperations.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevicesOperations.php new file mode 100644 index 000000000..ac298bfde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesDevicesOperations.php @@ -0,0 +1,105 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $operations = $androidmanagementService->operations; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesDevicesOperations 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 array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_AndroidmanagementEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); + } + /** + * 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_AndroidManagement_AndroidmanagementEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); + } + /** + * 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_AndroidManagement_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidManagement_Operation"); + } + /** + * 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.listEnterprisesDevicesOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_AndroidManagement_ListOperationsResponse + */ + public function listEnterprisesDevicesOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidManagement_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesEnrollmentTokens.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesEnrollmentTokens.php new file mode 100644 index 000000000..0bd53f94f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesEnrollmentTokens.php @@ -0,0 +1,58 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $enrollmentTokens = $androidmanagementService->enrollmentTokens; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesEnrollmentTokens extends Google_Service_Resource +{ + /** + * Creates an enrollment token for a given enterprise. (enrollmentTokens.create) + * + * @param string $parent The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param Google_Service_AndroidManagement_EnrollmentToken $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_EnrollmentToken + */ + public function create($parent, Google_Service_AndroidManagement_EnrollmentToken $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidManagement_EnrollmentToken"); + } + /** + * Deletes an enrollment token. This operation invalidates the token, preventing + * its future use. (enrollmentTokens.delete) + * + * @param string $name The name of the enrollment token in the form + * enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_AndroidmanagementEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesPolicies.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesPolicies.php new file mode 100644 index 000000000..27945f1fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesPolicies.php @@ -0,0 +1,94 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $policies = $androidmanagementService->policies; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesPolicies extends Google_Service_Resource +{ + /** + * Deletes a policy. This operation is only permitted if no devices are + * currently referencing the policy. (policies.delete) + * + * @param string $name The name of the policy in the form + * enterprises/{enterpriseId}/policies/{policyId}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_AndroidmanagementEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); + } + /** + * Gets a policy. (policies.get) + * + * @param string $name The name of the policy in the form + * enterprises/{enterpriseId}/policies/{policyId}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_Policy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidManagement_Policy"); + } + /** + * Lists policies for a given enterprise. (policies.listEnterprisesPolicies) + * + * @param string $parent The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results returned by + * the server. + * @opt_param int pageSize The requested page size. The actual page size may be + * fixed to a min or max value. + * @return Google_Service_AndroidManagement_ListPoliciesResponse + */ + public function listEnterprisesPolicies($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidManagement_ListPoliciesResponse"); + } + /** + * Updates or creates a policy. (policies.patch) + * + * @param string $name The name of the policy in the form + * enterprises/{enterpriseId}/policies/{policyId}. + * @param Google_Service_AndroidManagement_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The field mask indicating the fields to update. + * If not set, all modifiable fields will be modified. + * @return Google_Service_AndroidManagement_Policy + */ + public function patch($name, Google_Service_AndroidManagement_Policy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidManagement_Policy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebApps.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebApps.php new file mode 100644 index 000000000..5e07919f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebApps.php @@ -0,0 +1,108 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $webApps = $androidmanagementService->webApps; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesWebApps extends Google_Service_Resource +{ + /** + * Creates a web app. (webApps.create) + * + * @param string $parent The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param Google_Service_AndroidManagement_WebApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_WebApp + */ + public function create($parent, Google_Service_AndroidManagement_WebApp $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidManagement_WebApp"); + } + /** + * Deletes a web app. (webApps.delete) + * + * @param string $name The name of the web app in the form + * enterprises/{enterpriseId}/webApps/{packageName}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_AndroidmanagementEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AndroidManagement_AndroidmanagementEmpty"); + } + /** + * Gets a web app. (webApps.get) + * + * @param string $name The name of the web app in the form + * enterprises/{enterpriseId}/webApp/{packageName}. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_WebApp + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidManagement_WebApp"); + } + /** + * Lists web apps for a given enterprise. (webApps.listEnterprisesWebApps) + * + * @param string $parent The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results returned by + * the server. + * @opt_param int pageSize The requested page size. The actual page size may be + * fixed to a min or max value. + * @return Google_Service_AndroidManagement_ListWebAppsResponse + */ + public function listEnterprisesWebApps($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidManagement_ListWebAppsResponse"); + } + /** + * Updates a web app. (webApps.patch) + * + * @param string $name The name of the web app in the form + * enterprises/{enterpriseId}/webApps/{packageName}. + * @param Google_Service_AndroidManagement_WebApp $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The field mask indicating the fields to update. + * If not set, all modifiable fields will be modified. + * @return Google_Service_AndroidManagement_WebApp + */ + public function patch($name, Google_Service_AndroidManagement_WebApp $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidManagement_WebApp"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebTokens.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebTokens.php new file mode 100644 index 000000000..b22ac0fa9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/EnterprisesWebTokens.php @@ -0,0 +1,44 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $webTokens = $androidmanagementService->webTokens; + * + */ +class Google_Service_AndroidManagement_Resource_EnterprisesWebTokens extends Google_Service_Resource +{ + /** + * Creates a web token to access an embeddable managed Google Play web UI for a + * given enterprise. (webTokens.create) + * + * @param string $parent The name of the enterprise in the form + * enterprises/{enterpriseId}. + * @param Google_Service_AndroidManagement_WebToken $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidManagement_WebToken + */ + public function create($parent, Google_Service_AndroidManagement_WebToken $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidManagement_WebToken"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/SignupUrls.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/SignupUrls.php new file mode 100644 index 000000000..4067c546c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Resource/SignupUrls.php @@ -0,0 +1,49 @@ + + * $androidmanagementService = new Google_Service_AndroidManagement(...); + * $signupUrls = $androidmanagementService->signupUrls; + * + */ +class Google_Service_AndroidManagement_Resource_SignupUrls extends Google_Service_Resource +{ + /** + * Creates an enterprise signup URL. (signupUrls.create) + * + * @param array $optParams Optional parameters. + * + * @opt_param string callbackUrl The callback URL that the admin will be + * redirected to after successfully creating an enterprise. Before redirecting + * there the system will add a query parameter to this URL named enterpriseToken + * which will contain an opaque token to be used for the create enterprise + * request. The URL will be parsed then reformatted in order to add the + * enterpriseToken parameter, so there may be some minor formatting changes. + * @opt_param string projectId The ID of the Google Cloud Platform project which + * will own the enterprise. + * @return Google_Service_AndroidManagement_SignupUrl + */ + public function create($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidManagement_SignupUrl"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SecurityPosture.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SecurityPosture.php new file mode 100644 index 000000000..6fd45c6a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SecurityPosture.php @@ -0,0 +1,47 @@ +devicePosture = $devicePosture; + } + public function getDevicePosture() + { + return $this->devicePosture; + } + /** + * @param Google_Service_AndroidManagement_PostureDetail + */ + public function setPostureDetails($postureDetails) + { + $this->postureDetails = $postureDetails; + } + /** + * @return Google_Service_AndroidManagement_PostureDetail + */ + public function getPostureDetails() + { + return $this->postureDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SetupAction.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SetupAction.php new file mode 100644 index 000000000..a437bdd20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SetupAction.php @@ -0,0 +1,69 @@ +description = $description; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_AndroidManagement_LaunchAppAction + */ + public function setLaunchApp(Google_Service_AndroidManagement_LaunchAppAction $launchApp) + { + $this->launchApp = $launchApp; + } + /** + * @return Google_Service_AndroidManagement_LaunchAppAction + */ + public function getLaunchApp() + { + return $this->launchApp; + } + /** + * @param Google_Service_AndroidManagement_UserFacingMessage + */ + public function setTitle(Google_Service_AndroidManagement_UserFacingMessage $title) + { + $this->title = $title; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SigninDetail.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SigninDetail.php new file mode 100644 index 000000000..23312e665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SigninDetail.php @@ -0,0 +1,48 @@ +qrCode = $qrCode; + } + public function getQrCode() + { + return $this->qrCode; + } + public function setSigninEnrollmentToken($signinEnrollmentToken) + { + $this->signinEnrollmentToken = $signinEnrollmentToken; + } + public function getSigninEnrollmentToken() + { + return $this->signinEnrollmentToken; + } + public function setSigninUrl($signinUrl) + { + $this->signinUrl = $signinUrl; + } + public function getSigninUrl() + { + return $this->signinUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SignupUrl.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SignupUrl.php new file mode 100644 index 000000000..e125385a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SignupUrl.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SoftwareInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SoftwareInfo.php new file mode 100644 index 000000000..943c0ca7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SoftwareInfo.php @@ -0,0 +1,111 @@ +androidBuildNumber = $androidBuildNumber; + } + public function getAndroidBuildNumber() + { + return $this->androidBuildNumber; + } + public function setAndroidBuildTime($androidBuildTime) + { + $this->androidBuildTime = $androidBuildTime; + } + public function getAndroidBuildTime() + { + return $this->androidBuildTime; + } + public function setAndroidDevicePolicyVersionCode($androidDevicePolicyVersionCode) + { + $this->androidDevicePolicyVersionCode = $androidDevicePolicyVersionCode; + } + public function getAndroidDevicePolicyVersionCode() + { + return $this->androidDevicePolicyVersionCode; + } + public function setAndroidDevicePolicyVersionName($androidDevicePolicyVersionName) + { + $this->androidDevicePolicyVersionName = $androidDevicePolicyVersionName; + } + public function getAndroidDevicePolicyVersionName() + { + return $this->androidDevicePolicyVersionName; + } + public function setAndroidVersion($androidVersion) + { + $this->androidVersion = $androidVersion; + } + public function getAndroidVersion() + { + return $this->androidVersion; + } + public function setBootloaderVersion($bootloaderVersion) + { + $this->bootloaderVersion = $bootloaderVersion; + } + public function getBootloaderVersion() + { + return $this->bootloaderVersion; + } + public function setDeviceBuildSignature($deviceBuildSignature) + { + $this->deviceBuildSignature = $deviceBuildSignature; + } + public function getDeviceBuildSignature() + { + return $this->deviceBuildSignature; + } + public function setDeviceKernelVersion($deviceKernelVersion) + { + $this->deviceKernelVersion = $deviceKernelVersion; + } + public function getDeviceKernelVersion() + { + return $this->deviceKernelVersion; + } + public function setPrimaryLanguageCode($primaryLanguageCode) + { + $this->primaryLanguageCode = $primaryLanguageCode; + } + public function getPrimaryLanguageCode() + { + return $this->primaryLanguageCode; + } + public function setSecurityPatchLevel($securityPatchLevel) + { + $this->securityPatchLevel = $securityPatchLevel; + } + public function getSecurityPatchLevel() + { + return $this->securityPatchLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Status.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/Status.php new file mode 100644 index 000000000..85e8798aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/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/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/StatusReportingSettings.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/StatusReportingSettings.php new file mode 100644 index 000000000..fac7e94c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/StatusReportingSettings.php @@ -0,0 +1,118 @@ +applicationReportingSettings = $applicationReportingSettings; + } + /** + * @return Google_Service_AndroidManagement_ApplicationReportingSettings + */ + public function getApplicationReportingSettings() + { + return $this->applicationReportingSettings; + } + public function setApplicationReportsEnabled($applicationReportsEnabled) + { + $this->applicationReportsEnabled = $applicationReportsEnabled; + } + public function getApplicationReportsEnabled() + { + return $this->applicationReportsEnabled; + } + public function setDeviceSettingsEnabled($deviceSettingsEnabled) + { + $this->deviceSettingsEnabled = $deviceSettingsEnabled; + } + public function getDeviceSettingsEnabled() + { + return $this->deviceSettingsEnabled; + } + public function setDisplayInfoEnabled($displayInfoEnabled) + { + $this->displayInfoEnabled = $displayInfoEnabled; + } + public function getDisplayInfoEnabled() + { + return $this->displayInfoEnabled; + } + public function setHardwareStatusEnabled($hardwareStatusEnabled) + { + $this->hardwareStatusEnabled = $hardwareStatusEnabled; + } + public function getHardwareStatusEnabled() + { + return $this->hardwareStatusEnabled; + } + public function setMemoryInfoEnabled($memoryInfoEnabled) + { + $this->memoryInfoEnabled = $memoryInfoEnabled; + } + public function getMemoryInfoEnabled() + { + return $this->memoryInfoEnabled; + } + public function setNetworkInfoEnabled($networkInfoEnabled) + { + $this->networkInfoEnabled = $networkInfoEnabled; + } + public function getNetworkInfoEnabled() + { + return $this->networkInfoEnabled; + } + public function setPowerManagementEventsEnabled($powerManagementEventsEnabled) + { + $this->powerManagementEventsEnabled = $powerManagementEventsEnabled; + } + public function getPowerManagementEventsEnabled() + { + return $this->powerManagementEventsEnabled; + } + public function setSoftwareInfoEnabled($softwareInfoEnabled) + { + $this->softwareInfoEnabled = $softwareInfoEnabled; + } + public function getSoftwareInfoEnabled() + { + return $this->softwareInfoEnabled; + } + public function setSystemPropertiesEnabled($systemPropertiesEnabled) + { + $this->systemPropertiesEnabled = $systemPropertiesEnabled; + } + public function getSystemPropertiesEnabled() + { + return $this->systemPropertiesEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SystemUpdate.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SystemUpdate.php new file mode 100644 index 000000000..c77b99db9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/SystemUpdate.php @@ -0,0 +1,48 @@ +endMinutes = $endMinutes; + } + public function getEndMinutes() + { + return $this->endMinutes; + } + public function setStartMinutes($startMinutes) + { + $this->startMinutes = $startMinutes; + } + public function getStartMinutes() + { + return $this->startMinutes; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/TermsAndConditions.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/TermsAndConditions.php new file mode 100644 index 000000000..0eaabf869 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/TermsAndConditions.php @@ -0,0 +1,53 @@ +content = $content; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_AndroidManagement_UserFacingMessage + */ + public function setHeader(Google_Service_AndroidManagement_UserFacingMessage $header) + { + $this->header = $header; + } + /** + * @return Google_Service_AndroidManagement_UserFacingMessage + */ + public function getHeader() + { + return $this->header; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/User.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/User.php new file mode 100644 index 000000000..f4c804420 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/User.php @@ -0,0 +1,30 @@ +accountIdentifier = $accountIdentifier; + } + public function getAccountIdentifier() + { + return $this->accountIdentifier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/UserFacingMessage.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/UserFacingMessage.php new file mode 100644 index 000000000..66a75b690 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/UserFacingMessage.php @@ -0,0 +1,39 @@ +defaultMessage = $defaultMessage; + } + public function getDefaultMessage() + { + return $this->defaultMessage; + } + public function setLocalizedMessages($localizedMessages) + { + $this->localizedMessages = $localizedMessages; + } + public function getLocalizedMessages() + { + return $this->localizedMessages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebApp.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebApp.php new file mode 100644 index 000000000..fd15ecdf1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebApp.php @@ -0,0 +1,83 @@ +displayMode = $displayMode; + } + public function getDisplayMode() + { + return $this->displayMode; + } + /** + * @param Google_Service_AndroidManagement_WebAppIcon + */ + public function setIcons($icons) + { + $this->icons = $icons; + } + /** + * @return Google_Service_AndroidManagement_WebAppIcon + */ + public function getIcons() + { + return $this->icons; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStartUrl($startUrl) + { + $this->startUrl = $startUrl; + } + public function getStartUrl() + { + return $this->startUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebAppIcon.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebAppIcon.php new file mode 100644 index 000000000..13ed93c6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebAppIcon.php @@ -0,0 +1,30 @@ +imageData = $imageData; + } + public function getImageData() + { + return $this->imageData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebToken.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebToken.php new file mode 100644 index 000000000..fed3b6d3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WebToken.php @@ -0,0 +1,67 @@ +enabledFeatures = $enabledFeatures; + } + public function getEnabledFeatures() + { + return $this->enabledFeatures; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParentFrameUrl($parentFrameUrl) + { + $this->parentFrameUrl = $parentFrameUrl; + } + public function getParentFrameUrl() + { + return $this->parentFrameUrl; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WipeAction.php b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WipeAction.php new file mode 100644 index 000000000..a40799953 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/WipeAction.php @@ -0,0 +1,39 @@ +preserveFrp = $preserveFrp; + } + public function getPreserveFrp() + { + return $this->preserveFrp; + } + public function setWipeAfterDays($wipeAfterDays) + { + $this->wipeAfterDays = $wipeAfterDays; + } + public function getWipeAfterDays() + { + return $this->wipeAfterDays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner.php new file mode 100644 index 000000000..632aefc45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner.php @@ -0,0 +1,457 @@ + + * Automates Android zero-touch enrollment for device resellers, customers, and + * EMMs. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AndroidProvisioningPartner extends Google_Service +{ + + + public $customers; + public $customers_configurations; + public $customers_devices; + public $customers_dpcs; + public $operations; + public $partners_customers; + public $partners_devices; + public $partners_vendors; + public $partners_vendors_customers; + + /** + * Constructs the internal representation of the AndroidProvisioningPartner + * 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://androiddeviceprovisioning.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'androiddeviceprovisioning'; + + $this->customers = new Google_Service_AndroidProvisioningPartner_Resource_Customers( + $this, + $this->serviceName, + 'customers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/customers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->customers_configurations = new Google_Service_AndroidProvisioningPartner_Resource_CustomersConfigurations( + $this, + $this->serviceName, + 'configurations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/configurations', + '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}/configurations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->customers_devices = new Google_Service_AndroidProvisioningPartner_Resource_CustomersDevices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'applyConfiguration' => array( + 'path' => 'v1/{+parent}/devices:applyConfiguration', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => 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}/devices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeConfiguration' => array( + 'path' => 'v1/{+parent}/devices:removeConfiguration', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unclaim' => array( + 'path' => 'v1/{+parent}/devices:unclaim', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->customers_dpcs = new Google_Service_AndroidProvisioningPartner_Resource_CustomersDpcs( + $this, + $this->serviceName, + 'dpcs', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/dpcs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_AndroidProvisioningPartner_Resource_Operations( + $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->partners_customers = new Google_Service_AndroidProvisioningPartner_Resource_PartnersCustomers( + $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, + ), + ), + ),'list' => array( + 'path' => 'v1/partners/{+partnerId}/customers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->partners_devices = new Google_Service_AndroidProvisioningPartner_Resource_PartnersDevices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'claim' => array( + 'path' => 'v1/partners/{+partnerId}/devices:claim', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'claimAsync' => array( + 'path' => 'v1/partners/{+partnerId}/devices:claimAsync', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'findByIdentifier' => array( + 'path' => 'v1/partners/{+partnerId}/devices:findByIdentifier', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'findByOwner' => array( + 'path' => 'v1/partners/{+partnerId}/devices:findByOwner', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'metadata' => array( + 'path' => 'v1/partners/{+metadataOwnerId}/devices/{+deviceId}/metadata', + 'httpMethod' => 'POST', + 'parameters' => array( + 'metadataOwnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unclaim' => array( + 'path' => 'v1/partners/{+partnerId}/devices:unclaim', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unclaimAsync' => array( + 'path' => 'v1/partners/{+partnerId}/devices:unclaimAsync', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateMetadataAsync' => array( + 'path' => 'v1/partners/{+partnerId}/devices:updateMetadataAsync', + 'httpMethod' => 'POST', + 'parameters' => array( + 'partnerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->partners_vendors = new Google_Service_AndroidProvisioningPartner_Resource_PartnersVendors( + $this, + $this->serviceName, + 'vendors', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/vendors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->partners_vendors_customers = new Google_Service_AndroidProvisioningPartner_Resource_PartnersVendorsCustomers( + $this, + $this->serviceName, + 'customers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/customers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/AndroiddeviceprovisioningEmpty.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/AndroiddeviceprovisioningEmpty.php new file mode 100644 index 000000000..694e6f13f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/AndroiddeviceprovisioningEmpty.php @@ -0,0 +1,20 @@ +customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) + { + $this->deviceMetadata = $deviceMetadata; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function getDeviceMetadata() + { + return $this->deviceMetadata; + } + public function setSectionType($sectionType) + { + $this->sectionType = $sectionType; + } + public function getSectionType() + { + return $this->sectionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceResponse.php new file mode 100644 index 000000000..fb8581f78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDeviceResponse.php @@ -0,0 +1,39 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setDeviceName($deviceName) + { + $this->deviceName = $deviceName; + } + public function getDeviceName() + { + return $this->deviceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDevicesRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDevicesRequest.php new file mode 100644 index 000000000..b7890645a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ClaimDevicesRequest.php @@ -0,0 +1,38 @@ +claims = $claims; + } + /** + * @return Google_Service_AndroidProvisioningPartner_PartnerClaim + */ + public function getClaims() + { + return $this->claims; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Company.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Company.php new file mode 100644 index 000000000..a2f046906 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Company.php @@ -0,0 +1,76 @@ +adminEmails = $adminEmails; + } + public function getAdminEmails() + { + return $this->adminEmails; + } + public function setCompanyId($companyId) + { + $this->companyId = $companyId; + } + public function getCompanyId() + { + return $this->companyId; + } + public function setCompanyName($companyName) + { + $this->companyName = $companyName; + } + public function getCompanyName() + { + return $this->companyName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOwnerEmails($ownerEmails) + { + $this->ownerEmails = $ownerEmails; + } + public function getOwnerEmails() + { + return $this->ownerEmails; + } + public function setTermsStatus($termsStatus) + { + $this->termsStatus = $termsStatus; + } + public function getTermsStatus() + { + return $this->termsStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Configuration.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Configuration.php new file mode 100644 index 000000000..1a79654e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Configuration.php @@ -0,0 +1,111 @@ +companyName = $companyName; + } + public function getCompanyName() + { + return $this->companyName; + } + public function setConfigurationId($configurationId) + { + $this->configurationId = $configurationId; + } + public function getConfigurationId() + { + return $this->configurationId; + } + public function setConfigurationName($configurationName) + { + $this->configurationName = $configurationName; + } + public function getConfigurationName() + { + return $this->configurationName; + } + public function setContactEmail($contactEmail) + { + $this->contactEmail = $contactEmail; + } + public function getContactEmail() + { + return $this->contactEmail; + } + public function setContactPhone($contactPhone) + { + $this->contactPhone = $contactPhone; + } + public function getContactPhone() + { + return $this->contactPhone; + } + public function setCustomMessage($customMessage) + { + $this->customMessage = $customMessage; + } + public function getCustomMessage() + { + return $this->customMessage; + } + public function setDpcExtras($dpcExtras) + { + $this->dpcExtras = $dpcExtras; + } + public function getDpcExtras() + { + return $this->dpcExtras; + } + public function setDpcResourcePath($dpcResourcePath) + { + $this->dpcResourcePath = $dpcResourcePath; + } + public function getDpcResourcePath() + { + return $this->dpcResourcePath; + } + public function setIsDefault($isDefault) + { + $this->isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CreateCustomerRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CreateCustomerRequest.php new file mode 100644 index 000000000..004c044c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CreateCustomerRequest.php @@ -0,0 +1,37 @@ +customer = $customer; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Company + */ + public function getCustomer() + { + return $this->customer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerApplyConfigurationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerApplyConfigurationRequest.php new file mode 100644 index 000000000..3fdf1c778 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerApplyConfigurationRequest.php @@ -0,0 +1,46 @@ +configuration = $configuration; + } + public function getConfiguration() + { + return $this->configuration; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceReference + */ + public function setDevice(Google_Service_AndroidProvisioningPartner_DeviceReference $device) + { + $this->device = $device; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceReference + */ + public function getDevice() + { + return $this->device; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListConfigurationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListConfigurationsResponse.php new file mode 100644 index 000000000..5275633ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListConfigurationsResponse.php @@ -0,0 +1,38 @@ +configurations = $configurations; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Configuration + */ + public function getConfigurations() + { + return $this->configurations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListCustomersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListCustomersResponse.php new file mode 100644 index 000000000..30ce04bae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListCustomersResponse.php @@ -0,0 +1,47 @@ +customers = $customers; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Company + */ + public function getCustomers() + { + return $this->customers; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDevicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDevicesResponse.php new file mode 100644 index 000000000..0a3b249b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDevicesResponse.php @@ -0,0 +1,47 @@ +devices = $devices; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Device + */ + public function getDevices() + { + return $this->devices; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDpcsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDpcsResponse.php new file mode 100644 index 000000000..a1515c247 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerListDpcsResponse.php @@ -0,0 +1,38 @@ +dpcs = $dpcs; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Dpc + */ + public function getDpcs() + { + return $this->dpcs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerRemoveConfigurationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerRemoveConfigurationRequest.php new file mode 100644 index 000000000..5d9675605 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerRemoveConfigurationRequest.php @@ -0,0 +1,37 @@ +device = $device; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceReference + */ + public function getDevice() + { + return $this->device; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerUnclaimDeviceRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerUnclaimDeviceRequest.php new file mode 100644 index 000000000..92728acba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/CustomerUnclaimDeviceRequest.php @@ -0,0 +1,37 @@ +device = $device; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceReference + */ + public function getDevice() + { + return $this->device; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Device.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Device.php new file mode 100644 index 000000000..f2295ee28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Device.php @@ -0,0 +1,97 @@ +claims = $claims; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceClaim + */ + public function getClaims() + { + return $this->claims; + } + public function setConfiguration($configuration) + { + $this->configuration = $configuration; + } + public function getConfiguration() + { + return $this->configuration; + } + public function setDeviceId($deviceId) + { + $this->deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) + { + $this->deviceMetadata = $deviceMetadata; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function getDeviceMetadata() + { + return $this->deviceMetadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceClaim.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceClaim.php new file mode 100644 index 000000000..2f0db8055 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceClaim.php @@ -0,0 +1,66 @@ +ownerCompanyId = $ownerCompanyId; + } + public function getOwnerCompanyId() + { + return $this->ownerCompanyId; + } + public function setResellerId($resellerId) + { + $this->resellerId = $resellerId; + } + public function getResellerId() + { + return $this->resellerId; + } + public function setSectionType($sectionType) + { + $this->sectionType = $sectionType; + } + public function getSectionType() + { + return $this->sectionType; + } + public function setVacationModeExpireTime($vacationModeExpireTime) + { + $this->vacationModeExpireTime = $vacationModeExpireTime; + } + public function getVacationModeExpireTime() + { + return $this->vacationModeExpireTime; + } + public function setVacationModeStartTime($vacationModeStartTime) + { + $this->vacationModeStartTime = $vacationModeStartTime; + } + public function getVacationModeStartTime() + { + return $this->vacationModeStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceIdentifier.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceIdentifier.php new file mode 100644 index 000000000..5567cc3bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceIdentifier.php @@ -0,0 +1,66 @@ +imei = $imei; + } + public function getImei() + { + return $this->imei; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setMeid($meid) + { + $this->meid = $meid; + } + public function getMeid() + { + return $this->meid; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setSerialNumber($serialNumber) + { + $this->serialNumber = $serialNumber; + } + public function getSerialNumber() + { + return $this->serialNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceMetadata.php new file mode 100644 index 000000000..fb9d2919e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceMetadata.php @@ -0,0 +1,30 @@ +entries = $entries; + } + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceReference.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceReference.php new file mode 100644 index 000000000..ec91c0a51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DeviceReference.php @@ -0,0 +1,46 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationMetadata.php new file mode 100644 index 000000000..8b1fdf314 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationMetadata.php @@ -0,0 +1,48 @@ +devicesCount = $devicesCount; + } + public function getDevicesCount() + { + return $this->devicesCount; + } + public function setProcessingStatus($processingStatus) + { + $this->processingStatus = $processingStatus; + } + public function getProcessingStatus() + { + return $this->processingStatus; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationResponse.php new file mode 100644 index 000000000..1b38c317b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/DevicesLongRunningOperationResponse.php @@ -0,0 +1,47 @@ +perDeviceStatus = $perDeviceStatus; + } + /** + * @return Google_Service_AndroidProvisioningPartner_OperationPerDevice + */ + public function getPerDeviceStatus() + { + return $this->perDeviceStatus; + } + public function setSuccessCount($successCount) + { + $this->successCount = $successCount; + } + public function getSuccessCount() + { + return $this->successCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Dpc.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Dpc.php new file mode 100644 index 000000000..a4d84686f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Dpc.php @@ -0,0 +1,48 @@ +dpcName = $dpcName; + } + public function getDpcName() + { + return $this->dpcName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierRequest.php new file mode 100644 index 000000000..a3f17b963 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierRequest.php @@ -0,0 +1,55 @@ +deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + public function setLimit($limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierResponse.php new file mode 100644 index 000000000..5caa42ea9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByDeviceIdentifierResponse.php @@ -0,0 +1,56 @@ +devices = $devices; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Device + */ + public function getDevices() + { + return $this->devices; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerRequest.php new file mode 100644 index 000000000..ceca4b873 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerRequest.php @@ -0,0 +1,58 @@ +customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setLimit($limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setSectionType($sectionType) + { + $this->sectionType = $sectionType; + } + public function getSectionType() + { + return $this->sectionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerResponse.php new file mode 100644 index 000000000..16a3bcf90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/FindDevicesByOwnerResponse.php @@ -0,0 +1,56 @@ +devices = $devices; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Device + */ + public function getDevices() + { + return $this->devices; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListCustomersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListCustomersResponse.php new file mode 100644 index 000000000..2ff19d23c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListCustomersResponse.php @@ -0,0 +1,56 @@ +customers = $customers; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Company + */ + public function getCustomers() + { + return $this->customers; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorCustomersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorCustomersResponse.php new file mode 100644 index 000000000..18f222a31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorCustomersResponse.php @@ -0,0 +1,56 @@ +customers = $customers; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Company + */ + public function getCustomers() + { + return $this->customers; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorsResponse.php new file mode 100644 index 000000000..8a931123f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/ListVendorsResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } + /** + * @param Google_Service_AndroidProvisioningPartner_Company + */ + public function setVendors($vendors) + { + $this->vendors = $vendors; + } + /** + * @return Google_Service_AndroidProvisioningPartner_Company + */ + public function getVendors() + { + return $this->vendors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Operation.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Operation.php new file mode 100644 index 000000000..cfb3e841b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_AndroidProvisioningPartner_Status + */ + public function setError(Google_Service_AndroidProvisioningPartner_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_AndroidProvisioningPartner_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/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/OperationPerDevice.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/OperationPerDevice.php new file mode 100644 index 000000000..ee9ea4c7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/OperationPerDevice.php @@ -0,0 +1,85 @@ +claim = $claim; + } + /** + * @return Google_Service_AndroidProvisioningPartner_PartnerClaim + */ + public function getClaim() + { + return $this->claim; + } + /** + * @param Google_Service_AndroidProvisioningPartner_PerDeviceStatusInBatch + */ + public function setResult(Google_Service_AndroidProvisioningPartner_PerDeviceStatusInBatch $result) + { + $this->result = $result; + } + /** + * @return Google_Service_AndroidProvisioningPartner_PerDeviceStatusInBatch + */ + public function getResult() + { + return $this->result; + } + /** + * @param Google_Service_AndroidProvisioningPartner_PartnerUnclaim + */ + public function setUnclaim(Google_Service_AndroidProvisioningPartner_PartnerUnclaim $unclaim) + { + $this->unclaim = $unclaim; + } + /** + * @return Google_Service_AndroidProvisioningPartner_PartnerUnclaim + */ + public function getUnclaim() + { + return $this->unclaim; + } + /** + * @param Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments + */ + public function setUpdateMetadata(Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments $updateMetadata) + { + $this->updateMetadata = $updateMetadata; + } + /** + * @return Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments + */ + public function getUpdateMetadata() + { + return $this->updateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerClaim.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerClaim.php new file mode 100644 index 000000000..59bf7cc80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerClaim.php @@ -0,0 +1,71 @@ +customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) + { + $this->deviceMetadata = $deviceMetadata; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function getDeviceMetadata() + { + return $this->deviceMetadata; + } + public function setSectionType($sectionType) + { + $this->sectionType = $sectionType; + } + public function getSectionType() + { + return $this->sectionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerUnclaim.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerUnclaim.php new file mode 100644 index 000000000..aa6f2b2f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PartnerUnclaim.php @@ -0,0 +1,73 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + public function setSectionType($sectionType) + { + $this->sectionType = $sectionType; + } + public function getSectionType() + { + return $this->sectionType; + } + public function setVacationModeDays($vacationModeDays) + { + $this->vacationModeDays = $vacationModeDays; + } + public function getVacationModeDays() + { + return $this->vacationModeDays; + } + public function setVacationModeExpireTime($vacationModeExpireTime) + { + $this->vacationModeExpireTime = $vacationModeExpireTime; + } + public function getVacationModeExpireTime() + { + return $this->vacationModeExpireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PerDeviceStatusInBatch.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PerDeviceStatusInBatch.php new file mode 100644 index 000000000..50b3cdbb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/PerDeviceStatusInBatch.php @@ -0,0 +1,57 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setErrorIdentifier($errorIdentifier) + { + $this->errorIdentifier = $errorIdentifier; + } + public function getErrorIdentifier() + { + return $this->errorIdentifier; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Customers.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Customers.php new file mode 100644 index 000000000..d3014f8d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Customers.php @@ -0,0 +1,44 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $customers = $androiddeviceprovisioningService->customers; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_Customers extends Google_Service_Resource +{ + /** + * Lists the user's customer accounts. (customers.listCustomers) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token specifying which result page to return. + * @opt_param int pageSize The maximum number of customers to show in a page of + * results. A number between 1 and 100 (inclusive). + * @return Google_Service_AndroidProvisioningPartner_CustomerListCustomersResponse + */ + public function listCustomers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListCustomersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersConfigurations.php new file mode 100644 index 000000000..dbdbcf18b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersConfigurations.php @@ -0,0 +1,112 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $configurations = $androiddeviceprovisioningService->configurations; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_CustomersConfigurations extends Google_Service_Resource +{ + /** + * Creates a new configuration. Once created, a customer can apply the + * configuration to devices. (configurations.create) + * + * @param string $parent Required. The customer that manages the configuration. + * An API resource name in the format `customers/[CUSTOMER_ID]`. + * @param Google_Service_AndroidProvisioningPartner_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Configuration + */ + public function create($parent, Google_Service_AndroidProvisioningPartner_Configuration $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidProvisioningPartner_Configuration"); + } + /** + * Deletes an unused configuration. The API call fails if the customer has + * devices with the configuration applied. (configurations.delete) + * + * @param string $name Required. The configuration to delete. An API resource + * name in the format + * `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. If the + * configuration is applied to any devices, the API call fails. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); + } + /** + * Gets the details of a configuration. (configurations.get) + * + * @param string $name Required. The configuration to get. An API resource name + * in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Configuration + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Configuration"); + } + /** + * Lists a customer's configurations. + * (configurations.listCustomersConfigurations) + * + * @param string $parent Required. The customer that manages the listed + * configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_CustomerListConfigurationsResponse + */ + public function listCustomersConfigurations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListConfigurationsResponse"); + } + /** + * Updates a configuration's field values. (configurations.patch) + * + * @param string $name Output only. The API resource name in the format + * `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. Assigned by the + * server. + * @param Google_Service_AndroidProvisioningPartner_Configuration $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. The field mask applied to the target + * `Configuration` before updating the fields. To learn more about using field + * masks, read [FieldMask](/protocol- + * buffers/docs/reference/google.protobuf#fieldmask) in the Protocol Buffers + * documentation. + * @return Google_Service_AndroidProvisioningPartner_Configuration + */ + public function patch($name, Google_Service_AndroidProvisioningPartner_Configuration $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidProvisioningPartner_Configuration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDevices.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDevices.php new file mode 100644 index 000000000..3ff60af53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDevices.php @@ -0,0 +1,111 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $devices = $androiddeviceprovisioningService->devices; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_CustomersDevices extends Google_Service_Resource +{ + /** + * Applies a Configuration to the device to register the device for zero-touch + * enrollment. After applying a configuration to a device, the device + * automatically provisions itself on first boot, or next factory reset. + * (devices.applyConfiguration) + * + * @param string $parent Required. The customer managing the device. An API + * resource name in the format `customers/[CUSTOMER_ID]`. + * @param Google_Service_AndroidProvisioningPartner_CustomerApplyConfigurationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty + */ + public function applyConfiguration($parent, Google_Service_AndroidProvisioningPartner_CustomerApplyConfigurationRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('applyConfiguration', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); + } + /** + * Gets the details of a device. (devices.get) + * + * @param string $name Required. The device to get. An API resource name in the + * format `customers/[CUSTOMER_ID]/devices/[DEVICE_ID]`. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Device + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Device"); + } + /** + * Lists a customer's devices. (devices.listCustomersDevices) + * + * @param string $parent Required. The customer managing the devices. An API + * resource name in the format `customers/[CUSTOMER_ID]`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token specifying which result page to return. + * @opt_param string pageSize The maximum number of devices to show in a page of + * results. Must be between 1 and 100 inclusive. + * @return Google_Service_AndroidProvisioningPartner_CustomerListDevicesResponse + */ + public function listCustomersDevices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListDevicesResponse"); + } + /** + * Removes a configuration from device. (devices.removeConfiguration) + * + * @param string $parent Required. The customer managing the device in the + * format `customers/[CUSTOMER_ID]`. + * @param Google_Service_AndroidProvisioningPartner_CustomerRemoveConfigurationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty + */ + public function removeConfiguration($parent, Google_Service_AndroidProvisioningPartner_CustomerRemoveConfigurationRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeConfiguration', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); + } + /** + * Unclaims a device from a customer and removes it from zero-touch enrollment. + * + * After removing a device, a customer must contact their reseller to register + * the device into zero-touch enrollment again. (devices.unclaim) + * + * @param string $parent Required. The customer managing the device. An API + * resource name in the format `customers/[CUSTOMER_ID]`. + * @param Google_Service_AndroidProvisioningPartner_CustomerUnclaimDeviceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty + */ + public function unclaim($parent, Google_Service_AndroidProvisioningPartner_CustomerUnclaimDeviceRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('unclaim', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDpcs.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDpcs.php new file mode 100644 index 000000000..b44ea5409 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/CustomersDpcs.php @@ -0,0 +1,43 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $dpcs = $androiddeviceprovisioningService->dpcs; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_CustomersDpcs extends Google_Service_Resource +{ + /** + * Lists the DPCs (device policy controllers) that support zero-touch + * enrollment. (dpcs.listCustomersDpcs) + * + * @param string $parent Required. The customer that can use the DPCs in + * configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_CustomerListDpcsResponse + */ + public function listCustomersDpcs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListDpcsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Operations.php new file mode 100644 index 000000000..0306918a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Operations.php @@ -0,0 +1,43 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $operations = $androiddeviceprovisioningService->operations; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_AndroidProvisioningPartner_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Partners.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Partners.php new file mode 100644 index 000000000..04f12e36c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/Partners.php @@ -0,0 +1,28 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $partners = $androiddeviceprovisioningService->partners; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_Partners extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersCustomers.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersCustomers.php new file mode 100644 index 000000000..a9f68248e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersCustomers.php @@ -0,0 +1,68 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $customers = $androiddeviceprovisioningService->customers; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_PartnersCustomers extends Google_Service_Resource +{ + /** + * Creates a customer for zero-touch enrollment. After the method returns + * successfully, admin and owner roles can manage devices and EMM configs by + * calling API methods or using their zero-touch enrollment portal. The customer + * receives an email that welcomes them to zero-touch enrollment and explains + * how to sign into the portal. (customers.create) + * + * @param string $parent Required. The parent resource ID in the format + * `partners/[PARTNER_ID]` that identifies the reseller. + * @param Google_Service_AndroidProvisioningPartner_CreateCustomerRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Company + */ + public function create($parent, Google_Service_AndroidProvisioningPartner_CreateCustomerRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AndroidProvisioningPartner_Company"); + } + /** + * Lists the customers that are enrolled to the reseller identified by the + * `partnerId` argument. This list includes customers that the reseller created + * and customers that enrolled themselves using the portal. + * (customers.listPartnersCustomers) + * + * @param string $partnerId Required. The ID of the reseller partner. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results returned by + * the server. + * @opt_param int pageSize The maximum number of results to be returned. If not + * specified or 0, all the records are returned. + * @return Google_Service_AndroidProvisioningPartner_ListCustomersResponse + */ + public function listPartnersCustomers($partnerId, $optParams = array()) + { + $params = array('partnerId' => $partnerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_ListCustomersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersDevices.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersDevices.php new file mode 100644 index 000000000..1103f426c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersDevices.php @@ -0,0 +1,171 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $devices = $androiddeviceprovisioningService->devices; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_PartnersDevices extends Google_Service_Resource +{ + /** + * Claims a device for a customer and adds it to zero-touch enrollment. If the + * device is already claimed by another customer, the call returns an error. + * (devices.claim) + * + * @param string $partnerId Required. The ID of the reseller partner. + * @param Google_Service_AndroidProvisioningPartner_ClaimDeviceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_ClaimDeviceResponse + */ + public function claim($partnerId, Google_Service_AndroidProvisioningPartner_ClaimDeviceRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('claim', array($params), "Google_Service_AndroidProvisioningPartner_ClaimDeviceResponse"); + } + /** + * Claims a batch of devices for a customer asynchronously. Adds the devices to + * zero-touch enrollment. To learn more, read [Long‑running batch operations + * ](/zero-touch/guides/how-it-works#operations). (devices.claimAsync) + * + * @param string $partnerId Required. The ID of the reseller partner. + * @param Google_Service_AndroidProvisioningPartner_ClaimDevicesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Operation + */ + public function claimAsync($partnerId, Google_Service_AndroidProvisioningPartner_ClaimDevicesRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('claimAsync', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); + } + /** + * Finds devices by hardware identifiers, such as IMEI. + * (devices.findByIdentifier) + * + * @param string $partnerId Required. The ID of the reseller partner. + * @param Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierResponse + */ + public function findByIdentifier($partnerId, Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('findByIdentifier', array($params), "Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierResponse"); + } + /** + * Finds devices claimed for customers. The results only contain devices + * registered to the reseller that's identified by the `partnerId` argument. The + * customer's devices purchased from other resellers don't appear in the + * results. (devices.findByOwner) + * + * @param string $partnerId Required. The ID of the reseller partner. + * @param Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerResponse + */ + public function findByOwner($partnerId, Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('findByOwner', array($params), "Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerResponse"); + } + /** + * Gets a device. (devices.get) + * + * @param string $name Required. The device API resource name in the format + * `partners/[PARTNER_ID]/devices/[DEVICE_ID]`. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Device + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidProvisioningPartner_Device"); + } + /** + * Updates reseller metadata associated with the device. (devices.metadata) + * + * @param string $metadataOwnerId Required. The owner of the newly set metadata. + * Set this to the partner ID. + * @param string $deviceId Required. The ID of the device. + * @param Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function metadata($metadataOwnerId, $deviceId, Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataRequest $postBody, $optParams = array()) + { + $params = array('metadataOwnerId' => $metadataOwnerId, 'deviceId' => $deviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('metadata', array($params), "Google_Service_AndroidProvisioningPartner_DeviceMetadata"); + } + /** + * Unclaims a device from a customer and removes it from zero-touch enrollment. + * (devices.unclaim) + * + * @param string $partnerId Required. The ID of the reseller partner. + * @param Google_Service_AndroidProvisioningPartner_UnclaimDeviceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty + */ + public function unclaim($partnerId, Google_Service_AndroidProvisioningPartner_UnclaimDeviceRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('unclaim', array($params), "Google_Service_AndroidProvisioningPartner_AndroiddeviceprovisioningEmpty"); + } + /** + * Unclaims a batch of devices for a customer asynchronously. Removes the + * devices from zero-touch enrollment. To learn more, read [Long‑running batch + * operations](/zero-touch/guides/how-it-works#operations). + * (devices.unclaimAsync) + * + * @param string $partnerId Required. The reseller partner ID. + * @param Google_Service_AndroidProvisioningPartner_UnclaimDevicesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Operation + */ + public function unclaimAsync($partnerId, Google_Service_AndroidProvisioningPartner_UnclaimDevicesRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('unclaimAsync', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); + } + /** + * Updates the reseller metadata attached to a batch of devices. This method + * updates devices asynchronously and returns an `Operation` that can be used to + * track progress. Read [Long‑running batch operations](/zero-touch/guides/how- + * it-works#operations). (devices.updateMetadataAsync) + * + * @param string $partnerId Required. The reseller partner ID. + * @param Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataInBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidProvisioningPartner_Operation + */ + public function updateMetadataAsync($partnerId, Google_Service_AndroidProvisioningPartner_UpdateDeviceMetadataInBatchRequest $postBody, $optParams = array()) + { + $params = array('partnerId' => $partnerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateMetadataAsync', array($params), "Google_Service_AndroidProvisioningPartner_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendors.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendors.php new file mode 100644 index 000000000..8182e5ed0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendors.php @@ -0,0 +1,46 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $vendors = $androiddeviceprovisioningService->vendors; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_PartnersVendors extends Google_Service_Resource +{ + /** + * Lists the vendors of the partner. (vendors.listPartnersVendors) + * + * @param string $parent Required. The resource name in the format + * `partners/[PARTNER_ID]`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results returned by + * the server. + * @opt_param int pageSize The maximum number of results to be returned. + * @return Google_Service_AndroidProvisioningPartner_ListVendorsResponse + */ + public function listPartnersVendors($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_ListVendorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendorsCustomers.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendorsCustomers.php new file mode 100644 index 000000000..2f3ad5467 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Resource/PartnersVendorsCustomers.php @@ -0,0 +1,46 @@ + + * $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); + * $customers = $androiddeviceprovisioningService->customers; + * + */ +class Google_Service_AndroidProvisioningPartner_Resource_PartnersVendorsCustomers extends Google_Service_Resource +{ + /** + * Lists the customers of the vendor. (customers.listPartnersVendorsCustomers) + * + * @param string $parent Required. The resource name in the format + * `partners/[PARTNER_ID]/vendors/[VENDOR_ID]`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results returned by + * the server. + * @opt_param int pageSize The maximum number of results to be returned. + * @return Google_Service_AndroidProvisioningPartner_ListVendorCustomersResponse + */ + public function listPartnersVendorsCustomers($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_ListVendorCustomersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Status.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/Status.php new file mode 100644 index 000000000..fdf30e87f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/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/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDeviceRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDeviceRequest.php new file mode 100644 index 000000000..1aec23358 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDeviceRequest.php @@ -0,0 +1,73 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + public function setSectionType($sectionType) + { + $this->sectionType = $sectionType; + } + public function getSectionType() + { + return $this->sectionType; + } + public function setVacationModeDays($vacationModeDays) + { + $this->vacationModeDays = $vacationModeDays; + } + public function getVacationModeDays() + { + return $this->vacationModeDays; + } + public function setVacationModeExpireTime($vacationModeExpireTime) + { + $this->vacationModeExpireTime = $vacationModeExpireTime; + } + public function getVacationModeExpireTime() + { + return $this->vacationModeExpireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDevicesRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDevicesRequest.php new file mode 100644 index 000000000..df2b8a6be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UnclaimDevicesRequest.php @@ -0,0 +1,38 @@ +unclaims = $unclaims; + } + /** + * @return Google_Service_AndroidProvisioningPartner_PartnerUnclaim + */ + public function getUnclaims() + { + return $this->unclaims; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataInBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataInBatchRequest.php new file mode 100644 index 000000000..44e36dddb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataInBatchRequest.php @@ -0,0 +1,38 @@ +updates = $updates; + } + /** + * @return Google_Service_AndroidProvisioningPartner_UpdateMetadataArguments + */ + public function getUpdates() + { + return $this->updates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataRequest.php new file mode 100644 index 000000000..0e3758032 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateDeviceMetadataRequest.php @@ -0,0 +1,37 @@ +deviceMetadata = $deviceMetadata; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function getDeviceMetadata() + { + return $this->deviceMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateMetadataArguments.php b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateMetadataArguments.php new file mode 100644 index 000000000..94f244c63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/UpdateMetadataArguments.php @@ -0,0 +1,62 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function setDeviceIdentifier(Google_Service_AndroidProvisioningPartner_DeviceIdentifier $deviceIdentifier) + { + $this->deviceIdentifier = $deviceIdentifier; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceIdentifier + */ + public function getDeviceIdentifier() + { + return $this->deviceIdentifier; + } + /** + * @param Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function setDeviceMetadata(Google_Service_AndroidProvisioningPartner_DeviceMetadata $deviceMetadata) + { + $this->deviceMetadata = $deviceMetadata; + } + /** + * @return Google_Service_AndroidProvisioningPartner_DeviceMetadata + */ + public function getDeviceMetadata() + { + return $this->deviceMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher.php new file mode 100644 index 000000000..796a2dbd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher.php @@ -0,0 +1,1307 @@ + + * Accesses Android application developers' Google Play accounts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AndroidPublisher extends Google_Service +{ + /** View and manage your Google Play Developer account. */ + const ANDROIDPUBLISHER = + "https://www.googleapis.com/auth/androidpublisher"; + + public $edits; + public $edits_apks; + public $edits_bundles; + public $edits_deobfuscationfiles; + public $edits_details; + public $edits_expansionfiles; + public $edits_images; + public $edits_listings; + public $edits_testers; + public $edits_tracks; + public $inappproducts; + public $internalappsharingartifacts; + public $orders; + public $purchases_products; + public $purchases_subscriptions; + public $purchases_voidedpurchases; + public $reviews; + + /** + * Constructs the internal representation of the AndroidPublisher 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 = 'androidpublisher/v3/applications/'; + $this->batchPath = 'batch/androidpublisher/v3'; + $this->version = 'v3'; + $this->serviceName = 'androidpublisher'; + + $this->edits = new Google_Service_AndroidPublisher_Resource_Edits( + $this, + $this->serviceName, + 'edits', + array( + 'methods' => array( + 'commit' => array( + 'path' => '{packageName}/edits/{editId}:commit', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{packageName}/edits/{editId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{packageName}/edits/{editId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{packageName}/edits', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'validate' => array( + 'path' => '{packageName}/edits/{editId}:validate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_apks = new Google_Service_AndroidPublisher_Resource_EditsApks( + $this, + $this->serviceName, + 'apks', + array( + 'methods' => array( + 'addexternallyhosted' => array( + 'path' => '{packageName}/edits/{editId}/apks/externallyHosted', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{packageName}/edits/{editId}/apks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'upload' => array( + 'path' => '{packageName}/edits/{editId}/apks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_bundles = new Google_Service_AndroidPublisher_Resource_EditsBundles( + $this, + $this->serviceName, + 'bundles', + array( + 'methods' => array( + 'list' => array( + 'path' => '{packageName}/edits/{editId}/bundles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'upload' => array( + 'path' => '{packageName}/edits/{editId}/bundles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ackBundleInstallationWarning' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->edits_deobfuscationfiles = new Google_Service_AndroidPublisher_Resource_EditsDeobfuscationfiles( + $this, + $this->serviceName, + 'deobfuscationfiles', + array( + 'methods' => array( + 'upload' => array( + 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apkVersionCode' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'deobfuscationFileType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_details = new Google_Service_AndroidPublisher_Resource_EditsDetails( + $this, + $this->serviceName, + 'details', + array( + 'methods' => array( + 'get' => array( + 'path' => '{packageName}/edits/{editId}/details', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{packageName}/edits/{editId}/details', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{packageName}/edits/{editId}/details', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_expansionfiles = new Google_Service_AndroidPublisher_Resource_EditsExpansionfiles( + $this, + $this->serviceName, + 'expansionfiles', + array( + 'methods' => array( + 'get' => array( + 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apkVersionCode' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'expansionFileType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apkVersionCode' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'expansionFileType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apkVersionCode' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'expansionFileType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'upload' => array( + 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apkVersionCode' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'expansionFileType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_images = new Google_Service_AndroidPublisher_Resource_EditsImages( + $this, + $this->serviceName, + 'images', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'deleteall' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'upload' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_listings = new Google_Service_AndroidPublisher_Resource_EditsListings( + $this, + $this->serviceName, + 'listings', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'deleteall' => array( + 'path' => '{packageName}/edits/{editId}/listings', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{packageName}/edits/{editId}/listings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{packageName}/edits/{editId}/listings/{language}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_testers = new Google_Service_AndroidPublisher_Resource_EditsTesters( + $this, + $this->serviceName, + 'testers', + array( + 'methods' => array( + 'get' => array( + 'path' => '{packageName}/edits/{editId}/testers/{track}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'track' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{packageName}/edits/{editId}/testers/{track}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'track' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{packageName}/edits/{editId}/testers/{track}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'track' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->edits_tracks = new Google_Service_AndroidPublisher_Resource_EditsTracks( + $this, + $this->serviceName, + 'tracks', + array( + 'methods' => array( + 'get' => array( + 'path' => '{packageName}/edits/{editId}/tracks/{track}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'track' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{packageName}/edits/{editId}/tracks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{packageName}/edits/{editId}/tracks/{track}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'track' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{packageName}/edits/{editId}/tracks/{track}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'editId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'track' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->inappproducts = new Google_Service_AndroidPublisher_Resource_Inappproducts( + $this, + $this->serviceName, + 'inappproducts', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{packageName}/inappproducts/{sku}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sku' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{packageName}/inappproducts/{sku}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sku' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{packageName}/inappproducts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoConvertMissingPrices' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => '{packageName}/inappproducts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{packageName}/inappproducts/{sku}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sku' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoConvertMissingPrices' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => '{packageName}/inappproducts/{sku}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sku' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoConvertMissingPrices' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->internalappsharingartifacts = new Google_Service_AndroidPublisher_Resource_Internalappsharingartifacts( + $this, + $this->serviceName, + 'internalappsharingartifacts', + array( + 'methods' => array( + 'uploadapk' => array( + 'path' => 'internalappsharing/{packageName}/artifacts/apk', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'uploadbundle' => array( + 'path' => 'internalappsharing/{packageName}/artifacts/bundle', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->orders = new Google_Service_AndroidPublisher_Resource_Orders( + $this, + $this->serviceName, + 'orders', + array( + 'methods' => array( + 'refund' => array( + 'path' => '{packageName}/orders/{orderId}:refund', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'revoke' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->purchases_products = new Google_Service_AndroidPublisher_Resource_PurchasesProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'acknowledge' => array( + 'path' => '{packageName}/purchases/products/{productId}/tokens/{token}:acknowledge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{packageName}/purchases/products/{productId}/tokens/{token}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->purchases_subscriptions = new Google_Service_AndroidPublisher_Resource_PurchasesSubscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'acknowledge' => array( + 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:acknowledge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'cancel' => array( + 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'defer' => array( + 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:defer', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'refund' => array( + 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:refund', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'revoke' => array( + 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:revoke', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'token' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->purchases_voidedpurchases = new Google_Service_AndroidPublisher_Resource_PurchasesVoidedpurchases( + $this, + $this->serviceName, + 'voidedpurchases', + array( + 'methods' => array( + 'list' => array( + 'path' => '{packageName}/purchases/voidedpurchases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->reviews = new Google_Service_AndroidPublisher_Resource_Reviews( + $this, + $this->serviceName, + 'reviews', + array( + 'methods' => array( + 'get' => array( + 'path' => '{packageName}/reviews/{reviewId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reviewId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'translationLanguage' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{packageName}/reviews', + 'httpMethod' => 'GET', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'translationLanguage' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reply' => array( + 'path' => '{packageName}/reviews/{reviewId}:reply', + 'httpMethod' => 'POST', + 'parameters' => array( + 'packageName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reviewId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php new file mode 100644 index 000000000..ad86f054c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php @@ -0,0 +1,46 @@ +binary = $binary; + } + /** + * @return Google_Service_AndroidPublisher_ApkBinary + */ + public function getBinary() + { + return $this->binary; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php new file mode 100644 index 000000000..d6d28d487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php @@ -0,0 +1,39 @@ +sha1 = $sha1; + } + public function getSha1() + { + return $this->sha1; + } + public function setSha256($sha256) + { + $this->sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php new file mode 100644 index 000000000..47bc9071d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php @@ -0,0 +1,37 @@ +externallyHostedApk = $externallyHostedApk; + } + /** + * @return Google_Service_AndroidPublisher_ExternallyHostedApk + */ + public function getExternallyHostedApk() + { + return $this->externallyHostedApk; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.php new file mode 100644 index 000000000..9b1f8e2ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.php @@ -0,0 +1,37 @@ +externallyHostedApk = $externallyHostedApk; + } + /** + * @return Google_Service_AndroidPublisher_ExternallyHostedApk + */ + public function getExternallyHostedApk() + { + return $this->externallyHostedApk; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.php new file mode 100644 index 000000000..797a59187 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.php @@ -0,0 +1,47 @@ +apks = $apks; + } + /** + * @return Google_Service_AndroidPublisher_Apk + */ + public function getApks() + { + return $this->apks; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php new file mode 100644 index 000000000..a1f3fae72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php @@ -0,0 +1,57 @@ +contactEmail = $contactEmail; + } + public function getContactEmail() + { + return $this->contactEmail; + } + public function setContactPhone($contactPhone) + { + $this->contactPhone = $contactPhone; + } + public function getContactPhone() + { + return $this->contactPhone; + } + public function setContactWebsite($contactWebsite) + { + $this->contactWebsite = $contactWebsite; + } + public function getContactWebsite() + { + return $this->contactWebsite; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppEdit.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppEdit.php new file mode 100644 index 000000000..eafc60012 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppEdit.php @@ -0,0 +1,39 @@ +expiryTimeSeconds = $expiryTimeSeconds; + } + public function getExpiryTimeSeconds() + { + return $this->expiryTimeSeconds; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Bundle.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Bundle.php new file mode 100644 index 000000000..315c037aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Bundle.php @@ -0,0 +1,48 @@ +sha1 = $sha1; + } + public function getSha1() + { + return $this->sha1; + } + public function setSha256($sha256) + { + $this->sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/BundlesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/BundlesListResponse.php new file mode 100644 index 000000000..2dcf74ccc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/BundlesListResponse.php @@ -0,0 +1,47 @@ +bundles = $bundles; + } + /** + * @return Google_Service_AndroidPublisher_Bundle + */ + public function getBundles() + { + return $this->bundles; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Comment.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Comment.php new file mode 100644 index 000000000..98fa4bbf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Comment.php @@ -0,0 +1,53 @@ +developerComment = $developerComment; + } + /** + * @return Google_Service_AndroidPublisher_DeveloperComment + */ + public function getDeveloperComment() + { + return $this->developerComment; + } + /** + * @param Google_Service_AndroidPublisher_UserComment + */ + public function setUserComment(Google_Service_AndroidPublisher_UserComment $userComment) + { + $this->userComment = $userComment; + } + /** + * @return Google_Service_AndroidPublisher_UserComment + */ + public function getUserComment() + { + return $this->userComment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/CountryTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/CountryTargeting.php new file mode 100644 index 000000000..d156a3316 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/CountryTargeting.php @@ -0,0 +1,40 @@ +countries = $countries; + } + public function getCountries() + { + return $this->countries; + } + public function setIncludeRestOfWorld($includeRestOfWorld) + { + $this->includeRestOfWorld = $includeRestOfWorld; + } + public function getIncludeRestOfWorld() + { + return $this->includeRestOfWorld; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.php new file mode 100644 index 000000000..aa2f5a401 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.php @@ -0,0 +1,30 @@ +symbolType = $symbolType; + } + public function getSymbolType() + { + return $this->symbolType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFilesUploadResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFilesUploadResponse.php new file mode 100644 index 000000000..27ca05f0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFilesUploadResponse.php @@ -0,0 +1,37 @@ +deobfuscationFile = $deobfuscationFile; + } + /** + * @return Google_Service_AndroidPublisher_DeobfuscationFile + */ + public function getDeobfuscationFile() + { + return $this->deobfuscationFile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.php new file mode 100644 index 000000000..3604414b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.php @@ -0,0 +1,46 @@ +lastModified = $lastModified; + } + /** + * @return Google_Service_AndroidPublisher_Timestamp + */ + public function getLastModified() + { + return $this->lastModified; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php new file mode 100644 index 000000000..65430d438 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php @@ -0,0 +1,120 @@ +cpuMake = $cpuMake; + } + public function getCpuMake() + { + return $this->cpuMake; + } + public function setCpuModel($cpuModel) + { + $this->cpuModel = $cpuModel; + } + public function getCpuModel() + { + return $this->cpuModel; + } + public function setDeviceClass($deviceClass) + { + $this->deviceClass = $deviceClass; + } + public function getDeviceClass() + { + return $this->deviceClass; + } + public function setGlEsVersion($glEsVersion) + { + $this->glEsVersion = $glEsVersion; + } + public function getGlEsVersion() + { + return $this->glEsVersion; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setNativePlatform($nativePlatform) + { + $this->nativePlatform = $nativePlatform; + } + public function getNativePlatform() + { + return $this->nativePlatform; + } + public function setProductName($productName) + { + $this->productName = $productName; + } + public function getProductName() + { + return $this->productName; + } + public function setRamMb($ramMb) + { + $this->ramMb = $ramMb; + } + public function getRamMb() + { + return $this->ramMb; + } + public function setScreenDensityDpi($screenDensityDpi) + { + $this->screenDensityDpi = $screenDensityDpi; + } + public function getScreenDensityDpi() + { + return $this->screenDensityDpi; + } + public function setScreenHeightPx($screenHeightPx) + { + $this->screenHeightPx = $screenHeightPx; + } + public function getScreenHeightPx() + { + return $this->screenHeightPx; + } + public function setScreenWidthPx($screenWidthPx) + { + $this->screenWidthPx = $screenWidthPx; + } + public function getScreenWidthPx() + { + return $this->screenWidthPx; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php new file mode 100644 index 000000000..d40d13567 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php @@ -0,0 +1,39 @@ +fileSize = $fileSize; + } + public function getFileSize() + { + return $this->fileSize; + } + public function setReferencesVersion($referencesVersion) + { + $this->referencesVersion = $referencesVersion; + } + public function getReferencesVersion() + { + return $this->referencesVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFilesUploadResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFilesUploadResponse.php new file mode 100644 index 000000000..4bea8b642 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFilesUploadResponse.php @@ -0,0 +1,37 @@ +expansionFile = $expansionFile; + } + /** + * @return Google_Service_AndroidPublisher_ExpansionFile + */ + public function getExpansionFile() + { + return $this->expansionFile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.php new file mode 100644 index 000000000..e1b7a85bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.php @@ -0,0 +1,164 @@ +applicationLabel = $applicationLabel; + } + public function getApplicationLabel() + { + return $this->applicationLabel; + } + public function setCertificateBase64s($certificateBase64s) + { + $this->certificateBase64s = $certificateBase64s; + } + public function getCertificateBase64s() + { + return $this->certificateBase64s; + } + public function setExternallyHostedUrl($externallyHostedUrl) + { + $this->externallyHostedUrl = $externallyHostedUrl; + } + public function getExternallyHostedUrl() + { + return $this->externallyHostedUrl; + } + public function setFileSha1Base64($fileSha1Base64) + { + $this->fileSha1Base64 = $fileSha1Base64; + } + public function getFileSha1Base64() + { + return $this->fileSha1Base64; + } + public function setFileSha256Base64($fileSha256Base64) + { + $this->fileSha256Base64 = $fileSha256Base64; + } + public function getFileSha256Base64() + { + return $this->fileSha256Base64; + } + public function setFileSize($fileSize) + { + $this->fileSize = $fileSize; + } + public function getFileSize() + { + return $this->fileSize; + } + public function setIconBase64($iconBase64) + { + $this->iconBase64 = $iconBase64; + } + public function getIconBase64() + { + return $this->iconBase64; + } + public function setMaximumSdk($maximumSdk) + { + $this->maximumSdk = $maximumSdk; + } + public function getMaximumSdk() + { + return $this->maximumSdk; + } + public function setMinimumSdk($minimumSdk) + { + $this->minimumSdk = $minimumSdk; + } + public function getMinimumSdk() + { + return $this->minimumSdk; + } + public function setNativeCodes($nativeCodes) + { + $this->nativeCodes = $nativeCodes; + } + public function getNativeCodes() + { + return $this->nativeCodes; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setUsesFeatures($usesFeatures) + { + $this->usesFeatures = $usesFeatures; + } + public function getUsesFeatures() + { + return $this->usesFeatures; + } + /** + * @param Google_Service_AndroidPublisher_ExternallyHostedApkUsesPermission + */ + public function setUsesPermissions($usesPermissions) + { + $this->usesPermissions = $usesPermissions; + } + /** + * @return Google_Service_AndroidPublisher_ExternallyHostedApkUsesPermission + */ + public function getUsesPermissions() + { + return $this->usesPermissions; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } + public function setVersionName($versionName) + { + $this->versionName = $versionName; + } + public function getVersionName() + { + return $this->versionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php new file mode 100644 index 000000000..94a8da2bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php @@ -0,0 +1,39 @@ +maxSdkVersion = $maxSdkVersion; + } + public function getMaxSdkVersion() + { + return $this->maxSdkVersion; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Image.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Image.php new file mode 100644 index 000000000..38eeff106 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Image.php @@ -0,0 +1,57 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setSha1($sha1) + { + $this->sha1 = $sha1; + } + public function getSha1() + { + return $this->sha1; + } + public function setSha256($sha256) + { + $this->sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesDeleteAllResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesDeleteAllResponse.php new file mode 100644 index 000000000..1dc053b63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesDeleteAllResponse.php @@ -0,0 +1,38 @@ +deleted = $deleted; + } + /** + * @return Google_Service_AndroidPublisher_Image + */ + public function getDeleted() + { + return $this->deleted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.php new file mode 100644 index 000000000..d468ce018 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.php @@ -0,0 +1,38 @@ +images = $images; + } + /** + * @return Google_Service_AndroidPublisher_Image + */ + public function getImages() + { + return $this->images; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.php new file mode 100644 index 000000000..ff8b43440 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.php @@ -0,0 +1,37 @@ +image = $image; + } + /** + * @return Google_Service_AndroidPublisher_Image + */ + public function getImage() + { + return $this->image; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProduct.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProduct.php new file mode 100644 index 000000000..0ae61f0d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProduct.php @@ -0,0 +1,157 @@ +defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + /** + * @param Google_Service_AndroidPublisher_Price + */ + public function setDefaultPrice(Google_Service_AndroidPublisher_Price $defaultPrice) + { + $this->defaultPrice = $defaultPrice; + } + /** + * @return Google_Service_AndroidPublisher_Price + */ + public function getDefaultPrice() + { + return $this->defaultPrice; + } + public function setGracePeriod($gracePeriod) + { + $this->gracePeriod = $gracePeriod; + } + public function getGracePeriod() + { + return $this->gracePeriod; + } + /** + * @param Google_Service_AndroidPublisher_InAppProductListing + */ + public function setListings($listings) + { + $this->listings = $listings; + } + /** + * @return Google_Service_AndroidPublisher_InAppProductListing + */ + public function getListings() + { + return $this->listings; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + /** + * @param Google_Service_AndroidPublisher_Price + */ + public function setPrices($prices) + { + $this->prices = $prices; + } + /** + * @return Google_Service_AndroidPublisher_Price + */ + public function getPrices() + { + return $this->prices; + } + public function setPurchaseType($purchaseType) + { + $this->purchaseType = $purchaseType; + } + public function getPurchaseType() + { + return $this->purchaseType; + } + /** + * @param Google_Service_AndroidPublisher_Season + */ + public function setSeason(Google_Service_AndroidPublisher_Season $season) + { + $this->season = $season; + } + /** + * @return Google_Service_AndroidPublisher_Season + */ + public function getSeason() + { + return $this->season; + } + public function setSku($sku) + { + $this->sku = $sku; + } + public function getSku() + { + return $this->sku; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSubscriptionPeriod($subscriptionPeriod) + { + $this->subscriptionPeriod = $subscriptionPeriod; + } + public function getSubscriptionPeriod() + { + return $this->subscriptionPeriod; + } + public function setTrialPeriod($trialPeriod) + { + $this->trialPeriod = $trialPeriod; + } + public function getTrialPeriod() + { + return $this->trialPeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php new file mode 100644 index 000000000..bdf9f89da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php new file mode 100644 index 000000000..0e721bbe9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php @@ -0,0 +1,79 @@ +inappproduct = $inappproduct; + } + /** + * @return Google_Service_AndroidPublisher_InAppProduct + */ + public function getInappproduct() + { + return $this->inappproduct; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidPublisher_PageInfo + */ + public function setPageInfo(Google_Service_AndroidPublisher_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_AndroidPublisher_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_AndroidPublisher_TokenPagination + */ + public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_AndroidPublisher_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InternalAppSharingArtifact.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InternalAppSharingArtifact.php new file mode 100644 index 000000000..8bcc35f20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InternalAppSharingArtifact.php @@ -0,0 +1,48 @@ +certificateFingerprint = $certificateFingerprint; + } + public function getCertificateFingerprint() + { + return $this->certificateFingerprint; + } + public function setDownloadUrl($downloadUrl) + { + $this->downloadUrl = $downloadUrl; + } + public function getDownloadUrl() + { + return $this->downloadUrl; + } + public function setSha256($sha256) + { + $this->sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/IntroductoryPriceInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/IntroductoryPriceInfo.php new file mode 100644 index 000000000..35e095083 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/IntroductoryPriceInfo.php @@ -0,0 +1,57 @@ +introductoryPriceAmountMicros = $introductoryPriceAmountMicros; + } + public function getIntroductoryPriceAmountMicros() + { + return $this->introductoryPriceAmountMicros; + } + public function setIntroductoryPriceCurrencyCode($introductoryPriceCurrencyCode) + { + $this->introductoryPriceCurrencyCode = $introductoryPriceCurrencyCode; + } + public function getIntroductoryPriceCurrencyCode() + { + return $this->introductoryPriceCurrencyCode; + } + public function setIntroductoryPriceCycles($introductoryPriceCycles) + { + $this->introductoryPriceCycles = $introductoryPriceCycles; + } + public function getIntroductoryPriceCycles() + { + return $this->introductoryPriceCycles; + } + public function setIntroductoryPricePeriod($introductoryPricePeriod) + { + $this->introductoryPricePeriod = $introductoryPricePeriod; + } + public function getIntroductoryPricePeriod() + { + return $this->introductoryPricePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php new file mode 100644 index 000000000..ab632cc71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php @@ -0,0 +1,66 @@ +fullDescription = $fullDescription; + } + public function getFullDescription() + { + return $this->fullDescription; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setShortDescription($shortDescription) + { + $this->shortDescription = $shortDescription; + } + public function getShortDescription() + { + return $this->shortDescription; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVideo($video) + { + $this->video = $video; + } + public function getVideo() + { + return $this->video; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ListingsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ListingsListResponse.php new file mode 100644 index 000000000..38bf98fe7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ListingsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidPublisher_Listing + */ + public function setListings($listings) + { + $this->listings = $listings; + } + /** + * @return Google_Service_AndroidPublisher_Listing + */ + public function getListings() + { + return $this->listings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/LocalizedText.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/LocalizedText.php new file mode 100644 index 000000000..dc2bae6c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/LocalizedText.php @@ -0,0 +1,39 @@ +language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/MonthDay.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/MonthDay.php new file mode 100644 index 000000000..99e0b423d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/MonthDay.php @@ -0,0 +1,39 @@ +day = $day; + } + public function getDay() + { + return $this->day; + } + public function setMonth($month) + { + $this->month = $month; + } + public function getMonth() + { + return $this->month; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/PageInfo.php new file mode 100644 index 000000000..541f334a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/PageInfo.php @@ -0,0 +1,48 @@ +resultPerPage = $resultPerPage; + } + public function getResultPerPage() + { + return $this->resultPerPage; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Price.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Price.php new file mode 100644 index 000000000..d992c9758 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Price.php @@ -0,0 +1,39 @@ +currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setPriceMicros($priceMicros) + { + $this->priceMicros = $priceMicros; + } + public function getPriceMicros() + { + return $this->priceMicros; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchase.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchase.php new file mode 100644 index 000000000..08a3d8370 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchase.php @@ -0,0 +1,111 @@ +acknowledgementState = $acknowledgementState; + } + public function getAcknowledgementState() + { + return $this->acknowledgementState; + } + public function setConsumptionState($consumptionState) + { + $this->consumptionState = $consumptionState; + } + public function getConsumptionState() + { + return $this->consumptionState; + } + public function setDeveloperPayload($developerPayload) + { + $this->developerPayload = $developerPayload; + } + public function getDeveloperPayload() + { + return $this->developerPayload; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setPurchaseState($purchaseState) + { + $this->purchaseState = $purchaseState; + } + public function getPurchaseState() + { + return $this->purchaseState; + } + public function setPurchaseTimeMillis($purchaseTimeMillis) + { + $this->purchaseTimeMillis = $purchaseTimeMillis; + } + public function getPurchaseTimeMillis() + { + return $this->purchaseTimeMillis; + } + public function setPurchaseToken($purchaseToken) + { + $this->purchaseToken = $purchaseToken; + } + public function getPurchaseToken() + { + return $this->purchaseToken; + } + public function setPurchaseType($purchaseType) + { + $this->purchaseType = $purchaseType; + } + public function getPurchaseType() + { + return $this->purchaseType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchasesAcknowledgeRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchasesAcknowledgeRequest.php new file mode 100644 index 000000000..3cccb790d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ProductPurchasesAcknowledgeRequest.php @@ -0,0 +1,30 @@ +developerPayload = $developerPayload; + } + public function getDeveloperPayload() + { + return $this->developerPayload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php new file mode 100644 index 000000000..1ddeb6d70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php @@ -0,0 +1,53 @@ +defaultPrice = $defaultPrice; + } + /** + * @return Google_Service_AndroidPublisher_Price + */ + public function getDefaultPrice() + { + return $this->defaultPrice; + } + /** + * @param Google_Service_AndroidPublisher_MonthDay + */ + public function setStart(Google_Service_AndroidPublisher_MonthDay $start) + { + $this->start = $start; + } + /** + * @return Google_Service_AndroidPublisher_MonthDay + */ + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php new file mode 100644 index 000000000..1058a9598 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php @@ -0,0 +1,107 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $edits = $androidpublisherService->edits; + * + */ +class Google_Service_AndroidPublisher_Resource_Edits extends Google_Service_Resource +{ + /** + * Commits/applies the changes made in this edit back to the app. (edits.commit) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppEdit + */ + public function commit($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('commit', array($params), "Google_Service_AndroidPublisher_AppEdit"); + } + /** + * Deletes an edit for an app. Creating a new edit will automatically delete any + * of your previous edits so this method need only be called if you want to + * preemptively abandon an edit. (edits.delete) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + */ + public function delete($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns information about the edit specified. Calls will fail if the edit is + * no long active (e.g. has been deleted, superseded or expired). (edits.get) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppEdit + */ + public function get($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppEdit"); + } + /** + * Creates a new edit for an app, populated with the app's current state. + * (edits.insert) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param Google_Service_AndroidPublisher_AppEdit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppEdit + */ + public function insert($packageName, Google_Service_AndroidPublisher_AppEdit $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidPublisher_AppEdit"); + } + /** + * Checks that the edit can be successfully committed. The edit's changes are + * not applied to the live app. (edits.validate) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppEdit + */ + public function validate($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('validate', array($params), "Google_Service_AndroidPublisher_AppEdit"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsApks.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsApks.php new file mode 100644 index 000000000..69eec34b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsApks.php @@ -0,0 +1,77 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $apks = $androidpublisherService->apks; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsApks extends Google_Service_Resource +{ + /** + * Creates a new APK without uploading the APK itself to Google Play, instead + * hosting the APK at a specified URL. This function is only available to + * enterprises using Google Play for Work whose application is configured to + * restrict distribution to the enterprise domain. (apks.addexternallyhosted) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param Google_Service_AndroidPublisher_ApksAddExternallyHostedRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ApksAddExternallyHostedResponse + */ + public function addexternallyhosted($packageName, $editId, Google_Service_AndroidPublisher_ApksAddExternallyHostedRequest $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addexternallyhosted', array($params), "Google_Service_AndroidPublisher_ApksAddExternallyHostedResponse"); + } + /** + * (apks.listEditsApks) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ApksListResponse + */ + public function listEditsApks($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_ApksListResponse"); + } + /** + * (apks.upload) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Apk + */ + public function upload($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_AndroidPublisher_Apk"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsBundles.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsBundles.php new file mode 100644 index 000000000..6db7f6e81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsBundles.php @@ -0,0 +1,66 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $bundles = $androidpublisherService->bundles; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsBundles extends Google_Service_Resource +{ + /** + * (bundles.listEditsBundles) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_BundlesListResponse + */ + public function listEditsBundles($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_BundlesListResponse"); + } + /** + * Uploads a new Android App Bundle to this edit. If you are using the Google + * API client libraries, please increase the timeout of the http request before + * calling this endpoint (a timeout of 2 minutes is recommended). See: + * https://developers.google.com/api-client-library/java/google-api-java- + * client/errors for an example in java. (bundles.upload) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * + * @opt_param bool ackBundleInstallationWarning Must be set to true if the + * bundle installation may trigger a warning on user devices (for example, if + * installation size may be over a threshold, typically 100 MB). + * @return Google_Service_AndroidPublisher_Bundle + */ + public function upload($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_AndroidPublisher_Bundle"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDeobfuscationfiles.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDeobfuscationfiles.php new file mode 100644 index 000000000..61d4a1612 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDeobfuscationfiles.php @@ -0,0 +1,47 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $deobfuscationfiles = $androidpublisherService->deobfuscationfiles; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsDeobfuscationfiles extends Google_Service_Resource +{ + /** + * Uploads the deobfuscation file of the specified APK. If a deobfuscation file + * already exists, it will be replaced. (deobfuscationfiles.upload) + * + * @param string $packageName Unique identifier of the Android app for which the + * deobfuscatiuon files are being uploaded; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param int $apkVersionCode The version code of the APK whose deobfuscation + * file is being uploaded. + * @param string $deobfuscationFileType + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_DeobfuscationFilesUploadResponse + */ + public function upload($packageName, $editId, $apkVersionCode, $deobfuscationFileType, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'deobfuscationFileType' => $deobfuscationFileType); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_AndroidPublisher_DeobfuscationFilesUploadResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDetails.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDetails.php new file mode 100644 index 000000000..b71531ebc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsDetails.php @@ -0,0 +1,77 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $details = $androidpublisherService->details; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsDetails extends Google_Service_Resource +{ + /** + * Fetches app details for this edit. This includes the default language and + * developer support contact information. (details.get) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppDetails + */ + public function get($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppDetails"); + } + /** + * Updates app details for this edit. This method supports patch semantics. + * (details.patch) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param Google_Service_AndroidPublisher_AppDetails $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppDetails + */ + public function patch($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidPublisher_AppDetails"); + } + /** + * Updates app details for this edit. (details.update) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param Google_Service_AndroidPublisher_AppDetails $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_AppDetails + */ + public function update($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidPublisher_AppDetails"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsExpansionfiles.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsExpansionfiles.php new file mode 100644 index 000000000..37a43238f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsExpansionfiles.php @@ -0,0 +1,108 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $expansionfiles = $androidpublisherService->expansionfiles; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsExpansionfiles extends Google_Service_Resource +{ + /** + * Fetches the Expansion File configuration for the APK specified. + * (expansionfiles.get) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param int $apkVersionCode The version code of the APK whose Expansion File + * configuration is being read or modified. + * @param string $expansionFileType + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ExpansionFile + */ + public function get($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_ExpansionFile"); + } + /** + * Updates the APK's Expansion File configuration to reference another APK's + * Expansion Files. To add a new Expansion File use the Upload method. This + * method supports patch semantics. (expansionfiles.patch) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param int $apkVersionCode The version code of the APK whose Expansion File + * configuration is being read or modified. + * @param string $expansionFileType + * @param Google_Service_AndroidPublisher_ExpansionFile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ExpansionFile + */ + public function patch($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidPublisher_ExpansionFile"); + } + /** + * Updates the APK's Expansion File configuration to reference another APK's + * Expansion Files. To add a new Expansion File use the Upload method. + * (expansionfiles.update) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param int $apkVersionCode The version code of the APK whose Expansion File + * configuration is being read or modified. + * @param string $expansionFileType + * @param Google_Service_AndroidPublisher_ExpansionFile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ExpansionFile + */ + public function update($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidPublisher_ExpansionFile"); + } + /** + * Uploads and attaches a new Expansion File to the APK specified. + * (expansionfiles.upload) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param int $apkVersionCode The version code of the APK whose Expansion File + * configuration is being read or modified. + * @param string $expansionFileType + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ExpansionFilesUploadResponse + */ + public function upload($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_AndroidPublisher_ExpansionFilesUploadResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsImages.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsImages.php new file mode 100644 index 000000000..0b8e69c4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsImages.php @@ -0,0 +1,108 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $images = $androidpublisherService->images; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsImages extends Google_Service_Resource +{ + /** + * Deletes the image (specified by id) from the edit. (images.delete) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing whose images are to read or modified. For example, to + * select Austrian German, pass "de-AT". + * @param string $imageType + * @param string $imageId Unique identifier an image within the set of images + * attached to this edit. + * @param array $optParams Optional parameters. + */ + public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType, 'imageId' => $imageId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Deletes all images for the specified language and image type. + * (images.deleteall) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing whose images are to read or modified. For example, to + * select Austrian German, pass "de-AT". + * @param string $imageType + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ImagesDeleteAllResponse + */ + public function deleteall($packageName, $editId, $language, $imageType, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType); + $params = array_merge($params, $optParams); + return $this->call('deleteall', array($params), "Google_Service_AndroidPublisher_ImagesDeleteAllResponse"); + } + /** + * Lists all images for the specified language and image type. + * (images.listEditsImages) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing whose images are to read or modified. For example, to + * select Austrian German, pass "de-AT". + * @param string $imageType + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ImagesListResponse + */ + public function listEditsImages($packageName, $editId, $language, $imageType, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_ImagesListResponse"); + } + /** + * Uploads a new image and adds it to the list of images for the specified + * language and image type. (images.upload) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing whose images are to read or modified. For example, to + * select Austrian German, pass "de-AT". + * @param string $imageType + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ImagesUploadResponse + */ + public function upload($packageName, $editId, $language, $imageType, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_AndroidPublisher_ImagesUploadResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsListings.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsListings.php new file mode 100644 index 000000000..941071487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsListings.php @@ -0,0 +1,132 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $listings = $androidpublisherService->listings; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsListings extends Google_Service_Resource +{ + /** + * Deletes the specified localized store listing from an edit. (listings.delete) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing to read or modify. For example, to select Austrian German, + * pass "de-AT". + * @param array $optParams Optional parameters. + */ + public function delete($packageName, $editId, $language, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Deletes all localized listings from an edit. (listings.deleteall) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + */ + public function deleteall($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('deleteall', array($params)); + } + /** + * Fetches information about a localized store listing. (listings.get) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing to read or modify. For example, to select Austrian German, + * pass "de-AT". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Listing + */ + public function get($packageName, $editId, $language, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_Listing"); + } + /** + * Returns all of the localized store listings attached to this edit. + * (listings.listEditsListings) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ListingsListResponse + */ + public function listEditsListings($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_ListingsListResponse"); + } + /** + * Creates or updates a localized store listing. This method supports patch + * semantics. (listings.patch) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing to read or modify. For example, to select Austrian German, + * pass "de-AT". + * @param Google_Service_AndroidPublisher_Listing $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Listing + */ + public function patch($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Listing"); + } + /** + * Creates or updates a localized store listing. (listings.update) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $language The language code (a BCP-47 language tag) of the + * localized listing to read or modify. For example, to select Austrian German, + * pass "de-AT". + * @param Google_Service_AndroidPublisher_Listing $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Listing + */ + public function update($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidPublisher_Listing"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTesters.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTesters.php new file mode 100644 index 000000000..08442e6a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTesters.php @@ -0,0 +1,78 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $testers = $androidpublisherService->testers; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsTesters extends Google_Service_Resource +{ + /** + * (testers.get) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $track The track to read or modify. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Testers + */ + public function get($packageName, $editId, $track, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_Testers"); + } + /** + * (testers.patch) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $track The track to read or modify. + * @param Google_Service_AndroidPublisher_Testers $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Testers + */ + public function patch($packageName, $editId, $track, Google_Service_AndroidPublisher_Testers $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Testers"); + } + /** + * (testers.update) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $track The track to read or modify. + * @param Google_Service_AndroidPublisher_Testers $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Testers + */ + public function update($packageName, $editId, $track, Google_Service_AndroidPublisher_Testers $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidPublisher_Testers"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTracks.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTracks.php new file mode 100644 index 000000000..f6e261447 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/EditsTracks.php @@ -0,0 +1,95 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $tracks = $androidpublisherService->tracks; + * + */ +class Google_Service_AndroidPublisher_Resource_EditsTracks extends Google_Service_Resource +{ + /** + * Fetches the track configuration for the specified track type. Includes the + * APK version codes that are in this track. (tracks.get) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $track The track to read or modify. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Track + */ + public function get($packageName, $editId, $track, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_Track"); + } + /** + * Lists all the track configurations for this edit. (tracks.listEditsTracks) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_TracksListResponse + */ + public function listEditsTracks($packageName, $editId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_TracksListResponse"); + } + /** + * Updates the track configuration for the specified track type. This method + * supports patch semantics. (tracks.patch) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $track The track to read or modify. + * @param Google_Service_AndroidPublisher_Track $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Track + */ + public function patch($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Track"); + } + /** + * Updates the track configuration for the specified track type. (tracks.update) + * + * @param string $packageName Unique identifier for the Android app that is + * being updated; for example, "com.spiffygame". + * @param string $editId Unique identifier for this edit. + * @param string $track The track to read or modify. + * @param Google_Service_AndroidPublisher_Track $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_Track + */ + public function update($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidPublisher_Track"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Inappproducts.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Inappproducts.php new file mode 100644 index 000000000..9d3f35dac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Inappproducts.php @@ -0,0 +1,138 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $inappproducts = $androidpublisherService->inappproducts; + * + */ +class Google_Service_AndroidPublisher_Resource_Inappproducts extends Google_Service_Resource +{ + /** + * Delete an in-app product for an app. (inappproducts.delete) + * + * @param string $packageName Unique identifier for the Android app with the in- + * app product; for example, "com.spiffygame". + * @param string $sku Unique identifier for the in-app product. + * @param array $optParams Optional parameters. + */ + public function delete($packageName, $sku, $optParams = array()) + { + $params = array('packageName' => $packageName, 'sku' => $sku); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns information about the in-app product specified. (inappproducts.get) + * + * @param string $packageName + * @param string $sku Unique identifier for the in-app product. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_InAppProduct + */ + public function get($packageName, $sku, $optParams = array()) + { + $params = array('packageName' => $packageName, 'sku' => $sku); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_InAppProduct"); + } + /** + * Creates a new in-app product for an app. (inappproducts.insert) + * + * @param string $packageName Unique identifier for the Android app; for + * example, "com.spiffygame". + * @param Google_Service_AndroidPublisher_InAppProduct $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool autoConvertMissingPrices If true the prices for all regions + * targeted by the parent app that don't have a price specified for this in-app + * product will be auto converted to the target currency based on the default + * price. Defaults to false. + * @return Google_Service_AndroidPublisher_InAppProduct + */ + public function insert($packageName, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_AndroidPublisher_InAppProduct"); + } + /** + * List all the in-app products for an Android app, both subscriptions and + * managed in-app products.. (inappproducts.listInappproducts) + * + * @param string $packageName Unique identifier for the Android app with in-app + * products; for example, "com.spiffygame". + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults + * @opt_param string startIndex + * @opt_param string token + * @return Google_Service_AndroidPublisher_InappproductsListResponse + */ + public function listInappproducts($packageName, $optParams = array()) + { + $params = array('packageName' => $packageName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_InappproductsListResponse"); + } + /** + * Updates the details of an in-app product. This method supports patch + * semantics. (inappproducts.patch) + * + * @param string $packageName Unique identifier for the Android app with the in- + * app product; for example, "com.spiffygame". + * @param string $sku Unique identifier for the in-app product. + * @param Google_Service_AndroidPublisher_InAppProduct $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool autoConvertMissingPrices If true the prices for all regions + * targeted by the parent app that don't have a price specified for this in-app + * product will be auto converted to the target currency based on the default + * price. Defaults to false. + * @return Google_Service_AndroidPublisher_InAppProduct + */ + public function patch($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_AndroidPublisher_InAppProduct"); + } + /** + * Updates the details of an in-app product. (inappproducts.update) + * + * @param string $packageName Unique identifier for the Android app with the in- + * app product; for example, "com.spiffygame". + * @param string $sku Unique identifier for the in-app product. + * @param Google_Service_AndroidPublisher_InAppProduct $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool autoConvertMissingPrices If true the prices for all regions + * targeted by the parent app that don't have a price specified for this in-app + * product will be auto converted to the target currency based on the default + * price. Defaults to false. + * @return Google_Service_AndroidPublisher_InAppProduct + */ + public function update($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AndroidPublisher_InAppProduct"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Internalappsharingartifacts.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Internalappsharingartifacts.php new file mode 100644 index 000000000..67b33138b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Internalappsharingartifacts.php @@ -0,0 +1,65 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $internalappsharingartifacts = $androidpublisherService->internalappsharingartifacts; + * + */ +class Google_Service_AndroidPublisher_Resource_Internalappsharingartifacts extends Google_Service_Resource +{ + /** + * Uploads an APK to internal app sharing. If you are using the Google API + * client libraries, please increase the timeout of the http request before + * calling this endpoint (a timeout of 2 minutes is recommended). See: + * https://developers.google.com/api-client-library/java/google-api-java- + * client/errors for an example in java. (internalappsharingartifacts.uploadapk) + * + * @param string $packageName Unique identifier for the Android app; for + * example, "com.spiffygame". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_InternalAppSharingArtifact + */ + public function uploadapk($packageName, $optParams = array()) + { + $params = array('packageName' => $packageName); + $params = array_merge($params, $optParams); + return $this->call('uploadapk', array($params), "Google_Service_AndroidPublisher_InternalAppSharingArtifact"); + } + /** + * Uploads an app bundle to internal app sharing. If you are using the Google + * API client libraries, please increase the timeout of the http request before + * calling this endpoint (a timeout of 2 minutes is recommended). See: + * https://developers.google.com/api-client-library/java/google-api-java- + * client/errors for an example in java. + * (internalappsharingartifacts.uploadbundle) + * + * @param string $packageName Unique identifier for the Android app; for + * example, "com.spiffygame". + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_InternalAppSharingArtifact + */ + public function uploadbundle($packageName, $optParams = array()) + { + $params = array('packageName' => $packageName); + $params = array_merge($params, $optParams); + return $this->call('uploadbundle', array($params), "Google_Service_AndroidPublisher_InternalAppSharingArtifact"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Orders.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Orders.php new file mode 100644 index 000000000..e08a7e985 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Orders.php @@ -0,0 +1,49 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $orders = $androidpublisherService->orders; + * + */ +class Google_Service_AndroidPublisher_Resource_Orders extends Google_Service_Resource +{ + /** + * Refund a user's subscription or in-app purchase order. (orders.refund) + * + * @param string $packageName The package name of the application for which this + * subscription or in-app item was purchased (for example, 'com.some.thing'). + * @param string $orderId The order ID provided to the user when the + * subscription or in-app order was purchased. + * @param array $optParams Optional parameters. + * + * @opt_param bool revoke Whether to revoke the purchased item. If set to true, + * access to the subscription or in-app item will be terminated immediately. If + * the item is a recurring subscription, all future payments will also be + * terminated. Consumed in-app items need to be handled by developer's app. + * (optional) + */ + public function refund($packageName, $orderId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'orderId' => $orderId); + $params = array_merge($params, $optParams); + return $this->call('refund', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Purchases.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Purchases.php new file mode 100644 index 000000000..c25bd1a13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Purchases.php @@ -0,0 +1,28 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $purchases = $androidpublisherService->purchases; + * + */ +class Google_Service_AndroidPublisher_Resource_Purchases extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesProducts.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesProducts.php new file mode 100644 index 000000000..b0b00e06d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesProducts.php @@ -0,0 +1,64 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $products = $androidpublisherService->products; + * + */ +class Google_Service_AndroidPublisher_Resource_PurchasesProducts extends Google_Service_Resource +{ + /** + * Acknowledges a purchase of an inapp item. (products.acknowledge) + * + * @param string $packageName The package name of the application the inapp + * product was sold in (for example, 'com.some.thing'). + * @param string $productId The inapp product SKU (for example, + * 'com.some.thing.inapp1'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param Google_Service_AndroidPublisher_ProductPurchasesAcknowledgeRequest $postBody + * @param array $optParams Optional parameters. + */ + public function acknowledge($packageName, $productId, $token, Google_Service_AndroidPublisher_ProductPurchasesAcknowledgeRequest $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('acknowledge', array($params)); + } + /** + * Checks the purchase and consumption status of an inapp item. (products.get) + * + * @param string $packageName The package name of the application the inapp + * product was sold in (for example, 'com.some.thing'). + * @param string $productId The inapp product SKU (for example, + * 'com.some.thing.inapp1'). + * @param string $token The token provided to the user's device when the inapp + * product was purchased. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ProductPurchase + */ + public function get($packageName, $productId, $token, $optParams = array()) + { + $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_ProductPurchase"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesSubscriptions.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesSubscriptions.php new file mode 100644 index 000000000..f3ec759a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesSubscriptions.php @@ -0,0 +1,141 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $subscriptions = $androidpublisherService->subscriptions; + * + */ +class Google_Service_AndroidPublisher_Resource_PurchasesSubscriptions extends Google_Service_Resource +{ + /** + * Acknowledges a subscription purchase. (subscriptions.acknowledge) + * + * @param string $packageName The package name of the application for which this + * subscription was purchased (for example, 'com.some.thing'). + * @param string $subscriptionId The purchased subscription ID (for example, + * 'monthly001'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param Google_Service_AndroidPublisher_SubscriptionPurchasesAcknowledgeRequest $postBody + * @param array $optParams Optional parameters. + */ + public function acknowledge($packageName, $subscriptionId, $token, Google_Service_AndroidPublisher_SubscriptionPurchasesAcknowledgeRequest $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('acknowledge', array($params)); + } + /** + * Cancels a user's subscription purchase. The subscription remains valid until + * its expiration time. (subscriptions.cancel) + * + * @param string $packageName The package name of the application for which this + * subscription was purchased (for example, 'com.some.thing'). + * @param string $subscriptionId The purchased subscription ID (for example, + * 'monthly001'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param array $optParams Optional parameters. + */ + public function cancel($packageName, $subscriptionId, $token, $optParams = array()) + { + $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params)); + } + /** + * Defers a user's subscription purchase until a specified future expiration + * time. (subscriptions.defer) + * + * @param string $packageName The package name of the application for which this + * subscription was purchased (for example, 'com.some.thing'). + * @param string $subscriptionId The purchased subscription ID (for example, + * 'monthly001'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse + */ + public function defer($packageName, $subscriptionId, $token, Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('defer', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse"); + } + /** + * Checks whether a user's subscription purchase is valid and returns its expiry + * time. (subscriptions.get) + * + * @param string $packageName The package name of the application for which this + * subscription was purchased (for example, 'com.some.thing'). + * @param string $subscriptionId The purchased subscription ID (for example, + * 'monthly001'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_SubscriptionPurchase + */ + public function get($packageName, $subscriptionId, $token, $optParams = array()) + { + $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchase"); + } + /** + * Refunds a user's subscription purchase, but the subscription remains valid + * until its expiration time and it will continue to recur. + * (subscriptions.refund) + * + * @param string $packageName The package name of the application for which this + * subscription was purchased (for example, 'com.some.thing'). + * @param string $subscriptionId The purchased subscription ID (for example, + * 'monthly001'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param array $optParams Optional parameters. + */ + public function refund($packageName, $subscriptionId, $token, $optParams = array()) + { + $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); + $params = array_merge($params, $optParams); + return $this->call('refund', array($params)); + } + /** + * Refunds and immediately revokes a user's subscription purchase. Access to the + * subscription will be terminated immediately and it will stop recurring. + * (subscriptions.revoke) + * + * @param string $packageName The package name of the application for which this + * subscription was purchased (for example, 'com.some.thing'). + * @param string $subscriptionId The purchased subscription ID (for example, + * 'monthly001'). + * @param string $token The token provided to the user's device when the + * subscription was purchased. + * @param array $optParams Optional parameters. + */ + public function revoke($packageName, $subscriptionId, $token, $optParams = array()) + { + $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token); + $params = array_merge($params, $optParams); + return $this->call('revoke', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesVoidedpurchases.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesVoidedpurchases.php new file mode 100644 index 000000000..f5ff77d5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/PurchasesVoidedpurchases.php @@ -0,0 +1,68 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $voidedpurchases = $androidpublisherService->voidedpurchases; + * + */ +class Google_Service_AndroidPublisher_Resource_PurchasesVoidedpurchases extends Google_Service_Resource +{ + /** + * Lists the purchases that were canceled, refunded or charged-back. + * (voidedpurchases.listPurchasesVoidedpurchases) + * + * @param string $packageName The package name of the application for which + * voided purchases need to be returned (for example, 'com.some.thing'). + * @param array $optParams Optional parameters. + * + * @opt_param string endTime The time, in milliseconds since the Epoch, of the + * newest voided purchase that you want to see in the response. The value of + * this parameter cannot be greater than the current time and is ignored if a + * pagination token is set. Default value is current time. Note: This filter is + * applied on the time at which the record is seen as voided by our systems and + * not the actual voided time returned in the response. + * @opt_param string maxResults + * @opt_param string startIndex + * @opt_param string startTime The time, in milliseconds since the Epoch, of the + * oldest voided purchase that you want to see in the response. The value of + * this parameter cannot be older than 30 days and is ignored if a pagination + * token is set. Default value is current time minus 30 days. Note: This filter + * is applied on the time at which the record is seen as voided by our systems + * and not the actual voided time returned in the response. + * @opt_param string token + * @opt_param int type The type of voided purchases that you want to see in the + * response. Possible values are: - 0: Only voided in-app product purchases will + * be returned in the response. This is the default value. - 1: Both voided in- + * app purchases and voided subscription purchases will be returned in the + * response. Note: Before requesting to receive voided subscription purchases, + * you must switch to use orderId in the response which uniquely identifies one- + * time purchases and subscriptions. Otherwise, you will receive multiple + * subscription orders with the same PurchaseToken, because subscription renewal + * orders share the same PurchaseToken. + * @return Google_Service_AndroidPublisher_VoidedPurchasesListResponse + */ + public function listPurchasesVoidedpurchases($packageName, $optParams = array()) + { + $params = array('packageName' => $packageName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_VoidedPurchasesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Reviews.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Reviews.php new file mode 100644 index 000000000..12d2f61b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Reviews.php @@ -0,0 +1,81 @@ + + * $androidpublisherService = new Google_Service_AndroidPublisher(...); + * $reviews = $androidpublisherService->reviews; + * + */ +class Google_Service_AndroidPublisher_Resource_Reviews extends Google_Service_Resource +{ + /** + * Returns a single review. (reviews.get) + * + * @param string $packageName Unique identifier for the Android app for which we + * want reviews; for example, "com.spiffygame". + * @param string $reviewId + * @param array $optParams Optional parameters. + * + * @opt_param string translationLanguage + * @return Google_Service_AndroidPublisher_Review + */ + public function get($packageName, $reviewId, $optParams = array()) + { + $params = array('packageName' => $packageName, 'reviewId' => $reviewId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AndroidPublisher_Review"); + } + /** + * Returns a list of reviews. Only reviews from last week will be returned. + * (reviews.listReviews) + * + * @param string $packageName Unique identifier for the Android app for which we + * want reviews; for example, "com.spiffygame". + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults + * @opt_param string startIndex + * @opt_param string token + * @opt_param string translationLanguage + * @return Google_Service_AndroidPublisher_ReviewsListResponse + */ + public function listReviews($packageName, $optParams = array()) + { + $params = array('packageName' => $packageName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AndroidPublisher_ReviewsListResponse"); + } + /** + * Reply to a single review, or update an existing reply. (reviews.reply) + * + * @param string $packageName Unique identifier for the Android app for which we + * want reviews; for example, "com.spiffygame". + * @param string $reviewId + * @param Google_Service_AndroidPublisher_ReviewsReplyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidPublisher_ReviewsReplyResponse + */ + public function reply($packageName, $reviewId, Google_Service_AndroidPublisher_ReviewsReplyRequest $postBody, $optParams = array()) + { + $params = array('packageName' => $packageName, 'reviewId' => $reviewId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reply', array($params), "Google_Service_AndroidPublisher_ReviewsReplyResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Review.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Review.php new file mode 100644 index 000000000..1d84e760f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Review.php @@ -0,0 +1,56 @@ +authorName = $authorName; + } + public function getAuthorName() + { + return $this->authorName; + } + /** + * @param Google_Service_AndroidPublisher_Comment + */ + public function setComments($comments) + { + $this->comments = $comments; + } + /** + * @return Google_Service_AndroidPublisher_Comment + */ + public function getComments() + { + return $this->comments; + } + public function setReviewId($reviewId) + { + $this->reviewId = $reviewId; + } + public function getReviewId() + { + return $this->reviewId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php new file mode 100644 index 000000000..a87ec5790 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php @@ -0,0 +1,46 @@ +lastEdited = $lastEdited; + } + /** + * @return Google_Service_AndroidPublisher_Timestamp + */ + public function getLastEdited() + { + return $this->lastEdited; + } + public function setReplyText($replyText) + { + $this->replyText = $replyText; + } + public function getReplyText() + { + return $this->replyText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php new file mode 100644 index 000000000..e876fab29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php @@ -0,0 +1,70 @@ +pageInfo = $pageInfo; + } + /** + * @return Google_Service_AndroidPublisher_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_AndroidPublisher_Review + */ + public function setReviews($reviews) + { + $this->reviews = $reviews; + } + /** + * @return Google_Service_AndroidPublisher_Review + */ + public function getReviews() + { + return $this->reviews; + } + /** + * @param Google_Service_AndroidPublisher_TokenPagination + */ + public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_AndroidPublisher_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.php new file mode 100644 index 000000000..53c807919 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.php @@ -0,0 +1,30 @@ +replyText = $replyText; + } + public function getReplyText() + { + return $this->replyText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyResponse.php new file mode 100644 index 000000000..14321cd04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_AndroidPublisher_ReviewReplyResult + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Season.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Season.php new file mode 100644 index 000000000..90ae070e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Season.php @@ -0,0 +1,70 @@ +end = $end; + } + /** + * @return Google_Service_AndroidPublisher_MonthDay + */ + public function getEnd() + { + return $this->end; + } + /** + * @param Google_Service_AndroidPublisher_Prorate + */ + public function setProrations($prorations) + { + $this->prorations = $prorations; + } + /** + * @return Google_Service_AndroidPublisher_Prorate + */ + public function getProrations() + { + return $this->prorations; + } + /** + * @param Google_Service_AndroidPublisher_MonthDay + */ + public function setStart(Google_Service_AndroidPublisher_MonthDay $start) + { + $this->start = $start; + } + /** + * @return Google_Service_AndroidPublisher_MonthDay + */ + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionCancelSurveyResult.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionCancelSurveyResult.php new file mode 100644 index 000000000..3e9c11e97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionCancelSurveyResult.php @@ -0,0 +1,39 @@ +cancelSurveyReason = $cancelSurveyReason; + } + public function getCancelSurveyReason() + { + return $this->cancelSurveyReason; + } + public function setUserInputCancelReason($userInputCancelReason) + { + $this->userInputCancelReason = $userInputCancelReason; + } + public function getUserInputCancelReason() + { + return $this->userInputCancelReason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.php new file mode 100644 index 000000000..1a1c9ae1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.php @@ -0,0 +1,39 @@ +desiredExpiryTimeMillis = $desiredExpiryTimeMillis; + } + public function getDesiredExpiryTimeMillis() + { + return $this->desiredExpiryTimeMillis; + } + public function setExpectedExpiryTimeMillis($expectedExpiryTimeMillis) + { + $this->expectedExpiryTimeMillis = $expectedExpiryTimeMillis; + } + public function getExpectedExpiryTimeMillis() + { + return $this->expectedExpiryTimeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPriceChange.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPriceChange.php new file mode 100644 index 000000000..90965d6bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPriceChange.php @@ -0,0 +1,46 @@ +newPrice = $newPrice; + } + /** + * @return Google_Service_AndroidPublisher_Price + */ + public function getNewPrice() + { + return $this->newPrice; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchase.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchase.php new file mode 100644 index 000000000..32273fff0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchase.php @@ -0,0 +1,258 @@ +acknowledgementState = $acknowledgementState; + } + public function getAcknowledgementState() + { + return $this->acknowledgementState; + } + public function setAutoRenewing($autoRenewing) + { + $this->autoRenewing = $autoRenewing; + } + public function getAutoRenewing() + { + return $this->autoRenewing; + } + public function setAutoResumeTimeMillis($autoResumeTimeMillis) + { + $this->autoResumeTimeMillis = $autoResumeTimeMillis; + } + public function getAutoResumeTimeMillis() + { + return $this->autoResumeTimeMillis; + } + public function setCancelReason($cancelReason) + { + $this->cancelReason = $cancelReason; + } + public function getCancelReason() + { + return $this->cancelReason; + } + /** + * @param Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult + */ + public function setCancelSurveyResult(Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult $cancelSurveyResult) + { + $this->cancelSurveyResult = $cancelSurveyResult; + } + /** + * @return Google_Service_AndroidPublisher_SubscriptionCancelSurveyResult + */ + public function getCancelSurveyResult() + { + return $this->cancelSurveyResult; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setDeveloperPayload($developerPayload) + { + $this->developerPayload = $developerPayload; + } + public function getDeveloperPayload() + { + return $this->developerPayload; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setExpiryTimeMillis($expiryTimeMillis) + { + $this->expiryTimeMillis = $expiryTimeMillis; + } + public function getExpiryTimeMillis() + { + return $this->expiryTimeMillis; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + /** + * @param Google_Service_AndroidPublisher_IntroductoryPriceInfo + */ + public function setIntroductoryPriceInfo(Google_Service_AndroidPublisher_IntroductoryPriceInfo $introductoryPriceInfo) + { + $this->introductoryPriceInfo = $introductoryPriceInfo; + } + /** + * @return Google_Service_AndroidPublisher_IntroductoryPriceInfo + */ + public function getIntroductoryPriceInfo() + { + return $this->introductoryPriceInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLinkedPurchaseToken($linkedPurchaseToken) + { + $this->linkedPurchaseToken = $linkedPurchaseToken; + } + public function getLinkedPurchaseToken() + { + return $this->linkedPurchaseToken; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setPaymentState($paymentState) + { + $this->paymentState = $paymentState; + } + public function getPaymentState() + { + return $this->paymentState; + } + public function setPriceAmountMicros($priceAmountMicros) + { + $this->priceAmountMicros = $priceAmountMicros; + } + public function getPriceAmountMicros() + { + return $this->priceAmountMicros; + } + /** + * @param Google_Service_AndroidPublisher_SubscriptionPriceChange + */ + public function setPriceChange(Google_Service_AndroidPublisher_SubscriptionPriceChange $priceChange) + { + $this->priceChange = $priceChange; + } + /** + * @return Google_Service_AndroidPublisher_SubscriptionPriceChange + */ + public function getPriceChange() + { + return $this->priceChange; + } + public function setPriceCurrencyCode($priceCurrencyCode) + { + $this->priceCurrencyCode = $priceCurrencyCode; + } + public function getPriceCurrencyCode() + { + return $this->priceCurrencyCode; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setProfileName($profileName) + { + $this->profileName = $profileName; + } + public function getProfileName() + { + return $this->profileName; + } + public function setPurchaseType($purchaseType) + { + $this->purchaseType = $purchaseType; + } + public function getPurchaseType() + { + return $this->purchaseType; + } + public function setStartTimeMillis($startTimeMillis) + { + $this->startTimeMillis = $startTimeMillis; + } + public function getStartTimeMillis() + { + return $this->startTimeMillis; + } + public function setUserCancellationTimeMillis($userCancellationTimeMillis) + { + $this->userCancellationTimeMillis = $userCancellationTimeMillis; + } + public function getUserCancellationTimeMillis() + { + return $this->userCancellationTimeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesAcknowledgeRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesAcknowledgeRequest.php new file mode 100644 index 000000000..9bbc3863a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesAcknowledgeRequest.php @@ -0,0 +1,30 @@ +developerPayload = $developerPayload; + } + public function getDeveloperPayload() + { + return $this->developerPayload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php new file mode 100644 index 000000000..4b7becdbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php @@ -0,0 +1,37 @@ +deferralInfo = $deferralInfo; + } + /** + * @return Google_Service_AndroidPublisher_SubscriptionDeferralInfo + */ + public function getDeferralInfo() + { + return $this->deferralInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferResponse.php new file mode 100644 index 000000000..0447d4d5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferResponse.php @@ -0,0 +1,30 @@ +newExpiryTimeMillis = $newExpiryTimeMillis; + } + public function getNewExpiryTimeMillis() + { + return $this->newExpiryTimeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Testers.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Testers.php new file mode 100644 index 000000000..4de42c886 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Testers.php @@ -0,0 +1,31 @@ +googleGroups = $googleGroups; + } + public function getGoogleGroups() + { + return $this->googleGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Timestamp.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Timestamp.php new file mode 100644 index 000000000..ce3895799 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Timestamp.php @@ -0,0 +1,39 @@ +nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } + public function setSeconds($seconds) + { + $this->seconds = $seconds; + } + public function getSeconds() + { + return $this->seconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TokenPagination.php new file mode 100644 index 000000000..30b0a8988 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TokenPagination.php @@ -0,0 +1,39 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setPreviousPageToken($previousPageToken) + { + $this->previousPageToken = $previousPageToken; + } + public function getPreviousPageToken() + { + return $this->previousPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Track.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Track.php new file mode 100644 index 000000000..6b70a139b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Track.php @@ -0,0 +1,47 @@ +releases = $releases; + } + /** + * @return Google_Service_AndroidPublisher_TrackRelease + */ + public function getReleases() + { + return $this->releases; + } + public function setTrack($track) + { + $this->track = $track; + } + public function getTrack() + { + return $this->track; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TrackRelease.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TrackRelease.php new file mode 100644 index 000000000..b4a90996e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TrackRelease.php @@ -0,0 +1,90 @@ +countryTargeting = $countryTargeting; + } + /** + * @return Google_Service_AndroidPublisher_CountryTargeting + */ + public function getCountryTargeting() + { + return $this->countryTargeting; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_AndroidPublisher_LocalizedText + */ + public function setReleaseNotes($releaseNotes) + { + $this->releaseNotes = $releaseNotes; + } + /** + * @return Google_Service_AndroidPublisher_LocalizedText + */ + public function getReleaseNotes() + { + return $this->releaseNotes; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUserFraction($userFraction) + { + $this->userFraction = $userFraction; + } + public function getUserFraction() + { + return $this->userFraction; + } + public function setVersionCodes($versionCodes) + { + $this->versionCodes = $versionCodes; + } + public function getVersionCodes() + { + return $this->versionCodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TracksListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TracksListResponse.php new file mode 100644 index 000000000..cbbe5e7ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/TracksListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_AndroidPublisher_Track + */ + public function setTracks($tracks) + { + $this->tracks = $tracks; + } + /** + * @return Google_Service_AndroidPublisher_Track + */ + public function getTracks() + { + return $this->tracks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UserComment.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UserComment.php new file mode 100644 index 000000000..08c7d7e08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UserComment.php @@ -0,0 +1,143 @@ +androidOsVersion = $androidOsVersion; + } + public function getAndroidOsVersion() + { + return $this->androidOsVersion; + } + public function setAppVersionCode($appVersionCode) + { + $this->appVersionCode = $appVersionCode; + } + public function getAppVersionCode() + { + return $this->appVersionCode; + } + public function setAppVersionName($appVersionName) + { + $this->appVersionName = $appVersionName; + } + public function getAppVersionName() + { + return $this->appVersionName; + } + public function setDevice($device) + { + $this->device = $device; + } + public function getDevice() + { + return $this->device; + } + /** + * @param Google_Service_AndroidPublisher_DeviceMetadata + */ + public function setDeviceMetadata(Google_Service_AndroidPublisher_DeviceMetadata $deviceMetadata) + { + $this->deviceMetadata = $deviceMetadata; + } + /** + * @return Google_Service_AndroidPublisher_DeviceMetadata + */ + public function getDeviceMetadata() + { + return $this->deviceMetadata; + } + /** + * @param Google_Service_AndroidPublisher_Timestamp + */ + public function setLastModified(Google_Service_AndroidPublisher_Timestamp $lastModified) + { + $this->lastModified = $lastModified; + } + /** + * @return Google_Service_AndroidPublisher_Timestamp + */ + public function getLastModified() + { + return $this->lastModified; + } + public function setOriginalText($originalText) + { + $this->originalText = $originalText; + } + public function getOriginalText() + { + return $this->originalText; + } + public function setReviewerLanguage($reviewerLanguage) + { + $this->reviewerLanguage = $reviewerLanguage; + } + public function getReviewerLanguage() + { + return $this->reviewerLanguage; + } + public function setStarRating($starRating) + { + $this->starRating = $starRating; + } + public function getStarRating() + { + return $this->starRating; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } + public function setThumbsDownCount($thumbsDownCount) + { + $this->thumbsDownCount = $thumbsDownCount; + } + public function getThumbsDownCount() + { + return $this->thumbsDownCount; + } + public function setThumbsUpCount($thumbsUpCount) + { + $this->thumbsUpCount = $thumbsUpCount; + } + public function getThumbsUpCount() + { + return $this->thumbsUpCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php new file mode 100644 index 000000000..35bc51b11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php @@ -0,0 +1,84 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setPurchaseTimeMillis($purchaseTimeMillis) + { + $this->purchaseTimeMillis = $purchaseTimeMillis; + } + public function getPurchaseTimeMillis() + { + return $this->purchaseTimeMillis; + } + public function setPurchaseToken($purchaseToken) + { + $this->purchaseToken = $purchaseToken; + } + public function getPurchaseToken() + { + return $this->purchaseToken; + } + public function setVoidedReason($voidedReason) + { + $this->voidedReason = $voidedReason; + } + public function getVoidedReason() + { + return $this->voidedReason; + } + public function setVoidedSource($voidedSource) + { + $this->voidedSource = $voidedSource; + } + public function getVoidedSource() + { + return $this->voidedSource; + } + public function setVoidedTimeMillis($voidedTimeMillis) + { + $this->voidedTimeMillis = $voidedTimeMillis; + } + public function getVoidedTimeMillis() + { + return $this->voidedTimeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.php new file mode 100644 index 000000000..cd24a18e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.php @@ -0,0 +1,70 @@ +pageInfo = $pageInfo; + } + /** + * @return Google_Service_AndroidPublisher_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_AndroidPublisher_TokenPagination + */ + public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_AndroidPublisher_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + /** + * @param Google_Service_AndroidPublisher_VoidedPurchase + */ + public function setVoidedPurchases($voidedPurchases) + { + $this->voidedPurchases = $voidedPurchases; + } + /** + * @return Google_Service_AndroidPublisher_VoidedPurchase + */ + public function getVoidedPurchases() + { + return $this->voidedPurchases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AppState.php b/vendor/google/apiclient-services/src/Google/Service/AppState.php new file mode 100644 index 000000000..f59a08407 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AppState.php @@ -0,0 +1,122 @@ + + * The Google App State API. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AppState extends Google_Service +{ + /** View and manage your data for this application. */ + const APPSTATE = + "https://www.googleapis.com/auth/appstate"; + + public $states; + + /** + * Constructs the internal representation of the AppState 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 = 'appstate/v1/'; + $this->batchPath = 'batch/appstate/v1'; + $this->version = 'v1'; + $this->serviceName = 'appstate'; + + $this->states = new Google_Service_AppState_Resource_States( + $this, + $this->serviceName, + 'states', + array( + 'methods' => array( + 'clear' => array( + 'path' => 'states/{stateKey}/clear', + 'httpMethod' => 'POST', + 'parameters' => array( + 'stateKey' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'currentDataVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'states/{stateKey}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'stateKey' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'states/{stateKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'stateKey' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'states', + 'httpMethod' => 'GET', + 'parameters' => array( + 'includeData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'states/{stateKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'stateKey' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + 'currentStateVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AppState/GetResponse.php b/vendor/google/apiclient-services/src/Google/Service/AppState/GetResponse.php new file mode 100644 index 000000000..e50b9f368 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AppState/GetResponse.php @@ -0,0 +1,57 @@ +currentStateVersion = $currentStateVersion; + } + public function getCurrentStateVersion() + { + return $this->currentStateVersion; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStateKey($stateKey) + { + $this->stateKey = $stateKey; + } + public function getStateKey() + { + return $this->stateKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AppState/ListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AppState/ListResponse.php new file mode 100644 index 000000000..9cd249e18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AppState/ListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_AppState_GetResponse + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaximumKeyCount($maximumKeyCount) + { + $this->maximumKeyCount = $maximumKeyCount; + } + public function getMaximumKeyCount() + { + return $this->maximumKeyCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.php b/vendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.php new file mode 100644 index 000000000..e5fea67c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.php @@ -0,0 +1,113 @@ + + * $appstateService = new Google_Service_AppState(...); + * $states = $appstateService->states; + * + */ +class Google_Service_AppState_Resource_States extends Google_Service_Resource +{ + /** + * Clears (sets to empty) the data for the passed key if and only if the passed + * version matches the currently stored version. This method results in a + * conflict error on version mismatch. (states.clear) + * + * @param int $stateKey The key for the data to be retrieved. + * @param array $optParams Optional parameters. + * + * @opt_param string currentDataVersion The version of the data to be cleared. + * Version strings are returned by the server. + * @return Google_Service_AppState_WriteResult + */ + public function clear($stateKey, $optParams = array()) + { + $params = array('stateKey' => $stateKey); + $params = array_merge($params, $optParams); + return $this->call('clear', array($params), "Google_Service_AppState_WriteResult"); + } + /** + * Deletes a key and the data associated with it. The key is removed and no + * longer counts against the key quota. Note that since this method is not safe + * in the face of concurrent modifications, it should only be used for + * development and testing purposes. Invoking this method in shipping code can + * result in data loss and data corruption. (states.delete) + * + * @param int $stateKey The key for the data to be retrieved. + * @param array $optParams Optional parameters. + */ + public function delete($stateKey, $optParams = array()) + { + $params = array('stateKey' => $stateKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the data corresponding to the passed key. If the key does not exist + * on the server, an HTTP 404 will be returned. (states.get) + * + * @param int $stateKey The key for the data to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_AppState_GetResponse + */ + public function get($stateKey, $optParams = array()) + { + $params = array('stateKey' => $stateKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AppState_GetResponse"); + } + /** + * Lists all the states keys, and optionally the state data. (states.listStates) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool includeData Whether to include the full data in addition to + * the version number + * @return Google_Service_AppState_ListResponse + */ + public function listStates($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AppState_ListResponse"); + } + /** + * Update the data associated with the input key if and only if the passed + * version matches the currently stored version. This method is safe in the face + * of concurrent writes. Maximum per-key size is 128KB. (states.update) + * + * @param int $stateKey The key for the data to be retrieved. + * @param Google_Service_AppState_UpdateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string currentStateVersion The version of the app state your + * application is attempting to update. If this does not match the current + * version, this method will return a conflict error. If there is no data stored + * on the server for this key, the update will succeed irrespective of the value + * of this parameter. + * @return Google_Service_AppState_WriteResult + */ + public function update($stateKey, Google_Service_AppState_UpdateRequest $postBody, $optParams = array()) + { + $params = array('stateKey' => $stateKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_AppState_WriteResult"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AppState/UpdateRequest.php b/vendor/google/apiclient-services/src/Google/Service/AppState/UpdateRequest.php new file mode 100644 index 000000000..345149c57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AppState/UpdateRequest.php @@ -0,0 +1,39 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/AppState/WriteResult.php b/vendor/google/apiclient-services/src/Google/Service/AppState/WriteResult.php new file mode 100644 index 000000000..259391c47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AppState/WriteResult.php @@ -0,0 +1,48 @@ +currentStateVersion = $currentStateVersion; + } + public function getCurrentStateVersion() + { + return $this->currentStateVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStateKey($stateKey) + { + $this->stateKey = $stateKey; + } + public function getStateKey() + { + return $this->stateKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine.php b/vendor/google/apiclient-services/src/Google/Service/Appengine.php new file mode 100644 index 000000000..ff981c697 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine.php @@ -0,0 +1,841 @@ + + * Provisions and manages developers' App Engine applications. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +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. */ + 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 $apps; + public $apps_authorizedCertificates; + public $apps_authorizedDomains; + public $apps_domainMappings; + public $apps_firewall_ingressRules; + public $apps_locations; + public $apps_operations; + public $apps_services; + public $apps_services_versions; + public $apps_services_versions_instances; + + /** + * Constructs the internal representation of the Appengine 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://appengine.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'appengine'; + + $this->apps = new Google_Service_Appengine_Resource_Apps( + $this, + $this->serviceName, + 'apps', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/apps', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/apps/{appsId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/apps/{appsId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'repair' => array( + 'path' => 'v1/apps/{appsId}:repair', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->apps_authorizedCertificates = new Google_Service_Appengine_Resource_AppsAuthorizedCertificates( + $this, + $this->serviceName, + 'authorizedCertificates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/apps/{appsId}/authorizedCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'authorizedCertificatesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'authorizedCertificatesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/authorizedCertificates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'authorizedCertificatesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apps_authorizedDomains = new Google_Service_Appengine_Resource_AppsAuthorizedDomains( + $this, + $this->serviceName, + 'authorizedDomains', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/apps/{appsId}/authorizedDomains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->apps_domainMappings = new Google_Service_Appengine_Resource_AppsDomainMappings( + $this, + $this->serviceName, + 'domainMappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/apps/{appsId}/domainMappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'overrideStrategy' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1/apps/{appsId}/domainMappings/{domainMappingsId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainMappingsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/apps/{appsId}/domainMappings/{domainMappingsId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainMappingsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/domainMappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/apps/{appsId}/domainMappings/{domainMappingsId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainMappingsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apps_firewall_ingressRules = new Google_Service_Appengine_Resource_AppsFirewallIngressRules( + $this, + $this->serviceName, + 'ingressRules', + array( + 'methods' => array( + 'batchUpdate' => array( + 'path' => 'v1/apps/{appsId}/firewall/ingressRules:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/apps/{appsId}/firewall/ingressRules', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ingressRulesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ingressRulesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/firewall/ingressRules', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'matchingAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ingressRulesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apps_locations = new Google_Service_Appengine_Resource_AppsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/apps/{appsId}/locations/{locationsId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'locationsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->apps_operations = new Google_Service_Appengine_Resource_AppsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/apps/{appsId}/operations/{operationsId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operationsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apps_services = new Google_Service_Appengine_Resource_AppsServices( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'migrateTraffic' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->apps_services_versions = new Google_Service_Appengine_Resource_AppsServicesVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apps_services_versions_instances = new Google_Service_Appengine_Resource_AppsServicesVersionsInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'debug' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug', + 'httpMethod' => 'POST', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instancesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instancesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instancesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'appsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'servicesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.php new file mode 100644 index 000000000..f28df53c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.php @@ -0,0 +1,66 @@ +authFailAction = $authFailAction; + } + public function getAuthFailAction() + { + return $this->authFailAction; + } + public function setLogin($login) + { + $this->login = $login; + } + public function getLogin() + { + return $this->login; + } + public function setScript($script) + { + $this->script = $script; + } + public function getScript() + { + return $this->script; + } + public function setSecurityLevel($securityLevel) + { + $this->securityLevel = $securityLevel; + } + public function getSecurityLevel() + { + return $this->securityLevel; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiEndpointHandler.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiEndpointHandler.php new file mode 100644 index 000000000..8f56c8943 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiEndpointHandler.php @@ -0,0 +1,30 @@ +scriptPath = $scriptPath; + } + public function getScriptPath() + { + return $this->scriptPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/AppengineEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/AppengineEmpty.php new file mode 100644 index 000000000..fb9b028ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/AppengineEmpty.php @@ -0,0 +1,20 @@ +authDomain = $authDomain; + } + public function getAuthDomain() + { + return $this->authDomain; + } + public function setCodeBucket($codeBucket) + { + $this->codeBucket = $codeBucket; + } + public function getCodeBucket() + { + return $this->codeBucket; + } + public function setDefaultBucket($defaultBucket) + { + $this->defaultBucket = $defaultBucket; + } + public function getDefaultBucket() + { + return $this->defaultBucket; + } + public function setDefaultCookieExpiration($defaultCookieExpiration) + { + $this->defaultCookieExpiration = $defaultCookieExpiration; + } + public function getDefaultCookieExpiration() + { + return $this->defaultCookieExpiration; + } + public function setDefaultHostname($defaultHostname) + { + $this->defaultHostname = $defaultHostname; + } + public function getDefaultHostname() + { + return $this->defaultHostname; + } + /** + * @param Google_Service_Appengine_UrlDispatchRule + */ + public function setDispatchRules($dispatchRules) + { + $this->dispatchRules = $dispatchRules; + } + /** + * @return Google_Service_Appengine_UrlDispatchRule + */ + public function getDispatchRules() + { + return $this->dispatchRules; + } + /** + * @param Google_Service_Appengine_FeatureSettings + */ + public function setFeatureSettings(Google_Service_Appengine_FeatureSettings $featureSettings) + { + $this->featureSettings = $featureSettings; + } + /** + * @return Google_Service_Appengine_FeatureSettings + */ + public function getFeatureSettings() + { + return $this->featureSettings; + } + public function setGcrDomain($gcrDomain) + { + $this->gcrDomain = $gcrDomain; + } + public function getGcrDomain() + { + return $this->gcrDomain; + } + /** + * @param Google_Service_Appengine_IdentityAwareProxy + */ + public function setIap(Google_Service_Appengine_IdentityAwareProxy $iap) + { + $this->iap = $iap; + } + /** + * @return Google_Service_Appengine_IdentityAwareProxy + */ + public function getIap() + { + return $this->iap; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setServingStatus($servingStatus) + { + $this->servingStatus = $servingStatus; + } + public function getServingStatus() + { + return $this->servingStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedCertificate.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedCertificate.php new file mode 100644 index 000000000..25343ec33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedCertificate.php @@ -0,0 +1,117 @@ +certificateRawData = $certificateRawData; + } + /** + * @return Google_Service_Appengine_CertificateRawData + */ + public function getCertificateRawData() + { + return $this->certificateRawData; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDomainMappingsCount($domainMappingsCount) + { + $this->domainMappingsCount = $domainMappingsCount; + } + public function getDomainMappingsCount() + { + return $this->domainMappingsCount; + } + public function setDomainNames($domainNames) + { + $this->domainNames = $domainNames; + } + public function getDomainNames() + { + return $this->domainNames; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Appengine_ManagedCertificate + */ + public function setManagedCertificate(Google_Service_Appengine_ManagedCertificate $managedCertificate) + { + $this->managedCertificate = $managedCertificate; + } + /** + * @return Google_Service_Appengine_ManagedCertificate + */ + public function getManagedCertificate() + { + return $this->managedCertificate; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setVisibleDomainMappings($visibleDomainMappings) + { + $this->visibleDomainMappings = $visibleDomainMappings; + } + public function getVisibleDomainMappings() + { + return $this->visibleDomainMappings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedDomain.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedDomain.php new file mode 100644 index 000000000..432daa2d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/AuthorizedDomain.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.php new file mode 100644 index 000000000..a86e86aed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.php @@ -0,0 +1,173 @@ +coolDownPeriod = $coolDownPeriod; + } + public function getCoolDownPeriod() + { + return $this->coolDownPeriod; + } + /** + * @param Google_Service_Appengine_CpuUtilization + */ + public function setCpuUtilization(Google_Service_Appengine_CpuUtilization $cpuUtilization) + { + $this->cpuUtilization = $cpuUtilization; + } + /** + * @return Google_Service_Appengine_CpuUtilization + */ + public function getCpuUtilization() + { + return $this->cpuUtilization; + } + /** + * @param Google_Service_Appengine_DiskUtilization + */ + public function setDiskUtilization(Google_Service_Appengine_DiskUtilization $diskUtilization) + { + $this->diskUtilization = $diskUtilization; + } + /** + * @return Google_Service_Appengine_DiskUtilization + */ + public function getDiskUtilization() + { + return $this->diskUtilization; + } + public function setMaxConcurrentRequests($maxConcurrentRequests) + { + $this->maxConcurrentRequests = $maxConcurrentRequests; + } + public function getMaxConcurrentRequests() + { + return $this->maxConcurrentRequests; + } + public function setMaxIdleInstances($maxIdleInstances) + { + $this->maxIdleInstances = $maxIdleInstances; + } + public function getMaxIdleInstances() + { + return $this->maxIdleInstances; + } + public function setMaxPendingLatency($maxPendingLatency) + { + $this->maxPendingLatency = $maxPendingLatency; + } + public function getMaxPendingLatency() + { + return $this->maxPendingLatency; + } + public function setMaxTotalInstances($maxTotalInstances) + { + $this->maxTotalInstances = $maxTotalInstances; + } + public function getMaxTotalInstances() + { + return $this->maxTotalInstances; + } + public function setMinIdleInstances($minIdleInstances) + { + $this->minIdleInstances = $minIdleInstances; + } + public function getMinIdleInstances() + { + return $this->minIdleInstances; + } + public function setMinPendingLatency($minPendingLatency) + { + $this->minPendingLatency = $minPendingLatency; + } + public function getMinPendingLatency() + { + return $this->minPendingLatency; + } + public function setMinTotalInstances($minTotalInstances) + { + $this->minTotalInstances = $minTotalInstances; + } + public function getMinTotalInstances() + { + return $this->minTotalInstances; + } + /** + * @param Google_Service_Appengine_NetworkUtilization + */ + public function setNetworkUtilization(Google_Service_Appengine_NetworkUtilization $networkUtilization) + { + $this->networkUtilization = $networkUtilization; + } + /** + * @return Google_Service_Appengine_NetworkUtilization + */ + public function getNetworkUtilization() + { + return $this->networkUtilization; + } + /** + * @param Google_Service_Appengine_RequestUtilization + */ + public function setRequestUtilization(Google_Service_Appengine_RequestUtilization $requestUtilization) + { + $this->requestUtilization = $requestUtilization; + } + /** + * @return Google_Service_Appengine_RequestUtilization + */ + public function getRequestUtilization() + { + return $this->requestUtilization; + } + /** + * @param Google_Service_Appengine_StandardSchedulerSettings + */ + public function setStandardSchedulerSettings(Google_Service_Appengine_StandardSchedulerSettings $standardSchedulerSettings) + { + $this->standardSchedulerSettings = $standardSchedulerSettings; + } + /** + * @return Google_Service_Appengine_StandardSchedulerSettings + */ + public function getStandardSchedulerSettings() + { + return $this->standardSchedulerSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/BasicScaling.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/BasicScaling.php new file mode 100644 index 000000000..27052507d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/BasicScaling.php @@ -0,0 +1,39 @@ +idleTimeout = $idleTimeout; + } + public function getIdleTimeout() + { + return $this->idleTimeout; + } + public function setMaxInstances($maxInstances) + { + $this->maxInstances = $maxInstances; + } + public function getMaxInstances() + { + return $this->maxInstances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesRequest.php new file mode 100644 index 000000000..c72bfd26c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesRequest.php @@ -0,0 +1,38 @@ +ingressRules = $ingressRules; + } + /** + * @return Google_Service_Appengine_FirewallRule + */ + public function getIngressRules() + { + return $this->ingressRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesResponse.php new file mode 100644 index 000000000..de06833af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/BatchUpdateIngressRulesResponse.php @@ -0,0 +1,38 @@ +ingressRules = $ingressRules; + } + /** + * @return Google_Service_Appengine_FirewallRule + */ + public function getIngressRules() + { + return $this->ingressRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/CertificateRawData.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/CertificateRawData.php new file mode 100644 index 000000000..ec01d9789 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/CertificateRawData.php @@ -0,0 +1,39 @@ +privateKey = $privateKey; + } + public function getPrivateKey() + { + return $this->privateKey; + } + public function setPublicCertificate($publicCertificate) + { + $this->publicCertificate = $publicCertificate; + } + public function getPublicCertificate() + { + return $this->publicCertificate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/CloudBuildOptions.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/CloudBuildOptions.php new file mode 100644 index 000000000..00393b127 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/CloudBuildOptions.php @@ -0,0 +1,39 @@ +appYamlPath = $appYamlPath; + } + public function getAppYamlPath() + { + return $this->appYamlPath; + } + public function setCloudBuildTimeout($cloudBuildTimeout) + { + $this->cloudBuildTimeout = $cloudBuildTimeout; + } + public function getCloudBuildTimeout() + { + return $this->cloudBuildTimeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ContainerInfo.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ContainerInfo.php new file mode 100644 index 000000000..6ce85d731 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ContainerInfo.php @@ -0,0 +1,30 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/CpuUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/CpuUtilization.php new file mode 100644 index 000000000..96ba8f0ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/CpuUtilization.php @@ -0,0 +1,39 @@ +aggregationWindowLength = $aggregationWindowLength; + } + public function getAggregationWindowLength() + { + return $this->aggregationWindowLength; + } + public function setTargetUtilization($targetUtilization) + { + $this->targetUtilization = $targetUtilization; + } + public function getTargetUtilization() + { + return $this->targetUtilization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1.php new file mode 100644 index 000000000..198bbb1af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1.php @@ -0,0 +1,30 @@ +cloudBuildId = $cloudBuildId; + } + public function getCloudBuildId() + { + return $this->cloudBuildId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Alpha.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Alpha.php new file mode 100644 index 000000000..2864d2f78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Alpha.php @@ -0,0 +1,30 @@ +cloudBuildId = $cloudBuildId; + } + public function getCloudBuildId() + { + return $this->cloudBuildId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Beta.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Beta.php new file mode 100644 index 000000000..ca911c993 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/CreateVersionMetadataV1Beta.php @@ -0,0 +1,30 @@ +cloudBuildId = $cloudBuildId; + } + public function getCloudBuildId() + { + return $this->cloudBuildId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/DebugInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/DebugInstanceRequest.php new file mode 100644 index 000000000..6b183c2c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/DebugInstanceRequest.php @@ -0,0 +1,30 @@ +sshKey = $sshKey; + } + public function getSshKey() + { + return $this->sshKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Deployment.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Deployment.php new file mode 100644 index 000000000..0d42e7e72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Deployment.php @@ -0,0 +1,85 @@ +cloudBuildOptions = $cloudBuildOptions; + } + /** + * @return Google_Service_Appengine_CloudBuildOptions + */ + public function getCloudBuildOptions() + { + return $this->cloudBuildOptions; + } + /** + * @param Google_Service_Appengine_ContainerInfo + */ + public function setContainer(Google_Service_Appengine_ContainerInfo $container) + { + $this->container = $container; + } + /** + * @return Google_Service_Appengine_ContainerInfo + */ + public function getContainer() + { + return $this->container; + } + /** + * @param Google_Service_Appengine_FileInfo + */ + public function setFiles($files) + { + $this->files = $files; + } + /** + * @return Google_Service_Appengine_FileInfo + */ + public function getFiles() + { + return $this->files; + } + /** + * @param Google_Service_Appengine_ZipInfo + */ + public function setZip(Google_Service_Appengine_ZipInfo $zip) + { + $this->zip = $zip; + } + /** + * @return Google_Service_Appengine_ZipInfo + */ + public function getZip() + { + return $this->zip; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.php new file mode 100644 index 000000000..1f73f94a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.php @@ -0,0 +1,57 @@ +targetReadBytesPerSecond = $targetReadBytesPerSecond; + } + public function getTargetReadBytesPerSecond() + { + return $this->targetReadBytesPerSecond; + } + public function setTargetReadOpsPerSecond($targetReadOpsPerSecond) + { + $this->targetReadOpsPerSecond = $targetReadOpsPerSecond; + } + public function getTargetReadOpsPerSecond() + { + return $this->targetReadOpsPerSecond; + } + public function setTargetWriteBytesPerSecond($targetWriteBytesPerSecond) + { + $this->targetWriteBytesPerSecond = $targetWriteBytesPerSecond; + } + public function getTargetWriteBytesPerSecond() + { + return $this->targetWriteBytesPerSecond; + } + public function setTargetWriteOpsPerSecond($targetWriteOpsPerSecond) + { + $this->targetWriteOpsPerSecond = $targetWriteOpsPerSecond; + } + public function getTargetWriteOpsPerSecond() + { + return $this->targetWriteOpsPerSecond; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/DomainMapping.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/DomainMapping.php new file mode 100644 index 000000000..abed46f3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/DomainMapping.php @@ -0,0 +1,72 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Appengine_ResourceRecord + */ + public function setResourceRecords($resourceRecords) + { + $this->resourceRecords = $resourceRecords; + } + /** + * @return Google_Service_Appengine_ResourceRecord + */ + public function getResourceRecords() + { + return $this->resourceRecords; + } + /** + * @param Google_Service_Appengine_SslSettings + */ + public function setSslSettings(Google_Service_Appengine_SslSettings $sslSettings) + { + $this->sslSettings = $sslSettings; + } + /** + * @return Google_Service_Appengine_SslSettings + */ + public function getSslSettings() + { + return $this->sslSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/EndpointsApiService.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/EndpointsApiService.php new file mode 100644 index 000000000..42f1294be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/EndpointsApiService.php @@ -0,0 +1,57 @@ +configId = $configId; + } + public function getConfigId() + { + return $this->configId; + } + public function setDisableTraceSampling($disableTraceSampling) + { + $this->disableTraceSampling = $disableTraceSampling; + } + public function getDisableTraceSampling() + { + return $this->disableTraceSampling; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRolloutStrategy($rolloutStrategy) + { + $this->rolloutStrategy = $rolloutStrategy; + } + public function getRolloutStrategy() + { + return $this->rolloutStrategy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Entrypoint.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Entrypoint.php new file mode 100644 index 000000000..2f2947daf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Entrypoint.php @@ -0,0 +1,30 @@ +shell = $shell; + } + public function getShell() + { + return $this->shell; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ErrorHandler.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ErrorHandler.php new file mode 100644 index 000000000..3d0b50ef2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ErrorHandler.php @@ -0,0 +1,48 @@ +errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setStaticFile($staticFile) + { + $this->staticFile = $staticFile; + } + public function getStaticFile() + { + return $this->staticFile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.php new file mode 100644 index 000000000..a48cefbf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.php @@ -0,0 +1,39 @@ +splitHealthChecks = $splitHealthChecks; + } + public function getSplitHealthChecks() + { + return $this->splitHealthChecks; + } + public function setUseContainerOptimizedOs($useContainerOptimizedOs) + { + $this->useContainerOptimizedOs = $useContainerOptimizedOs; + } + public function getUseContainerOptimizedOs() + { + return $this->useContainerOptimizedOs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/FileInfo.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/FileInfo.php new file mode 100644 index 000000000..e6b10ddaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/FileInfo.php @@ -0,0 +1,48 @@ +mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setSha1Sum($sha1Sum) + { + $this->sha1Sum = $sha1Sum; + } + public function getSha1Sum() + { + return $this->sha1Sum; + } + public function setSourceUrl($sourceUrl) + { + $this->sourceUrl = $sourceUrl; + } + public function getSourceUrl() + { + return $this->sourceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.php new file mode 100644 index 000000000..8533870b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.php @@ -0,0 +1,57 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setSourceRange($sourceRange) + { + $this->sourceRange = $sourceRange; + } + public function getSourceRange() + { + return $this->sourceRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.php new file mode 100644 index 000000000..6c6f24d21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.php @@ -0,0 +1,84 @@ +checkInterval = $checkInterval; + } + public function getCheckInterval() + { + return $this->checkInterval; + } + public function setDisableHealthCheck($disableHealthCheck) + { + $this->disableHealthCheck = $disableHealthCheck; + } + public function getDisableHealthCheck() + { + return $this->disableHealthCheck; + } + public function setHealthyThreshold($healthyThreshold) + { + $this->healthyThreshold = $healthyThreshold; + } + public function getHealthyThreshold() + { + return $this->healthyThreshold; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setRestartThreshold($restartThreshold) + { + $this->restartThreshold = $restartThreshold; + } + public function getRestartThreshold() + { + return $this->restartThreshold; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } + public function setUnhealthyThreshold($unhealthyThreshold) + { + $this->unhealthyThreshold = $unhealthyThreshold; + } + public function getUnhealthyThreshold() + { + return $this->unhealthyThreshold; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/IdentityAwareProxy.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/IdentityAwareProxy.php new file mode 100644 index 000000000..7b52ef88c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/IdentityAwareProxy.php @@ -0,0 +1,57 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setOauth2ClientId($oauth2ClientId) + { + $this->oauth2ClientId = $oauth2ClientId; + } + public function getOauth2ClientId() + { + return $this->oauth2ClientId; + } + public function setOauth2ClientSecret($oauth2ClientSecret) + { + $this->oauth2ClientSecret = $oauth2ClientSecret; + } + public function getOauth2ClientSecret() + { + return $this->oauth2ClientSecret; + } + public function setOauth2ClientSecretSha256($oauth2ClientSecretSha256) + { + $this->oauth2ClientSecretSha256 = $oauth2ClientSecretSha256; + } + public function getOauth2ClientSecretSha256() + { + return $this->oauth2ClientSecretSha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Instance.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Instance.php new file mode 100644 index 000000000..3ad64bb1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Instance.php @@ -0,0 +1,165 @@ +appEngineRelease = $appEngineRelease; + } + public function getAppEngineRelease() + { + return $this->appEngineRelease; + } + public function setAvailability($availability) + { + $this->availability = $availability; + } + public function getAvailability() + { + return $this->availability; + } + public function setAverageLatency($averageLatency) + { + $this->averageLatency = $averageLatency; + } + public function getAverageLatency() + { + return $this->averageLatency; + } + public function setErrors($errors) + { + $this->errors = $errors; + } + public function getErrors() + { + return $this->errors; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setMemoryUsage($memoryUsage) + { + $this->memoryUsage = $memoryUsage; + } + public function getMemoryUsage() + { + return $this->memoryUsage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setQps($qps) + { + $this->qps = $qps; + } + public function getQps() + { + return $this->qps; + } + public function setRequests($requests) + { + $this->requests = $requests; + } + public function getRequests() + { + return $this->requests; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setVmDebugEnabled($vmDebugEnabled) + { + $this->vmDebugEnabled = $vmDebugEnabled; + } + public function getVmDebugEnabled() + { + return $this->vmDebugEnabled; + } + public function setVmId($vmId) + { + $this->vmId = $vmId; + } + public function getVmId() + { + return $this->vmId; + } + public function setVmIp($vmIp) + { + $this->vmIp = $vmIp; + } + public function getVmIp() + { + return $this->vmIp; + } + public function setVmName($vmName) + { + $this->vmName = $vmName; + } + public function getVmName() + { + return $this->vmName; + } + public function setVmStatus($vmStatus) + { + $this->vmStatus = $vmStatus; + } + public function getVmStatus() + { + return $this->vmStatus; + } + public function setVmZoneName($vmZoneName) + { + $this->vmZoneName = $vmZoneName; + } + public function getVmZoneName() + { + return $this->vmZoneName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Library.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Library.php new file mode 100644 index 000000000..19c379ec7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Library.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedCertificatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedCertificatesResponse.php new file mode 100644 index 000000000..b924b9d0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedCertificatesResponse.php @@ -0,0 +1,47 @@ +certificates = $certificates; + } + /** + * @return Google_Service_Appengine_AuthorizedCertificate + */ + public function getCertificates() + { + return $this->certificates; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedDomainsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedDomainsResponse.php new file mode 100644 index 000000000..9e44a88d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListAuthorizedDomainsResponse.php @@ -0,0 +1,47 @@ +domains = $domains; + } + /** + * @return Google_Service_Appengine_AuthorizedDomain + */ + public function getDomains() + { + return $this->domains; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListDomainMappingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListDomainMappingsResponse.php new file mode 100644 index 000000000..581d73548 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListDomainMappingsResponse.php @@ -0,0 +1,47 @@ +domainMappings = $domainMappings; + } + /** + * @return Google_Service_Appengine_DomainMapping + */ + public function getDomainMappings() + { + return $this->domainMappings; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListIngressRulesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListIngressRulesResponse.php new file mode 100644 index 000000000..b1a519230 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListIngressRulesResponse.php @@ -0,0 +1,47 @@ +ingressRules = $ingressRules; + } + /** + * @return Google_Service_Appengine_FirewallRule + */ + public function getIngressRules() + { + return $this->ingressRules; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListInstancesResponse.php new file mode 100644 index 000000000..5e7ad9859 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListInstancesResponse.php @@ -0,0 +1,47 @@ +instances = $instances; + } + /** + * @return Google_Service_Appengine_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php new file mode 100644 index 000000000..eb96f0c83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_Appengine_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php new file mode 100644 index 000000000..4772a5816 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Appengine_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Appengine_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.php new file mode 100644 index 000000000..40711438b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Appengine_Service + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_Appengine_Service + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.php new file mode 100644 index 000000000..0dc80b935 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Appengine_Version + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_Appengine_Version + */ + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/LivenessCheck.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/LivenessCheck.php new file mode 100644 index 000000000..242502564 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/LivenessCheck.php @@ -0,0 +1,84 @@ +checkInterval = $checkInterval; + } + public function getCheckInterval() + { + return $this->checkInterval; + } + public function setFailureThreshold($failureThreshold) + { + $this->failureThreshold = $failureThreshold; + } + public function getFailureThreshold() + { + return $this->failureThreshold; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setInitialDelay($initialDelay) + { + $this->initialDelay = $initialDelay; + } + public function getInitialDelay() + { + return $this->initialDelay; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setSuccessThreshold($successThreshold) + { + $this->successThreshold = $successThreshold; + } + public function getSuccessThreshold() + { + return $this->successThreshold; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Location.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Location.php new file mode 100644 index 000000000..60ed28244 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php new file mode 100644 index 000000000..59099983d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php @@ -0,0 +1,39 @@ +flexibleEnvironmentAvailable = $flexibleEnvironmentAvailable; + } + public function getFlexibleEnvironmentAvailable() + { + return $this->flexibleEnvironmentAvailable; + } + public function setStandardEnvironmentAvailable($standardEnvironmentAvailable) + { + $this->standardEnvironmentAvailable = $standardEnvironmentAvailable; + } + public function getStandardEnvironmentAvailable() + { + return $this->standardEnvironmentAvailable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ManagedCertificate.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ManagedCertificate.php new file mode 100644 index 000000000..aa9f823f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ManagedCertificate.php @@ -0,0 +1,39 @@ +lastRenewalTime = $lastRenewalTime; + } + public function getLastRenewalTime() + { + return $this->lastRenewalTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ManualScaling.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ManualScaling.php new file mode 100644 index 000000000..1359a5ccb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ManualScaling.php @@ -0,0 +1,30 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Network.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Network.php new file mode 100644 index 000000000..5c1686590 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Network.php @@ -0,0 +1,67 @@ +forwardedPorts = $forwardedPorts; + } + public function getForwardedPorts() + { + return $this->forwardedPorts; + } + public function setInstanceTag($instanceTag) + { + $this->instanceTag = $instanceTag; + } + public function getInstanceTag() + { + return $this->instanceTag; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSessionAffinity($sessionAffinity) + { + $this->sessionAffinity = $sessionAffinity; + } + public function getSessionAffinity() + { + return $this->sessionAffinity; + } + public function setSubnetworkName($subnetworkName) + { + $this->subnetworkName = $subnetworkName; + } + public function getSubnetworkName() + { + return $this->subnetworkName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/NetworkUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/NetworkUtilization.php new file mode 100644 index 000000000..630ff9ea6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/NetworkUtilization.php @@ -0,0 +1,57 @@ +targetReceivedBytesPerSecond = $targetReceivedBytesPerSecond; + } + public function getTargetReceivedBytesPerSecond() + { + return $this->targetReceivedBytesPerSecond; + } + public function setTargetReceivedPacketsPerSecond($targetReceivedPacketsPerSecond) + { + $this->targetReceivedPacketsPerSecond = $targetReceivedPacketsPerSecond; + } + public function getTargetReceivedPacketsPerSecond() + { + return $this->targetReceivedPacketsPerSecond; + } + public function setTargetSentBytesPerSecond($targetSentBytesPerSecond) + { + $this->targetSentBytesPerSecond = $targetSentBytesPerSecond; + } + public function getTargetSentBytesPerSecond() + { + return $this->targetSentBytesPerSecond; + } + public function setTargetSentPacketsPerSecond($targetSentPacketsPerSecond) + { + $this->targetSentPacketsPerSecond = $targetSentPacketsPerSecond; + } + public function getTargetSentPacketsPerSecond() + { + return $this->targetSentPacketsPerSecond; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Operation.php new file mode 100644 index 000000000..31803ddfb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Appengine_Status + */ + public function setError(Google_Service_Appengine_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Appengine_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/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php new file mode 100644 index 000000000..56e2894e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php @@ -0,0 +1,101 @@ +createVersionMetadata = $createVersionMetadata; + } + /** + * @return Google_Service_Appengine_CreateVersionMetadataV1 + */ + public function getCreateVersionMetadata() + { + return $this->createVersionMetadata; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setEphemeralMessage($ephemeralMessage) + { + $this->ephemeralMessage = $ephemeralMessage; + } + public function getEphemeralMessage() + { + return $this->ephemeralMessage; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Alpha.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Alpha.php new file mode 100644 index 000000000..9faa526c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Alpha.php @@ -0,0 +1,101 @@ +createVersionMetadata = $createVersionMetadata; + } + /** + * @return Google_Service_Appengine_CreateVersionMetadataV1Alpha + */ + public function getCreateVersionMetadata() + { + return $this->createVersionMetadata; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setEphemeralMessage($ephemeralMessage) + { + $this->ephemeralMessage = $ephemeralMessage; + } + public function getEphemeralMessage() + { + return $this->ephemeralMessage; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta.php new file mode 100644 index 000000000..997ff8f4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta.php @@ -0,0 +1,101 @@ +createVersionMetadata = $createVersionMetadata; + } + /** + * @return Google_Service_Appengine_CreateVersionMetadataV1Beta + */ + public function getCreateVersionMetadata() + { + return $this->createVersionMetadata; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setEphemeralMessage($ephemeralMessage) + { + $this->ephemeralMessage = $ephemeralMessage; + } + public function getEphemeralMessage() + { + return $this->ephemeralMessage; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ReadinessCheck.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ReadinessCheck.php new file mode 100644 index 000000000..d0112d7db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ReadinessCheck.php @@ -0,0 +1,84 @@ +appStartTimeout = $appStartTimeout; + } + public function getAppStartTimeout() + { + return $this->appStartTimeout; + } + public function setCheckInterval($checkInterval) + { + $this->checkInterval = $checkInterval; + } + public function getCheckInterval() + { + return $this->checkInterval; + } + public function setFailureThreshold($failureThreshold) + { + $this->failureThreshold = $failureThreshold; + } + public function getFailureThreshold() + { + return $this->failureThreshold; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setSuccessThreshold($successThreshold) + { + $this->successThreshold = $successThreshold; + } + public function getSuccessThreshold() + { + return $this->successThreshold; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/RepairApplicationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/RepairApplicationRequest.php new file mode 100644 index 000000000..f752d8d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/RepairApplicationRequest.php @@ -0,0 +1,20 @@ +targetConcurrentRequests = $targetConcurrentRequests; + } + public function getTargetConcurrentRequests() + { + return $this->targetConcurrentRequests; + } + public function setTargetRequestCountPerSecond($targetRequestCountPerSecond) + { + $this->targetRequestCountPerSecond = $targetRequestCountPerSecond; + } + public function getTargetRequestCountPerSecond() + { + return $this->targetRequestCountPerSecond; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Apps.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Apps.php new file mode 100644 index 000000000..6913fadf9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Apps.php @@ -0,0 +1,106 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $apps = $appengineService->apps; + * + */ +class Google_Service_Appengine_Resource_Apps extends Google_Service_Resource +{ + /** + * Creates an App Engine application for a Google Cloud Platform project. + * Required fields: id - The ID of the target Cloud Platform project. location - + * The region (https://cloud.google.com/appengine/docs/locations) where you want + * the App Engine application located.For more information about App Engine + * applications, see Managing Projects, Applications, and Billing + * (https://cloud.google.com/appengine/docs/standard/python/console/). + * (apps.create) + * + * @param Google_Service_Appengine_Application $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function create(Google_Service_Appengine_Application $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Gets information about an application. (apps.get) + * + * @param string $appsId Part of `name`. Name of the Application resource to + * get. Example: apps/myapp. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Application + */ + public function get($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_Application"); + } + /** + * Updates the specified Application resource. You can update the following + * fields: auth_domain - Google authentication domain for controlling user + * access to the application. default_cookie_expiration - Cookie expiration + * policy for the application. (apps.patch) + * + * @param string $appsId Part of `name`. Name of the Application resource to + * update. Example: apps/myapp. + * @param Google_Service_Appengine_Application $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. + * @return Google_Service_Appengine_Operation + */ + public function patch($appsId, Google_Service_Appengine_Application $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Recreates the required App Engine features for the specified App Engine + * application, for example a Cloud Storage bucket or App Engine service + * account. Use this method if you receive an error message about a missing + * feature, for example, Error retrieving the App Engine service account. If you + * have deleted your App Engine service account, this will not be able to + * recreate it. Instead, you should attempt to use the IAM undelete API if + * possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAc + * counts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funi + * que_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID + * can be found in the Cloud Console Activity Log. (apps.repair) + * + * @param string $appsId Part of `name`. Name of the application to repair. + * Example: apps/myapp + * @param Google_Service_Appengine_RepairApplicationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function repair($appsId, Google_Service_Appengine_RepairApplicationRequest $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('repair', array($params), "Google_Service_Appengine_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedCertificates.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedCertificates.php new file mode 100644 index 000000000..db27a881f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedCertificates.php @@ -0,0 +1,124 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $authorizedCertificates = $appengineService->authorizedCertificates; + * + */ +class Google_Service_Appengine_Resource_AppsAuthorizedCertificates extends Google_Service_Resource +{ + /** + * Uploads the specified SSL certificate. (authorizedCertificates.create) + * + * @param string $appsId Part of `parent`. Name of the parent Application + * resource. Example: apps/myapp. + * @param Google_Service_Appengine_AuthorizedCertificate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_AuthorizedCertificate + */ + public function create($appsId, Google_Service_Appengine_AuthorizedCertificate $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Appengine_AuthorizedCertificate"); + } + /** + * Deletes the specified SSL certificate. (authorizedCertificates.delete) + * + * @param string $appsId Part of `name`. Name of the resource to delete. + * Example: apps/myapp/authorizedCertificates/12345. + * @param string $authorizedCertificatesId Part of `name`. See documentation of + * `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_AppengineEmpty + */ + public function delete($appsId, $authorizedCertificatesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Appengine_AppengineEmpty"); + } + /** + * Gets the specified SSL certificate. (authorizedCertificates.get) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/authorizedCertificates/12345. + * @param string $authorizedCertificatesId Part of `name`. See documentation of + * `appsId`. + * @param array $optParams Optional parameters. + * + * @opt_param string view Controls the set of fields returned in the GET + * response. + * @return Google_Service_Appengine_AuthorizedCertificate + */ + public function get($appsId, $authorizedCertificatesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_AuthorizedCertificate"); + } + /** + * Lists all SSL certificates the user is authorized to administer. + * (authorizedCertificates.listAppsAuthorizedCertificates) + * + * @param string $appsId Part of `parent`. Name of the parent Application + * resource. Example: apps/myapp. + * @param array $optParams Optional parameters. + * + * @opt_param string view Controls the set of fields returned in the LIST + * response. + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_Appengine_ListAuthorizedCertificatesResponse + */ + public function listAppsAuthorizedCertificates($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListAuthorizedCertificatesResponse"); + } + /** + * Updates the specified SSL certificate. To renew a certificate and maintain + * its existing domain mappings, update certificate_data with a new certificate. + * The new certificate must be applicable to the same domains as the original + * certificate. The certificate display_name may also be updated. + * (authorizedCertificates.patch) + * + * @param string $appsId Part of `name`. Name of the resource to update. + * Example: apps/myapp/authorizedCertificates/12345. + * @param string $authorizedCertificatesId Part of `name`. See documentation of + * `appsId`. + * @param Google_Service_Appengine_AuthorizedCertificate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. Updates are only supported on the certificate_raw_data and + * display_name fields. + * @return Google_Service_Appengine_AuthorizedCertificate + */ + public function patch($appsId, $authorizedCertificatesId, Google_Service_Appengine_AuthorizedCertificate $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Appengine_AuthorizedCertificate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedDomains.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedDomains.php new file mode 100644 index 000000000..63149803a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsAuthorizedDomains.php @@ -0,0 +1,47 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $authorizedDomains = $appengineService->authorizedDomains; + * + */ +class Google_Service_Appengine_Resource_AppsAuthorizedDomains extends Google_Service_Resource +{ + /** + * Lists all domains the user is authorized to administer. + * (authorizedDomains.listAppsAuthorizedDomains) + * + * @param string $appsId Part of `parent`. Name of the parent Application + * resource. Example: apps/myapp. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_Appengine_ListAuthorizedDomainsResponse + */ + public function listAppsAuthorizedDomains($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListAuthorizedDomainsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsDomainMappings.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsDomainMappings.php new file mode 100644 index 000000000..11bde13c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsDomainMappings.php @@ -0,0 +1,126 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $domainMappings = $appengineService->domainMappings; + * + */ +class Google_Service_Appengine_Resource_AppsDomainMappings extends Google_Service_Resource +{ + /** + * Maps a domain to an application. A user must be authorized to administer a + * domain in order to map it to an application. For a list of available + * authorized domains, see AuthorizedDomains.ListAuthorizedDomains. + * (domainMappings.create) + * + * @param string $appsId Part of `parent`. Name of the parent Application + * resource. Example: apps/myapp. + * @param Google_Service_Appengine_DomainMapping $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string overrideStrategy Whether the domain creation should + * override any existing mappings for this domain. By default, overrides are + * rejected. + * @return Google_Service_Appengine_Operation + */ + public function create($appsId, Google_Service_Appengine_DomainMapping $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Deletes the specified domain mapping. A user must be authorized to administer + * the associated domain in order to delete a DomainMapping resource. + * (domainMappings.delete) + * + * @param string $appsId Part of `name`. Name of the resource to delete. + * Example: apps/myapp/domainMappings/example.com. + * @param string $domainMappingsId Part of `name`. See documentation of + * `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function delete($appsId, $domainMappingsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'domainMappingsId' => $domainMappingsId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Gets the specified domain mapping. (domainMappings.get) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/domainMappings/example.com. + * @param string $domainMappingsId Part of `name`. See documentation of + * `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_DomainMapping + */ + public function get($appsId, $domainMappingsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'domainMappingsId' => $domainMappingsId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_DomainMapping"); + } + /** + * Lists the domain mappings on an application. + * (domainMappings.listAppsDomainMappings) + * + * @param string $appsId Part of `parent`. Name of the parent Application + * resource. Example: apps/myapp. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_Appengine_ListDomainMappingsResponse + */ + public function listAppsDomainMappings($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListDomainMappingsResponse"); + } + /** + * Updates the specified domain mapping. To map an SSL certificate to a domain + * mapping, update certificate_id to point to an AuthorizedCertificate resource. + * A user must be authorized to administer the associated domain in order to + * update a DomainMapping resource. (domainMappings.patch) + * + * @param string $appsId Part of `name`. Name of the resource to update. + * Example: apps/myapp/domainMappings/example.com. + * @param string $domainMappingsId Part of `name`. See documentation of + * `appsId`. + * @param Google_Service_Appengine_DomainMapping $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. + * @return Google_Service_Appengine_Operation + */ + public function patch($appsId, $domainMappingsId, Google_Service_Appengine_DomainMapping $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'domainMappingsId' => $domainMappingsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewall.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewall.php new file mode 100644 index 000000000..ed43c4d1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewall.php @@ -0,0 +1,28 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $firewall = $appengineService->firewall; + * + */ +class Google_Service_Appengine_Resource_AppsFirewall extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewallIngressRules.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewallIngressRules.php new file mode 100644 index 000000000..dc76e671a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsFirewallIngressRules.php @@ -0,0 +1,134 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $ingressRules = $appengineService->ingressRules; + * + */ +class Google_Service_Appengine_Resource_AppsFirewallIngressRules extends Google_Service_Resource +{ + /** + * Replaces the entire firewall ruleset in one bulk operation. This overrides + * and replaces the rules of an existing firewall with the new rules.If the + * final rule does not match traffic with the '*' wildcard IP range, then an + * "allow all" rule is explicitly added to the end of the list. + * (ingressRules.batchUpdate) + * + * @param string $appsId Part of `name`. Name of the Firewall collection to set. + * Example: apps/myapp/firewall/ingressRules. + * @param Google_Service_Appengine_BatchUpdateIngressRulesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_BatchUpdateIngressRulesResponse + */ + public function batchUpdate($appsId, Google_Service_Appengine_BatchUpdateIngressRulesRequest $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Appengine_BatchUpdateIngressRulesResponse"); + } + /** + * Creates a firewall rule for the application. (ingressRules.create) + * + * @param string $appsId Part of `parent`. Name of the parent Firewall + * collection in which to create a new rule. Example: + * apps/myapp/firewall/ingressRules. + * @param Google_Service_Appengine_FirewallRule $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_FirewallRule + */ + public function create($appsId, Google_Service_Appengine_FirewallRule $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Appengine_FirewallRule"); + } + /** + * Deletes the specified firewall rule. (ingressRules.delete) + * + * @param string $appsId Part of `name`. Name of the Firewall resource to + * delete. Example: apps/myapp/firewall/ingressRules/100. + * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_AppengineEmpty + */ + public function delete($appsId, $ingressRulesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'ingressRulesId' => $ingressRulesId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Appengine_AppengineEmpty"); + } + /** + * Gets the specified firewall rule. (ingressRules.get) + * + * @param string $appsId Part of `name`. Name of the Firewall resource to + * retrieve. Example: apps/myapp/firewall/ingressRules/100. + * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_FirewallRule + */ + public function get($appsId, $ingressRulesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'ingressRulesId' => $ingressRulesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_FirewallRule"); + } + /** + * Lists the firewall rules of an application. + * (ingressRules.listAppsFirewallIngressRules) + * + * @param string $appsId Part of `parent`. Name of the Firewall collection to + * retrieve. Example: apps/myapp/firewall/ingressRules. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum results to return per page. + * @opt_param string matchingAddress A valid IP Address. If set, only rules + * matching this address will be returned. The first returned rule will be the + * rule that fires on requests from this IP. + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_Appengine_ListIngressRulesResponse + */ + public function listAppsFirewallIngressRules($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListIngressRulesResponse"); + } + /** + * Updates the specified firewall rule. (ingressRules.patch) + * + * @param string $appsId Part of `name`. Name of the Firewall resource to + * update. Example: apps/myapp/firewall/ingressRules/100. + * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. + * @param Google_Service_Appengine_FirewallRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. + * @return Google_Service_Appengine_FirewallRule + */ + public function patch($appsId, $ingressRulesId, Google_Service_Appengine_FirewallRule $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'ingressRulesId' => $ingressRulesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Appengine_FirewallRule"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php new file mode 100644 index 000000000..a94d91248 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php @@ -0,0 +1,61 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $locations = $appengineService->locations; + * + */ +class Google_Service_Appengine_Resource_AppsLocations extends Google_Service_Resource +{ + /** + * Gets information about a location. (locations.get) + * + * @param string $appsId Part of `name`. Resource name for the location. + * @param string $locationsId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Location + */ + public function get($appsId, $locationsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'locationsId' => $locationsId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listAppsLocations) + * + * @param string $appsId Part of `name`. The resource that owns the locations + * collection, if applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Appengine_ListLocationsResponse + */ + public function listAppsLocations($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsOperations.php new file mode 100644 index 000000000..9bad0f310 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsOperations.php @@ -0,0 +1,70 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $operations = $appengineService->operations; + * + */ +class Google_Service_Appengine_Resource_AppsOperations extends Google_Service_Resource +{ + /** + * 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 $appsId Part of `name`. The name of the operation resource. + * @param string $operationsId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function get($appsId, $operationsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'operationsId' => $operationsId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_Operation"); + } + /** + * 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.listAppsOperations) + * + * @param string $appsId Part of `name`. The name of the operation's parent + * resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_Appengine_ListOperationsResponse + */ + public function listAppsOperations($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServices.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServices.php new file mode 100644 index 000000000..9c82b394b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServices.php @@ -0,0 +1,109 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $services = $appengineService->services; + * + */ +class Google_Service_Appengine_Resource_AppsServices extends Google_Service_Resource +{ + /** + * Deletes the specified service and all enclosed versions. (services.delete) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function delete($appsId, $servicesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Gets the current configuration of the specified service. (services.get) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Service + */ + public function get($appsId, $servicesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_Service"); + } + /** + * Lists all the services in the application. (services.listAppsServices) + * + * @param string $appsId Part of `parent`. Name of the parent Application + * resource. Example: apps/myapp. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum results to return per page. + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_Appengine_ListServicesResponse + */ + public function listAppsServices($appsId, $optParams = array()) + { + $params = array('appsId' => $appsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListServicesResponse"); + } + /** + * Updates the configuration of the specified service. (services.patch) + * + * @param string $appsId Part of `name`. Name of the resource to update. + * Example: apps/myapp/services/default. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param Google_Service_Appengine_Service $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. + * @opt_param bool migrateTraffic Set to true to gradually shift traffic to one + * or more versions that you specify. By default, traffic is shifted + * immediately. For gradual traffic migration, the target versions must be + * located within instances that are configured for both warmup requests + * (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services.versions#InboundServiceType) and + * automatic scaling (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must + * specify the shardBy (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. + * Gradual traffic migration is not supported in the App Engine flexible + * environment. For examples, see Migrating and Splitting Traffic + * (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting- + * traffic). + * @return Google_Service_Appengine_Operation + */ + public function patch($appsId, $servicesId, Google_Service_Appengine_Service $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersions.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersions.php new file mode 100644 index 000000000..8bcee9ee1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersions.php @@ -0,0 +1,160 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $versions = $appengineService->versions; + * + */ +class Google_Service_Appengine_Resource_AppsServicesVersions extends Google_Service_Resource +{ + /** + * Deploys code and resource files to a new version. (versions.create) + * + * @param string $appsId Part of `parent`. Name of the parent resource to create + * this version under. Example: apps/myapp/services/default. + * @param string $servicesId Part of `parent`. See documentation of `appsId`. + * @param Google_Service_Appengine_Version $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function create($appsId, $servicesId, Google_Service_Appengine_Version $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Deletes an existing Version resource. (versions.delete) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default/versions/v1. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param string $versionsId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function delete($appsId, $servicesId, $versionsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Gets the specified Version resource. By default, only a BASIC_VIEW will be + * returned. Specify the FULL_VIEW parameter to get the full resource. + * (versions.get) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default/versions/v1. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param string $versionsId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * + * @opt_param string view Controls the set of fields returned in the Get + * response. + * @return Google_Service_Appengine_Version + */ + public function get($appsId, $servicesId, $versionsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_Version"); + } + /** + * Lists the versions of a service. (versions.listAppsServicesVersions) + * + * @param string $appsId Part of `parent`. Name of the parent Service resource. + * Example: apps/myapp/services/default. + * @param string $servicesId Part of `parent`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @opt_param string view Controls the set of fields returned in the List + * response. + * @return Google_Service_Appengine_ListVersionsResponse + */ + public function listAppsServicesVersions($appsId, $servicesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListVersionsResponse"); + } + /** + * Updates the specified Version resource. You can specify the following fields + * depending on the App Engine environment and type of scaling that the version + * resource uses:Standard environment instance_class + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.instance_class)automatic scaling in the + * standard environment: automatic_scaling.min_idle_instances + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.automatic_scaling) + * automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs + * /admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_ + * scaling) automaticScaling.standard_scheduler_settings.max_instances + * (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) + * automaticScaling.standard_scheduler_settings.min_instances + * (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) + * automaticScaling.standard_scheduler_settings.target_cpu_utilization + * (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) + * automaticScaling.standard_scheduler_settings.target_throughput_utilization + * (https://cloud.google.com/appengine/docs/admin- + * api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic + * scaling or manual scaling in the standard environment: serving_status + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.serving_status)Flexible environment + * serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/r + * est/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling + * in the flexible environment: automatic_scaling.min_total_instances + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.automatic_scaling) + * automatic_scaling.max_total_instances + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.automatic_scaling) + * automatic_scaling.cool_down_period_sec + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.automatic_scaling) + * automatic_scaling.cpu_utilization.target_utilization + * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.ser + * vices.versions#Version.FIELDS.automatic_scaling) (versions.patch) + * + * @param string $appsId Part of `name`. Name of the resource to update. + * Example: apps/myapp/services/default/versions/1. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param string $versionsId Part of `name`. See documentation of `appsId`. + * @param Google_Service_Appengine_Version $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. + * @return Google_Service_Appengine_Operation + */ + public function patch($appsId, $servicesId, $versionsId, Google_Service_Appengine_Version $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Appengine_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersionsInstances.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersionsInstances.php new file mode 100644 index 000000000..08fe459a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsServicesVersionsInstances.php @@ -0,0 +1,119 @@ + + * $appengineService = new Google_Service_Appengine(...); + * $instances = $appengineService->instances; + * + */ +class Google_Service_Appengine_Resource_AppsServicesVersionsInstances extends Google_Service_Resource +{ + /** + * Enables debugging on a VM instance. This allows you to use the SSH command to + * connect to the virtual machine where the instance lives. While in "debug + * mode", the instance continues to serve live traffic. You should delete the + * instance when you are done debugging and then allow the system to take over + * and determine if another instance should be started.Only applicable for + * instances in App Engine flexible environment. (instances.debug) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default/versions/v1/instances/instance-1. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param string $versionsId Part of `name`. See documentation of `appsId`. + * @param string $instancesId Part of `name`. See documentation of `appsId`. + * @param Google_Service_Appengine_DebugInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function debug($appsId, $servicesId, $versionsId, $instancesId, Google_Service_Appengine_DebugInstanceRequest $postBody, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instancesId' => $instancesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('debug', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Stops a running instance.The instance might be automatically recreated based + * on the scaling settings of the version. For more information, see "How + * Instances are Managed" (standard environment + * (https://cloud.google.com/appengine/docs/standard/python/how-instances-are- + * managed) | flexible environment + * (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are- + * managed)).To ensure that instances are not re-created and avoid getting + * billed, you can stop all instances within the target version by changing the + * serving status of the version to 'STOPPEDwith the + * [apps.services.versions.patch`](https://cloud.google.com/appengine/docs + * /admin-api/reference/rest/v1/apps.services.versions/patch) method. + * (instances.delete) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default/versions/v1/instances/instance-1. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param string $versionsId Part of `name`. See documentation of `appsId`. + * @param string $instancesId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Operation + */ + public function delete($appsId, $servicesId, $versionsId, $instancesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instancesId' => $instancesId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Appengine_Operation"); + } + /** + * Gets instance information. (instances.get) + * + * @param string $appsId Part of `name`. Name of the resource requested. + * Example: apps/myapp/services/default/versions/v1/instances/instance-1. + * @param string $servicesId Part of `name`. See documentation of `appsId`. + * @param string $versionsId Part of `name`. See documentation of `appsId`. + * @param string $instancesId Part of `name`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * @return Google_Service_Appengine_Instance + */ + public function get($appsId, $servicesId, $versionsId, $instancesId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instancesId' => $instancesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Appengine_Instance"); + } + /** + * Lists the instances of a version.Tip: To aggregate details about instances + * over time, see the Stackdriver Monitoring API (https://cloud.google.com/monit + * oring/api/ref_v3/rest/v3/projects.timeSeries/list). + * (instances.listAppsServicesVersionsInstances) + * + * @param string $appsId Part of `parent`. Name of the parent Version resource. + * Example: apps/myapp/services/default/versions/v1. + * @param string $servicesId Part of `parent`. See documentation of `appsId`. + * @param string $versionsId Part of `parent`. See documentation of `appsId`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_Appengine_ListInstancesResponse + */ + public function listAppsServicesVersionsInstances($appsId, $servicesId, $versionsId, $optParams = array()) + { + $params = array('appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appengine_ListInstancesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ResourceRecord.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ResourceRecord.php new file mode 100644 index 000000000..197d7b649 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ResourceRecord.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRrdata($rrdata) + { + $this->rrdata = $rrdata; + } + public function getRrdata() + { + return $this->rrdata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php new file mode 100644 index 000000000..7a817ea95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php @@ -0,0 +1,65 @@ +cpu = $cpu; + } + public function getCpu() + { + return $this->cpu; + } + public function setDiskGb($diskGb) + { + $this->diskGb = $diskGb; + } + public function getDiskGb() + { + return $this->diskGb; + } + public function setMemoryGb($memoryGb) + { + $this->memoryGb = $memoryGb; + } + public function getMemoryGb() + { + return $this->memoryGb; + } + /** + * @param Google_Service_Appengine_Volume + */ + public function setVolumes($volumes) + { + $this->volumes = $volumes; + } + /** + * @return Google_Service_Appengine_Volume + */ + public function getVolumes() + { + return $this->volumes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ScriptHandler.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ScriptHandler.php new file mode 100644 index 000000000..71e7e4fa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ScriptHandler.php @@ -0,0 +1,30 @@ +scriptPath = $scriptPath; + } + public function getScriptPath() + { + return $this->scriptPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Service.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Service.php new file mode 100644 index 000000000..ee2320a56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Service.php @@ -0,0 +1,55 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Appengine_TrafficSplit + */ + public function setSplit(Google_Service_Appengine_TrafficSplit $split) + { + $this->split = $split; + } + /** + * @return Google_Service_Appengine_TrafficSplit + */ + public function getSplit() + { + return $this->split; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/SslSettings.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/SslSettings.php new file mode 100644 index 000000000..cd5106903 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/SslSettings.php @@ -0,0 +1,48 @@ +certificateId = $certificateId; + } + public function getCertificateId() + { + return $this->certificateId; + } + public function setPendingManagedCertificateId($pendingManagedCertificateId) + { + $this->pendingManagedCertificateId = $pendingManagedCertificateId; + } + public function getPendingManagedCertificateId() + { + return $this->pendingManagedCertificateId; + } + public function setSslManagementType($sslManagementType) + { + $this->sslManagementType = $sslManagementType; + } + public function getSslManagementType() + { + return $this->sslManagementType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/StandardSchedulerSettings.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/StandardSchedulerSettings.php new file mode 100644 index 000000000..c601c0f27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/StandardSchedulerSettings.php @@ -0,0 +1,57 @@ +maxInstances = $maxInstances; + } + public function getMaxInstances() + { + return $this->maxInstances; + } + public function setMinInstances($minInstances) + { + $this->minInstances = $minInstances; + } + public function getMinInstances() + { + return $this->minInstances; + } + public function setTargetCpuUtilization($targetCpuUtilization) + { + $this->targetCpuUtilization = $targetCpuUtilization; + } + public function getTargetCpuUtilization() + { + return $this->targetCpuUtilization; + } + public function setTargetThroughputUtilization($targetThroughputUtilization) + { + $this->targetThroughputUtilization = $targetThroughputUtilization; + } + public function getTargetThroughputUtilization() + { + return $this->targetThroughputUtilization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.php new file mode 100644 index 000000000..3c8c41ac9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.php @@ -0,0 +1,84 @@ +applicationReadable = $applicationReadable; + } + public function getApplicationReadable() + { + return $this->applicationReadable; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + public function setHttpHeaders($httpHeaders) + { + $this->httpHeaders = $httpHeaders; + } + public function getHttpHeaders() + { + return $this->httpHeaders; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setRequireMatchingFile($requireMatchingFile) + { + $this->requireMatchingFile = $requireMatchingFile; + } + public function getRequireMatchingFile() + { + return $this->requireMatchingFile; + } + public function setUploadPathRegex($uploadPathRegex) + { + $this->uploadPathRegex = $uploadPathRegex; + } + public function getUploadPathRegex() + { + return $this->uploadPathRegex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Status.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Status.php new file mode 100644 index 000000000..e18879e3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/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/vendor/google/apiclient-services/src/Google/Service/Appengine/TrafficSplit.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/TrafficSplit.php new file mode 100644 index 000000000..25740865e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/TrafficSplit.php @@ -0,0 +1,39 @@ +allocations = $allocations; + } + public function getAllocations() + { + return $this->allocations; + } + public function setShardBy($shardBy) + { + $this->shardBy = $shardBy; + } + public function getShardBy() + { + return $this->shardBy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/UrlDispatchRule.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/UrlDispatchRule.php new file mode 100644 index 000000000..c8fb05125 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/UrlDispatchRule.php @@ -0,0 +1,48 @@ +domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/UrlMap.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/UrlMap.php new file mode 100644 index 000000000..be4652322 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/UrlMap.php @@ -0,0 +1,114 @@ +apiEndpoint = $apiEndpoint; + } + /** + * @return Google_Service_Appengine_ApiEndpointHandler + */ + public function getApiEndpoint() + { + return $this->apiEndpoint; + } + public function setAuthFailAction($authFailAction) + { + $this->authFailAction = $authFailAction; + } + public function getAuthFailAction() + { + return $this->authFailAction; + } + public function setLogin($login) + { + $this->login = $login; + } + public function getLogin() + { + return $this->login; + } + public function setRedirectHttpResponseCode($redirectHttpResponseCode) + { + $this->redirectHttpResponseCode = $redirectHttpResponseCode; + } + public function getRedirectHttpResponseCode() + { + return $this->redirectHttpResponseCode; + } + /** + * @param Google_Service_Appengine_ScriptHandler + */ + public function setScript(Google_Service_Appengine_ScriptHandler $script) + { + $this->script = $script; + } + /** + * @return Google_Service_Appengine_ScriptHandler + */ + public function getScript() + { + return $this->script; + } + public function setSecurityLevel($securityLevel) + { + $this->securityLevel = $securityLevel; + } + public function getSecurityLevel() + { + return $this->securityLevel; + } + /** + * @param Google_Service_Appengine_StaticFilesHandler + */ + public function setStaticFiles(Google_Service_Appengine_StaticFilesHandler $staticFiles) + { + $this->staticFiles = $staticFiles; + } + /** + * @return Google_Service_Appengine_StaticFilesHandler + */ + public function getStaticFiles() + { + return $this->staticFiles; + } + public function setUrlRegex($urlRegex) + { + $this->urlRegex = $urlRegex; + } + public function getUrlRegex() + { + return $this->urlRegex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php new file mode 100644 index 000000000..464e6ce8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php @@ -0,0 +1,467 @@ +apiConfig = $apiConfig; + } + /** + * @return Google_Service_Appengine_ApiConfigHandler + */ + public function getApiConfig() + { + return $this->apiConfig; + } + /** + * @param Google_Service_Appengine_AutomaticScaling + */ + public function setAutomaticScaling(Google_Service_Appengine_AutomaticScaling $automaticScaling) + { + $this->automaticScaling = $automaticScaling; + } + /** + * @return Google_Service_Appengine_AutomaticScaling + */ + public function getAutomaticScaling() + { + return $this->automaticScaling; + } + /** + * @param Google_Service_Appengine_BasicScaling + */ + public function setBasicScaling(Google_Service_Appengine_BasicScaling $basicScaling) + { + $this->basicScaling = $basicScaling; + } + /** + * @return Google_Service_Appengine_BasicScaling + */ + public function getBasicScaling() + { + return $this->basicScaling; + } + public function setBetaSettings($betaSettings) + { + $this->betaSettings = $betaSettings; + } + public function getBetaSettings() + { + return $this->betaSettings; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCreatedBy($createdBy) + { + $this->createdBy = $createdBy; + } + public function getCreatedBy() + { + return $this->createdBy; + } + public function setDefaultExpiration($defaultExpiration) + { + $this->defaultExpiration = $defaultExpiration; + } + public function getDefaultExpiration() + { + return $this->defaultExpiration; + } + /** + * @param Google_Service_Appengine_Deployment + */ + public function setDeployment(Google_Service_Appengine_Deployment $deployment) + { + $this->deployment = $deployment; + } + /** + * @return Google_Service_Appengine_Deployment + */ + public function getDeployment() + { + return $this->deployment; + } + public function setDiskUsageBytes($diskUsageBytes) + { + $this->diskUsageBytes = $diskUsageBytes; + } + public function getDiskUsageBytes() + { + return $this->diskUsageBytes; + } + /** + * @param Google_Service_Appengine_EndpointsApiService + */ + public function setEndpointsApiService(Google_Service_Appengine_EndpointsApiService $endpointsApiService) + { + $this->endpointsApiService = $endpointsApiService; + } + /** + * @return Google_Service_Appengine_EndpointsApiService + */ + public function getEndpointsApiService() + { + return $this->endpointsApiService; + } + /** + * @param Google_Service_Appengine_Entrypoint + */ + public function setEntrypoint(Google_Service_Appengine_Entrypoint $entrypoint) + { + $this->entrypoint = $entrypoint; + } + /** + * @return Google_Service_Appengine_Entrypoint + */ + public function getEntrypoint() + { + return $this->entrypoint; + } + public function setEnv($env) + { + $this->env = $env; + } + public function getEnv() + { + return $this->env; + } + public function setEnvVariables($envVariables) + { + $this->envVariables = $envVariables; + } + public function getEnvVariables() + { + return $this->envVariables; + } + /** + * @param Google_Service_Appengine_ErrorHandler + */ + public function setErrorHandlers($errorHandlers) + { + $this->errorHandlers = $errorHandlers; + } + /** + * @return Google_Service_Appengine_ErrorHandler + */ + public function getErrorHandlers() + { + return $this->errorHandlers; + } + /** + * @param Google_Service_Appengine_UrlMap + */ + public function setHandlers($handlers) + { + $this->handlers = $handlers; + } + /** + * @return Google_Service_Appengine_UrlMap + */ + public function getHandlers() + { + return $this->handlers; + } + /** + * @param Google_Service_Appengine_HealthCheck + */ + public function setHealthCheck(Google_Service_Appengine_HealthCheck $healthCheck) + { + $this->healthCheck = $healthCheck; + } + /** + * @return Google_Service_Appengine_HealthCheck + */ + public function getHealthCheck() + { + return $this->healthCheck; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInboundServices($inboundServices) + { + $this->inboundServices = $inboundServices; + } + public function getInboundServices() + { + return $this->inboundServices; + } + public function setInstanceClass($instanceClass) + { + $this->instanceClass = $instanceClass; + } + public function getInstanceClass() + { + return $this->instanceClass; + } + /** + * @param Google_Service_Appengine_Library + */ + public function setLibraries($libraries) + { + $this->libraries = $libraries; + } + /** + * @return Google_Service_Appengine_Library + */ + public function getLibraries() + { + return $this->libraries; + } + /** + * @param Google_Service_Appengine_LivenessCheck + */ + public function setLivenessCheck(Google_Service_Appengine_LivenessCheck $livenessCheck) + { + $this->livenessCheck = $livenessCheck; + } + /** + * @return Google_Service_Appengine_LivenessCheck + */ + public function getLivenessCheck() + { + return $this->livenessCheck; + } + /** + * @param Google_Service_Appengine_ManualScaling + */ + public function setManualScaling(Google_Service_Appengine_ManualScaling $manualScaling) + { + $this->manualScaling = $manualScaling; + } + /** + * @return Google_Service_Appengine_ManualScaling + */ + public function getManualScaling() + { + return $this->manualScaling; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Appengine_Network + */ + public function setNetwork(Google_Service_Appengine_Network $network) + { + $this->network = $network; + } + /** + * @return Google_Service_Appengine_Network + */ + public function getNetwork() + { + return $this->network; + } + public function setNobuildFilesRegex($nobuildFilesRegex) + { + $this->nobuildFilesRegex = $nobuildFilesRegex; + } + public function getNobuildFilesRegex() + { + return $this->nobuildFilesRegex; + } + /** + * @param Google_Service_Appengine_ReadinessCheck + */ + public function setReadinessCheck(Google_Service_Appengine_ReadinessCheck $readinessCheck) + { + $this->readinessCheck = $readinessCheck; + } + /** + * @return Google_Service_Appengine_ReadinessCheck + */ + public function getReadinessCheck() + { + return $this->readinessCheck; + } + /** + * @param Google_Service_Appengine_Resources + */ + public function setResources(Google_Service_Appengine_Resources $resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Appengine_Resources + */ + public function getResources() + { + return $this->resources; + } + public function setRuntime($runtime) + { + $this->runtime = $runtime; + } + public function getRuntime() + { + return $this->runtime; + } + public function setRuntimeApiVersion($runtimeApiVersion) + { + $this->runtimeApiVersion = $runtimeApiVersion; + } + public function getRuntimeApiVersion() + { + return $this->runtimeApiVersion; + } + public function setRuntimeChannel($runtimeChannel) + { + $this->runtimeChannel = $runtimeChannel; + } + public function getRuntimeChannel() + { + return $this->runtimeChannel; + } + public function setRuntimeMainExecutablePath($runtimeMainExecutablePath) + { + $this->runtimeMainExecutablePath = $runtimeMainExecutablePath; + } + public function getRuntimeMainExecutablePath() + { + return $this->runtimeMainExecutablePath; + } + public function setServingStatus($servingStatus) + { + $this->servingStatus = $servingStatus; + } + public function getServingStatus() + { + return $this->servingStatus; + } + public function setThreadsafe($threadsafe) + { + $this->threadsafe = $threadsafe; + } + public function getThreadsafe() + { + return $this->threadsafe; + } + public function setVersionUrl($versionUrl) + { + $this->versionUrl = $versionUrl; + } + public function getVersionUrl() + { + return $this->versionUrl; + } + public function setVm($vm) + { + $this->vm = $vm; + } + public function getVm() + { + return $this->vm; + } + /** + * @param Google_Service_Appengine_VpcAccessConnector + */ + public function setVpcAccessConnector(Google_Service_Appengine_VpcAccessConnector $vpcAccessConnector) + { + $this->vpcAccessConnector = $vpcAccessConnector; + } + /** + * @return Google_Service_Appengine_VpcAccessConnector + */ + public function getVpcAccessConnector() + { + return $this->vpcAccessConnector; + } + public function setZones($zones) + { + $this->zones = $zones; + } + public function getZones() + { + return $this->zones; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Volume.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Volume.php new file mode 100644 index 000000000..b718fc088 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Volume.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSizeGb($sizeGb) + { + $this->sizeGb = $sizeGb; + } + public function getSizeGb() + { + return $this->sizeGb; + } + public function setVolumeType($volumeType) + { + $this->volumeType = $volumeType; + } + public function getVolumeType() + { + return $this->volumeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/VpcAccessConnector.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/VpcAccessConnector.php new file mode 100644 index 000000000..d1c1d51e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/VpcAccessConnector.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ZipInfo.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ZipInfo.php new file mode 100644 index 000000000..8119c4f7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ZipInfo.php @@ -0,0 +1,39 @@ +filesCount = $filesCount; + } + public function getFilesCount() + { + return $this->filesCount; + } + public function setSourceUrl($sourceUrl) + { + $this->sourceUrl = $sourceUrl; + } + public function getSourceUrl() + { + return $this->sourceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity.php new file mode 100644 index 000000000..5f5fb0f99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity.php @@ -0,0 +1,98 @@ + + * Provides a historical view of activity. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Appsactivity extends Google_Service +{ + /** View the activity history of your Google apps. */ + const ACTIVITY = + "https://www.googleapis.com/auth/activity"; + + public $activities; + + /** + * Constructs the internal representation of the Appsactivity 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 = 'appsactivity/v1/'; + $this->batchPath = 'batch/appsactivity/v1'; + $this->version = 'v1'; + $this->serviceName = 'appsactivity'; + + $this->activities = new Google_Service_Appsactivity_Resource_Activities( + $this, + $this->serviceName, + 'activities', + array( + 'methods' => array( + 'list' => array( + 'path' => 'activities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'drive.ancestorId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'drive.fileId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupingStrategy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Activity.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Activity.php new file mode 100644 index 000000000..e59a324e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Activity.php @@ -0,0 +1,54 @@ +combinedEvent = $combinedEvent; + } + /** + * @return Google_Service_Appsactivity_Event + */ + public function getCombinedEvent() + { + return $this->combinedEvent; + } + /** + * @param Google_Service_Appsactivity_Event + */ + public function setSingleEvents($singleEvents) + { + $this->singleEvents = $singleEvents; + } + /** + * @return Google_Service_Appsactivity_Event + */ + public function getSingleEvents() + { + return $this->singleEvents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.php new file mode 100644 index 000000000..229604699 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsRoot($isRoot) + { + $this->isRoot = $isRoot; + } + public function getIsRoot() + { + return $this->isRoot; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Event.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Event.php new file mode 100644 index 000000000..7f8e15e93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Event.php @@ -0,0 +1,138 @@ +additionalEventTypes = $additionalEventTypes; + } + public function getAdditionalEventTypes() + { + return $this->additionalEventTypes; + } + public function setEventTimeMillis($eventTimeMillis) + { + $this->eventTimeMillis = $eventTimeMillis; + } + public function getEventTimeMillis() + { + return $this->eventTimeMillis; + } + public function setFromUserDeletion($fromUserDeletion) + { + $this->fromUserDeletion = $fromUserDeletion; + } + public function getFromUserDeletion() + { + return $this->fromUserDeletion; + } + /** + * @param Google_Service_Appsactivity_Move + */ + public function setMove(Google_Service_Appsactivity_Move $move) + { + $this->move = $move; + } + /** + * @return Google_Service_Appsactivity_Move + */ + public function getMove() + { + return $this->move; + } + /** + * @param Google_Service_Appsactivity_PermissionChange + */ + public function setPermissionChanges($permissionChanges) + { + $this->permissionChanges = $permissionChanges; + } + /** + * @return Google_Service_Appsactivity_PermissionChange + */ + public function getPermissionChanges() + { + return $this->permissionChanges; + } + public function setPrimaryEventType($primaryEventType) + { + $this->primaryEventType = $primaryEventType; + } + public function getPrimaryEventType() + { + return $this->primaryEventType; + } + /** + * @param Google_Service_Appsactivity_Rename + */ + public function setRename(Google_Service_Appsactivity_Rename $rename) + { + $this->rename = $rename; + } + /** + * @return Google_Service_Appsactivity_Rename + */ + public function getRename() + { + return $this->rename; + } + /** + * @param Google_Service_Appsactivity_Target + */ + public function setTarget(Google_Service_Appsactivity_Target $target) + { + $this->target = $target; + } + /** + * @return Google_Service_Appsactivity_Target + */ + public function getTarget() + { + return $this->target; + } + /** + * @param Google_Service_Appsactivity_User + */ + public function setUser(Google_Service_Appsactivity_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_Appsactivity_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.php new file mode 100644 index 000000000..1b4a7ea8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.php @@ -0,0 +1,47 @@ +activities = $activities; + } + /** + * @return Google_Service_Appsactivity_Activity + */ + public function getActivities() + { + return $this->activities; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php new file mode 100644 index 000000000..e60417c0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php @@ -0,0 +1,54 @@ +addedParents = $addedParents; + } + /** + * @return Google_Service_Appsactivity_AppsactivityParent + */ + public function getAddedParents() + { + return $this->addedParents; + } + /** + * @param Google_Service_Appsactivity_AppsactivityParent + */ + public function setRemovedParents($removedParents) + { + $this->removedParents = $removedParents; + } + /** + * @return Google_Service_Appsactivity_AppsactivityParent + */ + public function getRemovedParents() + { + return $this->removedParents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.php new file mode 100644 index 000000000..4f808d2f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.php @@ -0,0 +1,82 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPermissionId($permissionId) + { + $this->permissionId = $permissionId; + } + public function getPermissionId() + { + return $this->permissionId; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_Appsactivity_User + */ + public function setUser(Google_Service_Appsactivity_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_Appsactivity_User + */ + public function getUser() + { + return $this->user; + } + public function setWithLink($withLink) + { + $this->withLink = $withLink; + } + public function getWithLink() + { + return $this->withLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php new file mode 100644 index 000000000..de195d9c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php @@ -0,0 +1,54 @@ +addedPermissions = $addedPermissions; + } + /** + * @return Google_Service_Appsactivity_Permission + */ + public function getAddedPermissions() + { + return $this->addedPermissions; + } + /** + * @param Google_Service_Appsactivity_Permission + */ + public function setRemovedPermissions($removedPermissions) + { + $this->removedPermissions = $removedPermissions; + } + /** + * @return Google_Service_Appsactivity_Permission + */ + public function getRemovedPermissions() + { + return $this->removedPermissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.php new file mode 100644 index 000000000..65d3efe6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Rename.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Rename.php new file mode 100644 index 000000000..6355c1433 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Rename.php @@ -0,0 +1,39 @@ +newTitle = $newTitle; + } + public function getNewTitle() + { + return $this->newTitle; + } + public function setOldTitle($oldTitle) + { + $this->oldTitle = $oldTitle; + } + public function getOldTitle() + { + return $this->oldTitle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Resource/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Resource/Activities.php new file mode 100644 index 000000000..36e008227 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Resource/Activities.php @@ -0,0 +1,60 @@ + + * $appsactivityService = new Google_Service_Appsactivity(...); + * $activities = $appsactivityService->activities; + * + */ +class Google_Service_Appsactivity_Resource_Activities extends Google_Service_Resource +{ + /** + * Returns a list of activities visible to the current logged in user. Visible + * activities are determined by the visibility settings of the object that was + * acted on, e.g. Drive files a user can see. An activity is a record of past + * events. Multiple events may be merged if they are similar. A request is + * scoped to activities from a given Google service using the source parameter. + * (activities.listActivities) + * + * @param array $optParams Optional parameters. + * + * @opt_param string drive.ancestorId Identifies the Drive folder containing the + * items for which to return activities. + * @opt_param string drive.fileId Identifies the Drive item to return activities + * for. + * @opt_param string groupingStrategy Indicates the strategy to use when + * grouping singleEvents items in the associated combinedEvent object. + * @opt_param int pageSize The maximum number of events to return on a page. The + * response includes a continuation token if there are more events. + * @opt_param string pageToken A token to retrieve a specific page of results. + * @opt_param string source The Google service from which to return activities. + * Possible values of source are: - drive.google.com + * @opt_param string userId The ID used for ACL checks (does not filter the + * resulting event list by the assigned value). Use the special value me to + * indicate the currently authenticated user. + * @return Google_Service_Appsactivity_ListActivitiesResponse + */ + public function listActivities($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Appsactivity_ListActivitiesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Target.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Target.php new file mode 100644 index 000000000..af06e632b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Target.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/User.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/User.php new file mode 100644 index 000000000..f77a7aca2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/User.php @@ -0,0 +1,73 @@ +isDeleted = $isDeleted; + } + public function getIsDeleted() + { + return $this->isDeleted; + } + public function setIsMe($isMe) + { + $this->isMe = $isMe; + } + public function getIsMe() + { + return $this->isMe; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPermissionId($permissionId) + { + $this->permissionId = $permissionId; + } + public function getPermissionId() + { + return $this->permissionId; + } + /** + * @param Google_Service_Appsactivity_Photo + */ + public function setPhoto(Google_Service_Appsactivity_Photo $photo) + { + $this->photo = $photo; + } + /** + * @return Google_Service_Appsactivity_Photo + */ + public function getPhoto() + { + return $this->photo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler.php new file mode 100644 index 000000000..d512665f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler.php @@ -0,0 +1,299 @@ + + * The Google Compute Engine Autoscaler API provides autoscaling for groups of + * Cloud VMs. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Autoscaler extends Google_Service +{ + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + /** View your Google Compute Engine resources. */ + const COMPUTE_READONLY = + "https://www.googleapis.com/auth/compute.readonly"; + + public $autoscalers; + public $zoneOperations; + public $zones; + + /** + * Constructs the internal representation of the Autoscaler service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'autoscaler/v1beta2/'; + $this->version = 'v1beta2'; + $this->serviceName = 'autoscaler'; + + $this->autoscalers = new Google_Service_Autoscaler_Resource_Autoscalers( + $this, + $this->serviceName, + 'autoscalers', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/zones/{zone}/autoscalers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/zones/{zone}/autoscalers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->zoneOperations = new Google_Service_Autoscaler_Resource_ZoneOperations( + $this, + $this->serviceName, + 'zoneOperations', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->zones = new Google_Service_Autoscaler_Resource_Zones( + $this, + $this->serviceName, + 'zones', + array( + 'methods' => array( + 'list' => array( + 'path' => 'zones', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'project' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Autoscaler.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Autoscaler.php new file mode 100644 index 000000000..a27d3bc70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Autoscaler.php @@ -0,0 +1,94 @@ +autoscalingPolicy = $autoscalingPolicy; + } + public function getAutoscalingPolicy() + { + return $this->autoscalingPolicy; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalerListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalerListResponse.php new file mode 100644 index 000000000..83866a55d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalerListResponse.php @@ -0,0 +1,50 @@ +items = $items; + } + 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/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicy.php new file mode 100644 index 000000000..5f130bdc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicy.php @@ -0,0 +1,79 @@ +coolDownPeriodSec = $coolDownPeriodSec; + } + public function getCoolDownPeriodSec() + { + return $this->coolDownPeriodSec; + } + public function setCpuUtilization(Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization $cpuUtilization) + { + $this->cpuUtilization = $cpuUtilization; + } + public function getCpuUtilization() + { + return $this->cpuUtilization; + } + public function setCustomMetricUtilizations($customMetricUtilizations) + { + $this->customMetricUtilizations = $customMetricUtilizations; + } + public function getCustomMetricUtilizations() + { + return $this->customMetricUtilizations; + } + public function setLoadBalancingUtilization(Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization) + { + $this->loadBalancingUtilization = $loadBalancingUtilization; + } + public function getLoadBalancingUtilization() + { + return $this->loadBalancingUtilization; + } + public function setMaxNumReplicas($maxNumReplicas) + { + $this->maxNumReplicas = $maxNumReplicas; + } + public function getMaxNumReplicas() + { + return $this->maxNumReplicas; + } + public function setMinNumReplicas($minNumReplicas) + { + $this->minNumReplicas = $minNumReplicas; + } + public function getMinNumReplicas() + { + return $this->minNumReplicas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCpuUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCpuUtilization.php new file mode 100644 index 000000000..c242c4b33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCpuUtilization.php @@ -0,0 +1,30 @@ +utilizationTarget = $utilizationTarget; + } + public function getUtilizationTarget() + { + return $this->utilizationTarget; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCustomMetricUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCustomMetricUtilization.php new file mode 100644 index 000000000..f1db2ffb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyCustomMetricUtilization.php @@ -0,0 +1,48 @@ +metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setUtilizationTarget($utilizationTarget) + { + $this->utilizationTarget = $utilizationTarget; + } + public function getUtilizationTarget() + { + return $this->utilizationTarget; + } + public function setUtilizationTargetType($utilizationTargetType) + { + $this->utilizationTargetType = $utilizationTargetType; + } + public function getUtilizationTargetType() + { + return $this->utilizationTargetType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyLoadBalancingUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyLoadBalancingUtilization.php new file mode 100644 index 000000000..d86055888 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/AutoscalingPolicyLoadBalancingUtilization.php @@ -0,0 +1,30 @@ +utilizationTarget = $utilizationTarget; + } + public function getUtilizationTarget() + { + return $this->utilizationTarget; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/DeprecationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/DeprecationStatus.php new file mode 100644 index 000000000..b3b522746 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/DeprecationStatus.php @@ -0,0 +1,66 @@ +deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDeprecated($deprecated) + { + $this->deprecated = $deprecated; + } + public function getDeprecated() + { + return $this->deprecated; + } + public function setObsolete($obsolete) + { + $this->obsolete = $obsolete; + } + public function getObsolete() + { + return $this->obsolete; + } + public function setReplacement($replacement) + { + $this->replacement = $replacement; + } + public function getReplacement() + { + return $this->replacement; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Operation.php new file mode 100644 index 000000000..e20c3e260 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Operation.php @@ -0,0 +1,231 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + 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 setError(Google_Service_Autoscaler_OperationError $error) + { + $this->error = $error; + } + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationError.php new file mode 100644 index 000000000..c3a13ab43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationError.php @@ -0,0 +1,32 @@ +errors = $errors; + } + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationErrorErrors.php new file mode 100644 index 000000000..8d6ab9c4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationList.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationList.php new file mode 100644 index 000000000..3496cd988 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationList.php @@ -0,0 +1,68 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setItems($items) + { + $this->items = $items; + } + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarnings.php new file mode 100644 index 000000000..95c324394 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarnings.php @@ -0,0 +1,50 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarningsData.php new file mode 100644 index 000000000..6ffad137a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Autoscalers.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Autoscalers.php new file mode 100644 index 000000000..5f11f6292 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Autoscalers.php @@ -0,0 +1,124 @@ + + * $autoscalerService = new Google_Service_Autoscaler(...); + * $autoscalers = $autoscalerService->autoscalers; + * + */ +class Google_Service_Autoscaler_Resource_Autoscalers extends Google_Service_Resource +{ + /** + * Deletes the specified Autoscaler resource. (autoscalers.delete) + * + * @param string $project Project ID of Autoscaler resource. + * @param string $zone Zone name of Autoscaler resource. + * @param string $autoscaler Name of the Autoscaler resource. + * @param array $optParams Optional parameters. + * @return Google_Service_Autoscaler_Operation + */ + public function delete($project, $zone, $autoscaler, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Autoscaler_Operation"); + } + /** + * Gets the specified Autoscaler resource. (autoscalers.get) + * + * @param string $project Project ID of Autoscaler resource. + * @param string $zone Zone name of Autoscaler resource. + * @param string $autoscaler Name of the Autoscaler resource. + * @param array $optParams Optional parameters. + * @return Google_Service_Autoscaler_Autoscaler + */ + public function get($project, $zone, $autoscaler, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Autoscaler_Autoscaler"); + } + /** + * Adds new Autoscaler resource. (autoscalers.insert) + * + * @param string $project Project ID of Autoscaler resource. + * @param string $zone Zone name of Autoscaler resource. + * @param Google_Service_Autoscaler_Autoscaler $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Autoscaler_Operation + */ + public function insert($project, $zone, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Autoscaler_Operation"); + } + /** + * Lists all Autoscaler resources in this zone. (autoscalers.listAutoscalers) + * + * @param string $project Project ID of Autoscaler resource. + * @param string $zone Zone name of Autoscaler resource. + * @param array $optParams Optional parameters. + * + * @opt_param string filter + * @opt_param string maxResults + * @opt_param string pageToken + * @return Google_Service_Autoscaler_AutoscalerListResponse + */ + public function listAutoscalers($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Autoscaler_AutoscalerListResponse"); + } + /** + * Update the entire content of the Autoscaler resource. This method supports + * patch semantics. (autoscalers.patch) + * + * @param string $project Project ID of Autoscaler resource. + * @param string $zone Zone name of Autoscaler resource. + * @param string $autoscaler Name of the Autoscaler resource. + * @param Google_Service_Autoscaler_Autoscaler $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Autoscaler_Operation + */ + public function patch($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Autoscaler_Operation"); + } + /** + * Update the entire content of the Autoscaler resource. (autoscalers.update) + * + * @param string $project Project ID of Autoscaler resource. + * @param string $zone Zone name of Autoscaler resource. + * @param string $autoscaler Name of the Autoscaler resource. + * @param Google_Service_Autoscaler_Autoscaler $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Autoscaler_Operation + */ + public function update($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Autoscaler_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/ZoneOperations.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/ZoneOperations.php new file mode 100644 index 000000000..282fe2e6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/ZoneOperations.php @@ -0,0 +1,78 @@ + + * $autoscalerService = new Google_Service_Autoscaler(...); + * $zoneOperations = $autoscalerService->zoneOperations; + * + */ +class Google_Service_Autoscaler_Resource_ZoneOperations extends Google_Service_Resource +{ + /** + * Deletes the specified zone-specific operation resource. + * (zoneOperations.delete) + * + * @param string $project + * @param string $zone + * @param string $operation + * @param array $optParams Optional parameters. + */ + public function delete($project, $zone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the specified zone-specific operation resource. + * (zoneOperations.get) + * + * @param string $project + * @param string $zone + * @param string $operation + * @param array $optParams Optional parameters. + * @return Google_Service_Autoscaler_Operation + */ + public function get($project, $zone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Autoscaler_Operation"); + } + /** + * Retrieves the list of operation resources contained within the specified + * zone. (zoneOperations.listZoneOperations) + * + * @param string $project + * @param string $zone + * @param array $optParams Optional parameters. + * + * @opt_param string filter + * @opt_param string maxResults + * @opt_param string pageToken + * @return Google_Service_Autoscaler_OperationList + */ + public function listZoneOperations($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Autoscaler_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Zones.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Zones.php new file mode 100644 index 000000000..9f8e9bc6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Resource/Zones.php @@ -0,0 +1,45 @@ + + * $autoscalerService = new Google_Service_Autoscaler(...); + * $zones = $autoscalerService->zones; + * + */ +class Google_Service_Autoscaler_Resource_Zones extends Google_Service_Resource +{ + /** + * (zones.listZones) + * + * @param array $optParams Optional parameters. + * + * @opt_param string filter + * @opt_param string maxResults + * @opt_param string pageToken + * @opt_param string project + * @return Google_Service_Autoscaler_ZoneList + */ + public function listZones($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Autoscaler_ZoneList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Zone.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Zone.php new file mode 100644 index 000000000..d5457d12e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/Zone.php @@ -0,0 +1,103 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDeprecated(Google_Service_Autoscaler_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Autoscaler/ZoneList.php b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/ZoneList.php new file mode 100644 index 000000000..b73d404ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler/ZoneList.php @@ -0,0 +1,68 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setItems($items) + { + $this->items = $items; + } + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php new file mode 100644 index 000000000..685d990eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php @@ -0,0 +1,175 @@ + + * Allows users to manage BigQuery connections to external data sources. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +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. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations_connections; + + /** + * Constructs the internal representation of the BigQueryConnectionService + * 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://bigqueryconnection.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'bigqueryconnection'; + + $this->projects_locations_connections = new Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections( + $this, + $this->serviceName, + 'connections', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/connections', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'connectionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/connections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateCredential' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.php new file mode 100644 index 000000000..5bc2c157b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_BigQueryConnectionService_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.php new file mode 100644 index 000000000..b4aa8f78e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.php new file mode 100644 index 000000000..f7ec6d52d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.php @@ -0,0 +1,20 @@ +condition = $condition; + } + /** + * @return Google_Service_BigQueryConnectionService_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.php new file mode 100644 index 000000000..595f6720f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.php @@ -0,0 +1,39 @@ +password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.php new file mode 100644 index 000000000..3f094d799 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.php @@ -0,0 +1,48 @@ +database = $database; + } + public function getDatabase() + { + return $this->database; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.php new file mode 100644 index 000000000..b6db6e59a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.php @@ -0,0 +1,91 @@ +cloudSql = $cloudSql; + } + /** + * @return Google_Service_BigQueryConnectionService_CloudSqlProperties + */ + public function getCloudSql() + { + return $this->cloudSql; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + public function setHasCredential($hasCredential) + { + $this->hasCredential = $hasCredential; + } + public function getHasCredential() + { + return $this->hasCredential; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.php new file mode 100644 index 000000000..c57b57430 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.php @@ -0,0 +1,37 @@ +cloudSql = $cloudSql; + } + /** + * @return Google_Service_BigQueryConnectionService_CloudSqlCredential + */ + public function getCloudSql() + { + return $this->cloudSql; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.php new file mode 100644 index 000000000..550bbc6a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.php new file mode 100644 index 000000000..93a4f1aec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_BigQueryConnectionService_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.php new file mode 100644 index 000000000..fd9be8418 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.php new file mode 100644 index 000000000..5810a0176 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.php @@ -0,0 +1,47 @@ +connections = $connections; + } + /** + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function getConnections() + { + return $this->connections; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.php new file mode 100644 index 000000000..3fe2cf485 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_BigQueryConnectionService_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_BigQueryConnectionService_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_BigQueryConnectionService_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.php new file mode 100644 index 000000000..1c19297e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); + * $projects = $bigqueryconnectionService->projects; + * + */ +class Google_Service_BigQueryConnectionService_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.php new file mode 100644 index 000000000..e23972cf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); + * $locations = $bigqueryconnectionService->locations; + * + */ +class Google_Service_BigQueryConnectionService_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.php new file mode 100644 index 000000000..ca4e135ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.php @@ -0,0 +1,187 @@ + + * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); + * $connections = $bigqueryconnectionService->connections; + * + */ +class Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections extends Google_Service_Resource +{ + /** + * Creates a new connection. (connections.create) + * + * @param string $parent Parent resource name. Must be in the format + * `projects/{project_id}/locations/{location_id}` + * @param Google_Service_BigQueryConnectionService_Connection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string connectionId Optional connection id that should be assigned + * to the created connection. + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function create($parent, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigQueryConnectionService_Connection"); + } + /** + * Deletes connection and associated credential. (connections.delete) + * + * @param string $name Name of the deleted connection, for example: + * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty"); + } + /** + * Returns specified connection. (connections.get) + * + * @param string $name Name of the requested connection, for example: + * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryConnectionService_Connection"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (connections.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 Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_Policy + */ + public function getIamPolicy($resource, Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy"); + } + /** + * Returns a list of connections in the given project. + * (connections.listProjectsLocationsConnections) + * + * @param string $parent Parent resource name. Must be in the form: + * `projects/{project_id}/locations/{location_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Page token. + * @opt_param string maxResults Maximum number of results per page. + * @return Google_Service_BigQueryConnectionService_ListConnectionsResponse + */ + public function listProjectsLocationsConnections($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryConnectionService_ListConnectionsResponse"); + } + /** + * Updates the specified connection. For security reasons, also resets + * credential if connection properties are in the update field mask. + * (connections.patch) + * + * @param string $name Name of the connection to update, for example: + * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` + * @param Google_Service_BigQueryConnectionService_Connection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Update mask for the connection fields to be + * updated. + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function patch($name, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_BigQueryConnectionService_Connection"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (connections.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_BigQueryConnectionService_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_Policy + */ + public function setIamPolicy($resource, Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BigQueryConnectionService_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. (connections.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_BigQueryConnectionService_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BigQueryConnectionService_TestIamPermissionsResponse"); + } + /** + * Sets the credential for the specified connection. + * (connections.updateCredential) + * + * @param string $name Name of the connection, for example: `projects/{project_i + * d}/locations/{location_id}/connections/{connection_id}/credential` + * @param Google_Service_BigQueryConnectionService_ConnectionCredential $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty + */ + public function updateCredential($name, Google_Service_BigQueryConnectionService_ConnectionCredential $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateCredential', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.php new file mode 100644 index 000000000..7bb6b6f5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_BigQueryConnectionService_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.php new file mode 100644 index 000000000..838d18f46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.php new file mode 100644 index 000000000..ec4eb5ca9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php new file mode 100644 index 000000000..ae0b4c271 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php @@ -0,0 +1,617 @@ + + * Schedule queries or transfer external data from SaaS applications to Google + * BigQuery on a regular basis. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +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. */ + 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 $projects_dataSources; + public $projects_locations; + public $projects_locations_dataSources; + public $projects_locations_transferConfigs; + public $projects_locations_transferConfigs_runs; + public $projects_locations_transferConfigs_runs_transferLogs; + public $projects_transferConfigs; + public $projects_transferConfigs_runs; + public $projects_transferConfigs_runs_transferLogs; + + /** + * Constructs the internal representation of the BigQueryDataTransfer 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://bigquerydatatransfer.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'bigquerydatatransfer'; + + $this->projects_dataSources = new Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources( + $this, + $this->serviceName, + 'dataSources', + array( + 'methods' => array( + 'checkValidCreds' => array( + 'path' => 'v1/{+name}:checkValidCreds', + '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}/dataSources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_dataSources = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources( + $this, + $this->serviceName, + 'dataSources', + array( + 'methods' => array( + 'checkValidCreds' => array( + 'path' => 'v1/{+name}:checkValidCreds', + '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}/dataSources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_transferConfigs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigs( + $this, + $this->serviceName, + 'transferConfigs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/transferConfigs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionInfo' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'authorizationCode' => 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}/transferConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'dataSourceIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionInfo' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'authorizationCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'scheduleRuns' => array( + 'path' => 'v1/{+parent}:scheduleRuns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'startManualRuns' => array( + 'path' => 'v1/{+parent}:startManualRuns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_transferConfigs_runs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRuns( + $this, + $this->serviceName, + 'runs', + array( + 'methods' => array( + '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}/runs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'states' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'runAttempt' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_transferConfigs_runs_transferLogs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRunsTransferLogs( + $this, + $this->serviceName, + 'transferLogs', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/transferLogs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'messageTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->projects_transferConfigs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs( + $this, + $this->serviceName, + 'transferConfigs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/transferConfigs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionInfo' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'authorizationCode' => 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}/transferConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'dataSourceIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionInfo' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'authorizationCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'scheduleRuns' => array( + 'path' => 'v1/{+parent}:scheduleRuns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'startManualRuns' => array( + 'path' => 'v1/{+parent}:startManualRuns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_transferConfigs_runs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns( + $this, + $this->serviceName, + 'runs', + array( + 'methods' => array( + '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}/runs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'states' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'runAttempt' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_transferConfigs_runs_transferLogs = new Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTransferLogs( + $this, + $this->serviceName, + 'transferLogs', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/transferLogs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'messageTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/BigquerydatatransferEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/BigquerydatatransferEmpty.php new file mode 100644 index 000000000..964572df2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/BigquerydatatransferEmpty.php @@ -0,0 +1,20 @@ +hasValidCreds = $hasValidCreds; + } + public function getHasValidCreds() + { + return $this->hasValidCreds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSource.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSource.php new file mode 100644 index 000000000..3b2affe90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSource.php @@ -0,0 +1,191 @@ +authorizationType = $authorizationType; + } + public function getAuthorizationType() + { + return $this->authorizationType; + } + public function setClientId($clientId) + { + $this->clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setDataRefreshType($dataRefreshType) + { + $this->dataRefreshType = $dataRefreshType; + } + public function getDataRefreshType() + { + return $this->dataRefreshType; + } + public function setDataSourceId($dataSourceId) + { + $this->dataSourceId = $dataSourceId; + } + public function getDataSourceId() + { + return $this->dataSourceId; + } + public function setDefaultDataRefreshWindowDays($defaultDataRefreshWindowDays) + { + $this->defaultDataRefreshWindowDays = $defaultDataRefreshWindowDays; + } + public function getDefaultDataRefreshWindowDays() + { + return $this->defaultDataRefreshWindowDays; + } + public function setDefaultSchedule($defaultSchedule) + { + $this->defaultSchedule = $defaultSchedule; + } + public function getDefaultSchedule() + { + return $this->defaultSchedule; + } + 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 setHelpUrl($helpUrl) + { + $this->helpUrl = $helpUrl; + } + public function getHelpUrl() + { + return $this->helpUrl; + } + public function setManualRunsDisabled($manualRunsDisabled) + { + $this->manualRunsDisabled = $manualRunsDisabled; + } + public function getManualRunsDisabled() + { + return $this->manualRunsDisabled; + } + public function setMinimumScheduleInterval($minimumScheduleInterval) + { + $this->minimumScheduleInterval = $minimumScheduleInterval; + } + public function getMinimumScheduleInterval() + { + return $this->minimumScheduleInterval; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_BigQueryDataTransfer_DataSourceParameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_BigQueryDataTransfer_DataSourceParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } + public function setSupportsCustomSchedule($supportsCustomSchedule) + { + $this->supportsCustomSchedule = $supportsCustomSchedule; + } + public function getSupportsCustomSchedule() + { + return $this->supportsCustomSchedule; + } + public function setSupportsMultipleTransfers($supportsMultipleTransfers) + { + $this->supportsMultipleTransfers = $supportsMultipleTransfers; + } + public function getSupportsMultipleTransfers() + { + return $this->supportsMultipleTransfers; + } + public function setTransferType($transferType) + { + $this->transferType = $transferType; + } + public function getTransferType() + { + return $this->transferType; + } + public function setUpdateDeadlineSeconds($updateDeadlineSeconds) + { + $this->updateDeadlineSeconds = $updateDeadlineSeconds; + } + public function getUpdateDeadlineSeconds() + { + return $this->updateDeadlineSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSourceParameter.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSourceParameter.php new file mode 100644 index 000000000..86026c122 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/DataSourceParameter.php @@ -0,0 +1,173 @@ +allowedValues = $allowedValues; + } + public function getAllowedValues() + { + return $this->allowedValues; + } + public function setDeprecated($deprecated) + { + $this->deprecated = $deprecated; + } + public function getDeprecated() + { + return $this->deprecated; + } + 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; + } + /** + * @param Google_Service_BigQueryDataTransfer_DataSourceParameter + */ + public function setFields($fields) + { + $this->fields = $fields; + } + /** + * @return Google_Service_BigQueryDataTransfer_DataSourceParameter + */ + public function getFields() + { + return $this->fields; + } + public function setImmutable($immutable) + { + $this->immutable = $immutable; + } + public function getImmutable() + { + return $this->immutable; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } + public function setParamId($paramId) + { + $this->paramId = $paramId; + } + public function getParamId() + { + return $this->paramId; + } + public function setRecurse($recurse) + { + $this->recurse = $recurse; + } + public function getRecurse() + { + return $this->recurse; + } + public function setRepeated($repeated) + { + $this->repeated = $repeated; + } + public function getRepeated() + { + return $this->repeated; + } + public function setRequired($required) + { + $this->required = $required; + } + public function getRequired() + { + return $this->required; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValidationDescription($validationDescription) + { + $this->validationDescription = $validationDescription; + } + public function getValidationDescription() + { + return $this->validationDescription; + } + public function setValidationHelpUrl($validationHelpUrl) + { + $this->validationHelpUrl = $validationHelpUrl; + } + public function getValidationHelpUrl() + { + return $this->validationHelpUrl; + } + public function setValidationRegex($validationRegex) + { + $this->validationRegex = $validationRegex; + } + public function getValidationRegex() + { + return $this->validationRegex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListDataSourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListDataSourcesResponse.php new file mode 100644 index 000000000..e685ad9fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListDataSourcesResponse.php @@ -0,0 +1,47 @@ +dataSources = $dataSources; + } + /** + * @return Google_Service_BigQueryDataTransfer_DataSource + */ + public function getDataSources() + { + return $this->dataSources; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListLocationsResponse.php new file mode 100644 index 000000000..8b4878f7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_BigQueryDataTransfer_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferConfigsResponse.php new file mode 100644 index 000000000..2c1083e6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferConfigsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function setTransferConfigs($transferConfigs) + { + $this->transferConfigs = $transferConfigs; + } + /** + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function getTransferConfigs() + { + return $this->transferConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferLogsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferLogsResponse.php new file mode 100644 index 000000000..e2e692951 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferLogsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigQueryDataTransfer_TransferMessage + */ + public function setTransferMessages($transferMessages) + { + $this->transferMessages = $transferMessages; + } + /** + * @return Google_Service_BigQueryDataTransfer_TransferMessage + */ + public function getTransferMessages() + { + return $this->transferMessages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferRunsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferRunsResponse.php new file mode 100644 index 000000000..32577d82c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ListTransferRunsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigQueryDataTransfer_TransferRun + */ + public function setTransferRuns($transferRuns) + { + $this->transferRuns = $transferRuns; + } + /** + * @return Google_Service_BigQueryDataTransfer_TransferRun + */ + public function getTransferRuns() + { + return $this->transferRuns; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Location.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Location.php new file mode 100644 index 000000000..9488fa729 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/Projects.php new file mode 100644 index 000000000..bb98e088e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $projects = $bigquerydatatransferService->projects; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php new file mode 100644 index 000000000..c6bf9c973 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php @@ -0,0 +1,84 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $dataSources = $bigquerydatatransferService->dataSources; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends Google_Service_Resource +{ + /** + * Returns true if valid credentials exist for the given data source and + * requesting user. Some data sources doesn't support service account, so we + * need to talk to them on behalf of the end user. This API just checks whether + * we have OAuth token for the particular user, which is a pre-requisite before + * user can create a transfer config. (dataSources.checkValidCreds) + * + * @param string $name Required. The data source in the form: + * `projects/{project_id}/dataSources/{data_source_id}` + * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_CheckValidCredsResponse + */ + public function checkValidCreds($name, Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('checkValidCreds', array($params), "Google_Service_BigQueryDataTransfer_CheckValidCredsResponse"); + } + /** + * Retrieves a supported data source and returns its settings, which can be used + * for UI rendering. (dataSources.get) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/dataSources/{data_source_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_DataSource + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_DataSource"); + } + /** + * Lists supported data sources and returns their settings, which can be used + * for UI rendering. (dataSources.listProjectsDataSources) + * + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned. Must be in the form: `projects/{project_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListDataSourcesRequest` list results. For multiple-page + * results, `ListDataSourcesResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @return Google_Service_BigQueryDataTransfer_ListDataSourcesResponse + */ + public function listProjectsDataSources($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListDataSourcesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php new file mode 100644 index 000000000..d6f1b8613 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $locations = $bigquerydatatransferService->locations; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocations 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_BigQueryDataTransfer_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_BigQueryDataTransfer_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php new file mode 100644 index 000000000..589f112bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php @@ -0,0 +1,84 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $dataSources = $bigquerydatatransferService->dataSources; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources extends Google_Service_Resource +{ + /** + * Returns true if valid credentials exist for the given data source and + * requesting user. Some data sources doesn't support service account, so we + * need to talk to them on behalf of the end user. This API just checks whether + * we have OAuth token for the particular user, which is a pre-requisite before + * user can create a transfer config. (dataSources.checkValidCreds) + * + * @param string $name Required. The data source in the form: + * `projects/{project_id}/dataSources/{data_source_id}` + * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_CheckValidCredsResponse + */ + public function checkValidCreds($name, Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('checkValidCreds', array($params), "Google_Service_BigQueryDataTransfer_CheckValidCredsResponse"); + } + /** + * Retrieves a supported data source and returns its settings, which can be used + * for UI rendering. (dataSources.get) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/dataSources/{data_source_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_DataSource + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_DataSource"); + } + /** + * Lists supported data sources and returns their settings, which can be used + * for UI rendering. (dataSources.listProjectsLocationsDataSources) + * + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned. Must be in the form: `projects/{project_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListDataSourcesRequest` list results. For multiple-page + * results, `ListDataSourcesResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @return Google_Service_BigQueryDataTransfer_ListDataSourcesResponse + */ + public function listProjectsLocationsDataSources($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListDataSourcesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php new file mode 100644 index 000000000..db98ac56a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php @@ -0,0 +1,203 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $transferConfigs = $bigquerydatatransferService->transferConfigs; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigs extends Google_Service_Resource +{ + /** + * Creates a new data transfer configuration. (transferConfigs.create) + * + * @param string $parent Required. The BigQuery project id where the transfer + * configuration should be created. Must be in the format + * projects/{project_id}/locations/{location_id} If specified location and + * location of the destination bigquery dataset do not match - the request will + * fail. + * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. + * @opt_param string authorizationCode Optional OAuth2 authorization code to use + * with this transfer configuration. This is required if new credentials are + * needed, as indicated by `CheckValidCreds`. In order to obtain + * authorization_code, please make a request to + * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= + * + * * client_id should be OAuth client_id of BigQuery DTS API for the given + * data source returned by ListDataSources method. * data_source_scopes are the + * scopes returned by ListDataSources method. * redirect_uri is an optional + * parameter. If not specified, then authorization code is posted to the + * opener of authorization flow window. Otherwise it will be sent to the + * redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that + * authorization code should be returned in the title bar of the browser, with + * the page text prompting the user to copy the code and paste it in the + * application. + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); + } + /** + * Deletes a data transfer configuration, including any associated transfer runs + * and logs. (transferConfigs.delete) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); + } + /** + * Returns information about a data transfer config. (transferConfigs.get) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); + } + /** + * Returns information about all data transfers in the project. + * (transferConfigs.listProjectsLocationsTransferConfigs) + * + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned: `projects/{project_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListTransfersRequest` list results. For multiple-page + * results, `ListTransfersResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @opt_param string dataSourceIds When specified, only configurations of + * requested data sources are returned. + * @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse + */ + public function listProjectsLocationsTransferConfigs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse"); + } + /** + * Updates a data transfer configuration. All fields must be set, even if they + * are not updated. (transferConfigs.patch) + * + * @param string $name The resource name of the transfer config. Transfer config + * names have the form of + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The + * name is automatically generated based on the config_id specified in + * CreateTransferConfigRequest along with project_id and region. If config_id is + * not provided, usually a uuid, even though it is not guaranteed or required, + * will be generated for config_id. + * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. + * @opt_param string authorizationCode Optional OAuth2 authorization code to use + * with this transfer configuration. If it is provided, the transfer + * configuration will be associated with the authorizing user. In order to + * obtain authorization_code, please make a request to + * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= + * + * * client_id should be OAuth client_id of BigQuery DTS API for the given + * data source returned by ListDataSources method. * data_source_scopes are the + * scopes returned by ListDataSources method. * redirect_uri is an optional + * parameter. If not specified, then authorization code is posted to the + * opener of authorization flow window. Otherwise it will be sent to the + * redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that + * authorization code should be returned in the title bar of the browser, with + * the page text prompting the user to copy the code and paste it in the + * application. + * @opt_param string updateMask Required. Required list of fields to be updated + * in this request. + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); + } + /** + * Creates transfer runs for a time range [start_time, end_time]. For each date + * - or whatever granularity the data source supports - in the range, one + * transfer run is created. Note that runs are created per UTC time in the time + * range. DEPRECATED: use StartManualTransferRuns instead. + * (transferConfigs.scheduleRuns) + * + * @param string $parent Required. Transfer configuration name in the form: + * `projects/{project_id}/transferConfigs/{config_id}`. + * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse + */ + public function scheduleRuns($parent, Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('scheduleRuns', array($params), "Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse"); + } + /** + * Start manual transfer runs to be executed now with schedule_time equal to + * current time. The transfer runs can be created for a time range where the + * run_time is between start_time (inclusive) and end_time (exclusive), or for a + * specific run_time. (transferConfigs.startManualRuns) + * + * @param string $parent Transfer configuration name in the form: + * `projects/{project_id}/transferConfigs/{config_id}`. + * @param Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse + */ + public function startManualRuns($parent, Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('startManualRuns', array($params), "Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php new file mode 100644 index 000000000..d83c6f2f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php @@ -0,0 +1,84 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $runs = $bigquerydatatransferService->runs; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRuns extends Google_Service_Resource +{ + /** + * Deletes the specified transfer run. (runs.delete) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: + * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); + } + /** + * Returns information about the particular transfer run. (runs.get) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: + * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_TransferRun + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferRun"); + } + /** + * Returns information about running and completed jobs. + * (runs.listProjectsLocationsTransferConfigsRuns) + * + * @param string $parent Required. Name of transfer configuration for which + * transfer runs should be retrieved. Format of transfer configuration resource + * name is: `projects/{project_id}/transferConfigs/{config_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListTransferRunsRequest` list results. For multiple-page + * results, `ListTransferRunsResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param string states When specified, only transfer runs with requested + * states are returned. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @opt_param string runAttempt Indicates how run attempts are to be pulled. + * @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse + */ + public function listProjectsLocationsTransferConfigsRuns($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferRunsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php new file mode 100644 index 000000000..c82765b82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php @@ -0,0 +1,52 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $transferLogs = $bigquerydatatransferService->transferLogs; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConfigsRunsTransferLogs extends Google_Service_Resource +{ + /** + * Returns user facing log messages for the data transfer run. + * (transferLogs.listProjectsLocationsTransferConfigsRunsTransferLogs) + * + * @param string $parent Required. Transfer run name in the form: + * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListTransferLogsRequest` list results. For multiple-page + * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @opt_param string messageTypes Message types to return. If not populated - + * INFO, WARNING and ERROR messages are returned. + * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse + */ + public function listProjectsLocationsTransferConfigsRunsTransferLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php new file mode 100644 index 000000000..b0792cddb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php @@ -0,0 +1,203 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $transferConfigs = $bigquerydatatransferService->transferConfigs; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs extends Google_Service_Resource +{ + /** + * Creates a new data transfer configuration. (transferConfigs.create) + * + * @param string $parent Required. The BigQuery project id where the transfer + * configuration should be created. Must be in the format + * projects/{project_id}/locations/{location_id} If specified location and + * location of the destination bigquery dataset do not match - the request will + * fail. + * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. + * @opt_param string authorizationCode Optional OAuth2 authorization code to use + * with this transfer configuration. This is required if new credentials are + * needed, as indicated by `CheckValidCreds`. In order to obtain + * authorization_code, please make a request to + * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= + * + * * client_id should be OAuth client_id of BigQuery DTS API for the given + * data source returned by ListDataSources method. * data_source_scopes are the + * scopes returned by ListDataSources method. * redirect_uri is an optional + * parameter. If not specified, then authorization code is posted to the + * opener of authorization flow window. Otherwise it will be sent to the + * redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that + * authorization code should be returned in the title bar of the browser, with + * the page text prompting the user to copy the code and paste it in the + * application. + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); + } + /** + * Deletes a data transfer configuration, including any associated transfer runs + * and logs. (transferConfigs.delete) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); + } + /** + * Returns information about a data transfer config. (transferConfigs.get) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); + } + /** + * Returns information about all data transfers in the project. + * (transferConfigs.listProjectsTransferConfigs) + * + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned: `projects/{project_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListTransfersRequest` list results. For multiple-page + * results, `ListTransfersResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @opt_param string dataSourceIds When specified, only configurations of + * requested data sources are returned. + * @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse + */ + public function listProjectsTransferConfigs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse"); + } + /** + * Updates a data transfer configuration. All fields must be set, even if they + * are not updated. (transferConfigs.patch) + * + * @param string $name The resource name of the transfer config. Transfer config + * names have the form of + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The + * name is automatically generated based on the config_id specified in + * CreateTransferConfigRequest along with project_id and region. If config_id is + * not provided, usually a uuid, even though it is not guaranteed or required, + * will be generated for config_id. + * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. + * @opt_param string authorizationCode Optional OAuth2 authorization code to use + * with this transfer configuration. If it is provided, the transfer + * configuration will be associated with the authorizing user. In order to + * obtain authorization_code, please make a request to + * https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id==_uri= + * + * * client_id should be OAuth client_id of BigQuery DTS API for the given + * data source returned by ListDataSources method. * data_source_scopes are the + * scopes returned by ListDataSources method. * redirect_uri is an optional + * parameter. If not specified, then authorization code is posted to the + * opener of authorization flow window. Otherwise it will be sent to the + * redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that + * authorization code should be returned in the title bar of the browser, with + * the page text prompting the user to copy the code and paste it in the + * application. + * @opt_param string updateMask Required. Required list of fields to be updated + * in this request. + * @return Google_Service_BigQueryDataTransfer_TransferConfig + */ + public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_BigQueryDataTransfer_TransferConfig"); + } + /** + * Creates transfer runs for a time range [start_time, end_time]. For each date + * - or whatever granularity the data source supports - in the range, one + * transfer run is created. Note that runs are created per UTC time in the time + * range. DEPRECATED: use StartManualTransferRuns instead. + * (transferConfigs.scheduleRuns) + * + * @param string $parent Required. Transfer configuration name in the form: + * `projects/{project_id}/transferConfigs/{config_id}`. + * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse + */ + public function scheduleRuns($parent, Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('scheduleRuns', array($params), "Google_Service_BigQueryDataTransfer_ScheduleTransferRunsResponse"); + } + /** + * Start manual transfer runs to be executed now with schedule_time equal to + * current time. The transfer runs can be created for a time range where the + * run_time is between start_time (inclusive) and end_time (exclusive), or for a + * specific run_time. (transferConfigs.startManualRuns) + * + * @param string $parent Transfer configuration name in the form: + * `projects/{project_id}/transferConfigs/{config_id}`. + * @param Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse + */ + public function startManualRuns($parent, Google_Service_BigQueryDataTransfer_StartManualTransferRunsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('startManualRuns', array($params), "Google_Service_BigQueryDataTransfer_StartManualTransferRunsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php new file mode 100644 index 000000000..1224bf7c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php @@ -0,0 +1,84 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $runs = $bigquerydatatransferService->runs; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns extends Google_Service_Resource +{ + /** + * Deletes the specified transfer run. (runs.delete) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: + * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty"); + } + /** + * Returns information about the particular transfer run. (runs.get) + * + * @param string $name Required. The field will contain name of the resource + * requested, for example: + * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryDataTransfer_TransferRun + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryDataTransfer_TransferRun"); + } + /** + * Returns information about running and completed jobs. + * (runs.listProjectsTransferConfigsRuns) + * + * @param string $parent Required. Name of transfer configuration for which + * transfer runs should be retrieved. Format of transfer configuration resource + * name is: `projects/{project_id}/transferConfigs/{config_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListTransferRunsRequest` list results. For multiple-page + * results, `ListTransferRunsResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param string states When specified, only transfer runs with requested + * states are returned. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @opt_param string runAttempt Indicates how run attempts are to be pulled. + * @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse + */ + public function listProjectsTransferConfigsRuns($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferRunsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php new file mode 100644 index 000000000..aaaf02787 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php @@ -0,0 +1,52 @@ + + * $bigquerydatatransferService = new Google_Service_BigQueryDataTransfer(...); + * $transferLogs = $bigquerydatatransferService->transferLogs; + * + */ +class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTransferLogs extends Google_Service_Resource +{ + /** + * Returns user facing log messages for the data transfer run. + * (transferLogs.listProjectsTransferConfigsRunsTransferLogs) + * + * @param string $parent Required. Transfer run name in the form: + * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string messageTypes Message types to return. If not populated - + * INFO, WARNING and ERROR messages are returned. + * @opt_param string pageToken Pagination token, which can be used to request a + * specific page of `ListTransferLogsRequest` list results. For multiple-page + * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be + * used as the `page_token` value to request the next page of list results. + * @opt_param int pageSize Page size. The default page size is the maximum value + * of 1000 results. + * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse + */ + public function listProjectsTransferConfigsRunsTransferLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryDataTransfer_ListTransferLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleOptions.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleOptions.php new file mode 100644 index 000000000..3c6557821 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleOptions.php @@ -0,0 +1,48 @@ +disableAutoScheduling = $disableAutoScheduling; + } + public function getDisableAutoScheduling() + { + return $this->disableAutoScheduling; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsRequest.php new file mode 100644 index 000000000..9adc43377 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsRequest.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsResponse.php new file mode 100644 index 000000000..38bc9273b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/ScheduleTransferRunsResponse.php @@ -0,0 +1,38 @@ +runs = $runs; + } + /** + * @return Google_Service_BigQueryDataTransfer_TransferRun + */ + public function getRuns() + { + return $this->runs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsRequest.php new file mode 100644 index 000000000..fc2c4aec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsRequest.php @@ -0,0 +1,46 @@ +requestedRunTime = $requestedRunTime; + } + public function getRequestedRunTime() + { + return $this->requestedRunTime; + } + /** + * @param Google_Service_BigQueryDataTransfer_TimeRange + */ + public function setRequestedTimeRange(Google_Service_BigQueryDataTransfer_TimeRange $requestedTimeRange) + { + $this->requestedTimeRange = $requestedTimeRange; + } + /** + * @return Google_Service_BigQueryDataTransfer_TimeRange + */ + public function getRequestedTimeRange() + { + return $this->requestedTimeRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsResponse.php new file mode 100644 index 000000000..6e00133bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/StartManualTransferRunsResponse.php @@ -0,0 +1,38 @@ +runs = $runs; + } + /** + * @return Google_Service_BigQueryDataTransfer_TransferRun + */ + public function getRuns() + { + return $this->runs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Status.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Status.php new file mode 100644 index 000000000..ef6ddccdc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/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/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TimeRange.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TimeRange.php new file mode 100644 index 000000000..7848e474e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TimeRange.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferConfig.php new file mode 100644 index 000000000..917126daf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferConfig.php @@ -0,0 +1,154 @@ +dataRefreshWindowDays = $dataRefreshWindowDays; + } + public function getDataRefreshWindowDays() + { + return $this->dataRefreshWindowDays; + } + public function setDataSourceId($dataSourceId) + { + $this->dataSourceId = $dataSourceId; + } + public function getDataSourceId() + { + return $this->dataSourceId; + } + public function setDatasetRegion($datasetRegion) + { + $this->datasetRegion = $datasetRegion; + } + public function getDatasetRegion() + { + return $this->datasetRegion; + } + public function setDestinationDatasetId($destinationDatasetId) + { + $this->destinationDatasetId = $destinationDatasetId; + } + public function getDestinationDatasetId() + { + return $this->destinationDatasetId; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + 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 setNextRunTime($nextRunTime) + { + $this->nextRunTime = $nextRunTime; + } + public function getNextRunTime() + { + return $this->nextRunTime; + } + public function setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setSchedule($schedule) + { + $this->schedule = $schedule; + } + public function getSchedule() + { + return $this->schedule; + } + /** + * @param Google_Service_BigQueryDataTransfer_ScheduleOptions + */ + public function setScheduleOptions(Google_Service_BigQueryDataTransfer_ScheduleOptions $scheduleOptions) + { + $this->scheduleOptions = $scheduleOptions; + } + /** + * @return Google_Service_BigQueryDataTransfer_ScheduleOptions + */ + public function getScheduleOptions() + { + return $this->scheduleOptions; + } + 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; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferMessage.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferMessage.php new file mode 100644 index 000000000..4f1fc0b34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferMessage.php @@ -0,0 +1,48 @@ +messageText = $messageText; + } + public function getMessageText() + { + return $this->messageText; + } + public function setMessageTime($messageTime) + { + $this->messageTime = $messageTime; + } + public function getMessageTime() + { + return $this->messageTime; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferRun.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferRun.php new file mode 100644 index 000000000..c3c3890ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/TransferRun.php @@ -0,0 +1,145 @@ +dataSourceId = $dataSourceId; + } + public function getDataSourceId() + { + return $this->dataSourceId; + } + public function setDestinationDatasetId($destinationDatasetId) + { + $this->destinationDatasetId = $destinationDatasetId; + } + public function getDestinationDatasetId() + { + return $this->destinationDatasetId; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_BigQueryDataTransfer_Status + */ + public function setErrorStatus(Google_Service_BigQueryDataTransfer_Status $errorStatus) + { + $this->errorStatus = $errorStatus; + } + /** + * @return Google_Service_BigQueryDataTransfer_Status + */ + public function getErrorStatus() + { + return $this->errorStatus; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setRunTime($runTime) + { + $this->runTime = $runTime; + } + public function getRunTime() + { + return $this->runTime; + } + public function setSchedule($schedule) + { + $this->schedule = $schedule; + } + public function getSchedule() + { + return $this->schedule; + } + public function setScheduleTime($scheduleTime) + { + $this->scheduleTime = $scheduleTime; + } + public function getScheduleTime() + { + return $this->scheduleTime; + } + 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; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation.php new file mode 100644 index 000000000..96a4642a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation.php @@ -0,0 +1,100 @@ + + * A service to modify your BigQuery flat-rate reservations. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +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. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + + /** + * Constructs the internal representation of the BigQueryReservation 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://bigqueryreservation.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.php new file mode 100644 index 000000000..f94d5e53e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.php @@ -0,0 +1,20 @@ +capacityCommitment = $capacityCommitment; + } + public function getCapacityCommitment() + { + return $this->capacityCommitment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.php new file mode 100644 index 000000000..706b41ee6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigQueryReservation_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_BigQueryReservation_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/LocationMetadata.php new file mode 100644 index 000000000..ad46c6655 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/LocationMetadata.php @@ -0,0 +1,30 @@ +legacyLocationId = $legacyLocationId; + } + public function getLegacyLocationId() + { + return $this->legacyLocationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.php new file mode 100644 index 000000000..5dc324570 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_BigQueryReservation_Status + */ + public function setError(Google_Service_BigQueryReservation_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_BigQueryReservation_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/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.php new file mode 100644 index 000000000..6c0c7cf18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.php @@ -0,0 +1,70 @@ + + * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); + * $operations = $bigqueryreservationService->operations; + * + */ +class Google_Service_BigQueryReservation_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_BigQueryReservation_BigqueryreservationEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty"); + } + /** + * 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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_BigQueryReservation_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.php new file mode 100644 index 000000000..e354ca3b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/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/vendor/google/apiclient-services/src/Google/Service/Bigquery.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery.php new file mode 100644 index 000000000..9b6fc5792 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery.php @@ -0,0 +1,774 @@ + + * A data platform for customers to create, manage, share and query data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Bigquery extends Google_Service +{ + /** View and manage your data in Google BigQuery. */ + const BIGQUERY = + "https://www.googleapis.com/auth/bigquery"; + /** 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"; + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Manage your data and permissions in Google Cloud Storage. */ + const DEVSTORAGE_FULL_CONTROL = + "https://www.googleapis.com/auth/devstorage.full_control"; + /** View your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_ONLY = + "https://www.googleapis.com/auth/devstorage.read_only"; + /** Manage your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_WRITE = + "https://www.googleapis.com/auth/devstorage.read_write"; + + public $datasets; + public $jobs; + public $models; + public $projects; + public $routines; + public $tabledata; + public $tables; + + /** + * Constructs the internal representation of the Bigquery 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://bigquery.googleapis.com/'; + $this->servicePath = 'bigquery/v2/'; + $this->batchPath = 'batch/bigquery/v2'; + $this->version = 'v2'; + $this->serviceName = 'bigquery'; + + $this->datasets = new Google_Service_Bigquery_Resource_Datasets( + $this, + $this->serviceName, + 'datasets', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deleteContents' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{projectId}/datasets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{projectId}/datasets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'all' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->jobs = new Google_Service_Bigquery_Resource_Jobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'projects/{projectId}/jobs/{jobId}/cancel', + 'httpMethod' => 'POST', + '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', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getQueryResults' => array( + 'path' => 'projects/{projectId}/queries/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeoutMs' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'insert' => array( + 'path' => 'projects/{projectId}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{projectId}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stateFilter' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parentJobId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minCreationTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'allUsers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxCreationTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'query' => array( + 'path' => 'projects/{projectId}/queries', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->models = new Google_Service_Bigquery_Resource_Models( + $this, + $this->serviceName, + 'models', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'modelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'modelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'modelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Bigquery_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getServiceAccount' => array( + 'path' => 'projects/{projectId}/serviceAccount', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->routines = new Google_Service_Bigquery_Resource_Routines( + $this, + $this->serviceName, + 'routines', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'routineId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'routineId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'routineId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->tabledata = new Google_Service_Bigquery_Resource_Tabledata( + $this, + $this->serviceName, + 'tabledata', + array( + 'methods' => array( + 'insertAll' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'selectedFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->tables = new Google_Service_Bigquery_Resource_Tables( + $this, + $this->serviceName, + 'tables', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'selectedFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/AggregateClassificationMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/AggregateClassificationMetrics.php new file mode 100644 index 000000000..e803cf114 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/AggregateClassificationMetrics.php @@ -0,0 +1,84 @@ +accuracy = $accuracy; + } + public function getAccuracy() + { + return $this->accuracy; + } + public function setF1Score($f1Score) + { + $this->f1Score = $f1Score; + } + public function getF1Score() + { + return $this->f1Score; + } + public function setLogLoss($logLoss) + { + $this->logLoss = $logLoss; + } + public function getLogLoss() + { + return $this->logLoss; + } + public function setPrecision($precision) + { + $this->precision = $precision; + } + public function getPrecision() + { + return $this->precision; + } + public function setRecall($recall) + { + $this->recall = $recall; + } + public function getRecall() + { + return $this->recall; + } + public function setRocAuc($rocAuc) + { + $this->rocAuc = $rocAuc; + } + public function getRocAuc() + { + return $this->rocAuc; + } + public function setThreshold($threshold) + { + $this->threshold = $threshold; + } + public function getThreshold() + { + return $this->threshold; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Argument.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Argument.php new file mode 100644 index 000000000..55b0f76cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Argument.php @@ -0,0 +1,64 @@ +argumentKind = $argumentKind; + } + public function getArgumentKind() + { + return $this->argumentKind; + } + /** + * @param Google_Service_Bigquery_StandardSqlDataType + */ + public function setDataType(Google_Service_Bigquery_StandardSqlDataType $dataType) + { + $this->dataType = $dataType; + } + /** + * @return Google_Service_Bigquery_StandardSqlDataType + */ + public function getDataType() + { + return $this->dataType; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.php new file mode 100644 index 000000000..0b141ff8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.php @@ -0,0 +1,49 @@ +autoRegressiveCoefficients = $autoRegressiveCoefficients; + } + public function getAutoRegressiveCoefficients() + { + return $this->autoRegressiveCoefficients; + } + public function setInterceptCoefficient($interceptCoefficient) + { + $this->interceptCoefficient = $interceptCoefficient; + } + public function getInterceptCoefficient() + { + return $this->interceptCoefficient; + } + public function setMovingAverageCoefficients($movingAverageCoefficients) + { + $this->movingAverageCoefficients = $movingAverageCoefficients; + } + public function getMovingAverageCoefficients() + { + return $this->movingAverageCoefficients; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.php new file mode 100644 index 000000000..2cd9dd213 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.php @@ -0,0 +1,48 @@ +aic = $aic; + } + public function getAic() + { + return $this->aic; + } + public function setLogLikelihood($logLikelihood) + { + $this->logLikelihood = $logLikelihood; + } + public function getLogLikelihood() + { + return $this->logLikelihood; + } + public function setVariance($variance) + { + $this->variance = $variance; + } + public function getVariance() + { + return $this->variance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php new file mode 100644 index 000000000..8c9064813 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php @@ -0,0 +1,69 @@ +arimaCoefficients = $arimaCoefficients; + } + /** + * @return Google_Service_Bigquery_ArimaCoefficients + */ + public function getArimaCoefficients() + { + return $this->arimaCoefficients; + } + /** + * @param Google_Service_Bigquery_ArimaFittingMetrics + */ + public function setArimaFittingMetrics(Google_Service_Bigquery_ArimaFittingMetrics $arimaFittingMetrics) + { + $this->arimaFittingMetrics = $arimaFittingMetrics; + } + /** + * @return Google_Service_Bigquery_ArimaFittingMetrics + */ + public function getArimaFittingMetrics() + { + return $this->arimaFittingMetrics; + } + /** + * @param Google_Service_Bigquery_ArimaOrder + */ + public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder) + { + $this->nonSeasonalOrder = $nonSeasonalOrder; + } + /** + * @return Google_Service_Bigquery_ArimaOrder + */ + public function getNonSeasonalOrder() + { + return $this->nonSeasonalOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.php new file mode 100644 index 000000000..16239d4d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.php @@ -0,0 +1,48 @@ +d = $d; + } + public function getD() + { + return $this->d; + } + public function setP($p) + { + $this->p = $p; + } + public function getP() + { + return $this->p; + } + public function setQ($q) + { + $this->q = $q; + } + public function getQ() + { + return $this->q; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.php new file mode 100644 index 000000000..4e72ddc21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.php @@ -0,0 +1,47 @@ +arimaModelInfo = $arimaModelInfo; + } + /** + * @return Google_Service_Bigquery_ArimaModelInfo + */ + public function getArimaModelInfo() + { + return $this->arimaModelInfo; + } + public function setSeasonalPeriods($seasonalPeriods) + { + $this->seasonalPeriods = $seasonalPeriods; + } + public function getSeasonalPeriods() + { + return $this->seasonalPeriods; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigQueryModelTraining.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigQueryModelTraining.php new file mode 100644 index 000000000..8a0b8bf78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigQueryModelTraining.php @@ -0,0 +1,39 @@ +currentIteration = $currentIteration; + } + public function getCurrentIteration() + { + return $this->currentIteration; + } + public function setExpectedTotalIterations($expectedTotalIterations) + { + $this->expectedTotalIterations = $expectedTotalIterations; + } + public function getExpectedTotalIterations() + { + return $this->expectedTotalIterations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php new file mode 100644 index 000000000..5ad48940f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php @@ -0,0 +1,75 @@ +encoding = $encoding; + } + public function getEncoding() + { + return $this->encoding; + } + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + public function getFieldName() + { + return $this->fieldName; + } + public function setOnlyReadLatest($onlyReadLatest) + { + $this->onlyReadLatest = $onlyReadLatest; + } + public function getOnlyReadLatest() + { + return $this->onlyReadLatest; + } + public function setQualifierEncoded($qualifierEncoded) + { + $this->qualifierEncoded = $qualifierEncoded; + } + public function getQualifierEncoded() + { + return $this->qualifierEncoded; + } + public function setQualifierString($qualifierString) + { + $this->qualifierString = $qualifierString; + } + public function getQualifierString() + { + return $this->qualifierString; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumnFamily.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumnFamily.php new file mode 100644 index 000000000..56ac6bba8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumnFamily.php @@ -0,0 +1,74 @@ +columns = $columns; + } + /** + * @return Google_Service_Bigquery_BigtableColumn + */ + public function getColumns() + { + return $this->columns; + } + public function setEncoding($encoding) + { + $this->encoding = $encoding; + } + public function getEncoding() + { + return $this->encoding; + } + public function setFamilyId($familyId) + { + $this->familyId = $familyId; + } + public function getFamilyId() + { + return $this->familyId; + } + public function setOnlyReadLatest($onlyReadLatest) + { + $this->onlyReadLatest = $onlyReadLatest; + } + public function getOnlyReadLatest() + { + return $this->onlyReadLatest; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php new file mode 100644 index 000000000..6a1eade37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php @@ -0,0 +1,56 @@ +columnFamilies = $columnFamilies; + } + /** + * @return Google_Service_Bigquery_BigtableColumnFamily + */ + public function getColumnFamilies() + { + return $this->columnFamilies; + } + public function setIgnoreUnspecifiedColumnFamilies($ignoreUnspecifiedColumnFamilies) + { + $this->ignoreUnspecifiedColumnFamilies = $ignoreUnspecifiedColumnFamilies; + } + public function getIgnoreUnspecifiedColumnFamilies() + { + return $this->ignoreUnspecifiedColumnFamilies; + } + public function setReadRowkeyAsString($readRowkeyAsString) + { + $this->readRowkeyAsString = $readRowkeyAsString; + } + public function getReadRowkeyAsString() + { + return $this->readRowkeyAsString; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryClassificationMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryClassificationMetrics.php new file mode 100644 index 000000000..be00e2ffd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryClassificationMetrics.php @@ -0,0 +1,72 @@ +aggregateClassificationMetrics = $aggregateClassificationMetrics; + } + /** + * @return Google_Service_Bigquery_AggregateClassificationMetrics + */ + public function getAggregateClassificationMetrics() + { + return $this->aggregateClassificationMetrics; + } + /** + * @param Google_Service_Bigquery_BinaryConfusionMatrix + */ + public function setBinaryConfusionMatrixList($binaryConfusionMatrixList) + { + $this->binaryConfusionMatrixList = $binaryConfusionMatrixList; + } + /** + * @return Google_Service_Bigquery_BinaryConfusionMatrix + */ + public function getBinaryConfusionMatrixList() + { + return $this->binaryConfusionMatrixList; + } + public function setNegativeLabel($negativeLabel) + { + $this->negativeLabel = $negativeLabel; + } + public function getNegativeLabel() + { + return $this->negativeLabel; + } + public function setPositiveLabel($positiveLabel) + { + $this->positiveLabel = $positiveLabel; + } + public function getPositiveLabel() + { + return $this->positiveLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryConfusionMatrix.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryConfusionMatrix.php new file mode 100644 index 000000000..1e8e90052 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BinaryConfusionMatrix.php @@ -0,0 +1,102 @@ +accuracy = $accuracy; + } + public function getAccuracy() + { + return $this->accuracy; + } + public function setF1Score($f1Score) + { + $this->f1Score = $f1Score; + } + public function getF1Score() + { + return $this->f1Score; + } + public function setFalseNegatives($falseNegatives) + { + $this->falseNegatives = $falseNegatives; + } + public function getFalseNegatives() + { + return $this->falseNegatives; + } + public function setFalsePositives($falsePositives) + { + $this->falsePositives = $falsePositives; + } + public function getFalsePositives() + { + return $this->falsePositives; + } + public function setPositiveClassThreshold($positiveClassThreshold) + { + $this->positiveClassThreshold = $positiveClassThreshold; + } + public function getPositiveClassThreshold() + { + return $this->positiveClassThreshold; + } + public function setPrecision($precision) + { + $this->precision = $precision; + } + public function getPrecision() + { + return $this->precision; + } + public function setRecall($recall) + { + $this->recall = $recall; + } + public function getRecall() + { + return $this->recall; + } + public function setTrueNegatives($trueNegatives) + { + $this->trueNegatives = $trueNegatives; + } + public function getTrueNegatives() + { + return $this->trueNegatives; + } + public function setTruePositives($truePositives) + { + $this->truePositives = $truePositives; + } + public function getTruePositives() + { + return $this->truePositives; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlIterationResult.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlIterationResult.php new file mode 100644 index 000000000..21a06ed0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlIterationResult.php @@ -0,0 +1,66 @@ +durationMs = $durationMs; + } + public function getDurationMs() + { + return $this->durationMs; + } + public function setEvalLoss($evalLoss) + { + $this->evalLoss = $evalLoss; + } + public function getEvalLoss() + { + return $this->evalLoss; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setLearnRate($learnRate) + { + $this->learnRate = $learnRate; + } + public function getLearnRate() + { + return $this->learnRate; + } + public function setTrainingLoss($trainingLoss) + { + $this->trainingLoss = $trainingLoss; + } + public function getTrainingLoss() + { + return $this->trainingLoss; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRun.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRun.php new file mode 100644 index 000000000..aec174c69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRun.php @@ -0,0 +1,72 @@ +iterationResults = $iterationResults; + } + /** + * @return Google_Service_Bigquery_BqmlIterationResult + */ + public function getIterationResults() + { + return $this->iterationResults; + } + 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; + } + /** + * @param Google_Service_Bigquery_BqmlTrainingRunTrainingOptions + */ + public function setTrainingOptions(Google_Service_Bigquery_BqmlTrainingRunTrainingOptions $trainingOptions) + { + $this->trainingOptions = $trainingOptions; + } + /** + * @return Google_Service_Bigquery_BqmlTrainingRunTrainingOptions + */ + public function getTrainingOptions() + { + return $this->trainingOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRunTrainingOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRunTrainingOptions.php new file mode 100644 index 000000000..1308bda4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BqmlTrainingRunTrainingOptions.php @@ -0,0 +1,102 @@ +earlyStop = $earlyStop; + } + public function getEarlyStop() + { + return $this->earlyStop; + } + public function setL1Reg($l1Reg) + { + $this->l1Reg = $l1Reg; + } + public function getL1Reg() + { + return $this->l1Reg; + } + public function setL2Reg($l2Reg) + { + $this->l2Reg = $l2Reg; + } + public function getL2Reg() + { + return $this->l2Reg; + } + public function setLearnRate($learnRate) + { + $this->learnRate = $learnRate; + } + public function getLearnRate() + { + return $this->learnRate; + } + public function setLearnRateStrategy($learnRateStrategy) + { + $this->learnRateStrategy = $learnRateStrategy; + } + public function getLearnRateStrategy() + { + return $this->learnRateStrategy; + } + public function setLineSearchInitLearnRate($lineSearchInitLearnRate) + { + $this->lineSearchInitLearnRate = $lineSearchInitLearnRate; + } + public function getLineSearchInitLearnRate() + { + return $this->lineSearchInitLearnRate; + } + public function setMaxIteration($maxIteration) + { + $this->maxIteration = $maxIteration; + } + public function getMaxIteration() + { + return $this->maxIteration; + } + public function setMinRelProgress($minRelProgress) + { + $this->minRelProgress = $minRelProgress; + } + public function getMinRelProgress() + { + return $this->minRelProgress; + } + public function setWarmStart($warmStart) + { + $this->warmStart = $warmStart; + } + public function getWarmStart() + { + return $this->warmStart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/CategoricalValue.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CategoricalValue.php new file mode 100644 index 000000000..834b45986 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CategoricalValue.php @@ -0,0 +1,38 @@ +categoryCounts = $categoryCounts; + } + /** + * @return Google_Service_Bigquery_CategoryCount + */ + public function getCategoryCounts() + { + return $this->categoryCounts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/CategoryCount.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CategoryCount.php new file mode 100644 index 000000000..05df3955b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CategoryCount.php @@ -0,0 +1,39 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Cluster.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Cluster.php new file mode 100644 index 000000000..feb76b38f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Cluster.php @@ -0,0 +1,56 @@ +centroidId = $centroidId; + } + public function getCentroidId() + { + return $this->centroidId; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_Bigquery_FeatureValue + */ + public function setFeatureValues($featureValues) + { + $this->featureValues = $featureValues; + } + /** + * @return Google_Service_Bigquery_FeatureValue + */ + public function getFeatureValues() + { + return $this->featureValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusterInfo.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusterInfo.php new file mode 100644 index 000000000..05349df7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusterInfo.php @@ -0,0 +1,48 @@ +centroidId = $centroidId; + } + public function getCentroidId() + { + return $this->centroidId; + } + public function setClusterRadius($clusterRadius) + { + $this->clusterRadius = $clusterRadius; + } + public function getClusterRadius() + { + return $this->clusterRadius; + } + public function setClusterSize($clusterSize) + { + $this->clusterSize = $clusterSize; + } + public function getClusterSize() + { + return $this->clusterSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Clustering.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Clustering.php new file mode 100644 index 000000000..f9e9c5227 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Clustering.php @@ -0,0 +1,31 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusteringMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusteringMetrics.php new file mode 100644 index 000000000..75de0ef6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ClusteringMetrics.php @@ -0,0 +1,56 @@ +clusters = $clusters; + } + /** + * @return Google_Service_Bigquery_Cluster + */ + public function getClusters() + { + return $this->clusters; + } + public function setDaviesBouldinIndex($daviesBouldinIndex) + { + $this->daviesBouldinIndex = $daviesBouldinIndex; + } + public function getDaviesBouldinIndex() + { + return $this->daviesBouldinIndex; + } + public function setMeanSquaredDistance($meanSquaredDistance) + { + $this->meanSquaredDistance = $meanSquaredDistance; + } + public function getMeanSquaredDistance() + { + return $this->meanSquaredDistance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ConfusionMatrix.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ConfusionMatrix.php new file mode 100644 index 000000000..110ce8f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ConfusionMatrix.php @@ -0,0 +1,47 @@ +confidenceThreshold = $confidenceThreshold; + } + public function getConfidenceThreshold() + { + return $this->confidenceThreshold; + } + /** + * @param Google_Service_Bigquery_Row + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Bigquery_Row + */ + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php new file mode 100644 index 000000000..6889b6ae3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php @@ -0,0 +1,75 @@ +allowJaggedRows = $allowJaggedRows; + } + public function getAllowJaggedRows() + { + return $this->allowJaggedRows; + } + public function setAllowQuotedNewlines($allowQuotedNewlines) + { + $this->allowQuotedNewlines = $allowQuotedNewlines; + } + public function getAllowQuotedNewlines() + { + return $this->allowQuotedNewlines; + } + public function setEncoding($encoding) + { + $this->encoding = $encoding; + } + public function getEncoding() + { + return $this->encoding; + } + public function setFieldDelimiter($fieldDelimiter) + { + $this->fieldDelimiter = $fieldDelimiter; + } + public function getFieldDelimiter() + { + return $this->fieldDelimiter; + } + public function setQuote($quote) + { + $this->quote = $quote; + } + public function getQuote() + { + return $this->quote; + } + public function setSkipLeadingRows($skipLeadingRows) + { + $this->skipLeadingRows = $skipLeadingRows; + } + public function getSkipLeadingRows() + { + return $this->skipLeadingRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Dataset.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Dataset.php new file mode 100644 index 000000000..e511e5702 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Dataset.php @@ -0,0 +1,178 @@ +access = $access; + } + /** + * @return Google_Service_Bigquery_DatasetAccess + */ + public function getAccess() + { + return $this->access; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + /** + * @param Google_Service_Bigquery_DatasetReference + */ + public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference) + { + $this->datasetReference = $datasetReference; + } + /** + * @return Google_Service_Bigquery_DatasetReference + */ + public function getDatasetReference() + { + return $this->datasetReference; + } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setDefaultEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $defaultEncryptionConfiguration) + { + $this->defaultEncryptionConfiguration = $defaultEncryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getDefaultEncryptionConfiguration() + { + return $this->defaultEncryptionConfiguration; + } + public function setDefaultPartitionExpirationMs($defaultPartitionExpirationMs) + { + $this->defaultPartitionExpirationMs = $defaultPartitionExpirationMs; + } + public function getDefaultPartitionExpirationMs() + { + return $this->defaultPartitionExpirationMs; + } + public function setDefaultTableExpirationMs($defaultTableExpirationMs) + { + $this->defaultTableExpirationMs = $defaultTableExpirationMs; + } + public function getDefaultTableExpirationMs() + { + return $this->defaultTableExpirationMs; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + 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 setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php new file mode 100644 index 000000000..7b3e428b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php @@ -0,0 +1,91 @@ +domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setGroupByEmail($groupByEmail) + { + $this->groupByEmail = $groupByEmail; + } + public function getGroupByEmail() + { + return $this->groupByEmail; + } + public function setIamMember($iamMember) + { + $this->iamMember = $iamMember; + } + public function getIamMember() + { + return $this->iamMember; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setSpecialGroup($specialGroup) + { + $this->specialGroup = $specialGroup; + } + public function getSpecialGroup() + { + return $this->specialGroup; + } + public function setUserByEmail($userByEmail) + { + $this->userByEmail = $userByEmail; + } + public function getUserByEmail() + { + return $this->userByEmail; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setView(Google_Service_Bigquery_TableReference $view) + { + $this->view = $view; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getView() + { + return $this->view; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.php new file mode 100644 index 000000000..0d05e79db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.php @@ -0,0 +1,65 @@ +datasets = $datasets; + } + /** + * @return Google_Service_Bigquery_DatasetListDatasets + */ + public function getDatasets() + { + return $this->datasets; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php new file mode 100644 index 000000000..d751fa649 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php @@ -0,0 +1,82 @@ +datasetReference = $datasetReference; + } + /** + * @return Google_Service_Bigquery_DatasetReference + */ + public function getDatasetReference() + { + return $this->datasetReference; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + 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 setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.php new file mode 100644 index 000000000..48e10bddd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.php @@ -0,0 +1,39 @@ +datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DestinationTableProperties.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DestinationTableProperties.php new file mode 100644 index 000000000..aafc0ece1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DestinationTableProperties.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/EncryptionConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/EncryptionConfiguration.php new file mode 100644 index 000000000..5d266d7b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/EncryptionConfiguration.php @@ -0,0 +1,30 @@ +kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Entry.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Entry.php new file mode 100644 index 000000000..6f213b753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Entry.php @@ -0,0 +1,39 @@ +itemCount = $itemCount; + } + public function getItemCount() + { + return $this->itemCount; + } + public function setPredictedLabel($predictedLabel) + { + $this->predictedLabel = $predictedLabel; + } + public function getPredictedLabel() + { + return $this->predictedLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ErrorProto.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ErrorProto.php new file mode 100644 index 000000000..8d9a35e4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ErrorProto.php @@ -0,0 +1,57 @@ +debugInfo = $debugInfo; + } + public function getDebugInfo() + { + return $this->debugInfo; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php new file mode 100644 index 000000000..48751aa79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php @@ -0,0 +1,85 @@ +binaryClassificationMetrics = $binaryClassificationMetrics; + } + /** + * @return Google_Service_Bigquery_BinaryClassificationMetrics + */ + public function getBinaryClassificationMetrics() + { + return $this->binaryClassificationMetrics; + } + /** + * @param Google_Service_Bigquery_ClusteringMetrics + */ + public function setClusteringMetrics(Google_Service_Bigquery_ClusteringMetrics $clusteringMetrics) + { + $this->clusteringMetrics = $clusteringMetrics; + } + /** + * @return Google_Service_Bigquery_ClusteringMetrics + */ + public function getClusteringMetrics() + { + return $this->clusteringMetrics; + } + /** + * @param Google_Service_Bigquery_MultiClassClassificationMetrics + */ + public function setMultiClassClassificationMetrics(Google_Service_Bigquery_MultiClassClassificationMetrics $multiClassClassificationMetrics) + { + $this->multiClassClassificationMetrics = $multiClassClassificationMetrics; + } + /** + * @return Google_Service_Bigquery_MultiClassClassificationMetrics + */ + public function getMultiClassClassificationMetrics() + { + return $this->multiClassClassificationMetrics; + } + /** + * @param Google_Service_Bigquery_RegressionMetrics + */ + public function setRegressionMetrics(Google_Service_Bigquery_RegressionMetrics $regressionMetrics) + { + $this->regressionMetrics = $regressionMetrics; + } + /** + * @return Google_Service_Bigquery_RegressionMetrics + */ + public function getRegressionMetrics() + { + return $this->regressionMetrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStage.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStage.php new file mode 100644 index 000000000..4d79c2cd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStage.php @@ -0,0 +1,290 @@ +completedParallelInputs = $completedParallelInputs; + } + public function getCompletedParallelInputs() + { + return $this->completedParallelInputs; + } + public function setComputeMsAvg($computeMsAvg) + { + $this->computeMsAvg = $computeMsAvg; + } + public function getComputeMsAvg() + { + return $this->computeMsAvg; + } + public function setComputeMsMax($computeMsMax) + { + $this->computeMsMax = $computeMsMax; + } + public function getComputeMsMax() + { + return $this->computeMsMax; + } + public function setComputeRatioAvg($computeRatioAvg) + { + $this->computeRatioAvg = $computeRatioAvg; + } + public function getComputeRatioAvg() + { + return $this->computeRatioAvg; + } + public function setComputeRatioMax($computeRatioMax) + { + $this->computeRatioMax = $computeRatioMax; + } + public function getComputeRatioMax() + { + return $this->computeRatioMax; + } + public function setEndMs($endMs) + { + $this->endMs = $endMs; + } + public function getEndMs() + { + return $this->endMs; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInputStages($inputStages) + { + $this->inputStages = $inputStages; + } + public function getInputStages() + { + return $this->inputStages; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParallelInputs($parallelInputs) + { + $this->parallelInputs = $parallelInputs; + } + public function getParallelInputs() + { + return $this->parallelInputs; + } + public function setReadMsAvg($readMsAvg) + { + $this->readMsAvg = $readMsAvg; + } + public function getReadMsAvg() + { + return $this->readMsAvg; + } + public function setReadMsMax($readMsMax) + { + $this->readMsMax = $readMsMax; + } + public function getReadMsMax() + { + return $this->readMsMax; + } + public function setReadRatioAvg($readRatioAvg) + { + $this->readRatioAvg = $readRatioAvg; + } + public function getReadRatioAvg() + { + return $this->readRatioAvg; + } + public function setReadRatioMax($readRatioMax) + { + $this->readRatioMax = $readRatioMax; + } + public function getReadRatioMax() + { + return $this->readRatioMax; + } + public function setRecordsRead($recordsRead) + { + $this->recordsRead = $recordsRead; + } + public function getRecordsRead() + { + return $this->recordsRead; + } + public function setRecordsWritten($recordsWritten) + { + $this->recordsWritten = $recordsWritten; + } + public function getRecordsWritten() + { + return $this->recordsWritten; + } + public function setShuffleOutputBytes($shuffleOutputBytes) + { + $this->shuffleOutputBytes = $shuffleOutputBytes; + } + public function getShuffleOutputBytes() + { + return $this->shuffleOutputBytes; + } + public function setShuffleOutputBytesSpilled($shuffleOutputBytesSpilled) + { + $this->shuffleOutputBytesSpilled = $shuffleOutputBytesSpilled; + } + public function getShuffleOutputBytesSpilled() + { + return $this->shuffleOutputBytesSpilled; + } + public function setStartMs($startMs) + { + $this->startMs = $startMs; + } + public function getStartMs() + { + return $this->startMs; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Bigquery_ExplainQueryStep + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_Bigquery_ExplainQueryStep + */ + public function getSteps() + { + return $this->steps; + } + public function setWaitMsAvg($waitMsAvg) + { + $this->waitMsAvg = $waitMsAvg; + } + public function getWaitMsAvg() + { + return $this->waitMsAvg; + } + public function setWaitMsMax($waitMsMax) + { + $this->waitMsMax = $waitMsMax; + } + public function getWaitMsMax() + { + return $this->waitMsMax; + } + public function setWaitRatioAvg($waitRatioAvg) + { + $this->waitRatioAvg = $waitRatioAvg; + } + public function getWaitRatioAvg() + { + return $this->waitRatioAvg; + } + public function setWaitRatioMax($waitRatioMax) + { + $this->waitRatioMax = $waitRatioMax; + } + public function getWaitRatioMax() + { + return $this->waitRatioMax; + } + public function setWriteMsAvg($writeMsAvg) + { + $this->writeMsAvg = $writeMsAvg; + } + public function getWriteMsAvg() + { + return $this->writeMsAvg; + } + public function setWriteMsMax($writeMsMax) + { + $this->writeMsMax = $writeMsMax; + } + public function getWriteMsMax() + { + return $this->writeMsMax; + } + public function setWriteRatioAvg($writeRatioAvg) + { + $this->writeRatioAvg = $writeRatioAvg; + } + public function getWriteRatioAvg() + { + return $this->writeRatioAvg; + } + public function setWriteRatioMax($writeRatioMax) + { + $this->writeRatioMax = $writeRatioMax; + } + public function getWriteRatioMax() + { + return $this->writeRatioMax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php new file mode 100644 index 000000000..e453de052 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php @@ -0,0 +1,40 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSubsteps($substeps) + { + $this->substeps = $substeps; + } + public function getSubsteps() + { + return $this->substeps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExternalDataConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExternalDataConfiguration.php new file mode 100644 index 000000000..075a3b496 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExternalDataConfiguration.php @@ -0,0 +1,165 @@ +autodetect = $autodetect; + } + public function getAutodetect() + { + return $this->autodetect; + } + /** + * @param Google_Service_Bigquery_BigtableOptions + */ + public function setBigtableOptions(Google_Service_Bigquery_BigtableOptions $bigtableOptions) + { + $this->bigtableOptions = $bigtableOptions; + } + /** + * @return Google_Service_Bigquery_BigtableOptions + */ + public function getBigtableOptions() + { + return $this->bigtableOptions; + } + public function setCompression($compression) + { + $this->compression = $compression; + } + public function getCompression() + { + return $this->compression; + } + /** + * @param Google_Service_Bigquery_CsvOptions + */ + public function setCsvOptions(Google_Service_Bigquery_CsvOptions $csvOptions) + { + $this->csvOptions = $csvOptions; + } + /** + * @return Google_Service_Bigquery_CsvOptions + */ + public function getCsvOptions() + { + return $this->csvOptions; + } + /** + * @param Google_Service_Bigquery_GoogleSheetsOptions + */ + public function setGoogleSheetsOptions(Google_Service_Bigquery_GoogleSheetsOptions $googleSheetsOptions) + { + $this->googleSheetsOptions = $googleSheetsOptions; + } + /** + * @return Google_Service_Bigquery_GoogleSheetsOptions + */ + public function getGoogleSheetsOptions() + { + return $this->googleSheetsOptions; + } + public function setHivePartitioningMode($hivePartitioningMode) + { + $this->hivePartitioningMode = $hivePartitioningMode; + } + public function getHivePartitioningMode() + { + return $this->hivePartitioningMode; + } + /** + * @param Google_Service_Bigquery_HivePartitioningOptions + */ + public function setHivePartitioningOptions(Google_Service_Bigquery_HivePartitioningOptions $hivePartitioningOptions) + { + $this->hivePartitioningOptions = $hivePartitioningOptions; + } + /** + * @return Google_Service_Bigquery_HivePartitioningOptions + */ + public function getHivePartitioningOptions() + { + return $this->hivePartitioningOptions; + } + public function setIgnoreUnknownValues($ignoreUnknownValues) + { + $this->ignoreUnknownValues = $ignoreUnknownValues; + } + public function getIgnoreUnknownValues() + { + return $this->ignoreUnknownValues; + } + public function setMaxBadRecords($maxBadRecords) + { + $this->maxBadRecords = $maxBadRecords; + } + public function getMaxBadRecords() + { + return $this->maxBadRecords; + } + /** + * @param Google_Service_Bigquery_TableSchema + */ + public function setSchema(Google_Service_Bigquery_TableSchema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_Bigquery_TableSchema + */ + public function getSchema() + { + return $this->schema; + } + public function setSourceFormat($sourceFormat) + { + $this->sourceFormat = $sourceFormat; + } + public function getSourceFormat() + { + return $this->sourceFormat; + } + public function setSourceUris($sourceUris) + { + $this->sourceUris = $sourceUris; + } + public function getSourceUris() + { + return $this->sourceUris; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/FeatureValue.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/FeatureValue.php new file mode 100644 index 000000000..1f2b3dfdf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/FeatureValue.php @@ -0,0 +1,55 @@ +categoricalValue = $categoricalValue; + } + /** + * @return Google_Service_Bigquery_CategoricalValue + */ + public function getCategoricalValue() + { + return $this->categoricalValue; + } + public function setFeatureColumn($featureColumn) + { + $this->featureColumn = $featureColumn; + } + public function getFeatureColumn() + { + return $this->featureColumn; + } + public function setNumericalValue($numericalValue) + { + $this->numericalValue = $numericalValue; + } + public function getNumericalValue() + { + return $this->numericalValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php new file mode 100644 index 000000000..c623a34bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php @@ -0,0 +1,158 @@ +cacheHit = $cacheHit; + } + public function getCacheHit() + { + return $this->cacheHit; + } + /** + * @param Google_Service_Bigquery_ErrorProto + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Bigquery_ErrorProto + */ + public function getErrors() + { + return $this->errors; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setJobComplete($jobComplete) + { + $this->jobComplete = $jobComplete; + } + public function getJobComplete() + { + return $this->jobComplete; + } + /** + * @param Google_Service_Bigquery_JobReference + */ + public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) + { + $this->jobReference = $jobReference; + } + /** + * @return Google_Service_Bigquery_JobReference + */ + public function getJobReference() + { + return $this->jobReference; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumDmlAffectedRows($numDmlAffectedRows) + { + $this->numDmlAffectedRows = $numDmlAffectedRows; + } + public function getNumDmlAffectedRows() + { + return $this->numDmlAffectedRows; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_Bigquery_TableRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Bigquery_TableRow + */ + public function getRows() + { + return $this->rows; + } + /** + * @param Google_Service_Bigquery_TableSchema + */ + public function setSchema(Google_Service_Bigquery_TableSchema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_Bigquery_TableSchema + */ + public function getSchema() + { + return $this->schema; + } + public function setTotalBytesProcessed($totalBytesProcessed) + { + $this->totalBytesProcessed = $totalBytesProcessed; + } + public function getTotalBytesProcessed() + { + return $this->totalBytesProcessed; + } + public function setTotalRows($totalRows) + { + $this->totalRows = $totalRows; + } + public function getTotalRows() + { + return $this->totalRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetServiceAccountResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetServiceAccountResponse.php new file mode 100644 index 000000000..69d64598f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetServiceAccountResponse.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php new file mode 100644 index 000000000..3da1a49b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php @@ -0,0 +1,39 @@ +range = $range; + } + public function getRange() + { + return $this->range; + } + public function setSkipLeadingRows($skipLeadingRows) + { + $this->skipLeadingRows = $skipLeadingRows; + } + public function getSkipLeadingRows() + { + return $this->skipLeadingRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/HivePartitioningOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/HivePartitioningOptions.php new file mode 100644 index 000000000..28e889254 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/HivePartitioningOptions.php @@ -0,0 +1,39 @@ +mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setSourceUriPrefix($sourceUriPrefix) + { + $this->sourceUriPrefix = $sourceUriPrefix; + } + public function getSourceUriPrefix() + { + return $this->sourceUriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php new file mode 100644 index 000000000..4b4e1b739 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php @@ -0,0 +1,99 @@ +arimaResult = $arimaResult; + } + /** + * @return Google_Service_Bigquery_ArimaResult + */ + public function getArimaResult() + { + return $this->arimaResult; + } + /** + * @param Google_Service_Bigquery_ClusterInfo + */ + public function setClusterInfos($clusterInfos) + { + $this->clusterInfos = $clusterInfos; + } + /** + * @return Google_Service_Bigquery_ClusterInfo + */ + public function getClusterInfos() + { + return $this->clusterInfos; + } + public function setDurationMs($durationMs) + { + $this->durationMs = $durationMs; + } + public function getDurationMs() + { + return $this->durationMs; + } + public function setEvalLoss($evalLoss) + { + $this->evalLoss = $evalLoss; + } + public function getEvalLoss() + { + return $this->evalLoss; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setLearnRate($learnRate) + { + $this->learnRate = $learnRate; + } + public function getLearnRate() + { + return $this->learnRate; + } + public function setTrainingLoss($trainingLoss) + { + $this->trainingLoss = $trainingLoss; + } + public function getTrainingLoss() + { + return $this->trainingLoss; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php new file mode 100644 index 000000000..dc3f27891 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php @@ -0,0 +1,133 @@ + "user_email", + ); + protected $configurationType = 'Google_Service_Bigquery_JobConfiguration'; + protected $configurationDataType = ''; + public $etag; + public $id; + protected $jobReferenceType = 'Google_Service_Bigquery_JobReference'; + protected $jobReferenceDataType = ''; + public $kind; + public $selfLink; + protected $statisticsType = 'Google_Service_Bigquery_JobStatistics'; + protected $statisticsDataType = ''; + protected $statusType = 'Google_Service_Bigquery_JobStatus'; + protected $statusDataType = ''; + public $userEmail; + + /** + * @param Google_Service_Bigquery_JobConfiguration + */ + public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration) + { + $this->configuration = $configuration; + } + /** + * @return Google_Service_Bigquery_JobConfiguration + */ + public function getConfiguration() + { + return $this->configuration; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Bigquery_JobReference + */ + public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) + { + $this->jobReference = $jobReference; + } + /** + * @return Google_Service_Bigquery_JobReference + */ + public function getJobReference() + { + return $this->jobReference; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Bigquery_JobStatistics + */ + public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics) + { + $this->statistics = $statistics; + } + /** + * @return Google_Service_Bigquery_JobStatistics + */ + public function getStatistics() + { + return $this->statistics; + } + /** + * @param Google_Service_Bigquery_JobStatus + */ + public function setStatus(Google_Service_Bigquery_JobStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Bigquery_JobStatus + */ + public function getStatus() + { + return $this->status; + } + public function setUserEmail($userEmail) + { + $this->userEmail = $userEmail; + } + public function getUserEmail() + { + return $this->userEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php new file mode 100644 index 000000000..524b95d52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php @@ -0,0 +1,46 @@ +job = $job; + } + /** + * @return Google_Service_Bigquery_Job + */ + public function getJob() + { + return $this->job; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php new file mode 100644 index 000000000..3d625b3eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php @@ -0,0 +1,121 @@ +copy = $copy; + } + /** + * @return Google_Service_Bigquery_JobConfigurationTableCopy + */ + public function getCopy() + { + return $this->copy; + } + public function setDryRun($dryRun) + { + $this->dryRun = $dryRun; + } + public function getDryRun() + { + return $this->dryRun; + } + /** + * @param Google_Service_Bigquery_JobConfigurationExtract + */ + public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract) + { + $this->extract = $extract; + } + /** + * @return Google_Service_Bigquery_JobConfigurationExtract + */ + public function getExtract() + { + return $this->extract; + } + public function setJobTimeoutMs($jobTimeoutMs) + { + $this->jobTimeoutMs = $jobTimeoutMs; + } + public function getJobTimeoutMs() + { + return $this->jobTimeoutMs; + } + public function setJobType($jobType) + { + $this->jobType = $jobType; + } + public function getJobType() + { + return $this->jobType; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Bigquery_JobConfigurationLoad + */ + public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load) + { + $this->load = $load; + } + /** + * @return Google_Service_Bigquery_JobConfigurationLoad + */ + public function getLoad() + { + return $this->load; + } + /** + * @param Google_Service_Bigquery_JobConfigurationQuery + */ + public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Bigquery_JobConfigurationQuery + */ + public function getQuery() + { + return $this->query; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php new file mode 100644 index 000000000..4e7df8a5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php @@ -0,0 +1,117 @@ +compression = $compression; + } + public function getCompression() + { + return $this->compression; + } + public function setDestinationFormat($destinationFormat) + { + $this->destinationFormat = $destinationFormat; + } + public function getDestinationFormat() + { + return $this->destinationFormat; + } + public function setDestinationUri($destinationUri) + { + $this->destinationUri = $destinationUri; + } + public function getDestinationUri() + { + return $this->destinationUri; + } + public function setDestinationUris($destinationUris) + { + $this->destinationUris = $destinationUris; + } + public function getDestinationUris() + { + return $this->destinationUris; + } + public function setFieldDelimiter($fieldDelimiter) + { + $this->fieldDelimiter = $fieldDelimiter; + } + public function getFieldDelimiter() + { + return $this->fieldDelimiter; + } + public function setPrintHeader($printHeader) + { + $this->printHeader = $printHeader; + } + public function getPrintHeader() + { + return $this->printHeader; + } + /** + * @param Google_Service_Bigquery_ModelReference + */ + public function setSourceModel(Google_Service_Bigquery_ModelReference $sourceModel) + { + $this->sourceModel = $sourceModel; + } + /** + * @return Google_Service_Bigquery_ModelReference + */ + public function getSourceModel() + { + return $this->sourceModel; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable) + { + $this->sourceTable = $sourceTable; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getSourceTable() + { + return $this->sourceTable; + } + public function setUseAvroLogicalTypes($useAvroLogicalTypes) + { + $this->useAvroLogicalTypes = $useAvroLogicalTypes; + } + public function getUseAvroLogicalTypes() + { + return $this->useAvroLogicalTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php new file mode 100644 index 000000000..f6fa1bf57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php @@ -0,0 +1,330 @@ +allowJaggedRows = $allowJaggedRows; + } + public function getAllowJaggedRows() + { + return $this->allowJaggedRows; + } + public function setAllowQuotedNewlines($allowQuotedNewlines) + { + $this->allowQuotedNewlines = $allowQuotedNewlines; + } + public function getAllowQuotedNewlines() + { + return $this->allowQuotedNewlines; + } + public function setAutodetect($autodetect) + { + $this->autodetect = $autodetect; + } + public function getAutodetect() + { + return $this->autodetect; + } + /** + * @param Google_Service_Bigquery_Clustering + */ + public function setClustering(Google_Service_Bigquery_Clustering $clustering) + { + $this->clustering = $clustering; + } + /** + * @return Google_Service_Bigquery_Clustering + */ + public function getClustering() + { + return $this->clustering; + } + public function setCreateDisposition($createDisposition) + { + $this->createDisposition = $createDisposition; + } + public function getCreateDisposition() + { + return $this->createDisposition; + } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) + { + $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getDestinationEncryptionConfiguration() + { + return $this->destinationEncryptionConfiguration; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) + { + $this->destinationTable = $destinationTable; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getDestinationTable() + { + return $this->destinationTable; + } + /** + * @param Google_Service_Bigquery_DestinationTableProperties + */ + public function setDestinationTableProperties(Google_Service_Bigquery_DestinationTableProperties $destinationTableProperties) + { + $this->destinationTableProperties = $destinationTableProperties; + } + /** + * @return Google_Service_Bigquery_DestinationTableProperties + */ + public function getDestinationTableProperties() + { + return $this->destinationTableProperties; + } + public function setEncoding($encoding) + { + $this->encoding = $encoding; + } + public function getEncoding() + { + return $this->encoding; + } + public function setFieldDelimiter($fieldDelimiter) + { + $this->fieldDelimiter = $fieldDelimiter; + } + public function getFieldDelimiter() + { + return $this->fieldDelimiter; + } + public function setHivePartitioningMode($hivePartitioningMode) + { + $this->hivePartitioningMode = $hivePartitioningMode; + } + public function getHivePartitioningMode() + { + return $this->hivePartitioningMode; + } + /** + * @param Google_Service_Bigquery_HivePartitioningOptions + */ + public function setHivePartitioningOptions(Google_Service_Bigquery_HivePartitioningOptions $hivePartitioningOptions) + { + $this->hivePartitioningOptions = $hivePartitioningOptions; + } + /** + * @return Google_Service_Bigquery_HivePartitioningOptions + */ + public function getHivePartitioningOptions() + { + return $this->hivePartitioningOptions; + } + public function setIgnoreUnknownValues($ignoreUnknownValues) + { + $this->ignoreUnknownValues = $ignoreUnknownValues; + } + public function getIgnoreUnknownValues() + { + return $this->ignoreUnknownValues; + } + public function setMaxBadRecords($maxBadRecords) + { + $this->maxBadRecords = $maxBadRecords; + } + public function getMaxBadRecords() + { + return $this->maxBadRecords; + } + public function setNullMarker($nullMarker) + { + $this->nullMarker = $nullMarker; + } + public function getNullMarker() + { + return $this->nullMarker; + } + public function setProjectionFields($projectionFields) + { + $this->projectionFields = $projectionFields; + } + public function getProjectionFields() + { + return $this->projectionFields; + } + public function setQuote($quote) + { + $this->quote = $quote; + } + public function getQuote() + { + return $this->quote; + } + /** + * @param Google_Service_Bigquery_RangePartitioning + */ + public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) + { + $this->rangePartitioning = $rangePartitioning; + } + /** + * @return Google_Service_Bigquery_RangePartitioning + */ + public function getRangePartitioning() + { + return $this->rangePartitioning; + } + /** + * @param Google_Service_Bigquery_TableSchema + */ + public function setSchema(Google_Service_Bigquery_TableSchema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_Bigquery_TableSchema + */ + public function getSchema() + { + return $this->schema; + } + public function setSchemaInline($schemaInline) + { + $this->schemaInline = $schemaInline; + } + public function getSchemaInline() + { + return $this->schemaInline; + } + public function setSchemaInlineFormat($schemaInlineFormat) + { + $this->schemaInlineFormat = $schemaInlineFormat; + } + public function getSchemaInlineFormat() + { + return $this->schemaInlineFormat; + } + public function setSchemaUpdateOptions($schemaUpdateOptions) + { + $this->schemaUpdateOptions = $schemaUpdateOptions; + } + public function getSchemaUpdateOptions() + { + return $this->schemaUpdateOptions; + } + public function setSkipLeadingRows($skipLeadingRows) + { + $this->skipLeadingRows = $skipLeadingRows; + } + public function getSkipLeadingRows() + { + return $this->skipLeadingRows; + } + public function setSourceFormat($sourceFormat) + { + $this->sourceFormat = $sourceFormat; + } + public function getSourceFormat() + { + return $this->sourceFormat; + } + public function setSourceUris($sourceUris) + { + $this->sourceUris = $sourceUris; + } + public function getSourceUris() + { + return $this->sourceUris; + } + /** + * @param Google_Service_Bigquery_TimePartitioning + */ + public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) + { + $this->timePartitioning = $timePartitioning; + } + /** + * @return Google_Service_Bigquery_TimePartitioning + */ + public function getTimePartitioning() + { + return $this->timePartitioning; + } + public function setUseAvroLogicalTypes($useAvroLogicalTypes) + { + $this->useAvroLogicalTypes = $useAvroLogicalTypes; + } + public function getUseAvroLogicalTypes() + { + return $this->useAvroLogicalTypes; + } + public function setWriteDisposition($writeDisposition) + { + $this->writeDisposition = $writeDisposition; + } + public function getWriteDisposition() + { + return $this->writeDisposition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationQuery.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationQuery.php new file mode 100644 index 000000000..9d26ac8f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationQuery.php @@ -0,0 +1,283 @@ +allowLargeResults = $allowLargeResults; + } + public function getAllowLargeResults() + { + return $this->allowLargeResults; + } + /** + * @param Google_Service_Bigquery_Clustering + */ + public function setClustering(Google_Service_Bigquery_Clustering $clustering) + { + $this->clustering = $clustering; + } + /** + * @return Google_Service_Bigquery_Clustering + */ + public function getClustering() + { + return $this->clustering; + } + public function setCreateDisposition($createDisposition) + { + $this->createDisposition = $createDisposition; + } + public function getCreateDisposition() + { + return $this->createDisposition; + } + /** + * @param Google_Service_Bigquery_DatasetReference + */ + public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset) + { + $this->defaultDataset = $defaultDataset; + } + /** + * @return Google_Service_Bigquery_DatasetReference + */ + public function getDefaultDataset() + { + return $this->defaultDataset; + } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) + { + $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getDestinationEncryptionConfiguration() + { + return $this->destinationEncryptionConfiguration; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) + { + $this->destinationTable = $destinationTable; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getDestinationTable() + { + return $this->destinationTable; + } + public function setFlattenResults($flattenResults) + { + $this->flattenResults = $flattenResults; + } + public function getFlattenResults() + { + return $this->flattenResults; + } + public function setMaximumBillingTier($maximumBillingTier) + { + $this->maximumBillingTier = $maximumBillingTier; + } + public function getMaximumBillingTier() + { + return $this->maximumBillingTier; + } + public function setMaximumBytesBilled($maximumBytesBilled) + { + $this->maximumBytesBilled = $maximumBytesBilled; + } + public function getMaximumBytesBilled() + { + return $this->maximumBytesBilled; + } + public function setParameterMode($parameterMode) + { + $this->parameterMode = $parameterMode; + } + public function getParameterMode() + { + return $this->parameterMode; + } + public function setPreserveNulls($preserveNulls) + { + $this->preserveNulls = $preserveNulls; + } + public function getPreserveNulls() + { + return $this->preserveNulls; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_Bigquery_QueryParameter + */ + public function setQueryParameters($queryParameters) + { + $this->queryParameters = $queryParameters; + } + /** + * @return Google_Service_Bigquery_QueryParameter + */ + public function getQueryParameters() + { + return $this->queryParameters; + } + /** + * @param Google_Service_Bigquery_RangePartitioning + */ + public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) + { + $this->rangePartitioning = $rangePartitioning; + } + /** + * @return Google_Service_Bigquery_RangePartitioning + */ + public function getRangePartitioning() + { + return $this->rangePartitioning; + } + public function setSchemaUpdateOptions($schemaUpdateOptions) + { + $this->schemaUpdateOptions = $schemaUpdateOptions; + } + public function getSchemaUpdateOptions() + { + return $this->schemaUpdateOptions; + } + /** + * @param Google_Service_Bigquery_ExternalDataConfiguration + */ + public function setTableDefinitions($tableDefinitions) + { + $this->tableDefinitions = $tableDefinitions; + } + /** + * @return Google_Service_Bigquery_ExternalDataConfiguration + */ + public function getTableDefinitions() + { + return $this->tableDefinitions; + } + /** + * @param Google_Service_Bigquery_TimePartitioning + */ + public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) + { + $this->timePartitioning = $timePartitioning; + } + /** + * @return Google_Service_Bigquery_TimePartitioning + */ + public function getTimePartitioning() + { + return $this->timePartitioning; + } + public function setUseLegacySql($useLegacySql) + { + $this->useLegacySql = $useLegacySql; + } + public function getUseLegacySql() + { + return $this->useLegacySql; + } + public function setUseQueryCache($useQueryCache) + { + $this->useQueryCache = $useQueryCache; + } + public function getUseQueryCache() + { + return $this->useQueryCache; + } + /** + * @param Google_Service_Bigquery_UserDefinedFunctionResource + */ + public function setUserDefinedFunctionResources($userDefinedFunctionResources) + { + $this->userDefinedFunctionResources = $userDefinedFunctionResources; + } + /** + * @return Google_Service_Bigquery_UserDefinedFunctionResource + */ + public function getUserDefinedFunctionResources() + { + return $this->userDefinedFunctionResources; + } + public function setWriteDisposition($writeDisposition) + { + $this->writeDisposition = $writeDisposition; + } + public function getWriteDisposition() + { + return $this->writeDisposition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php new file mode 100644 index 000000000..721f5be0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php @@ -0,0 +1,104 @@ +createDisposition = $createDisposition; + } + public function getCreateDisposition() + { + return $this->createDisposition; + } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) + { + $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getDestinationEncryptionConfiguration() + { + return $this->destinationEncryptionConfiguration; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) + { + $this->destinationTable = $destinationTable; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getDestinationTable() + { + return $this->destinationTable; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable) + { + $this->sourceTable = $sourceTable; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getSourceTable() + { + return $this->sourceTable; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setSourceTables($sourceTables) + { + $this->sourceTables = $sourceTables; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getSourceTables() + { + return $this->sourceTables; + } + public function setWriteDisposition($writeDisposition) + { + $this->writeDisposition = $writeDisposition; + } + public function getWriteDisposition() + { + return $this->writeDisposition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php new file mode 100644 index 000000000..22a28ad62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Bigquery_JobListJobs + */ + public function setJobs($jobs) + { + $this->jobs = $jobs; + } + /** + * @return Google_Service_Bigquery_JobListJobs + */ + public function getJobs() + { + return $this->jobs; + } + 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/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php new file mode 100644 index 000000000..be4353816 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php @@ -0,0 +1,140 @@ + "user_email", + ); + protected $configurationType = 'Google_Service_Bigquery_JobConfiguration'; + protected $configurationDataType = ''; + protected $errorResultType = 'Google_Service_Bigquery_ErrorProto'; + protected $errorResultDataType = ''; + public $id; + protected $jobReferenceType = 'Google_Service_Bigquery_JobReference'; + protected $jobReferenceDataType = ''; + public $kind; + public $state; + protected $statisticsType = 'Google_Service_Bigquery_JobStatistics'; + protected $statisticsDataType = ''; + protected $statusType = 'Google_Service_Bigquery_JobStatus'; + protected $statusDataType = ''; + public $userEmail; + + /** + * @param Google_Service_Bigquery_JobConfiguration + */ + public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration) + { + $this->configuration = $configuration; + } + /** + * @return Google_Service_Bigquery_JobConfiguration + */ + public function getConfiguration() + { + return $this->configuration; + } + /** + * @param Google_Service_Bigquery_ErrorProto + */ + public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult) + { + $this->errorResult = $errorResult; + } + /** + * @return Google_Service_Bigquery_ErrorProto + */ + public function getErrorResult() + { + return $this->errorResult; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Bigquery_JobReference + */ + public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) + { + $this->jobReference = $jobReference; + } + /** + * @return Google_Service_Bigquery_JobReference + */ + public function getJobReference() + { + return $this->jobReference; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_Bigquery_JobStatistics + */ + public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics) + { + $this->statistics = $statistics; + } + /** + * @return Google_Service_Bigquery_JobStatistics + */ + public function getStatistics() + { + return $this->statistics; + } + /** + * @param Google_Service_Bigquery_JobStatus + */ + public function setStatus(Google_Service_Bigquery_JobStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Bigquery_JobStatus + */ + public function getStatus() + { + return $this->status; + } + public function setUserEmail($userEmail) + { + $this->userEmail = $userEmail; + } + public function getUserEmail() + { + return $this->userEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php new file mode 100644 index 000000000..f5bbc9f46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php @@ -0,0 +1,48 @@ +jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php new file mode 100644 index 000000000..ca61f5109 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php @@ -0,0 +1,195 @@ + "reservation_id", + ); + public $completionRatio; + public $creationTime; + public $endTime; + protected $extractType = 'Google_Service_Bigquery_JobStatistics4'; + protected $extractDataType = ''; + protected $loadType = 'Google_Service_Bigquery_JobStatistics3'; + protected $loadDataType = ''; + public $numChildJobs; + public $parentJobId; + protected $queryType = 'Google_Service_Bigquery_JobStatistics2'; + protected $queryDataType = ''; + public $quotaDeferments; + protected $reservationUsageType = 'Google_Service_Bigquery_JobStatisticsReservationUsage'; + protected $reservationUsageDataType = 'array'; + public $reservationId; + protected $scriptStatisticsType = 'Google_Service_Bigquery_ScriptStatistics'; + protected $scriptStatisticsDataType = ''; + public $startTime; + public $totalBytesProcessed; + public $totalSlotMs; + + public function setCompletionRatio($completionRatio) + { + $this->completionRatio = $completionRatio; + } + public function getCompletionRatio() + { + return $this->completionRatio; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Bigquery_JobStatistics4 + */ + public function setExtract(Google_Service_Bigquery_JobStatistics4 $extract) + { + $this->extract = $extract; + } + /** + * @return Google_Service_Bigquery_JobStatistics4 + */ + public function getExtract() + { + return $this->extract; + } + /** + * @param Google_Service_Bigquery_JobStatistics3 + */ + public function setLoad(Google_Service_Bigquery_JobStatistics3 $load) + { + $this->load = $load; + } + /** + * @return Google_Service_Bigquery_JobStatistics3 + */ + public function getLoad() + { + return $this->load; + } + public function setNumChildJobs($numChildJobs) + { + $this->numChildJobs = $numChildJobs; + } + public function getNumChildJobs() + { + return $this->numChildJobs; + } + public function setParentJobId($parentJobId) + { + $this->parentJobId = $parentJobId; + } + public function getParentJobId() + { + return $this->parentJobId; + } + /** + * @param Google_Service_Bigquery_JobStatistics2 + */ + public function setQuery(Google_Service_Bigquery_JobStatistics2 $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Bigquery_JobStatistics2 + */ + public function getQuery() + { + return $this->query; + } + public function setQuotaDeferments($quotaDeferments) + { + $this->quotaDeferments = $quotaDeferments; + } + public function getQuotaDeferments() + { + return $this->quotaDeferments; + } + /** + * @param Google_Service_Bigquery_JobStatisticsReservationUsage + */ + public function setReservationUsage($reservationUsage) + { + $this->reservationUsage = $reservationUsage; + } + /** + * @return Google_Service_Bigquery_JobStatisticsReservationUsage + */ + public function getReservationUsage() + { + return $this->reservationUsage; + } + public function setReservationId($reservationId) + { + $this->reservationId = $reservationId; + } + public function getReservationId() + { + return $this->reservationId; + } + /** + * @param Google_Service_Bigquery_ScriptStatistics + */ + public function setScriptStatistics(Google_Service_Bigquery_ScriptStatistics $scriptStatistics) + { + $this->scriptStatistics = $scriptStatistics; + } + /** + * @return Google_Service_Bigquery_ScriptStatistics + */ + public function getScriptStatistics() + { + return $this->scriptStatistics; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setTotalBytesProcessed($totalBytesProcessed) + { + $this->totalBytesProcessed = $totalBytesProcessed; + } + public function getTotalBytesProcessed() + { + return $this->totalBytesProcessed; + } + public function setTotalSlotMs($totalSlotMs) + { + $this->totalSlotMs = $totalSlotMs; + } + public function getTotalSlotMs() + { + return $this->totalSlotMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php new file mode 100644 index 000000000..8f9daf04f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php @@ -0,0 +1,299 @@ +billingTier = $billingTier; + } + public function getBillingTier() + { + return $this->billingTier; + } + public function setCacheHit($cacheHit) + { + $this->cacheHit = $cacheHit; + } + public function getCacheHit() + { + return $this->cacheHit; + } + public function setDdlOperationPerformed($ddlOperationPerformed) + { + $this->ddlOperationPerformed = $ddlOperationPerformed; + } + public function getDdlOperationPerformed() + { + return $this->ddlOperationPerformed; + } + /** + * @param Google_Service_Bigquery_RoutineReference + */ + public function setDdlTargetRoutine(Google_Service_Bigquery_RoutineReference $ddlTargetRoutine) + { + $this->ddlTargetRoutine = $ddlTargetRoutine; + } + /** + * @return Google_Service_Bigquery_RoutineReference + */ + public function getDdlTargetRoutine() + { + return $this->ddlTargetRoutine; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setDdlTargetTable(Google_Service_Bigquery_TableReference $ddlTargetTable) + { + $this->ddlTargetTable = $ddlTargetTable; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getDdlTargetTable() + { + return $this->ddlTargetTable; + } + public function setEstimatedBytesProcessed($estimatedBytesProcessed) + { + $this->estimatedBytesProcessed = $estimatedBytesProcessed; + } + public function getEstimatedBytesProcessed() + { + return $this->estimatedBytesProcessed; + } + /** + * @param Google_Service_Bigquery_BigQueryModelTraining + */ + public function setModelTraining(Google_Service_Bigquery_BigQueryModelTraining $modelTraining) + { + $this->modelTraining = $modelTraining; + } + /** + * @return Google_Service_Bigquery_BigQueryModelTraining + */ + public function getModelTraining() + { + return $this->modelTraining; + } + public function setModelTrainingCurrentIteration($modelTrainingCurrentIteration) + { + $this->modelTrainingCurrentIteration = $modelTrainingCurrentIteration; + } + public function getModelTrainingCurrentIteration() + { + return $this->modelTrainingCurrentIteration; + } + public function setModelTrainingExpectedTotalIteration($modelTrainingExpectedTotalIteration) + { + $this->modelTrainingExpectedTotalIteration = $modelTrainingExpectedTotalIteration; + } + public function getModelTrainingExpectedTotalIteration() + { + return $this->modelTrainingExpectedTotalIteration; + } + public function setNumDmlAffectedRows($numDmlAffectedRows) + { + $this->numDmlAffectedRows = $numDmlAffectedRows; + } + public function getNumDmlAffectedRows() + { + return $this->numDmlAffectedRows; + } + /** + * @param Google_Service_Bigquery_ExplainQueryStage + */ + public function setQueryPlan($queryPlan) + { + $this->queryPlan = $queryPlan; + } + /** + * @return Google_Service_Bigquery_ExplainQueryStage + */ + public function getQueryPlan() + { + return $this->queryPlan; + } + /** + * @param Google_Service_Bigquery_RoutineReference + */ + public function setReferencedRoutines($referencedRoutines) + { + $this->referencedRoutines = $referencedRoutines; + } + /** + * @return Google_Service_Bigquery_RoutineReference + */ + public function getReferencedRoutines() + { + return $this->referencedRoutines; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setReferencedTables($referencedTables) + { + $this->referencedTables = $referencedTables; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getReferencedTables() + { + return $this->referencedTables; + } + /** + * @param Google_Service_Bigquery_JobStatistics2ReservationUsage + */ + public function setReservationUsage($reservationUsage) + { + $this->reservationUsage = $reservationUsage; + } + /** + * @return Google_Service_Bigquery_JobStatistics2ReservationUsage + */ + public function getReservationUsage() + { + return $this->reservationUsage; + } + /** + * @param Google_Service_Bigquery_TableSchema + */ + public function setSchema(Google_Service_Bigquery_TableSchema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_Bigquery_TableSchema + */ + public function getSchema() + { + return $this->schema; + } + public function setStatementType($statementType) + { + $this->statementType = $statementType; + } + public function getStatementType() + { + return $this->statementType; + } + /** + * @param Google_Service_Bigquery_QueryTimelineSample + */ + public function setTimeline($timeline) + { + $this->timeline = $timeline; + } + /** + * @return Google_Service_Bigquery_QueryTimelineSample + */ + public function getTimeline() + { + return $this->timeline; + } + public function setTotalBytesBilled($totalBytesBilled) + { + $this->totalBytesBilled = $totalBytesBilled; + } + public function getTotalBytesBilled() + { + return $this->totalBytesBilled; + } + public function setTotalBytesProcessed($totalBytesProcessed) + { + $this->totalBytesProcessed = $totalBytesProcessed; + } + public function getTotalBytesProcessed() + { + return $this->totalBytesProcessed; + } + public function setTotalBytesProcessedAccuracy($totalBytesProcessedAccuracy) + { + $this->totalBytesProcessedAccuracy = $totalBytesProcessedAccuracy; + } + public function getTotalBytesProcessedAccuracy() + { + return $this->totalBytesProcessedAccuracy; + } + public function setTotalPartitionsProcessed($totalPartitionsProcessed) + { + $this->totalPartitionsProcessed = $totalPartitionsProcessed; + } + public function getTotalPartitionsProcessed() + { + return $this->totalPartitionsProcessed; + } + public function setTotalSlotMs($totalSlotMs) + { + $this->totalSlotMs = $totalSlotMs; + } + public function getTotalSlotMs() + { + return $this->totalSlotMs; + } + /** + * @param Google_Service_Bigquery_QueryParameter + */ + public function setUndeclaredQueryParameters($undeclaredQueryParameters) + { + $this->undeclaredQueryParameters = $undeclaredQueryParameters; + } + /** + * @return Google_Service_Bigquery_QueryParameter + */ + public function getUndeclaredQueryParameters() + { + return $this->undeclaredQueryParameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2ReservationUsage.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2ReservationUsage.php new file mode 100644 index 000000000..7f380550a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2ReservationUsage.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSlotMs($slotMs) + { + $this->slotMs = $slotMs; + } + public function getSlotMs() + { + return $this->slotMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.php new file mode 100644 index 000000000..47c1263c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.php @@ -0,0 +1,66 @@ +badRecords = $badRecords; + } + public function getBadRecords() + { + return $this->badRecords; + } + public function setInputFileBytes($inputFileBytes) + { + $this->inputFileBytes = $inputFileBytes; + } + public function getInputFileBytes() + { + return $this->inputFileBytes; + } + public function setInputFiles($inputFiles) + { + $this->inputFiles = $inputFiles; + } + public function getInputFiles() + { + return $this->inputFiles; + } + public function setOutputBytes($outputBytes) + { + $this->outputBytes = $outputBytes; + } + public function getOutputBytes() + { + return $this->outputBytes; + } + public function setOutputRows($outputRows) + { + $this->outputRows = $outputRows; + } + public function getOutputRows() + { + return $this->outputRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php new file mode 100644 index 000000000..af62737c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php @@ -0,0 +1,40 @@ +destinationUriFileCounts = $destinationUriFileCounts; + } + public function getDestinationUriFileCounts() + { + return $this->destinationUriFileCounts; + } + public function setInputBytes($inputBytes) + { + $this->inputBytes = $inputBytes; + } + public function getInputBytes() + { + return $this->inputBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatisticsReservationUsage.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatisticsReservationUsage.php new file mode 100644 index 000000000..c6cb86617 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatisticsReservationUsage.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSlotMs($slotMs) + { + $this->slotMs = $slotMs; + } + public function getSlotMs() + { + return $this->slotMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatus.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatus.php new file mode 100644 index 000000000..d118b5313 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatus.php @@ -0,0 +1,63 @@ +errorResult = $errorResult; + } + /** + * @return Google_Service_Bigquery_ErrorProto + */ + public function getErrorResult() + { + return $this->errorResult; + } + /** + * @param Google_Service_Bigquery_ErrorProto + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Bigquery_ErrorProto + */ + public function getErrors() + { + return $this->errors; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ListModelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ListModelsResponse.php new file mode 100644 index 000000000..9aac51fac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ListModelsResponse.php @@ -0,0 +1,47 @@ +models = $models; + } + /** + * @return Google_Service_Bigquery_Model + */ + public function getModels() + { + return $this->models; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ListRoutinesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ListRoutinesResponse.php new file mode 100644 index 000000000..e00f3c048 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ListRoutinesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Bigquery_Routine + */ + public function setRoutines($routines) + { + $this->routines = $routines; + } + /** + * @return Google_Service_Bigquery_Routine + */ + public function getRoutines() + { + return $this->routines; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/LocationMetadata.php new file mode 100644 index 000000000..868371f57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/LocationMetadata.php @@ -0,0 +1,30 @@ +legacyLocationId = $legacyLocationId; + } + public function getLegacyLocationId() + { + return $this->legacyLocationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/MaterializedViewDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/MaterializedViewDefinition.php new file mode 100644 index 000000000..e27d07084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/MaterializedViewDefinition.php @@ -0,0 +1,39 @@ +lastRefreshTime = $lastRefreshTime; + } + public function getLastRefreshTime() + { + return $this->lastRefreshTime; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php new file mode 100644 index 000000000..ea3951a56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php @@ -0,0 +1,183 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration) + { + $this->encryptionConfiguration = $encryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getEncryptionConfiguration() + { + return $this->encryptionConfiguration; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + /** + * @param Google_Service_Bigquery_StandardSqlField + */ + public function setFeatureColumns($featureColumns) + { + $this->featureColumns = $featureColumns; + } + /** + * @return Google_Service_Bigquery_StandardSqlField + */ + public function getFeatureColumns() + { + return $this->featureColumns; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + /** + * @param Google_Service_Bigquery_StandardSqlField + */ + public function setLabelColumns($labelColumns) + { + $this->labelColumns = $labelColumns; + } + /** + * @return Google_Service_Bigquery_StandardSqlField + */ + public function getLabelColumns() + { + return $this->labelColumns; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Bigquery_ModelReference + */ + public function setModelReference(Google_Service_Bigquery_ModelReference $modelReference) + { + $this->modelReference = $modelReference; + } + /** + * @return Google_Service_Bigquery_ModelReference + */ + public function getModelReference() + { + return $this->modelReference; + } + public function setModelType($modelType) + { + $this->modelType = $modelType; + } + public function getModelType() + { + return $this->modelType; + } + /** + * @param Google_Service_Bigquery_TrainingRun + */ + public function setTrainingRuns($trainingRuns) + { + $this->trainingRuns = $trainingRuns; + } + /** + * @return Google_Service_Bigquery_TrainingRun + */ + public function getTrainingRuns() + { + return $this->trainingRuns; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinition.php new file mode 100644 index 000000000..a547a3800 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinition.php @@ -0,0 +1,54 @@ +modelOptions = $modelOptions; + } + /** + * @return Google_Service_Bigquery_ModelDefinitionModelOptions + */ + public function getModelOptions() + { + return $this->modelOptions; + } + /** + * @param Google_Service_Bigquery_BqmlTrainingRun + */ + public function setTrainingRuns($trainingRuns) + { + $this->trainingRuns = $trainingRuns; + } + /** + * @return Google_Service_Bigquery_BqmlTrainingRun + */ + public function getTrainingRuns() + { + return $this->trainingRuns; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinitionModelOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinitionModelOptions.php new file mode 100644 index 000000000..beb408caa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelDefinitionModelOptions.php @@ -0,0 +1,49 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLossType($lossType) + { + $this->lossType = $lossType; + } + public function getLossType() + { + return $this->lossType; + } + public function setModelType($modelType) + { + $this->modelType = $modelType; + } + public function getModelType() + { + return $this->modelType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelReference.php new file mode 100644 index 000000000..6908d7d85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ModelReference.php @@ -0,0 +1,48 @@ +datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setModelId($modelId) + { + $this->modelId = $modelId; + } + public function getModelId() + { + return $this->modelId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/MultiClassClassificationMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/MultiClassClassificationMetrics.php new file mode 100644 index 000000000..8016c5aa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/MultiClassClassificationMetrics.php @@ -0,0 +1,54 @@ +aggregateClassificationMetrics = $aggregateClassificationMetrics; + } + /** + * @return Google_Service_Bigquery_AggregateClassificationMetrics + */ + public function getAggregateClassificationMetrics() + { + return $this->aggregateClassificationMetrics; + } + /** + * @param Google_Service_Bigquery_ConfusionMatrix + */ + public function setConfusionMatrixList($confusionMatrixList) + { + $this->confusionMatrixList = $confusionMatrixList; + } + /** + * @return Google_Service_Bigquery_ConfusionMatrix + */ + public function getConfusionMatrixList() + { + return $this->confusionMatrixList; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php new file mode 100644 index 000000000..00fe3f06f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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; + } + /** + * @param Google_Service_Bigquery_ProjectListProjects + */ + public function setProjects($projects) + { + $this->projects = $projects; + } + /** + * @return Google_Service_Bigquery_ProjectListProjects + */ + public function getProjects() + { + return $this->projects; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php new file mode 100644 index 000000000..414d24f7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php @@ -0,0 +1,73 @@ +friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + 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 setNumericId($numericId) + { + $this->numericId = $numericId; + } + public function getNumericId() + { + return $this->numericId; + } + /** + * @param Google_Service_Bigquery_ProjectReference + */ + public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference) + { + $this->projectReference = $projectReference; + } + /** + * @return Google_Service_Bigquery_ProjectReference + */ + public function getProjectReference() + { + return $this->projectReference; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectReference.php new file mode 100644 index 000000000..63d1a1d40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectReference.php @@ -0,0 +1,30 @@ +projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameter.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameter.php new file mode 100644 index 000000000..180d3b162 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameter.php @@ -0,0 +1,62 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Bigquery_QueryParameterType + */ + public function setParameterType(Google_Service_Bigquery_QueryParameterType $parameterType) + { + $this->parameterType = $parameterType; + } + /** + * @return Google_Service_Bigquery_QueryParameterType + */ + public function getParameterType() + { + return $this->parameterType; + } + /** + * @param Google_Service_Bigquery_QueryParameterValue + */ + public function setParameterValue(Google_Service_Bigquery_QueryParameterValue $parameterValue) + { + $this->parameterValue = $parameterValue; + } + /** + * @return Google_Service_Bigquery_QueryParameterValue + */ + public function getParameterValue() + { + return $this->parameterValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.php new file mode 100644 index 000000000..94d22ec6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.php @@ -0,0 +1,63 @@ +arrayType = $arrayType; + } + /** + * @return Google_Service_Bigquery_QueryParameterType + */ + public function getArrayType() + { + return $this->arrayType; + } + /** + * @param Google_Service_Bigquery_QueryParameterTypeStructTypes + */ + public function setStructTypes($structTypes) + { + $this->structTypes = $structTypes; + } + /** + * @return Google_Service_Bigquery_QueryParameterTypeStructTypes + */ + public function getStructTypes() + { + return $this->structTypes; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php new file mode 100644 index 000000000..d2ca3eb89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php @@ -0,0 +1,55 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Bigquery_QueryParameterType + */ + public function setType(Google_Service_Bigquery_QueryParameterType $type) + { + $this->type = $type; + } + /** + * @return Google_Service_Bigquery_QueryParameterType + */ + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.php new file mode 100644 index 000000000..0feb5fb0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.php @@ -0,0 +1,63 @@ +arrayValues = $arrayValues; + } + /** + * @return Google_Service_Bigquery_QueryParameterValue + */ + public function getArrayValues() + { + return $this->arrayValues; + } + /** + * @param Google_Service_Bigquery_QueryParameterValue + */ + public function setStructValues($structValues) + { + $this->structValues = $structValues; + } + /** + * @return Google_Service_Bigquery_QueryParameterValue + */ + public function getStructValues() + { + return $this->structValues; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php new file mode 100644 index 000000000..261b5057a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php @@ -0,0 +1,144 @@ +defaultDataset = $defaultDataset; + } + /** + * @return Google_Service_Bigquery_DatasetReference + */ + public function getDefaultDataset() + { + return $this->defaultDataset; + } + public function setDryRun($dryRun) + { + $this->dryRun = $dryRun; + } + public function getDryRun() + { + return $this->dryRun; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMaxResults($maxResults) + { + $this->maxResults = $maxResults; + } + public function getMaxResults() + { + return $this->maxResults; + } + public function setParameterMode($parameterMode) + { + $this->parameterMode = $parameterMode; + } + public function getParameterMode() + { + return $this->parameterMode; + } + public function setPreserveNulls($preserveNulls) + { + $this->preserveNulls = $preserveNulls; + } + public function getPreserveNulls() + { + return $this->preserveNulls; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_Bigquery_QueryParameter + */ + public function setQueryParameters($queryParameters) + { + $this->queryParameters = $queryParameters; + } + /** + * @return Google_Service_Bigquery_QueryParameter + */ + public function getQueryParameters() + { + return $this->queryParameters; + } + public function setTimeoutMs($timeoutMs) + { + $this->timeoutMs = $timeoutMs; + } + public function getTimeoutMs() + { + return $this->timeoutMs; + } + public function setUseLegacySql($useLegacySql) + { + $this->useLegacySql = $useLegacySql; + } + public function getUseLegacySql() + { + return $this->useLegacySql; + } + public function setUseQueryCache($useQueryCache) + { + $this->useQueryCache = $useQueryCache; + } + public function getUseQueryCache() + { + return $this->useQueryCache; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php new file mode 100644 index 000000000..c5f9b1a8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php @@ -0,0 +1,149 @@ +cacheHit = $cacheHit; + } + public function getCacheHit() + { + return $this->cacheHit; + } + /** + * @param Google_Service_Bigquery_ErrorProto + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Bigquery_ErrorProto + */ + public function getErrors() + { + return $this->errors; + } + public function setJobComplete($jobComplete) + { + $this->jobComplete = $jobComplete; + } + public function getJobComplete() + { + return $this->jobComplete; + } + /** + * @param Google_Service_Bigquery_JobReference + */ + public function setJobReference(Google_Service_Bigquery_JobReference $jobReference) + { + $this->jobReference = $jobReference; + } + /** + * @return Google_Service_Bigquery_JobReference + */ + public function getJobReference() + { + return $this->jobReference; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumDmlAffectedRows($numDmlAffectedRows) + { + $this->numDmlAffectedRows = $numDmlAffectedRows; + } + public function getNumDmlAffectedRows() + { + return $this->numDmlAffectedRows; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_Bigquery_TableRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Bigquery_TableRow + */ + public function getRows() + { + return $this->rows; + } + /** + * @param Google_Service_Bigquery_TableSchema + */ + public function setSchema(Google_Service_Bigquery_TableSchema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_Bigquery_TableSchema + */ + public function getSchema() + { + return $this->schema; + } + public function setTotalBytesProcessed($totalBytesProcessed) + { + $this->totalBytesProcessed = $totalBytesProcessed; + } + public function getTotalBytesProcessed() + { + return $this->totalBytesProcessed; + } + public function setTotalRows($totalRows) + { + $this->totalRows = $totalRows; + } + public function getTotalRows() + { + return $this->totalRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryTimelineSample.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryTimelineSample.php new file mode 100644 index 000000000..0fd042f15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryTimelineSample.php @@ -0,0 +1,66 @@ +activeUnits = $activeUnits; + } + public function getActiveUnits() + { + return $this->activeUnits; + } + public function setCompletedUnits($completedUnits) + { + $this->completedUnits = $completedUnits; + } + public function getCompletedUnits() + { + return $this->completedUnits; + } + public function setElapsedMs($elapsedMs) + { + $this->elapsedMs = $elapsedMs; + } + public function getElapsedMs() + { + return $this->elapsedMs; + } + public function setPendingUnits($pendingUnits) + { + $this->pendingUnits = $pendingUnits; + } + public function getPendingUnits() + { + return $this->pendingUnits; + } + public function setTotalSlotMs($totalSlotMs) + { + $this->totalSlotMs = $totalSlotMs; + } + public function getTotalSlotMs() + { + return $this->totalSlotMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioning.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioning.php new file mode 100644 index 000000000..999448177 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioning.php @@ -0,0 +1,46 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + /** + * @param Google_Service_Bigquery_RangePartitioningRange + */ + public function setRange(Google_Service_Bigquery_RangePartitioningRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Bigquery_RangePartitioningRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioningRange.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioningRange.php new file mode 100644 index 000000000..5097df52b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RangePartitioningRange.php @@ -0,0 +1,48 @@ +end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setInterval($interval) + { + $this->interval = $interval; + } + public function getInterval() + { + return $this->interval; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/RegressionMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RegressionMetrics.php new file mode 100644 index 000000000..4d78b5f61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RegressionMetrics.php @@ -0,0 +1,66 @@ +meanAbsoluteError = $meanAbsoluteError; + } + public function getMeanAbsoluteError() + { + return $this->meanAbsoluteError; + } + public function setMeanSquaredError($meanSquaredError) + { + $this->meanSquaredError = $meanSquaredError; + } + public function getMeanSquaredError() + { + return $this->meanSquaredError; + } + public function setMeanSquaredLogError($meanSquaredLogError) + { + $this->meanSquaredLogError = $meanSquaredLogError; + } + public function getMeanSquaredLogError() + { + return $this->meanSquaredLogError; + } + public function setMedianAbsoluteError($medianAbsoluteError) + { + $this->medianAbsoluteError = $medianAbsoluteError; + } + public function getMedianAbsoluteError() + { + return $this->medianAbsoluteError; + } + public function setRSquared($rSquared) + { + $this->rSquared = $rSquared; + } + public function getRSquared() + { + return $this->rSquared; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php new file mode 100644 index 000000000..2bb1d2fb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php @@ -0,0 +1,134 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $datasets = $bigqueryService->datasets; + * + */ +class Google_Service_Bigquery_Resource_Datasets extends Google_Service_Resource +{ + /** + * Deletes the dataset specified by the datasetId value. Before you can delete a + * dataset, you must delete all its tables, either manually or by specifying + * deleteContents. Immediately after deletion, you can create another dataset + * with the same name. (datasets.delete) + * + * @param string $projectId Project ID of the dataset being deleted + * @param string $datasetId Dataset ID of dataset being deleted + * @param array $optParams Optional parameters. + * + * @opt_param bool deleteContents If True, delete all the tables in the dataset. + * If False and the dataset contains tables, the request will fail. Default is + * False + */ + public function delete($projectId, $datasetId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns the dataset specified by datasetID. (datasets.get) + * + * @param string $projectId Project ID of the requested dataset + * @param string $datasetId Dataset ID of the requested dataset + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Dataset + */ + public function get($projectId, $datasetId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Bigquery_Dataset"); + } + /** + * Creates a new empty dataset. (datasets.insert) + * + * @param string $projectId Project ID of the new dataset + * @param Google_Service_Bigquery_Dataset $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Dataset + */ + public function insert($projectId, Google_Service_Bigquery_Dataset $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset"); + } + /** + * Lists all datasets in the specified project to which you have been granted + * the READER dataset role. (datasets.listDatasets) + * + * @param string $projectId Project ID of the datasets to be listed + * @param array $optParams Optional parameters. + * + * @opt_param bool all Whether to list all datasets, including hidden ones + * @opt_param string filter An expression for filtering the results of the + * request by label. The syntax is "labels.[:]". Multiple filters can be ANDed + * together by connecting with a space. Example: "labels.department:receiving + * labels.active". See Filtering datasets using labels for details. + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @opt_param string maxResults The maximum number of results to return + * @return Google_Service_Bigquery_DatasetList + */ + public function listDatasets($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList"); + } + /** + * Updates information in an existing dataset. The update method replaces the + * entire dataset resource, whereas the patch method only replaces fields that + * are provided in the submitted dataset resource. This method supports patch + * semantics. (datasets.patch) + * + * @param string $projectId Project ID of the dataset being updated + * @param string $datasetId Dataset ID of the dataset being updated + * @param Google_Service_Bigquery_Dataset $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Dataset + */ + public function patch($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset"); + } + /** + * Updates information in an existing dataset. The update method replaces the + * entire dataset resource, whereas the patch method only replaces fields that + * are provided in the submitted dataset resource. (datasets.update) + * + * @param string $projectId Project ID of the dataset being updated + * @param string $datasetId Dataset ID of the dataset being updated + * @param Google_Service_Bigquery_Dataset $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Dataset + */ + public function update($projectId, $datasetId, Google_Service_Bigquery_Dataset $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Bigquery_Dataset"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php new file mode 100644 index 000000000..331840726 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php @@ -0,0 +1,159 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $jobs = $bigqueryService->jobs; + * + */ +class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource +{ + /** + * Requests that a job be cancelled. This call will return immediately, and the + * client will need to poll for the job status to see if the cancel completed + * successfully. Cancelled jobs may still incur costs. (jobs.cancel) + * + * @param string $projectId [Required] Project ID of the job to cancel + * @param string $jobId [Required] Job ID of the job to cancel + * @param array $optParams Optional parameters. + * + * @opt_param string location The geographic location of the job. Required + * except for US and EU. See details at + * https://cloud.google.com/bigquery/docs/locations#specifying_your_location. + * @return Google_Service_Bigquery_JobCancelResponse + */ + public function cancel($projectId, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse"); + } + /** + * 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 + * job, or have the Is Owner project role. (jobs.get) + * + * @param string $projectId [Required] Project ID of the requested job + * @param string $jobId [Required] Job ID of the requested job + * @param array $optParams Optional parameters. + * + * @opt_param string location The geographic location of the job. Required + * except for US and EU. See details at + * https://cloud.google.com/bigquery/docs/locations#specifying_your_location. + * @return Google_Service_Bigquery_Job + */ + public function get($projectId, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Bigquery_Job"); + } + /** + * Retrieves the results of a query job. (jobs.getQueryResults) + * + * @param string $projectId [Required] Project ID of the query job + * @param string $jobId [Required] Job ID of the query job + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of results to read + * @opt_param string location The geographic location where the job should run. + * Required except for US and EU. See details at + * https://cloud.google.com/bigquery/docs/locations#specifying_your_location. + * @opt_param string startIndex Zero-based index of the starting row + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @opt_param string timeoutMs How long to wait for the query to complete, in + * milliseconds, before returning. Default is 10 seconds. If the timeout passes + * before the job completes, the 'jobComplete' field in the response will be + * false + * @return Google_Service_Bigquery_GetQueryResultsResponse + */ + public function getQueryResults($projectId, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse"); + } + /** + * Starts a new asynchronous job. Requires the Can View project role. + * (jobs.insert) + * + * @param string $projectId Project ID of the project that will be billed for + * the job + * @param Google_Service_Bigquery_Job $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Job + */ + public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Bigquery_Job"); + } + /** + * Lists all jobs that you started in the specified project. Job information is + * available for a six month period after creation. The job list is sorted in + * reverse chronological order, by job creation time. Requires the Can View + * project role, or the Is Owner project role if you set the allUsers property. + * (jobs.listJobs) + * + * @param string $projectId Project ID of the jobs to list + * @param array $optParams Optional parameters. + * + * @opt_param string stateFilter Filter for job state + * @opt_param string projection Restrict information returned to a set of + * selected fields + * @opt_param string parentJobId If set, retrieves only jobs whose parent is + * this job. Otherwise, retrieves only jobs which have no parent + * @opt_param string minCreationTime Min value for job creation time, in + * milliseconds since the POSIX epoch. If set, only jobs created after or at + * this timestamp are returned + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @opt_param bool allUsers Whether to display jobs owned by all users in the + * project. Default false + * @opt_param string maxResults Maximum number of results to return + * @opt_param string maxCreationTime Max value for job creation time, in + * milliseconds since the POSIX epoch. If set, only jobs created before or at + * this timestamp are returned + * @return Google_Service_Bigquery_JobList + */ + public function listJobs($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_JobList"); + } + /** + * Runs a BigQuery SQL query synchronously and returns query results if the + * query completes within a specified timeout. (jobs.query) + * + * @param string $projectId Project ID of the project billed for the query + * @param Google_Service_Bigquery_QueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_QueryResponse + */ + public function query($projectId, Google_Service_Bigquery_QueryRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_Bigquery_QueryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php new file mode 100644 index 000000000..1bbf8c841 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php @@ -0,0 +1,94 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $models = $bigqueryService->models; + * + */ +class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource +{ + /** + * Deletes the model specified by modelId from the dataset. (models.delete) + * + * @param string $projectId Required. Project ID of the model to delete. + * @param string $datasetId Required. Dataset ID of the model to delete. + * @param string $modelId Required. Model ID of the model to delete. + * @param array $optParams Optional parameters. + */ + public function delete($projectId, $datasetId, $modelId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'modelId' => $modelId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified model resource by model ID. (models.get) + * + * @param string $projectId Required. Project ID of the requested model. + * @param string $datasetId Required. Dataset ID of the requested model. + * @param string $modelId Required. Model ID of the requested model. + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Model + */ + public function get($projectId, $datasetId, $modelId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'modelId' => $modelId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Bigquery_Model"); + } + /** + * Lists all models in the specified dataset. Requires the READER dataset role. + * (models.listModels) + * + * @param string $projectId Required. Project ID of the models to list. + * @param string $datasetId Required. Dataset ID of the models to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of results to return in a + * single response page. Leverage the page tokens to iterate through the entire + * collection. + * @opt_param string pageToken Page token, returned by a previous call to + * request the next page of results + * @return Google_Service_Bigquery_ListModelsResponse + */ + public function listModels($projectId, $datasetId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_ListModelsResponse"); + } + /** + * Patch specific fields in the specified model. (models.patch) + * + * @param string $projectId Required. Project ID of the model to patch. + * @param string $datasetId Required. Dataset ID of the model to patch. + * @param string $modelId Required. Model ID of the model to patch. + * @param Google_Service_Bigquery_Model $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Model + */ + public function patch($projectId, $datasetId, $modelId, Google_Service_Bigquery_Model $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'modelId' => $modelId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Bigquery_Model"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Projects.php new file mode 100644 index 000000000..ecf45ec80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Projects.php @@ -0,0 +1,60 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $projects = $bigqueryService->projects; + * + */ +class Google_Service_Bigquery_Resource_Projects extends Google_Service_Resource +{ + /** + * Returns the email address of the service account for your project used for + * interactions with Google Cloud KMS. (projects.getServiceAccount) + * + * @param string $projectId Project ID for which the service account is + * requested. + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_GetServiceAccountResponse + */ + public function getServiceAccount($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('getServiceAccount', array($params), "Google_Service_Bigquery_GetServiceAccountResponse"); + } + /** + * Lists all projects to which you have been granted any project role. + * (projects.listProjects) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @opt_param string maxResults Maximum number of results to return + * @return Google_Service_Bigquery_ProjectList + */ + public function listProjects($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_ProjectList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php new file mode 100644 index 000000000..f66200dac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php @@ -0,0 +1,114 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $routines = $bigqueryService->routines; + * + */ +class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource +{ + /** + * Deletes the routine specified by routineId from the dataset. + * (routines.delete) + * + * @param string $projectId Required. Project ID of the routine to delete + * @param string $datasetId Required. Dataset ID of the routine to delete + * @param string $routineId Required. Routine ID of the routine to delete + * @param array $optParams Optional parameters. + */ + public function delete($projectId, $datasetId, $routineId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified routine resource by routine ID. (routines.get) + * + * @param string $projectId Required. Project ID of the requested routine + * @param string $datasetId Required. Dataset ID of the requested routine + * @param string $routineId Required. Routine ID of the requested routine + * @param array $optParams Optional parameters. + * + * @opt_param string fieldMask If set, only the Routine fields in the field mask + * are returned in the response. If unset, all Routine fields are returned. + * @return Google_Service_Bigquery_Routine + */ + public function get($projectId, $datasetId, $routineId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Bigquery_Routine"); + } + /** + * Creates a new routine in the dataset. (routines.insert) + * + * @param string $projectId Required. Project ID of the new routine + * @param string $datasetId Required. Dataset ID of the new routine + * @param Google_Service_Bigquery_Routine $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Routine + */ + public function insert($projectId, $datasetId, Google_Service_Bigquery_Routine $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Bigquery_Routine"); + } + /** + * Lists all routines in the specified dataset. Requires the READER dataset + * role. (routines.listRoutines) + * + * @param string $projectId Required. Project ID of the routines to list + * @param string $datasetId Required. Dataset ID of the routines to list + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of results to return in a + * single response page. Leverage the page tokens to iterate through the entire + * collection. + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @return Google_Service_Bigquery_ListRoutinesResponse + */ + public function listRoutines($projectId, $datasetId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_ListRoutinesResponse"); + } + /** + * Updates information in an existing routine. The update method replaces the + * entire Routine resource. (routines.update) + * + * @param string $projectId Required. Project ID of the routine to update + * @param string $datasetId Required. Dataset ID of the routine to update + * @param string $routineId Required. Routine ID of the routine to update + * @param Google_Service_Bigquery_Routine $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Routine + */ + public function update($projectId, $datasetId, $routineId, Google_Service_Bigquery_Routine $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Bigquery_Routine"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.php new file mode 100644 index 000000000..dbaadc029 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.php @@ -0,0 +1,68 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $tabledata = $bigqueryService->tabledata; + * + */ +class Google_Service_Bigquery_Resource_Tabledata extends Google_Service_Resource +{ + /** + * Streams data into BigQuery one record at a time without needing to run a load + * job. Requires the WRITER dataset role. (tabledata.insertAll) + * + * @param string $projectId Project ID of the destination table. + * @param string $datasetId Dataset ID of the destination table. + * @param string $tableId Table ID of the destination table. + * @param Google_Service_Bigquery_TableDataInsertAllRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_TableDataInsertAllResponse + */ + public function insertAll($projectId, $datasetId, $tableId, Google_Service_Bigquery_TableDataInsertAllRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse"); + } + /** + * Retrieves table data from a specified set of rows. Requires the READER + * dataset role. (tabledata.listTabledata) + * + * @param string $projectId Project ID of the table to read + * @param string $datasetId Dataset ID of the table to read + * @param string $tableId Table ID of the table to read + * @param array $optParams Optional parameters. + * + * @opt_param string startIndex Zero-based index of the starting row to read + * @opt_param string pageToken Page token, returned by a previous call, + * identifying the result set + * @opt_param string maxResults Maximum number of results to return + * @opt_param string selectedFields List of fields to return (comma-separated). + * If unspecified, all fields are returned + * @return Google_Service_Bigquery_TableDataList + */ + public function listTabledata($projectId, $datasetId, $tableId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_TableDataList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tables.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tables.php new file mode 100644 index 000000000..1d1aebe59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tables.php @@ -0,0 +1,134 @@ + + * $bigqueryService = new Google_Service_Bigquery(...); + * $tables = $bigqueryService->tables; + * + */ +class Google_Service_Bigquery_Resource_Tables extends Google_Service_Resource +{ + /** + * Deletes the table specified by tableId from the dataset. If the table + * contains data, all the data will be deleted. (tables.delete) + * + * @param string $projectId Project ID of the table to delete + * @param string $datasetId Dataset ID of the table to delete + * @param string $tableId Table ID of the table to delete + * @param array $optParams Optional parameters. + */ + public function delete($projectId, $datasetId, $tableId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified table resource by table ID. This method does not return + * the data in the table, it only returns the table resource, which describes + * the structure of this table. (tables.get) + * + * @param string $projectId Project ID of the requested table + * @param string $datasetId Dataset ID of the requested table + * @param string $tableId Table ID of the requested table + * @param array $optParams Optional parameters. + * + * @opt_param string selectedFields List of fields to return (comma-separated). + * If unspecified, all fields are returned + * @return Google_Service_Bigquery_Table + */ + public function get($projectId, $datasetId, $tableId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Bigquery_Table"); + } + /** + * Creates a new, empty table in the dataset. (tables.insert) + * + * @param string $projectId Project ID of the new table + * @param string $datasetId Dataset ID of the new table + * @param Google_Service_Bigquery_Table $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Table + */ + public function insert($projectId, $datasetId, Google_Service_Bigquery_Table $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Bigquery_Table"); + } + /** + * Lists all tables in the specified dataset. Requires the READER dataset role. + * (tables.listTables) + * + * @param string $projectId Project ID of the tables to list + * @param string $datasetId Dataset ID of the tables to list + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @opt_param string maxResults Maximum number of results to return + * @return Google_Service_Bigquery_TableList + */ + public function listTables($projectId, $datasetId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Bigquery_TableList"); + } + /** + * Updates information in an existing table. The update method replaces the + * entire table resource, whereas the patch method only replaces fields that are + * provided in the submitted table resource. This method supports patch + * semantics. (tables.patch) + * + * @param string $projectId Project ID of the table to update + * @param string $datasetId Dataset ID of the table to update + * @param string $tableId Table ID of the table to update + * @param Google_Service_Bigquery_Table $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Table + */ + public function patch($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Bigquery_Table"); + } + /** + * Updates information in an existing table. The update method replaces the + * entire table resource, whereas the patch method only replaces fields that are + * provided in the submitted table resource. (tables.update) + * + * @param string $projectId Project ID of the table to update + * @param string $datasetId Dataset ID of the table to update + * @param string $tableId Table ID of the table to update + * @param Google_Service_Bigquery_Table $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Bigquery_Table + */ + public function update($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Bigquery_Table"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php new file mode 100644 index 000000000..7054043cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php @@ -0,0 +1,142 @@ +arguments = $arguments; + } + /** + * @return Google_Service_Bigquery_Argument + */ + public function getArguments() + { + return $this->arguments; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDefinitionBody($definitionBody) + { + $this->definitionBody = $definitionBody; + } + public function getDefinitionBody() + { + return $this->definitionBody; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setImportedLibraries($importedLibraries) + { + $this->importedLibraries = $importedLibraries; + } + public function getImportedLibraries() + { + return $this->importedLibraries; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + /** + * @param Google_Service_Bigquery_StandardSqlDataType + */ + public function setReturnType(Google_Service_Bigquery_StandardSqlDataType $returnType) + { + $this->returnType = $returnType; + } + /** + * @return Google_Service_Bigquery_StandardSqlDataType + */ + public function getReturnType() + { + return $this->returnType; + } + /** + * @param Google_Service_Bigquery_RoutineReference + */ + public function setRoutineReference(Google_Service_Bigquery_RoutineReference $routineReference) + { + $this->routineReference = $routineReference; + } + /** + * @return Google_Service_Bigquery_RoutineReference + */ + public function getRoutineReference() + { + return $this->routineReference; + } + public function setRoutineType($routineType) + { + $this->routineType = $routineType; + } + public function getRoutineType() + { + return $this->routineType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/RoutineReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RoutineReference.php new file mode 100644 index 000000000..4a31ad443 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/RoutineReference.php @@ -0,0 +1,48 @@ +datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRoutineId($routineId) + { + $this->routineId = $routineId; + } + public function getRoutineId() + { + return $this->routineId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Row.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Row.php new file mode 100644 index 000000000..2006335bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Row.php @@ -0,0 +1,47 @@ +actualLabel = $actualLabel; + } + public function getActualLabel() + { + return $this->actualLabel; + } + /** + * @param Google_Service_Bigquery_Entry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_Bigquery_Entry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.php new file mode 100644 index 000000000..2cd4780cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.php @@ -0,0 +1,75 @@ +endColumn = $endColumn; + } + public function getEndColumn() + { + return $this->endColumn; + } + public function setEndLine($endLine) + { + $this->endLine = $endLine; + } + public function getEndLine() + { + return $this->endLine; + } + public function setProcedureId($procedureId) + { + $this->procedureId = $procedureId; + } + public function getProcedureId() + { + return $this->procedureId; + } + public function setStartColumn($startColumn) + { + $this->startColumn = $startColumn; + } + public function getStartColumn() + { + return $this->startColumn; + } + public function setStartLine($startLine) + { + $this->startLine = $startLine; + } + public function getStartLine() + { + return $this->startLine; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.php new file mode 100644 index 000000000..74d425f18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.php @@ -0,0 +1,47 @@ +evaluationKind = $evaluationKind; + } + public function getEvaluationKind() + { + return $this->evaluationKind; + } + /** + * @param Google_Service_Bigquery_ScriptStackFrame + */ + public function setStackFrames($stackFrames) + { + $this->stackFrames = $stackFrames; + } + /** + * @return Google_Service_Bigquery_ScriptStackFrame + */ + public function getStackFrames() + { + return $this->stackFrames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlDataType.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlDataType.php new file mode 100644 index 000000000..f21e2c963 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlDataType.php @@ -0,0 +1,62 @@ +arrayElementType = $arrayElementType; + } + /** + * @return Google_Service_Bigquery_StandardSqlDataType + */ + public function getArrayElementType() + { + return $this->arrayElementType; + } + /** + * @param Google_Service_Bigquery_StandardSqlStructType + */ + public function setStructType(Google_Service_Bigquery_StandardSqlStructType $structType) + { + $this->structType = $structType; + } + /** + * @return Google_Service_Bigquery_StandardSqlStructType + */ + public function getStructType() + { + return $this->structType; + } + public function setTypeKind($typeKind) + { + $this->typeKind = $typeKind; + } + public function getTypeKind() + { + return $this->typeKind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlField.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlField.php new file mode 100644 index 000000000..78b5f8ca0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlField.php @@ -0,0 +1,46 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Bigquery_StandardSqlDataType + */ + public function setType(Google_Service_Bigquery_StandardSqlDataType $type) + { + $this->type = $type; + } + /** + * @return Google_Service_Bigquery_StandardSqlDataType + */ + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlStructType.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlStructType.php new file mode 100644 index 000000000..fb2081109 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/StandardSqlStructType.php @@ -0,0 +1,38 @@ +fields = $fields; + } + /** + * @return Google_Service_Bigquery_StandardSqlField + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Streamingbuffer.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Streamingbuffer.php new file mode 100644 index 000000000..14825b9b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Streamingbuffer.php @@ -0,0 +1,48 @@ +estimatedBytes = $estimatedBytes; + } + public function getEstimatedBytes() + { + return $this->estimatedBytes; + } + public function setEstimatedRows($estimatedRows) + { + $this->estimatedRows = $estimatedRows; + } + public function getEstimatedRows() + { + return $this->estimatedRows; + } + public function setOldestEntryTime($oldestEntryTime) + { + $this->oldestEntryTime = $oldestEntryTime; + } + public function getOldestEntryTime() + { + return $this->oldestEntryTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Table.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Table.php new file mode 100644 index 000000000..23a868824 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Table.php @@ -0,0 +1,350 @@ +clustering = $clustering; + } + /** + * @return Google_Service_Bigquery_Clustering + */ + public function getClustering() + { + return $this->clustering; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration) + { + $this->encryptionConfiguration = $encryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getEncryptionConfiguration() + { + return $this->encryptionConfiguration; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + /** + * @param Google_Service_Bigquery_ExternalDataConfiguration + */ + public function setExternalDataConfiguration(Google_Service_Bigquery_ExternalDataConfiguration $externalDataConfiguration) + { + $this->externalDataConfiguration = $externalDataConfiguration; + } + /** + * @return Google_Service_Bigquery_ExternalDataConfiguration + */ + public function getExternalDataConfiguration() + { + return $this->externalDataConfiguration; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + 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 setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Bigquery_MaterializedViewDefinition + */ + public function setMaterializedView(Google_Service_Bigquery_MaterializedViewDefinition $materializedView) + { + $this->materializedView = $materializedView; + } + /** + * @return Google_Service_Bigquery_MaterializedViewDefinition + */ + public function getMaterializedView() + { + return $this->materializedView; + } + /** + * @param Google_Service_Bigquery_ModelDefinition + */ + public function setModel(Google_Service_Bigquery_ModelDefinition $model) + { + $this->model = $model; + } + /** + * @return Google_Service_Bigquery_ModelDefinition + */ + public function getModel() + { + return $this->model; + } + public function setNumBytes($numBytes) + { + $this->numBytes = $numBytes; + } + public function getNumBytes() + { + return $this->numBytes; + } + public function setNumLongTermBytes($numLongTermBytes) + { + $this->numLongTermBytes = $numLongTermBytes; + } + public function getNumLongTermBytes() + { + return $this->numLongTermBytes; + } + public function setNumPhysicalBytes($numPhysicalBytes) + { + $this->numPhysicalBytes = $numPhysicalBytes; + } + public function getNumPhysicalBytes() + { + return $this->numPhysicalBytes; + } + public function setNumRows($numRows) + { + $this->numRows = $numRows; + } + public function getNumRows() + { + return $this->numRows; + } + /** + * @param Google_Service_Bigquery_RangePartitioning + */ + public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) + { + $this->rangePartitioning = $rangePartitioning; + } + /** + * @return Google_Service_Bigquery_RangePartitioning + */ + public function getRangePartitioning() + { + return $this->rangePartitioning; + } + public function setRequirePartitionFilter($requirePartitionFilter) + { + $this->requirePartitionFilter = $requirePartitionFilter; + } + public function getRequirePartitionFilter() + { + return $this->requirePartitionFilter; + } + /** + * @param Google_Service_Bigquery_TableSchema + */ + public function setSchema(Google_Service_Bigquery_TableSchema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_Bigquery_TableSchema + */ + public function getSchema() + { + return $this->schema; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Bigquery_Streamingbuffer + */ + public function setStreamingBuffer(Google_Service_Bigquery_Streamingbuffer $streamingBuffer) + { + $this->streamingBuffer = $streamingBuffer; + } + /** + * @return Google_Service_Bigquery_Streamingbuffer + */ + public function getStreamingBuffer() + { + return $this->streamingBuffer; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setTableReference(Google_Service_Bigquery_TableReference $tableReference) + { + $this->tableReference = $tableReference; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getTableReference() + { + return $this->tableReference; + } + /** + * @param Google_Service_Bigquery_TimePartitioning + */ + public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) + { + $this->timePartitioning = $timePartitioning; + } + /** + * @return Google_Service_Bigquery_TimePartitioning + */ + public function getTimePartitioning() + { + return $this->timePartitioning; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_Bigquery_ViewDefinition + */ + public function setView(Google_Service_Bigquery_ViewDefinition $view) + { + $this->view = $view; + } + /** + * @return Google_Service_Bigquery_ViewDefinition + */ + public function getView() + { + return $this->view; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.php new file mode 100644 index 000000000..d63f3046d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.php @@ -0,0 +1,30 @@ +v = $v; + } + public function getV() + { + return $this->v; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequest.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequest.php new file mode 100644 index 000000000..ee3fa5f8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequest.php @@ -0,0 +1,74 @@ +ignoreUnknownValues = $ignoreUnknownValues; + } + public function getIgnoreUnknownValues() + { + return $this->ignoreUnknownValues; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Bigquery_TableDataInsertAllRequestRows + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Bigquery_TableDataInsertAllRequestRows + */ + public function getRows() + { + return $this->rows; + } + public function setSkipInvalidRows($skipInvalidRows) + { + $this->skipInvalidRows = $skipInvalidRows; + } + public function getSkipInvalidRows() + { + return $this->skipInvalidRows; + } + public function setTemplateSuffix($templateSuffix) + { + $this->templateSuffix = $templateSuffix; + } + public function getTemplateSuffix() + { + return $this->templateSuffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php new file mode 100644 index 000000000..c13d79ccf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php @@ -0,0 +1,39 @@ +insertId = $insertId; + } + public function getInsertId() + { + return $this->insertId; + } + public function setJson($json) + { + $this->json = $json; + } + public function getJson() + { + return $this->json; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponse.php new file mode 100644 index 000000000..f1ae4c22c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponse.php @@ -0,0 +1,47 @@ +insertErrors = $insertErrors; + } + /** + * @return Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors + */ + public function getInsertErrors() + { + return $this->insertErrors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php new file mode 100644 index 000000000..e408647b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php @@ -0,0 +1,47 @@ +errors = $errors; + } + /** + * @return Google_Service_Bigquery_ErrorProto + */ + public function getErrors() + { + return $this->errors; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php new file mode 100644 index 000000000..8db533d1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_Bigquery_TableRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Bigquery_TableRow + */ + public function getRows() + { + return $this->rows; + } + public function setTotalRows($totalRows) + { + $this->totalRows = $totalRows; + } + public function getTotalRows() + { + return $this->totalRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php new file mode 100644 index 000000000..1017ed3a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php @@ -0,0 +1,90 @@ +categories = $categories; + } + /** + * @return Google_Service_Bigquery_TableFieldSchemaCategories + */ + public function getCategories() + { + return $this->categories; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Bigquery_TableFieldSchema + */ + public function setFields($fields) + { + $this->fields = $fields; + } + /** + * @return Google_Service_Bigquery_TableFieldSchema + */ + public function getFields() + { + return $this->fields; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaCategories.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaCategories.php new file mode 100644 index 000000000..825210619 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchemaCategories.php @@ -0,0 +1,31 @@ +names = $names; + } + public function getNames() + { + return $this->names; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php new file mode 100644 index 000000000..727d9f75a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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; + } + /** + * @param Google_Service_Bigquery_TableListTables + */ + public function setTables($tables) + { + $this->tables = $tables; + } + /** + * @return Google_Service_Bigquery_TableListTables + */ + public function getTables() + { + return $this->tables; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php new file mode 100644 index 000000000..af4f2499b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php @@ -0,0 +1,164 @@ +clustering = $clustering; + } + /** + * @return Google_Service_Bigquery_Clustering + */ + public function getClustering() + { + return $this->clustering; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + 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 setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Bigquery_RangePartitioning + */ + public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) + { + $this->rangePartitioning = $rangePartitioning; + } + /** + * @return Google_Service_Bigquery_RangePartitioning + */ + public function getRangePartitioning() + { + return $this->rangePartitioning; + } + /** + * @param Google_Service_Bigquery_TableReference + */ + public function setTableReference(Google_Service_Bigquery_TableReference $tableReference) + { + $this->tableReference = $tableReference; + } + /** + * @return Google_Service_Bigquery_TableReference + */ + public function getTableReference() + { + return $this->tableReference; + } + /** + * @param Google_Service_Bigquery_TimePartitioning + */ + public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) + { + $this->timePartitioning = $timePartitioning; + } + /** + * @return Google_Service_Bigquery_TimePartitioning + */ + public function getTimePartitioning() + { + return $this->timePartitioning; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_Bigquery_TableListTablesView + */ + public function setView(Google_Service_Bigquery_TableListTablesView $view) + { + $this->view = $view; + } + /** + * @return Google_Service_Bigquery_TableListTablesView + */ + public function getView() + { + return $this->view; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.php new file mode 100644 index 000000000..297b8b48a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.php @@ -0,0 +1,30 @@ +useLegacySql = $useLegacySql; + } + public function getUseLegacySql() + { + return $this->useLegacySql; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableReference.php new file mode 100644 index 000000000..05231fdde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableReference.php @@ -0,0 +1,48 @@ +datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableRow.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableRow.php new file mode 100644 index 000000000..d8ec04dfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableRow.php @@ -0,0 +1,38 @@ +f = $f; + } + /** + * @return Google_Service_Bigquery_TableCell + */ + public function getF() + { + return $this->f; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.php new file mode 100644 index 000000000..55e783598 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.php @@ -0,0 +1,38 @@ +fields = $fields; + } + /** + * @return Google_Service_Bigquery_TableFieldSchema + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.php new file mode 100644 index 000000000..14ed1216f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.php @@ -0,0 +1,57 @@ +expirationMs = $expirationMs; + } + public function getExpirationMs() + { + return $this->expirationMs; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } + public function setRequirePartitionFilter($requirePartitionFilter) + { + $this->requirePartitionFilter = $requirePartitionFilter; + } + public function getRequirePartitionFilter() + { + return $this->requirePartitionFilter; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php new file mode 100644 index 000000000..c00ba70e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php @@ -0,0 +1,211 @@ +dataSplitColumn = $dataSplitColumn; + } + public function getDataSplitColumn() + { + return $this->dataSplitColumn; + } + public function setDataSplitEvalFraction($dataSplitEvalFraction) + { + $this->dataSplitEvalFraction = $dataSplitEvalFraction; + } + public function getDataSplitEvalFraction() + { + return $this->dataSplitEvalFraction; + } + public function setDataSplitMethod($dataSplitMethod) + { + $this->dataSplitMethod = $dataSplitMethod; + } + public function getDataSplitMethod() + { + return $this->dataSplitMethod; + } + public function setDistanceType($distanceType) + { + $this->distanceType = $distanceType; + } + public function getDistanceType() + { + return $this->distanceType; + } + public function setEarlyStop($earlyStop) + { + $this->earlyStop = $earlyStop; + } + public function getEarlyStop() + { + return $this->earlyStop; + } + public function setInitialLearnRate($initialLearnRate) + { + $this->initialLearnRate = $initialLearnRate; + } + public function getInitialLearnRate() + { + return $this->initialLearnRate; + } + public function setInputLabelColumns($inputLabelColumns) + { + $this->inputLabelColumns = $inputLabelColumns; + } + public function getInputLabelColumns() + { + return $this->inputLabelColumns; + } + public function setKmeansInitializationColumn($kmeansInitializationColumn) + { + $this->kmeansInitializationColumn = $kmeansInitializationColumn; + } + public function getKmeansInitializationColumn() + { + return $this->kmeansInitializationColumn; + } + public function setKmeansInitializationMethod($kmeansInitializationMethod) + { + $this->kmeansInitializationMethod = $kmeansInitializationMethod; + } + public function getKmeansInitializationMethod() + { + return $this->kmeansInitializationMethod; + } + public function setL1Regularization($l1Regularization) + { + $this->l1Regularization = $l1Regularization; + } + public function getL1Regularization() + { + return $this->l1Regularization; + } + public function setL2Regularization($l2Regularization) + { + $this->l2Regularization = $l2Regularization; + } + public function getL2Regularization() + { + return $this->l2Regularization; + } + public function setLabelClassWeights($labelClassWeights) + { + $this->labelClassWeights = $labelClassWeights; + } + public function getLabelClassWeights() + { + return $this->labelClassWeights; + } + public function setLearnRate($learnRate) + { + $this->learnRate = $learnRate; + } + public function getLearnRate() + { + return $this->learnRate; + } + public function setLearnRateStrategy($learnRateStrategy) + { + $this->learnRateStrategy = $learnRateStrategy; + } + public function getLearnRateStrategy() + { + return $this->learnRateStrategy; + } + public function setLossType($lossType) + { + $this->lossType = $lossType; + } + public function getLossType() + { + return $this->lossType; + } + public function setMaxIterations($maxIterations) + { + $this->maxIterations = $maxIterations; + } + public function getMaxIterations() + { + return $this->maxIterations; + } + public function setMinRelativeProgress($minRelativeProgress) + { + $this->minRelativeProgress = $minRelativeProgress; + } + public function getMinRelativeProgress() + { + return $this->minRelativeProgress; + } + public function setModelUri($modelUri) + { + $this->modelUri = $modelUri; + } + public function getModelUri() + { + return $this->modelUri; + } + public function setNumClusters($numClusters) + { + $this->numClusters = $numClusters; + } + public function getNumClusters() + { + return $this->numClusters; + } + public function setOptimizationStrategy($optimizationStrategy) + { + $this->optimizationStrategy = $optimizationStrategy; + } + public function getOptimizationStrategy() + { + return $this->optimizationStrategy; + } + public function setWarmStart($warmStart) + { + $this->warmStart = $warmStart; + } + public function getWarmStart() + { + return $this->warmStart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingRun.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingRun.php new file mode 100644 index 000000000..6d8cb1f06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TrainingRun.php @@ -0,0 +1,79 @@ +evaluationMetrics = $evaluationMetrics; + } + /** + * @return Google_Service_Bigquery_EvaluationMetrics + */ + public function getEvaluationMetrics() + { + return $this->evaluationMetrics; + } + /** + * @param Google_Service_Bigquery_IterationResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Bigquery_IterationResult + */ + public function getResults() + { + return $this->results; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_Bigquery_TrainingOptions + */ + public function setTrainingOptions(Google_Service_Bigquery_TrainingOptions $trainingOptions) + { + $this->trainingOptions = $trainingOptions; + } + /** + * @return Google_Service_Bigquery_TrainingOptions + */ + public function getTrainingOptions() + { + return $this->trainingOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php new file mode 100644 index 000000000..8b8f0aed1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php @@ -0,0 +1,39 @@ +inlineCode = $inlineCode; + } + public function getInlineCode() + { + return $this->inlineCode; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ViewDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ViewDefinition.php new file mode 100644 index 000000000..4932a4c66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ViewDefinition.php @@ -0,0 +1,56 @@ +query = $query; + } + public function getQuery() + { + return $this->query; + } + public function setUseLegacySql($useLegacySql) + { + $this->useLegacySql = $useLegacySql; + } + public function getUseLegacySql() + { + return $this->useLegacySql; + } + /** + * @param Google_Service_Bigquery_UserDefinedFunctionResource + */ + public function setUserDefinedFunctionResources($userDefinedFunctionResources) + { + $this->userDefinedFunctionResources = $userDefinedFunctionResources; + } + /** + * @return Google_Service_Bigquery_UserDefinedFunctionResource + */ + public function getUserDefinedFunctionResources() + { + return $this->userDefinedFunctionResources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php new file mode 100644 index 000000000..b58d6f589 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php @@ -0,0 +1,599 @@ + + * Administer your Cloud Bigtable tables and instances. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_BigtableAdmin extends Google_Service +{ + /** Administer your Cloud Bigtable tables and clusters. */ + const BIGTABLE_ADMIN = + "https://www.googleapis.com/auth/bigtable.admin"; + /** Administer your Cloud Bigtable clusters. */ + const BIGTABLE_ADMIN_CLUSTER = + "https://www.googleapis.com/auth/bigtable.admin.cluster"; + /** Administer your Cloud Bigtable clusters. */ + const BIGTABLE_ADMIN_INSTANCE = + "https://www.googleapis.com/auth/bigtable.admin.instance"; + /** Administer your Cloud Bigtable tables. */ + const BIGTABLE_ADMIN_TABLE = + "https://www.googleapis.com/auth/bigtable.admin.table"; + /** Administer your Cloud Bigtable tables and clusters. */ + const CLOUD_BIGTABLE_ADMIN = + "https://www.googleapis.com/auth/cloud-bigtable.admin"; + /** Administer your Cloud Bigtable clusters. */ + const CLOUD_BIGTABLE_ADMIN_CLUSTER = + "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"; + /** 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. */ + 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 $operations; + public $operations_projects_operations; + public $projects_instances; + public $projects_instances_appProfiles; + public $projects_instances_clusters; + public $projects_instances_tables; + public $projects_locations; + + /** + * Constructs the internal representation of the BigtableAdmin 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://bigtableadmin.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'bigtableadmin'; + + $this->operations = new Google_Service_BigtableAdmin_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v2/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations_projects_operations = new Google_Service_BigtableAdmin_Resource_OperationsProjectsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_instances = new Google_Service_BigtableAdmin_Resource_ProjectsInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v2/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'partialUpdateInstance' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v2/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v2/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_instances_appProfiles = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesAppProfiles( + $this, + $this->serviceName, + 'appProfiles', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/appProfiles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'appProfileId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ignoreWarnings' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreWarnings' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/appProfiles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreWarnings' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_instances_clusters = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesClusters( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/clusters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_instances_tables = new Google_Service_BigtableAdmin_Resource_ProjectsInstancesTables( + $this, + $this->serviceName, + 'tables', + array( + 'methods' => array( + 'checkConsistency' => array( + 'path' => 'v2/{+name}:checkConsistency', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2/{+parent}/tables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'dropRowRange' => array( + 'path' => 'v2/{+name}:dropRowRange', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateConsistencyToken' => array( + 'path' => 'v2/{+name}:generateConsistencyToken', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v2/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/tables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modifyColumnFamilies' => array( + 'path' => 'v2/{+name}:modifyColumnFamilies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v2/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v2/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_BigtableAdmin_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AppProfile.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AppProfile.php new file mode 100644 index 000000000..a0171d32f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AppProfile.php @@ -0,0 +1,80 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_BigtableAdmin_MultiClusterRoutingUseAny + */ + public function setMultiClusterRoutingUseAny(Google_Service_BigtableAdmin_MultiClusterRoutingUseAny $multiClusterRoutingUseAny) + { + $this->multiClusterRoutingUseAny = $multiClusterRoutingUseAny; + } + /** + * @return Google_Service_BigtableAdmin_MultiClusterRoutingUseAny + */ + public function getMultiClusterRoutingUseAny() + { + return $this->multiClusterRoutingUseAny; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_BigtableAdmin_SingleClusterRouting + */ + public function setSingleClusterRouting(Google_Service_BigtableAdmin_SingleClusterRouting $singleClusterRouting) + { + $this->singleClusterRouting = $singleClusterRouting; + } + /** + * @return Google_Service_BigtableAdmin_SingleClusterRouting + */ + public function getSingleClusterRouting() + { + return $this->singleClusterRouting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditConfig.php new file mode 100644 index 000000000..42660f584 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_BigtableAdmin_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditLogConfig.php new file mode 100644 index 000000000..fc12ae908 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BigtableadminEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BigtableadminEmpty.php new file mode 100644 index 000000000..442fe1362 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/BigtableadminEmpty.php @@ -0,0 +1,20 @@ +condition = $condition; + } + /** + * @return Google_Service_BigtableAdmin_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyRequest.php new file mode 100644 index 000000000..5383aad66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyRequest.php @@ -0,0 +1,30 @@ +consistencyToken = $consistencyToken; + } + public function getConsistencyToken() + { + return $this->consistencyToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyResponse.php new file mode 100644 index 000000000..b7dfdc342 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CheckConsistencyResponse.php @@ -0,0 +1,30 @@ +consistent = $consistent; + } + public function getConsistent() + { + return $this->consistent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php new file mode 100644 index 000000000..536f7f1ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php @@ -0,0 +1,66 @@ +defaultStorageType = $defaultStorageType; + } + public function getDefaultStorageType() + { + return $this->defaultStorageType; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setServeNodes($serveNodes) + { + $this->serveNodes = $serveNodes; + } + public function getServeNodes() + { + return $this->serveNodes; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php new file mode 100644 index 000000000..c85474d43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php @@ -0,0 +1,30 @@ +replicationState = $replicationState; + } + public function getReplicationState() + { + return $this->replicationState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ColumnFamily.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ColumnFamily.php new file mode 100644 index 000000000..cbb6a55a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ColumnFamily.php @@ -0,0 +1,37 @@ +gcRule = $gcRule; + } + /** + * @return Google_Service_BigtableAdmin_GcRule + */ + public function getGcRule() + { + return $this->gcRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterMetadata.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterMetadata.php new file mode 100644 index 000000000..ce5b1afd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterMetadata.php @@ -0,0 +1,71 @@ +finishTime = $finishTime; + } + public function getFinishTime() + { + return $this->finishTime; + } + /** + * @param Google_Service_BigtableAdmin_CreateClusterRequest + */ + public function setOriginalRequest(Google_Service_BigtableAdmin_CreateClusterRequest $originalRequest) + { + $this->originalRequest = $originalRequest; + } + /** + * @return Google_Service_BigtableAdmin_CreateClusterRequest + */ + public function getOriginalRequest() + { + return $this->originalRequest; + } + public function setRequestTime($requestTime) + { + $this->requestTime = $requestTime; + } + public function getRequestTime() + { + return $this->requestTime; + } + /** + * @param Google_Service_BigtableAdmin_TableProgress + */ + public function setTables($tables) + { + $this->tables = $tables; + } + /** + * @return Google_Service_BigtableAdmin_TableProgress + */ + public function getTables() + { + return $this->tables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterRequest.php new file mode 100644 index 000000000..5e44e7d72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateClusterRequest.php @@ -0,0 +1,55 @@ +cluster = $cluster; + } + /** + * @return Google_Service_BigtableAdmin_Cluster + */ + public function getCluster() + { + return $this->cluster; + } + public function setClusterId($clusterId) + { + $this->clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceMetadata.php new file mode 100644 index 000000000..caf8823af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceMetadata.php @@ -0,0 +1,55 @@ +finishTime = $finishTime; + } + public function getFinishTime() + { + return $this->finishTime; + } + /** + * @param Google_Service_BigtableAdmin_CreateInstanceRequest + */ + public function setOriginalRequest(Google_Service_BigtableAdmin_CreateInstanceRequest $originalRequest) + { + $this->originalRequest = $originalRequest; + } + /** + * @return Google_Service_BigtableAdmin_CreateInstanceRequest + */ + public function getOriginalRequest() + { + return $this->originalRequest; + } + public function setRequestTime($requestTime) + { + $this->requestTime = $requestTime; + } + public function getRequestTime() + { + return $this->requestTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.php new file mode 100644 index 000000000..98aabb4f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.php @@ -0,0 +1,71 @@ +clusters = $clusters; + } + /** + * @return Google_Service_BigtableAdmin_Cluster + */ + public function getClusters() + { + return $this->clusters; + } + /** + * @param Google_Service_BigtableAdmin_Instance + */ + public function setInstance(Google_Service_BigtableAdmin_Instance $instance) + { + $this->instance = $instance; + } + /** + * @return Google_Service_BigtableAdmin_Instance + */ + public function getInstance() + { + return $this->instance; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.php new file mode 100644 index 000000000..980f440e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.php @@ -0,0 +1,63 @@ +initialSplits = $initialSplits; + } + /** + * @return Google_Service_BigtableAdmin_Split + */ + public function getInitialSplits() + { + return $this->initialSplits; + } + /** + * @param Google_Service_BigtableAdmin_Table + */ + public function setTable(Google_Service_BigtableAdmin_Table $table) + { + $this->table = $table; + } + /** + * @return Google_Service_BigtableAdmin_Table + */ + public function getTable() + { + return $this->table; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.php new file mode 100644 index 000000000..87b8b5e5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.php @@ -0,0 +1,39 @@ +deleteAllDataFromTable = $deleteAllDataFromTable; + } + public function getDeleteAllDataFromTable() + { + return $this->deleteAllDataFromTable; + } + public function setRowKeyPrefix($rowKeyPrefix) + { + $this->rowKeyPrefix = $rowKeyPrefix; + } + public function getRowKeyPrefix() + { + return $this->rowKeyPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.php new file mode 100644 index 000000000..994a25f44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GcRule.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GcRule.php new file mode 100644 index 000000000..21b76859e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GcRule.php @@ -0,0 +1,71 @@ +intersection = $intersection; + } + /** + * @return Google_Service_BigtableAdmin_Intersection + */ + public function getIntersection() + { + return $this->intersection; + } + public function setMaxAge($maxAge) + { + $this->maxAge = $maxAge; + } + public function getMaxAge() + { + return $this->maxAge; + } + public function setMaxNumVersions($maxNumVersions) + { + $this->maxNumVersions = $maxNumVersions; + } + public function getMaxNumVersions() + { + return $this->maxNumVersions; + } + /** + * @param Google_Service_BigtableAdmin_Union + */ + public function setUnion(Google_Service_BigtableAdmin_Union $union) + { + $this->union = $union; + } + /** + * @return Google_Service_BigtableAdmin_Union + */ + public function getUnion() + { + return $this->union; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenRequest.php new file mode 100644 index 000000000..8310914ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GenerateConsistencyTokenRequest.php @@ -0,0 +1,20 @@ +consistencyToken = $consistencyToken; + } + public function getConsistencyToken() + { + return $this->consistencyToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php new file mode 100644 index 000000000..55de3be4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_BigtableAdmin_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.php new file mode 100644 index 000000000..5823feff4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Instance.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Instance.php new file mode 100644 index 000000000..c7abaa485 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Instance.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Intersection.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Intersection.php new file mode 100644 index 000000000..7e1c94a80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Intersection.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_BigtableAdmin_GcRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListAppProfilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListAppProfilesResponse.php new file mode 100644 index 000000000..7d9508c72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListAppProfilesResponse.php @@ -0,0 +1,56 @@ +appProfiles = $appProfiles; + } + /** + * @return Google_Service_BigtableAdmin_AppProfile + */ + public function getAppProfiles() + { + return $this->appProfiles; + } + public function setFailedLocations($failedLocations) + { + $this->failedLocations = $failedLocations; + } + public function getFailedLocations() + { + return $this->failedLocations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListClustersResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListClustersResponse.php new file mode 100644 index 000000000..034e6bf73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListClustersResponse.php @@ -0,0 +1,56 @@ +clusters = $clusters; + } + /** + * @return Google_Service_BigtableAdmin_Cluster + */ + public function getClusters() + { + return $this->clusters; + } + public function setFailedLocations($failedLocations) + { + $this->failedLocations = $failedLocations; + } + public function getFailedLocations() + { + return $this->failedLocations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListInstancesResponse.php new file mode 100644 index 000000000..13947af5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListInstancesResponse.php @@ -0,0 +1,56 @@ +failedLocations = $failedLocations; + } + public function getFailedLocations() + { + return $this->failedLocations; + } + /** + * @param Google_Service_BigtableAdmin_Instance + */ + public function setInstances($instances) + { + $this->instances = $instances; + } + /** + * @return Google_Service_BigtableAdmin_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListLocationsResponse.php new file mode 100644 index 000000000..739208869 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_BigtableAdmin_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListOperationsResponse.php new file mode 100644 index 000000000..ded2ab254 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigtableAdmin_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_BigtableAdmin_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListTablesResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListTablesResponse.php new file mode 100644 index 000000000..1aad5dac7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ListTablesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigtableAdmin_Table + */ + public function setTables($tables) + { + $this->tables = $tables; + } + /** + * @return Google_Service_BigtableAdmin_Table + */ + public function getTables() + { + return $this->tables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Location.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Location.php new file mode 100644 index 000000000..fc1aec828 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Modification.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Modification.php new file mode 100644 index 000000000..e41e31b3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Modification.php @@ -0,0 +1,71 @@ +create = $create; + } + /** + * @return Google_Service_BigtableAdmin_ColumnFamily + */ + public function getCreate() + { + return $this->create; + } + public function setDrop($drop) + { + $this->drop = $drop; + } + public function getDrop() + { + return $this->drop; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_BigtableAdmin_ColumnFamily + */ + public function setUpdate(Google_Service_BigtableAdmin_ColumnFamily $update) + { + $this->update = $update; + } + /** + * @return Google_Service_BigtableAdmin_ColumnFamily + */ + public function getUpdate() + { + return $this->update; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ModifyColumnFamiliesRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ModifyColumnFamiliesRequest.php new file mode 100644 index 000000000..b2f989fe0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/ModifyColumnFamiliesRequest.php @@ -0,0 +1,38 @@ +modifications = $modifications; + } + /** + * @return Google_Service_BigtableAdmin_Modification + */ + public function getModifications() + { + return $this->modifications; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/MultiClusterRoutingUseAny.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/MultiClusterRoutingUseAny.php new file mode 100644 index 000000000..8be9464e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/MultiClusterRoutingUseAny.php @@ -0,0 +1,20 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_BigtableAdmin_Status + */ + public function setError(Google_Service_BigtableAdmin_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_BigtableAdmin_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/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/PartialUpdateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/PartialUpdateInstanceRequest.php new file mode 100644 index 000000000..08efe7fc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/PartialUpdateInstanceRequest.php @@ -0,0 +1,46 @@ +instance = $instance; + } + /** + * @return Google_Service_BigtableAdmin_Instance + */ + public function getInstance() + { + return $this->instance; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Policy.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Policy.php new file mode 100644 index 000000000..0472d1628 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_BigtableAdmin_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_BigtableAdmin_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_BigtableAdmin_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Operations.php new file mode 100644 index 000000000..34eae9d4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Operations.php @@ -0,0 +1,80 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $operations = $bigtableadminService->operations; + * + */ +class Google_Service_BigtableAdmin_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 array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_BigtableadminEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * 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_BigtableAdmin_BigtableadminEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * 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_BigtableAdmin_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigtableAdmin_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjects.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjects.php new file mode 100644 index 000000000..ec53117b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjects.php @@ -0,0 +1,28 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $projects = $bigtableadminService->projects; + * + */ +class Google_Service_BigtableAdmin_Resource_OperationsProjects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php new file mode 100644 index 000000000..72f1507e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php @@ -0,0 +1,55 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $operations = $bigtableadminService->operations; + * + */ +class Google_Service_BigtableAdmin_Resource_OperationsProjectsOperations extends Google_Service_Resource +{ + /** + * 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.listOperationsProjectsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_BigtableAdmin_ListOperationsResponse + */ + public function listOperationsProjectsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Projects.php new file mode 100644 index 000000000..5292c7b98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $projects = $bigtableadminService->projects; + * + */ +class Google_Service_BigtableAdmin_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstances.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstances.php new file mode 100644 index 000000000..d7aaba467 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstances.php @@ -0,0 +1,177 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $instances = $bigtableadminService->instances; + * + */ +class Google_Service_BigtableAdmin_Resource_ProjectsInstances extends Google_Service_Resource +{ + /** + * Create an instance within a project. (instances.create) + * + * @param string $parent The unique name of the project in which to create the + * new instance. Values are of the form `projects/`. + * @param Google_Service_BigtableAdmin_CreateInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Operation + */ + public function create($parent, Google_Service_BigtableAdmin_CreateInstanceRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigtableAdmin_Operation"); + } + /** + * Delete an instance from a project. (instances.delete) + * + * @param string $name The unique name of the instance to be deleted. Values are + * of the form `projects//instances/`. + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_BigtableadminEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * Gets information about an instance. (instances.get) + * + * @param string $name The unique name of the requested instance. Values are of + * the form `projects//instances/`. + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Instance + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigtableAdmin_Instance"); + } + /** + * Gets the access control policy for an instance resource. Returns an empty + * policy if an instance exists but does not have a policy set. + * (instances.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 Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Policy + */ + public function getIamPolicy($resource, Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); + } + /** + * Lists information about instances in a project. + * (instances.listProjectsInstances) + * + * @param string $parent The unique name of the project for which a list of + * instances is requested. Values are of the form `projects/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken DEPRECATED: This field is unused and ignored. + * @return Google_Service_BigtableAdmin_ListInstancesResponse + */ + public function listProjectsInstances($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListInstancesResponse"); + } + /** + * Partially updates an instance within a project. This method can modify all + * fields of an Instance and is the preferred way to update an Instance. + * (instances.partialUpdateInstance) + * + * @param string $name (`OutputOnly`) The unique name of the instance. Values + * are of the form `projects//instances/a-z+[a-z0-9]`. + * @param Google_Service_BigtableAdmin_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The subset of Instance fields which should be + * replaced. Must be explicitly set. + * @return Google_Service_BigtableAdmin_Operation + */ + public function partialUpdateInstance($name, Google_Service_BigtableAdmin_Instance $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('partialUpdateInstance', array($params), "Google_Service_BigtableAdmin_Operation"); + } + /** + * Sets the access control policy on an instance resource. Replaces any existing + * policy. (instances.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_BigtableAdmin_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Policy + */ + public function setIamPolicy($resource, Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); + } + /** + * Returns permissions that the caller has on the specified instance resource. + * (instances.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_BigtableAdmin_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BigtableAdmin_TestIamPermissionsResponse"); + } + /** + * Updates an instance within a project. This method updates only the display + * name and type for an Instance. To update other Instance properties, such as + * labels, use PartialUpdateInstance. (instances.update) + * + * @param string $name (`OutputOnly`) The unique name of the instance. Values + * are of the form `projects//instances/a-z+[a-z0-9]`. + * @param Google_Service_BigtableAdmin_Instance $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Instance + */ + public function update($name, Google_Service_BigtableAdmin_Instance $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_BigtableAdmin_Instance"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesAppProfiles.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesAppProfiles.php new file mode 100644 index 000000000..2ac3a28f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesAppProfiles.php @@ -0,0 +1,129 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $appProfiles = $bigtableadminService->appProfiles; + * + */ +class Google_Service_BigtableAdmin_Resource_ProjectsInstancesAppProfiles extends Google_Service_Resource +{ + /** + * Creates an app profile within an instance. (appProfiles.create) + * + * @param string $parent The unique name of the instance in which to create the + * new app profile. Values are of the form `projects//instances/`. + * @param Google_Service_BigtableAdmin_AppProfile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string appProfileId The ID to be used when referring to the new + * app profile within its instance, e.g., just `myprofile` rather than + * `projects/myproject/instances/myinstance/appProfiles/myprofile`. + * @opt_param bool ignoreWarnings If true, ignore safety checks when creating + * the app profile. + * @return Google_Service_BigtableAdmin_AppProfile + */ + public function create($parent, Google_Service_BigtableAdmin_AppProfile $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigtableAdmin_AppProfile"); + } + /** + * Deletes an app profile from an instance. (appProfiles.delete) + * + * @param string $name The unique name of the app profile to be deleted. Values + * are of the form `projects//instances//appProfiles/`. + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreWarnings If true, ignore safety checks when deleting + * the app profile. + * @return Google_Service_BigtableAdmin_BigtableadminEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * Gets information about an app profile. (appProfiles.get) + * + * @param string $name The unique name of the requested app profile. Values are + * of the form `projects//instances//appProfiles/`. + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_AppProfile + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigtableAdmin_AppProfile"); + } + /** + * Lists information about app profiles in an instance. + * (appProfiles.listProjectsInstancesAppProfiles) + * + * @param string $parent The unique name of the instance for which a list of app + * profiles is requested. Values are of the form `projects//instances/`. Use ` = + * '-'` to list AppProfiles for all Instances in a project, e.g., + * `projects/myproject/instances/-`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value of `next_page_token` returned by a + * previous call. + * @opt_param int pageSize Maximum number of results per page. + * + * A page_size of zero lets the server choose the number of items to return. A + * page_size which is strictly positive will return at most that many items. A + * negative page_size will cause an error. + * + * Following the first request, subsequent paginated calls are not required to + * pass a page_size. If a page_size is set in subsequent calls, it must match + * the page_size given in the first request. + * @return Google_Service_BigtableAdmin_ListAppProfilesResponse + */ + public function listProjectsInstancesAppProfiles($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListAppProfilesResponse"); + } + /** + * Updates an app profile within an instance. (appProfiles.patch) + * + * @param string $name (`OutputOnly`) The unique name of the app profile. Values + * are of the form `projects//instances//appProfiles/_a-zA-Z0-9*`. + * @param Google_Service_BigtableAdmin_AppProfile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreWarnings If true, ignore safety checks when updating + * the app profile. + * @opt_param string updateMask The subset of app profile fields which should be + * replaced. If unset, all fields will be replaced. + * @return Google_Service_BigtableAdmin_Operation + */ + public function patch($name, Google_Service_BigtableAdmin_AppProfile $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_BigtableAdmin_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php new file mode 100644 index 000000000..47e4ae415 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php @@ -0,0 +1,109 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $clusters = $bigtableadminService->clusters; + * + */ +class Google_Service_BigtableAdmin_Resource_ProjectsInstancesClusters extends Google_Service_Resource +{ + /** + * Creates a cluster within an instance. (clusters.create) + * + * @param string $parent The unique name of the instance in which to create the + * new cluster. Values are of the form `projects//instances/`. + * @param Google_Service_BigtableAdmin_Cluster $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clusterId The ID to be used when referring to the new + * cluster within its instance, e.g., just `mycluster` rather than + * `projects/myproject/instances/myinstance/clusters/mycluster`. + * @return Google_Service_BigtableAdmin_Operation + */ + public function create($parent, Google_Service_BigtableAdmin_Cluster $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigtableAdmin_Operation"); + } + /** + * Deletes a cluster from an instance. (clusters.delete) + * + * @param string $name The unique name of the cluster to be deleted. Values are + * of the form `projects//instances//clusters/`. + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_BigtableadminEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * Gets information about a cluster. (clusters.get) + * + * @param string $name The unique name of the requested cluster. Values are of + * the form `projects//instances//clusters/`. + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Cluster + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigtableAdmin_Cluster"); + } + /** + * Lists information about clusters in an instance. + * (clusters.listProjectsInstancesClusters) + * + * @param string $parent The unique name of the instance for which a list of + * clusters is requested. Values are of the form `projects//instances/`. Use ` = + * '-'` to list Clusters for all Instances in a project, e.g., + * `projects/myproject/instances/-`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken DEPRECATED: This field is unused and ignored. + * @return Google_Service_BigtableAdmin_ListClustersResponse + */ + public function listProjectsInstancesClusters($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListClustersResponse"); + } + /** + * Updates a cluster within an instance. (clusters.update) + * + * @param string $name (`OutputOnly`) The unique name of the cluster. Values are + * of the form `projects//instances//clusters/a-z*`. + * @param Google_Service_BigtableAdmin_Cluster $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Operation + */ + public function update($name, Google_Service_BigtableAdmin_Cluster $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_BigtableAdmin_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php new file mode 100644 index 000000000..a71391a23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php @@ -0,0 +1,228 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $tables = $bigtableadminService->tables; + * + */ +class Google_Service_BigtableAdmin_Resource_ProjectsInstancesTables extends Google_Service_Resource +{ + /** + * Checks replication consistency based on a consistency token, that is, if + * replication has caught up based on the conditions specified in the token and + * the check request. (tables.checkConsistency) + * + * @param string $name The unique name of the Table for which to check + * replication consistency. Values are of the form + * `projects//instances//tables/`. + * @param Google_Service_BigtableAdmin_CheckConsistencyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_CheckConsistencyResponse + */ + public function checkConsistency($name, Google_Service_BigtableAdmin_CheckConsistencyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('checkConsistency', array($params), "Google_Service_BigtableAdmin_CheckConsistencyResponse"); + } + /** + * Creates a new table in the specified instance. The table can be created with + * a full set of initial column families, specified in the request. + * (tables.create) + * + * @param string $parent The unique name of the instance in which to create the + * table. Values are of the form `projects//instances/`. + * @param Google_Service_BigtableAdmin_CreateTableRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Table + */ + public function create($parent, Google_Service_BigtableAdmin_CreateTableRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigtableAdmin_Table"); + } + /** + * Permanently deletes a specified table and all of its data. (tables.delete) + * + * @param string $name The unique name of the table to be deleted. Values are of + * the form `projects//instances//tables/`. + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_BigtableadminEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * Permanently drop/delete a row range from a specified table. The request can + * specify whether to delete all rows in a table, or only those that match a + * particular prefix. (tables.dropRowRange) + * + * @param string $name The unique name of the table on which to drop a range of + * rows. Values are of the form `projects//instances//tables/`. + * @param Google_Service_BigtableAdmin_DropRowRangeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_BigtableadminEmpty + */ + public function dropRowRange($name, Google_Service_BigtableAdmin_DropRowRangeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('dropRowRange', array($params), "Google_Service_BigtableAdmin_BigtableadminEmpty"); + } + /** + * Generates a consistency token for a Table, which can be used in + * CheckConsistency to check whether mutations to the table that finished before + * this call started have been replicated. The tokens will be available for 90 + * days. (tables.generateConsistencyToken) + * + * @param string $name The unique name of the Table for which to create a + * consistency token. Values are of the form `projects//instances//tables/`. + * @param Google_Service_BigtableAdmin_GenerateConsistencyTokenRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_GenerateConsistencyTokenResponse + */ + public function generateConsistencyToken($name, Google_Service_BigtableAdmin_GenerateConsistencyTokenRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generateConsistencyToken', array($params), "Google_Service_BigtableAdmin_GenerateConsistencyTokenResponse"); + } + /** + * Gets metadata information about the specified table. (tables.get) + * + * @param string $name The unique name of the requested table. Values are of the + * form `projects//instances//tables/`. + * @param array $optParams Optional parameters. + * + * @opt_param string view The view to be applied to the returned table's fields. + * Defaults to `SCHEMA_VIEW` if unspecified. + * @return Google_Service_BigtableAdmin_Table + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigtableAdmin_Table"); + } + /** + * Gets the access control policy for an instance resource. Returns an empty + * policy if an table exists but does not have a policy set. + * (tables.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 Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Policy + */ + public function getIamPolicy($resource, Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); + } + /** + * Lists all tables served from a specified instance. + * (tables.listProjectsInstancesTables) + * + * @param string $parent The unique name of the instance for which tables should + * be listed. Values are of the form `projects//instances/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value of `next_page_token` returned by a + * previous call. + * @opt_param int pageSize Maximum number of results per page. + * + * A page_size of zero lets the server choose the number of items to return. A + * page_size which is strictly positive will return at most that many items. A + * negative page_size will cause an error. + * + * Following the first request, subsequent paginated calls are not required to + * pass a page_size. If a page_size is set in subsequent calls, it must match + * the page_size given in the first request. + * @opt_param string view The view to be applied to the returned tables' fields. + * Defaults to `NAME_ONLY` if unspecified; no others are currently supported. + * @return Google_Service_BigtableAdmin_ListTablesResponse + */ + public function listProjectsInstancesTables($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListTablesResponse"); + } + /** + * Performs a series of column family modifications on the specified table. + * Either all or none of the modifications will occur before this method + * returns, but data requests received prior to that point may see a table where + * only some modifications have taken effect. (tables.modifyColumnFamilies) + * + * @param string $name The unique name of the table whose families should be + * modified. Values are of the form `projects//instances//tables/`. + * @param Google_Service_BigtableAdmin_ModifyColumnFamiliesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Table + */ + public function modifyColumnFamilies($name, Google_Service_BigtableAdmin_ModifyColumnFamiliesRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyColumnFamilies', array($params), "Google_Service_BigtableAdmin_Table"); + } + /** + * Sets the access control policy on a table resource. Replaces any existing + * policy. (tables.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_BigtableAdmin_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Policy + */ + public function setIamPolicy($resource, Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); + } + /** + * Returns permissions that the caller has on the specified table resource. + * (tables.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_BigtableAdmin_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BigtableAdmin_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php new file mode 100644 index 000000000..f091e4744 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $bigtableadminService = new Google_Service_BigtableAdmin(...); + * $locations = $bigtableadminService->locations; + * + */ +class Google_Service_BigtableAdmin_Resource_ProjectsLocations 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_BigtableAdmin_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigtableAdmin_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_BigtableAdmin_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SetIamPolicyRequest.php new file mode 100644 index 000000000..70d57c50f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_BigtableAdmin_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SingleClusterRouting.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SingleClusterRouting.php new file mode 100644 index 000000000..a0d4af1e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/SingleClusterRouting.php @@ -0,0 +1,39 @@ +allowTransactionalWrites = $allowTransactionalWrites; + } + public function getAllowTransactionalWrites() + { + return $this->allowTransactionalWrites; + } + public function setClusterId($clusterId) + { + $this->clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Split.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Split.php new file mode 100644 index 000000000..e6b78ac4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Split.php @@ -0,0 +1,30 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Status.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Status.php new file mode 100644 index 000000000..fed6c8d36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/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/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Table.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Table.php new file mode 100644 index 000000000..182ea5e85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Table.php @@ -0,0 +1,71 @@ +clusterStates = $clusterStates; + } + /** + * @return Google_Service_BigtableAdmin_ClusterState + */ + public function getClusterStates() + { + return $this->clusterStates; + } + /** + * @param Google_Service_BigtableAdmin_ColumnFamily + */ + public function setColumnFamilies($columnFamilies) + { + $this->columnFamilies = $columnFamilies; + } + /** + * @return Google_Service_BigtableAdmin_ColumnFamily + */ + public function getColumnFamilies() + { + return $this->columnFamilies; + } + public function setGranularity($granularity) + { + $this->granularity = $granularity; + } + public function getGranularity() + { + return $this->granularity; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TableProgress.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TableProgress.php new file mode 100644 index 000000000..787e74be8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TableProgress.php @@ -0,0 +1,48 @@ +estimatedCopiedBytes = $estimatedCopiedBytes; + } + public function getEstimatedCopiedBytes() + { + return $this->estimatedCopiedBytes; + } + public function setEstimatedSizeBytes($estimatedSizeBytes) + { + $this->estimatedSizeBytes = $estimatedSizeBytes; + } + public function getEstimatedSizeBytes() + { + return $this->estimatedSizeBytes; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsRequest.php new file mode 100644 index 000000000..a0da67d83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsResponse.php new file mode 100644 index 000000000..a25fd7811 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Union.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Union.php new file mode 100644 index 000000000..09fa07df8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Union.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_BigtableAdmin_GcRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateAppProfileMetadata.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateAppProfileMetadata.php new file mode 100644 index 000000000..2d5fdbc91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateAppProfileMetadata.php @@ -0,0 +1,20 @@ +finishTime = $finishTime; + } + public function getFinishTime() + { + return $this->finishTime; + } + /** + * @param Google_Service_BigtableAdmin_Cluster + */ + public function setOriginalRequest(Google_Service_BigtableAdmin_Cluster $originalRequest) + { + $this->originalRequest = $originalRequest; + } + /** + * @return Google_Service_BigtableAdmin_Cluster + */ + public function getOriginalRequest() + { + return $this->originalRequest; + } + public function setRequestTime($requestTime) + { + $this->requestTime = $requestTime; + } + public function getRequestTime() + { + return $this->requestTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateInstanceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateInstanceMetadata.php new file mode 100644 index 000000000..f68b61a0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/UpdateInstanceMetadata.php @@ -0,0 +1,55 @@ +finishTime = $finishTime; + } + public function getFinishTime() + { + return $this->finishTime; + } + /** + * @param Google_Service_BigtableAdmin_PartialUpdateInstanceRequest + */ + public function setOriginalRequest(Google_Service_BigtableAdmin_PartialUpdateInstanceRequest $originalRequest) + { + $this->originalRequest = $originalRequest; + } + /** + * @return Google_Service_BigtableAdmin_PartialUpdateInstanceRequest + */ + public function getOriginalRequest() + { + return $this->originalRequest; + } + public function setRequestTime($requestTime) + { + $this->requestTime = $requestTime; + } + public function getRequestTime() + { + return $this->requestTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php new file mode 100644 index 000000000..9fb6275ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php @@ -0,0 +1,238 @@ + + * The management interface for Binary Authorization, a system providing policy + * control for images deployed to Kubernetes Engine clusters. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_BinaryAuthorization extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects; + public $projects_attestors; + public $projects_policy; + + /** + * Constructs the internal representation of the BinaryAuthorization 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://binaryauthorization.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'binaryauthorization'; + + $this->projects = new Google_Service_BinaryAuthorization_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getPolicy' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updatePolicy' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_attestors = new Google_Service_BinaryAuthorization_Resource_ProjectsAttestors( + $this, + $this->serviceName, + 'attestors', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/attestors', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'attestorId' => 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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/attestors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_policy = new Google_Service_BinaryAuthorization_Resource_ProjectsPolicy( + $this, + $this->serviceName, + 'policy', + array( + 'methods' => array( + 'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionRule.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionRule.php new file mode 100644 index 000000000..61e85b3b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionRule.php @@ -0,0 +1,49 @@ +enforcementMode = $enforcementMode; + } + public function getEnforcementMode() + { + return $this->enforcementMode; + } + public function setEvaluationMode($evaluationMode) + { + $this->evaluationMode = $evaluationMode; + } + public function getEvaluationMode() + { + return $this->evaluationMode; + } + public function setRequireAttestationsBy($requireAttestationsBy) + { + $this->requireAttestationsBy = $requireAttestationsBy; + } + public function getRequireAttestationsBy() + { + return $this->requireAttestationsBy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionWhitelistPattern.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionWhitelistPattern.php new file mode 100644 index 000000000..431dc0ac0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AdmissionWhitelistPattern.php @@ -0,0 +1,30 @@ +namePattern = $namePattern; + } + public function getNamePattern() + { + return $this->namePattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php new file mode 100644 index 000000000..1289ab5c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php @@ -0,0 +1,64 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + /** + * @param Google_Service_BinaryAuthorization_UserOwnedGrafeasNote + */ + public function setUserOwnedGrafeasNote(Google_Service_BinaryAuthorization_UserOwnedGrafeasNote $userOwnedGrafeasNote) + { + $this->userOwnedGrafeasNote = $userOwnedGrafeasNote; + } + /** + * @return Google_Service_BinaryAuthorization_UserOwnedGrafeasNote + */ + public function getUserOwnedGrafeasNote() + { + return $this->userOwnedGrafeasNote; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestorPublicKey.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestorPublicKey.php new file mode 100644 index 000000000..75503196b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/AttestorPublicKey.php @@ -0,0 +1,64 @@ +asciiArmoredPgpPublicKey = $asciiArmoredPgpPublicKey; + } + public function getAsciiArmoredPgpPublicKey() + { + return $this->asciiArmoredPgpPublicKey; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_BinaryAuthorization_PkixPublicKey + */ + public function setPkixPublicKey(Google_Service_BinaryAuthorization_PkixPublicKey $pkixPublicKey) + { + $this->pkixPublicKey = $pkixPublicKey; + } + /** + * @return Google_Service_BinaryAuthorization_PkixPublicKey + */ + public function getPkixPublicKey() + { + return $this->pkixPublicKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/BinaryauthorizationEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/BinaryauthorizationEmpty.php new file mode 100644 index 000000000..84d321e82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/BinaryauthorizationEmpty.php @@ -0,0 +1,20 @@ +condition = $condition; + } + /** + * @return Google_Service_BinaryAuthorization_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Expr.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Expr.php new file mode 100644 index 000000000..4d71d1d0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/IamPolicy.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/IamPolicy.php new file mode 100644 index 000000000..2228cff95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/IamPolicy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_BinaryAuthorization_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ListAttestorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ListAttestorsResponse.php new file mode 100644 index 000000000..54a5a23d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/ListAttestorsResponse.php @@ -0,0 +1,47 @@ +attestors = $attestors; + } + /** + * @return Google_Service_BinaryAuthorization_Attestor + */ + public function getAttestors() + { + return $this->attestors; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/PkixPublicKey.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/PkixPublicKey.php new file mode 100644 index 000000000..1c29c81a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/PkixPublicKey.php @@ -0,0 +1,39 @@ +publicKeyPem = $publicKeyPem; + } + public function getPublicKeyPem() + { + return $this->publicKeyPem; + } + public function setSignatureAlgorithm($signatureAlgorithm) + { + $this->signatureAlgorithm = $signatureAlgorithm; + } + public function getSignatureAlgorithm() + { + return $this->signatureAlgorithm; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Policy.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Policy.php new file mode 100644 index 000000000..82a7ecc6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Policy.php @@ -0,0 +1,106 @@ +admissionWhitelistPatterns = $admissionWhitelistPatterns; + } + /** + * @return Google_Service_BinaryAuthorization_AdmissionWhitelistPattern + */ + public function getAdmissionWhitelistPatterns() + { + return $this->admissionWhitelistPatterns; + } + /** + * @param Google_Service_BinaryAuthorization_AdmissionRule + */ + public function setClusterAdmissionRules($clusterAdmissionRules) + { + $this->clusterAdmissionRules = $clusterAdmissionRules; + } + /** + * @return Google_Service_BinaryAuthorization_AdmissionRule + */ + public function getClusterAdmissionRules() + { + return $this->clusterAdmissionRules; + } + /** + * @param Google_Service_BinaryAuthorization_AdmissionRule + */ + public function setDefaultAdmissionRule(Google_Service_BinaryAuthorization_AdmissionRule $defaultAdmissionRule) + { + $this->defaultAdmissionRule = $defaultAdmissionRule; + } + /** + * @return Google_Service_BinaryAuthorization_AdmissionRule + */ + public function getDefaultAdmissionRule() + { + return $this->defaultAdmissionRule; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGlobalPolicyEvaluationMode($globalPolicyEvaluationMode) + { + $this->globalPolicyEvaluationMode = $globalPolicyEvaluationMode; + } + public function getGlobalPolicyEvaluationMode() + { + return $this->globalPolicyEvaluationMode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Projects.php new file mode 100644 index 000000000..bdab20830 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/Projects.php @@ -0,0 +1,67 @@ + + * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); + * $projects = $binaryauthorizationService->projects; + * + */ +class Google_Service_BinaryAuthorization_Resource_Projects extends Google_Service_Resource +{ + /** + * A policy specifies the attestors that must attest to a container image, + * before the project is allowed to deploy that image. There is at most one + * policy per project. All image admission requests are permitted if a project + * has no policy. + * + * Gets the policy for this project. Returns a default policy if the project + * does not have one. (projects.getPolicy) + * + * @param string $name Required. The resource name of the policy to retrieve, in + * the format `projects/policy`. + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_Policy + */ + public function getPolicy($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getPolicy', array($params), "Google_Service_BinaryAuthorization_Policy"); + } + /** + * Creates or updates a project's policy, and returns a copy of the new policy. + * A policy is always updated as a whole, to avoid race conditions with + * concurrent policy enforcement (or management!) requests. Returns NOT_FOUND if + * the project does not exist, INVALID_ARGUMENT if the request is malformed. + * (projects.updatePolicy) + * + * @param string $name Output only. The resource name, in the format + * `projects/policy`. There is at most one policy per project. + * @param Google_Service_BinaryAuthorization_Policy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_Policy + */ + public function updatePolicy($name, Google_Service_BinaryAuthorization_Policy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatePolicy', array($params), "Google_Service_BinaryAuthorization_Policy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php new file mode 100644 index 000000000..38ee58e5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php @@ -0,0 +1,183 @@ + + * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); + * $attestors = $binaryauthorizationService->attestors; + * + */ +class Google_Service_BinaryAuthorization_Resource_ProjectsAttestors extends Google_Service_Resource +{ + /** + * Creates an attestor, and returns a copy of the new attestor. Returns + * NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is + * malformed, ALREADY_EXISTS if the attestor already exists. (attestors.create) + * + * @param string $parent Required. The parent of this attestor. + * @param Google_Service_BinaryAuthorization_Attestor $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string attestorId Required. The attestors ID. + * @return Google_Service_BinaryAuthorization_Attestor + */ + public function create($parent, Google_Service_BinaryAuthorization_Attestor $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BinaryAuthorization_Attestor"); + } + /** + * Deletes an attestor. Returns NOT_FOUND if the attestor does not exist. + * (attestors.delete) + * + * @param string $name Required. The name of the attestors to delete, in the + * format `projects/attestors`. + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_BinaryauthorizationEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BinaryAuthorization_BinaryauthorizationEmpty"); + } + /** + * Gets an attestor. Returns NOT_FOUND if the attestor does not exist. + * (attestors.get) + * + * @param string $name Required. The name of the attestor to retrieve, in the + * format `projects/attestors`. + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_Attestor + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BinaryAuthorization_Attestor"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (attestors.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. + * @return Google_Service_BinaryAuthorization_IamPolicy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); + } + /** + * Lists attestors. Returns INVALID_ARGUMENT if the project does not exist. + * (attestors.listProjectsAttestors) + * + * @param string $parent Required. The resource name of the project associated + * with the attestors, in the format `projects`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListAttestorsResponse.next_page_token returned from the previous call to the + * `ListAttestors` method. + * @opt_param int pageSize Requested page size. The server may return fewer + * results than requested. If unspecified, the server will pick an appropriate + * default. + * @return Google_Service_BinaryAuthorization_ListAttestorsResponse + */ + public function listProjectsAttestors($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BinaryAuthorization_ListAttestorsResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (attestors.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_BinaryAuthorization_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_IamPolicy + */ + public function setIamPolicy($resource, Google_Service_BinaryAuthorization_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); + } + /** + * 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. (attestors.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_BinaryAuthorization_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BinaryAuthorization_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BinaryAuthorization_TestIamPermissionsResponse"); + } + /** + * Updates an attestor. Returns NOT_FOUND if the attestor does not exist. + * (attestors.update) + * + * @param string $name Required. The resource name, in the format: + * `projects/attestors`. This field may not be updated. + * @param Google_Service_BinaryAuthorization_Attestor $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_Attestor + */ + public function update($name, Google_Service_BinaryAuthorization_Attestor $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_BinaryAuthorization_Attestor"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php new file mode 100644 index 000000000..4e7e0c8fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php @@ -0,0 +1,96 @@ + + * $binaryauthorizationService = new Google_Service_BinaryAuthorization(...); + * $policy = $binaryauthorizationService->policy; + * + */ +class Google_Service_BinaryAuthorization_Resource_ProjectsPolicy 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. (policy.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. + * @return Google_Service_BinaryAuthorization_IamPolicy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (policy.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_BinaryAuthorization_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_IamPolicy + */ + public function setIamPolicy($resource, Google_Service_BinaryAuthorization_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BinaryAuthorization_IamPolicy"); + } + /** + * 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. (policy.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_BinaryAuthorization_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BinaryAuthorization_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BinaryAuthorization_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BinaryAuthorization_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/SetIamPolicyRequest.php new file mode 100644 index 000000000..5b6a2ee42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_BinaryAuthorization_IamPolicy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsRequest.php new file mode 100644 index 000000000..7c6aba514 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsResponse.php new file mode 100644 index 000000000..cc24621f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.php new file mode 100644 index 000000000..cd1de29e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.php @@ -0,0 +1,56 @@ +delegationServiceAccountEmail = $delegationServiceAccountEmail; + } + public function getDelegationServiceAccountEmail() + { + return $this->delegationServiceAccountEmail; + } + public function setNoteReference($noteReference) + { + $this->noteReference = $noteReference; + } + public function getNoteReference() + { + return $this->noteReference; + } + /** + * @param Google_Service_BinaryAuthorization_AttestorPublicKey + */ + public function setPublicKeys($publicKeys) + { + $this->publicKeys = $publicKeys; + } + /** + * @return Google_Service_BinaryAuthorization_AttestorPublicKey + */ + public function getPublicKeys() + { + return $this->publicKeys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger.php b/vendor/google/apiclient-services/src/Google/Service/Blogger.php new file mode 100644 index 000000000..05d3e5ac6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger.php @@ -0,0 +1,932 @@ + + * API for access to the data within Blogger. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Blogger extends Google_Service +{ + /** Manage your Blogger account. */ + const BLOGGER = + "https://www.googleapis.com/auth/blogger"; + /** View your Blogger account. */ + const BLOGGER_READONLY = + "https://www.googleapis.com/auth/blogger.readonly"; + + public $blogUserInfos; + public $blogs; + public $comments; + public $pageViews; + public $pages; + public $postUserInfos; + public $posts; + public $users; + + /** + * Constructs the internal representation of the Blogger 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 = 'blogger/v3/'; + $this->batchPath = 'batch/blogger/v3'; + $this->version = 'v3'; + $this->serviceName = 'blogger'; + + $this->blogUserInfos = new Google_Service_Blogger_Resource_BlogUserInfos( + $this, + $this->serviceName, + 'blogUserInfos', + array( + 'methods' => array( + 'get' => array( + 'path' => 'users/{userId}/blogs/{blogId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxPosts' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->blogs = new Google_Service_Blogger_Resource_Blogs( + $this, + $this->serviceName, + 'blogs', + array( + 'methods' => array( + 'get' => array( + 'path' => 'blogs/{blogId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxPosts' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getByUrl' => array( + 'path' => 'blogs/byurl', + 'httpMethod' => 'GET', + 'parameters' => array( + 'url' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listByUser' => array( + 'path' => 'users/{userId}/blogs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fetchUserInfo' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'role' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->comments = new Google_Service_Blogger_Resource_Comments( + $this, + $this->serviceName, + 'comments', + array( + 'methods' => array( + 'approve' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/approve', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/comments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fetchBodies' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listByBlog' => array( + 'path' => 'blogs/{blogId}/comments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fetchBodies' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'markAsSpam' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/spam', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'removeContent' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->pageViews = new Google_Service_Blogger_Resource_PageViews( + $this, + $this->serviceName, + 'pageViews', + array( + 'methods' => array( + 'get' => array( + 'path' => 'blogs/{blogId}/pageviews', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'range' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->pages = new Google_Service_Blogger_Resource_Pages( + $this, + $this->serviceName, + 'pages', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'blogs/{blogId}/pages/{pageId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'blogs/{blogId}/pages/{pageId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'blogs/{blogId}/pages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'isDraft' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'blogs/{blogId}/pages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fetchBodies' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'blogs/{blogId}/pages/{pageId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'publish' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'revert' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'publish' => array( + 'path' => 'blogs/{blogId}/pages/{pageId}/publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'revert' => array( + 'path' => 'blogs/{blogId}/pages/{pageId}/revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'blogs/{blogId}/pages/{pageId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'publish' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'revert' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->postUserInfos = new Google_Service_Blogger_Resource_PostUserInfos( + $this, + $this->serviceName, + 'postUserInfos', + array( + 'methods' => array( + 'get' => array( + 'path' => 'users/{userId}/blogs/{blogId}/posts/{postId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxComments' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'users/{userId}/blogs/{blogId}/posts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fetchBodies' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labels' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->posts = new Google_Service_Blogger_Resource_Posts( + $this, + $this->serviceName, + 'posts', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'blogs/{blogId}/posts/{postId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'blogs/{blogId}/posts/{postId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fetchBody' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fetchImages' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxComments' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getByPath' => array( + 'path' => 'blogs/{blogId}/posts/bypath', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'path' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxComments' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'blogs/{blogId}/posts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fetchBody' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fetchImages' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'isDraft' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'blogs/{blogId}/posts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fetchBodies' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fetchImages' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labels' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'blogs/{blogId}/posts/{postId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fetchBody' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fetchImages' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxComments' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'publish' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'revert' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'publish' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'publishDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'blogs/{blogId}/posts/{postId}/revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'blogs/{blogId}/posts/search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'fetchBodies' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'blogs/{blogId}/posts/{postId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'blogId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'postId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fetchBody' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fetchImages' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxComments' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'publish' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'revert' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_Blogger_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'get' => array( + 'path' => 'users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Blog.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Blog.php new file mode 100644 index 000000000..a0a02c8e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Blog.php @@ -0,0 +1,159 @@ +customMetaData = $customMetaData; + } + public function getCustomMetaData() + { + return $this->customMetaData; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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_Blogger_BlogLocale + */ + public function setLocale(Google_Service_Blogger_BlogLocale $locale) + { + $this->locale = $locale; + } + /** + * @return Google_Service_Blogger_BlogLocale + */ + public function getLocale() + { + return $this->locale; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Blogger_BlogPages + */ + public function setPages(Google_Service_Blogger_BlogPages $pages) + { + $this->pages = $pages; + } + /** + * @return Google_Service_Blogger_BlogPages + */ + public function getPages() + { + return $this->pages; + } + /** + * @param Google_Service_Blogger_BlogPosts + */ + public function setPosts(Google_Service_Blogger_BlogPosts $posts) + { + $this->posts = $posts; + } + /** + * @return Google_Service_Blogger_BlogPosts + */ + public function getPosts() + { + return $this->posts; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php new file mode 100644 index 000000000..242e87d69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php @@ -0,0 +1,63 @@ +blogUserInfos = $blogUserInfos; + } + /** + * @return Google_Service_Blogger_BlogUserInfo + */ + public function getBlogUserInfos() + { + return $this->blogUserInfos; + } + /** + * @param Google_Service_Blogger_Blog + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Blogger_Blog + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php new file mode 100644 index 000000000..cb68ac27e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php @@ -0,0 +1,48 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setVariant($variant) + { + $this->variant = $variant; + } + public function getVariant() + { + return $this->variant; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPages.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPages.php new file mode 100644 index 000000000..d7c601457 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPages.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPerUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPerUserInfo.php new file mode 100644 index 000000000..47e0c38a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPerUserInfo.php @@ -0,0 +1,75 @@ +blogId = $blogId; + } + public function getBlogId() + { + return $this->blogId; + } + public function setHasAdminAccess($hasAdminAccess) + { + $this->hasAdminAccess = $hasAdminAccess; + } + public function getHasAdminAccess() + { + return $this->hasAdminAccess; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPhotosAlbumKey($photosAlbumKey) + { + $this->photosAlbumKey = $photosAlbumKey; + } + public function getPhotosAlbumKey() + { + return $this->photosAlbumKey; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPosts.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPosts.php new file mode 100644 index 000000000..ed68995c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPosts.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Blogger_Post + */ + public function getItems() + { + return $this->items; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php new file mode 100644 index 000000000..d2e6e19f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php @@ -0,0 +1,65 @@ + "blog_user_info", + ); + protected $blogType = 'Google_Service_Blogger_Blog'; + protected $blogDataType = ''; + protected $blogUserInfoType = 'Google_Service_Blogger_BlogPerUserInfo'; + protected $blogUserInfoDataType = ''; + public $kind; + + /** + * @param Google_Service_Blogger_Blog + */ + public function setBlog(Google_Service_Blogger_Blog $blog) + { + $this->blog = $blog; + } + /** + * @return Google_Service_Blogger_Blog + */ + public function getBlog() + { + return $this->blog; + } + /** + * @param Google_Service_Blogger_BlogPerUserInfo + */ + public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUserInfo) + { + $this->blogUserInfo = $blogUserInfo; + } + /** + * @return Google_Service_Blogger_BlogPerUserInfo + */ + public function getBlogUserInfo() + { + return $this->blogUserInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php new file mode 100644 index 000000000..295ed0814 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php @@ -0,0 +1,148 @@ +author = $author; + } + /** + * @return Google_Service_Blogger_CommentAuthor + */ + public function getAuthor() + { + return $this->author; + } + /** + * @param Google_Service_Blogger_CommentBlog + */ + public function setBlog(Google_Service_Blogger_CommentBlog $blog) + { + $this->blog = $blog; + } + /** + * @return Google_Service_Blogger_CommentBlog + */ + public function getBlog() + { + return $this->blog; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Blogger_CommentInReplyTo + */ + public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo) + { + $this->inReplyTo = $inReplyTo; + } + /** + * @return Google_Service_Blogger_CommentInReplyTo + */ + public function getInReplyTo() + { + return $this->inReplyTo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Blogger_CommentPost + */ + public function setPost(Google_Service_Blogger_CommentPost $post) + { + $this->post = $post; + } + /** + * @return Google_Service_Blogger_CommentPost + */ + public function getPost() + { + return $this->post; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php new file mode 100644 index 000000000..51f641dec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php @@ -0,0 +1,64 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Blogger_CommentAuthorImage + */ + public function setImage(Google_Service_Blogger_CommentAuthorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Blogger_CommentAuthorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php new file mode 100644 index 000000000..4642cb63b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentBlog.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentBlog.php new file mode 100644 index 000000000..79e753597 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentBlog.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentInReplyTo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentInReplyTo.php new file mode 100644 index 000000000..0f2a6fb79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentInReplyTo.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentList.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentList.php new file mode 100644 index 000000000..b689ae722 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentList.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Blogger_Comment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Blogger_Comment + */ + 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; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php new file mode 100644 index 000000000..a0a9fc68c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Page.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Page.php new file mode 100644 index 000000000..19ceed96d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Page.php @@ -0,0 +1,143 @@ +author = $author; + } + /** + * @return Google_Service_Blogger_PageAuthor + */ + public function getAuthor() + { + return $this->author; + } + /** + * @param Google_Service_Blogger_PageBlog + */ + public function setBlog(Google_Service_Blogger_PageBlog $blog) + { + $this->blog = $blog; + } + /** + * @return Google_Service_Blogger_PageBlog + */ + public function getBlog() + { + return $this->blog; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php new file mode 100644 index 000000000..2a6f55dfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php @@ -0,0 +1,64 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Blogger_PageAuthorImage + */ + public function setImage(Google_Service_Blogger_PageAuthorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Blogger_PageAuthorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php new file mode 100644 index 000000000..55e239d30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageBlog.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageBlog.php new file mode 100644 index 000000000..45bf338ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageBlog.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageList.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageList.php new file mode 100644 index 000000000..9cb91c1d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Blogger_Page + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Blogger_Page + */ + 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/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php new file mode 100644 index 000000000..ce7d44fd7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php @@ -0,0 +1,56 @@ +blogId = $blogId; + } + public function getBlogId() + { + return $this->blogId; + } + /** + * @param Google_Service_Blogger_PageviewsCounts + */ + public function setCounts($counts) + { + $this->counts = $counts; + } + /** + * @return Google_Service_Blogger_PageviewsCounts + */ + public function getCounts() + { + return $this->counts; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php new file mode 100644 index 000000000..0827c09bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setTimeRange($timeRange) + { + $this->timeRange = $timeRange; + } + public function getTimeRange() + { + return $this->timeRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Post.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Post.php new file mode 100644 index 000000000..e0183f5ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Post.php @@ -0,0 +1,228 @@ +author = $author; + } + /** + * @return Google_Service_Blogger_PostAuthor + */ + public function getAuthor() + { + return $this->author; + } + /** + * @param Google_Service_Blogger_PostBlog + */ + public function setBlog(Google_Service_Blogger_PostBlog $blog) + { + $this->blog = $blog; + } + /** + * @return Google_Service_Blogger_PostBlog + */ + public function getBlog() + { + return $this->blog; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setCustomMetaData($customMetaData) + { + $this->customMetaData = $customMetaData; + } + public function getCustomMetaData() + { + return $this->customMetaData; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Blogger_PostImages + */ + public function setImages($images) + { + $this->images = $images; + } + /** + * @return Google_Service_Blogger_PostImages + */ + public function getImages() + { + return $this->images; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Blogger_PostLocation + */ + public function setLocation(Google_Service_Blogger_PostLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Blogger_PostLocation + */ + public function getLocation() + { + return $this->location; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setReaderComments($readerComments) + { + $this->readerComments = $readerComments; + } + public function getReaderComments() + { + return $this->readerComments; + } + /** + * @param Google_Service_Blogger_PostReplies + */ + public function setReplies(Google_Service_Blogger_PostReplies $replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_Blogger_PostReplies + */ + public function getReplies() + { + return $this->replies; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTitleLink($titleLink) + { + $this->titleLink = $titleLink; + } + public function getTitleLink() + { + return $this->titleLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php new file mode 100644 index 000000000..14dfc7776 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php @@ -0,0 +1,64 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Blogger_PostAuthorImage + */ + public function setImage(Google_Service_Blogger_PostAuthorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Blogger_PostAuthorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php new file mode 100644 index 000000000..0fdf94f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostBlog.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostBlog.php new file mode 100644 index 000000000..2959577b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostBlog.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostImages.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostImages.php new file mode 100644 index 000000000..7d3d05322 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostImages.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostList.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostList.php new file mode 100644 index 000000000..da9316452 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Blogger_Post + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Blogger_Post + */ + 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/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php new file mode 100644 index 000000000..61228dffd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php @@ -0,0 +1,57 @@ +lat = $lat; + } + public function getLat() + { + return $this->lat; + } + public function setLng($lng) + { + $this->lng = $lng; + } + public function getLng() + { + return $this->lng; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSpan($span) + { + $this->span = $span; + } + public function getSpan() + { + return $this->span; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostPerUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostPerUserInfo.php new file mode 100644 index 000000000..06feba762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostPerUserInfo.php @@ -0,0 +1,66 @@ +blogId = $blogId; + } + public function getBlogId() + { + return $this->blogId; + } + public function setHasEditAccess($hasEditAccess) + { + $this->hasEditAccess = $hasEditAccess; + } + public function getHasEditAccess() + { + return $this->hasEditAccess; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPostId($postId) + { + $this->postId = $postId; + } + public function getPostId() + { + return $this->postId; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostReplies.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostReplies.php new file mode 100644 index 000000000..e38dfe36e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostReplies.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Blogger_Comment + */ + public function getItems() + { + return $this->items; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php new file mode 100644 index 000000000..31359adf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php @@ -0,0 +1,65 @@ + "post_user_info", + ); + public $kind; + protected $postType = 'Google_Service_Blogger_Post'; + protected $postDataType = ''; + protected $postUserInfoType = 'Google_Service_Blogger_PostPerUserInfo'; + protected $postUserInfoDataType = ''; + + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Blogger_Post + */ + public function setPost(Google_Service_Blogger_Post $post) + { + $this->post = $post; + } + /** + * @return Google_Service_Blogger_Post + */ + public function getPost() + { + return $this->post; + } + /** + * @param Google_Service_Blogger_PostPerUserInfo + */ + public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo) + { + $this->postUserInfo = $postUserInfo; + } + /** + * @return Google_Service_Blogger_PostPerUserInfo + */ + public function getPostUserInfo() + { + return $this->postUserInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.php new file mode 100644 index 000000000..6ffc39654 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Blogger_PostUserInfo + */ + 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/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php new file mode 100644 index 000000000..25973268f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php @@ -0,0 +1,46 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $blogUserInfos = $bloggerService->blogUserInfos; + * + */ +class Google_Service_Blogger_Resource_BlogUserInfos extends Google_Service_Resource +{ + /** + * Gets one blog and user info pair by blogId and userId. (blogUserInfos.get) + * + * @param string $userId ID of the user whose blogs are to be fetched. Either + * the word 'self' or the user's profile identifier. + * @param string $blogId The ID of the blog to get. + * @param array $optParams Optional parameters. + * + * @opt_param string maxPosts Maximum number of posts to pull back with the + * blog. + * @return Google_Service_Blogger_BlogUserInfo + */ + public function get($userId, $blogId, $optParams = array()) + { + $params = array('userId' => $userId, 'blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_BlogUserInfo"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php new file mode 100644 index 000000000..b823834fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php @@ -0,0 +1,86 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $blogs = $bloggerService->blogs; + * + */ +class Google_Service_Blogger_Resource_Blogs extends Google_Service_Resource +{ + /** + * Gets one blog by ID. (blogs.get) + * + * @param string $blogId The ID of the blog to get. + * @param array $optParams Optional parameters. + * + * @opt_param string maxPosts Maximum number of posts to pull back with the + * blog. + * @opt_param string view Access level with which to view the blog. Note that + * some fields require elevated access. + * @return Google_Service_Blogger_Blog + */ + public function get($blogId, $optParams = array()) + { + $params = array('blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_Blog"); + } + /** + * Retrieve a Blog by URL. (blogs.getByUrl) + * + * @param string $url The URL of the blog to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string view Access level with which to view the blog. Note that + * some fields require elevated access. + * @return Google_Service_Blogger_Blog + */ + public function getByUrl($url, $optParams = array()) + { + $params = array('url' => $url); + $params = array_merge($params, $optParams); + return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog"); + } + /** + * Retrieves a list of blogs, possibly filtered. (blogs.listByUser) + * + * @param string $userId ID of the user whose blogs are to be fetched. Either + * the word 'self' or the user's profile identifier. + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchUserInfo Whether the response is a list of blogs with + * per-user information instead of just blogs. + * @opt_param string role User access types for blogs to include in the results, + * e.g. AUTHOR will return blogs where the user has author level access. If no + * roles are specified, defaults to ADMIN and AUTHOR roles. + * @opt_param string status Blog statuses to include in the result (default: + * Live blogs only). Note that ADMIN access is required to view deleted blogs. + * @opt_param string view Access level with which to view the blogs. Note that + * some fields require elevated access. + * @return Google_Service_Blogger_BlogList + */ + public function listByUser($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('listByUser', array($params), "Google_Service_Blogger_BlogList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Comments.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Comments.php new file mode 100644 index 000000000..5cc77538e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Comments.php @@ -0,0 +1,159 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $comments = $bloggerService->comments; + * + */ +class Google_Service_Blogger_Resource_Comments extends Google_Service_Resource +{ + /** + * Marks a comment as not spam. (comments.approve) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param string $commentId The ID of the comment to mark as not spam. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_Comment + */ + public function approve($blogId, $postId, $commentId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('approve', array($params), "Google_Service_Blogger_Comment"); + } + /** + * Delete a comment by ID. (comments.delete) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param string $commentId The ID of the comment to delete. + * @param array $optParams Optional parameters. + */ + public function delete($blogId, $postId, $commentId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one comment by ID. (comments.get) + * + * @param string $blogId ID of the blog to containing the comment. + * @param string $postId ID of the post to fetch posts from. + * @param string $commentId The ID of the comment to get. + * @param array $optParams Optional parameters. + * + * @opt_param string view Access level for the requested comment (default: + * READER). Note that some comments will require elevated permissions, for + * example comments where the parent posts which is in a draft state, or + * comments that are pending moderation. + * @return Google_Service_Blogger_Comment + */ + public function get($blogId, $postId, $commentId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_Comment"); + } + /** + * Retrieves the comments for a post, possibly filtered. (comments.listComments) + * + * @param string $blogId ID of the blog to fetch comments from. + * @param string $postId ID of the post to fetch posts from. + * @param array $optParams Optional parameters. + * + * @opt_param string endDate Latest date of comment to fetch, a date-time with + * RFC 3339 formatting. + * @opt_param bool fetchBodies Whether the body content of the comments is + * included. + * @opt_param string maxResults Maximum number of comments to include in the + * result. + * @opt_param string pageToken Continuation token if request is paged. + * @opt_param string startDate Earliest date of comment to fetch, a date-time + * with RFC 3339 formatting. + * @opt_param string status + * @opt_param string view Access level with which to view the returned result. + * Note that some fields require elevated access. + * @return Google_Service_Blogger_CommentList + */ + public function listComments($blogId, $postId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Blogger_CommentList"); + } + /** + * Retrieves the comments for a blog, across all posts, possibly filtered. + * (comments.listByBlog) + * + * @param string $blogId ID of the blog to fetch comments from. + * @param array $optParams Optional parameters. + * + * @opt_param string endDate Latest date of comment to fetch, a date-time with + * RFC 3339 formatting. + * @opt_param bool fetchBodies Whether the body content of the comments is + * included. + * @opt_param string maxResults Maximum number of comments to include in the + * result. + * @opt_param string pageToken Continuation token if request is paged. + * @opt_param string startDate Earliest date of comment to fetch, a date-time + * with RFC 3339 formatting. + * @opt_param string status + * @return Google_Service_Blogger_CommentList + */ + public function listByBlog($blogId, $optParams = array()) + { + $params = array('blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList"); + } + /** + * Marks a comment as spam. (comments.markAsSpam) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param string $commentId The ID of the comment to mark as spam. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_Comment + */ + public function markAsSpam($blogId, $postId, $commentId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment"); + } + /** + * Removes the content of a comment. (comments.removeContent) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param string $commentId The ID of the comment to delete content from. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_Comment + */ + public function removeContent($blogId, $postId, $commentId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('removeContent', array($params), "Google_Service_Blogger_Comment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PageViews.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PageViews.php new file mode 100644 index 000000000..d56aaaae5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PageViews.php @@ -0,0 +1,43 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $pageViews = $bloggerService->pageViews; + * + */ +class Google_Service_Blogger_Resource_PageViews extends Google_Service_Resource +{ + /** + * Retrieve pageview stats for a Blog. (pageViews.get) + * + * @param string $blogId The ID of the blog to get. + * @param array $optParams Optional parameters. + * + * @opt_param string range + * @return Google_Service_Blogger_Pageviews + */ + public function get($blogId, $optParams = array()) + { + $params = array('blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_Pageviews"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Pages.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Pages.php new file mode 100644 index 000000000..33c835971 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Pages.php @@ -0,0 +1,163 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $pages = $bloggerService->pages; + * + */ +class Google_Service_Blogger_Resource_Pages extends Google_Service_Resource +{ + /** + * Delete a page by ID. (pages.delete) + * + * @param string $blogId The ID of the Blog. + * @param string $pageId The ID of the Page. + * @param array $optParams Optional parameters. + */ + public function delete($blogId, $pageId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one blog page by ID. (pages.get) + * + * @param string $blogId ID of the blog containing the page. + * @param string $pageId The ID of the page to get. + * @param array $optParams Optional parameters. + * + * @opt_param string view + * @return Google_Service_Blogger_Page + */ + public function get($blogId, $pageId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_Page"); + } + /** + * Add a page. (pages.insert) + * + * @param string $blogId ID of the blog to add the page to. + * @param Google_Service_Blogger_Page $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool isDraft Whether to create the page as a draft (default: + * false). + * @return Google_Service_Blogger_Page + */ + public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Blogger_Page"); + } + /** + * Retrieves the pages for a blog, optionally including non-LIVE statuses. + * (pages.listPages) + * + * @param string $blogId ID of the blog to fetch Pages from. + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchBodies Whether to retrieve the Page bodies. + * @opt_param string maxResults Maximum number of Pages to fetch. + * @opt_param string pageToken Continuation token if the request is paged. + * @opt_param string status + * @opt_param string view Access level with which to view the returned result. + * Note that some fields require elevated access. + * @return Google_Service_Blogger_PageList + */ + public function listPages($blogId, $optParams = array()) + { + $params = array('blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Blogger_PageList"); + } + /** + * Update a page. This method supports patch semantics. (pages.patch) + * + * @param string $blogId The ID of the Blog. + * @param string $pageId The ID of the Page. + * @param Google_Service_Blogger_Page $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool publish Whether a publish action should be performed when the + * page is updated (default: false). + * @opt_param bool revert Whether a revert action should be performed when the + * page is updated (default: false). + * @return Google_Service_Blogger_Page + */ + public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array()) + { + $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Blogger_Page"); + } + /** + * Publishes a draft page. (pages.publish) + * + * @param string $blogId The ID of the blog. + * @param string $pageId The ID of the page. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_Page + */ + public function publish($blogId, $pageId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('publish', array($params), "Google_Service_Blogger_Page"); + } + /** + * Revert a published or scheduled page to draft state. (pages.revert) + * + * @param string $blogId The ID of the blog. + * @param string $pageId The ID of the page. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_Page + */ + public function revert($blogId, $pageId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'pageId' => $pageId); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_Blogger_Page"); + } + /** + * Update a page. (pages.update) + * + * @param string $blogId The ID of the Blog. + * @param string $pageId The ID of the Page. + * @param Google_Service_Blogger_Page $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool publish Whether a publish action should be performed when the + * page is updated (default: false). + * @opt_param bool revert Whether a revert action should be performed when the + * page is updated (default: false). + * @return Google_Service_Blogger_Page + */ + public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array()) + { + $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Blogger_Page"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php new file mode 100644 index 000000000..836af1581 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php @@ -0,0 +1,81 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $postUserInfos = $bloggerService->postUserInfos; + * + */ +class Google_Service_Blogger_Resource_PostUserInfos extends Google_Service_Resource +{ + /** + * Gets one post and user info pair, by post ID and user ID. The post user info + * contains per-user information about the post, such as access rights, specific + * to the user. (postUserInfos.get) + * + * @param string $userId ID of the user for the per-user information to be + * fetched. Either the word 'self' or the user's profile identifier. + * @param string $blogId The ID of the blog. + * @param string $postId The ID of the post to get. + * @param array $optParams Optional parameters. + * + * @opt_param string maxComments Maximum number of comments to pull back on a + * post. + * @return Google_Service_Blogger_PostUserInfo + */ + public function get($userId, $blogId, $postId, $optParams = array()) + { + $params = array('userId' => $userId, 'blogId' => $blogId, 'postId' => $postId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo"); + } + /** + * Retrieves a list of post and post user info pairs, possibly filtered. The + * post user info contains per-user information about the post, such as access + * rights, specific to the user. (postUserInfos.listPostUserInfos) + * + * @param string $userId ID of the user for the per-user information to be + * fetched. Either the word 'self' or the user's profile identifier. + * @param string $blogId ID of the blog to fetch posts from. + * @param array $optParams Optional parameters. + * + * @opt_param string endDate Latest post date to fetch, a date-time with RFC + * 3339 formatting. + * @opt_param bool fetchBodies Whether the body content of posts is included. + * Default is false. + * @opt_param string labels Comma-separated list of labels to search for. + * @opt_param string maxResults Maximum number of posts to fetch. + * @opt_param string orderBy Sort order applied to search results. Default is + * published. + * @opt_param string pageToken Continuation token if the request is paged. + * @opt_param string startDate Earliest post date to fetch, a date-time with RFC + * 3339 formatting. + * @opt_param string status + * @opt_param string view Access level with which to view the returned result. + * Note that some fields require elevated access. + * @return Google_Service_Blogger_PostUserInfosList + */ + public function listPostUserInfos($userId, $blogId, $optParams = array()) + { + $params = array('userId' => $userId, 'blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Blogger_PostUserInfosList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Posts.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Posts.php new file mode 100644 index 000000000..641301b44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Posts.php @@ -0,0 +1,241 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $posts = $bloggerService->posts; + * + */ +class Google_Service_Blogger_Resource_Posts extends Google_Service_Resource +{ + /** + * Delete a post by ID. (posts.delete) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param array $optParams Optional parameters. + */ + public function delete($blogId, $postId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get a post by ID. (posts.get) + * + * @param string $blogId ID of the blog to fetch the post from. + * @param string $postId The ID of the post + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchBody Whether the body content of the post is included + * (default: true). This should be set to false when the post bodies are not + * required, to help minimize traffic. + * @opt_param bool fetchImages Whether image URL metadata for each post is + * included (default: false). + * @opt_param string maxComments Maximum number of comments to pull back on a + * post. + * @opt_param string view Access level with which to view the returned result. + * Note that some fields require elevated access. + * @return Google_Service_Blogger_Post + */ + public function get($blogId, $postId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_Post"); + } + /** + * Retrieve a Post by Path. (posts.getByPath) + * + * @param string $blogId ID of the blog to fetch the post from. + * @param string $path Path of the Post to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string maxComments Maximum number of comments to pull back on a + * post. + * @opt_param string view Access level with which to view the returned result. + * Note that some fields require elevated access. + * @return Google_Service_Blogger_Post + */ + public function getByPath($blogId, $path, $optParams = array()) + { + $params = array('blogId' => $blogId, 'path' => $path); + $params = array_merge($params, $optParams); + return $this->call('getByPath', array($params), "Google_Service_Blogger_Post"); + } + /** + * Add a post. (posts.insert) + * + * @param string $blogId ID of the blog to add the post to. + * @param Google_Service_Blogger_Post $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchBody Whether the body content of the post is included + * with the result (default: true). + * @opt_param bool fetchImages Whether image URL metadata for each post is + * included in the returned result (default: false). + * @opt_param bool isDraft Whether to create the post as a draft (default: + * false). + * @return Google_Service_Blogger_Post + */ + public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Blogger_Post"); + } + /** + * Retrieves a list of posts, possibly filtered. (posts.listPosts) + * + * @param string $blogId ID of the blog to fetch posts from. + * @param array $optParams Optional parameters. + * + * @opt_param string endDate Latest post date to fetch, a date-time with RFC + * 3339 formatting. + * @opt_param bool fetchBodies Whether the body content of posts is included + * (default: true). This should be set to false when the post bodies are not + * required, to help minimize traffic. + * @opt_param bool fetchImages Whether image URL metadata for each post is + * included. + * @opt_param string labels Comma-separated list of labels to search for. + * @opt_param string maxResults Maximum number of posts to fetch. + * @opt_param string orderBy Sort search results + * @opt_param string pageToken Continuation token if the request is paged. + * @opt_param string startDate Earliest post date to fetch, a date-time with RFC + * 3339 formatting. + * @opt_param string status Statuses to include in the results. + * @opt_param string view Access level with which to view the returned result. + * Note that some fields require escalated access. + * @return Google_Service_Blogger_PostList + */ + public function listPosts($blogId, $optParams = array()) + { + $params = array('blogId' => $blogId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Blogger_PostList"); + } + /** + * Update a post. This method supports patch semantics. (posts.patch) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param Google_Service_Blogger_Post $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchBody Whether the body content of the post is included + * with the result (default: true). + * @opt_param bool fetchImages Whether image URL metadata for each post is + * included in the returned result (default: false). + * @opt_param string maxComments Maximum number of comments to retrieve with the + * returned post. + * @opt_param bool publish Whether a publish action should be performed when the + * post is updated (default: false). + * @opt_param bool revert Whether a revert action should be performed when the + * post is updated (default: false). + * @return Google_Service_Blogger_Post + */ + public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Blogger_Post"); + } + /** + * Publishes a draft post, optionally at the specific time of the given + * publishDate parameter. (posts.publish) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param array $optParams Optional parameters. + * + * @opt_param string publishDate Optional date and time to schedule the + * publishing of the Blog. If no publishDate parameter is given, the post is + * either published at the a previously saved schedule date (if present), or the + * current time. If a future date is given, the post will be scheduled to be + * published. + * @return Google_Service_Blogger_Post + */ + public function publish($blogId, $postId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId); + $params = array_merge($params, $optParams); + return $this->call('publish', array($params), "Google_Service_Blogger_Post"); + } + /** + * Revert a published or scheduled post to draft state. (posts.revert) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_Post + */ + public function revert($blogId, $postId, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_Blogger_Post"); + } + /** + * Search for a post. (posts.search) + * + * @param string $blogId ID of the blog to fetch the post from. + * @param string $q Query terms to search this blog for matching posts. + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchBodies Whether the body content of posts is included + * (default: true). This should be set to false when the post bodies are not + * required, to help minimize traffic. + * @opt_param string orderBy Sort search results + * @return Google_Service_Blogger_PostList + */ + public function search($blogId, $q, $optParams = array()) + { + $params = array('blogId' => $blogId, 'q' => $q); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_Blogger_PostList"); + } + /** + * Update a post. (posts.update) + * + * @param string $blogId The ID of the Blog. + * @param string $postId The ID of the Post. + * @param Google_Service_Blogger_Post $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool fetchBody Whether the body content of the post is included + * with the result (default: true). + * @opt_param bool fetchImages Whether image URL metadata for each post is + * included in the returned result (default: false). + * @opt_param string maxComments Maximum number of comments to retrieve with the + * returned post. + * @opt_param bool publish Whether a publish action should be performed when the + * post is updated (default: false). + * @opt_param bool revert Whether a revert action should be performed when the + * post is updated (default: false). + * @return Google_Service_Blogger_Post + */ + public function update($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array()) + { + $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Blogger_Post"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Users.php new file mode 100644 index 000000000..ef028aacd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Users.php @@ -0,0 +1,41 @@ + + * $bloggerService = new Google_Service_Blogger(...); + * $users = $bloggerService->users; + * + */ +class Google_Service_Blogger_Resource_Users extends Google_Service_Resource +{ + /** + * Gets one user by ID. (users.get) + * + * @param string $userId The ID of the user to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Blogger_User + */ + public function get($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Blogger_User"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/User.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/User.php new file mode 100644 index 000000000..fca5251c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/User.php @@ -0,0 +1,116 @@ +about = $about; + } + public function getAbout() + { + return $this->about; + } + /** + * @param Google_Service_Blogger_UserBlogs + */ + public function setBlogs(Google_Service_Blogger_UserBlogs $blogs) + { + $this->blogs = $blogs; + } + /** + * @return Google_Service_Blogger_UserBlogs + */ + public function getBlogs() + { + return $this->blogs; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + 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_Blogger_UserLocale + */ + public function setLocale(Google_Service_Blogger_UserLocale $locale) + { + $this->locale = $locale; + } + /** + * @return Google_Service_Blogger_UserLocale + */ + public function getLocale() + { + return $this->locale; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php new file mode 100644 index 000000000..59cc429bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php @@ -0,0 +1,30 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/UserLocale.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/UserLocale.php new file mode 100644 index 000000000..1b5d30222 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/UserLocale.php @@ -0,0 +1,48 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setVariant($variant) + { + $this->variant = $variant; + } + public function getVariant() + { + return $this->variant; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books.php b/vendor/google/apiclient-services/src/Google/Service/Books.php new file mode 100644 index 000000000..2621a97c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books.php @@ -0,0 +1,1568 @@ + + * Searches for books and manages your Google Books library. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Books extends Google_Service +{ + /** Manage your books. */ + const BOOKS = + "https://www.googleapis.com/auth/books"; + + public $bookshelves; + public $bookshelves_volumes; + public $cloudloading; + public $dictionary; + public $familysharing; + public $layers; + public $layers_annotationData; + public $layers_volumeAnnotations; + public $myconfig; + public $mylibrary_annotations; + public $mylibrary_bookshelves; + public $mylibrary_bookshelves_volumes; + public $mylibrary_readingpositions; + public $notification; + public $onboarding; + public $personalizedstream; + public $promooffer; + public $series; + public $series_membership; + public $volumes; + public $volumes_associated; + public $volumes_mybooks; + public $volumes_recommended; + public $volumes_useruploaded; + + /** + * Constructs the internal representation of the Books 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 = 'books/v1/'; + $this->batchPath = 'batch/books/v1'; + $this->version = 'v1'; + $this->serviceName = 'books'; + + $this->bookshelves = new Google_Service_Books_Resource_Bookshelves( + $this, + $this->serviceName, + 'bookshelves', + array( + 'methods' => array( + 'get' => array( + 'path' => 'users/{userId}/bookshelves/{shelf}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'users/{userId}/bookshelves', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->bookshelves_volumes = new Google_Service_Books_Resource_BookshelvesVolumes( + $this, + $this->serviceName, + 'volumes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'users/{userId}/bookshelves/{shelf}/volumes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'showPreorders' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->cloudloading = new Google_Service_Books_Resource_Cloudloading( + $this, + $this->serviceName, + 'cloudloading', + array( + 'methods' => array( + 'addBook' => array( + 'path' => 'cloudloading/addBook', + 'httpMethod' => 'POST', + 'parameters' => array( + 'drive_document_id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'mime_type' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'upload_client_token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteBook' => array( + 'path' => 'cloudloading/deleteBook', + 'httpMethod' => 'POST', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateBook' => array( + 'path' => 'cloudloading/updateBook', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->dictionary = new Google_Service_Books_Resource_Dictionary( + $this, + $this->serviceName, + 'dictionary', + array( + 'methods' => array( + 'listOfflineMetadata' => array( + 'path' => 'dictionary/listOfflineMetadata', + 'httpMethod' => 'GET', + 'parameters' => array( + 'cpksver' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->familysharing = new Google_Service_Books_Resource_Familysharing( + $this, + $this->serviceName, + 'familysharing', + array( + 'methods' => array( + 'getFamilyInfo' => array( + 'path' => 'familysharing/getFamilyInfo', + 'httpMethod' => 'GET', + 'parameters' => array( + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'share' => array( + 'path' => 'familysharing/share', + 'httpMethod' => 'POST', + 'parameters' => array( + 'docId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'unshare' => array( + 'path' => 'familysharing/unshare', + 'httpMethod' => 'POST', + 'parameters' => array( + 'docId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->layers = new Google_Service_Books_Resource_Layers( + $this, + $this->serviceName, + 'layers', + array( + 'methods' => array( + 'get' => array( + 'path' => 'volumes/{volumeId}/layersummary/{summaryId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'summaryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'volumes/{volumeId}/layersummary', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->layers_annotationData = new Google_Service_Books_Resource_LayersAnnotationData( + $this, + $this->serviceName, + 'annotationData', + array( + 'methods' => array( + 'get' => array( + 'path' => 'volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'layerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'annotationDataId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'allowWebDefinitions' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'h' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scale' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'w' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'volumes/{volumeId}/layers/{layerId}/data', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'layerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'annotationDataId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'h' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scale' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'w' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->layers_volumeAnnotations = new Google_Service_Books_Resource_LayersVolumeAnnotations( + $this, + $this->serviceName, + 'volumeAnnotations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'layerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'annotationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'volumes/{volumeId}/layers/{layerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'layerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'endOffset' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endPosition' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startOffset' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startPosition' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'volumeAnnotationsVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->myconfig = new Google_Service_Books_Resource_Myconfig( + $this, + $this->serviceName, + 'myconfig', + array( + 'methods' => array( + 'getUserSettings' => array( + 'path' => 'myconfig/getUserSettings', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'releaseDownloadAccess' => array( + 'path' => 'myconfig/releaseDownloadAccess', + 'httpMethod' => 'POST', + 'parameters' => array( + 'volumeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'cpksver' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'requestAccess' => array( + 'path' => 'myconfig/requestAccess', + 'httpMethod' => 'POST', + 'parameters' => array( + 'source' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'nonce' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'cpksver' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'licenseTypes' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'syncVolumeLicenses' => array( + 'path' => 'myconfig/syncVolumeLicenses', + 'httpMethod' => 'POST', + 'parameters' => array( + 'source' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'nonce' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'cpksver' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'features' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'includeNonComicsSeries' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showPreorders' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'volumeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'updateUserSettings' => array( + 'path' => 'myconfig/updateUserSettings', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->mylibrary_annotations = new Google_Service_Books_Resource_MylibraryAnnotations( + $this, + $this->serviceName, + 'annotations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'mylibrary/annotations/{annotationId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'annotationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'mylibrary/annotations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'annotationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showOnlySummaryInResponse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'mylibrary/annotations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'layerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'layerIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'summary' => array( + 'path' => 'mylibrary/annotations/summary', + 'httpMethod' => 'POST', + 'parameters' => array( + 'layerIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'mylibrary/annotations/{annotationId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'annotationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->mylibrary_bookshelves = new Google_Service_Books_Resource_MylibraryBookshelves( + $this, + $this->serviceName, + 'bookshelves', + array( + 'methods' => array( + 'addVolume' => array( + 'path' => 'mylibrary/bookshelves/{shelf}/addVolume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'reason' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'clearVolumes' => array( + 'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'mylibrary/bookshelves/{shelf}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'mylibrary/bookshelves', + 'httpMethod' => 'GET', + 'parameters' => array( + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'moveVolume' => array( + 'path' => 'mylibrary/bookshelves/{shelf}/moveVolume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'volumePosition' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeVolume' => array( + 'path' => 'mylibrary/bookshelves/{shelf}/removeVolume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'reason' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->mylibrary_bookshelves_volumes = new Google_Service_Books_Resource_MylibraryBookshelvesVolumes( + $this, + $this->serviceName, + 'volumes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'mylibrary/bookshelves/{shelf}/volumes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'shelf' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showPreorders' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->mylibrary_readingpositions = new Google_Service_Books_Resource_MylibraryReadingpositions( + $this, + $this->serviceName, + 'readingpositions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'mylibrary/readingpositions/{volumeId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setPosition' => array( + 'path' => 'mylibrary/readingpositions/{volumeId}/setPosition', + 'httpMethod' => 'POST', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'timestamp' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'position' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'action' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'contentVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'deviceCookie' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->notification = new Google_Service_Books_Resource_Notification( + $this, + $this->serviceName, + 'notification', + array( + 'methods' => array( + 'get' => array( + 'path' => 'notification/get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'notification_id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->onboarding = new Google_Service_Books_Resource_Onboarding( + $this, + $this->serviceName, + 'onboarding', + array( + 'methods' => array( + 'listCategories' => array( + 'path' => 'onboarding/listCategories', + 'httpMethod' => 'GET', + 'parameters' => array( + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listCategoryVolumes' => array( + 'path' => 'onboarding/listCategoryVolumes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'categoryId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAllowedMaturityRating' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->personalizedstream = new Google_Service_Books_Resource_Personalizedstream( + $this, + $this->serviceName, + 'personalizedstream', + array( + 'methods' => array( + 'get' => array( + 'path' => 'personalizedstream/get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAllowedMaturityRating' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->promooffer = new Google_Service_Books_Resource_Promooffer( + $this, + $this->serviceName, + 'promooffer', + array( + 'methods' => array( + 'accept' => array( + 'path' => 'promooffer/accept', + 'httpMethod' => 'POST', + 'parameters' => array( + 'androidId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'device' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'manufacturer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'offerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'product' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serial' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'dismiss' => array( + 'path' => 'promooffer/dismiss', + 'httpMethod' => 'POST', + 'parameters' => array( + 'androidId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'device' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'manufacturer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'offerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'product' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serial' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'promooffer/get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'androidId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'device' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'manufacturer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'product' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serial' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->series = new Google_Service_Books_Resource_Series( + $this, + $this->serviceName, + 'series', + array( + 'methods' => array( + 'get' => array( + 'path' => 'series/get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'series_id' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->series_membership = new Google_Service_Books_Resource_SeriesMembership( + $this, + $this->serviceName, + 'membership', + array( + 'methods' => array( + 'get' => array( + 'path' => 'series/membership/get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'series_id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'page_size' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'page_token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->volumes = new Google_Service_Books_Resource_Volumes( + $this, + $this->serviceName, + 'volumes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'volumes/{volumeId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeNonComicsSeries' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'partner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'user_library_consistent_read' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'volumes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'q' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'download' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'langRestrict' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'libraryRestrict' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAllowedMaturityRating' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'partner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'printType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showPreorders' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->volumes_associated = new Google_Service_Books_Resource_VolumesAssociated( + $this, + $this->serviceName, + 'associated', + array( + 'methods' => array( + 'list' => array( + 'path' => 'volumes/{volumeId}/associated', + 'httpMethod' => 'GET', + 'parameters' => array( + 'volumeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'association' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAllowedMaturityRating' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->volumes_mybooks = new Google_Service_Books_Resource_VolumesMybooks( + $this, + $this->serviceName, + 'mybooks', + array( + 'methods' => array( + 'list' => array( + 'path' => 'volumes/mybooks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'acquireMethod' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'processingState' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->volumes_recommended = new Google_Service_Books_Resource_VolumesRecommended( + $this, + $this->serviceName, + 'recommended', + array( + 'methods' => array( + 'list' => array( + 'path' => 'volumes/recommended', + 'httpMethod' => 'GET', + 'parameters' => array( + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAllowedMaturityRating' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rate' => array( + 'path' => 'volumes/recommended/rate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'rating' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->volumes_useruploaded = new Google_Service_Books_Resource_VolumesUseruploaded( + $this, + $this->serviceName, + 'useruploaded', + array( + 'methods' => array( + 'list' => array( + 'path' => 'volumes/useruploaded', + 'httpMethod' => 'GET', + 'parameters' => array( + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'processingState' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'volumeId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php new file mode 100644 index 000000000..6e11d7c0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php @@ -0,0 +1,196 @@ +afterSelectedText = $afterSelectedText; + } + public function getAfterSelectedText() + { + return $this->afterSelectedText; + } + public function setBeforeSelectedText($beforeSelectedText) + { + $this->beforeSelectedText = $beforeSelectedText; + } + public function getBeforeSelectedText() + { + return $this->beforeSelectedText; + } + /** + * @param Google_Service_Books_AnnotationClientVersionRanges + */ + public function setClientVersionRanges(Google_Service_Books_AnnotationClientVersionRanges $clientVersionRanges) + { + $this->clientVersionRanges = $clientVersionRanges; + } + /** + * @return Google_Service_Books_AnnotationClientVersionRanges + */ + public function getClientVersionRanges() + { + return $this->clientVersionRanges; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + /** + * @param Google_Service_Books_AnnotationCurrentVersionRanges + */ + public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVersionRanges $currentVersionRanges) + { + $this->currentVersionRanges = $currentVersionRanges; + } + /** + * @return Google_Service_Books_AnnotationCurrentVersionRanges + */ + public function getCurrentVersionRanges() + { + return $this->currentVersionRanges; + } + 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 setHighlightStyle($highlightStyle) + { + $this->highlightStyle = $highlightStyle; + } + public function getHighlightStyle() + { + return $this->highlightStyle; + } + 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 setLayerId($layerId) + { + $this->layerId = $layerId; + } + public function getLayerId() + { + return $this->layerId; + } + /** + * @param Google_Service_Books_AnnotationLayerSummary + */ + public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $layerSummary) + { + $this->layerSummary = $layerSummary; + } + /** + * @return Google_Service_Books_AnnotationLayerSummary + */ + public function getLayerSummary() + { + return $this->layerSummary; + } + public function setPageIds($pageIds) + { + $this->pageIds = $pageIds; + } + public function getPageIds() + { + return $this->pageIds; + } + public function setSelectedText($selectedText) + { + $this->selectedText = $selectedText; + } + public function getSelectedText() + { + return $this->selectedText; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php new file mode 100644 index 000000000..8db98443b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php @@ -0,0 +1,94 @@ +cfiRange = $cfiRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getCfiRange() + { + return $this->cfiRange; + } + public function setContentVersion($contentVersion) + { + $this->contentVersion = $contentVersion; + } + public function getContentVersion() + { + return $this->contentVersion; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) + { + $this->gbImageRange = $gbImageRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getGbImageRange() + { + return $this->gbImageRange; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) + { + $this->gbTextRange = $gbTextRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getGbTextRange() + { + return $this->gbTextRange; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange) + { + $this->imageCfiRange = $imageCfiRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getImageCfiRange() + { + return $this->imageCfiRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.php new file mode 100644 index 000000000..8c5812839 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.php @@ -0,0 +1,94 @@ +cfiRange = $cfiRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getCfiRange() + { + return $this->cfiRange; + } + public function setContentVersion($contentVersion) + { + $this->contentVersion = $contentVersion; + } + public function getContentVersion() + { + return $this->contentVersion; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) + { + $this->gbImageRange = $gbImageRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getGbImageRange() + { + return $this->gbImageRange; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) + { + $this->gbTextRange = $gbTextRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getGbTextRange() + { + return $this->gbTextRange; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange) + { + $this->imageCfiRange = $imageCfiRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getImageCfiRange() + { + return $this->imageCfiRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.php new file mode 100644 index 000000000..17d77ce92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.php @@ -0,0 +1,48 @@ +allowedCharacterCount = $allowedCharacterCount; + } + public function getAllowedCharacterCount() + { + return $this->allowedCharacterCount; + } + public function setLimitType($limitType) + { + $this->limitType = $limitType; + } + public function getLimitType() + { + return $this->limitType; + } + public function setRemainingCharacterCount($remainingCharacterCount) + { + $this->remainingCharacterCount = $remainingCharacterCount; + } + public function getRemainingCharacterCount() + { + return $this->remainingCharacterCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Annotationdata.php b/vendor/google/apiclient-services/src/Google/Service/Books/Annotationdata.php new file mode 100644 index 000000000..865d39f04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Annotationdata.php @@ -0,0 +1,105 @@ + "encoded_data", + ); + public $annotationType; + public $data; + public $encodedData; + public $id; + public $kind; + public $layerId; + public $selfLink; + public $updated; + public $volumeId; + + public function setAnnotationType($annotationType) + { + $this->annotationType = $annotationType; + } + public function getAnnotationType() + { + return $this->annotationType; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setEncodedData($encodedData) + { + $this->encodedData = $encodedData; + } + public function getEncodedData() + { + return $this->encodedData; + } + 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 setLayerId($layerId) + { + $this->layerId = $layerId; + } + public function getLayerId() + { + return $this->layerId; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Annotations.php b/vendor/google/apiclient-services/src/Google/Service/Books/Annotations.php new file mode 100644 index 000000000..f6f954d99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Annotations.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Books_Annotation + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php new file mode 100644 index 000000000..efd90a786 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Books_AnnotationsSummaryLayers + */ + public function setLayers($layers) + { + $this->layers = $layers; + } + /** + * @return Google_Service_Books_AnnotationsSummaryLayers + */ + public function getLayers() + { + return $this->layers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.php new file mode 100644 index 000000000..5ec1586e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.php @@ -0,0 +1,66 @@ +allowedCharacterCount = $allowedCharacterCount; + } + public function getAllowedCharacterCount() + { + return $this->allowedCharacterCount; + } + public function setLayerId($layerId) + { + $this->layerId = $layerId; + } + public function getLayerId() + { + return $this->layerId; + } + public function setLimitType($limitType) + { + $this->limitType = $limitType; + } + public function getLimitType() + { + return $this->limitType; + } + public function setRemainingCharacterCount($remainingCharacterCount) + { + $this->remainingCharacterCount = $remainingCharacterCount; + } + public function getRemainingCharacterCount() + { + return $this->remainingCharacterCount; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Annotationsdata.php b/vendor/google/apiclient-services/src/Google/Service/Books/Annotationsdata.php new file mode 100644 index 000000000..55907d26a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Annotationsdata.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Books_Annotationdata + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php b/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php new file mode 100644 index 000000000..6d02f869b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php @@ -0,0 +1,57 @@ +endOffset = $endOffset; + } + public function getEndOffset() + { + return $this->endOffset; + } + public function setEndPosition($endPosition) + { + $this->endPosition = $endPosition; + } + public function getEndPosition() + { + return $this->endPosition; + } + public function setStartOffset($startOffset) + { + $this->startOffset = $startOffset; + } + public function getStartOffset() + { + return $this->startOffset; + } + public function setStartPosition($startPosition) + { + $this->startPosition = $startPosition; + } + public function getStartPosition() + { + return $this->startPosition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/BooksCloudloadingResource.php b/vendor/google/apiclient-services/src/Google/Service/Books/BooksCloudloadingResource.php new file mode 100644 index 000000000..07aef514f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/BooksCloudloadingResource.php @@ -0,0 +1,57 @@ +author = $author; + } + public function getAuthor() + { + return $this->author; + } + public function setProcessingState($processingState) + { + $this->processingState = $processingState; + } + public function getProcessingState() + { + return $this->processingState; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/BooksVolumesRecommendedRateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Books/BooksVolumesRecommendedRateResponse.php new file mode 100644 index 000000000..a40b0b8bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/BooksVolumesRecommendedRateResponse.php @@ -0,0 +1,33 @@ + "consistency_token", + ); + public $consistencyToken; + + public function setConsistencyToken($consistencyToken) + { + $this->consistencyToken = $consistencyToken; + } + public function getConsistencyToken() + { + return $this->consistencyToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Bookshelf.php b/vendor/google/apiclient-services/src/Google/Service/Books/Bookshelf.php new file mode 100644 index 000000000..101d6b9b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Bookshelf.php @@ -0,0 +1,111 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVolumeCount($volumeCount) + { + $this->volumeCount = $volumeCount; + } + public function getVolumeCount() + { + return $this->volumeCount; + } + public function setVolumesLastUpdated($volumesLastUpdated) + { + $this->volumesLastUpdated = $volumesLastUpdated; + } + public function getVolumesLastUpdated() + { + return $this->volumesLastUpdated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Bookshelves.php b/vendor/google/apiclient-services/src/Google/Service/Books/Bookshelves.php new file mode 100644 index 000000000..e8b5eabbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Bookshelves.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Books_Bookshelf + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Category.php b/vendor/google/apiclient-services/src/Google/Service/Books/Category.php new file mode 100644 index 000000000..b024afc16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Category.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Books_CategoryItems + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php new file mode 100644 index 000000000..eddd941f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php @@ -0,0 +1,48 @@ +badgeUrl = $badgeUrl; + } + public function getBadgeUrl() + { + return $this->badgeUrl; + } + public function setCategoryId($categoryId) + { + $this->categoryId = $categoryId; + } + public function getCategoryId() + { + return $this->categoryId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/ConcurrentAccessRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Books/ConcurrentAccessRestriction.php new file mode 100644 index 000000000..26e7a09f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/ConcurrentAccessRestriction.php @@ -0,0 +1,120 @@ +deviceAllowed = $deviceAllowed; + } + public function getDeviceAllowed() + { + return $this->deviceAllowed; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxConcurrentDevices($maxConcurrentDevices) + { + $this->maxConcurrentDevices = $maxConcurrentDevices; + } + public function getMaxConcurrentDevices() + { + return $this->maxConcurrentDevices; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setNonce($nonce) + { + $this->nonce = $nonce; + } + public function getNonce() + { + return $this->nonce; + } + public function setReasonCode($reasonCode) + { + $this->reasonCode = $reasonCode; + } + public function getReasonCode() + { + return $this->reasonCode; + } + public function setRestricted($restricted) + { + $this->restricted = $restricted; + } + public function getRestricted() + { + return $this->restricted; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setTimeWindowSeconds($timeWindowSeconds) + { + $this->timeWindowSeconds = $timeWindowSeconds; + } + public function getTimeWindowSeconds() + { + return $this->timeWindowSeconds; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Dictlayerdata.php b/vendor/google/apiclient-services/src/Google/Service/Books/Dictlayerdata.php new file mode 100644 index 000000000..494a51136 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Dictlayerdata.php @@ -0,0 +1,62 @@ +common = $common; + } + /** + * @return Google_Service_Books_DictlayerdataCommon + */ + public function getCommon() + { + return $this->common; + } + /** + * @param Google_Service_Books_DictlayerdataDict + */ + public function setDict(Google_Service_Books_DictlayerdataDict $dict) + { + $this->dict = $dict; + } + /** + * @return Google_Service_Books_DictlayerdataDict + */ + public function getDict() + { + return $this->dict; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php new file mode 100644 index 000000000..4451ab32e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php @@ -0,0 +1,30 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDict.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDict.php new file mode 100644 index 000000000..7fa5dcf96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDict.php @@ -0,0 +1,54 @@ +source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictSource + */ + public function getSource() + { + return $this->source; + } + /** + * @param Google_Service_Books_DictlayerdataDictWords + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Books_DictlayerdataDictWords + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.php new file mode 100644 index 000000000..4f3bc7023 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWords.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWords.php new file mode 100644 index 000000000..581044f63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWords.php @@ -0,0 +1,86 @@ +derivatives = $derivatives; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsDerivatives + */ + public function getDerivatives() + { + return $this->derivatives; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsExamples + */ + public function setExamples($examples) + { + $this->examples = $examples; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsExamples + */ + public function getExamples() + { + return $this->examples; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsSenses + */ + public function setSenses($senses) + { + $this->senses = $senses; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSenses + */ + public function getSenses() + { + return $this->senses; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsSource + */ + public function setSource(Google_Service_Books_DictlayerdataDictWordsSource $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSource + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.php new file mode 100644 index 000000000..5210eb18d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.php @@ -0,0 +1,46 @@ +source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsDerivativesSource + */ + public function getSource() + { + return $this->source; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php new file mode 100644 index 000000000..0a56bb1e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamples.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamples.php new file mode 100644 index 000000000..5f5e82b0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamples.php @@ -0,0 +1,46 @@ +source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsExamplesSource + */ + public function getSource() + { + return $this->source; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php new file mode 100644 index 000000000..3d86f6d14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSenses.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSenses.php new file mode 100644 index 000000000..097169d48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSenses.php @@ -0,0 +1,122 @@ +conjugations = $conjugations; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesConjugations + */ + public function getConjugations() + { + return $this->conjugations; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsSensesDefinitions + */ + public function setDefinitions($definitions) + { + $this->definitions = $definitions; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitions + */ + public function getDefinitions() + { + return $this->definitions; + } + public function setPartOfSpeech($partOfSpeech) + { + $this->partOfSpeech = $partOfSpeech; + } + public function getPartOfSpeech() + { + return $this->partOfSpeech; + } + public function setPronunciation($pronunciation) + { + $this->pronunciation = $pronunciation; + } + public function getPronunciation() + { + return $this->pronunciation; + } + public function setPronunciationUrl($pronunciationUrl) + { + $this->pronunciationUrl = $pronunciationUrl; + } + public function getPronunciationUrl() + { + return $this->pronunciationUrl; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsSensesSource + */ + public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSource $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesSource + */ + public function getSource() + { + return $this->source; + } + public function setSyllabification($syllabification) + { + $this->syllabification = $syllabification; + } + public function getSyllabification() + { + return $this->syllabification; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsSensesSynonyms + */ + public function setSynonyms($synonyms) + { + $this->synonyms = $synonyms; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesSynonyms + */ + public function getSynonyms() + { + return $this->synonyms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.php new file mode 100644 index 000000000..11d6e3853 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitions.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitions.php new file mode 100644 index 000000000..9c1a0af07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitions.php @@ -0,0 +1,47 @@ +definition = $definition; + } + public function getDefinition() + { + return $this->definition; + } + /** + * @param Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples + */ + public function setExamples($examples) + { + $this->examples = $examples; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples + */ + public function getExamples() + { + return $this->examples; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.php new file mode 100644 index 000000000..281400ab5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.php @@ -0,0 +1,46 @@ +source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource + */ + public function getSource() + { + return $this->source; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php new file mode 100644 index 000000000..19aa7f0a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSource.php new file mode 100644 index 000000000..76d33ddd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonyms.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonyms.php new file mode 100644 index 000000000..ee2ae9f90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonyms.php @@ -0,0 +1,46 @@ +source = $source; + } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource + */ + public function getSource() + { + return $this->source; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php new file mode 100644 index 000000000..58f049abe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSource.php new file mode 100644 index 000000000..349bb94f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSource.php @@ -0,0 +1,39 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Discoveryclusters.php b/vendor/google/apiclient-services/src/Google/Service/Books/Discoveryclusters.php new file mode 100644 index 000000000..854a4708d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Discoveryclusters.php @@ -0,0 +1,56 @@ +clusters = $clusters; + } + /** + * @return Google_Service_Books_DiscoveryclustersClusters + */ + public function getClusters() + { + return $this->clusters; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTotalClusters($totalClusters) + { + $this->totalClusters = $totalClusters; + } + public function getTotalClusters() + { + return $this->totalClusters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php new file mode 100644 index 000000000..04669c191 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php @@ -0,0 +1,93 @@ + "banner_with_content_container", + ); + protected $bannerWithContentContainerType = 'Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer'; + protected $bannerWithContentContainerDataType = ''; + public $subTitle; + public $title; + public $totalVolumes; + public $uid; + protected $volumesType = 'Google_Service_Books_Volume'; + protected $volumesDataType = 'array'; + + /** + * @param Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer + */ + public function setBannerWithContentContainer(Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer $bannerWithContentContainer) + { + $this->bannerWithContentContainer = $bannerWithContentContainer; + } + /** + * @return Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer + */ + public function getBannerWithContentContainer() + { + return $this->bannerWithContentContainer; + } + public function setSubTitle($subTitle) + { + $this->subTitle = $subTitle; + } + public function getSubTitle() + { + return $this->subTitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTotalVolumes($totalVolumes) + { + $this->totalVolumes = $totalVolumes; + } + public function getTotalVolumes() + { + return $this->totalVolumes; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } + /** + * @param Google_Service_Books_Volume + */ + public function setVolumes($volumes) + { + $this->volumes = $volumes; + } + /** + * @return Google_Service_Books_Volume + */ + public function getVolumes() + { + return $this->volumes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.php b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.php new file mode 100644 index 000000000..7a0d70c47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.php @@ -0,0 +1,75 @@ +fillColorArgb = $fillColorArgb; + } + public function getFillColorArgb() + { + return $this->fillColorArgb; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setMaskColorArgb($maskColorArgb) + { + $this->maskColorArgb = $maskColorArgb; + } + public function getMaskColorArgb() + { + return $this->maskColorArgb; + } + public function setMoreButtonText($moreButtonText) + { + $this->moreButtonText = $moreButtonText; + } + public function getMoreButtonText() + { + return $this->moreButtonText; + } + public function setMoreButtonUrl($moreButtonUrl) + { + $this->moreButtonUrl = $moreButtonUrl; + } + public function getMoreButtonUrl() + { + return $this->moreButtonUrl; + } + public function setTextColorArgb($textColorArgb) + { + $this->textColorArgb = $textColorArgb; + } + public function getTextColorArgb() + { + return $this->textColorArgb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccessRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccessRestriction.php new file mode 100644 index 000000000..7658f495c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccessRestriction.php @@ -0,0 +1,129 @@ +deviceAllowed = $deviceAllowed; + } + public function getDeviceAllowed() + { + return $this->deviceAllowed; + } + public function setDownloadsAcquired($downloadsAcquired) + { + $this->downloadsAcquired = $downloadsAcquired; + } + public function getDownloadsAcquired() + { + return $this->downloadsAcquired; + } + public function setJustAcquired($justAcquired) + { + $this->justAcquired = $justAcquired; + } + public function getJustAcquired() + { + return $this->justAcquired; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxDownloadDevices($maxDownloadDevices) + { + $this->maxDownloadDevices = $maxDownloadDevices; + } + public function getMaxDownloadDevices() + { + return $this->maxDownloadDevices; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setNonce($nonce) + { + $this->nonce = $nonce; + } + public function getNonce() + { + return $this->nonce; + } + public function setReasonCode($reasonCode) + { + $this->reasonCode = $reasonCode; + } + public function getReasonCode() + { + return $this->reasonCode; + } + public function setRestricted($restricted) + { + $this->restricted = $restricted; + } + public function getRestricted() + { + return $this->restricted; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccesses.php b/vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccesses.php new file mode 100644 index 000000000..dbbd4a995 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DownloadAccesses.php @@ -0,0 +1,47 @@ +downloadAccessList = $downloadAccessList; + } + /** + * @return Google_Service_Books_DownloadAccessRestriction + */ + public function getDownloadAccessList() + { + return $this->downloadAccessList; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfo.php new file mode 100644 index 000000000..54eb55d32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfo.php @@ -0,0 +1,46 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Books_FamilyInfoMembership + */ + public function setMembership(Google_Service_Books_FamilyInfoMembership $membership) + { + $this->membership = $membership; + } + /** + * @return Google_Service_Books_FamilyInfoMembership + */ + public function getMembership() + { + return $this->membership; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfoMembership.php b/vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfoMembership.php new file mode 100644 index 000000000..e45eb5c8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/FamilyInfoMembership.php @@ -0,0 +1,66 @@ +acquirePermission = $acquirePermission; + } + public function getAcquirePermission() + { + return $this->acquirePermission; + } + public function setAgeGroup($ageGroup) + { + $this->ageGroup = $ageGroup; + } + public function getAgeGroup() + { + return $this->ageGroup; + } + public function setAllowedMaturityRating($allowedMaturityRating) + { + $this->allowedMaturityRating = $allowedMaturityRating; + } + public function getAllowedMaturityRating() + { + return $this->allowedMaturityRating; + } + public function setIsInFamily($isInFamily) + { + $this->isInFamily = $isInFamily; + } + public function getIsInFamily() + { + return $this->isInFamily; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php b/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php new file mode 100644 index 000000000..016b1d512 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php @@ -0,0 +1,62 @@ +common = $common; + } + /** + * @return Google_Service_Books_GeolayerdataCommon + */ + public function getCommon() + { + return $this->common; + } + /** + * @param Google_Service_Books_GeolayerdataGeo + */ + public function setGeo(Google_Service_Books_GeolayerdataGeo $geo) + { + $this->geo = $geo; + } + /** + * @return Google_Service_Books_GeolayerdataGeo + */ + public function getGeo() + { + return $this->geo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php new file mode 100644 index 000000000..39b800b8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php @@ -0,0 +1,66 @@ +lang = $lang; + } + public function getLang() + { + return $this->lang; + } + public function setPreviewImageUrl($previewImageUrl) + { + $this->previewImageUrl = $previewImageUrl; + } + public function getPreviewImageUrl() + { + return $this->previewImageUrl; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } + public function setSnippetUrl($snippetUrl) + { + $this->snippetUrl = $snippetUrl; + } + public function getSnippetUrl() + { + return $this->snippetUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeo.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeo.php new file mode 100644 index 000000000..fc9776b52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeo.php @@ -0,0 +1,108 @@ +boundary = $boundary; + } + /** + * @return Google_Service_Books_GeolayerdataGeoBoundary + */ + public function getBoundary() + { + return $this->boundary; + } + public function setCachePolicy($cachePolicy) + { + $this->cachePolicy = $cachePolicy; + } + public function getCachePolicy() + { + return $this->cachePolicy; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setLatitude($latitude) + { + $this->latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } + public function setMapType($mapType) + { + $this->mapType = $mapType; + } + public function getMapType() + { + return $this->mapType; + } + /** + * @param Google_Service_Books_GeolayerdataGeoViewport + */ + public function setViewport(Google_Service_Books_GeolayerdataGeoViewport $viewport) + { + $this->viewport = $viewport; + } + /** + * @return Google_Service_Books_GeolayerdataGeoViewport + */ + public function getViewport() + { + return $this->viewport; + } + public function setZoom($zoom) + { + $this->zoom = $zoom; + } + public function getZoom() + { + return $this->zoom; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php new file mode 100644 index 000000000..28d82bfc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewport.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewport.php new file mode 100644 index 000000000..de3be1447 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewport.php @@ -0,0 +1,53 @@ +hi = $hi; + } + /** + * @return Google_Service_Books_GeolayerdataGeoViewportHi + */ + public function getHi() + { + return $this->hi; + } + /** + * @param Google_Service_Books_GeolayerdataGeoViewportLo + */ + public function setLo(Google_Service_Books_GeolayerdataGeoViewportLo $lo) + { + $this->lo = $lo; + } + /** + * @return Google_Service_Books_GeolayerdataGeoViewportLo + */ + public function getLo() + { + return $this->lo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.php new file mode 100644 index 000000000..72727cb32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportLo.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportLo.php new file mode 100644 index 000000000..f8cde0fde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportLo.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Layersummaries.php b/vendor/google/apiclient-services/src/Google/Service/Books/Layersummaries.php new file mode 100644 index 000000000..fd36bfbf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Layersummaries.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Books_Layersummary + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php b/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php new file mode 100644 index 000000000..8314b0794 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php @@ -0,0 +1,139 @@ +annotationCount = $annotationCount; + } + public function getAnnotationCount() + { + return $this->annotationCount; + } + public function setAnnotationTypes($annotationTypes) + { + $this->annotationTypes = $annotationTypes; + } + public function getAnnotationTypes() + { + return $this->annotationTypes; + } + public function setAnnotationsDataLink($annotationsDataLink) + { + $this->annotationsDataLink = $annotationsDataLink; + } + public function getAnnotationsDataLink() + { + return $this->annotationsDataLink; + } + public function setAnnotationsLink($annotationsLink) + { + $this->annotationsLink = $annotationsLink; + } + public function getAnnotationsLink() + { + return $this->annotationsLink; + } + public function setContentVersion($contentVersion) + { + $this->contentVersion = $contentVersion; + } + public function getContentVersion() + { + return $this->contentVersion; + } + public function setDataCount($dataCount) + { + $this->dataCount = $dataCount; + } + public function getDataCount() + { + return $this->dataCount; + } + 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 setLayerId($layerId) + { + $this->layerId = $layerId; + } + public function getLayerId() + { + return $this->layerId; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVolumeAnnotationsVersion($volumeAnnotationsVersion) + { + $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; + } + public function getVolumeAnnotationsVersion() + { + return $this->volumeAnnotationsVersion; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/Books/Metadata.php new file mode 100644 index 000000000..87ad5f892 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Metadata.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Books_MetadataItems + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php new file mode 100644 index 000000000..4fc5c6750 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php @@ -0,0 +1,70 @@ + "download_url", + "encryptedKey" => "encrypted_key", + ); + public $downloadUrl; + public $encryptedKey; + public $language; + public $size; + public $version; + + public function setDownloadUrl($downloadUrl) + { + $this->downloadUrl = $downloadUrl; + } + public function getDownloadUrl() + { + return $this->downloadUrl; + } + public function setEncryptedKey($encryptedKey) + { + $this->encryptedKey = $encryptedKey; + } + public function getEncryptedKey() + { + return $this->encryptedKey; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Notification.php b/vendor/google/apiclient-services/src/Google/Service/Books/Notification.php new file mode 100644 index 000000000..ec409702e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Notification.php @@ -0,0 +1,175 @@ + "doc_id", + "docType" => "doc_type", + "dontShowNotification" => "dont_show_notification", + "isDocumentMature" => "is_document_mature", + "notificationType" => "notification_type", + "pcampaignId" => "pcampaign_id", + "showNotificationSettingsAction" => "show_notification_settings_action", + ); + public $body; + public $crmExperimentIds; + public $docId; + public $docType; + public $dontShowNotification; + public $iconUrl; + public $isDocumentMature; + public $kind; + public $notificationGroup; + public $notificationType; + public $pcampaignId; + public $reason; + public $showNotificationSettingsAction; + public $targetUrl; + public $timeToExpireMs; + public $title; + + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + public function setCrmExperimentIds($crmExperimentIds) + { + $this->crmExperimentIds = $crmExperimentIds; + } + public function getCrmExperimentIds() + { + return $this->crmExperimentIds; + } + public function setDocId($docId) + { + $this->docId = $docId; + } + public function getDocId() + { + return $this->docId; + } + public function setDocType($docType) + { + $this->docType = $docType; + } + public function getDocType() + { + return $this->docType; + } + public function setDontShowNotification($dontShowNotification) + { + $this->dontShowNotification = $dontShowNotification; + } + public function getDontShowNotification() + { + return $this->dontShowNotification; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setIsDocumentMature($isDocumentMature) + { + $this->isDocumentMature = $isDocumentMature; + } + public function getIsDocumentMature() + { + return $this->isDocumentMature; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNotificationGroup($notificationGroup) + { + $this->notificationGroup = $notificationGroup; + } + public function getNotificationGroup() + { + return $this->notificationGroup; + } + public function setNotificationType($notificationType) + { + $this->notificationType = $notificationType; + } + public function getNotificationType() + { + return $this->notificationType; + } + public function setPcampaignId($pcampaignId) + { + $this->pcampaignId = $pcampaignId; + } + public function getPcampaignId() + { + return $this->pcampaignId; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setShowNotificationSettingsAction($showNotificationSettingsAction) + { + $this->showNotificationSettingsAction = $showNotificationSettingsAction; + } + public function getShowNotificationSettingsAction() + { + return $this->showNotificationSettingsAction; + } + public function setTargetUrl($targetUrl) + { + $this->targetUrl = $targetUrl; + } + public function getTargetUrl() + { + return $this->targetUrl; + } + public function setTimeToExpireMs($timeToExpireMs) + { + $this->timeToExpireMs = $timeToExpireMs; + } + public function getTimeToExpireMs() + { + return $this->timeToExpireMs; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Offers.php b/vendor/google/apiclient-services/src/Google/Service/Books/Offers.php new file mode 100644 index 000000000..1b80d6eaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Offers.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Books_OffersItems + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php new file mode 100644 index 000000000..4de01afb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php @@ -0,0 +1,65 @@ +artUrl = $artUrl; + } + public function getArtUrl() + { + return $this->artUrl; + } + public function setGservicesKey($gservicesKey) + { + $this->gservicesKey = $gservicesKey; + } + public function getGservicesKey() + { + return $this->gservicesKey; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Books_OffersItemsItems + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Books_OffersItemsItems + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.php new file mode 100644 index 000000000..60ad2f184 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.php @@ -0,0 +1,75 @@ +author = $author; + } + public function getAuthor() + { + return $this->author; + } + public function setCanonicalVolumeLink($canonicalVolumeLink) + { + $this->canonicalVolumeLink = $canonicalVolumeLink; + } + public function getCanonicalVolumeLink() + { + return $this->canonicalVolumeLink; + } + public function setCoverUrl($coverUrl) + { + $this->coverUrl = $coverUrl; + } + public function getCoverUrl() + { + return $this->coverUrl; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/ReadingPosition.php b/vendor/google/apiclient-services/src/Google/Service/Books/ReadingPosition.php new file mode 100644 index 000000000..7d8b38af7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/ReadingPosition.php @@ -0,0 +1,84 @@ +epubCfiPosition = $epubCfiPosition; + } + public function getEpubCfiPosition() + { + return $this->epubCfiPosition; + } + public function setGbImagePosition($gbImagePosition) + { + $this->gbImagePosition = $gbImagePosition; + } + public function getGbImagePosition() + { + return $this->gbImagePosition; + } + public function setGbTextPosition($gbTextPosition) + { + $this->gbTextPosition = $gbTextPosition; + } + public function getGbTextPosition() + { + return $this->gbTextPosition; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPdfPosition($pdfPosition) + { + $this->pdfPosition = $pdfPosition; + } + public function getPdfPosition() + { + return $this->pdfPosition; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/RequestAccess.php b/vendor/google/apiclient-services/src/Google/Service/Books/RequestAccess.php new file mode 100644 index 000000000..1af6a44c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/RequestAccess.php @@ -0,0 +1,62 @@ +concurrentAccess = $concurrentAccess; + } + /** + * @return Google_Service_Books_ConcurrentAccessRestriction + */ + public function getConcurrentAccess() + { + return $this->concurrentAccess; + } + /** + * @param Google_Service_Books_DownloadAccessRestriction + */ + public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess) + { + $this->downloadAccess = $downloadAccess; + } + /** + * @return Google_Service_Books_DownloadAccessRestriction + */ + public function getDownloadAccess() + { + return $this->downloadAccess; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.php new file mode 100644 index 000000000..6eed9c2f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.php @@ -0,0 +1,61 @@ + + * $booksService = new Google_Service_Books(...); + * $bookshelves = $booksService->bookshelves; + * + */ +class Google_Service_Books_Resource_Bookshelves extends Google_Service_Resource +{ + /** + * Retrieves metadata for a specific bookshelf for the specified user. + * (bookshelves.get) + * + * @param string $userId ID of user for whom to retrieve bookshelves. + * @param string $shelf ID of bookshelf to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Bookshelf + */ + public function get($userId, $shelf, $optParams = array()) + { + $params = array('userId' => $userId, 'shelf' => $shelf); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); + } + /** + * Retrieves a list of public bookshelves for the specified user. + * (bookshelves.listBookshelves) + * + * @param string $userId ID of user for whom to retrieve bookshelves. + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Bookshelves + */ + public function listBookshelves($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/BookshelvesVolumes.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/BookshelvesVolumes.php new file mode 100644 index 000000000..00c4de15b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/BookshelvesVolumes.php @@ -0,0 +1,50 @@ + + * $booksService = new Google_Service_Books(...); + * $volumes = $booksService->volumes; + * + */ +class Google_Service_Books_Resource_BookshelvesVolumes extends Google_Service_Resource +{ + /** + * Retrieves volumes in a specific bookshelf for the specified user. + * (volumes.listBookshelvesVolumes) + * + * @param string $userId ID of user for whom to retrieve bookshelf volumes. + * @param string $shelf ID of bookshelf to retrieve volumes. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of results to return + * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults + * to false. + * @opt_param string source String to identify the originator of this request. + * @opt_param string startIndex Index of the first element to return (starts at + * 0) + * @return Google_Service_Books_Volumes + */ + public function listBookshelvesVolumes($userId, $shelf, $optParams = array()) + { + $params = array('userId' => $userId, 'shelf' => $shelf); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Cloudloading.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Cloudloading.php new file mode 100644 index 000000000..e0b6db3d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Cloudloading.php @@ -0,0 +1,73 @@ + + * $booksService = new Google_Service_Books(...); + * $cloudloading = $booksService->cloudloading; + * + */ +class Google_Service_Books_Resource_Cloudloading extends Google_Service_Resource +{ + /** + * (cloudloading.addBook) + * + * @param array $optParams Optional parameters. + * + * @opt_param string drive_document_id A drive document id. The + * upload_client_token must not be set. + * @opt_param string mime_type The document MIME type. It can be set only if the + * drive_document_id is set. + * @opt_param string name The document name. It can be set only if the + * drive_document_id is set. + * @opt_param string upload_client_token + * @return Google_Service_Books_BooksCloudloadingResource + */ + public function addBook($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); + } + /** + * Remove the book and its contents (cloudloading.deleteBook) + * + * @param string $volumeId The id of the book to be removed. + * @param array $optParams Optional parameters. + */ + public function deleteBook($volumeId, $optParams = array()) + { + $params = array('volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('deleteBook', array($params)); + } + /** + * (cloudloading.updateBook) + * + * @param Google_Service_Books_BooksCloudloadingResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Books_BooksCloudloadingResource + */ + public function updateBook(Google_Service_Books_BooksCloudloadingResource $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Dictionary.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Dictionary.php new file mode 100644 index 000000000..8521c4ef1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Dictionary.php @@ -0,0 +1,42 @@ + + * $booksService = new Google_Service_Books(...); + * $dictionary = $booksService->dictionary; + * + */ +class Google_Service_Books_Resource_Dictionary extends Google_Service_Resource +{ + /** + * Returns a list of offline dictionary metadata available + * (dictionary.listOfflineMetadata) + * + * @param string $cpksver The device/version ID from which to request the data. + * @param array $optParams Optional parameters. + * @return Google_Service_Books_Metadata + */ + public function listOfflineMetadata($cpksver, $optParams = array()) + { + $params = array('cpksver' => $cpksver); + $params = array_merge($params, $optParams); + return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Familysharing.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Familysharing.php new file mode 100644 index 000000000..c0cfb6ca8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Familysharing.php @@ -0,0 +1,75 @@ + + * $booksService = new Google_Service_Books(...); + * $familysharing = $booksService->familysharing; + * + */ +class Google_Service_Books_Resource_Familysharing extends Google_Service_Resource +{ + /** + * Gets information regarding the family that the user is part of. + * (familysharing.getFamilyInfo) + * + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_FamilyInfo + */ + public function getFamilyInfo($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getFamilyInfo', array($params), "Google_Service_Books_FamilyInfo"); + } + /** + * Initiates sharing of the content with the user's family. Empty response + * indicates success. (familysharing.share) + * + * @param array $optParams Optional parameters. + * + * @opt_param string docId The docid to share. + * @opt_param string source String to identify the originator of this request. + * @opt_param string volumeId The volume to share. + */ + public function share($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('share', array($params)); + } + /** + * Initiates revoking content that has already been shared with the user's + * family. Empty response indicates success. (familysharing.unshare) + * + * @param array $optParams Optional parameters. + * + * @opt_param string docId The docid to unshare. + * @opt_param string source String to identify the originator of this request. + * @opt_param string volumeId The volume to unshare. + */ + public function unshare($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('unshare', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Layers.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Layers.php new file mode 100644 index 000000000..4fafc1202 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Layers.php @@ -0,0 +1,66 @@ + + * $booksService = new Google_Service_Books(...); + * $layers = $booksService->layers; + * + */ +class Google_Service_Books_Resource_Layers extends Google_Service_Resource +{ + /** + * Gets the layer summary for a volume. (layers.get) + * + * @param string $volumeId The volume to retrieve layers for. + * @param string $summaryId The ID for the layer to get the summary for. + * @param array $optParams Optional parameters. + * + * @opt_param string contentVersion The content version for the requested + * volume. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Layersummary + */ + public function get($volumeId, $summaryId, $optParams = array()) + { + $params = array('volumeId' => $volumeId, 'summaryId' => $summaryId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Layersummary"); + } + /** + * List the layer summaries for a volume. (layers.listLayers) + * + * @param string $volumeId The volume to retrieve layers for. + * @param array $optParams Optional parameters. + * + * @opt_param string contentVersion The content version for the requested + * volume. + * @opt_param string maxResults Maximum number of results to return + * @opt_param string pageToken The value of the nextToken from the previous + * page. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Layersummaries + */ + public function listLayers($volumeId, $optParams = array()) + { + $params = array('volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Layersummaries"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersAnnotationData.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersAnnotationData.php new file mode 100644 index 000000000..12070007b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersAnnotationData.php @@ -0,0 +1,90 @@ + + * $booksService = new Google_Service_Books(...); + * $annotationData = $booksService->annotationData; + * + */ +class Google_Service_Books_Resource_LayersAnnotationData extends Google_Service_Resource +{ + /** + * Gets the annotation data. (annotationData.get) + * + * @param string $volumeId The volume to retrieve annotations for. + * @param string $layerId The ID for the layer to get the annotations. + * @param string $annotationDataId The ID of the annotation data to retrieve. + * @param string $contentVersion The content version for the volume you are + * trying to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param bool allowWebDefinitions For the dictionary layer. Whether or not + * to allow web definitions. + * @opt_param int h The requested pixel height for any images. If height is + * provided width must also be provided. + * @opt_param string locale The locale information for the data. ISO-639-1 + * language and ISO-3166-1 country code. Ex: 'en_US'. + * @opt_param int scale The requested scale for the image. + * @opt_param string source String to identify the originator of this request. + * @opt_param int w The requested pixel width for any images. If width is + * provided height must also be provided. + * @return Google_Service_Books_Annotationdata + */ + public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array()) + { + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVersion' => $contentVersion); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Annotationdata"); + } + /** + * Gets the annotation data for a volume and layer. + * (annotationData.listLayersAnnotationData) + * + * @param string $volumeId The volume to retrieve annotation data for. + * @param string $layerId The ID for the layer to get the annotation data. + * @param string $contentVersion The content version for the requested volume. + * @param array $optParams Optional parameters. + * + * @opt_param string annotationDataId The list of Annotation Data Ids to + * retrieve. Pagination is ignored if this is set. + * @opt_param int h The requested pixel height for any images. If height is + * provided width must also be provided. + * @opt_param string locale The locale information for the data. ISO-639-1 + * language and ISO-3166-1 country code. Ex: 'en_US'. + * @opt_param string maxResults Maximum number of results to return + * @opt_param string pageToken The value of the nextToken from the previous + * page. + * @opt_param int scale The requested scale for the image. + * @opt_param string source String to identify the originator of this request. + * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated + * prior to this timestamp (exclusive). + * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated + * since this timestamp (inclusive). + * @opt_param int w The requested pixel width for any images. If width is + * provided height must also be provided. + * @return Google_Service_Books_Annotationsdata + */ + public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array()) + { + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Annotationsdata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersVolumeAnnotations.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersVolumeAnnotations.php new file mode 100644 index 000000000..dabda4d38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/LayersVolumeAnnotations.php @@ -0,0 +1,83 @@ + + * $booksService = new Google_Service_Books(...); + * $volumeAnnotations = $booksService->volumeAnnotations; + * + */ +class Google_Service_Books_Resource_LayersVolumeAnnotations extends Google_Service_Resource +{ + /** + * Gets the volume annotation. (volumeAnnotations.get) + * + * @param string $volumeId The volume to retrieve annotations for. + * @param string $layerId The ID for the layer to get the annotations. + * @param string $annotationId The ID of the volume annotation to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string locale The locale information for the data. ISO-639-1 + * language and ISO-3166-1 country code. Ex: 'en_US'. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Volumeannotation + */ + public function get($volumeId, $layerId, $annotationId, $optParams = array()) + { + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Volumeannotation"); + } + /** + * Gets the volume annotations for a volume and layer. + * (volumeAnnotations.listLayersVolumeAnnotations) + * + * @param string $volumeId The volume to retrieve annotations for. + * @param string $layerId The ID for the layer to get the annotations. + * @param string $contentVersion The content version for the requested volume. + * @param array $optParams Optional parameters. + * + * @opt_param string endOffset The end offset to end retrieving data from. + * @opt_param string endPosition The end position to end retrieving data from. + * @opt_param string locale The locale information for the data. ISO-639-1 + * language and ISO-3166-1 country code. Ex: 'en_US'. + * @opt_param string maxResults Maximum number of results to return + * @opt_param string pageToken The value of the nextToken from the previous + * page. + * @opt_param bool showDeleted Set to true to return deleted annotations. + * updatedMin must be in the request to use this. Defaults to false. + * @opt_param string source String to identify the originator of this request. + * @opt_param string startOffset The start offset to start retrieving data from. + * @opt_param string startPosition The start position to start retrieving data + * from. + * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated + * prior to this timestamp (exclusive). + * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated + * since this timestamp (inclusive). + * @opt_param string volumeAnnotationsVersion The version of the volume + * annotations that you are requesting. + * @return Google_Service_Books_Volumeannotations + */ + public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = array()) + { + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumeannotations"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Myconfig.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Myconfig.php new file mode 100644 index 000000000..f551e643e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Myconfig.php @@ -0,0 +1,126 @@ + + * $booksService = new Google_Service_Books(...); + * $myconfig = $booksService->myconfig; + * + */ +class Google_Service_Books_Resource_Myconfig extends Google_Service_Resource +{ + /** + * Gets the current settings for the user. (myconfig.getUserSettings) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Books_Usersettings + */ + public function getUserSettings($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getUserSettings', array($params), "Google_Service_Books_Usersettings"); + } + /** + * Release downloaded content access restriction. + * (myconfig.releaseDownloadAccess) + * + * @param string|array $volumeIds The volume(s) to release restrictions for. + * @param string $cpksver The device/version ID from which to release the + * restriction. + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message + * localization, i.e. en_US. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_DownloadAccesses + */ + public function releaseDownloadAccess($volumeIds, $cpksver, $optParams = array()) + { + $params = array('volumeIds' => $volumeIds, 'cpksver' => $cpksver); + $params = array_merge($params, $optParams); + return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses"); + } + /** + * Request concurrent and download access restrictions. (myconfig.requestAccess) + * + * @param string $source String to identify the originator of this request. + * @param string $volumeId The volume to request concurrent/download + * restrictions for. + * @param string $nonce The client nonce value. + * @param string $cpksver The device/version ID from which to request the + * restrictions. + * @param array $optParams Optional parameters. + * + * @opt_param string licenseTypes The type of access license to request. If not + * specified, the default is BOTH. + * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message + * localization, i.e. en_US. + * @return Google_Service_Books_RequestAccess + */ + public function requestAccess($source, $volumeId, $nonce, $cpksver, $optParams = array()) + { + $params = array('source' => $source, 'volumeId' => $volumeId, 'nonce' => $nonce, 'cpksver' => $cpksver); + $params = array_merge($params, $optParams); + return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccess"); + } + /** + * Request downloaded content access for specified volumes on the My eBooks + * shelf. (myconfig.syncVolumeLicenses) + * + * @param string $source String to identify the originator of this request. + * @param string $nonce The client nonce value. + * @param string $cpksver The device/version ID from which to release the + * restriction. + * @param array $optParams Optional parameters. + * + * @opt_param string features List of features supported by the client, i.e., + * 'RENTALS' + * @opt_param bool includeNonComicsSeries Set to true to include non-comics + * series. Defaults to false. + * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message + * localization, i.e. en_US. + * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults + * to false. + * @opt_param string volumeIds The volume(s) to request download restrictions + * for. + * @return Google_Service_Books_Volumes + */ + public function syncVolumeLicenses($source, $nonce, $cpksver, $optParams = array()) + { + $params = array('source' => $source, 'nonce' => $nonce, 'cpksver' => $cpksver); + $params = array_merge($params, $optParams); + return $this->call('syncVolumeLicenses', array($params), "Google_Service_Books_Volumes"); + } + /** + * Sets the settings for the user. If a sub-object is specified, it will + * overwrite the existing sub-object stored in the server. Unspecified sub- + * objects will retain the existing value. (myconfig.updateUserSettings) + * + * @param Google_Service_Books_Usersettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Books_Usersettings + */ + public function updateUserSettings(Google_Service_Books_Usersettings $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateUserSettings', array($params), "Google_Service_Books_Usersettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Mylibrary.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Mylibrary.php new file mode 100644 index 000000000..1032e669e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Mylibrary.php @@ -0,0 +1,28 @@ + + * $booksService = new Google_Service_Books(...); + * $mylibrary = $booksService->mylibrary; + * + */ +class Google_Service_Books_Resource_Mylibrary extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryAnnotations.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryAnnotations.php new file mode 100644 index 000000000..fc9263d7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryAnnotations.php @@ -0,0 +1,120 @@ + + * $booksService = new Google_Service_Books(...); + * $annotations = $booksService->annotations; + * + */ +class Google_Service_Books_Resource_MylibraryAnnotations extends Google_Service_Resource +{ + /** + * Deletes an annotation. (annotations.delete) + * + * @param string $annotationId The ID for the annotation to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + */ + public function delete($annotationId, $optParams = array()) + { + $params = array('annotationId' => $annotationId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Inserts a new annotation. (annotations.insert) + * + * @param Google_Service_Books_Annotation $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string annotationId The ID for the annotation to insert. + * @opt_param string country ISO-3166-1 code to override the IP-based location. + * @opt_param bool showOnlySummaryInResponse Requests that only the summary of + * the specified layer be provided in the response. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Annotation + */ + public function insert(Google_Service_Books_Annotation $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Books_Annotation"); + } + /** + * Retrieves a list of annotations, possibly filtered. + * (annotations.listMylibraryAnnotations) + * + * @param array $optParams Optional parameters. + * + * @opt_param string contentVersion The content version for the requested + * volume. + * @opt_param string layerId The layer ID to limit annotation by. + * @opt_param string layerIds The layer ID(s) to limit annotation by. + * @opt_param string maxResults Maximum number of results to return + * @opt_param string pageToken The value of the nextToken from the previous + * page. + * @opt_param bool showDeleted Set to true to return deleted annotations. + * updatedMin must be in the request to use this. Defaults to false. + * @opt_param string source String to identify the originator of this request. + * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated + * prior to this timestamp (exclusive). + * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated + * since this timestamp (inclusive). + * @opt_param string volumeId The volume to restrict annotations to. + * @return Google_Service_Books_Annotations + */ + public function listMylibraryAnnotations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Annotations"); + } + /** + * Gets the summary of specified layers. (annotations.summary) + * + * @param string|array $layerIds Array of layer IDs to get the summary for. + * @param string $volumeId Volume id to get the summary for. + * @param array $optParams Optional parameters. + * @return Google_Service_Books_AnnotationsSummary + */ + public function summary($layerIds, $volumeId, $optParams = array()) + { + $params = array('layerIds' => $layerIds, 'volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary"); + } + /** + * Updates an existing annotation. (annotations.update) + * + * @param string $annotationId The ID for the annotation to update. + * @param Google_Service_Books_Annotation $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Annotation + */ + public function update($annotationId, Google_Service_Books_Annotation $postBody, $optParams = array()) + { + $params = array('annotationId' => $annotationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Books_Annotation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelves.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelves.php new file mode 100644 index 000000000..cfa18b207 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelves.php @@ -0,0 +1,125 @@ + + * $booksService = new Google_Service_Books(...); + * $bookshelves = $booksService->bookshelves; + * + */ +class Google_Service_Books_Resource_MylibraryBookshelves extends Google_Service_Resource +{ + /** + * Adds a volume to a bookshelf. (bookshelves.addVolume) + * + * @param string $shelf ID of bookshelf to which to add a volume. + * @param string $volumeId ID of volume to add. + * @param array $optParams Optional parameters. + * + * @opt_param string reason The reason for which the book is added to the + * library. + * @opt_param string source String to identify the originator of this request. + */ + public function addVolume($shelf, $volumeId, $optParams = array()) + { + $params = array('shelf' => $shelf, 'volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('addVolume', array($params)); + } + /** + * Clears all volumes from a bookshelf. (bookshelves.clearVolumes) + * + * @param string $shelf ID of bookshelf from which to remove a volume. + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + */ + public function clearVolumes($shelf, $optParams = array()) + { + $params = array('shelf' => $shelf); + $params = array_merge($params, $optParams); + return $this->call('clearVolumes', array($params)); + } + /** + * Retrieves metadata for a specific bookshelf belonging to the authenticated + * user. (bookshelves.get) + * + * @param string $shelf ID of bookshelf to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Bookshelf + */ + public function get($shelf, $optParams = array()) + { + $params = array('shelf' => $shelf); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); + } + /** + * Retrieves a list of bookshelves belonging to the authenticated user. + * (bookshelves.listMylibraryBookshelves) + * + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Bookshelves + */ + public function listMylibraryBookshelves($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); + } + /** + * Moves a volume within a bookshelf. (bookshelves.moveVolume) + * + * @param string $shelf ID of bookshelf with the volume. + * @param string $volumeId ID of volume to move. + * @param int $volumePosition Position on shelf to move the item (0 puts the + * item before the current first item, 1 puts it between the first and the + * second and so on.) + * @param array $optParams Optional parameters. + * + * @opt_param string source String to identify the originator of this request. + */ + public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = array()) + { + $params = array('shelf' => $shelf, 'volumeId' => $volumeId, 'volumePosition' => $volumePosition); + $params = array_merge($params, $optParams); + return $this->call('moveVolume', array($params)); + } + /** + * Removes a volume from a bookshelf. (bookshelves.removeVolume) + * + * @param string $shelf ID of bookshelf from which to remove a volume. + * @param string $volumeId ID of volume to remove. + * @param array $optParams Optional parameters. + * + * @opt_param string reason The reason for which the book is removed from the + * library. + * @opt_param string source String to identify the originator of this request. + */ + public function removeVolume($shelf, $volumeId, $optParams = array()) + { + $params = array('shelf' => $shelf, 'volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('removeVolume', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelvesVolumes.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelvesVolumes.php new file mode 100644 index 000000000..1419ef832 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryBookshelvesVolumes.php @@ -0,0 +1,53 @@ + + * $booksService = new Google_Service_Books(...); + * $volumes = $booksService->volumes; + * + */ +class Google_Service_Books_Resource_MylibraryBookshelvesVolumes extends Google_Service_Resource +{ + /** + * Gets volume information for volumes on a bookshelf. + * (volumes.listMylibraryBookshelvesVolumes) + * + * @param string $shelf The bookshelf ID or name retrieve volumes for. + * @param array $optParams Optional parameters. + * + * @opt_param string country ISO-3166-1 code to override the IP-based location. + * @opt_param string maxResults Maximum number of results to return + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @opt_param string q Full-text search query string in this bookshelf. + * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults + * to false. + * @opt_param string source String to identify the originator of this request. + * @opt_param string startIndex Index of the first element to return (starts at + * 0) + * @return Google_Service_Books_Volumes + */ + public function listMylibraryBookshelvesVolumes($shelf, $optParams = array()) + { + $params = array('shelf' => $shelf); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryReadingpositions.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryReadingpositions.php new file mode 100644 index 000000000..8f3b222fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/MylibraryReadingpositions.php @@ -0,0 +1,71 @@ + + * $booksService = new Google_Service_Books(...); + * $readingpositions = $booksService->readingpositions; + * + */ +class Google_Service_Books_Resource_MylibraryReadingpositions extends Google_Service_Resource +{ + /** + * Retrieves my reading position information for a volume. + * (readingpositions.get) + * + * @param string $volumeId ID of volume for which to retrieve a reading + * position. + * @param array $optParams Optional parameters. + * + * @opt_param string contentVersion Volume content version for which this + * reading position is requested. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_ReadingPosition + */ + public function get($volumeId, $optParams = array()) + { + $params = array('volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_ReadingPosition"); + } + /** + * Sets my reading position information for a volume. + * (readingpositions.setPosition) + * + * @param string $volumeId ID of volume for which to update the reading + * position. + * @param string $timestamp RFC 3339 UTC format timestamp associated with this + * reading position. + * @param string $position Position string for the new volume reading position. + * @param array $optParams Optional parameters. + * + * @opt_param string action Action that caused this reading position to be set. + * @opt_param string contentVersion Volume content version for which this + * reading position applies. + * @opt_param string deviceCookie Random persistent device cookie optional on + * set position. + * @opt_param string source String to identify the originator of this request. + */ + public function setPosition($volumeId, $timestamp, $position, $optParams = array()) + { + $params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position); + $params = array_merge($params, $optParams); + return $this->call('setPosition', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Notification.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Notification.php new file mode 100644 index 000000000..f07aac635 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Notification.php @@ -0,0 +1,45 @@ + + * $booksService = new Google_Service_Books(...); + * $notification = $booksService->notification; + * + */ +class Google_Service_Books_Resource_Notification extends Google_Service_Resource +{ + /** + * Returns notification details for a given notification id. (notification.get) + * + * @param string $notificationId String to identify the notification. + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: + * 'en_US'. Used for generating notification title and body. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Notification + */ + public function get($notificationId, $optParams = array()) + { + $params = array('notification_id' => $notificationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Notification"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Onboarding.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Onboarding.php new file mode 100644 index 000000000..4c10071fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Onboarding.php @@ -0,0 +1,67 @@ + + * $booksService = new Google_Service_Books(...); + * $onboarding = $booksService->onboarding; + * + */ +class Google_Service_Books_Resource_Onboarding extends Google_Service_Resource +{ + /** + * List categories for onboarding experience. (onboarding.listCategories) + * + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. + * Default is en-US if unset. + * @return Google_Service_Books_Category + */ + public function listCategories($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listCategories', array($params), "Google_Service_Books_Category"); + } + /** + * List available volumes under categories for onboarding experience. + * (onboarding.listCategoryVolumes) + * + * @param array $optParams Optional parameters. + * + * @opt_param string categoryId List of category ids requested. + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. + * Default is en-US if unset. + * @opt_param string maxAllowedMaturityRating The maximum allowed maturity + * rating of returned volumes. Books with a higher maturity rating are filtered + * out. + * @opt_param string pageSize Number of maximum results per page to be included + * in the response. + * @opt_param string pageToken The value of the nextToken from the previous + * page. + * @return Google_Service_Books_Volume2 + */ + public function listCategoryVolumes($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Personalizedstream.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Personalizedstream.php new file mode 100644 index 000000000..b8e4a002e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Personalizedstream.php @@ -0,0 +1,47 @@ + + * $booksService = new Google_Service_Books(...); + * $personalizedstream = $booksService->personalizedstream; + * + */ +class Google_Service_Books_Resource_Personalizedstream extends Google_Service_Resource +{ + /** + * Returns a stream of personalized book clusters (personalizedstream.get) + * + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: + * 'en_US'. Used for generating recommendations. + * @opt_param string maxAllowedMaturityRating The maximum allowed maturity + * rating of returned recommendations. Books with a higher maturity rating are + * filtered out. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Discoveryclusters + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Discoveryclusters"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Promooffer.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Promooffer.php new file mode 100644 index 000000000..70b9a1e95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Promooffer.php @@ -0,0 +1,86 @@ + + * $booksService = new Google_Service_Books(...); + * $promooffer = $booksService->promooffer; + * + */ +class Google_Service_Books_Resource_Promooffer extends Google_Service_Resource +{ + /** + * (promooffer.accept) + * + * @param array $optParams Optional parameters. + * + * @opt_param string androidId device android_id + * @opt_param string device device device + * @opt_param string manufacturer device manufacturer + * @opt_param string model device model + * @opt_param string offerId + * @opt_param string product device product + * @opt_param string serial device serial + * @opt_param string volumeId Volume id to exercise the offer + */ + public function accept($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('accept', array($params)); + } + /** + * (promooffer.dismiss) + * + * @param array $optParams Optional parameters. + * + * @opt_param string androidId device android_id + * @opt_param string device device device + * @opt_param string manufacturer device manufacturer + * @opt_param string model device model + * @opt_param string offerId Offer to dimiss + * @opt_param string product device product + * @opt_param string serial device serial + */ + public function dismiss($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('dismiss', array($params)); + } + /** + * Returns a list of promo offers available to the user (promooffer.get) + * + * @param array $optParams Optional parameters. + * + * @opt_param string androidId device android_id + * @opt_param string device device device + * @opt_param string manufacturer device manufacturer + * @opt_param string model device model + * @opt_param string product device product + * @opt_param string serial device serial + * @return Google_Service_Books_Offers + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Offers"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Series.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Series.php new file mode 100644 index 000000000..63b5938ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Series.php @@ -0,0 +1,41 @@ + + * $booksService = new Google_Service_Books(...); + * $series = $booksService->series; + * + */ +class Google_Service_Books_Resource_Series extends Google_Service_Resource +{ + /** + * Returns Series metadata for the given series ids. (series.get) + * + * @param string|array $seriesId String that identifies the series + * @param array $optParams Optional parameters. + * @return Google_Service_Books_Series + */ + public function get($seriesId, $optParams = array()) + { + $params = array('series_id' => $seriesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Series"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/SeriesMembership.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/SeriesMembership.php new file mode 100644 index 000000000..4221f008f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/SeriesMembership.php @@ -0,0 +1,46 @@ + + * $booksService = new Google_Service_Books(...); + * $membership = $booksService->membership; + * + */ +class Google_Service_Books_Resource_SeriesMembership extends Google_Service_Resource +{ + /** + * Returns Series membership data given the series id. (membership.get) + * + * @param string $seriesId String that identifies the series + * @param array $optParams Optional parameters. + * + * @opt_param string page_size Number of maximum results per page to be included + * in the response. + * @opt_param string page_token The value of the nextToken from the previous + * page. + * @return Google_Service_Books_Seriesmembership + */ + public function get($seriesId, $optParams = array()) + { + $params = array('series_id' => $seriesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Seriesmembership"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Volumes.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Volumes.php new file mode 100644 index 000000000..10078b105 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Volumes.php @@ -0,0 +1,83 @@ + + * $booksService = new Google_Service_Books(...); + * $volumes = $booksService->volumes; + * + */ +class Google_Service_Books_Resource_Volumes extends Google_Service_Resource +{ + /** + * Gets volume information for a single volume. (volumes.get) + * + * @param string $volumeId ID of volume to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string country ISO-3166-1 code to override the IP-based location. + * @opt_param bool includeNonComicsSeries Set to true to include non-comics + * series. Defaults to false. + * @opt_param string partner Brand results for partner ID. + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @opt_param string source String to identify the originator of this request. + * @opt_param bool user_library_consistent_read + * @return Google_Service_Books_Volume + */ + public function get($volumeId, $optParams = array()) + { + $params = array('volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Books_Volume"); + } + /** + * Performs a book search. (volumes.listVolumes) + * + * @param string $q Full-text search query string. + * @param array $optParams Optional parameters. + * + * @opt_param string download Restrict to volumes by download availability. + * @opt_param string filter Filter search results. + * @opt_param string langRestrict Restrict results to books with this language + * code. + * @opt_param string libraryRestrict Restrict search to this user's library. + * @opt_param string maxAllowedMaturityRating The maximum allowed maturity + * rating of returned recommendations. Books with a higher maturity rating are + * filtered out. + * @opt_param string maxResults Maximum number of results to return. + * @opt_param string orderBy Sort search results. + * @opt_param string partner Restrict and brand results for partner ID. + * @opt_param string printType Restrict to books or magazines. + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @opt_param bool showPreorders Set to true to show books available for + * preorder. Defaults to false. + * @opt_param string source String to identify the originator of this request. + * @opt_param string startIndex Index of the first result to return (starts at + * 0) + * @return Google_Service_Books_Volumes + */ + public function listVolumes($q, $optParams = array()) + { + $params = array('q' => $q); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesAssociated.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesAssociated.php new file mode 100644 index 000000000..26ebd73cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesAssociated.php @@ -0,0 +1,49 @@ + + * $booksService = new Google_Service_Books(...); + * $associated = $booksService->associated; + * + */ +class Google_Service_Books_Resource_VolumesAssociated extends Google_Service_Resource +{ + /** + * Return a list of associated books. (associated.listVolumesAssociated) + * + * @param string $volumeId ID of the source volume. + * @param array $optParams Optional parameters. + * + * @opt_param string association Association type. + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: + * 'en_US'. Used for generating recommendations. + * @opt_param string maxAllowedMaturityRating The maximum allowed maturity + * rating of returned recommendations. Books with a higher maturity rating are + * filtered out. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Volumes + */ + public function listVolumesAssociated($volumeId, $optParams = array()) + { + $params = array('volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesMybooks.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesMybooks.php new file mode 100644 index 000000000..176cb8551 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesMybooks.php @@ -0,0 +1,52 @@ + + * $booksService = new Google_Service_Books(...); + * $mybooks = $booksService->mybooks; + * + */ +class Google_Service_Books_Resource_VolumesMybooks extends Google_Service_Resource +{ + /** + * Return a list of books in My Library. (mybooks.listVolumesMybooks) + * + * @param array $optParams Optional parameters. + * + * @opt_param string acquireMethod How the book was acquired + * @opt_param string country ISO-3166-1 code to override the IP-based location. + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. + * Ex:'en_US'. Used for generating recommendations. + * @opt_param string maxResults Maximum number of results to return. + * @opt_param string processingState The processing state of the user uploaded + * volumes to be returned. Applicable only if the UPLOADED is specified in the + * acquireMethod. + * @opt_param string source String to identify the originator of this request. + * @opt_param string startIndex Index of the first result to return (starts at + * 0) + * @return Google_Service_Books_Volumes + */ + public function listVolumesMybooks($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesRecommended.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesRecommended.php new file mode 100644 index 000000000..f3016a5fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesRecommended.php @@ -0,0 +1,66 @@ + + * $booksService = new Google_Service_Books(...); + * $recommended = $booksService->recommended; + * + */ +class Google_Service_Books_Resource_VolumesRecommended extends Google_Service_Resource +{ + /** + * Return a list of recommended books for the current user. + * (recommended.listVolumesRecommended) + * + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: + * 'en_US'. Used for generating recommendations. + * @opt_param string maxAllowedMaturityRating The maximum allowed maturity + * rating of returned recommendations. Books with a higher maturity rating are + * filtered out. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_Volumes + */ + public function listVolumesRecommended($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } + /** + * Rate a recommended book for the current user. (recommended.rate) + * + * @param string $rating Rating to be given to the volume. + * @param string $volumeId ID of the source volume. + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: + * 'en_US'. Used for generating recommendations. + * @opt_param string source String to identify the originator of this request. + * @return Google_Service_Books_BooksVolumesRecommendedRateResponse + */ + public function rate($rating, $volumeId, $optParams = array()) + { + $params = array('rating' => $rating, 'volumeId' => $volumeId); + $params = array_merge($params, $optParams); + return $this->call('rate', array($params), "Google_Service_Books_BooksVolumesRecommendedRateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesUseruploaded.php b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesUseruploaded.php new file mode 100644 index 000000000..3466e33a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/VolumesUseruploaded.php @@ -0,0 +1,52 @@ + + * $booksService = new Google_Service_Books(...); + * $useruploaded = $booksService->useruploaded; + * + */ +class Google_Service_Books_Resource_VolumesUseruploaded extends Google_Service_Resource +{ + /** + * Return a list of books uploaded by the current user. + * (useruploaded.listVolumesUseruploaded) + * + * @param array $optParams Optional parameters. + * + * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex: + * 'en_US'. Used for generating recommendations. + * @opt_param string maxResults Maximum number of results to return. + * @opt_param string processingState The processing state of the user uploaded + * volumes to be returned. + * @opt_param string source String to identify the originator of this request. + * @opt_param string startIndex Index of the first result to return (starts at + * 0) + * @opt_param string volumeId The ids of the volumes to be returned. If not + * specified all that match the processingState are returned. + * @return Google_Service_Books_Volumes + */ + public function listVolumesUseruploaded($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Books_Volumes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Review.php b/vendor/google/apiclient-services/src/Google/Service/Books/Review.php new file mode 100644 index 000000000..164062891 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Review.php @@ -0,0 +1,125 @@ +author = $author; + } + /** + * @return Google_Service_Books_ReviewAuthor + */ + public function getAuthor() + { + return $this->author; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setDate($date) + { + $this->date = $date; + } + public function getDate() + { + return $this->date; + } + public function setFullTextUrl($fullTextUrl) + { + $this->fullTextUrl = $fullTextUrl; + } + public function getFullTextUrl() + { + return $this->fullTextUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRating($rating) + { + $this->rating = $rating; + } + public function getRating() + { + return $this->rating; + } + /** + * @param Google_Service_Books_ReviewSource + */ + public function setSource(Google_Service_Books_ReviewSource $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Books_ReviewSource + */ + public function getSource() + { + return $this->source; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php new file mode 100644 index 000000000..d3751d813 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php @@ -0,0 +1,30 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/ReviewSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/ReviewSource.php new file mode 100644 index 000000000..24fb63c10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/ReviewSource.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExtraDescription($extraDescription) + { + $this->extraDescription = $extraDescription; + } + public function getExtraDescription() + { + return $this->extraDescription; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Series.php b/vendor/google/apiclient-services/src/Google/Service/Books/Series.php new file mode 100644 index 000000000..1ad938fee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Series.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Books_SeriesSeries + */ + public function setSeries($series) + { + $this->series = $series; + } + /** + * @return Google_Service_Books_SeriesSeries + */ + public function getSeries() + { + return $this->series; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.php b/vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.php new file mode 100644 index 000000000..7adb6cd36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.php @@ -0,0 +1,66 @@ +bannerImageUrl = $bannerImageUrl; + } + public function getBannerImageUrl() + { + return $this->bannerImageUrl; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setSeriesId($seriesId) + { + $this->seriesId = $seriesId; + } + public function getSeriesId() + { + return $this->seriesId; + } + public function setSeriesType($seriesType) + { + $this->seriesType = $seriesType; + } + public function getSeriesType() + { + return $this->seriesType; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Seriesmembership.php b/vendor/google/apiclient-services/src/Google/Service/Books/Seriesmembership.php new file mode 100644 index 000000000..15a397b10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Seriesmembership.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Books_Volume + */ + public function setMember($member) + { + $this->member = $member; + } + /** + * @return Google_Service_Books_Volume + */ + public function getMember() + { + return $this->member; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php b/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php new file mode 100644 index 000000000..7698c880b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php @@ -0,0 +1,62 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Books_UsersettingsNotesExport + */ + public function setNotesExport(Google_Service_Books_UsersettingsNotesExport $notesExport) + { + $this->notesExport = $notesExport; + } + /** + * @return Google_Service_Books_UsersettingsNotesExport + */ + public function getNotesExport() + { + return $this->notesExport; + } + /** + * @param Google_Service_Books_UsersettingsNotification + */ + public function setNotification(Google_Service_Books_UsersettingsNotification $notification) + { + $this->notification = $notification; + } + /** + * @return Google_Service_Books_UsersettingsNotification + */ + public function getNotification() + { + return $this->notification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.php new file mode 100644 index 000000000..bb71b1c3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.php @@ -0,0 +1,39 @@ +folderName = $folderName; + } + public function getFolderName() + { + return $this->folderName; + } + public function setIsEnabled($isEnabled) + { + $this->isEnabled = $isEnabled; + } + public function getIsEnabled() + { + return $this->isEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotification.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotification.php new file mode 100644 index 000000000..9c87f1884 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotification.php @@ -0,0 +1,101 @@ +matchMyInterests = $matchMyInterests; + } + /** + * @return Google_Service_Books_UsersettingsNotificationMatchMyInterests + */ + public function getMatchMyInterests() + { + return $this->matchMyInterests; + } + /** + * @param Google_Service_Books_UsersettingsNotificationMoreFromAuthors + */ + public function setMoreFromAuthors(Google_Service_Books_UsersettingsNotificationMoreFromAuthors $moreFromAuthors) + { + $this->moreFromAuthors = $moreFromAuthors; + } + /** + * @return Google_Service_Books_UsersettingsNotificationMoreFromAuthors + */ + public function getMoreFromAuthors() + { + return $this->moreFromAuthors; + } + /** + * @param Google_Service_Books_UsersettingsNotificationMoreFromSeries + */ + public function setMoreFromSeries(Google_Service_Books_UsersettingsNotificationMoreFromSeries $moreFromSeries) + { + $this->moreFromSeries = $moreFromSeries; + } + /** + * @return Google_Service_Books_UsersettingsNotificationMoreFromSeries + */ + public function getMoreFromSeries() + { + return $this->moreFromSeries; + } + /** + * @param Google_Service_Books_UsersettingsNotificationPriceDrop + */ + public function setPriceDrop(Google_Service_Books_UsersettingsNotificationPriceDrop $priceDrop) + { + $this->priceDrop = $priceDrop; + } + /** + * @return Google_Service_Books_UsersettingsNotificationPriceDrop + */ + public function getPriceDrop() + { + return $this->priceDrop; + } + /** + * @param Google_Service_Books_UsersettingsNotificationRewardExpirations + */ + public function setRewardExpirations(Google_Service_Books_UsersettingsNotificationRewardExpirations $rewardExpirations) + { + $this->rewardExpirations = $rewardExpirations; + } + /** + * @return Google_Service_Books_UsersettingsNotificationRewardExpirations + */ + public function getRewardExpirations() + { + return $this->rewardExpirations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMatchMyInterests.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMatchMyInterests.php new file mode 100644 index 000000000..bd86bb3ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMatchMyInterests.php @@ -0,0 +1,33 @@ + "opted_state", + ); + public $optedState; + + public function setOptedState($optedState) + { + $this->optedState = $optedState; + } + public function getOptedState() + { + return $this->optedState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.php new file mode 100644 index 000000000..3f58caa63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.php @@ -0,0 +1,33 @@ + "opted_state", + ); + public $optedState; + + public function setOptedState($optedState) + { + $this->optedState = $optedState; + } + public function getOptedState() + { + return $this->optedState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromSeries.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromSeries.php new file mode 100644 index 000000000..5fbc3dc59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromSeries.php @@ -0,0 +1,33 @@ + "opted_state", + ); + public $optedState; + + public function setOptedState($optedState) + { + $this->optedState = $optedState; + } + public function getOptedState() + { + return $this->optedState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationPriceDrop.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationPriceDrop.php new file mode 100644 index 000000000..ddb21714a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationPriceDrop.php @@ -0,0 +1,33 @@ + "opted_state", + ); + public $optedState; + + public function setOptedState($optedState) + { + $this->optedState = $optedState; + } + public function getOptedState() + { + return $this->optedState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationRewardExpirations.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationRewardExpirations.php new file mode 100644 index 000000000..6db779b72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationRewardExpirations.php @@ -0,0 +1,33 @@ + "opted_state", + ); + public $optedState; + + public function setOptedState($optedState) + { + $this->optedState = $optedState; + } + public function getOptedState() + { + return $this->optedState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volume.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volume.php new file mode 100644 index 000000000..cd30909bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volume.php @@ -0,0 +1,169 @@ +accessInfo = $accessInfo; + } + /** + * @return Google_Service_Books_VolumeAccessInfo + */ + public function getAccessInfo() + { + return $this->accessInfo; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_Books_VolumeLayerInfo + */ + public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo) + { + $this->layerInfo = $layerInfo; + } + /** + * @return Google_Service_Books_VolumeLayerInfo + */ + public function getLayerInfo() + { + return $this->layerInfo; + } + /** + * @param Google_Service_Books_VolumeRecommendedInfo + */ + public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $recommendedInfo) + { + $this->recommendedInfo = $recommendedInfo; + } + /** + * @return Google_Service_Books_VolumeRecommendedInfo + */ + public function getRecommendedInfo() + { + return $this->recommendedInfo; + } + /** + * @param Google_Service_Books_VolumeSaleInfo + */ + public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo) + { + $this->saleInfo = $saleInfo; + } + /** + * @return Google_Service_Books_VolumeSaleInfo + */ + public function getSaleInfo() + { + return $this->saleInfo; + } + /** + * @param Google_Service_Books_VolumeSearchInfo + */ + public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo) + { + $this->searchInfo = $searchInfo; + } + /** + * @return Google_Service_Books_VolumeSearchInfo + */ + public function getSearchInfo() + { + return $this->searchInfo; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Books_VolumeUserInfo + */ + public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo) + { + $this->userInfo = $userInfo; + } + /** + * @return Google_Service_Books_VolumeUserInfo + */ + public function getUserInfo() + { + return $this->userInfo; + } + /** + * @param Google_Service_Books_VolumeVolumeInfo + */ + public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo) + { + $this->volumeInfo = $volumeInfo; + } + /** + * @return Google_Service_Books_VolumeVolumeInfo + */ + public function getVolumeInfo() + { + return $this->volumeInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volume2.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volume2.php new file mode 100644 index 000000000..d225e50e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volume2.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Books_Volume + */ + 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/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php new file mode 100644 index 000000000..2d1191d72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php @@ -0,0 +1,168 @@ +accessViewStatus = $accessViewStatus; + } + public function getAccessViewStatus() + { + return $this->accessViewStatus; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + /** + * @param Google_Service_Books_DownloadAccessRestriction + */ + public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess) + { + $this->downloadAccess = $downloadAccess; + } + /** + * @return Google_Service_Books_DownloadAccessRestriction + */ + public function getDownloadAccess() + { + return $this->downloadAccess; + } + public function setDriveImportedContentLink($driveImportedContentLink) + { + $this->driveImportedContentLink = $driveImportedContentLink; + } + public function getDriveImportedContentLink() + { + return $this->driveImportedContentLink; + } + public function setEmbeddable($embeddable) + { + $this->embeddable = $embeddable; + } + public function getEmbeddable() + { + return $this->embeddable; + } + /** + * @param Google_Service_Books_VolumeAccessInfoEpub + */ + public function setEpub(Google_Service_Books_VolumeAccessInfoEpub $epub) + { + $this->epub = $epub; + } + /** + * @return Google_Service_Books_VolumeAccessInfoEpub + */ + public function getEpub() + { + return $this->epub; + } + public function setExplicitOfflineLicenseManagement($explicitOfflineLicenseManagement) + { + $this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement; + } + public function getExplicitOfflineLicenseManagement() + { + return $this->explicitOfflineLicenseManagement; + } + /** + * @param Google_Service_Books_VolumeAccessInfoPdf + */ + public function setPdf(Google_Service_Books_VolumeAccessInfoPdf $pdf) + { + $this->pdf = $pdf; + } + /** + * @return Google_Service_Books_VolumeAccessInfoPdf + */ + public function getPdf() + { + return $this->pdf; + } + public function setPublicDomain($publicDomain) + { + $this->publicDomain = $publicDomain; + } + public function getPublicDomain() + { + return $this->publicDomain; + } + public function setQuoteSharingAllowed($quoteSharingAllowed) + { + $this->quoteSharingAllowed = $quoteSharingAllowed; + } + public function getQuoteSharingAllowed() + { + return $this->quoteSharingAllowed; + } + public function setTextToSpeechPermission($textToSpeechPermission) + { + $this->textToSpeechPermission = $textToSpeechPermission; + } + public function getTextToSpeechPermission() + { + return $this->textToSpeechPermission; + } + public function setViewOrderUrl($viewOrderUrl) + { + $this->viewOrderUrl = $viewOrderUrl; + } + public function getViewOrderUrl() + { + return $this->viewOrderUrl; + } + public function setViewability($viewability) + { + $this->viewability = $viewability; + } + public function getViewability() + { + return $this->viewability; + } + public function setWebReaderLink($webReaderLink) + { + $this->webReaderLink = $webReaderLink; + } + public function getWebReaderLink() + { + return $this->webReaderLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php new file mode 100644 index 000000000..91834c062 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php @@ -0,0 +1,48 @@ +acsTokenLink = $acsTokenLink; + } + public function getAcsTokenLink() + { + return $this->acsTokenLink; + } + public function setDownloadLink($downloadLink) + { + $this->downloadLink = $downloadLink; + } + public function getDownloadLink() + { + return $this->downloadLink; + } + public function setIsAvailable($isAvailable) + { + $this->isAvailable = $isAvailable; + } + public function getIsAvailable() + { + return $this->isAvailable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoPdf.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoPdf.php new file mode 100644 index 000000000..36fe704cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoPdf.php @@ -0,0 +1,48 @@ +acsTokenLink = $acsTokenLink; + } + public function getAcsTokenLink() + { + return $this->acsTokenLink; + } + public function setDownloadLink($downloadLink) + { + $this->downloadLink = $downloadLink; + } + public function getDownloadLink() + { + return $this->downloadLink; + } + public function setIsAvailable($isAvailable) + { + $this->isAvailable = $isAvailable; + } + public function getIsAvailable() + { + return $this->isAvailable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfo.php new file mode 100644 index 000000000..89b822117 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfo.php @@ -0,0 +1,38 @@ +layers = $layers; + } + /** + * @return Google_Service_Books_VolumeLayerInfoLayers + */ + public function getLayers() + { + return $this->layers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.php new file mode 100644 index 000000000..59a36e8d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.php @@ -0,0 +1,39 @@ +layerId = $layerId; + } + public function getLayerId() + { + return $this->layerId; + } + public function setVolumeAnnotationsVersion($volumeAnnotationsVersion) + { + $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; + } + public function getVolumeAnnotationsVersion() + { + return $this->volumeAnnotationsVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeRecommendedInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeRecommendedInfo.php new file mode 100644 index 000000000..6e58326a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeRecommendedInfo.php @@ -0,0 +1,30 @@ +explanation = $explanation; + } + public function getExplanation() + { + return $this->explanation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfo.php new file mode 100644 index 000000000..72d3e9959 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfo.php @@ -0,0 +1,115 @@ +buyLink = $buyLink; + } + public function getBuyLink() + { + return $this->buyLink; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setIsEbook($isEbook) + { + $this->isEbook = $isEbook; + } + public function getIsEbook() + { + return $this->isEbook; + } + /** + * @param Google_Service_Books_VolumeSaleInfoListPrice + */ + public function setListPrice(Google_Service_Books_VolumeSaleInfoListPrice $listPrice) + { + $this->listPrice = $listPrice; + } + /** + * @return Google_Service_Books_VolumeSaleInfoListPrice + */ + public function getListPrice() + { + return $this->listPrice; + } + /** + * @param Google_Service_Books_VolumeSaleInfoOffers + */ + public function setOffers($offers) + { + $this->offers = $offers; + } + /** + * @return Google_Service_Books_VolumeSaleInfoOffers + */ + public function getOffers() + { + return $this->offers; + } + public function setOnSaleDate($onSaleDate) + { + $this->onSaleDate = $onSaleDate; + } + public function getOnSaleDate() + { + return $this->onSaleDate; + } + /** + * @param Google_Service_Books_VolumeSaleInfoRetailPrice + */ + public function setRetailPrice(Google_Service_Books_VolumeSaleInfoRetailPrice $retailPrice) + { + $this->retailPrice = $retailPrice; + } + /** + * @return Google_Service_Books_VolumeSaleInfoRetailPrice + */ + public function getRetailPrice() + { + return $this->retailPrice; + } + public function setSaleability($saleability) + { + $this->saleability = $saleability; + } + public function getSaleability() + { + return $this->saleability; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php new file mode 100644 index 000000000..e001624de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php @@ -0,0 +1,39 @@ +amount = $amount; + } + public function getAmount() + { + return $this->amount; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffers.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffers.php new file mode 100644 index 000000000..77098bb48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffers.php @@ -0,0 +1,87 @@ +finskyOfferType = $finskyOfferType; + } + public function getFinskyOfferType() + { + return $this->finskyOfferType; + } + public function setGiftable($giftable) + { + $this->giftable = $giftable; + } + public function getGiftable() + { + return $this->giftable; + } + /** + * @param Google_Service_Books_VolumeSaleInfoOffersListPrice + */ + public function setListPrice(Google_Service_Books_VolumeSaleInfoOffersListPrice $listPrice) + { + $this->listPrice = $listPrice; + } + /** + * @return Google_Service_Books_VolumeSaleInfoOffersListPrice + */ + public function getListPrice() + { + return $this->listPrice; + } + /** + * @param Google_Service_Books_VolumeSaleInfoOffersRentalDuration + */ + public function setRentalDuration(Google_Service_Books_VolumeSaleInfoOffersRentalDuration $rentalDuration) + { + $this->rentalDuration = $rentalDuration; + } + /** + * @return Google_Service_Books_VolumeSaleInfoOffersRentalDuration + */ + public function getRentalDuration() + { + return $this->rentalDuration; + } + /** + * @param Google_Service_Books_VolumeSaleInfoOffersRetailPrice + */ + public function setRetailPrice(Google_Service_Books_VolumeSaleInfoOffersRetailPrice $retailPrice) + { + $this->retailPrice = $retailPrice; + } + /** + * @return Google_Service_Books_VolumeSaleInfoOffersRetailPrice + */ + public function getRetailPrice() + { + return $this->retailPrice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.php new file mode 100644 index 000000000..b456a05f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.php @@ -0,0 +1,39 @@ +amountInMicros = $amountInMicros; + } + public function getAmountInMicros() + { + return $this->amountInMicros; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRentalDuration.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRentalDuration.php new file mode 100644 index 000000000..331827fe9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRentalDuration.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/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRetailPrice.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRetailPrice.php new file mode 100644 index 000000000..7d2284d9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersRetailPrice.php @@ -0,0 +1,39 @@ +amountInMicros = $amountInMicros; + } + public function getAmountInMicros() + { + return $this->amountInMicros; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoRetailPrice.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoRetailPrice.php new file mode 100644 index 000000000..b6a34aca5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoRetailPrice.php @@ -0,0 +1,39 @@ +amount = $amount; + } + public function getAmount() + { + return $this->amount; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSearchInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSearchInfo.php new file mode 100644 index 000000000..69785112d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSearchInfo.php @@ -0,0 +1,30 @@ +textSnippet = $textSnippet; + } + public function getTextSnippet() + { + return $this->textSnippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfo.php new file mode 100644 index 000000000..b81513a1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfo.php @@ -0,0 +1,234 @@ +acquiredTime = $acquiredTime; + } + public function getAcquiredTime() + { + return $this->acquiredTime; + } + public function setAcquisitionType($acquisitionType) + { + $this->acquisitionType = $acquisitionType; + } + public function getAcquisitionType() + { + return $this->acquisitionType; + } + /** + * @param Google_Service_Books_VolumeUserInfoCopy + */ + public function setCopy(Google_Service_Books_VolumeUserInfoCopy $copy) + { + $this->copy = $copy; + } + /** + * @return Google_Service_Books_VolumeUserInfoCopy + */ + public function getCopy() + { + return $this->copy; + } + public function setEntitlementType($entitlementType) + { + $this->entitlementType = $entitlementType; + } + public function getEntitlementType() + { + return $this->entitlementType; + } + /** + * @param Google_Service_Books_VolumeUserInfoFamilySharing + */ + public function setFamilySharing(Google_Service_Books_VolumeUserInfoFamilySharing $familySharing) + { + $this->familySharing = $familySharing; + } + /** + * @return Google_Service_Books_VolumeUserInfoFamilySharing + */ + public function getFamilySharing() + { + return $this->familySharing; + } + public function setIsFamilySharedFromUser($isFamilySharedFromUser) + { + $this->isFamilySharedFromUser = $isFamilySharedFromUser; + } + public function getIsFamilySharedFromUser() + { + return $this->isFamilySharedFromUser; + } + public function setIsFamilySharedToUser($isFamilySharedToUser) + { + $this->isFamilySharedToUser = $isFamilySharedToUser; + } + public function getIsFamilySharedToUser() + { + return $this->isFamilySharedToUser; + } + public function setIsFamilySharingAllowed($isFamilySharingAllowed) + { + $this->isFamilySharingAllowed = $isFamilySharingAllowed; + } + public function getIsFamilySharingAllowed() + { + return $this->isFamilySharingAllowed; + } + public function setIsFamilySharingDisabledByFop($isFamilySharingDisabledByFop) + { + $this->isFamilySharingDisabledByFop = $isFamilySharingDisabledByFop; + } + public function getIsFamilySharingDisabledByFop() + { + return $this->isFamilySharingDisabledByFop; + } + public function setIsInMyBooks($isInMyBooks) + { + $this->isInMyBooks = $isInMyBooks; + } + public function getIsInMyBooks() + { + return $this->isInMyBooks; + } + public function setIsPreordered($isPreordered) + { + $this->isPreordered = $isPreordered; + } + public function getIsPreordered() + { + return $this->isPreordered; + } + public function setIsPurchased($isPurchased) + { + $this->isPurchased = $isPurchased; + } + public function getIsPurchased() + { + return $this->isPurchased; + } + public function setIsUploaded($isUploaded) + { + $this->isUploaded = $isUploaded; + } + public function getIsUploaded() + { + return $this->isUploaded; + } + /** + * @param Google_Service_Books_ReadingPosition + */ + public function setReadingPosition(Google_Service_Books_ReadingPosition $readingPosition) + { + $this->readingPosition = $readingPosition; + } + /** + * @return Google_Service_Books_ReadingPosition + */ + public function getReadingPosition() + { + return $this->readingPosition; + } + /** + * @param Google_Service_Books_VolumeUserInfoRentalPeriod + */ + public function setRentalPeriod(Google_Service_Books_VolumeUserInfoRentalPeriod $rentalPeriod) + { + $this->rentalPeriod = $rentalPeriod; + } + /** + * @return Google_Service_Books_VolumeUserInfoRentalPeriod + */ + public function getRentalPeriod() + { + return $this->rentalPeriod; + } + public function setRentalState($rentalState) + { + $this->rentalState = $rentalState; + } + public function getRentalState() + { + return $this->rentalState; + } + /** + * @param Google_Service_Books_Review + */ + public function setReview(Google_Service_Books_Review $review) + { + $this->review = $review; + } + /** + * @return Google_Service_Books_Review + */ + public function getReview() + { + return $this->review; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + /** + * @param Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo + */ + public function setUserUploadedVolumeInfo(Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo $userUploadedVolumeInfo) + { + $this->userUploadedVolumeInfo = $userUploadedVolumeInfo; + } + /** + * @return Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo + */ + public function getUserUploadedVolumeInfo() + { + return $this->userUploadedVolumeInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.php new file mode 100644 index 000000000..30424add7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.php @@ -0,0 +1,57 @@ +allowedCharacterCount = $allowedCharacterCount; + } + public function getAllowedCharacterCount() + { + return $this->allowedCharacterCount; + } + public function setLimitType($limitType) + { + $this->limitType = $limitType; + } + public function getLimitType() + { + return $this->limitType; + } + public function setRemainingCharacterCount($remainingCharacterCount) + { + $this->remainingCharacterCount = $remainingCharacterCount; + } + public function getRemainingCharacterCount() + { + return $this->remainingCharacterCount; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoFamilySharing.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoFamilySharing.php new file mode 100644 index 000000000..9e8a83e59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoFamilySharing.php @@ -0,0 +1,48 @@ +familyRole = $familyRole; + } + public function getFamilyRole() + { + return $this->familyRole; + } + public function setIsSharingAllowed($isSharingAllowed) + { + $this->isSharingAllowed = $isSharingAllowed; + } + public function getIsSharingAllowed() + { + return $this->isSharingAllowed; + } + public function setIsSharingDisabledByFop($isSharingDisabledByFop) + { + $this->isSharingDisabledByFop = $isSharingDisabledByFop; + } + public function getIsSharingDisabledByFop() + { + return $this->isSharingDisabledByFop; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoRentalPeriod.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoRentalPeriod.php new file mode 100644 index 000000000..043beb737 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoRentalPeriod.php @@ -0,0 +1,39 @@ +endUtcSec = $endUtcSec; + } + public function getEndUtcSec() + { + return $this->endUtcSec; + } + public function setStartUtcSec($startUtcSec) + { + $this->startUtcSec = $startUtcSec; + } + public function getStartUtcSec() + { + return $this->startUtcSec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoUserUploadedVolumeInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoUserUploadedVolumeInfo.php new file mode 100644 index 000000000..7e692842d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoUserUploadedVolumeInfo.php @@ -0,0 +1,30 @@ +processingState = $processingState; + } + public function getProcessingState() + { + return $this->processingState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfo.php new file mode 100644 index 000000000..c889e678c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfo.php @@ -0,0 +1,309 @@ +allowAnonLogging = $allowAnonLogging; + } + public function getAllowAnonLogging() + { + return $this->allowAnonLogging; + } + public function setAuthors($authors) + { + $this->authors = $authors; + } + public function getAuthors() + { + return $this->authors; + } + public function setAverageRating($averageRating) + { + $this->averageRating = $averageRating; + } + public function getAverageRating() + { + return $this->averageRating; + } + public function setCanonicalVolumeLink($canonicalVolumeLink) + { + $this->canonicalVolumeLink = $canonicalVolumeLink; + } + public function getCanonicalVolumeLink() + { + return $this->canonicalVolumeLink; + } + public function setCategories($categories) + { + $this->categories = $categories; + } + public function getCategories() + { + return $this->categories; + } + public function setComicsContent($comicsContent) + { + $this->comicsContent = $comicsContent; + } + public function getComicsContent() + { + return $this->comicsContent; + } + public function setContentVersion($contentVersion) + { + $this->contentVersion = $contentVersion; + } + public function getContentVersion() + { + return $this->contentVersion; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Books_VolumeVolumeInfoDimensions + */ + public function setDimensions(Google_Service_Books_VolumeVolumeInfoDimensions $dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Books_VolumeVolumeInfoDimensions + */ + public function getDimensions() + { + return $this->dimensions; + } + /** + * @param Google_Service_Books_VolumeVolumeInfoImageLinks + */ + public function setImageLinks(Google_Service_Books_VolumeVolumeInfoImageLinks $imageLinks) + { + $this->imageLinks = $imageLinks; + } + /** + * @return Google_Service_Books_VolumeVolumeInfoImageLinks + */ + public function getImageLinks() + { + return $this->imageLinks; + } + /** + * @param Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers + */ + public function setIndustryIdentifiers($industryIdentifiers) + { + $this->industryIdentifiers = $industryIdentifiers; + } + /** + * @return Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers + */ + public function getIndustryIdentifiers() + { + return $this->industryIdentifiers; + } + public function setInfoLink($infoLink) + { + $this->infoLink = $infoLink; + } + public function getInfoLink() + { + return $this->infoLink; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setMainCategory($mainCategory) + { + $this->mainCategory = $mainCategory; + } + public function getMainCategory() + { + return $this->mainCategory; + } + public function setMaturityRating($maturityRating) + { + $this->maturityRating = $maturityRating; + } + public function getMaturityRating() + { + return $this->maturityRating; + } + public function setPageCount($pageCount) + { + $this->pageCount = $pageCount; + } + public function getPageCount() + { + return $this->pageCount; + } + /** + * @param Google_Service_Books_VolumeVolumeInfoPanelizationSummary + */ + public function setPanelizationSummary(Google_Service_Books_VolumeVolumeInfoPanelizationSummary $panelizationSummary) + { + $this->panelizationSummary = $panelizationSummary; + } + /** + * @return Google_Service_Books_VolumeVolumeInfoPanelizationSummary + */ + public function getPanelizationSummary() + { + return $this->panelizationSummary; + } + public function setPreviewLink($previewLink) + { + $this->previewLink = $previewLink; + } + public function getPreviewLink() + { + return $this->previewLink; + } + public function setPrintType($printType) + { + $this->printType = $printType; + } + public function getPrintType() + { + return $this->printType; + } + public function setPrintedPageCount($printedPageCount) + { + $this->printedPageCount = $printedPageCount; + } + public function getPrintedPageCount() + { + return $this->printedPageCount; + } + public function setPublishedDate($publishedDate) + { + $this->publishedDate = $publishedDate; + } + public function getPublishedDate() + { + return $this->publishedDate; + } + public function setPublisher($publisher) + { + $this->publisher = $publisher; + } + public function getPublisher() + { + return $this->publisher; + } + public function setRatingsCount($ratingsCount) + { + $this->ratingsCount = $ratingsCount; + } + public function getRatingsCount() + { + return $this->ratingsCount; + } + public function setReadingModes($readingModes) + { + $this->readingModes = $readingModes; + } + public function getReadingModes() + { + return $this->readingModes; + } + public function setSamplePageCount($samplePageCount) + { + $this->samplePageCount = $samplePageCount; + } + public function getSamplePageCount() + { + return $this->samplePageCount; + } + /** + * @param Google_Service_Books_Volumeseriesinfo + */ + public function setSeriesInfo(Google_Service_Books_Volumeseriesinfo $seriesInfo) + { + $this->seriesInfo = $seriesInfo; + } + /** + * @return Google_Service_Books_Volumeseriesinfo + */ + public function getSeriesInfo() + { + return $this->seriesInfo; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php new file mode 100644 index 000000000..158fa6c97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setThickness($thickness) + { + $this->thickness = $thickness; + } + public function getThickness() + { + return $this->thickness; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoImageLinks.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoImageLinks.php new file mode 100644 index 000000000..cd91fad05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoImageLinks.php @@ -0,0 +1,75 @@ +extraLarge = $extraLarge; + } + public function getExtraLarge() + { + return $this->extraLarge; + } + public function setLarge($large) + { + $this->large = $large; + } + public function getLarge() + { + return $this->large; + } + public function setMedium($medium) + { + $this->medium = $medium; + } + public function getMedium() + { + return $this->medium; + } + public function setSmall($small) + { + $this->small = $small; + } + public function getSmall() + { + return $this->small; + } + public function setSmallThumbnail($smallThumbnail) + { + $this->smallThumbnail = $smallThumbnail; + } + public function getSmallThumbnail() + { + return $this->smallThumbnail; + } + public function setThumbnail($thumbnail) + { + $this->thumbnail = $thumbnail; + } + public function getThumbnail() + { + return $this->thumbnail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoIndustryIdentifiers.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoIndustryIdentifiers.php new file mode 100644 index 000000000..e24ba8a9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoIndustryIdentifiers.php @@ -0,0 +1,39 @@ +identifier = $identifier; + } + public function getIdentifier() + { + return $this->identifier; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoPanelizationSummary.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoPanelizationSummary.php new file mode 100644 index 000000000..5a491fa58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoPanelizationSummary.php @@ -0,0 +1,57 @@ +containsEpubBubbles = $containsEpubBubbles; + } + public function getContainsEpubBubbles() + { + return $this->containsEpubBubbles; + } + public function setContainsImageBubbles($containsImageBubbles) + { + $this->containsImageBubbles = $containsImageBubbles; + } + public function getContainsImageBubbles() + { + return $this->containsImageBubbles; + } + public function setEpubBubbleVersion($epubBubbleVersion) + { + $this->epubBubbleVersion = $epubBubbleVersion; + } + public function getEpubBubbleVersion() + { + return $this->epubBubbleVersion; + } + public function setImageBubbleVersion($imageBubbleVersion) + { + $this->imageBubbleVersion = $imageBubbleVersion; + } + public function getImageBubbleVersion() + { + return $this->imageBubbleVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotation.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotation.php new file mode 100644 index 000000000..37bf9e020 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotation.php @@ -0,0 +1,155 @@ +annotationDataId = $annotationDataId; + } + public function getAnnotationDataId() + { + return $this->annotationDataId; + } + public function setAnnotationDataLink($annotationDataLink) + { + $this->annotationDataLink = $annotationDataLink; + } + public function getAnnotationDataLink() + { + return $this->annotationDataLink; + } + public function setAnnotationType($annotationType) + { + $this->annotationType = $annotationType; + } + public function getAnnotationType() + { + return $this->annotationType; + } + /** + * @param Google_Service_Books_VolumeannotationContentRanges + */ + public function setContentRanges(Google_Service_Books_VolumeannotationContentRanges $contentRanges) + { + $this->contentRanges = $contentRanges; + } + /** + * @return Google_Service_Books_VolumeannotationContentRanges + */ + public function getContentRanges() + { + return $this->contentRanges; + } + 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 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 setLayerId($layerId) + { + $this->layerId = $layerId; + } + public function getLayerId() + { + return $this->layerId; + } + public function setPageIds($pageIds) + { + $this->pageIds = $pageIds; + } + public function getPageIds() + { + return $this->pageIds; + } + public function setSelectedText($selectedText) + { + $this->selectedText = $selectedText; + } + public function getSelectedText() + { + return $this->selectedText; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php new file mode 100644 index 000000000..cdce76664 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php @@ -0,0 +1,78 @@ +cfiRange = $cfiRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getCfiRange() + { + return $this->cfiRange; + } + public function setContentVersion($contentVersion) + { + $this->contentVersion = $contentVersion; + } + public function getContentVersion() + { + return $this->contentVersion; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) + { + $this->gbImageRange = $gbImageRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getGbImageRange() + { + return $this->gbImageRange; + } + /** + * @param Google_Service_Books_BooksAnnotationsRange + */ + public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) + { + $this->gbTextRange = $gbTextRange; + } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ + public function getGbTextRange() + { + return $this->gbTextRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.php new file mode 100644 index 000000000..027d6d4e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.php @@ -0,0 +1,74 @@ +items = $items; + } + /** + * @return Google_Service_Books_Volumeannotation + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php new file mode 100644 index 000000000..4c1ccc727 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Books_Volume + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php new file mode 100644 index 000000000..9020b58ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php @@ -0,0 +1,65 @@ +bookDisplayNumber = $bookDisplayNumber; + } + public function getBookDisplayNumber() + { + return $this->bookDisplayNumber; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setShortSeriesBookTitle($shortSeriesBookTitle) + { + $this->shortSeriesBookTitle = $shortSeriesBookTitle; + } + public function getShortSeriesBookTitle() + { + return $this->shortSeriesBookTitle; + } + /** + * @param Google_Service_Books_VolumeseriesinfoVolumeSeries + */ + public function setVolumeSeries($volumeSeries) + { + $this->volumeSeries = $volumeSeries; + } + /** + * @return Google_Service_Books_VolumeseriesinfoVolumeSeries + */ + public function getVolumeSeries() + { + return $this->volumeSeries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.php new file mode 100644 index 000000000..1fe57d994 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.php @@ -0,0 +1,65 @@ +issue = $issue; + } + /** + * @return Google_Service_Books_VolumeseriesinfoVolumeSeriesIssue + */ + public function getIssue() + { + return $this->issue; + } + public function setOrderNumber($orderNumber) + { + $this->orderNumber = $orderNumber; + } + public function getOrderNumber() + { + return $this->orderNumber; + } + public function setSeriesBookType($seriesBookType) + { + $this->seriesBookType = $seriesBookType; + } + public function getSeriesBookType() + { + return $this->seriesBookType; + } + public function setSeriesId($seriesId) + { + $this->seriesId = $seriesId; + } + public function getSeriesId() + { + return $this->seriesId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php new file mode 100644 index 000000000..4767be361 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php @@ -0,0 +1,39 @@ +issueDisplayNumber = $issueDisplayNumber; + } + public function getIssueDisplayNumber() + { + return $this->issueDisplayNumber; + } + public function setIssueOrderNumber($issueOrderNumber) + { + $this->issueOrderNumber = $issueOrderNumber; + } + public function getIssueOrderNumber() + { + return $this->issueOrderNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar.php b/vendor/google/apiclient-services/src/Google/Service/Calendar.php new file mode 100644 index 000000000..f2ceb726e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar.php @@ -0,0 +1,951 @@ + + * Manipulates events and other calendar data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Calendar extends Google_Service +{ + /** See, edit, share, and permanently delete all the calendars you can access using Google Calendar. */ + const CALENDAR = + "https://www.googleapis.com/auth/calendar"; + /** View and edit events on all your calendars. */ + const CALENDAR_EVENTS = + "https://www.googleapis.com/auth/calendar.events"; + /** View events on all your calendars. */ + const CALENDAR_EVENTS_READONLY = + "https://www.googleapis.com/auth/calendar.events.readonly"; + /** View your calendars. */ + const CALENDAR_READONLY = + "https://www.googleapis.com/auth/calendar.readonly"; + /** View your Calendar settings. */ + const CALENDAR_SETTINGS_READONLY = + "https://www.googleapis.com/auth/calendar.settings.readonly"; + + public $acl; + public $calendarList; + public $calendars; + public $channels; + public $colors; + public $events; + public $freebusy; + public $settings; + + /** + * Constructs the internal representation of the Calendar 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 = 'calendar/v3/'; + $this->batchPath = 'batch/calendar/v3'; + $this->version = 'v3'; + $this->serviceName = 'calendar'; + + $this->acl = new Google_Service_Calendar_Resource_Acl( + $this, + $this->serviceName, + 'acl', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'calendars/{calendarId}/acl/{ruleId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'calendars/{calendarId}/acl/{ruleId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'calendars/{calendarId}/acl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'calendars/{calendarId}/acl', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'calendars/{calendarId}/acl/{ruleId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'calendars/{calendarId}/acl/{ruleId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'watch' => array( + 'path' => 'calendars/{calendarId}/acl/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->calendarList = new Google_Service_Calendar_Resource_CalendarList( + $this, + $this->serviceName, + 'calendarList', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/me/calendarList/{calendarId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'users/me/calendarList/{calendarId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'users/me/calendarList', + 'httpMethod' => 'POST', + 'parameters' => array( + 'colorRgbFormat' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'users/me/calendarList', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'minAccessRole' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'showHidden' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'users/me/calendarList/{calendarId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'colorRgbFormat' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'users/me/calendarList/{calendarId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'colorRgbFormat' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'watch' => array( + 'path' => 'users/me/calendarList/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'minAccessRole' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'showHidden' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->calendars = new Google_Service_Calendar_Resource_Calendars( + $this, + $this->serviceName, + 'calendars', + array( + 'methods' => array( + 'clear' => array( + 'path' => 'calendars/{calendarId}/clear', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'calendars/{calendarId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'calendars/{calendarId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'calendars', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'calendars/{calendarId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'calendars/{calendarId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->channels = new Google_Service_Calendar_Resource_Channels( + $this, + $this->serviceName, + 'channels', + array( + 'methods' => array( + 'stop' => array( + 'path' => 'channels/stop', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->colors = new Google_Service_Calendar_Resource_Colors( + $this, + $this->serviceName, + 'colors', + array( + 'methods' => array( + 'get' => array( + 'path' => 'colors', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->events = new Google_Service_Calendar_Resource_Events( + $this, + $this->serviceName, + 'events', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'calendars/{calendarId}/events/{eventId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sendUpdates' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'calendars/{calendarId}/events/{eventId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alwaysIncludeEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'timeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'import' => array( + 'path' => 'calendars/{calendarId}/events/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'supportsAttachments' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'insert' => array( + 'path' => 'calendars/{calendarId}/events', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sendUpdates' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAttachments' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'instances' => array( + 'path' => 'calendars/{calendarId}/events/{eventId}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alwaysIncludeEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'originalStart' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'timeMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'calendars/{calendarId}/events', + 'httpMethod' => 'GET', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alwaysIncludeEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'iCalUID' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'privateExtendedProperty' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sharedExtendedProperty' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'showHiddenInvitations' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'singleEvents' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'move' => array( + 'path' => 'calendars/{calendarId}/events/{eventId}/move', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destination' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sendUpdates' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'calendars/{calendarId}/events/{eventId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alwaysIncludeEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sendUpdates' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAttachments' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'quickAdd' => array( + 'path' => 'calendars/{calendarId}/events/quickAdd', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'text' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sendUpdates' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'calendars/{calendarId}/events/{eventId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alwaysIncludeEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sendUpdates' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAttachments' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'watch' => array( + 'path' => 'calendars/{calendarId}/events/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'calendarId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alwaysIncludeEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'iCalUID' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAttendees' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'privateExtendedProperty' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sharedExtendedProperty' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'showHiddenInvitations' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'singleEvents' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updatedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->freebusy = new Google_Service_Calendar_Resource_Freebusy( + $this, + $this->serviceName, + 'freebusy', + array( + 'methods' => array( + 'query' => array( + 'path' => 'freeBusy', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->settings = new Google_Service_Calendar_Resource_Settings( + $this, + $this->serviceName, + 'settings', + array( + 'methods' => array( + 'get' => array( + 'path' => 'users/me/settings/{setting}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'setting' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'users/me/settings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'watch' => array( + 'path' => 'users/me/settings/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php new file mode 100644 index 000000000..a08b8d451 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Calendar_AclRule + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Calendar_AclRule + */ + 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; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php new file mode 100644 index 000000000..89cdda71b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php @@ -0,0 +1,73 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + /** + * @param Google_Service_Calendar_AclRuleScope + */ + public function setScope(Google_Service_Calendar_AclRuleScope $scope) + { + $this->scope = $scope; + } + /** + * @return Google_Service_Calendar_AclRuleScope + */ + public function getScope() + { + return $this->scope; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.php new file mode 100644 index 000000000..1c49bd6a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Calendar.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Calendar.php new file mode 100644 index 000000000..6ef2b745c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Calendar.php @@ -0,0 +1,100 @@ +conferenceProperties = $conferenceProperties; + } + /** + * @return Google_Service_Calendar_ConferenceProperties + */ + public function getConferenceProperties() + { + return $this->conferenceProperties; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php new file mode 100644 index 000000000..d9fb7465b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Calendar_CalendarListEntry + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Calendar_CalendarListEntry + */ + 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; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php new file mode 100644 index 000000000..a49bcd3a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php @@ -0,0 +1,214 @@ +accessRole = $accessRole; + } + public function getAccessRole() + { + return $this->accessRole; + } + public function setBackgroundColor($backgroundColor) + { + $this->backgroundColor = $backgroundColor; + } + public function getBackgroundColor() + { + return $this->backgroundColor; + } + public function setColorId($colorId) + { + $this->colorId = $colorId; + } + public function getColorId() + { + return $this->colorId; + } + /** + * @param Google_Service_Calendar_ConferenceProperties + */ + public function setConferenceProperties(Google_Service_Calendar_ConferenceProperties $conferenceProperties) + { + $this->conferenceProperties = $conferenceProperties; + } + /** + * @return Google_Service_Calendar_ConferenceProperties + */ + public function getConferenceProperties() + { + return $this->conferenceProperties; + } + /** + * @param Google_Service_Calendar_EventReminder + */ + public function setDefaultReminders($defaultReminders) + { + $this->defaultReminders = $defaultReminders; + } + /** + * @return Google_Service_Calendar_EventReminder + */ + public function getDefaultReminders() + { + return $this->defaultReminders; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setForegroundColor($foregroundColor) + { + $this->foregroundColor = $foregroundColor; + } + public function getForegroundColor() + { + return $this->foregroundColor; + } + public function setHidden($hidden) + { + $this->hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + 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 setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Calendar_CalendarListEntryNotificationSettings + */ + public function setNotificationSettings(Google_Service_Calendar_CalendarListEntryNotificationSettings $notificationSettings) + { + $this->notificationSettings = $notificationSettings; + } + /** + * @return Google_Service_Calendar_CalendarListEntryNotificationSettings + */ + public function getNotificationSettings() + { + return $this->notificationSettings; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setSelected($selected) + { + $this->selected = $selected; + } + public function getSelected() + { + return $this->selected; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } + public function setSummaryOverride($summaryOverride) + { + $this->summaryOverride = $summaryOverride; + } + public function getSummaryOverride() + { + return $this->summaryOverride; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php new file mode 100644 index 000000000..43cae3f0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php @@ -0,0 +1,38 @@ +notifications = $notifications; + } + /** + * @return Google_Service_Calendar_CalendarNotification + */ + public function getNotifications() + { + return $this->notifications; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.php new file mode 100644 index 000000000..a492b5502 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.php @@ -0,0 +1,39 @@ +method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Channel.php new file mode 100644 index 000000000..a1d4f1dae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Channel.php @@ -0,0 +1,111 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + 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 setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ColorDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ColorDefinition.php new file mode 100644 index 000000000..a98441c6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ColorDefinition.php @@ -0,0 +1,39 @@ +background = $background; + } + public function getBackground() + { + return $this->background; + } + public function setForeground($foreground) + { + $this->foreground = $foreground; + } + public function getForeground() + { + return $this->foreground; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Colors.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Colors.php new file mode 100644 index 000000000..5235a7a70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Colors.php @@ -0,0 +1,71 @@ +calendar = $calendar; + } + /** + * @return Google_Service_Calendar_ColorDefinition + */ + public function getCalendar() + { + return $this->calendar; + } + /** + * @param Google_Service_Calendar_ColorDefinition + */ + public function setEvent($event) + { + $this->event = $event; + } + /** + * @return Google_Service_Calendar_ColorDefinition + */ + public function getEvent() + { + return $this->event; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.php new file mode 100644 index 000000000..56362cfb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.php @@ -0,0 +1,113 @@ +conferenceId = $conferenceId; + } + public function getConferenceId() + { + return $this->conferenceId; + } + /** + * @param Google_Service_Calendar_ConferenceSolution + */ + public function setConferenceSolution(Google_Service_Calendar_ConferenceSolution $conferenceSolution) + { + $this->conferenceSolution = $conferenceSolution; + } + /** + * @return Google_Service_Calendar_ConferenceSolution + */ + public function getConferenceSolution() + { + return $this->conferenceSolution; + } + /** + * @param Google_Service_Calendar_CreateConferenceRequest + */ + public function setCreateRequest(Google_Service_Calendar_CreateConferenceRequest $createRequest) + { + $this->createRequest = $createRequest; + } + /** + * @return Google_Service_Calendar_CreateConferenceRequest + */ + public function getCreateRequest() + { + return $this->createRequest; + } + /** + * @param Google_Service_Calendar_EntryPoint + */ + public function setEntryPoints($entryPoints) + { + $this->entryPoints = $entryPoints; + } + /** + * @return Google_Service_Calendar_EntryPoint + */ + public function getEntryPoints() + { + return $this->entryPoints; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + /** + * @param Google_Service_Calendar_ConferenceParameters + */ + public function setParameters(Google_Service_Calendar_ConferenceParameters $parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Calendar_ConferenceParameters + */ + public function getParameters() + { + return $this->parameters; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.php new file mode 100644 index 000000000..a8393f25b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.php @@ -0,0 +1,37 @@ +addOnParameters = $addOnParameters; + } + /** + * @return Google_Service_Calendar_ConferenceParametersAddOnParameters + */ + public function getAddOnParameters() + { + return $this->addOnParameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParametersAddOnParameters.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParametersAddOnParameters.php new file mode 100644 index 000000000..9cdd0e6f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParametersAddOnParameters.php @@ -0,0 +1,30 @@ +parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.php new file mode 100644 index 000000000..6a4fdf592 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.php @@ -0,0 +1,31 @@ +allowedConferenceSolutionTypes = $allowedConferenceSolutionTypes; + } + public function getAllowedConferenceSolutionTypes() + { + return $this->allowedConferenceSolutionTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.php new file mode 100644 index 000000000..3ec681de6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.php @@ -0,0 +1,30 @@ +statusCode = $statusCode; + } + public function getStatusCode() + { + return $this->statusCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.php new file mode 100644 index 000000000..aff3f6851 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.php @@ -0,0 +1,55 @@ +iconUri = $iconUri; + } + public function getIconUri() + { + return $this->iconUri; + } + /** + * @param Google_Service_Calendar_ConferenceSolutionKey + */ + public function setKey(Google_Service_Calendar_ConferenceSolutionKey $key) + { + $this->key = $key; + } + /** + * @return Google_Service_Calendar_ConferenceSolutionKey + */ + public function getKey() + { + return $this->key; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.php new file mode 100644 index 000000000..ac888ff62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.php new file mode 100644 index 000000000..dd155c93c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.php @@ -0,0 +1,62 @@ +conferenceSolutionKey = $conferenceSolutionKey; + } + /** + * @return Google_Service_Calendar_ConferenceSolutionKey + */ + public function getConferenceSolutionKey() + { + return $this->conferenceSolutionKey; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + /** + * @param Google_Service_Calendar_ConferenceRequestStatus + */ + public function setStatus(Google_Service_Calendar_ConferenceRequestStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Calendar_ConferenceRequestStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.php new file mode 100644 index 000000000..de50f24e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.php @@ -0,0 +1,112 @@ +accessCode = $accessCode; + } + public function getAccessCode() + { + return $this->accessCode; + } + public function setEntryPointFeatures($entryPointFeatures) + { + $this->entryPointFeatures = $entryPointFeatures; + } + public function getEntryPointFeatures() + { + return $this->entryPointFeatures; + } + public function setEntryPointType($entryPointType) + { + $this->entryPointType = $entryPointType; + } + public function getEntryPointType() + { + return $this->entryPointType; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setMeetingCode($meetingCode) + { + $this->meetingCode = $meetingCode; + } + public function getMeetingCode() + { + return $this->meetingCode; + } + public function setPasscode($passcode) + { + $this->passcode = $passcode; + } + public function getPasscode() + { + return $this->passcode; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPin($pin) + { + $this->pin = $pin; + } + public function getPin() + { + return $this->pin; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php new file mode 100644 index 000000000..676612da1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php @@ -0,0 +1,39 @@ +domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Event.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Event.php new file mode 100644 index 000000000..5d329b558 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Event.php @@ -0,0 +1,448 @@ +anyoneCanAddSelf = $anyoneCanAddSelf; + } + public function getAnyoneCanAddSelf() + { + return $this->anyoneCanAddSelf; + } + /** + * @param Google_Service_Calendar_EventAttachment + */ + public function setAttachments($attachments) + { + $this->attachments = $attachments; + } + /** + * @return Google_Service_Calendar_EventAttachment + */ + public function getAttachments() + { + return $this->attachments; + } + /** + * @param Google_Service_Calendar_EventAttendee + */ + public function setAttendees($attendees) + { + $this->attendees = $attendees; + } + /** + * @return Google_Service_Calendar_EventAttendee + */ + public function getAttendees() + { + return $this->attendees; + } + public function setAttendeesOmitted($attendeesOmitted) + { + $this->attendeesOmitted = $attendeesOmitted; + } + public function getAttendeesOmitted() + { + return $this->attendeesOmitted; + } + public function setColorId($colorId) + { + $this->colorId = $colorId; + } + public function getColorId() + { + return $this->colorId; + } + /** + * @param Google_Service_Calendar_ConferenceData + */ + public function setConferenceData(Google_Service_Calendar_ConferenceData $conferenceData) + { + $this->conferenceData = $conferenceData; + } + /** + * @return Google_Service_Calendar_ConferenceData + */ + public function getConferenceData() + { + return $this->conferenceData; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + /** + * @param Google_Service_Calendar_EventCreator + */ + public function setCreator(Google_Service_Calendar_EventCreator $creator) + { + $this->creator = $creator; + } + /** + * @return Google_Service_Calendar_EventCreator + */ + public function getCreator() + { + return $this->creator; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Calendar_EventDateTime + */ + public function setEnd(Google_Service_Calendar_EventDateTime $end) + { + $this->end = $end; + } + /** + * @return Google_Service_Calendar_EventDateTime + */ + public function getEnd() + { + return $this->end; + } + public function setEndTimeUnspecified($endTimeUnspecified) + { + $this->endTimeUnspecified = $endTimeUnspecified; + } + public function getEndTimeUnspecified() + { + return $this->endTimeUnspecified; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Calendar_EventExtendedProperties + */ + public function setExtendedProperties(Google_Service_Calendar_EventExtendedProperties $extendedProperties) + { + $this->extendedProperties = $extendedProperties; + } + /** + * @return Google_Service_Calendar_EventExtendedProperties + */ + public function getExtendedProperties() + { + return $this->extendedProperties; + } + /** + * @param Google_Service_Calendar_EventGadget + */ + public function setGadget(Google_Service_Calendar_EventGadget $gadget) + { + $this->gadget = $gadget; + } + /** + * @return Google_Service_Calendar_EventGadget + */ + public function getGadget() + { + return $this->gadget; + } + public function setGuestsCanInviteOthers($guestsCanInviteOthers) + { + $this->guestsCanInviteOthers = $guestsCanInviteOthers; + } + public function getGuestsCanInviteOthers() + { + return $this->guestsCanInviteOthers; + } + public function setGuestsCanModify($guestsCanModify) + { + $this->guestsCanModify = $guestsCanModify; + } + public function getGuestsCanModify() + { + return $this->guestsCanModify; + } + public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests) + { + $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests; + } + public function getGuestsCanSeeOtherGuests() + { + return $this->guestsCanSeeOtherGuests; + } + public function setHangoutLink($hangoutLink) + { + $this->hangoutLink = $hangoutLink; + } + public function getHangoutLink() + { + return $this->hangoutLink; + } + public function setHtmlLink($htmlLink) + { + $this->htmlLink = $htmlLink; + } + public function getHtmlLink() + { + return $this->htmlLink; + } + public function setICalUID($iCalUID) + { + $this->iCalUID = $iCalUID; + } + public function getICalUID() + { + return $this->iCalUID; + } + 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 setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setLocked($locked) + { + $this->locked = $locked; + } + public function getLocked() + { + return $this->locked; + } + /** + * @param Google_Service_Calendar_EventOrganizer + */ + public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer) + { + $this->organizer = $organizer; + } + /** + * @return Google_Service_Calendar_EventOrganizer + */ + public function getOrganizer() + { + return $this->organizer; + } + /** + * @param Google_Service_Calendar_EventDateTime + */ + public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $originalStartTime) + { + $this->originalStartTime = $originalStartTime; + } + /** + * @return Google_Service_Calendar_EventDateTime + */ + public function getOriginalStartTime() + { + return $this->originalStartTime; + } + public function setPrivateCopy($privateCopy) + { + $this->privateCopy = $privateCopy; + } + public function getPrivateCopy() + { + return $this->privateCopy; + } + public function setRecurrence($recurrence) + { + $this->recurrence = $recurrence; + } + public function getRecurrence() + { + return $this->recurrence; + } + public function setRecurringEventId($recurringEventId) + { + $this->recurringEventId = $recurringEventId; + } + public function getRecurringEventId() + { + return $this->recurringEventId; + } + /** + * @param Google_Service_Calendar_EventReminders + */ + public function setReminders(Google_Service_Calendar_EventReminders $reminders) + { + $this->reminders = $reminders; + } + /** + * @return Google_Service_Calendar_EventReminders + */ + public function getReminders() + { + return $this->reminders; + } + public function setSequence($sequence) + { + $this->sequence = $sequence; + } + public function getSequence() + { + return $this->sequence; + } + /** + * @param Google_Service_Calendar_EventSource + */ + public function setSource(Google_Service_Calendar_EventSource $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Calendar_EventSource + */ + public function getSource() + { + return $this->source; + } + /** + * @param Google_Service_Calendar_EventDateTime + */ + public function setStart(Google_Service_Calendar_EventDateTime $start) + { + $this->start = $start; + } + /** + * @return Google_Service_Calendar_EventDateTime + */ + public function getStart() + { + return $this->start; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } + public function setTransparency($transparency) + { + $this->transparency = $transparency; + } + public function getTransparency() + { + return $this->transparency; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php new file mode 100644 index 000000000..f571e394a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php @@ -0,0 +1,66 @@ +fileId = $fileId; + } + public function getFileId() + { + return $this->fileId; + } + public function setFileUrl($fileUrl) + { + $this->fileUrl = $fileUrl; + } + public function getFileUrl() + { + return $this->fileUrl; + } + public function setIconLink($iconLink) + { + $this->iconLink = $iconLink; + } + public function getIconLink() + { + return $this->iconLink; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttendee.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttendee.php new file mode 100644 index 000000000..b9cfc16d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttendee.php @@ -0,0 +1,111 @@ +additionalGuests = $additionalGuests; + } + public function getAdditionalGuests() + { + return $this->additionalGuests; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } + public function setOrganizer($organizer) + { + $this->organizer = $organizer; + } + public function getOrganizer() + { + return $this->organizer; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setResponseStatus($responseStatus) + { + $this->responseStatus = $responseStatus; + } + public function getResponseStatus() + { + return $this->responseStatus; + } + public function setSelf($self) + { + $this->self = $self; + } + public function getSelf() + { + return $this->self; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventCreator.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventCreator.php new file mode 100644 index 000000000..dbe18332f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventCreator.php @@ -0,0 +1,57 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setSelf($self) + { + $this->self = $self; + } + public function getSelf() + { + return $this->self; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventDateTime.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventDateTime.php new file mode 100644 index 000000000..6458c7630 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventDateTime.php @@ -0,0 +1,48 @@ +date = $date; + } + public function getDate() + { + return $this->date; + } + public function setDateTime($dateTime) + { + $this->dateTime = $dateTime; + } + public function getDateTime() + { + return $this->dateTime; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventExtendedProperties.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventExtendedProperties.php new file mode 100644 index 000000000..fb7e7bfe6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventExtendedProperties.php @@ -0,0 +1,39 @@ +private = $private; + } + public function getPrivate() + { + return $this->private; + } + public function setShared($shared) + { + $this->shared = $shared; + } + public function getShared() + { + return $this->shared; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventGadget.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventGadget.php new file mode 100644 index 000000000..d23741854 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventGadget.php @@ -0,0 +1,93 @@ +display = $display; + } + public function getDisplay() + { + return $this->display; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setIconLink($iconLink) + { + $this->iconLink = $iconLink; + } + public function getIconLink() + { + return $this->iconLink; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setPreferences($preferences) + { + $this->preferences = $preferences; + } + public function getPreferences() + { + return $this->preferences; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventOrganizer.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventOrganizer.php new file mode 100644 index 000000000..a31438610 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventOrganizer.php @@ -0,0 +1,57 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setSelf($self) + { + $this->self = $self; + } + public function getSelf() + { + return $this->self; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminder.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminder.php new file mode 100644 index 000000000..9206ba69d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminder.php @@ -0,0 +1,39 @@ +method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setMinutes($minutes) + { + $this->minutes = $minutes; + } + public function getMinutes() + { + return $this->minutes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminders.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminders.php new file mode 100644 index 000000000..4bfc9320d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventReminders.php @@ -0,0 +1,47 @@ +overrides = $overrides; + } + /** + * @return Google_Service_Calendar_EventReminder + */ + public function getOverrides() + { + return $this->overrides; + } + public function setUseDefault($useDefault) + { + $this->useDefault = $useDefault; + } + public function getUseDefault() + { + return $this->useDefault; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php new file mode 100644 index 000000000..3055636f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php @@ -0,0 +1,39 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Events.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Events.php new file mode 100644 index 000000000..d55c522cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Events.php @@ -0,0 +1,135 @@ +accessRole = $accessRole; + } + public function getAccessRole() + { + return $this->accessRole; + } + /** + * @param Google_Service_Calendar_EventReminder + */ + public function setDefaultReminders($defaultReminders) + { + $this->defaultReminders = $defaultReminders; + } + /** + * @return Google_Service_Calendar_EventReminder + */ + public function getDefaultReminders() + { + return $this->defaultReminders; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Calendar_Event + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Calendar_Event + */ + 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; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php new file mode 100644 index 000000000..513171824 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php @@ -0,0 +1,54 @@ +busy = $busy; + } + /** + * @return Google_Service_Calendar_TimePeriod + */ + public function getBusy() + { + return $this->busy; + } + /** + * @param Google_Service_Calendar_Error + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Calendar_Error + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.php new file mode 100644 index 000000000..2aa5da9d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.php @@ -0,0 +1,47 @@ +calendars = $calendars; + } + public function getCalendars() + { + return $this->calendars; + } + /** + * @param Google_Service_Calendar_Error + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Calendar_Error + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.php new file mode 100644 index 000000000..666de6ea5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.php @@ -0,0 +1,83 @@ +calendarExpansionMax = $calendarExpansionMax; + } + public function getCalendarExpansionMax() + { + return $this->calendarExpansionMax; + } + public function setGroupExpansionMax($groupExpansionMax) + { + $this->groupExpansionMax = $groupExpansionMax; + } + public function getGroupExpansionMax() + { + return $this->groupExpansionMax; + } + /** + * @param Google_Service_Calendar_FreeBusyRequestItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Calendar_FreeBusyRequestItem + */ + public function getItems() + { + return $this->items; + } + public function setTimeMax($timeMax) + { + $this->timeMax = $timeMax; + } + public function getTimeMax() + { + return $this->timeMax; + } + public function setTimeMin($timeMin) + { + $this->timeMin = $timeMin; + } + public function getTimeMin() + { + return $this->timeMin; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php new file mode 100644 index 000000000..85a71d146 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyResponse.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyResponse.php new file mode 100644 index 000000000..906bf4e9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyResponse.php @@ -0,0 +1,80 @@ +calendars = $calendars; + } + /** + * @return Google_Service_Calendar_FreeBusyCalendar + */ + public function getCalendars() + { + return $this->calendars; + } + /** + * @param Google_Service_Calendar_FreeBusyGroup + */ + public function setGroups($groups) + { + $this->groups = $groups; + } + /** + * @return Google_Service_Calendar_FreeBusyGroup + */ + public function getGroups() + { + return $this->groups; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTimeMax($timeMax) + { + $this->timeMax = $timeMax; + } + public function getTimeMax() + { + return $this->timeMax; + } + public function setTimeMin($timeMin) + { + $this->timeMin = $timeMin; + } + public function getTimeMin() + { + return $this->timeMin; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.php new file mode 100644 index 000000000..8d403ba45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.php @@ -0,0 +1,188 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $acl = $calendarService->acl; + * + */ +class Google_Service_Calendar_Resource_Acl extends Google_Service_Resource +{ + /** + * Deletes an access control rule. (acl.delete) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $ruleId ACL rule identifier. + * @param array $optParams Optional parameters. + */ + public function delete($calendarId, $ruleId, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns an access control rule. (acl.get) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $ruleId ACL rule identifier. + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_AclRule + */ + public function get($calendarId, $ruleId, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Calendar_AclRule"); + } + /** + * Creates an access control rule. (acl.insert) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_AclRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool sendNotifications Whether to send notifications about the + * calendar sharing change. Optional. The default is True. + * @return Google_Service_Calendar_AclRule + */ + public function insert($calendarId, Google_Service_Calendar_AclRule $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Calendar_AclRule"); + } + /** + * Returns the rules in the access control list for the calendar. (acl.listAcl) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of entries returned on one result + * page. By default the value is 100 entries. The page size can never be larger + * than 250 entries. Optional. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param bool showDeleted Whether to include deleted ACLs in the result. + * Deleted ACLs are represented by role equal to "none". Deleted ACLs will + * always be included if syncToken is provided. Optional. The default is False. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. All entries deleted since the previous list request will always be in + * the result set and it is not allowed to set showDeleted to False. If the + * syncToken expires, the server will respond with a 410 GONE response code and + * the client should clear its storage and perform a full synchronization + * without any syncToken. Learn more about incremental synchronization. + * Optional. The default is to return all entries. + * @return Google_Service_Calendar_Acl + */ + public function listAcl($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Calendar_Acl"); + } + /** + * Updates an access control rule. This method supports patch semantics. + * (acl.patch) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $ruleId ACL rule identifier. + * @param Google_Service_Calendar_AclRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool sendNotifications Whether to send notifications about the + * calendar sharing change. Note that there are no notifications on access + * removal. Optional. The default is True. + * @return Google_Service_Calendar_AclRule + */ + public function patch($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Calendar_AclRule"); + } + /** + * Updates an access control rule. (acl.update) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $ruleId ACL rule identifier. + * @param Google_Service_Calendar_AclRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool sendNotifications Whether to send notifications about the + * calendar sharing change. Note that there are no notifications on access + * removal. Optional. The default is True. + * @return Google_Service_Calendar_AclRule + */ + public function update($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Calendar_AclRule"); + } + /** + * Watch for changes to ACL resources. (acl.watch) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of entries returned on one result + * page. By default the value is 100 entries. The page size can never be larger + * than 250 entries. Optional. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param bool showDeleted Whether to include deleted ACLs in the result. + * Deleted ACLs are represented by role equal to "none". Deleted ACLs will + * always be included if syncToken is provided. Optional. The default is False. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. All entries deleted since the previous list request will always be in + * the result set and it is not allowed to set showDeleted to False. If the + * syncToken expires, the server will respond with a 410 GONE response code and + * the client should clear its storage and perform a full synchronization + * without any syncToken. Learn more about incremental synchronization. + * Optional. The default is to return all entries. + * @return Google_Service_Calendar_Channel + */ + public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/CalendarList.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/CalendarList.php new file mode 100644 index 000000000..4b0fafcba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/CalendarList.php @@ -0,0 +1,194 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $calendarList = $calendarService->calendarList; + * + */ +class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resource +{ + /** + * Removes a calendar from the user's calendar list. (calendarList.delete) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + */ + public function delete($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns a calendar from the user's calendar list. (calendarList.get) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_CalendarListEntry + */ + public function get($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Calendar_CalendarListEntry"); + } + /** + * Inserts an existing calendar into the user's calendar list. + * (calendarList.insert) + * + * @param Google_Service_Calendar_CalendarListEntry $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool colorRgbFormat Whether to use the foregroundColor and + * backgroundColor fields to write the calendar colors (RGB). If this feature is + * used, the index-based colorId field will be set to the best matching option + * automatically. Optional. The default is False. + * @return Google_Service_Calendar_CalendarListEntry + */ + public function insert(Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Calendar_CalendarListEntry"); + } + /** + * Returns the calendars on the user's calendar list. + * (calendarList.listCalendarList) + * + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of entries returned on one result + * page. By default the value is 100 entries. The page size can never be larger + * than 250 entries. Optional. + * @opt_param string minAccessRole The minimum access role for the user in the + * returned entries. Optional. The default is no restriction. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param bool showDeleted Whether to include deleted calendar list entries + * in the result. Optional. The default is False. + * @opt_param bool showHidden Whether to show hidden entries. Optional. The + * default is False. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. If only read-only fields such as calendar properties or ACLs have + * changed, the entry won't be returned. All entries deleted and hidden since + * the previous list request will always be in the result set and it is not + * allowed to set showDeleted neither showHidden to False. To ensure client + * state consistency minAccessRole query parameter cannot be specified together + * with nextSyncToken. If the syncToken expires, the server will respond with a + * 410 GONE response code and the client should clear its storage and perform a + * full synchronization without any syncToken. Learn more about incremental + * synchronization. Optional. The default is to return all entries. + * @return Google_Service_Calendar_CalendarList + */ + public function listCalendarList($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Calendar_CalendarList"); + } + /** + * Updates an existing calendar on the user's calendar list. This method + * supports patch semantics. (calendarList.patch) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_CalendarListEntry $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool colorRgbFormat Whether to use the foregroundColor and + * backgroundColor fields to write the calendar colors (RGB). If this feature is + * used, the index-based colorId field will be set to the best matching option + * automatically. Optional. The default is False. + * @return Google_Service_Calendar_CalendarListEntry + */ + public function patch($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Calendar_CalendarListEntry"); + } + /** + * Updates an existing calendar on the user's calendar list. + * (calendarList.update) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_CalendarListEntry $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool colorRgbFormat Whether to use the foregroundColor and + * backgroundColor fields to write the calendar colors (RGB). If this feature is + * used, the index-based colorId field will be set to the best matching option + * automatically. Optional. The default is False. + * @return Google_Service_Calendar_CalendarListEntry + */ + public function update($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Calendar_CalendarListEntry"); + } + /** + * Watch for changes to CalendarList resources. (calendarList.watch) + * + * @param Google_Service_Calendar_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of entries returned on one result + * page. By default the value is 100 entries. The page size can never be larger + * than 250 entries. Optional. + * @opt_param string minAccessRole The minimum access role for the user in the + * returned entries. Optional. The default is no restriction. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param bool showDeleted Whether to include deleted calendar list entries + * in the result. Optional. The default is False. + * @opt_param bool showHidden Whether to show hidden entries. Optional. The + * default is False. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. If only read-only fields such as calendar properties or ACLs have + * changed, the entry won't be returned. All entries deleted and hidden since + * the previous list request will always be in the result set and it is not + * allowed to set showDeleted neither showHidden to False. To ensure client + * state consistency minAccessRole query parameter cannot be specified together + * with nextSyncToken. If the syncToken expires, the server will respond with a + * 410 GONE response code and the client should clear its storage and perform a + * full synchronization without any syncToken. Learn more about incremental + * synchronization. Optional. The default is to return all entries. + * @return Google_Service_Calendar_Channel + */ + public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Calendars.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Calendars.php new file mode 100644 index 000000000..e38c6ee28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Calendars.php @@ -0,0 +1,119 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $calendars = $calendarService->calendars; + * + */ +class Google_Service_Calendar_Resource_Calendars extends Google_Service_Resource +{ + /** + * Clears a primary calendar. This operation deletes all events associated with + * the primary calendar of an account. (calendars.clear) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + */ + public function clear($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('clear', array($params)); + } + /** + * Deletes a secondary calendar. Use calendars.clear for clearing all events on + * primary calendars. (calendars.delete) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + */ + public function delete($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns metadata for a calendar. (calendars.get) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_Calendar + */ + public function get($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Calendar_Calendar"); + } + /** + * Creates a secondary calendar. (calendars.insert) + * + * @param Google_Service_Calendar_Calendar $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_Calendar + */ + public function insert(Google_Service_Calendar_Calendar $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Calendar_Calendar"); + } + /** + * Updates metadata for a calendar. This method supports patch semantics. + * (calendars.patch) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_Calendar $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_Calendar + */ + public function patch($calendarId, Google_Service_Calendar_Calendar $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Calendar_Calendar"); + } + /** + * Updates metadata for a calendar. (calendars.update) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_Calendar $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_Calendar + */ + public function update($calendarId, Google_Service_Calendar_Calendar $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Calendar_Calendar"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Channels.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Channels.php new file mode 100644 index 000000000..10edfe8eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Channels.php @@ -0,0 +1,40 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $channels = $calendarService->channels; + * + */ +class Google_Service_Calendar_Resource_Channels extends Google_Service_Resource +{ + /** + * Stop watching resources through this channel (channels.stop) + * + * @param Google_Service_Calendar_Channel $postBody + * @param array $optParams Optional parameters. + */ + public function stop(Google_Service_Calendar_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Colors.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Colors.php new file mode 100644 index 000000000..1c31eb88b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Colors.php @@ -0,0 +1,40 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $colors = $calendarService->colors; + * + */ +class Google_Service_Calendar_Resource_Colors extends Google_Service_Resource +{ + /** + * Returns the color definitions for calendars and events. (colors.get) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_Colors + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Calendar_Colors"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Events.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Events.php new file mode 100644 index 000000000..7d1e3b75a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Events.php @@ -0,0 +1,495 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $events = $calendarService->events; + * + */ +class Google_Service_Calendar_Resource_Events extends Google_Service_Resource +{ + /** + * Deletes an event. (events.delete) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $eventId Event identifier. + * @param array $optParams Optional parameters. + * + * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. + * + * Whether to send notifications about the deletion of the event. Note that some + * emails might still be sent even if you set the value to false. The default is + * false. + * @opt_param string sendUpdates Guests who should receive notifications about + * the deletion of the event. + */ + public function delete($calendarId, $eventId, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'eventId' => $eventId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns an event. (events.get) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $eventId Event identifier. + * @param array $optParams Optional parameters. + * + * @opt_param bool alwaysIncludeEmail Whether to always include a value in the + * email field for the organizer, creator and attendees, even if no real email + * is available (i.e. a generated, non-working value will be provided). The use + * of this option is discouraged and should only be used by clients which cannot + * handle the absence of an email address value in the mentioned places. + * Optional. The default is False. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param string timeZone Time zone used in the response. Optional. The + * default is the time zone of the calendar. + * @return Google_Service_Calendar_Event + */ + public function get($calendarId, $eventId, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'eventId' => $eventId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Calendar_Event"); + } + /** + * Imports an event. This operation is used to add a private copy of an existing + * event to a calendar. (events.import) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_Event $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int conferenceDataVersion Version number of conference data + * supported by the API client. Version 0 assumes no conference data support and + * ignores conference data in the event's body. Version 1 enables support for + * copying of ConferenceData as well as for creating new conferences using the + * createRequest field of conferenceData. The default is 0. + * @opt_param bool supportsAttachments Whether API client performing operation + * supports event attachments. Optional. The default is False. + * @return Google_Service_Calendar_Event + */ + public function import($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_Calendar_Event"); + } + /** + * Creates an event. (events.insert) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_Event $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int conferenceDataVersion Version number of conference data + * supported by the API client. Version 0 assumes no conference data support and + * ignores conference data in the event's body. Version 1 enables support for + * copying of ConferenceData as well as for creating new conferences using the + * createRequest field of conferenceData. The default is 0. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. + * + * Whether to send notifications about the creation of the new event. Note that + * some emails might still be sent even if you set the value to false. The + * default is false. + * @opt_param string sendUpdates Whether to send notifications about the + * creation of the new event. Note that some emails might still be sent. The + * default is false. + * @opt_param bool supportsAttachments Whether API client performing operation + * supports event attachments. Optional. The default is False. + * @return Google_Service_Calendar_Event + */ + public function insert($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Calendar_Event"); + } + /** + * Returns instances of the specified recurring event. (events.instances) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $eventId Recurring event identifier. + * @param array $optParams Optional parameters. + * + * @opt_param bool alwaysIncludeEmail Whether to always include a value in the + * email field for the organizer, creator and attendees, even if no real email + * is available (i.e. a generated, non-working value will be provided). The use + * of this option is discouraged and should only be used by clients which cannot + * handle the absence of an email address value in the mentioned places. + * Optional. The default is False. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param int maxResults Maximum number of events returned on one result + * page. By default the value is 250 events. The page size can never be larger + * than 2500 events. Optional. + * @opt_param string originalStart The original start time of the instance in + * the result. Optional. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param bool showDeleted Whether to include deleted events (with status + * equals "cancelled") in the result. Cancelled instances of recurring events + * will still be included if singleEvents is False. Optional. The default is + * False. + * @opt_param string timeMax Upper bound (exclusive) for an event's start time + * to filter by. Optional. The default is not to filter by start time. Must be + * an RFC3339 timestamp with mandatory time zone offset. + * @opt_param string timeMin Lower bound (inclusive) for an event's end time to + * filter by. Optional. The default is not to filter by end time. Must be an + * RFC3339 timestamp with mandatory time zone offset. + * @opt_param string timeZone Time zone used in the response. Optional. The + * default is the time zone of the calendar. + * @return Google_Service_Calendar_Events + */ + public function instances($calendarId, $eventId, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'eventId' => $eventId); + $params = array_merge($params, $optParams); + return $this->call('instances', array($params), "Google_Service_Calendar_Events"); + } + /** + * Returns events on the specified calendar. (events.listEvents) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param array $optParams Optional parameters. + * + * @opt_param bool alwaysIncludeEmail Whether to always include a value in the + * email field for the organizer, creator and attendees, even if no real email + * is available (i.e. a generated, non-working value will be provided). The use + * of this option is discouraged and should only be used by clients which cannot + * handle the absence of an email address value in the mentioned places. + * Optional. The default is False. + * @opt_param string iCalUID Specifies event ID in the iCalendar format to be + * included in the response. Optional. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param int maxResults Maximum number of events returned on one result + * page. The number of events in the resulting page may be less than this value, + * or none at all, even if there are more events matching the query. Incomplete + * pages can be detected by a non-empty nextPageToken field in the response. By + * default the value is 250 events. The page size can never be larger than 2500 + * events. Optional. + * @opt_param string orderBy The order of the events returned in the result. + * Optional. The default is an unspecified, stable order. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param string privateExtendedProperty Extended properties constraint + * specified as propertyName=value. Matches only private properties. This + * parameter might be repeated multiple times to return events that match all + * given constraints. + * @opt_param string q Free text search terms to find events that match these + * terms in any field, except for extended properties. Optional. + * @opt_param string sharedExtendedProperty Extended properties constraint + * specified as propertyName=value. Matches only shared properties. This + * parameter might be repeated multiple times to return events that match all + * given constraints. + * @opt_param bool showDeleted Whether to include deleted events (with status + * equals "cancelled") in the result. Cancelled instances of recurring events + * (but not the underlying recurring event) will still be included if + * showDeleted and singleEvents are both False. If showDeleted and singleEvents + * are both True, only single instances of deleted events (but not the + * underlying recurring events) are returned. Optional. The default is False. + * @opt_param bool showHiddenInvitations Whether to include hidden invitations + * in the result. Optional. The default is False. + * @opt_param bool singleEvents Whether to expand recurring events into + * instances and only return single one-off events and instances of recurring + * events, but not the underlying recurring events themselves. Optional. The + * default is False. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. All events deleted since the previous list request will always be in + * the result set and it is not allowed to set showDeleted to False. There are + * several query parameters that cannot be specified together with nextSyncToken + * to ensure consistency of the client state. + * + * These are: - iCalUID - orderBy - privateExtendedProperty - q - + * sharedExtendedProperty - timeMin - timeMax - updatedMin If the syncToken + * expires, the server will respond with a 410 GONE response code and the client + * should clear its storage and perform a full synchronization without any + * syncToken. Learn more about incremental synchronization. Optional. The + * default is to return all entries. + * @opt_param string timeMax Upper bound (exclusive) for an event's start time + * to filter by. Optional. The default is not to filter by start time. Must be + * an RFC3339 timestamp with mandatory time zone offset, for example, + * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided + * but are ignored. If timeMin is set, timeMax must be greater than timeMin. + * @opt_param string timeMin Lower bound (exclusive) for an event's end time to + * filter by. Optional. The default is not to filter by end time. Must be an + * RFC3339 timestamp with mandatory time zone offset, for example, + * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided + * but are ignored. If timeMax is set, timeMin must be smaller than timeMax. + * @opt_param string timeZone Time zone used in the response. Optional. The + * default is the time zone of the calendar. + * @opt_param string updatedMin Lower bound for an event's last modification + * time (as a RFC3339 timestamp) to filter by. When specified, entries deleted + * since this time will always be included regardless of showDeleted. Optional. + * The default is not to filter by last modification time. + * @return Google_Service_Calendar_Events + */ + public function listEvents($calendarId, $optParams = array()) + { + $params = array('calendarId' => $calendarId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Calendar_Events"); + } + /** + * Moves an event to another calendar, i.e. changes an event's organizer. + * (events.move) + * + * @param string $calendarId Calendar identifier of the source calendar where + * the event currently is on. + * @param string $eventId Event identifier. + * @param string $destination Calendar identifier of the target calendar where + * the event is to be moved to. + * @param array $optParams Optional parameters. + * + * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. + * + * Whether to send notifications about the change of the event's organizer. Note + * that some emails might still be sent even if you set the value to false. The + * default is false. + * @opt_param string sendUpdates Guests who should receive notifications about + * the change of the event's organizer. + * @return Google_Service_Calendar_Event + */ + public function move($calendarId, $eventId, $destination, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination); + $params = array_merge($params, $optParams); + return $this->call('move', array($params), "Google_Service_Calendar_Event"); + } + /** + * Updates an event. This method supports patch semantics. (events.patch) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $eventId Event identifier. + * @param Google_Service_Calendar_Event $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool alwaysIncludeEmail Whether to always include a value in the + * email field for the organizer, creator and attendees, even if no real email + * is available (i.e. a generated, non-working value will be provided). The use + * of this option is discouraged and should only be used by clients which cannot + * handle the absence of an email address value in the mentioned places. + * Optional. The default is False. + * @opt_param int conferenceDataVersion Version number of conference data + * supported by the API client. Version 0 assumes no conference data support and + * ignores conference data in the event's body. Version 1 enables support for + * copying of ConferenceData as well as for creating new conferences using the + * createRequest field of conferenceData. The default is 0. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. + * + * Whether to send notifications about the event update (for example, + * description changes, etc.). Note that some emails might still be sent even if + * you set the value to false. The default is false. + * @opt_param string sendUpdates Guests who should receive notifications about + * the event update (for example, title changes, etc.). + * @opt_param bool supportsAttachments Whether API client performing operation + * supports event attachments. Optional. The default is False. + * @return Google_Service_Calendar_Event + */ + public function patch($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Calendar_Event"); + } + /** + * Creates an event based on a simple text string. (events.quickAdd) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $text The text describing the event to be created. + * @param array $optParams Optional parameters. + * + * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. + * + * Whether to send notifications about the creation of the event. Note that some + * emails might still be sent even if you set the value to false. The default is + * false. + * @opt_param string sendUpdates Guests who should receive notifications about + * the creation of the new event. + * @return Google_Service_Calendar_Event + */ + public function quickAdd($calendarId, $text, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'text' => $text); + $params = array_merge($params, $optParams); + return $this->call('quickAdd', array($params), "Google_Service_Calendar_Event"); + } + /** + * Updates an event. (events.update) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param string $eventId Event identifier. + * @param Google_Service_Calendar_Event $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool alwaysIncludeEmail Whether to always include a value in the + * email field for the organizer, creator and attendees, even if no real email + * is available (i.e. a generated, non-working value will be provided). The use + * of this option is discouraged and should only be used by clients which cannot + * handle the absence of an email address value in the mentioned places. + * Optional. The default is False. + * @opt_param int conferenceDataVersion Version number of conference data + * supported by the API client. Version 0 assumes no conference data support and + * ignores conference data in the event's body. Version 1 enables support for + * copying of ConferenceData as well as for creating new conferences using the + * createRequest field of conferenceData. The default is 0. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead. + * + * Whether to send notifications about the event update (for example, + * description changes, etc.). Note that some emails might still be sent even if + * you set the value to false. The default is false. + * @opt_param string sendUpdates Guests who should receive notifications about + * the event update (for example, title changes, etc.). + * @opt_param bool supportsAttachments Whether API client performing operation + * supports event attachments. Optional. The default is False. + * @return Google_Service_Calendar_Event + */ + public function update($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Calendar_Event"); + } + /** + * Watch for changes to Events resources. (events.watch) + * + * @param string $calendarId Calendar identifier. To retrieve calendar IDs call + * the calendarList.list method. If you want to access the primary calendar of + * the currently logged in user, use the "primary" keyword. + * @param Google_Service_Calendar_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool alwaysIncludeEmail Whether to always include a value in the + * email field for the organizer, creator and attendees, even if no real email + * is available (i.e. a generated, non-working value will be provided). The use + * of this option is discouraged and should only be used by clients which cannot + * handle the absence of an email address value in the mentioned places. + * Optional. The default is False. + * @opt_param string iCalUID Specifies event ID in the iCalendar format to be + * included in the response. Optional. + * @opt_param int maxAttendees The maximum number of attendees to include in the + * response. If there are more than the specified number of attendees, only the + * participant is returned. Optional. + * @opt_param int maxResults Maximum number of events returned on one result + * page. The number of events in the resulting page may be less than this value, + * or none at all, even if there are more events matching the query. Incomplete + * pages can be detected by a non-empty nextPageToken field in the response. By + * default the value is 250 events. The page size can never be larger than 2500 + * events. Optional. + * @opt_param string orderBy The order of the events returned in the result. + * Optional. The default is an unspecified, stable order. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param string privateExtendedProperty Extended properties constraint + * specified as propertyName=value. Matches only private properties. This + * parameter might be repeated multiple times to return events that match all + * given constraints. + * @opt_param string q Free text search terms to find events that match these + * terms in any field, except for extended properties. Optional. + * @opt_param string sharedExtendedProperty Extended properties constraint + * specified as propertyName=value. Matches only shared properties. This + * parameter might be repeated multiple times to return events that match all + * given constraints. + * @opt_param bool showDeleted Whether to include deleted events (with status + * equals "cancelled") in the result. Cancelled instances of recurring events + * (but not the underlying recurring event) will still be included if + * showDeleted and singleEvents are both False. If showDeleted and singleEvents + * are both True, only single instances of deleted events (but not the + * underlying recurring events) are returned. Optional. The default is False. + * @opt_param bool showHiddenInvitations Whether to include hidden invitations + * in the result. Optional. The default is False. + * @opt_param bool singleEvents Whether to expand recurring events into + * instances and only return single one-off events and instances of recurring + * events, but not the underlying recurring events themselves. Optional. The + * default is False. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. All events deleted since the previous list request will always be in + * the result set and it is not allowed to set showDeleted to False. There are + * several query parameters that cannot be specified together with nextSyncToken + * to ensure consistency of the client state. + * + * These are: - iCalUID - orderBy - privateExtendedProperty - q - + * sharedExtendedProperty - timeMin - timeMax - updatedMin If the syncToken + * expires, the server will respond with a 410 GONE response code and the client + * should clear its storage and perform a full synchronization without any + * syncToken. Learn more about incremental synchronization. Optional. The + * default is to return all entries. + * @opt_param string timeMax Upper bound (exclusive) for an event's start time + * to filter by. Optional. The default is not to filter by start time. Must be + * an RFC3339 timestamp with mandatory time zone offset, for example, + * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided + * but are ignored. If timeMin is set, timeMax must be greater than timeMin. + * @opt_param string timeMin Lower bound (exclusive) for an event's end time to + * filter by. Optional. The default is not to filter by end time. Must be an + * RFC3339 timestamp with mandatory time zone offset, for example, + * 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided + * but are ignored. If timeMax is set, timeMin must be smaller than timeMax. + * @opt_param string timeZone Time zone used in the response. Optional. The + * default is the time zone of the calendar. + * @opt_param string updatedMin Lower bound for an event's last modification + * time (as a RFC3339 timestamp) to filter by. When specified, entries deleted + * since this time will always be included regardless of showDeleted. Optional. + * The default is not to filter by last modification time. + * @return Google_Service_Calendar_Channel + */ + public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array()) + { + $params = array('calendarId' => $calendarId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Freebusy.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Freebusy.php new file mode 100644 index 000000000..196b7e37b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Freebusy.php @@ -0,0 +1,41 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $freebusy = $calendarService->freebusy; + * + */ +class Google_Service_Calendar_Resource_Freebusy extends Google_Service_Resource +{ + /** + * Returns free/busy information for a set of calendars. (freebusy.query) + * + * @param Google_Service_Calendar_FreeBusyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_FreeBusyResponse + */ + public function query(Google_Service_Calendar_FreeBusyRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_Calendar_FreeBusyResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Settings.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Settings.php new file mode 100644 index 000000000..ff94e856c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Settings.php @@ -0,0 +1,92 @@ + + * $calendarService = new Google_Service_Calendar(...); + * $settings = $calendarService->settings; + * + */ +class Google_Service_Calendar_Resource_Settings extends Google_Service_Resource +{ + /** + * Returns a single user setting. (settings.get) + * + * @param string $setting The id of the user setting. + * @param array $optParams Optional parameters. + * @return Google_Service_Calendar_Setting + */ + public function get($setting, $optParams = array()) + { + $params = array('setting' => $setting); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Calendar_Setting"); + } + /** + * Returns all user settings for the authenticated user. (settings.listSettings) + * + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of entries returned on one result + * page. By default the value is 100 entries. The page size can never be larger + * than 250 entries. Optional. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. If the syncToken expires, the server will respond with a 410 GONE + * response code and the client should clear its storage and perform a full + * synchronization without any syncToken. Learn more about incremental + * synchronization. Optional. The default is to return all entries. + * @return Google_Service_Calendar_Settings + */ + public function listSettings($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Calendar_Settings"); + } + /** + * Watch for changes to Settings resources. (settings.watch) + * + * @param Google_Service_Calendar_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of entries returned on one result + * page. By default the value is 100 entries. The page size can never be larger + * than 250 entries. Optional. + * @opt_param string pageToken Token specifying which result page to return. + * Optional. + * @opt_param string syncToken Token obtained from the nextSyncToken field + * returned on the last page of results from the previous list request. It makes + * the result of this list request contain only entries that have changed since + * then. If the syncToken expires, the server will respond with a 410 GONE + * response code and the client should clear its storage and perform a full + * synchronization without any syncToken. Learn more about incremental + * synchronization. Optional. The default is to return all entries. + * @return Google_Service_Calendar_Channel + */ + public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Calendar_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Setting.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Setting.php new file mode 100644 index 000000000..1c666f14d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Setting.php @@ -0,0 +1,57 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Settings.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Settings.php new file mode 100644 index 000000000..96185d6a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Settings.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Calendar_Setting + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Calendar_Setting + */ + 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; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php new file mode 100644 index 000000000..d7dc8125c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php @@ -0,0 +1,39 @@ +end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore.php new file mode 100644 index 000000000..48a8a0d5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore.php @@ -0,0 +1,247 @@ + + * Lets you access to data about apps and extensions, as well as manage them. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Chromewebstore extends Google_Service +{ + /** View your Chrome Web Store apps and extensions. */ + const CHROMEWEBSTORE_READONLY = + "https://www.googleapis.com/auth/chromewebstore.readonly"; + + public $inAppProducts; + public $items; + public $licenses; + public $payments; + + /** + * Constructs the internal representation of the Chromewebstore service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'chromewebstore/v1.1/'; + $this->version = 'v1.1'; + $this->serviceName = 'chromewebstore'; + + $this->inAppProducts = new Google_Service_Chromewebstore_Resource_InAppProducts( + $this, + $this->serviceName, + 'inAppProducts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'items/{itemId}/skus/{sku}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sku' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'gl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'items/{itemId}/skus', + 'httpMethod' => 'GET', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'gl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->items = new Google_Service_Chromewebstore_Resource_Items( + $this, + $this->serviceName, + 'items', + array( + 'methods' => array( + 'get' => array( + 'path' => 'items/{itemId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'items', + 'httpMethod' => 'POST', + 'parameters' => array( + 'publisherEmail' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'items/{itemId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'publish' => array( + 'path' => 'items/{itemId}/publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployPercentage' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'publishTarget' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'items/{itemId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->licenses = new Google_Service_Chromewebstore_Resource_Licenses( + $this, + $this->serviceName, + 'licenses', + array( + 'methods' => array( + 'get' => array( + 'path' => 'licenses/{appId}/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getUserLicense' => array( + 'path' => 'userlicenses/{appId}', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->payments = new Google_Service_Chromewebstore_Resource_Payments( + $this, + $this->serviceName, + 'payments', + array( + 'methods' => array( + 'buy' => array( + 'path' => 'payments/buy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'items/{itemId}/skus/{sku}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sku' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'items/{itemId}/payments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProduct.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProduct.php new file mode 100644 index 000000000..288317f6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProduct.php @@ -0,0 +1,90 @@ + "item_id", + ); + public $itemId; + public $kind; + protected $localeDataType = 'Google_Service_Chromewebstore_InAppProductLocaleData'; + protected $localeDataDataType = 'array'; + protected $pricesType = 'Google_Service_Chromewebstore_InAppProductPrices'; + protected $pricesDataType = 'array'; + public $sku; + public $state; + public $type; + + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocaleData($localeData) + { + $this->localeData = $localeData; + } + public function getLocaleData() + { + return $this->localeData; + } + public function setPrices($prices) + { + $this->prices = $prices; + } + public function getPrices() + { + return $this->prices; + } + public function setSku($sku) + { + $this->sku = $sku; + } + public function getSku() + { + return $this->sku; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductList.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductList.php new file mode 100644 index 000000000..5423e50c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductList.php @@ -0,0 +1,41 @@ +inAppProducts = $inAppProducts; + } + public function getInAppProducts() + { + return $this->inAppProducts; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductLocaleData.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductLocaleData.php new file mode 100644 index 000000000..c7fe4e82b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductLocaleData.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductPrices.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductPrices.php new file mode 100644 index 000000000..921956312 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/InAppProductPrices.php @@ -0,0 +1,48 @@ +currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setValueMicros($valueMicros) + { + $this->valueMicros = $valueMicros; + } + public function getValueMicros() + { + return $this->valueMicros; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Item.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Item.php new file mode 100644 index 000000000..d6db59c91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Item.php @@ -0,0 +1,106 @@ + "item_id", + ); + public $crxVersion; + public $id; + public $itemError; + public $itemId; + public $kind; + public $publicKey; + public $status; + public $statusDetail; + public $uploadState; + + public function setCrxVersion($crxVersion) + { + $this->crxVersion = $crxVersion; + } + public function getCrxVersion() + { + return $this->crxVersion; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setItemError($itemError) + { + $this->itemError = $itemError; + } + public function getItemError() + { + return $this->itemError; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPublicKey($publicKey) + { + $this->publicKey = $publicKey; + } + public function getPublicKey() + { + return $this->publicKey; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + public function setUploadState($uploadState) + { + $this->uploadState = $uploadState; + } + public function getUploadState() + { + return $this->uploadState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Jwt.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Jwt.php new file mode 100644 index 000000000..75fe3c9f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Jwt.php @@ -0,0 +1,57 @@ +jwt = $jwt; + } + public function getJwt() + { + return $this->jwt; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPaymentData($paymentData) + { + $this->paymentData = $paymentData; + } + public function getPaymentData() + { + return $this->paymentData; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/License.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/License.php new file mode 100644 index 000000000..7954d44f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/License.php @@ -0,0 +1,84 @@ +accessLevel = $accessLevel; + } + public function getAccessLevel() + { + return $this->accessLevel; + } + public function setAppId($appId) + { + $this->appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + 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 setMaxAgeSecs($maxAgeSecs) + { + $this->maxAgeSecs = $maxAgeSecs; + } + public function getMaxAgeSecs() + { + return $this->maxAgeSecs; + } + public function setResult($result) + { + $this->result = $result; + } + public function getResult() + { + return $this->result; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsBuyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsBuyRequest.php new file mode 100644 index 000000000..f15c1bb7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsBuyRequest.php @@ -0,0 +1,66 @@ +gl = $gl; + } + public function getGl() + { + return $this->gl; + } + public function setHl($hl) + { + $this->hl = $hl; + } + public function getHl() + { + return $this->hl; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setPaymentVersion($paymentVersion) + { + $this->paymentVersion = $paymentVersion; + } + public function getPaymentVersion() + { + return $this->paymentVersion; + } + public function setSku($sku) + { + $this->sku = $sku; + } + public function getSku() + { + return $this->sku; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsDeleteResponse.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsDeleteResponse.php new file mode 100644 index 000000000..bff40373e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsDeleteResponse.php @@ -0,0 +1,30 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsListResponseItems.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsListResponseItems.php new file mode 100644 index 000000000..21f9ebfad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PaymentsListResponseItems.php @@ -0,0 +1,84 @@ +createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPaymentData($paymentData) + { + $this->paymentData = $paymentData; + } + public function getPaymentData() + { + return $this->paymentData; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } + public function setSku($sku) + { + $this->sku = $sku; + } + public function getSku() + { + return $this->sku; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PublishRequest.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PublishRequest.php new file mode 100644 index 000000000..336058022 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/PublishRequest.php @@ -0,0 +1,39 @@ +deployPercentage = $deployPercentage; + } + public function getDeployPercentage() + { + return $this->deployPercentage; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/InAppProducts.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/InAppProducts.php new file mode 100644 index 000000000..008df903c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/InAppProducts.php @@ -0,0 +1,68 @@ + + * $chromewebstoreService = new Google_Service_Chromewebstore(...); + * $inAppProducts = $chromewebstoreService->inAppProducts; + * + */ +class Google_Service_Chromewebstore_Resource_InAppProducts extends Google_Service_Resource +{ + /** + * Gets the in-app product information of an item. (inAppProducts.get) + * + * @param string $itemId The ID of the item to query for in-app products. + * @param string $sku The in-app product ID. + * @param array $optParams Optional parameters. + * + * @opt_param string gl Specifies the region code of the in-app product when + * projection is THIN. + * @opt_param string hl Specifies the language code of the in-app product when + * projection is THIN. + * @opt_param string projection Whether to return a subset of the result + * @return Google_Service_Chromewebstore_InAppProduct + */ + public function get($itemId, $sku, $optParams = array()) + { + $params = array('itemId' => $itemId, 'sku' => $sku); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Chromewebstore_InAppProduct"); + } + /** + * Lists the in-app product information of an item. + * (inAppProducts.listInAppProducts) + * + * @param string $itemId The ID of the item to query for in-app products. + * @param array $optParams Optional parameters. + * + * @opt_param string gl Specifies the region code of the in-app product when + * projection is THIN. + * @opt_param string hl Specifies the language code of the in-app product when + * projection is THIN. + * @opt_param string projection Whether to return a subset of the result + * @return Google_Service_Chromewebstore_InAppProductList + */ + public function listInAppProducts($itemId, $optParams = array()) + { + $params = array('itemId' => $itemId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Chromewebstore_InAppProductList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Items.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Items.php new file mode 100644 index 000000000..c9f69e4df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Items.php @@ -0,0 +1,109 @@ + + * $chromewebstoreService = new Google_Service_Chromewebstore(...); + * $items = $chromewebstoreService->items; + * + */ +class Google_Service_Chromewebstore_Resource_Items extends Google_Service_Resource +{ + /** + * Gets your own Chrome Web Store item. (items.get) + * + * @param string $itemId Unique identifier representing the Chrome App, Chrome + * Extension, or the Chrome Theme. + * @param array $optParams Optional parameters. + * + * @opt_param string projection Determines which subset of the item information + * to return. + * @return Google_Service_Chromewebstore_Item + */ + public function get($itemId, $optParams = array()) + { + $params = array('itemId' => $itemId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Chromewebstore_Item"); + } + /** + * Inserts a new item. (items.insert) + * + * @param array $optParams Optional parameters. + * + * @opt_param string publisherEmail The email of the publisher who owns the + * items. Defaults to the caller's email address. + * @return Google_Service_Chromewebstore_Item + */ + public function insert($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Chromewebstore_Item"); + } + /** + * Updates an existing item. This method supports patch semantics. (items.patch) + * + * @param string $itemId The ID of the item to upload. + * @param Google_Service_Chromewebstore_Item $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Chromewebstore_Item + */ + public function patch($itemId, Google_Service_Chromewebstore_Item $postBody, $optParams = array()) + { + $params = array('itemId' => $itemId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Chromewebstore_Item"); + } + /** + * Publishes an item. (items.publish) + * + * @param string $itemId The ID of the item to publish. + * @param Google_Service_Chromewebstore_PublishRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int deployPercentage The deploy percentage you want to set for + * your item. Valid values are [0, 100]. If set to any number less than 100, + * only that many percentage of users will be allowed to get the update. + * @opt_param string publishTarget Provide defined publishTarget in URL (case + * sensitive): publishTarget="trustedTesters" or publishTarget="default". + * Defaults to publishTarget="default". + * @return Google_Service_Chromewebstore_Item + */ + public function publish($itemId, Google_Service_Chromewebstore_PublishRequest $postBody, $optParams = array()) + { + $params = array('itemId' => $itemId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('publish', array($params), "Google_Service_Chromewebstore_Item"); + } + /** + * Updates an existing item. (items.update) + * + * @param string $itemId The ID of the item to upload. + * @param Google_Service_Chromewebstore_Item $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Chromewebstore_Item + */ + public function update($itemId, Google_Service_Chromewebstore_Item $postBody, $optParams = array()) + { + $params = array('itemId' => $itemId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Chromewebstore_Item"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Licenses.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Licenses.php new file mode 100644 index 000000000..46b00e35e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Licenses.php @@ -0,0 +1,52 @@ + + * $chromewebstoreService = new Google_Service_Chromewebstore(...); + * $licenses = $chromewebstoreService->licenses; + * + */ +class Google_Service_Chromewebstore_Resource_Licenses extends Google_Service_Resource +{ + /** + * Gets the licenses for Chrome hosted apps. (licenses.get) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Chromewebstore_License + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Chromewebstore_License"); + } + /** + * Gets the licenses for Chrome packaged apps. (licenses.getUserLicense) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Chromewebstore_UserLicense + */ + public function getUserLicense($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getUserLicense', array($params), "Google_Service_Chromewebstore_UserLicense"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Payments.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Payments.php new file mode 100644 index 000000000..b07131a14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/Resource/Payments.php @@ -0,0 +1,73 @@ + + * $chromewebstoreService = new Google_Service_Chromewebstore(...); + * $payments = $chromewebstoreService->payments; + * + */ +class Google_Service_Chromewebstore_Resource_Payments extends Google_Service_Resource +{ + /** + * Inserts a cart and returns the JWT. (payments.buy) + * + * @param Google_Service_Chromewebstore_PaymentsBuyRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projection Whether to return Play Store fields or just the + * JWT. + * @return Google_Service_Chromewebstore_Jwt + */ + public function buy(Google_Service_Chromewebstore_PaymentsBuyRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('buy', array($params), "Google_Service_Chromewebstore_Jwt"); + } + /** + * Consumes the in-app product for the user. (payments.delete) + * + * @param string $itemId The ID of the item to consume the in-app product. + * @param string $sku The in-app product ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Chromewebstore_PaymentsDeleteResponse + */ + public function delete($itemId, $sku, $optParams = array()) + { + $params = array('itemId' => $itemId, 'sku' => $sku); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Chromewebstore_PaymentsDeleteResponse"); + } + /** + * Lists the in-app products that the user has purchased. + * (payments.listPayments) + * + * @param array $optParams Optional parameters. + * + * @opt_param string projection Whether to return all fields or a subset. + * @return Google_Service_Chromewebstore_PaymentsListResponse + */ + public function listPayments($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Chromewebstore_PaymentsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/UserLicense.php b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/UserLicense.php new file mode 100644 index 000000000..a1fce5ca0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Chromewebstore/UserLicense.php @@ -0,0 +1,75 @@ +accessLevel = $accessLevel; + } + public function getAccessLevel() + { + return $this->accessLevel; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxAgeSecs($maxAgeSecs) + { + $this->maxAgeSecs = $maxAgeSecs; + } + public function getMaxAgeSecs() + { + return $this->maxAgeSecs; + } + public function setResult($result) + { + $this->result = $result; + } + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih.php b/vendor/google/apiclient-services/src/Google/Service/Cih.php new file mode 100644 index 000000000..bcd16cba8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih.php @@ -0,0 +1,207 @@ + + * Retrieving customer interactions API. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Cih extends Google_Service +{ + + + public $associatedEmails; + public $userInteractions; + + /** + * Constructs the internal representation of the Cih service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'cih/v3/'; + $this->version = 'v3'; + $this->serviceName = 'cih'; + + $this->associatedEmails = new Google_Service_Cih_Resource_AssociatedEmails( + $this, + $this->serviceName, + 'associatedEmails', + array( + 'methods' => array( + 'create' => array( + 'path' => 'associatedEmails/insert/{customerId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'associatedEmails/delete/{customerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'emailAddress' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'operator' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->userInteractions = new Google_Service_Cih_Resource_UserInteractions( + $this, + $this->serviceName, + 'userInteractions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userInteractions/{entityType}/{entityId}/{timestamp}/{interactionType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'entityType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'timestamp' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interactionType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userInteractions/insert', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'userInteractions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'entity' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'entityFilter' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'excludePassedInteractionOrigin' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'excludePassedInteractionType' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeRelatedInteractions' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'interactionOrigin' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'interactionType' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'lookup_participant_info' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxInteractionsPerPage' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'metaTypeFilter' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'minMainEntityInteractions' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'phoneMatcher' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'timestampEnd' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timestampStart' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/AdoptionInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/AdoptionInteraction.php new file mode 100644 index 000000000..22ea185ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/AdoptionInteraction.php @@ -0,0 +1,30 @@ +latestTreatmentInstanceTimestamp = $latestTreatmentInstanceTimestamp; + } + public function getLatestTreatmentInstanceTimestamp() + { + return $this->latestTreatmentInstanceTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/AdvertiserExperienceData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/AdvertiserExperienceData.php new file mode 100644 index 000000000..fc3da1cd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/AdvertiserExperienceData.php @@ -0,0 +1,31 @@ +treatmentInstanceId = $treatmentInstanceId; + } + public function getTreatmentInstanceId() + { + return $this->treatmentInstanceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/AssociatedEmail.php b/vendor/google/apiclient-services/src/Google/Service/Cih/AssociatedEmail.php new file mode 100644 index 000000000..04eed2ddf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/AssociatedEmail.php @@ -0,0 +1,48 @@ +emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/CasesData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/CasesData.php new file mode 100644 index 000000000..7770fe016 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/CasesData.php @@ -0,0 +1,77 @@ +agent = $agent; + } + public function getAgent() + { + return $this->agent; + } + public function setAssignedGaia($assignedGaia) + { + $this->assignedGaia = $assignedGaia; + } + public function getAssignedGaia() + { + return $this->assignedGaia; + } + public function setEmailType($emailType) + { + $this->emailType = $emailType; + } + public function getEmailType() + { + return $this->emailType; + } + public function setMessageId($messageId) + { + $this->messageId = $messageId; + } + public function getMessageId() + { + return $this->messageId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setUserId(Google_Service_Cih_UserId $userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/CasesInteractionSource.php b/vendor/google/apiclient-services/src/Google/Service/Cih/CasesInteractionSource.php new file mode 100644 index 000000000..61cdfbe8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/CasesInteractionSource.php @@ -0,0 +1,40 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/ChatInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/ChatInteraction.php new file mode 100644 index 000000000..41da0f98e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/ChatInteraction.php @@ -0,0 +1,20 @@ +childEntity = $childEntity; + } + public function getChildEntity() + { + return $this->childEntity; + } + public function setDeprecated($deprecated) + { + $this->deprecated = $deprecated; + } + public function getDeprecated() + { + return $this->deprecated; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setEntityType($entityType) + { + $this->entityType = $entityType; + } + public function getEntityType() + { + return $this->entityType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLinkedByAdsdb($linkedByAdsdb) + { + $this->linkedByAdsdb = $linkedByAdsdb; + } + public function getLinkedByAdsdb() + { + return $this->linkedByAdsdb; + } + public function setParentEntity($parentEntity) + { + $this->parentEntity = $parentEntity; + } + public function getParentEntity() + { + return $this->parentEntity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/GammaData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/GammaData.php new file mode 100644 index 000000000..389b4a00b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/GammaData.php @@ -0,0 +1,76 @@ +campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + public function setDispatchId($dispatchId) + { + $this->dispatchId = $dispatchId; + } + public function getDispatchId() + { + return $this->dispatchId; + } + public function setExperimentId($experimentId) + { + $this->experimentId = $experimentId; + } + public function getExperimentId() + { + return $this->experimentId; + } + public function setGammaProductId($gammaProductId) + { + $this->gammaProductId = $gammaProductId; + } + public function getGammaProductId() + { + return $this->gammaProductId; + } + public function setNodeId($nodeId) + { + $this->nodeId = $nodeId; + } + public function getNodeId() + { + return $this->nodeId; + } + public function setUaid(Google_Service_Cih_Uaid $uaid) + { + $this->uaid = $uaid; + } + public function getUaid() + { + return $this->uaid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/GenieData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/GenieData.php new file mode 100644 index 000000000..3d51661d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/GenieData.php @@ -0,0 +1,66 @@ +enteredText = $enteredText; + } + public function getEnteredText() + { + return $this->enteredText; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } + public function setUserIp($userIp) + { + $this->userIp = $userIp; + } + public function getUserIp() + { + return $this->userIp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/GoalInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/GoalInteraction.php new file mode 100644 index 000000000..ca84ee19e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/GoalInteraction.php @@ -0,0 +1,30 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/GreenTeaData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/GreenTeaData.php new file mode 100644 index 000000000..b5c7faa9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/GreenTeaData.php @@ -0,0 +1,40 @@ +meetingMethodDetail = $meetingMethodDetail; + } + public function getMeetingMethodDetail() + { + return $this->meetingMethodDetail; + } + public function setOpportunityId($opportunityId) + { + $this->opportunityId = $opportunityId; + } + public function getOpportunityId() + { + return $this->opportunityId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/GrmData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/GrmData.php new file mode 100644 index 000000000..29cb2d396 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/GrmData.php @@ -0,0 +1,49 @@ +agencyId = $agencyId; + } + public function getAgencyId() + { + return $this->agencyId; + } + public function setContactLdap($contactLdap) + { + $this->contactLdap = $contactLdap; + } + public function getContactLdap() + { + return $this->contactLdap; + } + public function setIntentId($intentId) + { + $this->intentId = $intentId; + } + public function getIntentId() + { + return $this->intentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/HangoutInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/HangoutInteraction.php new file mode 100644 index 000000000..e73f95e72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/HangoutInteraction.php @@ -0,0 +1,20 @@ +internalHelpCenterName = $internalHelpCenterName; + } + public function getInternalHelpCenterName() + { + return $this->internalHelpCenterName; + } + public function setIsApiClient($isApiClient) + { + $this->isApiClient = $isApiClient; + } + public function getIsApiClient() + { + return $this->isApiClient; + } + public function setReferer($referer) + { + $this->referer = $referer; + } + public function getReferer() + { + return $this->referer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteraction.php new file mode 100644 index 000000000..3d2f22a26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteraction.php @@ -0,0 +1,40 @@ +monetaryReward = $monetaryReward; + } + public function getMonetaryReward() + { + return $this->monetaryReward; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteractionMonetaryReward.php b/vendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteractionMonetaryReward.php new file mode 100644 index 000000000..d957cf67d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/IncentiveInteractionMonetaryReward.php @@ -0,0 +1,39 @@ +amountMicros = $amountMicros; + } + public function getAmountMicros() + { + return $this->amountMicros; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/IncentivesData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/IncentivesData.php new file mode 100644 index 000000000..f4c15c017 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/IncentivesData.php @@ -0,0 +1,57 @@ +campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + public function setCouponId($couponId) + { + $this->couponId = $couponId; + } + public function getCouponId() + { + return $this->couponId; + } + public function setIncentiveBatchId($incentiveBatchId) + { + $this->incentiveBatchId = $incentiveBatchId; + } + public function getIncentiveBatchId() + { + return $this->incentiveBatchId; + } + public function setIncentiveId($incentiveId) + { + $this->incentiveId = $incentiveId; + } + public function getIncentiveId() + { + return $this->incentiveId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/MarketingEmailInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/MarketingEmailInteraction.php new file mode 100644 index 000000000..ecdf64474 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/MarketingEmailInteraction.php @@ -0,0 +1,84 @@ +bounced = $bounced; + } + public function getBounced() + { + return $this->bounced; + } + public function setClicked($clicked) + { + $this->clicked = $clicked; + } + public function getClicked() + { + return $this->clicked; + } + public function setEmailAddressDigest($emailAddressDigest) + { + $this->emailAddressDigest = $emailAddressDigest; + } + public function getEmailAddressDigest() + { + return $this->emailAddressDigest; + } + public function setFromAddress($fromAddress) + { + $this->fromAddress = $fromAddress; + } + public function getFromAddress() + { + return $this->fromAddress; + } + public function setOpened($opened) + { + $this->opened = $opened; + } + public function getOpened() + { + return $this->opened; + } + public function setOptoutClicked($optoutClicked) + { + $this->optoutClicked = $optoutClicked; + } + public function getOptoutClicked() + { + return $this->optoutClicked; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/MeetingInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/MeetingInteraction.php new file mode 100644 index 000000000..5b8833294 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/MeetingInteraction.php @@ -0,0 +1,30 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/NoteInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/NoteInteraction.php new file mode 100644 index 000000000..67d91cf9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/NoteInteraction.php @@ -0,0 +1,30 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/Participant.php b/vendor/google/apiclient-services/src/Google/Service/Cih/Participant.php new file mode 100644 index 000000000..1d5e1c221 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/Participant.php @@ -0,0 +1,75 @@ +contactId = $contactId; + } + public function getContactId() + { + return $this->contactId; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGaiaId($gaiaId) + { + $this->gaiaId = $gaiaId; + } + public function getGaiaId() + { + return $this->gaiaId; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/PartnerSearchData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/PartnerSearchData.php new file mode 100644 index 000000000..be06cbc23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/PartnerSearchData.php @@ -0,0 +1,20 @@ + + * $cihService = new Google_Service_Cih(...); + * $associatedEmails = $cihService->associatedEmails; + * + */ +class Google_Service_Cih_Resource_AssociatedEmails extends Google_Service_Resource +{ + /** + * Associates an AdWords customer id to an email address. + * (associatedEmails.create) + * + * @param string $customerId The AdWords customer Id the email will be + * associated to. + * @param Google_Service_Cih_AssociatedEmail $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cih_AssociatedEmail + */ + public function create($customerId, Google_Service_Cih_AssociatedEmail $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Cih_AssociatedEmail"); + } + /** + * Dissociates an AdWords customer id from an email address. + * (associatedEmails.delete) + * + * @param string $customerId The AdWords customer Id the email will be + * dissociated from. + * @param string $emailAddress The email address. + * @param string $operator The program or person who initiated the operation. + * @param array $optParams Optional parameters. + */ + public function delete($customerId, $emailAddress, $operator, $optParams = array()) + { + $params = array('customerId' => $customerId, 'emailAddress' => $emailAddress, 'operator' => $operator); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/Resource/UserInteractions.php b/vendor/google/apiclient-services/src/Google/Service/Cih/Resource/UserInteractions.php new file mode 100644 index 000000000..9af3cc119 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/Resource/UserInteractions.php @@ -0,0 +1,132 @@ + + * $cihService = new Google_Service_Cih(...); + * $userInteractions = $cihService->userInteractions; + * + */ +class Google_Service_Cih_Resource_UserInteractions extends Google_Service_Resource +{ + /** + * Gets an interaction. (userInteractions.get) + * + * @param string $entityType Represents the Type of the entity whose interaction + * will be returned. Possible Values: COMPANY, ADWORDS_CID, EMAIL, + * ADDRESS_DIGEST, GAIA_ID. + * @param string $entityId Represents the Id of the Entity whose interaction + * will be returned. + * @param string $timestamp the timestamp of the interaction to be returned. It + * is measured as the number of microseconds since the Epoch. + * @param string $interactionType The type of the interaction to be returned. + * @param array $optParams Optional parameters. + * @return Google_Service_Cih_UserInteraction + */ + public function get($entityType, $entityId, $timestamp, $interactionType, $optParams = array()) + { + $params = array('entityType' => $entityType, 'entityId' => $entityId, 'timestamp' => $timestamp, 'interactionType' => $interactionType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Cih_UserInteraction"); + } + /** + * Inserts a new interaction to CIH. (userInteractions.insert) + * + * @param Google_Service_Cih_UserInteraction $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cih_UserInteraction + */ + public function insert(Google_Service_Cih_UserInteraction $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Cih_UserInteraction"); + } + /** + * Get a list of interactions for the given entity and its relatives if + * requested. The returned list is sorted by timestamp in descending order. + * (userInteractions.listUserInteractions) + * + * @param string|array $entity List of entities to retrieve. At least one item + * must be present. Each item must be in 'ENTITY_TYPE:ENTITY_ID' format which + * ENTITY_TYPE is COMPANY, ADWORDS_CID, EMAIL, ADDRESS_DIGEST or GAIA_ID. + * @param array $optParams Optional parameters. + * + * @opt_param string entityFilter Primary or secondary entities, if available + * only interactions whose primary or secondary entities are given are returned. + * For info about the format of this field see the comments of + * UserInteractionsApiaryFilter proto. + * @opt_param bool excludePassedInteractionOrigin Indicates the inclusive or + * exclusive behavior of interactionOrigin field. See the description of + * interactionOrigin. + * @opt_param bool excludePassedInteractionType Indicates the inclusive or + * exclusive behavior of interactionType field. See the description of + * interactionType. + * @opt_param bool includeRelatedInteractions By default, all interactions which + * apply to any member of the entity structure which contains the provided + * entity are returned. If include_related_interactions is false, then only the + * interactions which are associated directly with this entity are returned, and + * neither parent_entity nor child_entities in the Entity object returned by + * this operation are populated. + * @opt_param string interactionOrigin This limit is ignored if absent and all + * interactions regardless of their origin will be returned. Otherwise the + * meaning of this field depends on the include_interaction_origin field. 1. + * exclude_passed_interaction_origin is true: Only interactions whose Origin is + * contained in interaction_origin will be returned. 2. + * exclude_passed_interaction_origin is false: Only interactions whose Origin + * isn't contained in interaction_origin will be returned. + * @opt_param string interactionType This limit is ignored if absent and all + * interactions regardless of their type will be returned. Otherwise the meaning + * of this field depends on the exclude_passed_interaction_type field. 1. + * exclude_passed_interaction_type is true: Only interactions whose Type is + * contained in interaction_type will be returned. 2. + * exclude_passed_interaction_type is false: Only interactions whose Type isn't + * contained in interaction_type will be returned. + * @opt_param bool lookup_participant_info Request to get additional information + * about interaction participants, such as names, email addresses. May increase + * latency of this call. + * @opt_param int maxInteractionsPerPage The limit on the number of returned + * interactions. This is the maximum number of interactions which will be + * returned, starting with the most recent. Thie default value is 100. If it is + * equal to zero then only the entity structure is returned. + * @opt_param string maxResults The maximum number of results per page. + * @opt_param string metaTypeFilter Represents the interaction's classification. + * Possible values: SALES, SUPPORT, MARKETING. For more info see http://go/cih- + * gt-api + * @opt_param int minMainEntityInteractions Attempt to read at least this many + * main entity interactions. The default value is set to 0. Pagination is + * disabled if a positive value is set. + * @opt_param string pageToken The pagination token. + * @opt_param string phoneMatcher If available only interactions whose phone + * number is given are returned. For info about the format of this field see the + * comments of UserInteractionsApiaryFilter proto. + * @opt_param string timestampEnd Upper limit on the timestamp for the returned + * interactions. It is measured as the number of microseconds since the Epoch. + * @opt_param string timestampStart Lower limit on the timestamp for the + * returned interactions. It is measured as the number of microseconds since the + * Epoch. + * @return Google_Service_Cih_UserInteractionsListResponse + */ + public function listUserInteractions($entity, $optParams = array()) + { + $params = array('entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Cih_UserInteractionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/TaskInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/TaskInteraction.php new file mode 100644 index 000000000..c5a42b174 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/TaskInteraction.php @@ -0,0 +1,30 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/TraxAgent.php b/vendor/google/apiclient-services/src/Google/Service/Cih/TraxAgent.php new file mode 100644 index 000000000..3849ad1f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/TraxAgent.php @@ -0,0 +1,48 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setGaiaId($gaiaId) + { + $this->gaiaId = $gaiaId; + } + public function getGaiaId() + { + return $this->gaiaId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/TraxData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/TraxData.php new file mode 100644 index 000000000..ac3febcd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/TraxData.php @@ -0,0 +1,78 @@ +actionType = $actionType; + } + public function getActionType() + { + return $this->actionType; + } + public function setAgent(Google_Service_Cih_TraxAgent $agent) + { + $this->agent = $agent; + } + public function getAgent() + { + return $this->agent; + } + public function setAssignedAgent(Google_Service_Cih_TraxAgent $assignedAgent) + { + $this->assignedAgent = $assignedAgent; + } + public function getAssignedAgent() + { + return $this->assignedAgent; + } + public function setMessageId($messageId) + { + $this->messageId = $messageId; + } + public function getMessageId() + { + return $this->messageId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setUserId(Google_Service_Cih_UserId $userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/TraxInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/TraxInteraction.php new file mode 100644 index 000000000..e42c4fb69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/TraxInteraction.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/Uaid.php b/vendor/google/apiclient-services/src/Google/Service/Cih/Uaid.php new file mode 100644 index 000000000..5b376207c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/Uaid.php @@ -0,0 +1,42 @@ + "account_id", + ); + public $accountId; + public $product; + + public function setAccountId($accountId) + { + $this->accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setProduct($product) + { + $this->product = $product; + } + public function getProduct() + { + return $this->product; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/UserCommData.php b/vendor/google/apiclient-services/src/Google/Service/Cih/UserCommData.php new file mode 100644 index 000000000..10dfffb75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/UserCommData.php @@ -0,0 +1,20 @@ +customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setGaiaId($gaiaId) + { + $this->gaiaId = $gaiaId; + } + public function getGaiaId() + { + return $this->gaiaId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/UserInteraction.php b/vendor/google/apiclient-services/src/Google/Service/Cih/UserInteraction.php new file mode 100644 index 000000000..962147508 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/UserInteraction.php @@ -0,0 +1,410 @@ +adoptionInteraction = $adoptionInteraction; + } + public function getAdoptionInteraction() + { + return $this->adoptionInteraction; + } + public function setAdvertiserExperienceData(Google_Service_Cih_AdvertiserExperienceData $advertiserExperienceData) + { + $this->advertiserExperienceData = $advertiserExperienceData; + } + public function getAdvertiserExperienceData() + { + return $this->advertiserExperienceData; + } + public function setCasesData(Google_Service_Cih_CasesData $casesData) + { + $this->casesData = $casesData; + } + public function getCasesData() + { + return $this->casesData; + } + public function setChatInteraction(Google_Service_Cih_ChatInteraction $chatInteraction) + { + $this->chatInteraction = $chatInteraction; + } + public function getChatInteraction() + { + return $this->chatInteraction; + } + public function setContactGaiaId($contactGaiaId) + { + $this->contactGaiaId = $contactGaiaId; + } + public function getContactGaiaId() + { + return $this->contactGaiaId; + } + public function setCustomer($customer) + { + $this->customer = $customer; + } + public function getCustomer() + { + return $this->customer; + } + public function setDetailedDescription($detailedDescription) + { + $this->detailedDescription = $detailedDescription; + } + public function getDetailedDescription() + { + return $this->detailedDescription; + } + public function setDetailedDescriptionTruncated($detailedDescriptionTruncated) + { + $this->detailedDescriptionTruncated = $detailedDescriptionTruncated; + } + public function getDetailedDescriptionTruncated() + { + return $this->detailedDescriptionTruncated; + } + public function setEmailInteraction(Google_Service_Cih_EmailInteraction $emailInteraction) + { + $this->emailInteraction = $emailInteraction; + } + public function getEmailInteraction() + { + return $this->emailInteraction; + } + public function setEntity(Google_Service_Cih_Entity $entity) + { + $this->entity = $entity; + } + public function getEntity() + { + return $this->entity; + } + public function setGammaData(Google_Service_Cih_GammaData $gammaData) + { + $this->gammaData = $gammaData; + } + public function getGammaData() + { + return $this->gammaData; + } + public function setGenieData(Google_Service_Cih_GenieData $genieData) + { + $this->genieData = $genieData; + } + public function getGenieData() + { + return $this->genieData; + } + public function setGoalInteraction(Google_Service_Cih_GoalInteraction $goalInteraction) + { + $this->goalInteraction = $goalInteraction; + } + public function getGoalInteraction() + { + return $this->goalInteraction; + } + public function setGoogler($googler) + { + $this->googler = $googler; + } + public function getGoogler() + { + return $this->googler; + } + public function setGreenTeaData(Google_Service_Cih_GreenTeaData $greenTeaData) + { + $this->greenTeaData = $greenTeaData; + } + public function getGreenTeaData() + { + return $this->greenTeaData; + } + public function setGrmData(Google_Service_Cih_GrmData $grmData) + { + $this->grmData = $grmData; + } + public function getGrmData() + { + return $this->grmData; + } + public function setHangoutInteraction(Google_Service_Cih_HangoutInteraction $hangoutInteraction) + { + $this->hangoutInteraction = $hangoutInteraction; + } + public function getHangoutInteraction() + { + return $this->hangoutInteraction; + } + public function setHelpcenterData(Google_Service_Cih_HelpcenterData $helpcenterData) + { + $this->helpcenterData = $helpcenterData; + } + public function getHelpcenterData() + { + return $this->helpcenterData; + } + public function setIncentiveInteraction(Google_Service_Cih_IncentiveInteraction $incentiveInteraction) + { + $this->incentiveInteraction = $incentiveInteraction; + } + public function getIncentiveInteraction() + { + return $this->incentiveInteraction; + } + public function setIncentivesData(Google_Service_Cih_IncentivesData $incentivesData) + { + $this->incentivesData = $incentivesData; + } + public function getIncentivesData() + { + return $this->incentivesData; + } + public function setInitiator(Google_Service_Cih_Participant $initiator) + { + $this->initiator = $initiator; + } + public function getInitiator() + { + return $this->initiator; + } + public function setInteractionOrigin($interactionOrigin) + { + $this->interactionOrigin = $interactionOrigin; + } + public function getInteractionOrigin() + { + return $this->interactionOrigin; + } + public function setInteractionType($interactionType) + { + $this->interactionType = $interactionType; + } + public function getInteractionType() + { + return $this->interactionType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setMarketingEmailInteraction(Google_Service_Cih_MarketingEmailInteraction $marketingEmailInteraction) + { + $this->marketingEmailInteraction = $marketingEmailInteraction; + } + public function getMarketingEmailInteraction() + { + return $this->marketingEmailInteraction; + } + public function setMeetingInteraction(Google_Service_Cih_MeetingInteraction $meetingInteraction) + { + $this->meetingInteraction = $meetingInteraction; + } + public function getMeetingInteraction() + { + return $this->meetingInteraction; + } + public function setMetaType($metaType) + { + $this->metaType = $metaType; + } + public function getMetaType() + { + return $this->metaType; + } + public function setNoteInteraction(Google_Service_Cih_NoteInteraction $noteInteraction) + { + $this->noteInteraction = $noteInteraction; + } + public function getNoteInteraction() + { + return $this->noteInteraction; + } + public function setOtherParticipant($otherParticipant) + { + $this->otherParticipant = $otherParticipant; + } + public function getOtherParticipant() + { + return $this->otherParticipant; + } + public function setPartnerSearchData(Google_Service_Cih_PartnerSearchData $partnerSearchData) + { + $this->partnerSearchData = $partnerSearchData; + } + public function getPartnerSearchData() + { + return $this->partnerSearchData; + } + public function setPhoneInteraction(Google_Service_Cih_PhoneInteraction $phoneInteraction) + { + $this->phoneInteraction = $phoneInteraction; + } + public function getPhoneInteraction() + { + return $this->phoneInteraction; + } + public function setSourceSystemPrimaryKey($sourceSystemPrimaryKey) + { + $this->sourceSystemPrimaryKey = $sourceSystemPrimaryKey; + } + public function getSourceSystemPrimaryKey() + { + return $this->sourceSystemPrimaryKey; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } + public function setSummaryTruncated($summaryTruncated) + { + $this->summaryTruncated = $summaryTruncated; + } + public function getSummaryTruncated() + { + return $this->summaryTruncated; + } + public function setTaskInteraction(Google_Service_Cih_TaskInteraction $taskInteraction) + { + $this->taskInteraction = $taskInteraction; + } + public function getTaskInteraction() + { + return $this->taskInteraction; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setTraxData(Google_Service_Cih_TraxData $traxData) + { + $this->traxData = $traxData; + } + public function getTraxData() + { + return $this->traxData; + } + public function setTraxInteraction(Google_Service_Cih_TraxInteraction $traxInteraction) + { + $this->traxInteraction = $traxInteraction; + } + public function getTraxInteraction() + { + return $this->traxInteraction; + } + public function setUserCommData(Google_Service_Cih_UserCommData $userCommData) + { + $this->userCommData = $userCommData; + } + public function getUserCommData() + { + return $this->userCommData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cih/UserInteractionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cih/UserInteractionsListResponse.php new file mode 100644 index 000000000..c78ee4e88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cih/UserInteractionsListResponse.php @@ -0,0 +1,60 @@ +entity = $entity; + } + public function getEntity() + { + return $this->entity; + } + public function setItems($items) + { + $this->items = $items; + } + 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/vendor/google/apiclient-services/src/Google/Service/CivicInfo.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo.php new file mode 100644 index 000000000..e5487bdb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo.php @@ -0,0 +1,168 @@ + + * Provides polling places, early vote locations, contest data, election + * officials, and government representatives for U.S. residential addresses. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CivicInfo extends Google_Service +{ + + + public $divisions; + public $elections; + public $representatives; + + /** + * Constructs the internal representation of the CivicInfo 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 = 'civicinfo/v2/'; + $this->batchPath = 'batch/civicinfo/v2'; + $this->version = 'v2'; + $this->serviceName = 'civicinfo'; + + $this->divisions = new Google_Service_CivicInfo_Resource_Divisions( + $this, + $this->serviceName, + 'divisions', + array( + 'methods' => array( + 'search' => array( + 'path' => 'divisions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->elections = new Google_Service_CivicInfo_Resource_Elections( + $this, + $this->serviceName, + 'elections', + array( + 'methods' => array( + 'electionQuery' => array( + 'path' => 'elections', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'voterInfoQuery' => array( + 'path' => 'voterinfo', + 'httpMethod' => 'GET', + 'parameters' => array( + 'address' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'electionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'officialOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'returnAllAvailableData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->representatives = new Google_Service_CivicInfo_Resource_Representatives( + $this, + $this->serviceName, + 'representatives', + array( + 'methods' => array( + 'representativeInfoByAddress' => array( + 'path' => 'representatives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'address' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeOffices' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'levels' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'roles' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'representativeInfoByDivision' => array( + 'path' => 'representatives/{ocdId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ocdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'levels' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'recursive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'roles' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrationRegion.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrationRegion.php new file mode 100644 index 000000000..245a9c280 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrationRegion.php @@ -0,0 +1,91 @@ + "local_jurisdiction", + ); + protected $electionAdministrationBodyType = 'Google_Service_CivicInfo_AdministrativeBody'; + protected $electionAdministrationBodyDataType = ''; + public $id; + protected $localJurisdictionType = 'Google_Service_CivicInfo_AdministrationRegion'; + protected $localJurisdictionDataType = ''; + public $name; + protected $sourcesType = 'Google_Service_CivicInfo_Source'; + protected $sourcesDataType = 'array'; + + /** + * @param Google_Service_CivicInfo_AdministrativeBody + */ + public function setElectionAdministrationBody(Google_Service_CivicInfo_AdministrativeBody $electionAdministrationBody) + { + $this->electionAdministrationBody = $electionAdministrationBody; + } + /** + * @return Google_Service_CivicInfo_AdministrativeBody + */ + public function getElectionAdministrationBody() + { + return $this->electionAdministrationBody; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_CivicInfo_AdministrationRegion + */ + public function setLocalJurisdiction(Google_Service_CivicInfo_AdministrationRegion $localJurisdiction) + { + $this->localJurisdiction = $localJurisdiction; + } + /** + * @return Google_Service_CivicInfo_AdministrationRegion + */ + public function getLocalJurisdiction() + { + return $this->localJurisdiction; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CivicInfo_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_CivicInfo_Source + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.php new file mode 100644 index 000000000..743597ed7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.php @@ -0,0 +1,172 @@ + "voter_services", + ); + public $absenteeVotingInfoUrl; + public $addressLines; + public $ballotInfoUrl; + protected $correspondenceAddressType = 'Google_Service_CivicInfo_SimpleAddressType'; + protected $correspondenceAddressDataType = ''; + public $electionInfoUrl; + protected $electionOfficialsType = 'Google_Service_CivicInfo_ElectionOfficial'; + protected $electionOfficialsDataType = 'array'; + public $electionRegistrationConfirmationUrl; + public $electionRegistrationUrl; + public $electionRulesUrl; + public $hoursOfOperation; + public $name; + protected $physicalAddressType = 'Google_Service_CivicInfo_SimpleAddressType'; + protected $physicalAddressDataType = ''; + public $voterServices; + public $votingLocationFinderUrl; + + public function setAbsenteeVotingInfoUrl($absenteeVotingInfoUrl) + { + $this->absenteeVotingInfoUrl = $absenteeVotingInfoUrl; + } + public function getAbsenteeVotingInfoUrl() + { + return $this->absenteeVotingInfoUrl; + } + public function setAddressLines($addressLines) + { + $this->addressLines = $addressLines; + } + public function getAddressLines() + { + return $this->addressLines; + } + public function setBallotInfoUrl($ballotInfoUrl) + { + $this->ballotInfoUrl = $ballotInfoUrl; + } + public function getBallotInfoUrl() + { + return $this->ballotInfoUrl; + } + /** + * @param Google_Service_CivicInfo_SimpleAddressType + */ + public function setCorrespondenceAddress(Google_Service_CivicInfo_SimpleAddressType $correspondenceAddress) + { + $this->correspondenceAddress = $correspondenceAddress; + } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ + public function getCorrespondenceAddress() + { + return $this->correspondenceAddress; + } + public function setElectionInfoUrl($electionInfoUrl) + { + $this->electionInfoUrl = $electionInfoUrl; + } + public function getElectionInfoUrl() + { + return $this->electionInfoUrl; + } + /** + * @param Google_Service_CivicInfo_ElectionOfficial + */ + public function setElectionOfficials($electionOfficials) + { + $this->electionOfficials = $electionOfficials; + } + /** + * @return Google_Service_CivicInfo_ElectionOfficial + */ + public function getElectionOfficials() + { + return $this->electionOfficials; + } + public function setElectionRegistrationConfirmationUrl($electionRegistrationConfirmationUrl) + { + $this->electionRegistrationConfirmationUrl = $electionRegistrationConfirmationUrl; + } + public function getElectionRegistrationConfirmationUrl() + { + return $this->electionRegistrationConfirmationUrl; + } + public function setElectionRegistrationUrl($electionRegistrationUrl) + { + $this->electionRegistrationUrl = $electionRegistrationUrl; + } + public function getElectionRegistrationUrl() + { + return $this->electionRegistrationUrl; + } + public function setElectionRulesUrl($electionRulesUrl) + { + $this->electionRulesUrl = $electionRulesUrl; + } + public function getElectionRulesUrl() + { + return $this->electionRulesUrl; + } + public function setHoursOfOperation($hoursOfOperation) + { + $this->hoursOfOperation = $hoursOfOperation; + } + public function getHoursOfOperation() + { + return $this->hoursOfOperation; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CivicInfo_SimpleAddressType + */ + public function setPhysicalAddress(Google_Service_CivicInfo_SimpleAddressType $physicalAddress) + { + $this->physicalAddress = $physicalAddress; + } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ + public function getPhysicalAddress() + { + return $this->physicalAddress; + } + public function setVoterServices($voterServices) + { + $this->voterServices = $voterServices; + } + public function getVoterServices() + { + return $this->voterServices; + } + public function setVotingLocationFinderUrl($votingLocationFinderUrl) + { + $this->votingLocationFinderUrl = $votingLocationFinderUrl; + } + public function getVotingLocationFinderUrl() + { + return $this->votingLocationFinderUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php new file mode 100644 index 000000000..d35c60d1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php @@ -0,0 +1,101 @@ +candidateUrl = $candidateUrl; + } + public function getCandidateUrl() + { + return $this->candidateUrl; + } + /** + * @param Google_Service_CivicInfo_Channel + */ + public function setChannels($channels) + { + $this->channels = $channels; + } + /** + * @return Google_Service_CivicInfo_Channel + */ + public function getChannels() + { + return $this->channels; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOrderOnBallot($orderOnBallot) + { + $this->orderOnBallot = $orderOnBallot; + } + public function getOrderOnBallot() + { + return $this->orderOnBallot; + } + public function setParty($party) + { + $this->party = $party; + } + public function getParty() + { + return $this->party; + } + public function setPhone($phone) + { + $this->phone = $phone; + } + public function getPhone() + { + return $this->phone; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php new file mode 100644 index 000000000..8c094a88c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.php new file mode 100644 index 000000000..ec5dd65c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.php @@ -0,0 +1,268 @@ +ballotPlacement = $ballotPlacement; + } + public function getBallotPlacement() + { + return $this->ballotPlacement; + } + public function setBallotTitle($ballotTitle) + { + $this->ballotTitle = $ballotTitle; + } + public function getBallotTitle() + { + return $this->ballotTitle; + } + /** + * @param Google_Service_CivicInfo_Candidate + */ + public function setCandidates($candidates) + { + $this->candidates = $candidates; + } + /** + * @return Google_Service_CivicInfo_Candidate + */ + public function getCandidates() + { + return $this->candidates; + } + /** + * @param Google_Service_CivicInfo_ElectoralDistrict + */ + public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district) + { + $this->district = $district; + } + /** + * @return Google_Service_CivicInfo_ElectoralDistrict + */ + public function getDistrict() + { + return $this->district; + } + public function setElectorateSpecifications($electorateSpecifications) + { + $this->electorateSpecifications = $electorateSpecifications; + } + public function getElectorateSpecifications() + { + return $this->electorateSpecifications; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setNumberElected($numberElected) + { + $this->numberElected = $numberElected; + } + public function getNumberElected() + { + return $this->numberElected; + } + public function setNumberVotingFor($numberVotingFor) + { + $this->numberVotingFor = $numberVotingFor; + } + public function getNumberVotingFor() + { + return $this->numberVotingFor; + } + public function setOffice($office) + { + $this->office = $office; + } + public function getOffice() + { + return $this->office; + } + public function setPrimaryParty($primaryParty) + { + $this->primaryParty = $primaryParty; + } + public function getPrimaryParty() + { + return $this->primaryParty; + } + public function setReferendumBallotResponses($referendumBallotResponses) + { + $this->referendumBallotResponses = $referendumBallotResponses; + } + public function getReferendumBallotResponses() + { + return $this->referendumBallotResponses; + } + public function setReferendumBrief($referendumBrief) + { + $this->referendumBrief = $referendumBrief; + } + public function getReferendumBrief() + { + return $this->referendumBrief; + } + public function setReferendumConStatement($referendumConStatement) + { + $this->referendumConStatement = $referendumConStatement; + } + public function getReferendumConStatement() + { + return $this->referendumConStatement; + } + public function setReferendumEffectOfAbstain($referendumEffectOfAbstain) + { + $this->referendumEffectOfAbstain = $referendumEffectOfAbstain; + } + public function getReferendumEffectOfAbstain() + { + return $this->referendumEffectOfAbstain; + } + public function setReferendumPassageThreshold($referendumPassageThreshold) + { + $this->referendumPassageThreshold = $referendumPassageThreshold; + } + public function getReferendumPassageThreshold() + { + return $this->referendumPassageThreshold; + } + public function setReferendumProStatement($referendumProStatement) + { + $this->referendumProStatement = $referendumProStatement; + } + public function getReferendumProStatement() + { + return $this->referendumProStatement; + } + public function setReferendumSubtitle($referendumSubtitle) + { + $this->referendumSubtitle = $referendumSubtitle; + } + public function getReferendumSubtitle() + { + return $this->referendumSubtitle; + } + public function setReferendumText($referendumText) + { + $this->referendumText = $referendumText; + } + public function getReferendumText() + { + return $this->referendumText; + } + public function setReferendumTitle($referendumTitle) + { + $this->referendumTitle = $referendumTitle; + } + public function getReferendumTitle() + { + return $this->referendumTitle; + } + public function setReferendumUrl($referendumUrl) + { + $this->referendumUrl = $referendumUrl; + } + public function getReferendumUrl() + { + return $this->referendumUrl; + } + public function setRoles($roles) + { + $this->roles = $roles; + } + public function getRoles() + { + return $this->roles; + } + /** + * @param Google_Service_CivicInfo_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_CivicInfo_Source + */ + public function getSources() + { + return $this->sources; + } + public function setSpecial($special) + { + $this->special = $special; + } + public function getSpecial() + { + return $this->special; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ContextParams.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ContextParams.php new file mode 100644 index 000000000..837f7766e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ContextParams.php @@ -0,0 +1,30 @@ +clientProfile = $clientProfile; + } + public function getClientProfile() + { + return $this->clientProfile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionRepresentativeInfoRequest.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionRepresentativeInfoRequest.php new file mode 100644 index 000000000..7f4f51bd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionRepresentativeInfoRequest.php @@ -0,0 +1,37 @@ +contextParams = $contextParams; + } + /** + * @return Google_Service_CivicInfo_ContextParams + */ + public function getContextParams() + { + return $this->contextParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchRequest.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchRequest.php new file mode 100644 index 000000000..bc226c3b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchRequest.php @@ -0,0 +1,37 @@ +contextParams = $contextParams; + } + /** + * @return Google_Service_CivicInfo_ContextParams + */ + public function getContextParams() + { + return $this->contextParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.php new file mode 100644 index 000000000..f90e3704a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CivicInfo_DivisionSearchResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_CivicInfo_DivisionSearchResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.php new file mode 100644 index 000000000..3acce584c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.php @@ -0,0 +1,49 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOcdId($ocdId) + { + $this->ocdId = $ocdId; + } + public function getOcdId() + { + return $this->ocdId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Election.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Election.php new file mode 100644 index 000000000..a71918590 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Election.php @@ -0,0 +1,57 @@ +electionDay = $electionDay; + } + public function getElectionDay() + { + return $this->electionDay; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOcdDivisionId($ocdDivisionId) + { + $this->ocdDivisionId = $ocdDivisionId; + } + public function getOcdDivisionId() + { + return $this->ocdDivisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionOfficial.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionOfficial.php new file mode 100644 index 000000000..de18f3f0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionOfficial.php @@ -0,0 +1,66 @@ +emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setFaxNumber($faxNumber) + { + $this->faxNumber = $faxNumber; + } + public function getFaxNumber() + { + return $this->faxNumber; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOfficePhoneNumber($officePhoneNumber) + { + $this->officePhoneNumber = $officePhoneNumber; + } + public function getOfficePhoneNumber() + { + return $this->officePhoneNumber; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryRequest.php new file mode 100644 index 000000000..a73ed77c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryRequest.php @@ -0,0 +1,37 @@ +contextParams = $contextParams; + } + /** + * @return Google_Service_CivicInfo_ContextParams + */ + public function getContextParams() + { + return $this->contextParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.php new file mode 100644 index 000000000..1073badd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.php @@ -0,0 +1,47 @@ +elections = $elections; + } + /** + * @return Google_Service_CivicInfo_Election + */ + public function getElections() + { + return $this->elections; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php new file mode 100644 index 000000000..bd1ccef53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php @@ -0,0 +1,57 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKgForeignKey($kgForeignKey) + { + $this->kgForeignKey = $kgForeignKey; + } + public function getKgForeignKey() + { + return $this->kgForeignKey; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScope($scope) + { + $this->scope = $scope; + } + public function getScope() + { + return $this->scope; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/FieldMetadataProto.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/FieldMetadataProto.php new file mode 100644 index 000000000..f0dd02851 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/FieldMetadataProto.php @@ -0,0 +1,37 @@ +internal = $internal; + } + /** + * @return Google_Service_CivicInfo_InternalFieldMetadataProto + */ + public function getInternal() + { + return $this->internal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/GeographicDivision.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/GeographicDivision.php new file mode 100644 index 000000000..9995d79be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/GeographicDivision.php @@ -0,0 +1,49 @@ +alsoKnownAs = $alsoKnownAs; + } + public function getAlsoKnownAs() + { + return $this->alsoKnownAs; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOfficeIndices($officeIndices) + { + $this->officeIndices = $officeIndices; + } + public function getOfficeIndices() + { + return $this->officeIndices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/InternalFieldMetadataProto.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/InternalFieldMetadataProto.php new file mode 100644 index 000000000..43d32fccc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/InternalFieldMetadataProto.php @@ -0,0 +1,46 @@ +isAuto = $isAuto; + } + public function getIsAuto() + { + return $this->isAuto; + } + /** + * @param Google_Service_CivicInfo_InternalSourceSummaryProto + */ + public function setSourceSummary(Google_Service_CivicInfo_InternalSourceSummaryProto $sourceSummary) + { + $this->sourceSummary = $sourceSummary; + } + /** + * @return Google_Service_CivicInfo_InternalSourceSummaryProto + */ + public function getSourceSummary() + { + return $this->sourceSummary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/InternalSourceSummaryProto.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/InternalSourceSummaryProto.php new file mode 100644 index 000000000..450a60f07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/InternalSourceSummaryProto.php @@ -0,0 +1,39 @@ +dataset = $dataset; + } + public function getDataset() + { + return $this->dataset; + } + public function setProvider($provider) + { + $this->provider = $provider; + } + public function getProvider() + { + return $this->provider; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/LivegraphBacktraceRecordInfo.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/LivegraphBacktraceRecordInfo.php new file mode 100644 index 000000000..d3678bd6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/LivegraphBacktraceRecordInfo.php @@ -0,0 +1,172 @@ +dataSourcePublishMsec = $dataSourcePublishMsec; + } + public function getDataSourcePublishMsec() + { + return $this->dataSourcePublishMsec; + } + public function setExpId($expId) + { + $this->expId = $expId; + } + public function getExpId() + { + return $this->expId; + } + /** + * @param Google_Service_CivicInfo_LivegraphBacktraceRecordInfoExpInfo + */ + public function setExpInfo(Google_Service_CivicInfo_LivegraphBacktraceRecordInfoExpInfo $expInfo) + { + $this->expInfo = $expInfo; + } + /** + * @return Google_Service_CivicInfo_LivegraphBacktraceRecordInfoExpInfo + */ + public function getExpInfo() + { + return $this->expInfo; + } + public function setIsRecon($isRecon) + { + $this->isRecon = $isRecon; + } + public function getIsRecon() + { + return $this->isRecon; + } + public function setIsWlmThrottled($isWlmThrottled) + { + $this->isWlmThrottled = $isWlmThrottled; + } + public function getIsWlmThrottled() + { + return $this->isWlmThrottled; + } + public function setNumberOfTriples($numberOfTriples) + { + $this->numberOfTriples = $numberOfTriples; + } + public function getNumberOfTriples() + { + return $this->numberOfTriples; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setProcess($process) + { + $this->process = $process; + } + public function getProcess() + { + return $this->process; + } + public function setProxyReceiveMsec($proxyReceiveMsec) + { + $this->proxyReceiveMsec = $proxyReceiveMsec; + } + public function getProxyReceiveMsec() + { + return $this->proxyReceiveMsec; + } + public function setProxySentMsec($proxySentMsec) + { + $this->proxySentMsec = $proxySentMsec; + } + public function getProxySentMsec() + { + return $this->proxySentMsec; + } + public function setRecordId($recordId) + { + $this->recordId = $recordId; + } + public function getRecordId() + { + return $this->recordId; + } + public function setShouldMonitorLatency($shouldMonitorLatency) + { + $this->shouldMonitorLatency = $shouldMonitorLatency; + } + public function getShouldMonitorLatency() + { + return $this->shouldMonitorLatency; + } + public function setSubscriberReceiveMsec($subscriberReceiveMsec) + { + $this->subscriberReceiveMsec = $subscriberReceiveMsec; + } + public function getSubscriberReceiveMsec() + { + return $this->subscriberReceiveMsec; + } + public function setTopicBuildFinishMsec($topicBuildFinishMsec) + { + $this->topicBuildFinishMsec = $topicBuildFinishMsec; + } + public function getTopicBuildFinishMsec() + { + return $this->topicBuildFinishMsec; + } + public function setTopicBuildStartMsec($topicBuildStartMsec) + { + $this->topicBuildStartMsec = $topicBuildStartMsec; + } + public function getTopicBuildStartMsec() + { + return $this->topicBuildStartMsec; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/LivegraphBacktraceRecordInfoExpInfo.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/LivegraphBacktraceRecordInfoExpInfo.php new file mode 100644 index 000000000..77c2a29f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/LivegraphBacktraceRecordInfoExpInfo.php @@ -0,0 +1,31 @@ +deletedIns = $deletedIns; + } + public function getDeletedIns() + { + return $this->deletedIns; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/MessageSet.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/MessageSet.php new file mode 100644 index 000000000..7f986aa56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/MessageSet.php @@ -0,0 +1,37 @@ +recordMessageSetExt = $recordMessageSetExt; + } + /** + * @return Google_Service_CivicInfo_LivegraphBacktraceRecordInfo + */ + public function getRecordMessageSetExt() + { + return $this->recordMessageSetExt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Office.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Office.php new file mode 100644 index 000000000..8c9b0b6d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Office.php @@ -0,0 +1,83 @@ +divisionId = $divisionId; + } + public function getDivisionId() + { + return $this->divisionId; + } + public function setLevels($levels) + { + $this->levels = $levels; + } + public function getLevels() + { + return $this->levels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOfficialIndices($officialIndices) + { + $this->officialIndices = $officialIndices; + } + public function getOfficialIndices() + { + return $this->officialIndices; + } + public function setRoles($roles) + { + $this->roles = $roles; + } + public function getRoles() + { + return $this->roles; + } + /** + * @param Google_Service_CivicInfo_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_CivicInfo_Source + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.php new file mode 100644 index 000000000..b10214111 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.php @@ -0,0 +1,108 @@ +address = $address; + } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_CivicInfo_Channel + */ + public function setChannels($channels) + { + $this->channels = $channels; + } + /** + * @return Google_Service_CivicInfo_Channel + */ + public function getChannels() + { + return $this->channels; + } + public function setEmails($emails) + { + $this->emails = $emails; + } + public function getEmails() + { + return $this->emails; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParty($party) + { + $this->party = $party; + } + public function getParty() + { + return $this->party; + } + public function setPhones($phones) + { + $this->phones = $phones; + } + public function getPhones() + { + return $this->phones; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setUrls($urls) + { + $this->urls = $urls; + } + public function getUrls() + { + return $this->urls; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PointProto.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PointProto.php new file mode 100644 index 000000000..c1bcd9f2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PointProto.php @@ -0,0 +1,71 @@ +latE7 = $latE7; + } + public function getLatE7() + { + return $this->latE7; + } + public function setLngE7($lngE7) + { + $this->lngE7 = $lngE7; + } + public function getLngE7() + { + return $this->lngE7; + } + /** + * @param Google_Service_CivicInfo_FieldMetadataProto + */ + public function setMetadata(Google_Service_CivicInfo_FieldMetadataProto $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CivicInfo_FieldMetadataProto + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CivicInfo_MessageSet + */ + public function setTemporaryData(Google_Service_CivicInfo_MessageSet $temporaryData) + { + $this->temporaryData = $temporaryData; + } + /** + * @return Google_Service_CivicInfo_MessageSet + */ + public function getTemporaryData() + { + return $this->temporaryData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php new file mode 100644 index 000000000..b4f4930fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php @@ -0,0 +1,135 @@ +address = $address; + } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ + public function getAddress() + { + return $this->address; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLatitude($latitude) + { + $this->latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setPollingHours($pollingHours) + { + $this->pollingHours = $pollingHours; + } + public function getPollingHours() + { + return $this->pollingHours; + } + /** + * @param Google_Service_CivicInfo_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_CivicInfo_Source + */ + public function getSources() + { + return $this->sources; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setVoterServices($voterServices) + { + $this->voterServices = $voterServices; + } + public function getVoterServices() + { + return $this->voterServices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php new file mode 100644 index 000000000..5457d489d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php @@ -0,0 +1,202 @@ +addressLines = $addressLines; + } + public function getAddressLines() + { + return $this->addressLines; + } + public function setAdministrativeAreaName($administrativeAreaName) + { + $this->administrativeAreaName = $administrativeAreaName; + } + public function getAdministrativeAreaName() + { + return $this->administrativeAreaName; + } + public function setCountryName($countryName) + { + $this->countryName = $countryName; + } + public function getCountryName() + { + return $this->countryName; + } + public function setCountryNameCode($countryNameCode) + { + $this->countryNameCode = $countryNameCode; + } + public function getCountryNameCode() + { + return $this->countryNameCode; + } + public function setDependentLocalityName($dependentLocalityName) + { + $this->dependentLocalityName = $dependentLocalityName; + } + public function getDependentLocalityName() + { + return $this->dependentLocalityName; + } + public function setDependentThoroughfareName($dependentThoroughfareName) + { + $this->dependentThoroughfareName = $dependentThoroughfareName; + } + public function getDependentThoroughfareName() + { + return $this->dependentThoroughfareName; + } + public function setFirmName($firmName) + { + $this->firmName = $firmName; + } + public function getFirmName() + { + return $this->firmName; + } + public function setIsDisputed($isDisputed) + { + $this->isDisputed = $isDisputed; + } + public function getIsDisputed() + { + return $this->isDisputed; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setLocalityName($localityName) + { + $this->localityName = $localityName; + } + public function getLocalityName() + { + return $this->localityName; + } + public function setPostBoxNumber($postBoxNumber) + { + $this->postBoxNumber = $postBoxNumber; + } + public function getPostBoxNumber() + { + return $this->postBoxNumber; + } + public function setPostalCodeNumber($postalCodeNumber) + { + $this->postalCodeNumber = $postalCodeNumber; + } + public function getPostalCodeNumber() + { + return $this->postalCodeNumber; + } + public function setPostalCodeNumberExtension($postalCodeNumberExtension) + { + $this->postalCodeNumberExtension = $postalCodeNumberExtension; + } + public function getPostalCodeNumberExtension() + { + return $this->postalCodeNumberExtension; + } + public function setPremiseName($premiseName) + { + $this->premiseName = $premiseName; + } + public function getPremiseName() + { + return $this->premiseName; + } + public function setRecipientName($recipientName) + { + $this->recipientName = $recipientName; + } + public function getRecipientName() + { + return $this->recipientName; + } + public function setSortingCode($sortingCode) + { + $this->sortingCode = $sortingCode; + } + public function getSortingCode() + { + return $this->sortingCode; + } + public function setSubAdministrativeAreaName($subAdministrativeAreaName) + { + $this->subAdministrativeAreaName = $subAdministrativeAreaName; + } + public function getSubAdministrativeAreaName() + { + return $this->subAdministrativeAreaName; + } + public function setSubPremiseName($subPremiseName) + { + $this->subPremiseName = $subPremiseName; + } + public function getSubPremiseName() + { + return $this->subPremiseName; + } + public function setThoroughfareName($thoroughfareName) + { + $this->thoroughfareName = $thoroughfareName; + } + public function getThoroughfareName() + { + return $this->thoroughfareName; + } + public function setThoroughfareNumber($thoroughfareNumber) + { + $this->thoroughfareNumber = $thoroughfareNumber; + } + public function getThoroughfareNumber() + { + return $this->thoroughfareNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Provenance.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Provenance.php new file mode 100644 index 000000000..6c123b7ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Provenance.php @@ -0,0 +1,118 @@ +collidedSegmentSource = $collidedSegmentSource; + } + /** + * @return Google_Service_CivicInfo_StreetSegmentList + */ + public function getCollidedSegmentSource() + { + return $this->collidedSegmentSource; + } + public function setCtclContestUuid($ctclContestUuid) + { + $this->ctclContestUuid = $ctclContestUuid; + } + public function getCtclContestUuid() + { + return $this->ctclContestUuid; + } + public function setCtclOfficeUuid($ctclOfficeUuid) + { + $this->ctclOfficeUuid = $ctclOfficeUuid; + } + public function getCtclOfficeUuid() + { + return $this->ctclOfficeUuid; + } + public function setDatasetId($datasetId) + { + $this->datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setPrecinctId($precinctId) + { + $this->precinctId = $precinctId; + } + public function getPrecinctId() + { + return $this->precinctId; + } + public function setPrecinctSplitId($precinctSplitId) + { + $this->precinctSplitId = $precinctSplitId; + } + public function getPrecinctSplitId() + { + return $this->precinctSplitId; + } + public function setTsStreetSegmentId($tsStreetSegmentId) + { + $this->tsStreetSegmentId = $tsStreetSegmentId; + } + public function getTsStreetSegmentId() + { + return $this->tsStreetSegmentId; + } + public function setVip5PrecinctId($vip5PrecinctId) + { + $this->vip5PrecinctId = $vip5PrecinctId; + } + public function getVip5PrecinctId() + { + return $this->vip5PrecinctId; + } + public function setVip5StreetSegmentId($vip5StreetSegmentId) + { + $this->vip5StreetSegmentId = $vip5StreetSegmentId; + } + public function getVip5StreetSegmentId() + { + return $this->vip5StreetSegmentId; + } + public function setVipStreetSegmentId($vipStreetSegmentId) + { + $this->vipStreetSegmentId = $vipStreetSegmentId; + } + public function getVipStreetSegmentId() + { + return $this->vipStreetSegmentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoData.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoData.php new file mode 100644 index 000000000..07384882e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoData.php @@ -0,0 +1,70 @@ +divisions = $divisions; + } + /** + * @return Google_Service_CivicInfo_GeographicDivision + */ + public function getDivisions() + { + return $this->divisions; + } + /** + * @param Google_Service_CivicInfo_Office + */ + public function setOffices($offices) + { + $this->offices = $offices; + } + /** + * @return Google_Service_CivicInfo_Office + */ + public function getOffices() + { + return $this->offices; + } + /** + * @param Google_Service_CivicInfo_Official + */ + public function setOfficials($officials) + { + $this->officials = $officials; + } + /** + * @return Google_Service_CivicInfo_Official + */ + public function getOfficials() + { + return $this->officials; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoRequest.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoRequest.php new file mode 100644 index 000000000..b9a9a91cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoRequest.php @@ -0,0 +1,37 @@ +contextParams = $contextParams; + } + /** + * @return Google_Service_CivicInfo_ContextParams + */ + public function getContextParams() + { + return $this->contextParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.php new file mode 100644 index 000000000..a8395126a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.php @@ -0,0 +1,95 @@ +divisions = $divisions; + } + /** + * @return Google_Service_CivicInfo_GeographicDivision + */ + public function getDivisions() + { + return $this->divisions; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CivicInfo_SimpleAddressType + */ + public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) + { + $this->normalizedInput = $normalizedInput; + } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ + public function getNormalizedInput() + { + return $this->normalizedInput; + } + /** + * @param Google_Service_CivicInfo_Office + */ + public function setOffices($offices) + { + $this->offices = $offices; + } + /** + * @return Google_Service_CivicInfo_Office + */ + public function getOffices() + { + return $this->offices; + } + /** + * @param Google_Service_CivicInfo_Official + */ + public function setOfficials($officials) + { + $this->officials = $officials; + } + /** + * @return Google_Service_CivicInfo_Official + */ + public function getOfficials() + { + return $this->officials; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.php new file mode 100644 index 000000000..e0540b290 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.php @@ -0,0 +1,47 @@ + + * $civicinfoService = new Google_Service_CivicInfo(...); + * $divisions = $civicinfoService->divisions; + * + */ +class Google_Service_CivicInfo_Resource_Divisions extends Google_Service_Resource +{ + /** + * Searches for political divisions by their natural name or OCD ID. + * (divisions.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string query The search query. Queries can cover any parts of a + * OCD ID or a human readable division name. All words given in the query are + * treated as required patterns. In addition to that, most query operators of + * the Apache Lucene library are supported. See + * http://lucene.apache.org/core/2_9_4/queryparsersyntax.html + * @return Google_Service_CivicInfo_DivisionSearchResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CivicInfo_DivisionSearchResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Elections.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Elections.php new file mode 100644 index 000000000..11bff3cbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Elections.php @@ -0,0 +1,67 @@ + + * $civicinfoService = new Google_Service_CivicInfo(...); + * $elections = $civicinfoService->elections; + * + */ +class Google_Service_CivicInfo_Resource_Elections extends Google_Service_Resource +{ + /** + * List of available elections to query. (elections.electionQuery) + * + * @param array $optParams Optional parameters. + * @return Google_Service_CivicInfo_ElectionsQueryResponse + */ + public function electionQuery($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('electionQuery', array($params), "Google_Service_CivicInfo_ElectionsQueryResponse"); + } + /** + * Looks up information relevant to a voter based on the voter's registered + * address. (elections.voterInfoQuery) + * + * @param string $address The registered address of the voter to look up. + * @param array $optParams Optional parameters. + * + * @opt_param string electionId The unique ID of the election to look up. A list + * of election IDs can be obtained at + * https://www.googleapis.com/civicinfo/{version}/electionsIf no election ID is + * specified in the query and there is more than one election with data for the + * given voter, the additional elections are provided in the otherElections + * response field. + * @opt_param bool officialOnly If set to true, only data from official state + * sources will be returned. + * @opt_param bool returnAllAvailableData If set to true, the query will return + * the success codeand include any partial information when it is unable to + * determine a matching address or unable to determine the election for + * electionId=0 queries. + * @return Google_Service_CivicInfo_VoterInfoResponse + */ + public function voterInfoQuery($address, $optParams = array()) + { + $params = array('address' => $address); + $params = array_merge($params, $optParams); + return $this->call('voterInfoQuery', array($params), "Google_Service_CivicInfo_VoterInfoResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Representatives.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Representatives.php new file mode 100644 index 000000000..92c050ddd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Representatives.php @@ -0,0 +1,79 @@ + + * $civicinfoService = new Google_Service_CivicInfo(...); + * $representatives = $civicinfoService->representatives; + * + */ +class Google_Service_CivicInfo_Resource_Representatives extends Google_Service_Resource +{ + /** + * Looks up political geography and representative information for a single + * address. (representatives.representativeInfoByAddress) + * + * @param array $optParams Optional parameters. + * + * @opt_param string address The address to look up. May only be specified if + * the field ocdId is not given in the URL. + * @opt_param bool includeOffices Whether to return information about offices + * and officials. If false, only the top-level district information will be + * returned. + * @opt_param string levels A list of office levels to filter by. Only offices + * that serve at least one of these levels will be returned. Divisions that + * don't contain a matching office will not be returned. + * @opt_param string roles A list of office roles to filter by. Only offices + * fulfilling one of these roles will be returned. Divisions that don't contain + * a matching office will not be returned. + * @return Google_Service_CivicInfo_RepresentativeInfoResponse + */ + public function representativeInfoByAddress($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse"); + } + /** + * Looks up representative information for a single geographic division. + * (representatives.representativeInfoByDivision) + * + * @param string $ocdId The Open Civic Data division identifier of the division + * to look up. + * @param array $optParams Optional parameters. + * + * @opt_param string levels A list of office levels to filter by. Only offices + * that serve at least one of these levels will be returned. Divisions that + * don't contain a matching office will not be returned. + * @opt_param bool recursive If true, information about all divisions contained + * in the division requested will be included as well. For example, if querying + * ocd-division/country:us/district:dc, this would also return all DC's wards + * and ANCs. + * @opt_param string roles A list of office roles to filter by. Only offices + * fulfilling one of these roles will be returned. Divisions that don't contain + * a matching office will not be returned. + * @return Google_Service_CivicInfo_RepresentativeInfoData + */ + public function representativeInfoByDivision($ocdId, $optParams = array()) + { + $params = array('ocdId' => $ocdId); + $params = array_merge($params, $optParams); + return $this->call('representativeInfoByDivision', array($params), "Google_Service_CivicInfo_RepresentativeInfoData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/SimpleAddressType.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/SimpleAddressType.php new file mode 100644 index 000000000..cb3a708b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/SimpleAddressType.php @@ -0,0 +1,84 @@ +city = $city; + } + public function getCity() + { + return $this->city; + } + public function setLine1($line1) + { + $this->line1 = $line1; + } + public function getLine1() + { + return $this->line1; + } + public function setLine2($line2) + { + $this->line2 = $line2; + } + public function getLine2() + { + return $this->line2; + } + public function setLine3($line3) + { + $this->line3 = $line3; + } + public function getLine3() + { + return $this->line3; + } + public function setLocationName($locationName) + { + $this->locationName = $locationName; + } + public function getLocationName() + { + return $this->locationName; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setZip($zip) + { + $this->zip = $zip; + } + public function getZip() + { + return $this->zip; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Source.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Source.php new file mode 100644 index 000000000..66392a78e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Source.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setOfficial($official) + { + $this->official = $official; + } + public function getOfficial() + { + return $this->official; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/StreetSegment.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/StreetSegment.php new file mode 100644 index 000000000..0e25c89a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/StreetSegment.php @@ -0,0 +1,441 @@ +administrationRegionIds = $administrationRegionIds; + } + public function getAdministrationRegionIds() + { + return $this->administrationRegionIds; + } + public function setBeforeGeocodeId($beforeGeocodeId) + { + $this->beforeGeocodeId = $beforeGeocodeId; + } + public function getBeforeGeocodeId() + { + return $this->beforeGeocodeId; + } + public function setCatalistUniquePrecinctCode($catalistUniquePrecinctCode) + { + $this->catalistUniquePrecinctCode = $catalistUniquePrecinctCode; + } + public function getCatalistUniquePrecinctCode() + { + return $this->catalistUniquePrecinctCode; + } + public function setCity($city) + { + $this->city = $city; + } + public function getCity() + { + return $this->city; + } + public function setCityCouncilDistrict($cityCouncilDistrict) + { + $this->cityCouncilDistrict = $cityCouncilDistrict; + } + public function getCityCouncilDistrict() + { + return $this->cityCouncilDistrict; + } + public function setCongressionalDistrict($congressionalDistrict) + { + $this->congressionalDistrict = $congressionalDistrict; + } + public function getCongressionalDistrict() + { + return $this->congressionalDistrict; + } + public function setContestIds($contestIds) + { + $this->contestIds = $contestIds; + } + public function getContestIds() + { + return $this->contestIds; + } + public function setCountyCouncilDistrict($countyCouncilDistrict) + { + $this->countyCouncilDistrict = $countyCouncilDistrict; + } + public function getCountyCouncilDistrict() + { + return $this->countyCouncilDistrict; + } + public function setCountyFips($countyFips) + { + $this->countyFips = $countyFips; + } + public function getCountyFips() + { + return $this->countyFips; + } + public function setDatasetId($datasetId) + { + $this->datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setEarlyVoteSiteByIds($earlyVoteSiteByIds) + { + $this->earlyVoteSiteByIds = $earlyVoteSiteByIds; + } + public function getEarlyVoteSiteByIds() + { + return $this->earlyVoteSiteByIds; + } + public function setEndHouseNumber($endHouseNumber) + { + $this->endHouseNumber = $endHouseNumber; + } + public function getEndHouseNumber() + { + return $this->endHouseNumber; + } + /** + * @param Google_Service_CivicInfo_PointProto + */ + public function setGeocodedPoint(Google_Service_CivicInfo_PointProto $geocodedPoint) + { + $this->geocodedPoint = $geocodedPoint; + } + /** + * @return Google_Service_CivicInfo_PointProto + */ + public function getGeocodedPoint() + { + return $this->geocodedPoint; + } + public function setGeographicDivisionOcdIds($geographicDivisionOcdIds) + { + $this->geographicDivisionOcdIds = $geographicDivisionOcdIds; + } + public function getGeographicDivisionOcdIds() + { + return $this->geographicDivisionOcdIds; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setJudicialDistrict($judicialDistrict) + { + $this->judicialDistrict = $judicialDistrict; + } + public function getJudicialDistrict() + { + return $this->judicialDistrict; + } + public function setMailOnly($mailOnly) + { + $this->mailOnly = $mailOnly; + } + public function getMailOnly() + { + return $this->mailOnly; + } + public function setMunicipalDistrict($municipalDistrict) + { + $this->municipalDistrict = $municipalDistrict; + } + public function getMunicipalDistrict() + { + return $this->municipalDistrict; + } + public function setNcoaAddress($ncoaAddress) + { + $this->ncoaAddress = $ncoaAddress; + } + public function getNcoaAddress() + { + return $this->ncoaAddress; + } + public function setOddOrEvens($oddOrEvens) + { + $this->oddOrEvens = $oddOrEvens; + } + public function getOddOrEvens() + { + return $this->oddOrEvens; + } + public function setOriginalId($originalId) + { + $this->originalId = $originalId; + } + public function getOriginalId() + { + return $this->originalId; + } + public function setPollinglocationByIds($pollinglocationByIds) + { + $this->pollinglocationByIds = $pollinglocationByIds; + } + public function getPollinglocationByIds() + { + return $this->pollinglocationByIds; + } + public function setPrecinctName($precinctName) + { + $this->precinctName = $precinctName; + } + public function getPrecinctName() + { + return $this->precinctName; + } + public function setPrecinctOcdId($precinctOcdId) + { + $this->precinctOcdId = $precinctOcdId; + } + public function getPrecinctOcdId() + { + return $this->precinctOcdId; + } + /** + * @param Google_Service_CivicInfo_Provenance + */ + public function setProvenances($provenances) + { + $this->provenances = $provenances; + } + /** + * @return Google_Service_CivicInfo_Provenance + */ + public function getProvenances() + { + return $this->provenances; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSchoolDistrict($schoolDistrict) + { + $this->schoolDistrict = $schoolDistrict; + } + public function getSchoolDistrict() + { + return $this->schoolDistrict; + } + public function setStartHouseNumber($startHouseNumber) + { + $this->startHouseNumber = $startHouseNumber; + } + public function getStartHouseNumber() + { + return $this->startHouseNumber; + } + public function setStartLatE7($startLatE7) + { + $this->startLatE7 = $startLatE7; + } + public function getStartLatE7() + { + return $this->startLatE7; + } + public function setStartLngE7($startLngE7) + { + $this->startLngE7 = $startLngE7; + } + public function getStartLngE7() + { + return $this->startLngE7; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateHouseDistrict($stateHouseDistrict) + { + $this->stateHouseDistrict = $stateHouseDistrict; + } + public function getStateHouseDistrict() + { + return $this->stateHouseDistrict; + } + public function setStateSenateDistrict($stateSenateDistrict) + { + $this->stateSenateDistrict = $stateSenateDistrict; + } + public function getStateSenateDistrict() + { + return $this->stateSenateDistrict; + } + public function setStreetName($streetName) + { + $this->streetName = $streetName; + } + public function getStreetName() + { + return $this->streetName; + } + public function setSubAdministrativeAreaName($subAdministrativeAreaName) + { + $this->subAdministrativeAreaName = $subAdministrativeAreaName; + } + public function getSubAdministrativeAreaName() + { + return $this->subAdministrativeAreaName; + } + public function setSurrogateId($surrogateId) + { + $this->surrogateId = $surrogateId; + } + public function getSurrogateId() + { + return $this->surrogateId; + } + public function setTargetsmartUniquePrecinctCode($targetsmartUniquePrecinctCode) + { + $this->targetsmartUniquePrecinctCode = $targetsmartUniquePrecinctCode; + } + public function getTargetsmartUniquePrecinctCode() + { + return $this->targetsmartUniquePrecinctCode; + } + public function setTownshipDistrict($townshipDistrict) + { + $this->townshipDistrict = $townshipDistrict; + } + public function getTownshipDistrict() + { + return $this->townshipDistrict; + } + public function setUnitNumber($unitNumber) + { + $this->unitNumber = $unitNumber; + } + public function getUnitNumber() + { + return $this->unitNumber; + } + public function setUnitType($unitType) + { + $this->unitType = $unitType; + } + public function getUnitType() + { + return $this->unitType; + } + public function setVanPrecinctCode($vanPrecinctCode) + { + $this->vanPrecinctCode = $vanPrecinctCode; + } + public function getVanPrecinctCode() + { + return $this->vanPrecinctCode; + } + public function setVoterGeographicDivisionOcdIds($voterGeographicDivisionOcdIds) + { + $this->voterGeographicDivisionOcdIds = $voterGeographicDivisionOcdIds; + } + public function getVoterGeographicDivisionOcdIds() + { + return $this->voterGeographicDivisionOcdIds; + } + public function setWardDistrict($wardDistrict) + { + $this->wardDistrict = $wardDistrict; + } + public function getWardDistrict() + { + return $this->wardDistrict; + } + public function setWildcard($wildcard) + { + $this->wildcard = $wildcard; + } + public function getWildcard() + { + return $this->wildcard; + } + public function setZip($zip) + { + $this->zip = $zip; + } + public function getZip() + { + return $this->zip; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/StreetSegmentList.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/StreetSegmentList.php new file mode 100644 index 000000000..c5c64fd69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/StreetSegmentList.php @@ -0,0 +1,38 @@ +segments = $segments; + } + /** + * @return Google_Service_CivicInfo_StreetSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoRequest.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoRequest.php new file mode 100644 index 000000000..b3482acb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoRequest.php @@ -0,0 +1,53 @@ +contextParams = $contextParams; + } + /** + * @return Google_Service_CivicInfo_ContextParams + */ + public function getContextParams() + { + return $this->contextParams; + } + /** + * @param Google_Service_CivicInfo_VoterInfoSegmentResult + */ + public function setVoterInfoSegmentResult(Google_Service_CivicInfo_VoterInfoSegmentResult $voterInfoSegmentResult) + { + $this->voterInfoSegmentResult = $voterInfoSegmentResult; + } + /** + * @return Google_Service_CivicInfo_VoterInfoSegmentResult + */ + public function getVoterInfoSegmentResult() + { + return $this->voterInfoSegmentResult; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.php new file mode 100644 index 000000000..e34e67257 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.php @@ -0,0 +1,193 @@ +contests = $contests; + } + /** + * @return Google_Service_CivicInfo_Contest + */ + public function getContests() + { + return $this->contests; + } + /** + * @param Google_Service_CivicInfo_PollingLocation + */ + public function setDropOffLocations($dropOffLocations) + { + $this->dropOffLocations = $dropOffLocations; + } + /** + * @return Google_Service_CivicInfo_PollingLocation + */ + public function getDropOffLocations() + { + return $this->dropOffLocations; + } + /** + * @param Google_Service_CivicInfo_PollingLocation + */ + public function setEarlyVoteSites($earlyVoteSites) + { + $this->earlyVoteSites = $earlyVoteSites; + } + /** + * @return Google_Service_CivicInfo_PollingLocation + */ + public function getEarlyVoteSites() + { + return $this->earlyVoteSites; + } + /** + * @param Google_Service_CivicInfo_Election + */ + public function setElection(Google_Service_CivicInfo_Election $election) + { + $this->election = $election; + } + /** + * @return Google_Service_CivicInfo_Election + */ + public function getElection() + { + return $this->election; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMailOnly($mailOnly) + { + $this->mailOnly = $mailOnly; + } + public function getMailOnly() + { + return $this->mailOnly; + } + /** + * @param Google_Service_CivicInfo_SimpleAddressType + */ + public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) + { + $this->normalizedInput = $normalizedInput; + } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ + public function getNormalizedInput() + { + return $this->normalizedInput; + } + /** + * @param Google_Service_CivicInfo_Election + */ + public function setOtherElections($otherElections) + { + $this->otherElections = $otherElections; + } + /** + * @return Google_Service_CivicInfo_Election + */ + public function getOtherElections() + { + return $this->otherElections; + } + /** + * @param Google_Service_CivicInfo_PollingLocation + */ + public function setPollingLocations($pollingLocations) + { + $this->pollingLocations = $pollingLocations; + } + /** + * @return Google_Service_CivicInfo_PollingLocation + */ + public function getPollingLocations() + { + return $this->pollingLocations; + } + public function setPrecinctId($precinctId) + { + $this->precinctId = $precinctId; + } + public function getPrecinctId() + { + return $this->precinctId; + } + /** + * @param Google_Service_CivicInfo_StreetSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CivicInfo_StreetSegment + */ + public function getSegments() + { + return $this->segments; + } + /** + * @param Google_Service_CivicInfo_AdministrationRegion + */ + public function setState($state) + { + $this->state = $state; + } + /** + * @return Google_Service_CivicInfo_AdministrationRegion + */ + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoSegmentResult.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoSegmentResult.php new file mode 100644 index 000000000..c3ba5c36f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoSegmentResult.php @@ -0,0 +1,78 @@ +generatedMillis = $generatedMillis; + } + public function getGeneratedMillis() + { + return $this->generatedMillis; + } + /** + * @param Google_Service_CivicInfo_PostalAddress + */ + public function setPostalAddress(Google_Service_CivicInfo_PostalAddress $postalAddress) + { + $this->postalAddress = $postalAddress; + } + /** + * @return Google_Service_CivicInfo_PostalAddress + */ + public function getPostalAddress() + { + return $this->postalAddress; + } + /** + * @param Google_Service_CivicInfo_VoterInfoRequest + */ + public function setRequest(Google_Service_CivicInfo_VoterInfoRequest $request) + { + $this->request = $request; + } + /** + * @return Google_Service_CivicInfo_VoterInfoRequest + */ + public function getRequest() + { + return $this->request; + } + /** + * @param Google_Service_CivicInfo_VoterInfoResponse + */ + public function setResponse(Google_Service_CivicInfo_VoterInfoResponse $response) + { + $this->response = $response; + } + /** + * @return Google_Service_CivicInfo_VoterInfoResponse + */ + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom.php b/vendor/google/apiclient-services/src/Google/Service/Classroom.php new file mode 100644 index 000000000..c9869752d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom.php @@ -0,0 +1,1132 @@ + + * Manages classes, rosters, and invitations in Google Classroom. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Classroom extends Google_Service +{ + /** View and manage announcements in Google Classroom. */ + const CLASSROOM_ANNOUNCEMENTS = + "https://www.googleapis.com/auth/classroom.announcements"; + /** View announcements in Google Classroom. */ + const CLASSROOM_ANNOUNCEMENTS_READONLY = + "https://www.googleapis.com/auth/classroom.announcements.readonly"; + /** Manage your Google Classroom classes. */ + const CLASSROOM_COURSES = + "https://www.googleapis.com/auth/classroom.courses"; + /** View your Google Classroom classes. */ + const CLASSROOM_COURSES_READONLY = + "https://www.googleapis.com/auth/classroom.courses.readonly"; + /** Manage your course work and view your grades in Google Classroom. */ + const CLASSROOM_COURSEWORK_ME = + "https://www.googleapis.com/auth/classroom.coursework.me"; + /** View your course work and grades in Google Classroom. */ + const CLASSROOM_COURSEWORK_ME_READONLY = + "https://www.googleapis.com/auth/classroom.coursework.me.readonly"; + /** Manage course work and grades for students in the Google Classroom classes you teach and view the course work and grades for classes you administer. */ + const CLASSROOM_COURSEWORK_STUDENTS = + "https://www.googleapis.com/auth/classroom.coursework.students"; + /** View course work and grades for students in the Google Classroom classes you teach or administer. */ + const CLASSROOM_COURSEWORK_STUDENTS_READONLY = + "https://www.googleapis.com/auth/classroom.coursework.students.readonly"; + /** View your Google Classroom guardians. */ + const CLASSROOM_GUARDIANLINKS_ME_READONLY = + "https://www.googleapis.com/auth/classroom.guardianlinks.me.readonly"; + /** View and manage guardians for students in your Google Classroom classes. */ + const CLASSROOM_GUARDIANLINKS_STUDENTS = + "https://www.googleapis.com/auth/classroom.guardianlinks.students"; + /** View guardians for students in your Google Classroom classes. */ + const CLASSROOM_GUARDIANLINKS_STUDENTS_READONLY = + "https://www.googleapis.com/auth/classroom.guardianlinks.students.readonly"; + /** View the email addresses of people in your classes. */ + const CLASSROOM_PROFILE_EMAILS = + "https://www.googleapis.com/auth/classroom.profile.emails"; + /** View the profile photos of people in your classes. */ + const CLASSROOM_PROFILE_PHOTOS = + "https://www.googleapis.com/auth/classroom.profile.photos"; + /** Receive notifications about your Google Classroom data. */ + const CLASSROOM_PUSH_NOTIFICATIONS = + "https://www.googleapis.com/auth/classroom.push-notifications"; + /** Manage your Google Classroom class rosters. */ + const CLASSROOM_ROSTERS = + "https://www.googleapis.com/auth/classroom.rosters"; + /** View your Google Classroom class rosters. */ + const CLASSROOM_ROSTERS_READONLY = + "https://www.googleapis.com/auth/classroom.rosters.readonly"; + /** View your course work and grades in Google Classroom. */ + const CLASSROOM_STUDENT_SUBMISSIONS_ME_READONLY = + "https://www.googleapis.com/auth/classroom.student-submissions.me.readonly"; + /** View course work and grades for students in the Google Classroom classes you teach or administer. */ + const CLASSROOM_STUDENT_SUBMISSIONS_STUDENTS_READONLY = + "https://www.googleapis.com/auth/classroom.student-submissions.students.readonly"; + /** See, create, and edit topics in Google Classroom. */ + const CLASSROOM_TOPICS = + "https://www.googleapis.com/auth/classroom.topics"; + /** View topics in Google Classroom. */ + const CLASSROOM_TOPICS_READONLY = + "https://www.googleapis.com/auth/classroom.topics.readonly"; + + public $courses; + public $courses_aliases; + public $courses_announcements; + public $courses_courseWork; + public $courses_courseWork_studentSubmissions; + public $courses_students; + public $courses_teachers; + public $courses_topics; + public $invitations; + public $registrations; + public $userProfiles; + public $userProfiles_guardianInvitations; + public $userProfiles_guardians; + + /** + * Constructs the internal representation of the Classroom 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://classroom.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'classroom'; + + $this->courses = new Google_Service_Classroom_Resource_Courses( + $this, + $this->serviceName, + 'courses', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/courses/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/courses/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'studentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'teacherId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'courseStates' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/courses/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1/courses/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->courses_aliases = new Google_Service_Classroom_Resource_CoursesAliases( + $this, + $this->serviceName, + 'aliases', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses/{courseId}/aliases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/courses/{courseId}/aliases/{alias}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alias' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/aliases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->courses_announcements = new Google_Service_Classroom_Resource_CoursesAnnouncements( + $this, + $this->serviceName, + 'announcements', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses/{courseId}/announcements', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/courses/{courseId}/announcements/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/courses/{courseId}/announcements/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/announcements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'announcementStates' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'modifyAssignees' => array( + 'path' => 'v1/courses/{courseId}/announcements/{id}:modifyAssignees', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/courses/{courseId}/announcements/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->courses_courseWork = new Google_Service_Classroom_Resource_CoursesCourseWork( + $this, + $this->serviceName, + 'courseWork', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses/{courseId}/courseWork', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/courseWork', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'courseWorkStates' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modifyAssignees' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{id}:modifyAssignees', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->courses_courseWork_studentSubmissions = new Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions( + $this, + $this->serviceName, + 'studentSubmissions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'states' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'late' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modifyAttachments' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:modifyAttachments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reclaim' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:reclaim', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'return' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:return', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'turnIn' => array( + 'path' => 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'courseWorkId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->courses_students = new Google_Service_Classroom_Resource_CoursesStudents( + $this, + $this->serviceName, + 'students', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses/{courseId}/students', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'enrollmentCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1/courses/{courseId}/students/{userId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/courses/{courseId}/students/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/students', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->courses_teachers = new Google_Service_Classroom_Resource_CoursesTeachers( + $this, + $this->serviceName, + 'teachers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses/{courseId}/teachers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/courses/{courseId}/teachers/{userId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/courses/{courseId}/teachers/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/teachers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->courses_topics = new Google_Service_Classroom_Resource_CoursesTopics( + $this, + $this->serviceName, + 'topics', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/courses/{courseId}/topics', + 'httpMethod' => 'POST', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/courses/{courseId}/topics/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/courses/{courseId}/topics/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/courses/{courseId}/topics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/courses/{courseId}/topics/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'courseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->invitations = new Google_Service_Classroom_Resource_Invitations( + $this, + $this->serviceName, + 'invitations', + array( + 'methods' => array( + 'accept' => array( + 'path' => 'v1/invitations/{id}:accept', + 'httpMethod' => 'POST', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/invitations', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/invitations/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/invitations/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/invitations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'courseId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->registrations = new Google_Service_Classroom_Resource_Registrations( + $this, + $this->serviceName, + 'registrations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/registrations', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/registrations/{registrationId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'registrationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->userProfiles = new Google_Service_Classroom_Resource_UserProfiles( + $this, + $this->serviceName, + 'userProfiles', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/userProfiles/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->userProfiles_guardianInvitations = new Google_Service_Classroom_Resource_UserProfilesGuardianInvitations( + $this, + $this->serviceName, + 'guardianInvitations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/userProfiles/{studentId}/guardianInvitations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'invitationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/userProfiles/{studentId}/guardianInvitations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'invitedEmailAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'states' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'invitationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->userProfiles_guardians = new Google_Service_Classroom_Resource_UserProfilesGuardians( + $this, + $this->serviceName, + 'guardians', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/userProfiles/{studentId}/guardians/{guardianId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'guardianId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/userProfiles/{studentId}/guardians/{guardianId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'guardianId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/userProfiles/{studentId}/guardians', + 'httpMethod' => 'GET', + 'parameters' => array( + 'studentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'invitedEmailAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Announcement.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Announcement.php new file mode 100644 index 000000000..e0d3d474b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Announcement.php @@ -0,0 +1,144 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setAssigneeMode($assigneeMode) + { + $this->assigneeMode = $assigneeMode; + } + public function getAssigneeMode() + { + return $this->assigneeMode; + } + public function setCourseId($courseId) + { + $this->courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setCreatorUserId($creatorUserId) + { + $this->creatorUserId = $creatorUserId; + } + public function getCreatorUserId() + { + return $this->creatorUserId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Classroom_IndividualStudentsOptions + */ + public function setIndividualStudentsOptions(Google_Service_Classroom_IndividualStudentsOptions $individualStudentsOptions) + { + $this->individualStudentsOptions = $individualStudentsOptions; + } + /** + * @return Google_Service_Classroom_IndividualStudentsOptions + */ + public function getIndividualStudentsOptions() + { + return $this->individualStudentsOptions; + } + /** + * @param Google_Service_Classroom_Material + */ + public function setMaterials($materials) + { + $this->materials = $materials; + } + /** + * @return Google_Service_Classroom_Material + */ + public function getMaterials() + { + return $this->materials; + } + public function setScheduledTime($scheduledTime) + { + $this->scheduledTime = $scheduledTime; + } + public function getScheduledTime() + { + return $this->scheduledTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php new file mode 100644 index 000000000..4310207ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php @@ -0,0 +1,37 @@ +studentWorkFolder = $studentWorkFolder; + } + /** + * @return Google_Service_Classroom_DriveFolder + */ + public function getStudentWorkFolder() + { + return $this->studentWorkFolder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.php new file mode 100644 index 000000000..86f59a31e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.php @@ -0,0 +1,38 @@ +attachments = $attachments; + } + /** + * @return Google_Service_Classroom_Attachment + */ + public function getAttachments() + { + return $this->attachments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.php new file mode 100644 index 000000000..47490b161 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.php @@ -0,0 +1,85 @@ +driveFile = $driveFile; + } + /** + * @return Google_Service_Classroom_DriveFile + */ + public function getDriveFile() + { + return $this->driveFile; + } + /** + * @param Google_Service_Classroom_Form + */ + public function setForm(Google_Service_Classroom_Form $form) + { + $this->form = $form; + } + /** + * @return Google_Service_Classroom_Form + */ + public function getForm() + { + return $this->form; + } + /** + * @param Google_Service_Classroom_Link + */ + public function setLink(Google_Service_Classroom_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Classroom_Link + */ + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_Classroom_YouTubeVideo + */ + public function setYouTubeVideo(Google_Service_Classroom_YouTubeVideo $youTubeVideo) + { + $this->youTubeVideo = $youTubeVideo; + } + /** + * @return Google_Service_Classroom_YouTubeVideo + */ + public function getYouTubeVideo() + { + return $this->youTubeVideo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.php new file mode 100644 index 000000000..210892d83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.php @@ -0,0 +1,20 @@ +topicName = $topicName; + } + public function getTopicName() + { + return $this->topicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Course.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Course.php new file mode 100644 index 000000000..0b7873d92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Course.php @@ -0,0 +1,198 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setCalendarId($calendarId) + { + $this->calendarId = $calendarId; + } + public function getCalendarId() + { + return $this->calendarId; + } + public function setCourseGroupEmail($courseGroupEmail) + { + $this->courseGroupEmail = $courseGroupEmail; + } + public function getCourseGroupEmail() + { + return $this->courseGroupEmail; + } + /** + * @param Google_Service_Classroom_CourseMaterialSet + */ + public function setCourseMaterialSets($courseMaterialSets) + { + $this->courseMaterialSets = $courseMaterialSets; + } + /** + * @return Google_Service_Classroom_CourseMaterialSet + */ + public function getCourseMaterialSets() + { + return $this->courseMaterialSets; + } + public function setCourseState($courseState) + { + $this->courseState = $courseState; + } + public function getCourseState() + { + return $this->courseState; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDescriptionHeading($descriptionHeading) + { + $this->descriptionHeading = $descriptionHeading; + } + public function getDescriptionHeading() + { + return $this->descriptionHeading; + } + public function setEnrollmentCode($enrollmentCode) + { + $this->enrollmentCode = $enrollmentCode; + } + public function getEnrollmentCode() + { + return $this->enrollmentCode; + } + public function setGuardiansEnabled($guardiansEnabled) + { + $this->guardiansEnabled = $guardiansEnabled; + } + public function getGuardiansEnabled() + { + return $this->guardiansEnabled; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + public function getOwnerId() + { + return $this->ownerId; + } + public function setRoom($room) + { + $this->room = $room; + } + public function getRoom() + { + return $this->room; + } + public function setSection($section) + { + $this->section = $section; + } + public function getSection() + { + return $this->section; + } + /** + * @param Google_Service_Classroom_DriveFolder + */ + public function setTeacherFolder(Google_Service_Classroom_DriveFolder $teacherFolder) + { + $this->teacherFolder = $teacherFolder; + } + /** + * @return Google_Service_Classroom_DriveFolder + */ + public function getTeacherFolder() + { + return $this->teacherFolder; + } + public function setTeacherGroupEmail($teacherGroupEmail) + { + $this->teacherGroupEmail = $teacherGroupEmail; + } + public function getTeacherGroupEmail() + { + return $this->teacherGroupEmail; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php new file mode 100644 index 000000000..857843fd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php @@ -0,0 +1,30 @@ +alias = $alias; + } + public function getAlias() + { + return $this->alias; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterial.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterial.php new file mode 100644 index 000000000..6ae28bfc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterial.php @@ -0,0 +1,85 @@ +driveFile = $driveFile; + } + /** + * @return Google_Service_Classroom_DriveFile + */ + public function getDriveFile() + { + return $this->driveFile; + } + /** + * @param Google_Service_Classroom_Form + */ + public function setForm(Google_Service_Classroom_Form $form) + { + $this->form = $form; + } + /** + * @return Google_Service_Classroom_Form + */ + public function getForm() + { + return $this->form; + } + /** + * @param Google_Service_Classroom_Link + */ + public function setLink(Google_Service_Classroom_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Classroom_Link + */ + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_Classroom_YouTubeVideo + */ + public function setYouTubeVideo(Google_Service_Classroom_YouTubeVideo $youTubeVideo) + { + $this->youTubeVideo = $youTubeVideo; + } + /** + * @return Google_Service_Classroom_YouTubeVideo + */ + public function getYouTubeVideo() + { + return $this->youTubeVideo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.php new file mode 100644 index 000000000..c9f1ce0e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.php @@ -0,0 +1,47 @@ +materials = $materials; + } + /** + * @return Google_Service_Classroom_CourseMaterial + */ + public function getMaterials() + { + return $this->materials; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseRosterChangesInfo.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseRosterChangesInfo.php new file mode 100644 index 000000000..d89fc20d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseRosterChangesInfo.php @@ -0,0 +1,30 @@ +courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php new file mode 100644 index 000000000..cfb26d91c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php @@ -0,0 +1,262 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setAssigneeMode($assigneeMode) + { + $this->assigneeMode = $assigneeMode; + } + public function getAssigneeMode() + { + return $this->assigneeMode; + } + /** + * @param Google_Service_Classroom_Assignment + */ + public function setAssignment(Google_Service_Classroom_Assignment $assignment) + { + $this->assignment = $assignment; + } + /** + * @return Google_Service_Classroom_Assignment + */ + public function getAssignment() + { + return $this->assignment; + } + public function setAssociatedWithDeveloper($associatedWithDeveloper) + { + $this->associatedWithDeveloper = $associatedWithDeveloper; + } + public function getAssociatedWithDeveloper() + { + return $this->associatedWithDeveloper; + } + public function setCourseId($courseId) + { + $this->courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setCreatorUserId($creatorUserId) + { + $this->creatorUserId = $creatorUserId; + } + public function getCreatorUserId() + { + return $this->creatorUserId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Classroom_Date + */ + public function setDueDate(Google_Service_Classroom_Date $dueDate) + { + $this->dueDate = $dueDate; + } + /** + * @return Google_Service_Classroom_Date + */ + public function getDueDate() + { + return $this->dueDate; + } + /** + * @param Google_Service_Classroom_TimeOfDay + */ + public function setDueTime(Google_Service_Classroom_TimeOfDay $dueTime) + { + $this->dueTime = $dueTime; + } + /** + * @return Google_Service_Classroom_TimeOfDay + */ + public function getDueTime() + { + return $this->dueTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Classroom_IndividualStudentsOptions + */ + public function setIndividualStudentsOptions(Google_Service_Classroom_IndividualStudentsOptions $individualStudentsOptions) + { + $this->individualStudentsOptions = $individualStudentsOptions; + } + /** + * @return Google_Service_Classroom_IndividualStudentsOptions + */ + public function getIndividualStudentsOptions() + { + return $this->individualStudentsOptions; + } + /** + * @param Google_Service_Classroom_Material + */ + public function setMaterials($materials) + { + $this->materials = $materials; + } + /** + * @return Google_Service_Classroom_Material + */ + public function getMaterials() + { + return $this->materials; + } + public function setMaxPoints($maxPoints) + { + $this->maxPoints = $maxPoints; + } + public function getMaxPoints() + { + return $this->maxPoints; + } + /** + * @param Google_Service_Classroom_MultipleChoiceQuestion + */ + public function setMultipleChoiceQuestion(Google_Service_Classroom_MultipleChoiceQuestion $multipleChoiceQuestion) + { + $this->multipleChoiceQuestion = $multipleChoiceQuestion; + } + /** + * @return Google_Service_Classroom_MultipleChoiceQuestion + */ + public function getMultipleChoiceQuestion() + { + return $this->multipleChoiceQuestion; + } + public function setScheduledTime($scheduledTime) + { + $this->scheduledTime = $scheduledTime; + } + public function getScheduledTime() + { + return $this->scheduledTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSubmissionModificationMode($submissionModificationMode) + { + $this->submissionModificationMode = $submissionModificationMode; + } + public function getSubmissionModificationMode() + { + return $this->submissionModificationMode; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTopicId($topicId) + { + $this->topicId = $topicId; + } + public function getTopicId() + { + return $this->topicId; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setWorkType($workType) + { + $this->workType = $workType; + } + public function getWorkType() + { + return $this->workType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWorkChangesInfo.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWorkChangesInfo.php new file mode 100644 index 000000000..742703da2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWorkChangesInfo.php @@ -0,0 +1,30 @@ +courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Date.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Date.php new file mode 100644 index 000000000..017add24e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/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/vendor/google/apiclient-services/src/Google/Service/Classroom/DriveFile.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/DriveFile.php new file mode 100644 index 000000000..94e195b38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/DriveFile.php @@ -0,0 +1,57 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setThumbnailUrl($thumbnailUrl) + { + $this->thumbnailUrl = $thumbnailUrl; + } + public function getThumbnailUrl() + { + return $this->thumbnailUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/DriveFolder.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/DriveFolder.php new file mode 100644 index 000000000..d819e3278 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/DriveFolder.php @@ -0,0 +1,48 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Feed.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Feed.php new file mode 100644 index 000000000..dea7441b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Feed.php @@ -0,0 +1,62 @@ +courseRosterChangesInfo = $courseRosterChangesInfo; + } + /** + * @return Google_Service_Classroom_CourseRosterChangesInfo + */ + public function getCourseRosterChangesInfo() + { + return $this->courseRosterChangesInfo; + } + /** + * @param Google_Service_Classroom_CourseWorkChangesInfo + */ + public function setCourseWorkChangesInfo(Google_Service_Classroom_CourseWorkChangesInfo $courseWorkChangesInfo) + { + $this->courseWorkChangesInfo = $courseWorkChangesInfo; + } + /** + * @return Google_Service_Classroom_CourseWorkChangesInfo + */ + public function getCourseWorkChangesInfo() + { + return $this->courseWorkChangesInfo; + } + public function setFeedType($feedType) + { + $this->feedType = $feedType; + } + public function getFeedType() + { + return $this->feedType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Form.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Form.php new file mode 100644 index 000000000..ec83045c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Form.php @@ -0,0 +1,57 @@ +formUrl = $formUrl; + } + public function getFormUrl() + { + return $this->formUrl; + } + public function setResponseUrl($responseUrl) + { + $this->responseUrl = $responseUrl; + } + public function getResponseUrl() + { + return $this->responseUrl; + } + public function setThumbnailUrl($thumbnailUrl) + { + $this->thumbnailUrl = $thumbnailUrl; + } + public function getThumbnailUrl() + { + return $this->thumbnailUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/GlobalPermission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/GlobalPermission.php new file mode 100644 index 000000000..cfb47e3b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/GlobalPermission.php @@ -0,0 +1,30 @@ +permission = $permission; + } + public function getPermission() + { + return $this->permission; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/GradeHistory.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/GradeHistory.php new file mode 100644 index 000000000..f359df8fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/GradeHistory.php @@ -0,0 +1,66 @@ +actorUserId = $actorUserId; + } + public function getActorUserId() + { + return $this->actorUserId; + } + public function setGradeChangeType($gradeChangeType) + { + $this->gradeChangeType = $gradeChangeType; + } + public function getGradeChangeType() + { + return $this->gradeChangeType; + } + public function setGradeTimestamp($gradeTimestamp) + { + $this->gradeTimestamp = $gradeTimestamp; + } + public function getGradeTimestamp() + { + return $this->gradeTimestamp; + } + public function setMaxPoints($maxPoints) + { + $this->maxPoints = $maxPoints; + } + public function getMaxPoints() + { + return $this->maxPoints; + } + public function setPointsEarned($pointsEarned) + { + $this->pointsEarned = $pointsEarned; + } + public function getPointsEarned() + { + return $this->pointsEarned; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Guardian.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Guardian.php new file mode 100644 index 000000000..936984b0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Guardian.php @@ -0,0 +1,64 @@ +guardianId = $guardianId; + } + public function getGuardianId() + { + return $this->guardianId; + } + /** + * @param Google_Service_Classroom_UserProfile + */ + public function setGuardianProfile(Google_Service_Classroom_UserProfile $guardianProfile) + { + $this->guardianProfile = $guardianProfile; + } + /** + * @return Google_Service_Classroom_UserProfile + */ + public function getGuardianProfile() + { + return $this->guardianProfile; + } + public function setInvitedEmailAddress($invitedEmailAddress) + { + $this->invitedEmailAddress = $invitedEmailAddress; + } + public function getInvitedEmailAddress() + { + return $this->invitedEmailAddress; + } + public function setStudentId($studentId) + { + $this->studentId = $studentId; + } + public function getStudentId() + { + return $this->studentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php new file mode 100644 index 000000000..f055cc7cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php @@ -0,0 +1,66 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setInvitationId($invitationId) + { + $this->invitationId = $invitationId; + } + public function getInvitationId() + { + return $this->invitationId; + } + public function setInvitedEmailAddress($invitedEmailAddress) + { + $this->invitedEmailAddress = $invitedEmailAddress; + } + public function getInvitedEmailAddress() + { + return $this->invitedEmailAddress; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStudentId($studentId) + { + $this->studentId = $studentId; + } + public function getStudentId() + { + return $this->studentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/IndividualStudentsOptions.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/IndividualStudentsOptions.php new file mode 100644 index 000000000..6ba95b632 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/IndividualStudentsOptions.php @@ -0,0 +1,31 @@ +studentIds = $studentIds; + } + public function getStudentIds() + { + return $this->studentIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Invitation.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Invitation.php new file mode 100644 index 000000000..4101bd38b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Invitation.php @@ -0,0 +1,57 @@ +courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Link.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Link.php new file mode 100644 index 000000000..146917045 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Link.php @@ -0,0 +1,48 @@ +thumbnailUrl = $thumbnailUrl; + } + public function getThumbnailUrl() + { + return $this->thumbnailUrl; + } + 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/vendor/google/apiclient-services/src/Google/Service/Classroom/ListAnnouncementsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListAnnouncementsResponse.php new file mode 100644 index 000000000..cc99343dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListAnnouncementsResponse.php @@ -0,0 +1,47 @@ +announcements = $announcements; + } + /** + * @return Google_Service_Classroom_Announcement + */ + public function getAnnouncements() + { + return $this->announcements; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseAliasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseAliasesResponse.php new file mode 100644 index 000000000..685de6c87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseAliasesResponse.php @@ -0,0 +1,47 @@ +aliases = $aliases; + } + /** + * @return Google_Service_Classroom_CourseAlias + */ + public function getAliases() + { + return $this->aliases; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php new file mode 100644 index 000000000..e10cb70f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php @@ -0,0 +1,47 @@ +courseWork = $courseWork; + } + /** + * @return Google_Service_Classroom_CourseWork + */ + public function getCourseWork() + { + return $this->courseWork; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php new file mode 100644 index 000000000..187bb74cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php @@ -0,0 +1,47 @@ +courses = $courses; + } + /** + * @return Google_Service_Classroom_Course + */ + public function getCourses() + { + return $this->courses; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php new file mode 100644 index 000000000..f373b67b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php @@ -0,0 +1,47 @@ +guardianInvitations = $guardianInvitations; + } + /** + * @return Google_Service_Classroom_GuardianInvitation + */ + public function getGuardianInvitations() + { + return $this->guardianInvitations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php new file mode 100644 index 000000000..7cee9fa90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php @@ -0,0 +1,47 @@ +guardians = $guardians; + } + /** + * @return Google_Service_Classroom_Guardian + */ + public function getGuardians() + { + return $this->guardians; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php new file mode 100644 index 000000000..f23cb1997 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php @@ -0,0 +1,47 @@ +invitations = $invitations; + } + /** + * @return Google_Service_Classroom_Invitation + */ + public function getInvitations() + { + return $this->invitations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php new file mode 100644 index 000000000..7dcdd6def --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Classroom_StudentSubmission + */ + public function setStudentSubmissions($studentSubmissions) + { + $this->studentSubmissions = $studentSubmissions; + } + /** + * @return Google_Service_Classroom_StudentSubmission + */ + public function getStudentSubmissions() + { + return $this->studentSubmissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.php new file mode 100644 index 000000000..198b4b86d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Classroom_Student + */ + public function setStudents($students) + { + $this->students = $students; + } + /** + * @return Google_Service_Classroom_Student + */ + public function getStudents() + { + return $this->students; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.php new file mode 100644 index 000000000..41fcda47c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Classroom_Teacher + */ + public function setTeachers($teachers) + { + $this->teachers = $teachers; + } + /** + * @return Google_Service_Classroom_Teacher + */ + public function getTeachers() + { + return $this->teachers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTopicResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTopicResponse.php new file mode 100644 index 000000000..17a1d7a5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTopicResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Classroom_Topic + */ + public function setTopic($topic) + { + $this->topic = $topic; + } + /** + * @return Google_Service_Classroom_Topic + */ + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php new file mode 100644 index 000000000..d1391005b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php @@ -0,0 +1,85 @@ +driveFile = $driveFile; + } + /** + * @return Google_Service_Classroom_SharedDriveFile + */ + public function getDriveFile() + { + return $this->driveFile; + } + /** + * @param Google_Service_Classroom_Form + */ + public function setForm(Google_Service_Classroom_Form $form) + { + $this->form = $form; + } + /** + * @return Google_Service_Classroom_Form + */ + public function getForm() + { + return $this->form; + } + /** + * @param Google_Service_Classroom_Link + */ + public function setLink(Google_Service_Classroom_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Classroom_Link + */ + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_Classroom_YouTubeVideo + */ + public function setYoutubeVideo(Google_Service_Classroom_YouTubeVideo $youtubeVideo) + { + $this->youtubeVideo = $youtubeVideo; + } + /** + * @return Google_Service_Classroom_YouTubeVideo + */ + public function getYoutubeVideo() + { + return $this->youtubeVideo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAnnouncementAssigneesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAnnouncementAssigneesRequest.php new file mode 100644 index 000000000..47b9ba60b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAnnouncementAssigneesRequest.php @@ -0,0 +1,46 @@ +assigneeMode = $assigneeMode; + } + public function getAssigneeMode() + { + return $this->assigneeMode; + } + /** + * @param Google_Service_Classroom_ModifyIndividualStudentsOptions + */ + public function setModifyIndividualStudentsOptions(Google_Service_Classroom_ModifyIndividualStudentsOptions $modifyIndividualStudentsOptions) + { + $this->modifyIndividualStudentsOptions = $modifyIndividualStudentsOptions; + } + /** + * @return Google_Service_Classroom_ModifyIndividualStudentsOptions + */ + public function getModifyIndividualStudentsOptions() + { + return $this->modifyIndividualStudentsOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.php new file mode 100644 index 000000000..7935d1a43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.php @@ -0,0 +1,38 @@ +addAttachments = $addAttachments; + } + /** + * @return Google_Service_Classroom_Attachment + */ + public function getAddAttachments() + { + return $this->addAttachments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyCourseWorkAssigneesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyCourseWorkAssigneesRequest.php new file mode 100644 index 000000000..72413c839 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyCourseWorkAssigneesRequest.php @@ -0,0 +1,46 @@ +assigneeMode = $assigneeMode; + } + public function getAssigneeMode() + { + return $this->assigneeMode; + } + /** + * @param Google_Service_Classroom_ModifyIndividualStudentsOptions + */ + public function setModifyIndividualStudentsOptions(Google_Service_Classroom_ModifyIndividualStudentsOptions $modifyIndividualStudentsOptions) + { + $this->modifyIndividualStudentsOptions = $modifyIndividualStudentsOptions; + } + /** + * @return Google_Service_Classroom_ModifyIndividualStudentsOptions + */ + public function getModifyIndividualStudentsOptions() + { + return $this->modifyIndividualStudentsOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyIndividualStudentsOptions.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyIndividualStudentsOptions.php new file mode 100644 index 000000000..fe197ee98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyIndividualStudentsOptions.php @@ -0,0 +1,40 @@ +addStudentIds = $addStudentIds; + } + public function getAddStudentIds() + { + return $this->addStudentIds; + } + public function setRemoveStudentIds($removeStudentIds) + { + $this->removeStudentIds = $removeStudentIds; + } + public function getRemoveStudentIds() + { + return $this->removeStudentIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php new file mode 100644 index 000000000..4ec8dff82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php @@ -0,0 +1,31 @@ +choices = $choices; + } + public function getChoices() + { + return $this->choices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceSubmission.php new file mode 100644 index 000000000..bc5a3f4ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceSubmission.php @@ -0,0 +1,30 @@ +answer = $answer; + } + public function getAnswer() + { + return $this->answer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Name.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Name.php new file mode 100644 index 000000000..f0fe92aac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Name.php @@ -0,0 +1,48 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setFullName($fullName) + { + $this->fullName = $fullName; + } + public function getFullName() + { + return $this->fullName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ReclaimStudentSubmissionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ReclaimStudentSubmissionRequest.php new file mode 100644 index 000000000..dc581846f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ReclaimStudentSubmissionRequest.php @@ -0,0 +1,20 @@ +cloudPubsubTopic = $cloudPubsubTopic; + } + /** + * @return Google_Service_Classroom_CloudPubsubTopic + */ + public function getCloudPubsubTopic() + { + return $this->cloudPubsubTopic; + } + public function setExpiryTime($expiryTime) + { + $this->expiryTime = $expiryTime; + } + public function getExpiryTime() + { + return $this->expiryTime; + } + /** + * @param Google_Service_Classroom_Feed + */ + public function setFeed(Google_Service_Classroom_Feed $feed) + { + $this->feed = $feed; + } + /** + * @return Google_Service_Classroom_Feed + */ + public function getFeed() + { + return $this->feed; + } + public function setRegistrationId($registrationId) + { + $this->registrationId = $registrationId; + } + public function getRegistrationId() + { + return $this->registrationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Courses.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Courses.php new file mode 100644 index 000000000..ca7a3a273 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Courses.php @@ -0,0 +1,198 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $courses = $classroomService->courses; + * + */ +class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource +{ + /** + * Creates a course. + * + * The user specified in `ownerId` is the owner of the created course and added + * as a teacher. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to create + * courses or for access errors. * `NOT_FOUND` if the primary teacher is not a + * valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled + * or for the following request errors: * UserGroupsMembershipLimitReached * + * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists. + * (courses.create) + * + * @param Google_Service_Classroom_Course $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Course + */ + public function create(Google_Service_Classroom_Course $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Course"); + } + /** + * Deletes a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to delete the + * requested course or for access errors. * `NOT_FOUND` if no course exists with + * the requested ID. (courses.delete) + * + * @param string $id Identifier of the course to delete. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or for access errors. * `NOT_FOUND` if no course exists with + * the requested ID. (courses.get) + * + * @param string $id Identifier of the course to return. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Course + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Course"); + } + /** + * Returns a list of courses that the requesting user is permitted to view, + * restricted to those that match the request. Returned courses are ordered by + * creation time, with the most recently created coming first. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the query + * argument is malformed. * `NOT_FOUND` if any users specified in the query + * arguments do not exist. (courses.listCourses) + * + * @param array $optParams Optional parameters. + * + * @opt_param string studentId Restricts returned courses to those having a + * student with the specified identifier. The identifier can be one of the + * following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @opt_param string teacherId Restricts returned courses to those having a + * teacher with the specified identifier. The identifier can be one of the + * following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @opt_param string courseStates Restricts returned courses to those in one of + * the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, + * DECLINED. + * @return Google_Service_Classroom_ListCoursesResponse + */ + public function listCourses($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListCoursesResponse"); + } + /** + * Updates one or more fields in a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to modify the + * requested course or for access errors. * `NOT_FOUND` if no course exists with + * the requested ID. * `INVALID_ARGUMENT` if invalid fields are specified in the + * update mask or if no update mask is supplied. * `FAILED_PRECONDITION` for the + * following request errors: * CourseNotModifiable (courses.patch) + * + * @param string $id Identifier of the course to update. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_Course $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields on the course + * to update. This field is required to do an update. The update will fail if + * invalid fields are specified. The following fields are valid: + * + * * `name` * `section` * `descriptionHeading` * `description` * `room` * + * `courseState` * `ownerId` + * + * Note: patches to ownerId are treated as being effective immediately, but in + * practice it may take some time for the ownership transfer of all affected + * resources to complete. + * + * When set in a query parameter, this field should be specified as + * + * `updateMask=,,...` + * @return Google_Service_Classroom_Course + */ + public function patch($id, Google_Service_Classroom_Course $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Classroom_Course"); + } + /** + * Updates a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to modify the + * requested course or for access errors. * `NOT_FOUND` if no course exists with + * the requested ID. * `FAILED_PRECONDITION` for the following request errors: + * * CourseNotModifiable (courses.update) + * + * @param string $id Identifier of the course to update. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_Course $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Course + */ + public function update($id, Google_Service_Classroom_Course $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Classroom_Course"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.php new file mode 100644 index 000000000..e1aea95f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.php @@ -0,0 +1,107 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $aliases = $classroomService->aliases; + * + */ +class Google_Service_Classroom_Resource_CoursesAliases extends Google_Service_Resource +{ + /** + * Creates an alias for a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to create the + * alias or for access errors. * `NOT_FOUND` if the course does not exist. * + * `ALREADY_EXISTS` if the alias already exists. * `FAILED_PRECONDITION` if the + * alias requested does not make sense for the requesting user or course (for + * example, if a user not in a domain attempts to access a domain-scoped + * alias). (aliases.create) + * + * @param string $courseId Identifier of the course to alias. This identifier + * can be either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_CourseAlias $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_CourseAlias + */ + public function create($courseId, Google_Service_Classroom_CourseAlias $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_CourseAlias"); + } + /** + * Deletes an alias of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to remove the + * alias or for access errors. * `NOT_FOUND` if the alias does not exist. * + * `FAILED_PRECONDITION` if the alias requested does not make sense for the + * requesting user or course (for example, if a user not in a domain attempts + * to delete a domain-scoped alias). (aliases.delete) + * + * @param string $courseId Identifier of the course whose alias should be + * deleted. This identifier can be either the Classroom-assigned identifier or + * an alias. + * @param string $alias Alias to delete. This may not be the Classroom-assigned + * identifier. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($courseId, $alias, $optParams = array()) + { + $params = array('courseId' => $courseId, 'alias' => $alias); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a list of aliases for a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * course or for access errors. * `NOT_FOUND` if the course does not exist. + * (aliases.listCoursesAliases) + * + * @param string $courseId The identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListCourseAliasesResponse + */ + public function listCoursesAliases($courseId, $optParams = array()) + { + $params = array('courseId' => $courseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListCourseAliasesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAnnouncements.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAnnouncements.php new file mode 100644 index 000000000..fe6c04d2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAnnouncements.php @@ -0,0 +1,206 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $announcements = $classroomService->announcements; + * + */ +class Google_Service_Classroom_Resource_CoursesAnnouncements extends Google_Service_Resource +{ + /** + * Creates an announcement. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course, create announcements in the requested course, share a Drive + * attachment, or for access errors. * `INVALID_ARGUMENT` if the request is + * malformed. * `NOT_FOUND` if the requested course does not exist. * + * `FAILED_PRECONDITION` for the following request error: * + * AttachmentNotVisible (announcements.create) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_Announcement $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Announcement + */ + public function create($courseId, Google_Service_Classroom_Announcement $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Announcement"); + } + /** + * Deletes an announcement. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding announcement item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting developer project did not create the + * corresponding announcement, if the requesting user is not permitted to delete + * the requested course or for access errors. * `FAILED_PRECONDITION` if the + * requested announcement has already been deleted. * `NOT_FOUND` if no course + * exists with the requested ID. (announcements.delete) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the announcement to delete. This identifier + * is a Classroom-assigned identifier. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($courseId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns an announcement. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or announcement, or for access errors. * `INVALID_ARGUMENT` + * if the request is malformed. * `NOT_FOUND` if the requested course or + * announcement does not exist. (announcements.get) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the announcement. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Announcement + */ + public function get($courseId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Announcement"); + } + /** + * Returns a list of announcements that the requester is permitted to view. + * + * Course students may only view `PUBLISHED` announcements. Course teachers and + * domain administrators may view all announcements. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or for access errors. * `INVALID_ARGUMENT` if the request is + * malformed. * `NOT_FOUND` if the requested course does not exist. + * (announcements.listCoursesAnnouncements) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * + * @opt_param string announcementStates Restriction on the `state` of + * announcements returned. If this argument is left unspecified, the default + * value is `PUBLISHED`. + * @opt_param string orderBy Optional sort ordering for results. A comma- + * separated list of fields with an optional sort direction keyword. Supported + * field is `updateTime`. Supported direction keywords are `asc` and `desc`. If + * not specified, `updateTime desc` is the default behavior. Examples: + * `updateTime asc`, `updateTime` + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListAnnouncementsResponse + */ + public function listCoursesAnnouncements($courseId, $optParams = array()) + { + $params = array('courseId' => $courseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListAnnouncementsResponse"); + } + /** + * Modifies assignee mode and options of an announcement. + * + * Only a teacher of the course that contains the announcement may call this + * method. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work or for access errors. * `INVALID_ARGUMENT` if + * the request is malformed. * `NOT_FOUND` if the requested course or course + * work does not exist. (announcements.modifyAssignees) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the announcement. + * @param Google_Service_Classroom_ModifyAnnouncementAssigneesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Announcement + */ + public function modifyAssignees($courseId, $id, Google_Service_Classroom_ModifyAnnouncementAssigneesRequest $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyAssignees', array($params), "Google_Service_Classroom_Announcement"); + } + /** + * Updates one or more fields of an announcement. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting developer project did not create the + * corresponding announcement or for access errors. * `INVALID_ARGUMENT` if the + * request is malformed. * `FAILED_PRECONDITION` if the requested announcement + * has already been deleted. * `NOT_FOUND` if the requested course or + * announcement does not exist (announcements.patch) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the announcement. + * @param Google_Service_Classroom_Announcement $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields on the + * announcement to update. This field is required to do an update. The update + * fails if invalid fields are specified. If a field supports empty values, it + * can be cleared by specifying it in the update mask and not in the + * Announcement object. If a field that does not support empty values is + * included in the update mask and not set in the Announcement object, an + * `INVALID_ARGUMENT` error will be returned. + * + * The following fields may be specified by teachers: + * + * * `text` * `state` * `scheduled_time` + * @return Google_Service_Classroom_Announcement + */ + public function patch($courseId, $id, Google_Service_Classroom_Announcement $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Classroom_Announcement"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.php new file mode 100644 index 000000000..715a24093 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.php @@ -0,0 +1,223 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $courseWork = $classroomService->courseWork; + * + */ +class Google_Service_Classroom_Resource_CoursesCourseWork extends Google_Service_Resource +{ + /** + * Creates course work. + * + * The resulting course work (and corresponding student submissions) are + * associated with the Developer Console project of the [OAuth client + * ID](https://support.google.com/cloud/answer/6158849) used to make the + * request. Classroom API requests to modify course work and student submissions + * must be made with an OAuth client ID from the associated Developer Console + * project. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course, create course work in the requested course, share a Drive + * attachment, or for access errors. * `INVALID_ARGUMENT` if the request is + * malformed. * `NOT_FOUND` if the requested course does not exist. * + * `FAILED_PRECONDITION` for the following request error: * + * AttachmentNotVisible (courseWork.create) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_CourseWork $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_CourseWork + */ + public function create($courseId, Google_Service_Classroom_CourseWork $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_CourseWork"); + } + /** + * Deletes a course work. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting developer project did not create the + * corresponding course work, if the requesting user is not permitted to delete + * the requested course or for access errors. * `FAILED_PRECONDITION` if the + * requested course work has already been deleted. * `NOT_FOUND` if no course + * exists with the requested ID. (courseWork.delete) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the course work to delete. This identifier is + * a Classroom-assigned identifier. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($courseId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns course work. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work, or for access errors. * `INVALID_ARGUMENT` + * if the request is malformed. * `NOT_FOUND` if the requested course or course + * work does not exist. (courseWork.get) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the course work. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_CourseWork + */ + public function get($courseId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_CourseWork"); + } + /** + * Returns a list of course work that the requester is permitted to view. + * + * Course students may only view `PUBLISHED` course work. Course teachers and + * domain administrators may view all course work. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or for access errors. * `INVALID_ARGUMENT` if the request is + * malformed. * `NOT_FOUND` if the requested course does not exist. + * (courseWork.listCoursesCourseWork) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @opt_param string courseWorkStates Restriction on the work status to return. + * Only courseWork that matches is returned. If unspecified, items with a work + * status of `PUBLISHED` is returned. + * @opt_param string orderBy Optional sort ordering for results. A comma- + * separated list of fields with an optional sort direction keyword. Supported + * fields are `updateTime` and `dueDate`. Supported direction keywords are `asc` + * and `desc`. If not specified, `updateTime desc` is the default behavior. + * Examples: `dueDate asc,updateTime desc`, `updateTime,dueDate desc` + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @return Google_Service_Classroom_ListCourseWorkResponse + */ + public function listCoursesCourseWork($courseId, $optParams = array()) + { + $params = array('courseId' => $courseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListCourseWorkResponse"); + } + /** + * Modifies assignee mode and options of a coursework. + * + * Only a teacher of the course that contains the coursework may call this + * method. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work or for access errors. * `INVALID_ARGUMENT` if + * the request is malformed. * `NOT_FOUND` if the requested course or course + * work does not exist. (courseWork.modifyAssignees) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the coursework. + * @param Google_Service_Classroom_ModifyCourseWorkAssigneesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_CourseWork + */ + public function modifyAssignees($courseId, $id, Google_Service_Classroom_ModifyCourseWorkAssigneesRequest $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyAssignees', array($params), "Google_Service_Classroom_CourseWork"); + } + /** + * Updates one or more fields of a course work. + * + * See google.classroom.v1.CourseWork for details of which fields may be updated + * and who may change them. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting developer project did not create the + * corresponding course work, if the user is not permitted to make the requested + * modification to the student submission, or for access errors. * + * `INVALID_ARGUMENT` if the request is malformed. * `FAILED_PRECONDITION` if + * the requested course work has already been deleted. * `NOT_FOUND` if the + * requested course, course work, or student submission does not exist. + * (courseWork.patch) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the course work. + * @param Google_Service_Classroom_CourseWork $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields on the course + * work to update. This field is required to do an update. The update fails if + * invalid fields are specified. If a field supports empty values, it can be + * cleared by specifying it in the update mask and not in the CourseWork object. + * If a field that does not support empty values is included in the update mask + * and not set in the CourseWork object, an `INVALID_ARGUMENT` error will be + * returned. + * + * The following fields may be specified by teachers: + * + * * `title` * `description` * `state` * `due_date` * `due_time` * `max_points` + * * `scheduled_time` * `submission_modification_mode` * `topic_id` + * @return Google_Service_Classroom_CourseWork + */ + public function patch($courseId, $id, Google_Service_Classroom_CourseWork $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Classroom_CourseWork"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.php new file mode 100644 index 000000000..2b02f3635 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.php @@ -0,0 +1,283 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $studentSubmissions = $classroomService->studentSubmissions; + * + */ +class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions extends Google_Service_Resource +{ + /** + * Returns a student submission. + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course, course work, or student submission or for access errors. * + * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the + * requested course, course work, or student submission does not exist. + * (studentSubmissions.get) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the course work. + * @param string $id Identifier of the student submission. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_StudentSubmission + */ + public function get($courseId, $courseWorkId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_StudentSubmission"); + } + /** + * Returns a list of student submissions that the requester is permitted to + * view, factoring in the OAuth scopes of the request. `-` may be specified as + * the `course_work_id` to include student submissions for multiple course work + * items. + * + * Course students may only view their own work. Course teachers and domain + * administrators may view all student submissions. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work, or for access errors. * `INVALID_ARGUMENT` + * if the request is malformed. * `NOT_FOUND` if the requested course does not + * exist. (studentSubmissions.listCoursesCourseWorkStudentSubmissions) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the student work to request. This + * may be set to the string literal `"-"` to request student work for all course + * work in the specified course. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @opt_param string states Requested submission states. If specified, returned + * student submissions match one of the specified submission states. + * @opt_param string userId Optional argument to restrict returned student work + * to those owned by the student with the specified identifier. The identifier + * can be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @opt_param string late Requested lateness value. If specified, returned + * student submissions are restricted by the requested value. If unspecified, + * submissions are returned regardless of `late` value. + * @return Google_Service_Classroom_ListStudentSubmissionsResponse + */ + public function listCoursesCourseWorkStudentSubmissions($courseId, $courseWorkId, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListStudentSubmissionsResponse"); + } + /** + * Modifies attachments of student submission. + * + * Attachments may only be added to student submissions belonging to course work + * objects with a `workType` of `ASSIGNMENT`. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work, if the user is not permitted to modify + * attachments on the requested student submission, or for access errors. * + * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the + * requested course, course work, or student submission does not exist. + * (studentSubmissions.modifyAttachments) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the course work. + * @param string $id Identifier of the student submission. + * @param Google_Service_Classroom_ModifyAttachmentsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_StudentSubmission + */ + public function modifyAttachments($courseId, $courseWorkId, $id, Google_Service_Classroom_ModifyAttachmentsRequest $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyAttachments', array($params), "Google_Service_Classroom_StudentSubmission"); + } + /** + * Updates one or more fields of a student submission. + * + * See google.classroom.v1.StudentSubmission for details of which fields may be + * updated and who may change them. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting developer project did not create the + * corresponding course work, if the user is not permitted to make the requested + * modification to the student submission, or for access errors. * + * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the + * requested course, course work, or student submission does not exist. + * (studentSubmissions.patch) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the course work. + * @param string $id Identifier of the student submission. + * @param Google_Service_Classroom_StudentSubmission $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields on the student + * submission to update. This field is required to do an update. The update + * fails if invalid fields are specified. + * + * The following fields may be specified by teachers: + * + * * `draft_grade` * `assigned_grade` + * @return Google_Service_Classroom_StudentSubmission + */ + public function patch($courseId, $courseWorkId, $id, Google_Service_Classroom_StudentSubmission $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Classroom_StudentSubmission"); + } + /** + * Reclaims a student submission on behalf of the student that owns it. + * + * Reclaiming a student submission transfers ownership of attached Drive files + * to the student and updates the submission state. + * + * Only the student that owns the requested student submission may call this + * method, and only for a student submission that has been turned in. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work, unsubmit the requested student submission, + * or for access errors. * `FAILED_PRECONDITION` if the student submission has + * not been turned in. * `INVALID_ARGUMENT` if the request is malformed. * + * `NOT_FOUND` if the requested course, course work, or student submission does + * not exist. (studentSubmissions.reclaim) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the course work. + * @param string $id Identifier of the student submission. + * @param Google_Service_Classroom_ReclaimStudentSubmissionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function reclaim($courseId, $courseWorkId, $id, Google_Service_Classroom_ReclaimStudentSubmissionRequest $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reclaim', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a student submission. + * + * Returning a student submission transfers ownership of attached Drive files to + * the student and may also update the submission state. Unlike the Classroom + * application, returning a student submission does not set assignedGrade to the + * draftGrade value. + * + * Only a teacher of the course that contains the requested student submission + * may call this method. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work, return the requested student submission, or + * for access errors. * `INVALID_ARGUMENT` if the request is malformed. * + * `NOT_FOUND` if the requested course, course work, or student submission does + * not exist. (studentSubmissions.returnCoursesCourseWorkStudentSubmissions) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the course work. + * @param string $id Identifier of the student submission. + * @param Google_Service_Classroom_ReturnStudentSubmissionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function returnCoursesCourseWorkStudentSubmissions($courseId, $courseWorkId, $id, Google_Service_Classroom_ReturnStudentSubmissionRequest $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('return', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Turns in a student submission. + * + * Turning in a student submission transfers ownership of attached Drive files + * to the teacher and may also update the submission state. + * + * This may only be called by the student that owns the specified student + * submission. + * + * This request must be made by the Developer Console project of the [OAuth + * client ID](https://support.google.com/cloud/answer/6158849) used to create + * the corresponding course work item. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or course work, turn in the requested student submission, or + * for access errors. * `INVALID_ARGUMENT` if the request is malformed. * + * `NOT_FOUND` if the requested course, course work, or student submission does + * not exist. (studentSubmissions.turnIn) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $courseWorkId Identifier of the course work. + * @param string $id Identifier of the student submission. + * @param Google_Service_Classroom_TurnInStudentSubmissionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function turnIn($courseId, $courseWorkId, $id, Google_Service_Classroom_TurnInStudentSubmissionRequest $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'courseWorkId' => $courseWorkId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('turnIn', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.php new file mode 100644 index 000000000..b90441e99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.php @@ -0,0 +1,140 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $students = $classroomService->students; + * + */ +class Google_Service_Classroom_Resource_CoursesStudents extends Google_Service_Resource +{ + /** + * Adds a user as a student of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to create + * students in this course or for access errors. * `NOT_FOUND` if the requested + * course ID does not exist. * `FAILED_PRECONDITION` if the requested user's + * account is disabled, for the following request errors: * + * CourseMemberLimitReached * CourseNotModifiable * + * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if the user is already a + * student or teacher in the course. (students.create) + * + * @param string $courseId Identifier of the course to create the student in. + * This identifier can be either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_Student $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string enrollmentCode Enrollment code of the course to create the + * student in. This code is required if userId corresponds to the requesting + * user; it may be omitted if the requesting user has administrative permissions + * to create students for any user. + * @return Google_Service_Classroom_Student + */ + public function create($courseId, Google_Service_Classroom_Student $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Student"); + } + /** + * Deletes a student of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to delete + * students of this course or for access errors. * `NOT_FOUND` if no student of + * this course has the requested ID or if the course does not exist. + * (students.delete) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $userId Identifier of the student to delete. The identifier can + * be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($courseId, $userId, $optParams = array()) + { + $params = array('courseId' => $courseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a student of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to view + * students of this course or for access errors. * `NOT_FOUND` if no student of + * this course has the requested ID or if the course does not exist. + * (students.get) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $userId Identifier of the student to return. The identifier can + * be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Student + */ + public function get($courseId, $userId, $optParams = array()) + { + $params = array('courseId' => $courseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Student"); + } + /** + * Returns a list of students of this course that the requester is permitted to + * view. + * + * This method returns the following error codes: + * + * * `NOT_FOUND` if the course does not exist. * `PERMISSION_DENIED` for access + * errors. (students.listCoursesStudents) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero means no + * maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListStudentsResponse + */ + public function listCoursesStudents($courseId, $optParams = array()) + { + $params = array('courseId' => $courseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListStudentsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.php new file mode 100644 index 000000000..0be30a538 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.php @@ -0,0 +1,137 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $teachers = $classroomService->teachers; + * + */ +class Google_Service_Classroom_Resource_CoursesTeachers extends Google_Service_Resource +{ + /** + * Creates a teacher of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to create + * teachers in this course or for access errors. * `NOT_FOUND` if the requested + * course ID does not exist. * `FAILED_PRECONDITION` if the requested user's + * account is disabled, for the following request errors: * + * CourseMemberLimitReached * CourseNotModifiable * + * CourseTeacherLimitReached * UserGroupsMembershipLimitReached * + * `ALREADY_EXISTS` if the user is already a teacher or student in the course. + * (teachers.create) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_Teacher $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Teacher + */ + public function create($courseId, Google_Service_Classroom_Teacher $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Teacher"); + } + /** + * Deletes a teacher of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to delete + * teachers of this course or for access errors. * `NOT_FOUND` if no teacher of + * this course has the requested ID or if the course does not exist. * + * `FAILED_PRECONDITION` if the requested ID belongs to the primary teacher of + * this course. (teachers.delete) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $userId Identifier of the teacher to delete. The identifier can + * be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($courseId, $userId, $optParams = array()) + { + $params = array('courseId' => $courseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a teacher of a course. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to view + * teachers of this course or for access errors. * `NOT_FOUND` if no teacher of + * this course has the requested ID or if the course does not exist. + * (teachers.get) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $userId Identifier of the teacher to return. The identifier can + * be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Teacher + */ + public function get($courseId, $userId, $optParams = array()) + { + $params = array('courseId' => $courseId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Teacher"); + } + /** + * Returns a list of teachers of this course that the requester is permitted to + * view. + * + * This method returns the following error codes: + * + * * `NOT_FOUND` if the course does not exist. * `PERMISSION_DENIED` for access + * errors. (teachers.listCoursesTeachers) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero means no + * maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListTeachersResponse + */ + public function listCoursesTeachers($courseId, $optParams = array()) + { + $params = array('courseId' => $courseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListTeachersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTopics.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTopics.php new file mode 100644 index 000000000..5114a417b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTopics.php @@ -0,0 +1,158 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $topics = $classroomService->topics; + * + */ +class Google_Service_Classroom_Resource_CoursesTopics extends Google_Service_Resource +{ + /** + * Creates a topic. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course, create a topic in the requested course, or for access + * errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if + * the requested course does not exist. (topics.create) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param Google_Service_Classroom_Topic $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Topic + */ + public function create($courseId, Google_Service_Classroom_Topic $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Topic"); + } + /** + * Deletes a topic. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not allowed to delete the + * requested topic or for access errors. * `FAILED_PRECONDITION` if the + * requested topic has already been deleted. * `NOT_FOUND` if no course or topic + * exists with the requested ID. (topics.delete) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the topic to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($courseId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a topic. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or topic, or for access errors. * `INVALID_ARGUMENT` if the + * request is malformed. * `NOT_FOUND` if the requested course or topic does not + * exist. (topics.get) + * + * @param string $courseId Identifier of the course. + * @param string $id Identifier of the topic. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Topic + */ + public function get($courseId, $id, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Topic"); + } + /** + * Returns the list of topics that the requester is permitted to view. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access the + * requested course or for access errors. * `INVALID_ARGUMENT` if the request is + * malformed. * `NOT_FOUND` if the requested course does not exist. + * (topics.listCoursesTopics) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListTopicResponse + */ + public function listCoursesTopics($courseId, $optParams = array()) + { + $params = array('courseId' => $courseId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListTopicResponse"); + } + /** + * Updates one or more fields of a topic. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting developer project did not create the + * corresponding topic or for access errors. * `INVALID_ARGUMENT` if the request + * is malformed. * `NOT_FOUND` if the requested course or topic does not exist + * (topics.patch) + * + * @param string $courseId Identifier of the course. This identifier can be + * either the Classroom-assigned identifier or an alias. + * @param string $id Identifier of the topic. + * @param Google_Service_Classroom_Topic $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields on the topic + * to update. This field is required to do an update. The update fails if + * invalid fields are specified. If a field supports empty values, it can be + * cleared by specifying it in the update mask and not in the Topic object. If a + * field that does not support empty values is included in the update mask and + * not set in the Topic object, an `INVALID_ARGUMENT` error will be returned. + * + * The following fields may be specified: + * + * * `name` + * @return Google_Service_Classroom_Topic + */ + public function patch($courseId, $id, Google_Service_Classroom_Topic $postBody, $optParams = array()) + { + $params = array('courseId' => $courseId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Classroom_Topic"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.php new file mode 100644 index 000000000..f798a9a32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.php @@ -0,0 +1,150 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $invitations = $classroomService->invitations; + * + */ +class Google_Service_Classroom_Resource_Invitations extends Google_Service_Resource +{ + /** + * Accepts an invitation, removing it and adding the invited user to the + * teachers or students (as appropriate) of the specified course. Only the + * invited user may accept an invitation. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to accept the + * requested invitation or for access errors. * `FAILED_PRECONDITION` for the + * following request errors: * CourseMemberLimitReached * + * CourseNotModifiable * CourseTeacherLimitReached * + * UserGroupsMembershipLimitReached * `NOT_FOUND` if no invitation exists with + * the requested ID. (invitations.accept) + * + * @param string $id Identifier of the invitation to accept. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function accept($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('accept', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Creates an invitation. Only one invitation for a user and course may exist at + * a time. Delete and re-create an invitation to make changes. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to create + * invitations for this course or for access errors. * `NOT_FOUND` if the course + * or the user does not exist. * `FAILED_PRECONDITION` if the requested user's + * account is disabled or if the user already has this role or a role with + * greater permissions. * `ALREADY_EXISTS` if an invitation for the specified + * user and course already exists. (invitations.create) + * + * @param Google_Service_Classroom_Invitation $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Invitation + */ + public function create(Google_Service_Classroom_Invitation $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Invitation"); + } + /** + * Deletes an invitation. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to delete the + * requested invitation or for access errors. * `NOT_FOUND` if no invitation + * exists with the requested ID. (invitations.delete) + * + * @param string $id Identifier of the invitation to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns an invitation. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to view the + * requested invitation or for access errors. * `NOT_FOUND` if no invitation + * exists with the requested ID. (invitations.get) + * + * @param string $id Identifier of the invitation to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Invitation + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Invitation"); + } + /** + * Returns a list of invitations that the requesting user is permitted to view, + * restricted to those that match the list request. + * + * *Note:* At least one of `user_id` or `course_id` must be supplied. Both + * fields can be supplied. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` for access errors. (invitations.listInvitations) + * + * @param array $optParams Optional parameters. + * + * @opt_param string courseId Restricts returned invitations to those for a + * course with the specified identifier. + * @opt_param string userId Restricts returned invitations to those for a + * specific user. The identifier can be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param int pageSize Maximum number of items to return. Zero means no + * maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListInvitationsResponse + */ + public function listInvitations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListInvitationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Registrations.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Registrations.php new file mode 100644 index 000000000..7ab3d9930 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Registrations.php @@ -0,0 +1,82 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $registrations = $classroomService->registrations; + * + */ +class Google_Service_Classroom_Resource_Registrations extends Google_Service_Resource +{ + /** + * Creates a `Registration`, causing Classroom to start sending notifications + * from the provided `feed` to the destination provided in `cloudPubSubTopic`. + * + * Returns the created `Registration`. Currently, this will be the same as the + * argument, but with server-assigned fields such as `expiry_time` and `id` + * filled in. + * + * Note that any value specified for the `expiry_time` or `id` fields will be + * ignored. + * + * While Classroom may validate the `cloudPubSubTopic` and return errors on a + * best effort basis, it is the caller's responsibility to ensure that it exists + * and that Classroom has permission to publish to it. + * + * This method may return the following error codes: + * + * * `PERMISSION_DENIED` if: * the authenticated user does not have + * permission to receive notifications from the requested field; or * + * the credential provided does not include the appropriate scope for the + * requested feed. * another access error is encountered. * + * `INVALID_ARGUMENT` if: * no `cloudPubsubTopic` is specified, or the + * specified `cloudPubsubTopic` is not valid; or * no `feed` is + * specified, or the specified `feed` is not valid. * `NOT_FOUND` if: * the + * specified `feed` cannot be located, or the requesting user does not + * have permission to determine whether or not it exists; or * the specified + * `cloudPubsubTopic` cannot be located, or Classroom has not been granted + * permission to publish to it. (registrations.create) + * + * @param Google_Service_Classroom_Registration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Registration + */ + public function create(Google_Service_Classroom_Registration $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_Registration"); + } + /** + * Deletes a `Registration`, causing Classroom to stop sending notifications for + * that `Registration`. (registrations.delete) + * + * @param string $registrationId The `registration_id` of the `Registration` to + * be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($registrationId, $optParams = array()) + { + $params = array('registrationId' => $registrationId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.php new file mode 100644 index 000000000..6077cb0da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.php @@ -0,0 +1,51 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $userProfiles = $classroomService->userProfiles; + * + */ +class Google_Service_Classroom_Resource_UserProfiles extends Google_Service_Resource +{ + /** + * Returns a user profile. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to access this + * user profile, if no profile exists with the requested ID, or for access + * errors. (userProfiles.get) + * + * @param string $userId Identifier of the profile to return. The identifier can + * be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_UserProfile + */ + public function get($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_UserProfile"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardianInvitations.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardianInvitations.php new file mode 100644 index 000000000..7c3d103c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardianInvitations.php @@ -0,0 +1,190 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $guardianInvitations = $classroomService->guardianInvitations; + * + */ +class Google_Service_Classroom_Resource_UserProfilesGuardianInvitations extends Google_Service_Resource +{ + /** + * Creates a guardian invitation, and sends an email to the guardian asking them + * to confirm that they are the student's guardian. + * + * Once the guardian accepts the invitation, their `state` will change to + * `COMPLETED` and they will start receiving guardian notifications. A + * `Guardian` resource will also be created to represent the active guardian. + * + * The request object must have the `student_id` and `invited_email_address` + * fields set. Failing to set these fields, or setting any other fields in the + * request, will result in an error. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the current user does not have permission to + * manage guardians, if the guardian in question has already rejected too many + * requests for that student, if guardians are not enabled for the domain in + * question, or for other access errors. * `RESOURCE_EXHAUSTED` if the student + * or guardian has exceeded the guardian link limit. * `INVALID_ARGUMENT` if + * the guardian email address is not valid (for example, if it is too long), + * or if the format of the student ID provided cannot be recognized (it is not + * an email address, nor a `user_id` from this API). This error will also be + * returned if read-only fields are set, or if the `state` field is set to to + * a value other than `PENDING`. * `NOT_FOUND` if the student ID provided is a + * valid student ID, but Classroom has no record of that student. * + * `ALREADY_EXISTS` if there is already a pending guardian invitation for the + * student and `invited_email_address` provided, or if the provided + * `invited_email_address` matches the Google account of an existing + * `Guardian` for this user. (guardianInvitations.create) + * + * @param string $studentId ID of the student (in standard format) + * @param Google_Service_Classroom_GuardianInvitation $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_GuardianInvitation + */ + public function create($studentId, Google_Service_Classroom_GuardianInvitation $postBody, $optParams = array()) + { + $params = array('studentId' => $studentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Classroom_GuardianInvitation"); + } + /** + * Returns a specific guardian invitation. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the requesting user is not permitted to view + * guardian invitations for the student identified by the `student_id`, if + * guardians are not enabled for the domain in question, or for other access + * errors. * `INVALID_ARGUMENT` if a `student_id` is specified, but its format + * cannot be recognized (it is not an email address, nor a `student_id` from + * the API, nor the literal string `me`). * `NOT_FOUND` if Classroom cannot + * find any record of the given student or `invitation_id`. May also be + * returned if the student exists, but the requesting user does not have + * access to see that student. (guardianInvitations.get) + * + * @param string $studentId The ID of the student whose guardian invitation is + * being requested. + * @param string $invitationId The `id` field of the `GuardianInvitation` being + * requested. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_GuardianInvitation + */ + public function get($studentId, $invitationId, $optParams = array()) + { + $params = array('studentId' => $studentId, 'invitationId' => $invitationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_GuardianInvitation"); + } + /** + * Returns a list of guardian invitations that the requesting user is permitted + * to view, filtered by the parameters provided. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if a `student_id` is specified, and the requesting + * user is not permitted to view guardian invitations for that student, if + * `"-"` is specified as the `student_id` and the user is not a domain + * administrator, if guardians are not enabled for the domain in question, or + * for other access errors. * `INVALID_ARGUMENT` if a `student_id` is specified, + * but its format cannot be recognized (it is not an email address, nor a + * `student_id` from the API, nor the literal string `me`). May also be + * returned if an invalid `page_token` or `state` is provided. * `NOT_FOUND` + * if a `student_id` is specified, and its format can be recognized, but + * Classroom has no record of that student. + * (guardianInvitations.listUserProfilesGuardianInvitations) + * + * @param string $studentId The ID of the student whose guardian invitations are + * to be returned. The identifier can be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user * the string literal + * `"-"`, indicating that results should be returned for all students that the + * requesting user is permitted to view guardian invitations. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param string invitedEmailAddress If specified, only results with the + * specified `invited_email_address` will be returned. + * @opt_param string states If specified, only results with the specified + * `state` values will be returned. Otherwise, results with a `state` of + * `PENDING` will be returned. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListGuardianInvitationsResponse + */ + public function listUserProfilesGuardianInvitations($studentId, $optParams = array()) + { + $params = array('studentId' => $studentId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListGuardianInvitationsResponse"); + } + /** + * Modifies a guardian invitation. + * + * Currently, the only valid modification is to change the `state` from + * `PENDING` to `COMPLETE`. This has the effect of withdrawing the invitation. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if the current user does not have permission to + * manage guardians, if guardians are not enabled for the domain in question + * or for other access errors. * `FAILED_PRECONDITION` if the guardian link is + * not in the `PENDING` state. * `INVALID_ARGUMENT` if the format of the student + * ID provided cannot be recognized (it is not an email address, nor a + * `user_id` from this API), or if the passed `GuardianInvitation` has a + * `state` other than `COMPLETE`, or if it modifies fields other than `state`. + * * `NOT_FOUND` if the student ID provided is a valid student ID, but + * Classroom has no record of that student, or if the `id` field does not + * refer to a guardian invitation known to Classroom. + * (guardianInvitations.patch) + * + * @param string $studentId The ID of the student whose guardian invitation is + * to be modified. + * @param string $invitationId The `id` field of the `GuardianInvitation` to be + * modified. + * @param Google_Service_Classroom_GuardianInvitation $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask that identifies which fields on the course + * to update. This field is required to do an update. The update will fail if + * invalid fields are specified. The following fields are valid: + * + * * `state` + * + * When set in a query parameter, this field should be specified as + * + * `updateMask=,,...` + * @return Google_Service_Classroom_GuardianInvitation + */ + public function patch($studentId, $invitationId, Google_Service_Classroom_GuardianInvitation $postBody, $optParams = array()) + { + $params = array('studentId' => $studentId, 'invitationId' => $invitationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Classroom_GuardianInvitation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.php new file mode 100644 index 000000000..1090712a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.php @@ -0,0 +1,143 @@ + + * $classroomService = new Google_Service_Classroom(...); + * $guardians = $classroomService->guardians; + * + */ +class Google_Service_Classroom_Resource_UserProfilesGuardians extends Google_Service_Resource +{ + /** + * Deletes a guardian. + * + * The guardian will no longer receive guardian notifications and the guardian + * will no longer be accessible via the API. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if no user that matches the provided `student_id` is + * visible to the requesting user, if the requesting user is not permitted to + * manage guardians for the student identified by the `student_id`, if + * guardians are not enabled for the domain in question, or for other access + * errors. * `INVALID_ARGUMENT` if a `student_id` is specified, but its format + * cannot be recognized (it is not an email address, nor a `student_id` from + * the API). * `NOT_FOUND` if the requesting user is permitted to modify + * guardians for the requested `student_id`, but no `Guardian` record exists + * for that student with the provided `guardian_id`. (guardians.delete) + * + * @param string $studentId The student whose guardian is to be deleted. One of + * the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param string $guardianId The `id` field from a `Guardian`. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_ClassroomEmpty + */ + public function delete($studentId, $guardianId, $optParams = array()) + { + $params = array('studentId' => $studentId, 'guardianId' => $guardianId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); + } + /** + * Returns a specific guardian. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if no user that matches the provided `student_id` is + * visible to the requesting user, if the requesting user is not permitted to + * view guardian information for the student identified by the `student_id`, + * if guardians are not enabled for the domain in question, or for other + * access errors. * `INVALID_ARGUMENT` if a `student_id` is specified, but its + * format cannot be recognized (it is not an email address, nor a `student_id` + * from the API, nor the literal string `me`). * `NOT_FOUND` if the requesting + * user is permitted to view guardians for the requested `student_id`, but no + * `Guardian` record exists for that student that matches the provided + * `guardian_id`. (guardians.get) + * + * @param string $studentId The student whose guardian is being requested. One + * of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user + * @param string $guardianId The `id` field from a `Guardian`. + * @param array $optParams Optional parameters. + * @return Google_Service_Classroom_Guardian + */ + public function get($studentId, $guardianId, $optParams = array()) + { + $params = array('studentId' => $studentId, 'guardianId' => $guardianId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Classroom_Guardian"); + } + /** + * Returns a list of guardians that the requesting user is permitted to view, + * restricted to those that match the request. + * + * To list guardians for any student that the requesting user may view guardians + * for, use the literal character `-` for the student ID. + * + * This method returns the following error codes: + * + * * `PERMISSION_DENIED` if a `student_id` is specified, and the requesting + * user is not permitted to view guardian information for that student, if + * `"-"` is specified as the `student_id` and the user is not a domain + * administrator, if guardians are not enabled for the domain in question, if + * the `invited_email_address` filter is set by a user who is not a domain + * administrator, or for other access errors. * `INVALID_ARGUMENT` if a + * `student_id` is specified, but its format cannot be recognized (it is not + * an email address, nor a `student_id` from the API, nor the literal string + * `me`). May also be returned if an invalid `page_token` is provided. * + * `NOT_FOUND` if a `student_id` is specified, and its format can be + * recognized, but Classroom has no record of that student. + * (guardians.listUserProfilesGuardians) + * + * @param string $studentId Filter results by the student who the guardian is + * linked to. The identifier can be one of the following: + * + * * the numeric identifier for the user * the email address of the user * the + * string literal `"me"`, indicating the requesting user * the string literal + * `"-"`, indicating that results should be returned for all students that the + * requesting user has access to view. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken nextPageToken value returned from a previous list + * call, indicating that the subsequent page of results should be returned. + * + * The list request must be otherwise identical to the one that resulted in this + * token. + * @opt_param string invitedEmailAddress Filter results by the email address + * that the original invitation was sent to, resulting in this guardian link. + * This filter can only be used by domain administrators. + * @opt_param int pageSize Maximum number of items to return. Zero or + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @return Google_Service_Classroom_ListGuardiansResponse + */ + public function listUserProfilesGuardians($studentId, $optParams = array()) + { + $params = array('studentId' => $studentId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Classroom_ListGuardiansResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php new file mode 100644 index 000000000..b2a045ade --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php @@ -0,0 +1,20 @@ +driveFile = $driveFile; + } + /** + * @return Google_Service_Classroom_DriveFile + */ + public function getDriveFile() + { + return $this->driveFile; + } + public function setShareMode($shareMode) + { + $this->shareMode = $shareMode; + } + public function getShareMode() + { + return $this->shareMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php new file mode 100644 index 000000000..1e59d45af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php @@ -0,0 +1,30 @@ +answer = $answer; + } + public function getAnswer() + { + return $this->answer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/StateHistory.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/StateHistory.php new file mode 100644 index 000000000..d53bf4428 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/StateHistory.php @@ -0,0 +1,48 @@ +actorUserId = $actorUserId; + } + public function getActorUserId() + { + return $this->actorUserId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateTimestamp($stateTimestamp) + { + $this->stateTimestamp = $stateTimestamp; + } + public function getStateTimestamp() + { + return $this->stateTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Student.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Student.php new file mode 100644 index 000000000..21337a16b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Student.php @@ -0,0 +1,71 @@ +courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + /** + * @param Google_Service_Classroom_UserProfile + */ + public function setProfile(Google_Service_Classroom_UserProfile $profile) + { + $this->profile = $profile; + } + /** + * @return Google_Service_Classroom_UserProfile + */ + public function getProfile() + { + return $this->profile; + } + /** + * @param Google_Service_Classroom_DriveFolder + */ + public function setStudentWorkFolder(Google_Service_Classroom_DriveFolder $studentWorkFolder) + { + $this->studentWorkFolder = $studentWorkFolder; + } + /** + * @return Google_Service_Classroom_DriveFolder + */ + public function getStudentWorkFolder() + { + return $this->studentWorkFolder; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php new file mode 100644 index 000000000..8b0273099 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php @@ -0,0 +1,203 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setAssignedGrade($assignedGrade) + { + $this->assignedGrade = $assignedGrade; + } + public function getAssignedGrade() + { + return $this->assignedGrade; + } + /** + * @param Google_Service_Classroom_AssignmentSubmission + */ + public function setAssignmentSubmission(Google_Service_Classroom_AssignmentSubmission $assignmentSubmission) + { + $this->assignmentSubmission = $assignmentSubmission; + } + /** + * @return Google_Service_Classroom_AssignmentSubmission + */ + public function getAssignmentSubmission() + { + return $this->assignmentSubmission; + } + public function setAssociatedWithDeveloper($associatedWithDeveloper) + { + $this->associatedWithDeveloper = $associatedWithDeveloper; + } + public function getAssociatedWithDeveloper() + { + return $this->associatedWithDeveloper; + } + public function setCourseId($courseId) + { + $this->courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + public function setCourseWorkId($courseWorkId) + { + $this->courseWorkId = $courseWorkId; + } + public function getCourseWorkId() + { + return $this->courseWorkId; + } + public function setCourseWorkType($courseWorkType) + { + $this->courseWorkType = $courseWorkType; + } + public function getCourseWorkType() + { + return $this->courseWorkType; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDraftGrade($draftGrade) + { + $this->draftGrade = $draftGrade; + } + public function getDraftGrade() + { + return $this->draftGrade; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLate($late) + { + $this->late = $late; + } + public function getLate() + { + return $this->late; + } + /** + * @param Google_Service_Classroom_MultipleChoiceSubmission + */ + public function setMultipleChoiceSubmission(Google_Service_Classroom_MultipleChoiceSubmission $multipleChoiceSubmission) + { + $this->multipleChoiceSubmission = $multipleChoiceSubmission; + } + /** + * @return Google_Service_Classroom_MultipleChoiceSubmission + */ + public function getMultipleChoiceSubmission() + { + return $this->multipleChoiceSubmission; + } + /** + * @param Google_Service_Classroom_ShortAnswerSubmission + */ + public function setShortAnswerSubmission(Google_Service_Classroom_ShortAnswerSubmission $shortAnswerSubmission) + { + $this->shortAnswerSubmission = $shortAnswerSubmission; + } + /** + * @return Google_Service_Classroom_ShortAnswerSubmission + */ + public function getShortAnswerSubmission() + { + return $this->shortAnswerSubmission; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_Classroom_SubmissionHistory + */ + public function setSubmissionHistory($submissionHistory) + { + $this->submissionHistory = $submissionHistory; + } + /** + * @return Google_Service_Classroom_SubmissionHistory + */ + public function getSubmissionHistory() + { + return $this->submissionHistory; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/SubmissionHistory.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/SubmissionHistory.php new file mode 100644 index 000000000..0517f6776 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/SubmissionHistory.php @@ -0,0 +1,53 @@ +gradeHistory = $gradeHistory; + } + /** + * @return Google_Service_Classroom_GradeHistory + */ + public function getGradeHistory() + { + return $this->gradeHistory; + } + /** + * @param Google_Service_Classroom_StateHistory + */ + public function setStateHistory(Google_Service_Classroom_StateHistory $stateHistory) + { + $this->stateHistory = $stateHistory; + } + /** + * @return Google_Service_Classroom_StateHistory + */ + public function getStateHistory() + { + return $this->stateHistory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php new file mode 100644 index 000000000..c64df75fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php @@ -0,0 +1,55 @@ +courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + /** + * @param Google_Service_Classroom_UserProfile + */ + public function setProfile(Google_Service_Classroom_UserProfile $profile) + { + $this->profile = $profile; + } + /** + * @return Google_Service_Classroom_UserProfile + */ + public function getProfile() + { + return $this->profile; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.php new file mode 100644 index 000000000..dea8f4823 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/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/vendor/google/apiclient-services/src/Google/Service/Classroom/Topic.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Topic.php new file mode 100644 index 000000000..d229fc596 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Topic.php @@ -0,0 +1,57 @@ +courseId = $courseId; + } + public function getCourseId() + { + return $this->courseId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTopicId($topicId) + { + $this->topicId = $topicId; + } + public function getTopicId() + { + return $this->topicId; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/TurnInStudentSubmissionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/TurnInStudentSubmissionRequest.php new file mode 100644 index 000000000..e361de36f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/TurnInStudentSubmissionRequest.php @@ -0,0 +1,20 @@ +emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Classroom_Name + */ + public function setName(Google_Service_Classroom_Name $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Classroom_Name + */ + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Classroom_GlobalPermission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Classroom_GlobalPermission + */ + public function getPermissions() + { + return $this->permissions; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setVerifiedTeacher($verifiedTeacher) + { + $this->verifiedTeacher = $verifiedTeacher; + } + public function getVerifiedTeacher() + { + return $this->verifiedTeacher; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.php new file mode 100644 index 000000000..14c828edc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.php @@ -0,0 +1,57 @@ +alternateLink = $alternateLink; + } + public function getAlternateLink() + { + return $this->alternateLink; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setThumbnailUrl($thumbnailUrl) + { + $this->thumbnailUrl = $thumbnailUrl; + } + public function getThumbnailUrl() + { + return $this->thumbnailUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php new file mode 100644 index 000000000..b681a9575 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php @@ -0,0 +1,123 @@ + + * The cloud asset API manages the history and inventory of cloud resources. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudAsset extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + public $v1; + + /** + * Constructs the internal representation of the CloudAsset 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://cloudasset.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudasset'; + + $this->operations = new Google_Service_CloudAsset_Resource_Operations( + $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->v1 = new Google_Service_CloudAsset_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'batchGetAssetsHistory' => array( + 'path' => 'v1/{+parent}:batchGetAssetsHistory', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'readTimeWindow.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'assetNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'contentType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'readTimeWindow.endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'exportAssets' => array( + 'path' => 'v1/{+parent}:exportAssets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php new file mode 100644 index 000000000..b3a3a1abb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php @@ -0,0 +1,145 @@ +accessLevel = $accessLevel; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessLevel + */ + public function getAccessLevel() + { + return $this->accessLevel; + } + /** + * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy + */ + public function setAccessPolicy(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy $accessPolicy) + { + $this->accessPolicy = $accessPolicy; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy + */ + public function getAccessPolicy() + { + return $this->accessPolicy; + } + public function setAncestors($ancestors) + { + $this->ancestors = $ancestors; + } + public function getAncestors() + { + return $this->ancestors; + } + public function setAssetType($assetType) + { + $this->assetType = $assetType; + } + public function getAssetType() + { + return $this->assetType; + } + /** + * @param Google_Service_CloudAsset_Policy + */ + public function setIamPolicy(Google_Service_CloudAsset_Policy $iamPolicy) + { + $this->iamPolicy = $iamPolicy; + } + /** + * @return Google_Service_CloudAsset_Policy + */ + public function getIamPolicy() + { + return $this->iamPolicy; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1Policy + */ + public function setOrgPolicy($orgPolicy) + { + $this->orgPolicy = $orgPolicy; + } + /** + * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1Policy + */ + public function getOrgPolicy() + { + return $this->orgPolicy; + } + /** + * @param Google_Service_CloudAsset_CloudassetResource + */ + public function setResource(Google_Service_CloudAsset_CloudassetResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_CloudAsset_CloudassetResource + */ + public function getResource() + { + return $this->resource; + } + /** + * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter + */ + public function setServicePerimeter(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter $servicePerimeter) + { + $this->servicePerimeter = $servicePerimeter; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter + */ + public function getServicePerimeter() + { + return $this->servicePerimeter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditConfig.php new file mode 100644 index 000000000..ee515f4bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudAsset_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditLogConfig.php new file mode 100644 index 000000000..01ec5308d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BatchGetAssetsHistoryResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BatchGetAssetsHistoryResponse.php new file mode 100644 index 000000000..2d48ea90d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BatchGetAssetsHistoryResponse.php @@ -0,0 +1,38 @@ +assets = $assets; + } + /** + * @return Google_Service_CloudAsset_TemporalAsset + */ + public function getAssets() + { + return $this->assets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.php new file mode 100644 index 000000000..4ae014b81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.php @@ -0,0 +1,48 @@ +dataset = $dataset; + } + public function getDataset() + { + return $this->dataset; + } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Binding.php new file mode 100644 index 000000000..3cde78bf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudAsset_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.php new file mode 100644 index 000000000..202ebc155 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.php @@ -0,0 +1,75 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setDiscoveryDocumentUri($discoveryDocumentUri) + { + $this->discoveryDocumentUri = $discoveryDocumentUri; + } + public function getDiscoveryDocumentUri() + { + return $this->discoveryDocumentUri; + } + public function setDiscoveryName($discoveryName) + { + $this->discoveryName = $discoveryName; + } + public function getDiscoveryName() + { + return $this->discoveryName; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setResourceUrl($resourceUrl) + { + $this->resourceUrl = $resourceUrl; + } + public function getResourceUrl() + { + return $this->resourceUrl; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.php new file mode 100644 index 000000000..d702bac60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.php @@ -0,0 +1,65 @@ +assetTypes = $assetTypes; + } + public function getAssetTypes() + { + return $this->assetTypes; + } + public function setContentType($contentType) + { + $this->contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + /** + * @param Google_Service_CloudAsset_OutputConfig + */ + public function setOutputConfig(Google_Service_CloudAsset_OutputConfig $outputConfig) + { + $this->outputConfig = $outputConfig; + } + /** + * @return Google_Service_CloudAsset_OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Expr.php new file mode 100644 index 000000000..995c37030 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GcsDestination.php new file mode 100644 index 000000000..feb5a9ad5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GcsDestination.php @@ -0,0 +1,39 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } + public function setUriPrefix($uriPrefix) + { + $this->uriPrefix = $uriPrefix; + } + public function getUriPrefix() + { + return $this->uriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1BooleanPolicy.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1BooleanPolicy.php new file mode 100644 index 000000000..cb841a962 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1BooleanPolicy.php @@ -0,0 +1,30 @@ +enforced = $enforced; + } + public function getEnforced() + { + return $this->enforced; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1ListPolicy.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1ListPolicy.php new file mode 100644 index 000000000..7e6494f64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1ListPolicy.php @@ -0,0 +1,67 @@ +allValues = $allValues; + } + public function getAllValues() + { + return $this->allValues; + } + public function setAllowedValues($allowedValues) + { + $this->allowedValues = $allowedValues; + } + public function getAllowedValues() + { + return $this->allowedValues; + } + public function setDeniedValues($deniedValues) + { + $this->deniedValues = $deniedValues; + } + public function getDeniedValues() + { + return $this->deniedValues; + } + public function setInheritFromParent($inheritFromParent) + { + $this->inheritFromParent = $inheritFromParent; + } + public function getInheritFromParent() + { + return $this->inheritFromParent; + } + public function setSuggestedValue($suggestedValue) + { + $this->suggestedValue = $suggestedValue; + } + public function getSuggestedValue() + { + return $this->suggestedValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1Policy.php new file mode 100644 index 000000000..fd7c649e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1Policy.php @@ -0,0 +1,105 @@ +booleanPolicy = $booleanPolicy; + } + /** + * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1BooleanPolicy + */ + public function getBooleanPolicy() + { + return $this->booleanPolicy; + } + public function setConstraint($constraint) + { + $this->constraint = $constraint; + } + public function getConstraint() + { + return $this->constraint; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1ListPolicy + */ + public function setListPolicy(Google_Service_CloudAsset_GoogleCloudOrgpolicyV1ListPolicy $listPolicy) + { + $this->listPolicy = $listPolicy; + } + /** + * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1ListPolicy + */ + public function getListPolicy() + { + return $this->listPolicy; + } + /** + * @param Google_Service_CloudAsset_GoogleCloudOrgpolicyV1RestoreDefault + */ + public function setRestoreDefault(Google_Service_CloudAsset_GoogleCloudOrgpolicyV1RestoreDefault $restoreDefault) + { + $this->restoreDefault = $restoreDefault; + } + /** + * @return Google_Service_CloudAsset_GoogleCloudOrgpolicyV1RestoreDefault + */ + public function getRestoreDefault() + { + return $this->restoreDefault; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1RestoreDefault.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1RestoreDefault.php new file mode 100644 index 000000000..71780cb81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudOrgpolicyV1RestoreDefault.php @@ -0,0 +1,20 @@ +basic = $basic; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1BasicLevel + */ + public function getBasic() + { + return $this->basic; + } + 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 setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessPolicy.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessPolicy.php new file mode 100644 index 000000000..aeb4c0772 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1AccessPolicy.php @@ -0,0 +1,66 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1BasicLevel.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1BasicLevel.php new file mode 100644 index 000000000..8ccf20c52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1BasicLevel.php @@ -0,0 +1,47 @@ +combiningFunction = $combiningFunction; + } + public function getCombiningFunction() + { + return $this->combiningFunction; + } + /** + * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1Condition + */ + public function getConditions() + { + return $this->conditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1Condition.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1Condition.php new file mode 100644 index 000000000..0b9b4b334 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1Condition.php @@ -0,0 +1,83 @@ +devicePolicy = $devicePolicy; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1DevicePolicy + */ + public function getDevicePolicy() + { + return $this->devicePolicy; + } + public function setIpSubnetworks($ipSubnetworks) + { + $this->ipSubnetworks = $ipSubnetworks; + } + public function getIpSubnetworks() + { + return $this->ipSubnetworks; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setNegate($negate) + { + $this->negate = $negate; + } + public function getNegate() + { + return $this->negate; + } + public function setRegions($regions) + { + $this->regions = $regions; + } + public function getRegions() + { + return $this->regions; + } + public function setRequiredAccessLevels($requiredAccessLevels) + { + $this->requiredAccessLevels = $requiredAccessLevels; + } + public function getRequiredAccessLevels() + { + return $this->requiredAccessLevels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1DevicePolicy.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1DevicePolicy.php new file mode 100644 index 000000000..7121d2cd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1DevicePolicy.php @@ -0,0 +1,83 @@ +allowedDeviceManagementLevels = $allowedDeviceManagementLevels; + } + public function getAllowedDeviceManagementLevels() + { + return $this->allowedDeviceManagementLevels; + } + public function setAllowedEncryptionStatuses($allowedEncryptionStatuses) + { + $this->allowedEncryptionStatuses = $allowedEncryptionStatuses; + } + public function getAllowedEncryptionStatuses() + { + return $this->allowedEncryptionStatuses; + } + /** + * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1OsConstraint + */ + public function setOsConstraints($osConstraints) + { + $this->osConstraints = $osConstraints; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1OsConstraint + */ + public function getOsConstraints() + { + return $this->osConstraints; + } + public function setRequireAdminApproval($requireAdminApproval) + { + $this->requireAdminApproval = $requireAdminApproval; + } + public function getRequireAdminApproval() + { + return $this->requireAdminApproval; + } + public function setRequireCorpOwned($requireCorpOwned) + { + $this->requireCorpOwned = $requireCorpOwned; + } + public function getRequireCorpOwned() + { + return $this->requireCorpOwned; + } + public function setRequireScreenlock($requireScreenlock) + { + $this->requireScreenlock = $requireScreenlock; + } + public function getRequireScreenlock() + { + return $this->requireScreenlock; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1OsConstraint.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1OsConstraint.php new file mode 100644 index 000000000..5c1351fe1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1OsConstraint.php @@ -0,0 +1,48 @@ +minimumVersion = $minimumVersion; + } + public function getMinimumVersion() + { + return $this->minimumVersion; + } + public function setOsType($osType) + { + $this->osType = $osType; + } + public function getOsType() + { + return $this->osType; + } + public function setRequireVerifiedChromeOs($requireVerifiedChromeOs) + { + $this->requireVerifiedChromeOs = $requireVerifiedChromeOs; + } + public function getRequireVerifiedChromeOs() + { + return $this->requireVerifiedChromeOs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.php new file mode 100644 index 000000000..49b6de45f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.php @@ -0,0 +1,91 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPerimeterType($perimeterType) + { + $this->perimeterType = $perimeterType; + } + public function getPerimeterType() + { + return $this->perimeterType; + } + /** + * @param Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig + */ + public function setStatus(Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig + */ + public function getStatus() + { + return $this->status; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.php new file mode 100644 index 000000000..017e666d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.php @@ -0,0 +1,49 @@ +accessLevels = $accessLevels; + } + public function getAccessLevels() + { + return $this->accessLevels; + } + public function setResources($resources) + { + $this->resources = $resources; + } + public function getResources() + { + return $this->resources; + } + public function setRestrictedServices($restrictedServices) + { + $this->restrictedServices = $restrictedServices; + } + public function getRestrictedServices() + { + return $this->restrictedServices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Operation.php new file mode 100644 index 000000000..a6c19403e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudAsset_Status + */ + public function setError(Google_Service_CloudAsset_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudAsset_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/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php new file mode 100644 index 000000000..97aa42657 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php @@ -0,0 +1,53 @@ +bigqueryDestination = $bigqueryDestination; + } + /** + * @return Google_Service_CloudAsset_BigQueryDestination + */ + public function getBigqueryDestination() + { + return $this->bigqueryDestination; + } + /** + * @param Google_Service_CloudAsset_GcsDestination + */ + public function setGcsDestination(Google_Service_CloudAsset_GcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_CloudAsset_GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Policy.php new file mode 100644 index 000000000..fa4c35b95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudAsset_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudAsset_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudAsset_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Operations.php new file mode 100644 index 000000000..0c9a719ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/Operations.php @@ -0,0 +1,43 @@ + + * $cloudassetService = new Google_Service_CloudAsset(...); + * $operations = $cloudassetService->operations; + * + */ +class Google_Service_CloudAsset_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_CloudAsset_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudAsset_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php new file mode 100644 index 000000000..532c2264a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php @@ -0,0 +1,84 @@ + + * $cloudassetService = new Google_Service_CloudAsset(...); + * $v1 = $cloudassetService->v1; + * + */ +class Google_Service_CloudAsset_Resource_V1 extends Google_Service_Resource +{ + /** + * Batch gets the update history of assets that overlap a time window. For + * RESOURCE content, this API outputs history with asset in both non-delete or + * deleted status. For IAM_POLICY content, this API outputs history when the + * asset and its attached IAM POLICY both exist. This can create gaps in the + * output history. If a specified asset does not exist, this API returns an + * INVALID_ARGUMENT error. (v1.batchGetAssetsHistory) + * + * @param string $parent Required. The relative name of the root asset. It can + * only be an organization number (such as "organizations/123"), a project ID + * (such as "projects/my-project-id")", or a project number (such as + * "projects/12345"). + * @param array $optParams Optional parameters. + * + * @opt_param string readTimeWindow.startTime Start time of the time window + * (exclusive). + * @opt_param string assetNames A list of the full names of the assets. For + * example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instan + * ces/instance1`. See [Resource Names](https://cloud.google.com/apis/design/res + * ource_names#full_resource_name) and [Resource Name + * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format) + * for more info. + * + * The request becomes a no-op if the asset name list is empty, and the max size + * of the asset name list is 100 in one request. + * @opt_param string contentType Optional. The content type. + * @opt_param string readTimeWindow.endTime End time of the time window + * (inclusive). Current timestamp if not specified. + * @return Google_Service_CloudAsset_BatchGetAssetsHistoryResponse + */ + public function batchGetAssetsHistory($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('batchGetAssetsHistory', array($params), "Google_Service_CloudAsset_BatchGetAssetsHistoryResponse"); + } + /** + * Exports assets with time and resource types to a given Cloud Storage + * location. The output format is newline-delimited JSON. This API implements + * the google.longrunning.Operation API allowing you to keep track of the + * export. (v1.exportAssets) + * + * @param string $parent Required. The relative name of the root asset. This can + * only be an organization number (such as "organizations/123"), a project ID + * (such as "projects/my-project-id"), or a project number (such as + * "projects/12345"), or a folder number (such as "folders/123"). + * @param Google_Service_CloudAsset_ExportAssetsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudAsset_Operation + */ + public function exportAssets($parent, Google_Service_CloudAsset_ExportAssetsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('exportAssets', array($params), "Google_Service_CloudAsset_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Status.php new file mode 100644 index 000000000..a5f4b15dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/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/vendor/google/apiclient-services/src/Google/Service/CloudAsset/TemporalAsset.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/TemporalAsset.php new file mode 100644 index 000000000..27d26fff6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/TemporalAsset.php @@ -0,0 +1,62 @@ +asset = $asset; + } + /** + * @return Google_Service_CloudAsset_Asset + */ + public function getAsset() + { + return $this->asset; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + /** + * @param Google_Service_CloudAsset_TimeWindow + */ + public function setWindow(Google_Service_CloudAsset_TimeWindow $window) + { + $this->window = $window; + } + /** + * @return Google_Service_CloudAsset_TimeWindow + */ + public function getWindow() + { + return $this->window; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/TimeWindow.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/TimeWindow.php new file mode 100644 index 000000000..5c117ee44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/TimeWindow.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php new file mode 100644 index 000000000..68a5933b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php @@ -0,0 +1,294 @@ + + * Creates and manages builds on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudBuild extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + public $projects_builds; + public $projects_triggers; + + /** + * Constructs the internal representation of the CloudBuild 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://cloudbuild.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudbuild'; + + $this->operations = new Google_Service_CloudBuild_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_builds = new Google_Service_CloudBuild_Resource_ProjectsBuilds( + $this, + $this->serviceName, + 'builds', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1/projects/{projectId}/builds/{id}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/projects/{projectId}/builds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/builds/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/builds', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'retry' => array( + 'path' => 'v1/projects/{projectId}/builds/{id}:retry', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_triggers = new Google_Service_CloudBuild_Resource_ProjectsTriggers( + $this, + $this->serviceName, + 'triggers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/projects/{projectId}/triggers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/projects/{projectId}/triggers/{triggerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/triggers/{triggerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/triggers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/projects/{projectId}/triggers/{triggerId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'run' => array( + 'path' => 'v1/projects/{projectId}/triggers/{triggerId}:run', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactObjects.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactObjects.php new file mode 100644 index 000000000..f3aedc780 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactObjects.php @@ -0,0 +1,56 @@ +location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setPaths($paths) + { + $this->paths = $paths; + } + public function getPaths() + { + return $this->paths; + } + /** + * @param Google_Service_CloudBuild_TimeSpan + */ + public function setTiming(Google_Service_CloudBuild_TimeSpan $timing) + { + $this->timing = $timing; + } + /** + * @return Google_Service_CloudBuild_TimeSpan + */ + public function getTiming() + { + return $this->timing; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactResult.php new file mode 100644 index 000000000..bcc83ea1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ArtifactResult.php @@ -0,0 +1,47 @@ +fileHash = $fileHash; + } + /** + * @return Google_Service_CloudBuild_FileHashes + */ + public function getFileHash() + { + return $this->fileHash; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Artifacts.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Artifacts.php new file mode 100644 index 000000000..7c83c0994 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Artifacts.php @@ -0,0 +1,47 @@ +images = $images; + } + public function getImages() + { + return $this->images; + } + /** + * @param Google_Service_CloudBuild_ArtifactObjects + */ + public function setObjects(Google_Service_CloudBuild_ArtifactObjects $objects) + { + $this->objects = $objects; + } + /** + * @return Google_Service_CloudBuild_ArtifactObjects + */ + public function getObjects() + { + return $this->objects; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.php new file mode 100644 index 000000000..3b55ab694 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.php @@ -0,0 +1,276 @@ +artifacts = $artifacts; + } + /** + * @return Google_Service_CloudBuild_Artifacts + */ + public function getArtifacts() + { + return $this->artifacts; + } + public function setBuildTriggerId($buildTriggerId) + { + $this->buildTriggerId = $buildTriggerId; + } + public function getBuildTriggerId() + { + return $this->buildTriggerId; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setFinishTime($finishTime) + { + $this->finishTime = $finishTime; + } + public function getFinishTime() + { + return $this->finishTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setImages($images) + { + $this->images = $images; + } + public function getImages() + { + return $this->images; + } + public function setLogUrl($logUrl) + { + $this->logUrl = $logUrl; + } + public function getLogUrl() + { + return $this->logUrl; + } + public function setLogsBucket($logsBucket) + { + $this->logsBucket = $logsBucket; + } + public function getLogsBucket() + { + return $this->logsBucket; + } + /** + * @param Google_Service_CloudBuild_BuildOptions + */ + public function setOptions(Google_Service_CloudBuild_BuildOptions $options) + { + $this->options = $options; + } + /** + * @return Google_Service_CloudBuild_BuildOptions + */ + public function getOptions() + { + return $this->options; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_CloudBuild_Results + */ + public function setResults(Google_Service_CloudBuild_Results $results) + { + $this->results = $results; + } + /** + * @return Google_Service_CloudBuild_Results + */ + public function getResults() + { + return $this->results; + } + /** + * @param Google_Service_CloudBuild_Secret + */ + public function setSecrets($secrets) + { + $this->secrets = $secrets; + } + /** + * @return Google_Service_CloudBuild_Secret + */ + public function getSecrets() + { + return $this->secrets; + } + /** + * @param Google_Service_CloudBuild_Source + */ + public function setSource(Google_Service_CloudBuild_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudBuild_Source + */ + public function getSource() + { + return $this->source; + } + /** + * @param Google_Service_CloudBuild_SourceProvenance + */ + public function setSourceProvenance(Google_Service_CloudBuild_SourceProvenance $sourceProvenance) + { + $this->sourceProvenance = $sourceProvenance; + } + /** + * @return Google_Service_CloudBuild_SourceProvenance + */ + public function getSourceProvenance() + { + return $this->sourceProvenance; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + /** + * @param Google_Service_CloudBuild_BuildStep + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_CloudBuild_BuildStep + */ + public function getSteps() + { + return $this->steps; + } + public function setSubstitutions($substitutions) + { + $this->substitutions = $substitutions; + } + public function getSubstitutions() + { + return $this->substitutions; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } + /** + * @param Google_Service_CloudBuild_TimeSpan + */ + public function setTiming($timing) + { + $this->timing = $timing; + } + /** + * @return Google_Service_CloudBuild_TimeSpan + */ + public function getTiming() + { + return $this->timing; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOperationMetadata.php new file mode 100644 index 000000000..1dfd78531 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOperationMetadata.php @@ -0,0 +1,37 @@ +build = $build; + } + /** + * @return Google_Service_CloudBuild_Build + */ + public function getBuild() + { + return $this->build; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.php new file mode 100644 index 000000000..bdda98c19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.php @@ -0,0 +1,128 @@ +diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setEnv($env) + { + $this->env = $env; + } + public function getEnv() + { + return $this->env; + } + public function setLogStreamingOption($logStreamingOption) + { + $this->logStreamingOption = $logStreamingOption; + } + public function getLogStreamingOption() + { + return $this->logStreamingOption; + } + public function setLogging($logging) + { + $this->logging = $logging; + } + public function getLogging() + { + return $this->logging; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setRequestedVerifyOption($requestedVerifyOption) + { + $this->requestedVerifyOption = $requestedVerifyOption; + } + public function getRequestedVerifyOption() + { + return $this->requestedVerifyOption; + } + public function setSecretEnv($secretEnv) + { + $this->secretEnv = $secretEnv; + } + public function getSecretEnv() + { + return $this->secretEnv; + } + public function setSourceProvenanceHash($sourceProvenanceHash) + { + $this->sourceProvenanceHash = $sourceProvenanceHash; + } + public function getSourceProvenanceHash() + { + return $this->sourceProvenanceHash; + } + public function setSubstitutionOption($substitutionOption) + { + $this->substitutionOption = $substitutionOption; + } + public function getSubstitutionOption() + { + return $this->substitutionOption; + } + /** + * @param Google_Service_CloudBuild_Volume + */ + public function setVolumes($volumes) + { + $this->volumes = $volumes; + } + /** + * @return Google_Service_CloudBuild_Volume + */ + public function getVolumes() + { + return $this->volumes; + } + public function setWorkerPool($workerPool) + { + $this->workerPool = $workerPool; + } + public function getWorkerPool() + { + return $this->workerPool; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php new file mode 100644 index 000000000..c298ea493 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php @@ -0,0 +1,160 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setDir($dir) + { + $this->dir = $dir; + } + public function getDir() + { + return $this->dir; + } + public function setEntrypoint($entrypoint) + { + $this->entrypoint = $entrypoint; + } + public function getEntrypoint() + { + return $this->entrypoint; + } + public function setEnv($env) + { + $this->env = $env; + } + public function getEnv() + { + return $this->env; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudBuild_TimeSpan + */ + public function setPullTiming(Google_Service_CloudBuild_TimeSpan $pullTiming) + { + $this->pullTiming = $pullTiming; + } + /** + * @return Google_Service_CloudBuild_TimeSpan + */ + public function getPullTiming() + { + return $this->pullTiming; + } + public function setSecretEnv($secretEnv) + { + $this->secretEnv = $secretEnv; + } + public function getSecretEnv() + { + return $this->secretEnv; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } + /** + * @param Google_Service_CloudBuild_TimeSpan + */ + public function setTiming(Google_Service_CloudBuild_TimeSpan $timing) + { + $this->timing = $timing; + } + /** + * @return Google_Service_CloudBuild_TimeSpan + */ + public function getTiming() + { + return $this->timing; + } + /** + * @param Google_Service_CloudBuild_Volume + */ + public function setVolumes($volumes) + { + $this->volumes = $volumes; + } + /** + * @return Google_Service_CloudBuild_Volume + */ + public function getVolumes() + { + return $this->volumes; + } + public function setWaitFor($waitFor) + { + $this->waitFor = $waitFor; + } + public function getWaitFor() + { + return $this->waitFor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php new file mode 100644 index 000000000..4f0f3324d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php @@ -0,0 +1,160 @@ +build = $build; + } + /** + * @return Google_Service_CloudBuild_Build + */ + public function getBuild() + { + return $this->build; + } + 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 setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setFilename($filename) + { + $this->filename = $filename; + } + public function getFilename() + { + return $this->filename; + } + /** + * @param Google_Service_CloudBuild_GitHubEventsConfig + */ + public function setGithub(Google_Service_CloudBuild_GitHubEventsConfig $github) + { + $this->github = $github; + } + /** + * @return Google_Service_CloudBuild_GitHubEventsConfig + */ + public function getGithub() + { + return $this->github; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIgnoredFiles($ignoredFiles) + { + $this->ignoredFiles = $ignoredFiles; + } + public function getIgnoredFiles() + { + return $this->ignoredFiles; + } + public function setIncludedFiles($includedFiles) + { + $this->includedFiles = $includedFiles; + } + public function getIncludedFiles() + { + return $this->includedFiles; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSubstitutions($substitutions) + { + $this->substitutions = $substitutions; + } + public function getSubstitutions() + { + return $this->substitutions; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + /** + * @param Google_Service_CloudBuild_RepoSource + */ + public function setTriggerTemplate(Google_Service_CloudBuild_RepoSource $triggerTemplate) + { + $this->triggerTemplate = $triggerTemplate; + } + /** + * @return Google_Service_CloudBuild_RepoSource + */ + public function getTriggerTemplate() + { + return $this->triggerTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuiltImage.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuiltImage.php new file mode 100644 index 000000000..74fc8e3c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuiltImage.php @@ -0,0 +1,55 @@ +digest = $digest; + } + public function getDigest() + { + return $this->digest; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudBuild_TimeSpan + */ + public function setPushTiming(Google_Service_CloudBuild_TimeSpan $pushTiming) + { + $this->pushTiming = $pushTiming; + } + /** + * @return Google_Service_CloudBuild_TimeSpan + */ + public function getPushTiming() + { + return $this->pushTiming; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.php new file mode 100644 index 000000000..229f6835a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.php @@ -0,0 +1,20 @@ +fileHash = $fileHash; + } + /** + * @return Google_Service_CloudBuild_Hash + */ + public function getFileHash() + { + return $this->fileHash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/GitHubEventsConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/GitHubEventsConfig.php new file mode 100644 index 000000000..d639c2830 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/GitHubEventsConfig.php @@ -0,0 +1,80 @@ +installationId = $installationId; + } + public function getInstallationId() + { + return $this->installationId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOwner($owner) + { + $this->owner = $owner; + } + public function getOwner() + { + return $this->owner; + } + /** + * @param Google_Service_CloudBuild_PullRequestFilter + */ + public function setPullRequest(Google_Service_CloudBuild_PullRequestFilter $pullRequest) + { + $this->pullRequest = $pullRequest; + } + /** + * @return Google_Service_CloudBuild_PullRequestFilter + */ + public function getPullRequest() + { + return $this->pullRequest; + } + /** + * @param Google_Service_CloudBuild_PushFilter + */ + public function setPush(Google_Service_CloudBuild_PushFilter $push) + { + $this->push = $push; + } + /** + * @return Google_Service_CloudBuild_PushFilter + */ + public function getPush() + { + return $this->push; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php new file mode 100644 index 000000000..4436820a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildTriggersResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildTriggersResponse.php new file mode 100644 index 000000000..7db1f0ef6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildTriggersResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudBuild_BuildTrigger + */ + public function setTriggers($triggers) + { + $this->triggers = $triggers; + } + /** + * @return Google_Service_CloudBuild_BuildTrigger + */ + public function getTriggers() + { + return $this->triggers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildsResponse.php new file mode 100644 index 000000000..ef137830b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildsResponse.php @@ -0,0 +1,47 @@ +builds = $builds; + } + /** + * @return Google_Service_CloudBuild_Build + */ + public function getBuilds() + { + return $this->builds; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php new file mode 100644 index 000000000..b26f8b6aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudBuild_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudBuild_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php new file mode 100644 index 000000000..d0bf75598 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudBuild_Status + */ + public function setError(Google_Service_CloudBuild_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudBuild_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/vendor/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.php new file mode 100644 index 000000000..29d6cc3c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.php @@ -0,0 +1,39 @@ +branch = $branch; + } + public function getBranch() + { + return $this->branch; + } + public function setCommentControl($commentControl) + { + $this->commentControl = $commentControl; + } + public function getCommentControl() + { + return $this->commentControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.php new file mode 100644 index 000000000..104b7df8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.php @@ -0,0 +1,39 @@ +branch = $branch; + } + public function getBranch() + { + return $this->branch; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php new file mode 100644 index 000000000..6fade4166 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php @@ -0,0 +1,75 @@ +branchName = $branchName; + } + public function getBranchName() + { + return $this->branchName; + } + public function setCommitSha($commitSha) + { + $this->commitSha = $commitSha; + } + public function getCommitSha() + { + return $this->commitSha; + } + public function setDir($dir) + { + $this->dir = $dir; + } + public function getDir() + { + return $this->dir; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRepoName($repoName) + { + $this->repoName = $repoName; + } + public function getRepoName() + { + return $this->repoName; + } + public function setTagName($tagName) + { + $this->tagName = $tagName; + } + public function getTagName() + { + return $this->tagName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php new file mode 100644 index 000000000..9b6eb65b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php @@ -0,0 +1,91 @@ + + * $cloudbuildService = new Google_Service_CloudBuild(...); + * $operations = $cloudbuildService->operations; + * + */ +class Google_Service_CloudBuild_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_CloudBuild_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_CloudbuildEmpty + */ + public function cancel($name, Google_Service_CloudBuild_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudBuild_CloudbuildEmpty"); + } + /** + * 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_CloudBuild_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudBuild_Operation"); + } + /** + * 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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudBuild_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudBuild_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Projects.php new file mode 100644 index 000000000..b7a46c34b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudbuildService = new Google_Service_CloudBuild(...); + * $projects = $cloudbuildService->projects; + * + */ +class Google_Service_CloudBuild_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php new file mode 100644 index 000000000..9177a1278 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php @@ -0,0 +1,139 @@ + + * $cloudbuildService = new Google_Service_CloudBuild(...); + * $builds = $cloudbuildService->builds; + * + */ +class Google_Service_CloudBuild_Resource_ProjectsBuilds extends Google_Service_Resource +{ + /** + * Cancels a build in progress. (builds.cancel) + * + * @param string $projectId ID of the project. + * @param string $id ID of the build. + * @param Google_Service_CloudBuild_CancelBuildRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_Build + */ + public function cancel($projectId, $id, Google_Service_CloudBuild_CancelBuildRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudBuild_Build"); + } + /** + * Starts a build with the specified configuration. + * + * This method returns a long-running `Operation`, which includes the build ID. + * Pass the build ID to `GetBuild` to determine the build status (such as + * `SUCCESS` or `FAILURE`). (builds.create) + * + * @param string $projectId ID of the project. + * @param Google_Service_CloudBuild_Build $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_Operation + */ + public function create($projectId, Google_Service_CloudBuild_Build $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudBuild_Operation"); + } + /** + * Returns information about a previously requested build. + * + * The `Build` that is returned includes its status (such as `SUCCESS`, + * `FAILURE`, or `WORKING`), and timing information. (builds.get) + * + * @param string $projectId ID of the project. + * @param string $id ID of the build. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_Build + */ + public function get($projectId, $id, $optParams = array()) + { + $params = array('projectId' => $projectId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudBuild_Build"); + } + /** + * Lists previously requested builds. + * + * Previously requested builds may still be in-progress, or may have finished + * successfully or unsuccessfully. (builds.listProjectsBuilds) + * + * @param string $projectId ID of the project. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The raw filter text to constrain the results. + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param int pageSize Number of results to return in the list. + * @return Google_Service_CloudBuild_ListBuildsResponse + */ + public function listProjectsBuilds($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudBuild_ListBuildsResponse"); + } + /** + * Creates a new build based on the specified build. + * + * This method creates a new build using the original build request, which may + * or may not result in an identical build. + * + * For triggered builds: + * + * * Triggered builds resolve to a precise revision; therefore a retry of a + * triggered build will result in a build that uses the same revision. + * + * For non-triggered builds that specify `RepoSource`: + * + * * If the original build built from the tip of a branch, the retried build + * will build from the tip of that branch, which may not be the same revision as + * the original build. * If the original build specified a commit sha or + * revision ID, the retried build will use the identical source. + * + * For builds that specify `StorageSource`: + * + * * If the original build pulled source from Google Cloud Storage without + * specifying the generation of the object, the new build will use the current + * object, which may be different from the original build source. * If the + * original build pulled source from Cloud Storage and specified the generation + * of the object, the new build will attempt to use the same object, which may + * or may not be available depending on the bucket's lifecycle management + * settings. (builds.retry) + * + * @param string $projectId ID of the project. + * @param string $id Build ID of the original build. + * @param Google_Service_CloudBuild_RetryBuildRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_Operation + */ + public function retry($projectId, $id, Google_Service_CloudBuild_RetryBuildRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('retry', array($params), "Google_Service_CloudBuild_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.php new file mode 100644 index 000000000..97810b31d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.php @@ -0,0 +1,128 @@ + + * $cloudbuildService = new Google_Service_CloudBuild(...); + * $triggers = $cloudbuildService->triggers; + * + */ +class Google_Service_CloudBuild_Resource_ProjectsTriggers extends Google_Service_Resource +{ + /** + * Creates a new `BuildTrigger`. + * + * This API is experimental. (triggers.create) + * + * @param string $projectId ID of the project for which to configure automatic + * builds. + * @param Google_Service_CloudBuild_BuildTrigger $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_BuildTrigger + */ + public function create($projectId, Google_Service_CloudBuild_BuildTrigger $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudBuild_BuildTrigger"); + } + /** + * Deletes a `BuildTrigger` by its project ID and trigger ID. + * + * This API is experimental. (triggers.delete) + * + * @param string $projectId ID of the project that owns the trigger. + * @param string $triggerId ID of the `BuildTrigger` to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_CloudbuildEmpty + */ + public function delete($projectId, $triggerId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'triggerId' => $triggerId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudBuild_CloudbuildEmpty"); + } + /** + * Returns information about a `BuildTrigger`. + * + * This API is experimental. (triggers.get) + * + * @param string $projectId ID of the project that owns the trigger. + * @param string $triggerId ID of the `BuildTrigger` to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_BuildTrigger + */ + public function get($projectId, $triggerId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'triggerId' => $triggerId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudBuild_BuildTrigger"); + } + /** + * Lists existing `BuildTrigger`s. + * + * This API is experimental. (triggers.listProjectsTriggers) + * + * @param string $projectId ID of the project for which to list BuildTriggers. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param int pageSize Number of results to return in the list. + * @return Google_Service_CloudBuild_ListBuildTriggersResponse + */ + public function listProjectsTriggers($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudBuild_ListBuildTriggersResponse"); + } + /** + * Updates a `BuildTrigger` by its project ID and trigger ID. + * + * This API is experimental. (triggers.patch) + * + * @param string $projectId ID of the project that owns the trigger. + * @param string $triggerId ID of the `BuildTrigger` to update. + * @param Google_Service_CloudBuild_BuildTrigger $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_BuildTrigger + */ + public function patch($projectId, $triggerId, Google_Service_CloudBuild_BuildTrigger $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'triggerId' => $triggerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudBuild_BuildTrigger"); + } + /** + * Runs a `BuildTrigger` at a particular source revision. (triggers.run) + * + * @param string $projectId ID of the project. + * @param string $triggerId ID of the trigger. + * @param Google_Service_CloudBuild_RepoSource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudBuild_Operation + */ + public function run($projectId, $triggerId, Google_Service_CloudBuild_RepoSource $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'triggerId' => $triggerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_CloudBuild_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.php new file mode 100644 index 000000000..c51cb398a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.php @@ -0,0 +1,90 @@ +artifactManifest = $artifactManifest; + } + public function getArtifactManifest() + { + return $this->artifactManifest; + } + /** + * @param Google_Service_CloudBuild_TimeSpan + */ + public function setArtifactTiming(Google_Service_CloudBuild_TimeSpan $artifactTiming) + { + $this->artifactTiming = $artifactTiming; + } + /** + * @return Google_Service_CloudBuild_TimeSpan + */ + public function getArtifactTiming() + { + return $this->artifactTiming; + } + public function setBuildStepImages($buildStepImages) + { + $this->buildStepImages = $buildStepImages; + } + public function getBuildStepImages() + { + return $this->buildStepImages; + } + public function setBuildStepOutputs($buildStepOutputs) + { + $this->buildStepOutputs = $buildStepOutputs; + } + public function getBuildStepOutputs() + { + return $this->buildStepOutputs; + } + /** + * @param Google_Service_CloudBuild_BuiltImage + */ + public function setImages($images) + { + $this->images = $images; + } + /** + * @return Google_Service_CloudBuild_BuiltImage + */ + public function getImages() + { + return $this->images; + } + public function setNumArtifacts($numArtifacts) + { + $this->numArtifacts = $numArtifacts; + } + public function getNumArtifacts() + { + return $this->numArtifacts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RetryBuildRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RetryBuildRequest.php new file mode 100644 index 000000000..fa56fc26e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RetryBuildRequest.php @@ -0,0 +1,20 @@ +kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } + public function setSecretEnv($secretEnv) + { + $this->secretEnv = $secretEnv; + } + public function getSecretEnv() + { + return $this->secretEnv; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php new file mode 100644 index 000000000..df51530ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php @@ -0,0 +1,53 @@ +repoSource = $repoSource; + } + /** + * @return Google_Service_CloudBuild_RepoSource + */ + public function getRepoSource() + { + return $this->repoSource; + } + /** + * @param Google_Service_CloudBuild_StorageSource + */ + public function setStorageSource(Google_Service_CloudBuild_StorageSource $storageSource) + { + $this->storageSource = $storageSource; + } + /** + * @return Google_Service_CloudBuild_StorageSource + */ + public function getStorageSource() + { + return $this->storageSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php new file mode 100644 index 000000000..d078eaced --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php @@ -0,0 +1,69 @@ +fileHashes = $fileHashes; + } + /** + * @return Google_Service_CloudBuild_FileHashes + */ + public function getFileHashes() + { + return $this->fileHashes; + } + /** + * @param Google_Service_CloudBuild_RepoSource + */ + public function setResolvedRepoSource(Google_Service_CloudBuild_RepoSource $resolvedRepoSource) + { + $this->resolvedRepoSource = $resolvedRepoSource; + } + /** + * @return Google_Service_CloudBuild_RepoSource + */ + public function getResolvedRepoSource() + { + return $this->resolvedRepoSource; + } + /** + * @param Google_Service_CloudBuild_StorageSource + */ + public function setResolvedStorageSource(Google_Service_CloudBuild_StorageSource $resolvedStorageSource) + { + $this->resolvedStorageSource = $resolvedStorageSource; + } + /** + * @return Google_Service_CloudBuild_StorageSource + */ + public function getResolvedStorageSource() + { + return $this->resolvedStorageSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Status.php new file mode 100644 index 000000000..f8589c0fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/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/vendor/google/apiclient-services/src/Google/Service/CloudBuild/StorageSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/StorageSource.php new file mode 100644 index 000000000..2303afbac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/StorageSource.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/vendor/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.php new file mode 100644 index 000000000..2264bcf68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Volume.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Volume.php new file mode 100644 index 000000000..1686b4087 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Volume.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php new file mode 100644 index 000000000..97ec51a65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php @@ -0,0 +1,209 @@ + + * Manages Apache Airflow environments on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudComposer extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations_environments; + public $projects_locations_imageVersions; + public $projects_locations_operations; + + /** + * Constructs the internal representation of the CloudComposer 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://composer.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'composer'; + + $this->projects_locations_environments = new Google_Service_CloudComposer_Resource_ProjectsLocationsEnvironments( + $this, + $this->serviceName, + 'environments', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/environments', + '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}/environments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_imageVersions = new Google_Service_CloudComposer_Resource_ProjectsLocationsImageVersions( + $this, + $this->serviceName, + 'imageVersions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/imageVersions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_CloudComposer_Resource_ProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + '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/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ComposerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ComposerEmpty.php new file mode 100644 index 000000000..299caebce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ComposerEmpty.php @@ -0,0 +1,20 @@ +config = $config; + } + /** + * @return Google_Service_CloudComposer_EnvironmentConfig + */ + public function getConfig() + { + return $this->config; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + 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; + } + public function setUuid($uuid) + { + $this->uuid = $uuid; + } + public function getUuid() + { + return $this->uuid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/EnvironmentConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/EnvironmentConfig.php new file mode 100644 index 000000000..a3e9a3a7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/EnvironmentConfig.php @@ -0,0 +1,89 @@ +airflowUri = $airflowUri; + } + public function getAirflowUri() + { + return $this->airflowUri; + } + public function setDagGcsPrefix($dagGcsPrefix) + { + $this->dagGcsPrefix = $dagGcsPrefix; + } + public function getDagGcsPrefix() + { + return $this->dagGcsPrefix; + } + public function setGkeCluster($gkeCluster) + { + $this->gkeCluster = $gkeCluster; + } + public function getGkeCluster() + { + return $this->gkeCluster; + } + /** + * @param Google_Service_CloudComposer_NodeConfig + */ + public function setNodeConfig(Google_Service_CloudComposer_NodeConfig $nodeConfig) + { + $this->nodeConfig = $nodeConfig; + } + /** + * @return Google_Service_CloudComposer_NodeConfig + */ + public function getNodeConfig() + { + return $this->nodeConfig; + } + public function setNodeCount($nodeCount) + { + $this->nodeCount = $nodeCount; + } + public function getNodeCount() + { + return $this->nodeCount; + } + /** + * @param Google_Service_CloudComposer_SoftwareConfig + */ + public function setSoftwareConfig(Google_Service_CloudComposer_SoftwareConfig $softwareConfig) + { + $this->softwareConfig = $softwareConfig; + } + /** + * @return Google_Service_CloudComposer_SoftwareConfig + */ + public function getSoftwareConfig() + { + return $this->softwareConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ImageVersion.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ImageVersion.php new file mode 100644 index 000000000..ac7958da7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ImageVersion.php @@ -0,0 +1,49 @@ +imageVersionId = $imageVersionId; + } + public function getImageVersionId() + { + return $this->imageVersionId; + } + public function setIsDefault($isDefault) + { + $this->isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setSupportedPythonVersions($supportedPythonVersions) + { + $this->supportedPythonVersions = $supportedPythonVersions; + } + public function getSupportedPythonVersions() + { + return $this->supportedPythonVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListEnvironmentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListEnvironmentsResponse.php new file mode 100644 index 000000000..d48c2edca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListEnvironmentsResponse.php @@ -0,0 +1,47 @@ +environments = $environments; + } + /** + * @return Google_Service_CloudComposer_Environment + */ + public function getEnvironments() + { + return $this->environments; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListImageVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListImageVersionsResponse.php new file mode 100644 index 000000000..a35b64ef5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListImageVersionsResponse.php @@ -0,0 +1,47 @@ +imageVersions = $imageVersions; + } + /** + * @return Google_Service_CloudComposer_ImageVersion + */ + public function getImageVersions() + { + return $this->imageVersions; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListOperationsResponse.php new file mode 100644 index 000000000..f9057d0aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudComposer_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudComposer_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/NodeConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/NodeConfig.php new file mode 100644 index 000000000..33cfd2d07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/NodeConfig.php @@ -0,0 +1,94 @@ +diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setOauthScopes($oauthScopes) + { + $this->oauthScopes = $oauthScopes; + } + public function getOauthScopes() + { + return $this->oauthScopes; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Operation.php new file mode 100644 index 000000000..2f775a622 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudComposer_Status + */ + public function setError(Google_Service_CloudComposer_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudComposer_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/vendor/google/apiclient-services/src/Google/Service/CloudComposer/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/OperationMetadata.php new file mode 100644 index 000000000..383debb6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/OperationMetadata.php @@ -0,0 +1,75 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setResourceUuid($resourceUuid) + { + $this->resourceUuid = $resourceUuid; + } + public function getResourceUuid() + { + return $this->resourceUuid; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/Projects.php new file mode 100644 index 000000000..69f8f6287 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $composerService = new Google_Service_CloudComposer(...); + * $projects = $composerService->projects; + * + */ +class Google_Service_CloudComposer_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocations.php new file mode 100644 index 000000000..5175663f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $composerService = new Google_Service_CloudComposer(...); + * $locations = $composerService->locations; + * + */ +class Google_Service_CloudComposer_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsEnvironments.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsEnvironments.php new file mode 100644 index 000000000..5afc2a1cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsEnvironments.php @@ -0,0 +1,180 @@ + + * $composerService = new Google_Service_CloudComposer(...); + * $environments = $composerService->environments; + * + */ +class Google_Service_CloudComposer_Resource_ProjectsLocationsEnvironments extends Google_Service_Resource +{ + /** + * Create a new environment. (environments.create) + * + * @param string $parent The parent must be of the form + * "projects/{projectId}/locations/{locationId}". + * @param Google_Service_CloudComposer_Environment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudComposer_Operation + */ + public function create($parent, Google_Service_CloudComposer_Environment $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudComposer_Operation"); + } + /** + * Delete an environment. (environments.delete) + * + * @param string $name The environment to delete, in the form: + * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" + * @param array $optParams Optional parameters. + * @return Google_Service_CloudComposer_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudComposer_Operation"); + } + /** + * Get an existing environment. (environments.get) + * + * @param string $name The resource name of the environment to get, in the form: + * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" + * @param array $optParams Optional parameters. + * @return Google_Service_CloudComposer_Environment + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudComposer_Environment"); + } + /** + * List environments. (environments.listProjectsLocationsEnvironments) + * + * @param string $parent List environments in the given project and location, in + * the form: "projects/{projectId}/locations/{locationId}" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize The maximum number of environments to return. + * @return Google_Service_CloudComposer_ListEnvironmentsResponse + */ + public function listProjectsLocationsEnvironments($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudComposer_ListEnvironmentsResponse"); + } + /** + * Update an environment. (environments.patch) + * + * @param string $name The relative resource name of the environment to update, + * in the form: + * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" + * @param Google_Service_CloudComposer_Environment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. A comma-separated list of paths, + * relative to `Environment`, of fields to update. For example, to set the + * version of scikit-learn to install in the environment to 0.19.0 and to remove + * an existing installation of numpy, the `updateMask` parameter would include + * the following two `paths` values: "config.softwareConfig.pypiPackages.scikit- + * learn" and "config.softwareConfig.pypiPackages.numpy". The included patch + * environment would specify the scikit-learn version as follows: + * + * { "config":{ "softwareConfig":{ "pypiPackages":{ + * "scikit-learn":"==0.19.0" } } } } + * + * Note that in the above example, any existing PyPI packages other than scikit- + * learn and numpy will be unaffected. + * + * Only one update type may be included in a single request's `updateMask`. For + * example, one cannot update both the PyPI packages and labels in the same + * request. However, it is possible to update multiple members of a map field + * simultaneously in the same request. For example, to set the labels "label1" + * and "label2" while clearing "label3" (assuming it already exists), one can + * provide the paths "labels.label1", "labels.label2", and "labels.label3" and + * populate the patch environment as follows: + * + * { "labels":{ "label1":"new-label1-value" "label2 + * ":"new-label2-value" } } + * + * Note that in the above example, any existing labels that are not included in + * the `updateMask` will be unaffected. + * + * It is also possible to replace an entire map field by providing the map + * field's path in the `updateMask`. The new value of the field will be that + * which is provided in the patch environment. For example, to delete all pre- + * existing user-specified PyPI packages and install botocore at version 1.7.14, + * the `updateMask` would contain the path "config.softwareConfig.pypiPackages", + * and the patch environment would be the following: + * + * { "config":{ "softwareConfig":{ "pypiPackages":{ + * "botocore":"==1.7.14" } } } } + * + * **Note:** Only the following fields can be updated: + * + * Mask Purpose config.softwareConfig.pypiPackages Replace all + * custom custom PyPI packages. If a replacement package map is not included in + * `environment`, all custom PyPI packages are cleared. It is an error to + * provide both this mask and a mask specifying an individual package. + * config.softwareConfig.pypiPackages.packagename Update the custom PyPI + * package packagename, preserving other packages. To delete the package, + * include it in `updateMask`, and omit the mapping for it in + * `environment.config.softwareConfig.pypiPackages`. It is an error to provide + * both a mask of this form and the "config.softwareConfig.pypiPackages" mask. + * labels Replace all environment labels. If a replacement labels map is not + * included in `environment`, all labels are cleared. It is an error to provide + * both this mask and a mask specifying one or more individual labels. + * labels.labelName Set the label named labelName, while preserving other + * labels. To delete the label, include it in `updateMask` and omit its mapping + * in `environment.labels`. It is an error to provide both a mask of this form + * and the "labels" mask. config.nodeCount Horizontally scale the number + * of nodes in the environment. An integer greater than or equal to 3 must be + * provided in the `config.nodeCount` field. + * config.softwareConfig.airflowConfigOverrides Replace all Apache Airflow + * config overrides. If a replacement config overrides map is not included in + * `environment`, all config overrides are cleared. It is an error to provide + * both this mask and a mask specifying one or more individual config + * overrides. config.softwareConfig.airflowConfigOverrides.section-name + * Override the Apache Airflow config property name in the section named + * section, preserving other properties. To delete the property override, + * include it in `updateMask` and omit its mapping in + * `environment.config.softwareConfig.airflowConfigOverrides`. It is an error + * to provide both a mask of this form and the + * "config.softwareConfig.airflowConfigOverrides" mask. + * config.softwareConfig.envVariables Replace all environment variables. If a + * replacement environment variable map is not included in `environment`, all + * custom environment variables are cleared. It is an error to provide both + * this mask and a mask specifying one or more individual environment + * variables. + * @return Google_Service_CloudComposer_Operation + */ + public function patch($name, Google_Service_CloudComposer_Environment $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudComposer_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsImageVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsImageVersions.php new file mode 100644 index 000000000..5eed1d01c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsImageVersions.php @@ -0,0 +1,47 @@ + + * $composerService = new Google_Service_CloudComposer(...); + * $imageVersions = $composerService->imageVersions; + * + */ +class Google_Service_CloudComposer_Resource_ProjectsLocationsImageVersions extends Google_Service_Resource +{ + /** + * List ImageVersions for provided location. + * (imageVersions.listProjectsLocationsImageVersions) + * + * @param string $parent List ImageVersions in the given project and location, + * in the form: "projects/{projectId}/locations/{locationId}" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize The maximum number of image_versions to return. + * @return Google_Service_CloudComposer_ListImageVersionsResponse + */ + public function listProjectsLocationsImageVersions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudComposer_ListImageVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..c578489ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,86 @@ + + * $composerService = new Google_Service_CloudComposer(...); + * $operations = $composerService->operations; + * + */ +class Google_Service_CloudComposer_Resource_ProjectsLocationsOperations extends Google_Service_Resource +{ + /** + * 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_CloudComposer_ComposerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudComposer_ComposerEmpty"); + } + /** + * 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_CloudComposer_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudComposer_Operation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudComposer_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudComposer_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/SoftwareConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/SoftwareConfig.php new file mode 100644 index 000000000..1da768520 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/SoftwareConfig.php @@ -0,0 +1,66 @@ +airflowConfigOverrides = $airflowConfigOverrides; + } + public function getAirflowConfigOverrides() + { + return $this->airflowConfigOverrides; + } + public function setEnvVariables($envVariables) + { + $this->envVariables = $envVariables; + } + public function getEnvVariables() + { + return $this->envVariables; + } + public function setImageVersion($imageVersion) + { + $this->imageVersion = $imageVersion; + } + public function getImageVersion() + { + return $this->imageVersion; + } + public function setPypiPackages($pypiPackages) + { + $this->pypiPackages = $pypiPackages; + } + public function getPypiPackages() + { + return $this->pypiPackages; + } + public function setPythonVersion($pythonVersion) + { + $this->pythonVersion = $pythonVersion; + } + public function getPythonVersion() + { + return $this->pythonVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Status.php new file mode 100644 index 000000000..6e251c0e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/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/vendor/google/apiclient-services/src/Google/Service/CloudDebugger.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger.php new file mode 100644 index 000000000..94db9c268 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger.php @@ -0,0 +1,242 @@ + + * Examines the call stack and variables of a running application without + * stopping or slowing it down. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudDebugger extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Use Stackdriver Debugger. */ + const CLOUD_DEBUGGER = + "https://www.googleapis.com/auth/cloud_debugger"; + + public $controller_debuggees; + public $controller_debuggees_breakpoints; + public $debugger_debuggees; + public $debugger_debuggees_breakpoints; + + /** + * Constructs the internal representation of the CloudDebugger 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://clouddebugger.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'clouddebugger'; + + $this->controller_debuggees = new Google_Service_CloudDebugger_Resource_ControllerDebuggees( + $this, + $this->serviceName, + 'debuggees', + array( + 'methods' => array( + 'register' => array( + 'path' => 'v2/controller/debuggees/register', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->controller_debuggees_breakpoints = new Google_Service_CloudDebugger_Resource_ControllerDebuggeesBreakpoints( + $this, + $this->serviceName, + 'breakpoints', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints', + 'httpMethod' => 'GET', + 'parameters' => array( + 'debuggeeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'successOnTimeout' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'waitToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'debuggeeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->debugger_debuggees = new Google_Service_CloudDebugger_Resource_DebuggerDebuggees( + $this, + $this->serviceName, + 'debuggees', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/debugger/debuggees', + 'httpMethod' => 'GET', + 'parameters' => array( + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeInactive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'project' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->debugger_debuggees_breakpoints = new Google_Service_CloudDebugger_Resource_DebuggerDebuggeesBreakpoints( + $this, + $this->serviceName, + 'breakpoints', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'debuggeeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'breakpointId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'debuggeeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'breakpointId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints', + 'httpMethod' => 'GET', + 'parameters' => array( + 'debuggeeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'waitToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'action.value' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeAllUsers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeInactive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'stripResults' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'set' => array( + 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/set', + 'httpMethod' => 'POST', + 'parameters' => array( + 'debuggeeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php new file mode 100644 index 000000000..b5b4a7fb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Breakpoint.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Breakpoint.php new file mode 100644 index 000000000..72309f8c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Breakpoint.php @@ -0,0 +1,201 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setCondition($condition) + { + $this->condition = $condition; + } + public function getCondition() + { + return $this->condition; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_CloudDebugger_Variable + */ + public function setEvaluatedExpressions($evaluatedExpressions) + { + $this->evaluatedExpressions = $evaluatedExpressions; + } + /** + * @return Google_Service_CloudDebugger_Variable + */ + public function getEvaluatedExpressions() + { + return $this->evaluatedExpressions; + } + public function setExpressions($expressions) + { + $this->expressions = $expressions; + } + public function getExpressions() + { + return $this->expressions; + } + public function setFinalTime($finalTime) + { + $this->finalTime = $finalTime; + } + public function getFinalTime() + { + return $this->finalTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsFinalState($isFinalState) + { + $this->isFinalState = $isFinalState; + } + public function getIsFinalState() + { + return $this->isFinalState; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_CloudDebugger_SourceLocation + */ + public function setLocation(Google_Service_CloudDebugger_SourceLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_CloudDebugger_SourceLocation + */ + public function getLocation() + { + return $this->location; + } + public function setLogLevel($logLevel) + { + $this->logLevel = $logLevel; + } + public function getLogLevel() + { + return $this->logLevel; + } + public function setLogMessageFormat($logMessageFormat) + { + $this->logMessageFormat = $logMessageFormat; + } + public function getLogMessageFormat() + { + return $this->logMessageFormat; + } + /** + * @param Google_Service_CloudDebugger_StackFrame + */ + public function setStackFrames($stackFrames) + { + $this->stackFrames = $stackFrames; + } + /** + * @return Google_Service_CloudDebugger_StackFrame + */ + public function getStackFrames() + { + return $this->stackFrames; + } + /** + * @param Google_Service_CloudDebugger_StatusMessage + */ + public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudDebugger_StatusMessage + */ + public function getStatus() + { + return $this->status; + } + public function setUserEmail($userEmail) + { + $this->userEmail = $userEmail; + } + public function getUserEmail() + { + return $this->userEmail; + } + /** + * @param Google_Service_CloudDebugger_Variable + */ + public function setVariableTable($variableTable) + { + $this->variableTable = $variableTable; + } + /** + * @return Google_Service_CloudDebugger_Variable + */ + public function getVariableTable() + { + return $this->variableTable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudRepoSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudRepoSourceContext.php new file mode 100644 index 000000000..23d4fc2e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudRepoSourceContext.php @@ -0,0 +1,71 @@ +aliasContext = $aliasContext; + } + /** + * @return Google_Service_CloudDebugger_AliasContext + */ + public function getAliasContext() + { + return $this->aliasContext; + } + public function setAliasName($aliasName) + { + $this->aliasName = $aliasName; + } + public function getAliasName() + { + return $this->aliasName; + } + /** + * @param Google_Service_CloudDebugger_RepoId + */ + public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) + { + $this->repoId = $repoId; + } + /** + * @return Google_Service_CloudDebugger_RepoId + */ + public function getRepoId() + { + return $this->repoId; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php new file mode 100644 index 000000000..d9e4dba8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php @@ -0,0 +1,46 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudDebugger_RepoId + */ + public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) + { + $this->repoId = $repoId; + } + /** + * @return Google_Service_CloudDebugger_RepoId + */ + public function getRepoId() + { + return $this->repoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceSourceContext.php new file mode 100644 index 000000000..27df77a4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceSourceContext.php @@ -0,0 +1,46 @@ +snapshotId = $snapshotId; + } + public function getSnapshotId() + { + return $this->snapshotId; + } + /** + * @param Google_Service_CloudDebugger_CloudWorkspaceId + */ + public function setWorkspaceId(Google_Service_CloudDebugger_CloudWorkspaceId $workspaceId) + { + $this->workspaceId = $workspaceId; + } + /** + * @return Google_Service_CloudDebugger_CloudWorkspaceId + */ + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ClouddebuggerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ClouddebuggerEmpty.php new file mode 100644 index 000000000..f697514ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ClouddebuggerEmpty.php @@ -0,0 +1,20 @@ +agentVersion = $agentVersion; + } + public function getAgentVersion() + { + return $this->agentVersion; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_CloudDebugger_ExtendedSourceContext + */ + public function setExtSourceContexts($extSourceContexts) + { + $this->extSourceContexts = $extSourceContexts; + } + /** + * @return Google_Service_CloudDebugger_ExtendedSourceContext + */ + public function getExtSourceContexts() + { + return $this->extSourceContexts; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsDisabled($isDisabled) + { + $this->isDisabled = $isDisabled; + } + public function getIsDisabled() + { + return $this->isDisabled; + } + public function setIsInactive($isInactive) + { + $this->isInactive = $isInactive; + } + public function getIsInactive() + { + return $this->isInactive; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } + /** + * @param Google_Service_CloudDebugger_SourceContext + */ + public function setSourceContexts($sourceContexts) + { + $this->sourceContexts = $sourceContexts; + } + /** + * @return Google_Service_CloudDebugger_SourceContext + */ + public function getSourceContexts() + { + return $this->sourceContexts; + } + /** + * @param Google_Service_CloudDebugger_StatusMessage + */ + public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudDebugger_StatusMessage + */ + public function getStatus() + { + return $this->status; + } + public function setUniquifier($uniquifier) + { + $this->uniquifier = $uniquifier; + } + public function getUniquifier() + { + return $this->uniquifier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php new file mode 100644 index 000000000..7ddbf8f2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php @@ -0,0 +1,46 @@ +context = $context; + } + /** + * @return Google_Service_CloudDebugger_SourceContext + */ + public function getContext() + { + return $this->context; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php new file mode 100644 index 000000000..3fddee746 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php @@ -0,0 +1,40 @@ +format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GerritSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GerritSourceContext.php new file mode 100644 index 000000000..2d1f390f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GerritSourceContext.php @@ -0,0 +1,73 @@ +aliasContext = $aliasContext; + } + /** + * @return Google_Service_CloudDebugger_AliasContext + */ + public function getAliasContext() + { + return $this->aliasContext; + } + public function setAliasName($aliasName) + { + $this->aliasName = $aliasName; + } + public function getAliasName() + { + return $this->aliasName; + } + public function setGerritProject($gerritProject) + { + $this->gerritProject = $gerritProject; + } + public function getGerritProject() + { + return $this->gerritProject; + } + public function setHostUri($hostUri) + { + $this->hostUri = $hostUri; + } + public function getHostUri() + { + return $this->hostUri; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php new file mode 100644 index 000000000..0589356ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php @@ -0,0 +1,37 @@ +breakpoint = $breakpoint; + } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ + public function getBreakpoint() + { + return $this->breakpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GitSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GitSourceContext.php new file mode 100644 index 000000000..7b57c0fce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GitSourceContext.php @@ -0,0 +1,39 @@ +revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListActiveBreakpointsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListActiveBreakpointsResponse.php new file mode 100644 index 000000000..3957a723e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListActiveBreakpointsResponse.php @@ -0,0 +1,56 @@ +breakpoints = $breakpoints; + } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ + public function getBreakpoints() + { + return $this->breakpoints; + } + public function setNextWaitToken($nextWaitToken) + { + $this->nextWaitToken = $nextWaitToken; + } + public function getNextWaitToken() + { + return $this->nextWaitToken; + } + public function setWaitExpired($waitExpired) + { + $this->waitExpired = $waitExpired; + } + public function getWaitExpired() + { + return $this->waitExpired; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php new file mode 100644 index 000000000..da7fbdb94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php @@ -0,0 +1,47 @@ +breakpoints = $breakpoints; + } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ + public function getBreakpoints() + { + return $this->breakpoints; + } + public function setNextWaitToken($nextWaitToken) + { + $this->nextWaitToken = $nextWaitToken; + } + public function getNextWaitToken() + { + return $this->nextWaitToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php new file mode 100644 index 000000000..8b0c10fc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php @@ -0,0 +1,38 @@ +debuggees = $debuggees; + } + /** + * @return Google_Service_CloudDebugger_Debuggee + */ + public function getDebuggees() + { + return $this->debuggees; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ProjectRepoId.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ProjectRepoId.php new file mode 100644 index 000000000..8782f9762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ProjectRepoId.php @@ -0,0 +1,39 @@ +projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRepoName($repoName) + { + $this->repoName = $repoName; + } + public function getRepoName() + { + return $this->repoName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeRequest.php new file mode 100644 index 000000000..99a64180d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeRequest.php @@ -0,0 +1,37 @@ +debuggee = $debuggee; + } + /** + * @return Google_Service_CloudDebugger_Debuggee + */ + public function getDebuggee() + { + return $this->debuggee; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeResponse.php new file mode 100644 index 000000000..d183ec935 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeResponse.php @@ -0,0 +1,37 @@ +debuggee = $debuggee; + } + /** + * @return Google_Service_CloudDebugger_Debuggee + */ + public function getDebuggee() + { + return $this->debuggee; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.php new file mode 100644 index 000000000..bbf8f8cb4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.php @@ -0,0 +1,46 @@ +projectRepoId = $projectRepoId; + } + /** + * @return Google_Service_CloudDebugger_ProjectRepoId + */ + public function getProjectRepoId() + { + return $this->projectRepoId; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Controller.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Controller.php new file mode 100644 index 000000000..a3e421ba3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Controller.php @@ -0,0 +1,28 @@ + + * $clouddebuggerService = new Google_Service_CloudDebugger(...); + * $controller = $clouddebuggerService->controller; + * + */ +class Google_Service_CloudDebugger_Resource_Controller extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggees.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggees.php new file mode 100644 index 000000000..f0709d0b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggees.php @@ -0,0 +1,50 @@ + + * $clouddebuggerService = new Google_Service_CloudDebugger(...); + * $debuggees = $clouddebuggerService->debuggees; + * + */ +class Google_Service_CloudDebugger_Resource_ControllerDebuggees extends Google_Service_Resource +{ + /** + * Registers the debuggee with the controller service. + * + * All agents attached to the same application must call this method with + * exactly the same request content to get back the same stable `debuggee_id`. + * Agents should call this method again whenever `google.rpc.Code.NOT_FOUND` is + * returned from any controller method. + * + * This protocol allows the controller service to disable debuggees, recover + * from data loss, or change the `debuggee_id` format. Agents must handle + * `debuggee_id` value changing upon re-registration. (debuggees.register) + * + * @param Google_Service_CloudDebugger_RegisterDebuggeeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudDebugger_RegisterDebuggeeResponse + */ + public function register(Google_Service_CloudDebugger_RegisterDebuggeeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('register', array($params), "Google_Service_CloudDebugger_RegisterDebuggeeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggeesBreakpoints.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggeesBreakpoints.php new file mode 100644 index 000000000..5451b35bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/ControllerDebuggeesBreakpoints.php @@ -0,0 +1,86 @@ + + * $clouddebuggerService = new Google_Service_CloudDebugger(...); + * $breakpoints = $clouddebuggerService->breakpoints; + * + */ +class Google_Service_CloudDebugger_Resource_ControllerDebuggeesBreakpoints extends Google_Service_Resource +{ + /** + * Returns the list of all active breakpoints for the debuggee. + * + * The breakpoint specification (`location`, `condition`, and `expressions` + * fields) is semantically immutable, although the field values may change. For + * example, an agent may update the location line number to reflect the actual + * line where the breakpoint was set, but this doesn't change the breakpoint + * semantics. + * + * This means that an agent does not need to check if a breakpoint has changed + * when it encounters the same breakpoint on a successive call. Moreover, an + * agent should remember the breakpoints that are completed until the controller + * removes them from the active list to avoid setting those breakpoints again. + * (breakpoints.listControllerDebuggeesBreakpoints) + * + * @param string $debuggeeId Required. Identifies the debuggee. + * @param array $optParams Optional parameters. + * + * @opt_param bool successOnTimeout If set to `true` (recommended), returns + * `google.rpc.Code.OK` status and sets the `wait_expired` response field to + * `true` when the server-selected timeout has expired. + * + * If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status when + * the server-selected timeout has expired. + * @opt_param string waitToken A token that, if specified, blocks the method + * call until the list of active breakpoints has changed, or a server-selected + * timeout has expired. The value should be set from the `next_wait_token` field + * in the last response. The initial value should be set to `"init"`. + * @return Google_Service_CloudDebugger_ListActiveBreakpointsResponse + */ + public function listControllerDebuggeesBreakpoints($debuggeeId, $optParams = array()) + { + $params = array('debuggeeId' => $debuggeeId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudDebugger_ListActiveBreakpointsResponse"); + } + /** + * Updates the breakpoint state or mutable fields. The entire Breakpoint message + * must be sent back to the controller service. + * + * Updates to active breakpoint fields are only allowed if the new value does + * not change the breakpoint specification. Updates to the `location`, + * `condition` and `expressions` fields should not alter the breakpoint + * semantics. These may only make changes such as canonicalizing a value or + * snapping the location to the correct line of code. (breakpoints.update) + * + * @param string $debuggeeId Required. Identifies the debuggee being debugged. + * @param string $id Breakpoint identifier, unique in the scope of the debuggee. + * @param Google_Service_CloudDebugger_UpdateActiveBreakpointRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudDebugger_UpdateActiveBreakpointResponse + */ + public function update($debuggeeId, $id, Google_Service_CloudDebugger_UpdateActiveBreakpointRequest $postBody, $optParams = array()) + { + $params = array('debuggeeId' => $debuggeeId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_CloudDebugger_UpdateActiveBreakpointResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Debugger.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Debugger.php new file mode 100644 index 000000000..3d8d98a30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Debugger.php @@ -0,0 +1,28 @@ + + * $clouddebuggerService = new Google_Service_CloudDebugger(...); + * $debugger = $clouddebuggerService->debugger; + * + */ +class Google_Service_CloudDebugger_Resource_Debugger extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggees.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggees.php new file mode 100644 index 000000000..b5c44869d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggees.php @@ -0,0 +1,48 @@ + + * $clouddebuggerService = new Google_Service_CloudDebugger(...); + * $debuggees = $clouddebuggerService->debuggees; + * + */ +class Google_Service_CloudDebugger_Resource_DebuggerDebuggees extends Google_Service_Resource +{ + /** + * Lists all the debuggees that the user has access to. + * (debuggees.listDebuggerDebuggees) + * + * @param array $optParams Optional parameters. + * + * @opt_param string clientVersion Required. The client version making the call. + * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). + * @opt_param bool includeInactive When set to `true`, the result includes all + * debuggees. Otherwise, the result includes only debuggees that are active. + * @opt_param string project Required. Project number of a Google Cloud project + * whose debuggees to list. + * @return Google_Service_CloudDebugger_ListDebuggeesResponse + */ + public function listDebuggerDebuggees($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudDebugger_ListDebuggeesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggeesBreakpoints.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggeesBreakpoints.php new file mode 100644 index 000000000..377b59f41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/DebuggerDebuggeesBreakpoints.php @@ -0,0 +1,116 @@ + + * $clouddebuggerService = new Google_Service_CloudDebugger(...); + * $breakpoints = $clouddebuggerService->breakpoints; + * + */ +class Google_Service_CloudDebugger_Resource_DebuggerDebuggeesBreakpoints extends Google_Service_Resource +{ + /** + * Deletes the breakpoint from the debuggee. (breakpoints.delete) + * + * @param string $debuggeeId Required. ID of the debuggee whose breakpoint to + * delete. + * @param string $breakpointId Required. ID of the breakpoint to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string clientVersion Required. The client version making the call. + * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). + * @return Google_Service_CloudDebugger_ClouddebuggerEmpty + */ + public function delete($debuggeeId, $breakpointId, $optParams = array()) + { + $params = array('debuggeeId' => $debuggeeId, 'breakpointId' => $breakpointId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudDebugger_ClouddebuggerEmpty"); + } + /** + * Gets breakpoint information. (breakpoints.get) + * + * @param string $debuggeeId Required. ID of the debuggee whose breakpoint to + * get. + * @param string $breakpointId Required. ID of the breakpoint to get. + * @param array $optParams Optional parameters. + * + * @opt_param string clientVersion Required. The client version making the call. + * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). + * @return Google_Service_CloudDebugger_GetBreakpointResponse + */ + public function get($debuggeeId, $breakpointId, $optParams = array()) + { + $params = array('debuggeeId' => $debuggeeId, 'breakpointId' => $breakpointId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudDebugger_GetBreakpointResponse"); + } + /** + * Lists all breakpoints for the debuggee. + * (breakpoints.listDebuggerDebuggeesBreakpoints) + * + * @param string $debuggeeId Required. ID of the debuggee whose breakpoints to + * list. + * @param array $optParams Optional parameters. + * + * @opt_param string waitToken A wait token that, if specified, blocks the call + * until the breakpoints list has changed, or a server selected timeout has + * expired. The value should be set from the last response. The error code + * `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be + * called again with the same `wait_token`. + * @opt_param string action.value Only breakpoints with the specified action + * will pass the filter. + * @opt_param string clientVersion Required. The client version making the call. + * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). + * @opt_param bool includeAllUsers When set to `true`, the response includes the + * list of breakpoints set by any user. Otherwise, it includes only breakpoints + * set by the caller. + * @opt_param bool includeInactive When set to `true`, the response includes + * active and inactive breakpoints. Otherwise, it includes only active + * breakpoints. + * @opt_param bool stripResults This field is deprecated. The following fields + * are always stripped out of the result: `stack_frames`, + * `evaluated_expressions` and `variable_table`. + * @return Google_Service_CloudDebugger_ListBreakpointsResponse + */ + public function listDebuggerDebuggeesBreakpoints($debuggeeId, $optParams = array()) + { + $params = array('debuggeeId' => $debuggeeId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudDebugger_ListBreakpointsResponse"); + } + /** + * Sets the breakpoint to the debuggee. (breakpoints.set) + * + * @param string $debuggeeId Required. ID of the debuggee where the breakpoint + * is to be set. + * @param Google_Service_CloudDebugger_Breakpoint $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientVersion Required. The client version making the call. + * Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). + * @return Google_Service_CloudDebugger_SetBreakpointResponse + */ + public function set($debuggeeId, Google_Service_CloudDebugger_Breakpoint $postBody, $optParams = array()) + { + $params = array('debuggeeId' => $debuggeeId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('set', array($params), "Google_Service_CloudDebugger_SetBreakpointResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SetBreakpointResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SetBreakpointResponse.php new file mode 100644 index 000000000..5259fe808 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SetBreakpointResponse.php @@ -0,0 +1,37 @@ +breakpoint = $breakpoint; + } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ + public function getBreakpoint() + { + return $this->breakpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceContext.php new file mode 100644 index 000000000..9ea7175a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceContext.php @@ -0,0 +1,85 @@ +cloudRepo = $cloudRepo; + } + /** + * @return Google_Service_CloudDebugger_CloudRepoSourceContext + */ + public function getCloudRepo() + { + return $this->cloudRepo; + } + /** + * @param Google_Service_CloudDebugger_CloudWorkspaceSourceContext + */ + public function setCloudWorkspace(Google_Service_CloudDebugger_CloudWorkspaceSourceContext $cloudWorkspace) + { + $this->cloudWorkspace = $cloudWorkspace; + } + /** + * @return Google_Service_CloudDebugger_CloudWorkspaceSourceContext + */ + public function getCloudWorkspace() + { + return $this->cloudWorkspace; + } + /** + * @param Google_Service_CloudDebugger_GerritSourceContext + */ + public function setGerrit(Google_Service_CloudDebugger_GerritSourceContext $gerrit) + { + $this->gerrit = $gerrit; + } + /** + * @return Google_Service_CloudDebugger_GerritSourceContext + */ + public function getGerrit() + { + return $this->gerrit; + } + /** + * @param Google_Service_CloudDebugger_GitSourceContext + */ + public function setGit(Google_Service_CloudDebugger_GitSourceContext $git) + { + $this->git = $git; + } + /** + * @return Google_Service_CloudDebugger_GitSourceContext + */ + public function getGit() + { + return $this->git; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceLocation.php new file mode 100644 index 000000000..0ac20c51e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceLocation.php @@ -0,0 +1,48 @@ +column = $column; + } + public function getColumn() + { + return $this->column; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StackFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StackFrame.php new file mode 100644 index 000000000..dffcceecd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StackFrame.php @@ -0,0 +1,79 @@ +arguments = $arguments; + } + /** + * @return Google_Service_CloudDebugger_Variable + */ + public function getArguments() + { + return $this->arguments; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } + /** + * @param Google_Service_CloudDebugger_Variable + */ + public function setLocals($locals) + { + $this->locals = $locals; + } + /** + * @return Google_Service_CloudDebugger_Variable + */ + public function getLocals() + { + return $this->locals; + } + /** + * @param Google_Service_CloudDebugger_SourceLocation + */ + public function setLocation(Google_Service_CloudDebugger_SourceLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_CloudDebugger_SourceLocation + */ + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StatusMessage.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StatusMessage.php new file mode 100644 index 000000000..d13e45b13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StatusMessage.php @@ -0,0 +1,55 @@ +description = $description; + } + /** + * @return Google_Service_CloudDebugger_FormatMessage + */ + public function getDescription() + { + return $this->description; + } + public function setIsError($isError) + { + $this->isError = $isError; + } + public function getIsError() + { + return $this->isError; + } + public function setRefersTo($refersTo) + { + $this->refersTo = $refersTo; + } + public function getRefersTo() + { + return $this->refersTo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php new file mode 100644 index 000000000..55d4d66f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php @@ -0,0 +1,37 @@ +breakpoint = $breakpoint; + } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ + public function getBreakpoint() + { + return $this->breakpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointResponse.php new file mode 100644 index 000000000..f87768957 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointResponse.php @@ -0,0 +1,20 @@ +members = $members; + } + /** + * @return Google_Service_CloudDebugger_Variable + */ + public function getMembers() + { + return $this->members; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudDebugger_StatusMessage + */ + public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudDebugger_StatusMessage + */ + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + public function setVarTableIndex($varTableIndex) + { + $this->varTableIndex = $varTableIndex; + } + public function getVarTableIndex() + { + return $this->varTableIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php new file mode 100644 index 000000000..303b64326 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php @@ -0,0 +1,245 @@ + + * The Cloud Filestore API is used for creating and managing cloud file servers. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudFilestore extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_instances; + public $projects_locations_operations; + + /** + * Constructs the internal representation of the CloudFilestore 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://file.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'file'; + + $this->projects_locations = new Google_Service_CloudFilestore_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_instances = new Google_Service_CloudFilestore_Resource_ProjectsLocationsInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceId' => 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}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_CloudFilestore_Resource_ProjectsLocationsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/CancelOperationRequest.php new file mode 100644 index 000000000..99042cd8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/CancelOperationRequest.php @@ -0,0 +1,20 @@ +capacityGb = $capacityGb; + } + public function getCapacityGb() + { + return $this->capacityGb; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1Instance.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1Instance.php new file mode 100644 index 000000000..36b7cf442 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1Instance.php @@ -0,0 +1,176 @@ +consumerDefinedName = $consumerDefinedName; + } + public function getConsumerDefinedName() + { + return $this->consumerDefinedName; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMaintenancePolicyNames($maintenancePolicyNames) + { + $this->maintenancePolicyNames = $maintenancePolicyNames; + } + public function getMaintenancePolicyNames() + { + return $this->maintenancePolicyNames; + } + /** + * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule + */ + public function setMaintenanceSchedules($maintenanceSchedules) + { + $this->maintenanceSchedules = $maintenanceSchedules; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule + */ + public function getMaintenanceSchedules() + { + return $this->maintenanceSchedules; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProducerMetadata($producerMetadata) + { + $this->producerMetadata = $producerMetadata; + } + public function getProducerMetadata() + { + return $this->producerMetadata; + } + /** + * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource + */ + public function setProvisionedResources($provisionedResources) + { + $this->provisionedResources = $provisionedResources; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource + */ + public function getProvisionedResources() + { + return $this->provisionedResources; + } + /** + * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata + */ + public function setRolloutMetadata($rolloutMetadata) + { + $this->rolloutMetadata = $rolloutMetadata; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata + */ + public function getRolloutMetadata() + { + return $this->rolloutMetadata; + } + /** + * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata + */ + public function setSloMetadata(Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata $sloMetadata) + { + $this->sloMetadata = $sloMetadata; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata + */ + public function getSloMetadata() + { + return $this->sloMetadata; + } + public function setSoftwareVersions($softwareVersions) + { + $this->softwareVersions = $softwareVersions; + } + public function getSoftwareVersions() + { + return $this->softwareVersions; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTenantProjectId($tenantProjectId) + { + $this->tenantProjectId = $tenantProjectId; + } + public function getTenantProjectId() + { + return $this->tenantProjectId; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php new file mode 100644 index 000000000..92e219e0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php @@ -0,0 +1,57 @@ +canReschedule = $canReschedule; + } + public function getCanReschedule() + { + return $this->canReschedule; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setRolloutManagementPolicy($rolloutManagementPolicy) + { + $this->rolloutManagementPolicy = $rolloutManagementPolicy; + } + public function getRolloutManagementPolicy() + { + return $this->rolloutManagementPolicy; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php new file mode 100644 index 000000000..bf2825626 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php @@ -0,0 +1,56 @@ +exclusions = $exclusions; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion + */ + public function getExclusions() + { + return $this->exclusions; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setNodeId($nodeId) + { + $this->nodeId = $nodeId; + } + public function getNodeId() + { + return $this->nodeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata.php new file mode 100644 index 000000000..c582ebbac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata.php @@ -0,0 +1,57 @@ +rescheduled = $rescheduled; + } + public function getRescheduled() + { + return $this->rescheduled; + } + public function setScheduledEndTime($scheduledEndTime) + { + $this->scheduledEndTime = $scheduledEndTime; + } + public function getScheduledEndTime() + { + return $this->scheduledEndTime; + } + public function setScheduledStartTime($scheduledStartTime) + { + $this->scheduledStartTime = $scheduledStartTime; + } + public function getScheduledStartTime() + { + return $this->scheduledStartTime; + } + public function setTargetRelease($targetRelease) + { + $this->targetRelease = $targetRelease; + } + public function getTargetRelease() + { + return $this->targetRelease; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php new file mode 100644 index 000000000..cb3b491d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php @@ -0,0 +1,39 @@ +resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } + public function setResourceUrl($resourceUrl) + { + $this->resourceUrl = $resourceUrl; + } + public function getResourceUrl() + { + return $this->resourceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata.php new file mode 100644 index 000000000..e99bef4dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata.php @@ -0,0 +1,55 @@ +notification = $notification; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata + */ + public function getNotification() + { + return $this->notification; + } + public function setReleaseName($releaseName) + { + $this->releaseName = $releaseName; + } + public function getReleaseName() + { + return $this->releaseName; + } + public function setRolloutName($rolloutName) + { + $this->rolloutName = $rolloutName; + } + public function getRolloutName() + { + return $this->rolloutName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php new file mode 100644 index 000000000..8f25a3f52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php @@ -0,0 +1,57 @@ +exclusionDuration = $exclusionDuration; + } + public function getExclusionDuration() + { + return $this->exclusionDuration; + } + public function setExclusionStartTime($exclusionStartTime) + { + $this->exclusionStartTime = $exclusionStartTime; + } + public function getExclusionStartTime() + { + return $this->exclusionStartTime; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setSliName($sliName) + { + $this->sliName = $sliName; + } + public function getSliName() + { + return $this->sliName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php new file mode 100644 index 000000000..c09bfb32a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php @@ -0,0 +1,63 @@ +exclusions = $exclusions; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion + */ + public function getExclusions() + { + return $this->exclusions; + } + /** + * @param Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata + */ + public function setNodes($nodes) + { + $this->nodes = $nodes; + } + /** + * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata + */ + public function getNodes() + { + return $this->nodes; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php new file mode 100644 index 000000000..a3b185523 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php @@ -0,0 +1,126 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_CloudFilestore_FileShareConfig + */ + public function setFileShares($fileShares) + { + $this->fileShares = $fileShares; + } + /** + * @return Google_Service_CloudFilestore_FileShareConfig + */ + public function getFileShares() + { + return $this->fileShares; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudFilestore_NetworkConfig + */ + public function setNetworks($networks) + { + $this->networks = $networks; + } + /** + * @return Google_Service_CloudFilestore_NetworkConfig + */ + public function getNetworks() + { + return $this->networks; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListInstancesResponse.php new file mode 100644 index 000000000..35b82682e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListInstancesResponse.php @@ -0,0 +1,56 @@ +instances = $instances; + } + /** + * @return Google_Service_CloudFilestore_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListLocationsResponse.php new file mode 100644 index 000000000..881a3fd95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudFilestore_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListOperationsResponse.php new file mode 100644 index 000000000..0e2095756 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudFilestore_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudFilestore_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Location.php new file mode 100644 index 000000000..d8aa2af4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/NetworkConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/NetworkConfig.php new file mode 100644 index 000000000..5dea2b122 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/NetworkConfig.php @@ -0,0 +1,58 @@ +ipAddresses = $ipAddresses; + } + public function getIpAddresses() + { + return $this->ipAddresses; + } + public function setModes($modes) + { + $this->modes = $modes; + } + public function getModes() + { + return $this->modes; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setReservedIpRange($reservedIpRange) + { + $this->reservedIpRange = $reservedIpRange; + } + public function getReservedIpRange() + { + return $this->reservedIpRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Operation.php new file mode 100644 index 000000000..c6a299d1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudFilestore_Status + */ + public function setError(Google_Service_CloudFilestore_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudFilestore_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/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/OperationMetadata.php new file mode 100644 index 000000000..007dd9717 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/OperationMetadata.php @@ -0,0 +1,84 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setCancelRequested($cancelRequested) + { + $this->cancelRequested = $cancelRequested; + } + public function getCancelRequested() + { + return $this->cancelRequested; + } + 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 setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + 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/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/Projects.php new file mode 100644 index 000000000..93a0aad6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $fileService = new Google_Service_CloudFilestore(...); + * $projects = $fileService->projects; + * + */ +class Google_Service_CloudFilestore_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php new file mode 100644 index 000000000..79717796d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $fileService = new Google_Service_CloudFilestore(...); + * $locations = $fileService->locations; + * + */ +class Google_Service_CloudFilestore_Resource_ProjectsLocations 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_CloudFilestore_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudFilestore_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @return Google_Service_CloudFilestore_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudFilestore_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php new file mode 100644 index 000000000..ca12273aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php @@ -0,0 +1,119 @@ + + * $fileService = new Google_Service_CloudFilestore(...); + * $instances = $fileService->instances; + * + */ +class Google_Service_CloudFilestore_Resource_ProjectsLocationsInstances extends Google_Service_Resource +{ + /** + * Creates an instance. (instances.create) + * + * @param string $parent The instance's project and location, in the format + * projects/{project_id}/locations/{location}. In Cloud Filestore, locations map + * to GCP zones, for example **us-west1-b**. + * @param Google_Service_CloudFilestore_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string instanceId The name of the instance to create. The name + * must be unique for the specified project and location. + * @return Google_Service_CloudFilestore_Operation + */ + public function create($parent, Google_Service_CloudFilestore_Instance $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudFilestore_Operation"); + } + /** + * Deletes an instance. (instances.delete) + * + * @param string $name The instance resource name, in the format + * projects/{project_id}/locations/{location}/instances/{instance_id} + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFilestore_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudFilestore_Operation"); + } + /** + * Gets the details of a specific instance. (instances.get) + * + * @param string $name The instance resource name, in the format + * projects/{project_id}/locations/{location}/instances/{instance_id}. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFilestore_Instance + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudFilestore_Instance"); + } + /** + * Lists all instances in a project for either a specified location or for all + * locations. (instances.listProjectsLocationsInstances) + * + * @param string $parent The project and location for which to retrieve instance + * information, in the format projects/{project_id}/locations/{location}. In + * Cloud Filestore, locations map to GCP zones, for example **us-west1-b**. To + * retrieve instance information for all locations, use "-" for the {location} + * value. + * @param array $optParams Optional parameters. + * + * @opt_param string filter List filter. + * @opt_param string pageToken The next_page_token value to use if there are + * additional results to retrieve for this list request. + * @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. + * @return Google_Service_CloudFilestore_ListInstancesResponse + */ + public function listProjectsLocationsInstances($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudFilestore_ListInstancesResponse"); + } + /** + * Updates the settings of a specific instance. (instances.patch) + * + * @param string $name Output only. The resource name of the instance, in the + * format projects/{project_id}/locations/{location_id}/instances/{instance_id}. + * @param Google_Service_CloudFilestore_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask of fields to update. At least one path + * must be supplied in this field. The elements of the repeated paths field may + * only include these fields: "description" "file_shares" "labels" + * @return Google_Service_CloudFilestore_Operation + */ + public function patch($name, Google_Service_CloudFilestore_Instance $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudFilestore_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..852ea37f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,108 @@ + + * $fileService = new Google_Service_CloudFilestore(...); + * $operations = $fileService->operations; + * + */ +class Google_Service_CloudFilestore_Resource_ProjectsLocationsOperations 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_CloudFilestore_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFilestore_FileEmpty + */ + public function cancel($name, Google_Service_CloudFilestore_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudFilestore_FileEmpty"); + } + /** + * 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_CloudFilestore_FileEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudFilestore_FileEmpty"); + } + /** + * 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_CloudFilestore_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudFilestore_Operation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudFilestore_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudFilestore_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Status.php new file mode 100644 index 000000000..4ceea2f45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/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/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php new file mode 100644 index 000000000..1d348f941 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php @@ -0,0 +1,266 @@ + + * Manages lightweight user-provided functions executed in response to events. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudFunctions extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + public $projects_locations; + public $projects_locations_functions; + + /** + * Constructs the internal representation of the CloudFunctions 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://cloudfunctions.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudfunctions'; + + $this->operations = new Google_Service_CloudFunctions_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_CloudFunctions_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_functions = new Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions( + $this, + $this->serviceName, + 'functions', + array( + 'methods' => array( + 'call' => array( + 'path' => 'v1/{+name}:call', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+location}/functions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateDownloadUrl' => array( + 'path' => 'v1/{+name}:generateDownloadUrl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateUploadUrl' => array( + 'path' => 'v1/{+parent}/functions:generateUploadUrl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/functions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditConfig.php new file mode 100644 index 000000000..6715fac5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudFunctions_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditLogConfig.php new file mode 100644 index 000000000..c720fb5b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Binding.php new file mode 100644 index 000000000..4f933750b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudFunctions_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.php new file mode 100644 index 000000000..6962e6c9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.php @@ -0,0 +1,30 @@ +data = $data; + } + public function getData() + { + return $this->data; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionResponse.php new file mode 100644 index 000000000..1c6634636 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionResponse.php @@ -0,0 +1,48 @@ +error = $error; + } + public function getError() + { + return $this->error; + } + public function setExecutionId($executionId) + { + $this->executionId = $executionId; + } + public function getExecutionId() + { + return $this->executionId; + } + public function setResult($result) + { + $this->result = $result; + } + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CloudFunction.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CloudFunction.php new file mode 100644 index 000000000..b8377d617 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CloudFunction.php @@ -0,0 +1,222 @@ +availableMemoryMb = $availableMemoryMb; + } + public function getAvailableMemoryMb() + { + return $this->availableMemoryMb; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntryPoint($entryPoint) + { + $this->entryPoint = $entryPoint; + } + public function getEntryPoint() + { + return $this->entryPoint; + } + public function setEnvironmentVariables($environmentVariables) + { + $this->environmentVariables = $environmentVariables; + } + public function getEnvironmentVariables() + { + return $this->environmentVariables; + } + /** + * @param Google_Service_CloudFunctions_EventTrigger + */ + public function setEventTrigger(Google_Service_CloudFunctions_EventTrigger $eventTrigger) + { + $this->eventTrigger = $eventTrigger; + } + /** + * @return Google_Service_CloudFunctions_EventTrigger + */ + public function getEventTrigger() + { + return $this->eventTrigger; + } + /** + * @param Google_Service_CloudFunctions_HttpsTrigger + */ + public function setHttpsTrigger(Google_Service_CloudFunctions_HttpsTrigger $httpsTrigger) + { + $this->httpsTrigger = $httpsTrigger; + } + /** + * @return Google_Service_CloudFunctions_HttpsTrigger + */ + public function getHttpsTrigger() + { + return $this->httpsTrigger; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMaxInstances($maxInstances) + { + $this->maxInstances = $maxInstances; + } + public function getMaxInstances() + { + return $this->maxInstances; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setRuntime($runtime) + { + $this->runtime = $runtime; + } + public function getRuntime() + { + return $this->runtime; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } + public function setSourceArchiveUrl($sourceArchiveUrl) + { + $this->sourceArchiveUrl = $sourceArchiveUrl; + } + public function getSourceArchiveUrl() + { + return $this->sourceArchiveUrl; + } + /** + * @param Google_Service_CloudFunctions_SourceRepository + */ + public function setSourceRepository(Google_Service_CloudFunctions_SourceRepository $sourceRepository) + { + $this->sourceRepository = $sourceRepository; + } + /** + * @return Google_Service_CloudFunctions_SourceRepository + */ + public function getSourceRepository() + { + return $this->sourceRepository; + } + public function setSourceUploadUrl($sourceUploadUrl) + { + $this->sourceUploadUrl = $sourceUploadUrl; + } + public function getSourceUploadUrl() + { + return $this->sourceUploadUrl; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setVersionId($versionId) + { + $this->versionId = $versionId; + } + public function getVersionId() + { + return $this->versionId; + } + public function setVpcConnector($vpcConnector) + { + $this->vpcConnector = $vpcConnector; + } + public function getVpcConnector() + { + return $this->vpcConnector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.php new file mode 100644 index 000000000..6973c79e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.php @@ -0,0 +1,64 @@ +eventType = $eventType; + } + public function getEventType() + { + return $this->eventType; + } + /** + * @param Google_Service_CloudFunctions_FailurePolicy + */ + public function setFailurePolicy(Google_Service_CloudFunctions_FailurePolicy $failurePolicy) + { + $this->failurePolicy = $failurePolicy; + } + /** + * @return Google_Service_CloudFunctions_FailurePolicy + */ + public function getFailurePolicy() + { + return $this->failurePolicy; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Expr.php new file mode 100644 index 000000000..dbb663627 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/FailurePolicy.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/FailurePolicy.php new file mode 100644 index 000000000..232dca228 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/FailurePolicy.php @@ -0,0 +1,37 @@ +retry = $retry; + } + /** + * @return Google_Service_CloudFunctions_Retry + */ + public function getRetry() + { + return $this->retry; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlRequest.php new file mode 100644 index 000000000..e75764a40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlRequest.php @@ -0,0 +1,30 @@ +versionId = $versionId; + } + public function getVersionId() + { + return $this->versionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlResponse.php new file mode 100644 index 000000000..999d96035 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateDownloadUrlResponse.php @@ -0,0 +1,30 @@ +downloadUrl = $downloadUrl; + } + public function getDownloadUrl() + { + return $this->downloadUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlRequest.php new file mode 100644 index 000000000..b8623ca44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/GenerateUploadUrlRequest.php @@ -0,0 +1,20 @@ +uploadUrl = $uploadUrl; + } + public function getUploadUrl() + { + return $this->uploadUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/HttpsTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/HttpsTrigger.php new file mode 100644 index 000000000..63c9862d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/HttpsTrigger.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.php new file mode 100644 index 000000000..8271c12b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.php @@ -0,0 +1,47 @@ +functions = $functions; + } + /** + * @return Google_Service_CloudFunctions_CloudFunction + */ + public function getFunctions() + { + return $this->functions; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php new file mode 100644 index 000000000..fd9295e89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudFunctions_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php new file mode 100644 index 000000000..95d61442c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudFunctions_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudFunctions_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.php new file mode 100644 index 000000000..03570bb34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php new file mode 100644 index 000000000..a64e1d569 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudFunctions_Status + */ + public function setError(Google_Service_CloudFunctions_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudFunctions_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/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php new file mode 100644 index 000000000..5f26f97d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php @@ -0,0 +1,66 @@ +request = $request; + } + public function getRequest() + { + return $this->request; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + 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; + } + public function setVersionId($versionId) + { + $this->versionId = $versionId; + } + public function getVersionId() + { + return $this->versionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php new file mode 100644 index 000000000..1548de70a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php @@ -0,0 +1,66 @@ +request = $request; + } + public function getRequest() + { + return $this->request; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + 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; + } + public function setVersionId($versionId) + { + $this->versionId = $versionId; + } + public function getVersionId() + { + return $this->versionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Policy.php new file mode 100644 index 000000000..013e9dfe9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudFunctions_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudFunctions_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudFunctions_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php new file mode 100644 index 000000000..423531112 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php @@ -0,0 +1,77 @@ + + * $cloudfunctionsService = new Google_Service_CloudFunctions(...); + * $operations = $cloudfunctionsService->operations; + * + */ +class Google_Service_CloudFunctions_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_CloudFunctions_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudFunctions_Operation"); + } + /** + * 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 array $optParams Optional parameters. + * + * @opt_param string filter Required. A filter for matching the requested + * operations. The supported formats of filter are: To query for a specific + * function: project:*,location:*,function:* To query for all of the latest + * operations for a project: project:*,latest:true + * @opt_param string name Must not be set. + * @opt_param string pageToken Token identifying which result to start with, + * which is returned by a previous list call. Pagination is only supported when + * querying for a specific function. + * @opt_param int pageSize The maximum number of records that should be + * returned. Requested page size cannot exceed 100. If not set, the default page + * size is 100. Pagination is only supported when querying for a specific + * function. + * @return Google_Service_CloudFunctions_ListOperationsResponse + */ + public function listOperations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudFunctions_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Projects.php new file mode 100644 index 000000000..99e827f79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudfunctionsService = new Google_Service_CloudFunctions(...); + * $projects = $cloudfunctionsService->projects; + * + */ +class Google_Service_CloudFunctions_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php new file mode 100644 index 000000000..e4bc81bb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php @@ -0,0 +1,47 @@ + + * $cloudfunctionsService = new Google_Service_CloudFunctions(...); + * $locations = $cloudfunctionsService->locations; + * + */ +class Google_Service_CloudFunctions_Resource_ProjectsLocations extends Google_Service_Resource +{ + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudFunctions_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudFunctions_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php new file mode 100644 index 000000000..c743b3c91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php @@ -0,0 +1,253 @@ + + * $cloudfunctionsService = new Google_Service_CloudFunctions(...); + * $functions = $cloudfunctionsService->functions; + * + */ +class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends Google_Service_Resource +{ + /** + * Synchronously invokes a deployed Cloud Function. To be used for testing + * purposes as very limited traffic is allowed. For more information on the + * actual limits, refer to [Rate + * Limits](https://cloud.google.com/functions/quotas#rate_limits). + * (functions.callProjectsLocationsFunctions) + * + * @param string $name Required. The name of the function to be called. + * @param Google_Service_CloudFunctions_CallFunctionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_CallFunctionResponse + */ + public function callProjectsLocationsFunctions($name, Google_Service_CloudFunctions_CallFunctionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('call', array($params), "Google_Service_CloudFunctions_CallFunctionResponse"); + } + /** + * Creates a new function. If a function with the given name already exists in + * the specified project, the long running operation will return + * `ALREADY_EXISTS` error. (functions.create) + * + * @param string $location Required. The project and location in which the + * function should be created, specified in the format `projects/locations` + * @param Google_Service_CloudFunctions_CloudFunction $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_Operation + */ + public function create($location, Google_Service_CloudFunctions_CloudFunction $postBody, $optParams = array()) + { + $params = array('location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudFunctions_Operation"); + } + /** + * Deletes a function with the given name from the specified project. If the + * given function is used by some trigger, the trigger will be updated to remove + * this function. (functions.delete) + * + * @param string $name Required. The name of the function which should be + * deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudFunctions_Operation"); + } + /** + * Returns a signed URL for downloading deployed function source code. The URL + * is only valid for a limited period and should be used within minutes after + * generation. For more information about the signed URL usage see: + * https://cloud.google.com/storage/docs/access-control/signed-urls + * (functions.generateDownloadUrl) + * + * @param string $name The name of function for which source code Google Cloud + * Storage signed URL should be generated. + * @param Google_Service_CloudFunctions_GenerateDownloadUrlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_GenerateDownloadUrlResponse + */ + public function generateDownloadUrl($name, Google_Service_CloudFunctions_GenerateDownloadUrlRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generateDownloadUrl', array($params), "Google_Service_CloudFunctions_GenerateDownloadUrlResponse"); + } + /** + * Returns a signed URL for uploading a function source code. For more + * information about the signed URL usage see: + * https://cloud.google.com/storage/docs/access-control/signed-urls. Once the + * function source code upload is complete, the used signed URL should be + * provided in CreateFunction or UpdateFunction request as a reference to the + * function source code. + * + * When uploading source code to the generated signed URL, please follow these + * restrictions: + * + * * Source file type should be a zip file. * Source file size should not exceed + * 100MB limit. * No credentials should be attached - the signed URLs provide + * access to the target bucket using internal service identity; if credentials + * were attached, the identity from the credentials would be used, but that + * identity does not have permissions to upload files to the URL. + * + * When making a HTTP PUT request, these two headers need to be specified: + * + * * `content-type: application/zip` * `x-goog-content-length-range: + * 0,104857600` + * + * And this header SHOULD NOT be specified: + * + * * `Authorization: Bearer YOUR_TOKEN` (functions.generateUploadUrl) + * + * @param string $parent The project and location in which the Google Cloud + * Storage signed URL should be generated, specified in the format + * `projects/locations`. + * @param Google_Service_CloudFunctions_GenerateUploadUrlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_GenerateUploadUrlResponse + */ + public function generateUploadUrl($parent, Google_Service_CloudFunctions_GenerateUploadUrlRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generateUploadUrl', array($params), "Google_Service_CloudFunctions_GenerateUploadUrlResponse"); + } + /** + * Returns a function with the given name from the requested project. + * (functions.get) + * + * @param string $name Required. The name of the function which details should + * be obtained. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_CloudFunction + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudFunctions_CloudFunction"); + } + /** + * Gets the IAM access control policy for a function. Returns an empty policy if + * the function exists and does not have a policy set. (functions.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. + * @return Google_Service_CloudFunctions_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudFunctions_Policy"); + } + /** + * Returns a list of functions that belong to the requested project. + * (functions.listProjectsLocationsFunctions) + * + * @param string $parent The project and location from which the function should + * be listed, specified in the format `projects/locations` If you want to list + * functions in all locations, use "-" in place of a location. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListFunctionsResponse`; indicates that this is a continuation of a prior + * `ListFunctions` call, and that the system should return the next page of + * data. + * @opt_param int pageSize Maximum number of functions to return per call. + * @return Google_Service_CloudFunctions_ListFunctionsResponse + */ + public function listProjectsLocationsFunctions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudFunctions_ListFunctionsResponse"); + } + /** + * Updates existing function. (functions.patch) + * + * @param string $name A user-defined name of the function. Function names must + * be unique globally and match pattern `projects/locations/functions` + * @param Google_Service_CloudFunctions_CloudFunction $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required list of fields to be updated in this + * request. + * @return Google_Service_CloudFunctions_Operation + */ + public function patch($name, Google_Service_CloudFunctions_CloudFunction $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudFunctions_Operation"); + } + /** + * Sets the IAM access control policy on the specified function. Replaces any + * existing policy. (functions.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_CloudFunctions_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudFunctions_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudFunctions_Policy"); + } + /** + * Tests the specified permissions against the IAM access control policy for a + * function. If the function does not exist, this will return an empty set of + * permissions, not a NOT_FOUND error. (functions.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_CloudFunctions_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudFunctions_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudFunctions_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudFunctions_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Retry.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Retry.php new file mode 100644 index 000000000..cc1bf0d4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Retry.php @@ -0,0 +1,20 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudFunctions_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php new file mode 100644 index 000000000..18619fe87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php @@ -0,0 +1,39 @@ +deployedUrl = $deployedUrl; + } + public function getDeployedUrl() + { + return $this->deployedUrl; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Status.php new file mode 100644 index 000000000..11ca8b91c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/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/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsRequest.php new file mode 100644 index 000000000..8c76b9680 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsResponse.php new file mode 100644 index 000000000..7c4f761c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php new file mode 100644 index 000000000..461783624 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php @@ -0,0 +1,1332 @@ + + * Manage, store, and access healthcare data in Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudHealthcare extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_datasets; + public $projects_locations_datasets_dicomStores; + public $projects_locations_datasets_dicomStores_studies; + public $projects_locations_datasets_dicomStores_studies_series; + public $projects_locations_datasets_dicomStores_studies_series_instances; + public $projects_locations_datasets_dicomStores_studies_series_instances_frames; + public $projects_locations_datasets_fhirStores; + public $projects_locations_datasets_fhirStores_fhir; + public $projects_locations_datasets_hl7V2Stores; + public $projects_locations_datasets_hl7V2Stores_messages; + public $projects_locations_datasets_operations; + + /** + * Constructs the internal representation of the CloudHealthcare 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://healthcare.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'healthcare'; + + $this->projects_locations = new Google_Service_CloudHealthcare_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets( + $this, + $this->serviceName, + 'datasets', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/datasets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deidentify' => array( + 'path' => 'v1beta1/{+sourceDataset}:deidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'sourceDataset' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/datasets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_dicomStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStores( + $this, + $this->serviceName, + 'dicomStores', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/dicomStores', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomStoreId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deidentify' => array( + 'path' => 'v1beta1/{+sourceStore}:deidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'sourceStore' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'export' => array( + 'path' => 'v1beta1/{+name}:export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'import' => array( + 'path' => 'v1beta1/{+name}:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/dicomStores', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'searchForInstances' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchForSeries' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchForStudies' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'storeInstances' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_dicomStores_studies = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudies( + $this, + $this->serviceName, + 'studies', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveMetadata' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveStudy' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchForInstances' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchForSeries' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'storeInstances' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_dicomStores_studies_series = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeries( + $this, + $this->serviceName, + 'series', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveMetadata' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveSeries' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchForInstances' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_dicomStores_studies_series_instances = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveInstance' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveMetadata' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveRendered' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_dicomStores_studies_series_instances_frames = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames( + $this, + $this->serviceName, + 'frames', + array( + 'methods' => array( + 'retrieveFrames' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveRendered' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_fhirStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStores( + $this, + $this->serviceName, + 'fhirStores', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/fhirStores', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fhirStoreId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deidentify' => array( + 'path' => 'v1beta1/{+sourceStore}:deidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'sourceStore' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'export' => array( + 'path' => 'v1beta1/{+name}:export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'import' => array( + 'path' => 'v1beta1/{+name}:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/fhirStores', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_fhirStores_fhir = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStoresFhir( + $this, + $this->serviceName, + 'fhir', + array( + 'methods' => array( + 'Observation-lastn' => array( + 'path' => 'v1beta1/{+parent}/fhir/Observation/$lastn', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'Patient-everything' => array( + 'path' => 'v1beta1/{+name}/$everything', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'end' => array( + 'location' => 'query', + 'type' => 'string', + ), + '_count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'Resource-purge' => array( + 'path' => 'v1beta1/{+name}/$purge', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'capabilities' => array( + 'path' => 'v1beta1/{+name}/fhir/metadata', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'conditionalDelete' => array( + 'path' => 'v1beta1/{+parent}/fhir/{+type}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'conditionalPatch' => array( + 'path' => 'v1beta1/{+parent}/fhir/{+type}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'conditionalUpdate' => array( + 'path' => 'v1beta1/{+parent}/fhir/{+type}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1beta1/{+parent}/fhir/{+type}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'executeBundle' => array( + 'path' => 'v1beta1/{+parent}/fhir', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'history' => array( + 'path' => 'v1beta1/{+name}/_history', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + '_page_token' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'since' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'at' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'page' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'read' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'v1beta1/{+parent}/fhir/_search', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'vread' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_hl7V2Stores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stores( + $this, + $this->serviceName, + 'hl7V2Stores', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/hl7V2Stores', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'hl7V2StoreId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/hl7V2Stores', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_hl7V2Stores_messages = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2StoresMessages( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/messages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'ingest' => array( + 'path' => 'v1beta1/{+parent}/messages:ingest', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_datasets_operations = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditConfig.php new file mode 100644 index 000000000..e7d74ea06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudHealthcare_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php new file mode 100644 index 000000000..4c8b3c065 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Binding.php new file mode 100644 index 000000000..8dd8d806a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudHealthcare_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CharacterMaskConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CharacterMaskConfig.php new file mode 100644 index 000000000..82025e9dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CharacterMaskConfig.php @@ -0,0 +1,30 @@ +maskingCharacter = $maskingCharacter; + } + public function getMaskingCharacter() + { + return $this->maskingCharacter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CreateMessageRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CreateMessageRequest.php new file mode 100644 index 000000000..3010b97e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CreateMessageRequest.php @@ -0,0 +1,37 @@ +message = $message; + } + /** + * @return Google_Service_CloudHealthcare_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CryptoHashConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CryptoHashConfig.php new file mode 100644 index 000000000..2afeff05a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CryptoHashConfig.php @@ -0,0 +1,30 @@ +cryptoKey = $cryptoKey; + } + public function getCryptoKey() + { + return $this->cryptoKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Dataset.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Dataset.php new file mode 100644 index 000000000..c044bf035 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Dataset.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DateShiftConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DateShiftConfig.php new file mode 100644 index 000000000..8640cd5ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DateShiftConfig.php @@ -0,0 +1,30 @@ +cryptoKey = $cryptoKey; + } + public function getCryptoKey() + { + return $this->cryptoKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyConfig.php new file mode 100644 index 000000000..1db352ea2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyConfig.php @@ -0,0 +1,85 @@ +dicom = $dicom; + } + /** + * @return Google_Service_CloudHealthcare_DicomConfig + */ + public function getDicom() + { + return $this->dicom; + } + /** + * @param Google_Service_CloudHealthcare_FhirConfig + */ + public function setFhir(Google_Service_CloudHealthcare_FhirConfig $fhir) + { + $this->fhir = $fhir; + } + /** + * @return Google_Service_CloudHealthcare_FhirConfig + */ + public function getFhir() + { + return $this->fhir; + } + /** + * @param Google_Service_CloudHealthcare_ImageConfig + */ + public function setImage(Google_Service_CloudHealthcare_ImageConfig $image) + { + $this->image = $image; + } + /** + * @return Google_Service_CloudHealthcare_ImageConfig + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_CloudHealthcare_TextConfig + */ + public function setText(Google_Service_CloudHealthcare_TextConfig $text) + { + $this->text = $text; + } + /** + * @return Google_Service_CloudHealthcare_TextConfig + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDatasetRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDatasetRequest.php new file mode 100644 index 000000000..15674bf25 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDatasetRequest.php @@ -0,0 +1,46 @@ +config = $config; + } + /** + * @return Google_Service_CloudHealthcare_DeidentifyConfig + */ + public function getConfig() + { + return $this->config; + } + public function setDestinationDataset($destinationDataset) + { + $this->destinationDataset = $destinationDataset; + } + public function getDestinationDataset() + { + return $this->destinationDataset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDicomStoreRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDicomStoreRequest.php new file mode 100644 index 000000000..f67fe2895 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyDicomStoreRequest.php @@ -0,0 +1,62 @@ +config = $config; + } + /** + * @return Google_Service_CloudHealthcare_DeidentifyConfig + */ + public function getConfig() + { + return $this->config; + } + public function setDestinationStore($destinationStore) + { + $this->destinationStore = $destinationStore; + } + public function getDestinationStore() + { + return $this->destinationStore; + } + /** + * @param Google_Service_CloudHealthcare_DicomFilterConfig + */ + public function setFilterConfig(Google_Service_CloudHealthcare_DicomFilterConfig $filterConfig) + { + $this->filterConfig = $filterConfig; + } + /** + * @return Google_Service_CloudHealthcare_DicomFilterConfig + */ + public function getFilterConfig() + { + return $this->filterConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyErrorDetails.php new file mode 100644 index 000000000..d30ba772b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyErrorDetails.php @@ -0,0 +1,57 @@ +failureResourceCount = $failureResourceCount; + } + public function getFailureResourceCount() + { + return $this->failureResourceCount; + } + public function setFailureStoreCount($failureStoreCount) + { + $this->failureStoreCount = $failureStoreCount; + } + public function getFailureStoreCount() + { + return $this->failureStoreCount; + } + public function setSuccessResourceCount($successResourceCount) + { + $this->successResourceCount = $successResourceCount; + } + public function getSuccessResourceCount() + { + return $this->successResourceCount; + } + public function setSuccessStoreCount($successStoreCount) + { + $this->successStoreCount = $successStoreCount; + } + public function getSuccessStoreCount() + { + return $this->successStoreCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyFhirStoreRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyFhirStoreRequest.php new file mode 100644 index 000000000..b49e00d5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifyFhirStoreRequest.php @@ -0,0 +1,62 @@ +config = $config; + } + /** + * @return Google_Service_CloudHealthcare_DeidentifyConfig + */ + public function getConfig() + { + return $this->config; + } + public function setDestinationStore($destinationStore) + { + $this->destinationStore = $destinationStore; + } + public function getDestinationStore() + { + return $this->destinationStore; + } + /** + * @param Google_Service_CloudHealthcare_FhirFilter + */ + public function setResourceFilter(Google_Service_CloudHealthcare_FhirFilter $resourceFilter) + { + $this->resourceFilter = $resourceFilter; + } + /** + * @return Google_Service_CloudHealthcare_FhirFilter + */ + public function getResourceFilter() + { + return $this->resourceFilter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php new file mode 100644 index 000000000..9292f82f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php @@ -0,0 +1,48 @@ +failureResourceCount = $failureResourceCount; + } + public function getFailureResourceCount() + { + return $this->failureResourceCount; + } + public function setSuccessResourceCount($successResourceCount) + { + $this->successResourceCount = $successResourceCount; + } + public function getSuccessResourceCount() + { + return $this->successResourceCount; + } + public function setSuccessStoreCount($successStoreCount) + { + $this->successStoreCount = $successStoreCount; + } + public function getSuccessStoreCount() + { + return $this->successStoreCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php new file mode 100644 index 000000000..8b5598686 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php @@ -0,0 +1,71 @@ +filterProfile = $filterProfile; + } + public function getFilterProfile() + { + return $this->filterProfile; + } + /** + * @param Google_Service_CloudHealthcare_TagFilterList + */ + public function setKeepList(Google_Service_CloudHealthcare_TagFilterList $keepList) + { + $this->keepList = $keepList; + } + /** + * @return Google_Service_CloudHealthcare_TagFilterList + */ + public function getKeepList() + { + return $this->keepList; + } + /** + * @param Google_Service_CloudHealthcare_TagFilterList + */ + public function setRemoveList(Google_Service_CloudHealthcare_TagFilterList $removeList) + { + $this->removeList = $removeList; + } + /** + * @return Google_Service_CloudHealthcare_TagFilterList + */ + public function getRemoveList() + { + return $this->removeList; + } + public function setSkipIdRedaction($skipIdRedaction) + { + $this->skipIdRedaction = $skipIdRedaction; + } + public function getSkipIdRedaction() + { + return $this->skipIdRedaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomFilterConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomFilterConfig.php new file mode 100644 index 000000000..89ce30c93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomFilterConfig.php @@ -0,0 +1,30 @@ +resourcePathsGcsUri = $resourcePathsGcsUri; + } + public function getResourcePathsGcsUri() + { + return $this->resourcePathsGcsUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomStore.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomStore.php new file mode 100644 index 000000000..86f623f00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomStore.php @@ -0,0 +1,55 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudHealthcare_NotificationConfig + */ + public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) + { + $this->notificationConfig = $notificationConfig; + } + /** + * @return Google_Service_CloudHealthcare_NotificationConfig + */ + public function getNotificationConfig() + { + return $this->notificationConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ErrorDetail.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ErrorDetail.php new file mode 100644 index 000000000..8fb1d4d85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ErrorDetail.php @@ -0,0 +1,46 @@ +error = $error; + } + /** + * @return Google_Service_CloudHealthcare_Status + */ + public function getError() + { + return $this->error; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php new file mode 100644 index 000000000..515fdbb40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php @@ -0,0 +1,53 @@ +bigqueryDestination = $bigqueryDestination; + } + /** + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomBigQueryDestination + */ + public function getBigqueryDestination() + { + return $this->bigqueryDestination; + } + /** + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination + */ + public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php new file mode 100644 index 000000000..07b56f85a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php @@ -0,0 +1,53 @@ +bigqueryDestination = $bigqueryDestination; + } + /** + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirBigQueryDestination + */ + public function getBigqueryDestination() + { + return $this->bigqueryDestination; + } + /** + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination + */ + public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Expr.php new file mode 100644 index 000000000..e03fea1e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirConfig.php new file mode 100644 index 000000000..c01e26920 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirConfig.php @@ -0,0 +1,38 @@ +fieldMetadataList = $fieldMetadataList; + } + /** + * @return Google_Service_CloudHealthcare_FieldMetadata + */ + public function getFieldMetadataList() + { + return $this->fieldMetadataList; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirFilter.php new file mode 100644 index 000000000..6a79329d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirFilter.php @@ -0,0 +1,37 @@ +resources = $resources; + } + /** + * @return Google_Service_CloudHealthcare_Resources + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php new file mode 100644 index 000000000..833c7dd36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php @@ -0,0 +1,82 @@ +disableReferentialIntegrity = $disableReferentialIntegrity; + } + public function getDisableReferentialIntegrity() + { + return $this->disableReferentialIntegrity; + } + public function setDisableResourceVersioning($disableResourceVersioning) + { + $this->disableResourceVersioning = $disableResourceVersioning; + } + public function getDisableResourceVersioning() + { + return $this->disableResourceVersioning; + } + public function setEnableUpdateCreate($enableUpdateCreate) + { + $this->enableUpdateCreate = $enableUpdateCreate; + } + public function getEnableUpdateCreate() + { + return $this->enableUpdateCreate; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudHealthcare_NotificationConfig + */ + public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) + { + $this->notificationConfig = $notificationConfig; + } + /** + * @return Google_Service_CloudHealthcare_NotificationConfig + */ + public function getNotificationConfig() + { + return $this->notificationConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FieldMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FieldMetadata.php new file mode 100644 index 000000000..cfaedbdf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FieldMetadata.php @@ -0,0 +1,40 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setPaths($paths) + { + $this->paths = $paths; + } + public function getPaths() + { + return $this->paths; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DeidentifyDeidentifyDicomStoreSummary.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DeidentifyDeidentifyDicomStoreSummary.php new file mode 100644 index 000000000..15635b558 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DeidentifyDeidentifyDicomStoreSummary.php @@ -0,0 +1,39 @@ +failureResourceCount = $failureResourceCount; + } + public function getFailureResourceCount() + { + return $this->failureResourceCount; + } + public function setSuccessResourceCount($successResourceCount) + { + $this->successResourceCount = $successResourceCount; + } + public function getSuccessResourceCount() + { + return $this->successResourceCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DeidentifyDeidentifyFhirStoreSummary.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DeidentifyDeidentifyFhirStoreSummary.php new file mode 100644 index 000000000..644ad7f0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DeidentifyDeidentifyFhirStoreSummary.php @@ -0,0 +1,30 @@ +successResourceCount = $successResourceCount; + } + public function getSuccessResourceCount() + { + return $this->successResourceCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.php new file mode 100644 index 000000000..2bcf937c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.php @@ -0,0 +1,39 @@ +force = $force; + } + public function getForce() + { + return $this->force; + } + public function setTableUri($tableUri) + { + $this->tableUri = $tableUri; + } + public function getTableUri() + { + return $this->tableUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsDestination.php new file mode 100644 index 000000000..3b8ad8b7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsDestination.php @@ -0,0 +1,39 @@ +mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setUriPrefix($uriPrefix) + { + $this->uriPrefix = $uriPrefix; + } + public function getUriPrefix() + { + return $this->uriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsSource.php new file mode 100644 index 000000000..38dd6f005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirBigQueryDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirBigQueryDestination.php new file mode 100644 index 000000000..a59a8e1b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirBigQueryDestination.php @@ -0,0 +1,55 @@ +datasetUri = $datasetUri; + } + public function getDatasetUri() + { + return $this->datasetUri; + } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } + /** + * @param Google_Service_CloudHealthcare_SchemaConfig + */ + public function setSchemaConfig(Google_Service_CloudHealthcare_SchemaConfig $schemaConfig) + { + $this->schemaConfig = $schemaConfig; + } + /** + * @return Google_Service_CloudHealthcare_SchemaConfig + */ + public function getSchemaConfig() + { + return $this->schemaConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails.php new file mode 100644 index 000000000..7ae56f393 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails.php @@ -0,0 +1,57 @@ +errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + public function setFhirStore($fhirStore) + { + $this->fhirStore = $fhirStore; + } + public function getFhirStore() + { + return $this->fhirStore; + } + public function setResourceCount($resourceCount) + { + $this->resourceCount = $resourceCount; + } + public function getResourceCount() + { + return $this->resourceCount; + } + public function setSuccessCount($successCount) + { + $this->successCount = $successCount; + } + public function getSuccessCount() + { + return $this->successCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse.php new file mode 100644 index 000000000..0ac7fcb83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse.php @@ -0,0 +1,39 @@ +fhirStore = $fhirStore; + } + public function getFhirStore() + { + return $this->fhirStore; + } + public function setResourceCount($resourceCount) + { + $this->resourceCount = $resourceCount; + } + public function getResourceCount() + { + return $this->resourceCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsDestination.php new file mode 100644 index 000000000..8e280808f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsDestination.php @@ -0,0 +1,30 @@ +uriPrefix = $uriPrefix; + } + public function getUriPrefix() + { + return $this->uriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsSource.php new file mode 100644 index 000000000..53242e69c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails.php new file mode 100644 index 000000000..cefe20737 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails.php @@ -0,0 +1,57 @@ +errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + public function setFhirStore($fhirStore) + { + $this->fhirStore = $fhirStore; + } + public function getFhirStore() + { + return $this->fhirStore; + } + public function setInputSize($inputSize) + { + $this->inputSize = $inputSize; + } + public function getInputSize() + { + return $this->inputSize; + } + public function setSuccessCount($successCount) + { + $this->successCount = $successCount; + } + public function getSuccessCount() + { + return $this->successCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse.php new file mode 100644 index 000000000..4cae561ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse.php @@ -0,0 +1,39 @@ +fhirStore = $fhirStore; + } + public function getFhirStore() + { + return $this->fhirStore; + } + public function setInputSize($inputSize) + { + $this->inputSize = $inputSize; + } + public function getInputSize() + { + return $this->inputSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HealthcareEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HealthcareEmpty.php new file mode 100644 index 000000000..966530820 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HealthcareEmpty.php @@ -0,0 +1,20 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudHealthcare_NotificationConfig + */ + public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) + { + $this->notificationConfig = $notificationConfig; + } + /** + * @return Google_Service_CloudHealthcare_NotificationConfig + */ + public function getNotificationConfig() + { + return $this->notificationConfig; + } + /** + * @param Google_Service_CloudHealthcare_ParserConfig + */ + public function setParserConfig(Google_Service_CloudHealthcare_ParserConfig $parserConfig) + { + $this->parserConfig = $parserConfig; + } + /** + * @return Google_Service_CloudHealthcare_ParserConfig + */ + public function getParserConfig() + { + return $this->parserConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HttpBody.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/HttpBody.php new file mode 100644 index 000000000..140957f80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/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/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageConfig.php new file mode 100644 index 000000000..a39770dac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageConfig.php @@ -0,0 +1,30 @@ +textRedactionMode = $textRedactionMode; + } + public function getTextRedactionMode() + { + return $this->textRedactionMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataErrorDetails.php new file mode 100644 index 000000000..cc0aede5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataErrorDetails.php @@ -0,0 +1,38 @@ +sampleErrors = $sampleErrors; + } + /** + * @return Google_Service_CloudHealthcare_ErrorDetail + */ + public function getSampleErrors() + { + return $this->sampleErrors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php new file mode 100644 index 000000000..87c3d64c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php @@ -0,0 +1,37 @@ +gcsSource = $gcsSource; + } + /** + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php new file mode 100644 index 000000000..15c2a1573 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php @@ -0,0 +1,46 @@ +contentStructure = $contentStructure; + } + public function getContentStructure() + { + return $this->contentStructure; + } + /** + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource + */ + public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource $gcsSource) + { + $this->gcsSource = $gcsSource; + } + /** + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/InfoTypeTransformation.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/InfoTypeTransformation.php new file mode 100644 index 000000000..ef0f0eebb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/InfoTypeTransformation.php @@ -0,0 +1,111 @@ +characterMaskConfig = $characterMaskConfig; + } + /** + * @return Google_Service_CloudHealthcare_CharacterMaskConfig + */ + public function getCharacterMaskConfig() + { + return $this->characterMaskConfig; + } + /** + * @param Google_Service_CloudHealthcare_CryptoHashConfig + */ + public function setCryptoHashConfig(Google_Service_CloudHealthcare_CryptoHashConfig $cryptoHashConfig) + { + $this->cryptoHashConfig = $cryptoHashConfig; + } + /** + * @return Google_Service_CloudHealthcare_CryptoHashConfig + */ + public function getCryptoHashConfig() + { + return $this->cryptoHashConfig; + } + /** + * @param Google_Service_CloudHealthcare_DateShiftConfig + */ + public function setDateShiftConfig(Google_Service_CloudHealthcare_DateShiftConfig $dateShiftConfig) + { + $this->dateShiftConfig = $dateShiftConfig; + } + /** + * @return Google_Service_CloudHealthcare_DateShiftConfig + */ + public function getDateShiftConfig() + { + return $this->dateShiftConfig; + } + public function setInfoTypes($infoTypes) + { + $this->infoTypes = $infoTypes; + } + public function getInfoTypes() + { + return $this->infoTypes; + } + /** + * @param Google_Service_CloudHealthcare_RedactConfig + */ + public function setRedactConfig(Google_Service_CloudHealthcare_RedactConfig $redactConfig) + { + $this->redactConfig = $redactConfig; + } + /** + * @return Google_Service_CloudHealthcare_RedactConfig + */ + public function getRedactConfig() + { + return $this->redactConfig; + } + /** + * @param Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig + */ + public function setReplaceWithInfoTypeConfig(Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) + { + $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; + } + /** + * @return Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig + */ + public function getReplaceWithInfoTypeConfig() + { + return $this->replaceWithInfoTypeConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageRequest.php new file mode 100644 index 000000000..ee11caa6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageRequest.php @@ -0,0 +1,37 @@ +message = $message; + } + /** + * @return Google_Service_CloudHealthcare_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageResponse.php new file mode 100644 index 000000000..ba49ca63e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/IngestMessageResponse.php @@ -0,0 +1,46 @@ +hl7Ack = $hl7Ack; + } + public function getHl7Ack() + { + return $this->hl7Ack; + } + /** + * @param Google_Service_CloudHealthcare_Message + */ + public function setMessage(Google_Service_CloudHealthcare_Message $message) + { + $this->message = $message; + } + /** + * @return Google_Service_CloudHealthcare_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDatasetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDatasetsResponse.php new file mode 100644 index 000000000..353c87628 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDatasetsResponse.php @@ -0,0 +1,47 @@ +datasets = $datasets; + } + /** + * @return Google_Service_CloudHealthcare_Dataset + */ + public function getDatasets() + { + return $this->datasets; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDicomStoresResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDicomStoresResponse.php new file mode 100644 index 000000000..26ccaf81e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListDicomStoresResponse.php @@ -0,0 +1,47 @@ +dicomStores = $dicomStores; + } + /** + * @return Google_Service_CloudHealthcare_DicomStore + */ + public function getDicomStores() + { + return $this->dicomStores; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListFhirStoresResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListFhirStoresResponse.php new file mode 100644 index 000000000..b2b12d79b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListFhirStoresResponse.php @@ -0,0 +1,47 @@ +fhirStores = $fhirStores; + } + /** + * @return Google_Service_CloudHealthcare_FhirStore + */ + public function getFhirStores() + { + return $this->fhirStores; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListHl7V2StoresResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListHl7V2StoresResponse.php new file mode 100644 index 000000000..19c4b45f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListHl7V2StoresResponse.php @@ -0,0 +1,47 @@ +hl7V2Stores = $hl7V2Stores; + } + /** + * @return Google_Service_CloudHealthcare_Hl7V2Store + */ + public function getHl7V2Stores() + { + return $this->hl7V2Stores; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListLocationsResponse.php new file mode 100644 index 000000000..c2d881803 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudHealthcare_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListMessagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListMessagesResponse.php new file mode 100644 index 000000000..82f82c980 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListMessagesResponse.php @@ -0,0 +1,40 @@ +messages = $messages; + } + public function getMessages() + { + return $this->messages; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListOperationsResponse.php new file mode 100644 index 000000000..601da092c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudHealthcare_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudHealthcare_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Location.php new file mode 100644 index 000000000..2fefdd64c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Message.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Message.php new file mode 100644 index 000000000..37075fa7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Message.php @@ -0,0 +1,117 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMessageType($messageType) + { + $this->messageType = $messageType; + } + public function getMessageType() + { + return $this->messageType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudHealthcare_ParsedData + */ + public function setParsedData(Google_Service_CloudHealthcare_ParsedData $parsedData) + { + $this->parsedData = $parsedData; + } + /** + * @return Google_Service_CloudHealthcare_ParsedData + */ + public function getParsedData() + { + return $this->parsedData; + } + /** + * @param Google_Service_CloudHealthcare_PatientId + */ + public function setPatientIds($patientIds) + { + $this->patientIds = $patientIds; + } + /** + * @return Google_Service_CloudHealthcare_PatientId + */ + public function getPatientIds() + { + return $this->patientIds; + } + public function setSendFacility($sendFacility) + { + $this->sendFacility = $sendFacility; + } + public function getSendFacility() + { + return $this->sendFacility; + } + public function setSendTime($sendTime) + { + $this->sendTime = $sendTime; + } + public function getSendTime() + { + return $this->sendTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/NotificationConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/NotificationConfig.php new file mode 100644 index 000000000..711064fb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/NotificationConfig.php @@ -0,0 +1,30 @@ +pubsubTopic = $pubsubTopic; + } + public function getPubsubTopic() + { + return $this->pubsubTopic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Operation.php new file mode 100644 index 000000000..e420a682a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudHealthcare_Status + */ + public function setError(Google_Service_CloudHealthcare_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudHealthcare_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/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/OperationMetadata.php new file mode 100644 index 000000000..9846c9c90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/OperationMetadata.php @@ -0,0 +1,64 @@ +apiMethodName = $apiMethodName; + } + public function getApiMethodName() + { + return $this->apiMethodName; + } + /** + * @param Google_Service_CloudHealthcare_ProgressCounter + */ + public function setCounter(Google_Service_CloudHealthcare_ProgressCounter $counter) + { + $this->counter = $counter; + } + /** + * @return Google_Service_CloudHealthcare_ProgressCounter + */ + public function getCounter() + { + return $this->counter; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParsedData.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParsedData.php new file mode 100644 index 000000000..f035cb0dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParsedData.php @@ -0,0 +1,38 @@ +segments = $segments; + } + /** + * @return Google_Service_CloudHealthcare_Segment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParserConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParserConfig.php new file mode 100644 index 000000000..6929975f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ParserConfig.php @@ -0,0 +1,39 @@ +allowNullHeader = $allowNullHeader; + } + public function getAllowNullHeader() + { + return $this->allowNullHeader; + } + public function setSegmentTerminator($segmentTerminator) + { + $this->segmentTerminator = $segmentTerminator; + } + public function getSegmentTerminator() + { + return $this->segmentTerminator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/PatientId.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/PatientId.php new file mode 100644 index 000000000..f452c8a87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/PatientId.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Policy.php new file mode 100644 index 000000000..39ed296af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudHealthcare_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudHealthcare_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudHealthcare_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ProgressCounter.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ProgressCounter.php new file mode 100644 index 000000000..3295ff169 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ProgressCounter.php @@ -0,0 +1,48 @@ +failure = $failure; + } + public function getFailure() + { + return $this->failure; + } + public function setPending($pending) + { + $this->pending = $pending; + } + public function getPending() + { + return $this->pending; + } + public function setSuccess($success) + { + $this->success = $success; + } + public function getSuccess() + { + return $this->success; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RedactConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RedactConfig.php new file mode 100644 index 000000000..455a56b41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/RedactConfig.php @@ -0,0 +1,20 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $projects = $healthcareService->projects; + * + */ +class Google_Service_CloudHealthcare_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php new file mode 100644 index 000000000..5492e5a01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $locations = $healthcareService->locations; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocations 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_CloudHealthcare_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudHealthcare_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php new file mode 100644 index 000000000..39f15222b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php @@ -0,0 +1,204 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $datasets = $healthcareService->datasets; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends Google_Service_Resource +{ + /** + * Creates a new health dataset. Results are returned through the Operation + * interface which returns either an `Operation.response` which contains a + * Dataset or `Operation.error`. The metadata field type is OperationMetadata. A + * Google Cloud Platform project can contain up to 500 datasets across all + * regions. (datasets.create) + * + * @param string $parent The name of the project where the server creates the + * dataset. For example, `projects/{project_id}/locations/{location_id}`. + * @param Google_Service_CloudHealthcare_Dataset $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string datasetId The ID of the dataset that is being created. The + * string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. + * @return Google_Service_CloudHealthcare_Operation + */ + public function create($parent, Google_Service_CloudHealthcare_Dataset $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Creates a new dataset containing de-identified data from the source dataset. + * The metadata field type is OperationMetadata. If the request is successful, + * the response field type is DeidentifySummary. If errors occur, error details + * field type is DeidentifyErrorDetails. Errors are also logged to Stackdriver + * Logging. For more information, see [Viewing logs](/healthcare/docs/how-tos + * /stackdriver-logging). (datasets.deidentify) + * + * @param string $sourceDataset Source dataset resource name. For example, + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. + * @param Google_Service_CloudHealthcare_DeidentifyDatasetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function deidentify($sourceDataset, Google_Service_CloudHealthcare_DeidentifyDatasetRequest $postBody, $optParams = array()) + { + $params = array('sourceDataset' => $sourceDataset, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deidentify', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Deletes the specified health dataset and all data contained in the dataset. + * Deleting a dataset does not affect the sources from which the dataset was + * imported (if any). (datasets.delete) + * + * @param string $name The name of the dataset to delete. For example, + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * Gets any metadata associated with a dataset. (datasets.get) + * + * @param string $name The name of the dataset to read. For example, + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Dataset + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_Dataset"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (datasets.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. + * @return Google_Service_CloudHealthcare_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); + } + /** + * Lists the health datasets in the current project. + * (datasets.listProjectsLocationsDatasets) + * + * @param string $parent The name of the project whose datasets should be + * listed. For example, `projects/{project_id}/locations/{location_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize The maximum number of items to return. Capped to 100 + * if not specified. May not be larger than 1000. + * @return Google_Service_CloudHealthcare_ListDatasetsResponse + */ + public function listProjectsLocationsDatasets($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListDatasetsResponse"); + } + /** + * Updates dataset metadata. (datasets.patch) + * + * @param string $name Output only. Resource name of the dataset, of the form + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. + * @param Google_Service_CloudHealthcare_Dataset $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask applies to the resource. For the + * `FieldMask` definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_CloudHealthcare_Dataset + */ + public function patch($name, Google_Service_CloudHealthcare_Dataset $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Dataset"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (datasets.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_CloudHealthcare_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_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. (datasets.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_CloudHealthcare_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php new file mode 100644 index 000000000..18643e4c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php @@ -0,0 +1,318 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $dicomStores = $healthcareService->dicomStores; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStores extends Google_Service_Resource +{ + /** + * Creates a new DICOM store within the parent dataset. (dicomStores.create) + * + * @param string $parent The name of the dataset this DICOM store belongs to. + * @param Google_Service_CloudHealthcare_DicomStore $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string dicomStoreId The ID of the DICOM store that is being + * created. Any string value up to 256 characters in length. + * @return Google_Service_CloudHealthcare_DicomStore + */ + public function create($parent, Google_Service_CloudHealthcare_DicomStore $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudHealthcare_DicomStore"); + } + /** + * Creates a new DICOM store containing de-identified data from the source + * store. The metadata field type is OperationMetadata. If the request is + * successful, the response field type is DeidentifyDicomStoreSummary. If errors + * occur, error details field type is DeidentifyErrorDetails. Errors are also + * logged to Stackdriver (see [Viewing logs](/healthcare/docs/how-tos + * /stackdriver-logging)). (dicomStores.deidentify) + * + * @param string $sourceStore Source DICOM store resource name. For example, `pr + * ojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores + * /{dicom_store_id}`. + * @param Google_Service_CloudHealthcare_DeidentifyDicomStoreRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function deidentify($sourceStore, Google_Service_CloudHealthcare_DeidentifyDicomStoreRequest $postBody, $optParams = array()) + { + $params = array('sourceStore' => $sourceStore, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deidentify', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Deletes the specified DICOM store and removes all images that are contained + * within it. (dicomStores.delete) + * + * @param string $name The resource name of the DICOM store to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * Exports data to the specified destination by copying it from the DICOM store. + * 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 + * ataset_id}/dicomStores/{dicom_store_id}`. + * @param Google_Service_CloudHealthcare_ExportDicomDataRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function export($name, Google_Service_CloudHealthcare_ExportDicomDataRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('export', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Gets the specified DICOM store. (dicomStores.get) + * + * @param string $name The resource name of the DICOM store to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_DicomStore + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_DicomStore"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (dicomStores.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. + * @return Google_Service_CloudHealthcare_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); + } + /** + * Imports data into the DICOM store by copying it from the specified source. + * For errors, the Operation is populated with error details (in the form of + * ImportDicomDataErrorDetails in error.details), which hold finer-grained error + * information. Errors are also logged to Stackdriver Logging. For more + * information, see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * 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 + * sets/{dataset_id}/dicomStores/{dicom_store_id}`. + * @param Google_Service_CloudHealthcare_ImportDicomDataRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function import($name, Google_Service_CloudHealthcare_ImportDicomDataRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Lists the DICOM stores in the given dataset. + * (dicomStores.listProjectsLocationsDatasetsDicomStores) + * + * @param string $parent Name of the dataset. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from the + * previous List request, if any. + * @opt_param int pageSize Limit on the number of DICOM stores to return in a + * single response. If zero the default page size of 100 is used. + * @opt_param string filter Restricts stores returned to those matching a + * filter. Syntax: + * https://cloud.google.com/appengine/docs/standard/python/search/query_strings + * Only filtering on labels is supported. For example, `labels.key=value`. + * @return Google_Service_CloudHealthcare_ListDicomStoresResponse + */ + public function listProjectsLocationsDatasetsDicomStores($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListDicomStoresResponse"); + } + /** + * Updates the specified DICOM store. (dicomStores.patch) + * + * @param string $name Output only. Resource name of the DICOM store, of the + * form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dic + * omStores/{dicom_store_id}`. + * @param Google_Service_CloudHealthcare_DicomStore $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask applies to the resource. For the + * `FieldMask` definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_CloudHealthcare_DicomStore + */ + public function patch($name, Google_Service_CloudHealthcare_DicomStore $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudHealthcare_DicomStore"); + } + /** + * SearchForInstances returns a list of matching instances. See http://dicom.nem + * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. + * (dicomStores.searchForInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForInstancesRequest + * DICOMweb request (for example, `instances` or `series/{series_uid}/instances` + * or `studies/{study_uid}/instances`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForInstances($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForSeries returns a list of matching series. See http://dicom.nema.org/ + * medical/dicom/current/output/html/part18.html#sect_10.6. + * (dicomStores.searchForSeries) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForSeries DICOMweb + * request(for example, `series` or `studies/{study_uid}/series`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForSeries($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForStudies returns a list of matching studies. See http://dicom.nema.or + * g/medical/dicom/current/output/html/part18.html#sect_10.6. + * (dicomStores.searchForStudies) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForStudies DICOMweb request + * (for example, `studies`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForStudies($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForStudies', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (dicomStores.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_CloudHealthcare_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); + } + /** + * StoreInstances stores DICOM instances associated with study instance unique + * identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/ht + * ml/part18.html#sect_10.5. (dicomStores.storeInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the StoreInstances DICOMweb request + * (for example, `studies/[{study_uid}]`). Note that the `study_uid` is + * optional. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function storeInstances($parent, $dicomWebPath, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('storeInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * 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. (dicomStores.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_CloudHealthcare_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php new file mode 100644 index 000000000..d9f178191 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php @@ -0,0 +1,146 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $studies = $healthcareService->studies; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudies extends Google_Service_Resource +{ + /** + * DeleteStudy deletes all instances within the given study. Delete requests are + * equivalent to the GET requests specified in the WADO-RS standard. + * (studies.delete) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the DeleteStudy request (for example, + * `studies/{study_uid}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * RetrieveStudyMetadata returns instance associated with the given study + * presented as metadata with the bulk data removed. See http://dicom.nema.org/m + * edical/dicom/current/output/html/part18.html#sect_10.4. + * (studies.retrieveMetadata) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveStudyMetadata DICOMweb + * request (for example, `studies/{study_uid}/metadata`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * RetrieveStudy returns all instances within the given study. See http://dicom. + * nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. + * (studies.retrieveStudy) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveStudy DICOMweb request + * (for example, `studies/{study_uid}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveStudy($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveStudy', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForInstances returns a list of matching instances. See http://dicom.nem + * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. + * (studies.searchForInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForInstancesRequest + * DICOMweb request (for example, `instances` or `series/{series_uid}/instances` + * or `studies/{study_uid}/instances`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForInstances($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForSeries returns a list of matching series. See http://dicom.nema.org/ + * medical/dicom/current/output/html/part18.html#sect_10.6. + * (studies.searchForSeries) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForSeries DICOMweb + * request(for example, `series` or `studies/{study_uid}/series`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForSeries($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * StoreInstances stores DICOM instances associated with study instance unique + * identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/ht + * ml/part18.html#sect_10.5. (studies.storeInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the StoreInstances DICOMweb request + * (for example, `studies/[{study_uid}]`). Note that the `study_uid` is + * optional. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function storeInstances($parent, $dicomWebPath, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('storeInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php new file mode 100644 index 000000000..a9a9ffcf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php @@ -0,0 +1,106 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $series = $healthcareService->series; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeries extends Google_Service_Resource +{ + /** + * DeleteSeries deletes all instances within the given study and series. Delete + * requests are equivalent to the GET requests specified in the WADO-RS + * standard. (series.delete) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the DeleteSeries request (for + * example, `studies/{study_uid}/series/{series_uid}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * RetrieveSeriesMetadata returns instance associated with the given study and + * series, presented as metadata with the bulk data removed. See http://dicom.ne + * ma.org/medical/dicom/current/output/html/part18.html#sect_10.4. + * (series.retrieveMetadata) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveSeriesMetadata DICOMweb + * request (for example, `studies/{study_uid}/series/{series_uid}/metadata`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * RetrieveSeries returns all instances within the given study and series. See h + * ttp://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. + * (series.retrieveSeries) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveSeries DICOMweb request + * (for example, `studies/{study_uid}/series/{series_uid}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveSeries($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForInstances returns a list of matching instances. See http://dicom.nem + * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. + * (series.searchForInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForInstancesRequest + * DICOMweb request (for example, `instances` or `series/{series_uid}/instances` + * or `studies/{study_uid}/instances`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForInstances($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php new file mode 100644 index 000000000..89e7a4f81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php @@ -0,0 +1,109 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $instances = $healthcareService->instances; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances extends Google_Service_Resource +{ + /** + * DeleteInstance deletes an instance associated with the given study, series, + * and SOP Instance UID. Delete requests are equivalent to the GET requests + * specified in the WADO-RS standard. (instances.delete) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the DeleteInstance request (for + * example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * RetrieveInstance returns instance associated with the given study, series, + * and SOP Instance UID. See http://dicom.nema.org/medical/dicom/current/output/ + * html/part18.html#sect_10.4. (instances.retrieveInstance) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveInstance DICOMweb request + * (for example, + * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveInstance($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveInstance', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * RetrieveInstanceMetadata returns instance associated with the given study, + * series, and SOP Instance UID presented as metadata with the bulk data + * removed. See http://dicom.nema.org/medical/dicom/current/output/html/part18.h + * tml#sect_10.4. (instances.retrieveMetadata) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveInstanceMetadata DICOMweb + * request (for example, + * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/metadata`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * RetrieveRenderedInstance returns instance associated with the given study, + * series, and SOP Instance UID in an acceptable Rendered Media Type. See http:/ + * /dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. + * (instances.retrieveRendered) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveRenderedInstance DICOMweb + * request (for example, + * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveRendered($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveRendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php new file mode 100644 index 000000000..6947de39b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php @@ -0,0 +1,69 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $frames = $healthcareService->frames; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames extends Google_Service_Resource +{ + /** + * RetrieveFrames returns instances associated with the given study, series, SOP + * Instance UID and frame numbers. See http://dicom.nema.org/medical/dicom/curre + * nt/output/html/part18.html#sect_10.4. (frames.retrieveFrames) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveFrames DICOMweb request + * (for example, `studies/{study_uid}/series/{series_uid}/instances/{instance_ui + * d}/frames/{frame_list}`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveFrames($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveFrames', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * RetrieveRenderedFrames returns instances associated with the given study, + * series, SOP Instance UID and frame numbers in an acceptable Rendered Media + * Type. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html + * #sect_10.4. (frames.retrieveRendered) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveRenderedFrames DICOMweb + * request (for example, `studies/{study_uid}/series/{series_uid}/instances/{ins + * tance_uid}/frames/{frame_list}/rendered`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveRendered($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveRendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php new file mode 100644 index 000000000..92bf68807 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php @@ -0,0 +1,298 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $fhirStores = $healthcareService->fhirStores; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStores extends Google_Service_Resource +{ + /** + * Creates a new FHIR store within the parent dataset. (fhirStores.create) + * + * @param string $parent The name of the dataset this FHIR store belongs to. + * @param Google_Service_CloudHealthcare_FhirStore $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fhirStoreId The ID of the FHIR store that is being created. + * The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. + * @return Google_Service_CloudHealthcare_FhirStore + */ + public function create($parent, Google_Service_CloudHealthcare_FhirStore $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudHealthcare_FhirStore"); + } + /** + * Creates a new FHIR store containing de-identified data from the source store. + * The metadata field type is OperationMetadata. If the request is successful, + * the response field type is DeidentifyFhirStoreSummary. If errors occur, error + * details field type is DeidentifyErrorDetails. Errors are also logged to + * Stackdriver (see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * logging)). (fhirStores.deidentify) + * + * @param string $sourceStore Source FHIR store resource name. For example, `pro + * jects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{ + * fhir_store_id}`. + * @param Google_Service_CloudHealthcare_DeidentifyFhirStoreRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function deidentify($sourceStore, Google_Service_CloudHealthcare_DeidentifyFhirStoreRequest $postBody, $optParams = array()) + { + $params = array('sourceStore' => $sourceStore, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deidentify', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Deletes the specified FHIR store and removes all resources within it. + * (fhirStores.delete) + * + * @param string $name The resource name of the FHIR store to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * 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 + * Stackdriver (see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * 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. The + * name should be in the format of `projects/{project_id}/locations/{location_id + * }/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. + * @param Google_Service_CloudHealthcare_ExportResourcesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function export($name, Google_Service_CloudHealthcare_ExportResourcesRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('export', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Gets the configuration of the specified FHIR store. (fhirStores.get) + * + * @param string $name The resource name of the FHIR store to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_FhirStore + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_FhirStore"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (fhirStores.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. + * @return Google_Service_CloudHealthcare_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); + } + /** + * Import resources to the FHIR store by loading data from the specified + * sources. This method is optimized to load large quantities of data using + * import semantics that ignore some FHIR store configuration options and are + * not suitable for all use cases. It is primarily intended to load data into an + * empty FHIR store that is not being used by other clients. In cases where this + * method is not appropriate, consider using ExecuteBundle to load data. + * + * Every resource in the input must contain a client-supplied ID, and will be + * stored using that ID regardless of the enable_update_create setting on the + * FHIR store. + * + * The import process does not enforce referential integrity, regardless of the + * disable_referential_integrity setting on the FHIR store. This allows the + * import of resources with arbitrary interdependencies without considering + * grouping or ordering, but if the input data contains invalid references or if + * some resources fail to be imported, the FHIR store might be left in a state + * that violates referential integrity. + * + * If a resource with the specified ID already exists, the most recent version + * of the resource is overwritten without creating a new historical version, + * regardless of the disable_resource_versioning setting on the FHIR store. If + * transient failures occur during the import, it is possible that successfully + * imported resources will be overwritten more than once. + * + * The import operation is idempotent unless the input data contains multiple + * valid resources with the same ID but different contents. In that case, after + * the import completes, the store will contain exactly one resource with that + * ID but there is no ordering guarantee on which version of the contents it + * will have. The operation result counters do not count duplicate IDs as an + * error and will count one success for each resource in the input, which might + * result in a success count larger than the number of resources in the FHIR + * store. This often occurs when importing data organized in bundles produced by + * Patient-everything where each bundle contains its own copy of a resource such + * as Practitioner that might be referred to by many patients. + * + * If some resources fail to import, for example due to parsing errors, + * successfully imported resources are not rolled back. + * + * The location and format of the input data is specified by the parameters + * below. Note that if no format is specified, this method assumes the `BUNDLE` + * format. When using the `BUNDLE` format this method ignores the `Bundle.type` + * field, except that `history` bundles are rejected, and does not apply any of + * the bundle processing semantics for batch or transaction bundles. Unlike in + * ExecuteBundle, transaction bundles are not executed as a single transaction + * and bundle-internal references are not rewritten. The bundle is treated as a + * collection of resources to be written as provided in `Bundle.entry.resource`, + * ignoring `Bundle.entry.request`. As an example, this allows the import of + * `searchset` bundles produced by a FHIR 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 + * Stackdriver (see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * 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) + * + * @param string $name The name of the FHIR store to import FHIR resources to. + * The name should be in the format of `projects/{project_id}/locations/{locatio + * n_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. + * @param Google_Service_CloudHealthcare_ImportResourcesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Operation + */ + public function import($name, Google_Service_CloudHealthcare_ImportResourcesRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * Lists the FHIR stores in the given dataset. + * (fhirStores.listProjectsLocationsDatasetsFhirStores) + * + * @param string $parent Name of the dataset. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from the + * previous List request, if any. + * @opt_param int pageSize Limit on the number of FHIR stores to return in a + * single response. If zero the default page size of 100 is used. + * @opt_param string filter Restricts stores returned to those matching a + * filter. Syntax: + * https://cloud.google.com/appengine/docs/standard/python/search/query_strings + * Only filtering on labels is supported, for example `labels.key=value`. + * @return Google_Service_CloudHealthcare_ListFhirStoresResponse + */ + public function listProjectsLocationsDatasetsFhirStores($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListFhirStoresResponse"); + } + /** + * Updates the configuration of the specified FHIR store. (fhirStores.patch) + * + * @param string $name Output only. Resource name of the FHIR store, of the form + * `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. + * @param Google_Service_CloudHealthcare_FhirStore $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask applies to the resource. For the + * `FieldMask` definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_CloudHealthcare_FhirStore + */ + public function patch($name, Google_Service_CloudHealthcare_FhirStore $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudHealthcare_FhirStore"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (fhirStores.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_CloudHealthcare_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_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. (fhirStores.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_CloudHealthcare_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php new file mode 100644 index 000000000..c1ed05567 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php @@ -0,0 +1,570 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $fhir = $healthcareService->fhir; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStoresFhir extends Google_Service_Resource +{ + /** + * Retrieves the N most recent `Observation` resources for a subject matching + * search criteria specified as query parameters, grouped by `Observation.code`, + * sorted from most recent to oldest. + * + * Implements the FHIR extended operation [Observation- + * lastn](http://hl7.org/implement/standards/fhir/STU3/observation- + * operations.html#lastn). + * + * Search terms are provided as query parameters following the same pattern as + * the search method. The following search parameters must be provided - + * `subject` or `patient` to specify a subject for the Observation. - + * `code`, `category` or any of the composite parameters that include + * `code`. Any other valid Observation search parameters can also be provided. + * This operation accepts an additional query parameter `max`, which specifies + * N, the maximum number of Observations to return from each group, with a + * default of 1. + * + * 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. (fhir.ObservationLastn) + * + * @param string $parent Name of the FHIR store to retrieve resources from. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function ObservationLastn($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('Observation-lastn', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Retrieves all the resources directly referenced by a patient, as well as all + * of the resources in the patient compartment. + * + * Implements the FHIR extended operation [Patient- + * everything](http://hl7.org/implement/standards/fhir/STU3/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. (fhir.PatientEverything) + * + * @param string $name Name of the `Patient` resource for which the information + * is required. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Used to retrieve the next or previous page of + * results when using pagination. Value should be set to the value of page_token + * set in next or previous page links' urls. Next and previous page are returned + * in the response bundle's links field, where `link.relation` is "previous" or + * "next". + * + * Omit `page_token` if no previous request has been made. + * @opt_param string start The response includes records subsequent to the start + * date. If no start date is provided, all records prior to the end date are in + * scope. + * @opt_param string end The response includes records prior to the end date. If + * no end date is provided, all records subsequent to the start date are in + * scope. + * @opt_param int _count Maximum number of resources in a page. Defaults to 100. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function PatientEverything($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('Patient-everything', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Deletes all the historical versions of a resource (excluding the current + * version) from the FHIR store. To remove all versions of a resource, first + * delete the current version and then call this method. + * + * This is not a FHIR standard operation. (fhir.ResourcePurge) + * + * @param string $name The name of the resource to purge. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function ResourcePurge($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('Resource-purge', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * Gets the FHIR [capability statement](http://hl7.org/implement/standards/fhir/ + * STU3/capabilitystatement.html) for the store, which contains a description of + * functionality supported by the server. + * + * Implements the FHIR standard [capabilities interaction](http://hl7.org/implem + * ent/standards/fhir/STU3/http.html#capabilities). + * + * On success, the response body will contain a JSON-encoded representation of a + * `CapabilityStatement` resource. (fhir.capabilities) + * + * @param string $name Name of the FHIR store to retrieve the capabilities for. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function capabilities($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('capabilities', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Deletes FHIR resources that match a search query. + * + * Implements the FHIR standard [conditional delete interaction](http://hl7.org/ + * implement/standards/fhir/STU3/http.html#2.21.0.13.1). If multiple resources + * match, all of them will be deleted. + * + * Search terms are provided as query parameters following the same pattern as + * the search method. + * + * Note: Unless resource versioning is disabled by setting the + * disable_resource_versioning flag on the FHIR store, the deleted resources + * will be moved to a history repository that can still be retrieved through + * vread and related methods, unless they are removed by the purge method. + * (fhir.conditionalDelete) + * + * @param string $parent The name of the FHIR store this resource belongs to. + * @param string $type The FHIR resource type to delete, such as Patient or + * Observation. For a complete list, see the [FHIR Resource + * Index](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function conditionalDelete($parent, $type, $optParams = array()) + { + $params = array('parent' => $parent, 'type' => $type); + $params = array_merge($params, $optParams); + return $this->call('conditionalDelete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * If a resource is found based on the search criteria specified in the query + * parameters, updates part of that resource by applying the operations + * specified in a [JSON Patch](http://jsonpatch.com/) document. + * + * Implements the FHIR standard [conditional patch + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#patch). + * + * Search terms are provided as query parameters following the same pattern as + * the search method. + * + * If the search criteria identify more than one match, the request will return + * a `412 Precondition Failed` error. + * + * 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 updated resource, including the server-assigned 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. (fhir.conditionalPatch) + * + * @param string $parent The name of the FHIR store this resource belongs to. + * @param string $type The FHIR resource type to update, such as Patient or + * Observation. For a complete list, see the [FHIR Resource + * Index](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html). + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function conditionalPatch($parent, $type, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'type' => $type, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('conditionalPatch', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * If a resource is found based on the search criteria specified in the query + * parameters, updates the entire contents of that resource. + * + * Implements the FHIR standard [conditional update + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#cond- + * update). + * + * Search terms are provided as query parameters following the same pattern as + * the search method. + * + * If the search criteria identify more than one match, the request will return + * a `412 Precondition Failed` error. If the search criteria identify zero + * matches, and the supplied resource body contains an `id`, and the FHIR store + * has enable_update_create set, creates the resource with the client-specified + * ID. If the search criteria identify zero matches, and the supplied resource + * body does not contain an `id`, the resource will be created with a server- + * assigned ID as per the create method. + * + * 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 updated resource, including the server-assigned 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. (fhir.conditionalUpdate) + * + * @param string $parent The name of the FHIR store this resource belongs to. + * @param string $type The FHIR resource type to update, such as Patient or + * Observation. For a complete list, see the [FHIR Resource + * Index](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html). Must + * match the resource type in the provided content. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function conditionalUpdate($parent, $type, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'type' => $type, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('conditionalUpdate', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Creates a FHIR resource. + * + * Implements the FHIR standard [create + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#create), + * which creates a new resource with a server-assigned resource ID. + * + * Also supports the FHIR standard [conditional create + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#ccreate), + * specified by supplying an `If-None-Exist` header containing a FHIR search + * query. If no resources match this search query, the server processes the + * create operation as normal. + * + * 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. (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 + * Observation. For a complete list, see the [FHIR Resource + * Index](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html). Must + * match the resource type in the provided content. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function create($parent, $type, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'type' => $type, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Deletes a FHIR resource. + * + * Implements the FHIR standard [delete + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#delete). + * + * Note: Unless resource versioning is disabled by setting the + * disable_resource_versioning flag on the FHIR store, the deleted resources + * will be moved to a history repository that can still be retrieved through + * vread and related methods, unless they are removed by the purge method. + * (fhir.delete) + * + * @param string $name The name of the resource to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Executes all the requests in the given Bundle. + * + * Implements the FHIR standard [batch/transaction interaction](http://hl7.org/i + * mplement/standards/fhir/STU3/http.html#transaction). + * + * Supports all interactions within a bundle, except search. This method accepts + * Bundles of type `batch` and `transaction`, processing them according to the + * [batch processing + * rules](http://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.1) + * and [transaction processing + * rules](http://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.2). + * + * The request body must contain a JSON-encoded FHIR `Bundle` resource, and the + * request headers must contain `Content-Type: application/fhir+json`. + * + * For a batch bundle or a successful transaction the response body will contain + * a JSON-encoded representation of a `Bundle` resource of type `batch-response` + * or `transaction-response` containing one entry for each entry in the request, + * with the outcome of processing the entry. In the case of an error for a + * transaction bundle, the response body 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. (fhir.executeBundle) + * + * @param string $parent Name of the FHIR store in which this bundle will be + * executed. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function executeBundle($parent, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('executeBundle', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Lists all the versions of a resource (including the current version and + * deleted versions) from the FHIR store. + * + * Implements the per-resource form of the FHIR standard [history + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#history). + * + * On success, the response body will contain 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 + * 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. (fhir.history) + * + * @param string $name The name of the resource to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string _page_token Same as `page`. Please use either `page` or + * `_page_token`. + * @opt_param string since Only include resource versions that were created at + * or after the given instant in time. The instant in time uses the format YYYY- + * MM-DDThh:mm:ss.sss+zz:zz (for example 2015-02-07T13:28:17.239+02:00 or + * 2017-01-01T00:00:00Z). The time must be specified to the second and include a + * time zone. + * @opt_param string at Only include resource versions that were current at some + * point during the time period specified in the date time value. The date + * parameter format is yyyy-mm-ddThh:mm:ss[Z|(+|-)hh:mm] + * + * Clients may specify any of the following: + * + * * An entire year: `_at=2019` * An entire month: `_at=2019-01` * A specific + * day: `_at=2019-01-20` * A specific second: `_at=2018-12-31T23:59:58Z` + * @opt_param int count The maximum number of search results on a page. Defaults + * to 1000. + * @opt_param string page Used to retrieve the first, previous, next, or last + * page of resource versions when using pagination. Value should be set to the + * value of `page` set in next or previous page links' URLs. Next and previous + * page are returned in the response bundle's links field, where `link.relation` + * is "previous" or "next". + * + * Omit `page` if no previous request has been made. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function history($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('history', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Updates part of an existing resource by applying the operations specified in + * a [JSON Patch](http://jsonpatch.com/) document. + * + * Implements the FHIR standard [patch + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#patch). + * + * 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 updated resource, including the server-assigned 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. (fhir.patch) + * + * @param string $name The name of the resource to update. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function patch($name, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Gets the contents of a FHIR resource. + * + * Implements the FHIR standard [read + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#read). + * + * Also supports the FHIR standard [conditional read + * interaction](http://hl7.org/implement/standards/fhir/STU3/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. (fhir.read) + * + * @param string $name The name of the resource to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function read($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('read', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Searches for resources in the given FHIR store according to criteria + * specified as query parameters. + * + * Implements the FHIR standard [search + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#search) + * using the search semantics described in the [FHIR Search + * specification](http://hl7.org/implement/standards/fhir/STU3/search.html). + * + * Supports three methods of search defined by the specification: + * + * * `GET [base]?[parameters]` to search across all resources. * `GET + * [base]/[type]?[parameters]` to search resources of a specified type. * `POST + * [base]/[type]/_search?[parameters]` as an alternate form having the same + * semantics as the `GET` method. + * + * The `GET` 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 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](http://hl7.org/implement/standards/fhir/STU3 + * /searchparameter-registry.html). + * + * Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, + * `:in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `:recurse`. + * + * Supported search result parameters: `_sort`, `_count`, `_include`, + * `_revinclude`, `_summary=text`, `_summary=data`, and `_elements`. + * + * The maximum number of search results returned defaults to 100, which can be + * overridden by the `_count` parameter up to a maximum limit of 1000. If there + * are additional results, the returned `Bundle` will contain pagination links. + * + * Resources with a total size larger than 5MB or a field count larger than + * 50,000 might not be fully searchable as the server might trim its generated + * search index in those cases. + * + * Note: FHIR resources are indexed asynchronously, so there might be a slight + * delay between the time a resource is created or changes and when the change + * is reflected in search results. (fhir.search) + * + * @param string $parent Name of the FHIR store to retrieve resources from. + * @param Google_Service_CloudHealthcare_SearchResourcesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function search($parent, Google_Service_CloudHealthcare_SearchResourcesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Updates the entire contents of a resource. + * + * Implements the FHIR standard [update + * interaction](http://hl7.org/implement/standards/fhir/STU3/http.html#update). + * + * If the specified resource does not exist and the FHIR store has + * enable_update_create set, creates the resource with the client-specified ID. + * + * 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 representation of + * the updated resource, including the server-assigned 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. (fhir.update) + * + * @param string $name The name of the resource to update. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function update($name, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * Gets the contents of a version (current or historical) of a FHIR resource by + * version ID. + * + * Implements the FHIR standard [vread + * interaction](http://hl7.org/implement/standards/fhir/STU3/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 + * `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. (fhir.vread) + * + * @param string $name The name of the resource version to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function vread($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('vread', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php new file mode 100644 index 000000000..35afa11fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php @@ -0,0 +1,181 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $hl7V2Stores = $healthcareService->hl7V2Stores; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stores extends Google_Service_Resource +{ + /** + * Creates a new HL7v2 store within the parent dataset. (hl7V2Stores.create) + * + * @param string $parent The name of the dataset this HL7v2 store belongs to. + * @param Google_Service_CloudHealthcare_Hl7V2Store $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string hl7V2StoreId The ID of the HL7v2 store that is being + * created. The string must match the following regex: + * `[\p{L}\p{N}_\-\.]{1,256}`. + * @return Google_Service_CloudHealthcare_Hl7V2Store + */ + public function create($parent, Google_Service_CloudHealthcare_Hl7V2Store $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudHealthcare_Hl7V2Store"); + } + /** + * Deletes the specified HL7v2 store and removes all messages that are contained + * within it. (hl7V2Stores.delete) + * + * @param string $name The resource name of the HL7v2 store to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * Gets the specified HL7v2 store. (hl7V2Stores.get) + * + * @param string $name The resource name of the HL7v2 store to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Hl7V2Store + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_Hl7V2Store"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (hl7V2Stores.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. + * @return Google_Service_CloudHealthcare_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); + } + /** + * Lists the HL7v2 stores in the given dataset. + * (hl7V2Stores.listProjectsLocationsDatasetsHl7V2Stores) + * + * @param string $parent Name of the dataset. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from the + * previous List request, if any. + * @opt_param int pageSize Limit on the number of HL7v2 stores to return in a + * single response. If zero the default page size of 100 is used. + * @opt_param string filter Restricts stores returned to those matching a + * filter. Syntax: + * https://cloud.google.com/appengine/docs/standard/python/search/query_strings + * Only filtering on labels is supported. For example, `labels.key=value`. + * @return Google_Service_CloudHealthcare_ListHl7V2StoresResponse + */ + public function listProjectsLocationsDatasetsHl7V2Stores($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListHl7V2StoresResponse"); + } + /** + * Updates the HL7v2 store. (hl7V2Stores.patch) + * + * @param string $name Output only. Resource name of the HL7v2 store, of the + * form + * `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`. + * @param Google_Service_CloudHealthcare_Hl7V2Store $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask applies to the resource. For the + * `FieldMask` definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_CloudHealthcare_Hl7V2Store + */ + public function patch($name, Google_Service_CloudHealthcare_Hl7V2Store $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Hl7V2Store"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (hl7V2Stores.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_CloudHealthcare_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_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. (hl7V2Stores.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_CloudHealthcare_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php new file mode 100644 index 000000000..ae9c02b61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php @@ -0,0 +1,181 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $messages = $healthcareService->messages; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2StoresMessages extends Google_Service_Resource +{ + /** + * Creates a message and sends a notification to the Cloud Pub/Sub topic. If + * configured, the MLLP adapter listens to messages created by this method and + * sends those back to the hospital. A successful response indicates the message + * has been persisted to storage and a Cloud Pub/Sub notification has been sent. + * Sending to the hospital by the MLLP adapter happens asynchronously. + * (messages.create) + * + * @param string $parent The name of the dataset this message belongs to. + * @param Google_Service_CloudHealthcare_CreateMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_Message + */ + public function create($parent, Google_Service_CloudHealthcare_CreateMessageRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudHealthcare_Message"); + } + /** + * Deletes an HL7v2 message. (messages.delete) + * + * @param string $name The resource name of the HL7v2 message to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HealthcareEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); + } + /** + * Gets an HL7v2 message. (messages.get) + * + * @param string $name The resource name of the HL7v2 message to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string view Specifies which parts of the Message resource to + * return in the response. + * @return Google_Service_CloudHealthcare_Message + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_Message"); + } + /** + * Ingests a new HL7v2 message from the hospital and sends a notification to the + * Cloud Pub/Sub topic. Return is an HL7v2 ACK message if the message was + * successfully stored. Otherwise an error is returned. If an identical HL7v2 + * message is created twice only one resource is created on the server and no + * error is reported. (messages.ingest) + * + * @param string $parent The name of the HL7v2 store this message belongs to. + * @param Google_Service_CloudHealthcare_IngestMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_IngestMessageResponse + */ + public function ingest($parent, Google_Service_CloudHealthcare_IngestMessageRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('ingest', array($params), "Google_Service_CloudHealthcare_IngestMessageResponse"); + } + /** + * Lists all the messages in the given HL7v2 store with support for filtering. + * + * Note: HL7v2 messages are indexed asynchronously, so there might be a slight + * delay between the time a message is created and when it can be found through + * a filter. (messages.listProjectsLocationsDatasetsHl7V2StoresMessages) + * + * @param string $parent Name of the HL7v2 store to retrieve messages from. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Restricts messages returned to those matching a + * filter. Syntax: + * https://cloud.google.com/appengine/docs/standard/python/search/query_strings + * + * Fields/functions available for filtering are: + * + * * `message_type`, from the MSH-9 segment. For example, `NOT message_type = + * "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was + * sent in the dataset's time_zone, from the MSH-7 segment. For example, + * `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message + * was sent, using the RFC3339 time format for comparisons, from the MSH-7 + * segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * + * `send_facility`, the care center that the message came from, from the MSH-4 + * segment. For example, `send_facility = "ABC"`. * `HL7RegExp(expr)`, which + * does regular expression matching of `expr` against the message payload using + * RE2 syntax (https://github.com/google/re2/wiki/Syntax). For example, + * `HL7RegExp("^.*\|.*\|EMERG")`. * `PatientId(value, type)`, which matches if + * the message lists a patient having an ID of the given value and type in the + * PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * + * `labels.x`, a string value of the label with key `x` as set using the + * Message.labels map. For example, `labels."priority"="high"`. The operator + * `:*` can be used to assert the existence of a label. For example, + * `labels."priority":*`. + * + * Limitations on conjunctions: + * + * * Negation on the patient ID function or the labels field is not supported. + * For example, these queries are invalid: `NOT PatientId("123456", "MRN")`, + * `NOT labels."tag1":*`, `NOT labels."tag2"="val2"`. * Conjunction of multiple + * patient ID functions is not supported, for example this query is invalid: + * `PatientId("123456", "MRN") AND PatientId("456789", "MRN")`. * Conjunction + * of multiple labels fields is also not supported, for example this query is + * invalid: `labels."tag1":* AND labels."tag2"="val2"`. * Conjunction of one + * patient ID function, one labels field and conditions on other fields is + * supported. For example, this query is valid: `PatientId("123456", "MRN") AND + * labels."tag1":* AND message_type = "ADT"`. + * @opt_param string pageToken The next_page_token value returned from the + * previous List request, if any. + * @opt_param string orderBy Orders messages returned by the specified order_by + * clause. Syntax: + * https://cloud.google.com/apis/design/design_patterns#sorting_order + * + * Fields available for ordering are: + * + * * `send_time` + * @opt_param int pageSize Limit on the number of messages to return in a single + * response. If zero the default page size of 100 is used. + * @return Google_Service_CloudHealthcare_ListMessagesResponse + */ + public function listProjectsLocationsDatasetsHl7V2StoresMessages($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListMessagesResponse"); + } + /** + * Update the message. (messages.patch) + * + * @param string $name Resource name of the Message, of the form `projects/{proj + * ect_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message + * _id}`. Assigned by the server. + * @param Google_Service_CloudHealthcare_Message $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask applies to the resource. For the + * `FieldMask` definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask Only the `labels` field is + * allowed to be updated. The labels in the request are merged with the existing + * set of labels. Existing labels with the same keys are updated. + * @return Google_Service_CloudHealthcare_Message + */ + public function patch($name, Google_Service_CloudHealthcare_Message $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Message"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php new file mode 100644 index 000000000..4fa59d399 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php @@ -0,0 +1,70 @@ + + * $healthcareService = new Google_Service_CloudHealthcare(...); + * $operations = $healthcareService->operations; + * + */ +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsOperations extends Google_Service_Resource +{ + /** + * 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_CloudHealthcare_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudHealthcare_Operation"); + } + /** + * 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.listProjectsLocationsDatasetsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudHealthcare_ListOperationsResponse + */ + public function listProjectsLocationsDatasetsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resources.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resources.php new file mode 100644 index 000000000..e8779f352 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resources.php @@ -0,0 +1,31 @@ +resources = $resources; + } + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaConfig.php new file mode 100644 index 000000000..f2d25183c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SchemaConfig.php @@ -0,0 +1,39 @@ +recursiveStructureDepth = $recursiveStructureDepth; + } + public function getRecursiveStructureDepth() + { + return $this->recursiveStructureDepth; + } + public function setSchemaType($schemaType) + { + $this->schemaType = $schemaType; + } + public function getSchemaType() + { + return $this->schemaType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SearchResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SearchResourcesRequest.php new file mode 100644 index 000000000..85d192825 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SearchResourcesRequest.php @@ -0,0 +1,30 @@ +resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Segment.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Segment.php new file mode 100644 index 000000000..f7f1270f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Segment.php @@ -0,0 +1,48 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setSegmentId($segmentId) + { + $this->segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } + public function setSetId($setId) + { + $this->setId = $setId; + } + public function getSetId() + { + return $this->setId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SetIamPolicyRequest.php new file mode 100644 index 000000000..7295de78d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudHealthcare_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Status.php new file mode 100644 index 000000000..478eab600 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/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/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TagFilterList.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TagFilterList.php new file mode 100644 index 000000000..2bbcb76ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TagFilterList.php @@ -0,0 +1,31 @@ +tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsRequest.php new file mode 100644 index 000000000..3e0536ef8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsResponse.php new file mode 100644 index 000000000..384e92ea1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TextConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TextConfig.php new file mode 100644 index 000000000..ee8f9c1ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/TextConfig.php @@ -0,0 +1,38 @@ +transformations = $transformations; + } + /** + * @return Google_Service_CloudHealthcare_InfoTypeTransformation + */ + public function getTransformations() + { + return $this->transformations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP.php new file mode 100644 index 000000000..d90614bd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP.php @@ -0,0 +1,119 @@ + + * Controls access to cloud applications running on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudIAP extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $v1; + + /** + * Constructs the internal representation of the CloudIAP 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://iap.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'iap'; + + $this->v1 = new Google_Service_CloudIAP_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIapSettings' => array( + 'path' => 'v1/{+name}:iapSettings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateIapSettings' => array( + 'path' => 'v1/{+name}:iapSettings', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessSettings.php new file mode 100644 index 000000000..e596b51ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/AccessSettings.php @@ -0,0 +1,69 @@ +corsSettings = $corsSettings; + } + /** + * @return Google_Service_CloudIAP_CorsSettings + */ + public function getCorsSettings() + { + return $this->corsSettings; + } + /** + * @param Google_Service_CloudIAP_GcipSettings + */ + public function setGcipSettings(Google_Service_CloudIAP_GcipSettings $gcipSettings) + { + $this->gcipSettings = $gcipSettings; + } + /** + * @return Google_Service_CloudIAP_GcipSettings + */ + public function getGcipSettings() + { + return $this->gcipSettings; + } + /** + * @param Google_Service_CloudIAP_OAuthSettings + */ + public function setOauthSettings(Google_Service_CloudIAP_OAuthSettings $oauthSettings) + { + $this->oauthSettings = $oauthSettings; + } + /** + * @return Google_Service_CloudIAP_OAuthSettings + */ + public function getOauthSettings() + { + return $this->oauthSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/ApplicationSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/ApplicationSettings.php new file mode 100644 index 000000000..d38fb269a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/ApplicationSettings.php @@ -0,0 +1,37 @@ +csmSettings = $csmSettings; + } + /** + * @return Google_Service_CloudIAP_CsmSettings + */ + public function getCsmSettings() + { + return $this->csmSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Binding.php new file mode 100644 index 000000000..f85cbf8f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudIAP_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/CorsSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/CorsSettings.php new file mode 100644 index 000000000..c422a7324 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/CorsSettings.php @@ -0,0 +1,30 @@ +allowHttpOptions = $allowHttpOptions; + } + public function getAllowHttpOptions() + { + return $this->allowHttpOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/CsmSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/CsmSettings.php new file mode 100644 index 000000000..dde1c0805 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/CsmSettings.php @@ -0,0 +1,30 @@ +rctokenAud = $rctokenAud; + } + public function getRctokenAud() + { + return $this->rctokenAud; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Expr.php new file mode 100644 index 000000000..7a341a2df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GcipSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GcipSettings.php new file mode 100644 index 000000000..62284b975 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GcipSettings.php @@ -0,0 +1,40 @@ +loginPageUri = $loginPageUri; + } + public function getLoginPageUri() + { + return $this->loginPageUri; + } + public function setTenantIds($tenantIds) + { + $this->tenantIds = $tenantIds; + } + public function getTenantIds() + { + return $this->tenantIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GetIamPolicyRequest.php new file mode 100644 index 000000000..e30d69d7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_CloudIAP_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GetPolicyOptions.php new file mode 100644 index 000000000..0ef12da3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/IapSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/IapSettings.php new file mode 100644 index 000000000..9925846b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/IapSettings.php @@ -0,0 +1,62 @@ +accessSettings = $accessSettings; + } + /** + * @return Google_Service_CloudIAP_AccessSettings + */ + public function getAccessSettings() + { + return $this->accessSettings; + } + /** + * @param Google_Service_CloudIAP_ApplicationSettings + */ + public function setApplicationSettings(Google_Service_CloudIAP_ApplicationSettings $applicationSettings) + { + $this->applicationSettings = $applicationSettings; + } + /** + * @return Google_Service_CloudIAP_ApplicationSettings + */ + public function getApplicationSettings() + { + return $this->applicationSettings; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/OAuthSettings.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/OAuthSettings.php new file mode 100644 index 000000000..5e8cd58d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/OAuthSettings.php @@ -0,0 +1,30 @@ +loginHint = $loginHint; + } + public function getLoginHint() + { + return $this->loginHint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Policy.php new file mode 100644 index 000000000..81898e172 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_CloudIAP_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/V1.php new file mode 100644 index 000000000..aa9274505 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/Resource/V1.php @@ -0,0 +1,122 @@ + + * $iapService = new Google_Service_CloudIAP(...); + * $v1 = $iapService->v1; + * + */ +class Google_Service_CloudIAP_Resource_V1 extends Google_Service_Resource +{ + /** + * Gets the access control policy for an Identity-Aware Proxy protected + * resource. More information about managing access via IAP can be found at: + * https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api + * (v1.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 Google_Service_CloudIAP_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIAP_Policy + */ + public function getIamPolicy($resource, Google_Service_CloudIAP_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudIAP_Policy"); + } + /** + * Gets the IAP settings on a particular IAP protected resource. + * (v1.getIapSettings) + * + * @param string $name Required. The resource name for which to retrieve the + * settings. Authorization: Requires the `getSettings` permission for the + * associated resource. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIAP_IapSettings + */ + public function getIapSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getIapSettings', array($params), "Google_Service_CloudIAP_IapSettings"); + } + /** + * Sets the access control policy for an Identity-Aware Proxy protected + * resource. Replaces any existing policy. More information about managing + * access via IAP can be found at: https://cloud.google.com/iap/docs/managing- + * access#managing_access_via_the_api (v1.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_CloudIAP_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIAP_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudIAP_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudIAP_Policy"); + } + /** + * Returns permissions that a caller has on the Identity-Aware Proxy protected + * resource. More information about managing access via IAP can be found at: + * https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api + * (v1.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_CloudIAP_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIAP_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudIAP_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudIAP_TestIamPermissionsResponse"); + } + /** + * Updates the IAP settings on a particular IAP protected resource. It replaces + * all fields unless the `update_mask` is set. (v1.updateIapSettings) + * + * @param string $name Required. The resource name of the IAP protected + * resource. + * @param Google_Service_CloudIAP_IapSettings $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The field mask specifying which IAP settings + * should be updated. If omitted, the all of the settings are updated. See + * https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_CloudIAP_IapSettings + */ + public function updateIapSettings($name, Google_Service_CloudIAP_IapSettings $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateIapSettings', array($params), "Google_Service_CloudIAP_IapSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/SetIamPolicyRequest.php new file mode 100644 index 000000000..94b4f2b51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudIAP_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsRequest.php new file mode 100644 index 000000000..095a77bcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsResponse.php new file mode 100644 index 000000000..5a7941bff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIAP/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php new file mode 100644 index 000000000..08f746231 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php @@ -0,0 +1,245 @@ + + * API for provisioning and managing identity resources. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudIdentity extends Google_Service +{ + /** See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group. */ + const CLOUD_IDENTITY_GROUPS = + "https://www.googleapis.com/auth/cloud-identity.groups"; + /** See any Cloud Identity Groups that you can access, including group members and their emails. */ + const CLOUD_IDENTITY_GROUPS_READONLY = + "https://www.googleapis.com/auth/cloud-identity.groups.readonly"; + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $groups; + public $groups_memberships; + + /** + * Constructs the internal representation of the CloudIdentity 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://cloudidentity.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudidentity'; + + $this->groups = new Google_Service_CloudIdentity_Resource_Groups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/groups', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'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/groups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'lookup' => array( + 'path' => 'v1/groups:lookup', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupKey.namespace' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupKey.id' => 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', + ), + ), + ),'search' => array( + 'path' => 'v1/groups:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->groups_memberships = new Google_Service_CloudIdentity_Resource_GroupsMemberships( + $this, + $this->serviceName, + 'memberships', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/memberships', + '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}/memberships', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'lookup' => array( + 'path' => 'v1/{+parent}/memberships:lookup', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'memberKey.id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'memberKey.namespace' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/EntityKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/EntityKey.php new file mode 100644 index 000000000..452507a57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/EntityKey.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setNamespace($namespace) + { + $this->namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Group.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Group.php new file mode 100644 index 000000000..e653e8264 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Group.php @@ -0,0 +1,100 @@ +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; + } + /** + * @param Google_Service_CloudIdentity_EntityKey + */ + public function setGroupKey(Google_Service_CloudIdentity_EntityKey $groupKey) + { + $this->groupKey = $groupKey; + } + /** + * @return Google_Service_CloudIdentity_EntityKey + */ + public function getGroupKey() + { + return $this->groupKey; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + 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; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListGroupsResponse.php new file mode 100644 index 000000000..b3d5cd22b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListGroupsResponse.php @@ -0,0 +1,47 @@ +groups = $groups; + } + /** + * @return Google_Service_CloudIdentity_Group + */ + public function getGroups() + { + return $this->groups; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListMembershipsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListMembershipsResponse.php new file mode 100644 index 000000000..656318945 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/ListMembershipsResponse.php @@ -0,0 +1,47 @@ +memberships = $memberships; + } + /** + * @return Google_Service_CloudIdentity_Membership + */ + public function getMemberships() + { + return $this->memberships; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupGroupNameResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupGroupNameResponse.php new file mode 100644 index 000000000..34651d710 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupGroupNameResponse.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupMembershipNameResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupMembershipNameResponse.php new file mode 100644 index 000000000..4097bc32e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/LookupMembershipNameResponse.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Membership.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Membership.php new file mode 100644 index 000000000..b5702c5e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Membership.php @@ -0,0 +1,81 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudIdentity_EntityKey + */ + public function setPreferredMemberKey(Google_Service_CloudIdentity_EntityKey $preferredMemberKey) + { + $this->preferredMemberKey = $preferredMemberKey; + } + /** + * @return Google_Service_CloudIdentity_EntityKey + */ + public function getPreferredMemberKey() + { + return $this->preferredMemberKey; + } + /** + * @param Google_Service_CloudIdentity_MembershipRole + */ + public function setRoles($roles) + { + $this->roles = $roles; + } + /** + * @return Google_Service_CloudIdentity_MembershipRole + */ + public function getRoles() + { + return $this->roles; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/MembershipRole.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/MembershipRole.php new file mode 100644 index 000000000..d9cbe2ba4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/MembershipRole.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Operation.php new file mode 100644 index 000000000..f73fb1af9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudIdentity_Status + */ + public function setError(Google_Service_CloudIdentity_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudIdentity_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/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php new file mode 100644 index 000000000..458176762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php @@ -0,0 +1,160 @@ + + * $cloudidentityService = new Google_Service_CloudIdentity(...); + * $groups = $cloudidentityService->groups; + * + */ +class Google_Service_CloudIdentity_Resource_Groups extends Google_Service_Resource +{ + /** + * Creates a Group. (groups.create) + * + * @param Google_Service_CloudIdentity_Group $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIdentity_Operation + */ + public function create(Google_Service_CloudIdentity_Group $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudIdentity_Operation"); + } + /** + * Deletes a Group. (groups.delete) + * + * @param string $name [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Group in + * the format: `groups/{group_id}`, where `group_id` is the unique ID assigned + * to the Group. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIdentity_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudIdentity_Operation"); + } + /** + * Retrieves a Group. (groups.get) + * + * @param string $name [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Group in + * the format: `groups/{group_id}`, where `group_id` is the unique ID assigned + * to the Group. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIdentity_Group + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudIdentity_Group"); + } + /** + * List groups within a customer or a domain. (groups.listGroups) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous list request, if any. + * @opt_param int pageSize The default page size is 200 (max 1000) for the BASIC + * view, and 50 (max 500) for the FULL view. + * @opt_param string view Group resource view to be returned. Defaults to + * [View.BASIC](). + * @opt_param string parent `Required`. May be made Optional in the future. + * Customer ID to list all groups from. + * @return Google_Service_CloudIdentity_ListGroupsResponse + */ + public function listGroups($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIdentity_ListGroupsResponse"); + } + /** + * Looks up [resource name](https://cloud.google.com/apis/design/resource_names) + * of a Group by its EntityKey. (groups.lookup) + * + * @param array $optParams Optional parameters. + * + * @opt_param string groupKey.namespace Namespaces provide isolation for IDs, so + * an ID only needs to be unique within its namespace. + * + * Namespaces are currently only created as part of IdentitySource creation from + * Admin Console. A namespace `"identitysources/{identity_source_id}"` is + * created corresponding to every Identity Source `identity_source_id`. + * @opt_param string groupKey.id The ID of the entity within the given + * namespace. The ID must be unique within its namespace. + * @return Google_Service_CloudIdentity_LookupGroupNameResponse + */ + public function lookup($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('lookup', array($params), "Google_Service_CloudIdentity_LookupGroupNameResponse"); + } + /** + * Updates a Group. (groups.patch) + * + * @param string $name Output only. [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Group in + * the format: `groups/{group_id}`, where group_id is the unique ID assigned to + * the Group. + * + * Must be left blank while creating a Group. + * @param Google_Service_CloudIdentity_Group $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Editable fields: `display_name`, `description` + * @return Google_Service_CloudIdentity_Operation + */ + public function patch($name, Google_Service_CloudIdentity_Group $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudIdentity_Operation"); + } + /** + * Searches for Groups. (groups.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous search request, if any. + * @opt_param int pageSize The default page size is 200 (max 1000) for the BASIC + * view, and 50 (max 500) for the FULL view. + * @opt_param string query `Required`. Query string for performing search on + * groups. Users can search on parent and label attributes of groups. EXACT + * match ('==') is supported on parent, and CONTAINS match ('in') is supported + * on labels. + * @opt_param string view Group resource view to be returned. Defaults to + * [View.BASIC](). + * @return Google_Service_CloudIdentity_SearchGroupsResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudIdentity_SearchGroupsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php new file mode 100644 index 000000000..e56c23679 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php @@ -0,0 +1,136 @@ + + * $cloudidentityService = new Google_Service_CloudIdentity(...); + * $memberships = $cloudidentityService->memberships; + * + */ +class Google_Service_CloudIdentity_Resource_GroupsMemberships extends Google_Service_Resource +{ + /** + * Creates a Membership. (memberships.create) + * + * @param string $parent [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Group to + * create Membership within. Format: `groups/{group_id}`, where `group_id` is + * the unique ID assigned to the Group. + * @param Google_Service_CloudIdentity_Membership $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIdentity_Operation + */ + public function create($parent, Google_Service_CloudIdentity_Membership $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudIdentity_Operation"); + } + /** + * Deletes a Membership. (memberships.delete) + * + * @param string $name [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Membership + * to be deleted. + * + * Format: `groups/{group_id}/memberships/{member_id}`, where `group_id` is the + * unique ID assigned to the Group to which Membership belongs to, and member_id + * is the unique ID assigned to the member. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIdentity_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudIdentity_Operation"); + } + /** + * Retrieves a Membership. (memberships.get) + * + * @param string $name [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Membership + * to be retrieved. + * + * Format: `groups/{group_id}/memberships/{member_id}`, where `group_id` is the + * unique id assigned to the Group to which Membership belongs to, and + * `member_id` is the unique ID assigned to the member. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIdentity_Membership + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudIdentity_Membership"); + } + /** + * List Memberships within a Group. (memberships.listGroupsMemberships) + * + * @param string $parent [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Group to + * list Memberships within. + * + * Format: `groups/{group_id}`, where `group_id` is the unique ID assigned to + * the Group. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous list request, if any. + * @opt_param int pageSize The default page size is 200 (max 1000) for the BASIC + * view, and 50 (max 500) for the FULL view. + * @opt_param string view Membership resource view to be returned. Defaults to + * View.BASIC. + * @return Google_Service_CloudIdentity_ListMembershipsResponse + */ + public function listGroupsMemberships($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIdentity_ListMembershipsResponse"); + } + /** + * Looks up [resource name](https://cloud.google.com/apis/design/resource_names) + * of a Membership within a Group by member's EntityKey. (memberships.lookup) + * + * @param string $parent [Resource + * name](https://cloud.google.com/apis/design/resource_names) of the Group to + * lookup Membership within. + * + * Format: `groups/{group_id}`, where `group_id` is the unique ID assigned to + * the Group. + * @param array $optParams Optional parameters. + * + * @opt_param string memberKey.id The ID of the entity within the given + * namespace. The ID must be unique within its namespace. + * @opt_param string memberKey.namespace Namespaces provide isolation for IDs, + * so an ID only needs to be unique within its namespace. + * + * Namespaces are currently only created as part of IdentitySource creation from + * Admin Console. A namespace `"identitysources/{identity_source_id}"` is + * created corresponding to every Identity Source `identity_source_id`. + * @return Google_Service_CloudIdentity_LookupMembershipNameResponse + */ + public function lookup($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('lookup', array($params), "Google_Service_CloudIdentity_LookupMembershipNameResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchGroupsResponse.php new file mode 100644 index 000000000..dd77a3402 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/SearchGroupsResponse.php @@ -0,0 +1,47 @@ +groups = $groups; + } + /** + * @return Google_Service_CloudIdentity_Group + */ + public function getGroups() + { + return $this->groups; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Status.php new file mode 100644 index 000000000..bac0abc57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/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/vendor/google/apiclient-services/src/Google/Service/CloudIot.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot.php new file mode 100644 index 000000000..f35f5b318 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot.php @@ -0,0 +1,450 @@ + + * Registers and manages IoT (Internet of Things) devices that connect to the + * Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudIot extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Register and manage devices in the Google Cloud IoT service. */ + const CLOUDIOT = + "https://www.googleapis.com/auth/cloudiot"; + + public $projects_locations_registries; + public $projects_locations_registries_devices; + public $projects_locations_registries_devices_configVersions; + public $projects_locations_registries_devices_states; + public $projects_locations_registries_groups; + public $projects_locations_registries_groups_devices; + + /** + * Constructs the internal representation of the CloudIot 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://cloudiot.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudiot'; + + $this->projects_locations_registries = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistries( + $this, + $this->serviceName, + 'registries', + array( + 'methods' => array( + 'bindDeviceToGateway' => array( + 'path' => 'v1/{+parent}:bindDeviceToGateway', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/registries', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/registries', + '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', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unbindDeviceFromGateway' => array( + 'path' => 'v1/{+parent}:unbindDeviceFromGateway', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_registries_devices = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/devices', + '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, + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/devices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'deviceIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'gatewayListOptions.associationsDeviceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'deviceNumIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'gatewayListOptions.gatewayType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gatewayListOptions.associationsGatewayId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modifyCloudToDeviceConfig' => array( + 'path' => 'v1/{+name}:modifyCloudToDeviceConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sendCommandToDevice' => array( + 'path' => 'v1/{+name}:sendCommandToDevice', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_registries_devices_configVersions = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesConfigVersions( + $this, + $this->serviceName, + 'configVersions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/configVersions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'numVersions' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_registries_devices_states = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesStates( + $this, + $this->serviceName, + 'states', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/states', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'numStates' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_registries_groups = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_registries_groups_devices = new Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroupsDevices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/devices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'deviceIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'deviceNumIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'gatewayListOptions.associationsDeviceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gatewayListOptions.gatewayType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gatewayListOptions.associationsGatewayId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayRequest.php new file mode 100644 index 000000000..ea49bef9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayRequest.php @@ -0,0 +1,39 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setGatewayId($gatewayId) + { + $this->gatewayId = $gatewayId; + } + public function getGatewayId() + { + return $this->gatewayId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayResponse.php new file mode 100644 index 000000000..9c7e5002e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/BindDeviceToGatewayResponse.php @@ -0,0 +1,20 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudIot_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/CloudiotEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/CloudiotEmpty.php new file mode 100644 index 000000000..e7b907c53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/CloudiotEmpty.php @@ -0,0 +1,20 @@ +blocked = $blocked; + } + public function getBlocked() + { + return $this->blocked; + } + /** + * @param Google_Service_CloudIot_DeviceConfig + */ + public function setConfig(Google_Service_CloudIot_DeviceConfig $config) + { + $this->config = $config; + } + /** + * @return Google_Service_CloudIot_DeviceConfig + */ + public function getConfig() + { + return $this->config; + } + /** + * @param Google_Service_CloudIot_DeviceCredential + */ + public function setCredentials($credentials) + { + $this->credentials = $credentials; + } + /** + * @return Google_Service_CloudIot_DeviceCredential + */ + public function getCredentials() + { + return $this->credentials; + } + /** + * @param Google_Service_CloudIot_GatewayConfig + */ + public function setGatewayConfig(Google_Service_CloudIot_GatewayConfig $gatewayConfig) + { + $this->gatewayConfig = $gatewayConfig; + } + /** + * @return Google_Service_CloudIot_GatewayConfig + */ + public function getGatewayConfig() + { + return $this->gatewayConfig; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLastConfigAckTime($lastConfigAckTime) + { + $this->lastConfigAckTime = $lastConfigAckTime; + } + public function getLastConfigAckTime() + { + return $this->lastConfigAckTime; + } + public function setLastConfigSendTime($lastConfigSendTime) + { + $this->lastConfigSendTime = $lastConfigSendTime; + } + public function getLastConfigSendTime() + { + return $this->lastConfigSendTime; + } + /** + * @param Google_Service_CloudIot_Status + */ + public function setLastErrorStatus(Google_Service_CloudIot_Status $lastErrorStatus) + { + $this->lastErrorStatus = $lastErrorStatus; + } + /** + * @return Google_Service_CloudIot_Status + */ + public function getLastErrorStatus() + { + return $this->lastErrorStatus; + } + public function setLastErrorTime($lastErrorTime) + { + $this->lastErrorTime = $lastErrorTime; + } + public function getLastErrorTime() + { + return $this->lastErrorTime; + } + public function setLastEventTime($lastEventTime) + { + $this->lastEventTime = $lastEventTime; + } + public function getLastEventTime() + { + return $this->lastEventTime; + } + public function setLastHeartbeatTime($lastHeartbeatTime) + { + $this->lastHeartbeatTime = $lastHeartbeatTime; + } + public function getLastHeartbeatTime() + { + return $this->lastHeartbeatTime; + } + public function setLastStateTime($lastStateTime) + { + $this->lastStateTime = $lastStateTime; + } + public function getLastStateTime() + { + return $this->lastStateTime; + } + public function setLogLevel($logLevel) + { + $this->logLevel = $logLevel; + } + public function getLogLevel() + { + return $this->logLevel; + } + 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 setNumId($numId) + { + $this->numId = $numId; + } + public function getNumId() + { + return $this->numId; + } + /** + * @param Google_Service_CloudIot_DeviceState + */ + public function setState(Google_Service_CloudIot_DeviceState $state) + { + $this->state = $state; + } + /** + * @return Google_Service_CloudIot_DeviceState + */ + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceConfig.php new file mode 100644 index 000000000..0a0e2fb38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceConfig.php @@ -0,0 +1,57 @@ +binaryData = $binaryData; + } + public function getBinaryData() + { + return $this->binaryData; + } + public function setCloudUpdateTime($cloudUpdateTime) + { + $this->cloudUpdateTime = $cloudUpdateTime; + } + public function getCloudUpdateTime() + { + return $this->cloudUpdateTime; + } + public function setDeviceAckTime($deviceAckTime) + { + $this->deviceAckTime = $deviceAckTime; + } + public function getDeviceAckTime() + { + return $this->deviceAckTime; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceCredential.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceCredential.php new file mode 100644 index 000000000..25a9a586a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceCredential.php @@ -0,0 +1,46 @@ +expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + /** + * @param Google_Service_CloudIot_PublicKeyCredential + */ + public function setPublicKey(Google_Service_CloudIot_PublicKeyCredential $publicKey) + { + $this->publicKey = $publicKey; + } + /** + * @return Google_Service_CloudIot_PublicKeyCredential + */ + public function getPublicKey() + { + return $this->publicKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceRegistry.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceRegistry.php new file mode 100644 index 000000000..52bb7b6fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceRegistry.php @@ -0,0 +1,129 @@ +credentials = $credentials; + } + /** + * @return Google_Service_CloudIot_RegistryCredential + */ + public function getCredentials() + { + return $this->credentials; + } + /** + * @param Google_Service_CloudIot_EventNotificationConfig + */ + public function setEventNotificationConfigs($eventNotificationConfigs) + { + $this->eventNotificationConfigs = $eventNotificationConfigs; + } + /** + * @return Google_Service_CloudIot_EventNotificationConfig + */ + public function getEventNotificationConfigs() + { + return $this->eventNotificationConfigs; + } + /** + * @param Google_Service_CloudIot_HttpConfig + */ + public function setHttpConfig(Google_Service_CloudIot_HttpConfig $httpConfig) + { + $this->httpConfig = $httpConfig; + } + /** + * @return Google_Service_CloudIot_HttpConfig + */ + public function getHttpConfig() + { + return $this->httpConfig; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLogLevel($logLevel) + { + $this->logLevel = $logLevel; + } + public function getLogLevel() + { + return $this->logLevel; + } + /** + * @param Google_Service_CloudIot_MqttConfig + */ + public function setMqttConfig(Google_Service_CloudIot_MqttConfig $mqttConfig) + { + $this->mqttConfig = $mqttConfig; + } + /** + * @return Google_Service_CloudIot_MqttConfig + */ + public function getMqttConfig() + { + return $this->mqttConfig; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudIot_StateNotificationConfig + */ + public function setStateNotificationConfig(Google_Service_CloudIot_StateNotificationConfig $stateNotificationConfig) + { + $this->stateNotificationConfig = $stateNotificationConfig; + } + /** + * @return Google_Service_CloudIot_StateNotificationConfig + */ + public function getStateNotificationConfig() + { + return $this->stateNotificationConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceState.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceState.php new file mode 100644 index 000000000..586f246df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/DeviceState.php @@ -0,0 +1,39 @@ +binaryData = $binaryData; + } + public function getBinaryData() + { + return $this->binaryData; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/EventNotificationConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/EventNotificationConfig.php new file mode 100644 index 000000000..e44ff20a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/EventNotificationConfig.php @@ -0,0 +1,39 @@ +pubsubTopicName = $pubsubTopicName; + } + public function getPubsubTopicName() + { + return $this->pubsubTopicName; + } + public function setSubfolderMatches($subfolderMatches) + { + $this->subfolderMatches = $subfolderMatches; + } + public function getSubfolderMatches() + { + return $this->subfolderMatches; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Expr.php new file mode 100644 index 000000000..4ff6aaf96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/GatewayConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/GatewayConfig.php new file mode 100644 index 000000000..a4a79cda1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/GatewayConfig.php @@ -0,0 +1,57 @@ +gatewayAuthMethod = $gatewayAuthMethod; + } + public function getGatewayAuthMethod() + { + return $this->gatewayAuthMethod; + } + public function setGatewayType($gatewayType) + { + $this->gatewayType = $gatewayType; + } + public function getGatewayType() + { + return $this->gatewayType; + } + public function setLastAccessedGatewayId($lastAccessedGatewayId) + { + $this->lastAccessedGatewayId = $lastAccessedGatewayId; + } + public function getLastAccessedGatewayId() + { + return $this->lastAccessedGatewayId; + } + public function setLastAccessedGatewayTime($lastAccessedGatewayTime) + { + $this->lastAccessedGatewayTime = $lastAccessedGatewayTime; + } + public function getLastAccessedGatewayTime() + { + return $this->lastAccessedGatewayTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/GetIamPolicyRequest.php new file mode 100644 index 000000000..2653e0d8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_CloudIot_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/GetPolicyOptions.php new file mode 100644 index 000000000..e337728b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/HttpConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/HttpConfig.php new file mode 100644 index 000000000..040c386e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/HttpConfig.php @@ -0,0 +1,30 @@ +httpEnabledState = $httpEnabledState; + } + public function getHttpEnabledState() + { + return $this->httpEnabledState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceConfigVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceConfigVersionsResponse.php new file mode 100644 index 000000000..992983bdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceConfigVersionsResponse.php @@ -0,0 +1,38 @@ +deviceConfigs = $deviceConfigs; + } + /** + * @return Google_Service_CloudIot_DeviceConfig + */ + public function getDeviceConfigs() + { + return $this->deviceConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceRegistriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceRegistriesResponse.php new file mode 100644 index 000000000..dd83bd361 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceRegistriesResponse.php @@ -0,0 +1,47 @@ +deviceRegistries = $deviceRegistries; + } + /** + * @return Google_Service_CloudIot_DeviceRegistry + */ + public function getDeviceRegistries() + { + return $this->deviceRegistries; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceStatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceStatesResponse.php new file mode 100644 index 000000000..39ee4fa63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDeviceStatesResponse.php @@ -0,0 +1,38 @@ +deviceStates = $deviceStates; + } + /** + * @return Google_Service_CloudIot_DeviceState + */ + public function getDeviceStates() + { + return $this->deviceStates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDevicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDevicesResponse.php new file mode 100644 index 000000000..89b411aa7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ListDevicesResponse.php @@ -0,0 +1,47 @@ +devices = $devices; + } + /** + * @return Google_Service_CloudIot_Device + */ + public function getDevices() + { + return $this->devices; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/ModifyCloudToDeviceConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ModifyCloudToDeviceConfigRequest.php new file mode 100644 index 000000000..27aba6c89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/ModifyCloudToDeviceConfigRequest.php @@ -0,0 +1,39 @@ +binaryData = $binaryData; + } + public function getBinaryData() + { + return $this->binaryData; + } + public function setVersionToUpdate($versionToUpdate) + { + $this->versionToUpdate = $versionToUpdate; + } + public function getVersionToUpdate() + { + return $this->versionToUpdate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/MqttConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/MqttConfig.php new file mode 100644 index 000000000..d6cc8bab6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/MqttConfig.php @@ -0,0 +1,30 @@ +mqttEnabledState = $mqttEnabledState; + } + public function getMqttEnabledState() + { + return $this->mqttEnabledState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Policy.php new file mode 100644 index 000000000..8f0d2cb9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_CloudIot_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCertificate.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCertificate.php new file mode 100644 index 000000000..e13f8035e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCertificate.php @@ -0,0 +1,55 @@ +certificate = $certificate; + } + public function getCertificate() + { + return $this->certificate; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + /** + * @param Google_Service_CloudIot_X509CertificateDetails + */ + public function setX509Details(Google_Service_CloudIot_X509CertificateDetails $x509Details) + { + $this->x509Details = $x509Details; + } + /** + * @return Google_Service_CloudIot_X509CertificateDetails + */ + public function getX509Details() + { + return $this->x509Details; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCredential.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCredential.php new file mode 100644 index 000000000..637d22da2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/PublicKeyCredential.php @@ -0,0 +1,39 @@ +format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/RegistryCredential.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/RegistryCredential.php new file mode 100644 index 000000000..091af5f77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/RegistryCredential.php @@ -0,0 +1,37 @@ +publicKeyCertificate = $publicKeyCertificate; + } + /** + * @return Google_Service_CloudIot_PublicKeyCertificate + */ + public function getPublicKeyCertificate() + { + return $this->publicKeyCertificate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/Projects.php new file mode 100644 index 000000000..e12aabaca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $projects = $cloudiotService->projects; + * + */ +class Google_Service_CloudIot_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocations.php new file mode 100644 index 000000000..9bec278e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $locations = $cloudiotService->locations; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php new file mode 100644 index 000000000..b7758f555 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php @@ -0,0 +1,199 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $registries = $cloudiotService->registries; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Google_Service_Resource +{ + /** + * Associates the device with the gateway. (registries.bindDeviceToGateway) + * + * @param string $parent Required. The name of the registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. + * @param Google_Service_CloudIot_BindDeviceToGatewayRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_BindDeviceToGatewayResponse + */ + public function bindDeviceToGateway($parent, Google_Service_CloudIot_BindDeviceToGatewayRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('bindDeviceToGateway', array($params), "Google_Service_CloudIot_BindDeviceToGatewayResponse"); + } + /** + * Creates a device registry that contains devices. (registries.create) + * + * @param string $parent Required. The project and cloud region where this + * device registry must be created. For example, `projects/example- + * project/locations/us-central1`. + * @param Google_Service_CloudIot_DeviceRegistry $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_DeviceRegistry + */ + public function create($parent, Google_Service_CloudIot_DeviceRegistry $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudIot_DeviceRegistry"); + } + /** + * Deletes a device registry configuration. (registries.delete) + * + * @param string $name Required. The name of the device registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_CloudiotEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudIot_CloudiotEmpty"); + } + /** + * Gets a device registry configuration. (registries.get) + * + * @param string $name Required. The name of the device registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_DeviceRegistry + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudIot_DeviceRegistry"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (registries.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 Google_Service_CloudIot_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_Policy + */ + public function getIamPolicy($resource, Google_Service_CloudIot_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudIot_Policy"); + } + /** + * Lists device registries. (registries.listProjectsLocationsRegistries) + * + * @param string $parent Required. The project and cloud region path. For + * example, `projects/example-project/locations/us-central1`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of registries to return in the + * response. If this value is zero, the service will select a default size. A + * call may return fewer objects than requested. A non-empty `next_page_token` + * in the response indicates that more data is available. + * @opt_param string pageToken The value returned by the last + * `ListDeviceRegistriesResponse`; indicates that this is a continuation of a + * prior `ListDeviceRegistries` call and the system should return the next page + * of data. + * @return Google_Service_CloudIot_ListDeviceRegistriesResponse + */ + public function listProjectsLocationsRegistries($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIot_ListDeviceRegistriesResponse"); + } + /** + * Updates a device registry configuration. (registries.patch) + * + * @param string $name The resource path name. For example, `projects/example- + * project/locations/us-central1/registries/my-registry`. + * @param Google_Service_CloudIot_DeviceRegistry $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Only updates the `device_registry` + * fields indicated by this mask. The field mask must not be empty, and it must + * not contain fields that are immutable or only set by the server. Mutable top- + * level fields: `event_notification_config`, `http_config`, `mqtt_config`, and + * `state_notification_config`. + * @return Google_Service_CloudIot_DeviceRegistry + */ + public function patch($name, Google_Service_CloudIot_DeviceRegistry $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudIot_DeviceRegistry"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (registries.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_CloudIot_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudIot_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudIot_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. (registries.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_CloudIot_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudIot_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudIot_TestIamPermissionsResponse"); + } + /** + * Deletes the association between the device and the gateway. + * (registries.unbindDeviceFromGateway) + * + * @param string $parent Required. The name of the registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. + * @param Google_Service_CloudIot_UnbindDeviceFromGatewayRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_UnbindDeviceFromGatewayResponse + */ + public function unbindDeviceFromGateway($parent, Google_Service_CloudIot_UnbindDeviceFromGatewayRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('unbindDeviceFromGateway', array($params), "Google_Service_CloudIot_UnbindDeviceFromGatewayResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php new file mode 100644 index 000000000..e2e3c2597 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php @@ -0,0 +1,191 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $devices = $cloudiotService->devices; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extends Google_Service_Resource +{ + /** + * Creates a device in a device registry. (devices.create) + * + * @param string $parent Required. The name of the device registry where this + * device should be created. For example, `projects/example-project/locations + * /us-central1/registries/my-registry`. + * @param Google_Service_CloudIot_Device $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_Device + */ + public function create($parent, Google_Service_CloudIot_Device $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudIot_Device"); + } + /** + * Deletes a device. (devices.delete) + * + * @param string $name Required. The name of the device. For example, + * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or + * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_CloudiotEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudIot_CloudiotEmpty"); + } + /** + * Gets details about a device. (devices.get) + * + * @param string $name Required. The name of the device. For example, + * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or + * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string fieldMask The fields of the `Device` resource to be + * returned in the response. If the field mask is unset or empty, all fields are + * returned. + * @return Google_Service_CloudIot_Device + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudIot_Device"); + } + /** + * List devices in a device registry. + * (devices.listProjectsLocationsRegistriesDevices) + * + * @param string $parent Required. The device registry path. Required. For + * example, `projects/my-project/locations/us-central1/registries/my-registry`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of devices to return in the + * response. If this value is zero, the service will select a default size. A + * call may return fewer objects than requested. A non-empty `next_page_token` + * in the response indicates that more data is available. + * @opt_param string deviceIds A list of device string IDs. For example, + * `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: + * 10,000 + * @opt_param string gatewayListOptions.associationsDeviceId If set, returns + * only the gateways with which the specified device is associated. The device + * ID can be numeric (`num_id`) or the user-defined string (`id`). For example, + * if `456` is specified, returns only the gateways to which the device with + * `num_id` 456 is bound. + * @opt_param string deviceNumIds A list of device numeric IDs. If empty, this + * field is ignored. Maximum IDs: 10,000. + * @opt_param string gatewayListOptions.gatewayType If `GATEWAY` is specified, + * only gateways are returned. If `NON_GATEWAY` is specified, only non-gateway + * devices are returned. If `GATEWAY_TYPE_UNSPECIFIED` is specified, all devices + * are returned. + * @opt_param string gatewayListOptions.associationsGatewayId If set, only + * devices associated with the specified gateway are returned. The gateway ID + * can be numeric (`num_id`) or the user-defined string (`id`). For example, if + * `123` is specified, only devices bound to the gateway with `num_id` 123 are + * returned. + * @opt_param string fieldMask The fields of the `Device` resource to be + * returned in the response. The fields `id` and `num_id` are always returned, + * along with any other fields specified. + * @opt_param string pageToken The value returned by the last + * `ListDevicesResponse`; indicates that this is a continuation of a prior + * `ListDevices` call and the system should return the next page of data. + * @return Google_Service_CloudIot_ListDevicesResponse + */ + public function listProjectsLocationsRegistriesDevices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIot_ListDevicesResponse"); + } + /** + * Modifies the configuration for the device, which is eventually sent from the + * Cloud IoT Core servers. Returns the modified configuration version and its + * metadata. (devices.modifyCloudToDeviceConfig) + * + * @param string $name Required. The name of the device. For example, + * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or + * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. + * @param Google_Service_CloudIot_ModifyCloudToDeviceConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_DeviceConfig + */ + public function modifyCloudToDeviceConfig($name, Google_Service_CloudIot_ModifyCloudToDeviceConfigRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyCloudToDeviceConfig', array($params), "Google_Service_CloudIot_DeviceConfig"); + } + /** + * Updates a device. (devices.patch) + * + * @param string $name The resource path name. For example, + * `projects/p1/locations/us-central1/registries/registry0/devices/dev0` or + * `projects/p1/locations/us-central1/registries/registry0/devices/{num_id}`. + * When `name` is populated as a response from the service, it always ends in + * the device numeric ID. + * @param Google_Service_CloudIot_Device $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Only updates the `device` fields + * indicated by this mask. The field mask must not be empty, and it must not + * contain fields that are immutable or only set by the server. Mutable top- + * level fields: `credentials`, `blocked`, and `metadata` + * @return Google_Service_CloudIot_Device + */ + public function patch($name, Google_Service_CloudIot_Device $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudIot_Device"); + } + /** + * Sends a command to the specified device. In order for a device to be able to + * receive commands, it must: 1) be connected to Cloud IoT Core using the MQTT + * protocol, and 2) be subscribed to the group of MQTT topics specified by + * /devices/{device-id}/commands/#. This subscription will receive commands + * at the top-level topic /devices/{device-id}/commands as well as commands + * for subfolders, like /devices/{device-id}/commands/subfolder. Note that + * subscribing to specific subfolders is not supported. If the command could not + * be delivered to the device, this method will return an error; in particular, + * if the device is not subscribed, this method will return FAILED_PRECONDITION. + * Otherwise, this method will return OK. If the subscription is QoS 1, at least + * once delivery will be guaranteed; for QoS 0, no acknowledgment will be + * expected from the device. (devices.sendCommandToDevice) + * + * @param string $name Required. The name of the device. For example, + * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or + * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. + * @param Google_Service_CloudIot_SendCommandToDeviceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_SendCommandToDeviceResponse + */ + public function sendCommandToDevice($name, Google_Service_CloudIot_SendCommandToDeviceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendCommandToDevice', array($params), "Google_Service_CloudIot_SendCommandToDeviceResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php new file mode 100644 index 000000000..648347631 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php @@ -0,0 +1,50 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $configVersions = $cloudiotService->configVersions; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesConfigVersions extends Google_Service_Resource +{ + /** + * Lists the last few versions of the device configuration in descending order + * (i.e.: newest first). + * (configVersions.listProjectsLocationsRegistriesDevicesConfigVersions) + * + * @param string $name Required. The name of the device. For example, + * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or + * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param int numVersions The number of versions to list. Versions are + * listed in decreasing order of the version number. The maximum number of + * versions retained is 10. If this value is zero, it will return all the + * versions available. + * @return Google_Service_CloudIot_ListDeviceConfigVersionsResponse + */ + public function listProjectsLocationsRegistriesDevicesConfigVersions($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIot_ListDeviceConfigVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php new file mode 100644 index 000000000..582a74629 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php @@ -0,0 +1,48 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $states = $cloudiotService->states; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesStates extends Google_Service_Resource +{ + /** + * Lists the last few versions of the device state in descending order (i.e.: + * newest first). (states.listProjectsLocationsRegistriesDevicesStates) + * + * @param string $name Required. The name of the device. For example, + * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or + * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param int numStates The number of states to list. States are listed in + * descending order of update time. The maximum number of states retained is 10. + * If this value is zero, it will return all the states available. + * @return Google_Service_CloudIot_ListDeviceStatesResponse + */ + public function listProjectsLocationsRegistriesDevicesStates($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIot_ListDeviceStatesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroups.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroups.php new file mode 100644 index 000000000..42c7a8172 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroups.php @@ -0,0 +1,80 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $groups = $cloudiotService->groups; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroups 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. (groups.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 Google_Service_CloudIot_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_Policy + */ + public function getIamPolicy($resource, Google_Service_CloudIot_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudIot_Policy"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (groups.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_CloudIot_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudIot_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudIot_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. (groups.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_CloudIot_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudIot_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudIot_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudIot_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php new file mode 100644 index 000000000..752c4f3ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php @@ -0,0 +1,73 @@ + + * $cloudiotService = new Google_Service_CloudIot(...); + * $devices = $cloudiotService->devices; + * + */ +class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroupsDevices extends Google_Service_Resource +{ + /** + * List devices in a device registry. + * (devices.listProjectsLocationsRegistriesGroupsDevices) + * + * @param string $parent Required. The device registry path. Required. For + * example, `projects/my-project/locations/us-central1/registries/my-registry`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListDevicesResponse`; indicates that this is a continuation of a prior + * `ListDevices` call and the system should return the next page of data. + * @opt_param string fieldMask The fields of the `Device` resource to be + * returned in the response. The fields `id` and `num_id` are always returned, + * along with any other fields specified. + * @opt_param int pageSize The maximum number of devices to return in the + * response. If this value is zero, the service will select a default size. A + * call may return fewer objects than requested. A non-empty `next_page_token` + * in the response indicates that more data is available. + * @opt_param string deviceIds A list of device string IDs. For example, + * `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: + * 10,000 + * @opt_param string deviceNumIds A list of device numeric IDs. If empty, this + * field is ignored. Maximum IDs: 10,000. + * @opt_param string gatewayListOptions.associationsDeviceId If set, returns + * only the gateways with which the specified device is associated. The device + * ID can be numeric (`num_id`) or the user-defined string (`id`). For example, + * if `456` is specified, returns only the gateways to which the device with + * `num_id` 456 is bound. + * @opt_param string gatewayListOptions.gatewayType If `GATEWAY` is specified, + * only gateways are returned. If `NON_GATEWAY` is specified, only non-gateway + * devices are returned. If `GATEWAY_TYPE_UNSPECIFIED` is specified, all devices + * are returned. + * @opt_param string gatewayListOptions.associationsGatewayId If set, only + * devices associated with the specified gateway are returned. The gateway ID + * can be numeric (`num_id`) or the user-defined string (`id`). For example, if + * `123` is specified, only devices bound to the gateway with `num_id` 123 are + * returned. + * @return Google_Service_CloudIot_ListDevicesResponse + */ + public function listProjectsLocationsRegistriesGroupsDevices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudIot_ListDevicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceRequest.php new file mode 100644 index 000000000..b2bbe5c5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceRequest.php @@ -0,0 +1,39 @@ +binaryData = $binaryData; + } + public function getBinaryData() + { + return $this->binaryData; + } + public function setSubfolder($subfolder) + { + $this->subfolder = $subfolder; + } + public function getSubfolder() + { + return $this->subfolder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceResponse.php new file mode 100644 index 000000000..a7739f211 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/SendCommandToDeviceResponse.php @@ -0,0 +1,20 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudIot_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/StateNotificationConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/StateNotificationConfig.php new file mode 100644 index 000000000..1d4f39da5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/StateNotificationConfig.php @@ -0,0 +1,30 @@ +pubsubTopicName = $pubsubTopicName; + } + public function getPubsubTopicName() + { + return $this->pubsubTopicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Status.php new file mode 100644 index 000000000..27152546e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/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/vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsRequest.php new file mode 100644 index 000000000..d2733f6b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsResponse.php new file mode 100644 index 000000000..8f7c7f899 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayRequest.php new file mode 100644 index 000000000..a5e5ecfa7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayRequest.php @@ -0,0 +1,39 @@ +deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setGatewayId($gatewayId) + { + $this->gatewayId = $gatewayId; + } + public function getGatewayId() + { + return $this->gatewayId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayResponse.php new file mode 100644 index 000000000..86333ccde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/UnbindDeviceFromGatewayResponse.php @@ -0,0 +1,20 @@ +expiryTime = $expiryTime; + } + public function getExpiryTime() + { + return $this->expiryTime; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setPublicKeyType($publicKeyType) + { + $this->publicKeyType = $publicKeyType; + } + public function getPublicKeyType() + { + return $this->publicKeyType; + } + public function setSignatureAlgorithm($signatureAlgorithm) + { + $this->signatureAlgorithm = $signatureAlgorithm; + } + public function getSignatureAlgorithm() + { + return $this->signatureAlgorithm; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setSubject($subject) + { + $this->subject = $subject; + } + public function getSubject() + { + return $this->subject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php new file mode 100644 index 000000000..cb72bda86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php @@ -0,0 +1,573 @@ + + * Manages keys and performs cryptographic operations in a central cloud + * service, for direct use by other cloud resources and applications. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudKMS extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your keys and secrets stored in Cloud Key Management Service. */ + const CLOUDKMS = + "https://www.googleapis.com/auth/cloudkms"; + + public $projects_locations; + public $projects_locations_keyRings; + public $projects_locations_keyRings_cryptoKeys; + public $projects_locations_keyRings_cryptoKeys_cryptoKeyVersions; + public $projects_locations_keyRings_importJobs; + + /** + * Constructs the internal representation of the CloudKMS 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://cloudkms.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudkms'; + + $this->projects_locations = new Google_Service_CloudKMS_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_keyRings = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings( + $this, + $this->serviceName, + 'keyRings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/keyRings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyRingId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/keyRings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_keyRings_cryptoKeys = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys( + $this, + $this->serviceName, + 'cryptoKeys', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/cryptoKeys', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'cryptoKeyId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'skipInitialVersionCreation' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'decrypt' => array( + 'path' => 'v1/{+name}:decrypt', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'encrypt' => array( + 'path' => 'v1/{+name}:encrypt', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/cryptoKeys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'versionView' => 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', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updatePrimaryVersion' => array( + 'path' => 'v1/{+name}:updatePrimaryVersion', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_keyRings_cryptoKeys_cryptoKeyVersions = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions( + $this, + $this->serviceName, + 'cryptoKeyVersions', + array( + 'methods' => array( + 'asymmetricDecrypt' => array( + 'path' => 'v1/{+name}:asymmetricDecrypt', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'asymmetricSign' => array( + 'path' => 'v1/{+name}:asymmetricSign', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/cryptoKeyVersions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'destroy' => array( + 'path' => 'v1/{+name}:destroy', + '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, + ), + ), + ),'getPublicKey' => array( + 'path' => 'v1/{+name}/publicKey', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'import' => array( + 'path' => 'v1/{+parent}/cryptoKeyVersions:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/cryptoKeyVersions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => 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', + ), + ), + ),'restore' => array( + 'path' => 'v1/{+name}:restore', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_keyRings_importJobs = new Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs( + $this, + $this->serviceName, + 'importJobs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/importJobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'importJobId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/importJobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptRequest.php new file mode 100644 index 000000000..f34f256ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptRequest.php @@ -0,0 +1,30 @@ +ciphertext = $ciphertext; + } + public function getCiphertext() + { + return $this->ciphertext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptResponse.php new file mode 100644 index 000000000..b319f14bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricDecryptResponse.php @@ -0,0 +1,30 @@ +plaintext = $plaintext; + } + public function getPlaintext() + { + return $this->plaintext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignRequest.php new file mode 100644 index 000000000..3c2291e7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignRequest.php @@ -0,0 +1,37 @@ +digest = $digest; + } + /** + * @return Google_Service_CloudKMS_Digest + */ + public function getDigest() + { + return $this->digest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php new file mode 100644 index 000000000..92076a2e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php @@ -0,0 +1,30 @@ +signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php new file mode 100644 index 000000000..7d95ea970 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudKMS_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php new file mode 100644 index 000000000..3e215a692 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Binding.php new file mode 100644 index 000000000..29a61e226 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudKMS_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php new file mode 100644 index 000000000..599ce369d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php @@ -0,0 +1,107 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNextRotationTime($nextRotationTime) + { + $this->nextRotationTime = $nextRotationTime; + } + public function getNextRotationTime() + { + return $this->nextRotationTime; + } + /** + * @param Google_Service_CloudKMS_CryptoKeyVersion + */ + public function setPrimary(Google_Service_CloudKMS_CryptoKeyVersion $primary) + { + $this->primary = $primary; + } + /** + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function getPrimary() + { + return $this->primary; + } + public function setPurpose($purpose) + { + $this->purpose = $purpose; + } + public function getPurpose() + { + return $this->purpose; + } + public function setRotationPeriod($rotationPeriod) + { + $this->rotationPeriod = $rotationPeriod; + } + public function getRotationPeriod() + { + return $this->rotationPeriod; + } + /** + * @param Google_Service_CloudKMS_CryptoKeyVersionTemplate + */ + public function setVersionTemplate(Google_Service_CloudKMS_CryptoKeyVersionTemplate $versionTemplate) + { + $this->versionTemplate = $versionTemplate; + } + /** + * @return Google_Service_CloudKMS_CryptoKeyVersionTemplate + */ + public function getVersionTemplate() + { + return $this->versionTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php new file mode 100644 index 000000000..5faa8fd1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php @@ -0,0 +1,136 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + /** + * @param Google_Service_CloudKMS_KeyOperationAttestation + */ + public function setAttestation(Google_Service_CloudKMS_KeyOperationAttestation $attestation) + { + $this->attestation = $attestation; + } + /** + * @return Google_Service_CloudKMS_KeyOperationAttestation + */ + public function getAttestation() + { + return $this->attestation; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDestroyEventTime($destroyEventTime) + { + $this->destroyEventTime = $destroyEventTime; + } + public function getDestroyEventTime() + { + return $this->destroyEventTime; + } + public function setDestroyTime($destroyTime) + { + $this->destroyTime = $destroyTime; + } + public function getDestroyTime() + { + return $this->destroyTime; + } + public function setGenerateTime($generateTime) + { + $this->generateTime = $generateTime; + } + public function getGenerateTime() + { + return $this->generateTime; + } + public function setImportFailureReason($importFailureReason) + { + $this->importFailureReason = $importFailureReason; + } + public function getImportFailureReason() + { + return $this->importFailureReason; + } + public function setImportJob($importJob) + { + $this->importJob = $importJob; + } + public function getImportJob() + { + return $this->importJob; + } + public function setImportTime($importTime) + { + $this->importTime = $importTime; + } + public function getImportTime() + { + return $this->importTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProtectionLevel($protectionLevel) + { + $this->protectionLevel = $protectionLevel; + } + public function getProtectionLevel() + { + return $this->protectionLevel; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersionTemplate.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersionTemplate.php new file mode 100644 index 000000000..5b6e9515c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersionTemplate.php @@ -0,0 +1,39 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setProtectionLevel($protectionLevel) + { + $this->protectionLevel = $protectionLevel; + } + public function getProtectionLevel() + { + return $this->protectionLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptRequest.php new file mode 100644 index 000000000..c35fdca3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptRequest.php @@ -0,0 +1,39 @@ +additionalAuthenticatedData = $additionalAuthenticatedData; + } + public function getAdditionalAuthenticatedData() + { + return $this->additionalAuthenticatedData; + } + public function setCiphertext($ciphertext) + { + $this->ciphertext = $ciphertext; + } + public function getCiphertext() + { + return $this->ciphertext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptResponse.php new file mode 100644 index 000000000..47ab70628 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DecryptResponse.php @@ -0,0 +1,30 @@ +plaintext = $plaintext; + } + public function getPlaintext() + { + return $this->plaintext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DestroyCryptoKeyVersionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DestroyCryptoKeyVersionRequest.php new file mode 100644 index 000000000..17941fbf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/DestroyCryptoKeyVersionRequest.php @@ -0,0 +1,20 @@ +sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } + public function setSha384($sha384) + { + $this->sha384 = $sha384; + } + public function getSha384() + { + return $this->sha384; + } + public function setSha512($sha512) + { + $this->sha512 = $sha512; + } + public function getSha512() + { + return $this->sha512; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptRequest.php new file mode 100644 index 000000000..6e95b720d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptRequest.php @@ -0,0 +1,39 @@ +additionalAuthenticatedData = $additionalAuthenticatedData; + } + public function getAdditionalAuthenticatedData() + { + return $this->additionalAuthenticatedData; + } + public function setPlaintext($plaintext) + { + $this->plaintext = $plaintext; + } + public function getPlaintext() + { + return $this->plaintext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptResponse.php new file mode 100644 index 000000000..2011fa214 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/EncryptResponse.php @@ -0,0 +1,39 @@ +ciphertext = $ciphertext; + } + public function getCiphertext() + { + return $this->ciphertext; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Expr.php new file mode 100644 index 000000000..1cb156a5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportCryptoKeyVersionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportCryptoKeyVersionRequest.php new file mode 100644 index 000000000..2fc1887ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportCryptoKeyVersionRequest.php @@ -0,0 +1,48 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setImportJob($importJob) + { + $this->importJob = $importJob; + } + public function getImportJob() + { + return $this->importJob; + } + public function setRsaAesWrappedKey($rsaAesWrappedKey) + { + $this->rsaAesWrappedKey = $rsaAesWrappedKey; + } + public function getRsaAesWrappedKey() + { + return $this->rsaAesWrappedKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportJob.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportJob.php new file mode 100644 index 000000000..f9ef67cdf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ImportJob.php @@ -0,0 +1,125 @@ +attestation = $attestation; + } + /** + * @return Google_Service_CloudKMS_KeyOperationAttestation + */ + public function getAttestation() + { + return $this->attestation; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setExpireEventTime($expireEventTime) + { + $this->expireEventTime = $expireEventTime; + } + public function getExpireEventTime() + { + return $this->expireEventTime; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } + public function setGenerateTime($generateTime) + { + $this->generateTime = $generateTime; + } + public function getGenerateTime() + { + return $this->generateTime; + } + public function setImportMethod($importMethod) + { + $this->importMethod = $importMethod; + } + public function getImportMethod() + { + return $this->importMethod; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProtectionLevel($protectionLevel) + { + $this->protectionLevel = $protectionLevel; + } + public function getProtectionLevel() + { + return $this->protectionLevel; + } + /** + * @param Google_Service_CloudKMS_WrappingPublicKey + */ + public function setPublicKey(Google_Service_CloudKMS_WrappingPublicKey $publicKey) + { + $this->publicKey = $publicKey; + } + /** + * @return Google_Service_CloudKMS_WrappingPublicKey + */ + public function getPublicKey() + { + return $this->publicKey; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyOperationAttestation.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyOperationAttestation.php new file mode 100644 index 000000000..bc4bfa09d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyOperationAttestation.php @@ -0,0 +1,39 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyRing.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyRing.php new file mode 100644 index 000000000..b749b82b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/KeyRing.php @@ -0,0 +1,39 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeyVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeyVersionsResponse.php new file mode 100644 index 000000000..1607ba641 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeyVersionsResponse.php @@ -0,0 +1,56 @@ +cryptoKeyVersions = $cryptoKeyVersions; + } + /** + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function getCryptoKeyVersions() + { + return $this->cryptoKeyVersions; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php new file mode 100644 index 000000000..8c17bdcff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php @@ -0,0 +1,56 @@ +cryptoKeys = $cryptoKeys; + } + /** + * @return Google_Service_CloudKMS_CryptoKey + */ + public function getCryptoKeys() + { + return $this->cryptoKeys; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListImportJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListImportJobsResponse.php new file mode 100644 index 000000000..1464f08d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListImportJobsResponse.php @@ -0,0 +1,56 @@ +importJobs = $importJobs; + } + /** + * @return Google_Service_CloudKMS_ImportJob + */ + public function getImportJobs() + { + return $this->importJobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php new file mode 100644 index 000000000..fef991469 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php @@ -0,0 +1,56 @@ +keyRings = $keyRings; + } + /** + * @return Google_Service_CloudKMS_KeyRing + */ + public function getKeyRings() + { + return $this->keyRings; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php new file mode 100644 index 000000000..dc0e9add2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudKMS_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php new file mode 100644 index 000000000..95e0e1867 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/LocationMetadata.php new file mode 100644 index 000000000..9ff9d80d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/LocationMetadata.php @@ -0,0 +1,30 @@ +hsmAvailable = $hsmAvailable; + } + public function getHsmAvailable() + { + return $this->hsmAvailable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php new file mode 100644 index 000000000..562bdcc45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudKMS_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudKMS_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudKMS_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php new file mode 100644 index 000000000..222fb9f39 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php @@ -0,0 +1,39 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setPem($pem) + { + $this->pem = $pem; + } + public function getPem() + { + return $this->pem; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.php new file mode 100644 index 000000000..a9a524bd7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudkmsService = new Google_Service_CloudKMS(...); + * $projects = $cloudkmsService->projects; + * + */ +class Google_Service_CloudKMS_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php new file mode 100644 index 000000000..da4b56dca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $cloudkmsService = new Google_Service_CloudKMS(...); + * $locations = $cloudkmsService->locations; + * + */ +class Google_Service_CloudKMS_Resource_ProjectsLocations 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_CloudKMS_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudKMS_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudKMS_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudKMS_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php new file mode 100644 index 000000000..81893ea0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php @@ -0,0 +1,155 @@ + + * $cloudkmsService = new Google_Service_CloudKMS(...); + * $keyRings = $cloudkmsService->keyRings; + * + */ +class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings extends Google_Service_Resource +{ + /** + * Create a new KeyRing in a given Project and Location. (keyRings.create) + * + * @param string $parent Required. The resource name of the location associated + * with the KeyRings, in the format `projects/locations`. + * @param Google_Service_CloudKMS_KeyRing $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string keyRingId Required. It must be unique within a location and + * match the regular expression `[a-zA-Z0-9_-]{1,63}` + * @return Google_Service_CloudKMS_KeyRing + */ + public function create($parent, Google_Service_CloudKMS_KeyRing $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudKMS_KeyRing"); + } + /** + * Returns metadata for a given KeyRing. (keyRings.get) + * + * @param string $name Required. The name of the KeyRing to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_KeyRing + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudKMS_KeyRing"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (keyRings.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. + * @return Google_Service_CloudKMS_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); + } + /** + * Lists KeyRings. (keyRings.listProjectsLocationsKeyRings) + * + * @param string $parent Required. The resource name of the location associated + * with the KeyRings, in the format `projects/locations`. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Only include resources that match the + * filter in the response. For more information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListKeyRingsResponse.next_page_token. + * @opt_param string orderBy Optional. Specify how the results should be sorted. + * If not specified, the results will be sorted in the default order. For more + * information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param int pageSize Optional. Optional limit on the number of KeyRings to + * include in the response. Further KeyRings can subsequently be obtained by + * including the ListKeyRingsResponse.next_page_token in a subsequent request. + * If unspecified, the server will pick an appropriate default. + * @return Google_Service_CloudKMS_ListKeyRingsResponse + */ + public function listProjectsLocationsKeyRings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudKMS_ListKeyRingsResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (keyRings.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_CloudKMS_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudKMS_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudKMS_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. (keyRings.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_CloudKMS_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudKMS_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudKMS_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php new file mode 100644 index 000000000..42f53ae07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php @@ -0,0 +1,234 @@ + + * $cloudkmsService = new Google_Service_CloudKMS(...); + * $cryptoKeys = $cloudkmsService->cryptoKeys; + * + */ +class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys extends Google_Service_Resource +{ + /** + * Create a new CryptoKey within a KeyRing. + * + * CryptoKey.purpose and CryptoKey.version_template.algorithm are required. + * (cryptoKeys.create) + * + * @param string $parent Required. The name of the KeyRing associated with the + * CryptoKeys. + * @param Google_Service_CloudKMS_CryptoKey $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string cryptoKeyId Required. It must be unique within a KeyRing + * and match the regular expression `[a-zA-Z0-9_-]{1,63}` + * @opt_param bool skipInitialVersionCreation If set to true, the request will + * create a CryptoKey without any CryptoKeyVersions. You must manually call + * CreateCryptoKeyVersion or ImportCryptoKeyVersion before you can use this + * CryptoKey. + * @return Google_Service_CloudKMS_CryptoKey + */ + public function create($parent, Google_Service_CloudKMS_CryptoKey $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudKMS_CryptoKey"); + } + /** + * Decrypts data that was protected by Encrypt. The CryptoKey.purpose must be + * ENCRYPT_DECRYPT. (cryptoKeys.decrypt) + * + * @param string $name Required. The resource name of the CryptoKey to use for + * decryption. The server will choose the appropriate version. + * @param Google_Service_CloudKMS_DecryptRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_DecryptResponse + */ + public function decrypt($name, Google_Service_CloudKMS_DecryptRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('decrypt', array($params), "Google_Service_CloudKMS_DecryptResponse"); + } + /** + * Encrypts data, so that it can only be recovered by a call to Decrypt. The + * CryptoKey.purpose must be ENCRYPT_DECRYPT. (cryptoKeys.encrypt) + * + * @param string $name Required. The resource name of the CryptoKey or + * CryptoKeyVersion to use for encryption. + * + * If a CryptoKey is specified, the server will use its primary version. + * @param Google_Service_CloudKMS_EncryptRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_EncryptResponse + */ + public function encrypt($name, Google_Service_CloudKMS_EncryptRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('encrypt', array($params), "Google_Service_CloudKMS_EncryptResponse"); + } + /** + * Returns metadata for a given CryptoKey, as well as its primary + * CryptoKeyVersion. (cryptoKeys.get) + * + * @param string $name Required. The name of the CryptoKey to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKey + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudKMS_CryptoKey"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (cryptoKeys.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. + * @return Google_Service_CloudKMS_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); + } + /** + * Lists CryptoKeys. (cryptoKeys.listProjectsLocationsKeyRingsCryptoKeys) + * + * @param string $parent Required. The resource name of the KeyRing to list, in + * the format `projects/locations/keyRings`. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Only include resources that match the + * filter in the response. For more information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListCryptoKeysResponse.next_page_token. + * @opt_param int pageSize Optional. Optional limit on the number of CryptoKeys + * to include in the response. Further CryptoKeys can subsequently be obtained + * by including the ListCryptoKeysResponse.next_page_token in a subsequent + * request. If unspecified, the server will pick an appropriate default. + * @opt_param string orderBy Optional. Specify how the results should be sorted. + * If not specified, the results will be sorted in the default order. For more + * information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param string versionView The fields of the primary version to include in + * the response. + * @return Google_Service_CloudKMS_ListCryptoKeysResponse + */ + public function listProjectsLocationsKeyRingsCryptoKeys($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudKMS_ListCryptoKeysResponse"); + } + /** + * Update a CryptoKey. (cryptoKeys.patch) + * + * @param string $name Output only. The resource name for this CryptoKey in the + * format `projects/locations/keyRings/cryptoKeys`. + * @param Google_Service_CloudKMS_CryptoKey $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. List of fields to be updated in this + * request. + * @return Google_Service_CloudKMS_CryptoKey + */ + public function patch($name, Google_Service_CloudKMS_CryptoKey $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudKMS_CryptoKey"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (cryptoKeys.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_CloudKMS_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudKMS_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudKMS_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. (cryptoKeys.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_CloudKMS_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudKMS_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudKMS_TestIamPermissionsResponse"); + } + /** + * Update the version of a CryptoKey that will be used in Encrypt. + * + * Returns an error if called on an asymmetric key. + * (cryptoKeys.updatePrimaryVersion) + * + * @param string $name Required. The resource name of the CryptoKey to update. + * @param Google_Service_CloudKMS_UpdateCryptoKeyPrimaryVersionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKey + */ + public function updatePrimaryVersion($name, Google_Service_CloudKMS_UpdateCryptoKeyPrimaryVersionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatePrimaryVersion', array($params), "Google_Service_CloudKMS_CryptoKey"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php new file mode 100644 index 000000000..7a80b27e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php @@ -0,0 +1,222 @@ + + * $cloudkmsService = new Google_Service_CloudKMS(...); + * $cryptoKeyVersions = $cloudkmsService->cryptoKeyVersions; + * + */ +class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions extends Google_Service_Resource +{ + /** + * Decrypts data that was encrypted with a public key retrieved from + * GetPublicKey corresponding to a CryptoKeyVersion with CryptoKey.purpose + * ASYMMETRIC_DECRYPT. (cryptoKeyVersions.asymmetricDecrypt) + * + * @param string $name Required. The resource name of the CryptoKeyVersion to + * use for decryption. + * @param Google_Service_CloudKMS_AsymmetricDecryptRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_AsymmetricDecryptResponse + */ + public function asymmetricDecrypt($name, Google_Service_CloudKMS_AsymmetricDecryptRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asymmetricDecrypt', array($params), "Google_Service_CloudKMS_AsymmetricDecryptResponse"); + } + /** + * Signs data using a CryptoKeyVersion with CryptoKey.purpose ASYMMETRIC_SIGN, + * producing a signature that can be verified with the public key retrieved from + * GetPublicKey. (cryptoKeyVersions.asymmetricSign) + * + * @param string $name Required. The resource name of the CryptoKeyVersion to + * use for signing. + * @param Google_Service_CloudKMS_AsymmetricSignRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_AsymmetricSignResponse + */ + public function asymmetricSign($name, Google_Service_CloudKMS_AsymmetricSignRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asymmetricSign', array($params), "Google_Service_CloudKMS_AsymmetricSignResponse"); + } + /** + * Create a new CryptoKeyVersion in a CryptoKey. + * + * The server will assign the next sequential id. If unset, state will be set to + * ENABLED. (cryptoKeyVersions.create) + * + * @param string $parent Required. The name of the CryptoKey associated with the + * CryptoKeyVersions. + * @param Google_Service_CloudKMS_CryptoKeyVersion $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function create($parent, Google_Service_CloudKMS_CryptoKeyVersion $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); + } + /** + * Schedule a CryptoKeyVersion for destruction. + * + * Upon calling this method, CryptoKeyVersion.state will be set to + * DESTROY_SCHEDULED and destroy_time will be set to a time 24 hours in the + * future, at which point the state will be changed to DESTROYED, and the key + * material will be irrevocably destroyed. + * + * Before the destroy_time is reached, RestoreCryptoKeyVersion may be called to + * reverse the process. (cryptoKeyVersions.destroy) + * + * @param string $name Required. The resource name of the CryptoKeyVersion to + * destroy. + * @param Google_Service_CloudKMS_DestroyCryptoKeyVersionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function destroy($name, Google_Service_CloudKMS_DestroyCryptoKeyVersionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('destroy', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); + } + /** + * Returns metadata for a given CryptoKeyVersion. (cryptoKeyVersions.get) + * + * @param string $name Required. The name of the CryptoKeyVersion to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); + } + /** + * Returns the public key for the given CryptoKeyVersion. The CryptoKey.purpose + * must be ASYMMETRIC_SIGN or ASYMMETRIC_DECRYPT. + * (cryptoKeyVersions.getPublicKey) + * + * @param string $name Required. The name of the CryptoKeyVersion public key to + * get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_PublicKey + */ + public function getPublicKey($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getPublicKey', array($params), "Google_Service_CloudKMS_PublicKey"); + } + /** + * Imports a new CryptoKeyVersion into an existing CryptoKey using the wrapped + * key material provided in the request. + * + * The version ID will be assigned the next sequential id within the CryptoKey. + * (cryptoKeyVersions.import) + * + * @param string $parent Required. The name of the CryptoKey to be imported + * into. + * @param Google_Service_CloudKMS_ImportCryptoKeyVersionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function import($parent, Google_Service_CloudKMS_ImportCryptoKeyVersionRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); + } + /** + * Lists CryptoKeyVersions. + * (cryptoKeyVersions.listProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions) + * + * @param string $parent Required. The resource name of the CryptoKey to list, + * in the format `projects/locations/keyRings/cryptoKeys`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListCryptoKeyVersionsResponse.next_page_token. + * @opt_param int pageSize Optional. Optional limit on the number of + * CryptoKeyVersions to include in the response. Further CryptoKeyVersions can + * subsequently be obtained by including the + * ListCryptoKeyVersionsResponse.next_page_token in a subsequent request. If + * unspecified, the server will pick an appropriate default. + * @opt_param string view The fields to include in the response. + * @opt_param string orderBy Optional. Specify how the results should be sorted. + * If not specified, the results will be sorted in the default order. For more + * information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param string filter Optional. Only include resources that match the + * filter in the response. For more information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @return Google_Service_CloudKMS_ListCryptoKeyVersionsResponse + */ + public function listProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudKMS_ListCryptoKeyVersionsResponse"); + } + /** + * Update a CryptoKeyVersion's metadata. + * + * state may be changed between ENABLED and DISABLED using this method. See + * DestroyCryptoKeyVersion and RestoreCryptoKeyVersion to move between other + * states. (cryptoKeyVersions.patch) + * + * @param string $name Output only. The resource name for this CryptoKeyVersion + * in the format `projects/locations/keyRings/cryptoKeys/cryptoKeyVersions`. + * @param Google_Service_CloudKMS_CryptoKeyVersion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. List of fields to be updated in this + * request. + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function patch($name, Google_Service_CloudKMS_CryptoKeyVersion $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); + } + /** + * Restore a CryptoKeyVersion in the DESTROY_SCHEDULED state. + * + * Upon restoration of the CryptoKeyVersion, state will be set to DISABLED, and + * destroy_time will be cleared. (cryptoKeyVersions.restore) + * + * @param string $name Required. The resource name of the CryptoKeyVersion to + * restore. + * @param Google_Service_CloudKMS_RestoreCryptoKeyVersionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ + public function restore($name, Google_Service_CloudKMS_RestoreCryptoKeyVersionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('restore', array($params), "Google_Service_CloudKMS_CryptoKeyVersion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php new file mode 100644 index 000000000..e19a4b949 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php @@ -0,0 +1,157 @@ + + * $cloudkmsService = new Google_Service_CloudKMS(...); + * $importJobs = $cloudkmsService->importJobs; + * + */ +class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs extends Google_Service_Resource +{ + /** + * Create a new ImportJob within a KeyRing. + * + * ImportJob.import_method is required. (importJobs.create) + * + * @param string $parent Required. The name of the KeyRing associated with the + * ImportJobs. + * @param Google_Service_CloudKMS_ImportJob $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string importJobId Required. It must be unique within a KeyRing + * and match the regular expression `[a-zA-Z0-9_-]{1,63}` + * @return Google_Service_CloudKMS_ImportJob + */ + public function create($parent, Google_Service_CloudKMS_ImportJob $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudKMS_ImportJob"); + } + /** + * Returns metadata for a given ImportJob. (importJobs.get) + * + * @param string $name Required. The name of the ImportJob to get. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_ImportJob + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudKMS_ImportJob"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (importJobs.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. + * @return Google_Service_CloudKMS_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudKMS_Policy"); + } + /** + * Lists ImportJobs. (importJobs.listProjectsLocationsKeyRingsImportJobs) + * + * @param string $parent Required. The resource name of the KeyRing to list, in + * the format `projects/locations/keyRings`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListImportJobsResponse.next_page_token. + * @opt_param string orderBy Optional. Specify how the results should be sorted. + * If not specified, the results will be sorted in the default order. For more + * information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param int pageSize Optional. Optional limit on the number of ImportJobs + * to include in the response. Further ImportJobs can subsequently be obtained + * by including the ListImportJobsResponse.next_page_token in a subsequent + * request. If unspecified, the server will pick an appropriate default. + * @opt_param string filter Optional. Only include resources that match the + * filter in the response. For more information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @return Google_Service_CloudKMS_ListImportJobsResponse + */ + public function listProjectsLocationsKeyRingsImportJobs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudKMS_ListImportJobsResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (importJobs.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_CloudKMS_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudKMS_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudKMS_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. (importJobs.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_CloudKMS_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudKMS_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudKMS_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudKMS_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/RestoreCryptoKeyVersionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/RestoreCryptoKeyVersionRequest.php new file mode 100644 index 000000000..2d0590703 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/RestoreCryptoKeyVersionRequest.php @@ -0,0 +1,20 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudKMS_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php new file mode 100644 index 000000000..08867b637 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsResponse.php new file mode 100644 index 000000000..677cdefa8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/UpdateCryptoKeyPrimaryVersionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/UpdateCryptoKeyPrimaryVersionRequest.php new file mode 100644 index 000000000..4c8677dd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/UpdateCryptoKeyPrimaryVersionRequest.php @@ -0,0 +1,30 @@ +cryptoKeyVersionId = $cryptoKeyVersionId; + } + public function getCryptoKeyVersionId() + { + return $this->cryptoKeyVersionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/WrappingPublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/WrappingPublicKey.php new file mode 100644 index 000000000..9be100bfb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/WrappingPublicKey.php @@ -0,0 +1,30 @@ +pem = $pem; + } + public function getPem() + { + return $this->pem; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences.php new file mode 100644 index 000000000..8a59efd83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences.php @@ -0,0 +1,172 @@ + + * Cloud Life Sciences is a suite of services and tools for managing, + * processing, and transforming life sciences data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudLifeSciences extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_operations; + public $projects_locations_pipelines; + + /** + * Constructs the internal representation of the CloudLifeSciences 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://lifesciences.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2beta'; + $this->serviceName = 'lifesciences'; + + $this->projects_locations = new Google_Service_CloudLifeSciences_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2beta/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_CloudLifeSciences_Resource_ProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v2beta/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2beta/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2beta/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_pipelines = new Google_Service_CloudLifeSciences_Resource_ProjectsLocationsPipelines( + $this, + $this->serviceName, + 'pipelines', + array( + 'methods' => array( + 'run' => array( + 'path' => 'v2beta/{+parent}/pipelines:run', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Accelerator.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Accelerator.php new file mode 100644 index 000000000..13abfe696 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Accelerator.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php new file mode 100644 index 000000000..9b4cadd04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php @@ -0,0 +1,198 @@ +alwaysRun = $alwaysRun; + } + public function getAlwaysRun() + { + return $this->alwaysRun; + } + public function setCommands($commands) + { + $this->commands = $commands; + } + public function getCommands() + { + return $this->commands; + } + public function setContainerName($containerName) + { + $this->containerName = $containerName; + } + public function getContainerName() + { + return $this->containerName; + } + /** + * @param Google_Service_CloudLifeSciences_Secret + */ + public function setCredentials(Google_Service_CloudLifeSciences_Secret $credentials) + { + $this->credentials = $credentials; + } + /** + * @return Google_Service_CloudLifeSciences_Secret + */ + public function getCredentials() + { + return $this->credentials; + } + public function setDisableImagePrefetch($disableImagePrefetch) + { + $this->disableImagePrefetch = $disableImagePrefetch; + } + public function getDisableImagePrefetch() + { + return $this->disableImagePrefetch; + } + public function setDisableStandardErrorCapture($disableStandardErrorCapture) + { + $this->disableStandardErrorCapture = $disableStandardErrorCapture; + } + public function getDisableStandardErrorCapture() + { + return $this->disableStandardErrorCapture; + } + public function setEnableFuse($enableFuse) + { + $this->enableFuse = $enableFuse; + } + public function getEnableFuse() + { + return $this->enableFuse; + } + public function setEntrypoint($entrypoint) + { + $this->entrypoint = $entrypoint; + } + public function getEntrypoint() + { + return $this->entrypoint; + } + public function setEnvironment($environment) + { + $this->environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } + public function setIgnoreExitStatus($ignoreExitStatus) + { + $this->ignoreExitStatus = $ignoreExitStatus; + } + public function getIgnoreExitStatus() + { + return $this->ignoreExitStatus; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_CloudLifeSciences_Mount + */ + public function setMounts($mounts) + { + $this->mounts = $mounts; + } + /** + * @return Google_Service_CloudLifeSciences_Mount + */ + public function getMounts() + { + return $this->mounts; + } + public function setPidNamespace($pidNamespace) + { + $this->pidNamespace = $pidNamespace; + } + public function getPidNamespace() + { + return $this->pidNamespace; + } + public function setPortMappings($portMappings) + { + $this->portMappings = $portMappings; + } + public function getPortMappings() + { + return $this->portMappings; + } + public function setPublishExposedPorts($publishExposedPorts) + { + $this->publishExposedPorts = $publishExposedPorts; + } + public function getPublishExposedPorts() + { + return $this->publishExposedPorts; + } + public function setRunInBackground($runInBackground) + { + $this->runInBackground = $runInBackground; + } + public function getRunInBackground() + { + return $this->runInBackground; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/CancelOperationRequest.php new file mode 100644 index 000000000..6b680dc09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/CancelOperationRequest.php @@ -0,0 +1,20 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStartedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStartedEvent.php new file mode 100644 index 000000000..8675dc042 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStartedEvent.php @@ -0,0 +1,48 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setPortMappings($portMappings) + { + $this->portMappings = $portMappings; + } + public function getPortMappings() + { + return $this->portMappings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStoppedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStoppedEvent.php new file mode 100644 index 000000000..3bd21efb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ContainerStoppedEvent.php @@ -0,0 +1,48 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setExitStatus($exitStatus) + { + $this->exitStatus = $exitStatus; + } + public function getExitStatus() + { + return $this->exitStatus; + } + public function setStderr($stderr) + { + $this->stderr = $stderr; + } + public function getStderr() + { + return $this->stderr; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/DelayedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/DelayedEvent.php new file mode 100644 index 000000000..3e3ab5e5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/DelayedEvent.php @@ -0,0 +1,40 @@ +cause = $cause; + } + public function getCause() + { + return $this->cause; + } + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Disk.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Disk.php new file mode 100644 index 000000000..a9ed8afc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Disk.php @@ -0,0 +1,57 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSizeGb($sizeGb) + { + $this->sizeGb = $sizeGb; + } + public function getSizeGb() + { + return $this->sizeGb; + } + public function setSourceImage($sourceImage) + { + $this->sourceImage = $sourceImage; + } + public function getSourceImage() + { + return $this->sourceImage; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Event.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Event.php new file mode 100644 index 000000000..048a9e4f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Event.php @@ -0,0 +1,199 @@ +containerKilled = $containerKilled; + } + /** + * @return Google_Service_CloudLifeSciences_ContainerKilledEvent + */ + public function getContainerKilled() + { + return $this->containerKilled; + } + /** + * @param Google_Service_CloudLifeSciences_ContainerStartedEvent + */ + public function setContainerStarted(Google_Service_CloudLifeSciences_ContainerStartedEvent $containerStarted) + { + $this->containerStarted = $containerStarted; + } + /** + * @return Google_Service_CloudLifeSciences_ContainerStartedEvent + */ + public function getContainerStarted() + { + return $this->containerStarted; + } + /** + * @param Google_Service_CloudLifeSciences_ContainerStoppedEvent + */ + public function setContainerStopped(Google_Service_CloudLifeSciences_ContainerStoppedEvent $containerStopped) + { + $this->containerStopped = $containerStopped; + } + /** + * @return Google_Service_CloudLifeSciences_ContainerStoppedEvent + */ + public function getContainerStopped() + { + return $this->containerStopped; + } + /** + * @param Google_Service_CloudLifeSciences_DelayedEvent + */ + public function setDelayed(Google_Service_CloudLifeSciences_DelayedEvent $delayed) + { + $this->delayed = $delayed; + } + /** + * @return Google_Service_CloudLifeSciences_DelayedEvent + */ + public function getDelayed() + { + return $this->delayed; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_CloudLifeSciences_FailedEvent + */ + public function setFailed(Google_Service_CloudLifeSciences_FailedEvent $failed) + { + $this->failed = $failed; + } + /** + * @return Google_Service_CloudLifeSciences_FailedEvent + */ + public function getFailed() + { + return $this->failed; + } + /** + * @param Google_Service_CloudLifeSciences_PullStartedEvent + */ + public function setPullStarted(Google_Service_CloudLifeSciences_PullStartedEvent $pullStarted) + { + $this->pullStarted = $pullStarted; + } + /** + * @return Google_Service_CloudLifeSciences_PullStartedEvent + */ + public function getPullStarted() + { + return $this->pullStarted; + } + /** + * @param Google_Service_CloudLifeSciences_PullStoppedEvent + */ + public function setPullStopped(Google_Service_CloudLifeSciences_PullStoppedEvent $pullStopped) + { + $this->pullStopped = $pullStopped; + } + /** + * @return Google_Service_CloudLifeSciences_PullStoppedEvent + */ + public function getPullStopped() + { + return $this->pullStopped; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + /** + * @param Google_Service_CloudLifeSciences_UnexpectedExitStatusEvent + */ + public function setUnexpectedExitStatus(Google_Service_CloudLifeSciences_UnexpectedExitStatusEvent $unexpectedExitStatus) + { + $this->unexpectedExitStatus = $unexpectedExitStatus; + } + /** + * @return Google_Service_CloudLifeSciences_UnexpectedExitStatusEvent + */ + public function getUnexpectedExitStatus() + { + return $this->unexpectedExitStatus; + } + /** + * @param Google_Service_CloudLifeSciences_WorkerAssignedEvent + */ + public function setWorkerAssigned(Google_Service_CloudLifeSciences_WorkerAssignedEvent $workerAssigned) + { + $this->workerAssigned = $workerAssigned; + } + /** + * @return Google_Service_CloudLifeSciences_WorkerAssignedEvent + */ + public function getWorkerAssigned() + { + return $this->workerAssigned; + } + /** + * @param Google_Service_CloudLifeSciences_WorkerReleasedEvent + */ + public function setWorkerReleased(Google_Service_CloudLifeSciences_WorkerReleasedEvent $workerReleased) + { + $this->workerReleased = $workerReleased; + } + /** + * @return Google_Service_CloudLifeSciences_WorkerReleasedEvent + */ + public function getWorkerReleased() + { + return $this->workerReleased; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/FailedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/FailedEvent.php new file mode 100644 index 000000000..2be459ee9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/FailedEvent.php @@ -0,0 +1,39 @@ +cause = $cause; + } + public function getCause() + { + return $this->cause; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/LifesciencesEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/LifesciencesEmpty.php new file mode 100644 index 000000000..1904fdf1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/LifesciencesEmpty.php @@ -0,0 +1,20 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudLifeSciences_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListOperationsResponse.php new file mode 100644 index 000000000..9c5805c4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudLifeSciences_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudLifeSciences_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Location.php new file mode 100644 index 000000000..f47fa1f37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Metadata.php new file mode 100644 index 000000000..d19eeb822 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Metadata.php @@ -0,0 +1,90 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_CloudLifeSciences_Event + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_CloudLifeSciences_Event + */ + public function getEvents() + { + return $this->events; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_CloudLifeSciences_Pipeline + */ + public function setPipeline(Google_Service_CloudLifeSciences_Pipeline $pipeline) + { + $this->pipeline = $pipeline; + } + /** + * @return Google_Service_CloudLifeSciences_Pipeline + */ + public function getPipeline() + { + return $this->pipeline; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Mount.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Mount.php new file mode 100644 index 000000000..7524373f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Mount.php @@ -0,0 +1,48 @@ +disk = $disk; + } + public function getDisk() + { + return $this->disk; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setReadOnly($readOnly) + { + $this->readOnly = $readOnly; + } + public function getReadOnly() + { + return $this->readOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Network.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Network.php new file mode 100644 index 000000000..f9b72f768 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Network.php @@ -0,0 +1,48 @@ +network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setUsePrivateAddress($usePrivateAddress) + { + $this->usePrivateAddress = $usePrivateAddress; + } + public function getUsePrivateAddress() + { + return $this->usePrivateAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Operation.php new file mode 100644 index 000000000..2047b8b81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudLifeSciences_Status + */ + public function setError(Google_Service_CloudLifeSciences_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudLifeSciences_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/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php new file mode 100644 index 000000000..d88b0b8bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php @@ -0,0 +1,72 @@ +actions = $actions; + } + /** + * @return Google_Service_CloudLifeSciences_Action + */ + public function getActions() + { + return $this->actions; + } + public function setEnvironment($environment) + { + $this->environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } + /** + * @param Google_Service_CloudLifeSciences_Resources + */ + public function setResources(Google_Service_CloudLifeSciences_Resources $resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_CloudLifeSciences_Resources + */ + public function getResources() + { + return $this->resources; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStartedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStartedEvent.php new file mode 100644 index 000000000..c28ede296 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStartedEvent.php @@ -0,0 +1,30 @@ +imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStoppedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStoppedEvent.php new file mode 100644 index 000000000..c809ac484 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/PullStoppedEvent.php @@ -0,0 +1,30 @@ +imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/Projects.php new file mode 100644 index 000000000..a3ba02fa5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $lifesciencesService = new Google_Service_CloudLifeSciences(...); + * $projects = $lifesciencesService->projects; + * + */ +class Google_Service_CloudLifeSciences_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php new file mode 100644 index 000000000..5a69cea7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $lifesciencesService = new Google_Service_CloudLifeSciences(...); + * $locations = $lifesciencesService->locations; + * + */ +class Google_Service_CloudLifeSciences_Resource_ProjectsLocations 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_CloudLifeSciences_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudLifeSciences_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudLifeSciences_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudLifeSciences_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..5e725f9ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,98 @@ + + * $lifesciencesService = new Google_Service_CloudLifeSciences(...); + * $operations = $lifesciencesService->operations; + * + */ +class Google_Service_CloudLifeSciences_Resource_ProjectsLocationsOperations 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. + * Clients may use Operations.GetOperation or Operations.ListOperations to check + * whether the cancellation succeeded or the operation completed despite + * cancellation. Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission + * + * * `lifesciences.operations.cancel` (operations.cancel) + * + * @param string $name The name of the operation resource to be cancelled. + * @param Google_Service_CloudLifeSciences_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudLifeSciences_LifesciencesEmpty + */ + public function cancel($name, Google_Service_CloudLifeSciences_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudLifeSciences_LifesciencesEmpty"); + } + /** + * 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. Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission + * + * * `lifesciences.operations.get` (operations.get) + * + * @param string $name The name of the operation resource. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudLifeSciences_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudLifeSciences_Operation"); + } + /** + * Lists operations that match the specified filter in the request. + * Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission + * + * * `lifesciences.operations.list` (operations.listProjectsLocationsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A string for filtering Operations. The following + * filter fields are supported + * + * * createTime The time this job was created * events The set of event (names) + * that have occurred while running the pipeline. The operator can be used + * to determine if a particular event has occurred. * error If the pipeline is + * running, this value is NULL. Once the pipeline finishes, the value is the + * standard Google error code. * labels.key or labels."key with space" where key + * is a label key. * done If the pipeline is running, this value is false. Once + * the pipeline finishes, the value is true. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The maximum number of results to return. The maximum + * value is 256. + * @return Google_Service_CloudLifeSciences_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudLifeSciences_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsPipelines.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsPipelines.php new file mode 100644 index 000000000..d51041dbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocationsPipelines.php @@ -0,0 +1,56 @@ + + * $lifesciencesService = new Google_Service_CloudLifeSciences(...); + * $pipelines = $lifesciencesService->pipelines; + * + */ +class Google_Service_CloudLifeSciences_Resource_ProjectsLocationsPipelines extends Google_Service_Resource +{ + /** + * Runs a pipeline. The returned Operation's metadata field will contain a + * google.cloud.lifesciences.v2beta.Metadata object describing the status of the + * pipeline execution. The response field will contain a + * google.cloud.lifesciences.v2beta.RunPipelineResponse object if the pipeline + * completes successfully. + * + * **Note:** Before you can use this method, the *Life Sciences Service Agent* + * must have access to your project. This is done automatically when the Cloud + * Life Sciences API is first enabled, but if you delete this permission you + * must disable and re-enable the API to grant the Life Sciences Service Agent + * the required permissions. Authorization requires the following [Google + * IAM](https://cloud.google.com/iam/) permission: + * + * * `lifesciences.workflows.run` (pipelines.run) + * + * @param string $parent The project and location that this request should be + * executed against. + * @param Google_Service_CloudLifeSciences_RunPipelineRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudLifeSciences_Operation + */ + public function run($parent, Google_Service_CloudLifeSciences_RunPipelineRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_CloudLifeSciences_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resources.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resources.php new file mode 100644 index 000000000..e223d1e6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resources.php @@ -0,0 +1,56 @@ +regions = $regions; + } + public function getRegions() + { + return $this->regions; + } + /** + * @param Google_Service_CloudLifeSciences_VirtualMachine + */ + public function setVirtualMachine(Google_Service_CloudLifeSciences_VirtualMachine $virtualMachine) + { + $this->virtualMachine = $virtualMachine; + } + /** + * @return Google_Service_CloudLifeSciences_VirtualMachine + */ + public function getVirtualMachine() + { + return $this->virtualMachine; + } + public function setZones($zones) + { + $this->zones = $zones; + } + public function getZones() + { + return $this->zones; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineRequest.php new file mode 100644 index 000000000..3937e015f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineRequest.php @@ -0,0 +1,46 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_CloudLifeSciences_Pipeline + */ + public function setPipeline(Google_Service_CloudLifeSciences_Pipeline $pipeline) + { + $this->pipeline = $pipeline; + } + /** + * @return Google_Service_CloudLifeSciences_Pipeline + */ + public function getPipeline() + { + return $this->pipeline; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineResponse.php new file mode 100644 index 000000000..ddb121892 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/RunPipelineResponse.php @@ -0,0 +1,20 @@ +cipherText = $cipherText; + } + public function getCipherText() + { + return $this->cipherText; + } + public function setKeyName($keyName) + { + $this->keyName = $keyName; + } + public function getKeyName() + { + return $this->keyName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ServiceAccount.php new file mode 100644 index 000000000..2fca1bc27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/ServiceAccount.php @@ -0,0 +1,40 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/Status.php new file mode 100644 index 000000000..a68b6ea76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/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/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/UnexpectedExitStatusEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/UnexpectedExitStatusEvent.php new file mode 100644 index 000000000..3673d5de3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/UnexpectedExitStatusEvent.php @@ -0,0 +1,39 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setExitStatus($exitStatus) + { + $this->exitStatus = $exitStatus; + } + public function getExitStatus() + { + return $this->exitStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/VirtualMachine.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/VirtualMachine.php new file mode 100644 index 000000000..673c9810d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/VirtualMachine.php @@ -0,0 +1,158 @@ +accelerators = $accelerators; + } + /** + * @return Google_Service_CloudLifeSciences_Accelerator + */ + public function getAccelerators() + { + return $this->accelerators; + } + public function setBootDiskSizeGb($bootDiskSizeGb) + { + $this->bootDiskSizeGb = $bootDiskSizeGb; + } + public function getBootDiskSizeGb() + { + return $this->bootDiskSizeGb; + } + public function setBootImage($bootImage) + { + $this->bootImage = $bootImage; + } + public function getBootImage() + { + return $this->bootImage; + } + public function setCpuPlatform($cpuPlatform) + { + $this->cpuPlatform = $cpuPlatform; + } + public function getCpuPlatform() + { + return $this->cpuPlatform; + } + /** + * @param Google_Service_CloudLifeSciences_Disk + */ + public function setDisks($disks) + { + $this->disks = $disks; + } + /** + * @return Google_Service_CloudLifeSciences_Disk + */ + public function getDisks() + { + return $this->disks; + } + public function setEnableStackdriverMonitoring($enableStackdriverMonitoring) + { + $this->enableStackdriverMonitoring = $enableStackdriverMonitoring; + } + public function getEnableStackdriverMonitoring() + { + return $this->enableStackdriverMonitoring; + } + 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; + } + /** + * @param Google_Service_CloudLifeSciences_Network + */ + public function setNetwork(Google_Service_CloudLifeSciences_Network $network) + { + $this->network = $network; + } + /** + * @return Google_Service_CloudLifeSciences_Network + */ + public function getNetwork() + { + return $this->network; + } + public function setNvidiaDriverVersion($nvidiaDriverVersion) + { + $this->nvidiaDriverVersion = $nvidiaDriverVersion; + } + public function getNvidiaDriverVersion() + { + return $this->nvidiaDriverVersion; + } + public function setPreemptible($preemptible) + { + $this->preemptible = $preemptible; + } + public function getPreemptible() + { + return $this->preemptible; + } + /** + * @param Google_Service_CloudLifeSciences_ServiceAccount + */ + public function setServiceAccount(Google_Service_CloudLifeSciences_ServiceAccount $serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + /** + * @return Google_Service_CloudLifeSciences_ServiceAccount + */ + public function getServiceAccount() + { + return $this->serviceAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerAssignedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerAssignedEvent.php new file mode 100644 index 000000000..b04178620 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerAssignedEvent.php @@ -0,0 +1,48 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerReleasedEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerReleasedEvent.php new file mode 100644 index 000000000..77640773b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudLifeSciences/WorkerReleasedEvent.php @@ -0,0 +1,39 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning.php new file mode 100644 index 000000000..fa8964d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning.php @@ -0,0 +1,337 @@ + + * An API to enable creating and using machine learning models. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudMachineLearning extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects; + public $projects_jobs; + public $projects_models; + public $projects_models_versions; + public $projects_operations; + + /** + * Constructs the internal representation of the CloudMachineLearning service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://ml.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1beta1'; + $this->serviceName = 'ml'; + + $this->projects = new Google_Service_CloudMachineLearning_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getConfig' => array( + 'path' => 'v1beta1/{+name}:getConfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'predict' => array( + 'path' => 'v1beta1/{+name}:predict', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_jobs = new Google_Service_CloudMachineLearning_Resource_ProjectsJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1beta1/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1beta1/{+parent}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_models = new Google_Service_CloudMachineLearning_Resource_ProjectsModels( + $this, + $this->serviceName, + 'models', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/models', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/models', + '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_models_versions = new Google_Service_CloudMachineLearning_Resource_ProjectsModelsVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setDefault' => array( + 'path' => 'v1beta1/{+name}:setDefault', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_operations = new Google_Service_CloudMachineLearning_Resource_ProjectsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1beta1/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleApiHttpBody.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleApiHttpBody.php new file mode 100644 index 000000000..7fc2c71e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleApiHttpBody.php @@ -0,0 +1,39 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1CancelJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1CancelJobRequest.php new file mode 100644 index 000000000..0298b82bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1CancelJobRequest.php @@ -0,0 +1,20 @@ +serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setServiceAccountProject($serviceAccountProject) + { + $this->serviceAccountProject = $serviceAccountProject; + } + public function getServiceAccountProject() + { + return $this->serviceAccountProject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutput.php new file mode 100644 index 000000000..1a910c137 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutput.php @@ -0,0 +1,60 @@ +allMetrics = $allMetrics; + } + public function getAllMetrics() + { + return $this->allMetrics; + } + public function setFinalMetric(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric $finalMetric) + { + $this->finalMetric = $finalMetric; + } + public function getFinalMetric() + { + return $this->finalMetric; + } + public function setHyperparameters($hyperparameters) + { + $this->hyperparameters = $hyperparameters; + } + public function getHyperparameters() + { + return $this->hyperparameters; + } + public function setTrialId($trialId) + { + $this->trialId = $trialId; + } + public function getTrialId() + { + return $this->trialId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric.php new file mode 100644 index 000000000..499faf5f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterOutputHyperparameterMetric.php @@ -0,0 +1,39 @@ +objectiveValue = $objectiveValue; + } + public function getObjectiveValue() + { + return $this->objectiveValue; + } + public function setTrainingStep($trainingStep) + { + $this->trainingStep = $trainingStep; + } + public function getTrainingStep() + { + return $this->trainingStep; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterSpec.php new file mode 100644 index 000000000..a542e15d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1HyperparameterSpec.php @@ -0,0 +1,59 @@ +goal = $goal; + } + public function getGoal() + { + return $this->goal; + } + public function setMaxParallelTrials($maxParallelTrials) + { + $this->maxParallelTrials = $maxParallelTrials; + } + public function getMaxParallelTrials() + { + return $this->maxParallelTrials; + } + public function setMaxTrials($maxTrials) + { + $this->maxTrials = $maxTrials; + } + public function getMaxTrials() + { + return $this->maxTrials; + } + public function setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Job.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Job.php new file mode 100644 index 000000000..27aa17562 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Job.php @@ -0,0 +1,115 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setJobId($jobId) + { + $this->jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setPredictionInput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictionInput $predictionInput) + { + $this->predictionInput = $predictionInput; + } + public function getPredictionInput() + { + return $this->predictionInput; + } + public function setPredictionOutput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictionOutput $predictionOutput) + { + $this->predictionOutput = $predictionOutput; + } + public function getPredictionOutput() + { + return $this->predictionOutput; + } + 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; + } + public function setTrainingInput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1TrainingInput $trainingInput) + { + $this->trainingInput = $trainingInput; + } + public function getTrainingInput() + { + return $this->trainingInput; + } + public function setTrainingOutput(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1TrainingOutput $trainingOutput) + { + $this->trainingOutput = $trainingOutput; + } + public function getTrainingOutput() + { + return $this->trainingOutput; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListJobsResponse.php new file mode 100644 index 000000000..4cb13f7ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListJobsResponse.php @@ -0,0 +1,41 @@ +jobs = $jobs; + } + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListModelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListModelsResponse.php new file mode 100644 index 000000000..08a918999 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListModelsResponse.php @@ -0,0 +1,41 @@ +models = $models; + } + public function getModels() + { + return $this->models; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListVersionsResponse.php new file mode 100644 index 000000000..fda367905 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ListVersionsResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setVersions($versions) + { + $this->versions = $versions; + } + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Model.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Model.php new file mode 100644 index 000000000..a87935172 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Model.php @@ -0,0 +1,49 @@ +defaultVersion = $defaultVersion; + } + public function getDefaultVersion() + { + return $this->defaultVersion; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1OperationMetadata.php new file mode 100644 index 000000000..30ce212a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1OperationMetadata.php @@ -0,0 +1,85 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setIsCancellationRequested($isCancellationRequested) + { + $this->isCancellationRequested = $isCancellationRequested; + } + public function getIsCancellationRequested() + { + return $this->isCancellationRequested; + } + public function setModelName($modelName) + { + $this->modelName = $modelName; + } + public function getModelName() + { + return $this->modelName; + } + public function setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setVersion(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version $version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ParameterSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ParameterSpec.php new file mode 100644 index 000000000..bb31118b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1ParameterSpec.php @@ -0,0 +1,85 @@ +categoricalValues = $categoricalValues; + } + public function getCategoricalValues() + { + return $this->categoricalValues; + } + public function setDiscreteValues($discreteValues) + { + $this->discreteValues = $discreteValues; + } + public function getDiscreteValues() + { + return $this->discreteValues; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } + public function setParameterName($parameterName) + { + $this->parameterName = $parameterName; + } + public function getParameterName() + { + return $this->parameterName; + } + public function setScaleType($scaleType) + { + $this->scaleType = $scaleType; + } + public function getScaleType() + { + return $this->scaleType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictRequest.php new file mode 100644 index 000000000..930a8670c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictRequest.php @@ -0,0 +1,31 @@ +httpBody = $httpBody; + } + public function getHttpBody() + { + return $this->httpBody; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionInput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionInput.php new file mode 100644 index 000000000..5590a954e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionInput.php @@ -0,0 +1,85 @@ +dataFormat = $dataFormat; + } + public function getDataFormat() + { + return $this->dataFormat; + } + public function setInputPaths($inputPaths) + { + $this->inputPaths = $inputPaths; + } + public function getInputPaths() + { + return $this->inputPaths; + } + public function setMaxWorkerCount($maxWorkerCount) + { + $this->maxWorkerCount = $maxWorkerCount; + } + public function getMaxWorkerCount() + { + return $this->maxWorkerCount; + } + public function setModelName($modelName) + { + $this->modelName = $modelName; + } + public function getModelName() + { + return $this->modelName; + } + public function setOutputPath($outputPath) + { + $this->outputPath = $outputPath; + } + public function getOutputPath() + { + return $this->outputPath; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setVersionName($versionName) + { + $this->versionName = $versionName; + } + public function getVersionName() + { + return $this->versionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionOutput.php new file mode 100644 index 000000000..86456c57b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1PredictionOutput.php @@ -0,0 +1,48 @@ +errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + public function setOutputPath($outputPath) + { + $this->outputPath = $outputPath; + } + public function getOutputPath() + { + return $this->outputPath; + } + public function setPredictionCount($predictionCount) + { + $this->predictionCount = $predictionCount; + } + public function getPredictionCount() + { + return $this->predictionCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1SetDefaultVersionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1SetDefaultVersionRequest.php new file mode 100644 index 000000000..16a19fe65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1SetDefaultVersionRequest.php @@ -0,0 +1,20 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setHyperparameters(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1HyperparameterSpec $hyperparameters) + { + $this->hyperparameters = $hyperparameters; + } + public function getHyperparameters() + { + return $this->hyperparameters; + } + public function setMasterType($masterType) + { + $this->masterType = $masterType; + } + public function getMasterType() + { + return $this->masterType; + } + public function setPackageUris($packageUris) + { + $this->packageUris = $packageUris; + } + public function getPackageUris() + { + return $this->packageUris; + } + public function setParameterServerCount($parameterServerCount) + { + $this->parameterServerCount = $parameterServerCount; + } + public function getParameterServerCount() + { + return $this->parameterServerCount; + } + public function setParameterServerType($parameterServerType) + { + $this->parameterServerType = $parameterServerType; + } + public function getParameterServerType() + { + return $this->parameterServerType; + } + public function setPythonModule($pythonModule) + { + $this->pythonModule = $pythonModule; + } + public function getPythonModule() + { + return $this->pythonModule; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setScaleTier($scaleTier) + { + $this->scaleTier = $scaleTier; + } + public function getScaleTier() + { + return $this->scaleTier; + } + public function setWorkerCount($workerCount) + { + $this->workerCount = $workerCount; + } + public function getWorkerCount() + { + return $this->workerCount; + } + public function setWorkerType($workerType) + { + $this->workerType = $workerType; + } + public function getWorkerType() + { + return $this->workerType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1TrainingOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1TrainingOutput.php new file mode 100644 index 000000000..a2dc5f147 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1TrainingOutput.php @@ -0,0 +1,50 @@ +completedTrialCount = $completedTrialCount; + } + public function getCompletedTrialCount() + { + return $this->completedTrialCount; + } + public function setConsumedMLUnits($consumedMLUnits) + { + $this->consumedMLUnits = $consumedMLUnits; + } + public function getConsumedMLUnits() + { + return $this->consumedMLUnits; + } + public function setTrials($trials) + { + $this->trials = $trials; + } + public function getTrials() + { + return $this->trials; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Version.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Version.php new file mode 100644 index 000000000..b9f184b3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleCloudMlV1beta1Version.php @@ -0,0 +1,75 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDeploymentUri($deploymentUri) + { + $this->deploymentUri = $deploymentUri; + } + public function getDeploymentUri() + { + return $this->deploymentUri; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIsDefault($isDefault) + { + $this->isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setLastUseTime($lastUseTime) + { + $this->lastUseTime = $lastUseTime; + } + public function getLastUseTime() + { + return $this->lastUseTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningListOperationsResponse.php new file mode 100644 index 000000000..69d61731f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningListOperationsResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setOperations($operations) + { + $this->operations = $operations; + } + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningOperation.php new file mode 100644 index 000000000..5d268d059 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleLongrunningOperation.php @@ -0,0 +1,67 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + public function setError(Google_Service_CloudMachineLearning_GoogleRpcStatus $error) + { + $this->error = $error; + } + 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/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/GoogleProtobufEmpty.php new file mode 100644 index 000000000..5f9c261cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/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/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/Projects.php new file mode 100644 index 000000000..54ef85894 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/Projects.php @@ -0,0 +1,103 @@ + + * $mlService = new Google_Service_CloudMachineLearning(...); + * $projects = $mlService->projects; + * + */ +class Google_Service_CloudMachineLearning_Resource_Projects extends Google_Service_Resource +{ + /** + * Get the service account information associated with your project. You need + * this information in order to grant the service account persmissions for the + * Google Cloud Storage location where you put your model training code for + * training the model with Google Cloud Machine Learning. (projects.getConfig) + * + * @param string $name Required. The project name. + * + * Authorization: requires `Viewer` role on the specified project. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1GetConfigResponse + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1GetConfigResponse"); + } + /** + * Performs prediction on the data in the request. + * + * Responses are very similar to requests. There are two top-level fields, each + * of which are JSON lists: + * + * predictions The list of predictions, one per instance in the request. + * error An error message returned instead of a prediction list if any + * instance produced an error. + * + * If the call is successful, the response body will contain one prediction + * entry per instance in the request body. If prediction fails for any instance, + * the response body will contain no predictions and will contian a single error + * entry instead. + * + * Even though there is one prediction per instance, the format of a prediction + * is not directly related to the format of an instance. Predictions take + * whatever format is specified in the outputs collection defined in the model. + * The collection of predictions is returned in a JSON list. Each member of the + * list can be a simple value, a list, or a JSON object of any complexity. If + * your model has more than one output tensor, each prediction will be a JSON + * object containing a name/value pair for each output. The names identify the + * output aliases in the graph. + * + * The following examples show some possible responses: + * + * A simple set of predictions for three input instances, where each prediction + * is an integer value: + * + * {"predictions": [5, 4, 3]} + * + * A more complex set of predictions, each containing two named values that + * correspond to output tensors, named **label** and **scores** respectively. + * The value of **label** is the predicted category ("car" or "beach") and + * **scores** contains a list of probabilities for that instance across the + * possible categories. + * + * {"predictions": [{"label": "beach", "scores": [0.1, 0.9]}, + * {"label": "car", "scores": [0.75, 0.25]}]} + * + * A response when there is an error processing an input instance: + * + * {"error": "Divide by zero"} (projects.predict) + * + * @param string $name Required. The resource name of a model or a version. + * + * Authorization: requires `Viewer` role on the parent project. + * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleApiHttpBody + */ + public function predict($name, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1PredictRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('predict', array($params), "Google_Service_CloudMachineLearning_GoogleApiHttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsJobs.php new file mode 100644 index 000000000..bb3e39067 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsJobs.php @@ -0,0 +1,103 @@ + + * $mlService = new Google_Service_CloudMachineLearning(...); + * $jobs = $mlService->jobs; + * + */ +class Google_Service_CloudMachineLearning_Resource_ProjectsJobs extends Google_Service_Resource +{ + /** + * Cancels a running job. (jobs.cancel) + * + * @param string $name Required. The name of the job to cancel. + * + * Authorization: requires `Editor` role on the parent project. + * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1CancelJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleProtobufEmpty + */ + public function cancel($name, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1CancelJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudMachineLearning_GoogleProtobufEmpty"); + } + /** + * Creates a training or a batch prediction job. (jobs.create) + * + * @param string $parent Required. The project name. + * + * Authorization: requires `Editor` role on the specified project. + * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job + */ + public function create($parent, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job"); + } + /** + * Describes a job. (jobs.get) + * + * @param string $name Required. The name of the job to get the description of. + * + * Authorization: requires `Viewer` role on the parent project. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Job"); + } + /** + * Lists the jobs in the project. (jobs.listProjectsJobs) + * + * @param string $parent Required. The name of the project for which to list + * jobs. + * + * Authorization: requires `Viewer` role on the specified project. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The number of jobs to retrieve per "page" + * of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @opt_param string filter Optional. Specifies the subset of jobs to retrieve. + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListJobsResponse + */ + public function listProjectsJobs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListJobsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModels.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModels.php new file mode 100644 index 000000000..e43bfa2c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModels.php @@ -0,0 +1,114 @@ + + * $mlService = new Google_Service_CloudMachineLearning(...); + * $models = $mlService->models; + * + */ +class Google_Service_CloudMachineLearning_Resource_ProjectsModels extends Google_Service_Resource +{ + /** + * Creates a model which will later contain one or more versions. + * + * You must add at least one version before you can request predictions from the + * model. Add versions by calling [projects.models.versions.create](/ml/referenc + * e/rest/v1beta1/projects.models.versions/create). (models.create) + * + * @param string $parent Required. The project name. + * + * Authorization: requires `Editor` role on the specified project. + * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model + */ + public function create($parent, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model"); + } + /** + * Deletes a model. + * + * You can only delete a model if there are no versions in it. You can delete + * versions by calling [projects.models.versions.delete](/ml/reference/rest/v1be + * ta1/projects.models.versions/delete). (models.delete) + * + * @param string $name Required. The name of the model. + * + * Authorization: requires `Editor` role on the parent project. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); + } + /** + * Gets information about a model, including its name, the description (if set), + * and the default version (if at least one version of the model has been + * deployed). (models.get) + * + * @param string $name Required. The name of the model. + * + * Authorization: requires `Viewer` role on the parent project. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Model"); + } + /** + * Lists the models in a project. + * + * Each project can contain multiple models, and each model can have multiple + * versions. (models.listProjectsModels) + * + * @param string $parent Required. The name of the project whose models are to + * be listed. + * + * Authorization: requires `Viewer` role on the specified project. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The number of models to retrieve per "page" + * of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListModelsResponse + */ + public function listProjectsModels($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListModelsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModelsVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModelsVersions.php new file mode 100644 index 000000000..f4567ac3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsModelsVersions.php @@ -0,0 +1,152 @@ + + * $mlService = new Google_Service_CloudMachineLearning(...); + * $versions = $mlService->versions; + * + */ +class Google_Service_CloudMachineLearning_Resource_ProjectsModelsVersions extends Google_Service_Resource +{ + /** + * Creates a new version of a model from a trained TensorFlow model. + * + * If the version created in the cloud by this call is the first deployed + * version of the specified model, it will be made the default version of the + * model. When you add a version to a model that already has one or more + * versions, the default version does not automatically change. If you want a + * new version to be the default, you must call [projects.models.versions.setDef + * ault](/ml/reference/rest/v1beta1/projects.models.versions/setDefault). + * (versions.create) + * + * @param string $parent Required. The name of the model. + * + * Authorization: requires `Editor` role on the parent project. + * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation + */ + public function create($parent, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); + } + /** + * Deletes a model version. + * + * Each model can have multiple versions deployed and in use at any given time. + * Use this method to remove a single version. + * + * Note: You cannot delete the version that is set as the default version of the + * model unless it is the only remaining version. (versions.delete) + * + * @param string $name Required. The name of the version. You can get the names + * of all the versions of a model by calling [projects.models.versions.list](/ml + * /reference/rest/v1beta1/projects.models.versions/list). + * + * Authorization: requires `Editor` role on the parent project. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleLongrunningOperation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); + } + /** + * Gets information about a model version. + * + * Models can have multiple versions. You can call [projects.models.versions.lis + * t](/ml/reference/rest/v1beta1/projects.models.versions/list) to get the same + * information that this method returns for all of the versions of a model. + * (versions.get) + * + * @param string $name Required. The name of the version. + * + * Authorization: requires `Viewer` role on the parent project. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version"); + } + /** + * Gets basic information about all the versions of a model. + * + * If you expect that a model has a lot of versions, or if you need to handle + * only a limited number of results at a time, you can request that the list be + * retrieved in batches (called pages): (versions.listProjectsModelsVersions) + * + * @param string $parent Required. The name of the model for which to list the + * version. + * + * Authorization: requires `Viewer` role on the parent project. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The number of versions to retrieve per + * "page" of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListVersionsResponse + */ + public function listProjectsModelsVersions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1ListVersionsResponse"); + } + /** + * Designates a version to be the default for the model. + * + * The default version is used for prediction requests made against the model + * that don't specify a version. + * + * The first version to be created for a model is automatically set as the + * default. You must make any subsequent changes to the default version setting + * manually using this method. (versions.setDefault) + * + * @param string $name Required. The name of the version to make the default for + * the model. You can get the names of all the versions of a model by calling [p + * rojects.models.versions.list](/ml/reference/rest/v1beta1/projects.models.vers + * ions/list). + * + * Authorization: requires `Editor` role on the parent project. + * @param Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1SetDefaultVersionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version + */ + public function setDefault($name, Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1SetDefaultVersionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setDefault', array($params), "Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1Version"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsOperations.php new file mode 100644 index 000000000..524538006 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/Resource/ProjectsOperations.php @@ -0,0 +1,102 @@ + + * $mlService = new Google_Service_CloudMachineLearning(...); + * $operations = $mlService->operations; + * + */ +class Google_Service_CloudMachineLearning_Resource_ProjectsOperations 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 array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearning_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudMachineLearning_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_CloudMachineLearning_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMachineLearning_GoogleProtobufEmpty"); + } + /** + * 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_CloudMachineLearning_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningOperation"); + } + /** + * 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 below allows API services to override the binding to + * use different resource name schemes, such as `users/operations`. + * (operations.listProjectsOperations) + * + * @param string $name The name of the operation collection. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @return Google_Service_CloudMachineLearning_GoogleLongrunningListOperationsResponse + */ + public function listProjectsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearning_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php new file mode 100644 index 000000000..d8d01e83d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php @@ -0,0 +1,487 @@ + + * An API to enable creating and using machine learning models. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudMachineLearningEngine extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects; + public $projects_jobs; + public $projects_locations; + public $projects_models; + public $projects_models_versions; + public $projects_operations; + + /** + * Constructs the internal representation of the CloudMachineLearningEngine + * 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://ml.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'ml'; + + $this->projects = new Google_Service_CloudMachineLearningEngine_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getConfig' => array( + 'path' => 'v1/{+name}:getConfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'predict' => array( + 'path' => 'v1/{+name}:predict', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_jobs = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs( + $this, + $this->serviceName, + 'jobs', + 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}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => 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', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + 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}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_models = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels( + $this, + $this->serviceName, + 'models', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/models', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/models', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_models_versions = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/versions', + '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}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + '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', + ), + ), + ),'setDefault' => array( + 'path' => 'v1/{+name}:setDefault', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_operations = new Google_Service_CloudMachineLearningEngine_Resource_ProjectsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.php new file mode 100644 index 000000000..2537ffc7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.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/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AcceleratorConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AcceleratorConfig.php new file mode 100644 index 000000000..5b1380532 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AcceleratorConfig.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutoScaling.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutoScaling.php new file mode 100644 index 000000000..5451b65ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1AutoScaling.php @@ -0,0 +1,30 @@ +minNodes = $minNodes; + } + public function getMinNodes() + { + return $this->minNodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1BuiltInAlgorithmOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1BuiltInAlgorithmOutput.php new file mode 100644 index 000000000..e14e60280 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1BuiltInAlgorithmOutput.php @@ -0,0 +1,57 @@ +framework = $framework; + } + public function getFramework() + { + return $this->framework; + } + public function setModelPath($modelPath) + { + $this->modelPath = $modelPath; + } + public function getModelPath() + { + return $this->modelPath; + } + public function setPythonVersion($pythonVersion) + { + $this->pythonVersion = $pythonVersion; + } + public function getPythonVersion() + { + return $this->pythonVersion; + } + public function setRuntimeVersion($runtimeVersion) + { + $this->runtimeVersion = $runtimeVersion; + } + public function getRuntimeVersion() + { + return $this->runtimeVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.php new file mode 100644 index 000000000..c4cf3926e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.php @@ -0,0 +1,20 @@ +availableAccelerators = $availableAccelerators; + } + public function getAvailableAccelerators() + { + return $this->availableAccelerators; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Config.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Config.php new file mode 100644 index 000000000..5c92309e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Config.php @@ -0,0 +1,30 @@ +tpuServiceAccount = $tpuServiceAccount; + } + public function getTpuServiceAccount() + { + return $this->tpuServiceAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1GetConfigResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1GetConfigResponse.php new file mode 100644 index 000000000..d3d9c5353 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1GetConfigResponse.php @@ -0,0 +1,55 @@ +config = $config; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Config + */ + public function getConfig() + { + return $this->config; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setServiceAccountProject($serviceAccountProject) + { + $this->serviceAccountProject = $serviceAccountProject; + } + public function getServiceAccountProject() + { + return $this->serviceAccountProject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php new file mode 100644 index 000000000..b6896e562 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php @@ -0,0 +1,124 @@ +allMetrics = $allMetrics; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric + */ + public function getAllMetrics() + { + return $this->allMetrics; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput + */ + public function setBuiltInAlgorithmOutput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput $builtInAlgorithmOutput) + { + $this->builtInAlgorithmOutput = $builtInAlgorithmOutput; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput + */ + public function getBuiltInAlgorithmOutput() + { + return $this->builtInAlgorithmOutput; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric + */ + public function setFinalMetric(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric $finalMetric) + { + $this->finalMetric = $finalMetric; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric + */ + public function getFinalMetric() + { + return $this->finalMetric; + } + public function setHyperparameters($hyperparameters) + { + $this->hyperparameters = $hyperparameters; + } + public function getHyperparameters() + { + return $this->hyperparameters; + } + public function setIsTrialStoppedEarly($isTrialStoppedEarly) + { + $this->isTrialStoppedEarly = $isTrialStoppedEarly; + } + public function getIsTrialStoppedEarly() + { + return $this->isTrialStoppedEarly; + } + 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; + } + public function setTrialId($trialId) + { + $this->trialId = $trialId; + } + public function getTrialId() + { + return $this->trialId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.php new file mode 100644 index 000000000..298df418b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.php @@ -0,0 +1,39 @@ +objectiveValue = $objectiveValue; + } + public function getObjectiveValue() + { + return $this->objectiveValue; + } + public function setTrainingStep($trainingStep) + { + $this->trainingStep = $trainingStep; + } + public function getTrainingStep() + { + return $this->trainingStep; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterSpec.php new file mode 100644 index 000000000..9a4714ff8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterSpec.php @@ -0,0 +1,110 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setEnableTrialEarlyStopping($enableTrialEarlyStopping) + { + $this->enableTrialEarlyStopping = $enableTrialEarlyStopping; + } + public function getEnableTrialEarlyStopping() + { + return $this->enableTrialEarlyStopping; + } + public function setGoal($goal) + { + $this->goal = $goal; + } + public function getGoal() + { + return $this->goal; + } + public function setHyperparameterMetricTag($hyperparameterMetricTag) + { + $this->hyperparameterMetricTag = $hyperparameterMetricTag; + } + public function getHyperparameterMetricTag() + { + return $this->hyperparameterMetricTag; + } + public function setMaxFailedTrials($maxFailedTrials) + { + $this->maxFailedTrials = $maxFailedTrials; + } + public function getMaxFailedTrials() + { + return $this->maxFailedTrials; + } + public function setMaxParallelTrials($maxParallelTrials) + { + $this->maxParallelTrials = $maxParallelTrials; + } + public function getMaxParallelTrials() + { + return $this->maxParallelTrials; + } + public function setMaxTrials($maxTrials) + { + $this->maxTrials = $maxTrials; + } + public function getMaxTrials() + { + return $this->maxTrials; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ParameterSpec + */ + public function setParams($params) + { + $this->params = $params; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ParameterSpec + */ + public function getParams() + { + return $this->params; + } + public function setResumePreviousJobId($resumePreviousJobId) + { + $this->resumePreviousJobId = $resumePreviousJobId; + } + public function getResumePreviousJobId() + { + return $this->resumePreviousJobId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.php new file mode 100644 index 000000000..10507e538 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.php @@ -0,0 +1,157 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setJobId($jobId) + { + $this->jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput + */ + public function setPredictionInput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput $predictionInput) + { + $this->predictionInput = $predictionInput; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput + */ + public function getPredictionInput() + { + return $this->predictionInput; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput + */ + public function setPredictionOutput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput $predictionOutput) + { + $this->predictionOutput = $predictionOutput; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput + */ + public function getPredictionOutput() + { + return $this->predictionOutput; + } + 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; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput + */ + public function setTrainingInput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput $trainingInput) + { + $this->trainingInput = $trainingInput; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput + */ + public function getTrainingInput() + { + return $this->trainingInput; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingOutput + */ + public function setTrainingOutput(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingOutput $trainingOutput) + { + $this->trainingOutput = $trainingOutput; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingOutput + */ + public function getTrainingOutput() + { + return $this->trainingOutput; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.php new file mode 100644 index 000000000..2425b0533 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.php @@ -0,0 +1,47 @@ +jobs = $jobs; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job + */ + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListLocationsResponse.php new file mode 100644 index 000000000..3f5a5ab96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php new file mode 100644 index 000000000..11adc8ff0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php @@ -0,0 +1,47 @@ +models = $models; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model + */ + public function getModels() + { + return $this->models; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php new file mode 100644 index 000000000..2bb10b80d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Location.php new file mode 100644 index 000000000..640aabfb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Location.php @@ -0,0 +1,47 @@ +capabilities = $capabilities; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Capability + */ + public function getCapabilities() + { + return $this->capabilities; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.php new file mode 100644 index 000000000..d5980b245 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.php @@ -0,0 +1,30 @@ +nodes = $nodes; + } + public function getNodes() + { + return $this->nodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Model.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Model.php new file mode 100644 index 000000000..6e2fe4681 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Model.php @@ -0,0 +1,101 @@ +defaultVersion = $defaultVersion; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function getDefaultVersion() + { + return $this->defaultVersion; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOnlinePredictionConsoleLogging($onlinePredictionConsoleLogging) + { + $this->onlinePredictionConsoleLogging = $onlinePredictionConsoleLogging; + } + public function getOnlinePredictionConsoleLogging() + { + return $this->onlinePredictionConsoleLogging; + } + public function setOnlinePredictionLogging($onlinePredictionLogging) + { + $this->onlinePredictionLogging = $onlinePredictionLogging; + } + public function getOnlinePredictionLogging() + { + return $this->onlinePredictionLogging; + } + public function setRegions($regions) + { + $this->regions = $regions; + } + public function getRegions() + { + return $this->regions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php new file mode 100644 index 000000000..42c8e241a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php @@ -0,0 +1,109 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setIsCancellationRequested($isCancellationRequested) + { + $this->isCancellationRequested = $isCancellationRequested; + } + public function getIsCancellationRequested() + { + return $this->isCancellationRequested; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setModelName($modelName) + { + $this->modelName = $modelName; + } + public function getModelName() + { + return $this->modelName; + } + public function setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProjectNumber($projectNumber) + { + $this->projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function setVersion(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $version) + { + $this->version = $version; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.php new file mode 100644 index 000000000..a40f380a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.php @@ -0,0 +1,85 @@ +categoricalValues = $categoricalValues; + } + public function getCategoricalValues() + { + return $this->categoricalValues; + } + public function setDiscreteValues($discreteValues) + { + $this->discreteValues = $discreteValues; + } + public function getDiscreteValues() + { + return $this->discreteValues; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } + public function setParameterName($parameterName) + { + $this->parameterName = $parameterName; + } + public function getParameterName() + { + return $this->parameterName; + } + public function setScaleType($scaleType) + { + $this->scaleType = $scaleType; + } + public function getScaleType() + { + return $this->scaleType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictRequest.php new file mode 100644 index 000000000..5cb84d44c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictRequest.php @@ -0,0 +1,37 @@ +httpBody = $httpBody; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody + */ + public function getHttpBody() + { + return $this->httpBody; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.php new file mode 100644 index 000000000..7bb9d7918 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.php @@ -0,0 +1,130 @@ +batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } + public function setDataFormat($dataFormat) + { + $this->dataFormat = $dataFormat; + } + public function getDataFormat() + { + return $this->dataFormat; + } + public function setInputPaths($inputPaths) + { + $this->inputPaths = $inputPaths; + } + public function getInputPaths() + { + return $this->inputPaths; + } + public function setMaxWorkerCount($maxWorkerCount) + { + $this->maxWorkerCount = $maxWorkerCount; + } + public function getMaxWorkerCount() + { + return $this->maxWorkerCount; + } + public function setModelName($modelName) + { + $this->modelName = $modelName; + } + public function getModelName() + { + return $this->modelName; + } + public function setOutputDataFormat($outputDataFormat) + { + $this->outputDataFormat = $outputDataFormat; + } + public function getOutputDataFormat() + { + return $this->outputDataFormat; + } + public function setOutputPath($outputPath) + { + $this->outputPath = $outputPath; + } + public function getOutputPath() + { + return $this->outputPath; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRuntimeVersion($runtimeVersion) + { + $this->runtimeVersion = $runtimeVersion; + } + public function getRuntimeVersion() + { + return $this->runtimeVersion; + } + public function setSignatureName($signatureName) + { + $this->signatureName = $signatureName; + } + public function getSignatureName() + { + return $this->signatureName; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } + public function setVersionName($versionName) + { + $this->versionName = $versionName; + } + public function getVersionName() + { + return $this->versionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php new file mode 100644 index 000000000..e9d85040b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php @@ -0,0 +1,57 @@ +errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + public function setNodeHours($nodeHours) + { + $this->nodeHours = $nodeHours; + } + public function getNodeHours() + { + return $this->nodeHours; + } + public function setOutputPath($outputPath) + { + $this->outputPath = $outputPath; + } + public function getOutputPath() + { + return $this->outputPath; + } + public function setPredictionCount($predictionCount) + { + $this->predictionCount = $predictionCount; + } + public function getPredictionCount() + { + return $this->predictionCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ReplicaConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ReplicaConfig.php new file mode 100644 index 000000000..cd3f74706 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ReplicaConfig.php @@ -0,0 +1,55 @@ +acceleratorConfig = $acceleratorConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig + */ + public function getAcceleratorConfig() + { + return $this->acceleratorConfig; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setTpuTfVersion($tpuTfVersion) + { + $this->tpuTfVersion = $tpuTfVersion; + } + public function getTpuTfVersion() + { + return $this->tpuTfVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RequestLoggingConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RequestLoggingConfig.php new file mode 100644 index 000000000..0b4067254 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1RequestLoggingConfig.php @@ -0,0 +1,39 @@ +bigqueryTableName = $bigqueryTableName; + } + public function getBigqueryTableName() + { + return $this->bigqueryTableName; + } + public function setSamplingPercentage($samplingPercentage) + { + $this->samplingPercentage = $samplingPercentage; + } + public function getSamplingPercentage() + { + return $this->samplingPercentage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SetDefaultVersionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SetDefaultVersionRequest.php new file mode 100644 index 000000000..1522fb134 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1SetDefaultVersionRequest.php @@ -0,0 +1,20 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec + */ + public function setHyperparameters(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec $hyperparameters) + { + $this->hyperparameters = $hyperparameters; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec + */ + public function getHyperparameters() + { + return $this->hyperparameters; + } + public function setJobDir($jobDir) + { + $this->jobDir = $jobDir; + } + public function getJobDir() + { + return $this->jobDir; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig + */ + public function setMasterConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $masterConfig) + { + $this->masterConfig = $masterConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig + */ + public function getMasterConfig() + { + return $this->masterConfig; + } + public function setMasterType($masterType) + { + $this->masterType = $masterType; + } + public function getMasterType() + { + return $this->masterType; + } + public function setPackageUris($packageUris) + { + $this->packageUris = $packageUris; + } + public function getPackageUris() + { + return $this->packageUris; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig + */ + public function setParameterServerConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $parameterServerConfig) + { + $this->parameterServerConfig = $parameterServerConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig + */ + public function getParameterServerConfig() + { + return $this->parameterServerConfig; + } + public function setParameterServerCount($parameterServerCount) + { + $this->parameterServerCount = $parameterServerCount; + } + public function getParameterServerCount() + { + return $this->parameterServerCount; + } + public function setParameterServerType($parameterServerType) + { + $this->parameterServerType = $parameterServerType; + } + public function getParameterServerType() + { + return $this->parameterServerType; + } + public function setPythonModule($pythonModule) + { + $this->pythonModule = $pythonModule; + } + public function getPythonModule() + { + return $this->pythonModule; + } + public function setPythonVersion($pythonVersion) + { + $this->pythonVersion = $pythonVersion; + } + public function getPythonVersion() + { + return $this->pythonVersion; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRuntimeVersion($runtimeVersion) + { + $this->runtimeVersion = $runtimeVersion; + } + public function getRuntimeVersion() + { + return $this->runtimeVersion; + } + public function setScaleTier($scaleTier) + { + $this->scaleTier = $scaleTier; + } + public function getScaleTier() + { + return $this->scaleTier; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig + */ + public function setWorkerConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $workerConfig) + { + $this->workerConfig = $workerConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig + */ + public function getWorkerConfig() + { + return $this->workerConfig; + } + public function setWorkerCount($workerCount) + { + $this->workerCount = $workerCount; + } + public function getWorkerCount() + { + return $this->workerCount; + } + public function setWorkerType($workerType) + { + $this->workerType = $workerType; + } + public function getWorkerType() + { + return $this->workerType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php new file mode 100644 index 000000000..7e933a119 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php @@ -0,0 +1,99 @@ +builtInAlgorithmOutput = $builtInAlgorithmOutput; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput + */ + public function getBuiltInAlgorithmOutput() + { + return $this->builtInAlgorithmOutput; + } + public function setCompletedTrialCount($completedTrialCount) + { + $this->completedTrialCount = $completedTrialCount; + } + public function getCompletedTrialCount() + { + return $this->completedTrialCount; + } + public function setConsumedMLUnits($consumedMLUnits) + { + $this->consumedMLUnits = $consumedMLUnits; + } + public function getConsumedMLUnits() + { + return $this->consumedMLUnits; + } + public function setHyperparameterMetricTag($hyperparameterMetricTag) + { + $this->hyperparameterMetricTag = $hyperparameterMetricTag; + } + public function getHyperparameterMetricTag() + { + return $this->hyperparameterMetricTag; + } + public function setIsBuiltInAlgorithmJob($isBuiltInAlgorithmJob) + { + $this->isBuiltInAlgorithmJob = $isBuiltInAlgorithmJob; + } + public function getIsBuiltInAlgorithmJob() + { + return $this->isBuiltInAlgorithmJob; + } + public function setIsHyperparameterTuningJob($isHyperparameterTuningJob) + { + $this->isHyperparameterTuningJob = $isHyperparameterTuningJob; + } + public function getIsHyperparameterTuningJob() + { + return $this->isHyperparameterTuningJob; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutput + */ + public function setTrials($trials) + { + $this->trials = $trials; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutput + */ + public function getTrials() + { + return $this->trials; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php new file mode 100644 index 000000000..d720ebe20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php @@ -0,0 +1,239 @@ +acceleratorConfig = $acceleratorConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig + */ + public function getAcceleratorConfig() + { + return $this->acceleratorConfig; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling + */ + public function setAutoScaling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling $autoScaling) + { + $this->autoScaling = $autoScaling; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling + */ + public function getAutoScaling() + { + return $this->autoScaling; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDeploymentUri($deploymentUri) + { + $this->deploymentUri = $deploymentUri; + } + public function getDeploymentUri() + { + return $this->deploymentUri; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFramework($framework) + { + $this->framework = $framework; + } + public function getFramework() + { + return $this->framework; + } + public function setIsDefault($isDefault) + { + $this->isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLastUseTime($lastUseTime) + { + $this->lastUseTime = $lastUseTime; + } + public function getLastUseTime() + { + return $this->lastUseTime; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling + */ + public function setManualScaling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling $manualScaling) + { + $this->manualScaling = $manualScaling; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling + */ + public function getManualScaling() + { + return $this->manualScaling; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPackageUris($packageUris) + { + $this->packageUris = $packageUris; + } + public function getPackageUris() + { + return $this->packageUris; + } + public function setPredictionClass($predictionClass) + { + $this->predictionClass = $predictionClass; + } + public function getPredictionClass() + { + return $this->predictionClass; + } + public function setPythonVersion($pythonVersion) + { + $this->pythonVersion = $pythonVersion; + } + public function getPythonVersion() + { + return $this->pythonVersion; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig + */ + public function setRequestLoggingConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig $requestLoggingConfig) + { + $this->requestLoggingConfig = $requestLoggingConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig + */ + public function getRequestLoggingConfig() + { + return $this->requestLoggingConfig; + } + public function setRuntimeVersion($runtimeVersion) + { + $this->runtimeVersion = $runtimeVersion; + } + public function getRuntimeVersion() + { + return $this->runtimeVersion; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditConfig.php new file mode 100644 index 000000000..b7ede69e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditLogConfig.php new file mode 100644 index 000000000..c7eae96b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Binding.php new file mode 100644 index 000000000..185c04f86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Policy.php new file mode 100644 index 000000000..a1c79aef3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleIamV1Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1SetIamPolicyRequest.php new file mode 100644 index 000000000..29f4346f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsRequest.php new file mode 100644 index 000000000..b725f6104 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsResponse.php new file mode 100644 index 000000000..77e9ad7e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleIamV1TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php new file mode 100644 index 000000000..9a7e6576b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.php new file mode 100644 index 000000000..4b7cf860c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleRpcStatus + */ + public function setError(Google_Service_CloudMachineLearningEngine_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleRpcStatus + */ + 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/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.php new file mode 100644 index 000000000..93d4aa2b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/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/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleTypeExpr.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleTypeExpr.php new file mode 100644 index 000000000..2285d3523 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleTypeExpr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/Projects.php new file mode 100644 index 000000000..8ad5eca6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/Projects.php @@ -0,0 +1,63 @@ + + * $mlService = new Google_Service_CloudMachineLearningEngine(...); + * $projects = $mlService->projects; + * + */ +class Google_Service_CloudMachineLearningEngine_Resource_Projects extends Google_Service_Resource +{ + /** + * Get the service account information associated with your project. You need + * this information in order to grant the service account permissions for the + * Google Cloud Storage location where you put your model training code for + * training the model with Google Cloud Machine Learning. (projects.getConfig) + * + * @param string $name Required. The project name. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse"); + } + /** + * Performs prediction on the data in the request. AI Platform implements a + * custom `predict` verb on top of an HTTP POST method. For details of the + * request and response format, see the **guide to the [predict request format + * ](/ml-engine/docs/v1/predict-request)**. (projects.predict) + * + * @param string $name Required. The resource name of a model or a version. + * + * Authorization: requires the `predict` permission on the specified resource. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody + */ + public function predict($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('predict', array($params), "Google_Service_CloudMachineLearningEngine_GoogleApiHttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php new file mode 100644 index 000000000..f459ad177 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php @@ -0,0 +1,202 @@ + + * $mlService = new Google_Service_CloudMachineLearningEngine(...); + * $jobs = $mlService->jobs; + * + */ +class Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs extends Google_Service_Resource +{ + /** + * Cancels a running job. (jobs.cancel) + * + * @param string $name Required. The name of the job to cancel. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CancelJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty + */ + public function cancel($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CancelJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); + } + /** + * Creates a training or a batch prediction job. (jobs.create) + * + * @param string $parent Required. The project name. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job + */ + public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); + } + /** + * Describes a job. (jobs.get) + * + * @param string $name Required. The name of the job to get the description of. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (jobs.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. + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy"); + } + /** + * Lists the jobs in the project. + * + * If there are no jobs that match the request parameters, the list request + * returns an empty response body: {}. (jobs.listProjectsJobs) + * + * @param string $parent Required. The name of the project for which to list + * jobs. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @opt_param int pageSize Optional. The number of jobs to retrieve per "page" + * of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @opt_param string filter Optional. Specifies the subset of jobs to retrieve. + * You can filter on the value of one or more attributes of the job object. For + * example, retrieve jobs with a job identifier that starts with 'census': + * gcloud ai-platform jobs list --filter='jobId:census*' List all failed jobs + * with names that start with 'rnn': gcloud ai-platform jobs list + * --filter='jobId:rnn* AND state:FAILED' For more examples, see the guide to + * monitoring jobs. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListJobsResponse + */ + public function listProjectsJobs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListJobsResponse"); + } + /** + * Updates a specific job resource. + * + * Currently the only supported fields to update are `labels`. (jobs.patch) + * + * @param string $name Required. The job name. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Specifies the path, relative to `Job`, + * of the field to update. To adopt etag mechanism, include `etag` field in the + * mask, and include the `etag` value in your job resource. + * + * For example, to change the labels of a job, the `update_mask` parameter would + * be specified as `labels`, `etag`, and the `PATCH` request body would specify + * the new value, as follows: { "labels": { "owner": + * "Google", "color": "Blue" } "etag": + * "33a64df551425fcc55e4d42a148795d9f25f89d4" } If `etag` matches the one on + * the server, the labels of the job will be replaced with the given ones, and + * the server end `etag` will be recalculated. + * + * Currently the only supported update masks are `labels` and `etag`. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job + */ + public function patch($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (jobs.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_CloudMachineLearningEngine_GoogleIamV1SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy + */ + public function setIamPolicy($resource, Google_Service_CloudMachineLearningEngine_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy"); + } + /** + * 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. (jobs.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_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php new file mode 100644 index 000000000..df3684d24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php @@ -0,0 +1,69 @@ + + * $mlService = new Google_Service_CloudMachineLearningEngine(...); + * $locations = $mlService->locations; + * + */ +class Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocations extends Google_Service_Resource +{ + /** + * Get the complete list of CMLE capabilities in a location, along with their + * location-specific properties. (locations.get) + * + * @param string $name Required. The name of the location. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Location"); + } + /** + * List all locations that provides at least one type of CMLE capability. + * (locations.listProjectsLocations) + * + * @param string $parent Required. The name of the project for which available + * locations are to be listed (since some locations might be whitelisted for + * specific projects). + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @opt_param int pageSize Optional. The number of locations to retrieve per + * "page" of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListLocationsResponse + */ + public function listProjectsLocations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php new file mode 100644 index 000000000..dced6a817 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php @@ -0,0 +1,208 @@ + + * $mlService = new Google_Service_CloudMachineLearningEngine(...); + * $models = $mlService->models; + * + */ +class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends Google_Service_Resource +{ + /** + * Creates a model which will later contain one or more versions. + * + * You must add at least one version before you can request predictions from the + * model. Add versions by calling [projects.models.versions.create](/ml- + * engine/reference/rest/v1/projects.models.versions/create). (models.create) + * + * @param string $parent Required. The project name. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model + */ + public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model"); + } + /** + * Deletes a model. + * + * You can only delete a model if there are no versions in it. You can delete + * versions by calling [projects.models.versions.delete](/ml- + * engine/reference/rest/v1/projects.models.versions/delete). (models.delete) + * + * @param string $name Required. The name of the model. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); + } + /** + * Gets information about a model, including its name, the description (if set), + * and the default version (if at least one version of the model has been + * deployed). (models.get) + * + * @param string $name Required. The name of the model. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (models.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. + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy"); + } + /** + * Lists the models in a project. + * + * Each project can contain multiple models, and each model can have multiple + * versions. + * + * If there are no models that match the request parameters, the list request + * returns an empty response body: {}. (models.listProjectsModels) + * + * @param string $parent Required. The name of the project whose models are to + * be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Specifies the subset of models to + * retrieve. + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @opt_param int pageSize Optional. The number of models to retrieve per "page" + * of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListModelsResponse + */ + public function listProjectsModels($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListModelsResponse"); + } + /** + * Updates a specific model resource. + * + * Currently the only supported fields to update are `description` and + * `default_version.name`. (models.patch) + * + * @param string $name Required. The project name. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Specifies the path, relative to + * `Model`, of the field to update. + * + * For example, to change the description of a model to "foo" and set its + * default version to "version_1", the `update_mask` parameter would be + * specified as `description`, `default_version.name`, and the `PATCH` request + * body would specify the new value, as follows: { "description": + * "foo", "defaultVersion": { "name":"version_1" } } + * + * Currently the supported update masks are `description` and + * `default_version.name`. + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function patch($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (models.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_CloudMachineLearningEngine_GoogleIamV1SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy + */ + public function setIamPolicy($resource, Google_Service_CloudMachineLearningEngine_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy"); + } + /** + * 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. (models.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_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudMachineLearningEngine_GoogleIamV1TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php new file mode 100644 index 000000000..0e74137c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php @@ -0,0 +1,177 @@ + + * $mlService = new Google_Service_CloudMachineLearningEngine(...); + * $versions = $mlService->versions; + * + */ +class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions extends Google_Service_Resource +{ + /** + * Creates a new version of a model from a trained TensorFlow model. + * + * If the version created in the cloud by this call is the first deployed + * version of the specified model, it will be made the default version of the + * model. When you add a version to a model that already has one or more + * versions, the default version does not automatically change. If you want a + * new version to be the default, you must call + * [projects.models.versions.setDefault](/ml- + * engine/reference/rest/v1/projects.models.versions/setDefault). + * (versions.create) + * + * @param string $parent Required. The name of the model. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function create($parent, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); + } + /** + * Deletes a model version. + * + * Each model can have multiple versions deployed and in use at any given time. + * Use this method to remove a single version. + * + * Note: You cannot delete the version that is set as the default version of the + * model unless it is the only remaining version. (versions.delete) + * + * @param string $name Required. The name of the version. You can get the names + * of all the versions of a model by calling [projects.models.versions.list + * ](/ml-engine/reference/rest/v1/projects.models.versions/list). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); + } + /** + * Gets information about a model version. + * + * Models can have multiple versions. You can call + * [projects.models.versions.list](/ml- + * engine/reference/rest/v1/projects.models.versions/list) to get the same + * information that this method returns for all of the versions of a model. + * (versions.get) + * + * @param string $name Required. The name of the version. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version"); + } + /** + * Gets basic information about all the versions of a model. + * + * If you expect that a model has many versions, or if you need to handle only a + * limited number of results at a time, you can request that the list be + * retrieved in batches (called pages). + * + * If there are no versions that match the request parameters, the list request + * returns an empty response body: {}. (versions.listProjectsModelsVersions) + * + * @param string $parent Required. The name of the model for which to list the + * version. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The number of versions to retrieve per + * "page" of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. + * @opt_param string filter Optional. Specifies the subset of versions to + * retrieve. + * @opt_param string pageToken Optional. A page token to request the next page + * of results. + * + * You get the token from the `next_page_token` field of the response from the + * previous call. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListVersionsResponse + */ + public function listProjectsModelsVersions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListVersionsResponse"); + } + /** + * Updates the specified Version resource. + * + * Currently the only update-able fields are `description` and + * `autoScaling.minNodes`. (versions.patch) + * + * @param string $name Required. The name of the model. + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Specifies the path, relative to + * `Version`, of the field to update. Must be present and non-empty. + * + * For example, to change the description of a version to "foo", the + * `update_mask` parameter would be specified as `description`, and the `PATCH` + * request body would specify the new value, as follows: { + * "description": "foo" } + * + * Currently the only supported update mask fields are `description` and + * `autoScaling.minNodes`. + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function patch($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); + } + /** + * Designates a version to be the default for the model. + * + * The default version is used for prediction requests made against the model + * that don't specify a version. + * + * The first version to be created for a model is automatically set as the + * default. You must make any subsequent changes to the default version setting + * manually using this method. (versions.setDefault) + * + * @param string $name Required. The name of the version to make the default for + * the model. You can get the names of all the versions of a model by calling + * [projects.models.versions.list](/ml- + * engine/reference/rest/v1/projects.models.versions/list). + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SetDefaultVersionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ + public function setDefault($name, Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SetDefaultVersionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setDefault', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php new file mode 100644 index 000000000..7afd5c848 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php @@ -0,0 +1,90 @@ + + * $mlService = new Google_Service_CloudMachineLearningEngine(...); + * $operations = $mlService->operations; + * + */ +class Google_Service_CloudMachineLearningEngine_Resource_ProjectsOperations 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 array $optParams Optional parameters. + * @return Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudMachineLearningEngine_GoogleProtobufEmpty"); + } + /** + * 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_CloudMachineLearningEngine_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningOperation"); + } + /** + * 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.listProjectsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningListOperationsResponse + */ + public function listProjectsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring.php new file mode 100644 index 000000000..6cd5bd3fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring.php @@ -0,0 +1,243 @@ + + * Accesses Google Cloud Monitoring data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudMonitoring extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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. */ + const MONITORING = + "https://www.googleapis.com/auth/monitoring"; + + public $metricDescriptors; + public $timeseries; + public $timeseriesDescriptors; + + /** + * Constructs the internal representation of the CloudMonitoring service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'cloudmonitoring/v2beta2/projects/'; + $this->version = 'v2beta2'; + $this->serviceName = 'cloudmonitoring'; + + $this->metricDescriptors = new Google_Service_CloudMonitoring_Resource_MetricDescriptors( + $this, + $this->serviceName, + 'metricDescriptors', + array( + 'methods' => array( + 'create' => array( + 'path' => '{project}/metricDescriptors', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/metricDescriptors/{metric}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'metric' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/metricDescriptors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->timeseries = new Google_Service_CloudMonitoring_Resource_Timeseries( + $this, + $this->serviceName, + 'timeseries', + array( + 'methods' => array( + 'list' => array( + 'path' => '{project}/timeseries/{metric}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'metric' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'youngest' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'aggregator' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'labels' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'oldest' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timespan' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'window' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'write' => array( + 'path' => '{project}/timeseries:write', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_Resource_TimeseriesDescriptors( + $this, + $this->serviceName, + 'timeseriesDescriptors', + array( + 'methods' => array( + 'list' => array( + 'path' => '{project}/timeseriesDescriptors/{metric}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'metric' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'youngest' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'aggregator' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'labels' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'oldest' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timespan' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'window' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/DeleteMetricDescriptorResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/DeleteMetricDescriptorResponse.php new file mode 100644 index 000000000..d9b9c8d4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/DeleteMetricDescriptorResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsRequest.php new file mode 100644 index 000000000..27fec9c99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsRequest.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsResponse.php new file mode 100644 index 000000000..07892df33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListMetricDescriptorsResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudMonitoring_MetricDescriptor + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_CloudMonitoring_MetricDescriptor + */ + public function getMetrics() + { + return $this->metrics; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php new file mode 100644 index 000000000..12e4378ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsResponse.php new file mode 100644 index 000000000..e188dc841 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsResponse.php @@ -0,0 +1,74 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setOldest($oldest) + { + $this->oldest = $oldest; + } + public function getOldest() + { + return $this->oldest; + } + /** + * @param Google_Service_CloudMonitoring_TimeseriesDescriptor + */ + public function setTimeseries($timeseries) + { + $this->timeseries = $timeseries; + } + /** + * @return Google_Service_CloudMonitoring_TimeseriesDescriptor + */ + public function getTimeseries() + { + return $this->timeseries; + } + public function setYoungest($youngest) + { + $this->youngest = $youngest; + } + public function getYoungest() + { + return $this->youngest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php new file mode 100644 index 000000000..ba3a4cc93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesResponse.php new file mode 100644 index 000000000..65fe2dd62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesResponse.php @@ -0,0 +1,74 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setOldest($oldest) + { + $this->oldest = $oldest; + } + public function getOldest() + { + return $this->oldest; + } + /** + * @param Google_Service_CloudMonitoring_Timeseries + */ + public function setTimeseries($timeseries) + { + $this->timeseries = $timeseries; + } + /** + * @return Google_Service_CloudMonitoring_Timeseries + */ + public function getTimeseries() + { + return $this->timeseries; + } + public function setYoungest($youngest) + { + $this->youngest = $youngest; + } + public function getYoungest() + { + return $this->youngest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php new file mode 100644 index 000000000..5f944fe85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php @@ -0,0 +1,81 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } + /** + * @param Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor + */ + public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor) + { + $this->typeDescriptor = $typeDescriptor; + } + /** + * @return Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor + */ + public function getTypeDescriptor() + { + return $this->typeDescriptor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorLabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorLabelDescriptor.php new file mode 100644 index 000000000..dd04c366a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorLabelDescriptor.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorTypeDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorTypeDescriptor.php new file mode 100644 index 000000000..d5f8864dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorTypeDescriptor.php @@ -0,0 +1,39 @@ +metricType = $metricType; + } + public function getMetricType() + { + return $this->metricType; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Point.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Point.php new file mode 100644 index 000000000..97d3af0b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Point.php @@ -0,0 +1,91 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + /** + * @param Google_Service_CloudMonitoring_PointDistribution + */ + public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue) + { + $this->distributionValue = $distributionValue; + } + /** + * @return Google_Service_CloudMonitoring_PointDistribution + */ + public function getDistributionValue() + { + return $this->distributionValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setInt64Value($int64Value) + { + $this->int64Value = $int64Value; + } + public function getInt64Value() + { + return $this->int64Value; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php new file mode 100644 index 000000000..c2639d308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php @@ -0,0 +1,70 @@ +buckets = $buckets; + } + /** + * @return Google_Service_CloudMonitoring_PointDistributionBucket + */ + public function getBuckets() + { + return $this->buckets; + } + /** + * @param Google_Service_CloudMonitoring_PointDistributionOverflowBucket + */ + public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributionOverflowBucket $overflowBucket) + { + $this->overflowBucket = $overflowBucket; + } + /** + * @return Google_Service_CloudMonitoring_PointDistributionOverflowBucket + */ + public function getOverflowBucket() + { + return $this->overflowBucket; + } + /** + * @param Google_Service_CloudMonitoring_PointDistributionUnderflowBucket + */ + public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistributionUnderflowBucket $underflowBucket) + { + $this->underflowBucket = $underflowBucket; + } + /** + * @return Google_Service_CloudMonitoring_PointDistributionUnderflowBucket + */ + public function getUnderflowBucket() + { + return $this->underflowBucket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionBucket.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionBucket.php new file mode 100644 index 000000000..2c662d779 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionBucket.php @@ -0,0 +1,48 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setLowerBound($lowerBound) + { + $this->lowerBound = $lowerBound; + } + public function getLowerBound() + { + return $this->lowerBound; + } + public function setUpperBound($upperBound) + { + $this->upperBound = $upperBound; + } + public function getUpperBound() + { + return $this->upperBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionOverflowBucket.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionOverflowBucket.php new file mode 100644 index 000000000..9d39ee228 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionOverflowBucket.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setLowerBound($lowerBound) + { + $this->lowerBound = $lowerBound; + } + public function getLowerBound() + { + return $this->lowerBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionUnderflowBucket.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionUnderflowBucket.php new file mode 100644 index 000000000..3e119bae4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionUnderflowBucket.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setUpperBound($upperBound) + { + $this->upperBound = $upperBound; + } + public function getUpperBound() + { + return $this->upperBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/MetricDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/MetricDescriptors.php new file mode 100644 index 000000000..5128dc100 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/MetricDescriptors.php @@ -0,0 +1,86 @@ + + * $cloudmonitoringService = new Google_Service_CloudMonitoring(...); + * $metricDescriptors = $cloudmonitoringService->metricDescriptors; + * + */ +class Google_Service_CloudMonitoring_Resource_MetricDescriptors extends Google_Service_Resource +{ + /** + * Create a new metric. (metricDescriptors.create) + * + * @param string $project The project id. The value can be the numeric project + * ID or string-based project name. + * @param Google_Service_CloudMonitoring_MetricDescriptor $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMonitoring_MetricDescriptor + */ + public function create($project, Google_Service_CloudMonitoring_MetricDescriptor $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor"); + } + /** + * Delete an existing metric. (metricDescriptors.delete) + * + * @param string $project The project ID to which the metric belongs. + * @param string $metric Name of the metric. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse + */ + public function delete($project, $metric, $optParams = array()) + { + $params = array('project' => $project, 'metric' => $metric); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse"); + } + /** + * List metric descriptors that match the query. If the query is not set, then + * all of the metric descriptors will be returned. Large responses will be + * paginated, use the nextPageToken returned in the response to request + * subsequent pages of results by setting the pageToken query parameter to the + * value of the nextPageToken. (metricDescriptors.listMetricDescriptors) + * + * @param string $project The project id. The value can be the numeric project + * ID or string-based project name. + * @param array $optParams Optional parameters. + * + * @opt_param int count Maximum number of metric descriptors per page. Used for + * pagination. If not specified, count = 100. + * @opt_param string pageToken The pagination token, which is used to page + * through large result sets. Set this value to the value of the nextPageToken + * to retrieve the next page of results. + * @opt_param string query The query used to search against existing metrics. + * Separate keywords with a space; the service joins all keywords with AND, + * meaning that all keywords must match for a metric to be returned. If this + * field is omitted, all metrics are returned. If an empty string is passed with + * this field, no metrics are returned. + * @return Google_Service_CloudMonitoring_ListMetricDescriptorsResponse + */ + public function listMetricDescriptors($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/Timeseries.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/Timeseries.php new file mode 100644 index 000000000..946255ec2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/Timeseries.php @@ -0,0 +1,104 @@ + + * $cloudmonitoringService = new Google_Service_CloudMonitoring(...); + * $timeseries = $cloudmonitoringService->timeseries; + * + */ +class Google_Service_CloudMonitoring_Resource_Timeseries extends Google_Service_Resource +{ + /** + * List the data points of the time series that match the metric and labels + * values and that have data points in the interval. Large responses are + * paginated; use the nextPageToken returned in the response to request + * subsequent pages of results by setting the pageToken query parameter to the + * value of the nextPageToken. (timeseries.listTimeseries) + * + * @param string $project The project ID to which this time series belongs. The + * value can be the numeric project ID or string-based project name. + * @param string $metric Metric names are protocol-free URLs as listed in the + * Supported Metrics page. For example, + * compute.googleapis.com/instance/disk/read_ops_count. + * @param string $youngest End of the time interval (inclusive), which is + * expressed as an RFC 3339 timestamp. + * @param array $optParams Optional parameters. + * + * @opt_param string aggregator The aggregation function that will reduce the + * data points in each window to a single point. This parameter is only valid + * for non-cumulative metrics with a value type of INT64 or DOUBLE. + * @opt_param int count Maximum number of data points per page, which is used + * for pagination of results. + * @opt_param string labels A collection of labels for the matching time series, + * which are represented as: - key==value: key equals the value - key=~value: + * key regex matches the value - key!=value: key does not equal the value - + * key!~value: key regex does not match the value For example, to list all of + * the time series descriptors for the region us-central1, you could specify: + * label=cloud.googleapis.com%2Flocation=~us-central1.* + * @opt_param string oldest Start of the time interval (exclusive), which is + * expressed as an RFC 3339 timestamp. If neither oldest nor timespan is + * specified, the default time interval will be (youngest - 4 hours, youngest] + * @opt_param string pageToken The pagination token, which is used to page + * through large result sets. Set this value to the value of the nextPageToken + * to retrieve the next page of results. + * @opt_param string timespan Length of the time interval to query, which is an + * alternative way to declare the interval: (youngest - timespan, youngest]. The + * timespan and oldest parameters should not be used together. Units: - s: + * second - m: minute - h: hour - d: day - w: week Examples: 2s, 3m, 4w. + * Only one unit is allowed, for example: 2w3d is not allowed; you should use + * 17d instead. + * + * If neither oldest nor timespan is specified, the default time interval will + * be (youngest - 4 hours, youngest]. + * @opt_param string window The sampling window. At most one data point will be + * returned for each window in the requested time interval. This parameter is + * only valid for non-cumulative metric types. Units: - m: minute - h: hour - + * d: day - w: week Examples: 3m, 4w. Only one unit is allowed, for example: + * 2w3d is not allowed; you should use 17d instead. + * @return Google_Service_CloudMonitoring_ListTimeseriesResponse + */ + public function listTimeseries($project, $metric, $youngest, $optParams = array()) + { + $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse"); + } + /** + * Put data points to one or more time series for one or more metrics. If a time + * series does not exist, a new time series will be created. It is not allowed + * to write a time series point that is older than the existing youngest point + * of that time series. Points that are older than the existing youngest point + * of that time series will be discarded silently. Therefore, users should make + * sure that points of a time series are written sequentially in the order of + * their end time. (timeseries.write) + * + * @param string $project The project ID. The value can be the numeric project + * ID or string-based project name. + * @param Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMonitoring_WriteTimeseriesResponse + */ + public function write($project, Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/TimeseriesDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/TimeseriesDescriptors.php new file mode 100644 index 000000000..26b478217 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Resource/TimeseriesDescriptors.php @@ -0,0 +1,83 @@ + + * $cloudmonitoringService = new Google_Service_CloudMonitoring(...); + * $timeseriesDescriptors = $cloudmonitoringService->timeseriesDescriptors; + * + */ +class Google_Service_CloudMonitoring_Resource_TimeseriesDescriptors extends Google_Service_Resource +{ + /** + * List the descriptors of the time series that match the metric and labels + * values and that have data points in the interval. Large responses are + * paginated; use the nextPageToken returned in the response to request + * subsequent pages of results by setting the pageToken query parameter to the + * value of the nextPageToken. (timeseriesDescriptors.listTimeseriesDescriptors) + * + * @param string $project The project ID to which this time series belongs. The + * value can be the numeric project ID or string-based project name. + * @param string $metric Metric names are protocol-free URLs as listed in the + * Supported Metrics page. For example, + * compute.googleapis.com/instance/disk/read_ops_count. + * @param string $youngest End of the time interval (inclusive), which is + * expressed as an RFC 3339 timestamp. + * @param array $optParams Optional parameters. + * + * @opt_param string aggregator The aggregation function that will reduce the + * data points in each window to a single point. This parameter is only valid + * for non-cumulative metrics with a value type of INT64 or DOUBLE. + * @opt_param int count Maximum number of time series descriptors per page. Used + * for pagination. If not specified, count = 100. + * @opt_param string labels A collection of labels for the matching time series, + * which are represented as: - key==value: key equals the value - key=~value: + * key regex matches the value - key!=value: key does not equal the value - + * key!~value: key regex does not match the value For example, to list all of + * the time series descriptors for the region us-central1, you could specify: + * label=cloud.googleapis.com%2Flocation=~us-central1.* + * @opt_param string oldest Start of the time interval (exclusive), which is + * expressed as an RFC 3339 timestamp. If neither oldest nor timespan is + * specified, the default time interval will be (youngest - 4 hours, youngest] + * @opt_param string pageToken The pagination token, which is used to page + * through large result sets. Set this value to the value of the nextPageToken + * to retrieve the next page of results. + * @opt_param string timespan Length of the time interval to query, which is an + * alternative way to declare the interval: (youngest - timespan, youngest]. The + * timespan and oldest parameters should not be used together. Units: - s: + * second - m: minute - h: hour - d: day - w: week Examples: 2s, 3m, 4w. + * Only one unit is allowed, for example: 2w3d is not allowed; you should use + * 17d instead. + * + * If neither oldest nor timespan is specified, the default time interval will + * be (youngest - 4 hours, youngest]. + * @opt_param string window The sampling window. At most one data point will be + * returned for each window in the requested time interval. This parameter is + * only valid for non-cumulative metric types. Units: - m: minute - h: hour - + * d: day - w: week Examples: 3m, 4w. Only one unit is allowed, for example: + * 2w3d is not allowed; you should use 17d instead. + * @return Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse + */ + public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array()) + { + $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Timeseries.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Timeseries.php new file mode 100644 index 000000000..948e63e5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/Timeseries.php @@ -0,0 +1,54 @@ +points = $points; + } + /** + * @return Google_Service_CloudMonitoring_Point + */ + public function getPoints() + { + return $this->points; + } + /** + * @param Google_Service_CloudMonitoring_TimeseriesDescriptor + */ + public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc) + { + $this->timeseriesDesc = $timeseriesDesc; + } + /** + * @return Google_Service_CloudMonitoring_TimeseriesDescriptor + */ + public function getTimeseriesDesc() + { + return $this->timeseriesDesc; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptor.php new file mode 100644 index 000000000..afb5c4105 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptor.php @@ -0,0 +1,48 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptorLabel.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptorLabel.php new file mode 100644 index 000000000..c2b3e5954 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptorLabel.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesPoint.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesPoint.php new file mode 100644 index 000000000..a701ce3a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesPoint.php @@ -0,0 +1,53 @@ +point = $point; + } + /** + * @return Google_Service_CloudMonitoring_Point + */ + public function getPoint() + { + return $this->point; + } + /** + * @param Google_Service_CloudMonitoring_TimeseriesDescriptor + */ + public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc) + { + $this->timeseriesDesc = $timeseriesDesc; + } + /** + * @return Google_Service_CloudMonitoring_TimeseriesDescriptor + */ + public function getTimeseriesDesc() + { + return $this->timeseriesDesc; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.php new file mode 100644 index 000000000..e7fe92f7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.php @@ -0,0 +1,47 @@ +commonLabels = $commonLabels; + } + public function getCommonLabels() + { + return $this->commonLabels; + } + /** + * @param Google_Service_CloudMonitoring_TimeseriesPoint + */ + public function setTimeseries($timeseries) + { + $this->timeseries = $timeseries; + } + /** + * @return Google_Service_CloudMonitoring_TimeseriesPoint + */ + public function getTimeseries() + { + return $this->timeseries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.php new file mode 100644 index 000000000..71ad6de1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php new file mode 100644 index 000000000..73697d2fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php @@ -0,0 +1,94 @@ + + * Provides natural language understanding technologies, such as sentiment + * analysis, entity recognition, entity sentiment analysis, and other text + * annotations, to developers. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +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. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $documents; + + /** + * Constructs the internal representation of the CloudNaturalLanguage 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://language.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'language'; + + $this->documents = new Google_Service_CloudNaturalLanguage_Resource_Documents( + $this, + $this->serviceName, + 'documents', + array( + 'methods' => array( + 'analyzeEntities' => array( + 'path' => 'v1/documents:analyzeEntities', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'analyzeEntitySentiment' => array( + 'path' => 'v1/documents:analyzeEntitySentiment', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'analyzeSentiment' => array( + 'path' => 'v1/documents:analyzeSentiment', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'analyzeSyntax' => array( + 'path' => 'v1/documents:analyzeSyntax', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'annotateText' => array( + 'path' => 'v1/documents:annotateText', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'classifyText' => array( + 'path' => 'v1/documents:classifyText', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.php new file mode 100644 index 000000000..76288e3f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.php @@ -0,0 +1,46 @@ +document = $document; + } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php new file mode 100644 index 000000000..4244ecdec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php @@ -0,0 +1,47 @@ +entities = $entities; + } + /** + * @return Google_Service_CloudNaturalLanguage_Entity + */ + public function getEntities() + { + return $this->entities; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentRequest.php new file mode 100644 index 000000000..0abffe7a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentRequest.php @@ -0,0 +1,46 @@ +document = $document; + } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentResponse.php new file mode 100644 index 000000000..d0aba158f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitySentimentResponse.php @@ -0,0 +1,47 @@ +entities = $entities; + } + /** + * @return Google_Service_CloudNaturalLanguage_Entity + */ + public function getEntities() + { + return $this->entities; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php new file mode 100644 index 000000000..a43b78abb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php @@ -0,0 +1,46 @@ +document = $document; + } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php new file mode 100644 index 000000000..0f9a2723e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php @@ -0,0 +1,63 @@ +documentSentiment = $documentSentiment; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentiment + */ + public function getDocumentSentiment() + { + return $this->documentSentiment; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + /** + * @param Google_Service_CloudNaturalLanguage_Sentence + */ + public function setSentences($sentences) + { + $this->sentences = $sentences; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentence + */ + public function getSentences() + { + return $this->sentences; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.php new file mode 100644 index 000000000..64b94b7d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.php @@ -0,0 +1,46 @@ +document = $document; + } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php new file mode 100644 index 000000000..e118fd422 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php @@ -0,0 +1,63 @@ +language = $language; + } + public function getLanguage() + { + return $this->language; + } + /** + * @param Google_Service_CloudNaturalLanguage_Sentence + */ + public function setSentences($sentences) + { + $this->sentences = $sentences; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentence + */ + public function getSentences() + { + return $this->sentences; + } + /** + * @param Google_Service_CloudNaturalLanguage_Token + */ + public function setTokens($tokens) + { + $this->tokens = $tokens; + } + /** + * @return Google_Service_CloudNaturalLanguage_Token + */ + public function getTokens() + { + return $this->tokens; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.php new file mode 100644 index 000000000..6d0cb9a50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.php @@ -0,0 +1,62 @@ +document = $document; + } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } + /** + * @param Google_Service_CloudNaturalLanguage_Features + */ + public function setFeatures(Google_Service_CloudNaturalLanguage_Features $features) + { + $this->features = $features; + } + /** + * @return Google_Service_CloudNaturalLanguage_Features + */ + public function getFeatures() + { + return $this->features; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.php new file mode 100644 index 000000000..0dca1ddce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.php @@ -0,0 +1,111 @@ +categories = $categories; + } + /** + * @return Google_Service_CloudNaturalLanguage_ClassificationCategory + */ + public function getCategories() + { + return $this->categories; + } + /** + * @param Google_Service_CloudNaturalLanguage_Sentiment + */ + public function setDocumentSentiment(Google_Service_CloudNaturalLanguage_Sentiment $documentSentiment) + { + $this->documentSentiment = $documentSentiment; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentiment + */ + public function getDocumentSentiment() + { + return $this->documentSentiment; + } + /** + * @param Google_Service_CloudNaturalLanguage_Entity + */ + public function setEntities($entities) + { + $this->entities = $entities; + } + /** + * @return Google_Service_CloudNaturalLanguage_Entity + */ + public function getEntities() + { + return $this->entities; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + /** + * @param Google_Service_CloudNaturalLanguage_Sentence + */ + public function setSentences($sentences) + { + $this->sentences = $sentences; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentence + */ + public function getSentences() + { + return $this->sentences; + } + /** + * @param Google_Service_CloudNaturalLanguage_Token + */ + public function setTokens($tokens) + { + $this->tokens = $tokens; + } + /** + * @return Google_Service_CloudNaturalLanguage_Token + */ + public function getTokens() + { + return $this->tokens; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassificationCategory.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassificationCategory.php new file mode 100644 index 000000000..cd48bc987 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassificationCategory.php @@ -0,0 +1,39 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextRequest.php new file mode 100644 index 000000000..4263d757f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextRequest.php @@ -0,0 +1,37 @@ +document = $document; + } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ + public function getDocument() + { + return $this->document; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextResponse.php new file mode 100644 index 000000000..3dd058992 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/ClassifyTextResponse.php @@ -0,0 +1,38 @@ +categories = $categories; + } + /** + * @return Google_Service_CloudNaturalLanguage_ClassificationCategory + */ + public function getCategories() + { + return $this->categories; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.php new file mode 100644 index 000000000..a9afb8896 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.php @@ -0,0 +1,39 @@ +headTokenIndex = $headTokenIndex; + } + public function getHeadTokenIndex() + { + return $this->headTokenIndex; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Document.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Document.php new file mode 100644 index 000000000..d5f46b652 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Document.php @@ -0,0 +1,57 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setGcsContentUri($gcsContentUri) + { + $this->gcsContentUri = $gcsContentUri; + } + public function getGcsContentUri() + { + return $this->gcsContentUri; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Entity.php new file mode 100644 index 000000000..bc246d850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Entity.php @@ -0,0 +1,90 @@ +mentions = $mentions; + } + /** + * @return Google_Service_CloudNaturalLanguage_EntityMention + */ + public function getMentions() + { + return $this->mentions; + } + 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 setSalience($salience) + { + $this->salience = $salience; + } + public function getSalience() + { + return $this->salience; + } + /** + * @param Google_Service_CloudNaturalLanguage_Sentiment + */ + public function setSentiment(Google_Service_CloudNaturalLanguage_Sentiment $sentiment) + { + $this->sentiment = $sentiment; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentiment + */ + public function getSentiment() + { + return $this->sentiment; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php new file mode 100644 index 000000000..d9ad99aeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php @@ -0,0 +1,62 @@ +sentiment = $sentiment; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentiment + */ + public function getSentiment() + { + return $this->sentiment; + } + /** + * @param Google_Service_CloudNaturalLanguage_TextSpan + */ + public function setText(Google_Service_CloudNaturalLanguage_TextSpan $text) + { + $this->text = $text; + } + /** + * @return Google_Service_CloudNaturalLanguage_TextSpan + */ + public function getText() + { + return $this->text; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.php new file mode 100644 index 000000000..357e92389 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.php @@ -0,0 +1,66 @@ +classifyText = $classifyText; + } + public function getClassifyText() + { + return $this->classifyText; + } + public function setExtractDocumentSentiment($extractDocumentSentiment) + { + $this->extractDocumentSentiment = $extractDocumentSentiment; + } + public function getExtractDocumentSentiment() + { + return $this->extractDocumentSentiment; + } + public function setExtractEntities($extractEntities) + { + $this->extractEntities = $extractEntities; + } + public function getExtractEntities() + { + return $this->extractEntities; + } + public function setExtractEntitySentiment($extractEntitySentiment) + { + $this->extractEntitySentiment = $extractEntitySentiment; + } + public function getExtractEntitySentiment() + { + return $this->extractEntitySentiment; + } + public function setExtractSyntax($extractSyntax) + { + $this->extractSyntax = $extractSyntax; + } + public function getExtractSyntax() + { + return $this->extractSyntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.php new file mode 100644 index 000000000..1e72d885d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.php @@ -0,0 +1,129 @@ +aspect = $aspect; + } + public function getAspect() + { + return $this->aspect; + } + public function setCase($case) + { + $this->case = $case; + } + public function getCase() + { + return $this->case; + } + public function setForm($form) + { + $this->form = $form; + } + public function getForm() + { + return $this->form; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setMood($mood) + { + $this->mood = $mood; + } + public function getMood() + { + return $this->mood; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setPerson($person) + { + $this->person = $person; + } + public function getPerson() + { + return $this->person; + } + public function setProper($proper) + { + $this->proper = $proper; + } + public function getProper() + { + return $this->proper; + } + public function setReciprocity($reciprocity) + { + $this->reciprocity = $reciprocity; + } + public function getReciprocity() + { + return $this->reciprocity; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setTense($tense) + { + $this->tense = $tense; + } + public function getTense() + { + return $this->tense; + } + public function setVoice($voice) + { + $this->voice = $voice; + } + public function getVoice() + { + return $this->voice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Resource/Documents.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Resource/Documents.php new file mode 100644 index 000000000..089aec075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Resource/Documents.php @@ -0,0 +1,114 @@ + + * $languageService = new Google_Service_CloudNaturalLanguage(...); + * $documents = $languageService->documents; + * + */ +class Google_Service_CloudNaturalLanguage_Resource_Documents extends Google_Service_Resource +{ + /** + * Finds named entities (currently proper names and common nouns) in the text + * along with entity types, salience, mentions for each entity, and other + * properties. (documents.analyzeEntities) + * + * @param Google_Service_CloudNaturalLanguage_AnalyzeEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguage_AnalyzeEntitiesResponse + */ + public function analyzeEntities(Google_Service_CloudNaturalLanguage_AnalyzeEntitiesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyzeEntities', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeEntitiesResponse"); + } + /** + * Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment + * associated with each entity and its mentions. + * (documents.analyzeEntitySentiment) + * + * @param Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentResponse + */ + public function analyzeEntitySentiment(Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyzeEntitySentiment', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeEntitySentimentResponse"); + } + /** + * Analyzes the sentiment of the provided text. (documents.analyzeSentiment) + * + * @param Google_Service_CloudNaturalLanguage_AnalyzeSentimentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguage_AnalyzeSentimentResponse + */ + public function analyzeSentiment(Google_Service_CloudNaturalLanguage_AnalyzeSentimentRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyzeSentiment', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeSentimentResponse"); + } + /** + * Analyzes the syntax of the text and provides sentence boundaries and + * tokenization along with part of speech tags, dependency trees, and other + * properties. (documents.analyzeSyntax) + * + * @param Google_Service_CloudNaturalLanguage_AnalyzeSyntaxRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguage_AnalyzeSyntaxResponse + */ + public function analyzeSyntax(Google_Service_CloudNaturalLanguage_AnalyzeSyntaxRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyzeSyntax', array($params), "Google_Service_CloudNaturalLanguage_AnalyzeSyntaxResponse"); + } + /** + * A convenience method that provides all the features that analyzeSentiment, + * analyzeEntities, and analyzeSyntax provide in one call. + * (documents.annotateText) + * + * @param Google_Service_CloudNaturalLanguage_AnnotateTextRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguage_AnnotateTextResponse + */ + public function annotateText(Google_Service_CloudNaturalLanguage_AnnotateTextRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotateText', array($params), "Google_Service_CloudNaturalLanguage_AnnotateTextResponse"); + } + /** + * Classifies a document into categories. (documents.classifyText) + * + * @param Google_Service_CloudNaturalLanguage_ClassifyTextRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguage_ClassifyTextResponse + */ + public function classifyText(Google_Service_CloudNaturalLanguage_ClassifyTextRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('classifyText', array($params), "Google_Service_CloudNaturalLanguage_ClassifyTextResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.php new file mode 100644 index 000000000..356e1f655 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.php @@ -0,0 +1,53 @@ +sentiment = $sentiment; + } + /** + * @return Google_Service_CloudNaturalLanguage_Sentiment + */ + public function getSentiment() + { + return $this->sentiment; + } + /** + * @param Google_Service_CloudNaturalLanguage_TextSpan + */ + public function setText(Google_Service_CloudNaturalLanguage_TextSpan $text) + { + $this->text = $text; + } + /** + * @return Google_Service_CloudNaturalLanguage_TextSpan + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.php new file mode 100644 index 000000000..110194d5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.php @@ -0,0 +1,39 @@ +magnitude = $magnitude; + } + public function getMagnitude() + { + return $this->magnitude; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Status.php new file mode 100644 index 000000000..366c481f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/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/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/TextSpan.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/TextSpan.php new file mode 100644 index 000000000..38f5194ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/TextSpan.php @@ -0,0 +1,39 @@ +beginOffset = $beginOffset; + } + public function getBeginOffset() + { + return $this->beginOffset; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Token.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Token.php new file mode 100644 index 000000000..0c8bb9c5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Token.php @@ -0,0 +1,78 @@ +dependencyEdge = $dependencyEdge; + } + /** + * @return Google_Service_CloudNaturalLanguage_DependencyEdge + */ + public function getDependencyEdge() + { + return $this->dependencyEdge; + } + public function setLemma($lemma) + { + $this->lemma = $lemma; + } + public function getLemma() + { + return $this->lemma; + } + /** + * @param Google_Service_CloudNaturalLanguage_PartOfSpeech + */ + public function setPartOfSpeech(Google_Service_CloudNaturalLanguage_PartOfSpeech $partOfSpeech) + { + $this->partOfSpeech = $partOfSpeech; + } + /** + * @return Google_Service_CloudNaturalLanguage_PartOfSpeech + */ + public function getPartOfSpeech() + { + return $this->partOfSpeech; + } + /** + * @param Google_Service_CloudNaturalLanguage_TextSpan + */ + public function setText(Google_Service_CloudNaturalLanguage_TextSpan $text) + { + $this->text = $text; + } + /** + * @return Google_Service_CloudNaturalLanguage_TextSpan + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.php new file mode 100644 index 000000000..424b1a291 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.php @@ -0,0 +1,78 @@ + + * Google Cloud Natural Language API provides natural language understanding + * technologies to developers. Examples include sentiment analysis, entity + * recognition, and text annotations. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudNaturalLanguageAPI extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $documents; + + /** + * Constructs the internal representation of the CloudNaturalLanguageAPI + * service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://language.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1beta1'; + $this->serviceName = 'language'; + + $this->documents = new Google_Service_CloudNaturalLanguageAPI_Resource_Documents( + $this, + $this->serviceName, + 'documents', + array( + 'methods' => array( + 'analyzeEntities' => array( + 'path' => 'v1beta1/documents:analyzeEntities', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'analyzeSentiment' => array( + 'path' => 'v1beta1/documents:analyzeSentiment', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'annotateText' => array( + 'path' => 'v1beta1/documents:annotateText', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesRequest.php new file mode 100644 index 000000000..caec51e09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesRequest.php @@ -0,0 +1,40 @@ +document = $document; + } + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesResponse.php new file mode 100644 index 000000000..7281ae3ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeEntitiesResponse.php @@ -0,0 +1,41 @@ +entities = $entities; + } + public function getEntities() + { + return $this->entities; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentRequest.php new file mode 100644 index 000000000..563d880d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentRequest.php @@ -0,0 +1,31 @@ +document = $document; + } + public function getDocument() + { + return $this->document; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentResponse.php new file mode 100644 index 000000000..eb61aed6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnalyzeSentimentResponse.php @@ -0,0 +1,40 @@ +documentSentiment = $documentSentiment; + } + public function getDocumentSentiment() + { + return $this->documentSentiment; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextRequest.php new file mode 100644 index 000000000..329a2a7b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextRequest.php @@ -0,0 +1,50 @@ +document = $document; + } + public function getDocument() + { + return $this->document; + } + public function setEncodingType($encodingType) + { + $this->encodingType = $encodingType; + } + public function getEncodingType() + { + return $this->encodingType; + } + public function setFeatures(Google_Service_CloudNaturalLanguageAPI_Features $features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextResponse.php new file mode 100644 index 000000000..b3eb3f642 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/AnnotateTextResponse.php @@ -0,0 +1,71 @@ +documentSentiment = $documentSentiment; + } + public function getDocumentSentiment() + { + return $this->documentSentiment; + } + public function setEntities($entities) + { + $this->entities = $entities; + } + public function getEntities() + { + return $this->entities; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setSentences($sentences) + { + $this->sentences = $sentences; + } + public function getSentences() + { + return $this->sentences; + } + public function setTokens($tokens) + { + $this->tokens = $tokens; + } + public function getTokens() + { + return $this->tokens; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/DependencyEdge.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/DependencyEdge.php new file mode 100644 index 000000000..a96fe32fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/DependencyEdge.php @@ -0,0 +1,39 @@ +headTokenIndex = $headTokenIndex; + } + public function getHeadTokenIndex() + { + return $this->headTokenIndex; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Document.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Document.php new file mode 100644 index 000000000..5bb59d6d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Document.php @@ -0,0 +1,57 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setGcsContentUri($gcsContentUri) + { + $this->gcsContentUri = $gcsContentUri; + } + public function getGcsContentUri() + { + return $this->gcsContentUri; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Entity.php new file mode 100644 index 000000000..746863b5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Entity.php @@ -0,0 +1,68 @@ +mentions = $mentions; + } + public function getMentions() + { + return $this->mentions; + } + 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 setSalience($salience) + { + $this->salience = $salience; + } + public function getSalience() + { + return $this->salience; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/EntityMention.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/EntityMention.php new file mode 100644 index 000000000..9dbe43ccc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/EntityMention.php @@ -0,0 +1,31 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Features.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Features.php new file mode 100644 index 000000000..3212559e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Features.php @@ -0,0 +1,48 @@ +extractDocumentSentiment = $extractDocumentSentiment; + } + public function getExtractDocumentSentiment() + { + return $this->extractDocumentSentiment; + } + public function setExtractEntities($extractEntities) + { + $this->extractEntities = $extractEntities; + } + public function getExtractEntities() + { + return $this->extractEntities; + } + public function setExtractSyntax($extractSyntax) + { + $this->extractSyntax = $extractSyntax; + } + public function getExtractSyntax() + { + return $this->extractSyntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/PartOfSpeech.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/PartOfSpeech.php new file mode 100644 index 000000000..1e9ab2e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/PartOfSpeech.php @@ -0,0 +1,30 @@ +tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Resource/Documents.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Resource/Documents.php new file mode 100644 index 000000000..9936bf27b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Resource/Documents.php @@ -0,0 +1,71 @@ + + * $languageService = new Google_Service_CloudNaturalLanguageAPI(...); + * $documents = $languageService->documents; + * + */ +class Google_Service_CloudNaturalLanguageAPI_Resource_Documents extends Google_Service_Resource +{ + /** + * Finds named entities (currently finds proper names) in the text, entity + * types, salience, mentions for each entity, and other properties. + * (documents.analyzeEntities) + * + * @param Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesResponse + */ + public function analyzeEntities(Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyzeEntities', array($params), "Google_Service_CloudNaturalLanguageAPI_AnalyzeEntitiesResponse"); + } + /** + * Analyzes the sentiment of the provided text. (documents.analyzeSentiment) + * + * @param Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentResponse + */ + public function analyzeSentiment(Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyzeSentiment', array($params), "Google_Service_CloudNaturalLanguageAPI_AnalyzeSentimentResponse"); + } + /** + * A convenience method that provides all the features that analyzeSentiment, + * analyzeEntities, and analyzeSyntax provide in one call. + * (documents.annotateText) + * + * @param Google_Service_CloudNaturalLanguageAPI_AnnotateTextRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudNaturalLanguageAPI_AnnotateTextResponse + */ + public function annotateText(Google_Service_CloudNaturalLanguageAPI_AnnotateTextRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotateText', array($params), "Google_Service_CloudNaturalLanguageAPI_AnnotateTextResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentence.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentence.php new file mode 100644 index 000000000..08bc06580 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentence.php @@ -0,0 +1,31 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentiment.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentiment.php new file mode 100644 index 000000000..5689d5264 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Sentiment.php @@ -0,0 +1,39 @@ +magnitude = $magnitude; + } + public function getMagnitude() + { + return $this->magnitude; + } + public function setPolarity($polarity) + { + $this->polarity = $polarity; + } + public function getPolarity() + { + return $this->polarity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Status.php new file mode 100644 index 000000000..d565c3f81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/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/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/TextSpan.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/TextSpan.php new file mode 100644 index 000000000..ad7906927 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/TextSpan.php @@ -0,0 +1,39 @@ +beginOffset = $beginOffset; + } + public function getBeginOffset() + { + return $this->beginOffset; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Token.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Token.php new file mode 100644 index 000000000..0e4415911 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI/Token.php @@ -0,0 +1,60 @@ +dependencyEdge = $dependencyEdge; + } + public function getDependencyEdge() + { + return $this->dependencyEdge; + } + public function setLemma($lemma) + { + $this->lemma = $lemma; + } + public function getLemma() + { + return $this->lemma; + } + public function setPartOfSpeech(Google_Service_CloudNaturalLanguageAPI_PartOfSpeech $partOfSpeech) + { + $this->partOfSpeech = $partOfSpeech; + } + public function getPartOfSpeech() + { + return $this->partOfSpeech; + } + public function setText(Google_Service_CloudNaturalLanguageAPI_TextSpan $text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin.php new file mode 100644 index 000000000..d6f9a901e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin.php @@ -0,0 +1,167 @@ + + * You can use OS Login to manage access to your VM instances using IAM roles. + * For more information, read [OS Login](/compute/docs/oslogin/). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudOSLogin extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + + public $users; + public $users_projects; + public $users_sshPublicKeys; + + /** + * Constructs the internal representation of the CloudOSLogin 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://oslogin.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'oslogin'; + + $this->users = new Google_Service_CloudOSLogin_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'getLoginProfile' => array( + 'path' => 'v1/{+name}/loginProfile', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'systemId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'importSshPublicKey' => array( + 'path' => 'v1/{+parent}:importSshPublicKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_projects = new Google_Service_CloudOSLogin_Resource_UsersProjects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_sshPublicKeys = new Google_Service_CloudOSLogin_Resource_UsersSshPublicKeys( + $this, + $this->serviceName, + 'sshPublicKeys', + array( + 'methods' => array( + '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, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/ImportSshPublicKeyResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/ImportSshPublicKeyResponse.php new file mode 100644 index 000000000..eb7dd5130 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/ImportSshPublicKeyResponse.php @@ -0,0 +1,37 @@ +loginProfile = $loginProfile; + } + /** + * @return Google_Service_CloudOSLogin_LoginProfile + */ + public function getLoginProfile() + { + return $this->loginProfile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/LoginProfile.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/LoginProfile.php new file mode 100644 index 000000000..6b072fb5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/LoginProfile.php @@ -0,0 +1,63 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudOSLogin_PosixAccount + */ + public function setPosixAccounts($posixAccounts) + { + $this->posixAccounts = $posixAccounts; + } + /** + * @return Google_Service_CloudOSLogin_PosixAccount + */ + public function getPosixAccounts() + { + return $this->posixAccounts; + } + /** + * @param Google_Service_CloudOSLogin_SshPublicKey + */ + public function setSshPublicKeys($sshPublicKeys) + { + $this->sshPublicKeys = $sshPublicKeys; + } + /** + * @return Google_Service_CloudOSLogin_SshPublicKey + */ + public function getSshPublicKeys() + { + return $this->sshPublicKeys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/OsloginEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/OsloginEmpty.php new file mode 100644 index 000000000..fc760456b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/OsloginEmpty.php @@ -0,0 +1,20 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setGecos($gecos) + { + $this->gecos = $gecos; + } + public function getGecos() + { + return $this->gecos; + } + public function setGid($gid) + { + $this->gid = $gid; + } + public function getGid() + { + return $this->gid; + } + public function setHomeDirectory($homeDirectory) + { + $this->homeDirectory = $homeDirectory; + } + public function getHomeDirectory() + { + return $this->homeDirectory; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOperatingSystemType($operatingSystemType) + { + $this->operatingSystemType = $operatingSystemType; + } + public function getOperatingSystemType() + { + return $this->operatingSystemType; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setShell($shell) + { + $this->shell = $shell; + } + public function getShell() + { + return $this->shell; + } + public function setSystemId($systemId) + { + $this->systemId = $systemId; + } + public function getSystemId() + { + return $this->systemId; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/Users.php new file mode 100644 index 000000000..7da044066 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/Users.php @@ -0,0 +1,66 @@ + + * $osloginService = new Google_Service_CloudOSLogin(...); + * $users = $osloginService->users; + * + */ +class Google_Service_CloudOSLogin_Resource_Users extends Google_Service_Resource +{ + /** + * Retrieves the profile information used for logging in to a virtual machine on + * Google Compute Engine. (users.getLoginProfile) + * + * @param string $name The unique ID for the user in format `users/{user}`. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project ID of the Google Cloud Platform + * project. + * @opt_param string systemId A system ID for filtering the results of the + * request. + * @return Google_Service_CloudOSLogin_LoginProfile + */ + public function getLoginProfile($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getLoginProfile', array($params), "Google_Service_CloudOSLogin_LoginProfile"); + } + /** + * Adds an SSH public key and returns the profile information. Default POSIX + * account information is set when no username and UID exist as part of the + * login profile. (users.importSshPublicKey) + * + * @param string $parent The unique ID for the user in format `users/{user}`. + * @param Google_Service_CloudOSLogin_SshPublicKey $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project ID of the Google Cloud Platform + * project. + * @return Google_Service_CloudOSLogin_ImportSshPublicKeyResponse + */ + public function importSshPublicKey($parent, Google_Service_CloudOSLogin_SshPublicKey $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('importSshPublicKey', array($params), "Google_Service_CloudOSLogin_ImportSshPublicKeyResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersProjects.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersProjects.php new file mode 100644 index 000000000..b617996fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersProjects.php @@ -0,0 +1,44 @@ + + * $osloginService = new Google_Service_CloudOSLogin(...); + * $projects = $osloginService->projects; + * + */ +class Google_Service_CloudOSLogin_Resource_UsersProjects extends Google_Service_Resource +{ + /** + * Deletes a POSIX account. (projects.delete) + * + * @param string $name A reference to the POSIX account to update. POSIX + * accounts are identified by the project ID they are associated with. A + * reference to the POSIX account is in format + * `users/{user}/projects/{project}`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudOSLogin_OsloginEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudOSLogin_OsloginEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersSshPublicKeys.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersSshPublicKeys.php new file mode 100644 index 000000000..fe6dcfb8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/Resource/UsersSshPublicKeys.php @@ -0,0 +1,78 @@ + + * $osloginService = new Google_Service_CloudOSLogin(...); + * $sshPublicKeys = $osloginService->sshPublicKeys; + * + */ +class Google_Service_CloudOSLogin_Resource_UsersSshPublicKeys extends Google_Service_Resource +{ + /** + * Deletes an SSH public key. (sshPublicKeys.delete) + * + * @param string $name The fingerprint of the public key to update. Public keys + * are identified by their SHA-256 fingerprint. The fingerprint of the public + * key is in format `users/{user}/sshPublicKeys/{fingerprint}`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudOSLogin_OsloginEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudOSLogin_OsloginEmpty"); + } + /** + * Retrieves an SSH public key. (sshPublicKeys.get) + * + * @param string $name The fingerprint of the public key to retrieve. Public + * keys are identified by their SHA-256 fingerprint. The fingerprint of the + * public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudOSLogin_SshPublicKey + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudOSLogin_SshPublicKey"); + } + /** + * Updates an SSH public key and returns the profile information. This method + * supports patch semantics. (sshPublicKeys.patch) + * + * @param string $name The fingerprint of the public key to update. Public keys + * are identified by their SHA-256 fingerprint. The fingerprint of the public + * key is in format `users/{user}/sshPublicKeys/{fingerprint}`. + * @param Google_Service_CloudOSLogin_SshPublicKey $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Mask to control which fields get updated. + * Updates all if not present. + * @return Google_Service_CloudOSLogin_SshPublicKey + */ + public function patch($name, Google_Service_CloudOSLogin_SshPublicKey $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudOSLogin_SshPublicKey"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php new file mode 100644 index 000000000..bb264bb82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php @@ -0,0 +1,57 @@ +expirationTimeUsec = $expirationTimeUsec; + } + public function getExpirationTimeUsec() + { + return $this->expirationTimeUsec; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog.php new file mode 100644 index 000000000..0b0a47e70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog.php @@ -0,0 +1,352 @@ + + * Enable cloud users to discover enterprise catalogs and products in their + * organizations. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudPrivateCatalog extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $folders_catalogs; + public $folders_products; + public $folders_versions; + public $organizations_catalogs; + public $organizations_products; + public $organizations_versions; + public $projects_catalogs; + public $projects_products; + public $projects_versions; + + /** + * Constructs the internal representation of the CloudPrivateCatalog 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://cloudprivatecatalog.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'cloudprivatecatalog'; + + $this->folders_catalogs = new Google_Service_CloudPrivateCatalog_Resource_FoldersCatalogs( + $this, + $this->serviceName, + 'catalogs', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/catalogs:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->folders_products = new Google_Service_CloudPrivateCatalog_Resource_FoldersProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/products:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->folders_versions = new Google_Service_CloudPrivateCatalog_Resource_FoldersVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/versions:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->organizations_catalogs = new Google_Service_CloudPrivateCatalog_Resource_OrganizationsCatalogs( + $this, + $this->serviceName, + 'catalogs', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/catalogs:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_products = new Google_Service_CloudPrivateCatalog_Resource_OrganizationsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/products:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_versions = new Google_Service_CloudPrivateCatalog_Resource_OrganizationsVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/versions:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_catalogs = new Google_Service_CloudPrivateCatalog_Resource_ProjectsCatalogs( + $this, + $this->serviceName, + 'catalogs', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/catalogs:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_products = new Google_Service_CloudPrivateCatalog_Resource_ProjectsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/products:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_versions = new Google_Service_CloudPrivateCatalog_Resource_ProjectsVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1beta1/{+resource}/versions:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Catalog.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Catalog.php new file mode 100644 index 000000000..b05f6ba19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Catalog.php @@ -0,0 +1,66 @@ +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 setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Product.php new file mode 100644 index 000000000..87b8f0616 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Product.php @@ -0,0 +1,75 @@ +assetType = $assetType; + } + public function getAssetType() + { + return $this->assetType; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDisplayMetadata($displayMetadata) + { + $this->displayMetadata = $displayMetadata; + } + public function getDisplayMetadata() + { + return $this->displayMetadata; + } + public function setIconUri($iconUri) + { + $this->iconUri = $iconUri; + } + public function getIconUri() + { + return $this->iconUri; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse.php new file mode 100644 index 000000000..9bab0f861 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse.php @@ -0,0 +1,47 @@ +catalogs = $catalogs; + } + /** + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Catalog + */ + public function getCatalogs() + { + return $this->catalogs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchProductsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchProductsResponse.php new file mode 100644 index 000000000..10aa0e795 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchProductsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Product + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse.php new file mode 100644 index 000000000..5ab50c44b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Version + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1Version + */ + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Version.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Version.php new file mode 100644 index 000000000..ff2a5d41e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/GoogleCloudPrivatecatalogV1beta1Version.php @@ -0,0 +1,66 @@ +asset = $asset; + } + public function getAsset() + { + return $this->asset; + } + 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 setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Folders.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Folders.php new file mode 100644 index 000000000..bb8e3ad8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Folders.php @@ -0,0 +1,28 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $folders = $cloudprivatecatalogService->folders; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_Folders extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersCatalogs.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersCatalogs.php new file mode 100644 index 000000000..b330af40c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersCatalogs.php @@ -0,0 +1,55 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $catalogs = $cloudprivatecatalogService->catalogs; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_FoldersCatalogs extends Google_Service_Resource +{ + /** + * Search Catalog resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (catalogs.search) + * + * @param string $resource Required. The name of the resource context. It can be + * in following formats: + * + * * `projects/{project_id}` * `folders/{folder_id}` * + * `organizations/{organization_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchCatalogs that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the catalogs. The supported + * queries are: + * + * * Get a single catalog: `name=catalogs/{catalog_id}` + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersProducts.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersProducts.php new file mode 100644 index 000000000..b5e73f4c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersProducts.php @@ -0,0 +1,53 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $products = $cloudprivatecatalogService->products; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_FoldersProducts extends Google_Service_Resource +{ + /** + * Search Product resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (products.search) + * + * @param string $resource Required. The name of the resource context. See + * SearchCatalogsRequest.resource for details. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchProducts that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the products. + * + * The supported queries are: * List products of all catalogs: empty * List + * products under a catalog: `parent=catalogs/{catalog_id}` * Get a product by + * name: `name=catalogs/{catalog_id}/products/{product_id}` + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersVersions.php new file mode 100644 index 000000000..1c8fe8269 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/FoldersVersions.php @@ -0,0 +1,53 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $versions = $cloudprivatecatalogService->versions; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_FoldersVersions extends Google_Service_Resource +{ + /** + * Search Version resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (versions.search) + * + * @param string $resource Required. The name of the resource context. See + * SearchCatalogsRequest.resource for details. + * @param array $optParams Optional parameters. + * + * @opt_param string query The query to filter the versions. Required. + * + * The supported queries are: * List versions under a product: + * `parent=catalogs/{catalog_id}/products/{product_id}` * Get a version by name: + * `name=catalogs/{catalog_id}/products/{product_id}/versions/{version_id}` + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchVersions that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Organizations.php new file mode 100644 index 000000000..88c0e6215 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Organizations.php @@ -0,0 +1,28 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $organizations = $cloudprivatecatalogService->organizations; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_Organizations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsCatalogs.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsCatalogs.php new file mode 100644 index 000000000..9e1f4cf11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsCatalogs.php @@ -0,0 +1,55 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $catalogs = $cloudprivatecatalogService->catalogs; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_OrganizationsCatalogs extends Google_Service_Resource +{ + /** + * Search Catalog resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (catalogs.search) + * + * @param string $resource Required. The name of the resource context. It can be + * in following formats: + * + * * `projects/{project_id}` * `folders/{folder_id}` * + * `organizations/{organization_id}` + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the catalogs. The supported + * queries are: + * + * * Get a single catalog: `name=catalogs/{catalog_id}` + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchCatalogs that indicates where this listing should continue from. + * This field is optional. + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsProducts.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsProducts.php new file mode 100644 index 000000000..84d6f4b29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsProducts.php @@ -0,0 +1,53 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $products = $cloudprivatecatalogService->products; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_OrganizationsProducts extends Google_Service_Resource +{ + /** + * Search Product resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (products.search) + * + * @param string $resource Required. The name of the resource context. See + * SearchCatalogsRequest.resource for details. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchProducts that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the products. + * + * The supported queries are: * List products of all catalogs: empty * List + * products under a catalog: `parent=catalogs/{catalog_id}` * Get a product by + * name: `name=catalogs/{catalog_id}/products/{product_id}` + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsVersions.php new file mode 100644 index 000000000..7be1d84d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/OrganizationsVersions.php @@ -0,0 +1,53 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $versions = $cloudprivatecatalogService->versions; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_OrganizationsVersions extends Google_Service_Resource +{ + /** + * Search Version resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (versions.search) + * + * @param string $resource Required. The name of the resource context. See + * SearchCatalogsRequest.resource for details. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchVersions that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the versions. Required. + * + * The supported queries are: * List versions under a product: + * `parent=catalogs/{catalog_id}/products/{product_id}` * Get a version by name: + * `name=catalogs/{catalog_id}/products/{product_id}/versions/{version_id}` + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Projects.php new file mode 100644 index 000000000..6ec790f5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $projects = $cloudprivatecatalogService->projects; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsCatalogs.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsCatalogs.php new file mode 100644 index 000000000..1ca12d7f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsCatalogs.php @@ -0,0 +1,55 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $catalogs = $cloudprivatecatalogService->catalogs; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_ProjectsCatalogs extends Google_Service_Resource +{ + /** + * Search Catalog resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (catalogs.search) + * + * @param string $resource Required. The name of the resource context. It can be + * in following formats: + * + * * `projects/{project_id}` * `folders/{folder_id}` * + * `organizations/{organization_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string query The query to filter the catalogs. The supported + * queries are: + * + * * Get a single catalog: `name=catalogs/{catalog_id}` + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchCatalogs that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchCatalogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsProducts.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsProducts.php new file mode 100644 index 000000000..d39516501 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsProducts.php @@ -0,0 +1,53 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $products = $cloudprivatecatalogService->products; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_ProjectsProducts extends Google_Service_Resource +{ + /** + * Search Product resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (products.search) + * + * @param string $resource Required. The name of the resource context. See + * SearchCatalogsRequest.resource for details. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchProducts that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the products. + * + * The supported queries are: * List products of all catalogs: empty * List + * products under a catalog: `parent=catalogs/{catalog_id}` * Get a product by + * name: `name=catalogs/{catalog_id}/products/{product_id}` + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchProductsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsVersions.php new file mode 100644 index 000000000..f6480f870 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalog/Resource/ProjectsVersions.php @@ -0,0 +1,53 @@ + + * $cloudprivatecatalogService = new Google_Service_CloudPrivateCatalog(...); + * $versions = $cloudprivatecatalogService->versions; + * + */ +class Google_Service_CloudPrivateCatalog_Resource_ProjectsVersions extends Google_Service_Resource +{ + /** + * Search Version resources that consumers have access to, within the scope of + * the consumer cloud resource hierarchy context. (versions.search) + * + * @param string $resource Required. The name of the resource context. See + * SearchCatalogsRequest.resource for details. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to SearchVersions that indicates where this listing should continue from. + * This field is optional. + * @opt_param int pageSize The maximum number of entries that are requested. + * @opt_param string query The query to filter the versions. Required. + * + * The supported queries are: * List versions under a product: + * `parent=catalogs/{catalog_id}/products/{product_id}` * Get a version by name: + * `name=catalogs/{catalog_id}/products/{product_id}/versions/{version_id}` + * @return Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse + */ + public function search($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudPrivateCatalog_GoogleCloudPrivatecatalogV1beta1SearchVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php new file mode 100644 index 000000000..308ed28bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php @@ -0,0 +1,472 @@ + + * Enables cloud users to manage and share enterprise catalogs intheir + * organizations. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudPrivateCatalogProducer extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $catalogs; + public $catalogs_associations; + public $catalogs_products; + public $catalogs_products_icons; + public $catalogs_products_versions; + public $operations; + + /** + * Constructs the internal representation of the CloudPrivateCatalogProducer + * 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://cloudprivatecatalogproducer.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'cloudprivatecatalogproducer'; + + $this->catalogs = new Google_Service_CloudPrivateCatalogProducer_Resource_Catalogs( + $this, + $this->serviceName, + 'catalogs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/catalogs', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'force' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/catalogs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'v1beta1/{+name}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->catalogs_associations = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsAssociations( + $this, + $this->serviceName, + 'associations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/associations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/associations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->catalogs_products = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'copy' => array( + 'path' => 'v1beta1/{+name}:copy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1beta1/{+parent}/products', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->catalogs_products_icons = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsIcons( + $this, + $this->serviceName, + 'icons', + array( + 'methods' => array( + 'upload' => array( + 'path' => 'v1beta1/{+product}/icons:upload', + 'httpMethod' => 'POST', + 'parameters' => array( + 'product' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->catalogs_products_versions = new Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_CloudPrivateCatalogProducer_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1beta1/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Association.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Association.php new file mode 100644 index 000000000..254ff0176 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Association.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Catalog.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Catalog.php new file mode 100644 index 000000000..02d233c50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Catalog.php @@ -0,0 +1,75 @@ +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 setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest.php new file mode 100644 index 000000000..3a8984e29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest.php @@ -0,0 +1,30 @@ +destinationProductName = $destinationProductName; + } + public function getDestinationProductName() + { + return $this->destinationProductName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest.php new file mode 100644 index 000000000..78c446403 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest.php @@ -0,0 +1,37 @@ +association = $association; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association + */ + public function getAssociation() + { + return $this->association; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse.php new file mode 100644 index 000000000..1bbeaef18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse.php @@ -0,0 +1,47 @@ +associations = $associations; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association + */ + public function getAssociations() + { + return $this->associations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse.php new file mode 100644 index 000000000..4e2d57d3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse.php @@ -0,0 +1,47 @@ +catalogs = $catalogs; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog + */ + public function getCatalogs() + { + return $this->catalogs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse.php new file mode 100644 index 000000000..b5b5bb808 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse.php new file mode 100644 index 000000000..392d62ef5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version + */ + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Product.php new file mode 100644 index 000000000..6fa5d8086 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Product.php @@ -0,0 +1,75 @@ +assetType = $assetType; + } + public function getAssetType() + { + return $this->assetType; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDisplayMetadata($displayMetadata) + { + $this->displayMetadata = $displayMetadata; + } + public function getDisplayMetadata() + { + return $this->displayMetadata; + } + public function setIconUri($iconUri) + { + $this->iconUri = $iconUri; + } + public function getIconUri() + { + return $this->iconUri; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest.php new file mode 100644 index 000000000..e4708a3da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest.php @@ -0,0 +1,20 @@ +icon = $icon; + } + public function getIcon() + { + return $this->icon; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Version.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Version.php new file mode 100644 index 000000000..1d16ed592 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleCloudPrivatecatalogproducerV1beta1Version.php @@ -0,0 +1,75 @@ +asset = $asset; + } + public function getAsset() + { + return $this->asset; + } + 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 setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalAsset($originalAsset) + { + $this->originalAsset = $originalAsset; + } + public function getOriginalAsset() + { + return $this->originalAsset; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditConfig.php new file mode 100644 index 000000000..b15ce62f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditLogConfig.php new file mode 100644 index 000000000..f98f56267 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Binding.php new file mode 100644 index 000000000..f803e3075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Policy.php new file mode 100644 index 000000000..6dd945076 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1SetIamPolicyRequest.php new file mode 100644 index 000000000..4c12f6a2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsRequest.php new file mode 100644 index 000000000..b7669667e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsResponse.php new file mode 100644 index 000000000..47847a300 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleIamV1TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningCancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningCancelOperationRequest.php new file mode 100644 index 000000000..09810effa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningCancelOperationRequest.php @@ -0,0 +1,20 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningOperation.php new file mode 100644 index 000000000..51d33b0be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudPrivateCatalogProducer_GoogleRpcStatus + */ + public function setError(Google_Service_CloudPrivateCatalogProducer_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudPrivateCatalogProducer_GoogleRpcStatus + */ + 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/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleProtobufEmpty.php new file mode 100644 index 000000000..edf5e2ab6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/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/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleTypeExpr.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleTypeExpr.php new file mode 100644 index 000000000..bf9aba95b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/GoogleTypeExpr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php new file mode 100644 index 000000000..4d9adb4eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php @@ -0,0 +1,185 @@ + + * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); + * $catalogs = $cloudprivatecatalogproducerService->catalogs; + * + */ +class Google_Service_CloudPrivateCatalogProducer_Resource_Catalogs extends Google_Service_Resource +{ + /** + * Creates a new Catalog resource. (catalogs.create) + * + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation + */ + public function create(Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); + } + /** + * Soft deletes an existing Catalog and all resources under it. The catalog can + * only be deleted if there is no associations under it or + * DeleteCatalogRequest.force is true. The delete operation can be recovered by + * the PrivateCatalogProducer.UndeleteCatalog method. (catalogs.delete) + * + * @param string $name The resource name of the catalog. + * @param array $optParams Optional parameters. + * + * @opt_param bool force Forces deletion of the `Catalog` and its `Association` + * resources. If the `Catalog` is still associated with other resources and + * force is not set to true, then the operation fails. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); + } + /** + * Returns the requested Catalog resource. (catalogs.get) + * + * @param string $name The resource name of the catalog. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); + } + /** + * Gets IAM policy for the specified Catalog. (catalogs.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. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy"); + } + /** + * Lists Catalog resources that the producer has access to, within the scope of + * the parent resource. (catalogs.listCatalogs) + * + * @param array $optParams Optional parameters. + * + * @opt_param string parent The resource name of the parent resource. + * @opt_param string pageToken A pagination token returned from a previous call + * to ListCatalogs that indicates where this listing should continue from. This + * field is optional. + * @opt_param int pageSize The maximum number of catalogs to return. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse + */ + public function listCatalogs($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListCatalogsResponse"); + } + /** + * Updates a specific Catalog resource. (catalogs.patch) + * + * @param string $name Output only. The resource name of the catalog, in the + * format `catalogs/{catalog_id}'. + * + * A unique identifier for the catalog, which is generated by catalog service. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Field mask that controls which fields of the + * catalog should be updated. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog + */ + public function patch($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); + } + /** + * Sets the IAM policy for the specified Catalog. (catalogs.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_CloudPrivateCatalogProducer_GoogleIamV1SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy + */ + public function setIamPolicy($resource, Google_Service_CloudPrivateCatalogProducer_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy"); + } + /** + * Tests the IAM permissions for the specified Catalog. + * (catalogs.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_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleIamV1TestIamPermissionsResponse"); + } + /** + * Undeletes a deleted Catalog and all resources under it. (catalogs.undelete) + * + * @param string $name The resource name of the catalog. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog + */ + public function undelete($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UndeleteCatalogRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Catalog"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsAssociations.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsAssociations.php new file mode 100644 index 000000000..0125790d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsAssociations.php @@ -0,0 +1,87 @@ + + * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); + * $associations = $cloudprivatecatalogproducerService->associations; + * + */ +class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsAssociations extends Google_Service_Resource +{ + /** + * Creates an Association instance under a given Catalog. (associations.create) + * + * @param string $parent The `Catalog` resource's name. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association + */ + public function create($parent, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CreateAssociationRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association"); + } + /** + * Deletes the given Association. (associations.delete) + * + * @param string $name The resource name of the `Association` to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); + } + /** + * Returns the requested Association resource. (associations.get) + * + * @param string $name The resource name of the `Association` to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Association"); + } + /** + * Lists all Association resources under a catalog. + * (associations.listCatalogsAssociations) + * + * @param string $parent The resource name of the `Catalog` whose `Associations` + * are being retrieved. In the format `catalogs/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from the previous + * call to `ListAssociations`. + * @opt_param int pageSize The maximum number of catalog associations to return. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse + */ + public function listCatalogsAssociations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php new file mode 100644 index 000000000..f3768fe5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php @@ -0,0 +1,126 @@ + + * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); + * $products = $cloudprivatecatalogproducerService->products; + * + */ +class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProducts extends Google_Service_Resource +{ + /** + * Copies a Product under another Catalog. (products.copy) + * + * @param string $name The resource name of the current product that is copied + * from. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation + */ + public function copy($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1CopyProductRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('copy', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); + } + /** + * Creates a Product instance under a given Catalog. (products.create) + * + * @param string $parent The catalog name of the new product's parent. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product + */ + public function create($parent, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product"); + } + /** + * Hard deletes a Product. (products.delete) + * + * @param string $name The resource name of the product. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); + } + /** + * Returns the requested Product resource. (products.get) + * + * @param string $name The resource name of the product. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product"); + } + /** + * Lists Product resources that the producer has access to, within the scope of + * the parent catalog. (products.listCatalogsProducts) + * + * @param string $parent The resource name of the parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to ListProducts that indicates where this listing should continue from. This + * field is optional. + * @opt_param int pageSize The maximum number of products to return. + * @opt_param string filter A filter expression used to restrict the returned + * results based upon properties of the product. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse + */ + public function listCatalogsProducts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse"); + } + /** + * Updates a specific Product resource. (products.patch) + * + * @param string $name Required. The resource name of the product in the format + * `catalogs/{catalog_id}/products/a-z*[a-z0-9]'. + * + * A unique identifier for the product under a catalog, which cannot be changed + * after the product is created. The final segment of the name must between 1 + * and 256 characters in length. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Field mask that controls which fields of the + * product should be updated. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product + */ + public function patch($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Product"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsIcons.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsIcons.php new file mode 100644 index 000000000..a8d6e39f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsIcons.php @@ -0,0 +1,46 @@ + + * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); + * $icons = $cloudprivatecatalogproducerService->icons; + * + */ +class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsIcons extends Google_Service_Resource +{ + /** + * Creates an Icon instance under a given Product. If Product only has a default + * icon, a new Icon instance is created and associated with the given Product. + * If Product already has a non-default icon, the action creates a new Icon + * instance, associates the newly created Icon with the given Product and + * deletes the old icon. (icons.upload) + * + * @param string $product The resource name of the product. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UploadIconRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty + */ + public function upload($product, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1UploadIconRequest $postBody, $optParams = array()) + { + $params = array('product' => $product, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsVersions.php new file mode 100644 index 000000000..f3b1224d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProductsVersions.php @@ -0,0 +1,109 @@ + + * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); + * $versions = $cloudprivatecatalogproducerService->versions; + * + */ +class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProductsVersions extends Google_Service_Resource +{ + /** + * Creates a Version instance under a given Product. (versions.create) + * + * @param string $parent The product name of the new version's parent. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation + */ + public function create($parent, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); + } + /** + * Hard deletes a Version. (versions.delete) + * + * @param string $name The resource name of the version. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); + } + /** + * Returns the requested Version resource. (versions.get) + * + * @param string $name The resource name of the version. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version"); + } + /** + * Lists Version resources that the producer has access to, within the scope of + * the parent Product. (versions.listCatalogsProductsVersions) + * + * @param string $parent The resource name of the parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token returned from a previous call + * to ListVersions that indicates where this listing should continue from. This + * field is optional. + * @opt_param int pageSize The maximum number of versions to return. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse + */ + public function listCatalogsProductsVersions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListVersionsResponse"); + } + /** + * Updates a specific Version resource. (versions.patch) + * + * @param string $name Required. The resource name of the version, in the format + * `catalogs/{catalog_id}/products/{product_id}/versions/a-z*[a-z0-9]'. + * + * A unique identifier for the version under a product, which can't be changed + * after the version is created. The final segment of the name must between 1 + * and 63 characters in length. + * @param Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Field mask that controls which fields of the + * version should be updated. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version + */ + public function patch($name, Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1Version"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php new file mode 100644 index 000000000..cf7605f02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $cloudprivatecatalogproducerService = new Google_Service_CloudPrivateCatalogProducer(...); + * $operations = $cloudprivatecatalogproducerService->operations; + * + */ +class Google_Service_CloudPrivateCatalogProducer_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_CloudPrivateCatalogProducer_GoogleLongrunningCancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty + */ + public function cancel($name, Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudPrivateCatalogProducer_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_CloudPrivateCatalogProducer_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleProtobufEmpty"); + } + /** + * 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_CloudPrivateCatalogProducer_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningOperation"); + } + /** + * 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 array $optParams Optional parameters. + * + * @opt_param string name The name of the operation's parent resource. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningListOperationsResponse + */ + public function listOperations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudProfiler.php b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler.php new file mode 100644 index 000000000..ac642e6e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler.php @@ -0,0 +1,105 @@ + + * Manages continuous profiling information. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudProfiler extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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. */ + const MONITORING = + "https://www.googleapis.com/auth/monitoring"; + /** Publish metric data to your Google Cloud projects. */ + const MONITORING_WRITE = + "https://www.googleapis.com/auth/monitoring.write"; + + public $projects_profiles; + + /** + * Constructs the internal representation of the CloudProfiler 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://cloudprofiler.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'cloudprofiler'; + + $this->projects_profiles = new Google_Service_CloudProfiler_Resource_ProjectsProfiles( + $this, + $this->serviceName, + 'profiles', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/profiles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'createOffline' => array( + 'path' => 'v2/{+parent}/profiles:createOffline', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/CreateProfileRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/CreateProfileRequest.php new file mode 100644 index 000000000..5f7a5a4f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/CreateProfileRequest.php @@ -0,0 +1,47 @@ +deployment = $deployment; + } + /** + * @return Google_Service_CloudProfiler_Deployment + */ + public function getDeployment() + { + return $this->deployment; + } + public function setProfileType($profileType) + { + $this->profileType = $profileType; + } + public function getProfileType() + { + return $this->profileType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Deployment.php b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Deployment.php new file mode 100644 index 000000000..bddd102ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Deployment.php @@ -0,0 +1,48 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Profile.php b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Profile.php new file mode 100644 index 000000000..b8e2a0165 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Profile.php @@ -0,0 +1,82 @@ +deployment = $deployment; + } + /** + * @return Google_Service_CloudProfiler_Deployment + */ + public function getDeployment() + { + return $this->deployment; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProfileBytes($profileBytes) + { + $this->profileBytes = $profileBytes; + } + public function getProfileBytes() + { + return $this->profileBytes; + } + public function setProfileType($profileType) + { + $this->profileType = $profileType; + } + public function getProfileType() + { + return $this->profileType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/Projects.php new file mode 100644 index 000000000..e62058650 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudprofilerService = new Google_Service_CloudProfiler(...); + * $projects = $cloudprofilerService->projects; + * + */ +class Google_Service_CloudProfiler_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/ProjectsProfiles.php b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/ProjectsProfiles.php new file mode 100644 index 000000000..3f50cb0ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudProfiler/Resource/ProjectsProfiles.php @@ -0,0 +1,92 @@ + + * $cloudprofilerService = new Google_Service_CloudProfiler(...); + * $profiles = $cloudprofilerService->profiles; + * + */ +class Google_Service_CloudProfiler_Resource_ProjectsProfiles extends Google_Service_Resource +{ + /** + * CreateProfile creates a new profile resource in the online mode. + * + * The server ensures that the new profiles are created at a constant rate per + * deployment, so the creation request may hang for some time until the next + * profile session is available. + * + * The request may fail with ABORTED error if the creation is not available + * within ~1m, the response will indicate the duration of the backoff the client + * should take before attempting creating a profile again. The backoff duration + * is returned in google.rpc.RetryInfo extension on the response status. To a + * gRPC client, the extension will be return as a binary-serialized proto in the + * trailing metadata item named "google.rpc.retryinfo-bin". (profiles.create) + * + * @param string $parent Parent project to create the profile in. + * @param Google_Service_CloudProfiler_CreateProfileRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudProfiler_Profile + */ + public function create($parent, Google_Service_CloudProfiler_CreateProfileRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudProfiler_Profile"); + } + /** + * CreateOfflineProfile creates a new profile resource in the offline mode. The + * client provides the profile to create along with the profile bytes, the + * server records it. (profiles.createOffline) + * + * @param string $parent Parent project to create the profile in. + * @param Google_Service_CloudProfiler_Profile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudProfiler_Profile + */ + public function createOffline($parent, Google_Service_CloudProfiler_Profile $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createOffline', array($params), "Google_Service_CloudProfiler_Profile"); + } + /** + * UpdateProfile updates the profile bytes and labels on the profile resource + * created in the online mode. Updating the bytes for profiles created in the + * offline mode is currently not supported: the profile content must be provided + * at the time of the profile creation. (profiles.patch) + * + * @param string $name Output only. Opaque, server-assigned, unique ID for this + * profile. + * @param Google_Service_CloudProfiler_Profile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Field mask used to specify the fields to be + * overwritten. Currently only profile_bytes and labels fields are supported by + * UpdateProfile, so only those fields can be specified in the mask. When no + * mask is provided, all fields are overwritten. + * @return Google_Service_CloudProfiler_Profile + */ + public function patch($name, Google_Service_CloudProfiler_Profile $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudProfiler_Profile"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis.php new file mode 100644 index 000000000..9c87246d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis.php @@ -0,0 +1,267 @@ + + * Creates and manages Redis instances on the Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudRedis extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_instances; + public $projects_locations_operations; + + /** + * Constructs the internal representation of the CloudRedis 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://redis.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'redis'; + + $this->projects_locations = new Google_Service_CloudRedis_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_instances = new Google_Service_CloudRedis_Resource_ProjectsLocationsInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'export' => array( + 'path' => 'v1/{+name}:export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'failover' => array( + 'path' => 'v1/{+name}:failover', + '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, + ), + ), + ),'import' => array( + 'path' => 'v1/{+name}:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_CloudRedis_Resource_ProjectsLocationsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ExportInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ExportInstanceRequest.php new file mode 100644 index 000000000..a1d56a589 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ExportInstanceRequest.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_CloudRedis_OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/FailoverInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/FailoverInstanceRequest.php new file mode 100644 index 000000000..3d6ee3ff4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/FailoverInstanceRequest.php @@ -0,0 +1,30 @@ +dataProtectionMode = $dataProtectionMode; + } + public function getDataProtectionMode() + { + return $this->dataProtectionMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsDestination.php new file mode 100644 index 000000000..e7bc925e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsDestination.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsSource.php new file mode 100644 index 000000000..8940467f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1LocationMetadata.php new file mode 100644 index 000000000..e0c6991ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1LocationMetadata.php @@ -0,0 +1,37 @@ +availableZones = $availableZones; + } + /** + * @return Google_Service_CloudRedis_GoogleCloudRedisV1ZoneMetadata + */ + public function getAvailableZones() + { + return $this->availableZones; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1OperationMetadata.php new file mode 100644 index 000000000..04be6a19e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1OperationMetadata.php @@ -0,0 +1,84 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setCancelRequested($cancelRequested) + { + $this->cancelRequested = $cancelRequested; + } + public function getCancelRequested() + { + return $this->cancelRequested; + } + 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 setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + 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/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1ZoneMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1ZoneMetadata.php new file mode 100644 index 000000000..e4c073b56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/GoogleCloudRedisV1ZoneMetadata.php @@ -0,0 +1,20 @@ +inputConfig = $inputConfig; + } + /** + * @return Google_Service_CloudRedis_InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/InputConfig.php new file mode 100644 index 000000000..ccd4cbc8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/InputConfig.php @@ -0,0 +1,37 @@ +gcsSource = $gcsSource; + } + /** + * @return Google_Service_CloudRedis_GcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Instance.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Instance.php new file mode 100644 index 000000000..c5dcd030d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Instance.php @@ -0,0 +1,183 @@ +alternativeLocationId = $alternativeLocationId; + } + public function getAlternativeLocationId() + { + return $this->alternativeLocationId; + } + public function setAuthorizedNetwork($authorizedNetwork) + { + $this->authorizedNetwork = $authorizedNetwork; + } + public function getAuthorizedNetwork() + { + return $this->authorizedNetwork; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCurrentLocationId($currentLocationId) + { + $this->currentLocationId = $currentLocationId; + } + public function getCurrentLocationId() + { + return $this->currentLocationId; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setMemorySizeGb($memorySizeGb) + { + $this->memorySizeGb = $memorySizeGb; + } + public function getMemorySizeGb() + { + return $this->memorySizeGb; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPersistenceIamIdentity($persistenceIamIdentity) + { + $this->persistenceIamIdentity = $persistenceIamIdentity; + } + public function getPersistenceIamIdentity() + { + return $this->persistenceIamIdentity; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setRedisConfigs($redisConfigs) + { + $this->redisConfigs = $redisConfigs; + } + public function getRedisConfigs() + { + return $this->redisConfigs; + } + public function setRedisVersion($redisVersion) + { + $this->redisVersion = $redisVersion; + } + public function getRedisVersion() + { + return $this->redisVersion; + } + public function setReservedIpRange($reservedIpRange) + { + $this->reservedIpRange = $reservedIpRange; + } + public function getReservedIpRange() + { + return $this->reservedIpRange; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListInstancesResponse.php new file mode 100644 index 000000000..32ca911b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListInstancesResponse.php @@ -0,0 +1,56 @@ +instances = $instances; + } + /** + * @return Google_Service_CloudRedis_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListLocationsResponse.php new file mode 100644 index 000000000..6ffc14d9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudRedis_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListOperationsResponse.php new file mode 100644 index 000000000..aaca54d85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudRedis_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudRedis_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Location.php new file mode 100644 index 000000000..b506d4863 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Operation.php new file mode 100644 index 000000000..69dcc199d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudRedis_Status + */ + public function setError(Google_Service_CloudRedis_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudRedis_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/vendor/google/apiclient-services/src/Google/Service/CloudRedis/OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/OutputConfig.php new file mode 100644 index 000000000..59512b6c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/OutputConfig.php @@ -0,0 +1,37 @@ +gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_CloudRedis_GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/RedisEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/RedisEmpty.php new file mode 100644 index 000000000..88e47623f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/RedisEmpty.php @@ -0,0 +1,20 @@ + + * $redisService = new Google_Service_CloudRedis(...); + * $projects = $redisService->projects; + * + */ +class Google_Service_CloudRedis_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php new file mode 100644 index 000000000..ad2b255e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $redisService = new Google_Service_CloudRedis(...); + * $locations = $redisService->locations; + * + */ +class Google_Service_CloudRedis_Resource_ProjectsLocations 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_CloudRedis_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRedis_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudRedis_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRedis_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsInstances.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsInstances.php new file mode 100644 index 000000000..fa1e42949 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsInstances.php @@ -0,0 +1,219 @@ + + * $redisService = new Google_Service_CloudRedis(...); + * $instances = $redisService->instances; + * + */ +class Google_Service_CloudRedis_Resource_ProjectsLocationsInstances extends Google_Service_Resource +{ + /** + * Creates a Redis instance based on the specified tier and memory size. + * + * By default, the instance is accessible from the project's [default + * network](/compute/docs/networks-and-firewalls#networks). + * + * The creation is executed asynchronously and callers may check the returned + * operation to track its progress. Once the operation is completed the Redis + * instance will be fully functional. Completed longrunning.Operation will + * contain the new instance object in the response field. + * + * The returned operation is automatically deleted after a few hours, so there + * is no need to call DeleteOperation. (instances.create) + * + * @param string $parent Required. The resource name of the instance location + * using the form: `projects/{project_id}/locations/{location_id}` where + * `location_id` refers to a GCP region. + * @param Google_Service_CloudRedis_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string instanceId Required. The logical name of the Redis instance + * in the customer 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 customer project / location + * @return Google_Service_CloudRedis_Operation + */ + public function create($parent, Google_Service_CloudRedis_Instance $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRedis_Operation"); + } + /** + * Deletes a specific Redis instance. Instance stops serving and data is + * deleted. (instances.delete) + * + * @param string $name Required. Redis instance resource name using the form: + * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where + * `location_id` refers to a GCP region. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRedis_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRedis_Operation"); + } + /** + * Export Redis instance data into a Redis RDB format file in Cloud Storage. + * + * Redis will continue serving during this operation. + * + * The returned operation is automatically deleted after a few hours, so there + * is no need to call DeleteOperation. (instances.export) + * + * @param string $name Required. Redis instance resource name using the form: + * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where + * `location_id` refers to a GCP region. + * @param Google_Service_CloudRedis_ExportInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRedis_Operation + */ + public function export($name, Google_Service_CloudRedis_ExportInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('export', array($params), "Google_Service_CloudRedis_Operation"); + } + /** + * Initiates a failover of the master node to current replica node for a + * specific STANDARD tier Cloud Memorystore for Redis instance. + * (instances.failover) + * + * @param string $name Required. Redis instance resource name using the form: + * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where + * `location_id` refers to a GCP region. + * @param Google_Service_CloudRedis_FailoverInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRedis_Operation + */ + public function failover($name, Google_Service_CloudRedis_FailoverInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('failover', array($params), "Google_Service_CloudRedis_Operation"); + } + /** + * Gets the details of a specific Redis instance. (instances.get) + * + * @param string $name Required. Redis instance resource name using the form: + * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where + * `location_id` refers to a GCP region. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRedis_Instance + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRedis_Instance"); + } + /** + * Import a Redis RDB snapshot file from Cloud Storage into a Redis instance. + * + * Redis may stop serving during this operation. Instance state will be + * IMPORTING for entire operation. When complete, the instance will contain only + * data from the imported file. + * + * The returned operation is automatically deleted after a few hours, so there + * is no need to call DeleteOperation. (instances.import) + * + * @param string $name Required. Redis instance resource name using the form: + * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where + * `location_id` refers to a GCP region. + * @param Google_Service_CloudRedis_ImportInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRedis_Operation + */ + public function import($name, Google_Service_CloudRedis_ImportInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_CloudRedis_Operation"); + } + /** + * Lists all Redis instances owned by a project in either the specified location + * (region) or all locations. + * + * The location should have the following format: * + * `projects/{project_id}/locations/{location_id}` + * + * If `location_id` is specified as `-` (wildcard), then all regions available + * to the project are queried, and the results are aggregated. + * (instances.listProjectsLocationsInstances) + * + * @param string $parent Required. The resource name of the instance location + * using the form: `projects/{project_id}/locations/{location_id}` where + * `location_id` refers to a GCP region. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @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. + * @return Google_Service_CloudRedis_ListInstancesResponse + */ + public function listProjectsLocationsInstances($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRedis_ListInstancesResponse"); + } + /** + * Updates the metadata and configuration of a specific Redis instance. + * + * Completed longrunning.Operation will contain the new instance object in the + * response field. The returned operation is automatically deleted after a few + * hours, so there is no need to call DeleteOperation. (instances.patch) + * + * @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: Redis instances are managed and addressed at regional level so + * location_id here refers to a GCP region; however, users may choose which + * specific zone (or collection of zones for cross-zone instances) an instance + * should be provisioned in. Refer to [location_id] and + * [alternative_location_id] fields for more details. + * @param Google_Service_CloudRedis_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Mask of fields to update. At least one + * path must be supplied in this field. The elements of the repeated paths field + * may only include these fields from Instance: + * + * `displayName` `labels` `memorySizeGb` `redisConfig` + * @return Google_Service_CloudRedis_Operation + */ + public function patch($name, Google_Service_CloudRedis_Instance $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudRedis_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..4fd758328 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,107 @@ + + * $redisService = new Google_Service_CloudRedis(...); + * $operations = $redisService->operations; + * + */ +class Google_Service_CloudRedis_Resource_ProjectsLocationsOperations 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 array $optParams Optional parameters. + * @return Google_Service_CloudRedis_RedisEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudRedis_RedisEmpty"); + } + /** + * 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_CloudRedis_RedisEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRedis_RedisEmpty"); + } + /** + * 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_CloudRedis_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRedis_Operation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @return Google_Service_CloudRedis_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRedis_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/Status.php new file mode 100644 index 000000000..a313d8c7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRedis/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/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php new file mode 100644 index 000000000..769250b1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php @@ -0,0 +1,208 @@ + + * Creates, reads, and updates metadata for Google Cloud Platform resource + * containers. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudResourceManager extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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 $folders; + public $operations; + + /** + * Constructs the internal representation of the CloudResourceManager 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://cloudresourcemanager.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'cloudresourcemanager'; + + $this->folders = new Google_Service_CloudResourceManager_Resource_Folders( + $this, + $this->serviceName, + 'folders', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/folders', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v2/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/folders', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'move' => array( + 'path' => 'v2/{+name}:move', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'search' => array( + 'path' => 'v2/folders:search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'setIamPolicy' => array( + 'path' => 'v2/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v2/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'v2/{+name}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_CloudResourceManager_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php new file mode 100644 index 000000000..9970c966d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudResourceManager_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php new file mode 100644 index 000000000..fc124f629 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Binding.php new file mode 100644 index 000000000..060669a3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudResourceManager_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Expr.php new file mode 100644 index 000000000..0bc61f594 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Folder.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Folder.php new file mode 100644 index 000000000..af114fe8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Folder.php @@ -0,0 +1,66 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLifecycleState($lifecycleState) + { + $this->lifecycleState = $lifecycleState; + } + public function getLifecycleState() + { + return $this->lifecycleState; + } + 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/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperation.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperation.php new file mode 100644 index 000000000..e5b06f224 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperation.php @@ -0,0 +1,57 @@ +destinationParent = $destinationParent; + } + public function getDestinationParent() + { + return $this->destinationParent; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setSourceParent($sourceParent) + { + $this->sourceParent = $sourceParent; + } + public function getSourceParent() + { + return $this->sourceParent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperationError.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperationError.php new file mode 100644 index 000000000..af47d182a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/FolderOperationError.php @@ -0,0 +1,30 @@ +errorMessageId = $errorMessageId; + } + public function getErrorMessageId() + { + return $this->errorMessageId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php new file mode 100644 index 000000000..b268b943d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_CloudResourceManager_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetPolicyOptions.php new file mode 100644 index 000000000..3170752d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListFoldersResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListFoldersResponse.php new file mode 100644 index 000000000..358734029 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListFoldersResponse.php @@ -0,0 +1,47 @@ +folders = $folders; + } + /** + * @return Google_Service_CloudResourceManager_Folder + */ + public function getFolders() + { + return $this->folders; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderRequest.php new file mode 100644 index 000000000..c3114464b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/MoveFolderRequest.php @@ -0,0 +1,30 @@ +destinationParent = $destinationParent; + } + public function getDestinationParent() + { + return $this->destinationParent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php new file mode 100644 index 000000000..07ac32e22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudResourceManager_Status + */ + public function setError(Google_Service_CloudResourceManager_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudResourceManager_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/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php new file mode 100644 index 000000000..68d39f7b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudResourceManager_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudResourceManager_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudResourceManager_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php new file mode 100644 index 000000000..1dae090f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setGettable($gettable) + { + $this->gettable = $gettable; + } + public function getGettable() + { + return $this->gettable; + } + public function setReady($ready) + { + $this->ready = $ready; + } + public function getReady() + { + return $this->ready; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php new file mode 100644 index 000000000..0c0a19c06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php @@ -0,0 +1,287 @@ + + * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); + * $folders = $cloudresourcemanagerService->folders; + * + */ +class Google_Service_CloudResourceManager_Resource_Folders extends Google_Service_Resource +{ + /** + * Creates a Folder in the resource hierarchy. Returns an Operation which can be + * used to track the progress of the folder creation workflow. Upon success the + * Operation.response field will be populated with the created Folder. + * + * In order to succeed, the addition of this new Folder must not violate the + * Folder naming, height or fanout constraints. + * + * + The Folder's display_name must be distinct from all other Folder's that + * share its parent. + The addition of the Folder must not cause the active + * Folder hierarchy to exceed a height of 4. Note, the full active + deleted + * Folder hierarchy is allowed to reach a height of 8; this provides additional + * headroom when moving folders that contain deleted folders. + The addition of + * the Folder must not cause the total number of Folders under its parent to + * exceed 100. + * + * If the operation fails due to a folder constraint violation, some errors may + * be returned by the CreateFolder request, with status code FAILED_PRECONDITION + * and an error description. Other folder constraint violations will be + * communicated in the Operation, with the specific PreconditionFailure returned + * via the details list in the Operation.error field. + * + * The caller must have `resourcemanager.folders.create` permission on the + * identified parent. (folders.create) + * + * @param Google_Service_CloudResourceManager_Folder $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string parent The resource name of the new Folder's parent. Must + * be of the form `folders/{folder_id}` or `organizations/{org_id}`. + * @return Google_Service_CloudResourceManager_Operation + */ + public function create(Google_Service_CloudResourceManager_Folder $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation"); + } + /** + * 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 in the ACTIVE state, where a Folder is + * empty if it doesn't contain any Folders or Projects in the ACTIVE state. The + * caller must have `resourcemanager.folders.delete` permission on the + * identified folder. (folders.delete) + * + * @param string $name 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_Folder + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudResourceManager_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 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 + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudResourceManager_Folder"); + } + /** + * 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 + * `resourcemanager.folders.getIamPolicy` permission on the identified folder. + * (folders.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 Google_Service_CloudResourceManager_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudResourceManager_Policy + */ + public function getIamPolicy($resource, Google_Service_CloudResourceManager_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + 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 + * (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 string pageToken A pagination token returned from a previous call + * to `ListFolders` that indicates where this listing should continue from. This + * field is optional. + * @opt_param int pageSize The maximum number of Folders to return in the + * response. This field is optional. + * @opt_param string parent 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 Controls whether Folders in the DELETE_REQUESTED + * state should be returned. Defaults to false. This field is optional. + * @return Google_Service_CloudResourceManager_ListFoldersResponse + */ + public function listFolders($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + 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) + * + * @param string $name The resource name of the Folder to move. Must be of the + * form folders/{folder_id} + * @param Google_Service_CloudResourceManager_MoveFolderRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudResourceManager_Operation + */ + public function move($name, Google_Service_CloudResourceManager_MoveFolderRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + 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 no longer + * than 30 characters. This is captured by the regular expression: + * [\p{L}\p{N}]([\p{L}\p{N}_- ]{0,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 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 + * is `folders/{folder_id}`, for example: "folders/1234". + * @param Google_Service_CloudResourceManager_Folder $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Fields to be updated. Only the `display_name` + * can be updated. + * @return Google_Service_CloudResourceManager_Folder + */ + public function patch($name, Google_Service_CloudResourceManager_Folder $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Folder"); + } + /** + * 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 Google_Service_CloudResourceManager_SearchFoldersRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudResourceManager_SearchFoldersResponse + */ + public function search(Google_Service_CloudResourceManager_SearchFoldersRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + 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. + * "folders/1234". The caller must have `resourcemanager.folders.setIamPolicy` + * permission on the identified folder. (folders.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_CloudResourceManager_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudResourceManager_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudResourceManager_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + 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) + * + * @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_CloudResourceManager_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudResourceManager_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudResourceManager_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudResourceManager_TestIamPermissionsResponse"); + } + /** + * Cancels the deletion request for a Folder. This method may only be called on + * a Folder in the DELETE_REQUESTED state. 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 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. + * @return Google_Service_CloudResourceManager_Folder + */ + public function undelete($name, Google_Service_CloudResourceManager_UndeleteFolderRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_CloudResourceManager_Folder"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Operations.php new file mode 100644 index 000000000..62cfc8706 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Operations.php @@ -0,0 +1,43 @@ + + * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); + * $operations = $cloudresourcemanagerService->operations; + * + */ +class Google_Service_CloudResourceManager_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_CloudResourceManager_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudResourceManager_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersRequest.php new file mode 100644 index 000000000..2a3917518 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersRequest.php @@ -0,0 +1,48 @@ +pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersResponse.php new file mode 100644 index 000000000..8603273c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchFoldersResponse.php @@ -0,0 +1,47 @@ +folders = $folders; + } + /** + * @return Google_Service_CloudResourceManager_Folder + */ + public function getFolders() + { + return $this->folders; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php new file mode 100644 index 000000000..6e5f3e5a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudResourceManager_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.php new file mode 100644 index 000000000..a431c6c5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/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/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsRequest.php new file mode 100644 index 000000000..0df6d4c17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsResponse.php new file mode 100644 index 000000000..7f601da7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteFolderRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteFolderRequest.php new file mode 100644 index 000000000..ae97412ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/UndeleteFolderRequest.php @@ -0,0 +1,20 @@ + + * Deploy and manage user provided container images that scale automatically + * based on HTTP traffic. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudRun extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $namespaces_authorizeddomains; + public $namespaces_autodomainmappings; + public $namespaces_configurations; + public $namespaces_domainmappings; + public $namespaces_revisions; + public $namespaces_routes; + public $namespaces_services; + public $projects_locations; + public $projects_locations_authorizeddomains; + public $projects_locations_autodomainmappings; + public $projects_locations_configurations; + public $projects_locations_domainmappings; + public $projects_locations_revisions; + public $projects_locations_routes; + public $projects_locations_services; + + /** + * Constructs the internal representation of the CloudRun 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://run.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'run'; + + $this->namespaces_authorizeddomains = new Google_Service_CloudRun_Resource_NamespacesAuthorizeddomains( + $this, + $this->serviceName, + 'authorizeddomains', + array( + 'methods' => array( + 'list' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/authorizeddomains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->namespaces_autodomainmappings = new Google_Service_CloudRun_Resource_NamespacesAutodomainmappings( + $this, + $this->serviceName, + 'autodomainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/autodomainmappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/autodomainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceAutoDomainMapping' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_configurations = new Google_Service_CloudRun_Resource_NamespacesConfigurations( + $this, + $this->serviceName, + 'configurations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/configurations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/configurations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceConfiguration' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_domainmappings = new Google_Service_CloudRun_Resource_NamespacesDomainmappings( + $this, + $this->serviceName, + 'domainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/domainmappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/domainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceDomainMapping' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_revisions = new Google_Service_CloudRun_Resource_NamespacesRevisions( + $this, + $this->serviceName, + 'revisions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/revisions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->namespaces_routes = new Google_Service_CloudRun_Resource_NamespacesRoutes( + $this, + $this->serviceName, + 'routes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/routes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/routes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceRoute' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_services = new Google_Service_CloudRun_Resource_NamespacesServices( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/services', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceService' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_CloudRun_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_authorizeddomains = new Google_Service_CloudRun_Resource_ProjectsLocationsAuthorizeddomains( + $this, + $this->serviceName, + 'authorizeddomains', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/authorizeddomains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_autodomainmappings = new Google_Service_CloudRun_Resource_ProjectsLocationsAutodomainmappings( + $this, + $this->serviceName, + 'autodomainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/autodomainmappings', + '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, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/autodomainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceAutoDomainMapping' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_configurations = new Google_Service_CloudRun_Resource_ProjectsLocationsConfigurations( + $this, + $this->serviceName, + 'configurations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/configurations', + '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, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/configurations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceConfiguration' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_domainmappings = new Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings( + $this, + $this->serviceName, + 'domainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/domainmappings', + '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, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/domainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceDomainMapping' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_revisions = new Google_Service_CloudRun_Resource_ProjectsLocationsRevisions( + $this, + $this->serviceName, + 'revisions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/revisions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->projects_locations_routes = new Google_Service_CloudRun_Resource_ProjectsLocationsRoutes( + $this, + $this->serviceName, + 'routes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/routes', + '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, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/routes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceRoute' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_services = new Google_Service_CloudRun_Resource_ProjectsLocationsServices( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/services', + '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, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceService' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.php new file mode 100644 index 000000000..4030095c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.php new file mode 100644 index 000000000..1a5794a7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudRun_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.php new file mode 100644 index 000000000..216f41841 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.php new file mode 100644 index 000000000..12537b25d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMapping.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMapping.php new file mode 100644 index 000000000..52218de02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMapping.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_AutoDomainMappingSpec + */ + public function setSpec(Google_Service_CloudRun_AutoDomainMappingSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_AutoDomainMappingSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_AutoDomainMappingStatus + */ + public function setStatus(Google_Service_CloudRun_AutoDomainMappingStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_AutoDomainMappingStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingSpec.php new file mode 100644 index 000000000..21bd15c40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingSpec.php @@ -0,0 +1,48 @@ +certificateMode = $certificateMode; + } + public function getCertificateMode() + { + return $this->certificateMode; + } + public function setExpansionType($expansionType) + { + $this->expansionType = $expansionType; + } + public function getExpansionType() + { + return $this->expansionType; + } + public function setForceOverride($forceOverride) + { + $this->forceOverride = $forceOverride; + } + public function getForceOverride() + { + return $this->forceOverride; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingStatus.php new file mode 100644 index 000000000..922f08aa4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingStatus.php @@ -0,0 +1,63 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_ResourceRecord + */ + public function setResourceRecords($resourceRecords) + { + $this->resourceRecords = $resourceRecords; + } + /** + * @return Google_Service_CloudRun_ResourceRecord + */ + public function getResourceRecords() + { + return $this->resourceRecords; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.php new file mode 100644 index 000000000..84db2274b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudRun_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.php new file mode 100644 index 000000000..bc2119d04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.php @@ -0,0 +1,55 @@ +localObjectReference = $localObjectReference; + } + /** + * @return Google_Service_CloudRun_LocalObjectReference + */ + public function getLocalObjectReference() + { + return $this->localObjectReference; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.php new file mode 100644 index 000000000..9ef8ba3a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.php @@ -0,0 +1,64 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_CloudRun_LocalObjectReference + */ + public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) + { + $this->localObjectReference = $localObjectReference; + } + /** + * @return Google_Service_CloudRun_LocalObjectReference + */ + public function getLocalObjectReference() + { + return $this->localObjectReference; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.php new file mode 100644 index 000000000..9218d57b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.php @@ -0,0 +1,65 @@ +defaultMode = $defaultMode; + } + public function getDefaultMode() + { + return $this->defaultMode; + } + /** + * @param Google_Service_CloudRun_KeyToPath + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_KeyToPath + */ + public function getItems() + { + return $this->items; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.php new file mode 100644 index 000000000..987d0a243 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_ConfigurationSpec + */ + public function setSpec(Google_Service_CloudRun_ConfigurationSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_ConfigurationSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_ConfigurationStatus + */ + public function setStatus(Google_Service_CloudRun_ConfigurationStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_ConfigurationStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.php new file mode 100644 index 000000000..ca816bb0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.php @@ -0,0 +1,37 @@ +template = $template; + } + /** + * @return Google_Service_CloudRun_RevisionTemplate + */ + public function getTemplate() + { + return $this->template; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.php new file mode 100644 index 000000000..d81ddeb08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.php @@ -0,0 +1,65 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setLatestCreatedRevisionName($latestCreatedRevisionName) + { + $this->latestCreatedRevisionName = $latestCreatedRevisionName; + } + public function getLatestCreatedRevisionName() + { + return $this->latestCreatedRevisionName; + } + public function setLatestReadyRevisionName($latestReadyRevisionName) + { + $this->latestReadyRevisionName = $latestReadyRevisionName; + } + public function getLatestReadyRevisionName() + { + return $this->latestReadyRevisionName; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Container.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Container.php new file mode 100644 index 000000000..fa88d528d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Container.php @@ -0,0 +1,222 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setCommand($command) + { + $this->command = $command; + } + public function getCommand() + { + return $this->command; + } + /** + * @param Google_Service_CloudRun_EnvVar + */ + public function setEnv($env) + { + $this->env = $env; + } + /** + * @return Google_Service_CloudRun_EnvVar + */ + public function getEnv() + { + return $this->env; + } + /** + * @param Google_Service_CloudRun_EnvFromSource + */ + public function setEnvFrom($envFrom) + { + $this->envFrom = $envFrom; + } + /** + * @return Google_Service_CloudRun_EnvFromSource + */ + public function getEnvFrom() + { + return $this->envFrom; + } + public function setImage($image) + { + $this->image = $image; + } + public function getImage() + { + return $this->image; + } + public function setImagePullPolicy($imagePullPolicy) + { + $this->imagePullPolicy = $imagePullPolicy; + } + public function getImagePullPolicy() + { + return $this->imagePullPolicy; + } + /** + * @param Google_Service_CloudRun_Probe + */ + public function setLivenessProbe(Google_Service_CloudRun_Probe $livenessProbe) + { + $this->livenessProbe = $livenessProbe; + } + /** + * @return Google_Service_CloudRun_Probe + */ + public function getLivenessProbe() + { + return $this->livenessProbe; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudRun_ContainerPort + */ + public function setPorts($ports) + { + $this->ports = $ports; + } + /** + * @return Google_Service_CloudRun_ContainerPort + */ + public function getPorts() + { + return $this->ports; + } + /** + * @param Google_Service_CloudRun_Probe + */ + public function setReadinessProbe(Google_Service_CloudRun_Probe $readinessProbe) + { + $this->readinessProbe = $readinessProbe; + } + /** + * @return Google_Service_CloudRun_Probe + */ + public function getReadinessProbe() + { + return $this->readinessProbe; + } + /** + * @param Google_Service_CloudRun_ResourceRequirements + */ + public function setResources(Google_Service_CloudRun_ResourceRequirements $resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_CloudRun_ResourceRequirements + */ + public function getResources() + { + return $this->resources; + } + /** + * @param Google_Service_CloudRun_SecurityContext + */ + public function setSecurityContext(Google_Service_CloudRun_SecurityContext $securityContext) + { + $this->securityContext = $securityContext; + } + /** + * @return Google_Service_CloudRun_SecurityContext + */ + public function getSecurityContext() + { + return $this->securityContext; + } + public function setTerminationMessagePath($terminationMessagePath) + { + $this->terminationMessagePath = $terminationMessagePath; + } + public function getTerminationMessagePath() + { + return $this->terminationMessagePath; + } + public function setTerminationMessagePolicy($terminationMessagePolicy) + { + $this->terminationMessagePolicy = $terminationMessagePolicy; + } + public function getTerminationMessagePolicy() + { + return $this->terminationMessagePolicy; + } + /** + * @param Google_Service_CloudRun_VolumeMount + */ + public function setVolumeMounts($volumeMounts) + { + $this->volumeMounts = $volumeMounts; + } + /** + * @return Google_Service_CloudRun_VolumeMount + */ + public function getVolumeMounts() + { + return $this->volumeMounts; + } + public function setWorkingDir($workingDir) + { + $this->workingDir = $workingDir; + } + public function getWorkingDir() + { + return $this->workingDir; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.php new file mode 100644 index 000000000..d94d368f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.php @@ -0,0 +1,48 @@ +containerPort = $containerPort; + } + public function getContainerPort() + { + return $this->containerPort; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.php new file mode 100644 index 000000000..0c1a38f67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_DomainMappingSpec + */ + public function setSpec(Google_Service_CloudRun_DomainMappingSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_DomainMappingSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_DomainMappingStatus + */ + public function setStatus(Google_Service_CloudRun_DomainMappingStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_DomainMappingStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.php new file mode 100644 index 000000000..67dad26b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.php @@ -0,0 +1,48 @@ +certificateMode = $certificateMode; + } + public function getCertificateMode() + { + return $this->certificateMode; + } + public function setForceOverride($forceOverride) + { + $this->forceOverride = $forceOverride; + } + public function getForceOverride() + { + return $this->forceOverride; + } + public function setRouteName($routeName) + { + $this->routeName = $routeName; + } + public function getRouteName() + { + return $this->routeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.php new file mode 100644 index 000000000..4400d4838 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.php @@ -0,0 +1,72 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setMappedRouteName($mappedRouteName) + { + $this->mappedRouteName = $mappedRouteName; + } + public function getMappedRouteName() + { + return $this->mappedRouteName; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_ResourceRecord + */ + public function setResourceRecords($resourceRecords) + { + $this->resourceRecords = $resourceRecords; + } + /** + * @return Google_Service_CloudRun_ResourceRecord + */ + public function getResourceRecords() + { + return $this->resourceRecords; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.php new file mode 100644 index 000000000..c9804fdbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.php @@ -0,0 +1,62 @@ +configMapRef = $configMapRef; + } + /** + * @return Google_Service_CloudRun_ConfigMapEnvSource + */ + public function getConfigMapRef() + { + return $this->configMapRef; + } + public function setPrefix($prefix) + { + $this->prefix = $prefix; + } + public function getPrefix() + { + return $this->prefix; + } + /** + * @param Google_Service_CloudRun_SecretEnvSource + */ + public function setSecretRef(Google_Service_CloudRun_SecretEnvSource $secretRef) + { + $this->secretRef = $secretRef; + } + /** + * @return Google_Service_CloudRun_SecretEnvSource + */ + public function getSecretRef() + { + return $this->secretRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php new file mode 100644 index 000000000..8991f6c78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + /** + * @param Google_Service_CloudRun_EnvVarSource + */ + public function setValueFrom(Google_Service_CloudRun_EnvVarSource $valueFrom) + { + $this->valueFrom = $valueFrom; + } + /** + * @return Google_Service_CloudRun_EnvVarSource + */ + public function getValueFrom() + { + return $this->valueFrom; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.php new file mode 100644 index 000000000..9d0d70481 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.php @@ -0,0 +1,53 @@ +configMapKeyRef = $configMapKeyRef; + } + /** + * @return Google_Service_CloudRun_ConfigMapKeySelector + */ + public function getConfigMapKeyRef() + { + return $this->configMapKeyRef; + } + /** + * @param Google_Service_CloudRun_SecretKeySelector + */ + public function setSecretKeyRef(Google_Service_CloudRun_SecretKeySelector $secretKeyRef) + { + $this->secretKeyRef = $secretKeyRef; + } + /** + * @return Google_Service_CloudRun_SecretKeySelector + */ + public function getSecretKeyRef() + { + return $this->secretKeyRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.php new file mode 100644 index 000000000..9ea76da14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.php @@ -0,0 +1,30 @@ +command = $command; + } + public function getCommand() + { + return $this->command; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.php new file mode 100644 index 000000000..3094ea364 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.php new file mode 100644 index 000000000..df6b966e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.php @@ -0,0 +1,75 @@ +lastTransitionTime = $lastTransitionTime; + } + public function getLastTransitionTime() + { + return $this->lastTransitionTime; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + 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 setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.php new file mode 100644 index 000000000..36b306532 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.php @@ -0,0 +1,65 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + /** + * @param Google_Service_CloudRun_HTTPHeader + */ + public function setHttpHeaders($httpHeaders) + { + $this->httpHeaders = $httpHeaders; + } + /** + * @return Google_Service_CloudRun_HTTPHeader + */ + public function getHttpHeaders() + { + return $this->httpHeaders; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setScheme($scheme) + { + $this->scheme = $scheme; + } + public function getScheme() + { + return $this->scheme; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.php new file mode 100644 index 000000000..a884bde25 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Handler.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Handler.php new file mode 100644 index 000000000..f2491eb4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Handler.php @@ -0,0 +1,69 @@ +exec = $exec; + } + /** + * @return Google_Service_CloudRun_ExecAction + */ + public function getExec() + { + return $this->exec; + } + /** + * @param Google_Service_CloudRun_HTTPGetAction + */ + public function setHttpGet(Google_Service_CloudRun_HTTPGetAction $httpGet) + { + $this->httpGet = $httpGet; + } + /** + * @return Google_Service_CloudRun_HTTPGetAction + */ + public function getHttpGet() + { + return $this->httpGet; + } + /** + * @param Google_Service_CloudRun_TCPSocketAction + */ + public function setTcpSocket(Google_Service_CloudRun_TCPSocketAction $tcpSocket) + { + $this->tcpSocket = $tcpSocket; + } + /** + * @return Google_Service_CloudRun_TCPSocketAction + */ + public function getTcpSocket() + { + return $this->tcpSocket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/IntOrString.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/IntOrString.php new file mode 100644 index 000000000..c4404f029 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/IntOrString.php @@ -0,0 +1,48 @@ +intVal = $intVal; + } + public function getIntVal() + { + return $this->intVal; + } + public function setStrVal($strVal) + { + $this->strVal = $strVal; + } + public function getStrVal() + { + return $this->strVal; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php new file mode 100644 index 000000000..0c43c658d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php @@ -0,0 +1,48 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.php new file mode 100644 index 000000000..2adb592ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.php @@ -0,0 +1,47 @@ +domains = $domains; + } + /** + * @return Google_Service_CloudRun_AuthorizedDomain + */ + public function getDomains() + { + return $this->domains; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAutoDomainMappingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAutoDomainMappingsResponse.php new file mode 100644 index 000000000..f7a02422c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAutoDomainMappingsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_AutoDomainMapping + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.php new file mode 100644 index 000000000..010cefd17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Configuration + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Configuration + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.php new file mode 100644 index 000000000..b52fafbcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_DomainMapping + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_DomainMapping + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListLocationsResponse.php new file mode 100644 index 000000000..12b540f33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudRun_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.php new file mode 100644 index 000000000..3e0cc77af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.php @@ -0,0 +1,48 @@ +continue = $continue; + } + public function getContinue() + { + return $this->continue; + } + public function setResourceVersion($resourceVersion) + { + $this->resourceVersion = $resourceVersion; + } + public function getResourceVersion() + { + return $this->resourceVersion; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.php new file mode 100644 index 000000000..e908459bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Revision + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Revision + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.php new file mode 100644 index 000000000..02f31e526 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Route + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Route + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.php new file mode 100644 index 000000000..1cffd1aac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Service + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Service + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.php new file mode 100644 index 000000000..d19a83f35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Location.php new file mode 100644 index 000000000..47889f1e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.php new file mode 100644 index 000000000..874e7e4ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.php @@ -0,0 +1,164 @@ +annotations = $annotations; + } + public function getAnnotations() + { + return $this->annotations; + } + public function setClusterName($clusterName) + { + $this->clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDeletionGracePeriodSeconds($deletionGracePeriodSeconds) + { + $this->deletionGracePeriodSeconds = $deletionGracePeriodSeconds; + } + public function getDeletionGracePeriodSeconds() + { + return $this->deletionGracePeriodSeconds; + } + public function setDeletionTimestamp($deletionTimestamp) + { + $this->deletionTimestamp = $deletionTimestamp; + } + public function getDeletionTimestamp() + { + return $this->deletionTimestamp; + } + public function setFinalizers($finalizers) + { + $this->finalizers = $finalizers; + } + public function getFinalizers() + { + return $this->finalizers; + } + public function setGenerateName($generateName) + { + $this->generateName = $generateName; + } + public function getGenerateName() + { + return $this->generateName; + } + public function setGeneration($generation) + { + $this->generation = $generation; + } + public function getGeneration() + { + return $this->generation; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNamespace($namespace) + { + $this->namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } + /** + * @param Google_Service_CloudRun_OwnerReference + */ + public function setOwnerReferences($ownerReferences) + { + $this->ownerReferences = $ownerReferences; + } + /** + * @return Google_Service_CloudRun_OwnerReference + */ + public function getOwnerReferences() + { + return $this->ownerReferences; + } + public function setResourceVersion($resourceVersion) + { + $this->resourceVersion = $resourceVersion; + } + public function getResourceVersion() + { + return $this->resourceVersion; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.php new file mode 100644 index 000000000..5e9af0236 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.php @@ -0,0 +1,75 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setBlockOwnerDeletion($blockOwnerDeletion) + { + $this->blockOwnerDeletion = $blockOwnerDeletion; + } + public function getBlockOwnerDeletion() + { + return $this->blockOwnerDeletion; + } + public function setController($controller) + { + $this->controller = $controller; + } + public function getController() + { + return $this->controller; + } + 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 setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.php new file mode 100644 index 000000000..0bf0a1f7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudRun_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudRun_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudRun_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.php new file mode 100644 index 000000000..936601419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.php @@ -0,0 +1,82 @@ +failureThreshold = $failureThreshold; + } + public function getFailureThreshold() + { + return $this->failureThreshold; + } + /** + * @param Google_Service_CloudRun_Handler + */ + public function setHandler(Google_Service_CloudRun_Handler $handler) + { + $this->handler = $handler; + } + /** + * @return Google_Service_CloudRun_Handler + */ + public function getHandler() + { + return $this->handler; + } + public function setInitialDelaySeconds($initialDelaySeconds) + { + $this->initialDelaySeconds = $initialDelaySeconds; + } + public function getInitialDelaySeconds() + { + return $this->initialDelaySeconds; + } + public function setPeriodSeconds($periodSeconds) + { + $this->periodSeconds = $periodSeconds; + } + public function getPeriodSeconds() + { + return $this->periodSeconds; + } + public function setSuccessThreshold($successThreshold) + { + $this->successThreshold = $successThreshold; + } + public function getSuccessThreshold() + { + return $this->successThreshold; + } + public function setTimeoutSeconds($timeoutSeconds) + { + $this->timeoutSeconds = $timeoutSeconds; + } + public function getTimeoutSeconds() + { + return $this->timeoutSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.php new file mode 100644 index 000000000..e7405a7bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.php @@ -0,0 +1,28 @@ + + * $runService = new Google_Service_CloudRun(...); + * $namespaces = $runService->namespaces; + * + */ +class Google_Service_CloudRun_Resource_Namespaces extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.php new file mode 100644 index 000000000..ee475c11e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.php @@ -0,0 +1,46 @@ + + * $runService = new Google_Service_CloudRun(...); + * $authorizeddomains = $runService->authorizeddomains; + * + */ +class Google_Service_CloudRun_Resource_NamespacesAuthorizeddomains extends Google_Service_Resource +{ + /** + * List authorized domains. (authorizeddomains.listNamespacesAuthorizeddomains) + * + * @param string $parent Name of the parent Application resource. Example: + * `apps/myapp`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse + */ + public function listNamespacesAuthorizeddomains($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAutodomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAutodomainmappings.php new file mode 100644 index 000000000..52e1a2a7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAutodomainmappings.php @@ -0,0 +1,131 @@ + + * $runService = new Google_Service_CloudRun(...); + * $autodomainmappings = $runService->autodomainmappings; + * + */ +class Google_Service_CloudRun_Resource_NamespacesAutodomainmappings extends Google_Service_Resource +{ + /** + * Creates a new auto domain mapping. (autodomainmappings.create) + * + * @param string $parent The project ID or project number in which this auto + * domain mapping should be created. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function create($parent, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * Delete an auto domain mapping. (autodomainmappings.delete) + * + * @param string $name The name of the auto domain mapping being deleted. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about an auto domain mapping. (autodomainmappings.get) + * + * @param string $name The name of the auto domain mapping being retrieved. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * List auto domain mappings. + * (autodomainmappings.listNamespacesAutodomainmappings) + * + * @param string $parent The project ID or project number from which the auto + * domain mappings should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @return Google_Service_CloudRun_ListAutoDomainMappingsResponse + */ + public function listNamespacesAutodomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAutoDomainMappingsResponse"); + } + /** + * Replace an auto domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (autodomainmappings.replaceAutoDomainMapping) + * + * @param string $name The name of the auto domain mapping being retrieved. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function replaceAutoDomainMapping($name, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceAutoDomainMapping', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.php new file mode 100644 index 000000000..c71aac276 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.php @@ -0,0 +1,131 @@ + + * $runService = new Google_Service_CloudRun(...); + * $configurations = $runService->configurations; + * + */ +class Google_Service_CloudRun_Resource_NamespacesConfigurations extends Google_Service_Resource +{ + /** + * Create a configuration. (configurations.create) + * + * @param string $parent The namespace in which the configuration should be + * created. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function create($parent, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * delete a configuration. This will cause the configuration to delete all child + * revisions. Prior to calling this, any route referencing the configuration (or + * revision from the configuration) must be deleted. (configurations.delete) + * + * @param string $name The name of the configuration to delete. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a configuration. (configurations.get) + * + * @param string $name The name of the configuration to retrieve. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * List configurations. (configurations.listNamespacesConfigurations) + * + * @param string $parent The namespace from which the configurations should be + * listed. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @return Google_Service_CloudRun_ListConfigurationsResponse + */ + public function listNamespacesConfigurations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListConfigurationsResponse"); + } + /** + * Replace a configuration. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (configurations.replaceConfiguration) + * + * @param string $name The name of the configuration being replaced. For Cloud + * Run (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function replaceConfiguration($name, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceConfiguration', array($params), "Google_Service_CloudRun_Configuration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php new file mode 100644 index 000000000..4e3d43ea1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php @@ -0,0 +1,129 @@ + + * $runService = new Google_Service_CloudRun(...); + * $domainmappings = $runService->domainmappings; + * + */ +class Google_Service_CloudRun_Resource_NamespacesDomainmappings extends Google_Service_Resource +{ + /** + * Create a new domain mapping. (domainmappings.create) + * + * @param string $parent The namespace in which the domain mapping should be + * created. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * Delete a domain mapping. (domainmappings.delete) + * + * @param string $name The name of the domain mapping to delete. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a domain mapping. (domainmappings.get) + * + * @param string $name The name of the domain mapping to retrieve. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * List domain mappings. (domainmappings.listNamespacesDomainmappings) + * + * @param string $parent The namespace from which the domain mappings should be + * listed. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListDomainMappingsResponse + */ + public function listNamespacesDomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListDomainMappingsResponse"); + } + /** + * Replace a domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (domainmappings.replaceDomainMapping) + * + * @param string $name The name of the domain mapping being retrieved. For Cloud + * Run (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function replaceDomainMapping($name, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceDomainMapping', array($params), "Google_Service_CloudRun_DomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php new file mode 100644 index 000000000..3a8aeda90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php @@ -0,0 +1,91 @@ + + * $runService = new Google_Service_CloudRun(...); + * $revisions = $runService->revisions; + * + */ +class Google_Service_CloudRun_Resource_NamespacesRevisions extends Google_Service_Resource +{ + /** + * Delete a revision. (revisions.delete) + * + * @param string $name The name of the revision to delete. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a revision. (revisions.get) + * + * @param string $name The name of the revision to retrieve. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Revision + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Revision"); + } + /** + * List revisions. (revisions.listNamespacesRevisions) + * + * @param string $parent The namespace from which the revisions should be + * listed. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @return Google_Service_CloudRun_ListRevisionsResponse + */ + public function listNamespacesRevisions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRevisionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.php new file mode 100644 index 000000000..a20413263 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.php @@ -0,0 +1,130 @@ + + * $runService = new Google_Service_CloudRun(...); + * $routes = $runService->routes; + * + */ +class Google_Service_CloudRun_Resource_NamespacesRoutes extends Google_Service_Resource +{ + /** + * Create a route. (routes.create) + * + * @param string $parent The namespace in which the route should be created. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function create($parent, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Route"); + } + /** + * Delete a route. This will cause the route to stop serving traffic. + * (routes.delete) + * + * @param string $name The name of the route to delete. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a route. (routes.get) + * + * @param string $name The name of the route to retrieve. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Route"); + } + /** + * List routes. (routes.listNamespacesRoutes) + * + * @param string $parent The namespace from which the routes should be listed. + * For Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @return Google_Service_CloudRun_ListRoutesResponse + */ + public function listNamespacesRoutes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRoutesResponse"); + } + /** + * Replace a route. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (routes.replaceRoute) + * + * @param string $name The name of the route being replaced. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function replaceRoute($name, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceRoute', array($params), "Google_Service_CloudRun_Route"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php new file mode 100644 index 000000000..22d45415e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php @@ -0,0 +1,131 @@ + + * $runService = new Google_Service_CloudRun(...); + * $services = $runService->services; + * + */ +class Google_Service_CloudRun_Resource_NamespacesServices extends Google_Service_Resource +{ + /** + * Create a service. (services.create) + * + * @param string $parent The namespace in which the service should be created. + * For Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Delete a service. This will cause the Service to stop serving traffic and + * will delete the child entities like Routes, Configurations and Revisions. + * (services.delete) + * + * @param string $name The name of the service to delete. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a service. (services.get) + * + * @param string $name The name of the service to retrieve. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Service"); + } + /** + * List services. (services.listNamespacesServices) + * + * @param string $parent The namespace from which the services should be listed. + * For Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListServicesResponse + */ + public function listNamespacesServices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListServicesResponse"); + } + /** + * Replace a service. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (services.replaceService) + * + * @param string $name The name of the service being replaced. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceService', array($params), "Google_Service_CloudRun_Service"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Projects.php new file mode 100644 index 000000000..6720e0328 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $runService = new Google_Service_CloudRun(...); + * $projects = $runService->projects; + * + */ +class Google_Service_CloudRun_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php new file mode 100644 index 000000000..71fc9f880 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $runService = new Google_Service_CloudRun(...); + * $locations = $runService->locations; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocations 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_CloudRun_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudRun_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.php new file mode 100644 index 000000000..b50fd5512 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.php @@ -0,0 +1,47 @@ + + * $runService = new Google_Service_CloudRun(...); + * $authorizeddomains = $runService->authorizeddomains; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsAuthorizeddomains extends Google_Service_Resource +{ + /** + * List authorized domains. + * (authorizeddomains.listProjectsLocationsAuthorizeddomains) + * + * @param string $parent Name of the parent Application resource. Example: + * `apps/myapp`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse + */ + public function listProjectsLocationsAuthorizeddomains($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAutodomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAutodomainmappings.php new file mode 100644 index 000000000..e0751c172 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAutodomainmappings.php @@ -0,0 +1,131 @@ + + * $runService = new Google_Service_CloudRun(...); + * $autodomainmappings = $runService->autodomainmappings; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsAutodomainmappings extends Google_Service_Resource +{ + /** + * Creates a new auto domain mapping. (autodomainmappings.create) + * + * @param string $parent The project ID or project number in which this auto + * domain mapping should be created. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function create($parent, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * Delete an auto domain mapping. (autodomainmappings.delete) + * + * @param string $name The name of the auto domain mapping being deleted. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about an auto domain mapping. (autodomainmappings.get) + * + * @param string $name The name of the auto domain mapping being retrieved. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * List auto domain mappings. + * (autodomainmappings.listProjectsLocationsAutodomainmappings) + * + * @param string $parent The project ID or project number from which the auto + * domain mappings should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @return Google_Service_CloudRun_ListAutoDomainMappingsResponse + */ + public function listProjectsLocationsAutodomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAutoDomainMappingsResponse"); + } + /** + * Replace an auto domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (autodomainmappings.replaceAutoDomainMapping) + * + * @param string $name The name of the auto domain mapping being retrieved. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function replaceAutoDomainMapping($name, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceAutoDomainMapping', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.php new file mode 100644 index 000000000..5d786c481 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.php @@ -0,0 +1,131 @@ + + * $runService = new Google_Service_CloudRun(...); + * $configurations = $runService->configurations; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsConfigurations extends Google_Service_Resource +{ + /** + * Create a configuration. (configurations.create) + * + * @param string $parent The namespace in which the configuration should be + * created. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function create($parent, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * delete a configuration. This will cause the configuration to delete all child + * revisions. Prior to calling this, any route referencing the configuration (or + * revision from the configuration) must be deleted. (configurations.delete) + * + * @param string $name The name of the configuration to delete. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a configuration. (configurations.get) + * + * @param string $name The name of the configuration to retrieve. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * List configurations. (configurations.listProjectsLocationsConfigurations) + * + * @param string $parent The namespace from which the configurations should be + * listed. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @return Google_Service_CloudRun_ListConfigurationsResponse + */ + public function listProjectsLocationsConfigurations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListConfigurationsResponse"); + } + /** + * Replace a configuration. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (configurations.replaceConfiguration) + * + * @param string $name The name of the configuration being replaced. For Cloud + * Run (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function replaceConfiguration($name, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceConfiguration', array($params), "Google_Service_CloudRun_Configuration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php new file mode 100644 index 000000000..5edabce8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php @@ -0,0 +1,129 @@ + + * $runService = new Google_Service_CloudRun(...); + * $domainmappings = $runService->domainmappings; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings extends Google_Service_Resource +{ + /** + * Create a new domain mapping. (domainmappings.create) + * + * @param string $parent The namespace in which the domain mapping should be + * created. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * Delete a domain mapping. (domainmappings.delete) + * + * @param string $name The name of the domain mapping to delete. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a domain mapping. (domainmappings.get) + * + * @param string $name The name of the domain mapping to retrieve. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * List domain mappings. (domainmappings.listProjectsLocationsDomainmappings) + * + * @param string $parent The namespace from which the domain mappings should be + * listed. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListDomainMappingsResponse + */ + public function listProjectsLocationsDomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListDomainMappingsResponse"); + } + /** + * Replace a domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (domainmappings.replaceDomainMapping) + * + * @param string $name The name of the domain mapping being retrieved. For Cloud + * Run (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function replaceDomainMapping($name, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceDomainMapping', array($params), "Google_Service_CloudRun_DomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php new file mode 100644 index 000000000..6a891ec6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php @@ -0,0 +1,91 @@ + + * $runService = new Google_Service_CloudRun(...); + * $revisions = $runService->revisions; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsRevisions extends Google_Service_Resource +{ + /** + * Delete a revision. (revisions.delete) + * + * @param string $name The name of the revision to delete. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a revision. (revisions.get) + * + * @param string $name The name of the revision to retrieve. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Revision + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Revision"); + } + /** + * List revisions. (revisions.listProjectsLocationsRevisions) + * + * @param string $parent The namespace from which the revisions should be + * listed. For Cloud Run (fully managed), replace {namespace_id} with the + * project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListRevisionsResponse + */ + public function listProjectsLocationsRevisions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRevisionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.php new file mode 100644 index 000000000..13f3c5496 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.php @@ -0,0 +1,130 @@ + + * $runService = new Google_Service_CloudRun(...); + * $routes = $runService->routes; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsRoutes extends Google_Service_Resource +{ + /** + * Create a route. (routes.create) + * + * @param string $parent The namespace in which the route should be created. For + * Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function create($parent, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Route"); + } + /** + * Delete a route. This will cause the route to stop serving traffic. + * (routes.delete) + * + * @param string $name The name of the route to delete. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a route. (routes.get) + * + * @param string $name The name of the route to retrieve. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Route"); + } + /** + * List routes. (routes.listProjectsLocationsRoutes) + * + * @param string $parent The namespace from which the routes should be listed. + * For Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListRoutesResponse + */ + public function listProjectsLocationsRoutes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRoutesResponse"); + } + /** + * Replace a route. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (routes.replaceRoute) + * + * @param string $name The name of the route being replaced. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function replaceRoute($name, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceRoute', array($params), "Google_Service_CloudRun_Route"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php new file mode 100644 index 000000000..822804503 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php @@ -0,0 +1,194 @@ + + * $runService = new Google_Service_CloudRun(...); + * $services = $runService->services; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsServices extends Google_Service_Resource +{ + /** + * Create a service. (services.create) + * + * @param string $parent The namespace in which the service should be created. + * For Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Delete a service. This will cause the Service to stop serving traffic and + * will delete the child entities like Routes, Configurations and Revisions. + * (services.delete) + * + * @param string $name The name of the service to delete. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion 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 + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a service. (services.get) + * + * @param string $name The name of the service to retrieve. For Cloud Run (fully + * managed), replace {namespace_id} with the project ID or number. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Get the IAM Access Control policy currently in effect for the given Cloud Run + * service. This result does not include any inherited policies. + * (services.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. + * @return Google_Service_CloudRun_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudRun_Policy"); + } + /** + * List services. (services.listProjectsLocationsServices) + * + * @param string $parent The namespace from which the services should be listed. + * For Cloud Run (fully managed), replace {namespace_id} with the project ID or + * number. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListServicesResponse + */ + public function listProjectsLocationsServices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListServicesResponse"); + } + /** + * Replace a service. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (services.replaceService) + * + * @param string $name The name of the service being replaced. For Cloud Run + * (fully managed), replace {namespace_id} with the project ID or number. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceService', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Sets the IAM Access control policy for the specified Service. Overwrites any + * existing policy. (services.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_CloudRun_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudRun_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudRun_Policy"); + } + /** + * Returns permissions that a caller has on the specified Project. + * + * There are no permissions required for making this API call. + * (services.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_CloudRun_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudRun_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudRun_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.php new file mode 100644 index 000000000..cfed608ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRrdata($rrdata) + { + $this->rrdata = $rrdata; + } + public function getRrdata() + { + return $this->rrdata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.php new file mode 100644 index 000000000..d28fd2b02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.php @@ -0,0 +1,39 @@ +limits = $limits; + } + public function getLimits() + { + return $this->limits; + } + public function setRequests($requests) + { + $this->requests = $requests; + } + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.php new file mode 100644 index 000000000..21f42b92a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_RevisionSpec + */ + public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_RevisionSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_RevisionStatus + */ + public function setStatus(Google_Service_CloudRun_RevisionStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_RevisionStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.php new file mode 100644 index 000000000..058a448a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.php @@ -0,0 +1,81 @@ +containerConcurrency = $containerConcurrency; + } + public function getContainerConcurrency() + { + return $this->containerConcurrency; + } + /** + * @param Google_Service_CloudRun_Container + */ + public function setContainers($containers) + { + $this->containers = $containers; + } + /** + * @return Google_Service_CloudRun_Container + */ + public function getContainers() + { + return $this->containers; + } + public function setServiceAccountName($serviceAccountName) + { + $this->serviceAccountName = $serviceAccountName; + } + public function getServiceAccountName() + { + return $this->serviceAccountName; + } + public function setTimeoutSeconds($timeoutSeconds) + { + $this->timeoutSeconds = $timeoutSeconds; + } + public function getTimeoutSeconds() + { + return $this->timeoutSeconds; + } + /** + * @param Google_Service_CloudRun_Volume + */ + public function setVolumes($volumes) + { + $this->volumes = $volumes; + } + /** + * @return Google_Service_CloudRun_Volume + */ + public function getVolumes() + { + return $this->volumes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.php new file mode 100644 index 000000000..57e214ab8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.php @@ -0,0 +1,74 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setImageDigest($imageDigest) + { + $this->imageDigest = $imageDigest; + } + public function getImageDigest() + { + return $this->imageDigest; + } + public function setLogUrl($logUrl) + { + $this->logUrl = $logUrl; + } + public function getLogUrl() + { + return $this->logUrl; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.php new file mode 100644 index 000000000..c45218a87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.php @@ -0,0 +1,53 @@ +metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_RevisionSpec + */ + public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_RevisionSpec + */ + public function getSpec() + { + return $this->spec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Route.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Route.php new file mode 100644 index 000000000..0f391d6aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Route.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_RouteSpec + */ + public function setSpec(Google_Service_CloudRun_RouteSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_RouteSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_RouteStatus + */ + public function setStatus(Google_Service_CloudRun_RouteStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_RouteStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.php new file mode 100644 index 000000000..b9cf3c251 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.php @@ -0,0 +1,38 @@ +traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.php new file mode 100644 index 000000000..aef50555b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.php @@ -0,0 +1,88 @@ +address = $address; + } + /** + * @return Google_Service_CloudRun_Addressable + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_TrafficTarget + */ + public function setTraffic($traffic) + { + $this->traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.php new file mode 100644 index 000000000..9722c0ee3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.php @@ -0,0 +1,55 @@ +localObjectReference = $localObjectReference; + } + /** + * @return Google_Service_CloudRun_LocalObjectReference + */ + public function getLocalObjectReference() + { + return $this->localObjectReference; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.php new file mode 100644 index 000000000..1be6283f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.php @@ -0,0 +1,64 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_CloudRun_LocalObjectReference + */ + public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) + { + $this->localObjectReference = $localObjectReference; + } + /** + * @return Google_Service_CloudRun_LocalObjectReference + */ + public function getLocalObjectReference() + { + return $this->localObjectReference; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.php new file mode 100644 index 000000000..aaf6b45a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.php @@ -0,0 +1,65 @@ +defaultMode = $defaultMode; + } + public function getDefaultMode() + { + return $this->defaultMode; + } + /** + * @param Google_Service_CloudRun_KeyToPath + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_KeyToPath + */ + public function getItems() + { + return $this->items; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } + public function setSecretName($secretName) + { + $this->secretName = $secretName; + } + public function getSecretName() + { + return $this->secretName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.php new file mode 100644 index 000000000..ec80091c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.php @@ -0,0 +1,30 @@ +runAsUser = $runAsUser; + } + public function getRunAsUser() + { + return $this->runAsUser; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.php new file mode 100644 index 000000000..0bbe716d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_ServiceSpec + */ + public function setSpec(Google_Service_CloudRun_ServiceSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_ServiceSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_ServiceStatus + */ + public function setStatus(Google_Service_CloudRun_ServiceStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_ServiceStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php new file mode 100644 index 000000000..f56c1e38a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php @@ -0,0 +1,54 @@ +template = $template; + } + /** + * @return Google_Service_CloudRun_RevisionTemplate + */ + public function getTemplate() + { + return $this->template; + } + /** + * @param Google_Service_CloudRun_TrafficTarget + */ + public function setTraffic($traffic) + { + $this->traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.php new file mode 100644 index 000000000..81f4ea58b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.php @@ -0,0 +1,106 @@ +address = $address; + } + /** + * @return Google_Service_CloudRun_Addressable + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setLatestCreatedRevisionName($latestCreatedRevisionName) + { + $this->latestCreatedRevisionName = $latestCreatedRevisionName; + } + public function getLatestCreatedRevisionName() + { + return $this->latestCreatedRevisionName; + } + public function setLatestReadyRevisionName($latestReadyRevisionName) + { + $this->latestReadyRevisionName = $latestReadyRevisionName; + } + public function getLatestReadyRevisionName() + { + return $this->latestReadyRevisionName; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_TrafficTarget + */ + public function setTraffic($traffic) + { + $this->traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.php new file mode 100644 index 000000000..3f0577335 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudRun_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Status.php new file mode 100644 index 000000000..decbce005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Status.php @@ -0,0 +1,89 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_CloudRun_StatusDetails + */ + public function setDetails(Google_Service_CloudRun_StatusDetails $details) + { + $this->details = $details; + } + /** + * @return Google_Service_CloudRun_StatusDetails + */ + public function getDetails() + { + return $this->details; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.php new file mode 100644 index 000000000..c7a975d0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.php @@ -0,0 +1,48 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.php new file mode 100644 index 000000000..c100e2fc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.php @@ -0,0 +1,83 @@ +causes = $causes; + } + /** + * @return Google_Service_CloudRun_StatusCause + */ + public function getCauses() + { + return $this->causes; + } + public function setGroup($group) + { + $this->group = $group; + } + public function getGroup() + { + return $this->group; + } + 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 setRetryAfterSeconds($retryAfterSeconds) + { + $this->retryAfterSeconds = $retryAfterSeconds; + } + public function getRetryAfterSeconds() + { + return $this->retryAfterSeconds; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.php new file mode 100644 index 000000000..2a4f78de6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.php @@ -0,0 +1,46 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + /** + * @param Google_Service_CloudRun_IntOrString + */ + public function setPort(Google_Service_CloudRun_IntOrString $port) + { + $this->port = $port; + } + /** + * @return Google_Service_CloudRun_IntOrString + */ + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.php new file mode 100644 index 000000000..e9cc25395 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.php new file mode 100644 index 000000000..8ffd91ede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.php new file mode 100644 index 000000000..6d6f398db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.php @@ -0,0 +1,75 @@ +configurationName = $configurationName; + } + public function getConfigurationName() + { + return $this->configurationName; + } + public function setLatestRevision($latestRevision) + { + $this->latestRevision = $latestRevision; + } + public function getLatestRevision() + { + return $this->latestRevision; + } + public function setPercent($percent) + { + $this->percent = $percent; + } + public function getPercent() + { + return $this->percent; + } + public function setRevisionName($revisionName) + { + $this->revisionName = $revisionName; + } + public function getRevisionName() + { + return $this->revisionName; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php new file mode 100644 index 000000000..a426f170f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php @@ -0,0 +1,62 @@ +configMap = $configMap; + } + /** + * @return Google_Service_CloudRun_ConfigMapVolumeSource + */ + public function getConfigMap() + { + return $this->configMap; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudRun_SecretVolumeSource + */ + public function setSecret(Google_Service_CloudRun_SecretVolumeSource $secret) + { + $this->secret = $secret; + } + /** + * @return Google_Service_CloudRun_SecretVolumeSource + */ + public function getSecret() + { + return $this->secret; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php new file mode 100644 index 000000000..3d5c2c3a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php @@ -0,0 +1,57 @@ +mountPath = $mountPath; + } + public function getMountPath() + { + return $this->mountPath; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setReadOnly($readOnly) + { + $this->readOnly = $readOnly; + } + public function getReadOnly() + { + return $this->readOnly; + } + public function setSubPath($subPath) + { + $this->subPath = $subPath; + } + public function getSubPath() + { + return $this->subPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php new file mode 100644 index 000000000..69144a200 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php @@ -0,0 +1,113 @@ + + * The Runtime Configurator allows you to dynamically configure and expose + * variables through Google Cloud Platform. In addition, you can also set + * Watchers and Waiters that will watch for changes to your data and return + * based on certain conditions. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudRuntimeConfig extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your Google Cloud Platform services' runtime configuration. */ + const CLOUDRUNTIMECONFIG = + "https://www.googleapis.com/auth/cloudruntimeconfig"; + + public $operations; + + /** + * Constructs the internal representation of the CloudRuntimeConfig 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://runtimeconfig.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'runtimeconfig'; + + $this->operations = new Google_Service_CloudRuntimeConfig_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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.php new file mode 100644 index 000000000..6f3f2dbd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.php @@ -0,0 +1,20 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudRuntimeConfig_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudRuntimeConfig_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php new file mode 100644 index 000000000..b7c04577b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudRuntimeConfig_Status + */ + public function setError(Google_Service_CloudRuntimeConfig_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudRuntimeConfig_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/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/Operations.php new file mode 100644 index 000000000..560374edd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/Operations.php @@ -0,0 +1,92 @@ + + * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); + * $operations = $runtimeconfigService->operations; + * + */ +class Google_Service_CloudRuntimeConfig_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_CloudRuntimeConfig_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty + */ + public function cancel($name, Google_Service_CloudRuntimeConfig_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty"); + } + /** + * 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_CloudRuntimeConfig_RuntimeconfigEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRuntimeConfig_RuntimeconfigEmpty"); + } + /** + * 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 pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_CloudRuntimeConfig_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRuntimeConfig_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.php new file mode 100644 index 000000000..07e9b51d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.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/vendor/google/apiclient-services/src/Google/Service/CloudScheduler.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler.php new file mode 100644 index 000000000..55554c5a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler.php @@ -0,0 +1,200 @@ + + * Creates and manages jobs run on a regular recurring schedule. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudScheduler extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_jobs; + + /** + * Constructs the internal representation of the CloudScheduler 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://cloudscheduler.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudscheduler'; + + $this->projects_locations = new Google_Service_CloudScheduler_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_jobs = new Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/jobs', + '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}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'pause' => array( + 'path' => 'v1/{+name}:pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resume' => array( + 'path' => 'v1/{+name}:resume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'run' => array( + 'path' => 'v1/{+name}:run', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineHttpTarget.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineHttpTarget.php new file mode 100644 index 000000000..7b84d1167 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineHttpTarget.php @@ -0,0 +1,73 @@ +appEngineRouting = $appEngineRouting; + } + /** + * @return Google_Service_CloudScheduler_AppEngineRouting + */ + public function getAppEngineRouting() + { + return $this->appEngineRouting; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setHttpMethod($httpMethod) + { + $this->httpMethod = $httpMethod; + } + public function getHttpMethod() + { + return $this->httpMethod; + } + public function setRelativeUri($relativeUri) + { + $this->relativeUri = $relativeUri; + } + public function getRelativeUri() + { + return $this->relativeUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineRouting.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineRouting.php new file mode 100644 index 000000000..c14282807 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/AppEngineRouting.php @@ -0,0 +1,57 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/CloudschedulerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/CloudschedulerEmpty.php new file mode 100644 index 000000000..56e8e383d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/CloudschedulerEmpty.php @@ -0,0 +1,20 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setHttpMethod($httpMethod) + { + $this->httpMethod = $httpMethod; + } + public function getHttpMethod() + { + return $this->httpMethod; + } + /** + * @param Google_Service_CloudScheduler_OAuthToken + */ + public function setOauthToken(Google_Service_CloudScheduler_OAuthToken $oauthToken) + { + $this->oauthToken = $oauthToken; + } + /** + * @return Google_Service_CloudScheduler_OAuthToken + */ + public function getOauthToken() + { + return $this->oauthToken; + } + /** + * @param Google_Service_CloudScheduler_OidcToken + */ + public function setOidcToken(Google_Service_CloudScheduler_OidcToken $oidcToken) + { + $this->oidcToken = $oidcToken; + } + /** + * @return Google_Service_CloudScheduler_OidcToken + */ + public function getOidcToken() + { + return $this->oidcToken; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Job.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Job.php new file mode 100644 index 000000000..1a5a12d87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Job.php @@ -0,0 +1,182 @@ +appEngineHttpTarget = $appEngineHttpTarget; + } + /** + * @return Google_Service_CloudScheduler_AppEngineHttpTarget + */ + public function getAppEngineHttpTarget() + { + return $this->appEngineHttpTarget; + } + public function setAttemptDeadline($attemptDeadline) + { + $this->attemptDeadline = $attemptDeadline; + } + public function getAttemptDeadline() + { + return $this->attemptDeadline; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_CloudScheduler_HttpTarget + */ + public function setHttpTarget(Google_Service_CloudScheduler_HttpTarget $httpTarget) + { + $this->httpTarget = $httpTarget; + } + /** + * @return Google_Service_CloudScheduler_HttpTarget + */ + public function getHttpTarget() + { + return $this->httpTarget; + } + public function setLastAttemptTime($lastAttemptTime) + { + $this->lastAttemptTime = $lastAttemptTime; + } + public function getLastAttemptTime() + { + return $this->lastAttemptTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudScheduler_PubsubTarget + */ + public function setPubsubTarget(Google_Service_CloudScheduler_PubsubTarget $pubsubTarget) + { + $this->pubsubTarget = $pubsubTarget; + } + /** + * @return Google_Service_CloudScheduler_PubsubTarget + */ + public function getPubsubTarget() + { + return $this->pubsubTarget; + } + /** + * @param Google_Service_CloudScheduler_RetryConfig + */ + public function setRetryConfig(Google_Service_CloudScheduler_RetryConfig $retryConfig) + { + $this->retryConfig = $retryConfig; + } + /** + * @return Google_Service_CloudScheduler_RetryConfig + */ + public function getRetryConfig() + { + return $this->retryConfig; + } + public function setSchedule($schedule) + { + $this->schedule = $schedule; + } + public function getSchedule() + { + return $this->schedule; + } + public function setScheduleTime($scheduleTime) + { + $this->scheduleTime = $scheduleTime; + } + public function getScheduleTime() + { + return $this->scheduleTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_CloudScheduler_Status + */ + public function setStatus(Google_Service_CloudScheduler_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudScheduler_Status + */ + public function getStatus() + { + return $this->status; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } + public function setUserUpdateTime($userUpdateTime) + { + $this->userUpdateTime = $userUpdateTime; + } + public function getUserUpdateTime() + { + return $this->userUpdateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListJobsResponse.php new file mode 100644 index 000000000..0974a0b86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListJobsResponse.php @@ -0,0 +1,47 @@ +jobs = $jobs; + } + /** + * @return Google_Service_CloudScheduler_Job + */ + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListLocationsResponse.php new file mode 100644 index 000000000..21f4c0601 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudScheduler_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Location.php new file mode 100644 index 000000000..76a0e4c60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/OAuthToken.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/OAuthToken.php new file mode 100644 index 000000000..0d09ff1b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/OAuthToken.php @@ -0,0 +1,39 @@ +scope = $scope; + } + public function getScope() + { + return $this->scope; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/OidcToken.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/OidcToken.php new file mode 100644 index 000000000..e96e0000f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/OidcToken.php @@ -0,0 +1,39 @@ +audience = $audience; + } + public function getAudience() + { + return $this->audience; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PauseJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PauseJobRequest.php new file mode 100644 index 000000000..524afa51c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PauseJobRequest.php @@ -0,0 +1,20 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setMessageId($messageId) + { + $this->messageId = $messageId; + } + public function getMessageId() + { + return $this->messageId; + } + public function setPublishTime($publishTime) + { + $this->publishTime = $publishTime; + } + public function getPublishTime() + { + return $this->publishTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PubsubTarget.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PubsubTarget.php new file mode 100644 index 000000000..b907f0222 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/PubsubTarget.php @@ -0,0 +1,48 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setTopicName($topicName) + { + $this->topicName = $topicName; + } + public function getTopicName() + { + return $this->topicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/Projects.php new file mode 100644 index 000000000..010342460 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudschedulerService = new Google_Service_CloudScheduler(...); + * $projects = $cloudschedulerService->projects; + * + */ +class Google_Service_CloudScheduler_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php new file mode 100644 index 000000000..fdab5cd4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $cloudschedulerService = new Google_Service_CloudScheduler(...); + * $locations = $cloudschedulerService->locations; + * + */ +class Google_Service_CloudScheduler_Resource_ProjectsLocations 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_CloudScheduler_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudScheduler_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudScheduler_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudScheduler_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php new file mode 100644 index 000000000..b97a67b0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php @@ -0,0 +1,193 @@ + + * $cloudschedulerService = new Google_Service_CloudScheduler(...); + * $jobs = $cloudschedulerService->jobs; + * + */ +class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Google_Service_Resource +{ + /** + * Creates a job. (jobs.create) + * + * @param string $parent Required. The location name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID`. + * @param Google_Service_CloudScheduler_Job $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudScheduler_Job + */ + public function create($parent, Google_Service_CloudScheduler_Job $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudScheduler_Job"); + } + /** + * Deletes a job. (jobs.delete) + * + * @param string $name Required. The job name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudScheduler_CloudschedulerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudScheduler_CloudschedulerEmpty"); + } + /** + * Gets a job. (jobs.get) + * + * @param string $name Required. The job name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudScheduler_Job + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudScheduler_Job"); + } + /** + * Lists jobs. (jobs.listProjectsLocationsJobs) + * + * @param string $parent Required. The location name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * will return. To request the first page results, page_token must be empty. To + * request the next page of results, page_token must be the value of + * next_page_token returned from the previous call to ListJobs. It is an error + * to switch the value of filter or order_by while iterating through pages. + * @opt_param int pageSize Requested page size. + * + * The maximum page size is 500. If unspecified, the page size will be the + * maximum. Fewer jobs than requested might be returned, even if more jobs + * exist; use next_page_token to determine if more jobs exist. + * @return Google_Service_CloudScheduler_ListJobsResponse + */ + public function listProjectsLocationsJobs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudScheduler_ListJobsResponse"); + } + /** + * Updates a job. + * + * If successful, the updated Job is returned. If the job does not exist, + * `NOT_FOUND` is returned. + * + * If UpdateJob does not successfully return, it is possible for the job to be + * in an Job.State.UPDATE_FAILED state. A job in this state may not be executed. + * If this happens, retry the UpdateJob request until a successful response is + * received. (jobs.patch) + * + * @param string $name Optionally caller-specified in CreateJob, after which it + * becomes output only. + * + * The job name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. + * + * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens + * (-), colons (:), or periods (.). For more information, see [Identifying + * projects](https://cloud.google.com/resource-manager/docs/creating-managing- + * projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the + * job's location. The list of available locations can be obtained by calling + * ListLocations. For more information, see + * https://cloud.google.com/about/locations/. * `JOB_ID` can contain only + * letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The + * maximum length is 500 characters. + * @param Google_Service_CloudScheduler_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A mask used to specify which fields of the job + * are being updated. + * @return Google_Service_CloudScheduler_Job + */ + public function patch($name, Google_Service_CloudScheduler_Job $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudScheduler_Job"); + } + /** + * Pauses a job. + * + * If a job is paused then the system will stop executing the job until it is + * re-enabled via ResumeJob. The state of the job is stored in state; if paused + * it will be set to Job.State.PAUSED. A job must be in Job.State.ENABLED to be + * paused. (jobs.pause) + * + * @param string $name Required. The job name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. + * @param Google_Service_CloudScheduler_PauseJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudScheduler_Job + */ + public function pause($name, Google_Service_CloudScheduler_PauseJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('pause', array($params), "Google_Service_CloudScheduler_Job"); + } + /** + * Resume a job. + * + * This method reenables a job after it has been Job.State.PAUSED. The state of + * a job is stored in Job.state; after calling this method it will be set to + * Job.State.ENABLED. A job must be in Job.State.PAUSED to be resumed. + * (jobs.resume) + * + * @param string $name Required. The job name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. + * @param Google_Service_CloudScheduler_ResumeJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudScheduler_Job + */ + public function resume($name, Google_Service_CloudScheduler_ResumeJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resume', array($params), "Google_Service_CloudScheduler_Job"); + } + /** + * Forces a job to run now. + * + * When this method is called, Cloud Scheduler will dispatch the job, even if + * the job is already running. (jobs.run) + * + * @param string $name Required. The job name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. + * @param Google_Service_CloudScheduler_RunJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudScheduler_Job + */ + public function run($name, Google_Service_CloudScheduler_RunJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_CloudScheduler_Job"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ResumeJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ResumeJobRequest.php new file mode 100644 index 000000000..4adc0ee81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/ResumeJobRequest.php @@ -0,0 +1,20 @@ +maxBackoffDuration = $maxBackoffDuration; + } + public function getMaxBackoffDuration() + { + return $this->maxBackoffDuration; + } + public function setMaxDoublings($maxDoublings) + { + $this->maxDoublings = $maxDoublings; + } + public function getMaxDoublings() + { + return $this->maxDoublings; + } + public function setMaxRetryDuration($maxRetryDuration) + { + $this->maxRetryDuration = $maxRetryDuration; + } + public function getMaxRetryDuration() + { + return $this->maxRetryDuration; + } + public function setMinBackoffDuration($minBackoffDuration) + { + $this->minBackoffDuration = $minBackoffDuration; + } + public function getMinBackoffDuration() + { + return $this->minBackoffDuration; + } + public function setRetryCount($retryCount) + { + $this->retryCount = $retryCount; + } + public function getRetryCount() + { + return $this->retryCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/RunJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/RunJobRequest.php new file mode 100644 index 000000000..994574563 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/RunJobRequest.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/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php new file mode 100644 index 000000000..c970cc9fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php @@ -0,0 +1,973 @@ + + * Cloud Search provides cloud-based search capabilities over G Suite data. The + * Cloud Search API allows indexing of non-G Suite data into Cloud Search. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudSearch extends Google_Service +{ + /** Index and serve your organization's data with Cloud Search. */ + const CLOUD_SEARCH = + "https://www.googleapis.com/auth/cloud_search"; + /** New Service: https://www.googleapis.com/auth/cloud_search.debug. */ + const CLOUD_SEARCH_DEBUG = + "https://www.googleapis.com/auth/cloud_search.debug"; + /** New Service: https://www.googleapis.com/auth/cloud_search.indexing. */ + const CLOUD_SEARCH_INDEXING = + "https://www.googleapis.com/auth/cloud_search.indexing"; + /** Search your organization's data in the Cloud Search index. */ + const CLOUD_SEARCH_QUERY = + "https://www.googleapis.com/auth/cloud_search.query"; + /** New Service: https://www.googleapis.com/auth/cloud_search.settings. */ + const CLOUD_SEARCH_SETTINGS = + "https://www.googleapis.com/auth/cloud_search.settings"; + /** New Service: https://www.googleapis.com/auth/cloud_search.settings.indexing. */ + const CLOUD_SEARCH_SETTINGS_INDEXING = + "https://www.googleapis.com/auth/cloud_search.settings.indexing"; + /** New Service: https://www.googleapis.com/auth/cloud_search.settings.query. */ + const CLOUD_SEARCH_SETTINGS_QUERY = + "https://www.googleapis.com/auth/cloud_search.settings.query"; + /** New Service: https://www.googleapis.com/auth/cloud_search.stats. */ + const CLOUD_SEARCH_STATS = + "https://www.googleapis.com/auth/cloud_search.stats"; + /** New Service: https://www.googleapis.com/auth/cloud_search.stats.indexing. */ + const CLOUD_SEARCH_STATS_INDEXING = + "https://www.googleapis.com/auth/cloud_search.stats.indexing"; + + public $debug_datasources_items; + public $debug_datasources_items_unmappedids; + public $debug_identitysources_items; + public $debug_identitysources_unmappedids; + public $indexing_datasources; + public $indexing_datasources_items; + public $media; + public $operations; + public $query; + public $query_sources; + public $settings_datasources; + public $settings_searchapplications; + public $stats; + public $stats_index_datasources; + public $stats_query_searchapplications; + public $stats_session_searchapplications; + public $stats_user_searchapplications; + + /** + * Constructs the internal representation of the CloudSearch 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://cloudsearch.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudsearch'; + + $this->debug_datasources_items = new Google_Service_CloudSearch_Resource_DebugDatasourcesItems( + $this, + $this->serviceName, + 'items', + array( + 'methods' => array( + 'checkAccess' => array( + 'path' => 'v1/debug/{+name}:checkAccess', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'searchByViewUrl' => array( + 'path' => 'v1/debug/{+name}/items:searchByViewUrl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->debug_datasources_items_unmappedids = new Google_Service_CloudSearch_Resource_DebugDatasourcesItemsUnmappedids( + $this, + $this->serviceName, + 'unmappedids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/debug/{+parent}/unmappedids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->debug_identitysources_items = new Google_Service_CloudSearch_Resource_DebugIdentitysourcesItems( + $this, + $this->serviceName, + 'items', + array( + 'methods' => array( + 'listForunmappedidentity' => array( + 'path' => 'v1/debug/{+parent}/items:forunmappedidentity', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupResourceName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userResourceName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->debug_identitysources_unmappedids = new Google_Service_CloudSearch_Resource_DebugIdentitysourcesUnmappedids( + $this, + $this->serviceName, + 'unmappedids', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/debug/{+parent}/unmappedids', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'resolutionStatusCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->indexing_datasources = new Google_Service_CloudSearch_Resource_IndexingDatasources( + $this, + $this->serviceName, + 'datasources', + array( + 'methods' => array( + 'deleteSchema' => array( + 'path' => 'v1/indexing/{+name}/schema', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'getSchema' => array( + 'path' => 'v1/indexing/{+name}/schema', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'updateSchema' => array( + 'path' => 'v1/indexing/{+name}/schema', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->indexing_datasources_items = new Google_Service_CloudSearch_Resource_IndexingDatasourcesItems( + $this, + $this->serviceName, + 'items', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/indexing/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'version' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'mode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'connectorName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteQueueItems' => array( + 'path' => 'v1/indexing/{+name}/items:deleteQueueItems', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/indexing/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'connectorName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'index' => array( + 'path' => 'v1/indexing/{+name}:index', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/indexing/{+name}/items', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'connectorName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'brief' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'poll' => array( + 'path' => 'v1/indexing/{+name}/items:poll', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'push' => array( + 'path' => 'v1/indexing/{+name}:push', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unreserve' => array( + 'path' => 'v1/indexing/{+name}/items:unreserve', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'upload' => array( + 'path' => 'v1/indexing/{+name}:upload', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->media = new Google_Service_CloudSearch_Resource_Media( + $this, + $this->serviceName, + 'media', + array( + 'methods' => array( + 'upload' => array( + 'path' => 'v1/media/{+resourceName}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_CloudSearch_Resource_Operations( + $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->query = new Google_Service_CloudSearch_Resource_Query( + $this, + $this->serviceName, + 'query', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1/query/search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'suggest' => array( + 'path' => 'v1/query/suggest', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->query_sources = new Google_Service_CloudSearch_Resource_QuerySources( + $this, + $this->serviceName, + 'sources', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/query/sources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestOptions.languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestOptions.searchApplicationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestOptions.timeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestOptions.debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->settings_datasources = new Google_Service_CloudSearch_Resource_SettingsDatasources( + $this, + $this->serviceName, + 'datasources', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/settings/datasources', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/settings/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v1/settings/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'v1/settings/datasources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v1/settings/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->settings_searchapplications = new Google_Service_CloudSearch_Resource_SettingsSearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/settings/searchapplications', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/settings/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v1/settings/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'v1/settings/searchapplications', + 'httpMethod' => 'GET', + 'parameters' => array( + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'reset' => array( + 'path' => 'v1/settings/{+name}:reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/settings/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->stats = new Google_Service_CloudSearch_Resource_Stats( + $this, + $this->serviceName, + 'stats', + array( + 'methods' => array( + 'getIndex' => array( + 'path' => 'v1/stats/index', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getQuery' => array( + 'path' => 'v1/stats/query', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getSession' => array( + 'path' => 'v1/stats/session', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getUser' => array( + 'path' => 'v1/stats/user', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_index_datasources = new Google_Service_CloudSearch_Resource_StatsIndexDatasources( + $this, + $this->serviceName, + 'datasources', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/index/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_query_searchapplications = new Google_Service_CloudSearch_Resource_StatsQuerySearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/query/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_session_searchapplications = new Google_Service_CloudSearch_Resource_StatsSessionSearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/session/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_user_searchapplications = new Google_Service_CloudSearch_Resource_StatsUserSearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/user/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.php new file mode 100644 index 000000000..3b822d964 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.php @@ -0,0 +1,30 @@ +operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.php new file mode 100644 index 000000000..9e9a9c60b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.php @@ -0,0 +1,37 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_BooleanOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.php new file mode 100644 index 000000000..3fb3a54c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.php @@ -0,0 +1,30 @@ +hasAccess = $hasAccess; + } + public function getHasAccess() + { + return $this->hasAccess; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.php new file mode 100644 index 000000000..9ca756b5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.php @@ -0,0 +1,47 @@ +logicOperator = $logicOperator; + } + public function getLogicOperator() + { + return $this->logicOperator; + } + /** + * @param Google_Service_CloudSearch_Filter + */ + public function setSubFilters($subFilters) + { + $this->subFilters = $subFilters; + } + /** + * @return Google_Service_CloudSearch_Filter + */ + public function getSubFilters() + { + return $this->subFilters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.php new file mode 100644 index 000000000..05e257205 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.php @@ -0,0 +1,54 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_CloudSearch_ItemCountByStatus + */ + public function setItemCountByStatus($itemCountByStatus) + { + $this->itemCountByStatus = $itemCountByStatus; + } + /** + * @return Google_Service_CloudSearch_ItemCountByStatus + */ + public function getItemCountByStatus() + { + return $this->itemCountByStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php new file mode 100644 index 000000000..c159c1537 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php @@ -0,0 +1,54 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_CloudSearch_QueryCountByStatus + */ + public function setQueryCountByStatus($queryCountByStatus) + { + $this->queryCountByStatus = $queryCountByStatus; + } + /** + * @return Google_Service_CloudSearch_QueryCountByStatus + */ + public function getQueryCountByStatus() + { + return $this->queryCountByStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php new file mode 100644 index 000000000..0aa8ece3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php @@ -0,0 +1,46 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setSearchSessionsCount($searchSessionsCount) + { + $this->searchSessionsCount = $searchSessionsCount; + } + public function getSearchSessionsCount() + { + return $this->searchSessionsCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php new file mode 100644 index 000000000..d4cb1326a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php @@ -0,0 +1,64 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setOneDayActiveUsersCount($oneDayActiveUsersCount) + { + $this->oneDayActiveUsersCount = $oneDayActiveUsersCount; + } + public function getOneDayActiveUsersCount() + { + return $this->oneDayActiveUsersCount; + } + public function setSevenDaysActiveUsersCount($sevenDaysActiveUsersCount) + { + $this->sevenDaysActiveUsersCount = $sevenDaysActiveUsersCount; + } + public function getSevenDaysActiveUsersCount() + { + return $this->sevenDaysActiveUsersCount; + } + public function setThirtyDaysActiveUsersCount($thirtyDaysActiveUsersCount) + { + $this->thirtyDaysActiveUsersCount = $thirtyDaysActiveUsersCount; + } + public function getThirtyDaysActiveUsersCount() + { + return $this->thirtyDaysActiveUsersCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.php new file mode 100644 index 000000000..e4a18816d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.php @@ -0,0 +1,101 @@ +disableModifications = $disableModifications; + } + public function getDisableModifications() + { + return $this->disableModifications; + } + public function setDisableServing($disableServing) + { + $this->disableServing = $disableServing; + } + public function getDisableServing() + { + return $this->disableServing; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setIndexingServiceAccounts($indexingServiceAccounts) + { + $this->indexingServiceAccounts = $indexingServiceAccounts; + } + public function getIndexingServiceAccounts() + { + return $this->indexingServiceAccounts; + } + /** + * @param Google_Service_CloudSearch_GSuitePrincipal + */ + public function setItemsVisibility($itemsVisibility) + { + $this->itemsVisibility = $itemsVisibility; + } + /** + * @return Google_Service_CloudSearch_GSuitePrincipal + */ + public function getItemsVisibility() + { + return $this->itemsVisibility; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOperationIds($operationIds) + { + $this->operationIds = $operationIds; + } + public function getOperationIds() + { + return $this->operationIds; + } + public function setShortName($shortName) + { + $this->shortName = $shortName; + } + public function getShortName() + { + return $this->shortName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.php new file mode 100644 index 000000000..00cab5839 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.php @@ -0,0 +1,54 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_CloudSearch_ItemCountByStatus + */ + public function setItemCountByStatus($itemCountByStatus) + { + $this->itemCountByStatus = $itemCountByStatus; + } + /** + * @return Google_Service_CloudSearch_ItemCountByStatus + */ + public function getItemCountByStatus() + { + return $this->itemCountByStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceRestriction.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceRestriction.php new file mode 100644 index 000000000..73d56a071 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceRestriction.php @@ -0,0 +1,54 @@ +filterOptions = $filterOptions; + } + /** + * @return Google_Service_CloudSearch_FilterOptions + */ + public function getFilterOptions() + { + return $this->filterOptions; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Date.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Date.php new file mode 100644 index 000000000..cc0809afb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/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/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateOperatorOptions.php new file mode 100644 index 000000000..accc560ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateOperatorOptions.php @@ -0,0 +1,48 @@ +greaterThanOperatorName = $greaterThanOperatorName; + } + public function getGreaterThanOperatorName() + { + return $this->greaterThanOperatorName; + } + public function setLessThanOperatorName($lessThanOperatorName) + { + $this->lessThanOperatorName = $lessThanOperatorName; + } + public function getLessThanOperatorName() + { + return $this->lessThanOperatorName; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DatePropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DatePropertyOptions.php new file mode 100644 index 000000000..cf50f4290 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DatePropertyOptions.php @@ -0,0 +1,37 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_DateOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateValues.php new file mode 100644 index 000000000..0f53f13f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DateValues.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DebugOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DebugOptions.php new file mode 100644 index 000000000..3fe69e4d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DebugOptions.php @@ -0,0 +1,30 @@ +enableDebugging = $enableDebugging; + } + public function getEnableDebugging() + { + return $this->enableDebugging; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DeleteQueueItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DeleteQueueItemsRequest.php new file mode 100644 index 000000000..c003c76d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DeleteQueueItemsRequest.php @@ -0,0 +1,55 @@ +connectorName = $connectorName; + } + public function getConnectorName() + { + return $this->connectorName; + } + /** + * @param Google_Service_CloudSearch_DebugOptions + */ + public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) + { + $this->debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + public function setQueue($queue) + { + $this->queue = $queue; + } + public function getQueue() + { + return $this->queue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DisplayedProperty.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DisplayedProperty.php new file mode 100644 index 000000000..af7405688 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DisplayedProperty.php @@ -0,0 +1,30 @@ +propertyName = $propertyName; + } + public function getPropertyName() + { + return $this->propertyName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleOperatorOptions.php new file mode 100644 index 000000000..06574329e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleOperatorOptions.php @@ -0,0 +1,30 @@ +operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoublePropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoublePropertyOptions.php new file mode 100644 index 000000000..8448bc2ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoublePropertyOptions.php @@ -0,0 +1,37 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_DoubleOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleValues.php new file mode 100644 index 000000000..046248790 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DoubleValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveFollowUpRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveFollowUpRestrict.php new file mode 100644 index 000000000..9c6c62a67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveFollowUpRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveLocationRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveLocationRestrict.php new file mode 100644 index 000000000..515c9bfdc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveLocationRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveMimeTypeRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveMimeTypeRestrict.php new file mode 100644 index 000000000..3a4d51a87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveMimeTypeRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveTimeSpanRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveTimeSpanRestrict.php new file mode 100644 index 000000000..18e87ef51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/DriveTimeSpanRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EmailAddress.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EmailAddress.php new file mode 100644 index 000000000..ba2ed8eb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EmailAddress.php @@ -0,0 +1,30 @@ +emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumOperatorOptions.php new file mode 100644 index 000000000..ee7f82838 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumOperatorOptions.php @@ -0,0 +1,30 @@ +operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumPropertyOptions.php new file mode 100644 index 000000000..1017155fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumPropertyOptions.php @@ -0,0 +1,63 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_EnumOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } + public function setOrderedRanking($orderedRanking) + { + $this->orderedRanking = $orderedRanking; + } + public function getOrderedRanking() + { + return $this->orderedRanking; + } + /** + * @param Google_Service_CloudSearch_EnumValuePair + */ + public function setPossibleValues($possibleValues) + { + $this->possibleValues = $possibleValues; + } + /** + * @return Google_Service_CloudSearch_EnumValuePair + */ + public function getPossibleValues() + { + return $this->possibleValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValuePair.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValuePair.php new file mode 100644 index 000000000..acd4e55a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValuePair.php @@ -0,0 +1,39 @@ +integerValue = $integerValue; + } + public function getIntegerValue() + { + return $this->integerValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValues.php new file mode 100644 index 000000000..2d7b3556b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/EnumValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorInfo.php new file mode 100644 index 000000000..85d194559 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorInfo.php @@ -0,0 +1,38 @@ +errorMessages = $errorMessages; + } + /** + * @return Google_Service_CloudSearch_ErrorMessage + */ + public function getErrorMessages() + { + return $this->errorMessages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorMessage.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorMessage.php new file mode 100644 index 000000000..48e7ad64d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ErrorMessage.php @@ -0,0 +1,46 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetBucket.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetBucket.php new file mode 100644 index 000000000..cc7243f2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetBucket.php @@ -0,0 +1,55 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setPercentage($percentage) + { + $this->percentage = $percentage; + } + public function getPercentage() + { + return $this->percentage; + } + /** + * @param Google_Service_CloudSearch_Value + */ + public function setValue(Google_Service_CloudSearch_Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_CloudSearch_Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetOptions.php new file mode 100644 index 000000000..7114bdf34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetOptions.php @@ -0,0 +1,57 @@ +numFacetBuckets = $numFacetBuckets; + } + public function getNumFacetBuckets() + { + return $this->numFacetBuckets; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } + public function setSourceName($sourceName) + { + $this->sourceName = $sourceName; + } + public function getSourceName() + { + return $this->sourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetResult.php new file mode 100644 index 000000000..21de17781 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FacetResult.php @@ -0,0 +1,65 @@ +buckets = $buckets; + } + /** + * @return Google_Service_CloudSearch_FacetBucket + */ + public function getBuckets() + { + return $this->buckets; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } + public function setSourceName($sourceName) + { + $this->sourceName = $sourceName; + } + public function getSourceName() + { + return $this->sourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FieldViolation.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FieldViolation.php new file mode 100644 index 000000000..9361ec637 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FieldViolation.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Filter.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Filter.php new file mode 100644 index 000000000..1cfd86f6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Filter.php @@ -0,0 +1,53 @@ +compositeFilter = $compositeFilter; + } + /** + * @return Google_Service_CloudSearch_CompositeFilter + */ + public function getCompositeFilter() + { + return $this->compositeFilter; + } + /** + * @param Google_Service_CloudSearch_ValueFilter + */ + public function setValueFilter(Google_Service_CloudSearch_ValueFilter $valueFilter) + { + $this->valueFilter = $valueFilter; + } + /** + * @return Google_Service_CloudSearch_ValueFilter + */ + public function getValueFilter() + { + return $this->valueFilter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FilterOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FilterOptions.php new file mode 100644 index 000000000..e1c7fb33e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FilterOptions.php @@ -0,0 +1,46 @@ +filter = $filter; + } + /** + * @return Google_Service_CloudSearch_Filter + */ + public function getFilter() + { + return $this->filter; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FreshnessOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FreshnessOptions.php new file mode 100644 index 000000000..c1d8c8a0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/FreshnessOptions.php @@ -0,0 +1,39 @@ +freshnessDuration = $freshnessDuration; + } + public function getFreshnessDuration() + { + return $this->freshnessDuration; + } + public function setFreshnessProperty($freshnessProperty) + { + $this->freshnessProperty = $freshnessProperty; + } + public function getFreshnessProperty() + { + return $this->freshnessProperty; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GSuitePrincipal.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GSuitePrincipal.php new file mode 100644 index 000000000..9c92ad18f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GSuitePrincipal.php @@ -0,0 +1,48 @@ +gsuiteDomain = $gsuiteDomain; + } + public function getGsuiteDomain() + { + return $this->gsuiteDomain; + } + public function setGsuiteGroupEmail($gsuiteGroupEmail) + { + $this->gsuiteGroupEmail = $gsuiteGroupEmail; + } + public function getGsuiteGroupEmail() + { + return $this->gsuiteGroupEmail; + } + public function setGsuiteUserEmail($gsuiteUserEmail) + { + $this->gsuiteUserEmail = $gsuiteUserEmail; + } + public function getGsuiteUserEmail() + { + return $this->gsuiteUserEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerIndexStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerIndexStatsResponse.php new file mode 100644 index 000000000..784c71b3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerIndexStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerIndexStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.php new file mode 100644 index 000000000..5a4ca2415 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerQueryStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.php new file mode 100644 index 000000000..176095b63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerSessionStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.php new file mode 100644 index 000000000..021fe2118 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerUserStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetDataSourceIndexStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetDataSourceIndexStatsResponse.php new file mode 100644 index 000000000..5bb7837f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetDataSourceIndexStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_DataSourceIndexStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.php new file mode 100644 index 000000000..4e651df92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_SearchApplicationQueryStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.php new file mode 100644 index 000000000..0545c3b73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_SearchApplicationSessionStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.php new file mode 100644 index 000000000..dee347a67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_SearchApplicationUserStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailActionRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailActionRestrict.php new file mode 100644 index 000000000..31af50f2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailActionRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailAttachmentRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailAttachmentRestrict.php new file mode 100644 index 000000000..38ea89f0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailAttachmentRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailFolderRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailFolderRestrict.php new file mode 100644 index 000000000..06bbd4546 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailFolderRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailIntelligentRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailIntelligentRestrict.php new file mode 100644 index 000000000..9e24a604b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailIntelligentRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailTimeRestrict.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailTimeRestrict.php new file mode 100644 index 000000000..cec239f14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GmailTimeRestrict.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlOperatorOptions.php new file mode 100644 index 000000000..f513baaa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlOperatorOptions.php @@ -0,0 +1,30 @@ +operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlPropertyOptions.php new file mode 100644 index 000000000..42dfd1169 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlPropertyOptions.php @@ -0,0 +1,53 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_HtmlOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } + /** + * @param Google_Service_CloudSearch_RetrievalImportance + */ + public function setRetrievalImportance(Google_Service_CloudSearch_RetrievalImportance $retrievalImportance) + { + $this->retrievalImportance = $retrievalImportance; + } + /** + * @return Google_Service_CloudSearch_RetrievalImportance + */ + public function getRetrievalImportance() + { + return $this->retrievalImportance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlValues.php new file mode 100644 index 000000000..98e5e56e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/HtmlValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemOptions.php new file mode 100644 index 000000000..33057e0b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemOptions.php @@ -0,0 +1,30 @@ +allowUnknownGsuitePrincipals = $allowUnknownGsuitePrincipals; + } + public function getAllowUnknownGsuitePrincipals() + { + return $this->allowUnknownGsuitePrincipals; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemRequest.php new file mode 100644 index 000000000..c1665ff68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IndexItemRequest.php @@ -0,0 +1,87 @@ +connectorName = $connectorName; + } + public function getConnectorName() + { + return $this->connectorName; + } + /** + * @param Google_Service_CloudSearch_DebugOptions + */ + public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) + { + $this->debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + /** + * @param Google_Service_CloudSearch_IndexItemOptions + */ + public function setIndexItemOptions(Google_Service_CloudSearch_IndexItemOptions $indexItemOptions) + { + $this->indexItemOptions = $indexItemOptions; + } + /** + * @return Google_Service_CloudSearch_IndexItemOptions + */ + public function getIndexItemOptions() + { + return $this->indexItemOptions; + } + /** + * @param Google_Service_CloudSearch_Item + */ + public function setItem(Google_Service_CloudSearch_Item $item) + { + $this->item = $item; + } + /** + * @return Google_Service_CloudSearch_Item + */ + public function getItem() + { + return $this->item; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerOperatorOptions.php new file mode 100644 index 000000000..e4894271c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerOperatorOptions.php @@ -0,0 +1,48 @@ +greaterThanOperatorName = $greaterThanOperatorName; + } + public function getGreaterThanOperatorName() + { + return $this->greaterThanOperatorName; + } + public function setLessThanOperatorName($lessThanOperatorName) + { + $this->lessThanOperatorName = $lessThanOperatorName; + } + public function getLessThanOperatorName() + { + return $this->lessThanOperatorName; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerPropertyOptions.php new file mode 100644 index 000000000..da50bc576 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerPropertyOptions.php @@ -0,0 +1,64 @@ +maximumValue = $maximumValue; + } + public function getMaximumValue() + { + return $this->maximumValue; + } + public function setMinimumValue($minimumValue) + { + $this->minimumValue = $minimumValue; + } + public function getMinimumValue() + { + return $this->minimumValue; + } + /** + * @param Google_Service_CloudSearch_IntegerOperatorOptions + */ + public function setOperatorOptions(Google_Service_CloudSearch_IntegerOperatorOptions $operatorOptions) + { + $this->operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_IntegerOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } + public function setOrderedRanking($orderedRanking) + { + $this->orderedRanking = $orderedRanking; + } + public function getOrderedRanking() + { + return $this->orderedRanking; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerValues.php new file mode 100644 index 000000000..6a6aaf177 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/IntegerValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Interaction.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Interaction.php new file mode 100644 index 000000000..68a0b39bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Interaction.php @@ -0,0 +1,55 @@ +interactionTime = $interactionTime; + } + public function getInteractionTime() + { + return $this->interactionTime; + } + /** + * @param Google_Service_CloudSearch_Principal + */ + public function setPrincipal(Google_Service_CloudSearch_Principal $principal) + { + $this->principal = $principal; + } + /** + * @return Google_Service_CloudSearch_Principal + */ + public function getPrincipal() + { + return $this->principal; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Item.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Item.php new file mode 100644 index 000000000..69b0b2c03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Item.php @@ -0,0 +1,146 @@ +acl = $acl; + } + /** + * @return Google_Service_CloudSearch_ItemAcl + */ + public function getAcl() + { + return $this->acl; + } + /** + * @param Google_Service_CloudSearch_ItemContent + */ + public function setContent(Google_Service_CloudSearch_ItemContent $content) + { + $this->content = $content; + } + /** + * @return Google_Service_CloudSearch_ItemContent + */ + public function getContent() + { + return $this->content; + } + public function setItemType($itemType) + { + $this->itemType = $itemType; + } + public function getItemType() + { + return $this->itemType; + } + /** + * @param Google_Service_CloudSearch_ItemMetadata + */ + public function setMetadata(Google_Service_CloudSearch_ItemMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudSearch_ItemMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setQueue($queue) + { + $this->queue = $queue; + } + public function getQueue() + { + return $this->queue; + } + /** + * @param Google_Service_CloudSearch_ItemStatus + */ + public function setStatus(Google_Service_CloudSearch_ItemStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudSearch_ItemStatus + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_CloudSearch_ItemStructuredData + */ + public function setStructuredData(Google_Service_CloudSearch_ItemStructuredData $structuredData) + { + $this->structuredData = $structuredData; + } + /** + * @return Google_Service_CloudSearch_ItemStructuredData + */ + public function getStructuredData() + { + return $this->structuredData; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemAcl.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemAcl.php new file mode 100644 index 000000000..540138e3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemAcl.php @@ -0,0 +1,88 @@ +aclInheritanceType = $aclInheritanceType; + } + public function getAclInheritanceType() + { + return $this->aclInheritanceType; + } + /** + * @param Google_Service_CloudSearch_Principal + */ + public function setDeniedReaders($deniedReaders) + { + $this->deniedReaders = $deniedReaders; + } + /** + * @return Google_Service_CloudSearch_Principal + */ + public function getDeniedReaders() + { + return $this->deniedReaders; + } + public function setInheritAclFrom($inheritAclFrom) + { + $this->inheritAclFrom = $inheritAclFrom; + } + public function getInheritAclFrom() + { + return $this->inheritAclFrom; + } + /** + * @param Google_Service_CloudSearch_Principal + */ + public function setOwners($owners) + { + $this->owners = $owners; + } + /** + * @return Google_Service_CloudSearch_Principal + */ + public function getOwners() + { + return $this->owners; + } + /** + * @param Google_Service_CloudSearch_Principal + */ + public function setReaders($readers) + { + $this->readers = $readers; + } + /** + * @return Google_Service_CloudSearch_Principal + */ + public function getReaders() + { + return $this->readers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemContent.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemContent.php new file mode 100644 index 000000000..eec9a77cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemContent.php @@ -0,0 +1,64 @@ +contentDataRef = $contentDataRef; + } + /** + * @return Google_Service_CloudSearch_UploadItemRef + */ + public function getContentDataRef() + { + return $this->contentDataRef; + } + public function setContentFormat($contentFormat) + { + $this->contentFormat = $contentFormat; + } + public function getContentFormat() + { + return $this->contentFormat; + } + public function setHash($hash) + { + $this->hash = $hash; + } + public function getHash() + { + return $this->hash; + } + public function setInlineContent($inlineContent) + { + $this->inlineContent = $inlineContent; + } + public function getInlineContent() + { + return $this->inlineContent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemCountByStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemCountByStatus.php new file mode 100644 index 000000000..a67386f77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemCountByStatus.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setStatusCode($statusCode) + { + $this->statusCode = $statusCode; + } + public function getStatusCode() + { + return $this->statusCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php new file mode 100644 index 000000000..5df5fd253 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php @@ -0,0 +1,144 @@ +containerName = $containerName; + } + public function getContainerName() + { + return $this->containerName; + } + public function setContentLanguage($contentLanguage) + { + $this->contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setHash($hash) + { + $this->hash = $hash; + } + public function getHash() + { + return $this->hash; + } + /** + * @param Google_Service_CloudSearch_Interaction + */ + public function setInteractions($interactions) + { + $this->interactions = $interactions; + } + /** + * @return Google_Service_CloudSearch_Interaction + */ + public function getInteractions() + { + return $this->interactions; + } + public function setKeywords($keywords) + { + $this->keywords = $keywords; + } + public function getKeywords() + { + return $this->keywords; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + /** + * @param Google_Service_CloudSearch_SearchQualityMetadata + */ + public function setSearchQualityMetadata(Google_Service_CloudSearch_SearchQualityMetadata $searchQualityMetadata) + { + $this->searchQualityMetadata = $searchQualityMetadata; + } + /** + * @return Google_Service_CloudSearch_SearchQualityMetadata + */ + public function getSearchQualityMetadata() + { + return $this->searchQualityMetadata; + } + public function setSourceRepositoryUrl($sourceRepositoryUrl) + { + $this->sourceRepositoryUrl = $sourceRepositoryUrl; + } + public function getSourceRepositoryUrl() + { + return $this->sourceRepositoryUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStatus.php new file mode 100644 index 000000000..d3fa8148e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStatus.php @@ -0,0 +1,63 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_CloudSearch_ProcessingError + */ + public function setProcessingErrors($processingErrors) + { + $this->processingErrors = $processingErrors; + } + /** + * @return Google_Service_CloudSearch_ProcessingError + */ + public function getProcessingErrors() + { + return $this->processingErrors; + } + /** + * @param Google_Service_CloudSearch_RepositoryError + */ + public function setRepositoryErrors($repositoryErrors) + { + $this->repositoryErrors = $repositoryErrors; + } + /** + * @return Google_Service_CloudSearch_RepositoryError + */ + public function getRepositoryErrors() + { + return $this->repositoryErrors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStructuredData.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStructuredData.php new file mode 100644 index 000000000..349ea4bcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ItemStructuredData.php @@ -0,0 +1,46 @@ +hash = $hash; + } + public function getHash() + { + return $this->hash; + } + /** + * @param Google_Service_CloudSearch_StructuredDataObject + */ + public function setObject(Google_Service_CloudSearch_StructuredDataObject $object) + { + $this->object = $object; + } + /** + * @return Google_Service_CloudSearch_StructuredDataObject + */ + public function getObject() + { + return $this->object; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListDataSourceResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListDataSourceResponse.php new file mode 100644 index 000000000..d84ce2612 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListDataSourceResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudSearch_DataSource + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_CloudSearch_DataSource + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemNamesForUnmappedIdentityResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemNamesForUnmappedIdentityResponse.php new file mode 100644 index 000000000..842f1b156 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemNamesForUnmappedIdentityResponse.php @@ -0,0 +1,40 @@ +itemNames = $itemNames; + } + public function getItemNames() + { + return $this->itemNames; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemsResponse.php new file mode 100644 index 000000000..532527d83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListItemsResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_CloudSearch_Item + */ + public function getItems() + { + return $this->items; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListQuerySourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListQuerySourcesResponse.php new file mode 100644 index 000000000..4071a0dbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListQuerySourcesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudSearch_QuerySource + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_CloudSearch_QuerySource + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListSearchApplicationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListSearchApplicationsResponse.php new file mode 100644 index 000000000..5fc93ea2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListSearchApplicationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudSearch_SearchApplication + */ + public function setSearchApplications($searchApplications) + { + $this->searchApplications = $searchApplications; + } + /** + * @return Google_Service_CloudSearch_SearchApplication + */ + public function getSearchApplications() + { + return $this->searchApplications; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListUnmappedIdentitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListUnmappedIdentitiesResponse.php new file mode 100644 index 000000000..031bcc62d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ListUnmappedIdentitiesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudSearch_UnmappedIdentity + */ + public function setUnmappedIdentities($unmappedIdentities) + { + $this->unmappedIdentities = $unmappedIdentities; + } + /** + * @return Google_Service_CloudSearch_UnmappedIdentity + */ + public function getUnmappedIdentities() + { + return $this->unmappedIdentities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/MatchRange.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/MatchRange.php new file mode 100644 index 000000000..6a69e2e23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/MatchRange.php @@ -0,0 +1,39 @@ +end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Media.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Media.php new file mode 100644 index 000000000..b464238d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Media.php @@ -0,0 +1,30 @@ +resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metadata.php new file mode 100644 index 000000000..a8accbc49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metadata.php @@ -0,0 +1,122 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_CloudSearch_ResultDisplayMetadata + */ + public function setDisplayOptions(Google_Service_CloudSearch_ResultDisplayMetadata $displayOptions) + { + $this->displayOptions = $displayOptions; + } + /** + * @return Google_Service_CloudSearch_ResultDisplayMetadata + */ + public function getDisplayOptions() + { + return $this->displayOptions; + } + /** + * @param Google_Service_CloudSearch_NamedProperty + */ + public function setFields($fields) + { + $this->fields = $fields; + } + /** + * @return Google_Service_CloudSearch_NamedProperty + */ + public function getFields() + { + return $this->fields; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + /** + * @param Google_Service_CloudSearch_Person + */ + public function setOwner(Google_Service_CloudSearch_Person $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_CloudSearch_Person + */ + public function getOwner() + { + return $this->owner; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metaline.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metaline.php new file mode 100644 index 000000000..52cb8955a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Metaline.php @@ -0,0 +1,38 @@ +properties = $properties; + } + /** + * @return Google_Service_CloudSearch_DisplayedProperty + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Name.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Name.php new file mode 100644 index 000000000..3eeb34848 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Name.php @@ -0,0 +1,30 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/NamedProperty.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/NamedProperty.php new file mode 100644 index 000000000..b5082ab49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/NamedProperty.php @@ -0,0 +1,167 @@ +booleanValue = $booleanValue; + } + public function getBooleanValue() + { + return $this->booleanValue; + } + /** + * @param Google_Service_CloudSearch_DateValues + */ + public function setDateValues(Google_Service_CloudSearch_DateValues $dateValues) + { + $this->dateValues = $dateValues; + } + /** + * @return Google_Service_CloudSearch_DateValues + */ + public function getDateValues() + { + return $this->dateValues; + } + /** + * @param Google_Service_CloudSearch_DoubleValues + */ + public function setDoubleValues(Google_Service_CloudSearch_DoubleValues $doubleValues) + { + $this->doubleValues = $doubleValues; + } + /** + * @return Google_Service_CloudSearch_DoubleValues + */ + public function getDoubleValues() + { + return $this->doubleValues; + } + /** + * @param Google_Service_CloudSearch_EnumValues + */ + public function setEnumValues(Google_Service_CloudSearch_EnumValues $enumValues) + { + $this->enumValues = $enumValues; + } + /** + * @return Google_Service_CloudSearch_EnumValues + */ + public function getEnumValues() + { + return $this->enumValues; + } + /** + * @param Google_Service_CloudSearch_HtmlValues + */ + public function setHtmlValues(Google_Service_CloudSearch_HtmlValues $htmlValues) + { + $this->htmlValues = $htmlValues; + } + /** + * @return Google_Service_CloudSearch_HtmlValues + */ + public function getHtmlValues() + { + return $this->htmlValues; + } + /** + * @param Google_Service_CloudSearch_IntegerValues + */ + public function setIntegerValues(Google_Service_CloudSearch_IntegerValues $integerValues) + { + $this->integerValues = $integerValues; + } + /** + * @return Google_Service_CloudSearch_IntegerValues + */ + public function getIntegerValues() + { + return $this->integerValues; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudSearch_ObjectValues + */ + public function setObjectValues(Google_Service_CloudSearch_ObjectValues $objectValues) + { + $this->objectValues = $objectValues; + } + /** + * @return Google_Service_CloudSearch_ObjectValues + */ + public function getObjectValues() + { + return $this->objectValues; + } + /** + * @param Google_Service_CloudSearch_TextValues + */ + public function setTextValues(Google_Service_CloudSearch_TextValues $textValues) + { + $this->textValues = $textValues; + } + /** + * @return Google_Service_CloudSearch_TextValues + */ + public function getTextValues() + { + return $this->textValues; + } + /** + * @param Google_Service_CloudSearch_TimestampValues + */ + public function setTimestampValues(Google_Service_CloudSearch_TimestampValues $timestampValues) + { + $this->timestampValues = $timestampValues; + } + /** + * @return Google_Service_CloudSearch_TimestampValues + */ + public function getTimestampValues() + { + return $this->timestampValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDefinition.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDefinition.php new file mode 100644 index 000000000..f040a1d2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDefinition.php @@ -0,0 +1,63 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudSearch_ObjectOptions + */ + public function setOptions(Google_Service_CloudSearch_ObjectOptions $options) + { + $this->options = $options; + } + /** + * @return Google_Service_CloudSearch_ObjectOptions + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_CloudSearch_PropertyDefinition + */ + public function setPropertyDefinitions($propertyDefinitions) + { + $this->propertyDefinitions = $propertyDefinitions; + } + /** + * @return Google_Service_CloudSearch_PropertyDefinition + */ + public function getPropertyDefinitions() + { + return $this->propertyDefinitions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDisplayOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDisplayOptions.php new file mode 100644 index 000000000..0bc90b75d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectDisplayOptions.php @@ -0,0 +1,47 @@ +metalines = $metalines; + } + /** + * @return Google_Service_CloudSearch_Metaline + */ + public function getMetalines() + { + return $this->metalines; + } + public function setObjectDisplayLabel($objectDisplayLabel) + { + $this->objectDisplayLabel = $objectDisplayLabel; + } + public function getObjectDisplayLabel() + { + return $this->objectDisplayLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectOptions.php new file mode 100644 index 000000000..0b8d04348 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectOptions.php @@ -0,0 +1,53 @@ +displayOptions = $displayOptions; + } + /** + * @return Google_Service_CloudSearch_ObjectDisplayOptions + */ + public function getDisplayOptions() + { + return $this->displayOptions; + } + /** + * @param Google_Service_CloudSearch_FreshnessOptions + */ + public function setFreshnessOptions(Google_Service_CloudSearch_FreshnessOptions $freshnessOptions) + { + $this->freshnessOptions = $freshnessOptions; + } + /** + * @return Google_Service_CloudSearch_FreshnessOptions + */ + public function getFreshnessOptions() + { + return $this->freshnessOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectPropertyOptions.php new file mode 100644 index 000000000..040de80c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectPropertyOptions.php @@ -0,0 +1,38 @@ +subobjectProperties = $subobjectProperties; + } + /** + * @return Google_Service_CloudSearch_PropertyDefinition + */ + public function getSubobjectProperties() + { + return $this->subobjectProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectValues.php new file mode 100644 index 000000000..cde3db14f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ObjectValues.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_CloudSearch_StructuredDataObject + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Operation.php new file mode 100644 index 000000000..9383d4d99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudSearch_Status + */ + public function setError(Google_Service_CloudSearch_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudSearch_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/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PeopleSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PeopleSuggestion.php new file mode 100644 index 000000000..4c4585c36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PeopleSuggestion.php @@ -0,0 +1,37 @@ +person = $person; + } + /** + * @return Google_Service_CloudSearch_Person + */ + public function getPerson() + { + return $this->person; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Person.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Person.php new file mode 100644 index 000000000..ce54d4d0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Person.php @@ -0,0 +1,88 @@ +emailAddresses = $emailAddresses; + } + /** + * @return Google_Service_CloudSearch_EmailAddress + */ + public function getEmailAddresses() + { + return $this->emailAddresses; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setObfuscatedId($obfuscatedId) + { + $this->obfuscatedId = $obfuscatedId; + } + public function getObfuscatedId() + { + return $this->obfuscatedId; + } + /** + * @param Google_Service_CloudSearch_Name + */ + public function setPersonNames($personNames) + { + $this->personNames = $personNames; + } + /** + * @return Google_Service_CloudSearch_Name + */ + public function getPersonNames() + { + return $this->personNames; + } + /** + * @param Google_Service_CloudSearch_Photo + */ + public function setPhotos($photos) + { + $this->photos = $photos; + } + /** + * @return Google_Service_CloudSearch_Photo + */ + public function getPhotos() + { + return $this->photos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Photo.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Photo.php new file mode 100644 index 000000000..5190d4092 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Photo.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsRequest.php new file mode 100644 index 000000000..cfdb9d9ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsRequest.php @@ -0,0 +1,74 @@ +connectorName = $connectorName; + } + public function getConnectorName() + { + return $this->connectorName; + } + /** + * @param Google_Service_CloudSearch_DebugOptions + */ + public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) + { + $this->debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + public function setLimit($limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setQueue($queue) + { + $this->queue = $queue; + } + public function getQueue() + { + return $this->queue; + } + public function setStatusCodes($statusCodes) + { + $this->statusCodes = $statusCodes; + } + public function getStatusCodes() + { + return $this->statusCodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsResponse.php new file mode 100644 index 000000000..d32a8e43f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PollItemsResponse.php @@ -0,0 +1,38 @@ +items = $items; + } + /** + * @return Google_Service_CloudSearch_Item + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Principal.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Principal.php new file mode 100644 index 000000000..dd5510857 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Principal.php @@ -0,0 +1,55 @@ +groupResourceName = $groupResourceName; + } + public function getGroupResourceName() + { + return $this->groupResourceName; + } + /** + * @param Google_Service_CloudSearch_GSuitePrincipal + */ + public function setGsuitePrincipal(Google_Service_CloudSearch_GSuitePrincipal $gsuitePrincipal) + { + $this->gsuitePrincipal = $gsuitePrincipal; + } + /** + * @return Google_Service_CloudSearch_GSuitePrincipal + */ + public function getGsuitePrincipal() + { + return $this->gsuitePrincipal; + } + public function setUserResourceName($userResourceName) + { + $this->userResourceName = $userResourceName; + } + public function getUserResourceName() + { + return $this->userResourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ProcessingError.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ProcessingError.php new file mode 100644 index 000000000..b6b322d25 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ProcessingError.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + /** + * @param Google_Service_CloudSearch_FieldViolation + */ + public function setFieldViolations($fieldViolations) + { + $this->fieldViolations = $fieldViolations; + } + /** + * @return Google_Service_CloudSearch_FieldViolation + */ + public function getFieldViolations() + { + return $this->fieldViolations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php new file mode 100644 index 000000000..d3ac145a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php @@ -0,0 +1,244 @@ +booleanPropertyOptions = $booleanPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_BooleanPropertyOptions + */ + public function getBooleanPropertyOptions() + { + return $this->booleanPropertyOptions; + } + /** + * @param Google_Service_CloudSearch_DatePropertyOptions + */ + public function setDatePropertyOptions(Google_Service_CloudSearch_DatePropertyOptions $datePropertyOptions) + { + $this->datePropertyOptions = $datePropertyOptions; + } + /** + * @return Google_Service_CloudSearch_DatePropertyOptions + */ + public function getDatePropertyOptions() + { + return $this->datePropertyOptions; + } + /** + * @param Google_Service_CloudSearch_PropertyDisplayOptions + */ + public function setDisplayOptions(Google_Service_CloudSearch_PropertyDisplayOptions $displayOptions) + { + $this->displayOptions = $displayOptions; + } + /** + * @return Google_Service_CloudSearch_PropertyDisplayOptions + */ + public function getDisplayOptions() + { + return $this->displayOptions; + } + /** + * @param Google_Service_CloudSearch_DoublePropertyOptions + */ + public function setDoublePropertyOptions(Google_Service_CloudSearch_DoublePropertyOptions $doublePropertyOptions) + { + $this->doublePropertyOptions = $doublePropertyOptions; + } + /** + * @return Google_Service_CloudSearch_DoublePropertyOptions + */ + public function getDoublePropertyOptions() + { + return $this->doublePropertyOptions; + } + /** + * @param Google_Service_CloudSearch_EnumPropertyOptions + */ + public function setEnumPropertyOptions(Google_Service_CloudSearch_EnumPropertyOptions $enumPropertyOptions) + { + $this->enumPropertyOptions = $enumPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_EnumPropertyOptions + */ + public function getEnumPropertyOptions() + { + return $this->enumPropertyOptions; + } + /** + * @param Google_Service_CloudSearch_HtmlPropertyOptions + */ + public function setHtmlPropertyOptions(Google_Service_CloudSearch_HtmlPropertyOptions $htmlPropertyOptions) + { + $this->htmlPropertyOptions = $htmlPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_HtmlPropertyOptions + */ + public function getHtmlPropertyOptions() + { + return $this->htmlPropertyOptions; + } + /** + * @param Google_Service_CloudSearch_IntegerPropertyOptions + */ + public function setIntegerPropertyOptions(Google_Service_CloudSearch_IntegerPropertyOptions $integerPropertyOptions) + { + $this->integerPropertyOptions = $integerPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_IntegerPropertyOptions + */ + public function getIntegerPropertyOptions() + { + return $this->integerPropertyOptions; + } + public function setIsFacetable($isFacetable) + { + $this->isFacetable = $isFacetable; + } + public function getIsFacetable() + { + return $this->isFacetable; + } + public function setIsRepeatable($isRepeatable) + { + $this->isRepeatable = $isRepeatable; + } + public function getIsRepeatable() + { + return $this->isRepeatable; + } + public function setIsReturnable($isReturnable) + { + $this->isReturnable = $isReturnable; + } + public function getIsReturnable() + { + return $this->isReturnable; + } + public function setIsSortable($isSortable) + { + $this->isSortable = $isSortable; + } + public function getIsSortable() + { + return $this->isSortable; + } + public function setIsSuggestable($isSuggestable) + { + $this->isSuggestable = $isSuggestable; + } + public function getIsSuggestable() + { + return $this->isSuggestable; + } + public function setIsWildcardSearchable($isWildcardSearchable) + { + $this->isWildcardSearchable = $isWildcardSearchable; + } + public function getIsWildcardSearchable() + { + return $this->isWildcardSearchable; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudSearch_ObjectPropertyOptions + */ + public function setObjectPropertyOptions(Google_Service_CloudSearch_ObjectPropertyOptions $objectPropertyOptions) + { + $this->objectPropertyOptions = $objectPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_ObjectPropertyOptions + */ + public function getObjectPropertyOptions() + { + return $this->objectPropertyOptions; + } + /** + * @param Google_Service_CloudSearch_TextPropertyOptions + */ + public function setTextPropertyOptions(Google_Service_CloudSearch_TextPropertyOptions $textPropertyOptions) + { + $this->textPropertyOptions = $textPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_TextPropertyOptions + */ + public function getTextPropertyOptions() + { + return $this->textPropertyOptions; + } + /** + * @param Google_Service_CloudSearch_TimestampPropertyOptions + */ + public function setTimestampPropertyOptions(Google_Service_CloudSearch_TimestampPropertyOptions $timestampPropertyOptions) + { + $this->timestampPropertyOptions = $timestampPropertyOptions; + } + /** + * @return Google_Service_CloudSearch_TimestampPropertyOptions + */ + public function getTimestampPropertyOptions() + { + return $this->timestampPropertyOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDisplayOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDisplayOptions.php new file mode 100644 index 000000000..3904c0cb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDisplayOptions.php @@ -0,0 +1,30 @@ +displayLabel = $displayLabel; + } + public function getDisplayLabel() + { + return $this->displayLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItem.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItem.php new file mode 100644 index 000000000..7389d01e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItem.php @@ -0,0 +1,91 @@ +contentHash = $contentHash; + } + public function getContentHash() + { + return $this->contentHash; + } + public function setMetadataHash($metadataHash) + { + $this->metadataHash = $metadataHash; + } + public function getMetadataHash() + { + return $this->metadataHash; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setQueue($queue) + { + $this->queue = $queue; + } + public function getQueue() + { + return $this->queue; + } + /** + * @param Google_Service_CloudSearch_RepositoryError + */ + public function setRepositoryError(Google_Service_CloudSearch_RepositoryError $repositoryError) + { + $this->repositoryError = $repositoryError; + } + /** + * @return Google_Service_CloudSearch_RepositoryError + */ + public function getRepositoryError() + { + return $this->repositoryError; + } + public function setStructuredDataHash($structuredDataHash) + { + $this->structuredDataHash = $structuredDataHash; + } + public function getStructuredDataHash() + { + return $this->structuredDataHash; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItemRequest.php new file mode 100644 index 000000000..9b149c544 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PushItemRequest.php @@ -0,0 +1,62 @@ +connectorName = $connectorName; + } + public function getConnectorName() + { + return $this->connectorName; + } + /** + * @param Google_Service_CloudSearch_DebugOptions + */ + public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) + { + $this->debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + /** + * @param Google_Service_CloudSearch_PushItem + */ + public function setItem(Google_Service_CloudSearch_PushItem $item) + { + $this->item = $item; + } + /** + * @return Google_Service_CloudSearch_PushItem + */ + public function getItem() + { + return $this->item; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.php new file mode 100644 index 000000000..ed94dae5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setStatusCode($statusCode) + { + $this->statusCode = $statusCode; + } + public function getStatusCode() + { + return $this->statusCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php new file mode 100644 index 000000000..8f2af7075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php @@ -0,0 +1,48 @@ +interpretationType = $interpretationType; + } + public function getInterpretationType() + { + return $this->interpretationType; + } + public function setInterpretedQuery($interpretedQuery) + { + $this->interpretedQuery = $interpretedQuery; + } + public function getInterpretedQuery() + { + return $this->interpretedQuery; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php new file mode 100644 index 000000000..bbf255cc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php @@ -0,0 +1,39 @@ +disableNlInterpretation = $disableNlInterpretation; + } + public function getDisableNlInterpretation() + { + return $this->disableNlInterpretation; + } + public function setEnableVerbatimMode($enableVerbatimMode) + { + $this->enableVerbatimMode = $enableVerbatimMode; + } + public function getEnableVerbatimMode() + { + return $this->enableVerbatimMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryItem.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryItem.php new file mode 100644 index 000000000..7748eedb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryItem.php @@ -0,0 +1,30 @@ +isSynthetic = $isSynthetic; + } + public function getIsSynthetic() + { + return $this->isSynthetic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryOperator.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryOperator.php new file mode 100644 index 000000000..2ae49b32a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryOperator.php @@ -0,0 +1,121 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEnumValues($enumValues) + { + $this->enumValues = $enumValues; + } + public function getEnumValues() + { + return $this->enumValues; + } + public function setGreaterThanOperatorName($greaterThanOperatorName) + { + $this->greaterThanOperatorName = $greaterThanOperatorName; + } + public function getGreaterThanOperatorName() + { + return $this->greaterThanOperatorName; + } + public function setIsFacetable($isFacetable) + { + $this->isFacetable = $isFacetable; + } + public function getIsFacetable() + { + return $this->isFacetable; + } + public function setIsRepeatable($isRepeatable) + { + $this->isRepeatable = $isRepeatable; + } + public function getIsRepeatable() + { + return $this->isRepeatable; + } + public function setIsReturnable($isReturnable) + { + $this->isReturnable = $isReturnable; + } + public function getIsReturnable() + { + return $this->isReturnable; + } + public function setIsSortable($isSortable) + { + $this->isSortable = $isSortable; + } + public function getIsSortable() + { + return $this->isSortable; + } + public function setIsSuggestable($isSuggestable) + { + $this->isSuggestable = $isSuggestable; + } + public function getIsSuggestable() + { + return $this->isSuggestable; + } + public function setLessThanOperatorName($lessThanOperatorName) + { + $this->lessThanOperatorName = $lessThanOperatorName; + } + public function getLessThanOperatorName() + { + return $this->lessThanOperatorName; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySource.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySource.php new file mode 100644 index 000000000..1cb216409 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySource.php @@ -0,0 +1,72 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_CloudSearch_QueryOperator + */ + public function setOperators($operators) + { + $this->operators = $operators; + } + /** + * @return Google_Service_CloudSearch_QueryOperator + */ + public function getOperators() + { + return $this->operators; + } + public function setShortName($shortName) + { + $this->shortName = $shortName; + } + public function getShortName() + { + return $this->shortName; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySuggestion.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySuggestion.php new file mode 100644 index 000000000..f6fbe78f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QuerySuggestion.php @@ -0,0 +1,20 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setHttpStatusCode($httpStatusCode) + { + $this->httpStatusCode = $httpStatusCode; + } + public function getHttpStatusCode() + { + return $this->httpStatusCode; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RequestOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RequestOptions.php new file mode 100644 index 000000000..df65c5aa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RequestOptions.php @@ -0,0 +1,64 @@ +debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setSearchApplicationId($searchApplicationId) + { + $this->searchApplicationId = $searchApplicationId; + } + public function getSearchApplicationId() + { + return $this->searchApplicationId; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResetSearchApplicationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResetSearchApplicationRequest.php new file mode 100644 index 000000000..20e4ecdc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResetSearchApplicationRequest.php @@ -0,0 +1,37 @@ +debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Debug.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Debug.php new file mode 100644 index 000000000..e9a97cce8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Debug.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $debug = $cloudsearchService->debug; + * + */ +class Google_Service_CloudSearch_Resource_Debug extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasources.php new file mode 100644 index 000000000..560bae7a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasources.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $datasources = $cloudsearchService->datasources; + * + */ +class Google_Service_CloudSearch_Resource_DebugDatasources extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItems.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItems.php new file mode 100644 index 000000000..7c508c063 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItems.php @@ -0,0 +1,62 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $items = $cloudsearchService->items; + * + */ +class Google_Service_CloudSearch_Resource_DebugDatasourcesItems extends Google_Service_Resource +{ + /** + * Checks whether an item is accessible by specified principal. + * (items.checkAccess) + * + * @param string $name Item name, format: + * datasources/{source_id}/items/{item_id} + * @param Google_Service_CloudSearch_Principal $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_CheckAccessResponse + */ + public function checkAccess($name, Google_Service_CloudSearch_Principal $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('checkAccess', array($params), "Google_Service_CloudSearch_CheckAccessResponse"); + } + /** + * Fetches the item whose viewUrl exactly matches that of the URL provided in + * the request. (items.searchByViewUrl) + * + * @param string $name Source name, format: datasources/{source_id} + * @param Google_Service_CloudSearch_SearchItemsByViewUrlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_SearchItemsByViewUrlResponse + */ + public function searchByViewUrl($name, Google_Service_CloudSearch_SearchItemsByViewUrlRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('searchByViewUrl', array($params), "Google_Service_CloudSearch_SearchItemsByViewUrlResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItemsUnmappedids.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItemsUnmappedids.php new file mode 100644 index 000000000..12fd06a53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugDatasourcesItemsUnmappedids.php @@ -0,0 +1,50 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $unmappedids = $cloudsearchService->unmappedids; + * + */ +class Google_Service_CloudSearch_Resource_DebugDatasourcesItemsUnmappedids extends Google_Service_Resource +{ + /** + * List all unmapped identities for a specific item. + * (unmappedids.listDebugDatasourcesItemsUnmappedids) + * + * @param string $parent The name of the item, in the following format: + * datasources/{source_id}/items/{ID} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize Maximum number of items to fetch in a request. + * Defaults to 100. + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_ListUnmappedIdentitiesResponse + */ + public function listDebugDatasourcesItemsUnmappedids($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSearch_ListUnmappedIdentitiesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysources.php new file mode 100644 index 000000000..e517b5fdf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysources.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $identitysources = $cloudsearchService->identitysources; + * + */ +class Google_Service_CloudSearch_Resource_DebugIdentitysources extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php new file mode 100644 index 000000000..db56c12b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php @@ -0,0 +1,52 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $items = $cloudsearchService->items; + * + */ +class Google_Service_CloudSearch_Resource_DebugIdentitysourcesItems extends Google_Service_Resource +{ + /** + * Lists names of items associated with an unmapped identity. + * (items.listForunmappedidentity) + * + * @param string $parent The name of the identity source, in the following + * format: identitysources/{source_id}} + * @param array $optParams Optional parameters. + * + * @opt_param string groupResourceName + * @opt_param string userResourceName + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize Maximum number of items to fetch in a request. + * Defaults to 100. + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_ListItemNamesForUnmappedIdentityResponse + */ + public function listForunmappedidentity($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('listForunmappedidentity', array($params), "Google_Service_CloudSearch_ListItemNamesForUnmappedIdentityResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesUnmappedids.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesUnmappedids.php new file mode 100644 index 000000000..bb8030eb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesUnmappedids.php @@ -0,0 +1,51 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $unmappedids = $cloudsearchService->unmappedids; + * + */ +class Google_Service_CloudSearch_Resource_DebugIdentitysourcesUnmappedids extends Google_Service_Resource +{ + /** + * Lists unmapped user identities for an identity source. + * (unmappedids.listDebugIdentitysourcesUnmappedids) + * + * @param string $parent The name of the identity source, in the following + * format: identitysources/{source_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize Maximum number of items to fetch in a request. + * Defaults to 100. + * @opt_param string resolutionStatusCode Limit users selection to this status. + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_ListUnmappedIdentitiesResponse + */ + public function listDebugIdentitysourcesUnmappedids($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSearch_ListUnmappedIdentitiesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Indexing.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Indexing.php new file mode 100644 index 000000000..499ee5237 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Indexing.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $indexing = $cloudsearchService->indexing; + * + */ +class Google_Service_CloudSearch_Resource_Indexing extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasources.php new file mode 100644 index 000000000..ab2090fbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasources.php @@ -0,0 +1,77 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $datasources = $cloudsearchService->datasources; + * + */ +class Google_Service_CloudSearch_Resource_IndexingDatasources extends Google_Service_Resource +{ + /** + * Deletes the schema of a data source. (datasources.deleteSchema) + * + * @param string $name Name of the data source to delete Schema. Format: + * datasources/{source_id} + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_Operation + */ + public function deleteSchema($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('deleteSchema', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Gets the schema of a data source. (datasources.getSchema) + * + * @param string $name Name of the data source to get Schema. Format: + * datasources/{source_id} + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_Schema + */ + public function getSchema($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getSchema', array($params), "Google_Service_CloudSearch_Schema"); + } + /** + * Updates the schema of a data source. (datasources.updateSchema) + * + * @param string $name Name of the data source to update Schema. Format: + * datasources/{source_id} + * @param Google_Service_CloudSearch_UpdateSchemaRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function updateSchema($name, Google_Service_CloudSearch_UpdateSchemaRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateSchema', array($params), "Google_Service_CloudSearch_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php new file mode 100644 index 000000000..35b9df022 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php @@ -0,0 +1,251 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $items = $cloudsearchService->items; + * + */ +class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Google_Service_Resource +{ + /** + * Deletes Item resource for the specified resource name. This API requires an + * admin or service account to execute. The service account used is the one + * whitelisted in the corresponding data source. (items.delete) + * + * @param string $name Required. Name of the item to delete. Format: + * datasources/{source_id}/items/{item_id} + * @param array $optParams Optional parameters. + * + * @opt_param string version Required. The incremented version of the item to + * delete from the index. The indexing system stores the version from the + * datasource as a byte string and compares the Item version in the index to the + * version of the queued Item using lexical ordering. + * + * Cloud Search Indexing won't delete any queued item with a version value that + * is less than or equal to the version of the currently indexed item. The + * maximum length for this field is 1024 bytes. + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string mode Required. The RequestMode for this request. + * @opt_param string connectorName Name of connector making this call. Format: + * datasources/{source_id}/connectors/{ID} + * @return Google_Service_CloudSearch_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Deletes all items in a queue. This method is useful for deleting stale items. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. + * (items.deleteQueueItems) + * + * @param string $name Name of the Data Source to delete items in a queue. + * Format: datasources/{source_id} + * @param Google_Service_CloudSearch_DeleteQueueItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function deleteQueueItems($name, Google_Service_CloudSearch_DeleteQueueItemsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteQueueItems', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Gets Item resource by item name. + * + * This API requires an admin or service account to execute. The service + * account used is the one whitelisted in the corresponding data source. + * (items.get) + * + * @param string $name Name of the item to get info. Format: + * datasources/{source_id}/items/{item_id} + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string connectorName Name of connector making this call. Format: + * datasources/{source_id}/connectors/{ID} + * @return Google_Service_CloudSearch_Item + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_Item"); + } + /** + * Updates Item ACL, metadata, and content. It will insert the Item if it does + * not exist. This method does not support partial updates. Fields with no + * provided values are cleared out in the Cloud Search index. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.index) + * + * @param string $name Name of the Item. Format: + * datasources/{source_id}/items/{item_id} This is a required field. The maximum + * length is 1536 characters. + * @param Google_Service_CloudSearch_IndexItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function index($name, Google_Service_CloudSearch_IndexItemRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('index', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Lists all or a subset of Item resources. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. + * (items.listIndexingDatasourcesItems) + * + * @param string $name Name of the Data Source to list Items. Format: + * datasources/{source_id} + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string connectorName Name of connector making this call. Format: + * datasources/{source_id}/connectors/{ID} + * @opt_param bool brief When set to true, the indexing system only populates + * the following fields: name, version, queue. metadata.hash, metadata.title, + * metadata.sourceRepositoryURL, metadata.objectType, metadata.createTime, + * metadata.updateTime, metadata.contentLanguage, metadata.mimeType, + * structured_data.hash, content.hash, itemType, itemStatus.code, + * itemStatus.processingError.code, itemStatus.repositoryError.type, If this + * value is false, then all the fields are populated in Item. + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize Maximum number of items to fetch in a request. The + * max value is 1000 when brief is true. The max value is 10 if brief is false. + * The default value is 10 + * @return Google_Service_CloudSearch_ListItemsResponse + */ + public function listIndexingDatasourcesItems($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSearch_ListItemsResponse"); + } + /** + * Polls for unreserved items from the indexing queue and marks a set as + * reserved, starting with items that have the oldest timestamp from the highest + * priority ItemStatus. The priority order is as follows: ERROR + * + * MODIFIED + * + * NEW_ITEM + * + * ACCEPTED + * + * Reserving items ensures that polling from other threads cannot create + * overlapping sets. + * + * After handling the reserved items, the client should put items back into the + * unreserved state, either by calling index, or by calling push with the type + * REQUEUE. + * + * Items automatically become available (unreserved) after 4 hours even if no + * update or push method is called. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.poll) + * + * @param string $name Name of the Data Source to poll items. Format: + * datasources/{source_id} + * @param Google_Service_CloudSearch_PollItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_PollItemsResponse + */ + public function poll($name, Google_Service_CloudSearch_PollItemsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('poll', array($params), "Google_Service_CloudSearch_PollItemsResponse"); + } + /** + * Pushes an item onto a queue for later polling and updating. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.push) + * + * @param string $name Name of the item to push into the indexing queue. Format: + * datasources/{source_id}/items/{ID} This is a required field. The maximum + * length is 1536 characters. + * @param Google_Service_CloudSearch_PushItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Item + */ + public function push($name, Google_Service_CloudSearch_PushItemRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('push', array($params), "Google_Service_CloudSearch_Item"); + } + /** + * Unreserves all items from a queue, making them all eligible to be polled. + * This method is useful for resetting the indexing queue after a connector has + * been restarted. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. + * (items.unreserve) + * + * @param string $name Name of the Data Source to unreserve all items. Format: + * datasources/{source_id} + * @param Google_Service_CloudSearch_UnreserveItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function unreserve($name, Google_Service_CloudSearch_UnreserveItemsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('unreserve', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Creates an upload session for uploading item content. For items smaller than + * 100 KB, it's easier to embed the content inline within an index request. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.upload) + * + * @param string $name Name of the Item to start a resumable upload. Format: + * datasources/{source_id}/items/{item_id}. + * @param Google_Service_CloudSearch_StartUploadItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_UploadItemRef + */ + public function upload($name, Google_Service_CloudSearch_StartUploadItemRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_CloudSearch_UploadItemRef"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Media.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Media.php new file mode 100644 index 000000000..707aa70bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Media.php @@ -0,0 +1,61 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $media = $cloudsearchService->media; + * + */ +class Google_Service_CloudSearch_Resource_Media extends Google_Service_Resource +{ + /** + * Uploads media for indexing. + * + * The upload endpoint supports direct and resumable upload protocols and is + * intended for large items that can not be [inlined during index + * requests](https://developers.google.com/cloud- + * search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To + * index large content: + * + * 1. Call indexing.datasources.items.upload with the resource name to + * begin an upload session and retrieve the UploadItemRef. 1. Call + * media.upload to upload the content using the same resource name from step 1. + * 1. Call indexing.datasources.items.index to index the item. Populate the + * [ItemContent](/cloud- + * search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with + * the UploadItemRef from step 1. + * + * For additional information, see [Create a content connector using the REST + * API](https://developers.google.com/cloud-search/docs/guides/content- + * connector#rest). (media.upload) + * + * @param string $resourceName Name of the media that is being downloaded. See + * ReadRequest.resource_name. + * @param Google_Service_CloudSearch_Media $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Media + */ + public function upload($resourceName, Google_Service_CloudSearch_Media $postBody, $optParams = array()) + { + $params = array('resourceName' => $resourceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_CloudSearch_Media"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Operations.php new file mode 100644 index 000000000..b00d0f913 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Operations.php @@ -0,0 +1,43 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $operations = $cloudsearchService->operations; + * + */ +class Google_Service_CloudSearch_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_CloudSearch_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Query.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Query.php new file mode 100644 index 000000000..ed6d6f7a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Query.php @@ -0,0 +1,57 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $query = $cloudsearchService->query; + * + */ +class Google_Service_CloudSearch_Resource_Query extends Google_Service_Resource +{ + /** + * The Cloud Search Query API provides the search method, which returns the most + * relevant results from a user query. The results can come from G Suite Apps, + * such as Gmail or Google Drive, or they can come from data that you have + * indexed from a third party. (query.search) + * + * @param Google_Service_CloudSearch_SearchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_SearchResponse + */ + public function search(Google_Service_CloudSearch_SearchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudSearch_SearchResponse"); + } + /** + * Provides suggestions for autocompleting the query. (query.suggest) + * + * @param Google_Service_CloudSearch_SuggestRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_SuggestResponse + */ + public function suggest(Google_Service_CloudSearch_SuggestRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('suggest', array($params), "Google_Service_CloudSearch_SuggestResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php new file mode 100644 index 000000000..5becd8202 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php @@ -0,0 +1,69 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $sources = $cloudsearchService->sources; + * + */ +class Google_Service_CloudSearch_Resource_QuerySources extends Google_Service_Resource +{ + /** + * Returns list of sources that user can use for Search and Suggest APIs. + * (sources.listQuerySources) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestOptions.languageCode The BCP-47 language code, such + * as "en-US" or "sr-Latn". For more information, see + * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. For + * translations. + * + * Set this field using the language set in browser or for the page. In the + * event that the user's language preference is known, set this field to the + * known user language. + * + * When specified, the documents in search results are biased towards the + * specified language. + * + * The suggest API does not use this parameter. Instead, suggest autocompletes + * only based on characters in the query. + * @opt_param string requestOptions.searchApplicationId Id of the application + * created using SearchApplicationsService. + * @opt_param string requestOptions.timeZone Current user's time zone id, such + * as "America/Los_Angeles" or "Australia/Sydney". These IDs are defined by + * [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) + * project, and currently available in the file [timezone.xml](http://unicode.or + * g/repos/cldr/trunk/common/bcp47/timezone.xml). This field is used to + * correctly interpret date and time queries. If this field is not specified, + * the default time zone (UTC) is used. + * @opt_param string pageToken Number of sources to return in the response. + * @opt_param bool requestOptions.debugOptions.enableDebugging If you are asked + * by Google to help with debugging, set this field. Otherwise, ignore this + * field. + * @return Google_Service_CloudSearch_ListQuerySourcesResponse + */ + public function listQuerySources($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSearch_ListQuerySourcesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php new file mode 100644 index 000000000..40ef3c56a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $settings = $cloudsearchService->settings; + * + */ +class Google_Service_CloudSearch_Resource_Settings extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php new file mode 100644 index 000000000..ac49bcdfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php @@ -0,0 +1,107 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $datasources = $cloudsearchService->datasources; + * + */ +class Google_Service_CloudSearch_Resource_SettingsDatasources extends Google_Service_Resource +{ + /** + * Creates a datasource. (datasources.create) + * + * @param Google_Service_CloudSearch_DataSource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function create(Google_Service_CloudSearch_DataSource $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Deletes a datasource. (datasources.delete) + * + * @param string $name Name of the datasource. Format: datasources/{source_id}. + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Gets a datasource. (datasources.get) + * + * @param string $name Name of the datasource resource. Format: + * datasources/{source_id}. + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_DataSource + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_DataSource"); + } + /** + * Lists datasources. (datasources.listSettingsDatasources) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string pageToken Starting index of the results. + * @opt_param int pageSize Maximum number of datasources to fetch in a request. + * The max value is 100. The default value is 10 + * @return Google_Service_CloudSearch_ListDataSourceResponse + */ + public function listSettingsDatasources($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSearch_ListDataSourceResponse"); + } + /** + * Updates a datasource. (datasources.update) + * + * @param string $name Name of the datasource resource. Format: + * datasources/{source_id}. The name is ignored when creating a datasource. + * @param Google_Service_CloudSearch_UpdateDataSourceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function update($name, Google_Service_CloudSearch_UpdateDataSourceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_CloudSearch_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php new file mode 100644 index 000000000..eece964fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php @@ -0,0 +1,125 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_SettingsSearchapplications extends Google_Service_Resource +{ + /** + * Creates a search application. (searchapplications.create) + * + * @param Google_Service_CloudSearch_SearchApplication $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function create(Google_Service_CloudSearch_SearchApplication $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Deletes a search application. (searchapplications.delete) + * + * @param string $name The name of the search application to be deleted. Format: + * applications/{application_id}. + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Gets the specified search application. (searchapplications.get) + * + * @param string $name Name of the search application. Format: + * applications/{application_id}. + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @return Google_Service_CloudSearch_SearchApplication + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_SearchApplication"); + } + /** + * Lists all search applications. + * (searchapplications.listSettingsSearchapplications) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. The default value is 10 + * @opt_param int pageSize The maximum number of items to return. + * @return Google_Service_CloudSearch_ListSearchApplicationsResponse + */ + public function listSettingsSearchapplications($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSearch_ListSearchApplicationsResponse"); + } + /** + * Resets a search application to default settings. This will return an empty + * response. (searchapplications.reset) + * + * @param string $name The name of the search application to be reset. Format: + * applications/{application_id}. + * @param Google_Service_CloudSearch_ResetSearchApplicationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function reset($name, Google_Service_CloudSearch_ResetSearchApplicationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params), "Google_Service_CloudSearch_Operation"); + } + /** + * Updates a search application. (searchapplications.update) + * + * @param string $name Name of the Search Application. Format: + * searchapplications/{application_id}. + * @param Google_Service_CloudSearch_SearchApplication $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSearch_Operation + */ + public function update($name, Google_Service_CloudSearch_SearchApplication $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_CloudSearch_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php new file mode 100644 index 000000000..3403163e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php @@ -0,0 +1,114 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $stats = $cloudsearchService->stats; + * + */ +class Google_Service_CloudSearch_Resource_Stats extends Google_Service_Resource +{ + /** + * Gets indexed item statistics aggreggated across all data sources. This API + * only returns statistics for previous dates; it doesn't return statistics for + * the current day. (stats.getIndex) + * + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @return Google_Service_CloudSearch_GetCustomerIndexStatsResponse + */ + public function getIndex($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getIndex', array($params), "Google_Service_CloudSearch_GetCustomerIndexStatsResponse"); + } + /** + * Get the query statistics for customer (stats.getQuery) + * + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @return Google_Service_CloudSearch_GetCustomerQueryStatsResponse + */ + public function getQuery($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getQuery', array($params), "Google_Service_CloudSearch_GetCustomerQueryStatsResponse"); + } + /** + * Get the # of search sessions for the customer (stats.getSession) + * + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @return Google_Service_CloudSearch_GetCustomerSessionStatsResponse + */ + public function getSession($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getSession', array($params), "Google_Service_CloudSearch_GetCustomerSessionStatsResponse"); + } + /** + * Get the users statistics for customer (stats.getUser) + * + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @return Google_Service_CloudSearch_GetCustomerUserStatsResponse + */ + public function getUser($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getUser', array($params), "Google_Service_CloudSearch_GetCustomerUserStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndex.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndex.php new file mode 100644 index 000000000..b8585bb11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndex.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $index = $cloudsearchService->index; + * + */ +class Google_Service_CloudSearch_Resource_StatsIndex extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php new file mode 100644 index 000000000..51191bec0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php @@ -0,0 +1,51 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $datasources = $cloudsearchService->datasources; + * + */ +class Google_Service_CloudSearch_Resource_StatsIndexDatasources extends Google_Service_Resource +{ + /** + * Gets indexed item statistics for a single data source. (datasources.get) + * + * @param string $name The resource id of the data source to retrieve statistics + * for, in the following format: "datasources/{source_id}" + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @return Google_Service_CloudSearch_GetDataSourceIndexStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetDataSourceIndexStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.php new file mode 100644 index 000000000..15309dfb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $query = $cloudsearchService->query; + * + */ +class Google_Service_CloudSearch_Resource_StatsQuery extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.php new file mode 100644 index 000000000..15dd15003 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.php @@ -0,0 +1,51 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_StatsQuerySearchapplications extends Google_Service_Resource +{ + /** + * Get the query statistics for search application (searchapplications.get) + * + * @param string $name The resource id of the search application query stats, in + * the following format: searchapplications/{application_id} + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @return Google_Service_CloudSearch_GetSearchApplicationQueryStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationQueryStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.php new file mode 100644 index 000000000..5b3dec9c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $session = $cloudsearchService->session; + * + */ +class Google_Service_CloudSearch_Resource_StatsSession extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.php new file mode 100644 index 000000000..8e947b1b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.php @@ -0,0 +1,52 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_StatsSessionSearchapplications extends Google_Service_Resource +{ + /** + * Get the # of search sessions for the search application + * (searchapplications.get) + * + * @param string $name The resource id of the search application session stats, + * in the following format: searchapplications/{application_id} + * @param array $optParams Optional parameters. + * + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @return Google_Service_CloudSearch_GetSearchApplicationSessionStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationSessionStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.php new file mode 100644 index 000000000..22ab01a9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $user = $cloudsearchService->user; + * + */ +class Google_Service_CloudSearch_Resource_StatsUser extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.php new file mode 100644 index 000000000..bec34a23c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.php @@ -0,0 +1,51 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_StatsUserSearchapplications extends Google_Service_Resource +{ + /** + * Get the users statistics for search application (searchapplications.get) + * + * @param string $name The resource id of the search application session stats, + * in the following format: searchapplications/{application_id} + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @return Google_Service_CloudSearch_GetSearchApplicationUserStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationUserStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResponseDebugInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResponseDebugInfo.php new file mode 100644 index 000000000..e0d379553 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResponseDebugInfo.php @@ -0,0 +1,30 @@ +formattedDebugInfo = $formattedDebugInfo; + } + public function getFormattedDebugInfo() + { + return $this->formattedDebugInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RestrictItem.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RestrictItem.php new file mode 100644 index 000000000..04bf35c45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RestrictItem.php @@ -0,0 +1,174 @@ +driveFollowUpRestrict = $driveFollowUpRestrict; + } + /** + * @return Google_Service_CloudSearch_DriveFollowUpRestrict + */ + public function getDriveFollowUpRestrict() + { + return $this->driveFollowUpRestrict; + } + /** + * @param Google_Service_CloudSearch_DriveLocationRestrict + */ + public function setDriveLocationRestrict(Google_Service_CloudSearch_DriveLocationRestrict $driveLocationRestrict) + { + $this->driveLocationRestrict = $driveLocationRestrict; + } + /** + * @return Google_Service_CloudSearch_DriveLocationRestrict + */ + public function getDriveLocationRestrict() + { + return $this->driveLocationRestrict; + } + /** + * @param Google_Service_CloudSearch_DriveMimeTypeRestrict + */ + public function setDriveMimeTypeRestrict(Google_Service_CloudSearch_DriveMimeTypeRestrict $driveMimeTypeRestrict) + { + $this->driveMimeTypeRestrict = $driveMimeTypeRestrict; + } + /** + * @return Google_Service_CloudSearch_DriveMimeTypeRestrict + */ + public function getDriveMimeTypeRestrict() + { + return $this->driveMimeTypeRestrict; + } + /** + * @param Google_Service_CloudSearch_DriveTimeSpanRestrict + */ + public function setDriveTimeSpanRestrict(Google_Service_CloudSearch_DriveTimeSpanRestrict $driveTimeSpanRestrict) + { + $this->driveTimeSpanRestrict = $driveTimeSpanRestrict; + } + /** + * @return Google_Service_CloudSearch_DriveTimeSpanRestrict + */ + public function getDriveTimeSpanRestrict() + { + return $this->driveTimeSpanRestrict; + } + /** + * @param Google_Service_CloudSearch_GmailActionRestrict + */ + public function setGmailActionRestrict(Google_Service_CloudSearch_GmailActionRestrict $gmailActionRestrict) + { + $this->gmailActionRestrict = $gmailActionRestrict; + } + /** + * @return Google_Service_CloudSearch_GmailActionRestrict + */ + public function getGmailActionRestrict() + { + return $this->gmailActionRestrict; + } + /** + * @param Google_Service_CloudSearch_GmailAttachmentRestrict + */ + public function setGmailAttachmentRestrict(Google_Service_CloudSearch_GmailAttachmentRestrict $gmailAttachmentRestrict) + { + $this->gmailAttachmentRestrict = $gmailAttachmentRestrict; + } + /** + * @return Google_Service_CloudSearch_GmailAttachmentRestrict + */ + public function getGmailAttachmentRestrict() + { + return $this->gmailAttachmentRestrict; + } + /** + * @param Google_Service_CloudSearch_GmailFolderRestrict + */ + public function setGmailFolderRestrict(Google_Service_CloudSearch_GmailFolderRestrict $gmailFolderRestrict) + { + $this->gmailFolderRestrict = $gmailFolderRestrict; + } + /** + * @return Google_Service_CloudSearch_GmailFolderRestrict + */ + public function getGmailFolderRestrict() + { + return $this->gmailFolderRestrict; + } + /** + * @param Google_Service_CloudSearch_GmailIntelligentRestrict + */ + public function setGmailIntelligentRestrict(Google_Service_CloudSearch_GmailIntelligentRestrict $gmailIntelligentRestrict) + { + $this->gmailIntelligentRestrict = $gmailIntelligentRestrict; + } + /** + * @return Google_Service_CloudSearch_GmailIntelligentRestrict + */ + public function getGmailIntelligentRestrict() + { + return $this->gmailIntelligentRestrict; + } + /** + * @param Google_Service_CloudSearch_GmailTimeRestrict + */ + public function setGmailTimeRestrict(Google_Service_CloudSearch_GmailTimeRestrict $gmailTimeRestrict) + { + $this->gmailTimeRestrict = $gmailTimeRestrict; + } + /** + * @return Google_Service_CloudSearch_GmailTimeRestrict + */ + public function getGmailTimeRestrict() + { + return $this->gmailTimeRestrict; + } + public function setSearchOperator($searchOperator) + { + $this->searchOperator = $searchOperator; + } + public function getSearchOperator() + { + return $this->searchOperator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultCounts.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultCounts.php new file mode 100644 index 000000000..18f6b3af1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultCounts.php @@ -0,0 +1,38 @@ +sourceResultCounts = $sourceResultCounts; + } + /** + * @return Google_Service_CloudSearch_SourceResultCount + */ + public function getSourceResultCounts() + { + return $this->sourceResultCounts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDebugInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDebugInfo.php new file mode 100644 index 000000000..6dbca5276 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDebugInfo.php @@ -0,0 +1,30 @@ +formattedDebugInfo = $formattedDebugInfo; + } + public function getFormattedDebugInfo() + { + return $this->formattedDebugInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayField.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayField.php new file mode 100644 index 000000000..1fc4c7045 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayField.php @@ -0,0 +1,55 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } + /** + * @param Google_Service_CloudSearch_NamedProperty + */ + public function setProperty(Google_Service_CloudSearch_NamedProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_CloudSearch_NamedProperty + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayLine.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayLine.php new file mode 100644 index 000000000..e83d137ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayLine.php @@ -0,0 +1,38 @@ +fields = $fields; + } + /** + * @return Google_Service_CloudSearch_ResultDisplayField + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayMetadata.php new file mode 100644 index 000000000..3ecab4a1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ResultDisplayMetadata.php @@ -0,0 +1,47 @@ +metalines = $metalines; + } + /** + * @return Google_Service_CloudSearch_ResultDisplayLine + */ + public function getMetalines() + { + return $this->metalines; + } + public function setObjectTypeLabel($objectTypeLabel) + { + $this->objectTypeLabel = $objectTypeLabel; + } + public function getObjectTypeLabel() + { + return $this->objectTypeLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RetrievalImportance.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RetrievalImportance.php new file mode 100644 index 000000000..ace066ab6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/RetrievalImportance.php @@ -0,0 +1,30 @@ +importance = $importance; + } + public function getImportance() + { + return $this->importance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Schema.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Schema.php new file mode 100644 index 000000000..90cc46168 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Schema.php @@ -0,0 +1,47 @@ +objectDefinitions = $objectDefinitions; + } + /** + * @return Google_Service_CloudSearch_ObjectDefinition + */ + public function getObjectDefinitions() + { + return $this->objectDefinitions; + } + public function setOperationIds($operationIds) + { + $this->operationIds = $operationIds; + } + public function getOperationIds() + { + return $this->operationIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ScoringConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ScoringConfig.php new file mode 100644 index 000000000..b6448f215 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ScoringConfig.php @@ -0,0 +1,39 @@ +disableFreshness = $disableFreshness; + } + public function getDisableFreshness() + { + return $this->disableFreshness; + } + public function setDisablePersonalization($disablePersonalization) + { + $this->disablePersonalization = $disablePersonalization; + } + public function getDisablePersonalization() + { + return $this->disablePersonalization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php new file mode 100644 index 000000000..72e9cbaa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php @@ -0,0 +1,129 @@ +dataSourceRestrictions = $dataSourceRestrictions; + } + /** + * @return Google_Service_CloudSearch_DataSourceRestriction + */ + public function getDataSourceRestrictions() + { + return $this->dataSourceRestrictions; + } + /** + * @param Google_Service_CloudSearch_FacetOptions + */ + public function setDefaultFacetOptions($defaultFacetOptions) + { + $this->defaultFacetOptions = $defaultFacetOptions; + } + /** + * @return Google_Service_CloudSearch_FacetOptions + */ + public function getDefaultFacetOptions() + { + return $this->defaultFacetOptions; + } + /** + * @param Google_Service_CloudSearch_SortOptions + */ + public function setDefaultSortOptions(Google_Service_CloudSearch_SortOptions $defaultSortOptions) + { + $this->defaultSortOptions = $defaultSortOptions; + } + /** + * @return Google_Service_CloudSearch_SortOptions + */ + public function getDefaultSortOptions() + { + return $this->defaultSortOptions; + } + 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 setOperationIds($operationIds) + { + $this->operationIds = $operationIds; + } + public function getOperationIds() + { + return $this->operationIds; + } + /** + * @param Google_Service_CloudSearch_ScoringConfig + */ + public function setScoringConfig(Google_Service_CloudSearch_ScoringConfig $scoringConfig) + { + $this->scoringConfig = $scoringConfig; + } + /** + * @return Google_Service_CloudSearch_ScoringConfig + */ + public function getScoringConfig() + { + return $this->scoringConfig; + } + /** + * @param Google_Service_CloudSearch_SourceConfig + */ + public function setSourceConfig($sourceConfig) + { + $this->sourceConfig = $sourceConfig; + } + /** + * @return Google_Service_CloudSearch_SourceConfig + */ + public function getSourceConfig() + { + return $this->sourceConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.php new file mode 100644 index 000000000..38bbb1311 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.php @@ -0,0 +1,54 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_CloudSearch_QueryCountByStatus + */ + public function setQueryCountByStatus($queryCountByStatus) + { + $this->queryCountByStatus = $queryCountByStatus; + } + /** + * @return Google_Service_CloudSearch_QueryCountByStatus + */ + public function getQueryCountByStatus() + { + return $this->queryCountByStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.php new file mode 100644 index 000000000..6d03d44cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.php @@ -0,0 +1,46 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setSearchSessionsCount($searchSessionsCount) + { + $this->searchSessionsCount = $searchSessionsCount; + } + public function getSearchSessionsCount() + { + return $this->searchSessionsCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.php new file mode 100644 index 000000000..31a923e7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.php @@ -0,0 +1,64 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setOneDayActiveUsersCount($oneDayActiveUsersCount) + { + $this->oneDayActiveUsersCount = $oneDayActiveUsersCount; + } + public function getOneDayActiveUsersCount() + { + return $this->oneDayActiveUsersCount; + } + public function setSevenDaysActiveUsersCount($sevenDaysActiveUsersCount) + { + $this->sevenDaysActiveUsersCount = $sevenDaysActiveUsersCount; + } + public function getSevenDaysActiveUsersCount() + { + return $this->sevenDaysActiveUsersCount; + } + public function setThirtyDaysActiveUsersCount($thirtyDaysActiveUsersCount) + { + $this->thirtyDaysActiveUsersCount = $thirtyDaysActiveUsersCount; + } + public function getThirtyDaysActiveUsersCount() + { + return $this->thirtyDaysActiveUsersCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlRequest.php new file mode 100644 index 000000000..5086abbd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlRequest.php @@ -0,0 +1,55 @@ +debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setViewUrl($viewUrl) + { + $this->viewUrl = $viewUrl; + } + public function getViewUrl() + { + return $this->viewUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlResponse.php new file mode 100644 index 000000000..1a7d58f67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchItemsByViewUrlResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_CloudSearch_Item + */ + public function getItems() + { + return $this->items; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchQualityMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchQualityMetadata.php new file mode 100644 index 000000000..bc30280a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchQualityMetadata.php @@ -0,0 +1,30 @@ +quality = $quality; + } + public function getQuality() + { + return $this->quality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php new file mode 100644 index 000000000..becc1d047 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php @@ -0,0 +1,129 @@ +dataSourceRestrictions = $dataSourceRestrictions; + } + /** + * @return Google_Service_CloudSearch_DataSourceRestriction + */ + public function getDataSourceRestrictions() + { + return $this->dataSourceRestrictions; + } + /** + * @param Google_Service_CloudSearch_FacetOptions + */ + public function setFacetOptions($facetOptions) + { + $this->facetOptions = $facetOptions; + } + /** + * @return Google_Service_CloudSearch_FacetOptions + */ + public function getFacetOptions() + { + return $this->facetOptions; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_CloudSearch_QueryInterpretationOptions + */ + public function setQueryInterpretationOptions(Google_Service_CloudSearch_QueryInterpretationOptions $queryInterpretationOptions) + { + $this->queryInterpretationOptions = $queryInterpretationOptions; + } + /** + * @return Google_Service_CloudSearch_QueryInterpretationOptions + */ + public function getQueryInterpretationOptions() + { + return $this->queryInterpretationOptions; + } + /** + * @param Google_Service_CloudSearch_RequestOptions + */ + public function setRequestOptions(Google_Service_CloudSearch_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_CloudSearch_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } + /** + * @param Google_Service_CloudSearch_SortOptions + */ + public function setSortOptions(Google_Service_CloudSearch_SortOptions $sortOptions) + { + $this->sortOptions = $sortOptions; + } + /** + * @return Google_Service_CloudSearch_SortOptions + */ + public function getSortOptions() + { + return $this->sortOptions; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResponse.php new file mode 100644 index 000000000..3d9864c4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResponse.php @@ -0,0 +1,177 @@ +debugInfo = $debugInfo; + } + /** + * @return Google_Service_CloudSearch_ResponseDebugInfo + */ + public function getDebugInfo() + { + return $this->debugInfo; + } + /** + * @param Google_Service_CloudSearch_ErrorInfo + */ + public function setErrorInfo(Google_Service_CloudSearch_ErrorInfo $errorInfo) + { + $this->errorInfo = $errorInfo; + } + /** + * @return Google_Service_CloudSearch_ErrorInfo + */ + public function getErrorInfo() + { + return $this->errorInfo; + } + /** + * @param Google_Service_CloudSearch_FacetResult + */ + public function setFacetResults($facetResults) + { + $this->facetResults = $facetResults; + } + /** + * @return Google_Service_CloudSearch_FacetResult + */ + public function getFacetResults() + { + return $this->facetResults; + } + public function setHasMoreResults($hasMoreResults) + { + $this->hasMoreResults = $hasMoreResults; + } + public function getHasMoreResults() + { + return $this->hasMoreResults; + } + /** + * @param Google_Service_CloudSearch_QueryInterpretation + */ + public function setQueryInterpretation(Google_Service_CloudSearch_QueryInterpretation $queryInterpretation) + { + $this->queryInterpretation = $queryInterpretation; + } + /** + * @return Google_Service_CloudSearch_QueryInterpretation + */ + public function getQueryInterpretation() + { + return $this->queryInterpretation; + } + public function setResultCountEstimate($resultCountEstimate) + { + $this->resultCountEstimate = $resultCountEstimate; + } + public function getResultCountEstimate() + { + return $this->resultCountEstimate; + } + public function setResultCountExact($resultCountExact) + { + $this->resultCountExact = $resultCountExact; + } + public function getResultCountExact() + { + return $this->resultCountExact; + } + /** + * @param Google_Service_CloudSearch_ResultCounts + */ + public function setResultCounts(Google_Service_CloudSearch_ResultCounts $resultCounts) + { + $this->resultCounts = $resultCounts; + } + /** + * @return Google_Service_CloudSearch_ResultCounts + */ + public function getResultCounts() + { + return $this->resultCounts; + } + /** + * @param Google_Service_CloudSearch_SearchResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_CloudSearch_SearchResult + */ + public function getResults() + { + return $this->results; + } + /** + * @param Google_Service_CloudSearch_SpellResult + */ + public function setSpellResults($spellResults) + { + $this->spellResults = $spellResults; + } + /** + * @return Google_Service_CloudSearch_SpellResult + */ + public function getSpellResults() + { + return $this->spellResults; + } + /** + * @param Google_Service_CloudSearch_StructuredResult + */ + public function setStructuredResults($structuredResults) + { + $this->structuredResults = $structuredResults; + } + /** + * @return Google_Service_CloudSearch_StructuredResult + */ + public function getStructuredResults() + { + return $this->structuredResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResult.php new file mode 100644 index 000000000..cf217dfa6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchResult.php @@ -0,0 +1,104 @@ +clusteredResults = $clusteredResults; + } + /** + * @return Google_Service_CloudSearch_SearchResult + */ + public function getClusteredResults() + { + return $this->clusteredResults; + } + /** + * @param Google_Service_CloudSearch_ResultDebugInfo + */ + public function setDebugInfo(Google_Service_CloudSearch_ResultDebugInfo $debugInfo) + { + $this->debugInfo = $debugInfo; + } + /** + * @return Google_Service_CloudSearch_ResultDebugInfo + */ + public function getDebugInfo() + { + return $this->debugInfo; + } + /** + * @param Google_Service_CloudSearch_Metadata + */ + public function setMetadata(Google_Service_CloudSearch_Metadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudSearch_Metadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudSearch_Snippet + */ + public function setSnippet(Google_Service_CloudSearch_Snippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_CloudSearch_Snippet + */ + public function getSnippet() + { + return $this->snippet; + } + 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/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Snippet.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Snippet.php new file mode 100644 index 000000000..48eaedd3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Snippet.php @@ -0,0 +1,47 @@ +matchRanges = $matchRanges; + } + /** + * @return Google_Service_CloudSearch_MatchRange + */ + public function getMatchRanges() + { + return $this->matchRanges; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SortOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SortOptions.php new file mode 100644 index 000000000..1c97d8263 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SortOptions.php @@ -0,0 +1,39 @@ +operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } + public function setSortOrder($sortOrder) + { + $this->sortOrder = $sortOrder; + } + public function getSortOrder() + { + return $this->sortOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Source.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Source.php new file mode 100644 index 000000000..a942029b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Source.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPredefinedSource($predefinedSource) + { + $this->predefinedSource = $predefinedSource; + } + public function getPredefinedSource() + { + return $this->predefinedSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceConfig.php new file mode 100644 index 000000000..c94fdd124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceConfig.php @@ -0,0 +1,69 @@ +crowdingConfig = $crowdingConfig; + } + /** + * @return Google_Service_CloudSearch_SourceCrowdingConfig + */ + public function getCrowdingConfig() + { + return $this->crowdingConfig; + } + /** + * @param Google_Service_CloudSearch_SourceScoringConfig + */ + public function setScoringConfig(Google_Service_CloudSearch_SourceScoringConfig $scoringConfig) + { + $this->scoringConfig = $scoringConfig; + } + /** + * @return Google_Service_CloudSearch_SourceScoringConfig + */ + public function getScoringConfig() + { + return $this->scoringConfig; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceCrowdingConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceCrowdingConfig.php new file mode 100644 index 000000000..773074f0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceCrowdingConfig.php @@ -0,0 +1,39 @@ +numResults = $numResults; + } + public function getNumResults() + { + return $this->numResults; + } + public function setNumSuggestions($numSuggestions) + { + $this->numSuggestions = $numSuggestions; + } + public function getNumSuggestions() + { + return $this->numSuggestions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceResultCount.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceResultCount.php new file mode 100644 index 000000000..9ee332797 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceResultCount.php @@ -0,0 +1,64 @@ +hasMoreResults = $hasMoreResults; + } + public function getHasMoreResults() + { + return $this->hasMoreResults; + } + public function setResultCountEstimate($resultCountEstimate) + { + $this->resultCountEstimate = $resultCountEstimate; + } + public function getResultCountEstimate() + { + return $this->resultCountEstimate; + } + public function setResultCountExact($resultCountExact) + { + $this->resultCountExact = $resultCountExact; + } + public function getResultCountExact() + { + return $this->resultCountExact; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceScoringConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceScoringConfig.php new file mode 100644 index 000000000..228f8de16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SourceScoringConfig.php @@ -0,0 +1,30 @@ +sourceImportance = $sourceImportance; + } + public function getSourceImportance() + { + return $this->sourceImportance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SpellResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SpellResult.php new file mode 100644 index 000000000..547e447c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SpellResult.php @@ -0,0 +1,30 @@ +suggestedQuery = $suggestedQuery; + } + public function getSuggestedQuery() + { + return $this->suggestedQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StartUploadItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StartUploadItemRequest.php new file mode 100644 index 000000000..b4b85acf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StartUploadItemRequest.php @@ -0,0 +1,46 @@ +connectorName = $connectorName; + } + public function getConnectorName() + { + return $this->connectorName; + } + /** + * @param Google_Service_CloudSearch_DebugOptions + */ + public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) + { + $this->debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Status.php new file mode 100644 index 000000000..34ed26a9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/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/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredDataObject.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredDataObject.php new file mode 100644 index 000000000..7626df8ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredDataObject.php @@ -0,0 +1,38 @@ +properties = $properties; + } + /** + * @return Google_Service_CloudSearch_NamedProperty + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredResult.php new file mode 100644 index 000000000..84d55ea48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/StructuredResult.php @@ -0,0 +1,37 @@ +person = $person; + } + /** + * @return Google_Service_CloudSearch_Person + */ + public function getPerson() + { + return $this->person; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestRequest.php new file mode 100644 index 000000000..b7385ac0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestRequest.php @@ -0,0 +1,63 @@ +dataSourceRestrictions = $dataSourceRestrictions; + } + /** + * @return Google_Service_CloudSearch_DataSourceRestriction + */ + public function getDataSourceRestrictions() + { + return $this->dataSourceRestrictions; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_CloudSearch_RequestOptions + */ + public function setRequestOptions(Google_Service_CloudSearch_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_CloudSearch_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResponse.php new file mode 100644 index 000000000..1bfcee4c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResponse.php @@ -0,0 +1,38 @@ +suggestResults = $suggestResults; + } + /** + * @return Google_Service_CloudSearch_SuggestResult + */ + public function getSuggestResults() + { + return $this->suggestResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResult.php new file mode 100644 index 000000000..19b1f4a27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SuggestResult.php @@ -0,0 +1,78 @@ +peopleSuggestion = $peopleSuggestion; + } + /** + * @return Google_Service_CloudSearch_PeopleSuggestion + */ + public function getPeopleSuggestion() + { + return $this->peopleSuggestion; + } + /** + * @param Google_Service_CloudSearch_QuerySuggestion + */ + public function setQuerySuggestion(Google_Service_CloudSearch_QuerySuggestion $querySuggestion) + { + $this->querySuggestion = $querySuggestion; + } + /** + * @return Google_Service_CloudSearch_QuerySuggestion + */ + public function getQuerySuggestion() + { + return $this->querySuggestion; + } + /** + * @param Google_Service_CloudSearch_Source + */ + public function setSource(Google_Service_CloudSearch_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_Source + */ + public function getSource() + { + return $this->source; + } + public function setSuggestedQuery($suggestedQuery) + { + $this->suggestedQuery = $suggestedQuery; + } + public function getSuggestedQuery() + { + return $this->suggestedQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextOperatorOptions.php new file mode 100644 index 000000000..c64f5c176 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextOperatorOptions.php @@ -0,0 +1,39 @@ +exactMatchWithOperator = $exactMatchWithOperator; + } + public function getExactMatchWithOperator() + { + return $this->exactMatchWithOperator; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextPropertyOptions.php new file mode 100644 index 000000000..c2c017c55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextPropertyOptions.php @@ -0,0 +1,53 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_TextOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } + /** + * @param Google_Service_CloudSearch_RetrievalImportance + */ + public function setRetrievalImportance(Google_Service_CloudSearch_RetrievalImportance $retrievalImportance) + { + $this->retrievalImportance = $retrievalImportance; + } + /** + * @return Google_Service_CloudSearch_RetrievalImportance + */ + public function getRetrievalImportance() + { + return $this->retrievalImportance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextValues.php new file mode 100644 index 000000000..78f3523da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TextValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampOperatorOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampOperatorOptions.php new file mode 100644 index 000000000..9cccec759 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampOperatorOptions.php @@ -0,0 +1,48 @@ +greaterThanOperatorName = $greaterThanOperatorName; + } + public function getGreaterThanOperatorName() + { + return $this->greaterThanOperatorName; + } + public function setLessThanOperatorName($lessThanOperatorName) + { + $this->lessThanOperatorName = $lessThanOperatorName; + } + public function getLessThanOperatorName() + { + return $this->lessThanOperatorName; + } + public function setOperatorName($operatorName) + { + $this->operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampPropertyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampPropertyOptions.php new file mode 100644 index 000000000..ecc82d8db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampPropertyOptions.php @@ -0,0 +1,37 @@ +operatorOptions = $operatorOptions; + } + /** + * @return Google_Service_CloudSearch_TimestampOperatorOptions + */ + public function getOperatorOptions() + { + return $this->operatorOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampValues.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampValues.php new file mode 100644 index 000000000..633755d6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/TimestampValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnmappedIdentity.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnmappedIdentity.php new file mode 100644 index 000000000..db82ba993 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnmappedIdentity.php @@ -0,0 +1,46 @@ +externalIdentity = $externalIdentity; + } + /** + * @return Google_Service_CloudSearch_Principal + */ + public function getExternalIdentity() + { + return $this->externalIdentity; + } + public function setResolutionStatusCode($resolutionStatusCode) + { + $this->resolutionStatusCode = $resolutionStatusCode; + } + public function getResolutionStatusCode() + { + return $this->resolutionStatusCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnreserveItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnreserveItemsRequest.php new file mode 100644 index 000000000..295349ee7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UnreserveItemsRequest.php @@ -0,0 +1,55 @@ +connectorName = $connectorName; + } + public function getConnectorName() + { + return $this->connectorName; + } + /** + * @param Google_Service_CloudSearch_DebugOptions + */ + public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) + { + $this->debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + public function setQueue($queue) + { + $this->queue = $queue; + } + public function getQueue() + { + return $this->queue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.php new file mode 100644 index 000000000..a5e835904 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.php @@ -0,0 +1,53 @@ +debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + /** + * @param Google_Service_CloudSearch_DataSource + */ + public function setSource(Google_Service_CloudSearch_DataSource $source) + { + $this->source = $source; + } + /** + * @return Google_Service_CloudSearch_DataSource + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.php new file mode 100644 index 000000000..6bdb32f41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.php @@ -0,0 +1,62 @@ +debugOptions = $debugOptions; + } + /** + * @return Google_Service_CloudSearch_DebugOptions + */ + public function getDebugOptions() + { + return $this->debugOptions; + } + /** + * @param Google_Service_CloudSearch_Schema + */ + public function setSchema(Google_Service_CloudSearch_Schema $schema) + { + $this->schema = $schema; + } + /** + * @return Google_Service_CloudSearch_Schema + */ + public function getSchema() + { + return $this->schema; + } + public function setValidateOnly($validateOnly) + { + $this->validateOnly = $validateOnly; + } + public function getValidateOnly() + { + return $this->validateOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.php new file mode 100644 index 000000000..17092055c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Value.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Value.php new file mode 100644 index 000000000..fe3dcb321 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Value.php @@ -0,0 +1,82 @@ +booleanValue = $booleanValue; + } + public function getBooleanValue() + { + return $this->booleanValue; + } + /** + * @param Google_Service_CloudSearch_Date + */ + public function setDateValue(Google_Service_CloudSearch_Date $dateValue) + { + $this->dateValue = $dateValue; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDateValue() + { + return $this->dateValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + public function setIntegerValue($integerValue) + { + $this->integerValue = $integerValue; + } + public function getIntegerValue() + { + return $this->integerValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } + public function setTimestampValue($timestampValue) + { + $this->timestampValue = $timestampValue; + } + public function getTimestampValue() + { + return $this->timestampValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.php new file mode 100644 index 000000000..44f01253a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.php @@ -0,0 +1,46 @@ +operatorName = $operatorName; + } + public function getOperatorName() + { + return $this->operatorName; + } + /** + * @param Google_Service_CloudSearch_Value + */ + public function setValue(Google_Service_CloudSearch_Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_CloudSearch_Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell.php new file mode 100644 index 000000000..b41c0790c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell.php @@ -0,0 +1,118 @@ + + * Allows users to start, configure, and connect to interactive shell sessions + * running in the cloud. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudShell extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + + /** + * Constructs the internal representation of the CloudShell 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://cloudshell.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudshell'; + + $this->operations = new Google_Service_CloudShell_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/CancelOperationRequest.php new file mode 100644 index 000000000..ffa2b6305 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/CancelOperationRequest.php @@ -0,0 +1,20 @@ +dockerImage = $dockerImage; + } + public function getDockerImage() + { + return $this->dockerImage; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudShell_PublicKey + */ + public function setPublicKeys($publicKeys) + { + $this->publicKeys = $publicKeys; + } + /** + * @return Google_Service_CloudShell_PublicKey + */ + public function getPublicKeys() + { + return $this->publicKeys; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSshHost($sshHost) + { + $this->sshHost = $sshHost; + } + public function getSshHost() + { + return $this->sshHost; + } + public function setSshPort($sshPort) + { + $this->sshPort = $sshPort; + } + public function getSshPort() + { + return $this->sshPort; + } + public function setSshUsername($sshUsername) + { + $this->sshUsername = $sshUsername; + } + public function getSshUsername() + { + return $this->sshUsername; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setVmSizeExpireTime($vmSizeExpireTime) + { + $this->vmSizeExpireTime = $vmSizeExpireTime; + } + public function getVmSizeExpireTime() + { + return $this->vmSizeExpireTime; + } + public function setWebHost($webHost) + { + $this->webHost = $webHost; + } + public function getWebHost() + { + return $this->webHost; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/ListOperationsResponse.php new file mode 100644 index 000000000..3e0e7522b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudShell_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudShell_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/Operation.php new file mode 100644 index 000000000..5de91caeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudShell_Status + */ + public function setError(Google_Service_CloudShell_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudShell_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/vendor/google/apiclient-services/src/Google/Service/CloudShell/PublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/PublicKey.php new file mode 100644 index 000000000..550d4281b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/PublicKey.php @@ -0,0 +1,48 @@ +format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/Resource/Operations.php new file mode 100644 index 000000000..2eece3215 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $cloudshellService = new Google_Service_CloudShell(...); + * $operations = $cloudshellService->operations; + * + */ +class Google_Service_CloudShell_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_CloudShell_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudShell_CloudshellEmpty + */ + public function cancel($name, Google_Service_CloudShell_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudShell_CloudshellEmpty"); + } + /** + * 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_CloudShell_CloudshellEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudShell_CloudshellEmpty"); + } + /** + * 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_CloudShell_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudShell_Operation"); + } + /** + * 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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudShell_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudShell_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentMetadata.php new file mode 100644 index 000000000..43d28db57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentMetadata.php @@ -0,0 +1,30 @@ +state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentResponse.php new file mode 100644 index 000000000..cca4057af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/StartEnvironmentResponse.php @@ -0,0 +1,37 @@ +environment = $environment; + } + /** + * @return Google_Service_CloudShell_Environment + */ + public function getEnvironment() + { + return $this->environment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudShell/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudShell/Status.php new file mode 100644 index 000000000..744e8d00b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudShell/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/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php new file mode 100644 index 000000000..38e46235e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php @@ -0,0 +1,204 @@ + + * Accesses source code repositories hosted by Google. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudSourceRepositories extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your source code repositories. */ + const SOURCE_FULL_CONTROL = + "https://www.googleapis.com/auth/source.full_control"; + /** View the contents of your source code repositories. */ + const SOURCE_READ_ONLY = + "https://www.googleapis.com/auth/source.read_only"; + /** Manage the contents of your source code repositories. */ + const SOURCE_READ_WRITE = + "https://www.googleapis.com/auth/source.read_write"; + + public $projects; + public $projects_repos; + + /** + * Constructs the internal representation of the CloudSourceRepositories + * 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://sourcerepo.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'sourcerepo'; + + $this->projects = new Google_Service_CloudSourceRepositories_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getConfig' => array( + 'path' => 'v1/{+name}/config', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateConfig' => array( + 'path' => 'v1/{+name}/config', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_repos = new Google_Service_CloudSourceRepositories_Resource_ProjectsRepos( + $this, + $this->serviceName, + 'repos', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/repos', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/repos', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'sync' => array( + 'path' => 'v1/{+name}:sync', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php new file mode 100644 index 000000000..d36175931 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_CloudSourceRepositories_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php new file mode 100644 index 000000000..7506d5fce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Binding.php new file mode 100644 index 000000000..d0b3ce30c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudSourceRepositories_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Expr.php new file mode 100644 index 000000000..3ce2627ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ListReposResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ListReposResponse.php new file mode 100644 index 000000000..5c9257bed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ListReposResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudSourceRepositories_Repo + */ + public function setRepos($repos) + { + $this->repos = $repos; + } + /** + * @return Google_Service_CloudSourceRepositories_Repo + */ + public function getRepos() + { + return $this->repos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php new file mode 100644 index 000000000..6d2fd260b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php @@ -0,0 +1,48 @@ +deployKeyId = $deployKeyId; + } + public function getDeployKeyId() + { + return $this->deployKeyId; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWebhookId($webhookId) + { + $this->webhookId = $webhookId; + } + public function getWebhookId() + { + return $this->webhookId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Operation.php new file mode 100644 index 000000000..4d1506991 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudSourceRepositories_Status + */ + public function setError(Google_Service_CloudSourceRepositories_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudSourceRepositories_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/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Policy.php new file mode 100644 index 000000000..0de6b0a67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudSourceRepositories_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudSourceRepositories_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudSourceRepositories_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ProjectConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ProjectConfig.php new file mode 100644 index 000000000..5f5b29219 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/ProjectConfig.php @@ -0,0 +1,55 @@ +enablePrivateKeyCheck = $enablePrivateKeyCheck; + } + public function getEnablePrivateKeyCheck() + { + return $this->enablePrivateKeyCheck; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudSourceRepositories_PubsubConfig + */ + public function setPubsubConfigs($pubsubConfigs) + { + $this->pubsubConfigs = $pubsubConfigs; + } + /** + * @return Google_Service_CloudSourceRepositories_PubsubConfig + */ + public function getPubsubConfigs() + { + return $this->pubsubConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/PubsubConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/PubsubConfig.php new file mode 100644 index 000000000..2c372e42f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/PubsubConfig.php @@ -0,0 +1,48 @@ +messageFormat = $messageFormat; + } + public function getMessageFormat() + { + return $this->messageFormat; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php new file mode 100644 index 000000000..82142167b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php @@ -0,0 +1,80 @@ +mirrorConfig = $mirrorConfig; + } + /** + * @return Google_Service_CloudSourceRepositories_MirrorConfig + */ + public function getMirrorConfig() + { + return $this->mirrorConfig; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudSourceRepositories_PubsubConfig + */ + public function setPubsubConfigs($pubsubConfigs) + { + $this->pubsubConfigs = $pubsubConfigs; + } + /** + * @return Google_Service_CloudSourceRepositories_PubsubConfig + */ + public function getPubsubConfigs() + { + return $this->pubsubConfigs; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.php new file mode 100644 index 000000000..56a0733bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.php @@ -0,0 +1,59 @@ + + * $sourcerepoService = new Google_Service_CloudSourceRepositories(...); + * $projects = $sourcerepoService->projects; + * + */ +class Google_Service_CloudSourceRepositories_Resource_Projects extends Google_Service_Resource +{ + /** + * Returns the Cloud Source Repositories configuration of the project. + * (projects.getConfig) + * + * @param string $name The name of the requested project. Values are of the form + * `projects/`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_ProjectConfig + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_CloudSourceRepositories_ProjectConfig"); + } + /** + * Updates the Cloud Source Repositories configuration of the project. + * (projects.updateConfig) + * + * @param string $name The name of the requested project. Values are of the form + * `projects/`. + * @param Google_Service_CloudSourceRepositories_UpdateProjectConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_ProjectConfig + */ + public function updateConfig($name, Google_Service_CloudSourceRepositories_UpdateProjectConfigRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateConfig', array($params), "Google_Service_CloudSourceRepositories_ProjectConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/ProjectsRepos.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/ProjectsRepos.php new file mode 100644 index 000000000..452715a0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/ProjectsRepos.php @@ -0,0 +1,179 @@ + + * $sourcerepoService = new Google_Service_CloudSourceRepositories(...); + * $repos = $sourcerepoService->repos; + * + */ +class Google_Service_CloudSourceRepositories_Resource_ProjectsRepos extends Google_Service_Resource +{ + /** + * Creates a repo in the given project with the given name. + * + * If the named repository already exists, `CreateRepo` returns + * `ALREADY_EXISTS`. (repos.create) + * + * @param string $parent The project in which to create the repo. Values are of + * the form `projects/`. + * @param Google_Service_CloudSourceRepositories_Repo $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_Repo + */ + public function create($parent, Google_Service_CloudSourceRepositories_Repo $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudSourceRepositories_Repo"); + } + /** + * Deletes a repo. (repos.delete) + * + * @param string $name The name of the repo to delete. Values are of the form + * `projects//repos/`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_SourcerepoEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudSourceRepositories_SourcerepoEmpty"); + } + /** + * Returns information about a repo. (repos.get) + * + * @param string $name The name of the requested repository. Values are of the + * form `projects//repos/`. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_Repo + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSourceRepositories_Repo"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (repos.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. + * @return Google_Service_CloudSourceRepositories_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudSourceRepositories_Policy"); + } + /** + * Returns all repos belonging to a project. The sizes of the repos are not set + * by ListRepos. To get the size of a repo, use GetRepo. + * (repos.listProjectsRepos) + * + * @param string $name The project ID whose repos should be listed. Values are + * of the form `projects/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Resume listing repositories where a prior + * ListReposResponse left off. This is an opaque token that must be obtained + * from a recent, prior ListReposResponse's next_page_token field. + * @opt_param int pageSize Maximum number of repositories to return; between 1 + * and 500. If not set or zero, defaults to 100 at the server. + * @return Google_Service_CloudSourceRepositories_ListReposResponse + */ + public function listProjectsRepos($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSourceRepositories_ListReposResponse"); + } + /** + * Updates information about a repo. (repos.patch) + * + * @param string $name The name of the requested repository. Values are of the + * form `projects//repos/`. + * @param Google_Service_CloudSourceRepositories_UpdateRepoRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_Repo + */ + public function patch($name, Google_Service_CloudSourceRepositories_UpdateRepoRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudSourceRepositories_Repo"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (repos.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_CloudSourceRepositories_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudSourceRepositories_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudSourceRepositories_Policy"); + } + /** + * Synchronize a connected repo. + * + * The response contains SyncRepoMetadata in the metadata field. (repos.sync) + * + * @param string $name The name of the repo to synchronize. Values are of the + * form `projects//repos/`. + * @param Google_Service_CloudSourceRepositories_SyncRepoRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_Operation + */ + public function sync($name, Google_Service_CloudSourceRepositories_SyncRepoRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sync', array($params), "Google_Service_CloudSourceRepositories_Operation"); + } + /** + * 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. (repos.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_CloudSourceRepositories_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSourceRepositories_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudSourceRepositories_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudSourceRepositories_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.php new file mode 100644 index 000000000..0014ead6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudSourceRepositories_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.php new file mode 100644 index 000000000..beba1b085 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.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/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoMetadata.php new file mode 100644 index 000000000..db3bbe95e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoMetadata.php @@ -0,0 +1,57 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoRequest.php new file mode 100644 index 000000000..e3c93bc12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SyncRepoRequest.php @@ -0,0 +1,20 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsResponse.php new file mode 100644 index 000000000..5644b14f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateProjectConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateProjectConfigRequest.php new file mode 100644 index 000000000..cded5ef21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateProjectConfigRequest.php @@ -0,0 +1,46 @@ +projectConfig = $projectConfig; + } + /** + * @return Google_Service_CloudSourceRepositories_ProjectConfig + */ + public function getProjectConfig() + { + return $this->projectConfig; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateRepoRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateRepoRequest.php new file mode 100644 index 000000000..b77ef986a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/UpdateRepoRequest.php @@ -0,0 +1,46 @@ +repo = $repo; + } + /** + * @return Google_Service_CloudSourceRepositories_Repo + */ + public function getRepo() + { + return $this->repo; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI.php new file mode 100644 index 000000000..a1c64d1c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI.php @@ -0,0 +1,133 @@ + + * Google Cloud Speech API. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudSpeechAPI extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + public $speech; + + /** + * Constructs the internal representation of the CloudSpeechAPI service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://speech.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1beta1'; + $this->serviceName = 'speech'; + + $this->operations = new Google_Service_CloudSpeechAPI_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1beta1/operations/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/operations/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/operations/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->speech = new Google_Service_CloudSpeechAPI_Resource_Speech( + $this, + $this->serviceName, + 'speech', + array( + 'methods' => array( + 'asyncrecognize' => array( + 'path' => 'v1beta1/speech:asyncrecognize', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'syncrecognize' => array( + 'path' => 'v1beta1/speech:syncrecognize', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/AsyncRecognizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/AsyncRecognizeRequest.php new file mode 100644 index 000000000..d5df511a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/AsyncRecognizeRequest.php @@ -0,0 +1,41 @@ +audio = $audio; + } + public function getAudio() + { + return $this->audio; + } + public function setConfig(Google_Service_CloudSpeechAPI_RecognitionConfig $config) + { + $this->config = $config; + } + public function getConfig() + { + return $this->config; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/CancelOperationRequest.php new file mode 100644 index 000000000..6b66258bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/CancelOperationRequest.php @@ -0,0 +1,20 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setOperations($operations) + { + $this->operations = $operations; + } + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Operation.php new file mode 100644 index 000000000..93d90ac7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Operation.php @@ -0,0 +1,67 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + public function setError(Google_Service_CloudSpeechAPI_Status $error) + { + $this->error = $error; + } + 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/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionAudio.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionAudio.php new file mode 100644 index 000000000..92355b67f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionAudio.php @@ -0,0 +1,39 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionConfig.php new file mode 100644 index 000000000..45580ae16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/RecognitionConfig.php @@ -0,0 +1,76 @@ +encoding = $encoding; + } + public function getEncoding() + { + return $this->encoding; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMaxAlternatives($maxAlternatives) + { + $this->maxAlternatives = $maxAlternatives; + } + public function getMaxAlternatives() + { + return $this->maxAlternatives; + } + public function setProfanityFilter($profanityFilter) + { + $this->profanityFilter = $profanityFilter; + } + public function getProfanityFilter() + { + return $this->profanityFilter; + } + public function setSampleRate($sampleRate) + { + $this->sampleRate = $sampleRate; + } + public function getSampleRate() + { + return $this->sampleRate; + } + public function setSpeechContext(Google_Service_CloudSpeechAPI_SpeechContext $speechContext) + { + $this->speechContext = $speechContext; + } + public function getSpeechContext() + { + return $this->speechContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Operations.php new file mode 100644 index 000000000..7e96ff67a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Operations.php @@ -0,0 +1,100 @@ + + * $speechService = new Google_Service_CloudSpeechAPI(...); + * $operations = $speechService->operations; + * + */ +class Google_Service_CloudSpeechAPI_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. (operations.cancel) + * + * @param string $name The name of the operation resource to be cancelled. + * @param Google_Service_CloudSpeechAPI_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSpeechAPI_SpeechEmpty + */ + public function cancel($name, Google_Service_CloudSpeechAPI_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudSpeechAPI_SpeechEmpty"); + } + /** + * 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_CloudSpeechAPI_SpeechEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudSpeechAPI_SpeechEmpty"); + } + /** + * 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_CloudSpeechAPI_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSpeechAPI_Operation"); + } + /** + * 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 below allows API services to override the binding to + * use different resource name schemes, such as `users/operations`. + * (operations.listOperations) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @opt_param string name The name of the operation collection. + * @opt_param string pageToken The standard list page token. + * @return Google_Service_CloudSpeechAPI_ListOperationsResponse + */ + public function listOperations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudSpeechAPI_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Speech.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Speech.php new file mode 100644 index 000000000..c672b45dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Resource/Speech.php @@ -0,0 +1,58 @@ + + * $speechService = new Google_Service_CloudSpeechAPI(...); + * $speech = $speechService->speech; + * + */ +class Google_Service_CloudSpeechAPI_Resource_Speech extends Google_Service_Resource +{ + /** + * Perform asynchronous speech-recognition: receive results via the + * google.longrunning.Operations interface. Returns either an `Operation.error` + * or an `Operation.response` which contains an `AsyncRecognizeResponse` + * message. (speech.asyncrecognize) + * + * @param Google_Service_CloudSpeechAPI_AsyncRecognizeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSpeechAPI_Operation + */ + public function asyncrecognize(Google_Service_CloudSpeechAPI_AsyncRecognizeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncrecognize', array($params), "Google_Service_CloudSpeechAPI_Operation"); + } + /** + * Perform synchronous speech-recognition: receive results after all audio has + * been sent and processed. (speech.syncrecognize) + * + * @param Google_Service_CloudSpeechAPI_SyncRecognizeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudSpeechAPI_SyncRecognizeResponse + */ + public function syncrecognize(Google_Service_CloudSpeechAPI_SyncRecognizeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('syncrecognize', array($params), "Google_Service_CloudSpeechAPI_SyncRecognizeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechContext.php new file mode 100644 index 000000000..41f67648c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechContext.php @@ -0,0 +1,31 @@ +phrases = $phrases; + } + public function getPhrases() + { + return $this->phrases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechEmpty.php new file mode 100644 index 000000000..3f1a1d6a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechEmpty.php @@ -0,0 +1,20 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionResult.php new file mode 100644 index 000000000..0049544c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SpeechRecognitionResult.php @@ -0,0 +1,32 @@ +alternatives = $alternatives; + } + public function getAlternatives() + { + return $this->alternatives; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/Status.php new file mode 100644 index 000000000..521642911 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/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/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeRequest.php new file mode 100644 index 000000000..d7c392303 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeRequest.php @@ -0,0 +1,41 @@ +audio = $audio; + } + public function getAudio() + { + return $this->audio; + } + public function setConfig(Google_Service_CloudSpeechAPI_RecognitionConfig $config) + { + $this->config = $config; + } + public function getConfig() + { + return $this->config; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeResponse.php new file mode 100644 index 000000000..1bc29e909 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSpeechAPI/SyncRecognizeResponse.php @@ -0,0 +1,32 @@ +results = $results; + } + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php new file mode 100644 index 000000000..aebb6a64f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php @@ -0,0 +1,309 @@ + + * Cloud Talent Solution provides the capability to create, read, update, and + * delete job postings, as well as search jobs based on keywords and filters. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudTalentSolution extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage job postings. */ + const JOBS = + "https://www.googleapis.com/auth/jobs"; + + public $projects; + public $projects_clientEvents; + public $projects_companies; + public $projects_jobs; + + /** + * Constructs the internal representation of the CloudTalentSolution 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://jobs.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v3'; + $this->serviceName = 'jobs'; + + $this->projects = new Google_Service_CloudTalentSolution_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'complete' => array( + 'path' => 'v3/{+name}:complete', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCodes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'companyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scope' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_clientEvents = new Google_Service_CloudTalentSolution_Resource_ProjectsClientEvents( + $this, + $this->serviceName, + 'clientEvents', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+parent}/clientEvents', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_companies = new Google_Service_CloudTalentSolution_Resource_ProjectsCompanies( + $this, + $this->serviceName, + 'companies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+parent}/companies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+parent}/companies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requireOpenJobs' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'patch' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_jobs = new Google_Service_CloudTalentSolution_Resource_ProjectsJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v3/{+parent}/jobs:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v3/{+parent}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+parent}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'jobView' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'v3/{+parent}/jobs:search', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchForAlert' => array( + 'path' => 'v3/{+parent}/jobs:searchForAlert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ApplicationInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ApplicationInfo.php new file mode 100644 index 000000000..82281738f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ApplicationInfo.php @@ -0,0 +1,49 @@ +emails = $emails; + } + public function getEmails() + { + return $this->emails; + } + public function setInstruction($instruction) + { + $this->instruction = $instruction; + } + public function getInstruction() + { + return $this->instruction; + } + public function setUris($uris) + { + $this->uris = $uris; + } + public function getUris() + { + return $this->uris; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsRequest.php new file mode 100644 index 000000000..bdb711692 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BatchDeleteJobsRequest.php @@ -0,0 +1,30 @@ +filter = $filter; + } + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketRange.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketRange.php new file mode 100644 index 000000000..a7db67eec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketRange.php @@ -0,0 +1,39 @@ +from = $from; + } + public function getFrom() + { + return $this->from; + } + public function setTo($to) + { + $this->to = $to; + } + public function getTo() + { + return $this->to; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketizedCount.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketizedCount.php new file mode 100644 index 000000000..91f00e7a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/BucketizedCount.php @@ -0,0 +1,46 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_CloudTalentSolution_BucketRange + */ + public function setRange(Google_Service_CloudTalentSolution_BucketRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_CloudTalentSolution_BucketRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ClientEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ClientEvent.php new file mode 100644 index 000000000..738886b57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ClientEvent.php @@ -0,0 +1,82 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + public function setExtraInfo($extraInfo) + { + $this->extraInfo = $extraInfo; + } + public function getExtraInfo() + { + return $this->extraInfo; + } + /** + * @param Google_Service_CloudTalentSolution_JobEvent + */ + public function setJobEvent(Google_Service_CloudTalentSolution_JobEvent $jobEvent) + { + $this->jobEvent = $jobEvent; + } + /** + * @return Google_Service_CloudTalentSolution_JobEvent + */ + public function getJobEvent() + { + return $this->jobEvent; + } + public function setParentEventId($parentEventId) + { + $this->parentEventId = $parentEventId; + } + public function getParentEventId() + { + return $this->parentEventId; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteFilter.php new file mode 100644 index 000000000..dee18f0a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteFilter.php @@ -0,0 +1,89 @@ +allowImpreciseAddresses = $allowImpreciseAddresses; + } + public function getAllowImpreciseAddresses() + { + return $this->allowImpreciseAddresses; + } + public function setCommuteMethod($commuteMethod) + { + $this->commuteMethod = $commuteMethod; + } + public function getCommuteMethod() + { + return $this->commuteMethod; + } + /** + * @param Google_Service_CloudTalentSolution_TimeOfDay + */ + public function setDepartureTime(Google_Service_CloudTalentSolution_TimeOfDay $departureTime) + { + $this->departureTime = $departureTime; + } + /** + * @return Google_Service_CloudTalentSolution_TimeOfDay + */ + public function getDepartureTime() + { + return $this->departureTime; + } + public function setRoadTraffic($roadTraffic) + { + $this->roadTraffic = $roadTraffic; + } + public function getRoadTraffic() + { + return $this->roadTraffic; + } + /** + * @param Google_Service_CloudTalentSolution_LatLng + */ + public function setStartCoordinates(Google_Service_CloudTalentSolution_LatLng $startCoordinates) + { + $this->startCoordinates = $startCoordinates; + } + /** + * @return Google_Service_CloudTalentSolution_LatLng + */ + public function getStartCoordinates() + { + return $this->startCoordinates; + } + public function setTravelDuration($travelDuration) + { + $this->travelDuration = $travelDuration; + } + public function getTravelDuration() + { + return $this->travelDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteInfo.php new file mode 100644 index 000000000..4a2d0b4fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CommuteInfo.php @@ -0,0 +1,46 @@ +jobLocation = $jobLocation; + } + /** + * @return Google_Service_CloudTalentSolution_Location + */ + public function getJobLocation() + { + return $this->jobLocation; + } + public function setTravelDuration($travelDuration) + { + $this->travelDuration = $travelDuration; + } + public function getTravelDuration() + { + return $this->travelDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Company.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Company.php new file mode 100644 index 000000000..a37fd8aea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Company.php @@ -0,0 +1,146 @@ +careerSiteUri = $careerSiteUri; + } + public function getCareerSiteUri() + { + return $this->careerSiteUri; + } + /** + * @param Google_Service_CloudTalentSolution_CompanyDerivedInfo + */ + public function setDerivedInfo(Google_Service_CloudTalentSolution_CompanyDerivedInfo $derivedInfo) + { + $this->derivedInfo = $derivedInfo; + } + /** + * @return Google_Service_CloudTalentSolution_CompanyDerivedInfo + */ + public function getDerivedInfo() + { + return $this->derivedInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEeoText($eeoText) + { + $this->eeoText = $eeoText; + } + public function getEeoText() + { + return $this->eeoText; + } + public function setExternalId($externalId) + { + $this->externalId = $externalId; + } + public function getExternalId() + { + return $this->externalId; + } + public function setHeadquartersAddress($headquartersAddress) + { + $this->headquartersAddress = $headquartersAddress; + } + public function getHeadquartersAddress() + { + return $this->headquartersAddress; + } + public function setHiringAgency($hiringAgency) + { + $this->hiringAgency = $hiringAgency; + } + public function getHiringAgency() + { + return $this->hiringAgency; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setKeywordSearchableJobCustomAttributes($keywordSearchableJobCustomAttributes) + { + $this->keywordSearchableJobCustomAttributes = $keywordSearchableJobCustomAttributes; + } + public function getKeywordSearchableJobCustomAttributes() + { + return $this->keywordSearchableJobCustomAttributes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSuspended($suspended) + { + $this->suspended = $suspended; + } + public function getSuspended() + { + return $this->suspended; + } + public function setWebsiteUri($websiteUri) + { + $this->websiteUri = $websiteUri; + } + public function getWebsiteUri() + { + return $this->websiteUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompanyDerivedInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompanyDerivedInfo.php new file mode 100644 index 000000000..b313f0b78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompanyDerivedInfo.php @@ -0,0 +1,37 @@ +headquartersLocation = $headquartersLocation; + } + /** + * @return Google_Service_CloudTalentSolution_Location + */ + public function getHeadquartersLocation() + { + return $this->headquartersLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationEntry.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationEntry.php new file mode 100644 index 000000000..4f0a9c37d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationEntry.php @@ -0,0 +1,89 @@ +amount = $amount; + } + /** + * @return Google_Service_CloudTalentSolution_Money + */ + public function getAmount() + { + return $this->amount; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpectedUnitsPerYear($expectedUnitsPerYear) + { + $this->expectedUnitsPerYear = $expectedUnitsPerYear; + } + public function getExpectedUnitsPerYear() + { + return $this->expectedUnitsPerYear; + } + /** + * @param Google_Service_CloudTalentSolution_CompensationRange + */ + public function setRange(Google_Service_CloudTalentSolution_CompensationRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationRange + */ + public function getRange() + { + return $this->range; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationFilter.php new file mode 100644 index 000000000..a8d144c2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationFilter.php @@ -0,0 +1,65 @@ +includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange; + } + public function getIncludeJobsWithUnspecifiedCompensationRange() + { + return $this->includeJobsWithUnspecifiedCompensationRange; + } + /** + * @param Google_Service_CloudTalentSolution_CompensationRange + */ + public function setRange(Google_Service_CloudTalentSolution_CompensationRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationRange + */ + public function getRange() + { + return $this->range; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnits($units) + { + $this->units = $units; + } + public function getUnits() + { + return $this->units; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramRequest.php new file mode 100644 index 000000000..8b602bd47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramRequest.php @@ -0,0 +1,46 @@ +bucketingOption = $bucketingOption; + } + /** + * @return Google_Service_CloudTalentSolution_NumericBucketingOption + */ + public function getBucketingOption() + { + return $this->bucketingOption; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramResult.php new file mode 100644 index 000000000..41aeada7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationHistogramResult.php @@ -0,0 +1,46 @@ +result = $result; + } + /** + * @return Google_Service_CloudTalentSolution_NumericBucketingResult + */ + public function getResult() + { + return $this->result; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationInfo.php new file mode 100644 index 000000000..08149ff20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationInfo.php @@ -0,0 +1,70 @@ +annualizedBaseCompensationRange = $annualizedBaseCompensationRange; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationRange + */ + public function getAnnualizedBaseCompensationRange() + { + return $this->annualizedBaseCompensationRange; + } + /** + * @param Google_Service_CloudTalentSolution_CompensationRange + */ + public function setAnnualizedTotalCompensationRange(Google_Service_CloudTalentSolution_CompensationRange $annualizedTotalCompensationRange) + { + $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationRange + */ + public function getAnnualizedTotalCompensationRange() + { + return $this->annualizedTotalCompensationRange; + } + /** + * @param Google_Service_CloudTalentSolution_CompensationEntry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationRange.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationRange.php new file mode 100644 index 000000000..ab9bbf27a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompensationRange.php @@ -0,0 +1,53 @@ +maxCompensation = $maxCompensation; + } + /** + * @return Google_Service_CloudTalentSolution_Money + */ + public function getMaxCompensation() + { + return $this->maxCompensation; + } + /** + * @param Google_Service_CloudTalentSolution_Money + */ + public function setMinCompensation(Google_Service_CloudTalentSolution_Money $minCompensation) + { + $this->minCompensation = $minCompensation; + } + /** + * @return Google_Service_CloudTalentSolution_Money + */ + public function getMinCompensation() + { + return $this->minCompensation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompleteQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompleteQueryResponse.php new file mode 100644 index 000000000..973f55010 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompleteQueryResponse.php @@ -0,0 +1,54 @@ +completionResults = $completionResults; + } + /** + * @return Google_Service_CloudTalentSolution_CompletionResult + */ + public function getCompletionResults() + { + return $this->completionResults; + } + /** + * @param Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompletionResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompletionResult.php new file mode 100644 index 000000000..51f8abab5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CompletionResult.php @@ -0,0 +1,48 @@ +imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setSuggestion($suggestion) + { + $this->suggestion = $suggestion; + } + public function getSuggestion() + { + return $this->suggestion; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateClientEventRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateClientEventRequest.php new file mode 100644 index 000000000..4b1f2e6fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateClientEventRequest.php @@ -0,0 +1,37 @@ +clientEvent = $clientEvent; + } + /** + * @return Google_Service_CloudTalentSolution_ClientEvent + */ + public function getClientEvent() + { + return $this->clientEvent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateCompanyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateCompanyRequest.php new file mode 100644 index 000000000..f0a8a0b76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateCompanyRequest.php @@ -0,0 +1,37 @@ +company = $company; + } + /** + * @return Google_Service_CloudTalentSolution_Company + */ + public function getCompany() + { + return $this->company; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateJobRequest.php new file mode 100644 index 000000000..c07069c8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CreateJobRequest.php @@ -0,0 +1,37 @@ +job = $job; + } + /** + * @return Google_Service_CloudTalentSolution_Job + */ + public function getJob() + { + return $this->job; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttribute.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttribute.php new file mode 100644 index 000000000..cd267d9de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttribute.php @@ -0,0 +1,49 @@ +filterable = $filterable; + } + public function getFilterable() + { + return $this->filterable; + } + public function setLongValues($longValues) + { + $this->longValues = $longValues; + } + public function getLongValues() + { + return $this->longValues; + } + public function setStringValues($stringValues) + { + $this->stringValues = $stringValues; + } + public function getStringValues() + { + return $this->stringValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramRequest.php new file mode 100644 index 000000000..36c4b68c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramRequest.php @@ -0,0 +1,55 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_CloudTalentSolution_NumericBucketingOption + */ + public function setLongValueHistogramBucketingOption(Google_Service_CloudTalentSolution_NumericBucketingOption $longValueHistogramBucketingOption) + { + $this->longValueHistogramBucketingOption = $longValueHistogramBucketingOption; + } + /** + * @return Google_Service_CloudTalentSolution_NumericBucketingOption + */ + public function getLongValueHistogramBucketingOption() + { + return $this->longValueHistogramBucketingOption; + } + public function setStringValueHistogram($stringValueHistogram) + { + $this->stringValueHistogram = $stringValueHistogram; + } + public function getStringValueHistogram() + { + return $this->stringValueHistogram; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramResult.php new file mode 100644 index 000000000..3bae46d6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/CustomAttributeHistogramResult.php @@ -0,0 +1,55 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_CloudTalentSolution_NumericBucketingResult + */ + public function setLongValueHistogramResult(Google_Service_CloudTalentSolution_NumericBucketingResult $longValueHistogramResult) + { + $this->longValueHistogramResult = $longValueHistogramResult; + } + /** + * @return Google_Service_CloudTalentSolution_NumericBucketingResult + */ + public function getLongValueHistogramResult() + { + return $this->longValueHistogramResult; + } + public function setStringValueHistogramResult($stringValueHistogramResult) + { + $this->stringValueHistogramResult = $stringValueHistogramResult; + } + public function getStringValueHistogramResult() + { + return $this->stringValueHistogramResult; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/DeviceInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/DeviceInfo.php new file mode 100644 index 000000000..e6ca35a06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/DeviceInfo.php @@ -0,0 +1,39 @@ +deviceType = $deviceType; + } + public function getDeviceType() + { + return $this->deviceType; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramFacets.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramFacets.php new file mode 100644 index 000000000..fefca5836 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramFacets.php @@ -0,0 +1,63 @@ +compensationHistogramFacets = $compensationHistogramFacets; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationHistogramRequest + */ + public function getCompensationHistogramFacets() + { + return $this->compensationHistogramFacets; + } + /** + * @param Google_Service_CloudTalentSolution_CustomAttributeHistogramRequest + */ + public function setCustomAttributeHistogramFacets($customAttributeHistogramFacets) + { + $this->customAttributeHistogramFacets = $customAttributeHistogramFacets; + } + /** + * @return Google_Service_CloudTalentSolution_CustomAttributeHistogramRequest + */ + public function getCustomAttributeHistogramFacets() + { + return $this->customAttributeHistogramFacets; + } + public function setSimpleHistogramFacets($simpleHistogramFacets) + { + $this->simpleHistogramFacets = $simpleHistogramFacets; + } + public function getSimpleHistogramFacets() + { + return $this->simpleHistogramFacets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResult.php new file mode 100644 index 000000000..1999bafcc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResult.php @@ -0,0 +1,39 @@ +searchType = $searchType; + } + public function getSearchType() + { + return $this->searchType; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResults.php new file mode 100644 index 000000000..419d39df8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/HistogramResults.php @@ -0,0 +1,70 @@ +compensationHistogramResults = $compensationHistogramResults; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationHistogramResult + */ + public function getCompensationHistogramResults() + { + return $this->compensationHistogramResults; + } + /** + * @param Google_Service_CloudTalentSolution_CustomAttributeHistogramResult + */ + public function setCustomAttributeHistogramResults($customAttributeHistogramResults) + { + $this->customAttributeHistogramResults = $customAttributeHistogramResults; + } + /** + * @return Google_Service_CloudTalentSolution_CustomAttributeHistogramResult + */ + public function getCustomAttributeHistogramResults() + { + return $this->customAttributeHistogramResults; + } + /** + * @param Google_Service_CloudTalentSolution_HistogramResult + */ + public function setSimpleHistogramResults($simpleHistogramResults) + { + $this->simpleHistogramResults = $simpleHistogramResults; + } + /** + * @return Google_Service_CloudTalentSolution_HistogramResult + */ + public function getSimpleHistogramResults() + { + return $this->simpleHistogramResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Job.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Job.php new file mode 100644 index 000000000..fcba92f6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Job.php @@ -0,0 +1,327 @@ +addresses = $addresses; + } + public function getAddresses() + { + return $this->addresses; + } + /** + * @param Google_Service_CloudTalentSolution_ApplicationInfo + */ + public function setApplicationInfo(Google_Service_CloudTalentSolution_ApplicationInfo $applicationInfo) + { + $this->applicationInfo = $applicationInfo; + } + /** + * @return Google_Service_CloudTalentSolution_ApplicationInfo + */ + public function getApplicationInfo() + { + return $this->applicationInfo; + } + public function setCompanyDisplayName($companyDisplayName) + { + $this->companyDisplayName = $companyDisplayName; + } + public function getCompanyDisplayName() + { + return $this->companyDisplayName; + } + public function setCompanyName($companyName) + { + $this->companyName = $companyName; + } + public function getCompanyName() + { + return $this->companyName; + } + /** + * @param Google_Service_CloudTalentSolution_CompensationInfo + */ + public function setCompensationInfo(Google_Service_CloudTalentSolution_CompensationInfo $compensationInfo) + { + $this->compensationInfo = $compensationInfo; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationInfo + */ + public function getCompensationInfo() + { + return $this->compensationInfo; + } + /** + * @param Google_Service_CloudTalentSolution_CustomAttribute + */ + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + /** + * @return Google_Service_CloudTalentSolution_CustomAttribute + */ + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setDegreeTypes($degreeTypes) + { + $this->degreeTypes = $degreeTypes; + } + public function getDegreeTypes() + { + return $this->degreeTypes; + } + public function setDepartment($department) + { + $this->department = $department; + } + public function getDepartment() + { + return $this->department; + } + /** + * @param Google_Service_CloudTalentSolution_JobDerivedInfo + */ + public function setDerivedInfo(Google_Service_CloudTalentSolution_JobDerivedInfo $derivedInfo) + { + $this->derivedInfo = $derivedInfo; + } + /** + * @return Google_Service_CloudTalentSolution_JobDerivedInfo + */ + public function getDerivedInfo() + { + return $this->derivedInfo; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEmploymentTypes($employmentTypes) + { + $this->employmentTypes = $employmentTypes; + } + public function getEmploymentTypes() + { + return $this->employmentTypes; + } + public function setIncentives($incentives) + { + $this->incentives = $incentives; + } + public function getIncentives() + { + return $this->incentives; + } + public function setJobBenefits($jobBenefits) + { + $this->jobBenefits = $jobBenefits; + } + public function getJobBenefits() + { + return $this->jobBenefits; + } + public function setJobEndTime($jobEndTime) + { + $this->jobEndTime = $jobEndTime; + } + public function getJobEndTime() + { + return $this->jobEndTime; + } + public function setJobLevel($jobLevel) + { + $this->jobLevel = $jobLevel; + } + public function getJobLevel() + { + return $this->jobLevel; + } + public function setJobStartTime($jobStartTime) + { + $this->jobStartTime = $jobStartTime; + } + public function getJobStartTime() + { + return $this->jobStartTime; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPostingCreateTime($postingCreateTime) + { + $this->postingCreateTime = $postingCreateTime; + } + public function getPostingCreateTime() + { + return $this->postingCreateTime; + } + public function setPostingExpireTime($postingExpireTime) + { + $this->postingExpireTime = $postingExpireTime; + } + public function getPostingExpireTime() + { + return $this->postingExpireTime; + } + public function setPostingPublishTime($postingPublishTime) + { + $this->postingPublishTime = $postingPublishTime; + } + public function getPostingPublishTime() + { + return $this->postingPublishTime; + } + public function setPostingRegion($postingRegion) + { + $this->postingRegion = $postingRegion; + } + public function getPostingRegion() + { + return $this->postingRegion; + } + public function setPostingUpdateTime($postingUpdateTime) + { + $this->postingUpdateTime = $postingUpdateTime; + } + public function getPostingUpdateTime() + { + return $this->postingUpdateTime; + } + /** + * @param Google_Service_CloudTalentSolution_ProcessingOptions + */ + public function setProcessingOptions(Google_Service_CloudTalentSolution_ProcessingOptions $processingOptions) + { + $this->processingOptions = $processingOptions; + } + /** + * @return Google_Service_CloudTalentSolution_ProcessingOptions + */ + public function getProcessingOptions() + { + return $this->processingOptions; + } + public function setPromotionValue($promotionValue) + { + $this->promotionValue = $promotionValue; + } + public function getPromotionValue() + { + return $this->promotionValue; + } + public function setQualifications($qualifications) + { + $this->qualifications = $qualifications; + } + public function getQualifications() + { + return $this->qualifications; + } + public function setRequisitionId($requisitionId) + { + $this->requisitionId = $requisitionId; + } + public function getRequisitionId() + { + return $this->requisitionId; + } + public function setResponsibilities($responsibilities) + { + $this->responsibilities = $responsibilities; + } + public function getResponsibilities() + { + return $this->responsibilities; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobDerivedInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobDerivedInfo.php new file mode 100644 index 000000000..75b5cd1cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobDerivedInfo.php @@ -0,0 +1,47 @@ +jobCategories = $jobCategories; + } + public function getJobCategories() + { + return $this->jobCategories; + } + /** + * @param Google_Service_CloudTalentSolution_Location + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_CloudTalentSolution_Location + */ + public function getLocations() + { + return $this->locations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobEvent.php new file mode 100644 index 000000000..356abaaa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobEvent.php @@ -0,0 +1,40 @@ +jobs = $jobs; + } + public function getJobs() + { + return $this->jobs; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobQuery.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobQuery.php new file mode 100644 index 000000000..5ba9dc544 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobQuery.php @@ -0,0 +1,158 @@ +commuteFilter = $commuteFilter; + } + /** + * @return Google_Service_CloudTalentSolution_CommuteFilter + */ + public function getCommuteFilter() + { + return $this->commuteFilter; + } + public function setCompanyDisplayNames($companyDisplayNames) + { + $this->companyDisplayNames = $companyDisplayNames; + } + public function getCompanyDisplayNames() + { + return $this->companyDisplayNames; + } + public function setCompanyNames($companyNames) + { + $this->companyNames = $companyNames; + } + public function getCompanyNames() + { + return $this->companyNames; + } + /** + * @param Google_Service_CloudTalentSolution_CompensationFilter + */ + public function setCompensationFilter(Google_Service_CloudTalentSolution_CompensationFilter $compensationFilter) + { + $this->compensationFilter = $compensationFilter; + } + /** + * @return Google_Service_CloudTalentSolution_CompensationFilter + */ + public function getCompensationFilter() + { + return $this->compensationFilter; + } + public function setCustomAttributeFilter($customAttributeFilter) + { + $this->customAttributeFilter = $customAttributeFilter; + } + public function getCustomAttributeFilter() + { + return $this->customAttributeFilter; + } + public function setDisableSpellCheck($disableSpellCheck) + { + $this->disableSpellCheck = $disableSpellCheck; + } + public function getDisableSpellCheck() + { + return $this->disableSpellCheck; + } + public function setEmploymentTypes($employmentTypes) + { + $this->employmentTypes = $employmentTypes; + } + public function getEmploymentTypes() + { + return $this->employmentTypes; + } + public function setJobCategories($jobCategories) + { + $this->jobCategories = $jobCategories; + } + public function getJobCategories() + { + return $this->jobCategories; + } + public function setLanguageCodes($languageCodes) + { + $this->languageCodes = $languageCodes; + } + public function getLanguageCodes() + { + return $this->languageCodes; + } + /** + * @param Google_Service_CloudTalentSolution_LocationFilter + */ + public function setLocationFilters($locationFilters) + { + $this->locationFilters = $locationFilters; + } + /** + * @return Google_Service_CloudTalentSolution_LocationFilter + */ + public function getLocationFilters() + { + return $this->locationFilters; + } + /** + * @param Google_Service_CloudTalentSolution_TimestampRange + */ + public function setPublishTimeRange(Google_Service_CloudTalentSolution_TimestampRange $publishTimeRange) + { + $this->publishTimeRange = $publishTimeRange; + } + /** + * @return Google_Service_CloudTalentSolution_TimestampRange + */ + public function getPublishTimeRange() + { + return $this->publishTimeRange; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobsEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobsEmpty.php new file mode 100644 index 000000000..93603d497 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/JobsEmpty.php @@ -0,0 +1,20 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListCompaniesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListCompaniesResponse.php new file mode 100644 index 000000000..d18ebac38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListCompaniesResponse.php @@ -0,0 +1,63 @@ +companies = $companies; + } + /** + * @return Google_Service_CloudTalentSolution_Company + */ + public function getCompanies() + { + return $this->companies; + } + /** + * @param Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListJobsResponse.php new file mode 100644 index 000000000..8fc24821c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ListJobsResponse.php @@ -0,0 +1,63 @@ +jobs = $jobs; + } + /** + * @return Google_Service_CloudTalentSolution_Job + */ + public function getJobs() + { + return $this->jobs; + } + /** + * @param Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Location.php new file mode 100644 index 000000000..5280dcec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Location.php @@ -0,0 +1,71 @@ +latLng = $latLng; + } + /** + * @return Google_Service_CloudTalentSolution_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } + public function setLocationType($locationType) + { + $this->locationType = $locationType; + } + public function getLocationType() + { + return $this->locationType; + } + /** + * @param Google_Service_CloudTalentSolution_PostalAddress + */ + public function setPostalAddress(Google_Service_CloudTalentSolution_PostalAddress $postalAddress) + { + $this->postalAddress = $postalAddress; + } + /** + * @return Google_Service_CloudTalentSolution_PostalAddress + */ + public function getPostalAddress() + { + return $this->postalAddress; + } + public function setRadiusInMiles($radiusInMiles) + { + $this->radiusInMiles = $radiusInMiles; + } + public function getRadiusInMiles() + { + return $this->radiusInMiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LocationFilter.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LocationFilter.php new file mode 100644 index 000000000..ef7a2484f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/LocationFilter.php @@ -0,0 +1,73 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDistanceInMiles($distanceInMiles) + { + $this->distanceInMiles = $distanceInMiles; + } + public function getDistanceInMiles() + { + return $this->distanceInMiles; + } + /** + * @param Google_Service_CloudTalentSolution_LatLng + */ + public function setLatLng(Google_Service_CloudTalentSolution_LatLng $latLng) + { + $this->latLng = $latLng; + } + /** + * @return Google_Service_CloudTalentSolution_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setTelecommutePreference($telecommutePreference) + { + $this->telecommutePreference = $telecommutePreference; + } + public function getTelecommutePreference() + { + return $this->telecommutePreference; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MatchingJob.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MatchingJob.php new file mode 100644 index 000000000..9cfb8e1ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/MatchingJob.php @@ -0,0 +1,80 @@ +commuteInfo = $commuteInfo; + } + /** + * @return Google_Service_CloudTalentSolution_CommuteInfo + */ + public function getCommuteInfo() + { + return $this->commuteInfo; + } + /** + * @param Google_Service_CloudTalentSolution_Job + */ + public function setJob(Google_Service_CloudTalentSolution_Job $job) + { + $this->job = $job; + } + /** + * @return Google_Service_CloudTalentSolution_Job + */ + public function getJob() + { + return $this->job; + } + public function setJobSummary($jobSummary) + { + $this->jobSummary = $jobSummary; + } + public function getJobSummary() + { + return $this->jobSummary; + } + public function setJobTitleSnippet($jobTitleSnippet) + { + $this->jobTitleSnippet = $jobTitleSnippet; + } + public function getJobTitleSnippet() + { + return $this->jobTitleSnippet; + } + public function setSearchTextSnippet($searchTextSnippet) + { + $this->searchTextSnippet = $searchTextSnippet; + } + public function getSearchTextSnippet() + { + return $this->searchTextSnippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Money.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Money.php new file mode 100644 index 000000000..19c6621f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Money.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/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingOption.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingOption.php new file mode 100644 index 000000000..fbc00e2bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingOption.php @@ -0,0 +1,40 @@ +bucketBounds = $bucketBounds; + } + public function getBucketBounds() + { + return $this->bucketBounds; + } + public function setRequiresMinMax($requiresMinMax) + { + $this->requiresMinMax = $requiresMinMax; + } + public function getRequiresMinMax() + { + return $this->requiresMinMax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingResult.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingResult.php new file mode 100644 index 000000000..1c5b5b802 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/NumericBucketingResult.php @@ -0,0 +1,56 @@ +counts = $counts; + } + /** + * @return Google_Service_CloudTalentSolution_BucketizedCount + */ + public function getCounts() + { + return $this->counts; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/PostalAddress.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/PostalAddress.php new file mode 100644 index 000000000..02a8f2f78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/PostalAddress.php @@ -0,0 +1,121 @@ +addressLines = $addressLines; + } + public function getAddressLines() + { + return $this->addressLines; + } + public function setAdministrativeArea($administrativeArea) + { + $this->administrativeArea = $administrativeArea; + } + public function getAdministrativeArea() + { + return $this->administrativeArea; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setOrganization($organization) + { + $this->organization = $organization; + } + public function getOrganization() + { + return $this->organization; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRecipients($recipients) + { + $this->recipients = $recipients; + } + public function getRecipients() + { + return $this->recipients; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setRevision($revision) + { + $this->revision = $revision; + } + public function getRevision() + { + return $this->revision; + } + public function setSortingCode($sortingCode) + { + $this->sortingCode = $sortingCode; + } + public function getSortingCode() + { + return $this->sortingCode; + } + public function setSublocality($sublocality) + { + $this->sublocality = $sublocality; + } + public function getSublocality() + { + return $this->sublocality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ProcessingOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ProcessingOptions.php new file mode 100644 index 000000000..63aec5f83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ProcessingOptions.php @@ -0,0 +1,39 @@ +disableStreetAddressResolution = $disableStreetAddressResolution; + } + public function getDisableStreetAddressResolution() + { + return $this->disableStreetAddressResolution; + } + public function setHtmlSanitization($htmlSanitization) + { + $this->htmlSanitization = $htmlSanitization; + } + public function getHtmlSanitization() + { + return $this->htmlSanitization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/RequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/RequestMetadata.php new file mode 100644 index 000000000..6adf0d6a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/RequestMetadata.php @@ -0,0 +1,64 @@ +deviceInfo = $deviceInfo; + } + /** + * @return Google_Service_CloudTalentSolution_DeviceInfo + */ + public function getDeviceInfo() + { + return $this->deviceInfo; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php new file mode 100644 index 000000000..ae229bfd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php @@ -0,0 +1,95 @@ + + * $jobsService = new Google_Service_CloudTalentSolution(...); + * $projects = $jobsService->projects; + * + */ +class Google_Service_CloudTalentSolution_Resource_Projects extends Google_Service_Resource +{ + /** + * Completes the specified prefix with keyword suggestions. Intended for use by + * a job search auto-complete search box. (projects.complete) + * + * @param string $name Required. Resource name of project the completion is + * performed within. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param array $optParams Optional parameters. + * + * @opt_param string languageCodes Optional. The list of languages of the query. + * This is the BCP-47 language code, such as "en-US" or "sr-Latn". For more + * information, see [Tags for Identifying + * Languages](https://tools.ietf.org/html/bcp47). + * + * For CompletionType.JOB_TITLE type, only open jobs with the same + * language_codes are returned. + * + * For CompletionType.COMPANY_NAME type, only companies having open jobs with + * the same language_codes are returned. + * + * For CompletionType.COMBINED type, only open jobs with the same language_codes + * or companies having open jobs with the same language_codes are returned. + * + * The maximum number of allowed characters is 255. + * @opt_param string companyName Optional. If provided, restricts completion to + * specified company. + * + * The format is "projects/{project_id}/companies/{company_id}", for example, + * "projects/api-test-project/companies/foo". + * @opt_param string scope Optional. The scope of the completion. The defaults + * is CompletionScope.PUBLIC. + * @opt_param int pageSize Required. Completion result count. + * + * The maximum allowed page size is 10. + * @opt_param string query Required. The query used to generate suggestions. + * + * The maximum number of allowed characters is 255. + * @opt_param string languageCode Deprecated. Use language_codes instead. + * + * Optional. + * + * The language of the query. This is the BCP-47 language code, such as "en-US" + * or "sr-Latn". For more information, see [Tags for Identifying + * Languages](https://tools.ietf.org/html/bcp47). + * + * For CompletionType.JOB_TITLE type, only open jobs with the same language_code + * are returned. + * + * For CompletionType.COMPANY_NAME type, only companies having open jobs with + * the same language_code are returned. + * + * For CompletionType.COMBINED type, only open jobs with the same language_code + * or companies having open jobs with the same language_code are returned. + * + * The maximum number of allowed characters is 255. + * @opt_param string type Optional. The completion topic. The default is + * CompletionType.COMBINED. + * @return Google_Service_CloudTalentSolution_CompleteQueryResponse + */ + public function complete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('complete', array($params), "Google_Service_CloudTalentSolution_CompleteQueryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsClientEvents.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsClientEvents.php new file mode 100644 index 000000000..ac61e6d8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsClientEvents.php @@ -0,0 +1,46 @@ + + * $jobsService = new Google_Service_CloudTalentSolution(...); + * $clientEvents = $jobsService->clientEvents; + * + */ +class Google_Service_CloudTalentSolution_Resource_ProjectsClientEvents extends Google_Service_Resource +{ + /** + * Report events issued when end user interacts with customer's application that + * uses Cloud Talent Solution. You may inspect the created events in [self + * service tools](https://console.cloud.google.com/talent-solution/overview). + * [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) + * about self service tools. (clientEvents.create) + * + * @param string $parent Parent project name. + * @param Google_Service_CloudTalentSolution_CreateClientEventRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_ClientEvent + */ + public function create($parent, Google_Service_CloudTalentSolution_CreateClientEventRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudTalentSolution_ClientEvent"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsCompanies.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsCompanies.php new file mode 100644 index 000000000..523639743 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsCompanies.php @@ -0,0 +1,132 @@ + + * $jobsService = new Google_Service_CloudTalentSolution(...); + * $companies = $jobsService->companies; + * + */ +class Google_Service_CloudTalentSolution_Resource_ProjectsCompanies extends Google_Service_Resource +{ + /** + * Creates a new company entity. (companies.create) + * + * @param string $parent Required. Resource name of the project under which the + * company is created. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param Google_Service_CloudTalentSolution_CreateCompanyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_Company + */ + public function create($parent, Google_Service_CloudTalentSolution_CreateCompanyRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Company"); + } + /** + * Deletes specified company. Prerequisite: The company has no jobs associated + * with it. (companies.delete) + * + * @param string $name Required. The resource name of the company to be deleted. + * + * The format is "projects/{project_id}/companies/{company_id}", for example, + * "projects/api-test-project/companies/foo". + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_JobsEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); + } + /** + * Retrieves specified company. (companies.get) + * + * @param string $name Required. The resource name of the company to be + * retrieved. + * + * The format is "projects/{project_id}/companies/{company_id}", for example, + * "projects/api-test-project/companies/foo". + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_Company + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Company"); + } + /** + * Lists all companies associated with the service account. + * (companies.listProjectsCompanies) + * + * @param string $parent Required. Resource name of the project under which the + * company is created. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The starting indicator from which to + * return results. + * @opt_param int pageSize Optional. The maximum number of companies to be + * returned, at most 100. Default is 100 if a non-positive number is provided. + * @opt_param bool requireOpenJobs Optional. Set to true if the companies + * requested must have open jobs. + * + * Defaults to false. + * + * If true, at most page_size of companies are fetched, among which only those + * with open jobs are returned. + * @return Google_Service_CloudTalentSolution_ListCompaniesResponse + */ + public function listProjectsCompanies($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListCompaniesResponse"); + } + /** + * Updates specified company. Company names can't be updated. To update a + * company name, delete the company and all jobs associated with it, and only + * then re-create them. (companies.patch) + * + * @param string $name Required during company update. + * + * The resource name for a company. This is generated by the service when a + * company is created. + * + * The format is "projects/{project_id}/companies/{company_id}", for example, + * "projects/api-test-project/companies/foo". + * @param Google_Service_CloudTalentSolution_UpdateCompanyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_Company + */ + public function patch($name, Google_Service_CloudTalentSolution_UpdateCompanyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Company"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsJobs.php new file mode 100644 index 000000000..584feb000 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/ProjectsJobs.php @@ -0,0 +1,219 @@ + + * $jobsService = new Google_Service_CloudTalentSolution(...); + * $jobs = $jobsService->jobs; + * + */ +class Google_Service_CloudTalentSolution_Resource_ProjectsJobs extends Google_Service_Resource +{ + /** + * Deletes a list of Jobs by filter. (jobs.batchDelete) + * + * @param string $parent Required. The resource name of the project under which + * the job is created. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param Google_Service_CloudTalentSolution_BatchDeleteJobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_JobsEmpty + */ + public function batchDelete($parent, Google_Service_CloudTalentSolution_BatchDeleteJobsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); + } + /** + * Creates a new job. + * + * Typically, the job becomes searchable within 10 seconds, but it may take up + * to 5 minutes. (jobs.create) + * + * @param string $parent Required. The resource name of the project under which + * the job is created. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param Google_Service_CloudTalentSolution_CreateJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_Job + */ + public function create($parent, Google_Service_CloudTalentSolution_CreateJobRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudTalentSolution_Job"); + } + /** + * Deletes the specified job. + * + * Typically, the job becomes unsearchable within 10 seconds, but it may take up + * to 5 minutes. (jobs.delete) + * + * @param string $name Required. The resource name of the job to be deleted. + * + * The format is "projects/{project_id}/jobs/{job_id}", for example, "projects + * /api-test-project/jobs/1234". + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_JobsEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudTalentSolution_JobsEmpty"); + } + /** + * Retrieves the specified job, whose status is OPEN or recently EXPIRED within + * the last 90 days. (jobs.get) + * + * @param string $name Required. The resource name of the job to retrieve. + * + * The format is "projects/{project_id}/jobs/{job_id}", for example, "projects + * /api-test-project/jobs/1234". + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_Job + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudTalentSolution_Job"); + } + /** + * Lists jobs by filter. (jobs.listProjectsJobs) + * + * @param string $parent Required. The resource name of the project under which + * the job is created. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param array $optParams Optional parameters. + * + * @opt_param string filter Required. The filter string specifies the jobs to be + * enumerated. + * + * Supported operator: =, AND + * + * The fields eligible for filtering are: + * + * * `companyName` (Required) * `requisitionId` (Optional) + * + * Sample Query: + * + * * companyName = "projects/api-test-project/companies/123" * companyName = + * "projects/api-test-project/companies/123" AND requisitionId = "req-1" + * @opt_param string jobView Optional. The desired job attributes returned for + * jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is + * specified. + * @opt_param string pageToken Optional. The starting point of a query result. + * @opt_param int pageSize Optional. The maximum number of jobs to be returned + * per page of results. + * + * If job_view is set to JobView.JOB_VIEW_ID_ONLY, the maximum allowed page size + * is 1000. Otherwise, the maximum allowed page size is 100. + * + * Default is 100 if empty or a number < 1 is specified. + * @return Google_Service_CloudTalentSolution_ListJobsResponse + */ + public function listProjectsJobs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudTalentSolution_ListJobsResponse"); + } + /** + * Updates specified job. + * + * Typically, updated contents become visible in search results within 10 + * seconds, but it may take up to 5 minutes. (jobs.patch) + * + * @param string $name Required during job update. + * + * The resource name for the job. This is generated by the service when a job is + * created. + * + * The format is "projects/{project_id}/jobs/{job_id}", for example, "projects + * /api-test-project/jobs/1234". + * + * Use of this field in job queries and API calls is preferred over the use of + * requisition_id since this value is unique. + * @param Google_Service_CloudTalentSolution_UpdateJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_Job + */ + public function patch($name, Google_Service_CloudTalentSolution_UpdateJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudTalentSolution_Job"); + } + /** + * Searches for jobs using the provided SearchJobsRequest. + * + * This call constrains the visibility of jobs present in the database, and only + * returns jobs that the caller has permission to search against. (jobs.search) + * + * @param string $parent Required. The resource name of the project to search + * within. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param Google_Service_CloudTalentSolution_SearchJobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_SearchJobsResponse + */ + public function search($parent, Google_Service_CloudTalentSolution_SearchJobsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_CloudTalentSolution_SearchJobsResponse"); + } + /** + * Searches for jobs using the provided SearchJobsRequest. + * + * This API call is intended for the use case of targeting passive job seekers + * (for example, job seekers who have signed up to receive email alerts about + * potential job opportunities), and has different algorithmic adjustments that + * are targeted to passive job seekers. + * + * This call constrains the visibility of jobs present in the database, and only + * returns jobs the caller has permission to search against. + * (jobs.searchForAlert) + * + * @param string $parent Required. The resource name of the project to search + * within. + * + * The format is "projects/{project_id}", for example, "projects/api-test- + * project". + * @param Google_Service_CloudTalentSolution_SearchJobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTalentSolution_SearchJobsResponse + */ + public function searchForAlert($parent, Google_Service_CloudTalentSolution_SearchJobsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('searchForAlert', array($params), "Google_Service_CloudTalentSolution_SearchJobsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ResponseMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ResponseMetadata.php new file mode 100644 index 000000000..23b11a5f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/ResponseMetadata.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsRequest.php new file mode 100644 index 000000000..48d54f8f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsRequest.php @@ -0,0 +1,159 @@ +disableKeywordMatch = $disableKeywordMatch; + } + public function getDisableKeywordMatch() + { + return $this->disableKeywordMatch; + } + public function setDiversificationLevel($diversificationLevel) + { + $this->diversificationLevel = $diversificationLevel; + } + public function getDiversificationLevel() + { + return $this->diversificationLevel; + } + public function setEnableBroadening($enableBroadening) + { + $this->enableBroadening = $enableBroadening; + } + public function getEnableBroadening() + { + return $this->enableBroadening; + } + /** + * @param Google_Service_CloudTalentSolution_HistogramFacets + */ + public function setHistogramFacets(Google_Service_CloudTalentSolution_HistogramFacets $histogramFacets) + { + $this->histogramFacets = $histogramFacets; + } + /** + * @return Google_Service_CloudTalentSolution_HistogramFacets + */ + public function getHistogramFacets() + { + return $this->histogramFacets; + } + /** + * @param Google_Service_CloudTalentSolution_JobQuery + */ + public function setJobQuery(Google_Service_CloudTalentSolution_JobQuery $jobQuery) + { + $this->jobQuery = $jobQuery; + } + /** + * @return Google_Service_CloudTalentSolution_JobQuery + */ + public function getJobQuery() + { + return $this->jobQuery; + } + public function setJobView($jobView) + { + $this->jobView = $jobView; + } + public function getJobView() + { + return $this->jobView; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + public function setOrderBy($orderBy) + { + $this->orderBy = $orderBy; + } + public function getOrderBy() + { + return $this->orderBy; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_CloudTalentSolution_RequestMetadata + */ + public function setRequestMetadata(Google_Service_CloudTalentSolution_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_CloudTalentSolution_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } + public function setRequirePreciseResultSize($requirePreciseResultSize) + { + $this->requirePreciseResultSize = $requirePreciseResultSize; + } + public function getRequirePreciseResultSize() + { + return $this->requirePreciseResultSize; + } + public function setSearchMode($searchMode) + { + $this->searchMode = $searchMode; + } + public function getSearchMode() + { + return $this->searchMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsResponse.php new file mode 100644 index 000000000..d8b397b78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SearchJobsResponse.php @@ -0,0 +1,138 @@ +broadenedQueryJobsCount = $broadenedQueryJobsCount; + } + public function getBroadenedQueryJobsCount() + { + return $this->broadenedQueryJobsCount; + } + public function setEstimatedTotalSize($estimatedTotalSize) + { + $this->estimatedTotalSize = $estimatedTotalSize; + } + public function getEstimatedTotalSize() + { + return $this->estimatedTotalSize; + } + /** + * @param Google_Service_CloudTalentSolution_HistogramResults + */ + public function setHistogramResults(Google_Service_CloudTalentSolution_HistogramResults $histogramResults) + { + $this->histogramResults = $histogramResults; + } + /** + * @return Google_Service_CloudTalentSolution_HistogramResults + */ + public function getHistogramResults() + { + return $this->histogramResults; + } + /** + * @param Google_Service_CloudTalentSolution_Location + */ + public function setLocationFilters($locationFilters) + { + $this->locationFilters = $locationFilters; + } + /** + * @return Google_Service_CloudTalentSolution_Location + */ + public function getLocationFilters() + { + return $this->locationFilters; + } + /** + * @param Google_Service_CloudTalentSolution_MatchingJob + */ + public function setMatchingJobs($matchingJobs) + { + $this->matchingJobs = $matchingJobs; + } + /** + * @return Google_Service_CloudTalentSolution_MatchingJob + */ + public function getMatchingJobs() + { + return $this->matchingJobs; + } + /** + * @param Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudTalentSolution_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudTalentSolution_SpellingCorrection + */ + public function setSpellCorrection(Google_Service_CloudTalentSolution_SpellingCorrection $spellCorrection) + { + $this->spellCorrection = $spellCorrection; + } + /** + * @return Google_Service_CloudTalentSolution_SpellingCorrection + */ + public function getSpellCorrection() + { + return $this->spellCorrection; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SpellingCorrection.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SpellingCorrection.php new file mode 100644 index 000000000..bbc10a3a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/SpellingCorrection.php @@ -0,0 +1,39 @@ +corrected = $corrected; + } + public function getCorrected() + { + return $this->corrected; + } + public function setCorrectedText($correctedText) + { + $this->correctedText = $correctedText; + } + public function getCorrectedText() + { + return $this->correctedText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimeOfDay.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimeOfDay.php new file mode 100644 index 000000000..88da7f491 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/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/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimestampRange.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimestampRange.php new file mode 100644 index 000000000..211c79762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/TimestampRange.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateCompanyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateCompanyRequest.php new file mode 100644 index 000000000..323e0f7b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateCompanyRequest.php @@ -0,0 +1,46 @@ +company = $company; + } + /** + * @return Google_Service_CloudTalentSolution_Company + */ + public function getCompany() + { + return $this->company; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateJobRequest.php new file mode 100644 index 000000000..59e1eb2ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/UpdateJobRequest.php @@ -0,0 +1,46 @@ +job = $job; + } + /** + * @return Google_Service_CloudTalentSolution_Job + */ + public function getJob() + { + return $this->job; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php new file mode 100644 index 000000000..7240070ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php @@ -0,0 +1,311 @@ + + * Manages the execution of large numbers of distributed requests. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudTasks extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_queues; + public $projects_locations_queues_tasks; + + /** + * Constructs the internal representation of the CloudTasks 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://cloudtasks.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'cloudtasks'; + + $this->projects_locations = new Google_Service_CloudTasks_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_queues = new Google_Service_CloudTasks_Resource_ProjectsLocationsQueues( + $this, + $this->serviceName, + 'queues', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/queues', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v2/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/queues', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => 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', + ), + ), + ),'pause' => array( + 'path' => 'v2/{+name}:pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'purge' => array( + 'path' => 'v2/{+name}:purge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resume' => array( + 'path' => 'v2/{+name}:resume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v2/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v2/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_queues_tasks = new Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks( + $this, + $this->serviceName, + 'tasks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/tasks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'responseView' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/tasks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'responseView' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'run' => array( + 'path' => 'v2/{+name}:run', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineHttpRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineHttpRequest.php new file mode 100644 index 000000000..c1f296ff8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineHttpRequest.php @@ -0,0 +1,73 @@ +appEngineRouting = $appEngineRouting; + } + /** + * @return Google_Service_CloudTasks_AppEngineRouting + */ + public function getAppEngineRouting() + { + return $this->appEngineRouting; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setHttpMethod($httpMethod) + { + $this->httpMethod = $httpMethod; + } + public function getHttpMethod() + { + return $this->httpMethod; + } + public function setRelativeUri($relativeUri) + { + $this->relativeUri = $relativeUri; + } + public function getRelativeUri() + { + return $this->relativeUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineRouting.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineRouting.php new file mode 100644 index 000000000..27c0fbff7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/AppEngineRouting.php @@ -0,0 +1,57 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Attempt.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Attempt.php new file mode 100644 index 000000000..82da1f7dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Attempt.php @@ -0,0 +1,64 @@ +dispatchTime = $dispatchTime; + } + public function getDispatchTime() + { + return $this->dispatchTime; + } + /** + * @param Google_Service_CloudTasks_Status + */ + public function setResponseStatus(Google_Service_CloudTasks_Status $responseStatus) + { + $this->responseStatus = $responseStatus; + } + /** + * @return Google_Service_CloudTasks_Status + */ + public function getResponseStatus() + { + return $this->responseStatus; + } + public function setResponseTime($responseTime) + { + $this->responseTime = $responseTime; + } + public function getResponseTime() + { + return $this->responseTime; + } + public function setScheduleTime($scheduleTime) + { + $this->scheduleTime = $scheduleTime; + } + public function getScheduleTime() + { + return $this->scheduleTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Binding.php new file mode 100644 index 000000000..17205e8d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudTasks_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/CloudtasksEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/CloudtasksEmpty.php new file mode 100644 index 000000000..e4a897e79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/CloudtasksEmpty.php @@ -0,0 +1,20 @@ +responseView = $responseView; + } + public function getResponseView() + { + return $this->responseView; + } + /** + * @param Google_Service_CloudTasks_Task + */ + public function setTask(Google_Service_CloudTasks_Task $task) + { + $this->task = $task; + } + /** + * @return Google_Service_CloudTasks_Task + */ + public function getTask() + { + return $this->task; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Expr.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Expr.php new file mode 100644 index 000000000..c63e55421 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php new file mode 100644 index 000000000..83f704db5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_CloudTasks_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.php new file mode 100644 index 000000000..bf679eff9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListLocationsResponse.php new file mode 100644 index 000000000..2f5c29776 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_CloudTasks_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListQueuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListQueuesResponse.php new file mode 100644 index 000000000..c8b4f3280 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListQueuesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudTasks_Queue + */ + public function setQueues($queues) + { + $this->queues = $queues; + } + /** + * @return Google_Service_CloudTasks_Queue + */ + public function getQueues() + { + return $this->queues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListTasksResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListTasksResponse.php new file mode 100644 index 000000000..c1f3a87be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ListTasksResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudTasks_Task + */ + public function setTasks($tasks) + { + $this->tasks = $tasks; + } + /** + * @return Google_Service_CloudTasks_Task + */ + public function getTasks() + { + return $this->tasks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Location.php new file mode 100644 index 000000000..1785fe114 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/PauseQueueRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/PauseQueueRequest.php new file mode 100644 index 000000000..49858eb1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/PauseQueueRequest.php @@ -0,0 +1,20 @@ +bindings = $bindings; + } + /** + * @return Google_Service_CloudTasks_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/PurgeQueueRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/PurgeQueueRequest.php new file mode 100644 index 000000000..d21297eb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/PurgeQueueRequest.php @@ -0,0 +1,20 @@ +appEngineRoutingOverride = $appEngineRoutingOverride; + } + /** + * @return Google_Service_CloudTasks_AppEngineRouting + */ + public function getAppEngineRoutingOverride() + { + return $this->appEngineRoutingOverride; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPurgeTime($purgeTime) + { + $this->purgeTime = $purgeTime; + } + public function getPurgeTime() + { + return $this->purgeTime; + } + /** + * @param Google_Service_CloudTasks_RateLimits + */ + public function setRateLimits(Google_Service_CloudTasks_RateLimits $rateLimits) + { + $this->rateLimits = $rateLimits; + } + /** + * @return Google_Service_CloudTasks_RateLimits + */ + public function getRateLimits() + { + return $this->rateLimits; + } + /** + * @param Google_Service_CloudTasks_RetryConfig + */ + public function setRetryConfig(Google_Service_CloudTasks_RetryConfig $retryConfig) + { + $this->retryConfig = $retryConfig; + } + /** + * @return Google_Service_CloudTasks_RetryConfig + */ + public function getRetryConfig() + { + return $this->retryConfig; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RateLimits.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RateLimits.php new file mode 100644 index 000000000..7a19a10da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RateLimits.php @@ -0,0 +1,48 @@ +maxBurstSize = $maxBurstSize; + } + public function getMaxBurstSize() + { + return $this->maxBurstSize; + } + public function setMaxConcurrentDispatches($maxConcurrentDispatches) + { + $this->maxConcurrentDispatches = $maxConcurrentDispatches; + } + public function getMaxConcurrentDispatches() + { + return $this->maxConcurrentDispatches; + } + public function setMaxDispatchesPerSecond($maxDispatchesPerSecond) + { + $this->maxDispatchesPerSecond = $maxDispatchesPerSecond; + } + public function getMaxDispatchesPerSecond() + { + return $this->maxDispatchesPerSecond; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/Projects.php new file mode 100644 index 000000000..be1aea868 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudtasksService = new Google_Service_CloudTasks(...); + * $projects = $cloudtasksService->projects; + * + */ +class Google_Service_CloudTasks_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php new file mode 100644 index 000000000..2029bd72d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $cloudtasksService = new Google_Service_CloudTasks(...); + * $locations = $cloudtasksService->locations; + * + */ +class Google_Service_CloudTasks_Resource_ProjectsLocations 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_CloudTasks_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudTasks_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudTasks_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudTasks_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php new file mode 100644 index 000000000..2b1572d2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php @@ -0,0 +1,318 @@ + + * $cloudtasksService = new Google_Service_CloudTasks(...); + * $queues = $cloudtasksService->queues; + * + */ +class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_Service_Resource +{ + /** + * Creates a queue. + * + * Queues created with this method allow tasks to live for a maximum of 31 days. + * After a task is 31 days old, the task will be deleted regardless of whether + * it was dispatched or not. + * + * WARNING: Using this method may have unintended side effects if you are using + * an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this + * method. (queues.create) + * + * @param string $parent Required. The location name in which the queue will be + * created. For example: `projects/PROJECT_ID/locations/LOCATION_ID` + * + * The list of allowed locations can be obtained by calling Cloud Tasks' + * implementation of ListLocations. + * @param Google_Service_CloudTasks_Queue $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Queue + */ + public function create($parent, Google_Service_CloudTasks_Queue $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudTasks_Queue"); + } + /** + * Deletes a queue. + * + * This command will delete the queue even if it has tasks in it. + * + * Note: If you delete a queue, a queue with the same name can't be created for + * 7 days. + * + * WARNING: Using this method may have unintended side effects if you are using + * an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this + * method. (queues.delete) + * + * @param string $name Required. The queue name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_CloudtasksEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudTasks_CloudtasksEmpty"); + } + /** + * Gets a queue. (queues.get) + * + * @param string $name Required. The resource name of the queue. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Queue + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudTasks_Queue"); + } + /** + * Gets the access control policy for a Queue. Returns an empty policy if the + * resource exists and does not have a policy set. + * + * Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission on the specified resource + * parent: + * + * * `cloudtasks.queues.getIamPolicy` (queues.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 Google_Service_CloudTasks_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Policy + */ + public function getIamPolicy($resource, Google_Service_CloudTasks_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudTasks_Policy"); + } + /** + * Lists queues. + * + * Queues are returned in lexicographical order. + * (queues.listProjectsLocationsQueues) + * + * @param string $parent Required. The location name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying the page of results to + * return. + * + * To request the first page results, page_token must be empty. To request the + * next page of results, page_token must be the value of next_page_token + * returned from the previous call to ListQueues method. It is an error to + * switch the value of the filter while iterating through pages. + * @opt_param int pageSize Requested page size. + * + * The maximum page size is 9800. If unspecified, the page size will be the + * maximum. Fewer queues than requested might be returned, even if more queues + * exist; use the next_page_token in the response to determine if more queues + * exist. + * @opt_param string filter `filter` can be used to specify a subset of queues. + * Any Queue field can be used as a filter and several operators as supported. + * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as + * described in [Stackdriver's Advanced Logs + * Filters](https://cloud.google.com/logging/docs/view/advanced_filters). + * + * Sample filter "state: PAUSED". + * + * Note that using filters might cause fewer queues than the requested page_size + * to be returned. + * @return Google_Service_CloudTasks_ListQueuesResponse + */ + public function listProjectsLocationsQueues($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudTasks_ListQueuesResponse"); + } + /** + * Updates a queue. + * + * This method creates the queue if it does not exist and updates the queue if + * it does exist. + * + * Queues created with this method allow tasks to live for a maximum of 31 days. + * After a task is 31 days old, the task will be deleted regardless of whether + * it was dispatched or not. + * + * WARNING: Using this method may have unintended side effects if you are using + * an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this + * method. (queues.patch) + * + * @param string $name Caller-specified and required in CreateQueue, after which + * it becomes output only. + * + * The queue name. + * + * The queue name must have the following format: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` + * + * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens + * (-), colons (:), or periods (.). For more information, see [Identifying + * projects](https://cloud.google.com/resource-manager/docs/creating-managing- + * projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the + * queue's location. The list of available locations can be obtained by + * calling ListLocations. For more information, see + * https://cloud.google.com/about/locations/. * `QUEUE_ID` can contain letters + * ([A-Za-z]), numbers ([0-9]), or hyphens (-). The maximum length is 100 + * characters. + * @param Google_Service_CloudTasks_Queue $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A mask used to specify which fields of the queue + * are being updated. + * + * If empty, then all fields will be updated. + * @return Google_Service_CloudTasks_Queue + */ + public function patch($name, Google_Service_CloudTasks_Queue $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_CloudTasks_Queue"); + } + /** + * Pauses the queue. + * + * If a queue is paused then the system will stop dispatching tasks until the + * queue is resumed via ResumeQueue. Tasks can still be added when the queue is + * paused. A queue is paused if its state is PAUSED. (queues.pause) + * + * @param string $name Required. The queue name. For example: + * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` + * @param Google_Service_CloudTasks_PauseQueueRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Queue + */ + public function pause($name, Google_Service_CloudTasks_PauseQueueRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('pause', array($params), "Google_Service_CloudTasks_Queue"); + } + /** + * Purges a queue by deleting all of its tasks. + * + * All tasks created before this method is called are permanently deleted. + * + * Purge operations can take up to one minute to take effect. Tasks might be + * dispatched before the purge takes effect. A purge is irreversible. + * (queues.purge) + * + * @param string $name Required. The queue name. For example: + * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` + * @param Google_Service_CloudTasks_PurgeQueueRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Queue + */ + public function purge($name, Google_Service_CloudTasks_PurgeQueueRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('purge', array($params), "Google_Service_CloudTasks_Queue"); + } + /** + * Resume a queue. + * + * This method resumes a queue after it has been PAUSED or DISABLED. The state + * of a queue is stored in the queue's state; after calling this method it will + * be set to RUNNING. + * + * WARNING: Resuming many high-QPS queues at the same time can lead to target + * overloading. If you are resuming high-QPS queues, follow the 500/50/5 pattern + * described in [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * (queues.resume) + * + * @param string $name Required. The queue name. For example: + * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` + * @param Google_Service_CloudTasks_ResumeQueueRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Queue + */ + public function resume($name, Google_Service_CloudTasks_ResumeQueueRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resume', array($params), "Google_Service_CloudTasks_Queue"); + } + /** + * Sets the access control policy for a Queue. Replaces any existing policy. + * + * Note: The Cloud Console does not check queue-level IAM permissions yet. + * Project-level permissions are required to use the Cloud Console. + * + * Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission on the specified resource + * parent: + * + * * `cloudtasks.queues.setIamPolicy` (queues.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_CloudTasks_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudTasks_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudTasks_Policy"); + } + /** + * Returns permissions that a caller has on a Queue. 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. (queues.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_CloudTasks_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudTasks_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudTasks_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php new file mode 100644 index 000000000..ac20c7aa8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php @@ -0,0 +1,172 @@ + + * $cloudtasksService = new Google_Service_CloudTasks(...); + * $tasks = $cloudtasksService->tasks; + * + */ +class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Google_Service_Resource +{ + /** + * Creates a task and adds it to a queue. + * + * Tasks cannot be updated after creation; there is no UpdateTask command. + * + * * The maximum task size is 100KB. (tasks.create) + * + * @param string $parent Required. The queue name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` + * + * The queue must already exist. + * @param Google_Service_CloudTasks_CreateTaskRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Task + */ + public function create($parent, Google_Service_CloudTasks_CreateTaskRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudTasks_Task"); + } + /** + * Deletes a task. + * + * A task can be deleted if it is scheduled or dispatched. A task cannot be + * deleted if it has executed successfully or permanently failed. (tasks.delete) + * + * @param string $name Required. The task name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_CloudtasksEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudTasks_CloudtasksEmpty"); + } + /** + * Gets a task. (tasks.get) + * + * @param string $name Required. The task name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` + * @param array $optParams Optional parameters. + * + * @opt_param string responseView The response_view specifies which subset of + * the Task will be returned. + * + * By default response_view is BASIC; not all information is retrieved by + * default because some data, such as payloads, might be desirable to return + * only when needed because of its large size or because of the sensitivity of + * data that it contains. + * + * Authorization for FULL requires `cloudtasks.tasks.fullView` [Google + * IAM](https://cloud.google.com/iam/) permission on the Task resource. + * @return Google_Service_CloudTasks_Task + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudTasks_Task"); + } + /** + * Lists the tasks in a queue. + * + * By default, only the BASIC view is retrieved due to performance + * considerations; response_view controls the subset of information which is + * returned. + * + * The tasks may be returned in any order. The ordering may change at any time. + * (tasks.listProjectsLocationsQueuesTasks) + * + * @param string $parent Required. The queue name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` + * @param array $optParams Optional parameters. + * + * @opt_param string responseView The response_view specifies which subset of + * the Task will be returned. + * + * By default response_view is BASIC; not all information is retrieved by + * default because some data, such as payloads, might be desirable to return + * only when needed because of its large size or because of the sensitivity of + * data that it contains. + * + * Authorization for FULL requires `cloudtasks.tasks.fullView` [Google + * IAM](https://cloud.google.com/iam/) permission on the Task resource. + * @opt_param string pageToken A token identifying the page of results to + * return. + * + * To request the first page results, page_token must be empty. To request the + * next page of results, page_token must be the value of next_page_token + * returned from the previous call to ListTasks method. + * + * The page token is valid for only 2 hours. + * @opt_param int pageSize Maximum page size. + * + * Fewer tasks than requested might be returned, even if more tasks exist; use + * next_page_token in the response to determine if more tasks exist. + * + * The maximum page size is 1000. If unspecified, the page size will be the + * maximum. + * @return Google_Service_CloudTasks_ListTasksResponse + */ + public function listProjectsLocationsQueuesTasks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudTasks_ListTasksResponse"); + } + /** + * Forces a task to run now. + * + * When this method is called, Cloud Tasks will dispatch the task, even if the + * task is already running, the queue has reached its RateLimits or is PAUSED. + * + * This command is meant to be used for manual debugging. For example, RunTask + * can be used to retry a failed task after a fix has been made or to manually + * force a task to be dispatched now. + * + * The dispatched task is returned. That is, the task that is returned contains + * the status after the task is dispatched but before the task is received by + * its target. + * + * If Cloud Tasks receives a successful response from the task's target, then + * the task will be deleted; otherwise the task's schedule_time will be reset to + * the time that RunTask was called plus the retry delay specified in the + * queue's RetryConfig. + * + * RunTask returns NOT_FOUND when it is called on a task that has already + * succeeded or permanently failed. (tasks.run) + * + * @param string $name Required. The task name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` + * @param Google_Service_CloudTasks_RunTaskRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTasks_Task + */ + public function run($name, Google_Service_CloudTasks_RunTaskRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_CloudTasks_Task"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ResumeQueueRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ResumeQueueRequest.php new file mode 100644 index 000000000..b3171b507 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/ResumeQueueRequest.php @@ -0,0 +1,20 @@ +maxAttempts = $maxAttempts; + } + public function getMaxAttempts() + { + return $this->maxAttempts; + } + public function setMaxBackoff($maxBackoff) + { + $this->maxBackoff = $maxBackoff; + } + public function getMaxBackoff() + { + return $this->maxBackoff; + } + public function setMaxDoublings($maxDoublings) + { + $this->maxDoublings = $maxDoublings; + } + public function getMaxDoublings() + { + return $this->maxDoublings; + } + public function setMaxRetryDuration($maxRetryDuration) + { + $this->maxRetryDuration = $maxRetryDuration; + } + public function getMaxRetryDuration() + { + return $this->maxRetryDuration; + } + public function setMinBackoff($minBackoff) + { + $this->minBackoff = $minBackoff; + } + public function getMinBackoff() + { + return $this->minBackoff; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RunTaskRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RunTaskRequest.php new file mode 100644 index 000000000..84304c9d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RunTaskRequest.php @@ -0,0 +1,30 @@ +responseView = $responseView; + } + public function getResponseView() + { + return $this->responseView; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/SetIamPolicyRequest.php new file mode 100644 index 000000000..74bdbfbb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_CloudTasks_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Status.php new file mode 100644 index 000000000..495d702b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/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/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Task.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Task.php new file mode 100644 index 000000000..8869a3160 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Task.php @@ -0,0 +1,132 @@ +appEngineHttpRequest = $appEngineHttpRequest; + } + /** + * @return Google_Service_CloudTasks_AppEngineHttpRequest + */ + public function getAppEngineHttpRequest() + { + return $this->appEngineHttpRequest; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDispatchCount($dispatchCount) + { + $this->dispatchCount = $dispatchCount; + } + public function getDispatchCount() + { + return $this->dispatchCount; + } + public function setDispatchDeadline($dispatchDeadline) + { + $this->dispatchDeadline = $dispatchDeadline; + } + public function getDispatchDeadline() + { + return $this->dispatchDeadline; + } + /** + * @param Google_Service_CloudTasks_Attempt + */ + public function setFirstAttempt(Google_Service_CloudTasks_Attempt $firstAttempt) + { + $this->firstAttempt = $firstAttempt; + } + /** + * @return Google_Service_CloudTasks_Attempt + */ + public function getFirstAttempt() + { + return $this->firstAttempt; + } + /** + * @param Google_Service_CloudTasks_Attempt + */ + public function setLastAttempt(Google_Service_CloudTasks_Attempt $lastAttempt) + { + $this->lastAttempt = $lastAttempt; + } + /** + * @return Google_Service_CloudTasks_Attempt + */ + public function getLastAttempt() + { + return $this->lastAttempt; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setResponseCount($responseCount) + { + $this->responseCount = $responseCount; + } + public function getResponseCount() + { + return $this->responseCount; + } + public function setScheduleTime($scheduleTime) + { + $this->scheduleTime = $scheduleTime; + } + public function getScheduleTime() + { + return $this->scheduleTime; + } + public function setView($view) + { + $this->view = $view; + } + public function getView() + { + return $this->view; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsRequest.php new file mode 100644 index 000000000..07c4d6d64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsResponse.php new file mode 100644 index 000000000..8476f51d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace.php new file mode 100644 index 000000000..9dc1dcc64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace.php @@ -0,0 +1,103 @@ + + * Sends application trace data to Stackdriver Trace for viewing. Trace data is + * collected for all App Engine applications by default. Trace data from other + * applications can be provided using this API. This library is used to interact + * with the Trace API directly. If you are looking to instrument your + * application for Stackdriver Trace, we recommend using OpenCensus. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudTrace extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Write Trace data for a project or application. */ + const TRACE_APPEND = + "https://www.googleapis.com/auth/trace.append"; + + public $projects_traces; + public $projects_traces_spans; + + /** + * Constructs the internal representation of the CloudTrace 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://cloudtrace.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'cloudtrace'; + + $this->projects_traces = new Google_Service_CloudTrace_Resource_ProjectsTraces( + $this, + $this->serviceName, + 'traces', + array( + 'methods' => array( + 'batchWrite' => array( + 'path' => 'v2/{+name}/traces:batchWrite', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_traces_spans = new Google_Service_CloudTrace_Resource_ProjectsTracesSpans( + $this, + $this->serviceName, + 'spans', + array( + 'methods' => array( + 'createSpan' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Annotation.php new file mode 100644 index 000000000..4b67d64cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Annotation.php @@ -0,0 +1,53 @@ +attributes = $attributes; + } + /** + * @return Google_Service_CloudTrace_Attributes + */ + public function getAttributes() + { + return $this->attributes; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setDescription(Google_Service_CloudTrace_TruncatableString $description) + { + $this->description = $description; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getDescription() + { + return $this->description; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/AttributeValue.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/AttributeValue.php new file mode 100644 index 000000000..586646dda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/AttributeValue.php @@ -0,0 +1,55 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setIntValue($intValue) + { + $this->intValue = $intValue; + } + public function getIntValue() + { + return $this->intValue; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setStringValue(Google_Service_CloudTrace_TruncatableString $stringValue) + { + $this->stringValue = $stringValue; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Attributes.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Attributes.php new file mode 100644 index 000000000..d93afbda8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Attributes.php @@ -0,0 +1,46 @@ +attributeMap = $attributeMap; + } + /** + * @return Google_Service_CloudTrace_AttributeValue + */ + public function getAttributeMap() + { + return $this->attributeMap; + } + public function setDroppedAttributesCount($droppedAttributesCount) + { + $this->droppedAttributesCount = $droppedAttributesCount; + } + public function getDroppedAttributesCount() + { + return $this->droppedAttributesCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/BatchWriteSpansRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/BatchWriteSpansRequest.php new file mode 100644 index 000000000..41a2b49e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/BatchWriteSpansRequest.php @@ -0,0 +1,38 @@ +spans = $spans; + } + /** + * @return Google_Service_CloudTrace_Span + */ + public function getSpans() + { + return $this->spans; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php new file mode 100644 index 000000000..04ad88a3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php @@ -0,0 +1,20 @@ +attributes = $attributes; + } + /** + * @return Google_Service_CloudTrace_Attributes + */ + public function getAttributes() + { + return $this->attributes; + } + public function setSpanId($spanId) + { + $this->spanId = $spanId; + } + public function getSpanId() + { + return $this->spanId; + } + public function setTraceId($traceId) + { + $this->traceId = $traceId; + } + public function getTraceId() + { + return $this->traceId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Links.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Links.php new file mode 100644 index 000000000..312937eeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Links.php @@ -0,0 +1,47 @@ +droppedLinksCount = $droppedLinksCount; + } + public function getDroppedLinksCount() + { + return $this->droppedLinksCount; + } + /** + * @param Google_Service_CloudTrace_Link + */ + public function setLink($link) + { + $this->link = $link; + } + /** + * @return Google_Service_CloudTrace_Link + */ + public function getLink() + { + return $this->link; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/MessageEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/MessageEvent.php new file mode 100644 index 000000000..252b2ec72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/MessageEvent.php @@ -0,0 +1,57 @@ +compressedSizeBytes = $compressedSizeBytes; + } + public function getCompressedSizeBytes() + { + return $this->compressedSizeBytes; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUncompressedSizeBytes($uncompressedSizeBytes) + { + $this->uncompressedSizeBytes = $uncompressedSizeBytes; + } + public function getUncompressedSizeBytes() + { + return $this->uncompressedSizeBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Module.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Module.php new file mode 100644 index 000000000..fb3b63232 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Module.php @@ -0,0 +1,53 @@ +buildId = $buildId; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getBuildId() + { + return $this->buildId; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setModule(Google_Service_CloudTrace_TruncatableString $module) + { + $this->module = $module; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getModule() + { + return $this->module; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.php new file mode 100644 index 000000000..c7e0476e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $cloudtraceService = new Google_Service_CloudTrace(...); + * $projects = $cloudtraceService->projects; + * + */ +class Google_Service_CloudTrace_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.php new file mode 100644 index 000000000..ed7be130e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.php @@ -0,0 +1,44 @@ + + * $cloudtraceService = new Google_Service_CloudTrace(...); + * $traces = $cloudtraceService->traces; + * + */ +class Google_Service_CloudTrace_Resource_ProjectsTraces extends Google_Service_Resource +{ + /** + * Sends new spans to new or existing traces. You cannot update existing spans. + * (traces.batchWrite) + * + * @param string $name Required. The name of the project where the spans belong. + * The format is `projects/[PROJECT_ID]`. + * @param Google_Service_CloudTrace_BatchWriteSpansRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTrace_CloudtraceEmpty + */ + public function batchWrite($name, Google_Service_CloudTrace_BatchWriteSpansRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchWrite', array($params), "Google_Service_CloudTrace_CloudtraceEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTracesSpans.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTracesSpans.php new file mode 100644 index 000000000..9a12049e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTracesSpans.php @@ -0,0 +1,49 @@ + + * $cloudtraceService = new Google_Service_CloudTrace(...); + * $spans = $cloudtraceService->spans; + * + */ +class Google_Service_CloudTrace_Resource_ProjectsTracesSpans extends Google_Service_Resource +{ + /** + * Creates a new span. (spans.createSpan) + * + * @param string $name The resource name of the span in the following format: + * + * projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique + * identifier for a trace within a project; it is a 32-character hexadecimal + * encoding of a 16-byte array. + * + * [SPAN_ID] is a unique identifier for a span within a trace; it is a + * 16-character hexadecimal encoding of an 8-byte array. + * @param Google_Service_CloudTrace_Span $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudTrace_Span + */ + public function createSpan($name, Google_Service_CloudTrace_Span $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createSpan', array($params), "Google_Service_CloudTrace_Span"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php new file mode 100644 index 000000000..7a45f0108 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php @@ -0,0 +1,189 @@ +attributes = $attributes; + } + /** + * @return Google_Service_CloudTrace_Attributes + */ + public function getAttributes() + { + return $this->attributes; + } + public function setChildSpanCount($childSpanCount) + { + $this->childSpanCount = $childSpanCount; + } + public function getChildSpanCount() + { + return $this->childSpanCount; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setDisplayName(Google_Service_CloudTrace_TruncatableString $displayName) + { + $this->displayName = $displayName; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getDisplayName() + { + return $this->displayName; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_CloudTrace_Links + */ + public function setLinks(Google_Service_CloudTrace_Links $links) + { + $this->links = $links; + } + /** + * @return Google_Service_CloudTrace_Links + */ + public function getLinks() + { + return $this->links; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParentSpanId($parentSpanId) + { + $this->parentSpanId = $parentSpanId; + } + public function getParentSpanId() + { + return $this->parentSpanId; + } + public function setSameProcessAsParentSpan($sameProcessAsParentSpan) + { + $this->sameProcessAsParentSpan = $sameProcessAsParentSpan; + } + public function getSameProcessAsParentSpan() + { + return $this->sameProcessAsParentSpan; + } + public function setSpanId($spanId) + { + $this->spanId = $spanId; + } + public function getSpanId() + { + return $this->spanId; + } + public function setSpanKind($spanKind) + { + $this->spanKind = $spanKind; + } + public function getSpanKind() + { + return $this->spanKind; + } + /** + * @param Google_Service_CloudTrace_StackTrace + */ + public function setStackTrace(Google_Service_CloudTrace_StackTrace $stackTrace) + { + $this->stackTrace = $stackTrace; + } + /** + * @return Google_Service_CloudTrace_StackTrace + */ + public function getStackTrace() + { + return $this->stackTrace; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_CloudTrace_Status + */ + public function setStatus(Google_Service_CloudTrace_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudTrace_Status + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_CloudTrace_TimeEvents + */ + public function setTimeEvents(Google_Service_CloudTrace_TimeEvents $timeEvents) + { + $this->timeEvents = $timeEvents; + } + /** + * @return Google_Service_CloudTrace_TimeEvents + */ + public function getTimeEvents() + { + return $this->timeEvents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrame.php new file mode 100644 index 000000000..628df1b2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrame.php @@ -0,0 +1,119 @@ +columnNumber = $columnNumber; + } + public function getColumnNumber() + { + return $this->columnNumber; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setFileName(Google_Service_CloudTrace_TruncatableString $fileName) + { + $this->fileName = $fileName; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getFileName() + { + return $this->fileName; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setFunctionName(Google_Service_CloudTrace_TruncatableString $functionName) + { + $this->functionName = $functionName; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getFunctionName() + { + return $this->functionName; + } + public function setLineNumber($lineNumber) + { + $this->lineNumber = $lineNumber; + } + public function getLineNumber() + { + return $this->lineNumber; + } + /** + * @param Google_Service_CloudTrace_Module + */ + public function setLoadModule(Google_Service_CloudTrace_Module $loadModule) + { + $this->loadModule = $loadModule; + } + /** + * @return Google_Service_CloudTrace_Module + */ + public function getLoadModule() + { + return $this->loadModule; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setOriginalFunctionName(Google_Service_CloudTrace_TruncatableString $originalFunctionName) + { + $this->originalFunctionName = $originalFunctionName; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getOriginalFunctionName() + { + return $this->originalFunctionName; + } + /** + * @param Google_Service_CloudTrace_TruncatableString + */ + public function setSourceVersion(Google_Service_CloudTrace_TruncatableString $sourceVersion) + { + $this->sourceVersion = $sourceVersion; + } + /** + * @return Google_Service_CloudTrace_TruncatableString + */ + public function getSourceVersion() + { + return $this->sourceVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrames.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrames.php new file mode 100644 index 000000000..cd632cba9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackFrames.php @@ -0,0 +1,47 @@ +droppedFramesCount = $droppedFramesCount; + } + public function getDroppedFramesCount() + { + return $this->droppedFramesCount; + } + /** + * @param Google_Service_CloudTrace_StackFrame + */ + public function setFrame($frame) + { + $this->frame = $frame; + } + /** + * @return Google_Service_CloudTrace_StackFrame + */ + public function getFrame() + { + return $this->frame; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackTrace.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackTrace.php new file mode 100644 index 000000000..61b4381cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/StackTrace.php @@ -0,0 +1,46 @@ +stackFrames = $stackFrames; + } + /** + * @return Google_Service_CloudTrace_StackFrames + */ + public function getStackFrames() + { + return $this->stackFrames; + } + public function setStackTraceHashId($stackTraceHashId) + { + $this->stackTraceHashId = $stackTraceHashId; + } + public function getStackTraceHashId() + { + return $this->stackTraceHashId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Status.php new file mode 100644 index 000000000..8381c9af6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/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/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.php new file mode 100644 index 000000000..25fa14616 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.php @@ -0,0 +1,62 @@ +annotation = $annotation; + } + /** + * @return Google_Service_CloudTrace_Annotation + */ + public function getAnnotation() + { + return $this->annotation; + } + /** + * @param Google_Service_CloudTrace_MessageEvent + */ + public function setMessageEvent(Google_Service_CloudTrace_MessageEvent $messageEvent) + { + $this->messageEvent = $messageEvent; + } + /** + * @return Google_Service_CloudTrace_MessageEvent + */ + public function getMessageEvent() + { + return $this->messageEvent; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvents.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvents.php new file mode 100644 index 000000000..c133cfb23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvents.php @@ -0,0 +1,56 @@ +droppedAnnotationsCount = $droppedAnnotationsCount; + } + public function getDroppedAnnotationsCount() + { + return $this->droppedAnnotationsCount; + } + public function setDroppedMessageEventsCount($droppedMessageEventsCount) + { + $this->droppedMessageEventsCount = $droppedMessageEventsCount; + } + public function getDroppedMessageEventsCount() + { + return $this->droppedMessageEventsCount; + } + /** + * @param Google_Service_CloudTrace_TimeEvent + */ + public function setTimeEvent($timeEvent) + { + $this->timeEvent = $timeEvent; + } + /** + * @return Google_Service_CloudTrace_TimeEvent + */ + public function getTimeEvent() + { + return $this->timeEvent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TruncatableString.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TruncatableString.php new file mode 100644 index 000000000..5f06252d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TruncatableString.php @@ -0,0 +1,39 @@ +truncatedByteCount = $truncatedByteCount; + } + public function getTruncatedByteCount() + { + return $this->truncatedByteCount; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php new file mode 100644 index 000000000..9aef68b2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php @@ -0,0 +1,514 @@ + + * Creates and manages users and groups for accessing Google Compute Engine + * virtual machines. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudUserAccounts extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Manage your Google Cloud User Accounts. */ + const CLOUD_USERACCOUNTS = + "https://www.googleapis.com/auth/cloud.useraccounts"; + /** View your Google Cloud User Accounts. */ + const CLOUD_USERACCOUNTS_READONLY = + "https://www.googleapis.com/auth/cloud.useraccounts.readonly"; + + public $globalAccountsOperations; + public $groups; + public $linux; + public $users; + + /** + * Constructs the internal representation of the CloudUserAccounts service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'clouduseraccounts/vm_alpha/projects/'; + $this->version = 'vm_alpha'; + $this->serviceName = 'clouduseraccounts'; + + $this->globalAccountsOperations = new Google_Service_CloudUserAccounts_Resource_GlobalAccountsOperations( + $this, + $this->serviceName, + 'globalAccountsOperations', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->groups = new Google_Service_CloudUserAccounts_Resource_Groups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'addMember' => array( + 'path' => '{project}/global/groups/{groupName}/addMember', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/global/groups/{groupName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/global/groups/{groupName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/groups/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/groups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/groups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeMember' => array( + 'path' => '{project}/global/groups/{groupName}/removeMember', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/groups/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/groups/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->linux = new Google_Service_CloudUserAccounts_Resource_Linux( + $this, + $this->serviceName, + 'linux', + array( + 'methods' => array( + 'getAuthorizedKeysView' => array( + 'path' => '{project}/zones/{zone}/authorizedKeysView/{user}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'user' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'login' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'getLinuxAccountViews' => array( + 'path' => '{project}/zones/{zone}/linuxAccountViews', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_CloudUserAccounts_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'addPublicKey' => array( + 'path' => '{project}/global/users/{user}/addPublicKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'user' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/global/users/{user}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'user' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/global/users/{user}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'user' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/users/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/users', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removePublicKey' => array( + 'path' => '{project}/global/users/{user}/removePublicKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'user' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/users/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/users/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuditConfig.php new file mode 100644 index 000000000..19dad3ea0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuditConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuthorizedKeysView.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuthorizedKeysView.php new file mode 100644 index 000000000..14f768981 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/AuthorizedKeysView.php @@ -0,0 +1,40 @@ +keys = $keys; + } + public function getKeys() + { + return $this->keys; + } + public function setSudoer($sudoer) + { + $this->sudoer = $sudoer; + } + public function getSudoer() + { + return $this->sudoer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Binding.php new file mode 100644 index 000000000..b9282cbe4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Binding.php @@ -0,0 +1,40 @@ +members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Condition.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Condition.php new file mode 100644 index 000000000..a3fedfe31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Condition.php @@ -0,0 +1,76 @@ +iam = $iam; + } + public function getIam() + { + return $this->iam; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } + public function setSvc($svc) + { + $this->svc = $svc; + } + public function getSvc() + { + return $this->svc; + } + public function setSys($sys) + { + $this->sys = $sys; + } + public function getSys() + { + return $this->sys; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Group.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Group.php new file mode 100644 index 000000000..791755256 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Group.php @@ -0,0 +1,85 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupList.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupList.php new file mode 100644 index 000000000..27c2c1158 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupList.php @@ -0,0 +1,74 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_CloudUserAccounts_Group + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudUserAccounts_Group + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php new file mode 100644 index 000000000..3f1e5b04c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php @@ -0,0 +1,31 @@ +users = $users; + } + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsRemoveMemberRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsRemoveMemberRequest.php new file mode 100644 index 000000000..c5c58c0f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsRemoveMemberRequest.php @@ -0,0 +1,31 @@ +users = $users; + } + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxAccountViews.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxAccountViews.php new file mode 100644 index 000000000..9de4d78fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxAccountViews.php @@ -0,0 +1,63 @@ +groupViews = $groupViews; + } + /** + * @return Google_Service_CloudUserAccounts_LinuxGroupView + */ + public function getGroupViews() + { + return $this->groupViews; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudUserAccounts_LinuxUserView + */ + public function setUserViews($userViews) + { + $this->userViews = $userViews; + } + /** + * @return Google_Service_CloudUserAccounts_LinuxUserView + */ + public function getUserViews() + { + return $this->userViews; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.php new file mode 100644 index 000000000..69d3ce185 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.php @@ -0,0 +1,37 @@ +resource = $resource; + } + /** + * @return Google_Service_CloudUserAccounts_AuthorizedKeysView + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.php new file mode 100644 index 000000000..ba60618c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.php @@ -0,0 +1,37 @@ +resource = $resource; + } + /** + * @return Google_Service_CloudUserAccounts_LinuxAccountViews + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.php new file mode 100644 index 000000000..5df235e82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.php @@ -0,0 +1,49 @@ +gid = $gid; + } + public function getGid() + { + return $this->gid; + } + public function setGroupName($groupName) + { + $this->groupName = $groupName; + } + public function getGroupName() + { + return $this->groupName; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxUserView.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxUserView.php new file mode 100644 index 000000000..17748c3f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxUserView.php @@ -0,0 +1,75 @@ +gecos = $gecos; + } + public function getGecos() + { + return $this->gecos; + } + public function setGid($gid) + { + $this->gid = $gid; + } + public function getGid() + { + return $this->gid; + } + public function setHomeDirectory($homeDirectory) + { + $this->homeDirectory = $homeDirectory; + } + public function getHomeDirectory() + { + return $this->homeDirectory; + } + public function setShell($shell) + { + $this->shell = $shell; + } + public function getShell() + { + return $this->shell; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfig.php new file mode 100644 index 000000000..0b9675e22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfig.php @@ -0,0 +1,37 @@ +counter = $counter; + } + /** + * @return Google_Service_CloudUserAccounts_LogConfigCounterOptions + */ + public function getCounter() + { + return $this->counter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.php new file mode 100644 index 000000000..5bc06df83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.php @@ -0,0 +1,39 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Operation.php new file mode 100644 index 000000000..51b06d952 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Operation.php @@ -0,0 +1,243 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + 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; + } + /** + * @param Google_Service_CloudUserAccounts_OperationError + */ + public function setError(Google_Service_CloudUserAccounts_OperationError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudUserAccounts_OperationError + */ + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + /** + * @param Google_Service_CloudUserAccounts_OperationWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_CloudUserAccounts_OperationWarnings + */ + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php new file mode 100644 index 000000000..8a62e27a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_CloudUserAccounts_OperationErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.php new file mode 100644 index 000000000..eb69c3694 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationList.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationList.php new file mode 100644 index 000000000..2f9058fa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationList.php @@ -0,0 +1,74 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_CloudUserAccounts_Operation + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudUserAccounts_Operation + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php new file mode 100644 index 000000000..bb167a1bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_CloudUserAccounts_OperationWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_CloudUserAccounts_OperationWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php new file mode 100644 index 000000000..b55c528f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Policy.php new file mode 100644 index 000000000..a8381191d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Policy.php @@ -0,0 +1,97 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudUserAccounts_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudUserAccounts_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudUserAccounts_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIamOwned($iamOwned) + { + $this->iamOwned = $iamOwned; + } + public function getIamOwned() + { + return $this->iamOwned; + } + /** + * @param Google_Service_CloudUserAccounts_Rule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_CloudUserAccounts_Rule + */ + public function getRules() + { + return $this->rules; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php new file mode 100644 index 000000000..e244b3559 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php @@ -0,0 +1,66 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpirationTimestamp($expirationTimestamp) + { + $this->expirationTimestamp = $expirationTimestamp; + } + public function getExpirationTimestamp() + { + return $this->expirationTimestamp; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/GlobalAccountsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/GlobalAccountsOperations.php new file mode 100644 index 000000000..2b8901e06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/GlobalAccountsOperations.php @@ -0,0 +1,113 @@ + + * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); + * $globalAccountsOperations = $clouduseraccountsService->globalAccountsOperations; + * + */ +class Google_Service_CloudUserAccounts_Resource_GlobalAccountsOperations extends Google_Service_Resource +{ + /** + * Deletes the specified operation resource. (globalAccountsOperations.delete) + * + * @param string $project Project ID for this request. + * @param string $operation Name of the Operations resource to delete. + * @param array $optParams Optional parameters. + */ + public function delete($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the specified operation resource. (globalAccountsOperations.get) + * + * @param string $project Project ID for this request. + * @param string $operation Name of the Operations resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function get($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Retrieves the list of operation resources contained within the specified + * project. (globalAccountsOperations.listGlobalAccountsOperations) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Sets a filter expression for filtering listed + * resources, in the form filter={expression}. Your {expression} must be in the + * format: field_name comparison_string literal_string. + * + * The field_name is the name of the field you want to compare. Only atomic + * field types are supported (string, number, boolean). The comparison_string + * must be either eq (equals) or ne (not equals). The literal_string is the + * string value to filter to. The literal value must be valid for the type of + * field you are filtering by (string, number, boolean). For string fields, the + * literal value is interpreted as a regular expression using RE2 syntax. The + * literal value must match the entire field. + * + * For example, to filter for instances that do not have a name of example- + * instance, you would use filter=name ne example-instance. + * + * Compute Engine Beta API Only: If you use filtering in the Beta API, you can + * also filter on nested fields. For example, you could filter on instances that + * have set the scheduling.automaticRestart field to true. In particular, use + * filtering on nested fields to take advantage of instance labels to organize + * and filter results based on label values. + * + * The Beta API also supports filtering on multiple expressions by providing + * each separate expression within parentheses. For example, + * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple + * expressions are treated as AND expressions, meaning that resources must match + * all expressions to pass the filters. + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_CloudUserAccounts_OperationList + */ + public function listGlobalAccountsOperations($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudUserAccounts_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Groups.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Groups.php new file mode 100644 index 000000000..252681897 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Groups.php @@ -0,0 +1,206 @@ + + * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); + * $groups = $clouduseraccountsService->groups; + * + */ +class Google_Service_CloudUserAccounts_Resource_Groups extends Google_Service_Resource +{ + /** + * Adds users to the specified group. (groups.addMember) + * + * @param string $project Project ID for this request. + * @param string $groupName Name of the group for this request. + * @param Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function addMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsAddMemberRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addMember', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Deletes the specified Group resource. (groups.delete) + * + * @param string $project Project ID for this request. + * @param string $groupName Name of the Group resource to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function delete($project, $groupName, $optParams = array()) + { + $params = array('project' => $project, 'groupName' => $groupName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Returns the specified Group resource. (groups.get) + * + * @param string $project Project ID for this request. + * @param string $groupName Name of the Group resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Group + */ + public function get($project, $groupName, $optParams = array()) + { + $params = array('project' => $project, 'groupName' => $groupName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudUserAccounts_Group"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (groups.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); + } + /** + * Creates a Group resource in the specified project using the data included in + * the request. (groups.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_CloudUserAccounts_Group $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function insert($project, Google_Service_CloudUserAccounts_Group $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Retrieves the list of groups contained within the specified project. + * (groups.listGroups) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Sets a filter expression for filtering listed + * resources, in the form filter={expression}. Your {expression} must be in the + * format: field_name comparison_string literal_string. + * + * The field_name is the name of the field you want to compare. Only atomic + * field types are supported (string, number, boolean). The comparison_string + * must be either eq (equals) or ne (not equals). The literal_string is the + * string value to filter to. The literal value must be valid for the type of + * field you are filtering by (string, number, boolean). For string fields, the + * literal value is interpreted as a regular expression using RE2 syntax. The + * literal value must match the entire field. + * + * For example, to filter for instances that do not have a name of example- + * instance, you would use filter=name ne example-instance. + * + * Compute Engine Beta API Only: If you use filtering in the Beta API, you can + * also filter on nested fields. For example, you could filter on instances that + * have set the scheduling.automaticRestart field to true. In particular, use + * filtering on nested fields to take advantage of instance labels to organize + * and filter results based on label values. + * + * The Beta API also supports filtering on multiple expressions by providing + * each separate expression within parentheses. For example, + * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple + * expressions are treated as AND expressions, meaning that resources must match + * all expressions to pass the filters. + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_CloudUserAccounts_GroupList + */ + public function listGroups($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudUserAccounts_GroupList"); + } + /** + * Removes users from the specified group. (groups.removeMember) + * + * @param string $project Project ID for this request. + * @param string $groupName Name of the group for this request. + * @param Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function removeMember($project, $groupName, Google_Service_CloudUserAccounts_GroupsRemoveMemberRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeMember', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (groups.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name of the resource for this request. + * @param Google_Service_CloudUserAccounts_Policy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_CloudUserAccounts_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. + * (groups.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name of the resource for this request. + * @param Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudUserAccounts_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Linux.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Linux.php new file mode 100644 index 000000000..1ee13670b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Linux.php @@ -0,0 +1,111 @@ + + * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); + * $linux = $clouduseraccountsService->linux; + * + */ +class Google_Service_CloudUserAccounts_Resource_Linux extends Google_Service_Resource +{ + /** + * Returns a list of authorized public keys for a specific user account. + * (linux.getAuthorizedKeysView) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $user The user account for which you want to get a list of + * authorized public keys. + * @param string $instance The fully-qualified URL of the virtual machine + * requesting the view. + * @param array $optParams Optional parameters. + * + * @opt_param bool login Whether the view was requested as part of a user- + * initiated login. + * @return Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse + */ + public function getAuthorizedKeysView($project, $zone, $user, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('getAuthorizedKeysView', array($params), "Google_Service_CloudUserAccounts_LinuxGetAuthorizedKeysViewResponse"); + } + /** + * Retrieves a list of user accounts for an instance within a specific project. + * (linux.getLinuxAccountViews) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $instance The fully-qualified URL of the virtual machine + * requesting the views. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Sets a filter expression for filtering listed + * resources, in the form filter={expression}. Your {expression} must be in the + * format: field_name comparison_string literal_string. + * + * The field_name is the name of the field you want to compare. Only atomic + * field types are supported (string, number, boolean). The comparison_string + * must be either eq (equals) or ne (not equals). The literal_string is the + * string value to filter to. The literal value must be valid for the type of + * field you are filtering by (string, number, boolean). For string fields, the + * literal value is interpreted as a regular expression using RE2 syntax. The + * literal value must match the entire field. + * + * For example, to filter for instances that do not have a name of example- + * instance, you would use filter=name ne example-instance. + * + * Compute Engine Beta API Only: If you use filtering in the Beta API, you can + * also filter on nested fields. For example, you could filter on instances that + * have set the scheduling.automaticRestart field to true. In particular, use + * filtering on nested fields to take advantage of instance labels to organize + * and filter results based on label values. + * + * The Beta API also supports filtering on multiple expressions by providing + * each separate expression within parentheses. For example, + * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple + * expressions are treated as AND expressions, meaning that resources must match + * all expressions to pass the filters. + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse + */ + public function getLinuxAccountViews($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('getLinuxAccountViews', array($params), "Google_Service_CloudUserAccounts_LinuxGetLinuxAccountViewsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Users.php new file mode 100644 index 000000000..0df85e247 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Resource/Users.php @@ -0,0 +1,209 @@ + + * $clouduseraccountsService = new Google_Service_CloudUserAccounts(...); + * $users = $clouduseraccountsService->users; + * + */ +class Google_Service_CloudUserAccounts_Resource_Users extends Google_Service_Resource +{ + /** + * Adds a public key to the specified User resource with the data included in + * the request. (users.addPublicKey) + * + * @param string $project Project ID for this request. + * @param string $user Name of the user for this request. + * @param Google_Service_CloudUserAccounts_PublicKey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function addPublicKey($project, $user, Google_Service_CloudUserAccounts_PublicKey $postBody, $optParams = array()) + { + $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addPublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Deletes the specified User resource. (users.delete) + * + * @param string $project Project ID for this request. + * @param string $user Name of the user resource to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function delete($project, $user, $optParams = array()) + { + $params = array('project' => $project, 'user' => $user); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Returns the specified User resource. (users.get) + * + * @param string $project Project ID for this request. + * @param string $user Name of the user resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_User + */ + public function get($project, $user, $optParams = array()) + { + $params = array('project' => $project, 'user' => $user); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudUserAccounts_User"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (users.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); + } + /** + * Creates a User resource in the specified project using the data included in + * the request. (users.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_CloudUserAccounts_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function insert($project, Google_Service_CloudUserAccounts_User $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Retrieves a list of users contained within the specified project. + * (users.listUsers) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Sets a filter expression for filtering listed + * resources, in the form filter={expression}. Your {expression} must be in the + * format: field_name comparison_string literal_string. + * + * The field_name is the name of the field you want to compare. Only atomic + * field types are supported (string, number, boolean). The comparison_string + * must be either eq (equals) or ne (not equals). The literal_string is the + * string value to filter to. The literal value must be valid for the type of + * field you are filtering by (string, number, boolean). For string fields, the + * literal value is interpreted as a regular expression using RE2 syntax. The + * literal value must match the entire field. + * + * For example, to filter for instances that do not have a name of example- + * instance, you would use filter=name ne example-instance. + * + * Compute Engine Beta API Only: If you use filtering in the Beta API, you can + * also filter on nested fields. For example, you could filter on instances that + * have set the scheduling.automaticRestart field to true. In particular, use + * filtering on nested fields to take advantage of instance labels to organize + * and filter results based on label values. + * + * The Beta API also supports filtering on multiple expressions by providing + * each separate expression within parentheses. For example, + * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple + * expressions are treated as AND expressions, meaning that resources must match + * all expressions to pass the filters. + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_CloudUserAccounts_UserList + */ + public function listUsers($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudUserAccounts_UserList"); + } + /** + * Removes the specified public key from the user. (users.removePublicKey) + * + * @param string $project Project ID for this request. + * @param string $user Name of the user for this request. + * @param string $fingerprint The fingerprint of the public key to delete. + * Public keys are identified by their fingerprint, which is defined by RFC4716 + * to be the MD5 digest of the public key. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Operation + */ + public function removePublicKey($project, $user, $fingerprint, $optParams = array()) + { + $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint); + $params = array_merge($params, $optParams); + return $this->call('removePublicKey', array($params), "Google_Service_CloudUserAccounts_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (users.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name of the resource for this request. + * @param Google_Service_CloudUserAccounts_Policy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_CloudUserAccounts_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudUserAccounts_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. + * (users.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name of the resource for this request. + * @param Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudUserAccounts_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_CloudUserAccounts_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudUserAccounts_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Rule.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Rule.php new file mode 100644 index 000000000..8fdfe1aad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/Rule.php @@ -0,0 +1,99 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_CloudUserAccounts_Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_CloudUserAccounts_Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIns($ins) + { + $this->ins = $ins; + } + public function getIns() + { + return $this->ins; + } + /** + * @param Google_Service_CloudUserAccounts_LogConfig + */ + public function setLogConfigs($logConfigs) + { + $this->logConfigs = $logConfigs; + } + /** + * @return Google_Service_CloudUserAccounts_LogConfig + */ + public function getLogConfigs() + { + return $this->logConfigs; + } + public function setNotIns($notIns) + { + $this->notIns = $notIns; + } + public function getNotIns() + { + return $this->notIns; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php new file mode 100644 index 000000000..e920c7e02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsResponse.php new file mode 100644 index 000000000..b21e0e867 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/User.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/User.php new file mode 100644 index 000000000..72b27b959 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/User.php @@ -0,0 +1,110 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGroups($groups) + { + $this->groups = $groups; + } + public function getGroups() + { + return $this->groups; + } + 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 setOwner($owner) + { + $this->owner = $owner; + } + public function getOwner() + { + return $this->owner; + } + /** + * @param Google_Service_CloudUserAccounts_PublicKey + */ + public function setPublicKeys($publicKeys) + { + $this->publicKeys = $publicKeys; + } + /** + * @return Google_Service_CloudUserAccounts_PublicKey + */ + public function getPublicKeys() + { + return $this->publicKeys; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php new file mode 100644 index 000000000..80cbd6992 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php @@ -0,0 +1,74 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_CloudUserAccounts_User + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudUserAccounts_User + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php new file mode 100644 index 000000000..aa620ee7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php @@ -0,0 +1,176 @@ + + * Detects objects, explicit content, and scene changes in videos. It also + * specifies the region for annotation and transcribes speech to text. Supports + * both asynchronous API and streaming API. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CloudVideoIntelligence extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations_projects_locations_operations; + public $projects_locations_operations; + public $videos; + + /** + * Constructs the internal representation of the CloudVideoIntelligence + * 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://videointelligence.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'videointelligence'; + + $this->operations_projects_locations_operations = new Google_Service_CloudVideoIntelligence_Resource_OperationsProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1/operations/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/operations/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/operations/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_CloudVideoIntelligence_Resource_ProjectsLocationsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->videos = new Google_Service_CloudVideoIntelligence_Resource_Videos( + $this, + $this->serviceName, + 'videos', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/videos:annotate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoProgress.php new file mode 100644 index 000000000..6559acbf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoProgress.php @@ -0,0 +1,38 @@ +annotationProgress = $annotationProgress; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoAnnotationProgress + */ + public function getAnnotationProgress() + { + return $this->annotationProgress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoRequest.php new file mode 100644 index 000000000..70370a464 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoRequest.php @@ -0,0 +1,83 @@ +features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setInputContent($inputContent) + { + $this->inputContent = $inputContent; + } + public function getInputContent() + { + return $this->inputContent; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setOutputUri($outputUri) + { + $this->outputUri = $outputUri; + } + public function getOutputUri() + { + return $this->outputUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext + */ + public function setVideoContext(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext $videoContext) + { + $this->videoContext = $videoContext; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext + */ + public function getVideoContext() + { + return $this->videoContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoResponse.php new file mode 100644 index 000000000..87d673c59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1AnnotateVideoResponse.php @@ -0,0 +1,38 @@ +annotationResults = $annotationResults; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoAnnotationResults + */ + public function getAnnotationResults() + { + return $this->annotationResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1Entity.php new file mode 100644 index 000000000..36c705df3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1Entity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentAnnotation.php new file mode 100644 index 000000000..fcb47598f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentAnnotation.php @@ -0,0 +1,38 @@ +frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentFrame + */ + public function getFrames() + { + return $this->frames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.php new file mode 100644 index 000000000..3f8558ea7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.php @@ -0,0 +1,30 @@ +model = $model; + } + public function getModel() + { + return $this->model; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentFrame.php new file mode 100644 index 000000000..9a35df519 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ExplicitContentFrame.php @@ -0,0 +1,39 @@ +pornographyLikelihood = $pornographyLikelihood; + } + public function getPornographyLikelihood() + { + return $this->pornographyLikelihood; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelAnnotation.php new file mode 100644 index 000000000..2f99409e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelAnnotation.php @@ -0,0 +1,86 @@ +categoryEntities = $categoryEntities; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity + */ + public function getCategoryEntities() + { + return $this->categoryEntities; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelDetectionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelDetectionConfig.php new file mode 100644 index 000000000..bffb35831 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelDetectionConfig.php @@ -0,0 +1,66 @@ +frameConfidenceThreshold = $frameConfidenceThreshold; + } + public function getFrameConfidenceThreshold() + { + return $this->frameConfidenceThreshold; + } + public function setLabelDetectionMode($labelDetectionMode) + { + $this->labelDetectionMode = $labelDetectionMode; + } + public function getLabelDetectionMode() + { + return $this->labelDetectionMode; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setStationaryCamera($stationaryCamera) + { + $this->stationaryCamera = $stationaryCamera; + } + public function getStationaryCamera() + { + return $this->stationaryCamera; + } + public function setVideoConfidenceThreshold($videoConfidenceThreshold) + { + $this->videoConfidenceThreshold = $videoConfidenceThreshold; + } + public function getVideoConfidenceThreshold() + { + return $this->videoConfidenceThreshold; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelFrame.php new file mode 100644 index 000000000..6758cc92c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelFrame.php @@ -0,0 +1,39 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelSegment.php new file mode 100644 index 000000000..0dbc13f1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1LabelSegment.php @@ -0,0 +1,46 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingBox.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingBox.php new file mode 100644 index 000000000..f768a845f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingBox.php @@ -0,0 +1,57 @@ +bottom = $bottom; + } + public function getBottom() + { + return $this->bottom; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setRight($right) + { + $this->right = $right; + } + public function getRight() + { + return $this->right; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingPoly.php new file mode 100644 index 000000000..0ee791cab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedBoundingPoly.php @@ -0,0 +1,38 @@ +vertices = $vertices; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedVertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedVertex.php new file mode 100644 index 000000000..aa00d40f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php new file mode 100644 index 000000000..1a125fcb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php @@ -0,0 +1,88 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingConfig.php new file mode 100644 index 000000000..14b6d3430 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingConfig.php @@ -0,0 +1,30 @@ +model = $model; + } + public function getModel() + { + return $this->model; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingFrame.php new file mode 100644 index 000000000..ce7273bd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ObjectTrackingFrame.php @@ -0,0 +1,46 @@ +normalizedBoundingBox = $normalizedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox + */ + public function getNormalizedBoundingBox() + { + return $this->normalizedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.php new file mode 100644 index 000000000..9d98aa469 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.php @@ -0,0 +1,30 @@ +model = $model; + } + public function getModel() + { + return $this->model; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechContext.php new file mode 100644 index 000000000..473eda4d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechContext.php @@ -0,0 +1,31 @@ +phrases = $phrases; + } + public function getPhrases() + { + return $this->phrases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php new file mode 100644 index 000000000..3720f1c9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php @@ -0,0 +1,56 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1WordInfo + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1WordInfo + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscription.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscription.php new file mode 100644 index 000000000..95240dede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscription.php @@ -0,0 +1,47 @@ +alternatives = $alternatives; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechRecognitionAlternative + */ + public function getAlternatives() + { + return $this->alternatives; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscriptionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscriptionConfig.php new file mode 100644 index 000000000..a5612dd01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1SpeechTranscriptionConfig.php @@ -0,0 +1,110 @@ +audioTracks = $audioTracks; + } + public function getAudioTracks() + { + return $this->audioTracks; + } + public function setDiarizationSpeakerCount($diarizationSpeakerCount) + { + $this->diarizationSpeakerCount = $diarizationSpeakerCount; + } + public function getDiarizationSpeakerCount() + { + return $this->diarizationSpeakerCount; + } + public function setEnableAutomaticPunctuation($enableAutomaticPunctuation) + { + $this->enableAutomaticPunctuation = $enableAutomaticPunctuation; + } + public function getEnableAutomaticPunctuation() + { + return $this->enableAutomaticPunctuation; + } + public function setEnableSpeakerDiarization($enableSpeakerDiarization) + { + $this->enableSpeakerDiarization = $enableSpeakerDiarization; + } + public function getEnableSpeakerDiarization() + { + return $this->enableSpeakerDiarization; + } + public function setEnableWordConfidence($enableWordConfidence) + { + $this->enableWordConfidence = $enableWordConfidence; + } + public function getEnableWordConfidence() + { + return $this->enableWordConfidence; + } + public function setFilterProfanity($filterProfanity) + { + $this->filterProfanity = $filterProfanity; + } + public function getFilterProfanity() + { + return $this->filterProfanity; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMaxAlternatives($maxAlternatives) + { + $this->maxAlternatives = $maxAlternatives; + } + public function getMaxAlternatives() + { + return $this->maxAlternatives; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechContext + */ + public function setSpeechContexts($speechContexts) + { + $this->speechContexts = $speechContexts; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechContext + */ + public function getSpeechContexts() + { + return $this->speechContexts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextAnnotation.php new file mode 100644 index 000000000..c711d768d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextAnnotation.php @@ -0,0 +1,47 @@ +segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextSegment + */ + public function getSegments() + { + return $this->segments; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextDetectionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextDetectionConfig.php new file mode 100644 index 000000000..a9bcefb89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextDetectionConfig.php @@ -0,0 +1,40 @@ +languageHints = $languageHints; + } + public function getLanguageHints() + { + return $this->languageHints; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextFrame.php new file mode 100644 index 000000000..3244407f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextFrame.php @@ -0,0 +1,46 @@ +rotatedBoundingBox = $rotatedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingPoly + */ + public function getRotatedBoundingBox() + { + return $this->rotatedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextSegment.php new file mode 100644 index 000000000..6d4d8b42c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1TextSegment.php @@ -0,0 +1,63 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationProgress.php new file mode 100644 index 000000000..9be2b4f82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationProgress.php @@ -0,0 +1,82 @@ +feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php new file mode 100644 index 000000000..93e2f9da3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php @@ -0,0 +1,223 @@ +error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation + */ + public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation $explicitAnnotation) + { + $this->explicitAnnotation = $explicitAnnotation; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentAnnotation + */ + public function getExplicitAnnotation() + { + return $this->explicitAnnotation; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setFrameLabelAnnotations($frameLabelAnnotations) + { + $this->frameLabelAnnotations = $frameLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getFrameLabelAnnotations() + { + return $this->frameLabelAnnotations; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setSegmentLabelAnnotations($segmentLabelAnnotations) + { + $this->segmentLabelAnnotations = $segmentLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getSegmentLabelAnnotations() + { + return $this->segmentLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setShotAnnotations($shotAnnotations) + { + $this->shotAnnotations = $shotAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getShotAnnotations() + { + return $this->shotAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setShotLabelAnnotations($shotLabelAnnotations) + { + $this->shotLabelAnnotations = $shotLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getShotLabelAnnotations() + { + return $this->shotLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription + */ + public function setSpeechTranscriptions($speechTranscriptions) + { + $this->speechTranscriptions = $speechTranscriptions; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription + */ + public function getSpeechTranscriptions() + { + return $this->speechTranscriptions; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoContext.php new file mode 100644 index 000000000..0971a3983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoContext.php @@ -0,0 +1,134 @@ +explicitContentDetectionConfig = $explicitContentDetectionConfig; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig + */ + public function getExplicitContentDetectionConfig() + { + return $this->explicitContentDetectionConfig; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig + */ + public function setLabelDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig $labelDetectionConfig) + { + $this->labelDetectionConfig = $labelDetectionConfig; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig + */ + public function getLabelDetectionConfig() + { + return $this->labelDetectionConfig; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig + */ + public function setObjectTrackingConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig $objectTrackingConfig) + { + $this->objectTrackingConfig = $objectTrackingConfig; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig + */ + public function getObjectTrackingConfig() + { + return $this->objectTrackingConfig; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment + */ + public function getSegments() + { + return $this->segments; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig + */ + public function setShotChangeDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig $shotChangeDetectionConfig) + { + $this->shotChangeDetectionConfig = $shotChangeDetectionConfig; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig + */ + public function getShotChangeDetectionConfig() + { + return $this->shotChangeDetectionConfig; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig + */ + public function setSpeechTranscriptionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig $speechTranscriptionConfig) + { + $this->speechTranscriptionConfig = $speechTranscriptionConfig; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig + */ + public function getSpeechTranscriptionConfig() + { + return $this->speechTranscriptionConfig; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig + */ + public function setTextDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig $textDetectionConfig) + { + $this->textDetectionConfig = $textDetectionConfig; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig + */ + public function getTextDetectionConfig() + { + return $this->textDetectionConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoSegment.php new file mode 100644 index 000000000..981170cb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoSegment.php @@ -0,0 +1,39 @@ +endTimeOffset = $endTimeOffset; + } + public function getEndTimeOffset() + { + return $this->endTimeOffset; + } + public function setStartTimeOffset($startTimeOffset) + { + $this->startTimeOffset = $startTimeOffset; + } + public function getStartTimeOffset() + { + return $this->startTimeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1WordInfo.php new file mode 100644 index 000000000..ac20f76c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1WordInfo.php @@ -0,0 +1,66 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWord($word) + { + $this->word = $word; + } + public function getWord() + { + return $this->word; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress.php new file mode 100644 index 000000000..94389da4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress.php @@ -0,0 +1,38 @@ +annotationProgress = $annotationProgress; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress + */ + public function getAnnotationProgress() + { + return $this->annotationProgress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse.php new file mode 100644 index 000000000..7e57bc757 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse.php @@ -0,0 +1,38 @@ +annotationResults = $annotationResults; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoAnnotationResults + */ + public function getAnnotationResults() + { + return $this->annotationResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Entity.php new file mode 100644 index 000000000..6e1432501 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2Entity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.php new file mode 100644 index 000000000..2458ac069 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.php @@ -0,0 +1,38 @@ +frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentFrame + */ + public function getFrames() + { + return $this->frames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.php new file mode 100644 index 000000000..771578e31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.php @@ -0,0 +1,39 @@ +pornographyLikelihood = $pornographyLikelihood; + } + public function getPornographyLikelihood() + { + return $this->pornographyLikelihood; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelAnnotation.php new file mode 100644 index 000000000..3b10c99c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelAnnotation.php @@ -0,0 +1,86 @@ +categoryEntities = $categoryEntities; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity + */ + public function getCategoryEntities() + { + return $this->categoryEntities; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelFrame.php new file mode 100644 index 000000000..59675082a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelFrame.php @@ -0,0 +1,39 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelSegment.php new file mode 100644 index 000000000..168205fca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2LabelSegment.php @@ -0,0 +1,46 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.php new file mode 100644 index 000000000..426e8fdab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.php @@ -0,0 +1,57 @@ +bottom = $bottom; + } + public function getBottom() + { + return $this->bottom; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setRight($right) + { + $this->right = $right; + } + public function getRight() + { + return $this->right; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php new file mode 100644 index 000000000..824674470 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php @@ -0,0 +1,38 @@ +vertices = $vertices; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedVertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedVertex.php new file mode 100644 index 000000000..79837ee74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php new file mode 100644 index 000000000..d6c669b99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php @@ -0,0 +1,88 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame.php new file mode 100644 index 000000000..649049d1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame.php @@ -0,0 +1,46 @@ +normalizedBoundingBox = $normalizedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox + */ + public function getNormalizedBoundingBox() + { + return $this->normalizedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php new file mode 100644 index 000000000..d92210da4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php @@ -0,0 +1,56 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2WordInfo + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2WordInfo + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechTranscription.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechTranscription.php new file mode 100644 index 000000000..a7e62e785 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2SpeechTranscription.php @@ -0,0 +1,47 @@ +alternatives = $alternatives; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative + */ + public function getAlternatives() + { + return $this->alternatives; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextAnnotation.php new file mode 100644 index 000000000..a13887c52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextAnnotation.php @@ -0,0 +1,47 @@ +segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextSegment + */ + public function getSegments() + { + return $this->segments; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextFrame.php new file mode 100644 index 000000000..c328ddef5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextFrame.php @@ -0,0 +1,46 @@ +rotatedBoundingBox = $rotatedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly + */ + public function getRotatedBoundingBox() + { + return $this->rotatedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextSegment.php new file mode 100644 index 000000000..864f25ed1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2TextSegment.php @@ -0,0 +1,63 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php new file mode 100644 index 000000000..90da278e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php @@ -0,0 +1,82 @@ +feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php new file mode 100644 index 000000000..eb5431976 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php @@ -0,0 +1,223 @@ +error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation + */ + public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation $explicitAnnotation) + { + $this->explicitAnnotation = $explicitAnnotation; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation + */ + public function getExplicitAnnotation() + { + return $this->explicitAnnotation; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setFrameLabelAnnotations($frameLabelAnnotations) + { + $this->frameLabelAnnotations = $frameLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getFrameLabelAnnotations() + { + return $this->frameLabelAnnotations; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setSegmentLabelAnnotations($segmentLabelAnnotations) + { + $this->segmentLabelAnnotations = $segmentLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getSegmentLabelAnnotations() + { + return $this->segmentLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function setShotAnnotations($shotAnnotations) + { + $this->shotAnnotations = $shotAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment + */ + public function getShotAnnotations() + { + return $this->shotAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setShotLabelAnnotations($shotLabelAnnotations) + { + $this->shotLabelAnnotations = $shotLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getShotLabelAnnotations() + { + return $this->shotLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechTranscription + */ + public function setSpeechTranscriptions($speechTranscriptions) + { + $this->speechTranscriptions = $speechTranscriptions; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechTranscription + */ + public function getSpeechTranscriptions() + { + return $this->speechTranscriptions; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoSegment.php new file mode 100644 index 000000000..e9ee745b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoSegment.php @@ -0,0 +1,39 @@ +endTimeOffset = $endTimeOffset; + } + public function getEndTimeOffset() + { + return $this->endTimeOffset; + } + public function setStartTimeOffset($startTimeOffset) + { + $this->startTimeOffset = $startTimeOffset; + } + public function getStartTimeOffset() + { + return $this->startTimeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2WordInfo.php new file mode 100644 index 000000000..547f6fa3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2WordInfo.php @@ -0,0 +1,66 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWord($word) + { + $this->word = $word; + } + public function getWord() + { + return $this->word; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress.php new file mode 100644 index 000000000..018e151a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress.php @@ -0,0 +1,38 @@ +annotationProgress = $annotationProgress; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress + */ + public function getAnnotationProgress() + { + return $this->annotationProgress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse.php new file mode 100644 index 000000000..881c3b1e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse.php @@ -0,0 +1,38 @@ +annotationResults = $annotationResults; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults + */ + public function getAnnotationResults() + { + return $this->annotationResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Entity.php new file mode 100644 index 000000000..f2f8f3dff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1Entity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.php new file mode 100644 index 000000000..93747458b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.php @@ -0,0 +1,38 @@ +frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame + */ + public function getFrames() + { + return $this->frames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.php new file mode 100644 index 000000000..7e04cdaf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.php @@ -0,0 +1,39 @@ +pornographyLikelihood = $pornographyLikelihood; + } + public function getPornographyLikelihood() + { + return $this->pornographyLikelihood; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php new file mode 100644 index 000000000..cdbc3e978 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php @@ -0,0 +1,86 @@ +categoryEntities = $categoryEntities; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity + */ + public function getCategoryEntities() + { + return $this->categoryEntities; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelFrame.php new file mode 100644 index 000000000..576dfb9e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelFrame.php @@ -0,0 +1,39 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelSegment.php new file mode 100644 index 000000000..52d2d49aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1LabelSegment.php @@ -0,0 +1,46 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.php new file mode 100644 index 000000000..269bb20da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.php @@ -0,0 +1,57 @@ +bottom = $bottom; + } + public function getBottom() + { + return $this->bottom; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setRight($right) + { + $this->right = $right; + } + public function getRight() + { + return $this->right; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php new file mode 100644 index 000000000..5935d21ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php @@ -0,0 +1,38 @@ +vertices = $vertices; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedVertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedVertex.php new file mode 100644 index 000000000..c2420ff57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php new file mode 100644 index 000000000..ea10527dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php @@ -0,0 +1,88 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame.php new file mode 100644 index 000000000..f1be842d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame.php @@ -0,0 +1,46 @@ +normalizedBoundingBox = $normalizedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox + */ + public function getNormalizedBoundingBox() + { + return $this->normalizedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php new file mode 100644 index 000000000..efa943d2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php @@ -0,0 +1,56 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1WordInfo + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1WordInfo + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.php new file mode 100644 index 000000000..eefb8ff61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.php @@ -0,0 +1,47 @@ +alternatives = $alternatives; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative + */ + public function getAlternatives() + { + return $this->alternatives; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextAnnotation.php new file mode 100644 index 000000000..dc27c3ccc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextAnnotation.php @@ -0,0 +1,47 @@ +segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextSegment + */ + public function getSegments() + { + return $this->segments; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextFrame.php new file mode 100644 index 000000000..d6ec8c6b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextFrame.php @@ -0,0 +1,46 @@ +rotatedBoundingBox = $rotatedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly + */ + public function getRotatedBoundingBox() + { + return $this->rotatedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextSegment.php new file mode 100644 index 000000000..25e9b0983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1TextSegment.php @@ -0,0 +1,63 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.php new file mode 100644 index 000000000..7cdd19745 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.php @@ -0,0 +1,82 @@ +feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php new file mode 100644 index 000000000..b8dd823c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php @@ -0,0 +1,223 @@ +error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation + */ + public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation $explicitAnnotation) + { + $this->explicitAnnotation = $explicitAnnotation; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation + */ + public function getExplicitAnnotation() + { + return $this->explicitAnnotation; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setFrameLabelAnnotations($frameLabelAnnotations) + { + $this->frameLabelAnnotations = $frameLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getFrameLabelAnnotations() + { + return $this->frameLabelAnnotations; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setSegmentLabelAnnotations($segmentLabelAnnotations) + { + $this->segmentLabelAnnotations = $segmentLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getSegmentLabelAnnotations() + { + return $this->segmentLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function setShotAnnotations($shotAnnotations) + { + $this->shotAnnotations = $shotAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment + */ + public function getShotAnnotations() + { + return $this->shotAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setShotLabelAnnotations($shotLabelAnnotations) + { + $this->shotLabelAnnotations = $shotLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getShotLabelAnnotations() + { + return $this->shotLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechTranscription + */ + public function setSpeechTranscriptions($speechTranscriptions) + { + $this->speechTranscriptions = $speechTranscriptions; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechTranscription + */ + public function getSpeechTranscriptions() + { + return $this->speechTranscriptions; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoSegment.php new file mode 100644 index 000000000..7292540f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoSegment.php @@ -0,0 +1,39 @@ +endTimeOffset = $endTimeOffset; + } + public function getEndTimeOffset() + { + return $this->endTimeOffset; + } + public function setStartTimeOffset($startTimeOffset) + { + $this->startTimeOffset = $startTimeOffset; + } + public function getStartTimeOffset() + { + return $this->startTimeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1WordInfo.php new file mode 100644 index 000000000..846fb56b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1WordInfo.php @@ -0,0 +1,66 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWord($word) + { + $this->word = $word; + } + public function getWord() + { + return $this->word; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress.php new file mode 100644 index 000000000..279185170 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress.php @@ -0,0 +1,38 @@ +annotationProgress = $annotationProgress; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress + */ + public function getAnnotationProgress() + { + return $this->annotationProgress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse.php new file mode 100644 index 000000000..39a5de919 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse.php @@ -0,0 +1,38 @@ +annotationResults = $annotationResults; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults + */ + public function getAnnotationResults() + { + return $this->annotationResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1Entity.php new file mode 100644 index 000000000..b9e630001 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1Entity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.php new file mode 100644 index 000000000..042733f7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.php @@ -0,0 +1,38 @@ +frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame + */ + public function getFrames() + { + return $this->frames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame.php new file mode 100644 index 000000000..4d93867b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame.php @@ -0,0 +1,39 @@ +pornographyLikelihood = $pornographyLikelihood; + } + public function getPornographyLikelihood() + { + return $this->pornographyLikelihood; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php new file mode 100644 index 000000000..a0012c7db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php @@ -0,0 +1,86 @@ +categoryEntities = $categoryEntities; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity + */ + public function getCategoryEntities() + { + return $this->categoryEntities; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelFrame.php new file mode 100644 index 000000000..f8a9e3d54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelFrame.php @@ -0,0 +1,39 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelSegment.php new file mode 100644 index 000000000..4f8150b29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1LabelSegment.php @@ -0,0 +1,46 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php new file mode 100644 index 000000000..52fdc9c62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php @@ -0,0 +1,57 @@ +bottom = $bottom; + } + public function getBottom() + { + return $this->bottom; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setRight($right) + { + $this->right = $right; + } + public function getRight() + { + return $this->right; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php new file mode 100644 index 000000000..9ffaa7484 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php @@ -0,0 +1,38 @@ +vertices = $vertices; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedVertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedVertex.php new file mode 100644 index 000000000..096b6ba94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php new file mode 100644 index 000000000..cca869d23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php @@ -0,0 +1,88 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame.php new file mode 100644 index 000000000..b05eaa0fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame.php @@ -0,0 +1,46 @@ +normalizedBoundingBox = $normalizedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox + */ + public function getNormalizedBoundingBox() + { + return $this->normalizedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php new file mode 100644 index 000000000..ae7c2f773 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php @@ -0,0 +1,56 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1WordInfo + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1WordInfo + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechTranscription.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechTranscription.php new file mode 100644 index 000000000..6fa782601 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1SpeechTranscription.php @@ -0,0 +1,47 @@ +alternatives = $alternatives; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative + */ + public function getAlternatives() + { + return $this->alternatives; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextAnnotation.php new file mode 100644 index 000000000..b63910a5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextAnnotation.php @@ -0,0 +1,47 @@ +segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextSegment + */ + public function getSegments() + { + return $this->segments; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextFrame.php new file mode 100644 index 000000000..fc66110b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextFrame.php @@ -0,0 +1,46 @@ +rotatedBoundingBox = $rotatedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly + */ + public function getRotatedBoundingBox() + { + return $this->rotatedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextSegment.php new file mode 100644 index 000000000..4d7e20367 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1TextSegment.php @@ -0,0 +1,63 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.php new file mode 100644 index 000000000..3cd098bf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.php @@ -0,0 +1,82 @@ +feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php new file mode 100644 index 000000000..e91ab3322 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php @@ -0,0 +1,223 @@ +error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation + */ + public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation $explicitAnnotation) + { + $this->explicitAnnotation = $explicitAnnotation; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation + */ + public function getExplicitAnnotation() + { + return $this->explicitAnnotation; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setFrameLabelAnnotations($frameLabelAnnotations) + { + $this->frameLabelAnnotations = $frameLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getFrameLabelAnnotations() + { + return $this->frameLabelAnnotations; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setSegmentLabelAnnotations($segmentLabelAnnotations) + { + $this->segmentLabelAnnotations = $segmentLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getSegmentLabelAnnotations() + { + return $this->segmentLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function setShotAnnotations($shotAnnotations) + { + $this->shotAnnotations = $shotAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment + */ + public function getShotAnnotations() + { + return $this->shotAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setShotLabelAnnotations($shotLabelAnnotations) + { + $this->shotLabelAnnotations = $shotLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getShotLabelAnnotations() + { + return $this->shotLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription + */ + public function setSpeechTranscriptions($speechTranscriptions) + { + $this->speechTranscriptions = $speechTranscriptions; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription + */ + public function getSpeechTranscriptions() + { + return $this->speechTranscriptions; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoSegment.php new file mode 100644 index 000000000..1608c7d2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoSegment.php @@ -0,0 +1,39 @@ +endTimeOffset = $endTimeOffset; + } + public function getEndTimeOffset() + { + return $this->endTimeOffset; + } + public function setStartTimeOffset($startTimeOffset) + { + $this->startTimeOffset = $startTimeOffset; + } + public function getStartTimeOffset() + { + return $this->startTimeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1WordInfo.php new file mode 100644 index 000000000..8e67e91bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1WordInfo.php @@ -0,0 +1,66 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWord($word) + { + $this->word = $word; + } + public function getWord() + { + return $this->word; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress.php new file mode 100644 index 000000000..1f2219728 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress.php @@ -0,0 +1,38 @@ +annotationProgress = $annotationProgress; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress + */ + public function getAnnotationProgress() + { + return $this->annotationProgress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse.php new file mode 100644 index 000000000..f0b49bec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse.php @@ -0,0 +1,38 @@ +annotationResults = $annotationResults; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults + */ + public function getAnnotationResults() + { + return $this->annotationResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedAttribute.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedAttribute.php new file mode 100644 index 000000000..2ab3c1cbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1DetectedAttribute.php @@ -0,0 +1,48 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Entity.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Entity.php new file mode 100644 index 000000000..5b7f1cbe7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Entity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.php new file mode 100644 index 000000000..ab4d09b1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.php @@ -0,0 +1,38 @@ +frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame + */ + public function getFrames() + { + return $this->frames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame.php new file mode 100644 index 000000000..e1e3028ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame.php @@ -0,0 +1,39 @@ +pornographyLikelihood = $pornographyLikelihood; + } + public function getPornographyLikelihood() + { + return $this->pornographyLikelihood; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php new file mode 100644 index 000000000..33c5435af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php @@ -0,0 +1,86 @@ +categoryEntities = $categoryEntities; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity + */ + public function getCategoryEntities() + { + return $this->categoryEntities; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelFrame.php new file mode 100644 index 000000000..967d08e37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelFrame.php @@ -0,0 +1,39 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelSegment.php new file mode 100644 index 000000000..01ab3a20d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LabelSegment.php @@ -0,0 +1,46 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php new file mode 100644 index 000000000..183c9dc31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php @@ -0,0 +1,70 @@ +entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegments() + { + return $this->segments; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track + */ + public function setTracks($tracks) + { + $this->tracks = $tracks; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track + */ + public function getTracks() + { + return $this->tracks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.php new file mode 100644 index 000000000..3a2319af5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.php @@ -0,0 +1,57 @@ +bottom = $bottom; + } + public function getBottom() + { + return $this->bottom; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setRight($right) + { + $this->right = $right; + } + public function getRight() + { + return $this->right; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php new file mode 100644 index 000000000..fa7ebcec6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php @@ -0,0 +1,38 @@ +vertices = $vertices; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedVertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedVertex.php new file mode 100644 index 000000000..1592cdfd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.php new file mode 100644 index 000000000..2770d9a31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.php @@ -0,0 +1,88 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity + */ + public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity + */ + public function getEntity() + { + return $this->entity; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setTrackId($trackId) + { + $this->trackId = $trackId; + } + public function getTrackId() + { + return $this->trackId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame.php new file mode 100644 index 000000000..1ef5eeec7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame.php @@ -0,0 +1,46 @@ +normalizedBoundingBox = $normalizedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox + */ + public function getNormalizedBoundingBox() + { + return $this->normalizedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php new file mode 100644 index 000000000..1295ffbb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php @@ -0,0 +1,56 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1WordInfo + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1WordInfo + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechTranscription.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechTranscription.php new file mode 100644 index 000000000..f8417b22d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1SpeechTranscription.php @@ -0,0 +1,47 @@ +alternatives = $alternatives; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative + */ + public function getAlternatives() + { + return $this->alternatives; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.php new file mode 100644 index 000000000..d3bbfecae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.php @@ -0,0 +1,62 @@ +annotationResults = $annotationResults; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults + */ + public function getAnnotationResults() + { + return $this->annotationResults; + } + public function setAnnotationResultsUri($annotationResultsUri) + { + $this->annotationResultsUri = $annotationResultsUri; + } + public function getAnnotationResultsUri() + { + return $this->annotationResultsUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function setError(Google_Service_CloudVideoIntelligence_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults.php new file mode 100644 index 000000000..892d41839 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults.php @@ -0,0 +1,86 @@ +explicitAnnotation = $explicitAnnotation; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation + */ + public function getExplicitAnnotation() + { + return $this->explicitAnnotation; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setLabelAnnotations($labelAnnotations) + { + $this->labelAnnotations = $labelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getLabelAnnotations() + { + return $this->labelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setShotAnnotations($shotAnnotations) + { + $this->shotAnnotations = $shotAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getShotAnnotations() + { + return $this->shotAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextAnnotation.php new file mode 100644 index 000000000..f1fc592b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextAnnotation.php @@ -0,0 +1,47 @@ +segments = $segments; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextSegment + */ + public function getSegments() + { + return $this->segments; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextFrame.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextFrame.php new file mode 100644 index 000000000..273cbc2fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextFrame.php @@ -0,0 +1,46 @@ +rotatedBoundingBox = $rotatedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly + */ + public function getRotatedBoundingBox() + { + return $this->rotatedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextSegment.php new file mode 100644 index 000000000..ee81e993a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TextSegment.php @@ -0,0 +1,63 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextFrame + */ + public function setFrames($frames) + { + $this->frames = $frames; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextFrame + */ + public function getFrames() + { + return $this->frames; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TimestampedObject.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TimestampedObject.php new file mode 100644 index 000000000..6325d6ecb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1TimestampedObject.php @@ -0,0 +1,63 @@ +attributes = $attributes; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1DetectedAttribute + */ + public function getAttributes() + { + return $this->attributes; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox + */ + public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox $normalizedBoundingBox) + { + $this->normalizedBoundingBox = $normalizedBoundingBox; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox + */ + public function getNormalizedBoundingBox() + { + return $this->normalizedBoundingBox; + } + public function setTimeOffset($timeOffset) + { + $this->timeOffset = $timeOffset; + } + public function getTimeOffset() + { + return $this->timeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Track.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Track.php new file mode 100644 index 000000000..3772f2eba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1Track.php @@ -0,0 +1,79 @@ +attributes = $attributes; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1DetectedAttribute + */ + public function getAttributes() + { + return $this->attributes; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TimestampedObject + */ + public function setTimestampedObjects($timestampedObjects) + { + $this->timestampedObjects = $timestampedObjects; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TimestampedObject + */ + public function getTimestampedObjects() + { + return $this->timestampedObjects; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress.php new file mode 100644 index 000000000..d8138fa7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress.php @@ -0,0 +1,82 @@ +feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php new file mode 100644 index 000000000..32b871090 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php @@ -0,0 +1,239 @@ +error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation + */ + public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation $explicitAnnotation) + { + $this->explicitAnnotation = $explicitAnnotation; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation + */ + public function getExplicitAnnotation() + { + return $this->explicitAnnotation; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setFrameLabelAnnotations($frameLabelAnnotations) + { + $this->frameLabelAnnotations = $frameLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getFrameLabelAnnotations() + { + return $this->frameLabelAnnotations; + } + public function setInputUri($inputUri) + { + $this->inputUri = $inputUri; + } + public function getInputUri() + { + return $this->inputUri; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation + */ + public function setLogoRecognitionAnnotations($logoRecognitionAnnotations) + { + $this->logoRecognitionAnnotations = $logoRecognitionAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation + */ + public function getLogoRecognitionAnnotations() + { + return $this->logoRecognitionAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setSegmentLabelAnnotations($segmentLabelAnnotations) + { + $this->segmentLabelAnnotations = $segmentLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getSegmentLabelAnnotations() + { + return $this->segmentLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function setShotAnnotations($shotAnnotations) + { + $this->shotAnnotations = $shotAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment + */ + public function getShotAnnotations() + { + return $this->shotAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setShotLabelAnnotations($shotLabelAnnotations) + { + $this->shotLabelAnnotations = $shotLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getShotLabelAnnotations() + { + return $this->shotLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechTranscription + */ + public function setSpeechTranscriptions($speechTranscriptions) + { + $this->speechTranscriptions = $speechTranscriptions; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechTranscription + */ + public function getSpeechTranscriptions() + { + return $this->speechTranscriptions; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoSegment.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoSegment.php new file mode 100644 index 000000000..5ee52cdf9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoSegment.php @@ -0,0 +1,39 @@ +endTimeOffset = $endTimeOffset; + } + public function getEndTimeOffset() + { + return $this->endTimeOffset; + } + public function setStartTimeOffset($startTimeOffset) + { + $this->startTimeOffset = $startTimeOffset; + } + public function getStartTimeOffset() + { + return $this->startTimeOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1WordInfo.php new file mode 100644 index 000000000..7b59ffbe9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1WordInfo.php @@ -0,0 +1,66 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWord($word) + { + $this->word = $word; + } + public function getWord() + { + return $this->word; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningCancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningCancelOperationRequest.php new file mode 100644 index 000000000..4757d79d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningCancelOperationRequest.php @@ -0,0 +1,20 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningOperation.php new file mode 100644 index 000000000..e2f7381bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + public function setError(Google_Service_CloudVideoIntelligence_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus + */ + 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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleProtobufEmpty.php new file mode 100644 index 000000000..906618b19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/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/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Operations.php new file mode 100644 index 000000000..ee2097168 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Operations.php @@ -0,0 +1,28 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $operations = $videointelligenceService->operations; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_Operations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjects.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjects.php new file mode 100644 index 000000000..b8695623f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjects.php @@ -0,0 +1,28 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $projects = $videointelligenceService->projects; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_OperationsProjects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocations.php new file mode 100644 index 000000000..d02a3293e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocations.php @@ -0,0 +1,28 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $locations = $videointelligenceService->locations; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_OperationsProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocationsOperations.php new file mode 100644 index 000000000..b64e67e15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/OperationsProjectsLocationsOperations.php @@ -0,0 +1,80 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $operations = $videointelligenceService->operations; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_OperationsProjectsLocationsOperations 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 array $optParams Optional parameters. + * @return Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudVideoIntelligence_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_CloudVideoIntelligence_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty"); + } + /** + * 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_CloudVideoIntelligence_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Projects.php new file mode 100644 index 000000000..6dec1ff93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $projects = $videointelligenceService->projects; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocations.php new file mode 100644 index 000000000..89ce3f0d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $locations = $videointelligenceService->locations; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..663e02c98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,108 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $operations = $videointelligenceService->operations; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_ProjectsLocationsOperations 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_CloudVideoIntelligence_GoogleLongrunningCancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty + */ + public function cancel($name, Google_Service_CloudVideoIntelligence_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_CloudVideoIntelligence_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_CloudVideoIntelligence_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudVideoIntelligence_GoogleProtobufEmpty"); + } + /** + * 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_CloudVideoIntelligence_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Videos.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Videos.php new file mode 100644 index 000000000..a36806b6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/Videos.php @@ -0,0 +1,44 @@ + + * $videointelligenceService = new Google_Service_CloudVideoIntelligence(...); + * $videos = $videointelligenceService->videos; + * + */ +class Google_Service_CloudVideoIntelligence_Resource_Videos extends Google_Service_Resource +{ + /** + * Performs asynchronous video annotation. Progress and results can be retrieved + * through the `google.longrunning.Operations` interface. `Operation.metadata` + * contains `AnnotateVideoProgress` (progress). `Operation.response` contains + * `AnnotateVideoResponse` (results). (videos.annotate) + * + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation + */ + public function annotate(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_CloudVideoIntelligence_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php new file mode 100644 index 000000000..95964a630 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php @@ -0,0 +1,270 @@ + + * Allows developers to manage billing for their Google Cloud Platform projects + * programmatically. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Cloudbilling extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $billingAccounts; + public $billingAccounts_projects; + public $projects; + public $services; + public $services_skus; + + /** + * Constructs the internal representation of the Cloudbilling 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://cloudbilling.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'cloudbilling'; + + $this->billingAccounts = new Google_Service_Cloudbilling_Resource_BillingAccounts( + $this, + $this->serviceName, + 'billingAccounts', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/billingAccounts', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/billingAccounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->billingAccounts_projects = new Google_Service_Cloudbilling_Resource_BillingAccountsProjects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/projects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Cloudbilling_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getBillingInfo' => array( + 'path' => 'v1/{+name}/billingInfo', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateBillingInfo' => array( + 'path' => 'v1/{+name}/billingInfo', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->services = new Google_Service_Cloudbilling_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->services_skus = new Google_Service_Cloudbilling_Resource_ServicesSkus( + $this, + $this->serviceName, + 'skus', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/skus', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AggregationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AggregationInfo.php new file mode 100644 index 000000000..596289320 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AggregationInfo.php @@ -0,0 +1,48 @@ +aggregationCount = $aggregationCount; + } + public function getAggregationCount() + { + return $this->aggregationCount; + } + public function setAggregationInterval($aggregationInterval) + { + $this->aggregationInterval = $aggregationInterval; + } + public function getAggregationInterval() + { + return $this->aggregationInterval; + } + public function setAggregationLevel($aggregationLevel) + { + $this->aggregationLevel = $aggregationLevel; + } + public function getAggregationLevel() + { + return $this->aggregationLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditConfig.php new file mode 100644 index 000000000..3175afb20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_Cloudbilling_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php new file mode 100644 index 000000000..f0c91e88d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php new file mode 100644 index 000000000..79b89b44a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php @@ -0,0 +1,57 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setMasterBillingAccount($masterBillingAccount) + { + $this->masterBillingAccount = $masterBillingAccount; + } + public function getMasterBillingAccount() + { + return $this->masterBillingAccount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOpen($open) + { + $this->open = $open; + } + public function getOpen() + { + return $this->open; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Binding.php new file mode 100644 index 000000000..35f7bf5fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Cloudbilling_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Category.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Category.php new file mode 100644 index 000000000..7288d2850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Category.php @@ -0,0 +1,57 @@ +resourceFamily = $resourceFamily; + } + public function getResourceFamily() + { + return $this->resourceFamily; + } + public function setResourceGroup($resourceGroup) + { + $this->resourceGroup = $resourceGroup; + } + public function getResourceGroup() + { + return $this->resourceGroup; + } + public function setServiceDisplayName($serviceDisplayName) + { + $this->serviceDisplayName = $serviceDisplayName; + } + public function getServiceDisplayName() + { + return $this->serviceDisplayName; + } + public function setUsageType($usageType) + { + $this->usageType = $usageType; + } + public function getUsageType() + { + return $this->usageType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Expr.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Expr.php new file mode 100644 index 000000000..7c7316ed3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php new file mode 100644 index 000000000..a6987a1ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php @@ -0,0 +1,47 @@ +billingAccounts = $billingAccounts; + } + /** + * @return Google_Service_Cloudbilling_BillingAccount + */ + public function getBillingAccounts() + { + return $this->billingAccounts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php new file mode 100644 index 000000000..d211694bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Cloudbilling_ProjectBillingInfo + */ + public function setProjectBillingInfo($projectBillingInfo) + { + $this->projectBillingInfo = $projectBillingInfo; + } + /** + * @return Google_Service_Cloudbilling_ProjectBillingInfo + */ + public function getProjectBillingInfo() + { + return $this->projectBillingInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListServicesResponse.php new file mode 100644 index 000000000..5d874da4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListServicesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Cloudbilling_Service + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_Cloudbilling_Service + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListSkusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListSkusResponse.php new file mode 100644 index 000000000..cbcaf86ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListSkusResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Cloudbilling_Sku + */ + public function setSkus($skus) + { + $this->skus = $skus; + } + /** + * @return Google_Service_Cloudbilling_Sku + */ + public function getSkus() + { + return $this->skus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Money.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Money.php new file mode 100644 index 000000000..bdd7d6a9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Money.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/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Policy.php new file mode 100644 index 000000000..542c12c5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_Cloudbilling_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_Cloudbilling_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_Cloudbilling_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingExpression.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingExpression.php new file mode 100644 index 000000000..08983dc0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingExpression.php @@ -0,0 +1,92 @@ +baseUnit = $baseUnit; + } + public function getBaseUnit() + { + return $this->baseUnit; + } + public function setBaseUnitConversionFactor($baseUnitConversionFactor) + { + $this->baseUnitConversionFactor = $baseUnitConversionFactor; + } + public function getBaseUnitConversionFactor() + { + return $this->baseUnitConversionFactor; + } + public function setBaseUnitDescription($baseUnitDescription) + { + $this->baseUnitDescription = $baseUnitDescription; + } + public function getBaseUnitDescription() + { + return $this->baseUnitDescription; + } + public function setDisplayQuantity($displayQuantity) + { + $this->displayQuantity = $displayQuantity; + } + public function getDisplayQuantity() + { + return $this->displayQuantity; + } + /** + * @param Google_Service_Cloudbilling_TierRate + */ + public function setTieredRates($tieredRates) + { + $this->tieredRates = $tieredRates; + } + /** + * @return Google_Service_Cloudbilling_TierRate + */ + public function getTieredRates() + { + return $this->tieredRates; + } + public function setUsageUnit($usageUnit) + { + $this->usageUnit = $usageUnit; + } + public function getUsageUnit() + { + return $this->usageUnit; + } + public function setUsageUnitDescription($usageUnitDescription) + { + $this->usageUnitDescription = $usageUnitDescription; + } + public function getUsageUnitDescription() + { + return $this->usageUnitDescription; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingInfo.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingInfo.php new file mode 100644 index 000000000..156e039d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/PricingInfo.php @@ -0,0 +1,80 @@ +aggregationInfo = $aggregationInfo; + } + /** + * @return Google_Service_Cloudbilling_AggregationInfo + */ + public function getAggregationInfo() + { + return $this->aggregationInfo; + } + public function setCurrencyConversionRate($currencyConversionRate) + { + $this->currencyConversionRate = $currencyConversionRate; + } + public function getCurrencyConversionRate() + { + return $this->currencyConversionRate; + } + public function setEffectiveTime($effectiveTime) + { + $this->effectiveTime = $effectiveTime; + } + public function getEffectiveTime() + { + return $this->effectiveTime; + } + /** + * @param Google_Service_Cloudbilling_PricingExpression + */ + public function setPricingExpression(Google_Service_Cloudbilling_PricingExpression $pricingExpression) + { + $this->pricingExpression = $pricingExpression; + } + /** + * @return Google_Service_Cloudbilling_PricingExpression + */ + public function getPricingExpression() + { + return $this->pricingExpression; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.php new file mode 100644 index 000000000..f797839e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.php @@ -0,0 +1,57 @@ +billingAccountName = $billingAccountName; + } + public function getBillingAccountName() + { + return $this->billingAccountName; + } + public function setBillingEnabled($billingEnabled) + { + $this->billingEnabled = $billingEnabled; + } + public function getBillingEnabled() + { + return $this->billingEnabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php new file mode 100644 index 000000000..c69e9897a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php @@ -0,0 +1,179 @@ + + * $cloudbillingService = new Google_Service_Cloudbilling(...); + * $billingAccounts = $cloudbillingService->billingAccounts; + * + */ +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 GCP + * 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 + * [administrators](https://cloud.google.com/billing/docs/how-to/billing- + * access). This method will return an error if the master account has not been + * provisioned as a reseller account. (billingAccounts.create) + * + * @param Google_Service_Cloudbilling_BillingAccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudbilling_BillingAccount + */ + public function create(Google_Service_Cloudbilling_BillingAccount $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Cloudbilling_BillingAccount"); + } + /** + * Gets information about a billing account. The current authenticated user must + * be a [viewer of the billing account](https://cloud.google.com/billing/docs + * /how-to/billing-access). (billingAccounts.get) + * + * @param string $name The resource name of the billing account to retrieve. For + * example, `billingAccounts/012345-567890-ABCDEF`. + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudbilling_BillingAccount + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Cloudbilling_BillingAccount"); + } + /** + * Gets the access control policy for a billing account. The caller must have + * the `billing.accounts.getIamPolicy` permission on the account, which is often + * given to billing account [viewers](https://cloud.google.com/billing/docs/how- + * to/billing-access). (billingAccounts.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. + * @return Google_Service_Cloudbilling_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Cloudbilling_Policy"); + } + /** + * Lists the billing accounts that the current authenticated user has permission + * to [view](https://cloud.google.com/billing/docs/how-to/billing-access). + * (billingAccounts.listBillingAccounts) + * + * @param array $optParams Optional parameters. + * + * @opt_param string filter Options for how to filter the returned billing + * accounts. Currently this only supports filtering for + * [subaccounts](https://cloud.google.com/billing/docs/concepts) under a single + * provided reseller billing account. (e.g. + * "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean + * algebra and other fields are not currently supported. + * @opt_param string pageToken A token identifying a page of results to return. + * This should be a `next_page_token` value returned from a previous + * `ListBillingAccounts` call. If unspecified, the first page of results is + * returned. + * @opt_param int pageSize Requested page size. The maximum page size is 100; + * this is also the default. + * @return Google_Service_Cloudbilling_ListBillingAccountsResponse + */ + public function listBillingAccounts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Cloudbilling_ListBillingAccountsResponse"); + } + /** + * Updates a billing account's fields. Currently the only field that can be + * edited is `display_name`. The current authenticated user must have the + * `billing.accounts.update` IAM permission, which is typically given to the + * [administrator](https://cloud.google.com/billing/docs/how-to/billing-access) + * of the billing account. (billingAccounts.patch) + * + * @param string $name The name of the billing account resource to be updated. + * @param Google_Service_Cloudbilling_BillingAccount $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask applied to the resource. Only + * "display_name" is currently supported. + * @return Google_Service_Cloudbilling_BillingAccount + */ + public function patch($name, Google_Service_Cloudbilling_BillingAccount $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Cloudbilling_BillingAccount"); + } + /** + * Sets the access control policy for a billing account. Replaces any existing + * policy. The caller must have the `billing.accounts.setIamPolicy` permission + * on the account, which is often given to billing account + * [administrators](https://cloud.google.com/billing/docs/how-to/billing- + * access). (billingAccounts.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_Cloudbilling_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudbilling_Policy + */ + public function setIamPolicy($resource, Google_Service_Cloudbilling_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Cloudbilling_Policy"); + } + /** + * Tests the access control policy for a billing account. This method takes the + * resource and a set of permissions as input and returns the subset of the + * input permissions that the caller is allowed for that resource. + * (billingAccounts.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_Cloudbilling_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudbilling_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Cloudbilling_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Cloudbilling_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.php new file mode 100644 index 000000000..d243cc4a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.php @@ -0,0 +1,54 @@ + + * $cloudbillingService = new Google_Service_Cloudbilling(...); + * $projects = $cloudbillingService->projects; + * + */ +class Google_Service_Cloudbilling_Resource_BillingAccountsProjects extends Google_Service_Resource +{ + /** + * Lists the projects associated with a billing account. The current + * authenticated user must have the `billing.resourceAssociations.list` IAM + * permission, which is often given to billing account + * [viewers](https://cloud.google.com/billing/docs/how-to/billing-access). + * (projects.listBillingAccountsProjects) + * + * @param string $name The resource name of the billing account associated with + * the projects that you want to list. For example, + * `billingAccounts/012345-567890-ABCDEF`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results to be + * returned. This should be a `next_page_token` value returned from a previous + * `ListProjectBillingInfo` call. If unspecified, the first page of results is + * returned. + * @opt_param int pageSize Requested page size. The maximum page size is 100; + * this is also the default. + * @return Google_Service_Cloudbilling_ListProjectBillingInfoResponse + */ + public function listBillingAccountsProjects($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Cloudbilling_ListProjectBillingInfoResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Projects.php new file mode 100644 index 000000000..55c5d7486 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Projects.php @@ -0,0 +1,90 @@ + + * $cloudbillingService = new Google_Service_Cloudbilling(...); + * $projects = $cloudbillingService->projects; + * + */ +class Google_Service_Cloudbilling_Resource_Projects extends Google_Service_Resource +{ + /** + * Gets the billing information for a project. The current authenticated user + * must have [permission to view the project](https://cloud.google.com/docs + * /permissions-overview#h.bgs0oxofvnoo ). (projects.getBillingInfo) + * + * @param string $name The resource name of the project for which billing + * information is retrieved. For example, `projects/tokyo-rain-123`. + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudbilling_ProjectBillingInfo + */ + public function getBillingInfo($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getBillingInfo', array($params), "Google_Service_Cloudbilling_ProjectBillingInfo"); + } + /** + * Sets or updates the billing account associated with a project. You specify + * the new billing account by setting the `billing_account_name` in the + * `ProjectBillingInfo` resource to the resource name of a billing account. + * Associating a project with an open billing account enables billing on the + * project and allows charges for resource usage. If the project already had a + * billing account, this method changes the billing account used for resource + * usage charges. + * + * *Note:* Incurred charges that have not yet been reported in the transaction + * history of the GCP Console might be billed to the new billing account, even + * if the charge occurred before the new billing account was assigned to the + * project. + * + * The current authenticated user must have ownership privileges for both the + * [project](https://cloud.google.com/docs/permissions-overview#h.bgs0oxofvnoo ) + * and the [billing account](https://cloud.google.com/billing/docs/how-to + * /billing-access). + * + * You can disable billing on the project by setting the `billing_account_name` + * field to empty. This action disassociates the current billing account from + * the project. Any billable activity of your in-use services will stop, and + * your application could stop functioning as expected. Any unbilled charges to + * date will be billed to the previously associated account. The current + * authenticated user must be either an owner of the project or an owner of the + * billing account for the project. + * + * Note that associating a project with a *closed* billing account will have + * much the same effect as disabling billing on the project: any paid resources + * used by the project will be shut down. Thus, unless you wish to disable + * billing, you should always call this method with the name of an *open* + * billing account. (projects.updateBillingInfo) + * + * @param string $name The resource name of the project associated with the + * billing information that you want to update. For example, `projects/tokyo- + * rain-123`. + * @param Google_Service_Cloudbilling_ProjectBillingInfo $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudbilling_ProjectBillingInfo + */ + public function updateBillingInfo($name, Google_Service_Cloudbilling_ProjectBillingInfo $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateBillingInfo', array($params), "Google_Service_Cloudbilling_ProjectBillingInfo"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Services.php new file mode 100644 index 000000000..aed2e4f7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/Services.php @@ -0,0 +1,45 @@ + + * $cloudbillingService = new Google_Service_Cloudbilling(...); + * $services = $cloudbillingService->services; + * + */ +class Google_Service_Cloudbilling_Resource_Services extends Google_Service_Resource +{ + /** + * Lists all public cloud services. (services.listServices) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results to return. + * This should be a `next_page_token` value returned from a previous + * `ListServices` call. If unspecified, the first page of results is returned. + * @opt_param int pageSize Requested page size. Defaults to 5000. + * @return Google_Service_Cloudbilling_ListServicesResponse + */ + public function listServices($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Cloudbilling_ListServicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/ServicesSkus.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/ServicesSkus.php new file mode 100644 index 000000000..915c8741d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/ServicesSkus.php @@ -0,0 +1,61 @@ + + * $cloudbillingService = new Google_Service_Cloudbilling(...); + * $skus = $cloudbillingService->skus; + * + */ +class Google_Service_Cloudbilling_Resource_ServicesSkus extends Google_Service_Resource +{ + /** + * Lists all publicly available SKUs for a given cloud service. + * (skus.listServicesSkus) + * + * @param string $parent The name of the service. Example: + * "services/DA34-426B-A397" + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. Defaults to 5000. + * @opt_param string currencyCode The ISO 4217 currency code for the pricing + * info in the response proto. Will use the conversion rate as of start_time. + * Optional. If not specified USD will be used. + * @opt_param string endTime Optional exclusive end time of the time range for + * which the pricing versions will be returned. Timestamps in the future are not + * allowed. The time range has to be within a single calendar month in + * America/Los_Angeles timezone. Time range as a whole is optional. If not + * specified, the latest pricing will be returned (up to 12 hours old at most). + * @opt_param string pageToken A token identifying a page of results to return. + * This should be a `next_page_token` value returned from a previous `ListSkus` + * call. If unspecified, the first page of results is returned. + * @opt_param string startTime Optional inclusive start time of the time range + * for which the pricing versions will be returned. Timestamps in the future are + * not allowed. The time range has to be within a single calendar month in + * America/Los_Angeles timezone. Time range as a whole is optional. If not + * specified, the latest pricing will be returned (up to 12 hours old at most). + * @return Google_Service_Cloudbilling_ListSkusResponse + */ + public function listServicesSkus($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Cloudbilling_ListSkusResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Service.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Service.php new file mode 100644 index 000000000..526ebf850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Service.php @@ -0,0 +1,57 @@ +businessEntityName = $businessEntityName; + } + public function getBusinessEntityName() + { + return $this->businessEntityName; + } + 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 setServiceId($serviceId) + { + $this->serviceId = $serviceId; + } + public function getServiceId() + { + return $this->serviceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/SetIamPolicyRequest.php new file mode 100644 index 000000000..5a81d5b48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_Cloudbilling_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Sku.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Sku.php new file mode 100644 index 000000000..e07424b0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Sku.php @@ -0,0 +1,99 @@ +category = $category; + } + /** + * @return Google_Service_Cloudbilling_Category + */ + public function getCategory() + { + return $this->category; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Cloudbilling_PricingInfo + */ + public function setPricingInfo($pricingInfo) + { + $this->pricingInfo = $pricingInfo; + } + /** + * @return Google_Service_Cloudbilling_PricingInfo + */ + public function getPricingInfo() + { + return $this->pricingInfo; + } + public function setServiceProviderName($serviceProviderName) + { + $this->serviceProviderName = $serviceProviderName; + } + public function getServiceProviderName() + { + return $this->serviceProviderName; + } + public function setServiceRegions($serviceRegions) + { + $this->serviceRegions = $serviceRegions; + } + public function getServiceRegions() + { + return $this->serviceRegions; + } + public function setSkuId($skuId) + { + $this->skuId = $skuId; + } + public function getSkuId() + { + return $this->skuId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsRequest.php new file mode 100644 index 000000000..f04b17e16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsResponse.php new file mode 100644 index 000000000..551d093d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TierRate.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TierRate.php new file mode 100644 index 000000000..748ce9a7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/TierRate.php @@ -0,0 +1,46 @@ +startUsageAmount = $startUsageAmount; + } + public function getStartUsageAmount() + { + return $this->startUsageAmount; + } + /** + * @param Google_Service_Cloudbilling_Money + */ + public function setUnitPrice(Google_Service_Cloudbilling_Money $unitPrice) + { + $this->unitPrice = $unitPrice; + } + /** + * @return Google_Service_Cloudbilling_Money + */ + public function getUnitPrice() + { + return $this->unitPrice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php new file mode 100644 index 000000000..ca23a9a0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php @@ -0,0 +1,233 @@ + + * Groups and counts similar errors from cloud services and applications, + * reports new errors, and provides access to error groups and their associated + * errors. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Clouderrorreporting extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects; + public $projects_events; + public $projects_groupStats; + public $projects_groups; + + /** + * Constructs the internal representation of the Clouderrorreporting 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://clouderrorreporting.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'clouderrorreporting'; + + $this->projects = new Google_Service_Clouderrorreporting_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'deleteEvents' => array( + 'path' => 'v1beta1/{+projectName}/events', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_events = new Google_Service_Clouderrorreporting_Resource_ProjectsEvents( + $this, + $this->serviceName, + 'events', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/{+projectName}/events', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'timeRange.period' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serviceFilter.service' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'serviceFilter.version' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serviceFilter.resourceType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'report' => array( + 'path' => 'v1beta1/{+projectName}/events:report', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_groupStats = new Google_Service_Clouderrorreporting_Resource_ProjectsGroupStats( + $this, + $this->serviceName, + 'groupStats', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/{+projectName}/groupStats', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'serviceFilter.resourceType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'alignmentTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timedCountDuration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timeRange.period' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'alignment' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'serviceFilter.service' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'order' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serviceFilter.version' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_groups = new Google_Service_Clouderrorreporting_Resource_ProjectsGroups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+groupName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php new file mode 100644 index 000000000..788ef7cd8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php @@ -0,0 +1,20 @@ +httpRequest = $httpRequest; + } + /** + * @return Google_Service_Clouderrorreporting_HttpRequestContext + */ + public function getHttpRequest() + { + return $this->httpRequest; + } + /** + * @param Google_Service_Clouderrorreporting_SourceLocation + */ + public function setReportLocation(Google_Service_Clouderrorreporting_SourceLocation $reportLocation) + { + $this->reportLocation = $reportLocation; + } + /** + * @return Google_Service_Clouderrorreporting_SourceLocation + */ + public function getReportLocation() + { + return $this->reportLocation; + } + /** + * @param Google_Service_Clouderrorreporting_SourceReference + */ + public function setSourceReferences($sourceReferences) + { + $this->sourceReferences = $sourceReferences; + } + /** + * @return Google_Service_Clouderrorreporting_SourceReference + */ + public function getSourceReferences() + { + return $this->sourceReferences; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php new file mode 100644 index 000000000..8d9754d27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php @@ -0,0 +1,71 @@ +context = $context; + } + /** + * @return Google_Service_Clouderrorreporting_ErrorContext + */ + public function getContext() + { + return $this->context; + } + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + public function getEventTime() + { + return $this->eventTime; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_Clouderrorreporting_ServiceContext + */ + public function setServiceContext(Google_Service_Clouderrorreporting_ServiceContext $serviceContext) + { + $this->serviceContext = $serviceContext; + } + /** + * @return Google_Service_Clouderrorreporting_ServiceContext + */ + public function getServiceContext() + { + return $this->serviceContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.php new file mode 100644 index 000000000..9bd58ad27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.php @@ -0,0 +1,56 @@ +groupId = $groupId; + } + public function getGroupId() + { + return $this->groupId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Clouderrorreporting_TrackingIssue + */ + public function setTrackingIssues($trackingIssues) + { + $this->trackingIssues = $trackingIssues; + } + /** + * @return Google_Service_Clouderrorreporting_TrackingIssue + */ + public function getTrackingIssues() + { + return $this->trackingIssues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.php new file mode 100644 index 000000000..2563f785b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.php @@ -0,0 +1,131 @@ +affectedServices = $affectedServices; + } + /** + * @return Google_Service_Clouderrorreporting_ServiceContext + */ + public function getAffectedServices() + { + return $this->affectedServices; + } + public function setAffectedUsersCount($affectedUsersCount) + { + $this->affectedUsersCount = $affectedUsersCount; + } + public function getAffectedUsersCount() + { + return $this->affectedUsersCount; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + public function setFirstSeenTime($firstSeenTime) + { + $this->firstSeenTime = $firstSeenTime; + } + public function getFirstSeenTime() + { + return $this->firstSeenTime; + } + /** + * @param Google_Service_Clouderrorreporting_ErrorGroup + */ + public function setGroup(Google_Service_Clouderrorreporting_ErrorGroup $group) + { + $this->group = $group; + } + /** + * @return Google_Service_Clouderrorreporting_ErrorGroup + */ + public function getGroup() + { + return $this->group; + } + public function setLastSeenTime($lastSeenTime) + { + $this->lastSeenTime = $lastSeenTime; + } + public function getLastSeenTime() + { + return $this->lastSeenTime; + } + public function setNumAffectedServices($numAffectedServices) + { + $this->numAffectedServices = $numAffectedServices; + } + public function getNumAffectedServices() + { + return $this->numAffectedServices; + } + /** + * @param Google_Service_Clouderrorreporting_ErrorEvent + */ + public function setRepresentative(Google_Service_Clouderrorreporting_ErrorEvent $representative) + { + $this->representative = $representative; + } + /** + * @return Google_Service_Clouderrorreporting_ErrorEvent + */ + public function getRepresentative() + { + return $this->representative; + } + /** + * @param Google_Service_Clouderrorreporting_TimedCount + */ + public function setTimedCounts($timedCounts) + { + $this->timedCounts = $timedCounts; + } + /** + * @return Google_Service_Clouderrorreporting_TimedCount + */ + public function getTimedCounts() + { + return $this->timedCounts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.php new file mode 100644 index 000000000..86a890766 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.php @@ -0,0 +1,75 @@ +method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setReferrer($referrer) + { + $this->referrer = $referrer; + } + public function getReferrer() + { + return $this->referrer; + } + public function setRemoteIp($remoteIp) + { + $this->remoteIp = $remoteIp; + } + public function getRemoteIp() + { + return $this->remoteIp; + } + public function setResponseStatusCode($responseStatusCode) + { + $this->responseStatusCode = $responseStatusCode; + } + public function getResponseStatusCode() + { + return $this->responseStatusCode; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListEventsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListEventsResponse.php new file mode 100644 index 000000000..293857519 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListEventsResponse.php @@ -0,0 +1,56 @@ +errorEvents = $errorEvents; + } + /** + * @return Google_Service_Clouderrorreporting_ErrorEvent + */ + public function getErrorEvents() + { + return $this->errorEvents; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTimeRangeBegin($timeRangeBegin) + { + $this->timeRangeBegin = $timeRangeBegin; + } + public function getTimeRangeBegin() + { + return $this->timeRangeBegin; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php new file mode 100644 index 000000000..98ff447ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php @@ -0,0 +1,56 @@ +errorGroupStats = $errorGroupStats; + } + /** + * @return Google_Service_Clouderrorreporting_ErrorGroupStats + */ + public function getErrorGroupStats() + { + return $this->errorGroupStats; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTimeRangeBegin($timeRangeBegin) + { + $this->timeRangeBegin = $timeRangeBegin; + } + public function getTimeRangeBegin() + { + return $this->timeRangeBegin; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php new file mode 100644 index 000000000..97d427c82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php @@ -0,0 +1,20 @@ +context = $context; + } + /** + * @return Google_Service_Clouderrorreporting_ErrorContext + */ + public function getContext() + { + return $this->context; + } + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + public function getEventTime() + { + return $this->eventTime; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_Clouderrorreporting_ServiceContext + */ + public function setServiceContext(Google_Service_Clouderrorreporting_ServiceContext $serviceContext) + { + $this->serviceContext = $serviceContext; + } + /** + * @return Google_Service_Clouderrorreporting_ServiceContext + */ + public function getServiceContext() + { + return $this->serviceContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php new file mode 100644 index 000000000..ca2d7201b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php @@ -0,0 +1,44 @@ + + * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); + * $projects = $clouderrorreportingService->projects; + * + */ +class Google_Service_Clouderrorreporting_Resource_Projects extends Google_Service_Resource +{ + /** + * Deletes all error events of a given project. (projects.deleteEvents) + * + * @param string $projectName Required. The resource name of the Google Cloud + * Platform project. Written as `projects/` plus the [Google Cloud Platform + * project ID](https://support.google.com/cloud/answer/6158840). Example: + * `projects/my-project-123`. + * @param array $optParams Optional parameters. + * @return Google_Service_Clouderrorreporting_DeleteEventsResponse + */ + public function deleteEvents($projectName, $optParams = array()) + { + $params = array('projectName' => $projectName); + $params = array_merge($params, $optParams); + return $this->call('deleteEvents', array($params), "Google_Service_Clouderrorreporting_DeleteEventsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php new file mode 100644 index 000000000..cc8f31c00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php @@ -0,0 +1,87 @@ + + * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); + * $events = $clouderrorreportingService->events; + * + */ +class Google_Service_Clouderrorreporting_Resource_ProjectsEvents extends Google_Service_Resource +{ + /** + * Lists the specified events. (events.listProjectsEvents) + * + * @param string $projectName Required. The resource name of the Google Cloud + * Platform project. Written as `projects/` plus the [Google Cloud Platform + * project ID](https://support.google.com/cloud/answer/6158840). Example: + * `projects/my-project-123`. + * @param array $optParams Optional parameters. + * + * @opt_param string timeRange.period Restricts the query to the specified time + * range. + * @opt_param string groupId Required. The group for which events shall be + * returned. + * @opt_param string pageToken Optional. A `next_page_token` provided by a + * previous response. + * @opt_param string serviceFilter.service Optional. The exact value to match + * against [`ServiceContext.service`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). + * @opt_param int pageSize Optional. The maximum number of results to return per + * response. + * @opt_param string serviceFilter.version Optional. The exact value to match + * against [`ServiceContext.version`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). + * @opt_param string serviceFilter.resourceType Optional. The exact value to + * match against [`ServiceContext.resource_type`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). + * @return Google_Service_Clouderrorreporting_ListEventsResponse + */ + public function listProjectsEvents($projectName, $optParams = array()) + { + $params = array('projectName' => $projectName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Clouderrorreporting_ListEventsResponse"); + } + /** + * Report an individual error event. + * + * This endpoint accepts **either** an OAuth token, **or** an [API + * key](https://support.google.com/cloud/answer/6158862) for authentication. To + * use an API key, append it to the URL as the value of a `key` parameter. For + * example: + * + * `POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example- + * project/events:report?key=123ABC456` (events.report) + * + * @param string $projectName Required. The resource name of the Google Cloud + * Platform project. Written as `projects/` plus the [Google Cloud Platform + * project ID](https://support.google.com/cloud/answer/6158840). Example: + * `projects/my-project-123`. + * @param Google_Service_Clouderrorreporting_ReportedErrorEvent $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Clouderrorreporting_ReportErrorEventResponse + */ + public function report($projectName, Google_Service_Clouderrorreporting_ReportedErrorEvent $postBody, $optParams = array()) + { + $params = array('projectName' => $projectName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('report', array($params), "Google_Service_Clouderrorreporting_ReportErrorEventResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php new file mode 100644 index 000000000..6ed81e80b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php @@ -0,0 +1,71 @@ + + * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); + * $groupStats = $clouderrorreportingService->groupStats; + * + */ +class Google_Service_Clouderrorreporting_Resource_ProjectsGroupStats extends Google_Service_Resource +{ + /** + * Lists the specified groups. (groupStats.listProjectsGroupStats) + * + * @param string $projectName Required. The resource name of the Google Cloud + * Platform project. Written as projects/ plus the Google Cloud Platform project + * ID. + * + * Example: projects/my-project-123. + * @param array $optParams Optional parameters. + * + * @opt_param string serviceFilter.resourceType Optional. The exact value to + * match against [`ServiceContext.resource_type`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). + * @opt_param string alignmentTime Optional. Time where the timed counts shall + * be aligned if rounded alignment is chosen. Default is 00:00 UTC. + * @opt_param string timedCountDuration Optional. The preferred duration for a + * single returned `TimedCount`. If not set, no timed counts are returned. + * @opt_param string pageToken Optional. A `next_page_token` provided by a + * previous response. To view additional results, pass this token along with the + * identical query parameters as the first request. + * @opt_param string timeRange.period Restricts the query to the specified time + * range. + * @opt_param string alignment Optional. The alignment of the timed counts to be + * returned. Default is `ALIGNMENT_EQUAL_AT_END`. + * @opt_param string groupId Optional. List all ErrorGroupStats with these IDs. + * @opt_param string serviceFilter.service Optional. The exact value to match + * against [`ServiceContext.service`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). + * @opt_param int pageSize Optional. The maximum number of results to return per + * response. Default is 20. + * @opt_param string order Optional. The sort order in which the results are + * returned. Default is `COUNT_DESC`. + * @opt_param string serviceFilter.version Optional. The exact value to match + * against [`ServiceContext.version`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). + * @return Google_Service_Clouderrorreporting_ListGroupStatsResponse + */ + public function listProjectsGroupStats($projectName, $optParams = array()) + { + $params = array('projectName' => $projectName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Clouderrorreporting_ListGroupStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php new file mode 100644 index 000000000..b80b1ce88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php @@ -0,0 +1,62 @@ + + * $clouderrorreportingService = new Google_Service_Clouderrorreporting(...); + * $groups = $clouderrorreportingService->groups; + * + */ +class Google_Service_Clouderrorreporting_Resource_ProjectsGroups extends Google_Service_Resource +{ + /** + * Get the specified group. (groups.get) + * + * @param string $groupName Required. The group resource name. Written as + * projects/projectID/groups/group_name. Call + * + * groupStats.list to return a list of groups belonging to this project. + * + * Example: projects/my-project-123/groups/my-group + * @param array $optParams Optional parameters. + * @return Google_Service_Clouderrorreporting_ErrorGroup + */ + public function get($groupName, $optParams = array()) + { + $params = array('groupName' => $groupName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Clouderrorreporting_ErrorGroup"); + } + /** + * Replace the data for the specified group. Fails if the group does not exist. + * (groups.update) + * + * @param string $name The group resource name. Example: projects/my- + * project-123/groups/my-groupid + * @param Google_Service_Clouderrorreporting_ErrorGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Clouderrorreporting_ErrorGroup + */ + public function update($name, Google_Service_Clouderrorreporting_ErrorGroup $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Clouderrorreporting_ErrorGroup"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ServiceContext.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ServiceContext.php new file mode 100644 index 000000000..3abdf1e9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ServiceContext.php @@ -0,0 +1,48 @@ +resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceLocation.php new file mode 100644 index 000000000..5ed8fc6c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceLocation.php @@ -0,0 +1,48 @@ +filePath = $filePath; + } + public function getFilePath() + { + return $this->filePath; + } + public function setFunctionName($functionName) + { + $this->functionName = $functionName; + } + public function getFunctionName() + { + return $this->functionName; + } + public function setLineNumber($lineNumber) + { + $this->lineNumber = $lineNumber; + } + public function getLineNumber() + { + return $this->lineNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceReference.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceReference.php new file mode 100644 index 000000000..fd8db16eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/SourceReference.php @@ -0,0 +1,39 @@ +repository = $repository; + } + public function getRepository() + { + return $this->repository; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TimedCount.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TimedCount.php new file mode 100644 index 000000000..b4bb7d571 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TimedCount.php @@ -0,0 +1,48 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TrackingIssue.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TrackingIssue.php new file mode 100644 index 000000000..cee001384 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/TrackingIssue.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest.php new file mode 100644 index 000000000..e5765b45a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest.php @@ -0,0 +1,71 @@ + + * Reports latency data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Cloudlatencytest extends Google_Service +{ + /** View monitoring data for all of your Google Cloud and API projects. */ + const MONITORING_READONLY = + "https://www.googleapis.com/auth/monitoring.readonly"; + + public $statscollection; + + /** + * Constructs the internal representation of the Cloudlatencytest service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://cloudlatencytest-pa.googleapis.com/'; + $this->servicePath = 'v2/statscollection/'; + $this->version = 'v2'; + $this->serviceName = 'cloudlatencytest'; + + $this->statscollection = new Google_Service_Cloudlatencytest_StatscollectionResource( + $this, + $this->serviceName, + 'statscollection', + array( + 'methods' => array( + 'updateaggregatedstats' => array( + 'path' => 'updateaggregatedstats', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'updatestats' => array( + 'path' => 'updatestats', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStats.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStats.php new file mode 100644 index 000000000..e4780ec65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStats.php @@ -0,0 +1,32 @@ +stats = $stats; + } + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStatsReply.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStatsReply.php new file mode 100644 index 000000000..cadfbc954 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/AggregatedStatsReply.php @@ -0,0 +1,30 @@ +testValue = $testValue; + } + public function getTestValue() + { + return $this->testValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/DoubleValue.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/DoubleValue.php new file mode 100644 index 000000000..18a19851e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/DoubleValue.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/IntValue.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/IntValue.php new file mode 100644 index 000000000..3071ca11b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/IntValue.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/Stats.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/Stats.php new file mode 100644 index 000000000..1536b5e6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/Stats.php @@ -0,0 +1,61 @@ +doubleValues = $doubleValues; + } + public function getDoubleValues() + { + return $this->doubleValues; + } + public function setIntValues($intValues) + { + $this->intValues = $intValues; + } + public function getIntValues() + { + return $this->intValues; + } + public function setStringValues($stringValues) + { + $this->stringValues = $stringValues; + } + public function getStringValues() + { + return $this->stringValues; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatsReply.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatsReply.php new file mode 100644 index 000000000..ec0970c35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatsReply.php @@ -0,0 +1,30 @@ +testValue = $testValue; + } + public function getTestValue() + { + return $this->testValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatscollectionResource.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatscollectionResource.php new file mode 100644 index 000000000..de3a3a170 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StatscollectionResource.php @@ -0,0 +1,54 @@ + + * $cloudlatencytestService = new Google_Service_Cloudlatencytest(...); + * $statscollection = $cloudlatencytestService->statscollection; + * + */ +class Google_Service_Cloudlatencytest_StatscollectionResource extends Google_Service_Resource +{ + /** + * RPC to update the new TCP stats. (statscollection.updateaggregatedstats) + * + * @param Google_Service_Cloudlatencytest_AggregatedStats $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudlatencytest_AggregatedStatsReply + */ + public function updateaggregatedstats(Google_Service_Cloudlatencytest_AggregatedStats $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply"); + } + /** + * RPC to update the new TCP stats. (statscollection.updatestats) + * + * @param Google_Service_Cloudlatencytest_Stats $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Cloudlatencytest_StatsReply + */ + public function updatestats(Google_Service_Cloudlatencytest_Stats $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StringValue.php b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StringValue.php new file mode 100644 index 000000000..0e5c540a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudlatencytest/StringValue.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer.php new file mode 100644 index 000000000..d0a2fb930 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer.php @@ -0,0 +1,78 @@ + + * The Perspective Comment Analyzer API provides information about the potential + * impact of a comment on a conversation (e.g. it can provide a score for the + * "toxicity" of a comment). Users can leverage the "SuggestCommentScore" method + * to submit corrections to improve Perspective over time. Users can set the + * "doNotStore" flag to ensure that all submitted comments are automatically + * deleted after scores are returned. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_CommentAnalyzer extends Google_Service +{ + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $comments; + + /** + * Constructs the internal representation of the CommentAnalyzer 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://commentanalyzer.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1alpha1'; + $this->serviceName = 'commentanalyzer'; + + $this->comments = new Google_Service_CommentAnalyzer_Resource_Comments( + $this, + $this->serviceName, + 'comments', + array( + 'methods' => array( + 'analyze' => array( + 'path' => 'v1alpha1/comments:analyze', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'suggestscore' => array( + 'path' => 'v1alpha1/comments:suggestscore', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentRequest.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentRequest.php new file mode 100644 index 000000000..dcbb7b4aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentRequest.php @@ -0,0 +1,124 @@ +clientToken = $clientToken; + } + public function getClientToken() + { + return $this->clientToken; + } + /** + * @param Google_Service_CommentAnalyzer_TextEntry + */ + public function setComment(Google_Service_CommentAnalyzer_TextEntry $comment) + { + $this->comment = $comment; + } + /** + * @return Google_Service_CommentAnalyzer_TextEntry + */ + public function getComment() + { + return $this->comment; + } + public function setCommunityId($communityId) + { + $this->communityId = $communityId; + } + public function getCommunityId() + { + return $this->communityId; + } + /** + * @param Google_Service_CommentAnalyzer_Context + */ + public function setContext(Google_Service_CommentAnalyzer_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_CommentAnalyzer_Context + */ + public function getContext() + { + return $this->context; + } + public function setDoNotStore($doNotStore) + { + $this->doNotStore = $doNotStore; + } + public function getDoNotStore() + { + return $this->doNotStore; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + /** + * @param Google_Service_CommentAnalyzer_AttributeParameters + */ + public function setRequestedAttributes($requestedAttributes) + { + $this->requestedAttributes = $requestedAttributes; + } + /** + * @return Google_Service_CommentAnalyzer_AttributeParameters + */ + public function getRequestedAttributes() + { + return $this->requestedAttributes; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setSpanAnnotations($spanAnnotations) + { + $this->spanAnnotations = $spanAnnotations; + } + public function getSpanAnnotations() + { + return $this->spanAnnotations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentResponse.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentResponse.php new file mode 100644 index 000000000..0a99d7506 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AnalyzeCommentResponse.php @@ -0,0 +1,65 @@ +attributeScores = $attributeScores; + } + /** + * @return Google_Service_CommentAnalyzer_AttributeScores + */ + public function getAttributeScores() + { + return $this->attributeScores; + } + public function setClientToken($clientToken) + { + $this->clientToken = $clientToken; + } + public function getClientToken() + { + return $this->clientToken; + } + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/ArticleAndParentComment.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/ArticleAndParentComment.php new file mode 100644 index 000000000..a6e2cc14f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/ArticleAndParentComment.php @@ -0,0 +1,53 @@ +article = $article; + } + /** + * @return Google_Service_CommentAnalyzer_TextEntry + */ + public function getArticle() + { + return $this->article; + } + /** + * @param Google_Service_CommentAnalyzer_TextEntry + */ + public function setParentComment(Google_Service_CommentAnalyzer_TextEntry $parentComment) + { + $this->parentComment = $parentComment; + } + /** + * @return Google_Service_CommentAnalyzer_TextEntry + */ + public function getParentComment() + { + return $this->parentComment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeParameters.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeParameters.php new file mode 100644 index 000000000..55219e52f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeParameters.php @@ -0,0 +1,39 @@ +scoreThreshold = $scoreThreshold; + } + public function getScoreThreshold() + { + return $this->scoreThreshold; + } + public function setScoreType($scoreType) + { + $this->scoreType = $scoreType; + } + public function getScoreType() + { + return $this->scoreType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeScores.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeScores.php new file mode 100644 index 000000000..6678a1bde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/AttributeScores.php @@ -0,0 +1,54 @@ +spanScores = $spanScores; + } + /** + * @return Google_Service_CommentAnalyzer_SpanScore + */ + public function getSpanScores() + { + return $this->spanScores; + } + /** + * @param Google_Service_CommentAnalyzer_Score + */ + public function setSummaryScore(Google_Service_CommentAnalyzer_Score $summaryScore) + { + $this->summaryScore = $summaryScore; + } + /** + * @return Google_Service_CommentAnalyzer_Score + */ + public function getSummaryScore() + { + return $this->summaryScore; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Context.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Context.php new file mode 100644 index 000000000..f06d0fa27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Context.php @@ -0,0 +1,54 @@ +articleAndParentComment = $articleAndParentComment; + } + /** + * @return Google_Service_CommentAnalyzer_ArticleAndParentComment + */ + public function getArticleAndParentComment() + { + return $this->articleAndParentComment; + } + /** + * @param Google_Service_CommentAnalyzer_TextEntry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_CommentAnalyzer_TextEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Resource/Comments.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Resource/Comments.php new file mode 100644 index 000000000..44f32f39c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Resource/Comments.php @@ -0,0 +1,55 @@ + + * $commentanalyzerService = new Google_Service_CommentAnalyzer(...); + * $comments = $commentanalyzerService->comments; + * + */ +class Google_Service_CommentAnalyzer_Resource_Comments extends Google_Service_Resource +{ + /** + * Analyzes the provided text and returns scores for requested attributes. + * (comments.analyze) + * + * @param Google_Service_CommentAnalyzer_AnalyzeCommentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CommentAnalyzer_AnalyzeCommentResponse + */ + public function analyze(Google_Service_CommentAnalyzer_AnalyzeCommentRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('analyze', array($params), "Google_Service_CommentAnalyzer_AnalyzeCommentResponse"); + } + /** + * Suggest comment scores as training data. (comments.suggestscore) + * + * @param Google_Service_CommentAnalyzer_SuggestCommentScoreRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CommentAnalyzer_SuggestCommentScoreResponse + */ + public function suggestscore(Google_Service_CommentAnalyzer_SuggestCommentScoreRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('suggestscore', array($params), "Google_Service_CommentAnalyzer_SuggestCommentScoreResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Score.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Score.php new file mode 100644 index 000000000..60ae828e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/Score.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SpanScore.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SpanScore.php new file mode 100644 index 000000000..75d7d8829 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SpanScore.php @@ -0,0 +1,55 @@ +begin = $begin; + } + public function getBegin() + { + return $this->begin; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + /** + * @param Google_Service_CommentAnalyzer_Score + */ + public function setScore(Google_Service_CommentAnalyzer_Score $score) + { + $this->score = $score; + } + /** + * @return Google_Service_CommentAnalyzer_Score + */ + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreRequest.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreRequest.php new file mode 100644 index 000000000..6497dedfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreRequest.php @@ -0,0 +1,106 @@ +attributeScores = $attributeScores; + } + /** + * @return Google_Service_CommentAnalyzer_AttributeScores + */ + public function getAttributeScores() + { + return $this->attributeScores; + } + public function setClientToken($clientToken) + { + $this->clientToken = $clientToken; + } + public function getClientToken() + { + return $this->clientToken; + } + /** + * @param Google_Service_CommentAnalyzer_TextEntry + */ + public function setComment(Google_Service_CommentAnalyzer_TextEntry $comment) + { + $this->comment = $comment; + } + /** + * @return Google_Service_CommentAnalyzer_TextEntry + */ + public function getComment() + { + return $this->comment; + } + public function setCommunityId($communityId) + { + $this->communityId = $communityId; + } + public function getCommunityId() + { + return $this->communityId; + } + /** + * @param Google_Service_CommentAnalyzer_Context + */ + public function setContext(Google_Service_CommentAnalyzer_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_CommentAnalyzer_Context + */ + public function getContext() + { + return $this->context; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreResponse.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreResponse.php new file mode 100644 index 000000000..d1faf76ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/SuggestCommentScoreResponse.php @@ -0,0 +1,49 @@ +clientToken = $clientToken; + } + public function getClientToken() + { + return $this->clientToken; + } + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } + public function setRequestedLanguages($requestedLanguages) + { + $this->requestedLanguages = $requestedLanguages; + } + public function getRequestedLanguages() + { + return $this->requestedLanguages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/TextEntry.php b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/TextEntry.php new file mode 100644 index 000000000..ab3174bce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CommentAnalyzer/TextEntry.php @@ -0,0 +1,39 @@ +text = $text; + } + public function getText() + { + return $this->text; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute.php b/vendor/google/apiclient-services/src/Google/Service/Compute.php new file mode 100644 index 000000000..06a6b27aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute.php @@ -0,0 +1,11334 @@ + + * Creates and runs virtual machines on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Compute extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + /** View your Google Compute Engine resources. */ + const COMPUTE_READONLY = + "https://www.googleapis.com/auth/compute.readonly"; + /** Manage your data and permissions in Google Cloud Storage. */ + const DEVSTORAGE_FULL_CONTROL = + "https://www.googleapis.com/auth/devstorage.full_control"; + /** View your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_ONLY = + "https://www.googleapis.com/auth/devstorage.read_only"; + /** Manage your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_WRITE = + "https://www.googleapis.com/auth/devstorage.read_write"; + + public $acceleratorTypes; + public $addresses; + public $autoscalers; + public $backendBuckets; + public $backendServices; + public $diskTypes; + public $disks; + public $externalVpnGateways; + public $firewalls; + public $forwardingRules; + public $globalAddresses; + public $globalForwardingRules; + public $globalOperations; + public $healthChecks; + public $httpHealthChecks; + public $httpsHealthChecks; + public $images; + public $instanceGroupManagers; + public $instanceGroups; + public $instanceTemplates; + public $instances; + public $interconnectAttachments; + public $interconnectLocations; + public $interconnects; + public $licenseCodes; + public $licenses; + public $machineTypes; + public $networkEndpointGroups; + public $networks; + public $nodeGroups; + public $nodeTemplates; + public $nodeTypes; + public $projects; + public $regionAutoscalers; + public $regionBackendServices; + public $regionCommitments; + public $regionDiskTypes; + public $regionDisks; + public $regionHealthChecks; + public $regionInstanceGroupManagers; + public $regionInstanceGroups; + public $regionOperations; + public $regionSslCertificates; + public $regionTargetHttpProxies; + public $regionTargetHttpsProxies; + public $regionUrlMaps; + public $regions; + public $reservations; + public $resourcePolicies; + public $routers; + public $routes; + public $securityPolicies; + public $snapshots; + public $sslCertificates; + public $sslPolicies; + public $subnetworks; + public $targetHttpProxies; + public $targetHttpsProxies; + public $targetInstances; + public $targetPools; + public $targetSslProxies; + public $targetTcpProxies; + public $targetVpnGateways; + public $urlMaps; + public $vpnGateways; + public $vpnTunnels; + public $zoneOperations; + public $zones; + + /** + * Constructs the internal representation of the Compute 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://compute.googleapis.com/'; + $this->servicePath = 'compute/v1/projects/'; + $this->batchPath = 'batch/compute/v1'; + $this->version = 'v1'; + $this->serviceName = 'compute'; + + $this->acceleratorTypes = new Google_Service_Compute_Resource_AcceleratorTypes( + $this, + $this->serviceName, + 'acceleratorTypes', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/acceleratorTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/acceleratorTypes/{acceleratorType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acceleratorType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/acceleratorTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->addresses = new Google_Service_Compute_Resource_Addresses( + $this, + $this->serviceName, + 'addresses', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/addresses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/addresses/{address}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/addresses/{address}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/addresses', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/addresses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->autoscalers = new Google_Service_Compute_Resource_Autoscalers( + $this, + $this->serviceName, + 'autoscalers', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/autoscalers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/autoscalers/{autoscaler}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/autoscalers/{autoscaler}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/autoscalers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/autoscalers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/zones/{zone}/autoscalers', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/zones/{zone}/autoscalers', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->backendBuckets = new Google_Service_Compute_Resource_BackendBuckets( + $this, + $this->serviceName, + 'backendBuckets', + array( + 'methods' => array( + 'addSignedUrlKey' => array( + 'path' => '{project}/global/backendBuckets/{backendBucket}/addSignedUrlKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/backendBuckets/{backendBucket}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteSignedUrlKey' => array( + 'path' => '{project}/global/backendBuckets/{backendBucket}/deleteSignedUrlKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyName' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/backendBuckets/{backendBucket}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/backendBuckets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/backendBuckets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/backendBuckets/{backendBucket}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/backendBuckets/{backendBucket}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->backendServices = new Google_Service_Compute_Resource_BackendServices( + $this, + $this->serviceName, + 'backendServices', + array( + 'methods' => array( + 'addSignedUrlKey' => array( + 'path' => '{project}/global/backendServices/{backendService}/addSignedUrlKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/backendServices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/backendServices/{backendService}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteSignedUrlKey' => array( + 'path' => '{project}/global/backendServices/{backendService}/deleteSignedUrlKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyName' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/backendServices/{backendService}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getHealth' => array( + 'path' => '{project}/global/backendServices/{backendService}/getHealth', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/backendServices', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/backendServices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/backendServices/{backendService}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSecurityPolicy' => array( + 'path' => '{project}/global/backendServices/{backendService}/setSecurityPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/backendServices/{backendService}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->diskTypes = new Google_Service_Compute_Resource_DiskTypes( + $this, + $this->serviceName, + 'diskTypes', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/diskTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/diskTypes/{diskType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'diskType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/diskTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->disks = new Google_Service_Compute_Resource_Disks( + $this, + $this->serviceName, + 'disks', + array( + 'methods' => array( + 'addResourcePolicies' => array( + 'path' => '{project}/zones/{zone}/disks/{disk}/addResourcePolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/disks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'createSnapshot' => array( + 'path' => '{project}/zones/{zone}/disks/{disk}/createSnapshot', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'guestFlush' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/disks/{disk}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/disks/{disk}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/zones/{zone}/disks/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/disks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceImage' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/disks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeResourcePolicies' => array( + 'path' => '{project}/zones/{zone}/disks/{disk}/removeResourcePolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'resize' => array( + 'path' => '{project}/zones/{zone}/disks/{disk}/resize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/zones/{zone}/disks/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLabels' => array( + 'path' => '{project}/zones/{zone}/disks/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/zones/{zone}/disks/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->externalVpnGateways = new Google_Service_Compute_Resource_ExternalVpnGateways( + $this, + $this->serviceName, + 'externalVpnGateways', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/externalVpnGateways/{externalVpnGateway}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'externalVpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/externalVpnGateways/{externalVpnGateway}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'externalVpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/externalVpnGateways', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/externalVpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setLabels' => array( + 'path' => '{project}/global/externalVpnGateways/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/externalVpnGateways/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->firewalls = new Google_Service_Compute_Resource_Firewalls( + $this, + $this->serviceName, + 'firewalls', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/firewalls/{firewall}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'firewall' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/firewalls/{firewall}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'firewall' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/firewalls', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/firewalls', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/firewalls/{firewall}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'firewall' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/firewalls/{firewall}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'firewall' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->forwardingRules = new Google_Service_Compute_Resource_ForwardingRules( + $this, + $this->serviceName, + 'forwardingRules', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/forwardingRules', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingRule' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingRule' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/forwardingRules', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/forwardingRules', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setTarget' => array( + 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingRule' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->globalAddresses = new Google_Service_Compute_Resource_GlobalAddresses( + $this, + $this->serviceName, + 'globalAddresses', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/addresses/{address}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/addresses/{address}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/addresses', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/addresses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->globalForwardingRules = new Google_Service_Compute_Resource_GlobalForwardingRules( + $this, + $this->serviceName, + 'globalForwardingRules', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/forwardingRules/{forwardingRule}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingRule' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/forwardingRules/{forwardingRule}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingRule' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/forwardingRules', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/forwardingRules', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setTarget' => array( + 'path' => '{project}/global/forwardingRules/{forwardingRule}/setTarget', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingRule' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->globalOperations = new Google_Service_Compute_Resource_GlobalOperations( + $this, + $this->serviceName, + 'globalOperations', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->healthChecks = new Google_Service_Compute_Resource_HealthChecks( + $this, + $this->serviceName, + 'healthChecks', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/healthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/healthChecks/{healthCheck}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/healthChecks/{healthCheck}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/healthChecks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/healthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/healthChecks/{healthCheck}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/healthChecks/{healthCheck}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->httpHealthChecks = new Google_Service_Compute_Resource_HttpHealthChecks( + $this, + $this->serviceName, + 'httpHealthChecks', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/httpHealthChecks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/httpHealthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->httpsHealthChecks = new Google_Service_Compute_Resource_HttpsHealthChecks( + $this, + $this->serviceName, + 'httpsHealthChecks', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/httpsHealthChecks/{httpsHealthCheck}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpsHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/httpsHealthChecks/{httpsHealthCheck}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpsHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/httpsHealthChecks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/httpsHealthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/httpsHealthChecks/{httpsHealthCheck}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpsHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/httpsHealthChecks/{httpsHealthCheck}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'httpsHealthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->images = new Google_Service_Compute_Resource_Images( + $this, + $this->serviceName, + 'images', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/images/{image}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'image' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deprecate' => array( + 'path' => '{project}/global/images/{image}/deprecate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'image' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/images/{image}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'image' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getFromFamily' => array( + 'path' => '{project}/global/images/family/{family}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'family' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/images/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/images', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forceCreate' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/images', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/images/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLabels' => array( + 'path' => '{project}/global/images/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/images/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->instanceGroupManagers = new Google_Service_Compute_Resource_InstanceGroupManagers( + $this, + $this->serviceName, + 'instanceGroupManagers', + array( + 'methods' => array( + 'abandonInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/instanceGroupManagers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listManagedInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'order_by' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'recreateInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'resize' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'size' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setInstanceTemplate' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setTargetPools' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->instanceGroups = new Google_Service_Compute_Resource_InstanceGroups( + $this, + $this->serviceName, + 'instanceGroups', + array( + 'methods' => array( + 'addInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}/addInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/instanceGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/instanceGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/instanceGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}/listInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}/removeInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setNamedPorts' => array( + 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}/setNamedPorts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->instanceTemplates = new Google_Service_Compute_Resource_InstanceTemplates( + $this, + $this->serviceName, + 'instanceTemplates', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceTemplate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceTemplate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/instanceTemplates/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/instanceTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/instanceTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/instanceTemplates/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/instanceTemplates/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->instances = new Google_Service_Compute_Resource_Instances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'addAccessConfig' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/addAccessConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkInterface' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'attachDisk' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/attachDisk', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forceAttach' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteAccessConfig' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accessConfig' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'networkInterface' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'detachDisk' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceName' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getGuestAttributes' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/getGuestAttributes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'queryPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'variableKey' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/zones/{zone}/instances/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getSerialPortOutput' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/serialPort', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'port' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getShieldedInstanceIdentity' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/getShieldedInstanceIdentity', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceInstanceTemplate' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listReferrers' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/referrers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reset' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setDeletionProtection' => array( + 'path' => '{project}/zones/{zone}/instances/{resource}/setDeletionProtection', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deletionProtection' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setDiskAutoDelete' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoDelete' => array( + 'location' => 'query', + 'type' => 'boolean', + 'required' => true, + ), + 'deviceName' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/zones/{zone}/instances/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLabels' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setMachineResources' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setMachineResources', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setMachineType' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setMachineType', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setMetadata' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setMinCpuPlatform' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setMinCpuPlatform', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setScheduling' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setScheduling', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setServiceAccount' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setServiceAccount', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setShieldedInstanceIntegrityPolicy' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setShieldedInstanceIntegrityPolicy', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setTags' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/setTags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'simulateMaintenanceEvent' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'start' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/start', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'startWithEncryptionKey' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/startWithEncryptionKey', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'stop' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/zones/{zone}/instances/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateAccessConfig' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/updateAccessConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkInterface' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateDisplayDevice' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/updateDisplayDevice', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateNetworkInterface' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/updateNetworkInterface', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkInterface' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateShieldedInstanceConfig' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/updateShieldedInstanceConfig', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->interconnectAttachments = new Google_Service_Compute_Resource_InterconnectAttachments( + $this, + $this->serviceName, + 'interconnectAttachments', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/interconnectAttachments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnectAttachment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnectAttachment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/interconnectAttachments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/interconnectAttachments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnectAttachment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->interconnectLocations = new Google_Service_Compute_Resource_InterconnectLocations( + $this, + $this->serviceName, + 'interconnectLocations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/interconnectLocations/{interconnectLocation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnectLocation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/interconnectLocations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->interconnects = new Google_Service_Compute_Resource_Interconnects( + $this, + $this->serviceName, + 'interconnects', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/interconnects/{interconnect}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnect' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/interconnects/{interconnect}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnect' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getDiagnostics' => array( + 'path' => '{project}/global/interconnects/{interconnect}/getDiagnostics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnect' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/interconnects', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/interconnects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/interconnects/{interconnect}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interconnect' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->licenseCodes = new Google_Service_Compute_Resource_LicenseCodes( + $this, + $this->serviceName, + 'licenseCodes', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/licenseCodes/{licenseCode}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'licenseCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/licenseCodes/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->licenses = new Google_Service_Compute_Resource_Licenses( + $this, + $this->serviceName, + 'licenses', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/licenses/{license}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'license' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/licenses/{license}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'license' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/licenses/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/licenses', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/licenses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/licenses/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/licenses/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->machineTypes = new Google_Service_Compute_Resource_MachineTypes( + $this, + $this->serviceName, + 'machineTypes', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/machineTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/machineTypes/{machineType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'machineType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/machineTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->networkEndpointGroups = new Google_Service_Compute_Resource_NetworkEndpointGroups( + $this, + $this->serviceName, + 'networkEndpointGroups', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/networkEndpointGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'attachNetworkEndpoints' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/attachNetworkEndpoints', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkEndpointGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkEndpointGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'detachNetworkEndpoints' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/detachNetworkEndpoints', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkEndpointGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkEndpointGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listNetworkEndpoints' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/listNetworkEndpoints', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'networkEndpointGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/zones/{zone}/networkEndpointGroups/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->networks = new Google_Service_Compute_Resource_Networks( + $this, + $this->serviceName, + 'networks', + array( + 'methods' => array( + 'addPeering' => array( + 'path' => '{project}/global/networks/{network}/addPeering', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/networks/{network}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/networks/{network}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/networks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/networks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/networks/{network}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removePeering' => array( + 'path' => '{project}/global/networks/{network}/removePeering', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'switchToCustomMode' => array( + 'path' => '{project}/global/networks/{network}/switchToCustomMode', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updatePeering' => array( + 'path' => '{project}/global/networks/{network}/updatePeering', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->nodeGroups = new Google_Service_Compute_Resource_NodeGroups( + $this, + $this->serviceName, + 'nodeGroups', + array( + 'methods' => array( + 'addNodes' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{nodeGroup}/addNodes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/nodeGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{nodeGroup}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteNodes' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{nodeGroup}/deleteNodes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{nodeGroup}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/nodeGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'initialNodeCount' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/nodeGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listNodes' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{nodeGroup}/listNodes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setNodeTemplate' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{nodeGroup}/setNodeTemplate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/zones/{zone}/nodeGroups/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->nodeTemplates = new Google_Service_Compute_Resource_NodeTemplates( + $this, + $this->serviceName, + 'nodeTemplates', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/nodeTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/nodeTemplates/{nodeTemplate}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeTemplate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/nodeTemplates/{nodeTemplate}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeTemplate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/regions/{region}/nodeTemplates/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/nodeTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/nodeTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/regions/{region}/nodeTemplates/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/regions/{region}/nodeTemplates/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->nodeTypes = new Google_Service_Compute_Resource_NodeTypes( + $this, + $this->serviceName, + 'nodeTypes', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/nodeTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/nodeTypes/{nodeType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/nodeTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Compute_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'disableXpnHost' => array( + 'path' => '{project}/disableXpnHost', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'disableXpnResource' => array( + 'path' => '{project}/disableXpnResource', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'enableXpnHost' => array( + 'path' => '{project}/enableXpnHost', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'enableXpnResource' => array( + 'path' => '{project}/enableXpnResource', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getXpnHost' => array( + 'path' => '{project}/getXpnHost', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getXpnResources' => array( + 'path' => '{project}/getXpnResources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'order_by' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listXpnHosts' => array( + 'path' => '{project}/listXpnHosts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'order_by' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'moveDisk' => array( + 'path' => '{project}/moveDisk', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'moveInstance' => array( + 'path' => '{project}/moveInstance', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setCommonInstanceMetadata' => array( + 'path' => '{project}/setCommonInstanceMetadata', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setDefaultNetworkTier' => array( + 'path' => '{project}/setDefaultNetworkTier', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUsageExportBucket' => array( + 'path' => '{project}/setUsageExportBucket', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionAutoscalers = new Google_Service_Compute_Resource_RegionAutoscalers( + $this, + $this->serviceName, + 'regionAutoscalers', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/autoscalers/{autoscaler}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/autoscalers/{autoscaler}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/autoscalers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/autoscalers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/autoscalers', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/autoscalers', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'autoscaler' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionBackendServices = new Google_Service_Compute_Resource_RegionBackendServices( + $this, + $this->serviceName, + 'regionBackendServices', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/backendServices/{backendService}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/backendServices/{backendService}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getHealth' => array( + 'path' => '{project}/regions/{region}/backendServices/{backendService}/getHealth', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/backendServices', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/backendServices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/backendServices/{backendService}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/backendServices/{backendService}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'backendService' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionCommitments = new Google_Service_Compute_Resource_RegionCommitments( + $this, + $this->serviceName, + 'regionCommitments', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/commitments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/commitments/{commitment}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commitment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/commitments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/commitments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionDiskTypes = new Google_Service_Compute_Resource_RegionDiskTypes( + $this, + $this->serviceName, + 'regionDiskTypes', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/regions/{region}/diskTypes/{diskType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'diskType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/diskTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionDisks = new Google_Service_Compute_Resource_RegionDisks( + $this, + $this->serviceName, + 'regionDisks', + array( + 'methods' => array( + 'addResourcePolicies' => array( + 'path' => '{project}/regions/{region}/disks/{disk}/addResourcePolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'createSnapshot' => array( + 'path' => '{project}/regions/{region}/disks/{disk}/createSnapshot', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/disks/{disk}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/disks/{disk}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/disks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceImage' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/disks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeResourcePolicies' => array( + 'path' => '{project}/regions/{region}/disks/{disk}/removeResourcePolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'resize' => array( + 'path' => '{project}/regions/{region}/disks/{disk}/resize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disk' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setLabels' => array( + 'path' => '{project}/regions/{region}/disks/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/regions/{region}/disks/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->regionHealthChecks = new Google_Service_Compute_Resource_RegionHealthChecks( + $this, + $this->serviceName, + 'regionHealthChecks', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/healthChecks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/healthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionInstanceGroupManagers = new Google_Service_Compute_Resource_RegionInstanceGroupManagers( + $this, + $this->serviceName, + 'regionInstanceGroupManagers', + array( + 'methods' => array( + 'abandonInstances' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/abandonInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteInstances' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listManagedInstances' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'order_by' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'recreateInstances' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/recreateInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'resize' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'size' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setInstanceTemplate' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setTargetPools' => array( + 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionInstanceGroups = new Google_Service_Compute_Resource_RegionInstanceGroups( + $this, + $this->serviceName, + 'regionInstanceGroups', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/regions/{region}/instanceGroups/{instanceGroup}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/instanceGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listInstances' => array( + 'path' => '{project}/regions/{region}/instanceGroups/{instanceGroup}/listInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setNamedPorts' => array( + 'path' => '{project}/regions/{region}/instanceGroups/{instanceGroup}/setNamedPorts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroup' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionOperations = new Google_Service_Compute_Resource_RegionOperations( + $this, + $this->serviceName, + 'regionOperations', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/operations/{operation}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionSslCertificates = new Google_Service_Compute_Resource_RegionSslCertificates( + $this, + $this->serviceName, + 'regionSslCertificates', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/sslCertificates/{sslCertificate}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslCertificate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/sslCertificates/{sslCertificate}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslCertificate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/sslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/sslCertificates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionTargetHttpProxies = new Google_Service_Compute_Resource_RegionTargetHttpProxies( + $this, + $this->serviceName, + 'regionTargetHttpProxies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUrlMap' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}/setUrlMap', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionTargetHttpsProxies = new Google_Service_Compute_Resource_RegionTargetHttpsProxies( + $this, + $this->serviceName, + 'regionTargetHttpsProxies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSslCertificates' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUrlMap' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionUrlMaps = new Google_Service_Compute_Resource_RegionUrlMaps( + $this, + $this->serviceName, + 'regionUrlMaps', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/urlMaps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/urlMaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'validate' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}/validate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->regions = new Google_Service_Compute_Resource_Regions( + $this, + $this->serviceName, + 'regions', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/regions/{region}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/regions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->reservations = new Google_Service_Compute_Resource_Reservations( + $this, + $this->serviceName, + 'reservations', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/reservations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/reservations/{reservation}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reservation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/reservations/{reservation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reservation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/zones/{zone}/reservations/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/reservations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/reservations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'resize' => array( + 'path' => '{project}/zones/{zone}/reservations/{reservation}/resize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reservation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/zones/{zone}/reservations/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/zones/{zone}/reservations/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->resourcePolicies = new Google_Service_Compute_Resource_ResourcePolicies( + $this, + $this->serviceName, + 'resourcePolicies', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/resourcePolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/resourcePolicies/{resourcePolicy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourcePolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/resourcePolicies/{resourcePolicy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourcePolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/regions/{region}/resourcePolicies/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/resourcePolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/resourcePolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/regions/{region}/resourcePolicies/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/regions/{region}/resourcePolicies/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->routers = new Google_Service_Compute_Resource_Routers( + $this, + $this->serviceName, + 'routers', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/routers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/routers/{router}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/routers/{router}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getNatMappingInfo' => array( + 'path' => '{project}/regions/{region}/routers/{router}/getNatMappingInfo', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getRouterStatus' => array( + 'path' => '{project}/regions/{region}/routers/{router}/getRouterStatus', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/routers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/routers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/routers/{router}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'preview' => array( + 'path' => '{project}/regions/{region}/routers/{router}/preview', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/routers/{router}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'router' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->routes = new Google_Service_Compute_Resource_Routes( + $this, + $this->serviceName, + 'routes', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/routes/{route}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'route' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/routes/{route}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'route' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/routes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/routes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->securityPolicies = new Google_Service_Compute_Resource_SecurityPolicies( + $this, + $this->serviceName, + 'securityPolicies', + array( + 'methods' => array( + 'addRule' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}/addRule', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getRule' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}/getRule', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'priority' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'insert' => array( + 'path' => '{project}/global/securityPolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/securityPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patchRule' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}/patchRule', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'priority' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'removeRule' => array( + 'path' => '{project}/global/securityPolicies/{securityPolicy}/removeRule', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'securityPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'priority' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->snapshots = new Google_Service_Compute_Resource_Snapshots( + $this, + $this->serviceName, + 'snapshots', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/snapshots/{snapshot}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'snapshot' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/snapshots/{snapshot}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'snapshot' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/snapshots/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/snapshots', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/snapshots/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLabels' => array( + 'path' => '{project}/global/snapshots/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/snapshots/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sslCertificates = new Google_Service_Compute_Resource_SslCertificates( + $this, + $this->serviceName, + 'sslCertificates', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/sslCertificates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/sslCertificates/{sslCertificate}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslCertificate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/sslCertificates/{sslCertificate}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslCertificate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/sslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/sslCertificates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sslPolicies = new Google_Service_Compute_Resource_SslPolicies( + $this, + $this->serviceName, + 'sslPolicies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/sslPolicies/{sslPolicy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/sslPolicies/{sslPolicy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/sslPolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/sslPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listAvailableFeatures' => array( + 'path' => '{project}/global/sslPolicies/listAvailableFeatures', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/sslPolicies/{sslPolicy}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslPolicy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->subnetworks = new Google_Service_Compute_Resource_Subnetworks( + $this, + $this->serviceName, + 'subnetworks', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/subnetworks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subnetwork' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'expandIpCidrRange' => array( + 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}/expandIpCidrRange', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subnetwork' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subnetwork' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/regions/{region}/subnetworks/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/subnetworks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/subnetworks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listUsable' => array( + 'path' => '{project}/aggregated/subnetworks/listUsable', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subnetwork' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/regions/{region}/subnetworks/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setPrivateIpGoogleAccess' => array( + 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}/setPrivateIpGoogleAccess', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subnetwork' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/regions/{region}/subnetworks/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->targetHttpProxies = new Google_Service_Compute_Resource_TargetHttpProxies( + $this, + $this->serviceName, + 'targetHttpProxies', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/targetHttpProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/targetHttpProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/targetHttpProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUrlMap' => array( + 'path' => '{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetHttpsProxies = new Google_Service_Compute_Resource_TargetHttpsProxies( + $this, + $this->serviceName, + 'targetHttpsProxies', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/targetHttpsProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/targetHttpsProxies/{targetHttpsProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/targetHttpsProxies/{targetHttpsProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/targetHttpsProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/targetHttpsProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setQuicOverride' => array( + 'path' => '{project}/global/targetHttpsProxies/{targetHttpsProxy}/setQuicOverride', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSslCertificates' => array( + 'path' => '{project}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSslPolicy' => array( + 'path' => '{project}/global/targetHttpsProxies/{targetHttpsProxy}/setSslPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUrlMap' => array( + 'path' => '{project}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetInstances = new Google_Service_Compute_Resource_TargetInstances( + $this, + $this->serviceName, + 'targetInstances', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/targetInstances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetInstance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetInstance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/targetInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/targetInstances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetPools = new Google_Service_Compute_Resource_TargetPools( + $this, + $this->serviceName, + 'targetPools', + array( + 'methods' => array( + 'addHealthCheck' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'addInstance' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'aggregatedList' => array( + 'path' => '{project}/aggregated/targetPools', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getHealth' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/getHealth', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/targetPools', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/targetPools', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeHealthCheck' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeInstance' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setBackup' => array( + 'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetPool' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'failoverRatio' => array( + 'location' => 'query', + 'type' => 'number', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetSslProxies = new Google_Service_Compute_Resource_TargetSslProxies( + $this, + $this->serviceName, + 'targetSslProxies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/targetSslProxies/{targetSslProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetSslProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/targetSslProxies/{targetSslProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetSslProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/targetSslProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/targetSslProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setBackendService' => array( + 'path' => '{project}/global/targetSslProxies/{targetSslProxy}/setBackendService', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetSslProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setProxyHeader' => array( + 'path' => '{project}/global/targetSslProxies/{targetSslProxy}/setProxyHeader', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetSslProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSslCertificates' => array( + 'path' => '{project}/global/targetSslProxies/{targetSslProxy}/setSslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetSslProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSslPolicy' => array( + 'path' => '{project}/global/targetSslProxies/{targetSslProxy}/setSslPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetSslProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetTcpProxies = new Google_Service_Compute_Resource_TargetTcpProxies( + $this, + $this->serviceName, + 'targetTcpProxies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/targetTcpProxies/{targetTcpProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetTcpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/targetTcpProxies/{targetTcpProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetTcpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/targetTcpProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/targetTcpProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setBackendService' => array( + 'path' => '{project}/global/targetTcpProxies/{targetTcpProxy}/setBackendService', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetTcpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setProxyHeader' => array( + 'path' => '{project}/global/targetTcpProxies/{targetTcpProxy}/setProxyHeader', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetTcpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetVpnGateways = new Google_Service_Compute_Resource_TargetVpnGateways( + $this, + $this->serviceName, + 'targetVpnGateways', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/targetVpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetVpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetVpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/targetVpnGateways', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/targetVpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->urlMaps = new Google_Service_Compute_Resource_UrlMaps( + $this, + $this->serviceName, + 'urlMaps', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/urlMaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/global/urlMaps/{urlMap}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/urlMaps/{urlMap}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/urlMaps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'invalidateCache' => array( + 'path' => '{project}/global/urlMaps/{urlMap}/invalidateCache', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/urlMaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/urlMaps/{urlMap}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/global/urlMaps/{urlMap}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'validate' => array( + 'path' => '{project}/global/urlMaps/{urlMap}/validate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->vpnGateways = new Google_Service_Compute_Resource_VpnGateways( + $this, + $this->serviceName, + 'vpnGateways', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/vpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{vpnGateway}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{vpnGateway}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getStatus' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{vpnGateway}/getStatus', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/vpnGateways', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/vpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setLabels' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->vpnTunnels = new Google_Service_Compute_Resource_VpnTunnels( + $this, + $this->serviceName, + 'vpnTunnels', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/vpnTunnels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnTunnel' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnTunnel' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/vpnTunnels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/vpnTunnels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->zoneOperations = new Google_Service_Compute_Resource_ZoneOperations( + $this, + $this->serviceName, + 'zoneOperations', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->zones = new Google_Service_Compute_Resource_Zones( + $this, + $this->serviceName, + 'zones', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/zones/{zone}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorConfig.php new file mode 100644 index 000000000..d584e10fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorConfig.php @@ -0,0 +1,39 @@ +acceleratorCount = $acceleratorCount; + } + public function getAcceleratorCount() + { + return $this->acceleratorCount; + } + public function setAcceleratorType($acceleratorType) + { + $this->acceleratorType = $acceleratorType; + } + public function getAcceleratorType() + { + return $this->acceleratorType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorType.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorType.php new file mode 100644 index 000000000..475946296 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorType.php @@ -0,0 +1,109 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setMaximumCardsPerInstance($maximumCardsPerInstance) + { + $this->maximumCardsPerInstance = $maximumCardsPerInstance; + } + public function getMaximumCardsPerInstance() + { + return $this->maximumCardsPerInstance; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedList.php new file mode 100644 index 000000000..1bdee89e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_AcceleratorTypesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_AcceleratorTypesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AcceleratorTypeAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_AcceleratorTypeAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AcceleratorTypeAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarning.php new file mode 100644 index 000000000..59745aaec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AcceleratorTypeAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AcceleratorTypeAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarningData.php new file mode 100644 index 000000000..edc6c9589 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeList.php new file mode 100644 index 000000000..82cc9d5fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_AcceleratorType + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_AcceleratorType + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AcceleratorTypeListWarning + */ + public function setWarning(Google_Service_Compute_AcceleratorTypeListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AcceleratorTypeListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarning.php new file mode 100644 index 000000000..b855274b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AcceleratorTypeListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AcceleratorTypeListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarningData.php new file mode 100644 index 000000000..940146220 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypeListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedList.php new file mode 100644 index 000000000..ab84d0d59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedList.php @@ -0,0 +1,54 @@ +acceleratorTypes = $acceleratorTypes; + } + /** + * @return Google_Service_Compute_AcceleratorType + */ + public function getAcceleratorTypes() + { + return $this->acceleratorTypes; + } + /** + * @param Google_Service_Compute_AcceleratorTypesScopedListWarning + */ + public function setWarning(Google_Service_Compute_AcceleratorTypesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AcceleratorTypesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarning.php new file mode 100644 index 000000000..c487d2e2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AcceleratorTypesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AcceleratorTypesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarningData.php new file mode 100644 index 000000000..5b127a106 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AcceleratorTypesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php new file mode 100644 index 000000000..4969fc673 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php @@ -0,0 +1,84 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNatIP($natIP) + { + $this->natIP = $natIP; + } + public function getNatIP() + { + return $this->natIP; + } + public function setNetworkTier($networkTier) + { + $this->networkTier = $networkTier; + } + public function getNetworkTier() + { + return $this->networkTier; + } + public function setPublicPtrDomainName($publicPtrDomainName) + { + $this->publicPtrDomainName = $publicPtrDomainName; + } + public function getPublicPtrDomainName() + { + return $this->publicPtrDomainName; + } + public function setSetPublicPtr($setPublicPtr) + { + $this->setPublicPtr = $setPublicPtr; + } + public function getSetPublicPtr() + { + return $this->setPublicPtr; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php new file mode 100644 index 000000000..9442f4fe6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php @@ -0,0 +1,175 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setAddressType($addressType) + { + $this->addressType = $addressType; + } + public function getAddressType() + { + return $this->addressType; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIpVersion($ipVersion) + { + $this->ipVersion = $ipVersion; + } + public function getIpVersion() + { + return $this->ipVersion; + } + 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 setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNetworkTier($networkTier) + { + $this->networkTier = $networkTier; + } + public function getNetworkTier() + { + return $this->networkTier; + } + public function setPrefixLength($prefixLength) + { + $this->prefixLength = $prefixLength; + } + public function getPrefixLength() + { + return $this->prefixLength; + } + public function setPurpose($purpose) + { + $this->purpose = $purpose; + } + public function getPurpose() + { + return $this->purpose; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setUsers($users) + { + $this->users = $users; + } + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedList.php new file mode 100644 index 000000000..48f465dd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_AddressesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_AddressesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AddressAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_AddressAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AddressAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarning.php new file mode 100644 index 000000000..ea3e9c5bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AddressAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AddressAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarningData.php new file mode 100644 index 000000000..7e4d81b91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressList.php new file mode 100644 index 000000000..0fee6e07a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Address + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Address + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AddressListWarning + */ + public function setWarning(Google_Service_Compute_AddressListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AddressListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarning.php new file mode 100644 index 000000000..999ffddb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AddressListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AddressListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarningData.php new file mode 100644 index 000000000..2bc695174 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.php new file mode 100644 index 000000000..02d8b6fef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.php @@ -0,0 +1,54 @@ +addresses = $addresses; + } + /** + * @return Google_Service_Compute_Address + */ + public function getAddresses() + { + return $this->addresses; + } + /** + * @param Google_Service_Compute_AddressesScopedListWarning + */ + public function setWarning(Google_Service_Compute_AddressesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AddressesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.php new file mode 100644 index 000000000..48f022355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AddressesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AddressesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php new file mode 100644 index 000000000..ea50a45e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AliasIpRange.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AliasIpRange.php new file mode 100644 index 000000000..909e53669 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AliasIpRange.php @@ -0,0 +1,39 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setSubnetworkRangeName($subnetworkRangeName) + { + $this->subnetworkRangeName = $subnetworkRangeName; + } + public function getSubnetworkRangeName() + { + return $this->subnetworkRangeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.php new file mode 100644 index 000000000..ab060b54c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.php @@ -0,0 +1,39 @@ +diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setInterface($interface) + { + $this->interface = $interface; + } + public function getInterface() + { + return $this->interface; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationReservedInstanceProperties.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationReservedInstanceProperties.php new file mode 100644 index 000000000..3bf80ba4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUAllocationReservedInstanceProperties.php @@ -0,0 +1,72 @@ +guestAccelerators = $guestAccelerators; + } + /** + * @return Google_Service_Compute_AcceleratorConfig + */ + public function getGuestAccelerators() + { + return $this->guestAccelerators; + } + /** + * @param Google_Service_Compute_AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk + */ + public function setLocalSsds($localSsds) + { + $this->localSsds = $localSsds; + } + /** + * @return Google_Service_Compute_AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk + */ + public function getLocalSsds() + { + return $this->localSsds; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setMinCpuPlatform($minCpuPlatform) + { + $this->minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUReservation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUReservation.php new file mode 100644 index 000000000..6e5178429 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AllocationSpecificSKUReservation.php @@ -0,0 +1,55 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setInUseCount($inUseCount) + { + $this->inUseCount = $inUseCount; + } + public function getInUseCount() + { + return $this->inUseCount; + } + /** + * @param Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties + */ + public function setInstanceProperties(Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties $instanceProperties) + { + $this->instanceProperties = $instanceProperties; + } + /** + * @return Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties + */ + public function getInstanceProperties() + { + return $this->instanceProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDisk.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDisk.php new file mode 100644 index 000000000..bc1b55df9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDisk.php @@ -0,0 +1,160 @@ +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_Compute_CustomerEncryptionKey + */ + public function setDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $diskEncryptionKey) + { + $this->diskEncryptionKey = $diskEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getDiskEncryptionKey() + { + return $this->diskEncryptionKey; + } + /** + * @param Google_Service_Compute_GuestOsFeature + */ + public function setGuestOsFeatures($guestOsFeatures) + { + $this->guestOsFeatures = $guestOsFeatures; + } + /** + * @return Google_Service_Compute_GuestOsFeature + */ + public function getGuestOsFeatures() + { + return $this->guestOsFeatures; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Compute_AttachedDiskInitializeParams + */ + public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializeParams $initializeParams) + { + $this->initializeParams = $initializeParams; + } + /** + * @return Google_Service_Compute_AttachedDiskInitializeParams + */ + 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/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php new file mode 100644 index 000000000..ae0563d84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php @@ -0,0 +1,126 @@ +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; + } + public function setResourcePolicies($resourcePolicies) + { + $this->resourcePolicies = $resourcePolicies; + } + public function getResourcePolicies() + { + return $this->resourcePolicies; + } + public function setSourceImage($sourceImage) + { + $this->sourceImage = $sourceImage; + } + public function getSourceImage() + { + return $this->sourceImage; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceImageEncryptionKey) + { + $this->sourceImageEncryptionKey = $sourceImageEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceImageEncryptionKey() + { + return $this->sourceImageEncryptionKey; + } + public function setSourceSnapshot($sourceSnapshot) + { + $this->sourceSnapshot = $sourceSnapshot; + } + public function getSourceSnapshot() + { + return $this->sourceSnapshot; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceSnapshotEncryptionKey) + { + $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceSnapshotEncryptionKey() + { + return $this->sourceSnapshotEncryptionKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AuditConfig.php new file mode 100644 index 000000000..33e40f5be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AuditConfig.php @@ -0,0 +1,56 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_Compute_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setExemptedMembers($exemptedMembers) + { + $this->exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php new file mode 100644 index 000000000..008caba9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php @@ -0,0 +1,49 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setIgnoreChildExemptions($ignoreChildExemptions) + { + $this->ignoreChildExemptions = $ignoreChildExemptions; + } + public function getIgnoreChildExemptions() + { + return $this->ignoreChildExemptions; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AuthorizationLoggingOptions.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AuthorizationLoggingOptions.php new file mode 100644 index 000000000..182ffb092 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AuthorizationLoggingOptions.php @@ -0,0 +1,30 @@ +permissionType = $permissionType; + } + public function getPermissionType() + { + return $this->permissionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php new file mode 100644 index 000000000..9fd9ce514 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php @@ -0,0 +1,144 @@ +autoscalingPolicy = $autoscalingPolicy; + } + /** + * @return Google_Service_Compute_AutoscalingPolicy + */ + public function getAutoscalingPolicy() + { + return $this->autoscalingPolicy; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Compute_AutoscalerStatusDetails + */ + public function setStatusDetails($statusDetails) + { + $this->statusDetails = $statusDetails; + } + /** + * @return Google_Service_Compute_AutoscalerStatusDetails + */ + public function getStatusDetails() + { + return $this->statusDetails; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php new file mode 100644 index 000000000..b2f7a3ca9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_AutoscalersScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_AutoscalersScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AutoscalerAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_AutoscalerAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AutoscalerAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarning.php new file mode 100644 index 000000000..dad6e5386 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AutoscalerAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AutoscalerAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarningData.php new file mode 100644 index 000000000..76f0a24e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.php new file mode 100644 index 000000000..5f0165f8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Autoscaler + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Autoscaler + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AutoscalerListWarning + */ + public function setWarning(Google_Service_Compute_AutoscalerListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AutoscalerListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarning.php new file mode 100644 index 000000000..7b42c700e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AutoscalerListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AutoscalerListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarningData.php new file mode 100644 index 000000000..68223110a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerStatusDetails.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerStatusDetails.php new file mode 100644 index 000000000..86394a915 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerStatusDetails.php @@ -0,0 +1,39 @@ +message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.php new file mode 100644 index 000000000..f7c2d6603 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.php @@ -0,0 +1,54 @@ +autoscalers = $autoscalers; + } + /** + * @return Google_Service_Compute_Autoscaler + */ + public function getAutoscalers() + { + return $this->autoscalers; + } + /** + * @param Google_Service_Compute_AutoscalersScopedListWarning + */ + public function setWarning(Google_Service_Compute_AutoscalersScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_AutoscalersScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.php new file mode 100644 index 000000000..a60a5409c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_AutoscalersScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_AutoscalersScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php new file mode 100644 index 000000000..e082c90e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicy.php new file mode 100644 index 000000000..e77bc600b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicy.php @@ -0,0 +1,97 @@ +coolDownPeriodSec = $coolDownPeriodSec; + } + public function getCoolDownPeriodSec() + { + return $this->coolDownPeriodSec; + } + /** + * @param Google_Service_Compute_AutoscalingPolicyCpuUtilization + */ + public function setCpuUtilization(Google_Service_Compute_AutoscalingPolicyCpuUtilization $cpuUtilization) + { + $this->cpuUtilization = $cpuUtilization; + } + /** + * @return Google_Service_Compute_AutoscalingPolicyCpuUtilization + */ + public function getCpuUtilization() + { + return $this->cpuUtilization; + } + /** + * @param Google_Service_Compute_AutoscalingPolicyCustomMetricUtilization + */ + public function setCustomMetricUtilizations($customMetricUtilizations) + { + $this->customMetricUtilizations = $customMetricUtilizations; + } + /** + * @return Google_Service_Compute_AutoscalingPolicyCustomMetricUtilization + */ + public function getCustomMetricUtilizations() + { + return $this->customMetricUtilizations; + } + /** + * @param Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization + */ + public function setLoadBalancingUtilization(Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization) + { + $this->loadBalancingUtilization = $loadBalancingUtilization; + } + /** + * @return Google_Service_Compute_AutoscalingPolicyLoadBalancingUtilization + */ + public function getLoadBalancingUtilization() + { + return $this->loadBalancingUtilization; + } + public function setMaxNumReplicas($maxNumReplicas) + { + $this->maxNumReplicas = $maxNumReplicas; + } + public function getMaxNumReplicas() + { + return $this->maxNumReplicas; + } + public function setMinNumReplicas($minNumReplicas) + { + $this->minNumReplicas = $minNumReplicas; + } + public function getMinNumReplicas() + { + return $this->minNumReplicas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php new file mode 100644 index 000000000..704a6edff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php @@ -0,0 +1,30 @@ +utilizationTarget = $utilizationTarget; + } + public function getUtilizationTarget() + { + return $this->utilizationTarget; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCustomMetricUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCustomMetricUtilization.php new file mode 100644 index 000000000..a385bd8d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCustomMetricUtilization.php @@ -0,0 +1,48 @@ +metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setUtilizationTarget($utilizationTarget) + { + $this->utilizationTarget = $utilizationTarget; + } + public function getUtilizationTarget() + { + return $this->utilizationTarget; + } + public function setUtilizationTargetType($utilizationTargetType) + { + $this->utilizationTargetType = $utilizationTargetType; + } + public function getUtilizationTargetType() + { + return $this->utilizationTargetType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyLoadBalancingUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyLoadBalancingUtilization.php new file mode 100644 index 000000000..c2c6755b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyLoadBalancingUtilization.php @@ -0,0 +1,30 @@ +utilizationTarget = $utilizationTarget; + } + public function getUtilizationTarget() + { + return $this->utilizationTarget; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Backend.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Backend.php new file mode 100644 index 000000000..ea6735c07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Backend.php @@ -0,0 +1,120 @@ +balancingMode = $balancingMode; + } + public function getBalancingMode() + { + return $this->balancingMode; + } + public function setCapacityScaler($capacityScaler) + { + $this->capacityScaler = $capacityScaler; + } + public function getCapacityScaler() + { + return $this->capacityScaler; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGroup($group) + { + $this->group = $group; + } + public function getGroup() + { + return $this->group; + } + public function setMaxConnections($maxConnections) + { + $this->maxConnections = $maxConnections; + } + public function getMaxConnections() + { + return $this->maxConnections; + } + public function setMaxConnectionsPerEndpoint($maxConnectionsPerEndpoint) + { + $this->maxConnectionsPerEndpoint = $maxConnectionsPerEndpoint; + } + public function getMaxConnectionsPerEndpoint() + { + return $this->maxConnectionsPerEndpoint; + } + public function setMaxConnectionsPerInstance($maxConnectionsPerInstance) + { + $this->maxConnectionsPerInstance = $maxConnectionsPerInstance; + } + public function getMaxConnectionsPerInstance() + { + return $this->maxConnectionsPerInstance; + } + public function setMaxRate($maxRate) + { + $this->maxRate = $maxRate; + } + public function getMaxRate() + { + return $this->maxRate; + } + public function setMaxRatePerEndpoint($maxRatePerEndpoint) + { + $this->maxRatePerEndpoint = $maxRatePerEndpoint; + } + public function getMaxRatePerEndpoint() + { + return $this->maxRatePerEndpoint; + } + public function setMaxRatePerInstance($maxRatePerInstance) + { + $this->maxRatePerInstance = $maxRatePerInstance; + } + public function getMaxRatePerInstance() + { + return $this->maxRatePerInstance; + } + public function setMaxUtilization($maxUtilization) + { + $this->maxUtilization = $maxUtilization; + } + public function getMaxUtilization() + { + return $this->maxUtilization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucket.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucket.php new file mode 100644 index 000000000..b3b392478 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucket.php @@ -0,0 +1,109 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } + /** + * @param Google_Service_Compute_BackendBucketCdnPolicy + */ + public function setCdnPolicy(Google_Service_Compute_BackendBucketCdnPolicy $cdnPolicy) + { + $this->cdnPolicy = $cdnPolicy; + } + /** + * @return Google_Service_Compute_BackendBucketCdnPolicy + */ + public function getCdnPolicy() + { + return $this->cdnPolicy; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableCdn($enableCdn) + { + $this->enableCdn = $enableCdn; + } + public function getEnableCdn() + { + return $this->enableCdn; + } + 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 setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php new file mode 100644 index 000000000..2d5e1e914 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php @@ -0,0 +1,40 @@ +signedUrlCacheMaxAgeSec = $signedUrlCacheMaxAgeSec; + } + public function getSignedUrlCacheMaxAgeSec() + { + return $this->signedUrlCacheMaxAgeSec; + } + public function setSignedUrlKeyNames($signedUrlKeyNames) + { + $this->signedUrlKeyNames = $signedUrlKeyNames; + } + public function getSignedUrlKeyNames() + { + return $this->signedUrlKeyNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketList.php new file mode 100644 index 000000000..ad5212812 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_BackendBucket + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_BackendBucket + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_BackendBucketListWarning + */ + public function setWarning(Google_Service_Compute_BackendBucketListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_BackendBucketListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarning.php new file mode 100644 index 000000000..9f430843e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_BackendBucketListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_BackendBucketListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarningData.php new file mode 100644 index 000000000..0dafcdbbf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendBucketListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php new file mode 100644 index 000000000..6b48bd6b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php @@ -0,0 +1,314 @@ +affinityCookieTtlSec = $affinityCookieTtlSec; + } + public function getAffinityCookieTtlSec() + { + return $this->affinityCookieTtlSec; + } + /** + * @param Google_Service_Compute_Backend + */ + public function setBackends($backends) + { + $this->backends = $backends; + } + /** + * @return Google_Service_Compute_Backend + */ + public function getBackends() + { + return $this->backends; + } + /** + * @param Google_Service_Compute_BackendServiceCdnPolicy + */ + public function setCdnPolicy(Google_Service_Compute_BackendServiceCdnPolicy $cdnPolicy) + { + $this->cdnPolicy = $cdnPolicy; + } + /** + * @return Google_Service_Compute_BackendServiceCdnPolicy + */ + public function getCdnPolicy() + { + return $this->cdnPolicy; + } + /** + * @param Google_Service_Compute_CircuitBreakers + */ + public function setCircuitBreakers(Google_Service_Compute_CircuitBreakers $circuitBreakers) + { + $this->circuitBreakers = $circuitBreakers; + } + /** + * @return Google_Service_Compute_CircuitBreakers + */ + public function getCircuitBreakers() + { + return $this->circuitBreakers; + } + /** + * @param Google_Service_Compute_ConnectionDraining + */ + public function setConnectionDraining(Google_Service_Compute_ConnectionDraining $connectionDraining) + { + $this->connectionDraining = $connectionDraining; + } + /** + * @return Google_Service_Compute_ConnectionDraining + */ + public function getConnectionDraining() + { + return $this->connectionDraining; + } + /** + * @param Google_Service_Compute_ConsistentHashLoadBalancerSettings + */ + public function setConsistentHash(Google_Service_Compute_ConsistentHashLoadBalancerSettings $consistentHash) + { + $this->consistentHash = $consistentHash; + } + /** + * @return Google_Service_Compute_ConsistentHashLoadBalancerSettings + */ + public function getConsistentHash() + { + return $this->consistentHash; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setCustomRequestHeaders($customRequestHeaders) + { + $this->customRequestHeaders = $customRequestHeaders; + } + public function getCustomRequestHeaders() + { + return $this->customRequestHeaders; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableCDN($enableCDN) + { + $this->enableCDN = $enableCDN; + } + public function getEnableCDN() + { + return $this->enableCDN; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setHealthChecks($healthChecks) + { + $this->healthChecks = $healthChecks; + } + public function getHealthChecks() + { + return $this->healthChecks; + } + /** + * @param Google_Service_Compute_BackendServiceIAP + */ + public function setIap(Google_Service_Compute_BackendServiceIAP $iap) + { + $this->iap = $iap; + } + /** + * @return Google_Service_Compute_BackendServiceIAP + */ + public function getIap() + { + return $this->iap; + } + 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 setLoadBalancingScheme($loadBalancingScheme) + { + $this->loadBalancingScheme = $loadBalancingScheme; + } + public function getLoadBalancingScheme() + { + return $this->loadBalancingScheme; + } + public function setLocalityLbPolicy($localityLbPolicy) + { + $this->localityLbPolicy = $localityLbPolicy; + } + public function getLocalityLbPolicy() + { + return $this->localityLbPolicy; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_OutlierDetection + */ + public function setOutlierDetection(Google_Service_Compute_OutlierDetection $outlierDetection) + { + $this->outlierDetection = $outlierDetection; + } + /** + * @return Google_Service_Compute_OutlierDetection + */ + public function getOutlierDetection() + { + return $this->outlierDetection; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setPortName($portName) + { + $this->portName = $portName; + } + public function getPortName() + { + return $this->portName; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSecurityPolicy($securityPolicy) + { + $this->securityPolicy = $securityPolicy; + } + public function getSecurityPolicy() + { + return $this->securityPolicy; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSessionAffinity($sessionAffinity) + { + $this->sessionAffinity = $sessionAffinity; + } + public function getSessionAffinity() + { + return $this->sessionAffinity; + } + public function setTimeoutSec($timeoutSec) + { + $this->timeoutSec = $timeoutSec; + } + public function getTimeoutSec() + { + return $this->timeoutSec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php new file mode 100644 index 000000000..1de632295 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_BackendServicesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_BackendServicesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_BackendServiceAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_BackendServiceAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_BackendServiceAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarning.php new file mode 100644 index 000000000..3932c0fc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_BackendServiceAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_BackendServiceAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarningData.php new file mode 100644 index 000000000..c64c79eb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php new file mode 100644 index 000000000..a1cd3a3ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php @@ -0,0 +1,56 @@ +cacheKeyPolicy = $cacheKeyPolicy; + } + /** + * @return Google_Service_Compute_CacheKeyPolicy + */ + public function getCacheKeyPolicy() + { + return $this->cacheKeyPolicy; + } + public function setSignedUrlCacheMaxAgeSec($signedUrlCacheMaxAgeSec) + { + $this->signedUrlCacheMaxAgeSec = $signedUrlCacheMaxAgeSec; + } + public function getSignedUrlCacheMaxAgeSec() + { + return $this->signedUrlCacheMaxAgeSec; + } + public function setSignedUrlKeyNames($signedUrlKeyNames) + { + $this->signedUrlKeyNames = $signedUrlKeyNames; + } + public function getSignedUrlKeyNames() + { + return $this->signedUrlKeyNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.php new file mode 100644 index 000000000..40f9e3fc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.php @@ -0,0 +1,47 @@ +healthStatus = $healthStatus; + } + /** + * @return Google_Service_Compute_HealthStatus + */ + public function getHealthStatus() + { + return $this->healthStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceIAP.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceIAP.php new file mode 100644 index 000000000..13931e1d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceIAP.php @@ -0,0 +1,57 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setOauth2ClientId($oauth2ClientId) + { + $this->oauth2ClientId = $oauth2ClientId; + } + public function getOauth2ClientId() + { + return $this->oauth2ClientId; + } + public function setOauth2ClientSecret($oauth2ClientSecret) + { + $this->oauth2ClientSecret = $oauth2ClientSecret; + } + public function getOauth2ClientSecret() + { + return $this->oauth2ClientSecret; + } + public function setOauth2ClientSecretSha256($oauth2ClientSecretSha256) + { + $this->oauth2ClientSecretSha256 = $oauth2ClientSecretSha256; + } + public function getOauth2ClientSecretSha256() + { + return $this->oauth2ClientSecretSha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php new file mode 100644 index 000000000..7377b4f78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_BackendService + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_BackendService + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_BackendServiceListWarning + */ + public function setWarning(Google_Service_Compute_BackendServiceListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_BackendServiceListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarning.php new file mode 100644 index 000000000..ddb07458a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_BackendServiceListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_BackendServiceListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarningData.php new file mode 100644 index 000000000..59a931277 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceReference.php new file mode 100644 index 000000000..95136caee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceReference.php @@ -0,0 +1,30 @@ +backendService = $backendService; + } + public function getBackendService() + { + return $this->backendService; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.php new file mode 100644 index 000000000..49b238ffb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.php @@ -0,0 +1,54 @@ +backendServices = $backendServices; + } + /** + * @return Google_Service_Compute_BackendService + */ + public function getBackendServices() + { + return $this->backendServices; + } + /** + * @param Google_Service_Compute_BackendServicesScopedListWarning + */ + public function setWarning(Google_Service_Compute_BackendServicesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_BackendServicesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.php new file mode 100644 index 000000000..50a0a939b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_BackendServicesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_BackendServicesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php new file mode 100644 index 000000000..6038130f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Binding.php new file mode 100644 index 000000000..8930d822b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Compute_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CacheInvalidationRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CacheInvalidationRule.php new file mode 100644 index 000000000..9f7f104fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CacheInvalidationRule.php @@ -0,0 +1,39 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CacheKeyPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CacheKeyPolicy.php new file mode 100644 index 000000000..aefbabbfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CacheKeyPolicy.php @@ -0,0 +1,67 @@ +includeHost = $includeHost; + } + public function getIncludeHost() + { + return $this->includeHost; + } + public function setIncludeProtocol($includeProtocol) + { + $this->includeProtocol = $includeProtocol; + } + public function getIncludeProtocol() + { + return $this->includeProtocol; + } + public function setIncludeQueryString($includeQueryString) + { + $this->includeQueryString = $includeQueryString; + } + public function getIncludeQueryString() + { + return $this->includeQueryString; + } + public function setQueryStringBlacklist($queryStringBlacklist) + { + $this->queryStringBlacklist = $queryStringBlacklist; + } + public function getQueryStringBlacklist() + { + return $this->queryStringBlacklist; + } + public function setQueryStringWhitelist($queryStringWhitelist) + { + $this->queryStringWhitelist = $queryStringWhitelist; + } + public function getQueryStringWhitelist() + { + return $this->queryStringWhitelist; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.php new file mode 100644 index 000000000..5b587ec6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.php @@ -0,0 +1,66 @@ +maxConnections = $maxConnections; + } + public function getMaxConnections() + { + return $this->maxConnections; + } + public function setMaxPendingRequests($maxPendingRequests) + { + $this->maxPendingRequests = $maxPendingRequests; + } + public function getMaxPendingRequests() + { + return $this->maxPendingRequests; + } + public function setMaxRequests($maxRequests) + { + $this->maxRequests = $maxRequests; + } + public function getMaxRequests() + { + return $this->maxRequests; + } + public function setMaxRequestsPerConnection($maxRequestsPerConnection) + { + $this->maxRequestsPerConnection = $maxRequestsPerConnection; + } + public function getMaxRequestsPerConnection() + { + return $this->maxRequestsPerConnection; + } + public function setMaxRetries($maxRetries) + { + $this->maxRetries = $maxRetries; + } + public function getMaxRetries() + { + return $this->maxRetries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Commitment.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Commitment.php new file mode 100644 index 000000000..71f917c54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Commitment.php @@ -0,0 +1,162 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEndTimestamp($endTimestamp) + { + $this->endTimestamp = $endTimestamp; + } + public function getEndTimestamp() + { + return $this->endTimestamp; + } + 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 setPlan($plan) + { + $this->plan = $plan; + } + public function getPlan() + { + return $this->plan; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + /** + * @param Google_Service_Compute_Reservation + */ + public function setReservations($reservations) + { + $this->reservations = $reservations; + } + /** + * @return Google_Service_Compute_Reservation + */ + public function getReservations() + { + return $this->reservations; + } + /** + * @param Google_Service_Compute_ResourceCommitment + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Compute_ResourceCommitment + */ + public function getResources() + { + return $this->resources; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTimestamp($startTimestamp) + { + $this->startTimestamp = $startTimestamp; + } + public function getStartTimestamp() + { + return $this->startTimestamp; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedList.php new file mode 100644 index 000000000..f8854a0af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_CommitmentsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_CommitmentsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_CommitmentAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_CommitmentAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_CommitmentAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarning.php new file mode 100644 index 000000000..a9de8f3bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_CommitmentAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_CommitmentAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarningData.php new file mode 100644 index 000000000..56a365ee1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentList.php new file mode 100644 index 000000000..85bb02440 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Commitment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Commitment + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_CommitmentListWarning + */ + public function setWarning(Google_Service_Compute_CommitmentListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_CommitmentListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarning.php new file mode 100644 index 000000000..e152e1c3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_CommitmentListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_CommitmentListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarningData.php new file mode 100644 index 000000000..62d856d12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedList.php new file mode 100644 index 000000000..6d860492d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedList.php @@ -0,0 +1,54 @@ +commitments = $commitments; + } + /** + * @return Google_Service_Compute_Commitment + */ + public function getCommitments() + { + return $this->commitments; + } + /** + * @param Google_Service_Compute_CommitmentsScopedListWarning + */ + public function setWarning(Google_Service_Compute_CommitmentsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_CommitmentsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarning.php new file mode 100644 index 000000000..c84f72ba4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_CommitmentsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_CommitmentsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarningData.php new file mode 100644 index 000000000..8787b091d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CommitmentsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Condition.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Condition.php new file mode 100644 index 000000000..a32b82b58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Condition.php @@ -0,0 +1,67 @@ +iam = $iam; + } + public function getIam() + { + return $this->iam; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } + public function setSvc($svc) + { + $this->svc = $svc; + } + public function getSvc() + { + return $this->svc; + } + public function setSys($sys) + { + $this->sys = $sys; + } + public function getSys() + { + return $this->sys; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ConnectionDraining.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ConnectionDraining.php new file mode 100644 index 000000000..981a096c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ConnectionDraining.php @@ -0,0 +1,30 @@ +drainingTimeoutSec = $drainingTimeoutSec; + } + public function getDrainingTimeoutSec() + { + return $this->drainingTimeoutSec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.php new file mode 100644 index 000000000..11b211483 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.php @@ -0,0 +1,55 @@ +httpCookie = $httpCookie; + } + /** + * @return Google_Service_Compute_ConsistentHashLoadBalancerSettingsHttpCookie + */ + public function getHttpCookie() + { + return $this->httpCookie; + } + public function setHttpHeaderName($httpHeaderName) + { + $this->httpHeaderName = $httpHeaderName; + } + public function getHttpHeaderName() + { + return $this->httpHeaderName; + } + public function setMinimumRingSize($minimumRingSize) + { + $this->minimumRingSize = $minimumRingSize; + } + public function getMinimumRingSize() + { + return $this->minimumRingSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.php new file mode 100644 index 000000000..b1d49f7ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setTtl(Google_Service_Compute_Duration $ttl) + { + $this->ttl = $ttl; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getTtl() + { + return $this->ttl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.php new file mode 100644 index 000000000..b68ed1c0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.php @@ -0,0 +1,94 @@ +allowCredentials = $allowCredentials; + } + public function getAllowCredentials() + { + return $this->allowCredentials; + } + public function setAllowHeaders($allowHeaders) + { + $this->allowHeaders = $allowHeaders; + } + public function getAllowHeaders() + { + return $this->allowHeaders; + } + public function setAllowMethods($allowMethods) + { + $this->allowMethods = $allowMethods; + } + public function getAllowMethods() + { + return $this->allowMethods; + } + public function setAllowOriginRegexes($allowOriginRegexes) + { + $this->allowOriginRegexes = $allowOriginRegexes; + } + public function getAllowOriginRegexes() + { + return $this->allowOriginRegexes; + } + public function setAllowOrigins($allowOrigins) + { + $this->allowOrigins = $allowOrigins; + } + public function getAllowOrigins() + { + return $this->allowOrigins; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setExposeHeaders($exposeHeaders) + { + $this->exposeHeaders = $exposeHeaders; + } + public function getExposeHeaders() + { + return $this->exposeHeaders; + } + public function setMaxAge($maxAge) + { + $this->maxAge = $maxAge; + } + public function getMaxAge() + { + return $this->maxAge; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKey.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKey.php new file mode 100644 index 000000000..5db5a9f30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKey.php @@ -0,0 +1,48 @@ +kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } + public function setRawKey($rawKey) + { + $this->rawKey = $rawKey; + } + public function getRawKey() + { + return $this->rawKey; + } + public function setSha256($sha256) + { + $this->sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKeyProtectedDisk.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKeyProtectedDisk.php new file mode 100644 index 000000000..1da2ab987 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CustomerEncryptionKeyProtectedDisk.php @@ -0,0 +1,46 @@ +diskEncryptionKey = $diskEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getDiskEncryptionKey() + { + return $this->diskEncryptionKey; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php new file mode 100644 index 000000000..903b1dd94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php @@ -0,0 +1,66 @@ +deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDeprecated($deprecated) + { + $this->deprecated = $deprecated; + } + public function getDeprecated() + { + return $this->deprecated; + } + public function setObsolete($obsolete) + { + $this->obsolete = $obsolete; + } + public function getObsolete() + { + return $this->obsolete; + } + public function setReplacement($replacement) + { + $this->replacement = $replacement; + } + public function getReplacement() + { + return $this->replacement; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Disk.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Disk.php new file mode 100644 index 000000000..d6370d43a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Disk.php @@ -0,0 +1,320 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $diskEncryptionKey) + { + $this->diskEncryptionKey = $diskEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getDiskEncryptionKey() + { + return $this->diskEncryptionKey; + } + /** + * @param Google_Service_Compute_GuestOsFeature + */ + public function setGuestOsFeatures($guestOsFeatures) + { + $this->guestOsFeatures = $guestOsFeatures; + } + /** + * @return Google_Service_Compute_GuestOsFeature + */ + public function getGuestOsFeatures() + { + return $this->guestOsFeatures; + } + 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 setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLastAttachTimestamp($lastAttachTimestamp) + { + $this->lastAttachTimestamp = $lastAttachTimestamp; + } + public function getLastAttachTimestamp() + { + return $this->lastAttachTimestamp; + } + public function setLastDetachTimestamp($lastDetachTimestamp) + { + $this->lastDetachTimestamp = $lastDetachTimestamp; + } + public function getLastDetachTimestamp() + { + return $this->lastDetachTimestamp; + } + public function setLicenseCodes($licenseCodes) + { + $this->licenseCodes = $licenseCodes; + } + public function getLicenseCodes() + { + return $this->licenseCodes; + } + public function setLicenses($licenses) + { + $this->licenses = $licenses; + } + public function getLicenses() + { + return $this->licenses; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptions($options) + { + $this->options = $options; + } + public function getOptions() + { + return $this->options; + } + public function setPhysicalBlockSizeBytes($physicalBlockSizeBytes) + { + $this->physicalBlockSizeBytes = $physicalBlockSizeBytes; + } + public function getPhysicalBlockSizeBytes() + { + return $this->physicalBlockSizeBytes; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setReplicaZones($replicaZones) + { + $this->replicaZones = $replicaZones; + } + public function getReplicaZones() + { + return $this->replicaZones; + } + public function setResourcePolicies($resourcePolicies) + { + $this->resourcePolicies = $resourcePolicies; + } + public function getResourcePolicies() + { + return $this->resourcePolicies; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSizeGb($sizeGb) + { + $this->sizeGb = $sizeGb; + } + public function getSizeGb() + { + return $this->sizeGb; + } + public function setSourceImage($sourceImage) + { + $this->sourceImage = $sourceImage; + } + public function getSourceImage() + { + return $this->sourceImage; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceImageEncryptionKey) + { + $this->sourceImageEncryptionKey = $sourceImageEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceImageEncryptionKey() + { + return $this->sourceImageEncryptionKey; + } + public function setSourceImageId($sourceImageId) + { + $this->sourceImageId = $sourceImageId; + } + public function getSourceImageId() + { + return $this->sourceImageId; + } + public function setSourceSnapshot($sourceSnapshot) + { + $this->sourceSnapshot = $sourceSnapshot; + } + public function getSourceSnapshot() + { + return $this->sourceSnapshot; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceSnapshotEncryptionKey) + { + $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceSnapshotEncryptionKey() + { + return $this->sourceSnapshotEncryptionKey; + } + public function setSourceSnapshotId($sourceSnapshotId) + { + $this->sourceSnapshotId = $sourceSnapshotId; + } + public function getSourceSnapshotId() + { + return $this->sourceSnapshotId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUsers($users) + { + $this->users = $users; + } + public function getUsers() + { + return $this->users; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.php new file mode 100644 index 000000000..483f9c901 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_DisksScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_DisksScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_DiskAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_DiskAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_DiskAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarning.php new file mode 100644 index 000000000..25018a163 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_DiskAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_DiskAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarningData.php new file mode 100644 index 000000000..ed88be282 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskInstantiationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskInstantiationConfig.php new file mode 100644 index 000000000..7c328ff28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskInstantiationConfig.php @@ -0,0 +1,57 @@ +autoDelete = $autoDelete; + } + public function getAutoDelete() + { + return $this->autoDelete; + } + public function setCustomImage($customImage) + { + $this->customImage = $customImage; + } + public function getCustomImage() + { + return $this->customImage; + } + public function setDeviceName($deviceName) + { + $this->deviceName = $deviceName; + } + public function getDeviceName() + { + return $this->deviceName; + } + public function setInstantiateFrom($instantiateFrom) + { + $this->instantiateFrom = $instantiateFrom; + } + public function getInstantiateFrom() + { + return $this->instantiateFrom; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.php new file mode 100644 index 000000000..7fd3d3449 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Disk + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Disk + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_DiskListWarning + */ + public function setWarning(Google_Service_Compute_DiskListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_DiskListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarning.php new file mode 100644 index 000000000..7fd2272d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_DiskListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_DiskListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarningData.php new file mode 100644 index 000000000..19d93d270 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.php new file mode 100644 index 000000000..e3aa299e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.php @@ -0,0 +1,39 @@ +destinationZone = $destinationZone; + } + public function getDestinationZone() + { + return $this->destinationZone; + } + public function setTargetDisk($targetDisk) + { + $this->targetDisk = $targetDisk; + } + public function getTargetDisk() + { + return $this->targetDisk; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskType.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskType.php new file mode 100644 index 000000000..9d9f6854d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskType.php @@ -0,0 +1,127 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDefaultDiskSizeGb($defaultDiskSizeGb) + { + $this->defaultDiskSizeGb = $defaultDiskSizeGb; + } + public function getDefaultDiskSizeGb() + { + return $this->defaultDiskSizeGb; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setValidDiskSize($validDiskSize) + { + $this->validDiskSize = $validDiskSize; + } + public function getValidDiskSize() + { + return $this->validDiskSize; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php new file mode 100644 index 000000000..c376ecffa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_DiskTypesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_DiskTypesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_DiskTypeAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_DiskTypeAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_DiskTypeAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarning.php new file mode 100644 index 000000000..2d8569677 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_DiskTypeAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_DiskTypeAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarningData.php new file mode 100644 index 000000000..4f6ce00c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.php new file mode 100644 index 000000000..74595334f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_DiskType + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_DiskType + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_DiskTypeListWarning + */ + public function setWarning(Google_Service_Compute_DiskTypeListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_DiskTypeListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarning.php new file mode 100644 index 000000000..e72689d87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_DiskTypeListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_DiskTypeListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarningData.php new file mode 100644 index 000000000..37d7892c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.php new file mode 100644 index 000000000..1c09f8db2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.php @@ -0,0 +1,54 @@ +diskTypes = $diskTypes; + } + /** + * @return Google_Service_Compute_DiskType + */ + public function getDiskTypes() + { + return $this->diskTypes; + } + /** + * @param Google_Service_Compute_DiskTypesScopedListWarning + */ + public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_DiskTypesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.php new file mode 100644 index 000000000..60117c531 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_DiskTypesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_DiskTypesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php new file mode 100644 index 000000000..b722d8274 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksAddResourcePoliciesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksAddResourcePoliciesRequest.php new file mode 100644 index 000000000..8f2089397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksAddResourcePoliciesRequest.php @@ -0,0 +1,31 @@ +resourcePolicies = $resourcePolicies; + } + public function getResourcePolicies() + { + return $this->resourcePolicies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksRemoveResourcePoliciesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksRemoveResourcePoliciesRequest.php new file mode 100644 index 000000000..8adbf3cf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksRemoveResourcePoliciesRequest.php @@ -0,0 +1,31 @@ +resourcePolicies = $resourcePolicies; + } + public function getResourcePolicies() + { + return $this->resourcePolicies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksResizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksResizeRequest.php new file mode 100644 index 000000000..e8e07e484 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksResizeRequest.php @@ -0,0 +1,30 @@ +sizeGb = $sizeGb; + } + public function getSizeGb() + { + return $this->sizeGb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedList.php new file mode 100644 index 000000000..7dc2f7890 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedList.php @@ -0,0 +1,54 @@ +disks = $disks; + } + /** + * @return Google_Service_Compute_Disk + */ + public function getDisks() + { + return $this->disks; + } + /** + * @param Google_Service_Compute_DisksScopedListWarning + */ + public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_DisksScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.php new file mode 100644 index 000000000..ab02084d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_DisksScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_DisksScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php new file mode 100644 index 000000000..8f2d776e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.php new file mode 100644 index 000000000..0b291b939 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.php @@ -0,0 +1,30 @@ +enableDisplay = $enableDisplay; + } + public function getEnableDisplay() + { + return $this->enableDisplay; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php new file mode 100644 index 000000000..fdf6895f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php @@ -0,0 +1,38 @@ +zones = $zones; + } + /** + * @return Google_Service_Compute_DistributionPolicyZoneConfiguration + */ + public function getZones() + { + return $this->zones; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicyZoneConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicyZoneConfiguration.php new file mode 100644 index 000000000..3dc8532ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DistributionPolicyZoneConfiguration.php @@ -0,0 +1,30 @@ +zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Duration.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Duration.php new file mode 100644 index 000000000..2d0c5dd8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Duration.php @@ -0,0 +1,39 @@ +nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } + public function setSeconds($seconds) + { + $this->seconds = $seconds; + } + public function getSeconds() + { + return $this->seconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Expr.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Expr.php new file mode 100644 index 000000000..810251cd7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.php new file mode 100644 index 000000000..edd3e425b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.php @@ -0,0 +1,119 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ExternalVpnGatewayInterface + */ + public function setInterfaces($interfaces) + { + $this->interfaces = $interfaces; + } + /** + * @return Google_Service_Compute_ExternalVpnGatewayInterface + */ + public function getInterfaces() + { + return $this->interfaces; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRedundancyType($redundancyType) + { + $this->redundancyType = $redundancyType; + } + public function getRedundancyType() + { + return $this->redundancyType; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.php new file mode 100644 index 000000000..2a625c404 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.php new file mode 100644 index 000000000..e6d72cf81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.php @@ -0,0 +1,99 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ExternalVpnGateway + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ExternalVpnGateway + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ExternalVpnGatewayListWarning + */ + public function setWarning(Google_Service_Compute_ExternalVpnGatewayListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ExternalVpnGatewayListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.php new file mode 100644 index 000000000..4248f416d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ExternalVpnGatewayListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ExternalVpnGatewayListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.php new file mode 100644 index 000000000..bfdf1a128 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Firewall.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Firewall.php new file mode 100644 index 000000000..246ce250a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Firewall.php @@ -0,0 +1,214 @@ +allowed = $allowed; + } + /** + * @return Google_Service_Compute_FirewallAllowed + */ + public function getAllowed() + { + return $this->allowed; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_FirewallDenied + */ + public function setDenied($denied) + { + $this->denied = $denied; + } + /** + * @return Google_Service_Compute_FirewallDenied + */ + public function getDenied() + { + return $this->denied; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDestinationRanges($destinationRanges) + { + $this->destinationRanges = $destinationRanges; + } + public function getDestinationRanges() + { + return $this->destinationRanges; + } + public function setDirection($direction) + { + $this->direction = $direction; + } + public function getDirection() + { + return $this->direction; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + 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_Compute_FirewallLogConfig + */ + public function setLogConfig(Google_Service_Compute_FirewallLogConfig $logConfig) + { + $this->logConfig = $logConfig; + } + /** + * @return Google_Service_Compute_FirewallLogConfig + */ + public function getLogConfig() + { + return $this->logConfig; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSourceRanges($sourceRanges) + { + $this->sourceRanges = $sourceRanges; + } + public function getSourceRanges() + { + return $this->sourceRanges; + } + public function setSourceServiceAccounts($sourceServiceAccounts) + { + $this->sourceServiceAccounts = $sourceServiceAccounts; + } + public function getSourceServiceAccounts() + { + return $this->sourceServiceAccounts; + } + public function setSourceTags($sourceTags) + { + $this->sourceTags = $sourceTags; + } + public function getSourceTags() + { + return $this->sourceTags; + } + public function setTargetServiceAccounts($targetServiceAccounts) + { + $this->targetServiceAccounts = $targetServiceAccounts; + } + public function getTargetServiceAccounts() + { + return $this->targetServiceAccounts; + } + public function setTargetTags($targetTags) + { + $this->targetTags = $targetTags; + } + public function getTargetTags() + { + return $this->targetTags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.php new file mode 100644 index 000000000..8c7f30586 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.php @@ -0,0 +1,43 @@ + "IPProtocol", + ); + public $iPProtocol; + public $ports; + + public function setIPProtocol($iPProtocol) + { + $this->iPProtocol = $iPProtocol; + } + public function getIPProtocol() + { + return $this->iPProtocol; + } + public function setPorts($ports) + { + $this->ports = $ports; + } + public function getPorts() + { + return $this->ports; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallDenied.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallDenied.php new file mode 100644 index 000000000..faeff1149 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallDenied.php @@ -0,0 +1,43 @@ + "IPProtocol", + ); + public $iPProtocol; + public $ports; + + public function setIPProtocol($iPProtocol) + { + $this->iPProtocol = $iPProtocol; + } + public function getIPProtocol() + { + return $this->iPProtocol; + } + public function setPorts($ports) + { + $this->ports = $ports; + } + public function getPorts() + { + return $this->ports; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallList.php new file mode 100644 index 000000000..7c180018d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Firewall + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Firewall + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_FirewallListWarning + */ + public function setWarning(Google_Service_Compute_FirewallListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_FirewallListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarning.php new file mode 100644 index 000000000..486fdb921 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_FirewallListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_FirewallListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarningData.php new file mode 100644 index 000000000..e706413eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallLogConfig.php new file mode 100644 index 000000000..81bde6bb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallLogConfig.php @@ -0,0 +1,30 @@ +enable = $enable; + } + public function getEnable() + { + return $this->enable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/FixedOrPercent.php b/vendor/google/apiclient-services/src/Google/Service/Compute/FixedOrPercent.php new file mode 100644 index 000000000..acf3254c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FixedOrPercent.php @@ -0,0 +1,48 @@ +calculated = $calculated; + } + public function getCalculated() + { + return $this->calculated; + } + public function setFixed($fixed) + { + $this->fixed = $fixed; + } + public function getFixed() + { + return $this->fixed; + } + public function setPercent($percent) + { + $this->percent = $percent; + } + public function getPercent() + { + return $this->percent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php new file mode 100644 index 000000000..cca0641a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php @@ -0,0 +1,231 @@ + "IPAddress", + "iPProtocol" => "IPProtocol", + ); + public $iPAddress; + public $iPProtocol; + public $allPorts; + public $backendService; + public $creationTimestamp; + public $description; + public $id; + public $ipVersion; + public $kind; + public $loadBalancingScheme; + protected $metadataFiltersType = 'Google_Service_Compute_MetadataFilter'; + protected $metadataFiltersDataType = 'array'; + public $name; + public $network; + public $networkTier; + public $portRange; + public $ports; + public $region; + public $selfLink; + public $serviceLabel; + public $serviceName; + public $subnetwork; + public $target; + + public function setIPAddress($iPAddress) + { + $this->iPAddress = $iPAddress; + } + public function getIPAddress() + { + return $this->iPAddress; + } + public function setIPProtocol($iPProtocol) + { + $this->iPProtocol = $iPProtocol; + } + public function getIPProtocol() + { + return $this->iPProtocol; + } + public function setAllPorts($allPorts) + { + $this->allPorts = $allPorts; + } + public function getAllPorts() + { + return $this->allPorts; + } + public function setBackendService($backendService) + { + $this->backendService = $backendService; + } + public function getBackendService() + { + return $this->backendService; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIpVersion($ipVersion) + { + $this->ipVersion = $ipVersion; + } + public function getIpVersion() + { + return $this->ipVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLoadBalancingScheme($loadBalancingScheme) + { + $this->loadBalancingScheme = $loadBalancingScheme; + } + public function getLoadBalancingScheme() + { + return $this->loadBalancingScheme; + } + /** + * @param Google_Service_Compute_MetadataFilter + */ + public function setMetadataFilters($metadataFilters) + { + $this->metadataFilters = $metadataFilters; + } + /** + * @return Google_Service_Compute_MetadataFilter + */ + public function getMetadataFilters() + { + return $this->metadataFilters; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNetworkTier($networkTier) + { + $this->networkTier = $networkTier; + } + public function getNetworkTier() + { + return $this->networkTier; + } + public function setPortRange($portRange) + { + $this->portRange = $portRange; + } + public function getPortRange() + { + return $this->portRange; + } + public function setPorts($ports) + { + $this->ports = $ports; + } + public function getPorts() + { + return $this->ports; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setServiceLabel($serviceLabel) + { + $this->serviceLabel = $serviceLabel; + } + public function getServiceLabel() + { + return $this->serviceLabel; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php new file mode 100644 index 000000000..0c36ea075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ForwardingRulesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ForwardingRulesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ForwardingRuleAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_ForwardingRuleAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ForwardingRuleAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarning.php new file mode 100644 index 000000000..1b85793e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ForwardingRuleAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ForwardingRuleAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarningData.php new file mode 100644 index 000000000..ac13e3e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.php new file mode 100644 index 000000000..9405c4e4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ForwardingRule + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ForwardingRule + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ForwardingRuleListWarning + */ + public function setWarning(Google_Service_Compute_ForwardingRuleListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ForwardingRuleListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarning.php new file mode 100644 index 000000000..b1c800cac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ForwardingRuleListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ForwardingRuleListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarningData.php new file mode 100644 index 000000000..2b99ac4de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleReference.php new file mode 100644 index 000000000..b4eca3f01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleReference.php @@ -0,0 +1,30 @@ +forwardingRule = $forwardingRule; + } + public function getForwardingRule() + { + return $this->forwardingRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.php new file mode 100644 index 000000000..d941af697 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.php @@ -0,0 +1,54 @@ +forwardingRules = $forwardingRules; + } + /** + * @return Google_Service_Compute_ForwardingRule + */ + public function getForwardingRules() + { + return $this->forwardingRules; + } + /** + * @param Google_Service_Compute_ForwardingRulesScopedListWarning + */ + public function setWarning(Google_Service_Compute_ForwardingRulesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ForwardingRulesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.php new file mode 100644 index 000000000..df9447401 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ForwardingRulesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ForwardingRulesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php new file mode 100644 index 000000000..16a6a744e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetLabelsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetLabelsRequest.php new file mode 100644 index 000000000..cb58d82cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetLabelsRequest.php @@ -0,0 +1,39 @@ +labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetPolicyRequest.php new file mode 100644 index 000000000..db5bbf74c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/GlobalSetPolicyRequest.php @@ -0,0 +1,63 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Compute_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Compute_Policy + */ + public function setPolicy(Google_Service_Compute_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Compute_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributes.php new file mode 100644 index 000000000..2e17813ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributes.php @@ -0,0 +1,82 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setQueryPath($queryPath) + { + $this->queryPath = $queryPath; + } + public function getQueryPath() + { + return $this->queryPath; + } + /** + * @param Google_Service_Compute_GuestAttributesValue + */ + public function setQueryValue(Google_Service_Compute_GuestAttributesValue $queryValue) + { + $this->queryValue = $queryValue; + } + /** + * @return Google_Service_Compute_GuestAttributesValue + */ + public function getQueryValue() + { + return $this->queryValue; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setVariableKey($variableKey) + { + $this->variableKey = $variableKey; + } + public function getVariableKey() + { + return $this->variableKey; + } + public function setVariableValue($variableValue) + { + $this->variableValue = $variableValue; + } + public function getVariableValue() + { + return $this->variableValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesEntry.php b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesEntry.php new file mode 100644 index 000000000..577217dec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesEntry.php @@ -0,0 +1,48 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setNamespace($namespace) + { + $this->namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesValue.php b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesValue.php new file mode 100644 index 000000000..f68ee7942 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestAttributesValue.php @@ -0,0 +1,38 @@ +items = $items; + } + /** + * @return Google_Service_Compute_GuestAttributesEntry + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/GuestOsFeature.php b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestOsFeature.php new file mode 100644 index 000000000..c3a786538 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/GuestOsFeature.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HTTP2HealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HTTP2HealthCheck.php new file mode 100644 index 000000000..3fc199c8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HTTP2HealthCheck.php @@ -0,0 +1,84 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setPortName($portName) + { + $this->portName = $portName; + } + public function getPortName() + { + return $this->portName; + } + public function setPortSpecification($portSpecification) + { + $this->portSpecification = $portSpecification; + } + public function getPortSpecification() + { + return $this->portSpecification; + } + public function setProxyHeader($proxyHeader) + { + $this->proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } + public function setRequestPath($requestPath) + { + $this->requestPath = $requestPath; + } + public function getRequestPath() + { + return $this->requestPath; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php new file mode 100644 index 000000000..10c68917e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php @@ -0,0 +1,209 @@ +checkIntervalSec = $checkIntervalSec; + } + public function getCheckIntervalSec() + { + return $this->checkIntervalSec; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHealthyThreshold($healthyThreshold) + { + $this->healthyThreshold = $healthyThreshold; + } + public function getHealthyThreshold() + { + return $this->healthyThreshold; + } + /** + * @param Google_Service_Compute_HTTP2HealthCheck + */ + public function setHttp2HealthCheck(Google_Service_Compute_HTTP2HealthCheck $http2HealthCheck) + { + $this->http2HealthCheck = $http2HealthCheck; + } + /** + * @return Google_Service_Compute_HTTP2HealthCheck + */ + public function getHttp2HealthCheck() + { + return $this->http2HealthCheck; + } + /** + * @param Google_Service_Compute_HTTPHealthCheck + */ + public function setHttpHealthCheck(Google_Service_Compute_HTTPHealthCheck $httpHealthCheck) + { + $this->httpHealthCheck = $httpHealthCheck; + } + /** + * @return Google_Service_Compute_HTTPHealthCheck + */ + public function getHttpHealthCheck() + { + return $this->httpHealthCheck; + } + /** + * @param Google_Service_Compute_HTTPSHealthCheck + */ + public function setHttpsHealthCheck(Google_Service_Compute_HTTPSHealthCheck $httpsHealthCheck) + { + $this->httpsHealthCheck = $httpsHealthCheck; + } + /** + * @return Google_Service_Compute_HTTPSHealthCheck + */ + public function getHttpsHealthCheck() + { + return $this->httpsHealthCheck; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SSLHealthCheck + */ + public function setSslHealthCheck(Google_Service_Compute_SSLHealthCheck $sslHealthCheck) + { + $this->sslHealthCheck = $sslHealthCheck; + } + /** + * @return Google_Service_Compute_SSLHealthCheck + */ + public function getSslHealthCheck() + { + return $this->sslHealthCheck; + } + /** + * @param Google_Service_Compute_TCPHealthCheck + */ + public function setTcpHealthCheck(Google_Service_Compute_TCPHealthCheck $tcpHealthCheck) + { + $this->tcpHealthCheck = $tcpHealthCheck; + } + /** + * @return Google_Service_Compute_TCPHealthCheck + */ + public function getTcpHealthCheck() + { + return $this->tcpHealthCheck; + } + public function setTimeoutSec($timeoutSec) + { + $this->timeoutSec = $timeoutSec; + } + public function getTimeoutSec() + { + return $this->timeoutSec; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnhealthyThreshold($unhealthyThreshold) + { + $this->unhealthyThreshold = $unhealthyThreshold; + } + public function getUnhealthyThreshold() + { + return $this->unhealthyThreshold; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php new file mode 100644 index 000000000..c1e95edc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_HealthCheck + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_HealthCheck + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_HealthCheckListWarning + */ + public function setWarning(Google_Service_Compute_HealthCheckListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HealthCheckListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarning.php new file mode 100644 index 000000000..252f44155 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HealthCheckListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HealthCheckListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarningData.php new file mode 100644 index 000000000..5edae67ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.php new file mode 100644 index 000000000..600ddfe3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.php @@ -0,0 +1,30 @@ +healthCheck = $healthCheck; + } + public function getHealthCheck() + { + return $this->healthCheck; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.php new file mode 100644 index 000000000..0e12d5862 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_HealthChecksScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_HealthChecksScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_HealthChecksAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_HealthChecksAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HealthChecksAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.php new file mode 100644 index 000000000..381b0f460 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HealthChecksAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HealthChecksAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.php new file mode 100644 index 000000000..7f9952a90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.php new file mode 100644 index 000000000..9494fe787 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.php @@ -0,0 +1,54 @@ +healthChecks = $healthChecks; + } + /** + * @return Google_Service_Compute_HealthCheck + */ + public function getHealthChecks() + { + return $this->healthChecks; + } + /** + * @param Google_Service_Compute_HealthChecksScopedListWarning + */ + public function setWarning(Google_Service_Compute_HealthChecksScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HealthChecksScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.php new file mode 100644 index 000000000..8877ceb07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HealthChecksScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HealthChecksScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.php new file mode 100644 index 000000000..4dbd9473f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php new file mode 100644 index 000000000..76c8ae8dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php @@ -0,0 +1,57 @@ +healthState = $healthState; + } + public function getHealthState() + { + return $this->healthState; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatusForNetworkEndpoint.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatusForNetworkEndpoint.php new file mode 100644 index 000000000..133177bca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthStatusForNetworkEndpoint.php @@ -0,0 +1,78 @@ +backendService = $backendService; + } + /** + * @return Google_Service_Compute_BackendServiceReference + */ + public function getBackendService() + { + return $this->backendService; + } + /** + * @param Google_Service_Compute_ForwardingRuleReference + */ + public function setForwardingRule(Google_Service_Compute_ForwardingRuleReference $forwardingRule) + { + $this->forwardingRule = $forwardingRule; + } + /** + * @return Google_Service_Compute_ForwardingRuleReference + */ + public function getForwardingRule() + { + return $this->forwardingRule; + } + /** + * @param Google_Service_Compute_HealthCheckReference + */ + public function setHealthCheck(Google_Service_Compute_HealthCheckReference $healthCheck) + { + $this->healthCheck = $healthCheck; + } + /** + * @return Google_Service_Compute_HealthCheckReference + */ + public function getHealthCheck() + { + return $this->healthCheck; + } + public function setHealthState($healthState) + { + $this->healthState = $healthState; + } + public function getHealthState() + { + return $this->healthState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HostRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HostRule.php new file mode 100644 index 000000000..95bb9850e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HostRule.php @@ -0,0 +1,49 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHosts($hosts) + { + $this->hosts = $hosts; + } + public function getHosts() + { + return $this->hosts; + } + public function setPathMatcher($pathMatcher) + { + $this->pathMatcher = $pathMatcher; + } + public function getPathMatcher() + { + return $this->pathMatcher; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.php new file mode 100644 index 000000000..e6af2a385 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.php @@ -0,0 +1,39 @@ +httpStatus = $httpStatus; + } + public function getHttpStatus() + { + return $this->httpStatus; + } + public function setPercentage($percentage) + { + $this->percentage = $percentage; + } + public function getPercentage() + { + return $this->percentage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.php new file mode 100644 index 000000000..8859a30d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.php @@ -0,0 +1,46 @@ +fixedDelay = $fixedDelay; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getFixedDelay() + { + return $this->fixedDelay; + } + public function setPercentage($percentage) + { + $this->percentage = $percentage; + } + public function getPercentage() + { + return $this->percentage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.php new file mode 100644 index 000000000..3877497a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.php @@ -0,0 +1,53 @@ +abort = $abort; + } + /** + * @return Google_Service_Compute_HttpFaultAbort + */ + public function getAbort() + { + return $this->abort; + } + /** + * @param Google_Service_Compute_HttpFaultDelay + */ + public function setDelay(Google_Service_Compute_HttpFaultDelay $delay) + { + $this->delay = $delay; + } + /** + * @return Google_Service_Compute_HttpFaultDelay + */ + public function getDelay() + { + return $this->delay; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.php new file mode 100644 index 000000000..37f5d0d68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.php @@ -0,0 +1,72 @@ +requestHeadersToAdd = $requestHeadersToAdd; + } + /** + * @return Google_Service_Compute_HttpHeaderOption + */ + public function getRequestHeadersToAdd() + { + return $this->requestHeadersToAdd; + } + public function setRequestHeadersToRemove($requestHeadersToRemove) + { + $this->requestHeadersToRemove = $requestHeadersToRemove; + } + public function getRequestHeadersToRemove() + { + return $this->requestHeadersToRemove; + } + /** + * @param Google_Service_Compute_HttpHeaderOption + */ + public function setResponseHeadersToAdd($responseHeadersToAdd) + { + $this->responseHeadersToAdd = $responseHeadersToAdd; + } + /** + * @return Google_Service_Compute_HttpHeaderOption + */ + public function getResponseHeadersToAdd() + { + return $this->responseHeadersToAdd; + } + public function setResponseHeadersToRemove($responseHeadersToRemove) + { + $this->responseHeadersToRemove = $responseHeadersToRemove; + } + public function getResponseHeadersToRemove() + { + return $this->responseHeadersToRemove; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.php new file mode 100644 index 000000000..e038d3c06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.php @@ -0,0 +1,100 @@ +exactMatch = $exactMatch; + } + public function getExactMatch() + { + return $this->exactMatch; + } + public function setHeaderName($headerName) + { + $this->headerName = $headerName; + } + public function getHeaderName() + { + return $this->headerName; + } + public function setInvertMatch($invertMatch) + { + $this->invertMatch = $invertMatch; + } + public function getInvertMatch() + { + return $this->invertMatch; + } + public function setPrefixMatch($prefixMatch) + { + $this->prefixMatch = $prefixMatch; + } + public function getPrefixMatch() + { + return $this->prefixMatch; + } + public function setPresentMatch($presentMatch) + { + $this->presentMatch = $presentMatch; + } + public function getPresentMatch() + { + return $this->presentMatch; + } + /** + * @param Google_Service_Compute_Int64RangeMatch + */ + public function setRangeMatch(Google_Service_Compute_Int64RangeMatch $rangeMatch) + { + $this->rangeMatch = $rangeMatch; + } + /** + * @return Google_Service_Compute_Int64RangeMatch + */ + public function getRangeMatch() + { + return $this->rangeMatch; + } + public function setRegexMatch($regexMatch) + { + $this->regexMatch = $regexMatch; + } + public function getRegexMatch() + { + return $this->regexMatch; + } + public function setSuffixMatch($suffixMatch) + { + $this->suffixMatch = $suffixMatch; + } + public function getSuffixMatch() + { + return $this->suffixMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.php new file mode 100644 index 000000000..ee1432e5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.php @@ -0,0 +1,48 @@ +headerName = $headerName; + } + public function getHeaderName() + { + return $this->headerName; + } + public function setHeaderValue($headerValue) + { + $this->headerValue = $headerValue; + } + public function getHeaderValue() + { + return $this->headerValue; + } + public function setReplace($replace) + { + $this->replace = $replace; + } + public function getReplace() + { + return $this->replace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckList.php new file mode 100644 index 000000000..fe982c19c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_HttpHealthCheck + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_HttpHealthCheck + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_HttpHealthCheckListWarning + */ + public function setWarning(Google_Service_Compute_HttpHealthCheckListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HttpHealthCheckListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarning.php new file mode 100644 index 000000000..e323c4a7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HttpHealthCheckListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HttpHealthCheckListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarningData.php new file mode 100644 index 000000000..0a3d8b717 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHealthCheckListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.php new file mode 100644 index 000000000..47be76f53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.php @@ -0,0 +1,57 @@ +exactMatch = $exactMatch; + } + public function getExactMatch() + { + return $this->exactMatch; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPresentMatch($presentMatch) + { + $this->presentMatch = $presentMatch; + } + public function getPresentMatch() + { + return $this->presentMatch; + } + public function setRegexMatch($regexMatch) + { + $this->regexMatch = $regexMatch; + } + public function getRegexMatch() + { + return $this->regexMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.php new file mode 100644 index 000000000..348031e4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.php @@ -0,0 +1,75 @@ +hostRedirect = $hostRedirect; + } + public function getHostRedirect() + { + return $this->hostRedirect; + } + public function setHttpsRedirect($httpsRedirect) + { + $this->httpsRedirect = $httpsRedirect; + } + public function getHttpsRedirect() + { + return $this->httpsRedirect; + } + public function setPathRedirect($pathRedirect) + { + $this->pathRedirect = $pathRedirect; + } + public function getPathRedirect() + { + return $this->pathRedirect; + } + public function setPrefixRedirect($prefixRedirect) + { + $this->prefixRedirect = $prefixRedirect; + } + public function getPrefixRedirect() + { + return $this->prefixRedirect; + } + public function setRedirectResponseCode($redirectResponseCode) + { + $this->redirectResponseCode = $redirectResponseCode; + } + public function getRedirectResponseCode() + { + return $this->redirectResponseCode; + } + public function setStripQuery($stripQuery) + { + $this->stripQuery = $stripQuery; + } + public function getStripQuery() + { + return $this->stripQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.php new file mode 100644 index 000000000..659115e36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.php @@ -0,0 +1,56 @@ +numRetries = $numRetries; + } + public function getNumRetries() + { + return $this->numRetries; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setPerTryTimeout(Google_Service_Compute_Duration $perTryTimeout) + { + $this->perTryTimeout = $perTryTimeout; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getPerTryTimeout() + { + return $this->perTryTimeout; + } + public function setRetryConditions($retryConditions) + { + $this->retryConditions = $retryConditions; + } + public function getRetryConditions() + { + return $this->retryConditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.php new file mode 100644 index 000000000..cfb7b7695 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.php @@ -0,0 +1,134 @@ +corsPolicy = $corsPolicy; + } + /** + * @return Google_Service_Compute_CorsPolicy + */ + public function getCorsPolicy() + { + return $this->corsPolicy; + } + /** + * @param Google_Service_Compute_HttpFaultInjection + */ + public function setFaultInjectionPolicy(Google_Service_Compute_HttpFaultInjection $faultInjectionPolicy) + { + $this->faultInjectionPolicy = $faultInjectionPolicy; + } + /** + * @return Google_Service_Compute_HttpFaultInjection + */ + public function getFaultInjectionPolicy() + { + return $this->faultInjectionPolicy; + } + /** + * @param Google_Service_Compute_RequestMirrorPolicy + */ + public function setRequestMirrorPolicy(Google_Service_Compute_RequestMirrorPolicy $requestMirrorPolicy) + { + $this->requestMirrorPolicy = $requestMirrorPolicy; + } + /** + * @return Google_Service_Compute_RequestMirrorPolicy + */ + public function getRequestMirrorPolicy() + { + return $this->requestMirrorPolicy; + } + /** + * @param Google_Service_Compute_HttpRetryPolicy + */ + public function setRetryPolicy(Google_Service_Compute_HttpRetryPolicy $retryPolicy) + { + $this->retryPolicy = $retryPolicy; + } + /** + * @return Google_Service_Compute_HttpRetryPolicy + */ + public function getRetryPolicy() + { + return $this->retryPolicy; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setTimeout(Google_Service_Compute_Duration $timeout) + { + $this->timeout = $timeout; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getTimeout() + { + return $this->timeout; + } + /** + * @param Google_Service_Compute_UrlRewrite + */ + public function setUrlRewrite(Google_Service_Compute_UrlRewrite $urlRewrite) + { + $this->urlRewrite = $urlRewrite; + } + /** + * @return Google_Service_Compute_UrlRewrite + */ + public function getUrlRewrite() + { + return $this->urlRewrite; + } + /** + * @param Google_Service_Compute_WeightedBackendService + */ + public function setWeightedBackendServices($weightedBackendServices) + { + $this->weightedBackendServices = $weightedBackendServices; + } + /** + * @return Google_Service_Compute_WeightedBackendService + */ + public function getWeightedBackendServices() + { + return $this->weightedBackendServices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.php new file mode 100644 index 000000000..0949daf7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.php @@ -0,0 +1,113 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } + /** + * @param Google_Service_Compute_HttpRouteRuleMatch + */ + public function setMatchRules($matchRules) + { + $this->matchRules = $matchRules; + } + /** + * @return Google_Service_Compute_HttpRouteRuleMatch + */ + public function getMatchRules() + { + return $this->matchRules; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction) + { + $this->routeAction = $routeAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getRouteAction() + { + return $this->routeAction; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect) + { + $this->urlRedirect = $urlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getUrlRedirect() + { + return $this->urlRedirect; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.php new file mode 100644 index 000000000..2d9986e87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.php @@ -0,0 +1,106 @@ +fullPathMatch = $fullPathMatch; + } + public function getFullPathMatch() + { + return $this->fullPathMatch; + } + /** + * @param Google_Service_Compute_HttpHeaderMatch + */ + public function setHeaderMatches($headerMatches) + { + $this->headerMatches = $headerMatches; + } + /** + * @return Google_Service_Compute_HttpHeaderMatch + */ + public function getHeaderMatches() + { + return $this->headerMatches; + } + public function setIgnoreCase($ignoreCase) + { + $this->ignoreCase = $ignoreCase; + } + public function getIgnoreCase() + { + return $this->ignoreCase; + } + /** + * @param Google_Service_Compute_MetadataFilter + */ + public function setMetadataFilters($metadataFilters) + { + $this->metadataFilters = $metadataFilters; + } + /** + * @return Google_Service_Compute_MetadataFilter + */ + public function getMetadataFilters() + { + return $this->metadataFilters; + } + public function setPrefixMatch($prefixMatch) + { + $this->prefixMatch = $prefixMatch; + } + public function getPrefixMatch() + { + return $this->prefixMatch; + } + /** + * @param Google_Service_Compute_HttpQueryParameterMatch + */ + public function setQueryParameterMatches($queryParameterMatches) + { + $this->queryParameterMatches = $queryParameterMatches; + } + /** + * @return Google_Service_Compute_HttpQueryParameterMatch + */ + public function getQueryParameterMatches() + { + return $this->queryParameterMatches; + } + public function setRegexMatch($regexMatch) + { + $this->regexMatch = $regexMatch; + } + public function getRegexMatch() + { + return $this->regexMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckList.php new file mode 100644 index 000000000..5066f5596 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_HttpsHealthCheck + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_HttpsHealthCheck + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_HttpsHealthCheckListWarning + */ + public function setWarning(Google_Service_Compute_HttpsHealthCheckListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HttpsHealthCheckListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarning.php new file mode 100644 index 000000000..3884d6e1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HttpsHealthCheckListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HttpsHealthCheckListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarningData.php new file mode 100644 index 000000000..be2780b1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheckListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Image.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Image.php new file mode 100644 index 000000000..61d090ff2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Image.php @@ -0,0 +1,323 @@ +archiveSizeBytes = $archiveSizeBytes; + } + public function getArchiveSizeBytes() + { + return $this->archiveSizeBytes; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDiskSizeGb($diskSizeGb) + { + $this->diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setFamily($family) + { + $this->family = $family; + } + public function getFamily() + { + return $this->family; + } + /** + * @param Google_Service_Compute_GuestOsFeature + */ + public function setGuestOsFeatures($guestOsFeatures) + { + $this->guestOsFeatures = $guestOsFeatures; + } + /** + * @return Google_Service_Compute_GuestOsFeature + */ + public function getGuestOsFeatures() + { + return $this->guestOsFeatures; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $imageEncryptionKey) + { + $this->imageEncryptionKey = $imageEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getImageEncryptionKey() + { + return $this->imageEncryptionKey; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLicenseCodes($licenseCodes) + { + $this->licenseCodes = $licenseCodes; + } + public function getLicenseCodes() + { + return $this->licenseCodes; + } + public function setLicenses($licenses) + { + $this->licenses = $licenses; + } + public function getLicenses() + { + return $this->licenses; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_ImageRawDisk + */ + public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk) + { + $this->rawDisk = $rawDisk; + } + /** + * @return Google_Service_Compute_ImageRawDisk + */ + public function getRawDisk() + { + return $this->rawDisk; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSourceDisk($sourceDisk) + { + $this->sourceDisk = $sourceDisk; + } + public function getSourceDisk() + { + return $this->sourceDisk; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceDiskEncryptionKey) + { + $this->sourceDiskEncryptionKey = $sourceDiskEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceDiskEncryptionKey() + { + return $this->sourceDiskEncryptionKey; + } + public function setSourceDiskId($sourceDiskId) + { + $this->sourceDiskId = $sourceDiskId; + } + public function getSourceDiskId() + { + return $this->sourceDiskId; + } + public function setSourceImage($sourceImage) + { + $this->sourceImage = $sourceImage; + } + public function getSourceImage() + { + return $this->sourceImage; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceImageEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceImageEncryptionKey) + { + $this->sourceImageEncryptionKey = $sourceImageEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceImageEncryptionKey() + { + return $this->sourceImageEncryptionKey; + } + public function setSourceImageId($sourceImageId) + { + $this->sourceImageId = $sourceImageId; + } + public function getSourceImageId() + { + return $this->sourceImageId; + } + public function setSourceSnapshot($sourceSnapshot) + { + $this->sourceSnapshot = $sourceSnapshot; + } + public function getSourceSnapshot() + { + return $this->sourceSnapshot; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceSnapshotEncryptionKey) + { + $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceSnapshotEncryptionKey() + { + return $this->sourceSnapshotEncryptionKey; + } + public function setSourceSnapshotId($sourceSnapshotId) + { + $this->sourceSnapshotId = $sourceSnapshotId; + } + public function getSourceSnapshotId() + { + return $this->sourceSnapshotId; + } + public function setSourceType($sourceType) + { + $this->sourceType = $sourceType; + } + public function getSourceType() + { + return $this->sourceType; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php new file mode 100644 index 000000000..e651257df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Image + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Image + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ImageListWarning + */ + public function setWarning(Google_Service_Compute_ImageListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ImageListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarning.php new file mode 100644 index 000000000..bdc847cbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ImageListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ImageListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarningData.php new file mode 100644 index 000000000..9be397d56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.php new file mode 100644 index 000000000..a23d4845a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.php @@ -0,0 +1,48 @@ +containerType = $containerType; + } + public function getContainerType() + { + return $this->containerType; + } + public function setSha1Checksum($sha1Checksum) + { + $this->sha1Checksum = $sha1Checksum; + } + public function getSha1Checksum() + { + return $this->sha1Checksum; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php new file mode 100644 index 000000000..cf4843904 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php @@ -0,0 +1,360 @@ +canIpForward = $canIpForward; + } + public function getCanIpForward() + { + return $this->canIpForward; + } + public function setCpuPlatform($cpuPlatform) + { + $this->cpuPlatform = $cpuPlatform; + } + public function getCpuPlatform() + { + return $this->cpuPlatform; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDeletionProtection($deletionProtection) + { + $this->deletionProtection = $deletionProtection; + } + public function getDeletionProtection() + { + return $this->deletionProtection; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_AttachedDisk + */ + public function setDisks($disks) + { + $this->disks = $disks; + } + /** + * @return Google_Service_Compute_AttachedDisk + */ + public function getDisks() + { + return $this->disks; + } + /** + * @param Google_Service_Compute_DisplayDevice + */ + public function setDisplayDevice(Google_Service_Compute_DisplayDevice $displayDevice) + { + $this->displayDevice = $displayDevice; + } + /** + * @return Google_Service_Compute_DisplayDevice + */ + public function getDisplayDevice() + { + return $this->displayDevice; + } + /** + * @param Google_Service_Compute_AcceleratorConfig + */ + public function setGuestAccelerators($guestAccelerators) + { + $this->guestAccelerators = $guestAccelerators; + } + /** + * @return Google_Service_Compute_AcceleratorConfig + */ + public function getGuestAccelerators() + { + return $this->guestAccelerators; + } + public function setHostname($hostname) + { + $this->hostname = $hostname; + } + public function getHostname() + { + return $this->hostname; + } + 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 setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + 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; + } + /** + * @param Google_Service_Compute_Metadata + */ + public function setMetadata(Google_Service_Compute_Metadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Compute_Metadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMinCpuPlatform($minCpuPlatform) + { + $this->minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_NetworkInterface + */ + public function setNetworkInterfaces($networkInterfaces) + { + $this->networkInterfaces = $networkInterfaces; + } + /** + * @return Google_Service_Compute_NetworkInterface + */ + public function getNetworkInterfaces() + { + return $this->networkInterfaces; + } + /** + * @param Google_Service_Compute_ReservationAffinity + */ + public function setReservationAffinity(Google_Service_Compute_ReservationAffinity $reservationAffinity) + { + $this->reservationAffinity = $reservationAffinity; + } + /** + * @return Google_Service_Compute_ReservationAffinity + */ + public function getReservationAffinity() + { + return $this->reservationAffinity; + } + /** + * @param Google_Service_Compute_Scheduling + */ + public function setScheduling(Google_Service_Compute_Scheduling $scheduling) + { + $this->scheduling = $scheduling; + } + /** + * @return Google_Service_Compute_Scheduling + */ + public function getScheduling() + { + return $this->scheduling; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ServiceAccount + */ + public function setServiceAccounts($serviceAccounts) + { + $this->serviceAccounts = $serviceAccounts; + } + /** + * @return Google_Service_Compute_ServiceAccount + */ + public function getServiceAccounts() + { + return $this->serviceAccounts; + } + /** + * @param Google_Service_Compute_ShieldedInstanceConfig + */ + public function setShieldedInstanceConfig(Google_Service_Compute_ShieldedInstanceConfig $shieldedInstanceConfig) + { + $this->shieldedInstanceConfig = $shieldedInstanceConfig; + } + /** + * @return Google_Service_Compute_ShieldedInstanceConfig + */ + public function getShieldedInstanceConfig() + { + return $this->shieldedInstanceConfig; + } + /** + * @param Google_Service_Compute_ShieldedInstanceIntegrityPolicy + */ + public function setShieldedInstanceIntegrityPolicy(Google_Service_Compute_ShieldedInstanceIntegrityPolicy $shieldedInstanceIntegrityPolicy) + { + $this->shieldedInstanceIntegrityPolicy = $shieldedInstanceIntegrityPolicy; + } + /** + * @return Google_Service_Compute_ShieldedInstanceIntegrityPolicy + */ + public function getShieldedInstanceIntegrityPolicy() + { + return $this->shieldedInstanceIntegrityPolicy; + } + public function setStartRestricted($startRestricted) + { + $this->startRestricted = $startRestricted; + } + public function getStartRestricted() + { + return $this->startRestricted; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + /** + * @param Google_Service_Compute_Tags + */ + public function setTags(Google_Service_Compute_Tags $tags) + { + $this->tags = $tags; + } + /** + * @return Google_Service_Compute_Tags + */ + public function getTags() + { + return $this->tags; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php new file mode 100644 index 000000000..4cb7a0dc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstancesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstancesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_InstanceAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarning.php new file mode 100644 index 000000000..8ef31ee73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarningData.php new file mode 100644 index 000000000..c315e01e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.php new file mode 100644 index 000000000..b5ff59370 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.php @@ -0,0 +1,146 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + 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_Compute_NamedPort + */ + public function setNamedPorts($namedPorts) + { + $this->namedPorts = $namedPorts; + } + /** + * @return Google_Service_Compute_NamedPort + */ + public function getNamedPorts() + { + return $this->namedPorts; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.php new file mode 100644 index 000000000..eb70c6355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceGroupsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceGroupsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceGroupAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarning.php new file mode 100644 index 000000000..ad91f3d2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarningData.php new file mode 100644 index 000000000..e1e9624c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.php new file mode 100644 index 000000000..7240d92e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceGroup + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceGroup + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceGroupListWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarning.php new file mode 100644 index 000000000..23dcdbd54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarningData.php new file mode 100644 index 000000000..af79c5892 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.php new file mode 100644 index 000000000..e65c64c70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.php @@ -0,0 +1,260 @@ +autoHealingPolicies = $autoHealingPolicies; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerAutoHealingPolicy + */ + public function getAutoHealingPolicies() + { + return $this->autoHealingPolicies; + } + public function setBaseInstanceName($baseInstanceName) + { + $this->baseInstanceName = $baseInstanceName; + } + public function getBaseInstanceName() + { + return $this->baseInstanceName; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerActionsSummary + */ + public function setCurrentActions(Google_Service_Compute_InstanceGroupManagerActionsSummary $currentActions) + { + $this->currentActions = $currentActions; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerActionsSummary + */ + public function getCurrentActions() + { + return $this->currentActions; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_DistributionPolicy + */ + public function setDistributionPolicy(Google_Service_Compute_DistributionPolicy $distributionPolicy) + { + $this->distributionPolicy = $distributionPolicy; + } + /** + * @return Google_Service_Compute_DistributionPolicy + */ + public function getDistributionPolicy() + { + return $this->distributionPolicy; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInstanceGroup($instanceGroup) + { + $this->instanceGroup = $instanceGroup; + } + public function getInstanceGroup() + { + return $this->instanceGroup; + } + public function setInstanceTemplate($instanceTemplate) + { + $this->instanceTemplate = $instanceTemplate; + } + public function getInstanceTemplate() + { + return $this->instanceTemplate; + } + 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_Compute_NamedPort + */ + public function setNamedPorts($namedPorts) + { + $this->namedPorts = $namedPorts; + } + /** + * @return Google_Service_Compute_NamedPort + */ + public function getNamedPorts() + { + return $this->namedPorts; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerStatus + */ + public function setStatus(Google_Service_Compute_InstanceGroupManagerStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerStatus + */ + public function getStatus() + { + return $this->status; + } + public function setTargetPools($targetPools) + { + $this->targetPools = $targetPools; + } + public function getTargetPools() + { + return $this->targetPools; + } + public function setTargetSize($targetSize) + { + $this->targetSize = $targetSize; + } + public function getTargetSize() + { + return $this->targetSize; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerUpdatePolicy + */ + public function setUpdatePolicy(Google_Service_Compute_InstanceGroupManagerUpdatePolicy $updatePolicy) + { + $this->updatePolicy = $updatePolicy; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerUpdatePolicy + */ + public function getUpdatePolicy() + { + return $this->updatePolicy; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerVersion + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerVersion + */ + public function getVersions() + { + return $this->versions; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php new file mode 100644 index 000000000..202dd91c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php @@ -0,0 +1,102 @@ +abandoning = $abandoning; + } + public function getAbandoning() + { + return $this->abandoning; + } + public function setCreating($creating) + { + $this->creating = $creating; + } + public function getCreating() + { + return $this->creating; + } + public function setCreatingWithoutRetries($creatingWithoutRetries) + { + $this->creatingWithoutRetries = $creatingWithoutRetries; + } + public function getCreatingWithoutRetries() + { + return $this->creatingWithoutRetries; + } + public function setDeleting($deleting) + { + $this->deleting = $deleting; + } + public function getDeleting() + { + return $this->deleting; + } + public function setNone($none) + { + $this->none = $none; + } + public function getNone() + { + return $this->none; + } + public function setRecreating($recreating) + { + $this->recreating = $recreating; + } + public function getRecreating() + { + return $this->recreating; + } + public function setRefreshing($refreshing) + { + $this->refreshing = $refreshing; + } + public function getRefreshing() + { + return $this->refreshing; + } + public function setRestarting($restarting) + { + $this->restarting = $restarting; + } + public function getRestarting() + { + return $this->restarting; + } + public function setVerifying($verifying) + { + $this->verifying = $verifying; + } + public function getVerifying() + { + return $this->verifying; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedList.php new file mode 100644 index 000000000..32db1b12a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceGroupManagersScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceGroupManagersScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupManagerAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarning.php new file mode 100644 index 000000000..34158a43d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarningData.php new file mode 100644 index 000000000..d9d8eace7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAutoHealingPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAutoHealingPolicy.php new file mode 100644 index 000000000..1f97c3c4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerAutoHealingPolicy.php @@ -0,0 +1,39 @@ +healthCheck = $healthCheck; + } + public function getHealthCheck() + { + return $this->healthCheck; + } + public function setInitialDelaySec($initialDelaySec) + { + $this->initialDelaySec = $initialDelaySec; + } + public function getInitialDelaySec() + { + return $this->initialDelaySec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.php new file mode 100644 index 000000000..2d00d73ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceGroupManager + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceGroupManager + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerListWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupManagerListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarning.php new file mode 100644 index 000000000..5c0d78120 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupManagerListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupManagerListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarningData.php new file mode 100644 index 000000000..f4f84706d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatus.php new file mode 100644 index 000000000..3327347c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerStatus.php @@ -0,0 +1,30 @@ +isStable = $isStable; + } + public function getIsStable() + { + return $this->isStable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerUpdatePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerUpdatePolicy.php new file mode 100644 index 000000000..d896ac850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerUpdatePolicy.php @@ -0,0 +1,71 @@ +maxSurge = $maxSurge; + } + /** + * @return Google_Service_Compute_FixedOrPercent + */ + public function getMaxSurge() + { + return $this->maxSurge; + } + /** + * @param Google_Service_Compute_FixedOrPercent + */ + public function setMaxUnavailable(Google_Service_Compute_FixedOrPercent $maxUnavailable) + { + $this->maxUnavailable = $maxUnavailable; + } + /** + * @return Google_Service_Compute_FixedOrPercent + */ + public function getMaxUnavailable() + { + return $this->maxUnavailable; + } + public function setMinimalAction($minimalAction) + { + $this->minimalAction = $minimalAction; + } + public function getMinimalAction() + { + return $this->minimalAction; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerVersion.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerVersion.php new file mode 100644 index 000000000..d8b4d4cc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerVersion.php @@ -0,0 +1,55 @@ +instanceTemplate = $instanceTemplate; + } + public function getInstanceTemplate() + { + return $this->instanceTemplate; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_FixedOrPercent + */ + public function setTargetSize(Google_Service_Compute_FixedOrPercent $targetSize) + { + $this->targetSize = $targetSize; + } + /** + * @return Google_Service_Compute_FixedOrPercent + */ + public function getTargetSize() + { + return $this->targetSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.php new file mode 100644 index 000000000..447ff78b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.php @@ -0,0 +1,31 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeleteInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeleteInstancesRequest.php new file mode 100644 index 000000000..a9bbeea7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersDeleteInstancesRequest.php @@ -0,0 +1,31 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListManagedInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListManagedInstancesResponse.php new file mode 100644 index 000000000..c80745e24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersListManagedInstancesResponse.php @@ -0,0 +1,38 @@ +managedInstances = $managedInstances; + } + /** + * @return Google_Service_Compute_ManagedInstance + */ + public function getManagedInstances() + { + return $this->managedInstances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.php new file mode 100644 index 000000000..9db407b77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.php @@ -0,0 +1,31 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedList.php new file mode 100644 index 000000000..0b89ee8de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedList.php @@ -0,0 +1,54 @@ +instanceGroupManagers = $instanceGroupManagers; + } + /** + * @return Google_Service_Compute_InstanceGroupManager + */ + public function getInstanceGroupManagers() + { + return $this->instanceGroupManagers; + } + /** + * @param Google_Service_Compute_InstanceGroupManagersScopedListWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupManagersScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupManagersScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.php new file mode 100644 index 000000000..aeb3595d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupManagersScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupManagersScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php new file mode 100644 index 000000000..f4f3d8043 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetInstanceTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetInstanceTemplateRequest.php new file mode 100644 index 000000000..b2f0a15b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetInstanceTemplateRequest.php @@ -0,0 +1,30 @@ +instanceTemplate = $instanceTemplate; + } + public function getInstanceTemplate() + { + return $this->instanceTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetTargetPoolsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetTargetPoolsRequest.php new file mode 100644 index 000000000..a72c3c9e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersSetTargetPoolsRequest.php @@ -0,0 +1,40 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setTargetPools($targetPools) + { + $this->targetPools = $targetPools; + } + public function getTargetPools() + { + return $this->targetPools; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsAddInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsAddInstancesRequest.php new file mode 100644 index 000000000..51d63463d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsAddInstancesRequest.php @@ -0,0 +1,38 @@ +instances = $instances; + } + /** + * @return Google_Service_Compute_InstanceReference + */ + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.php new file mode 100644 index 000000000..0dd0cfbff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceWithNamedPorts + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceWithNamedPorts + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceGroupsListInstancesWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupsListInstancesWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupsListInstancesWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.php new file mode 100644 index 000000000..68c65c311 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.php @@ -0,0 +1,30 @@ +instanceState = $instanceState; + } + public function getInstanceState() + { + return $this->instanceState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarning.php new file mode 100644 index 000000000..205c6a49a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupsListInstancesWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupsListInstancesWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarningData.php new file mode 100644 index 000000000..10ede841c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsRemoveInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsRemoveInstancesRequest.php new file mode 100644 index 000000000..a82ed6487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsRemoveInstancesRequest.php @@ -0,0 +1,38 @@ +instances = $instances; + } + /** + * @return Google_Service_Compute_InstanceReference + */ + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.php new file mode 100644 index 000000000..e37d1442b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.php @@ -0,0 +1,54 @@ +instanceGroups = $instanceGroups; + } + /** + * @return Google_Service_Compute_InstanceGroup + */ + public function getInstanceGroups() + { + return $this->instanceGroups; + } + /** + * @param Google_Service_Compute_InstanceGroupsScopedListWarning + */ + public function setWarning(Google_Service_Compute_InstanceGroupsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceGroupsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.php new file mode 100644 index 000000000..63a94fdbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceGroupsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceGroupsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php new file mode 100644 index 000000000..74e904084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsSetNamedPortsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsSetNamedPortsRequest.php new file mode 100644 index 000000000..4f19d4e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsSetNamedPortsRequest.php @@ -0,0 +1,47 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_Compute_NamedPort + */ + public function setNamedPorts($namedPorts) + { + $this->namedPorts = $namedPorts; + } + /** + * @return Google_Service_Compute_NamedPort + */ + public function getNamedPorts() + { + return $this->namedPorts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.php new file mode 100644 index 000000000..0dc423752 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Instance + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Instance + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceListWarning + */ + public function setWarning(Google_Service_Compute_InstanceListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrers.php new file mode 100644 index 000000000..786488305 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrers.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Reference + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Reference + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceListReferrersWarning + */ + public function setWarning(Google_Service_Compute_InstanceListReferrersWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceListReferrersWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarning.php new file mode 100644 index 000000000..ce839e2b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceListReferrersWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceListReferrersWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarningData.php new file mode 100644 index 000000000..c7b6d259b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListReferrersWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarning.php new file mode 100644 index 000000000..360e18a13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarningData.php new file mode 100644 index 000000000..5f8227f06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.php new file mode 100644 index 000000000..7f4e54672 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.php @@ -0,0 +1,39 @@ +destinationZone = $destinationZone; + } + public function getDestinationZone() + { + return $this->destinationZone; + } + public function setTargetInstance($targetInstance) + { + $this->targetInstance = $targetInstance; + } + public function getTargetInstance() + { + return $this->targetInstance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceProperties.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceProperties.php new file mode 100644 index 000000000..fd2206014 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceProperties.php @@ -0,0 +1,211 @@ +canIpForward = $canIpForward; + } + public function getCanIpForward() + { + return $this->canIpForward; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_AttachedDisk + */ + public function setDisks($disks) + { + $this->disks = $disks; + } + /** + * @return Google_Service_Compute_AttachedDisk + */ + public function getDisks() + { + return $this->disks; + } + /** + * @param Google_Service_Compute_AcceleratorConfig + */ + public function setGuestAccelerators($guestAccelerators) + { + $this->guestAccelerators = $guestAccelerators; + } + /** + * @return Google_Service_Compute_AcceleratorConfig + */ + public function getGuestAccelerators() + { + return $this->guestAccelerators; + } + 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; + } + /** + * @param Google_Service_Compute_Metadata + */ + public function setMetadata(Google_Service_Compute_Metadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Compute_Metadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMinCpuPlatform($minCpuPlatform) + { + $this->minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } + /** + * @param Google_Service_Compute_NetworkInterface + */ + public function setNetworkInterfaces($networkInterfaces) + { + $this->networkInterfaces = $networkInterfaces; + } + /** + * @return Google_Service_Compute_NetworkInterface + */ + public function getNetworkInterfaces() + { + return $this->networkInterfaces; + } + /** + * @param Google_Service_Compute_ReservationAffinity + */ + public function setReservationAffinity(Google_Service_Compute_ReservationAffinity $reservationAffinity) + { + $this->reservationAffinity = $reservationAffinity; + } + /** + * @return Google_Service_Compute_ReservationAffinity + */ + public function getReservationAffinity() + { + return $this->reservationAffinity; + } + /** + * @param Google_Service_Compute_Scheduling + */ + public function setScheduling(Google_Service_Compute_Scheduling $scheduling) + { + $this->scheduling = $scheduling; + } + /** + * @return Google_Service_Compute_Scheduling + */ + public function getScheduling() + { + return $this->scheduling; + } + /** + * @param Google_Service_Compute_ServiceAccount + */ + public function setServiceAccounts($serviceAccounts) + { + $this->serviceAccounts = $serviceAccounts; + } + /** + * @return Google_Service_Compute_ServiceAccount + */ + public function getServiceAccounts() + { + return $this->serviceAccounts; + } + /** + * @param Google_Service_Compute_ShieldedInstanceConfig + */ + public function setShieldedInstanceConfig(Google_Service_Compute_ShieldedInstanceConfig $shieldedInstanceConfig) + { + $this->shieldedInstanceConfig = $shieldedInstanceConfig; + } + /** + * @return Google_Service_Compute_ShieldedInstanceConfig + */ + public function getShieldedInstanceConfig() + { + return $this->shieldedInstanceConfig; + } + /** + * @param Google_Service_Compute_Tags + */ + public function setTags(Google_Service_Compute_Tags $tags) + { + $this->tags = $tags; + } + /** + * @return Google_Service_Compute_Tags + */ + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceReference.php new file mode 100644 index 000000000..98284666e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceReference.php @@ -0,0 +1,30 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplate.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplate.php new file mode 100644 index 000000000..0c4157d42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplate.php @@ -0,0 +1,116 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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_Compute_InstanceProperties + */ + public function setProperties(Google_Service_Compute_InstanceProperties $properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Compute_InstanceProperties + */ + public function getProperties() + { + return $this->properties; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSourceInstance($sourceInstance) + { + $this->sourceInstance = $sourceInstance; + } + public function getSourceInstance() + { + return $this->sourceInstance; + } + /** + * @param Google_Service_Compute_SourceInstanceParams + */ + public function setSourceInstanceParams(Google_Service_Compute_SourceInstanceParams $sourceInstanceParams) + { + $this->sourceInstanceParams = $sourceInstanceParams; + } + /** + * @return Google_Service_Compute_SourceInstanceParams + */ + public function getSourceInstanceParams() + { + return $this->sourceInstanceParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php new file mode 100644 index 000000000..dedb958bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceTemplate + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceTemplate + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InstanceTemplateListWarning + */ + public function setWarning(Google_Service_Compute_InstanceTemplateListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstanceTemplateListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarning.php new file mode 100644 index 000000000..33515e383 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstanceTemplateListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstanceTemplateListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarningData.php new file mode 100644 index 000000000..8da5beff7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.php new file mode 100644 index 000000000..bc333c79d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.php @@ -0,0 +1,56 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + /** + * @param Google_Service_Compute_NamedPort + */ + public function setNamedPorts($namedPorts) + { + $this->namedPorts = $namedPorts; + } + /** + * @return Google_Service_Compute_NamedPort + */ + public function getNamedPorts() + { + return $this->namedPorts; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.php new file mode 100644 index 000000000..a64b86041 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.php @@ -0,0 +1,54 @@ +instances = $instances; + } + /** + * @return Google_Service_Compute_Instance + */ + public function getInstances() + { + return $this->instances; + } + /** + * @param Google_Service_Compute_InstancesScopedListWarning + */ + public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InstancesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.php new file mode 100644 index 000000000..c8333f945 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InstancesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InstancesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php new file mode 100644 index 000000000..56638cd54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetLabelsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetLabelsRequest.php new file mode 100644 index 000000000..d2bed34fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetLabelsRequest.php @@ -0,0 +1,39 @@ +labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineResourcesRequest.php new file mode 100644 index 000000000..049b79ffb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineResourcesRequest.php @@ -0,0 +1,38 @@ +guestAccelerators = $guestAccelerators; + } + /** + * @return Google_Service_Compute_AcceleratorConfig + */ + public function getGuestAccelerators() + { + return $this->guestAccelerators; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineTypeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineTypeRequest.php new file mode 100644 index 000000000..4b973cb95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMachineTypeRequest.php @@ -0,0 +1,30 @@ +machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMinCpuPlatformRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMinCpuPlatformRequest.php new file mode 100644 index 000000000..119410632 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetMinCpuPlatformRequest.php @@ -0,0 +1,30 @@ +minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetServiceAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetServiceAccountRequest.php new file mode 100644 index 000000000..4c33a459f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesSetServiceAccountRequest.php @@ -0,0 +1,40 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesStartWithEncryptionKeyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesStartWithEncryptionKeyRequest.php new file mode 100644 index 000000000..e96bf580b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesStartWithEncryptionKeyRequest.php @@ -0,0 +1,38 @@ +disks = $disks; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKeyProtectedDisk + */ + public function getDisks() + { + return $this->disks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.php new file mode 100644 index 000000000..213e5788d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.php @@ -0,0 +1,39 @@ +rangeEnd = $rangeEnd; + } + public function getRangeEnd() + { + return $this->rangeEnd; + } + public function setRangeStart($rangeStart) + { + $this->rangeStart = $rangeStart; + } + public function getRangeStart() + { + return $this->rangeStart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Interconnect.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Interconnect.php new file mode 100644 index 000000000..235ea6603 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Interconnect.php @@ -0,0 +1,234 @@ +adminEnabled = $adminEnabled; + } + public function getAdminEnabled() + { + return $this->adminEnabled; + } + /** + * @param Google_Service_Compute_InterconnectCircuitInfo + */ + public function setCircuitInfos($circuitInfos) + { + $this->circuitInfos = $circuitInfos; + } + /** + * @return Google_Service_Compute_InterconnectCircuitInfo + */ + public function getCircuitInfos() + { + return $this->circuitInfos; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setCustomerName($customerName) + { + $this->customerName = $customerName; + } + public function getCustomerName() + { + return $this->customerName; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_InterconnectOutageNotification + */ + public function setExpectedOutages($expectedOutages) + { + $this->expectedOutages = $expectedOutages; + } + /** + * @return Google_Service_Compute_InterconnectOutageNotification + */ + public function getExpectedOutages() + { + return $this->expectedOutages; + } + public function setGoogleIpAddress($googleIpAddress) + { + $this->googleIpAddress = $googleIpAddress; + } + public function getGoogleIpAddress() + { + return $this->googleIpAddress; + } + public function setGoogleReferenceId($googleReferenceId) + { + $this->googleReferenceId = $googleReferenceId; + } + public function getGoogleReferenceId() + { + return $this->googleReferenceId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInterconnectAttachments($interconnectAttachments) + { + $this->interconnectAttachments = $interconnectAttachments; + } + public function getInterconnectAttachments() + { + return $this->interconnectAttachments; + } + public function setInterconnectType($interconnectType) + { + $this->interconnectType = $interconnectType; + } + public function getInterconnectType() + { + return $this->interconnectType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLinkType($linkType) + { + $this->linkType = $linkType; + } + public function getLinkType() + { + return $this->linkType; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNocContactEmail($nocContactEmail) + { + $this->nocContactEmail = $nocContactEmail; + } + public function getNocContactEmail() + { + return $this->nocContactEmail; + } + public function setOperationalStatus($operationalStatus) + { + $this->operationalStatus = $operationalStatus; + } + public function getOperationalStatus() + { + return $this->operationalStatus; + } + public function setPeerIpAddress($peerIpAddress) + { + $this->peerIpAddress = $peerIpAddress; + } + public function getPeerIpAddress() + { + return $this->peerIpAddress; + } + public function setProvisionedLinkCount($provisionedLinkCount) + { + $this->provisionedLinkCount = $provisionedLinkCount; + } + public function getProvisionedLinkCount() + { + return $this->provisionedLinkCount; + } + public function setRequestedLinkCount($requestedLinkCount) + { + $this->requestedLinkCount = $requestedLinkCount; + } + public function getRequestedLinkCount() + { + return $this->requestedLinkCount; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachment.php new file mode 100644 index 000000000..65094dc03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachment.php @@ -0,0 +1,252 @@ +adminEnabled = $adminEnabled; + } + public function getAdminEnabled() + { + return $this->adminEnabled; + } + public function setBandwidth($bandwidth) + { + $this->bandwidth = $bandwidth; + } + public function getBandwidth() + { + return $this->bandwidth; + } + public function setCandidateSubnets($candidateSubnets) + { + $this->candidateSubnets = $candidateSubnets; + } + public function getCandidateSubnets() + { + return $this->candidateSubnets; + } + public function setCloudRouterIpAddress($cloudRouterIpAddress) + { + $this->cloudRouterIpAddress = $cloudRouterIpAddress; + } + public function getCloudRouterIpAddress() + { + return $this->cloudRouterIpAddress; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setCustomerRouterIpAddress($customerRouterIpAddress) + { + $this->customerRouterIpAddress = $customerRouterIpAddress; + } + public function getCustomerRouterIpAddress() + { + return $this->customerRouterIpAddress; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEdgeAvailabilityDomain($edgeAvailabilityDomain) + { + $this->edgeAvailabilityDomain = $edgeAvailabilityDomain; + } + public function getEdgeAvailabilityDomain() + { + return $this->edgeAvailabilityDomain; + } + public function setGoogleReferenceId($googleReferenceId) + { + $this->googleReferenceId = $googleReferenceId; + } + public function getGoogleReferenceId() + { + return $this->googleReferenceId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInterconnect($interconnect) + { + $this->interconnect = $interconnect; + } + public function getInterconnect() + { + return $this->interconnect; + } + 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 setOperationalStatus($operationalStatus) + { + $this->operationalStatus = $operationalStatus; + } + public function getOperationalStatus() + { + return $this->operationalStatus; + } + public function setPairingKey($pairingKey) + { + $this->pairingKey = $pairingKey; + } + public function getPairingKey() + { + return $this->pairingKey; + } + public function setPartnerAsn($partnerAsn) + { + $this->partnerAsn = $partnerAsn; + } + public function getPartnerAsn() + { + return $this->partnerAsn; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentPartnerMetadata + */ + public function setPartnerMetadata(Google_Service_Compute_InterconnectAttachmentPartnerMetadata $partnerMetadata) + { + $this->partnerMetadata = $partnerMetadata; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentPartnerMetadata + */ + public function getPartnerMetadata() + { + return $this->partnerMetadata; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentPrivateInfo + */ + public function setPrivateInterconnectInfo(Google_Service_Compute_InterconnectAttachmentPrivateInfo $privateInterconnectInfo) + { + $this->privateInterconnectInfo = $privateInterconnectInfo; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentPrivateInfo + */ + public function getPrivateInterconnectInfo() + { + return $this->privateInterconnectInfo; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRouter($router) + { + $this->router = $router; + } + public function getRouter() + { + return $this->router; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVlanTag8021q($vlanTag8021q) + { + $this->vlanTag8021q = $vlanTag8021q; + } + public function getVlanTag8021q() + { + return $this->vlanTag8021q; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedList.php new file mode 100644 index 000000000..f2c706c2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_InterconnectAttachmentAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarning.php new file mode 100644 index 000000000..14b9ae8ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarningData.php new file mode 100644 index 000000000..cb2f5a34d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentList.php new file mode 100644 index 000000000..82af53406 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InterconnectAttachment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InterconnectAttachment + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentListWarning + */ + public function setWarning(Google_Service_Compute_InterconnectAttachmentListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarning.php new file mode 100644 index 000000000..6a73bd452 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarningData.php new file mode 100644 index 000000000..effc59565 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPartnerMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPartnerMetadata.php new file mode 100644 index 000000000..0496df580 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPartnerMetadata.php @@ -0,0 +1,48 @@ +interconnectName = $interconnectName; + } + public function getInterconnectName() + { + return $this->interconnectName; + } + public function setPartnerName($partnerName) + { + $this->partnerName = $partnerName; + } + public function getPartnerName() + { + return $this->partnerName; + } + public function setPortalUrl($portalUrl) + { + $this->portalUrl = $portalUrl; + } + public function getPortalUrl() + { + return $this->portalUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPrivateInfo.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPrivateInfo.php new file mode 100644 index 000000000..8a9e0c3fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentPrivateInfo.php @@ -0,0 +1,30 @@ +tag8021q = $tag8021q; + } + public function getTag8021q() + { + return $this->tag8021q; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedList.php new file mode 100644 index 000000000..ee1b015c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedList.php @@ -0,0 +1,54 @@ +interconnectAttachments = $interconnectAttachments; + } + /** + * @return Google_Service_Compute_InterconnectAttachment + */ + public function getInterconnectAttachments() + { + return $this->interconnectAttachments; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentsScopedListWarning + */ + public function setWarning(Google_Service_Compute_InterconnectAttachmentsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarning.php new file mode 100644 index 000000000..fcb66f652 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InterconnectAttachmentsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InterconnectAttachmentsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarningData.php new file mode 100644 index 000000000..1286bf61a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectAttachmentsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectCircuitInfo.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectCircuitInfo.php new file mode 100644 index 000000000..4b09aafc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectCircuitInfo.php @@ -0,0 +1,48 @@ +customerDemarcId = $customerDemarcId; + } + public function getCustomerDemarcId() + { + return $this->customerDemarcId; + } + public function setGoogleCircuitId($googleCircuitId) + { + $this->googleCircuitId = $googleCircuitId; + } + public function getGoogleCircuitId() + { + return $this->googleCircuitId; + } + public function setGoogleDemarcId($googleDemarcId) + { + $this->googleDemarcId = $googleDemarcId; + } + public function getGoogleDemarcId() + { + return $this->googleDemarcId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnostics.php new file mode 100644 index 000000000..2e03e1e43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnostics.php @@ -0,0 +1,63 @@ +arpCaches = $arpCaches; + } + /** + * @return Google_Service_Compute_InterconnectDiagnosticsARPEntry + */ + public function getArpCaches() + { + return $this->arpCaches; + } + /** + * @param Google_Service_Compute_InterconnectDiagnosticsLinkStatus + */ + public function setLinks($links) + { + $this->links = $links; + } + /** + * @return Google_Service_Compute_InterconnectDiagnosticsLinkStatus + */ + public function getLinks() + { + return $this->links; + } + public function setMacAddress($macAddress) + { + $this->macAddress = $macAddress; + } + public function getMacAddress() + { + return $this->macAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsARPEntry.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsARPEntry.php new file mode 100644 index 000000000..c969fe484 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsARPEntry.php @@ -0,0 +1,39 @@ +ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setMacAddress($macAddress) + { + $this->macAddress = $macAddress; + } + public function getMacAddress() + { + return $this->macAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkLACPStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkLACPStatus.php new file mode 100644 index 000000000..189518e93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkLACPStatus.php @@ -0,0 +1,48 @@ +googleSystemId = $googleSystemId; + } + public function getGoogleSystemId() + { + return $this->googleSystemId; + } + public function setNeighborSystemId($neighborSystemId) + { + $this->neighborSystemId = $neighborSystemId; + } + public function getNeighborSystemId() + { + return $this->neighborSystemId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkOpticalPower.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkOpticalPower.php new file mode 100644 index 000000000..1b7d7f233 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkOpticalPower.php @@ -0,0 +1,39 @@ +state = $state; + } + public function getState() + { + return $this->state; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkStatus.php new file mode 100644 index 000000000..478fb996b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectDiagnosticsLinkStatus.php @@ -0,0 +1,104 @@ +arpCaches = $arpCaches; + } + /** + * @return Google_Service_Compute_InterconnectDiagnosticsARPEntry + */ + public function getArpCaches() + { + return $this->arpCaches; + } + public function setCircuitId($circuitId) + { + $this->circuitId = $circuitId; + } + public function getCircuitId() + { + return $this->circuitId; + } + public function setGoogleDemarc($googleDemarc) + { + $this->googleDemarc = $googleDemarc; + } + public function getGoogleDemarc() + { + return $this->googleDemarc; + } + /** + * @param Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus + */ + public function setLacpStatus(Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus $lacpStatus) + { + $this->lacpStatus = $lacpStatus; + } + /** + * @return Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus + */ + public function getLacpStatus() + { + return $this->lacpStatus; + } + /** + * @param Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower + */ + public function setReceivingOpticalPower(Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower $receivingOpticalPower) + { + $this->receivingOpticalPower = $receivingOpticalPower; + } + /** + * @return Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower + */ + public function getReceivingOpticalPower() + { + return $this->receivingOpticalPower; + } + /** + * @param Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower + */ + public function setTransmittingOpticalPower(Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower $transmittingOpticalPower) + { + $this->transmittingOpticalPower = $transmittingOpticalPower; + } + /** + * @return Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower + */ + public function getTransmittingOpticalPower() + { + return $this->transmittingOpticalPower; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectList.php new file mode 100644 index 000000000..99c701fad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Interconnect + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Interconnect + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InterconnectListWarning + */ + public function setWarning(Google_Service_Compute_InterconnectListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InterconnectListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarning.php new file mode 100644 index 000000000..77399ce9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InterconnectListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InterconnectListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarningData.php new file mode 100644 index 000000000..21cdab898 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocation.php new file mode 100644 index 000000000..be142862c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocation.php @@ -0,0 +1,164 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setAvailabilityZone($availabilityZone) + { + $this->availabilityZone = $availabilityZone; + } + public function getAvailabilityZone() + { + return $this->availabilityZone; + } + public function setCity($city) + { + $this->city = $city; + } + public function getCity() + { + return $this->city; + } + public function setContinent($continent) + { + $this->continent = $continent; + } + public function getContinent() + { + return $this->continent; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFacilityProvider($facilityProvider) + { + $this->facilityProvider = $facilityProvider; + } + public function getFacilityProvider() + { + return $this->facilityProvider; + } + public function setFacilityProviderFacilityId($facilityProviderFacilityId) + { + $this->facilityProviderFacilityId = $facilityProviderFacilityId; + } + public function getFacilityProviderFacilityId() + { + return $this->facilityProviderFacilityId; + } + 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 setPeeringdbFacilityId($peeringdbFacilityId) + { + $this->peeringdbFacilityId = $peeringdbFacilityId; + } + public function getPeeringdbFacilityId() + { + return $this->peeringdbFacilityId; + } + /** + * @param Google_Service_Compute_InterconnectLocationRegionInfo + */ + public function setRegionInfos($regionInfos) + { + $this->regionInfos = $regionInfos; + } + /** + * @return Google_Service_Compute_InterconnectLocationRegionInfo + */ + public function getRegionInfos() + { + return $this->regionInfos; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationList.php new file mode 100644 index 000000000..ca095a0e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InterconnectLocation + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InterconnectLocation + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_InterconnectLocationListWarning + */ + public function setWarning(Google_Service_Compute_InterconnectLocationListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_InterconnectLocationListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarning.php new file mode 100644 index 000000000..3c49796b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_InterconnectLocationListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_InterconnectLocationListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarningData.php new file mode 100644 index 000000000..cdb823d92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationRegionInfo.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationRegionInfo.php new file mode 100644 index 000000000..2f9c4ad64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectLocationRegionInfo.php @@ -0,0 +1,48 @@ +expectedRttMs = $expectedRttMs; + } + public function getExpectedRttMs() + { + return $this->expectedRttMs; + } + public function setLocationPresence($locationPresence) + { + $this->locationPresence = $locationPresence; + } + public function getLocationPresence() + { + return $this->locationPresence; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectOutageNotification.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectOutageNotification.php new file mode 100644 index 000000000..2838dee28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectOutageNotification.php @@ -0,0 +1,94 @@ +affectedCircuits = $affectedCircuits; + } + public function getAffectedCircuits() + { + return $this->affectedCircuits; + } + 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 setIssueType($issueType) + { + $this->issueType = $issueType; + } + public function getIssueType() + { + return $this->issueType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + 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 setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectsGetDiagnosticsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectsGetDiagnosticsResponse.php new file mode 100644 index 000000000..4ae085489 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InterconnectsGetDiagnosticsResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_Compute_InterconnectDiagnostics + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/License.php b/vendor/google/apiclient-services/src/Google/Service/Compute/License.php new file mode 100644 index 000000000..13e5219c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/License.php @@ -0,0 +1,118 @@ +chargesUseFee = $chargesUseFee; + } + public function getChargesUseFee() + { + return $this->chargesUseFee; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setLicenseCode($licenseCode) + { + $this->licenseCode = $licenseCode; + } + public function getLicenseCode() + { + return $this->licenseCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_LicenseResourceRequirements + */ + public function setResourceRequirements(Google_Service_Compute_LicenseResourceRequirements $resourceRequirements) + { + $this->resourceRequirements = $resourceRequirements; + } + /** + * @return Google_Service_Compute_LicenseResourceRequirements + */ + public function getResourceRequirements() + { + return $this->resourceRequirements; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTransferable($transferable) + { + $this->transferable = $transferable; + } + public function getTransferable() + { + return $this->transferable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCode.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCode.php new file mode 100644 index 000000000..02531b085 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCode.php @@ -0,0 +1,110 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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_Compute_LicenseCodeLicenseAlias + */ + public function setLicenseAlias($licenseAlias) + { + $this->licenseAlias = $licenseAlias; + } + /** + * @return Google_Service_Compute_LicenseCodeLicenseAlias + */ + public function getLicenseAlias() + { + return $this->licenseAlias; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTransferable($transferable) + { + $this->transferable = $transferable; + } + public function getTransferable() + { + return $this->transferable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCodeLicenseAlias.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCodeLicenseAlias.php new file mode 100644 index 000000000..1a6b79b85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseCodeLicenseAlias.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceRequirements.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceRequirements.php new file mode 100644 index 000000000..6de19987f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LicenseResourceRequirements.php @@ -0,0 +1,39 @@ +minGuestCpuCount = $minGuestCpuCount; + } + public function getMinGuestCpuCount() + { + return $this->minGuestCpuCount; + } + public function setMinMemoryMb($minMemoryMb) + { + $this->minMemoryMb = $minMemoryMb; + } + public function getMinMemoryMb() + { + return $this->minMemoryMb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponse.php new file mode 100644 index 000000000..eeb5b085d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponse.php @@ -0,0 +1,81 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_License + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_License + */ + public function getItems() + { + return $this->items; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_LicensesListResponseWarning + */ + public function setWarning(Google_Service_Compute_LicensesListResponseWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_LicensesListResponseWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarning.php new file mode 100644 index 000000000..e9e5503ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_LicensesListResponseWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_LicensesListResponseWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarningData.php new file mode 100644 index 000000000..8755e722e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LicensesListResponseWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfig.php new file mode 100644 index 000000000..7e09fbf18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfig.php @@ -0,0 +1,69 @@ +cloudAudit = $cloudAudit; + } + /** + * @return Google_Service_Compute_LogConfigCloudAuditOptions + */ + public function getCloudAudit() + { + return $this->cloudAudit; + } + /** + * @param Google_Service_Compute_LogConfigCounterOptions + */ + public function setCounter(Google_Service_Compute_LogConfigCounterOptions $counter) + { + $this->counter = $counter; + } + /** + * @return Google_Service_Compute_LogConfigCounterOptions + */ + public function getCounter() + { + return $this->counter; + } + /** + * @param Google_Service_Compute_LogConfigDataAccessOptions + */ + public function setDataAccess(Google_Service_Compute_LogConfigDataAccessOptions $dataAccess) + { + $this->dataAccess = $dataAccess; + } + /** + * @return Google_Service_Compute_LogConfigDataAccessOptions + */ + public function getDataAccess() + { + return $this->dataAccess; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCloudAuditOptions.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCloudAuditOptions.php new file mode 100644 index 000000000..f6654456f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCloudAuditOptions.php @@ -0,0 +1,46 @@ +authorizationLoggingOptions = $authorizationLoggingOptions; + } + /** + * @return Google_Service_Compute_AuthorizationLoggingOptions + */ + public function getAuthorizationLoggingOptions() + { + return $this->authorizationLoggingOptions; + } + public function setLogName($logName) + { + $this->logName = $logName; + } + public function getLogName() + { + return $this->logName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptions.php new file mode 100644 index 000000000..8ec7daa86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptions.php @@ -0,0 +1,56 @@ +customFields = $customFields; + } + /** + * @return Google_Service_Compute_LogConfigCounterOptionsCustomField + */ + public function getCustomFields() + { + return $this->customFields; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptionsCustomField.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptionsCustomField.php new file mode 100644 index 000000000..bd6650a9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigCounterOptionsCustomField.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigDataAccessOptions.php b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigDataAccessOptions.php new file mode 100644 index 000000000..7a692c3a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/LogConfigDataAccessOptions.php @@ -0,0 +1,30 @@ +logMode = $logMode; + } + public function getLogMode() + { + return $this->logMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineType.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineType.php new file mode 100644 index 000000000..c2d2a141b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineType.php @@ -0,0 +1,171 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGuestCpus($guestCpus) + { + $this->guestCpus = $guestCpus; + } + public function getGuestCpus() + { + return $this->guestCpus; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setImageSpaceGb($imageSpaceGb) + { + $this->imageSpaceGb = $imageSpaceGb; + } + public function getImageSpaceGb() + { + return $this->imageSpaceGb; + } + public function setIsSharedCpu($isSharedCpu) + { + $this->isSharedCpu = $isSharedCpu; + } + public function getIsSharedCpu() + { + return $this->isSharedCpu; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaximumPersistentDisks($maximumPersistentDisks) + { + $this->maximumPersistentDisks = $maximumPersistentDisks; + } + public function getMaximumPersistentDisks() + { + return $this->maximumPersistentDisks; + } + public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb) + { + $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb; + } + public function getMaximumPersistentDisksSizeGb() + { + return $this->maximumPersistentDisksSizeGb; + } + public function setMemoryMb($memoryMb) + { + $this->memoryMb = $memoryMb; + } + public function getMemoryMb() + { + return $this->memoryMb; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_MachineTypeScratchDisks + */ + public function setScratchDisks($scratchDisks) + { + $this->scratchDisks = $scratchDisks; + } + /** + * @return Google_Service_Compute_MachineTypeScratchDisks + */ + public function getScratchDisks() + { + return $this->scratchDisks; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php new file mode 100644 index 000000000..b2c68bdc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_MachineTypesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_MachineTypesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_MachineTypeAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_MachineTypeAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_MachineTypeAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarning.php new file mode 100644 index 000000000..9d7172846 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_MachineTypeAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_MachineTypeAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarningData.php new file mode 100644 index 000000000..508711d3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.php new file mode 100644 index 000000000..1666682f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_MachineType + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_MachineType + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_MachineTypeListWarning + */ + public function setWarning(Google_Service_Compute_MachineTypeListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_MachineTypeListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarning.php new file mode 100644 index 000000000..9d24ea091 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_MachineTypeListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_MachineTypeListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarningData.php new file mode 100644 index 000000000..b06906b7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.php new file mode 100644 index 000000000..ba4e5dc4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.php @@ -0,0 +1,30 @@ +diskGb = $diskGb; + } + public function getDiskGb() + { + return $this->diskGb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedList.php new file mode 100644 index 000000000..06ce4f554 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedList.php @@ -0,0 +1,54 @@ +machineTypes = $machineTypes; + } + /** + * @return Google_Service_Compute_MachineType + */ + public function getMachineTypes() + { + return $this->machineTypes; + } + /** + * @param Google_Service_Compute_MachineTypesScopedListWarning + */ + public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_MachineTypesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarning.php new file mode 100644 index 000000000..ae54ac58b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_MachineTypesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_MachineTypesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php new file mode 100644 index 000000000..cad9db030 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstance.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstance.php new file mode 100644 index 000000000..fe4ca3355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstance.php @@ -0,0 +1,89 @@ +currentAction = $currentAction; + } + public function getCurrentAction() + { + return $this->currentAction; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setInstanceStatus($instanceStatus) + { + $this->instanceStatus = $instanceStatus; + } + public function getInstanceStatus() + { + return $this->instanceStatus; + } + /** + * @param Google_Service_Compute_ManagedInstanceLastAttempt + */ + public function setLastAttempt(Google_Service_Compute_ManagedInstanceLastAttempt $lastAttempt) + { + $this->lastAttempt = $lastAttempt; + } + /** + * @return Google_Service_Compute_ManagedInstanceLastAttempt + */ + public function getLastAttempt() + { + return $this->lastAttempt; + } + /** + * @param Google_Service_Compute_ManagedInstanceVersion + */ + public function setVersion(Google_Service_Compute_ManagedInstanceVersion $version) + { + $this->version = $version; + } + /** + * @return Google_Service_Compute_ManagedInstanceVersion + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php new file mode 100644 index 000000000..0410a5a24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php @@ -0,0 +1,37 @@ +errors = $errors; + } + /** + * @return Google_Service_Compute_ManagedInstanceLastAttemptErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.php new file mode 100644 index 000000000..b14612fa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_Compute_ManagedInstanceLastAttemptErrorsErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.php new file mode 100644 index 000000000..3ba169258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceVersion.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceVersion.php new file mode 100644 index 000000000..94b8ba983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceVersion.php @@ -0,0 +1,39 @@ +instanceTemplate = $instanceTemplate; + } + public function getInstanceTemplate() + { + return $this->instanceTemplate; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Metadata.php new file mode 100644 index 000000000..a335c4a1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Metadata.php @@ -0,0 +1,56 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_Compute_MetadataItems + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_MetadataItems + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.php new file mode 100644 index 000000000..377a0b9b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.php @@ -0,0 +1,47 @@ +filterLabels = $filterLabels; + } + /** + * @return Google_Service_Compute_MetadataFilterLabelMatch + */ + public function getFilterLabels() + { + return $this->filterLabels; + } + public function setFilterMatchCriteria($filterMatchCriteria) + { + $this->filterMatchCriteria = $filterMatchCriteria; + } + public function getFilterMatchCriteria() + { + return $this->filterMatchCriteria; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.php new file mode 100644 index 000000000..71540a218 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php new file mode 100644 index 000000000..74e3ee003 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NamedPort.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NamedPort.php new file mode 100644 index 000000000..fa03484a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NamedPort.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Network.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Network.php new file mode 100644 index 000000000..e590fac26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Network.php @@ -0,0 +1,147 @@ + "IPv4Range", + ); + public $iPv4Range; + public $autoCreateSubnetworks; + public $creationTimestamp; + public $description; + public $gatewayIPv4; + public $id; + public $kind; + public $name; + protected $peeringsType = 'Google_Service_Compute_NetworkPeering'; + protected $peeringsDataType = 'array'; + protected $routingConfigType = 'Google_Service_Compute_NetworkRoutingConfig'; + protected $routingConfigDataType = ''; + public $selfLink; + public $subnetworks; + + public function setIPv4Range($iPv4Range) + { + $this->iPv4Range = $iPv4Range; + } + public function getIPv4Range() + { + return $this->iPv4Range; + } + public function setAutoCreateSubnetworks($autoCreateSubnetworks) + { + $this->autoCreateSubnetworks = $autoCreateSubnetworks; + } + public function getAutoCreateSubnetworks() + { + return $this->autoCreateSubnetworks; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGatewayIPv4($gatewayIPv4) + { + $this->gatewayIPv4 = $gatewayIPv4; + } + public function getGatewayIPv4() + { + return $this->gatewayIPv4; + } + 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_Compute_NetworkPeering + */ + public function setPeerings($peerings) + { + $this->peerings = $peerings; + } + /** + * @return Google_Service_Compute_NetworkPeering + */ + public function getPeerings() + { + return $this->peerings; + } + /** + * @param Google_Service_Compute_NetworkRoutingConfig + */ + public function setRoutingConfig(Google_Service_Compute_NetworkRoutingConfig $routingConfig) + { + $this->routingConfig = $routingConfig; + } + /** + * @return Google_Service_Compute_NetworkRoutingConfig + */ + public function getRoutingConfig() + { + return $this->routingConfig; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSubnetworks($subnetworks) + { + $this->subnetworks = $subnetworks; + } + public function getSubnetworks() + { + return $this->subnetworks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpoint.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpoint.php new file mode 100644 index 000000000..cf54481c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpoint.php @@ -0,0 +1,48 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroup.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroup.php new file mode 100644 index 000000000..0bc24f569 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroup.php @@ -0,0 +1,129 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDefaultPort($defaultPort) + { + $this->defaultPort = $defaultPort; + } + public function getDefaultPort() + { + return $this->defaultPort; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNetworkEndpointType($networkEndpointType) + { + $this->networkEndpointType = $networkEndpointType; + } + public function getNetworkEndpointType() + { + return $this->networkEndpointType; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedList.php new file mode 100644 index 000000000..2bade0f96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_NetworkEndpointGroupAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarning.php new file mode 100644 index 000000000..e2779852f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarningData.php new file mode 100644 index 000000000..42d01959f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupList.php new file mode 100644 index 000000000..6ea8b5e41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroup + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroup + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupListWarning + */ + public function setWarning(Google_Service_Compute_NetworkEndpointGroupListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarning.php new file mode 100644 index 000000000..09d3e6f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarningData.php new file mode 100644 index 000000000..fde6d03fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsAttachEndpointsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsAttachEndpointsRequest.php new file mode 100644 index 000000000..a604765e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsAttachEndpointsRequest.php @@ -0,0 +1,38 @@ +networkEndpoints = $networkEndpoints; + } + /** + * @return Google_Service_Compute_NetworkEndpoint + */ + public function getNetworkEndpoints() + { + return $this->networkEndpoints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsDetachEndpointsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsDetachEndpointsRequest.php new file mode 100644 index 000000000..d45dea0e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsDetachEndpointsRequest.php @@ -0,0 +1,38 @@ +networkEndpoints = $networkEndpoints; + } + /** + * @return Google_Service_Compute_NetworkEndpoint + */ + public function getNetworkEndpoints() + { + return $this->networkEndpoints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListEndpointsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListEndpointsRequest.php new file mode 100644 index 000000000..a96c945d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListEndpointsRequest.php @@ -0,0 +1,30 @@ +healthStatus = $healthStatus; + } + public function getHealthStatus() + { + return $this->healthStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpoints.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpoints.php new file mode 100644 index 000000000..c7ac7c0c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpoints.php @@ -0,0 +1,81 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NetworkEndpointWithHealthStatus + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NetworkEndpointWithHealthStatus + */ + 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; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarning + */ + public function setWarning(Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarning.php new file mode 100644 index 000000000..06ab9b825 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpointsWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarningData.php new file mode 100644 index 000000000..4ee94371e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsListNetworkEndpointsWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedList.php new file mode 100644 index 000000000..181d0409e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedList.php @@ -0,0 +1,54 @@ +networkEndpointGroups = $networkEndpointGroups; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroup + */ + public function getNetworkEndpointGroups() + { + return $this->networkEndpointGroups; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupsScopedListWarning + */ + public function setWarning(Google_Service_Compute_NetworkEndpointGroupsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarning.php new file mode 100644 index 000000000..61276d10a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NetworkEndpointGroupsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NetworkEndpointGroupsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarningData.php new file mode 100644 index 000000000..7b0d95dc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointGroupsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointWithHealthStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointWithHealthStatus.php new file mode 100644 index 000000000..d918523a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkEndpointWithHealthStatus.php @@ -0,0 +1,54 @@ +healths = $healths; + } + /** + * @return Google_Service_Compute_HealthStatusForNetworkEndpoint + */ + public function getHealths() + { + return $this->healths; + } + /** + * @param Google_Service_Compute_NetworkEndpoint + */ + public function setNetworkEndpoint(Google_Service_Compute_NetworkEndpoint $networkEndpoint) + { + $this->networkEndpoint = $networkEndpoint; + } + /** + * @return Google_Service_Compute_NetworkEndpoint + */ + public function getNetworkEndpoint() + { + return $this->networkEndpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php new file mode 100644 index 000000000..832169d14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php @@ -0,0 +1,108 @@ +accessConfigs = $accessConfigs; + } + /** + * @return Google_Service_Compute_AccessConfig + */ + public function getAccessConfigs() + { + return $this->accessConfigs; + } + /** + * @param Google_Service_Compute_AliasIpRange + */ + public function setAliasIpRanges($aliasIpRanges) + { + $this->aliasIpRanges = $aliasIpRanges; + } + /** + * @return Google_Service_Compute_AliasIpRange + */ + public function getAliasIpRanges() + { + return $this->aliasIpRanges; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + 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 setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNetworkIP($networkIP) + { + $this->networkIP = $networkIP; + } + public function getNetworkIP() + { + return $this->networkIP; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php new file mode 100644 index 000000000..e478db66c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Network + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Network + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NetworkListWarning + */ + public function setWarning(Google_Service_Compute_NetworkListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NetworkListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarning.php new file mode 100644 index 000000000..3db818644 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NetworkListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NetworkListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarningData.php new file mode 100644 index 000000000..51c5f52b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php new file mode 100644 index 000000000..3119c2d85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php @@ -0,0 +1,93 @@ +autoCreateRoutes = $autoCreateRoutes; + } + public function getAutoCreateRoutes() + { + return $this->autoCreateRoutes; + } + public function setExchangeSubnetRoutes($exchangeSubnetRoutes) + { + $this->exchangeSubnetRoutes = $exchangeSubnetRoutes; + } + public function getExchangeSubnetRoutes() + { + return $this->exchangeSubnetRoutes; + } + public function setExportCustomRoutes($exportCustomRoutes) + { + $this->exportCustomRoutes = $exportCustomRoutes; + } + public function getExportCustomRoutes() + { + return $this->exportCustomRoutes; + } + public function setImportCustomRoutes($importCustomRoutes) + { + $this->importCustomRoutes = $importCustomRoutes; + } + public function getImportCustomRoutes() + { + return $this->importCustomRoutes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateDetails($stateDetails) + { + $this->stateDetails = $stateDetails; + } + public function getStateDetails() + { + return $this->stateDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkRoutingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkRoutingConfig.php new file mode 100644 index 000000000..8c59dd9f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkRoutingConfig.php @@ -0,0 +1,30 @@ +routingMode = $routingMode; + } + public function getRoutingMode() + { + return $this->routingMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksAddPeeringRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksAddPeeringRequest.php new file mode 100644 index 000000000..9c8b5a591 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksAddPeeringRequest.php @@ -0,0 +1,64 @@ +autoCreateRoutes = $autoCreateRoutes; + } + public function getAutoCreateRoutes() + { + return $this->autoCreateRoutes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_NetworkPeering + */ + public function setNetworkPeering(Google_Service_Compute_NetworkPeering $networkPeering) + { + $this->networkPeering = $networkPeering; + } + /** + * @return Google_Service_Compute_NetworkPeering + */ + public function getNetworkPeering() + { + return $this->networkPeering; + } + public function setPeerNetwork($peerNetwork) + { + $this->peerNetwork = $peerNetwork; + } + public function getPeerNetwork() + { + return $this->peerNetwork; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksRemovePeeringRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksRemovePeeringRequest.php new file mode 100644 index 000000000..b2192bd8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksRemovePeeringRequest.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.php new file mode 100644 index 000000000..2426b509f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.php @@ -0,0 +1,37 @@ +networkPeering = $networkPeering; + } + /** + * @return Google_Service_Compute_NetworkPeering + */ + public function getNetworkPeering() + { + return $this->networkPeering; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroup.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroup.php new file mode 100644 index 000000000..0afcb1197 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroup.php @@ -0,0 +1,111 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setNodeTemplate($nodeTemplate) + { + $this->nodeTemplate = $nodeTemplate; + } + public function getNodeTemplate() + { + return $this->nodeTemplate; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedList.php new file mode 100644 index 000000000..620845cef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeGroupsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeGroupsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeGroupAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_NodeGroupAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeGroupAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarning.php new file mode 100644 index 000000000..884d15aa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeGroupAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeGroupAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarningData.php new file mode 100644 index 000000000..c0f1a78bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupList.php new file mode 100644 index 000000000..f7047a8ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeGroup + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeGroup + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeGroupListWarning + */ + public function setWarning(Google_Service_Compute_NodeGroupListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeGroupListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarning.php new file mode 100644 index 000000000..6cf0ec052 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeGroupListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeGroupListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarningData.php new file mode 100644 index 000000000..917c4cc78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupNode.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupNode.php new file mode 100644 index 000000000..334d15777 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupNode.php @@ -0,0 +1,74 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodeType($nodeType) + { + $this->nodeType = $nodeType; + } + public function getNodeType() + { + return $this->nodeType; + } + /** + * @param Google_Service_Compute_ServerBinding + */ + public function setServerBinding(Google_Service_Compute_ServerBinding $serverBinding) + { + $this->serverBinding = $serverBinding; + } + /** + * @return Google_Service_Compute_ServerBinding + */ + public function getServerBinding() + { + return $this->serverBinding; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsAddNodesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsAddNodesRequest.php new file mode 100644 index 000000000..6a41fe4a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsAddNodesRequest.php @@ -0,0 +1,30 @@ +additionalNodeCount = $additionalNodeCount; + } + public function getAdditionalNodeCount() + { + return $this->additionalNodeCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsDeleteNodesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsDeleteNodesRequest.php new file mode 100644 index 000000000..76d146dd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsDeleteNodesRequest.php @@ -0,0 +1,31 @@ +nodes = $nodes; + } + public function getNodes() + { + return $this->nodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodes.php new file mode 100644 index 000000000..a8b2d1c35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodes.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeGroupNode + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeGroupNode + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeGroupsListNodesWarning + */ + public function setWarning(Google_Service_Compute_NodeGroupsListNodesWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeGroupsListNodesWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarning.php new file mode 100644 index 000000000..7b9508500 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeGroupsListNodesWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeGroupsListNodesWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarningData.php new file mode 100644 index 000000000..817b76a9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsListNodesWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedList.php new file mode 100644 index 000000000..3de4d919c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedList.php @@ -0,0 +1,54 @@ +nodeGroups = $nodeGroups; + } + /** + * @return Google_Service_Compute_NodeGroup + */ + public function getNodeGroups() + { + return $this->nodeGroups; + } + /** + * @param Google_Service_Compute_NodeGroupsScopedListWarning + */ + public function setWarning(Google_Service_Compute_NodeGroupsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeGroupsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarning.php new file mode 100644 index 000000000..f9e2ce063 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeGroupsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeGroupsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarningData.php new file mode 100644 index 000000000..65e8b6b97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsSetNodeTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsSetNodeTemplateRequest.php new file mode 100644 index 000000000..2115b5422 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeGroupsSetNodeTemplateRequest.php @@ -0,0 +1,30 @@ +nodeTemplate = $nodeTemplate; + } + public function getNodeTemplate() + { + return $this->nodeTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplate.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplate.php new file mode 100644 index 000000000..6a6aa818d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplate.php @@ -0,0 +1,152 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setNodeAffinityLabels($nodeAffinityLabels) + { + $this->nodeAffinityLabels = $nodeAffinityLabels; + } + public function getNodeAffinityLabels() + { + return $this->nodeAffinityLabels; + } + public function setNodeType($nodeType) + { + $this->nodeType = $nodeType; + } + public function getNodeType() + { + return $this->nodeType; + } + /** + * @param Google_Service_Compute_NodeTemplateNodeTypeFlexibility + */ + public function setNodeTypeFlexibility(Google_Service_Compute_NodeTemplateNodeTypeFlexibility $nodeTypeFlexibility) + { + $this->nodeTypeFlexibility = $nodeTypeFlexibility; + } + /** + * @return Google_Service_Compute_NodeTemplateNodeTypeFlexibility + */ + public function getNodeTypeFlexibility() + { + return $this->nodeTypeFlexibility; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ServerBinding + */ + public function setServerBinding(Google_Service_Compute_ServerBinding $serverBinding) + { + $this->serverBinding = $serverBinding; + } + /** + * @return Google_Service_Compute_ServerBinding + */ + public function getServerBinding() + { + return $this->serverBinding; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedList.php new file mode 100644 index 000000000..80940ff35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeTemplatesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeTemplatesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeTemplateAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_NodeTemplateAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeTemplateAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarning.php new file mode 100644 index 000000000..cd6702ba0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeTemplateAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeTemplateAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarningData.php new file mode 100644 index 000000000..a5298ab3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateList.php new file mode 100644 index 000000000..9841f3527 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeTemplate + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeTemplate + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeTemplateListWarning + */ + public function setWarning(Google_Service_Compute_NodeTemplateListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeTemplateListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarning.php new file mode 100644 index 000000000..9b19d01c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeTemplateListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeTemplateListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarningData.php new file mode 100644 index 000000000..17fdb7c40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateNodeTypeFlexibility.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateNodeTypeFlexibility.php new file mode 100644 index 000000000..0775f3c93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplateNodeTypeFlexibility.php @@ -0,0 +1,48 @@ +cpus = $cpus; + } + public function getCpus() + { + return $this->cpus; + } + public function setLocalSsd($localSsd) + { + $this->localSsd = $localSsd; + } + public function getLocalSsd() + { + return $this->localSsd; + } + public function setMemory($memory) + { + $this->memory = $memory; + } + public function getMemory() + { + return $this->memory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedList.php new file mode 100644 index 000000000..7d6fdd035 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedList.php @@ -0,0 +1,54 @@ +nodeTemplates = $nodeTemplates; + } + /** + * @return Google_Service_Compute_NodeTemplate + */ + public function getNodeTemplates() + { + return $this->nodeTemplates; + } + /** + * @param Google_Service_Compute_NodeTemplatesScopedListWarning + */ + public function setWarning(Google_Service_Compute_NodeTemplatesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeTemplatesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarning.php new file mode 100644 index 000000000..c077b7ed9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeTemplatesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeTemplatesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarningData.php new file mode 100644 index 000000000..0c9f04cb4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTemplatesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeType.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeType.php new file mode 100644 index 000000000..8dd40a8e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeType.php @@ -0,0 +1,136 @@ +cpuPlatform = $cpuPlatform; + } + public function getCpuPlatform() + { + return $this->cpuPlatform; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGuestCpus($guestCpus) + { + $this->guestCpus = $guestCpus; + } + public function getGuestCpus() + { + return $this->guestCpus; + } + 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 setLocalSsdGb($localSsdGb) + { + $this->localSsdGb = $localSsdGb; + } + public function getLocalSsdGb() + { + return $this->localSsdGb; + } + public function setMemoryMb($memoryMb) + { + $this->memoryMb = $memoryMb; + } + public function getMemoryMb() + { + return $this->memoryMb; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedList.php new file mode 100644 index 000000000..129b0d1a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeTypesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeTypesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeTypeAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_NodeTypeAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeTypeAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarning.php new file mode 100644 index 000000000..a5819cc70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeTypeAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeTypeAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarningData.php new file mode 100644 index 000000000..3ed12133e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeList.php new file mode 100644 index 000000000..459fbef67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_NodeType + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_NodeType + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_NodeTypeListWarning + */ + public function setWarning(Google_Service_Compute_NodeTypeListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeTypeListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarning.php new file mode 100644 index 000000000..eb7a8bea0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeTypeListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeTypeListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarningData.php new file mode 100644 index 000000000..2b1f882b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypeListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedList.php new file mode 100644 index 000000000..5463d8430 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedList.php @@ -0,0 +1,54 @@ +nodeTypes = $nodeTypes; + } + /** + * @return Google_Service_Compute_NodeType + */ + public function getNodeTypes() + { + return $this->nodeTypes; + } + /** + * @param Google_Service_Compute_NodeTypesScopedListWarning + */ + public function setWarning(Google_Service_Compute_NodeTypesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_NodeTypesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarning.php new file mode 100644 index 000000000..5ba2f1aee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_NodeTypesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_NodeTypesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarningData.php new file mode 100644 index 000000000..a5603e0ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NodeTypesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Operation.php new file mode 100644 index 000000000..e613bd794 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Operation.php @@ -0,0 +1,243 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + 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; + } + /** + * @param Google_Service_Compute_OperationError + */ + public function setError(Google_Service_Compute_OperationError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Compute_OperationError + */ + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + /** + * @param Google_Service_Compute_OperationWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_Compute_OperationWarnings + */ + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php new file mode 100644 index 000000000..678b46029 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_OperationsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_OperationsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_OperationAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_OperationAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_OperationAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarning.php new file mode 100644 index 000000000..9a3ad91a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_OperationAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_OperationAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarningData.php new file mode 100644 index 000000000..437bfea5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.php new file mode 100644 index 000000000..4efaa5c90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_Compute_OperationErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationErrorErrors.php new file mode 100644 index 000000000..c5a5b8067 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationList.php new file mode 100644 index 000000000..d2a4e6664 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Operation + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Operation + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_OperationListWarning + */ + public function setWarning(Google_Service_Compute_OperationListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_OperationListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarning.php new file mode 100644 index 000000000..fe1fd8530 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_OperationListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_OperationListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarningData.php new file mode 100644 index 000000000..106619de5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.php new file mode 100644 index 000000000..9738ae9fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_OperationWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_OperationWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php new file mode 100644 index 000000000..504c07baa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedList.php new file mode 100644 index 000000000..e1416aadc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedList.php @@ -0,0 +1,54 @@ +operations = $operations; + } + /** + * @return Google_Service_Compute_Operation + */ + public function getOperations() + { + return $this->operations; + } + /** + * @param Google_Service_Compute_OperationsScopedListWarning + */ + public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_OperationsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.php new file mode 100644 index 000000000..12d8e71fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_OperationsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_OperationsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php new file mode 100644 index 000000000..a35a03c2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.php new file mode 100644 index 000000000..de05f3b06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.php @@ -0,0 +1,134 @@ +baseEjectionTime = $baseEjectionTime; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getBaseEjectionTime() + { + return $this->baseEjectionTime; + } + public function setConsecutiveErrors($consecutiveErrors) + { + $this->consecutiveErrors = $consecutiveErrors; + } + public function getConsecutiveErrors() + { + return $this->consecutiveErrors; + } + public function setConsecutiveGatewayFailure($consecutiveGatewayFailure) + { + $this->consecutiveGatewayFailure = $consecutiveGatewayFailure; + } + public function getConsecutiveGatewayFailure() + { + return $this->consecutiveGatewayFailure; + } + public function setEnforcingConsecutiveErrors($enforcingConsecutiveErrors) + { + $this->enforcingConsecutiveErrors = $enforcingConsecutiveErrors; + } + public function getEnforcingConsecutiveErrors() + { + return $this->enforcingConsecutiveErrors; + } + public function setEnforcingConsecutiveGatewayFailure($enforcingConsecutiveGatewayFailure) + { + $this->enforcingConsecutiveGatewayFailure = $enforcingConsecutiveGatewayFailure; + } + public function getEnforcingConsecutiveGatewayFailure() + { + return $this->enforcingConsecutiveGatewayFailure; + } + public function setEnforcingSuccessRate($enforcingSuccessRate) + { + $this->enforcingSuccessRate = $enforcingSuccessRate; + } + public function getEnforcingSuccessRate() + { + return $this->enforcingSuccessRate; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setInterval(Google_Service_Compute_Duration $interval) + { + $this->interval = $interval; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getInterval() + { + return $this->interval; + } + public function setMaxEjectionPercent($maxEjectionPercent) + { + $this->maxEjectionPercent = $maxEjectionPercent; + } + public function getMaxEjectionPercent() + { + return $this->maxEjectionPercent; + } + public function setSuccessRateMinimumHosts($successRateMinimumHosts) + { + $this->successRateMinimumHosts = $successRateMinimumHosts; + } + public function getSuccessRateMinimumHosts() + { + return $this->successRateMinimumHosts; + } + public function setSuccessRateRequestVolume($successRateRequestVolume) + { + $this->successRateRequestVolume = $successRateRequestVolume; + } + public function getSuccessRateRequestVolume() + { + return $this->successRateRequestVolume; + } + public function setSuccessRateStdevFactor($successRateStdevFactor) + { + $this->successRateStdevFactor = $successRateStdevFactor; + } + public function getSuccessRateStdevFactor() + { + return $this->successRateStdevFactor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php b/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php new file mode 100644 index 000000000..fefdc3dfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php @@ -0,0 +1,129 @@ +defaultRouteAction = $defaultRouteAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getDefaultRouteAction() + { + return $this->defaultRouteAction; + } + public function setDefaultService($defaultService) + { + $this->defaultService = $defaultService; + } + public function getDefaultService() + { + return $this->defaultService; + } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect) + { + $this->defaultUrlRedirect = $defaultUrlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getDefaultUrlRedirect() + { + return $this->defaultUrlRedirect; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Compute_PathRule + */ + public function setPathRules($pathRules) + { + $this->pathRules = $pathRules; + } + /** + * @return Google_Service_Compute_PathRule + */ + public function getPathRules() + { + return $this->pathRules; + } + /** + * @param Google_Service_Compute_HttpRouteRule + */ + public function setRouteRules($routeRules) + { + $this->routeRules = $routeRules; + } + /** + * @return Google_Service_Compute_HttpRouteRule + */ + public function getRouteRules() + { + return $this->routeRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php new file mode 100644 index 000000000..227f29b0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php @@ -0,0 +1,72 @@ +paths = $paths; + } + public function getPaths() + { + return $this->paths; + } + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction) + { + $this->routeAction = $routeAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getRouteAction() + { + return $this->routeAction; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect) + { + $this->urlRedirect = $urlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getUrlRedirect() + { + return $this->urlRedirect; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Policy.php new file mode 100644 index 000000000..fc6857523 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Policy.php @@ -0,0 +1,97 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_Compute_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_Compute_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_Compute_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIamOwned($iamOwned) + { + $this->iamOwned = $iamOwned; + } + public function getIamOwned() + { + return $this->iamOwned; + } + /** + * @param Google_Service_Compute_Rule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_Compute_Rule + */ + public function getRules() + { + return $this->rules; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Project.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Project.php new file mode 100644 index 000000000..8f1e26306 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Project.php @@ -0,0 +1,160 @@ +commonInstanceMetadata = $commonInstanceMetadata; + } + /** + * @return Google_Service_Compute_Metadata + */ + public function getCommonInstanceMetadata() + { + return $this->commonInstanceMetadata; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDefaultNetworkTier($defaultNetworkTier) + { + $this->defaultNetworkTier = $defaultNetworkTier; + } + public function getDefaultNetworkTier() + { + return $this->defaultNetworkTier; + } + public function setDefaultServiceAccount($defaultServiceAccount) + { + $this->defaultServiceAccount = $defaultServiceAccount; + } + public function getDefaultServiceAccount() + { + return $this->defaultServiceAccount; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnabledFeatures($enabledFeatures) + { + $this->enabledFeatures = $enabledFeatures; + } + public function getEnabledFeatures() + { + return $this->enabledFeatures; + } + 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_Compute_Quota + */ + public function setQuotas($quotas) + { + $this->quotas = $quotas; + } + /** + * @return Google_Service_Compute_Quota + */ + public function getQuotas() + { + return $this->quotas; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_UsageExportLocation + */ + public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation) + { + $this->usageExportLocation = $usageExportLocation; + } + /** + * @return Google_Service_Compute_UsageExportLocation + */ + public function getUsageExportLocation() + { + return $this->usageExportLocation; + } + public function setXpnProjectStatus($xpnProjectStatus) + { + $this->xpnProjectStatus = $xpnProjectStatus; + } + public function getXpnProjectStatus() + { + return $this->xpnProjectStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsDisableXpnResourceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsDisableXpnResourceRequest.php new file mode 100644 index 000000000..98eaf265e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsDisableXpnResourceRequest.php @@ -0,0 +1,37 @@ +xpnResource = $xpnResource; + } + /** + * @return Google_Service_Compute_XpnResourceId + */ + public function getXpnResource() + { + return $this->xpnResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsEnableXpnResourceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsEnableXpnResourceRequest.php new file mode 100644 index 000000000..9217b278c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsEnableXpnResourceRequest.php @@ -0,0 +1,37 @@ +xpnResource = $xpnResource; + } + /** + * @return Google_Service_Compute_XpnResourceId + */ + public function getXpnResource() + { + return $this->xpnResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsGetXpnResources.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsGetXpnResources.php new file mode 100644 index 000000000..d48f668a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsGetXpnResources.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Compute_XpnResourceId + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Compute_XpnResourceId + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsListXpnHostsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsListXpnHostsRequest.php new file mode 100644 index 000000000..28596c610 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsListXpnHostsRequest.php @@ -0,0 +1,30 @@ +organization = $organization; + } + public function getOrganization() + { + return $this->organization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsSetDefaultNetworkTierRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsSetDefaultNetworkTierRequest.php new file mode 100644 index 000000000..83a25bbc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ProjectsSetDefaultNetworkTierRequest.php @@ -0,0 +1,30 @@ +networkTier = $networkTier; + } + public function getNetworkTier() + { + return $this->networkTier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Quota.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Quota.php new file mode 100644 index 000000000..f9b5a9196 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Quota.php @@ -0,0 +1,57 @@ +limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setOwner($owner) + { + $this->owner = $owner; + } + public function getOwner() + { + return $this->owner; + } + public function setUsage($usage) + { + $this->usage = $usage; + } + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Reference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Reference.php new file mode 100644 index 000000000..a662e849f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Reference.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setReferenceType($referenceType) + { + $this->referenceType = $referenceType; + } + public function getReferenceType() + { + return $this->referenceType; + } + public function setReferrer($referrer) + { + $this->referrer = $referrer; + } + public function getReferrer() + { + return $this->referrer; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Region.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Region.php new file mode 100644 index 000000000..f9b4d5499 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Region.php @@ -0,0 +1,126 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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_Compute_Quota + */ + public function setQuotas($quotas) + { + $this->quotas = $quotas; + } + /** + * @return Google_Service_Compute_Quota + */ + public function getQuotas() + { + return $this->quotas; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setZones($zones) + { + $this->zones = $zones; + } + public function getZones() + { + return $this->zones; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php new file mode 100644 index 000000000..5c3ad4926 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Autoscaler + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Autoscaler + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RegionAutoscalerListWarning + */ + public function setWarning(Google_Service_Compute_RegionAutoscalerListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RegionAutoscalerListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarning.php new file mode 100644 index 000000000..f5b61799f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RegionAutoscalerListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RegionAutoscalerListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarningData.php new file mode 100644 index 000000000..a1c2a08bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeList.php new file mode 100644 index 000000000..08417838c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_DiskType + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_DiskType + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RegionDiskTypeListWarning + */ + public function setWarning(Google_Service_Compute_RegionDiskTypeListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RegionDiskTypeListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarning.php new file mode 100644 index 000000000..b00749095 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RegionDiskTypeListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RegionDiskTypeListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarningData.php new file mode 100644 index 000000000..b0eb12d24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDiskTypeListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksAddResourcePoliciesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksAddResourcePoliciesRequest.php new file mode 100644 index 000000000..ad52d3d7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksAddResourcePoliciesRequest.php @@ -0,0 +1,31 @@ +resourcePolicies = $resourcePolicies; + } + public function getResourcePolicies() + { + return $this->resourcePolicies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksRemoveResourcePoliciesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksRemoveResourcePoliciesRequest.php new file mode 100644 index 000000000..f08326ded --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksRemoveResourcePoliciesRequest.php @@ -0,0 +1,31 @@ +resourcePolicies = $resourcePolicies; + } + public function getResourcePolicies() + { + return $this->resourcePolicies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksResizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksResizeRequest.php new file mode 100644 index 000000000..0216f22a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionDisksResizeRequest.php @@ -0,0 +1,30 @@ +sizeGb = $sizeGb; + } + public function getSizeGb() + { + return $this->sizeGb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.php new file mode 100644 index 000000000..1e6f213ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceGroup + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceGroup + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RegionInstanceGroupListWarning + */ + public function setWarning(Google_Service_Compute_RegionInstanceGroupListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RegionInstanceGroupListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarning.php new file mode 100644 index 000000000..89593ef37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RegionInstanceGroupListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RegionInstanceGroupListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarningData.php new file mode 100644 index 000000000..7dd0549e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.php new file mode 100644 index 000000000..f2b97a51d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceGroupManager + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceGroupManager + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RegionInstanceGroupManagerListWarning + */ + public function setWarning(Google_Service_Compute_RegionInstanceGroupManagerListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RegionInstanceGroupManagerListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarning.php new file mode 100644 index 000000000..0fb85d5fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RegionInstanceGroupManagerListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RegionInstanceGroupManagerListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarningData.php new file mode 100644 index 000000000..b96a6643c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.php new file mode 100644 index 000000000..fff3feca3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.php @@ -0,0 +1,31 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersDeleteInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersDeleteInstancesRequest.php new file mode 100644 index 000000000..52633a827 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersDeleteInstancesRequest.php @@ -0,0 +1,31 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstancesResponse.php new file mode 100644 index 000000000..ea05cc6ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersListInstancesResponse.php @@ -0,0 +1,38 @@ +managedInstances = $managedInstances; + } + /** + * @return Google_Service_Compute_ManagedInstance + */ + public function getManagedInstances() + { + return $this->managedInstances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersRecreateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersRecreateRequest.php new file mode 100644 index 000000000..8e12caf3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersRecreateRequest.php @@ -0,0 +1,31 @@ +instances = $instances; + } + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTargetPoolsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTargetPoolsRequest.php new file mode 100644 index 000000000..3ef0b6a99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTargetPoolsRequest.php @@ -0,0 +1,40 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setTargetPools($targetPools) + { + $this->targetPools = $targetPools; + } + public function getTargetPools() + { + return $this->targetPools; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTemplateRequest.php new file mode 100644 index 000000000..6803bbc58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersSetTemplateRequest.php @@ -0,0 +1,30 @@ +instanceTemplate = $instanceTemplate; + } + public function getInstanceTemplate() + { + return $this->instanceTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstances.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstances.php new file mode 100644 index 000000000..694f302ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstances.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_InstanceWithNamedPorts + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_InstanceWithNamedPorts + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RegionInstanceGroupsListInstancesWarning + */ + public function setWarning(Google_Service_Compute_RegionInstanceGroupsListInstancesWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RegionInstanceGroupsListInstancesWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesRequest.php new file mode 100644 index 000000000..f1c4248c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesRequest.php @@ -0,0 +1,39 @@ +instanceState = $instanceState; + } + public function getInstanceState() + { + return $this->instanceState; + } + public function setPortName($portName) + { + $this->portName = $portName; + } + public function getPortName() + { + return $this->portName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarning.php new file mode 100644 index 000000000..b6d075e24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RegionInstanceGroupsListInstancesWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RegionInstanceGroupsListInstancesWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarningData.php new file mode 100644 index 000000000..bb2d81811 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsSetNamedPortsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsSetNamedPortsRequest.php new file mode 100644 index 000000000..c511f173e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsSetNamedPortsRequest.php @@ -0,0 +1,47 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_Compute_NamedPort + */ + public function setNamedPorts($namedPorts) + { + $this->namedPorts = $namedPorts; + } + /** + * @return Google_Service_Compute_NamedPort + */ + public function getNamedPorts() + { + return $this->namedPorts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionList.php new file mode 100644 index 000000000..57f0ba1bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Region + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Region + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RegionListWarning + */ + public function setWarning(Google_Service_Compute_RegionListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RegionListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarning.php new file mode 100644 index 000000000..025075e79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RegionListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RegionListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarningData.php new file mode 100644 index 000000000..1d7fdee9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetLabelsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetLabelsRequest.php new file mode 100644 index 000000000..427e1feb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetLabelsRequest.php @@ -0,0 +1,39 @@ +labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetPolicyRequest.php new file mode 100644 index 000000000..0a05aa337 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionSetPolicyRequest.php @@ -0,0 +1,63 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Compute_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Compute_Policy + */ + public function setPolicy(Google_Service_Compute_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Compute_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.php new file mode 100644 index 000000000..215fc40ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.php @@ -0,0 +1,31 @@ +sslCertificates = $sslCertificates; + } + public function getSslCertificates() + { + return $this->sslCertificates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.php new file mode 100644 index 000000000..425d1498e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.php @@ -0,0 +1,37 @@ +resource = $resource; + } + /** + * @return Google_Service_Compute_UrlMap + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.php new file mode 100644 index 000000000..17f568b3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.php @@ -0,0 +1,30 @@ +backendService = $backendService; + } + public function getBackendService() + { + return $this->backendService; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Reservation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Reservation.php new file mode 100644 index 000000000..51a4f2e94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Reservation.php @@ -0,0 +1,127 @@ +commitment = $commitment; + } + public function getCommitment() + { + return $this->commitment; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_AllocationSpecificSKUReservation + */ + public function setSpecificReservation(Google_Service_Compute_AllocationSpecificSKUReservation $specificReservation) + { + $this->specificReservation = $specificReservation; + } + /** + * @return Google_Service_Compute_AllocationSpecificSKUReservation + */ + public function getSpecificReservation() + { + return $this->specificReservation; + } + public function setSpecificReservationRequired($specificReservationRequired) + { + $this->specificReservationRequired = $specificReservationRequired; + } + public function getSpecificReservationRequired() + { + return $this->specificReservationRequired; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAffinity.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAffinity.php new file mode 100644 index 000000000..f2af71ad0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAffinity.php @@ -0,0 +1,49 @@ +consumeReservationType = $consumeReservationType; + } + public function getConsumeReservationType() + { + return $this->consumeReservationType; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedList.php new file mode 100644 index 000000000..67c5d84a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ReservationsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ReservationsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ReservationAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_ReservationAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ReservationAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarning.php new file mode 100644 index 000000000..63ccffacc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ReservationAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ReservationAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarningData.php new file mode 100644 index 000000000..b92352a12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationList.php new file mode 100644 index 000000000..67645b350 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Reservation + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Reservation + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ReservationListWarning + */ + public function setWarning(Google_Service_Compute_ReservationListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ReservationListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarning.php new file mode 100644 index 000000000..88a6fddca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ReservationListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ReservationListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarningData.php new file mode 100644 index 000000000..0f10c51ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsResizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsResizeRequest.php new file mode 100644 index 000000000..744079908 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsResizeRequest.php @@ -0,0 +1,30 @@ +specificSkuCount = $specificSkuCount; + } + public function getSpecificSkuCount() + { + return $this->specificSkuCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedList.php new file mode 100644 index 000000000..8151bad5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedList.php @@ -0,0 +1,54 @@ +reservations = $reservations; + } + /** + * @return Google_Service_Compute_Reservation + */ + public function getReservations() + { + return $this->reservations; + } + /** + * @param Google_Service_Compute_ReservationsScopedListWarning + */ + public function setWarning(Google_Service_Compute_ReservationsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ReservationsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarning.php new file mode 100644 index 000000000..a163ee060 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ReservationsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ReservationsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarningData.php new file mode 100644 index 000000000..a4e55b6a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ReservationsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/AcceleratorTypes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/AcceleratorTypes.php new file mode 100644 index 000000000..ca8b98c88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/AcceleratorTypes.php @@ -0,0 +1,152 @@ + + * $computeService = new Google_Service_Compute(...); + * $acceleratorTypes = $computeService->acceleratorTypes; + * + */ +class Google_Service_Compute_Resource_AcceleratorTypes extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of accelerator types. (== suppress_warning http- + * rest-shadowed ==) (acceleratorTypes.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AcceleratorTypeAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_AcceleratorTypeAggregatedList"); + } + /** + * Returns the specified accelerator type. (== suppress_warning http-rest- + * shadowed ==) (acceleratorTypes.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $acceleratorType Name of the accelerator type to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_AcceleratorType + */ + public function get($project, $zone, $acceleratorType, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'acceleratorType' => $acceleratorType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_AcceleratorType"); + } + /** + * Retrieves a list of accelerator types available to the specified project. (== + * suppress_warning http-rest-shadowed ==) + * (acceleratorTypes.listAcceleratorTypes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AcceleratorTypeList + */ + public function listAcceleratorTypes($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_AcceleratorTypeList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.php new file mode 100644 index 000000000..1fd5a7ea0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.php @@ -0,0 +1,210 @@ + + * $computeService = new Google_Service_Compute(...); + * $addresses = $computeService->addresses; + * + */ +class Google_Service_Compute_Resource_Addresses extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of addresses. (== suppress_warning http-rest- + * shadowed ==) (addresses.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AddressAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList"); + } + /** + * Deletes the specified address resource. (== suppress_warning http-rest- + * shadowed ==) (addresses.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $address Name of the address resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $address, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'address' => $address); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified address resource. (== suppress_warning http-rest- + * shadowed ==) (addresses.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $address Name of the address resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Address + */ + public function get($project, $region, $address, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'address' => $address); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Address"); + } + /** + * Creates an address resource in the specified project by using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (addresses.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_Address $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_Address $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of addresses contained within the specified region. (== + * suppress_warning http-rest-shadowed ==) (addresses.listAddresses) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AddressList + */ + public function listAddresses($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_AddressList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.php new file mode 100644 index 000000000..af241562f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.php @@ -0,0 +1,272 @@ + + * $computeService = new Google_Service_Compute(...); + * $autoscalers = $computeService->autoscalers; + * + */ +class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of autoscalers. (== suppress_warning http-rest- + * shadowed ==) (autoscalers.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AutoscalerAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_AutoscalerAggregatedList"); + } + /** + * Deletes the specified autoscaler. (== suppress_warning http-rest-shadowed ==) + * (autoscalers.delete) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $autoscaler Name of the autoscaler to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $autoscaler, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified autoscaler resource. Gets a list of available + * autoscalers by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (autoscalers.get) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $autoscaler Name of the autoscaler to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Autoscaler + */ + public function get($project, $zone, $autoscaler, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Autoscaler"); + } + /** + * Creates an autoscaler in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (autoscalers.insert) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param Google_Service_Compute_Autoscaler $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of autoscalers contained within the specified zone. (== + * suppress_warning http-rest-shadowed ==) (autoscalers.listAutoscalers) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AutoscalerList + */ + public function listAutoscalers($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_AutoscalerList"); + } + /** + * Updates an autoscaler in the specified project using the data included in the + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (== suppress_warning http-rest-shadowed ==) + * (autoscalers.patch) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param Google_Service_Compute_Autoscaler $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string autoscaler Name of the autoscaler to patch. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates an autoscaler in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (autoscalers.update) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param Google_Service_Compute_Autoscaler $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string autoscaler Name of the autoscaler to update. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.php new file mode 100644 index 000000000..281abc909 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.php @@ -0,0 +1,276 @@ + + * $computeService = new Google_Service_Compute(...); + * $backendBuckets = $computeService->backendBuckets; + * + */ +class Google_Service_Compute_Resource_BackendBuckets extends Google_Service_Resource +{ + /** + * Adds a key for validating requests with signed URLs for this backend bucket. + * (== suppress_warning http-rest-shadowed ==) (backendBuckets.addSignedUrlKey) + * + * @param string $project Project ID for this request. + * @param string $backendBucket Name of the BackendBucket resource to which the + * Signed URL Key should be added. The name should conform to RFC1035. + * @param Google_Service_Compute_SignedUrlKey $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addSignedUrlKey($project, $backendBucket, Google_Service_Compute_SignedUrlKey $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendBucket' => $backendBucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addSignedUrlKey', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified BackendBucket resource. (== suppress_warning http-rest- + * shadowed ==) (backendBuckets.delete) + * + * @param string $project Project ID for this request. + * @param string $backendBucket Name of the BackendBucket resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $backendBucket, $optParams = array()) + { + $params = array('project' => $project, 'backendBucket' => $backendBucket); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes a key for validating requests with signed URLs for this backend + * bucket. (== suppress_warning http-rest-shadowed ==) + * (backendBuckets.deleteSignedUrlKey) + * + * @param string $project Project ID for this request. + * @param string $backendBucket Name of the BackendBucket resource to which the + * Signed URL Key should be added. The name should conform to RFC1035. + * @param string $keyName The name of the Signed URL Key to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deleteSignedUrlKey($project, $backendBucket, $keyName, $optParams = array()) + { + $params = array('project' => $project, 'backendBucket' => $backendBucket, 'keyName' => $keyName); + $params = array_merge($params, $optParams); + return $this->call('deleteSignedUrlKey', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified BackendBucket resource. Gets a list of available + * backend buckets by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (backendBuckets.get) + * + * @param string $project Project ID for this request. + * @param string $backendBucket Name of the BackendBucket resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_BackendBucket + */ + public function get($project, $backendBucket, $optParams = array()) + { + $params = array('project' => $project, 'backendBucket' => $backendBucket); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_BackendBucket"); + } + /** + * Creates a BackendBucket resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (backendBuckets.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_BackendBucket $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_BackendBucket $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of BackendBucket resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (backendBuckets.listBackendBuckets) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_BackendBucketList + */ + public function listBackendBuckets($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_BackendBucketList"); + } + /** + * Updates the specified BackendBucket resource with the data included in the + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (== suppress_warning http-rest-shadowed ==) + * (backendBuckets.patch) + * + * @param string $project Project ID for this request. + * @param string $backendBucket Name of the BackendBucket resource to patch. + * @param Google_Service_Compute_BackendBucket $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $backendBucket, Google_Service_Compute_BackendBucket $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendBucket' => $backendBucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified BackendBucket resource with the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (backendBuckets.update) + * + * @param string $project Project ID for this request. + * @param string $backendBucket Name of the BackendBucket resource to update. + * @param Google_Service_Compute_BackendBucket $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $backendBucket, Google_Service_Compute_BackendBucket $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendBucket' => $backendBucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.php new file mode 100644 index 000000000..cf5aa8ff7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.php @@ -0,0 +1,384 @@ + + * $computeService = new Google_Service_Compute(...); + * $backendServices = $computeService->backendServices; + * + */ +class Google_Service_Compute_Resource_BackendServices extends Google_Service_Resource +{ + /** + * Adds a key for validating requests with signed URLs for this backend service. + * (== suppress_warning http-rest-shadowed ==) (backendServices.addSignedUrlKey) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to which + * the Signed URL Key should be added. The name should conform to RFC1035. + * @param Google_Service_Compute_SignedUrlKey $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addSignedUrlKey($project, $backendService, Google_Service_Compute_SignedUrlKey $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addSignedUrlKey', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of all BackendService resources, regional and global, + * available to the specified project. (== suppress_warning http-rest-shadowed + * ==) (backendServices.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_BackendServiceAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_BackendServiceAggregatedList"); + } + /** + * Deletes the specified BackendService resource. (== suppress_warning http- + * rest-shadowed ==) (backendServices.delete) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $backendService, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes a key for validating requests with signed URLs for this backend + * service. (== suppress_warning http-rest-shadowed ==) + * (backendServices.deleteSignedUrlKey) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to which + * the Signed URL Key should be added. The name should conform to RFC1035. + * @param string $keyName The name of the Signed URL Key to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deleteSignedUrlKey($project, $backendService, $keyName, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService, 'keyName' => $keyName); + $params = array_merge($params, $optParams); + return $this->call('deleteSignedUrlKey', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified BackendService resource. Gets a list of available + * backend services. (== suppress_warning http-rest-shadowed ==) + * (backendServices.get) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_BackendService + */ + public function get($project, $backendService, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_BackendService"); + } + /** + * Gets the most recent health check results for this BackendService. (== + * suppress_warning http-rest-shadowed ==) (backendServices.getHealth) + * + * @param string $project + * @param string $backendService Name of the BackendService resource to which + * the queried instance belongs. + * @param Google_Service_Compute_ResourceGroupReference $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_BackendServiceGroupHealth + */ + public function getHealth($project, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth"); + } + /** + * Creates a BackendService resource in the specified project using the data + * included in the request. There are several restrictions and guidelines to + * keep in mind when creating a backend service. Read Restrictions and + * Guidelines for more information. (== suppress_warning http-rest-shadowed ==) + * (backendServices.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_BackendService $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_BackendService $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of BackendService resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (backendServices.listBackendServices) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_BackendServiceList + */ + public function listBackendServices($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); + } + /** + * Patches the specified BackendService resource with the data included in the + * request. There are several restrictions and guidelines to keep in mind when + * updating a backend service. Read Restrictions and Guidelines for more + * information. This method supports PATCH semantics and uses the JSON merge + * patch format and processing rules. (== suppress_warning http-rest-shadowed + * ==) (backendServices.patch) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to patch. + * @param Google_Service_Compute_BackendService $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the security policy for the specified backend service. (== + * suppress_warning http-rest-shadowed ==) (backendServices.setSecurityPolicy) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to which + * the security policy should be set. The name should conform to RFC1035. + * @param Google_Service_Compute_SecurityPolicyReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setSecurityPolicy($project, $backendService, Google_Service_Compute_SecurityPolicyReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSecurityPolicy', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified BackendService resource with the data included in the + * request. There are several restrictions and guidelines to keep in mind when + * updating a backend service. Read Restrictions and Guidelines for more + * information. (== suppress_warning http-rest-shadowed ==) + * (backendServices.update) + * + * @param string $project Project ID for this request. + * @param string $backendService Name of the BackendService resource to update. + * @param Google_Service_Compute_BackendService $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) + { + $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.php new file mode 100644 index 000000000..ae4fa61d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.php @@ -0,0 +1,152 @@ + + * $computeService = new Google_Service_Compute(...); + * $diskTypes = $computeService->diskTypes; + * + */ +class Google_Service_Compute_Resource_DiskTypes extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of disk types. (== suppress_warning http-rest- + * shadowed ==) (diskTypes.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_DiskTypeAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList"); + } + /** + * Returns the specified disk type. Gets a list of available disk types by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (diskTypes.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $diskType Name of the disk type to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_DiskType + */ + public function get($project, $zone, $diskType, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_DiskType"); + } + /** + * Retrieves a list of disk types available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (diskTypes.listDiskTypes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_DiskTypeList + */ + public function listDiskTypes($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.php new file mode 100644 index 000000000..6b582d665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.php @@ -0,0 +1,424 @@ + + * $computeService = new Google_Service_Compute(...); + * $disks = $computeService->disks; + * + */ +class Google_Service_Compute_Resource_Disks extends Google_Service_Resource +{ + /** + * Adds existing resource policies to a disk. You can only add one policy which + * will be applied to this disk for scheduling snapshot creation. (== + * suppress_warning http-rest-shadowed ==) (disks.addResourcePolicies) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $disk The disk name for this request. + * @param Google_Service_Compute_DisksAddResourcePoliciesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addResourcePolicies($project, $zone, $disk, Google_Service_Compute_DisksAddResourcePoliciesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addResourcePolicies', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves an aggregated list of persistent disks. (== suppress_warning http- + * rest-shadowed ==) (disks.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_DiskAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList"); + } + /** + * Creates a snapshot of a specified persistent disk. (== suppress_warning http- + * rest-shadowed ==) (disks.createSnapshot) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $disk Name of the persistent disk to snapshot. + * @param Google_Service_Compute_Snapshot $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool guestFlush [Input Only] Specifies to create an application + * consistent snapshot by informing the OS to prepare for the snapshot process. + * Currently only supported on Windows instances using the Volume Shadow Copy + * Service (VSS). + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function createSnapshot($project, $zone, $disk, Google_Service_Compute_Snapshot $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified persistent disk. Deleting a disk removes its data + * permanently and is irreversible. However, deleting a disk does not delete any + * snapshots previously made from the disk. You must separately delete + * snapshots. (== suppress_warning http-rest-shadowed ==) (disks.delete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $disk Name of the persistent disk to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $disk, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns a specified persistent disk. Gets a list of available persistent + * disks by making a list() request. (== suppress_warning http-rest-shadowed ==) + * (disks.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $disk Name of the persistent disk to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Disk + */ + public function get($project, $zone, $disk, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Disk"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (disks.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $zone, $resource, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates a persistent disk in the specified project using the data in the + * request. You can create a disk with a sourceImage, a sourceSnapshot, or + * create an empty 500 GB data disk by omitting all properties. You can also + * create a disk that is larger than the default size by specifying the sizeGb + * property. (== suppress_warning http-rest-shadowed ==) (disks.insert) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param Google_Service_Compute_Disk $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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 sourceImage Optional. Source image to restore onto a disk. + * @return Google_Service_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of persistent disks contained within the specified zone. (== + * suppress_warning http-rest-shadowed ==) (disks.listDisks) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_DiskList + */ + public function listDisks($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_DiskList"); + } + /** + * Removes resource policies from a disk. (== suppress_warning http-rest- + * shadowed ==) (disks.removeResourcePolicies) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $disk The disk name for this request. + * @param Google_Service_Compute_DisksRemoveResourcePoliciesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function removeResourcePolicies($project, $zone, $disk, Google_Service_Compute_DisksRemoveResourcePoliciesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeResourcePolicies', array($params), "Google_Service_Compute_Operation"); + } + /** + * Resizes the specified persistent disk. You can only increase the size of the + * disk. (== suppress_warning http-rest-shadowed ==) (disks.resize) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $disk The name of the persistent disk. + * @param Google_Service_Compute_DisksResizeRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function resize($project, $zone, $disk, Google_Service_Compute_DisksResizeRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resize', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (disks.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Sets the labels on a disk. To learn more about labels, read the Labeling + * Resources documentation. (== suppress_warning http-rest-shadowed ==) + * (disks.setLabels) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_ZoneSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setLabels($project, $zone, $resource, Google_Service_Compute_ZoneSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (disks.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.php new file mode 100644 index 000000000..34d2cf12a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.php @@ -0,0 +1,189 @@ + + * $computeService = new Google_Service_Compute(...); + * $externalVpnGateways = $computeService->externalVpnGateways; + * + */ +class Google_Service_Compute_Resource_ExternalVpnGateways extends Google_Service_Resource +{ + /** + * Deletes the specified externalVpnGateway. (== suppress_warning http-rest- + * shadowed ==) (externalVpnGateways.delete) + * + * @param string $project Project ID for this request. + * @param string $externalVpnGateway Name of the externalVpnGateways to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $externalVpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'externalVpnGateway' => $externalVpnGateway); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified externalVpnGateway. Get a list of available + * externalVpnGateways by making a list() request. (== suppress_warning http- + * rest-shadowed ==) (externalVpnGateways.get) + * + * @param string $project Project ID for this request. + * @param string $externalVpnGateway Name of the externalVpnGateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_ExternalVpnGateway + */ + public function get($project, $externalVpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'externalVpnGateway' => $externalVpnGateway); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_ExternalVpnGateway"); + } + /** + * Creates a ExternalVpnGateway in the specified project using the data included + * in the request. (== suppress_warning http-rest-shadowed ==) + * (externalVpnGateways.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ExternalVpnGateway $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_ExternalVpnGateway $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of ExternalVpnGateway available to the specified project. + * (== suppress_warning http-rest-shadowed ==) + * (externalVpnGateways.listExternalVpnGateways) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ExternalVpnGatewayList + */ + public function listExternalVpnGateways($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ExternalVpnGatewayList"); + } + /** + * Sets the labels on an ExternalVpnGateway. To learn more about labels, read + * the Labeling Resources documentation. (== suppress_warning http-rest-shadowed + * ==) (externalVpnGateways.setLabels) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) + * (externalVpnGateways.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.php new file mode 100644 index 000000000..05d5804fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.php @@ -0,0 +1,214 @@ + + * $computeService = new Google_Service_Compute(...); + * $firewalls = $computeService->firewalls; + * + */ +class Google_Service_Compute_Resource_Firewalls extends Google_Service_Resource +{ + /** + * Deletes the specified firewall. (== suppress_warning http-rest-shadowed ==) + * (firewalls.delete) + * + * @param string $project Project ID for this request. + * @param string $firewall Name of the firewall rule to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $firewall, $optParams = array()) + { + $params = array('project' => $project, 'firewall' => $firewall); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified firewall. (== suppress_warning http-rest-shadowed ==) + * (firewalls.get) + * + * @param string $project Project ID for this request. + * @param string $firewall Name of the firewall rule to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Firewall + */ + public function get($project, $firewall, $optParams = array()) + { + $params = array('project' => $project, 'firewall' => $firewall); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Firewall"); + } + /** + * Creates a firewall rule in the specified project using the data included in + * the request. (== suppress_warning http-rest-shadowed ==) (firewalls.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Firewall $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_Firewall $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of firewall rules available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (firewalls.listFirewalls) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_FirewallList + */ + public function listFirewalls($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_FirewallList"); + } + /** + * Updates the specified firewall rule with the data included in the request. + * This method supports PATCH semantics and uses the JSON merge patch format and + * processing rules. (== suppress_warning http-rest-shadowed ==) + * (firewalls.patch) + * + * @param string $project Project ID for this request. + * @param string $firewall Name of the firewall rule to patch. + * @param Google_Service_Compute_Firewall $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array()) + { + $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified firewall rule with the data included in the request. + * Note that all fields will be updated if using PUT, even fields that are not + * specified. To update individual fields, please use PATCH instead. (== + * suppress_warning http-rest-shadowed ==) (firewalls.update) + * + * @param string $project Project ID for this request. + * @param string $firewall Name of the firewall rule to update. + * @param Google_Service_Compute_Firewall $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $firewall, Google_Service_Compute_Firewall $postBody, $optParams = array()) + { + $params = array('project' => $project, 'firewall' => $firewall, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.php new file mode 100644 index 000000000..1edba6969 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.php @@ -0,0 +1,243 @@ + + * $computeService = new Google_Service_Compute(...); + * $forwardingRules = $computeService->forwardingRules; + * + */ +class Google_Service_Compute_Resource_ForwardingRules extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of forwarding rules. (== suppress_warning http- + * rest-shadowed ==) (forwardingRules.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ForwardingRuleAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList"); + } + /** + * Deletes the specified ForwardingRule resource. (== suppress_warning http- + * rest-shadowed ==) (forwardingRules.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $forwardingRule Name of the ForwardingRule resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $forwardingRule, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified ForwardingRule resource. (== suppress_warning http- + * rest-shadowed ==) (forwardingRules.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $forwardingRule Name of the ForwardingRule resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_ForwardingRule + */ + public function get($project, $region, $forwardingRule, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); + } + /** + * Creates a ForwardingRule resource in the specified project and region using + * the data included in the request. (== suppress_warning http-rest-shadowed ==) + * (forwardingRules.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_ForwardingRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of ForwardingRule resources available to the specified + * project and region. (== suppress_warning http-rest-shadowed ==) + * (forwardingRules.listForwardingRules) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ForwardingRuleList + */ + public function listForwardingRules($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); + } + /** + * Changes target URL for forwarding rule. The new target should be of the same + * type as the old target. (== suppress_warning http-rest-shadowed ==) + * (forwardingRules.setTarget) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $forwardingRule Name of the ForwardingRule resource in which + * target is to be set. + * @param Google_Service_Compute_TargetReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setTarget($project, $region, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.php new file mode 100644 index 000000000..521546c81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.php @@ -0,0 +1,154 @@ + + * $computeService = new Google_Service_Compute(...); + * $globalAddresses = $computeService->globalAddresses; + * + */ +class Google_Service_Compute_Resource_GlobalAddresses extends Google_Service_Resource +{ + /** + * Deletes the specified address resource. (== suppress_warning http-rest- + * shadowed ==) (globalAddresses.delete) + * + * @param string $project Project ID for this request. + * @param string $address Name of the address resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $address, $optParams = array()) + { + $params = array('project' => $project, 'address' => $address); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified address resource. Gets a list of available addresses by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (globalAddresses.get) + * + * @param string $project Project ID for this request. + * @param string $address Name of the address resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Address + */ + public function get($project, $address, $optParams = array()) + { + $params = array('project' => $project, 'address' => $address); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Address"); + } + /** + * Creates an address resource in the specified project by using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (globalAddresses.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Address $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_Address $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of global addresses. (== suppress_warning http-rest-shadowed + * ==) (globalAddresses.listGlobalAddresses) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_AddressList + */ + public function listGlobalAddresses($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_AddressList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.php new file mode 100644 index 000000000..a24ee9c6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.php @@ -0,0 +1,186 @@ + + * $computeService = new Google_Service_Compute(...); + * $globalForwardingRules = $computeService->globalForwardingRules; + * + */ +class Google_Service_Compute_Resource_GlobalForwardingRules extends Google_Service_Resource +{ + /** + * Deletes the specified GlobalForwardingRule resource. (== suppress_warning + * http-rest-shadowed ==) (globalForwardingRules.delete) + * + * @param string $project Project ID for this request. + * @param string $forwardingRule Name of the ForwardingRule resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $forwardingRule, $optParams = array()) + { + $params = array('project' => $project, 'forwardingRule' => $forwardingRule); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified GlobalForwardingRule resource. Gets a list of available + * forwarding rules by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (globalForwardingRules.get) + * + * @param string $project Project ID for this request. + * @param string $forwardingRule Name of the ForwardingRule resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_ForwardingRule + */ + public function get($project, $forwardingRule, $optParams = array()) + { + $params = array('project' => $project, 'forwardingRule' => $forwardingRule); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule"); + } + /** + * Creates a GlobalForwardingRule resource in the specified project using the + * data included in the request. (== suppress_warning http-rest-shadowed ==) + * (globalForwardingRules.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ForwardingRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_ForwardingRule $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of GlobalForwardingRule resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (globalForwardingRules.listGlobalForwardingRules) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ForwardingRuleList + */ + public function listGlobalForwardingRules($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList"); + } + /** + * Changes target URL for the GlobalForwardingRule resource. The new target + * should be of the same type as the old target. (== suppress_warning http-rest- + * shadowed ==) (globalForwardingRules.setTarget) + * + * @param string $project Project ID for this request. + * @param string $forwardingRule Name of the ForwardingRule resource in which + * target is to be set. + * @param Google_Service_Compute_TargetReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setTarget($project, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setTarget', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.php new file mode 100644 index 000000000..5a0031ccd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.php @@ -0,0 +1,165 @@ + + * $computeService = new Google_Service_Compute(...); + * $globalOperations = $computeService->globalOperations; + * + */ +class Google_Service_Compute_Resource_GlobalOperations extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of all operations. (== suppress_warning http- + * rest-shadowed ==) (globalOperations.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_OperationAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList"); + } + /** + * Deletes the specified Operations resource. (== suppress_warning http-rest- + * shadowed ==) (globalOperations.delete) + * + * @param string $project Project ID for this request. + * @param string $operation Name of the Operations resource to delete. + * @param array $optParams Optional parameters. + */ + public function delete($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the specified Operations resource. Gets a list of operations by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (globalOperations.get) + * + * @param string $project Project ID for this request. + * @param string $operation Name of the Operations resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function get($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of Operation resources contained within the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (globalOperations.listGlobalOperations) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_OperationList + */ + public function listGlobalOperations($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php new file mode 100644 index 000000000..8dead1b5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php @@ -0,0 +1,270 @@ + + * $computeService = new Google_Service_Compute(...); + * $healthChecks = $computeService->healthChecks; + * + */ +class Google_Service_Compute_Resource_HealthChecks extends Google_Service_Resource +{ + /** + * Retrieves the list of all HealthCheck resources, regional and global, + * available to the specified project. (== suppress_warning http-rest-shadowed + * ==) (healthChecks.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HealthChecksAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_HealthChecksAggregatedList"); + } + /** + * Deletes the specified HealthCheck resource. (== suppress_warning http-rest- + * shadowed ==) (healthChecks.delete) + * + * @param string $project Project ID for this request. + * @param string $healthCheck Name of the HealthCheck resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $healthCheck, $optParams = array()) + { + $params = array('project' => $project, 'healthCheck' => $healthCheck); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified HealthCheck resource. Gets a list of available health + * checks by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (healthChecks.get) + * + * @param string $project Project ID for this request. + * @param string $healthCheck Name of the HealthCheck resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_HealthCheck + */ + public function get($project, $healthCheck, $optParams = array()) + { + $params = array('project' => $project, 'healthCheck' => $healthCheck); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_HealthCheck"); + } + /** + * Creates a HealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (healthChecks.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of HealthCheck resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (healthChecks.listHealthChecks) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HealthCheckList + */ + public function listHealthChecks($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_HealthCheckList"); + } + /** + * Updates a HealthCheck resource in the specified project using the data + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (== suppress_warning http-rest- + * shadowed ==) (healthChecks.patch) + * + * @param string $project Project ID for this request. + * @param string $healthCheck Name of the HealthCheck resource to patch. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates a HealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (healthChecks.update) + * + * @param string $project Project ID for this request. + * @param string $healthCheck Name of the HealthCheck resource to update. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.php new file mode 100644 index 000000000..5605d8cc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.php @@ -0,0 +1,219 @@ + + * $computeService = new Google_Service_Compute(...); + * $httpHealthChecks = $computeService->httpHealthChecks; + * + */ +class Google_Service_Compute_Resource_HttpHealthChecks extends Google_Service_Resource +{ + /** + * Deletes the specified HttpHealthCheck resource. (== suppress_warning http- + * rest-shadowed ==) (httpHealthChecks.delete) + * + * @param string $project Project ID for this request. + * @param string $httpHealthCheck Name of the HttpHealthCheck resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $httpHealthCheck, $optParams = array()) + { + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified HttpHealthCheck resource. Gets a list of available HTTP + * health checks by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (httpHealthChecks.get) + * + * @param string $project Project ID for this request. + * @param string $httpHealthCheck Name of the HttpHealthCheck resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_HttpHealthCheck + */ + public function get($project, $httpHealthCheck, $optParams = array()) + { + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck"); + } + /** + * Creates a HttpHealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (httpHealthChecks.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_HttpHealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of HttpHealthCheck resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (httpHealthChecks.listHttpHealthChecks) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HttpHealthCheckList + */ + public function listHttpHealthChecks($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList"); + } + /** + * Updates a HttpHealthCheck resource in the specified project using the data + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (== suppress_warning http-rest- + * shadowed ==) (httpHealthChecks.patch) + * + * @param string $project Project ID for this request. + * @param string $httpHealthCheck Name of the HttpHealthCheck resource to patch. + * @param Google_Service_Compute_HttpHealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates a HttpHealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (httpHealthChecks.update) + * + * @param string $project Project ID for this request. + * @param string $httpHealthCheck Name of the HttpHealthCheck resource to + * update. + * @param Google_Service_Compute_HttpHealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.php new file mode 100644 index 000000000..9ce9de2b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.php @@ -0,0 +1,220 @@ + + * $computeService = new Google_Service_Compute(...); + * $httpsHealthChecks = $computeService->httpsHealthChecks; + * + */ +class Google_Service_Compute_Resource_HttpsHealthChecks extends Google_Service_Resource +{ + /** + * Deletes the specified HttpsHealthCheck resource. (== suppress_warning http- + * rest-shadowed ==) (httpsHealthChecks.delete) + * + * @param string $project Project ID for this request. + * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $httpsHealthCheck, $optParams = array()) + { + $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified HttpsHealthCheck resource. Gets a list of available + * HTTPS health checks by making a list() request. (== suppress_warning http- + * rest-shadowed ==) (httpsHealthChecks.get) + * + * @param string $project Project ID for this request. + * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_HttpsHealthCheck + */ + public function get($project, $httpsHealthCheck, $optParams = array()) + { + $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_HttpsHealthCheck"); + } + /** + * Creates a HttpsHealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (httpsHealthChecks.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_HttpsHealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_HttpsHealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of HttpsHealthCheck resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (httpsHealthChecks.listHttpsHealthChecks) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HttpsHealthCheckList + */ + public function listHttpsHealthChecks($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_HttpsHealthCheckList"); + } + /** + * Updates a HttpsHealthCheck resource in the specified project using the data + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (== suppress_warning http-rest- + * shadowed ==) (httpsHealthChecks.patch) + * + * @param string $project Project ID for this request. + * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to + * patch. + * @param Google_Service_Compute_HttpsHealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $httpsHealthCheck, Google_Service_Compute_HttpsHealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates a HttpsHealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (httpsHealthChecks.update) + * + * @param string $project Project ID for this request. + * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to + * update. + * @param Google_Service_Compute_HttpsHealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $httpsHealthCheck, Google_Service_Compute_HttpsHealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'httpsHealthCheck' => $httpsHealthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.php new file mode 100644 index 000000000..9ed79cf52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.php @@ -0,0 +1,271 @@ + + * $computeService = new Google_Service_Compute(...); + * $images = $computeService->images; + * + */ +class Google_Service_Compute_Resource_Images extends Google_Service_Resource +{ + /** + * Deletes the specified image. (== suppress_warning http-rest-shadowed ==) + * (images.delete) + * + * @param string $project Project ID for this request. + * @param string $image Name of the image resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $image, $optParams = array()) + { + $params = array('project' => $project, 'image' => $image); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the deprecation status of an image. + * + * If an empty request body is given, clears the deprecation status instead. (== + * suppress_warning http-rest-shadowed ==) (images.deprecate) + * + * @param string $project Project ID for this request. + * @param string $image Image name. + * @param Google_Service_Compute_DeprecationStatus $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deprecate($project, $image, Google_Service_Compute_DeprecationStatus $postBody, $optParams = array()) + { + $params = array('project' => $project, 'image' => $image, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deprecate', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified image. Gets a list of available images by making a + * list() request. (== suppress_warning http-rest-shadowed ==) (images.get) + * + * @param string $project Project ID for this request. + * @param string $image Name of the image resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Image + */ + public function get($project, $image, $optParams = array()) + { + $params = array('project' => $project, 'image' => $image); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Image"); + } + /** + * Returns the latest image that is part of an image family and is not + * deprecated. (== suppress_warning http-rest-shadowed ==) + * (images.getFromFamily) + * + * @param string $project Project ID for this request. + * @param string $family Name of the image family to search for. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Image + */ + public function getFromFamily($project, $family, $optParams = array()) + { + $params = array('project' => $project, 'family' => $family); + $params = array_merge($params, $optParams); + return $this->call('getFromFamily', array($params), "Google_Service_Compute_Image"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (images.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates an image in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (images.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Image $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool forceCreate Force image creation if true. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_Image $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of custom images available to the specified project. + * Custom images are images you create that belong to your project. This method + * does not get any images that belong to other projects, including publicly- + * available images, like Debian 8. If you want to get a list of publicly- + * available images, use this method to make a request to the respective image + * project, such as debian-cloud or windows-cloud. (== suppress_warning http- + * rest-shadowed ==) (images.listImages) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ImageList + */ + public function listImages($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ImageList"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (images.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Sets the labels on an image. To learn more about labels, read the Labeling + * Resources documentation. (== suppress_warning http-rest-shadowed ==) + * (images.setLabels) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (images.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php new file mode 100644 index 000000000..ef25d405b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php @@ -0,0 +1,579 @@ + + * $computeService = new Google_Service_Compute(...); + * $instanceGroupManagers = $computeService->instanceGroupManagers; + * + */ +class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Service_Resource +{ + /** + * Flags the specified instances to be removed from the managed instance group. + * Abandoning an instance does not delete the instance, but it does remove the + * instance from any target pools that are applied by the managed instance + * group. This method reduces the targetSize of the managed instance group by + * the number of instances that you abandon. This operation is marked as DONE + * when the action is scheduled even if the instances have not yet been removed + * from the group. You must separately verify the status of the abandoning + * action with the listmanagedinstances method. + * + * 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 + * has elapsed before the VM instance is removed or deleted. + * + * You can specify a maximum of 1000 instances with this method per request. (== + * suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.abandonInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param Google_Service_Compute_InstanceGroupManagersAbandonInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function abandonInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('abandonInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of managed instance groups and groups them by zone. (== + * suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceGroupManagerAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceGroupManagerAggregatedList"); + } + /** + * Deletes the specified managed instance group and all of the instances in that + * group. Note that the instance group must not belong to a backend service. + * Read Deleting an instance group for more information. (== suppress_warning + * http-rest-shadowed ==) (instanceGroupManagers.delete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $instanceGroupManager, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Flags the specified instances in the managed instance group for immediate + * deletion. The instances are also removed from any target pools of which they + * were a member. This method reduces the targetSize of the managed instance + * group by the number of instances that you delete. This operation is marked as + * DONE when the action is scheduled even if the instances are still being + * deleted. You must separately verify the status of the deleting action with + * the listmanagedinstances method. + * + * 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 + * has elapsed before the VM instance is removed or deleted. + * + * You can specify a maximum of 1000 instances with this method per request. (== + * suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.deleteInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param Google_Service_Compute_InstanceGroupManagersDeleteInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deleteInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns all of the details about the specified managed instance group. Gets a + * list of available managed instance groups by making a list() request. (== + * suppress_warning http-rest-shadowed ==) (instanceGroupManagers.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InstanceGroupManager + */ + public function get($project, $zone, $instanceGroupManager, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InstanceGroupManager"); + } + /** + * Creates a managed instance group using the information that you specify in + * the request. After the group is created, instances in the group are created + * using the specified instance template. This operation is marked as DONE when + * the group is created even if the instances in the group have not yet been + * created. You must separately verify the status of the individual instances + * with the listmanagedinstances method. + * + * A managed instance group can have up to 1000 VM instances per group. Please + * contact Cloud Support if you need an increase in this limit. (== + * suppress_warning http-rest-shadowed ==) (instanceGroupManagers.insert) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where you want to create the managed + * instance group. + * @param Google_Service_Compute_InstanceGroupManager $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of managed instance groups that are contained within the + * specified project and zone. (== suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.listInstanceGroupManagers) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceGroupManagerList + */ + public function listInstanceGroupManagers($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InstanceGroupManagerList"); + } + /** + * Lists all of the instances in the managed instance group. Each instance in + * the list has a currentAction, which indicates the action that the managed + * instance group is performing on the instance. For example, if the group is + * still creating an instance, the currentAction is CREATING. If a previous + * action failed, the list displays the errors for that failed action. (== + * suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.listManagedInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string order_by Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceGroupManagersListManagedInstancesResponse + */ + public function listManagedInstances($project, $zone, $instanceGroupManager, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager); + $params = array_merge($params, $optParams); + return $this->call('listManagedInstances', array($params), "Google_Service_Compute_InstanceGroupManagersListManagedInstancesResponse"); + } + /** + * Updates a managed instance group using the information that you specify in + * the request. This operation is marked as DONE when the group is patched even + * if the instances in the group are still in the process of being patched. You + * must separately verify the status of the individual instances with the + * listManagedInstances method. This method supports PATCH semantics and uses + * the JSON merge patch format and processing rules. (== suppress_warning http- + * rest-shadowed ==) (instanceGroupManagers.patch) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where you want to create the managed + * instance group. + * @param string $instanceGroupManager The name of the instance group manager. + * @param Google_Service_Compute_InstanceGroupManager $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', 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. + * + * 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 + * has elapsed before the VM instance is removed or deleted. + * + * You can specify a maximum of 1000 instances with this method per request. (== + * suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.recreateInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param Google_Service_Compute_InstanceGroupManagersRecreateInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function recreateInstances($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersRecreateInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('recreateInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Resizes the managed instance group. If you increase the size, the group + * creates new instances using the current instance template. If you decrease + * the size, the group deletes instances. The resize operation is marked DONE + * when the resize actions are scheduled even if the group has not yet added or + * deleted any instances. You must separately verify the status of the creating + * or deleting actions with the listmanagedinstances method. + * + * When resizing down, the instance group arbitrarily chooses the order in which + * VMs are deleted. The group takes into account some VM attributes when making + * the selection including: + * + * + The status of the VM instance. + The health of the VM instance. + The + * instance template version the VM is based on. + For regional managed instance + * groups, the location of the VM instance. + * + * This list is subject to change. + * + * 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 + * has elapsed before the VM instance is removed or deleted. (== + * suppress_warning http-rest-shadowed ==) (instanceGroupManagers.resize) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param int $size The number of running instances that the managed instance + * group should maintain at any given time. The group automatically adds or + * removes instances to maintain the number of instances specified by this + * parameter. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function resize($project, $zone, $instanceGroupManager, $size, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size); + $params = array_merge($params, $optParams); + return $this->call('resize', array($params), "Google_Service_Compute_Operation"); + } + /** + * Specifies the instance template to use when creating new instances in this + * group. The templates for existing instances in the group do not change unless + * you recreate them. (== suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.setInstanceTemplate) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param Google_Service_Compute_InstanceGroupManagersSetInstanceTemplateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setInstanceTemplate($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersSetInstanceTemplateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setInstanceTemplate', array($params), "Google_Service_Compute_Operation"); + } + /** + * Modifies the target pools to which all instances in this managed instance + * group are assigned. The target pools automatically apply to all of the + * instances in the managed instance group. This operation is marked DONE when + * you make the request even if the instances have not yet been added to their + * target pools. The change might take some time to apply to all of the + * instances in the group depending on the size of the group. (== + * suppress_warning http-rest-shadowed ==) + * (instanceGroupManagers.setTargetPools) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the managed instance group is + * located. + * @param string $instanceGroupManager The name of the managed instance group. + * @param Google_Service_Compute_InstanceGroupManagersSetTargetPoolsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setTargetPools($project, $zone, $instanceGroupManager, Google_Service_Compute_InstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setTargetPools', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.php new file mode 100644 index 000000000..a61f6a7bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.php @@ -0,0 +1,372 @@ + + * $computeService = new Google_Service_Compute(...); + * $instanceGroups = $computeService->instanceGroups; + * + */ +class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Resource +{ + /** + * Adds a list of instances to the specified instance group. All of the + * instances in the instance group must be in the same network/subnetwork. Read + * Adding instances for more information. (== suppress_warning http-rest- + * shadowed ==) (instanceGroups.addInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param string $instanceGroup The name of the instance group where you are + * adding instances. + * @param Google_Service_Compute_InstanceGroupsAddInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addInstances($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsAddInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of instance groups and sorts them by zone. (== + * suppress_warning http-rest-shadowed ==) (instanceGroups.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceGroupAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceGroupAggregatedList"); + } + /** + * Deletes the specified instance group. The instances in the group are not + * deleted. Note that instance group must not belong to a backend service. Read + * Deleting an instance group for more information. (== suppress_warning http- + * rest-shadowed ==) (instanceGroups.delete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param string $instanceGroup The name of the instance group to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $instanceGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified instance group. Gets a list of available instance + * groups by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (instanceGroups.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param string $instanceGroup The name of the instance group. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InstanceGroup + */ + public function get($project, $zone, $instanceGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InstanceGroup"); + } + /** + * Creates an instance group in the specified project using the parameters that + * are included in the request. (== suppress_warning http-rest-shadowed ==) + * (instanceGroups.insert) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where you want to create the + * instance group. + * @param Google_Service_Compute_InstanceGroup $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_InstanceGroup $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of instance groups that are located in the specified + * project and zone. (== suppress_warning http-rest-shadowed ==) + * (instanceGroups.listInstanceGroups) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceGroupList + */ + public function listInstanceGroups($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InstanceGroupList"); + } + /** + * Lists the instances in the specified instance group. (== suppress_warning + * http-rest-shadowed ==) (instanceGroups.listInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param string $instanceGroup The name of the instance group from which you + * want to generate a list of included instances. + * @param Google_Service_Compute_InstanceGroupsListInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceGroupsListInstances + */ + public function listInstances($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsListInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('listInstances', array($params), "Google_Service_Compute_InstanceGroupsListInstances"); + } + /** + * Removes one or more instances from the specified instance group, but does not + * delete those 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 + * before the VM instance is removed or deleted. (== suppress_warning http-rest- + * shadowed ==) (instanceGroups.removeInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param string $instanceGroup The name of the instance group where the + * specified instances will be removed. + * @param Google_Service_Compute_InstanceGroupsRemoveInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function removeInstances($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsRemoveInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the named ports for the specified instance group. (== suppress_warning + * http-rest-shadowed ==) (instanceGroups.setNamedPorts) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the instance group is located. + * @param string $instanceGroup The name of the instance group where the named + * ports are updated. + * @param Google_Service_Compute_InstanceGroupsSetNamedPortsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setNamedPorts($project, $zone, $instanceGroup, Google_Service_Compute_InstanceGroupsSetNamedPortsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setNamedPorts', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.php new file mode 100644 index 000000000..3843c5d02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.php @@ -0,0 +1,209 @@ + + * $computeService = new Google_Service_Compute(...); + * $instanceTemplates = $computeService->instanceTemplates; + * + */ +class Google_Service_Compute_Resource_InstanceTemplates extends Google_Service_Resource +{ + /** + * Deletes the specified instance template. Deleting an instance template is + * permanent and cannot be undone. It is not possible to delete templates that + * are already in use by a managed instance group. (== suppress_warning http- + * rest-shadowed ==) (instanceTemplates.delete) + * + * @param string $project Project ID for this request. + * @param string $instanceTemplate The name of the instance template to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $instanceTemplate, $optParams = array()) + { + $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified instance template. Gets a list of available instance + * templates by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (instanceTemplates.get) + * + * @param string $project Project ID for this request. + * @param string $instanceTemplate The name of the instance template. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InstanceTemplate + */ + public function get($project, $instanceTemplate, $optParams = array()) + { + $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (instanceTemplates.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates an instance template in the specified project using the data that is + * included in the request. If you are creating a new template to update an + * existing instance group, your new instance template must use the same network + * or, if applicable, the same subnetwork as the original template. (== + * suppress_warning http-rest-shadowed ==) (instanceTemplates.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_InstanceTemplate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_InstanceTemplate $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of instance templates that are contained within the + * specified project. (== suppress_warning http-rest-shadowed ==) + * (instanceTemplates.listInstanceTemplates) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceTemplateList + */ + public function listInstanceTemplates($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (instanceTemplates.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) + * (instanceTemplates.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php new file mode 100644 index 000000000..d60d9f100 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php @@ -0,0 +1,1130 @@ + + * $computeService = new Google_Service_Compute(...); + * $instances = $computeService->instances; + * + */ +class Google_Service_Compute_Resource_Instances extends Google_Service_Resource +{ + /** + * Adds an access config to an instance's network interface. (== + * suppress_warning http-rest-shadowed ==) (instances.addAccessConfig) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance The instance name for this request. + * @param string $networkInterface The name of the network interface to add to + * this instance. + * @param Google_Service_Compute_AccessConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addAccessConfig($project, $zone, $instance, $networkInterface, Google_Service_Compute_AccessConfig $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves aggregated list of all of the instances in your project across all + * regions and zones. (== suppress_warning http-rest-shadowed ==) + * (instances.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList"); + } + /** + * Attaches an existing Disk resource to an instance. You must first create the + * disk before you can attach it. It is not possible to create and attach a disk + * at the same time. For more information, read Adding a persistent disk to your + * instance. (== suppress_warning http-rest-shadowed ==) (instances.attachDisk) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance The instance name for this request. + * @param Google_Service_Compute_AttachedDisk $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool forceAttach Whether to force attach the disk even if it's + * currently attached to another instance. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function attachDisk($project, $zone, $instance, Google_Service_Compute_AttachedDisk $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified Instance resource. For more information, see Stopping + * or Deleting an Instance. (== suppress_warning http-rest-shadowed ==) + * (instances.delete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes an access config from an instance's network interface. (== + * suppress_warning http-rest-shadowed ==) (instances.deleteAccessConfig) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance The instance name for this request. + * @param string $accessConfig The name of the access config to delete. + * @param string $networkInterface The name of the network interface. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deleteAccessConfig($project, $zone, $instance, $accessConfig, $networkInterface, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'accessConfig' => $accessConfig, 'networkInterface' => $networkInterface); + $params = array_merge($params, $optParams); + return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation"); + } + /** + * Detaches a disk from an instance. (== suppress_warning http-rest-shadowed ==) + * (instances.detachDisk) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Instance name for this request. + * @param string $deviceName The device name of the disk to detach. Make a get() + * request on the instance to view currently attached disks and device names. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function detachDisk($project, $zone, $instance, $deviceName, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName); + $params = array_merge($params, $optParams); + return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified Instance resource. Gets a list of available instances + * by making a list() request. (== suppress_warning http-rest-shadowed ==) + * (instances.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Instance + */ + public function get($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Instance"); + } + /** + * Returns the specified guest attributes entry. (== suppress_warning http-rest- + * shadowed ==) (instances.getGuestAttributes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string queryPath Specifies the guest attributes path to be + * queried. + * @opt_param string variableKey Specifies the key for the guest attributes + * entry. + * @return Google_Service_Compute_GuestAttributes + */ + public function getGuestAttributes($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('getGuestAttributes', array($params), "Google_Service_Compute_GuestAttributes"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (instances.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $zone, $resource, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Returns the last 1 MB of serial port output from the specified instance. (== + * suppress_warning http-rest-shadowed ==) (instances.getSerialPortOutput) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param int port Specifies which COM or serial port to retrieve data from. + * @opt_param string start Returns output starting from a specific byte + * position. Use this to page through output when the output is too large to + * return in a single request. For the initial request, leave this field + * unspecified. For subsequent calls, this field should be set to the next value + * returned in the previous call. + * @return Google_Service_Compute_SerialPortOutput + */ + public function getSerialPortOutput($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput"); + } + /** + * Returns the Shielded Instance Identity of an instance (== suppress_warning + * http-rest-shadowed ==) (instances.getShieldedInstanceIdentity) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name or id of the instance scoping this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_ShieldedInstanceIdentity + */ + public function getShieldedInstanceIdentity($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('getShieldedInstanceIdentity', array($params), "Google_Service_Compute_ShieldedInstanceIdentity"); + } + /** + * Creates an instance resource in the specified project using the data included + * in the request. (== suppress_warning http-rest-shadowed ==) + * (instances.insert) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param Google_Service_Compute_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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 sourceInstanceTemplate Specifies instance template to + * create the instance. + * + * This field is optional. It can be a full or partial URL. For example, the + * following are all valid URLs to an instance template: - https://www.googlea + * pis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate + * - projects/project/global/instanceTemplates/instanceTemplate - + * global/instanceTemplates/instanceTemplate + * @return Google_Service_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_Instance $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of instances contained within the specified zone. (== + * suppress_warning http-rest-shadowed ==) (instances.listInstances) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceList + */ + public function listInstances($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InstanceList"); + } + /** + * Retrieves the list of referrers to instances contained within the specified + * zone. For more information, read Viewing Referrers to VM Instances. (== + * suppress_warning http-rest-shadowed ==) (instances.listReferrers) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the target instance scoping this request, or + * '-' if the request should span over all instances in the container. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InstanceListReferrers + */ + public function listReferrers($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('listReferrers', array($params), "Google_Service_Compute_InstanceListReferrers"); + } + /** + * Performs a reset on the instance. This is a hard reset the VM does not do a + * graceful shutdown. For more information, see Resetting an instance. (== + * suppress_warning http-rest-shadowed ==) (instances.reset) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function reset($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets deletion protection on the instance. (== suppress_warning http-rest- + * shadowed ==) (instances.setDeletionProtection) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool deletionProtection Whether the resource should be protected + * against deletion. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setDeletionProtection($project, $zone, $resource, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('setDeletionProtection', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the auto-delete flag for a disk attached to an instance. (== + * suppress_warning http-rest-shadowed ==) (instances.setDiskAutoDelete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance The instance name for this request. + * @param bool $autoDelete Whether to auto-delete the disk when the instance is + * deleted. + * @param string $deviceName The device name of the disk to modify. Make a get() + * request on the instance to view currently attached disks and device names. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setDiskAutoDelete($project, $zone, $instance, $autoDelete, $deviceName, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName); + $params = array_merge($params, $optParams); + return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (instances.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Sets labels on an instance. To learn more about labels, read the Labeling + * Resources documentation. (== suppress_warning http-rest-shadowed ==) + * (instances.setLabels) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_InstancesSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setLabels($project, $zone, $instance, Google_Service_Compute_InstancesSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the number and/or type of accelerator for a stopped instance to the + * values specified in the request. (== suppress_warning http-rest-shadowed ==) + * (instances.setMachineResources) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_InstancesSetMachineResourcesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setMachineResources($project, $zone, $instance, Google_Service_Compute_InstancesSetMachineResourcesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMachineResources', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the machine type for a stopped instance to the machine type specified + * in the request. (== suppress_warning http-rest-shadowed ==) + * (instances.setMachineType) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_InstancesSetMachineTypeRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setMachineType($project, $zone, $instance, Google_Service_Compute_InstancesSetMachineTypeRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMachineType', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets metadata for the specified instance to the data included in the request. + * (== suppress_warning http-rest-shadowed ==) (instances.setMetadata) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_Metadata $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setMetadata($project, $zone, $instance, Google_Service_Compute_Metadata $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the minimum CPU platform that this instance should use. This method + * can only be called on a stopped instance. For more information, read + * Specifying a Minimum CPU Platform. (== suppress_warning http-rest-shadowed + * ==) (instances.setMinCpuPlatform) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_InstancesSetMinCpuPlatformRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setMinCpuPlatform($project, $zone, $instance, Google_Service_Compute_InstancesSetMinCpuPlatformRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMinCpuPlatform', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets an instance's scheduling options. (== suppress_warning http-rest- + * shadowed ==) (instances.setScheduling) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Instance name for this request. + * @param Google_Service_Compute_Scheduling $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setScheduling($project, $zone, $instance, Google_Service_Compute_Scheduling $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the service account on the instance. For more information, read Changing + * the service account and access scopes for an instance. (== suppress_warning + * http-rest-shadowed ==) (instances.setServiceAccount) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance resource to start. + * @param Google_Service_Compute_InstancesSetServiceAccountRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setServiceAccount($project, $zone, $instance, Google_Service_Compute_InstancesSetServiceAccountRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setServiceAccount', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the Shielded Instance integrity policy for an instance. You can only use + * this method on a running instance. This method supports PATCH semantics and + * uses the JSON merge patch format and processing rules. (== suppress_warning + * http-rest-shadowed ==) (instances.setShieldedInstanceIntegrityPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name or id of the instance scoping this request. + * @param Google_Service_Compute_ShieldedInstanceIntegrityPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setShieldedInstanceIntegrityPolicy($project, $zone, $instance, Google_Service_Compute_ShieldedInstanceIntegrityPolicy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setShieldedInstanceIntegrityPolicy', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets network tags for the specified instance to the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (instances.setTags) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_Tags $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setTags($project, $zone, $instance, Google_Service_Compute_Tags $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setTags', array($params), "Google_Service_Compute_Operation"); + } + /** + * Simulates a maintenance event on the instance. (== suppress_warning http- + * rest-shadowed ==) (instances.simulateMaintenanceEvent) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function simulateMaintenanceEvent($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('simulateMaintenanceEvent', array($params), "Google_Service_Compute_Operation"); + } + /** + * Starts an instance that was stopped using the instances().stop method. For + * more information, see Restart an instance. (== suppress_warning http-rest- + * shadowed ==) (instances.start) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance resource to start. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function start($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_Compute_Operation"); + } + /** + * Starts an instance that was stopped using the instances().stop method. For + * more information, see Restart an instance. (== suppress_warning http-rest- + * shadowed ==) (instances.startWithEncryptionKey) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance resource to start. + * @param Google_Service_Compute_InstancesStartWithEncryptionKeyRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function startWithEncryptionKey($project, $zone, $instance, Google_Service_Compute_InstancesStartWithEncryptionKeyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('startWithEncryptionKey', array($params), "Google_Service_Compute_Operation"); + } + /** + * Stops a running instance, shutting it down cleanly, and allows you to restart + * the instance at a later time. Stopped instances do not incur VM usage charges + * while they are stopped. However, resources that the VM is using, such as + * persistent disks and static IP addresses, will continue to be charged until + * they are deleted. For more information, see Stopping an instance. (== + * suppress_warning http-rest-shadowed ==) (instances.stop) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance resource to stop. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function stop($project, $zone, $instance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (instances.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } + /** + * Updates the specified access config from an instance's network interface with + * the data included in the request. This method supports PATCH semantics and + * uses the JSON merge patch format and processing rules. (== suppress_warning + * http-rest-shadowed ==) (instances.updateAccessConfig) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance The instance name for this request. + * @param string $networkInterface The name of the network interface where the + * access config is attached. + * @param Google_Service_Compute_AccessConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function updateAccessConfig($project, $zone, $instance, $networkInterface, Google_Service_Compute_AccessConfig $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateAccessConfig', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the Display config for a VM instance. You can only use this method on + * a stopped VM instance. This method supports PATCH semantics and uses the JSON + * merge patch format and processing rules. (== suppress_warning http-rest- + * shadowed ==) (instances.updateDisplayDevice) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_DisplayDevice $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function updateDisplayDevice($project, $zone, $instance, Google_Service_Compute_DisplayDevice $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateDisplayDevice', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates an instance's network interface. This method follows PATCH semantics. + * (== suppress_warning http-rest-shadowed ==) + * (instances.updateNetworkInterface) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance The instance name for this request. + * @param string $networkInterface The name of the network interface to update. + * @param Google_Service_Compute_NetworkInterface $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function updateNetworkInterface($project, $zone, $instance, $networkInterface, Google_Service_Compute_NetworkInterface $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => $networkInterface, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateNetworkInterface', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the Shielded Instance config for an instance. You can only use this + * method on a stopped instance. This method supports PATCH semantics and uses + * the JSON merge patch format and processing rules. (== suppress_warning http- + * rest-shadowed ==) (instances.updateShieldedInstanceConfig) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name or id of the instance scoping this request. + * @param Google_Service_Compute_ShieldedInstanceConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function updateShieldedInstanceConfig($project, $zone, $instance, Google_Service_Compute_ShieldedInstanceConfig $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateShieldedInstanceConfig', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectAttachments.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectAttachments.php new file mode 100644 index 000000000..51e278400 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectAttachments.php @@ -0,0 +1,247 @@ + + * $computeService = new Google_Service_Compute(...); + * $interconnectAttachments = $computeService->interconnectAttachments; + * + */ +class Google_Service_Compute_Resource_InterconnectAttachments extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of interconnect attachments. (== + * suppress_warning http-rest-shadowed ==) + * (interconnectAttachments.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InterconnectAttachmentAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_InterconnectAttachmentAggregatedList"); + } + /** + * Deletes the specified interconnect attachment. (== suppress_warning http- + * rest-shadowed ==) (interconnectAttachments.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $interconnectAttachment Name of the interconnect attachment to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $interconnectAttachment, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'interconnectAttachment' => $interconnectAttachment); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified interconnect attachment. (== suppress_warning http- + * rest-shadowed ==) (interconnectAttachments.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $interconnectAttachment Name of the interconnect attachment to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InterconnectAttachment + */ + public function get($project, $region, $interconnectAttachment, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'interconnectAttachment' => $interconnectAttachment); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InterconnectAttachment"); + } + /** + * Creates an InterconnectAttachment in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (interconnectAttachments.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_InterconnectAttachment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_InterconnectAttachment $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of interconnect attachments contained within the specified + * region. (== suppress_warning http-rest-shadowed ==) + * (interconnectAttachments.listInterconnectAttachments) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InterconnectAttachmentList + */ + public function listInterconnectAttachments($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InterconnectAttachmentList"); + } + /** + * Updates the specified interconnect attachment with the data included in the + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (== suppress_warning http-rest-shadowed ==) + * (interconnectAttachments.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $interconnectAttachment Name of the interconnect attachment to + * patch. + * @param Google_Service_Compute_InterconnectAttachment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, $interconnectAttachment, Google_Service_Compute_InterconnectAttachment $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'interconnectAttachment' => $interconnectAttachment, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectLocations.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectLocations.php new file mode 100644 index 000000000..c8eb2bd09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InterconnectLocations.php @@ -0,0 +1,99 @@ + + * $computeService = new Google_Service_Compute(...); + * $interconnectLocations = $computeService->interconnectLocations; + * + */ +class Google_Service_Compute_Resource_InterconnectLocations extends Google_Service_Resource +{ + /** + * Returns the details for the specified interconnect location. Gets a list of + * available interconnect locations by making a list() request. (== + * suppress_warning http-rest-shadowed ==) (interconnectLocations.get) + * + * @param string $project Project ID for this request. + * @param string $interconnectLocation Name of the interconnect location to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InterconnectLocation + */ + public function get($project, $interconnectLocation, $optParams = array()) + { + $params = array('project' => $project, 'interconnectLocation' => $interconnectLocation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InterconnectLocation"); + } + /** + * Retrieves the list of interconnect locations available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (interconnectLocations.listInterconnectLocations) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InterconnectLocationList + */ + public function listInterconnectLocations($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InterconnectLocationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Interconnects.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Interconnects.php new file mode 100644 index 000000000..50066d890 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Interconnects.php @@ -0,0 +1,200 @@ + + * $computeService = new Google_Service_Compute(...); + * $interconnects = $computeService->interconnects; + * + */ +class Google_Service_Compute_Resource_Interconnects extends Google_Service_Resource +{ + /** + * Deletes the specified interconnect. (== suppress_warning http-rest-shadowed + * ==) (interconnects.delete) + * + * @param string $project Project ID for this request. + * @param string $interconnect Name of the interconnect to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $interconnect, $optParams = array()) + { + $params = array('project' => $project, 'interconnect' => $interconnect); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified interconnect. Get a list of available interconnects by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (interconnects.get) + * + * @param string $project Project ID for this request. + * @param string $interconnect Name of the interconnect to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Interconnect + */ + public function get($project, $interconnect, $optParams = array()) + { + $params = array('project' => $project, 'interconnect' => $interconnect); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Interconnect"); + } + /** + * Returns the interconnectDiagnostics for the specified interconnect. (== + * suppress_warning http-rest-shadowed ==) (interconnects.getDiagnostics) + * + * @param string $project Project ID for this request. + * @param string $interconnect Name of the interconnect resource to query. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InterconnectsGetDiagnosticsResponse + */ + public function getDiagnostics($project, $interconnect, $optParams = array()) + { + $params = array('project' => $project, 'interconnect' => $interconnect); + $params = array_merge($params, $optParams); + return $this->call('getDiagnostics', array($params), "Google_Service_Compute_InterconnectsGetDiagnosticsResponse"); + } + /** + * Creates a Interconnect in the specified project using the data included in + * the request. (== suppress_warning http-rest-shadowed ==) + * (interconnects.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Interconnect $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_Interconnect $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of interconnect available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (interconnects.listInterconnects) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_InterconnectList + */ + public function listInterconnects($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_InterconnectList"); + } + /** + * Updates the specified interconnect with the data included in the request. + * This method supports PATCH semantics and uses the JSON merge patch format and + * processing rules. (== suppress_warning http-rest-shadowed ==) + * (interconnects.patch) + * + * @param string $project Project ID for this request. + * @param string $interconnect Name of the interconnect to update. + * @param Google_Service_Compute_Interconnect $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $interconnect, Google_Service_Compute_Interconnect $postBody, $optParams = array()) + { + $params = array('project' => $project, 'interconnect' => $interconnect, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/LicenseCodes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/LicenseCodes.php new file mode 100644 index 000000000..5a80e7ee7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/LicenseCodes.php @@ -0,0 +1,61 @@ + + * $computeService = new Google_Service_Compute(...); + * $licenseCodes = $computeService->licenseCodes; + * + */ +class Google_Service_Compute_Resource_LicenseCodes extends Google_Service_Resource +{ + /** + * Return a specified license code. License codes are mirrored across all + * projects that have permissions to read the License Code. (== suppress_warning + * http-rest-shadowed ==) (licenseCodes.get) + * + * @param string $project Project ID for this request. + * @param string $licenseCode Number corresponding to the License code resource + * to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_LicenseCode + */ + public function get($project, $licenseCode, $optParams = array()) + { + $params = array('project' => $project, 'licenseCode' => $licenseCode); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_LicenseCode"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (licenseCodes.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.php new file mode 100644 index 000000000..5bd3026de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.php @@ -0,0 +1,205 @@ + + * $computeService = new Google_Service_Compute(...); + * $licenses = $computeService->licenses; + * + */ +class Google_Service_Compute_Resource_Licenses extends Google_Service_Resource +{ + /** + * Deletes the specified license. (== suppress_warning http-rest-shadowed ==) + * (licenses.delete) + * + * @param string $project Project ID for this request. + * @param string $license Name of the license resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $license, $optParams = array()) + { + $params = array('project' => $project, 'license' => $license); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified License resource. (== suppress_warning http-rest- + * shadowed ==) (licenses.get) + * + * @param string $project Project ID for this request. + * @param string $license Name of the License resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_License + */ + public function get($project, $license, $optParams = array()) + { + $params = array('project' => $project, 'license' => $license); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_License"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (licenses.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Create a License resource in the specified project. (== suppress_warning + * http-rest-shadowed ==) (licenses.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_License $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_License $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of licenses available in the specified project. This + * method does not get any licenses that belong to other projects, including + * licenses attached to publicly-available images, like Debian 9. If you want to + * get a list of publicly-available licenses, use this method to make a request + * to the respective image project, such as debian-cloud or windows-cloud. (== + * suppress_warning http-rest-shadowed ==) (licenses.listLicenses) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_LicensesListResponse + */ + public function listLicenses($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_LicensesListResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (licenses.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (licenses.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.php new file mode 100644 index 000000000..4d6c64d03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.php @@ -0,0 +1,152 @@ + + * $computeService = new Google_Service_Compute(...); + * $machineTypes = $computeService->machineTypes; + * + */ +class Google_Service_Compute_Resource_MachineTypes extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of machine types. (== suppress_warning http- + * rest-shadowed ==) (machineTypes.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_MachineTypeAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList"); + } + /** + * Returns the specified machine type. Gets a list of available machine types by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (machineTypes.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $machineType Name of the machine type to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_MachineType + */ + public function get($project, $zone, $machineType, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_MachineType"); + } + /** + * Retrieves a list of machine types available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (machineTypes.listMachineTypes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_MachineTypeList + */ + public function listMachineTypes($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_MachineTypeList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NetworkEndpointGroups.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NetworkEndpointGroups.php new file mode 100644 index 000000000..19470239b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NetworkEndpointGroups.php @@ -0,0 +1,366 @@ + + * $computeService = new Google_Service_Compute(...); + * $networkEndpointGroups = $computeService->networkEndpointGroups; + * + */ +class Google_Service_Compute_Resource_NetworkEndpointGroups extends Google_Service_Resource +{ + /** + * Retrieves the list of network endpoint groups and sorts them by zone. (== + * suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NetworkEndpointGroupAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_NetworkEndpointGroupAggregatedList"); + } + /** + * Attach a list of network endpoints to the specified network endpoint group. + * (== suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.attachNetworkEndpoints) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the network endpoint group is + * located. It should comply with RFC1035. + * @param string $networkEndpointGroup The name of the network endpoint group + * where you are attaching network endpoints to. It should comply with RFC1035. + * @param Google_Service_Compute_NetworkEndpointGroupsAttachEndpointsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function attachNetworkEndpoints($project, $zone, $networkEndpointGroup, Google_Service_Compute_NetworkEndpointGroupsAttachEndpointsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('attachNetworkEndpoints', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified network endpoint group. The network endpoints in the + * NEG and the VM instances they belong to are not terminated when the NEG is + * deleted. Note that the NEG cannot be deleted if there are backend services + * referencing it. (== suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.delete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the network endpoint group is + * located. It should comply with RFC1035. + * @param string $networkEndpointGroup The name of the network endpoint group to + * delete. It should comply with RFC1035. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $networkEndpointGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Detach a list of network endpoints from the specified network endpoint group. + * (== suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.detachNetworkEndpoints) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the network endpoint group is + * located. It should comply with RFC1035. + * @param string $networkEndpointGroup The name of the network endpoint group + * where you are removing network endpoints. It should comply with RFC1035. + * @param Google_Service_Compute_NetworkEndpointGroupsDetachEndpointsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function detachNetworkEndpoints($project, $zone, $networkEndpointGroup, Google_Service_Compute_NetworkEndpointGroupsDetachEndpointsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('detachNetworkEndpoints', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified network endpoint group. Gets a list of available + * network endpoint groups by making a list() request. (== suppress_warning + * http-rest-shadowed ==) (networkEndpointGroups.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the network endpoint group is + * located. It should comply with RFC1035. + * @param string $networkEndpointGroup The name of the network endpoint group. + * It should comply with RFC1035. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_NetworkEndpointGroup + */ + public function get($project, $zone, $networkEndpointGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_NetworkEndpointGroup"); + } + /** + * Creates a network endpoint group in the specified project using the + * parameters that are included in the request. (== suppress_warning http-rest- + * shadowed ==) (networkEndpointGroups.insert) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where you want to create the network + * endpoint group. It should comply with RFC1035. + * @param Google_Service_Compute_NetworkEndpointGroup $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_NetworkEndpointGroup $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of network endpoint groups that are located in the + * specified project and zone. (== suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.listNetworkEndpointGroups) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the network endpoint group is + * located. It should comply with RFC1035. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NetworkEndpointGroupList + */ + public function listNetworkEndpointGroups($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_NetworkEndpointGroupList"); + } + /** + * Lists the network endpoints in the specified network endpoint group. (== + * suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.listNetworkEndpoints) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone where the network endpoint group is + * located. It should comply with RFC1035. + * @param string $networkEndpointGroup The name of the network endpoint group + * from which you want to generate a list of included network endpoints. It + * should comply with RFC1035. + * @param Google_Service_Compute_NetworkEndpointGroupsListEndpointsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpoints + */ + public function listNetworkEndpoints($project, $zone, $networkEndpointGroup, Google_Service_Compute_NetworkEndpointGroupsListEndpointsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'networkEndpointGroup' => $networkEndpointGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('listNetworkEndpoints', array($params), "Google_Service_Compute_NetworkEndpointGroupsListNetworkEndpoints"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) + * (networkEndpointGroups.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php new file mode 100644 index 000000000..72b7b25a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php @@ -0,0 +1,300 @@ + + * $computeService = new Google_Service_Compute(...); + * $networks = $computeService->networks; + * + */ +class Google_Service_Compute_Resource_Networks extends Google_Service_Resource +{ + /** + * Adds a peering to the specified network. (== suppress_warning http-rest- + * shadowed ==) (networks.addPeering) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network resource to add peering to. + * @param Google_Service_Compute_NetworksAddPeeringRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addPeering($project, $network, Google_Service_Compute_NetworksAddPeeringRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addPeering', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified network. (== suppress_warning http-rest-shadowed ==) + * (networks.delete) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $network, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified network. Gets a list of available networks by making a + * list() request. (== suppress_warning http-rest-shadowed ==) (networks.get) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Network + */ + public function get($project, $network, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Network"); + } + /** + * Creates a network in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (networks.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Network $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_Network $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of networks available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (networks.listNetworks) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NetworkList + */ + public function listNetworks($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_NetworkList"); + } + /** + * Patches the specified network with the data included in the request. Only the + * following fields can be modified: routingConfig.routingMode. (== + * suppress_warning http-rest-shadowed ==) (networks.patch) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network to update. + * @param Google_Service_Compute_Network $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $network, Google_Service_Compute_Network $postBody, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Removes a peering from the specified network. (== suppress_warning http-rest- + * shadowed ==) (networks.removePeering) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network resource to remove peering from. + * @param Google_Service_Compute_NetworksRemovePeeringRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function removePeering($project, $network, Google_Service_Compute_NetworksRemovePeeringRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removePeering', array($params), "Google_Service_Compute_Operation"); + } + /** + * Switches the network mode from auto subnet mode to custom subnet mode. (== + * suppress_warning http-rest-shadowed ==) (networks.switchToCustomMode) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network to be updated. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function switchToCustomMode($project, $network, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network); + $params = array_merge($params, $optParams); + return $this->call('switchToCustomMode', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified network peering with the data included in the request + * Only the following fields can be modified: + * NetworkPeering.export_custom_routes, and NetworkPeering.import_custom_routes + * (== suppress_warning http-rest-shadowed ==) (networks.updatePeering) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network resource which the updated peering + * is belonging to. + * @param Google_Service_Compute_NetworksUpdatePeeringRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function updatePeering($project, $network, Google_Service_Compute_NetworksUpdatePeeringRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatePeering', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php new file mode 100644 index 000000000..2e0c5832f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php @@ -0,0 +1,414 @@ + + * $computeService = new Google_Service_Compute(...); + * $nodeGroups = $computeService->nodeGroups; + * + */ +class Google_Service_Compute_Resource_NodeGroups extends Google_Service_Resource +{ + /** + * Adds specified number of nodes to the node group. (== suppress_warning http- + * rest-shadowed ==) (nodeGroups.addNodes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeGroup Name of the NodeGroup resource. + * @param Google_Service_Compute_NodeGroupsAddNodesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addNodes($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroupsAddNodesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addNodes', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes + * for more details about each group. (== suppress_warning http-rest-shadowed + * ==) (nodeGroups.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeGroupAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_NodeGroupAggregatedList"); + } + /** + * Deletes the specified NodeGroup resource. (== suppress_warning http-rest- + * shadowed ==) (nodeGroups.delete) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeGroup Name of the NodeGroup resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $nodeGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes specified nodes from the node group. (== suppress_warning http-rest- + * shadowed ==) (nodeGroups.deleteNodes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeGroup Name of the NodeGroup resource whose nodes will be + * deleted. + * @param Google_Service_Compute_NodeGroupsDeleteNodesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deleteNodes($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroupsDeleteNodesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteNodes', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified NodeGroup. Get a list of available NodeGroups by making + * a list() request. Note: the "nodes" field should not be used. Use + * nodeGroups.listNodes instead. (== suppress_warning http-rest-shadowed ==) + * (nodeGroups.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeGroup Name of the node group to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_NodeGroup + */ + public function get($project, $zone, $nodeGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_NodeGroup"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (nodeGroups.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $zone, $resource, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates a NodeGroup resource in the specified project using the data included + * in the request. (== suppress_warning http-rest-shadowed ==) + * (nodeGroups.insert) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param int $initialNodeCount Initial count of nodes in the node group. + * @param Google_Service_Compute_NodeGroup $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, $initialNodeCount, Google_Service_Compute_NodeGroup $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'initialNodeCount' => $initialNodeCount, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of node groups available to the specified project. Note: use + * nodeGroups.listNodes for more details about each group. (== suppress_warning + * http-rest-shadowed ==) (nodeGroups.listNodeGroups) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeGroupList + */ + public function listNodeGroups($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_NodeGroupList"); + } + /** + * Lists nodes in the node group. (== suppress_warning http-rest-shadowed ==) + * (nodeGroups.listNodes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeGroup Name of the NodeGroup resource whose nodes you want + * to list. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeGroupsListNodes + */ + public function listNodes($project, $zone, $nodeGroup, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup); + $params = array_merge($params, $optParams); + return $this->call('listNodes', array($params), "Google_Service_Compute_NodeGroupsListNodes"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (nodeGroups.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Updates the node template of the node group. (== suppress_warning http-rest- + * shadowed ==) (nodeGroups.setNodeTemplate) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeGroup Name of the NodeGroup resource to update. + * @param Google_Service_Compute_NodeGroupsSetNodeTemplateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setNodeTemplate($project, $zone, $nodeGroup, Google_Service_Compute_NodeGroupsSetNodeTemplateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setNodeTemplate', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (nodeGroups.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTemplates.php new file mode 100644 index 000000000..b0ca4e6fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTemplates.php @@ -0,0 +1,263 @@ + + * $computeService = new Google_Service_Compute(...); + * $nodeTemplates = $computeService->nodeTemplates; + * + */ +class Google_Service_Compute_Resource_NodeTemplates extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of node templates. (== suppress_warning http- + * rest-shadowed ==) (nodeTemplates.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeTemplateAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_NodeTemplateAggregatedList"); + } + /** + * Deletes the specified NodeTemplate resource. (== suppress_warning http-rest- + * shadowed ==) (nodeTemplates.delete) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $nodeTemplate Name of the NodeTemplate resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $nodeTemplate, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'nodeTemplate' => $nodeTemplate); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified node template. Gets a list of available node templates + * by making a list() request. (== suppress_warning http-rest-shadowed ==) + * (nodeTemplates.get) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $nodeTemplate Name of the node template to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_NodeTemplate + */ + public function get($project, $region, $nodeTemplate, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'nodeTemplate' => $nodeTemplate); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_NodeTemplate"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (nodeTemplates.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $region, $resource, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates a NodeTemplate resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (nodeTemplates.insert) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param Google_Service_Compute_NodeTemplate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_NodeTemplate $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of node templates available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (nodeTemplates.listNodeTemplates) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeTemplateList + */ + public function listNodeTemplates($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_NodeTemplateList"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (nodeTemplates.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_RegionSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (nodeTemplates.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTypes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTypes.php new file mode 100644 index 000000000..f1da14f64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeTypes.php @@ -0,0 +1,152 @@ + + * $computeService = new Google_Service_Compute(...); + * $nodeTypes = $computeService->nodeTypes; + * + */ +class Google_Service_Compute_Resource_NodeTypes extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of node types. (== suppress_warning http-rest- + * shadowed ==) (nodeTypes.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeTypeAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_NodeTypeAggregatedList"); + } + /** + * Returns the specified node type. Gets a list of available node types by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (nodeTypes.get) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $nodeType Name of the node type to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_NodeType + */ + public function get($project, $zone, $nodeType, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'nodeType' => $nodeType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_NodeType"); + } + /** + * Retrieves a list of node types available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (nodeTypes.listNodeTypes) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_NodeTypeList + */ + public function listNodeTypes($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_NodeTypeList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.php new file mode 100644 index 000000000..3b622dd7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.php @@ -0,0 +1,422 @@ + + * $computeService = new Google_Service_Compute(...); + * $projects = $computeService->projects; + * + */ +class Google_Service_Compute_Resource_Projects extends Google_Service_Resource +{ + /** + * Disable this project as a shared VPC host project. (== suppress_warning http- + * rest-shadowed ==) (projects.disableXpnHost) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function disableXpnHost($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('disableXpnHost', array($params), "Google_Service_Compute_Operation"); + } + /** + * Disable a service resource (also known as service project) associated with + * this host project. (== suppress_warning http-rest-shadowed ==) + * (projects.disableXpnResource) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ProjectsDisableXpnResourceRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function disableXpnResource($project, Google_Service_Compute_ProjectsDisableXpnResourceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('disableXpnResource', array($params), "Google_Service_Compute_Operation"); + } + /** + * Enable this project as a shared VPC host project. (== suppress_warning http- + * rest-shadowed ==) (projects.enableXpnHost) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function enableXpnHost($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('enableXpnHost', array($params), "Google_Service_Compute_Operation"); + } + /** + * Enable service resource (a.k.a service project) for a host project, so that + * subnets in the host project can be used by instances in the service project. + * (== suppress_warning http-rest-shadowed ==) (projects.enableXpnResource) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ProjectsEnableXpnResourceRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function enableXpnResource($project, Google_Service_Compute_ProjectsEnableXpnResourceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('enableXpnResource', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified Project resource. (== suppress_warning http-rest- + * shadowed ==) (projects.get) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Project + */ + public function get($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Project"); + } + /** + * Gets the shared VPC host project that this project links to. May be empty if + * no link exists. (== suppress_warning http-rest-shadowed ==) + * (projects.getXpnHost) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Project + */ + public function getXpnHost($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('getXpnHost', array($params), "Google_Service_Compute_Project"); + } + /** + * Gets service resources (a.k.a service project) associated with this host + * project. (== suppress_warning http-rest-shadowed ==) + * (projects.getXpnResources) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string order_by Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ProjectsGetXpnResources + */ + public function getXpnResources($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('getXpnResources', array($params), "Google_Service_Compute_ProjectsGetXpnResources"); + } + /** + * Lists all shared VPC host projects visible to the user in an organization. + * (== suppress_warning http-rest-shadowed ==) (projects.listXpnHosts) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ProjectsListXpnHostsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string order_by Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_XpnHostList + */ + public function listXpnHosts($project, Google_Service_Compute_ProjectsListXpnHostsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('listXpnHosts', array($params), "Google_Service_Compute_XpnHostList"); + } + /** + * Moves a persistent disk from one zone to another. (== suppress_warning http- + * rest-shadowed ==) (projects.moveDisk) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_DiskMoveRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function moveDisk($project, Google_Service_Compute_DiskMoveRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('moveDisk', array($params), "Google_Service_Compute_Operation"); + } + /** + * Moves an instance and its attached persistent disks from one zone to another. + * (== suppress_warning http-rest-shadowed ==) (projects.moveInstance) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_InstanceMoveRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function moveInstance($project, Google_Service_Compute_InstanceMoveRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('moveInstance', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets metadata common to all instances within the specified project using the + * data included in the request. (== suppress_warning http-rest-shadowed ==) + * (projects.setCommonInstanceMetadata) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Metadata $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setCommonInstanceMetadata($project, Google_Service_Compute_Metadata $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the default network tier of the project. The default network tier is + * used when an address/forwardingRule/instance is created without specifying + * the network tier field. (== suppress_warning http-rest-shadowed ==) + * (projects.setDefaultNetworkTier) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ProjectsSetDefaultNetworkTierRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setDefaultNetworkTier($project, Google_Service_Compute_ProjectsSetDefaultNetworkTierRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setDefaultNetworkTier', array($params), "Google_Service_Compute_Operation"); + } + /** + * Enables the usage export feature and sets the usage export bucket where + * reports are stored. If you provide an empty request body using this method, + * the usage export feature will be disabled. (== suppress_warning http-rest- + * shadowed ==) (projects.setUsageExportBucket) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_UsageExportLocation $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setUsageExportBucket($project, Google_Service_Compute_UsageExportLocation $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUsageExportBucket', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.php new file mode 100644 index 000000000..0c154616c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.php @@ -0,0 +1,221 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionAutoscalers = $computeService->regionAutoscalers; + * + */ +class Google_Service_Compute_Resource_RegionAutoscalers extends Google_Service_Resource +{ + /** + * Deletes the specified autoscaler. (== suppress_warning http-rest-shadowed ==) + * (regionAutoscalers.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $autoscaler Name of the autoscaler to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $autoscaler, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'autoscaler' => $autoscaler); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified autoscaler. (== suppress_warning http-rest-shadowed ==) + * (regionAutoscalers.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $autoscaler Name of the autoscaler to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Autoscaler + */ + public function get($project, $region, $autoscaler, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'autoscaler' => $autoscaler); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Autoscaler"); + } + /** + * Creates an autoscaler in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) + * (regionAutoscalers.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_Autoscaler $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of autoscalers contained within the specified region. (== + * suppress_warning http-rest-shadowed ==) + * (regionAutoscalers.listRegionAutoscalers) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionAutoscalerList + */ + public function listRegionAutoscalers($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RegionAutoscalerList"); + } + /** + * Updates an autoscaler in the specified project using the data included in the + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (== suppress_warning http-rest-shadowed ==) + * (regionAutoscalers.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_Autoscaler $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string autoscaler Name of the autoscaler to patch. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates an autoscaler in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) + * (regionAutoscalers.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_Autoscaler $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string autoscaler Name of the autoscaler to update. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.php new file mode 100644 index 000000000..489486e2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.php @@ -0,0 +1,245 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionBackendServices = $computeService->regionBackendServices; + * + */ +class Google_Service_Compute_Resource_RegionBackendServices extends Google_Service_Resource +{ + /** + * Deletes the specified regional BackendService resource. (== suppress_warning + * http-rest-shadowed ==) (regionBackendServices.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $backendService Name of the BackendService resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $backendService, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified regional BackendService resource. (== suppress_warning + * http-rest-shadowed ==) (regionBackendServices.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $backendService Name of the BackendService resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_BackendService + */ + public function get($project, $region, $backendService, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_BackendService"); + } + /** + * Gets the most recent health check results for this regional BackendService. + * (== suppress_warning http-rest-shadowed ==) (regionBackendServices.getHealth) + * + * @param string $project + * @param string $region Name of the region scoping this request. + * @param string $backendService Name of the BackendService resource for which + * to get health. + * @param Google_Service_Compute_ResourceGroupReference $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_BackendServiceGroupHealth + */ + public function getHealth($project, $region, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth"); + } + /** + * Creates a regional BackendService resource in the specified project using the + * data included in the request. There are several restrictions and guidelines + * to keep in mind when creating a regional backend service. Read Restrictions + * and Guidelines for more information. (== suppress_warning http-rest-shadowed + * ==) (regionBackendServices.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_BackendService $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_BackendService $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of regional BackendService resources available to the + * specified project in the given region. (== suppress_warning http-rest- + * shadowed ==) (regionBackendServices.listRegionBackendServices) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_BackendServiceList + */ + public function listRegionBackendServices($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); + } + /** + * Updates the specified regional BackendService resource with the data included + * in the request. There are several restrictions and guidelines to keep in mind + * when updating a backend service. Read Restrictions and Guidelines for more + * information. This method supports PATCH semantics and uses the JSON merge + * patch format and processing rules. (== suppress_warning http-rest-shadowed + * ==) (regionBackendServices.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $backendService Name of the BackendService resource to patch. + * @param Google_Service_Compute_BackendService $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified regional BackendService resource with the data included + * in the request. There are several restrictions and guidelines to keep in mind + * when updating a backend service. Read Restrictions and Guidelines for more + * information. (== suppress_warning http-rest-shadowed ==) + * (regionBackendServices.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $backendService Name of the BackendService resource to update. + * @param Google_Service_Compute_BackendService $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $region, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'backendService' => $backendService, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionCommitments.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionCommitments.php new file mode 100644 index 000000000..7f2b346d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionCommitments.php @@ -0,0 +1,183 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionCommitments = $computeService->regionCommitments; + * + */ +class Google_Service_Compute_Resource_RegionCommitments extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of commitments. (== suppress_warning http-rest- + * shadowed ==) (regionCommitments.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_CommitmentAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_CommitmentAggregatedList"); + } + /** + * Returns the specified commitment resource. Gets a list of available + * commitments by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (regionCommitments.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $commitment Name of the commitment to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Commitment + */ + public function get($project, $region, $commitment, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'commitment' => $commitment); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Commitment"); + } + /** + * Creates a commitment in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) + * (regionCommitments.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_Commitment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_Commitment $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of commitments contained within the specified region. (== + * suppress_warning http-rest-shadowed ==) + * (regionCommitments.listRegionCommitments) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_CommitmentList + */ + public function listRegionCommitments($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_CommitmentList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDiskTypes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDiskTypes.php new file mode 100644 index 000000000..6ac1346b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDiskTypes.php @@ -0,0 +1,100 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionDiskTypes = $computeService->regionDiskTypes; + * + */ +class Google_Service_Compute_Resource_RegionDiskTypes extends Google_Service_Resource +{ + /** + * Returns the specified regional disk type. Gets a list of available disk types + * by making a list() request. (== suppress_warning http-rest-shadowed ==) + * (regionDiskTypes.get) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $diskType Name of the disk type to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_DiskType + */ + public function get($project, $region, $diskType, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'diskType' => $diskType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_DiskType"); + } + /** + * Retrieves a list of regional disk types available to the specified project. + * (== suppress_warning http-rest-shadowed ==) + * (regionDiskTypes.listRegionDiskTypes) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionDiskTypeList + */ + public function listRegionDiskTypes($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RegionDiskTypeList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDisks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDisks.php new file mode 100644 index 000000000..d7c9b73ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionDisks.php @@ -0,0 +1,329 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionDisks = $computeService->regionDisks; + * + */ +class Google_Service_Compute_Resource_RegionDisks extends Google_Service_Resource +{ + /** + * Adds existing resource policies to a regional disk. You can only add one + * policy which will be applied to this disk for scheduling snapshot creation. + * (== suppress_warning http-rest-shadowed ==) (regionDisks.addResourcePolicies) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $disk The disk name for this request. + * @param Google_Service_Compute_RegionDisksAddResourcePoliciesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addResourcePolicies($project, $region, $disk, Google_Service_Compute_RegionDisksAddResourcePoliciesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addResourcePolicies', array($params), "Google_Service_Compute_Operation"); + } + /** + * Creates a snapshot of this regional disk. (== suppress_warning http-rest- + * shadowed ==) (regionDisks.createSnapshot) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $disk Name of the regional persistent disk to snapshot. + * @param Google_Service_Compute_Snapshot $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function createSnapshot($project, $region, $disk, Google_Service_Compute_Snapshot $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified regional persistent disk. Deleting a regional disk + * removes all the replicas of its data permanently and is irreversible. + * However, deleting a disk does not delete any snapshots previously made from + * the disk. You must separately delete snapshots. (== suppress_warning http- + * rest-shadowed ==) (regionDisks.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $disk Name of the regional persistent disk to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $disk, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'disk' => $disk); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns a specified regional persistent disk. (== suppress_warning http-rest- + * shadowed ==) (regionDisks.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $disk Name of the regional persistent disk to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Disk + */ + public function get($project, $region, $disk, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'disk' => $disk); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Disk"); + } + /** + * Creates a persistent regional disk in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (regionDisks.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_Disk $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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 sourceImage Optional. Source image to restore onto a disk. + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_Disk $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of persistent disks contained within the specified region. + * (== suppress_warning http-rest-shadowed ==) (regionDisks.listRegionDisks) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_DiskList + */ + public function listRegionDisks($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_DiskList"); + } + /** + * Removes resource policies from a regional disk. (== suppress_warning http- + * rest-shadowed ==) (regionDisks.removeResourcePolicies) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $disk The disk name for this request. + * @param Google_Service_Compute_RegionDisksRemoveResourcePoliciesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function removeResourcePolicies($project, $region, $disk, Google_Service_Compute_RegionDisksRemoveResourcePoliciesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeResourcePolicies', array($params), "Google_Service_Compute_Operation"); + } + /** + * Resizes the specified regional persistent disk. (== suppress_warning http- + * rest-shadowed ==) (regionDisks.resize) + * + * @param string $project The project ID for this request. + * @param string $region Name of the region for this request. + * @param string $disk Name of the regional persistent disk. + * @param Google_Service_Compute_RegionDisksResizeRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function resize($project, $region, $disk, Google_Service_Compute_RegionDisksResizeRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'disk' => $disk, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resize', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the labels on the target regional disk. (== suppress_warning http-rest- + * shadowed ==) (regionDisks.setLabels) + * + * @param string $project Project ID for this request. + * @param string $region The region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_RegionSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setLabels($project, $region, $resource, Google_Service_Compute_RegionSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (regionDisks.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.php new file mode 100644 index 000000000..5a07d1e5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.php @@ -0,0 +1,222 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionHealthChecks = $computeService->regionHealthChecks; + * + */ +class Google_Service_Compute_Resource_RegionHealthChecks extends Google_Service_Resource +{ + /** + * Deletes the specified HealthCheck resource. (== suppress_warning http-rest- + * shadowed ==) (regionHealthChecks.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $healthCheck, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified HealthCheck resource. Gets a list of available health + * checks by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (regionHealthChecks.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_HealthCheck + */ + public function get($project, $region, $healthCheck, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_HealthCheck"); + } + /** + * Creates a HealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (regionHealthChecks.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of HealthCheck resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (regionHealthChecks.listRegionHealthChecks) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HealthCheckList + */ + public function listRegionHealthChecks($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_HealthCheckList"); + } + /** + * Updates a HealthCheck resource in the specified project using the data + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (== suppress_warning http-rest- + * shadowed ==) (regionHealthChecks.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to patch. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates a HealthCheck resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (regionHealthChecks.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to update. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $region, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php new file mode 100644 index 000000000..044c34753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php @@ -0,0 +1,494 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionInstanceGroupManagers = $computeService->regionInstanceGroupManagers; + * + */ +class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google_Service_Resource +{ + /** + * Flags the specified instances to be immediately removed from the managed + * instance group. Abandoning an instance does not delete the instance, but it + * does remove the instance from any target pools that are applied by the + * managed instance group. This method reduces the targetSize of the managed + * instance group by the number of instances that you abandon. This operation is + * marked as DONE when the action is scheduled even if the instances have not + * yet been removed from the group. You must separately verify the status of the + * abandoning action with the listmanagedinstances method. + * + * 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 + * has elapsed before the VM instance is removed or deleted. + * + * You can specify a maximum of 1000 instances with this method per request. (== + * suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.abandonInstances) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group. + * @param Google_Service_Compute_RegionInstanceGroupManagersAbandonInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function abandonInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('abandonInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified managed instance group and all of the instances in that + * group. (== suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $instanceGroupManager, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Flags the specified instances in the managed instance group to be immediately + * deleted. The instances are also removed from any target pools of which they + * were a member. This method reduces the targetSize of the managed instance + * group by the number of instances that you delete. The deleteInstances + * operation is marked DONE if the deleteInstances request is successful. The + * underlying actions take additional time. You must separately verify the + * status of the deleting action with the listmanagedinstances method. + * + * 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 + * has elapsed before the VM instance is removed or deleted. + * + * You can specify a maximum of 1000 instances with this method per request. (== + * suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.deleteInstances) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group. + * @param Google_Service_Compute_RegionInstanceGroupManagersDeleteInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function deleteInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns all of the details about the specified managed instance group. (== + * suppress_warning http-rest-shadowed ==) (regionInstanceGroupManagers.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InstanceGroupManager + */ + public function get($project, $region, $instanceGroupManager, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InstanceGroupManager"); + } + /** + * Creates a managed instance group using the information that you specify in + * the request. After the group is created, instances in the group are created + * using the specified instance template. This operation is marked as DONE when + * the group is created even if the instances in the group have not yet been + * created. You must separately verify the status of the individual instances + * with the listmanagedinstances method. + * + * A regional managed instance group can contain up to 2000 instances. (== + * suppress_warning http-rest-shadowed ==) (regionInstanceGroupManagers.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_InstanceGroupManager $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of managed instance groups that are contained within the + * specified region. (== suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.listRegionInstanceGroupManagers) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionInstanceGroupManagerList + */ + public function listRegionInstanceGroupManagers($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RegionInstanceGroupManagerList"); + } + /** + * Lists the instances in the managed instance group and instances that are + * scheduled to be created. The list includes any current actions that the group + * has scheduled for its instances. (== suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.listManagedInstances) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager The name of the managed instance group. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string order_by Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionInstanceGroupManagersListInstancesResponse + */ + public function listManagedInstances($project, $region, $instanceGroupManager, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager); + $params = array_merge($params, $optParams); + return $this->call('listManagedInstances', array($params), "Google_Service_Compute_RegionInstanceGroupManagersListInstancesResponse"); + } + /** + * Updates a managed instance group using the information that you specify in + * the request. This operation is marked as DONE when the group is patched even + * if the instances in the group are still in the process of being patched. You + * must separately verify the status of the individual instances with the + * listmanagedinstances method. This method supports PATCH semantics and uses + * the JSON merge patch format and processing rules. (== suppress_warning http- + * rest-shadowed ==) (regionInstanceGroupManagers.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager The name of the instance group manager. + * @param Google_Service_Compute_InstanceGroupManager $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, $instanceGroupManager, Google_Service_Compute_InstanceGroupManager $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', 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. + * + * 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 + * has elapsed before the VM instance is removed or deleted. + * + * You can specify a maximum of 1000 instances with this method per request. (== + * suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.recreateInstances) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group. + * @param Google_Service_Compute_RegionInstanceGroupManagersRecreateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function recreateInstances($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersRecreateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('recreateInstances', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the intended size of the managed instance group. If you increase the + * size, the group creates new instances using the current instance template. If + * you decrease the size, the group deletes one or more instances. + * + * The resize operation is marked DONE if the resize request is successful. The + * underlying actions take additional time. You must separately verify the + * status of the creating or deleting actions with the listmanagedinstances + * method. + * + * 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 + * has elapsed before the VM instance is removed or deleted. (== + * suppress_warning http-rest-shadowed ==) (regionInstanceGroupManagers.resize) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group. + * @param int $size Number of instances that should exist in this instance group + * manager. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function resize($project, $region, $instanceGroupManager, $size, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size); + $params = array_merge($params, $optParams); + return $this->call('resize', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the instance template to use when creating new instances or recreating + * instances in this group. Existing instances are not affected. (== + * suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.setInstanceTemplate) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager The name of the managed instance group. + * @param Google_Service_Compute_RegionInstanceGroupManagersSetTemplateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setInstanceTemplate($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersSetTemplateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setInstanceTemplate', array($params), "Google_Service_Compute_Operation"); + } + /** + * Modifies the target pools to which all new instances in this group are + * assigned. Existing instances in the group are not affected. (== + * suppress_warning http-rest-shadowed ==) + * (regionInstanceGroupManagers.setTargetPools) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroupManager Name of the managed instance group. + * @param Google_Service_Compute_RegionInstanceGroupManagersSetTargetPoolsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setTargetPools($project, $region, $instanceGroupManager, Google_Service_Compute_RegionInstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setTargetPools', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.php new file mode 100644 index 000000000..47abaf0c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.php @@ -0,0 +1,189 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionInstanceGroups = $computeService->regionInstanceGroups; + * + */ +class Google_Service_Compute_Resource_RegionInstanceGroups extends Google_Service_Resource +{ + /** + * Returns the specified instance group resource. (== suppress_warning http- + * rest-shadowed ==) (regionInstanceGroups.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroup Name of the instance group resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_InstanceGroup + */ + public function get($project, $region, $instanceGroup, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroup' => $instanceGroup); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_InstanceGroup"); + } + /** + * Retrieves the list of instance group resources contained within the specified + * region. (== suppress_warning http-rest-shadowed ==) + * (regionInstanceGroups.listRegionInstanceGroups) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionInstanceGroupList + */ + public function listRegionInstanceGroups($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RegionInstanceGroupList"); + } + /** + * Lists the instances in the specified instance group and displays information + * about the named ports. Depending on the specified options, this method can + * list all instances or only the instances that are running. (== + * suppress_warning http-rest-shadowed ==) (regionInstanceGroups.listInstances) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroup Name of the regional instance group for which we + * want to list the instances. + * @param Google_Service_Compute_RegionInstanceGroupsListInstancesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionInstanceGroupsListInstances + */ + public function listInstances($project, $region, $instanceGroup, Google_Service_Compute_RegionInstanceGroupsListInstancesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('listInstances', array($params), "Google_Service_Compute_RegionInstanceGroupsListInstances"); + } + /** + * Sets the named ports for the specified regional instance group. (== + * suppress_warning http-rest-shadowed ==) (regionInstanceGroups.setNamedPorts) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $instanceGroup The name of the regional instance group where + * the named ports are updated. + * @param Google_Service_Compute_RegionInstanceGroupsSetNamedPortsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setNamedPorts($project, $region, $instanceGroup, Google_Service_Compute_RegionInstanceGroupsSetNamedPortsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'instanceGroup' => $instanceGroup, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setNamedPorts', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.php new file mode 100644 index 000000000..8a4fea622 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.php @@ -0,0 +1,114 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionOperations = $computeService->regionOperations; + * + */ +class Google_Service_Compute_Resource_RegionOperations extends Google_Service_Resource +{ + /** + * Deletes the specified region-specific Operations resource. (== + * suppress_warning http-rest-shadowed ==) (regionOperations.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $operation Name of the Operations resource to delete. + * @param array $optParams Optional parameters. + */ + public function delete($project, $region, $operation, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the specified region-specific Operations resource. (== + * suppress_warning http-rest-shadowed ==) (regionOperations.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $operation Name of the Operations resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function get($project, $region, $operation, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of Operation resources contained within the specified + * region. (== suppress_warning http-rest-shadowed ==) + * (regionOperations.listRegionOperations) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_OperationList + */ + public function listRegionOperations($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.php new file mode 100644 index 000000000..d8d548da8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.php @@ -0,0 +1,159 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionSslCertificates = $computeService->regionSslCertificates; + * + */ +class Google_Service_Compute_Resource_RegionSslCertificates extends Google_Service_Resource +{ + /** + * Deletes the specified SslCertificate resource in the region. (== + * suppress_warning http-rest-shadowed ==) (regionSslCertificates.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $sslCertificate Name of the SslCertificate resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $sslCertificate, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified SslCertificate resource in the specified region. Get a + * list of available SSL certificates by making a list() request. (== + * suppress_warning http-rest-shadowed ==) (regionSslCertificates.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $sslCertificate Name of the SslCertificate resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_SslCertificate + */ + public function get($project, $region, $sslCertificate, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_SslCertificate"); + } + /** + * Creates a SslCertificate resource in the specified project and region using + * the data included in the request (== suppress_warning http-rest-shadowed ==) + * (regionSslCertificates.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_SslCertificate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_SslCertificate $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of SslCertificate resources available to the specified + * project in the specified region. (== suppress_warning http-rest-shadowed ==) + * (regionSslCertificates.listRegionSslCertificates) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslCertificateList + */ + public function listRegionSslCertificates($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SslCertificateList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.php new file mode 100644 index 000000000..936fffd10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.php @@ -0,0 +1,192 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionTargetHttpProxies = $computeService->regionTargetHttpProxies; + * + */ +class Google_Service_Compute_Resource_RegionTargetHttpProxies extends Google_Service_Resource +{ + /** + * Deletes the specified TargetHttpProxy resource. (== suppress_warning http- + * rest-shadowed ==) (regionTargetHttpProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $targetHttpProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetHttpProxy resource in the specified region. Gets + * a list of available target HTTP proxies by making a list() request. (== + * suppress_warning http-rest-shadowed ==) (regionTargetHttpProxies.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetHttpProxy + */ + public function get($project, $region, $targetHttpProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); + } + /** + * Creates a TargetHttpProxy resource in the specified project and region using + * the data included in the request. (== suppress_warning http-rest-shadowed ==) + * (regionTargetHttpProxies.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_TargetHttpProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetHttpProxy resources available to the specified + * project in the specified region. (== suppress_warning http-rest-shadowed ==) + * (regionTargetHttpProxies.listRegionTargetHttpProxies) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpProxyList + */ + public function listRegionTargetHttpProxies($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); + } + /** + * Changes the URL map for TargetHttpProxy. (== suppress_warning http-rest- + * shadowed ==) (regionTargetHttpProxies.setUrlMap) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map + * for. + * @param Google_Service_Compute_UrlMapReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setUrlMap($project, $region, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.php new file mode 100644 index 000000000..3febbbbb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.php @@ -0,0 +1,223 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionTargetHttpsProxies = $computeService->regionTargetHttpsProxies; + * + */ +class Google_Service_Compute_Resource_RegionTargetHttpsProxies extends Google_Service_Resource +{ + /** + * Deletes the specified TargetHttpsProxy resource. (== suppress_warning http- + * rest-shadowed ==) (regionTargetHttpsProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $targetHttpsProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetHttpsProxy resource in the specified region. Gets + * a list of available target HTTP proxies by making a list() request. (== + * suppress_warning http-rest-shadowed ==) (regionTargetHttpsProxies.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetHttpsProxy + */ + public function get($project, $region, $targetHttpsProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpsProxy"); + } + /** + * Creates a TargetHttpsProxy resource in the specified project and region using + * the data included in the request. (== suppress_warning http-rest-shadowed ==) + * (regionTargetHttpsProxies.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_TargetHttpsProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_TargetHttpsProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetHttpsProxy resources available to the specified + * project in the specified region. (== suppress_warning http-rest-shadowed ==) + * (regionTargetHttpsProxies.listRegionTargetHttpsProxies) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpsProxyList + */ + public function listRegionTargetHttpsProxies($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpsProxyList"); + } + /** + * Replaces SslCertificates for TargetHttpsProxy. (== suppress_warning http- + * rest-shadowed ==) (regionTargetHttpsProxies.setSslCertificates) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set + * an SslCertificates resource for. + * @param Google_Service_Compute_RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setSslCertificates($project, $region, $targetHttpsProxy, Google_Service_Compute_RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the URL map for TargetHttpsProxy. (== suppress_warning http-rest- + * shadowed ==) (regionTargetHttpsProxies.setUrlMap) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy to set a URL map + * for. + * @param Google_Service_Compute_UrlMapReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setUrlMap($project, $region, $targetHttpsProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.php new file mode 100644 index 000000000..1a4015643 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.php @@ -0,0 +1,199 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionUrlMaps = $computeService->regionUrlMaps; + * + */ +class Google_Service_Compute_Resource_RegionUrlMaps extends Google_Service_Resource +{ + /** + * Deletes the specified UrlMap resource. (== suppress_warning http-rest- + * shadowed ==) (regionUrlMaps.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $urlMap, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified UrlMap resource. Gets a list of available URL maps by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (regionUrlMaps.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_UrlMap + */ + public function get($project, $region, $urlMap, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); + } + /** + * Creates a UrlMap resource in the specified project using the data included in + * the request. (== suppress_warning http-rest-shadowed ==) + * (regionUrlMaps.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of UrlMap resources available to the specified project in + * the specified region. (== suppress_warning http-rest-shadowed ==) + * (regionUrlMaps.listRegionUrlMaps) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_UrlMapList + */ + public function listRegionUrlMaps($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); + } + /** + * Patches the specified UrlMap resource with the data included in the request. + * This method supports PATCH semantics and uses JSON merge patch format and + * processing rules. (== suppress_warning http-rest-shadowed ==) + * (regionUrlMaps.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to patch. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function patch($project, $region, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified UrlMap resource with the data included in the request. + * (== suppress_warning http-rest-shadowed ==) (regionUrlMaps.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to update. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function update($project, $region, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } + /** + * Runs static validation for the UrlMap. In particular, the tests of the + * provided UrlMap will be run. Calling this method does NOT create the UrlMap. + * (== suppress_warning http-rest-shadowed ==) (regionUrlMaps.validate) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to be validated as. + * @param Google_Service_Compute_RegionUrlMapsValidateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_UrlMapsValidateResponse + */ + public function validate($project, $region, $urlMap, Google_Service_Compute_RegionUrlMapsValidateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.php new file mode 100644 index 000000000..8c615acd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.php @@ -0,0 +1,97 @@ + + * $computeService = new Google_Service_Compute(...); + * $regions = $computeService->regions; + * + */ +class Google_Service_Compute_Resource_Regions extends Google_Service_Resource +{ + /** + * Returns the specified Region resource. Gets a list of available regions by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (regions.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Region + */ + public function get($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Region"); + } + /** + * Retrieves the list of region resources available to the specified project. + * (== suppress_warning http-rest-shadowed ==) (regions.listRegions) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RegionList + */ + public function listRegions($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RegionList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php new file mode 100644 index 000000000..d802c7ddd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php @@ -0,0 +1,293 @@ + + * $computeService = new Google_Service_Compute(...); + * $reservations = $computeService->reservations; + * + */ +class Google_Service_Compute_Resource_Reservations extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of reservations. (== suppress_warning http-rest- + * shadowed ==) (reservations.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ReservationAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_ReservationAggregatedList"); + } + /** + * Deletes the specified reservation. (== suppress_warning http-rest-shadowed + * ==) (reservations.delete) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $reservation Name of the reservation to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $reservation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'reservation' => $reservation); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves information about the specified reservation. (== suppress_warning + * http-rest-shadowed ==) (reservations.get) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $reservation Name of the reservation to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Reservation + */ + public function get($project, $zone, $reservation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'reservation' => $reservation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Reservation"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (reservations.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $zone, $resource, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates a new reservation. For more information, read Reserving zonal + * resources. (== suppress_warning http-rest-shadowed ==) (reservations.insert) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param Google_Service_Compute_Reservation $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_Reservation $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * A list of all the reservations that have been configured for the specified + * project in specified zone. (== suppress_warning http-rest-shadowed ==) + * (reservations.listReservations) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ReservationList + */ + public function listReservations($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ReservationList"); + } + /** + * Resizes the reservation (applicable to standalone reservations only). For + * more information, read Modifying reservations. (== suppress_warning http- + * rest-shadowed ==) (reservations.resize) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $reservation Name of the reservation to update. + * @param Google_Service_Compute_ReservationsResizeRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function resize($project, $zone, $reservation, Google_Service_Compute_ReservationsResizeRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'reservation' => $reservation, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resize', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (reservations.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_ZoneSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $zone, $resource, Google_Service_Compute_ZoneSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (reservations.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $zone, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ResourcePolicies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ResourcePolicies.php new file mode 100644 index 000000000..8342d6c38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ResourcePolicies.php @@ -0,0 +1,262 @@ + + * $computeService = new Google_Service_Compute(...); + * $resourcePolicies = $computeService->resourcePolicies; + * + */ +class Google_Service_Compute_Resource_ResourcePolicies extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of resource policies. (== suppress_warning http- + * rest-shadowed ==) (resourcePolicies.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ResourcePolicyAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_ResourcePolicyAggregatedList"); + } + /** + * Deletes the specified resource policy. (== suppress_warning http-rest- + * shadowed ==) (resourcePolicies.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $resourcePolicy Name of the resource policy to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $resourcePolicy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resourcePolicy' => $resourcePolicy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves all information of the specified resource policy. (== + * suppress_warning http-rest-shadowed ==) (resourcePolicies.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $resourcePolicy Name of the resource policy to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_ResourcePolicy + */ + public function get($project, $region, $resourcePolicy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resourcePolicy' => $resourcePolicy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_ResourcePolicy"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (resourcePolicies.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $region, $resource, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates a new resource policy. (== suppress_warning http-rest-shadowed ==) + * (resourcePolicies.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_ResourcePolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_ResourcePolicy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * A list all the resource policies that have been configured for the specified + * project in specified region. (== suppress_warning http-rest-shadowed ==) + * (resourcePolicies.listResourcePolicies) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ResourcePolicyList + */ + public function listResourcePolicies($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ResourcePolicyList"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (resourcePolicies.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_RegionSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (resourcePolicies.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.php new file mode 100644 index 000000000..a71106ce2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.php @@ -0,0 +1,365 @@ + + * $computeService = new Google_Service_Compute(...); + * $routers = $computeService->routers; + * + */ +class Google_Service_Compute_Resource_Routers extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of routers. (== suppress_warning http-rest- + * shadowed ==) (routers.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RouterAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_RouterAggregatedList"); + } + /** + * Deletes the specified Router resource. (== suppress_warning http-rest- + * shadowed ==) (routers.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $router, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified Router resource. Gets a list of available routers by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (routers.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Router + */ + public function get($project, $region, $router, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Router"); + } + /** + * Retrieves runtime Nat mapping information of VM endpoints. (== + * suppress_warning http-rest-shadowed ==) (routers.getNatMappingInfo) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to query for Nat Mapping + * information of VM endpoints. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VmEndpointNatMappingsList + */ + public function getNatMappingInfo($project, $region, $router, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router); + $params = array_merge($params, $optParams); + return $this->call('getNatMappingInfo', array($params), "Google_Service_Compute_VmEndpointNatMappingsList"); + } + /** + * Retrieves runtime information of the specified router. (== suppress_warning + * http-rest-shadowed ==) (routers.getRouterStatus) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to query. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_RouterStatusResponse + */ + public function getRouterStatus($project, $region, $router, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router); + $params = array_merge($params, $optParams); + return $this->call('getRouterStatus', array($params), "Google_Service_Compute_RouterStatusResponse"); + } + /** + * Creates a Router resource in the specified project and region using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (routers.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_Router $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_Router $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of Router resources available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (routers.listRouters) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RouterList + */ + public function listRouters($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RouterList"); + } + /** + * Patches the specified Router resource with the data included in the request. + * This method supports PATCH semantics and uses JSON merge patch format and + * processing rules. (== suppress_warning http-rest-shadowed ==) (routers.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to patch. + * @param Google_Service_Compute_Router $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, $router, Google_Service_Compute_Router $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Preview fields auto-generated during router create and update operations. + * Calling this method does NOT create or update the router. (== + * suppress_warning http-rest-shadowed ==) (routers.preview) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to query. + * @param Google_Service_Compute_Router $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_RoutersPreviewResponse + */ + public function preview($project, $region, $router, Google_Service_Compute_Router $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('preview', array($params), "Google_Service_Compute_RoutersPreviewResponse"); + } + /** + * Updates the specified Router resource with the data included in the request. + * This method conforms to PUT semantics, which requests that the state of the + * target resource be created or replaced with the state defined by the + * representation enclosed in the request message payload. (== suppress_warning + * http-rest-shadowed ==) (routers.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $router Name of the Router resource to update. + * @param Google_Service_Compute_Router $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $region, $router, Google_Service_Compute_Router $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'router' => $router, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.php new file mode 100644 index 000000000..a212ea5b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.php @@ -0,0 +1,153 @@ + + * $computeService = new Google_Service_Compute(...); + * $routes = $computeService->routes; + * + */ +class Google_Service_Compute_Resource_Routes extends Google_Service_Resource +{ + /** + * Deletes the specified Route resource. (== suppress_warning http-rest-shadowed + * ==) (routes.delete) + * + * @param string $project Project ID for this request. + * @param string $route Name of the Route resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $route, $optParams = array()) + { + $params = array('project' => $project, 'route' => $route); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified Route resource. Gets a list of available routes by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (routes.get) + * + * @param string $project Project ID for this request. + * @param string $route Name of the Route resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Route + */ + public function get($project, $route, $optParams = array()) + { + $params = array('project' => $project, 'route' => $route); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Route"); + } + /** + * Creates a Route resource in the specified project using the data included in + * the request. (== suppress_warning http-rest-shadowed ==) (routes.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_Route $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_Route $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of Route resources available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (routes.listRoutes) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_RouteList + */ + public function listRoutes($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_RouteList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SecurityPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SecurityPolicies.php new file mode 100644 index 000000000..1262dd95f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SecurityPolicies.php @@ -0,0 +1,254 @@ + + * $computeService = new Google_Service_Compute(...); + * $securityPolicies = $computeService->securityPolicies; + * + */ +class Google_Service_Compute_Resource_SecurityPolicies extends Google_Service_Resource +{ + /** + * Inserts a rule into a security policy. (== suppress_warning http-rest- + * shadowed ==) (securityPolicies.addRule) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to update. + * @param Google_Service_Compute_SecurityPolicyRule $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function addRule($project, $securityPolicy, Google_Service_Compute_SecurityPolicyRule $postBody, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addRule', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes the specified policy. (== suppress_warning http-rest-shadowed ==) + * (securityPolicies.delete) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $securityPolicy, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * List all of the ordered rules present in a single specified policy. (== + * suppress_warning http-rest-shadowed ==) (securityPolicies.get) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_SecurityPolicy + */ + public function get($project, $securityPolicy, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_SecurityPolicy"); + } + /** + * Gets a rule at the specified priority. (== suppress_warning http-rest- + * shadowed ==) (securityPolicies.getRule) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to which the + * queried rule belongs. + * @param array $optParams Optional parameters. + * + * @opt_param int priority The priority of the rule to get from the security + * policy. + * @return Google_Service_Compute_SecurityPolicyRule + */ + public function getRule($project, $securityPolicy, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy); + $params = array_merge($params, $optParams); + return $this->call('getRule', array($params), "Google_Service_Compute_SecurityPolicyRule"); + } + /** + * Creates a new policy in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) + * (securityPolicies.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_SecurityPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_SecurityPolicy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * List all the policies that have been configured for the specified project. + * (== suppress_warning http-rest-shadowed ==) + * (securityPolicies.listSecurityPolicies) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SecurityPolicyList + */ + public function listSecurityPolicies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SecurityPolicyList"); + } + /** + * Patches the specified policy with the data included in the request. (== + * suppress_warning http-rest-shadowed ==) (securityPolicies.patch) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to update. + * @param Google_Service_Compute_SecurityPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $securityPolicy, Google_Service_Compute_SecurityPolicy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Patches a rule at the specified priority. (== suppress_warning http-rest- + * shadowed ==) (securityPolicies.patchRule) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to update. + * @param Google_Service_Compute_SecurityPolicyRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int priority The priority of the rule to patch. + * @return Google_Service_Compute_Operation + */ + public function patchRule($project, $securityPolicy, Google_Service_Compute_SecurityPolicyRule $postBody, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patchRule', array($params), "Google_Service_Compute_Operation"); + } + /** + * Deletes a rule at the specified priority. (== suppress_warning http-rest- + * shadowed ==) (securityPolicies.removeRule) + * + * @param string $project Project ID for this request. + * @param string $securityPolicy Name of the security policy to update. + * @param array $optParams Optional parameters. + * + * @opt_param int priority The priority of the rule to remove from the security + * policy. + * @return Google_Service_Compute_Operation + */ + public function removeRule($project, $securityPolicy, $optParams = array()) + { + $params = array('project' => $project, 'securityPolicy' => $securityPolicy); + $params = array_merge($params, $optParams); + return $this->call('removeRule', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.php new file mode 100644 index 000000000..440248eb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.php @@ -0,0 +1,197 @@ + + * $computeService = new Google_Service_Compute(...); + * $snapshots = $computeService->snapshots; + * + */ +class Google_Service_Compute_Resource_Snapshots extends Google_Service_Resource +{ + /** + * Deletes the specified Snapshot resource. Keep in mind that deleting a single + * snapshot might not necessarily delete all the data on that snapshot. If any + * data on the snapshot that is marked for deletion is needed for subsequent + * snapshots, the data will be moved to the next corresponding snapshot. + * + * For more information, see Deleting snapshots. (== suppress_warning http-rest- + * shadowed ==) (snapshots.delete) + * + * @param string $project Project ID for this request. + * @param string $snapshot Name of the Snapshot resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $snapshot, $optParams = array()) + { + $params = array('project' => $project, 'snapshot' => $snapshot); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified Snapshot resource. Gets a list of available snapshots + * by making a list() request. (== suppress_warning http-rest-shadowed ==) + * (snapshots.get) + * + * @param string $project Project ID for this request. + * @param string $snapshot Name of the Snapshot resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Snapshot + */ + public function get($project, $snapshot, $optParams = array()) + { + $params = array('project' => $project, 'snapshot' => $snapshot); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Snapshot"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (snapshots.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Retrieves the list of Snapshot resources contained within the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (snapshots.listSnapshots) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SnapshotList + */ + public function listSnapshots($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SnapshotList"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (snapshots.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_Compute_GlobalSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Sets the labels on a snapshot. To learn more about labels, read the Labeling + * Resources documentation. (== suppress_warning http-rest-shadowed ==) + * (snapshots.setLabels) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (snapshots.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php new file mode 100644 index 000000000..c2b121bd8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php @@ -0,0 +1,209 @@ + + * $computeService = new Google_Service_Compute(...); + * $sslCertificates = $computeService->sslCertificates; + * + */ +class Google_Service_Compute_Resource_SslCertificates extends Google_Service_Resource +{ + /** + * Retrieves the list of all SslCertificate resources, regional and global, + * available to the specified project. (== suppress_warning http-rest-shadowed + * ==) (sslCertificates.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslCertificateAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_SslCertificateAggregatedList"); + } + /** + * Deletes the specified SslCertificate resource. (== suppress_warning http- + * rest-shadowed ==) (sslCertificates.delete) + * + * @param string $project Project ID for this request. + * @param string $sslCertificate Name of the SslCertificate resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $sslCertificate, $optParams = array()) + { + $params = array('project' => $project, 'sslCertificate' => $sslCertificate); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified SslCertificate resource. Gets a list of available SSL + * certificates by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (sslCertificates.get) + * + * @param string $project Project ID for this request. + * @param string $sslCertificate Name of the SslCertificate resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_SslCertificate + */ + public function get($project, $sslCertificate, $optParams = array()) + { + $params = array('project' => $project, 'sslCertificate' => $sslCertificate); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_SslCertificate"); + } + /** + * Creates a SslCertificate resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (sslCertificates.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_SslCertificate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_SslCertificate $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of SslCertificate resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (sslCertificates.listSslCertificates) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslCertificateList + */ + public function listSslCertificates($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SslCertificateList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslPolicies.php new file mode 100644 index 000000000..19ce61e2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslPolicies.php @@ -0,0 +1,241 @@ + + * $computeService = new Google_Service_Compute(...); + * $sslPolicies = $computeService->sslPolicies; + * + */ +class Google_Service_Compute_Resource_SslPolicies extends Google_Service_Resource +{ + /** + * Deletes the specified SSL policy. The SSL policy resource can be deleted only + * if it is not in use by any TargetHttpsProxy or TargetSslProxy resources. (== + * suppress_warning http-rest-shadowed ==) (sslPolicies.delete) + * + * @param string $project Project ID for this request. + * @param string $sslPolicy Name of the SSL policy to delete. The name must be + * 1-63 characters long, and comply with RFC1035. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $sslPolicy, $optParams = array()) + { + $params = array('project' => $project, 'sslPolicy' => $sslPolicy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Lists all of the ordered rules present in a single specified policy. (== + * suppress_warning http-rest-shadowed ==) (sslPolicies.get) + * + * @param string $project Project ID for this request. + * @param string $sslPolicy Name of the SSL policy to update. The name must be + * 1-63 characters long, and comply with RFC1035. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_SslPolicy + */ + public function get($project, $sslPolicy, $optParams = array()) + { + $params = array('project' => $project, 'sslPolicy' => $sslPolicy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_SslPolicy"); + } + /** + * Returns the specified SSL policy resource. Gets a list of available SSL + * policies by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (sslPolicies.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_SslPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_SslPolicy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Lists all the SSL policies that have been configured for the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (sslPolicies.listSslPolicies) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslPoliciesList + */ + public function listSslPolicies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SslPoliciesList"); + } + /** + * Lists all features that can be specified in the SSL policy when using custom + * profile. (== suppress_warning http-rest-shadowed ==) + * (sslPolicies.listAvailableFeatures) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslPoliciesListAvailableFeaturesResponse + */ + public function listAvailableFeatures($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('listAvailableFeatures', array($params), "Google_Service_Compute_SslPoliciesListAvailableFeaturesResponse"); + } + /** + * Patches the specified SSL policy with the data included in the request. (== + * suppress_warning http-rest-shadowed ==) (sslPolicies.patch) + * + * @param string $project Project ID for this request. + * @param string $sslPolicy Name of the SSL policy to update. The name must be + * 1-63 characters long, and comply with RFC1035. + * @param Google_Service_Compute_SslPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $sslPolicy, Google_Service_Compute_SslPolicy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'sslPolicy' => $sslPolicy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php new file mode 100644 index 000000000..2f4c2d1a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php @@ -0,0 +1,410 @@ + + * $computeService = new Google_Service_Compute(...); + * $subnetworks = $computeService->subnetworks; + * + */ +class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of subnetworks. (== suppress_warning http-rest- + * shadowed ==) (subnetworks.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SubnetworkAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_SubnetworkAggregatedList"); + } + /** + * Deletes the specified subnetwork. (== suppress_warning http-rest-shadowed ==) + * (subnetworks.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $subnetwork Name of the Subnetwork resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $subnetwork, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Expands the IP CIDR range of the subnetwork to a specified value. (== + * suppress_warning http-rest-shadowed ==) (subnetworks.expandIpCidrRange) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $subnetwork Name of the Subnetwork resource to update. + * @param Google_Service_Compute_SubnetworksExpandIpCidrRangeRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function expandIpCidrRange($project, $region, $subnetwork, Google_Service_Compute_SubnetworksExpandIpCidrRangeRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('expandIpCidrRange', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified subnetwork. Gets a list of available subnetworks list() + * request. (== suppress_warning http-rest-shadowed ==) (subnetworks.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $subnetwork Name of the Subnetwork resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Subnetwork + */ + public function get($project, $region, $subnetwork, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Subnetwork"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (== suppress_warning http-rest-shadowed ==) + * (subnetworks.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function getIamPolicy($project, $region, $resource, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Creates a subnetwork in the specified project using the data included in the + * request. (== suppress_warning http-rest-shadowed ==) (subnetworks.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_Subnetwork $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_Subnetwork $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of subnetworks available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (subnetworks.listSubnetworks) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SubnetworkList + */ + public function listSubnetworks($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SubnetworkList"); + } + /** + * Retrieves an aggregated list of all usable subnetworks in the project. The + * list contains all of the subnetworks in the project and the subnetworks that + * were shared by a Shared VPC host project. (== suppress_warning http-rest- + * shadowed ==) (subnetworks.listUsable) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_UsableSubnetworksAggregatedList + */ + public function listUsable($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('listUsable', array($params), "Google_Service_Compute_UsableSubnetworksAggregatedList"); + } + /** + * Patches the specified subnetwork with the data included in the request. Only + * certain fields can up updated with a patch request as indicated in the field + * descriptions. You must specify the current fingeprint of the subnetwork + * resource being patched. (== suppress_warning http-rest-shadowed ==) + * (subnetworks.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $subnetwork Name of the Subnetwork resource to patch. + * @param Google_Service_Compute_Subnetwork $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $region, $subnetwork, Google_Service_Compute_Subnetwork $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (== suppress_warning http-rest-shadowed ==) + * (subnetworks.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_RegionSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Policy + */ + public function setIamPolicy($project, $region, $resource, Google_Service_Compute_RegionSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Compute_Policy"); + } + /** + * Set whether VMs in this subnet can access Google services without assigning + * external IP addresses through Private Google Access. (== suppress_warning + * http-rest-shadowed ==) (subnetworks.setPrivateIpGoogleAccess) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $subnetwork Name of the Subnetwork resource. + * @param Google_Service_Compute_SubnetworksSetPrivateIpGoogleAccessRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setPrivateIpGoogleAccess($project, $region, $subnetwork, Google_Service_Compute_SubnetworksSetPrivateIpGoogleAccessRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'subnetwork' => $subnetwork, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setPrivateIpGoogleAccess', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (subnetworks.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php new file mode 100644 index 000000000..95be679b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php @@ -0,0 +1,241 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetHttpProxies = $computeService->targetHttpProxies; + * + */ +class Google_Service_Compute_Resource_TargetHttpProxies extends Google_Service_Resource +{ + /** + * Retrieves the list of all TargetHttpProxy resources, regional and global, + * available to the specified project. (== suppress_warning http-rest-shadowed + * ==) (targetHttpProxies.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpProxyAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetHttpProxyAggregatedList"); + } + /** + * Deletes the specified TargetHttpProxy resource. (== suppress_warning http- + * rest-shadowed ==) (targetHttpProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $targetHttpProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetHttpProxy resource. Gets a list of available + * target HTTP proxies by making a list() request. (== suppress_warning http- + * rest-shadowed ==) (targetHttpProxies.get) + * + * @param string $project Project ID for this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetHttpProxy + */ + public function get($project, $targetHttpProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); + } + /** + * Creates a TargetHttpProxy resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetHttpProxies.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_TargetHttpProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetHttpProxy resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (targetHttpProxies.listTargetHttpProxies) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpProxyList + */ + public function listTargetHttpProxies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); + } + /** + * Changes the URL map for TargetHttpProxy. (== suppress_warning http-rest- + * shadowed ==) (targetHttpProxies.setUrlMap) + * + * @param string $project Project ID for this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map + * for. + * @param Google_Service_Compute_UrlMapReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setUrlMap($project, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php new file mode 100644 index 000000000..33a20343e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php @@ -0,0 +1,335 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetHttpsProxies = $computeService->targetHttpsProxies; + * + */ +class Google_Service_Compute_Resource_TargetHttpsProxies extends Google_Service_Resource +{ + /** + * Retrieves the list of all TargetHttpsProxy resources, regional and global, + * available to the specified project. (== suppress_warning http-rest-shadowed + * ==) (targetHttpsProxies.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpsProxyAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetHttpsProxyAggregatedList"); + } + /** + * Deletes the specified TargetHttpsProxy resource. (== suppress_warning http- + * rest-shadowed ==) (targetHttpsProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $targetHttpsProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetHttpsProxy resource. Gets a list of available + * target HTTPS proxies by making a list() request. (== suppress_warning http- + * rest-shadowed ==) (targetHttpsProxies.get) + * + * @param string $project Project ID for this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetHttpsProxy + */ + public function get($project, $targetHttpsProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpsProxy"); + } + /** + * Creates a TargetHttpsProxy resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetHttpsProxies.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_TargetHttpsProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_TargetHttpsProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetHttpsProxy resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (targetHttpsProxies.listTargetHttpsProxies) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpsProxyList + */ + public function listTargetHttpsProxies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpsProxyList"); + } + /** + * Sets the QUIC override policy for TargetHttpsProxy. (== suppress_warning + * http-rest-shadowed ==) (targetHttpsProxies.setQuicOverride) + * + * @param string $project Project ID for this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set + * the QUIC override policy for. The name should conform to RFC1035. + * @param Google_Service_Compute_TargetHttpsProxiesSetQuicOverrideRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setQuicOverride($project, $targetHttpsProxy, Google_Service_Compute_TargetHttpsProxiesSetQuicOverrideRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setQuicOverride', array($params), "Google_Service_Compute_Operation"); + } + /** + * Replaces SslCertificates for TargetHttpsProxy. (== suppress_warning http- + * rest-shadowed ==) (targetHttpsProxies.setSslCertificates) + * + * @param string $project Project ID for this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set + * an SslCertificates resource for. + * @param Google_Service_Compute_TargetHttpsProxiesSetSslCertificatesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setSslCertificates($project, $targetHttpsProxy, Google_Service_Compute_TargetHttpsProxiesSetSslCertificatesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the + * server-side support for SSL features. This affects connections between + * clients and the HTTPS proxy load balancer. They do not affect the connection + * between the load balancer and the backends. (== suppress_warning http-rest- + * shadowed ==) (targetHttpsProxies.setSslPolicy) + * + * @param string $project Project ID for this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource whose + * SSL policy is to be set. The name must be 1-63 characters long, and comply + * with RFC1035. + * @param Google_Service_Compute_SslPolicyReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setSslPolicy($project, $targetHttpsProxy, Google_Service_Compute_SslPolicyReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSslPolicy', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the URL map for TargetHttpsProxy. (== suppress_warning http-rest- + * shadowed ==) (targetHttpsProxies.setUrlMap) + * + * @param string $project Project ID for this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource whose + * URL map is to be set. + * @param Google_Service_Compute_UrlMapReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setUrlMap($project, $targetHttpsProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.php new file mode 100644 index 000000000..0ffd2df23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.php @@ -0,0 +1,212 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetInstances = $computeService->targetInstances; + * + */ +class Google_Service_Compute_Resource_TargetInstances extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of target instances. (== suppress_warning http- + * rest-shadowed ==) (targetInstances.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetInstanceAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList"); + } + /** + * Deletes the specified TargetInstance resource. (== suppress_warning http- + * rest-shadowed ==) (targetInstances.delete) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone scoping this request. + * @param string $targetInstance Name of the TargetInstance resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $zone, $targetInstance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetInstance resource. Gets a list of available + * target instances by making a list() request. (== suppress_warning http-rest- + * shadowed ==) (targetInstances.get) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone scoping this request. + * @param string $targetInstance Name of the TargetInstance resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetInstance + */ + public function get($project, $zone, $targetInstance, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetInstance"); + } + /** + * Creates a TargetInstance resource in the specified project and zone using the + * data included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetInstances.insert) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone scoping this request. + * @param Google_Service_Compute_TargetInstance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $zone, Google_Service_Compute_TargetInstance $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of TargetInstance resources available to the specified + * project and zone. (== suppress_warning http-rest-shadowed ==) + * (targetInstances.listTargetInstances) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetInstanceList + */ + public function listTargetInstances($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetInstanceList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.php new file mode 100644 index 000000000..7d2863194 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.php @@ -0,0 +1,386 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetPools = $computeService->targetPools; + * + */ +class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resource +{ + /** + * Adds health check URLs to a target pool. (== suppress_warning http-rest- + * shadowed ==) (targetPools.addHealthCheck) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the target pool to add a health check to. + * @param Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation"); + } + /** + * Adds an instance to a target pool. (== suppress_warning http-rest-shadowed + * ==) (targetPools.addInstance) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the TargetPool resource to add instances + * to. + * @param Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function addInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addInstance', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves an aggregated list of target pools. (== suppress_warning http-rest- + * shadowed ==) (targetPools.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetPoolAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList"); + } + /** + * Deletes the specified target pool. (== suppress_warning http-rest-shadowed + * ==) (targetPools.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the TargetPool resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $targetPool, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified target pool. Gets a list of available target pools by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (targetPools.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the TargetPool resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetPool + */ + public function get($project, $region, $targetPool, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetPool"); + } + /** + * Gets the most recent health check results for each IP for the instance that + * is referenced by the given target pool. (== suppress_warning http-rest- + * shadowed ==) (targetPools.getHealth) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the TargetPool resource to which the + * queried instance belongs. + * @param Google_Service_Compute_InstanceReference $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetPoolInstanceHealth + */ + public function getHealth($project, $region, $targetPool, Google_Service_Compute_InstanceReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth"); + } + /** + * Creates a target pool in the specified project and region using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetPools.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_TargetPool $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_TargetPool $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of target pools available to the specified project and + * region. (== suppress_warning http-rest-shadowed ==) + * (targetPools.listTargetPools) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetPoolList + */ + public function listTargetPools($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList"); + } + /** + * Removes health check URL from a target pool. (== suppress_warning http-rest- + * shadowed ==) (targetPools.removeHealthCheck) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $targetPool Name of the target pool to remove health checks + * from. + * @param Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function removeHealthCheck($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation"); + } + /** + * Removes instance URL from a target pool. (== suppress_warning http-rest- + * shadowed ==) (targetPools.removeInstance) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the TargetPool resource to remove instances + * from. + * @param Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function removeInstance($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes a backup target pool's configurations. (== suppress_warning http- + * rest-shadowed ==) (targetPools.setBackup) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetPool Name of the TargetPool resource to set a backup + * pool for. + * @param Google_Service_Compute_TargetReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param float failoverRatio New failoverRatio value for the target pool. + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setBackup($project, $region, $targetPool, Google_Service_Compute_TargetReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setBackup', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.php new file mode 100644 index 000000000..9c5eb65a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.php @@ -0,0 +1,279 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetSslProxies = $computeService->targetSslProxies; + * + */ +class Google_Service_Compute_Resource_TargetSslProxies extends Google_Service_Resource +{ + /** + * Deletes the specified TargetSslProxy resource. (== suppress_warning http- + * rest-shadowed ==) (targetSslProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $targetSslProxy Name of the TargetSslProxy resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $targetSslProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetSslProxy resource. Gets a list of available + * target SSL proxies by making a list() request. (== suppress_warning http- + * rest-shadowed ==) (targetSslProxies.get) + * + * @param string $project Project ID for this request. + * @param string $targetSslProxy Name of the TargetSslProxy resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetSslProxy + */ + public function get($project, $targetSslProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetSslProxy"); + } + /** + * Creates a TargetSslProxy resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetSslProxies.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_TargetSslProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_TargetSslProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetSslProxy resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (targetSslProxies.listTargetSslProxies) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetSslProxyList + */ + public function listTargetSslProxies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetSslProxyList"); + } + /** + * Changes the BackendService for TargetSslProxy. (== suppress_warning http- + * rest-shadowed ==) (targetSslProxies.setBackendService) + * + * @param string $project Project ID for this request. + * @param string $targetSslProxy Name of the TargetSslProxy resource whose + * BackendService resource is to be set. + * @param Google_Service_Compute_TargetSslProxiesSetBackendServiceRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setBackendService($project, $targetSslProxy, Google_Service_Compute_TargetSslProxiesSetBackendServiceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setBackendService', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the ProxyHeaderType for TargetSslProxy. (== suppress_warning http- + * rest-shadowed ==) (targetSslProxies.setProxyHeader) + * + * @param string $project Project ID for this request. + * @param string $targetSslProxy Name of the TargetSslProxy resource whose + * ProxyHeader is to be set. + * @param Google_Service_Compute_TargetSslProxiesSetProxyHeaderRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setProxyHeader($project, $targetSslProxy, Google_Service_Compute_TargetSslProxiesSetProxyHeaderRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setProxyHeader', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes SslCertificates for TargetSslProxy. (== suppress_warning http-rest- + * shadowed ==) (targetSslProxies.setSslCertificates) + * + * @param string $project Project ID for this request. + * @param string $targetSslProxy Name of the TargetSslProxy resource whose + * SslCertificate resource is to be set. + * @param Google_Service_Compute_TargetSslProxiesSetSslCertificatesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setSslCertificates($project, $targetSslProxy, Google_Service_Compute_TargetSslProxiesSetSslCertificatesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); + } + /** + * Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server- + * side support for SSL features. This affects connections between clients and + * the SSL proxy load balancer. They do not affect the connection between the + * load balancer and the backends. (== suppress_warning http-rest-shadowed ==) + * (targetSslProxies.setSslPolicy) + * + * @param string $project Project ID for this request. + * @param string $targetSslProxy Name of the TargetSslProxy resource whose SSL + * policy is to be set. The name must be 1-63 characters long, and comply with + * RFC1035. + * @param Google_Service_Compute_SslPolicyReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setSslPolicy($project, $targetSslProxy, Google_Service_Compute_SslPolicyReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSslPolicy', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetTcpProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetTcpProxies.php new file mode 100644 index 000000000..76cf2cc3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetTcpProxies.php @@ -0,0 +1,215 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetTcpProxies = $computeService->targetTcpProxies; + * + */ +class Google_Service_Compute_Resource_TargetTcpProxies extends Google_Service_Resource +{ + /** + * Deletes the specified TargetTcpProxy resource. (== suppress_warning http- + * rest-shadowed ==) (targetTcpProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $targetTcpProxy Name of the TargetTcpProxy resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $targetTcpProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetTcpProxy resource. Gets a list of available + * target TCP proxies by making a list() request. (== suppress_warning http- + * rest-shadowed ==) (targetTcpProxies.get) + * + * @param string $project Project ID for this request. + * @param string $targetTcpProxy Name of the TargetTcpProxy resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetTcpProxy + */ + public function get($project, $targetTcpProxy, $optParams = array()) + { + $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetTcpProxy"); + } + /** + * Creates a TargetTcpProxy resource in the specified project using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetTcpProxies.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_TargetTcpProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_TargetTcpProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetTcpProxy resources available to the specified + * project. (== suppress_warning http-rest-shadowed ==) + * (targetTcpProxies.listTargetTcpProxies) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetTcpProxyList + */ + public function listTargetTcpProxies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetTcpProxyList"); + } + /** + * Changes the BackendService for TargetTcpProxy. (== suppress_warning http- + * rest-shadowed ==) (targetTcpProxies.setBackendService) + * + * @param string $project Project ID for this request. + * @param string $targetTcpProxy Name of the TargetTcpProxy resource whose + * BackendService resource is to be set. + * @param Google_Service_Compute_TargetTcpProxiesSetBackendServiceRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setBackendService($project, $targetTcpProxy, Google_Service_Compute_TargetTcpProxiesSetBackendServiceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setBackendService', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the ProxyHeaderType for TargetTcpProxy. (== suppress_warning http- + * rest-shadowed ==) (targetTcpProxies.setProxyHeader) + * + * @param string $project Project ID for this request. + * @param string $targetTcpProxy Name of the TargetTcpProxy resource whose + * ProxyHeader is to be set. + * @param Google_Service_Compute_TargetTcpProxiesSetProxyHeaderRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setProxyHeader($project, $targetTcpProxy, Google_Service_Compute_TargetTcpProxiesSetProxyHeaderRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'targetTcpProxy' => $targetTcpProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setProxyHeader', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.php new file mode 100644 index 000000000..257690d4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.php @@ -0,0 +1,212 @@ + + * $computeService = new Google_Service_Compute(...); + * $targetVpnGateways = $computeService->targetVpnGateways; + * + */ +class Google_Service_Compute_Resource_TargetVpnGateways extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of target VPN gateways. (== suppress_warning + * http-rest-shadowed ==) (targetVpnGateways.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetVpnGatewayAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetVpnGatewayAggregatedList"); + } + /** + * Deletes the specified target VPN gateway. (== suppress_warning http-rest- + * shadowed ==) (targetVpnGateways.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $targetVpnGateway Name of the target VPN gateway to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $targetVpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified target VPN gateway. Gets a list of available target VPN + * gateways by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (targetVpnGateways.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $targetVpnGateway Name of the target VPN gateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetVpnGateway + */ + public function get($project, $region, $targetVpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetVpnGateway"); + } + /** + * Creates a target VPN gateway in the specified project and region using the + * data included in the request. (== suppress_warning http-rest-shadowed ==) + * (targetVpnGateways.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_TargetVpnGateway $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_TargetVpnGateway $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of target VPN gateways available to the specified project + * and region. (== suppress_warning http-rest-shadowed ==) + * (targetVpnGateways.listTargetVpnGateways) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetVpnGatewayList + */ + public function listTargetVpnGateways($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetVpnGatewayList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php new file mode 100644 index 000000000..1697694fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php @@ -0,0 +1,313 @@ + + * $computeService = new Google_Service_Compute(...); + * $urlMaps = $computeService->urlMaps; + * + */ +class Google_Service_Compute_Resource_UrlMaps extends Google_Service_Resource +{ + /** + * Retrieves the list of all UrlMap resources, regional and global, available to + * the specified project. (== suppress_warning http-rest-shadowed ==) + * (urlMaps.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_UrlMapsAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_UrlMapsAggregatedList"); + } + /** + * Deletes the specified UrlMap resource. (== suppress_warning http-rest- + * shadowed ==) (urlMaps.delete) + * + * @param string $project Project ID for this request. + * @param string $urlMap Name of the UrlMap resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $urlMap, $optParams = array()) + { + $params = array('project' => $project, 'urlMap' => $urlMap); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified UrlMap resource. Gets a list of available URL maps by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (urlMaps.get) + * + * @param string $project Project ID for this request. + * @param string $urlMap Name of the UrlMap resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_UrlMap + */ + public function get($project, $urlMap, $optParams = array()) + { + $params = array('project' => $project, 'urlMap' => $urlMap); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); + } + /** + * Creates a UrlMap resource in the specified project using the data included in + * the request. (== suppress_warning http-rest-shadowed ==) (urlMaps.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Initiates a cache invalidation operation, invalidating the specified path, + * scoped to the specified UrlMap. (== suppress_warning http-rest-shadowed ==) + * (urlMaps.invalidateCache) + * + * @param string $project Project ID for this request. + * @param string $urlMap Name of the UrlMap scoping this request. + * @param Google_Service_Compute_CacheInvalidationRule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function invalidateCache($project, $urlMap, Google_Service_Compute_CacheInvalidationRule $postBody, $optParams = array()) + { + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('invalidateCache', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of UrlMap resources available to the specified project. + * (== suppress_warning http-rest-shadowed ==) (urlMaps.listUrlMaps) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_UrlMapList + */ + public function listUrlMaps($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); + } + /** + * Patches the specified UrlMap resource with the data included in the request. + * This method supports PATCH semantics and uses the JSON merge patch format and + * processing rules. (== suppress_warning http-rest-shadowed ==) (urlMaps.patch) + * + * @param string $project Project ID for this request. + * @param string $urlMap Name of the UrlMap resource to patch. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function patch($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified UrlMap resource with the data included in the request. + * (== suppress_warning http-rest-shadowed ==) (urlMaps.update) + * + * @param string $project Project ID for this request. + * @param string $urlMap Name of the UrlMap resource to update. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function update($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } + /** + * Runs static validation for the UrlMap. In particular, the tests of the + * provided UrlMap will be run. Calling this method does NOT create the UrlMap. + * (== suppress_warning http-rest-shadowed ==) (urlMaps.validate) + * + * @param string $project Project ID for this request. + * @param string $urlMap Name of the UrlMap resource to be validated as. + * @param Google_Service_Compute_UrlMapsValidateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_UrlMapsValidateResponse + */ + public function validate($project, $urlMap, Google_Service_Compute_UrlMapsValidateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.php new file mode 100644 index 000000000..815bc854e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.php @@ -0,0 +1,276 @@ + + * $computeService = new Google_Service_Compute(...); + * $vpnGateways = $computeService->vpnGateways; + * + */ +class Google_Service_Compute_Resource_VpnGateways extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of VPN gateways. (== suppress_warning http-rest- + * shadowed ==) (vpnGateways.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VpnGatewayAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnGatewayAggregatedList"); + } + /** + * Deletes the specified VPN gateway. (== suppress_warning http-rest-shadowed + * ==) (vpnGateways.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnGateway Name of the VPN gateway to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $vpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified VPN gateway. Gets a list of available VPN gateways by + * making a list() request. (== suppress_warning http-rest-shadowed ==) + * (vpnGateways.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnGateway Name of the VPN gateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_VpnGateway + */ + public function get($project, $region, $vpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_VpnGateway"); + } + /** + * Returns the status for the specified VPN gateway. (== suppress_warning http- + * rest-shadowed ==) (vpnGateways.getStatus) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnGateway Name of the VPN gateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_VpnGatewaysGetStatusResponse + */ + public function getStatus($project, $region, $vpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); + $params = array_merge($params, $optParams); + return $this->call('getStatus', array($params), "Google_Service_Compute_VpnGatewaysGetStatusResponse"); + } + /** + * Creates a VPN gateway in the specified project and region using the data + * included in the request. (== suppress_warning http-rest-shadowed ==) + * (vpnGateways.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_VpnGateway $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_VpnGateway $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of VPN gateways available to the specified project and + * region. (== suppress_warning http-rest-shadowed ==) + * (vpnGateways.listVpnGateways) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VpnGatewayList + */ + public function listVpnGateways($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_VpnGatewayList"); + } + /** + * Sets the labels on a VpnGateway. To learn more about labels, read the + * Labeling Resources documentation. (== suppress_warning http-rest-shadowed ==) + * (vpnGateways.setLabels) + * + * @param string $project Project ID for this request. + * @param string $region The region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_RegionSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function setLabels($project, $region, $resource, Google_Service_Compute_RegionSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. (== + * suppress_warning http-rest-shadowed ==) (vpnGateways.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.php new file mode 100644 index 000000000..8fa51336b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.php @@ -0,0 +1,212 @@ + + * $computeService = new Google_Service_Compute(...); + * $vpnTunnels = $computeService->vpnTunnels; + * + */ +class Google_Service_Compute_Resource_VpnTunnels extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of VPN tunnels. (== suppress_warning http-rest- + * shadowed ==) (vpnTunnels.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VpnTunnelAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnTunnelAggregatedList"); + } + /** + * Deletes the specified VpnTunnel resource. (== suppress_warning http-rest- + * shadowed ==) (vpnTunnels.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnTunnel Name of the VpnTunnel resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function delete($project, $region, $vpnTunnel, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified VpnTunnel resource. Gets a list of available VPN + * tunnels by making a list() request. (== suppress_warning http-rest-shadowed + * ==) (vpnTunnels.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnTunnel Name of the VpnTunnel resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_VpnTunnel + */ + public function get($project, $region, $vpnTunnel, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_VpnTunnel"); + } + /** + * Creates a VpnTunnel resource in the specified project and region using the + * data included in the request. (== suppress_warning http-rest-shadowed ==) + * (vpnTunnels.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_VpnTunnel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional 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. + * + * 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_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_VpnTunnel $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of VpnTunnel resources contained in the specified project + * and region. (== suppress_warning http-rest-shadowed ==) + * (vpnTunnels.listVpnTunnels) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VpnTunnelList + */ + public function listVpnTunnels($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_VpnTunnelList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.php new file mode 100644 index 000000000..450afdb08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.php @@ -0,0 +1,114 @@ + + * $computeService = new Google_Service_Compute(...); + * $zoneOperations = $computeService->zoneOperations; + * + */ +class Google_Service_Compute_Resource_ZoneOperations extends Google_Service_Resource +{ + /** + * Deletes the specified zone-specific Operations resource. (== suppress_warning + * http-rest-shadowed ==) (zoneOperations.delete) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $operation Name of the Operations resource to delete. + * @param array $optParams Optional parameters. + */ + public function delete($project, $zone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the specified zone-specific Operations resource. (== + * suppress_warning http-rest-shadowed ==) (zoneOperations.get) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for this request. + * @param string $operation Name of the Operations resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function get($project, $zone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of Operation resources contained within the specified zone. + * (== suppress_warning http-rest-shadowed ==) + * (zoneOperations.listZoneOperations) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone for request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_OperationList + */ + public function listZoneOperations($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.php new file mode 100644 index 000000000..62ec1bdbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.php @@ -0,0 +1,96 @@ + + * $computeService = new Google_Service_Compute(...); + * $zones = $computeService->zones; + * + */ +class Google_Service_Compute_Resource_Zones extends Google_Service_Resource +{ + /** + * Returns the specified Zone resource. Gets a list of available zones by making + * a list() request. (== suppress_warning http-rest-shadowed ==) (zones.get) + * + * @param string $project Project ID for this request. + * @param string $zone Name of the zone resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Zone + */ + public function get($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_Zone"); + } + /** + * Retrieves the list of Zone resources available to the specified project. (== + * suppress_warning http-rest-shadowed ==) (zones.listZones) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ZoneList + */ + public function listZones($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ZoneList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceCommitment.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceCommitment.php new file mode 100644 index 000000000..af186f34d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceCommitment.php @@ -0,0 +1,48 @@ +acceleratorType = $acceleratorType; + } + public function getAcceleratorType() + { + return $this->acceleratorType; + } + public function setAmount($amount) + { + $this->amount = $amount; + } + public function getAmount() + { + return $this->amount; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php new file mode 100644 index 000000000..67cb61e32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php @@ -0,0 +1,30 @@ +group = $group; + } + public function getGroup() + { + return $this->group; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedList.php new file mode 100644 index 000000000..f9fdaa732 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedList.php @@ -0,0 +1,54 @@ +resourcePolicies = $resourcePolicies; + } + /** + * @return Google_Service_Compute_ResourcePolicy + */ + public function getResourcePolicies() + { + return $this->resourcePolicies; + } + /** + * @param Google_Service_Compute_ResourcePoliciesScopedListWarning + */ + public function setWarning(Google_Service_Compute_ResourcePoliciesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ResourcePoliciesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarning.php new file mode 100644 index 000000000..a174e1e71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ResourcePoliciesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ResourcePoliciesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarningData.php new file mode 100644 index 000000000..092af1673 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePoliciesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicy.php new file mode 100644 index 000000000..c6f43c1e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicy.php @@ -0,0 +1,109 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ResourcePolicySnapshotSchedulePolicy + */ + public function setSnapshotSchedulePolicy(Google_Service_Compute_ResourcePolicySnapshotSchedulePolicy $snapshotSchedulePolicy) + { + $this->snapshotSchedulePolicy = $snapshotSchedulePolicy; + } + /** + * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicy + */ + public function getSnapshotSchedulePolicy() + { + return $this->snapshotSchedulePolicy; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedList.php new file mode 100644 index 000000000..ff6374a21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedList.php @@ -0,0 +1,98 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ResourcePoliciesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ResourcePoliciesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ResourcePolicyAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_ResourcePolicyAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ResourcePolicyAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarning.php new file mode 100644 index 000000000..a8a8a7f00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ResourcePolicyAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ResourcePolicyAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarningData.php new file mode 100644 index 000000000..bb702aa1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyDailyCycle.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyDailyCycle.php new file mode 100644 index 000000000..fafbeff8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyDailyCycle.php @@ -0,0 +1,48 @@ +daysInCycle = $daysInCycle; + } + public function getDaysInCycle() + { + return $this->daysInCycle; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyHourlyCycle.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyHourlyCycle.php new file mode 100644 index 000000000..d657f0e10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyHourlyCycle.php @@ -0,0 +1,48 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setHoursInCycle($hoursInCycle) + { + $this->hoursInCycle = $hoursInCycle; + } + public function getHoursInCycle() + { + return $this->hoursInCycle; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyList.php new file mode 100644 index 000000000..a97f5dc2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyList.php @@ -0,0 +1,99 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ResourcePolicy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ResourcePolicy + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ResourcePolicyListWarning + */ + public function setWarning(Google_Service_Compute_ResourcePolicyListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ResourcePolicyListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarning.php new file mode 100644 index 000000000..2959448ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ResourcePolicyListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ResourcePolicyListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarningData.php new file mode 100644 index 000000000..eb59844dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicy.php new file mode 100644 index 000000000..34d9de149 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicy.php @@ -0,0 +1,69 @@ +retentionPolicy = $retentionPolicy; + } + /** + * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicyRetentionPolicy + */ + public function getRetentionPolicy() + { + return $this->retentionPolicy; + } + /** + * @param Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySchedule + */ + public function setSchedule(Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySchedule $schedule) + { + $this->schedule = $schedule; + } + /** + * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySchedule + */ + public function getSchedule() + { + return $this->schedule; + } + /** + * @param Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties + */ + public function setSnapshotProperties(Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties $snapshotProperties) + { + $this->snapshotProperties = $snapshotProperties; + } + /** + * @return Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties + */ + public function getSnapshotProperties() + { + return $this->snapshotProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicyRetentionPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicyRetentionPolicy.php new file mode 100644 index 000000000..7fa2fad94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicyRetentionPolicy.php @@ -0,0 +1,39 @@ +maxRetentionDays = $maxRetentionDays; + } + public function getMaxRetentionDays() + { + return $this->maxRetentionDays; + } + public function setOnSourceDiskDelete($onSourceDiskDelete) + { + $this->onSourceDiskDelete = $onSourceDiskDelete; + } + public function getOnSourceDiskDelete() + { + return $this->onSourceDiskDelete; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySchedule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySchedule.php new file mode 100644 index 000000000..30bfffd2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySchedule.php @@ -0,0 +1,69 @@ +dailySchedule = $dailySchedule; + } + /** + * @return Google_Service_Compute_ResourcePolicyDailyCycle + */ + public function getDailySchedule() + { + return $this->dailySchedule; + } + /** + * @param Google_Service_Compute_ResourcePolicyHourlyCycle + */ + public function setHourlySchedule(Google_Service_Compute_ResourcePolicyHourlyCycle $hourlySchedule) + { + $this->hourlySchedule = $hourlySchedule; + } + /** + * @return Google_Service_Compute_ResourcePolicyHourlyCycle + */ + public function getHourlySchedule() + { + return $this->hourlySchedule; + } + /** + * @param Google_Service_Compute_ResourcePolicyWeeklyCycle + */ + public function setWeeklySchedule(Google_Service_Compute_ResourcePolicyWeeklyCycle $weeklySchedule) + { + $this->weeklySchedule = $weeklySchedule; + } + /** + * @return Google_Service_Compute_ResourcePolicyWeeklyCycle + */ + public function getWeeklySchedule() + { + return $this->weeklySchedule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySnapshotProperties.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySnapshotProperties.php new file mode 100644 index 000000000..bb848ffd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicySnapshotSchedulePolicySnapshotProperties.php @@ -0,0 +1,49 @@ +guestFlush = $guestFlush; + } + public function getGuestFlush() + { + return $this->guestFlush; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setStorageLocations($storageLocations) + { + $this->storageLocations = $storageLocations; + } + public function getStorageLocations() + { + return $this->storageLocations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycle.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycle.php new file mode 100644 index 000000000..83875f8cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycle.php @@ -0,0 +1,38 @@ +dayOfWeeks = $dayOfWeeks; + } + /** + * @return Google_Service_Compute_ResourcePolicyWeeklyCycleDayOfWeek + */ + public function getDayOfWeeks() + { + return $this->dayOfWeeks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycleDayOfWeek.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycleDayOfWeek.php new file mode 100644 index 000000000..0b239dc66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourcePolicyWeeklyCycleDayOfWeek.php @@ -0,0 +1,48 @@ +day = $day; + } + public function getDay() + { + return $this->day; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Route.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Route.php new file mode 100644 index 000000000..006344a96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Route.php @@ -0,0 +1,191 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDestRange($destRange) + { + $this->destRange = $destRange; + } + public function getDestRange() + { + return $this->destRange; + } + 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 setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNextHopGateway($nextHopGateway) + { + $this->nextHopGateway = $nextHopGateway; + } + public function getNextHopGateway() + { + return $this->nextHopGateway; + } + public function setNextHopIlb($nextHopIlb) + { + $this->nextHopIlb = $nextHopIlb; + } + public function getNextHopIlb() + { + return $this->nextHopIlb; + } + public function setNextHopInstance($nextHopInstance) + { + $this->nextHopInstance = $nextHopInstance; + } + public function getNextHopInstance() + { + return $this->nextHopInstance; + } + public function setNextHopIp($nextHopIp) + { + $this->nextHopIp = $nextHopIp; + } + public function getNextHopIp() + { + return $this->nextHopIp; + } + public function setNextHopNetwork($nextHopNetwork) + { + $this->nextHopNetwork = $nextHopNetwork; + } + public function getNextHopNetwork() + { + return $this->nextHopNetwork; + } + public function setNextHopPeering($nextHopPeering) + { + $this->nextHopPeering = $nextHopPeering; + } + public function getNextHopPeering() + { + return $this->nextHopPeering; + } + public function setNextHopVpnTunnel($nextHopVpnTunnel) + { + $this->nextHopVpnTunnel = $nextHopVpnTunnel; + } + public function getNextHopVpnTunnel() + { + return $this->nextHopVpnTunnel; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + /** + * @param Google_Service_Compute_RouteWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_Compute_RouteWarnings + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteList.php new file mode 100644 index 000000000..92d32d155 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Route + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Route + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RouteListWarning + */ + public function setWarning(Google_Service_Compute_RouteListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RouteListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarning.php new file mode 100644 index 000000000..9c1bf3e07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RouteListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RouteListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarningData.php new file mode 100644 index 000000000..ea4746869 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.php new file mode 100644 index 000000000..3cfd15a27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RouteWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RouteWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php new file mode 100644 index 000000000..af28845f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Router.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Router.php new file mode 100644 index 000000000..96ec068dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Router.php @@ -0,0 +1,158 @@ +bgp = $bgp; + } + /** + * @return Google_Service_Compute_RouterBgp + */ + public function getBgp() + { + return $this->bgp; + } + /** + * @param Google_Service_Compute_RouterBgpPeer + */ + public function setBgpPeers($bgpPeers) + { + $this->bgpPeers = $bgpPeers; + } + /** + * @return Google_Service_Compute_RouterBgpPeer + */ + public function getBgpPeers() + { + return $this->bgpPeers; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_RouterInterface + */ + public function setInterfaces($interfaces) + { + $this->interfaces = $interfaces; + } + /** + * @return Google_Service_Compute_RouterInterface + */ + public function getInterfaces() + { + return $this->interfaces; + } + 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_Compute_RouterNat + */ + public function setNats($nats) + { + $this->nats = $nats; + } + /** + * @return Google_Service_Compute_RouterNat + */ + public function getNats() + { + return $this->nats; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAdvertisedIpRange.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAdvertisedIpRange.php new file mode 100644 index 000000000..f85fe43b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAdvertisedIpRange.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setRange($range) + { + $this->range = $range; + } + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php new file mode 100644 index 000000000..d277eeab2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_RoutersScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_RoutersScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RouterAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_RouterAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RouterAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarning.php new file mode 100644 index 000000000..b97391647 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RouterAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RouterAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarningData.php new file mode 100644 index 000000000..e0ead888d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.php new file mode 100644 index 000000000..7c181d2a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.php @@ -0,0 +1,65 @@ +advertiseMode = $advertiseMode; + } + public function getAdvertiseMode() + { + return $this->advertiseMode; + } + public function setAdvertisedGroups($advertisedGroups) + { + $this->advertisedGroups = $advertisedGroups; + } + public function getAdvertisedGroups() + { + return $this->advertisedGroups; + } + /** + * @param Google_Service_Compute_RouterAdvertisedIpRange + */ + public function setAdvertisedIpRanges($advertisedIpRanges) + { + $this->advertisedIpRanges = $advertisedIpRanges; + } + /** + * @return Google_Service_Compute_RouterAdvertisedIpRange + */ + public function getAdvertisedIpRanges() + { + return $this->advertisedIpRanges; + } + public function setAsn($asn) + { + $this->asn = $asn; + } + public function getAsn() + { + return $this->asn; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php new file mode 100644 index 000000000..e4d71cc01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php @@ -0,0 +1,119 @@ +advertiseMode = $advertiseMode; + } + public function getAdvertiseMode() + { + return $this->advertiseMode; + } + public function setAdvertisedGroups($advertisedGroups) + { + $this->advertisedGroups = $advertisedGroups; + } + public function getAdvertisedGroups() + { + return $this->advertisedGroups; + } + /** + * @param Google_Service_Compute_RouterAdvertisedIpRange + */ + public function setAdvertisedIpRanges($advertisedIpRanges) + { + $this->advertisedIpRanges = $advertisedIpRanges; + } + /** + * @return Google_Service_Compute_RouterAdvertisedIpRange + */ + public function getAdvertisedIpRanges() + { + return $this->advertisedIpRanges; + } + public function setAdvertisedRoutePriority($advertisedRoutePriority) + { + $this->advertisedRoutePriority = $advertisedRoutePriority; + } + public function getAdvertisedRoutePriority() + { + return $this->advertisedRoutePriority; + } + public function setInterfaceName($interfaceName) + { + $this->interfaceName = $interfaceName; + } + public function getInterfaceName() + { + return $this->interfaceName; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setManagementType($managementType) + { + $this->managementType = $managementType; + } + public function getManagementType() + { + return $this->managementType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPeerAsn($peerAsn) + { + $this->peerAsn = $peerAsn; + } + public function getPeerAsn() + { + return $this->peerAsn; + } + public function setPeerIpAddress($peerIpAddress) + { + $this->peerIpAddress = $peerIpAddress; + } + public function getPeerIpAddress() + { + return $this->peerIpAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php new file mode 100644 index 000000000..d39f8d4c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php @@ -0,0 +1,66 @@ +ipRange = $ipRange; + } + public function getIpRange() + { + return $this->ipRange; + } + public function setLinkedInterconnectAttachment($linkedInterconnectAttachment) + { + $this->linkedInterconnectAttachment = $linkedInterconnectAttachment; + } + public function getLinkedInterconnectAttachment() + { + return $this->linkedInterconnectAttachment; + } + public function setLinkedVpnTunnel($linkedVpnTunnel) + { + $this->linkedVpnTunnel = $linkedVpnTunnel; + } + public function getLinkedVpnTunnel() + { + return $this->linkedVpnTunnel; + } + public function setManagementType($managementType) + { + $this->managementType = $managementType; + } + public function getManagementType() + { + return $this->managementType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php new file mode 100644 index 000000000..28e49ad46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Router + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Router + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_RouterListWarning + */ + public function setWarning(Google_Service_Compute_RouterListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RouterListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarning.php new file mode 100644 index 000000000..db19edeeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RouterListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RouterListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarningData.php new file mode 100644 index 000000000..1994f721b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNat.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNat.php new file mode 100644 index 000000000..d005fe8f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNat.php @@ -0,0 +1,144 @@ +drainNatIps = $drainNatIps; + } + public function getDrainNatIps() + { + return $this->drainNatIps; + } + public function setIcmpIdleTimeoutSec($icmpIdleTimeoutSec) + { + $this->icmpIdleTimeoutSec = $icmpIdleTimeoutSec; + } + public function getIcmpIdleTimeoutSec() + { + return $this->icmpIdleTimeoutSec; + } + /** + * @param Google_Service_Compute_RouterNatLogConfig + */ + public function setLogConfig(Google_Service_Compute_RouterNatLogConfig $logConfig) + { + $this->logConfig = $logConfig; + } + /** + * @return Google_Service_Compute_RouterNatLogConfig + */ + public function getLogConfig() + { + return $this->logConfig; + } + public function setMinPortsPerVm($minPortsPerVm) + { + $this->minPortsPerVm = $minPortsPerVm; + } + public function getMinPortsPerVm() + { + return $this->minPortsPerVm; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNatIpAllocateOption($natIpAllocateOption) + { + $this->natIpAllocateOption = $natIpAllocateOption; + } + public function getNatIpAllocateOption() + { + return $this->natIpAllocateOption; + } + public function setNatIps($natIps) + { + $this->natIps = $natIps; + } + public function getNatIps() + { + return $this->natIps; + } + public function setSourceSubnetworkIpRangesToNat($sourceSubnetworkIpRangesToNat) + { + $this->sourceSubnetworkIpRangesToNat = $sourceSubnetworkIpRangesToNat; + } + public function getSourceSubnetworkIpRangesToNat() + { + return $this->sourceSubnetworkIpRangesToNat; + } + /** + * @param Google_Service_Compute_RouterNatSubnetworkToNat + */ + public function setSubnetworks($subnetworks) + { + $this->subnetworks = $subnetworks; + } + /** + * @return Google_Service_Compute_RouterNatSubnetworkToNat + */ + public function getSubnetworks() + { + return $this->subnetworks; + } + public function setTcpEstablishedIdleTimeoutSec($tcpEstablishedIdleTimeoutSec) + { + $this->tcpEstablishedIdleTimeoutSec = $tcpEstablishedIdleTimeoutSec; + } + public function getTcpEstablishedIdleTimeoutSec() + { + return $this->tcpEstablishedIdleTimeoutSec; + } + public function setTcpTransitoryIdleTimeoutSec($tcpTransitoryIdleTimeoutSec) + { + $this->tcpTransitoryIdleTimeoutSec = $tcpTransitoryIdleTimeoutSec; + } + public function getTcpTransitoryIdleTimeoutSec() + { + return $this->tcpTransitoryIdleTimeoutSec; + } + public function setUdpIdleTimeoutSec($udpIdleTimeoutSec) + { + $this->udpIdleTimeoutSec = $udpIdleTimeoutSec; + } + public function getUdpIdleTimeoutSec() + { + return $this->udpIdleTimeoutSec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatLogConfig.php new file mode 100644 index 000000000..17d1d0a8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatLogConfig.php @@ -0,0 +1,39 @@ +enable = $enable; + } + public function getEnable() + { + return $this->enable; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatSubnetworkToNat.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatSubnetworkToNat.php new file mode 100644 index 000000000..e9de8a88b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterNatSubnetworkToNat.php @@ -0,0 +1,49 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSecondaryIpRangeNames($secondaryIpRangeNames) + { + $this->secondaryIpRangeNames = $secondaryIpRangeNames; + } + public function getSecondaryIpRangeNames() + { + return $this->secondaryIpRangeNames; + } + public function setSourceIpRangesToNat($sourceIpRangesToNat) + { + $this->sourceIpRangesToNat = $sourceIpRangesToNat; + } + public function getSourceIpRangesToNat() + { + return $this->sourceIpRangesToNat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.php new file mode 100644 index 000000000..b8d62ef11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.php @@ -0,0 +1,95 @@ +bestRoutes = $bestRoutes; + } + /** + * @return Google_Service_Compute_Route + */ + public function getBestRoutes() + { + return $this->bestRoutes; + } + /** + * @param Google_Service_Compute_Route + */ + public function setBestRoutesForRouter($bestRoutesForRouter) + { + $this->bestRoutesForRouter = $bestRoutesForRouter; + } + /** + * @return Google_Service_Compute_Route + */ + public function getBestRoutesForRouter() + { + return $this->bestRoutesForRouter; + } + /** + * @param Google_Service_Compute_RouterStatusBgpPeerStatus + */ + public function setBgpPeerStatus($bgpPeerStatus) + { + $this->bgpPeerStatus = $bgpPeerStatus; + } + /** + * @return Google_Service_Compute_RouterStatusBgpPeerStatus + */ + public function getBgpPeerStatus() + { + return $this->bgpPeerStatus; + } + /** + * @param Google_Service_Compute_RouterStatusNatStatus + */ + public function setNatStatus($natStatus) + { + $this->natStatus = $natStatus; + } + /** + * @return Google_Service_Compute_RouterStatusNatStatus + */ + public function getNatStatus() + { + return $this->natStatus; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php new file mode 100644 index 000000000..98290f8d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php @@ -0,0 +1,119 @@ +advertisedRoutes = $advertisedRoutes; + } + /** + * @return Google_Service_Compute_Route + */ + public function getAdvertisedRoutes() + { + return $this->advertisedRoutes; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setLinkedVpnTunnel($linkedVpnTunnel) + { + $this->linkedVpnTunnel = $linkedVpnTunnel; + } + public function getLinkedVpnTunnel() + { + return $this->linkedVpnTunnel; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumLearnedRoutes($numLearnedRoutes) + { + $this->numLearnedRoutes = $numLearnedRoutes; + } + public function getNumLearnedRoutes() + { + return $this->numLearnedRoutes; + } + public function setPeerIpAddress($peerIpAddress) + { + $this->peerIpAddress = $peerIpAddress; + } + public function getPeerIpAddress() + { + return $this->peerIpAddress; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUptime($uptime) + { + $this->uptime = $uptime; + } + public function getUptime() + { + return $this->uptime; + } + public function setUptimeSeconds($uptimeSeconds) + { + $this->uptimeSeconds = $uptimeSeconds; + } + public function getUptimeSeconds() + { + return $this->uptimeSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusNatStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusNatStatus.php new file mode 100644 index 000000000..42457a499 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusNatStatus.php @@ -0,0 +1,94 @@ +autoAllocatedNatIps = $autoAllocatedNatIps; + } + public function getAutoAllocatedNatIps() + { + return $this->autoAllocatedNatIps; + } + public function setDrainAutoAllocatedNatIps($drainAutoAllocatedNatIps) + { + $this->drainAutoAllocatedNatIps = $drainAutoAllocatedNatIps; + } + public function getDrainAutoAllocatedNatIps() + { + return $this->drainAutoAllocatedNatIps; + } + public function setDrainUserAllocatedNatIps($drainUserAllocatedNatIps) + { + $this->drainUserAllocatedNatIps = $drainUserAllocatedNatIps; + } + public function getDrainUserAllocatedNatIps() + { + return $this->drainUserAllocatedNatIps; + } + public function setMinExtraNatIpsNeeded($minExtraNatIpsNeeded) + { + $this->minExtraNatIpsNeeded = $minExtraNatIpsNeeded; + } + public function getMinExtraNatIpsNeeded() + { + return $this->minExtraNatIpsNeeded; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumVmEndpointsWithNatMappings($numVmEndpointsWithNatMappings) + { + $this->numVmEndpointsWithNatMappings = $numVmEndpointsWithNatMappings; + } + public function getNumVmEndpointsWithNatMappings() + { + return $this->numVmEndpointsWithNatMappings; + } + public function setUserAllocatedNatIpResources($userAllocatedNatIpResources) + { + $this->userAllocatedNatIpResources = $userAllocatedNatIpResources; + } + public function getUserAllocatedNatIpResources() + { + return $this->userAllocatedNatIpResources; + } + public function setUserAllocatedNatIps($userAllocatedNatIps) + { + $this->userAllocatedNatIps = $userAllocatedNatIps; + } + public function getUserAllocatedNatIps() + { + return $this->userAllocatedNatIps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php new file mode 100644 index 000000000..3e99478b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php @@ -0,0 +1,46 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Compute_RouterStatus + */ + public function setResult(Google_Service_Compute_RouterStatus $result) + { + $this->result = $result; + } + /** + * @return Google_Service_Compute_RouterStatus + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.php new file mode 100644 index 000000000..eb8d6a93e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.php @@ -0,0 +1,37 @@ +resource = $resource; + } + /** + * @return Google_Service_Compute_Router + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.php new file mode 100644 index 000000000..d5f6ed89b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.php @@ -0,0 +1,54 @@ +routers = $routers; + } + /** + * @return Google_Service_Compute_Router + */ + public function getRouters() + { + return $this->routers; + } + /** + * @param Google_Service_Compute_RoutersScopedListWarning + */ + public function setWarning(Google_Service_Compute_RoutersScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_RoutersScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.php new file mode 100644 index 000000000..bac404c69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_RoutersScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_RoutersScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php new file mode 100644 index 000000000..2a3407467 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Rule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Rule.php new file mode 100644 index 000000000..4b9b41aba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Rule.php @@ -0,0 +1,99 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Compute_Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_Compute_Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIns($ins) + { + $this->ins = $ins; + } + public function getIns() + { + return $this->ins; + } + /** + * @param Google_Service_Compute_LogConfig + */ + public function setLogConfigs($logConfigs) + { + $this->logConfigs = $logConfigs; + } + /** + * @return Google_Service_Compute_LogConfig + */ + public function getLogConfigs() + { + return $this->logConfigs; + } + public function setNotIns($notIns) + { + $this->notIns = $notIns; + } + public function getNotIns() + { + return $this->notIns; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SSLHealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SSLHealthCheck.php new file mode 100644 index 000000000..963fd7c58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SSLHealthCheck.php @@ -0,0 +1,75 @@ +port = $port; + } + public function getPort() + { + return $this->port; + } + public function setPortName($portName) + { + $this->portName = $portName; + } + public function getPortName() + { + return $this->portName; + } + public function setPortSpecification($portSpecification) + { + $this->portSpecification = $portSpecification; + } + public function getPortSpecification() + { + return $this->portSpecification; + } + public function setProxyHeader($proxyHeader) + { + $this->proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } + public function setRequest($request) + { + $this->request = $request; + } + public function getRequest() + { + return $this->request; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Scheduling.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Scheduling.php new file mode 100644 index 000000000..a08fda493 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Scheduling.php @@ -0,0 +1,65 @@ +automaticRestart = $automaticRestart; + } + public function getAutomaticRestart() + { + return $this->automaticRestart; + } + /** + * @param Google_Service_Compute_SchedulingNodeAffinity + */ + public function setNodeAffinities($nodeAffinities) + { + $this->nodeAffinities = $nodeAffinities; + } + /** + * @return Google_Service_Compute_SchedulingNodeAffinity + */ + public function getNodeAffinities() + { + return $this->nodeAffinities; + } + public function setOnHostMaintenance($onHostMaintenance) + { + $this->onHostMaintenance = $onHostMaintenance; + } + public function getOnHostMaintenance() + { + return $this->onHostMaintenance; + } + public function setPreemptible($preemptible) + { + $this->preemptible = $preemptible; + } + public function getPreemptible() + { + return $this->preemptible; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SchedulingNodeAffinity.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SchedulingNodeAffinity.php new file mode 100644 index 000000000..af7938013 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SchedulingNodeAffinity.php @@ -0,0 +1,49 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicy.php new file mode 100644 index 000000000..1c7ed6167 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicy.php @@ -0,0 +1,101 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + 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_Compute_SecurityPolicyRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_Compute_SecurityPolicyRule + */ + public function getRules() + { + return $this->rules; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyList.php new file mode 100644 index 000000000..1b5cea5d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyList.php @@ -0,0 +1,81 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_SecurityPolicy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_SecurityPolicy + */ + 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; + } + /** + * @param Google_Service_Compute_SecurityPolicyListWarning + */ + public function setWarning(Google_Service_Compute_SecurityPolicyListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SecurityPolicyListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarning.php new file mode 100644 index 000000000..e096bfd74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SecurityPolicyListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SecurityPolicyListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarningData.php new file mode 100644 index 000000000..47cf3c068 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyReference.php new file mode 100644 index 000000000..c77eb5964 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyReference.php @@ -0,0 +1,30 @@ +securityPolicy = $securityPolicy; + } + public function getSecurityPolicy() + { + return $this->securityPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRule.php new file mode 100644 index 000000000..508765f7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRule.php @@ -0,0 +1,82 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Compute_SecurityPolicyRuleMatcher + */ + public function setMatch(Google_Service_Compute_SecurityPolicyRuleMatcher $match) + { + $this->match = $match; + } + /** + * @return Google_Service_Compute_SecurityPolicyRuleMatcher + */ + public function getMatch() + { + return $this->match; + } + public function setPreview($preview) + { + $this->preview = $preview; + } + public function getPreview() + { + return $this->preview; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcher.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcher.php new file mode 100644 index 000000000..eb11787f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcher.php @@ -0,0 +1,46 @@ +config = $config; + } + /** + * @return Google_Service_Compute_SecurityPolicyRuleMatcherConfig + */ + public function getConfig() + { + return $this->config; + } + public function setVersionedExpr($versionedExpr) + { + $this->versionedExpr = $versionedExpr; + } + public function getVersionedExpr() + { + return $this->versionedExpr; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcherConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcherConfig.php new file mode 100644 index 000000000..3975c37c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SecurityPolicyRuleMatcherConfig.php @@ -0,0 +1,31 @@ +srcIpRanges = $srcIpRanges; + } + public function getSrcIpRanges() + { + return $this->srcIpRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SerialPortOutput.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SerialPortOutput.php new file mode 100644 index 000000000..2e965a388 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SerialPortOutput.php @@ -0,0 +1,66 @@ +contents = $contents; + } + public function getContents() + { + return $this->contents; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNext($next) + { + $this->next = $next; + } + public function getNext() + { + return $this->next; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ServerBinding.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ServerBinding.php new file mode 100644 index 000000000..c0e525b9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ServerBinding.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ServiceAccount.php new file mode 100644 index 000000000..6a6b470fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ServiceAccount.php @@ -0,0 +1,40 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceConfig.php new file mode 100644 index 000000000..d832bf896 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceConfig.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/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentity.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentity.php new file mode 100644 index 000000000..fdf66e411 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentity.php @@ -0,0 +1,62 @@ +encryptionKey = $encryptionKey; + } + /** + * @return Google_Service_Compute_ShieldedInstanceIdentityEntry + */ + public function getEncryptionKey() + { + return $this->encryptionKey; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Compute_ShieldedInstanceIdentityEntry + */ + public function setSigningKey(Google_Service_Compute_ShieldedInstanceIdentityEntry $signingKey) + { + $this->signingKey = $signingKey; + } + /** + * @return Google_Service_Compute_ShieldedInstanceIdentityEntry + */ + public function getSigningKey() + { + return $this->signingKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentityEntry.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentityEntry.php new file mode 100644 index 000000000..fd53f8363 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIdentityEntry.php @@ -0,0 +1,39 @@ +ekCert = $ekCert; + } + public function getEkCert() + { + return $this->ekCert; + } + public function setEkPub($ekPub) + { + $this->ekPub = $ekPub; + } + public function getEkPub() + { + return $this->ekPub; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIntegrityPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIntegrityPolicy.php new file mode 100644 index 000000000..26798c560 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ShieldedInstanceIntegrityPolicy.php @@ -0,0 +1,30 @@ +updateAutoLearnPolicy = $updateAutoLearnPolicy; + } + public function getUpdateAutoLearnPolicy() + { + return $this->updateAutoLearnPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SignedUrlKey.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SignedUrlKey.php new file mode 100644 index 000000000..fd32efff9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SignedUrlKey.php @@ -0,0 +1,39 @@ +keyName = $keyName; + } + public function getKeyName() + { + return $this->keyName; + } + public function setKeyValue($keyValue) + { + $this->keyValue = $keyValue; + } + public function getKeyValue() + { + return $this->keyValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Snapshot.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Snapshot.php new file mode 100644 index 000000000..b930dcabe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Snapshot.php @@ -0,0 +1,216 @@ +autoCreated = $autoCreated; + } + public function getAutoCreated() + { + return $this->autoCreated; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDiskSizeGb($diskSizeGb) + { + $this->diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + 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 setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLicenseCodes($licenseCodes) + { + $this->licenseCodes = $licenseCodes; + } + public function getLicenseCodes() + { + return $this->licenseCodes; + } + public function setLicenses($licenses) + { + $this->licenses = $licenses; + } + public function getLicenses() + { + return $this->licenses; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSnapshotEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $snapshotEncryptionKey) + { + $this->snapshotEncryptionKey = $snapshotEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSnapshotEncryptionKey() + { + return $this->snapshotEncryptionKey; + } + public function setSourceDisk($sourceDisk) + { + $this->sourceDisk = $sourceDisk; + } + public function getSourceDisk() + { + return $this->sourceDisk; + } + /** + * @param Google_Service_Compute_CustomerEncryptionKey + */ + public function setSourceDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $sourceDiskEncryptionKey) + { + $this->sourceDiskEncryptionKey = $sourceDiskEncryptionKey; + } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ + public function getSourceDiskEncryptionKey() + { + return $this->sourceDiskEncryptionKey; + } + public function setSourceDiskId($sourceDiskId) + { + $this->sourceDiskId = $sourceDiskId; + } + public function getSourceDiskId() + { + return $this->sourceDiskId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStorageBytes($storageBytes) + { + $this->storageBytes = $storageBytes; + } + public function getStorageBytes() + { + return $this->storageBytes; + } + public function setStorageBytesStatus($storageBytesStatus) + { + $this->storageBytesStatus = $storageBytesStatus; + } + public function getStorageBytesStatus() + { + return $this->storageBytesStatus; + } + public function setStorageLocations($storageLocations) + { + $this->storageLocations = $storageLocations; + } + public function getStorageLocations() + { + return $this->storageLocations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php new file mode 100644 index 000000000..cb6207853 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Snapshot + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Snapshot + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SnapshotListWarning + */ + public function setWarning(Google_Service_Compute_SnapshotListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SnapshotListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarning.php new file mode 100644 index 000000000..99713a0e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SnapshotListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SnapshotListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarningData.php new file mode 100644 index 000000000..ac093efdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SourceInstanceParams.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SourceInstanceParams.php new file mode 100644 index 000000000..0dd513df3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SourceInstanceParams.php @@ -0,0 +1,38 @@ +diskConfigs = $diskConfigs; + } + /** + * @return Google_Service_Compute_DiskInstantiationConfig + */ + public function getDiskConfigs() + { + return $this->diskConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php new file mode 100644 index 000000000..2fffaeccf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php @@ -0,0 +1,102 @@ +certificate = $certificate; + } + public function getCertificate() + { + return $this->certificate; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setPrivateKey($privateKey) + { + $this->privateKey = $privateKey; + } + public function getPrivateKey() + { + return $this->privateKey; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.php new file mode 100644 index 000000000..6b32abbfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_SslCertificatesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_SslCertificatesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SslCertificateAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_SslCertificateAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SslCertificateAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.php new file mode 100644 index 000000000..1d9b68258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslCertificateAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslCertificateAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.php new file mode 100644 index 000000000..2b0ae802b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateList.php new file mode 100644 index 000000000..3331b1dc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_SslCertificate + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_SslCertificate + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SslCertificateListWarning + */ + public function setWarning(Google_Service_Compute_SslCertificateListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SslCertificateListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarning.php new file mode 100644 index 000000000..bdc6d3bd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslCertificateListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslCertificateListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarningData.php new file mode 100644 index 000000000..bdd2996b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.php new file mode 100644 index 000000000..9798ad4cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.php @@ -0,0 +1,54 @@ +sslCertificates = $sslCertificates; + } + /** + * @return Google_Service_Compute_SslCertificate + */ + public function getSslCertificates() + { + return $this->sslCertificates; + } + /** + * @param Google_Service_Compute_SslCertificatesScopedListWarning + */ + public function setWarning(Google_Service_Compute_SslCertificatesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SslCertificatesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.php new file mode 100644 index 000000000..7a691c494 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslCertificatesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslCertificatesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.php new file mode 100644 index 000000000..a52f70cae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesList.php new file mode 100644 index 000000000..5e5aede0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_SslPolicy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_SslPolicy + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SslPoliciesListWarning + */ + public function setWarning(Google_Service_Compute_SslPoliciesListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SslPoliciesListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListAvailableFeaturesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListAvailableFeaturesResponse.php new file mode 100644 index 000000000..87c11165a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListAvailableFeaturesResponse.php @@ -0,0 +1,31 @@ +features = $features; + } + public function getFeatures() + { + return $this->features; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarning.php new file mode 100644 index 000000000..faa32dbaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslPoliciesListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslPoliciesListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarningData.php new file mode 100644 index 000000000..8b2aa46fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPoliciesListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicy.php new file mode 100644 index 000000000..718cd62d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicy.php @@ -0,0 +1,137 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setCustomFeatures($customFeatures) + { + $this->customFeatures = $customFeatures; + } + public function getCustomFeatures() + { + return $this->customFeatures; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnabledFeatures($enabledFeatures) + { + $this->enabledFeatures = $enabledFeatures; + } + public function getEnabledFeatures() + { + return $this->enabledFeatures; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + 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 setMinTlsVersion($minTlsVersion) + { + $this->minTlsVersion = $minTlsVersion; + } + public function getMinTlsVersion() + { + return $this->minTlsVersion; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProfile($profile) + { + $this->profile = $profile; + } + public function getProfile() + { + return $this->profile; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SslPolicyWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_Compute_SslPolicyWarnings + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyReference.php new file mode 100644 index 000000000..95068ffef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyReference.php @@ -0,0 +1,30 @@ +sslPolicy = $sslPolicy; + } + public function getSslPolicy() + { + return $this->sslPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarnings.php new file mode 100644 index 000000000..577bb21dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslPolicyWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslPolicyWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarningsData.php new file mode 100644 index 000000000..8c2ea5f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslPolicyWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php new file mode 100644 index 000000000..e0c6be0e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php @@ -0,0 +1,198 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableFlowLogs($enableFlowLogs) + { + $this->enableFlowLogs = $enableFlowLogs; + } + public function getEnableFlowLogs() + { + return $this->enableFlowLogs; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setGatewayAddress($gatewayAddress) + { + $this->gatewayAddress = $gatewayAddress; + } + public function getGatewayAddress() + { + return $this->gatewayAddress; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIpCidrRange($ipCidrRange) + { + $this->ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Compute_SubnetworkLogConfig + */ + public function setLogConfig(Google_Service_Compute_SubnetworkLogConfig $logConfig) + { + $this->logConfig = $logConfig; + } + /** + * @return Google_Service_Compute_SubnetworkLogConfig + */ + public function getLogConfig() + { + return $this->logConfig; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setPrivateIpGoogleAccess($privateIpGoogleAccess) + { + $this->privateIpGoogleAccess = $privateIpGoogleAccess; + } + public function getPrivateIpGoogleAccess() + { + return $this->privateIpGoogleAccess; + } + public function setPurpose($purpose) + { + $this->purpose = $purpose; + } + public function getPurpose() + { + return $this->purpose; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + /** + * @param Google_Service_Compute_SubnetworkSecondaryRange + */ + public function setSecondaryIpRanges($secondaryIpRanges) + { + $this->secondaryIpRanges = $secondaryIpRanges; + } + /** + * @return Google_Service_Compute_SubnetworkSecondaryRange + */ + public function getSecondaryIpRanges() + { + return $this->secondaryIpRanges; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php new file mode 100644 index 000000000..9fee5e271 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_SubnetworksScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_SubnetworksScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SubnetworkAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_SubnetworkAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SubnetworkAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarning.php new file mode 100644 index 000000000..6805d18b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SubnetworkAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SubnetworkAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarningData.php new file mode 100644 index 000000000..028e0a774 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.php new file mode 100644 index 000000000..f71803cc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Subnetwork + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Subnetwork + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SubnetworkListWarning + */ + public function setWarning(Google_Service_Compute_SubnetworkListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SubnetworkListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarning.php new file mode 100644 index 000000000..ee8cc5832 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SubnetworkListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SubnetworkListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarningData.php new file mode 100644 index 000000000..d9a30c487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.php new file mode 100644 index 000000000..0f57e1b80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.php @@ -0,0 +1,57 @@ +aggregationInterval = $aggregationInterval; + } + public function getAggregationInterval() + { + return $this->aggregationInterval; + } + public function setEnable($enable) + { + $this->enable = $enable; + } + public function getEnable() + { + return $this->enable; + } + public function setFlowSampling($flowSampling) + { + $this->flowSampling = $flowSampling; + } + public function getFlowSampling() + { + return $this->flowSampling; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkSecondaryRange.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkSecondaryRange.php new file mode 100644 index 000000000..3fa157e04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkSecondaryRange.php @@ -0,0 +1,39 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setRangeName($rangeName) + { + $this->rangeName = $rangeName; + } + public function getRangeName() + { + return $this->rangeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.php new file mode 100644 index 000000000..1c0da11f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.php @@ -0,0 +1,30 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedList.php new file mode 100644 index 000000000..fd4e5051b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedList.php @@ -0,0 +1,54 @@ +subnetworks = $subnetworks; + } + /** + * @return Google_Service_Compute_Subnetwork + */ + public function getSubnetworks() + { + return $this->subnetworks; + } + /** + * @param Google_Service_Compute_SubnetworksScopedListWarning + */ + public function setWarning(Google_Service_Compute_SubnetworksScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SubnetworksScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarning.php new file mode 100644 index 000000000..d4e5144a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SubnetworksScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SubnetworksScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php new file mode 100644 index 000000000..2753a2bd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksSetPrivateIpGoogleAccessRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksSetPrivateIpGoogleAccessRequest.php new file mode 100644 index 000000000..cb9254dff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksSetPrivateIpGoogleAccessRequest.php @@ -0,0 +1,30 @@ +privateIpGoogleAccess = $privateIpGoogleAccess; + } + public function getPrivateIpGoogleAccess() + { + return $this->privateIpGoogleAccess; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TCPHealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TCPHealthCheck.php new file mode 100644 index 000000000..e354297b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TCPHealthCheck.php @@ -0,0 +1,75 @@ +port = $port; + } + public function getPort() + { + return $this->port; + } + public function setPortName($portName) + { + $this->portName = $portName; + } + public function getPortName() + { + return $this->portName; + } + public function setPortSpecification($portSpecification) + { + $this->portSpecification = $portSpecification; + } + public function getPortSpecification() + { + return $this->portSpecification; + } + public function setProxyHeader($proxyHeader) + { + $this->proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } + public function setRequest($request) + { + $this->request = $request; + } + public function getRequest() + { + return $this->request; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Tags.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Tags.php new file mode 100644 index 000000000..5f2e90782 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Tags.php @@ -0,0 +1,40 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setItems($items) + { + $this->items = $items; + } + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.php new file mode 100644 index 000000000..aa8a517cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.php @@ -0,0 +1,54 @@ +targetHttpProxies = $targetHttpProxies; + } + /** + * @return Google_Service_Compute_TargetHttpProxy + */ + public function getTargetHttpProxies() + { + return $this->targetHttpProxies; + } + /** + * @param Google_Service_Compute_TargetHttpProxiesScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpProxiesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpProxiesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.php new file mode 100644 index 000000000..263210b23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpProxiesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpProxiesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.php new file mode 100644 index 000000000..6ed204c14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php new file mode 100644 index 000000000..b8abd607c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php @@ -0,0 +1,93 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUrlMap($urlMap) + { + $this->urlMap = $urlMap; + } + public function getUrlMap() + { + return $this->urlMap; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.php new file mode 100644 index 000000000..1960122e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.php @@ -0,0 +1,73 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetHttpProxiesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetHttpProxiesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyList.php new file mode 100644 index 000000000..c64f38362 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetHttpProxy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetHttpProxy + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetHttpProxyListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpProxyListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpProxyListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarning.php new file mode 100644 index 000000000..7d47e9dfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpProxyListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpProxyListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarningData.php new file mode 100644 index 000000000..3c3b924fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.php new file mode 100644 index 000000000..b049fb585 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.php @@ -0,0 +1,54 @@ +targetHttpsProxies = $targetHttpsProxies; + } + /** + * @return Google_Service_Compute_TargetHttpsProxy + */ + public function getTargetHttpsProxies() + { + return $this->targetHttpsProxies; + } + /** + * @param Google_Service_Compute_TargetHttpsProxiesScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpsProxiesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpsProxiesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.php new file mode 100644 index 000000000..e9089cdf8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpsProxiesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpsProxiesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.php new file mode 100644 index 000000000..a2e91d0ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetQuicOverrideRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetQuicOverrideRequest.php new file mode 100644 index 000000000..74953669c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetQuicOverrideRequest.php @@ -0,0 +1,30 @@ +quicOverride = $quicOverride; + } + public function getQuicOverride() + { + return $this->quicOverride; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.php new file mode 100644 index 000000000..3e884d2b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.php @@ -0,0 +1,31 @@ +sslCertificates = $sslCertificates; + } + public function getSslCertificates() + { + return $this->sslCertificates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php new file mode 100644 index 000000000..5dabd3d77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php @@ -0,0 +1,121 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setQuicOverride($quicOverride) + { + $this->quicOverride = $quicOverride; + } + public function getQuicOverride() + { + return $this->quicOverride; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSslCertificates($sslCertificates) + { + $this->sslCertificates = $sslCertificates; + } + public function getSslCertificates() + { + return $this->sslCertificates; + } + public function setSslPolicy($sslPolicy) + { + $this->sslPolicy = $sslPolicy; + } + public function getSslPolicy() + { + return $this->sslPolicy; + } + public function setUrlMap($urlMap) + { + $this->urlMap = $urlMap; + } + public function getUrlMap() + { + return $this->urlMap; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.php new file mode 100644 index 000000000..7b87a6a8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetHttpsProxiesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetHttpsProxiesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetHttpsProxyAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpsProxyAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpsProxyAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.php new file mode 100644 index 000000000..b57520dce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpsProxyAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpsProxyAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.php new file mode 100644 index 000000000..2fbd31047 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php new file mode 100644 index 000000000..30144bc6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetHttpsProxy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetHttpsProxy + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetHttpsProxyListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpsProxyListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpsProxyListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarning.php new file mode 100644 index 000000000..798160b6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpsProxyListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpsProxyListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarningData.php new file mode 100644 index 000000000..23f81b8c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.php new file mode 100644 index 000000000..6724218bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.php @@ -0,0 +1,102 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + 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 setNatPolicy($natPolicy) + { + $this->natPolicy = $natPolicy; + } + public function getNatPolicy() + { + return $this->natPolicy; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedList.php new file mode 100644 index 000000000..2845bee6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetInstancesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetInstancesScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetInstanceAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_TargetInstanceAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetInstanceAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarning.php new file mode 100644 index 000000000..4034e4b72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetInstanceAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetInstanceAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarningData.php new file mode 100644 index 000000000..4f03961ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.php new file mode 100644 index 000000000..76f16843a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetInstance + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetInstance + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetInstanceListWarning + */ + public function setWarning(Google_Service_Compute_TargetInstanceListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetInstanceListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarning.php new file mode 100644 index 000000000..1cc6c67c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetInstanceListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetInstanceListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarningData.php new file mode 100644 index 000000000..7666b676f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.php new file mode 100644 index 000000000..a17f55825 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.php @@ -0,0 +1,54 @@ +targetInstances = $targetInstances; + } + /** + * @return Google_Service_Compute_TargetInstance + */ + public function getTargetInstances() + { + return $this->targetInstances; + } + /** + * @param Google_Service_Compute_TargetInstancesScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetInstancesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.php new file mode 100644 index 000000000..a5e00264a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetInstancesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetInstancesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php new file mode 100644 index 000000000..cd753404d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPool.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPool.php new file mode 100644 index 000000000..97be72dcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPool.php @@ -0,0 +1,130 @@ +backupPool = $backupPool; + } + public function getBackupPool() + { + return $this->backupPool; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFailoverRatio($failoverRatio) + { + $this->failoverRatio = $failoverRatio; + } + public function getFailoverRatio() + { + return $this->failoverRatio; + } + public function setHealthChecks($healthChecks) + { + $this->healthChecks = $healthChecks; + } + public function getHealthChecks() + { + return $this->healthChecks; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInstances($instances) + { + $this->instances = $instances; + } + public function getInstances() + { + return $this->instances; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSessionAffinity($sessionAffinity) + { + $this->sessionAffinity = $sessionAffinity; + } + public function getSessionAffinity() + { + return $this->sessionAffinity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedList.php new file mode 100644 index 000000000..9e4904a00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetPoolsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetPoolsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetPoolAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_TargetPoolAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetPoolAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarning.php new file mode 100644 index 000000000..4b00b18bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetPoolAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetPoolAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarningData.php new file mode 100644 index 000000000..f62060707 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.php new file mode 100644 index 000000000..4a25052fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.php @@ -0,0 +1,47 @@ +healthStatus = $healthStatus; + } + /** + * @return Google_Service_Compute_HealthStatus + */ + public function getHealthStatus() + { + return $this->healthStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php new file mode 100644 index 000000000..75159222a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetPool + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetPool + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetPoolListWarning + */ + public function setWarning(Google_Service_Compute_TargetPoolListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetPoolListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarning.php new file mode 100644 index 000000000..c5d2b9759 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetPoolListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetPoolListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarningData.php new file mode 100644 index 000000000..1525d7583 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.php new file mode 100644 index 000000000..9983616ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.php @@ -0,0 +1,38 @@ +healthChecks = $healthChecks; + } + /** + * @return Google_Service_Compute_HealthCheckReference + */ + public function getHealthChecks() + { + return $this->healthChecks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.php new file mode 100644 index 000000000..9a3ba212d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.php @@ -0,0 +1,38 @@ +instances = $instances; + } + /** + * @return Google_Service_Compute_InstanceReference + */ + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.php new file mode 100644 index 000000000..93d07427b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.php @@ -0,0 +1,38 @@ +healthChecks = $healthChecks; + } + /** + * @return Google_Service_Compute_HealthCheckReference + */ + public function getHealthChecks() + { + return $this->healthChecks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.php new file mode 100644 index 000000000..01badaa21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.php @@ -0,0 +1,38 @@ +instances = $instances; + } + /** + * @return Google_Service_Compute_InstanceReference + */ + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedList.php new file mode 100644 index 000000000..9ef8f20d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedList.php @@ -0,0 +1,54 @@ +targetPools = $targetPools; + } + /** + * @return Google_Service_Compute_TargetPool + */ + public function getTargetPools() + { + return $this->targetPools; + } + /** + * @param Google_Service_Compute_TargetPoolsScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetPoolsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.php new file mode 100644 index 000000000..40a07a7d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetPoolsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetPoolsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php new file mode 100644 index 000000000..efe6be680 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetReference.php new file mode 100644 index 000000000..39e8ed65b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetReference.php @@ -0,0 +1,30 @@ +target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetBackendServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetBackendServiceRequest.php new file mode 100644 index 000000000..1795aafcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetBackendServiceRequest.php @@ -0,0 +1,30 @@ +service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetProxyHeaderRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetProxyHeaderRequest.php new file mode 100644 index 000000000..f15b906e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetProxyHeaderRequest.php @@ -0,0 +1,30 @@ +proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetSslCertificatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetSslCertificatesRequest.php new file mode 100644 index 000000000..6deda4899 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxiesSetSslCertificatesRequest.php @@ -0,0 +1,31 @@ +sslCertificates = $sslCertificates; + } + public function getSslCertificates() + { + return $this->sslCertificates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxy.php new file mode 100644 index 000000000..ddd492dbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxy.php @@ -0,0 +1,112 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setProxyHeader($proxyHeader) + { + $this->proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + public function setSslCertificates($sslCertificates) + { + $this->sslCertificates = $sslCertificates; + } + public function getSslCertificates() + { + return $this->sslCertificates; + } + public function setSslPolicy($sslPolicy) + { + $this->sslPolicy = $sslPolicy; + } + public function getSslPolicy() + { + return $this->sslPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.php new file mode 100644 index 000000000..fedb9097c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetSslProxy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetSslProxy + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetSslProxyListWarning + */ + public function setWarning(Google_Service_Compute_TargetSslProxyListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetSslProxyListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarning.php new file mode 100644 index 000000000..5e2c1dcef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetSslProxyListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetSslProxyListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarningData.php new file mode 100644 index 000000000..b308166b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetBackendServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetBackendServiceRequest.php new file mode 100644 index 000000000..728cc915d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetBackendServiceRequest.php @@ -0,0 +1,30 @@ +service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetProxyHeaderRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetProxyHeaderRequest.php new file mode 100644 index 000000000..ded513da6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxiesSetProxyHeaderRequest.php @@ -0,0 +1,30 @@ +proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxy.php new file mode 100644 index 000000000..a4849affb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxy.php @@ -0,0 +1,93 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setProxyHeader($proxyHeader) + { + $this->proxyHeader = $proxyHeader; + } + public function getProxyHeader() + { + return $this->proxyHeader; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyList.php new file mode 100644 index 000000000..d47431a0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetTcpProxy + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetTcpProxy + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetTcpProxyListWarning + */ + public function setWarning(Google_Service_Compute_TargetTcpProxyListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetTcpProxyListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarning.php new file mode 100644 index 000000000..7153f452a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetTcpProxyListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetTcpProxyListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarningData.php new file mode 100644 index 000000000..3cf38434e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetTcpProxyListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.php new file mode 100644 index 000000000..e62a9bf92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.php @@ -0,0 +1,121 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setForwardingRules($forwardingRules) + { + $this->forwardingRules = $forwardingRules; + } + public function getForwardingRules() + { + return $this->forwardingRules; + } + 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 setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTunnels($tunnels) + { + $this->tunnels = $tunnels; + } + public function getTunnels() + { + return $this->tunnels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedList.php new file mode 100644 index 000000000..ac95ef9c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetVpnGatewaysScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetVpnGatewaysScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetVpnGatewayAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_TargetVpnGatewayAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetVpnGatewayAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarning.php new file mode 100644 index 000000000..cef0c4d60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetVpnGatewayAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetVpnGatewayAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarningData.php new file mode 100644 index 000000000..2e2ca40c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.php new file mode 100644 index 000000000..724425ab1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetVpnGateway + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetVpnGateway + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetVpnGatewayListWarning + */ + public function setWarning(Google_Service_Compute_TargetVpnGatewayListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetVpnGatewayListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarning.php new file mode 100644 index 000000000..7a899fe80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetVpnGatewayListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetVpnGatewayListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarningData.php new file mode 100644 index 000000000..7bff6a48e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.php new file mode 100644 index 000000000..263d7081e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.php @@ -0,0 +1,54 @@ +targetVpnGateways = $targetVpnGateways; + } + /** + * @return Google_Service_Compute_TargetVpnGateway + */ + public function getTargetVpnGateways() + { + return $this->targetVpnGateways; + } + /** + * @param Google_Service_Compute_TargetVpnGatewaysScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetVpnGatewaysScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetVpnGatewaysScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.php new file mode 100644 index 000000000..c1dce4853 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetVpnGatewaysScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetVpnGatewaysScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php new file mode 100644 index 000000000..69c3cb281 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TestFailure.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TestFailure.php new file mode 100644 index 000000000..a9728ce5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TestFailure.php @@ -0,0 +1,57 @@ +actualService = $actualService; + } + public function getActualService() + { + return $this->actualService; + } + public function setExpectedService($expectedService) + { + $this->expectedService = $expectedService; + } + public function getExpectedService() + { + return $this->expectedService; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsRequest.php new file mode 100644 index 000000000..d463b00e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsResponse.php new file mode 100644 index 000000000..a1df903d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TestPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php new file mode 100644 index 000000000..b0803d69e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php @@ -0,0 +1,199 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setDefaultRouteAction(Google_Service_Compute_HttpRouteAction $defaultRouteAction) + { + $this->defaultRouteAction = $defaultRouteAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getDefaultRouteAction() + { + return $this->defaultRouteAction; + } + public function setDefaultService($defaultService) + { + $this->defaultService = $defaultService; + } + public function getDefaultService() + { + return $this->defaultService; + } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect) + { + $this->defaultUrlRedirect = $defaultUrlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getDefaultUrlRedirect() + { + return $this->defaultUrlRedirect; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } + /** + * @param Google_Service_Compute_HostRule + */ + public function setHostRules($hostRules) + { + $this->hostRules = $hostRules; + } + /** + * @return Google_Service_Compute_HostRule + */ + public function getHostRules() + { + return $this->hostRules; + } + 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_Compute_PathMatcher + */ + public function setPathMatchers($pathMatchers) + { + $this->pathMatchers = $pathMatchers; + } + /** + * @return Google_Service_Compute_PathMatcher + */ + public function getPathMatchers() + { + return $this->pathMatchers; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_UrlMapTest + */ + public function setTests($tests) + { + $this->tests = $tests; + } + /** + * @return Google_Service_Compute_UrlMapTest + */ + public function getTests() + { + return $this->tests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.php new file mode 100644 index 000000000..7545e6357 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_UrlMap + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_UrlMap + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_UrlMapListWarning + */ + public function setWarning(Google_Service_Compute_UrlMapListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_UrlMapListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarning.php new file mode 100644 index 000000000..92cc32018 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_UrlMapListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_UrlMapListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarningData.php new file mode 100644 index 000000000..d6de639a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.php new file mode 100644 index 000000000..eea15cec3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.php @@ -0,0 +1,30 @@ +urlMap = $urlMap; + } + public function getUrlMap() + { + return $this->urlMap; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapTest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapTest.php new file mode 100644 index 000000000..8849b2683 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapTest.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapValidationResult.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapValidationResult.php new file mode 100644 index 000000000..4864bb171 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapValidationResult.php @@ -0,0 +1,65 @@ +loadErrors = $loadErrors; + } + public function getLoadErrors() + { + return $this->loadErrors; + } + public function setLoadSucceeded($loadSucceeded) + { + $this->loadSucceeded = $loadSucceeded; + } + public function getLoadSucceeded() + { + return $this->loadSucceeded; + } + /** + * @param Google_Service_Compute_TestFailure + */ + public function setTestFailures($testFailures) + { + $this->testFailures = $testFailures; + } + /** + * @return Google_Service_Compute_TestFailure + */ + public function getTestFailures() + { + return $this->testFailures; + } + public function setTestPassed($testPassed) + { + $this->testPassed = $testPassed; + } + public function getTestPassed() + { + return $this->testPassed; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.php new file mode 100644 index 000000000..21ebeb5bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_UrlMapsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_UrlMapsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_UrlMapsAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_UrlMapsAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_UrlMapsAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.php new file mode 100644 index 000000000..eb3ff0831 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_UrlMapsAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_UrlMapsAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.php new file mode 100644 index 000000000..3c5ce79bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.php new file mode 100644 index 000000000..3a02765d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.php @@ -0,0 +1,54 @@ +urlMaps = $urlMaps; + } + /** + * @return Google_Service_Compute_UrlMap + */ + public function getUrlMaps() + { + return $this->urlMaps; + } + /** + * @param Google_Service_Compute_UrlMapsScopedListWarning + */ + public function setWarning(Google_Service_Compute_UrlMapsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_UrlMapsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.php new file mode 100644 index 000000000..50f8f8d7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_UrlMapsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_UrlMapsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.php new file mode 100644 index 000000000..b7ff18ea8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php new file mode 100644 index 000000000..9f79acc74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php @@ -0,0 +1,37 @@ +resource = $resource; + } + /** + * @return Google_Service_Compute_UrlMap + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateResponse.php new file mode 100644 index 000000000..4ac29199a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_Compute_UrlMapValidationResult + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.php new file mode 100644 index 000000000..5bdbd482d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.php @@ -0,0 +1,39 @@ +hostRewrite = $hostRewrite; + } + public function getHostRewrite() + { + return $this->hostRewrite; + } + public function setPathPrefixRewrite($pathPrefixRewrite) + { + $this->pathPrefixRewrite = $pathPrefixRewrite; + } + public function getPathPrefixRewrite() + { + return $this->pathPrefixRewrite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetwork.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetwork.php new file mode 100644 index 000000000..5124a4547 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetwork.php @@ -0,0 +1,65 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + /** + * @param Google_Service_Compute_UsableSubnetworkSecondaryRange + */ + public function setSecondaryIpRanges($secondaryIpRanges) + { + $this->secondaryIpRanges = $secondaryIpRanges; + } + /** + * @return Google_Service_Compute_UsableSubnetworkSecondaryRange + */ + public function getSecondaryIpRanges() + { + return $this->secondaryIpRanges; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworkSecondaryRange.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworkSecondaryRange.php new file mode 100644 index 000000000..e7403a250 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworkSecondaryRange.php @@ -0,0 +1,39 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setRangeName($rangeName) + { + $this->rangeName = $rangeName; + } + public function getRangeName() + { + return $this->rangeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedList.php new file mode 100644 index 000000000..28ac46857 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_UsableSubnetwork + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_UsableSubnetwork + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_UsableSubnetworksAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_UsableSubnetworksAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_UsableSubnetworksAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarning.php new file mode 100644 index 000000000..0b8858cfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_UsableSubnetworksAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_UsableSubnetworksAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarningData.php new file mode 100644 index 000000000..16bb6556c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsableSubnetworksAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php new file mode 100644 index 000000000..b5b6ff6d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php @@ -0,0 +1,39 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } + public function setReportNamePrefix($reportNamePrefix) + { + $this->reportNamePrefix = $reportNamePrefix; + } + public function getReportNamePrefix() + { + return $this->reportNamePrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappings.php new file mode 100644 index 000000000..fdaf6253d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappings.php @@ -0,0 +1,47 @@ +instanceName = $instanceName; + } + public function getInstanceName() + { + return $this->instanceName; + } + /** + * @param Google_Service_Compute_VmEndpointNatMappingsInterfaceNatMappings + */ + public function setInterfaceNatMappings($interfaceNatMappings) + { + $this->interfaceNatMappings = $interfaceNatMappings; + } + /** + * @return Google_Service_Compute_VmEndpointNatMappingsInterfaceNatMappings + */ + public function getInterfaceNatMappings() + { + return $this->interfaceNatMappings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsInterfaceNatMappings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsInterfaceNatMappings.php new file mode 100644 index 000000000..c8591f5e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsInterfaceNatMappings.php @@ -0,0 +1,76 @@ +drainNatIpPortRanges = $drainNatIpPortRanges; + } + public function getDrainNatIpPortRanges() + { + return $this->drainNatIpPortRanges; + } + public function setNatIpPortRanges($natIpPortRanges) + { + $this->natIpPortRanges = $natIpPortRanges; + } + public function getNatIpPortRanges() + { + return $this->natIpPortRanges; + } + public function setNumTotalDrainNatPorts($numTotalDrainNatPorts) + { + $this->numTotalDrainNatPorts = $numTotalDrainNatPorts; + } + public function getNumTotalDrainNatPorts() + { + return $this->numTotalDrainNatPorts; + } + public function setNumTotalNatPorts($numTotalNatPorts) + { + $this->numTotalNatPorts = $numTotalNatPorts; + } + public function getNumTotalNatPorts() + { + return $this->numTotalNatPorts; + } + public function setSourceAliasIpRange($sourceAliasIpRange) + { + $this->sourceAliasIpRange = $sourceAliasIpRange; + } + public function getSourceAliasIpRange() + { + return $this->sourceAliasIpRange; + } + public function setSourceVirtualIp($sourceVirtualIp) + { + $this->sourceVirtualIp = $sourceVirtualIp; + } + public function getSourceVirtualIp() + { + return $this->sourceVirtualIp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsList.php new file mode 100644 index 000000000..94bfef86f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + 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; + } + /** + * @param Google_Service_Compute_VmEndpointNatMappings + */ + public function setResult($result) + { + $this->result = $result; + } + /** + * @return Google_Service_Compute_VmEndpointNatMappings + */ + public function getResult() + { + return $this->result; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VmEndpointNatMappingsListWarning + */ + public function setWarning(Google_Service_Compute_VmEndpointNatMappingsListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VmEndpointNatMappingsListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarning.php new file mode 100644 index 000000000..901ee68bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VmEndpointNatMappingsListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VmEndpointNatMappingsListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarningData.php new file mode 100644 index 000000000..11e6edd62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VmEndpointNatMappingsListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.php new file mode 100644 index 000000000..25048f34d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.php @@ -0,0 +1,128 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnGatewayVpnGatewayInterface + */ + public function setVpnInterfaces($vpnInterfaces) + { + $this->vpnInterfaces = $vpnInterfaces; + } + /** + * @return Google_Service_Compute_VpnGatewayVpnGatewayInterface + */ + public function getVpnInterfaces() + { + return $this->vpnInterfaces; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.php new file mode 100644 index 000000000..f2046f82f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_VpnGatewaysScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_VpnGatewaysScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnGatewayAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_VpnGatewayAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnGatewayAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.php new file mode 100644 index 000000000..db6208aaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnGatewayAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnGatewayAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.php new file mode 100644 index 000000000..fd9b91aa5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.php new file mode 100644 index 000000000..fbad4695a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_VpnGateway + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_VpnGateway + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnGatewayListWarning + */ + public function setWarning(Google_Service_Compute_VpnGatewayListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnGatewayListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.php new file mode 100644 index 000000000..097057662 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnGatewayListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnGatewayListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.php new file mode 100644 index 000000000..d22fd766e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.php new file mode 100644 index 000000000..72defb3a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.php @@ -0,0 +1,38 @@ +vpnConnections = $vpnConnections; + } + /** + * @return Google_Service_Compute_VpnGatewayStatusVpnConnection + */ + public function getVpnConnections() + { + return $this->vpnConnections; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.php new file mode 100644 index 000000000..b8eeaf93d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.php @@ -0,0 +1,39 @@ +state = $state; + } + public function getState() + { + return $this->state; + } + public function setUnsatisfiedReason($unsatisfiedReason) + { + $this->unsatisfiedReason = $unsatisfiedReason; + } + public function getUnsatisfiedReason() + { + return $this->unsatisfiedReason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusTunnel.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusTunnel.php new file mode 100644 index 000000000..5bbf7c403 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusTunnel.php @@ -0,0 +1,48 @@ +localGatewayInterface = $localGatewayInterface; + } + public function getLocalGatewayInterface() + { + return $this->localGatewayInterface; + } + public function setPeerGatewayInterface($peerGatewayInterface) + { + $this->peerGatewayInterface = $peerGatewayInterface; + } + public function getPeerGatewayInterface() + { + return $this->peerGatewayInterface; + } + public function setTunnelUrl($tunnelUrl) + { + $this->tunnelUrl = $tunnelUrl; + } + public function getTunnelUrl() + { + return $this->tunnelUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.php new file mode 100644 index 000000000..8b6ff9f97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.php @@ -0,0 +1,72 @@ +peerExternalGateway = $peerExternalGateway; + } + public function getPeerExternalGateway() + { + return $this->peerExternalGateway; + } + public function setPeerGcpGateway($peerGcpGateway) + { + $this->peerGcpGateway = $peerGcpGateway; + } + public function getPeerGcpGateway() + { + return $this->peerGcpGateway; + } + /** + * @param Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState + */ + public function setState(Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState $state) + { + $this->state = $state; + } + /** + * @return Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState + */ + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_Compute_VpnGatewayStatusTunnel + */ + public function setTunnels($tunnels) + { + $this->tunnels = $tunnels; + } + /** + * @return Google_Service_Compute_VpnGatewayStatusTunnel + */ + public function getTunnels() + { + return $this->tunnels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.php new file mode 100644 index 000000000..d1ebea63d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.php new file mode 100644 index 000000000..11d79a93f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_Compute_VpnGatewayStatus + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.php new file mode 100644 index 000000000..41ea76c86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.php @@ -0,0 +1,54 @@ +vpnGateways = $vpnGateways; + } + /** + * @return Google_Service_Compute_VpnGateway + */ + public function getVpnGateways() + { + return $this->vpnGateways; + } + /** + * @param Google_Service_Compute_VpnGatewaysScopedListWarning + */ + public function setWarning(Google_Service_Compute_VpnGatewaysScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnGatewaysScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.php new file mode 100644 index 000000000..e775fdbaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnGatewaysScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnGatewaysScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.php new file mode 100644 index 000000000..687a8ec92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php new file mode 100644 index 000000000..aa738f5ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php @@ -0,0 +1,220 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDetailedStatus($detailedStatus) + { + $this->detailedStatus = $detailedStatus; + } + public function getDetailedStatus() + { + return $this->detailedStatus; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIkeVersion($ikeVersion) + { + $this->ikeVersion = $ikeVersion; + } + public function getIkeVersion() + { + return $this->ikeVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocalTrafficSelector($localTrafficSelector) + { + $this->localTrafficSelector = $localTrafficSelector; + } + public function getLocalTrafficSelector() + { + return $this->localTrafficSelector; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPeerExternalGateway($peerExternalGateway) + { + $this->peerExternalGateway = $peerExternalGateway; + } + public function getPeerExternalGateway() + { + return $this->peerExternalGateway; + } + public function setPeerExternalGatewayInterface($peerExternalGatewayInterface) + { + $this->peerExternalGatewayInterface = $peerExternalGatewayInterface; + } + public function getPeerExternalGatewayInterface() + { + return $this->peerExternalGatewayInterface; + } + public function setPeerGcpGateway($peerGcpGateway) + { + $this->peerGcpGateway = $peerGcpGateway; + } + public function getPeerGcpGateway() + { + return $this->peerGcpGateway; + } + public function setPeerIp($peerIp) + { + $this->peerIp = $peerIp; + } + public function getPeerIp() + { + return $this->peerIp; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRemoteTrafficSelector($remoteTrafficSelector) + { + $this->remoteTrafficSelector = $remoteTrafficSelector; + } + public function getRemoteTrafficSelector() + { + return $this->remoteTrafficSelector; + } + public function setRouter($router) + { + $this->router = $router; + } + public function getRouter() + { + return $this->router; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSharedSecret($sharedSecret) + { + $this->sharedSecret = $sharedSecret; + } + public function getSharedSecret() + { + return $this->sharedSecret; + } + public function setSharedSecretHash($sharedSecretHash) + { + $this->sharedSecretHash = $sharedSecretHash; + } + public function getSharedSecretHash() + { + return $this->sharedSecretHash; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTargetVpnGateway($targetVpnGateway) + { + $this->targetVpnGateway = $targetVpnGateway; + } + public function getTargetVpnGateway() + { + return $this->targetVpnGateway; + } + public function setVpnGateway($vpnGateway) + { + $this->vpnGateway = $vpnGateway; + } + public function getVpnGateway() + { + return $this->vpnGateway; + } + public function setVpnGatewayInterface($vpnGatewayInterface) + { + $this->vpnGatewayInterface = $vpnGatewayInterface; + } + public function getVpnGatewayInterface() + { + return $this->vpnGatewayInterface; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedList.php new file mode 100644 index 000000000..0a74343b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_VpnTunnelsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_VpnTunnelsScopedList + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnTunnelAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_VpnTunnelAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnTunnelAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarning.php new file mode 100644 index 000000000..08a3cbc3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnTunnelAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnTunnelAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarningData.php new file mode 100644 index 000000000..cb4088551 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.php new file mode 100644 index 000000000..530182f89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_VpnTunnel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_VpnTunnel + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnTunnelListWarning + */ + public function setWarning(Google_Service_Compute_VpnTunnelListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnTunnelListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarning.php new file mode 100644 index 000000000..1b0ea285e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnTunnelListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnTunnelListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarningData.php new file mode 100644 index 000000000..8ca028289 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.php new file mode 100644 index 000000000..fc8df83e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.php @@ -0,0 +1,54 @@ +vpnTunnels = $vpnTunnels; + } + /** + * @return Google_Service_Compute_VpnTunnel + */ + public function getVpnTunnels() + { + return $this->vpnTunnels; + } + /** + * @param Google_Service_Compute_VpnTunnelsScopedListWarning + */ + public function setWarning(Google_Service_Compute_VpnTunnelsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnTunnelsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.php new file mode 100644 index 000000000..b4856ba4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnTunnelsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnTunnelsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php new file mode 100644 index 000000000..4a1437cb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.php b/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.php new file mode 100644 index 000000000..28e78c9fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.php @@ -0,0 +1,55 @@ +backendService = $backendService; + } + public function getBackendService() + { + return $this->backendService; + } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostList.php new file mode 100644 index 000000000..a3495e949 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Project + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Project + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_XpnHostListWarning + */ + public function setWarning(Google_Service_Compute_XpnHostListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_XpnHostListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarning.php new file mode 100644 index 000000000..5b50af956 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_XpnHostListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_XpnHostListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarningData.php new file mode 100644 index 000000000..a6cbd6ebe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnHostListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/XpnResourceId.php b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnResourceId.php new file mode 100644 index 000000000..067613020 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/XpnResourceId.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Zone.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Zone.php new file mode 100644 index 000000000..b1bedd8d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Zone.php @@ -0,0 +1,119 @@ +availableCpuPlatforms = $availableCpuPlatforms; + } + public function getAvailableCpuPlatforms() + { + return $this->availableCpuPlatforms; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + /** + * @param Google_Service_Compute_DeprecationStatus + */ + public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated) + { + $this->deprecated = $deprecated; + } + /** + * @return Google_Service_Compute_DeprecationStatus + */ + public function getDeprecated() + { + return $this->deprecated; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php new file mode 100644 index 000000000..68225c41c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_Zone + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_Zone + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ZoneListWarning + */ + public function setWarning(Google_Service_Compute_ZoneListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ZoneListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarning.php new file mode 100644 index 000000000..7b42f82cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ZoneListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ZoneListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarningData.php new file mode 100644 index 000000000..0297c0c1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetLabelsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetLabelsRequest.php new file mode 100644 index 000000000..3b838d6aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetLabelsRequest.php @@ -0,0 +1,39 @@ +labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetPolicyRequest.php new file mode 100644 index 000000000..05c3f96d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneSetPolicyRequest.php @@ -0,0 +1,63 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Compute_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Compute_Policy + */ + public function setPolicy(Google_Service_Compute_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Compute_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.php new file mode 100644 index 000000000..db5e29b95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.php @@ -0,0 +1,210 @@ + + * Creates and conducts surveys, lists the surveys that an authenticated user + * owns, and retrieves survey results and information about specified surveys. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ConsumerSurveys extends Google_Service +{ + /** View and edit your surveys and results. */ + const CONSUMERSURVEYS = + "https://www.googleapis.com/auth/consumersurveys"; + /** View the results for your surveys. */ + const CONSUMERSURVEYS_READONLY = + "https://www.googleapis.com/auth/consumersurveys.readonly"; + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $mobileapppanels; + public $results; + public $surveys; + + /** + * Constructs the internal representation of the ConsumerSurveys service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'consumersurveys/v2/'; + $this->version = 'v2'; + $this->serviceName = 'consumersurveys'; + + $this->mobileapppanels = new Google_Service_ConsumerSurveys_Resource_Mobileapppanels( + $this, + $this->serviceName, + 'mobileapppanels', + array( + 'methods' => array( + 'get' => array( + 'path' => 'mobileAppPanels/{panelId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'panelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'mobileAppPanels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'mobileAppPanels/{panelId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'panelId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->results = new Google_Service_ConsumerSurveys_Resource_Results( + $this, + $this->serviceName, + 'results', + array( + 'methods' => array( + 'get' => array( + 'path' => 'surveys/{surveyUrlId}/results', + 'httpMethod' => 'GET', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->surveys = new Google_Service_ConsumerSurveys_Resource_Surveys( + $this, + $this->serviceName, + 'surveys', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'surveys/{surveyUrlId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'surveys/{surveyUrlId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'surveys', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'surveys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'start' => array( + 'path' => 'surveys/{resourceId}/start', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stop' => array( + 'path' => 'surveys/{resourceId}/stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'surveys/{surveyUrlId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/FieldMask.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/FieldMask.php new file mode 100644 index 000000000..4ec900da7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/FieldMask.php @@ -0,0 +1,47 @@ +fields = $fields; + } + /** + * @return Google_Service_ConsumerSurveys_FieldMask + */ + public function getFields() + { + return $this->fields; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php new file mode 100644 index 000000000..a357b49d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php @@ -0,0 +1,76 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setIsPublicPanel($isPublicPanel) + { + $this->isPublicPanel = $isPublicPanel; + } + public function getIsPublicPanel() + { + return $this->isPublicPanel; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setMobileAppPanelId($mobileAppPanelId) + { + $this->mobileAppPanelId = $mobileAppPanelId; + } + public function getMobileAppPanelId() + { + return $this->mobileAppPanelId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOwners($owners) + { + $this->owners = $owners; + } + public function getOwners() + { + return $this->owners; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanelsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanelsListResponse.php new file mode 100644 index 000000000..c08e51c75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanelsListResponse.php @@ -0,0 +1,79 @@ +pageInfo = $pageInfo; + } + /** + * @return Google_Service_ConsumerSurveys_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + /** + * @param Google_Service_ConsumerSurveys_MobileAppPanel + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ConsumerSurveys_MobileAppPanel + */ + public function getResources() + { + return $this->resources; + } + /** + * @param Google_Service_ConsumerSurveys_TokenPagination + */ + public function setTokenPagination(Google_Service_ConsumerSurveys_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_ConsumerSurveys_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.php new file mode 100644 index 000000000..821786d6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.php @@ -0,0 +1,48 @@ +resultPerPage = $resultPerPage; + } + public function getResultPerPage() + { + return $this->resultPerPage; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Mobileapppanels.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Mobileapppanels.php new file mode 100644 index 000000000..e9e18275d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Mobileapppanels.php @@ -0,0 +1,74 @@ + + * $consumersurveysService = new Google_Service_ConsumerSurveys(...); + * $mobileapppanels = $consumersurveysService->mobileapppanels; + * + */ +class Google_Service_ConsumerSurveys_Resource_Mobileapppanels extends Google_Service_Resource +{ + /** + * Retrieves a MobileAppPanel that is available to the authenticated user. + * (mobileapppanels.get) + * + * @param string $panelId External URL ID for the panel. + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_MobileAppPanel + */ + public function get($panelId, $optParams = array()) + { + $params = array('panelId' => $panelId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ConsumerSurveys_MobileAppPanel"); + } + /** + * Lists the MobileAppPanels available to the authenticated user. + * (mobileapppanels.listMobileapppanels) + * + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults + * @opt_param string startIndex + * @opt_param string token + * @return Google_Service_ConsumerSurveys_MobileAppPanelsListResponse + */ + public function listMobileapppanels($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ConsumerSurveys_MobileAppPanelsListResponse"); + } + /** + * Updates a MobileAppPanel. Currently the only property that can be updated is + * the owners property. (mobileapppanels.update) + * + * @param string $panelId External URL ID for the panel. + * @param Google_Service_ConsumerSurveys_MobileAppPanel $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_MobileAppPanel + */ + public function update($panelId, Google_Service_ConsumerSurveys_MobileAppPanel $postBody, $optParams = array()) + { + $params = array('panelId' => $panelId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ConsumerSurveys_MobileAppPanel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Results.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Results.php new file mode 100644 index 000000000..561b7c82b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Results.php @@ -0,0 +1,43 @@ + + * $consumersurveysService = new Google_Service_ConsumerSurveys(...); + * $results = $consumersurveysService->results; + * + */ +class Google_Service_ConsumerSurveys_Resource_Results extends Google_Service_Resource +{ + /** + * Retrieves any survey results that have been produced so far. Results are + * formatted as an Excel file. You must add "?alt=media" to the URL as an + * argument to get results. (results.get) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_SurveyResults + */ + public function get($surveyUrlId, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ConsumerSurveys_SurveyResults"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Surveys.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Surveys.php new file mode 100644 index 000000000..4f4f7171a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Resource/Surveys.php @@ -0,0 +1,125 @@ + + * $consumersurveysService = new Google_Service_ConsumerSurveys(...); + * $surveys = $consumersurveysService->surveys; + * + */ +class Google_Service_ConsumerSurveys_Resource_Surveys extends Google_Service_Resource +{ + /** + * Removes a survey from view in all user GET requests. (surveys.delete) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_SurveysDeleteResponse + */ + public function delete($surveyUrlId, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ConsumerSurveys_SurveysDeleteResponse"); + } + /** + * Retrieves information about the specified survey. (surveys.get) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_Survey + */ + public function get($surveyUrlId, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ConsumerSurveys_Survey"); + } + /** + * Creates a survey. (surveys.insert) + * + * @param Google_Service_ConsumerSurveys_Survey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_Survey + */ + public function insert(Google_Service_ConsumerSurveys_Survey $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ConsumerSurveys_Survey"); + } + /** + * Lists the surveys owned by the authenticated user. (surveys.listSurveys) + * + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults + * @opt_param string startIndex + * @opt_param string token + * @return Google_Service_ConsumerSurveys_SurveysListResponse + */ + public function listSurveys($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ConsumerSurveys_SurveysListResponse"); + } + /** + * Begins running a survey. (surveys.start) + * + * @param string $resourceId + * @param Google_Service_ConsumerSurveys_SurveysStartRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_SurveysStartResponse + */ + public function start($resourceId, Google_Service_ConsumerSurveys_SurveysStartRequest $postBody, $optParams = array()) + { + $params = array('resourceId' => $resourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_ConsumerSurveys_SurveysStartResponse"); + } + /** + * Stops a running survey. (surveys.stop) + * + * @param string $resourceId + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_SurveysStopResponse + */ + public function stop($resourceId, $optParams = array()) + { + $params = array('resourceId' => $resourceId); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_ConsumerSurveys_SurveysStopResponse"); + } + /** + * Updates a survey. Currently the only property that can be updated is the + * owners property. (surveys.update) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param Google_Service_ConsumerSurveys_Survey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ConsumerSurveys_Survey + */ + public function update($surveyUrlId, Google_Service_ConsumerSurveys_Survey $postBody, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ConsumerSurveys_Survey"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsGetRequest.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsGetRequest.php new file mode 100644 index 000000000..dfd16d906 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsGetRequest.php @@ -0,0 +1,37 @@ +resultMask = $resultMask; + } + /** + * @return Google_Service_ConsumerSurveys_ResultsMask + */ + public function getResultMask() + { + return $this->resultMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.php new file mode 100644 index 000000000..a19d8f770 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.php @@ -0,0 +1,47 @@ +fields = $fields; + } + /** + * @return Google_Service_ConsumerSurveys_FieldMask + */ + public function getFields() + { + return $this->fields; + } + public function setProjection($projection) + { + $this->projection = $projection; + } + public function getProjection() + { + return $this->projection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php new file mode 100644 index 000000000..405ab2616 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php @@ -0,0 +1,149 @@ +audience = $audience; + } + /** + * @return Google_Service_ConsumerSurveys_SurveyAudience + */ + public function getAudience() + { + return $this->audience; + } + /** + * @param Google_Service_ConsumerSurveys_SurveyCost + */ + public function setCost(Google_Service_ConsumerSurveys_SurveyCost $cost) + { + $this->cost = $cost; + } + /** + * @return Google_Service_ConsumerSurveys_SurveyCost + */ + public function getCost() + { + return $this->cost; + } + public function setCustomerData($customerData) + { + $this->customerData = $customerData; + } + public function getCustomerData() + { + return $this->customerData; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setOwners($owners) + { + $this->owners = $owners; + } + public function getOwners() + { + return $this->owners; + } + /** + * @param Google_Service_ConsumerSurveys_SurveyQuestion + */ + public function setQuestions($questions) + { + $this->questions = $questions; + } + /** + * @return Google_Service_ConsumerSurveys_SurveyQuestion + */ + public function getQuestions() + { + return $this->questions; + } + /** + * @param Google_Service_ConsumerSurveys_SurveyRejection + */ + public function setRejectionReason(Google_Service_ConsumerSurveys_SurveyRejection $rejectionReason) + { + $this->rejectionReason = $rejectionReason; + } + /** + * @return Google_Service_ConsumerSurveys_SurveyRejection + */ + public function getRejectionReason() + { + return $this->rejectionReason; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSurveyUrlId($surveyUrlId) + { + $this->surveyUrlId = $surveyUrlId; + } + public function getSurveyUrlId() + { + return $this->surveyUrlId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setWantedResponseCount($wantedResponseCount) + { + $this->wantedResponseCount = $wantedResponseCount; + } + public function getWantedResponseCount() + { + return $this->wantedResponseCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php new file mode 100644 index 000000000..5eb8715e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php @@ -0,0 +1,85 @@ +ages = $ages; + } + public function getAges() + { + return $this->ages; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCountrySubdivision($countrySubdivision) + { + $this->countrySubdivision = $countrySubdivision; + } + public function getCountrySubdivision() + { + return $this->countrySubdivision; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setMobileAppPanelId($mobileAppPanelId) + { + $this->mobileAppPanelId = $mobileAppPanelId; + } + public function getMobileAppPanelId() + { + return $this->mobileAppPanelId; + } + public function setPopulationSource($populationSource) + { + $this->populationSource = $populationSource; + } + public function getPopulationSource() + { + return $this->populationSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyCost.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyCost.php new file mode 100644 index 000000000..d33acae73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyCost.php @@ -0,0 +1,57 @@ +costPerResponseNanos = $costPerResponseNanos; + } + public function getCostPerResponseNanos() + { + return $this->costPerResponseNanos; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setMaxCostPerResponseNanos($maxCostPerResponseNanos) + { + $this->maxCostPerResponseNanos = $maxCostPerResponseNanos; + } + public function getMaxCostPerResponseNanos() + { + return $this->maxCostPerResponseNanos; + } + public function setNanos($nanos) + { + $this->nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestion.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestion.php new file mode 100644 index 000000000..4280a32f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestion.php @@ -0,0 +1,191 @@ +answerOrder = $answerOrder; + } + public function getAnswerOrder() + { + return $this->answerOrder; + } + public function setAnswers($answers) + { + $this->answers = $answers; + } + public function getAnswers() + { + return $this->answers; + } + public function setHasOther($hasOther) + { + $this->hasOther = $hasOther; + } + public function getHasOther() + { + return $this->hasOther; + } + public function setHighValueLabel($highValueLabel) + { + $this->highValueLabel = $highValueLabel; + } + public function getHighValueLabel() + { + return $this->highValueLabel; + } + /** + * @param Google_Service_ConsumerSurveys_SurveyQuestionImage + */ + public function setImages($images) + { + $this->images = $images; + } + /** + * @return Google_Service_ConsumerSurveys_SurveyQuestionImage + */ + public function getImages() + { + return $this->images; + } + public function setLastAnswerPositionPinned($lastAnswerPositionPinned) + { + $this->lastAnswerPositionPinned = $lastAnswerPositionPinned; + } + public function getLastAnswerPositionPinned() + { + return $this->lastAnswerPositionPinned; + } + public function setLowValueLabel($lowValueLabel) + { + $this->lowValueLabel = $lowValueLabel; + } + public function getLowValueLabel() + { + return $this->lowValueLabel; + } + public function setMustPickSuggestion($mustPickSuggestion) + { + $this->mustPickSuggestion = $mustPickSuggestion; + } + public function getMustPickSuggestion() + { + return $this->mustPickSuggestion; + } + public function setNumStars($numStars) + { + $this->numStars = $numStars; + } + public function getNumStars() + { + return $this->numStars; + } + public function setOpenTextPlaceholder($openTextPlaceholder) + { + $this->openTextPlaceholder = $openTextPlaceholder; + } + public function getOpenTextPlaceholder() + { + return $this->openTextPlaceholder; + } + public function setOpenTextSuggestions($openTextSuggestions) + { + $this->openTextSuggestions = $openTextSuggestions; + } + public function getOpenTextSuggestions() + { + return $this->openTextSuggestions; + } + public function setQuestion($question) + { + $this->question = $question; + } + public function getQuestion() + { + return $this->question; + } + public function setSentimentText($sentimentText) + { + $this->sentimentText = $sentimentText; + } + public function getSentimentText() + { + return $this->sentimentText; + } + public function setSingleLineResponse($singleLineResponse) + { + $this->singleLineResponse = $singleLineResponse; + } + public function getSingleLineResponse() + { + return $this->singleLineResponse; + } + public function setThresholdAnswers($thresholdAnswers) + { + $this->thresholdAnswers = $thresholdAnswers; + } + public function getThresholdAnswers() + { + return $this->thresholdAnswers; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnitOfMeasurementLabel($unitOfMeasurementLabel) + { + $this->unitOfMeasurementLabel = $unitOfMeasurementLabel; + } + public function getUnitOfMeasurementLabel() + { + return $this->unitOfMeasurementLabel; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php new file mode 100644 index 000000000..e802f673d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php @@ -0,0 +1,48 @@ +altText = $altText; + } + public function getAltText() + { + return $this->altText; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyRejection.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyRejection.php new file mode 100644 index 000000000..af2992397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyRejection.php @@ -0,0 +1,39 @@ +explanation = $explanation; + } + public function getExplanation() + { + return $this->explanation; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyResults.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyResults.php new file mode 100644 index 000000000..a5fae0b5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyResults.php @@ -0,0 +1,39 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSurveyUrlId($surveyUrlId) + { + $this->surveyUrlId = $surveyUrlId; + } + public function getSurveyUrlId() + { + return $this->surveyUrlId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysDeleteResponse.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysDeleteResponse.php new file mode 100644 index 000000000..079b1058a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysDeleteResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysListResponse.php new file mode 100644 index 000000000..e3a8c72bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysListResponse.php @@ -0,0 +1,79 @@ +pageInfo = $pageInfo; + } + /** + * @return Google_Service_ConsumerSurveys_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + /** + * @param Google_Service_ConsumerSurveys_Survey + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ConsumerSurveys_Survey + */ + public function getResources() + { + return $this->resources; + } + /** + * @param Google_Service_ConsumerSurveys_TokenPagination + */ + public function setTokenPagination(Google_Service_ConsumerSurveys_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_ConsumerSurveys_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.php new file mode 100644 index 000000000..de11ae446 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.php @@ -0,0 +1,30 @@ +maxCostPerResponseNanos = $maxCostPerResponseNanos; + } + public function getMaxCostPerResponseNanos() + { + return $this->maxCostPerResponseNanos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartResponse.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartResponse.php new file mode 100644 index 000000000..8627be483 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php new file mode 100644 index 000000000..93807287e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php new file mode 100644 index 000000000..61567fdae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php @@ -0,0 +1,39 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setPreviousPageToken($previousPageToken) + { + $this->previousPageToken = $previousPageToken; + } + public function getPreviousPageToken() + { + return $this->previousPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container.php b/vendor/google/apiclient-services/src/Google/Service/Container.php new file mode 100644 index 000000000..445076599 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container.php @@ -0,0 +1,1262 @@ + + * Builds and manages container-based applications, powered by the open source + * Kubernetes technology. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Container extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_aggregated_usableSubnetworks; + public $projects_locations; + public $projects_locations_clusters; + public $projects_locations_clusters_nodePools; + public $projects_locations_clusters_well_known; + public $projects_locations_operations; + public $projects_zones; + public $projects_zones_clusters; + public $projects_zones_clusters_nodePools; + public $projects_zones_operations; + + /** + * Constructs the internal representation of the Container 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://container.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'container'; + + $this->projects_aggregated_usableSubnetworks = new Google_Service_Container_Resource_ProjectsAggregatedUsableSubnetworks( + $this, + $this->serviceName, + 'usableSubnetworks', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/aggregated/usableSubnetworks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_Container_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'getServerConfig' => array( + 'path' => 'v1/{+name}/serverConfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_clusters = new Google_Service_Container_Resource_ProjectsLocationsClusters( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'completeIpRotation' => array( + 'path' => 'v1/{+name}:completeIpRotation', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/clusters', + '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, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getJwks' => array( + 'path' => 'v1/{+parent}/jwks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setAddons' => array( + 'path' => 'v1/{+name}:setAddons', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLegacyAbac' => array( + 'path' => 'v1/{+name}:setLegacyAbac', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLocations' => array( + 'path' => 'v1/{+name}:setLocations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setLogging' => array( + 'path' => 'v1/{+name}:setLogging', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setMaintenancePolicy' => array( + 'path' => 'v1/{+name}:setMaintenancePolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setMasterAuth' => array( + 'path' => 'v1/{+name}:setMasterAuth', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setMonitoring' => array( + 'path' => 'v1/{+name}:setMonitoring', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setNetworkPolicy' => array( + 'path' => 'v1/{+name}:setNetworkPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setResourceLabels' => array( + 'path' => 'v1/{+name}:setResourceLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'startIpRotation' => array( + 'path' => 'v1/{+name}:startIpRotation', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateMaster' => array( + 'path' => 'v1/{+name}:updateMaster', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_clusters_nodePools = new Google_Service_Container_Resource_ProjectsLocationsClustersNodePools( + $this, + $this->serviceName, + 'nodePools', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/nodePools', + '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, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'nodePoolId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'nodePoolId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/nodePools', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rollback' => array( + 'path' => 'v1/{+name}:rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setAutoscaling' => array( + 'path' => 'v1/{+name}:setAutoscaling', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setManagement' => array( + 'path' => 'v1/{+name}:setManagement', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setSize' => array( + 'path' => 'v1/{+name}:setSize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_clusters_well_known = new Google_Service_Container_Resource_ProjectsLocationsClustersWellKnown( + $this, + $this->serviceName, + 'well_known', + array( + 'methods' => array( + 'getOpenid-configuration' => array( + 'path' => 'v1/{+parent}/.well-known/openid-configuration', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_Container_Resource_ProjectsLocationsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'operationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_zones = new Google_Service_Container_Resource_ProjectsZones( + $this, + $this->serviceName, + 'zones', + array( + 'methods' => array( + 'getServerconfig' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/serverconfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_zones_clusters = new Google_Service_Container_Resource_ProjectsZonesClusters( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'addons' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'completeIpRotation' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'legacyAbac' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'locations' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'logging' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'master' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'monitoring' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resourceLabels' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setMaintenancePolicy' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMaintenancePolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setMasterAuth' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setNetworkPolicy' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'startIpRotation' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_zones_clusters_nodePools = new Google_Service_Container_Resource_ProjectsZonesClustersNodePools( + $this, + $this->serviceName, + 'nodePools', + array( + 'methods' => array( + 'autoscaling' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rollback' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setManagement' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setSize' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodePoolId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_zones_operations = new Google_Service_Container_Resource_ProjectsZonesOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/AcceleratorConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/AcceleratorConfig.php new file mode 100644 index 000000000..9896cba3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/AcceleratorConfig.php @@ -0,0 +1,39 @@ +acceleratorCount = $acceleratorCount; + } + public function getAcceleratorCount() + { + return $this->acceleratorCount; + } + public function setAcceleratorType($acceleratorType) + { + $this->acceleratorType = $acceleratorType; + } + public function getAcceleratorType() + { + return $this->acceleratorType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php new file mode 100644 index 000000000..08e0e826c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php @@ -0,0 +1,85 @@ +horizontalPodAutoscaling = $horizontalPodAutoscaling; + } + /** + * @return Google_Service_Container_HorizontalPodAutoscaling + */ + public function getHorizontalPodAutoscaling() + { + return $this->horizontalPodAutoscaling; + } + /** + * @param Google_Service_Container_HttpLoadBalancing + */ + public function setHttpLoadBalancing(Google_Service_Container_HttpLoadBalancing $httpLoadBalancing) + { + $this->httpLoadBalancing = $httpLoadBalancing; + } + /** + * @return Google_Service_Container_HttpLoadBalancing + */ + public function getHttpLoadBalancing() + { + return $this->httpLoadBalancing; + } + /** + * @param Google_Service_Container_KubernetesDashboard + */ + public function setKubernetesDashboard(Google_Service_Container_KubernetesDashboard $kubernetesDashboard) + { + $this->kubernetesDashboard = $kubernetesDashboard; + } + /** + * @return Google_Service_Container_KubernetesDashboard + */ + public function getKubernetesDashboard() + { + return $this->kubernetesDashboard; + } + /** + * @param Google_Service_Container_NetworkPolicyConfig + */ + public function setNetworkPolicyConfig(Google_Service_Container_NetworkPolicyConfig $networkPolicyConfig) + { + $this->networkPolicyConfig = $networkPolicyConfig; + } + /** + * @return Google_Service_Container_NetworkPolicyConfig + */ + public function getNetworkPolicyConfig() + { + return $this->networkPolicyConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.php b/vendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.php new file mode 100644 index 000000000..05e96a26f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.php @@ -0,0 +1,39 @@ +autoUpgradeStartTime = $autoUpgradeStartTime; + } + public function getAutoUpgradeStartTime() + { + return $this->autoUpgradeStartTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/BigQueryDestination.php b/vendor/google/apiclient-services/src/Google/Service/Container/BigQueryDestination.php new file mode 100644 index 000000000..834ebaf85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/BigQueryDestination.php @@ -0,0 +1,30 @@ +datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.php b/vendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.php new file mode 100644 index 000000000..4a8c095fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/CancelOperationRequest.php new file mode 100644 index 000000000..4a3d29579 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/CancelOperationRequest.php @@ -0,0 +1,57 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/CidrBlock.php b/vendor/google/apiclient-services/src/Google/Service/Container/CidrBlock.php new file mode 100644 index 000000000..db4c75ca4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/CidrBlock.php @@ -0,0 +1,39 @@ +cidrBlock = $cidrBlock; + } + public function getCidrBlock() + { + return $this->cidrBlock; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ClientCertificateConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/ClientCertificateConfig.php new file mode 100644 index 000000000..54e4519dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ClientCertificateConfig.php @@ -0,0 +1,30 @@ +issueClientCertificate = $issueClientCertificate; + } + public function getIssueClientCertificate() + { + return $this->issueClientCertificate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php b/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php new file mode 100644 index 000000000..64c3a718e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php @@ -0,0 +1,539 @@ +addonsConfig = $addonsConfig; + } + /** + * @return Google_Service_Container_AddonsConfig + */ + public function getAddonsConfig() + { + return $this->addonsConfig; + } + /** + * @param Google_Service_Container_BinaryAuthorization + */ + public function setBinaryAuthorization(Google_Service_Container_BinaryAuthorization $binaryAuthorization) + { + $this->binaryAuthorization = $binaryAuthorization; + } + /** + * @return Google_Service_Container_BinaryAuthorization + */ + public function getBinaryAuthorization() + { + return $this->binaryAuthorization; + } + public function setClusterIpv4Cidr($clusterIpv4Cidr) + { + $this->clusterIpv4Cidr = $clusterIpv4Cidr; + } + public function getClusterIpv4Cidr() + { + return $this->clusterIpv4Cidr; + } + /** + * @param Google_Service_Container_StatusCondition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_Container_StatusCondition + */ + public function getConditions() + { + return $this->conditions; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCurrentMasterVersion($currentMasterVersion) + { + $this->currentMasterVersion = $currentMasterVersion; + } + public function getCurrentMasterVersion() + { + return $this->currentMasterVersion; + } + public function setCurrentNodeCount($currentNodeCount) + { + $this->currentNodeCount = $currentNodeCount; + } + public function getCurrentNodeCount() + { + return $this->currentNodeCount; + } + public function setCurrentNodeVersion($currentNodeVersion) + { + $this->currentNodeVersion = $currentNodeVersion; + } + public function getCurrentNodeVersion() + { + return $this->currentNodeVersion; + } + /** + * @param Google_Service_Container_DatabaseEncryption + */ + public function setDatabaseEncryption(Google_Service_Container_DatabaseEncryption $databaseEncryption) + { + $this->databaseEncryption = $databaseEncryption; + } + /** + * @return Google_Service_Container_DatabaseEncryption + */ + public function getDatabaseEncryption() + { + return $this->databaseEncryption; + } + /** + * @param Google_Service_Container_MaxPodsConstraint + */ + public function setDefaultMaxPodsConstraint(Google_Service_Container_MaxPodsConstraint $defaultMaxPodsConstraint) + { + $this->defaultMaxPodsConstraint = $defaultMaxPodsConstraint; + } + /** + * @return Google_Service_Container_MaxPodsConstraint + */ + public function getDefaultMaxPodsConstraint() + { + return $this->defaultMaxPodsConstraint; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableKubernetesAlpha($enableKubernetesAlpha) + { + $this->enableKubernetesAlpha = $enableKubernetesAlpha; + } + public function getEnableKubernetesAlpha() + { + return $this->enableKubernetesAlpha; + } + public function setEnableTpu($enableTpu) + { + $this->enableTpu = $enableTpu; + } + public function getEnableTpu() + { + return $this->enableTpu; + } + public function setEndpoint($endpoint) + { + $this->endpoint = $endpoint; + } + public function getEndpoint() + { + return $this->endpoint; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } + public function setInitialClusterVersion($initialClusterVersion) + { + $this->initialClusterVersion = $initialClusterVersion; + } + public function getInitialClusterVersion() + { + return $this->initialClusterVersion; + } + public function setInitialNodeCount($initialNodeCount) + { + $this->initialNodeCount = $initialNodeCount; + } + public function getInitialNodeCount() + { + return $this->initialNodeCount; + } + public function setInstanceGroupUrls($instanceGroupUrls) + { + $this->instanceGroupUrls = $instanceGroupUrls; + } + public function getInstanceGroupUrls() + { + return $this->instanceGroupUrls; + } + /** + * @param Google_Service_Container_IPAllocationPolicy + */ + public function setIpAllocationPolicy(Google_Service_Container_IPAllocationPolicy $ipAllocationPolicy) + { + $this->ipAllocationPolicy = $ipAllocationPolicy; + } + /** + * @return Google_Service_Container_IPAllocationPolicy + */ + public function getIpAllocationPolicy() + { + return $this->ipAllocationPolicy; + } + public function setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + /** + * @param Google_Service_Container_LegacyAbac + */ + public function setLegacyAbac(Google_Service_Container_LegacyAbac $legacyAbac) + { + $this->legacyAbac = $legacyAbac; + } + /** + * @return Google_Service_Container_LegacyAbac + */ + public function getLegacyAbac() + { + return $this->legacyAbac; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setLocations($locations) + { + $this->locations = $locations; + } + public function getLocations() + { + return $this->locations; + } + public function setLoggingService($loggingService) + { + $this->loggingService = $loggingService; + } + public function getLoggingService() + { + return $this->loggingService; + } + /** + * @param Google_Service_Container_MaintenancePolicy + */ + public function setMaintenancePolicy(Google_Service_Container_MaintenancePolicy $maintenancePolicy) + { + $this->maintenancePolicy = $maintenancePolicy; + } + /** + * @return Google_Service_Container_MaintenancePolicy + */ + public function getMaintenancePolicy() + { + return $this->maintenancePolicy; + } + /** + * @param Google_Service_Container_MasterAuth + */ + public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth) + { + $this->masterAuth = $masterAuth; + } + /** + * @return Google_Service_Container_MasterAuth + */ + public function getMasterAuth() + { + return $this->masterAuth; + } + /** + * @param Google_Service_Container_MasterAuthorizedNetworksConfig + */ + public function setMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $masterAuthorizedNetworksConfig) + { + $this->masterAuthorizedNetworksConfig = $masterAuthorizedNetworksConfig; + } + /** + * @return Google_Service_Container_MasterAuthorizedNetworksConfig + */ + public function getMasterAuthorizedNetworksConfig() + { + return $this->masterAuthorizedNetworksConfig; + } + public function setMonitoringService($monitoringService) + { + $this->monitoringService = $monitoringService; + } + public function getMonitoringService() + { + return $this->monitoringService; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + /** + * @param Google_Service_Container_NetworkConfig + */ + public function setNetworkConfig(Google_Service_Container_NetworkConfig $networkConfig) + { + $this->networkConfig = $networkConfig; + } + /** + * @return Google_Service_Container_NetworkConfig + */ + public function getNetworkConfig() + { + return $this->networkConfig; + } + /** + * @param Google_Service_Container_NetworkPolicy + */ + public function setNetworkPolicy(Google_Service_Container_NetworkPolicy $networkPolicy) + { + $this->networkPolicy = $networkPolicy; + } + /** + * @return Google_Service_Container_NetworkPolicy + */ + public function getNetworkPolicy() + { + return $this->networkPolicy; + } + /** + * @param Google_Service_Container_NodeConfig + */ + public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig) + { + $this->nodeConfig = $nodeConfig; + } + /** + * @return Google_Service_Container_NodeConfig + */ + public function getNodeConfig() + { + return $this->nodeConfig; + } + public function setNodeIpv4CidrSize($nodeIpv4CidrSize) + { + $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; + } + public function getNodeIpv4CidrSize() + { + return $this->nodeIpv4CidrSize; + } + /** + * @param Google_Service_Container_NodePool + */ + public function setNodePools($nodePools) + { + $this->nodePools = $nodePools; + } + /** + * @return Google_Service_Container_NodePool + */ + public function getNodePools() + { + return $this->nodePools; + } + /** + * @param Google_Service_Container_PrivateClusterConfig + */ + public function setPrivateClusterConfig(Google_Service_Container_PrivateClusterConfig $privateClusterConfig) + { + $this->privateClusterConfig = $privateClusterConfig; + } + /** + * @return Google_Service_Container_PrivateClusterConfig + */ + public function getPrivateClusterConfig() + { + return $this->privateClusterConfig; + } + public function setResourceLabels($resourceLabels) + { + $this->resourceLabels = $resourceLabels; + } + public function getResourceLabels() + { + return $this->resourceLabels; + } + /** + * @param Google_Service_Container_ResourceUsageExportConfig + */ + public function setResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $resourceUsageExportConfig) + { + $this->resourceUsageExportConfig = $resourceUsageExportConfig; + } + /** + * @return Google_Service_Container_ResourceUsageExportConfig + */ + public function getResourceUsageExportConfig() + { + return $this->resourceUsageExportConfig; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setServicesIpv4Cidr($servicesIpv4Cidr) + { + $this->servicesIpv4Cidr = $servicesIpv4Cidr; + } + public function getServicesIpv4Cidr() + { + return $this->servicesIpv4Cidr; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setTpuIpv4CidrBlock($tpuIpv4CidrBlock) + { + $this->tpuIpv4CidrBlock = $tpuIpv4CidrBlock; + } + public function getTpuIpv4CidrBlock() + { + return $this->tpuIpv4CidrBlock; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php new file mode 100644 index 000000000..924c9a762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php @@ -0,0 +1,197 @@ +desiredAddonsConfig = $desiredAddonsConfig; + } + /** + * @return Google_Service_Container_AddonsConfig + */ + public function getDesiredAddonsConfig() + { + return $this->desiredAddonsConfig; + } + /** + * @param Google_Service_Container_BinaryAuthorization + */ + public function setDesiredBinaryAuthorization(Google_Service_Container_BinaryAuthorization $desiredBinaryAuthorization) + { + $this->desiredBinaryAuthorization = $desiredBinaryAuthorization; + } + /** + * @return Google_Service_Container_BinaryAuthorization + */ + public function getDesiredBinaryAuthorization() + { + return $this->desiredBinaryAuthorization; + } + /** + * @param Google_Service_Container_DatabaseEncryption + */ + public function setDesiredDatabaseEncryption(Google_Service_Container_DatabaseEncryption $desiredDatabaseEncryption) + { + $this->desiredDatabaseEncryption = $desiredDatabaseEncryption; + } + /** + * @return Google_Service_Container_DatabaseEncryption + */ + public function getDesiredDatabaseEncryption() + { + return $this->desiredDatabaseEncryption; + } + public function setDesiredImageType($desiredImageType) + { + $this->desiredImageType = $desiredImageType; + } + public function getDesiredImageType() + { + return $this->desiredImageType; + } + /** + * @param Google_Service_Container_IntraNodeVisibilityConfig + */ + public function setDesiredIntraNodeVisibilityConfig(Google_Service_Container_IntraNodeVisibilityConfig $desiredIntraNodeVisibilityConfig) + { + $this->desiredIntraNodeVisibilityConfig = $desiredIntraNodeVisibilityConfig; + } + /** + * @return Google_Service_Container_IntraNodeVisibilityConfig + */ + public function getDesiredIntraNodeVisibilityConfig() + { + return $this->desiredIntraNodeVisibilityConfig; + } + public function setDesiredLocations($desiredLocations) + { + $this->desiredLocations = $desiredLocations; + } + public function getDesiredLocations() + { + return $this->desiredLocations; + } + public function setDesiredLoggingService($desiredLoggingService) + { + $this->desiredLoggingService = $desiredLoggingService; + } + public function getDesiredLoggingService() + { + return $this->desiredLoggingService; + } + /** + * @param Google_Service_Container_MasterAuthorizedNetworksConfig + */ + public function setDesiredMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $desiredMasterAuthorizedNetworksConfig) + { + $this->desiredMasterAuthorizedNetworksConfig = $desiredMasterAuthorizedNetworksConfig; + } + /** + * @return Google_Service_Container_MasterAuthorizedNetworksConfig + */ + public function getDesiredMasterAuthorizedNetworksConfig() + { + return $this->desiredMasterAuthorizedNetworksConfig; + } + public function setDesiredMasterVersion($desiredMasterVersion) + { + $this->desiredMasterVersion = $desiredMasterVersion; + } + public function getDesiredMasterVersion() + { + return $this->desiredMasterVersion; + } + public function setDesiredMonitoringService($desiredMonitoringService) + { + $this->desiredMonitoringService = $desiredMonitoringService; + } + public function getDesiredMonitoringService() + { + return $this->desiredMonitoringService; + } + /** + * @param Google_Service_Container_NodePoolAutoscaling + */ + public function setDesiredNodePoolAutoscaling(Google_Service_Container_NodePoolAutoscaling $desiredNodePoolAutoscaling) + { + $this->desiredNodePoolAutoscaling = $desiredNodePoolAutoscaling; + } + /** + * @return Google_Service_Container_NodePoolAutoscaling + */ + public function getDesiredNodePoolAutoscaling() + { + return $this->desiredNodePoolAutoscaling; + } + public function setDesiredNodePoolId($desiredNodePoolId) + { + $this->desiredNodePoolId = $desiredNodePoolId; + } + public function getDesiredNodePoolId() + { + return $this->desiredNodePoolId; + } + public function setDesiredNodeVersion($desiredNodeVersion) + { + $this->desiredNodeVersion = $desiredNodeVersion; + } + public function getDesiredNodeVersion() + { + return $this->desiredNodeVersion; + } + /** + * @param Google_Service_Container_ResourceUsageExportConfig + */ + public function setDesiredResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $desiredResourceUsageExportConfig) + { + $this->desiredResourceUsageExportConfig = $desiredResourceUsageExportConfig; + } + /** + * @return Google_Service_Container_ResourceUsageExportConfig + */ + public function getDesiredResourceUsageExportConfig() + { + return $this->desiredResourceUsageExportConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/CompleteIPRotationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/CompleteIPRotationRequest.php new file mode 100644 index 000000000..224d9a7a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/CompleteIPRotationRequest.php @@ -0,0 +1,57 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.php new file mode 100644 index 000000000..4507a17ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php new file mode 100644 index 000000000..815eefabf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php @@ -0,0 +1,20 @@ +cluster = $cluster; + } + /** + * @return Google_Service_Container_Cluster + */ + public function getCluster() + { + return $this->cluster; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.php new file mode 100644 index 000000000..9482bb931 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.php @@ -0,0 +1,73 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + /** + * @param Google_Service_Container_NodePool + */ + public function setNodePool(Google_Service_Container_NodePool $nodePool) + { + $this->nodePool = $nodePool; + } + /** + * @return Google_Service_Container_NodePool + */ + public function getNodePool() + { + return $this->nodePool; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/DailyMaintenanceWindow.php b/vendor/google/apiclient-services/src/Google/Service/Container/DailyMaintenanceWindow.php new file mode 100644 index 000000000..8a8c46b59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/DailyMaintenanceWindow.php @@ -0,0 +1,39 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.php b/vendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.php new file mode 100644 index 000000000..d1ebc46c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.php @@ -0,0 +1,39 @@ +keyName = $keyName; + } + public function getKeyName() + { + return $this->keyName; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/GetJSONWebKeysResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/GetJSONWebKeysResponse.php new file mode 100644 index 000000000..fc1234df8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/GetJSONWebKeysResponse.php @@ -0,0 +1,54 @@ +cacheHeader = $cacheHeader; + } + /** + * @return Google_Service_Container_HttpCacheControlResponseHeader + */ + public function getCacheHeader() + { + return $this->cacheHeader; + } + /** + * @param Google_Service_Container_Jwk + */ + public function setKeys($keys) + { + $this->keys = $keys; + } + /** + * @return Google_Service_Container_Jwk + */ + public function getKeys() + { + return $this->keys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/GetOpenIDConfigResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/GetOpenIDConfigResponse.php new file mode 100644 index 000000000..389963f7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/GetOpenIDConfigResponse.php @@ -0,0 +1,109 @@ + "claims_supported", + "grantTypes" => "grant_types", + "idTokenSigningAlgValuesSupported" => "id_token_signing_alg_values_supported", + "jwksUri" => "jwks_uri", + "responseTypesSupported" => "response_types_supported", + "subjectTypesSupported" => "subject_types_supported", + ); + protected $cacheHeaderType = 'Google_Service_Container_HttpCacheControlResponseHeader'; + protected $cacheHeaderDataType = ''; + public $claimsSupported; + public $grantTypes; + public $idTokenSigningAlgValuesSupported; + public $issuer; + public $jwksUri; + public $responseTypesSupported; + public $subjectTypesSupported; + + /** + * @param Google_Service_Container_HttpCacheControlResponseHeader + */ + public function setCacheHeader(Google_Service_Container_HttpCacheControlResponseHeader $cacheHeader) + { + $this->cacheHeader = $cacheHeader; + } + /** + * @return Google_Service_Container_HttpCacheControlResponseHeader + */ + public function getCacheHeader() + { + return $this->cacheHeader; + } + public function setClaimsSupported($claimsSupported) + { + $this->claimsSupported = $claimsSupported; + } + public function getClaimsSupported() + { + return $this->claimsSupported; + } + public function setGrantTypes($grantTypes) + { + $this->grantTypes = $grantTypes; + } + public function getGrantTypes() + { + return $this->grantTypes; + } + public function setIdTokenSigningAlgValuesSupported($idTokenSigningAlgValuesSupported) + { + $this->idTokenSigningAlgValuesSupported = $idTokenSigningAlgValuesSupported; + } + public function getIdTokenSigningAlgValuesSupported() + { + return $this->idTokenSigningAlgValuesSupported; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setJwksUri($jwksUri) + { + $this->jwksUri = $jwksUri; + } + public function getJwksUri() + { + return $this->jwksUri; + } + public function setResponseTypesSupported($responseTypesSupported) + { + $this->responseTypesSupported = $responseTypesSupported; + } + public function getResponseTypesSupported() + { + return $this->responseTypesSupported; + } + public function setSubjectTypesSupported($subjectTypesSupported) + { + $this->subjectTypesSupported = $subjectTypesSupported; + } + public function getSubjectTypesSupported() + { + return $this->subjectTypesSupported; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.php b/vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.php new file mode 100644 index 000000000..2cd977990 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.php @@ -0,0 +1,30 @@ +disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/HttpCacheControlResponseHeader.php b/vendor/google/apiclient-services/src/Google/Service/Container/HttpCacheControlResponseHeader.php new file mode 100644 index 000000000..1dd8b1ef8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/HttpCacheControlResponseHeader.php @@ -0,0 +1,48 @@ +age = $age; + } + public function getAge() + { + return $this->age; + } + public function setDirective($directive) + { + $this->directive = $directive; + } + public function getDirective() + { + return $this->directive; + } + public function setExpires($expires) + { + $this->expires = $expires; + } + public function getExpires() + { + return $this->expires; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/HttpLoadBalancing.php b/vendor/google/apiclient-services/src/Google/Service/Container/HttpLoadBalancing.php new file mode 100644 index 000000000..73479751a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/HttpLoadBalancing.php @@ -0,0 +1,30 @@ +disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/IPAllocationPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Container/IPAllocationPolicy.php new file mode 100644 index 000000000..a9dd57ea9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/IPAllocationPolicy.php @@ -0,0 +1,129 @@ +clusterIpv4Cidr = $clusterIpv4Cidr; + } + public function getClusterIpv4Cidr() + { + return $this->clusterIpv4Cidr; + } + public function setClusterIpv4CidrBlock($clusterIpv4CidrBlock) + { + $this->clusterIpv4CidrBlock = $clusterIpv4CidrBlock; + } + public function getClusterIpv4CidrBlock() + { + return $this->clusterIpv4CidrBlock; + } + public function setClusterSecondaryRangeName($clusterSecondaryRangeName) + { + $this->clusterSecondaryRangeName = $clusterSecondaryRangeName; + } + public function getClusterSecondaryRangeName() + { + return $this->clusterSecondaryRangeName; + } + public function setCreateSubnetwork($createSubnetwork) + { + $this->createSubnetwork = $createSubnetwork; + } + public function getCreateSubnetwork() + { + return $this->createSubnetwork; + } + public function setNodeIpv4Cidr($nodeIpv4Cidr) + { + $this->nodeIpv4Cidr = $nodeIpv4Cidr; + } + public function getNodeIpv4Cidr() + { + return $this->nodeIpv4Cidr; + } + public function setNodeIpv4CidrBlock($nodeIpv4CidrBlock) + { + $this->nodeIpv4CidrBlock = $nodeIpv4CidrBlock; + } + public function getNodeIpv4CidrBlock() + { + return $this->nodeIpv4CidrBlock; + } + public function setServicesIpv4Cidr($servicesIpv4Cidr) + { + $this->servicesIpv4Cidr = $servicesIpv4Cidr; + } + public function getServicesIpv4Cidr() + { + return $this->servicesIpv4Cidr; + } + public function setServicesIpv4CidrBlock($servicesIpv4CidrBlock) + { + $this->servicesIpv4CidrBlock = $servicesIpv4CidrBlock; + } + public function getServicesIpv4CidrBlock() + { + return $this->servicesIpv4CidrBlock; + } + public function setServicesSecondaryRangeName($servicesSecondaryRangeName) + { + $this->servicesSecondaryRangeName = $servicesSecondaryRangeName; + } + public function getServicesSecondaryRangeName() + { + return $this->servicesSecondaryRangeName; + } + public function setSubnetworkName($subnetworkName) + { + $this->subnetworkName = $subnetworkName; + } + public function getSubnetworkName() + { + return $this->subnetworkName; + } + public function setTpuIpv4CidrBlock($tpuIpv4CidrBlock) + { + $this->tpuIpv4CidrBlock = $tpuIpv4CidrBlock; + } + public function getTpuIpv4CidrBlock() + { + return $this->tpuIpv4CidrBlock; + } + public function setUseIpAliases($useIpAliases) + { + $this->useIpAliases = $useIpAliases; + } + public function getUseIpAliases() + { + return $this->useIpAliases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.php new file mode 100644 index 000000000..19ed2e81a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Jwk.php b/vendor/google/apiclient-services/src/Google/Service/Container/Jwk.php new file mode 100644 index 000000000..74de60787 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Jwk.php @@ -0,0 +1,102 @@ +alg = $alg; + } + public function getAlg() + { + return $this->alg; + } + public function setCrv($crv) + { + $this->crv = $crv; + } + public function getCrv() + { + return $this->crv; + } + public function setE($e) + { + $this->e = $e; + } + public function getE() + { + return $this->e; + } + public function setKid($kid) + { + $this->kid = $kid; + } + public function getKid() + { + return $this->kid; + } + public function setKty($kty) + { + $this->kty = $kty; + } + public function getKty() + { + return $this->kty; + } + public function setN($n) + { + $this->n = $n; + } + public function getN() + { + return $this->n; + } + public function setUse($use) + { + $this->use = $use; + } + public function getUse() + { + return $this->use; + } + public function setX($x) + { + $this->x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/KubernetesDashboard.php b/vendor/google/apiclient-services/src/Google/Service/Container/KubernetesDashboard.php new file mode 100644 index 000000000..9354ad988 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/KubernetesDashboard.php @@ -0,0 +1,30 @@ +disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/LegacyAbac.php b/vendor/google/apiclient-services/src/Google/Service/Container/LegacyAbac.php new file mode 100644 index 000000000..c11727ec2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/LegacyAbac.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ListClustersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/ListClustersResponse.php new file mode 100644 index 000000000..b0a2dcf8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ListClustersResponse.php @@ -0,0 +1,47 @@ +clusters = $clusters; + } + /** + * @return Google_Service_Container_Cluster + */ + public function getClusters() + { + return $this->clusters; + } + public function setMissingZones($missingZones) + { + $this->missingZones = $missingZones; + } + public function getMissingZones() + { + return $this->missingZones; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php new file mode 100644 index 000000000..15f87fdac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php @@ -0,0 +1,38 @@ +nodePools = $nodePools; + } + /** + * @return Google_Service_Container_NodePool + */ + public function getNodePools() + { + return $this->nodePools; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.php new file mode 100644 index 000000000..2757b21f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.php @@ -0,0 +1,47 @@ +missingZones = $missingZones; + } + public function getMissingZones() + { + return $this->missingZones; + } + /** + * @param Google_Service_Container_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Container_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ListUsableSubnetworksResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/ListUsableSubnetworksResponse.php new file mode 100644 index 000000000..fa46ae729 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ListUsableSubnetworksResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Container_UsableSubnetwork + */ + public function setSubnetworks($subnetworks) + { + $this->subnetworks = $subnetworks; + } + /** + * @return Google_Service_Container_UsableSubnetwork + */ + public function getSubnetworks() + { + return $this->subnetworks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/MaintenancePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Container/MaintenancePolicy.php new file mode 100644 index 000000000..ddef75e77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/MaintenancePolicy.php @@ -0,0 +1,37 @@ +window = $window; + } + /** + * @return Google_Service_Container_MaintenanceWindow + */ + public function getWindow() + { + return $this->window; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/MaintenanceWindow.php b/vendor/google/apiclient-services/src/Google/Service/Container/MaintenanceWindow.php new file mode 100644 index 000000000..7b2491154 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/MaintenanceWindow.php @@ -0,0 +1,37 @@ +dailyMaintenanceWindow = $dailyMaintenanceWindow; + } + /** + * @return Google_Service_Container_DailyMaintenanceWindow + */ + public function getDailyMaintenanceWindow() + { + return $this->dailyMaintenanceWindow; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.php b/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.php new file mode 100644 index 000000000..af404e53f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.php @@ -0,0 +1,82 @@ +clientCertificate = $clientCertificate; + } + public function getClientCertificate() + { + return $this->clientCertificate; + } + /** + * @param Google_Service_Container_ClientCertificateConfig + */ + public function setClientCertificateConfig(Google_Service_Container_ClientCertificateConfig $clientCertificateConfig) + { + $this->clientCertificateConfig = $clientCertificateConfig; + } + /** + * @return Google_Service_Container_ClientCertificateConfig + */ + public function getClientCertificateConfig() + { + return $this->clientCertificateConfig; + } + public function setClientKey($clientKey) + { + $this->clientKey = $clientKey; + } + public function getClientKey() + { + return $this->clientKey; + } + public function setClusterCaCertificate($clusterCaCertificate) + { + $this->clusterCaCertificate = $clusterCaCertificate; + } + public function getClusterCaCertificate() + { + return $this->clusterCaCertificate; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuthorizedNetworksConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuthorizedNetworksConfig.php new file mode 100644 index 000000000..572427532 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuthorizedNetworksConfig.php @@ -0,0 +1,47 @@ +cidrBlocks = $cidrBlocks; + } + /** + * @return Google_Service_Container_CidrBlock + */ + public function getCidrBlocks() + { + return $this->cidrBlocks; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/MaxPodsConstraint.php b/vendor/google/apiclient-services/src/Google/Service/Container/MaxPodsConstraint.php new file mode 100644 index 000000000..a138c04c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/MaxPodsConstraint.php @@ -0,0 +1,30 @@ +maxPodsPerNode = $maxPodsPerNode; + } + public function getMaxPodsPerNode() + { + return $this->maxPodsPerNode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php new file mode 100644 index 000000000..2628d8b48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php @@ -0,0 +1,48 @@ +enableIntraNodeVisibility = $enableIntraNodeVisibility; + } + public function getEnableIntraNodeVisibility() + { + return $this->enableIntraNodeVisibility; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicy.php new file mode 100644 index 000000000..37cc9ec37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicy.php @@ -0,0 +1,39 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setProvider($provider) + { + $this->provider = $provider; + } + public function getProvider() + { + return $this->provider; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicyConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicyConfig.php new file mode 100644 index 000000000..5a3c74d10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkPolicyConfig.php @@ -0,0 +1,30 @@ +disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php new file mode 100644 index 000000000..e0c3934fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php @@ -0,0 +1,178 @@ +accelerators = $accelerators; + } + /** + * @return Google_Service_Container_AcceleratorConfig + */ + public function getAccelerators() + { + return $this->accelerators; + } + 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 setImageType($imageType) + { + $this->imageType = $imageType; + } + public function getImageType() + { + return $this->imageType; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocalSsdCount($localSsdCount) + { + $this->localSsdCount = $localSsdCount; + } + public function getLocalSsdCount() + { + return $this->localSsdCount; + } + 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 setMinCpuPlatform($minCpuPlatform) + { + $this->minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } + public function setOauthScopes($oauthScopes) + { + $this->oauthScopes = $oauthScopes; + } + public function getOauthScopes() + { + return $this->oauthScopes; + } + public function setPreemptible($preemptible) + { + $this->preemptible = $preemptible; + } + public function getPreemptible() + { + return $this->preemptible; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + /** + * @param Google_Service_Container_ShieldedInstanceConfig + */ + public function setShieldedInstanceConfig(Google_Service_Container_ShieldedInstanceConfig $shieldedInstanceConfig) + { + $this->shieldedInstanceConfig = $shieldedInstanceConfig; + } + /** + * @return Google_Service_Container_ShieldedInstanceConfig + */ + public function getShieldedInstanceConfig() + { + return $this->shieldedInstanceConfig; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + /** + * @param Google_Service_Container_NodeTaint + */ + public function setTaints($taints) + { + $this->taints = $taints; + } + /** + * @return Google_Service_Container_NodeTaint + */ + public function getTaints() + { + return $this->taints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php new file mode 100644 index 000000000..85bf87124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php @@ -0,0 +1,55 @@ +autoRepair = $autoRepair; + } + public function getAutoRepair() + { + return $this->autoRepair; + } + public function setAutoUpgrade($autoUpgrade) + { + $this->autoUpgrade = $autoUpgrade; + } + public function getAutoUpgrade() + { + return $this->autoUpgrade; + } + /** + * @param Google_Service_Container_AutoUpgradeOptions + */ + public function setUpgradeOptions(Google_Service_Container_AutoUpgradeOptions $upgradeOptions) + { + $this->upgradeOptions = $upgradeOptions; + } + /** + * @return Google_Service_Container_AutoUpgradeOptions + */ + public function getUpgradeOptions() + { + return $this->upgradeOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodePool.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodePool.php new file mode 100644 index 000000000..84684802d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodePool.php @@ -0,0 +1,174 @@ +autoscaling = $autoscaling; + } + /** + * @return Google_Service_Container_NodePoolAutoscaling + */ + public function getAutoscaling() + { + return $this->autoscaling; + } + /** + * @param Google_Service_Container_StatusCondition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_Container_StatusCondition + */ + public function getConditions() + { + return $this->conditions; + } + /** + * @param Google_Service_Container_NodeConfig + */ + public function setConfig(Google_Service_Container_NodeConfig $config) + { + $this->config = $config; + } + /** + * @return Google_Service_Container_NodeConfig + */ + public function getConfig() + { + return $this->config; + } + public function setInitialNodeCount($initialNodeCount) + { + $this->initialNodeCount = $initialNodeCount; + } + public function getInitialNodeCount() + { + return $this->initialNodeCount; + } + public function setInstanceGroupUrls($instanceGroupUrls) + { + $this->instanceGroupUrls = $instanceGroupUrls; + } + public function getInstanceGroupUrls() + { + return $this->instanceGroupUrls; + } + /** + * @param Google_Service_Container_NodeManagement + */ + public function setManagement(Google_Service_Container_NodeManagement $management) + { + $this->management = $management; + } + /** + * @return Google_Service_Container_NodeManagement + */ + public function getManagement() + { + return $this->management; + } + /** + * @param Google_Service_Container_MaxPodsConstraint + */ + public function setMaxPodsConstraint(Google_Service_Container_MaxPodsConstraint $maxPodsConstraint) + { + $this->maxPodsConstraint = $maxPodsConstraint; + } + /** + * @return Google_Service_Container_MaxPodsConstraint + */ + public function getMaxPodsConstraint() + { + return $this->maxPodsConstraint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPodIpv4CidrSize($podIpv4CidrSize) + { + $this->podIpv4CidrSize = $podIpv4CidrSize; + } + public function getPodIpv4CidrSize() + { + return $this->podIpv4CidrSize; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php new file mode 100644 index 000000000..5c71f3cb4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php @@ -0,0 +1,48 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setMaxNodeCount($maxNodeCount) + { + $this->maxNodeCount = $maxNodeCount; + } + public function getMaxNodeCount() + { + return $this->maxNodeCount; + } + public function setMinNodeCount($minNodeCount) + { + $this->minNodeCount = $minNodeCount; + } + public function getMinNodeCount() + { + return $this->minNodeCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodeTaint.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodeTaint.php new file mode 100644 index 000000000..7332d4a7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodeTaint.php @@ -0,0 +1,48 @@ +effect = $effect; + } + public function getEffect() + { + return $this->effect; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Container/Operation.php new file mode 100644 index 000000000..8353f5db4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Operation.php @@ -0,0 +1,153 @@ +clusterConditions = $clusterConditions; + } + /** + * @return Google_Service_Container_StatusCondition + */ + public function getClusterConditions() + { + return $this->clusterConditions; + } + public function setDetail($detail) + { + $this->detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Container_StatusCondition + */ + public function setNodepoolConditions($nodepoolConditions) + { + $this->nodepoolConditions = $nodepoolConditions; + } + /** + * @return Google_Service_Container_StatusCondition + */ + public function getNodepoolConditions() + { + return $this->nodepoolConditions; + } + public function setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterConfig.php new file mode 100644 index 000000000..a25840ff0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/PrivateClusterConfig.php @@ -0,0 +1,66 @@ +enablePrivateEndpoint = $enablePrivateEndpoint; + } + public function getEnablePrivateEndpoint() + { + return $this->enablePrivateEndpoint; + } + public function setEnablePrivateNodes($enablePrivateNodes) + { + $this->enablePrivateNodes = $enablePrivateNodes; + } + public function getEnablePrivateNodes() + { + return $this->enablePrivateNodes; + } + public function setMasterIpv4CidrBlock($masterIpv4CidrBlock) + { + $this->masterIpv4CidrBlock = $masterIpv4CidrBlock; + } + public function getMasterIpv4CidrBlock() + { + return $this->masterIpv4CidrBlock; + } + public function setPrivateEndpoint($privateEndpoint) + { + $this->privateEndpoint = $privateEndpoint; + } + public function getPrivateEndpoint() + { + return $this->privateEndpoint; + } + public function setPublicEndpoint($publicEndpoint) + { + $this->publicEndpoint = $publicEndpoint; + } + public function getPublicEndpoint() + { + return $this->publicEndpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.php new file mode 100644 index 000000000..bd6243160 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $containerService = new Google_Service_Container(...); + * $projects = $containerService->projects; + * + */ +class Google_Service_Container_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregated.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregated.php new file mode 100644 index 000000000..93a7e336c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregated.php @@ -0,0 +1,28 @@ + + * $containerService = new Google_Service_Container(...); + * $aggregated = $containerService->aggregated; + * + */ +class Google_Service_Container_Resource_ProjectsAggregated extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregatedUsableSubnetworks.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregatedUsableSubnetworks.php new file mode 100644 index 000000000..d8e5fa1a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsAggregatedUsableSubnetworks.php @@ -0,0 +1,56 @@ + + * $containerService = new Google_Service_Container(...); + * $usableSubnetworks = $containerService->usableSubnetworks; + * + */ +class Google_Service_Container_Resource_ProjectsAggregatedUsableSubnetworks extends Google_Service_Resource +{ + /** + * Lists subnetworks that are usable for creating clusters in a project. + * (usableSubnetworks.listProjectsAggregatedUsableSubnetworks) + * + * @param string $parent The parent project where subnetworks are usable. + * Specified in the format 'projects'. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Filtering currently only supports equality on the + * networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", + * where `networkProjectId` is the project which owns the listed subnetworks. + * This defaults to the parent project ID. + * @opt_param string pageToken Specifies a page token to use. Set this to the + * nextPageToken returned by previous list requests to get the next page of + * results. + * @opt_param int pageSize The max number of results per page that should be + * returned. If the number of available results is larger than `page_size`, a + * `next_page_token` is returned which can be used to get the next page of + * results in subsequent requests. Acceptable values are 0 to 500, inclusive. + * (Default: 500) + * @return Google_Service_Container_ListUsableSubnetworksResponse + */ + public function listProjectsAggregatedUsableSubnetworks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListUsableSubnetworksResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocations.php new file mode 100644 index 000000000..6982e9614 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocations.php @@ -0,0 +1,51 @@ + + * $containerService = new Google_Service_Container(...); + * $locations = $containerService->locations; + * + */ +class Google_Service_Container_Resource_ProjectsLocations extends Google_Service_Resource +{ + /** + * Returns configuration info about the Google Kubernetes Engine service. + * (locations.getServerConfig) + * + * @param string $name The name (project and location) of the server config to + * get, specified in the format 'projects/locations'. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://support.google.com/cloud/answer/6158840). This field has been + * deprecated and replaced by the name field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) to return operations for. This field + * has been deprecated and replaced by the name field. + * @return Google_Service_Container_ServerConfig + */ + public function getServerConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getServerConfig', array($params), "Google_Service_Container_ServerConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php new file mode 100644 index 000000000..328e34186 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php @@ -0,0 +1,351 @@ + + * $containerService = new Google_Service_Container(...); + * $clusters = $containerService->clusters; + * + */ +class Google_Service_Container_Resource_ProjectsLocationsClusters extends Google_Service_Resource +{ + /** + * Completes master IP rotation. (clusters.completeIpRotation) + * + * @param string $name The name (project, location, cluster id) of the cluster + * to complete IP rotation. Specified in the format + * 'projects/locations/clusters'. + * @param Google_Service_Container_CompleteIPRotationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function completeIpRotation($name, Google_Service_Container_CompleteIPRotationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('completeIpRotation', array($params), "Google_Service_Container_Operation"); + } + /** + * Creates a cluster, consisting of the specified number and type of Google + * Compute Engine instances. + * + * By default, the cluster is created in the project's [default + * network](/compute/docs/networks-and-firewalls#networks). + * + * One firewall is added for the cluster. After cluster creation, the Kubelet + * creates routes for each node to allow the containers on that node to + * communicate with all other instances in the cluster. + * + * Finally, an entry is added to the project's global metadata indicating which + * CIDR range the cluster is using. (clusters.create) + * + * @param string $parent The parent (project and location) where the cluster + * will be created. Specified in the format 'projects/locations'. + * @param Google_Service_Container_CreateClusterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function create($parent, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Container_Operation"); + } + /** + * Deletes the cluster, including the Kubernetes endpoint and all worker nodes. + * + * Firewalls and routes that were configured during cluster creation are also + * deleted. + * + * Other Google Compute Engine resources that might be in use by the cluster, + * such as load balancer resources, are not deleted if they weren't present when + * the cluster was initially created. (clusters.delete) + * + * @param string $name The name (project, location, cluster) of the cluster to + * delete. Specified in the format 'projects/locations/clusters'. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://support.google.com/cloud/answer/6158840). This field has been + * deprecated and replaced by the name field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @opt_param string clusterId Deprecated. The name of the cluster to delete. + * This field has been deprecated and replaced by the name field. + * @return Google_Service_Container_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Container_Operation"); + } + /** + * Gets the details of a specific cluster. (clusters.get) + * + * @param string $name The name (project, location, cluster) of the cluster to + * retrieve. Specified in the format 'projects/locations/clusters'. + * @param array $optParams Optional parameters. + * + * @opt_param string clusterId Deprecated. The name of the cluster to retrieve. + * This field has been deprecated and replaced by the name field. + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://support.google.com/cloud/answer/6158840). This field has been + * deprecated and replaced by the name field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @return Google_Service_Container_Cluster + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Container_Cluster"); + } + /** + * Gets the public component of the cluster signing keys in JSON Web Key format. + * This API is not yet intended for general use, and is not available for all + * clusters. (clusters.getJwks) + * + * @param string $parent The cluster (project, location, cluster id) to get keys + * for. Specified in the format 'projects/locations/clusters'. + * @param array $optParams Optional parameters. + * @return Google_Service_Container_GetJSONWebKeysResponse + */ + public function getJwks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('getJwks', array($params), "Google_Service_Container_GetJSONWebKeysResponse"); + } + /** + * Lists all clusters owned by a project in either the specified zone or all + * zones. (clusters.listProjectsLocationsClusters) + * + * @param string $parent The parent (project and location) where the clusters + * will be listed. Specified in the format 'projects/locations'. Location "-" + * matches all zones and all regions. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://support.google.com/cloud/answer/6158840). This field has been + * deprecated and replaced by the parent field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides, or "-" + * for all zones. This field has been deprecated and replaced by the parent + * field. + * @return Google_Service_Container_ListClustersResponse + */ + public function listProjectsLocationsClusters($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); + } + /** + * Sets the addons for a specific cluster. (clusters.setAddons) + * + * @param string $name The name (project, location, cluster) of the cluster to + * set addons. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetAddonsConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setAddons($name, Google_Service_Container_SetAddonsConfigRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setAddons', array($params), "Google_Service_Container_Operation"); + } + /** + * Enables or disables the ABAC authorization mechanism on a cluster. + * (clusters.setLegacyAbac) + * + * @param string $name The name (project, location, cluster id) of the cluster + * to set legacy abac. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetLegacyAbacRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setLegacyAbac($name, Google_Service_Container_SetLegacyAbacRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLegacyAbac', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the locations for a specific cluster. (clusters.setLocations) + * + * @param string $name The name (project, location, cluster) of the cluster to + * set locations. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetLocationsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setLocations($name, Google_Service_Container_SetLocationsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLocations', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the logging service for a specific cluster. (clusters.setLogging) + * + * @param string $name The name (project, location, cluster) of the cluster to + * set logging. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetLoggingServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setLogging($name, Google_Service_Container_SetLoggingServiceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLogging', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the maintenance policy for a cluster. (clusters.setMaintenancePolicy) + * + * @param string $name The name (project, location, cluster id) of the cluster + * to set maintenance policy. Specified in the format + * 'projects/locations/clusters'. + * @param Google_Service_Container_SetMaintenancePolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setMaintenancePolicy($name, Google_Service_Container_SetMaintenancePolicyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMaintenancePolicy', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets master auth materials. Currently supports changing the admin password or + * a specific cluster, either via password generation or explicitly setting the + * password. (clusters.setMasterAuth) + * + * @param string $name The name (project, location, cluster) of the cluster to + * set auth. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetMasterAuthRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setMasterAuth($name, Google_Service_Container_SetMasterAuthRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMasterAuth', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the monitoring service for a specific cluster. (clusters.setMonitoring) + * + * @param string $name The name (project, location, cluster) of the cluster to + * set monitoring. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetMonitoringServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setMonitoring($name, Google_Service_Container_SetMonitoringServiceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMonitoring', array($params), "Google_Service_Container_Operation"); + } + /** + * Enables or disables Network Policy for a cluster. (clusters.setNetworkPolicy) + * + * @param string $name The name (project, location, cluster id) of the cluster + * to set networking policy. Specified in the format + * 'projects/locations/clusters'. + * @param Google_Service_Container_SetNetworkPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setNetworkPolicy($name, Google_Service_Container_SetNetworkPolicyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setNetworkPolicy', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets labels on a cluster. (clusters.setResourceLabels) + * + * @param string $name The name (project, location, cluster id) of the cluster + * to set labels. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_SetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setResourceLabels($name, Google_Service_Container_SetLabelsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setResourceLabels', array($params), "Google_Service_Container_Operation"); + } + /** + * Starts master IP rotation. (clusters.startIpRotation) + * + * @param string $name The name (project, location, cluster id) of the cluster + * to start IP rotation. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_StartIPRotationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function startIpRotation($name, Google_Service_Container_StartIPRotationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('startIpRotation', array($params), "Google_Service_Container_Operation"); + } + /** + * Updates the settings of a specific cluster. (clusters.update) + * + * @param string $name The name (project, location, cluster) of the cluster to + * update. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_UpdateClusterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function update($name, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Container_Operation"); + } + /** + * Updates the master for a specific cluster. (clusters.updateMaster) + * + * @param string $name The name (project, location, cluster) of the cluster to + * update. Specified in the format 'projects/locations/clusters'. + * @param Google_Service_Container_UpdateMasterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function updateMaster($name, Google_Service_Container_UpdateMasterRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateMaster', array($params), "Google_Service_Container_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php new file mode 100644 index 000000000..09d0b8607 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php @@ -0,0 +1,207 @@ + + * $containerService = new Google_Service_Container(...); + * $nodePools = $containerService->nodePools; + * + */ +class Google_Service_Container_Resource_ProjectsLocationsClustersNodePools extends Google_Service_Resource +{ + /** + * Creates a node pool for a cluster. (nodePools.create) + * + * @param string $parent The parent (project, location, cluster id) where the + * node pool will be created. Specified in the format + * 'projects/locations/clusters'. + * @param Google_Service_Container_CreateNodePoolRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function create($parent, Google_Service_Container_CreateNodePoolRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Container_Operation"); + } + /** + * Deletes a node pool from a cluster. (nodePools.delete) + * + * @param string $name The name (project, location, cluster, node pool id) of + * the node pool to delete. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @opt_param string clusterId Deprecated. The name of the cluster. This field + * has been deprecated and replaced by the name field. + * @opt_param string nodePoolId Deprecated. The name of the node pool to delete. + * This field has been deprecated and replaced by the name field. + * @return Google_Service_Container_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Container_Operation"); + } + /** + * Retrieves the requested node pool. (nodePools.get) + * + * @param string $name The name (project, location, cluster, node pool id) of + * the node pool to get. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param array $optParams Optional parameters. + * + * @opt_param string clusterId Deprecated. The name of the cluster. This field + * has been deprecated and replaced by the name field. + * @opt_param string nodePoolId Deprecated. The name of the node pool. This + * field has been deprecated and replaced by the name field. + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @return Google_Service_Container_NodePool + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Container_NodePool"); + } + /** + * Lists the node pools for a cluster. + * (nodePools.listProjectsLocationsClustersNodePools) + * + * @param string $parent The parent (project, location, cluster id) where the + * node pools will be listed. Specified in the format + * 'projects/locations/clusters'. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the parent field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the parent field. + * @opt_param string clusterId Deprecated. The name of the cluster. This field + * has been deprecated and replaced by the parent field. + * @return Google_Service_Container_ListNodePoolsResponse + */ + public function listProjectsLocationsClustersNodePools($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListNodePoolsResponse"); + } + /** + * Rolls back a previously Aborted or Failed NodePool upgrade. This makes no + * changes if the last upgrade successfully completed. (nodePools.rollback) + * + * @param string $name The name (project, location, cluster, node pool id) of + * the node poll to rollback upgrade. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function rollback($name, Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the autoscaling settings for the specified node pool. + * (nodePools.setAutoscaling) + * + * @param string $name The name (project, location, cluster, node pool) of the + * node pool to set autoscaler settings. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param Google_Service_Container_SetNodePoolAutoscalingRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setAutoscaling($name, Google_Service_Container_SetNodePoolAutoscalingRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setAutoscaling', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the NodeManagement options for a node pool. (nodePools.setManagement) + * + * @param string $name The name (project, location, cluster, node pool id) of + * the node pool to set management properties. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param Google_Service_Container_SetNodePoolManagementRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setManagement($name, Google_Service_Container_SetNodePoolManagementRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setManagement', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the size for a specific node pool. (nodePools.setSize) + * + * @param string $name The name (project, location, cluster, node pool id) of + * the node pool to set size. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param Google_Service_Container_SetNodePoolSizeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setSize($name, Google_Service_Container_SetNodePoolSizeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSize', array($params), "Google_Service_Container_Operation"); + } + /** + * Updates the version and/or image type for the specified node pool. + * (nodePools.update) + * + * @param string $name The name (project, location, cluster, node pool) of the + * node pool to update. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @param Google_Service_Container_UpdateNodePoolRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function update($name, Google_Service_Container_UpdateNodePoolRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Container_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersWellKnown.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersWellKnown.php new file mode 100644 index 000000000..afb9eb5ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersWellKnown.php @@ -0,0 +1,47 @@ + + * $containerService = new Google_Service_Container(...); + * $well_known = $containerService->well_known; + * + */ +class Google_Service_Container_Resource_ProjectsLocationsClustersWellKnown extends Google_Service_Resource +{ + /** + * Gets the OIDC discovery document for the cluster. See the [OpenID Connect + * Discovery 1.0 specification](https://openid.net/specs/openid-connect- + * discovery-1_0.html) for details. This API is not yet intended for general + * use, and is not available for all clusters. (well- + * known.getOpenidConfiguration) + * + * @param string $parent The cluster (project, location, cluster id) to get the + * discovery document for. Specified in the format + * 'projects/locations/clusters'. + * @param array $optParams Optional parameters. + * @return Google_Service_Container_GetOpenIDConfigResponse + */ + public function getOpenidConfiguration($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('getOpenid-configuration', array($params), "Google_Service_Container_GetOpenIDConfigResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..446502258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,91 @@ + + * $containerService = new Google_Service_Container(...); + * $operations = $containerService->operations; + * + */ +class Google_Service_Container_Resource_ProjectsLocationsOperations extends Google_Service_Resource +{ + /** + * Cancels the specified operation. (operations.cancel) + * + * @param string $name The name (project, location, operation id) of the + * operation to cancel. Specified in the format 'projects/locations/operations'. + * @param Google_Service_Container_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_ContainerEmpty + */ + public function cancel($name, Google_Service_Container_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Container_ContainerEmpty"); + } + /** + * Gets the specified operation. (operations.get) + * + * @param string $name The name (project, location, operation id) of the + * operation to get. Specified in the format 'projects/locations/operations'. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://support.google.com/cloud/answer/6158840). This field has been + * deprecated and replaced by the name field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @opt_param string operationId Deprecated. The server-assigned `name` of the + * operation. This field has been deprecated and replaced by the name field. + * @return Google_Service_Container_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Container_Operation"); + } + /** + * Lists all operations in a project in a specific zone or all zones. + * (operations.listProjectsLocationsOperations) + * + * @param string $parent The parent (project and location) where the operations + * will be listed. Specified in the format 'projects/locations'. Location "-" + * matches all zones and all regions. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Deprecated. The Google Developers Console + * [project ID or project + * number](https://support.google.com/cloud/answer/6158840). This field has been + * deprecated and replaced by the parent field. + * @opt_param string zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) to return operations for, or `-` for + * all zones. This field has been deprecated and replaced by the parent field. + * @return Google_Service_Container_ListOperationsResponse + */ + public function listProjectsLocationsOperations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZones.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZones.php new file mode 100644 index 000000000..bbe54ef14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZones.php @@ -0,0 +1,50 @@ + + * $containerService = new Google_Service_Container(...); + * $zones = $containerService->zones; + * + */ +class Google_Service_Container_Resource_ProjectsZones extends Google_Service_Resource +{ + /** + * Returns configuration info about the Google Kubernetes Engine service. + * (zones.getServerconfig) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) to return operations for. This field + * has been deprecated and replaced by the name field. + * @param array $optParams Optional parameters. + * + * @opt_param string name The name (project and location) of the server config + * to get, specified in the format 'projects/locations'. + * @return Google_Service_Container_ServerConfig + */ + public function getServerconfig($projectId, $zone, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('getServerconfig', array($params), "Google_Service_Container_ServerConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClusters.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClusters.php new file mode 100644 index 000000000..7d3dc1653 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClusters.php @@ -0,0 +1,412 @@ + + * $containerService = new Google_Service_Container(...); + * $clusters = $containerService->clusters; + * + */ +class Google_Service_Container_Resource_ProjectsZonesClusters extends Google_Service_Resource +{ + /** + * Sets the addons for a specific cluster. (clusters.addons) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetAddonsConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function addons($projectId, $zone, $clusterId, Google_Service_Container_SetAddonsConfigRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addons', array($params), "Google_Service_Container_Operation"); + } + /** + * Completes master IP rotation. (clusters.completeIpRotation) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the name field. + * @param Google_Service_Container_CompleteIPRotationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function completeIpRotation($projectId, $zone, $clusterId, Google_Service_Container_CompleteIPRotationRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('completeIpRotation', array($params), "Google_Service_Container_Operation"); + } + /** + * Creates a cluster, consisting of the specified number and type of Google + * Compute Engine instances. + * + * By default, the cluster is created in the project's [default + * network](/compute/docs/networks-and-firewalls#networks). + * + * One firewall is added for the cluster. After cluster creation, the Kubelet + * creates routes for each node to allow the containers on that node to + * communicate with all other instances in the cluster. + * + * Finally, an entry is added to the project's global metadata indicating which + * CIDR range the cluster is using. (clusters.create) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the parent field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the parent field. + * @param Google_Service_Container_CreateClusterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function create($projectId, $zone, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Container_Operation"); + } + /** + * Deletes the cluster, including the Kubernetes endpoint and all worker nodes. + * + * Firewalls and routes that were configured during cluster creation are also + * deleted. + * + * Other Google Compute Engine resources that might be in use by the cluster, + * such as load balancer resources, are not deleted if they weren't present when + * the cluster was initially created. (clusters.delete) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to delete. This + * field has been deprecated and replaced by the name field. + * @param array $optParams Optional parameters. + * + * @opt_param string name The name (project, location, cluster) of the cluster + * to delete. Specified in the format 'projects/locations/clusters'. + * @return Google_Service_Container_Operation + */ + public function delete($projectId, $zone, $clusterId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Container_Operation"); + } + /** + * Gets the details of a specific cluster. (clusters.get) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to retrieve. + * This field has been deprecated and replaced by the name field. + * @param array $optParams Optional parameters. + * + * @opt_param string name The name (project, location, cluster) of the cluster + * to retrieve. Specified in the format 'projects/locations/clusters'. + * @return Google_Service_Container_Cluster + */ + public function get($projectId, $zone, $clusterId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Container_Cluster"); + } + /** + * Enables or disables the ABAC authorization mechanism on a cluster. + * (clusters.legacyAbac) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to update. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetLegacyAbacRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function legacyAbac($projectId, $zone, $clusterId, Google_Service_Container_SetLegacyAbacRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('legacyAbac', array($params), "Google_Service_Container_Operation"); + } + /** + * Lists all clusters owned by a project in either the specified zone or all + * zones. (clusters.listProjectsZonesClusters) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the parent field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides, or "-" + * for all zones. This field has been deprecated and replaced by the parent + * field. + * @param array $optParams Optional parameters. + * + * @opt_param string parent The parent (project and location) where the clusters + * will be listed. Specified in the format 'projects/locations'. Location "-" + * matches all zones and all regions. + * @return Google_Service_Container_ListClustersResponse + */ + public function listProjectsZonesClusters($projectId, $zone, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); + } + /** + * Sets the locations for a specific cluster. (clusters.locations) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetLocationsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function locations($projectId, $zone, $clusterId, Google_Service_Container_SetLocationsRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('locations', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the logging service for a specific cluster. (clusters.logging) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetLoggingServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function logging($projectId, $zone, $clusterId, Google_Service_Container_SetLoggingServiceRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('logging', array($params), "Google_Service_Container_Operation"); + } + /** + * Updates the master for a specific cluster. (clusters.master) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_UpdateMasterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function master($projectId, $zone, $clusterId, Google_Service_Container_UpdateMasterRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('master', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the monitoring service for a specific cluster. (clusters.monitoring) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetMonitoringServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function monitoring($projectId, $zone, $clusterId, Google_Service_Container_SetMonitoringServiceRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('monitoring', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets labels on a cluster. (clusters.resourceLabels) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the name field. + * @param Google_Service_Container_SetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function resourceLabels($projectId, $zone, $clusterId, Google_Service_Container_SetLabelsRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resourceLabels', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the maintenance policy for a cluster. (clusters.setMaintenancePolicy) + * + * @param string $projectId The Google Developers Console [project ID or project + * number](https://support.google.com/cloud/answer/6158840). + * @param string $zone The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. + * @param string $clusterId The name of the cluster to update. + * @param Google_Service_Container_SetMaintenancePolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setMaintenancePolicy($projectId, $zone, $clusterId, Google_Service_Container_SetMaintenancePolicyRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMaintenancePolicy', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets master auth materials. Currently supports changing the admin password or + * a specific cluster, either via password generation or explicitly setting the + * password. (clusters.setMasterAuth) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetMasterAuthRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setMasterAuth($projectId, $zone, $clusterId, Google_Service_Container_SetMasterAuthRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setMasterAuth', array($params), "Google_Service_Container_Operation"); + } + /** + * Enables or disables Network Policy for a cluster. (clusters.setNetworkPolicy) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the name field. + * @param Google_Service_Container_SetNetworkPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setNetworkPolicy($projectId, $zone, $clusterId, Google_Service_Container_SetNetworkPolicyRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setNetworkPolicy', array($params), "Google_Service_Container_Operation"); + } + /** + * Starts master IP rotation. (clusters.startIpRotation) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the name field. + * @param Google_Service_Container_StartIPRotationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function startIpRotation($projectId, $zone, $clusterId, Google_Service_Container_StartIPRotationRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('startIpRotation', array($params), "Google_Service_Container_Operation"); + } + /** + * Updates the settings of a specific cluster. (clusters.update) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param Google_Service_Container_UpdateClusterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function update($projectId, $zone, $clusterId, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Container_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.php new file mode 100644 index 000000000..3fc511523 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.php @@ -0,0 +1,248 @@ + + * $containerService = new Google_Service_Container(...); + * $nodePools = $containerService->nodePools; + * + */ +class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends Google_Service_Resource +{ + /** + * Sets the autoscaling settings for the specified node pool. + * (nodePools.autoscaling) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool to upgrade. + * This field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetNodePoolAutoscalingRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function autoscaling($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_SetNodePoolAutoscalingRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('autoscaling', array($params), "Google_Service_Container_Operation"); + } + /** + * Creates a node pool for a cluster. (nodePools.create) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the parent field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the parent field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the parent field. + * @param Google_Service_Container_CreateNodePoolRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function create($projectId, $zone, $clusterId, Google_Service_Container_CreateNodePoolRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Container_Operation"); + } + /** + * Deletes a node pool from a cluster. (nodePools.delete) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool to delete. + * This field has been deprecated and replaced by the name field. + * @param array $optParams Optional parameters. + * + * @opt_param string name The name (project, location, cluster, node pool id) of + * the node pool to delete. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @return Google_Service_Container_Operation + */ + public function delete($projectId, $zone, $clusterId, $nodePoolId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Container_Operation"); + } + /** + * Retrieves the requested node pool. (nodePools.get) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool. This field + * has been deprecated and replaced by the name field. + * @param array $optParams Optional parameters. + * + * @opt_param string name The name (project, location, cluster, node pool id) of + * the node pool to get. Specified in the format + * 'projects/locations/clusters/nodePools'. + * @return Google_Service_Container_NodePool + */ + public function get($projectId, $zone, $clusterId, $nodePoolId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Container_NodePool"); + } + /** + * Lists the node pools for a cluster. + * (nodePools.listProjectsZonesClustersNodePools) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project + * number](https://developers.google.com/console/help/new/#projectnumber). This + * field has been deprecated and replaced by the parent field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the parent field. + * @param string $clusterId Deprecated. The name of the cluster. This field has + * been deprecated and replaced by the parent field. + * @param array $optParams Optional parameters. + * + * @opt_param string parent The parent (project, location, cluster id) where the + * node pools will be listed. Specified in the format + * 'projects/locations/clusters'. + * @return Google_Service_Container_ListNodePoolsResponse + */ + public function listProjectsZonesClustersNodePools($projectId, $zone, $clusterId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListNodePoolsResponse"); + } + /** + * Rolls back a previously Aborted or Failed NodePool upgrade. This makes no + * changes if the last upgrade successfully completed. (nodePools.rollback) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to rollback. + * This field has been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool to rollback. + * This field has been deprecated and replaced by the name field. + * @param Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function rollback($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_RollbackNodePoolUpgradeRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the NodeManagement options for a node pool. (nodePools.setManagement) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to update. This + * field has been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool to update. + * This field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetNodePoolManagementRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setManagement($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_SetNodePoolManagementRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setManagement', array($params), "Google_Service_Container_Operation"); + } + /** + * Sets the size for a specific node pool. (nodePools.setSize) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to update. This + * field has been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool to update. + * This field has been deprecated and replaced by the name field. + * @param Google_Service_Container_SetNodePoolSizeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function setSize($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_SetNodePoolSizeRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSize', array($params), "Google_Service_Container_Operation"); + } + /** + * Updates the version and/or image type for the specified node pool. + * (nodePools.update) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $clusterId Deprecated. The name of the cluster to upgrade. This + * field has been deprecated and replaced by the name field. + * @param string $nodePoolId Deprecated. The name of the node pool to upgrade. + * This field has been deprecated and replaced by the name field. + * @param Google_Service_Container_UpdateNodePoolRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_Operation + */ + public function update($projectId, $zone, $clusterId, $nodePoolId, Google_Service_Container_UpdateNodePoolRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Container_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.php new file mode 100644 index 000000000..b25f5b643 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.php @@ -0,0 +1,95 @@ + + * $containerService = new Google_Service_Container(...); + * $operations = $containerService->operations; + * + */ +class Google_Service_Container_Resource_ProjectsZonesOperations extends Google_Service_Resource +{ + /** + * Cancels the specified operation. (operations.cancel) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the operation resides. This + * field has been deprecated and replaced by the name field. + * @param string $operationId Deprecated. The server-assigned `name` of the + * operation. This field has been deprecated and replaced by the name field. + * @param Google_Service_Container_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Container_ContainerEmpty + */ + public function cancel($projectId, $zone, $operationId, Google_Service_Container_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Container_ContainerEmpty"); + } + /** + * Gets the specified operation. (operations.get) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the name field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) in which the cluster resides. This + * field has been deprecated and replaced by the name field. + * @param string $operationId Deprecated. The server-assigned `name` of the + * operation. This field has been deprecated and replaced by the name field. + * @param array $optParams Optional parameters. + * + * @opt_param string name The name (project, location, operation id) of the + * operation to get. Specified in the format 'projects/locations/operations'. + * @return Google_Service_Container_Operation + */ + public function get($projectId, $zone, $operationId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Container_Operation"); + } + /** + * Lists all operations in a project in a specific zone or all zones. + * (operations.listProjectsZonesOperations) + * + * @param string $projectId Deprecated. The Google Developers Console [project + * ID or project number](https://support.google.com/cloud/answer/6158840). This + * field has been deprecated and replaced by the parent field. + * @param string $zone Deprecated. The name of the Google Compute Engine + * [zone](/compute/docs/zones#available) to return operations for, or `-` for + * all zones. This field has been deprecated and replaced by the parent field. + * @param array $optParams Optional parameters. + * + * @opt_param string parent The parent (project and location) where the + * operations will be listed. Specified in the format 'projects/locations'. + * Location "-" matches all zones and all regions. + * @return Google_Service_Container_ListOperationsResponse + */ + public function listProjectsZonesOperations($projectId, $zone, $optParams = array()) + { + $params = array('projectId' => $projectId, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ResourceUsageExportConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/ResourceUsageExportConfig.php new file mode 100644 index 000000000..9150ad969 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ResourceUsageExportConfig.php @@ -0,0 +1,62 @@ +bigqueryDestination = $bigqueryDestination; + } + /** + * @return Google_Service_Container_BigQueryDestination + */ + public function getBigqueryDestination() + { + return $this->bigqueryDestination; + } + /** + * @param Google_Service_Container_ConsumptionMeteringConfig + */ + public function setConsumptionMeteringConfig(Google_Service_Container_ConsumptionMeteringConfig $consumptionMeteringConfig) + { + $this->consumptionMeteringConfig = $consumptionMeteringConfig; + } + /** + * @return Google_Service_Container_ConsumptionMeteringConfig + */ + public function getConsumptionMeteringConfig() + { + return $this->consumptionMeteringConfig; + } + public function setEnableNetworkEgressMetering($enableNetworkEgressMetering) + { + $this->enableNetworkEgressMetering = $enableNetworkEgressMetering; + } + public function getEnableNetworkEgressMetering() + { + return $this->enableNetworkEgressMetering; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/RollbackNodePoolUpgradeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/RollbackNodePoolUpgradeRequest.php new file mode 100644 index 000000000..ac2e738c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/RollbackNodePoolUpgradeRequest.php @@ -0,0 +1,66 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodePoolId($nodePoolId) + { + $this->nodePoolId = $nodePoolId; + } + public function getNodePoolId() + { + return $this->nodePoolId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.php new file mode 100644 index 000000000..f144761db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.php @@ -0,0 +1,67 @@ +defaultClusterVersion = $defaultClusterVersion; + } + public function getDefaultClusterVersion() + { + return $this->defaultClusterVersion; + } + public function setDefaultImageType($defaultImageType) + { + $this->defaultImageType = $defaultImageType; + } + public function getDefaultImageType() + { + return $this->defaultImageType; + } + public function setValidImageTypes($validImageTypes) + { + $this->validImageTypes = $validImageTypes; + } + public function getValidImageTypes() + { + return $this->validImageTypes; + } + public function setValidMasterVersions($validMasterVersions) + { + $this->validMasterVersions = $validMasterVersions; + } + public function getValidMasterVersions() + { + return $this->validMasterVersions; + } + public function setValidNodeVersions($validNodeVersions) + { + $this->validNodeVersions = $validNodeVersions; + } + public function getValidNodeVersions() + { + return $this->validNodeVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetAddonsConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetAddonsConfigRequest.php new file mode 100644 index 000000000..c7c815644 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetAddonsConfigRequest.php @@ -0,0 +1,73 @@ +addonsConfig = $addonsConfig; + } + /** + * @return Google_Service_Container_AddonsConfig + */ + public function getAddonsConfig() + { + return $this->addonsConfig; + } + public function setClusterId($clusterId) + { + $this->clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetLabelsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetLabelsRequest.php new file mode 100644 index 000000000..865c7f061 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetLabelsRequest.php @@ -0,0 +1,75 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setResourceLabels($resourceLabels) + { + $this->resourceLabels = $resourceLabels; + } + public function getResourceLabels() + { + return $this->resourceLabels; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetLegacyAbacRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetLegacyAbacRequest.php new file mode 100644 index 000000000..612281e49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetLegacyAbacRequest.php @@ -0,0 +1,66 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetLocationsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetLocationsRequest.php new file mode 100644 index 000000000..dfd3f6179 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetLocationsRequest.php @@ -0,0 +1,67 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setLocations($locations) + { + $this->locations = $locations; + } + public function getLocations() + { + return $this->locations; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetLoggingServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetLoggingServiceRequest.php new file mode 100644 index 000000000..f66746039 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetLoggingServiceRequest.php @@ -0,0 +1,66 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setLoggingService($loggingService) + { + $this->loggingService = $loggingService; + } + public function getLoggingService() + { + return $this->loggingService; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetMaintenancePolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetMaintenancePolicyRequest.php new file mode 100644 index 000000000..ac6820818 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetMaintenancePolicyRequest.php @@ -0,0 +1,73 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + /** + * @param Google_Service_Container_MaintenancePolicy + */ + public function setMaintenancePolicy(Google_Service_Container_MaintenancePolicy $maintenancePolicy) + { + $this->maintenancePolicy = $maintenancePolicy; + } + /** + * @return Google_Service_Container_MaintenancePolicy + */ + public function getMaintenancePolicy() + { + return $this->maintenancePolicy; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetMasterAuthRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetMasterAuthRequest.php new file mode 100644 index 000000000..4a177e373 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetMasterAuthRequest.php @@ -0,0 +1,82 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setClusterId($clusterId) + { + $this->clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Container_MasterAuth + */ + public function setUpdate(Google_Service_Container_MasterAuth $update) + { + $this->update = $update; + } + /** + * @return Google_Service_Container_MasterAuth + */ + public function getUpdate() + { + return $this->update; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetMonitoringServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetMonitoringServiceRequest.php new file mode 100644 index 000000000..c191ae8a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetMonitoringServiceRequest.php @@ -0,0 +1,66 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setMonitoringService($monitoringService) + { + $this->monitoringService = $monitoringService; + } + public function getMonitoringService() + { + return $this->monitoringService; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetNetworkPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetNetworkPolicyRequest.php new file mode 100644 index 000000000..d3513e1db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetNetworkPolicyRequest.php @@ -0,0 +1,73 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Container_NetworkPolicy + */ + public function setNetworkPolicy(Google_Service_Container_NetworkPolicy $networkPolicy) + { + $this->networkPolicy = $networkPolicy; + } + /** + * @return Google_Service_Container_NetworkPolicy + */ + public function getNetworkPolicy() + { + return $this->networkPolicy; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolAutoscalingRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolAutoscalingRequest.php new file mode 100644 index 000000000..ecb386191 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolAutoscalingRequest.php @@ -0,0 +1,82 @@ +autoscaling = $autoscaling; + } + /** + * @return Google_Service_Container_NodePoolAutoscaling + */ + public function getAutoscaling() + { + return $this->autoscaling; + } + public function setClusterId($clusterId) + { + $this->clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodePoolId($nodePoolId) + { + $this->nodePoolId = $nodePoolId; + } + public function getNodePoolId() + { + return $this->nodePoolId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolManagementRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolManagementRequest.php new file mode 100644 index 000000000..6c8b01cef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolManagementRequest.php @@ -0,0 +1,82 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + /** + * @param Google_Service_Container_NodeManagement + */ + public function setManagement(Google_Service_Container_NodeManagement $management) + { + $this->management = $management; + } + /** + * @return Google_Service_Container_NodeManagement + */ + public function getManagement() + { + return $this->management; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodePoolId($nodePoolId) + { + $this->nodePoolId = $nodePoolId; + } + public function getNodePoolId() + { + return $this->nodePoolId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolSizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolSizeRequest.php new file mode 100644 index 000000000..d5c3a8a97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/SetNodePoolSizeRequest.php @@ -0,0 +1,75 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodeCount($nodeCount) + { + $this->nodeCount = $nodeCount; + } + public function getNodeCount() + { + return $this->nodeCount; + } + public function setNodePoolId($nodePoolId) + { + $this->nodePoolId = $nodePoolId; + } + public function getNodePoolId() + { + return $this->nodePoolId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php new file mode 100644 index 000000000..263233e37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php @@ -0,0 +1,39 @@ +enableIntegrityMonitoring = $enableIntegrityMonitoring; + } + public function getEnableIntegrityMonitoring() + { + return $this->enableIntegrityMonitoring; + } + public function setEnableSecureBoot($enableSecureBoot) + { + $this->enableSecureBoot = $enableSecureBoot; + } + public function getEnableSecureBoot() + { + return $this->enableSecureBoot; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.php new file mode 100644 index 000000000..cea4a50ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.php @@ -0,0 +1,66 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRotateCredentials($rotateCredentials) + { + $this->rotateCredentials = $rotateCredentials; + } + public function getRotateCredentials() + { + return $this->rotateCredentials; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/StatusCondition.php b/vendor/google/apiclient-services/src/Google/Service/Container/StatusCondition.php new file mode 100644 index 000000000..9d51d1186 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/StatusCondition.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php new file mode 100644 index 000000000..a373e95a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php @@ -0,0 +1,73 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Container_ClusterUpdate + */ + public function setUpdate(Google_Service_Container_ClusterUpdate $update) + { + $this->update = $update; + } + /** + * @return Google_Service_Container_ClusterUpdate + */ + public function getUpdate() + { + return $this->update; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/UpdateMasterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateMasterRequest.php new file mode 100644 index 000000000..4dbca93a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateMasterRequest.php @@ -0,0 +1,66 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setMasterVersion($masterVersion) + { + $this->masterVersion = $masterVersion; + } + public function getMasterVersion() + { + return $this->masterVersion; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/UpdateNodePoolRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateNodePoolRequest.php new file mode 100644 index 000000000..5474ec744 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateNodePoolRequest.php @@ -0,0 +1,84 @@ +clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + public function setImageType($imageType) + { + $this->imageType = $imageType; + } + public function getImageType() + { + return $this->imageType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodePoolId($nodePoolId) + { + $this->nodePoolId = $nodePoolId; + } + public function getNodePoolId() + { + return $this->nodePoolId; + } + public function setNodeVersion($nodeVersion) + { + $this->nodeVersion = $nodeVersion; + } + public function getNodeVersion() + { + return $this->nodeVersion; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetwork.php b/vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetwork.php new file mode 100644 index 000000000..9a42b6d9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetwork.php @@ -0,0 +1,74 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + /** + * @param Google_Service_Container_UsableSubnetworkSecondaryRange + */ + public function setSecondaryIpRanges($secondaryIpRanges) + { + $this->secondaryIpRanges = $secondaryIpRanges; + } + /** + * @return Google_Service_Container_UsableSubnetworkSecondaryRange + */ + public function getSecondaryIpRanges() + { + return $this->secondaryIpRanges; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetworkSecondaryRange.php b/vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetworkSecondaryRange.php new file mode 100644 index 000000000..722770873 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/UsableSubnetworkSecondaryRange.php @@ -0,0 +1,48 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setRangeName($rangeName) + { + $this->rangeName = $rangeName; + } + public function getRangeName() + { + return $this->rangeName; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php new file mode 100644 index 000000000..4a69416e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php @@ -0,0 +1,590 @@ + + * An implementation of the Grafeas API, which stores, and enables querying and + * retrieval of critical metadata about all of your software artifacts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ContainerAnalysis extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_notes; + public $projects_notes_occurrences; + public $projects_occurrences; + public $projects_operations; + public $projects_scanConfigs; + public $providers_notes; + public $providers_notes_occurrences; + + /** + * Constructs the internal representation of the ContainerAnalysis 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://containeranalysis.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1alpha1'; + $this->serviceName = 'containeranalysis'; + + $this->projects_notes = new Google_Service_ContainerAnalysis_Resource_ProjectsNotes( + $this, + $this->serviceName, + 'notes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1alpha1/{+parent}/notes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'noteId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1alpha1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha1/{+parent}/notes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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_notes_occurrences = new Google_Service_ContainerAnalysis_Resource_ProjectsNotesOccurrences( + $this, + $this->serviceName, + 'occurrences', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1alpha1/{+name}/occurrences', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_occurrences = new Google_Service_ContainerAnalysis_Resource_ProjectsOccurrences( + $this, + $this->serviceName, + 'occurrences', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1alpha1/{+parent}/occurrences', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1alpha1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getNotes' => array( + 'path' => 'v1alpha1/{+name}/notes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getVulnerabilitySummary' => array( + 'path' => 'v1alpha1/{+parent}/occurrences:vulnerabilitySummary', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1alpha1/{+parent}/occurrences', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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_operations = new Google_Service_ContainerAnalysis_Resource_ProjectsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1alpha1/{+parent}/operations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_scanConfigs = new Google_Service_ContainerAnalysis_Resource_ProjectsScanConfigs( + $this, + $this->serviceName, + 'scanConfigs', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha1/{+parent}/scanConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->providers_notes = new Google_Service_ContainerAnalysis_Resource_ProvidersNotes( + $this, + $this->serviceName, + 'notes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1alpha1/{+name}/notes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'noteId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1alpha1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha1/{+name}/notes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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->providers_notes_occurrences = new Google_Service_ContainerAnalysis_Resource_ProvidersNotesOccurrences( + $this, + $this->serviceName, + 'occurrences', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1alpha1/{+name}/occurrences', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Artifact.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Artifact.php new file mode 100644 index 000000000..16d363c98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Artifact.php @@ -0,0 +1,58 @@ +checksum = $checksum; + } + public function getChecksum() + { + return $this->checksum; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNames($names) + { + $this->names = $names; + } + public function getNames() + { + return $this->names; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Attestation.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Attestation.php new file mode 100644 index 000000000..0fe1b1522 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Attestation.php @@ -0,0 +1,37 @@ +pgpSignedAttestation = $pgpSignedAttestation; + } + /** + * @return Google_Service_ContainerAnalysis_PgpSignedAttestation + */ + public function getPgpSignedAttestation() + { + return $this->pgpSignedAttestation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AttestationAuthority.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AttestationAuthority.php new file mode 100644 index 000000000..a543fe036 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AttestationAuthority.php @@ -0,0 +1,37 @@ +hint = $hint; + } + /** + * @return Google_Service_ContainerAnalysis_AttestationAuthorityHint + */ + public function getHint() + { + return $this->hint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AttestationAuthorityHint.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AttestationAuthorityHint.php new file mode 100644 index 000000000..f956c0a9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AttestationAuthorityHint.php @@ -0,0 +1,30 @@ +humanReadableName = $humanReadableName; + } + public function getHumanReadableName() + { + return $this->humanReadableName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Basis.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Basis.php new file mode 100644 index 000000000..40b9d0751 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Basis.php @@ -0,0 +1,46 @@ +fingerprint = $fingerprint; + } + /** + * @return Google_Service_ContainerAnalysis_Fingerprint + */ + public function getFingerprint() + { + return $this->fingerprint; + } + public function setResourceUrl($resourceUrl) + { + $this->resourceUrl = $resourceUrl; + } + public function getResourceUrl() + { + return $this->resourceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Binding.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Binding.php new file mode 100644 index 000000000..af1ed52bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_ContainerAnalysis_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildDetails.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildDetails.php new file mode 100644 index 000000000..9517a907e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildDetails.php @@ -0,0 +1,46 @@ +provenance = $provenance; + } + /** + * @return Google_Service_ContainerAnalysis_BuildProvenance + */ + public function getProvenance() + { + return $this->provenance; + } + public function setProvenanceBytes($provenanceBytes) + { + $this->provenanceBytes = $provenanceBytes; + } + public function getProvenanceBytes() + { + return $this->provenanceBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildProvenance.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildProvenance.php new file mode 100644 index 000000000..1f0c9e454 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildProvenance.php @@ -0,0 +1,160 @@ +buildOptions = $buildOptions; + } + public function getBuildOptions() + { + return $this->buildOptions; + } + public function setBuilderVersion($builderVersion) + { + $this->builderVersion = $builderVersion; + } + public function getBuilderVersion() + { + return $this->builderVersion; + } + /** + * @param Google_Service_ContainerAnalysis_Artifact + */ + public function setBuiltArtifacts($builtArtifacts) + { + $this->builtArtifacts = $builtArtifacts; + } + /** + * @return Google_Service_ContainerAnalysis_Artifact + */ + public function getBuiltArtifacts() + { + return $this->builtArtifacts; + } + /** + * @param Google_Service_ContainerAnalysis_Command + */ + public function setCommands($commands) + { + $this->commands = $commands; + } + /** + * @return Google_Service_ContainerAnalysis_Command + */ + public function getCommands() + { + return $this->commands; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCreator($creator) + { + $this->creator = $creator; + } + public function getCreator() + { + return $this->creator; + } + public function setFinishTime($finishTime) + { + $this->finishTime = $finishTime; + } + public function getFinishTime() + { + return $this->finishTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLogsBucket($logsBucket) + { + $this->logsBucket = $logsBucket; + } + public function getLogsBucket() + { + return $this->logsBucket; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_ContainerAnalysis_Source + */ + public function setSourceProvenance(Google_Service_ContainerAnalysis_Source $sourceProvenance) + { + $this->sourceProvenance = $sourceProvenance; + } + /** + * @return Google_Service_ContainerAnalysis_Source + */ + public function getSourceProvenance() + { + return $this->sourceProvenance; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setTriggerId($triggerId) + { + $this->triggerId = $triggerId; + } + public function getTriggerId() + { + return $this->triggerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildSignature.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildSignature.php new file mode 100644 index 000000000..ae1411de0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildSignature.php @@ -0,0 +1,57 @@ +keyId = $keyId; + } + public function getKeyId() + { + return $this->keyId; + } + public function setKeyType($keyType) + { + $this->keyType = $keyType; + } + public function getKeyType() + { + return $this->keyType; + } + public function setPublicKey($publicKey) + { + $this->publicKey = $publicKey; + } + public function getPublicKey() + { + return $this->publicKey; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildType.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildType.php new file mode 100644 index 000000000..bacf45ae7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/BuildType.php @@ -0,0 +1,46 @@ +builderVersion = $builderVersion; + } + public function getBuilderVersion() + { + return $this->builderVersion; + } + /** + * @param Google_Service_ContainerAnalysis_BuildSignature + */ + public function setSignature(Google_Service_ContainerAnalysis_BuildSignature $signature) + { + $this->signature = $signature; + } + /** + * @return Google_Service_ContainerAnalysis_BuildSignature + */ + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Command.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Command.php new file mode 100644 index 000000000..2f1af7e86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Command.php @@ -0,0 +1,76 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setDir($dir) + { + $this->dir = $dir; + } + public function getDir() + { + return $this->dir; + } + public function setEnv($env) + { + $this->env = $env; + } + public function getEnv() + { + return $this->env; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setWaitFor($waitFor) + { + $this->waitFor = $waitFor; + } + public function getWaitFor() + { + return $this->waitFor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisEmpty.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisEmpty.php new file mode 100644 index 000000000..ea0fc4714 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ContaineranalysisEmpty.php @@ -0,0 +1,20 @@ +contentHash = $contentHash; + } + /** + * @return Google_Service_ContainerAnalysis_Hash + */ + public function getContentHash() + { + return $this->contentHash; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CreateOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CreateOperationRequest.php new file mode 100644 index 000000000..ceef12f33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/CreateOperationRequest.php @@ -0,0 +1,46 @@ +operation = $operation; + } + /** + * @return Google_Service_ContainerAnalysis_Operation + */ + public function getOperation() + { + return $this->operation; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployable.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployable.php new file mode 100644 index 000000000..703fcfc0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployable.php @@ -0,0 +1,31 @@ +resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployment.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployment.php new file mode 100644 index 000000000..da7da8ea8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Deployment.php @@ -0,0 +1,85 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setConfig($config) + { + $this->config = $config; + } + public function getConfig() + { + return $this->config; + } + public function setDeployTime($deployTime) + { + $this->deployTime = $deployTime; + } + public function getDeployTime() + { + return $this->deployTime; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } + public function setUndeployTime($undeployTime) + { + $this->undeployTime = $undeployTime; + } + public function getUndeployTime() + { + return $this->undeployTime; + } + public function setUserEmail($userEmail) + { + $this->userEmail = $userEmail; + } + public function getUserEmail() + { + return $this->userEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Derived.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Derived.php new file mode 100644 index 000000000..57b2c15fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Derived.php @@ -0,0 +1,72 @@ +baseResourceUrl = $baseResourceUrl; + } + public function getBaseResourceUrl() + { + return $this->baseResourceUrl; + } + public function setDistance($distance) + { + $this->distance = $distance; + } + public function getDistance() + { + return $this->distance; + } + /** + * @param Google_Service_ContainerAnalysis_Fingerprint + */ + public function setFingerprint(Google_Service_ContainerAnalysis_Fingerprint $fingerprint) + { + $this->fingerprint = $fingerprint; + } + /** + * @return Google_Service_ContainerAnalysis_Fingerprint + */ + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_ContainerAnalysis_Layer + */ + public function setLayerInfo($layerInfo) + { + $this->layerInfo = $layerInfo; + } + /** + * @return Google_Service_ContainerAnalysis_Layer + */ + public function getLayerInfo() + { + return $this->layerInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php new file mode 100644 index 000000000..4a1ea409e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php @@ -0,0 +1,123 @@ +cpeUri = $cpeUri; + } + public function getCpeUri() + { + return $this->cpeUri; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_ContainerAnalysis_VulnerabilityLocation + */ + public function setFixedLocation(Google_Service_ContainerAnalysis_VulnerabilityLocation $fixedLocation) + { + $this->fixedLocation = $fixedLocation; + } + /** + * @return Google_Service_ContainerAnalysis_VulnerabilityLocation + */ + public function getFixedLocation() + { + return $this->fixedLocation; + } + public function setIsObsolete($isObsolete) + { + $this->isObsolete = $isObsolete; + } + public function getIsObsolete() + { + return $this->isObsolete; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setMaxAffectedVersion(Google_Service_ContainerAnalysis_Version $maxAffectedVersion) + { + $this->maxAffectedVersion = $maxAffectedVersion; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getMaxAffectedVersion() + { + return $this->maxAffectedVersion; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setMinAffectedVersion(Google_Service_ContainerAnalysis_Version $minAffectedVersion) + { + $this->minAffectedVersion = $minAffectedVersion; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getMinAffectedVersion() + { + return $this->minAffectedVersion; + } + public function setPackage($package) + { + $this->package = $package; + } + public function getPackage() + { + return $this->package; + } + public function setPackageType($packageType) + { + $this->packageType = $packageType; + } + public function getPackageType() + { + return $this->packageType; + } + public function setSeverityName($severityName) + { + $this->severityName = $severityName; + } + public function getSeverityName() + { + return $this->severityName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php new file mode 100644 index 000000000..37c0524a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php @@ -0,0 +1,80 @@ +analysisStatus = $analysisStatus; + } + public function getAnalysisStatus() + { + return $this->analysisStatus; + } + /** + * @param Google_Service_ContainerAnalysis_Status + */ + public function setAnalysisStatusError(Google_Service_ContainerAnalysis_Status $analysisStatusError) + { + $this->analysisStatusError = $analysisStatusError; + } + /** + * @return Google_Service_ContainerAnalysis_Status + */ + public function getAnalysisStatusError() + { + return $this->analysisStatusError; + } + public function setContinuousAnalysis($continuousAnalysis) + { + $this->continuousAnalysis = $continuousAnalysis; + } + public function getContinuousAnalysis() + { + return $this->continuousAnalysis; + } + public function setCpe($cpe) + { + $this->cpe = $cpe; + } + public function getCpe() + { + return $this->cpe; + } + /** + * @param Google_Service_ContainerAnalysis_Operation + */ + public function setOperation(Google_Service_ContainerAnalysis_Operation $operation) + { + $this->operation = $operation; + } + /** + * @return Google_Service_ContainerAnalysis_Operation + */ + public function getOperation() + { + return $this->operation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovery.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovery.php new file mode 100644 index 000000000..ae50fd599 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovery.php @@ -0,0 +1,30 @@ +analysisKind = $analysisKind; + } + public function getAnalysisKind() + { + return $this->analysisKind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Distribution.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Distribution.php new file mode 100644 index 000000000..a92eaadf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Distribution.php @@ -0,0 +1,82 @@ +architecture = $architecture; + } + public function getArchitecture() + { + return $this->architecture; + } + public function setCpeUri($cpeUri) + { + $this->cpeUri = $cpeUri; + } + public function getCpeUri() + { + return $this->cpeUri; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setLatestVersion(Google_Service_ContainerAnalysis_Version $latestVersion) + { + $this->latestVersion = $latestVersion; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getLatestVersion() + { + return $this->latestVersion; + } + public function setMaintainer($maintainer) + { + $this->maintainer = $maintainer; + } + public function getMaintainer() + { + return $this->maintainer; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Expr.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Expr.php new file mode 100644 index 000000000..6607c7a53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FileHashes.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FileHashes.php new file mode 100644 index 000000000..ceb85cba7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/FileHashes.php @@ -0,0 +1,38 @@ +fileHash = $fileHash; + } + /** + * @return Google_Service_ContainerAnalysis_Hash + */ + public function getFileHash() + { + return $this->fileHash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Fingerprint.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Fingerprint.php new file mode 100644 index 000000000..3f78d20b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Fingerprint.php @@ -0,0 +1,49 @@ +v1Name = $v1Name; + } + public function getV1Name() + { + return $this->v1Name; + } + public function setV2Blob($v2Blob) + { + $this->v2Blob = $v2Blob; + } + public function getV2Blob() + { + return $this->v2Blob; + } + public function setV2Name($v2Name) + { + $this->v2Name = $v2Name; + } + public function getV2Name() + { + return $this->v2Name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetIamPolicyRequest.php new file mode 100644 index 000000000..eaf51ffe0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_ContainerAnalysis_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetPolicyOptions.php new file mode 100644 index 000000000..d7ec6abcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetVulnzOccurrencesSummaryResponse.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetVulnzOccurrencesSummaryResponse.php new file mode 100644 index 000000000..bfaa21789 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GetVulnzOccurrencesSummaryResponse.php @@ -0,0 +1,38 @@ +counts = $counts; + } + /** + * @return Google_Service_ContainerAnalysis_SeverityCount + */ + public function getCounts() + { + return $this->counts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1AliasContext.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1AliasContext.php new file mode 100644 index 000000000..a0090eca2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1AliasContext.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext.php new file mode 100644 index 000000000..d6075daef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext.php @@ -0,0 +1,62 @@ +aliasContext = $aliasContext; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1AliasContext + */ + public function getAliasContext() + { + return $this->aliasContext; + } + /** + * @param Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1RepoId + */ + public function setRepoId(Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1RepoId $repoId) + { + $this->repoId = $repoId; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1RepoId + */ + public function getRepoId() + { + return $this->repoId; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext.php new file mode 100644 index 000000000..ceb4b9693 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext.php @@ -0,0 +1,64 @@ +aliasContext = $aliasContext; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1AliasContext + */ + public function getAliasContext() + { + return $this->aliasContext; + } + public function setGerritProject($gerritProject) + { + $this->gerritProject = $gerritProject; + } + public function getGerritProject() + { + return $this->gerritProject; + } + public function setHostUri($hostUri) + { + $this->hostUri = $hostUri; + } + public function getHostUri() + { + return $this->hostUri; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext.php new file mode 100644 index 000000000..ccd1b2e95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext.php @@ -0,0 +1,39 @@ +revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.php new file mode 100644 index 000000000..f8030edc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.php @@ -0,0 +1,39 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoId.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoId.php new file mode 100644 index 000000000..22228e813 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoId.php @@ -0,0 +1,39 @@ +projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRepoName($repoName) + { + $this->repoName = $repoName; + } + public function getRepoName() + { + return $this->repoName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1RepoId.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1RepoId.php new file mode 100644 index 000000000..b1ddcc8fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1RepoId.php @@ -0,0 +1,46 @@ +projectRepoId = $projectRepoId; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoId + */ + public function getProjectRepoId() + { + return $this->projectRepoId; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1SourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1SourceContext.php new file mode 100644 index 000000000..bd201b11b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/GoogleDevtoolsContaineranalysisV1alpha1SourceContext.php @@ -0,0 +1,78 @@ +cloudRepo = $cloudRepo; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext + */ + public function getCloudRepo() + { + return $this->cloudRepo; + } + /** + * @param Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext + */ + public function setGerrit(Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext $gerrit) + { + $this->gerrit = $gerrit; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext + */ + public function getGerrit() + { + return $this->gerrit; + } + /** + * @param Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext + */ + public function setGit(Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext $git) + { + $this->git = $git; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext + */ + public function getGit() + { + return $this->git; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hash.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hash.php new file mode 100644 index 000000000..ceaafa238 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Hash.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Installation.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Installation.php new file mode 100644 index 000000000..d6d2183dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Installation.php @@ -0,0 +1,47 @@ +location = $location; + } + /** + * @return Google_Service_ContainerAnalysis_Location + */ + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Layer.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Layer.php new file mode 100644 index 000000000..6be08d46b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Layer.php @@ -0,0 +1,39 @@ +arguments = $arguments; + } + public function getArguments() + { + return $this->arguments; + } + public function setDirective($directive) + { + $this->directive = $directive; + } + public function getDirective() + { + return $this->directive; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNoteOccurrencesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNoteOccurrencesResponse.php new file mode 100644 index 000000000..a83fbcae6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNoteOccurrencesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ContainerAnalysis_Occurrence + */ + public function setOccurrences($occurrences) + { + $this->occurrences = $occurrences; + } + /** + * @return Google_Service_ContainerAnalysis_Occurrence + */ + public function getOccurrences() + { + return $this->occurrences; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNotesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNotesResponse.php new file mode 100644 index 000000000..3a618ca63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListNotesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ContainerAnalysis_Note + */ + public function setNotes($notes) + { + $this->notes = $notes; + } + /** + * @return Google_Service_ContainerAnalysis_Note + */ + public function getNotes() + { + return $this->notes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListOccurrencesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListOccurrencesResponse.php new file mode 100644 index 000000000..a997a1d0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListOccurrencesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ContainerAnalysis_Occurrence + */ + public function setOccurrences($occurrences) + { + $this->occurrences = $occurrences; + } + /** + * @return Google_Service_ContainerAnalysis_Occurrence + */ + public function getOccurrences() + { + return $this->occurrences; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListScanConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListScanConfigsResponse.php new file mode 100644 index 000000000..08c70b17f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ListScanConfigsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ContainerAnalysis_ScanConfig + */ + public function setScanConfigs($scanConfigs) + { + $this->scanConfigs = $scanConfigs; + } + /** + * @return Google_Service_ContainerAnalysis_ScanConfig + */ + public function getScanConfigs() + { + return $this->scanConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Location.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Location.php new file mode 100644 index 000000000..faaf23948 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Location.php @@ -0,0 +1,55 @@ +cpeUri = $cpeUri; + } + public function getCpeUri() + { + return $this->cpeUri; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setVersion(Google_Service_ContainerAnalysis_Version $version) + { + $this->version = $version; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Note.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Note.php new file mode 100644 index 000000000..ad5b88377 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Note.php @@ -0,0 +1,229 @@ +attestationAuthority = $attestationAuthority; + } + /** + * @return Google_Service_ContainerAnalysis_AttestationAuthority + */ + public function getAttestationAuthority() + { + return $this->attestationAuthority; + } + /** + * @param Google_Service_ContainerAnalysis_Basis + */ + public function setBaseImage(Google_Service_ContainerAnalysis_Basis $baseImage) + { + $this->baseImage = $baseImage; + } + /** + * @return Google_Service_ContainerAnalysis_Basis + */ + public function getBaseImage() + { + return $this->baseImage; + } + /** + * @param Google_Service_ContainerAnalysis_BuildType + */ + public function setBuildType(Google_Service_ContainerAnalysis_BuildType $buildType) + { + $this->buildType = $buildType; + } + /** + * @return Google_Service_ContainerAnalysis_BuildType + */ + public function getBuildType() + { + return $this->buildType; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_ContainerAnalysis_Deployable + */ + public function setDeployable(Google_Service_ContainerAnalysis_Deployable $deployable) + { + $this->deployable = $deployable; + } + /** + * @return Google_Service_ContainerAnalysis_Deployable + */ + public function getDeployable() + { + return $this->deployable; + } + /** + * @param Google_Service_ContainerAnalysis_Discovery + */ + public function setDiscovery(Google_Service_ContainerAnalysis_Discovery $discovery) + { + $this->discovery = $discovery; + } + /** + * @return Google_Service_ContainerAnalysis_Discovery + */ + public function getDiscovery() + { + return $this->discovery; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLongDescription($longDescription) + { + $this->longDescription = $longDescription; + } + public function getLongDescription() + { + return $this->longDescription; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ContainerAnalysis_Package + */ + public function setPackage(Google_Service_ContainerAnalysis_Package $package) + { + $this->package = $package; + } + /** + * @return Google_Service_ContainerAnalysis_Package + */ + public function getPackage() + { + return $this->package; + } + /** + * @param Google_Service_ContainerAnalysis_RelatedUrl + */ + public function setRelatedUrl($relatedUrl) + { + $this->relatedUrl = $relatedUrl; + } + /** + * @return Google_Service_ContainerAnalysis_RelatedUrl + */ + public function getRelatedUrl() + { + return $this->relatedUrl; + } + public function setShortDescription($shortDescription) + { + $this->shortDescription = $shortDescription; + } + public function getShortDescription() + { + return $this->shortDescription; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + /** + * @param Google_Service_ContainerAnalysis_UpgradeNote + */ + public function setUpgrade(Google_Service_ContainerAnalysis_UpgradeNote $upgrade) + { + $this->upgrade = $upgrade; + } + /** + * @return Google_Service_ContainerAnalysis_UpgradeNote + */ + public function getUpgrade() + { + return $this->upgrade; + } + /** + * @param Google_Service_ContainerAnalysis_VulnerabilityType + */ + public function setVulnerabilityType(Google_Service_ContainerAnalysis_VulnerabilityType $vulnerabilityType) + { + $this->vulnerabilityType = $vulnerabilityType; + } + /** + * @return Google_Service_ContainerAnalysis_VulnerabilityType + */ + public function getVulnerabilityType() + { + return $this->vulnerabilityType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Occurrence.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Occurrence.php new file mode 100644 index 000000000..c86e59658 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Occurrence.php @@ -0,0 +1,228 @@ +attestation = $attestation; + } + /** + * @return Google_Service_ContainerAnalysis_Attestation + */ + public function getAttestation() + { + return $this->attestation; + } + /** + * @param Google_Service_ContainerAnalysis_BuildDetails + */ + public function setBuildDetails(Google_Service_ContainerAnalysis_BuildDetails $buildDetails) + { + $this->buildDetails = $buildDetails; + } + /** + * @return Google_Service_ContainerAnalysis_BuildDetails + */ + public function getBuildDetails() + { + return $this->buildDetails; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_ContainerAnalysis_Deployment + */ + public function setDeployment(Google_Service_ContainerAnalysis_Deployment $deployment) + { + $this->deployment = $deployment; + } + /** + * @return Google_Service_ContainerAnalysis_Deployment + */ + public function getDeployment() + { + return $this->deployment; + } + /** + * @param Google_Service_ContainerAnalysis_Derived + */ + public function setDerivedImage(Google_Service_ContainerAnalysis_Derived $derivedImage) + { + $this->derivedImage = $derivedImage; + } + /** + * @return Google_Service_ContainerAnalysis_Derived + */ + public function getDerivedImage() + { + return $this->derivedImage; + } + /** + * @param Google_Service_ContainerAnalysis_Discovered + */ + public function setDiscovered(Google_Service_ContainerAnalysis_Discovered $discovered) + { + $this->discovered = $discovered; + } + /** + * @return Google_Service_ContainerAnalysis_Discovered + */ + public function getDiscovered() + { + return $this->discovered; + } + /** + * @param Google_Service_ContainerAnalysis_Installation + */ + public function setInstallation(Google_Service_ContainerAnalysis_Installation $installation) + { + $this->installation = $installation; + } + /** + * @return Google_Service_ContainerAnalysis_Installation + */ + public function getInstallation() + { + return $this->installation; + } + 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 setNoteName($noteName) + { + $this->noteName = $noteName; + } + public function getNoteName() + { + return $this->noteName; + } + public function setRemediation($remediation) + { + $this->remediation = $remediation; + } + public function getRemediation() + { + return $this->remediation; + } + /** + * @param Google_Service_ContainerAnalysis_ContaineranalysisResource + */ + public function setResource(Google_Service_ContainerAnalysis_ContaineranalysisResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_ContainerAnalysis_ContaineranalysisResource + */ + public function getResource() + { + return $this->resource; + } + public function setResourceUrl($resourceUrl) + { + $this->resourceUrl = $resourceUrl; + } + public function getResourceUrl() + { + return $this->resourceUrl; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + /** + * @param Google_Service_ContainerAnalysis_UpgradeOccurrence + */ + public function setUpgrade(Google_Service_ContainerAnalysis_UpgradeOccurrence $upgrade) + { + $this->upgrade = $upgrade; + } + /** + * @return Google_Service_ContainerAnalysis_UpgradeOccurrence + */ + public function getUpgrade() + { + return $this->upgrade; + } + /** + * @param Google_Service_ContainerAnalysis_VulnerabilityDetails + */ + public function setVulnerabilityDetails(Google_Service_ContainerAnalysis_VulnerabilityDetails $vulnerabilityDetails) + { + $this->vulnerabilityDetails = $vulnerabilityDetails; + } + /** + * @return Google_Service_ContainerAnalysis_VulnerabilityDetails + */ + public function getVulnerabilityDetails() + { + return $this->vulnerabilityDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Operation.php new file mode 100644 index 000000000..181939ce2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ContainerAnalysis_Status + */ + public function setError(Google_Service_ContainerAnalysis_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ContainerAnalysis_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/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Package.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Package.php new file mode 100644 index 000000000..9d7a323bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Package.php @@ -0,0 +1,47 @@ +distribution = $distribution; + } + /** + * @return Google_Service_ContainerAnalysis_Distribution + */ + public function getDistribution() + { + return $this->distribution; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PackageIssue.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PackageIssue.php new file mode 100644 index 000000000..f520f42cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PackageIssue.php @@ -0,0 +1,62 @@ +affectedLocation = $affectedLocation; + } + /** + * @return Google_Service_ContainerAnalysis_VulnerabilityLocation + */ + public function getAffectedLocation() + { + return $this->affectedLocation; + } + /** + * @param Google_Service_ContainerAnalysis_VulnerabilityLocation + */ + public function setFixedLocation(Google_Service_ContainerAnalysis_VulnerabilityLocation $fixedLocation) + { + $this->fixedLocation = $fixedLocation; + } + /** + * @return Google_Service_ContainerAnalysis_VulnerabilityLocation + */ + public function getFixedLocation() + { + return $this->fixedLocation; + } + public function setSeverityName($severityName) + { + $this->severityName = $severityName; + } + public function getSeverityName() + { + return $this->severityName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PgpSignedAttestation.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PgpSignedAttestation.php new file mode 100644 index 000000000..bcb442503 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/PgpSignedAttestation.php @@ -0,0 +1,48 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setPgpKeyId($pgpKeyId) + { + $this->pgpKeyId = $pgpKeyId; + } + public function getPgpKeyId() + { + return $this->pgpKeyId; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php new file mode 100644 index 000000000..16404cdc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_ContainerAnalysis_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RelatedUrl.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RelatedUrl.php new file mode 100644 index 000000000..75ed244c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RelatedUrl.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RepoSource.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RepoSource.php new file mode 100644 index 000000000..1d60d9be7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/RepoSource.php @@ -0,0 +1,66 @@ +branchName = $branchName; + } + public function getBranchName() + { + return $this->branchName; + } + public function setCommitSha($commitSha) + { + $this->commitSha = $commitSha; + } + public function getCommitSha() + { + return $this->commitSha; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRepoName($repoName) + { + $this->repoName = $repoName; + } + public function getRepoName() + { + return $this->repoName; + } + public function setTagName($tagName) + { + $this->tagName = $tagName; + } + public function getTagName() + { + return $this->tagName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Projects.php new file mode 100644 index 000000000..7a9a8f134 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $projects = $containeranalysisService->projects; + * + */ +class Google_Service_ContainerAnalysis_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotes.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotes.php new file mode 100644 index 000000000..7119be6a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotes.php @@ -0,0 +1,188 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $notes = $containeranalysisService->notes; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProjectsNotes extends Google_Service_Resource +{ + /** + * Creates a new `Note`. (notes.create) + * + * @param string $parent This field contains the project Id for example: + * "projects/{project_id} + * @param Google_Service_ContainerAnalysis_Note $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string name The name of the project. Should be of the form + * "providers/{provider_id}". @Deprecated + * @opt_param string noteId The ID to use for this note. + * @return Google_Service_ContainerAnalysis_Note + */ + public function create($parent, Google_Service_ContainerAnalysis_Note $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Deletes the given `Note` from the system. (notes.delete) + * + * @param string $name The name of the note in the form of + * "providers/{provider_id}/notes/{NOTE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_ContaineranalysisEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ContainerAnalysis_ContaineranalysisEmpty"); + } + /** + * Returns the requested `Note`. (notes.get) + * + * @param string $name The name of the note in the form of + * "providers/{provider_id}/notes/{NOTE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Note + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Gets the access control policy for a note or an `Occurrence` resource. + * Requires `containeranalysis.notes.setIamPolicy` or + * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a + * note or occurrence, respectively. Attempting to call this method on a + * resource without the required permission will result in a `PERMISSION_DENIED` + * error. Attempting to call this method on a non-existent resource will result + * in a `NOT_FOUND` error if the user has list permission on the project, or a + * `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for occurrences + * and projects/{PROJECT_ID}/notes/{NOTE_ID} for notes (notes.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 Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Policy + */ + public function getIamPolicy($resource, Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); + } + /** + * Lists all `Notes` for a given project. (notes.listProjectsNotes) + * + * @param string $parent This field contains the project Id for example: + * "projects/{PROJECT_ID}". + * @param array $optParams Optional parameters. + * + * @opt_param string filter The filter expression. + * @opt_param string name The name field will contain the project Id for + * example: "providers/{provider_id} @Deprecated + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param int pageSize Number of notes to return in the list. + * @return Google_Service_ContainerAnalysis_ListNotesResponse + */ + public function listProjectsNotes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListNotesResponse"); + } + /** + * Updates an existing `Note`. (notes.patch) + * + * @param string $name The name of the note. Should be of the form + * "projects/{provider_id}/notes/{note_id}". + * @param Google_Service_ContainerAnalysis_Note $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The fields to update. + * @return Google_Service_ContainerAnalysis_Note + */ + public function patch($name, Google_Service_ContainerAnalysis_Note $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Sets the access control policy on the specified `Note` or `Occurrence`. + * Requires `containeranalysis.notes.setIamPolicy` or + * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a + * `Note` or an `Occurrence`, respectively. Attempting to call this method + * without these permissions will result in a ` `PERMISSION_DENIED` error. + * Attempting to call this method on a non-existent resource will result in a + * `NOT_FOUND` error if the user has `containeranalysis.notes.list` permission + * on a `Note` or `containeranalysis.occurrences.list` on an `Occurrence`, or a + * `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{projectid}/occurrences/{occurrenceid}` for occurrences + * and projects/{projectid}/notes/{noteid} for notes (notes.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_ContainerAnalysis_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Policy + */ + public function setIamPolicy($resource, Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); + } + /** + * Returns the permissions that a caller has on the specified note or occurrence + * resource. Requires list permission on the project (for example, + * "storage.objects.list" on the containing bucket for testing permission of an + * object). Attempting to call this method on a non-existent resource will + * result in a `NOT_FOUND` error if the user has list permission on the project, + * or a `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for + * `Occurrences` and `projects/{PROJECT_ID}/notes/{NOTE_ID}` for `Notes` + * (notes.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_ContainerAnalysis_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_ContainerAnalysis_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php new file mode 100644 index 000000000..61ac7e6c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php @@ -0,0 +1,49 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $occurrences = $containeranalysisService->occurrences; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProjectsNotesOccurrences extends Google_Service_Resource +{ + /** + * Lists `Occurrences` referencing the specified `Note`. Use this method to get + * all occurrences referencing your `Note` across all your customer projects. + * (occurrences.listProjectsNotesOccurrences) + * + * @param string $name The name field will contain the note name for example: + * "provider/{provider_id}/notes/{note_id}" + * @param array $optParams Optional parameters. + * + * @opt_param string filter The filter expression. + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param int pageSize Number of notes to return in the list. + * @return Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse + */ + public function listProjectsNotesOccurrences($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php new file mode 100644 index 000000000..315d07a7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php @@ -0,0 +1,223 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $occurrences = $containeranalysisService->occurrences; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProjectsOccurrences extends Google_Service_Resource +{ + /** + * Creates a new `Occurrence`. Use this method to create `Occurrences` for a + * resource. (occurrences.create) + * + * @param string $parent This field contains the project Id for example: + * "projects/{project_id}" + * @param Google_Service_ContainerAnalysis_Occurrence $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string name The name of the project. Should be of the form + * "projects/{project_id}". @Deprecated + * @return Google_Service_ContainerAnalysis_Occurrence + */ + public function create($parent, Google_Service_ContainerAnalysis_Occurrence $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ContainerAnalysis_Occurrence"); + } + /** + * Deletes the given `Occurrence` from the system. Use this when an `Occurrence` + * is no longer applicable for the given resource. (occurrences.delete) + * + * @param string $name The name of the occurrence in the form of + * "projects/{project_id}/occurrences/{OCCURRENCE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_ContaineranalysisEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ContainerAnalysis_ContaineranalysisEmpty"); + } + /** + * Returns the requested `Occurrence`. (occurrences.get) + * + * @param string $name The name of the occurrence of the form + * "projects/{project_id}/occurrences/{OCCURRENCE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Occurrence + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ContainerAnalysis_Occurrence"); + } + /** + * Gets the access control policy for a note or an `Occurrence` resource. + * Requires `containeranalysis.notes.setIamPolicy` or + * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a + * note or occurrence, respectively. Attempting to call this method on a + * resource without the required permission will result in a `PERMISSION_DENIED` + * error. Attempting to call this method on a non-existent resource will result + * in a `NOT_FOUND` error if the user has list permission on the project, or a + * `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for occurrences + * and projects/{PROJECT_ID}/notes/{NOTE_ID} for notes + * (occurrences.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 Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Policy + */ + public function getIamPolicy($resource, Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); + } + /** + * Gets the `Note` attached to the given `Occurrence`. (occurrences.getNotes) + * + * @param string $name The name of the occurrence in the form + * "projects/{project_id}/occurrences/{OCCURRENCE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Note + */ + public function getNotes($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getNotes', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Gets a summary of the number and severity of occurrences. + * (occurrences.getVulnerabilitySummary) + * + * @param string $parent This contains the project Id for example: + * projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param string filter The filter expression. + * @return Google_Service_ContainerAnalysis_GetVulnzOccurrencesSummaryResponse + */ + public function getVulnerabilitySummary($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('getVulnerabilitySummary', array($params), "Google_Service_ContainerAnalysis_GetVulnzOccurrencesSummaryResponse"); + } + /** + * Lists active `Occurrences` for a given project matching the filters. + * (occurrences.listProjectsOccurrences) + * + * @param string $parent This contains the project Id for example: + * projects/{project_id}. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param string kind The kind of occurrences to filter on. + * @opt_param int pageSize Number of occurrences to return in the list. + * @opt_param string name The name field contains the project Id. For example: + * "projects/{project_id} @Deprecated + * @opt_param string filter The filter expression. + * @return Google_Service_ContainerAnalysis_ListOccurrencesResponse + */ + public function listProjectsOccurrences($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListOccurrencesResponse"); + } + /** + * Updates an existing occurrence. (occurrences.patch) + * + * @param string $name The name of the occurrence. Should be of the form + * "projects/{project_id}/occurrences/{OCCURRENCE_ID}". + * @param Google_Service_ContainerAnalysis_Occurrence $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The fields to update. + * @return Google_Service_ContainerAnalysis_Occurrence + */ + public function patch($name, Google_Service_ContainerAnalysis_Occurrence $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_Occurrence"); + } + /** + * Sets the access control policy on the specified `Note` or `Occurrence`. + * Requires `containeranalysis.notes.setIamPolicy` or + * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a + * `Note` or an `Occurrence`, respectively. Attempting to call this method + * without these permissions will result in a ` `PERMISSION_DENIED` error. + * Attempting to call this method on a non-existent resource will result in a + * `NOT_FOUND` error if the user has `containeranalysis.notes.list` permission + * on a `Note` or `containeranalysis.occurrences.list` on an `Occurrence`, or a + * `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{projectid}/occurrences/{occurrenceid}` for occurrences + * and projects/{projectid}/notes/{noteid} for notes (occurrences.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_ContainerAnalysis_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Policy + */ + public function setIamPolicy($resource, Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); + } + /** + * Returns the permissions that a caller has on the specified note or occurrence + * resource. Requires list permission on the project (for example, + * "storage.objects.list" on the containing bucket for testing permission of an + * object). Attempting to call this method on a non-existent resource will + * result in a `NOT_FOUND` error if the user has list permission on the project, + * or a `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for + * `Occurrences` and `projects/{PROJECT_ID}/notes/{NOTE_ID}` for `Notes` + * (occurrences.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_ContainerAnalysis_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_ContainerAnalysis_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOperations.php new file mode 100644 index 000000000..260a7d684 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOperations.php @@ -0,0 +1,60 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $operations = $containeranalysisService->operations; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProjectsOperations extends Google_Service_Resource +{ + /** + * Creates a new `Operation`. (operations.create) + * + * @param string $parent The project Id that this operation should be created + * under. + * @param Google_Service_ContainerAnalysis_CreateOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Operation + */ + public function create($parent, Google_Service_ContainerAnalysis_CreateOperationRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ContainerAnalysis_Operation"); + } + /** + * Updates an existing operation returns an error if operation does not exist. + * The only valid operations are to update mark the done bit change the result. + * (operations.patch) + * + * @param string $name The name of the Operation. Should be of the form + * "projects/{provider_id}/operations/{operation_id}". + * @param Google_Service_ContainerAnalysis_UpdateOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Operation + */ + public function patch($name, Google_Service_ContainerAnalysis_UpdateOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsScanConfigs.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsScanConfigs.php new file mode 100644 index 000000000..6a816dd10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsScanConfigs.php @@ -0,0 +1,78 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $scanConfigs = $containeranalysisService->scanConfigs; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProjectsScanConfigs extends Google_Service_Resource +{ + /** + * Gets a specific scan configuration for a project. (scanConfigs.get) + * + * @param string $name The name of the ScanConfig in the form + * projects/{project_id}/scanConfigs/{scan_config_id} + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_ScanConfig + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ContainerAnalysis_ScanConfig"); + } + /** + * Lists scan configurations for a project. + * (scanConfigs.listProjectsScanConfigs) + * + * @param string $parent This containers the project Id i.e.: + * projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The page token to use for the next request. + * @opt_param int pageSize The number of items to return. + * @opt_param string filter The filter expression. + * @return Google_Service_ContainerAnalysis_ListScanConfigsResponse + */ + public function listProjectsScanConfigs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListScanConfigsResponse"); + } + /** + * Updates the scan configuration to a new value. (scanConfigs.patch) + * + * @param string $name The scan config to update of the form + * projects/{project_id}/scanConfigs/{scan_config_id}. + * @param Google_Service_ContainerAnalysis_ScanConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The fields to update. + * @return Google_Service_ContainerAnalysis_ScanConfig + */ + public function patch($name, Google_Service_ContainerAnalysis_ScanConfig $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_ScanConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Providers.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Providers.php new file mode 100644 index 000000000..99b3b4764 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/Providers.php @@ -0,0 +1,28 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $providers = $containeranalysisService->providers; + * + */ +class Google_Service_ContainerAnalysis_Resource_Providers extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php new file mode 100644 index 000000000..c29bd854d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php @@ -0,0 +1,188 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $notes = $containeranalysisService->notes; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProvidersNotes extends Google_Service_Resource +{ + /** + * Creates a new `Note`. (notes.create) + * + * @param string $name The name of the project. Should be of the form + * "providers/{provider_id}". @Deprecated + * @param Google_Service_ContainerAnalysis_Note $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string parent This field contains the project Id for example: + * "projects/{project_id} + * @opt_param string noteId The ID to use for this note. + * @return Google_Service_ContainerAnalysis_Note + */ + public function create($name, Google_Service_ContainerAnalysis_Note $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Deletes the given `Note` from the system. (notes.delete) + * + * @param string $name The name of the note in the form of + * "providers/{provider_id}/notes/{NOTE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_ContaineranalysisEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ContainerAnalysis_ContaineranalysisEmpty"); + } + /** + * Returns the requested `Note`. (notes.get) + * + * @param string $name The name of the note in the form of + * "providers/{provider_id}/notes/{NOTE_ID}" + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Note + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Gets the access control policy for a note or an `Occurrence` resource. + * Requires `containeranalysis.notes.setIamPolicy` or + * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a + * note or occurrence, respectively. Attempting to call this method on a + * resource without the required permission will result in a `PERMISSION_DENIED` + * error. Attempting to call this method on a non-existent resource will result + * in a `NOT_FOUND` error if the user has list permission on the project, or a + * `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for occurrences + * and projects/{PROJECT_ID}/notes/{NOTE_ID} for notes (notes.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 Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Policy + */ + public function getIamPolicy($resource, Google_Service_ContainerAnalysis_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); + } + /** + * Lists all `Notes` for a given project. (notes.listProvidersNotes) + * + * @param string $name The name field will contain the project Id for example: + * "providers/{provider_id} @Deprecated + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param int pageSize Number of notes to return in the list. + * @opt_param string parent This field contains the project Id for example: + * "projects/{PROJECT_ID}". + * @opt_param string filter The filter expression. + * @return Google_Service_ContainerAnalysis_ListNotesResponse + */ + public function listProvidersNotes($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListNotesResponse"); + } + /** + * Updates an existing `Note`. (notes.patch) + * + * @param string $name The name of the note. Should be of the form + * "projects/{provider_id}/notes/{note_id}". + * @param Google_Service_ContainerAnalysis_Note $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The fields to update. + * @return Google_Service_ContainerAnalysis_Note + */ + public function patch($name, Google_Service_ContainerAnalysis_Note $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ContainerAnalysis_Note"); + } + /** + * Sets the access control policy on the specified `Note` or `Occurrence`. + * Requires `containeranalysis.notes.setIamPolicy` or + * `containeranalysis.occurrences.setIamPolicy` permission if the resource is a + * `Note` or an `Occurrence`, respectively. Attempting to call this method + * without these permissions will result in a ` `PERMISSION_DENIED` error. + * Attempting to call this method on a non-existent resource will result in a + * `NOT_FOUND` error if the user has `containeranalysis.notes.list` permission + * on a `Note` or `containeranalysis.occurrences.list` on an `Occurrence`, or a + * `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{projectid}/occurrences/{occurrenceid}` for occurrences + * and projects/{projectid}/notes/{noteid} for notes (notes.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_ContainerAnalysis_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_Policy + */ + public function setIamPolicy($resource, Google_Service_ContainerAnalysis_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_ContainerAnalysis_Policy"); + } + /** + * Returns the permissions that a caller has on the specified note or occurrence + * resource. Requires list permission on the project (for example, + * "storage.objects.list" on the containing bucket for testing permission of an + * object). Attempting to call this method on a non-existent resource will + * result in a `NOT_FOUND` error if the user has list permission on the project, + * or a `PERMISSION_DENIED` error otherwise. The resource takes the following + * formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for + * `Occurrences` and `projects/{PROJECT_ID}/notes/{NOTE_ID}` for `Notes` + * (notes.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_ContainerAnalysis_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ContainerAnalysis_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_ContainerAnalysis_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_ContainerAnalysis_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotesOccurrences.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotesOccurrences.php new file mode 100644 index 000000000..9272b5353 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotesOccurrences.php @@ -0,0 +1,49 @@ + + * $containeranalysisService = new Google_Service_ContainerAnalysis(...); + * $occurrences = $containeranalysisService->occurrences; + * + */ +class Google_Service_ContainerAnalysis_Resource_ProvidersNotesOccurrences extends Google_Service_Resource +{ + /** + * Lists `Occurrences` referencing the specified `Note`. Use this method to get + * all occurrences referencing your `Note` across all your customer projects. + * (occurrences.listProvidersNotesOccurrences) + * + * @param string $name The name field will contain the note name for example: + * "provider/{provider_id}/notes/{note_id}" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token to provide to skip to a particular spot in + * the list. + * @opt_param int pageSize Number of notes to return in the list. + * @opt_param string filter The filter expression. + * @return Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse + */ + public function listProvidersNotesOccurrences($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ScanConfig.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ScanConfig.php new file mode 100644 index 000000000..1fd30a341 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ScanConfig.php @@ -0,0 +1,66 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php new file mode 100644 index 000000000..98525245a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_ContainerAnalysis_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SeverityCount.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SeverityCount.php new file mode 100644 index 000000000..18eca50ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SeverityCount.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Source.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Source.php new file mode 100644 index 000000000..b80c5ad49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Source.php @@ -0,0 +1,118 @@ +additionalContexts = $additionalContexts; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext + */ + public function getAdditionalContexts() + { + return $this->additionalContexts; + } + /** + * @param Google_Service_ContainerAnalysis_StorageSource + */ + public function setArtifactStorageSource(Google_Service_ContainerAnalysis_StorageSource $artifactStorageSource) + { + $this->artifactStorageSource = $artifactStorageSource; + } + /** + * @return Google_Service_ContainerAnalysis_StorageSource + */ + public function getArtifactStorageSource() + { + return $this->artifactStorageSource; + } + /** + * @param Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext + */ + public function setContext(Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext $context) + { + $this->context = $context; + } + /** + * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_ContainerAnalysis_FileHashes + */ + public function setFileHashes($fileHashes) + { + $this->fileHashes = $fileHashes; + } + /** + * @return Google_Service_ContainerAnalysis_FileHashes + */ + public function getFileHashes() + { + return $this->fileHashes; + } + /** + * @param Google_Service_ContainerAnalysis_RepoSource + */ + public function setRepoSource(Google_Service_ContainerAnalysis_RepoSource $repoSource) + { + $this->repoSource = $repoSource; + } + /** + * @return Google_Service_ContainerAnalysis_RepoSource + */ + public function getRepoSource() + { + return $this->repoSource; + } + /** + * @param Google_Service_ContainerAnalysis_StorageSource + */ + public function setStorageSource(Google_Service_ContainerAnalysis_StorageSource $storageSource) + { + $this->storageSource = $storageSource; + } + /** + * @return Google_Service_ContainerAnalysis_StorageSource + */ + public function getStorageSource() + { + return $this->storageSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Status.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Status.php new file mode 100644 index 000000000..8847b2299 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/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/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/StorageSource.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/StorageSource.php new file mode 100644 index 000000000..eecc61687 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/StorageSource.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/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsRequest.php new file mode 100644 index 000000000..d8567c06a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsResponse.php new file mode 100644 index 000000000..7854a3d43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpdateOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpdateOperationRequest.php new file mode 100644 index 000000000..4debc9bad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpdateOperationRequest.php @@ -0,0 +1,46 @@ +operation = $operation; + } + /** + * @return Google_Service_ContainerAnalysis_Operation + */ + public function getOperation() + { + return $this->operation; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeDistribution.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeDistribution.php new file mode 100644 index 000000000..1e47ce82b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeDistribution.php @@ -0,0 +1,58 @@ +classification = $classification; + } + public function getClassification() + { + return $this->classification; + } + public function setCpeUri($cpeUri) + { + $this->cpeUri = $cpeUri; + } + public function getCpeUri() + { + return $this->cpeUri; + } + public function setCve($cve) + { + $this->cve = $cve; + } + public function getCve() + { + return $this->cve; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeNote.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeNote.php new file mode 100644 index 000000000..f6fe7d5d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeNote.php @@ -0,0 +1,63 @@ +distributions = $distributions; + } + /** + * @return Google_Service_ContainerAnalysis_UpgradeDistribution + */ + public function getDistributions() + { + return $this->distributions; + } + public function setPackage($package) + { + $this->package = $package; + } + public function getPackage() + { + return $this->package; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setVersion(Google_Service_ContainerAnalysis_Version $version) + { + $this->version = $version; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeOccurrence.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeOccurrence.php new file mode 100644 index 000000000..1da562874 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/UpgradeOccurrence.php @@ -0,0 +1,62 @@ +distribution = $distribution; + } + /** + * @return Google_Service_ContainerAnalysis_UpgradeDistribution + */ + public function getDistribution() + { + return $this->distribution; + } + public function setPackage($package) + { + $this->package = $package; + } + public function getPackage() + { + return $this->package; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setParsedVersion(Google_Service_ContainerAnalysis_Version $parsedVersion) + { + $this->parsedVersion = $parsedVersion; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getParsedVersion() + { + return $this->parsedVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Version.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Version.php new file mode 100644 index 000000000..c3dae7074 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Version.php @@ -0,0 +1,57 @@ +epoch = $epoch; + } + public function getEpoch() + { + return $this->epoch; + } + 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 setRevision($revision) + { + $this->revision = $revision; + } + public function getRevision() + { + return $this->revision; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityDetails.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityDetails.php new file mode 100644 index 000000000..994616fe1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityDetails.php @@ -0,0 +1,74 @@ +cvssScore = $cvssScore; + } + public function getCvssScore() + { + return $this->cvssScore; + } + public function setEffectiveSeverity($effectiveSeverity) + { + $this->effectiveSeverity = $effectiveSeverity; + } + public function getEffectiveSeverity() + { + return $this->effectiveSeverity; + } + /** + * @param Google_Service_ContainerAnalysis_PackageIssue + */ + public function setPackageIssue($packageIssue) + { + $this->packageIssue = $packageIssue; + } + /** + * @return Google_Service_ContainerAnalysis_PackageIssue + */ + public function getPackageIssue() + { + return $this->packageIssue; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityLocation.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityLocation.php new file mode 100644 index 000000000..d713561e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityLocation.php @@ -0,0 +1,55 @@ +cpeUri = $cpeUri; + } + public function getCpeUri() + { + return $this->cpeUri; + } + public function setPackage($package) + { + $this->package = $package; + } + public function getPackage() + { + return $this->package; + } + /** + * @param Google_Service_ContainerAnalysis_Version + */ + public function setVersion(Google_Service_ContainerAnalysis_Version $version) + { + $this->version = $version; + } + /** + * @return Google_Service_ContainerAnalysis_Version + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityType.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityType.php new file mode 100644 index 000000000..96da81939 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/VulnerabilityType.php @@ -0,0 +1,56 @@ +cvssScore = $cvssScore; + } + public function getCvssScore() + { + return $this->cvssScore; + } + /** + * @param Google_Service_ContainerAnalysis_Detail + */ + public function setDetails($details) + { + $this->details = $details; + } + /** + * @return Google_Service_ContainerAnalysis_Detail + */ + public function getDetails() + { + return $this->details; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate.php new file mode 100644 index 000000000..a7beaba61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate.php @@ -0,0 +1,467 @@ + + * Lets you view and manage jobs in a Coordinate team. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Coordinate extends Google_Service +{ + /** View and manage your Google Maps Coordinate jobs. */ + const COORDINATE = + "https://www.googleapis.com/auth/coordinate"; + /** View your Google Coordinate jobs. */ + const COORDINATE_READONLY = + "https://www.googleapis.com/auth/coordinate.readonly"; + + public $customFieldDef; + public $jobs; + public $location; + public $schedule; + public $team; + public $worker; + + /** + * Constructs the internal representation of the Coordinate service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'coordinate/v1/'; + $this->version = 'v1'; + $this->serviceName = 'coordinate'; + + $this->customFieldDef = new Google_Service_Coordinate_Resource_CustomFieldDef( + $this, + $this->serviceName, + 'customFieldDef', + array( + 'methods' => array( + 'list' => array( + 'path' => 'teams/{teamId}/custom_fields', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->jobs = new Google_Service_Coordinate_Resource_Jobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'get' => array( + 'path' => 'teams/{teamId}/jobs/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'teams/{teamId}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'lat' => array( + 'location' => 'query', + 'type' => 'number', + 'required' => true, + ), + 'lng' => array( + 'location' => 'query', + 'type' => 'number', + 'required' => true, + ), + 'title' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'assignee' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customField' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'customerName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerPhoneNumber' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'note' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'teams/{teamId}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'minModifiedTimestampMs' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'omitJobChanges' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'teams/{teamId}/jobs/{jobId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'assignee' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customField' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'customerName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerPhoneNumber' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'lat' => array( + 'location' => 'query', + 'type' => 'number', + ), + 'lng' => array( + 'location' => 'query', + 'type' => 'number', + ), + 'note' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'progress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'title' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'teams/{teamId}/jobs/{jobId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'address' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'assignee' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customField' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'customerName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerPhoneNumber' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'lat' => array( + 'location' => 'query', + 'type' => 'number', + ), + 'lng' => array( + 'location' => 'query', + 'type' => 'number', + ), + 'note' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'progress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'title' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->location = new Google_Service_Coordinate_Resource_Location( + $this, + $this->serviceName, + 'location', + array( + 'methods' => array( + 'list' => array( + 'path' => 'teams/{teamId}/workers/{workerEmail}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'workerEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'startTimestampMs' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->schedule = new Google_Service_Coordinate_Resource_Schedule( + $this, + $this->serviceName, + 'schedule', + array( + 'methods' => array( + 'get' => array( + 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'allDay' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'duration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'teams/{teamId}/jobs/{jobId}/schedule', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'allDay' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'duration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->team = new Google_Service_Coordinate_Resource_Team( + $this, + $this->serviceName, + 'team', + array( + 'methods' => array( + 'list' => array( + 'path' => 'teams', + 'httpMethod' => 'GET', + 'parameters' => array( + 'admin' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'dispatcher' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'worker' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->worker = new Google_Service_Coordinate_Resource_Worker( + $this, + $this->serviceName, + 'worker', + array( + 'methods' => array( + 'list' => array( + 'path' => 'teams/{teamId}/workers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomField.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomField.php new file mode 100644 index 000000000..13d6e05ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomField.php @@ -0,0 +1,48 @@ +customFieldId = $customFieldId; + } + public function getCustomFieldId() + { + return $this->customFieldId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDef.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDef.php new file mode 100644 index 000000000..1781a53c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDef.php @@ -0,0 +1,86 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setEnumitems($enumitems) + { + $this->enumitems = $enumitems; + } + public function getEnumitems() + { + return $this->enumitems; + } + 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 setRequiredForCheckout($requiredForCheckout) + { + $this->requiredForCheckout = $requiredForCheckout; + } + public function getRequiredForCheckout() + { + return $this->requiredForCheckout; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDefListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDefListResponse.php new file mode 100644 index 000000000..c33f55dd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFieldDefListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFields.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFields.php new file mode 100644 index 000000000..5b03c714f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/CustomFields.php @@ -0,0 +1,41 @@ +customField = $customField; + } + public function getCustomField() + { + return $this->customField; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/EnumItemDef.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/EnumItemDef.php new file mode 100644 index 000000000..bb27a51cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/EnumItemDef.php @@ -0,0 +1,48 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Job.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Job.php new file mode 100644 index 000000000..47cc950a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Job.php @@ -0,0 +1,60 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setJobChange($jobChange) + { + $this->jobChange = $jobChange; + } + public function getJobChange() + { + return $this->jobChange; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setState(Google_Service_Coordinate_JobState $state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobChange.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobChange.php new file mode 100644 index 000000000..699e92284 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobChange.php @@ -0,0 +1,49 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setState(Google_Service_Coordinate_JobState $state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobListResponse.php new file mode 100644 index 000000000..fc94c4991 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobListResponse.php @@ -0,0 +1,50 @@ +items = $items; + } + 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/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobState.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobState.php new file mode 100644 index 000000000..a46c37e01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/JobState.php @@ -0,0 +1,105 @@ +assignee = $assignee; + } + public function getAssignee() + { + return $this->assignee; + } + public function setCustomFields(Google_Service_Coordinate_CustomFields $customFields) + { + $this->customFields = $customFields; + } + public function getCustomFields() + { + return $this->customFields; + } + public function setCustomerName($customerName) + { + $this->customerName = $customerName; + } + public function getCustomerName() + { + return $this->customerName; + } + public function setCustomerPhoneNumber($customerPhoneNumber) + { + $this->customerPhoneNumber = $customerPhoneNumber; + } + public function getCustomerPhoneNumber() + { + return $this->customerPhoneNumber; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation(Google_Service_Coordinate_Location $location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setNote($note) + { + $this->note = $note; + } + public function getNote() + { + return $this->note; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Location.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Location.php new file mode 100644 index 000000000..5104bf89d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Location.php @@ -0,0 +1,58 @@ +addressLine = $addressLine; + } + public function getAddressLine() + { + return $this->addressLine; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLat($lat) + { + $this->lat = $lat; + } + public function getLat() + { + return $this->lat; + } + public function setLng($lng) + { + $this->lng = $lng; + } + public function getLng() + { + return $this->lng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/LocationListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/LocationListResponse.php new file mode 100644 index 000000000..dd2b2b9bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/LocationListResponse.php @@ -0,0 +1,60 @@ +items = $items; + } + 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; + } + public function setTokenPagination(Google_Service_Coordinate_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/LocationRecord.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/LocationRecord.php new file mode 100644 index 000000000..ab215b880 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/LocationRecord.php @@ -0,0 +1,66 @@ +collectionTime = $collectionTime; + } + public function getCollectionTime() + { + return $this->collectionTime; + } + public function setConfidenceRadius($confidenceRadius) + { + $this->confidenceRadius = $confidenceRadius; + } + public function getConfidenceRadius() + { + return $this->confidenceRadius; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLatitude($latitude) + { + $this->latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/CustomFieldDef.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/CustomFieldDef.php new file mode 100644 index 000000000..520be5f60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/CustomFieldDef.php @@ -0,0 +1,42 @@ + + * $coordinateService = new Google_Service_Coordinate(...); + * $customFieldDef = $coordinateService->customFieldDef; + * + */ +class Google_Service_Coordinate_Resource_CustomFieldDef extends Google_Service_Resource +{ + /** + * Retrieves a list of custom field definitions for a team. + * (customFieldDef.listCustomFieldDef) + * + * @param string $teamId Team ID + * @param array $optParams Optional parameters. + * @return Google_Service_Coordinate_CustomFieldDefListResponse + */ + public function listCustomFieldDef($teamId, $optParams = array()) + { + $params = array('teamId' => $teamId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Coordinate_CustomFieldDefListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Jobs.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Jobs.php new file mode 100644 index 000000000..2ec6b01e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Jobs.php @@ -0,0 +1,159 @@ + + * $coordinateService = new Google_Service_Coordinate(...); + * $jobs = $coordinateService->jobs; + * + */ +class Google_Service_Coordinate_Resource_Jobs extends Google_Service_Resource +{ + /** + * Retrieves a job, including all the changes made to the job. (jobs.get) + * + * @param string $teamId Team ID + * @param string $jobId Job number + * @param array $optParams Optional parameters. + * @return Google_Service_Coordinate_Job + */ + public function get($teamId, $jobId, $optParams = array()) + { + $params = array('teamId' => $teamId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Coordinate_Job"); + } + /** + * Inserts a new job. Only the state field of the job should be set. + * (jobs.insert) + * + * @param string $teamId Team ID + * @param string $address Job address as newline (Unix) separated string + * @param double $lat The latitude coordinate of this job's location. + * @param double $lng The longitude coordinate of this job's location. + * @param string $title Job title + * @param Google_Service_Coordinate_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string assignee Assignee email address, or empty string to + * unassign. + * @opt_param string customField Sets the value of custom fields. To set a + * custom field, pass the field id (from /team/teamId/custom_fields), a URL + * escaped '=' character, and the desired value as a parameter. For example, + * customField=12%3DAlice. Repeat the parameter for each custom field. Note that + * '=' cannot appear in the parameter value. Specifying an invalid, or inactive + * enum field will result in an error 500. + * @opt_param string customerName Customer name + * @opt_param string customerPhoneNumber Customer phone number + * @opt_param string note Job note as newline (Unix) separated string + * @return Google_Service_Coordinate_Job + */ + public function insert($teamId, $address, $lat, $lng, $title, Google_Service_Coordinate_Job $postBody, $optParams = array()) + { + $params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' => $title, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Coordinate_Job"); + } + /** + * Retrieves jobs created or modified since the given timestamp. (jobs.listJobs) + * + * @param string $teamId Team ID + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of results to return in one page. + * @opt_param string minModifiedTimestampMs Minimum time a job was modified in + * milliseconds since epoch. + * @opt_param bool omitJobChanges Whether to omit detail job history + * information. + * @opt_param string pageToken Continuation token + * @return Google_Service_Coordinate_JobListResponse + */ + public function listJobs($teamId, $optParams = array()) + { + $params = array('teamId' => $teamId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse"); + } + /** + * Updates a job. Fields that are set in the job state will be updated. This + * method supports patch semantics. (jobs.patch) + * + * @param string $teamId Team ID + * @param string $jobId Job number + * @param Google_Service_Coordinate_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string address Job address as newline (Unix) separated string + * @opt_param string assignee Assignee email address, or empty string to + * unassign. + * @opt_param string customField Sets the value of custom fields. To set a + * custom field, pass the field id (from /team/teamId/custom_fields), a URL + * escaped '=' character, and the desired value as a parameter. For example, + * customField=12%3DAlice. Repeat the parameter for each custom field. Note that + * '=' cannot appear in the parameter value. Specifying an invalid, or inactive + * enum field will result in an error 500. + * @opt_param string customerName Customer name + * @opt_param string customerPhoneNumber Customer phone number + * @opt_param double lat The latitude coordinate of this job's location. + * @opt_param double lng The longitude coordinate of this job's location. + * @opt_param string note Job note as newline (Unix) separated string + * @opt_param string progress Job progress + * @opt_param string title Job title + * @return Google_Service_Coordinate_Job + */ + public function patch($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array()) + { + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Coordinate_Job"); + } + /** + * Updates a job. Fields that are set in the job state will be updated. + * (jobs.update) + * + * @param string $teamId Team ID + * @param string $jobId Job number + * @param Google_Service_Coordinate_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string address Job address as newline (Unix) separated string + * @opt_param string assignee Assignee email address, or empty string to + * unassign. + * @opt_param string customField Sets the value of custom fields. To set a + * custom field, pass the field id (from /team/teamId/custom_fields), a URL + * escaped '=' character, and the desired value as a parameter. For example, + * customField=12%3DAlice. Repeat the parameter for each custom field. Note that + * '=' cannot appear in the parameter value. Specifying an invalid, or inactive + * enum field will result in an error 500. + * @opt_param string customerName Customer name + * @opt_param string customerPhoneNumber Customer phone number + * @opt_param double lat The latitude coordinate of this job's location. + * @opt_param double lng The longitude coordinate of this job's location. + * @opt_param string note Job note as newline (Unix) separated string + * @opt_param string progress Job progress + * @opt_param string title Job title + * @return Google_Service_Coordinate_Job + */ + public function update($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array()) + { + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Coordinate_Job"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Location.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Location.php new file mode 100644 index 000000000..5c642d45b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Location.php @@ -0,0 +1,47 @@ + + * $coordinateService = new Google_Service_Coordinate(...); + * $location = $coordinateService->location; + * + */ +class Google_Service_Coordinate_Resource_Location extends Google_Service_Resource +{ + /** + * Retrieves a list of locations for a worker. (location.listLocation) + * + * @param string $teamId Team ID + * @param string $workerEmail Worker email address. + * @param string $startTimestampMs Start timestamp in milliseconds since the + * epoch. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of results to return in one page. + * @opt_param string pageToken Continuation token + * @return Google_Service_Coordinate_LocationListResponse + */ + public function listLocation($teamId, $workerEmail, $startTimestampMs, $optParams = array()) + { + $params = array('teamId' => $teamId, 'workerEmail' => $workerEmail, 'startTimestampMs' => $startTimestampMs); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Coordinate_LocationListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Schedule.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Schedule.php new file mode 100644 index 000000000..7652524b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Schedule.php @@ -0,0 +1,85 @@ + + * $coordinateService = new Google_Service_Coordinate(...); + * $schedule = $coordinateService->schedule; + * + */ +class Google_Service_Coordinate_Resource_Schedule extends Google_Service_Resource +{ + /** + * Retrieves the schedule for a job. (schedule.get) + * + * @param string $teamId Team ID + * @param string $jobId Job number + * @param array $optParams Optional parameters. + * @return Google_Service_Coordinate_Schedule + */ + public function get($teamId, $jobId, $optParams = array()) + { + $params = array('teamId' => $teamId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Coordinate_Schedule"); + } + /** + * Replaces the schedule of a job with the provided schedule. This method + * supports patch semantics. (schedule.patch) + * + * @param string $teamId Team ID + * @param string $jobId Job number + * @param Google_Service_Coordinate_Schedule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool allDay Whether the job is scheduled for the whole day. Time + * of day in start/end times is ignored if this is true. + * @opt_param string duration Job duration in milliseconds. + * @opt_param string endTime Scheduled end time in milliseconds since epoch. + * @opt_param string startTime Scheduled start time in milliseconds since epoch. + * @return Google_Service_Coordinate_Schedule + */ + public function patch($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array()) + { + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule"); + } + /** + * Replaces the schedule of a job with the provided schedule. (schedule.update) + * + * @param string $teamId Team ID + * @param string $jobId Job number + * @param Google_Service_Coordinate_Schedule $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool allDay Whether the job is scheduled for the whole day. Time + * of day in start/end times is ignored if this is true. + * @opt_param string duration Job duration in milliseconds. + * @opt_param string endTime Scheduled end time in milliseconds since epoch. + * @opt_param string startTime Scheduled start time in milliseconds since epoch. + * @return Google_Service_Coordinate_Schedule + */ + public function update($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array()) + { + $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Coordinate_Schedule"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Team.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Team.php new file mode 100644 index 000000000..3c183e2ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Team.php @@ -0,0 +1,47 @@ + + * $coordinateService = new Google_Service_Coordinate(...); + * $team = $coordinateService->team; + * + */ +class Google_Service_Coordinate_Resource_Team extends Google_Service_Resource +{ + /** + * Retrieves a list of teams for a user. (team.listTeam) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool admin Whether to include teams for which the user has the + * Admin role. + * @opt_param bool dispatcher Whether to include teams for which the user has + * the Dispatcher role. + * @opt_param bool worker Whether to include teams for which the user has the + * Worker role. + * @return Google_Service_Coordinate_TeamListResponse + */ + public function listTeam($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Worker.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Worker.php new file mode 100644 index 000000000..bf0fe3b8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Resource/Worker.php @@ -0,0 +1,41 @@ + + * $coordinateService = new Google_Service_Coordinate(...); + * $worker = $coordinateService->worker; + * + */ +class Google_Service_Coordinate_Resource_Worker extends Google_Service_Resource +{ + /** + * Retrieves a list of workers in a team. (worker.listWorker) + * + * @param string $teamId Team ID + * @param array $optParams Optional parameters. + * @return Google_Service_Coordinate_WorkerListResponse + */ + public function listWorker($teamId, $optParams = array()) + { + $params = array('teamId' => $teamId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Coordinate_WorkerListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Schedule.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Schedule.php new file mode 100644 index 000000000..669796d7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Schedule.php @@ -0,0 +1,66 @@ +allDay = $allDay; + } + public function getAllDay() + { + return $this->allDay; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Team.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Team.php new file mode 100644 index 000000000..ff6c0893d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Team.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/TeamListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/TeamListResponse.php new file mode 100644 index 000000000..43b746221 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/TeamListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/TokenPagination.php new file mode 100644 index 000000000..f12e18864 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/TokenPagination.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setPreviousPageToken($previousPageToken) + { + $this->previousPageToken = $previousPageToken; + } + public function getPreviousPageToken() + { + return $this->previousPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/Worker.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Worker.php new file mode 100644 index 000000000..913499e2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/Worker.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Coordinate/WorkerListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate/WorkerListResponse.php new file mode 100644 index 000000000..fa7cb3a61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate/WorkerListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch.php new file mode 100644 index 000000000..113026a2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch.php @@ -0,0 +1,334 @@ + + * Searches over a website or collection of websites + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Customsearch extends Google_Service +{ + + + public $cse; + public $cse_siterestrict; + + /** + * Constructs the internal representation of the Customsearch 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 = 'customsearch/'; + $this->batchPath = 'batch/customsearch/v1'; + $this->version = 'v1'; + $this->serviceName = 'customsearch'; + + $this->cse = new Google_Service_Customsearch_Resource_Cse( + $this, + $this->serviceName, + 'cse', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1', + 'httpMethod' => 'GET', + 'parameters' => array( + 'q' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'c2coff' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'cr' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'cx' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateRestrict' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'exactTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'excludeTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fileType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'googlehost' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'highRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hq' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgColorType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgDominantColor' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgSize' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'linkSite' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'lowRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'lr' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'num' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'relatedSite' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'rights' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'safe' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteSearch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteSearchFilter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->cse_siterestrict = new Google_Service_Customsearch_Resource_CseSiterestrict( + $this, + $this->serviceName, + 'siterestrict', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/siterestrict', + 'httpMethod' => 'GET', + 'parameters' => array( + 'q' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'c2coff' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'cr' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'cx' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateRestrict' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'exactTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'excludeTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fileType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'googlehost' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'highRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hq' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgColorType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgDominantColor' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgSize' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'imgType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'linkSite' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'lowRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'lr' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'num' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'relatedSite' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'rights' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'safe' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteSearch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteSearchFilter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php new file mode 100644 index 000000000..5f1ea4482 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php @@ -0,0 +1,47 @@ +facets = $facets; + } + /** + * @return Google_Service_Customsearch_ContextFacets + */ + public function getFacets() + { + return $this->facets; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php new file mode 100644 index 000000000..0ce93e92e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php @@ -0,0 +1,51 @@ + "label_with_op", + ); + public $anchor; + public $label; + public $labelWithOp; + + public function setAnchor($anchor) + { + $this->anchor = $anchor; + } + public function getAnchor() + { + return $this->anchor; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setLabelWithOp($labelWithOp) + { + $this->labelWithOp = $labelWithOp; + } + public function getLabelWithOp() + { + return $this->labelWithOp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Promotion.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Promotion.php new file mode 100644 index 000000000..c2a9a1cb4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Promotion.php @@ -0,0 +1,90 @@ +bodyLines = $bodyLines; + } + /** + * @return Google_Service_Customsearch_PromotionBodyLines + */ + public function getBodyLines() + { + return $this->bodyLines; + } + public function setDisplayLink($displayLink) + { + $this->displayLink = $displayLink; + } + public function getDisplayLink() + { + return $this->displayLink; + } + public function setHtmlTitle($htmlTitle) + { + $this->htmlTitle = $htmlTitle; + } + public function getHtmlTitle() + { + return $this->htmlTitle; + } + /** + * @param Google_Service_Customsearch_PromotionImage + */ + public function setImage(Google_Service_Customsearch_PromotionImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Customsearch_PromotionImage + */ + public function getImage() + { + return $this->image; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php new file mode 100644 index 000000000..712a77c98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php @@ -0,0 +1,57 @@ +htmlTitle = $htmlTitle; + } + public function getHtmlTitle() + { + return $this->htmlTitle; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + 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/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionImage.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionImage.php new file mode 100644 index 000000000..3a088f4de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionImage.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Query.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Query.php new file mode 100644 index 000000000..889129ea7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Query.php @@ -0,0 +1,345 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setCr($cr) + { + $this->cr = $cr; + } + public function getCr() + { + return $this->cr; + } + public function setCx($cx) + { + $this->cx = $cx; + } + public function getCx() + { + return $this->cx; + } + public function setDateRestrict($dateRestrict) + { + $this->dateRestrict = $dateRestrict; + } + public function getDateRestrict() + { + return $this->dateRestrict; + } + public function setDisableCnTwTranslation($disableCnTwTranslation) + { + $this->disableCnTwTranslation = $disableCnTwTranslation; + } + public function getDisableCnTwTranslation() + { + return $this->disableCnTwTranslation; + } + public function setExactTerms($exactTerms) + { + $this->exactTerms = $exactTerms; + } + public function getExactTerms() + { + return $this->exactTerms; + } + public function setExcludeTerms($excludeTerms) + { + $this->excludeTerms = $excludeTerms; + } + public function getExcludeTerms() + { + return $this->excludeTerms; + } + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + public function getFileType() + { + return $this->fileType; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setGl($gl) + { + $this->gl = $gl; + } + public function getGl() + { + return $this->gl; + } + public function setGoogleHost($googleHost) + { + $this->googleHost = $googleHost; + } + public function getGoogleHost() + { + return $this->googleHost; + } + public function setHighRange($highRange) + { + $this->highRange = $highRange; + } + public function getHighRange() + { + return $this->highRange; + } + public function setHl($hl) + { + $this->hl = $hl; + } + public function getHl() + { + return $this->hl; + } + public function setHq($hq) + { + $this->hq = $hq; + } + public function getHq() + { + return $this->hq; + } + public function setImgColorType($imgColorType) + { + $this->imgColorType = $imgColorType; + } + public function getImgColorType() + { + return $this->imgColorType; + } + public function setImgDominantColor($imgDominantColor) + { + $this->imgDominantColor = $imgDominantColor; + } + public function getImgDominantColor() + { + return $this->imgDominantColor; + } + public function setImgSize($imgSize) + { + $this->imgSize = $imgSize; + } + public function getImgSize() + { + return $this->imgSize; + } + public function setImgType($imgType) + { + $this->imgType = $imgType; + } + public function getImgType() + { + return $this->imgType; + } + public function setInputEncoding($inputEncoding) + { + $this->inputEncoding = $inputEncoding; + } + public function getInputEncoding() + { + return $this->inputEncoding; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setLinkSite($linkSite) + { + $this->linkSite = $linkSite; + } + public function getLinkSite() + { + return $this->linkSite; + } + public function setLowRange($lowRange) + { + $this->lowRange = $lowRange; + } + public function getLowRange() + { + return $this->lowRange; + } + public function setOrTerms($orTerms) + { + $this->orTerms = $orTerms; + } + public function getOrTerms() + { + return $this->orTerms; + } + public function setOutputEncoding($outputEncoding) + { + $this->outputEncoding = $outputEncoding; + } + public function getOutputEncoding() + { + return $this->outputEncoding; + } + public function setRelatedSite($relatedSite) + { + $this->relatedSite = $relatedSite; + } + public function getRelatedSite() + { + return $this->relatedSite; + } + public function setRights($rights) + { + $this->rights = $rights; + } + public function getRights() + { + return $this->rights; + } + public function setSafe($safe) + { + $this->safe = $safe; + } + public function getSafe() + { + return $this->safe; + } + public function setSearchTerms($searchTerms) + { + $this->searchTerms = $searchTerms; + } + public function getSearchTerms() + { + return $this->searchTerms; + } + public function setSearchType($searchType) + { + $this->searchType = $searchType; + } + public function getSearchType() + { + return $this->searchType; + } + public function setSiteSearch($siteSearch) + { + $this->siteSearch = $siteSearch; + } + public function getSiteSearch() + { + return $this->siteSearch; + } + public function setSiteSearchFilter($siteSearchFilter) + { + $this->siteSearchFilter = $siteSearchFilter; + } + public function getSiteSearchFilter() + { + return $this->siteSearchFilter; + } + public function setSort($sort) + { + $this->sort = $sort; + } + public function getSort() + { + return $this->sort; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setStartPage($startPage) + { + $this->startPage = $startPage; + } + public function getStartPage() + { + return $this->startPage; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.php new file mode 100644 index 000000000..40b848023 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.php @@ -0,0 +1,94 @@ + + * $customsearchService = new Google_Service_Customsearch(...); + * $cse = $customsearchService->cse; + * + */ +class Google_Service_Customsearch_Resource_Cse extends Google_Service_Resource +{ + /** + * Returns metadata about the search performed, metadata about the custom search + * engine used for the search, and the search results. (cse.listCse) + * + * @param string $q Query + * @param array $optParams Optional parameters. + * + * @opt_param string c2coff Turns off the translation between zh-CN and zh-TW. + * @opt_param string cr Country restrict(s). + * @opt_param string cx The custom search engine ID to scope this search query + * @opt_param string dateRestrict Specifies all search results are from a time + * period + * @opt_param string exactTerms Identifies a phrase that all documents in the + * search results must contain + * @opt_param string excludeTerms Identifies a word or phrase that should not + * appear in any documents in the search results + * @opt_param string fileType Returns images of a specified type. Some of the + * allowed values are: bmp, gif, png, jpg, svg, pdf, ... + * @opt_param string filter Controls turning on or off the duplicate content + * filter. + * @opt_param string gl Geolocation of end user. + * @opt_param string googlehost The local Google domain to use to perform the + * search. + * @opt_param string highRange Creates a range in form as_nlo value..as_nhi + * value and attempts to append it to query + * @opt_param string hl Sets the user interface language. + * @opt_param string hq Appends the extra query terms to the query. + * @opt_param string imgColorType Returns black and white, grayscale, or color + * images: mono, gray, and color. + * @opt_param string imgDominantColor Returns images of a specific dominant + * color: red, orange, yellow, green, teal, blue, purple, pink, white, gray, + * black and brown. + * @opt_param string imgSize Returns images of a specified size, where size can + * be one of: icon, small, medium, large, xlarge, xxlarge, and huge. + * @opt_param string imgType Returns images of a type, which can be one of: + * clipart, face, lineart, news, and photo. + * @opt_param string linkSite Specifies that all search results should contain a + * link to a particular URL + * @opt_param string lowRange Creates a range in form as_nlo value..as_nhi value + * and attempts to append it to query + * @opt_param string lr The language restriction for the search results + * @opt_param string num Number of search results to return + * @opt_param string orTerms Provides additional search terms to check for in a + * document, where each document in the search results must contain at least one + * of the additional search terms + * @opt_param string relatedSite Specifies that all search results should be + * pages that are related to the specified URL + * @opt_param string rights Filters based on licensing. Supported values + * include: cc_publicdomain, cc_attribute, cc_sharealike, cc_noncommercial, + * cc_nonderived and combinations of these. + * @opt_param string safe Search safety level + * @opt_param string searchType Specifies the search type: image. + * @opt_param string siteSearch Specifies all search results should be pages + * from a given site + * @opt_param string siteSearchFilter Controls whether to include or exclude + * results from the site named in the as_sitesearch parameter + * @opt_param string sort The sort expression to apply to the results + * @opt_param string start The index of the first result to return + * @return Google_Service_Customsearch_Search + */ + public function listCse($q, $optParams = array()) + { + $params = array('q' => $q); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Customsearch_Search"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/CseSiterestrict.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/CseSiterestrict.php new file mode 100644 index 000000000..e24cf904b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/CseSiterestrict.php @@ -0,0 +1,95 @@ + + * $customsearchService = new Google_Service_Customsearch(...); + * $siterestrict = $customsearchService->siterestrict; + * + */ +class Google_Service_Customsearch_Resource_CseSiterestrict extends Google_Service_Resource +{ + /** + * Returns metadata about the search performed, metadata about the custom search + * engine used for the search, and the search results. Uses a small set of url + * patterns. (siterestrict.listCseSiterestrict) + * + * @param string $q Query + * @param array $optParams Optional parameters. + * + * @opt_param string c2coff Turns off the translation between zh-CN and zh-TW. + * @opt_param string cr Country restrict(s). + * @opt_param string cx The custom search engine ID to scope this search query + * @opt_param string dateRestrict Specifies all search results are from a time + * period + * @opt_param string exactTerms Identifies a phrase that all documents in the + * search results must contain + * @opt_param string excludeTerms Identifies a word or phrase that should not + * appear in any documents in the search results + * @opt_param string fileType Returns images of a specified type. Some of the + * allowed values are: bmp, gif, png, jpg, svg, pdf, ... + * @opt_param string filter Controls turning on or off the duplicate content + * filter. + * @opt_param string gl Geolocation of end user. + * @opt_param string googlehost The local Google domain to use to perform the + * search. + * @opt_param string highRange Creates a range in form as_nlo value..as_nhi + * value and attempts to append it to query + * @opt_param string hl Sets the user interface language. + * @opt_param string hq Appends the extra query terms to the query. + * @opt_param string imgColorType Returns black and white, grayscale, or color + * images: mono, gray, and color. + * @opt_param string imgDominantColor Returns images of a specific dominant + * color: red, orange, yellow, green, teal, blue, purple, pink, white, gray, + * black and brown. + * @opt_param string imgSize Returns images of a specified size, where size can + * be one of: icon, small, medium, large, xlarge, xxlarge, and huge. + * @opt_param string imgType Returns images of a type, which can be one of: + * clipart, face, lineart, news, and photo. + * @opt_param string linkSite Specifies that all search results should contain a + * link to a particular URL + * @opt_param string lowRange Creates a range in form as_nlo value..as_nhi value + * and attempts to append it to query + * @opt_param string lr The language restriction for the search results + * @opt_param string num Number of search results to return + * @opt_param string orTerms Provides additional search terms to check for in a + * document, where each document in the search results must contain at least one + * of the additional search terms + * @opt_param string relatedSite Specifies that all search results should be + * pages that are related to the specified URL + * @opt_param string rights Filters based on licensing. Supported values + * include: cc_publicdomain, cc_attribute, cc_sharealike, cc_noncommercial, + * cc_nonderived and combinations of these. + * @opt_param string safe Search safety level + * @opt_param string searchType Specifies the search type: image. + * @opt_param string siteSearch Specifies all search results should be pages + * from a given site + * @opt_param string siteSearchFilter Controls whether to include or exclude + * results from the site named in the as_sitesearch parameter + * @opt_param string sort The sort expression to apply to the results + * @opt_param string start The index of the first result to return + * @return Google_Service_Customsearch_Search + */ + public function listCseSiterestrict($q, $optParams = array()) + { + $params = array('q' => $q); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Customsearch_Search"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Result.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Result.php new file mode 100644 index 000000000..14cbe93db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Result.php @@ -0,0 +1,171 @@ +cacheId = $cacheId; + } + public function getCacheId() + { + return $this->cacheId; + } + public function setDisplayLink($displayLink) + { + $this->displayLink = $displayLink; + } + public function getDisplayLink() + { + return $this->displayLink; + } + public function setFileFormat($fileFormat) + { + $this->fileFormat = $fileFormat; + } + public function getFileFormat() + { + return $this->fileFormat; + } + public function setFormattedUrl($formattedUrl) + { + $this->formattedUrl = $formattedUrl; + } + public function getFormattedUrl() + { + return $this->formattedUrl; + } + public function setHtmlFormattedUrl($htmlFormattedUrl) + { + $this->htmlFormattedUrl = $htmlFormattedUrl; + } + public function getHtmlFormattedUrl() + { + return $this->htmlFormattedUrl; + } + public function setHtmlSnippet($htmlSnippet) + { + $this->htmlSnippet = $htmlSnippet; + } + public function getHtmlSnippet() + { + return $this->htmlSnippet; + } + public function setHtmlTitle($htmlTitle) + { + $this->htmlTitle = $htmlTitle; + } + public function getHtmlTitle() + { + return $this->htmlTitle; + } + /** + * @param Google_Service_Customsearch_ResultImage + */ + public function setImage(Google_Service_Customsearch_ResultImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Customsearch_ResultImage + */ + public function getImage() + { + return $this->image; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Customsearch_ResultLabels + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Customsearch_ResultLabels + */ + public function getLabels() + { + return $this->labels; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setMime($mime) + { + $this->mime = $mime; + } + public function getMime() + { + return $this->mime; + } + public function setPagemap($pagemap) + { + $this->pagemap = $pagemap; + } + public function getPagemap() + { + return $this->pagemap; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php new file mode 100644 index 000000000..ec4c8f4b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php @@ -0,0 +1,84 @@ +byteSize = $byteSize; + } + public function getByteSize() + { + return $this->byteSize; + } + public function setContextLink($contextLink) + { + $this->contextLink = $contextLink; + } + public function getContextLink() + { + return $this->contextLink; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setThumbnailHeight($thumbnailHeight) + { + $this->thumbnailHeight = $thumbnailHeight; + } + public function getThumbnailHeight() + { + return $this->thumbnailHeight; + } + public function setThumbnailLink($thumbnailLink) + { + $this->thumbnailLink = $thumbnailLink; + } + public function getThumbnailLink() + { + return $this->thumbnailLink; + } + public function setThumbnailWidth($thumbnailWidth) + { + $this->thumbnailWidth = $thumbnailWidth; + } + public function getThumbnailWidth() + { + return $this->thumbnailWidth; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultLabels.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultLabels.php new file mode 100644 index 000000000..ddd686453 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultLabels.php @@ -0,0 +1,51 @@ + "label_with_op", + ); + public $displayName; + public $labelWithOp; + public $name; + + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabelWithOp($labelWithOp) + { + $this->labelWithOp = $labelWithOp; + } + public function getLabelWithOp() + { + return $this->labelWithOp; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Search.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Search.php new file mode 100644 index 000000000..6ed22a930 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Search.php @@ -0,0 +1,143 @@ +context = $context; + } + /** + * @return Google_Service_Customsearch_Context + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_Customsearch_Result + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Customsearch_Result + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Customsearch_Promotion + */ + public function setPromotions($promotions) + { + $this->promotions = $promotions; + } + /** + * @return Google_Service_Customsearch_Promotion + */ + public function getPromotions() + { + return $this->promotions; + } + /** + * @param Google_Service_Customsearch_Query + */ + public function setQueries($queries) + { + $this->queries = $queries; + } + /** + * @return Google_Service_Customsearch_Query + */ + public function getQueries() + { + return $this->queries; + } + /** + * @param Google_Service_Customsearch_SearchSearchInformation + */ + public function setSearchInformation(Google_Service_Customsearch_SearchSearchInformation $searchInformation) + { + $this->searchInformation = $searchInformation; + } + /** + * @return Google_Service_Customsearch_SearchSearchInformation + */ + public function getSearchInformation() + { + return $this->searchInformation; + } + /** + * @param Google_Service_Customsearch_SearchSpelling + */ + public function setSpelling(Google_Service_Customsearch_SearchSpelling $spelling) + { + $this->spelling = $spelling; + } + /** + * @return Google_Service_Customsearch_SearchSpelling + */ + public function getSpelling() + { + return $this->spelling; + } + /** + * @param Google_Service_Customsearch_SearchUrl + */ + public function setUrl(Google_Service_Customsearch_SearchUrl $url) + { + $this->url = $url; + } + /** + * @return Google_Service_Customsearch_SearchUrl + */ + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.php new file mode 100644 index 000000000..3ec182526 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.php @@ -0,0 +1,57 @@ +formattedSearchTime = $formattedSearchTime; + } + public function getFormattedSearchTime() + { + return $this->formattedSearchTime; + } + public function setFormattedTotalResults($formattedTotalResults) + { + $this->formattedTotalResults = $formattedTotalResults; + } + public function getFormattedTotalResults() + { + return $this->formattedTotalResults; + } + public function setSearchTime($searchTime) + { + $this->searchTime = $searchTime; + } + public function getSearchTime() + { + return $this->searchTime; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSpelling.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSpelling.php new file mode 100644 index 000000000..f8e778a6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSpelling.php @@ -0,0 +1,39 @@ +correctedQuery = $correctedQuery; + } + public function getCorrectedQuery() + { + return $this->correctedQuery; + } + public function setHtmlCorrectedQuery($htmlCorrectedQuery) + { + $this->htmlCorrectedQuery = $htmlCorrectedQuery; + } + public function getHtmlCorrectedQuery() + { + return $this->htmlCorrectedQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchUrl.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchUrl.php new file mode 100644 index 000000000..302fb42d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchUrl.php @@ -0,0 +1,39 @@ +template = $template; + } + public function getTemplate() + { + return $this->template; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP.php b/vendor/google/apiclient-services/src/Google/Service/DLP.php new file mode 100644 index 000000000..e4ddbb29c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP.php @@ -0,0 +1,837 @@ + + * Provides methods for detection, risk analysis, and de-identification of + * privacy-sensitive fragments in text, images, and Google Cloud Platform + * storage repositories. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DLP extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $infoTypes; + public $locations_infoTypes; + public $organizations_deidentifyTemplates; + public $organizations_inspectTemplates; + public $organizations_storedInfoTypes; + public $projects_content; + public $projects_deidentifyTemplates; + public $projects_dlpJobs; + public $projects_image; + public $projects_inspectTemplates; + public $projects_jobTriggers; + public $projects_locations_content; + public $projects_storedInfoTypes; + + /** + * Constructs the internal representation of the DLP 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://dlp.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'dlp'; + + $this->infoTypes = new Google_Service_DLP_Resource_InfoTypes( + $this, + $this->serviceName, + 'infoTypes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/infoTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->locations_infoTypes = new Google_Service_DLP_Resource_LocationsInfoTypes( + $this, + $this->serviceName, + 'infoTypes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/locations/{location}/infoTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_deidentifyTemplates = new Google_Service_DLP_Resource_OrganizationsDeidentifyTemplates( + $this, + $this->serviceName, + 'deidentifyTemplates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/deidentifyTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/deidentifyTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->organizations_inspectTemplates = new Google_Service_DLP_Resource_OrganizationsInspectTemplates( + $this, + $this->serviceName, + 'inspectTemplates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/inspectTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/inspectTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->organizations_storedInfoTypes = new Google_Service_DLP_Resource_OrganizationsStoredInfoTypes( + $this, + $this->serviceName, + 'storedInfoTypes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/storedInfoTypes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/storedInfoTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_content = new Google_Service_DLP_Resource_ProjectsContent( + $this, + $this->serviceName, + 'content', + array( + 'methods' => array( + 'deidentify' => array( + 'path' => 'v2/{+parent}/content:deidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'inspect' => array( + 'path' => 'v2/{+parent}/content:inspect', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reidentify' => array( + 'path' => 'v2/{+parent}/content:reidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_deidentifyTemplates = new Google_Service_DLP_Resource_ProjectsDeidentifyTemplates( + $this, + $this->serviceName, + 'deidentifyTemplates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/deidentifyTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/deidentifyTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_dlpJobs = new Google_Service_DLP_Resource_ProjectsDlpJobs( + $this, + $this->serviceName, + 'dlpJobs', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v2/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2/{+parent}/dlpJobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/dlpJobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_image = new Google_Service_DLP_Resource_ProjectsImage( + $this, + $this->serviceName, + 'image', + array( + 'methods' => array( + 'redact' => array( + 'path' => 'v2/{+parent}/image:redact', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_inspectTemplates = new Google_Service_DLP_Resource_ProjectsInspectTemplates( + $this, + $this->serviceName, + 'inspectTemplates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/inspectTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/inspectTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_jobTriggers = new Google_Service_DLP_Resource_ProjectsJobTriggers( + $this, + $this->serviceName, + 'jobTriggers', + array( + 'methods' => array( + 'activate' => array( + 'path' => 'v2/{+name}:activate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2/{+parent}/jobTriggers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/jobTriggers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_content = new Google_Service_DLP_Resource_ProjectsLocationsContent( + $this, + $this->serviceName, + 'content', + array( + 'methods' => array( + 'deidentify' => array( + 'path' => 'v2/{+parent}/locations/{location}/content:deidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'inspect' => array( + 'path' => 'v2/{+parent}/locations/{location}/content:inspect', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reidentify' => array( + 'path' => 'v2/{+parent}/locations/{location}/content:reidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_storedInfoTypes = new Google_Service_DLP_Resource_ProjectsStoredInfoTypes( + $this, + $this->serviceName, + 'storedInfoTypes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/storedInfoTypes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/storedInfoTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.php new file mode 100644 index 000000000..6797a3da6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.php @@ -0,0 +1,101 @@ +jobNotificationEmails = $jobNotificationEmails; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2JobNotificationEmails + */ + public function getJobNotificationEmails() + { + return $this->jobNotificationEmails; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub + */ + public function setPubSub(Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub $pubSub) + { + $this->pubSub = $pubSub; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub + */ + public function getPubSub() + { + return $this->pubSub; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog + */ + public function setPublishFindingsToCloudDataCatalog(Google_Service_DLP_GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog $publishFindingsToCloudDataCatalog) + { + $this->publishFindingsToCloudDataCatalog = $publishFindingsToCloudDataCatalog; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog + */ + public function getPublishFindingsToCloudDataCatalog() + { + return $this->publishFindingsToCloudDataCatalog; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc + */ + public function setPublishSummaryToCscc(Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc $publishSummaryToCscc) + { + $this->publishSummaryToCscc = $publishSummaryToCscc; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc + */ + public function getPublishSummaryToCscc() + { + return $this->publishSummaryToCscc; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2SaveFindings + */ + public function setSaveFindings(Google_Service_DLP_GooglePrivacyDlpV2SaveFindings $saveFindings) + { + $this->saveFindings = $saveFindings; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2SaveFindings + */ + public function getSaveFindings() + { + return $this->saveFindings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ActivateJobTriggerRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ActivateJobTriggerRequest.php new file mode 100644 index 000000000..a840e0004 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ActivateJobTriggerRequest.php @@ -0,0 +1,20 @@ +categoricalStatsResult = $categoricalStatsResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult + */ + public function getCategoricalStatsResult() + { + return $this->categoricalStatsResult; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationResult + */ + public function setDeltaPresenceEstimationResult(Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationResult $deltaPresenceEstimationResult) + { + $this->deltaPresenceEstimationResult = $deltaPresenceEstimationResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationResult + */ + public function getDeltaPresenceEstimationResult() + { + return $this->deltaPresenceEstimationResult; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult + */ + public function setKAnonymityResult(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult $kAnonymityResult) + { + $this->kAnonymityResult = $kAnonymityResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult + */ + public function getKAnonymityResult() + { + return $this->kAnonymityResult; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult + */ + public function setKMapEstimationResult(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult $kMapEstimationResult) + { + $this->kMapEstimationResult = $kMapEstimationResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult + */ + public function getKMapEstimationResult() + { + return $this->kMapEstimationResult; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult + */ + public function setLDiversityResult(Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult $lDiversityResult) + { + $this->lDiversityResult = $lDiversityResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult + */ + public function getLDiversityResult() + { + return $this->lDiversityResult; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult + */ + public function setNumericalStatsResult(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult $numericalStatsResult) + { + $this->numericalStatsResult = $numericalStatsResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult + */ + public function getNumericalStatsResult() + { + return $this->numericalStatsResult; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric + */ + public function setRequestedPrivacyMetric(Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric $requestedPrivacyMetric) + { + $this->requestedPrivacyMetric = $requestedPrivacyMetric; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric + */ + public function getRequestedPrivacyMetric() + { + return $this->requestedPrivacyMetric; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setRequestedSourceTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $requestedSourceTable) + { + $this->requestedSourceTable = $requestedSourceTable; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getRequestedSourceTable() + { + return $this->requestedSourceTable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AuxiliaryTable.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AuxiliaryTable.php new file mode 100644 index 000000000..8ad228ddc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AuxiliaryTable.php @@ -0,0 +1,70 @@ +quasiIds = $quasiIds; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiIdField + */ + public function getQuasiIds() + { + return $this->quasiIds; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setRelativeFrequency(Google_Service_DLP_GooglePrivacyDlpV2FieldId $relativeFrequency) + { + $this->relativeFrequency = $relativeFrequency; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getRelativeFrequency() + { + return $this->relativeFrequency; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) + { + $this->table = $table; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryField.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryField.php new file mode 100644 index 000000000..6819d4cf1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryField.php @@ -0,0 +1,53 @@ +field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) + { + $this->table = $table; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryKey.php new file mode 100644 index 000000000..edd3ea0cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryKey.php @@ -0,0 +1,46 @@ +rowNumber = $rowNumber; + } + public function getRowNumber() + { + return $this->rowNumber; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference) + { + $this->tableReference = $tableReference; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getTableReference() + { + return $this->tableReference; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.php new file mode 100644 index 000000000..d67ec17bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.php @@ -0,0 +1,97 @@ +excludedFields = $excludedFields; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getExcludedFields() + { + return $this->excludedFields; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setIdentifyingFields($identifyingFields) + { + $this->identifyingFields = $identifyingFields; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getIdentifyingFields() + { + return $this->identifyingFields; + } + public function setRowsLimit($rowsLimit) + { + $this->rowsLimit = $rowsLimit; + } + public function getRowsLimit() + { + return $this->rowsLimit; + } + public function setRowsLimitPercent($rowsLimitPercent) + { + $this->rowsLimitPercent = $rowsLimitPercent; + } + public function getRowsLimitPercent() + { + return $this->rowsLimitPercent; + } + public function setSampleMethod($sampleMethod) + { + $this->sampleMethod = $sampleMethod; + } + public function getSampleMethod() + { + return $this->sampleMethod; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference) + { + $this->tableReference = $tableReference; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getTableReference() + { + return $this->tableReference; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.php new file mode 100644 index 000000000..dec983cad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.php @@ -0,0 +1,48 @@ +datasetId = $datasetId; + } + public function getDatasetId() + { + return $this->datasetId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.php new file mode 100644 index 000000000..ae443c06c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.php new file mode 100644 index 000000000..7bfe3ac0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.php @@ -0,0 +1,69 @@ +max = $max; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getMax() + { + return $this->max; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setMin(Google_Service_DLP_GooglePrivacyDlpV2Value $min) + { + $this->min = $min; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getMin() + { + return $this->min; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setReplacementValue(Google_Service_DLP_GooglePrivacyDlpV2Value $replacementValue) + { + $this->replacementValue = $replacementValue; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getReplacementValue() + { + return $this->replacementValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BucketingConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BucketingConfig.php new file mode 100644 index 000000000..265e49acc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BucketingConfig.php @@ -0,0 +1,38 @@ +buckets = $buckets; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Bucket + */ + public function getBuckets() + { + return $this->buckets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ByteContentItem.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ByteContentItem.php new file mode 100644 index 000000000..296aa2c51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ByteContentItem.php @@ -0,0 +1,39 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CancelDlpJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CancelDlpJobRequest.php new file mode 100644 index 000000000..48658cdfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CancelDlpJobRequest.php @@ -0,0 +1,20 @@ +field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsHistogramBucket.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsHistogramBucket.php new file mode 100644 index 000000000..9411faaab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsHistogramBucket.php @@ -0,0 +1,74 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + public function setBucketValueCount($bucketValueCount) + { + $this->bucketValueCount = $bucketValueCount; + } + public function getBucketValueCount() + { + return $this->bucketValueCount; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency + */ + public function setBucketValues($bucketValues) + { + $this->bucketValues = $bucketValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency + */ + public function getBucketValues() + { + return $this->bucketValues; + } + public function setValueFrequencyLowerBound($valueFrequencyLowerBound) + { + $this->valueFrequencyLowerBound = $valueFrequencyLowerBound; + } + public function getValueFrequencyLowerBound() + { + return $this->valueFrequencyLowerBound; + } + public function setValueFrequencyUpperBound($valueFrequencyUpperBound) + { + $this->valueFrequencyUpperBound = $valueFrequencyUpperBound; + } + public function getValueFrequencyUpperBound() + { + return $this->valueFrequencyUpperBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsResult.php new file mode 100644 index 000000000..2ee60c20d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CategoricalStatsResult.php @@ -0,0 +1,38 @@ +valueFrequencyHistogramBuckets = $valueFrequencyHistogramBuckets; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsHistogramBucket + */ + public function getValueFrequencyHistogramBuckets() + { + return $this->valueFrequencyHistogramBuckets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharacterMaskConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharacterMaskConfig.php new file mode 100644 index 000000000..9cde1739c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharacterMaskConfig.php @@ -0,0 +1,65 @@ +charactersToIgnore = $charactersToIgnore; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore + */ + public function getCharactersToIgnore() + { + return $this->charactersToIgnore; + } + public function setMaskingCharacter($maskingCharacter) + { + $this->maskingCharacter = $maskingCharacter; + } + public function getMaskingCharacter() + { + return $this->maskingCharacter; + } + public function setNumberToMask($numberToMask) + { + $this->numberToMask = $numberToMask; + } + public function getNumberToMask() + { + return $this->numberToMask; + } + public function setReverseOrder($reverseOrder) + { + $this->reverseOrder = $reverseOrder; + } + public function getReverseOrder() + { + return $this->reverseOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.php new file mode 100644 index 000000000..ab1dd5584 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.php @@ -0,0 +1,39 @@ +charactersToSkip = $charactersToSkip; + } + public function getCharactersToSkip() + { + return $this->charactersToSkip; + } + public function setCommonCharactersToIgnore($commonCharactersToIgnore) + { + $this->commonCharactersToIgnore = $commonCharactersToIgnore; + } + public function getCommonCharactersToIgnore() + { + return $this->commonCharactersToIgnore; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageFileSet.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageFileSet.php new file mode 100644 index 000000000..1deca8e66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageFileSet.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageOptions.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageOptions.php new file mode 100644 index 000000000..c38ddc7ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageOptions.php @@ -0,0 +1,83 @@ +bytesLimitPerFile = $bytesLimitPerFile; + } + public function getBytesLimitPerFile() + { + return $this->bytesLimitPerFile; + } + public function setBytesLimitPerFilePercent($bytesLimitPerFilePercent) + { + $this->bytesLimitPerFilePercent = $bytesLimitPerFilePercent; + } + public function getBytesLimitPerFilePercent() + { + return $this->bytesLimitPerFilePercent; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FileSet + */ + public function setFileSet(Google_Service_DLP_GooglePrivacyDlpV2FileSet $fileSet) + { + $this->fileSet = $fileSet; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FileSet + */ + public function getFileSet() + { + return $this->fileSet; + } + public function setFileTypes($fileTypes) + { + $this->fileTypes = $fileTypes; + } + public function getFileTypes() + { + return $this->fileTypes; + } + public function setFilesLimitPercent($filesLimitPercent) + { + $this->filesLimitPercent = $filesLimitPercent; + } + public function getFilesLimitPercent() + { + return $this->filesLimitPercent; + } + public function setSampleMethod($sampleMethod) + { + $this->sampleMethod = $sampleMethod; + } + public function getSampleMethod() + { + return $this->sampleMethod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.php new file mode 100644 index 000000000..ea6e35cbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.php @@ -0,0 +1,30 @@ +path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageRegexFileSet.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageRegexFileSet.php new file mode 100644 index 000000000..a072ad764 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStorageRegexFileSet.php @@ -0,0 +1,49 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } + public function setExcludeRegex($excludeRegex) + { + $this->excludeRegex = $excludeRegex; + } + public function getExcludeRegex() + { + return $this->excludeRegex; + } + public function setIncludeRegex($includeRegex) + { + $this->includeRegex = $includeRegex; + } + public function getIncludeRegex() + { + return $this->includeRegex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.php new file mode 100644 index 000000000..34dfd6760 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.php @@ -0,0 +1,48 @@ +blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Condition.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Condition.php new file mode 100644 index 000000000..7fe16ffa8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Condition.php @@ -0,0 +1,62 @@ +field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setValue(Google_Service_DLP_GooglePrivacyDlpV2Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Conditions.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Conditions.php new file mode 100644 index 000000000..2ac779599 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Conditions.php @@ -0,0 +1,38 @@ +conditions = $conditions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Condition + */ + public function getConditions() + { + return $this->conditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.php new file mode 100644 index 000000000..d69338225 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.php @@ -0,0 +1,62 @@ +byteItem = $byteItem; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem + */ + public function getByteItem() + { + return $this->byteItem; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Table + */ + public function setTable(Google_Service_DLP_GooglePrivacyDlpV2Table $table) + { + $this->table = $table; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Table + */ + public function getTable() + { + return $this->table; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentLocation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentLocation.php new file mode 100644 index 000000000..8960369ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentLocation.php @@ -0,0 +1,96 @@ +containerName = $containerName; + } + public function getContainerName() + { + return $this->containerName; + } + public function setContainerTimestamp($containerTimestamp) + { + $this->containerTimestamp = $containerTimestamp; + } + public function getContainerTimestamp() + { + return $this->containerTimestamp; + } + public function setContainerVersion($containerVersion) + { + $this->containerVersion = $containerVersion; + } + public function getContainerVersion() + { + return $this->containerVersion; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation + */ + public function setDocumentLocation(Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation $documentLocation) + { + $this->documentLocation = $documentLocation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation + */ + public function getDocumentLocation() + { + return $this->documentLocation; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ImageLocation + */ + public function setImageLocation(Google_Service_DLP_GooglePrivacyDlpV2ImageLocation $imageLocation) + { + $this->imageLocation = $imageLocation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ImageLocation + */ + public function getImageLocation() + { + return $this->imageLocation; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RecordLocation + */ + public function setRecordLocation(Google_Service_DLP_GooglePrivacyDlpV2RecordLocation $recordLocation) + { + $this->recordLocation = $recordLocation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordLocation + */ + public function getRecordLocation() + { + return $this->recordLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.php new file mode 100644 index 000000000..6fa696300 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.php @@ -0,0 +1,46 @@ +deidentifyTemplate = $deidentifyTemplate; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function getDeidentifyTemplate() + { + return $this->deidentifyTemplate; + } + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + public function getTemplateId() + { + return $this->templateId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDlpJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDlpJobRequest.php new file mode 100644 index 000000000..dbd49f0f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateDlpJobRequest.php @@ -0,0 +1,62 @@ +inspectJob = $inspectJob; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig + */ + public function getInspectJob() + { + return $this->inspectJob; + } + public function setJobId($jobId) + { + $this->jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig + */ + public function setRiskJob(Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig $riskJob) + { + $this->riskJob = $riskJob; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig + */ + public function getRiskJob() + { + return $this->riskJob; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateInspectTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateInspectTemplateRequest.php new file mode 100644 index 000000000..7a37a8767 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateInspectTemplateRequest.php @@ -0,0 +1,46 @@ +inspectTemplate = $inspectTemplate; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function getInspectTemplate() + { + return $this->inspectTemplate; + } + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + public function getTemplateId() + { + return $this->templateId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateJobTriggerRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateJobTriggerRequest.php new file mode 100644 index 000000000..35d08dfca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateJobTriggerRequest.php @@ -0,0 +1,46 @@ +jobTrigger = $jobTrigger; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger + */ + public function getJobTrigger() + { + return $this->jobTrigger; + } + public function setTriggerId($triggerId) + { + $this->triggerId = $triggerId; + } + public function getTriggerId() + { + return $this->triggerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateStoredInfoTypeRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateStoredInfoTypeRequest.php new file mode 100644 index 000000000..2e4d31937 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CreateStoredInfoTypeRequest.php @@ -0,0 +1,46 @@ +config = $config; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig + */ + public function getConfig() + { + return $this->config; + } + public function setStoredInfoTypeId($storedInfoTypeId) + { + $this->storedInfoTypeId = $storedInfoTypeId; + } + public function getStoredInfoTypeId() + { + return $this->storedInfoTypeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoDeterministicConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoDeterministicConfig.php new file mode 100644 index 000000000..a617fcfd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoDeterministicConfig.php @@ -0,0 +1,69 @@ +context = $context; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) + { + $this->cryptoKey = $cryptoKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function getCryptoKey() + { + return $this->cryptoKey; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setSurrogateInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $surrogateInfoType) + { + $this->surrogateInfoType = $surrogateInfoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getSurrogateInfoType() + { + return $this->surrogateInfoType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.php new file mode 100644 index 000000000..6f2218a5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.php @@ -0,0 +1,37 @@ +cryptoKey = $cryptoKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function getCryptoKey() + { + return $this->cryptoKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.php new file mode 100644 index 000000000..8bb211e34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.php @@ -0,0 +1,69 @@ +kmsWrapped = $kmsWrapped; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey + */ + public function getKmsWrapped() + { + return $this->kmsWrapped; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey + */ + public function setTransient(Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey $transient) + { + $this->transient = $transient; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey + */ + public function getTransient() + { + return $this->transient; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey + */ + public function setUnwrapped(Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey $unwrapped) + { + $this->unwrapped = $unwrapped; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey + */ + public function getUnwrapped() + { + return $this->unwrapped; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php new file mode 100644 index 000000000..b7eca9f11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php @@ -0,0 +1,96 @@ +commonAlphabet = $commonAlphabet; + } + public function getCommonAlphabet() + { + return $this->commonAlphabet; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setContext(Google_Service_DLP_GooglePrivacyDlpV2FieldId $context) + { + $this->context = $context; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) + { + $this->cryptoKey = $cryptoKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function getCryptoKey() + { + return $this->cryptoKey; + } + public function setCustomAlphabet($customAlphabet) + { + $this->customAlphabet = $customAlphabet; + } + public function getCustomAlphabet() + { + return $this->customAlphabet; + } + public function setRadix($radix) + { + $this->radix = $radix; + } + public function getRadix() + { + return $this->radix; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setSurrogateInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $surrogateInfoType) + { + $this->surrogateInfoType = $surrogateInfoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getSurrogateInfoType() + { + return $this->surrogateInfoType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CustomInfoType.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CustomInfoType.php new file mode 100644 index 000000000..9ce9c8cae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CustomInfoType.php @@ -0,0 +1,136 @@ +detectionRules = $detectionRules; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DetectionRule + */ + public function getDetectionRules() + { + return $this->detectionRules; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Dictionary + */ + public function setDictionary(Google_Service_DLP_GooglePrivacyDlpV2Dictionary $dictionary) + { + $this->dictionary = $dictionary; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary + */ + public function getDictionary() + { + return $this->dictionary; + } + public function setExclusionType($exclusionType) + { + $this->exclusionType = $exclusionType; + } + public function getExclusionType() + { + return $this->exclusionType; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) + { + $this->infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } + public function setLikelihood($likelihood) + { + $this->likelihood = $likelihood; + } + public function getLikelihood() + { + return $this->likelihood; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Regex + */ + public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex) + { + $this->regex = $regex; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Regex + */ + public function getRegex() + { + return $this->regex; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2StoredType + */ + public function setStoredType(Google_Service_DLP_GooglePrivacyDlpV2StoredType $storedType) + { + $this->storedType = $storedType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredType + */ + public function getStoredType() + { + return $this->storedType; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2SurrogateType + */ + public function setSurrogateType(Google_Service_DLP_GooglePrivacyDlpV2SurrogateType $surrogateType) + { + $this->surrogateType = $surrogateType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2SurrogateType + */ + public function getSurrogateType() + { + return $this->surrogateType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.php new file mode 100644 index 000000000..7d1530a5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.php @@ -0,0 +1,37 @@ +entityKey = $entityKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Key + */ + public function getEntityKey() + { + return $this->entityKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreOptions.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreOptions.php new file mode 100644 index 000000000..96ad823eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreOptions.php @@ -0,0 +1,53 @@ +kind = $kind; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KindExpression + */ + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PartitionId + */ + public function setPartitionId(Google_Service_DLP_GooglePrivacyDlpV2PartitionId $partitionId) + { + $this->partitionId = $partitionId; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId + */ + public function getPartitionId() + { + return $this->partitionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateShiftConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateShiftConfig.php new file mode 100644 index 000000000..c268fa01d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateShiftConfig.php @@ -0,0 +1,71 @@ +context = $context; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) + { + $this->cryptoKey = $cryptoKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey + */ + public function getCryptoKey() + { + return $this->cryptoKey; + } + public function setLowerBoundDays($lowerBoundDays) + { + $this->lowerBoundDays = $lowerBoundDays; + } + public function getLowerBoundDays() + { + return $this->lowerBoundDays; + } + public function setUpperBoundDays($upperBoundDays) + { + $this->upperBoundDays = $upperBoundDays; + } + public function getUpperBoundDays() + { + return $this->upperBoundDays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.php new file mode 100644 index 000000000..83e4c0cb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.php @@ -0,0 +1,78 @@ +date = $date; + } + /** + * @return Google_Service_DLP_GoogleTypeDate + */ + public function getDate() + { + return $this->date; + } + public function setDayOfWeek($dayOfWeek) + { + $this->dayOfWeek = $dayOfWeek; + } + public function getDayOfWeek() + { + return $this->dayOfWeek; + } + /** + * @param Google_Service_DLP_GoogleTypeTimeOfDay + */ + public function setTime(Google_Service_DLP_GoogleTypeTimeOfDay $time) + { + $this->time = $time; + } + /** + * @return Google_Service_DLP_GoogleTypeTimeOfDay + */ + public function getTime() + { + return $this->time; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TimeZone + */ + public function setTimeZone(Google_Service_DLP_GooglePrivacyDlpV2TimeZone $timeZone) + { + $this->timeZone = $timeZone; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TimeZone + */ + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyConfig.php new file mode 100644 index 000000000..3add666ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyConfig.php @@ -0,0 +1,53 @@ +infoTypeTransformations = $infoTypeTransformations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations + */ + public function getInfoTypeTransformations() + { + return $this->infoTypeTransformations; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations + */ + public function setRecordTransformations(Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations $recordTransformations) + { + $this->recordTransformations = $recordTransformations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations + */ + public function getRecordTransformations() + { + return $this->recordTransformations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentRequest.php new file mode 100644 index 000000000..b973e6258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentRequest.php @@ -0,0 +1,96 @@ +deidentifyConfig = $deidentifyConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig + */ + public function getDeidentifyConfig() + { + return $this->deidentifyConfig; + } + public function setDeidentifyTemplateName($deidentifyTemplateName) + { + $this->deidentifyTemplateName = $deidentifyTemplateName; + } + public function getDeidentifyTemplateName() + { + return $this->deidentifyTemplateName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) + { + $this->inspectConfig = $inspectConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function getInspectConfig() + { + return $this->inspectConfig; + } + public function setInspectTemplateName($inspectTemplateName) + { + $this->inspectTemplateName = $inspectTemplateName; + } + public function getInspectTemplateName() + { + return $this->inspectTemplateName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) + { + $this->item = $item; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function getItem() + { + return $this->item; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentResponse.php new file mode 100644 index 000000000..d4adf3109 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyContentResponse.php @@ -0,0 +1,53 @@ +item = $item; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function getItem() + { + return $this->item; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview + */ + public function setOverview(Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview $overview) + { + $this->overview = $overview; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview + */ + public function getOverview() + { + return $this->overview; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyTemplate.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyTemplate.php new file mode 100644 index 000000000..df58b1769 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyTemplate.php @@ -0,0 +1,82 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig + */ + public function setDeidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig) + { + $this->deidentifyConfig = $deidentifyConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig + */ + public function getDeidentifyConfig() + { + return $this->deidentifyConfig; + } + 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 setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationConfig.php new file mode 100644 index 000000000..4cf399199 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationConfig.php @@ -0,0 +1,63 @@ +auxiliaryTables = $auxiliaryTables; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StatisticalTable + */ + public function getAuxiliaryTables() + { + return $this->auxiliaryTables; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2QuasiId + */ + public function setQuasiIds($quasiIds) + { + $this->quasiIds = $quasiIds; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiId + */ + public function getQuasiIds() + { + return $this->quasiIds; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.php new file mode 100644 index 000000000..23d15f68e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket.php @@ -0,0 +1,74 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + public function setBucketValueCount($bucketValueCount) + { + $this->bucketValueCount = $bucketValueCount; + } + public function getBucketValueCount() + { + return $this->bucketValueCount; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues + */ + public function setBucketValues($bucketValues) + { + $this->bucketValues = $bucketValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues + */ + public function getBucketValues() + { + return $this->bucketValues; + } + public function setMaxProbability($maxProbability) + { + $this->maxProbability = $maxProbability; + } + public function getMaxProbability() + { + return $this->maxProbability; + } + public function setMinProbability($minProbability) + { + $this->minProbability = $minProbability; + } + public function getMinProbability() + { + return $this->minProbability; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.php new file mode 100644 index 000000000..ffec8dabc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.php @@ -0,0 +1,47 @@ +estimatedProbability = $estimatedProbability; + } + public function getEstimatedProbability() + { + return $this->estimatedProbability; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setQuasiIdsValues($quasiIdsValues) + { + $this->quasiIdsValues = $quasiIdsValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getQuasiIdsValues() + { + return $this->quasiIdsValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationResult.php new file mode 100644 index 000000000..862283f8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeltaPresenceEstimationResult.php @@ -0,0 +1,38 @@ +deltaPresenceEstimationHistogram = $deltaPresenceEstimationHistogram; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket + */ + public function getDeltaPresenceEstimationHistogram() + { + return $this->deltaPresenceEstimationHistogram; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DetectionRule.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DetectionRule.php new file mode 100644 index 000000000..363e2b4be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DetectionRule.php @@ -0,0 +1,37 @@ +hotwordRule = $hotwordRule; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2HotwordRule + */ + public function getHotwordRule() + { + return $this->hotwordRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.php new file mode 100644 index 000000000..41bca7551 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.php @@ -0,0 +1,53 @@ +cloudStoragePath = $cloudStoragePath; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath + */ + public function getCloudStoragePath() + { + return $this->cloudStoragePath; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2WordList + */ + public function setWordList(Google_Service_DLP_GooglePrivacyDlpV2WordList $wordList) + { + $this->wordList = $wordList; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2WordList + */ + public function getWordList() + { + return $this->wordList; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DlpJob.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DlpJob.php new file mode 100644 index 000000000..8401f76e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DlpJob.php @@ -0,0 +1,133 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Error + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Error + */ + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails + */ + public function setInspectDetails(Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails $inspectDetails) + { + $this->inspectDetails = $inspectDetails; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails + */ + public function getInspectDetails() + { + return $this->inspectDetails; + } + public function setJobTriggerName($jobTriggerName) + { + $this->jobTriggerName = $jobTriggerName; + } + public function getJobTriggerName() + { + return $this->jobTriggerName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails + */ + public function setRiskDetails(Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails $riskDetails) + { + $this->riskDetails = $riskDetails; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails + */ + public function getRiskDetails() + { + return $this->riskDetails; + } + 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; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.php new file mode 100644 index 000000000..766b96c80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.php @@ -0,0 +1,30 @@ +fileOffset = $fileOffset; + } + public function getFileOffset() + { + return $this->fileOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2EntityId.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2EntityId.php new file mode 100644 index 000000000..c38e6b3dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2EntityId.php @@ -0,0 +1,37 @@ +field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.php new file mode 100644 index 000000000..b4c1abb62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.php @@ -0,0 +1,47 @@ +details = $details; + } + /** + * @return Google_Service_DLP_GoogleRpcStatus + */ + public function getDetails() + { + return $this->details; + } + public function setTimestamps($timestamps) + { + $this->timestamps = $timestamps; + } + public function getTimestamps() + { + return $this->timestamps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExcludeInfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExcludeInfoTypes.php new file mode 100644 index 000000000..b308ab3e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExcludeInfoTypes.php @@ -0,0 +1,38 @@ +infoTypes = $infoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoTypes() + { + return $this->infoTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExclusionRule.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExclusionRule.php new file mode 100644 index 000000000..d55e28ced --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ExclusionRule.php @@ -0,0 +1,78 @@ +dictionary = $dictionary; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary + */ + public function getDictionary() + { + return $this->dictionary; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes + */ + public function setExcludeInfoTypes(Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes $excludeInfoTypes) + { + $this->excludeInfoTypes = $excludeInfoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes + */ + public function getExcludeInfoTypes() + { + return $this->excludeInfoTypes; + } + public function setMatchingType($matchingType) + { + $this->matchingType = $matchingType; + } + public function getMatchingType() + { + return $this->matchingType; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Regex + */ + public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex) + { + $this->regex = $regex; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Regex + */ + public function getRegex() + { + return $this->regex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.php new file mode 100644 index 000000000..ac78d06ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.php @@ -0,0 +1,46 @@ +conditions = $conditions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Conditions + */ + public function getConditions() + { + return $this->conditions; + } + public function setLogicalOperator($logicalOperator) + { + $this->logicalOperator = $logicalOperator; + } + public function getLogicalOperator() + { + return $this->logicalOperator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldId.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldId.php new file mode 100644 index 000000000..29022dc38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldId.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldTransformation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldTransformation.php new file mode 100644 index 000000000..527da03bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldTransformation.php @@ -0,0 +1,86 @@ +condition = $condition; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordCondition + */ + public function getCondition() + { + return $this->condition; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setFields($fields) + { + $this->fields = $fields; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations + */ + public function setInfoTypeTransformations(Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations $infoTypeTransformations) + { + $this->infoTypeTransformations = $infoTypeTransformations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations + */ + public function getInfoTypeTransformations() + { + return $this->infoTypeTransformations; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation + */ + public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation) + { + $this->primitiveTransformation = $primitiveTransformation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation + */ + public function getPrimitiveTransformation() + { + return $this->primitiveTransformation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.php new file mode 100644 index 000000000..f309d6526 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.php @@ -0,0 +1,46 @@ +regexFileSet = $regexFileSet; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageRegexFileSet + */ + public function getRegexFileSet() + { + return $this->regexFileSet; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.php new file mode 100644 index 000000000..13857b482 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.php @@ -0,0 +1,96 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) + { + $this->infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } + public function setLikelihood($likelihood) + { + $this->likelihood = $likelihood; + } + public function getLikelihood() + { + return $this->likelihood; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Location + */ + public function setLocation(Google_Service_DLP_GooglePrivacyDlpV2Location $location) + { + $this->location = $location; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Location + */ + public function getLocation() + { + return $this->location; + } + public function setQuote($quote) + { + $this->quote = $quote; + } + public function getQuote() + { + return $this->quote; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo + */ + public function setQuoteInfo(Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo $quoteInfo) + { + $this->quoteInfo = $quoteInfo; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo + */ + public function getQuoteInfo() + { + return $this->quoteInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.php new file mode 100644 index 000000000..172674182 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.php @@ -0,0 +1,56 @@ +maxFindingsPerInfoType = $maxFindingsPerInfoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeLimit + */ + public function getMaxFindingsPerInfoType() + { + return $this->maxFindingsPerInfoType; + } + public function setMaxFindingsPerItem($maxFindingsPerItem) + { + $this->maxFindingsPerItem = $maxFindingsPerItem; + } + public function getMaxFindingsPerItem() + { + return $this->maxFindingsPerItem; + } + public function setMaxFindingsPerRequest($maxFindingsPerRequest) + { + $this->maxFindingsPerRequest = $maxFindingsPerRequest; + } + public function getMaxFindingsPerRequest() + { + return $this->maxFindingsPerRequest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FixedSizeBucketingConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FixedSizeBucketingConfig.php new file mode 100644 index 000000000..7ced3901d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FixedSizeBucketingConfig.php @@ -0,0 +1,62 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setLowerBound(Google_Service_DLP_GooglePrivacyDlpV2Value $lowerBound) + { + $this->lowerBound = $lowerBound; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getLowerBound() + { + return $this->lowerBound; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setUpperBound(Google_Service_DLP_GooglePrivacyDlpV2Value $upperBound) + { + $this->upperBound = $upperBound; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getUpperBound() + { + return $this->upperBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HotwordRule.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HotwordRule.php new file mode 100644 index 000000000..ee7877b0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HotwordRule.php @@ -0,0 +1,69 @@ +hotwordRegex = $hotwordRegex; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Regex + */ + public function getHotwordRegex() + { + return $this->hotwordRegex; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment + */ + public function setLikelihoodAdjustment(Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment $likelihoodAdjustment) + { + $this->likelihoodAdjustment = $likelihoodAdjustment; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment + */ + public function getLikelihoodAdjustment() + { + return $this->likelihoodAdjustment; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Proximity + */ + public function setProximity(Google_Service_DLP_GooglePrivacyDlpV2Proximity $proximity) + { + $this->proximity = $proximity; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Proximity + */ + public function getProximity() + { + return $this->proximity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.php new file mode 100644 index 000000000..d5baacf35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.php @@ -0,0 +1,38 @@ +boundingBoxes = $boundingBoxes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BoundingBox + */ + public function getBoundingBoxes() + { + return $this->boundingBoxes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageRedactionConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageRedactionConfig.php new file mode 100644 index 000000000..3b5823ea3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageRedactionConfig.php @@ -0,0 +1,62 @@ +infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } + public function setRedactAllText($redactAllText) + { + $this->redactAllText = $redactAllText; + } + public function getRedactAllText() + { + return $this->redactAllText; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Color + */ + public function setRedactionColor(Google_Service_DLP_GooglePrivacyDlpV2Color $redactionColor) + { + $this->redactionColor = $redactionColor; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Color + */ + public function getRedactionColor() + { + return $this->redactionColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.php new file mode 100644 index 000000000..60de27bbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeDescription.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeDescription.php new file mode 100644 index 000000000..20c62eb4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeDescription.php @@ -0,0 +1,58 @@ +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 setSupportedBy($supportedBy) + { + $this->supportedBy = $supportedBy; + } + public function getSupportedBy() + { + return $this->supportedBy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeLimit.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeLimit.php new file mode 100644 index 000000000..c02a1ac6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeLimit.php @@ -0,0 +1,46 @@ +infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } + public function setMaxFindings($maxFindings) + { + $this->maxFindings = $maxFindings; + } + public function getMaxFindings() + { + return $this->maxFindings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeStats.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeStats.php new file mode 100644 index 000000000..db04baccb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeStats.php @@ -0,0 +1,46 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) + { + $this->infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformation.php new file mode 100644 index 000000000..42103d619 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformation.php @@ -0,0 +1,54 @@ +infoTypes = $infoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoTypes() + { + return $this->infoTypes; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation + */ + public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation) + { + $this->primitiveTransformation = $primitiveTransformation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation + */ + public function getPrimitiveTransformation() + { + return $this->primitiveTransformation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformations.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformations.php new file mode 100644 index 000000000..f9428c415 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeTransformations.php @@ -0,0 +1,38 @@ +transformations = $transformations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformation + */ + public function getTransformations() + { + return $this->transformations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectConfig.php new file mode 100644 index 000000000..59a2d1021 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectConfig.php @@ -0,0 +1,122 @@ +contentOptions = $contentOptions; + } + public function getContentOptions() + { + return $this->contentOptions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType + */ + public function setCustomInfoTypes($customInfoTypes) + { + $this->customInfoTypes = $customInfoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType + */ + public function getCustomInfoTypes() + { + return $this->customInfoTypes; + } + public function setExcludeInfoTypes($excludeInfoTypes) + { + $this->excludeInfoTypes = $excludeInfoTypes; + } + public function getExcludeInfoTypes() + { + return $this->excludeInfoTypes; + } + public function setIncludeQuote($includeQuote) + { + $this->includeQuote = $includeQuote; + } + public function getIncludeQuote() + { + return $this->includeQuote; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoTypes($infoTypes) + { + $this->infoTypes = $infoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoTypes() + { + return $this->infoTypes; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FindingLimits + */ + public function setLimits(Google_Service_DLP_GooglePrivacyDlpV2FindingLimits $limits) + { + $this->limits = $limits; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FindingLimits + */ + public function getLimits() + { + return $this->limits; + } + public function setMinLikelihood($minLikelihood) + { + $this->minLikelihood = $minLikelihood; + } + public function getMinLikelihood() + { + return $this->minLikelihood; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectionRuleSet + */ + public function setRuleSet($ruleSet) + { + $this->ruleSet = $ruleSet; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectionRuleSet + */ + public function getRuleSet() + { + return $this->ruleSet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php new file mode 100644 index 000000000..c15693a42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php @@ -0,0 +1,71 @@ +inspectConfig = $inspectConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function getInspectConfig() + { + return $this->inspectConfig; + } + public function setInspectTemplateName($inspectTemplateName) + { + $this->inspectTemplateName = $inspectTemplateName; + } + public function getInspectTemplateName() + { + return $this->inspectTemplateName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) + { + $this->item = $item; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function getItem() + { + return $this->item; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentResponse.php new file mode 100644 index 000000000..452477f18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectResult + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectDataSourceDetails.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectDataSourceDetails.php new file mode 100644 index 000000000..6aa2fda1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectDataSourceDetails.php @@ -0,0 +1,53 @@ +requestedOptions = $requestedOptions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions + */ + public function getRequestedOptions() + { + return $this->requestedOptions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Result + */ + public function setResult(Google_Service_DLP_GooglePrivacyDlpV2Result $result) + { + $this->result = $result; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Result + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.php new file mode 100644 index 000000000..926d8c0e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.php @@ -0,0 +1,79 @@ +actions = $actions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Action + */ + public function getActions() + { + return $this->actions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) + { + $this->inspectConfig = $inspectConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function getInspectConfig() + { + return $this->inspectConfig; + } + public function setInspectTemplateName($inspectTemplateName) + { + $this->inspectTemplateName = $inspectTemplateName; + } + public function getInspectTemplateName() + { + return $this->inspectTemplateName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2StorageConfig + */ + public function setStorageConfig(Google_Service_DLP_GooglePrivacyDlpV2StorageConfig $storageConfig) + { + $this->storageConfig = $storageConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StorageConfig + */ + public function getStorageConfig() + { + return $this->storageConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectResult.php new file mode 100644 index 000000000..ebc849db9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectResult.php @@ -0,0 +1,47 @@ +findings = $findings; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Finding + */ + public function getFindings() + { + return $this->findings; + } + public function setFindingsTruncated($findingsTruncated) + { + $this->findingsTruncated = $findingsTruncated; + } + public function getFindingsTruncated() + { + return $this->findingsTruncated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.php new file mode 100644 index 000000000..a1d8fed27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.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 setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) + { + $this->inspectConfig = $inspectConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function getInspectConfig() + { + return $this->inspectConfig; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRule.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRule.php new file mode 100644 index 000000000..940e92219 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRule.php @@ -0,0 +1,53 @@ +exclusionRule = $exclusionRule; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ExclusionRule + */ + public function getExclusionRule() + { + return $this->exclusionRule; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2HotwordRule + */ + public function setHotwordRule(Google_Service_DLP_GooglePrivacyDlpV2HotwordRule $hotwordRule) + { + $this->hotwordRule = $hotwordRule; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2HotwordRule + */ + public function getHotwordRule() + { + return $this->hotwordRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRuleSet.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRuleSet.php new file mode 100644 index 000000000..0ba505237 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectionRuleSet.php @@ -0,0 +1,54 @@ +infoTypes = $infoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoTypes() + { + return $this->infoTypes; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectionRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectionRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobNotificationEmails.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobNotificationEmails.php new file mode 100644 index 000000000..0cde0321d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobNotificationEmails.php @@ -0,0 +1,20 @@ +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; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Error + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Error + */ + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig + */ + public function setInspectJob(Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig $inspectJob) + { + $this->inspectJob = $inspectJob; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig + */ + public function getInspectJob() + { + return $this->inspectJob; + } + public function setLastRunTime($lastRunTime) + { + $this->lastRunTime = $lastRunTime; + } + public function getLastRunTime() + { + return $this->lastRunTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Trigger + */ + public function setTriggers($triggers) + { + $this->triggers = $triggers; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Trigger + */ + public function getTriggers() + { + return $this->triggers; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.php new file mode 100644 index 000000000..b0292429c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.php @@ -0,0 +1,54 @@ +entityId = $entityId; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2EntityId + */ + public function getEntityId() + { + return $this->entityId; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setQuasiIds($quasiIds) + { + $this->quasiIds = $quasiIds; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getQuasiIds() + { + return $this->quasiIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityEquivalenceClass.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityEquivalenceClass.php new file mode 100644 index 000000000..2f49c012c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityEquivalenceClass.php @@ -0,0 +1,47 @@ +equivalenceClassSize = $equivalenceClassSize; + } + public function getEquivalenceClassSize() + { + return $this->equivalenceClassSize; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setQuasiIdsValues($quasiIdsValues) + { + $this->quasiIdsValues = $quasiIdsValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getQuasiIdsValues() + { + return $this->quasiIdsValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityHistogramBucket.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityHistogramBucket.php new file mode 100644 index 000000000..97e64f744 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityHistogramBucket.php @@ -0,0 +1,74 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + public function setBucketValueCount($bucketValueCount) + { + $this->bucketValueCount = $bucketValueCount; + } + public function getBucketValueCount() + { + return $this->bucketValueCount; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass + */ + public function setBucketValues($bucketValues) + { + $this->bucketValues = $bucketValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass + */ + public function getBucketValues() + { + return $this->bucketValues; + } + public function setEquivalenceClassSizeLowerBound($equivalenceClassSizeLowerBound) + { + $this->equivalenceClassSizeLowerBound = $equivalenceClassSizeLowerBound; + } + public function getEquivalenceClassSizeLowerBound() + { + return $this->equivalenceClassSizeLowerBound; + } + public function setEquivalenceClassSizeUpperBound($equivalenceClassSizeUpperBound) + { + $this->equivalenceClassSizeUpperBound = $equivalenceClassSizeUpperBound; + } + public function getEquivalenceClassSizeUpperBound() + { + return $this->equivalenceClassSizeUpperBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.php new file mode 100644 index 000000000..6f92d88db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.php @@ -0,0 +1,38 @@ +equivalenceClassHistogramBuckets = $equivalenceClassHistogramBuckets; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityHistogramBucket + */ + public function getEquivalenceClassHistogramBuckets() + { + return $this->equivalenceClassHistogramBuckets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationConfig.php new file mode 100644 index 000000000..dc58dd2d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationConfig.php @@ -0,0 +1,63 @@ +auxiliaryTables = $auxiliaryTables; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable + */ + public function getAuxiliaryTables() + { + return $this->auxiliaryTables; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TaggedField + */ + public function setQuasiIds($quasiIds) + { + $this->quasiIds = $quasiIds; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TaggedField + */ + public function getQuasiIds() + { + return $this->quasiIds; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationHistogramBucket.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationHistogramBucket.php new file mode 100644 index 000000000..97c3e3c4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationHistogramBucket.php @@ -0,0 +1,74 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + public function setBucketValueCount($bucketValueCount) + { + $this->bucketValueCount = $bucketValueCount; + } + public function getBucketValueCount() + { + return $this->bucketValueCount; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues + */ + public function setBucketValues($bucketValues) + { + $this->bucketValues = $bucketValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues + */ + public function getBucketValues() + { + return $this->bucketValues; + } + public function setMaxAnonymity($maxAnonymity) + { + $this->maxAnonymity = $maxAnonymity; + } + public function getMaxAnonymity() + { + return $this->maxAnonymity; + } + public function setMinAnonymity($minAnonymity) + { + $this->minAnonymity = $minAnonymity; + } + public function getMinAnonymity() + { + return $this->minAnonymity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationQuasiIdValues.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationQuasiIdValues.php new file mode 100644 index 000000000..415f26b54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationQuasiIdValues.php @@ -0,0 +1,47 @@ +estimatedAnonymity = $estimatedAnonymity; + } + public function getEstimatedAnonymity() + { + return $this->estimatedAnonymity; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setQuasiIdsValues($quasiIdsValues) + { + $this->quasiIdsValues = $quasiIdsValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getQuasiIdsValues() + { + return $this->quasiIdsValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationResult.php new file mode 100644 index 000000000..939e77b46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KMapEstimationResult.php @@ -0,0 +1,38 @@ +kMapEstimationHistogram = $kMapEstimationHistogram; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationHistogramBucket + */ + public function getKMapEstimationHistogram() + { + return $this->kMapEstimationHistogram; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Key.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Key.php new file mode 100644 index 000000000..5226405f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Key.php @@ -0,0 +1,54 @@ +partitionId = $partitionId; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId + */ + public function getPartitionId() + { + return $this->partitionId; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PathElement + */ + public function setPath($path) + { + $this->path = $path; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PathElement + */ + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.php new file mode 100644 index 000000000..405034f36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KmsWrappedCryptoKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KmsWrappedCryptoKey.php new file mode 100644 index 000000000..9a6f820bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KmsWrappedCryptoKey.php @@ -0,0 +1,39 @@ +cryptoKeyName = $cryptoKeyName; + } + public function getCryptoKeyName() + { + return $this->cryptoKeyName; + } + public function setWrappedKey($wrappedKey) + { + $this->wrappedKey = $wrappedKey; + } + public function getWrappedKey() + { + return $this->wrappedKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.php new file mode 100644 index 000000000..bbc458f1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.php @@ -0,0 +1,54 @@ +quasiIds = $quasiIds; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getQuasiIds() + { + return $this->quasiIds; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setSensitiveAttribute(Google_Service_DLP_GooglePrivacyDlpV2FieldId $sensitiveAttribute) + { + $this->sensitiveAttribute = $sensitiveAttribute; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getSensitiveAttribute() + { + return $this->sensitiveAttribute; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityEquivalenceClass.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityEquivalenceClass.php new file mode 100644 index 000000000..85bdcf089 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityEquivalenceClass.php @@ -0,0 +1,72 @@ +equivalenceClassSize = $equivalenceClassSize; + } + public function getEquivalenceClassSize() + { + return $this->equivalenceClassSize; + } + public function setNumDistinctSensitiveValues($numDistinctSensitiveValues) + { + $this->numDistinctSensitiveValues = $numDistinctSensitiveValues; + } + public function getNumDistinctSensitiveValues() + { + return $this->numDistinctSensitiveValues; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setQuasiIdsValues($quasiIdsValues) + { + $this->quasiIdsValues = $quasiIdsValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getQuasiIdsValues() + { + return $this->quasiIdsValues; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency + */ + public function setTopSensitiveValues($topSensitiveValues) + { + $this->topSensitiveValues = $topSensitiveValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency + */ + public function getTopSensitiveValues() + { + return $this->topSensitiveValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityHistogramBucket.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityHistogramBucket.php new file mode 100644 index 000000000..2799cd0d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityHistogramBucket.php @@ -0,0 +1,74 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + public function setBucketValueCount($bucketValueCount) + { + $this->bucketValueCount = $bucketValueCount; + } + public function getBucketValueCount() + { + return $this->bucketValueCount; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass + */ + public function setBucketValues($bucketValues) + { + $this->bucketValues = $bucketValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass + */ + public function getBucketValues() + { + return $this->bucketValues; + } + public function setSensitiveValueFrequencyLowerBound($sensitiveValueFrequencyLowerBound) + { + $this->sensitiveValueFrequencyLowerBound = $sensitiveValueFrequencyLowerBound; + } + public function getSensitiveValueFrequencyLowerBound() + { + return $this->sensitiveValueFrequencyLowerBound; + } + public function setSensitiveValueFrequencyUpperBound($sensitiveValueFrequencyUpperBound) + { + $this->sensitiveValueFrequencyUpperBound = $sensitiveValueFrequencyUpperBound; + } + public function getSensitiveValueFrequencyUpperBound() + { + return $this->sensitiveValueFrequencyUpperBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.php new file mode 100644 index 000000000..eb7348838 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.php @@ -0,0 +1,38 @@ +sensitiveValueFrequencyHistogramBuckets = $sensitiveValueFrequencyHistogramBuckets; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityHistogramBucket + */ + public function getSensitiveValueFrequencyHistogramBuckets() + { + return $this->sensitiveValueFrequencyHistogramBuckets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryConfig.php new file mode 100644 index 000000000..07b313e60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryConfig.php @@ -0,0 +1,69 @@ +bigQueryField = $bigQueryField; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryField + */ + public function getBigQueryField() + { + return $this->bigQueryField; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet + */ + public function setCloudStorageFileSet(Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet $cloudStorageFileSet) + { + $this->cloudStorageFileSet = $cloudStorageFileSet; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet + */ + public function getCloudStorageFileSet() + { + return $this->cloudStorageFileSet; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath + */ + public function setOutputPath(Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath $outputPath) + { + $this->outputPath = $outputPath; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath + */ + public function getOutputPath() + { + return $this->outputPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryStats.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryStats.php new file mode 100644 index 000000000..84ea40659 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LargeCustomDictionaryStats.php @@ -0,0 +1,30 @@ +approxNumPhrases = $approxNumPhrases; + } + public function getApproxNumPhrases() + { + return $this->approxNumPhrases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LikelihoodAdjustment.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LikelihoodAdjustment.php new file mode 100644 index 000000000..a66c12057 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LikelihoodAdjustment.php @@ -0,0 +1,39 @@ +fixedLikelihood = $fixedLikelihood; + } + public function getFixedLikelihood() + { + return $this->fixedLikelihood; + } + public function setRelativeLikelihood($relativeLikelihood) + { + $this->relativeLikelihood = $relativeLikelihood; + } + public function getRelativeLikelihood() + { + return $this->relativeLikelihood; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.php new file mode 100644 index 000000000..1566001c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.php @@ -0,0 +1,47 @@ +deidentifyTemplates = $deidentifyTemplates; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function getDeidentifyTemplates() + { + return $this->deidentifyTemplates; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDlpJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDlpJobsResponse.php new file mode 100644 index 000000000..05cff7af2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListDlpJobsResponse.php @@ -0,0 +1,47 @@ +jobs = $jobs; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob + */ + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInfoTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInfoTypesResponse.php new file mode 100644 index 000000000..a688efe4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInfoTypesResponse.php @@ -0,0 +1,38 @@ +infoTypes = $infoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeDescription + */ + public function getInfoTypes() + { + return $this->infoTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInspectTemplatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInspectTemplatesResponse.php new file mode 100644 index 000000000..e6a9275d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListInspectTemplatesResponse.php @@ -0,0 +1,47 @@ +inspectTemplates = $inspectTemplates; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function getInspectTemplates() + { + return $this->inspectTemplates; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListJobTriggersResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListJobTriggersResponse.php new file mode 100644 index 000000000..fef12d781 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListJobTriggersResponse.php @@ -0,0 +1,47 @@ +jobTriggers = $jobTriggers; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger + */ + public function getJobTriggers() + { + return $this->jobTriggers; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListStoredInfoTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListStoredInfoTypesResponse.php new file mode 100644 index 000000000..d3003da5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ListStoredInfoTypesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function setStoredInfoTypes($storedInfoTypes) + { + $this->storedInfoTypes = $storedInfoTypes; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function getStoredInfoTypes() + { + return $this->storedInfoTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Location.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Location.php new file mode 100644 index 000000000..37b674601 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Location.php @@ -0,0 +1,70 @@ +byteRange = $byteRange; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Range + */ + public function getByteRange() + { + return $this->byteRange; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Range + */ + public function setCodepointRange(Google_Service_DLP_GooglePrivacyDlpV2Range $codepointRange) + { + $this->codepointRange = $codepointRange; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Range + */ + public function getCodepointRange() + { + return $this->codepointRange; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ContentLocation + */ + public function setContentLocations($contentLocations) + { + $this->contentLocations = $contentLocations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ContentLocation + */ + public function getContentLocations() + { + return $this->contentLocations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsConfig.php new file mode 100644 index 000000000..7a17bcf3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsConfig.php @@ -0,0 +1,37 @@ +field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsResult.php new file mode 100644 index 000000000..cc18025a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2NumericalStatsResult.php @@ -0,0 +1,70 @@ +maxValue = $maxValue; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getMaxValue() + { + return $this->maxValue; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setMinValue(Google_Service_DLP_GooglePrivacyDlpV2Value $minValue) + { + $this->minValue = $minValue; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getMinValue() + { + return $this->minValue; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setQuantileValues($quantileValues) + { + $this->quantileValues = $quantileValues; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getQuantileValues() + { + return $this->quantileValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2OutputStorageConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2OutputStorageConfig.php new file mode 100644 index 000000000..1453c1280 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2OutputStorageConfig.php @@ -0,0 +1,46 @@ +outputSchema = $outputSchema; + } + public function getOutputSchema() + { + return $this->outputSchema; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) + { + $this->table = $table; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PartitionId.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PartitionId.php new file mode 100644 index 000000000..62d7798a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PartitionId.php @@ -0,0 +1,39 @@ +namespaceId = $namespaceId; + } + public function getNamespaceId() + { + return $this->namespaceId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.php new file mode 100644 index 000000000..54b8a6331 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrimitiveTransformation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrimitiveTransformation.php new file mode 100644 index 000000000..802d49134 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrimitiveTransformation.php @@ -0,0 +1,197 @@ +bucketingConfig = $bucketingConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig + */ + public function getBucketingConfig() + { + return $this->bucketingConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig + */ + public function setCharacterMaskConfig(Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig $characterMaskConfig) + { + $this->characterMaskConfig = $characterMaskConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig + */ + public function getCharacterMaskConfig() + { + return $this->characterMaskConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig + */ + public function setCryptoDeterministicConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig $cryptoDeterministicConfig) + { + $this->cryptoDeterministicConfig = $cryptoDeterministicConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig + */ + public function getCryptoDeterministicConfig() + { + return $this->cryptoDeterministicConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig + */ + public function setCryptoHashConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig $cryptoHashConfig) + { + $this->cryptoHashConfig = $cryptoHashConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig + */ + public function getCryptoHashConfig() + { + return $this->cryptoHashConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig + */ + public function setCryptoReplaceFfxFpeConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig) + { + $this->cryptoReplaceFfxFpeConfig = $cryptoReplaceFfxFpeConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig + */ + public function getCryptoReplaceFfxFpeConfig() + { + return $this->cryptoReplaceFfxFpeConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig + */ + public function setDateShiftConfig(Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig $dateShiftConfig) + { + $this->dateShiftConfig = $dateShiftConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig + */ + public function getDateShiftConfig() + { + return $this->dateShiftConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig + */ + public function setFixedSizeBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig $fixedSizeBucketingConfig) + { + $this->fixedSizeBucketingConfig = $fixedSizeBucketingConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig + */ + public function getFixedSizeBucketingConfig() + { + return $this->fixedSizeBucketingConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RedactConfig + */ + public function setRedactConfig(Google_Service_DLP_GooglePrivacyDlpV2RedactConfig $redactConfig) + { + $this->redactConfig = $redactConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RedactConfig + */ + public function getRedactConfig() + { + return $this->redactConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig + */ + public function setReplaceConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig $replaceConfig) + { + $this->replaceConfig = $replaceConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig + */ + public function getReplaceConfig() + { + return $this->replaceConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig + */ + public function setReplaceWithInfoTypeConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) + { + $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig + */ + public function getReplaceWithInfoTypeConfig() + { + return $this->replaceWithInfoTypeConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig + */ + public function setTimePartConfig(Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig $timePartConfig) + { + $this->timePartConfig = $timePartConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig + */ + public function getTimePartConfig() + { + return $this->timePartConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.php new file mode 100644 index 000000000..0843d82b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.php @@ -0,0 +1,117 @@ +categoricalStatsConfig = $categoricalStatsConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig + */ + public function getCategoricalStatsConfig() + { + return $this->categoricalStatsConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig + */ + public function setDeltaPresenceEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig $deltaPresenceEstimationConfig) + { + $this->deltaPresenceEstimationConfig = $deltaPresenceEstimationConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig + */ + public function getDeltaPresenceEstimationConfig() + { + return $this->deltaPresenceEstimationConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig + */ + public function setKAnonymityConfig(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig $kAnonymityConfig) + { + $this->kAnonymityConfig = $kAnonymityConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig + */ + public function getKAnonymityConfig() + { + return $this->kAnonymityConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig + */ + public function setKMapEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig $kMapEstimationConfig) + { + $this->kMapEstimationConfig = $kMapEstimationConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig + */ + public function getKMapEstimationConfig() + { + return $this->kMapEstimationConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig + */ + public function setLDiversityConfig(Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig $lDiversityConfig) + { + $this->lDiversityConfig = $lDiversityConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig + */ + public function getLDiversityConfig() + { + return $this->lDiversityConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig + */ + public function setNumericalStatsConfig(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig $numericalStatsConfig) + { + $this->numericalStatsConfig = $numericalStatsConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig + */ + public function getNumericalStatsConfig() + { + return $this->numericalStatsConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.php new file mode 100644 index 000000000..918faa4d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.php @@ -0,0 +1,39 @@ +windowAfter = $windowAfter; + } + public function getWindowAfter() + { + return $this->windowAfter; + } + public function setWindowBefore($windowBefore) + { + $this->windowBefore = $windowBefore; + } + public function getWindowBefore() + { + return $this->windowBefore; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.php new file mode 100644 index 000000000..bf60b77fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.php @@ -0,0 +1,20 @@ +topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiId.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiId.php new file mode 100644 index 000000000..b3202a5ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiId.php @@ -0,0 +1,78 @@ +customTag = $customTag; + } + public function getCustomTag() + { + return $this->customTag; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) + { + $this->field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } + /** + * @param Google_Service_DLP_GoogleProtobufEmpty + */ + public function setInferred(Google_Service_DLP_GoogleProtobufEmpty $inferred) + { + $this->inferred = $inferred; + } + /** + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function getInferred() + { + return $this->inferred; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) + { + $this->infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdField.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdField.php new file mode 100644 index 000000000..635dc98d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdField.php @@ -0,0 +1,46 @@ +customTag = $customTag; + } + public function getCustomTag() + { + return $this->customTag; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) + { + $this->field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdentifierField.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdentifierField.php new file mode 100644 index 000000000..896c89218 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuasiIdentifierField.php @@ -0,0 +1,46 @@ +customTag = $customTag; + } + public function getCustomTag() + { + return $this->customTag; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) + { + $this->field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuoteInfo.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuoteInfo.php new file mode 100644 index 000000000..c8a4b6a73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2QuoteInfo.php @@ -0,0 +1,37 @@ +dateTime = $dateTime; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DateTime + */ + public function getDateTime() + { + return $this->dateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Range.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Range.php new file mode 100644 index 000000000..0a8a882c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Range.php @@ -0,0 +1,39 @@ +end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordCondition.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordCondition.php new file mode 100644 index 000000000..5d87ce84a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordCondition.php @@ -0,0 +1,37 @@ +expressions = $expressions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Expressions + */ + public function getExpressions() + { + return $this->expressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordKey.php new file mode 100644 index 000000000..b57e7658c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordKey.php @@ -0,0 +1,63 @@ +bigQueryKey = $bigQueryKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryKey + */ + public function getBigQueryKey() + { + return $this->bigQueryKey; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey + */ + public function setDatastoreKey(Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey $datastoreKey) + { + $this->datastoreKey = $datastoreKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey + */ + public function getDatastoreKey() + { + return $this->datastoreKey; + } + public function setIdValues($idValues) + { + $this->idValues = $idValues; + } + public function getIdValues() + { + return $this->idValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordLocation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordLocation.php new file mode 100644 index 000000000..d02e39449 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordLocation.php @@ -0,0 +1,69 @@ +fieldId = $fieldId; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getFieldId() + { + return $this->fieldId; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RecordKey + */ + public function setRecordKey(Google_Service_DLP_GooglePrivacyDlpV2RecordKey $recordKey) + { + $this->recordKey = $recordKey; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordKey + */ + public function getRecordKey() + { + return $this->recordKey; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TableLocation + */ + public function setTableLocation(Google_Service_DLP_GooglePrivacyDlpV2TableLocation $tableLocation) + { + $this->tableLocation = $tableLocation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TableLocation + */ + public function getTableLocation() + { + return $this->tableLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordSuppression.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordSuppression.php new file mode 100644 index 000000000..3604b3a1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordSuppression.php @@ -0,0 +1,37 @@ +condition = $condition; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordCondition + */ + public function getCondition() + { + return $this->condition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordTransformations.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordTransformations.php new file mode 100644 index 000000000..9d432b632 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RecordTransformations.php @@ -0,0 +1,54 @@ +fieldTransformations = $fieldTransformations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation + */ + public function getFieldTransformations() + { + return $this->fieldTransformations; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression + */ + public function setRecordSuppressions($recordSuppressions) + { + $this->recordSuppressions = $recordSuppressions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression + */ + public function getRecordSuppressions() + { + return $this->recordSuppressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactConfig.php new file mode 100644 index 000000000..4d986a554 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactConfig.php @@ -0,0 +1,20 @@ +byteItem = $byteItem; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem + */ + public function getByteItem() + { + return $this->byteItem; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig + */ + public function setImageRedactionConfigs($imageRedactionConfigs) + { + $this->imageRedactionConfigs = $imageRedactionConfigs; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig + */ + public function getImageRedactionConfigs() + { + return $this->imageRedactionConfigs; + } + public function setIncludeFindings($includeFindings) + { + $this->includeFindings = $includeFindings; + } + public function getIncludeFindings() + { + return $this->includeFindings; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) + { + $this->inspectConfig = $inspectConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function getInspectConfig() + { + return $this->inspectConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageResponse.php new file mode 100644 index 000000000..c6612fb2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RedactImageResponse.php @@ -0,0 +1,55 @@ +extractedText = $extractedText; + } + public function getExtractedText() + { + return $this->extractedText; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectResult + */ + public function setInspectResult(Google_Service_DLP_GooglePrivacyDlpV2InspectResult $inspectResult) + { + $this->inspectResult = $inspectResult; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectResult + */ + public function getInspectResult() + { + return $this->inspectResult; + } + public function setRedactedImage($redactedImage) + { + $this->redactedImage = $redactedImage; + } + public function getRedactedImage() + { + return $this->redactedImage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Regex.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Regex.php new file mode 100644 index 000000000..7594f87a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Regex.php @@ -0,0 +1,40 @@ +groupIndexes = $groupIndexes; + } + public function getGroupIndexes() + { + return $this->groupIndexes; + } + public function setPattern($pattern) + { + $this->pattern = $pattern; + } + public function getPattern() + { + return $this->pattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php new file mode 100644 index 000000000..83174d572 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php @@ -0,0 +1,96 @@ +inspectConfig = $inspectConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig + */ + public function getInspectConfig() + { + return $this->inspectConfig; + } + public function setInspectTemplateName($inspectTemplateName) + { + $this->inspectTemplateName = $inspectTemplateName; + } + public function getInspectTemplateName() + { + return $this->inspectTemplateName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) + { + $this->item = $item; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function getItem() + { + return $this->item; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig + */ + public function setReidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $reidentifyConfig) + { + $this->reidentifyConfig = $reidentifyConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig + */ + public function getReidentifyConfig() + { + return $this->reidentifyConfig; + } + public function setReidentifyTemplateName($reidentifyTemplateName) + { + $this->reidentifyTemplateName = $reidentifyTemplateName; + } + public function getReidentifyTemplateName() + { + return $this->reidentifyTemplateName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentResponse.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentResponse.php new file mode 100644 index 000000000..c296642ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentResponse.php @@ -0,0 +1,53 @@ +item = $item; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem + */ + public function getItem() + { + return $this->item; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview + */ + public function setOverview(Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview $overview) + { + $this->overview = $overview; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview + */ + public function getOverview() + { + return $this->overview; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceValueConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceValueConfig.php new file mode 100644 index 000000000..77a1c3d8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceValueConfig.php @@ -0,0 +1,37 @@ +newValue = $newValue; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getNewValue() + { + return $this->newValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.php new file mode 100644 index 000000000..bfe98b483 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.php @@ -0,0 +1,20 @@ +jobConfig = $jobConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig + */ + public function getJobConfig() + { + return $this->jobConfig; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function setSnapshotInspectTemplate(Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate $snapshotInspectTemplate) + { + $this->snapshotInspectTemplate = $snapshotInspectTemplate; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function getSnapshotInspectTemplate() + { + return $this->snapshotInspectTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Result.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Result.php new file mode 100644 index 000000000..d08883aec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Result.php @@ -0,0 +1,56 @@ +infoTypeStats = $infoTypeStats; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeStats + */ + public function getInfoTypeStats() + { + return $this->infoTypeStats; + } + public function setProcessedBytes($processedBytes) + { + $this->processedBytes = $processedBytes; + } + public function getProcessedBytes() + { + return $this->processedBytes; + } + public function setTotalEstimatedBytes($totalEstimatedBytes) + { + $this->totalEstimatedBytes = $totalEstimatedBytes; + } + public function getTotalEstimatedBytes() + { + return $this->totalEstimatedBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RiskAnalysisJobConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RiskAnalysisJobConfig.php new file mode 100644 index 000000000..973603576 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2RiskAnalysisJobConfig.php @@ -0,0 +1,70 @@ +actions = $actions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Action + */ + public function getActions() + { + return $this->actions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric + */ + public function setPrivacyMetric(Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric $privacyMetric) + { + $this->privacyMetric = $privacyMetric; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric + */ + public function getPrivacyMetric() + { + return $this->privacyMetric; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setSourceTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $sourceTable) + { + $this->sourceTable = $sourceTable; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getSourceTable() + { + return $this->sourceTable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Row.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Row.php new file mode 100644 index 000000000..2799f8d4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Row.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SaveFindings.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SaveFindings.php new file mode 100644 index 000000000..8e04960e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SaveFindings.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2OutputStorageConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Schedule.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Schedule.php new file mode 100644 index 000000000..53daa7d4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Schedule.php @@ -0,0 +1,30 @@ +recurrencePeriodDuration = $recurrencePeriodDuration; + } + public function getRecurrencePeriodDuration() + { + return $this->recurrencePeriodDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StatisticalTable.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StatisticalTable.php new file mode 100644 index 000000000..252f592fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StatisticalTable.php @@ -0,0 +1,70 @@ +quasiIds = $quasiIds; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiIdentifierField + */ + public function getQuasiIds() + { + return $this->quasiIds; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setRelativeFrequency(Google_Service_DLP_GooglePrivacyDlpV2FieldId $relativeFrequency) + { + $this->relativeFrequency = $relativeFrequency; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getRelativeFrequency() + { + return $this->relativeFrequency; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) + { + $this->table = $table; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable + */ + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StorageConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StorageConfig.php new file mode 100644 index 000000000..ccb73a1d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StorageConfig.php @@ -0,0 +1,85 @@ +bigQueryOptions = $bigQueryOptions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryOptions + */ + public function getBigQueryOptions() + { + return $this->bigQueryOptions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions + */ + public function setCloudStorageOptions(Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions $cloudStorageOptions) + { + $this->cloudStorageOptions = $cloudStorageOptions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions + */ + public function getCloudStorageOptions() + { + return $this->cloudStorageOptions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions + */ + public function setDatastoreOptions(Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions $datastoreOptions) + { + $this->datastoreOptions = $datastoreOptions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions + */ + public function getDatastoreOptions() + { + return $this->datastoreOptions; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig + */ + public function setTimespanConfig(Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig $timespanConfig) + { + $this->timespanConfig = $timespanConfig; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig + */ + public function getTimespanConfig() + { + return $this->timespanConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoType.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoType.php new file mode 100644 index 000000000..80f3f0376 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoType.php @@ -0,0 +1,63 @@ +currentVersion = $currentVersion; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion + */ + public function getCurrentVersion() + { + return $this->currentVersion; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion + */ + public function setPendingVersions($pendingVersions) + { + $this->pendingVersions = $pendingVersions; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion + */ + public function getPendingVersions() + { + return $this->pendingVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeConfig.php new file mode 100644 index 000000000..fdc914682 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeConfig.php @@ -0,0 +1,55 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig + */ + public function setLargeCustomDictionary(Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig $largeCustomDictionary) + { + $this->largeCustomDictionary = $largeCustomDictionary; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig + */ + public function getLargeCustomDictionary() + { + return $this->largeCustomDictionary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeStats.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeStats.php new file mode 100644 index 000000000..8bcbb5b9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeStats.php @@ -0,0 +1,37 @@ +largeCustomDictionary = $largeCustomDictionary; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryStats + */ + public function getLargeCustomDictionary() + { + return $this->largeCustomDictionary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeVersion.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeVersion.php new file mode 100644 index 000000000..a438f0021 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredInfoTypeVersion.php @@ -0,0 +1,88 @@ +config = $config; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig + */ + public function getConfig() + { + return $this->config; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Error + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Error + */ + public function getErrors() + { + return $this->errors; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats + */ + public function setStats(Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats $stats) + { + $this->stats = $stats; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredType.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredType.php new file mode 100644 index 000000000..5390e3083 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2StoredType.php @@ -0,0 +1,39 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SummaryResult.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SummaryResult.php new file mode 100644 index 000000000..aec5c6ad8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SummaryResult.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SurrogateType.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SurrogateType.php new file mode 100644 index 000000000..a8cf2e6bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2SurrogateType.php @@ -0,0 +1,20 @@ +headers = $headers; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getHeaders() + { + return $this->headers; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Row + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Row + */ + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TableLocation.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TableLocation.php new file mode 100644 index 000000000..6af516aa8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TableLocation.php @@ -0,0 +1,30 @@ +rowIndex = $rowIndex; + } + public function getRowIndex() + { + return $this->rowIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TaggedField.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TaggedField.php new file mode 100644 index 000000000..8a9f2654d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TaggedField.php @@ -0,0 +1,78 @@ +customTag = $customTag; + } + public function getCustomTag() + { + return $this->customTag; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) + { + $this->field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } + /** + * @param Google_Service_DLP_GoogleProtobufEmpty + */ + public function setInferred(Google_Service_DLP_GoogleProtobufEmpty $inferred) + { + $this->inferred = $inferred; + } + /** + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function getInferred() + { + return $this->inferred; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) + { + $this->infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimePartConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimePartConfig.php new file mode 100644 index 000000000..4af85e072 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimePartConfig.php @@ -0,0 +1,30 @@ +partToExtract = $partToExtract; + } + public function getPartToExtract() + { + return $this->partToExtract; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimeZone.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimeZone.php new file mode 100644 index 000000000..274e23d34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimeZone.php @@ -0,0 +1,30 @@ +offsetMinutes = $offsetMinutes; + } + public function getOffsetMinutes() + { + return $this->offsetMinutes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimespanConfig.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimespanConfig.php new file mode 100644 index 000000000..665f95ad4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TimespanConfig.php @@ -0,0 +1,64 @@ +enableAutoPopulationOfTimespanConfig = $enableAutoPopulationOfTimespanConfig; + } + public function getEnableAutoPopulationOfTimespanConfig() + { + return $this->enableAutoPopulationOfTimespanConfig; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function setTimestampField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $timestampField) + { + $this->timestampField = $timestampField; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getTimestampField() + { + return $this->timestampField; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationOverview.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationOverview.php new file mode 100644 index 000000000..b0f15af58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationOverview.php @@ -0,0 +1,47 @@ +transformationSummaries = $transformationSummaries; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationSummary + */ + public function getTransformationSummaries() + { + return $this->transformationSummaries; + } + public function setTransformedBytes($transformedBytes) + { + $this->transformedBytes = $transformedBytes; + } + public function getTransformedBytes() + { + return $this->transformedBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationSummary.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationSummary.php new file mode 100644 index 000000000..6bd352a5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransformationSummary.php @@ -0,0 +1,127 @@ +field = $field; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId + */ + public function getField() + { + return $this->field; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation + */ + public function setFieldTransformations($fieldTransformations) + { + $this->fieldTransformations = $fieldTransformations; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation + */ + public function getFieldTransformations() + { + return $this->fieldTransformations; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) + { + $this->infoType = $infoType; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType + */ + public function getInfoType() + { + return $this->infoType; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression + */ + public function setRecordSuppress(Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression $recordSuppress) + { + $this->recordSuppress = $recordSuppress; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression + */ + public function getRecordSuppress() + { + return $this->recordSuppress; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2SummaryResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2SummaryResult + */ + public function getResults() + { + return $this->results; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation + */ + public function setTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $transformation) + { + $this->transformation = $transformation; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation + */ + public function getTransformation() + { + return $this->transformation; + } + public function setTransformedBytes($transformedBytes) + { + $this->transformedBytes = $transformedBytes; + } + public function getTransformedBytes() + { + return $this->transformedBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransientCryptoKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransientCryptoKey.php new file mode 100644 index 000000000..4cf8ae152 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2TransientCryptoKey.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Trigger.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Trigger.php new file mode 100644 index 000000000..f469c7a1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Trigger.php @@ -0,0 +1,37 @@ +schedule = $schedule; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Schedule + */ + public function getSchedule() + { + return $this->schedule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UnwrappedCryptoKey.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UnwrappedCryptoKey.php new file mode 100644 index 000000000..16ed0e14f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UnwrappedCryptoKey.php @@ -0,0 +1,30 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.php new file mode 100644 index 000000000..7b592d377 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.php @@ -0,0 +1,46 @@ +deidentifyTemplate = $deidentifyTemplate; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function getDeidentifyTemplate() + { + return $this->deidentifyTemplate; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateInspectTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateInspectTemplateRequest.php new file mode 100644 index 000000000..b83994897 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateInspectTemplateRequest.php @@ -0,0 +1,46 @@ +inspectTemplate = $inspectTemplate; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function getInspectTemplate() + { + return $this->inspectTemplate; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateJobTriggerRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateJobTriggerRequest.php new file mode 100644 index 000000000..57842ab6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateJobTriggerRequest.php @@ -0,0 +1,46 @@ +jobTrigger = $jobTrigger; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger + */ + public function getJobTrigger() + { + return $this->jobTrigger; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateStoredInfoTypeRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateStoredInfoTypeRequest.php new file mode 100644 index 000000000..bbb08ecbf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2UpdateStoredInfoTypeRequest.php @@ -0,0 +1,46 @@ +config = $config; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig + */ + public function getConfig() + { + return $this->config; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Value.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Value.php new file mode 100644 index 000000000..bfe8251cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Value.php @@ -0,0 +1,107 @@ +booleanValue = $booleanValue; + } + public function getBooleanValue() + { + return $this->booleanValue; + } + /** + * @param Google_Service_DLP_GoogleTypeDate + */ + public function setDateValue(Google_Service_DLP_GoogleTypeDate $dateValue) + { + $this->dateValue = $dateValue; + } + /** + * @return Google_Service_DLP_GoogleTypeDate + */ + public function getDateValue() + { + return $this->dateValue; + } + public function setDayOfWeekValue($dayOfWeekValue) + { + $this->dayOfWeekValue = $dayOfWeekValue; + } + public function getDayOfWeekValue() + { + return $this->dayOfWeekValue; + } + public function setFloatValue($floatValue) + { + $this->floatValue = $floatValue; + } + public function getFloatValue() + { + return $this->floatValue; + } + public function setIntegerValue($integerValue) + { + $this->integerValue = $integerValue; + } + public function getIntegerValue() + { + return $this->integerValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } + /** + * @param Google_Service_DLP_GoogleTypeTimeOfDay + */ + public function setTimeValue(Google_Service_DLP_GoogleTypeTimeOfDay $timeValue) + { + $this->timeValue = $timeValue; + } + /** + * @return Google_Service_DLP_GoogleTypeTimeOfDay + */ + public function getTimeValue() + { + return $this->timeValue; + } + public function setTimestampValue($timestampValue) + { + $this->timestampValue = $timestampValue; + } + public function getTimestampValue() + { + return $this->timestampValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ValueFrequency.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ValueFrequency.php new file mode 100644 index 000000000..f4abe5eda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ValueFrequency.php @@ -0,0 +1,46 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function setValue(Google_Service_DLP_GooglePrivacyDlpV2Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_DLP_GooglePrivacyDlpV2Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2WordList.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2WordList.php new file mode 100644 index 000000000..07cbd9dbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2WordList.php @@ -0,0 +1,31 @@ +words = $words; + } + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleProtobufEmpty.php new file mode 100644 index 000000000..43aeea433 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/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/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeDate.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeDate.php new file mode 100644 index 000000000..7e1ef41e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeDate.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/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeTimeOfDay.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeTimeOfDay.php new file mode 100644 index 000000000..12d990769 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GoogleTypeTimeOfDay.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/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php new file mode 100644 index 000000000..5d7d7312c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php @@ -0,0 +1,50 @@ + + * $dlpService = new Google_Service_DLP(...); + * $infoTypes = $dlpService->infoTypes; + * + */ +class Google_Service_DLP_Resource_InfoTypes extends Google_Service_Resource +{ + /** + * Returns a list of the sensitive information types that the DLP API supports. + * See https://cloud.google.com/dlp/docs/infotypes-reference to learn more. + * (infoTypes.listInfoTypes) + * + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional BCP-47 language code for localized + * infoType friendly names. If omitted, or if localized strings are not + * available, en-US strings will be returned. + * @opt_param string filter Optional filter to only return infoTypes supported + * by certain parts of the API. Defaults to supported_by=INSPECT. + * @opt_param string location The geographic location to list info types. + * Reserved for future extensions. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse + */ + public function listInfoTypes($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.php new file mode 100644 index 000000000..3f32638f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.php @@ -0,0 +1,28 @@ + + * $dlpService = new Google_Service_DLP(...); + * $locations = $dlpService->locations; + * + */ +class Google_Service_DLP_Resource_Locations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.php new file mode 100644 index 000000000..12af9e1dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.php @@ -0,0 +1,50 @@ + + * $dlpService = new Google_Service_DLP(...); + * $infoTypes = $dlpService->infoTypes; + * + */ +class Google_Service_DLP_Resource_LocationsInfoTypes extends Google_Service_Resource +{ + /** + * Returns a list of the sensitive information types that the DLP API supports. + * See https://cloud.google.com/dlp/docs/infotypes-reference to learn more. + * (infoTypes.listLocationsInfoTypes) + * + * @param string $location The geographic location to list info types. Reserved + * for future extensions. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional BCP-47 language code for localized + * infoType friendly names. If omitted, or if localized strings are not + * available, en-US strings will be returned. + * @opt_param string filter Optional filter to only return infoTypes supported + * by certain parts of the API. Defaults to supported_by=INSPECT. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse + */ + public function listLocationsInfoTypes($location, $optParams = array()) + { + $params = array('location' => $location); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Organizations.php new file mode 100644 index 000000000..fe0cb0c7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Organizations.php @@ -0,0 +1,28 @@ + + * $dlpService = new Google_Service_DLP(...); + * $organizations = $dlpService->organizations; + * + */ +class Google_Service_DLP_Resource_Organizations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsDeidentifyTemplates.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsDeidentifyTemplates.php new file mode 100644 index 000000000..c8e05cd6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsDeidentifyTemplates.php @@ -0,0 +1,132 @@ + + * $dlpService = new Google_Service_DLP(...); + * $deidentifyTemplates = $dlpService->deidentifyTemplates; + * + */ +class Google_Service_DLP_Resource_OrganizationsDeidentifyTemplates extends Google_Service_Resource +{ + /** + * Creates a DeidentifyTemplate for re-using frequently used configuration for + * de-identifying content, images, and storage. See + * https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. + * (deidentifyTemplates.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); + } + /** + * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates-deid to learn more. (deidentifyTemplates.delete) + * + * @param string $name Resource name of the organization and deidentify template + * to be deleted, for example + * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- + * id/deidentifyTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates-deid to learn more. (deidentifyTemplates.get) + * + * @param string $name Resource name of the organization and deidentify template + * to be read, for example + * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- + * id/deidentifyTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); + } + /** + * Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating- + * templates-deid to learn more. + * (deidentifyTemplates.listOrganizationsDeidentifyTemplates) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to `ListDeidentifyTemplates`. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc,update_time, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the template was created. - + * `update_time`: corresponds to time the template was last updated. - `name`: + * corresponds to template's name. - `display_name`: corresponds to template's + * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse + */ + public function listOrganizationsDeidentifyTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"); + } + /** + * Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs + * /creating-templates-deid to learn more. (deidentifyTemplates.patch) + * + * @param string $name Resource name of organization and deidentify template to + * be updated, for example + * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- + * id/deidentifyTemplates/432452342. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php new file mode 100644 index 000000000..7c3db6e64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php @@ -0,0 +1,128 @@ + + * $dlpService = new Google_Service_DLP(...); + * $inspectTemplates = $dlpService->inspectTemplates; + * + */ +class Google_Service_DLP_Resource_OrganizationsInspectTemplates extends Google_Service_Resource +{ + /** + * Creates an InspectTemplate for re-using frequently used configuration for + * inspecting content, images, and storage. See + * https://cloud.google.com/dlp/docs/creating-templates to learn more. + * (inspectTemplates.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); + } + /** + * Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.delete) + * + * @param string $name Resource name of the organization and inspectTemplate to + * be deleted, for example `organizations/433245324/inspectTemplates/432452342` + * or projects/project-id/inspectTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.get) + * + * @param string $name Resource name of the organization and inspectTemplate to + * be read, for example `organizations/433245324/inspectTemplates/432452342` or + * projects/project-id/inspectTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); + } + /** + * Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.listOrganizationsInspectTemplates) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to `ListInspectTemplates`. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc,update_time, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the template was created. - + * `update_time`: corresponds to time the template was last updated. - `name`: + * corresponds to template's name. - `display_name`: corresponds to template's + * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse + */ + public function listOrganizationsInspectTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse"); + } + /** + * Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.patch) + * + * @param string $name Resource name of organization and inspectTemplate to be + * updated, for example `organizations/433245324/inspectTemplates/432452342` or + * projects/project-id/inspectTemplates/432452342. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsStoredInfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsStoredInfoTypes.php new file mode 100644 index 000000000..31aef02ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsStoredInfoTypes.php @@ -0,0 +1,130 @@ + + * $dlpService = new Google_Service_DLP(...); + * $storedInfoTypes = $dlpService->storedInfoTypes; + * + */ +class Google_Service_DLP_Resource_OrganizationsStoredInfoTypes extends Google_Service_Resource +{ + /** + * Creates a pre-built stored infoType to be used for inspection. See + * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. + * (storedInfoTypes.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); + } + /** + * Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating- + * stored-infotypes to learn more. (storedInfoTypes.delete) + * + * @param string $name Resource name of the organization and storedInfoType to + * be deleted, for example `organizations/433245324/storedInfoTypes/432452342` + * or projects/project-id/storedInfoTypes/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating- + * stored-infotypes to learn more. (storedInfoTypes.get) + * + * @param string $name Resource name of the organization and storedInfoType to + * be read, for example `organizations/433245324/storedInfoTypes/432452342` or + * projects/project-id/storedInfoTypes/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); + } + /** + * Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating- + * stored-infotypes to learn more. + * (storedInfoTypes.listOrganizationsStoredInfoTypes) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to `ListStoredInfoTypes`. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc, display_name, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the most recent version of the resource + * was created. - `state`: corresponds to the state of the resource. - `name`: + * corresponds to resource name. - `display_name`: corresponds to info type's + * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse + */ + public function listOrganizationsStoredInfoTypes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse"); + } + /** + * Updates the stored infoType by creating a new version. The existing version + * will continue to be used until the new version is ready. See + * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. + * (storedInfoTypes.patch) + * + * @param string $name Resource name of organization and storedInfoType to be + * updated, for example `organizations/433245324/storedInfoTypes/432452342` or + * projects/project-id/storedInfoTypes/432452342. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Projects.php new file mode 100644 index 000000000..2e8756019 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $dlpService = new Google_Service_DLP(...); + * $projects = $dlpService->projects; + * + */ +class Google_Service_DLP_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsContent.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsContent.php new file mode 100644 index 000000000..a10362402 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsContent.php @@ -0,0 +1,89 @@ + + * $dlpService = new Google_Service_DLP(...); + * $content = $dlpService->content; + * + */ +class Google_Service_DLP_Resource_ProjectsContent extends Google_Service_Resource +{ + /** + * De-identifies potentially sensitive info from a ContentItem. This method has + * limits on input size and output size. See https://cloud.google.com/dlp/docs + * /deidentify-sensitive-data to learn more. + * + * When no InfoTypes or CustomInfoTypes are specified in this request, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * (content.deidentify) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse + */ + public function deidentify($parent, Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse"); + } + /** + * Finds potentially sensitive info in content. This method has limits on input + * size, processing time, and output size. + * + * When no InfoTypes or CustomInfoTypes are specified in this request, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * + * For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images + * and https://cloud.google.com/dlp/docs/inspecting-text, (content.inspect) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse + */ + public function inspect($parent, Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('inspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse"); + } + /** + * Re-identifies content that has been de-identified. See + * https://cloud.google.com/dlp/docs/pseudonymization#re- + * identification_in_free_text_code_example to learn more. (content.reidentify) + * + * @param string $parent The parent resource name. + * @param Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse + */ + public function reidentify($parent, Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDeidentifyTemplates.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDeidentifyTemplates.php new file mode 100644 index 000000000..d20e2f138 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDeidentifyTemplates.php @@ -0,0 +1,132 @@ + + * $dlpService = new Google_Service_DLP(...); + * $deidentifyTemplates = $dlpService->deidentifyTemplates; + * + */ +class Google_Service_DLP_Resource_ProjectsDeidentifyTemplates extends Google_Service_Resource +{ + /** + * Creates a DeidentifyTemplate for re-using frequently used configuration for + * de-identifying content, images, and storage. See + * https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. + * (deidentifyTemplates.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); + } + /** + * Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates-deid to learn more. (deidentifyTemplates.delete) + * + * @param string $name Resource name of the organization and deidentify template + * to be deleted, for example + * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- + * id/deidentifyTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates-deid to learn more. (deidentifyTemplates.get) + * + * @param string $name Resource name of the organization and deidentify template + * to be read, for example + * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- + * id/deidentifyTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); + } + /** + * Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating- + * templates-deid to learn more. + * (deidentifyTemplates.listProjectsDeidentifyTemplates) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to `ListDeidentifyTemplates`. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc,update_time, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the template was created. - + * `update_time`: corresponds to time the template was last updated. - `name`: + * corresponds to template's name. - `display_name`: corresponds to template's + * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse + */ + public function listProjectsDeidentifyTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"); + } + /** + * Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs + * /creating-templates-deid to learn more. (deidentifyTemplates.patch) + * + * @param string $name Resource name of organization and deidentify template to + * be updated, for example + * `organizations/433245324/deidentifyTemplates/432452342` or projects/project- + * id/deidentifyTemplates/432452342. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDlpJobs.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDlpJobs.php new file mode 100644 index 000000000..3bd11ea9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsDlpJobs.php @@ -0,0 +1,159 @@ + + * $dlpService = new Google_Service_DLP(...); + * $dlpJobs = $dlpService->dlpJobs; + * + */ +class Google_Service_DLP_Resource_ProjectsDlpJobs extends Google_Service_Resource +{ + /** + * Starts asynchronous cancellation on a long-running DlpJob. The server makes a + * best effort to cancel the DlpJob, but success is not guaranteed. See + * https://cloud.google.com/dlp/docs/inspecting-storage and + * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. + * (dlpJobs.cancel) + * + * @param string $name The name of the DlpJob resource to be cancelled. + * @param Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function cancel($name, Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Creates a new job to inspect storage or calculate risk metrics. See + * https://cloud.google.com/dlp/docs/inspecting-storage and + * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. + * + * When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * (dlpJobs.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); + } + /** + * Deletes a long-running DlpJob. This method indicates that the client is no + * longer interested in the DlpJob result. The job will be cancelled if + * possible. See https://cloud.google.com/dlp/docs/inspecting-storage and + * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. + * (dlpJobs.delete) + * + * @param string $name The name of the DlpJob resource to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets the latest state of a long-running DlpJob. See + * https://cloud.google.com/dlp/docs/inspecting-storage and + * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. + * (dlpJobs.get) + * + * @param string $name The name of the DlpJob resource. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); + } + /** + * Lists DlpJobs that match the specified filter in the request. See + * https://cloud.google.com/dlp/docs/inspecting-storage and + * https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. + * (dlpJobs.listProjectsDlpJobs) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc, end_time asc, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the job was created. - `end_time`: + * corresponds to time the job ended. - `name`: corresponds to job's name. - + * `state`: corresponds to `state` + * @opt_param string type The type of job. Defaults to `DlpJobType.INSPECT` + * @opt_param string filter Optional. Allows filtering. + * + * Supported syntax: + * + * * Filter expressions are made up of one or more restrictions. * Restrictions + * can be combined by `AND` or `OR` logical operators. A sequence of + * restrictions implicitly uses `AND`. * A restriction has the form of ` `. * + * Supported fields/values for inspect jobs: - `state` - + * PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - + * DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of + * the trigger that created job. - 'end_time` - Corresponds to time the job + * finished. - 'start_time` - Corresponds to time the job finished. * + * Supported fields for risk analysis jobs: - `state` - + * RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to time the + * job finished. - 'start_time` - Corresponds to time the job finished. * + * The operator must be `=` or `!=`. + * + * Examples: + * + * * inspected_storage = cloud_storage AND state = done * inspected_storage = + * cloud_storage OR inspected_storage = bigquery * inspected_storage = + * cloud_storage AND (state = done OR state = canceled) * end_time > + * \"2017-12-12T00:00:00+00:00\" + * + * The length of this field should be no more than 500 characters. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse + */ + public function listProjectsDlpJobs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsImage.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsImage.php new file mode 100644 index 000000000..5fb4d633d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsImage.php @@ -0,0 +1,51 @@ + + * $dlpService = new Google_Service_DLP(...); + * $image = $dlpService->image; + * + */ +class Google_Service_DLP_Resource_ProjectsImage extends Google_Service_Resource +{ + /** + * Redacts potentially sensitive info from an image. This method has limits on + * input size, processing time, and output size. See + * https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn + * more. + * + * When no InfoTypes or CustomInfoTypes are specified in this request, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * (image.redact) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse + */ + public function redact($parent, Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('redact', array($params), "Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsInspectTemplates.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsInspectTemplates.php new file mode 100644 index 000000000..32ff9b292 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsInspectTemplates.php @@ -0,0 +1,128 @@ + + * $dlpService = new Google_Service_DLP(...); + * $inspectTemplates = $dlpService->inspectTemplates; + * + */ +class Google_Service_DLP_Resource_ProjectsInspectTemplates extends Google_Service_Resource +{ + /** + * Creates an InspectTemplate for re-using frequently used configuration for + * inspecting content, images, and storage. See + * https://cloud.google.com/dlp/docs/creating-templates to learn more. + * (inspectTemplates.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); + } + /** + * Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.delete) + * + * @param string $name Resource name of the organization and inspectTemplate to + * be deleted, for example `organizations/433245324/inspectTemplates/432452342` + * or projects/project-id/inspectTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.get) + * + * @param string $name Resource name of the organization and inspectTemplate to + * be read, for example `organizations/433245324/inspectTemplates/432452342` or + * projects/project-id/inspectTemplates/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); + } + /** + * Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.listProjectsInspectTemplates) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to `ListInspectTemplates`. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc,update_time, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the template was created. - + * `update_time`: corresponds to time the template was last updated. - `name`: + * corresponds to template's name. - `display_name`: corresponds to template's + * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse + */ + public function listProjectsInspectTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse"); + } + /** + * Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating- + * templates to learn more. (inspectTemplates.patch) + * + * @param string $name Resource name of organization and inspectTemplate to be + * updated, for example `organizations/433245324/inspectTemplates/432452342` or + * projects/project-id/inspectTemplates/432452342. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateInspectTemplateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsJobTriggers.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsJobTriggers.php new file mode 100644 index 000000000..ead7ae438 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsJobTriggers.php @@ -0,0 +1,165 @@ + + * $dlpService = new Google_Service_DLP(...); + * $jobTriggers = $dlpService->jobTriggers; + * + */ +class Google_Service_DLP_Resource_ProjectsJobTriggers extends Google_Service_Resource +{ + /** + * Activate a job trigger. Causes the immediate execute of a trigger instead of + * waiting on the trigger event to occur. (jobTriggers.activate) + * + * @param string $name Resource name of the trigger to activate, for example + * `projects/dlp-test-project/jobTriggers/53234423`. + * @param Google_Service_DLP_GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob + */ + public function activate($name, Google_Service_DLP_GooglePrivacyDlpV2ActivateJobTriggerRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('activate', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DlpJob"); + } + /** + * Creates a job trigger to run DLP actions such as scanning storage for + * sensitive information on a set schedule. See + * https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. + * (jobTriggers.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); + } + /** + * Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job- + * triggers to learn more. (jobTriggers.delete) + * + * @param string $name Resource name of the project and the triggeredJob, for + * example `projects/dlp-test-project/jobTriggers/53234423`. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job- + * triggers to learn more. (jobTriggers.get) + * + * @param string $name Resource name of the project and the triggeredJob, for + * example `projects/dlp-test-project/jobTriggers/53234423`. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); + } + /** + * Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job- + * triggers to learn more. (jobTriggers.listProjectsJobTriggers) + * + * @param string $parent The parent resource name, for example `projects/my- + * project-id`. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Allows filtering. + * + * Supported syntax: + * + * * Filter expressions are made up of one or more restrictions. * Restrictions + * can be combined by `AND` or `OR` logical operators. A sequence of + * restrictions implicitly uses `AND`. * A restriction has the form of ` `. * + * Supported fields/values for inspect jobs: - `status` - + * HEALTHY|PAUSED|CANCELLED - `inspected_storage` - + * DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted + * timestamp, surrounded by quotation marks. Nanoseconds are ignored. - + * 'error_count' - Number of errors that have occurred while running. * The + * operator must be `=` or `!=` for status and inspected_storage. + * + * Examples: + * + * * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage + * = cloud_storage OR inspected_storage = bigquery * inspected_storage = + * cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > + * \"2017-12-12T00:00:00+00:00\" + * + * The length of this field should be no more than 500 characters. + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to ListJobTriggers. `order_by` field must not change for + * subsequent calls. + * @opt_param string orderBy Optional comma separated list of triggeredJob + * fields to order by, followed by `asc` or `desc` postfix. This list is case- + * insensitive, default sorting order is ascending, redundant space characters + * are insignificant. + * + * Example: `name asc,update_time, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the JobTrigger was created. - + * `update_time`: corresponds to time the JobTrigger was last updated. - + * `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: + * corresponds to JobTrigger's name. - `display_name`: corresponds to + * JobTrigger's display name. - `status`: corresponds to JobTrigger's status. + * @opt_param int pageSize Optional size of the page, can be limited by a + * server. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse + */ + public function listProjectsJobTriggers($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse"); + } + /** + * Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job- + * triggers to learn more. (jobTriggers.patch) + * + * @param string $name Resource name of the project and the triggeredJob, for + * example `projects/dlp-test-project/jobTriggers/53234423`. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateJobTriggerRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2JobTrigger"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocations.php new file mode 100644 index 000000000..830c507f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $dlpService = new Google_Service_DLP(...); + * $locations = $dlpService->locations; + * + */ +class Google_Service_DLP_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php new file mode 100644 index 000000000..6c7abc6d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php @@ -0,0 +1,95 @@ + + * $dlpService = new Google_Service_DLP(...); + * $content = $dlpService->content; + * + */ +class Google_Service_DLP_Resource_ProjectsLocationsContent extends Google_Service_Resource +{ + /** + * De-identifies potentially sensitive info from a ContentItem. This method has + * limits on input size and output size. See https://cloud.google.com/dlp/docs + * /deidentify-sensitive-data to learn more. + * + * When no InfoTypes or CustomInfoTypes are specified in this request, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * (content.deidentify) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param string $location The geographic location to process de-identification. + * Reserved for future extensions. + * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse + */ + public function deidentify($parent, $location, Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse"); + } + /** + * Finds potentially sensitive info in content. This method has limits on input + * size, processing time, and output size. + * + * When no InfoTypes or CustomInfoTypes are specified in this request, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * + * For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images + * and https://cloud.google.com/dlp/docs/inspecting-text, (content.inspect) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param string $location The geographic location to process content + * inspection. Reserved for future extensions. + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse + */ + public function inspect($parent, $location, Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('inspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse"); + } + /** + * Re-identifies content that has been de-identified. See + * https://cloud.google.com/dlp/docs/pseudonymization#re- + * identification_in_free_text_code_example to learn more. (content.reidentify) + * + * @param string $parent The parent resource name. + * @param string $location The geographic location to process content + * reidentification. Reserved for future extensions. + * @param Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse + */ + public function reidentify($parent, $location, Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsStoredInfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsStoredInfoTypes.php new file mode 100644 index 000000000..b53acd671 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsStoredInfoTypes.php @@ -0,0 +1,129 @@ + + * $dlpService = new Google_Service_DLP(...); + * $storedInfoTypes = $dlpService->storedInfoTypes; + * + */ +class Google_Service_DLP_Resource_ProjectsStoredInfoTypes extends Google_Service_Resource +{ + /** + * Creates a pre-built stored infoType to be used for inspection. See + * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. + * (storedInfoTypes.create) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function create($parent, Google_Service_DLP_GooglePrivacyDlpV2CreateStoredInfoTypeRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); + } + /** + * Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating- + * stored-infotypes to learn more. (storedInfoTypes.delete) + * + * @param string $name Resource name of the organization and storedInfoType to + * be deleted, for example `organizations/433245324/storedInfoTypes/432452342` + * or projects/project-id/storedInfoTypes/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DLP_GoogleProtobufEmpty"); + } + /** + * Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating- + * stored-infotypes to learn more. (storedInfoTypes.get) + * + * @param string $name Resource name of the organization and storedInfoType to + * be read, for example `organizations/433245324/storedInfoTypes/432452342` or + * projects/project-id/storedInfoTypes/432452342. + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); + } + /** + * Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating- + * stored-infotypes to learn more. (storedInfoTypes.listProjectsStoredInfoTypes) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id or organizations/my-org-id. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional page token to continue retrieval. Comes + * from previous call to `ListStoredInfoTypes`. + * @opt_param string orderBy Optional comma separated list of fields to order + * by, followed by `asc` or `desc` postfix. This list is case-insensitive, + * default sorting order is ascending, redundant space characters are + * insignificant. + * + * Example: `name asc, display_name, create_time desc` + * + * Supported fields are: + * + * - `create_time`: corresponds to time the most recent version of the resource + * was created. - `state`: corresponds to the state of the resource. - `name`: + * corresponds to resource name. - `display_name`: corresponds to info type's + * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse + */ + public function listProjectsStoredInfoTypes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListStoredInfoTypesResponse"); + } + /** + * Updates the stored infoType by creating a new version. The existing version + * will continue to be used until the new version is ready. See + * https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more. + * (storedInfoTypes.patch) + * + * @param string $name Resource name of organization and storedInfoType to be + * updated, for example `organizations/433245324/storedInfoTypes/432452342` or + * projects/project-id/storedInfoTypes/432452342. + * @param Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType + */ + public function patch($name, Google_Service_DLP_GooglePrivacyDlpV2UpdateStoredInfoTypeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion.php new file mode 100644 index 000000000..061f127f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion.php @@ -0,0 +1,305 @@ + + * Cloud Data Fusion is a fully-managed, cloud native, enterprise data + * integration service for quickly building and managing data pipelines. It + * provides a graphical interface to increase time efficiency and reduce + * complexity, and allows business users, developers, and data scientists to + * easily and reliably build scalable data integration solutions to cleanse, + * prepare, blend, transfer and transform data without having to wrestle with + * infrastructure. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DataFusion extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_instances; + public $projects_locations_operations; + + /** + * Constructs the internal representation of the DataFusion 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://datafusion.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'datafusion'; + + $this->projects_locations = new Google_Service_DataFusion_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_instances = new Google_Service_DataFusion_Resource_ProjectsLocationsInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'restart' => array( + 'path' => 'v1beta1/{+name}:restart', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'upgrade' => array( + 'path' => 'v1beta1/{+name}:upgrade', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_DataFusion_Resource_ProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1beta1/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditConfig.php new file mode 100644 index 000000000..b5e94574a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditConfig.php @@ -0,0 +1,56 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_DataFusion_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setExemptedMembers($exemptedMembers) + { + $this->exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php new file mode 100644 index 000000000..44df34ffa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php @@ -0,0 +1,49 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setIgnoreChildExemptions($ignoreChildExemptions) + { + $this->ignoreChildExemptions = $ignoreChildExemptions; + } + public function getIgnoreChildExemptions() + { + return $this->ignoreChildExemptions; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuthorizationLoggingOptions.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuthorizationLoggingOptions.php new file mode 100644 index 000000000..259963d94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuthorizationLoggingOptions.php @@ -0,0 +1,30 @@ +permissionType = $permissionType; + } + public function getPermissionType() + { + return $this->permissionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Binding.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Binding.php new file mode 100644 index 000000000..0b75078e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_DataFusion_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CancelOperationRequest.php new file mode 100644 index 000000000..48fe63901 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CancelOperationRequest.php @@ -0,0 +1,20 @@ +authorizationLoggingOptions = $authorizationLoggingOptions; + } + /** + * @return Google_Service_DataFusion_AuthorizationLoggingOptions + */ + public function getAuthorizationLoggingOptions() + { + return $this->authorizationLoggingOptions; + } + public function setLogName($logName) + { + $this->logName = $logName; + } + public function getLogName() + { + return $this->logName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Condition.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Condition.php new file mode 100644 index 000000000..ec8709d64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Condition.php @@ -0,0 +1,67 @@ +iam = $iam; + } + public function getIam() + { + return $this->iam; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } + public function setSvc($svc) + { + $this->svc = $svc; + } + public function getSvc() + { + return $this->svc; + } + public function setSys($sys) + { + $this->sys = $sys; + } + public function getSys() + { + return $this->sys; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php new file mode 100644 index 000000000..049e36cef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php @@ -0,0 +1,56 @@ +customFields = $customFields; + } + /** + * @return Google_Service_DataFusion_CustomField + */ + public function getCustomFields() + { + return $this->customFields; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/CustomField.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CustomField.php new file mode 100644 index 000000000..6d103c430 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CustomField.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/DataAccessOptions.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/DataAccessOptions.php new file mode 100644 index 000000000..40495f8e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/DataAccessOptions.php @@ -0,0 +1,30 @@ +logMode = $logMode; + } + public function getLogMode() + { + return $this->logMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/DatafusionEmpty.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/DatafusionEmpty.php new file mode 100644 index 000000000..3eb86ee58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/DatafusionEmpty.php @@ -0,0 +1,20 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php new file mode 100644 index 000000000..b02790e1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php @@ -0,0 +1,216 @@ +apiEndpoint = $apiEndpoint; + } + public function getApiEndpoint() + { + return $this->apiEndpoint; + } + /** + * @param Google_Service_DataFusion_Version + */ + public function setAvailableVersion($availableVersion) + { + $this->availableVersion = $availableVersion; + } + /** + * @return Google_Service_DataFusion_Version + */ + public function getAvailableVersion() + { + return $this->availableVersion; + } + 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 setEnableStackdriverLogging($enableStackdriverLogging) + { + $this->enableStackdriverLogging = $enableStackdriverLogging; + } + public function getEnableStackdriverLogging() + { + return $this->enableStackdriverLogging; + } + public function setEnableStackdriverMonitoring($enableStackdriverMonitoring) + { + $this->enableStackdriverMonitoring = $enableStackdriverMonitoring; + } + public function getEnableStackdriverMonitoring() + { + return $this->enableStackdriverMonitoring; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DataFusion_NetworkConfig + */ + public function setNetworkConfig(Google_Service_DataFusion_NetworkConfig $networkConfig) + { + $this->networkConfig = $networkConfig; + } + /** + * @return Google_Service_DataFusion_NetworkConfig + */ + public function getNetworkConfig() + { + return $this->networkConfig; + } + public function setOptions($options) + { + $this->options = $options; + } + public function getOptions() + { + return $this->options; + } + public function setPrivateInstance($privateInstance) + { + $this->privateInstance = $privateInstance; + } + public function getPrivateInstance() + { + return $this->privateInstance; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setServiceEndpoint($serviceEndpoint) + { + $this->serviceEndpoint = $serviceEndpoint; + } + public function getServiceEndpoint() + { + return $this->serviceEndpoint; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateMessage($stateMessage) + { + $this->stateMessage = $stateMessage; + } + public function getStateMessage() + { + return $this->stateMessage; + } + 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; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListInstancesResponse.php new file mode 100644 index 000000000..ca61f1d03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListInstancesResponse.php @@ -0,0 +1,56 @@ +instances = $instances; + } + /** + * @return Google_Service_DataFusion_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListLocationsResponse.php new file mode 100644 index 000000000..940a91ceb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_DataFusion_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListOperationsResponse.php new file mode 100644 index 000000000..503945833 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_DataFusion_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_DataFusion_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Location.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Location.php new file mode 100644 index 000000000..2b13e9eb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/LogConfig.php new file mode 100644 index 000000000..b8be5b29c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/LogConfig.php @@ -0,0 +1,69 @@ +cloudAudit = $cloudAudit; + } + /** + * @return Google_Service_DataFusion_CloudAuditOptions + */ + public function getCloudAudit() + { + return $this->cloudAudit; + } + /** + * @param Google_Service_DataFusion_CounterOptions + */ + public function setCounter(Google_Service_DataFusion_CounterOptions $counter) + { + $this->counter = $counter; + } + /** + * @return Google_Service_DataFusion_CounterOptions + */ + public function getCounter() + { + return $this->counter; + } + /** + * @param Google_Service_DataFusion_DataAccessOptions + */ + public function setDataAccess(Google_Service_DataFusion_DataAccessOptions $dataAccess) + { + $this->dataAccess = $dataAccess; + } + /** + * @return Google_Service_DataFusion_DataAccessOptions + */ + public function getDataAccess() + { + return $this->dataAccess; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/NetworkConfig.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/NetworkConfig.php new file mode 100644 index 000000000..3ae34c312 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/NetworkConfig.php @@ -0,0 +1,39 @@ +ipAllocation = $ipAllocation; + } + public function getIpAllocation() + { + return $this->ipAllocation; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Operation.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Operation.php new file mode 100644 index 000000000..b42a679be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_DataFusion_Status + */ + public function setError(Google_Service_DataFusion_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_DataFusion_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/vendor/google/apiclient-services/src/Google/Service/DataFusion/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/OperationMetadata.php new file mode 100644 index 000000000..5932a1df6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/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 setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + 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/vendor/google/apiclient-services/src/Google/Service/DataFusion/Policy.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Policy.php new file mode 100644 index 000000000..5013f0965 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Policy.php @@ -0,0 +1,97 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_DataFusion_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_DataFusion_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_DataFusion_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIamOwned($iamOwned) + { + $this->iamOwned = $iamOwned; + } + public function getIamOwned() + { + return $this->iamOwned; + } + /** + * @param Google_Service_DataFusion_Rule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_DataFusion_Rule + */ + public function getRules() + { + return $this->rules; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/Projects.php new file mode 100644 index 000000000..21a6d873e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $datafusionService = new Google_Service_DataFusion(...); + * $projects = $datafusionService->projects; + * + */ +class Google_Service_DataFusion_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocations.php new file mode 100644 index 000000000..f3a6cbe43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $datafusionService = new Google_Service_DataFusion(...); + * $locations = $datafusionService->locations; + * + */ +class Google_Service_DataFusion_Resource_ProjectsLocations 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_DataFusion_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DataFusion_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_DataFusion_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DataFusion_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php new file mode 100644 index 000000000..57df5ae0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php @@ -0,0 +1,223 @@ + + * $datafusionService = new Google_Service_DataFusion(...); + * $instances = $datafusionService->instances; + * + */ +class Google_Service_DataFusion_Resource_ProjectsLocationsInstances extends Google_Service_Resource +{ + /** + * Creates a new Data Fusion instance in the specified project and location. + * (instances.create) + * + * @param string $parent The instance's project and location in the format + * projects/{project}/locations/{location}. + * @param Google_Service_DataFusion_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string instanceId The name of the instance to create. + * @return Google_Service_DataFusion_Operation + */ + public function create($parent, Google_Service_DataFusion_Instance $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_DataFusion_Operation"); + } + /** + * Deletes a single Date Fusion instance. (instances.delete) + * + * @param string $name The instance resource name in the format + * projects/{project}/locations/{location}/instances/{instance} + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DataFusion_Operation"); + } + /** + * Gets details of a single Data Fusion instance. (instances.get) + * + * @param string $name The instance resource name in the format + * projects/{project}/locations/{location}/instances/{instance}. + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_Instance + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DataFusion_Instance"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (instances.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. + * @return Google_Service_DataFusion_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_DataFusion_Policy"); + } + /** + * Lists Data Fusion instances in the specified project and location. + * (instances.listProjectsLocationsInstances) + * + * @param string $parent The project and location for which to retrieve instance + * information in the format projects/{project}/locations/{location}. If the + * location is specified as '-' (wildcard), then all regions available to the + * project are queried, and the results are aggregated. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value to use if there are + * additional results to retrieve for this list request. + * @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. + * @opt_param string filter List filter. + * @return Google_Service_DataFusion_ListInstancesResponse + */ + public function listProjectsLocationsInstances($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DataFusion_ListInstancesResponse"); + } + /** + * Updates a single Data Fusion instance. (instances.patch) + * + * @param string $name Output only. The name of this instance is in the form of + * projects/{project}/locations/{location}/instances/{instance}. + * @param Google_Service_DataFusion_Instance $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Field mask is used to specify the fields that + * the update will overwrite in an instance resource. The fields specified in + * the update_mask are relative to the resource, not the full request. A field + * will be overwritten if it is in the mask. If the user does not provide a + * mask, all the supported fields (labels and options currently) will be + * overwritten. + * @return Google_Service_DataFusion_Operation + */ + public function patch($name, Google_Service_DataFusion_Instance $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DataFusion_Operation"); + } + /** + * Restart a single Data Fusion instance. At the end of an operation instance is + * fully restarted. (instances.restart) + * + * @param string $name Name of the Data Fusion instance which need to be + * restarted in the form of + * projects/{project}/locations/{location}/instances/{instance} + * @param Google_Service_DataFusion_RestartInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_Operation + */ + public function restart($name, Google_Service_DataFusion_RestartInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('restart', array($params), "Google_Service_DataFusion_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (instances.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_DataFusion_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_Policy + */ + public function setIamPolicy($resource, Google_Service_DataFusion_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_DataFusion_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. (instances.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_DataFusion_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_DataFusion_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_DataFusion_TestIamPermissionsResponse"); + } + /** + * Upgrade a single Data Fusion instance. At the end of an operation instance is + * fully upgraded. (instances.upgrade) + * + * @param string $name Name of the Data Fusion instance which need to be + * upgraded in the form of + * projects/{project}/locations/{location}/instances/{instance} Instance will be + * upgraded with the latest stable version of the Data Fusion. + * @param Google_Service_DataFusion_UpgradeInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_Operation + */ + public function upgrade($name, Google_Service_DataFusion_UpgradeInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upgrade', array($params), "Google_Service_DataFusion_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..8019421e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,108 @@ + + * $datafusionService = new Google_Service_DataFusion(...); + * $operations = $datafusionService->operations; + * + */ +class Google_Service_DataFusion_Resource_ProjectsLocationsOperations 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_DataFusion_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DataFusion_DatafusionEmpty + */ + public function cancel($name, Google_Service_DataFusion_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_DataFusion_DatafusionEmpty"); + } + /** + * 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_DataFusion_DatafusionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DataFusion_DatafusionEmpty"); + } + /** + * 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_DataFusion_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DataFusion_Operation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_DataFusion_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DataFusion_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/RestartInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/RestartInstanceRequest.php new file mode 100644 index 000000000..c28de512a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/RestartInstanceRequest.php @@ -0,0 +1,20 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_DataFusion_Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_DataFusion_Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIn($in) + { + $this->in = $in; + } + public function getIn() + { + return $this->in; + } + /** + * @param Google_Service_DataFusion_LogConfig + */ + public function setLogConfig($logConfig) + { + $this->logConfig = $logConfig; + } + /** + * @return Google_Service_DataFusion_LogConfig + */ + public function getLogConfig() + { + return $this->logConfig; + } + public function setNotIn($notIn) + { + $this->notIn = $notIn; + } + public function getNotIn() + { + return $this->notIn; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/SetIamPolicyRequest.php new file mode 100644 index 000000000..9a06cec9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_DataFusion_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Status.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Status.php new file mode 100644 index 000000000..87f6e7ec0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/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/vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsRequest.php new file mode 100644 index 000000000..ef417b6fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsResponse.php new file mode 100644 index 000000000..10022b939 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/UpgradeInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/UpgradeInstanceRequest.php new file mode 100644 index 000000000..51bf3153d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/UpgradeInstanceRequest.php @@ -0,0 +1,20 @@ +versionNumber = $versionNumber; + } + public function getVersionNumber() + { + return $this->versionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer.php new file mode 100644 index 000000000..4685c3fa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer.php @@ -0,0 +1,149 @@ + + * Transfers user data from one user to another. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DataTransfer extends Google_Service +{ + /** View and manage data transfers between users in your organization. */ + const ADMIN_DATATRANSFER = + "https://www.googleapis.com/auth/admin.datatransfer"; + /** View data transfers between users in your organization. */ + const ADMIN_DATATRANSFER_READONLY = + "https://www.googleapis.com/auth/admin.datatransfer.readonly"; + + public $applications; + public $transfers; + + /** + * Constructs the internal representation of the DataTransfer 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 = 'admin/datatransfer/v1/'; + $this->batchPath = 'batch/admin/datatransfer_v1'; + $this->version = 'datatransfer_v1'; + $this->serviceName = 'admin'; + + $this->applications = new Google_Service_DataTransfer_Resource_Applications( + $this, + $this->serviceName, + 'applications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'applications/{applicationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'applications', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->transfers = new Google_Service_DataTransfer_Resource_Transfers( + $this, + $this->serviceName, + 'transfers', + array( + 'methods' => array( + 'get' => array( + 'path' => 'transfers/{dataTransferId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'dataTransferId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'transfers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'transfers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'newOwnerUserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'oldOwnerUserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Application.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Application.php new file mode 100644 index 000000000..635763084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Application.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_DataTransfer_ApplicationTransferParam + */ + public function setTransferParams($transferParams) + { + $this->transferParams = $transferParams; + } + /** + * @return Google_Service_DataTransfer_ApplicationTransferParam + */ + public function getTransferParams() + { + return $this->transferParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.php new file mode 100644 index 000000000..a936c0fbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.php @@ -0,0 +1,56 @@ +applicationId = $applicationId; + } + public function getApplicationId() + { + return $this->applicationId; + } + /** + * @param Google_Service_DataTransfer_ApplicationTransferParam + */ + public function setApplicationTransferParams($applicationTransferParams) + { + $this->applicationTransferParams = $applicationTransferParams; + } + /** + * @return Google_Service_DataTransfer_ApplicationTransferParam + */ + public function getApplicationTransferParams() + { + return $this->applicationTransferParams; + } + public function setApplicationTransferStatus($applicationTransferStatus) + { + $this->applicationTransferStatus = $applicationTransferStatus; + } + public function getApplicationTransferStatus() + { + return $this->applicationTransferStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php new file mode 100644 index 000000000..49a465d34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php @@ -0,0 +1,40 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationsListResponse.php new file mode 100644 index 000000000..2ba5501db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationsListResponse.php @@ -0,0 +1,65 @@ +applications = $applications; + } + /** + * @return Google_Service_DataTransfer_Application + */ + public function getApplications() + { + return $this->applications; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php new file mode 100644 index 000000000..cb73f41aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php @@ -0,0 +1,101 @@ +applicationDataTransfers = $applicationDataTransfers; + } + /** + * @return Google_Service_DataTransfer_ApplicationDataTransfer + */ + public function getApplicationDataTransfers() + { + return $this->applicationDataTransfers; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setNewOwnerUserId($newOwnerUserId) + { + $this->newOwnerUserId = $newOwnerUserId; + } + public function getNewOwnerUserId() + { + return $this->newOwnerUserId; + } + public function setOldOwnerUserId($oldOwnerUserId) + { + $this->oldOwnerUserId = $oldOwnerUserId; + } + public function getOldOwnerUserId() + { + return $this->oldOwnerUserId; + } + public function setOverallTransferStatusCode($overallTransferStatusCode) + { + $this->overallTransferStatusCode = $overallTransferStatusCode; + } + public function getOverallTransferStatusCode() + { + return $this->overallTransferStatusCode; + } + public function setRequestTime($requestTime) + { + $this->requestTime = $requestTime; + } + public function getRequestTime() + { + return $this->requestTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php new file mode 100644 index 000000000..8b68de54b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php @@ -0,0 +1,65 @@ +dataTransfers = $dataTransfers; + } + /** + * @return Google_Service_DataTransfer_DataTransfer + */ + public function getDataTransfers() + { + return $this->dataTransfers; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.php new file mode 100644 index 000000000..2fc04acf1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.php @@ -0,0 +1,60 @@ + + * $adminService = new Google_Service_DataTransfer(...); + * $applications = $adminService->applications; + * + */ +class Google_Service_DataTransfer_Resource_Applications extends Google_Service_Resource +{ + /** + * Retrieves information about an application for the given application ID. + * (applications.get) + * + * @param string $applicationId ID of the application resource to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_DataTransfer_Application + */ + public function get($applicationId, $optParams = array()) + { + $params = array('applicationId' => $applicationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DataTransfer_Application"); + } + /** + * Lists the applications available for data transfer for a customer. + * (applications.listApplications) + * + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Immutable ID of the Google Apps account. + * @opt_param int maxResults Maximum number of results to return. Default is + * 100. + * @opt_param string pageToken Token to specify next page in the list. + * @return Google_Service_DataTransfer_ApplicationsListResponse + */ + public function listApplications($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DataTransfer_ApplicationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Transfers.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Transfers.php new file mode 100644 index 000000000..6abeda8ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Transfers.php @@ -0,0 +1,76 @@ + + * $adminService = new Google_Service_DataTransfer(...); + * $transfers = $adminService->transfers; + * + */ +class Google_Service_DataTransfer_Resource_Transfers extends Google_Service_Resource +{ + /** + * Retrieves a data transfer request by its resource ID. (transfers.get) + * + * @param string $dataTransferId ID of the resource to be retrieved. This is + * returned in the response from the insert method. + * @param array $optParams Optional parameters. + * @return Google_Service_DataTransfer_DataTransfer + */ + public function get($dataTransferId, $optParams = array()) + { + $params = array('dataTransferId' => $dataTransferId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DataTransfer_DataTransfer"); + } + /** + * Inserts a data transfer request. (transfers.insert) + * + * @param Google_Service_DataTransfer_DataTransfer $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DataTransfer_DataTransfer + */ + public function insert(Google_Service_DataTransfer_DataTransfer $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_DataTransfer_DataTransfer"); + } + /** + * Lists the transfers for a customer by source user, destination user, or + * status. (transfers.listTransfers) + * + * @param array $optParams Optional parameters. + * + * @opt_param string customerId Immutable ID of the Google Apps account. + * @opt_param int maxResults Maximum number of results to return. Default is + * 100. + * @opt_param string newOwnerUserId Destination user's profile ID. + * @opt_param string oldOwnerUserId Source user's profile ID. + * @opt_param string pageToken Token to specify the next page in the list. + * @opt_param string status Status of the transfer. + * @return Google_Service_DataTransfer_DataTransfersListResponse + */ + public function listTransfers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DataTransfer_DataTransfersListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow.php new file mode 100644 index 000000000..25f8cc784 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow.php @@ -0,0 +1,869 @@ + + * Manages Google Cloud Dataflow projects on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Dataflow extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + /** View your Google Compute Engine resources. */ + const COMPUTE_READONLY = + "https://www.googleapis.com/auth/compute.readonly"; + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $projects; + public $projects_jobs; + public $projects_jobs_debug; + public $projects_jobs_messages; + public $projects_jobs_workItems; + public $projects_locations; + public $projects_locations_jobs; + public $projects_locations_jobs_debug; + public $projects_locations_jobs_messages; + public $projects_locations_jobs_workItems; + public $projects_locations_sql; + public $projects_locations_templates; + public $projects_templates; + + /** + * Constructs the internal representation of the Dataflow 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://dataflow.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1b3'; + $this->serviceName = 'dataflow'; + + $this->projects = new Google_Service_Dataflow_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'workerMessages' => array( + 'path' => 'v1b3/projects/{projectId}/WorkerMessages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_jobs = new Google_Service_Dataflow_Resource_ProjectsJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'aggregated' => array( + 'path' => 'v1b3/projects/{projectId}/jobs:aggregated', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'create' => array( + 'path' => 'v1b3/projects/{projectId}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'replaceJobId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getMetrics' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/metrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1b3/projects/{projectId}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_jobs_debug = new Google_Service_Dataflow_Resource_ProjectsJobsDebug( + $this, + $this->serviceName, + 'debug', + array( + 'methods' => array( + 'getConfig' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/debug/getConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'sendCapture' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_jobs_messages = new Google_Service_Dataflow_Resource_ProjectsJobsMessages( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'minimumImportance' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_jobs_workItems = new Google_Service_Dataflow_Resource_ProjectsJobsWorkItems( + $this, + $this->serviceName, + 'workItems', + array( + 'methods' => array( + 'lease' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/workItems:lease', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reportStatus' => array( + 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/workItems:reportStatus', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_Dataflow_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'workerMessages' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/WorkerMessages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_jobs = new Google_Service_Dataflow_Resource_ProjectsLocationsJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'replaceJobId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getMetrics' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_jobs_debug = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsDebug( + $this, + $this->serviceName, + 'debug', + array( + 'methods' => array( + 'getConfig' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/getConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'sendCapture' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/sendCapture', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_jobs_messages = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'minimumImportance' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_jobs_workItems = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsWorkItems( + $this, + $this->serviceName, + 'workItems', + array( + 'methods' => array( + 'lease' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:lease', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reportStatus' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:reportStatus', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_sql = new Google_Service_Dataflow_Resource_ProjectsLocationsSql( + $this, + $this->serviceName, + 'sql', + array( + 'methods' => array( + 'validate' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/sql:validate', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_templates = new Google_Service_Dataflow_Resource_ProjectsLocationsTemplates( + $this, + $this->serviceName, + 'templates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'launch' => array( + 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:launch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dynamicTemplate.gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dynamicTemplate.stagingLocation' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_templates = new Google_Service_Dataflow_Resource_ProjectsTemplates( + $this, + $this->serviceName, + 'templates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1b3/projects/{projectId}/templates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1b3/projects/{projectId}/templates:get', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'launch' => array( + 'path' => 'v1b3/projects/{projectId}/templates:launch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dynamicTemplate.gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dynamicTemplate.stagingLocation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.php new file mode 100644 index 000000000..32e7796de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.php @@ -0,0 +1,55 @@ +percentComplete = $percentComplete; + } + public function getPercentComplete() + { + return $this->percentComplete; + } + /** + * @param Google_Service_Dataflow_Position + */ + public function setPosition(Google_Service_Dataflow_Position $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Dataflow_Position + */ + public function getPosition() + { + return $this->position; + } + public function setRemainingTime($remainingTime) + { + $this->remainingTime = $remainingTime; + } + public function getRemainingTime() + { + return $this->remainingTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php new file mode 100644 index 000000000..716f52831 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php @@ -0,0 +1,78 @@ +consumedParallelism = $consumedParallelism; + } + /** + * @return Google_Service_Dataflow_ReportedParallelism + */ + public function getConsumedParallelism() + { + return $this->consumedParallelism; + } + public function setFractionConsumed($fractionConsumed) + { + $this->fractionConsumed = $fractionConsumed; + } + public function getFractionConsumed() + { + return $this->fractionConsumed; + } + /** + * @param Google_Service_Dataflow_Position + */ + public function setPosition(Google_Service_Dataflow_Position $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Dataflow_Position + */ + public function getPosition() + { + return $this->position; + } + /** + * @param Google_Service_Dataflow_ReportedParallelism + */ + public function setRemainingParallelism(Google_Service_Dataflow_ReportedParallelism $remainingParallelism) + { + $this->remainingParallelism = $remainingParallelism; + } + /** + * @return Google_Service_Dataflow_ReportedParallelism + */ + public function getRemainingParallelism() + { + return $this->remainingParallelism; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.php new file mode 100644 index 000000000..16d9f6cef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.php @@ -0,0 +1,55 @@ +fractionConsumed = $fractionConsumed; + } + public function getFractionConsumed() + { + return $this->fractionConsumed; + } + public function setFractionOfRemainder($fractionOfRemainder) + { + $this->fractionOfRemainder = $fractionOfRemainder; + } + public function getFractionOfRemainder() + { + return $this->fractionOfRemainder; + } + /** + * @param Google_Service_Dataflow_Position + */ + public function setPosition(Google_Service_Dataflow_Position $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Dataflow_Position + */ + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingEvent.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingEvent.php new file mode 100644 index 000000000..b1c47d244 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingEvent.php @@ -0,0 +1,82 @@ +currentNumWorkers = $currentNumWorkers; + } + public function getCurrentNumWorkers() + { + return $this->currentNumWorkers; + } + /** + * @param Google_Service_Dataflow_StructuredMessage + */ + public function setDescription(Google_Service_Dataflow_StructuredMessage $description) + { + $this->description = $description; + } + /** + * @return Google_Service_Dataflow_StructuredMessage + */ + public function getDescription() + { + return $this->description; + } + public function setEventType($eventType) + { + $this->eventType = $eventType; + } + public function getEventType() + { + return $this->eventType; + } + public function setTargetNumWorkers($targetNumWorkers) + { + $this->targetNumWorkers = $targetNumWorkers; + } + public function getTargetNumWorkers() + { + return $this->targetNumWorkers; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } + public function setWorkerPool($workerPool) + { + $this->workerPool = $workerPool; + } + public function getWorkerPool() + { + return $this->workerPool; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php new file mode 100644 index 000000000..ff2207211 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php @@ -0,0 +1,39 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setMaxNumWorkers($maxNumWorkers) + { + $this->maxNumWorkers = $maxNumWorkers; + } + public function getMaxNumWorkers() + { + return $this->maxNumWorkers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/BigQueryIODetails.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/BigQueryIODetails.php new file mode 100644 index 000000000..0911e6108 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/BigQueryIODetails.php @@ -0,0 +1,57 @@ +dataset = $dataset; + } + public function getDataset() + { + return $this->dataset; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/BigTableIODetails.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/BigTableIODetails.php new file mode 100644 index 000000000..67bc54083 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/BigTableIODetails.php @@ -0,0 +1,48 @@ +instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CPUTime.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CPUTime.php new file mode 100644 index 000000000..4fca0ea7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CPUTime.php @@ -0,0 +1,48 @@ +rate = $rate; + } + public function getRate() + { + return $this->rate; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setTotalMs($totalMs) + { + $this->totalMs = $totalMs; + } + public function getTotalMs() + { + return $this->totalMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentSource.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentSource.php new file mode 100644 index 000000000..08fe13837 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentSource.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalTransformOrCollection($originalTransformOrCollection) + { + $this->originalTransformOrCollection = $originalTransformOrCollection; + } + public function getOriginalTransformOrCollection() + { + return $this->originalTransformOrCollection; + } + public function setUserName($userName) + { + $this->userName = $userName; + } + public function getUserName() + { + return $this->userName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentTransform.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentTransform.php new file mode 100644 index 000000000..3204f8458 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComponentTransform.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalTransform($originalTransform) + { + $this->originalTransform = $originalTransform; + } + public function getOriginalTransform() + { + return $this->originalTransform; + } + public function setUserName($userName) + { + $this->userName = $userName; + } + public function getUserName() + { + return $this->userName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComputationTopology.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComputationTopology.php new file mode 100644 index 000000000..4cc2eec9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ComputationTopology.php @@ -0,0 +1,104 @@ +computationId = $computationId; + } + public function getComputationId() + { + return $this->computationId; + } + /** + * @param Google_Service_Dataflow_StreamLocation + */ + public function setInputs($inputs) + { + $this->inputs = $inputs; + } + /** + * @return Google_Service_Dataflow_StreamLocation + */ + public function getInputs() + { + return $this->inputs; + } + /** + * @param Google_Service_Dataflow_KeyRangeLocation + */ + public function setKeyRanges($keyRanges) + { + $this->keyRanges = $keyRanges; + } + /** + * @return Google_Service_Dataflow_KeyRangeLocation + */ + public function getKeyRanges() + { + return $this->keyRanges; + } + /** + * @param Google_Service_Dataflow_StreamLocation + */ + public function setOutputs($outputs) + { + $this->outputs = $outputs; + } + /** + * @return Google_Service_Dataflow_StreamLocation + */ + public function getOutputs() + { + return $this->outputs; + } + /** + * @param Google_Service_Dataflow_StateFamilyConfig + */ + public function setStateFamilies($stateFamilies) + { + $this->stateFamilies = $stateFamilies; + } + /** + * @return Google_Service_Dataflow_StateFamilyConfig + */ + public function getStateFamilies() + { + return $this->stateFamilies; + } + public function setSystemStageName($systemStageName) + { + $this->systemStageName = $systemStageName; + } + public function getSystemStageName() + { + return $this->systemStageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php new file mode 100644 index 000000000..cdce86b71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php @@ -0,0 +1,46 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Dataflow_Position + */ + public function setPosition(Google_Service_Dataflow_Position $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Dataflow_Position + */ + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.php new file mode 100644 index 000000000..ae12d9da8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOtherUnits($otherUnits) + { + $this->otherUnits = $otherUnits; + } + public function getOtherUnits() + { + return $this->otherUnits; + } + public function setStandardUnits($standardUnits) + { + $this->standardUnits = $standardUnits; + } + public function getStandardUnits() + { + return $this->standardUnits; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredName.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredName.php new file mode 100644 index 000000000..f49fd34e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredName.php @@ -0,0 +1,111 @@ +componentStepName = $componentStepName; + } + public function getComponentStepName() + { + return $this->componentStepName; + } + public function setExecutionStepName($executionStepName) + { + $this->executionStepName = $executionStepName; + } + public function getExecutionStepName() + { + return $this->executionStepName; + } + public function setInputIndex($inputIndex) + { + $this->inputIndex = $inputIndex; + } + public function getInputIndex() + { + return $this->inputIndex; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } + public function setOriginNamespace($originNamespace) + { + $this->originNamespace = $originNamespace; + } + public function getOriginNamespace() + { + return $this->originNamespace; + } + public function setOriginalRequestingStepName($originalRequestingStepName) + { + $this->originalRequestingStepName = $originalRequestingStepName; + } + public function getOriginalRequestingStepName() + { + return $this->originalRequestingStepName; + } + public function setOriginalStepName($originalStepName) + { + $this->originalStepName = $originalStepName; + } + public function getOriginalStepName() + { + return $this->originalStepName; + } + public function setPortion($portion) + { + $this->portion = $portion; + } + public function getPortion() + { + return $this->portion; + } + public function setWorkerId($workerId) + { + $this->workerId = $workerId; + } + public function getWorkerId() + { + return $this->workerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php new file mode 100644 index 000000000..ec095842b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php @@ -0,0 +1,53 @@ +metadata = $metadata; + } + /** + * @return Google_Service_Dataflow_CounterMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_Dataflow_CounterStructuredName + */ + public function setName(Google_Service_Dataflow_CounterStructuredName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Dataflow_CounterStructuredName + */ + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterUpdate.php new file mode 100644 index 000000000..646fae014 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterUpdate.php @@ -0,0 +1,226 @@ +boolean = $boolean; + } + public function getBoolean() + { + return $this->boolean; + } + public function setCumulative($cumulative) + { + $this->cumulative = $cumulative; + } + public function getCumulative() + { + return $this->cumulative; + } + /** + * @param Google_Service_Dataflow_DistributionUpdate + */ + public function setDistribution(Google_Service_Dataflow_DistributionUpdate $distribution) + { + $this->distribution = $distribution; + } + /** + * @return Google_Service_Dataflow_DistributionUpdate + */ + public function getDistribution() + { + return $this->distribution; + } + public function setFloatingPoint($floatingPoint) + { + $this->floatingPoint = $floatingPoint; + } + public function getFloatingPoint() + { + return $this->floatingPoint; + } + /** + * @param Google_Service_Dataflow_FloatingPointList + */ + public function setFloatingPointList(Google_Service_Dataflow_FloatingPointList $floatingPointList) + { + $this->floatingPointList = $floatingPointList; + } + /** + * @return Google_Service_Dataflow_FloatingPointList + */ + public function getFloatingPointList() + { + return $this->floatingPointList; + } + /** + * @param Google_Service_Dataflow_FloatingPointMean + */ + public function setFloatingPointMean(Google_Service_Dataflow_FloatingPointMean $floatingPointMean) + { + $this->floatingPointMean = $floatingPointMean; + } + /** + * @return Google_Service_Dataflow_FloatingPointMean + */ + public function getFloatingPointMean() + { + return $this->floatingPointMean; + } + /** + * @param Google_Service_Dataflow_SplitInt64 + */ + public function setInteger(Google_Service_Dataflow_SplitInt64 $integer) + { + $this->integer = $integer; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getInteger() + { + return $this->integer; + } + /** + * @param Google_Service_Dataflow_IntegerGauge + */ + public function setIntegerGauge(Google_Service_Dataflow_IntegerGauge $integerGauge) + { + $this->integerGauge = $integerGauge; + } + /** + * @return Google_Service_Dataflow_IntegerGauge + */ + public function getIntegerGauge() + { + return $this->integerGauge; + } + /** + * @param Google_Service_Dataflow_IntegerList + */ + public function setIntegerList(Google_Service_Dataflow_IntegerList $integerList) + { + $this->integerList = $integerList; + } + /** + * @return Google_Service_Dataflow_IntegerList + */ + public function getIntegerList() + { + return $this->integerList; + } + /** + * @param Google_Service_Dataflow_IntegerMean + */ + public function setIntegerMean(Google_Service_Dataflow_IntegerMean $integerMean) + { + $this->integerMean = $integerMean; + } + /** + * @return Google_Service_Dataflow_IntegerMean + */ + public function getIntegerMean() + { + return $this->integerMean; + } + public function setInternal($internal) + { + $this->internal = $internal; + } + public function getInternal() + { + return $this->internal; + } + /** + * @param Google_Service_Dataflow_NameAndKind + */ + public function setNameAndKind(Google_Service_Dataflow_NameAndKind $nameAndKind) + { + $this->nameAndKind = $nameAndKind; + } + /** + * @return Google_Service_Dataflow_NameAndKind + */ + public function getNameAndKind() + { + return $this->nameAndKind; + } + public function setShortId($shortId) + { + $this->shortId = $shortId; + } + public function getShortId() + { + return $this->shortId; + } + /** + * @param Google_Service_Dataflow_StringList + */ + public function setStringList(Google_Service_Dataflow_StringList $stringList) + { + $this->stringList = $stringList; + } + /** + * @return Google_Service_Dataflow_StringList + */ + public function getStringList() + { + return $this->stringList; + } + /** + * @param Google_Service_Dataflow_CounterStructuredNameAndMetadata + */ + public function setStructuredNameAndMetadata(Google_Service_Dataflow_CounterStructuredNameAndMetadata $structuredNameAndMetadata) + { + $this->structuredNameAndMetadata = $structuredNameAndMetadata; + } + /** + * @return Google_Service_Dataflow_CounterStructuredNameAndMetadata + */ + public function getStructuredNameAndMetadata() + { + return $this->structuredNameAndMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.php new file mode 100644 index 000000000..05e305593 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.php @@ -0,0 +1,73 @@ +environment = $environment; + } + /** + * @return Google_Service_Dataflow_RuntimeEnvironment + */ + public function getEnvironment() + { + return $this->environment; + } + public function setGcsPath($gcsPath) + { + $this->gcsPath = $gcsPath; + } + public function getGcsPath() + { + return $this->gcsPath; + } + public function setJobName($jobName) + { + $this->jobName = $jobName; + } + public function getJobName() + { + return $this->jobName; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.php new file mode 100644 index 000000000..2afe34014 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.php @@ -0,0 +1,30 @@ +stateful = $stateful; + } + public function getStateful() + { + return $this->stateful; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DataDiskAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DataDiskAssignment.php new file mode 100644 index 000000000..ee44d3474 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DataDiskAssignment.php @@ -0,0 +1,40 @@ +dataDisks = $dataDisks; + } + public function getDataDisks() + { + return $this->dataDisks; + } + public function setVmInstance($vmInstance) + { + $this->vmInstance = $vmInstance; + } + public function getVmInstance() + { + return $this->vmInstance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DatastoreIODetails.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DatastoreIODetails.php new file mode 100644 index 000000000..22cd1e3b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DatastoreIODetails.php @@ -0,0 +1,39 @@ +namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DerivedSource.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DerivedSource.php new file mode 100644 index 000000000..21b00609b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DerivedSource.php @@ -0,0 +1,46 @@ +derivationMode = $derivationMode; + } + public function getDerivationMode() + { + return $this->derivationMode; + } + /** + * @param Google_Service_Dataflow_Source + */ + public function setSource(Google_Service_Dataflow_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Dataflow_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.php new file mode 100644 index 000000000..38ebc363b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.php @@ -0,0 +1,48 @@ +diskType = $diskType; + } + public function getDiskType() + { + return $this->diskType; + } + public function setMountPoint($mountPoint) + { + $this->mountPoint = $mountPoint; + } + public function getMountPoint() + { + return $this->mountPoint; + } + public function setSizeGb($sizeGb) + { + $this->sizeGb = $sizeGb; + } + public function getSizeGb() + { + return $this->sizeGb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DisplayData.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DisplayData.php new file mode 100644 index 000000000..b3873f0c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DisplayData.php @@ -0,0 +1,129 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setDurationValue($durationValue) + { + $this->durationValue = $durationValue; + } + public function getDurationValue() + { + return $this->durationValue; + } + public function setFloatValue($floatValue) + { + $this->floatValue = $floatValue; + } + public function getFloatValue() + { + return $this->floatValue; + } + public function setInt64Value($int64Value) + { + $this->int64Value = $int64Value; + } + public function getInt64Value() + { + return $this->int64Value; + } + public function setJavaClassValue($javaClassValue) + { + $this->javaClassValue = $javaClassValue; + } + public function getJavaClassValue() + { + return $this->javaClassValue; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setNamespace($namespace) + { + $this->namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } + public function setShortStrValue($shortStrValue) + { + $this->shortStrValue = $shortStrValue; + } + public function getShortStrValue() + { + return $this->shortStrValue; + } + public function setStrValue($strValue) + { + $this->strValue = $strValue; + } + public function getStrValue() + { + return $this->strValue; + } + public function setTimestampValue($timestampValue) + { + $this->timestampValue = $timestampValue; + } + public function getTimestampValue() + { + return $this->timestampValue; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DistributionUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DistributionUpdate.php new file mode 100644 index 000000000..0e1996397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DistributionUpdate.php @@ -0,0 +1,110 @@ +count = $count; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_Dataflow_Histogram + */ + public function setHistogram(Google_Service_Dataflow_Histogram $histogram) + { + $this->histogram = $histogram; + } + /** + * @return Google_Service_Dataflow_Histogram + */ + public function getHistogram() + { + return $this->histogram; + } + /** + * @param Google_Service_Dataflow_SplitInt64 + */ + public function setMax(Google_Service_Dataflow_SplitInt64 $max) + { + $this->max = $max; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getMax() + { + return $this->max; + } + /** + * @param Google_Service_Dataflow_SplitInt64 + */ + public function setMin(Google_Service_Dataflow_SplitInt64 $min) + { + $this->min = $min; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getMin() + { + return $this->min; + } + /** + * @param Google_Service_Dataflow_SplitInt64 + */ + public function setSum(Google_Service_Dataflow_SplitInt64 $sum) + { + $this->sum = $sum; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getSum() + { + return $this->sum; + } + public function setSumOfSquares($sumOfSquares) + { + $this->sumOfSquares = $sumOfSquares; + } + public function getSumOfSquares() + { + return $this->sumOfSquares; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php new file mode 100644 index 000000000..b069de9f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php @@ -0,0 +1,53 @@ +primary = $primary; + } + /** + * @return Google_Service_Dataflow_DerivedSource + */ + public function getPrimary() + { + return $this->primary; + } + /** + * @param Google_Service_Dataflow_DerivedSource + */ + public function setResidual(Google_Service_Dataflow_DerivedSource $residual) + { + $this->residual = $residual; + } + /** + * @return Google_Service_Dataflow_DerivedSource + */ + public function getResidual() + { + return $this->residual; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php new file mode 100644 index 000000000..4a2a47f3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php @@ -0,0 +1,155 @@ +clusterManagerApiService = $clusterManagerApiService; + } + public function getClusterManagerApiService() + { + return $this->clusterManagerApiService; + } + public function setDataset($dataset) + { + $this->dataset = $dataset; + } + public function getDataset() + { + return $this->dataset; + } + public function setExperiments($experiments) + { + $this->experiments = $experiments; + } + public function getExperiments() + { + return $this->experiments; + } + public function setFlexResourceSchedulingGoal($flexResourceSchedulingGoal) + { + $this->flexResourceSchedulingGoal = $flexResourceSchedulingGoal; + } + public function getFlexResourceSchedulingGoal() + { + return $this->flexResourceSchedulingGoal; + } + public function setInternalExperiments($internalExperiments) + { + $this->internalExperiments = $internalExperiments; + } + public function getInternalExperiments() + { + return $this->internalExperiments; + } + public function setSdkPipelineOptions($sdkPipelineOptions) + { + $this->sdkPipelineOptions = $sdkPipelineOptions; + } + public function getSdkPipelineOptions() + { + return $this->sdkPipelineOptions; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } + public function setServiceKmsKeyName($serviceKmsKeyName) + { + $this->serviceKmsKeyName = $serviceKmsKeyName; + } + public function getServiceKmsKeyName() + { + return $this->serviceKmsKeyName; + } + public function setTempStoragePrefix($tempStoragePrefix) + { + $this->tempStoragePrefix = $tempStoragePrefix; + } + public function getTempStoragePrefix() + { + return $this->tempStoragePrefix; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + /** + * @param Google_Service_Dataflow_WorkerPool + */ + public function setWorkerPools($workerPools) + { + $this->workerPools = $workerPools; + } + /** + * @return Google_Service_Dataflow_WorkerPool + */ + public function getWorkerPools() + { + return $this->workerPools; + } + public function setWorkerRegion($workerRegion) + { + $this->workerRegion = $workerRegion; + } + public function getWorkerRegion() + { + return $this->workerRegion; + } + public function setWorkerZone($workerZone) + { + $this->workerZone = $workerZone; + } + public function getWorkerZone() + { + return $this->workerZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageState.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageState.php new file mode 100644 index 000000000..54769d38e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageState.php @@ -0,0 +1,48 @@ +currentStateTime = $currentStateTime; + } + public function getCurrentStateTime() + { + return $this->currentStateTime; + } + public function setExecutionStageName($executionStageName) + { + $this->executionStageName = $executionStageName; + } + public function getExecutionStageName() + { + return $this->executionStageName; + } + public function setExecutionStageState($executionStageState) + { + $this->executionStageState = $executionStageState; + } + public function getExecutionStageState() + { + return $this->executionStageState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php new file mode 100644 index 000000000..e48dcd720 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php @@ -0,0 +1,113 @@ +componentSource = $componentSource; + } + /** + * @return Google_Service_Dataflow_ComponentSource + */ + public function getComponentSource() + { + return $this->componentSource; + } + /** + * @param Google_Service_Dataflow_ComponentTransform + */ + public function setComponentTransform($componentTransform) + { + $this->componentTransform = $componentTransform; + } + /** + * @return Google_Service_Dataflow_ComponentTransform + */ + public function getComponentTransform() + { + return $this->componentTransform; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dataflow_StageSource + */ + public function setInputSource($inputSource) + { + $this->inputSource = $inputSource; + } + /** + * @return Google_Service_Dataflow_StageSource + */ + public function getInputSource() + { + return $this->inputSource; + } + 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_Dataflow_StageSource + */ + public function setOutputSource($outputSource) + { + $this->outputSource = $outputSource; + } + /** + * @return Google_Service_Dataflow_StageSource + */ + public function getOutputSource() + { + return $this->outputSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FailedLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FailedLocation.php new file mode 100644 index 000000000..abc166619 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FailedLocation.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FileIODetails.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FileIODetails.php new file mode 100644 index 000000000..920bb3871 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FileIODetails.php @@ -0,0 +1,30 @@ +filePattern = $filePattern; + } + public function getFilePattern() + { + return $this->filePattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FlattenInstruction.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FlattenInstruction.php new file mode 100644 index 000000000..8701c7224 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FlattenInstruction.php @@ -0,0 +1,38 @@ +inputs = $inputs; + } + /** + * @return Google_Service_Dataflow_InstructionInput + */ + public function getInputs() + { + return $this->inputs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.php new file mode 100644 index 000000000..f613643f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.php @@ -0,0 +1,31 @@ +elements = $elements; + } + public function getElements() + { + return $this->elements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointMean.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointMean.php new file mode 100644 index 000000000..8902c1f52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointMean.php @@ -0,0 +1,46 @@ +count = $count; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getCount() + { + return $this->count; + } + public function setSum($sum) + { + $this->sum = $sum; + } + public function getSum() + { + return $this->sum; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php new file mode 100644 index 000000000..61c28c08f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php @@ -0,0 +1,48 @@ +componentId = $componentId; + } + public function getComponentId() + { + return $this->componentId; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setWorkerId($workerId) + { + $this->workerId = $workerId; + } + public function getWorkerId() + { + return $this->workerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.php new file mode 100644 index 000000000..4385fa8e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.php @@ -0,0 +1,30 @@ +config = $config; + } + public function getConfig() + { + return $this->config; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetTemplateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetTemplateResponse.php new file mode 100644 index 000000000..3300a93f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetTemplateResponse.php @@ -0,0 +1,53 @@ +metadata = $metadata; + } + /** + * @return Google_Service_Dataflow_TemplateMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_Dataflow_Status + */ + public function setStatus(Google_Service_Dataflow_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Dataflow_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Histogram.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Histogram.php new file mode 100644 index 000000000..351806157 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Histogram.php @@ -0,0 +1,40 @@ +bucketCounts = $bucketCounts; + } + public function getBucketCounts() + { + return $this->bucketCounts; + } + public function setFirstBucketOffset($firstBucketOffset) + { + $this->firstBucketOffset = $firstBucketOffset; + } + public function getFirstBucketOffset() + { + return $this->firstBucketOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/HotKeyDetection.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/HotKeyDetection.php new file mode 100644 index 000000000..e9c624750 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/HotKeyDetection.php @@ -0,0 +1,48 @@ +hotKeyAge = $hotKeyAge; + } + public function getHotKeyAge() + { + return $this->hotKeyAge; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } + public function setUserStepName($userStepName) + { + $this->userStepName = $userStepName; + } + public function getUserStepName() + { + return $this->userStepName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.php new file mode 100644 index 000000000..25dcdebd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.php @@ -0,0 +1,39 @@ +outputNum = $outputNum; + } + public function getOutputNum() + { + return $this->outputNum; + } + public function setProducerInstructionIndex($producerInstructionIndex) + { + $this->producerInstructionIndex = $producerInstructionIndex; + } + public function getProducerInstructionIndex() + { + return $this->producerInstructionIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionOutput.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionOutput.php new file mode 100644 index 000000000..e9dc925b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionOutput.php @@ -0,0 +1,75 @@ +codec = $codec; + } + public function getCodec() + { + return $this->codec; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOnlyCountKeyBytes($onlyCountKeyBytes) + { + $this->onlyCountKeyBytes = $onlyCountKeyBytes; + } + public function getOnlyCountKeyBytes() + { + return $this->onlyCountKeyBytes; + } + public function setOnlyCountValueBytes($onlyCountValueBytes) + { + $this->onlyCountValueBytes = $onlyCountValueBytes; + } + public function getOnlyCountValueBytes() + { + return $this->onlyCountValueBytes; + } + public function setOriginalName($originalName) + { + $this->originalName = $originalName; + } + public function getOriginalName() + { + return $this->originalName; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerGauge.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerGauge.php new file mode 100644 index 000000000..98d90d4ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerGauge.php @@ -0,0 +1,46 @@ +timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + /** + * @param Google_Service_Dataflow_SplitInt64 + */ + public function setValue(Google_Service_Dataflow_SplitInt64 $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerList.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerList.php new file mode 100644 index 000000000..5241022a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerList.php @@ -0,0 +1,38 @@ +elements = $elements; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getElements() + { + return $this->elements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerMean.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerMean.php new file mode 100644 index 000000000..1185903b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerMean.php @@ -0,0 +1,53 @@ +count = $count; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_Dataflow_SplitInt64 + */ + public function setSum(Google_Service_Dataflow_SplitInt64 $sum) + { + $this->sum = $sum; + } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ + public function getSum() + { + return $this->sum; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Job.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Job.php new file mode 100644 index 000000000..14616f10b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Job.php @@ -0,0 +1,280 @@ +clientRequestId = $clientRequestId; + } + public function getClientRequestId() + { + return $this->clientRequestId; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCreatedFromSnapshotId($createdFromSnapshotId) + { + $this->createdFromSnapshotId = $createdFromSnapshotId; + } + public function getCreatedFromSnapshotId() + { + return $this->createdFromSnapshotId; + } + public function setCurrentState($currentState) + { + $this->currentState = $currentState; + } + public function getCurrentState() + { + return $this->currentState; + } + public function setCurrentStateTime($currentStateTime) + { + $this->currentStateTime = $currentStateTime; + } + public function getCurrentStateTime() + { + return $this->currentStateTime; + } + /** + * @param Google_Service_Dataflow_Environment + */ + public function setEnvironment(Google_Service_Dataflow_Environment $environment) + { + $this->environment = $environment; + } + /** + * @return Google_Service_Dataflow_Environment + */ + public function getEnvironment() + { + return $this->environment; + } + /** + * @param Google_Service_Dataflow_JobExecutionInfo + */ + public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo) + { + $this->executionInfo = $executionInfo; + } + /** + * @return Google_Service_Dataflow_JobExecutionInfo + */ + public function getExecutionInfo() + { + return $this->executionInfo; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dataflow_JobMetadata + */ + public function setJobMetadata(Google_Service_Dataflow_JobMetadata $jobMetadata) + { + $this->jobMetadata = $jobMetadata; + } + /** + * @return Google_Service_Dataflow_JobMetadata + */ + public function getJobMetadata() + { + return $this->jobMetadata; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataflow_PipelineDescription + */ + public function setPipelineDescription(Google_Service_Dataflow_PipelineDescription $pipelineDescription) + { + $this->pipelineDescription = $pipelineDescription; + } + /** + * @return Google_Service_Dataflow_PipelineDescription + */ + public function getPipelineDescription() + { + return $this->pipelineDescription; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setReplaceJobId($replaceJobId) + { + $this->replaceJobId = $replaceJobId; + } + public function getReplaceJobId() + { + return $this->replaceJobId; + } + public function setReplacedByJobId($replacedByJobId) + { + $this->replacedByJobId = $replacedByJobId; + } + public function getReplacedByJobId() + { + return $this->replacedByJobId; + } + public function setRequestedState($requestedState) + { + $this->requestedState = $requestedState; + } + public function getRequestedState() + { + return $this->requestedState; + } + /** + * @param Google_Service_Dataflow_ExecutionStageState + */ + public function setStageStates($stageStates) + { + $this->stageStates = $stageStates; + } + /** + * @return Google_Service_Dataflow_ExecutionStageState + */ + public function getStageStates() + { + return $this->stageStates; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_Dataflow_Step + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_Dataflow_Step + */ + public function getSteps() + { + return $this->steps; + } + public function setStepsLocation($stepsLocation) + { + $this->stepsLocation = $stepsLocation; + } + public function getStepsLocation() + { + return $this->stepsLocation; + } + public function setTempFiles($tempFiles) + { + $this->tempFiles = $tempFiles; + } + public function getTempFiles() + { + return $this->tempFiles; + } + public function setTransformNameMapping($transformNameMapping) + { + $this->transformNameMapping = $transformNameMapping; + } + public function getTransformNameMapping() + { + return $this->transformNameMapping; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php new file mode 100644 index 000000000..df24c12eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php @@ -0,0 +1,37 @@ +stages = $stages; + } + /** + * @return Google_Service_Dataflow_JobExecutionStageInfo + */ + public function getStages() + { + return $this->stages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.php new file mode 100644 index 000000000..984d7aee8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.php @@ -0,0 +1,31 @@ +stepName = $stepName; + } + public function getStepName() + { + return $this->stepName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMessage.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMessage.php new file mode 100644 index 000000000..7bea1fa85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMessage.php @@ -0,0 +1,57 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setMessageImportance($messageImportance) + { + $this->messageImportance = $messageImportance; + } + public function getMessageImportance() + { + return $this->messageImportance; + } + public function setMessageText($messageText) + { + $this->messageText = $messageText; + } + public function getMessageText() + { + return $this->messageText; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetadata.php new file mode 100644 index 000000000..6477832d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetadata.php @@ -0,0 +1,134 @@ +bigTableDetails = $bigTableDetails; + } + /** + * @return Google_Service_Dataflow_BigTableIODetails + */ + public function getBigTableDetails() + { + return $this->bigTableDetails; + } + /** + * @param Google_Service_Dataflow_BigQueryIODetails + */ + public function setBigqueryDetails($bigqueryDetails) + { + $this->bigqueryDetails = $bigqueryDetails; + } + /** + * @return Google_Service_Dataflow_BigQueryIODetails + */ + public function getBigqueryDetails() + { + return $this->bigqueryDetails; + } + /** + * @param Google_Service_Dataflow_DatastoreIODetails + */ + public function setDatastoreDetails($datastoreDetails) + { + $this->datastoreDetails = $datastoreDetails; + } + /** + * @return Google_Service_Dataflow_DatastoreIODetails + */ + public function getDatastoreDetails() + { + return $this->datastoreDetails; + } + /** + * @param Google_Service_Dataflow_FileIODetails + */ + public function setFileDetails($fileDetails) + { + $this->fileDetails = $fileDetails; + } + /** + * @return Google_Service_Dataflow_FileIODetails + */ + public function getFileDetails() + { + return $this->fileDetails; + } + /** + * @param Google_Service_Dataflow_PubSubIODetails + */ + public function setPubsubDetails($pubsubDetails) + { + $this->pubsubDetails = $pubsubDetails; + } + /** + * @return Google_Service_Dataflow_PubSubIODetails + */ + public function getPubsubDetails() + { + return $this->pubsubDetails; + } + /** + * @param Google_Service_Dataflow_SdkVersion + */ + public function setSdkVersion(Google_Service_Dataflow_SdkVersion $sdkVersion) + { + $this->sdkVersion = $sdkVersion; + } + /** + * @return Google_Service_Dataflow_SdkVersion + */ + public function getSdkVersion() + { + return $this->sdkVersion; + } + /** + * @param Google_Service_Dataflow_SpannerIODetails + */ + public function setSpannerDetails($spannerDetails) + { + $this->spannerDetails = $spannerDetails; + } + /** + * @return Google_Service_Dataflow_SpannerIODetails + */ + public function getSpannerDetails() + { + return $this->spannerDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetrics.php new file mode 100644 index 000000000..905b76412 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobMetrics.php @@ -0,0 +1,47 @@ +metricTime = $metricTime; + } + public function getMetricTime() + { + return $this->metricTime; + } + /** + * @param Google_Service_Dataflow_MetricUpdate + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dataflow_MetricUpdate + */ + public function getMetrics() + { + return $this->metrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.php new file mode 100644 index 000000000..69d58088a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.php @@ -0,0 +1,48 @@ +dataDisk = $dataDisk; + } + public function getDataDisk() + { + return $this->dataDisk; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeLocation.php new file mode 100644 index 000000000..637f4ab0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeLocation.php @@ -0,0 +1,66 @@ +dataDisk = $dataDisk; + } + public function getDataDisk() + { + return $this->dataDisk; + } + public function setDeliveryEndpoint($deliveryEndpoint) + { + $this->deliveryEndpoint = $deliveryEndpoint; + } + public function getDeliveryEndpoint() + { + return $this->deliveryEndpoint; + } + public function setDeprecatedPersistentDirectory($deprecatedPersistentDirectory) + { + $this->deprecatedPersistentDirectory = $deprecatedPersistentDirectory; + } + public function getDeprecatedPersistentDirectory() + { + return $this->deprecatedPersistentDirectory; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.php new file mode 100644 index 000000000..3b6acf5d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.php @@ -0,0 +1,73 @@ +environment = $environment; + } + /** + * @return Google_Service_Dataflow_RuntimeEnvironment + */ + public function getEnvironment() + { + return $this->environment; + } + public function setJobName($jobName) + { + $this->jobName = $jobName; + } + public function getJobName() + { + return $this->jobName; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } + public function setTransformNameMapping($transformNameMapping) + { + $this->transformNameMapping = $transformNameMapping; + } + public function getTransformNameMapping() + { + return $this->transformNameMapping; + } + public function setUpdate($update) + { + $this->update = $update; + } + public function getUpdate() + { + return $this->update; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php new file mode 100644 index 000000000..b28645258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php @@ -0,0 +1,37 @@ +job = $job; + } + /** + * @return Google_Service_Dataflow_Job + */ + public function getJob() + { + return $this->job; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php new file mode 100644 index 000000000..8cb67d13f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php @@ -0,0 +1,85 @@ +currentWorkerTime = $currentWorkerTime; + } + public function getCurrentWorkerTime() + { + return $this->currentWorkerTime; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setRequestedLeaseDuration($requestedLeaseDuration) + { + $this->requestedLeaseDuration = $requestedLeaseDuration; + } + public function getRequestedLeaseDuration() + { + return $this->requestedLeaseDuration; + } + public function setUnifiedWorkerRequest($unifiedWorkerRequest) + { + $this->unifiedWorkerRequest = $unifiedWorkerRequest; + } + public function getUnifiedWorkerRequest() + { + return $this->unifiedWorkerRequest; + } + public function setWorkItemTypes($workItemTypes) + { + $this->workItemTypes = $workItemTypes; + } + public function getWorkItemTypes() + { + return $this->workItemTypes; + } + public function setWorkerCapabilities($workerCapabilities) + { + $this->workerCapabilities = $workerCapabilities; + } + public function getWorkerCapabilities() + { + return $this->workerCapabilities; + } + public function setWorkerId($workerId) + { + $this->workerId = $workerId; + } + public function getWorkerId() + { + return $this->workerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemResponse.php new file mode 100644 index 000000000..70cf471ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemResponse.php @@ -0,0 +1,47 @@ +unifiedWorkerResponse = $unifiedWorkerResponse; + } + public function getUnifiedWorkerResponse() + { + return $this->unifiedWorkerResponse; + } + /** + * @param Google_Service_Dataflow_WorkItem + */ + public function setWorkItems($workItems) + { + $this->workItems = $workItems; + } + /** + * @return Google_Service_Dataflow_WorkItem + */ + public function getWorkItems() + { + return $this->workItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobMessagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobMessagesResponse.php new file mode 100644 index 000000000..f45f8b4b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobMessagesResponse.php @@ -0,0 +1,63 @@ +autoscalingEvents = $autoscalingEvents; + } + /** + * @return Google_Service_Dataflow_AutoscalingEvent + */ + public function getAutoscalingEvents() + { + return $this->autoscalingEvents; + } + /** + * @param Google_Service_Dataflow_JobMessage + */ + public function setJobMessages($jobMessages) + { + $this->jobMessages = $jobMessages; + } + /** + * @return Google_Service_Dataflow_JobMessage + */ + public function getJobMessages() + { + return $this->jobMessages; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php new file mode 100644 index 000000000..bd65aa9dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php @@ -0,0 +1,63 @@ +failedLocation = $failedLocation; + } + /** + * @return Google_Service_Dataflow_FailedLocation + */ + public function getFailedLocation() + { + return $this->failedLocation; + } + /** + * @param Google_Service_Dataflow_Job + */ + public function setJobs($jobs) + { + $this->jobs = $jobs; + } + /** + * @return Google_Service_Dataflow_Job + */ + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php new file mode 100644 index 000000000..387129fe3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php @@ -0,0 +1,65 @@ +counterPrefix = $counterPrefix; + } + public function getCounterPrefix() + { + return $this->counterPrefix; + } + /** + * @param Google_Service_Dataflow_ParallelInstruction + */ + public function setInstructions($instructions) + { + $this->instructions = $instructions; + } + /** + * @return Google_Service_Dataflow_ParallelInstruction + */ + public function getInstructions() + { + return $this->instructions; + } + public function setStageName($stageName) + { + $this->stageName = $stageName; + } + public function getStageName() + { + return $this->stageName; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php new file mode 100644 index 000000000..26ab11194 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php @@ -0,0 +1,39 @@ +metricIndex = $metricIndex; + } + public function getMetricIndex() + { + return $this->metricIndex; + } + public function setShortId($shortId) + { + $this->shortId = $shortId; + } + public function getShortId() + { + return $this->shortId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricStructuredName.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricStructuredName.php new file mode 100644 index 000000000..7e98694de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricStructuredName.php @@ -0,0 +1,48 @@ +context = $context; + } + public function getContext() + { + return $this->context; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricUpdate.php new file mode 100644 index 000000000..64cf53d6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricUpdate.php @@ -0,0 +1,127 @@ +cumulative = $cumulative; + } + public function getCumulative() + { + return $this->cumulative; + } + public function setDistribution($distribution) + { + $this->distribution = $distribution; + } + public function getDistribution() + { + return $this->distribution; + } + public function setGauge($gauge) + { + $this->gauge = $gauge; + } + public function getGauge() + { + return $this->gauge; + } + public function setInternal($internal) + { + $this->internal = $internal; + } + public function getInternal() + { + return $this->internal; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMeanCount($meanCount) + { + $this->meanCount = $meanCount; + } + public function getMeanCount() + { + return $this->meanCount; + } + public function setMeanSum($meanSum) + { + $this->meanSum = $meanSum; + } + public function getMeanSum() + { + return $this->meanSum; + } + /** + * @param Google_Service_Dataflow_MetricStructuredName + */ + public function setName(Google_Service_Dataflow_MetricStructuredName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Dataflow_MetricStructuredName + */ + public function getName() + { + return $this->name; + } + public function setScalar($scalar) + { + $this->scalar = $scalar; + } + public function getScalar() + { + return $this->scalar; + } + public function setSet($set) + { + $this->set = $set; + } + public function getSet() + { + return $this->set; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php new file mode 100644 index 000000000..ed037645f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php @@ -0,0 +1,30 @@ +dataDisk = $dataDisk; + } + public function getDataDisk() + { + return $this->dataDisk; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MultiOutputInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MultiOutputInfo.php new file mode 100644 index 000000000..a35fd356d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MultiOutputInfo.php @@ -0,0 +1,30 @@ +tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/NameAndKind.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/NameAndKind.php new file mode 100644 index 000000000..f1454dcac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/NameAndKind.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Package.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Package.php new file mode 100644 index 000000000..07745d5af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Package.php @@ -0,0 +1,39 @@ +location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParDoInstruction.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParDoInstruction.php new file mode 100644 index 000000000..28560110f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParDoInstruction.php @@ -0,0 +1,88 @@ +input = $input; + } + /** + * @return Google_Service_Dataflow_InstructionInput + */ + public function getInput() + { + return $this->input; + } + /** + * @param Google_Service_Dataflow_MultiOutputInfo + */ + public function setMultiOutputInfos($multiOutputInfos) + { + $this->multiOutputInfos = $multiOutputInfos; + } + /** + * @return Google_Service_Dataflow_MultiOutputInfo + */ + public function getMultiOutputInfos() + { + return $this->multiOutputInfos; + } + public function setNumOutputs($numOutputs) + { + $this->numOutputs = $numOutputs; + } + public function getNumOutputs() + { + return $this->numOutputs; + } + /** + * @param Google_Service_Dataflow_SideInputInfo + */ + public function setSideInputs($sideInputs) + { + $this->sideInputs = $sideInputs; + } + /** + * @return Google_Service_Dataflow_SideInputInfo + */ + public function getSideInputs() + { + return $this->sideInputs; + } + public function setUserFn($userFn) + { + $this->userFn = $userFn; + } + public function getUserFn() + { + return $this->userFn; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php new file mode 100644 index 000000000..485b78f52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php @@ -0,0 +1,145 @@ +flatten = $flatten; + } + /** + * @return Google_Service_Dataflow_FlattenInstruction + */ + public function getFlatten() + { + return $this->flatten; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalName($originalName) + { + $this->originalName = $originalName; + } + public function getOriginalName() + { + return $this->originalName; + } + /** + * @param Google_Service_Dataflow_InstructionOutput + */ + public function setOutputs($outputs) + { + $this->outputs = $outputs; + } + /** + * @return Google_Service_Dataflow_InstructionOutput + */ + public function getOutputs() + { + return $this->outputs; + } + /** + * @param Google_Service_Dataflow_ParDoInstruction + */ + public function setParDo(Google_Service_Dataflow_ParDoInstruction $parDo) + { + $this->parDo = $parDo; + } + /** + * @return Google_Service_Dataflow_ParDoInstruction + */ + public function getParDo() + { + return $this->parDo; + } + /** + * @param Google_Service_Dataflow_PartialGroupByKeyInstruction + */ + public function setPartialGroupByKey(Google_Service_Dataflow_PartialGroupByKeyInstruction $partialGroupByKey) + { + $this->partialGroupByKey = $partialGroupByKey; + } + /** + * @return Google_Service_Dataflow_PartialGroupByKeyInstruction + */ + public function getPartialGroupByKey() + { + return $this->partialGroupByKey; + } + /** + * @param Google_Service_Dataflow_ReadInstruction + */ + public function setRead(Google_Service_Dataflow_ReadInstruction $read) + { + $this->read = $read; + } + /** + * @return Google_Service_Dataflow_ReadInstruction + */ + public function getRead() + { + return $this->read; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } + /** + * @param Google_Service_Dataflow_WriteInstruction + */ + public function setWrite(Google_Service_Dataflow_WriteInstruction $write) + { + $this->write = $write; + } + /** + * @return Google_Service_Dataflow_WriteInstruction + */ + public function getWrite() + { + return $this->write; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Parameter.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Parameter.php new file mode 100644 index 000000000..35b45c017 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Parameter.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php new file mode 100644 index 000000000..1dccf62ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php @@ -0,0 +1,67 @@ +helpText = $helpText; + } + public function getHelpText() + { + return $this->helpText; + } + public function setIsOptional($isOptional) + { + $this->isOptional = $isOptional; + } + public function getIsOptional() + { + return $this->isOptional; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRegexes($regexes) + { + $this->regexes = $regexes; + } + public function getRegexes() + { + return $this->regexes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PartialGroupByKeyInstruction.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PartialGroupByKeyInstruction.php new file mode 100644 index 000000000..6fd15c7fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PartialGroupByKeyInstruction.php @@ -0,0 +1,90 @@ +input = $input; + } + /** + * @return Google_Service_Dataflow_InstructionInput + */ + public function getInput() + { + return $this->input; + } + public function setInputElementCodec($inputElementCodec) + { + $this->inputElementCodec = $inputElementCodec; + } + public function getInputElementCodec() + { + return $this->inputElementCodec; + } + public function setOriginalCombineValuesInputStoreName($originalCombineValuesInputStoreName) + { + $this->originalCombineValuesInputStoreName = $originalCombineValuesInputStoreName; + } + public function getOriginalCombineValuesInputStoreName() + { + return $this->originalCombineValuesInputStoreName; + } + public function setOriginalCombineValuesStepName($originalCombineValuesStepName) + { + $this->originalCombineValuesStepName = $originalCombineValuesStepName; + } + public function getOriginalCombineValuesStepName() + { + return $this->originalCombineValuesStepName; + } + /** + * @param Google_Service_Dataflow_SideInputInfo + */ + public function setSideInputs($sideInputs) + { + $this->sideInputs = $sideInputs; + } + /** + * @return Google_Service_Dataflow_SideInputInfo + */ + public function getSideInputs() + { + return $this->sideInputs; + } + public function setValueCombiningFn($valueCombiningFn) + { + $this->valueCombiningFn = $valueCombiningFn; + } + public function getValueCombiningFn() + { + return $this->valueCombiningFn; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php new file mode 100644 index 000000000..f4e1629b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php @@ -0,0 +1,70 @@ +displayData = $displayData; + } + /** + * @return Google_Service_Dataflow_DisplayData + */ + public function getDisplayData() + { + return $this->displayData; + } + /** + * @param Google_Service_Dataflow_ExecutionStageSummary + */ + public function setExecutionPipelineStage($executionPipelineStage) + { + $this->executionPipelineStage = $executionPipelineStage; + } + /** + * @return Google_Service_Dataflow_ExecutionStageSummary + */ + public function getExecutionPipelineStage() + { + return $this->executionPipelineStage; + } + /** + * @param Google_Service_Dataflow_TransformSummary + */ + public function setOriginalPipelineTransform($originalPipelineTransform) + { + $this->originalPipelineTransform = $originalPipelineTransform; + } + /** + * @return Google_Service_Dataflow_TransformSummary + */ + public function getOriginalPipelineTransform() + { + return $this->originalPipelineTransform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Position.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Position.php new file mode 100644 index 000000000..469cb451b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Position.php @@ -0,0 +1,82 @@ +byteOffset = $byteOffset; + } + public function getByteOffset() + { + return $this->byteOffset; + } + /** + * @param Google_Service_Dataflow_ConcatPosition + */ + public function setConcatPosition(Google_Service_Dataflow_ConcatPosition $concatPosition) + { + $this->concatPosition = $concatPosition; + } + /** + * @return Google_Service_Dataflow_ConcatPosition + */ + public function getConcatPosition() + { + return $this->concatPosition; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setRecordIndex($recordIndex) + { + $this->recordIndex = $recordIndex; + } + public function getRecordIndex() + { + return $this->recordIndex; + } + public function setShufflePosition($shufflePosition) + { + $this->shufflePosition = $shufflePosition; + } + public function getShufflePosition() + { + return $this->shufflePosition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubSubIODetails.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubSubIODetails.php new file mode 100644 index 000000000..f0be5a9b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubSubIODetails.php @@ -0,0 +1,39 @@ +subscription = $subscription; + } + public function getSubscription() + { + return $this->subscription; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php new file mode 100644 index 000000000..362f17648 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php @@ -0,0 +1,84 @@ +dropLateData = $dropLateData; + } + public function getDropLateData() + { + return $this->dropLateData; + } + public function setIdLabel($idLabel) + { + $this->idLabel = $idLabel; + } + public function getIdLabel() + { + return $this->idLabel; + } + public function setSubscription($subscription) + { + $this->subscription = $subscription; + } + public function getSubscription() + { + return $this->subscription; + } + public function setTimestampLabel($timestampLabel) + { + $this->timestampLabel = $timestampLabel; + } + public function getTimestampLabel() + { + return $this->timestampLabel; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } + public function setTrackingSubscription($trackingSubscription) + { + $this->trackingSubscription = $trackingSubscription; + } + public function getTrackingSubscription() + { + return $this->trackingSubscription; + } + public function setWithAttributes($withAttributes) + { + $this->withAttributes = $withAttributes; + } + public function getWithAttributes() + { + return $this->withAttributes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReadInstruction.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReadInstruction.php new file mode 100644 index 000000000..87ccdeefd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReadInstruction.php @@ -0,0 +1,37 @@ +source = $source; + } + /** + * @return Google_Service_Dataflow_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusRequest.php new file mode 100644 index 000000000..f5b5b599e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusRequest.php @@ -0,0 +1,74 @@ +currentWorkerTime = $currentWorkerTime; + } + public function getCurrentWorkerTime() + { + return $this->currentWorkerTime; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setUnifiedWorkerRequest($unifiedWorkerRequest) + { + $this->unifiedWorkerRequest = $unifiedWorkerRequest; + } + public function getUnifiedWorkerRequest() + { + return $this->unifiedWorkerRequest; + } + /** + * @param Google_Service_Dataflow_WorkItemStatus + */ + public function setWorkItemStatuses($workItemStatuses) + { + $this->workItemStatuses = $workItemStatuses; + } + /** + * @return Google_Service_Dataflow_WorkItemStatus + */ + public function getWorkItemStatuses() + { + return $this->workItemStatuses; + } + public function setWorkerId($workerId) + { + $this->workerId = $workerId; + } + public function getWorkerId() + { + return $this->workerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php new file mode 100644 index 000000000..b3f11051f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php @@ -0,0 +1,47 @@ +unifiedWorkerResponse = $unifiedWorkerResponse; + } + public function getUnifiedWorkerResponse() + { + return $this->unifiedWorkerResponse; + } + /** + * @param Google_Service_Dataflow_WorkItemServiceState + */ + public function setWorkItemServiceStates($workItemServiceStates) + { + $this->workItemServiceStates = $workItemServiceStates; + } + /** + * @return Google_Service_Dataflow_WorkItemServiceState + */ + public function getWorkItemServiceStates() + { + return $this->workItemServiceStates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportedParallelism.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportedParallelism.php new file mode 100644 index 000000000..8532dd1b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportedParallelism.php @@ -0,0 +1,39 @@ +isInfinite = $isInfinite; + } + public function getIsInfinite() + { + return $this->isInfinite; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php new file mode 100644 index 000000000..64ee1197f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php @@ -0,0 +1,42 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $projects = $dataflowService->projects; + * + */ +class Google_Service_Dataflow_Resource_Projects extends Google_Service_Resource +{ + /** + * Send a worker_message to the service. (projects.workerMessages) + * + * @param string $projectId The project to send the WorkerMessages to. + * @param Google_Service_Dataflow_SendWorkerMessagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_SendWorkerMessagesResponse + */ + public function workerMessages($projectId, Google_Service_Dataflow_SendWorkerMessagesRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('workerMessages', array($params), "Google_Service_Dataflow_SendWorkerMessagesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php new file mode 100644 index 000000000..5bff5729a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php @@ -0,0 +1,190 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $jobs = $dataflowService->jobs; + * + */ +class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resource +{ + /** + * List the jobs of a project across all regions. (jobs.aggregated) + * + * @param string $projectId The project which owns the jobs. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The kind of filter to use. + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @opt_param string pageToken Set this to the 'next_page_token' field of a + * previous response to request additional results in a long list. + * @opt_param int pageSize If there are many jobs, limit response to at most + * this many. The actual number of jobs returned will be the lesser of + * max_responses and an unspecified server-defined limit. + * @opt_param string view Level of information requested in response. Default is + * `JOB_VIEW_SUMMARY`. + * @return Google_Service_Dataflow_ListJobsResponse + */ + public function aggregated($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('aggregated', array($params), "Google_Service_Dataflow_ListJobsResponse"); + } + /** + * Creates a Cloud Dataflow job. + * + * To create a job, we recommend using `projects.locations.jobs.create` with a + * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts + * /regional-endpoints). Using `projects.jobs.create` is not recommended, as + * your job will always start in `us-central1`. (jobs.create) + * + * @param string $projectId The ID of the Cloud Platform project that the job + * belongs to. + * @param Google_Service_Dataflow_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @opt_param string replaceJobId Deprecated. This field is now in the Job + * message. + * @opt_param string view The level of information requested in response. + * @return Google_Service_Dataflow_Job + */ + public function create($projectId, Google_Service_Dataflow_Job $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataflow_Job"); + } + /** + * Gets the state of the specified Cloud Dataflow job. + * + * To get the state of a job, we recommend using `projects.locations.jobs.get` + * with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts + * /regional-endpoints). Using `projects.jobs.get` is not recommended, as you + * can only get the state of jobs that are running in `us-central1`. (jobs.get) + * + * @param string $projectId The ID of the Cloud Platform project that the job + * belongs to. + * @param string $jobId The job ID. + * @param array $optParams Optional parameters. + * + * @opt_param string view The level of information requested in response. + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @return Google_Service_Dataflow_Job + */ + public function get($projectId, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataflow_Job"); + } + /** + * Request the job status. + * + * To request the status of a job, we recommend using + * `projects.locations.jobs.getMetrics` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using + * `projects.jobs.getMetrics` is not recommended, as you can only request the + * status of jobs that are running in `us-central1`. (jobs.getMetrics) + * + * @param string $projectId A project id. + * @param string $jobId The job to get messages for. + * @param array $optParams Optional parameters. + * + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job specified by job_id. + * @opt_param string startTime Return only metric data that has changed since + * this time. Default is to return all information about all metrics for the + * job. + * @return Google_Service_Dataflow_JobMetrics + */ + public function getMetrics($projectId, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics"); + } + /** + * List the jobs of a project. + * + * To list the jobs of a project in a region, we recommend using + * `projects.locations.jobs.get` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). To list + * the all jobs across all regions, use `projects.jobs.aggregated`. Using + * `projects.jobs.list` is not recommended, as you can only get the list of jobs + * that are running in `us-central1`. (jobs.listProjectsJobs) + * + * @param string $projectId The project which owns the jobs. + * @param array $optParams Optional parameters. + * + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @opt_param string pageToken Set this to the 'next_page_token' field of a + * previous response to request additional results in a long list. + * @opt_param int pageSize If there are many jobs, limit response to at most + * this many. The actual number of jobs returned will be the lesser of + * max_responses and an unspecified server-defined limit. + * @opt_param string view Level of information requested in response. Default is + * `JOB_VIEW_SUMMARY`. + * @opt_param string filter The kind of filter to use. + * @return Google_Service_Dataflow_ListJobsResponse + */ + public function listProjectsJobs($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse"); + } + /** + * Updates the state of an existing Cloud Dataflow job. + * + * To update the state of an existing job, we recommend using + * `projects.locations.jobs.update` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using + * `projects.jobs.update` is not recommended, as you can only update the state + * of jobs that are running in `us-central1`. (jobs.update) + * + * @param string $projectId The ID of the Cloud Platform project that the job + * belongs to. + * @param string $jobId The job ID. + * @param Google_Service_Dataflow_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @return Google_Service_Dataflow_Job + */ + public function update($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataflow_Job"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.php new file mode 100644 index 000000000..bf90d952c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.php @@ -0,0 +1,59 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $debug = $dataflowService->debug; + * + */ +class Google_Service_Dataflow_Resource_ProjectsJobsDebug extends Google_Service_Resource +{ + /** + * Get encoded debug configuration for component. Not cacheable. + * (debug.getConfig) + * + * @param string $projectId The project id. + * @param string $jobId The job id. + * @param Google_Service_Dataflow_GetDebugConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_GetDebugConfigResponse + */ + public function getConfig($projectId, $jobId, Google_Service_Dataflow_GetDebugConfigRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_Dataflow_GetDebugConfigResponse"); + } + /** + * Send encoded debug capture data for component. (debug.sendCapture) + * + * @param string $projectId The project id. + * @param string $jobId The job id. + * @param Google_Service_Dataflow_SendDebugCaptureRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_SendDebugCaptureResponse + */ + public function sendCapture($projectId, $jobId, Google_Service_Dataflow_SendDebugCaptureRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendCapture', array($params), "Google_Service_Dataflow_SendDebugCaptureResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php new file mode 100644 index 000000000..0c54f02cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php @@ -0,0 +1,66 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $messages = $dataflowService->messages; + * + */ +class Google_Service_Dataflow_Resource_ProjectsJobsMessages extends Google_Service_Resource +{ + /** + * Request the job status. + * + * To request the status of a job, we recommend using + * `projects.locations.jobs.messages.list` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using + * `projects.jobs.messages.list` is not recommended, as you can only request the + * status of jobs that are running in `us-central1`. + * (messages.listProjectsJobsMessages) + * + * @param string $projectId A project id. + * @param string $jobId The job to get messages about. + * @param array $optParams Optional parameters. + * + * @opt_param string endTime Return only messages with timestamps < end_time. + * The default is now (i.e. return up to the latest messages available). + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job specified by job_id. + * @opt_param string startTime If specified, return only messages with + * timestamps >= start_time. The default is the job creation time (i.e. + * beginning of messages). + * @opt_param string pageToken If supplied, this should be the value of + * next_page_token returned by an earlier call. This will cause the next page of + * results to be returned. + * @opt_param int pageSize If specified, determines the maximum number of + * messages to return. If unspecified, the service may choose an appropriate + * default, or may return an arbitrarily large number of results. + * @opt_param string minimumImportance Filter to only get messages with + * importance >= level + * @return Google_Service_Dataflow_ListJobMessagesResponse + */ + public function listProjectsJobsMessages($projectId, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.php new file mode 100644 index 000000000..8d2900736 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.php @@ -0,0 +1,59 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $workItems = $dataflowService->workItems; + * + */ +class Google_Service_Dataflow_Resource_ProjectsJobsWorkItems extends Google_Service_Resource +{ + /** + * Leases a dataflow WorkItem to run. (workItems.lease) + * + * @param string $projectId Identifies the project this worker belongs to. + * @param string $jobId Identifies the workflow job this worker belongs to. + * @param Google_Service_Dataflow_LeaseWorkItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_LeaseWorkItemResponse + */ + public function lease($projectId, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse"); + } + /** + * Reports the status of dataflow WorkItems leased by a worker. + * (workItems.reportStatus) + * + * @param string $projectId The project which owns the WorkItem's job. + * @param string $jobId The job which the WorkItem is part of. + * @param Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_ReportWorkItemStatusResponse + */ + public function reportStatus($projectId, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocations.php new file mode 100644 index 000000000..9e91255dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocations.php @@ -0,0 +1,45 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $locations = $dataflowService->locations; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocations extends Google_Service_Resource +{ + /** + * Send a worker_message to the service. (locations.workerMessages) + * + * @param string $projectId The project to send the WorkerMessages to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job. + * @param Google_Service_Dataflow_SendWorkerMessagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_SendWorkerMessagesResponse + */ + public function workerMessages($projectId, $location, Google_Service_Dataflow_SendWorkerMessagesRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('workerMessages', array($params), "Google_Service_Dataflow_SendWorkerMessagesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php new file mode 100644 index 000000000..0ef8b9516 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php @@ -0,0 +1,164 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $jobs = $dataflowService->jobs; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocationsJobs extends Google_Service_Resource +{ + /** + * Creates a Cloud Dataflow job. + * + * To create a job, we recommend using `projects.locations.jobs.create` with a + * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts + * /regional-endpoints). Using `projects.jobs.create` is not recommended, as + * your job will always start in `us-central1`. (jobs.create) + * + * @param string $projectId The ID of the Cloud Platform project that the job + * belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @param Google_Service_Dataflow_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string view The level of information requested in response. + * @opt_param string replaceJobId Deprecated. This field is now in the Job + * message. + * @return Google_Service_Dataflow_Job + */ + public function create($projectId, $location, Google_Service_Dataflow_Job $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataflow_Job"); + } + /** + * Gets the state of the specified Cloud Dataflow job. + * + * To get the state of a job, we recommend using `projects.locations.jobs.get` + * with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts + * /regional-endpoints). Using `projects.jobs.get` is not recommended, as you + * can only get the state of jobs that are running in `us-central1`. (jobs.get) + * + * @param string $projectId The ID of the Cloud Platform project that the job + * belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @param string $jobId The job ID. + * @param array $optParams Optional parameters. + * + * @opt_param string view The level of information requested in response. + * @return Google_Service_Dataflow_Job + */ + public function get($projectId, $location, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataflow_Job"); + } + /** + * Request the job status. + * + * To request the status of a job, we recommend using + * `projects.locations.jobs.getMetrics` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using + * `projects.jobs.getMetrics` is not recommended, as you can only request the + * status of jobs that are running in `us-central1`. (jobs.getMetrics) + * + * @param string $projectId A project id. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job specified by job_id. + * @param string $jobId The job to get messages for. + * @param array $optParams Optional parameters. + * + * @opt_param string startTime Return only metric data that has changed since + * this time. Default is to return all information about all metrics for the + * job. + * @return Google_Service_Dataflow_JobMetrics + */ + public function getMetrics($projectId, $location, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics"); + } + /** + * List the jobs of a project. + * + * To list the jobs of a project in a region, we recommend using + * `projects.locations.jobs.get` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). To list + * the all jobs across all regions, use `projects.jobs.aggregated`. Using + * `projects.jobs.list` is not recommended, as you can only get the list of jobs + * that are running in `us-central1`. (jobs.listProjectsLocationsJobs) + * + * @param string $projectId The project which owns the jobs. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The kind of filter to use. + * @opt_param string pageToken Set this to the 'next_page_token' field of a + * previous response to request additional results in a long list. + * @opt_param int pageSize If there are many jobs, limit response to at most + * this many. The actual number of jobs returned will be the lesser of + * max_responses and an unspecified server-defined limit. + * @opt_param string view Level of information requested in response. Default is + * `JOB_VIEW_SUMMARY`. + * @return Google_Service_Dataflow_ListJobsResponse + */ + public function listProjectsLocationsJobs($projectId, $location, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse"); + } + /** + * Updates the state of an existing Cloud Dataflow job. + * + * To update the state of an existing job, we recommend using + * `projects.locations.jobs.update` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using + * `projects.jobs.update` is not recommended, as you can only update the state + * of jobs that are running in `us-central1`. (jobs.update) + * + * @param string $projectId The ID of the Cloud Platform project that the job + * belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains this job. + * @param string $jobId The job ID. + * @param Google_Service_Dataflow_Job $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_Job + */ + public function update($projectId, $location, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataflow_Job"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsDebug.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsDebug.php new file mode 100644 index 000000000..488db6c9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsDebug.php @@ -0,0 +1,65 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $debug = $dataflowService->debug; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocationsJobsDebug extends Google_Service_Resource +{ + /** + * Get encoded debug configuration for component. Not cacheable. + * (debug.getConfig) + * + * @param string $projectId The project id. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job specified by job_id. + * @param string $jobId The job id. + * @param Google_Service_Dataflow_GetDebugConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_GetDebugConfigResponse + */ + public function getConfig($projectId, $location, $jobId, Google_Service_Dataflow_GetDebugConfigRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_Dataflow_GetDebugConfigResponse"); + } + /** + * Send encoded debug capture data for component. (debug.sendCapture) + * + * @param string $projectId The project id. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job specified by job_id. + * @param string $jobId The job id. + * @param Google_Service_Dataflow_SendDebugCaptureRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_SendDebugCaptureResponse + */ + public function sendCapture($projectId, $location, $jobId, Google_Service_Dataflow_SendDebugCaptureRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendCapture', array($params), "Google_Service_Dataflow_SendDebugCaptureResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php new file mode 100644 index 000000000..581294a71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php @@ -0,0 +1,66 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $messages = $dataflowService->messages; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages extends Google_Service_Resource +{ + /** + * Request the job status. + * + * To request the status of a job, we recommend using + * `projects.locations.jobs.messages.list` with a [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using + * `projects.jobs.messages.list` is not recommended, as you can only request the + * status of jobs that are running in `us-central1`. + * (messages.listProjectsLocationsJobsMessages) + * + * @param string $projectId A project id. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the job specified by job_id. + * @param string $jobId The job to get messages about. + * @param array $optParams Optional parameters. + * + * @opt_param string minimumImportance Filter to only get messages with + * importance >= level + * @opt_param string endTime Return only messages with timestamps < end_time. + * The default is now (i.e. return up to the latest messages available). + * @opt_param string startTime If specified, return only messages with + * timestamps >= start_time. The default is the job creation time (i.e. + * beginning of messages). + * @opt_param string pageToken If supplied, this should be the value of + * next_page_token returned by an earlier call. This will cause the next page of + * results to be returned. + * @opt_param int pageSize If specified, determines the maximum number of + * messages to return. If unspecified, the service may choose an appropriate + * default, or may return an arbitrarily large number of results. + * @return Google_Service_Dataflow_ListJobMessagesResponse + */ + public function listProjectsLocationsJobsMessages($projectId, $location, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsWorkItems.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsWorkItems.php new file mode 100644 index 000000000..d060be280 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsWorkItems.php @@ -0,0 +1,65 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $workItems = $dataflowService->workItems; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocationsJobsWorkItems extends Google_Service_Resource +{ + /** + * Leases a dataflow WorkItem to run. (workItems.lease) + * + * @param string $projectId Identifies the project this worker belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the WorkItem's job. + * @param string $jobId Identifies the workflow job this worker belongs to. + * @param Google_Service_Dataflow_LeaseWorkItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_LeaseWorkItemResponse + */ + public function lease($projectId, $location, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse"); + } + /** + * Reports the status of dataflow WorkItems leased by a worker. + * (workItems.reportStatus) + * + * @param string $projectId The project which owns the WorkItem's job. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that + * contains the WorkItem's job. + * @param string $jobId The job which the WorkItem is part of. + * @param Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_ReportWorkItemStatusResponse + */ + public function reportStatus($projectId, $location, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSql.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSql.php new file mode 100644 index 000000000..46580d63d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSql.php @@ -0,0 +1,50 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $sql = $dataflowService->sql; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocationsSql extends Google_Service_Resource +{ + /** + * Validates a GoogleSQL query for Cloud Dataflow syntax. Will always confirm + * the given query parses correctly, and if able to look up schema information + * from DataCatalog, will validate that the query analyzes properly as well. + * (sql.validate) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. + * @param array $optParams Optional parameters. + * + * @opt_param string query The sql query to validate. + * @return Google_Service_Dataflow_ValidateResponse + */ + public function validate($projectId, $location, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location); + $params = array_merge($params, $optParams); + return $this->call('validate', array($params), "Google_Service_Dataflow_ValidateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php new file mode 100644 index 000000000..e9df2605e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php @@ -0,0 +1,96 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $templates = $dataflowService->templates; + * + */ +class Google_Service_Dataflow_Resource_ProjectsLocationsTemplates extends Google_Service_Resource +{ + /** + * Creates a Cloud Dataflow job from a template. (templates.create) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. + * @param Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_Job + */ + public function create($projectId, $location, Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataflow_Job"); + } + /** + * Get the template associated with a template. (templates.get) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. + * @param array $optParams Optional parameters. + * + * @opt_param string view The view to retrieve. Defaults to METADATA_ONLY. + * @opt_param string gcsPath Required. A Cloud Storage path to the template from + * which to create the job. Must be valid Cloud Storage URL, beginning with + * 'gs://'. + * @return Google_Service_Dataflow_GetTemplateResponse + */ + public function get($projectId, $location, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataflow_GetTemplateResponse"); + } + /** + * Launch a template. (templates.launch) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param string $location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. + * @param Google_Service_Dataflow_LaunchTemplateParameters $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool validateOnly If true, the request is validated but not + * actually executed. Defaults to false. + * @opt_param string gcsPath A Cloud Storage path to the template from which to + * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. + * @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file + * on GCS. 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://`. + * @return Google_Service_Dataflow_LaunchTemplateResponse + */ + public function launch($projectId, $location, Google_Service_Dataflow_LaunchTemplateParameters $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('launch', array($params), "Google_Service_Dataflow_LaunchTemplateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php new file mode 100644 index 000000000..b9c7e0141 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php @@ -0,0 +1,93 @@ + + * $dataflowService = new Google_Service_Dataflow(...); + * $templates = $dataflowService->templates; + * + */ +class Google_Service_Dataflow_Resource_ProjectsTemplates extends Google_Service_Resource +{ + /** + * Creates a Cloud Dataflow job from a template. (templates.create) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataflow_Job + */ + public function create($projectId, Google_Service_Dataflow_CreateJobFromTemplateRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataflow_Job"); + } + /** + * Get the template associated with a template. (templates.get) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param array $optParams Optional parameters. + * + * @opt_param string view The view to retrieve. Defaults to METADATA_ONLY. + * @opt_param string gcsPath Required. A Cloud Storage path to the template from + * which to create the job. Must be valid Cloud Storage URL, beginning with + * 'gs://'. + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. + * @return Google_Service_Dataflow_GetTemplateResponse + */ + public function get($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataflow_GetTemplateResponse"); + } + /** + * Launch a template. (templates.launch) + * + * @param string $projectId Required. The ID of the Cloud Platform project that + * the job belongs to. + * @param Google_Service_Dataflow_LaunchTemplateParameters $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. + * @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file + * on GCS. 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://`. + * @opt_param bool validateOnly If true, the request is validated but not + * actually executed. Defaults to false. + * @opt_param string gcsPath A Cloud Storage path to the template from which to + * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. + * @return Google_Service_Dataflow_LaunchTemplateResponse + */ + public function launch($projectId, Google_Service_Dataflow_LaunchTemplateParameters $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('launch', array($params), "Google_Service_Dataflow_LaunchTemplateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReport.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReport.php new file mode 100644 index 000000000..26bb40b7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReport.php @@ -0,0 +1,38 @@ +cpuTime = $cpuTime; + } + /** + * @return Google_Service_Dataflow_CPUTime + */ + public function getCpuTime() + { + return $this->cpuTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReportResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReportResponse.php new file mode 100644 index 000000000..688394bfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReportResponse.php @@ -0,0 +1,20 @@ +additionalExperiments = $additionalExperiments; + } + public function getAdditionalExperiments() + { + return $this->additionalExperiments; + } + public function setAdditionalUserLabels($additionalUserLabels) + { + $this->additionalUserLabels = $additionalUserLabels; + } + public function getAdditionalUserLabels() + { + return $this->additionalUserLabels; + } + public function setBypassTempDirValidation($bypassTempDirValidation) + { + $this->bypassTempDirValidation = $bypassTempDirValidation; + } + public function getBypassTempDirValidation() + { + return $this->bypassTempDirValidation; + } + public function setIpConfiguration($ipConfiguration) + { + $this->ipConfiguration = $ipConfiguration; + } + public function getIpConfiguration() + { + return $this->ipConfiguration; + } + public function setKmsKeyName($kmsKeyName) + { + $this->kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setMaxWorkers($maxWorkers) + { + $this->maxWorkers = $maxWorkers; + } + public function getMaxWorkers() + { + return $this->maxWorkers; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNumWorkers($numWorkers) + { + $this->numWorkers = $numWorkers; + } + public function getNumWorkers() + { + return $this->numWorkers; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setTempLocation($tempLocation) + { + $this->tempLocation = $tempLocation; + } + public function getTempLocation() + { + return $this->tempLocation; + } + public function setWorkerRegion($workerRegion) + { + $this->workerRegion = $workerRegion; + } + public function getWorkerRegion() + { + return $this->workerRegion; + } + public function setWorkerZone($workerZone) + { + $this->workerZone = $workerZone; + } + public function getWorkerZone() + { + return $this->workerZone; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SdkVersion.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SdkVersion.php new file mode 100644 index 000000000..d60f2ed80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SdkVersion.php @@ -0,0 +1,48 @@ +sdkSupportStatus = $sdkSupportStatus; + } + public function getSdkSupportStatus() + { + return $this->sdkSupportStatus; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + public function setVersionDisplayName($versionDisplayName) + { + $this->versionDisplayName = $versionDisplayName; + } + public function getVersionDisplayName() + { + return $this->versionDisplayName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php new file mode 100644 index 000000000..1dea20ed2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php @@ -0,0 +1,57 @@ +componentId = $componentId; + } + public function getComponentId() + { + return $this->componentId; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setWorkerId($workerId) + { + $this->workerId = $workerId; + } + public function getWorkerId() + { + return $this->workerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.php new file mode 100644 index 000000000..90633edb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.php @@ -0,0 +1,20 @@ +location = $location; + } + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Dataflow_WorkerMessage + */ + public function setWorkerMessages($workerMessages) + { + $this->workerMessages = $workerMessages; + } + /** + * @return Google_Service_Dataflow_WorkerMessage + */ + public function getWorkerMessages() + { + return $this->workerMessages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.php new file mode 100644 index 000000000..51844cb56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.php @@ -0,0 +1,38 @@ +workerMessageResponses = $workerMessageResponses; + } + /** + * @return Google_Service_Dataflow_WorkerMessageResponse + */ + public function getWorkerMessageResponses() + { + return $this->workerMessageResponses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTask.php new file mode 100644 index 000000000..72292b88e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTask.php @@ -0,0 +1,90 @@ +inputs = $inputs; + } + /** + * @return Google_Service_Dataflow_SideInputInfo + */ + public function getInputs() + { + return $this->inputs; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataflow_SeqMapTaskOutputInfo + */ + public function setOutputInfos($outputInfos) + { + $this->outputInfos = $outputInfos; + } + /** + * @return Google_Service_Dataflow_SeqMapTaskOutputInfo + */ + public function getOutputInfos() + { + return $this->outputInfos; + } + public function setStageName($stageName) + { + $this->stageName = $stageName; + } + public function getStageName() + { + return $this->stageName; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } + public function setUserFn($userFn) + { + $this->userFn = $userFn; + } + public function getUserFn() + { + return $this->userFn; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php new file mode 100644 index 000000000..364af074f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php @@ -0,0 +1,46 @@ +sink = $sink; + } + /** + * @return Google_Service_Dataflow_Sink + */ + public function getSink() + { + return $this->sink; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php new file mode 100644 index 000000000..edbc54395 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php @@ -0,0 +1,39 @@ +command = $command; + } + public function getCommand() + { + return $this->command; + } + public function setExitCode($exitCode) + { + $this->exitCode = $exitCode; + } + public function getExitCode() + { + return $this->exitCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SideInputInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SideInputInfo.php new file mode 100644 index 000000000..a59bfff5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SideInputInfo.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dataflow_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_Dataflow_Source + */ + public function getSources() + { + return $this->sources; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php new file mode 100644 index 000000000..6691a484c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php @@ -0,0 +1,39 @@ +codec = $codec; + } + public function getCodec() + { + return $this->codec; + } + public function setSpec($spec) + { + $this->spec = $spec; + } + public function getSpec() + { + return $this->spec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Source.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Source.php new file mode 100644 index 000000000..e62d04d48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Source.php @@ -0,0 +1,74 @@ +baseSpecs = $baseSpecs; + } + public function getBaseSpecs() + { + return $this->baseSpecs; + } + public function setCodec($codec) + { + $this->codec = $codec; + } + public function getCodec() + { + return $this->codec; + } + public function setDoesNotNeedSplitting($doesNotNeedSplitting) + { + $this->doesNotNeedSplitting = $doesNotNeedSplitting; + } + public function getDoesNotNeedSplitting() + { + return $this->doesNotNeedSplitting; + } + /** + * @param Google_Service_Dataflow_SourceMetadata + */ + public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Dataflow_SourceMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setSpec($spec) + { + $this->spec = $spec; + } + public function getSpec() + { + return $this->spec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php new file mode 100644 index 000000000..59a989e37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php @@ -0,0 +1,85 @@ +primary = $primary; + } + /** + * @return Google_Service_Dataflow_SourceSplitShard + */ + public function getPrimary() + { + return $this->primary; + } + /** + * @param Google_Service_Dataflow_DerivedSource + */ + public function setPrimarySource(Google_Service_Dataflow_DerivedSource $primarySource) + { + $this->primarySource = $primarySource; + } + /** + * @return Google_Service_Dataflow_DerivedSource + */ + public function getPrimarySource() + { + return $this->primarySource; + } + /** + * @param Google_Service_Dataflow_SourceSplitShard + */ + public function setResidual(Google_Service_Dataflow_SourceSplitShard $residual) + { + $this->residual = $residual; + } + /** + * @return Google_Service_Dataflow_SourceSplitShard + */ + public function getResidual() + { + return $this->residual; + } + /** + * @param Google_Service_Dataflow_DerivedSource + */ + public function setResidualSource(Google_Service_Dataflow_DerivedSource $residualSource) + { + $this->residualSource = $residualSource; + } + /** + * @return Google_Service_Dataflow_DerivedSource + */ + public function getResidualSource() + { + return $this->residualSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.php new file mode 100644 index 000000000..78c99be74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.php @@ -0,0 +1,37 @@ +source = $source; + } + /** + * @return Google_Service_Dataflow_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.php new file mode 100644 index 000000000..667021c3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.php @@ -0,0 +1,37 @@ +metadata = $metadata; + } + /** + * @return Google_Service_Dataflow_SourceMetadata + */ + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.php new file mode 100644 index 000000000..55af75ea2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.php @@ -0,0 +1,48 @@ +estimatedSizeBytes = $estimatedSizeBytes; + } + public function getEstimatedSizeBytes() + { + return $this->estimatedSizeBytes; + } + public function setInfinite($infinite) + { + $this->infinite = $infinite; + } + public function getInfinite() + { + return $this->infinite; + } + public function setProducesSortedKeys($producesSortedKeys) + { + $this->producesSortedKeys = $producesSortedKeys; + } + public function getProducesSortedKeys() + { + return $this->producesSortedKeys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationRequest.php new file mode 100644 index 000000000..16d3e6cc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationRequest.php @@ -0,0 +1,89 @@ +getMetadata = $getMetadata; + } + /** + * @return Google_Service_Dataflow_SourceGetMetadataRequest + */ + public function getGetMetadata() + { + return $this->getMetadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalName($originalName) + { + $this->originalName = $originalName; + } + public function getOriginalName() + { + return $this->originalName; + } + /** + * @param Google_Service_Dataflow_SourceSplitRequest + */ + public function setSplit(Google_Service_Dataflow_SourceSplitRequest $split) + { + $this->split = $split; + } + /** + * @return Google_Service_Dataflow_SourceSplitRequest + */ + public function getSplit() + { + return $this->split; + } + public function setStageName($stageName) + { + $this->stageName = $stageName; + } + public function getStageName() + { + return $this->stageName; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.php new file mode 100644 index 000000000..6cefc72df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.php @@ -0,0 +1,53 @@ +getMetadata = $getMetadata; + } + /** + * @return Google_Service_Dataflow_SourceGetMetadataResponse + */ + public function getGetMetadata() + { + return $this->getMetadata; + } + /** + * @param Google_Service_Dataflow_SourceSplitResponse + */ + public function setSplit(Google_Service_Dataflow_SourceSplitResponse $split) + { + $this->split = $split; + } + /** + * @return Google_Service_Dataflow_SourceSplitResponse + */ + public function getSplit() + { + return $this->split; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.php new file mode 100644 index 000000000..e12a7b09a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.php @@ -0,0 +1,39 @@ +desiredBundleSizeBytes = $desiredBundleSizeBytes; + } + public function getDesiredBundleSizeBytes() + { + return $this->desiredBundleSizeBytes; + } + public function setDesiredShardSizeBytes($desiredShardSizeBytes) + { + $this->desiredShardSizeBytes = $desiredShardSizeBytes; + } + public function getDesiredShardSizeBytes() + { + return $this->desiredShardSizeBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitRequest.php new file mode 100644 index 000000000..9ad44f052 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitRequest.php @@ -0,0 +1,53 @@ +options = $options; + } + /** + * @return Google_Service_Dataflow_SourceSplitOptions + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_Dataflow_Source + */ + public function setSource(Google_Service_Dataflow_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Dataflow_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.php new file mode 100644 index 000000000..5c956fddc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.php @@ -0,0 +1,63 @@ +bundles = $bundles; + } + /** + * @return Google_Service_Dataflow_DerivedSource + */ + public function getBundles() + { + return $this->bundles; + } + public function setOutcome($outcome) + { + $this->outcome = $outcome; + } + public function getOutcome() + { + return $this->outcome; + } + /** + * @param Google_Service_Dataflow_SourceSplitShard + */ + public function setShards($shards) + { + $this->shards = $shards; + } + /** + * @return Google_Service_Dataflow_SourceSplitShard + */ + public function getShards() + { + return $this->shards; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitShard.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitShard.php new file mode 100644 index 000000000..02a8ff470 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitShard.php @@ -0,0 +1,46 @@ +derivationMode = $derivationMode; + } + public function getDerivationMode() + { + return $this->derivationMode; + } + /** + * @param Google_Service_Dataflow_Source + */ + public function setSource(Google_Service_Dataflow_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Dataflow_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SpannerIODetails.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SpannerIODetails.php new file mode 100644 index 000000000..8c02b57a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SpannerIODetails.php @@ -0,0 +1,48 @@ +databaseId = $databaseId; + } + public function getDatabaseId() + { + return $this->databaseId; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.php new file mode 100644 index 000000000..41f6dd63e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.php @@ -0,0 +1,39 @@ +highBits = $highBits; + } + public function getHighBits() + { + return $this->highBits; + } + public function setLowBits($lowBits) + { + $this->lowBits = $lowBits; + } + public function getLowBits() + { + return $this->lowBits; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StageSource.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StageSource.php new file mode 100644 index 000000000..758385f3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StageSource.php @@ -0,0 +1,57 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalTransformOrCollection($originalTransformOrCollection) + { + $this->originalTransformOrCollection = $originalTransformOrCollection; + } + public function getOriginalTransformOrCollection() + { + return $this->originalTransformOrCollection; + } + public function setSizeBytes($sizeBytes) + { + $this->sizeBytes = $sizeBytes; + } + public function getSizeBytes() + { + return $this->sizeBytes; + } + public function setUserName($userName) + { + $this->userName = $userName; + } + public function getUserName() + { + return $this->userName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StateFamilyConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StateFamilyConfig.php new file mode 100644 index 000000000..a43609d80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StateFamilyConfig.php @@ -0,0 +1,39 @@ +isRead = $isRead; + } + public function getIsRead() + { + return $this->isRead; + } + public function setStateFamily($stateFamily) + { + $this->stateFamily = $stateFamily; + } + public function getStateFamily() + { + return $this->stateFamily; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Status.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Status.php new file mode 100644 index 000000000..dfb06cc97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/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/vendor/google/apiclient-services/src/Google/Service/Dataflow/Step.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Step.php new file mode 100644 index 000000000..0ed48ddd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Step.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamLocation.php new file mode 100644 index 000000000..0aafb8c59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamLocation.php @@ -0,0 +1,85 @@ +customSourceLocation = $customSourceLocation; + } + /** + * @return Google_Service_Dataflow_CustomSourceLocation + */ + public function getCustomSourceLocation() + { + return $this->customSourceLocation; + } + /** + * @param Google_Service_Dataflow_PubsubLocation + */ + public function setPubsubLocation(Google_Service_Dataflow_PubsubLocation $pubsubLocation) + { + $this->pubsubLocation = $pubsubLocation; + } + /** + * @return Google_Service_Dataflow_PubsubLocation + */ + public function getPubsubLocation() + { + return $this->pubsubLocation; + } + /** + * @param Google_Service_Dataflow_StreamingSideInputLocation + */ + public function setSideInputLocation(Google_Service_Dataflow_StreamingSideInputLocation $sideInputLocation) + { + $this->sideInputLocation = $sideInputLocation; + } + /** + * @return Google_Service_Dataflow_StreamingSideInputLocation + */ + public function getSideInputLocation() + { + return $this->sideInputLocation; + } + /** + * @param Google_Service_Dataflow_StreamingStageLocation + */ + public function setStreamingStageLocation(Google_Service_Dataflow_StreamingStageLocation $streamingStageLocation) + { + $this->streamingStageLocation = $streamingStageLocation; + } + /** + * @return Google_Service_Dataflow_StreamingStageLocation + */ + public function getStreamingStageLocation() + { + return $this->streamingStageLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingApplianceSnapshotConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingApplianceSnapshotConfig.php new file mode 100644 index 000000000..d32bd59e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingApplianceSnapshotConfig.php @@ -0,0 +1,39 @@ +importStateEndpoint = $importStateEndpoint; + } + public function getImportStateEndpoint() + { + return $this->importStateEndpoint; + } + public function setSnapshotId($snapshotId) + { + $this->snapshotId = $snapshotId; + } + public function getSnapshotId() + { + return $this->snapshotId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.php new file mode 100644 index 000000000..fe04ac75f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.php @@ -0,0 +1,74 @@ +computationId = $computationId; + } + public function getComputationId() + { + return $this->computationId; + } + /** + * @param Google_Service_Dataflow_ParallelInstruction + */ + public function setInstructions($instructions) + { + $this->instructions = $instructions; + } + /** + * @return Google_Service_Dataflow_ParallelInstruction + */ + public function getInstructions() + { + return $this->instructions; + } + public function setStageName($stageName) + { + $this->stageName = $stageName; + } + public function getStageName() + { + return $this->stageName; + } + public function setSystemName($systemName) + { + $this->systemName = $systemName; + } + public function getSystemName() + { + return $this->systemName; + } + public function setTransformUserNameToStateFamily($transformUserNameToStateFamily) + { + $this->transformUserNameToStateFamily = $transformUserNameToStateFamily; + } + public function getTransformUserNameToStateFamily() + { + return $this->transformUserNameToStateFamily; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php new file mode 100644 index 000000000..3c9d55ee4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php @@ -0,0 +1,47 @@ +computationId = $computationId; + } + public function getComputationId() + { + return $this->computationId; + } + /** + * @param Google_Service_Dataflow_KeyRangeDataDiskAssignment + */ + public function setRangeAssignments($rangeAssignments) + { + $this->rangeAssignments = $rangeAssignments; + } + /** + * @return Google_Service_Dataflow_KeyRangeDataDiskAssignment + */ + public function getRangeAssignments() + { + return $this->rangeAssignments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.php new file mode 100644 index 000000000..7729d1fa2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.php @@ -0,0 +1,63 @@ +computationRanges = $computationRanges; + } + /** + * @return Google_Service_Dataflow_StreamingComputationRanges + */ + public function getComputationRanges() + { + return $this->computationRanges; + } + /** + * @param Google_Service_Dataflow_MountedDataDisk + */ + public function setDataDisks($dataDisks) + { + $this->dataDisks = $dataDisks; + } + /** + * @return Google_Service_Dataflow_MountedDataDisk + */ + public function getDataDisks() + { + return $this->dataDisks; + } + public function setTaskType($taskType) + { + $this->taskType = $taskType; + } + public function getTaskType() + { + return $this->taskType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php new file mode 100644 index 000000000..6cc2b60d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php @@ -0,0 +1,92 @@ +commitStreamChunkSizeBytes = $commitStreamChunkSizeBytes; + } + public function getCommitStreamChunkSizeBytes() + { + return $this->commitStreamChunkSizeBytes; + } + public function setGetDataStreamChunkSizeBytes($getDataStreamChunkSizeBytes) + { + $this->getDataStreamChunkSizeBytes = $getDataStreamChunkSizeBytes; + } + public function getGetDataStreamChunkSizeBytes() + { + return $this->getDataStreamChunkSizeBytes; + } + public function setMaxWorkItemCommitBytes($maxWorkItemCommitBytes) + { + $this->maxWorkItemCommitBytes = $maxWorkItemCommitBytes; + } + public function getMaxWorkItemCommitBytes() + { + return $this->maxWorkItemCommitBytes; + } + /** + * @param Google_Service_Dataflow_StreamingComputationConfig + */ + public function setStreamingComputationConfigs($streamingComputationConfigs) + { + $this->streamingComputationConfigs = $streamingComputationConfigs; + } + /** + * @return Google_Service_Dataflow_StreamingComputationConfig + */ + public function getStreamingComputationConfigs() + { + return $this->streamingComputationConfigs; + } + public function setUserStepToStateFamilyNameMap($userStepToStateFamilyNameMap) + { + $this->userStepToStateFamilyNameMap = $userStepToStateFamilyNameMap; + } + public function getUserStepToStateFamilyNameMap() + { + return $this->userStepToStateFamilyNameMap; + } + public function setWindmillServiceEndpoint($windmillServiceEndpoint) + { + $this->windmillServiceEndpoint = $windmillServiceEndpoint; + } + public function getWindmillServiceEndpoint() + { + return $this->windmillServiceEndpoint; + } + public function setWindmillServicePort($windmillServicePort) + { + $this->windmillServicePort = $windmillServicePort; + } + public function getWindmillServicePort() + { + return $this->windmillServicePort; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.php new file mode 100644 index 000000000..1f36551cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.php @@ -0,0 +1,80 @@ +drain = $drain; + } + public function getDrain() + { + return $this->drain; + } + public function setReceiveWorkPort($receiveWorkPort) + { + $this->receiveWorkPort = $receiveWorkPort; + } + public function getReceiveWorkPort() + { + return $this->receiveWorkPort; + } + /** + * @param Google_Service_Dataflow_StreamingApplianceSnapshotConfig + */ + public function setSnapshotConfig(Google_Service_Dataflow_StreamingApplianceSnapshotConfig $snapshotConfig) + { + $this->snapshotConfig = $snapshotConfig; + } + /** + * @return Google_Service_Dataflow_StreamingApplianceSnapshotConfig + */ + public function getSnapshotConfig() + { + return $this->snapshotConfig; + } + /** + * @param Google_Service_Dataflow_TopologyConfig + */ + public function setStreamingComputationTopology(Google_Service_Dataflow_TopologyConfig $streamingComputationTopology) + { + $this->streamingComputationTopology = $streamingComputationTopology; + } + /** + * @return Google_Service_Dataflow_TopologyConfig + */ + public function getStreamingComputationTopology() + { + return $this->streamingComputationTopology; + } + public function setWorkerHarnessPort($workerHarnessPort) + { + $this->workerHarnessPort = $workerHarnessPort; + } + public function getWorkerHarnessPort() + { + return $this->workerHarnessPort; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php new file mode 100644 index 000000000..a0fdfda45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php @@ -0,0 +1,39 @@ +stateFamily = $stateFamily; + } + public function getStateFamily() + { + return $this->stateFamily; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingStageLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingStageLocation.php new file mode 100644 index 000000000..715d639cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingStageLocation.php @@ -0,0 +1,30 @@ +streamId = $streamId; + } + public function getStreamId() + { + return $this->streamId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StringList.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StringList.php new file mode 100644 index 000000000..ef1506c2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StringList.php @@ -0,0 +1,31 @@ +elements = $elements; + } + public function getElements() + { + return $this->elements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StructuredMessage.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StructuredMessage.php new file mode 100644 index 000000000..700aa7654 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StructuredMessage.php @@ -0,0 +1,56 @@ +messageKey = $messageKey; + } + public function getMessageKey() + { + return $this->messageKey; + } + public function setMessageText($messageText) + { + $this->messageText = $messageText; + } + public function getMessageText() + { + return $this->messageText; + } + /** + * @param Google_Service_Dataflow_Parameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Dataflow_Parameter + */ + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TaskRunnerSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TaskRunnerSettings.php new file mode 100644 index 000000000..bb23209df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TaskRunnerSettings.php @@ -0,0 +1,200 @@ +alsologtostderr = $alsologtostderr; + } + public function getAlsologtostderr() + { + return $this->alsologtostderr; + } + public function setBaseTaskDir($baseTaskDir) + { + $this->baseTaskDir = $baseTaskDir; + } + public function getBaseTaskDir() + { + return $this->baseTaskDir; + } + public function setBaseUrl($baseUrl) + { + $this->baseUrl = $baseUrl; + } + public function getBaseUrl() + { + return $this->baseUrl; + } + public function setCommandlinesFileName($commandlinesFileName) + { + $this->commandlinesFileName = $commandlinesFileName; + } + public function getCommandlinesFileName() + { + return $this->commandlinesFileName; + } + public function setContinueOnException($continueOnException) + { + $this->continueOnException = $continueOnException; + } + public function getContinueOnException() + { + return $this->continueOnException; + } + public function setDataflowApiVersion($dataflowApiVersion) + { + $this->dataflowApiVersion = $dataflowApiVersion; + } + public function getDataflowApiVersion() + { + return $this->dataflowApiVersion; + } + public function setHarnessCommand($harnessCommand) + { + $this->harnessCommand = $harnessCommand; + } + public function getHarnessCommand() + { + return $this->harnessCommand; + } + public function setLanguageHint($languageHint) + { + $this->languageHint = $languageHint; + } + public function getLanguageHint() + { + return $this->languageHint; + } + public function setLogDir($logDir) + { + $this->logDir = $logDir; + } + public function getLogDir() + { + return $this->logDir; + } + public function setLogToSerialconsole($logToSerialconsole) + { + $this->logToSerialconsole = $logToSerialconsole; + } + public function getLogToSerialconsole() + { + return $this->logToSerialconsole; + } + public function setLogUploadLocation($logUploadLocation) + { + $this->logUploadLocation = $logUploadLocation; + } + public function getLogUploadLocation() + { + return $this->logUploadLocation; + } + public function setOauthScopes($oauthScopes) + { + $this->oauthScopes = $oauthScopes; + } + public function getOauthScopes() + { + return $this->oauthScopes; + } + /** + * @param Google_Service_Dataflow_WorkerSettings + */ + public function setParallelWorkerSettings(Google_Service_Dataflow_WorkerSettings $parallelWorkerSettings) + { + $this->parallelWorkerSettings = $parallelWorkerSettings; + } + /** + * @return Google_Service_Dataflow_WorkerSettings + */ + public function getParallelWorkerSettings() + { + return $this->parallelWorkerSettings; + } + public function setStreamingWorkerMainClass($streamingWorkerMainClass) + { + $this->streamingWorkerMainClass = $streamingWorkerMainClass; + } + public function getStreamingWorkerMainClass() + { + return $this->streamingWorkerMainClass; + } + public function setTaskGroup($taskGroup) + { + $this->taskGroup = $taskGroup; + } + public function getTaskGroup() + { + return $this->taskGroup; + } + public function setTaskUser($taskUser) + { + $this->taskUser = $taskUser; + } + public function getTaskUser() + { + return $this->taskUser; + } + public function setTempStoragePrefix($tempStoragePrefix) + { + $this->tempStoragePrefix = $tempStoragePrefix; + } + public function getTempStoragePrefix() + { + return $this->tempStoragePrefix; + } + public function setVmId($vmId) + { + $this->vmId = $vmId; + } + public function getVmId() + { + return $this->vmId; + } + public function setWorkflowFileName($workflowFileName) + { + $this->workflowFileName = $workflowFileName; + } + public function getWorkflowFileName() + { + return $this->workflowFileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php new file mode 100644 index 000000000..6d12d6c9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php @@ -0,0 +1,56 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataflow_ParameterMetadata + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Dataflow_ParameterMetadata + */ + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.php new file mode 100644 index 000000000..5ce02c556 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.php @@ -0,0 +1,81 @@ +computations = $computations; + } + /** + * @return Google_Service_Dataflow_ComputationTopology + */ + public function getComputations() + { + return $this->computations; + } + /** + * @param Google_Service_Dataflow_DataDiskAssignment + */ + public function setDataDiskAssignments($dataDiskAssignments) + { + $this->dataDiskAssignments = $dataDiskAssignments; + } + /** + * @return Google_Service_Dataflow_DataDiskAssignment + */ + public function getDataDiskAssignments() + { + return $this->dataDiskAssignments; + } + public function setForwardingKeyBits($forwardingKeyBits) + { + $this->forwardingKeyBits = $forwardingKeyBits; + } + public function getForwardingKeyBits() + { + return $this->forwardingKeyBits; + } + public function setPersistentStateVersion($persistentStateVersion) + { + $this->persistentStateVersion = $persistentStateVersion; + } + public function getPersistentStateVersion() + { + return $this->persistentStateVersion; + } + public function setUserStageToComputationNameMap($userStageToComputationNameMap) + { + $this->userStageToComputationNameMap = $userStageToComputationNameMap; + } + public function getUserStageToComputationNameMap() + { + return $this->userStageToComputationNameMap; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php new file mode 100644 index 000000000..4c0152db3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php @@ -0,0 +1,83 @@ +displayData = $displayData; + } + /** + * @return Google_Service_Dataflow_DisplayData + */ + public function getDisplayData() + { + return $this->displayData; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInputCollectionName($inputCollectionName) + { + $this->inputCollectionName = $inputCollectionName; + } + public function getInputCollectionName() + { + return $this->inputCollectionName; + } + 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 setOutputCollectionName($outputCollectionName) + { + $this->outputCollectionName = $outputCollectionName; + } + public function getOutputCollectionName() + { + return $this->outputCollectionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ValidateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ValidateResponse.php new file mode 100644 index 000000000..9a7915075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ValidateResponse.php @@ -0,0 +1,30 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php new file mode 100644 index 000000000..0c61672e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php @@ -0,0 +1,213 @@ +configuration = $configuration; + } + public function getConfiguration() + { + return $this->configuration; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInitialReportIndex($initialReportIndex) + { + $this->initialReportIndex = $initialReportIndex; + } + public function getInitialReportIndex() + { + return $this->initialReportIndex; + } + public function setJobId($jobId) + { + $this->jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setLeaseExpireTime($leaseExpireTime) + { + $this->leaseExpireTime = $leaseExpireTime; + } + public function getLeaseExpireTime() + { + return $this->leaseExpireTime; + } + /** + * @param Google_Service_Dataflow_MapTask + */ + public function setMapTask(Google_Service_Dataflow_MapTask $mapTask) + { + $this->mapTask = $mapTask; + } + /** + * @return Google_Service_Dataflow_MapTask + */ + public function getMapTask() + { + return $this->mapTask; + } + /** + * @param Google_Service_Dataflow_Package + */ + public function setPackages($packages) + { + $this->packages = $packages; + } + /** + * @return Google_Service_Dataflow_Package + */ + public function getPackages() + { + return $this->packages; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setReportStatusInterval($reportStatusInterval) + { + $this->reportStatusInterval = $reportStatusInterval; + } + public function getReportStatusInterval() + { + return $this->reportStatusInterval; + } + /** + * @param Google_Service_Dataflow_SeqMapTask + */ + public function setSeqMapTask(Google_Service_Dataflow_SeqMapTask $seqMapTask) + { + $this->seqMapTask = $seqMapTask; + } + /** + * @return Google_Service_Dataflow_SeqMapTask + */ + public function getSeqMapTask() + { + return $this->seqMapTask; + } + /** + * @param Google_Service_Dataflow_ShellTask + */ + public function setShellTask(Google_Service_Dataflow_ShellTask $shellTask) + { + $this->shellTask = $shellTask; + } + /** + * @return Google_Service_Dataflow_ShellTask + */ + public function getShellTask() + { + return $this->shellTask; + } + /** + * @param Google_Service_Dataflow_SourceOperationRequest + */ + public function setSourceOperationTask(Google_Service_Dataflow_SourceOperationRequest $sourceOperationTask) + { + $this->sourceOperationTask = $sourceOperationTask; + } + /** + * @return Google_Service_Dataflow_SourceOperationRequest + */ + public function getSourceOperationTask() + { + return $this->sourceOperationTask; + } + /** + * @param Google_Service_Dataflow_StreamingComputationTask + */ + public function setStreamingComputationTask(Google_Service_Dataflow_StreamingComputationTask $streamingComputationTask) + { + $this->streamingComputationTask = $streamingComputationTask; + } + /** + * @return Google_Service_Dataflow_StreamingComputationTask + */ + public function getStreamingComputationTask() + { + return $this->streamingComputationTask; + } + /** + * @param Google_Service_Dataflow_StreamingConfigTask + */ + public function setStreamingConfigTask(Google_Service_Dataflow_StreamingConfigTask $streamingConfigTask) + { + $this->streamingConfigTask = $streamingConfigTask; + } + /** + * @return Google_Service_Dataflow_StreamingConfigTask + */ + public function getStreamingConfigTask() + { + return $this->streamingConfigTask; + } + /** + * @param Google_Service_Dataflow_StreamingSetupTask + */ + public function setStreamingSetupTask(Google_Service_Dataflow_StreamingSetupTask $streamingSetupTask) + { + $this->streamingSetupTask = $streamingSetupTask; + } + /** + * @return Google_Service_Dataflow_StreamingSetupTask + */ + public function getStreamingSetupTask() + { + return $this->streamingSetupTask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.php new file mode 100644 index 000000000..4c378833f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.php @@ -0,0 +1,138 @@ +harnessData = $harnessData; + } + public function getHarnessData() + { + return $this->harnessData; + } + /** + * @param Google_Service_Dataflow_HotKeyDetection + */ + public function setHotKeyDetection(Google_Service_Dataflow_HotKeyDetection $hotKeyDetection) + { + $this->hotKeyDetection = $hotKeyDetection; + } + /** + * @return Google_Service_Dataflow_HotKeyDetection + */ + public function getHotKeyDetection() + { + return $this->hotKeyDetection; + } + public function setLeaseExpireTime($leaseExpireTime) + { + $this->leaseExpireTime = $leaseExpireTime; + } + public function getLeaseExpireTime() + { + return $this->leaseExpireTime; + } + /** + * @param Google_Service_Dataflow_MetricShortId + */ + public function setMetricShortId($metricShortId) + { + $this->metricShortId = $metricShortId; + } + /** + * @return Google_Service_Dataflow_MetricShortId + */ + public function getMetricShortId() + { + return $this->metricShortId; + } + public function setNextReportIndex($nextReportIndex) + { + $this->nextReportIndex = $nextReportIndex; + } + public function getNextReportIndex() + { + return $this->nextReportIndex; + } + public function setReportStatusInterval($reportStatusInterval) + { + $this->reportStatusInterval = $reportStatusInterval; + } + public function getReportStatusInterval() + { + return $this->reportStatusInterval; + } + /** + * @param Google_Service_Dataflow_ApproximateSplitRequest + */ + public function setSplitRequest(Google_Service_Dataflow_ApproximateSplitRequest $splitRequest) + { + $this->splitRequest = $splitRequest; + } + /** + * @return Google_Service_Dataflow_ApproximateSplitRequest + */ + public function getSplitRequest() + { + return $this->splitRequest; + } + /** + * @param Google_Service_Dataflow_ApproximateProgress + */ + public function setSuggestedStopPoint(Google_Service_Dataflow_ApproximateProgress $suggestedStopPoint) + { + $this->suggestedStopPoint = $suggestedStopPoint; + } + /** + * @return Google_Service_Dataflow_ApproximateProgress + */ + public function getSuggestedStopPoint() + { + return $this->suggestedStopPoint; + } + /** + * @param Google_Service_Dataflow_Position + */ + public function setSuggestedStopPosition(Google_Service_Dataflow_Position $suggestedStopPosition) + { + $this->suggestedStopPosition = $suggestedStopPosition; + } + /** + * @return Google_Service_Dataflow_Position + */ + public function getSuggestedStopPosition() + { + return $this->suggestedStopPosition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemStatus.php new file mode 100644 index 000000000..065294d5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemStatus.php @@ -0,0 +1,211 @@ +completed = $completed; + } + public function getCompleted() + { + return $this->completed; + } + /** + * @param Google_Service_Dataflow_CounterUpdate + */ + public function setCounterUpdates($counterUpdates) + { + $this->counterUpdates = $counterUpdates; + } + /** + * @return Google_Service_Dataflow_CounterUpdate + */ + public function getCounterUpdates() + { + return $this->counterUpdates; + } + /** + * @param Google_Service_Dataflow_DynamicSourceSplit + */ + public function setDynamicSourceSplit(Google_Service_Dataflow_DynamicSourceSplit $dynamicSourceSplit) + { + $this->dynamicSourceSplit = $dynamicSourceSplit; + } + /** + * @return Google_Service_Dataflow_DynamicSourceSplit + */ + public function getDynamicSourceSplit() + { + return $this->dynamicSourceSplit; + } + /** + * @param Google_Service_Dataflow_Status + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Dataflow_Status + */ + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_Dataflow_MetricUpdate + */ + public function setMetricUpdates($metricUpdates) + { + $this->metricUpdates = $metricUpdates; + } + /** + * @return Google_Service_Dataflow_MetricUpdate + */ + public function getMetricUpdates() + { + return $this->metricUpdates; + } + /** + * @param Google_Service_Dataflow_ApproximateProgress + */ + public function setProgress(Google_Service_Dataflow_ApproximateProgress $progress) + { + $this->progress = $progress; + } + /** + * @return Google_Service_Dataflow_ApproximateProgress + */ + public function getProgress() + { + return $this->progress; + } + public function setReportIndex($reportIndex) + { + $this->reportIndex = $reportIndex; + } + public function getReportIndex() + { + return $this->reportIndex; + } + /** + * @param Google_Service_Dataflow_ApproximateReportedProgress + */ + public function setReportedProgress(Google_Service_Dataflow_ApproximateReportedProgress $reportedProgress) + { + $this->reportedProgress = $reportedProgress; + } + /** + * @return Google_Service_Dataflow_ApproximateReportedProgress + */ + public function getReportedProgress() + { + return $this->reportedProgress; + } + public function setRequestedLeaseDuration($requestedLeaseDuration) + { + $this->requestedLeaseDuration = $requestedLeaseDuration; + } + public function getRequestedLeaseDuration() + { + return $this->requestedLeaseDuration; + } + /** + * @param Google_Service_Dataflow_SourceFork + */ + public function setSourceFork(Google_Service_Dataflow_SourceFork $sourceFork) + { + $this->sourceFork = $sourceFork; + } + /** + * @return Google_Service_Dataflow_SourceFork + */ + public function getSourceFork() + { + return $this->sourceFork; + } + /** + * @param Google_Service_Dataflow_SourceOperationResponse + */ + public function setSourceOperationResponse(Google_Service_Dataflow_SourceOperationResponse $sourceOperationResponse) + { + $this->sourceOperationResponse = $sourceOperationResponse; + } + /** + * @return Google_Service_Dataflow_SourceOperationResponse + */ + public function getSourceOperationResponse() + { + return $this->sourceOperationResponse; + } + /** + * @param Google_Service_Dataflow_Position + */ + public function setStopPosition(Google_Service_Dataflow_Position $stopPosition) + { + $this->stopPosition = $stopPosition; + } + /** + * @return Google_Service_Dataflow_Position + */ + public function getStopPosition() + { + return $this->stopPosition; + } + public function setTotalThrottlerWaitTimeSeconds($totalThrottlerWaitTimeSeconds) + { + $this->totalThrottlerWaitTimeSeconds = $totalThrottlerWaitTimeSeconds; + } + public function getTotalThrottlerWaitTimeSeconds() + { + return $this->totalThrottlerWaitTimeSeconds; + } + public function setWorkItemId($workItemId) + { + $this->workItemId = $workItemId; + } + public function getWorkItemId() + { + return $this->workItemId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php new file mode 100644 index 000000000..8783faf68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php @@ -0,0 +1,76 @@ +msg = $msg; + } + public function getMsg() + { + return $this->msg; + } + public function setPods($pods) + { + $this->pods = $pods; + } + public function getPods() + { + return $this->pods; + } + public function setReportInterval($reportInterval) + { + $this->reportInterval = $reportInterval; + } + public function getReportInterval() + { + return $this->reportInterval; + } + public function setVmIsBroken($vmIsBroken) + { + $this->vmIsBroken = $vmIsBroken; + } + public function getVmIsBroken() + { + return $this->vmIsBroken; + } + public function setVmIsHealthy($vmIsHealthy) + { + $this->vmIsHealthy = $vmIsHealthy; + } + public function getVmIsHealthy() + { + return $this->vmIsHealthy; + } + public function setVmStartupTime($vmStartupTime) + { + $this->vmStartupTime = $vmStartupTime; + } + public function getVmStartupTime() + { + return $this->vmStartupTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReportResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReportResponse.php new file mode 100644 index 000000000..4538f73eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReportResponse.php @@ -0,0 +1,30 @@ +reportInterval = $reportInterval; + } + public function getReportInterval() + { + return $this->reportInterval; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerLifecycleEvent.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerLifecycleEvent.php new file mode 100644 index 000000000..c862c6b8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerLifecycleEvent.php @@ -0,0 +1,48 @@ +containerStartTime = $containerStartTime; + } + public function getContainerStartTime() + { + return $this->containerStartTime; + } + public function setEvent($event) + { + $this->event = $event; + } + public function getEvent() + { + return $this->event; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessage.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessage.php new file mode 100644 index 000000000..12028091d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessage.php @@ -0,0 +1,119 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } + /** + * @param Google_Service_Dataflow_WorkerHealthReport + */ + public function setWorkerHealthReport(Google_Service_Dataflow_WorkerHealthReport $workerHealthReport) + { + $this->workerHealthReport = $workerHealthReport; + } + /** + * @return Google_Service_Dataflow_WorkerHealthReport + */ + public function getWorkerHealthReport() + { + return $this->workerHealthReport; + } + /** + * @param Google_Service_Dataflow_WorkerLifecycleEvent + */ + public function setWorkerLifecycleEvent(Google_Service_Dataflow_WorkerLifecycleEvent $workerLifecycleEvent) + { + $this->workerLifecycleEvent = $workerLifecycleEvent; + } + /** + * @return Google_Service_Dataflow_WorkerLifecycleEvent + */ + public function getWorkerLifecycleEvent() + { + return $this->workerLifecycleEvent; + } + /** + * @param Google_Service_Dataflow_WorkerMessageCode + */ + public function setWorkerMessageCode(Google_Service_Dataflow_WorkerMessageCode $workerMessageCode) + { + $this->workerMessageCode = $workerMessageCode; + } + /** + * @return Google_Service_Dataflow_WorkerMessageCode + */ + public function getWorkerMessageCode() + { + return $this->workerMessageCode; + } + /** + * @param Google_Service_Dataflow_ResourceUtilizationReport + */ + public function setWorkerMetrics(Google_Service_Dataflow_ResourceUtilizationReport $workerMetrics) + { + $this->workerMetrics = $workerMetrics; + } + /** + * @return Google_Service_Dataflow_ResourceUtilizationReport + */ + public function getWorkerMetrics() + { + return $this->workerMetrics; + } + /** + * @param Google_Service_Dataflow_WorkerShutdownNotice + */ + public function setWorkerShutdownNotice(Google_Service_Dataflow_WorkerShutdownNotice $workerShutdownNotice) + { + $this->workerShutdownNotice = $workerShutdownNotice; + } + /** + * @return Google_Service_Dataflow_WorkerShutdownNotice + */ + public function getWorkerShutdownNotice() + { + return $this->workerShutdownNotice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.php new file mode 100644 index 000000000..35e900fa5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageResponse.php new file mode 100644 index 000000000..51636aa12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageResponse.php @@ -0,0 +1,69 @@ +workerHealthReportResponse = $workerHealthReportResponse; + } + /** + * @return Google_Service_Dataflow_WorkerHealthReportResponse + */ + public function getWorkerHealthReportResponse() + { + return $this->workerHealthReportResponse; + } + /** + * @param Google_Service_Dataflow_ResourceUtilizationReportResponse + */ + public function setWorkerMetricsResponse(Google_Service_Dataflow_ResourceUtilizationReportResponse $workerMetricsResponse) + { + $this->workerMetricsResponse = $workerMetricsResponse; + } + /** + * @return Google_Service_Dataflow_ResourceUtilizationReportResponse + */ + public function getWorkerMetricsResponse() + { + return $this->workerMetricsResponse; + } + /** + * @param Google_Service_Dataflow_WorkerShutdownNoticeResponse + */ + public function setWorkerShutdownNoticeResponse(Google_Service_Dataflow_WorkerShutdownNoticeResponse $workerShutdownNoticeResponse) + { + $this->workerShutdownNoticeResponse = $workerShutdownNoticeResponse; + } + /** + * @return Google_Service_Dataflow_WorkerShutdownNoticeResponse + */ + public function getWorkerShutdownNoticeResponse() + { + return $this->workerShutdownNoticeResponse; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.php new file mode 100644 index 000000000..01489ee63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.php @@ -0,0 +1,239 @@ +autoscalingSettings = $autoscalingSettings; + } + /** + * @return Google_Service_Dataflow_AutoscalingSettings + */ + public function getAutoscalingSettings() + { + return $this->autoscalingSettings; + } + /** + * @param Google_Service_Dataflow_Disk + */ + public function setDataDisks($dataDisks) + { + $this->dataDisks = $dataDisks; + } + /** + * @return Google_Service_Dataflow_Disk + */ + public function getDataDisks() + { + return $this->dataDisks; + } + public function setDefaultPackageSet($defaultPackageSet) + { + $this->defaultPackageSet = $defaultPackageSet; + } + public function getDefaultPackageSet() + { + return $this->defaultPackageSet; + } + public function setDiskSizeGb($diskSizeGb) + { + $this->diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setDiskSourceImage($diskSourceImage) + { + $this->diskSourceImage = $diskSourceImage; + } + public function getDiskSourceImage() + { + return $this->diskSourceImage; + } + public function setDiskType($diskType) + { + $this->diskType = $diskType; + } + public function getDiskType() + { + return $this->diskType; + } + public function setIpConfiguration($ipConfiguration) + { + $this->ipConfiguration = $ipConfiguration; + } + public function getIpConfiguration() + { + return $this->ipConfiguration; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + 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 setNumThreadsPerWorker($numThreadsPerWorker) + { + $this->numThreadsPerWorker = $numThreadsPerWorker; + } + public function getNumThreadsPerWorker() + { + return $this->numThreadsPerWorker; + } + public function setNumWorkers($numWorkers) + { + $this->numWorkers = $numWorkers; + } + public function getNumWorkers() + { + return $this->numWorkers; + } + public function setOnHostMaintenance($onHostMaintenance) + { + $this->onHostMaintenance = $onHostMaintenance; + } + public function getOnHostMaintenance() + { + return $this->onHostMaintenance; + } + /** + * @param Google_Service_Dataflow_Package + */ + public function setPackages($packages) + { + $this->packages = $packages; + } + /** + * @return Google_Service_Dataflow_Package + */ + public function getPackages() + { + return $this->packages; + } + public function setPoolArgs($poolArgs) + { + $this->poolArgs = $poolArgs; + } + public function getPoolArgs() + { + return $this->poolArgs; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + /** + * @param Google_Service_Dataflow_TaskRunnerSettings + */ + public function setTaskrunnerSettings(Google_Service_Dataflow_TaskRunnerSettings $taskrunnerSettings) + { + $this->taskrunnerSettings = $taskrunnerSettings; + } + /** + * @return Google_Service_Dataflow_TaskRunnerSettings + */ + public function getTaskrunnerSettings() + { + return $this->taskrunnerSettings; + } + public function setTeardownPolicy($teardownPolicy) + { + $this->teardownPolicy = $teardownPolicy; + } + public function getTeardownPolicy() + { + return $this->teardownPolicy; + } + public function setWorkerHarnessContainerImage($workerHarnessContainerImage) + { + $this->workerHarnessContainerImage = $workerHarnessContainerImage; + } + public function getWorkerHarnessContainerImage() + { + return $this->workerHarnessContainerImage; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php new file mode 100644 index 000000000..59e2179df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php @@ -0,0 +1,75 @@ +baseUrl = $baseUrl; + } + public function getBaseUrl() + { + return $this->baseUrl; + } + public function setReportingEnabled($reportingEnabled) + { + $this->reportingEnabled = $reportingEnabled; + } + public function getReportingEnabled() + { + return $this->reportingEnabled; + } + public function setServicePath($servicePath) + { + $this->servicePath = $servicePath; + } + public function getServicePath() + { + return $this->servicePath; + } + public function setShuffleServicePath($shuffleServicePath) + { + $this->shuffleServicePath = $shuffleServicePath; + } + public function getShuffleServicePath() + { + return $this->shuffleServicePath; + } + public function setTempStoragePrefix($tempStoragePrefix) + { + $this->tempStoragePrefix = $tempStoragePrefix; + } + public function getTempStoragePrefix() + { + return $this->tempStoragePrefix; + } + public function setWorkerId($workerId) + { + $this->workerId = $workerId; + } + public function getWorkerId() + { + return $this->workerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNotice.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNotice.php new file mode 100644 index 000000000..cdfe8f795 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNotice.php @@ -0,0 +1,30 @@ +reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNoticeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNoticeResponse.php new file mode 100644 index 000000000..18d2c941e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerShutdownNoticeResponse.php @@ -0,0 +1,20 @@ +input = $input; + } + /** + * @return Google_Service_Dataflow_InstructionInput + */ + public function getInput() + { + return $this->input; + } + /** + * @param Google_Service_Dataflow_Sink + */ + public function setSink(Google_Service_Dataflow_Sink $sink) + { + $this->sink = $sink; + } + /** + * @return Google_Service_Dataflow_Sink + */ + public function getSink() + { + return $this->sink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc.php new file mode 100644 index 000000000..10dca92aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc.php @@ -0,0 +1,969 @@ + + * Manages Hadoop-based clusters and jobs on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Dataproc extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations_autoscalingPolicies; + public $projects_locations_workflowTemplates; + public $projects_regions_autoscalingPolicies; + public $projects_regions_clusters; + public $projects_regions_jobs; + public $projects_regions_operations; + public $projects_regions_workflowTemplates; + + /** + * Constructs the internal representation of the Dataproc 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://dataproc.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'dataproc'; + + $this->projects_locations_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies( + $this, + $this->serviceName, + 'autoscalingPolicies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates( + $this, + $this->serviceName, + 'workflowTemplates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/workflowTemplates', + '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, + ), + 'version' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'version' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'instantiate' => array( + 'path' => 'v1/{+name}:instantiate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'instantiateInline' => array( + 'path' => 'v1/{+parent}/workflowTemplates:instantiateInline', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/workflowTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_regions_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies( + $this, + $this->serviceName, + 'autoscalingPolicies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_regions_clusters = new Google_Service_Dataproc_Resource_ProjectsRegionsClusters( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/clusters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterUuid' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'diagnose' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'gracefulDecommissionTimeout' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_regions_jobs = new Google_Service_Dataproc_Resource_ProjectsRegionsJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'jobStateMatcher' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'submit' => array( + 'path' => 'v1/projects/{projectId}/regions/{region}/jobs:submit', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_regions_operations = new Google_Service_Dataproc_Resource_ProjectsRegionsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => 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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_regions_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates( + $this, + $this->serviceName, + 'workflowTemplates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/workflowTemplates', + '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, + ), + 'version' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'version' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'instantiate' => array( + 'path' => 'v1/{+name}:instantiate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'instantiateInline' => array( + 'path' => 'v1/{+parent}/workflowTemplates:instantiateInline', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/workflowTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php new file mode 100644 index 000000000..a6123f8cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php @@ -0,0 +1,39 @@ +acceleratorCount = $acceleratorCount; + } + public function getAcceleratorCount() + { + return $this->acceleratorCount; + } + public function setAcceleratorTypeUri($acceleratorTypeUri) + { + $this->acceleratorTypeUri = $acceleratorTypeUri; + } + public function getAcceleratorTypeUri() + { + return $this->acceleratorTypeUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.php new file mode 100644 index 000000000..e251751c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.php @@ -0,0 +1,30 @@ +policyUri = $policyUri; + } + public function getPolicyUri() + { + return $this->policyUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php new file mode 100644 index 000000000..3d6ae0af4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php @@ -0,0 +1,87 @@ +basicAlgorithm = $basicAlgorithm; + } + /** + * @return Google_Service_Dataproc_BasicAutoscalingAlgorithm + */ + public function getBasicAlgorithm() + { + return $this->basicAlgorithm; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function setSecondaryWorkerConfig(Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig $secondaryWorkerConfig) + { + $this->secondaryWorkerConfig = $secondaryWorkerConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function getSecondaryWorkerConfig() + { + return $this->secondaryWorkerConfig; + } + /** + * @param Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function setWorkerConfig(Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig $workerConfig) + { + $this->workerConfig = $workerConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function getWorkerConfig() + { + return $this->workerConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php new file mode 100644 index 000000000..bc95bb4e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php @@ -0,0 +1,46 @@ +cooldownPeriod = $cooldownPeriod; + } + public function getCooldownPeriod() + { + return $this->cooldownPeriod; + } + /** + * @param Google_Service_Dataproc_BasicYarnAutoscalingConfig + */ + public function setYarnConfig(Google_Service_Dataproc_BasicYarnAutoscalingConfig $yarnConfig) + { + $this->yarnConfig = $yarnConfig; + } + /** + * @return Google_Service_Dataproc_BasicYarnAutoscalingConfig + */ + public function getYarnConfig() + { + return $this->yarnConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php new file mode 100644 index 000000000..babdf1c5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php @@ -0,0 +1,66 @@ +gracefulDecommissionTimeout = $gracefulDecommissionTimeout; + } + public function getGracefulDecommissionTimeout() + { + return $this->gracefulDecommissionTimeout; + } + public function setScaleDownFactor($scaleDownFactor) + { + $this->scaleDownFactor = $scaleDownFactor; + } + public function getScaleDownFactor() + { + return $this->scaleDownFactor; + } + public function setScaleDownMinWorkerFraction($scaleDownMinWorkerFraction) + { + $this->scaleDownMinWorkerFraction = $scaleDownMinWorkerFraction; + } + public function getScaleDownMinWorkerFraction() + { + return $this->scaleDownMinWorkerFraction; + } + public function setScaleUpFactor($scaleUpFactor) + { + $this->scaleUpFactor = $scaleUpFactor; + } + public function getScaleUpFactor() + { + return $this->scaleUpFactor; + } + public function setScaleUpMinWorkerFraction($scaleUpMinWorkerFraction) + { + $this->scaleUpMinWorkerFraction = $scaleUpMinWorkerFraction; + } + public function getScaleUpMinWorkerFraction() + { + return $this->scaleUpMinWorkerFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Binding.php new file mode 100644 index 000000000..add331310 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Dataproc_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/CancelJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/CancelJobRequest.php new file mode 100644 index 000000000..4e0a33122 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/CancelJobRequest.php @@ -0,0 +1,20 @@ +clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + public function setClusterUuid($clusterUuid) + { + $this->clusterUuid = $clusterUuid; + } + public function getClusterUuid() + { + return $this->clusterUuid; + } + /** + * @param Google_Service_Dataproc_ClusterConfig + */ + public function setConfig(Google_Service_Dataproc_ClusterConfig $config) + { + $this->config = $config; + } + /** + * @return Google_Service_Dataproc_ClusterConfig + */ + public function getConfig() + { + return $this->config; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Dataproc_ClusterMetrics + */ + public function setMetrics(Google_Service_Dataproc_ClusterMetrics $metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dataproc_ClusterMetrics + */ + public function getMetrics() + { + return $this->metrics; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Dataproc_ClusterStatus + */ + public function setStatus(Google_Service_Dataproc_ClusterStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Dataproc_ClusterStatus + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Dataproc_ClusterStatus + */ + public function setStatusHistory($statusHistory) + { + $this->statusHistory = $statusHistory; + } + /** + * @return Google_Service_Dataproc_ClusterStatus + */ + public function getStatusHistory() + { + return $this->statusHistory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php new file mode 100644 index 000000000..6ba6cadda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php @@ -0,0 +1,191 @@ +autoscalingConfig = $autoscalingConfig; + } + /** + * @return Google_Service_Dataproc_AutoscalingConfig + */ + public function getAutoscalingConfig() + { + return $this->autoscalingConfig; + } + public function setConfigBucket($configBucket) + { + $this->configBucket = $configBucket; + } + public function getConfigBucket() + { + return $this->configBucket; + } + /** + * @param Google_Service_Dataproc_EncryptionConfig + */ + public function setEncryptionConfig(Google_Service_Dataproc_EncryptionConfig $encryptionConfig) + { + $this->encryptionConfig = $encryptionConfig; + } + /** + * @return Google_Service_Dataproc_EncryptionConfig + */ + public function getEncryptionConfig() + { + return $this->encryptionConfig; + } + /** + * @param Google_Service_Dataproc_GceClusterConfig + */ + public function setGceClusterConfig(Google_Service_Dataproc_GceClusterConfig $gceClusterConfig) + { + $this->gceClusterConfig = $gceClusterConfig; + } + /** + * @return Google_Service_Dataproc_GceClusterConfig + */ + public function getGceClusterConfig() + { + return $this->gceClusterConfig; + } + /** + * @param Google_Service_Dataproc_NodeInitializationAction + */ + public function setInitializationActions($initializationActions) + { + $this->initializationActions = $initializationActions; + } + /** + * @return Google_Service_Dataproc_NodeInitializationAction + */ + public function getInitializationActions() + { + return $this->initializationActions; + } + /** + * @param Google_Service_Dataproc_LifecycleConfig + */ + public function setLifecycleConfig(Google_Service_Dataproc_LifecycleConfig $lifecycleConfig) + { + $this->lifecycleConfig = $lifecycleConfig; + } + /** + * @return Google_Service_Dataproc_LifecycleConfig + */ + public function getLifecycleConfig() + { + return $this->lifecycleConfig; + } + /** + * @param Google_Service_Dataproc_InstanceGroupConfig + */ + public function setMasterConfig(Google_Service_Dataproc_InstanceGroupConfig $masterConfig) + { + $this->masterConfig = $masterConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupConfig + */ + public function getMasterConfig() + { + return $this->masterConfig; + } + /** + * @param Google_Service_Dataproc_InstanceGroupConfig + */ + public function setSecondaryWorkerConfig(Google_Service_Dataproc_InstanceGroupConfig $secondaryWorkerConfig) + { + $this->secondaryWorkerConfig = $secondaryWorkerConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupConfig + */ + public function getSecondaryWorkerConfig() + { + return $this->secondaryWorkerConfig; + } + /** + * @param Google_Service_Dataproc_SecurityConfig + */ + public function setSecurityConfig(Google_Service_Dataproc_SecurityConfig $securityConfig) + { + $this->securityConfig = $securityConfig; + } + /** + * @return Google_Service_Dataproc_SecurityConfig + */ + public function getSecurityConfig() + { + return $this->securityConfig; + } + /** + * @param Google_Service_Dataproc_SoftwareConfig + */ + public function setSoftwareConfig(Google_Service_Dataproc_SoftwareConfig $softwareConfig) + { + $this->softwareConfig = $softwareConfig; + } + /** + * @return Google_Service_Dataproc_SoftwareConfig + */ + public function getSoftwareConfig() + { + return $this->softwareConfig; + } + /** + * @param Google_Service_Dataproc_InstanceGroupConfig + */ + public function setWorkerConfig(Google_Service_Dataproc_InstanceGroupConfig $workerConfig) + { + $this->workerConfig = $workerConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupConfig + */ + public function getWorkerConfig() + { + return $this->workerConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.php new file mode 100644 index 000000000..b44775019 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.php @@ -0,0 +1,39 @@ +hdfsMetrics = $hdfsMetrics; + } + public function getHdfsMetrics() + { + return $this->hdfsMetrics; + } + public function setYarnMetrics($yarnMetrics) + { + $this->yarnMetrics = $yarnMetrics; + } + public function getYarnMetrics() + { + return $this->yarnMetrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperation.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperation.php new file mode 100644 index 000000000..9b5f284bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperation.php @@ -0,0 +1,48 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + public function setError($error) + { + $this->error = $error; + } + public function getError() + { + return $this->error; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationMetadata.php new file mode 100644 index 000000000..5875733a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationMetadata.php @@ -0,0 +1,108 @@ +clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + public function setClusterUuid($clusterUuid) + { + $this->clusterUuid = $clusterUuid; + } + public function getClusterUuid() + { + return $this->clusterUuid; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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; + } + /** + * @param Google_Service_Dataproc_ClusterOperationStatus + */ + public function setStatus(Google_Service_Dataproc_ClusterOperationStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Dataproc_ClusterOperationStatus + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Dataproc_ClusterOperationStatus + */ + public function setStatusHistory($statusHistory) + { + $this->statusHistory = $statusHistory; + } + /** + * @return Google_Service_Dataproc_ClusterOperationStatus + */ + public function getStatusHistory() + { + return $this->statusHistory; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php new file mode 100644 index 000000000..89a6f46d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php @@ -0,0 +1,57 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setInnerState($innerState) + { + $this->innerState = $innerState; + } + public function getInnerState() + { + return $this->innerState; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateStartTime($stateStartTime) + { + $this->stateStartTime = $stateStartTime; + } + public function getStateStartTime() + { + return $this->stateStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterSelector.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterSelector.php new file mode 100644 index 000000000..458924237 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterSelector.php @@ -0,0 +1,39 @@ +clusterLabels = $clusterLabels; + } + public function getClusterLabels() + { + return $this->clusterLabels; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterStatus.php new file mode 100644 index 000000000..046616457 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterStatus.php @@ -0,0 +1,57 @@ +detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateStartTime($stateStartTime) + { + $this->stateStartTime = $stateStartTime; + } + public function getStateStartTime() + { + return $this->stateStartTime; + } + public function setSubstate($substate) + { + $this->substate = $substate; + } + public function getSubstate() + { + return $this->substate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php new file mode 100644 index 000000000..7f982931a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php @@ -0,0 +1,20 @@ +outputUri = $outputUri; + } + public function getOutputUri() + { + return $this->outputUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiskConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiskConfig.php new file mode 100644 index 000000000..1aa52b9f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiskConfig.php @@ -0,0 +1,48 @@ +bootDiskSizeGb = $bootDiskSizeGb; + } + public function getBootDiskSizeGb() + { + return $this->bootDiskSizeGb; + } + public function setBootDiskType($bootDiskType) + { + $this->bootDiskType = $bootDiskType; + } + public function getBootDiskType() + { + return $this->bootDiskType; + } + public function setNumLocalSsds($numLocalSsds) + { + $this->numLocalSsds = $numLocalSsds; + } + public function getNumLocalSsds() + { + return $this->numLocalSsds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/EncryptionConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/EncryptionConfig.php new file mode 100644 index 000000000..0222fa0b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/EncryptionConfig.php @@ -0,0 +1,30 @@ +gcePdKmsKeyName = $gcePdKmsKeyName; + } + public function getGcePdKmsKeyName() + { + return $this->gcePdKmsKeyName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Expr.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Expr.php new file mode 100644 index 000000000..b785b5c71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php new file mode 100644 index 000000000..a88d097a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php @@ -0,0 +1,94 @@ +internalIpOnly = $internalIpOnly; + } + public function getInternalIpOnly() + { + return $this->internalIpOnly; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setNetworkUri($networkUri) + { + $this->networkUri = $networkUri; + } + public function getNetworkUri() + { + return $this->networkUri; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setServiceAccountScopes($serviceAccountScopes) + { + $this->serviceAccountScopes = $serviceAccountScopes; + } + public function getServiceAccountScopes() + { + return $this->serviceAccountScopes; + } + public function setSubnetworkUri($subnetworkUri) + { + $this->subnetworkUri = $subnetworkUri; + } + public function getSubnetworkUri() + { + return $this->subnetworkUri; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + public function setZoneUri($zoneUri) + { + $this->zoneUri = $zoneUri; + } + public function getZoneUri() + { + return $this->zoneUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/GetIamPolicyRequest.php new file mode 100644 index 000000000..8e1f8b84a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_Dataproc_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.php new file mode 100644 index 000000000..4062d1eb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.php new file mode 100644 index 000000000..35c602e2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.php @@ -0,0 +1,101 @@ +archiveUris = $archiveUris; + } + public function getArchiveUris() + { + return $this->archiveUris; + } + public function setArgs($args) + { + $this->args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setFileUris($fileUris) + { + $this->fileUris = $fileUris; + } + public function getFileUris() + { + return $this->fileUris; + } + public function setJarFileUris($jarFileUris) + { + $this->jarFileUris = $jarFileUris; + } + public function getJarFileUris() + { + return $this->jarFileUris; + } + /** + * @param Google_Service_Dataproc_LoggingConfig + */ + public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) + { + $this->loggingConfig = $loggingConfig; + } + /** + * @return Google_Service_Dataproc_LoggingConfig + */ + public function getLoggingConfig() + { + return $this->loggingConfig; + } + public function setMainClass($mainClass) + { + $this->mainClass = $mainClass; + } + public function getMainClass() + { + return $this->mainClass; + } + public function setMainJarFileUri($mainJarFileUri) + { + $this->mainJarFileUri = $mainJarFileUri; + } + public function getMainJarFileUri() + { + return $this->mainJarFileUri; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php new file mode 100644 index 000000000..9dec0f92c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php @@ -0,0 +1,83 @@ +continueOnFailure = $continueOnFailure; + } + public function getContinueOnFailure() + { + return $this->continueOnFailure; + } + public function setJarFileUris($jarFileUris) + { + $this->jarFileUris = $jarFileUris; + } + public function getJarFileUris() + { + return $this->jarFileUris; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setQueryFileUri($queryFileUri) + { + $this->queryFileUri = $queryFileUri; + } + public function getQueryFileUri() + { + return $this->queryFileUri; + } + /** + * @param Google_Service_Dataproc_QueryList + */ + public function setQueryList(Google_Service_Dataproc_QueryList $queryList) + { + $this->queryList = $queryList; + } + /** + * @return Google_Service_Dataproc_QueryList + */ + public function getQueryList() + { + return $this->queryList; + } + public function setScriptVariables($scriptVariables) + { + $this->scriptVariables = $scriptVariables; + } + public function getScriptVariables() + { + return $this->scriptVariables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php new file mode 100644 index 000000000..dac702763 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php @@ -0,0 +1,48 @@ +maxInstances = $maxInstances; + } + public function getMaxInstances() + { + return $this->maxInstances; + } + public function setMinInstances($minInstances) + { + $this->minInstances = $minInstances; + } + public function getMinInstances() + { + return $this->minInstances; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php new file mode 100644 index 000000000..f246fffc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php @@ -0,0 +1,115 @@ +accelerators = $accelerators; + } + /** + * @return Google_Service_Dataproc_AcceleratorConfig + */ + public function getAccelerators() + { + return $this->accelerators; + } + /** + * @param Google_Service_Dataproc_DiskConfig + */ + public function setDiskConfig(Google_Service_Dataproc_DiskConfig $diskConfig) + { + $this->diskConfig = $diskConfig; + } + /** + * @return Google_Service_Dataproc_DiskConfig + */ + public function getDiskConfig() + { + return $this->diskConfig; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setInstanceNames($instanceNames) + { + $this->instanceNames = $instanceNames; + } + public function getInstanceNames() + { + return $this->instanceNames; + } + public function setIsPreemptible($isPreemptible) + { + $this->isPreemptible = $isPreemptible; + } + public function getIsPreemptible() + { + return $this->isPreemptible; + } + public function setMachineTypeUri($machineTypeUri) + { + $this->machineTypeUri = $machineTypeUri; + } + public function getMachineTypeUri() + { + return $this->machineTypeUri; + } + /** + * @param Google_Service_Dataproc_ManagedGroupConfig + */ + public function setManagedGroupConfig(Google_Service_Dataproc_ManagedGroupConfig $managedGroupConfig) + { + $this->managedGroupConfig = $managedGroupConfig; + } + /** + * @return Google_Service_Dataproc_ManagedGroupConfig + */ + public function getManagedGroupConfig() + { + return $this->managedGroupConfig; + } + public function setNumInstances($numInstances) + { + $this->numInstances = $numInstances; + } + public function getNumInstances() + { + return $this->numInstances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstantiateWorkflowTemplateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstantiateWorkflowTemplateRequest.php new file mode 100644 index 000000000..a4261579e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstantiateWorkflowTemplateRequest.php @@ -0,0 +1,48 @@ +parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php new file mode 100644 index 000000000..b09849b76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php @@ -0,0 +1,250 @@ +driverControlFilesUri = $driverControlFilesUri; + } + public function getDriverControlFilesUri() + { + return $this->driverControlFilesUri; + } + public function setDriverOutputResourceUri($driverOutputResourceUri) + { + $this->driverOutputResourceUri = $driverOutputResourceUri; + } + public function getDriverOutputResourceUri() + { + return $this->driverOutputResourceUri; + } + /** + * @param Google_Service_Dataproc_HadoopJob + */ + public function setHadoopJob(Google_Service_Dataproc_HadoopJob $hadoopJob) + { + $this->hadoopJob = $hadoopJob; + } + /** + * @return Google_Service_Dataproc_HadoopJob + */ + public function getHadoopJob() + { + return $this->hadoopJob; + } + /** + * @param Google_Service_Dataproc_HiveJob + */ + public function setHiveJob(Google_Service_Dataproc_HiveJob $hiveJob) + { + $this->hiveJob = $hiveJob; + } + /** + * @return Google_Service_Dataproc_HiveJob + */ + public function getHiveJob() + { + return $this->hiveJob; + } + public function setJobUuid($jobUuid) + { + $this->jobUuid = $jobUuid; + } + public function getJobUuid() + { + return $this->jobUuid; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Dataproc_PigJob + */ + public function setPigJob(Google_Service_Dataproc_PigJob $pigJob) + { + $this->pigJob = $pigJob; + } + /** + * @return Google_Service_Dataproc_PigJob + */ + public function getPigJob() + { + return $this->pigJob; + } + /** + * @param Google_Service_Dataproc_JobPlacement + */ + public function setPlacement(Google_Service_Dataproc_JobPlacement $placement) + { + $this->placement = $placement; + } + /** + * @return Google_Service_Dataproc_JobPlacement + */ + public function getPlacement() + { + return $this->placement; + } + /** + * @param Google_Service_Dataproc_PySparkJob + */ + public function setPysparkJob(Google_Service_Dataproc_PySparkJob $pysparkJob) + { + $this->pysparkJob = $pysparkJob; + } + /** + * @return Google_Service_Dataproc_PySparkJob + */ + public function getPysparkJob() + { + return $this->pysparkJob; + } + /** + * @param Google_Service_Dataproc_JobReference + */ + public function setReference(Google_Service_Dataproc_JobReference $reference) + { + $this->reference = $reference; + } + /** + * @return Google_Service_Dataproc_JobReference + */ + public function getReference() + { + return $this->reference; + } + /** + * @param Google_Service_Dataproc_JobScheduling + */ + public function setScheduling(Google_Service_Dataproc_JobScheduling $scheduling) + { + $this->scheduling = $scheduling; + } + /** + * @return Google_Service_Dataproc_JobScheduling + */ + public function getScheduling() + { + return $this->scheduling; + } + /** + * @param Google_Service_Dataproc_SparkJob + */ + public function setSparkJob(Google_Service_Dataproc_SparkJob $sparkJob) + { + $this->sparkJob = $sparkJob; + } + /** + * @return Google_Service_Dataproc_SparkJob + */ + public function getSparkJob() + { + return $this->sparkJob; + } + /** + * @param Google_Service_Dataproc_SparkSqlJob + */ + public function setSparkSqlJob(Google_Service_Dataproc_SparkSqlJob $sparkSqlJob) + { + $this->sparkSqlJob = $sparkSqlJob; + } + /** + * @return Google_Service_Dataproc_SparkSqlJob + */ + public function getSparkSqlJob() + { + return $this->sparkSqlJob; + } + /** + * @param Google_Service_Dataproc_JobStatus + */ + public function setStatus(Google_Service_Dataproc_JobStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Dataproc_JobStatus + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Dataproc_JobStatus + */ + public function setStatusHistory($statusHistory) + { + $this->statusHistory = $statusHistory; + } + /** + * @return Google_Service_Dataproc_JobStatus + */ + public function getStatusHistory() + { + return $this->statusHistory; + } + /** + * @param Google_Service_Dataproc_YarnApplication + */ + public function setYarnApplications($yarnApplications) + { + $this->yarnApplications = $yarnApplications; + } + /** + * @return Google_Service_Dataproc_YarnApplication + */ + public function getYarnApplications() + { + return $this->yarnApplications; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.php new file mode 100644 index 000000000..66d1c19f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.php @@ -0,0 +1,39 @@ +clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + public function setClusterUuid($clusterUuid) + { + $this->clusterUuid = $clusterUuid; + } + public function getClusterUuid() + { + return $this->clusterUuid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobReference.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobReference.php new file mode 100644 index 000000000..fef251753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobReference.php @@ -0,0 +1,39 @@ +jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobScheduling.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobScheduling.php new file mode 100644 index 000000000..5fb4862d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobScheduling.php @@ -0,0 +1,30 @@ +maxFailuresPerHour = $maxFailuresPerHour; + } + public function getMaxFailuresPerHour() + { + return $this->maxFailuresPerHour; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobStatus.php new file mode 100644 index 000000000..bbbac7dce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobStatus.php @@ -0,0 +1,57 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateStartTime($stateStartTime) + { + $this->stateStartTime = $stateStartTime; + } + public function getStateStartTime() + { + return $this->stateStartTime; + } + public function setSubstate($substate) + { + $this->substate = $substate; + } + public function getSubstate() + { + return $this->substate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php new file mode 100644 index 000000000..c14589d4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php @@ -0,0 +1,156 @@ +crossRealmTrustAdminServer = $crossRealmTrustAdminServer; + } + public function getCrossRealmTrustAdminServer() + { + return $this->crossRealmTrustAdminServer; + } + public function setCrossRealmTrustKdc($crossRealmTrustKdc) + { + $this->crossRealmTrustKdc = $crossRealmTrustKdc; + } + public function getCrossRealmTrustKdc() + { + return $this->crossRealmTrustKdc; + } + public function setCrossRealmTrustRealm($crossRealmTrustRealm) + { + $this->crossRealmTrustRealm = $crossRealmTrustRealm; + } + public function getCrossRealmTrustRealm() + { + return $this->crossRealmTrustRealm; + } + public function setCrossRealmTrustSharedPasswordUri($crossRealmTrustSharedPasswordUri) + { + $this->crossRealmTrustSharedPasswordUri = $crossRealmTrustSharedPasswordUri; + } + public function getCrossRealmTrustSharedPasswordUri() + { + return $this->crossRealmTrustSharedPasswordUri; + } + public function setEnableKerberos($enableKerberos) + { + $this->enableKerberos = $enableKerberos; + } + public function getEnableKerberos() + { + return $this->enableKerberos; + } + public function setKdcDbKeyUri($kdcDbKeyUri) + { + $this->kdcDbKeyUri = $kdcDbKeyUri; + } + public function getKdcDbKeyUri() + { + return $this->kdcDbKeyUri; + } + public function setKeyPasswordUri($keyPasswordUri) + { + $this->keyPasswordUri = $keyPasswordUri; + } + public function getKeyPasswordUri() + { + return $this->keyPasswordUri; + } + public function setKeystorePasswordUri($keystorePasswordUri) + { + $this->keystorePasswordUri = $keystorePasswordUri; + } + public function getKeystorePasswordUri() + { + return $this->keystorePasswordUri; + } + public function setKeystoreUri($keystoreUri) + { + $this->keystoreUri = $keystoreUri; + } + public function getKeystoreUri() + { + return $this->keystoreUri; + } + public function setKmsKeyUri($kmsKeyUri) + { + $this->kmsKeyUri = $kmsKeyUri; + } + public function getKmsKeyUri() + { + return $this->kmsKeyUri; + } + public function setRealm($realm) + { + $this->realm = $realm; + } + public function getRealm() + { + return $this->realm; + } + public function setRootPrincipalPasswordUri($rootPrincipalPasswordUri) + { + $this->rootPrincipalPasswordUri = $rootPrincipalPasswordUri; + } + public function getRootPrincipalPasswordUri() + { + return $this->rootPrincipalPasswordUri; + } + public function setTgtLifetimeHours($tgtLifetimeHours) + { + $this->tgtLifetimeHours = $tgtLifetimeHours; + } + public function getTgtLifetimeHours() + { + return $this->tgtLifetimeHours; + } + public function setTruststorePasswordUri($truststorePasswordUri) + { + $this->truststorePasswordUri = $truststorePasswordUri; + } + public function getTruststorePasswordUri() + { + return $this->truststorePasswordUri; + } + public function setTruststoreUri($truststoreUri) + { + $this->truststoreUri = $truststoreUri; + } + public function getTruststoreUri() + { + return $this->truststoreUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/LifecycleConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/LifecycleConfig.php new file mode 100644 index 000000000..a9de76420 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/LifecycleConfig.php @@ -0,0 +1,57 @@ +autoDeleteTime = $autoDeleteTime; + } + public function getAutoDeleteTime() + { + return $this->autoDeleteTime; + } + public function setAutoDeleteTtl($autoDeleteTtl) + { + $this->autoDeleteTtl = $autoDeleteTtl; + } + public function getAutoDeleteTtl() + { + return $this->autoDeleteTtl; + } + public function setIdleDeleteTtl($idleDeleteTtl) + { + $this->idleDeleteTtl = $idleDeleteTtl; + } + public function getIdleDeleteTtl() + { + return $this->idleDeleteTtl; + } + public function setIdleStartTime($idleStartTime) + { + $this->idleStartTime = $idleStartTime; + } + public function getIdleStartTime() + { + return $this->idleStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.php new file mode 100644 index 000000000..54fe56f08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dataproc_AutoscalingPolicy + */ + public function setPolicies($policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function getPolicies() + { + return $this->policies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListClustersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListClustersResponse.php new file mode 100644 index 000000000..ddb040aaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListClustersResponse.php @@ -0,0 +1,47 @@ +clusters = $clusters; + } + /** + * @return Google_Service_Dataproc_Cluster + */ + public function getClusters() + { + return $this->clusters; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php new file mode 100644 index 000000000..a215f11f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php @@ -0,0 +1,47 @@ +jobs = $jobs; + } + /** + * @return Google_Service_Dataproc_Job + */ + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php new file mode 100644 index 000000000..83bb0feab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dataproc_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Dataproc_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListWorkflowTemplatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListWorkflowTemplatesResponse.php new file mode 100644 index 000000000..27fe06ab5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListWorkflowTemplatesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dataproc_WorkflowTemplate + */ + public function setTemplates($templates) + { + $this->templates = $templates; + } + /** + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function getTemplates() + { + return $this->templates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.php new file mode 100644 index 000000000..568be7765 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.php @@ -0,0 +1,30 @@ +driverLogLevels = $driverLogLevels; + } + public function getDriverLogLevels() + { + return $this->driverLogLevels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedCluster.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedCluster.php new file mode 100644 index 000000000..5a903ffdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedCluster.php @@ -0,0 +1,55 @@ +clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + /** + * @param Google_Service_Dataproc_ClusterConfig + */ + public function setConfig(Google_Service_Dataproc_ClusterConfig $config) + { + $this->config = $config; + } + /** + * @return Google_Service_Dataproc_ClusterConfig + */ + public function getConfig() + { + return $this->config; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.php new file mode 100644 index 000000000..4b7d5efd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.php @@ -0,0 +1,39 @@ +instanceGroupManagerName = $instanceGroupManagerName; + } + public function getInstanceGroupManagerName() + { + return $this->instanceGroupManagerName; + } + public function setInstanceTemplateName($instanceTemplateName) + { + $this->instanceTemplateName = $instanceTemplateName; + } + public function getInstanceTemplateName() + { + return $this->instanceTemplateName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/NodeInitializationAction.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/NodeInitializationAction.php new file mode 100644 index 000000000..ff03fe06b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/NodeInitializationAction.php @@ -0,0 +1,39 @@ +executableFile = $executableFile; + } + public function getExecutableFile() + { + return $this->executableFile; + } + public function setExecutionTimeout($executionTimeout) + { + $this->executionTimeout = $executionTimeout; + } + public function getExecutionTimeout() + { + return $this->executionTimeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Operation.php new file mode 100644 index 000000000..f06ba6661 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Dataproc_Status + */ + public function setError(Google_Service_Dataproc_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Dataproc_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/vendor/google/apiclient-services/src/Google/Service/Dataproc/OrderedJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/OrderedJob.php new file mode 100644 index 000000000..43083ba9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/OrderedJob.php @@ -0,0 +1,161 @@ +hadoopJob = $hadoopJob; + } + /** + * @return Google_Service_Dataproc_HadoopJob + */ + public function getHadoopJob() + { + return $this->hadoopJob; + } + /** + * @param Google_Service_Dataproc_HiveJob + */ + public function setHiveJob(Google_Service_Dataproc_HiveJob $hiveJob) + { + $this->hiveJob = $hiveJob; + } + /** + * @return Google_Service_Dataproc_HiveJob + */ + public function getHiveJob() + { + return $this->hiveJob; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Dataproc_PigJob + */ + public function setPigJob(Google_Service_Dataproc_PigJob $pigJob) + { + $this->pigJob = $pigJob; + } + /** + * @return Google_Service_Dataproc_PigJob + */ + public function getPigJob() + { + return $this->pigJob; + } + public function setPrerequisiteStepIds($prerequisiteStepIds) + { + $this->prerequisiteStepIds = $prerequisiteStepIds; + } + public function getPrerequisiteStepIds() + { + return $this->prerequisiteStepIds; + } + /** + * @param Google_Service_Dataproc_PySparkJob + */ + public function setPysparkJob(Google_Service_Dataproc_PySparkJob $pysparkJob) + { + $this->pysparkJob = $pysparkJob; + } + /** + * @return Google_Service_Dataproc_PySparkJob + */ + public function getPysparkJob() + { + return $this->pysparkJob; + } + /** + * @param Google_Service_Dataproc_JobScheduling + */ + public function setScheduling(Google_Service_Dataproc_JobScheduling $scheduling) + { + $this->scheduling = $scheduling; + } + /** + * @return Google_Service_Dataproc_JobScheduling + */ + public function getScheduling() + { + return $this->scheduling; + } + /** + * @param Google_Service_Dataproc_SparkJob + */ + public function setSparkJob(Google_Service_Dataproc_SparkJob $sparkJob) + { + $this->sparkJob = $sparkJob; + } + /** + * @return Google_Service_Dataproc_SparkJob + */ + public function getSparkJob() + { + return $this->sparkJob; + } + /** + * @param Google_Service_Dataproc_SparkSqlJob + */ + public function setSparkSqlJob(Google_Service_Dataproc_SparkSqlJob $sparkSqlJob) + { + $this->sparkSqlJob = $sparkSqlJob; + } + /** + * @return Google_Service_Dataproc_SparkSqlJob + */ + public function getSparkSqlJob() + { + return $this->sparkSqlJob; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ParameterValidation.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ParameterValidation.php new file mode 100644 index 000000000..8dda22352 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ParameterValidation.php @@ -0,0 +1,53 @@ +regex = $regex; + } + /** + * @return Google_Service_Dataproc_RegexValidation + */ + public function getRegex() + { + return $this->regex; + } + /** + * @param Google_Service_Dataproc_ValueValidation + */ + public function setValues(Google_Service_Dataproc_ValueValidation $values) + { + $this->values = $values; + } + /** + * @return Google_Service_Dataproc_ValueValidation + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.php new file mode 100644 index 000000000..3fccf00fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.php @@ -0,0 +1,99 @@ +continueOnFailure = $continueOnFailure; + } + public function getContinueOnFailure() + { + return $this->continueOnFailure; + } + public function setJarFileUris($jarFileUris) + { + $this->jarFileUris = $jarFileUris; + } + public function getJarFileUris() + { + return $this->jarFileUris; + } + /** + * @param Google_Service_Dataproc_LoggingConfig + */ + public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) + { + $this->loggingConfig = $loggingConfig; + } + /** + * @return Google_Service_Dataproc_LoggingConfig + */ + public function getLoggingConfig() + { + return $this->loggingConfig; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setQueryFileUri($queryFileUri) + { + $this->queryFileUri = $queryFileUri; + } + public function getQueryFileUri() + { + return $this->queryFileUri; + } + /** + * @param Google_Service_Dataproc_QueryList + */ + public function setQueryList(Google_Service_Dataproc_QueryList $queryList) + { + $this->queryList = $queryList; + } + /** + * @return Google_Service_Dataproc_QueryList + */ + public function getQueryList() + { + return $this->queryList; + } + public function setScriptVariables($scriptVariables) + { + $this->scriptVariables = $scriptVariables; + } + public function getScriptVariables() + { + return $this->scriptVariables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Policy.php new file mode 100644 index 000000000..054f6f375 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Dataproc_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php new file mode 100644 index 000000000..b7906f658 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php @@ -0,0 +1,101 @@ +archiveUris = $archiveUris; + } + public function getArchiveUris() + { + return $this->archiveUris; + } + public function setArgs($args) + { + $this->args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setFileUris($fileUris) + { + $this->fileUris = $fileUris; + } + public function getFileUris() + { + return $this->fileUris; + } + public function setJarFileUris($jarFileUris) + { + $this->jarFileUris = $jarFileUris; + } + public function getJarFileUris() + { + return $this->jarFileUris; + } + /** + * @param Google_Service_Dataproc_LoggingConfig + */ + public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) + { + $this->loggingConfig = $loggingConfig; + } + /** + * @return Google_Service_Dataproc_LoggingConfig + */ + public function getLoggingConfig() + { + return $this->loggingConfig; + } + public function setMainPythonFileUri($mainPythonFileUri) + { + $this->mainPythonFileUri = $mainPythonFileUri; + } + public function getMainPythonFileUri() + { + return $this->mainPythonFileUri; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setPythonFileUris($pythonFileUris) + { + $this->pythonFileUris = $pythonFileUris; + } + public function getPythonFileUris() + { + return $this->pythonFileUris; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php new file mode 100644 index 000000000..c8f1fcc0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php @@ -0,0 +1,31 @@ +queries = $queries; + } + public function getQueries() + { + return $this->queries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/RegexValidation.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/RegexValidation.php new file mode 100644 index 000000000..8ddc0cdb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/RegexValidation.php @@ -0,0 +1,31 @@ +regexes = $regexes; + } + public function getRegexes() + { + return $this->regexes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/Projects.php new file mode 100644 index 000000000..499eb9cdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $projects = $dataprocService->projects; + * + */ +class Google_Service_Dataproc_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocations.php new file mode 100644 index 000000000..9f0ac4ec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $locations = $dataprocService->locations; + * + */ +class Google_Service_Dataproc_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.php new file mode 100644 index 000000000..90dc62cc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.php @@ -0,0 +1,194 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $autoscalingPolicies = $dataprocService->autoscalingPolicies; + * + */ +class Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies extends Google_Service_Resource +{ + /** + * Creates new autoscaling policy. (autoscalingPolicies.create) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function create($parent, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Deletes an autoscaling policy. It is an error to delete an autoscaling policy + * that is in use by one or more clusters. (autoscalingPolicies.delete) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.delete, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.delete, the resource name of the + * policy has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Retrieves autoscaling policy. (autoscalingPolicies.get) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (autoscalingPolicies.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Lists autoscaling policies in the project. + * (autoscalingPolicies.listProjectsLocationsAutoscalingPolicies) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.list, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.list, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The maximum number of results to return in + * each response. Must be less than or equal to 1000. Defaults to 100. + * @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse + */ + public function listProjectsLocationsAutoscalingPolicies($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListAutoscalingPoliciesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (autoscalingPolicies.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_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. + * (autoscalingPolicies.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } + /** + * Updates (replaces) autoscaling policy.Disabled check for update_mask, because + * all updates will be full replacements. (autoscalingPolicies.update) + * + * @param string $name Output only. The "resource name" of the autoscaling + * policy, as described in https://cloud.google.com/apis/design/resource_names. + * For projects.regions.autoscalingPolicies, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies, the resource name of the policy has + * the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function update($name, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php new file mode 100644 index 000000000..15c893a57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php @@ -0,0 +1,263 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $workflowTemplates = $dataprocService->workflowTemplates; + * + */ +class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extends Google_Service_Resource +{ + /** + * Creates new workflow template. (workflowTemplates.create) + * + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_WorkflowTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function create($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_WorkflowTemplate"); + } + /** + * Deletes a workflow template. It does not cancel in-progress workflows. + * (workflowTemplates.delete) + * + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.delete, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param array $optParams Optional parameters. + * + * @opt_param int version Optional. The version of workflow template to delete. + * If specified, will only delete the template if the current server version + * matches specified version. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Retrieves the latest workflow template.Can retrieve previously instantiated + * template by specifying optional version parameter. (workflowTemplates.get) + * + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param array $optParams Optional parameters. + * + * @opt_param int version Optional. The version of workflow template to + * retrieve. Only previously instantiated versions can be retrieved.If + * unspecified, retrieves the current version. + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_WorkflowTemplate"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (workflowTemplates.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Instantiates a template and begins execution.The returned Operation can be + * used to track execution of workflow by polling operations.get. The Operation + * will complete when entire workflow is finished.The running workflow can be + * aborted via operations.cancel. This will cause any inflight jobs to be + * cancelled and workflow-owned clusters to be deleted.The Operation.metadata + * will be WorkflowMetadata. Also see Using WorkflowMetadata.On successful + * completion, Operation.response will be Empty. (workflowTemplates.instantiate) + * + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Operation + */ + public function instantiate($name, Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('instantiate', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Instantiates a template and begins execution.This method is equivalent to + * executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, + * DeleteWorkflowTemplate.The returned Operation can be used to track execution + * of workflow by polling operations.get. The Operation will complete when + * entire workflow is finished.The running workflow can be aborted via + * operations.cancel. This will cause any inflight jobs to be cancelled and + * workflow-owned clusters to be deleted.The Operation.metadata will be + * WorkflowMetadata. Also see Using WorkflowMetadata.On successful completion, + * Operation.response will be Empty. (workflowTemplates.instantiateInline) + * + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,instantiateinline, the resource name of + * the region has the following format: projects/{project_id}/regions/{region} + * For projects.locations.workflowTemplates.instantiateinline, the resource + * name of the location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_WorkflowTemplate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId Optional. A tag that prevents multiple concurrent + * workflow instances with the same tag from running. This mitigates risk of + * concurrent instances started due to retries.It is recommended to always set + * this value to a UUID + * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must + * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens + * (-). The maximum length is 40 characters. + * @return Google_Service_Dataproc_Operation + */ + public function instantiateInline($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('instantiateInline', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Lists workflows that match the specified filter in the request. + * (workflowTemplates.listProjectsLocationsWorkflowTemplates) + * + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,list, the resource name of the region has + * the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.list, the resource name of the location + * has the following format: projects/{project_id}/locations/{location} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The maximum number of results to return in + * each response. + * @return Google_Service_Dataproc_ListWorkflowTemplatesResponse + */ + public function listProjectsLocationsWorkflowTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListWorkflowTemplatesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (workflowTemplates.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_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. + * (workflowTemplates.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } + /** + * Updates (replaces) workflow template. The updated template must contain + * version that matches the current server version. (workflowTemplates.update) + * + * @param string $name Output only. The resource name of the workflow template, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param Google_Service_Dataproc_WorkflowTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function update($name, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataproc_WorkflowTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegions.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegions.php new file mode 100644 index 000000000..aab304a16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegions.php @@ -0,0 +1,28 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $regions = $dataprocService->regions; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegions extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.php new file mode 100644 index 000000000..c0f79e99a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.php @@ -0,0 +1,194 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $autoscalingPolicies = $dataprocService->autoscalingPolicies; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies extends Google_Service_Resource +{ + /** + * Creates new autoscaling policy. (autoscalingPolicies.create) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function create($parent, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Deletes an autoscaling policy. It is an error to delete an autoscaling policy + * that is in use by one or more clusters. (autoscalingPolicies.delete) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.delete, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.delete, the resource name of the + * policy has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Retrieves autoscaling policy. (autoscalingPolicies.get) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (autoscalingPolicies.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Lists autoscaling policies in the project. + * (autoscalingPolicies.listProjectsRegionsAutoscalingPolicies) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.list, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.list, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The maximum number of results to return in + * each response. Must be less than or equal to 1000. Defaults to 100. + * @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse + */ + public function listProjectsRegionsAutoscalingPolicies($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListAutoscalingPoliciesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (autoscalingPolicies.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_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. + * (autoscalingPolicies.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } + /** + * Updates (replaces) autoscaling policy.Disabled check for update_mask, because + * all updates will be full replacements. (autoscalingPolicies.update) + * + * @param string $name Output only. The "resource name" of the autoscaling + * policy, as described in https://cloud.google.com/apis/design/resource_names. + * For projects.regions.autoscalingPolicies, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies, the resource name of the policy has + * the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function update($name, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php new file mode 100644 index 000000000..8d0e65760 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php @@ -0,0 +1,257 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $clusters = $dataprocService->clusters; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Service_Resource +{ + /** + * Creates a cluster in a project. The returned Operation.metadata will be + * ClusterOperationMetadata. (clusters.create) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the cluster belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param Google_Service_Dataproc_Cluster $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId Optional. A unique id used to identify the + * request. If the server receives two CreateClusterRequest requests with the + * same id, then the second request will be ignored and the first + * google.longrunning.Operation created and stored in the backend is returned.It + * is recommended to always set this value to a UUID + * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must + * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens + * (-). The maximum length is 40 characters. + * @return Google_Service_Dataproc_Operation + */ + public function create($projectId, $region, Google_Service_Dataproc_Cluster $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Deletes a cluster in a project. The returned Operation.metadata will be + * ClusterOperationMetadata. (clusters.delete) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the cluster belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $clusterName Required. The cluster name. + * @param array $optParams Optional parameters. + * + * @opt_param string clusterUuid Optional. Specifying the cluster_uuid means the + * RPC should fail (with error NOT_FOUND) if cluster with specified UUID does + * not exist. + * @opt_param string requestId Optional. A unique id used to identify the + * request. If the server receives two DeleteClusterRequest requests with the + * same id, then the second request will be ignored and the first + * google.longrunning.Operation created and stored in the backend is returned.It + * is recommended to always set this value to a UUID + * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must + * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens + * (-). The maximum length is 40 characters. + * @return Google_Service_Dataproc_Operation + */ + public function delete($projectId, $region, $clusterName, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Gets cluster diagnostic information. The returned Operation.metadata will be + * ClusterOperationMetadata. After the operation completes, Operation.response + * contains DiagnoseClusterResults. (clusters.diagnose) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the cluster belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $clusterName Required. The cluster name. + * @param Google_Service_Dataproc_DiagnoseClusterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Operation + */ + public function diagnose($projectId, $region, $clusterName, Google_Service_Dataproc_DiagnoseClusterRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('diagnose', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Gets the resource representation for a cluster in a project. (clusters.get) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the cluster belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $clusterName Required. The cluster name. + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Cluster + */ + public function get($projectId, $region, $clusterName, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_Cluster"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (clusters.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Lists all regions/{region}/clusters in a project. + * (clusters.listProjectsRegionsClusters) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the cluster belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The standard List page token. + * @opt_param int pageSize Optional. The standard List page size. + * @opt_param string filter Optional. A filter constraining the clusters to + * list. Filters are case-sensitive and have the following syntax:field = value + * AND field = value ...where field is one of status.state, clusterName, or + * labels.[KEY], and [KEY] is a label key. value can be * to match all values. + * status.state can be one of the following: ACTIVE, INACTIVE, CREATING, + * RUNNING, ERROR, DELETING, or UPDATING. ACTIVE contains the CREATING, + * UPDATING, and RUNNING states. INACTIVE contains the DELETING and ERROR + * states. clusterName is the name of the cluster provided at creation time. + * Only the logical AND operator is supported; space-separated items are treated + * as having an implicit AND operator.Example filter:status.state = ACTIVE AND + * clusterName = mycluster AND labels.env = staging AND labels.starred = * + * @return Google_Service_Dataproc_ListClustersResponse + */ + public function listProjectsRegionsClusters($projectId, $region, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListClustersResponse"); + } + /** + * Updates a cluster in a project. The returned Operation.metadata will be + * ClusterOperationMetadata. (clusters.patch) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project the cluster belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $clusterName Required. The cluster name. + * @param Google_Service_Dataproc_Cluster $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string gracefulDecommissionTimeout Optional. Timeout for graceful + * YARN decomissioning. Graceful decommissioning allows removing nodes from the + * cluster without interrupting jobs in progress. Timeout specifies how long to + * wait for jobs in progress to finish before forcefully removing nodes (and + * potentially interrupting jobs). Default timeout is 0 (for forceful + * decommission), and the maximum allowed timeout is 1 day.Only supported on + * Dataproc image versions 1.2 and higher. + * @opt_param string requestId Optional. A unique id used to identify the + * request. If the server receives two UpdateClusterRequest requests with the + * same id, then the second request will be ignored and the first + * google.longrunning.Operation created and stored in the backend is returned.It + * is recommended to always set this value to a UUID + * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must + * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens + * (-). The maximum length is 40 characters. + * @opt_param string updateMask Required. Specifies the path, relative to + * Cluster, of the field to update. For example, to change the number of workers + * in a cluster to 5, the update_mask parameter would be specified as + * config.worker_config.num_instances, and the PATCH request body would specify + * the new value, as follows: { "config":{ "workerConfig":{ + * "numInstances":"5" } } } Similarly, to change the number of preemptible + * workers in a cluster to 5, the update_mask parameter would be + * config.secondary_worker_config.num_instances, and the PATCH request body + * would be set as follows: { "config":{ "secondaryWorkerConfig":{ + * "numInstances":"5" } } } Note: Currently, only the following fields can + * be updated: Mask Purpose labels Update labels + * config.worker_config.num_instances Resize primary worker group + * config.secondary_worker_config.num_instances Resize secondary worker group + * config.autoscaling_config.policy_uriUse, stop using, or change autoscaling + * policies + * @return Google_Service_Dataproc_Operation + */ + public function patch($projectId, $region, $clusterName, Google_Service_Dataproc_Cluster $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (clusters.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_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. (clusters.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php new file mode 100644 index 000000000..3fae1ff28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php @@ -0,0 +1,211 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $jobs = $dataprocService->jobs; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegionsJobs extends Google_Service_Resource +{ + /** + * Starts a job cancellation request. To access the job resource after + * cancellation, call regions/{region}/jobs.list or regions/{region}/jobs.get. + * (jobs.cancel) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the job belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $jobId Required. The job ID. + * @param Google_Service_Dataproc_CancelJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Job + */ + public function cancel($projectId, $region, $jobId, Google_Service_Dataproc_CancelJobRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Dataproc_Job"); + } + /** + * Deletes the job from the project. If the job is active, the delete fails, and + * the response returns FAILED_PRECONDITION. (jobs.delete) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the job belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $jobId Required. The job ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($projectId, $region, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Gets the resource representation for a job in a project. (jobs.get) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the job belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $jobId Required. The job ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Job + */ + public function get($projectId, $region, $jobId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_Job"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (jobs.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Lists regions/{region}/jobs in a project. (jobs.listProjectsRegionsJobs) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the job belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param array $optParams Optional parameters. + * + * @opt_param string clusterName Optional. If set, the returned jobs list + * includes only jobs that were submitted to the named cluster. + * @opt_param string filter Optional. A filter constraining the jobs to list. + * Filters are case-sensitive and have the following syntax:field = value AND + * field = value ...where field is status.state or labels.[KEY], and [KEY] is a + * label key. value can be * to match all values. status.state can be either + * ACTIVE or NON_ACTIVE. Only the logical AND operator is supported; space- + * separated items are treated as having an implicit AND operator.Example + * filter:status.state = ACTIVE AND labels.env = staging AND labels.starred = * + * @opt_param string jobStateMatcher Optional. Specifies enumerated categories + * of jobs to list. (default = match ALL jobs).If filter is provided, + * jobStateMatcher will be ignored. + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The number of results to return in each + * response. + * @return Google_Service_Dataproc_ListJobsResponse + */ + public function listProjectsRegionsJobs($projectId, $region, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListJobsResponse"); + } + /** + * Updates a job in a project. (jobs.patch) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the job belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param string $jobId Required. The job ID. + * @param Google_Service_Dataproc_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Specifies the path, relative to Job, + * of the field to update. For example, to update the labels of a Job the + * update_mask parameter would be specified as labels, and the PATCH request + * body would specify the new value. Note: Currently, labels is the only field + * that can be updated. + * @return Google_Service_Dataproc_Job + */ + public function patch($projectId, $region, $jobId, Google_Service_Dataproc_Job $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'jobId' => $jobId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dataproc_Job"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (jobs.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Submits a job to a cluster. (jobs.submit) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * project that the job belongs to. + * @param string $region Required. The Cloud Dataproc region in which to handle + * the request. + * @param Google_Service_Dataproc_SubmitJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Job + */ + public function submit($projectId, $region, Google_Service_Dataproc_SubmitJobRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('submit', array($params), "Google_Service_Dataproc_Job"); + } + /** + * 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. (jobs.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsOperations.php new file mode 100644 index 000000000..e8c70a3e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsOperations.php @@ -0,0 +1,160 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $operations = $dataprocService->operations; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegionsOperations 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 array $optParams Optional parameters. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * 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_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * 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_Dataproc_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (operations.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * 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.listProjectsRegionsOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Dataproc_ListOperationsResponse + */ + public function listProjectsRegionsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListOperationsResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (operations.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_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. + * (operations.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php new file mode 100644 index 000000000..e0fbe609f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php @@ -0,0 +1,263 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $workflowTemplates = $dataprocService->workflowTemplates; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends Google_Service_Resource +{ + /** + * Creates new workflow template. (workflowTemplates.create) + * + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_WorkflowTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function create($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_WorkflowTemplate"); + } + /** + * Deletes a workflow template. It does not cancel in-progress workflows. + * (workflowTemplates.delete) + * + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.delete, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param array $optParams Optional parameters. + * + * @opt_param int version Optional. The version of workflow template to delete. + * If specified, will only delete the template if the current server version + * matches specified version. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Retrieves the latest workflow template.Can retrieve previously instantiated + * template by specifying optional version parameter. (workflowTemplates.get) + * + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param array $optParams Optional parameters. + * + * @opt_param int version Optional. The version of workflow template to + * retrieve. Only previously instantiated versions can be retrieved.If + * unspecified, retrieves the current version. + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_WorkflowTemplate"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (workflowTemplates.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 Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Instantiates a template and begins execution.The returned Operation can be + * used to track execution of workflow by polling operations.get. The Operation + * will complete when entire workflow is finished.The running workflow can be + * aborted via operations.cancel. This will cause any inflight jobs to be + * cancelled and workflow-owned clusters to be deleted.The Operation.metadata + * will be WorkflowMetadata. Also see Using WorkflowMetadata.On successful + * completion, Operation.response will be Empty. (workflowTemplates.instantiate) + * + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Operation + */ + public function instantiate($name, Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('instantiate', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Instantiates a template and begins execution.This method is equivalent to + * executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, + * DeleteWorkflowTemplate.The returned Operation can be used to track execution + * of workflow by polling operations.get. The Operation will complete when + * entire workflow is finished.The running workflow can be aborted via + * operations.cancel. This will cause any inflight jobs to be cancelled and + * workflow-owned clusters to be deleted.The Operation.metadata will be + * WorkflowMetadata. Also see Using WorkflowMetadata.On successful completion, + * Operation.response will be Empty. (workflowTemplates.instantiateInline) + * + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,instantiateinline, the resource name of + * the region has the following format: projects/{project_id}/regions/{region} + * For projects.locations.workflowTemplates.instantiateinline, the resource + * name of the location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_WorkflowTemplate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId Optional. A tag that prevents multiple concurrent + * workflow instances with the same tag from running. This mitigates risk of + * concurrent instances started due to retries.It is recommended to always set + * this value to a UUID + * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must + * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens + * (-). The maximum length is 40 characters. + * @return Google_Service_Dataproc_Operation + */ + public function instantiateInline($parent, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('instantiateInline', array($params), "Google_Service_Dataproc_Operation"); + } + /** + * Lists workflows that match the specified filter in the request. + * (workflowTemplates.listProjectsRegionsWorkflowTemplates) + * + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,list, the resource name of the region has + * the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.list, the resource name of the location + * has the following format: projects/{project_id}/locations/{location} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The maximum number of results to return in + * each response. + * @return Google_Service_Dataproc_ListWorkflowTemplatesResponse + */ + public function listProjectsRegionsWorkflowTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListWorkflowTemplatesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (workflowTemplates.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_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_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. + * (workflowTemplates.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_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } + /** + * Updates (replaces) workflow template. The updated template must contain + * version that matches the current server version. (workflowTemplates.update) + * + * @param string $name Output only. The resource name of the workflow template, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} + * @param Google_Service_Dataproc_WorkflowTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_WorkflowTemplate + */ + public function update($name, Google_Service_Dataproc_WorkflowTemplate $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataproc_WorkflowTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php new file mode 100644 index 000000000..905f2ab47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php @@ -0,0 +1,37 @@ +kerberosConfig = $kerberosConfig; + } + /** + * @return Google_Service_Dataproc_KerberosConfig + */ + public function getKerberosConfig() + { + return $this->kerberosConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SetIamPolicyRequest.php new file mode 100644 index 000000000..0ed7559cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_Dataproc_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SoftwareConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SoftwareConfig.php new file mode 100644 index 000000000..4c1ff1962 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SoftwareConfig.php @@ -0,0 +1,49 @@ +imageVersion = $imageVersion; + } + public function getImageVersion() + { + return $this->imageVersion; + } + public function setOptionalComponents($optionalComponents) + { + $this->optionalComponents = $optionalComponents; + } + public function getOptionalComponents() + { + return $this->optionalComponents; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkJob.php new file mode 100644 index 000000000..b9ceef964 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkJob.php @@ -0,0 +1,101 @@ +archiveUris = $archiveUris; + } + public function getArchiveUris() + { + return $this->archiveUris; + } + public function setArgs($args) + { + $this->args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setFileUris($fileUris) + { + $this->fileUris = $fileUris; + } + public function getFileUris() + { + return $this->fileUris; + } + public function setJarFileUris($jarFileUris) + { + $this->jarFileUris = $jarFileUris; + } + public function getJarFileUris() + { + return $this->jarFileUris; + } + /** + * @param Google_Service_Dataproc_LoggingConfig + */ + public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) + { + $this->loggingConfig = $loggingConfig; + } + /** + * @return Google_Service_Dataproc_LoggingConfig + */ + public function getLoggingConfig() + { + return $this->loggingConfig; + } + public function setMainClass($mainClass) + { + $this->mainClass = $mainClass; + } + public function getMainClass() + { + return $this->mainClass; + } + public function setMainJarFileUri($mainJarFileUri) + { + $this->mainJarFileUri = $mainJarFileUri; + } + public function getMainJarFileUri() + { + return $this->mainJarFileUri; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php new file mode 100644 index 000000000..66589589a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php @@ -0,0 +1,90 @@ +jarFileUris = $jarFileUris; + } + public function getJarFileUris() + { + return $this->jarFileUris; + } + /** + * @param Google_Service_Dataproc_LoggingConfig + */ + public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig) + { + $this->loggingConfig = $loggingConfig; + } + /** + * @return Google_Service_Dataproc_LoggingConfig + */ + public function getLoggingConfig() + { + return $this->loggingConfig; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setQueryFileUri($queryFileUri) + { + $this->queryFileUri = $queryFileUri; + } + public function getQueryFileUri() + { + return $this->queryFileUri; + } + /** + * @param Google_Service_Dataproc_QueryList + */ + public function setQueryList(Google_Service_Dataproc_QueryList $queryList) + { + $this->queryList = $queryList; + } + /** + * @return Google_Service_Dataproc_QueryList + */ + public function getQueryList() + { + return $this->queryList; + } + public function setScriptVariables($scriptVariables) + { + $this->scriptVariables = $scriptVariables; + } + public function getScriptVariables() + { + return $this->scriptVariables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.php new file mode 100644 index 000000000..03a6841f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/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/vendor/google/apiclient-services/src/Google/Service/Dataproc/SubmitJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SubmitJobRequest.php new file mode 100644 index 000000000..e7c029507 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SubmitJobRequest.php @@ -0,0 +1,46 @@ +job = $job; + } + /** + * @return Google_Service_Dataproc_Job + */ + public function getJob() + { + return $this->job; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/TemplateParameter.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/TemplateParameter.php new file mode 100644 index 000000000..efffc86d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/TemplateParameter.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataproc_ParameterValidation + */ + public function setValidation(Google_Service_Dataproc_ParameterValidation $validation) + { + $this->validation = $validation; + } + /** + * @return Google_Service_Dataproc_ParameterValidation + */ + public function getValidation() + { + return $this->validation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsRequest.php new file mode 100644 index 000000000..9a1270702 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsResponse.php new file mode 100644 index 000000000..67152f7d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ValueValidation.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ValueValidation.php new file mode 100644 index 000000000..f6bde28bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ValueValidation.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowGraph.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowGraph.php new file mode 100644 index 000000000..6054bca6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowGraph.php @@ -0,0 +1,38 @@ +nodes = $nodes; + } + /** + * @return Google_Service_Dataproc_WorkflowNode + */ + public function getNodes() + { + return $this->nodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowMetadata.php new file mode 100644 index 000000000..07322ee3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowMetadata.php @@ -0,0 +1,141 @@ +clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + public function setClusterUuid($clusterUuid) + { + $this->clusterUuid = $clusterUuid; + } + public function getClusterUuid() + { + return $this->clusterUuid; + } + /** + * @param Google_Service_Dataproc_ClusterOperation + */ + public function setCreateCluster(Google_Service_Dataproc_ClusterOperation $createCluster) + { + $this->createCluster = $createCluster; + } + /** + * @return Google_Service_Dataproc_ClusterOperation + */ + public function getCreateCluster() + { + return $this->createCluster; + } + /** + * @param Google_Service_Dataproc_ClusterOperation + */ + public function setDeleteCluster(Google_Service_Dataproc_ClusterOperation $deleteCluster) + { + $this->deleteCluster = $deleteCluster; + } + /** + * @return Google_Service_Dataproc_ClusterOperation + */ + public function getDeleteCluster() + { + return $this->deleteCluster; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Dataproc_WorkflowGraph + */ + public function setGraph(Google_Service_Dataproc_WorkflowGraph $graph) + { + $this->graph = $graph; + } + /** + * @return Google_Service_Dataproc_WorkflowGraph + */ + public function getGraph() + { + return $this->graph; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } + 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; + } + public function setTemplate($template) + { + $this->template = $template; + } + public function getTemplate() + { + return $this->template; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowNode.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowNode.php new file mode 100644 index 000000000..c54aa2bae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowNode.php @@ -0,0 +1,67 @@ +error = $error; + } + public function getError() + { + return $this->error; + } + public function setJobId($jobId) + { + $this->jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setPrerequisiteStepIds($prerequisiteStepIds) + { + $this->prerequisiteStepIds = $prerequisiteStepIds; + } + public function getPrerequisiteStepIds() + { + return $this->prerequisiteStepIds; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplate.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplate.php new file mode 100644 index 000000000..59bbf2922 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplate.php @@ -0,0 +1,124 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dataproc_OrderedJob + */ + public function setJobs($jobs) + { + $this->jobs = $jobs; + } + /** + * @return Google_Service_Dataproc_OrderedJob + */ + public function getJobs() + { + return $this->jobs; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataproc_TemplateParameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Dataproc_TemplateParameter + */ + public function getParameters() + { + return $this->parameters; + } + /** + * @param Google_Service_Dataproc_WorkflowTemplatePlacement + */ + public function setPlacement(Google_Service_Dataproc_WorkflowTemplatePlacement $placement) + { + $this->placement = $placement; + } + /** + * @return Google_Service_Dataproc_WorkflowTemplatePlacement + */ + public function getPlacement() + { + return $this->placement; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplatePlacement.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplatePlacement.php new file mode 100644 index 000000000..1c2641335 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/WorkflowTemplatePlacement.php @@ -0,0 +1,53 @@ +clusterSelector = $clusterSelector; + } + /** + * @return Google_Service_Dataproc_ClusterSelector + */ + public function getClusterSelector() + { + return $this->clusterSelector; + } + /** + * @param Google_Service_Dataproc_ManagedCluster + */ + public function setManagedCluster(Google_Service_Dataproc_ManagedCluster $managedCluster) + { + $this->managedCluster = $managedCluster; + } + /** + * @return Google_Service_Dataproc_ManagedCluster + */ + public function getManagedCluster() + { + return $this->managedCluster; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.php new file mode 100644 index 000000000..0d507b486 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.php @@ -0,0 +1,57 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTrackingUrl($trackingUrl) + { + $this->trackingUrl = $trackingUrl; + } + public function getTrackingUrl() + { + return $this->trackingUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore.php b/vendor/google/apiclient-services/src/Google/Service/Datastore.php new file mode 100644 index 000000000..ea81198cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore.php @@ -0,0 +1,270 @@ + + * Accesses the schemaless NoSQL database to provide fully managed, robust, + * scalable storage for your application. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Datastore extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Cloud Datastore data. */ + const DATASTORE = + "https://www.googleapis.com/auth/datastore"; + + public $projects; + public $projects_indexes; + public $projects_operations; + + /** + * Constructs the internal representation of the Datastore 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://datastore.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'datastore'; + + $this->projects = new Google_Service_Datastore_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'allocateIds' => array( + 'path' => 'v1/projects/{projectId}:allocateIds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'beginTransaction' => array( + 'path' => 'v1/projects/{projectId}:beginTransaction', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'commit' => array( + 'path' => 'v1/projects/{projectId}:commit', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'export' => array( + 'path' => 'v1/projects/{projectId}:export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'import' => array( + 'path' => 'v1/projects/{projectId}:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'lookup' => array( + 'path' => 'v1/projects/{projectId}:lookup', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reserveIds' => array( + 'path' => 'v1/projects/{projectId}:reserveIds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rollback' => array( + 'path' => 'v1/projects/{projectId}:rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'runQuery' => array( + 'path' => 'v1/projects/{projectId}:runQuery', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_indexes = new Google_Service_Datastore_Resource_ProjectsIndexes( + $this, + $this->serviceName, + 'indexes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/projects/{projectId}/indexes/{indexId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'indexId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{projectId}/indexes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_operations = new Google_Service_Datastore_Resource_ProjectsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.php new file mode 100644 index 000000000..cca5fdb20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.php @@ -0,0 +1,38 @@ +keys = $keys; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKeys() + { + return $this->keys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsResponse.php new file mode 100644 index 000000000..bb3858039 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsResponse.php @@ -0,0 +1,38 @@ +keys = $keys; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKeys() + { + return $this->keys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.php new file mode 100644 index 000000000..e177d9867 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_Datastore_Value + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.php new file mode 100644 index 000000000..0773d0e08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.php @@ -0,0 +1,37 @@ +transactionOptions = $transactionOptions; + } + /** + * @return Google_Service_Datastore_TransactionOptions + */ + public function getTransactionOptions() + { + return $this->transactionOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.php new file mode 100644 index 000000000..80cf09f79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.php @@ -0,0 +1,30 @@ +transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitRequest.php new file mode 100644 index 000000000..2c0af4d1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitRequest.php @@ -0,0 +1,56 @@ +mode = $mode; + } + public function getMode() + { + return $this->mode; + } + /** + * @param Google_Service_Datastore_Mutation + */ + public function setMutations($mutations) + { + $this->mutations = $mutations; + } + /** + * @return Google_Service_Datastore_Mutation + */ + public function getMutations() + { + return $this->mutations; + } + public function setTransaction($transaction) + { + $this->transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php new file mode 100644 index 000000000..49f04da24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php @@ -0,0 +1,47 @@ +indexUpdates = $indexUpdates; + } + public function getIndexUpdates() + { + return $this->indexUpdates; + } + /** + * @param Google_Service_Datastore_MutationResult + */ + public function setMutationResults($mutationResults) + { + $this->mutationResults = $mutationResults; + } + /** + * @return Google_Service_Datastore_MutationResult + */ + public function getMutationResults() + { + return $this->mutationResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.php new file mode 100644 index 000000000..c84b3a2d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.php @@ -0,0 +1,47 @@ +filters = $filters; + } + /** + * @return Google_Service_Datastore_Filter + */ + public function getFilters() + { + return $this->filters; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/DatastoreEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/DatastoreEmpty.php new file mode 100644 index 000000000..a5d3d0696 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/DatastoreEmpty.php @@ -0,0 +1,20 @@ +key = $key; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_Datastore_Value + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Datastore_Value + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.php new file mode 100644 index 000000000..dfd8979a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.php @@ -0,0 +1,55 @@ +cursor = $cursor; + } + public function getCursor() + { + return $this->cursor; + } + /** + * @param Google_Service_Datastore_Entity + */ + public function setEntity(Google_Service_Datastore_Entity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_Datastore_Entity + */ + public function getEntity() + { + return $this->entity; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php new file mode 100644 index 000000000..4f59b0e22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php @@ -0,0 +1,53 @@ +compositeFilter = $compositeFilter; + } + /** + * @return Google_Service_Datastore_CompositeFilter + */ + public function getCompositeFilter() + { + return $this->compositeFilter; + } + /** + * @param Google_Service_Datastore_PropertyFilter + */ + public function setPropertyFilter(Google_Service_Datastore_PropertyFilter $propertyFilter) + { + $this->propertyFilter = $propertyFilter; + } + /** + * @return Google_Service_Datastore_PropertyFilter + */ + public function getPropertyFilter() + { + return $this->propertyFilter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1CommonMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1CommonMetadata.php new file mode 100644 index 000000000..9c438d4d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1CommonMetadata.php @@ -0,0 +1,66 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + 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 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/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1EntityFilter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1EntityFilter.php new file mode 100644 index 000000000..ac00953a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1EntityFilter.php @@ -0,0 +1,40 @@ +kinds = $kinds; + } + public function getKinds() + { + return $this->kinds; + } + public function setNamespaceIds($namespaceIds) + { + $this->namespaceIds = $namespaceIds; + } + public function getNamespaceIds() + { + return $this->namespaceIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesMetadata.php new file mode 100644 index 000000000..934833cca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesMetadata.php @@ -0,0 +1,94 @@ +common = $common; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata + */ + public function getCommon() + { + return $this->common; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter + */ + public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter) + { + $this->entityFilter = $entityFilter; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter + */ + public function getEntityFilter() + { + return $this->entityFilter; + } + public function setOutputUrlPrefix($outputUrlPrefix) + { + $this->outputUrlPrefix = $outputUrlPrefix; + } + public function getOutputUrlPrefix() + { + return $this->outputUrlPrefix; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) + { + $this->progressEntities = $progressEntities; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function getProgressEntities() + { + return $this->progressEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesRequest.php new file mode 100644 index 000000000..c9ad4be3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesRequest.php @@ -0,0 +1,55 @@ +entityFilter = $entityFilter; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter + */ + public function getEntityFilter() + { + return $this->entityFilter; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setOutputUrlPrefix($outputUrlPrefix) + { + $this->outputUrlPrefix = $outputUrlPrefix; + } + public function getOutputUrlPrefix() + { + return $this->outputUrlPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesResponse.php new file mode 100644 index 000000000..bb41c2c1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ExportEntitiesResponse.php @@ -0,0 +1,30 @@ +outputUrl = $outputUrl; + } + public function getOutputUrl() + { + return $this->outputUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesMetadata.php new file mode 100644 index 000000000..6cb2b6dd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesMetadata.php @@ -0,0 +1,94 @@ +common = $common; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata + */ + public function getCommon() + { + return $this->common; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter + */ + public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter) + { + $this->entityFilter = $entityFilter; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter + */ + public function getEntityFilter() + { + return $this->entityFilter; + } + public function setInputUrl($inputUrl) + { + $this->inputUrl = $inputUrl; + } + public function getInputUrl() + { + return $this->inputUrl; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) + { + $this->progressEntities = $progressEntities; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function getProgressEntities() + { + return $this->progressEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesRequest.php new file mode 100644 index 000000000..107120656 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ImportEntitiesRequest.php @@ -0,0 +1,55 @@ +entityFilter = $entityFilter; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter + */ + public function getEntityFilter() + { + return $this->entityFilter; + } + public function setInputUrl($inputUrl) + { + $this->inputUrl = $inputUrl; + } + public function getInputUrl() + { + return $this->inputUrl; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Index.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Index.php new file mode 100644 index 000000000..662454bf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Index.php @@ -0,0 +1,83 @@ +ancestor = $ancestor; + } + public function getAncestor() + { + return $this->ancestor; + } + public function setIndexId($indexId) + { + $this->indexId = $indexId; + } + public function getIndexId() + { + return $this->indexId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1IndexedProperty + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1IndexedProperty + */ + public function getProperties() + { + return $this->properties; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexOperationMetadata.php new file mode 100644 index 000000000..417874ed0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexOperationMetadata.php @@ -0,0 +1,62 @@ +common = $common; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata + */ + public function getCommon() + { + return $this->common; + } + public function setIndexId($indexId) + { + $this->indexId = $indexId; + } + public function getIndexId() + { + return $this->indexId; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) + { + $this->progressEntities = $progressEntities; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress + */ + public function getProgressEntities() + { + return $this->progressEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexedProperty.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexedProperty.php new file mode 100644 index 000000000..c86e737fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1IndexedProperty.php @@ -0,0 +1,39 @@ +direction = $direction; + } + public function getDirection() + { + return $this->direction; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ListIndexesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ListIndexesResponse.php new file mode 100644 index 000000000..b8e460365 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1ListIndexesResponse.php @@ -0,0 +1,47 @@ +indexes = $indexes; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Index + */ + public function getIndexes() + { + return $this->indexes; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Progress.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Progress.php new file mode 100644 index 000000000..677c78584 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1Progress.php @@ -0,0 +1,39 @@ +workCompleted = $workCompleted; + } + public function getWorkCompleted() + { + return $this->workCompleted; + } + public function setWorkEstimated($workEstimated) + { + $this->workEstimated = $workEstimated; + } + public function getWorkEstimated() + { + return $this->workEstimated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1CommonMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1CommonMetadata.php new file mode 100644 index 000000000..6bfe2f6a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1CommonMetadata.php @@ -0,0 +1,66 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + 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 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/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1EntityFilter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1EntityFilter.php new file mode 100644 index 000000000..851974437 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1EntityFilter.php @@ -0,0 +1,40 @@ +kinds = $kinds; + } + public function getKinds() + { + return $this->kinds; + } + public function setNamespaceIds($namespaceIds) + { + $this->namespaceIds = $namespaceIds; + } + public function getNamespaceIds() + { + return $this->namespaceIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesMetadata.php new file mode 100644 index 000000000..3b8f202cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesMetadata.php @@ -0,0 +1,94 @@ +common = $common; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata + */ + public function getCommon() + { + return $this->common; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter + */ + public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter $entityFilter) + { + $this->entityFilter = $entityFilter; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter + */ + public function getEntityFilter() + { + return $this->entityFilter; + } + public function setOutputUrlPrefix($outputUrlPrefix) + { + $this->outputUrlPrefix = $outputUrlPrefix; + } + public function getOutputUrlPrefix() + { + return $this->outputUrlPrefix; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressEntities) + { + $this->progressEntities = $progressEntities; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function getProgressEntities() + { + return $this->progressEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesResponse.php new file mode 100644 index 000000000..1258a5456 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ExportEntitiesResponse.php @@ -0,0 +1,30 @@ +outputUrl = $outputUrl; + } + public function getOutputUrl() + { + return $this->outputUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ImportEntitiesMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ImportEntitiesMetadata.php new file mode 100644 index 000000000..eac1801dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1ImportEntitiesMetadata.php @@ -0,0 +1,94 @@ +common = $common; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata + */ + public function getCommon() + { + return $this->common; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter + */ + public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter $entityFilter) + { + $this->entityFilter = $entityFilter; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter + */ + public function getEntityFilter() + { + return $this->entityFilter; + } + public function setInputUrl($inputUrl) + { + $this->inputUrl = $inputUrl; + } + public function getInputUrl() + { + return $this->inputUrl; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressEntities) + { + $this->progressEntities = $progressEntities; + } + /** + * @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress + */ + public function getProgressEntities() + { + return $this->progressEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1Progress.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1Progress.php new file mode 100644 index 000000000..81f855477 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleDatastoreAdminV1beta1Progress.php @@ -0,0 +1,39 @@ +workCompleted = $workCompleted; + } + public function getWorkCompleted() + { + return $this->workCompleted; + } + public function setWorkEstimated($workEstimated) + { + $this->workEstimated = $workEstimated; + } + public function getWorkEstimated() + { + return $this->workEstimated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningListOperationsResponse.php new file mode 100644 index 000000000..72bf60bfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Datastore_GoogleLongrunningOperation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Datastore_GoogleLongrunningOperation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningOperation.php new file mode 100644 index 000000000..a85a0aed7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Datastore_Status + */ + public function setError(Google_Service_Datastore_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Datastore_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/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.php new file mode 100644 index 000000000..d5c5fd7f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.php @@ -0,0 +1,72 @@ +allowLiterals = $allowLiterals; + } + public function getAllowLiterals() + { + return $this->allowLiterals; + } + /** + * @param Google_Service_Datastore_GqlQueryParameter + */ + public function setNamedBindings($namedBindings) + { + $this->namedBindings = $namedBindings; + } + /** + * @return Google_Service_Datastore_GqlQueryParameter + */ + public function getNamedBindings() + { + return $this->namedBindings; + } + /** + * @param Google_Service_Datastore_GqlQueryParameter + */ + public function setPositionalBindings($positionalBindings) + { + $this->positionalBindings = $positionalBindings; + } + /** + * @return Google_Service_Datastore_GqlQueryParameter + */ + public function getPositionalBindings() + { + return $this->positionalBindings; + } + public function setQueryString($queryString) + { + $this->queryString = $queryString; + } + public function getQueryString() + { + return $this->queryString; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php new file mode 100644 index 000000000..e4c8b055c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php @@ -0,0 +1,46 @@ +cursor = $cursor; + } + public function getCursor() + { + return $this->cursor; + } + /** + * @param Google_Service_Datastore_Value + */ + public function setValue(Google_Service_Datastore_Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Datastore_Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Key.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Key.php new file mode 100644 index 000000000..d842ef685 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Key.php @@ -0,0 +1,54 @@ +partitionId = $partitionId; + } + /** + * @return Google_Service_Datastore_PartitionId + */ + public function getPartitionId() + { + return $this->partitionId; + } + /** + * @param Google_Service_Datastore_PathElement + */ + public function setPath($path) + { + $this->path = $path; + } + /** + * @return Google_Service_Datastore_PathElement + */ + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.php new file mode 100644 index 000000000..66b5ecfc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/LatLng.php new file mode 100644 index 000000000..31a9b80eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/LatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupRequest.php new file mode 100644 index 000000000..d3c3165a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupRequest.php @@ -0,0 +1,54 @@ +keys = $keys; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKeys() + { + return $this->keys; + } + /** + * @param Google_Service_Datastore_ReadOptions + */ + public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions) + { + $this->readOptions = $readOptions; + } + /** + * @return Google_Service_Datastore_ReadOptions + */ + public function getReadOptions() + { + return $this->readOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.php new file mode 100644 index 000000000..1f80a5f45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.php @@ -0,0 +1,70 @@ +deferred = $deferred; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getDeferred() + { + return $this->deferred; + } + /** + * @param Google_Service_Datastore_EntityResult + */ + public function setFound($found) + { + $this->found = $found; + } + /** + * @return Google_Service_Datastore_EntityResult + */ + public function getFound() + { + return $this->found; + } + /** + * @param Google_Service_Datastore_EntityResult + */ + public function setMissing($missing) + { + $this->missing = $missing; + } + /** + * @return Google_Service_Datastore_EntityResult + */ + public function getMissing() + { + return $this->missing; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.php new file mode 100644 index 000000000..c297a9665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.php @@ -0,0 +1,94 @@ +baseVersion = $baseVersion; + } + public function getBaseVersion() + { + return $this->baseVersion; + } + /** + * @param Google_Service_Datastore_Key + */ + public function setDelete(Google_Service_Datastore_Key $delete) + { + $this->delete = $delete; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getDelete() + { + return $this->delete; + } + /** + * @param Google_Service_Datastore_Entity + */ + public function setInsert(Google_Service_Datastore_Entity $insert) + { + $this->insert = $insert; + } + /** + * @return Google_Service_Datastore_Entity + */ + public function getInsert() + { + return $this->insert; + } + /** + * @param Google_Service_Datastore_Entity + */ + public function setUpdate(Google_Service_Datastore_Entity $update) + { + $this->update = $update; + } + /** + * @return Google_Service_Datastore_Entity + */ + public function getUpdate() + { + return $this->update; + } + /** + * @param Google_Service_Datastore_Entity + */ + public function setUpsert(Google_Service_Datastore_Entity $upsert) + { + $this->upsert = $upsert; + } + /** + * @return Google_Service_Datastore_Entity + */ + public function getUpsert() + { + return $this->upsert; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.php new file mode 100644 index 000000000..e39ecd913 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.php @@ -0,0 +1,55 @@ +conflictDetected = $conflictDetected; + } + public function getConflictDetected() + { + return $this->conflictDetected; + } + /** + * @param Google_Service_Datastore_Key + */ + public function setKey(Google_Service_Datastore_Key $key) + { + $this->key = $key; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKey() + { + return $this->key; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php new file mode 100644 index 000000000..0cf85f329 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php @@ -0,0 +1,39 @@ +namespaceId = $namespaceId; + } + public function getNamespaceId() + { + return $this->namespaceId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/PathElement.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/PathElement.php new file mode 100644 index 000000000..c9b5491db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PathElement.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Projection.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Projection.php new file mode 100644 index 000000000..9088b5da1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Projection.php @@ -0,0 +1,37 @@ +property = $property; + } + /** + * @return Google_Service_Datastore_PropertyReference + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.php new file mode 100644 index 000000000..7ae910473 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.php @@ -0,0 +1,62 @@ +op = $op; + } + public function getOp() + { + return $this->op; + } + /** + * @param Google_Service_Datastore_PropertyReference + */ + public function setProperty(Google_Service_Datastore_PropertyReference $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Datastore_PropertyReference + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Datastore_Value + */ + public function setValue(Google_Service_Datastore_Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Datastore_Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyOrder.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyOrder.php new file mode 100644 index 000000000..67cf0b356 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyOrder.php @@ -0,0 +1,46 @@ +direction = $direction; + } + public function getDirection() + { + return $this->direction; + } + /** + * @param Google_Service_Datastore_PropertyReference + */ + public function setProperty(Google_Service_Datastore_PropertyReference $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Datastore_PropertyReference + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.php new file mode 100644 index 000000000..ddb4ec4a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Query.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Query.php new file mode 100644 index 000000000..74db5eacb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Query.php @@ -0,0 +1,138 @@ +distinctOn = $distinctOn; + } + /** + * @return Google_Service_Datastore_PropertyReference + */ + public function getDistinctOn() + { + return $this->distinctOn; + } + public function setEndCursor($endCursor) + { + $this->endCursor = $endCursor; + } + public function getEndCursor() + { + return $this->endCursor; + } + /** + * @param Google_Service_Datastore_Filter + */ + public function setFilter(Google_Service_Datastore_Filter $filter) + { + $this->filter = $filter; + } + /** + * @return Google_Service_Datastore_Filter + */ + public function getFilter() + { + return $this->filter; + } + /** + * @param Google_Service_Datastore_KindExpression + */ + public function setKind($kind) + { + $this->kind = $kind; + } + /** + * @return Google_Service_Datastore_KindExpression + */ + public function getKind() + { + return $this->kind; + } + public function setLimit($limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + /** + * @param Google_Service_Datastore_PropertyOrder + */ + public function setOrder($order) + { + $this->order = $order; + } + /** + * @return Google_Service_Datastore_PropertyOrder + */ + public function getOrder() + { + return $this->order; + } + /** + * @param Google_Service_Datastore_Projection + */ + public function setProjection($projection) + { + $this->projection = $projection; + } + /** + * @return Google_Service_Datastore_Projection + */ + public function getProjection() + { + return $this->projection; + } + public function setStartCursor($startCursor) + { + $this->startCursor = $startCursor; + } + public function getStartCursor() + { + return $this->startCursor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php new file mode 100644 index 000000000..8902dd209 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php @@ -0,0 +1,92 @@ +endCursor = $endCursor; + } + public function getEndCursor() + { + return $this->endCursor; + } + public function setEntityResultType($entityResultType) + { + $this->entityResultType = $entityResultType; + } + public function getEntityResultType() + { + return $this->entityResultType; + } + /** + * @param Google_Service_Datastore_EntityResult + */ + public function setEntityResults($entityResults) + { + $this->entityResults = $entityResults; + } + /** + * @return Google_Service_Datastore_EntityResult + */ + public function getEntityResults() + { + return $this->entityResults; + } + public function setMoreResults($moreResults) + { + $this->moreResults = $moreResults; + } + public function getMoreResults() + { + return $this->moreResults; + } + public function setSkippedCursor($skippedCursor) + { + $this->skippedCursor = $skippedCursor; + } + public function getSkippedCursor() + { + return $this->skippedCursor; + } + public function setSkippedResults($skippedResults) + { + $this->skippedResults = $skippedResults; + } + public function getSkippedResults() + { + return $this->skippedResults; + } + public function setSnapshotVersion($snapshotVersion) + { + $this->snapshotVersion = $snapshotVersion; + } + public function getSnapshotVersion() + { + return $this->snapshotVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOnly.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOnly.php new file mode 100644 index 000000000..f138b5517 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOnly.php @@ -0,0 +1,20 @@ +readConsistency = $readConsistency; + } + public function getReadConsistency() + { + return $this->readConsistency; + } + public function setTransaction($transaction) + { + $this->transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadWrite.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadWrite.php new file mode 100644 index 000000000..3f5d09325 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadWrite.php @@ -0,0 +1,30 @@ +previousTransaction = $previousTransaction; + } + public function getPreviousTransaction() + { + return $this->previousTransaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsRequest.php new file mode 100644 index 000000000..25837fa2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsRequest.php @@ -0,0 +1,47 @@ +databaseId = $databaseId; + } + public function getDatabaseId() + { + return $this->databaseId; + } + /** + * @param Google_Service_Datastore_Key + */ + public function setKeys($keys) + { + $this->keys = $keys; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKeys() + { + return $this->keys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsResponse.php new file mode 100644 index 000000000..c2870d714 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReserveIdsResponse.php @@ -0,0 +1,20 @@ + + * $datastoreService = new Google_Service_Datastore(...); + * $projects = $datastoreService->projects; + * + */ +class Google_Service_Datastore_Resource_Projects extends Google_Service_Resource +{ + /** + * Allocates IDs for the given keys, which is useful for referencing an entity + * before it is inserted. (projects.allocateIds) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_AllocateIdsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_AllocateIdsResponse + */ + public function allocateIds($projectId, Google_Service_Datastore_AllocateIdsRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse"); + } + /** + * Begins a new transaction. (projects.beginTransaction) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_BeginTransactionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_BeginTransactionResponse + */ + public function beginTransaction($projectId, Google_Service_Datastore_BeginTransactionRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse"); + } + /** + * Commits a transaction, optionally creating, deleting or modifying some + * entities. (projects.commit) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_CommitRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_CommitResponse + */ + public function commit($projectId, Google_Service_Datastore_CommitRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse"); + } + /** + * Exports a copy of all or a subset of entities from Google Cloud Datastore to + * another storage system, such as Google Cloud Storage. Recent updates to + * entities may not be reflected in the export. The export occurs in the + * 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. + * (projects.export) + * + * @param string $projectId Project ID against which to make the request. + * @param Google_Service_Datastore_GoogleDatastoreAdminV1ExportEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_GoogleLongrunningOperation + */ + public function export($projectId, Google_Service_Datastore_GoogleDatastoreAdminV1ExportEntitiesRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('export', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); + } + /** + * Imports entities into Google Cloud Datastore. Existing entities with the same + * key are overwritten. The import occurs in the background and its progress can + * be monitored and managed via the Operation resource that is created. If an + * ImportEntities operation is cancelled, it is possible that a subset of the + * data has already been imported to Cloud Datastore. (projects.import) + * + * @param string $projectId Project ID against which to make the request. + * @param Google_Service_Datastore_GoogleDatastoreAdminV1ImportEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_GoogleLongrunningOperation + */ + public function import($projectId, Google_Service_Datastore_GoogleDatastoreAdminV1ImportEntitiesRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); + } + /** + * Looks up entities by key. (projects.lookup) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_LookupRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_LookupResponse + */ + public function lookup($projectId, Google_Service_Datastore_LookupRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse"); + } + /** + * Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore. + * (projects.reserveIds) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_ReserveIdsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_ReserveIdsResponse + */ + public function reserveIds($projectId, Google_Service_Datastore_ReserveIdsRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reserveIds', array($params), "Google_Service_Datastore_ReserveIdsResponse"); + } + /** + * Rolls back a transaction. (projects.rollback) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_RollbackRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_RollbackResponse + */ + public function rollback($projectId, Google_Service_Datastore_RollbackRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse"); + } + /** + * Queries for entities. (projects.runQuery) + * + * @param string $projectId The ID of the project against which to make the + * request. + * @param Google_Service_Datastore_RunQueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_RunQueryResponse + */ + public function runQuery($projectId, Google_Service_Datastore_RunQueryRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('runQuery', array($params), "Google_Service_Datastore_RunQueryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php new file mode 100644 index 000000000..a2df5137c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php @@ -0,0 +1,63 @@ + + * $datastoreService = new Google_Service_Datastore(...); + * $indexes = $datastoreService->indexes; + * + */ +class Google_Service_Datastore_Resource_ProjectsIndexes extends Google_Service_Resource +{ + /** + * Gets an index. (indexes.get) + * + * @param string $projectId Project ID against which to make the request. + * @param string $indexId The resource ID of the index to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Datastore_GoogleDatastoreAdminV1Index + */ + public function get($projectId, $indexId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'indexId' => $indexId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Datastore_GoogleDatastoreAdminV1Index"); + } + /** + * Lists the indexes that match the specified filters. Datastore uses an + * eventually consistent query to fetch the list of indexes and may occasionally + * return stale results. (indexes.listProjectsIndexes) + * + * @param string $projectId Project ID against which to make the request. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize The maximum number of items to return. If zero, then + * all results will be returned. + * @opt_param string filter + * @return Google_Service_Datastore_GoogleDatastoreAdminV1ListIndexesResponse + */ + public function listProjectsIndexes($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Datastore_GoogleDatastoreAdminV1ListIndexesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php new file mode 100644 index 000000000..65e97cfb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php @@ -0,0 +1,106 @@ + + * $datastoreService = new Google_Service_Datastore(...); + * $operations = $datastoreService->operations; + * + */ +class Google_Service_Datastore_Resource_ProjectsOperations 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 array $optParams Optional parameters. + * @return Google_Service_Datastore_DatastoreEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Datastore_DatastoreEmpty"); + } + /** + * 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_Datastore_DatastoreEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Datastore_DatastoreEmpty"); + } + /** + * 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_Datastore_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Datastore_GoogleLongrunningOperation"); + } + /** + * 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.listProjectsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_Datastore_GoogleLongrunningListOperationsResponse + */ + public function listProjectsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Datastore_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php new file mode 100644 index 000000000..3323af02d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php @@ -0,0 +1,30 @@ +transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackResponse.php new file mode 100644 index 000000000..f4eab4ee8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackResponse.php @@ -0,0 +1,20 @@ +gqlQuery = $gqlQuery; + } + /** + * @return Google_Service_Datastore_GqlQuery + */ + public function getGqlQuery() + { + return $this->gqlQuery; + } + /** + * @param Google_Service_Datastore_PartitionId + */ + public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId) + { + $this->partitionId = $partitionId; + } + /** + * @return Google_Service_Datastore_PartitionId + */ + public function getPartitionId() + { + return $this->partitionId; + } + /** + * @param Google_Service_Datastore_Query + */ + public function setQuery(Google_Service_Datastore_Query $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Datastore_Query + */ + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_Datastore_ReadOptions + */ + public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions) + { + $this->readOptions = $readOptions; + } + /** + * @return Google_Service_Datastore_ReadOptions + */ + public function getReadOptions() + { + return $this->readOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.php new file mode 100644 index 000000000..73b2b14ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.php @@ -0,0 +1,53 @@ +batch = $batch; + } + /** + * @return Google_Service_Datastore_QueryResultBatch + */ + public function getBatch() + { + return $this->batch; + } + /** + * @param Google_Service_Datastore_Query + */ + public function setQuery(Google_Service_Datastore_Query $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Datastore_Query + */ + public function getQuery() + { + return $this->query; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Status.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Status.php new file mode 100644 index 000000000..3e6596763 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/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/vendor/google/apiclient-services/src/Google/Service/Datastore/TransactionOptions.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/TransactionOptions.php new file mode 100644 index 000000000..fb2dcbd9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/TransactionOptions.php @@ -0,0 +1,53 @@ +readOnly = $readOnly; + } + /** + * @return Google_Service_Datastore_ReadOnly + */ + public function getReadOnly() + { + return $this->readOnly; + } + /** + * @param Google_Service_Datastore_ReadWrite + */ + public function setReadWrite(Google_Service_Datastore_ReadWrite $readWrite) + { + $this->readWrite = $readWrite; + } + /** + * @return Google_Service_Datastore_ReadWrite + */ + public function getReadWrite() + { + return $this->readWrite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Value.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Value.php new file mode 100644 index 000000000..02c08f1e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Value.php @@ -0,0 +1,166 @@ +arrayValue = $arrayValue; + } + /** + * @return Google_Service_Datastore_ArrayValue + */ + public function getArrayValue() + { + return $this->arrayValue; + } + public function setBlobValue($blobValue) + { + $this->blobValue = $blobValue; + } + public function getBlobValue() + { + return $this->blobValue; + } + public function setBooleanValue($booleanValue) + { + $this->booleanValue = $booleanValue; + } + public function getBooleanValue() + { + return $this->booleanValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + /** + * @param Google_Service_Datastore_Entity + */ + public function setEntityValue(Google_Service_Datastore_Entity $entityValue) + { + $this->entityValue = $entityValue; + } + /** + * @return Google_Service_Datastore_Entity + */ + public function getEntityValue() + { + return $this->entityValue; + } + public function setExcludeFromIndexes($excludeFromIndexes) + { + $this->excludeFromIndexes = $excludeFromIndexes; + } + public function getExcludeFromIndexes() + { + return $this->excludeFromIndexes; + } + /** + * @param Google_Service_Datastore_LatLng + */ + public function setGeoPointValue(Google_Service_Datastore_LatLng $geoPointValue) + { + $this->geoPointValue = $geoPointValue; + } + /** + * @return Google_Service_Datastore_LatLng + */ + public function getGeoPointValue() + { + return $this->geoPointValue; + } + public function setIntegerValue($integerValue) + { + $this->integerValue = $integerValue; + } + public function getIntegerValue() + { + return $this->integerValue; + } + /** + * @param Google_Service_Datastore_Key + */ + public function setKeyValue(Google_Service_Datastore_Key $keyValue) + { + $this->keyValue = $keyValue; + } + /** + * @return Google_Service_Datastore_Key + */ + public function getKeyValue() + { + return $this->keyValue; + } + public function setMeaning($meaning) + { + $this->meaning = $meaning; + } + public function getMeaning() + { + return $this->meaning; + } + public function setNullValue($nullValue) + { + $this->nullValue = $nullValue; + } + public function getNullValue() + { + return $this->nullValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } + public function setTimestampValue($timestampValue) + { + $this->timestampValue = $timestampValue; + } + public function getTimestampValue() + { + return $this->timestampValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php new file mode 100644 index 000000000..53bae9b18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php @@ -0,0 +1,494 @@ + + * Declares, configures, and deploys complex solutions on Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DeploymentManager extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and manage your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN = + "https://www.googleapis.com/auth/ndev.cloudman"; + /** View your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN_READONLY = + "https://www.googleapis.com/auth/ndev.cloudman.readonly"; + + public $deployments; + public $manifests; + public $operations; + public $resources; + public $types; + + /** + * Constructs the internal representation of the DeploymentManager 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 = 'deploymentmanager/v2/projects/'; + $this->batchPath = 'batch/deploymentmanager/v2'; + $this->version = 'v2'; + $this->serviceName = 'deploymentmanager'; + + $this->deployments = new Google_Service_DeploymentManager_Resource_Deployments( + $this, + $this->serviceName, + 'deployments', + array( + 'methods' => array( + 'cancelPreview' => array( + 'path' => '{project}/global/deployments/{deployment}/cancelPreview', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/global/deployments/{deployment}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deletePolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/deployments/{deployment}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => '{project}/global/deployments/{resource}/getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/deployments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'createPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'preview' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => '{project}/global/deployments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/deployments/{deployment}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'createPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'deletePolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'preview' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'setIamPolicy' => array( + 'path' => '{project}/global/deployments/{resource}/setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stop' => array( + 'path' => '{project}/global/deployments/{deployment}/stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/deployments/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{project}/global/deployments/{deployment}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'createPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'deletePolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'preview' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->manifests = new Google_Service_DeploymentManager_Resource_Manifests( + $this, + $this->serviceName, + 'manifests', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/deployments/{deployment}/manifests/{manifest}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'manifest' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/deployments/{deployment}/manifests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_DeploymentManager_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->resources = new Google_Service_DeploymentManager_Resource_Resources( + $this, + $this->serviceName, + 'resources', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/deployments/{deployment}/resources/{resource}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/deployments/{deployment}/resources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->types = new Google_Service_DeploymentManager_Resource_Types( + $this, + $this->serviceName, + 'types', + array( + 'methods' => array( + 'list' => array( + 'path' => '{project}/global/types', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php new file mode 100644 index 000000000..8a79182fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php @@ -0,0 +1,56 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_DeploymentManager_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setExemptedMembers($exemptedMembers) + { + $this->exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php new file mode 100644 index 000000000..1a5847d7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuthorizationLoggingOptions.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuthorizationLoggingOptions.php new file mode 100644 index 000000000..c64ce2623 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuthorizationLoggingOptions.php @@ -0,0 +1,30 @@ +permissionType = $permissionType; + } + public function getPermissionType() + { + return $this->permissionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.php new file mode 100644 index 000000000..d7a53bce5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_DeploymentManager_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php new file mode 100644 index 000000000..443e85325 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php @@ -0,0 +1,76 @@ +iam = $iam; + } + public function getIam() + { + return $this->iam; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } + public function setSvc($svc) + { + $this->svc = $svc; + } + public function getSvc() + { + return $this->svc; + } + public function setSys($sys) + { + $this->sys = $sys; + } + public function getSys() + { + return $this->sys; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.php new file mode 100644 index 000000000..10c96ca7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.php @@ -0,0 +1,30 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.php new file mode 100644 index 000000000..32840f9c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.php @@ -0,0 +1,158 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + /** + * @param Google_Service_DeploymentManager_DeploymentLabelEntry + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_DeploymentManager_DeploymentLabelEntry + */ + public function getLabels() + { + return $this->labels; + } + public function setManifest($manifest) + { + $this->manifest = $manifest; + } + public function getManifest() + { + return $this->manifest; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DeploymentManager_Operation + */ + public function setOperation(Google_Service_DeploymentManager_Operation $operation) + { + $this->operation = $operation; + } + /** + * @return Google_Service_DeploymentManager_Operation + */ + public function getOperation() + { + return $this->operation; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_DeploymentManager_TargetConfiguration + */ + public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target) + { + $this->target = $target; + } + /** + * @return Google_Service_DeploymentManager_TargetConfiguration + */ + public function getTarget() + { + return $this->target; + } + /** + * @param Google_Service_DeploymentManager_DeploymentUpdate + */ + public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update) + { + $this->update = $update; + } + /** + * @return Google_Service_DeploymentManager_DeploymentUpdate + */ + public function getUpdate() + { + return $this->update; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php new file mode 100644 index 000000000..802f44c90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.php new file mode 100644 index 000000000..18f296876 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.php @@ -0,0 +1,56 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_DeploymentManager_DeploymentUpdateLabelEntry + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_DeploymentManager_DeploymentUpdateLabelEntry + */ + public function getLabels() + { + return $this->labels; + } + public function setManifest($manifest) + { + $this->manifest = $manifest; + } + public function getManifest() + { + return $this->manifest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php new file mode 100644 index 000000000..7f6686754 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.php new file mode 100644 index 000000000..73c745fe5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.php @@ -0,0 +1,151 @@ +accessControl = $accessControl; + } + /** + * @return Google_Service_DeploymentManager_ResourceAccessControl + */ + public function getAccessControl() + { + return $this->accessControl; + } + public function setFinalProperties($finalProperties) + { + $this->finalProperties = $finalProperties; + } + public function getFinalProperties() + { + return $this->finalProperties; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + public function setManifest($manifest) + { + $this->manifest = $manifest; + } + public function getManifest() + { + return $this->manifest; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_DeploymentManager_ResourceUpdate + */ + public function setUpdate(Google_Service_DeploymentManager_ResourceUpdate $update) + { + $this->update = $update; + } + /** + * @return Google_Service_DeploymentManager_ResourceUpdate + */ + public function getUpdate() + { + return $this->update; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.php new file mode 100644 index 000000000..c6c2a4666 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php new file mode 100644 index 000000000..35e93e844 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsCancelPreviewRequest.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsCancelPreviewRequest.php new file mode 100644 index 000000000..e6cc462ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsCancelPreviewRequest.php @@ -0,0 +1,30 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsListResponse.php new file mode 100644 index 000000000..424394304 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsListResponse.php @@ -0,0 +1,47 @@ +deployments = $deployments; + } + /** + * @return Google_Service_DeploymentManager_Deployment + */ + public function getDeployments() + { + return $this->deployments; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php new file mode 100644 index 000000000..e75ef93ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php @@ -0,0 +1,30 @@ +fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Expr.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Expr.php new file mode 100644 index 000000000..26070cfe9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/GlobalSetPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/GlobalSetPolicyRequest.php new file mode 100644 index 000000000..536695a00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/GlobalSetPolicyRequest.php @@ -0,0 +1,63 @@ +bindings = $bindings; + } + /** + * @return Google_Service_DeploymentManager_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_DeploymentManager_Policy + */ + public function setPolicy(Google_Service_DeploymentManager_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_DeploymentManager_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.php new file mode 100644 index 000000000..82f262cfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.php @@ -0,0 +1,39 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfig.php new file mode 100644 index 000000000..d7c497c5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfig.php @@ -0,0 +1,69 @@ +cloudAudit = $cloudAudit; + } + /** + * @return Google_Service_DeploymentManager_LogConfigCloudAuditOptions + */ + public function getCloudAudit() + { + return $this->cloudAudit; + } + /** + * @param Google_Service_DeploymentManager_LogConfigCounterOptions + */ + public function setCounter(Google_Service_DeploymentManager_LogConfigCounterOptions $counter) + { + $this->counter = $counter; + } + /** + * @return Google_Service_DeploymentManager_LogConfigCounterOptions + */ + public function getCounter() + { + return $this->counter; + } + /** + * @param Google_Service_DeploymentManager_LogConfigDataAccessOptions + */ + public function setDataAccess(Google_Service_DeploymentManager_LogConfigDataAccessOptions $dataAccess) + { + $this->dataAccess = $dataAccess; + } + /** + * @return Google_Service_DeploymentManager_LogConfigDataAccessOptions + */ + public function getDataAccess() + { + return $this->dataAccess; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCloudAuditOptions.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCloudAuditOptions.php new file mode 100644 index 000000000..3a3beb061 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCloudAuditOptions.php @@ -0,0 +1,46 @@ +authorizationLoggingOptions = $authorizationLoggingOptions; + } + /** + * @return Google_Service_DeploymentManager_AuthorizationLoggingOptions + */ + public function getAuthorizationLoggingOptions() + { + return $this->authorizationLoggingOptions; + } + public function setLogName($logName) + { + $this->logName = $logName; + } + public function getLogName() + { + return $this->logName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCounterOptions.php new file mode 100644 index 000000000..eeb729b31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCounterOptions.php @@ -0,0 +1,39 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigDataAccessOptions.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigDataAccessOptions.php new file mode 100644 index 000000000..9578a07a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigDataAccessOptions.php @@ -0,0 +1,30 @@ +logMode = $logMode; + } + public function getLogMode() + { + return $this->logMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.php new file mode 100644 index 000000000..ee2bb6f5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.php @@ -0,0 +1,108 @@ +config = $config; + } + /** + * @return Google_Service_DeploymentManager_ConfigFile + */ + public function getConfig() + { + return $this->config; + } + public function setExpandedConfig($expandedConfig) + { + $this->expandedConfig = $expandedConfig; + } + public function getExpandedConfig() + { + return $this->expandedConfig; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_DeploymentManager_ImportFile + */ + public function setImports($imports) + { + $this->imports = $imports; + } + /** + * @return Google_Service_DeploymentManager_ImportFile + */ + public function getImports() + { + return $this->imports; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + public function setLayout($layout) + { + $this->layout = $layout; + } + public function getLayout() + { + return $this->layout; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php new file mode 100644 index 000000000..674295959 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php @@ -0,0 +1,47 @@ +manifests = $manifests; + } + /** + * @return Google_Service_DeploymentManager_Manifest + */ + public function getManifests() + { + return $this->manifests; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php new file mode 100644 index 000000000..d59bdad4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php @@ -0,0 +1,243 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + 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; + } + /** + * @param Google_Service_DeploymentManager_OperationError + */ + public function setError(Google_Service_DeploymentManager_OperationError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_DeploymentManager_OperationError + */ + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + /** + * @param Google_Service_DeploymentManager_OperationWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_DeploymentManager_OperationWarnings + */ + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php new file mode 100644 index 000000000..01aabaf0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_DeploymentManager_OperationErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php new file mode 100644 index 000000000..c4b36517d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.php new file mode 100644 index 000000000..86fc08c90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_DeploymentManager_OperationWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_DeploymentManager_OperationWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php new file mode 100644 index 000000000..76ccabacc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.php new file mode 100644 index 000000000..16ca5c8f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_DeploymentManager_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_DeploymentManager_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php new file mode 100644 index 000000000..3e39ade41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php @@ -0,0 +1,97 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_DeploymentManager_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_DeploymentManager_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_DeploymentManager_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIamOwned($iamOwned) + { + $this->iamOwned = $iamOwned; + } + public function getIamOwned() + { + return $this->iamOwned; + } + /** + * @param Google_Service_DeploymentManager_Rule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_DeploymentManager_Rule + */ + public function getRules() + { + return $this->rules; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php new file mode 100644 index 000000000..cb3834720 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php @@ -0,0 +1,277 @@ + + * $deploymentmanagerService = new Google_Service_DeploymentManager(...); + * $deployments = $deploymentmanagerService->deployments; + * + */ +class Google_Service_DeploymentManager_Resource_Deployments extends Google_Service_Resource +{ + /** + * Cancels and removes the preview currently associated with the deployment. + * (deployments.cancelPreview) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Operation + */ + public function cancelPreview($project, $deployment, Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancelPreview', array($params), "Google_Service_DeploymentManager_Operation"); + } + /** + * Deletes a deployment and all of the resources in the deployment. + * (deployments.delete) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string deletePolicy Sets the policy to use for deleting resources. + * @return Google_Service_DeploymentManager_Operation + */ + public function delete($project, $deployment, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation"); + } + /** + * Gets information about a specific deployment. (deployments.get) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Deployment + */ + public function get($project, $deployment, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment"); + } + /** + * Gets the access control policy for a resource. May be empty if no such policy + * or resource exists. (deployments.getIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Policy + */ + public function getIamPolicy($project, $resource, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_DeploymentManager_Policy"); + } + /** + * Creates a deployment and all of the resources described by the deployment + * manifest. (deployments.insert) + * + * @param string $project The project ID for this request. + * @param Google_Service_DeploymentManager_Deployment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string createPolicy Sets the policy to use for creating new + * resources. + * @opt_param bool preview If set to true, creates a deployment and creates + * "shell" resources but does not actually instantiate these resources. This + * allows you to preview what your deployment looks like. After previewing a + * deployment, you can deploy your resources by making a request with the + * update() method or you can use the cancelPreview() method to cancel the + * preview altogether. Note that the deployment will still exist after you + * cancel the preview and you must separately delete this deployment if you want + * to remove it. + * @return Google_Service_DeploymentManager_Operation + */ + public function insert($project, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation"); + } + /** + * Lists all deployments for a given project. (deployments.listDeployments) + * + * @param string $project The project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_DeploymentManager_DeploymentsListResponse + */ + public function listDeployments($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse"); + } + /** + * Updates a deployment and all of the resources described by the deployment + * manifest. This method supports patch semantics. (deployments.patch) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param Google_Service_DeploymentManager_Deployment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string createPolicy Sets the policy to use for creating new + * resources. + * @opt_param string deletePolicy Sets the policy to use for deleting resources. + * @opt_param bool preview If set to true, updates the deployment and creates + * and updates the "shell" resources but does not actually alter or instantiate + * these resources. This allows you to preview what your deployment will look + * like. You can use this intent to preview how an update would affect your + * deployment. You must provide a target.config with a configuration if this is + * set to true. After previewing a deployment, you can deploy your resources by + * making a request with the update() or you can cancelPreview() to remove the + * preview altogether. Note that the deployment will still exist after you + * cancel the preview and you must separately delete this deployment if you want + * to remove it. + * @return Google_Service_DeploymentManager_Operation + */ + public function patch($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (deployments.setIamPolicy) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_DeploymentManager_GlobalSetPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Policy + */ + public function setIamPolicy($project, $resource, Google_Service_DeploymentManager_GlobalSetPolicyRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_DeploymentManager_Policy"); + } + /** + * Stops an ongoing operation. This does not roll back any work that has already + * been completed, but prevents any new work from being started. + * (deployments.stop) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param Google_Service_DeploymentManager_DeploymentsStopRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Operation + */ + public function stop($project, $deployment, Google_Service_DeploymentManager_DeploymentsStopRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_DeploymentManager_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. + * (deployments.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_DeploymentManager_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_DeploymentManager_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_DeploymentManager_TestPermissionsResponse"); + } + /** + * Updates a deployment and all of the resources described by the deployment + * manifest. (deployments.update) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param Google_Service_DeploymentManager_Deployment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string createPolicy Sets the policy to use for creating new + * resources. + * @opt_param string deletePolicy Sets the policy to use for deleting resources. + * @opt_param bool preview If set to true, updates the deployment and creates + * and updates the "shell" resources but does not actually alter or instantiate + * these resources. This allows you to preview what your deployment will look + * like. You can use this intent to preview how an update would affect your + * deployment. You must provide a target.config with a configuration if this is + * set to true. After previewing a deployment, you can deploy your resources by + * making a request with the update() or you can cancelPreview() to remove the + * preview altogether. Note that the deployment will still exist after you + * cancel the preview and you must separately delete this deployment if you want + * to remove it. + * @return Google_Service_DeploymentManager_Operation + */ + public function update($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php new file mode 100644 index 000000000..e6c734bbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php @@ -0,0 +1,96 @@ + + * $deploymentmanagerService = new Google_Service_DeploymentManager(...); + * $manifests = $deploymentmanagerService->manifests; + * + */ +class Google_Service_DeploymentManager_Resource_Manifests extends Google_Service_Resource +{ + /** + * Gets information about a specific manifest. (manifests.get) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param string $manifest The name of the manifest for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Manifest + */ + public function get($project, $deployment, $manifest, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest"); + } + /** + * Lists all manifests for a given deployment. (manifests.listManifests) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_DeploymentManager_ManifestsListResponse + */ + public function listManifests($project, $deployment, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php new file mode 100644 index 000000000..3fb05f4ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php @@ -0,0 +1,94 @@ + + * $deploymentmanagerService = new Google_Service_DeploymentManager(...); + * $operations = $deploymentmanagerService->operations; + * + */ +class Google_Service_DeploymentManager_Resource_Operations extends Google_Service_Resource +{ + /** + * Gets information about a specific operation. (operations.get) + * + * @param string $project The project ID for this request. + * @param string $operation The name of the operation for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_Operation + */ + public function get($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation"); + } + /** + * Lists all operations for a project. (operations.listOperations) + * + * @param string $project The project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_DeploymentManager_OperationsListResponse + */ + public function listOperations($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php new file mode 100644 index 000000000..594562336 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php @@ -0,0 +1,96 @@ + + * $deploymentmanagerService = new Google_Service_DeploymentManager(...); + * $resources = $deploymentmanagerService->resources; + * + */ +class Google_Service_DeploymentManager_Resource_Resources extends Google_Service_Resource +{ + /** + * Gets information about a single resource. (resources.get) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param string $resource The name of the resource for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_DeploymentManager_DeploymentmanagerResource + */ + public function get($project, $deployment, $resource, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource"); + } + /** + * Lists all resources in a given deployment. (resources.listResources) + * + * @param string $project The project ID for this request. + * @param string $deployment The name of the deployment for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_DeploymentManager_ResourcesListResponse + */ + public function listResources($project, $deployment, $optParams = array()) + { + $params = array('project' => $project, 'deployment' => $deployment); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php new file mode 100644 index 000000000..4aa560128 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php @@ -0,0 +1,80 @@ + + * $deploymentmanagerService = new Google_Service_DeploymentManager(...); + * $types = $deploymentmanagerService->types; + * + */ +class Google_Service_DeploymentManager_Resource_Types extends Google_Service_Resource +{ + /** + * Lists all resource types for Deployment Manager. (types.listTypes) + * + * @param string $project The project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_DeploymentManager_TypesListResponse + */ + public function listTypes($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php new file mode 100644 index 000000000..6d67f08a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php @@ -0,0 +1,30 @@ +gcpIamPolicy = $gcpIamPolicy; + } + public function getGcpIamPolicy() + { + return $this->gcpIamPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.php new file mode 100644 index 000000000..5e9e35c31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.php @@ -0,0 +1,115 @@ +accessControl = $accessControl; + } + /** + * @return Google_Service_DeploymentManager_ResourceAccessControl + */ + public function getAccessControl() + { + return $this->accessControl; + } + /** + * @param Google_Service_DeploymentManager_ResourceUpdateError + */ + public function setError(Google_Service_DeploymentManager_ResourceUpdateError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_DeploymentManager_ResourceUpdateError + */ + public function getError() + { + return $this->error; + } + public function setFinalProperties($finalProperties) + { + $this->finalProperties = $finalProperties; + } + public function getFinalProperties() + { + return $this->finalProperties; + } + public function setIntent($intent) + { + $this->intent = $intent; + } + public function getIntent() + { + return $this->intent; + } + public function setManifest($manifest) + { + $this->manifest = $manifest; + } + public function getManifest() + { + return $this->manifest; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_DeploymentManager_ResourceUpdateWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_DeploymentManager_ResourceUpdateWarnings + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php new file mode 100644 index 000000000..9de21350c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_DeploymentManager_ResourceUpdateErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.php new file mode 100644 index 000000000..ddceb132c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.php new file mode 100644 index 000000000..d20efd8bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_DeploymentManager_ResourceUpdateWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_DeploymentManager_ResourceUpdateWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php new file mode 100644 index 000000000..a828ef7fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.php new file mode 100644 index 000000000..3ae5a55f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_DeploymentManager_DeploymentmanagerResource + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_DeploymentManager_DeploymentmanagerResource + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php new file mode 100644 index 000000000..bad6a3270 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php @@ -0,0 +1,99 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_DeploymentManager_Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_DeploymentManager_Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIns($ins) + { + $this->ins = $ins; + } + public function getIns() + { + return $this->ins; + } + /** + * @param Google_Service_DeploymentManager_LogConfig + */ + public function setLogConfigs($logConfigs) + { + $this->logConfigs = $logConfigs; + } + /** + * @return Google_Service_DeploymentManager_LogConfig + */ + public function getLogConfigs() + { + return $this->logConfigs; + } + public function setNotIns($notIns) + { + $this->notIns = $notIns; + } + public function getNotIns() + { + return $this->notIns; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php new file mode 100644 index 000000000..8ccddfb08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php @@ -0,0 +1,54 @@ +config = $config; + } + /** + * @return Google_Service_DeploymentManager_ConfigFile + */ + public function getConfig() + { + return $this->config; + } + /** + * @param Google_Service_DeploymentManager_ImportFile + */ + public function setImports($imports) + { + $this->imports = $imports; + } + /** + * @return Google_Service_DeploymentManager_ImportFile + */ + public function getImports() + { + return $this->imports; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php new file mode 100644 index 000000000..6a02ce9a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsResponse.php new file mode 100644 index 000000000..ae602507e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.php new file mode 100644 index 000000000..6625ebe97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.php @@ -0,0 +1,73 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DeploymentManager_Operation + */ + public function setOperation(Google_Service_DeploymentManager_Operation $operation) + { + $this->operation = $operation; + } + /** + * @return Google_Service_DeploymentManager_Operation + */ + public function getOperation() + { + return $this->operation; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php new file mode 100644 index 000000000..220548999 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_DeploymentManager_Type + */ + public function setTypes($types) + { + $this->types = $types; + } + /** + * @return Google_Service_DeploymentManager_Type + */ + public function getTypes() + { + return $this->types; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects.php new file mode 100644 index 000000000..510f7eb69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects.php @@ -0,0 +1,704 @@ + + * This API enables programmatic access to various capabilities exposed in the + * Google APIs Console (aka DevConsole), including project, team, and auth + * management. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Devprojects extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + + public $activationLinks; + public $apiconsumers; + public $apis; + public $controlwidgets; + public $domains; + public $projects; + public $toses; + public $users; + + /** + * Constructs the internal representation of the Devprojects service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'devprojects/v1/'; + $this->version = 'v1'; + $this->serviceName = 'devprojects'; + + $this->activationLinks = new Google_Service_Devprojects_Resource_ActivationLinks( + $this, + $this->serviceName, + 'activationLinks', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'activationLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'user' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'validate' => array( + 'path' => 'activationLinks/validate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apiconsumers = new Google_Service_Devprojects_Resource_Apiconsumers( + $this, + $this->serviceName, + 'apiconsumers', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'apiconsumers', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'apiIdToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'consumerProjectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'producerProjectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'apiconsumers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'apiconsumers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'apiIdToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'producerProjectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'apiconsumers', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->apis = new Google_Service_Devprojects_Resource_Apis( + $this, + $this->serviceName, + 'apis', + array( + 'methods' => array( + 'get' => array( + 'path' => 'apis/{apisId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'apisId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'apis', + 'httpMethod' => 'GET', + 'parameters' => array( + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listconsumed' => array( + 'path' => 'apis/consumed', + 'httpMethod' => 'GET', + 'parameters' => array( + 'consumerProjectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listproduced' => array( + 'path' => 'apis/produced', + 'httpMethod' => 'GET', + 'parameters' => array( + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'producerProjectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->controlwidgets = new Google_Service_Devprojects_Resource_Controlwidgets( + $this, + $this->serviceName, + 'controlwidgets', + array( + 'methods' => array( + 'embed' => array( + 'path' => 'controlwidgets/{projectId}/{widgetId}/embed', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'widgetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'kv' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->domains = new Google_Service_Devprojects_Resource_Domains( + $this, + $this->serviceName, + 'domains', + array( + 'methods' => array( + 'get' => array( + 'path' => 'domains/{domainsId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'domainsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'domains', + 'httpMethod' => 'POST', + 'parameters' => array( + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'domains/{domainsId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'domainsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'domains/{domainsId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'domainsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Devprojects_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{projectId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disableAuthorizationCheck' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'developerkeytoprojectid' => array( + 'path' => 'projects/developerkey/{developerKey}/toprojectid', + 'httpMethod' => 'GET', + 'parameters' => array( + 'developerKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'projects/{projectId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'retrieveCurrentUserRole' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getprojectclientstructure' => array( + 'path' => 'projects/getprojectclientstructure', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'insert' => array( + 'path' => 'projects', + 'httpMethod' => 'POST', + 'parameters' => array( + 'initialOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'retryRequest' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'projects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fillSection' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'includeNonActive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includedShard' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requiredApiId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requiredSection' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'retrieveCurrentUserRole' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'user' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'notifyowners' => array( + 'path' => 'projects/{projectsId}/notifyowners', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'projects/{projectId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'user' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'stringidtonumericid' => array( + 'path' => 'projects/stringid/{project}/tonumericid', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'undelete' => array( + 'path' => 'projects/{projectId}/undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'projects/{projectId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'user' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->toses = new Google_Service_Devprojects_Resource_Toses( + $this, + $this->serviceName, + 'toses', + array( + 'methods' => array( + 'accept' => array( + 'path' => 'toses/accept', + 'httpMethod' => 'POST', + 'parameters' => array( + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'check' => array( + 'path' => 'toses/check', + 'httpMethod' => 'POST', + 'parameters' => array( + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'toses/{tosId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tosId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'toses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'apiKey' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'user' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_Devprojects_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'get' => array( + 'path' => 'users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'users/{userId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'users/{userId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'section' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'whitelistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseSection.php new file mode 100644 index 000000000..a707b2aac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseSection.php @@ -0,0 +1,41 @@ +componentAbuseStatus = $componentAbuseStatus; + } + public function getComponentAbuseStatus() + { + return $this->componentAbuseStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseType.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseType.php new file mode 100644 index 000000000..d05cee706 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseType.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSubtype($subtype) + { + $this->subtype = $subtype; + } + public function getSubtype() + { + return $this->subtype; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseiamClient.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseiamClient.php new file mode 100644 index 000000000..46f8f0d60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AbuseiamClient.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSubservice($subservice) + { + $this->subservice = $subservice; + } + public function getSubservice() + { + return $this->subservice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Acceptance.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Acceptance.php new file mode 100644 index 000000000..7d3d05743 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Acceptance.php @@ -0,0 +1,50 @@ +context = $context; + } + public function getContext() + { + return $this->context; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTerms(Google_Service_Devprojects_TermsVersion $terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceDenied.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceDenied.php new file mode 100644 index 000000000..fdb0a15db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceDenied.php @@ -0,0 +1,58 @@ +acceptance = $acceptance; + } + public function getAcceptance() + { + return $this->acceptance; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceRequired.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceRequired.php new file mode 100644 index 000000000..46db3c54b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AcceptanceRequired.php @@ -0,0 +1,49 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setTerms(Google_Service_Devprojects_TermsVersion $terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLink.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLink.php new file mode 100644 index 000000000..424597a93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLink.php @@ -0,0 +1,68 @@ +emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setExtraParameter($extraParameter) + { + $this->extraParameter = $extraParameter; + } + public function getExtraParameter() + { + return $this->extraParameter; + } + 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 setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksCollection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksCollection.php new file mode 100644 index 000000000..d57c6550c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksCollection.php @@ -0,0 +1,59 @@ +apiToken = $apiToken; + } + public function getApiToken() + { + return $this->apiToken; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setServiceType($serviceType) + { + $this->serviceType = $serviceType; + } + public function getServiceType() + { + return $this->serviceType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateRequest.php new file mode 100644 index 000000000..46a116be1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateRequest.php @@ -0,0 +1,48 @@ +activationLink = $activationLink; + } + public function getActivationLink() + { + return $this->activationLink; + } + public function setExpectedProjectId($expectedProjectId) + { + $this->expectedProjectId = $expectedProjectId; + } + public function getExpectedProjectId() + { + return $this->expectedProjectId; + } + public function setWhitelistId($whitelistId) + { + $this->whitelistId = $whitelistId; + } + public function getWhitelistId() + { + return $this->whitelistId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateResponse.php new file mode 100644 index 000000000..09cfbb3b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActivationLinksValidateResponse.php @@ -0,0 +1,59 @@ +apiToken = $apiToken; + } + public function getApiToken() + { + return $this->apiToken; + } + public function setComponentType($componentType) + { + $this->componentType = $componentType; + } + public function getComponentType() + { + return $this->componentType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTokenParameter($tokenParameter) + { + $this->tokenParameter = $tokenParameter; + } + public function getTokenParameter() + { + return $this->tokenParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveApi.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveApi.php new file mode 100644 index 000000000..221b764a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveApi.php @@ -0,0 +1,57 @@ +apiId = $apiId; + } + public function getApiId() + { + return $this->apiId; + } + public function setApiName($apiName) + { + $this->apiName = $apiName; + } + public function getApiName() + { + return $this->apiName; + } + public function setDeactivable($deactivable) + { + $this->deactivable = $deactivable; + } + public function getDeactivable() + { + return $this->deactivable; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveMember.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveMember.php new file mode 100644 index 000000000..0e86730bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ActiveMember.php @@ -0,0 +1,57 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + 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 setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AgeRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AgeRestriction.php new file mode 100644 index 000000000..9f07dd445 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AgeRestriction.php @@ -0,0 +1,39 @@ +ageYears = $ageYears; + } + public function getAgeYears() + { + return $this->ageYears; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AndRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AndRestriction.php new file mode 100644 index 000000000..f005f3f13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AndRestriction.php @@ -0,0 +1,41 @@ +child = $child; + } + public function getChild() + { + return $this->child; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumer.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumer.php new file mode 100644 index 000000000..e4130917f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumer.php @@ -0,0 +1,60 @@ +consumerInformation = $consumerInformation; + } + public function getConsumerInformation() + { + return $this->consumerInformation; + } + public function setId(Google_Service_Devprojects_ApiConsumerId $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 setProducerConfiguration(Google_Service_Devprojects_ProducerConfiguration $producerConfiguration) + { + $this->producerConfiguration = $producerConfiguration; + } + public function getProducerConfiguration() + { + return $this->producerConfiguration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumerId.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumerId.php new file mode 100644 index 000000000..3a1054e6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiConsumerId.php @@ -0,0 +1,66 @@ +apiIdToken = $apiIdToken; + } + public function getApiIdToken() + { + return $this->apiIdToken; + } + public function setConsumerAssignedId($consumerAssignedId) + { + $this->consumerAssignedId = $consumerAssignedId; + } + public function getConsumerAssignedId() + { + return $this->consumerAssignedId; + } + public function setConsumerProjectId($consumerProjectId) + { + $this->consumerProjectId = $consumerProjectId; + } + public function getConsumerProjectId() + { + return $this->consumerProjectId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProducerProjectId($producerProjectId) + { + $this->producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiData.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiData.php new file mode 100644 index 000000000..f628b941d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiData.php @@ -0,0 +1,77 @@ +aliasedApiIdToken = $aliasedApiIdToken; + } + public function getAliasedApiIdToken() + { + return $this->aliasedApiIdToken; + } + public function setApiDefinition(Google_Service_Devprojects_ApiDefinition $apiDefinition) + { + $this->apiDefinition = $apiDefinition; + } + public function getApiDefinition() + { + return $this->apiDefinition; + } + public function setApiIconUrl($apiIconUrl) + { + $this->apiIconUrl = $apiIconUrl; + } + public function getApiIconUrl() + { + return $this->apiIconUrl; + } + public function setConsumerConfigurationByProducer(Google_Service_Devprojects_ProducerConfiguration $consumerConfigurationByProducer) + { + $this->consumerConfigurationByProducer = $consumerConfigurationByProducer; + } + public function getConsumerConfigurationByProducer() + { + return $this->consumerConfigurationByProducer; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProducedByListingProject($producedByListingProject) + { + $this->producedByListingProject = $producedByListingProject; + } + public function getProducedByListingProject() + { + return $this->producedByListingProject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiDefinition.php new file mode 100644 index 000000000..65143a681 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiDefinition.php @@ -0,0 +1,225 @@ +activationMessage = $activationMessage; + } + public function getActivationMessage() + { + return $this->activationMessage; + } + public function setActivationRequirement($activationRequirement) + { + $this->activationRequirement = $activationRequirement; + } + public function getActivationRequirement() + { + return $this->activationRequirement; + } + public function setApiPanelToken($apiPanelToken) + { + $this->apiPanelToken = $apiPanelToken; + } + public function getApiPanelToken() + { + return $this->apiPanelToken; + } + public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $billableDailyLimit) + { + $this->billableDailyLimit = $billableDailyLimit; + } + public function getBillableDailyLimit() + { + return $this->billableDailyLimit; + } + public function setBucket($bucket) + { + $this->bucket = $bucket; + } + public function getBucket() + { + return $this->bucket; + } + public function setConcurrentLimit(Google_Service_Devprojects_ApiLimitDefinition $concurrentLimit) + { + $this->concurrentLimit = $concurrentLimit; + } + public function getConcurrentLimit() + { + return $this->concurrentLimit; + } + public function setDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $dailyLimit) + { + $this->dailyLimit = $dailyLimit; + } + public function getDailyLimit() + { + return $this->dailyLimit; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExampleUrl($exampleUrl) + { + $this->exampleUrl = $exampleUrl; + } + public function getExampleUrl() + { + return $this->exampleUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLearnmoreUrl($learnmoreUrl) + { + $this->learnmoreUrl = $learnmoreUrl; + } + public function getLearnmoreUrl() + { + return $this->learnmoreUrl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPricingLink($pricingLink) + { + $this->pricingLink = $pricingLink; + } + public function getPricingLink() + { + return $this->pricingLink; + } + public function setRequestQuotaUrl($requestQuotaUrl) + { + $this->requestQuotaUrl = $requestQuotaUrl; + } + public function getRequestQuotaUrl() + { + return $this->requestQuotaUrl; + } + public function setRequiresActivationToken($requiresActivationToken) + { + $this->requiresActivationToken = $requiresActivationToken; + } + public function getRequiresActivationToken() + { + return $this->requiresActivationToken; + } + public function setRequiresOrganizationRegistration($requiresOrganizationRegistration) + { + $this->requiresOrganizationRegistration = $requiresOrganizationRegistration; + } + public function getRequiresOrganizationRegistration() + { + return $this->requiresOrganizationRegistration; + } + public function setServiceSubsetId($serviceSubsetId) + { + $this->serviceSubsetId = $serviceSubsetId; + } + public function getServiceSubsetId() + { + return $this->serviceSubsetId; + } + public function setSupportsBilling($supportsBilling) + { + $this->supportsBilling = $supportsBilling; + } + public function getSupportsBilling() + { + return $this->supportsBilling; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setVariableTermQuotaDescription($variableTermQuotaDescription) + { + $this->variableTermQuotaDescription = $variableTermQuotaDescription; + } + public function getVariableTermQuotaDescription() + { + return $this->variableTermQuotaDescription; + } + public function setVisible($visible) + { + $this->visible = $visible; + } + public function getVisible() + { + return $this->visible; + } + public function setVisitorRateLimit(Google_Service_Devprojects_ApiLimitDefinition $visitorRateLimit) + { + $this->visitorRateLimit = $visitorRateLimit; + } + public function getVisitorRateLimit() + { + return $this->visitorRateLimit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitDefinition.php new file mode 100644 index 000000000..4b4217be1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitDefinition.php @@ -0,0 +1,68 @@ +defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLimitType($limitType) + { + $this->limitType = $limitType; + } + public function getLimitType() + { + return $this->limitType; + } + public function setMaxValue(Google_Service_Devprojects_TypedValue $maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitStatus.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitStatus.php new file mode 100644 index 000000000..6a5b2b4aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiLimitStatus.php @@ -0,0 +1,132 @@ +actualEnd = $actualEnd; + } + public function getActualEnd() + { + return $this->actualEnd; + } + public function setAddedTimeMillis($addedTimeMillis) + { + $this->addedTimeMillis = $addedTimeMillis; + } + public function getAddedTimeMillis() + { + return $this->addedTimeMillis; + } + public function setApiToken($apiToken) + { + $this->apiToken = $apiToken; + } + public function getApiToken() + { + return $this->apiToken; + } + public function setBegin($begin) + { + $this->begin = $begin; + } + public function getBegin() + { + return $this->begin; + } + public function setDisplayEnd($displayEnd) + { + $this->displayEnd = $displayEnd; + } + public function getDisplayEnd() + { + return $this->displayEnd; + } + public function setInGracePeriod($inGracePeriod) + { + $this->inGracePeriod = $inGracePeriod; + } + public function getInGracePeriod() + { + return $this->inGracePeriod; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLimit(Google_Service_Devprojects_TypedValue $limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setMax(Google_Service_Devprojects_TypedValue $max) + { + $this->max = $max; + } + public function getMax() + { + return $this->max; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUsage(Google_Service_Devprojects_TypedValue $usage) + { + $this->usage = $usage; + } + public function getUsage() + { + return $this->usage; + } + public function setVisibleEnd($visibleEnd) + { + $this->visibleEnd = $visibleEnd; + } + public function getVisibleEnd() + { + return $this->visibleEnd; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiSection.php new file mode 100644 index 000000000..b9d36b82a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiSection.php @@ -0,0 +1,41 @@ +api = $api; + } + public function getApi() + { + return $this->api; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiStatsInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiStatsInfo.php new file mode 100644 index 000000000..cf6be7354 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiStatsInfo.php @@ -0,0 +1,68 @@ +apiId = $apiId; + } + public function getApiId() + { + return $this->apiId; + } + public function setApiName($apiName) + { + $this->apiName = $apiName; + } + public function getApiName() + { + return $this->apiName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStatsInfo($statsInfo) + { + $this->statsInfo = $statsInfo; + } + public function getStatsInfo() + { + return $this->statsInfo; + } + public function setSupportsReferers($supportsReferers) + { + $this->supportsReferers = $supportsReferers; + } + public function getSupportsReferers() + { + return $this->supportsReferers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryProperty.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryProperty.php new file mode 100644 index 000000000..5e4fca50b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryProperty.php @@ -0,0 +1,49 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setServiceKey($serviceKey) + { + $this->serviceKey = $serviceKey; + } + public function getServiceKey() + { + return $this->serviceKey; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryPropertySection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryPropertySection.php new file mode 100644 index 000000000..205c0f749 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiaryPropertySection.php @@ -0,0 +1,41 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProperty($property) + { + $this->property = $property; + } + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiconsumersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiconsumersListResponse.php new file mode 100644 index 000000000..6f1af389e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApiconsumersListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListConsumedResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListConsumedResponse.php new file mode 100644 index 000000000..7024142e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListConsumedResponse.php @@ -0,0 +1,41 @@ +apiDefinition = $apiDefinition; + } + public function getApiDefinition() + { + return $this->apiDefinition; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListProducedResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListProducedResponse.php new file mode 100644 index 000000000..83750b487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListProducedResponse.php @@ -0,0 +1,41 @@ +apiDefinition = $apiDefinition; + } + public function getApiDefinition() + { + return $this->apiDefinition; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListResponse.php new file mode 100644 index 000000000..4d18e9d3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ApisListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AppEngineSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AppEngineSection.php new file mode 100644 index 000000000..aebfff154 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AppEngineSection.php @@ -0,0 +1,59 @@ +adoptedGaiaId = $adoptedGaiaId; + } + public function getAdoptedGaiaId() + { + return $this->adoptedGaiaId; + } + public function setApp($app) + { + $this->app = $app; + } + public function getApp() + { + return $this->app; + } + public function setAppId($appId) + { + $this->appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AppsScriptSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AppsScriptSection.php new file mode 100644 index 000000000..eaf7b56dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AppsScriptSection.php @@ -0,0 +1,41 @@ +app = $app; + } + public function getApp() + { + return $this->app; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/AuthSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AuthSection.php new file mode 100644 index 000000000..bb1e05560 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/AuthSection.php @@ -0,0 +1,123 @@ +atMaximumClients = $atMaximumClients; + } + public function getAtMaximumClients() + { + return $this->atMaximumClients; + } + public function setClient($client) + { + $this->client = $client; + } + public function getClient() + { + return $this->client; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setHomePageUrl($homePageUrl) + { + $this->homePageUrl = $homePageUrl; + } + public function getHomePageUrl() + { + return $this->homePageUrl; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPlusPageInfo(Google_Service_Devprojects_PlusPageInfo $plusPageInfo) + { + $this->plusPageInfo = $plusPageInfo; + } + public function getPlusPageInfo() + { + return $this->plusPageInfo; + } + public function setPlusPageObfuscatedId($plusPageObfuscatedId) + { + $this->plusPageObfuscatedId = $plusPageObfuscatedId; + } + public function getPlusPageObfuscatedId() + { + return $this->plusPageObfuscatedId; + } + public function setPrivacyPolicyUrl($privacyPolicyUrl) + { + $this->privacyPolicyUrl = $privacyPolicyUrl; + } + public function getPrivacyPolicyUrl() + { + return $this->privacyPolicyUrl; + } + public function setSupportEmail($supportEmail) + { + $this->supportEmail = $supportEmail; + } + public function getSupportEmail() + { + return $this->supportEmail; + } + public function setTermsOfServiceUrl($termsOfServiceUrl) + { + $this->termsOfServiceUrl = $termsOfServiceUrl; + } + public function getTermsOfServiceUrl() + { + return $this->termsOfServiceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketId.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketId.php new file mode 100644 index 000000000..0d3c577dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketId.php @@ -0,0 +1,48 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNamespace($namespace) + { + $this->namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketLimitStatus.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketLimitStatus.php new file mode 100644 index 000000000..225b10210 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/BucketLimitStatus.php @@ -0,0 +1,133 @@ +actualEnd = $actualEnd; + } + public function getActualEnd() + { + return $this->actualEnd; + } + public function setAddedTimeMillis($addedTimeMillis) + { + $this->addedTimeMillis = $addedTimeMillis; + } + public function getAddedTimeMillis() + { + return $this->addedTimeMillis; + } + public function setApiToken($apiToken) + { + $this->apiToken = $apiToken; + } + public function getApiToken() + { + return $this->apiToken; + } + public function setBegin($begin) + { + $this->begin = $begin; + } + public function getBegin() + { + return $this->begin; + } + public function setDisplayEnd($displayEnd) + { + $this->displayEnd = $displayEnd; + } + public function getDisplayEnd() + { + return $this->displayEnd; + } + public function setId(Google_Service_Devprojects_BucketId $id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInGracePeriod($inGracePeriod) + { + $this->inGracePeriod = $inGracePeriod; + } + public function getInGracePeriod() + { + return $this->inGracePeriod; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLimit(Google_Service_Devprojects_TypedValue $limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setMax(Google_Service_Devprojects_TypedValue $max) + { + $this->max = $max; + } + public function getMax() + { + return $this->max; + } + public function setUsage(Google_Service_Devprojects_TypedValue $usage) + { + $this->usage = $usage; + } + public function getUsage() + { + return $this->usage; + } + public function setVisibleEnd($visibleEnd) + { + $this->visibleEnd = $visibleEnd; + } + public function getVisibleEnd() + { + return $this->visibleEnd; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Client.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Client.php new file mode 100644 index 000000000..5cfb8fac7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Client.php @@ -0,0 +1,49 @@ +clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setClientInfo(Google_Service_Devprojects_ClientInfo $clientInfo) + { + $this->clientInfo = $clientInfo; + } + public function getClientInfo() + { + return $this->clientInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ClientInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ClientInfo.php new file mode 100644 index 000000000..4d837fd96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ClientInfo.php @@ -0,0 +1,122 @@ +authType = $authType; + } + public function getAuthType() + { + return $this->authType; + } + public function setContainer($container) + { + $this->container = $container; + } + public function getContainer() + { + return $this->container; + } + public function setInstalledAppInfo(Google_Service_Devprojects_InstalledAppInfo $installedAppInfo) + { + $this->installedAppInfo = $installedAppInfo; + } + public function getInstalledAppInfo() + { + return $this->installedAppInfo; + } + 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 setPostMessageOrigin($postMessageOrigin) + { + $this->postMessageOrigin = $postMessageOrigin; + } + public function getPostMessageOrigin() + { + return $this->postMessageOrigin; + } + public function setPublicCertUrl($publicCertUrl) + { + $this->publicCertUrl = $publicCertUrl; + } + public function getPublicCertUrl() + { + return $this->publicCertUrl; + } + public function setPublicKeyName($publicKeyName) + { + $this->publicKeyName = $publicKeyName; + } + public function getPublicKeyName() + { + return $this->publicKeyName; + } + public function setRedirectUri($redirectUri) + { + $this->redirectUri = $redirectUri; + } + public function getRedirectUri() + { + return $this->redirectUri; + } + public function setRobotEmail($robotEmail) + { + $this->robotEmail = $robotEmail; + } + public function getRobotEmail() + { + return $this->robotEmail; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudComputeSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudComputeSection.php new file mode 100644 index 000000000..4925146a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudComputeSection.php @@ -0,0 +1,48 @@ +computeVariant = $computeVariant; + } + public function getComputeVariant() + { + return $this->computeVariant; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudSqlSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudSqlSection.php new file mode 100644 index 000000000..85efd985d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudSqlSection.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudStorageSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudStorageSection.php new file mode 100644 index 000000000..f986cdb33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/CloudStorageSection.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Component.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Component.php new file mode 100644 index 000000000..a065fb6df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Component.php @@ -0,0 +1,48 @@ +api = $api; + } + public function getApi() + { + return $this->api; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ComponentAbuseStatus.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ComponentAbuseStatus.php new file mode 100644 index 000000000..33f22ef14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ComponentAbuseStatus.php @@ -0,0 +1,51 @@ +component = $component; + } + public function getComponent() + { + return $this->component; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastVerdict($lastVerdict) + { + $this->lastVerdict = $lastVerdict; + } + public function getLastVerdict() + { + return $this->lastVerdict; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ConsumerInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ConsumerInfo.php new file mode 100644 index 000000000..f62f6b1f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ConsumerInfo.php @@ -0,0 +1,49 @@ +activationStatus = $activationStatus; + } + public function getActivationStatus() + { + return $this->activationStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setQuotaInformation(Google_Service_Devprojects_QuotaInfo $quotaInformation) + { + $this->quotaInformation = $quotaInformation; + } + public function getQuotaInformation() + { + return $this->quotaInformation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Context.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Context.php new file mode 100644 index 000000000..73fdae9db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Context.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainAccountData.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainAccountData.php new file mode 100644 index 000000000..76c02fc38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainAccountData.php @@ -0,0 +1,40 @@ +domainData = $domainData; + } + public function getDomainData() + { + return $this->domainData; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainData.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainData.php new file mode 100644 index 000000000..2ace5a82d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/DomainData.php @@ -0,0 +1,103 @@ +contract = $contract; + } + public function getContract() + { + return $this->contract; + } + public function setDomainAccountCurrencyCode($domainAccountCurrencyCode) + { + $this->domainAccountCurrencyCode = $domainAccountCurrencyCode; + } + public function getDomainAccountCurrencyCode() + { + return $this->domainAccountCurrencyCode; + } + public function setDomainName($domainName) + { + $this->domainName = $domainName; + } + public function getDomainName() + { + return $this->domainName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProjects($projects) + { + $this->projects = $projects; + } + public function getProjects() + { + return $this->projects; + } + public function setProvisionable($provisionable) + { + $this->provisionable = $provisionable; + } + public function getProvisionable() + { + return $this->provisionable; + } + public function setReactivatable($reactivatable) + { + $this->reactivatable = $reactivatable; + } + public function getReactivatable() + { + return $this->reactivatable; + } + public function setRespayState($respayState) + { + $this->respayState = $respayState; + } + public function getRespayState() + { + return $this->respayState; + } + public function setSuspendable($suspendable) + { + $this->suspendable = $suspendable; + } + public function getSuspendable() + { + return $this->suspendable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/EmbeddingParameters.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/EmbeddingParameters.php new file mode 100644 index 000000000..50d48758d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/EmbeddingParameters.php @@ -0,0 +1,40 @@ +displayUrl = $displayUrl; + } + public function getDisplayUrl() + { + return $this->displayUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Evaluation.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Evaluation.php new file mode 100644 index 000000000..b6cd00507 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Evaluation.php @@ -0,0 +1,153 @@ +abuseType = $abuseType; + } + public function getAbuseType() + { + return $this->abuseType; + } + public function setBackend($backend) + { + $this->backend = $backend; + } + public function getBackend() + { + return $this->backend; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setFeature($feature) + { + $this->feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMiscData($miscData) + { + $this->miscData = $miscData; + } + public function getMiscData() + { + return $this->miscData; + } + public function setProcessTimeMillisecs($processTimeMillisecs) + { + $this->processTimeMillisecs = $processTimeMillisecs; + } + public function getProcessTimeMillisecs() + { + return $this->processTimeMillisecs; + } + public function setProcessedMicros($processedMicros) + { + $this->processedMicros = $processedMicros; + } + public function getProcessedMicros() + { + return $this->processedMicros; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTarget(Google_Service_Devprojects_Target $target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setTimestampMicros($timestampMicros) + { + $this->timestampMicros = $timestampMicros; + } + public function getTimestampMicros() + { + return $this->timestampMicros; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Feature.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Feature.php new file mode 100644 index 000000000..0c6362f19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Feature.php @@ -0,0 +1,103 @@ +booleanValue = $booleanValue; + } + public function getBooleanValue() + { + return $this->booleanValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + public function setFeatureCount($featureCount) + { + $this->featureCount = $featureCount; + } + public function getFeatureCount() + { + return $this->featureCount; + } + public function setInt64Value($int64Value) + { + $this->int64Value = $int64Value; + } + public function getInt64Value() + { + return $this->int64Value; + } + public function setIntegerValue($integerValue) + { + $this->integerValue = $integerValue; + } + public function getIntegerValue() + { + return $this->integerValue; + } + 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 setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } + public function setTimestampSequence($timestampSequence) + { + $this->timestampSequence = $timestampSequence; + } + public function getTimestampSequence() + { + return $this->timestampSequence; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/GeoRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/GeoRestriction.php new file mode 100644 index 000000000..d1b87c653 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/GeoRestriction.php @@ -0,0 +1,41 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/IamSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/IamSection.php new file mode 100644 index 000000000..1a1b39e3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/IamSection.php @@ -0,0 +1,39 @@ +iamEnabled = $iamEnabled; + } + public function getIamEnabled() + { + return $this->iamEnabled; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/InstalledAppInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/InstalledAppInfo.php new file mode 100644 index 000000000..54d80761f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/InstalledAppInfo.php @@ -0,0 +1,84 @@ +androidPackage = $androidPackage; + } + public function getAndroidPackage() + { + return $this->androidPackage; + } + public function setAppCert($appCert) + { + $this->appCert = $appCert; + } + public function getAppCert() + { + return $this->appCert; + } + public function setAppId($appId) + { + $this->appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setAppStoreId($appStoreId) + { + $this->appStoreId = $appStoreId; + } + public function getAppStoreId() + { + return $this->appStoreId; + } + public function setDeepLinking($deepLinking) + { + $this->deepLinking = $deepLinking; + } + public function getDeepLinking() + { + return $this->deepLinking; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Locale.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Locale.php new file mode 100644 index 000000000..8ab844281 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Locale.php @@ -0,0 +1,49 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setRestriction(Google_Service_Devprojects_UserRestriction $restriction) + { + $this->restriction = $restriction; + } + public function getRestriction() + { + return $this->restriction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ManagedEntityMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ManagedEntityMetadata.php new file mode 100644 index 000000000..0490aa933 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ManagedEntityMetadata.php @@ -0,0 +1,76 @@ +adminUrl = $adminUrl; + } + public function getAdminUrl() + { + return $this->adminUrl; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setRobot($robot) + { + $this->robot = $robot; + } + public function getRobot() + { + return $this->robot; + } + public function setRobotToCreate(Google_Service_Devprojects_RobotCreationParameters $robotToCreate) + { + $this->robotToCreate = $robotToCreate; + } + public function getRobotToCreate() + { + return $this->robotToCreate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/NameValuePair.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/NameValuePair.php new file mode 100644 index 000000000..c514e9f12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/NameValuePair.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNonUtf8Value($nonUtf8Value) + { + $this->nonUtf8Value = $nonUtf8Value; + } + public function getNonUtf8Value() + { + return $this->nonUtf8Value; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/NotRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/NotRestriction.php new file mode 100644 index 000000000..071131251 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/NotRestriction.php @@ -0,0 +1,41 @@ +child = $child; + } + public function getChild() + { + return $this->child; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/OrRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/OrRestriction.php new file mode 100644 index 000000000..f86818c04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/OrRestriction.php @@ -0,0 +1,41 @@ +child = $child; + } + public function getChild() + { + return $this->child; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/PlusPageInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/PlusPageInfo.php new file mode 100644 index 000000000..26c64d232 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/PlusPageInfo.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setVanityUrl($vanityUrl) + { + $this->vanityUrl = $vanityUrl; + } + public function getVanityUrl() + { + return $this->vanityUrl; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProducerConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProducerConfiguration.php new file mode 100644 index 000000000..444f9462f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProducerConfiguration.php @@ -0,0 +1,58 @@ +consumerName = $consumerName; + } + public function getConsumerName() + { + return $this->consumerName; + } + public function setConsumptionStatus($consumptionStatus) + { + $this->consumptionStatus = $consumptionStatus; + } + public function getConsumptionStatus() + { + return $this->consumptionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setQuotaConstraints(Google_Service_Devprojects_QuotaConstraints $quotaConstraints) + { + $this->quotaConstraints = $quotaConstraints; + } + public function getQuotaConstraints() + { + return $this->quotaConstraints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectClientStructure.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectClientStructure.php new file mode 100644 index 000000000..40d9da3f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectClientStructure.php @@ -0,0 +1,50 @@ +client = $client; + } + public function getClient() + { + return $this->client; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectData.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectData.php new file mode 100644 index 000000000..764e29314 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectData.php @@ -0,0 +1,317 @@ +abuseSection = $abuseSection; + } + public function getAbuseSection() + { + return $this->abuseSection; + } + public function setAbuseState($abuseState) + { + $this->abuseState = $abuseState; + } + public function getAbuseState() + { + return $this->abuseState; + } + public function setApiSection(Google_Service_Devprojects_ApiSection $apiSection) + { + $this->apiSection = $apiSection; + } + public function getApiSection() + { + return $this->apiSection; + } + public function setApiaryPropertySection(Google_Service_Devprojects_ApiaryPropertySection $apiaryPropertySection) + { + $this->apiaryPropertySection = $apiaryPropertySection; + } + public function getApiaryPropertySection() + { + return $this->apiaryPropertySection; + } + public function setAppengineSection(Google_Service_Devprojects_AppEngineSection $appengineSection) + { + $this->appengineSection = $appengineSection; + } + public function getAppengineSection() + { + return $this->appengineSection; + } + public function setAppsScriptSection(Google_Service_Devprojects_AppsScriptSection $appsScriptSection) + { + $this->appsScriptSection = $appsScriptSection; + } + public function getAppsScriptSection() + { + return $this->appsScriptSection; + } + public function setAssignedId($assignedId) + { + $this->assignedId = $assignedId; + } + public function getAssignedId() + { + return $this->assignedId; + } + public function setAuthSection(Google_Service_Devprojects_AuthSection $authSection) + { + $this->authSection = $authSection; + } + public function getAuthSection() + { + return $this->authSection; + } + public function setCloudComputeSection(Google_Service_Devprojects_CloudComputeSection $cloudComputeSection) + { + $this->cloudComputeSection = $cloudComputeSection; + } + public function getCloudComputeSection() + { + return $this->cloudComputeSection; + } + public function setCloudSqlSection(Google_Service_Devprojects_CloudSqlSection $cloudSqlSection) + { + $this->cloudSqlSection = $cloudSqlSection; + } + public function getCloudSqlSection() + { + return $this->cloudSqlSection; + } + public function setCloudStorageSection(Google_Service_Devprojects_CloudStorageSection $cloudStorageSection) + { + $this->cloudStorageSection = $cloudStorageSection; + } + public function getCloudStorageSection() + { + return $this->cloudStorageSection; + } + public function setCreatedMs($createdMs) + { + $this->createdMs = $createdMs; + } + public function getCreatedMs() + { + return $this->createdMs; + } + public function setCurrentUserRole($currentUserRole) + { + $this->currentUserRole = $currentUserRole; + } + public function getCurrentUserRole() + { + return $this->currentUserRole; + } + public function setCustomizationSection(Google_Service_Devprojects_UiCustomizationSection $customizationSection) + { + $this->customizationSection = $customizationSection; + } + public function getCustomizationSection() + { + return $this->customizationSection; + } + public function setDisabledReasons($disabledReasons) + { + $this->disabledReasons = $disabledReasons; + } + public function getDisabledReasons() + { + return $this->disabledReasons; + } + public function setDomainId($domainId) + { + $this->domainId = $domainId; + } + public function getDomainId() + { + return $this->domainId; + } + public function setDomainOrOrganization($domainOrOrganization) + { + $this->domainOrOrganization = $domainOrOrganization; + } + public function getDomainOrOrganization() + { + return $this->domainOrOrganization; + } + public function setIamSection(Google_Service_Devprojects_IamSection $iamSection) + { + $this->iamSection = $iamSection; + } + public function getIamSection() + { + return $this->iamSection; + } + 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 setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setProjectLinkingSection(Google_Service_Devprojects_ProjectLinkingSection $projectLinkingSection) + { + $this->projectLinkingSection = $projectLinkingSection; + } + public function getProjectLinkingSection() + { + return $this->projectLinkingSection; + } + public function setProjectUrl($projectUrl) + { + $this->projectUrl = $projectUrl; + } + public function getProjectUrl() + { + return $this->projectUrl; + } + public function setQuotasSection(Google_Service_Devprojects_QuotaConfiguration $quotasSection) + { + $this->quotasSection = $quotasSection; + } + public function getQuotasSection() + { + return $this->quotasSection; + } + public function setServiceAccountSection(Google_Service_Devprojects_ServiceAccountSection $serviceAccountSection) + { + $this->serviceAccountSection = $serviceAccountSection; + } + public function getServiceAccountSection() + { + return $this->serviceAccountSection; + } + public function setShardType($shardType) + { + $this->shardType = $shardType; + } + public function getShardType() + { + return $this->shardType; + } + public function setStatsSection(Google_Service_Devprojects_StatsSection $statsSection) + { + $this->statsSection = $statsSection; + } + public function getStatsSection() + { + return $this->statsSection; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTeamSection(Google_Service_Devprojects_TeamSection $teamSection) + { + $this->teamSection = $teamSection; + } + public function getTeamSection() + { + return $this->teamSection; + } + public function setVersionInfo($versionInfo) + { + $this->versionInfo = $versionInfo; + } + public function getVersionInfo() + { + return $this->versionInfo; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectLinkingSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectLinkingSection.php new file mode 100644 index 000000000..e3247f7de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectLinkingSection.php @@ -0,0 +1,40 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPlusPage(Google_Service_Devprojects_ProjectPlusPage $plusPage) + { + $this->plusPage = $plusPage; + } + public function getPlusPage() + { + return $this->plusPage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectPlusPage.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectPlusPage.php new file mode 100644 index 000000000..6857231af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectPlusPage.php @@ -0,0 +1,48 @@ +approved = $approved; + } + public function getApproved() + { + return $this->approved; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setObfuscatedPageId($obfuscatedPageId) + { + $this->obfuscatedPageId = $obfuscatedPageId; + } + public function getObfuscatedPageId() + { + return $this->obfuscatedPageId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsDeveloperKeyToProjectIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsDeveloperKeyToProjectIdResponse.php new file mode 100644 index 000000000..6c7e3377d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsDeveloperKeyToProjectIdResponse.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureRequest.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureRequest.php new file mode 100644 index 000000000..ca7e77097 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureRequest.php @@ -0,0 +1,49 @@ +client = $client; + } + public function getClient() + { + return $this->client; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setWhitelistId($whitelistId) + { + $this->whitelistId = $whitelistId; + } + public function getWhitelistId() + { + return $this->whitelistId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureResponse.php new file mode 100644 index 000000000..04ed98d83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsGetProjectClientStructureResponse.php @@ -0,0 +1,40 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProject(Google_Service_Devprojects_ProjectClientStructure $project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsListResponse.php new file mode 100644 index 000000000..cfc59122a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersRequest.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersRequest.php new file mode 100644 index 000000000..2dd99b6e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersRequest.php @@ -0,0 +1,57 @@ +messageHtml = $messageHtml; + } + public function getMessageHtml() + { + return $this->messageHtml; + } + public function setMessageText($messageText) + { + $this->messageText = $messageText; + } + public function getMessageText() + { + return $this->messageText; + } + public function setSubjectText($subjectText) + { + $this->subjectText = $subjectText; + } + public function getSubjectText() + { + return $this->subjectText; + } + public function setWhitelistId($whitelistId) + { + $this->whitelistId = $whitelistId; + } + public function getWhitelistId() + { + return $this->whitelistId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersResponse.php new file mode 100644 index 000000000..b6ee6aa32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsNotifyOwnersResponse.php @@ -0,0 +1,40 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsStringIdToNumericIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsStringIdToNumericIdResponse.php new file mode 100644 index 000000000..25ec06587 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsStringIdToNumericIdResponse.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumericId($numericId) + { + $this->numericId = $numericId; + } + public function getNumericId() + { + return $this->numericId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsUndeleteRequest.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsUndeleteRequest.php new file mode 100644 index 000000000..7394933dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ProjectsUndeleteRequest.php @@ -0,0 +1,48 @@ +disableAuthorizationCheck = $disableAuthorizationCheck; + } + public function getDisableAuthorizationCheck() + { + return $this->disableAuthorizationCheck; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setWhitelistId($whitelistId) + { + $this->whitelistId = $whitelistId; + } + public function getWhitelistId() + { + return $this->whitelistId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/QueryUrl.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QueryUrl.php new file mode 100644 index 000000000..525f5dda8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QueryUrl.php @@ -0,0 +1,59 @@ +fragment = $fragment; + } + public function getFragment() + { + return $this->fragment; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setQueryParameters($queryParameters) + { + $this->queryParameters = $queryParameters; + } + public function getQueryParameters() + { + return $this->queryParameters; + } + public function setUrlBase($urlBase) + { + $this->urlBase = $urlBase; + } + public function getUrlBase() + { + return $this->urlBase; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaBucketDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaBucketDefinition.php new file mode 100644 index 000000000..0b92a3a74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaBucketDefinition.php @@ -0,0 +1,97 @@ +billableDailyLimit = $billableDailyLimit; + } + public function getBillableDailyLimit() + { + return $this->billableDailyLimit; + } + public function setDailyLimit(Google_Service_Devprojects_ApiLimitDefinition $dailyLimit) + { + $this->dailyLimit = $dailyLimit; + } + public function getDailyLimit() + { + return $this->dailyLimit; + } + public function setId(Google_Service_Devprojects_BucketId $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 setVariableTermQuotaDescription($variableTermQuotaDescription) + { + $this->variableTermQuotaDescription = $variableTermQuotaDescription; + } + public function getVariableTermQuotaDescription() + { + return $this->variableTermQuotaDescription; + } + public function setVisible($visible) + { + $this->visible = $visible; + } + public function getVisible() + { + return $this->visible; + } + public function setVisitorRateLimit(Google_Service_Devprojects_ApiLimitDefinition $visitorRateLimit) + { + $this->visitorRateLimit = $visitorRateLimit; + } + public function getVisitorRateLimit() + { + return $this->visitorRateLimit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConfiguration.php new file mode 100644 index 000000000..7f4ddc504 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConfiguration.php @@ -0,0 +1,157 @@ +allBlocked = $allBlocked; + } + public function getAllBlocked() + { + return $this->allBlocked; + } + public function setBillableDailyLimit($billableDailyLimit) + { + $this->billableDailyLimit = $billableDailyLimit; + } + public function getBillableDailyLimit() + { + return $this->billableDailyLimit; + } + public function setBucketBillableDailyLimit($bucketBillableDailyLimit) + { + $this->bucketBillableDailyLimit = $bucketBillableDailyLimit; + } + public function getBucketBillableDailyLimit() + { + return $this->bucketBillableDailyLimit; + } + public function setBucketDailyReport($bucketDailyReport) + { + $this->bucketDailyReport = $bucketDailyReport; + } + public function getBucketDailyReport() + { + return $this->bucketDailyReport; + } + public function setBucketPerVisitorLimit($bucketPerVisitorLimit) + { + $this->bucketPerVisitorLimit = $bucketPerVisitorLimit; + } + public function getBucketPerVisitorLimit() + { + return $this->bucketPerVisitorLimit; + } + public function setConcurrentReport($concurrentReport) + { + $this->concurrentReport = $concurrentReport; + } + public function getConcurrentReport() + { + return $this->concurrentReport; + } + public function setConfigurationType($configurationType) + { + $this->configurationType = $configurationType; + } + public function getConfigurationType() + { + return $this->configurationType; + } + public function setDailyReport($dailyReport) + { + $this->dailyReport = $dailyReport; + } + public function getDailyReport() + { + return $this->dailyReport; + } + public function setHasUserip($hasUserip) + { + $this->hasUserip = $hasUserip; + } + public function getHasUserip() + { + return $this->hasUserip; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPerProjectLimit($perProjectLimit) + { + $this->perProjectLimit = $perProjectLimit; + } + public function getPerProjectLimit() + { + return $this->perProjectLimit; + } + public function setPerVisitorLimit($perVisitorLimit) + { + $this->perVisitorLimit = $perVisitorLimit; + } + public function getPerVisitorLimit() + { + return $this->perVisitorLimit; + } + public function setVariableTermQuota($variableTermQuota) + { + $this->variableTermQuota = $variableTermQuota; + } + public function getVariableTermQuota() + { + return $this->variableTermQuota; + } + public function setWhitelist($whitelist) + { + $this->whitelist = $whitelist; + } + public function getWhitelist() + { + return $this->whitelist; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConstraints.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConstraints.php new file mode 100644 index 000000000..b0733f6f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaConstraints.php @@ -0,0 +1,39 @@ +explicitDailyQuota = $explicitDailyQuota; + } + public function getExplicitDailyQuota() + { + return $this->explicitDailyQuota; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaInfo.php new file mode 100644 index 000000000..6d12796a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/QuotaInfo.php @@ -0,0 +1,139 @@ +allBlocked = $allBlocked; + } + public function getAllBlocked() + { + return $this->allBlocked; + } + public function setBillableDailyLimit(Google_Service_Devprojects_ApiLimitStatus $billableDailyLimit) + { + $this->billableDailyLimit = $billableDailyLimit; + } + public function getBillableDailyLimit() + { + return $this->billableDailyLimit; + } + public function setBucketBillableDailyLimit(Google_Service_Devprojects_BucketLimitStatus $bucketBillableDailyLimit) + { + $this->bucketBillableDailyLimit = $bucketBillableDailyLimit; + } + public function getBucketBillableDailyLimit() + { + return $this->bucketBillableDailyLimit; + } + public function setBucketDailyReport(Google_Service_Devprojects_BucketLimitStatus $bucketDailyReport) + { + $this->bucketDailyReport = $bucketDailyReport; + } + public function getBucketDailyReport() + { + return $this->bucketDailyReport; + } + public function setBucketPerVisitorLimit(Google_Service_Devprojects_BucketLimitStatus $bucketPerVisitorLimit) + { + $this->bucketPerVisitorLimit = $bucketPerVisitorLimit; + } + public function getBucketPerVisitorLimit() + { + return $this->bucketPerVisitorLimit; + } + public function setBucketVariableTermQuota(Google_Service_Devprojects_BucketLimitStatus $bucketVariableTermQuota) + { + $this->bucketVariableTermQuota = $bucketVariableTermQuota; + } + public function getBucketVariableTermQuota() + { + return $this->bucketVariableTermQuota; + } + public function setConcurrentReport(Google_Service_Devprojects_ApiLimitStatus $concurrentReport) + { + $this->concurrentReport = $concurrentReport; + } + public function getConcurrentReport() + { + return $this->concurrentReport; + } + public function setDailyReport(Google_Service_Devprojects_ApiLimitStatus $dailyReport) + { + $this->dailyReport = $dailyReport; + } + public function getDailyReport() + { + return $this->dailyReport; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPerProjectLimit(Google_Service_Devprojects_ApiLimitStatus $perProjectLimit) + { + $this->perProjectLimit = $perProjectLimit; + } + public function getPerProjectLimit() + { + return $this->perProjectLimit; + } + public function setPerVisitorLimit(Google_Service_Devprojects_ApiLimitStatus $perVisitorLimit) + { + $this->perVisitorLimit = $perVisitorLimit; + } + public function getPerVisitorLimit() + { + return $this->perVisitorLimit; + } + public function setVariableTermQuota(Google_Service_Devprojects_ApiLimitStatus $variableTermQuota) + { + $this->variableTermQuota = $variableTermQuota; + } + public function getVariableTermQuota() + { + return $this->variableTermQuota; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Region.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Region.php new file mode 100644 index 000000000..d4cb52043 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Region.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/ActivationLinks.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/ActivationLinks.php new file mode 100644 index 000000000..75d23b499 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/ActivationLinks.php @@ -0,0 +1,69 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $activationLinks = $devprojectsService->activationLinks; + * + */ +class Google_Service_Devprojects_Resource_ActivationLinks extends Google_Service_Resource +{ + /** + * Generate activation links, a proper whitelist id is required. + * (activationLinks.insert) + * + * @param Google_Service_Devprojects_ActivationLinksCollection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string user Use for access control temporarily + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ActivationLinksCollection + */ + public function insert(Google_Service_Devprojects_ActivationLinksCollection $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Devprojects_ActivationLinksCollection"); + } + /** + * Validates an activation link. If successful, returns either the token OR type + * for the API OR respectively component being activated and the key value pairs + * contained in the signup token. For more details regarding sign-up tokens + * please see: - for first-party (Google) APIs - + * 'https://sites.google.com/a/google.com/developer-console/developer-console- + * services/the-devrel-shard#TOC-Creating-signup-urls-a.k.a.-activation-tokens-' + * - for third-party (Swarm/Endpoint) APIs - the producer-initiated activation + * flow details here http://go/apiproduceconsume (activationLinks.validate) + * + * @param Google_Service_Devprojects_ActivationLinksValidateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ActivationLinksValidateResponse + */ + public function validate(Google_Service_Devprojects_ActivationLinksValidateRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('validate', array($params), "Google_Service_Devprojects_ActivationLinksValidateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apiconsumers.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apiconsumers.php new file mode 100644 index 000000000..c8760dc0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apiconsumers.php @@ -0,0 +1,112 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $apiconsumers = $devprojectsService->apiconsumers; + * + */ +class Google_Service_Devprojects_Resource_Apiconsumers extends Google_Service_Resource +{ + /** + * Removes an API available for consumption from the consumer project. This can + * be invoked by either the API producer or the API consumer. + * (apiconsumers.delete) + * + * @param array $optParams Optional parameters. + * + * @opt_param string apiIdToken The ID of the API for which to delete the API + * consumption details + * @opt_param string consumerProjectId The consumer project ID for which to + * delete the API consumption details + * @opt_param string producerProjectId The producer project ID for which to + * delete the API consumption details + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + */ + public function delete($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Makes an API available for consumption to a given consumer project by the the + * API producer (apiconsumers.insert) + * + * @param Google_Service_Devprojects_ApiConsumer $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApiConsumer + */ + public function insert(Google_Service_Devprojects_ApiConsumer $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Devprojects_ApiConsumer"); + } + /** + * Lists the API consumers for a given producer and API + * (apiconsumers.listApiconsumers) + * + * @param array $optParams Optional parameters. + * + * @opt_param string apiIdToken The ApiId token for which consumers are listed + * @opt_param string locale The language code, country code and locale variant + * encoded as a single string. This is intended to be the locale for the end + * user, and hence the target of translations. Presence of the language code + * indicates that the response should include translation strings for the + * requested sections, as appropriate. + * @opt_param string producerProjectId The producer project for which consumers + * are listed + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApiconsumersListResponse + */ + public function listApiconsumers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Devprojects_ApiconsumersListResponse"); + } + /** + * Updates the configuration of consumption of an API. The update can change + * producer-specific configuration like the API consumption status or quota + * constraints. By switching the consumption status the producer can + * pause/resume the consumption of the API. Through quota constraints the + * producer can set or clear an explicit per-consumer daily quota, overriding + * the per-API default. (apiconsumers.update) + * + * @param Google_Service_Devprojects_ApiConsumer $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApiConsumer + */ + public function update(Google_Service_Devprojects_ApiConsumer $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Devprojects_ApiConsumer"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apis.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apis.php new file mode 100644 index 000000000..ec5f795f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Apis.php @@ -0,0 +1,122 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $apis = $devprojectsService->apis; + * + */ +class Google_Service_Devprojects_Resource_Apis extends Google_Service_Resource +{ + /** + * Get the ApiData definition details for a given API. (apis.get) + * + * @param string $apisId The resource ID. + * @param array $optParams Optional parameters. + * + * @opt_param string locale The language code, country code and locale variant + * encoded as a single string. This is intended to be the locale for the end + * user, and hence the target of translations. Presence of the language code + * indicates that the response should include translation strings for the + * requested sections, as appropriate. + * @opt_param string projectId The numeric ID of the project for which to get + * the API definition. It has to be either the ID of the project producing the + * API or the ID of a project having the API available for consumption + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApiData + */ + public function get($apisId, $optParams = array()) + { + $params = array('apisId' => $apisId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Devprojects_ApiData"); + } + /** + * Retrieves a list of resources, possibly filtered based on visibility settings + * related to the originator of the current end-user request. (apis.listApis) + * + * @param array $optParams Optional parameters. + * + * @opt_param string locale The language code, country code and locale variant + * encoded as a single string. This is intended to be the locale for the end + * user, and hence the target of translations. Presence of the language code + * indicates that the response should include translation strings for the + * requested sections, as appropriate. + * @opt_param string projectId The numeric ID of the project for which to list + * APIs. If present the API definition list will include all the first-party + * APIs available to the current user as well as all the third party APIs + * produced on the specified project or made available for "consumption" to the + * current project - independently of their activation (enablement) status. If + * not present only first-party APIs available to the current user are returned. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApisListResponse + */ + public function listApis($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Devprojects_ApisListResponse"); + } + /** + * List APIs consumed by a given project (apis.listconsumed) + * + * @param array $optParams Optional parameters. + * + * @opt_param string consumerProjectId The numeric ID of the project for which + * consumed APIs are listed + * @opt_param string locale The language code, country code and locale variant + * encoded as a single string. This is intended to be the locale for the end + * user, and hence the target of translations. Presence of the language code + * indicates that the response should include translation strings for the + * requested sections, as appropriate. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApisListConsumedResponse + */ + public function listconsumed($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listconsumed', array($params), "Google_Service_Devprojects_ApisListConsumedResponse"); + } + /** + * List APIs produced by a given project (apis.listproduced) + * + * @param array $optParams Optional parameters. + * + * @opt_param string locale The language code, country code and locale variant + * encoded as a single string. This is intended to be the locale for the end + * user, and hence the target of translations. Presence of the language code + * indicates that the response should include translation strings for the + * requested sections, as appropriate. + * @opt_param string producerProjectId The producer project ID to list APIs for. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ApisListProducedResponse + */ + public function listproduced($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listproduced', array($params), "Google_Service_Devprojects_ApisListProducedResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Controlwidgets.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Controlwidgets.php new file mode 100644 index 000000000..19a7cbcdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Controlwidgets.php @@ -0,0 +1,46 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $controlwidgets = $devprojectsService->controlwidgets; + * + */ +class Google_Service_Devprojects_Resource_Controlwidgets extends Google_Service_Resource +{ + /** + * Get embedding parameters for a control widget (controlwidgets.embed) + * + * @param string $projectId Project that might be relevant to the widget. + * @param string $widgetId The definition ID of the control widget. + * @param array $optParams Optional parameters. + * + * @opt_param string kv Column separated key value parameters + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_EmbeddingParameters + */ + public function embed($projectId, $widgetId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'widgetId' => $widgetId); + $params = array_merge($params, $optParams); + return $this->call('embed', array($params), "Google_Service_Devprojects_EmbeddingParameters"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Domains.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Domains.php new file mode 100644 index 000000000..9b798372d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Domains.php @@ -0,0 +1,96 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $domains = $devprojectsService->domains; + * + */ +class Google_Service_Devprojects_Resource_Domains extends Google_Service_Resource +{ + /** + * Retrieves the configuration data for a domain. (domains.get) + * + * @param string $domainsId The resource ID. + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_DomainAccountData + */ + public function get($domainsId, $optParams = array()) + { + $params = array('domainsId' => $domainsId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Devprojects_DomainAccountData"); + } + /** + * Creates a domain account. (domains.insert) + * + * @param Google_Service_Devprojects_DomainAccountData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_DomainAccountData + */ + public function insert(Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Devprojects_DomainAccountData"); + } + /** + * Updates a domain account. The resource will replace the current domain. This + * method supports patch semantics. (domains.patch) + * + * @param string $domainsId The resource ID. + * @param Google_Service_Devprojects_DomainAccountData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_DomainAccountData + */ + public function patch($domainsId, Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array()) + { + $params = array('domainsId' => $domainsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Devprojects_DomainAccountData"); + } + /** + * Updates a domain account. The resource will replace the current domain. + * (domains.update) + * + * @param string $domainsId The resource ID. + * @param Google_Service_Devprojects_DomainAccountData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_DomainAccountData + */ + public function update($domainsId, Google_Service_Devprojects_DomainAccountData $postBody, $optParams = array()) + { + $params = array('domainsId' => $domainsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Devprojects_DomainAccountData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Projects.php new file mode 100644 index 000000000..a27ffc189 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Projects.php @@ -0,0 +1,269 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $projects = $devprojectsService->projects; + * + */ +class Google_Service_Devprojects_Resource_Projects extends Google_Service_Resource +{ + /** + * Deletes a resource. (projects.delete) + * + * @param string $projectId The Devconsole project ID. + * @param array $optParams Optional parameters. + * + * @opt_param bool disableAuthorizationCheck If set to true, authorization + * checks will be disabled for this request. This field is intended to be used + * as part of rolling out IAM authorization checks in the CRM Projects API. + * Initially, we will perform IAM authorization checks in the Projects API, but + * ignore the result and simply log differences between IAM and DevConsole + * authorization checks. Once we have confidence in IAM, we will enforce the IAM + * check authorization checks and use this field to disable authorization + * checking in DevConsole. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + */ + public function delete($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Converts a developer key into a project id. + * (projects.developerkeytoprojectid) + * + * @param string $developerKey The developer key + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectsDeveloperKeyToProjectIdResponse + */ + public function developerkeytoprojectid($developerKey, $optParams = array()) + { + $params = array('developerKey' => $developerKey); + $params = array_merge($params, $optParams); + return $this->call('developerkeytoprojectid', array($params), "Google_Service_Devprojects_ProjectsDeveloperKeyToProjectIdResponse"); + } + /** + * Get a project. (projects.get) + * + * @param string $projectId The Devconsole project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string locale The language code, country code and locale variant + * encoded as a single string. This is intended to be the locale for the end + * user, and hence the target of translations. Presence of the language code + * indicates that the response should include translation strings for the + * requested sections, as appropriate. + * @opt_param bool retrieveCurrentUserRole Whether to also retrieve the role of + * the user for which the project is currently fetched + * @opt_param string section The list of sections that should be returned. By + * default, the API will only prefill the basic project data, since loading a + * project in its entirety can take relatively long and is often not needed. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectData + */ + public function get($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Devprojects_ProjectData"); + } + /** + * Obtain the structure of clients within the project for use in abuse control + * and takedowns. (projects.getprojectclientstructure) + * + * @param Google_Service_Devprojects_ProjectsGetProjectClientStructureRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Devprojects_ProjectsGetProjectClientStructureResponse + */ + public function getprojectclientstructure(Google_Service_Devprojects_ProjectsGetProjectClientStructureRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getprojectclientstructure', array($params), "Google_Service_Devprojects_ProjectsGetProjectClientStructureResponse"); + } + /** + * Create a new project. Note that only the base data of a project will be + * transferred. Everything else needs to go through an update request. + * (projects.insert) + * + * @param Google_Service_Devprojects_ProjectData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string initialOwner Gaia id of the initial project owner. + * Currently,this should always be provided, but that might change in the + * future. + * @opt_param bool retryRequest Set to true to indicate that this is a retry + * request + * @opt_param string section The list of sections that should be created. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectData + */ + public function insert(Google_Service_Devprojects_ProjectData $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Devprojects_ProjectData"); + } + /** + * Query projects (projects.listProjects) + * + * @param array $optParams Optional parameters. + * + * @opt_param string fillSection Return projects with the following sections + * included if possible. + * @opt_param bool includeNonActive Whether also non-active projects should be + * included in results + * @opt_param string includedShard If this list is nonempty, projects are only + * returned if they contain some shard in the list. If the list is empty, no + * filtering occurs + * @opt_param string requiredApiId Return only projects that have all the given + * APIs active + * @opt_param string requiredSection Return only projects that have all the + * given sections + * @opt_param bool retrieveCurrentUserRole Whether to also retrieve the role of + * the user for which projects are currently listed + * @opt_param string user Return only projects that the given user has access + * to. For now, this is always required. Later, this will be required for LOAS + * based access only, and we can infer the user from the access control. As such + * the user will need to be a team member of the project. Also the user might be + * logged as the initiator of the update. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectsListResponse + */ + public function listProjects($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Devprojects_ProjectsListResponse"); + } + /** + * Uses DevConsole notification endpoint to notify project owners of important + * events, such as quota breaching. Currently only supports emailing the users + * of a project who fill the OWNER role, though there's been talk of adding + * support for other notification formats as well. (projects.notifyowners) + * + * @param string $projectsId The resource ID. + * @param Google_Service_Devprojects_ProjectsNotifyOwnersRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectsNotifyOwnersResponse + */ + public function notifyowners($projectsId, Google_Service_Devprojects_ProjectsNotifyOwnersRequest $postBody, $optParams = array()) + { + $params = array('projectsId' => $projectsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('notifyowners', array($params), "Google_Service_Devprojects_ProjectsNotifyOwnersResponse"); + } + /** + * Update a project. This method supports patch semantics. (projects.patch) + * + * @param string $projectId The Devconsole project ID. + * @param Google_Service_Devprojects_ProjectData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string section The list of sections that should be updated. Any + * parts of the project entity that are not listed here will not be considered + * for updates. + * @opt_param string user If specified, the user to check accepted TOSes + * against. This is needed when an update (e.g., enabling the BigStore Apiary + * API requires the user to accept a specific ToS. In the future the nuser could + * be inferred from the access control. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectData + */ + public function patch($projectId, Google_Service_Devprojects_ProjectData $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Devprojects_ProjectData"); + } + /** + * Looks-up a project specified via a string ID in app-engine app ID form and if + * found returns its numeric ID. Note: in the case of Dasher-based projects the + * string ID is in the form "domain:appId" (e.g., "google.com:cohesive- + * bonbon-301") If the lookup fails a PROJECT_NOT_FOUND error is returned. + * (projects.stringidtonumericid) + * + * @param string $project The string project id to lookup + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectsStringIdToNumericIdResponse + */ + public function stringidtonumericid($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('stringidtonumericid', array($params), "Google_Service_Devprojects_ProjectsStringIdToNumericIdResponse"); + } + /** + * Undelete a project (projects.undelete) + * + * @param string $projectId The resource ID. + * @param Google_Service_Devprojects_ProjectsUndeleteRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + */ + public function undelete($projectId, Google_Service_Devprojects_ProjectsUndeleteRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params)); + } + /** + * Update a project. (projects.update) + * + * @param string $projectId The Devconsole project ID. + * @param Google_Service_Devprojects_ProjectData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string section The list of sections that should be updated. Any + * parts of the project entity that are not listed here will not be considered + * for updates. + * @opt_param string user If specified, the user to check accepted TOSes + * against. This is needed when an update (e.g., enabling the BigStore Apiary + * API requires the user to accept a specific ToS. In the future the nuser could + * be inferred from the access control. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_ProjectData + */ + public function update($projectId, Google_Service_Devprojects_ProjectData $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Devprojects_ProjectData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Toses.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Toses.php new file mode 100644 index 000000000..d66ad89c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Toses.php @@ -0,0 +1,100 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $toses = $devprojectsService->toses; + * + */ +class Google_Service_Devprojects_Resource_Toses extends Google_Service_Resource +{ + /** + * A message to accept at least one terms of service within at least one + * context. Any number of contexts and terms can be provided, and each provided + * terms will be accepted in each provided context. (toses.accept) + * + * @param Google_Service_Devprojects_TosesAcceptRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_TosesAcceptResponse + */ + public function accept(Google_Service_Devprojects_TosesAcceptRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('accept', array($params), "Google_Service_Devprojects_TosesAcceptResponse"); + } + /** + * A message to check whether or not the provided terms have been accepted in + * any of the provided contexts. In most cases, the context will usually be just + * a user, just a project, or a user and a project. (toses.check) + * + * @param Google_Service_Devprojects_TosesCheckRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_TosesCheckResponse + */ + public function check(Google_Service_Devprojects_TosesCheckRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('check', array($params), "Google_Service_Devprojects_TosesCheckResponse"); + } + /** + * Get specific terms (toses.get) + * + * @param string $tosId The terms-of-service (TOS) ID. + * @param array $optParams Optional parameters. + * + * @opt_param string userId user for whom to get a tos url + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_TermsOfService + */ + public function get($tosId, $optParams = array()) + { + $params = array('tosId' => $tosId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Devprojects_TermsOfService"); + } + /** + * Obtain a list of ToSes meeting certain criteria (toses.listToses) + * + * @param array $optParams Optional parameters. + * + * @opt_param string apiKey If this list is nonempty, only return ToSes for APIs + * in the list. + * @opt_param string projectId Return only ToSes that apply to the given project + * @opt_param string user Return only ToSes that the given user must accept + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_TosesListResponse + */ + public function listToses($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Devprojects_TosesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Users.php new file mode 100644 index 000000000..cfda1e9b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/Users.php @@ -0,0 +1,82 @@ + + * $devprojectsService = new Google_Service_Devprojects(...); + * $users = $devprojectsService->users; + * + */ +class Google_Service_Devprojects_Resource_Users extends Google_Service_Resource +{ + /** + * Retrieves the configuration data for a single user. (users.get) + * + * @param string $userId The Gaia user ID to get ToS acceptance for. + * @param array $optParams Optional parameters. + * + * @opt_param string section Specifies the sections of the UserData protobuf + * that should be filled in in the response. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_UserData + */ + public function get($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Devprojects_UserData"); + } + /** + * Update a user. This method supports patch semantics. (users.patch) + * + * @param string $userId The user ID. + * @param Google_Service_Devprojects_UserData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string section The list of sections that should be updated. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_UserData + */ + public function patch($userId, Google_Service_Devprojects_UserData $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Devprojects_UserData"); + } + /** + * Update a user. (users.update) + * + * @param string $userId The user ID. + * @param Google_Service_Devprojects_UserData $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string section The list of sections that should be updated. + * @opt_param string whitelistId The whitelist project ID. See + * Projects.Insert.whitelist_id documentation for details. + * @return Google_Service_Devprojects_UserData + */ + public function update($userId, Google_Service_Devprojects_UserData $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Devprojects_UserData"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/RobotCreationParameters.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/RobotCreationParameters.php new file mode 100644 index 000000000..84037c221 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/RobotCreationParameters.php @@ -0,0 +1,103 @@ +authClientType = $authClientType; + } + public function getAuthClientType() + { + return $this->authClientType; + } + public function setAuthRedirectUri($authRedirectUri) + { + $this->authRedirectUri = $authRedirectUri; + } + public function getAuthRedirectUri() + { + return $this->authRedirectUri; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLoasRoleForContainerOwnedRobot($loasRoleForContainerOwnedRobot) + { + $this->loasRoleForContainerOwnedRobot = $loasRoleForContainerOwnedRobot; + } + public function getLoasRoleForContainerOwnedRobot() + { + return $this->loasRoleForContainerOwnedRobot; + } + public function setRobotConfigName($robotConfigName) + { + $this->robotConfigName = $robotConfigName; + } + public function getRobotConfigName() + { + return $this->robotConfigName; + } + public function setRobotEnvironment($robotEnvironment) + { + $this->robotEnvironment = $robotEnvironment; + } + public function getRobotEnvironment() + { + return $this->robotEnvironment; + } + public function setRobotType($robotType) + { + $this->robotType = $robotType; + } + public function getRobotType() + { + return $this->robotType; + } + public function setTeamRole($teamRole) + { + $this->teamRole = $teamRole; + } + public function getTeamRole() + { + return $this->teamRole; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountMetadata.php new file mode 100644 index 000000000..ed664af08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountMetadata.php @@ -0,0 +1,75 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEnvironment($environment) + { + $this->environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } + public function setGaiaId($gaiaId) + { + $this->gaiaId = $gaiaId; + } + public function getGaiaId() + { + return $this->gaiaId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLoasOwner($loasOwner) + { + $this->loasOwner = $loasOwner; + } + public function getLoasOwner() + { + return $this->loasOwner; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountSection.php new file mode 100644 index 000000000..1889fa3d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/ServiceAccountSection.php @@ -0,0 +1,41 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/SpecialRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/SpecialRestriction.php new file mode 100644 index 000000000..5ee0158f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/SpecialRestriction.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsInfo.php new file mode 100644 index 000000000..6e23fe294 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsInfo.php @@ -0,0 +1,75 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLegendName($legendName) + { + $this->legendName = $legendName; + } + public function getLegendName() + { + return $this->legendName; + } + public function setSubkey($subkey) + { + $this->subkey = $subkey; + } + public function getSubkey() + { + return $this->subkey; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsSection.php new file mode 100644 index 000000000..41bd67b45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/StatsSection.php @@ -0,0 +1,41 @@ +apiStatsInfo = $apiStatsInfo; + } + public function getApiStatsInfo() + { + return $this->apiStatsInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Target.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Target.php new file mode 100644 index 000000000..20d09e87b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Target.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TeamSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TeamSection.php new file mode 100644 index 000000000..31fdf2107 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TeamSection.php @@ -0,0 +1,68 @@ +editorGroupId = $editorGroupId; + } + public function getEditorGroupId() + { + return $this->editorGroupId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMember($member) + { + $this->member = $member; + } + public function getMember() + { + return $this->member; + } + public function setOwnerGroupId($ownerGroupId) + { + $this->ownerGroupId = $ownerGroupId; + } + public function getOwnerGroupId() + { + return $this->ownerGroupId; + } + public function setTeamId($teamId) + { + $this->teamId = $teamId; + } + public function getTeamId() + { + return $this->teamId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermInfo.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermInfo.php new file mode 100644 index 000000000..408cd7b55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermInfo.php @@ -0,0 +1,66 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setServiceType($serviceType) + { + $this->serviceType = $serviceType; + } + public function getServiceType() + { + return $this->serviceType; + } + public function setTermsVersion($termsVersion) + { + $this->termsVersion = $termsVersion; + } + public function getTermsVersion() + { + return $this->termsVersion; + } + public function setTimestampMs($timestampMs) + { + $this->timestampMs = $timestampMs; + } + public function getTimestampMs() + { + return $this->timestampMs; + } + public function setTosId($tosId) + { + $this->tosId = $tosId; + } + public function getTosId() + { + return $this->tosId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsContext.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsContext.php new file mode 100644 index 000000000..566a3e6f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsContext.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsOfService.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsOfService.php new file mode 100644 index 000000000..0d8c4ba52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsOfService.php @@ -0,0 +1,75 @@ +currentVersion = $currentVersion; + } + public function getCurrentVersion() + { + return $this->currentVersion; + } + 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 setReviewUrl($reviewUrl) + { + $this->reviewUrl = $reviewUrl; + } + public function getReviewUrl() + { + return $this->reviewUrl; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsVersion.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsVersion.php new file mode 100644 index 000000000..101ae696a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TermsVersion.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptRequest.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptRequest.php new file mode 100644 index 000000000..8957b4b4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptRequest.php @@ -0,0 +1,51 @@ +context = $context; + } + public function getContext() + { + return $this->context; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } + public function setWhitelistId($whitelistId) + { + $this->whitelistId = $whitelistId; + } + public function getWhitelistId() + { + return $this->whitelistId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptResponse.php new file mode 100644 index 000000000..c513f959d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesAcceptResponse.php @@ -0,0 +1,51 @@ +confirmed = $confirmed; + } + public function getConfirmed() + { + return $this->confirmed; + } + public function setDenied($denied) + { + $this->denied = $denied; + } + public function getDenied() + { + return $this->denied; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckRequest.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckRequest.php new file mode 100644 index 000000000..8532e3308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckRequest.php @@ -0,0 +1,51 @@ +context = $context; + } + public function getContext() + { + return $this->context; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } + public function setWhitelistId($whitelistId) + { + $this->whitelistId = $whitelistId; + } + public function getWhitelistId() + { + return $this->whitelistId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckResponse.php new file mode 100644 index 000000000..c9a38e7e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesCheckResponse.php @@ -0,0 +1,51 @@ +accepted = $accepted; + } + public function getAccepted() + { + return $this->accepted; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPending($pending) + { + $this->pending = $pending; + } + public function getPending() + { + return $this->pending; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesListResponse.php new file mode 100644 index 000000000..c2bc1327d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TosesListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedKeyValuePair.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedKeyValuePair.php new file mode 100644 index 000000000..a497c2b92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedKeyValuePair.php @@ -0,0 +1,57 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedValue.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedValue.php new file mode 100644 index 000000000..37d3a0986 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/TypedValue.php @@ -0,0 +1,48 @@ +doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + public function setIntValue($intValue) + { + $this->intValue = $intValue; + } + public function getIntValue() + { + return $this->intValue; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/UiCustomizationSection.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UiCustomizationSection.php new file mode 100644 index 000000000..f90d6043d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UiCustomizationSection.php @@ -0,0 +1,41 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProperty($property) + { + $this->property = $property; + } + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserData.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserData.php new file mode 100644 index 000000000..3e1b82fad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserData.php @@ -0,0 +1,49 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTermsOfService(Google_Service_Devprojects_UsersTermsOfService $termsOfService) + { + $this->termsOfService = $termsOfService; + } + public function getTermsOfService() + { + return $this->termsOfService; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserNotification.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserNotification.php new file mode 100644 index 000000000..d006b29f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserNotification.php @@ -0,0 +1,39 @@ +channel = $channel; + } + public function getChannel() + { + return $this->channel; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserRestriction.php new file mode 100644 index 000000000..29d84a60b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserRestriction.php @@ -0,0 +1,90 @@ +ageRestriction = $ageRestriction; + } + public function getAgeRestriction() + { + return $this->ageRestriction; + } + public function setAndRestriction(Google_Service_Devprojects_AndRestriction $andRestriction) + { + $this->andRestriction = $andRestriction; + } + public function getAndRestriction() + { + return $this->andRestriction; + } + public function setGeoRestriction(Google_Service_Devprojects_GeoRestriction $geoRestriction) + { + $this->geoRestriction = $geoRestriction; + } + public function getGeoRestriction() + { + return $this->geoRestriction; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNotRestriction(Google_Service_Devprojects_NotRestriction $notRestriction) + { + $this->notRestriction = $notRestriction; + } + public function getNotRestriction() + { + return $this->notRestriction; + } + public function setOrRestriction(Google_Service_Devprojects_OrRestriction $orRestriction) + { + $this->orRestriction = $orRestriction; + } + public function getOrRestriction() + { + return $this->orRestriction; + } + public function setSpecialRestriction(Google_Service_Devprojects_SpecialRestriction $specialRestriction) + { + $this->specialRestriction = $specialRestriction; + } + public function getSpecialRestriction() + { + return $this->specialRestriction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/UsersTermsOfService.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UsersTermsOfService.php new file mode 100644 index 000000000..b93e1f58b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/UsersTermsOfService.php @@ -0,0 +1,41 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/Verdict.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Verdict.php new file mode 100644 index 000000000..21bb50665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/Verdict.php @@ -0,0 +1,182 @@ +client = $client; + } + public function getClient() + { + return $this->client; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setDecision($decision) + { + $this->decision = $decision; + } + public function getDecision() + { + return $this->decision; + } + public function setDurationMins($durationMins) + { + $this->durationMins = $durationMins; + } + public function getDurationMins() + { + return $this->durationMins; + } + public function setEvaluation($evaluation) + { + $this->evaluation = $evaluation; + } + public function getEvaluation() + { + return $this->evaluation; + } + public function setIsLegalIssued($isLegalIssued) + { + $this->isLegalIssued = $isLegalIssued; + } + public function getIsLegalIssued() + { + return $this->isLegalIssued; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMiscScores($miscScores) + { + $this->miscScores = $miscScores; + } + public function getMiscScores() + { + return $this->miscScores; + } + public function setReasonCode($reasonCode) + { + $this->reasonCode = $reasonCode; + } + public function getReasonCode() + { + return $this->reasonCode; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRestriction($restriction) + { + $this->restriction = $restriction; + } + public function getRestriction() + { + return $this->restriction; + } + public function setStrikeCategory($strikeCategory) + { + $this->strikeCategory = $strikeCategory; + } + public function getStrikeCategory() + { + return $this->strikeCategory; + } + public function setTarget(Google_Service_Devprojects_Target $target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setTargetTimestampMicros($targetTimestampMicros) + { + $this->targetTimestampMicros = $targetTimestampMicros; + } + public function getTargetTimestampMicros() + { + return $this->targetTimestampMicros; + } + public function setTimestampMicros($timestampMicros) + { + $this->timestampMicros = $timestampMicros; + } + public function getTimestampMicros() + { + return $this->timestampMicros; + } + public function setUserNotification($userNotification) + { + $this->userNotification = $userNotification; + } + public function getUserNotification() + { + return $this->userNotification; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Devprojects/VerdictRestriction.php b/vendor/google/apiclient-services/src/Google/Service/Devprojects/VerdictRestriction.php new file mode 100644 index 000000000..68e1254f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Devprojects/VerdictRestriction.php @@ -0,0 +1,51 @@ +context = $context; + } + public function getContext() + { + return $this->context; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUserRestriction(Google_Service_Devprojects_UserRestriction $userRestriction) + { + $this->userRestriction = $userRestriction; + } + public function getUserRestriction() + { + return $this->userRestriction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting.php new file mode 100644 index 000000000..e13b1ff16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting.php @@ -0,0 +1,4800 @@ + + * Manages your DoubleClick Campaign Manager ad campaigns and reports. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Dfareporting extends Google_Service +{ + /** Manage DoubleClick Digital Marketing conversions. */ + const DDMCONVERSIONS = + "https://www.googleapis.com/auth/ddmconversions"; + /** View and manage DoubleClick for Advertisers reports. */ + const DFAREPORTING = + "https://www.googleapis.com/auth/dfareporting"; + /** View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns. */ + const DFATRAFFICKING = + "https://www.googleapis.com/auth/dfatrafficking"; + + public $accountActiveAdSummaries; + public $accountPermissionGroups; + public $accountPermissions; + public $accountUserProfiles; + public $accounts; + public $ads; + public $advertiserGroups; + public $advertiserLandingPages; + public $advertisers; + public $browsers; + public $campaignCreativeAssociations; + public $campaigns; + public $changeLogs; + public $cities; + public $connectionTypes; + public $contentCategories; + public $conversions; + public $countries; + public $creativeAssets; + public $creativeFieldValues; + public $creativeFields; + public $creativeGroups; + public $creatives; + public $dimensionValues; + public $directorySites; + public $dynamicTargetingKeys; + public $eventTags; + public $files; + public $floodlightActivities; + public $floodlightActivityGroups; + public $floodlightConfigurations; + public $inventoryItems; + public $languages; + public $metros; + public $mobileApps; + public $mobileCarriers; + public $operatingSystemVersions; + public $operatingSystems; + public $orderDocuments; + public $orders; + public $placementGroups; + public $placementStrategies; + public $placements; + public $platformTypes; + public $postalCodes; + public $projects; + public $regions; + public $remarketingListShares; + public $remarketingLists; + public $reports; + public $reports_compatibleFields; + public $reports_files; + public $sites; + public $sizes; + public $subaccounts; + public $targetableRemarketingLists; + public $targetingTemplates; + public $userProfiles; + public $userRolePermissionGroups; + public $userRolePermissions; + public $userRoles; + public $videoFormats; + + /** + * Constructs the internal representation of the Dfareporting 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 = 'dfareporting/v3.3/'; + $this->batchPath = 'batch/dfareporting/v3.3'; + $this->version = 'v3.3'; + $this->serviceName = 'dfareporting'; + + $this->accountActiveAdSummaries = new Google_Service_Dfareporting_Resource_AccountActiveAdSummaries( + $this, + $this->serviceName, + 'accountActiveAdSummaries', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'summaryAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accountPermissionGroups = new Google_Service_Dfareporting_Resource_AccountPermissionGroups( + $this, + $this->serviceName, + 'accountPermissionGroups', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/accountPermissionGroups/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/accountPermissionGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accountPermissions = new Google_Service_Dfareporting_Resource_AccountPermissions( + $this, + $this->serviceName, + 'accountPermissions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/accountPermissions/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/accountPermissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accountUserProfiles = new Google_Service_Dfareporting_Resource_AccountUserProfiles( + $this, + $this->serviceName, + 'accountUserProfiles', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/accountUserProfiles/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/accountUserProfiles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/accountUserProfiles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'subaccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userRoleId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/accountUserProfiles', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/accountUserProfiles', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts = new Google_Service_Dfareporting_Resource_Accounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/accounts/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/accounts', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/accounts', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->ads = new Google_Service_Dfareporting_Resource_Ads( + $this, + $this->serviceName, + 'ads', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/ads/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/ads', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/ads', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'archived' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'audienceSegmentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'campaignIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'compatibility' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'creativeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'creativeOptimizationConfigurationIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'dynamicClickTracker' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'landingPageIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'overriddenEventTagId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placementIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'remarketingListIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sizeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sslCompliant' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sslRequired' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/ads', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/ads', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->advertiserGroups = new Google_Service_Dfareporting_Resource_AdvertiserGroups( + $this, + $this->serviceName, + 'advertiserGroups', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/advertiserGroups/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/advertiserGroups/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/advertiserGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/advertiserGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/advertiserGroups', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/advertiserGroups', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->advertiserLandingPages = new Google_Service_Dfareporting_Resource_AdvertiserLandingPages( + $this, + $this->serviceName, + 'advertiserLandingPages', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/advertiserLandingPages/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/advertiserLandingPages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/advertiserLandingPages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'archived' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'campaignIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'subaccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/advertiserLandingPages', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/advertiserLandingPages', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->advertisers = new Google_Service_Dfareporting_Resource_Advertisers( + $this, + $this->serviceName, + 'advertisers', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/advertisers/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/advertisers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/advertisers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserGroupIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'floodlightConfigurationIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'includeAdvertisersWithoutGroupsOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'onlyParent' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'subaccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/advertisers', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/advertisers', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->browsers = new Google_Service_Dfareporting_Resource_Browsers( + $this, + $this->serviceName, + 'browsers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'userprofiles/{profileId}/browsers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->campaignCreativeAssociations = new Google_Service_Dfareporting_Resource_CampaignCreativeAssociations( + $this, + $this->serviceName, + 'campaignCreativeAssociations', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'campaignId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'campaignId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->campaigns = new Google_Service_Dfareporting_Resource_Campaigns( + $this, + $this->serviceName, + 'campaigns', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/campaigns/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/campaigns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/campaigns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserGroupIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'archived' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'atLeastOneOptimizationActivity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'excludedIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'overriddenEventTagId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'subaccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/campaigns', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/campaigns', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->changeLogs = new Google_Service_Dfareporting_Resource_ChangeLogs( + $this, + $this->serviceName, + 'changeLogs', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/changeLogs/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/changeLogs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'action' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxChangeTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'minChangeTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'objectIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'objectType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProfileIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->cities = new Google_Service_Dfareporting_Resource_Cities( + $this, + $this->serviceName, + 'cities', + array( + 'methods' => array( + 'list' => array( + 'path' => 'userprofiles/{profileId}/cities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'countryDartIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'dartIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'namePrefix' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'regionDartIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->connectionTypes = new Google_Service_Dfareporting_Resource_ConnectionTypes( + $this, + $this->serviceName, + 'connectionTypes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/connectionTypes/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/connectionTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->contentCategories = new Google_Service_Dfareporting_Resource_ContentCategories( + $this, + $this->serviceName, + 'contentCategories', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/contentCategories/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/contentCategories/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/contentCategories', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/contentCategories', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/contentCategories', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/contentCategories', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->conversions = new Google_Service_Dfareporting_Resource_Conversions( + $this, + $this->serviceName, + 'conversions', + array( + 'methods' => array( + 'batchinsert' => array( + 'path' => 'userprofiles/{profileId}/conversions/batchinsert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchupdate' => array( + 'path' => 'userprofiles/{profileId}/conversions/batchupdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->countries = new Google_Service_Dfareporting_Resource_Countries( + $this, + $this->serviceName, + 'countries', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/countries/{dartId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dartId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/countries', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->creativeAssets = new Google_Service_Dfareporting_Resource_CreativeAssets( + $this, + $this->serviceName, + 'creativeAssets', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->creativeFieldValues = new Google_Service_Dfareporting_Resource_CreativeFieldValues( + $this, + $this->serviceName, + 'creativeFieldValues', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeFieldId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeFieldId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeFieldId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeFieldId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeFieldId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'creativeFieldId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->creativeFields = new Google_Service_Dfareporting_Resource_CreativeFields( + $this, + $this->serviceName, + 'creativeFields', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/creativeFields/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/creativeFields', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/creativeFields', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/creativeFields', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/creativeFields', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->creativeGroups = new Google_Service_Dfareporting_Resource_CreativeGroups( + $this, + $this->serviceName, + 'creativeGroups', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/creativeGroups/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/creativeGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/creativeGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'groupNumber' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/creativeGroups', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/creativeGroups', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->creatives = new Google_Service_Dfareporting_Resource_Creatives( + $this, + $this->serviceName, + 'creatives', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/creatives/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/creatives', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/creatives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'archived' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'campaignId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'companionCreativeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'creativeFieldIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'renderingIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sizeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'studioCreativeId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'types' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/creatives', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/creatives', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->dimensionValues = new Google_Service_Dfareporting_Resource_DimensionValues( + $this, + $this->serviceName, + 'dimensionValues', + array( + 'methods' => array( + 'query' => array( + 'path' => 'userprofiles/{profileId}/dimensionvalues/query', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->directorySites = new Google_Service_Dfareporting_Resource_DirectorySites( + $this, + $this->serviceName, + 'directorySites', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/directorySites/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/directorySites', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/directorySites', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acceptsInStreamVideoPlacements' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'acceptsInterstitialPlacements' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'acceptsPublisherPaidPlacements' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'dfpNetworkCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->dynamicTargetingKeys = new Google_Service_Dfareporting_Resource_DynamicTargetingKeys( + $this, + $this->serviceName, + 'dynamicTargetingKeys', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/dynamicTargetingKeys/{objectId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'objectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'objectType' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/dynamicTargetingKeys', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/dynamicTargetingKeys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'names' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'objectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'objectType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->eventTags = new Google_Service_Dfareporting_Resource_EventTags( + $this, + $this->serviceName, + 'eventTags', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/eventTags/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/eventTags/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/eventTags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/eventTags', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'adId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'campaignId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'definitionsOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'enabled' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'eventTagTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/eventTags', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/eventTags', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->files = new Google_Service_Dfareporting_Resource_Files( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'get' => array( + 'path' => 'reports/{reportId}/files/{fileId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/files', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scope' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->floodlightActivities = new Google_Service_Dfareporting_Resource_FloodlightActivities( + $this, + $this->serviceName, + 'floodlightActivities', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generatetag' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities/generatetag', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'floodlightActivityId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'floodlightActivityGroupIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'floodlightActivityGroupName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'floodlightActivityGroupTagString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'floodlightActivityGroupType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'floodlightConfigurationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'tagString' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivities', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->floodlightActivityGroups = new Google_Service_Dfareporting_Resource_FloodlightActivityGroups( + $this, + $this->serviceName, + 'floodlightActivityGroups', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivityGroups/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'floodlightConfigurationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/floodlightActivityGroups', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->floodlightConfigurations = new Google_Service_Dfareporting_Resource_FloodlightConfigurations( + $this, + $this->serviceName, + 'floodlightConfigurations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/floodlightConfigurations/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/floodlightConfigurations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/floodlightConfigurations', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/floodlightConfigurations', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->inventoryItems = new Google_Service_Dfareporting_Resource_InventoryItems( + $this, + $this->serviceName, + 'inventoryItems', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/projects/{projectId}/inventoryItems/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/projects/{projectId}/inventoryItems', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'inPlan' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->languages = new Google_Service_Dfareporting_Resource_Languages( + $this, + $this->serviceName, + 'languages', + array( + 'methods' => array( + 'list' => array( + 'path' => 'userprofiles/{profileId}/languages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->metros = new Google_Service_Dfareporting_Resource_Metros( + $this, + $this->serviceName, + 'metros', + array( + 'methods' => array( + 'list' => array( + 'path' => 'userprofiles/{profileId}/metros', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->mobileApps = new Google_Service_Dfareporting_Resource_MobileApps( + $this, + $this->serviceName, + 'mobileApps', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/mobileApps/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/mobileApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'directories' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->mobileCarriers = new Google_Service_Dfareporting_Resource_MobileCarriers( + $this, + $this->serviceName, + 'mobileCarriers', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/mobileCarriers/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/mobileCarriers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operatingSystemVersions = new Google_Service_Dfareporting_Resource_OperatingSystemVersions( + $this, + $this->serviceName, + 'operatingSystemVersions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/operatingSystemVersions/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/operatingSystemVersions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operatingSystems = new Google_Service_Dfareporting_Resource_OperatingSystems( + $this, + $this->serviceName, + 'operatingSystems', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/operatingSystems/{dartId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dartId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/operatingSystems', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->orderDocuments = new Google_Service_Dfareporting_Resource_OrderDocuments( + $this, + $this->serviceName, + 'orderDocuments', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/projects/{projectId}/orderDocuments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'approved' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->orders = new Google_Service_Dfareporting_Resource_Orders( + $this, + $this->serviceName, + 'orders', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/projects/{projectId}/orders/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/projects/{projectId}/orders', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->placementGroups = new Google_Service_Dfareporting_Resource_PlacementGroups( + $this, + $this->serviceName, + 'placementGroups', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/placementGroups/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/placementGroups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/placementGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'archived' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'campaignIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'contentCategoryIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'directorySiteIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxStartDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minStartDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placementGroupType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placementStrategyIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pricingTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/placementGroups', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/placementGroups', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->placementStrategies = new Google_Service_Dfareporting_Resource_PlacementStrategies( + $this, + $this->serviceName, + 'placementStrategies', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/placementStrategies/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/placementStrategies/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/placementStrategies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/placementStrategies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/placementStrategies', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/placementStrategies', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->placements = new Google_Service_Dfareporting_Resource_Placements( + $this, + $this->serviceName, + 'placements', + array( + 'methods' => array( + 'generatetags' => array( + 'path' => 'userprofiles/{profileId}/placements/generatetags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'campaignId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placementIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'tagFormats' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/placements/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/placements', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/placements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'archived' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'campaignIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'compatibilities' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'contentCategoryIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'directorySiteIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'groupIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxStartDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minStartDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'paymentSource' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placementStrategyIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pricingTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'siteIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sizeIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/placements', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/placements', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->platformTypes = new Google_Service_Dfareporting_Resource_PlatformTypes( + $this, + $this->serviceName, + 'platformTypes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/platformTypes/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/platformTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->postalCodes = new Google_Service_Dfareporting_Resource_PostalCodes( + $this, + $this->serviceName, + 'postalCodes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/postalCodes/{code}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'code' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/postalCodes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Dfareporting_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/projects/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/projects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regions = new Google_Service_Dfareporting_Resource_Regions( + $this, + $this->serviceName, + 'regions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'userprofiles/{profileId}/regions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->remarketingListShares = new Google_Service_Dfareporting_Resource_RemarketingListShares( + $this, + $this->serviceName, + 'remarketingListShares', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/remarketingListShares/{remarketingListId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'remarketingListId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/remarketingListShares', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'remarketingListId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/remarketingListShares', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->remarketingLists = new Google_Service_Dfareporting_Resource_RemarketingLists( + $this, + $this->serviceName, + 'remarketingLists', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/remarketingLists/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/remarketingLists', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/remarketingLists', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'floodlightActivityId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/remarketingLists', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/remarketingLists', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->reports = new Google_Service_Dfareporting_Resource_Reports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/reports', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/reports', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scope' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'run' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}/run', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'synchronous' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->reports_compatibleFields = new Google_Service_Dfareporting_Resource_ReportsCompatibleFields( + $this, + $this->serviceName, + 'compatibleFields', + array( + 'methods' => array( + 'query' => array( + 'path' => 'userprofiles/{profileId}/reports/compatiblefields/query', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->reports_files = new Google_Service_Dfareporting_Resource_ReportsFiles( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/reports/{reportId}/files', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sites = new Google_Service_Dfareporting_Resource_Sites( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/sites/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/sites', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/sites', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acceptsInStreamVideoPlacements' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'acceptsInterstitialPlacements' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'acceptsPublisherPaidPlacements' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'adWordsSite' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'approved' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'campaignIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'directorySiteIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'subaccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'unmappedSite' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/sites', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/sites', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sizes = new Google_Service_Dfareporting_Resource_Sizes( + $this, + $this->serviceName, + 'sizes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/sizes/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/sizes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/sizes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'height' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'iabStandard' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'width' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->subaccounts = new Google_Service_Dfareporting_Resource_Subaccounts( + $this, + $this->serviceName, + 'subaccounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/subaccounts/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/subaccounts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/subaccounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/subaccounts', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/subaccounts', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->targetableRemarketingLists = new Google_Service_Dfareporting_Resource_TargetableRemarketingLists( + $this, + $this->serviceName, + 'targetableRemarketingLists', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/targetableRemarketingLists/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/targetableRemarketingLists', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'active' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->targetingTemplates = new Google_Service_Dfareporting_Resource_TargetingTemplates( + $this, + $this->serviceName, + 'targetingTemplates', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/targetingTemplates/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/targetingTemplates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/targetingTemplates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/targetingTemplates', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/targetingTemplates', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->userProfiles = new Google_Service_Dfareporting_Resource_UserProfiles( + $this, + $this->serviceName, + 'userProfiles', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->userRolePermissionGroups = new Google_Service_Dfareporting_Resource_UserRolePermissionGroups( + $this, + $this->serviceName, + 'userRolePermissionGroups', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/userRolePermissionGroups/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/userRolePermissionGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->userRolePermissions = new Google_Service_Dfareporting_Resource_UserRolePermissions( + $this, + $this->serviceName, + 'userRolePermissions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/userRolePermissions/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/userRolePermissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->userRoles = new Google_Service_Dfareporting_Resource_UserRoles( + $this, + $this->serviceName, + 'userRoles', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'userprofiles/{profileId}/userRoles/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'userprofiles/{profileId}/userRoles/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'userprofiles/{profileId}/userRoles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/userRoles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountUserRoleOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchString' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'subaccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'userprofiles/{profileId}/userRoles', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'userprofiles/{profileId}/userRoles', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->videoFormats = new Google_Service_Dfareporting_Resource_VideoFormats( + $this, + $this->serviceName, + 'videoFormats', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userprofiles/{profileId}/videoFormats/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'userprofiles/{profileId}/videoFormats', + 'httpMethod' => 'GET', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php new file mode 100644 index 000000000..248b91069 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php @@ -0,0 +1,200 @@ +accountPermissionIds = $accountPermissionIds; + } + public function getAccountPermissionIds() + { + return $this->accountPermissionIds; + } + public function setAccountProfile($accountProfile) + { + $this->accountProfile = $accountProfile; + } + public function getAccountProfile() + { + return $this->accountProfile; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setActiveAdsLimitTier($activeAdsLimitTier) + { + $this->activeAdsLimitTier = $activeAdsLimitTier; + } + public function getActiveAdsLimitTier() + { + return $this->activeAdsLimitTier; + } + public function setActiveViewOptOut($activeViewOptOut) + { + $this->activeViewOptOut = $activeViewOptOut; + } + public function getActiveViewOptOut() + { + return $this->activeViewOptOut; + } + public function setAvailablePermissionIds($availablePermissionIds) + { + $this->availablePermissionIds = $availablePermissionIds; + } + public function getAvailablePermissionIds() + { + return $this->availablePermissionIds; + } + public function setCountryId($countryId) + { + $this->countryId = $countryId; + } + public function getCountryId() + { + return $this->countryId; + } + public function setCurrencyId($currencyId) + { + $this->currencyId = $currencyId; + } + public function getCurrencyId() + { + return $this->currencyId; + } + public function setDefaultCreativeSizeId($defaultCreativeSizeId) + { + $this->defaultCreativeSizeId = $defaultCreativeSizeId; + } + public function getDefaultCreativeSizeId() + { + return $this->defaultCreativeSizeId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setMaximumImageSize($maximumImageSize) + { + $this->maximumImageSize = $maximumImageSize; + } + public function getMaximumImageSize() + { + return $this->maximumImageSize; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNielsenOcrEnabled($nielsenOcrEnabled) + { + $this->nielsenOcrEnabled = $nielsenOcrEnabled; + } + public function getNielsenOcrEnabled() + { + return $this->nielsenOcrEnabled; + } + /** + * @param Google_Service_Dfareporting_ReportsConfiguration + */ + public function setReportsConfiguration(Google_Service_Dfareporting_ReportsConfiguration $reportsConfiguration) + { + $this->reportsConfiguration = $reportsConfiguration; + } + /** + * @return Google_Service_Dfareporting_ReportsConfiguration + */ + public function getReportsConfiguration() + { + return $this->reportsConfiguration; + } + public function setShareReportsWithTwitter($shareReportsWithTwitter) + { + $this->shareReportsWithTwitter = $shareReportsWithTwitter; + } + public function getShareReportsWithTwitter() + { + return $this->shareReportsWithTwitter; + } + public function setTeaserSizeLimit($teaserSizeLimit) + { + $this->teaserSizeLimit = $teaserSizeLimit; + } + public function getTeaserSizeLimit() + { + return $this->teaserSizeLimit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php new file mode 100644 index 000000000..f74540581 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php @@ -0,0 +1,66 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActiveAds($activeAds) + { + $this->activeAds = $activeAds; + } + public function getActiveAds() + { + return $this->activeAds; + } + public function setActiveAdsLimitTier($activeAdsLimitTier) + { + $this->activeAdsLimitTier = $activeAdsLimitTier; + } + public function getActiveAdsLimitTier() + { + return $this->activeAdsLimitTier; + } + public function setAvailableAds($availableAds) + { + $this->availableAds = $availableAds; + } + public function getAvailableAds() + { + return $this->availableAds; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermission.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermission.php new file mode 100644 index 000000000..8896bbede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermission.php @@ -0,0 +1,76 @@ +accountProfiles = $accountProfiles; + } + public function getAccountProfiles() + { + return $this->accountProfiles; + } + 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 setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPermissionGroupId($permissionGroupId) + { + $this->permissionGroupId = $permissionGroupId; + } + public function getPermissionGroupId() + { + return $this->permissionGroupId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroup.php new file mode 100644 index 000000000..2b72c1376 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroup.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroupsListResponse.php new file mode 100644 index 000000000..cabae1d8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionGroupsListResponse.php @@ -0,0 +1,47 @@ +accountPermissionGroups = $accountPermissionGroups; + } + /** + * @return Google_Service_Dfareporting_AccountPermissionGroup + */ + public function getAccountPermissionGroups() + { + return $this->accountPermissionGroups; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php new file mode 100644 index 000000000..745d640fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php @@ -0,0 +1,47 @@ +accountPermissions = $accountPermissions; + } + /** + * @return Google_Service_Dfareporting_AccountPermission + */ + public function getAccountPermissions() + { + return $this->accountPermissions; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php new file mode 100644 index 000000000..1b4aa6390 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php @@ -0,0 +1,193 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + /** + * @param Google_Service_Dfareporting_ObjectFilter + */ + public function setAdvertiserFilter(Google_Service_Dfareporting_ObjectFilter $advertiserFilter) + { + $this->advertiserFilter = $advertiserFilter; + } + /** + * @return Google_Service_Dfareporting_ObjectFilter + */ + public function getAdvertiserFilter() + { + return $this->advertiserFilter; + } + /** + * @param Google_Service_Dfareporting_ObjectFilter + */ + public function setCampaignFilter(Google_Service_Dfareporting_ObjectFilter $campaignFilter) + { + $this->campaignFilter = $campaignFilter; + } + /** + * @return Google_Service_Dfareporting_ObjectFilter + */ + public function getCampaignFilter() + { + return $this->campaignFilter; + } + public function setComments($comments) + { + $this->comments = $comments; + } + public function getComments() + { + return $this->comments; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + 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 setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dfareporting_ObjectFilter + */ + public function setSiteFilter(Google_Service_Dfareporting_ObjectFilter $siteFilter) + { + $this->siteFilter = $siteFilter; + } + /** + * @return Google_Service_Dfareporting_ObjectFilter + */ + public function getSiteFilter() + { + return $this->siteFilter; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTraffickerType($traffickerType) + { + $this->traffickerType = $traffickerType; + } + public function getTraffickerType() + { + return $this->traffickerType; + } + public function setUserAccessType($userAccessType) + { + $this->userAccessType = $userAccessType; + } + public function getUserAccessType() + { + return $this->userAccessType; + } + /** + * @param Google_Service_Dfareporting_ObjectFilter + */ + public function setUserRoleFilter(Google_Service_Dfareporting_ObjectFilter $userRoleFilter) + { + $this->userRoleFilter = $userRoleFilter; + } + /** + * @return Google_Service_Dfareporting_ObjectFilter + */ + public function getUserRoleFilter() + { + return $this->userRoleFilter; + } + public function setUserRoleId($userRoleId) + { + $this->userRoleId = $userRoleId; + } + public function getUserRoleId() + { + return $this->userRoleId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php new file mode 100644 index 000000000..4fd4cc85f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php @@ -0,0 +1,56 @@ +accountUserProfiles = $accountUserProfiles; + } + /** + * @return Google_Service_Dfareporting_AccountUserProfile + */ + public function getAccountUserProfiles() + { + return $this->accountUserProfiles; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php new file mode 100644 index 000000000..887b83549 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php @@ -0,0 +1,56 @@ +accounts = $accounts; + } + /** + * @return Google_Service_Dfareporting_Account + */ + public function getAccounts() + { + return $this->accounts; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php new file mode 100644 index 000000000..f9c43a8f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php @@ -0,0 +1,56 @@ +filters = $filters; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFilters() + { + return $this->filters; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMetricNames($metricNames) + { + $this->metricNames = $metricNames; + } + public function getMetricNames() + { + return $this->metricNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php new file mode 100644 index 000000000..8c5caa9ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php @@ -0,0 +1,513 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + public function setAudienceSegmentId($audienceSegmentId) + { + $this->audienceSegmentId = $audienceSegmentId; + } + public function getAudienceSegmentId() + { + return $this->audienceSegmentId; + } + public function setCampaignId($campaignId) + { + $this->campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) + { + $this->campaignIdDimensionValue = $campaignIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCampaignIdDimensionValue() + { + return $this->campaignIdDimensionValue; + } + /** + * @param Google_Service_Dfareporting_ClickThroughUrl + */ + public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl) + { + $this->clickThroughUrl = $clickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_ClickThroughUrl + */ + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + /** + * @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties + */ + public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties) + { + $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties; + } + /** + * @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties + */ + public function getClickThroughUrlSuffixProperties() + { + return $this->clickThroughUrlSuffixProperties; + } + public function setComments($comments) + { + $this->comments = $comments; + } + public function getComments() + { + return $this->comments; + } + public function setCompatibility($compatibility) + { + $this->compatibility = $compatibility; + } + public function getCompatibility() + { + return $this->compatibility; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) + { + $this->createInfo = $createInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getCreateInfo() + { + return $this->createInfo; + } + /** + * @param Google_Service_Dfareporting_CreativeGroupAssignment + */ + public function setCreativeGroupAssignments($creativeGroupAssignments) + { + $this->creativeGroupAssignments = $creativeGroupAssignments; + } + /** + * @return Google_Service_Dfareporting_CreativeGroupAssignment + */ + public function getCreativeGroupAssignments() + { + return $this->creativeGroupAssignments; + } + /** + * @param Google_Service_Dfareporting_CreativeRotation + */ + public function setCreativeRotation(Google_Service_Dfareporting_CreativeRotation $creativeRotation) + { + $this->creativeRotation = $creativeRotation; + } + /** + * @return Google_Service_Dfareporting_CreativeRotation + */ + public function getCreativeRotation() + { + return $this->creativeRotation; + } + /** + * @param Google_Service_Dfareporting_DayPartTargeting + */ + public function setDayPartTargeting(Google_Service_Dfareporting_DayPartTargeting $dayPartTargeting) + { + $this->dayPartTargeting = $dayPartTargeting; + } + /** + * @return Google_Service_Dfareporting_DayPartTargeting + */ + public function getDayPartTargeting() + { + return $this->dayPartTargeting; + } + /** + * @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties + */ + public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties) + { + $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties; + } + /** + * @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties + */ + public function getDefaultClickThroughEventTagProperties() + { + return $this->defaultClickThroughEventTagProperties; + } + /** + * @param Google_Service_Dfareporting_DeliverySchedule + */ + public function setDeliverySchedule(Google_Service_Dfareporting_DeliverySchedule $deliverySchedule) + { + $this->deliverySchedule = $deliverySchedule; + } + /** + * @return Google_Service_Dfareporting_DeliverySchedule + */ + public function getDeliverySchedule() + { + return $this->deliverySchedule; + } + public function setDynamicClickTracker($dynamicClickTracker) + { + $this->dynamicClickTracker = $dynamicClickTracker; + } + public function getDynamicClickTracker() + { + return $this->dynamicClickTracker; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Dfareporting_EventTagOverride + */ + public function setEventTagOverrides($eventTagOverrides) + { + $this->eventTagOverrides = $eventTagOverrides; + } + /** + * @return Google_Service_Dfareporting_EventTagOverride + */ + public function getEventTagOverrides() + { + return $this->eventTagOverrides; + } + /** + * @param Google_Service_Dfareporting_GeoTargeting + */ + public function setGeoTargeting(Google_Service_Dfareporting_GeoTargeting $geoTargeting) + { + $this->geoTargeting = $geoTargeting; + } + /** + * @return Google_Service_Dfareporting_GeoTargeting + */ + public function getGeoTargeting() + { + return $this->geoTargeting; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + /** + * @param Google_Service_Dfareporting_KeyValueTargetingExpression + */ + public function setKeyValueTargetingExpression(Google_Service_Dfareporting_KeyValueTargetingExpression $keyValueTargetingExpression) + { + $this->keyValueTargetingExpression = $keyValueTargetingExpression; + } + /** + * @return Google_Service_Dfareporting_KeyValueTargetingExpression + */ + public function getKeyValueTargetingExpression() + { + return $this->keyValueTargetingExpression; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LanguageTargeting + */ + public function setLanguageTargeting(Google_Service_Dfareporting_LanguageTargeting $languageTargeting) + { + $this->languageTargeting = $languageTargeting; + } + /** + * @return Google_Service_Dfareporting_LanguageTargeting + */ + public function getLanguageTargeting() + { + return $this->languageTargeting; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dfareporting_PlacementAssignment + */ + public function setPlacementAssignments($placementAssignments) + { + $this->placementAssignments = $placementAssignments; + } + /** + * @return Google_Service_Dfareporting_PlacementAssignment + */ + public function getPlacementAssignments() + { + return $this->placementAssignments; + } + /** + * @param Google_Service_Dfareporting_ListTargetingExpression + */ + public function setRemarketingListExpression(Google_Service_Dfareporting_ListTargetingExpression $remarketingListExpression) + { + $this->remarketingListExpression = $remarketingListExpression; + } + /** + * @return Google_Service_Dfareporting_ListTargetingExpression + */ + public function getRemarketingListExpression() + { + return $this->remarketingListExpression; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setSize(Google_Service_Dfareporting_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getSize() + { + return $this->size; + } + public function setSslCompliant($sslCompliant) + { + $this->sslCompliant = $sslCompliant; + } + public function getSslCompliant() + { + return $this->sslCompliant; + } + public function setSslRequired($sslRequired) + { + $this->sslRequired = $sslRequired; + } + public function getSslRequired() + { + return $this->sslRequired; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTargetingTemplateId($targetingTemplateId) + { + $this->targetingTemplateId = $targetingTemplateId; + } + public function getTargetingTemplateId() + { + return $this->targetingTemplateId; + } + /** + * @param Google_Service_Dfareporting_TechnologyTargeting + */ + public function setTechnologyTargeting(Google_Service_Dfareporting_TechnologyTargeting $technologyTargeting) + { + $this->technologyTargeting = $technologyTargeting; + } + /** + * @return Google_Service_Dfareporting_TechnologyTargeting + */ + public function getTechnologyTargeting() + { + return $this->technologyTargeting; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdBlockingConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdBlockingConfiguration.php new file mode 100644 index 000000000..582dc34a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdBlockingConfiguration.php @@ -0,0 +1,57 @@ +clickThroughUrl = $clickThroughUrl; + } + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + public function setCreativeBundleId($creativeBundleId) + { + $this->creativeBundleId = $creativeBundleId; + } + public function getCreativeBundleId() + { + return $this->creativeBundleId; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setOverrideClickThroughUrl($overrideClickThroughUrl) + { + $this->overrideClickThroughUrl = $overrideClickThroughUrl; + } + public function getOverrideClickThroughUrl() + { + return $this->overrideClickThroughUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php new file mode 100644 index 000000000..99543396b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php @@ -0,0 +1,93 @@ +comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setCompatibility($compatibility) + { + $this->compatibility = $compatibility; + } + public function getCompatibility() + { + return $this->compatibility; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setLinkedPlacementId($linkedPlacementId) + { + $this->linkedPlacementId = $linkedPlacementId; + } + public function getLinkedPlacementId() + { + return $this->linkedPlacementId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPaymentSourceType($paymentSourceType) + { + $this->paymentSourceType = $paymentSourceType; + } + public function getPaymentSourceType() + { + return $this->paymentSourceType; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdsListResponse.php new file mode 100644 index 000000000..bb3fa26cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdsListResponse.php @@ -0,0 +1,56 @@ +ads = $ads; + } + /** + * @return Google_Service_Dfareporting_Ad + */ + public function getAds() + { + return $this->ads; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php new file mode 100644 index 000000000..a260098e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php @@ -0,0 +1,170 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserGroupId($advertiserGroupId) + { + $this->advertiserGroupId = $advertiserGroupId; + } + public function getAdvertiserGroupId() + { + return $this->advertiserGroupId; + } + public function setClickThroughUrlSuffix($clickThroughUrlSuffix) + { + $this->clickThroughUrlSuffix = $clickThroughUrlSuffix; + } + public function getClickThroughUrlSuffix() + { + return $this->clickThroughUrlSuffix; + } + public function setDefaultClickThroughEventTagId($defaultClickThroughEventTagId) + { + $this->defaultClickThroughEventTagId = $defaultClickThroughEventTagId; + } + public function getDefaultClickThroughEventTagId() + { + return $this->defaultClickThroughEventTagId; + } + public function setDefaultEmail($defaultEmail) + { + $this->defaultEmail = $defaultEmail; + } + public function getDefaultEmail() + { + return $this->defaultEmail; + } + public function setFloodlightConfigurationId($floodlightConfigurationId) + { + $this->floodlightConfigurationId = $floodlightConfigurationId; + } + public function getFloodlightConfigurationId() + { + return $this->floodlightConfigurationId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) + { + $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFloodlightConfigurationIdDimensionValue() + { + return $this->floodlightConfigurationIdDimensionValue; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + 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 setOriginalFloodlightConfigurationId($originalFloodlightConfigurationId) + { + $this->originalFloodlightConfigurationId = $originalFloodlightConfigurationId; + } + public function getOriginalFloodlightConfigurationId() + { + return $this->originalFloodlightConfigurationId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setSuspended($suspended) + { + $this->suspended = $suspended; + } + public function getSuspended() + { + return $this->suspended; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php new file mode 100644 index 000000000..09c6b08dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php @@ -0,0 +1,57 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroupsListResponse.php new file mode 100644 index 000000000..c4864030a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroupsListResponse.php @@ -0,0 +1,56 @@ +advertiserGroups = $advertiserGroups; + } + /** + * @return Google_Service_Dfareporting_AdvertiserGroup + */ + public function getAdvertiserGroups() + { + return $this->advertiserGroups; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserLandingPagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserLandingPagesListResponse.php new file mode 100644 index 000000000..a38c72b4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserLandingPagesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LandingPage + */ + public function setLandingPages($landingPages) + { + $this->landingPages = $landingPages; + } + /** + * @return Google_Service_Dfareporting_LandingPage + */ + public function getLandingPages() + { + return $this->landingPages; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php new file mode 100644 index 000000000..dc2e6c302 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php @@ -0,0 +1,56 @@ +advertisers = $advertisers; + } + /** + * @return Google_Service_Dfareporting_Advertiser + */ + public function getAdvertisers() + { + return $this->advertisers; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php new file mode 100644 index 000000000..c6763df74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php @@ -0,0 +1,48 @@ +allocation = $allocation; + } + public function getAllocation() + { + return $this->allocation; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegmentGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegmentGroup.php new file mode 100644 index 000000000..3a4dcb64c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegmentGroup.php @@ -0,0 +1,56 @@ +audienceSegments = $audienceSegments; + } + /** + * @return Google_Service_Dfareporting_AudienceSegment + */ + public function getAudienceSegments() + { + return $this->audienceSegments; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php new file mode 100644 index 000000000..42335a588 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php @@ -0,0 +1,75 @@ +browserVersionId = $browserVersionId; + } + public function getBrowserVersionId() + { + return $this->browserVersionId; + } + public function setDartId($dartId) + { + $this->dartId = $dartId; + } + public function getDartId() + { + return $this->dartId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMajorVersion($majorVersion) + { + $this->majorVersion = $majorVersion; + } + public function getMajorVersion() + { + return $this->majorVersion; + } + public function setMinorVersion($minorVersion) + { + $this->minorVersion = $minorVersion; + } + public function getMinorVersion() + { + return $this->minorVersion; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/BrowsersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/BrowsersListResponse.php new file mode 100644 index 000000000..6ae320cd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/BrowsersListResponse.php @@ -0,0 +1,47 @@ +browsers = $browsers; + } + /** + * @return Google_Service_Dfareporting_Browser + */ + public function getBrowsers() + { + return $this->browsers; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php new file mode 100644 index 000000000..ec7ad6754 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php @@ -0,0 +1,351 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Dfareporting_AdBlockingConfiguration + */ + public function setAdBlockingConfiguration(Google_Service_Dfareporting_AdBlockingConfiguration $adBlockingConfiguration) + { + $this->adBlockingConfiguration = $adBlockingConfiguration; + } + /** + * @return Google_Service_Dfareporting_AdBlockingConfiguration + */ + public function getAdBlockingConfiguration() + { + return $this->adBlockingConfiguration; + } + /** + * @param Google_Service_Dfareporting_CreativeOptimizationConfiguration + */ + public function setAdditionalCreativeOptimizationConfigurations($additionalCreativeOptimizationConfigurations) + { + $this->additionalCreativeOptimizationConfigurations = $additionalCreativeOptimizationConfigurations; + } + /** + * @return Google_Service_Dfareporting_CreativeOptimizationConfiguration + */ + public function getAdditionalCreativeOptimizationConfigurations() + { + return $this->additionalCreativeOptimizationConfigurations; + } + public function setAdvertiserGroupId($advertiserGroupId) + { + $this->advertiserGroupId = $advertiserGroupId; + } + public function getAdvertiserGroupId() + { + return $this->advertiserGroupId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + /** + * @param Google_Service_Dfareporting_AudienceSegmentGroup + */ + public function setAudienceSegmentGroups($audienceSegmentGroups) + { + $this->audienceSegmentGroups = $audienceSegmentGroups; + } + /** + * @return Google_Service_Dfareporting_AudienceSegmentGroup + */ + public function getAudienceSegmentGroups() + { + return $this->audienceSegmentGroups; + } + public function setBillingInvoiceCode($billingInvoiceCode) + { + $this->billingInvoiceCode = $billingInvoiceCode; + } + public function getBillingInvoiceCode() + { + return $this->billingInvoiceCode; + } + /** + * @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties + */ + public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties) + { + $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties; + } + /** + * @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties + */ + public function getClickThroughUrlSuffixProperties() + { + return $this->clickThroughUrlSuffixProperties; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) + { + $this->createInfo = $createInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getCreateInfo() + { + return $this->createInfo; + } + public function setCreativeGroupIds($creativeGroupIds) + { + $this->creativeGroupIds = $creativeGroupIds; + } + public function getCreativeGroupIds() + { + return $this->creativeGroupIds; + } + /** + * @param Google_Service_Dfareporting_CreativeOptimizationConfiguration + */ + public function setCreativeOptimizationConfiguration(Google_Service_Dfareporting_CreativeOptimizationConfiguration $creativeOptimizationConfiguration) + { + $this->creativeOptimizationConfiguration = $creativeOptimizationConfiguration; + } + /** + * @return Google_Service_Dfareporting_CreativeOptimizationConfiguration + */ + public function getCreativeOptimizationConfiguration() + { + return $this->creativeOptimizationConfiguration; + } + /** + * @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties + */ + public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties) + { + $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties; + } + /** + * @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties + */ + public function getDefaultClickThroughEventTagProperties() + { + return $this->defaultClickThroughEventTagProperties; + } + public function setDefaultLandingPageId($defaultLandingPageId) + { + $this->defaultLandingPageId = $defaultLandingPageId; + } + public function getDefaultLandingPageId() + { + return $this->defaultLandingPageId; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + /** + * @param Google_Service_Dfareporting_EventTagOverride + */ + public function setEventTagOverrides($eventTagOverrides) + { + $this->eventTagOverrides = $eventTagOverrides; + } + /** + * @return Google_Service_Dfareporting_EventTagOverride + */ + public function getEventTagOverrides() + { + return $this->eventTagOverrides; + } + public function setExternalId($externalId) + { + $this->externalId = $externalId; + } + public function getExternalId() + { + return $this->externalId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNielsenOcrEnabled($nielsenOcrEnabled) + { + $this->nielsenOcrEnabled = $nielsenOcrEnabled; + } + public function getNielsenOcrEnabled() + { + return $this->nielsenOcrEnabled; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTraffickerEmails($traffickerEmails) + { + $this->traffickerEmails = $traffickerEmails; + } + public function getTraffickerEmails() + { + return $this->traffickerEmails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php new file mode 100644 index 000000000..bac04bb32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php @@ -0,0 +1,39 @@ +creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociationsListResponse.php new file mode 100644 index 000000000..bb800906d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociationsListResponse.php @@ -0,0 +1,56 @@ +campaignCreativeAssociations = $campaignCreativeAssociations; + } + /** + * @return Google_Service_Dfareporting_CampaignCreativeAssociation + */ + public function getCampaignCreativeAssociations() + { + return $this->campaignCreativeAssociations; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php new file mode 100644 index 000000000..e7b52a3a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php @@ -0,0 +1,56 @@ +campaigns = $campaigns; + } + /** + * @return Google_Service_Dfareporting_Campaign + */ + public function getCampaigns() + { + return $this->campaigns; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php new file mode 100644 index 000000000..da84af6ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php @@ -0,0 +1,147 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAction($action) + { + $this->action = $action; + } + public function getAction() + { + return $this->action; + } + public function setChangeTime($changeTime) + { + $this->changeTime = $changeTime; + } + public function getChangeTime() + { + return $this->changeTime; + } + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + public function getFieldName() + { + return $this->fieldName; + } + 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 setNewValue($newValue) + { + $this->newValue = $newValue; + } + public function getNewValue() + { + return $this->newValue; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOldValue($oldValue) + { + $this->oldValue = $oldValue; + } + public function getOldValue() + { + return $this->oldValue; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTransactionId($transactionId) + { + $this->transactionId = $transactionId; + } + public function getTransactionId() + { + return $this->transactionId; + } + public function setUserProfileId($userProfileId) + { + $this->userProfileId = $userProfileId; + } + public function getUserProfileId() + { + return $this->userProfileId; + } + public function setUserProfileName($userProfileName) + { + $this->userProfileName = $userProfileName; + } + public function getUserProfileName() + { + return $this->userProfileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLogsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLogsListResponse.php new file mode 100644 index 000000000..78d89396c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLogsListResponse.php @@ -0,0 +1,56 @@ +changeLogs = $changeLogs; + } + /** + * @return Google_Service_Dfareporting_ChangeLog + */ + public function getChangeLogs() + { + return $this->changeLogs; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php new file mode 100644 index 000000000..ba601a606 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php @@ -0,0 +1,47 @@ +cities = $cities; + } + /** + * @return Google_Service_Dfareporting_City + */ + public function getCities() + { + return $this->cities; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php new file mode 100644 index 000000000..4dd2f4086 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php @@ -0,0 +1,102 @@ +countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCountryDartId($countryDartId) + { + $this->countryDartId = $countryDartId; + } + public function getCountryDartId() + { + return $this->countryDartId; + } + public function setDartId($dartId) + { + $this->dartId = $dartId; + } + public function getDartId() + { + return $this->dartId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMetroCode($metroCode) + { + $this->metroCode = $metroCode; + } + public function getMetroCode() + { + return $this->metroCode; + } + public function setMetroDmaId($metroDmaId) + { + $this->metroDmaId = $metroDmaId; + } + public function getMetroDmaId() + { + return $this->metroDmaId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setRegionDartId($regionDartId) + { + $this->regionDartId = $regionDartId; + } + public function getRegionDartId() + { + return $this->regionDartId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickTag.php new file mode 100644 index 000000000..db1b0f28e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickTag.php @@ -0,0 +1,55 @@ +clickThroughUrl = $clickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + public function setEventName($eventName) + { + $this->eventName = $eventName; + } + public function getEventName() + { + return $this->eventName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.php new file mode 100644 index 000000000..6877839a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.php @@ -0,0 +1,57 @@ +computedClickThroughUrl = $computedClickThroughUrl; + } + public function getComputedClickThroughUrl() + { + return $this->computedClickThroughUrl; + } + public function setCustomClickThroughUrl($customClickThroughUrl) + { + $this->customClickThroughUrl = $customClickThroughUrl; + } + public function getCustomClickThroughUrl() + { + return $this->customClickThroughUrl; + } + public function setDefaultLandingPage($defaultLandingPage) + { + $this->defaultLandingPage = $defaultLandingPage; + } + public function getDefaultLandingPage() + { + return $this->defaultLandingPage; + } + public function setLandingPageId($landingPageId) + { + $this->landingPageId = $landingPageId; + } + public function getLandingPageId() + { + return $this->landingPageId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrlSuffixProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrlSuffixProperties.php new file mode 100644 index 000000000..6e0ffdd82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrlSuffixProperties.php @@ -0,0 +1,39 @@ +clickThroughUrlSuffix = $clickThroughUrlSuffix; + } + public function getClickThroughUrlSuffix() + { + return $this->clickThroughUrlSuffix; + } + public function setOverrideInheritedSuffix($overrideInheritedSuffix) + { + $this->overrideInheritedSuffix = $overrideInheritedSuffix; + } + public function getOverrideInheritedSuffix() + { + return $this->overrideInheritedSuffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionClickThroughOverride.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionClickThroughOverride.php new file mode 100644 index 000000000..bbacf4d89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionClickThroughOverride.php @@ -0,0 +1,46 @@ +clickThroughUrl = $clickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_ClickThroughUrl + */ + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php new file mode 100644 index 000000000..0177c530e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php @@ -0,0 +1,65 @@ +companionsDisabled = $companionsDisabled; + } + public function getCompanionsDisabled() + { + return $this->companionsDisabled; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setEnabledSizes($enabledSizes) + { + $this->enabledSizes = $enabledSizes; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getEnabledSizes() + { + return $this->enabledSizes; + } + public function setImageOnly($imageOnly) + { + $this->imageOnly = $imageOnly; + } + public function getImageOnly() + { + return $this->imageOnly; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php new file mode 100644 index 000000000..bad380de6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php @@ -0,0 +1,110 @@ +crossDimensionReachReportCompatibleFields = $crossDimensionReachReportCompatibleFields; + } + /** + * @return Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields + */ + public function getCrossDimensionReachReportCompatibleFields() + { + return $this->crossDimensionReachReportCompatibleFields; + } + /** + * @param Google_Service_Dfareporting_FloodlightReportCompatibleFields + */ + public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_FloodlightReportCompatibleFields $floodlightReportCompatibleFields) + { + $this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields; + } + /** + * @return Google_Service_Dfareporting_FloodlightReportCompatibleFields + */ + public function getFloodlightReportCompatibleFields() + { + return $this->floodlightReportCompatibleFields; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_PathToConversionReportCompatibleFields + */ + public function setPathToConversionReportCompatibleFields(Google_Service_Dfareporting_PathToConversionReportCompatibleFields $pathToConversionReportCompatibleFields) + { + $this->pathToConversionReportCompatibleFields = $pathToConversionReportCompatibleFields; + } + /** + * @return Google_Service_Dfareporting_PathToConversionReportCompatibleFields + */ + public function getPathToConversionReportCompatibleFields() + { + return $this->pathToConversionReportCompatibleFields; + } + /** + * @param Google_Service_Dfareporting_ReachReportCompatibleFields + */ + public function setReachReportCompatibleFields(Google_Service_Dfareporting_ReachReportCompatibleFields $reachReportCompatibleFields) + { + $this->reachReportCompatibleFields = $reachReportCompatibleFields; + } + /** + * @return Google_Service_Dfareporting_ReachReportCompatibleFields + */ + public function getReachReportCompatibleFields() + { + return $this->reachReportCompatibleFields; + } + /** + * @param Google_Service_Dfareporting_ReportCompatibleFields + */ + public function setReportCompatibleFields(Google_Service_Dfareporting_ReportCompatibleFields $reportCompatibleFields) + { + $this->reportCompatibleFields = $reportCompatibleFields; + } + /** + * @return Google_Service_Dfareporting_ReportCompatibleFields + */ + public function getReportCompatibleFields() + { + return $this->reportCompatibleFields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionType.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionType.php new file mode 100644 index 000000000..0184df9c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionType.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionTypesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionTypesListResponse.php new file mode 100644 index 000000000..2291968ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionTypesListResponse.php @@ -0,0 +1,47 @@ +connectionTypes = $connectionTypes; + } + /** + * @return Google_Service_Dfareporting_ConnectionType + */ + public function getConnectionTypes() + { + return $this->connectionTypes; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php new file mode 100644 index 000000000..2439765a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php @@ -0,0 +1,56 @@ +contentCategories = $contentCategories; + } + /** + * @return Google_Service_Dfareporting_ContentCategory + */ + public function getContentCategories() + { + return $this->contentCategories; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php new file mode 100644 index 000000000..a42c3de0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php @@ -0,0 +1,57 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Conversion.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Conversion.php new file mode 100644 index 000000000..a607e6218 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Conversion.php @@ -0,0 +1,182 @@ +childDirectedTreatment = $childDirectedTreatment; + } + public function getChildDirectedTreatment() + { + return $this->childDirectedTreatment; + } + /** + * @param Google_Service_Dfareporting_CustomFloodlightVariable + */ + public function setCustomVariables($customVariables) + { + $this->customVariables = $customVariables; + } + /** + * @return Google_Service_Dfareporting_CustomFloodlightVariable + */ + public function getCustomVariables() + { + return $this->customVariables; + } + public function setEncryptedUserId($encryptedUserId) + { + $this->encryptedUserId = $encryptedUserId; + } + public function getEncryptedUserId() + { + return $this->encryptedUserId; + } + public function setEncryptedUserIdCandidates($encryptedUserIdCandidates) + { + $this->encryptedUserIdCandidates = $encryptedUserIdCandidates; + } + public function getEncryptedUserIdCandidates() + { + return $this->encryptedUserIdCandidates; + } + public function setFloodlightActivityId($floodlightActivityId) + { + $this->floodlightActivityId = $floodlightActivityId; + } + public function getFloodlightActivityId() + { + return $this->floodlightActivityId; + } + public function setFloodlightConfigurationId($floodlightConfigurationId) + { + $this->floodlightConfigurationId = $floodlightConfigurationId; + } + public function getFloodlightConfigurationId() + { + return $this->floodlightConfigurationId; + } + public function setGclid($gclid) + { + $this->gclid = $gclid; + } + public function getGclid() + { + return $this->gclid; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLimitAdTracking($limitAdTracking) + { + $this->limitAdTracking = $limitAdTracking; + } + public function getLimitAdTracking() + { + return $this->limitAdTracking; + } + public function setMatchId($matchId) + { + $this->matchId = $matchId; + } + public function getMatchId() + { + return $this->matchId; + } + public function setMobileDeviceId($mobileDeviceId) + { + $this->mobileDeviceId = $mobileDeviceId; + } + public function getMobileDeviceId() + { + return $this->mobileDeviceId; + } + public function setNonPersonalizedAd($nonPersonalizedAd) + { + $this->nonPersonalizedAd = $nonPersonalizedAd; + } + public function getNonPersonalizedAd() + { + return $this->nonPersonalizedAd; + } + public function setOrdinal($ordinal) + { + $this->ordinal = $ordinal; + } + public function getOrdinal() + { + return $this->ordinal; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setTimestampMicros($timestampMicros) + { + $this->timestampMicros = $timestampMicros; + } + public function getTimestampMicros() + { + return $this->timestampMicros; + } + public function setTreatmentForUnderage($treatmentForUnderage) + { + $this->treatmentForUnderage = $treatmentForUnderage; + } + public function getTreatmentForUnderage() + { + return $this->treatmentForUnderage; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php new file mode 100644 index 000000000..e723744c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionStatus.php new file mode 100644 index 000000000..9d8baad6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionStatus.php @@ -0,0 +1,63 @@ +conversion = $conversion; + } + /** + * @return Google_Service_Dfareporting_Conversion + */ + public function getConversion() + { + return $this->conversion; + } + /** + * @param Google_Service_Dfareporting_ConversionError + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_Dfareporting_ConversionError + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php new file mode 100644 index 000000000..19287597b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php @@ -0,0 +1,63 @@ +conversions = $conversions; + } + /** + * @return Google_Service_Dfareporting_Conversion + */ + public function getConversions() + { + return $this->conversions; + } + /** + * @param Google_Service_Dfareporting_EncryptionInfo + */ + public function setEncryptionInfo(Google_Service_Dfareporting_EncryptionInfo $encryptionInfo) + { + $this->encryptionInfo = $encryptionInfo; + } + /** + * @return Google_Service_Dfareporting_EncryptionInfo + */ + public function getEncryptionInfo() + { + return $this->encryptionInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php new file mode 100644 index 000000000..a68615eb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php @@ -0,0 +1,56 @@ +hasFailures = $hasFailures; + } + public function getHasFailures() + { + return $this->hasFailures; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_ConversionStatus + */ + public function setStatus($status) + { + $this->status = $status; + } + /** + * @return Google_Service_Dfareporting_ConversionStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateRequest.php new file mode 100644 index 000000000..22fac44f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateRequest.php @@ -0,0 +1,63 @@ +conversions = $conversions; + } + /** + * @return Google_Service_Dfareporting_Conversion + */ + public function getConversions() + { + return $this->conversions; + } + /** + * @param Google_Service_Dfareporting_EncryptionInfo + */ + public function setEncryptionInfo(Google_Service_Dfareporting_EncryptionInfo $encryptionInfo) + { + $this->encryptionInfo = $encryptionInfo; + } + /** + * @return Google_Service_Dfareporting_EncryptionInfo + */ + public function getEncryptionInfo() + { + return $this->encryptionInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateResponse.php new file mode 100644 index 000000000..74452d9fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchUpdateResponse.php @@ -0,0 +1,56 @@ +hasFailures = $hasFailures; + } + public function getHasFailures() + { + return $this->hasFailures; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_ConversionStatus + */ + public function setStatus($status) + { + $this->status = $status; + } + /** + * @return Google_Service_Dfareporting_ConversionStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.php new file mode 100644 index 000000000..45ba120e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.php @@ -0,0 +1,47 @@ +countries = $countries; + } + /** + * @return Google_Service_Dfareporting_Country + */ + public function getCountries() + { + return $this->countries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php new file mode 100644 index 000000000..59308556f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php @@ -0,0 +1,66 @@ +countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setDartId($dartId) + { + $this->dartId = $dartId; + } + public function getDartId() + { + return $this->dartId; + } + 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 setSslEnabled($sslEnabled) + { + $this->sslEnabled = $sslEnabled; + } + public function getSslEnabled() + { + return $this->sslEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Creative.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Creative.php new file mode 100644 index 000000000..288c093fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Creative.php @@ -0,0 +1,731 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setAdParameters($adParameters) + { + $this->adParameters = $adParameters; + } + public function getAdParameters() + { + return $this->adParameters; + } + public function setAdTagKeys($adTagKeys) + { + $this->adTagKeys = $adTagKeys; + } + public function getAdTagKeys() + { + return $this->adTagKeys; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setAdditionalSizes($additionalSizes) + { + $this->additionalSizes = $additionalSizes; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getAdditionalSizes() + { + return $this->additionalSizes; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAllowScriptAccess($allowScriptAccess) + { + $this->allowScriptAccess = $allowScriptAccess; + } + public function getAllowScriptAccess() + { + return $this->allowScriptAccess; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + public function setArtworkType($artworkType) + { + $this->artworkType = $artworkType; + } + public function getArtworkType() + { + return $this->artworkType; + } + public function setAuthoringSource($authoringSource) + { + $this->authoringSource = $authoringSource; + } + public function getAuthoringSource() + { + return $this->authoringSource; + } + public function setAuthoringTool($authoringTool) + { + $this->authoringTool = $authoringTool; + } + public function getAuthoringTool() + { + return $this->authoringTool; + } + public function setAutoAdvanceImages($autoAdvanceImages) + { + $this->autoAdvanceImages = $autoAdvanceImages; + } + public function getAutoAdvanceImages() + { + return $this->autoAdvanceImages; + } + public function setBackgroundColor($backgroundColor) + { + $this->backgroundColor = $backgroundColor; + } + public function getBackgroundColor() + { + return $this->backgroundColor; + } + /** + * @param Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function setBackupImageClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $backupImageClickThroughUrl) + { + $this->backupImageClickThroughUrl = $backupImageClickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function getBackupImageClickThroughUrl() + { + return $this->backupImageClickThroughUrl; + } + public function setBackupImageFeatures($backupImageFeatures) + { + $this->backupImageFeatures = $backupImageFeatures; + } + public function getBackupImageFeatures() + { + return $this->backupImageFeatures; + } + public function setBackupImageReportingLabel($backupImageReportingLabel) + { + $this->backupImageReportingLabel = $backupImageReportingLabel; + } + public function getBackupImageReportingLabel() + { + return $this->backupImageReportingLabel; + } + /** + * @param Google_Service_Dfareporting_TargetWindow + */ + public function setBackupImageTargetWindow(Google_Service_Dfareporting_TargetWindow $backupImageTargetWindow) + { + $this->backupImageTargetWindow = $backupImageTargetWindow; + } + /** + * @return Google_Service_Dfareporting_TargetWindow + */ + public function getBackupImageTargetWindow() + { + return $this->backupImageTargetWindow; + } + /** + * @param Google_Service_Dfareporting_ClickTag + */ + public function setClickTags($clickTags) + { + $this->clickTags = $clickTags; + } + /** + * @return Google_Service_Dfareporting_ClickTag + */ + public function getClickTags() + { + return $this->clickTags; + } + public function setCommercialId($commercialId) + { + $this->commercialId = $commercialId; + } + public function getCommercialId() + { + return $this->commercialId; + } + public function setCompanionCreatives($companionCreatives) + { + $this->companionCreatives = $companionCreatives; + } + public function getCompanionCreatives() + { + return $this->companionCreatives; + } + public function setCompatibility($compatibility) + { + $this->compatibility = $compatibility; + } + public function getCompatibility() + { + return $this->compatibility; + } + public function setConvertFlashToHtml5($convertFlashToHtml5) + { + $this->convertFlashToHtml5 = $convertFlashToHtml5; + } + public function getConvertFlashToHtml5() + { + return $this->convertFlashToHtml5; + } + /** + * @param Google_Service_Dfareporting_CreativeCustomEvent + */ + public function setCounterCustomEvents($counterCustomEvents) + { + $this->counterCustomEvents = $counterCustomEvents; + } + /** + * @return Google_Service_Dfareporting_CreativeCustomEvent + */ + public function getCounterCustomEvents() + { + return $this->counterCustomEvents; + } + /** + * @param Google_Service_Dfareporting_CreativeAssetSelection + */ + public function setCreativeAssetSelection(Google_Service_Dfareporting_CreativeAssetSelection $creativeAssetSelection) + { + $this->creativeAssetSelection = $creativeAssetSelection; + } + /** + * @return Google_Service_Dfareporting_CreativeAssetSelection + */ + public function getCreativeAssetSelection() + { + return $this->creativeAssetSelection; + } + /** + * @param Google_Service_Dfareporting_CreativeAsset + */ + public function setCreativeAssets($creativeAssets) + { + $this->creativeAssets = $creativeAssets; + } + /** + * @return Google_Service_Dfareporting_CreativeAsset + */ + public function getCreativeAssets() + { + return $this->creativeAssets; + } + /** + * @param Google_Service_Dfareporting_CreativeFieldAssignment + */ + public function setCreativeFieldAssignments($creativeFieldAssignments) + { + $this->creativeFieldAssignments = $creativeFieldAssignments; + } + /** + * @return Google_Service_Dfareporting_CreativeFieldAssignment + */ + public function getCreativeFieldAssignments() + { + return $this->creativeFieldAssignments; + } + public function setCustomKeyValues($customKeyValues) + { + $this->customKeyValues = $customKeyValues; + } + public function getCustomKeyValues() + { + return $this->customKeyValues; + } + public function setDynamicAssetSelection($dynamicAssetSelection) + { + $this->dynamicAssetSelection = $dynamicAssetSelection; + } + public function getDynamicAssetSelection() + { + return $this->dynamicAssetSelection; + } + /** + * @param Google_Service_Dfareporting_CreativeCustomEvent + */ + public function setExitCustomEvents($exitCustomEvents) + { + $this->exitCustomEvents = $exitCustomEvents; + } + /** + * @return Google_Service_Dfareporting_CreativeCustomEvent + */ + public function getExitCustomEvents() + { + return $this->exitCustomEvents; + } + /** + * @param Google_Service_Dfareporting_FsCommand + */ + public function setFsCommand(Google_Service_Dfareporting_FsCommand $fsCommand) + { + $this->fsCommand = $fsCommand; + } + /** + * @return Google_Service_Dfareporting_FsCommand + */ + public function getFsCommand() + { + return $this->fsCommand; + } + public function setHtmlCode($htmlCode) + { + $this->htmlCode = $htmlCode; + } + public function getHtmlCode() + { + return $this->htmlCode; + } + public function setHtmlCodeLocked($htmlCodeLocked) + { + $this->htmlCodeLocked = $htmlCodeLocked; + } + public function getHtmlCodeLocked() + { + return $this->htmlCodeLocked; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setLatestTraffickedCreativeId($latestTraffickedCreativeId) + { + $this->latestTraffickedCreativeId = $latestTraffickedCreativeId; + } + public function getLatestTraffickedCreativeId() + { + return $this->latestTraffickedCreativeId; + } + public function setMediaDescription($mediaDescription) + { + $this->mediaDescription = $mediaDescription; + } + public function getMediaDescription() + { + return $this->mediaDescription; + } + public function setMediaDuration($mediaDuration) + { + $this->mediaDuration = $mediaDuration; + } + public function getMediaDuration() + { + return $this->mediaDuration; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOverrideCss($overrideCss) + { + $this->overrideCss = $overrideCss; + } + public function getOverrideCss() + { + return $this->overrideCss; + } + /** + * @param Google_Service_Dfareporting_VideoOffset + */ + public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset) + { + $this->progressOffset = $progressOffset; + } + /** + * @return Google_Service_Dfareporting_VideoOffset + */ + public function getProgressOffset() + { + return $this->progressOffset; + } + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + public function getRedirectUrl() + { + return $this->redirectUrl; + } + public function setRenderingId($renderingId) + { + $this->renderingId = $renderingId; + } + public function getRenderingId() + { + return $this->renderingId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setRenderingIdDimensionValue(Google_Service_Dfareporting_DimensionValue $renderingIdDimensionValue) + { + $this->renderingIdDimensionValue = $renderingIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getRenderingIdDimensionValue() + { + return $this->renderingIdDimensionValue; + } + public function setRequiredFlashPluginVersion($requiredFlashPluginVersion) + { + $this->requiredFlashPluginVersion = $requiredFlashPluginVersion; + } + public function getRequiredFlashPluginVersion() + { + return $this->requiredFlashPluginVersion; + } + public function setRequiredFlashVersion($requiredFlashVersion) + { + $this->requiredFlashVersion = $requiredFlashVersion; + } + public function getRequiredFlashVersion() + { + return $this->requiredFlashVersion; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setSize(Google_Service_Dfareporting_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getSize() + { + return $this->size; + } + /** + * @param Google_Service_Dfareporting_VideoOffset + */ + public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset) + { + $this->skipOffset = $skipOffset; + } + /** + * @return Google_Service_Dfareporting_VideoOffset + */ + public function getSkipOffset() + { + return $this->skipOffset; + } + public function setSkippable($skippable) + { + $this->skippable = $skippable; + } + public function getSkippable() + { + return $this->skippable; + } + public function setSslCompliant($sslCompliant) + { + $this->sslCompliant = $sslCompliant; + } + public function getSslCompliant() + { + return $this->sslCompliant; + } + public function setSslOverride($sslOverride) + { + $this->sslOverride = $sslOverride; + } + public function getSslOverride() + { + return $this->sslOverride; + } + public function setStudioAdvertiserId($studioAdvertiserId) + { + $this->studioAdvertiserId = $studioAdvertiserId; + } + public function getStudioAdvertiserId() + { + return $this->studioAdvertiserId; + } + public function setStudioCreativeId($studioCreativeId) + { + $this->studioCreativeId = $studioCreativeId; + } + public function getStudioCreativeId() + { + return $this->studioCreativeId; + } + public function setStudioTraffickedCreativeId($studioTraffickedCreativeId) + { + $this->studioTraffickedCreativeId = $studioTraffickedCreativeId; + } + public function getStudioTraffickedCreativeId() + { + return $this->studioTraffickedCreativeId; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setThirdPartyBackupImageImpressionsUrl($thirdPartyBackupImageImpressionsUrl) + { + $this->thirdPartyBackupImageImpressionsUrl = $thirdPartyBackupImageImpressionsUrl; + } + public function getThirdPartyBackupImageImpressionsUrl() + { + return $this->thirdPartyBackupImageImpressionsUrl; + } + public function setThirdPartyRichMediaImpressionsUrl($thirdPartyRichMediaImpressionsUrl) + { + $this->thirdPartyRichMediaImpressionsUrl = $thirdPartyRichMediaImpressionsUrl; + } + public function getThirdPartyRichMediaImpressionsUrl() + { + return $this->thirdPartyRichMediaImpressionsUrl; + } + /** + * @param Google_Service_Dfareporting_ThirdPartyTrackingUrl + */ + public function setThirdPartyUrls($thirdPartyUrls) + { + $this->thirdPartyUrls = $thirdPartyUrls; + } + /** + * @return Google_Service_Dfareporting_ThirdPartyTrackingUrl + */ + public function getThirdPartyUrls() + { + return $this->thirdPartyUrls; + } + /** + * @param Google_Service_Dfareporting_CreativeCustomEvent + */ + public function setTimerCustomEvents($timerCustomEvents) + { + $this->timerCustomEvents = $timerCustomEvents; + } + /** + * @return Google_Service_Dfareporting_CreativeCustomEvent + */ + public function getTimerCustomEvents() + { + return $this->timerCustomEvents; + } + public function setTotalFileSize($totalFileSize) + { + $this->totalFileSize = $totalFileSize; + } + public function getTotalFileSize() + { + return $this->totalFileSize; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_Dfareporting_UniversalAdId + */ + public function setUniversalAdId(Google_Service_Dfareporting_UniversalAdId $universalAdId) + { + $this->universalAdId = $universalAdId; + } + /** + * @return Google_Service_Dfareporting_UniversalAdId + */ + public function getUniversalAdId() + { + return $this->universalAdId; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php new file mode 100644 index 000000000..d78958e62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php @@ -0,0 +1,535 @@ +actionScript3 = $actionScript3; + } + public function getActionScript3() + { + return $this->actionScript3; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setAdditionalSizes($additionalSizes) + { + $this->additionalSizes = $additionalSizes; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getAdditionalSizes() + { + return $this->additionalSizes; + } + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + public function getAlignment() + { + return $this->alignment; + } + public function setArtworkType($artworkType) + { + $this->artworkType = $artworkType; + } + public function getArtworkType() + { + return $this->artworkType; + } + /** + * @param Google_Service_Dfareporting_CreativeAssetId + */ + public function setAssetIdentifier(Google_Service_Dfareporting_CreativeAssetId $assetIdentifier) + { + $this->assetIdentifier = $assetIdentifier; + } + /** + * @return Google_Service_Dfareporting_CreativeAssetId + */ + public function getAssetIdentifier() + { + return $this->assetIdentifier; + } + public function setAudioBitRate($audioBitRate) + { + $this->audioBitRate = $audioBitRate; + } + public function getAudioBitRate() + { + return $this->audioBitRate; + } + public function setAudioSampleRate($audioSampleRate) + { + $this->audioSampleRate = $audioSampleRate; + } + public function getAudioSampleRate() + { + return $this->audioSampleRate; + } + /** + * @param Google_Service_Dfareporting_CreativeCustomEvent + */ + public function setBackupImageExit(Google_Service_Dfareporting_CreativeCustomEvent $backupImageExit) + { + $this->backupImageExit = $backupImageExit; + } + /** + * @return Google_Service_Dfareporting_CreativeCustomEvent + */ + public function getBackupImageExit() + { + return $this->backupImageExit; + } + public function setBitRate($bitRate) + { + $this->bitRate = $bitRate; + } + public function getBitRate() + { + return $this->bitRate; + } + public function setChildAssetType($childAssetType) + { + $this->childAssetType = $childAssetType; + } + public function getChildAssetType() + { + return $this->childAssetType; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setCollapsedSize(Google_Service_Dfareporting_Size $collapsedSize) + { + $this->collapsedSize = $collapsedSize; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getCollapsedSize() + { + return $this->collapsedSize; + } + public function setCompanionCreativeIds($companionCreativeIds) + { + $this->companionCreativeIds = $companionCreativeIds; + } + public function getCompanionCreativeIds() + { + return $this->companionCreativeIds; + } + public function setCustomStartTimeValue($customStartTimeValue) + { + $this->customStartTimeValue = $customStartTimeValue; + } + public function getCustomStartTimeValue() + { + return $this->customStartTimeValue; + } + public function setDetectedFeatures($detectedFeatures) + { + $this->detectedFeatures = $detectedFeatures; + } + public function getDetectedFeatures() + { + return $this->detectedFeatures; + } + public function setDisplayType($displayType) + { + $this->displayType = $displayType; + } + public function getDisplayType() + { + return $this->displayType; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setDurationType($durationType) + { + $this->durationType = $durationType; + } + public function getDurationType() + { + return $this->durationType; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setExpandedDimension(Google_Service_Dfareporting_Size $expandedDimension) + { + $this->expandedDimension = $expandedDimension; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getExpandedDimension() + { + return $this->expandedDimension; + } + public function setFileSize($fileSize) + { + $this->fileSize = $fileSize; + } + public function getFileSize() + { + return $this->fileSize; + } + public function setFlashVersion($flashVersion) + { + $this->flashVersion = $flashVersion; + } + public function getFlashVersion() + { + return $this->flashVersion; + } + public function setFrameRate($frameRate) + { + $this->frameRate = $frameRate; + } + public function getFrameRate() + { + return $this->frameRate; + } + public function setHideFlashObjects($hideFlashObjects) + { + $this->hideFlashObjects = $hideFlashObjects; + } + public function getHideFlashObjects() + { + return $this->hideFlashObjects; + } + public function setHideSelectionBoxes($hideSelectionBoxes) + { + $this->hideSelectionBoxes = $hideSelectionBoxes; + } + public function getHideSelectionBoxes() + { + return $this->hideSelectionBoxes; + } + public function setHorizontallyLocked($horizontallyLocked) + { + $this->horizontallyLocked = $horizontallyLocked; + } + public function getHorizontallyLocked() + { + return $this->horizontallyLocked; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setMediaDuration($mediaDuration) + { + $this->mediaDuration = $mediaDuration; + } + public function getMediaDuration() + { + return $this->mediaDuration; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + /** + * @param Google_Service_Dfareporting_OffsetPosition + */ + public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset) + { + $this->offset = $offset; + } + /** + * @return Google_Service_Dfareporting_OffsetPosition + */ + public function getOffset() + { + return $this->offset; + } + public function setOrientation($orientation) + { + $this->orientation = $orientation; + } + public function getOrientation() + { + return $this->orientation; + } + public function setOriginalBackup($originalBackup) + { + $this->originalBackup = $originalBackup; + } + public function getOriginalBackup() + { + return $this->originalBackup; + } + public function setPoliteLoad($politeLoad) + { + $this->politeLoad = $politeLoad; + } + public function getPoliteLoad() + { + return $this->politeLoad; + } + /** + * @param Google_Service_Dfareporting_OffsetPosition + */ + public function setPosition(Google_Service_Dfareporting_OffsetPosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Dfareporting_OffsetPosition + */ + public function getPosition() + { + return $this->position; + } + public function setPositionLeftUnit($positionLeftUnit) + { + $this->positionLeftUnit = $positionLeftUnit; + } + public function getPositionLeftUnit() + { + return $this->positionLeftUnit; + } + public function setPositionTopUnit($positionTopUnit) + { + $this->positionTopUnit = $positionTopUnit; + } + public function getPositionTopUnit() + { + return $this->positionTopUnit; + } + public function setProgressiveServingUrl($progressiveServingUrl) + { + $this->progressiveServingUrl = $progressiveServingUrl; + } + public function getProgressiveServingUrl() + { + return $this->progressiveServingUrl; + } + public function setPushdown($pushdown) + { + $this->pushdown = $pushdown; + } + public function getPushdown() + { + return $this->pushdown; + } + public function setPushdownDuration($pushdownDuration) + { + $this->pushdownDuration = $pushdownDuration; + } + public function getPushdownDuration() + { + return $this->pushdownDuration; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setSize(Google_Service_Dfareporting_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getSize() + { + return $this->size; + } + public function setSslCompliant($sslCompliant) + { + $this->sslCompliant = $sslCompliant; + } + public function getSslCompliant() + { + return $this->sslCompliant; + } + public function setStartTimeType($startTimeType) + { + $this->startTimeType = $startTimeType; + } + public function getStartTimeType() + { + return $this->startTimeType; + } + public function setStreamingServingUrl($streamingServingUrl) + { + $this->streamingServingUrl = $streamingServingUrl; + } + public function getStreamingServingUrl() + { + return $this->streamingServingUrl; + } + public function setTransparency($transparency) + { + $this->transparency = $transparency; + } + public function getTransparency() + { + return $this->transparency; + } + public function setVerticallyLocked($verticallyLocked) + { + $this->verticallyLocked = $verticallyLocked; + } + public function getVerticallyLocked() + { + return $this->verticallyLocked; + } + public function setWindowMode($windowMode) + { + $this->windowMode = $windowMode; + } + public function getWindowMode() + { + return $this->windowMode; + } + public function setZIndex($zIndex) + { + $this->zIndex = $zIndex; + } + public function getZIndex() + { + return $this->zIndex; + } + public function setZipFilename($zipFilename) + { + $this->zipFilename = $zipFilename; + } + public function getZipFilename() + { + return $this->zipFilename; + } + public function setZipFilesize($zipFilesize) + { + $this->zipFilesize = $zipFilesize; + } + public function getZipFilesize() + { + return $this->zipFilesize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php new file mode 100644 index 000000000..31168cfa0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetMetadata.php new file mode 100644 index 000000000..b38184168 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetMetadata.php @@ -0,0 +1,106 @@ +assetIdentifier = $assetIdentifier; + } + /** + * @return Google_Service_Dfareporting_CreativeAssetId + */ + public function getAssetIdentifier() + { + return $this->assetIdentifier; + } + /** + * @param Google_Service_Dfareporting_ClickTag + */ + public function setClickTags($clickTags) + { + $this->clickTags = $clickTags; + } + /** + * @return Google_Service_Dfareporting_ClickTag + */ + public function getClickTags() + { + return $this->clickTags; + } + public function setDetectedFeatures($detectedFeatures) + { + $this->detectedFeatures = $detectedFeatures; + } + public function getDetectedFeatures() + { + return $this->detectedFeatures; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setWarnedValidationRules($warnedValidationRules) + { + $this->warnedValidationRules = $warnedValidationRules; + } + public function getWarnedValidationRules() + { + return $this->warnedValidationRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php new file mode 100644 index 000000000..809840f6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php @@ -0,0 +1,47 @@ +defaultAssetId = $defaultAssetId; + } + public function getDefaultAssetId() + { + return $this->defaultAssetId; + } + /** + * @param Google_Service_Dfareporting_Rule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_Dfareporting_Rule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssignment.php new file mode 100644 index 000000000..e363e94b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssignment.php @@ -0,0 +1,174 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setApplyEventTags($applyEventTags) + { + $this->applyEventTags = $applyEventTags; + } + public function getApplyEventTags() + { + return $this->applyEventTags; + } + /** + * @param Google_Service_Dfareporting_ClickThroughUrl + */ + public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl) + { + $this->clickThroughUrl = $clickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_ClickThroughUrl + */ + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + /** + * @param Google_Service_Dfareporting_CompanionClickThroughOverride + */ + public function setCompanionCreativeOverrides($companionCreativeOverrides) + { + $this->companionCreativeOverrides = $companionCreativeOverrides; + } + /** + * @return Google_Service_Dfareporting_CompanionClickThroughOverride + */ + public function getCompanionCreativeOverrides() + { + return $this->companionCreativeOverrides; + } + /** + * @param Google_Service_Dfareporting_CreativeGroupAssignment + */ + public function setCreativeGroupAssignments($creativeGroupAssignments) + { + $this->creativeGroupAssignments = $creativeGroupAssignments; + } + /** + * @return Google_Service_Dfareporting_CreativeGroupAssignment + */ + public function getCreativeGroupAssignments() + { + return $this->creativeGroupAssignments; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setCreativeIdDimensionValue(Google_Service_Dfareporting_DimensionValue $creativeIdDimensionValue) + { + $this->creativeIdDimensionValue = $creativeIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCreativeIdDimensionValue() + { + return $this->creativeIdDimensionValue; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Dfareporting_RichMediaExitOverride + */ + public function setRichMediaExitOverrides($richMediaExitOverrides) + { + $this->richMediaExitOverrides = $richMediaExitOverrides; + } + /** + * @return Google_Service_Dfareporting_RichMediaExitOverride + */ + public function getRichMediaExitOverrides() + { + return $this->richMediaExitOverrides; + } + public function setSequence($sequence) + { + $this->sequence = $sequence; + } + public function getSequence() + { + return $this->sequence; + } + public function setSslCompliant($sslCompliant) + { + $this->sslCompliant = $sslCompliant; + } + public function getSslCompliant() + { + return $this->sslCompliant; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeClickThroughUrl.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeClickThroughUrl.php new file mode 100644 index 000000000..1d04a428d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeClickThroughUrl.php @@ -0,0 +1,48 @@ +computedClickThroughUrl = $computedClickThroughUrl; + } + public function getComputedClickThroughUrl() + { + return $this->computedClickThroughUrl; + } + public function setCustomClickThroughUrl($customClickThroughUrl) + { + $this->customClickThroughUrl = $customClickThroughUrl; + } + public function getCustomClickThroughUrl() + { + return $this->customClickThroughUrl; + } + public function setLandingPageId($landingPageId) + { + $this->landingPageId = $landingPageId; + } + public function getLandingPageId() + { + return $this->landingPageId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php new file mode 100644 index 000000000..ecaa4f5fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php @@ -0,0 +1,125 @@ +advertiserCustomEventId = $advertiserCustomEventId; + } + public function getAdvertiserCustomEventId() + { + return $this->advertiserCustomEventId; + } + public function setAdvertiserCustomEventName($advertiserCustomEventName) + { + $this->advertiserCustomEventName = $advertiserCustomEventName; + } + public function getAdvertiserCustomEventName() + { + return $this->advertiserCustomEventName; + } + public function setAdvertiserCustomEventType($advertiserCustomEventType) + { + $this->advertiserCustomEventType = $advertiserCustomEventType; + } + public function getAdvertiserCustomEventType() + { + return $this->advertiserCustomEventType; + } + public function setArtworkLabel($artworkLabel) + { + $this->artworkLabel = $artworkLabel; + } + public function getArtworkLabel() + { + return $this->artworkLabel; + } + public function setArtworkType($artworkType) + { + $this->artworkType = $artworkType; + } + public function getArtworkType() + { + return $this->artworkType; + } + /** + * @param Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function setExitClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $exitClickThroughUrl) + { + $this->exitClickThroughUrl = $exitClickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function getExitClickThroughUrl() + { + return $this->exitClickThroughUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_PopupWindowProperties + */ + public function setPopupWindowProperties(Google_Service_Dfareporting_PopupWindowProperties $popupWindowProperties) + { + $this->popupWindowProperties = $popupWindowProperties; + } + /** + * @return Google_Service_Dfareporting_PopupWindowProperties + */ + public function getPopupWindowProperties() + { + return $this->popupWindowProperties; + } + public function setTargetType($targetType) + { + $this->targetType = $targetType; + } + public function getTargetType() + { + return $this->targetType; + } + public function setVideoReportingId($videoReportingId) + { + $this->videoReportingId = $videoReportingId; + } + public function getVideoReportingId() + { + return $this->videoReportingId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php new file mode 100644 index 000000000..6a758c42c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php @@ -0,0 +1,91 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + 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 setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php new file mode 100644 index 000000000..d1a18c9f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php @@ -0,0 +1,39 @@ +creativeFieldId = $creativeFieldId; + } + public function getCreativeFieldId() + { + return $this->creativeFieldId; + } + public function setCreativeFieldValueId($creativeFieldValueId) + { + $this->creativeFieldValueId = $creativeFieldValueId; + } + public function getCreativeFieldValueId() + { + return $this->creativeFieldValueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValue.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValue.php new file mode 100644 index 000000000..10ea0348a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValue.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValuesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValuesListResponse.php new file mode 100644 index 000000000..66c934b01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldValuesListResponse.php @@ -0,0 +1,56 @@ +creativeFieldValues = $creativeFieldValues; + } + /** + * @return Google_Service_Dfareporting_CreativeFieldValue + */ + public function getCreativeFieldValues() + { + return $this->creativeFieldValues; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php new file mode 100644 index 000000000..93cc81a09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php @@ -0,0 +1,56 @@ +creativeFields = $creativeFields; + } + /** + * @return Google_Service_Dfareporting_CreativeField + */ + public function getCreativeFields() + { + return $this->creativeFields; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php new file mode 100644 index 000000000..d835b2a1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php @@ -0,0 +1,100 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setGroupNumber($groupNumber) + { + $this->groupNumber = $groupNumber; + } + public function getGroupNumber() + { + return $this->groupNumber; + } + 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 setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php new file mode 100644 index 000000000..5153332a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php @@ -0,0 +1,39 @@ +creativeGroupId = $creativeGroupId; + } + public function getCreativeGroupId() + { + return $this->creativeGroupId; + } + public function setCreativeGroupNumber($creativeGroupNumber) + { + $this->creativeGroupNumber = $creativeGroupNumber; + } + public function getCreativeGroupNumber() + { + return $this->creativeGroupNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupsListResponse.php new file mode 100644 index 000000000..0b818c146 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupsListResponse.php @@ -0,0 +1,56 @@ +creativeGroups = $creativeGroups; + } + /** + * @return Google_Service_Dfareporting_CreativeGroup + */ + public function getCreativeGroups() + { + return $this->creativeGroups; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php new file mode 100644 index 000000000..3ba5f3941 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php @@ -0,0 +1,65 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dfareporting_OptimizationActivity + */ + public function setOptimizationActivitys($optimizationActivitys) + { + $this->optimizationActivitys = $optimizationActivitys; + } + /** + * @return Google_Service_Dfareporting_OptimizationActivity + */ + public function getOptimizationActivitys() + { + return $this->optimizationActivitys; + } + public function setOptimizationModel($optimizationModel) + { + $this->optimizationModel = $optimizationModel; + } + public function getOptimizationModel() + { + return $this->optimizationModel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php new file mode 100644 index 000000000..ed9a907b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php @@ -0,0 +1,65 @@ +creativeAssignments = $creativeAssignments; + } + /** + * @return Google_Service_Dfareporting_CreativeAssignment + */ + public function getCreativeAssignments() + { + return $this->creativeAssignments; + } + public function setCreativeOptimizationConfigurationId($creativeOptimizationConfigurationId) + { + $this->creativeOptimizationConfigurationId = $creativeOptimizationConfigurationId; + } + public function getCreativeOptimizationConfigurationId() + { + return $this->creativeOptimizationConfigurationId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWeightCalculationStrategy($weightCalculationStrategy) + { + $this->weightCalculationStrategy = $weightCalculationStrategy; + } + public function getWeightCalculationStrategy() + { + return $this->weightCalculationStrategy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativesListResponse.php new file mode 100644 index 000000000..c5e4b24bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativesListResponse.php @@ -0,0 +1,56 @@ +creatives = $creatives; + } + /** + * @return Google_Service_Dfareporting_Creative + */ + public function getCreatives() + { + return $this->creatives; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php new file mode 100644 index 000000000..36c6066a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php @@ -0,0 +1,95 @@ +breakdown = $breakdown; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getBreakdown() + { + return $this->breakdown; + } + /** + * @param Google_Service_Dfareporting_Dimension + */ + public function setDimensionFilters($dimensionFilters) + { + $this->dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setOverlapMetrics($overlapMetrics) + { + $this->overlapMetrics = $overlapMetrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getOverlapMetrics() + { + return $this->overlapMetrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomFloodlightVariable.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomFloodlightVariable.php new file mode 100644 index 000000000..7822a764e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomFloodlightVariable.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomRichMediaEvents.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomRichMediaEvents.php new file mode 100644 index 000000000..fdbf3600d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomRichMediaEvents.php @@ -0,0 +1,47 @@ +filteredEventIds = $filteredEventIds; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFilteredEventIds() + { + return $this->filteredEventIds; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.php new file mode 100644 index 000000000..66adfb095 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.php @@ -0,0 +1,55 @@ +configuration = $configuration; + } + /** + * @return Google_Service_Dfareporting_CustomViewabilityMetricConfiguration + */ + public function getConfiguration() + { + return $this->configuration; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetricConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetricConfiguration.php new file mode 100644 index 000000000..58e448ac5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetricConfiguration.php @@ -0,0 +1,57 @@ +audible = $audible; + } + public function getAudible() + { + return $this->audible; + } + public function setTimeMillis($timeMillis) + { + $this->timeMillis = $timeMillis; + } + public function getTimeMillis() + { + return $this->timeMillis; + } + public function setTimePercent($timePercent) + { + $this->timePercent = $timePercent; + } + public function getTimePercent() + { + return $this->timePercent; + } + public function setViewabilityPercent($viewabilityPercent) + { + $this->viewabilityPercent = $viewabilityPercent; + } + public function getViewabilityPercent() + { + return $this->viewabilityPercent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php new file mode 100644 index 000000000..e0c2fd016 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php @@ -0,0 +1,57 @@ +endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRelativeDateRange($relativeDateRange) + { + $this->relativeDateRange = $relativeDateRange; + } + public function getRelativeDateRange() + { + return $this->relativeDateRange; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DayPartTargeting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DayPartTargeting.php new file mode 100644 index 000000000..426515ce2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DayPartTargeting.php @@ -0,0 +1,49 @@ +daysOfWeek = $daysOfWeek; + } + public function getDaysOfWeek() + { + return $this->daysOfWeek; + } + public function setHoursOfDay($hoursOfDay) + { + $this->hoursOfDay = $hoursOfDay; + } + public function getHoursOfDay() + { + return $this->hoursOfDay; + } + public function setUserLocalTime($userLocalTime) + { + $this->userLocalTime = $userLocalTime; + } + public function getUserLocalTime() + { + return $this->userLocalTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.php new file mode 100644 index 000000000..5c406ab06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.php @@ -0,0 +1,74 @@ +appUrl = $appUrl; + } + public function getAppUrl() + { + return $this->appUrl; + } + public function setFallbackUrl($fallbackUrl) + { + $this->fallbackUrl = $fallbackUrl; + } + public function getFallbackUrl() + { + return $this->fallbackUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_MobileApp + */ + public function setMobileApp(Google_Service_Dfareporting_MobileApp $mobileApp) + { + $this->mobileApp = $mobileApp; + } + /** + * @return Google_Service_Dfareporting_MobileApp + */ + public function getMobileApp() + { + return $this->mobileApp; + } + public function setRemarketingListIds($remarketingListIds) + { + $this->remarketingListIds = $remarketingListIds; + } + public function getRemarketingListIds() + { + return $this->remarketingListIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DefaultClickThroughEventTagProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DefaultClickThroughEventTagProperties.php new file mode 100644 index 000000000..2815a4c96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DefaultClickThroughEventTagProperties.php @@ -0,0 +1,39 @@ +defaultClickThroughEventTagId = $defaultClickThroughEventTagId; + } + public function getDefaultClickThroughEventTagId() + { + return $this->defaultClickThroughEventTagId; + } + public function setOverrideInheritedEventTag($overrideInheritedEventTag) + { + $this->overrideInheritedEventTag = $overrideInheritedEventTag; + } + public function getOverrideInheritedEventTag() + { + return $this->overrideInheritedEventTag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeliverySchedule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeliverySchedule.php new file mode 100644 index 000000000..6693c38c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeliverySchedule.php @@ -0,0 +1,64 @@ +frequencyCap = $frequencyCap; + } + /** + * @return Google_Service_Dfareporting_FrequencyCap + */ + public function getFrequencyCap() + { + return $this->frequencyCap; + } + public function setHardCutoff($hardCutoff) + { + $this->hardCutoff = $hardCutoff; + } + public function getHardCutoff() + { + return $this->hardCutoff; + } + public function setImpressionRatio($impressionRatio) + { + $this->impressionRatio = $impressionRatio; + } + public function getImpressionRatio() + { + return $this->impressionRatio; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php new file mode 100644 index 000000000..002a59862 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php @@ -0,0 +1,125 @@ +dateRange = $dateRange; + } + /** + * @return Google_Service_Dfareporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + 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 setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setReportId($reportId) + { + $this->reportId = $reportId; + } + public function getReportId() + { + return $this->reportId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Dfareporting_DfareportingFileUrls + */ + public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls) + { + $this->urls = $urls; + } + /** + * @return Google_Service_Dfareporting_DfareportingFileUrls + */ + public function getUrls() + { + return $this->urls; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.php new file mode 100644 index 000000000..baa197fb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.php @@ -0,0 +1,39 @@ +apiUrl = $apiUrl; + } + public function getApiUrl() + { + return $this->apiUrl; + } + public function setBrowserUrl($browserUrl) + { + $this->browserUrl = $browserUrl; + } + public function getBrowserUrl() + { + return $this->browserUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfpSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfpSettings.php new file mode 100644 index 000000000..0ac5ce69d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfpSettings.php @@ -0,0 +1,66 @@ +dfpNetworkCode = $dfpNetworkCode; + } + public function getDfpNetworkCode() + { + return $this->dfpNetworkCode; + } + public function setDfpNetworkName($dfpNetworkName) + { + $this->dfpNetworkName = $dfpNetworkName; + } + public function getDfpNetworkName() + { + return $this->dfpNetworkName; + } + public function setProgrammaticPlacementAccepted($programmaticPlacementAccepted) + { + $this->programmaticPlacementAccepted = $programmaticPlacementAccepted; + } + public function getProgrammaticPlacementAccepted() + { + return $this->programmaticPlacementAccepted; + } + public function setPubPaidPlacementAccepted($pubPaidPlacementAccepted) + { + $this->pubPaidPlacementAccepted = $pubPaidPlacementAccepted; + } + public function getPubPaidPlacementAccepted() + { + return $this->pubPaidPlacementAccepted; + } + public function setPublisherPortalOnly($publisherPortalOnly) + { + $this->publisherPortalOnly = $publisherPortalOnly; + } + public function getPublisherPortalOnly() + { + return $this->publisherPortalOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php new file mode 100644 index 000000000..8a30d0191 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionFilter.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionFilter.php new file mode 100644 index 000000000..4e48ab5b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionFilter.php @@ -0,0 +1,48 @@ +dimensionName = $dimensionName; + } + public function getDimensionName() + { + return $this->dimensionName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValue.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValue.php new file mode 100644 index 000000000..ea95757fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValue.php @@ -0,0 +1,75 @@ +dimensionName = $dimensionName; + } + public function getDimensionName() + { + return $this->dimensionName; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setMatchType($matchType) + { + $this->matchType = $matchType; + } + public function getMatchType() + { + return $this->matchType; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueList.php new file mode 100644 index 000000000..1b71eb051 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php new file mode 100644 index 000000000..5788e57f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php @@ -0,0 +1,74 @@ +dimensionName = $dimensionName; + } + public function getDimensionName() + { + return $this->dimensionName; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + /** + * @param Google_Service_Dfareporting_DimensionFilter + */ + public function setFilters($filters) + { + $this->filters = $filters; + } + /** + * @return Google_Service_Dfareporting_DimensionFilter + */ + public function getFilters() + { + return $this->filters; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php new file mode 100644 index 000000000..64bbcbac9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php @@ -0,0 +1,117 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setInpageTagFormats($inpageTagFormats) + { + $this->inpageTagFormats = $inpageTagFormats; + } + public function getInpageTagFormats() + { + return $this->inpageTagFormats; + } + public function setInterstitialTagFormats($interstitialTagFormats) + { + $this->interstitialTagFormats = $interstitialTagFormats; + } + public function getInterstitialTagFormats() + { + return $this->interstitialTagFormats; + } + 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_Dfareporting_DirectorySiteSettings + */ + public function setSettings(Google_Service_Dfareporting_DirectorySiteSettings $settings) + { + $this->settings = $settings; + } + /** + * @return Google_Service_Dfareporting_DirectorySiteSettings + */ + public function getSettings() + { + return $this->settings; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php new file mode 100644 index 000000000..be20bcee0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php @@ -0,0 +1,64 @@ +activeViewOptOut = $activeViewOptOut; + } + public function getActiveViewOptOut() + { + return $this->activeViewOptOut; + } + /** + * @param Google_Service_Dfareporting_DfpSettings + */ + public function setDfpSettings(Google_Service_Dfareporting_DfpSettings $dfpSettings) + { + $this->dfpSettings = $dfpSettings; + } + /** + * @return Google_Service_Dfareporting_DfpSettings + */ + public function getDfpSettings() + { + return $this->dfpSettings; + } + public function setInstreamVideoPlacementAccepted($instreamVideoPlacementAccepted) + { + $this->instreamVideoPlacementAccepted = $instreamVideoPlacementAccepted; + } + public function getInstreamVideoPlacementAccepted() + { + return $this->instreamVideoPlacementAccepted; + } + public function setInterstitialPlacementAccepted($interstitialPlacementAccepted) + { + $this->interstitialPlacementAccepted = $interstitialPlacementAccepted; + } + public function getInterstitialPlacementAccepted() + { + return $this->interstitialPlacementAccepted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php new file mode 100644 index 000000000..5e1086ceb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php @@ -0,0 +1,56 @@ +directorySites = $directorySites; + } + /** + * @return Google_Service_Dfareporting_DirectorySite + */ + public function getDirectorySites() + { + return $this->directorySites; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php new file mode 100644 index 000000000..ce18dadc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKeysListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKeysListResponse.php new file mode 100644 index 000000000..04045483d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKeysListResponse.php @@ -0,0 +1,47 @@ +dynamicTargetingKeys = $dynamicTargetingKeys; + } + /** + * @return Google_Service_Dfareporting_DynamicTargetingKey + */ + public function getDynamicTargetingKeys() + { + return $this->dynamicTargetingKeys; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php new file mode 100644 index 000000000..da94d7a4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php @@ -0,0 +1,57 @@ +encryptionEntityId = $encryptionEntityId; + } + public function getEncryptionEntityId() + { + return $this->encryptionEntityId; + } + public function setEncryptionEntityType($encryptionEntityType) + { + $this->encryptionEntityType = $encryptionEntityType; + } + public function getEncryptionEntityType() + { + return $this->encryptionEntityType; + } + public function setEncryptionSource($encryptionSource) + { + $this->encryptionSource = $encryptionSource; + } + public function getEncryptionSource() + { + return $this->encryptionSource; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTag.php new file mode 100644 index 000000000..b6173873a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTag.php @@ -0,0 +1,198 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setCampaignId($campaignId) + { + $this->campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) + { + $this->campaignIdDimensionValue = $campaignIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCampaignIdDimensionValue() + { + return $this->campaignIdDimensionValue; + } + public function setEnabledByDefault($enabledByDefault) + { + $this->enabledByDefault = $enabledByDefault; + } + public function getEnabledByDefault() + { + return $this->enabledByDefault; + } + public function setExcludeFromAdxRequests($excludeFromAdxRequests) + { + $this->excludeFromAdxRequests = $excludeFromAdxRequests; + } + public function getExcludeFromAdxRequests() + { + return $this->excludeFromAdxRequests; + } + 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 setSiteFilterType($siteFilterType) + { + $this->siteFilterType = $siteFilterType; + } + public function getSiteFilterType() + { + return $this->siteFilterType; + } + public function setSiteIds($siteIds) + { + $this->siteIds = $siteIds; + } + public function getSiteIds() + { + return $this->siteIds; + } + public function setSslCompliant($sslCompliant) + { + $this->sslCompliant = $sslCompliant; + } + public function getSslCompliant() + { + return $this->sslCompliant; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setUrlEscapeLevels($urlEscapeLevels) + { + $this->urlEscapeLevels = $urlEscapeLevels; + } + public function getUrlEscapeLevels() + { + return $this->urlEscapeLevels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php new file mode 100644 index 000000000..1ca8487cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php @@ -0,0 +1,39 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagsListResponse.php new file mode 100644 index 000000000..a7e150fab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagsListResponse.php @@ -0,0 +1,47 @@ +eventTags = $eventTags; + } + /** + * @return Google_Service_Dfareporting_EventTag + */ + public function getEventTags() + { + return $this->eventTags; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php new file mode 100644 index 000000000..016376c95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Dfareporting_DfareportingFile + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Dfareporting_DfareportingFile + */ + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php new file mode 100644 index 000000000..78cec3d87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php @@ -0,0 +1,57 @@ +endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setRateOrCost($rateOrCost) + { + $this->rateOrCost = $rateOrCost; + } + public function getRateOrCost() + { + return $this->rateOrCost; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setUnits($units) + { + $this->units = $units; + } + public function getUnits() + { + return $this->units; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesGenerateTagResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesGenerateTagResponse.php new file mode 100644 index 000000000..59cb3372f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesGenerateTagResponse.php @@ -0,0 +1,48 @@ +floodlightActivityTag = $floodlightActivityTag; + } + public function getFloodlightActivityTag() + { + return $this->floodlightActivityTag; + } + public function setGlobalSiteTagGlobalSnippet($globalSiteTagGlobalSnippet) + { + $this->globalSiteTagGlobalSnippet = $globalSiteTagGlobalSnippet; + } + public function getGlobalSiteTagGlobalSnippet() + { + return $this->globalSiteTagGlobalSnippet; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.php new file mode 100644 index 000000000..0a85b5ed7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.php @@ -0,0 +1,56 @@ +floodlightActivities = $floodlightActivities; + } + /** + * @return Google_Service_Dfareporting_FloodlightActivity + */ + public function getFloodlightActivities() + { + return $this->floodlightActivities; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php new file mode 100644 index 000000000..e02b946d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php @@ -0,0 +1,309 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setCacheBustingType($cacheBustingType) + { + $this->cacheBustingType = $cacheBustingType; + } + public function getCacheBustingType() + { + return $this->cacheBustingType; + } + public function setCountingMethod($countingMethod) + { + $this->countingMethod = $countingMethod; + } + public function getCountingMethod() + { + return $this->countingMethod; + } + /** + * @param Google_Service_Dfareporting_FloodlightActivityDynamicTag + */ + public function setDefaultTags($defaultTags) + { + $this->defaultTags = $defaultTags; + } + /** + * @return Google_Service_Dfareporting_FloodlightActivityDynamicTag + */ + public function getDefaultTags() + { + return $this->defaultTags; + } + public function setExpectedUrl($expectedUrl) + { + $this->expectedUrl = $expectedUrl; + } + public function getExpectedUrl() + { + return $this->expectedUrl; + } + public function setFloodlightActivityGroupId($floodlightActivityGroupId) + { + $this->floodlightActivityGroupId = $floodlightActivityGroupId; + } + public function getFloodlightActivityGroupId() + { + return $this->floodlightActivityGroupId; + } + public function setFloodlightActivityGroupName($floodlightActivityGroupName) + { + $this->floodlightActivityGroupName = $floodlightActivityGroupName; + } + public function getFloodlightActivityGroupName() + { + return $this->floodlightActivityGroupName; + } + public function setFloodlightActivityGroupTagString($floodlightActivityGroupTagString) + { + $this->floodlightActivityGroupTagString = $floodlightActivityGroupTagString; + } + public function getFloodlightActivityGroupTagString() + { + return $this->floodlightActivityGroupTagString; + } + public function setFloodlightActivityGroupType($floodlightActivityGroupType) + { + $this->floodlightActivityGroupType = $floodlightActivityGroupType; + } + public function getFloodlightActivityGroupType() + { + return $this->floodlightActivityGroupType; + } + public function setFloodlightConfigurationId($floodlightConfigurationId) + { + $this->floodlightConfigurationId = $floodlightConfigurationId; + } + public function getFloodlightConfigurationId() + { + return $this->floodlightConfigurationId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) + { + $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFloodlightConfigurationIdDimensionValue() + { + return $this->floodlightConfigurationIdDimensionValue; + } + public function setFloodlightTagType($floodlightTagType) + { + $this->floodlightTagType = $floodlightTagType; + } + public function getFloodlightTagType() + { + return $this->floodlightTagType; + } + public function setHidden($hidden) + { + $this->hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + 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 setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + /** + * @param Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag + */ + public function setPublisherTags($publisherTags) + { + $this->publisherTags = $publisherTags; + } + /** + * @return Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag + */ + public function getPublisherTags() + { + return $this->publisherTags; + } + public function setSecure($secure) + { + $this->secure = $secure; + } + public function getSecure() + { + return $this->secure; + } + public function setSslCompliant($sslCompliant) + { + $this->sslCompliant = $sslCompliant; + } + public function getSslCompliant() + { + return $this->sslCompliant; + } + public function setSslRequired($sslRequired) + { + $this->sslRequired = $sslRequired; + } + public function getSslRequired() + { + return $this->sslRequired; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTagFormat($tagFormat) + { + $this->tagFormat = $tagFormat; + } + public function getTagFormat() + { + return $this->tagFormat; + } + public function setTagString($tagString) + { + $this->tagString = $tagString; + } + public function getTagString() + { + return $this->tagString; + } + public function setUserDefinedVariableTypes($userDefinedVariableTypes) + { + $this->userDefinedVariableTypes = $userDefinedVariableTypes; + } + public function getUserDefinedVariableTypes() + { + return $this->userDefinedVariableTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php new file mode 100644 index 000000000..a1007f795 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroup.php new file mode 100644 index 000000000..0cfc1e4ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroup.php @@ -0,0 +1,150 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setFloodlightConfigurationId($floodlightConfigurationId) + { + $this->floodlightConfigurationId = $floodlightConfigurationId; + } + public function getFloodlightConfigurationId() + { + return $this->floodlightConfigurationId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) + { + $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFloodlightConfigurationIdDimensionValue() + { + return $this->floodlightConfigurationIdDimensionValue; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + 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 setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTagString($tagString) + { + $this->tagString = $tagString; + } + public function getTagString() + { + return $this->tagString; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php new file mode 100644 index 000000000..e78e51d1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php @@ -0,0 +1,56 @@ +floodlightActivityGroups = $floodlightActivityGroups; + } + /** + * @return Google_Service_Dfareporting_FloodlightActivityGroup + */ + public function getFloodlightActivityGroups() + { + return $this->floodlightActivityGroups; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php new file mode 100644 index 000000000..62b563164 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php @@ -0,0 +1,89 @@ +clickThrough = $clickThrough; + } + public function getClickThrough() + { + return $this->clickThrough; + } + public function setDirectorySiteId($directorySiteId) + { + $this->directorySiteId = $directorySiteId; + } + public function getDirectorySiteId() + { + return $this->directorySiteId; + } + /** + * @param Google_Service_Dfareporting_FloodlightActivityDynamicTag + */ + public function setDynamicTag(Google_Service_Dfareporting_FloodlightActivityDynamicTag $dynamicTag) + { + $this->dynamicTag = $dynamicTag; + } + /** + * @return Google_Service_Dfareporting_FloodlightActivityDynamicTag + */ + public function getDynamicTag() + { + return $this->dynamicTag; + } + public function setSiteId($siteId) + { + $this->siteId = $siteId; + } + public function getSiteId() + { + return $this->siteId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue) + { + $this->siteIdDimensionValue = $siteIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getSiteIdDimensionValue() + { + return $this->siteIdDimensionValue; + } + public function setViewThrough($viewThrough) + { + $this->viewThrough = $viewThrough; + } + public function getViewThrough() + { + return $this->viewThrough; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php new file mode 100644 index 000000000..cfa3c2b74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php @@ -0,0 +1,240 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setAnalyticsDataSharingEnabled($analyticsDataSharingEnabled) + { + $this->analyticsDataSharingEnabled = $analyticsDataSharingEnabled; + } + public function getAnalyticsDataSharingEnabled() + { + return $this->analyticsDataSharingEnabled; + } + /** + * @param Google_Service_Dfareporting_CustomViewabilityMetric + */ + public function setCustomViewabilityMetric(Google_Service_Dfareporting_CustomViewabilityMetric $customViewabilityMetric) + { + $this->customViewabilityMetric = $customViewabilityMetric; + } + /** + * @return Google_Service_Dfareporting_CustomViewabilityMetric + */ + public function getCustomViewabilityMetric() + { + return $this->customViewabilityMetric; + } + public function setExposureToConversionEnabled($exposureToConversionEnabled) + { + $this->exposureToConversionEnabled = $exposureToConversionEnabled; + } + public function getExposureToConversionEnabled() + { + return $this->exposureToConversionEnabled; + } + public function setFirstDayOfWeek($firstDayOfWeek) + { + $this->firstDayOfWeek = $firstDayOfWeek; + } + public function getFirstDayOfWeek() + { + return $this->firstDayOfWeek; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setInAppAttributionTrackingEnabled($inAppAttributionTrackingEnabled) + { + $this->inAppAttributionTrackingEnabled = $inAppAttributionTrackingEnabled; + } + public function getInAppAttributionTrackingEnabled() + { + return $this->inAppAttributionTrackingEnabled; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LookbackConfiguration + */ + public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) + { + $this->lookbackConfiguration = $lookbackConfiguration; + } + /** + * @return Google_Service_Dfareporting_LookbackConfiguration + */ + public function getLookbackConfiguration() + { + return $this->lookbackConfiguration; + } + public function setNaturalSearchConversionAttributionOption($naturalSearchConversionAttributionOption) + { + $this->naturalSearchConversionAttributionOption = $naturalSearchConversionAttributionOption; + } + public function getNaturalSearchConversionAttributionOption() + { + return $this->naturalSearchConversionAttributionOption; + } + /** + * @param Google_Service_Dfareporting_OmnitureSettings + */ + public function setOmnitureSettings(Google_Service_Dfareporting_OmnitureSettings $omnitureSettings) + { + $this->omnitureSettings = $omnitureSettings; + } + /** + * @return Google_Service_Dfareporting_OmnitureSettings + */ + public function getOmnitureSettings() + { + return $this->omnitureSettings; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + /** + * @param Google_Service_Dfareporting_TagSettings + */ + public function setTagSettings(Google_Service_Dfareporting_TagSettings $tagSettings) + { + $this->tagSettings = $tagSettings; + } + /** + * @return Google_Service_Dfareporting_TagSettings + */ + public function getTagSettings() + { + return $this->tagSettings; + } + /** + * @param Google_Service_Dfareporting_ThirdPartyAuthenticationToken + */ + public function setThirdPartyAuthenticationTokens($thirdPartyAuthenticationTokens) + { + $this->thirdPartyAuthenticationTokens = $thirdPartyAuthenticationTokens; + } + /** + * @return Google_Service_Dfareporting_ThirdPartyAuthenticationToken + */ + public function getThirdPartyAuthenticationTokens() + { + return $this->thirdPartyAuthenticationTokens; + } + /** + * @param Google_Service_Dfareporting_UserDefinedVariableConfiguration + */ + public function setUserDefinedVariableConfigurations($userDefinedVariableConfigurations) + { + $this->userDefinedVariableConfigurations = $userDefinedVariableConfigurations; + } + /** + * @return Google_Service_Dfareporting_UserDefinedVariableConfiguration + */ + public function getUserDefinedVariableConfigurations() + { + return $this->userDefinedVariableConfigurations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.php new file mode 100644 index 000000000..2e28bc1a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.php @@ -0,0 +1,47 @@ +floodlightConfigurations = $floodlightConfigurations; + } + /** + * @return Google_Service_Dfareporting_FloodlightConfiguration + */ + public function getFloodlightConfigurations() + { + return $this->floodlightConfigurations; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php new file mode 100644 index 000000000..f6da6793d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php @@ -0,0 +1,79 @@ +dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + /** + * @param Google_Service_Dfareporting_Dimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.php new file mode 100644 index 000000000..cd950a515 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.php @@ -0,0 +1,39 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setImpressions($impressions) + { + $this->impressions = $impressions; + } + public function getImpressions() + { + return $this->impressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FsCommand.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FsCommand.php new file mode 100644 index 000000000..5c193b1d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FsCommand.php @@ -0,0 +1,66 @@ +left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setPositionOption($positionOption) + { + $this->positionOption = $positionOption; + } + public function getPositionOption() + { + return $this->positionOption; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } + public function setWindowHeight($windowHeight) + { + $this->windowHeight = $windowHeight; + } + public function getWindowHeight() + { + return $this->windowHeight; + } + public function setWindowWidth($windowWidth) + { + $this->windowWidth = $windowWidth; + } + public function getWindowWidth() + { + return $this->windowWidth; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/GeoTargeting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/GeoTargeting.php new file mode 100644 index 000000000..c4079d9ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/GeoTargeting.php @@ -0,0 +1,111 @@ +cities = $cities; + } + /** + * @return Google_Service_Dfareporting_City + */ + public function getCities() + { + return $this->cities; + } + /** + * @param Google_Service_Dfareporting_Country + */ + public function setCountries($countries) + { + $this->countries = $countries; + } + /** + * @return Google_Service_Dfareporting_Country + */ + public function getCountries() + { + return $this->countries; + } + public function setExcludeCountries($excludeCountries) + { + $this->excludeCountries = $excludeCountries; + } + public function getExcludeCountries() + { + return $this->excludeCountries; + } + /** + * @param Google_Service_Dfareporting_Metro + */ + public function setMetros($metros) + { + $this->metros = $metros; + } + /** + * @return Google_Service_Dfareporting_Metro + */ + public function getMetros() + { + return $this->metros; + } + /** + * @param Google_Service_Dfareporting_PostalCode + */ + public function setPostalCodes($postalCodes) + { + $this->postalCodes = $postalCodes; + } + /** + * @return Google_Service_Dfareporting_PostalCode + */ + public function getPostalCodes() + { + return $this->postalCodes; + } + /** + * @param Google_Service_Dfareporting_Region + */ + public function setRegions($regions) + { + $this->regions = $regions; + } + /** + * @return Google_Service_Dfareporting_Region + */ + public function getRegions() + { + return $this->regions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.php new file mode 100644 index 000000000..c36b87ccc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.php @@ -0,0 +1,223 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Dfareporting_AdSlot + */ + public function setAdSlots($adSlots) + { + $this->adSlots = $adSlots; + } + /** + * @return Google_Service_Dfareporting_AdSlot + */ + public function getAdSlots() + { + return $this->adSlots; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setContentCategoryId($contentCategoryId) + { + $this->contentCategoryId = $contentCategoryId; + } + public function getContentCategoryId() + { + return $this->contentCategoryId; + } + public function setEstimatedClickThroughRate($estimatedClickThroughRate) + { + $this->estimatedClickThroughRate = $estimatedClickThroughRate; + } + public function getEstimatedClickThroughRate() + { + return $this->estimatedClickThroughRate; + } + public function setEstimatedConversionRate($estimatedConversionRate) + { + $this->estimatedConversionRate = $estimatedConversionRate; + } + public function getEstimatedConversionRate() + { + return $this->estimatedConversionRate; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInPlan($inPlan) + { + $this->inPlan = $inPlan; + } + public function getInPlan() + { + return $this->inPlan; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNegotiationChannelId($negotiationChannelId) + { + $this->negotiationChannelId = $negotiationChannelId; + } + public function getNegotiationChannelId() + { + return $this->negotiationChannelId; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setPlacementStrategyId($placementStrategyId) + { + $this->placementStrategyId = $placementStrategyId; + } + public function getPlacementStrategyId() + { + return $this->placementStrategyId; + } + /** + * @param Google_Service_Dfareporting_Pricing + */ + public function setPricing(Google_Service_Dfareporting_Pricing $pricing) + { + $this->pricing = $pricing; + } + /** + * @return Google_Service_Dfareporting_Pricing + */ + public function getPricing() + { + return $this->pricing; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRfpId($rfpId) + { + $this->rfpId = $rfpId; + } + public function getRfpId() + { + return $this->rfpId; + } + public function setSiteId($siteId) + { + $this->siteId = $siteId; + } + public function getSiteId() + { + return $this->siteId; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php new file mode 100644 index 000000000..e10e16d69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php @@ -0,0 +1,56 @@ +inventoryItems = $inventoryItems; + } + /** + * @return Google_Service_Dfareporting_InventoryItem + */ + public function getInventoryItems() + { + return $this->inventoryItems; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php new file mode 100644 index 000000000..e7d842104 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php @@ -0,0 +1,30 @@ +expression = $expression; + } + public function getExpression() + { + return $this->expression; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPage.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPage.php new file mode 100644 index 000000000..65a73bab4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPage.php @@ -0,0 +1,92 @@ +advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + /** + * @param Google_Service_Dfareporting_DeepLink + */ + public function setDeepLinks($deepLinks) + { + $this->deepLinks = $deepLinks; + } + /** + * @return Google_Service_Dfareporting_DeepLink + */ + public function getDeepLinks() + { + return $this->deepLinks; + } + 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 setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php new file mode 100644 index 000000000..cb94e837e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php @@ -0,0 +1,57 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguageTargeting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguageTargeting.php new file mode 100644 index 000000000..0299fbca5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguageTargeting.php @@ -0,0 +1,38 @@ +languages = $languages; + } + /** + * @return Google_Service_Dfareporting_Language + */ + public function getLanguages() + { + return $this->languages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.php new file mode 100644 index 000000000..4c68928b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Language + */ + public function setLanguages($languages) + { + $this->languages = $languages; + } + /** + * @return Google_Service_Dfareporting_Language + */ + public function getLanguages() + { + return $this->languages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.php new file mode 100644 index 000000000..dffa7d77e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.php @@ -0,0 +1,30 @@ +time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationClause.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationClause.php new file mode 100644 index 000000000..0b7c542b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationClause.php @@ -0,0 +1,38 @@ +terms = $terms; + } + /** + * @return Google_Service_Dfareporting_ListPopulationTerm + */ + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.php new file mode 100644 index 000000000..1078f6a6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.php @@ -0,0 +1,56 @@ +floodlightActivityId = $floodlightActivityId; + } + public function getFloodlightActivityId() + { + return $this->floodlightActivityId; + } + public function setFloodlightActivityName($floodlightActivityName) + { + $this->floodlightActivityName = $floodlightActivityName; + } + public function getFloodlightActivityName() + { + return $this->floodlightActivityName; + } + /** + * @param Google_Service_Dfareporting_ListPopulationClause + */ + public function setListPopulationClauses($listPopulationClauses) + { + $this->listPopulationClauses = $listPopulationClauses; + } + /** + * @return Google_Service_Dfareporting_ListPopulationClause + */ + public function getListPopulationClauses() + { + return $this->listPopulationClauses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.php new file mode 100644 index 000000000..cf1f865ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.php @@ -0,0 +1,93 @@ +contains = $contains; + } + public function getContains() + { + return $this->contains; + } + public function setNegation($negation) + { + $this->negation = $negation; + } + public function getNegation() + { + return $this->negation; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } + public function setRemarketingListId($remarketingListId) + { + $this->remarketingListId = $remarketingListId; + } + public function getRemarketingListId() + { + return $this->remarketingListId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + public function setVariableFriendlyName($variableFriendlyName) + { + $this->variableFriendlyName = $variableFriendlyName; + } + public function getVariableFriendlyName() + { + return $this->variableFriendlyName; + } + public function setVariableName($variableName) + { + $this->variableName = $variableName; + } + public function getVariableName() + { + return $this->variableName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListTargetingExpression.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListTargetingExpression.php new file mode 100644 index 000000000..0206127bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListTargetingExpression.php @@ -0,0 +1,30 @@ +expression = $expression; + } + public function getExpression() + { + return $this->expression; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LookbackConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LookbackConfiguration.php new file mode 100644 index 000000000..c0c98e0c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LookbackConfiguration.php @@ -0,0 +1,39 @@ +clickDuration = $clickDuration; + } + public function getClickDuration() + { + return $this->clickDuration; + } + public function setPostImpressionActivitiesDuration($postImpressionActivitiesDuration) + { + $this->postImpressionActivitiesDuration = $postImpressionActivitiesDuration; + } + public function getPostImpressionActivitiesDuration() + { + return $this->postImpressionActivitiesDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Metric.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Metric.php new file mode 100644 index 000000000..d6e9609db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Metric.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Metro.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Metro.php new file mode 100644 index 000000000..a0d8dec96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Metro.php @@ -0,0 +1,84 @@ +countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCountryDartId($countryDartId) + { + $this->countryDartId = $countryDartId; + } + public function getCountryDartId() + { + return $this->countryDartId; + } + public function setDartId($dartId) + { + $this->dartId = $dartId; + } + public function getDartId() + { + return $this->dartId; + } + public function setDmaId($dmaId) + { + $this->dmaId = $dmaId; + } + public function getDmaId() + { + return $this->dmaId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMetroCode($metroCode) + { + $this->metroCode = $metroCode; + } + public function getMetroCode() + { + return $this->metroCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MetrosListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MetrosListResponse.php new file mode 100644 index 000000000..e0e84ec33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MetrosListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Metro + */ + public function setMetros($metros) + { + $this->metros = $metros; + } + /** + * @return Google_Service_Dfareporting_Metro + */ + public function getMetros() + { + return $this->metros; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.php new file mode 100644 index 000000000..f90cced22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.php @@ -0,0 +1,66 @@ +directory = $directory; + } + public function getDirectory() + { + return $this->directory; + } + 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 setPublisherName($publisherName) + { + $this->publisherName = $publisherName; + } + public function getPublisherName() + { + return $this->publisherName; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileAppsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileAppsListResponse.php new file mode 100644 index 000000000..e680d5ba0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileAppsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_MobileApp + */ + public function setMobileApps($mobileApps) + { + $this->mobileApps = $mobileApps; + } + /** + * @return Google_Service_Dfareporting_MobileApp + */ + public function getMobileApps() + { + return $this->mobileApps; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.php new file mode 100644 index 000000000..4d14d9951 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.php @@ -0,0 +1,66 @@ +countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCountryDartId($countryDartId) + { + $this->countryDartId = $countryDartId; + } + public function getCountryDartId() + { + return $this->countryDartId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarriersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarriersListResponse.php new file mode 100644 index 000000000..e311555c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarriersListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_MobileCarrier + */ + public function setMobileCarriers($mobileCarriers) + { + $this->mobileCarriers = $mobileCarriers; + } + /** + * @return Google_Service_Dfareporting_MobileCarrier + */ + public function getMobileCarriers() + { + return $this->mobileCarriers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.php new file mode 100644 index 000000000..5037943c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.php @@ -0,0 +1,49 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setObjectIds($objectIds) + { + $this->objectIds = $objectIds; + } + public function getObjectIds() + { + return $this->objectIds; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OffsetPosition.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OffsetPosition.php new file mode 100644 index 000000000..e265c7690 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OffsetPosition.php @@ -0,0 +1,39 @@ +left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OmnitureSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OmnitureSettings.php new file mode 100644 index 000000000..3f139ae04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OmnitureSettings.php @@ -0,0 +1,39 @@ +omnitureCostDataEnabled = $omnitureCostDataEnabled; + } + public function getOmnitureCostDataEnabled() + { + return $this->omnitureCostDataEnabled; + } + public function setOmnitureIntegrationEnabled($omnitureIntegrationEnabled) + { + $this->omnitureIntegrationEnabled = $omnitureIntegrationEnabled; + } + public function getOmnitureIntegrationEnabled() + { + return $this->omnitureIntegrationEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystem.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystem.php new file mode 100644 index 000000000..67dae8ea3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystem.php @@ -0,0 +1,66 @@ +dartId = $dartId; + } + public function getDartId() + { + return $this->dartId; + } + public function setDesktop($desktop) + { + $this->desktop = $desktop; + } + public function getDesktop() + { + return $this->desktop; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + public function getMobile() + { + return $this->mobile; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersion.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersion.php new file mode 100644 index 000000000..651e65f4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersion.php @@ -0,0 +1,82 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMajorVersion($majorVersion) + { + $this->majorVersion = $majorVersion; + } + public function getMajorVersion() + { + return $this->majorVersion; + } + public function setMinorVersion($minorVersion) + { + $this->minorVersion = $minorVersion; + } + public function getMinorVersion() + { + return $this->minorVersion; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dfareporting_OperatingSystem + */ + public function setOperatingSystem(Google_Service_Dfareporting_OperatingSystem $operatingSystem) + { + $this->operatingSystem = $operatingSystem; + } + /** + * @return Google_Service_Dfareporting_OperatingSystem + */ + public function getOperatingSystem() + { + return $this->operatingSystem; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.php new file mode 100644 index 000000000..13129447c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_OperatingSystemVersion + */ + public function setOperatingSystemVersions($operatingSystemVersions) + { + $this->operatingSystemVersions = $operatingSystemVersions; + } + /** + * @return Google_Service_Dfareporting_OperatingSystemVersion + */ + public function getOperatingSystemVersions() + { + return $this->operatingSystemVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.php new file mode 100644 index 000000000..2841ecfdc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_OperatingSystem + */ + public function setOperatingSystems($operatingSystems) + { + $this->operatingSystems = $operatingSystems; + } + /** + * @return Google_Service_Dfareporting_OperatingSystem + */ + public function getOperatingSystems() + { + return $this->operatingSystems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.php new file mode 100644 index 000000000..0915fe91f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.php @@ -0,0 +1,55 @@ +floodlightActivityId = $floodlightActivityId; + } + public function getFloodlightActivityId() + { + return $this->floodlightActivityId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setFloodlightActivityIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightActivityIdDimensionValue) + { + $this->floodlightActivityIdDimensionValue = $floodlightActivityIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFloodlightActivityIdDimensionValue() + { + return $this->floodlightActivityIdDimensionValue; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php new file mode 100644 index 000000000..3137b69f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php @@ -0,0 +1,216 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setApproverUserProfileIds($approverUserProfileIds) + { + $this->approverUserProfileIds = $approverUserProfileIds; + } + public function getApproverUserProfileIds() + { + return $this->approverUserProfileIds; + } + public function setBuyerInvoiceId($buyerInvoiceId) + { + $this->buyerInvoiceId = $buyerInvoiceId; + } + public function getBuyerInvoiceId() + { + return $this->buyerInvoiceId; + } + public function setBuyerOrganizationName($buyerOrganizationName) + { + $this->buyerOrganizationName = $buyerOrganizationName; + } + public function getBuyerOrganizationName() + { + return $this->buyerOrganizationName; + } + public function setComments($comments) + { + $this->comments = $comments; + } + public function getComments() + { + return $this->comments; + } + /** + * @param Google_Service_Dfareporting_OrderContact + */ + public function setContacts($contacts) + { + $this->contacts = $contacts; + } + /** + * @return Google_Service_Dfareporting_OrderContact + */ + public function getContacts() + { + return $this->contacts; + } + 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_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setPlanningTermId($planningTermId) + { + $this->planningTermId = $planningTermId; + } + public function getPlanningTermId() + { + return $this->planningTermId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setSellerOrderId($sellerOrderId) + { + $this->sellerOrderId = $sellerOrderId; + } + public function getSellerOrderId() + { + return $this->sellerOrderId; + } + public function setSellerOrganizationName($sellerOrganizationName) + { + $this->sellerOrganizationName = $sellerOrganizationName; + } + public function getSellerOrganizationName() + { + return $this->sellerOrganizationName; + } + public function setSiteId($siteId) + { + $this->siteId = $siteId; + } + public function getSiteId() + { + return $this->siteId; + } + public function setSiteNames($siteNames) + { + $this->siteNames = $siteNames; + } + public function getSiteNames() + { + return $this->siteNames; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTermsAndConditions($termsAndConditions) + { + $this->termsAndConditions = $termsAndConditions; + } + public function getTermsAndConditions() + { + return $this->termsAndConditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php new file mode 100644 index 000000000..c61626c6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php @@ -0,0 +1,66 @@ +contactInfo = $contactInfo; + } + public function getContactInfo() + { + return $this->contactInfo; + } + public function setContactName($contactName) + { + $this->contactName = $contactName; + } + public function getContactName() + { + return $this->contactName; + } + public function setContactTitle($contactTitle) + { + $this->contactTitle = $contactTitle; + } + public function getContactTitle() + { + return $this->contactTitle; + } + public function setContactType($contactType) + { + $this->contactType = $contactType; + } + public function getContactType() + { + return $this->contactType; + } + public function setSignatureUserProfileId($signatureUserProfileId) + { + $this->signatureUserProfileId = $signatureUserProfileId; + } + public function getSignatureUserProfileId() + { + return $this->signatureUserProfileId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocument.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocument.php new file mode 100644 index 000000000..ed6f7c68a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocument.php @@ -0,0 +1,182 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAmendedOrderDocumentId($amendedOrderDocumentId) + { + $this->amendedOrderDocumentId = $amendedOrderDocumentId; + } + public function getAmendedOrderDocumentId() + { + return $this->amendedOrderDocumentId; + } + public function setApprovedByUserProfileIds($approvedByUserProfileIds) + { + $this->approvedByUserProfileIds = $approvedByUserProfileIds; + } + public function getApprovedByUserProfileIds() + { + return $this->approvedByUserProfileIds; + } + public function setCancelled($cancelled) + { + $this->cancelled = $cancelled; + } + public function getCancelled() + { + return $this->cancelled; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setCreatedInfo(Google_Service_Dfareporting_LastModifiedInfo $createdInfo) + { + $this->createdInfo = $createdInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getCreatedInfo() + { + return $this->createdInfo; + } + public function setEffectiveDate($effectiveDate) + { + $this->effectiveDate = $effectiveDate; + } + public function getEffectiveDate() + { + return $this->effectiveDate; + } + 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 setLastSentRecipients($lastSentRecipients) + { + $this->lastSentRecipients = $lastSentRecipients; + } + public function getLastSentRecipients() + { + return $this->lastSentRecipients; + } + public function setLastSentTime($lastSentTime) + { + $this->lastSentTime = $lastSentTime; + } + public function getLastSentTime() + { + return $this->lastSentTime; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setSigned($signed) + { + $this->signed = $signed; + } + public function getSigned() + { + return $this->signed; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php new file mode 100644 index 000000000..49d311015 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_OrderDocument + */ + public function setOrderDocuments($orderDocuments) + { + $this->orderDocuments = $orderDocuments; + } + /** + * @return Google_Service_Dfareporting_OrderDocument + */ + public function getOrderDocuments() + { + return $this->orderDocuments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.php new file mode 100644 index 000000000..05a1c8b54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_Order + */ + public function setOrders($orders) + { + $this->orders = $orders; + } + /** + * @return Google_Service_Dfareporting_Order + */ + public function getOrders() + { + return $this->orders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.php new file mode 100644 index 000000000..c0858d1d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.php @@ -0,0 +1,95 @@ +conversionDimensions = $conversionDimensions; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getConversionDimensions() + { + return $this->conversionDimensions; + } + /** + * @param Google_Service_Dfareporting_Dimension + */ + public function setCustomFloodlightVariables($customFloodlightVariables) + { + $this->customFloodlightVariables = $customFloodlightVariables; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getCustomFloodlightVariables() + { + return $this->customFloodlightVariables; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_Dfareporting_Dimension + */ + public function setPerInteractionDimensions($perInteractionDimensions) + { + $this->perInteractionDimensions = $perInteractionDimensions; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getPerInteractionDimensions() + { + return $this->perInteractionDimensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.php new file mode 100644 index 000000000..62d312565 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.php @@ -0,0 +1,496 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdBlockingOptOut($adBlockingOptOut) + { + $this->adBlockingOptOut = $adBlockingOptOut; + } + public function getAdBlockingOptOut() + { + return $this->adBlockingOptOut; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setAdditionalSizes($additionalSizes) + { + $this->additionalSizes = $additionalSizes; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getAdditionalSizes() + { + return $this->additionalSizes; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + public function setCampaignId($campaignId) + { + $this->campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) + { + $this->campaignIdDimensionValue = $campaignIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCampaignIdDimensionValue() + { + return $this->campaignIdDimensionValue; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setCompatibility($compatibility) + { + $this->compatibility = $compatibility; + } + public function getCompatibility() + { + return $this->compatibility; + } + public function setContentCategoryId($contentCategoryId) + { + $this->contentCategoryId = $contentCategoryId; + } + public function getContentCategoryId() + { + return $this->contentCategoryId; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) + { + $this->createInfo = $createInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getCreateInfo() + { + return $this->createInfo; + } + public function setDirectorySiteId($directorySiteId) + { + $this->directorySiteId = $directorySiteId; + } + public function getDirectorySiteId() + { + return $this->directorySiteId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue) + { + $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDirectorySiteIdDimensionValue() + { + return $this->directorySiteIdDimensionValue; + } + public function setExternalId($externalId) + { + $this->externalId = $externalId; + } + public function getExternalId() + { + return $this->externalId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setKeyName($keyName) + { + $this->keyName = $keyName; + } + public function getKeyName() + { + return $this->keyName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + /** + * @param Google_Service_Dfareporting_LookbackConfiguration + */ + public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) + { + $this->lookbackConfiguration = $lookbackConfiguration; + } + /** + * @return Google_Service_Dfareporting_LookbackConfiguration + */ + public function getLookbackConfiguration() + { + return $this->lookbackConfiguration; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPaymentApproved($paymentApproved) + { + $this->paymentApproved = $paymentApproved; + } + public function getPaymentApproved() + { + return $this->paymentApproved; + } + public function setPaymentSource($paymentSource) + { + $this->paymentSource = $paymentSource; + } + public function getPaymentSource() + { + return $this->paymentSource; + } + public function setPlacementGroupId($placementGroupId) + { + $this->placementGroupId = $placementGroupId; + } + public function getPlacementGroupId() + { + return $this->placementGroupId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setPlacementGroupIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementGroupIdDimensionValue) + { + $this->placementGroupIdDimensionValue = $placementGroupIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getPlacementGroupIdDimensionValue() + { + return $this->placementGroupIdDimensionValue; + } + public function setPlacementStrategyId($placementStrategyId) + { + $this->placementStrategyId = $placementStrategyId; + } + public function getPlacementStrategyId() + { + return $this->placementStrategyId; + } + /** + * @param Google_Service_Dfareporting_PricingSchedule + */ + public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule) + { + $this->pricingSchedule = $pricingSchedule; + } + /** + * @return Google_Service_Dfareporting_PricingSchedule + */ + public function getPricingSchedule() + { + return $this->pricingSchedule; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setPublisherUpdateInfo(Google_Service_Dfareporting_LastModifiedInfo $publisherUpdateInfo) + { + $this->publisherUpdateInfo = $publisherUpdateInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getPublisherUpdateInfo() + { + return $this->publisherUpdateInfo; + } + public function setSiteId($siteId) + { + $this->siteId = $siteId; + } + public function getSiteId() + { + return $this->siteId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue) + { + $this->siteIdDimensionValue = $siteIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getSiteIdDimensionValue() + { + return $this->siteIdDimensionValue; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setSize(Google_Service_Dfareporting_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getSize() + { + return $this->size; + } + public function setSslRequired($sslRequired) + { + $this->sslRequired = $sslRequired; + } + public function getSslRequired() + { + return $this->sslRequired; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTagFormats($tagFormats) + { + $this->tagFormats = $tagFormats; + } + public function getTagFormats() + { + return $this->tagFormats; + } + /** + * @param Google_Service_Dfareporting_TagSetting + */ + public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting) + { + $this->tagSetting = $tagSetting; + } + /** + * @return Google_Service_Dfareporting_TagSetting + */ + public function getTagSetting() + { + return $this->tagSetting; + } + public function setVideoActiveViewOptOut($videoActiveViewOptOut) + { + $this->videoActiveViewOptOut = $videoActiveViewOptOut; + } + public function getVideoActiveViewOptOut() + { + return $this->videoActiveViewOptOut; + } + /** + * @param Google_Service_Dfareporting_VideoSettings + */ + public function setVideoSettings(Google_Service_Dfareporting_VideoSettings $videoSettings) + { + $this->videoSettings = $videoSettings; + } + /** + * @return Google_Service_Dfareporting_VideoSettings + */ + public function getVideoSettings() + { + return $this->videoSettings; + } + public function setVpaidAdapterChoice($vpaidAdapterChoice) + { + $this->vpaidAdapterChoice = $vpaidAdapterChoice; + } + public function getVpaidAdapterChoice() + { + return $this->vpaidAdapterChoice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php new file mode 100644 index 000000000..38aeb6e4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php @@ -0,0 +1,64 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setPlacementId($placementId) + { + $this->placementId = $placementId; + } + public function getPlacementId() + { + return $this->placementId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setPlacementIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementIdDimensionValue) + { + $this->placementIdDimensionValue = $placementIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getPlacementIdDimensionValue() + { + return $this->placementIdDimensionValue; + } + public function setSslRequired($sslRequired) + { + $this->sslRequired = $sslRequired; + } + public function getSslRequired() + { + return $this->sslRequired; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php new file mode 100644 index 000000000..adb5f8a2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php @@ -0,0 +1,319 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + public function setCampaignId($campaignId) + { + $this->campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue) + { + $this->campaignIdDimensionValue = $campaignIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCampaignIdDimensionValue() + { + return $this->campaignIdDimensionValue; + } + public function setChildPlacementIds($childPlacementIds) + { + $this->childPlacementIds = $childPlacementIds; + } + public function getChildPlacementIds() + { + return $this->childPlacementIds; + } + public function setComment($comment) + { + $this->comment = $comment; + } + public function getComment() + { + return $this->comment; + } + public function setContentCategoryId($contentCategoryId) + { + $this->contentCategoryId = $contentCategoryId; + } + public function getContentCategoryId() + { + return $this->contentCategoryId; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo) + { + $this->createInfo = $createInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getCreateInfo() + { + return $this->createInfo; + } + public function setDirectorySiteId($directorySiteId) + { + $this->directorySiteId = $directorySiteId; + } + public function getDirectorySiteId() + { + return $this->directorySiteId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue) + { + $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDirectorySiteIdDimensionValue() + { + return $this->directorySiteIdDimensionValue; + } + public function setExternalId($externalId) + { + $this->externalId = $externalId; + } + public function getExternalId() + { + return $this->externalId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPlacementGroupType($placementGroupType) + { + $this->placementGroupType = $placementGroupType; + } + public function getPlacementGroupType() + { + return $this->placementGroupType; + } + public function setPlacementStrategyId($placementStrategyId) + { + $this->placementStrategyId = $placementStrategyId; + } + public function getPlacementStrategyId() + { + return $this->placementStrategyId; + } + /** + * @param Google_Service_Dfareporting_PricingSchedule + */ + public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule) + { + $this->pricingSchedule = $pricingSchedule; + } + /** + * @return Google_Service_Dfareporting_PricingSchedule + */ + public function getPricingSchedule() + { + return $this->pricingSchedule; + } + public function setPrimaryPlacementId($primaryPlacementId) + { + $this->primaryPlacementId = $primaryPlacementId; + } + public function getPrimaryPlacementId() + { + return $this->primaryPlacementId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setPrimaryPlacementIdDimensionValue(Google_Service_Dfareporting_DimensionValue $primaryPlacementIdDimensionValue) + { + $this->primaryPlacementIdDimensionValue = $primaryPlacementIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getPrimaryPlacementIdDimensionValue() + { + return $this->primaryPlacementIdDimensionValue; + } + public function setSiteId($siteId) + { + $this->siteId = $siteId; + } + public function getSiteId() + { + return $this->siteId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue) + { + $this->siteIdDimensionValue = $siteIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getSiteIdDimensionValue() + { + return $this->siteIdDimensionValue; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php new file mode 100644 index 000000000..88fa373fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_PlacementGroup + */ + public function setPlacementGroups($placementGroups) + { + $this->placementGroups = $placementGroups; + } + /** + * @return Google_Service_Dfareporting_PlacementGroup + */ + public function getPlacementGroups() + { + return $this->placementGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.php new file mode 100644 index 000000000..051940948 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_PlacementStrategy + */ + public function setPlacementStrategies($placementStrategies) + { + $this->placementStrategies = $placementStrategies; + } + /** + * @return Google_Service_Dfareporting_PlacementStrategy + */ + public function getPlacementStrategies() + { + return $this->placementStrategies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.php new file mode 100644 index 000000000..3dd4c20cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.php @@ -0,0 +1,57 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementTag.php new file mode 100644 index 000000000..200b49bb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementTag.php @@ -0,0 +1,47 @@ +placementId = $placementId; + } + public function getPlacementId() + { + return $this->placementId; + } + /** + * @param Google_Service_Dfareporting_TagData + */ + public function setTagDatas($tagDatas) + { + $this->tagDatas = $tagDatas; + } + /** + * @return Google_Service_Dfareporting_TagData + */ + public function getTagDatas() + { + return $this->tagDatas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsGenerateTagsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsGenerateTagsResponse.php new file mode 100644 index 000000000..f2f1e4d75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsGenerateTagsResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_PlacementTag + */ + public function setPlacementTags($placementTags) + { + $this->placementTags = $placementTags; + } + /** + * @return Google_Service_Dfareporting_PlacementTag + */ + public function getPlacementTags() + { + return $this->placementTags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.php new file mode 100644 index 000000000..890306b87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_Placement + */ + public function setPlacements($placements) + { + $this->placements = $placements; + } + /** + * @return Google_Service_Dfareporting_Placement + */ + public function getPlacements() + { + return $this->placements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.php new file mode 100644 index 000000000..c13346a48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformTypesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformTypesListResponse.php new file mode 100644 index 000000000..47a027bdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformTypesListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_PlatformType + */ + public function setPlatformTypes($platformTypes) + { + $this->platformTypes = $platformTypes; + } + /** + * @return Google_Service_Dfareporting_PlatformType + */ + public function getPlatformTypes() + { + return $this->platformTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.php new file mode 100644 index 000000000..259615c74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.php @@ -0,0 +1,116 @@ +dimension = $dimension; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getDimension() + { + return $this->dimension; + } + /** + * @param Google_Service_Dfareporting_OffsetPosition + */ + public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset) + { + $this->offset = $offset; + } + /** + * @return Google_Service_Dfareporting_OffsetPosition + */ + public function getOffset() + { + return $this->offset; + } + public function setPositionType($positionType) + { + $this->positionType = $positionType; + } + public function getPositionType() + { + return $this->positionType; + } + public function setShowAddressBar($showAddressBar) + { + $this->showAddressBar = $showAddressBar; + } + public function getShowAddressBar() + { + return $this->showAddressBar; + } + public function setShowMenuBar($showMenuBar) + { + $this->showMenuBar = $showMenuBar; + } + public function getShowMenuBar() + { + return $this->showMenuBar; + } + public function setShowScrollBar($showScrollBar) + { + $this->showScrollBar = $showScrollBar; + } + public function getShowScrollBar() + { + return $this->showScrollBar; + } + public function setShowStatusBar($showStatusBar) + { + $this->showStatusBar = $showStatusBar; + } + public function getShowStatusBar() + { + return $this->showStatusBar; + } + public function setShowToolBar($showToolBar) + { + $this->showToolBar = $showToolBar; + } + public function getShowToolBar() + { + return $this->showToolBar; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php new file mode 100644 index 000000000..7db7362ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php @@ -0,0 +1,66 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCountryDartId($countryDartId) + { + $this->countryDartId = $countryDartId; + } + public function getCountryDartId() + { + return $this->countryDartId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCodesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCodesListResponse.php new file mode 100644 index 000000000..9b70a6580 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCodesListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_PostalCode + */ + public function setPostalCodes($postalCodes) + { + $this->postalCodes = $postalCodes; + } + /** + * @return Google_Service_Dfareporting_PostalCode + */ + public function getPostalCodes() + { + return $this->postalCodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.php new file mode 100644 index 000000000..03373f3e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.php @@ -0,0 +1,83 @@ +capCostType = $capCostType; + } + public function getCapCostType() + { + return $this->capCostType; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + /** + * @param Google_Service_Dfareporting_Flight + */ + public function setFlights($flights) + { + $this->flights = $flights; + } + /** + * @return Google_Service_Dfareporting_Flight + */ + public function getFlights() + { + return $this->flights; + } + public function setGroupType($groupType) + { + $this->groupType = $groupType; + } + public function getGroupType() + { + return $this->groupType; + } + public function setPricingType($pricingType) + { + $this->pricingType = $pricingType; + } + public function getPricingType() + { + return $this->pricingType; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php new file mode 100644 index 000000000..e30e58f2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php @@ -0,0 +1,110 @@ +capCostOption = $capCostOption; + } + public function getCapCostOption() + { + return $this->capCostOption; + } + public function setDisregardOverdelivery($disregardOverdelivery) + { + $this->disregardOverdelivery = $disregardOverdelivery; + } + public function getDisregardOverdelivery() + { + return $this->disregardOverdelivery; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setFlighted($flighted) + { + $this->flighted = $flighted; + } + public function getFlighted() + { + return $this->flighted; + } + public function setFloodlightActivityId($floodlightActivityId) + { + $this->floodlightActivityId = $floodlightActivityId; + } + public function getFloodlightActivityId() + { + return $this->floodlightActivityId; + } + /** + * @param Google_Service_Dfareporting_PricingSchedulePricingPeriod + */ + public function setPricingPeriods($pricingPeriods) + { + $this->pricingPeriods = $pricingPeriods; + } + /** + * @return Google_Service_Dfareporting_PricingSchedulePricingPeriod + */ + public function getPricingPeriods() + { + return $this->pricingPeriods; + } + public function setPricingType($pricingType) + { + $this->pricingType = $pricingType; + } + public function getPricingType() + { + return $this->pricingType; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setTestingStartDate($testingStartDate) + { + $this->testingStartDate = $testingStartDate; + } + public function getTestingStartDate() + { + return $this->testingStartDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php new file mode 100644 index 000000000..4f7cc0028 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php @@ -0,0 +1,66 @@ +endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setPricingComment($pricingComment) + { + $this->pricingComment = $pricingComment; + } + public function getPricingComment() + { + return $this->pricingComment; + } + public function setRateOrCostNanos($rateOrCostNanos) + { + $this->rateOrCostNanos = $rateOrCostNanos; + } + public function getRateOrCostNanos() + { + return $this->rateOrCostNanos; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setUnits($units) + { + $this->units = $units; + } + public function getUnits() + { + return $this->units; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Project.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Project.php new file mode 100644 index 000000000..566d718ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Project.php @@ -0,0 +1,226 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAudienceAgeGroup($audienceAgeGroup) + { + $this->audienceAgeGroup = $audienceAgeGroup; + } + public function getAudienceAgeGroup() + { + return $this->audienceAgeGroup; + } + public function setAudienceGender($audienceGender) + { + $this->audienceGender = $audienceGender; + } + public function getAudienceGender() + { + return $this->audienceGender; + } + public function setBudget($budget) + { + $this->budget = $budget; + } + public function getBudget() + { + return $this->budget; + } + public function setClientBillingCode($clientBillingCode) + { + $this->clientBillingCode = $clientBillingCode; + } + public function getClientBillingCode() + { + return $this->clientBillingCode; + } + public function setClientName($clientName) + { + $this->clientName = $clientName; + } + public function getClientName() + { + return $this->clientName; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + 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_Dfareporting_LastModifiedInfo + */ + public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo) + { + $this->lastModifiedInfo = $lastModifiedInfo; + } + /** + * @return Google_Service_Dfareporting_LastModifiedInfo + */ + public function getLastModifiedInfo() + { + return $this->lastModifiedInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + public function setTargetClicks($targetClicks) + { + $this->targetClicks = $targetClicks; + } + public function getTargetClicks() + { + return $this->targetClicks; + } + public function setTargetConversions($targetConversions) + { + $this->targetConversions = $targetConversions; + } + public function getTargetConversions() + { + return $this->targetConversions; + } + public function setTargetCpaNanos($targetCpaNanos) + { + $this->targetCpaNanos = $targetCpaNanos; + } + public function getTargetCpaNanos() + { + return $this->targetCpaNanos; + } + public function setTargetCpcNanos($targetCpcNanos) + { + $this->targetCpcNanos = $targetCpcNanos; + } + public function getTargetCpcNanos() + { + return $this->targetCpcNanos; + } + public function setTargetCpmActiveViewNanos($targetCpmActiveViewNanos) + { + $this->targetCpmActiveViewNanos = $targetCpmActiveViewNanos; + } + public function getTargetCpmActiveViewNanos() + { + return $this->targetCpmActiveViewNanos; + } + public function setTargetCpmNanos($targetCpmNanos) + { + $this->targetCpmNanos = $targetCpmNanos; + } + public function getTargetCpmNanos() + { + return $this->targetCpmNanos; + } + public function setTargetImpressions($targetImpressions) + { + $this->targetImpressions = $targetImpressions; + } + public function getTargetImpressions() + { + return $this->targetImpressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php new file mode 100644 index 000000000..c229b728f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_Project + */ + public function setProjects($projects) + { + $this->projects = $projects; + } + /** + * @return Google_Service_Dfareporting_Project + */ + public function getProjects() + { + return $this->projects; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.php new file mode 100644 index 000000000..8a333c2c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.php @@ -0,0 +1,111 @@ +dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + /** + * @param Google_Service_Dfareporting_Dimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setPivotedActivityMetrics($pivotedActivityMetrics) + { + $this->pivotedActivityMetrics = $pivotedActivityMetrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getPivotedActivityMetrics() + { + return $this->pivotedActivityMetrics; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setReachByFrequencyMetrics($reachByFrequencyMetrics) + { + $this->reachByFrequencyMetrics = $reachByFrequencyMetrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getReachByFrequencyMetrics() + { + return $this->reachByFrequencyMetrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.php new file mode 100644 index 000000000..6e127cea0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.php @@ -0,0 +1,48 @@ +deliveryType = $deliveryType; + } + public function getDeliveryType() + { + return $this->deliveryType; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Region.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Region.php new file mode 100644 index 000000000..7734b4bf3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Region.php @@ -0,0 +1,75 @@ +countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCountryDartId($countryDartId) + { + $this->countryDartId = $countryDartId; + } + public function getCountryDartId() + { + return $this->countryDartId; + } + public function setDartId($dartId) + { + $this->dartId = $dartId; + } + public function getDartId() + { + return $this->dartId; + } + 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 setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RegionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RegionsListResponse.php new file mode 100644 index 000000000..e23fe1ab0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RegionsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Region + */ + public function setRegions($regions) + { + $this->regions = $regions; + } + /** + * @return Google_Service_Dfareporting_Region + */ + public function getRegions() + { + return $this->regions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.php new file mode 100644 index 000000000..64c4acf80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.php @@ -0,0 +1,152 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setLifeSpan($lifeSpan) + { + $this->lifeSpan = $lifeSpan; + } + public function getLifeSpan() + { + return $this->lifeSpan; + } + /** + * @param Google_Service_Dfareporting_ListPopulationRule + */ + public function setListPopulationRule(Google_Service_Dfareporting_ListPopulationRule $listPopulationRule) + { + $this->listPopulationRule = $listPopulationRule; + } + /** + * @return Google_Service_Dfareporting_ListPopulationRule + */ + public function getListPopulationRule() + { + return $this->listPopulationRule; + } + public function setListSize($listSize) + { + $this->listSize = $listSize; + } + public function getListSize() + { + return $this->listSize; + } + public function setListSource($listSource) + { + $this->listSource = $listSource; + } + public function getListSource() + { + return $this->listSource; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php new file mode 100644 index 000000000..8c1042d8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php @@ -0,0 +1,58 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRemarketingListId($remarketingListId) + { + $this->remarketingListId = $remarketingListId; + } + public function getRemarketingListId() + { + return $this->remarketingListId; + } + public function setSharedAccountIds($sharedAccountIds) + { + $this->sharedAccountIds = $sharedAccountIds; + } + public function getSharedAccountIds() + { + return $this->sharedAccountIds; + } + public function setSharedAdvertiserIds($sharedAdvertiserIds) + { + $this->sharedAdvertiserIds = $sharedAdvertiserIds; + } + public function getSharedAdvertiserIds() + { + return $this->sharedAdvertiserIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListsListResponse.php new file mode 100644 index 000000000..1ed900f3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_RemarketingList + */ + public function setRemarketingLists($remarketingLists) + { + $this->remarketingLists = $remarketingLists; + } + /** + * @return Google_Service_Dfareporting_RemarketingList + */ + public function getRemarketingLists() + { + return $this->remarketingLists; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.php new file mode 100644 index 000000000..700c15f2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.php @@ -0,0 +1,232 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Dfareporting_ReportCriteria + */ + public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria) + { + $this->criteria = $criteria; + } + /** + * @return Google_Service_Dfareporting_ReportCriteria + */ + public function getCriteria() + { + return $this->criteria; + } + /** + * @param Google_Service_Dfareporting_ReportCrossDimensionReachCriteria + */ + public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria) + { + $this->crossDimensionReachCriteria = $crossDimensionReachCriteria; + } + /** + * @return Google_Service_Dfareporting_ReportCrossDimensionReachCriteria + */ + public function getCrossDimensionReachCriteria() + { + return $this->crossDimensionReachCriteria; + } + /** + * @param Google_Service_Dfareporting_ReportDelivery + */ + public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery) + { + $this->delivery = $delivery; + } + /** + * @return Google_Service_Dfareporting_ReportDelivery + */ + public function getDelivery() + { + return $this->delivery; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + /** + * @param Google_Service_Dfareporting_ReportFloodlightCriteria + */ + public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria) + { + $this->floodlightCriteria = $floodlightCriteria; + } + /** + * @return Google_Service_Dfareporting_ReportFloodlightCriteria + */ + public function getFloodlightCriteria() + { + return $this->floodlightCriteria; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + 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 setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOwnerProfileId($ownerProfileId) + { + $this->ownerProfileId = $ownerProfileId; + } + public function getOwnerProfileId() + { + return $this->ownerProfileId; + } + /** + * @param Google_Service_Dfareporting_ReportPathToConversionCriteria + */ + public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria) + { + $this->pathToConversionCriteria = $pathToConversionCriteria; + } + /** + * @return Google_Service_Dfareporting_ReportPathToConversionCriteria + */ + public function getPathToConversionCriteria() + { + return $this->pathToConversionCriteria; + } + /** + * @param Google_Service_Dfareporting_ReportReachCriteria + */ + public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria) + { + $this->reachCriteria = $reachCriteria; + } + /** + * @return Google_Service_Dfareporting_ReportReachCriteria + */ + public function getReachCriteria() + { + return $this->reachCriteria; + } + /** + * @param Google_Service_Dfareporting_ReportSchedule + */ + public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule) + { + $this->schedule = $schedule; + } + /** + * @return Google_Service_Dfareporting_ReportSchedule + */ + public function getSchedule() + { + return $this->schedule; + } + public function setSubAccountId($subAccountId) + { + $this->subAccountId = $subAccountId; + } + public function getSubAccountId() + { + return $this->subAccountId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php new file mode 100644 index 000000000..5a7d62f19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php @@ -0,0 +1,95 @@ +dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + /** + * @param Google_Service_Dfareporting_Dimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Dfareporting_Dimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_Dfareporting_Metric + */ + public function setPivotedActivityMetrics($pivotedActivityMetrics) + { + $this->pivotedActivityMetrics = $pivotedActivityMetrics; + } + /** + * @return Google_Service_Dfareporting_Metric + */ + public function getPivotedActivityMetrics() + { + return $this->pivotedActivityMetrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.php new file mode 100644 index 000000000..5bd189276 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.php @@ -0,0 +1,111 @@ +activities = $activities; + } + /** + * @return Google_Service_Dfareporting_Activities + */ + public function getActivities() + { + return $this->activities; + } + /** + * @param Google_Service_Dfareporting_CustomRichMediaEvents + */ + public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents) + { + $this->customRichMediaEvents = $customRichMediaEvents; + } + /** + * @return Google_Service_Dfareporting_CustomRichMediaEvents + */ + public function getCustomRichMediaEvents() + { + return $this->customRichMediaEvents; + } + /** + * @param Google_Service_Dfareporting_DateRange + */ + public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) + { + $this->dateRange = $dateRange; + } + /** + * @return Google_Service_Dfareporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDimensionFilters($dimensionFilters) + { + $this->dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + /** + * @param Google_Service_Dfareporting_SortedDimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setMetricNames($metricNames) + { + $this->metricNames = $metricNames; + } + public function getMetricNames() + { + return $this->metricNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php new file mode 100644 index 000000000..3a31e0687 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php @@ -0,0 +1,106 @@ +breakdown = $breakdown; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getBreakdown() + { + return $this->breakdown; + } + /** + * @param Google_Service_Dfareporting_DateRange + */ + public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) + { + $this->dateRange = $dateRange; + } + /** + * @return Google_Service_Dfareporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + public function setDimension($dimension) + { + $this->dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDimensionFilters($dimensionFilters) + { + $this->dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + public function setMetricNames($metricNames) + { + $this->metricNames = $metricNames; + } + public function getMetricNames() + { + return $this->metricNames; + } + public function setOverlapMetricNames($overlapMetricNames) + { + $this->overlapMetricNames = $overlapMetricNames; + } + public function getOverlapMetricNames() + { + return $this->overlapMetricNames; + } + public function setPivoted($pivoted) + { + $this->pivoted = $pivoted; + } + public function getPivoted() + { + return $this->pivoted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php new file mode 100644 index 000000000..6c8f42bcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php @@ -0,0 +1,65 @@ +emailOwner = $emailOwner; + } + public function getEmailOwner() + { + return $this->emailOwner; + } + public function setEmailOwnerDeliveryType($emailOwnerDeliveryType) + { + $this->emailOwnerDeliveryType = $emailOwnerDeliveryType; + } + public function getEmailOwnerDeliveryType() + { + return $this->emailOwnerDeliveryType; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_Dfareporting_Recipient + */ + public function setRecipients($recipients) + { + $this->recipients = $recipients; + } + /** + * @return Google_Service_Dfareporting_Recipient + */ + public function getRecipients() + { + return $this->recipients; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.php new file mode 100644 index 000000000..93eebada2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.php @@ -0,0 +1,127 @@ +customRichMediaEvents = $customRichMediaEvents; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCustomRichMediaEvents() + { + return $this->customRichMediaEvents; + } + /** + * @param Google_Service_Dfareporting_DateRange + */ + public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) + { + $this->dateRange = $dateRange; + } + /** + * @return Google_Service_Dfareporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDimensionFilters($dimensionFilters) + { + $this->dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + /** + * @param Google_Service_Dfareporting_SortedDimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getDimensions() + { + return $this->dimensions; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId) + { + $this->floodlightConfigId = $floodlightConfigId; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFloodlightConfigId() + { + return $this->floodlightConfigId; + } + public function setMetricNames($metricNames) + { + $this->metricNames = $metricNames; + } + public function getMetricNames() + { + return $this->metricNames; + } + /** + * @param Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties + */ + public function setReportProperties(Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties $reportProperties) + { + $this->reportProperties = $reportProperties; + } + /** + * @return Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties + */ + public function getReportProperties() + { + return $this->reportProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.php new file mode 100644 index 000000000..f13012a08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.php @@ -0,0 +1,48 @@ +includeAttributedIPConversions = $includeAttributedIPConversions; + } + public function getIncludeAttributedIPConversions() + { + return $this->includeAttributedIPConversions; + } + public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions) + { + $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions; + } + public function getIncludeUnattributedCookieConversions() + { + return $this->includeUnattributedCookieConversions; + } + public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions) + { + $this->includeUnattributedIPConversions = $includeUnattributedIPConversions; + } + public function getIncludeUnattributedIPConversions() + { + return $this->includeUnattributedIPConversions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportList.php new file mode 100644 index 000000000..20d42ea41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Dfareporting_Report + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Dfareporting_Report + */ + 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/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php new file mode 100644 index 000000000..269db0ee4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php @@ -0,0 +1,159 @@ +activityFilters = $activityFilters; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getActivityFilters() + { + return $this->activityFilters; + } + /** + * @param Google_Service_Dfareporting_SortedDimension + */ + public function setConversionDimensions($conversionDimensions) + { + $this->conversionDimensions = $conversionDimensions; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getConversionDimensions() + { + return $this->conversionDimensions; + } + /** + * @param Google_Service_Dfareporting_SortedDimension + */ + public function setCustomFloodlightVariables($customFloodlightVariables) + { + $this->customFloodlightVariables = $customFloodlightVariables; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getCustomFloodlightVariables() + { + return $this->customFloodlightVariables; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setCustomRichMediaEvents($customRichMediaEvents) + { + $this->customRichMediaEvents = $customRichMediaEvents; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getCustomRichMediaEvents() + { + return $this->customRichMediaEvents; + } + /** + * @param Google_Service_Dfareporting_DateRange + */ + public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) + { + $this->dateRange = $dateRange; + } + /** + * @return Google_Service_Dfareporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId) + { + $this->floodlightConfigId = $floodlightConfigId; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getFloodlightConfigId() + { + return $this->floodlightConfigId; + } + public function setMetricNames($metricNames) + { + $this->metricNames = $metricNames; + } + public function getMetricNames() + { + return $this->metricNames; + } + /** + * @param Google_Service_Dfareporting_SortedDimension + */ + public function setPerInteractionDimensions($perInteractionDimensions) + { + $this->perInteractionDimensions = $perInteractionDimensions; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getPerInteractionDimensions() + { + return $this->perInteractionDimensions; + } + /** + * @param Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties + */ + public function setReportProperties(Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties $reportProperties) + { + $this->reportProperties = $reportProperties; + } + /** + * @return Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties + */ + public function getReportProperties() + { + return $this->reportProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.php new file mode 100644 index 000000000..c930ab825 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.php @@ -0,0 +1,102 @@ +clicksLookbackWindow = $clicksLookbackWindow; + } + public function getClicksLookbackWindow() + { + return $this->clicksLookbackWindow; + } + public function setImpressionsLookbackWindow($impressionsLookbackWindow) + { + $this->impressionsLookbackWindow = $impressionsLookbackWindow; + } + public function getImpressionsLookbackWindow() + { + return $this->impressionsLookbackWindow; + } + public function setIncludeAttributedIPConversions($includeAttributedIPConversions) + { + $this->includeAttributedIPConversions = $includeAttributedIPConversions; + } + public function getIncludeAttributedIPConversions() + { + return $this->includeAttributedIPConversions; + } + public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions) + { + $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions; + } + public function getIncludeUnattributedCookieConversions() + { + return $this->includeUnattributedCookieConversions; + } + public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions) + { + $this->includeUnattributedIPConversions = $includeUnattributedIPConversions; + } + public function getIncludeUnattributedIPConversions() + { + return $this->includeUnattributedIPConversions; + } + public function setMaximumClickInteractions($maximumClickInteractions) + { + $this->maximumClickInteractions = $maximumClickInteractions; + } + public function getMaximumClickInteractions() + { + return $this->maximumClickInteractions; + } + public function setMaximumImpressionInteractions($maximumImpressionInteractions) + { + $this->maximumImpressionInteractions = $maximumImpressionInteractions; + } + public function getMaximumImpressionInteractions() + { + return $this->maximumImpressionInteractions; + } + public function setMaximumInteractionGap($maximumInteractionGap) + { + $this->maximumInteractionGap = $maximumInteractionGap; + } + public function getMaximumInteractionGap() + { + return $this->maximumInteractionGap; + } + public function setPivotOnInteractionPath($pivotOnInteractionPath) + { + $this->pivotOnInteractionPath = $pivotOnInteractionPath; + } + public function getPivotOnInteractionPath() + { + return $this->pivotOnInteractionPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportReachCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportReachCriteria.php new file mode 100644 index 000000000..7f9a10913 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportReachCriteria.php @@ -0,0 +1,129 @@ +activities = $activities; + } + /** + * @return Google_Service_Dfareporting_Activities + */ + public function getActivities() + { + return $this->activities; + } + /** + * @param Google_Service_Dfareporting_CustomRichMediaEvents + */ + public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents) + { + $this->customRichMediaEvents = $customRichMediaEvents; + } + /** + * @return Google_Service_Dfareporting_CustomRichMediaEvents + */ + public function getCustomRichMediaEvents() + { + return $this->customRichMediaEvents; + } + /** + * @param Google_Service_Dfareporting_DateRange + */ + public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange) + { + $this->dateRange = $dateRange; + } + /** + * @return Google_Service_Dfareporting_DateRange + */ + public function getDateRange() + { + return $this->dateRange; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDimensionFilters($dimensionFilters) + { + $this->dimensionFilters = $dimensionFilters; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDimensionFilters() + { + return $this->dimensionFilters; + } + /** + * @param Google_Service_Dfareporting_SortedDimension + */ + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + /** + * @return Google_Service_Dfareporting_SortedDimension + */ + public function getDimensions() + { + return $this->dimensions; + } + public function setEnableAllDimensionCombinations($enableAllDimensionCombinations) + { + $this->enableAllDimensionCombinations = $enableAllDimensionCombinations; + } + public function getEnableAllDimensionCombinations() + { + return $this->enableAllDimensionCombinations; + } + public function setMetricNames($metricNames) + { + $this->metricNames = $metricNames; + } + public function getMetricNames() + { + return $this->metricNames; + } + public function setReachByFrequencyMetricNames($reachByFrequencyMetricNames) + { + $this->reachByFrequencyMetricNames = $reachByFrequencyMetricNames; + } + public function getReachByFrequencyMetricNames() + { + return $this->reachByFrequencyMetricNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php new file mode 100644 index 000000000..20862446e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php @@ -0,0 +1,85 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setEvery($every) + { + $this->every = $every; + } + public function getEvery() + { + return $this->every; + } + public function setExpirationDate($expirationDate) + { + $this->expirationDate = $expirationDate; + } + public function getExpirationDate() + { + return $this->expirationDate; + } + public function setRepeats($repeats) + { + $this->repeats = $repeats; + } + public function getRepeats() + { + return $this->repeats; + } + public function setRepeatsOnWeekDays($repeatsOnWeekDays) + { + $this->repeatsOnWeekDays = $repeatsOnWeekDays; + } + public function getRepeatsOnWeekDays() + { + return $this->repeatsOnWeekDays; + } + public function setRunsOnDayOfMonth($runsOnDayOfMonth) + { + $this->runsOnDayOfMonth = $runsOnDayOfMonth; + } + public function getRunsOnDayOfMonth() + { + return $this->runsOnDayOfMonth; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportsConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportsConfiguration.php new file mode 100644 index 000000000..ee570861b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportsConfiguration.php @@ -0,0 +1,55 @@ +exposureToConversionEnabled = $exposureToConversionEnabled; + } + public function getExposureToConversionEnabled() + { + return $this->exposureToConversionEnabled; + } + /** + * @param Google_Service_Dfareporting_LookbackConfiguration + */ + public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) + { + $this->lookbackConfiguration = $lookbackConfiguration; + } + /** + * @return Google_Service_Dfareporting_LookbackConfiguration + */ + public function getLookbackConfiguration() + { + return $this->lookbackConfiguration; + } + public function setReportGenerationTimeZoneId($reportGenerationTimeZoneId) + { + $this->reportGenerationTimeZoneId = $reportGenerationTimeZoneId; + } + public function getReportGenerationTimeZoneId() + { + return $this->reportGenerationTimeZoneId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.php new file mode 100644 index 000000000..b698917ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.php @@ -0,0 +1,43 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $accountActiveAdSummaries = $dfareportingService->accountActiveAdSummaries; + * + */ +class Google_Service_Dfareporting_Resource_AccountActiveAdSummaries extends Google_Service_Resource +{ + /** + * Gets the account's active ad summary by account ID. + * (accountActiveAdSummaries.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $summaryAccountId Account ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountActiveAdSummary + */ + public function get($profileId, $summaryAccountId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'summaryAccountId' => $summaryAccountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_AccountActiveAdSummary"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissionGroups.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissionGroups.php new file mode 100644 index 000000000..1bdd38eb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissionGroups.php @@ -0,0 +1,56 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $accountPermissionGroups = $dfareportingService->accountPermissionGroups; + * + */ +class Google_Service_Dfareporting_Resource_AccountPermissionGroups extends Google_Service_Resource +{ + /** + * Gets one account permission group by ID. (accountPermissionGroups.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Account permission group ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountPermissionGroup + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_AccountPermissionGroup"); + } + /** + * Retrieves the list of account permission groups. + * (accountPermissionGroups.listAccountPermissionGroups) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountPermissionGroupsListResponse + */ + public function listAccountPermissionGroups($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AccountPermissionGroupsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissions.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissions.php new file mode 100644 index 000000000..fe5d46011 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountPermissions.php @@ -0,0 +1,56 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $accountPermissions = $dfareportingService->accountPermissions; + * + */ +class Google_Service_Dfareporting_Resource_AccountPermissions extends Google_Service_Resource +{ + /** + * Gets one account permission by ID. (accountPermissions.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Account permission ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountPermission + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_AccountPermission"); + } + /** + * Retrieves the list of account permissions. + * (accountPermissions.listAccountPermissions) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountPermissionsListResponse + */ + public function listAccountPermissions($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AccountPermissionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountUserProfiles.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountUserProfiles.php new file mode 100644 index 000000000..bf08db118 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountUserProfiles.php @@ -0,0 +1,119 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $accountUserProfiles = $dfareportingService->accountUserProfiles; + * + */ +class Google_Service_Dfareporting_Resource_AccountUserProfiles extends Google_Service_Resource +{ + /** + * Gets one account user profile by ID. (accountUserProfiles.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User profile ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountUserProfile + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_AccountUserProfile"); + } + /** + * Inserts a new account user profile. (accountUserProfiles.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_AccountUserProfile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountUserProfile + */ + public function insert($profileId, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_AccountUserProfile"); + } + /** + * Retrieves a list of account user profiles, possibly filtered. This method + * supports paging. (accountUserProfiles.listAccountUserProfiles) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool active Select only active user profiles. + * @opt_param string ids Select only user profiles with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name, ID or + * email. Wildcards (*) are allowed. For example, "user profile*2015" will + * return objects with names like "user profile June 2015", "user profile April + * 2015", or simply "user profile 2015". Most of the searches also add wildcards + * implicitly at the start and the end of the search string. For example, a + * search string of "user profile" will match objects with name "my user + * profile", "user profile 2015", or simply "user profile". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string subaccountId Select only user profiles with the specified + * subaccount ID. + * @opt_param string userRoleId Select only user profiles with the specified + * user role ID. + * @return Google_Service_Dfareporting_AccountUserProfilesListResponse + */ + public function listAccountUserProfiles($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AccountUserProfilesListResponse"); + } + /** + * Updates an existing account user profile. This method supports patch + * semantics. (accountUserProfiles.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User profile ID. + * @param Google_Service_Dfareporting_AccountUserProfile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountUserProfile + */ + public function patch($profileId, $id, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_AccountUserProfile"); + } + /** + * Updates an existing account user profile. (accountUserProfiles.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_AccountUserProfile $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AccountUserProfile + */ + public function update($profileId, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_AccountUserProfile"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Accounts.php new file mode 100644 index 000000000..3517357ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Accounts.php @@ -0,0 +1,101 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $accounts = $dfareportingService->accounts; + * + */ +class Google_Service_Dfareporting_Resource_Accounts extends Google_Service_Resource +{ + /** + * Gets one account by ID. (accounts.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Account ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Account + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Account"); + } + /** + * Retrieves the list of accounts, possibly filtered. This method supports + * paging. (accounts.listAccounts) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool active Select only active accounts. Don't set this field to + * select both active and non-active accounts. + * @opt_param string ids Select only accounts with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "account*2015" will return objects + * with names like "account June 2015", "account April 2015", or simply "account + * 2015". Most of the searches also add wildcards implicitly at the start and + * the end of the search string. For example, a search string of "account" will + * match objects with name "my account", "account 2015", or simply "account". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_AccountsListResponse + */ + public function listAccounts($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AccountsListResponse"); + } + /** + * Updates an existing account. This method supports patch semantics. + * (accounts.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Account ID. + * @param Google_Service_Dfareporting_Account $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Account + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Account $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Account"); + } + /** + * Updates an existing account. (accounts.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Account $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Account + */ + public function update($profileId, Google_Service_Dfareporting_Account $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Account"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Ads.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Ads.php new file mode 100644 index 000000000..3e706a8ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Ads.php @@ -0,0 +1,143 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $ads = $dfareportingService->ads; + * + */ +class Google_Service_Dfareporting_Resource_Ads extends Google_Service_Resource +{ + /** + * Gets one ad by ID. (ads.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Ad ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Ad + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Ad"); + } + /** + * Inserts a new ad. (ads.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Ad $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Ad + */ + public function insert($profileId, Google_Service_Dfareporting_Ad $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Ad"); + } + /** + * Retrieves a list of ads, possibly filtered. This method supports paging. + * (ads.listAds) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool active Select only active ads. + * @opt_param string advertiserId Select only ads with this advertiser ID. + * @opt_param bool archived Select only archived ads. + * @opt_param string audienceSegmentIds Select only ads with these audience + * segment IDs. + * @opt_param string campaignIds Select only ads with these campaign IDs. + * @opt_param string compatibility Select default ads with the specified + * compatibility. Applicable when type is AD_SERVING_DEFAULT_AD. DISPLAY and + * DISPLAY_INTERSTITIAL refer to rendering either on desktop or on mobile + * devices for regular or interstitial ads, respectively. APP and + * APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to + * rendering an in-stream video ads developed with the VAST standard. + * @opt_param string creativeIds Select only ads with these creative IDs + * assigned. + * @opt_param string creativeOptimizationConfigurationIds Select only ads with + * these creative optimization configuration IDs. + * @opt_param bool dynamicClickTracker Select only dynamic click trackers. + * Applicable when type is AD_SERVING_CLICK_TRACKER. If true, select dynamic + * click trackers. If false, select static click trackers. Leave unset to select + * both. + * @opt_param string ids Select only ads with these IDs. + * @opt_param string landingPageIds Select only ads with these landing page IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string overriddenEventTagId Select only ads with this event tag + * override ID. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string placementIds Select only ads with these placement IDs + * assigned. + * @opt_param string remarketingListIds Select only ads whose list targeting + * expression use these remarketing list IDs. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "ad*2015" will return objects with + * names like "ad June 2015", "ad April 2015", or simply "ad 2015". Most of the + * searches also add wildcards implicitly at the start and the end of the search + * string. For example, a search string of "ad" will match objects with name "my + * ad", "ad 2015", or simply "ad". + * @opt_param string sizeIds Select only ads with these size IDs. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param bool sslCompliant Select only ads that are SSL-compliant. + * @opt_param bool sslRequired Select only ads that require SSL. + * @opt_param string type Select only ads with these types. + * @return Google_Service_Dfareporting_AdsListResponse + */ + public function listAds($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AdsListResponse"); + } + /** + * Updates an existing ad. This method supports patch semantics. (ads.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Ad ID. + * @param Google_Service_Dfareporting_Ad $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Ad + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Ad $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Ad"); + } + /** + * Updates an existing ad. (ads.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Ad $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Ad + */ + public function update($profileId, Google_Service_Dfareporting_Ad $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Ad"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserGroups.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserGroups.php new file mode 100644 index 000000000..69f181ada --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserGroups.php @@ -0,0 +1,127 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $advertiserGroups = $dfareportingService->advertiserGroups; + * + */ +class Google_Service_Dfareporting_Resource_AdvertiserGroups extends Google_Service_Resource +{ + /** + * Deletes an existing advertiser group. (advertiserGroups.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Advertiser group ID. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one advertiser group by ID. (advertiserGroups.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Advertiser group ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AdvertiserGroup + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); + } + /** + * Inserts a new advertiser group. (advertiserGroups.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_AdvertiserGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AdvertiserGroup + */ + public function insert($profileId, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); + } + /** + * Retrieves a list of advertiser groups, possibly filtered. This method + * supports paging. (advertiserGroups.listAdvertiserGroups) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only advertiser groups with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "advertiser*2015" will return objects + * with names like "advertiser group June 2015", "advertiser group April 2015", + * or simply "advertiser group 2015". Most of the searches also add wildcards + * implicitly at the start and the end of the search string. For example, a + * search string of "advertisergroup" will match objects with name "my + * advertisergroup", "advertisergroup 2015", or simply "advertisergroup". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_AdvertiserGroupsListResponse + */ + public function listAdvertiserGroups($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertiserGroupsListResponse"); + } + /** + * Updates an existing advertiser group. This method supports patch semantics. + * (advertiserGroups.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Advertiser group ID. + * @param Google_Service_Dfareporting_AdvertiserGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AdvertiserGroup + */ + public function patch($profileId, $id, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); + } + /** + * Updates an existing advertiser group. (advertiserGroups.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_AdvertiserGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_AdvertiserGroup + */ + public function update($profileId, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_AdvertiserGroup"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserLandingPages.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserLandingPages.php new file mode 100644 index 000000000..c2f569e60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AdvertiserLandingPages.php @@ -0,0 +1,122 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $advertiserLandingPages = $dfareportingService->advertiserLandingPages; + * + */ +class Google_Service_Dfareporting_Resource_AdvertiserLandingPages extends Google_Service_Resource +{ + /** + * Gets one landing page by ID. (advertiserLandingPages.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Landing page ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_LandingPage + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_LandingPage"); + } + /** + * Inserts a new landing page. (advertiserLandingPages.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_LandingPage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_LandingPage + */ + public function insert($profileId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_LandingPage"); + } + /** + * Retrieves a list of landing pages. + * (advertiserLandingPages.listAdvertiserLandingPages) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserIds Select only landing pages that belong to + * these advertisers. + * @opt_param bool archived Select only archived landing pages. Don't set this + * field to select both archived and non-archived landing pages. + * @opt_param string campaignIds Select only landing pages that are associated + * with these campaigns. + * @opt_param string ids Select only landing pages with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for landing pages by name or + * ID. Wildcards (*) are allowed. For example, "landingpage*2017" will return + * landing pages with names like "landingpage July 2017", "landingpage March + * 2017", or simply "landingpage 2017". Most of the searches also add wildcards + * implicitly at the start and the end of the search string. For example, a + * search string of "landingpage" will match campaigns with name "my + * landingpage", "landingpage 2015", or simply "landingpage". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string subaccountId Select only landing pages that belong to this + * subaccount. + * @return Google_Service_Dfareporting_AdvertiserLandingPagesListResponse + */ + public function listAdvertiserLandingPages($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertiserLandingPagesListResponse"); + } + /** + * Updates an existing landing page. This method supports patch semantics. + * (advertiserLandingPages.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Landing page ID. + * @param Google_Service_Dfareporting_LandingPage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_LandingPage + */ + public function patch($profileId, $id, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_LandingPage"); + } + /** + * Updates an existing landing page. (advertiserLandingPages.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_LandingPage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_LandingPage + */ + public function update($profileId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_LandingPage"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Advertisers.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Advertisers.php new file mode 100644 index 000000000..9d5c1e7a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Advertisers.php @@ -0,0 +1,125 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $advertisers = $dfareportingService->advertisers; + * + */ +class Google_Service_Dfareporting_Resource_Advertisers extends Google_Service_Resource +{ + /** + * Gets one advertiser by ID. (advertisers.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Advertiser ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Advertiser + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Advertiser"); + } + /** + * Inserts a new advertiser. (advertisers.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Advertiser $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Advertiser + */ + public function insert($profileId, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Advertiser"); + } + /** + * Retrieves a list of advertisers, possibly filtered. This method supports + * paging. (advertisers.listAdvertisers) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserGroupIds Select only advertisers with these + * advertiser group IDs. + * @opt_param string floodlightConfigurationIds Select only advertisers with + * these floodlight configuration IDs. + * @opt_param string ids Select only advertisers with these IDs. + * @opt_param bool includeAdvertisersWithoutGroupsOnly Select only advertisers + * which do not belong to any advertiser group. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param bool onlyParent Select only advertisers which use another + * advertiser's floodlight configuration. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "advertiser*2015" will return objects + * with names like "advertiser June 2015", "advertiser April 2015", or simply + * "advertiser 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "advertiser" will match objects with name "my advertiser", "advertiser 2015", + * or simply "advertiser". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string status Select only advertisers with the specified status. + * @opt_param string subaccountId Select only advertisers with these subaccount + * IDs. + * @return Google_Service_Dfareporting_AdvertisersListResponse + */ + public function listAdvertisers($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertisersListResponse"); + } + /** + * Updates an existing advertiser. This method supports patch semantics. + * (advertisers.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Advertiser ID. + * @param Google_Service_Dfareporting_Advertiser $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Advertiser + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Advertiser"); + } + /** + * Updates an existing advertiser. (advertisers.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Advertiser $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Advertiser + */ + public function update($profileId, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Advertiser"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Browsers.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Browsers.php new file mode 100644 index 000000000..aae9dcb60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Browsers.php @@ -0,0 +1,41 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $browsers = $dfareportingService->browsers; + * + */ +class Google_Service_Dfareporting_Resource_Browsers extends Google_Service_Resource +{ + /** + * Retrieves a list of browsers. (browsers.listBrowsers) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_BrowsersListResponse + */ + public function listBrowsers($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_BrowsersListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CampaignCreativeAssociations.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CampaignCreativeAssociations.php new file mode 100644 index 000000000..cae74e1ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CampaignCreativeAssociations.php @@ -0,0 +1,66 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $campaignCreativeAssociations = $dfareportingService->campaignCreativeAssociations; + * + */ +class Google_Service_Dfareporting_Resource_CampaignCreativeAssociations extends Google_Service_Resource +{ + /** + * Associates a creative with the specified campaign. This method creates a + * default ad with dimensions matching the creative in the campaign if such a + * default ad does not exist already. (campaignCreativeAssociations.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param string $campaignId Campaign ID in this association. + * @param Google_Service_Dfareporting_CampaignCreativeAssociation $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CampaignCreativeAssociation + */ + public function insert($profileId, $campaignId, Google_Service_Dfareporting_CampaignCreativeAssociation $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_CampaignCreativeAssociation"); + } + /** + * Retrieves the list of creative IDs associated with the specified campaign. + * This method supports paging. + * (campaignCreativeAssociations.listCampaignCreativeAssociations) + * + * @param string $profileId User profile ID associated with this request. + * @param string $campaignId Campaign ID in this association. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse + */ + public function listCampaignCreativeAssociations($profileId, $campaignId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'campaignId' => $campaignId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Campaigns.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Campaigns.php new file mode 100644 index 000000000..7ce25fc23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Campaigns.php @@ -0,0 +1,127 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $campaigns = $dfareportingService->campaigns; + * + */ +class Google_Service_Dfareporting_Resource_Campaigns extends Google_Service_Resource +{ + /** + * Gets one campaign by ID. (campaigns.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Campaign ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Campaign + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Campaign"); + } + /** + * Inserts a new campaign. (campaigns.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Campaign $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Campaign + */ + public function insert($profileId, Google_Service_Dfareporting_Campaign $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Campaign"); + } + /** + * Retrieves a list of campaigns, possibly filtered. This method supports + * paging. (campaigns.listCampaigns) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserGroupIds Select only campaigns whose advertisers + * belong to these advertiser groups. + * @opt_param string advertiserIds Select only campaigns that belong to these + * advertisers. + * @opt_param bool archived Select only archived campaigns. Don't set this field + * to select both archived and non-archived campaigns. + * @opt_param bool atLeastOneOptimizationActivity Select only campaigns that + * have at least one optimization activity. + * @opt_param string excludedIds Exclude campaigns with these IDs. + * @opt_param string ids Select only campaigns with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string overriddenEventTagId Select only campaigns that have + * overridden this event tag ID. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for campaigns by name or ID. + * Wildcards (*) are allowed. For example, "campaign*2015" will return campaigns + * with names like "campaign June 2015", "campaign April 2015", or simply + * "campaign 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "campaign" will match campaigns with name "my campaign", "campaign 2015", or + * simply "campaign". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string subaccountId Select only campaigns that belong to this + * subaccount. + * @return Google_Service_Dfareporting_CampaignsListResponse + */ + public function listCampaigns($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CampaignsListResponse"); + } + /** + * Updates an existing campaign. This method supports patch semantics. + * (campaigns.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Campaign ID. + * @param Google_Service_Dfareporting_Campaign $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Campaign + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Campaign $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Campaign"); + } + /** + * Updates an existing campaign. (campaigns.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Campaign $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Campaign + */ + public function update($profileId, Google_Service_Dfareporting_Campaign $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Campaign"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.php new file mode 100644 index 000000000..d32a7ec40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.php @@ -0,0 +1,81 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $changeLogs = $dfareportingService->changeLogs; + * + */ +class Google_Service_Dfareporting_Resource_ChangeLogs extends Google_Service_Resource +{ + /** + * Gets one change log by ID. (changeLogs.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Change log ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ChangeLog + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_ChangeLog"); + } + /** + * Retrieves a list of change logs. This method supports paging. + * (changeLogs.listChangeLogs) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string action Select only change logs with the specified action. + * @opt_param string ids Select only change logs with these IDs. + * @opt_param string maxChangeTime Select only change logs whose change time is + * before the specified maxChangeTime.The time should be formatted as an RFC3339 + * date/time string. For example, for 10:54 PM on July 18th, 2015, in the + * America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In + * other words, the year, month, day, the letter T, the hour (24-hour clock + * system), minute, second, and then the time zone offset. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string minChangeTime Select only change logs whose change time is + * before the specified minChangeTime.The time should be formatted as an RFC3339 + * date/time string. For example, for 10:54 PM on July 18th, 2015, in the + * America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In + * other words, the year, month, day, the letter T, the hour (24-hour clock + * system), minute, second, and then the time zone offset. + * @opt_param string objectIds Select only change logs with these object IDs. + * @opt_param string objectType Select only change logs with the specified + * object type. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Select only change logs whose object ID, user + * name, old or new values match the search string. + * @opt_param string userProfileIds Select only change logs with these user + * profile IDs. + * @return Google_Service_Dfareporting_ChangeLogsListResponse + */ + public function listChangeLogs($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_ChangeLogsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Cities.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Cities.php new file mode 100644 index 000000000..5f2d9e2f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Cities.php @@ -0,0 +1,47 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $cities = $dfareportingService->cities; + * + */ +class Google_Service_Dfareporting_Resource_Cities extends Google_Service_Resource +{ + /** + * Retrieves a list of cities, possibly filtered. (cities.listCities) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string countryDartIds Select only cities from these countries. + * @opt_param string dartIds Select only cities with these DART IDs. + * @opt_param string namePrefix Select only cities with names starting with this + * prefix. + * @opt_param string regionDartIds Select only cities from these regions. + * @return Google_Service_Dfareporting_CitiesListResponse + */ + public function listCities($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CitiesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ConnectionTypes.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ConnectionTypes.php new file mode 100644 index 000000000..992ba6f1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ConnectionTypes.php @@ -0,0 +1,55 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $connectionTypes = $dfareportingService->connectionTypes; + * + */ +class Google_Service_Dfareporting_Resource_ConnectionTypes extends Google_Service_Resource +{ + /** + * Gets one connection type by ID. (connectionTypes.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Connection type ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ConnectionType + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_ConnectionType"); + } + /** + * Retrieves a list of connection types. (connectionTypes.listConnectionTypes) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ConnectionTypesListResponse + */ + public function listConnectionTypes($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_ConnectionTypesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ContentCategories.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ContentCategories.php new file mode 100644 index 000000000..4a41230b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ContentCategories.php @@ -0,0 +1,127 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $contentCategories = $dfareportingService->contentCategories; + * + */ +class Google_Service_Dfareporting_Resource_ContentCategories extends Google_Service_Resource +{ + /** + * Deletes an existing content category. (contentCategories.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Content category ID. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one content category by ID. (contentCategories.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Content category ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ContentCategory + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_ContentCategory"); + } + /** + * Inserts a new content category. (contentCategories.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_ContentCategory $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ContentCategory + */ + public function insert($profileId, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_ContentCategory"); + } + /** + * Retrieves a list of content categories, possibly filtered. This method + * supports paging. (contentCategories.listContentCategories) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only content categories with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "contentcategory*2015" will return + * objects with names like "contentcategory June 2015", "contentcategory April + * 2015", or simply "contentcategory 2015". Most of the searches also add + * wildcards implicitly at the start and the end of the search string. For + * example, a search string of "contentcategory" will match objects with name + * "my contentcategory", "contentcategory 2015", or simply "contentcategory". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_ContentCategoriesListResponse + */ + public function listContentCategories($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_ContentCategoriesListResponse"); + } + /** + * Updates an existing content category. This method supports patch semantics. + * (contentCategories.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Content category ID. + * @param Google_Service_Dfareporting_ContentCategory $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ContentCategory + */ + public function patch($profileId, $id, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_ContentCategory"); + } + /** + * Updates an existing content category. (contentCategories.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_ContentCategory $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ContentCategory + */ + public function update($profileId, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_ContentCategory"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Conversions.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Conversions.php new file mode 100644 index 000000000..e61df5282 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Conversions.php @@ -0,0 +1,56 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $conversions = $dfareportingService->conversions; + * + */ +class Google_Service_Dfareporting_Resource_Conversions extends Google_Service_Resource +{ + /** + * Inserts conversions. (conversions.batchinsert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_ConversionsBatchInsertRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ConversionsBatchInsertResponse + */ + public function batchinsert($profileId, Google_Service_Dfareporting_ConversionsBatchInsertRequest $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchinsert', array($params), "Google_Service_Dfareporting_ConversionsBatchInsertResponse"); + } + /** + * Updates existing conversions. (conversions.batchupdate) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_ConversionsBatchUpdateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_ConversionsBatchUpdateResponse + */ + public function batchupdate($profileId, Google_Service_Dfareporting_ConversionsBatchUpdateRequest $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchupdate', array($params), "Google_Service_Dfareporting_ConversionsBatchUpdateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.php new file mode 100644 index 000000000..99aeb1465 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.php @@ -0,0 +1,55 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $countries = $dfareportingService->countries; + * + */ +class Google_Service_Dfareporting_Resource_Countries extends Google_Service_Resource +{ + /** + * Gets one country by ID. (countries.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $dartId Country DART ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Country + */ + public function get($profileId, $dartId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'dartId' => $dartId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Country"); + } + /** + * Retrieves a list of countries. (countries.listCountries) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CountriesListResponse + */ + public function listCountries($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CountriesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeAssets.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeAssets.php new file mode 100644 index 000000000..c3331172a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeAssets.php @@ -0,0 +1,44 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $creativeAssets = $dfareportingService->creativeAssets; + * + */ +class Google_Service_Dfareporting_Resource_CreativeAssets extends Google_Service_Resource +{ + /** + * Inserts a new creative asset. (creativeAssets.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param string $advertiserId Advertiser ID of this creative. This is a + * required field. + * @param Google_Service_Dfareporting_CreativeAssetMetadata $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeAssetMetadata + */ + public function insert($profileId, $advertiserId, Google_Service_Dfareporting_CreativeAssetMetadata $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeAssetMetadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFieldValues.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFieldValues.php new file mode 100644 index 000000000..ee69ea414 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFieldValues.php @@ -0,0 +1,134 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $creativeFieldValues = $dfareportingService->creativeFieldValues; + * + */ +class Google_Service_Dfareporting_Resource_CreativeFieldValues extends Google_Service_Resource +{ + /** + * Deletes an existing creative field value. (creativeFieldValues.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $creativeFieldId Creative field ID for this creative field + * value. + * @param string $id Creative Field Value ID + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $creativeFieldId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one creative field value by ID. (creativeFieldValues.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $creativeFieldId Creative field ID for this creative field + * value. + * @param string $id Creative Field Value ID + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeFieldValue + */ + public function get($profileId, $creativeFieldId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); + } + /** + * Inserts a new creative field value. (creativeFieldValues.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param string $creativeFieldId Creative field ID for this creative field + * value. + * @param Google_Service_Dfareporting_CreativeFieldValue $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeFieldValue + */ + public function insert($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); + } + /** + * Retrieves a list of creative field values, possibly filtered. This method + * supports paging. (creativeFieldValues.listCreativeFieldValues) + * + * @param string $profileId User profile ID associated with this request. + * @param string $creativeFieldId Creative field ID for this creative field + * value. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only creative field values with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for creative field values by + * their values. Wildcards (e.g. *) are not allowed. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_CreativeFieldValuesListResponse + */ + public function listCreativeFieldValues($profileId, $creativeFieldId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeFieldValuesListResponse"); + } + /** + * Updates an existing creative field value. This method supports patch + * semantics. (creativeFieldValues.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $creativeFieldId Creative field ID for this creative field + * value. + * @param string $id Creative Field Value ID + * @param Google_Service_Dfareporting_CreativeFieldValue $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeFieldValue + */ + public function patch($profileId, $creativeFieldId, $id, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); + } + /** + * Updates an existing creative field value. (creativeFieldValues.update) + * + * @param string $profileId User profile ID associated with this request. + * @param string $creativeFieldId Creative field ID for this creative field + * value. + * @param Google_Service_Dfareporting_CreativeFieldValue $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeFieldValue + */ + public function update($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeFieldValue"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFields.php new file mode 100644 index 000000000..33a589c1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeFields.php @@ -0,0 +1,130 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $creativeFields = $dfareportingService->creativeFields; + * + */ +class Google_Service_Dfareporting_Resource_CreativeFields extends Google_Service_Resource +{ + /** + * Deletes an existing creative field. (creativeFields.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative Field ID + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one creative field by ID. (creativeFields.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative Field ID + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeField + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeField"); + } + /** + * Inserts a new creative field. (creativeFields.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_CreativeField $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeField + */ + public function insert($profileId, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeField"); + } + /** + * Retrieves a list of creative fields, possibly filtered. This method supports + * paging. (creativeFields.listCreativeFields) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserIds Select only creative fields that belong to + * these advertisers. + * @opt_param string ids Select only creative fields with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for creative fields by name + * or ID. Wildcards (*) are allowed. For example, "creativefield*2015" will + * return creative fields with names like "creativefield June 2015", + * "creativefield April 2015", or simply "creativefield 2015". Most of the + * searches also add wild-cards implicitly at the start and the end of the + * search string. For example, a search string of "creativefield" will match + * creative fields with the name "my creativefield", "creativefield 2015", or + * simply "creativefield". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_CreativeFieldsListResponse + */ + public function listCreativeFields($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeFieldsListResponse"); + } + /** + * Updates an existing creative field. This method supports patch semantics. + * (creativeFields.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative Field ID + * @param Google_Service_Dfareporting_CreativeField $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeField + */ + public function patch($profileId, $id, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeField"); + } + /** + * Updates an existing creative field. (creativeFields.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_CreativeField $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeField + */ + public function update($profileId, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeField"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeGroups.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeGroups.php new file mode 100644 index 000000000..8c3aa5fd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/CreativeGroups.php @@ -0,0 +1,119 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $creativeGroups = $dfareportingService->creativeGroups; + * + */ +class Google_Service_Dfareporting_Resource_CreativeGroups extends Google_Service_Resource +{ + /** + * Gets one creative group by ID. (creativeGroups.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative group ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeGroup + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeGroup"); + } + /** + * Inserts a new creative group. (creativeGroups.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_CreativeGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeGroup + */ + public function insert($profileId, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeGroup"); + } + /** + * Retrieves a list of creative groups, possibly filtered. This method supports + * paging. (creativeGroups.listCreativeGroups) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserIds Select only creative groups that belong to + * these advertisers. + * @opt_param int groupNumber Select only creative groups that belong to this + * subgroup. + * @opt_param string ids Select only creative groups with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for creative groups by name + * or ID. Wildcards (*) are allowed. For example, "creativegroup*2015" will + * return creative groups with names like "creativegroup June 2015", + * "creativegroup April 2015", or simply "creativegroup 2015". Most of the + * searches also add wild-cards implicitly at the start and the end of the + * search string. For example, a search string of "creativegroup" will match + * creative groups with the name "my creativegroup", "creativegroup 2015", or + * simply "creativegroup". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_CreativeGroupsListResponse + */ + public function listCreativeGroups($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeGroupsListResponse"); + } + /** + * Updates an existing creative group. This method supports patch semantics. + * (creativeGroups.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative group ID. + * @param Google_Service_Dfareporting_CreativeGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeGroup + */ + public function patch($profileId, $id, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeGroup"); + } + /** + * Updates an existing creative group. (creativeGroups.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_CreativeGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CreativeGroup + */ + public function update($profileId, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeGroup"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Creatives.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Creatives.php new file mode 100644 index 000000000..5203e60e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Creatives.php @@ -0,0 +1,130 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $creatives = $dfareportingService->creatives; + * + */ +class Google_Service_Dfareporting_Resource_Creatives extends Google_Service_Resource +{ + /** + * Gets one creative by ID. (creatives.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Creative + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Creative"); + } + /** + * Inserts a new creative. (creatives.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Creative $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Creative + */ + public function insert($profileId, Google_Service_Dfareporting_Creative $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Creative"); + } + /** + * Retrieves a list of creatives, possibly filtered. This method supports + * paging. (creatives.listCreatives) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool active Select only active creatives. Leave blank to select + * active and inactive creatives. + * @opt_param string advertiserId Select only creatives with this advertiser ID. + * @opt_param bool archived Select only archived creatives. Leave blank to + * select archived and unarchived creatives. + * @opt_param string campaignId Select only creatives with this campaign ID. + * @opt_param string companionCreativeIds Select only in-stream video creatives + * with these companion IDs. + * @opt_param string creativeFieldIds Select only creatives with these creative + * field IDs. + * @opt_param string ids Select only creatives with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string renderingIds Select only creatives with these rendering + * IDs. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "creative*2015" will return objects + * with names like "creative June 2015", "creative April 2015", or simply + * "creative 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "creative" will match objects with name "my creative", "creative 2015", or + * simply "creative". + * @opt_param string sizeIds Select only creatives with these size IDs. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string studioCreativeId Select only creatives corresponding to + * this Studio creative ID. + * @opt_param string types Select only creatives with these creative types. + * @return Google_Service_Dfareporting_CreativesListResponse + */ + public function listCreatives($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_CreativesListResponse"); + } + /** + * Updates an existing creative. This method supports patch semantics. + * (creatives.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Creative ID. + * @param Google_Service_Dfareporting_Creative $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Creative + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Creative $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Creative"); + } + /** + * Updates an existing creative. (creatives.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Creative $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Creative + */ + public function update($profileId, Google_Service_Dfareporting_Creative $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Creative"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DimensionValues.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DimensionValues.php new file mode 100644 index 000000000..97276ebba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DimensionValues.php @@ -0,0 +1,47 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $dimensionValues = $dfareportingService->dimensionValues; + * + */ +class Google_Service_Dfareporting_Resource_DimensionValues extends Google_Service_Resource +{ + /** + * Retrieves list of report dimension values for a list of filters. + * (dimensionValues.query) + * + * @param string $profileId The DFA user profile ID. + * @param Google_Service_Dfareporting_DimensionValueRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken The value of the nextToken from the previous + * result page. + * @return Google_Service_Dfareporting_DimensionValueList + */ + public function query($profileId, Google_Service_Dfareporting_DimensionValueRequest $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_Dfareporting_DimensionValueList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DirectorySites.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DirectorySites.php new file mode 100644 index 000000000..d32831aaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DirectorySites.php @@ -0,0 +1,94 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $directorySites = $dfareportingService->directorySites; + * + */ +class Google_Service_Dfareporting_Resource_DirectorySites extends Google_Service_Resource +{ + /** + * Gets one directory site by ID. (directorySites.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Directory site ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_DirectorySite + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_DirectorySite"); + } + /** + * Inserts a new directory site. (directorySites.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_DirectorySite $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_DirectorySite + */ + public function insert($profileId, Google_Service_Dfareporting_DirectorySite $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_DirectorySite"); + } + /** + * Retrieves a list of directory sites, possibly filtered. This method supports + * paging. (directorySites.listDirectorySites) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool acceptsInStreamVideoPlacements This search filter is no + * longer supported and will have no effect on the results returned. + * @opt_param bool acceptsInterstitialPlacements This search filter is no longer + * supported and will have no effect on the results returned. + * @opt_param bool acceptsPublisherPaidPlacements Select only directory sites + * that accept publisher paid placements. This field can be left blank. + * @opt_param bool active Select only active directory sites. Leave blank to + * retrieve both active and inactive directory sites. + * @opt_param string dfpNetworkCode Select only directory sites with this Ad + * Manager network code. + * @opt_param string ids Select only directory sites with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name, ID or + * URL. Wildcards (*) are allowed. For example, "directory site*2015" will + * return objects with names like "directory site June 2015", "directory site + * April 2015", or simply "directory site 2015". Most of the searches also add + * wildcards implicitly at the start and the end of the search string. For + * example, a search string of "directory site" will match objects with name "my + * directory site", "directory site 2015" or simply, "directory site". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_DirectorySitesListResponse + */ + public function listDirectorySites($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_DirectorySitesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DynamicTargetingKeys.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DynamicTargetingKeys.php new file mode 100644 index 000000000..0821e3921 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/DynamicTargetingKeys.php @@ -0,0 +1,88 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $dynamicTargetingKeys = $dfareportingService->dynamicTargetingKeys; + * + */ +class Google_Service_Dfareporting_Resource_DynamicTargetingKeys extends Google_Service_Resource +{ + /** + * Deletes an existing dynamic targeting key. (dynamicTargetingKeys.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $objectId ID of the object of this dynamic targeting key. This + * is a required field. + * @param string $name Name of this dynamic targeting key. This is a required + * field. Must be less than 256 characters long and cannot contain commas. All + * characters are converted to lowercase. + * @param string $objectType Type of the object of this dynamic targeting key. + * This is a required field. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $objectId, $name, $objectType, $optParams = array()) + { + $params = array('profileId' => $profileId, 'objectId' => $objectId, 'name' => $name, 'objectType' => $objectType); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Inserts a new dynamic targeting key. Keys must be created at the advertiser + * level before being assigned to the advertiser's ads, creatives, or + * placements. There is a maximum of 1000 keys per advertiser, out of which a + * maximum of 20 keys can be assigned per ad, creative, or placement. + * (dynamicTargetingKeys.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_DynamicTargetingKey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_DynamicTargetingKey + */ + public function insert($profileId, Google_Service_Dfareporting_DynamicTargetingKey $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_DynamicTargetingKey"); + } + /** + * Retrieves a list of dynamic targeting keys. + * (dynamicTargetingKeys.listDynamicTargetingKeys) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserId Select only dynamic targeting keys whose + * object has this advertiser ID. + * @opt_param string names Select only dynamic targeting keys exactly matching + * these names. + * @opt_param string objectId Select only dynamic targeting keys with this + * object ID. + * @opt_param string objectType Select only dynamic targeting keys with this + * object type. + * @return Google_Service_Dfareporting_DynamicTargetingKeysListResponse + */ + public function listDynamicTargetingKeys($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_DynamicTargetingKeysListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/EventTags.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/EventTags.php new file mode 100644 index 000000000..300be533f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/EventTags.php @@ -0,0 +1,146 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $eventTags = $dfareportingService->eventTags; + * + */ +class Google_Service_Dfareporting_Resource_EventTags extends Google_Service_Resource +{ + /** + * Deletes an existing event tag. (eventTags.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Event tag ID. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one event tag by ID. (eventTags.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Event tag ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_EventTag + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_EventTag"); + } + /** + * Inserts a new event tag. (eventTags.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_EventTag $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_EventTag + */ + public function insert($profileId, Google_Service_Dfareporting_EventTag $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_EventTag"); + } + /** + * Retrieves a list of event tags, possibly filtered. (eventTags.listEventTags) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string adId Select only event tags that belong to this ad. + * @opt_param string advertiserId Select only event tags that belong to this + * advertiser. + * @opt_param string campaignId Select only event tags that belong to this + * campaign. + * @opt_param bool definitionsOnly Examine only the specified campaign or + * advertiser's event tags for matching selector criteria. When set to false, + * the parent advertiser and parent campaign of the specified ad or campaign is + * examined as well. In addition, when set to false, the status field is + * examined as well, along with the enabledByDefault field. This parameter can + * not be set to true when adId is specified as ads do not define their own even + * tags. + * @opt_param bool enabled Select only enabled event tags. What is considered + * enabled or disabled depends on the definitionsOnly parameter. When + * definitionsOnly is set to true, only the specified advertiser or campaign's + * event tags' enabledByDefault field is examined. When definitionsOnly is set + * to false, the specified ad or specified campaign's parent advertiser's or + * parent campaign's event tags' enabledByDefault and status fields are examined + * as well. + * @opt_param string eventTagTypes Select only event tags with the specified + * event tag types. Event tag types can be used to specify whether to use a + * third-party pixel, a third-party JavaScript URL, or a third-party click- + * through URL for either impression or click tracking. + * @opt_param string ids Select only event tags with these IDs. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "eventtag*2015" will return objects + * with names like "eventtag June 2015", "eventtag April 2015", or simply + * "eventtag 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "eventtag" will match objects with name "my eventtag", "eventtag 2015", or + * simply "eventtag". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_EventTagsListResponse + */ + public function listEventTags($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_EventTagsListResponse"); + } + /** + * Updates an existing event tag. This method supports patch semantics. + * (eventTags.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Event tag ID. + * @param Google_Service_Dfareporting_EventTag $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_EventTag + */ + public function patch($profileId, $id, Google_Service_Dfareporting_EventTag $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_EventTag"); + } + /** + * Updates an existing event tag. (eventTags.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_EventTag $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_EventTag + */ + public function update($profileId, Google_Service_Dfareporting_EventTag $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_EventTag"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Files.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Files.php new file mode 100644 index 000000000..bfe14a5aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Files.php @@ -0,0 +1,63 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $files = $dfareportingService->files; + * + */ +class Google_Service_Dfareporting_Resource_Files extends Google_Service_Resource +{ + /** + * Retrieves a report file by its report ID and file ID. This method supports + * media download. (files.get) + * + * @param string $reportId The ID of the report. + * @param string $fileId The ID of the report file. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_DfareportingFile + */ + public function get($reportId, $fileId, $optParams = array()) + { + $params = array('reportId' => $reportId, 'fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile"); + } + /** + * Lists files for a user profile. (files.listFiles) + * + * @param string $profileId The DFA profile ID. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken The value of the nextToken from the previous + * result page. + * @opt_param string scope The scope that defines which results are returned. + * @opt_param string sortField The field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_FileList + */ + public function listFiles($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_FileList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivities.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivities.php new file mode 100644 index 000000000..0c72ce5a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivities.php @@ -0,0 +1,162 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $floodlightActivities = $dfareportingService->floodlightActivities; + * + */ +class Google_Service_Dfareporting_Resource_FloodlightActivities extends Google_Service_Resource +{ + /** + * Deletes an existing floodlight activity. (floodlightActivities.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight activity ID. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Generates a tag for a floodlight activity. (floodlightActivities.generatetag) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string floodlightActivityId Floodlight activity ID for which we + * want to generate a tag. + * @return Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse + */ + public function generatetag($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('generatetag', array($params), "Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse"); + } + /** + * Gets one floodlight activity by ID. (floodlightActivities.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight activity ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivity + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightActivity"); + } + /** + * Inserts a new floodlight activity. (floodlightActivities.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_FloodlightActivity $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivity + */ + public function insert($profileId, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_FloodlightActivity"); + } + /** + * Retrieves a list of floodlight activities, possibly filtered. This method + * supports paging. (floodlightActivities.listFloodlightActivities) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserId Select only floodlight activities for the + * specified advertiser ID. Must specify either ids, advertiserId, or + * floodlightConfigurationId for a non-empty result. + * @opt_param string floodlightActivityGroupIds Select only floodlight + * activities with the specified floodlight activity group IDs. + * @opt_param string floodlightActivityGroupName Select only floodlight + * activities with the specified floodlight activity group name. + * @opt_param string floodlightActivityGroupTagString Select only floodlight + * activities with the specified floodlight activity group tag string. + * @opt_param string floodlightActivityGroupType Select only floodlight + * activities with the specified floodlight activity group type. + * @opt_param string floodlightConfigurationId Select only floodlight activities + * for the specified floodlight configuration ID. Must specify either ids, + * advertiserId, or floodlightConfigurationId for a non-empty result. + * @opt_param string ids Select only floodlight activities with the specified + * IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for + * a non-empty result. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "floodlightactivity*2015" will return + * objects with names like "floodlightactivity June 2015", "floodlightactivity + * April 2015", or simply "floodlightactivity 2015". Most of the searches also + * add wildcards implicitly at the start and the end of the search string. For + * example, a search string of "floodlightactivity" will match objects with name + * "my floodlightactivity activity", "floodlightactivity 2015", or simply + * "floodlightactivity". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string tagString Select only floodlight activities with the + * specified tag string. + * @return Google_Service_Dfareporting_FloodlightActivitiesListResponse + */ + public function listFloodlightActivities($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightActivitiesListResponse"); + } + /** + * Updates an existing floodlight activity. This method supports patch + * semantics. (floodlightActivities.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight activity ID. + * @param Google_Service_Dfareporting_FloodlightActivity $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivity + */ + public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightActivity"); + } + /** + * Updates an existing floodlight activity. (floodlightActivities.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_FloodlightActivity $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivity + */ + public function update($profileId, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightActivity"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivityGroups.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivityGroups.php new file mode 100644 index 000000000..83501968f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightActivityGroups.php @@ -0,0 +1,128 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $floodlightActivityGroups = $dfareportingService->floodlightActivityGroups; + * + */ +class Google_Service_Dfareporting_Resource_FloodlightActivityGroups extends Google_Service_Resource +{ + /** + * Gets one floodlight activity group by ID. (floodlightActivityGroups.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight activity Group ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivityGroup + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); + } + /** + * Inserts a new floodlight activity group. (floodlightActivityGroups.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_FloodlightActivityGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivityGroup + */ + public function insert($profileId, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); + } + /** + * Retrieves a list of floodlight activity groups, possibly filtered. This + * method supports paging. + * (floodlightActivityGroups.listFloodlightActivityGroups) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserId Select only floodlight activity groups with + * the specified advertiser ID. Must specify either advertiserId or + * floodlightConfigurationId for a non-empty result. + * @opt_param string floodlightConfigurationId Select only floodlight activity + * groups with the specified floodlight configuration ID. Must specify either + * advertiserId, or floodlightConfigurationId for a non-empty result. + * @opt_param string ids Select only floodlight activity groups with the + * specified IDs. Must specify either advertiserId or floodlightConfigurationId + * for a non-empty result. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "floodlightactivitygroup*2015" will + * return objects with names like "floodlightactivitygroup June 2015", + * "floodlightactivitygroup April 2015", or simply "floodlightactivitygroup + * 2015". Most of the searches also add wildcards implicitly at the start and + * the end of the search string. For example, a search string of + * "floodlightactivitygroup" will match objects with name "my + * floodlightactivitygroup activity", "floodlightactivitygroup 2015", or simply + * "floodlightactivitygroup". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string type Select only floodlight activity groups with the + * specified floodlight activity group type. + * @return Google_Service_Dfareporting_FloodlightActivityGroupsListResponse + */ + public function listFloodlightActivityGroups($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightActivityGroupsListResponse"); + } + /** + * Updates an existing floodlight activity group. This method supports patch + * semantics. (floodlightActivityGroups.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight activity Group ID. + * @param Google_Service_Dfareporting_FloodlightActivityGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivityGroup + */ + public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); + } + /** + * Updates an existing floodlight activity group. + * (floodlightActivityGroups.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_FloodlightActivityGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightActivityGroup + */ + public function update($profileId, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightConfigurations.php new file mode 100644 index 000000000..8ec54c6e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/FloodlightConfigurations.php @@ -0,0 +1,90 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $floodlightConfigurations = $dfareportingService->floodlightConfigurations; + * + */ +class Google_Service_Dfareporting_Resource_FloodlightConfigurations extends Google_Service_Resource +{ + /** + * Gets one floodlight configuration by ID. (floodlightConfigurations.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight configuration ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightConfiguration + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightConfiguration"); + } + /** + * Retrieves a list of floodlight configurations, possibly filtered. + * (floodlightConfigurations.listFloodlightConfigurations) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Set of IDs of floodlight configurations to retrieve. + * Required field; otherwise an empty list will be returned. + * @return Google_Service_Dfareporting_FloodlightConfigurationsListResponse + */ + public function listFloodlightConfigurations($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightConfigurationsListResponse"); + } + /** + * Updates an existing floodlight configuration. This method supports patch + * semantics. (floodlightConfigurations.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Floodlight configuration ID. + * @param Google_Service_Dfareporting_FloodlightConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightConfiguration + */ + public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightConfiguration"); + } + /** + * Updates an existing floodlight configuration. + * (floodlightConfigurations.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_FloodlightConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_FloodlightConfiguration + */ + public function update($profileId, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightConfiguration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/InventoryItems.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/InventoryItems.php new file mode 100644 index 000000000..efe6de4b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/InventoryItems.php @@ -0,0 +1,71 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $inventoryItems = $dfareportingService->inventoryItems; + * + */ +class Google_Service_Dfareporting_Resource_InventoryItems extends Google_Service_Resource +{ + /** + * Gets one inventory item by ID. (inventoryItems.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $projectId Project ID for order documents. + * @param string $id Inventory item ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_InventoryItem + */ + public function get($profileId, $projectId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'projectId' => $projectId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_InventoryItem"); + } + /** + * Retrieves a list of inventory items, possibly filtered. This method supports + * paging. (inventoryItems.listInventoryItems) + * + * @param string $profileId User profile ID associated with this request. + * @param string $projectId Project ID for order documents. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only inventory items with these IDs. + * @opt_param bool inPlan Select only inventory items that are in plan. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string orderId Select only inventory items that belong to + * specified orders. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string siteId Select only inventory items that are associated with + * these sites. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string type Select only inventory items with this type. + * @return Google_Service_Dfareporting_InventoryItemsListResponse + */ + public function listInventoryItems($profileId, $projectId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_InventoryItemsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.php new file mode 100644 index 000000000..e9abe4906 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.php @@ -0,0 +1,41 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $languages = $dfareportingService->languages; + * + */ +class Google_Service_Dfareporting_Resource_Languages extends Google_Service_Resource +{ + /** + * Retrieves a list of languages. (languages.listLanguages) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_LanguagesListResponse + */ + public function listLanguages($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_LanguagesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Metros.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Metros.php new file mode 100644 index 000000000..103bc672c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Metros.php @@ -0,0 +1,41 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $metros = $dfareportingService->metros; + * + */ +class Google_Service_Dfareporting_Resource_Metros extends Google_Service_Resource +{ + /** + * Retrieves a list of metros. (metros.listMetros) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_MetrosListResponse + */ + public function listMetros($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_MetrosListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.php new file mode 100644 index 000000000..20221a8c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.php @@ -0,0 +1,67 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $mobileApps = $dfareportingService->mobileApps; + * + */ +class Google_Service_Dfareporting_Resource_MobileApps extends Google_Service_Resource +{ + /** + * Gets one mobile app by ID. (mobileApps.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Mobile app ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_MobileApp + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_MobileApp"); + } + /** + * Retrieves list of available mobile apps. (mobileApps.listMobileApps) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string directories Select only apps from these directories. + * @opt_param string ids Select only apps with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "app*2015" will return objects with + * names like "app Jan 2018", "app Jan 2018", or simply "app 2018". Most of the + * searches also add wildcards implicitly at the start and the end of the search + * string. For example, a search string of "app" will match objects with name + * "my app", "app 2018", or simply "app". + * @return Google_Service_Dfareporting_MobileAppsListResponse + */ + public function listMobileApps($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_MobileAppsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileCarriers.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileCarriers.php new file mode 100644 index 000000000..cdc6695b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileCarriers.php @@ -0,0 +1,55 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $mobileCarriers = $dfareportingService->mobileCarriers; + * + */ +class Google_Service_Dfareporting_Resource_MobileCarriers extends Google_Service_Resource +{ + /** + * Gets one mobile carrier by ID. (mobileCarriers.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Mobile carrier ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_MobileCarrier + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_MobileCarrier"); + } + /** + * Retrieves a list of mobile carriers. (mobileCarriers.listMobileCarriers) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_MobileCarriersListResponse + */ + public function listMobileCarriers($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_MobileCarriersListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystemVersions.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystemVersions.php new file mode 100644 index 000000000..cdf9da96f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystemVersions.php @@ -0,0 +1,56 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $operatingSystemVersions = $dfareportingService->operatingSystemVersions; + * + */ +class Google_Service_Dfareporting_Resource_OperatingSystemVersions extends Google_Service_Resource +{ + /** + * Gets one operating system version by ID. (operatingSystemVersions.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Operating system version ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_OperatingSystemVersion + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_OperatingSystemVersion"); + } + /** + * Retrieves a list of operating system versions. + * (operatingSystemVersions.listOperatingSystemVersions) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_OperatingSystemVersionsListResponse + */ + public function listOperatingSystemVersions($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_OperatingSystemVersionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystems.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystems.php new file mode 100644 index 000000000..e51abf91e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OperatingSystems.php @@ -0,0 +1,56 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $operatingSystems = $dfareportingService->operatingSystems; + * + */ +class Google_Service_Dfareporting_Resource_OperatingSystems extends Google_Service_Resource +{ + /** + * Gets one operating system by DART ID. (operatingSystems.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $dartId Operating system DART ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_OperatingSystem + */ + public function get($profileId, $dartId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'dartId' => $dartId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_OperatingSystem"); + } + /** + * Retrieves a list of operating systems. + * (operatingSystems.listOperatingSystems) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_OperatingSystemsListResponse + */ + public function listOperatingSystems($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_OperatingSystemsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OrderDocuments.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OrderDocuments.php new file mode 100644 index 000000000..771a6d6e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/OrderDocuments.php @@ -0,0 +1,78 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $orderDocuments = $dfareportingService->orderDocuments; + * + */ +class Google_Service_Dfareporting_Resource_OrderDocuments extends Google_Service_Resource +{ + /** + * Gets one order document by ID. (orderDocuments.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $projectId Project ID for order documents. + * @param string $id Order document ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_OrderDocument + */ + public function get($profileId, $projectId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'projectId' => $projectId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_OrderDocument"); + } + /** + * Retrieves a list of order documents, possibly filtered. This method supports + * paging. (orderDocuments.listOrderDocuments) + * + * @param string $profileId User profile ID associated with this request. + * @param string $projectId Project ID for order documents. + * @param array $optParams Optional parameters. + * + * @opt_param bool approved Select only order documents that have been approved + * by at least one user. + * @opt_param string ids Select only order documents with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string orderId Select only order documents for specified orders. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for order documents by name + * or ID. Wildcards (*) are allowed. For example, "orderdocument*2015" will + * return order documents with names like "orderdocument June 2015", + * "orderdocument April 2015", or simply "orderdocument 2015". Most of the + * searches also add wildcards implicitly at the start and the end of the search + * string. For example, a search string of "orderdocument" will match order + * documents with name "my orderdocument", "orderdocument 2015", or simply + * "orderdocument". + * @opt_param string siteId Select only order documents that are associated with + * these sites. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_OrderDocumentsListResponse + */ + public function listOrderDocuments($profileId, $projectId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_OrderDocumentsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Orders.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Orders.php new file mode 100644 index 000000000..6231341bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Orders.php @@ -0,0 +1,73 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $orders = $dfareportingService->orders; + * + */ +class Google_Service_Dfareporting_Resource_Orders extends Google_Service_Resource +{ + /** + * Gets one order by ID. (orders.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $projectId Project ID for orders. + * @param string $id Order ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Order + */ + public function get($profileId, $projectId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'projectId' => $projectId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Order"); + } + /** + * Retrieves a list of orders, possibly filtered. This method supports paging. + * (orders.listOrders) + * + * @param string $profileId User profile ID associated with this request. + * @param string $projectId Project ID for orders. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only orders with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for orders by name or ID. + * Wildcards (*) are allowed. For example, "order*2015" will return orders with + * names like "order June 2015", "order April 2015", or simply "order 2015". + * Most of the searches also add wildcards implicitly at the start and the end + * of the search string. For example, a search string of "order" will match + * orders with name "my order", "order 2015", or simply "order". + * @opt_param string siteId Select only orders that are associated with these + * site IDs. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_OrdersListResponse + */ + public function listOrders($profileId, $projectId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_OrdersListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementGroups.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementGroups.php new file mode 100644 index 000000000..02568ecac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementGroups.php @@ -0,0 +1,148 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $placementGroups = $dfareportingService->placementGroups; + * + */ +class Google_Service_Dfareporting_Resource_PlacementGroups extends Google_Service_Resource +{ + /** + * Gets one placement group by ID. (placementGroups.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement group ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementGroup + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_PlacementGroup"); + } + /** + * Inserts a new placement group. (placementGroups.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_PlacementGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementGroup + */ + public function insert($profileId, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_PlacementGroup"); + } + /** + * Retrieves a list of placement groups, possibly filtered. This method supports + * paging. (placementGroups.listPlacementGroups) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserIds Select only placement groups that belong to + * these advertisers. + * @opt_param bool archived Select only archived placements. Don't set this + * field to select both archived and non-archived placements. + * @opt_param string campaignIds Select only placement groups that belong to + * these campaigns. + * @opt_param string contentCategoryIds Select only placement groups that are + * associated with these content categories. + * @opt_param string directorySiteIds Select only placement groups that are + * associated with these directory sites. + * @opt_param string ids Select only placement groups with these IDs. + * @opt_param string maxEndDate Select only placements or placement groups whose + * end date is on or before the specified maxEndDate. The date should be + * formatted as "yyyy-MM-dd". + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string maxStartDate Select only placements or placement groups + * whose start date is on or before the specified maxStartDate. The date should + * be formatted as "yyyy-MM-dd". + * @opt_param string minEndDate Select only placements or placement groups whose + * end date is on or after the specified minEndDate. The date should be + * formatted as "yyyy-MM-dd". + * @opt_param string minStartDate Select only placements or placement groups + * whose start date is on or after the specified minStartDate. The date should + * be formatted as "yyyy-MM-dd". + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string placementGroupType Select only placement groups belonging + * with this group type. A package is a simple group of placements that acts as + * a single pricing point for a group of tags. A roadblock is a group of + * placements that not only acts as a single pricing point but also assumes that + * all the tags in it will be served at the same time. A roadblock requires one + * of its assigned placements to be marked as primary for reporting. + * @opt_param string placementStrategyIds Select only placement groups that are + * associated with these placement strategies. + * @opt_param string pricingTypes Select only placement groups with these + * pricing types. + * @opt_param string searchString Allows searching for placement groups by name + * or ID. Wildcards (*) are allowed. For example, "placement*2015" will return + * placement groups with names like "placement group June 2015", "placement + * group May 2015", or simply "placements 2015". Most of the searches also add + * wildcards implicitly at the start and the end of the search string. For + * example, a search string of "placementgroup" will match placement groups with + * name "my placementgroup", "placementgroup 2015", or simply "placementgroup". + * @opt_param string siteIds Select only placement groups that are associated + * with these sites. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_PlacementGroupsListResponse + */ + public function listPlacementGroups($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementGroupsListResponse"); + } + /** + * Updates an existing placement group. This method supports patch semantics. + * (placementGroups.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement group ID. + * @param Google_Service_Dfareporting_PlacementGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementGroup + */ + public function patch($profileId, $id, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_PlacementGroup"); + } + /** + * Updates an existing placement group. (placementGroups.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_PlacementGroup $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementGroup + */ + public function update($profileId, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_PlacementGroup"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementStrategies.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementStrategies.php new file mode 100644 index 000000000..5204cceac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlacementStrategies.php @@ -0,0 +1,128 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $placementStrategies = $dfareportingService->placementStrategies; + * + */ +class Google_Service_Dfareporting_Resource_PlacementStrategies extends Google_Service_Resource +{ + /** + * Deletes an existing placement strategy. (placementStrategies.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement strategy ID. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one placement strategy by ID. (placementStrategies.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement strategy ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementStrategy + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_PlacementStrategy"); + } + /** + * Inserts a new placement strategy. (placementStrategies.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_PlacementStrategy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementStrategy + */ + public function insert($profileId, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_PlacementStrategy"); + } + /** + * Retrieves a list of placement strategies, possibly filtered. This method + * supports paging. (placementStrategies.listPlacementStrategies) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only placement strategies with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "placementstrategy*2015" will return + * objects with names like "placementstrategy June 2015", "placementstrategy + * April 2015", or simply "placementstrategy 2015". Most of the searches also + * add wildcards implicitly at the start and the end of the search string. For + * example, a search string of "placementstrategy" will match objects with name + * "my placementstrategy", "placementstrategy 2015", or simply + * "placementstrategy". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_PlacementStrategiesListResponse + */ + public function listPlacementStrategies($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementStrategiesListResponse"); + } + /** + * Updates an existing placement strategy. This method supports patch semantics. + * (placementStrategies.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement strategy ID. + * @param Google_Service_Dfareporting_PlacementStrategy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementStrategy + */ + public function patch($profileId, $id, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_PlacementStrategy"); + } + /** + * Updates an existing placement strategy. (placementStrategies.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_PlacementStrategy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlacementStrategy + */ + public function update($profileId, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_PlacementStrategy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Placements.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Placements.php new file mode 100644 index 000000000..84209792a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Placements.php @@ -0,0 +1,174 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $placements = $dfareportingService->placements; + * + */ +class Google_Service_Dfareporting_Resource_Placements extends Google_Service_Resource +{ + /** + * Generates tags for a placement. (placements.generatetags) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string campaignId Generate placements belonging to this campaign. + * This is a required field. + * @opt_param string placementIds Generate tags for these placements. + * @opt_param string tagFormats Tag formats to generate for these placements. + * + * Note: PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements. + * @return Google_Service_Dfareporting_PlacementsGenerateTagsResponse + */ + public function generatetags($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('generatetags', array($params), "Google_Service_Dfareporting_PlacementsGenerateTagsResponse"); + } + /** + * Gets one placement by ID. (placements.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Placement + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Placement"); + } + /** + * Inserts a new placement. (placements.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Placement $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Placement + */ + public function insert($profileId, Google_Service_Dfareporting_Placement $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Placement"); + } + /** + * Retrieves a list of placements, possibly filtered. This method supports + * paging. (placements.listPlacements) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserIds Select only placements that belong to these + * advertisers. + * @opt_param bool archived Select only archived placements. Don't set this + * field to select both archived and non-archived placements. + * @opt_param string campaignIds Select only placements that belong to these + * campaigns. + * @opt_param string compatibilities Select only placements that are associated + * with these compatibilities. DISPLAY and DISPLAY_INTERSTITIAL refer to + * rendering either on desktop or on mobile devices for regular or interstitial + * ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. + * IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the + * VAST standard. + * @opt_param string contentCategoryIds Select only placements that are + * associated with these content categories. + * @opt_param string directorySiteIds Select only placements that are associated + * with these directory sites. + * @opt_param string groupIds Select only placements that belong to these + * placement groups. + * @opt_param string ids Select only placements with these IDs. + * @opt_param string maxEndDate Select only placements or placement groups whose + * end date is on or before the specified maxEndDate. The date should be + * formatted as "yyyy-MM-dd". + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string maxStartDate Select only placements or placement groups + * whose start date is on or before the specified maxStartDate. The date should + * be formatted as "yyyy-MM-dd". + * @opt_param string minEndDate Select only placements or placement groups whose + * end date is on or after the specified minEndDate. The date should be + * formatted as "yyyy-MM-dd". + * @opt_param string minStartDate Select only placements or placement groups + * whose start date is on or after the specified minStartDate. The date should + * be formatted as "yyyy-MM-dd". + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string paymentSource Select only placements with this payment + * source. + * @opt_param string placementStrategyIds Select only placements that are + * associated with these placement strategies. + * @opt_param string pricingTypes Select only placements with these pricing + * types. + * @opt_param string searchString Allows searching for placements by name or ID. + * Wildcards (*) are allowed. For example, "placement*2015" will return + * placements with names like "placement June 2015", "placement May 2015", or + * simply "placements 2015". Most of the searches also add wildcards implicitly + * at the start and the end of the search string. For example, a search string + * of "placement" will match placements with name "my placement", "placement + * 2015", or simply "placement". + * @opt_param string siteIds Select only placements that are associated with + * these sites. + * @opt_param string sizeIds Select only placements that are associated with + * these sizes. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_PlacementsListResponse + */ + public function listPlacements($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementsListResponse"); + } + /** + * Updates an existing placement. This method supports patch semantics. + * (placements.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Placement ID. + * @param Google_Service_Dfareporting_Placement $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Placement + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Placement $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Placement"); + } + /** + * Updates an existing placement. (placements.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Placement $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Placement + */ + public function update($profileId, Google_Service_Dfareporting_Placement $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Placement"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlatformTypes.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlatformTypes.php new file mode 100644 index 000000000..8e56607c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PlatformTypes.php @@ -0,0 +1,55 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $platformTypes = $dfareportingService->platformTypes; + * + */ +class Google_Service_Dfareporting_Resource_PlatformTypes extends Google_Service_Resource +{ + /** + * Gets one platform type by ID. (platformTypes.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Platform type ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlatformType + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_PlatformType"); + } + /** + * Retrieves a list of platform types. (platformTypes.listPlatformTypes) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PlatformTypesListResponse + */ + public function listPlatformTypes($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_PlatformTypesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PostalCodes.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PostalCodes.php new file mode 100644 index 000000000..07c7c9697 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/PostalCodes.php @@ -0,0 +1,55 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $postalCodes = $dfareportingService->postalCodes; + * + */ +class Google_Service_Dfareporting_Resource_PostalCodes extends Google_Service_Resource +{ + /** + * Gets one postal code by ID. (postalCodes.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $code Postal code ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PostalCode + */ + public function get($profileId, $code, $optParams = array()) + { + $params = array('profileId' => $profileId, 'code' => $code); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_PostalCode"); + } + /** + * Retrieves a list of postal codes. (postalCodes.listPostalCodes) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_PostalCodesListResponse + */ + public function listPostalCodes($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_PostalCodesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Projects.php new file mode 100644 index 000000000..20ba5a2ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Projects.php @@ -0,0 +1,71 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $projects = $dfareportingService->projects; + * + */ +class Google_Service_Dfareporting_Resource_Projects extends Google_Service_Resource +{ + /** + * Gets one project by ID. (projects.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Project + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Project"); + } + /** + * Retrieves a list of projects, possibly filtered. This method supports paging. + * (projects.listProjects) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserIds Select only projects with these advertiser + * IDs. + * @opt_param string ids Select only projects with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for projects by name or ID. + * Wildcards (*) are allowed. For example, "project*2015" will return projects + * with names like "project June 2015", "project April 2015", or simply "project + * 2015". Most of the searches also add wildcards implicitly at the start and + * the end of the search string. For example, a search string of "project" will + * match projects with name "my project", "project 2015", or simply "project". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_ProjectsListResponse + */ + public function listProjects($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_ProjectsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Regions.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Regions.php new file mode 100644 index 000000000..c2fbc5c7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Regions.php @@ -0,0 +1,41 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $regions = $dfareportingService->regions; + * + */ +class Google_Service_Dfareporting_Resource_Regions extends Google_Service_Resource +{ + /** + * Retrieves a list of regions. (regions.listRegions) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RegionsListResponse + */ + public function listRegions($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_RegionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingListShares.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingListShares.php new file mode 100644 index 000000000..deedf8373 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingListShares.php @@ -0,0 +1,73 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $remarketingListShares = $dfareportingService->remarketingListShares; + * + */ +class Google_Service_Dfareporting_Resource_RemarketingListShares extends Google_Service_Resource +{ + /** + * Gets one remarketing list share by remarketing list ID. + * (remarketingListShares.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $remarketingListId Remarketing list ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingListShare + */ + public function get($profileId, $remarketingListId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'remarketingListId' => $remarketingListId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_RemarketingListShare"); + } + /** + * Updates an existing remarketing list share. This method supports patch + * semantics. (remarketingListShares.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $remarketingListId Remarketing list ID. + * @param Google_Service_Dfareporting_RemarketingListShare $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingListShare + */ + public function patch($profileId, $remarketingListId, Google_Service_Dfareporting_RemarketingListShare $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'remarketingListId' => $remarketingListId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_RemarketingListShare"); + } + /** + * Updates an existing remarketing list share. (remarketingListShares.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_RemarketingListShare $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingListShare + */ + public function update($profileId, Google_Service_Dfareporting_RemarketingListShare $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_RemarketingListShare"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingLists.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingLists.php new file mode 100644 index 000000000..25825b8df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/RemarketingLists.php @@ -0,0 +1,118 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $remarketingLists = $dfareportingService->remarketingLists; + * + */ +class Google_Service_Dfareporting_Resource_RemarketingLists extends Google_Service_Resource +{ + /** + * Gets one remarketing list by ID. (remarketingLists.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Remarketing list ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingList + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_RemarketingList"); + } + /** + * Inserts a new remarketing list. (remarketingLists.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_RemarketingList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingList + */ + public function insert($profileId, Google_Service_Dfareporting_RemarketingList $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_RemarketingList"); + } + /** + * Retrieves a list of remarketing lists, possibly filtered. This method + * supports paging. (remarketingLists.listRemarketingLists) + * + * @param string $profileId User profile ID associated with this request. + * @param string $advertiserId Select only remarketing lists owned by this + * advertiser. + * @param array $optParams Optional parameters. + * + * @opt_param bool active Select only active or only inactive remarketing lists. + * @opt_param string floodlightActivityId Select only remarketing lists that + * have this floodlight activity ID. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string name Allows searching for objects by name or ID. Wildcards + * (*) are allowed. For example, "remarketing list*2015" will return objects + * with names like "remarketing list June 2015", "remarketing list April 2015", + * or simply "remarketing list 2015". Most of the searches also add wildcards + * implicitly at the start and the end of the search string. For example, a + * search string of "remarketing list" will match objects with name "my + * remarketing list", "remarketing list 2015", or simply "remarketing list". + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_RemarketingListsListResponse + */ + public function listRemarketingLists($profileId, $advertiserId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_RemarketingListsListResponse"); + } + /** + * Updates an existing remarketing list. This method supports patch semantics. + * (remarketingLists.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Remarketing list ID. + * @param Google_Service_Dfareporting_RemarketingList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingList + */ + public function patch($profileId, $id, Google_Service_Dfareporting_RemarketingList $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_RemarketingList"); + } + /** + * Updates an existing remarketing list. (remarketingLists.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_RemarketingList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_RemarketingList + */ + public function update($profileId, Google_Service_Dfareporting_RemarketingList $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_RemarketingList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Reports.php new file mode 100644 index 000000000..8e8b43b1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Reports.php @@ -0,0 +1,136 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $reports = $dfareportingService->reports; + * + */ +class Google_Service_Dfareporting_Resource_Reports extends Google_Service_Resource +{ + /** + * Deletes a report by its ID. (reports.delete) + * + * @param string $profileId The DFA user profile ID. + * @param string $reportId The ID of the report. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $reportId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a report by its ID. (reports.get) + * + * @param string $profileId The DFA user profile ID. + * @param string $reportId The ID of the report. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Report + */ + public function get($profileId, $reportId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Report"); + } + /** + * Creates a report. (reports.insert) + * + * @param string $profileId The DFA user profile ID. + * @param Google_Service_Dfareporting_Report $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Report + */ + public function insert($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Report"); + } + /** + * Retrieves list of reports. (reports.listReports) + * + * @param string $profileId The DFA user profile ID. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken The value of the nextToken from the previous + * result page. + * @opt_param string scope The scope that defines which results are returned. + * @opt_param string sortField The field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_ReportList + */ + public function listReports($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_ReportList"); + } + /** + * Updates a report. This method supports patch semantics. (reports.patch) + * + * @param string $profileId The DFA user profile ID. + * @param string $reportId The ID of the report. + * @param Google_Service_Dfareporting_Report $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Report + */ + public function patch($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Report"); + } + /** + * Runs a report. (reports.run) + * + * @param string $profileId The DFA profile ID. + * @param string $reportId The ID of the report. + * @param array $optParams Optional parameters. + * + * @opt_param bool synchronous If set and true, tries to run the report + * synchronously. + * @return Google_Service_Dfareporting_DfareportingFile + */ + public function run($profileId, $reportId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_Dfareporting_DfareportingFile"); + } + /** + * Updates a report. (reports.update) + * + * @param string $profileId The DFA user profile ID. + * @param string $reportId The ID of the report. + * @param Google_Service_Dfareporting_Report $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Report + */ + public function update($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Report"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsCompatibleFields.php new file mode 100644 index 000000000..beb297bdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsCompatibleFields.php @@ -0,0 +1,44 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $compatibleFields = $dfareportingService->compatibleFields; + * + */ +class Google_Service_Dfareporting_Resource_ReportsCompatibleFields extends Google_Service_Resource +{ + /** + * Returns the fields that are compatible to be selected in the respective + * sections of a report criteria, given the fields already selected in the input + * report and user permissions. (compatibleFields.query) + * + * @param string $profileId The DFA user profile ID. + * @param Google_Service_Dfareporting_Report $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_CompatibleFields + */ + public function query($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_Dfareporting_CompatibleFields"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsFiles.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsFiles.php new file mode 100644 index 000000000..2249e953a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ReportsFiles.php @@ -0,0 +1,63 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $files = $dfareportingService->files; + * + */ +class Google_Service_Dfareporting_Resource_ReportsFiles extends Google_Service_Resource +{ + /** + * Retrieves a report file. This method supports media download. (files.get) + * + * @param string $profileId The DFA profile ID. + * @param string $reportId The ID of the report. + * @param string $fileId The ID of the report file. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_DfareportingFile + */ + public function get($profileId, $reportId, $fileId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile"); + } + /** + * Lists files for a report. (files.listReportsFiles) + * + * @param string $profileId The DFA profile ID. + * @param string $reportId The ID of the parent report. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken The value of the nextToken from the previous + * result page. + * @opt_param string sortField The field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_FileList + */ + public function listReportsFiles($profileId, $reportId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'reportId' => $reportId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_FileList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sites.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sites.php new file mode 100644 index 000000000..8f65ff7f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sites.php @@ -0,0 +1,126 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $sites = $dfareportingService->sites; + * + */ +class Google_Service_Dfareporting_Resource_Sites extends Google_Service_Resource +{ + /** + * Gets one site by ID. (sites.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Site ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Site + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Site"); + } + /** + * Inserts a new site. (sites.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Site $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Site + */ + public function insert($profileId, Google_Service_Dfareporting_Site $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Site"); + } + /** + * Retrieves a list of sites, possibly filtered. This method supports paging. + * (sites.listSites) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool acceptsInStreamVideoPlacements This search filter is no + * longer supported and will have no effect on the results returned. + * @opt_param bool acceptsInterstitialPlacements This search filter is no longer + * supported and will have no effect on the results returned. + * @opt_param bool acceptsPublisherPaidPlacements Select only sites that accept + * publisher paid placements. + * @opt_param bool adWordsSite Select only AdWords sites. + * @opt_param bool approved Select only approved sites. + * @opt_param string campaignIds Select only sites with these campaign IDs. + * @opt_param string directorySiteIds Select only sites with these directory + * site IDs. + * @opt_param string ids Select only sites with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name, ID or + * keyName. Wildcards (*) are allowed. For example, "site*2015" will return + * objects with names like "site June 2015", "site April 2015", or simply "site + * 2015". Most of the searches also add wildcards implicitly at the start and + * the end of the search string. For example, a search string of "site" will + * match objects with name "my site", "site 2015", or simply "site". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string subaccountId Select only sites with this subaccount ID. + * @opt_param bool unmappedSite Select only sites that have not been mapped to a + * directory site. + * @return Google_Service_Dfareporting_SitesListResponse + */ + public function listSites($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_SitesListResponse"); + } + /** + * Updates an existing site. This method supports patch semantics. (sites.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Site ID. + * @param Google_Service_Dfareporting_Site $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Site + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Site $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Site"); + } + /** + * Updates an existing site. (sites.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Site $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Site + */ + public function update($profileId, Google_Service_Dfareporting_Site $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Site"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sizes.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sizes.php new file mode 100644 index 000000000..dad8f3a78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Sizes.php @@ -0,0 +1,77 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $sizes = $dfareportingService->sizes; + * + */ +class Google_Service_Dfareporting_Resource_Sizes extends Google_Service_Resource +{ + /** + * Gets one size by ID. (sizes.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Size ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Size + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Size"); + } + /** + * Inserts a new size. (sizes.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Size $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Size + */ + public function insert($profileId, Google_Service_Dfareporting_Size $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Size"); + } + /** + * Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally + * unique and may include values not currently in use by your account. Due to + * this, the list of sizes returned by this method may differ from the list seen + * in the Trafficking UI. (sizes.listSizes) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param int height Select only sizes with this height. + * @opt_param bool iabStandard Select only IAB standard sizes. + * @opt_param string ids Select only sizes with these IDs. + * @opt_param int width Select only sizes with this width. + * @return Google_Service_Dfareporting_SizesListResponse + */ + public function listSizes($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_SizesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Subaccounts.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Subaccounts.php new file mode 100644 index 000000000..c9855ec0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Subaccounts.php @@ -0,0 +1,114 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $subaccounts = $dfareportingService->subaccounts; + * + */ +class Google_Service_Dfareporting_Resource_Subaccounts extends Google_Service_Resource +{ + /** + * Gets one subaccount by ID. (subaccounts.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Subaccount ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Subaccount + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_Subaccount"); + } + /** + * Inserts a new subaccount. (subaccounts.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Subaccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Subaccount + */ + public function insert($profileId, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_Subaccount"); + } + /** + * Gets a list of subaccounts, possibly filtered. This method supports paging. + * (subaccounts.listSubaccounts) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only subaccounts with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "subaccount*2015" will return objects + * with names like "subaccount June 2015", "subaccount April 2015", or simply + * "subaccount 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "subaccount" will match objects with name "my subaccount", "subaccount 2015", + * or simply "subaccount". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_SubaccountsListResponse + */ + public function listSubaccounts($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_SubaccountsListResponse"); + } + /** + * Updates an existing subaccount. This method supports patch semantics. + * (subaccounts.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Subaccount ID. + * @param Google_Service_Dfareporting_Subaccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Subaccount + */ + public function patch($profileId, $id, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_Subaccount"); + } + /** + * Updates an existing subaccount. (subaccounts.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_Subaccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_Subaccount + */ + public function update($profileId, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_Subaccount"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetableRemarketingLists.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetableRemarketingLists.php new file mode 100644 index 000000000..9a3f96066 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetableRemarketingLists.php @@ -0,0 +1,74 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $targetableRemarketingLists = $dfareportingService->targetableRemarketingLists; + * + */ +class Google_Service_Dfareporting_Resource_TargetableRemarketingLists extends Google_Service_Resource +{ + /** + * Gets one remarketing list by ID. (targetableRemarketingLists.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Remarketing list ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_TargetableRemarketingList + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_TargetableRemarketingList"); + } + /** + * Retrieves a list of targetable remarketing lists, possibly filtered. This + * method supports paging. + * (targetableRemarketingLists.listTargetableRemarketingLists) + * + * @param string $profileId User profile ID associated with this request. + * @param string $advertiserId Select only targetable remarketing lists + * targetable by these advertisers. + * @param array $optParams Optional parameters. + * + * @opt_param bool active Select only active or only inactive targetable + * remarketing lists. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string name Allows searching for objects by name or ID. Wildcards + * (*) are allowed. For example, "remarketing list*2015" will return objects + * with names like "remarketing list June 2015", "remarketing list April 2015", + * or simply "remarketing list 2015". Most of the searches also add wildcards + * implicitly at the start and the end of the search string. For example, a + * search string of "remarketing list" will match objects with name "my + * remarketing list", "remarketing list 2015", or simply "remarketing list". + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_TargetableRemarketingListsListResponse + */ + public function listTargetableRemarketingLists($profileId, $advertiserId, $optParams = array()) + { + $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_TargetableRemarketingListsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetingTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetingTemplates.php new file mode 100644 index 000000000..a31ec74e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/TargetingTemplates.php @@ -0,0 +1,116 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $targetingTemplates = $dfareportingService->targetingTemplates; + * + */ +class Google_Service_Dfareporting_Resource_TargetingTemplates extends Google_Service_Resource +{ + /** + * Gets one targeting template by ID. (targetingTemplates.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Targeting template ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_TargetingTemplate + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_TargetingTemplate"); + } + /** + * Inserts a new targeting template. (targetingTemplates.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_TargetingTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_TargetingTemplate + */ + public function insert($profileId, Google_Service_Dfareporting_TargetingTemplate $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_TargetingTemplate"); + } + /** + * Retrieves a list of targeting templates, optionally filtered. This method + * supports paging. (targetingTemplates.listTargetingTemplates) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string advertiserId Select only targeting templates with this + * advertiser ID. + * @opt_param string ids Select only targeting templates with these IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "template*2015" will return objects + * with names like "template June 2015", "template April 2015", or simply + * "template 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "template" will match objects with name "my template", "template 2015", or + * simply "template". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @return Google_Service_Dfareporting_TargetingTemplatesListResponse + */ + public function listTargetingTemplates($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_TargetingTemplatesListResponse"); + } + /** + * Updates an existing targeting template. This method supports patch semantics. + * (targetingTemplates.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id Targeting template ID. + * @param Google_Service_Dfareporting_TargetingTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_TargetingTemplate + */ + public function patch($profileId, $id, Google_Service_Dfareporting_TargetingTemplate $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_TargetingTemplate"); + } + /** + * Updates an existing targeting template. (targetingTemplates.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_TargetingTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_TargetingTemplate + */ + public function update($profileId, Google_Service_Dfareporting_TargetingTemplate $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_TargetingTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserProfiles.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserProfiles.php new file mode 100644 index 000000000..9b9b69469 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserProfiles.php @@ -0,0 +1,53 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $userProfiles = $dfareportingService->userProfiles; + * + */ +class Google_Service_Dfareporting_Resource_UserProfiles extends Google_Service_Resource +{ + /** + * Gets one user profile by ID. (userProfiles.get) + * + * @param string $profileId The user profile ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserProfile + */ + public function get($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_UserProfile"); + } + /** + * Retrieves list of user profiles for a user. (userProfiles.listUserProfiles) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserProfileList + */ + public function listUserProfiles($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_UserProfileList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissionGroups.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissionGroups.php new file mode 100644 index 000000000..02ee9f6f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissionGroups.php @@ -0,0 +1,56 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $userRolePermissionGroups = $dfareportingService->userRolePermissionGroups; + * + */ +class Google_Service_Dfareporting_Resource_UserRolePermissionGroups extends Google_Service_Resource +{ + /** + * Gets one user role permission group by ID. (userRolePermissionGroups.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User role permission group ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRolePermissionGroup + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_UserRolePermissionGroup"); + } + /** + * Gets a list of all supported user role permission groups. + * (userRolePermissionGroups.listUserRolePermissionGroups) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRolePermissionGroupsListResponse + */ + public function listUserRolePermissionGroups($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolePermissionGroupsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissions.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissions.php new file mode 100644 index 000000000..e1216a559 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRolePermissions.php @@ -0,0 +1,58 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $userRolePermissions = $dfareportingService->userRolePermissions; + * + */ +class Google_Service_Dfareporting_Resource_UserRolePermissions extends Google_Service_Resource +{ + /** + * Gets one user role permission by ID. (userRolePermissions.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User role permission ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRolePermission + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_UserRolePermission"); + } + /** + * Gets a list of user role permissions, possibly filtered. + * (userRolePermissions.listUserRolePermissions) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param string ids Select only user role permissions with these IDs. + * @return Google_Service_Dfareporting_UserRolePermissionsListResponse + */ + public function listUserRolePermissions($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolePermissionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRoles.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRoles.php new file mode 100644 index 000000000..b90344d6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/UserRoles.php @@ -0,0 +1,131 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $userRoles = $dfareportingService->userRoles; + * + */ +class Google_Service_Dfareporting_Resource_UserRoles extends Google_Service_Resource +{ + /** + * Deletes an existing user role. (userRoles.delete) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User role ID. + * @param array $optParams Optional parameters. + */ + public function delete($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets one user role by ID. (userRoles.get) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User role ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRole + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_UserRole"); + } + /** + * Inserts a new user role. (userRoles.insert) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_UserRole $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRole + */ + public function insert($profileId, Google_Service_Dfareporting_UserRole $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Dfareporting_UserRole"); + } + /** + * Retrieves a list of user roles, possibly filtered. This method supports + * paging. (userRoles.listUserRoles) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * + * @opt_param bool accountUserRoleOnly Select only account level user roles not + * associated with any specific subaccount. + * @opt_param string ids Select only user roles with the specified IDs. + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Value of the nextPageToken from the previous + * result page. + * @opt_param string searchString Allows searching for objects by name or ID. + * Wildcards (*) are allowed. For example, "userrole*2015" will return objects + * with names like "userrole June 2015", "userrole April 2015", or simply + * "userrole 2015". Most of the searches also add wildcards implicitly at the + * start and the end of the search string. For example, a search string of + * "userrole" will match objects with name "my userrole", "userrole 2015", or + * simply "userrole". + * @opt_param string sortField Field by which to sort the list. + * @opt_param string sortOrder Order of sorted results. + * @opt_param string subaccountId Select only user roles that belong to this + * subaccount. + * @return Google_Service_Dfareporting_UserRolesListResponse + */ + public function listUserRoles($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolesListResponse"); + } + /** + * Updates an existing user role. This method supports patch semantics. + * (userRoles.patch) + * + * @param string $profileId User profile ID associated with this request. + * @param string $id User role ID. + * @param Google_Service_Dfareporting_UserRole $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRole + */ + public function patch($profileId, $id, Google_Service_Dfareporting_UserRole $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dfareporting_UserRole"); + } + /** + * Updates an existing user role. (userRoles.update) + * + * @param string $profileId User profile ID associated with this request. + * @param Google_Service_Dfareporting_UserRole $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_UserRole + */ + public function update($profileId, Google_Service_Dfareporting_UserRole $postBody, $optParams = array()) + { + $params = array('profileId' => $profileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dfareporting_UserRole"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/VideoFormats.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/VideoFormats.php new file mode 100644 index 000000000..b61063944 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/VideoFormats.php @@ -0,0 +1,55 @@ + + * $dfareportingService = new Google_Service_Dfareporting(...); + * $videoFormats = $dfareportingService->videoFormats; + * + */ +class Google_Service_Dfareporting_Resource_VideoFormats extends Google_Service_Resource +{ + /** + * Gets one video format by ID. (videoFormats.get) + * + * @param string $profileId User profile ID associated with this request. + * @param int $id Video format ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_VideoFormat + */ + public function get($profileId, $id, $optParams = array()) + { + $params = array('profileId' => $profileId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dfareporting_VideoFormat"); + } + /** + * Lists available video formats. (videoFormats.listVideoFormats) + * + * @param string $profileId User profile ID associated with this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Dfareporting_VideoFormatsListResponse + */ + public function listVideoFormats($profileId, $optParams = array()) + { + $params = array('profileId' => $profileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dfareporting_VideoFormatsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RichMediaExitOverride.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RichMediaExitOverride.php new file mode 100644 index 000000000..1b51073ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RichMediaExitOverride.php @@ -0,0 +1,55 @@ +clickThroughUrl = $clickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_ClickThroughUrl + */ + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setExitId($exitId) + { + $this->exitId = $exitId; + } + public function getExitId() + { + return $this->exitId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php new file mode 100644 index 000000000..b4b25ad7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php @@ -0,0 +1,48 @@ +assetId = $assetId; + } + public function getAssetId() + { + return $this->assetId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTargetingTemplateId($targetingTemplateId) + { + $this->targetingTemplateId = $targetingTemplateId; + } + public function getTargetingTemplateId() + { + return $this->targetingTemplateId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Site.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Site.php new file mode 100644 index 000000000..0bf5c1ea3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Site.php @@ -0,0 +1,174 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setApproved($approved) + { + $this->approved = $approved; + } + public function getApproved() + { + return $this->approved; + } + public function setDirectorySiteId($directorySiteId) + { + $this->directorySiteId = $directorySiteId; + } + public function getDirectorySiteId() + { + return $this->directorySiteId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue) + { + $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getDirectorySiteIdDimensionValue() + { + return $this->directorySiteIdDimensionValue; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) + { + $this->idDimensionValue = $idDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getIdDimensionValue() + { + return $this->idDimensionValue; + } + public function setKeyName($keyName) + { + $this->keyName = $keyName; + } + public function getKeyName() + { + return $this->keyName; + } + 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_Dfareporting_SiteContact + */ + public function setSiteContacts($siteContacts) + { + $this->siteContacts = $siteContacts; + } + /** + * @return Google_Service_Dfareporting_SiteContact + */ + public function getSiteContacts() + { + return $this->siteContacts; + } + /** + * @param Google_Service_Dfareporting_SiteSettings + */ + public function setSiteSettings(Google_Service_Dfareporting_SiteSettings $siteSettings) + { + $this->siteSettings = $siteSettings; + } + /** + * @return Google_Service_Dfareporting_SiteSettings + */ + public function getSiteSettings() + { + return $this->siteSettings; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + /** + * @param Google_Service_Dfareporting_SiteVideoSettings + */ + public function setVideoSettings(Google_Service_Dfareporting_SiteVideoSettings $videoSettings) + { + $this->videoSettings = $videoSettings; + } + /** + * @return Google_Service_Dfareporting_SiteVideoSettings + */ + public function getVideoSettings() + { + return $this->videoSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.php new file mode 100644 index 000000000..1b664551d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.php @@ -0,0 +1,65 @@ +companionsDisabled = $companionsDisabled; + } + public function getCompanionsDisabled() + { + return $this->companionsDisabled; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setEnabledSizes($enabledSizes) + { + $this->enabledSizes = $enabledSizes; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getEnabledSizes() + { + return $this->enabledSizes; + } + public function setImageOnly($imageOnly) + { + $this->imageOnly = $imageOnly; + } + public function getImageOnly() + { + return $this->imageOnly; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php new file mode 100644 index 000000000..20047063e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php @@ -0,0 +1,93 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setContactType($contactType) + { + $this->contactType = $contactType; + } + public function getContactType() + { + return $this->contactType; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setFirstName($firstName) + { + $this->firstName = $firstName; + } + public function getFirstName() + { + return $this->firstName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLastName($lastName) + { + $this->lastName = $lastName; + } + public function getLastName() + { + return $this->lastName; + } + public function setPhone($phone) + { + $this->phone = $phone; + } + public function getPhone() + { + return $this->phone; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSettings.php new file mode 100644 index 000000000..89523b316 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSettings.php @@ -0,0 +1,82 @@ +activeViewOptOut = $activeViewOptOut; + } + public function getActiveViewOptOut() + { + return $this->activeViewOptOut; + } + public function setAdBlockingOptOut($adBlockingOptOut) + { + $this->adBlockingOptOut = $adBlockingOptOut; + } + public function getAdBlockingOptOut() + { + return $this->adBlockingOptOut; + } + public function setDisableNewCookie($disableNewCookie) + { + $this->disableNewCookie = $disableNewCookie; + } + public function getDisableNewCookie() + { + return $this->disableNewCookie; + } + /** + * @param Google_Service_Dfareporting_TagSetting + */ + public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting) + { + $this->tagSetting = $tagSetting; + } + /** + * @return Google_Service_Dfareporting_TagSetting + */ + public function getTagSetting() + { + return $this->tagSetting; + } + public function setVideoActiveViewOptOutTemplate($videoActiveViewOptOutTemplate) + { + $this->videoActiveViewOptOutTemplate = $videoActiveViewOptOutTemplate; + } + public function getVideoActiveViewOptOutTemplate() + { + return $this->videoActiveViewOptOutTemplate; + } + public function setVpaidAdapterChoiceTemplate($vpaidAdapterChoiceTemplate) + { + $this->vpaidAdapterChoiceTemplate = $vpaidAdapterChoiceTemplate; + } + public function getVpaidAdapterChoiceTemplate() + { + return $this->vpaidAdapterChoiceTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.php new file mode 100644 index 000000000..407a98796 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.php @@ -0,0 +1,71 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_VideoOffset + */ + public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset) + { + $this->progressOffset = $progressOffset; + } + /** + * @return Google_Service_Dfareporting_VideoOffset + */ + public function getProgressOffset() + { + return $this->progressOffset; + } + /** + * @param Google_Service_Dfareporting_VideoOffset + */ + public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset) + { + $this->skipOffset = $skipOffset; + } + /** + * @return Google_Service_Dfareporting_VideoOffset + */ + public function getSkipOffset() + { + return $this->skipOffset; + } + public function setSkippable($skippable) + { + $this->skippable = $skippable; + } + public function getSkippable() + { + return $this->skippable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteTranscodeSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteTranscodeSetting.php new file mode 100644 index 000000000..94c283a16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteTranscodeSetting.php @@ -0,0 +1,40 @@ +enabledVideoFormats = $enabledVideoFormats; + } + public function getEnabledVideoFormats() + { + return $this->enabledVideoFormats; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.php new file mode 100644 index 000000000..7f4fd5e2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.php @@ -0,0 +1,87 @@ +companionSettings = $companionSettings; + } + /** + * @return Google_Service_Dfareporting_SiteCompanionSetting + */ + public function getCompanionSettings() + { + return $this->companionSettings; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOrientation($orientation) + { + $this->orientation = $orientation; + } + public function getOrientation() + { + return $this->orientation; + } + /** + * @param Google_Service_Dfareporting_SiteSkippableSetting + */ + public function setSkippableSettings(Google_Service_Dfareporting_SiteSkippableSetting $skippableSettings) + { + $this->skippableSettings = $skippableSettings; + } + /** + * @return Google_Service_Dfareporting_SiteSkippableSetting + */ + public function getSkippableSettings() + { + return $this->skippableSettings; + } + /** + * @param Google_Service_Dfareporting_SiteTranscodeSetting + */ + public function setTranscodeSettings(Google_Service_Dfareporting_SiteTranscodeSetting $transcodeSettings) + { + $this->transcodeSettings = $transcodeSettings; + } + /** + * @return Google_Service_Dfareporting_SiteTranscodeSetting + */ + public function getTranscodeSettings() + { + return $this->transcodeSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php new file mode 100644 index 000000000..9e3ef74e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_Site + */ + public function setSites($sites) + { + $this->sites = $sites; + } + /** + * @return Google_Service_Dfareporting_Site + */ + public function getSites() + { + return $this->sites; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.php new file mode 100644 index 000000000..d542f26e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.php @@ -0,0 +1,66 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setIab($iab) + { + $this->iab = $iab; + } + public function getIab() + { + return $this->iab; + } + 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 setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SizesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SizesListResponse.php new file mode 100644 index 000000000..5bed71dda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SizesListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_Size + */ + public function setSizes($sizes) + { + $this->sizes = $sizes; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getSizes() + { + return $this->sizes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.php new file mode 100644 index 000000000..5f41eadec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.php @@ -0,0 +1,71 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_VideoOffset + */ + public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset) + { + $this->progressOffset = $progressOffset; + } + /** + * @return Google_Service_Dfareporting_VideoOffset + */ + public function getProgressOffset() + { + return $this->progressOffset; + } + /** + * @param Google_Service_Dfareporting_VideoOffset + */ + public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset) + { + $this->skipOffset = $skipOffset; + } + /** + * @return Google_Service_Dfareporting_VideoOffset + */ + public function getSkipOffset() + { + return $this->skipOffset; + } + public function setSkippable($skippable) + { + $this->skippable = $skippable; + } + public function getSkippable() + { + return $this->skippable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php new file mode 100644 index 000000000..fb617fe36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSortOrder($sortOrder) + { + $this->sortOrder = $sortOrder; + } + public function getSortOrder() + { + return $this->sortOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Subaccount.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Subaccount.php new file mode 100644 index 000000000..4e8cae030 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Subaccount.php @@ -0,0 +1,67 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAvailablePermissionIds($availablePermissionIds) + { + $this->availablePermissionIds = $availablePermissionIds; + } + public function getAvailablePermissionIds() + { + return $this->availablePermissionIds; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SubaccountsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SubaccountsListResponse.php new file mode 100644 index 000000000..045e5624d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SubaccountsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_Subaccount + */ + public function setSubaccounts($subaccounts) + { + $this->subaccounts = $subaccounts; + } + /** + * @return Google_Service_Dfareporting_Subaccount + */ + public function getSubaccounts() + { + return $this->subaccounts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.php new file mode 100644 index 000000000..6c32a7f2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.php @@ -0,0 +1,66 @@ +adId = $adId; + } + public function getAdId() + { + return $this->adId; + } + public function setClickTag($clickTag) + { + $this->clickTag = $clickTag; + } + public function getClickTag() + { + return $this->clickTag; + } + public function setCreativeId($creativeId) + { + $this->creativeId = $creativeId; + } + public function getCreativeId() + { + return $this->creativeId; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setImpressionTag($impressionTag) + { + $this->impressionTag = $impressionTag; + } + public function getImpressionTag() + { + return $this->impressionTag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSetting.php new file mode 100644 index 000000000..0cc7029ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSetting.php @@ -0,0 +1,57 @@ +additionalKeyValues = $additionalKeyValues; + } + public function getAdditionalKeyValues() + { + return $this->additionalKeyValues; + } + public function setIncludeClickThroughUrls($includeClickThroughUrls) + { + $this->includeClickThroughUrls = $includeClickThroughUrls; + } + public function getIncludeClickThroughUrls() + { + return $this->includeClickThroughUrls; + } + public function setIncludeClickTracking($includeClickTracking) + { + $this->includeClickTracking = $includeClickTracking; + } + public function getIncludeClickTracking() + { + return $this->includeClickTracking; + } + public function setKeywordOption($keywordOption) + { + $this->keywordOption = $keywordOption; + } + public function getKeywordOption() + { + return $this->keywordOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSettings.php new file mode 100644 index 000000000..231edb7a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagSettings.php @@ -0,0 +1,39 @@ +dynamicTagEnabled = $dynamicTagEnabled; + } + public function getDynamicTagEnabled() + { + return $this->dynamicTagEnabled; + } + public function setImageTagEnabled($imageTagEnabled) + { + $this->imageTagEnabled = $imageTagEnabled; + } + public function getImageTagEnabled() + { + return $this->imageTagEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetWindow.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetWindow.php new file mode 100644 index 000000000..4652e1153 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetWindow.php @@ -0,0 +1,39 @@ +customHtml = $customHtml; + } + public function getCustomHtml() + { + return $this->customHtml; + } + public function setTargetWindowOption($targetWindowOption) + { + $this->targetWindowOption = $targetWindowOption; + } + public function getTargetWindowOption() + { + return $this->targetWindowOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingList.php new file mode 100644 index 000000000..021074d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingList.php @@ -0,0 +1,136 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setActive($active) + { + $this->active = $active; + } + public function getActive() + { + return $this->active; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 setLifeSpan($lifeSpan) + { + $this->lifeSpan = $lifeSpan; + } + public function getLifeSpan() + { + return $this->lifeSpan; + } + public function setListSize($listSize) + { + $this->listSize = $listSize; + } + public function getListSize() + { + return $this->listSize; + } + public function setListSource($listSource) + { + $this->listSource = $listSource; + } + public function getListSource() + { + return $this->listSource; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php new file mode 100644 index 000000000..65f449f0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_TargetableRemarketingList + */ + public function setTargetableRemarketingLists($targetableRemarketingLists) + { + $this->targetableRemarketingLists = $targetableRemarketingLists; + } + /** + * @return Google_Service_Dfareporting_TargetableRemarketingList + */ + public function getTargetableRemarketingLists() + { + return $this->targetableRemarketingLists; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.php new file mode 100644 index 000000000..422d3c2aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.php @@ -0,0 +1,187 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ + public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) + { + $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; + } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ + public function getAdvertiserIdDimensionValue() + { + return $this->advertiserIdDimensionValue; + } + /** + * @param Google_Service_Dfareporting_DayPartTargeting + */ + public function setDayPartTargeting(Google_Service_Dfareporting_DayPartTargeting $dayPartTargeting) + { + $this->dayPartTargeting = $dayPartTargeting; + } + /** + * @return Google_Service_Dfareporting_DayPartTargeting + */ + public function getDayPartTargeting() + { + return $this->dayPartTargeting; + } + /** + * @param Google_Service_Dfareporting_GeoTargeting + */ + public function setGeoTargeting(Google_Service_Dfareporting_GeoTargeting $geoTargeting) + { + $this->geoTargeting = $geoTargeting; + } + /** + * @return Google_Service_Dfareporting_GeoTargeting + */ + public function getGeoTargeting() + { + return $this->geoTargeting; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Dfareporting_KeyValueTargetingExpression + */ + public function setKeyValueTargetingExpression(Google_Service_Dfareporting_KeyValueTargetingExpression $keyValueTargetingExpression) + { + $this->keyValueTargetingExpression = $keyValueTargetingExpression; + } + /** + * @return Google_Service_Dfareporting_KeyValueTargetingExpression + */ + public function getKeyValueTargetingExpression() + { + return $this->keyValueTargetingExpression; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_LanguageTargeting + */ + public function setLanguageTargeting(Google_Service_Dfareporting_LanguageTargeting $languageTargeting) + { + $this->languageTargeting = $languageTargeting; + } + /** + * @return Google_Service_Dfareporting_LanguageTargeting + */ + public function getLanguageTargeting() + { + return $this->languageTargeting; + } + /** + * @param Google_Service_Dfareporting_ListTargetingExpression + */ + public function setListTargetingExpression(Google_Service_Dfareporting_ListTargetingExpression $listTargetingExpression) + { + $this->listTargetingExpression = $listTargetingExpression; + } + /** + * @return Google_Service_Dfareporting_ListTargetingExpression + */ + public function getListTargetingExpression() + { + return $this->listTargetingExpression; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } + /** + * @param Google_Service_Dfareporting_TechnologyTargeting + */ + public function setTechnologyTargeting(Google_Service_Dfareporting_TechnologyTargeting $technologyTargeting) + { + $this->technologyTargeting = $technologyTargeting; + } + /** + * @return Google_Service_Dfareporting_TechnologyTargeting + */ + public function getTechnologyTargeting() + { + return $this->technologyTargeting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.php new file mode 100644 index 000000000..68bcc0a89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_TargetingTemplate + */ + public function setTargetingTemplates($targetingTemplates) + { + $this->targetingTemplates = $targetingTemplates; + } + /** + * @return Google_Service_Dfareporting_TargetingTemplate + */ + public function getTargetingTemplates() + { + return $this->targetingTemplates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.php new file mode 100644 index 000000000..b6dc2f5d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.php @@ -0,0 +1,118 @@ +browsers = $browsers; + } + /** + * @return Google_Service_Dfareporting_Browser + */ + public function getBrowsers() + { + return $this->browsers; + } + /** + * @param Google_Service_Dfareporting_ConnectionType + */ + public function setConnectionTypes($connectionTypes) + { + $this->connectionTypes = $connectionTypes; + } + /** + * @return Google_Service_Dfareporting_ConnectionType + */ + public function getConnectionTypes() + { + return $this->connectionTypes; + } + /** + * @param Google_Service_Dfareporting_MobileCarrier + */ + public function setMobileCarriers($mobileCarriers) + { + $this->mobileCarriers = $mobileCarriers; + } + /** + * @return Google_Service_Dfareporting_MobileCarrier + */ + public function getMobileCarriers() + { + return $this->mobileCarriers; + } + /** + * @param Google_Service_Dfareporting_OperatingSystemVersion + */ + public function setOperatingSystemVersions($operatingSystemVersions) + { + $this->operatingSystemVersions = $operatingSystemVersions; + } + /** + * @return Google_Service_Dfareporting_OperatingSystemVersion + */ + public function getOperatingSystemVersions() + { + return $this->operatingSystemVersions; + } + /** + * @param Google_Service_Dfareporting_OperatingSystem + */ + public function setOperatingSystems($operatingSystems) + { + $this->operatingSystems = $operatingSystems; + } + /** + * @return Google_Service_Dfareporting_OperatingSystem + */ + public function getOperatingSystems() + { + return $this->operatingSystems; + } + /** + * @param Google_Service_Dfareporting_PlatformType + */ + public function setPlatformTypes($platformTypes) + { + $this->platformTypes = $platformTypes; + } + /** + * @return Google_Service_Dfareporting_PlatformType + */ + public function getPlatformTypes() + { + return $this->platformTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.php new file mode 100644 index 000000000..66ec144b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyTrackingUrl.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyTrackingUrl.php new file mode 100644 index 000000000..34aae9477 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyTrackingUrl.php @@ -0,0 +1,39 @@ +thirdPartyUrlType = $thirdPartyUrlType; + } + public function getThirdPartyUrlType() + { + return $this->thirdPartyUrlType; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TranscodeSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TranscodeSetting.php new file mode 100644 index 000000000..b4ef9477e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TranscodeSetting.php @@ -0,0 +1,40 @@ +enabledVideoFormats = $enabledVideoFormats; + } + public function getEnabledVideoFormats() + { + return $this->enabledVideoFormats; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UniversalAdId.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UniversalAdId.php new file mode 100644 index 000000000..4d3e218a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UniversalAdId.php @@ -0,0 +1,39 @@ +registry = $registry; + } + public function getRegistry() + { + return $this->registry; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserDefinedVariableConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserDefinedVariableConfiguration.php new file mode 100644 index 000000000..f18224e38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserDefinedVariableConfiguration.php @@ -0,0 +1,48 @@ +dataType = $dataType; + } + public function getDataType() + { + return $this->dataType; + } + public function setReportName($reportName) + { + $this->reportName = $reportName; + } + public function getReportName() + { + return $this->reportName; + } + public function setVariableType($variableType) + { + $this->variableType = $variableType; + } + public function getVariableType() + { + return $this->variableType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfile.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfile.php new file mode 100644 index 000000000..3e5a03f8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfile.php @@ -0,0 +1,93 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAccountName($accountName) + { + $this->accountName = $accountName; + } + public function getAccountName() + { + return $this->accountName; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setSubAccountId($subAccountId) + { + $this->subAccountId = $subAccountId; + } + public function getSubAccountId() + { + return $this->subAccountId; + } + public function setSubAccountName($subAccountName) + { + $this->subAccountName = $subAccountName; + } + public function getSubAccountName() + { + return $this->subAccountName; + } + public function setUserName($userName) + { + $this->userName = $userName; + } + public function getUserName() + { + return $this->userName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfileList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfileList.php new file mode 100644 index 000000000..598ad21c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserProfileList.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Dfareporting_UserProfile + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Dfareporting_UserProfile + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php new file mode 100644 index 000000000..51eb37dba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php @@ -0,0 +1,101 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setDefaultUserRole($defaultUserRole) + { + $this->defaultUserRole = $defaultUserRole; + } + public function getDefaultUserRole() + { + return $this->defaultUserRole; + } + 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 setParentUserRoleId($parentUserRoleId) + { + $this->parentUserRoleId = $parentUserRoleId; + } + public function getParentUserRoleId() + { + return $this->parentUserRoleId; + } + /** + * @param Google_Service_Dfareporting_UserRolePermission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Dfareporting_UserRolePermission + */ + public function getPermissions() + { + return $this->permissions; + } + public function setSubaccountId($subaccountId) + { + $this->subaccountId = $subaccountId; + } + public function getSubaccountId() + { + return $this->subaccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php new file mode 100644 index 000000000..590d73630 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php @@ -0,0 +1,66 @@ +availability = $availability; + } + public function getAvailability() + { + return $this->availability; + } + 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 setPermissionGroupId($permissionGroupId) + { + $this->permissionGroupId = $permissionGroupId; + } + public function getPermissionGroupId() + { + return $this->permissionGroupId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroup.php new file mode 100644 index 000000000..e4043083c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroup.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroupsListResponse.php new file mode 100644 index 000000000..d9a665966 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionGroupsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_UserRolePermissionGroup + */ + public function setUserRolePermissionGroups($userRolePermissionGroups) + { + $this->userRolePermissionGroups = $userRolePermissionGroups; + } + /** + * @return Google_Service_Dfareporting_UserRolePermissionGroup + */ + public function getUserRolePermissionGroups() + { + return $this->userRolePermissionGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.php new file mode 100644 index 000000000..79a94358f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_UserRolePermission + */ + public function setUserRolePermissions($userRolePermissions) + { + $this->userRolePermissions = $userRolePermissions; + } + /** + * @return Google_Service_Dfareporting_UserRolePermission + */ + public function getUserRolePermissions() + { + return $this->userRolePermissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.php new file mode 100644 index 000000000..6ebb381d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dfareporting_UserRole + */ + public function setUserRoles($userRoles) + { + $this->userRoles = $userRoles; + } + /** + * @return Google_Service_Dfareporting_UserRole + */ + public function getUserRoles() + { + return $this->userRoles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.php new file mode 100644 index 000000000..908f20ec5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.php @@ -0,0 +1,73 @@ +fileType = $fileType; + } + public function getFileType() + { + return $this->fileType; + } + 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_Dfareporting_Size + */ + public function setResolution(Google_Service_Dfareporting_Size $resolution) + { + $this->resolution = $resolution; + } + /** + * @return Google_Service_Dfareporting_Size + */ + public function getResolution() + { + return $this->resolution; + } + public function setTargetBitRate($targetBitRate) + { + $this->targetBitRate = $targetBitRate; + } + public function getTargetBitRate() + { + return $this->targetBitRate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php new file mode 100644 index 000000000..1f280098c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dfareporting_VideoFormat + */ + public function setVideoFormats($videoFormats) + { + $this->videoFormats = $videoFormats; + } + /** + * @return Google_Service_Dfareporting_VideoFormat + */ + public function getVideoFormats() + { + return $this->videoFormats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.php new file mode 100644 index 000000000..bccdcacfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.php @@ -0,0 +1,39 @@ +offsetPercentage = $offsetPercentage; + } + public function getOffsetPercentage() + { + return $this->offsetPercentage; + } + public function setOffsetSeconds($offsetSeconds) + { + $this->offsetSeconds = $offsetSeconds; + } + public function getOffsetSeconds() + { + return $this->offsetSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoSettings.php new file mode 100644 index 000000000..fe23f1bb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoSettings.php @@ -0,0 +1,87 @@ +companionSettings = $companionSettings; + } + /** + * @return Google_Service_Dfareporting_CompanionSetting + */ + public function getCompanionSettings() + { + return $this->companionSettings; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOrientation($orientation) + { + $this->orientation = $orientation; + } + public function getOrientation() + { + return $this->orientation; + } + /** + * @param Google_Service_Dfareporting_SkippableSetting + */ + public function setSkippableSettings(Google_Service_Dfareporting_SkippableSetting $skippableSettings) + { + $this->skippableSettings = $skippableSettings; + } + /** + * @return Google_Service_Dfareporting_SkippableSetting + */ + public function getSkippableSettings() + { + return $this->skippableSettings; + } + /** + * @param Google_Service_Dfareporting_TranscodeSetting + */ + public function setTranscodeSettings(Google_Service_Dfareporting_TranscodeSetting $transcodeSettings) + { + $this->transcodeSettings = $transcodeSettings; + } + /** + * @return Google_Service_Dfareporting_TranscodeSetting + */ + public function getTranscodeSettings() + { + return $this->transcodeSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php new file mode 100644 index 000000000..b7f78a4ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php @@ -0,0 +1,730 @@ + + * Builds conversational interfaces (for example, chatbots, and voice-powered + * apps and devices). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Dialogflow extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View, manage and query your Dialogflow agents. */ + const DIALOGFLOW = + "https://www.googleapis.com/auth/dialogflow"; + + public $projects; + public $projects_agent; + public $projects_agent_entityTypes; + public $projects_agent_entityTypes_entities; + public $projects_agent_intents; + public $projects_agent_sessions; + public $projects_agent_sessions_contexts; + public $projects_agent_sessions_entityTypes; + public $projects_locations_operations; + public $projects_operations; + + /** + * Constructs the internal representation of the Dialogflow 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://dialogflow.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'dialogflow'; + + $this->projects = new Google_Service_Dialogflow_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'agent' => array( + 'path' => 'v2/{+parent}/agent', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteAgent' => array( + 'path' => 'v2/{+parent}/agent', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAgent' => array( + 'path' => 'v2/{+parent}/agent', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_agent = new Google_Service_Dialogflow_Resource_ProjectsAgent( + $this, + $this->serviceName, + 'agent', + array( + 'methods' => array( + 'export' => array( + 'path' => 'v2/{+parent}/agent:export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'import' => array( + 'path' => 'v2/{+parent}/agent:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'restore' => array( + 'path' => 'v2/{+parent}/agent:restore', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'v2/{+parent}/agent:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'train' => array( + 'path' => 'v2/{+parent}/agent:train', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_agent_entityTypes = new Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypes( + $this, + $this->serviceName, + 'entityTypes', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v2/{+parent}/entityTypes:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchUpdate' => array( + 'path' => 'v2/{+parent}/entityTypes:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2/{+parent}/entityTypes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/entityTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_agent_entityTypes_entities = new Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypesEntities( + $this, + $this->serviceName, + 'entities', + array( + 'methods' => array( + 'batchCreate' => array( + 'path' => 'v2/{+parent}/entities:batchCreate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchDelete' => array( + 'path' => 'v2/{+parent}/entities:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchUpdate' => array( + 'path' => 'v2/{+parent}/entities:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_agent_intents = new Google_Service_Dialogflow_Resource_ProjectsAgentIntents( + $this, + $this->serviceName, + 'intents', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v2/{+parent}/intents:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchUpdate' => array( + 'path' => 'v2/{+parent}/intents:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2/{+parent}/intents', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'intentView' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'intentView' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/intents', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'intentView' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'intentView' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_agent_sessions = new Google_Service_Dialogflow_Resource_ProjectsAgentSessions( + $this, + $this->serviceName, + 'sessions', + array( + 'methods' => array( + 'deleteContexts' => array( + 'path' => 'v2/{+parent}/contexts', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'detectIntent' => array( + 'path' => 'v2/{+session}:detectIntent', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_agent_sessions_contexts = new Google_Service_Dialogflow_Resource_ProjectsAgentSessionsContexts( + $this, + $this->serviceName, + 'contexts', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/contexts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/contexts', + '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' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_agent_sessions_entityTypes = new Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes( + $this, + $this->serviceName, + 'entityTypes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/entityTypes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/entityTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_Dialogflow_Resource_ProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v2/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_operations = new Google_Service_Dialogflow_Resource_ProjectsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v2/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Agent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Agent.php new file mode 100644 index 000000000..622abc182 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Agent.php @@ -0,0 +1,130 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setAvatarUri($avatarUri) + { + $this->avatarUri = $avatarUri; + } + public function getAvatarUri() + { + return $this->avatarUri; + } + public function setClassificationThreshold($classificationThreshold) + { + $this->classificationThreshold = $classificationThreshold; + } + public function getClassificationThreshold() + { + return $this->classificationThreshold; + } + public function setDefaultLanguageCode($defaultLanguageCode) + { + $this->defaultLanguageCode = $defaultLanguageCode; + } + public function getDefaultLanguageCode() + { + return $this->defaultLanguageCode; + } + 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 setEnableLogging($enableLogging) + { + $this->enableLogging = $enableLogging; + } + public function getEnableLogging() + { + return $this->enableLogging; + } + public function setMatchMode($matchMode) + { + $this->matchMode = $matchMode; + } + public function getMatchMode() + { + return $this->matchMode; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setSupportedLanguageCodes($supportedLanguageCodes) + { + $this->supportedLanguageCodes = $supportedLanguageCodes; + } + public function getSupportedLanguageCodes() + { + return $this->supportedLanguageCodes; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.php new file mode 100644 index 000000000..bed5bede1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.php @@ -0,0 +1,76 @@ +answerRecord = $answerRecord; + } + public function getAnswerRecord() + { + return $this->answerRecord; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setSnippets($snippets) + { + $this->snippets = $snippets; + } + public function getSnippets() + { + return $this->snippets; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchCreateEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchCreateEntitiesRequest.php new file mode 100644 index 000000000..d4cdc7fb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchCreateEntitiesRequest.php @@ -0,0 +1,47 @@ +entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.php new file mode 100644 index 000000000..40a952e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.php @@ -0,0 +1,40 @@ +entityValues = $entityValues; + } + public function getEntityValues() + { + return $this->entityValues; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.php new file mode 100644 index 000000000..9d61cac22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.php @@ -0,0 +1,31 @@ +entityTypeNames = $entityTypeNames; + } + public function getEntityTypeNames() + { + return $this->entityTypeNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteIntentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteIntentsRequest.php new file mode 100644 index 000000000..fdfb050e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchDeleteIntentsRequest.php @@ -0,0 +1,38 @@ +intents = $intents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function getIntents() + { + return $this->intents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntitiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntitiesRequest.php new file mode 100644 index 000000000..f80504db7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntitiesRequest.php @@ -0,0 +1,56 @@ +entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest.php new file mode 100644 index 000000000..329299945 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest.php @@ -0,0 +1,64 @@ +entityTypeBatchInline = $entityTypeBatchInline; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeBatch + */ + public function getEntityTypeBatchInline() + { + return $this->entityTypeBatchInline; + } + public function setEntityTypeBatchUri($entityTypeBatchUri) + { + $this->entityTypeBatchUri = $entityTypeBatchUri; + } + public function getEntityTypeBatchUri() + { + return $this->entityTypeBatchUri; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse.php new file mode 100644 index 000000000..dcd9d3d85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse.php @@ -0,0 +1,38 @@ +entityTypes = $entityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType + */ + public function getEntityTypes() + { + return $this->entityTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsRequest.php new file mode 100644 index 000000000..30a219aee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsRequest.php @@ -0,0 +1,73 @@ +intentBatchInline = $intentBatchInline; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentBatch + */ + public function getIntentBatchInline() + { + return $this->intentBatchInline; + } + public function setIntentBatchUri($intentBatchUri) + { + $this->intentBatchUri = $intentBatchUri; + } + public function getIntentBatchUri() + { + return $this->intentBatchUri; + } + public function setIntentView($intentView) + { + $this->intentView = $intentView; + } + public function getIntentView() + { + return $this->intentView; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsResponse.php new file mode 100644 index 000000000..fdf8b0590 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2BatchUpdateIntentsResponse.php @@ -0,0 +1,38 @@ +intents = $intents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function getIntents() + { + return $this->intents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Context.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Context.php new file mode 100644 index 000000000..ac14c9157 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Context.php @@ -0,0 +1,48 @@ +lifespanCount = $lifespanCount; + } + public function getLifespanCount() + { + return $this->lifespanCount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentRequest.php new file mode 100644 index 000000000..6d0760952 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentRequest.php @@ -0,0 +1,78 @@ +inputAudio = $inputAudio; + } + public function getInputAudio() + { + return $this->inputAudio; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig + */ + public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig $outputAudioConfig) + { + $this->outputAudioConfig = $outputAudioConfig; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig + */ + public function getOutputAudioConfig() + { + return $this->outputAudioConfig; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput + */ + public function setQueryInput(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput $queryInput) + { + $this->queryInput = $queryInput; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryInput + */ + public function getQueryInput() + { + return $this->queryInput; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters + */ + public function setQueryParams(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters $queryParams) + { + $this->queryParams = $queryParams; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryParameters + */ + public function getQueryParams() + { + return $this->queryParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentResponse.php new file mode 100644 index 000000000..e5d4bd2fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2DetectIntentResponse.php @@ -0,0 +1,87 @@ +outputAudio = $outputAudio; + } + public function getOutputAudio() + { + return $this->outputAudio; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig + */ + public function setOutputAudioConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig $outputAudioConfig) + { + $this->outputAudioConfig = $outputAudioConfig; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OutputAudioConfig + */ + public function getOutputAudioConfig() + { + return $this->outputAudioConfig; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult + */ + public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult $queryResult) + { + $this->queryResult = $queryResult; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult + */ + public function getQueryResult() + { + return $this->queryResult; + } + public function setResponseId($responseId) + { + $this->responseId = $responseId; + } + public function getResponseId() + { + return $this->responseId; + } + /** + * @param Google_Service_Dialogflow_GoogleRpcStatus + */ + public function setWebhookStatus(Google_Service_Dialogflow_GoogleRpcStatus $webhookStatus) + { + $this->webhookStatus = $webhookStatus; + } + /** + * @return Google_Service_Dialogflow_GoogleRpcStatus + */ + public function getWebhookStatus() + { + return $this->webhookStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php new file mode 100644 index 000000000..d81953ad8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php @@ -0,0 +1,83 @@ +autoExpansionMode = $autoExpansionMode; + } + public function getAutoExpansionMode() + { + return $this->autoExpansionMode; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEnableFuzzyExtraction($enableFuzzyExtraction) + { + $this->enableFuzzyExtraction = $enableFuzzyExtraction; + } + public function getEnableFuzzyExtraction() + { + return $this->enableFuzzyExtraction; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity + */ + public function setEntities($entities) + { + $this->entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeBatch.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeBatch.php new file mode 100644 index 000000000..e230c185f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeBatch.php @@ -0,0 +1,38 @@ +entityTypes = $entityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType + */ + public function getEntityTypes() + { + return $this->entityTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeEntity.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeEntity.php new file mode 100644 index 000000000..4ddd0af78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityTypeEntity.php @@ -0,0 +1,40 @@ +synonyms = $synonyms; + } + public function getSynonyms() + { + return $this->synonyms; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EventInput.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EventInput.php new file mode 100644 index 000000000..34d269e8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EventInput.php @@ -0,0 +1,48 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentRequest.php new file mode 100644 index 000000000..47ebdefef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentRequest.php @@ -0,0 +1,30 @@ +agentUri = $agentUri; + } + public function getAgentUri() + { + return $this->agentUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentResponse.php new file mode 100644 index 000000000..9864f7bec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ExportAgentResponse.php @@ -0,0 +1,39 @@ +agentContent = $agentContent; + } + public function getAgentContent() + { + return $this->agentContent; + } + public function setAgentUri($agentUri) + { + $this->agentUri = $agentUri; + } + public function getAgentUri() + { + return $this->agentUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.php new file mode 100644 index 000000000..e44761562 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.php @@ -0,0 +1,75 @@ +answer = $answer; + } + public function getAnswer() + { + return $this->answer; + } + public function setAnswerRecord($answerRecord) + { + $this->answerRecord = $answerRecord; + } + public function getAnswerRecord() + { + return $this->answerRecord; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setQuestion($question) + { + $this->question = $question; + } + public function getQuestion() + { + return $this->question; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.php new file mode 100644 index 000000000..e5898d487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.php @@ -0,0 +1,56 @@ +conversation = $conversation; + } + public function getConversation() + { + return $this->conversation; + } + public function setParticipant($participant) + { + $this->participant = $participant; + } + public function getParticipant() + { + return $this->participant; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestionResult + */ + public function setSuggestionResults($suggestionResults) + { + $this->suggestionResults = $suggestionResults; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestionResult + */ + public function getSuggestionResults() + { + return $this->suggestionResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ImportAgentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ImportAgentRequest.php new file mode 100644 index 000000000..f2de29c67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ImportAgentRequest.php @@ -0,0 +1,39 @@ +agentContent = $agentContent; + } + public function getAgentContent() + { + return $this->agentContent; + } + public function setAgentUri($agentUri) + { + $this->agentUri = $agentUri; + } + public function getAgentUri() + { + return $this->agentUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2InputAudioConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2InputAudioConfig.php new file mode 100644 index 000000000..7a371f769 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2InputAudioConfig.php @@ -0,0 +1,76 @@ +audioEncoding = $audioEncoding; + } + public function getAudioEncoding() + { + return $this->audioEncoding; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setModelVariant($modelVariant) + { + $this->modelVariant = $modelVariant; + } + public function getModelVariant() + { + return $this->modelVariant; + } + public function setPhraseHints($phraseHints) + { + $this->phraseHints = $phraseHints; + } + public function getPhraseHints() + { + return $this->phraseHints; + } + public function setSampleRateHertz($sampleRateHertz) + { + $this->sampleRateHertz = $sampleRateHertz; + } + public function getSampleRateHertz() + { + return $this->sampleRateHertz; + } + public function setSingleUtterance($singleUtterance) + { + $this->singleUtterance = $singleUtterance; + } + public function getSingleUtterance() + { + return $this->singleUtterance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Intent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Intent.php new file mode 100644 index 000000000..e03e84e08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Intent.php @@ -0,0 +1,219 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setDefaultResponsePlatforms($defaultResponsePlatforms) + { + $this->defaultResponsePlatforms = $defaultResponsePlatforms; + } + public function getDefaultResponsePlatforms() + { + return $this->defaultResponsePlatforms; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEvents($events) + { + $this->events = $events; + } + public function getEvents() + { + return $this->events; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo + */ + public function setFollowupIntentInfo($followupIntentInfo) + { + $this->followupIntentInfo = $followupIntentInfo; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentFollowupIntentInfo + */ + public function getFollowupIntentInfo() + { + return $this->followupIntentInfo; + } + public function setInputContextNames($inputContextNames) + { + $this->inputContextNames = $inputContextNames; + } + public function getInputContextNames() + { + return $this->inputContextNames; + } + public function setIsFallback($isFallback) + { + $this->isFallback = $isFallback; + } + public function getIsFallback() + { + return $this->isFallback; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage + */ + public function getMessages() + { + return $this->messages; + } + public function setMlDisabled($mlDisabled) + { + $this->mlDisabled = $mlDisabled; + } + public function getMlDisabled() + { + return $this->mlDisabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function setOutputContexts($outputContexts) + { + $this->outputContexts = $outputContexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function getOutputContexts() + { + return $this->outputContexts; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setParentFollowupIntentName($parentFollowupIntentName) + { + $this->parentFollowupIntentName = $parentFollowupIntentName; + } + public function getParentFollowupIntentName() + { + return $this->parentFollowupIntentName; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setResetContexts($resetContexts) + { + $this->resetContexts = $resetContexts; + } + public function getResetContexts() + { + return $this->resetContexts; + } + public function setRootFollowupIntentName($rootFollowupIntentName) + { + $this->rootFollowupIntentName = $rootFollowupIntentName; + } + public function getRootFollowupIntentName() + { + return $this->rootFollowupIntentName; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase + */ + public function setTrainingPhrases($trainingPhrases) + { + $this->trainingPhrases = $trainingPhrases; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase + */ + public function getTrainingPhrases() + { + return $this->trainingPhrases; + } + public function setWebhookState($webhookState) + { + $this->webhookState = $webhookState; + } + public function getWebhookState() + { + return $this->webhookState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentBatch.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentBatch.php new file mode 100644 index 000000000..5408679c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentBatch.php @@ -0,0 +1,38 @@ +intents = $intents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function getIntents() + { + return $this->intents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentFollowupIntentInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentFollowupIntentInfo.php new file mode 100644 index 000000000..18bb719ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentFollowupIntentInfo.php @@ -0,0 +1,39 @@ +followupIntentName = $followupIntentName; + } + public function getFollowupIntentName() + { + return $this->followupIntentName; + } + public function setParentFollowupIntentName($parentFollowupIntentName) + { + $this->parentFollowupIntentName = $parentFollowupIntentName; + } + public function getParentFollowupIntentName() + { + return $this->parentFollowupIntentName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessage.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessage.php new file mode 100644 index 000000000..83cd75921 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessage.php @@ -0,0 +1,199 @@ +basicCard = $basicCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCard + */ + public function getBasicCard() + { + return $this->basicCard; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard + */ + public function setCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard $card) + { + $this->card = $card; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCard + */ + public function getCard() + { + return $this->card; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect + */ + public function setCarouselSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect $carouselSelect) + { + $this->carouselSelect = $carouselSelect; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelect + */ + public function getCarouselSelect() + { + return $this->carouselSelect; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion + */ + public function setLinkOutSuggestion(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion $linkOutSuggestion) + { + $this->linkOutSuggestion = $linkOutSuggestion; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion + */ + public function getLinkOutSuggestion() + { + return $this->linkOutSuggestion; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect + */ + public function setListSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect $listSelect) + { + $this->listSelect = $listSelect; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect + */ + public function getListSelect() + { + return $this->listSelect; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies + */ + public function setQuickReplies(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies $quickReplies) + { + $this->quickReplies = $quickReplies; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageQuickReplies + */ + public function getQuickReplies() + { + return $this->quickReplies; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses + */ + public function setSimpleResponses(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses $simpleResponses) + { + $this->simpleResponses = $simpleResponses; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponses + */ + public function getSimpleResponses() + { + return $this->simpleResponses; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions + */ + public function setSuggestions(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions $suggestions) + { + $this->suggestions = $suggestions; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestions + */ + public function getSuggestions() + { + return $this->suggestions; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText + */ + public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText $text) + { + $this->text = $text; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageText + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCard.php new file mode 100644 index 000000000..e7cf3dc71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCard.php @@ -0,0 +1,81 @@ +buttons = $buttons; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCardButton + */ + public function getButtons() + { + return $this->buttons; + } + public function setFormattedText($formattedText) + { + $this->formattedText = $formattedText; + } + public function getFormattedText() + { + return $this->formattedText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButton.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButton.php new file mode 100644 index 000000000..8d71ef6f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButton.php @@ -0,0 +1,46 @@ +openUriAction = $openUriAction; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction + */ + public function getOpenUriAction() + { + return $this->openUriAction; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction.php new file mode 100644 index 000000000..610ad1564 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCard.php new file mode 100644 index 000000000..b5dcc3e1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCard.php @@ -0,0 +1,65 @@ +buttons = $buttons; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCardButton + */ + public function getButtons() + { + return $this->buttons; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCardButton.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCardButton.php new file mode 100644 index 000000000..778bb98e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCardButton.php @@ -0,0 +1,39 @@ +postback = $postback; + } + public function getPostback() + { + return $this->postback; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelect.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelect.php new file mode 100644 index 000000000..b3913d0f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelect.php @@ -0,0 +1,38 @@ +items = $items; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCarouselSelectItem + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelectItem.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelectItem.php new file mode 100644 index 000000000..7e9f558d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageCarouselSelectItem.php @@ -0,0 +1,71 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo + */ + public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo $info) + { + $this->info = $info; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo + */ + public function getInfo() + { + return $this->info; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageImage.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageImage.php new file mode 100644 index 000000000..d19546871 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageImage.php @@ -0,0 +1,39 @@ +accessibilityText = $accessibilityText; + } + public function getAccessibilityText() + { + return $this->accessibilityText; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.php new file mode 100644 index 000000000..94b745ef0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.php @@ -0,0 +1,39 @@ +destinationName = $destinationName; + } + public function getDestinationName() + { + return $this->destinationName; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelect.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelect.php new file mode 100644 index 000000000..782ab32f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelect.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelectItem + */ + public function getItems() + { + return $this->items; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelectItem.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelectItem.php new file mode 100644 index 000000000..880df1c92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageListSelectItem.php @@ -0,0 +1,71 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo + */ + public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo $info) + { + $this->info = $info; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSelectItemInfo + */ + public function getInfo() + { + return $this->info; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageQuickReplies.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageQuickReplies.php new file mode 100644 index 000000000..eb2c7aed9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageQuickReplies.php @@ -0,0 +1,40 @@ +quickReplies = $quickReplies; + } + public function getQuickReplies() + { + return $this->quickReplies; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSelectItemInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSelectItemInfo.php new file mode 100644 index 000000000..b685095d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSelectItemInfo.php @@ -0,0 +1,40 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setSynonyms($synonyms) + { + $this->synonyms = $synonyms; + } + public function getSynonyms() + { + return $this->synonyms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponse.php new file mode 100644 index 000000000..ea82d1d2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponse.php @@ -0,0 +1,48 @@ +displayText = $displayText; + } + public function getDisplayText() + { + return $this->displayText; + } + public function setSsml($ssml) + { + $this->ssml = $ssml; + } + public function getSsml() + { + return $this->ssml; + } + public function setTextToSpeech($textToSpeech) + { + $this->textToSpeech = $textToSpeech; + } + public function getTextToSpeech() + { + return $this->textToSpeech; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponses.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponses.php new file mode 100644 index 000000000..4dc040174 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSimpleResponses.php @@ -0,0 +1,38 @@ +simpleResponses = $simpleResponses; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponse + */ + public function getSimpleResponses() + { + return $this->simpleResponses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestion.php new file mode 100644 index 000000000..31e1fb98a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestion.php @@ -0,0 +1,30 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestions.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestions.php new file mode 100644 index 000000000..b8463de76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageSuggestions.php @@ -0,0 +1,38 @@ +suggestions = $suggestions; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSuggestion + */ + public function getSuggestions() + { + return $this->suggestions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageText.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageText.php new file mode 100644 index 000000000..426c526ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentMessageText.php @@ -0,0 +1,31 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentParameter.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentParameter.php new file mode 100644 index 000000000..e910d63a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentParameter.php @@ -0,0 +1,94 @@ +defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEntityTypeDisplayName($entityTypeDisplayName) + { + $this->entityTypeDisplayName = $entityTypeDisplayName; + } + public function getEntityTypeDisplayName() + { + return $this->entityTypeDisplayName; + } + public function setIsList($isList) + { + $this->isList = $isList; + } + public function getIsList() + { + return $this->isList; + } + public function setMandatory($mandatory) + { + $this->mandatory = $mandatory; + } + public function getMandatory() + { + return $this->mandatory; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrompts($prompts) + { + $this->prompts = $prompts; + } + public function getPrompts() + { + return $this->prompts; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrase.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrase.php new file mode 100644 index 000000000..67e9663f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrase.php @@ -0,0 +1,65 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart + */ + public function setParts($parts) + { + $this->parts = $parts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart + */ + public function getParts() + { + return $this->parts; + } + public function setTimesAddedCount($timesAddedCount) + { + $this->timesAddedCount = $timesAddedCount; + } + public function getTimesAddedCount() + { + return $this->timesAddedCount; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrasePart.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrasePart.php new file mode 100644 index 000000000..d9e93213c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2IntentTrainingPhrasePart.php @@ -0,0 +1,57 @@ +alias = $alias; + } + public function getAlias() + { + return $this->alias; + } + public function setEntityType($entityType) + { + $this->entityType = $entityType; + } + public function getEntityType() + { + return $this->entityType; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } + public function setUserDefined($userDefined) + { + $this->userDefined = $userDefined; + } + public function getUserDefined() + { + return $this->userDefined; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.php new file mode 100644 index 000000000..319d53aae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.php @@ -0,0 +1,30 @@ +state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListContextsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListContextsResponse.php new file mode 100644 index 000000000..7f286b5dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListContextsResponse.php @@ -0,0 +1,47 @@ +contexts = $contexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function getContexts() + { + return $this->contexts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEntityTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEntityTypesResponse.php new file mode 100644 index 000000000..3b390209a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListEntityTypesResponse.php @@ -0,0 +1,47 @@ +entityTypes = $entityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType + */ + public function getEntityTypes() + { + return $this->entityTypes; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListIntentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListIntentsResponse.php new file mode 100644 index 000000000..d8ae7215f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListIntentsResponse.php @@ -0,0 +1,47 @@ +intents = $intents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function getIntents() + { + return $this->intents; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListSessionEntityTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListSessionEntityTypesResponse.php new file mode 100644 index 000000000..7646cfc4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ListSessionEntityTypesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function setSessionEntityTypes($sessionEntityTypes) + { + $this->sessionEntityTypes = $sessionEntityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function getSessionEntityTypes() + { + return $this->sessionEntityTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OriginalDetectIntentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OriginalDetectIntentRequest.php new file mode 100644 index 000000000..e37009c58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OriginalDetectIntentRequest.php @@ -0,0 +1,48 @@ +payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OutputAudioConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OutputAudioConfig.php new file mode 100644 index 000000000..c87c971b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2OutputAudioConfig.php @@ -0,0 +1,55 @@ +audioEncoding = $audioEncoding; + } + public function getAudioEncoding() + { + return $this->audioEncoding; + } + public function setSampleRateHertz($sampleRateHertz) + { + $this->sampleRateHertz = $sampleRateHertz; + } + public function getSampleRateHertz() + { + return $this->sampleRateHertz; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig + */ + public function setSynthesizeSpeechConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig $synthesizeSpeechConfig) + { + $this->synthesizeSpeechConfig = $synthesizeSpeechConfig; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig + */ + public function getSynthesizeSpeechConfig() + { + return $this->synthesizeSpeechConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryInput.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryInput.php new file mode 100644 index 000000000..ce7920f92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryInput.php @@ -0,0 +1,69 @@ +audioConfig = $audioConfig; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2InputAudioConfig + */ + public function getAudioConfig() + { + return $this->audioConfig; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput + */ + public function setEvent(Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput $event) + { + $this->event = $event; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput + */ + public function getEvent() + { + return $this->event; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput + */ + public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput $text) + { + $this->text = $text; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2TextInput + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryParameters.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryParameters.php new file mode 100644 index 000000000..7b78c98f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryParameters.php @@ -0,0 +1,113 @@ +contexts = $contexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function getContexts() + { + return $this->contexts; + } + /** + * @param Google_Service_Dialogflow_GoogleTypeLatLng + */ + public function setGeoLocation(Google_Service_Dialogflow_GoogleTypeLatLng $geoLocation) + { + $this->geoLocation = $geoLocation; + } + /** + * @return Google_Service_Dialogflow_GoogleTypeLatLng + */ + public function getGeoLocation() + { + return $this->geoLocation; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setResetContexts($resetContexts) + { + $this->resetContexts = $resetContexts; + } + public function getResetContexts() + { + return $this->resetContexts; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig + */ + public function setSentimentAnalysisRequestConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig $sentimentAnalysisRequestConfig) + { + $this->sentimentAnalysisRequestConfig = $sentimentAnalysisRequestConfig; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisRequestConfig + */ + public function getSentimentAnalysisRequestConfig() + { + return $this->sentimentAnalysisRequestConfig; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function setSessionEntityTypes($sessionEntityTypes) + { + $this->sessionEntityTypes = $sessionEntityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function getSessionEntityTypes() + { + return $this->sessionEntityTypes; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryResult.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryResult.php new file mode 100644 index 000000000..7f02371bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2QueryResult.php @@ -0,0 +1,185 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setAllRequiredParamsPresent($allRequiredParamsPresent) + { + $this->allRequiredParamsPresent = $allRequiredParamsPresent; + } + public function getAllRequiredParamsPresent() + { + return $this->allRequiredParamsPresent; + } + public function setDiagnosticInfo($diagnosticInfo) + { + $this->diagnosticInfo = $diagnosticInfo; + } + public function getDiagnosticInfo() + { + return $this->diagnosticInfo; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage + */ + public function setFulfillmentMessages($fulfillmentMessages) + { + $this->fulfillmentMessages = $fulfillmentMessages; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage + */ + public function getFulfillmentMessages() + { + return $this->fulfillmentMessages; + } + public function setFulfillmentText($fulfillmentText) + { + $this->fulfillmentText = $fulfillmentText; + } + public function getFulfillmentText() + { + return $this->fulfillmentText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $intent) + { + $this->intent = $intent; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function getIntent() + { + return $this->intent; + } + public function setIntentDetectionConfidence($intentDetectionConfidence) + { + $this->intentDetectionConfidence = $intentDetectionConfidence; + } + public function getIntentDetectionConfidence() + { + return $this->intentDetectionConfidence; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function setOutputContexts($outputContexts) + { + $this->outputContexts = $outputContexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function getOutputContexts() + { + return $this->outputContexts; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } + public function setQueryText($queryText) + { + $this->queryText = $queryText; + } + public function getQueryText() + { + return $this->queryText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult + */ + public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult $sentimentAnalysisResult) + { + $this->sentimentAnalysisResult = $sentimentAnalysisResult; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SentimentAnalysisResult + */ + public function getSentimentAnalysisResult() + { + return $this->sentimentAnalysisResult; + } + public function setSpeechRecognitionConfidence($speechRecognitionConfidence) + { + $this->speechRecognitionConfidence = $speechRecognitionConfidence; + } + public function getSpeechRecognitionConfidence() + { + return $this->speechRecognitionConfidence; + } + public function setWebhookPayload($webhookPayload) + { + $this->webhookPayload = $webhookPayload; + } + public function getWebhookPayload() + { + return $this->webhookPayload; + } + public function setWebhookSource($webhookSource) + { + $this->webhookSource = $webhookSource; + } + public function getWebhookSource() + { + return $this->webhookSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2RestoreAgentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2RestoreAgentRequest.php new file mode 100644 index 000000000..92cda25e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2RestoreAgentRequest.php @@ -0,0 +1,39 @@ +agentContent = $agentContent; + } + public function getAgentContent() + { + return $this->agentContent; + } + public function setAgentUri($agentUri) + { + $this->agentUri = $agentUri; + } + public function getAgentUri() + { + return $this->agentUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SearchAgentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SearchAgentsResponse.php new file mode 100644 index 000000000..3914c6e2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SearchAgentsResponse.php @@ -0,0 +1,47 @@ +agents = $agents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent + */ + public function getAgents() + { + return $this->agents; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Sentiment.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Sentiment.php new file mode 100644 index 000000000..e5dd3a661 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Sentiment.php @@ -0,0 +1,39 @@ +magnitude = $magnitude; + } + public function getMagnitude() + { + return $this->magnitude; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.php new file mode 100644 index 000000000..a2cf23b8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.php @@ -0,0 +1,30 @@ +analyzeQueryTextSentiment = $analyzeQueryTextSentiment; + } + public function getAnalyzeQueryTextSentiment() + { + return $this->analyzeQueryTextSentiment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisResult.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisResult.php new file mode 100644 index 000000000..f432e1e2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SentimentAnalysisResult.php @@ -0,0 +1,37 @@ +queryTextSentiment = $queryTextSentiment; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Sentiment + */ + public function getQueryTextSentiment() + { + return $this->queryTextSentiment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SessionEntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SessionEntityType.php new file mode 100644 index 000000000..2e1866be0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SessionEntityType.php @@ -0,0 +1,56 @@ +entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + public function setEntityOverrideMode($entityOverrideMode) + { + $this->entityOverrideMode = $entityOverrideMode; + } + public function getEntityOverrideMode() + { + return $this->entityOverrideMode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.php new file mode 100644 index 000000000..71f4b37e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.php @@ -0,0 +1,56 @@ +articleAnswers = $articleAnswers; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ArticleAnswer + */ + public function getArticleAnswers() + { + return $this->articleAnswers; + } + public function setContextSize($contextSize) + { + $this->contextSize = $contextSize; + } + public function getContextSize() + { + return $this->contextSize; + } + public function setLatestMessage($latestMessage) + { + $this->latestMessage = $latestMessage; + } + public function getLatestMessage() + { + return $this->latestMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.php new file mode 100644 index 000000000..351d504fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.php @@ -0,0 +1,56 @@ +contextSize = $contextSize; + } + public function getContextSize() + { + return $this->contextSize; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2FaqAnswer + */ + public function setFaqAnswers($faqAnswers) + { + $this->faqAnswers = $faqAnswers; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2FaqAnswer + */ + public function getFaqAnswers() + { + return $this->faqAnswers; + } + public function setLatestMessage($latestMessage) + { + $this->latestMessage = $latestMessage; + } + public function getLatestMessage() + { + return $this->latestMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.php new file mode 100644 index 000000000..4f4b2aecc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.php @@ -0,0 +1,69 @@ +error = $error; + } + /** + * @return Google_Service_Dialogflow_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse + */ + public function setSuggestArticlesResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse $suggestArticlesResponse) + { + $this->suggestArticlesResponse = $suggestArticlesResponse; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse + */ + public function getSuggestArticlesResponse() + { + return $this->suggestArticlesResponse; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse + */ + public function setSuggestFaqAnswersResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse $suggestFaqAnswersResponse) + { + $this->suggestFaqAnswersResponse = $suggestFaqAnswersResponse; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse + */ + public function getSuggestFaqAnswersResponse() + { + return $this->suggestFaqAnswersResponse; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SynthesizeSpeechConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SynthesizeSpeechConfig.php new file mode 100644 index 000000000..1bbddf6b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SynthesizeSpeechConfig.php @@ -0,0 +1,74 @@ +effectsProfileId = $effectsProfileId; + } + public function getEffectsProfileId() + { + return $this->effectsProfileId; + } + public function setPitch($pitch) + { + $this->pitch = $pitch; + } + public function getPitch() + { + return $this->pitch; + } + public function setSpeakingRate($speakingRate) + { + $this->speakingRate = $speakingRate; + } + public function getSpeakingRate() + { + return $this->speakingRate; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2VoiceSelectionParams + */ + public function setVoice(Google_Service_Dialogflow_GoogleCloudDialogflowV2VoiceSelectionParams $voice) + { + $this->voice = $voice; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2VoiceSelectionParams + */ + public function getVoice() + { + return $this->voice; + } + public function setVolumeGainDb($volumeGainDb) + { + $this->volumeGainDb = $volumeGainDb; + } + public function getVolumeGainDb() + { + return $this->volumeGainDb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TextInput.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TextInput.php new file mode 100644 index 000000000..c527f1965 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TextInput.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/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TrainAgentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TrainAgentRequest.php new file mode 100644 index 000000000..d31275880 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2TrainAgentRequest.php @@ -0,0 +1,20 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSsmlGender($ssmlGender) + { + $this->ssmlGender = $ssmlGender; + } + public function getSsmlGender() + { + return $this->ssmlGender; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookRequest.php new file mode 100644 index 000000000..83eaa7660 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookRequest.php @@ -0,0 +1,71 @@ +originalDetectIntentRequest = $originalDetectIntentRequest; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2OriginalDetectIntentRequest + */ + public function getOriginalDetectIntentRequest() + { + return $this->originalDetectIntentRequest; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult + */ + public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult $queryResult) + { + $this->queryResult = $queryResult; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2QueryResult + */ + public function getQueryResult() + { + return $this->queryResult; + } + public function setResponseId($responseId) + { + $this->responseId = $responseId; + } + public function getResponseId() + { + return $this->responseId; + } + public function setSession($session) + { + $this->session = $session; + } + public function getSession() + { + return $this->session; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php new file mode 100644 index 000000000..e13421417 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php @@ -0,0 +1,113 @@ +followupEventInput = $followupEventInput; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput + */ + public function getFollowupEventInput() + { + return $this->followupEventInput; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage + */ + public function setFulfillmentMessages($fulfillmentMessages) + { + $this->fulfillmentMessages = $fulfillmentMessages; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage + */ + public function getFulfillmentMessages() + { + return $this->fulfillmentMessages; + } + public function setFulfillmentText($fulfillmentText) + { + $this->fulfillmentText = $fulfillmentText; + } + public function getFulfillmentText() + { + return $this->fulfillmentText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function setOutputContexts($outputContexts) + { + $this->outputContexts = $outputContexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function getOutputContexts() + { + return $this->outputContexts; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function setSessionEntityTypes($sessionEntityTypes) + { + $this->sessionEntityTypes = $sessionEntityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function getSessionEntityTypes() + { + return $this->sessionEntityTypes; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1AnnotatedConversationDataset.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1AnnotatedConversationDataset.php new file mode 100644 index 000000000..07495ee4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1AnnotatedConversationDataset.php @@ -0,0 +1,84 @@ +completedExampleCount = $completedExampleCount; + } + public function getCompletedExampleCount() + { + return $this->completedExampleCount; + } + 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 setExampleCount($exampleCount) + { + $this->exampleCount = $exampleCount; + } + public function getExampleCount() + { + return $this->exampleCount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setQuestionTypeName($questionTypeName) + { + $this->questionTypeName = $questionTypeName; + } + public function getQuestionTypeName() + { + return $this->questionTypeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse.php new file mode 100644 index 000000000..e348e3ec6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse.php @@ -0,0 +1,38 @@ +entityTypes = $entityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityType + */ + public function getEntityTypes() + { + return $this->entityTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.php new file mode 100644 index 000000000..1062f3298 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.php @@ -0,0 +1,38 @@ +intents = $intents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent + */ + public function getIntents() + { + return $this->intents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Context.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Context.php new file mode 100644 index 000000000..6ed549bcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Context.php @@ -0,0 +1,48 @@ +lifespanCount = $lifespanCount; + } + public function getLifespanCount() + { + return $this->lifespanCount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php new file mode 100644 index 000000000..5862298fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php @@ -0,0 +1,83 @@ +autoExpansionMode = $autoExpansionMode; + } + public function getAutoExpansionMode() + { + return $this->autoExpansionMode; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEnableFuzzyExtraction($enableFuzzyExtraction) + { + $this->enableFuzzyExtraction = $enableFuzzyExtraction; + } + public function getEnableFuzzyExtraction() + { + return $this->enableFuzzyExtraction; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity + */ + public function setEntities($entities) + { + $this->entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityTypeEntity.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityTypeEntity.php new file mode 100644 index 000000000..7215b007f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityTypeEntity.php @@ -0,0 +1,40 @@ +synonyms = $synonyms; + } + public function getSynonyms() + { + return $this->synonyms; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EventInput.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EventInput.php new file mode 100644 index 000000000..2cd370b16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EventInput.php @@ -0,0 +1,48 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ExportAgentResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ExportAgentResponse.php new file mode 100644 index 000000000..25426a62a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ExportAgentResponse.php @@ -0,0 +1,39 @@ +agentContent = $agentContent; + } + public function getAgentContent() + { + return $this->agentContent; + } + public function setAgentUri($agentUri) + { + $this->agentUri = $agentUri; + } + public function getAgentUri() + { + return $this->agentUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Intent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Intent.php new file mode 100644 index 000000000..5c33d4101 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Intent.php @@ -0,0 +1,237 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setDefaultResponsePlatforms($defaultResponsePlatforms) + { + $this->defaultResponsePlatforms = $defaultResponsePlatforms; + } + public function getDefaultResponsePlatforms() + { + return $this->defaultResponsePlatforms; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEndInteraction($endInteraction) + { + $this->endInteraction = $endInteraction; + } + public function getEndInteraction() + { + return $this->endInteraction; + } + public function setEvents($events) + { + $this->events = $events; + } + public function getEvents() + { + return $this->events; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo + */ + public function setFollowupIntentInfo($followupIntentInfo) + { + $this->followupIntentInfo = $followupIntentInfo; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo + */ + public function getFollowupIntentInfo() + { + return $this->followupIntentInfo; + } + public function setInputContextNames($inputContextNames) + { + $this->inputContextNames = $inputContextNames; + } + public function getInputContextNames() + { + return $this->inputContextNames; + } + public function setIsFallback($isFallback) + { + $this->isFallback = $isFallback; + } + public function getIsFallback() + { + return $this->isFallback; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage + */ + public function getMessages() + { + return $this->messages; + } + public function setMlDisabled($mlDisabled) + { + $this->mlDisabled = $mlDisabled; + } + public function getMlDisabled() + { + return $this->mlDisabled; + } + public function setMlEnabled($mlEnabled) + { + $this->mlEnabled = $mlEnabled; + } + public function getMlEnabled() + { + return $this->mlEnabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context + */ + public function setOutputContexts($outputContexts) + { + $this->outputContexts = $outputContexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context + */ + public function getOutputContexts() + { + return $this->outputContexts; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentParameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setParentFollowupIntentName($parentFollowupIntentName) + { + $this->parentFollowupIntentName = $parentFollowupIntentName; + } + public function getParentFollowupIntentName() + { + return $this->parentFollowupIntentName; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setResetContexts($resetContexts) + { + $this->resetContexts = $resetContexts; + } + public function getResetContexts() + { + return $this->resetContexts; + } + public function setRootFollowupIntentName($rootFollowupIntentName) + { + $this->rootFollowupIntentName = $rootFollowupIntentName; + } + public function getRootFollowupIntentName() + { + return $this->rootFollowupIntentName; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase + */ + public function setTrainingPhrases($trainingPhrases) + { + $this->trainingPhrases = $trainingPhrases; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase + */ + public function getTrainingPhrases() + { + return $this->trainingPhrases; + } + public function setWebhookState($webhookState) + { + $this->webhookState = $webhookState; + } + public function getWebhookState() + { + return $this->webhookState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.php new file mode 100644 index 000000000..97d2d1cbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.php @@ -0,0 +1,39 @@ +followupIntentName = $followupIntentName; + } + public function getFollowupIntentName() + { + return $this->followupIntentName; + } + public function setParentFollowupIntentName($parentFollowupIntentName) + { + $this->parentFollowupIntentName = $parentFollowupIntentName; + } + public function getParentFollowupIntentName() + { + return $this->parentFollowupIntentName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php new file mode 100644 index 000000000..64a58bb35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php @@ -0,0 +1,343 @@ +basicCard = $basicCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCard + */ + public function getBasicCard() + { + return $this->basicCard; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard + */ + public function setBrowseCarouselCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard $browseCarouselCard) + { + $this->browseCarouselCard = $browseCarouselCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard + */ + public function getBrowseCarouselCard() + { + return $this->browseCarouselCard; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard + */ + public function setCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard $card) + { + $this->card = $card; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard + */ + public function getCard() + { + return $this->card; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect + */ + public function setCarouselSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect $carouselSelect) + { + $this->carouselSelect = $carouselSelect; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect + */ + public function getCarouselSelect() + { + return $this->carouselSelect; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion + */ + public function setLinkOutSuggestion(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion $linkOutSuggestion) + { + $this->linkOutSuggestion = $linkOutSuggestion; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion + */ + public function getLinkOutSuggestion() + { + return $this->linkOutSuggestion; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect + */ + public function setListSelect(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect $listSelect) + { + $this->listSelect = $listSelect; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect + */ + public function getListSelect() + { + return $this->listSelect; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent + */ + public function setMediaContent(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent $mediaContent) + { + $this->mediaContent = $mediaContent; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent + */ + public function getMediaContent() + { + return $this->mediaContent; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies + */ + public function setQuickReplies(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies $quickReplies) + { + $this->quickReplies = $quickReplies; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies + */ + public function getQuickReplies() + { + return $this->quickReplies; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard + */ + public function setRbmCarouselRichCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard $rbmCarouselRichCard) + { + $this->rbmCarouselRichCard = $rbmCarouselRichCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard + */ + public function getRbmCarouselRichCard() + { + return $this->rbmCarouselRichCard; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard + */ + public function setRbmStandaloneRichCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard $rbmStandaloneRichCard) + { + $this->rbmStandaloneRichCard = $rbmStandaloneRichCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard + */ + public function getRbmStandaloneRichCard() + { + return $this->rbmStandaloneRichCard; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmText + */ + public function setRbmText(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmText $rbmText) + { + $this->rbmText = $rbmText; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmText + */ + public function getRbmText() + { + return $this->rbmText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses + */ + public function setSimpleResponses(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses $simpleResponses) + { + $this->simpleResponses = $simpleResponses; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses + */ + public function getSimpleResponses() + { + return $this->simpleResponses; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions + */ + public function setSuggestions(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions $suggestions) + { + $this->suggestions = $suggestions; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions + */ + public function getSuggestions() + { + return $this->suggestions; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard + */ + public function setTableCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard $tableCard) + { + $this->tableCard = $tableCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard + */ + public function getTableCard() + { + return $this->tableCard; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio + */ + public function setTelephonyPlayAudio(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio $telephonyPlayAudio) + { + $this->telephonyPlayAudio = $telephonyPlayAudio; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio + */ + public function getTelephonyPlayAudio() + { + return $this->telephonyPlayAudio; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech + */ + public function setTelephonySynthesizeSpeech(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech $telephonySynthesizeSpeech) + { + $this->telephonySynthesizeSpeech = $telephonySynthesizeSpeech; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech + */ + public function getTelephonySynthesizeSpeech() + { + return $this->telephonySynthesizeSpeech; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall + */ + public function setTelephonyTransferCall(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall $telephonyTransferCall) + { + $this->telephonyTransferCall = $telephonyTransferCall; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall + */ + public function getTelephonyTransferCall() + { + return $this->telephonyTransferCall; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText + */ + public function setText(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText $text) + { + $this->text = $text; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageText + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCard.php new file mode 100644 index 000000000..75280fd3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCard.php @@ -0,0 +1,81 @@ +buttons = $buttons; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton + */ + public function getButtons() + { + return $this->buttons; + } + public function setFormattedText($formattedText) + { + $this->formattedText = $formattedText; + } + public function getFormattedText() + { + return $this->formattedText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.php new file mode 100644 index 000000000..45e027061 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.php @@ -0,0 +1,46 @@ +openUriAction = $openUriAction; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction + */ + public function getOpenUriAction() + { + return $this->openUriAction; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction.php new file mode 100644 index 000000000..09c3c676b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.php new file mode 100644 index 000000000..be48e3265 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.php @@ -0,0 +1,47 @@ +imageDisplayOptions = $imageDisplayOptions; + } + public function getImageDisplayOptions() + { + return $this->imageDisplayOptions; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php new file mode 100644 index 000000000..30bbc95c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php @@ -0,0 +1,80 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFooter($footer) + { + $this->footer = $footer; + } + public function getFooter() + { + return $this->footer; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction + */ + public function setOpenUriAction(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction $openUriAction) + { + $this->openUriAction = $openUriAction; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction + */ + public function getOpenUriAction() + { + return $this->openUriAction; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php new file mode 100644 index 000000000..906435769 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php @@ -0,0 +1,39 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setUrlTypeHint($urlTypeHint) + { + $this->urlTypeHint = $urlTypeHint; + } + public function getUrlTypeHint() + { + return $this->urlTypeHint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCard.php new file mode 100644 index 000000000..03ec271e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCard.php @@ -0,0 +1,65 @@ +buttons = $buttons; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCardButton + */ + public function getButtons() + { + return $this->buttons; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCardButton.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCardButton.php new file mode 100644 index 000000000..cb539dc9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCardButton.php @@ -0,0 +1,39 @@ +postback = $postback; + } + public function getPostback() + { + return $this->postback; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect.php new file mode 100644 index 000000000..4e02e69c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect.php @@ -0,0 +1,38 @@ +items = $items; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem.php new file mode 100644 index 000000000..10ad3eb73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem.php @@ -0,0 +1,71 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo + */ + public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) + { + $this->info = $info; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo + */ + public function getInfo() + { + return $this->info; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php new file mode 100644 index 000000000..0fe12f6da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php @@ -0,0 +1,39 @@ +header = $header; + } + public function getHeader() + { + return $this->header; + } + public function setHorizontalAlignment($horizontalAlignment) + { + $this->horizontalAlignment = $horizontalAlignment; + } + public function getHorizontalAlignment() + { + return $this->horizontalAlignment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageImage.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageImage.php new file mode 100644 index 000000000..d1b3e6b29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageImage.php @@ -0,0 +1,39 @@ +accessibilityText = $accessibilityText; + } + public function getAccessibilityText() + { + return $this->accessibilityText; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.php new file mode 100644 index 000000000..dcb9df8bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.php @@ -0,0 +1,39 @@ +destinationName = $destinationName; + } + public function getDestinationName() + { + return $this->destinationName; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelect.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelect.php new file mode 100644 index 000000000..9b783a47e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelect.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelectItem + */ + public function getItems() + { + return $this->items; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelectItem.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelectItem.php new file mode 100644 index 000000000..bb9f91321 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageListSelectItem.php @@ -0,0 +1,71 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo + */ + public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) + { + $this->info = $info; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo + */ + public function getInfo() + { + return $this->info; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.php new file mode 100644 index 000000000..589945a37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.php @@ -0,0 +1,47 @@ +mediaObjects = $mediaObjects; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject + */ + public function getMediaObjects() + { + return $this->mediaObjects; + } + public function setMediaType($mediaType) + { + $this->mediaType = $mediaType; + } + public function getMediaType() + { + return $this->mediaType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.php new file mode 100644 index 000000000..8e4804267 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.php @@ -0,0 +1,80 @@ +contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setIcon(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $icon) + { + $this->icon = $icon; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getIcon() + { + return $this->icon; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setLargeImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $largeImage) + { + $this->largeImage = $largeImage; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getLargeImage() + { + return $this->largeImage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageQuickReplies.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageQuickReplies.php new file mode 100644 index 000000000..9e456005e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageQuickReplies.php @@ -0,0 +1,40 @@ +quickReplies = $quickReplies; + } + public function getQuickReplies() + { + return $this->quickReplies; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.php new file mode 100644 index 000000000..8c278ab10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.php @@ -0,0 +1,72 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia + */ + public function setMedia(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia $media) + { + $this->media = $media; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia + */ + public function getMedia() + { + return $this->media; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion + */ + public function setSuggestions($suggestions) + { + $this->suggestions = $suggestions; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion + */ + public function getSuggestions() + { + return $this->suggestions; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.php new file mode 100644 index 000000000..b39ef7160 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.php @@ -0,0 +1,48 @@ +fileUri = $fileUri; + } + public function getFileUri() + { + return $this->fileUri; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setThumbnailUri($thumbnailUri) + { + $this->thumbnailUri = $thumbnailUri; + } + public function getThumbnailUri() + { + return $this->thumbnailUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard.php new file mode 100644 index 000000000..4565e2334 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard.php @@ -0,0 +1,47 @@ +cardContents = $cardContents; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent + */ + public function getCardContents() + { + return $this->cardContents; + } + public function setCardWidth($cardWidth) + { + $this->cardWidth = $cardWidth; + } + public function getCardWidth() + { + return $this->cardWidth; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard.php new file mode 100644 index 000000000..bbfefe7b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard.php @@ -0,0 +1,55 @@ +cardContent = $cardContent; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent + */ + public function getCardContent() + { + return $this->cardContent; + } + public function setCardOrientation($cardOrientation) + { + $this->cardOrientation = $cardOrientation; + } + public function getCardOrientation() + { + return $this->cardOrientation; + } + public function setThumbnailImageAlignment($thumbnailImageAlignment) + { + $this->thumbnailImageAlignment = $thumbnailImageAlignment; + } + public function getThumbnailImageAlignment() + { + return $this->thumbnailImageAlignment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction.php new file mode 100644 index 000000000..cb86ec676 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction.php @@ -0,0 +1,87 @@ +dial = $dial; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial + */ + public function getDial() + { + return $this->dial; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri + */ + public function setOpenUrl(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri $openUrl) + { + $this->openUrl = $openUrl; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri + */ + public function getOpenUrl() + { + return $this->openUrl; + } + public function setPostbackData($postbackData) + { + $this->postbackData = $postbackData; + } + public function getPostbackData() + { + return $this->postbackData; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation + */ + public function setShareLocation(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation $shareLocation) + { + $this->shareLocation = $shareLocation; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation + */ + public function getShareLocation() + { + return $this->shareLocation; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.php new file mode 100644 index 000000000..1e5d68783 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial.php @@ -0,0 +1,30 @@ +phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.php new file mode 100644 index 000000000..a6b3ec8a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.php new file mode 100644 index 000000000..50f3fd245 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation.php @@ -0,0 +1,20 @@ +postbackData = $postbackData; + } + public function getPostbackData() + { + return $this->postbackData; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.php new file mode 100644 index 000000000..22cf04311 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.php @@ -0,0 +1,53 @@ +action = $action; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction + */ + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply + */ + public function setReply(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply $reply) + { + $this->reply = $reply; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply + */ + public function getReply() + { + return $this->reply; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmText.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmText.php new file mode 100644 index 000000000..603737a68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageRbmText.php @@ -0,0 +1,47 @@ +rbmSuggestion = $rbmSuggestion; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion + */ + public function getRbmSuggestion() + { + return $this->rbmSuggestion; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo.php new file mode 100644 index 000000000..953764722 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo.php @@ -0,0 +1,40 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setSynonyms($synonyms) + { + $this->synonyms = $synonyms; + } + public function getSynonyms() + { + return $this->synonyms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse.php new file mode 100644 index 000000000..bcd5b6040 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse.php @@ -0,0 +1,48 @@ +displayText = $displayText; + } + public function getDisplayText() + { + return $this->displayText; + } + public function setSsml($ssml) + { + $this->ssml = $ssml; + } + public function getSsml() + { + return $this->ssml; + } + public function setTextToSpeech($textToSpeech) + { + $this->textToSpeech = $textToSpeech; + } + public function getTextToSpeech() + { + return $this->textToSpeech; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses.php new file mode 100644 index 000000000..6e00e9bfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses.php @@ -0,0 +1,38 @@ +simpleResponses = $simpleResponses; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse + */ + public function getSimpleResponses() + { + return $this->simpleResponses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestion.php new file mode 100644 index 000000000..5d82ce1a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestion.php @@ -0,0 +1,30 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestions.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestions.php new file mode 100644 index 000000000..bcc6c46e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageSuggestions.php @@ -0,0 +1,38 @@ +suggestions = $suggestions; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestion + */ + public function getSuggestions() + { + return $this->suggestions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.php new file mode 100644 index 000000000..1045047df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.php @@ -0,0 +1,104 @@ +buttons = $buttons; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton + */ + public function getButtons() + { + return $this->buttons; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties + */ + public function setColumnProperties($columnProperties) + { + $this->columnProperties = $columnProperties; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties + */ + public function getColumnProperties() + { + return $this->columnProperties; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow + */ + public function getRows() + { + return $this->rows; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php new file mode 100644 index 000000000..5c5b3978f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php @@ -0,0 +1,30 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php new file mode 100644 index 000000000..99f409cd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php @@ -0,0 +1,47 @@ +cells = $cells; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardCell + */ + public function getCells() + { + return $this->cells; + } + public function setDividerAfter($dividerAfter) + { + $this->dividerAfter = $dividerAfter; + } + public function getDividerAfter() + { + return $this->dividerAfter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio.php new file mode 100644 index 000000000..f8229259b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio.php @@ -0,0 +1,30 @@ +audioUri = $audioUri; + } + public function getAudioUri() + { + return $this->audioUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.php new file mode 100644 index 000000000..56227fd0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.php @@ -0,0 +1,39 @@ +ssml = $ssml; + } + public function getSsml() + { + return $this->ssml; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall.php new file mode 100644 index 000000000..ec5fcc270 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall.php @@ -0,0 +1,30 @@ +phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageText.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageText.php new file mode 100644 index 000000000..51d9084c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageText.php @@ -0,0 +1,31 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentParameter.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentParameter.php new file mode 100644 index 000000000..bc376a9b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentParameter.php @@ -0,0 +1,94 @@ +defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEntityTypeDisplayName($entityTypeDisplayName) + { + $this->entityTypeDisplayName = $entityTypeDisplayName; + } + public function getEntityTypeDisplayName() + { + return $this->entityTypeDisplayName; + } + public function setIsList($isList) + { + $this->isList = $isList; + } + public function getIsList() + { + return $this->isList; + } + public function setMandatory($mandatory) + { + $this->mandatory = $mandatory; + } + public function getMandatory() + { + return $this->mandatory; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrompts($prompts) + { + $this->prompts = $prompts; + } + public function getPrompts() + { + return $this->prompts; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrase.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrase.php new file mode 100644 index 000000000..3fb4d5b31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrase.php @@ -0,0 +1,65 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart + */ + public function setParts($parts) + { + $this->parts = $parts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart + */ + public function getParts() + { + return $this->parts; + } + public function setTimesAddedCount($timesAddedCount) + { + $this->timesAddedCount = $timesAddedCount; + } + public function getTimesAddedCount() + { + return $this->timesAddedCount; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php new file mode 100644 index 000000000..5b333d80a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php @@ -0,0 +1,57 @@ +alias = $alias; + } + public function getAlias() + { + return $this->alias; + } + public function setEntityType($entityType) + { + $this->entityType = $entityType; + } + public function getEntityType() + { + return $this->entityType; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } + public function setUserDefined($userDefined) + { + $this->userDefined = $userDefined; + } + public function getUserDefined() + { + return $this->userDefined; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswers.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswers.php new file mode 100644 index 000000000..555857b4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswers.php @@ -0,0 +1,38 @@ +answers = $answers; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer + */ + public function getAnswers() + { + return $this->answers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php new file mode 100644 index 000000000..51b7f8535 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php @@ -0,0 +1,66 @@ +answer = $answer; + } + public function getAnswer() + { + return $this->answer; + } + public function setFaqQuestion($faqQuestion) + { + $this->faqQuestion = $faqQuestion; + } + public function getFaqQuestion() + { + return $this->faqQuestion; + } + public function setMatchConfidence($matchConfidence) + { + $this->matchConfidence = $matchConfidence; + } + public function getMatchConfidence() + { + return $this->matchConfidence; + } + public function setMatchConfidenceLevel($matchConfidenceLevel) + { + $this->matchConfidenceLevel = $matchConfidenceLevel; + } + public function getMatchConfidenceLevel() + { + return $this->matchConfidenceLevel; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.php new file mode 100644 index 000000000..1590599de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.php @@ -0,0 +1,30 @@ +state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1LabelConversationResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1LabelConversationResponse.php new file mode 100644 index 000000000..f1ae7053e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1LabelConversationResponse.php @@ -0,0 +1,37 @@ +annotatedConversationDataset = $annotatedConversationDataset; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AnnotatedConversationDataset + */ + public function getAnnotatedConversationDataset() + { + return $this->annotatedConversationDataset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.php new file mode 100644 index 000000000..6b5535654 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.php @@ -0,0 +1,48 @@ +payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1QueryResult.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1QueryResult.php new file mode 100644 index 000000000..30056ac94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1QueryResult.php @@ -0,0 +1,201 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setAllRequiredParamsPresent($allRequiredParamsPresent) + { + $this->allRequiredParamsPresent = $allRequiredParamsPresent; + } + public function getAllRequiredParamsPresent() + { + return $this->allRequiredParamsPresent; + } + public function setDiagnosticInfo($diagnosticInfo) + { + $this->diagnosticInfo = $diagnosticInfo; + } + public function getDiagnosticInfo() + { + return $this->diagnosticInfo; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage + */ + public function setFulfillmentMessages($fulfillmentMessages) + { + $this->fulfillmentMessages = $fulfillmentMessages; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage + */ + public function getFulfillmentMessages() + { + return $this->fulfillmentMessages; + } + public function setFulfillmentText($fulfillmentText) + { + $this->fulfillmentText = $fulfillmentText; + } + public function getFulfillmentText() + { + return $this->fulfillmentText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent + */ + public function setIntent(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent $intent) + { + $this->intent = $intent; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent + */ + public function getIntent() + { + return $this->intent; + } + public function setIntentDetectionConfidence($intentDetectionConfidence) + { + $this->intentDetectionConfidence = $intentDetectionConfidence; + } + public function getIntentDetectionConfidence() + { + return $this->intentDetectionConfidence; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers + */ + public function setKnowledgeAnswers(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers $knowledgeAnswers) + { + $this->knowledgeAnswers = $knowledgeAnswers; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAnswers + */ + public function getKnowledgeAnswers() + { + return $this->knowledgeAnswers; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context + */ + public function setOutputContexts($outputContexts) + { + $this->outputContexts = $outputContexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context + */ + public function getOutputContexts() + { + return $this->outputContexts; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } + public function setQueryText($queryText) + { + $this->queryText = $queryText; + } + public function getQueryText() + { + return $this->queryText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult + */ + public function setSentimentAnalysisResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult $sentimentAnalysisResult) + { + $this->sentimentAnalysisResult = $sentimentAnalysisResult; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SentimentAnalysisResult + */ + public function getSentimentAnalysisResult() + { + return $this->sentimentAnalysisResult; + } + public function setSpeechRecognitionConfidence($speechRecognitionConfidence) + { + $this->speechRecognitionConfidence = $speechRecognitionConfidence; + } + public function getSpeechRecognitionConfidence() + { + return $this->speechRecognitionConfidence; + } + public function setWebhookPayload($webhookPayload) + { + $this->webhookPayload = $webhookPayload; + } + public function getWebhookPayload() + { + return $this->webhookPayload; + } + public function setWebhookSource($webhookSource) + { + $this->webhookSource = $webhookSource; + } + public function getWebhookSource() + { + return $this->webhookSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Sentiment.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Sentiment.php new file mode 100644 index 000000000..5d631baf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1Sentiment.php @@ -0,0 +1,39 @@ +magnitude = $magnitude; + } + public function getMagnitude() + { + return $this->magnitude; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SentimentAnalysisResult.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SentimentAnalysisResult.php new file mode 100644 index 000000000..cc421caf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SentimentAnalysisResult.php @@ -0,0 +1,37 @@ +queryTextSentiment = $queryTextSentiment; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Sentiment + */ + public function getQueryTextSentiment() + { + return $this->queryTextSentiment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.php new file mode 100644 index 000000000..648c6a0ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.php @@ -0,0 +1,56 @@ +entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + public function setEntityOverrideMode($entityOverrideMode) + { + $this->entityOverrideMode = $entityOverrideMode; + } + public function getEntityOverrideMode() + { + return $this->entityOverrideMode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookRequest.php new file mode 100644 index 000000000..4582607e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookRequest.php @@ -0,0 +1,88 @@ +alternativeQueryResults = $alternativeQueryResults; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult + */ + public function getAlternativeQueryResults() + { + return $this->alternativeQueryResults; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest + */ + public function setOriginalDetectIntentRequest(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest $originalDetectIntentRequest) + { + $this->originalDetectIntentRequest = $originalDetectIntentRequest; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest + */ + public function getOriginalDetectIntentRequest() + { + return $this->originalDetectIntentRequest; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult + */ + public function setQueryResult(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult $queryResult) + { + $this->queryResult = $queryResult; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1QueryResult + */ + public function getQueryResult() + { + return $this->queryResult; + } + public function setResponseId($responseId) + { + $this->responseId = $responseId; + } + public function getResponseId() + { + return $this->responseId; + } + public function setSession($session) + { + $this->session = $session; + } + public function getSession() + { + return $this->session; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php new file mode 100644 index 000000000..0259b25d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php @@ -0,0 +1,122 @@ +endInteraction = $endInteraction; + } + public function getEndInteraction() + { + return $this->endInteraction; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput + */ + public function setFollowupEventInput(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput $followupEventInput) + { + $this->followupEventInput = $followupEventInput; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput + */ + public function getFollowupEventInput() + { + return $this->followupEventInput; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage + */ + public function setFulfillmentMessages($fulfillmentMessages) + { + $this->fulfillmentMessages = $fulfillmentMessages; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage + */ + public function getFulfillmentMessages() + { + return $this->fulfillmentMessages; + } + public function setFulfillmentText($fulfillmentText) + { + $this->fulfillmentText = $fulfillmentText; + } + public function getFulfillmentText() + { + return $this->fulfillmentText; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context + */ + public function setOutputContexts($outputContexts) + { + $this->outputContexts = $outputContexts; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context + */ + public function getOutputContexts() + { + return $this->outputContexts; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType + */ + public function setSessionEntityTypes($sessionEntityTypes) + { + $this->sessionEntityTypes = $sessionEntityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType + */ + public function getSessionEntityTypes() + { + return $this->sessionEntityTypes; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningListOperationsResponse.php new file mode 100644 index 000000000..bc3aef8fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningOperation.php new file mode 100644 index 000000000..3abcc0911 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Dialogflow_GoogleRpcStatus + */ + public function setError(Google_Service_Dialogflow_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Dialogflow_GoogleRpcStatus + */ + 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/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleProtobufEmpty.php new file mode 100644 index 000000000..10c3e13a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/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/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleTypeLatLng.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleTypeLatLng.php new file mode 100644 index 000000000..941c1f54a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleTypeLatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/Projects.php new file mode 100644 index 000000000..14e772f56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/Projects.php @@ -0,0 +1,74 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $projects = $dialogflowService->projects; + * + */ +class Google_Service_Dialogflow_Resource_Projects extends Google_Service_Resource +{ + /** + * Creates/updates the specified agent. (projects.agent) + * + * @param string $parent Required. The project of this agent. Format: + * `projects/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. The mask to control which fields get + * updated. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent + */ + public function agent($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('agent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent"); + } + /** + * Deletes the specified agent. (projects.deleteAgent) + * + * @param string $parent Required. The project that the agent to delete is + * associated with. Format: `projects/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function deleteAgent($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('deleteAgent', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Retrieves the specified agent. (projects.getAgent) + * + * @param string $parent Required. The project that the agent to fetch is + * associated with. Format: `projects/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent + */ + public function getAgent($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('getAgent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php new file mode 100644 index 000000000..9391d8a78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php @@ -0,0 +1,128 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $agent = $dialogflowService->agent; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgent extends Google_Service_Resource +{ + /** + * Exports the specified agent to a ZIP file. + * + * Operation (agent.export) + * + * @param string $parent Required. The project that the agent to export is + * associated with. Format: `projects/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2ExportAgentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function export($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2ExportAgentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('export', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Imports the specified agent from a ZIP file. + * + * Uploads new intents and entity types without deleting the existing ones. + * Intents and entity types with the same name are replaced with the new + * versions from ImportAgentRequest. + * + * Operation (agent.import) + * + * @param string $parent Required. The project that the agent to import is + * associated with. Format: `projects/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2ImportAgentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function import($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2ImportAgentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Restores the specified agent from a ZIP file. + * + * Replaces the current agent version with a new one. All the intents and entity + * types in the older version are deleted. + * + * Operation (agent.restore) + * + * @param string $parent Required. The project that the agent to restore is + * associated with. Format: `projects/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2RestoreAgentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function restore($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2RestoreAgentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('restore', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Returns the list of agents. + * + * Since there is at most one conversational agent per project, this method is + * useful primarily for listing all agents across projects the caller has access + * to. One can achieve that with a wildcard project collection id "-". Refer to + * [List Sub-Collections](https://cloud.google.com/apis/design/design_patterns + * #list_sub-collections). (agent.search) + * + * @param string $parent Required. The project to list agents from. Format: + * `projects/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous list request. + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SearchAgentsResponse + */ + public function search($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SearchAgentsResponse"); + } + /** + * Trains the specified agent. + * + * Operation (agent.train) + * + * @param string $parent Required. The project that the agent to train is + * associated with. Format: `projects/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2TrainAgentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function train($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2TrainAgentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('train', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php new file mode 100644 index 000000000..063ea5426 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php @@ -0,0 +1,168 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $entityTypes = $dialogflowService->entityTypes; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypes extends Google_Service_Resource +{ + /** + * Deletes entity types in the specified agent. + * + * Operation (entityTypes.batchDelete) + * + * @param string $parent Required. The name of the agent to delete all entities + * types for. Format: `projects//agent`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Updates/Creates multiple entity types in the specified agent. + * + * Operation (entityTypes.batchUpdate) + * + * @param string $parent Required. The name of the agent to update or create + * entity types in. Format: `projects//agent`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Creates an entity type in the specified agent. (entityTypes.create) + * + * @param string $parent Required. The agent to create a entity type for. + * Format: `projects//agent`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. The language of entity synonyms + * defined in `entity_type`. If not specified, the agent's default language is + * used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType + */ + public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType"); + } + /** + * Deletes the specified entity type. (entityTypes.delete) + * + * @param string $name Required. The name of the entity type to delete. Format: + * `projects//agent/entityTypes/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Retrieves the specified entity type. (entityTypes.get) + * + * @param string $name Required. The name of the entity type. Format: + * `projects//agent/entityTypes/`. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. The language to retrieve entity + * synonyms for. If not specified, the agent's default language is used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType"); + } + /** + * Returns the list of all entity types in the specified agent. + * (entityTypes.listProjectsAgentEntityTypes) + * + * @param string $parent Required. The agent to list all entity types from. + * Format: `projects//agent`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The next_page_token value returned from + * a previous list request. + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. + * @opt_param string languageCode Optional. The language to list entity synonyms + * for. If not specified, the agent's default language is used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEntityTypesResponse + */ + public function listProjectsAgentEntityTypes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEntityTypesResponse"); + } + /** + * Updates the specified entity type. (entityTypes.patch) + * + * @param string $name The unique identifier of the entity type. Required for + * EntityTypes.UpdateEntityType and EntityTypes.BatchUpdateEntityTypes methods. + * Format: `projects//agent/entityTypes/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. The language of entity synonyms + * defined in `entity_type`. If not specified, the agent's default language is + * used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @opt_param string updateMask Optional. The mask to control which fields get + * updated. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType + */ + public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypesEntities.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypesEntities.php new file mode 100644 index 000000000..eb396f30f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypesEntities.php @@ -0,0 +1,81 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $entities = $dialogflowService->entities; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypesEntities extends Google_Service_Resource +{ + /** + * Creates multiple new entities in the specified entity type. + * + * Operation (entities.batchCreate) + * + * @param string $parent Required. The name of the entity type to create + * entities in. Format: `projects//agent/entityTypes/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchCreateEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchCreate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchCreateEntitiesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchCreate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Deletes entities in the specified entity type. + * + * Operation (entities.batchDelete) + * + * @param string $parent Required. The name of the entity type to delete entries + * for. Format: `projects//agent/entityTypes/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteEntitiesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Updates or creates multiple entities in the specified entity type. This + * method does not affect entities in the entity type that aren't explicitly + * specified in the request. + * + * Operation (entities.batchUpdate) + * + * @param string $parent Required. The name of the entity type to update or + * create entities in. Format: `projects//agent/entityTypes/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntitiesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateEntitiesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php new file mode 100644 index 000000000..c6d955e15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php @@ -0,0 +1,180 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $intents = $dialogflowService->intents; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Service_Resource +{ + /** + * Deletes intents in the specified agent. + * + * Operation (intents.batchDelete) + * + * @param string $parent Required. The name of the agent to delete all entities + * types for. Format: `projects//agent`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteIntentsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchDelete($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchDeleteIntentsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Updates/Creates multiple intents in the specified agent. + * + * Operation (intents.batchUpdate) + * + * @param string $parent Required. The name of the agent to update or create + * intents in. Format: `projects//agent`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateIntentsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateIntentsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Creates an intent in the specified agent. (intents.create) + * + * @param string $parent Required. The agent to create a intent for. Format: + * `projects//agent`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. The language of training phrases, + * parameters and rich messages defined in `intent`. If not specified, the + * agent's default language is used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent"); + } + /** + * Deletes the specified intent and its direct or indirect followup intents. + * (intents.delete) + * + * @param string $name Required. The name of the intent to delete. If this + * intent has direct or indirect followup intents, we also delete them. Format: + * `projects//agent/intents/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Retrieves the specified intent. (intents.get) + * + * @param string $name Required. The name of the intent. Format: + * `projects//agent/intents/`. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. The language to retrieve training + * phrases, parameters and rich messages for. If not specified, the agent's + * default language is used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent"); + } + /** + * Returns the list of all intents in the specified agent. + * (intents.listProjectsAgentIntents) + * + * @param string $parent Required. The agent to list all intents from. Format: + * `projects//agent`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. + * @opt_param string languageCode Optional. The language to list training + * phrases, parameters and rich messages for. If not specified, the agent's + * default language is used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @opt_param string pageToken Optional. The next_page_token value returned from + * a previous list request. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListIntentsResponse + */ + public function listProjectsAgentIntents($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListIntentsResponse"); + } + /** + * Updates the specified intent. (intents.patch) + * + * @param string $name The unique identifier of this intent. Required for + * Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Format: + * `projects//agent/intents/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. The language of training phrases, + * parameters and rich messages defined in `intent`. If not specified, the + * agent's default language is used. [Many + * languages](https://cloud.google.com/dialogflow/docs/reference/language) are + * supported. Note: languages must be enabled in the agent before they can be + * used. + * @opt_param string updateMask Optional. The mask to control which fields get + * updated. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent + */ + public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessions.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessions.php new file mode 100644 index 000000000..07de19e3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessions.php @@ -0,0 +1,64 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $sessions = $dialogflowService->sessions; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgentSessions extends Google_Service_Resource +{ + /** + * Deletes all active contexts in the specified session. + * (sessions.deleteContexts) + * + * @param string $parent Required. The name of the session to delete all + * contexts from. Format: `projects//agent/sessions/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function deleteContexts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('deleteContexts', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Processes a natural language query and returns structured, actionable data as + * a result. This method is not idempotent, because it may cause contexts and + * session entity types to be updated, which in turn might affect results of + * future queries. (sessions.detectIntent) + * + * @param string $session Required. The name of the session this query is sent + * to. Format: `projects//agent/sessions/`. It's up to the API caller to choose + * an appropriate session ID. It can be a random number or some type of user + * identifier (preferably hashed). The length of the session ID must not exceed + * 36 bytes. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentResponse + */ + public function detectIntent($session, Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('detectIntent', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2DetectIntentResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php new file mode 100644 index 000000000..24dd5520d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php @@ -0,0 +1,115 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $contexts = $dialogflowService->contexts; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsContexts extends Google_Service_Resource +{ + /** + * Creates a context. + * + * If the specified context already exists, overrides the context. + * (contexts.create) + * + * @param string $parent Required. The session to create a context for. Format: + * `projects//agent/sessions/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); + } + /** + * Deletes the specified context. (contexts.delete) + * + * @param string $name Required. The name of the context to delete. Format: + * `projects//agent/sessions//contexts/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Retrieves the specified context. (contexts.get) + * + * @param string $name Required. The name of the context. Format: + * `projects//agent/sessions//contexts/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); + } + /** + * Returns the list of all contexts in the specified session. + * (contexts.listProjectsAgentSessionsContexts) + * + * @param string $parent Required. The session to list all contexts from. + * Format: `projects//agent/sessions/`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. + * @opt_param string pageToken Optional. The next_page_token value returned from + * a previous list request. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse + */ + public function listProjectsAgentSessionsContexts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse"); + } + /** + * Updates the specified context. (contexts.patch) + * + * @param string $name Required. The unique identifier of the context. Format: + * `projects//agent/sessions//contexts/`. + * + * The `Context ID` is always converted to lowercase, may only contain + * characters in [a-zA-Z0-9_-%] and may be at most 250 bytes long. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. The mask to control which fields get + * updated. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context + */ + public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Context $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2Context"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php new file mode 100644 index 000000000..c9b6df069 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php @@ -0,0 +1,134 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $entityTypes = $dialogflowService->entityTypes; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extends Google_Service_Resource +{ + /** + * Creates a session entity type. + * + * If the specified session entity type already exists, overrides the session + * entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.create) + * + * @param string $parent Required. The session to create a session entity type + * for. Format: `projects//agent/sessions/`. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); + } + /** + * Deletes the specified session entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.delete) + * + * @param string $name Required. The name of the entity type to delete. Format: + * `projects//agent/sessions//entityTypes/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Retrieves the specified session entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.get) + * + * @param string $name Required. The name of the session entity type. Format: + * `projects//agent/sessions//entityTypes/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); + } + /** + * Returns the list of all session entity types in the specified session. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.listProjectsAgentSessionsEntityTypes) + * + * @param string $parent Required. The session to list all session entity types + * from. Format: `projects//agent/sessions/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The next_page_token value returned from + * a previous list request. + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse + */ + public function listProjectsAgentSessionsEntityTypes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse"); + } + /** + * Updates the specified session entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.patch) + * + * @param string $name Required. The unique identifier of this session entity + * type. Format: `projects//agent/sessions//entityTypes/`. + * + * `` must be the display name of an existing entity type in the same agent that + * will be overridden or supplemented. + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. The mask to control which fields get + * updated. + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.php new file mode 100644 index 000000000..549f7f5f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $locations = $dialogflowService->locations; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..506869d7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,91 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $operations = $dialogflowService->operations; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsLocationsOperations 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 array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * 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_Dialogflow_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php new file mode 100644 index 000000000..e4e3b8b0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php @@ -0,0 +1,90 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $operations = $dialogflowService->operations; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsOperations 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 array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * 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_Dialogflow_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * 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.listProjectsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @return Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse + */ + public function listProjectsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks.php new file mode 100644 index 000000000..3287f43f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks.php @@ -0,0 +1,129 @@ + + * Discovers relationships between online assets such as websites or mobile + * apps. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Digitalassetlinks extends Google_Service +{ + + + public $assetlinks; + public $statements; + + /** + * Constructs the internal representation of the Digitalassetlinks service. + * + * @param Google_Client $client 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://digitalassetlinks.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'digitalassetlinks'; + + $this->assetlinks = new Google_Service_Digitalassetlinks_Resource_Assetlinks( + $this, + $this->serviceName, + 'assetlinks', + array( + 'methods' => array( + 'check' => array( + 'path' => 'v1/assetlinks:check', + 'httpMethod' => 'GET', + 'parameters' => array( + 'target.androidApp.packageName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source.androidApp.certificate.sha256Fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'relation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'target.web.site' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'target.androidApp.certificate.sha256Fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source.androidApp.packageName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source.web.site' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->statements = new Google_Service_Digitalassetlinks_Resource_Statements( + $this, + $this->serviceName, + 'statements', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/statements:list', + 'httpMethod' => 'GET', + 'parameters' => array( + 'source.androidApp.certificate.sha256Fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'relation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source.web.site' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source.androidApp.packageName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/AndroidAppAsset.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/AndroidAppAsset.php new file mode 100644 index 000000000..59edfc0a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/AndroidAppAsset.php @@ -0,0 +1,46 @@ +certificate = $certificate; + } + /** + * @return Google_Service_Digitalassetlinks_CertificateInfo + */ + public function getCertificate() + { + return $this->certificate; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Asset.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Asset.php new file mode 100644 index 000000000..645bdf51e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Asset.php @@ -0,0 +1,53 @@ +androidApp = $androidApp; + } + /** + * @return Google_Service_Digitalassetlinks_AndroidAppAsset + */ + public function getAndroidApp() + { + return $this->androidApp; + } + /** + * @param Google_Service_Digitalassetlinks_WebAsset + */ + public function setWeb(Google_Service_Digitalassetlinks_WebAsset $web) + { + $this->web = $web; + } + /** + * @return Google_Service_Digitalassetlinks_WebAsset + */ + public function getWeb() + { + return $this->web; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CertificateInfo.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CertificateInfo.php new file mode 100644 index 000000000..23824d074 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CertificateInfo.php @@ -0,0 +1,30 @@ +sha256Fingerprint = $sha256Fingerprint; + } + public function getSha256Fingerprint() + { + return $this->sha256Fingerprint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CheckResponse.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CheckResponse.php new file mode 100644 index 000000000..2bada524f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/CheckResponse.php @@ -0,0 +1,58 @@ +debugString = $debugString; + } + public function getDebugString() + { + return $this->debugString; + } + public function setErrorCode($errorCode) + { + $this->errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + public function setLinked($linked) + { + $this->linked = $linked; + } + public function getLinked() + { + return $this->linked; + } + public function setMaxAge($maxAge) + { + $this->maxAge = $maxAge; + } + public function getMaxAge() + { + return $this->maxAge; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/ListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/ListResponse.php new file mode 100644 index 000000000..a3e52e8d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/ListResponse.php @@ -0,0 +1,65 @@ +debugString = $debugString; + } + public function getDebugString() + { + return $this->debugString; + } + public function setErrorCode($errorCode) + { + $this->errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + public function setMaxAge($maxAge) + { + $this->maxAge = $maxAge; + } + public function getMaxAge() + { + return $this->maxAge; + } + /** + * @param Google_Service_Digitalassetlinks_Statement + */ + public function setStatements($statements) + { + $this->statements = $statements; + } + /** + * @return Google_Service_Digitalassetlinks_Statement + */ + public function getStatements() + { + return $this->statements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Assetlinks.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Assetlinks.php new file mode 100644 index 000000000..e686d91b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Assetlinks.php @@ -0,0 +1,186 @@ + + * $digitalassetlinksService = new Google_Service_Digitalassetlinks(...); + * $assetlinks = $digitalassetlinksService->assetlinks; + * + */ +class Google_Service_Digitalassetlinks_Resource_Assetlinks extends Google_Service_Resource +{ + /** + * Determines whether the specified (directional) relationship exists between + * the specified source and target assets. + * + * The relation describes the intent of the link between the two assets as + * claimed by the source asset. An example for such relationships is the + * delegation of privileges or permissions. + * + * This command is most often used by infrastructure systems to check + * preconditions for an action. For example, a client may want to know if it is + * OK to send a web URL to a particular mobile app instead. The client can check + * for the relevant asset link from the website to the mobile app to decide if + * the operation should be allowed. + * + * A note about security: if you specify a secure asset as the source, such as + * an HTTPS website or an Android app, the API will ensure that any statements + * used to generate the response have been made in a secure way by the owner of + * that asset. Conversely, if the source asset is an insecure HTTP website + * (that is, the URL starts with `http://` instead of `https://`), the API + * cannot verify its statements securely, and it is not possible to ensure that + * the website's statements have not been altered by a third party. For more + * information, see the [Digital Asset Links technical design + * specification](https://github.com/google/digitalassetlinks/blob/master/well- + * known/details.md). (assetlinks.check) + * + * @param array $optParams Optional parameters. + * + * @opt_param string target.androidApp.packageName Android App assets are + * naturally identified by their Java package name. For example, the Google Maps + * app uses the package name `com.google.android.apps.maps`. REQUIRED + * @opt_param string source.androidApp.certificate.sha256Fingerprint The + * uppercase SHA-265 fingerprint of the certificate. From the PEM certificate, + * it can be acquired like this: + * + * $ keytool -printcert -file $CERTFILE | grep SHA256: SHA256: + * 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83: \ + * 42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 + * + * or like this: + * + * $ openssl x509 -in $CERTFILE -noout -fingerprint -sha256 SHA256 + * Fingerprint=14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64: \ + * 16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 + * + * In this example, the contents of this field would be `14:6D:E9:83:C5:73: + * 06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF: + * 44:E5`. + * + * If these tools are not available to you, you can convert the PEM certificate + * into the DER format, compute the SHA-256 hash of that string and represent + * the result as a hexstring (that is, uppercase hexadecimal representations of + * each octet, separated by colons). + * @opt_param string relation Query string for the relation. + * + * We identify relations with strings of the format `/`, where `` must be one of + * a set of pre-defined purpose categories, and `` is a free-form lowercase + * alphanumeric string that describes the specific use case of the statement. + * + * Refer to [our API documentation](/digital-asset-links/v1/relation-strings) + * for the current list of supported relations. + * + * For a query to match an asset link, both the query's and the asset link's + * relation strings must match exactly. + * + * Example: A query with relation `delegate_permission/common.handle_all_urls` + * matches an asset link with relation + * `delegate_permission/common.handle_all_urls`. + * @opt_param string target.web.site Web assets are identified by a URL that + * contains only the scheme, hostname and port parts. The format is + * + * http[s]://[:] + * + * Hostnames must be fully qualified: they must end in a single period ("`.`"). + * + * Only the schemes "http" and "https" are currently allowed. + * + * Port numbers are given as a decimal number, and they must be omitted if the + * standard port numbers are used: 80 for http and 443 for https. + * + * We call this limited URL the "site". All URLs that share the same scheme, + * hostname and port are considered to be a part of the site and thus belong to + * the web asset. + * + * Example: the asset with the site `https://www.google.com` contains all these + * URLs: + * + * * `https://www.google.com/` * `https://www.google.com:443/` * + * `https://www.google.com/foo` * `https://www.google.com/foo?bar` * + * `https://www.google.com/foo#bar` * + * `https://user@password:www.google.com/` + * + * But it does not contain these URLs: + * + * * `http://www.google.com/` (wrong scheme) * + * `https://google.com/` (hostname does not match) * + * `https://www.google.com:444/` (port does not match) REQUIRED + * @opt_param string target.androidApp.certificate.sha256Fingerprint The + * uppercase SHA-265 fingerprint of the certificate. From the PEM certificate, + * it can be acquired like this: + * + * $ keytool -printcert -file $CERTFILE | grep SHA256: SHA256: + * 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83: \ + * 42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 + * + * or like this: + * + * $ openssl x509 -in $CERTFILE -noout -fingerprint -sha256 SHA256 + * Fingerprint=14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64: \ + * 16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 + * + * In this example, the contents of this field would be `14:6D:E9:83:C5:73: + * 06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF: + * 44:E5`. + * + * If these tools are not available to you, you can convert the PEM certificate + * into the DER format, compute the SHA-256 hash of that string and represent + * the result as a hexstring (that is, uppercase hexadecimal representations of + * each octet, separated by colons). + * @opt_param string source.androidApp.packageName Android App assets are + * naturally identified by their Java package name. For example, the Google Maps + * app uses the package name `com.google.android.apps.maps`. REQUIRED + * @opt_param string source.web.site Web assets are identified by a URL that + * contains only the scheme, hostname and port parts. The format is + * + * http[s]://[:] + * + * Hostnames must be fully qualified: they must end in a single period ("`.`"). + * + * Only the schemes "http" and "https" are currently allowed. + * + * Port numbers are given as a decimal number, and they must be omitted if the + * standard port numbers are used: 80 for http and 443 for https. + * + * We call this limited URL the "site". All URLs that share the same scheme, + * hostname and port are considered to be a part of the site and thus belong to + * the web asset. + * + * Example: the asset with the site `https://www.google.com` contains all these + * URLs: + * + * * `https://www.google.com/` * `https://www.google.com:443/` * + * `https://www.google.com/foo` * `https://www.google.com/foo?bar` * + * `https://www.google.com/foo#bar` * + * `https://user@password:www.google.com/` + * + * But it does not contain these URLs: + * + * * `http://www.google.com/` (wrong scheme) * + * `https://google.com/` (hostname does not match) * + * `https://www.google.com:444/` (port does not match) REQUIRED + * @return Google_Service_Digitalassetlinks_CheckResponse + */ + public function check($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('check', array($params), "Google_Service_Digitalassetlinks_CheckResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Statements.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Statements.php new file mode 100644 index 000000000..a531b17d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Resource/Statements.php @@ -0,0 +1,125 @@ + + * $digitalassetlinksService = new Google_Service_Digitalassetlinks(...); + * $statements = $digitalassetlinksService->statements; + * + */ +class Google_Service_Digitalassetlinks_Resource_Statements extends Google_Service_Resource +{ + /** + * Retrieves a list of all statements from a given source that match the + * specified target and statement string. + * + * The API guarantees that all statements with secure source assets, such as + * HTTPS websites or Android apps, have been made in a secure way by the owner + * of those assets, as described in the [Digital Asset Links technical design + * specification](https://github.com/google/digitalassetlinks/blob/master/well- + * known/details.md). Specifically, you should consider that for insecure + * websites (that is, where the URL starts with `http://` instead of + * `https://`), this guarantee cannot be made. + * + * The `List` command is most useful in cases where the API client wants to know + * all the ways in which two assets are related, or enumerate all the + * relationships from a particular source asset. Example: a feature that helps + * users navigate to related items. When a mobile app is running on a device, + * the feature would make it easy to navigate to the corresponding web site or + * Google+ profile. (statements.listStatements) + * + * @param array $optParams Optional parameters. + * + * @opt_param string source.androidApp.certificate.sha256Fingerprint The + * uppercase SHA-265 fingerprint of the certificate. From the PEM certificate, + * it can be acquired like this: + * + * $ keytool -printcert -file $CERTFILE | grep SHA256: SHA256: + * 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83: \ + * 42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 + * + * or like this: + * + * $ openssl x509 -in $CERTFILE -noout -fingerprint -sha256 SHA256 + * Fingerprint=14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64: \ + * 16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 + * + * In this example, the contents of this field would be `14:6D:E9:83:C5:73: + * 06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF: + * 44:E5`. + * + * If these tools are not available to you, you can convert the PEM certificate + * into the DER format, compute the SHA-256 hash of that string and represent + * the result as a hexstring (that is, uppercase hexadecimal representations of + * each octet, separated by colons). + * @opt_param string relation Use only associations that match the specified + * relation. + * + * See the [`Statement`](#Statement) message for a detailed definition of + * relation strings. + * + * For a query to match a statement, one of the following must be true: + * + * * both the query's and the statement's relation strings match exactly, + * or * the query's relation string is empty or missing. + * + * Example: A query with relation `delegate_permission/common.handle_all_urls` + * matches an asset link with relation + * `delegate_permission/common.handle_all_urls`. + * @opt_param string source.web.site Web assets are identified by a URL that + * contains only the scheme, hostname and port parts. The format is + * + * http[s]://[:] + * + * Hostnames must be fully qualified: they must end in a single period ("`.`"). + * + * Only the schemes "http" and "https" are currently allowed. + * + * Port numbers are given as a decimal number, and they must be omitted if the + * standard port numbers are used: 80 for http and 443 for https. + * + * We call this limited URL the "site". All URLs that share the same scheme, + * hostname and port are considered to be a part of the site and thus belong to + * the web asset. + * + * Example: the asset with the site `https://www.google.com` contains all these + * URLs: + * + * * `https://www.google.com/` * `https://www.google.com:443/` * + * `https://www.google.com/foo` * `https://www.google.com/foo?bar` * + * `https://www.google.com/foo#bar` * + * `https://user@password:www.google.com/` + * + * But it does not contain these URLs: + * + * * `http://www.google.com/` (wrong scheme) * + * `https://google.com/` (hostname does not match) * + * `https://www.google.com:444/` (port does not match) REQUIRED + * @opt_param string source.androidApp.packageName Android App assets are + * naturally identified by their Java package name. For example, the Google Maps + * app uses the package name `com.google.android.apps.maps`. REQUIRED + * @return Google_Service_Digitalassetlinks_ListResponse + */ + public function listStatements($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Digitalassetlinks_ListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Statement.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Statement.php new file mode 100644 index 000000000..3db4f2832 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/Statement.php @@ -0,0 +1,62 @@ +relation = $relation; + } + public function getRelation() + { + return $this->relation; + } + /** + * @param Google_Service_Digitalassetlinks_Asset + */ + public function setSource(Google_Service_Digitalassetlinks_Asset $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Digitalassetlinks_Asset + */ + public function getSource() + { + return $this->source; + } + /** + * @param Google_Service_Digitalassetlinks_Asset + */ + public function setTarget(Google_Service_Digitalassetlinks_Asset $target) + { + $this->target = $target; + } + /** + * @return Google_Service_Digitalassetlinks_Asset + */ + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/WebAsset.php b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/WebAsset.php new file mode 100644 index 000000000..68ff8e149 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/WebAsset.php @@ -0,0 +1,30 @@ +site = $site; + } + public function getSite() + { + return $this->site; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory.php b/vendor/google/apiclient-services/src/Google/Service/Directory.php new file mode 100644 index 000000000..4422fe192 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory.php @@ -0,0 +1,2094 @@ + + * Manages enterprise resources such as users and groups, administrative + * notifications, security features, and more. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Directory extends Google_Service +{ + /** View and manage customer related information. */ + const ADMIN_DIRECTORY_CUSTOMER = + "https://www.googleapis.com/auth/admin.directory.customer"; + /** View customer related information. */ + const ADMIN_DIRECTORY_CUSTOMER_READONLY = + "https://www.googleapis.com/auth/admin.directory.customer.readonly"; + /** View and manage your Chrome OS devices' metadata. */ + const ADMIN_DIRECTORY_DEVICE_CHROMEOS = + "https://www.googleapis.com/auth/admin.directory.device.chromeos"; + /** View your Chrome OS devices' metadata. */ + const ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY = + "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly"; + /** View and manage your mobile devices' metadata. */ + const ADMIN_DIRECTORY_DEVICE_MOBILE = + "https://www.googleapis.com/auth/admin.directory.device.mobile"; + /** Manage your mobile devices by performing administrative tasks. */ + const ADMIN_DIRECTORY_DEVICE_MOBILE_ACTION = + "https://www.googleapis.com/auth/admin.directory.device.mobile.action"; + /** View your mobile devices' metadata. */ + const ADMIN_DIRECTORY_DEVICE_MOBILE_READONLY = + "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly"; + /** View and manage the provisioning of domains for your customers. */ + const ADMIN_DIRECTORY_DOMAIN = + "https://www.googleapis.com/auth/admin.directory.domain"; + /** View domains related to your customers. */ + const ADMIN_DIRECTORY_DOMAIN_READONLY = + "https://www.googleapis.com/auth/admin.directory.domain.readonly"; + /** View and manage the provisioning of groups on your domain. */ + const ADMIN_DIRECTORY_GROUP = + "https://www.googleapis.com/auth/admin.directory.group"; + /** View and manage group subscriptions on your domain. */ + const ADMIN_DIRECTORY_GROUP_MEMBER = + "https://www.googleapis.com/auth/admin.directory.group.member"; + /** View group subscriptions on your domain. */ + const ADMIN_DIRECTORY_GROUP_MEMBER_READONLY = + "https://www.googleapis.com/auth/admin.directory.group.member.readonly"; + /** View groups on your domain. */ + const ADMIN_DIRECTORY_GROUP_READONLY = + "https://www.googleapis.com/auth/admin.directory.group.readonly"; + /** View and manage notifications received on your domain. */ + const ADMIN_DIRECTORY_NOTIFICATIONS = + "https://www.googleapis.com/auth/admin.directory.notifications"; + /** View and manage organization units on your domain. */ + const ADMIN_DIRECTORY_ORGUNIT = + "https://www.googleapis.com/auth/admin.directory.orgunit"; + /** View organization units on your domain. */ + const ADMIN_DIRECTORY_ORGUNIT_READONLY = + "https://www.googleapis.com/auth/admin.directory.orgunit.readonly"; + /** View and manage the provisioning of calendar resources on your domain. */ + const ADMIN_DIRECTORY_RESOURCE_CALENDAR = + "https://www.googleapis.com/auth/admin.directory.resource.calendar"; + /** View calendar resources on your domain. */ + const ADMIN_DIRECTORY_RESOURCE_CALENDAR_READONLY = + "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly"; + /** Manage delegated admin roles for your domain. */ + const ADMIN_DIRECTORY_ROLEMANAGEMENT = + "https://www.googleapis.com/auth/admin.directory.rolemanagement"; + /** View delegated admin roles for your domain. */ + const ADMIN_DIRECTORY_ROLEMANAGEMENT_READONLY = + "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly"; + /** View and manage the provisioning of users on your domain. */ + const ADMIN_DIRECTORY_USER = + "https://www.googleapis.com/auth/admin.directory.user"; + /** View and manage user aliases on your domain. */ + const ADMIN_DIRECTORY_USER_ALIAS = + "https://www.googleapis.com/auth/admin.directory.user.alias"; + /** View user aliases on your domain. */ + const ADMIN_DIRECTORY_USER_ALIAS_READONLY = + "https://www.googleapis.com/auth/admin.directory.user.alias.readonly"; + /** View users on your domain. */ + const ADMIN_DIRECTORY_USER_READONLY = + "https://www.googleapis.com/auth/admin.directory.user.readonly"; + /** Manage data access permissions for users on your domain. */ + const ADMIN_DIRECTORY_USER_SECURITY = + "https://www.googleapis.com/auth/admin.directory.user.security"; + /** View and manage the provisioning of user schemas on your domain. */ + const ADMIN_DIRECTORY_USERSCHEMA = + "https://www.googleapis.com/auth/admin.directory.userschema"; + /** View user schemas on your domain. */ + const ADMIN_DIRECTORY_USERSCHEMA_READONLY = + "https://www.googleapis.com/auth/admin.directory.userschema.readonly"; + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $asps; + public $channels; + public $chromeosdevices; + public $customers; + public $domainAliases; + public $domains; + public $groups; + public $groups_aliases; + public $members; + public $mobiledevices; + public $notifications; + public $orgunits; + public $privileges; + public $resolvedAppAccessSettings; + public $resources_buildings; + public $resources_calendars; + public $resources_features; + public $roleAssignments; + public $roles; + public $schemas; + public $tokens; + public $users; + public $users_aliases; + public $users_photos; + public $verificationCodes; + + /** + * Constructs the internal representation of the Directory 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 = 'admin/directory/v1/'; + $this->batchPath = 'batch/admin/directory_v1'; + $this->version = 'directory_v1'; + $this->serviceName = 'admin'; + + $this->asps = new Google_Service_Directory_Resource_Asps( + $this, + $this->serviceName, + 'asps', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/{userKey}/asps/{codeId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'codeId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'users/{userKey}/asps/{codeId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'codeId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'users/{userKey}/asps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->channels = new Google_Service_Directory_Resource_Channels( + $this, + $this->serviceName, + 'channels', + array( + 'methods' => array( + 'stop' => array( + 'path' => '/admin/directory_v1/channels/stop', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->chromeosdevices = new Google_Service_Directory_Resource_Chromeosdevices( + $this, + $this->serviceName, + 'chromeosdevices', + array( + 'methods' => array( + 'action' => array( + 'path' => 'customer/{customerId}/devices/chromeos/{resourceId}/action', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customerId}/devices/chromeos/{deviceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'customer/{customerId}/devices/chromeos', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orgUnitPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'moveDevicesToOu' => array( + 'path' => 'customer/{customerId}/devices/chromeos/moveDevicesToOu', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orgUnitPath' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'customer/{customerId}/devices/chromeos/{deviceId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'customer/{customerId}/devices/chromeos/{deviceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->customers = new Google_Service_Directory_Resource_Customers( + $this, + $this->serviceName, + 'customers', + array( + 'methods' => array( + 'get' => array( + 'path' => 'customers/{customerKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'customers/{customerKey}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customerKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customers/{customerKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customerKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->domainAliases = new Google_Service_Directory_Resource_DomainAliases( + $this, + $this->serviceName, + 'domainAliases', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/domainaliases/{domainAliasName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainAliasName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/domainaliases/{domainAliasName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainAliasName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/domainaliases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/domainaliases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parentDomainName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->domains = new Google_Service_Directory_Resource_Domains( + $this, + $this->serviceName, + 'domains', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/domains/{domainName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/domains/{domainName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'domainName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/domains', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/domains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->groups = new Google_Service_Directory_Resource_Groups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'groups/{groupKey}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'groups/{groupKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'groups', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'groups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'domain' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userKey' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'groups/{groupKey}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'groups/{groupKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->groups_aliases = new Google_Service_Directory_Resource_GroupsAliases( + $this, + $this->serviceName, + 'aliases', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'groups/{groupKey}/aliases/{alias}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alias' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'groups/{groupKey}/aliases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'groups/{groupKey}/aliases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->members = new Google_Service_Directory_Resource_Members( + $this, + $this->serviceName, + 'members', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'groups/{groupKey}/members/{memberKey}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'memberKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'groups/{groupKey}/members/{memberKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'memberKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'hasMember' => array( + 'path' => 'groups/{groupKey}/hasMember/{memberKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'memberKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'groups/{groupKey}/members', + 'httpMethod' => 'POST', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'groups/{groupKey}/members', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeDerivedMembership' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'roles' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'groups/{groupKey}/members/{memberKey}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'memberKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'groups/{groupKey}/members/{memberKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'groupKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'memberKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->mobiledevices = new Google_Service_Directory_Resource_Mobiledevices( + $this, + $this->serviceName, + 'mobiledevices', + array( + 'methods' => array( + 'action' => array( + 'path' => 'customer/{customerId}/devices/mobile/{resourceId}/action', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'customer/{customerId}/devices/mobile/{resourceId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customerId}/devices/mobile/{resourceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'customer/{customerId}/devices/mobile', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->notifications = new Google_Service_Directory_Resource_Notifications( + $this, + $this->serviceName, + 'notifications', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/notifications/{notificationId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/notifications/{notificationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/notifications', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customer/{customer}/notifications/{notificationId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customer/{customer}/notifications/{notificationId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->orgunits = new Google_Service_Directory_Resource_Orgunits( + $this, + $this->serviceName, + 'orgunits', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orgUnitPath' => array( + 'location' => 'path', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orgUnitPath' => array( + 'location' => 'path', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customerId}/orgunits', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customerId}/orgunits', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orgUnitPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orgUnitPath' => array( + 'location' => 'path', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orgUnitPath' => array( + 'location' => 'path', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->privileges = new Google_Service_Directory_Resource_Privileges( + $this, + $this->serviceName, + 'privileges', + array( + 'methods' => array( + 'list' => array( + 'path' => 'customer/{customer}/roles/ALL/privileges', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->resolvedAppAccessSettings = new Google_Service_Directory_Resource_ResolvedAppAccessSettings( + $this, + $this->serviceName, + 'resolvedAppAccessSettings', + array( + 'methods' => array( + 'GetSettings' => array( + 'path' => 'resolvedappaccesssettings', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'ListTrustedApps' => array( + 'path' => 'trustedapps', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->resources_buildings = new Google_Service_Directory_Resource_ResourcesBuildings( + $this, + $this->serviceName, + 'buildings', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/resources/buildings/{buildingId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'buildingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/resources/buildings/{buildingId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'buildingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/resources/buildings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'coordinatesSource' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/resources/buildings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customer/{customer}/resources/buildings/{buildingId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'buildingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'coordinatesSource' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'customer/{customer}/resources/buildings/{buildingId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'buildingId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'coordinatesSource' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->resources_calendars = new Google_Service_Directory_Resource_ResourcesCalendars( + $this, + $this->serviceName, + 'calendars', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/resources/calendars/{calendarResourceId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'calendarResourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/resources/calendars/{calendarResourceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'calendarResourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/resources/calendars', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/resources/calendars', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customer/{customer}/resources/calendars/{calendarResourceId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'calendarResourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customer/{customer}/resources/calendars/{calendarResourceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'calendarResourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->resources_features = new Google_Service_Directory_Resource_ResourcesFeatures( + $this, + $this->serviceName, + 'features', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/resources/features/{featureKey}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'featureKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/resources/features/{featureKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'featureKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/resources/features', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/resources/features', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customer/{customer}/resources/features/{featureKey}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'featureKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rename' => array( + 'path' => 'customer/{customer}/resources/features/{oldName}/rename', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'oldName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customer/{customer}/resources/features/{featureKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'featureKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->roleAssignments = new Google_Service_Directory_Resource_RoleAssignments( + $this, + $this->serviceName, + 'roleAssignments', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/roleassignments/{roleAssignmentId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'roleAssignmentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/roleassignments/{roleAssignmentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'roleAssignmentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/roleassignments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/roleassignments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'roleId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userKey' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->roles = new Google_Service_Directory_Resource_Roles( + $this, + $this->serviceName, + 'roles', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customer}/roles/{roleId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'roleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customer}/roles/{roleId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'roleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customer}/roles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customer}/roles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customer/{customer}/roles/{roleId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'roleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customer/{customer}/roles/{roleId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customer' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'roleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->schemas = new Google_Service_Directory_Resource_Schemas( + $this, + $this->serviceName, + 'schemas', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'customer/{customerId}/schemas/{schemaKey}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'schemaKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customer/{customerId}/schemas/{schemaKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'schemaKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customer/{customerId}/schemas', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'customer/{customerId}/schemas', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'customer/{customerId}/schemas/{schemaKey}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'schemaKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customer/{customerId}/schemas/{schemaKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'schemaKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->tokens = new Google_Service_Directory_Resource_Tokens( + $this, + $this->serviceName, + 'tokens', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/{userKey}/tokens/{clientId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'users/{userKey}/tokens/{clientId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'users/{userKey}/tokens', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_Directory_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/{userKey}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'users/{userKey}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customFieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'viewType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'users', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customFieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'domain' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'event' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'viewType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'makeAdmin' => array( + 'path' => 'users/{userKey}/makeAdmin', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'users/{userKey}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'users/{userKey}/undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'users/{userKey}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'watch' => array( + 'path' => 'users/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customFieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'domain' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'event' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'viewType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_aliases = new Google_Service_Directory_Resource_UsersAliases( + $this, + $this->serviceName, + 'aliases', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/{userKey}/aliases/{alias}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'alias' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'users/{userKey}/aliases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'users/{userKey}/aliases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'event' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'watch' => array( + 'path' => 'users/{userKey}/aliases/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'event' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_photos = new Google_Service_Directory_Resource_UsersPhotos( + $this, + $this->serviceName, + 'photos', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/{userKey}/photos/thumbnail', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'users/{userKey}/photos/thumbnail', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'users/{userKey}/photos/thumbnail', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'users/{userKey}/photos/thumbnail', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->verificationCodes = new Google_Service_Directory_Resource_VerificationCodes( + $this, + $this->serviceName, + 'verificationCodes', + array( + 'methods' => array( + 'generate' => array( + 'path' => 'users/{userKey}/verificationCodes/generate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'invalidate' => array( + 'path' => 'users/{userKey}/verificationCodes/invalidate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'users/{userKey}/verificationCodes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php new file mode 100644 index 000000000..a8ea54116 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php @@ -0,0 +1,66 @@ +alias = $alias; + } + public function getAlias() + { + return $this->alias; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setPrimaryEmail($primaryEmail) + { + $this->primaryEmail = $primaryEmail; + } + public function getPrimaryEmail() + { + return $this->primaryEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Aliases.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Aliases.php new file mode 100644 index 000000000..834498d8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Aliases.php @@ -0,0 +1,49 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/AppAccessCollections.php b/vendor/google/apiclient-services/src/Google/Service/Directory/AppAccessCollections.php new file mode 100644 index 000000000..abb338f37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/AppAccessCollections.php @@ -0,0 +1,94 @@ +blockedApiAccessBuckets = $blockedApiAccessBuckets; + } + public function getBlockedApiAccessBuckets() + { + return $this->blockedApiAccessBuckets; + } + public function setEnforceSettingsForAndroidDrive($enforceSettingsForAndroidDrive) + { + $this->enforceSettingsForAndroidDrive = $enforceSettingsForAndroidDrive; + } + public function getEnforceSettingsForAndroidDrive() + { + return $this->enforceSettingsForAndroidDrive; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + public function setTrustDomainOwnedApps($trustDomainOwnedApps) + { + $this->trustDomainOwnedApps = $trustDomainOwnedApps; + } + public function getTrustDomainOwnedApps() + { + return $this->trustDomainOwnedApps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Asp.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Asp.php new file mode 100644 index 000000000..9a139a3bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Asp.php @@ -0,0 +1,84 @@ +codeId = $codeId; + } + public function getCodeId() + { + return $this->codeId; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastTimeUsed($lastTimeUsed) + { + $this->lastTimeUsed = $lastTimeUsed; + } + public function getLastTimeUsed() + { + return $this->lastTimeUsed; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUserKey($userKey) + { + $this->userKey = $userKey; + } + public function getUserKey() + { + return $this->userKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Asps.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Asps.php new file mode 100644 index 000000000..1129ace20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Asps.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Asp + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_Asp + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Building.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Building.php new file mode 100644 index 000000000..8b3601213 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Building.php @@ -0,0 +1,108 @@ +address = $address; + } + /** + * @return Google_Service_Directory_BuildingAddress + */ + public function getAddress() + { + return $this->address; + } + public function setBuildingId($buildingId) + { + $this->buildingId = $buildingId; + } + public function getBuildingId() + { + return $this->buildingId; + } + public function setBuildingName($buildingName) + { + $this->buildingName = $buildingName; + } + public function getBuildingName() + { + return $this->buildingName; + } + /** + * @param Google_Service_Directory_BuildingCoordinates + */ + public function setCoordinates(Google_Service_Directory_BuildingCoordinates $coordinates) + { + $this->coordinates = $coordinates; + } + /** + * @return Google_Service_Directory_BuildingCoordinates + */ + public function getCoordinates() + { + return $this->coordinates; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtags($etags) + { + $this->etags = $etags; + } + public function getEtags() + { + return $this->etags; + } + public function setFloorNames($floorNames) + { + $this->floorNames = $floorNames; + } + public function getFloorNames() + { + return $this->floorNames; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/BuildingAddress.php b/vendor/google/apiclient-services/src/Google/Service/Directory/BuildingAddress.php new file mode 100644 index 000000000..ae18638c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/BuildingAddress.php @@ -0,0 +1,85 @@ +addressLines = $addressLines; + } + public function getAddressLines() + { + return $this->addressLines; + } + public function setAdministrativeArea($administrativeArea) + { + $this->administrativeArea = $administrativeArea; + } + public function getAdministrativeArea() + { + return $this->administrativeArea; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setSublocality($sublocality) + { + $this->sublocality = $sublocality; + } + public function getSublocality() + { + return $this->sublocality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/BuildingCoordinates.php b/vendor/google/apiclient-services/src/Google/Service/Directory/BuildingCoordinates.php new file mode 100644 index 000000000..637bd4960 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/BuildingCoordinates.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Buildings.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Buildings.php new file mode 100644 index 000000000..1e16f0306 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Buildings.php @@ -0,0 +1,65 @@ +buildings = $buildings; + } + /** + * @return Google_Service_Directory_Building + */ + public function getBuildings() + { + return $this->buildings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php new file mode 100644 index 000000000..7d0eb1311 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php @@ -0,0 +1,156 @@ +buildingId = $buildingId; + } + public function getBuildingId() + { + return $this->buildingId; + } + public function setCapacity($capacity) + { + $this->capacity = $capacity; + } + public function getCapacity() + { + return $this->capacity; + } + public function setEtags($etags) + { + $this->etags = $etags; + } + public function getEtags() + { + return $this->etags; + } + public function setFeatureInstances($featureInstances) + { + $this->featureInstances = $featureInstances; + } + public function getFeatureInstances() + { + return $this->featureInstances; + } + public function setFloorName($floorName) + { + $this->floorName = $floorName; + } + public function getFloorName() + { + return $this->floorName; + } + public function setFloorSection($floorSection) + { + $this->floorSection = $floorSection; + } + public function getFloorSection() + { + return $this->floorSection; + } + public function setGeneratedResourceName($generatedResourceName) + { + $this->generatedResourceName = $generatedResourceName; + } + public function getGeneratedResourceName() + { + return $this->generatedResourceName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResourceCategory($resourceCategory) + { + $this->resourceCategory = $resourceCategory; + } + public function getResourceCategory() + { + return $this->resourceCategory; + } + public function setResourceDescription($resourceDescription) + { + $this->resourceDescription = $resourceDescription; + } + public function getResourceDescription() + { + return $this->resourceDescription; + } + public function setResourceEmail($resourceEmail) + { + $this->resourceEmail = $resourceEmail; + } + public function getResourceEmail() + { + return $this->resourceEmail; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + public function setResourceType($resourceType) + { + $this->resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } + public function setUserVisibleDescription($userVisibleDescription) + { + $this->userVisibleDescription = $userVisibleDescription; + } + public function getUserVisibleDescription() + { + return $this->userVisibleDescription; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResources.php b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResources.php new file mode 100644 index 000000000..eca368451 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResources.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_CalendarResource + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_CalendarResource + */ + 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/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php new file mode 100644 index 000000000..0c47b41e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php @@ -0,0 +1,111 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + 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 setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php new file mode 100644 index 000000000..68232804c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php @@ -0,0 +1,386 @@ +activeTimeRanges = $activeTimeRanges; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceActiveTimeRanges + */ + public function getActiveTimeRanges() + { + return $this->activeTimeRanges; + } + public function setAnnotatedAssetId($annotatedAssetId) + { + $this->annotatedAssetId = $annotatedAssetId; + } + public function getAnnotatedAssetId() + { + return $this->annotatedAssetId; + } + public function setAnnotatedLocation($annotatedLocation) + { + $this->annotatedLocation = $annotatedLocation; + } + public function getAnnotatedLocation() + { + return $this->annotatedLocation; + } + public function setAnnotatedUser($annotatedUser) + { + $this->annotatedUser = $annotatedUser; + } + public function getAnnotatedUser() + { + return $this->annotatedUser; + } + public function setAutoUpdateExpiration($autoUpdateExpiration) + { + $this->autoUpdateExpiration = $autoUpdateExpiration; + } + public function getAutoUpdateExpiration() + { + return $this->autoUpdateExpiration; + } + public function setBootMode($bootMode) + { + $this->bootMode = $bootMode; + } + public function getBootMode() + { + return $this->bootMode; + } + /** + * @param Google_Service_Directory_ChromeOsDeviceCpuStatusReports + */ + public function setCpuStatusReports($cpuStatusReports) + { + $this->cpuStatusReports = $cpuStatusReports; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceCpuStatusReports + */ + public function getCpuStatusReports() + { + return $this->cpuStatusReports; + } + /** + * @param Google_Service_Directory_ChromeOsDeviceDeviceFiles + */ + public function setDeviceFiles($deviceFiles) + { + $this->deviceFiles = $deviceFiles; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceDeviceFiles + */ + public function getDeviceFiles() + { + return $this->deviceFiles; + } + public function setDeviceId($deviceId) + { + $this->deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + /** + * @param Google_Service_Directory_ChromeOsDeviceDiskVolumeReports + */ + public function setDiskVolumeReports($diskVolumeReports) + { + $this->diskVolumeReports = $diskVolumeReports; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceDiskVolumeReports + */ + public function getDiskVolumeReports() + { + return $this->diskVolumeReports; + } + public function setDockMacAddress($dockMacAddress) + { + $this->dockMacAddress = $dockMacAddress; + } + public function getDockMacAddress() + { + return $this->dockMacAddress; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEthernetMacAddress($ethernetMacAddress) + { + $this->ethernetMacAddress = $ethernetMacAddress; + } + public function getEthernetMacAddress() + { + return $this->ethernetMacAddress; + } + public function setEthernetMacAddress0($ethernetMacAddress0) + { + $this->ethernetMacAddress0 = $ethernetMacAddress0; + } + public function getEthernetMacAddress0() + { + return $this->ethernetMacAddress0; + } + public function setFirmwareVersion($firmwareVersion) + { + $this->firmwareVersion = $firmwareVersion; + } + public function getFirmwareVersion() + { + return $this->firmwareVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastEnrollmentTime($lastEnrollmentTime) + { + $this->lastEnrollmentTime = $lastEnrollmentTime; + } + public function getLastEnrollmentTime() + { + return $this->lastEnrollmentTime; + } + public function setLastSync($lastSync) + { + $this->lastSync = $lastSync; + } + public function getLastSync() + { + return $this->lastSync; + } + public function setMacAddress($macAddress) + { + $this->macAddress = $macAddress; + } + public function getMacAddress() + { + return $this->macAddress; + } + public function setManufactureDate($manufactureDate) + { + $this->manufactureDate = $manufactureDate; + } + public function getManufactureDate() + { + return $this->manufactureDate; + } + public function setMeid($meid) + { + $this->meid = $meid; + } + public function getMeid() + { + return $this->meid; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setOrderNumber($orderNumber) + { + $this->orderNumber = $orderNumber; + } + public function getOrderNumber() + { + return $this->orderNumber; + } + public function setOrgUnitPath($orgUnitPath) + { + $this->orgUnitPath = $orgUnitPath; + } + public function getOrgUnitPath() + { + return $this->orgUnitPath; + } + public function setOsVersion($osVersion) + { + $this->osVersion = $osVersion; + } + public function getOsVersion() + { + return $this->osVersion; + } + public function setPlatformVersion($platformVersion) + { + $this->platformVersion = $platformVersion; + } + public function getPlatformVersion() + { + return $this->platformVersion; + } + /** + * @param Google_Service_Directory_ChromeOsDeviceRecentUsers + */ + public function setRecentUsers($recentUsers) + { + $this->recentUsers = $recentUsers; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceRecentUsers + */ + public function getRecentUsers() + { + return $this->recentUsers; + } + public function setSerialNumber($serialNumber) + { + $this->serialNumber = $serialNumber; + } + public function getSerialNumber() + { + return $this->serialNumber; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSupportEndDate($supportEndDate) + { + $this->supportEndDate = $supportEndDate; + } + public function getSupportEndDate() + { + return $this->supportEndDate; + } + /** + * @param Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports + */ + public function setSystemRamFreeReports($systemRamFreeReports) + { + $this->systemRamFreeReports = $systemRamFreeReports; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports + */ + public function getSystemRamFreeReports() + { + return $this->systemRamFreeReports; + } + public function setSystemRamTotal($systemRamTotal) + { + $this->systemRamTotal = $systemRamTotal; + } + public function getSystemRamTotal() + { + return $this->systemRamTotal; + } + /** + * @param Google_Service_Directory_ChromeOsDeviceTpmVersionInfo + */ + public function setTpmVersionInfo(Google_Service_Directory_ChromeOsDeviceTpmVersionInfo $tpmVersionInfo) + { + $this->tpmVersionInfo = $tpmVersionInfo; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceTpmVersionInfo + */ + public function getTpmVersionInfo() + { + return $this->tpmVersionInfo; + } + public function setWillAutoRenew($willAutoRenew) + { + $this->willAutoRenew = $willAutoRenew; + } + public function getWillAutoRenew() + { + return $this->willAutoRenew; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php new file mode 100644 index 000000000..aab5010e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php @@ -0,0 +1,39 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setDeprovisionReason($deprovisionReason) + { + $this->deprovisionReason = $deprovisionReason; + } + public function getDeprovisionReason() + { + return $this->deprovisionReason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceActiveTimeRanges.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceActiveTimeRanges.php new file mode 100644 index 000000000..b88708338 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceActiveTimeRanges.php @@ -0,0 +1,39 @@ +activeTime = $activeTime; + } + public function getActiveTime() + { + return $this->activeTime; + } + public function setDate($date) + { + $this->date = $date; + } + public function getDate() + { + return $this->date; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReports.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReports.php new file mode 100644 index 000000000..ea43fee05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReports.php @@ -0,0 +1,56 @@ +cpuTemperatureInfo = $cpuTemperatureInfo; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo + */ + public function getCpuTemperatureInfo() + { + return $this->cpuTemperatureInfo; + } + public function setCpuUtilizationPercentageInfo($cpuUtilizationPercentageInfo) + { + $this->cpuUtilizationPercentageInfo = $cpuUtilizationPercentageInfo; + } + public function getCpuUtilizationPercentageInfo() + { + return $this->cpuUtilizationPercentageInfo; + } + public function setReportTime($reportTime) + { + $this->reportTime = $reportTime; + } + public function getReportTime() + { + return $this->reportTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo.php new file mode 100644 index 000000000..0df536da6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setTemperature($temperature) + { + $this->temperature = $temperature; + } + public function getTemperature() + { + return $this->temperature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDeviceFiles.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDeviceFiles.php new file mode 100644 index 000000000..e617a64c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDeviceFiles.php @@ -0,0 +1,57 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDownloadUrl($downloadUrl) + { + $this->downloadUrl = $downloadUrl; + } + public function getDownloadUrl() + { + return $this->downloadUrl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReports.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReports.php new file mode 100644 index 000000000..f3cfac1f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReports.php @@ -0,0 +1,38 @@ +volumeInfo = $volumeInfo; + } + /** + * @return Google_Service_Directory_ChromeOsDeviceDiskVolumeReportsVolumeInfo + */ + public function getVolumeInfo() + { + return $this->volumeInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReportsVolumeInfo.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReportsVolumeInfo.php new file mode 100644 index 000000000..7a13c5711 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceDiskVolumeReportsVolumeInfo.php @@ -0,0 +1,48 @@ +storageFree = $storageFree; + } + public function getStorageFree() + { + return $this->storageFree; + } + public function setStorageTotal($storageTotal) + { + $this->storageTotal = $storageTotal; + } + public function getStorageTotal() + { + return $this->storageTotal; + } + public function setVolumeId($volumeId) + { + $this->volumeId = $volumeId; + } + public function getVolumeId() + { + return $this->volumeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceRecentUsers.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceRecentUsers.php new file mode 100644 index 000000000..75df6e475 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceRecentUsers.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceSystemRamFreeReports.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceSystemRamFreeReports.php new file mode 100644 index 000000000..437d88a11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceSystemRamFreeReports.php @@ -0,0 +1,40 @@ +reportTime = $reportTime; + } + public function getReportTime() + { + return $this->reportTime; + } + public function setSystemRamFreeInfo($systemRamFreeInfo) + { + $this->systemRamFreeInfo = $systemRamFreeInfo; + } + public function getSystemRamFreeInfo() + { + return $this->systemRamFreeInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceTpmVersionInfo.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceTpmVersionInfo.php new file mode 100644 index 000000000..1df14ea60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceTpmVersionInfo.php @@ -0,0 +1,75 @@ +family = $family; + } + public function getFamily() + { + return $this->family; + } + public function setFirmwareVersion($firmwareVersion) + { + $this->firmwareVersion = $firmwareVersion; + } + public function getFirmwareVersion() + { + return $this->firmwareVersion; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setSpecLevel($specLevel) + { + $this->specLevel = $specLevel; + } + public function getSpecLevel() + { + return $this->specLevel; + } + public function setTpmModel($tpmModel) + { + $this->tpmModel = $tpmModel; + } + public function getTpmModel() + { + return $this->tpmModel; + } + public function setVendorSpecific($vendorSpecific) + { + $this->vendorSpecific = $vendorSpecific; + } + public function getVendorSpecific() + { + return $this->vendorSpecific; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevices.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevices.php new file mode 100644 index 000000000..c32e38f5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevices.php @@ -0,0 +1,65 @@ +chromeosdevices = $chromeosdevices; + } + /** + * @return Google_Service_Directory_ChromeOsDevice + */ + public function getChromeosdevices() + { + return $this->chromeosdevices; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsMoveDevicesToOu.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsMoveDevicesToOu.php new file mode 100644 index 000000000..ffc832b3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsMoveDevicesToOu.php @@ -0,0 +1,31 @@ +deviceIds = $deviceIds; + } + public function getDeviceIds() + { + return $this->deviceIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php new file mode 100644 index 000000000..c8c7b774e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php @@ -0,0 +1,109 @@ +alternateEmail = $alternateEmail; + } + public function getAlternateEmail() + { + return $this->alternateEmail; + } + public function setCustomerCreationTime($customerCreationTime) + { + $this->customerCreationTime = $customerCreationTime; + } + public function getCustomerCreationTime() + { + return $this->customerCreationTime; + } + public function setCustomerDomain($customerDomain) + { + $this->customerDomain = $customerDomain; + } + public function getCustomerDomain() + { + return $this->customerDomain; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + /** + * @param Google_Service_Directory_CustomerPostalAddress + */ + public function setPostalAddress(Google_Service_Directory_CustomerPostalAddress $postalAddress) + { + $this->postalAddress = $postalAddress; + } + /** + * @return Google_Service_Directory_CustomerPostalAddress + */ + public function getPostalAddress() + { + return $this->postalAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.php b/vendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.php new file mode 100644 index 000000000..7954a451f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.php @@ -0,0 +1,102 @@ +addressLine1 = $addressLine1; + } + public function getAddressLine1() + { + return $this->addressLine1; + } + public function setAddressLine2($addressLine2) + { + $this->addressLine2 = $addressLine2; + } + public function getAddressLine2() + { + return $this->addressLine2; + } + public function setAddressLine3($addressLine3) + { + $this->addressLine3 = $addressLine3; + } + public function getAddressLine3() + { + return $this->addressLine3; + } + public function setContactName($contactName) + { + $this->contactName = $contactName; + } + public function getContactName() + { + return $this->contactName; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setOrganizationName($organizationName) + { + $this->organizationName = $organizationName; + } + public function getOrganizationName() + { + return $this->organizationName; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/DomainAlias.php b/vendor/google/apiclient-services/src/Google/Service/Directory/DomainAlias.php new file mode 100644 index 000000000..1ce9975e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/DomainAlias.php @@ -0,0 +1,75 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDomainAliasName($domainAliasName) + { + $this->domainAliasName = $domainAliasName; + } + public function getDomainAliasName() + { + return $this->domainAliasName; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setParentDomainName($parentDomainName) + { + $this->parentDomainName = $parentDomainName; + } + public function getParentDomainName() + { + return $this->parentDomainName; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/DomainAliases.php b/vendor/google/apiclient-services/src/Google/Service/Directory/DomainAliases.php new file mode 100644 index 000000000..db23d3b33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/DomainAliases.php @@ -0,0 +1,56 @@ +domainAliases = $domainAliases; + } + /** + * @return Google_Service_Directory_DomainAlias + */ + public function getDomainAliases() + { + return $this->domainAliases; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php new file mode 100644 index 000000000..d894bd07d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php @@ -0,0 +1,92 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + /** + * @param Google_Service_Directory_DomainAlias + */ + public function setDomainAliases($domainAliases) + { + $this->domainAliases = $domainAliases; + } + /** + * @return Google_Service_Directory_DomainAlias + */ + public function getDomainAliases() + { + return $this->domainAliases; + } + public function setDomainName($domainName) + { + $this->domainName = $domainName; + } + public function getDomainName() + { + return $this->domainName; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIsPrimary($isPrimary) + { + $this->isPrimary = $isPrimary; + } + public function getIsPrimary() + { + return $this->isPrimary; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php new file mode 100644 index 000000000..5264ed5cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php @@ -0,0 +1,56 @@ +domains = $domains; + } + /** + * @return Google_Service_Directory_Domains + */ + public function getDomains() + { + return $this->domains; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Feature.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Feature.php new file mode 100644 index 000000000..3030b27c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Feature.php @@ -0,0 +1,48 @@ +etags = $etags; + } + public function getEtags() + { + return $this->etags; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/FeatureInstance.php b/vendor/google/apiclient-services/src/Google/Service/Directory/FeatureInstance.php new file mode 100644 index 000000000..736eccbe3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/FeatureInstance.php @@ -0,0 +1,37 @@ +feature = $feature; + } + /** + * @return Google_Service_Directory_Feature + */ + public function getFeature() + { + return $this->feature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/FeatureRename.php b/vendor/google/apiclient-services/src/Google/Service/Directory/FeatureRename.php new file mode 100644 index 000000000..18462de8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/FeatureRename.php @@ -0,0 +1,30 @@ +newName = $newName; + } + public function getNewName() + { + return $this->newName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Features.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Features.php new file mode 100644 index 000000000..2f5002201 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Features.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Feature + */ + public function setFeatures($features) + { + $this->features = $features; + } + /** + * @return Google_Service_Directory_Feature + */ + public function getFeatures() + { + return $this->features; + } + 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/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php new file mode 100644 index 000000000..ae9a81612 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php @@ -0,0 +1,112 @@ +adminCreated = $adminCreated; + } + public function getAdminCreated() + { + return $this->adminCreated; + } + public function setAliases($aliases) + { + $this->aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDirectMembersCount($directMembersCount) + { + $this->directMembersCount = $directMembersCount; + } + public function getDirectMembersCount() + { + return $this->directMembersCount; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setNonEditableAliases($nonEditableAliases) + { + $this->nonEditableAliases = $nonEditableAliases; + } + public function getNonEditableAliases() + { + return $this->nonEditableAliases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Groups.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Groups.php new file mode 100644 index 000000000..0d4b672a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Groups.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Group + */ + public function setGroups($groups) + { + $this->groups = $groups; + } + /** + * @return Google_Service_Directory_Group + */ + public function getGroups() + { + return $this->groups; + } + 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/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php new file mode 100644 index 000000000..210fc2d98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php @@ -0,0 +1,96 @@ + "delivery_settings", + ); + public $deliverySettings; + public $email; + public $etag; + public $id; + public $kind; + public $role; + public $status; + public $type; + + public function setDeliverySettings($deliverySettings) + { + $this->deliverySettings = $deliverySettings; + } + public function getDeliverySettings() + { + return $this->deliverySettings; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Members.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Members.php new file mode 100644 index 000000000..f39b04199 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Members.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Directory_Member + */ + public function setMembers($members) + { + $this->members = $members; + } + /** + * @return Google_Service_Directory_Member + */ + public function getMembers() + { + return $this->members; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MembersHasMember.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MembersHasMember.php new file mode 100644 index 000000000..052cc8630 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MembersHasMember.php @@ -0,0 +1,30 @@ +isMember = $isMember; + } + public function getIsMember() + { + return $this->isMember; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php new file mode 100644 index 000000000..a999b98ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php @@ -0,0 +1,389 @@ +adbStatus = $adbStatus; + } + public function getAdbStatus() + { + return $this->adbStatus; + } + /** + * @param Google_Service_Directory_MobileDeviceApplications + */ + public function setApplications($applications) + { + $this->applications = $applications; + } + /** + * @return Google_Service_Directory_MobileDeviceApplications + */ + public function getApplications() + { + return $this->applications; + } + public function setBasebandVersion($basebandVersion) + { + $this->basebandVersion = $basebandVersion; + } + public function getBasebandVersion() + { + return $this->basebandVersion; + } + public function setBootloaderVersion($bootloaderVersion) + { + $this->bootloaderVersion = $bootloaderVersion; + } + public function getBootloaderVersion() + { + return $this->bootloaderVersion; + } + public function setBrand($brand) + { + $this->brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + public function setBuildNumber($buildNumber) + { + $this->buildNumber = $buildNumber; + } + public function getBuildNumber() + { + return $this->buildNumber; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + public function setDeveloperOptionsStatus($developerOptionsStatus) + { + $this->developerOptionsStatus = $developerOptionsStatus; + } + public function getDeveloperOptionsStatus() + { + return $this->developerOptionsStatus; + } + public function setDeviceCompromisedStatus($deviceCompromisedStatus) + { + $this->deviceCompromisedStatus = $deviceCompromisedStatus; + } + public function getDeviceCompromisedStatus() + { + return $this->deviceCompromisedStatus; + } + public function setDeviceId($deviceId) + { + $this->deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } + public function setDevicePasswordStatus($devicePasswordStatus) + { + $this->devicePasswordStatus = $devicePasswordStatus; + } + public function getDevicePasswordStatus() + { + return $this->devicePasswordStatus; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEncryptionStatus($encryptionStatus) + { + $this->encryptionStatus = $encryptionStatus; + } + public function getEncryptionStatus() + { + return $this->encryptionStatus; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFirstSync($firstSync) + { + $this->firstSync = $firstSync; + } + public function getFirstSync() + { + return $this->firstSync; + } + public function setHardware($hardware) + { + $this->hardware = $hardware; + } + public function getHardware() + { + return $this->hardware; + } + public function setHardwareId($hardwareId) + { + $this->hardwareId = $hardwareId; + } + public function getHardwareId() + { + return $this->hardwareId; + } + public function setImei($imei) + { + $this->imei = $imei; + } + public function getImei() + { + return $this->imei; + } + public function setKernelVersion($kernelVersion) + { + $this->kernelVersion = $kernelVersion; + } + public function getKernelVersion() + { + return $this->kernelVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastSync($lastSync) + { + $this->lastSync = $lastSync; + } + public function getLastSync() + { + return $this->lastSync; + } + public function setManagedAccountIsOnOwnerProfile($managedAccountIsOnOwnerProfile) + { + $this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile; + } + public function getManagedAccountIsOnOwnerProfile() + { + return $this->managedAccountIsOnOwnerProfile; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setMeid($meid) + { + $this->meid = $meid; + } + public function getMeid() + { + return $this->meid; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetworkOperator($networkOperator) + { + $this->networkOperator = $networkOperator; + } + public function getNetworkOperator() + { + return $this->networkOperator; + } + public function setOs($os) + { + $this->os = $os; + } + public function getOs() + { + return $this->os; + } + public function setOtherAccountsInfo($otherAccountsInfo) + { + $this->otherAccountsInfo = $otherAccountsInfo; + } + public function getOtherAccountsInfo() + { + return $this->otherAccountsInfo; + } + public function setPrivilege($privilege) + { + $this->privilege = $privilege; + } + public function getPrivilege() + { + return $this->privilege; + } + public function setReleaseVersion($releaseVersion) + { + $this->releaseVersion = $releaseVersion; + } + public function getReleaseVersion() + { + return $this->releaseVersion; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setSecurityPatchLevel($securityPatchLevel) + { + $this->securityPatchLevel = $securityPatchLevel; + } + public function getSecurityPatchLevel() + { + return $this->securityPatchLevel; + } + public function setSerialNumber($serialNumber) + { + $this->serialNumber = $serialNumber; + } + public function getSerialNumber() + { + return $this->serialNumber; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSupportsWorkProfile($supportsWorkProfile) + { + $this->supportsWorkProfile = $supportsWorkProfile; + } + public function getSupportsWorkProfile() + { + return $this->supportsWorkProfile; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnknownSourcesStatus($unknownSourcesStatus) + { + $this->unknownSourcesStatus = $unknownSourcesStatus; + } + public function getUnknownSourcesStatus() + { + return $this->unknownSourcesStatus; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } + public function setWifiMacAddress($wifiMacAddress) + { + $this->wifiMacAddress = $wifiMacAddress; + } + public function getWifiMacAddress() + { + return $this->wifiMacAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php new file mode 100644 index 000000000..904480c7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php @@ -0,0 +1,30 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceApplications.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceApplications.php new file mode 100644 index 000000000..254cb047c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceApplications.php @@ -0,0 +1,67 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setPermission($permission) + { + $this->permission = $permission; + } + public function getPermission() + { + return $this->permission; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } + public function setVersionName($versionName) + { + $this->versionName = $versionName; + } + public function getVersionName() + { + return $this->versionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevices.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevices.php new file mode 100644 index 000000000..2b250316f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevices.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Directory_MobileDevice + */ + public function setMobiledevices($mobiledevices) + { + $this->mobiledevices = $mobiledevices; + } + /** + * @return Google_Service_Directory_MobileDevice + */ + public function getMobiledevices() + { + return $this->mobiledevices; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php new file mode 100644 index 000000000..3a430362f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php @@ -0,0 +1,93 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFromAddress($fromAddress) + { + $this->fromAddress = $fromAddress; + } + public function getFromAddress() + { + return $this->fromAddress; + } + public function setIsUnread($isUnread) + { + $this->isUnread = $isUnread; + } + public function getIsUnread() + { + return $this->isUnread; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNotificationId($notificationId) + { + $this->notificationId = $notificationId; + } + public function getNotificationId() + { + return $this->notificationId; + } + public function setSendTime($sendTime) + { + $this->sendTime = $sendTime; + } + public function getSendTime() + { + return $this->sendTime; + } + public function setSubject($subject) + { + $this->subject = $subject; + } + public function getSubject() + { + return $this->subject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Notifications.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Notifications.php new file mode 100644 index 000000000..8e73592b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Notifications.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Notification + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_Notification + */ + 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; + } + public function setUnreadNotificationsCount($unreadNotificationsCount) + { + $this->unreadNotificationsCount = $unreadNotificationsCount; + } + public function getUnreadNotificationsCount() + { + return $this->unreadNotificationsCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php b/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php new file mode 100644 index 000000000..a8e6857a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php @@ -0,0 +1,102 @@ +blockInheritance = $blockInheritance; + } + public function getBlockInheritance() + { + return $this->blockInheritance; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setOrgUnitId($orgUnitId) + { + $this->orgUnitId = $orgUnitId; + } + public function getOrgUnitId() + { + return $this->orgUnitId; + } + public function setOrgUnitPath($orgUnitPath) + { + $this->orgUnitPath = $orgUnitPath; + } + public function getOrgUnitPath() + { + return $this->orgUnitPath; + } + public function setParentOrgUnitId($parentOrgUnitId) + { + $this->parentOrgUnitId = $parentOrgUnitId; + } + public function getParentOrgUnitId() + { + return $this->parentOrgUnitId; + } + public function setParentOrgUnitPath($parentOrgUnitPath) + { + $this->parentOrgUnitPath = $parentOrgUnitPath; + } + public function getParentOrgUnitPath() + { + return $this->parentOrgUnitPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnits.php b/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnits.php new file mode 100644 index 000000000..db58ec604 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnits.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Directory_OrgUnit + */ + public function setOrganizationUnits($organizationUnits) + { + $this->organizationUnits = $organizationUnits; + } + /** + * @return Google_Service_Directory_OrgUnit + */ + public function getOrganizationUnits() + { + return $this->organizationUnits; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Privilege.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Privilege.php new file mode 100644 index 000000000..5372e999e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Privilege.php @@ -0,0 +1,92 @@ +childPrivileges = $childPrivileges; + } + /** + * @return Google_Service_Directory_Privilege + */ + public function getChildPrivileges() + { + return $this->childPrivileges; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIsOuScopable($isOuScopable) + { + $this->isOuScopable = $isOuScopable; + } + public function getIsOuScopable() + { + return $this->isOuScopable; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPrivilegeName($privilegeName) + { + $this->privilegeName = $privilegeName; + } + public function getPrivilegeName() + { + return $this->privilegeName; + } + public function setServiceId($serviceId) + { + $this->serviceId = $serviceId; + } + public function getServiceId() + { + return $this->serviceId; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php new file mode 100644 index 000000000..7022977b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Privilege + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_Privilege + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Asps.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Asps.php new file mode 100644 index 000000000..03f18d486 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Asps.php @@ -0,0 +1,71 @@ + + * $adminService = new Google_Service_Directory(...); + * $asps = $adminService->asps; + * + */ +class Google_Service_Directory_Resource_Asps extends Google_Service_Resource +{ + /** + * Delete an ASP issued by a user. (asps.delete) + * + * @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 int $codeId The unique ID of the ASP to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($userKey, $codeId, $optParams = array()) + { + $params = array('userKey' => $userKey, 'codeId' => $codeId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get information about an ASP issued by a user. (asps.get) + * + * @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 int $codeId The unique ID of the ASP. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Asp + */ + public function get($userKey, $codeId, $optParams = array()) + { + $params = array('userKey' => $userKey, 'codeId' => $codeId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Asp"); + } + /** + * List the ASPs issued by a user. (asps.listAsps) + * + * @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. + * @return Google_Service_Directory_Asps + */ + public function listAsps($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Asps"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Channels.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Channels.php new file mode 100644 index 000000000..90c657bb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Channels.php @@ -0,0 +1,40 @@ + + * $adminService = new Google_Service_Directory(...); + * $channels = $adminService->channels; + * + */ +class Google_Service_Directory_Resource_Channels extends Google_Service_Resource +{ + /** + * Stop watching resources through this channel (channels.stop) + * + * @param Google_Service_Directory_Channel $postBody + * @param array $optParams Optional parameters. + */ + public function stop(Google_Service_Directory_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Chromeosdevices.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Chromeosdevices.php new file mode 100644 index 000000000..6a554d77a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Chromeosdevices.php @@ -0,0 +1,138 @@ + + * $adminService = new Google_Service_Directory(...); + * $chromeosdevices = $adminService->chromeosdevices; + * + */ +class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_Resource +{ + /** + * Take action on Chrome OS Device (chromeosdevices.action) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $resourceId Immutable ID of Chrome OS Device + * @param Google_Service_Directory_ChromeOsDeviceAction $postBody + * @param array $optParams Optional parameters. + */ + public function action($customerId, $resourceId, Google_Service_Directory_ChromeOsDeviceAction $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('action', array($params)); + } + /** + * Retrieve Chrome OS Device (chromeosdevices.get) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $deviceId Immutable ID of Chrome OS Device + * @param array $optParams Optional parameters. + * + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @return Google_Service_Directory_ChromeOsDevice + */ + public function get($customerId, $deviceId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'deviceId' => $deviceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice"); + } + /** + * Retrieve all Chrome OS Devices of a customer (paginated) + * (chromeosdevices.listChromeosdevices) + * + * @param string $customerId Immutable ID of the G Suite account + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. Max allowed + * value is 200. + * @opt_param string orderBy Column to use for sorting results + * @opt_param string orgUnitPath Full path of the organizational unit or its ID + * @opt_param string pageToken Token to specify next page in the list + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @opt_param string query Search string in the format given at + * http://support.google.com/chromeos/a/bin/answer.py?answer=1698333 + * @opt_param string sortOrder Whether to return results in ascending or + * descending order. Only of use when orderBy is also used + * @return Google_Service_Directory_ChromeOsDevices + */ + public function listChromeosdevices($customerId, $optParams = array()) + { + $params = array('customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices"); + } + /** + * Move or insert multiple Chrome OS Devices to organizational unit + * (chromeosdevices.moveDevicesToOu) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $orgUnitPath Full path of the target organizational unit or its + * ID + * @param Google_Service_Directory_ChromeOsMoveDevicesToOu $postBody + * @param array $optParams Optional parameters. + */ + public function moveDevicesToOu($customerId, $orgUnitPath, Google_Service_Directory_ChromeOsMoveDevicesToOu $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('moveDevicesToOu', array($params)); + } + /** + * Update Chrome OS Device. This method supports patch semantics. + * (chromeosdevices.patch) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $deviceId Immutable ID of Chrome OS Device + * @param Google_Service_Directory_ChromeOsDevice $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @return Google_Service_Directory_ChromeOsDevice + */ + public function patch($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice"); + } + /** + * Update Chrome OS Device (chromeosdevices.update) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $deviceId Immutable ID of Chrome OS Device + * @param Google_Service_Directory_ChromeOsDevice $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @return Google_Service_Directory_ChromeOsDevice + */ + public function update($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_ChromeOsDevice"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.php new file mode 100644 index 000000000..b7300f859 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.php @@ -0,0 +1,69 @@ + + * $adminService = new Google_Service_Directory(...); + * $customers = $adminService->customers; + * + */ +class Google_Service_Directory_Resource_Customers extends Google_Service_Resource +{ + /** + * Retrieves a customer. (customers.get) + * + * @param string $customerKey Id of the customer to be retrieved + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Customer + */ + public function get($customerKey, $optParams = array()) + { + $params = array('customerKey' => $customerKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Customer"); + } + /** + * Updates a customer. This method supports patch semantics. (customers.patch) + * + * @param string $customerKey Id of the customer to be updated + * @param Google_Service_Directory_Customer $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Customer + */ + public function patch($customerKey, Google_Service_Directory_Customer $postBody, $optParams = array()) + { + $params = array('customerKey' => $customerKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Customer"); + } + /** + * Updates a customer. (customers.update) + * + * @param string $customerKey Id of the customer to be updated + * @param Google_Service_Directory_Customer $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Customer + */ + public function update($customerKey, Google_Service_Directory_Customer $postBody, $optParams = array()) + { + $params = array('customerKey' => $customerKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Customer"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/DomainAliases.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/DomainAliases.php new file mode 100644 index 000000000..866a87dd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/DomainAliases.php @@ -0,0 +1,85 @@ + + * $adminService = new Google_Service_Directory(...); + * $domainAliases = $adminService->domainAliases; + * + */ +class Google_Service_Directory_Resource_DomainAliases extends Google_Service_Resource +{ + /** + * Deletes a Domain Alias of the customer. (domainAliases.delete) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $domainAliasName Name of domain alias to be retrieved. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $domainAliasName, $optParams = array()) + { + $params = array('customer' => $customer, 'domainAliasName' => $domainAliasName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a domain alias of the customer. (domainAliases.get) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $domainAliasName Name of domain alias to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_DomainAlias + */ + public function get($customer, $domainAliasName, $optParams = array()) + { + $params = array('customer' => $customer, 'domainAliasName' => $domainAliasName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_DomainAlias"); + } + /** + * Inserts a Domain alias of the customer. (domainAliases.insert) + * + * @param string $customer Immutable ID of the G Suite account. + * @param Google_Service_Directory_DomainAlias $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_DomainAlias + */ + public function insert($customer, Google_Service_Directory_DomainAlias $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_DomainAlias"); + } + /** + * Lists the domain aliases of the customer. (domainAliases.listDomainAliases) + * + * @param string $customer Immutable ID of the G Suite account. + * @param array $optParams Optional parameters. + * + * @opt_param string parentDomainName Name of the parent domain for which domain + * aliases are to be fetched. + * @return Google_Service_Directory_DomainAliases + */ + public function listDomainAliases($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_DomainAliases"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Domains.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Domains.php new file mode 100644 index 000000000..9b3f33414 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Domains.php @@ -0,0 +1,82 @@ + + * $adminService = new Google_Service_Directory(...); + * $domains = $adminService->domains; + * + */ +class Google_Service_Directory_Resource_Domains extends Google_Service_Resource +{ + /** + * Deletes a domain of the customer. (domains.delete) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $domainName Name of domain to be deleted + * @param array $optParams Optional parameters. + */ + public function delete($customer, $domainName, $optParams = array()) + { + $params = array('customer' => $customer, 'domainName' => $domainName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a domain of the customer. (domains.get) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $domainName Name of domain to be retrieved + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Domains + */ + public function get($customer, $domainName, $optParams = array()) + { + $params = array('customer' => $customer, 'domainName' => $domainName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Domains"); + } + /** + * Inserts a domain of the customer. (domains.insert) + * + * @param string $customer Immutable ID of the G Suite account. + * @param Google_Service_Directory_Domains $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Domains + */ + public function insert($customer, Google_Service_Directory_Domains $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Domains"); + } + /** + * Lists the domains of the customer. (domains.listDomains) + * + * @param string $customer Immutable ID of the G Suite account. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Domains2 + */ + public function listDomains($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Domains2"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Groups.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Groups.php new file mode 100644 index 000000000..a146d6035 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Groups.php @@ -0,0 +1,128 @@ + + * $adminService = new Google_Service_Directory(...); + * $groups = $adminService->groups; + * + */ +class Google_Service_Directory_Resource_Groups extends Google_Service_Resource +{ + /** + * Delete Group (groups.delete) + * + * @param string $groupKey Email or immutable ID of the group + * @param array $optParams Optional parameters. + */ + public function delete($groupKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve Group (groups.get) + * + * @param string $groupKey Email or immutable ID of the group + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Group + */ + public function get($groupKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Group"); + } + /** + * Create Group (groups.insert) + * + * @param Google_Service_Directory_Group $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Group + */ + public function insert(Google_Service_Directory_Group $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Group"); + } + /** + * Retrieve all groups of a domain or of a user given a userKey (paginated) + * (groups.listGroups) + * + * @param array $optParams Optional parameters. + * + * @opt_param string customer Immutable ID of the G Suite account. In case of + * multi-domain, to fetch all groups for a customer, fill this field instead of + * domain. + * @opt_param string domain Name of the domain. Fill this field to get groups + * from only this domain. To return all groups in a multi-domain fill customer + * field instead. + * @opt_param int maxResults Maximum number of results to return. Max allowed + * value is 200. + * @opt_param string orderBy Column to use for sorting results + * @opt_param string pageToken Token to specify next page in the list + * @opt_param string query Query string search. Should be of the form "". + * Complete documentation is at https://developers.google.com/admin- + * sdk/directory/v1/guides/search-groups + * @opt_param string sortOrder Whether to return results in ascending or + * descending order. Only of use when orderBy is also used + * @opt_param string userKey Email or immutable ID of the user if only those + * groups are to be listed, the given user is a member of. If it's an ID, it + * should match with the ID of the user object. + * @return Google_Service_Directory_Groups + */ + public function listGroups($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Groups"); + } + /** + * Update Group. This method supports patch semantics. (groups.patch) + * + * @param string $groupKey Email or immutable ID of the group. If ID, it should + * match with id of group object + * @param Google_Service_Directory_Group $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Group + */ + public function patch($groupKey, Google_Service_Directory_Group $postBody, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Group"); + } + /** + * Update Group (groups.update) + * + * @param string $groupKey Email or immutable ID of the group. If ID, it should + * match with id of group object + * @param Google_Service_Directory_Group $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Group + */ + public function update($groupKey, Google_Service_Directory_Group $postBody, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Group"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/GroupsAliases.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/GroupsAliases.php new file mode 100644 index 000000000..f52ce0eb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/GroupsAliases.php @@ -0,0 +1,68 @@ + + * $adminService = new Google_Service_Directory(...); + * $aliases = $adminService->aliases; + * + */ +class Google_Service_Directory_Resource_GroupsAliases extends Google_Service_Resource +{ + /** + * Remove a alias for the group (aliases.delete) + * + * @param string $groupKey Email or immutable ID of the group + * @param string $alias The alias to be removed + * @param array $optParams Optional parameters. + */ + public function delete($groupKey, $alias, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'alias' => $alias); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Add a alias for the group (aliases.insert) + * + * @param string $groupKey Email or immutable ID of the group + * @param Google_Service_Directory_Alias $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Alias + */ + public function insert($groupKey, Google_Service_Directory_Alias $postBody, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Alias"); + } + /** + * List all aliases for a group (aliases.listGroupsAliases) + * + * @param string $groupKey Email or immutable ID of the group + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Aliases + */ + public function listGroupsAliases($groupKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Aliases"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Members.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Members.php new file mode 100644 index 000000000..3916029cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Members.php @@ -0,0 +1,142 @@ + + * $adminService = new Google_Service_Directory(...); + * $members = $adminService->members; + * + */ +class Google_Service_Directory_Resource_Members extends Google_Service_Resource +{ + /** + * Remove membership. (members.delete) + * + * @param string $groupKey Email or immutable ID of the group + * @param string $memberKey Email or immutable ID of the member + * @param array $optParams Optional parameters. + */ + public function delete($groupKey, $memberKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve Group Member (members.get) + * + * @param string $groupKey Email or immutable ID of the group + * @param string $memberKey Email or immutable ID of the member + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Member + */ + public function get($groupKey, $memberKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Member"); + } + /** + * Checks whether the given user is a member of the group. Membership can be + * direct or nested. (members.hasMember) + * + * @param string $groupKey Identifies the group in the API request. The value + * can be the group's email address, group alias, or the unique group ID. + * @param string $memberKey Identifies the user member in the API request. The + * value can be the user's primary email address, alias, or unique ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_MembersHasMember + */ + public function hasMember($groupKey, $memberKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey); + $params = array_merge($params, $optParams); + return $this->call('hasMember', array($params), "Google_Service_Directory_MembersHasMember"); + } + /** + * Add user to the specified group. (members.insert) + * + * @param string $groupKey Email or immutable ID of the group + * @param Google_Service_Directory_Member $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Member + */ + public function insert($groupKey, Google_Service_Directory_Member $postBody, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Member"); + } + /** + * Retrieve all members in a group (paginated) (members.listMembers) + * + * @param string $groupKey Email or immutable ID of the group + * @param array $optParams Optional parameters. + * + * @opt_param bool includeDerivedMembership Whether to list indirect + * memberships. Default: false. + * @opt_param int maxResults Maximum number of results to return. Max allowed + * value is 200. + * @opt_param string pageToken Token to specify next page in the list + * @opt_param string roles Comma separated role values to filter list results + * on. + * @return Google_Service_Directory_Members + */ + public function listMembers($groupKey, $optParams = array()) + { + $params = array('groupKey' => $groupKey); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Members"); + } + /** + * Update membership of a user in the specified group. This method supports + * patch semantics. (members.patch) + * + * @param string $groupKey Email or immutable ID of the group. If ID, it should + * match with id of group object + * @param string $memberKey Email or immutable ID of the user. If ID, it should + * match with id of member object + * @param Google_Service_Directory_Member $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Member + */ + public function patch($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Member"); + } + /** + * Update membership of a user in the specified group. (members.update) + * + * @param string $groupKey Email or immutable ID of the group. If ID, it should + * match with id of group object + * @param string $memberKey Email or immutable ID of the user. If ID, it should + * match with id of member object + * @param Google_Service_Directory_Member $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Member + */ + public function update($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array()) + { + $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Member"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Mobiledevices.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Mobiledevices.php new file mode 100644 index 000000000..fcfed5630 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Mobiledevices.php @@ -0,0 +1,97 @@ + + * $adminService = new Google_Service_Directory(...); + * $mobiledevices = $adminService->mobiledevices; + * + */ +class Google_Service_Directory_Resource_Mobiledevices extends Google_Service_Resource +{ + /** + * Take action on Mobile Device (mobiledevices.action) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $resourceId Immutable ID of Mobile Device + * @param Google_Service_Directory_MobileDeviceAction $postBody + * @param array $optParams Optional parameters. + */ + public function action($customerId, $resourceId, Google_Service_Directory_MobileDeviceAction $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('action', array($params)); + } + /** + * Delete Mobile Device (mobiledevices.delete) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $resourceId Immutable ID of Mobile Device + * @param array $optParams Optional parameters. + */ + public function delete($customerId, $resourceId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'resourceId' => $resourceId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve Mobile Device (mobiledevices.get) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $resourceId Immutable ID of Mobile Device + * @param array $optParams Optional parameters. + * + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @return Google_Service_Directory_MobileDevice + */ + public function get($customerId, $resourceId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'resourceId' => $resourceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_MobileDevice"); + } + /** + * Retrieve all Mobile Devices of a customer (paginated) + * (mobiledevices.listMobiledevices) + * + * @param string $customerId Immutable ID of the G Suite account + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. Max allowed + * value is 100. + * @opt_param string orderBy Column to use for sorting results + * @opt_param string pageToken Token to specify next page in the list + * @opt_param string projection Restrict information returned to a set of + * selected fields. + * @opt_param string query Search string in the format given at + * http://support.google.com/a/bin/answer.py?answer=1408863#search + * @opt_param string sortOrder Whether to return results in ascending or + * descending order. Only of use when orderBy is also used + * @return Google_Service_Directory_MobileDevices + */ + public function listMobiledevices($customerId, $optParams = array()) + { + $params = array('customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_MobileDevices"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Notifications.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Notifications.php new file mode 100644 index 000000000..4956072db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Notifications.php @@ -0,0 +1,108 @@ + + * $adminService = new Google_Service_Directory(...); + * $notifications = $adminService->notifications; + * + */ +class Google_Service_Directory_Resource_Notifications extends Google_Service_Resource +{ + /** + * Deletes a notification (notifications.delete) + * + * @param string $customer The unique ID for the customer's G Suite account. The + * customerId is also returned as part of the Users resource. + * @param string $notificationId The unique ID of the notification. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $notificationId, $optParams = array()) + { + $params = array('customer' => $customer, 'notificationId' => $notificationId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a notification. (notifications.get) + * + * @param string $customer The unique ID for the customer's G Suite account. The + * customerId is also returned as part of the Users resource. + * @param string $notificationId The unique ID of the notification. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Notification + */ + public function get($customer, $notificationId, $optParams = array()) + { + $params = array('customer' => $customer, 'notificationId' => $notificationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Notification"); + } + /** + * Retrieves a list of notifications. (notifications.listNotifications) + * + * @param string $customer The unique ID for the customer's G Suite account. + * @param array $optParams Optional parameters. + * + * @opt_param string language The ISO 639-1 code of the language notifications + * are returned in. The default is English (en). + * @opt_param string maxResults Maximum number of notifications to return per + * page. The default is 100. + * @opt_param string pageToken The token to specify the page of results to + * retrieve. + * @return Google_Service_Directory_Notifications + */ + public function listNotifications($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Notifications"); + } + /** + * Updates a notification. This method supports patch semantics. + * (notifications.patch) + * + * @param string $customer The unique ID for the customer's G Suite account. + * @param string $notificationId The unique ID of the notification. + * @param Google_Service_Directory_Notification $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Notification + */ + public function patch($customer, $notificationId, Google_Service_Directory_Notification $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Notification"); + } + /** + * Updates a notification. (notifications.update) + * + * @param string $customer The unique ID for the customer's G Suite account. + * @param string $notificationId The unique ID of the notification. + * @param Google_Service_Directory_Notification $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Notification + */ + public function update($customer, $notificationId, Google_Service_Directory_Notification $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Notification"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Orgunits.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Orgunits.php new file mode 100644 index 000000000..0af3fc308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Orgunits.php @@ -0,0 +1,122 @@ + + * $adminService = new Google_Service_Directory(...); + * $orgunits = $adminService->orgunits; + * + */ +class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource +{ + /** + * Remove organizational unit (orgunits.delete) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string|array $orgUnitPath Full path of the organizational unit or its + * ID + * @param array $optParams Optional parameters. + */ + public function delete($customerId, $orgUnitPath, $optParams = array()) + { + $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve organizational unit (orgunits.get) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string|array $orgUnitPath Full path of the organizational unit or its + * ID + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_OrgUnit + */ + public function get($customerId, $orgUnitPath, $optParams = array()) + { + $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_OrgUnit"); + } + /** + * Add organizational unit (orgunits.insert) + * + * @param string $customerId Immutable ID of the G Suite account + * @param Google_Service_Directory_OrgUnit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_OrgUnit + */ + public function insert($customerId, Google_Service_Directory_OrgUnit $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit"); + } + /** + * Retrieve all organizational units (orgunits.listOrgunits) + * + * @param string $customerId Immutable ID of the G Suite account + * @param array $optParams Optional parameters. + * + * @opt_param string orgUnitPath the URL-encoded organizational unit's path or + * its ID + * @opt_param string type Whether to return all sub-organizations or just + * immediate children + * @return Google_Service_Directory_OrgUnits + */ + public function listOrgunits($customerId, $optParams = array()) + { + $params = array('customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_OrgUnits"); + } + /** + * Update organizational unit. This method supports patch semantics. + * (orgunits.patch) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string|array $orgUnitPath Full path of the organizational unit or its + * ID + * @param Google_Service_Directory_OrgUnit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_OrgUnit + */ + public function patch($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit"); + } + /** + * Update organizational unit (orgunits.update) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string|array $orgUnitPath Full path of the organizational unit or its + * ID + * @param Google_Service_Directory_OrgUnit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_OrgUnit + */ + public function update($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_OrgUnit"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Privileges.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Privileges.php new file mode 100644 index 000000000..3b0effd56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Privileges.php @@ -0,0 +1,42 @@ + + * $adminService = new Google_Service_Directory(...); + * $privileges = $adminService->privileges; + * + */ +class Google_Service_Directory_Resource_Privileges extends Google_Service_Resource +{ + /** + * Retrieves a paginated list of all privileges for a customer. + * (privileges.listPrivileges) + * + * @param string $customer Immutable ID of the G Suite account. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Privileges + */ + public function listPrivileges($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Privileges"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResolvedAppAccessSettings.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResolvedAppAccessSettings.php new file mode 100644 index 000000000..085562273 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResolvedAppAccessSettings.php @@ -0,0 +1,54 @@ + + * $adminService = new Google_Service_Directory(...); + * $resolvedAppAccessSettings = $adminService->resolvedAppAccessSettings; + * + */ +class Google_Service_Directory_Resource_ResolvedAppAccessSettings extends Google_Service_Resource +{ + /** + * Retrieves resolved app access settings of the logged in user. + * (resolvedAppAccessSettings.GetSettings) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_AppAccessCollections + */ + public function GetSettings($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('GetSettings', array($params), "Google_Service_Directory_AppAccessCollections"); + } + /** + * Retrieves the list of apps trusted by the admin of the logged in user. + * (resolvedAppAccessSettings.ListTrustedApps) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_TrustedApps + */ + public function ListTrustedApps($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('ListTrustedApps', array($params), "Google_Service_Directory_TrustedApps"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Resources.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Resources.php new file mode 100644 index 000000000..290784c8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Resources.php @@ -0,0 +1,28 @@ + + * $adminService = new Google_Service_Directory(...); + * $resources = $adminService->resources; + * + */ +class Google_Service_Directory_Resource_Resources extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesBuildings.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesBuildings.php new file mode 100644 index 000000000..cf56c9e4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesBuildings.php @@ -0,0 +1,137 @@ + + * $adminService = new Google_Service_Directory(...); + * $buildings = $adminService->buildings; + * + */ +class Google_Service_Directory_Resource_ResourcesBuildings extends Google_Service_Resource +{ + /** + * Deletes a building. (buildings.delete) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $buildingId The ID of the building to delete. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $buildingId, $optParams = array()) + { + $params = array('customer' => $customer, 'buildingId' => $buildingId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a building. (buildings.get) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $buildingId The unique ID of the building to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Building + */ + public function get($customer, $buildingId, $optParams = array()) + { + $params = array('customer' => $customer, 'buildingId' => $buildingId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Building"); + } + /** + * Inserts a building. (buildings.insert) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param Google_Service_Directory_Building $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string coordinatesSource Source from which Building.coordinates + * are derived. + * @return Google_Service_Directory_Building + */ + public function insert($customer, Google_Service_Directory_Building $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Building"); + } + /** + * Retrieves a list of buildings for an account. + * (buildings.listResourcesBuildings) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Token to specify the next page in the list. + * @return Google_Service_Directory_Buildings + */ + public function listResourcesBuildings($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Buildings"); + } + /** + * Updates a building. This method supports patch semantics. (buildings.patch) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $buildingId The ID of the building to update. + * @param Google_Service_Directory_Building $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string coordinatesSource Source from which Building.coordinates + * are derived. + * @return Google_Service_Directory_Building + */ + public function patch($customer, $buildingId, Google_Service_Directory_Building $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'buildingId' => $buildingId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Building"); + } + /** + * Updates a building. (buildings.update) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $buildingId The ID of the building to update. + * @param Google_Service_Directory_Building $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string coordinatesSource Source from which Building.coordinates + * are derived. + * @return Google_Service_Directory_Building + */ + public function update($customer, $buildingId, Google_Service_Directory_Building $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'buildingId' => $buildingId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Building"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesCalendars.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesCalendars.php new file mode 100644 index 000000000..620e4f0ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesCalendars.php @@ -0,0 +1,153 @@ + + * $adminService = new Google_Service_Directory(...); + * $calendars = $adminService->calendars; + * + */ +class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Service_Resource +{ + /** + * Deletes a calendar resource. (calendars.delete) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $calendarResourceId The unique ID of the calendar resource to + * delete. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $calendarResourceId, $optParams = array()) + { + $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a calendar resource. (calendars.get) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $calendarResourceId The unique ID of the calendar resource to + * retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_CalendarResource + */ + public function get($customer, $calendarResourceId, $optParams = array()) + { + $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_CalendarResource"); + } + /** + * Inserts a calendar resource. (calendars.insert) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param Google_Service_Directory_CalendarResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_CalendarResource + */ + public function insert($customer, Google_Service_Directory_CalendarResource $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_CalendarResource"); + } + /** + * Retrieves a list of calendar resources for an account. + * (calendars.listResourcesCalendars) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string orderBy Field(s) to sort results by in either ascending or + * descending order. Supported fields include resourceId, resourceName, + * capacity, buildingId, and floorName. If no order is specified, defaults to + * ascending. Should be of the form "field [asc|desc], field [asc|desc], ...". + * For example buildingId, capacity desc would return results sorted first by + * buildingId in ascending order then by capacity in descending order. + * @opt_param string pageToken Token to specify the next page in the list. + * @opt_param string query String query used to filter results. Should be of the + * form "field operator value" where field can be any of supported fields and + * operators can be any of supported operations. Operators include '=' for exact + * match and ':' for prefix match or HAS match where applicable. For prefix + * match, the value should always be followed by a *. Supported fields include + * generatedResourceName, name, buildingId, featureInstances.feature.name. For + * example buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone. + * @return Google_Service_Directory_CalendarResources + */ + public function listResourcesCalendars($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_CalendarResources"); + } + /** + * Updates a calendar resource. + * + * This method supports patch semantics, meaning you only need to include the + * fields you wish to update. Fields that are not present in the request will be + * preserved. This method supports patch semantics. (calendars.patch) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $calendarResourceId The unique ID of the calendar resource to + * update. + * @param Google_Service_Directory_CalendarResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_CalendarResource + */ + public function patch($customer, $calendarResourceId, Google_Service_Directory_CalendarResource $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_CalendarResource"); + } + /** + * Updates a calendar resource. + * + * This method supports patch semantics, meaning you only need to include the + * fields you wish to update. Fields that are not present in the request will be + * preserved. (calendars.update) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $calendarResourceId The unique ID of the calendar resource to + * update. + * @param Google_Service_Directory_CalendarResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_CalendarResource + */ + public function update($customer, $calendarResourceId, Google_Service_Directory_CalendarResource $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_CalendarResource"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesFeatures.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesFeatures.php new file mode 100644 index 000000000..0cd027a76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/ResourcesFeatures.php @@ -0,0 +1,143 @@ + + * $adminService = new Google_Service_Directory(...); + * $features = $adminService->features; + * + */ +class Google_Service_Directory_Resource_ResourcesFeatures extends Google_Service_Resource +{ + /** + * Deletes a feature. (features.delete) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $featureKey The unique ID of the feature to delete. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $featureKey, $optParams = array()) + { + $params = array('customer' => $customer, 'featureKey' => $featureKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a feature. (features.get) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $featureKey The unique ID of the feature to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Feature + */ + public function get($customer, $featureKey, $optParams = array()) + { + $params = array('customer' => $customer, 'featureKey' => $featureKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Feature"); + } + /** + * Inserts a feature. (features.insert) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param Google_Service_Directory_Feature $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Feature + */ + public function insert($customer, Google_Service_Directory_Feature $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Feature"); + } + /** + * Retrieves a list of features for an account. (features.listResourcesFeatures) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Token to specify the next page in the list. + * @return Google_Service_Directory_Features + */ + public function listResourcesFeatures($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Features"); + } + /** + * Updates a feature. This method supports patch semantics. (features.patch) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $featureKey The unique ID of the feature to update. + * @param Google_Service_Directory_Feature $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Feature + */ + public function patch($customer, $featureKey, Google_Service_Directory_Feature $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Feature"); + } + /** + * Renames a feature. (features.rename) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $oldName The unique ID of the feature to rename. + * @param Google_Service_Directory_FeatureRename $postBody + * @param array $optParams Optional parameters. + */ + public function rename($customer, $oldName, Google_Service_Directory_FeatureRename $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'oldName' => $oldName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rename', array($params)); + } + /** + * Updates a feature. (features.update) + * + * @param string $customer The unique ID for the customer's G Suite account. As + * an account administrator, you can also use the my_customer alias to represent + * your account's customer ID. + * @param string $featureKey The unique ID of the feature to update. + * @param Google_Service_Directory_Feature $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Feature + */ + public function update($customer, $featureKey, Google_Service_Directory_Feature $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Feature"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/RoleAssignments.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/RoleAssignments.php new file mode 100644 index 000000000..ba9201ebc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/RoleAssignments.php @@ -0,0 +1,91 @@ + + * $adminService = new Google_Service_Directory(...); + * $roleAssignments = $adminService->roleAssignments; + * + */ +class Google_Service_Directory_Resource_RoleAssignments extends Google_Service_Resource +{ + /** + * Deletes a role assignment. (roleAssignments.delete) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $roleAssignmentId Immutable ID of the role assignment. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $roleAssignmentId, $optParams = array()) + { + $params = array('customer' => $customer, 'roleAssignmentId' => $roleAssignmentId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve a role assignment. (roleAssignments.get) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $roleAssignmentId Immutable ID of the role assignment. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_RoleAssignment + */ + public function get($customer, $roleAssignmentId, $optParams = array()) + { + $params = array('customer' => $customer, 'roleAssignmentId' => $roleAssignmentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_RoleAssignment"); + } + /** + * Creates a role assignment. (roleAssignments.insert) + * + * @param string $customer Immutable ID of the G Suite account. + * @param Google_Service_Directory_RoleAssignment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_RoleAssignment + */ + public function insert($customer, Google_Service_Directory_RoleAssignment $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_RoleAssignment"); + } + /** + * Retrieves a paginated list of all roleAssignments. + * (roleAssignments.listRoleAssignments) + * + * @param string $customer Immutable ID of the G Suite account. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Token to specify the next page in the list. + * @opt_param string roleId Immutable ID of a role. If included in the request, + * returns only role assignments containing this role ID. + * @opt_param string userKey The user's primary email address, alias email + * address, or unique user ID. If included in the request, returns role + * assignments only for this user. + * @return Google_Service_Directory_RoleAssignments + */ + public function listRoleAssignments($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_RoleAssignments"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Roles.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Roles.php new file mode 100644 index 000000000..09f92c081 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Roles.php @@ -0,0 +1,115 @@ + + * $adminService = new Google_Service_Directory(...); + * $roles = $adminService->roles; + * + */ +class Google_Service_Directory_Resource_Roles extends Google_Service_Resource +{ + /** + * Deletes a role. (roles.delete) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $roleId Immutable ID of the role. + * @param array $optParams Optional parameters. + */ + public function delete($customer, $roleId, $optParams = array()) + { + $params = array('customer' => $customer, 'roleId' => $roleId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a role. (roles.get) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $roleId Immutable ID of the role. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Role + */ + public function get($customer, $roleId, $optParams = array()) + { + $params = array('customer' => $customer, 'roleId' => $roleId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Role"); + } + /** + * Creates a role. (roles.insert) + * + * @param string $customer Immutable ID of the G Suite account. + * @param Google_Service_Directory_Role $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Role + */ + public function insert($customer, Google_Service_Directory_Role $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Role"); + } + /** + * Retrieves a paginated list of all the roles in a domain. (roles.listRoles) + * + * @param string $customer Immutable ID of the G Suite account. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string pageToken Token to specify the next page in the list. + * @return Google_Service_Directory_Roles + */ + public function listRoles($customer, $optParams = array()) + { + $params = array('customer' => $customer); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Roles"); + } + /** + * Updates a role. This method supports patch semantics. (roles.patch) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $roleId Immutable ID of the role. + * @param Google_Service_Directory_Role $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Role + */ + public function patch($customer, $roleId, Google_Service_Directory_Role $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'roleId' => $roleId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Role"); + } + /** + * Updates a role. (roles.update) + * + * @param string $customer Immutable ID of the G Suite account. + * @param string $roleId Immutable ID of the role. + * @param Google_Service_Directory_Role $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Role + */ + public function update($customer, $roleId, Google_Service_Directory_Role $postBody, $optParams = array()) + { + $params = array('customer' => $customer, 'roleId' => $roleId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Role"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Schemas.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Schemas.php new file mode 100644 index 000000000..1deb0eefd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Schemas.php @@ -0,0 +1,112 @@ + + * $adminService = new Google_Service_Directory(...); + * $schemas = $adminService->schemas; + * + */ +class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource +{ + /** + * Delete schema (schemas.delete) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $schemaKey Name or immutable ID of the schema + * @param array $optParams Optional parameters. + */ + public function delete($customerId, $schemaKey, $optParams = array()) + { + $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve schema (schemas.get) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $schemaKey Name or immutable ID of the schema + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Schema + */ + public function get($customerId, $schemaKey, $optParams = array()) + { + $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Schema"); + } + /** + * Create schema. (schemas.insert) + * + * @param string $customerId Immutable ID of the G Suite account + * @param Google_Service_Directory_Schema $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Schema + */ + public function insert($customerId, Google_Service_Directory_Schema $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Schema"); + } + /** + * Retrieve all schemas for a customer (schemas.listSchemas) + * + * @param string $customerId Immutable ID of the G Suite account + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Schemas + */ + public function listSchemas($customerId, $optParams = array()) + { + $params = array('customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Schemas"); + } + /** + * Update schema. This method supports patch semantics. (schemas.patch) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $schemaKey Name or immutable ID of the schema. + * @param Google_Service_Directory_Schema $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Schema + */ + public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_Schema"); + } + /** + * Update schema (schemas.update) + * + * @param string $customerId Immutable ID of the G Suite account + * @param string $schemaKey Name or immutable ID of the schema. + * @param Google_Service_Directory_Schema $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Schema + */ + public function update($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_Schema"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Tokens.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Tokens.php new file mode 100644 index 000000000..e51a55ccf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Tokens.php @@ -0,0 +1,74 @@ + + * $adminService = new Google_Service_Directory(...); + * $tokens = $adminService->tokens; + * + */ +class Google_Service_Directory_Resource_Tokens extends Google_Service_Resource +{ + /** + * Delete all access tokens issued by a user for an application. (tokens.delete) + * + * @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 string $clientId The Client ID of the application the token is issued + * to. + * @param array $optParams Optional parameters. + */ + public function delete($userKey, $clientId, $optParams = array()) + { + $params = array('userKey' => $userKey, 'clientId' => $clientId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get information about an access token issued by a user. (tokens.get) + * + * @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 string $clientId The Client ID of the application the token is issued + * to. + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Token + */ + public function get($userKey, $clientId, $optParams = array()) + { + $params = array('userKey' => $userKey, 'clientId' => $clientId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_Token"); + } + /** + * Returns the set of tokens specified user has issued to 3rd party + * applications. (tokens.listTokens) + * + * @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. + * @return Google_Service_Directory_Tokens + */ + public function listTokens($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Tokens"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Users.php new file mode 100644 index 000000000..b02b3391c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Users.php @@ -0,0 +1,205 @@ + + * $adminService = new Google_Service_Directory(...); + * $users = $adminService->users; + * + */ +class Google_Service_Directory_Resource_Users extends Google_Service_Resource +{ + /** + * Delete user (users.delete) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + */ + public function delete($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * retrieve user (users.get) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + * + * @opt_param string customFieldMask Comma-separated list of schema names. All + * fields from these schemas are fetched. This should only be set when + * projection=custom. + * @opt_param string projection What subset of fields to fetch for this user. + * @opt_param string viewType Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC + * view of the user. + * @return Google_Service_Directory_User + */ + public function get($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_User"); + } + /** + * create user. (users.insert) + * + * @param Google_Service_Directory_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_User + */ + public function insert(Google_Service_Directory_User $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_User"); + } + /** + * Retrieve either deleted users or all users in a domain (paginated) + * (users.listUsers) + * + * @param array $optParams Optional parameters. + * + * @opt_param string customFieldMask Comma-separated list of schema names. All + * fields from these schemas are fetched. This should only be set when + * projection=custom. + * @opt_param string customer Immutable ID of the G Suite account. In case of + * multi-domain, to fetch all users for a customer, fill this field instead of + * domain. + * @opt_param string domain Name of the domain. Fill this field to get users + * from only this domain. To return all users in a multi-domain fill customer + * field instead. + * @opt_param string event Event on which subscription is intended (if + * subscribing) + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string orderBy Column to use for sorting results + * @opt_param string pageToken Token to specify next page in the list + * @opt_param string projection What subset of fields to fetch for this user. + * @opt_param string query Query string search. Should be of the form "". + * Complete documentation is at https://developers.google.com/admin- + * sdk/directory/v1/guides/search-users + * @opt_param string showDeleted If set to true, retrieves the list of deleted + * users. (Default: false) + * @opt_param string sortOrder Whether to return results in ascending or + * descending order. + * @opt_param string viewType Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC + * view of the user. + * @return Google_Service_Directory_Users + */ + public function listUsers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Users"); + } + /** + * change admin status of a user (users.makeAdmin) + * + * @param string $userKey Email or immutable ID of the user as admin + * @param Google_Service_Directory_UserMakeAdmin $postBody + * @param array $optParams Optional parameters. + */ + public function makeAdmin($userKey, Google_Service_Directory_UserMakeAdmin $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('makeAdmin', array($params)); + } + /** + * update user. This method supports patch semantics. (users.patch) + * + * @param string $userKey Email or immutable ID of the user. If ID, it should + * match with id of user object + * @param Google_Service_Directory_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_User + */ + public function patch($userKey, Google_Service_Directory_User $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_User"); + } + /** + * Undelete a deleted user (users.undelete) + * + * @param string $userKey The immutable id of the user + * @param Google_Service_Directory_UserUndelete $postBody + * @param array $optParams Optional parameters. + */ + public function undelete($userKey, Google_Service_Directory_UserUndelete $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params)); + } + /** + * update user (users.update) + * + * @param string $userKey Email or immutable ID of the user. If ID, it should + * match with id of user object + * @param Google_Service_Directory_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_User + */ + public function update($userKey, Google_Service_Directory_User $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_User"); + } + /** + * Watch for changes in users list (users.watch) + * + * @param Google_Service_Directory_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string customFieldMask Comma-separated list of schema names. All + * fields from these schemas are fetched. This should only be set when + * projection=custom. + * @opt_param string customer Immutable ID of the G Suite account. In case of + * multi-domain, to fetch all users for a customer, fill this field instead of + * domain. + * @opt_param string domain Name of the domain. Fill this field to get users + * from only this domain. To return all users in a multi-domain fill customer + * field instead. + * @opt_param string event Event on which subscription is intended (if + * subscribing) + * @opt_param int maxResults Maximum number of results to return. + * @opt_param string orderBy Column to use for sorting results + * @opt_param string pageToken Token to specify next page in the list + * @opt_param string projection What subset of fields to fetch for this user. + * @opt_param string query Query string search. Should be of the form "". + * Complete documentation is at https://developers.google.com/admin- + * sdk/directory/v1/guides/search-users + * @opt_param string showDeleted If set to true, retrieves the list of deleted + * users. (Default: false) + * @opt_param string sortOrder Whether to return results in ascending or + * descending order. + * @opt_param string viewType Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC + * view of the user. + * @return Google_Service_Directory_Channel + */ + public function watch(Google_Service_Directory_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Directory_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php new file mode 100644 index 000000000..80d26e2e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php @@ -0,0 +1,88 @@ + + * $adminService = new Google_Service_Directory(...); + * $aliases = $adminService->aliases; + * + */ +class Google_Service_Directory_Resource_UsersAliases extends Google_Service_Resource +{ + /** + * Remove a alias for the user (aliases.delete) + * + * @param string $userKey Email or immutable ID of the user + * @param string $alias The alias to be removed + * @param array $optParams Optional parameters. + */ + public function delete($userKey, $alias, $optParams = array()) + { + $params = array('userKey' => $userKey, 'alias' => $alias); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Add a alias for the user (aliases.insert) + * + * @param string $userKey Email or immutable ID of the user + * @param Google_Service_Directory_Alias $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_Alias + */ + public function insert($userKey, Google_Service_Directory_Alias $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Directory_Alias"); + } + /** + * List all aliases for a user (aliases.listUsersAliases) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + * + * @opt_param string event Event on which subscription is intended (if + * subscribing) + * @return Google_Service_Directory_Aliases + */ + public function listUsersAliases($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_Aliases"); + } + /** + * Watch for changes in user aliases list (aliases.watch) + * + * @param string $userKey Email or immutable ID of the user + * @param Google_Service_Directory_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string event Event on which subscription is intended (if + * subscribing) + * @return Google_Service_Directory_Channel + */ + public function watch($userKey, Google_Service_Directory_Channel $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Directory_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersPhotos.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersPhotos.php new file mode 100644 index 000000000..fcd4a5d34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/UsersPhotos.php @@ -0,0 +1,82 @@ + + * $adminService = new Google_Service_Directory(...); + * $photos = $adminService->photos; + * + */ +class Google_Service_Directory_Resource_UsersPhotos extends Google_Service_Resource +{ + /** + * Remove photos for the user (photos.delete) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + */ + public function delete($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieve photo of a user (photos.get) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_UserPhoto + */ + public function get($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Directory_UserPhoto"); + } + /** + * Add a photo for the user. This method supports patch semantics. + * (photos.patch) + * + * @param string $userKey Email or immutable ID of the user + * @param Google_Service_Directory_UserPhoto $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_UserPhoto + */ + public function patch($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto"); + } + /** + * Add a photo for the user (photos.update) + * + * @param string $userKey Email or immutable ID of the user + * @param Google_Service_Directory_UserPhoto $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Directory_UserPhoto + */ + public function update($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Directory_UserPhoto"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/VerificationCodes.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/VerificationCodes.php new file mode 100644 index 000000000..fe6f11fd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/VerificationCodes.php @@ -0,0 +1,69 @@ + + * $adminService = new Google_Service_Directory(...); + * $verificationCodes = $adminService->verificationCodes; + * + */ +class Google_Service_Directory_Resource_VerificationCodes extends Google_Service_Resource +{ + /** + * Generate new backup verification codes for the user. + * (verificationCodes.generate) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + */ + public function generate($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('generate', array($params)); + } + /** + * Invalidate the current backup verification codes for the user. + * (verificationCodes.invalidate) + * + * @param string $userKey Email or immutable ID of the user + * @param array $optParams Optional parameters. + */ + public function invalidate($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('invalidate', array($params)); + } + /** + * Returns the current set of valid backup verification codes for the specified + * user. (verificationCodes.listVerificationCodes) + * + * @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. + * @return Google_Service_Directory_VerificationCodes + */ + public function listVerificationCodes($userKey, $optParams = array()) + { + $params = array('userKey' => $userKey); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Directory_VerificationCodes"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Role.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Role.php new file mode 100644 index 000000000..5723ea2df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Role.php @@ -0,0 +1,101 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIsSuperAdminRole($isSuperAdminRole) + { + $this->isSuperAdminRole = $isSuperAdminRole; + } + public function getIsSuperAdminRole() + { + return $this->isSuperAdminRole; + } + public function setIsSystemRole($isSystemRole) + { + $this->isSystemRole = $isSystemRole; + } + public function getIsSystemRole() + { + return $this->isSystemRole; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRoleDescription($roleDescription) + { + $this->roleDescription = $roleDescription; + } + public function getRoleDescription() + { + return $this->roleDescription; + } + public function setRoleId($roleId) + { + $this->roleId = $roleId; + } + public function getRoleId() + { + return $this->roleId; + } + public function setRoleName($roleName) + { + $this->roleName = $roleName; + } + public function getRoleName() + { + return $this->roleName; + } + /** + * @param Google_Service_Directory_RoleRolePrivileges + */ + public function setRolePrivileges($rolePrivileges) + { + $this->rolePrivileges = $rolePrivileges; + } + /** + * @return Google_Service_Directory_RoleRolePrivileges + */ + public function getRolePrivileges() + { + return $this->rolePrivileges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.php new file mode 100644 index 000000000..a8a8f7b36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.php @@ -0,0 +1,84 @@ +assignedTo = $assignedTo; + } + public function getAssignedTo() + { + return $this->assignedTo; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOrgUnitId($orgUnitId) + { + $this->orgUnitId = $orgUnitId; + } + public function getOrgUnitId() + { + return $this->orgUnitId; + } + public function setRoleAssignmentId($roleAssignmentId) + { + $this->roleAssignmentId = $roleAssignmentId; + } + public function getRoleAssignmentId() + { + return $this->roleAssignmentId; + } + public function setRoleId($roleId) + { + $this->roleId = $roleId; + } + public function getRoleId() + { + return $this->roleId; + } + public function setScopeType($scopeType) + { + $this->scopeType = $scopeType; + } + public function getScopeType() + { + return $this->scopeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignments.php b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignments.php new file mode 100644 index 000000000..18e597a8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignments.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_RoleAssignment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_RoleAssignment + */ + 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/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php new file mode 100644 index 000000000..6a28fdf4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php @@ -0,0 +1,39 @@ +privilegeName = $privilegeName; + } + public function getPrivilegeName() + { + return $this->privilegeName; + } + public function setServiceId($serviceId) + { + $this->serviceId = $serviceId; + } + public function getServiceId() + { + return $this->serviceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Roles.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Roles.php new file mode 100644 index 000000000..c88d204a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Roles.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Role + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_Role + */ + 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/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php new file mode 100644 index 000000000..c051a7a71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php @@ -0,0 +1,83 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_SchemaFieldSpec + */ + public function setFields($fields) + { + $this->fields = $fields; + } + /** + * @return Google_Service_Directory_SchemaFieldSpec + */ + public function getFields() + { + return $this->fields; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSchemaId($schemaId) + { + $this->schemaId = $schemaId; + } + public function getSchemaId() + { + return $this->schemaId; + } + public function setSchemaName($schemaName) + { + $this->schemaName = $schemaName; + } + public function getSchemaName() + { + return $this->schemaName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php new file mode 100644 index 000000000..f9c8867ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php @@ -0,0 +1,118 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFieldId($fieldId) + { + $this->fieldId = $fieldId; + } + public function getFieldId() + { + return $this->fieldId; + } + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + public function getFieldName() + { + return $this->fieldName; + } + public function setFieldType($fieldType) + { + $this->fieldType = $fieldType; + } + public function getFieldType() + { + return $this->fieldType; + } + public function setIndexed($indexed) + { + $this->indexed = $indexed; + } + public function getIndexed() + { + return $this->indexed; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMultiValued($multiValued) + { + $this->multiValued = $multiValued; + } + public function getMultiValued() + { + return $this->multiValued; + } + /** + * @param Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec + */ + public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec) + { + $this->numericIndexingSpec = $numericIndexingSpec; + } + /** + * @return Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec + */ + public function getNumericIndexingSpec() + { + return $this->numericIndexingSpec; + } + public function setReadAccessType($readAccessType) + { + $this->readAccessType = $readAccessType; + } + public function getReadAccessType() + { + return $this->readAccessType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php new file mode 100644 index 000000000..8627e2636 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php @@ -0,0 +1,39 @@ +maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Schemas.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Schemas.php new file mode 100644 index 000000000..0ba2a9812 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Schemas.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Directory_Schema + */ + public function setSchemas($schemas) + { + $this->schemas = $schemas; + } + /** + * @return Google_Service_Directory_Schema + */ + public function getSchemas() + { + return $this->schemas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Token.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Token.php new file mode 100644 index 000000000..989ba1bba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Token.php @@ -0,0 +1,94 @@ +anonymous = $anonymous; + } + public function getAnonymous() + { + return $this->anonymous; + } + public function setClientId($clientId) + { + $this->clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setDisplayText($displayText) + { + $this->displayText = $displayText; + } + public function getDisplayText() + { + return $this->displayText; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNativeApp($nativeApp) + { + $this->nativeApp = $nativeApp; + } + public function getNativeApp() + { + return $this->nativeApp; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } + public function setUserKey($userKey) + { + $this->userKey = $userKey; + } + public function getUserKey() + { + return $this->userKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Tokens.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Tokens.php new file mode 100644 index 000000000..353be7da3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Tokens.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_Token + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_Token + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/TrustedAppId.php b/vendor/google/apiclient-services/src/Google/Service/Directory/TrustedAppId.php new file mode 100644 index 000000000..1794f3843 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/TrustedAppId.php @@ -0,0 +1,66 @@ +androidPackageName = $androidPackageName; + } + public function getAndroidPackageName() + { + return $this->androidPackageName; + } + public function setCertificateHashSHA1($certificateHashSHA1) + { + $this->certificateHashSHA1 = $certificateHashSHA1; + } + public function getCertificateHashSHA1() + { + return $this->certificateHashSHA1; + } + public function setCertificateHashSHA256($certificateHashSHA256) + { + $this->certificateHashSHA256 = $certificateHashSHA256; + } + public function getCertificateHashSHA256() + { + return $this->certificateHashSHA256; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/TrustedApps.php b/vendor/google/apiclient-services/src/Google/Service/Directory/TrustedApps.php new file mode 100644 index 000000000..552a6dbf7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/TrustedApps.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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; + } + /** + * @param Google_Service_Directory_TrustedAppId + */ + public function setTrustedApps($trustedApps) + { + $this->trustedApps = $trustedApps; + } + /** + * @return Google_Service_Directory_TrustedAppId + */ + public function getTrustedApps() + { + return $this->trustedApps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/User.php b/vendor/google/apiclient-services/src/Google/Service/Directory/User.php new file mode 100644 index 000000000..b7f2378db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/User.php @@ -0,0 +1,443 @@ +addresses = $addresses; + } + public function getAddresses() + { + return $this->addresses; + } + public function setAgreedToTerms($agreedToTerms) + { + $this->agreedToTerms = $agreedToTerms; + } + public function getAgreedToTerms() + { + return $this->agreedToTerms; + } + public function setAliases($aliases) + { + $this->aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; + } + public function setChangePasswordAtNextLogin($changePasswordAtNextLogin) + { + $this->changePasswordAtNextLogin = $changePasswordAtNextLogin; + } + public function getChangePasswordAtNextLogin() + { + return $this->changePasswordAtNextLogin; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setCustomSchemas($customSchemas) + { + $this->customSchemas = $customSchemas; + } + public function getCustomSchemas() + { + return $this->customSchemas; + } + public function setCustomerId($customerId) + { + $this->customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setDeletionTime($deletionTime) + { + $this->deletionTime = $deletionTime; + } + public function getDeletionTime() + { + return $this->deletionTime; + } + public function setEmails($emails) + { + $this->emails = $emails; + } + public function getEmails() + { + return $this->emails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setExternalIds($externalIds) + { + $this->externalIds = $externalIds; + } + public function getExternalIds() + { + return $this->externalIds; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setHashFunction($hashFunction) + { + $this->hashFunction = $hashFunction; + } + public function getHashFunction() + { + return $this->hashFunction; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIms($ims) + { + $this->ims = $ims; + } + public function getIms() + { + return $this->ims; + } + public function setIncludeInGlobalAddressList($includeInGlobalAddressList) + { + $this->includeInGlobalAddressList = $includeInGlobalAddressList; + } + public function getIncludeInGlobalAddressList() + { + return $this->includeInGlobalAddressList; + } + public function setIpWhitelisted($ipWhitelisted) + { + $this->ipWhitelisted = $ipWhitelisted; + } + public function getIpWhitelisted() + { + return $this->ipWhitelisted; + } + public function setIsAdmin($isAdmin) + { + $this->isAdmin = $isAdmin; + } + public function getIsAdmin() + { + return $this->isAdmin; + } + public function setIsDelegatedAdmin($isDelegatedAdmin) + { + $this->isDelegatedAdmin = $isDelegatedAdmin; + } + public function getIsDelegatedAdmin() + { + return $this->isDelegatedAdmin; + } + public function setIsEnforcedIn2Sv($isEnforcedIn2Sv) + { + $this->isEnforcedIn2Sv = $isEnforcedIn2Sv; + } + public function getIsEnforcedIn2Sv() + { + return $this->isEnforcedIn2Sv; + } + public function setIsEnrolledIn2Sv($isEnrolledIn2Sv) + { + $this->isEnrolledIn2Sv = $isEnrolledIn2Sv; + } + public function getIsEnrolledIn2Sv() + { + return $this->isEnrolledIn2Sv; + } + public function setIsMailboxSetup($isMailboxSetup) + { + $this->isMailboxSetup = $isMailboxSetup; + } + public function getIsMailboxSetup() + { + return $this->isMailboxSetup; + } + public function setKeywords($keywords) + { + $this->keywords = $keywords; + } + public function getKeywords() + { + return $this->keywords; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setLastLoginTime($lastLoginTime) + { + $this->lastLoginTime = $lastLoginTime; + } + public function getLastLoginTime() + { + return $this->lastLoginTime; + } + public function setLocations($locations) + { + $this->locations = $locations; + } + public function getLocations() + { + return $this->locations; + } + /** + * @param Google_Service_Directory_UserName + */ + public function setName(Google_Service_Directory_UserName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Directory_UserName + */ + public function getName() + { + return $this->name; + } + public function setNonEditableAliases($nonEditableAliases) + { + $this->nonEditableAliases = $nonEditableAliases; + } + public function getNonEditableAliases() + { + return $this->nonEditableAliases; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setOrgUnitPath($orgUnitPath) + { + $this->orgUnitPath = $orgUnitPath; + } + public function getOrgUnitPath() + { + return $this->orgUnitPath; + } + public function setOrganizations($organizations) + { + $this->organizations = $organizations; + } + public function getOrganizations() + { + return $this->organizations; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPhones($phones) + { + $this->phones = $phones; + } + public function getPhones() + { + return $this->phones; + } + public function setPosixAccounts($posixAccounts) + { + $this->posixAccounts = $posixAccounts; + } + public function getPosixAccounts() + { + return $this->posixAccounts; + } + public function setPrimaryEmail($primaryEmail) + { + $this->primaryEmail = $primaryEmail; + } + public function getPrimaryEmail() + { + return $this->primaryEmail; + } + public function setRecoveryEmail($recoveryEmail) + { + $this->recoveryEmail = $recoveryEmail; + } + public function getRecoveryEmail() + { + return $this->recoveryEmail; + } + public function setRecoveryPhone($recoveryPhone) + { + $this->recoveryPhone = $recoveryPhone; + } + public function getRecoveryPhone() + { + return $this->recoveryPhone; + } + public function setRelations($relations) + { + $this->relations = $relations; + } + public function getRelations() + { + return $this->relations; + } + public function setSshPublicKeys($sshPublicKeys) + { + $this->sshPublicKeys = $sshPublicKeys; + } + public function getSshPublicKeys() + { + return $this->sshPublicKeys; + } + public function setSuspended($suspended) + { + $this->suspended = $suspended; + } + public function getSuspended() + { + return $this->suspended; + } + public function setSuspensionReason($suspensionReason) + { + $this->suspensionReason = $suspensionReason; + } + public function getSuspensionReason() + { + return $this->suspensionReason; + } + public function setThumbnailPhotoEtag($thumbnailPhotoEtag) + { + $this->thumbnailPhotoEtag = $thumbnailPhotoEtag; + } + public function getThumbnailPhotoEtag() + { + return $this->thumbnailPhotoEtag; + } + public function setThumbnailPhotoUrl($thumbnailPhotoUrl) + { + $this->thumbnailPhotoUrl = $thumbnailPhotoUrl; + } + public function getThumbnailPhotoUrl() + { + return $this->thumbnailPhotoUrl; + } + public function setWebsites($websites) + { + $this->websites = $websites; + } + public function getWebsites() + { + return $this->websites; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php new file mode 100644 index 000000000..c9379d566 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php @@ -0,0 +1,39 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserAddress.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserAddress.php new file mode 100644 index 000000000..a38ce5156 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserAddress.php @@ -0,0 +1,138 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCustomType($customType) + { + $this->customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setExtendedAddress($extendedAddress) + { + $this->extendedAddress = $extendedAddress; + } + public function getExtendedAddress() + { + return $this->extendedAddress; + } + public function setFormatted($formatted) + { + $this->formatted = $formatted; + } + public function getFormatted() + { + return $this->formatted; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPoBox($poBox) + { + $this->poBox = $poBox; + } + public function getPoBox() + { + return $this->poBox; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSourceIsStructured($sourceIsStructured) + { + $this->sourceIsStructured = $sourceIsStructured; + } + public function getSourceIsStructured() + { + return $this->sourceIsStructured; + } + public function setStreetAddress($streetAddress) + { + $this->streetAddress = $streetAddress; + } + public function getStreetAddress() + { + return $this->streetAddress; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserEmail.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserEmail.php new file mode 100644 index 000000000..ec9aca3b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserEmail.php @@ -0,0 +1,57 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setCustomType($customType) + { + $this->customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserExternalId.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserExternalId.php new file mode 100644 index 000000000..faaad2d95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserExternalId.php @@ -0,0 +1,48 @@ +customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserGender.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserGender.php new file mode 100644 index 000000000..89a89f484 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserGender.php @@ -0,0 +1,48 @@ +addressMeAs = $addressMeAs; + } + public function getAddressMeAs() + { + return $this->addressMeAs; + } + public function setCustomGender($customGender) + { + $this->customGender = $customGender; + } + public function getCustomGender() + { + return $this->customGender; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserIm.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserIm.php new file mode 100644 index 000000000..2e16d0b9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserIm.php @@ -0,0 +1,75 @@ +customProtocol = $customProtocol; + } + public function getCustomProtocol() + { + return $this->customProtocol; + } + public function setCustomType($customType) + { + $this->customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setIm($im) + { + $this->im = $im; + } + public function getIm() + { + return $this->im; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserKeyword.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserKeyword.php new file mode 100644 index 000000000..616cabf7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserKeyword.php @@ -0,0 +1,48 @@ +customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserLanguage.php new file mode 100644 index 000000000..b8504ba8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserLanguage.php @@ -0,0 +1,39 @@ +customLanguage = $customLanguage; + } + public function getCustomLanguage() + { + return $this->customLanguage; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserLocation.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserLocation.php new file mode 100644 index 000000000..27c64ecaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserLocation.php @@ -0,0 +1,84 @@ +area = $area; + } + public function getArea() + { + return $this->area; + } + public function setBuildingId($buildingId) + { + $this->buildingId = $buildingId; + } + public function getBuildingId() + { + return $this->buildingId; + } + public function setCustomType($customType) + { + $this->customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setDeskCode($deskCode) + { + $this->deskCode = $deskCode; + } + public function getDeskCode() + { + return $this->deskCode; + } + public function setFloorName($floorName) + { + $this->floorName = $floorName; + } + public function getFloorName() + { + return $this->floorName; + } + public function setFloorSection($floorSection) + { + $this->floorSection = $floorSection; + } + public function getFloorSection() + { + return $this->floorSection; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserMakeAdmin.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserMakeAdmin.php new file mode 100644 index 000000000..614e4bdaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserMakeAdmin.php @@ -0,0 +1,30 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserName.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserName.php new file mode 100644 index 000000000..232defa7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserName.php @@ -0,0 +1,48 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setFullName($fullName) + { + $this->fullName = $fullName; + } + public function getFullName() + { + return $this->fullName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserOrganization.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserOrganization.php new file mode 100644 index 000000000..e20e4a171 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserOrganization.php @@ -0,0 +1,129 @@ +costCenter = $costCenter; + } + public function getCostCenter() + { + return $this->costCenter; + } + public function setCustomType($customType) + { + $this->customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setDepartment($department) + { + $this->department = $department; + } + public function getDepartment() + { + return $this->department; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setFullTimeEquivalent($fullTimeEquivalent) + { + $this->fullTimeEquivalent = $fullTimeEquivalent; + } + public function getFullTimeEquivalent() + { + return $this->fullTimeEquivalent; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setSymbol($symbol) + { + $this->symbol = $symbol; + } + public function getSymbol() + { + return $this->symbol; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php new file mode 100644 index 000000000..233d9e91f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php @@ -0,0 +1,57 @@ +customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhoto.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhoto.php new file mode 100644 index 000000000..d4d200e52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhoto.php @@ -0,0 +1,93 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + 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 setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setPhotoData($photoData) + { + $this->photoData = $photoData; + } + public function getPhotoData() + { + return $this->photoData; + } + public function setPrimaryEmail($primaryEmail) + { + $this->primaryEmail = $primaryEmail; + } + public function getPrimaryEmail() + { + return $this->primaryEmail; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserPosixAccount.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPosixAccount.php new file mode 100644 index 000000000..99e6c498b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPosixAccount.php @@ -0,0 +1,111 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setGecos($gecos) + { + $this->gecos = $gecos; + } + public function getGecos() + { + return $this->gecos; + } + public function setGid($gid) + { + $this->gid = $gid; + } + public function getGid() + { + return $this->gid; + } + public function setHomeDirectory($homeDirectory) + { + $this->homeDirectory = $homeDirectory; + } + public function getHomeDirectory() + { + return $this->homeDirectory; + } + public function setOperatingSystemType($operatingSystemType) + { + $this->operatingSystemType = $operatingSystemType; + } + public function getOperatingSystemType() + { + return $this->operatingSystemType; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setShell($shell) + { + $this->shell = $shell; + } + public function getShell() + { + return $this->shell; + } + public function setSystemId($systemId) + { + $this->systemId = $systemId; + } + public function getSystemId() + { + return $this->systemId; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserRelation.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserRelation.php new file mode 100644 index 000000000..fb699a3eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserRelation.php @@ -0,0 +1,48 @@ +customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserSshPublicKey.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserSshPublicKey.php new file mode 100644 index 000000000..012610e6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserSshPublicKey.php @@ -0,0 +1,48 @@ +expirationTimeUsec = $expirationTimeUsec; + } + public function getExpirationTimeUsec() + { + return $this->expirationTimeUsec; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserUndelete.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserUndelete.php new file mode 100644 index 000000000..c3c8bee61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserUndelete.php @@ -0,0 +1,30 @@ +orgUnitPath = $orgUnitPath; + } + public function getOrgUnitPath() + { + return $this->orgUnitPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserWebsite.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserWebsite.php new file mode 100644 index 000000000..a747522f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserWebsite.php @@ -0,0 +1,57 @@ +customType = $customType; + } + public function getCustomType() + { + return $this->customType; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Users.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Users.php new file mode 100644 index 000000000..ff938fa6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Users.php @@ -0,0 +1,77 @@ + "trigger_event", + ); + public $etag; + public $kind; + public $nextPageToken; + public $triggerEvent; + protected $usersType = 'Google_Service_Directory_User'; + protected $usersDataType = 'array'; + + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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; + } + public function setTriggerEvent($triggerEvent) + { + $this->triggerEvent = $triggerEvent; + } + public function getTriggerEvent() + { + return $this->triggerEvent; + } + /** + * @param Google_Service_Directory_User + */ + public function setUsers($users) + { + $this->users = $users; + } + /** + * @return Google_Service_Directory_User + */ + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.php b/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.php new file mode 100644 index 000000000..85b28913f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.php @@ -0,0 +1,57 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } + public function setVerificationCode($verificationCode) + { + $this->verificationCode = $verificationCode; + } + public function getVerificationCode() + { + return $this->verificationCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCodes.php b/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCodes.php new file mode 100644 index 000000000..1b60ad27a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCodes.php @@ -0,0 +1,56 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Directory_VerificationCode + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Directory_VerificationCode + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns.php b/vendor/google/apiclient-services/src/Google/Service/Dns.php new file mode 100644 index 000000000..4e8199b0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns.php @@ -0,0 +1,585 @@ + + * Configures and serves authoritative DNS records. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Dns extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View your DNS records hosted by Google Cloud DNS. */ + const NDEV_CLOUDDNS_READONLY = + "https://www.googleapis.com/auth/ndev.clouddns.readonly"; + /** View and manage your DNS records hosted by Google Cloud DNS. */ + const NDEV_CLOUDDNS_READWRITE = + "https://www.googleapis.com/auth/ndev.clouddns.readwrite"; + + public $changes; + public $dnsKeys; + public $managedZoneOperations; + public $managedZones; + public $policies; + public $projects; + public $resourceRecordSets; + + /** + * Constructs the internal representation of the Dns 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://dns.googleapis.com/'; + $this->servicePath = 'dns/v1/projects/'; + $this->batchPath = 'batch/dns/v1'; + $this->version = 'v1'; + $this->serviceName = 'dns'; + + $this->changes = new Google_Service_Dns_Resource_Changes( + $this, + $this->serviceName, + 'changes', + array( + 'methods' => array( + 'create' => array( + 'path' => '{project}/managedZones/{managedZone}/changes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/managedZones/{managedZone}/changes/{changeId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'changeId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/managedZones/{managedZone}/changes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->dnsKeys = new Google_Service_Dns_Resource_DnsKeys( + $this, + $this->serviceName, + 'dnsKeys', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/managedZones/{managedZone}/dnsKeys/{dnsKeyId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dnsKeyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'digestType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/managedZones/{managedZone}/dnsKeys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'digestType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->managedZoneOperations = new Google_Service_Dns_Resource_ManagedZoneOperations( + $this, + $this->serviceName, + 'managedZoneOperations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/managedZones/{managedZone}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/managedZones/{managedZone}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->managedZones = new Google_Service_Dns_Resource_ManagedZones( + $this, + $this->serviceName, + 'managedZones', + array( + 'methods' => array( + 'create' => array( + 'path' => '{project}/managedZones', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/managedZones/{managedZone}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/managedZones/{managedZone}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/managedZones', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dnsName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/managedZones/{managedZone}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/managedZones/{managedZone}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->policies = new Google_Service_Dns_Resource_Policies( + $this, + $this->serviceName, + 'policies', + array( + 'methods' => array( + 'create' => array( + 'path' => '{project}/policies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/policies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Dns_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->resourceRecordSets = new Google_Service_Dns_Resource_ResourceRecordSets( + $this, + $this->serviceName, + 'resourceRecordSets', + array( + 'methods' => array( + 'list' => array( + 'path' => '{project}/managedZones/{managedZone}/rrsets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'managedZone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Change.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Change.php new file mode 100644 index 000000000..fb147eb0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Change.php @@ -0,0 +1,99 @@ +additions = $additions; + } + /** + * @return Google_Service_Dns_ResourceRecordSet + */ + public function getAdditions() + { + return $this->additions; + } + /** + * @param Google_Service_Dns_ResourceRecordSet + */ + public function setDeletions($deletions) + { + $this->deletions = $deletions; + } + /** + * @return Google_Service_Dns_ResourceRecordSet + */ + public function getDeletions() + { + return $this->deletions; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsServing($isServing) + { + $this->isServing = $isServing; + } + public function getIsServing() + { + return $this->isServing; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php new file mode 100644 index 000000000..06a71cdae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php @@ -0,0 +1,72 @@ +changes = $changes; + } + /** + * @return Google_Service_Dns_Change + */ + public function getChanges() + { + return $this->changes; + } + /** + * @param Google_Service_Dns_ResponseHeader + */ + public function setHeader(Google_Service_Dns_ResponseHeader $header) + { + $this->header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKey.php b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKey.php new file mode 100644 index 000000000..6d3c3cf8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKey.php @@ -0,0 +1,128 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dns_DnsKeyDigest + */ + public function setDigests($digests) + { + $this->digests = $digests; + } + /** + * @return Google_Service_Dns_DnsKeyDigest + */ + public function getDigests() + { + return $this->digests; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsActive($isActive) + { + $this->isActive = $isActive; + } + public function getIsActive() + { + return $this->isActive; + } + public function setKeyLength($keyLength) + { + $this->keyLength = $keyLength; + } + public function getKeyLength() + { + return $this->keyLength; + } + public function setKeyTag($keyTag) + { + $this->keyTag = $keyTag; + } + public function getKeyTag() + { + return $this->keyTag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPublicKey($publicKey) + { + $this->publicKey = $publicKey; + } + public function getPublicKey() + { + return $this->publicKey; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeyDigest.php b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeyDigest.php new file mode 100644 index 000000000..2bde09144 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeyDigest.php @@ -0,0 +1,39 @@ +digest = $digest; + } + public function getDigest() + { + return $this->digest; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeySpec.php b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeySpec.php new file mode 100644 index 000000000..b483600f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeySpec.php @@ -0,0 +1,57 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setKeyLength($keyLength) + { + $this->keyLength = $keyLength; + } + public function getKeyLength() + { + return $this->keyLength; + } + public function setKeyType($keyType) + { + $this->keyType = $keyType; + } + public function getKeyType() + { + return $this->keyType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeysListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeysListResponse.php new file mode 100644 index 000000000..2f2a3cdcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeysListResponse.php @@ -0,0 +1,72 @@ +dnsKeys = $dnsKeys; + } + /** + * @return Google_Service_Dns_DnsKey + */ + public function getDnsKeys() + { + return $this->dnsKeys; + } + /** + * @param Google_Service_Dns_ResponseHeader + */ + public function setHeader(Google_Service_Dns_ResponseHeader $header) + { + $this->header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + 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/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php new file mode 100644 index 000000000..dfe36a776 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php @@ -0,0 +1,160 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDnsName($dnsName) + { + $this->dnsName = $dnsName; + } + public function getDnsName() + { + return $this->dnsName; + } + /** + * @param Google_Service_Dns_ManagedZoneDnsSecConfig + */ + public function setDnssecConfig(Google_Service_Dns_ManagedZoneDnsSecConfig $dnssecConfig) + { + $this->dnssecConfig = $dnssecConfig; + } + /** + * @return Google_Service_Dns_ManagedZoneDnsSecConfig + */ + public function getDnssecConfig() + { + return $this->dnssecConfig; + } + /** + * @param Google_Service_Dns_ManagedZoneForwardingConfig + */ + public function setForwardingConfig(Google_Service_Dns_ManagedZoneForwardingConfig $forwardingConfig) + { + $this->forwardingConfig = $forwardingConfig; + } + /** + * @return Google_Service_Dns_ManagedZoneForwardingConfig + */ + public function getForwardingConfig() + { + return $this->forwardingConfig; + } + 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 setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNameServerSet($nameServerSet) + { + $this->nameServerSet = $nameServerSet; + } + public function getNameServerSet() + { + return $this->nameServerSet; + } + public function setNameServers($nameServers) + { + $this->nameServers = $nameServers; + } + public function getNameServers() + { + return $this->nameServers; + } + /** + * @param Google_Service_Dns_ManagedZonePrivateVisibilityConfig + */ + public function setPrivateVisibilityConfig(Google_Service_Dns_ManagedZonePrivateVisibilityConfig $privateVisibilityConfig) + { + $this->privateVisibilityConfig = $privateVisibilityConfig; + } + /** + * @return Google_Service_Dns_ManagedZonePrivateVisibilityConfig + */ + public function getPrivateVisibilityConfig() + { + return $this->privateVisibilityConfig; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneDnsSecConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneDnsSecConfig.php new file mode 100644 index 000000000..af59fabc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneDnsSecConfig.php @@ -0,0 +1,65 @@ +defaultKeySpecs = $defaultKeySpecs; + } + /** + * @return Google_Service_Dns_DnsKeySpec + */ + public function getDefaultKeySpecs() + { + return $this->defaultKeySpecs; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNonExistence($nonExistence) + { + $this->nonExistence = $nonExistence; + } + public function getNonExistence() + { + return $this->nonExistence; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.php new file mode 100644 index 000000000..9ab215e14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dns_ManagedZoneForwardingConfigNameServerTarget + */ + public function setTargetNameServers($targetNameServers) + { + $this->targetNameServers = $targetNameServers; + } + /** + * @return Google_Service_Dns_ManagedZoneForwardingConfigNameServerTarget + */ + public function getTargetNameServers() + { + return $this->targetNameServers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfigNameServerTarget.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfigNameServerTarget.php new file mode 100644 index 000000000..01e22f15a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfigNameServerTarget.php @@ -0,0 +1,39 @@ +ipv4Address = $ipv4Address; + } + public function getIpv4Address() + { + return $this->ipv4Address; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneOperationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneOperationsListResponse.php new file mode 100644 index 000000000..7b1e3c767 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneOperationsListResponse.php @@ -0,0 +1,72 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + 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; + } + /** + * @param Google_Service_Dns_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Dns_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfig.php new file mode 100644 index 000000000..58c80ae83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfig.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dns_ManagedZonePrivateVisibilityConfigNetwork + */ + public function setNetworks($networks) + { + $this->networks = $networks; + } + /** + * @return Google_Service_Dns_ManagedZonePrivateVisibilityConfigNetwork + */ + public function getNetworks() + { + return $this->networks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfigNetwork.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfigNetwork.php new file mode 100644 index 000000000..014d7e0f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonePrivateVisibilityConfigNetwork.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNetworkUrl($networkUrl) + { + $this->networkUrl = $networkUrl; + } + public function getNetworkUrl() + { + return $this->networkUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php new file mode 100644 index 000000000..3730c2a87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php @@ -0,0 +1,72 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dns_ManagedZone + */ + public function setManagedZones($managedZones) + { + $this->managedZones = $managedZones; + } + /** + * @return Google_Service_Dns_ManagedZone + */ + public function getManagedZones() + { + return $this->managedZones; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Operation.php new file mode 100644 index 000000000..064ecfc21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Operation.php @@ -0,0 +1,107 @@ +dnsKeyContext = $dnsKeyContext; + } + /** + * @return Google_Service_Dns_OperationDnsKeyContext + */ + public function getDnsKeyContext() + { + return $this->dnsKeyContext; + } + 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 setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + /** + * @param Google_Service_Dns_OperationManagedZoneContext + */ + public function setZoneContext(Google_Service_Dns_OperationManagedZoneContext $zoneContext) + { + $this->zoneContext = $zoneContext; + } + /** + * @return Google_Service_Dns_OperationManagedZoneContext + */ + public function getZoneContext() + { + return $this->zoneContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/OperationDnsKeyContext.php b/vendor/google/apiclient-services/src/Google/Service/Dns/OperationDnsKeyContext.php new file mode 100644 index 000000000..d70204cf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/OperationDnsKeyContext.php @@ -0,0 +1,53 @@ +newValue = $newValue; + } + /** + * @return Google_Service_Dns_DnsKey + */ + public function getNewValue() + { + return $this->newValue; + } + /** + * @param Google_Service_Dns_DnsKey + */ + public function setOldValue(Google_Service_Dns_DnsKey $oldValue) + { + $this->oldValue = $oldValue; + } + /** + * @return Google_Service_Dns_DnsKey + */ + public function getOldValue() + { + return $this->oldValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/OperationManagedZoneContext.php b/vendor/google/apiclient-services/src/Google/Service/Dns/OperationManagedZoneContext.php new file mode 100644 index 000000000..020dce30c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/OperationManagedZoneContext.php @@ -0,0 +1,53 @@ +newValue = $newValue; + } + /** + * @return Google_Service_Dns_ManagedZone + */ + public function getNewValue() + { + return $this->newValue; + } + /** + * @param Google_Service_Dns_ManagedZone + */ + public function setOldValue(Google_Service_Dns_ManagedZone $oldValue) + { + $this->oldValue = $oldValue; + } + /** + * @return Google_Service_Dns_ManagedZone + */ + public function getOldValue() + { + return $this->oldValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.php new file mode 100644 index 000000000..2c6cf964e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.php @@ -0,0 +1,72 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + 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; + } + /** + * @param Google_Service_Dns_Policy + */ + public function setPolicies($policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_Dns_Policy + */ + public function getPolicies() + { + return $this->policies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.php new file mode 100644 index 000000000..5bdb07f9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.php @@ -0,0 +1,53 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + /** + * @param Google_Service_Dns_Policy + */ + public function setPolicy(Google_Service_Dns_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Dns_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.php new file mode 100644 index 000000000..763349018 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.php @@ -0,0 +1,53 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + /** + * @param Google_Service_Dns_Policy + */ + public function setPolicy(Google_Service_Dns_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Dns_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Policy.php new file mode 100644 index 000000000..a5d5d7198 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Policy.php @@ -0,0 +1,108 @@ +alternativeNameServerConfig = $alternativeNameServerConfig; + } + /** + * @return Google_Service_Dns_PolicyAlternativeNameServerConfig + */ + public function getAlternativeNameServerConfig() + { + return $this->alternativeNameServerConfig; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableInboundForwarding($enableInboundForwarding) + { + $this->enableInboundForwarding = $enableInboundForwarding; + } + public function getEnableInboundForwarding() + { + return $this->enableInboundForwarding; + } + public function setEnableLogging($enableLogging) + { + $this->enableLogging = $enableLogging; + } + public function getEnableLogging() + { + return $this->enableLogging; + } + 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_Dns_PolicyNetwork + */ + public function setNetworks($networks) + { + $this->networks = $networks; + } + /** + * @return Google_Service_Dns_PolicyNetwork + */ + public function getNetworks() + { + return $this->networks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.php new file mode 100644 index 000000000..1e93ead09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dns_PolicyAlternativeNameServerConfigTargetNameServer + */ + public function setTargetNameServers($targetNameServers) + { + $this->targetNameServers = $targetNameServers; + } + /** + * @return Google_Service_Dns_PolicyAlternativeNameServerConfigTargetNameServer + */ + public function getTargetNameServers() + { + return $this->targetNameServers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.php new file mode 100644 index 000000000..4435f10d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.php @@ -0,0 +1,39 @@ +ipv4Address = $ipv4Address; + } + public function getIpv4Address() + { + return $this->ipv4Address; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.php new file mode 100644 index 000000000..167f38689 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNetworkUrl($networkUrl) + { + $this->networkUrl = $networkUrl; + } + public function getNetworkUrl() + { + return $this->networkUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php new file mode 100644 index 000000000..936f755eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php @@ -0,0 +1,64 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + /** + * @param Google_Service_Dns_Quota + */ + public function setQuota(Google_Service_Dns_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_Dns_Quota + */ + public function getQuota() + { + return $this->quota; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php new file mode 100644 index 000000000..729e6cad5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php @@ -0,0 +1,164 @@ +dnsKeysPerManagedZone = $dnsKeysPerManagedZone; + } + public function getDnsKeysPerManagedZone() + { + return $this->dnsKeysPerManagedZone; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setManagedZones($managedZones) + { + $this->managedZones = $managedZones; + } + public function getManagedZones() + { + return $this->managedZones; + } + public function setManagedZonesPerNetwork($managedZonesPerNetwork) + { + $this->managedZonesPerNetwork = $managedZonesPerNetwork; + } + public function getManagedZonesPerNetwork() + { + return $this->managedZonesPerNetwork; + } + public function setNetworksPerManagedZone($networksPerManagedZone) + { + $this->networksPerManagedZone = $networksPerManagedZone; + } + public function getNetworksPerManagedZone() + { + return $this->networksPerManagedZone; + } + public function setNetworksPerPolicy($networksPerPolicy) + { + $this->networksPerPolicy = $networksPerPolicy; + } + public function getNetworksPerPolicy() + { + return $this->networksPerPolicy; + } + public function setPolicies($policies) + { + $this->policies = $policies; + } + public function getPolicies() + { + return $this->policies; + } + public function setResourceRecordsPerRrset($resourceRecordsPerRrset) + { + $this->resourceRecordsPerRrset = $resourceRecordsPerRrset; + } + public function getResourceRecordsPerRrset() + { + return $this->resourceRecordsPerRrset; + } + public function setRrsetAdditionsPerChange($rrsetAdditionsPerChange) + { + $this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange; + } + public function getRrsetAdditionsPerChange() + { + return $this->rrsetAdditionsPerChange; + } + public function setRrsetDeletionsPerChange($rrsetDeletionsPerChange) + { + $this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange; + } + public function getRrsetDeletionsPerChange() + { + return $this->rrsetDeletionsPerChange; + } + public function setRrsetsPerManagedZone($rrsetsPerManagedZone) + { + $this->rrsetsPerManagedZone = $rrsetsPerManagedZone; + } + public function getRrsetsPerManagedZone() + { + return $this->rrsetsPerManagedZone; + } + public function setTargetNameServersPerManagedZone($targetNameServersPerManagedZone) + { + $this->targetNameServersPerManagedZone = $targetNameServersPerManagedZone; + } + public function getTargetNameServersPerManagedZone() + { + return $this->targetNameServersPerManagedZone; + } + public function setTargetNameServersPerPolicy($targetNameServersPerPolicy) + { + $this->targetNameServersPerPolicy = $targetNameServersPerPolicy; + } + public function getTargetNameServersPerPolicy() + { + return $this->targetNameServersPerPolicy; + } + public function setTotalRrdataSizePerChange($totalRrdataSizePerChange) + { + $this->totalRrdataSizePerChange = $totalRrdataSizePerChange; + } + public function getTotalRrdataSizePerChange() + { + return $this->totalRrdataSizePerChange; + } + /** + * @param Google_Service_Dns_DnsKeySpec + */ + public function setWhitelistedKeySpecs($whitelistedKeySpecs) + { + $this->whitelistedKeySpecs = $whitelistedKeySpecs; + } + /** + * @return Google_Service_Dns_DnsKeySpec + */ + public function getWhitelistedKeySpecs() + { + return $this->whitelistedKeySpecs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Changes.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Changes.php new file mode 100644 index 000000000..d2f4e0cbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Changes.php @@ -0,0 +1,94 @@ + + * $dnsService = new Google_Service_Dns(...); + * $changes = $dnsService->changes; + * + */ +class Google_Service_Dns_Resource_Changes extends Google_Service_Resource +{ + /** + * Atomically update the ResourceRecordSet collection. (changes.create) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param Google_Service_Dns_Change $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Change + */ + public function create($project, $managedZone, Google_Service_Dns_Change $postBody, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dns_Change"); + } + /** + * Fetch the representation of an existing Change. (changes.get) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param string $changeId The identifier of the requested change, from a + * previous ResourceRecordSetsChangeResponse. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Change + */ + public function get($project, $managedZone, $changeId, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone, 'changeId' => $changeId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_Change"); + } + /** + * Enumerate Changes to a ResourceRecordSet collection. (changes.listChanges) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @opt_param string sortBy Sorting criterion. The only supported value is + * change sequence. + * @opt_param string sortOrder Sorting order direction: 'ascending' or + * 'descending'. + * @return Google_Service_Dns_ChangesListResponse + */ + public function listChanges($project, $managedZone, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_ChangesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/DnsKeys.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/DnsKeys.php new file mode 100644 index 000000000..4351929e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/DnsKeys.php @@ -0,0 +1,75 @@ + + * $dnsService = new Google_Service_Dns(...); + * $dnsKeys = $dnsService->dnsKeys; + * + */ +class Google_Service_Dns_Resource_DnsKeys extends Google_Service_Resource +{ + /** + * Fetch the representation of an existing DnsKey. (dnsKeys.get) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param string $dnsKeyId The identifier of the requested DnsKey. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @opt_param string digestType An optional comma-separated list of digest types + * to compute and display for key signing keys. If omitted, the recommended + * digest type will be computed and displayed. + * @return Google_Service_Dns_DnsKey + */ + public function get($project, $managedZone, $dnsKeyId, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone, 'dnsKeyId' => $dnsKeyId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_DnsKey"); + } + /** + * Enumerate DnsKeys to a ResourceRecordSet collection. (dnsKeys.listDnsKeys) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param array $optParams Optional parameters. + * + * @opt_param string digestType An optional comma-separated list of digest types + * to compute and display for key signing keys. If omitted, the recommended + * digest type will be computed and displayed. + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @return Google_Service_Dns_DnsKeysListResponse + */ + public function listDnsKeys($project, $managedZone, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_DnsKeysListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZoneOperations.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZoneOperations.php new file mode 100644 index 000000000..db05d0730 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZoneOperations.php @@ -0,0 +1,73 @@ + + * $dnsService = new Google_Service_Dns(...); + * $managedZoneOperations = $dnsService->managedZoneOperations; + * + */ +class Google_Service_Dns_Resource_ManagedZoneOperations extends Google_Service_Resource +{ + /** + * Fetch the representation of an existing Operation. + * (managedZoneOperations.get) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. + * @param string $operation Identifies the operation addressed by this request. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Operation + */ + public function get($project, $managedZone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_Operation"); + } + /** + * Enumerate Operations for the given ManagedZone. + * (managedZoneOperations.listManagedZoneOperations) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @opt_param string sortBy Sorting criterion. The only supported values are + * START_TIME and ID. + * @return Google_Service_Dns_ManagedZoneOperationsListResponse + */ + public function listManagedZoneOperations($project, $managedZone, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_ManagedZoneOperationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZones.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZones.php new file mode 100644 index 000000000..2affe52c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ManagedZones.php @@ -0,0 +1,145 @@ + + * $dnsService = new Google_Service_Dns(...); + * $managedZones = $dnsService->managedZones; + * + */ +class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource +{ + /** + * Create a new ManagedZone. (managedZones.create) + * + * @param string $project Identifies the project addressed by this request. + * @param Google_Service_Dns_ManagedZone $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_ManagedZone + */ + public function create($project, Google_Service_Dns_ManagedZone $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dns_ManagedZone"); + } + /** + * Delete a previously created ManagedZone. (managedZones.delete) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + */ + public function delete($project, $managedZone, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Fetch the representation of an existing ManagedZone. (managedZones.get) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_ManagedZone + */ + public function get($project, $managedZone, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_ManagedZone"); + } + /** + * Enumerate ManagedZones that have been created but not yet deleted. + * (managedZones.listManagedZones) + * + * @param string $project Identifies the project addressed by this request. + * @param array $optParams Optional parameters. + * + * @opt_param string dnsName Restricts the list to return only zones with this + * domain name. + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @return Google_Service_Dns_ManagedZonesListResponse + */ + public function listManagedZones($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_ManagedZonesListResponse"); + } + /** + * Apply a partial update to an existing ManagedZone. (managedZones.patch) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param Google_Service_Dns_ManagedZone $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Operation + */ + public function patch($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dns_Operation"); + } + /** + * Update an existing ManagedZone. (managedZones.update) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param Google_Service_Dns_ManagedZone $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Operation + */ + public function update($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dns_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.php new file mode 100644 index 000000000..37fbaca66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.php @@ -0,0 +1,143 @@ + + * $dnsService = new Google_Service_Dns(...); + * $policies = $dnsService->policies; + * + */ +class Google_Service_Dns_Resource_Policies extends Google_Service_Resource +{ + /** + * Create a new Policy (policies.create) + * + * @param string $project Identifies the project addressed by this request. + * @param Google_Service_Dns_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Policy + */ + public function create($project, Google_Service_Dns_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dns_Policy"); + } + /** + * Delete a previously created Policy. Will fail if the policy is still being + * referenced by a network. (policies.delete) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + */ + public function delete($project, $policy, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Fetch the representation of an existing Policy. (policies.get) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Policy + */ + public function get($project, $policy, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_Policy"); + } + /** + * Enumerate all Policies associated with a project. (policies.listPolicies) + * + * @param string $project Identifies the project addressed by this request. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @return Google_Service_Dns_PoliciesListResponse + */ + public function listPolicies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_PoliciesListResponse"); + } + /** + * Apply a partial update to an existing Policy. (policies.patch) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param Google_Service_Dns_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_PoliciesPatchResponse + */ + public function patch($project, $policy, Google_Service_Dns_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dns_PoliciesPatchResponse"); + } + /** + * Update an existing Policy. (policies.update) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param Google_Service_Dns_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_PoliciesUpdateResponse + */ + public function update($project, $policy, Google_Service_Dns_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dns_PoliciesUpdateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.php new file mode 100644 index 000000000..08cb559a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.php @@ -0,0 +1,45 @@ + + * $dnsService = new Google_Service_Dns(...); + * $projects = $dnsService->projects; + * + */ +class Google_Service_Dns_Resource_Projects extends Google_Service_Resource +{ + /** + * Fetch the representation of an existing Project. (projects.get) + * + * @param string $project Identifies the project addressed by this request. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Project + */ + public function get($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_Project"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ResourceRecordSets.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ResourceRecordSets.php new file mode 100644 index 000000000..5bfaf77fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/ResourceRecordSets.php @@ -0,0 +1,54 @@ + + * $dnsService = new Google_Service_Dns(...); + * $resourceRecordSets = $dnsService->resourceRecordSets; + * + */ +class Google_Service_Dns_Resource_ResourceRecordSets extends Google_Service_Resource +{ + /** + * Enumerate ResourceRecordSets that have been created but not yet deleted. + * (resourceRecordSets.listResourceRecordSets) + * + * @param string $project Identifies the project addressed by this request. + * @param string $managedZone Identifies the managed zone addressed by this + * request. Can be the managed zone name or id. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string name Restricts the list to return only records with this + * fully qualified domain name. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @opt_param string type Restricts the list to return only records of this + * type. If present, the "name" parameter must also be present. + * @return Google_Service_Dns_ResourceRecordSetsListResponse + */ + public function listResourceRecordSets($project, $managedZone, $optParams = array()) + { + $params = array('project' => $project, 'managedZone' => $managedZone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_ResourceRecordSetsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSet.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSet.php new file mode 100644 index 000000000..a805b83c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSet.php @@ -0,0 +1,76 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRrdatas($rrdatas) + { + $this->rrdatas = $rrdatas; + } + public function getRrdatas() + { + return $this->rrdatas; + } + public function setSignatureRrdatas($signatureRrdatas) + { + $this->signatureRrdatas = $signatureRrdatas; + } + public function getSignatureRrdatas() + { + return $this->signatureRrdatas; + } + public function setTtl($ttl) + { + $this->ttl = $ttl; + } + public function getTtl() + { + return $this->ttl; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php new file mode 100644 index 000000000..0b6c8c903 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php @@ -0,0 +1,72 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + 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; + } + /** + * @param Google_Service_Dns_ResourceRecordSet + */ + public function setRrsets($rrsets) + { + $this->rrsets = $rrsets; + } + /** + * @return Google_Service_Dns_ResourceRecordSet + */ + public function getRrsets() + { + return $this->rrsets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ResponseHeader.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ResponseHeader.php new file mode 100644 index 000000000..1cb3a53d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ResponseHeader.php @@ -0,0 +1,30 @@ +operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs.php b/vendor/google/apiclient-services/src/Google/Service/Docs.php new file mode 100644 index 000000000..01cc9a79f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs.php @@ -0,0 +1,105 @@ + + * Reads and writes Google Docs documents. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Docs extends Google_Service +{ + /** View and manage your Google Docs documents. */ + const DOCUMENTS = + "https://www.googleapis.com/auth/documents"; + /** View your Google Docs documents. */ + const DOCUMENTS_READONLY = + "https://www.googleapis.com/auth/documents.readonly"; + /** 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. */ + const DRIVE_FILE = + "https://www.googleapis.com/auth/drive.file"; + /** See and download all your Google Drive files. */ + const DRIVE_READONLY = + "https://www.googleapis.com/auth/drive.readonly"; + + public $documents; + + /** + * Constructs the internal representation of the Docs 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://docs.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'docs'; + + $this->documents = new Google_Service_Docs_Resource_Documents( + $this, + $this->serviceName, + 'documents', + array( + 'methods' => array( + 'batchUpdate' => array( + 'path' => 'v1/documents/{documentId}:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'documentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/documents', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/documents/{documentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'documentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'suggestionsViewMode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/AutoText.php b/vendor/google/apiclient-services/src/Google/Service/Docs/AutoText.php new file mode 100644 index 000000000..095dc0ee2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/AutoText.php @@ -0,0 +1,81 @@ +suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Background.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Background.php new file mode 100644 index 000000000..6522849d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Background.php @@ -0,0 +1,37 @@ +color = $color; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getColor() + { + return $this->color; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/BackgroundSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/BackgroundSuggestionState.php new file mode 100644 index 000000000..76a0cdfc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/BackgroundSuggestionState.php @@ -0,0 +1,30 @@ +backgroundColorSuggested = $backgroundColorSuggested; + } + public function getBackgroundColorSuggested() + { + return $this->backgroundColorSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentRequest.php new file mode 100644 index 000000000..f3ce8f402 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentRequest.php @@ -0,0 +1,54 @@ +requests = $requests; + } + /** + * @return Google_Service_Docs_Request + */ + public function getRequests() + { + return $this->requests; + } + /** + * @param Google_Service_Docs_WriteControl + */ + public function setWriteControl(Google_Service_Docs_WriteControl $writeControl) + { + $this->writeControl = $writeControl; + } + /** + * @return Google_Service_Docs_WriteControl + */ + public function getWriteControl() + { + return $this->writeControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentResponse.php b/vendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentResponse.php new file mode 100644 index 000000000..284a4d09e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/BatchUpdateDocumentResponse.php @@ -0,0 +1,63 @@ +documentId = $documentId; + } + public function getDocumentId() + { + return $this->documentId; + } + /** + * @param Google_Service_Docs_Response + */ + public function setReplies($replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_Docs_Response + */ + public function getReplies() + { + return $this->replies; + } + /** + * @param Google_Service_Docs_WriteControl + */ + public function setWriteControl(Google_Service_Docs_WriteControl $writeControl) + { + $this->writeControl = $writeControl; + } + /** + * @return Google_Service_Docs_WriteControl + */ + public function getWriteControl() + { + return $this->writeControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Body.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Body.php new file mode 100644 index 000000000..db1387a54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Body.php @@ -0,0 +1,38 @@ +content = $content; + } + /** + * @return Google_Service_Docs_StructuralElement + */ + public function getContent() + { + return $this->content; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Bullet.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Bullet.php new file mode 100644 index 000000000..63ea6d163 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Bullet.php @@ -0,0 +1,55 @@ +listId = $listId; + } + public function getListId() + { + return $this->listId; + } + public function setNestingLevel($nestingLevel) + { + $this->nestingLevel = $nestingLevel; + } + public function getNestingLevel() + { + return $this->nestingLevel; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/BulletSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/BulletSuggestionState.php new file mode 100644 index 000000000..af357d6c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/BulletSuggestionState.php @@ -0,0 +1,55 @@ +listIdSuggested = $listIdSuggested; + } + public function getListIdSuggested() + { + return $this->listIdSuggested; + } + public function setNestingLevelSuggested($nestingLevelSuggested) + { + $this->nestingLevelSuggested = $nestingLevelSuggested; + } + public function getNestingLevelSuggested() + { + return $this->nestingLevelSuggested; + } + /** + * @param Google_Service_Docs_TextStyleSuggestionState + */ + public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) + { + $this->textStyleSuggestionState = $textStyleSuggestionState; + } + /** + * @return Google_Service_Docs_TextStyleSuggestionState + */ + public function getTextStyleSuggestionState() + { + return $this->textStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Color.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Color.php new file mode 100644 index 000000000..84300125e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Color.php @@ -0,0 +1,37 @@ +rgbColor = $rgbColor; + } + /** + * @return Google_Service_Docs_RgbColor + */ + public function getRgbColor() + { + return $this->rgbColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ColumnBreak.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ColumnBreak.php new file mode 100644 index 000000000..31b194bea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ColumnBreak.php @@ -0,0 +1,72 @@ +suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeRequest.php new file mode 100644 index 000000000..82db189ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeRequest.php @@ -0,0 +1,46 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Docs_Range + */ + public function setRange(Google_Service_Docs_Range $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeResponse.php new file mode 100644 index 000000000..06d39520a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/CreateNamedRangeResponse.php @@ -0,0 +1,30 @@ +namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/CreateParagraphBulletsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/CreateParagraphBulletsRequest.php new file mode 100644 index 000000000..51dce78cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/CreateParagraphBulletsRequest.php @@ -0,0 +1,46 @@ +bulletPreset = $bulletPreset; + } + public function getBulletPreset() + { + return $this->bulletPreset; + } + /** + * @param Google_Service_Docs_Range + */ + public function setRange(Google_Service_Docs_Range $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/CropProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/CropProperties.php new file mode 100644 index 000000000..ac3650348 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/CropProperties.php @@ -0,0 +1,66 @@ +angle = $angle; + } + public function getAngle() + { + return $this->angle; + } + public function setOffsetBottom($offsetBottom) + { + $this->offsetBottom = $offsetBottom; + } + public function getOffsetBottom() + { + return $this->offsetBottom; + } + public function setOffsetLeft($offsetLeft) + { + $this->offsetLeft = $offsetLeft; + } + public function getOffsetLeft() + { + return $this->offsetLeft; + } + public function setOffsetRight($offsetRight) + { + $this->offsetRight = $offsetRight; + } + public function getOffsetRight() + { + return $this->offsetRight; + } + public function setOffsetTop($offsetTop) + { + $this->offsetTop = $offsetTop; + } + public function getOffsetTop() + { + return $this->offsetTop; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/CropPropertiesSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/CropPropertiesSuggestionState.php new file mode 100644 index 000000000..575724781 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/CropPropertiesSuggestionState.php @@ -0,0 +1,66 @@ +angleSuggested = $angleSuggested; + } + public function getAngleSuggested() + { + return $this->angleSuggested; + } + public function setOffsetBottomSuggested($offsetBottomSuggested) + { + $this->offsetBottomSuggested = $offsetBottomSuggested; + } + public function getOffsetBottomSuggested() + { + return $this->offsetBottomSuggested; + } + public function setOffsetLeftSuggested($offsetLeftSuggested) + { + $this->offsetLeftSuggested = $offsetLeftSuggested; + } + public function getOffsetLeftSuggested() + { + return $this->offsetLeftSuggested; + } + public function setOffsetRightSuggested($offsetRightSuggested) + { + $this->offsetRightSuggested = $offsetRightSuggested; + } + public function getOffsetRightSuggested() + { + return $this->offsetRightSuggested; + } + public function setOffsetTopSuggested($offsetTopSuggested) + { + $this->offsetTopSuggested = $offsetTopSuggested; + } + public function getOffsetTopSuggested() + { + return $this->offsetTopSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteContentRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteContentRangeRequest.php new file mode 100644 index 000000000..2c83ac1dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteContentRangeRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteNamedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteNamedRangeRequest.php new file mode 100644 index 000000000..d27885345 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteNamedRangeRequest.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNamedRangeId($namedRangeId) + { + $this->namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteParagraphBulletsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteParagraphBulletsRequest.php new file mode 100644 index 000000000..3b449bd21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteParagraphBulletsRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DeletePositionedObjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DeletePositionedObjectRequest.php new file mode 100644 index 000000000..21018be4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DeletePositionedObjectRequest.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableColumnRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableColumnRequest.php new file mode 100644 index 000000000..356ae3efe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableColumnRequest.php @@ -0,0 +1,37 @@ +tableCellLocation = $tableCellLocation; + } + /** + * @return Google_Service_Docs_TableCellLocation + */ + public function getTableCellLocation() + { + return $this->tableCellLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableRowRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableRowRequest.php new file mode 100644 index 000000000..84aebcc20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DeleteTableRowRequest.php @@ -0,0 +1,37 @@ +tableCellLocation = $tableCellLocation; + } + /** + * @return Google_Service_Docs_TableCellLocation + */ + public function getTableCellLocation() + { + return $this->tableCellLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Dimension.php new file mode 100644 index 000000000..bc28be6cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Dimension.php @@ -0,0 +1,39 @@ +magnitude = $magnitude; + } + public function getMagnitude() + { + return $this->magnitude; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DocsList.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DocsList.php new file mode 100644 index 000000000..410599bbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DocsList.php @@ -0,0 +1,72 @@ +listProperties = $listProperties; + } + /** + * @return Google_Service_Docs_ListProperties + */ + public function getListProperties() + { + return $this->listProperties; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionId($suggestedInsertionId) + { + $this->suggestedInsertionId = $suggestedInsertionId; + } + public function getSuggestedInsertionId() + { + return $this->suggestedInsertionId; + } + /** + * @param Google_Service_Docs_SuggestedListProperties + */ + public function setSuggestedListPropertiesChanges($suggestedListPropertiesChanges) + { + $this->suggestedListPropertiesChanges = $suggestedListPropertiesChanges; + } + /** + * @return Google_Service_Docs_SuggestedListProperties + */ + public function getSuggestedListPropertiesChanges() + { + return $this->suggestedListPropertiesChanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Document.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Document.php new file mode 100644 index 000000000..4fb113911 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Document.php @@ -0,0 +1,249 @@ +body = $body; + } + /** + * @return Google_Service_Docs_Body + */ + public function getBody() + { + return $this->body; + } + public function setDocumentId($documentId) + { + $this->documentId = $documentId; + } + public function getDocumentId() + { + return $this->documentId; + } + /** + * @param Google_Service_Docs_DocumentStyle + */ + public function setDocumentStyle(Google_Service_Docs_DocumentStyle $documentStyle) + { + $this->documentStyle = $documentStyle; + } + /** + * @return Google_Service_Docs_DocumentStyle + */ + public function getDocumentStyle() + { + return $this->documentStyle; + } + /** + * @param Google_Service_Docs_Footer + */ + public function setFooters($footers) + { + $this->footers = $footers; + } + /** + * @return Google_Service_Docs_Footer + */ + public function getFooters() + { + return $this->footers; + } + /** + * @param Google_Service_Docs_Footnote + */ + public function setFootnotes($footnotes) + { + $this->footnotes = $footnotes; + } + /** + * @return Google_Service_Docs_Footnote + */ + public function getFootnotes() + { + return $this->footnotes; + } + /** + * @param Google_Service_Docs_Header + */ + public function setHeaders($headers) + { + $this->headers = $headers; + } + /** + * @return Google_Service_Docs_Header + */ + public function getHeaders() + { + return $this->headers; + } + /** + * @param Google_Service_Docs_InlineObject + */ + public function setInlineObjects($inlineObjects) + { + $this->inlineObjects = $inlineObjects; + } + /** + * @return Google_Service_Docs_InlineObject + */ + public function getInlineObjects() + { + return $this->inlineObjects; + } + /** + * @param Google_Service_Docs_DocsList + */ + public function setLists($lists) + { + $this->lists = $lists; + } + /** + * @return Google_Service_Docs_DocsList + */ + public function getLists() + { + return $this->lists; + } + /** + * @param Google_Service_Docs_NamedRanges + */ + public function setNamedRanges($namedRanges) + { + $this->namedRanges = $namedRanges; + } + /** + * @return Google_Service_Docs_NamedRanges + */ + public function getNamedRanges() + { + return $this->namedRanges; + } + /** + * @param Google_Service_Docs_NamedStyles + */ + public function setNamedStyles(Google_Service_Docs_NamedStyles $namedStyles) + { + $this->namedStyles = $namedStyles; + } + /** + * @return Google_Service_Docs_NamedStyles + */ + public function getNamedStyles() + { + return $this->namedStyles; + } + /** + * @param Google_Service_Docs_PositionedObject + */ + public function setPositionedObjects($positionedObjects) + { + $this->positionedObjects = $positionedObjects; + } + /** + * @return Google_Service_Docs_PositionedObject + */ + public function getPositionedObjects() + { + return $this->positionedObjects; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } + /** + * @param Google_Service_Docs_SuggestedDocumentStyle + */ + public function setSuggestedDocumentStyleChanges($suggestedDocumentStyleChanges) + { + $this->suggestedDocumentStyleChanges = $suggestedDocumentStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedDocumentStyle + */ + public function getSuggestedDocumentStyleChanges() + { + return $this->suggestedDocumentStyleChanges; + } + /** + * @param Google_Service_Docs_SuggestedNamedStyles + */ + public function setSuggestedNamedStylesChanges($suggestedNamedStylesChanges) + { + $this->suggestedNamedStylesChanges = $suggestedNamedStylesChanges; + } + /** + * @return Google_Service_Docs_SuggestedNamedStyles + */ + public function getSuggestedNamedStylesChanges() + { + return $this->suggestedNamedStylesChanges; + } + public function setSuggestionsViewMode($suggestionsViewMode) + { + $this->suggestionsViewMode = $suggestionsViewMode; + } + public function getSuggestionsViewMode() + { + return $this->suggestionsViewMode; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyle.php new file mode 100644 index 000000000..bd7315c8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyle.php @@ -0,0 +1,198 @@ +background = $background; + } + /** + * @return Google_Service_Docs_Background + */ + public function getBackground() + { + return $this->background; + } + public function setDefaultFooterId($defaultFooterId) + { + $this->defaultFooterId = $defaultFooterId; + } + public function getDefaultFooterId() + { + return $this->defaultFooterId; + } + public function setDefaultHeaderId($defaultHeaderId) + { + $this->defaultHeaderId = $defaultHeaderId; + } + public function getDefaultHeaderId() + { + return $this->defaultHeaderId; + } + public function setEvenPageFooterId($evenPageFooterId) + { + $this->evenPageFooterId = $evenPageFooterId; + } + public function getEvenPageFooterId() + { + return $this->evenPageFooterId; + } + public function setEvenPageHeaderId($evenPageHeaderId) + { + $this->evenPageHeaderId = $evenPageHeaderId; + } + public function getEvenPageHeaderId() + { + return $this->evenPageHeaderId; + } + public function setFirstPageFooterId($firstPageFooterId) + { + $this->firstPageFooterId = $firstPageFooterId; + } + public function getFirstPageFooterId() + { + return $this->firstPageFooterId; + } + public function setFirstPageHeaderId($firstPageHeaderId) + { + $this->firstPageHeaderId = $firstPageHeaderId; + } + public function getFirstPageHeaderId() + { + return $this->firstPageHeaderId; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom) + { + $this->marginBottom = $marginBottom; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginBottom() + { + return $this->marginBottom; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft) + { + $this->marginLeft = $marginLeft; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginLeft() + { + return $this->marginLeft; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginRight(Google_Service_Docs_Dimension $marginRight) + { + $this->marginRight = $marginRight; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginRight() + { + return $this->marginRight; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginTop(Google_Service_Docs_Dimension $marginTop) + { + $this->marginTop = $marginTop; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginTop() + { + return $this->marginTop; + } + public function setPageNumberStart($pageNumberStart) + { + $this->pageNumberStart = $pageNumberStart; + } + public function getPageNumberStart() + { + return $this->pageNumberStart; + } + /** + * @param Google_Service_Docs_Size + */ + public function setPageSize(Google_Service_Docs_Size $pageSize) + { + $this->pageSize = $pageSize; + } + /** + * @return Google_Service_Docs_Size + */ + public function getPageSize() + { + return $this->pageSize; + } + public function setUseEvenPageHeaderFooter($useEvenPageHeaderFooter) + { + $this->useEvenPageHeaderFooter = $useEvenPageHeaderFooter; + } + public function getUseEvenPageHeaderFooter() + { + return $this->useEvenPageHeaderFooter; + } + public function setUseFirstPageHeaderFooter($useFirstPageHeaderFooter) + { + $this->useFirstPageHeaderFooter = $useFirstPageHeaderFooter; + } + public function getUseFirstPageHeaderFooter() + { + return $this->useFirstPageHeaderFooter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyleSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyleSuggestionState.php new file mode 100644 index 000000000..d71ab35b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/DocumentStyleSuggestionState.php @@ -0,0 +1,170 @@ +backgroundSuggestionState = $backgroundSuggestionState; + } + /** + * @return Google_Service_Docs_BackgroundSuggestionState + */ + public function getBackgroundSuggestionState() + { + return $this->backgroundSuggestionState; + } + public function setDefaultFooterIdSuggested($defaultFooterIdSuggested) + { + $this->defaultFooterIdSuggested = $defaultFooterIdSuggested; + } + public function getDefaultFooterIdSuggested() + { + return $this->defaultFooterIdSuggested; + } + public function setDefaultHeaderIdSuggested($defaultHeaderIdSuggested) + { + $this->defaultHeaderIdSuggested = $defaultHeaderIdSuggested; + } + public function getDefaultHeaderIdSuggested() + { + return $this->defaultHeaderIdSuggested; + } + public function setEvenPageFooterIdSuggested($evenPageFooterIdSuggested) + { + $this->evenPageFooterIdSuggested = $evenPageFooterIdSuggested; + } + public function getEvenPageFooterIdSuggested() + { + return $this->evenPageFooterIdSuggested; + } + public function setEvenPageHeaderIdSuggested($evenPageHeaderIdSuggested) + { + $this->evenPageHeaderIdSuggested = $evenPageHeaderIdSuggested; + } + public function getEvenPageHeaderIdSuggested() + { + return $this->evenPageHeaderIdSuggested; + } + public function setFirstPageFooterIdSuggested($firstPageFooterIdSuggested) + { + $this->firstPageFooterIdSuggested = $firstPageFooterIdSuggested; + } + public function getFirstPageFooterIdSuggested() + { + return $this->firstPageFooterIdSuggested; + } + public function setFirstPageHeaderIdSuggested($firstPageHeaderIdSuggested) + { + $this->firstPageHeaderIdSuggested = $firstPageHeaderIdSuggested; + } + public function getFirstPageHeaderIdSuggested() + { + return $this->firstPageHeaderIdSuggested; + } + public function setMarginBottomSuggested($marginBottomSuggested) + { + $this->marginBottomSuggested = $marginBottomSuggested; + } + public function getMarginBottomSuggested() + { + return $this->marginBottomSuggested; + } + public function setMarginLeftSuggested($marginLeftSuggested) + { + $this->marginLeftSuggested = $marginLeftSuggested; + } + public function getMarginLeftSuggested() + { + return $this->marginLeftSuggested; + } + public function setMarginRightSuggested($marginRightSuggested) + { + $this->marginRightSuggested = $marginRightSuggested; + } + public function getMarginRightSuggested() + { + return $this->marginRightSuggested; + } + public function setMarginTopSuggested($marginTopSuggested) + { + $this->marginTopSuggested = $marginTopSuggested; + } + public function getMarginTopSuggested() + { + return $this->marginTopSuggested; + } + public function setPageNumberStartSuggested($pageNumberStartSuggested) + { + $this->pageNumberStartSuggested = $pageNumberStartSuggested; + } + public function getPageNumberStartSuggested() + { + return $this->pageNumberStartSuggested; + } + /** + * @param Google_Service_Docs_SizeSuggestionState + */ + public function setPageSizeSuggestionState(Google_Service_Docs_SizeSuggestionState $pageSizeSuggestionState) + { + $this->pageSizeSuggestionState = $pageSizeSuggestionState; + } + /** + * @return Google_Service_Docs_SizeSuggestionState + */ + public function getPageSizeSuggestionState() + { + return $this->pageSizeSuggestionState; + } + public function setUseEvenPageHeaderFooterSuggested($useEvenPageHeaderFooterSuggested) + { + $this->useEvenPageHeaderFooterSuggested = $useEvenPageHeaderFooterSuggested; + } + public function getUseEvenPageHeaderFooterSuggested() + { + return $this->useEvenPageHeaderFooterSuggested; + } + public function setUseFirstPageHeaderFooterSuggested($useFirstPageHeaderFooterSuggested) + { + $this->useFirstPageHeaderFooterSuggested = $useFirstPageHeaderFooterSuggested; + } + public function getUseFirstPageHeaderFooterSuggested() + { + return $this->useFirstPageHeaderFooterSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedDrawingProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedDrawingProperties.php new file mode 100644 index 000000000..2d3fd8d90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedDrawingProperties.php @@ -0,0 +1,20 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Docs_EmbeddedDrawingProperties + */ + public function setEmbeddedDrawingProperties(Google_Service_Docs_EmbeddedDrawingProperties $embeddedDrawingProperties) + { + $this->embeddedDrawingProperties = $embeddedDrawingProperties; + } + /** + * @return Google_Service_Docs_EmbeddedDrawingProperties + */ + public function getEmbeddedDrawingProperties() + { + return $this->embeddedDrawingProperties; + } + /** + * @param Google_Service_Docs_EmbeddedObjectBorder + */ + public function setEmbeddedObjectBorder(Google_Service_Docs_EmbeddedObjectBorder $embeddedObjectBorder) + { + $this->embeddedObjectBorder = $embeddedObjectBorder; + } + /** + * @return Google_Service_Docs_EmbeddedObjectBorder + */ + public function getEmbeddedObjectBorder() + { + return $this->embeddedObjectBorder; + } + /** + * @param Google_Service_Docs_ImageProperties + */ + public function setImageProperties(Google_Service_Docs_ImageProperties $imageProperties) + { + $this->imageProperties = $imageProperties; + } + /** + * @return Google_Service_Docs_ImageProperties + */ + public function getImageProperties() + { + return $this->imageProperties; + } + /** + * @param Google_Service_Docs_LinkedContentReference + */ + public function setLinkedContentReference(Google_Service_Docs_LinkedContentReference $linkedContentReference) + { + $this->linkedContentReference = $linkedContentReference; + } + /** + * @return Google_Service_Docs_LinkedContentReference + */ + public function getLinkedContentReference() + { + return $this->linkedContentReference; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom) + { + $this->marginBottom = $marginBottom; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginBottom() + { + return $this->marginBottom; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft) + { + $this->marginLeft = $marginLeft; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginLeft() + { + return $this->marginLeft; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginRight(Google_Service_Docs_Dimension $marginRight) + { + $this->marginRight = $marginRight; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginRight() + { + return $this->marginRight; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setMarginTop(Google_Service_Docs_Dimension $marginTop) + { + $this->marginTop = $marginTop; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMarginTop() + { + return $this->marginTop; + } + /** + * @param Google_Service_Docs_Size + */ + public function setSize(Google_Service_Docs_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Docs_Size + */ + public function getSize() + { + return $this->size; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorder.php b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorder.php new file mode 100644 index 000000000..cc2e7d095 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorder.php @@ -0,0 +1,71 @@ +color = $color; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getColor() + { + return $this->color; + } + public function setDashStyle($dashStyle) + { + $this->dashStyle = $dashStyle; + } + public function getDashStyle() + { + return $this->dashStyle; + } + public function setPropertyState($propertyState) + { + $this->propertyState = $propertyState; + } + public function getPropertyState() + { + return $this->propertyState; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setWidth(Google_Service_Docs_Dimension $width) + { + $this->width = $width; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorderSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorderSuggestionState.php new file mode 100644 index 000000000..07d024a3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectBorderSuggestionState.php @@ -0,0 +1,57 @@ +colorSuggested = $colorSuggested; + } + public function getColorSuggested() + { + return $this->colorSuggested; + } + public function setDashStyleSuggested($dashStyleSuggested) + { + $this->dashStyleSuggested = $dashStyleSuggested; + } + public function getDashStyleSuggested() + { + return $this->dashStyleSuggested; + } + public function setPropertyStateSuggested($propertyStateSuggested) + { + $this->propertyStateSuggested = $propertyStateSuggested; + } + public function getPropertyStateSuggested() + { + return $this->propertyStateSuggested; + } + public function setWidthSuggested($widthSuggested) + { + $this->widthSuggested = $widthSuggested; + } + public function getWidthSuggested() + { + return $this->widthSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectSuggestionState.php new file mode 100644 index 000000000..9c4834742 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/EmbeddedObjectSuggestionState.php @@ -0,0 +1,155 @@ +descriptionSuggested = $descriptionSuggested; + } + public function getDescriptionSuggested() + { + return $this->descriptionSuggested; + } + /** + * @param Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState + */ + public function setEmbeddedDrawingPropertiesSuggestionState(Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState $embeddedDrawingPropertiesSuggestionState) + { + $this->embeddedDrawingPropertiesSuggestionState = $embeddedDrawingPropertiesSuggestionState; + } + /** + * @return Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState + */ + public function getEmbeddedDrawingPropertiesSuggestionState() + { + return $this->embeddedDrawingPropertiesSuggestionState; + } + /** + * @param Google_Service_Docs_EmbeddedObjectBorderSuggestionState + */ + public function setEmbeddedObjectBorderSuggestionState(Google_Service_Docs_EmbeddedObjectBorderSuggestionState $embeddedObjectBorderSuggestionState) + { + $this->embeddedObjectBorderSuggestionState = $embeddedObjectBorderSuggestionState; + } + /** + * @return Google_Service_Docs_EmbeddedObjectBorderSuggestionState + */ + public function getEmbeddedObjectBorderSuggestionState() + { + return $this->embeddedObjectBorderSuggestionState; + } + /** + * @param Google_Service_Docs_ImagePropertiesSuggestionState + */ + public function setImagePropertiesSuggestionState(Google_Service_Docs_ImagePropertiesSuggestionState $imagePropertiesSuggestionState) + { + $this->imagePropertiesSuggestionState = $imagePropertiesSuggestionState; + } + /** + * @return Google_Service_Docs_ImagePropertiesSuggestionState + */ + public function getImagePropertiesSuggestionState() + { + return $this->imagePropertiesSuggestionState; + } + /** + * @param Google_Service_Docs_LinkedContentReferenceSuggestionState + */ + public function setLinkedContentReferenceSuggestionState(Google_Service_Docs_LinkedContentReferenceSuggestionState $linkedContentReferenceSuggestionState) + { + $this->linkedContentReferenceSuggestionState = $linkedContentReferenceSuggestionState; + } + /** + * @return Google_Service_Docs_LinkedContentReferenceSuggestionState + */ + public function getLinkedContentReferenceSuggestionState() + { + return $this->linkedContentReferenceSuggestionState; + } + public function setMarginBottomSuggested($marginBottomSuggested) + { + $this->marginBottomSuggested = $marginBottomSuggested; + } + public function getMarginBottomSuggested() + { + return $this->marginBottomSuggested; + } + public function setMarginLeftSuggested($marginLeftSuggested) + { + $this->marginLeftSuggested = $marginLeftSuggested; + } + public function getMarginLeftSuggested() + { + return $this->marginLeftSuggested; + } + public function setMarginRightSuggested($marginRightSuggested) + { + $this->marginRightSuggested = $marginRightSuggested; + } + public function getMarginRightSuggested() + { + return $this->marginRightSuggested; + } + public function setMarginTopSuggested($marginTopSuggested) + { + $this->marginTopSuggested = $marginTopSuggested; + } + public function getMarginTopSuggested() + { + return $this->marginTopSuggested; + } + /** + * @param Google_Service_Docs_SizeSuggestionState + */ + public function setSizeSuggestionState(Google_Service_Docs_SizeSuggestionState $sizeSuggestionState) + { + $this->sizeSuggestionState = $sizeSuggestionState; + } + /** + * @return Google_Service_Docs_SizeSuggestionState + */ + public function getSizeSuggestionState() + { + return $this->sizeSuggestionState; + } + public function setTitleSuggested($titleSuggested) + { + $this->titleSuggested = $titleSuggested; + } + public function getTitleSuggested() + { + return $this->titleSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/EndOfSegmentLocation.php b/vendor/google/apiclient-services/src/Google/Service/Docs/EndOfSegmentLocation.php new file mode 100644 index 000000000..2ce52b6eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/EndOfSegmentLocation.php @@ -0,0 +1,30 @@ +segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Equation.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Equation.php new file mode 100644 index 000000000..b68a04c7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Equation.php @@ -0,0 +1,40 @@ +suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Footer.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Footer.php new file mode 100644 index 000000000..1e568b844 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Footer.php @@ -0,0 +1,47 @@ +content = $content; + } + /** + * @return Google_Service_Docs_StructuralElement + */ + public function getContent() + { + return $this->content; + } + public function setFooterId($footerId) + { + $this->footerId = $footerId; + } + public function getFooterId() + { + return $this->footerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Footnote.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Footnote.php new file mode 100644 index 000000000..2e1d5d3d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Footnote.php @@ -0,0 +1,47 @@ +content = $content; + } + /** + * @return Google_Service_Docs_StructuralElement + */ + public function getContent() + { + return $this->content; + } + public function setFootnoteId($footnoteId) + { + $this->footnoteId = $footnoteId; + } + public function getFootnoteId() + { + return $this->footnoteId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/FootnoteReference.php b/vendor/google/apiclient-services/src/Google/Service/Docs/FootnoteReference.php new file mode 100644 index 000000000..5419e0bf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/FootnoteReference.php @@ -0,0 +1,90 @@ +footnoteId = $footnoteId; + } + public function getFootnoteId() + { + return $this->footnoteId; + } + public function setFootnoteNumber($footnoteNumber) + { + $this->footnoteNumber = $footnoteNumber; + } + public function getFootnoteNumber() + { + return $this->footnoteNumber; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Header.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Header.php new file mode 100644 index 000000000..158b74160 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Header.php @@ -0,0 +1,47 @@ +content = $content; + } + /** + * @return Google_Service_Docs_StructuralElement + */ + public function getContent() + { + return $this->content; + } + public function setHeaderId($headerId) + { + $this->headerId = $headerId; + } + public function getHeaderId() + { + return $this->headerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/HorizontalRule.php b/vendor/google/apiclient-services/src/Google/Service/Docs/HorizontalRule.php new file mode 100644 index 000000000..95b346e79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/HorizontalRule.php @@ -0,0 +1,72 @@ +suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ImageProperties.php new file mode 100644 index 000000000..10235699c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ImageProperties.php @@ -0,0 +1,91 @@ +angle = $angle; + } + public function getAngle() + { + return $this->angle; + } + public function setBrightness($brightness) + { + $this->brightness = $brightness; + } + public function getBrightness() + { + return $this->brightness; + } + public function setContentUri($contentUri) + { + $this->contentUri = $contentUri; + } + public function getContentUri() + { + return $this->contentUri; + } + public function setContrast($contrast) + { + $this->contrast = $contrast; + } + public function getContrast() + { + return $this->contrast; + } + /** + * @param Google_Service_Docs_CropProperties + */ + public function setCropProperties(Google_Service_Docs_CropProperties $cropProperties) + { + $this->cropProperties = $cropProperties; + } + /** + * @return Google_Service_Docs_CropProperties + */ + public function getCropProperties() + { + return $this->cropProperties; + } + public function setSourceUri($sourceUri) + { + $this->sourceUri = $sourceUri; + } + public function getSourceUri() + { + return $this->sourceUri; + } + public function setTransparency($transparency) + { + $this->transparency = $transparency; + } + public function getTransparency() + { + return $this->transparency; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ImagePropertiesSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ImagePropertiesSuggestionState.php new file mode 100644 index 000000000..843e70ed4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ImagePropertiesSuggestionState.php @@ -0,0 +1,91 @@ +angleSuggested = $angleSuggested; + } + public function getAngleSuggested() + { + return $this->angleSuggested; + } + public function setBrightnessSuggested($brightnessSuggested) + { + $this->brightnessSuggested = $brightnessSuggested; + } + public function getBrightnessSuggested() + { + return $this->brightnessSuggested; + } + public function setContentUriSuggested($contentUriSuggested) + { + $this->contentUriSuggested = $contentUriSuggested; + } + public function getContentUriSuggested() + { + return $this->contentUriSuggested; + } + public function setContrastSuggested($contrastSuggested) + { + $this->contrastSuggested = $contrastSuggested; + } + public function getContrastSuggested() + { + return $this->contrastSuggested; + } + /** + * @param Google_Service_Docs_CropPropertiesSuggestionState + */ + public function setCropPropertiesSuggestionState(Google_Service_Docs_CropPropertiesSuggestionState $cropPropertiesSuggestionState) + { + $this->cropPropertiesSuggestionState = $cropPropertiesSuggestionState; + } + /** + * @return Google_Service_Docs_CropPropertiesSuggestionState + */ + public function getCropPropertiesSuggestionState() + { + return $this->cropPropertiesSuggestionState; + } + public function setSourceUriSuggested($sourceUriSuggested) + { + $this->sourceUriSuggested = $sourceUriSuggested; + } + public function getSourceUriSuggested() + { + return $this->sourceUriSuggested; + } + public function setTransparencySuggested($transparencySuggested) + { + $this->transparencySuggested = $transparencySuggested; + } + public function getTransparencySuggested() + { + return $this->transparencySuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObject.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObject.php new file mode 100644 index 000000000..d6985e6a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObject.php @@ -0,0 +1,81 @@ +inlineObjectProperties = $inlineObjectProperties; + } + /** + * @return Google_Service_Docs_InlineObjectProperties + */ + public function getInlineObjectProperties() + { + return $this->inlineObjectProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + /** + * @param Google_Service_Docs_SuggestedInlineObjectProperties + */ + public function setSuggestedInlineObjectPropertiesChanges($suggestedInlineObjectPropertiesChanges) + { + $this->suggestedInlineObjectPropertiesChanges = $suggestedInlineObjectPropertiesChanges; + } + /** + * @return Google_Service_Docs_SuggestedInlineObjectProperties + */ + public function getSuggestedInlineObjectPropertiesChanges() + { + return $this->suggestedInlineObjectPropertiesChanges; + } + public function setSuggestedInsertionId($suggestedInsertionId) + { + $this->suggestedInsertionId = $suggestedInsertionId; + } + public function getSuggestedInsertionId() + { + return $this->suggestedInsertionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectElement.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectElement.php new file mode 100644 index 000000000..dc97b437c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectElement.php @@ -0,0 +1,81 @@ +inlineObjectId = $inlineObjectId; + } + public function getInlineObjectId() + { + return $this->inlineObjectId; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectProperties.php new file mode 100644 index 000000000..7d5860937 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectProperties.php @@ -0,0 +1,37 @@ +embeddedObject = $embeddedObject; + } + /** + * @return Google_Service_Docs_EmbeddedObject + */ + public function getEmbeddedObject() + { + return $this->embeddedObject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectPropertiesSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectPropertiesSuggestionState.php new file mode 100644 index 000000000..858cdef8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InlineObjectPropertiesSuggestionState.php @@ -0,0 +1,37 @@ +embeddedObjectSuggestionState = $embeddedObjectSuggestionState; + } + /** + * @return Google_Service_Docs_EmbeddedObjectSuggestionState + */ + public function getEmbeddedObjectSuggestionState() + { + return $this->embeddedObjectSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageRequest.php new file mode 100644 index 000000000..8467e65b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageRequest.php @@ -0,0 +1,78 @@ +endOfSegmentLocation = $endOfSegmentLocation; + } + /** + * @return Google_Service_Docs_EndOfSegmentLocation + */ + public function getEndOfSegmentLocation() + { + return $this->endOfSegmentLocation; + } + /** + * @param Google_Service_Docs_Location + */ + public function setLocation(Google_Service_Docs_Location $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Docs_Location + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Docs_Size + */ + public function setObjectSize(Google_Service_Docs_Size $objectSize) + { + $this->objectSize = $objectSize; + } + /** + * @return Google_Service_Docs_Size + */ + public function getObjectSize() + { + return $this->objectSize; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageResponse.php new file mode 100644 index 000000000..3c150607f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineImageResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineSheetsChartResponse.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineSheetsChartResponse.php new file mode 100644 index 000000000..a551ae68c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertInlineSheetsChartResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertPageBreakRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertPageBreakRequest.php new file mode 100644 index 000000000..23d6e6311 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertPageBreakRequest.php @@ -0,0 +1,53 @@ +endOfSegmentLocation = $endOfSegmentLocation; + } + /** + * @return Google_Service_Docs_EndOfSegmentLocation + */ + public function getEndOfSegmentLocation() + { + return $this->endOfSegmentLocation; + } + /** + * @param Google_Service_Docs_Location + */ + public function setLocation(Google_Service_Docs_Location $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Docs_Location + */ + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableColumnRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableColumnRequest.php new file mode 100644 index 000000000..7cd290e03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableColumnRequest.php @@ -0,0 +1,46 @@ +insertRight = $insertRight; + } + public function getInsertRight() + { + return $this->insertRight; + } + /** + * @param Google_Service_Docs_TableCellLocation + */ + public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) + { + $this->tableCellLocation = $tableCellLocation; + } + /** + * @return Google_Service_Docs_TableCellLocation + */ + public function getTableCellLocation() + { + return $this->tableCellLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRequest.php new file mode 100644 index 000000000..6abd40c89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRequest.php @@ -0,0 +1,71 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + /** + * @param Google_Service_Docs_EndOfSegmentLocation + */ + public function setEndOfSegmentLocation(Google_Service_Docs_EndOfSegmentLocation $endOfSegmentLocation) + { + $this->endOfSegmentLocation = $endOfSegmentLocation; + } + /** + * @return Google_Service_Docs_EndOfSegmentLocation + */ + public function getEndOfSegmentLocation() + { + return $this->endOfSegmentLocation; + } + /** + * @param Google_Service_Docs_Location + */ + public function setLocation(Google_Service_Docs_Location $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Docs_Location + */ + public function getLocation() + { + return $this->location; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRowRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRowRequest.php new file mode 100644 index 000000000..57c6414c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTableRowRequest.php @@ -0,0 +1,46 @@ +insertBelow = $insertBelow; + } + public function getInsertBelow() + { + return $this->insertBelow; + } + /** + * @param Google_Service_Docs_TableCellLocation + */ + public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) + { + $this->tableCellLocation = $tableCellLocation; + } + /** + * @return Google_Service_Docs_TableCellLocation + */ + public function getTableCellLocation() + { + return $this->tableCellLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTextRequest.php new file mode 100644 index 000000000..cf08c9d60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/InsertTextRequest.php @@ -0,0 +1,62 @@ +endOfSegmentLocation = $endOfSegmentLocation; + } + /** + * @return Google_Service_Docs_EndOfSegmentLocation + */ + public function getEndOfSegmentLocation() + { + return $this->endOfSegmentLocation; + } + /** + * @param Google_Service_Docs_Location + */ + public function setLocation(Google_Service_Docs_Location $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Docs_Location + */ + public function getLocation() + { + return $this->location; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Link.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Link.php new file mode 100644 index 000000000..9ce3e6265 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Link.php @@ -0,0 +1,48 @@ +bookmarkId = $bookmarkId; + } + public function getBookmarkId() + { + return $this->bookmarkId; + } + public function setHeadingId($headingId) + { + $this->headingId = $headingId; + } + public function getHeadingId() + { + return $this->headingId; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReference.php b/vendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReference.php new file mode 100644 index 000000000..7ae1a7065 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReference.php @@ -0,0 +1,37 @@ +sheetsChartReference = $sheetsChartReference; + } + /** + * @return Google_Service_Docs_SheetsChartReference + */ + public function getSheetsChartReference() + { + return $this->sheetsChartReference; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReferenceSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReferenceSuggestionState.php new file mode 100644 index 000000000..7f697168a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/LinkedContentReferenceSuggestionState.php @@ -0,0 +1,37 @@ +sheetsChartReferenceSuggestionState = $sheetsChartReferenceSuggestionState; + } + /** + * @return Google_Service_Docs_SheetsChartReferenceSuggestionState + */ + public function getSheetsChartReferenceSuggestionState() + { + return $this->sheetsChartReferenceSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ListProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ListProperties.php new file mode 100644 index 000000000..e472357d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ListProperties.php @@ -0,0 +1,38 @@ +nestingLevels = $nestingLevels; + } + /** + * @return Google_Service_Docs_NestingLevel + */ + public function getNestingLevels() + { + return $this->nestingLevels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ListPropertiesSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ListPropertiesSuggestionState.php new file mode 100644 index 000000000..3b10942c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ListPropertiesSuggestionState.php @@ -0,0 +1,38 @@ +nestingLevelsSuggestionStates = $nestingLevelsSuggestionStates; + } + /** + * @return Google_Service_Docs_NestingLevelSuggestionState + */ + public function getNestingLevelsSuggestionStates() + { + return $this->nestingLevelsSuggestionStates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Location.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Location.php new file mode 100644 index 000000000..6da9c5b98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Location.php @@ -0,0 +1,39 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setSegmentId($segmentId) + { + $this->segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.php new file mode 100644 index 000000000..bff438c1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.php @@ -0,0 +1,37 @@ +tableRange = $tableRange; + } + /** + * @return Google_Service_Docs_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NamedRange.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedRange.php new file mode 100644 index 000000000..86efafcb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedRange.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNamedRangeId($namedRangeId) + { + $this->namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } + /** + * @param Google_Service_Docs_Range + */ + public function setRanges($ranges) + { + $this->ranges = $ranges; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRanges() + { + return $this->ranges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NamedRanges.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedRanges.php new file mode 100644 index 000000000..c91849db3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedRanges.php @@ -0,0 +1,47 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Docs_NamedRange + */ + public function setNamedRanges($namedRanges) + { + $this->namedRanges = $namedRanges; + } + /** + * @return Google_Service_Docs_NamedRange + */ + public function getNamedRanges() + { + return $this->namedRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyle.php new file mode 100644 index 000000000..a40e92b1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyle.php @@ -0,0 +1,62 @@ +namedStyleType = $namedStyleType; + } + public function getNamedStyleType() + { + return $this->namedStyleType; + } + /** + * @param Google_Service_Docs_ParagraphStyle + */ + public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) + { + $this->paragraphStyle = $paragraphStyle; + } + /** + * @return Google_Service_Docs_ParagraphStyle + */ + public function getParagraphStyle() + { + return $this->paragraphStyle; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyleSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyleSuggestionState.php new file mode 100644 index 000000000..834ebf270 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyleSuggestionState.php @@ -0,0 +1,62 @@ +namedStyleType = $namedStyleType; + } + public function getNamedStyleType() + { + return $this->namedStyleType; + } + /** + * @param Google_Service_Docs_ParagraphStyleSuggestionState + */ + public function setParagraphStyleSuggestionState(Google_Service_Docs_ParagraphStyleSuggestionState $paragraphStyleSuggestionState) + { + $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; + } + /** + * @return Google_Service_Docs_ParagraphStyleSuggestionState + */ + public function getParagraphStyleSuggestionState() + { + return $this->paragraphStyleSuggestionState; + } + /** + * @param Google_Service_Docs_TextStyleSuggestionState + */ + public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) + { + $this->textStyleSuggestionState = $textStyleSuggestionState; + } + /** + * @return Google_Service_Docs_TextStyleSuggestionState + */ + public function getTextStyleSuggestionState() + { + return $this->textStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyles.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyles.php new file mode 100644 index 000000000..2711753e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStyles.php @@ -0,0 +1,38 @@ +styles = $styles; + } + /** + * @return Google_Service_Docs_NamedStyle + */ + public function getStyles() + { + return $this->styles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStylesSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStylesSuggestionState.php new file mode 100644 index 000000000..3788a2075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NamedStylesSuggestionState.php @@ -0,0 +1,38 @@ +stylesSuggestionStates = $stylesSuggestionStates; + } + /** + * @return Google_Service_Docs_NamedStyleSuggestionState + */ + public function getStylesSuggestionStates() + { + return $this->stylesSuggestionStates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevel.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevel.php new file mode 100644 index 000000000..11a9b4d70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevel.php @@ -0,0 +1,114 @@ +bulletAlignment = $bulletAlignment; + } + public function getBulletAlignment() + { + return $this->bulletAlignment; + } + public function setGlyphFormat($glyphFormat) + { + $this->glyphFormat = $glyphFormat; + } + public function getGlyphFormat() + { + return $this->glyphFormat; + } + public function setGlyphSymbol($glyphSymbol) + { + $this->glyphSymbol = $glyphSymbol; + } + public function getGlyphSymbol() + { + return $this->glyphSymbol; + } + public function setGlyphType($glyphType) + { + $this->glyphType = $glyphType; + } + public function getGlyphType() + { + return $this->glyphType; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setIndentFirstLine(Google_Service_Docs_Dimension $indentFirstLine) + { + $this->indentFirstLine = $indentFirstLine; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getIndentFirstLine() + { + return $this->indentFirstLine; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setIndentStart(Google_Service_Docs_Dimension $indentStart) + { + $this->indentStart = $indentStart; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getIndentStart() + { + return $this->indentStart; + } + public function setStartNumber($startNumber) + { + $this->startNumber = $startNumber; + } + public function getStartNumber() + { + return $this->startNumber; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevelSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevelSuggestionState.php new file mode 100644 index 000000000..431906dc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/NestingLevelSuggestionState.php @@ -0,0 +1,100 @@ +bulletAlignmentSuggested = $bulletAlignmentSuggested; + } + public function getBulletAlignmentSuggested() + { + return $this->bulletAlignmentSuggested; + } + public function setGlyphFormatSuggested($glyphFormatSuggested) + { + $this->glyphFormatSuggested = $glyphFormatSuggested; + } + public function getGlyphFormatSuggested() + { + return $this->glyphFormatSuggested; + } + public function setGlyphSymbolSuggested($glyphSymbolSuggested) + { + $this->glyphSymbolSuggested = $glyphSymbolSuggested; + } + public function getGlyphSymbolSuggested() + { + return $this->glyphSymbolSuggested; + } + public function setGlyphTypeSuggested($glyphTypeSuggested) + { + $this->glyphTypeSuggested = $glyphTypeSuggested; + } + public function getGlyphTypeSuggested() + { + return $this->glyphTypeSuggested; + } + public function setIndentFirstLineSuggested($indentFirstLineSuggested) + { + $this->indentFirstLineSuggested = $indentFirstLineSuggested; + } + public function getIndentFirstLineSuggested() + { + return $this->indentFirstLineSuggested; + } + public function setIndentStartSuggested($indentStartSuggested) + { + $this->indentStartSuggested = $indentStartSuggested; + } + public function getIndentStartSuggested() + { + return $this->indentStartSuggested; + } + public function setStartNumberSuggested($startNumberSuggested) + { + $this->startNumberSuggested = $startNumberSuggested; + } + public function getStartNumberSuggested() + { + return $this->startNumberSuggested; + } + /** + * @param Google_Service_Docs_TextStyleSuggestionState + */ + public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) + { + $this->textStyleSuggestionState = $textStyleSuggestionState; + } + /** + * @return Google_Service_Docs_TextStyleSuggestionState + */ + public function getTextStyleSuggestionState() + { + return $this->textStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ObjectReferences.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ObjectReferences.php new file mode 100644 index 000000000..2fea0b386 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ObjectReferences.php @@ -0,0 +1,31 @@ +objectIds = $objectIds; + } + public function getObjectIds() + { + return $this->objectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/OptionalColor.php b/vendor/google/apiclient-services/src/Google/Service/Docs/OptionalColor.php new file mode 100644 index 000000000..d288b715d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/OptionalColor.php @@ -0,0 +1,37 @@ +color = $color; + } + /** + * @return Google_Service_Docs_Color + */ + public function getColor() + { + return $this->color; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/PageBreak.php b/vendor/google/apiclient-services/src/Google/Service/Docs/PageBreak.php new file mode 100644 index 000000000..dfc090318 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/PageBreak.php @@ -0,0 +1,72 @@ +suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Paragraph.php new file mode 100644 index 000000000..8e0b2361c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Paragraph.php @@ -0,0 +1,127 @@ +bullet = $bullet; + } + /** + * @return Google_Service_Docs_Bullet + */ + public function getBullet() + { + return $this->bullet; + } + /** + * @param Google_Service_Docs_ParagraphElement + */ + public function setElements($elements) + { + $this->elements = $elements; + } + /** + * @return Google_Service_Docs_ParagraphElement + */ + public function getElements() + { + return $this->elements; + } + /** + * @param Google_Service_Docs_ParagraphStyle + */ + public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) + { + $this->paragraphStyle = $paragraphStyle; + } + /** + * @return Google_Service_Docs_ParagraphStyle + */ + public function getParagraphStyle() + { + return $this->paragraphStyle; + } + public function setPositionedObjectIds($positionedObjectIds) + { + $this->positionedObjectIds = $positionedObjectIds; + } + public function getPositionedObjectIds() + { + return $this->positionedObjectIds; + } + /** + * @param Google_Service_Docs_SuggestedBullet + */ + public function setSuggestedBulletChanges($suggestedBulletChanges) + { + $this->suggestedBulletChanges = $suggestedBulletChanges; + } + /** + * @return Google_Service_Docs_SuggestedBullet + */ + public function getSuggestedBulletChanges() + { + return $this->suggestedBulletChanges; + } + /** + * @param Google_Service_Docs_SuggestedParagraphStyle + */ + public function setSuggestedParagraphStyleChanges($suggestedParagraphStyleChanges) + { + $this->suggestedParagraphStyleChanges = $suggestedParagraphStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedParagraphStyle + */ + public function getSuggestedParagraphStyleChanges() + { + return $this->suggestedParagraphStyleChanges; + } + /** + * @param Google_Service_Docs_ObjectReferences + */ + public function setSuggestedPositionedObjectIds($suggestedPositionedObjectIds) + { + $this->suggestedPositionedObjectIds = $suggestedPositionedObjectIds; + } + /** + * @return Google_Service_Docs_ObjectReferences + */ + public function getSuggestedPositionedObjectIds() + { + return $this->suggestedPositionedObjectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphBorder.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphBorder.php new file mode 100644 index 000000000..0df109aa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphBorder.php @@ -0,0 +1,78 @@ +color = $color; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getColor() + { + return $this->color; + } + public function setDashStyle($dashStyle) + { + $this->dashStyle = $dashStyle; + } + public function getDashStyle() + { + return $this->dashStyle; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setPadding(Google_Service_Docs_Dimension $padding) + { + $this->padding = $padding; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getPadding() + { + return $this->padding; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setWidth(Google_Service_Docs_Dimension $width) + { + $this->width = $width; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphElement.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphElement.php new file mode 100644 index 000000000..fbf684726 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphElement.php @@ -0,0 +1,167 @@ +autoText = $autoText; + } + /** + * @return Google_Service_Docs_AutoText + */ + public function getAutoText() + { + return $this->autoText; + } + /** + * @param Google_Service_Docs_ColumnBreak + */ + public function setColumnBreak(Google_Service_Docs_ColumnBreak $columnBreak) + { + $this->columnBreak = $columnBreak; + } + /** + * @return Google_Service_Docs_ColumnBreak + */ + public function getColumnBreak() + { + return $this->columnBreak; + } + public function setEndIndex($endIndex) + { + $this->endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + /** + * @param Google_Service_Docs_Equation + */ + public function setEquation(Google_Service_Docs_Equation $equation) + { + $this->equation = $equation; + } + /** + * @return Google_Service_Docs_Equation + */ + public function getEquation() + { + return $this->equation; + } + /** + * @param Google_Service_Docs_FootnoteReference + */ + public function setFootnoteReference(Google_Service_Docs_FootnoteReference $footnoteReference) + { + $this->footnoteReference = $footnoteReference; + } + /** + * @return Google_Service_Docs_FootnoteReference + */ + public function getFootnoteReference() + { + return $this->footnoteReference; + } + /** + * @param Google_Service_Docs_HorizontalRule + */ + public function setHorizontalRule(Google_Service_Docs_HorizontalRule $horizontalRule) + { + $this->horizontalRule = $horizontalRule; + } + /** + * @return Google_Service_Docs_HorizontalRule + */ + public function getHorizontalRule() + { + return $this->horizontalRule; + } + /** + * @param Google_Service_Docs_InlineObjectElement + */ + public function setInlineObjectElement(Google_Service_Docs_InlineObjectElement $inlineObjectElement) + { + $this->inlineObjectElement = $inlineObjectElement; + } + /** + * @return Google_Service_Docs_InlineObjectElement + */ + public function getInlineObjectElement() + { + return $this->inlineObjectElement; + } + /** + * @param Google_Service_Docs_PageBreak + */ + public function setPageBreak(Google_Service_Docs_PageBreak $pageBreak) + { + $this->pageBreak = $pageBreak; + } + /** + * @return Google_Service_Docs_PageBreak + */ + public function getPageBreak() + { + return $this->pageBreak; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + /** + * @param Google_Service_Docs_TextRun + */ + public function setTextRun(Google_Service_Docs_TextRun $textRun) + { + $this->textRun = $textRun; + } + /** + * @return Google_Service_Docs_TextRun + */ + public function getTextRun() + { + return $this->textRun; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyle.php new file mode 100644 index 000000000..35d9ee54c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyle.php @@ -0,0 +1,295 @@ +alignment = $alignment; + } + public function getAlignment() + { + return $this->alignment; + } + public function setAvoidWidowAndOrphan($avoidWidowAndOrphan) + { + $this->avoidWidowAndOrphan = $avoidWidowAndOrphan; + } + public function getAvoidWidowAndOrphan() + { + return $this->avoidWidowAndOrphan; + } + /** + * @param Google_Service_Docs_ParagraphBorder + */ + public function setBorderBetween(Google_Service_Docs_ParagraphBorder $borderBetween) + { + $this->borderBetween = $borderBetween; + } + /** + * @return Google_Service_Docs_ParagraphBorder + */ + public function getBorderBetween() + { + return $this->borderBetween; + } + /** + * @param Google_Service_Docs_ParagraphBorder + */ + public function setBorderBottom(Google_Service_Docs_ParagraphBorder $borderBottom) + { + $this->borderBottom = $borderBottom; + } + /** + * @return Google_Service_Docs_ParagraphBorder + */ + public function getBorderBottom() + { + return $this->borderBottom; + } + /** + * @param Google_Service_Docs_ParagraphBorder + */ + public function setBorderLeft(Google_Service_Docs_ParagraphBorder $borderLeft) + { + $this->borderLeft = $borderLeft; + } + /** + * @return Google_Service_Docs_ParagraphBorder + */ + public function getBorderLeft() + { + return $this->borderLeft; + } + /** + * @param Google_Service_Docs_ParagraphBorder + */ + public function setBorderRight(Google_Service_Docs_ParagraphBorder $borderRight) + { + $this->borderRight = $borderRight; + } + /** + * @return Google_Service_Docs_ParagraphBorder + */ + public function getBorderRight() + { + return $this->borderRight; + } + /** + * @param Google_Service_Docs_ParagraphBorder + */ + public function setBorderTop(Google_Service_Docs_ParagraphBorder $borderTop) + { + $this->borderTop = $borderTop; + } + /** + * @return Google_Service_Docs_ParagraphBorder + */ + public function getBorderTop() + { + return $this->borderTop; + } + public function setDirection($direction) + { + $this->direction = $direction; + } + public function getDirection() + { + return $this->direction; + } + public function setHeadingId($headingId) + { + $this->headingId = $headingId; + } + public function getHeadingId() + { + return $this->headingId; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setIndentEnd(Google_Service_Docs_Dimension $indentEnd) + { + $this->indentEnd = $indentEnd; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getIndentEnd() + { + return $this->indentEnd; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setIndentFirstLine(Google_Service_Docs_Dimension $indentFirstLine) + { + $this->indentFirstLine = $indentFirstLine; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getIndentFirstLine() + { + return $this->indentFirstLine; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setIndentStart(Google_Service_Docs_Dimension $indentStart) + { + $this->indentStart = $indentStart; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getIndentStart() + { + return $this->indentStart; + } + public function setKeepLinesTogether($keepLinesTogether) + { + $this->keepLinesTogether = $keepLinesTogether; + } + public function getKeepLinesTogether() + { + return $this->keepLinesTogether; + } + public function setKeepWithNext($keepWithNext) + { + $this->keepWithNext = $keepWithNext; + } + public function getKeepWithNext() + { + return $this->keepWithNext; + } + public function setLineSpacing($lineSpacing) + { + $this->lineSpacing = $lineSpacing; + } + public function getLineSpacing() + { + return $this->lineSpacing; + } + public function setNamedStyleType($namedStyleType) + { + $this->namedStyleType = $namedStyleType; + } + public function getNamedStyleType() + { + return $this->namedStyleType; + } + /** + * @param Google_Service_Docs_Shading + */ + public function setShading(Google_Service_Docs_Shading $shading) + { + $this->shading = $shading; + } + /** + * @return Google_Service_Docs_Shading + */ + public function getShading() + { + return $this->shading; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setSpaceAbove(Google_Service_Docs_Dimension $spaceAbove) + { + $this->spaceAbove = $spaceAbove; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getSpaceAbove() + { + return $this->spaceAbove; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setSpaceBelow(Google_Service_Docs_Dimension $spaceBelow) + { + $this->spaceBelow = $spaceBelow; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getSpaceBelow() + { + return $this->spaceBelow; + } + public function setSpacingMode($spacingMode) + { + $this->spacingMode = $spacingMode; + } + public function getSpacingMode() + { + return $this->spacingMode; + } + /** + * @param Google_Service_Docs_TabStop + */ + public function setTabStops($tabStops) + { + $this->tabStops = $tabStops; + } + /** + * @return Google_Service_Docs_TabStop + */ + public function getTabStops() + { + return $this->tabStops; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyleSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyleSuggestionState.php new file mode 100644 index 000000000..569f59fa0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ParagraphStyleSuggestionState.php @@ -0,0 +1,208 @@ +alignmentSuggested = $alignmentSuggested; + } + public function getAlignmentSuggested() + { + return $this->alignmentSuggested; + } + public function setAvoidWidowAndOrphanSuggested($avoidWidowAndOrphanSuggested) + { + $this->avoidWidowAndOrphanSuggested = $avoidWidowAndOrphanSuggested; + } + public function getAvoidWidowAndOrphanSuggested() + { + return $this->avoidWidowAndOrphanSuggested; + } + public function setBorderBetweenSuggested($borderBetweenSuggested) + { + $this->borderBetweenSuggested = $borderBetweenSuggested; + } + public function getBorderBetweenSuggested() + { + return $this->borderBetweenSuggested; + } + public function setBorderBottomSuggested($borderBottomSuggested) + { + $this->borderBottomSuggested = $borderBottomSuggested; + } + public function getBorderBottomSuggested() + { + return $this->borderBottomSuggested; + } + public function setBorderLeftSuggested($borderLeftSuggested) + { + $this->borderLeftSuggested = $borderLeftSuggested; + } + public function getBorderLeftSuggested() + { + return $this->borderLeftSuggested; + } + public function setBorderRightSuggested($borderRightSuggested) + { + $this->borderRightSuggested = $borderRightSuggested; + } + public function getBorderRightSuggested() + { + return $this->borderRightSuggested; + } + public function setBorderTopSuggested($borderTopSuggested) + { + $this->borderTopSuggested = $borderTopSuggested; + } + public function getBorderTopSuggested() + { + return $this->borderTopSuggested; + } + public function setDirectionSuggested($directionSuggested) + { + $this->directionSuggested = $directionSuggested; + } + public function getDirectionSuggested() + { + return $this->directionSuggested; + } + public function setHeadingIdSuggested($headingIdSuggested) + { + $this->headingIdSuggested = $headingIdSuggested; + } + public function getHeadingIdSuggested() + { + return $this->headingIdSuggested; + } + public function setIndentEndSuggested($indentEndSuggested) + { + $this->indentEndSuggested = $indentEndSuggested; + } + public function getIndentEndSuggested() + { + return $this->indentEndSuggested; + } + public function setIndentFirstLineSuggested($indentFirstLineSuggested) + { + $this->indentFirstLineSuggested = $indentFirstLineSuggested; + } + public function getIndentFirstLineSuggested() + { + return $this->indentFirstLineSuggested; + } + public function setIndentStartSuggested($indentStartSuggested) + { + $this->indentStartSuggested = $indentStartSuggested; + } + public function getIndentStartSuggested() + { + return $this->indentStartSuggested; + } + public function setKeepLinesTogetherSuggested($keepLinesTogetherSuggested) + { + $this->keepLinesTogetherSuggested = $keepLinesTogetherSuggested; + } + public function getKeepLinesTogetherSuggested() + { + return $this->keepLinesTogetherSuggested; + } + public function setKeepWithNextSuggested($keepWithNextSuggested) + { + $this->keepWithNextSuggested = $keepWithNextSuggested; + } + public function getKeepWithNextSuggested() + { + return $this->keepWithNextSuggested; + } + public function setLineSpacingSuggested($lineSpacingSuggested) + { + $this->lineSpacingSuggested = $lineSpacingSuggested; + } + public function getLineSpacingSuggested() + { + return $this->lineSpacingSuggested; + } + public function setNamedStyleTypeSuggested($namedStyleTypeSuggested) + { + $this->namedStyleTypeSuggested = $namedStyleTypeSuggested; + } + public function getNamedStyleTypeSuggested() + { + return $this->namedStyleTypeSuggested; + } + /** + * @param Google_Service_Docs_ShadingSuggestionState + */ + public function setShadingSuggestionState(Google_Service_Docs_ShadingSuggestionState $shadingSuggestionState) + { + $this->shadingSuggestionState = $shadingSuggestionState; + } + /** + * @return Google_Service_Docs_ShadingSuggestionState + */ + public function getShadingSuggestionState() + { + return $this->shadingSuggestionState; + } + public function setSpaceAboveSuggested($spaceAboveSuggested) + { + $this->spaceAboveSuggested = $spaceAboveSuggested; + } + public function getSpaceAboveSuggested() + { + return $this->spaceAboveSuggested; + } + public function setSpaceBelowSuggested($spaceBelowSuggested) + { + $this->spaceBelowSuggested = $spaceBelowSuggested; + } + public function getSpaceBelowSuggested() + { + return $this->spaceBelowSuggested; + } + public function setSpacingModeSuggested($spacingModeSuggested) + { + $this->spacingModeSuggested = $spacingModeSuggested; + } + public function getSpacingModeSuggested() + { + return $this->spacingModeSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObject.php b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObject.php new file mode 100644 index 000000000..731dc499e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObject.php @@ -0,0 +1,81 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Docs_PositionedObjectProperties + */ + public function setPositionedObjectProperties(Google_Service_Docs_PositionedObjectProperties $positionedObjectProperties) + { + $this->positionedObjectProperties = $positionedObjectProperties; + } + /** + * @return Google_Service_Docs_PositionedObjectProperties + */ + public function getPositionedObjectProperties() + { + return $this->positionedObjectProperties; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionId($suggestedInsertionId) + { + $this->suggestedInsertionId = $suggestedInsertionId; + } + public function getSuggestedInsertionId() + { + return $this->suggestedInsertionId; + } + /** + * @param Google_Service_Docs_SuggestedPositionedObjectProperties + */ + public function setSuggestedPositionedObjectPropertiesChanges($suggestedPositionedObjectPropertiesChanges) + { + $this->suggestedPositionedObjectPropertiesChanges = $suggestedPositionedObjectPropertiesChanges; + } + /** + * @return Google_Service_Docs_SuggestedPositionedObjectProperties + */ + public function getSuggestedPositionedObjectPropertiesChanges() + { + return $this->suggestedPositionedObjectPropertiesChanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioning.php b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioning.php new file mode 100644 index 000000000..81fcd9e13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioning.php @@ -0,0 +1,62 @@ +layout = $layout; + } + public function getLayout() + { + return $this->layout; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setLeftOffset(Google_Service_Docs_Dimension $leftOffset) + { + $this->leftOffset = $leftOffset; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getLeftOffset() + { + return $this->leftOffset; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setTopOffset(Google_Service_Docs_Dimension $topOffset) + { + $this->topOffset = $topOffset; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getTopOffset() + { + return $this->topOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioningSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioningSuggestionState.php new file mode 100644 index 000000000..6f2b54463 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPositioningSuggestionState.php @@ -0,0 +1,48 @@ +layoutSuggested = $layoutSuggested; + } + public function getLayoutSuggested() + { + return $this->layoutSuggested; + } + public function setLeftOffsetSuggested($leftOffsetSuggested) + { + $this->leftOffsetSuggested = $leftOffsetSuggested; + } + public function getLeftOffsetSuggested() + { + return $this->leftOffsetSuggested; + } + public function setTopOffsetSuggested($topOffsetSuggested) + { + $this->topOffsetSuggested = $topOffsetSuggested; + } + public function getTopOffsetSuggested() + { + return $this->topOffsetSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectProperties.php new file mode 100644 index 000000000..73bc28f72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectProperties.php @@ -0,0 +1,53 @@ +embeddedObject = $embeddedObject; + } + /** + * @return Google_Service_Docs_EmbeddedObject + */ + public function getEmbeddedObject() + { + return $this->embeddedObject; + } + /** + * @param Google_Service_Docs_PositionedObjectPositioning + */ + public function setPositioning(Google_Service_Docs_PositionedObjectPositioning $positioning) + { + $this->positioning = $positioning; + } + /** + * @return Google_Service_Docs_PositionedObjectPositioning + */ + public function getPositioning() + { + return $this->positioning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPropertiesSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPropertiesSuggestionState.php new file mode 100644 index 000000000..7f1f31176 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/PositionedObjectPropertiesSuggestionState.php @@ -0,0 +1,53 @@ +embeddedObjectSuggestionState = $embeddedObjectSuggestionState; + } + /** + * @return Google_Service_Docs_EmbeddedObjectSuggestionState + */ + public function getEmbeddedObjectSuggestionState() + { + return $this->embeddedObjectSuggestionState; + } + /** + * @param Google_Service_Docs_PositionedObjectPositioningSuggestionState + */ + public function setPositioningSuggestionState(Google_Service_Docs_PositionedObjectPositioningSuggestionState $positioningSuggestionState) + { + $this->positioningSuggestionState = $positioningSuggestionState; + } + /** + * @return Google_Service_Docs_PositionedObjectPositioningSuggestionState + */ + public function getPositioningSuggestionState() + { + return $this->positioningSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Range.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Range.php new file mode 100644 index 000000000..802ac81d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Range.php @@ -0,0 +1,48 @@ +endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + public function setSegmentId($segmentId) + { + $this->segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextRequest.php new file mode 100644 index 000000000..66e65fdf9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextRequest.php @@ -0,0 +1,46 @@ +containsText = $containsText; + } + /** + * @return Google_Service_Docs_SubstringMatchCriteria + */ + public function getContainsText() + { + return $this->containsText; + } + public function setReplaceText($replaceText) + { + $this->replaceText = $replaceText; + } + public function getReplaceText() + { + return $this->replaceText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextResponse.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextResponse.php new file mode 100644 index 000000000..248fe74a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceAllTextResponse.php @@ -0,0 +1,30 @@ +occurrencesChanged = $occurrencesChanged; + } + public function getOccurrencesChanged() + { + return $this->occurrencesChanged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.php new file mode 100644 index 000000000..68a39b9cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.php @@ -0,0 +1,48 @@ +imageObjectId = $imageObjectId; + } + public function getImageObjectId() + { + return $this->imageObjectId; + } + public function setImageReplaceMethod($imageReplaceMethod) + { + $this->imageReplaceMethod = $imageReplaceMethod; + } + public function getImageReplaceMethod() + { + return $this->imageReplaceMethod; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceNamedRangeContentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceNamedRangeContentRequest.php new file mode 100644 index 000000000..ed213ad54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceNamedRangeContentRequest.php @@ -0,0 +1,48 @@ +namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } + public function setNamedRangeName($namedRangeName) + { + $this->namedRangeName = $namedRangeName; + } + public function getNamedRangeName() + { + return $this->namedRangeName; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php new file mode 100644 index 000000000..94215d32f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php @@ -0,0 +1,421 @@ +createNamedRange = $createNamedRange; + } + /** + * @return Google_Service_Docs_CreateNamedRangeRequest + */ + public function getCreateNamedRange() + { + return $this->createNamedRange; + } + /** + * @param Google_Service_Docs_CreateParagraphBulletsRequest + */ + public function setCreateParagraphBullets(Google_Service_Docs_CreateParagraphBulletsRequest $createParagraphBullets) + { + $this->createParagraphBullets = $createParagraphBullets; + } + /** + * @return Google_Service_Docs_CreateParagraphBulletsRequest + */ + public function getCreateParagraphBullets() + { + return $this->createParagraphBullets; + } + /** + * @param Google_Service_Docs_DeleteContentRangeRequest + */ + public function setDeleteContentRange(Google_Service_Docs_DeleteContentRangeRequest $deleteContentRange) + { + $this->deleteContentRange = $deleteContentRange; + } + /** + * @return Google_Service_Docs_DeleteContentRangeRequest + */ + public function getDeleteContentRange() + { + return $this->deleteContentRange; + } + /** + * @param Google_Service_Docs_DeleteNamedRangeRequest + */ + public function setDeleteNamedRange(Google_Service_Docs_DeleteNamedRangeRequest $deleteNamedRange) + { + $this->deleteNamedRange = $deleteNamedRange; + } + /** + * @return Google_Service_Docs_DeleteNamedRangeRequest + */ + public function getDeleteNamedRange() + { + return $this->deleteNamedRange; + } + /** + * @param Google_Service_Docs_DeleteParagraphBulletsRequest + */ + public function setDeleteParagraphBullets(Google_Service_Docs_DeleteParagraphBulletsRequest $deleteParagraphBullets) + { + $this->deleteParagraphBullets = $deleteParagraphBullets; + } + /** + * @return Google_Service_Docs_DeleteParagraphBulletsRequest + */ + public function getDeleteParagraphBullets() + { + return $this->deleteParagraphBullets; + } + /** + * @param Google_Service_Docs_DeletePositionedObjectRequest + */ + public function setDeletePositionedObject(Google_Service_Docs_DeletePositionedObjectRequest $deletePositionedObject) + { + $this->deletePositionedObject = $deletePositionedObject; + } + /** + * @return Google_Service_Docs_DeletePositionedObjectRequest + */ + public function getDeletePositionedObject() + { + return $this->deletePositionedObject; + } + /** + * @param Google_Service_Docs_DeleteTableColumnRequest + */ + public function setDeleteTableColumn(Google_Service_Docs_DeleteTableColumnRequest $deleteTableColumn) + { + $this->deleteTableColumn = $deleteTableColumn; + } + /** + * @return Google_Service_Docs_DeleteTableColumnRequest + */ + public function getDeleteTableColumn() + { + return $this->deleteTableColumn; + } + /** + * @param Google_Service_Docs_DeleteTableRowRequest + */ + public function setDeleteTableRow(Google_Service_Docs_DeleteTableRowRequest $deleteTableRow) + { + $this->deleteTableRow = $deleteTableRow; + } + /** + * @return Google_Service_Docs_DeleteTableRowRequest + */ + public function getDeleteTableRow() + { + return $this->deleteTableRow; + } + /** + * @param Google_Service_Docs_InsertInlineImageRequest + */ + public function setInsertInlineImage(Google_Service_Docs_InsertInlineImageRequest $insertInlineImage) + { + $this->insertInlineImage = $insertInlineImage; + } + /** + * @return Google_Service_Docs_InsertInlineImageRequest + */ + public function getInsertInlineImage() + { + return $this->insertInlineImage; + } + /** + * @param Google_Service_Docs_InsertPageBreakRequest + */ + public function setInsertPageBreak(Google_Service_Docs_InsertPageBreakRequest $insertPageBreak) + { + $this->insertPageBreak = $insertPageBreak; + } + /** + * @return Google_Service_Docs_InsertPageBreakRequest + */ + public function getInsertPageBreak() + { + return $this->insertPageBreak; + } + /** + * @param Google_Service_Docs_InsertTableRequest + */ + public function setInsertTable(Google_Service_Docs_InsertTableRequest $insertTable) + { + $this->insertTable = $insertTable; + } + /** + * @return Google_Service_Docs_InsertTableRequest + */ + public function getInsertTable() + { + return $this->insertTable; + } + /** + * @param Google_Service_Docs_InsertTableColumnRequest + */ + public function setInsertTableColumn(Google_Service_Docs_InsertTableColumnRequest $insertTableColumn) + { + $this->insertTableColumn = $insertTableColumn; + } + /** + * @return Google_Service_Docs_InsertTableColumnRequest + */ + public function getInsertTableColumn() + { + return $this->insertTableColumn; + } + /** + * @param Google_Service_Docs_InsertTableRowRequest + */ + public function setInsertTableRow(Google_Service_Docs_InsertTableRowRequest $insertTableRow) + { + $this->insertTableRow = $insertTableRow; + } + /** + * @return Google_Service_Docs_InsertTableRowRequest + */ + public function getInsertTableRow() + { + return $this->insertTableRow; + } + /** + * @param Google_Service_Docs_InsertTextRequest + */ + public function setInsertText(Google_Service_Docs_InsertTextRequest $insertText) + { + $this->insertText = $insertText; + } + /** + * @return Google_Service_Docs_InsertTextRequest + */ + public function getInsertText() + { + return $this->insertText; + } + /** + * @param Google_Service_Docs_MergeTableCellsRequest + */ + public function setMergeTableCells(Google_Service_Docs_MergeTableCellsRequest $mergeTableCells) + { + $this->mergeTableCells = $mergeTableCells; + } + /** + * @return Google_Service_Docs_MergeTableCellsRequest + */ + public function getMergeTableCells() + { + return $this->mergeTableCells; + } + /** + * @param Google_Service_Docs_ReplaceAllTextRequest + */ + public function setReplaceAllText(Google_Service_Docs_ReplaceAllTextRequest $replaceAllText) + { + $this->replaceAllText = $replaceAllText; + } + /** + * @return Google_Service_Docs_ReplaceAllTextRequest + */ + public function getReplaceAllText() + { + return $this->replaceAllText; + } + /** + * @param Google_Service_Docs_ReplaceImageRequest + */ + public function setReplaceImage(Google_Service_Docs_ReplaceImageRequest $replaceImage) + { + $this->replaceImage = $replaceImage; + } + /** + * @return Google_Service_Docs_ReplaceImageRequest + */ + public function getReplaceImage() + { + return $this->replaceImage; + } + /** + * @param Google_Service_Docs_ReplaceNamedRangeContentRequest + */ + public function setReplaceNamedRangeContent(Google_Service_Docs_ReplaceNamedRangeContentRequest $replaceNamedRangeContent) + { + $this->replaceNamedRangeContent = $replaceNamedRangeContent; + } + /** + * @return Google_Service_Docs_ReplaceNamedRangeContentRequest + */ + public function getReplaceNamedRangeContent() + { + return $this->replaceNamedRangeContent; + } + /** + * @param Google_Service_Docs_UnmergeTableCellsRequest + */ + public function setUnmergeTableCells(Google_Service_Docs_UnmergeTableCellsRequest $unmergeTableCells) + { + $this->unmergeTableCells = $unmergeTableCells; + } + /** + * @return Google_Service_Docs_UnmergeTableCellsRequest + */ + public function getUnmergeTableCells() + { + return $this->unmergeTableCells; + } + /** + * @param Google_Service_Docs_UpdateDocumentStyleRequest + */ + public function setUpdateDocumentStyle(Google_Service_Docs_UpdateDocumentStyleRequest $updateDocumentStyle) + { + $this->updateDocumentStyle = $updateDocumentStyle; + } + /** + * @return Google_Service_Docs_UpdateDocumentStyleRequest + */ + public function getUpdateDocumentStyle() + { + return $this->updateDocumentStyle; + } + /** + * @param Google_Service_Docs_UpdateParagraphStyleRequest + */ + public function setUpdateParagraphStyle(Google_Service_Docs_UpdateParagraphStyleRequest $updateParagraphStyle) + { + $this->updateParagraphStyle = $updateParagraphStyle; + } + /** + * @return Google_Service_Docs_UpdateParagraphStyleRequest + */ + public function getUpdateParagraphStyle() + { + return $this->updateParagraphStyle; + } + /** + * @param Google_Service_Docs_UpdateTableCellStyleRequest + */ + public function setUpdateTableCellStyle(Google_Service_Docs_UpdateTableCellStyleRequest $updateTableCellStyle) + { + $this->updateTableCellStyle = $updateTableCellStyle; + } + /** + * @return Google_Service_Docs_UpdateTableCellStyleRequest + */ + public function getUpdateTableCellStyle() + { + return $this->updateTableCellStyle; + } + /** + * @param Google_Service_Docs_UpdateTableColumnPropertiesRequest + */ + public function setUpdateTableColumnProperties(Google_Service_Docs_UpdateTableColumnPropertiesRequest $updateTableColumnProperties) + { + $this->updateTableColumnProperties = $updateTableColumnProperties; + } + /** + * @return Google_Service_Docs_UpdateTableColumnPropertiesRequest + */ + public function getUpdateTableColumnProperties() + { + return $this->updateTableColumnProperties; + } + /** + * @param Google_Service_Docs_UpdateTableRowStyleRequest + */ + public function setUpdateTableRowStyle(Google_Service_Docs_UpdateTableRowStyleRequest $updateTableRowStyle) + { + $this->updateTableRowStyle = $updateTableRowStyle; + } + /** + * @return Google_Service_Docs_UpdateTableRowStyleRequest + */ + public function getUpdateTableRowStyle() + { + return $this->updateTableRowStyle; + } + /** + * @param Google_Service_Docs_UpdateTextStyleRequest + */ + public function setUpdateTextStyle(Google_Service_Docs_UpdateTextStyleRequest $updateTextStyle) + { + $this->updateTextStyle = $updateTextStyle; + } + /** + * @return Google_Service_Docs_UpdateTextStyleRequest + */ + public function getUpdateTextStyle() + { + return $this->updateTextStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Resource/Documents.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Resource/Documents.php new file mode 100644 index 000000000..e433977c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Resource/Documents.php @@ -0,0 +1,93 @@ + + * $docsService = new Google_Service_Docs(...); + * $documents = $docsService->documents; + * + */ +class Google_Service_Docs_Resource_Documents extends Google_Service_Resource +{ + /** + * Applies one or more updates to the document. + * + * Each request is validated before being applied. If any request is not valid, + * then the entire request will fail and nothing will be applied. + * + * Some requests have replies to give you some information about how they are + * applied. Other requests do not need to return information; these each return + * an empty reply. The order of replies matches that of the requests. + * + * For example, suppose you call batchUpdate with four updates, and only the + * third one returns information. The response would have two empty replies, the + * reply to the third request, and another empty reply, in that order. + * + * Because other users may be editing the document, the document might not + * exactly reflect your changes: your changes may be altered with respect to + * collaborator changes. If there are no collaborators, the document should + * reflect your changes. In any case, the updates in your request are guaranteed + * to be applied together atomically. (documents.batchUpdate) + * + * @param string $documentId The ID of the document to update. + * @param Google_Service_Docs_BatchUpdateDocumentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Docs_BatchUpdateDocumentResponse + */ + public function batchUpdate($documentId, Google_Service_Docs_BatchUpdateDocumentRequest $postBody, $optParams = array()) + { + $params = array('documentId' => $documentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Docs_BatchUpdateDocumentResponse"); + } + /** + * Creates a blank document using the title given in the request. Other fields + * in the request, including any provided content, are ignored. + * + * Returns the created document. (documents.create) + * + * @param Google_Service_Docs_Document $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Docs_Document + */ + public function create(Google_Service_Docs_Document $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Docs_Document"); + } + /** + * Gets the latest version of the specified document. (documents.get) + * + * @param string $documentId The ID of the document to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string suggestionsViewMode The suggestions view mode to apply to + * the document. This allows viewing the document with all suggestions inline, + * accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is + * used. + * @return Google_Service_Docs_Document + */ + public function get($documentId, $optParams = array()) + { + $params = array('documentId' => $documentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Docs_Document"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Response.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Response.php new file mode 100644 index 000000000..cc18ddcb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Response.php @@ -0,0 +1,85 @@ +createNamedRange = $createNamedRange; + } + /** + * @return Google_Service_Docs_CreateNamedRangeResponse + */ + public function getCreateNamedRange() + { + return $this->createNamedRange; + } + /** + * @param Google_Service_Docs_InsertInlineImageResponse + */ + public function setInsertInlineImage(Google_Service_Docs_InsertInlineImageResponse $insertInlineImage) + { + $this->insertInlineImage = $insertInlineImage; + } + /** + * @return Google_Service_Docs_InsertInlineImageResponse + */ + public function getInsertInlineImage() + { + return $this->insertInlineImage; + } + /** + * @param Google_Service_Docs_InsertInlineSheetsChartResponse + */ + public function setInsertInlineSheetsChart(Google_Service_Docs_InsertInlineSheetsChartResponse $insertInlineSheetsChart) + { + $this->insertInlineSheetsChart = $insertInlineSheetsChart; + } + /** + * @return Google_Service_Docs_InsertInlineSheetsChartResponse + */ + public function getInsertInlineSheetsChart() + { + return $this->insertInlineSheetsChart; + } + /** + * @param Google_Service_Docs_ReplaceAllTextResponse + */ + public function setReplaceAllText(Google_Service_Docs_ReplaceAllTextResponse $replaceAllText) + { + $this->replaceAllText = $replaceAllText; + } + /** + * @return Google_Service_Docs_ReplaceAllTextResponse + */ + public function getReplaceAllText() + { + return $this->replaceAllText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/RgbColor.php b/vendor/google/apiclient-services/src/Google/Service/Docs/RgbColor.php new file mode 100644 index 000000000..efd713d56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/RgbColor.php @@ -0,0 +1,48 @@ +blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SectionBreak.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SectionBreak.php new file mode 100644 index 000000000..7506f6f3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SectionBreak.php @@ -0,0 +1,56 @@ +sectionStyle = $sectionStyle; + } + /** + * @return Google_Service_Docs_SectionStyle + */ + public function getSectionStyle() + { + return $this->sectionStyle; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SectionColumnProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SectionColumnProperties.php new file mode 100644 index 000000000..344e29d72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SectionColumnProperties.php @@ -0,0 +1,53 @@ +paddingEnd = $paddingEnd; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getPaddingEnd() + { + return $this->paddingEnd; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setWidth(Google_Service_Docs_Dimension $width) + { + $this->width = $width; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SectionStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SectionStyle.php new file mode 100644 index 000000000..cbbb9a464 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SectionStyle.php @@ -0,0 +1,56 @@ +columnProperties = $columnProperties; + } + /** + * @return Google_Service_Docs_SectionColumnProperties + */ + public function getColumnProperties() + { + return $this->columnProperties; + } + public function setColumnSeparatorStyle($columnSeparatorStyle) + { + $this->columnSeparatorStyle = $columnSeparatorStyle; + } + public function getColumnSeparatorStyle() + { + return $this->columnSeparatorStyle; + } + public function setContentDirection($contentDirection) + { + $this->contentDirection = $contentDirection; + } + public function getContentDirection() + { + return $this->contentDirection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Shading.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Shading.php new file mode 100644 index 000000000..732ab97e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Shading.php @@ -0,0 +1,37 @@ +backgroundColor = $backgroundColor; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getBackgroundColor() + { + return $this->backgroundColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/ShadingSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ShadingSuggestionState.php new file mode 100644 index 000000000..96a7698ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ShadingSuggestionState.php @@ -0,0 +1,30 @@ +backgroundColorSuggested = $backgroundColorSuggested; + } + public function getBackgroundColorSuggested() + { + return $this->backgroundColorSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReference.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReference.php new file mode 100644 index 000000000..89bf92d98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReference.php @@ -0,0 +1,39 @@ +chartId = $chartId; + } + public function getChartId() + { + return $this->chartId; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReferenceSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReferenceSuggestionState.php new file mode 100644 index 000000000..a0f2a5f4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SheetsChartReferenceSuggestionState.php @@ -0,0 +1,39 @@ +chartIdSuggested = $chartIdSuggested; + } + public function getChartIdSuggested() + { + return $this->chartIdSuggested; + } + public function setSpreadsheetIdSuggested($spreadsheetIdSuggested) + { + $this->spreadsheetIdSuggested = $spreadsheetIdSuggested; + } + public function getSpreadsheetIdSuggested() + { + return $this->spreadsheetIdSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Size.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Size.php new file mode 100644 index 000000000..f82a756f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Size.php @@ -0,0 +1,53 @@ +height = $height; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setWidth(Google_Service_Docs_Dimension $width) + { + $this->width = $width; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SizeSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SizeSuggestionState.php new file mode 100644 index 000000000..c60c54937 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SizeSuggestionState.php @@ -0,0 +1,39 @@ +heightSuggested = $heightSuggested; + } + public function getHeightSuggested() + { + return $this->heightSuggested; + } + public function setWidthSuggested($widthSuggested) + { + $this->widthSuggested = $widthSuggested; + } + public function getWidthSuggested() + { + return $this->widthSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/StructuralElement.php b/vendor/google/apiclient-services/src/Google/Service/Docs/StructuralElement.php new file mode 100644 index 000000000..a698f33ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/StructuralElement.php @@ -0,0 +1,103 @@ +endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + /** + * @param Google_Service_Docs_Paragraph + */ + public function setParagraph(Google_Service_Docs_Paragraph $paragraph) + { + $this->paragraph = $paragraph; + } + /** + * @return Google_Service_Docs_Paragraph + */ + public function getParagraph() + { + return $this->paragraph; + } + /** + * @param Google_Service_Docs_SectionBreak + */ + public function setSectionBreak(Google_Service_Docs_SectionBreak $sectionBreak) + { + $this->sectionBreak = $sectionBreak; + } + /** + * @return Google_Service_Docs_SectionBreak + */ + public function getSectionBreak() + { + return $this->sectionBreak; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + /** + * @param Google_Service_Docs_Table + */ + public function setTable(Google_Service_Docs_Table $table) + { + $this->table = $table; + } + /** + * @return Google_Service_Docs_Table + */ + public function getTable() + { + return $this->table; + } + /** + * @param Google_Service_Docs_TableOfContents + */ + public function setTableOfContents(Google_Service_Docs_TableOfContents $tableOfContents) + { + $this->tableOfContents = $tableOfContents; + } + /** + * @return Google_Service_Docs_TableOfContents + */ + public function getTableOfContents() + { + return $this->tableOfContents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SubstringMatchCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SubstringMatchCriteria.php new file mode 100644 index 000000000..099e0992e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SubstringMatchCriteria.php @@ -0,0 +1,39 @@ +matchCase = $matchCase; + } + public function getMatchCase() + { + return $this->matchCase; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedBullet.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedBullet.php new file mode 100644 index 000000000..c9eb99ef0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedBullet.php @@ -0,0 +1,53 @@ +bullet = $bullet; + } + /** + * @return Google_Service_Docs_Bullet + */ + public function getBullet() + { + return $this->bullet; + } + /** + * @param Google_Service_Docs_BulletSuggestionState + */ + public function setBulletSuggestionState(Google_Service_Docs_BulletSuggestionState $bulletSuggestionState) + { + $this->bulletSuggestionState = $bulletSuggestionState; + } + /** + * @return Google_Service_Docs_BulletSuggestionState + */ + public function getBulletSuggestionState() + { + return $this->bulletSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedDocumentStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedDocumentStyle.php new file mode 100644 index 000000000..daa0aba8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedDocumentStyle.php @@ -0,0 +1,53 @@ +documentStyle = $documentStyle; + } + /** + * @return Google_Service_Docs_DocumentStyle + */ + public function getDocumentStyle() + { + return $this->documentStyle; + } + /** + * @param Google_Service_Docs_DocumentStyleSuggestionState + */ + public function setDocumentStyleSuggestionState(Google_Service_Docs_DocumentStyleSuggestionState $documentStyleSuggestionState) + { + $this->documentStyleSuggestionState = $documentStyleSuggestionState; + } + /** + * @return Google_Service_Docs_DocumentStyleSuggestionState + */ + public function getDocumentStyleSuggestionState() + { + return $this->documentStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedInlineObjectProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedInlineObjectProperties.php new file mode 100644 index 000000000..0f8338875 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedInlineObjectProperties.php @@ -0,0 +1,53 @@ +inlineObjectProperties = $inlineObjectProperties; + } + /** + * @return Google_Service_Docs_InlineObjectProperties + */ + public function getInlineObjectProperties() + { + return $this->inlineObjectProperties; + } + /** + * @param Google_Service_Docs_InlineObjectPropertiesSuggestionState + */ + public function setInlineObjectPropertiesSuggestionState(Google_Service_Docs_InlineObjectPropertiesSuggestionState $inlineObjectPropertiesSuggestionState) + { + $this->inlineObjectPropertiesSuggestionState = $inlineObjectPropertiesSuggestionState; + } + /** + * @return Google_Service_Docs_InlineObjectPropertiesSuggestionState + */ + public function getInlineObjectPropertiesSuggestionState() + { + return $this->inlineObjectPropertiesSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedListProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedListProperties.php new file mode 100644 index 000000000..5a5922318 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedListProperties.php @@ -0,0 +1,53 @@ +listProperties = $listProperties; + } + /** + * @return Google_Service_Docs_ListProperties + */ + public function getListProperties() + { + return $this->listProperties; + } + /** + * @param Google_Service_Docs_ListPropertiesSuggestionState + */ + public function setListPropertiesSuggestionState(Google_Service_Docs_ListPropertiesSuggestionState $listPropertiesSuggestionState) + { + $this->listPropertiesSuggestionState = $listPropertiesSuggestionState; + } + /** + * @return Google_Service_Docs_ListPropertiesSuggestionState + */ + public function getListPropertiesSuggestionState() + { + return $this->listPropertiesSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedNamedStyles.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedNamedStyles.php new file mode 100644 index 000000000..8e265d75d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedNamedStyles.php @@ -0,0 +1,53 @@ +namedStyles = $namedStyles; + } + /** + * @return Google_Service_Docs_NamedStyles + */ + public function getNamedStyles() + { + return $this->namedStyles; + } + /** + * @param Google_Service_Docs_NamedStylesSuggestionState + */ + public function setNamedStylesSuggestionState(Google_Service_Docs_NamedStylesSuggestionState $namedStylesSuggestionState) + { + $this->namedStylesSuggestionState = $namedStylesSuggestionState; + } + /** + * @return Google_Service_Docs_NamedStylesSuggestionState + */ + public function getNamedStylesSuggestionState() + { + return $this->namedStylesSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedParagraphStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedParagraphStyle.php new file mode 100644 index 000000000..2c75dd4f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedParagraphStyle.php @@ -0,0 +1,53 @@ +paragraphStyle = $paragraphStyle; + } + /** + * @return Google_Service_Docs_ParagraphStyle + */ + public function getParagraphStyle() + { + return $this->paragraphStyle; + } + /** + * @param Google_Service_Docs_ParagraphStyleSuggestionState + */ + public function setParagraphStyleSuggestionState(Google_Service_Docs_ParagraphStyleSuggestionState $paragraphStyleSuggestionState) + { + $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; + } + /** + * @return Google_Service_Docs_ParagraphStyleSuggestionState + */ + public function getParagraphStyleSuggestionState() + { + return $this->paragraphStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedPositionedObjectProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedPositionedObjectProperties.php new file mode 100644 index 000000000..7595c3141 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedPositionedObjectProperties.php @@ -0,0 +1,53 @@ +positionedObjectProperties = $positionedObjectProperties; + } + /** + * @return Google_Service_Docs_PositionedObjectProperties + */ + public function getPositionedObjectProperties() + { + return $this->positionedObjectProperties; + } + /** + * @param Google_Service_Docs_PositionedObjectPropertiesSuggestionState + */ + public function setPositionedObjectPropertiesSuggestionState(Google_Service_Docs_PositionedObjectPropertiesSuggestionState $positionedObjectPropertiesSuggestionState) + { + $this->positionedObjectPropertiesSuggestionState = $positionedObjectPropertiesSuggestionState; + } + /** + * @return Google_Service_Docs_PositionedObjectPropertiesSuggestionState + */ + public function getPositionedObjectPropertiesSuggestionState() + { + return $this->positionedObjectPropertiesSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableCellStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableCellStyle.php new file mode 100644 index 000000000..f19846c1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableCellStyle.php @@ -0,0 +1,53 @@ +tableCellStyle = $tableCellStyle; + } + /** + * @return Google_Service_Docs_TableCellStyle + */ + public function getTableCellStyle() + { + return $this->tableCellStyle; + } + /** + * @param Google_Service_Docs_TableCellStyleSuggestionState + */ + public function setTableCellStyleSuggestionState(Google_Service_Docs_TableCellStyleSuggestionState $tableCellStyleSuggestionState) + { + $this->tableCellStyleSuggestionState = $tableCellStyleSuggestionState; + } + /** + * @return Google_Service_Docs_TableCellStyleSuggestionState + */ + public function getTableCellStyleSuggestionState() + { + return $this->tableCellStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableRowStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableRowStyle.php new file mode 100644 index 000000000..3d0bd8387 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTableRowStyle.php @@ -0,0 +1,53 @@ +tableRowStyle = $tableRowStyle; + } + /** + * @return Google_Service_Docs_TableRowStyle + */ + public function getTableRowStyle() + { + return $this->tableRowStyle; + } + /** + * @param Google_Service_Docs_TableRowStyleSuggestionState + */ + public function setTableRowStyleSuggestionState(Google_Service_Docs_TableRowStyleSuggestionState $tableRowStyleSuggestionState) + { + $this->tableRowStyleSuggestionState = $tableRowStyleSuggestionState; + } + /** + * @return Google_Service_Docs_TableRowStyleSuggestionState + */ + public function getTableRowStyleSuggestionState() + { + return $this->tableRowStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTextStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTextStyle.php new file mode 100644 index 000000000..eb3e0646e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/SuggestedTextStyle.php @@ -0,0 +1,53 @@ +textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } + /** + * @param Google_Service_Docs_TextStyleSuggestionState + */ + public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) + { + $this->textStyleSuggestionState = $textStyleSuggestionState; + } + /** + * @return Google_Service_Docs_TextStyleSuggestionState + */ + public function getTextStyleSuggestionState() + { + return $this->textStyleSuggestionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TabStop.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TabStop.php new file mode 100644 index 000000000..000ea8f51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TabStop.php @@ -0,0 +1,46 @@ +alignment = $alignment; + } + public function getAlignment() + { + return $this->alignment; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setOffset(Google_Service_Docs_Dimension $offset) + { + $this->offset = $offset; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getOffset() + { + return $this->offset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Table.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Table.php new file mode 100644 index 000000000..d2f5ac3a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Table.php @@ -0,0 +1,90 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_TableRow + */ + public function setTableRows($tableRows) + { + $this->tableRows = $tableRows; + } + /** + * @return Google_Service_Docs_TableRow + */ + public function getTableRows() + { + return $this->tableRows; + } + /** + * @param Google_Service_Docs_TableStyle + */ + public function setTableStyle(Google_Service_Docs_TableStyle $tableStyle) + { + $this->tableStyle = $tableStyle; + } + /** + * @return Google_Service_Docs_TableStyle + */ + public function getTableStyle() + { + return $this->tableStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableCell.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCell.php new file mode 100644 index 000000000..8b531b879 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCell.php @@ -0,0 +1,106 @@ +content = $content; + } + /** + * @return Google_Service_Docs_StructuralElement + */ + public function getContent() + { + return $this->content; + } + public function setEndIndex($endIndex) + { + $this->endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTableCellStyle + */ + public function setSuggestedTableCellStyleChanges($suggestedTableCellStyleChanges) + { + $this->suggestedTableCellStyleChanges = $suggestedTableCellStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTableCellStyle + */ + public function getSuggestedTableCellStyleChanges() + { + return $this->suggestedTableCellStyleChanges; + } + /** + * @param Google_Service_Docs_TableCellStyle + */ + public function setTableCellStyle(Google_Service_Docs_TableCellStyle $tableCellStyle) + { + $this->tableCellStyle = $tableCellStyle; + } + /** + * @return Google_Service_Docs_TableCellStyle + */ + public function getTableCellStyle() + { + return $this->tableCellStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellBorder.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellBorder.php new file mode 100644 index 000000000..45463f5dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellBorder.php @@ -0,0 +1,62 @@ +color = $color; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getColor() + { + return $this->color; + } + public function setDashStyle($dashStyle) + { + $this->dashStyle = $dashStyle; + } + public function getDashStyle() + { + return $this->dashStyle; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setWidth(Google_Service_Docs_Dimension $width) + { + $this->width = $width; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellLocation.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellLocation.php new file mode 100644 index 000000000..bc9f3929b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellLocation.php @@ -0,0 +1,55 @@ +columnIndex = $columnIndex; + } + public function getColumnIndex() + { + return $this->columnIndex; + } + public function setRowIndex($rowIndex) + { + $this->rowIndex = $rowIndex; + } + public function getRowIndex() + { + return $this->rowIndex; + } + /** + * @param Google_Service_Docs_Location + */ + public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) + { + $this->tableStartLocation = $tableStartLocation; + } + /** + * @return Google_Service_Docs_Location + */ + public function getTableStartLocation() + { + return $this->tableStartLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyle.php new file mode 100644 index 000000000..46a2311b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyle.php @@ -0,0 +1,192 @@ +backgroundColor = $backgroundColor; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getBackgroundColor() + { + return $this->backgroundColor; + } + /** + * @param Google_Service_Docs_TableCellBorder + */ + public function setBorderBottom(Google_Service_Docs_TableCellBorder $borderBottom) + { + $this->borderBottom = $borderBottom; + } + /** + * @return Google_Service_Docs_TableCellBorder + */ + public function getBorderBottom() + { + return $this->borderBottom; + } + /** + * @param Google_Service_Docs_TableCellBorder + */ + public function setBorderLeft(Google_Service_Docs_TableCellBorder $borderLeft) + { + $this->borderLeft = $borderLeft; + } + /** + * @return Google_Service_Docs_TableCellBorder + */ + public function getBorderLeft() + { + return $this->borderLeft; + } + /** + * @param Google_Service_Docs_TableCellBorder + */ + public function setBorderRight(Google_Service_Docs_TableCellBorder $borderRight) + { + $this->borderRight = $borderRight; + } + /** + * @return Google_Service_Docs_TableCellBorder + */ + public function getBorderRight() + { + return $this->borderRight; + } + /** + * @param Google_Service_Docs_TableCellBorder + */ + public function setBorderTop(Google_Service_Docs_TableCellBorder $borderTop) + { + $this->borderTop = $borderTop; + } + /** + * @return Google_Service_Docs_TableCellBorder + */ + public function getBorderTop() + { + return $this->borderTop; + } + public function setColumnSpan($columnSpan) + { + $this->columnSpan = $columnSpan; + } + public function getColumnSpan() + { + return $this->columnSpan; + } + public function setContentAlignment($contentAlignment) + { + $this->contentAlignment = $contentAlignment; + } + public function getContentAlignment() + { + return $this->contentAlignment; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setPaddingBottom(Google_Service_Docs_Dimension $paddingBottom) + { + $this->paddingBottom = $paddingBottom; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getPaddingBottom() + { + return $this->paddingBottom; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setPaddingLeft(Google_Service_Docs_Dimension $paddingLeft) + { + $this->paddingLeft = $paddingLeft; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getPaddingLeft() + { + return $this->paddingLeft; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setPaddingRight(Google_Service_Docs_Dimension $paddingRight) + { + $this->paddingRight = $paddingRight; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getPaddingRight() + { + return $this->paddingRight; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setPaddingTop(Google_Service_Docs_Dimension $paddingTop) + { + $this->paddingTop = $paddingTop; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getPaddingTop() + { + return $this->paddingTop; + } + public function setRowSpan($rowSpan) + { + $this->rowSpan = $rowSpan; + } + public function getRowSpan() + { + return $this->rowSpan; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyleSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyleSuggestionState.php new file mode 100644 index 000000000..fe0987b2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableCellStyleSuggestionState.php @@ -0,0 +1,129 @@ +backgroundColorSuggested = $backgroundColorSuggested; + } + public function getBackgroundColorSuggested() + { + return $this->backgroundColorSuggested; + } + public function setBorderBottomSuggested($borderBottomSuggested) + { + $this->borderBottomSuggested = $borderBottomSuggested; + } + public function getBorderBottomSuggested() + { + return $this->borderBottomSuggested; + } + public function setBorderLeftSuggested($borderLeftSuggested) + { + $this->borderLeftSuggested = $borderLeftSuggested; + } + public function getBorderLeftSuggested() + { + return $this->borderLeftSuggested; + } + public function setBorderRightSuggested($borderRightSuggested) + { + $this->borderRightSuggested = $borderRightSuggested; + } + public function getBorderRightSuggested() + { + return $this->borderRightSuggested; + } + public function setBorderTopSuggested($borderTopSuggested) + { + $this->borderTopSuggested = $borderTopSuggested; + } + public function getBorderTopSuggested() + { + return $this->borderTopSuggested; + } + public function setColumnSpanSuggested($columnSpanSuggested) + { + $this->columnSpanSuggested = $columnSpanSuggested; + } + public function getColumnSpanSuggested() + { + return $this->columnSpanSuggested; + } + public function setContentAlignmentSuggested($contentAlignmentSuggested) + { + $this->contentAlignmentSuggested = $contentAlignmentSuggested; + } + public function getContentAlignmentSuggested() + { + return $this->contentAlignmentSuggested; + } + public function setPaddingBottomSuggested($paddingBottomSuggested) + { + $this->paddingBottomSuggested = $paddingBottomSuggested; + } + public function getPaddingBottomSuggested() + { + return $this->paddingBottomSuggested; + } + public function setPaddingLeftSuggested($paddingLeftSuggested) + { + $this->paddingLeftSuggested = $paddingLeftSuggested; + } + public function getPaddingLeftSuggested() + { + return $this->paddingLeftSuggested; + } + public function setPaddingRightSuggested($paddingRightSuggested) + { + $this->paddingRightSuggested = $paddingRightSuggested; + } + public function getPaddingRightSuggested() + { + return $this->paddingRightSuggested; + } + public function setPaddingTopSuggested($paddingTopSuggested) + { + $this->paddingTopSuggested = $paddingTopSuggested; + } + public function getPaddingTopSuggested() + { + return $this->paddingTopSuggested; + } + public function setRowSpanSuggested($rowSpanSuggested) + { + $this->rowSpanSuggested = $rowSpanSuggested; + } + public function getRowSpanSuggested() + { + return $this->rowSpanSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableColumnProperties.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableColumnProperties.php new file mode 100644 index 000000000..4dbcaaf88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableColumnProperties.php @@ -0,0 +1,45 @@ +width = $width; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getWidth() + { + return $this->width; + } + public function setWidthType($widthType) + { + $this->widthType = $widthType; + } + public function getWidthType() + { + return $this->widthType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableOfContents.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableOfContents.php new file mode 100644 index 000000000..e42f5be45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableOfContents.php @@ -0,0 +1,56 @@ +content = $content; + } + /** + * @return Google_Service_Docs_StructuralElement + */ + public function getContent() + { + return $this->content; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableRange.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRange.php new file mode 100644 index 000000000..b3de8fe22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRange.php @@ -0,0 +1,55 @@ +columnSpan = $columnSpan; + } + public function getColumnSpan() + { + return $this->columnSpan; + } + public function setRowSpan($rowSpan) + { + $this->rowSpan = $rowSpan; + } + public function getRowSpan() + { + return $this->rowSpan; + } + /** + * @param Google_Service_Docs_TableCellLocation + */ + public function setTableCellLocation(Google_Service_Docs_TableCellLocation $tableCellLocation) + { + $this->tableCellLocation = $tableCellLocation; + } + /** + * @return Google_Service_Docs_TableCellLocation + */ + public function getTableCellLocation() + { + return $this->tableCellLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableRow.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRow.php new file mode 100644 index 000000000..6b545179b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRow.php @@ -0,0 +1,106 @@ +endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTableRowStyle + */ + public function setSuggestedTableRowStyleChanges($suggestedTableRowStyleChanges) + { + $this->suggestedTableRowStyleChanges = $suggestedTableRowStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTableRowStyle + */ + public function getSuggestedTableRowStyleChanges() + { + return $this->suggestedTableRowStyleChanges; + } + /** + * @param Google_Service_Docs_TableCell + */ + public function setTableCells($tableCells) + { + $this->tableCells = $tableCells; + } + /** + * @return Google_Service_Docs_TableCell + */ + public function getTableCells() + { + return $this->tableCells; + } + /** + * @param Google_Service_Docs_TableRowStyle + */ + public function setTableRowStyle(Google_Service_Docs_TableRowStyle $tableRowStyle) + { + $this->tableRowStyle = $tableRowStyle; + } + /** + * @return Google_Service_Docs_TableRowStyle + */ + public function getTableRowStyle() + { + return $this->tableRowStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyle.php new file mode 100644 index 000000000..444711e8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyle.php @@ -0,0 +1,37 @@ +minRowHeight = $minRowHeight; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getMinRowHeight() + { + return $this->minRowHeight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyleSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyleSuggestionState.php new file mode 100644 index 000000000..c00f74941 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableRowStyleSuggestionState.php @@ -0,0 +1,30 @@ +minRowHeightSuggested = $minRowHeightSuggested; + } + public function getMinRowHeightSuggested() + { + return $this->minRowHeightSuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TableStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TableStyle.php new file mode 100644 index 000000000..922dd71db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TableStyle.php @@ -0,0 +1,38 @@ +tableColumnProperties = $tableColumnProperties; + } + /** + * @return Google_Service_Docs_TableColumnProperties + */ + public function getTableColumnProperties() + { + return $this->tableColumnProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TextRun.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TextRun.php new file mode 100644 index 000000000..8e632b673 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TextRun.php @@ -0,0 +1,81 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setSuggestedDeletionIds($suggestedDeletionIds) + { + $this->suggestedDeletionIds = $suggestedDeletionIds; + } + public function getSuggestedDeletionIds() + { + return $this->suggestedDeletionIds; + } + public function setSuggestedInsertionIds($suggestedInsertionIds) + { + $this->suggestedInsertionIds = $suggestedInsertionIds; + } + public function getSuggestedInsertionIds() + { + return $this->suggestedInsertionIds; + } + /** + * @param Google_Service_Docs_SuggestedTextStyle + */ + public function setSuggestedTextStyleChanges($suggestedTextStyleChanges) + { + $this->suggestedTextStyleChanges = $suggestedTextStyleChanges; + } + /** + * @return Google_Service_Docs_SuggestedTextStyle + */ + public function getSuggestedTextStyleChanges() + { + return $this->suggestedTextStyleChanges; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TextStyle.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TextStyle.php new file mode 100644 index 000000000..939d9e713 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TextStyle.php @@ -0,0 +1,155 @@ +backgroundColor = $backgroundColor; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getBackgroundColor() + { + return $this->backgroundColor; + } + public function setBaselineOffset($baselineOffset) + { + $this->baselineOffset = $baselineOffset; + } + public function getBaselineOffset() + { + return $this->baselineOffset; + } + public function setBold($bold) + { + $this->bold = $bold; + } + public function getBold() + { + return $this->bold; + } + /** + * @param Google_Service_Docs_Dimension + */ + public function setFontSize(Google_Service_Docs_Dimension $fontSize) + { + $this->fontSize = $fontSize; + } + /** + * @return Google_Service_Docs_Dimension + */ + public function getFontSize() + { + return $this->fontSize; + } + /** + * @param Google_Service_Docs_OptionalColor + */ + public function setForegroundColor(Google_Service_Docs_OptionalColor $foregroundColor) + { + $this->foregroundColor = $foregroundColor; + } + /** + * @return Google_Service_Docs_OptionalColor + */ + public function getForegroundColor() + { + return $this->foregroundColor; + } + public function setItalic($italic) + { + $this->italic = $italic; + } + public function getItalic() + { + return $this->italic; + } + /** + * @param Google_Service_Docs_Link + */ + public function setLink(Google_Service_Docs_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Docs_Link + */ + public function getLink() + { + return $this->link; + } + public function setSmallCaps($smallCaps) + { + $this->smallCaps = $smallCaps; + } + public function getSmallCaps() + { + return $this->smallCaps; + } + public function setStrikethrough($strikethrough) + { + $this->strikethrough = $strikethrough; + } + public function getStrikethrough() + { + return $this->strikethrough; + } + public function setUnderline($underline) + { + $this->underline = $underline; + } + public function getUnderline() + { + return $this->underline; + } + /** + * @param Google_Service_Docs_WeightedFontFamily + */ + public function setWeightedFontFamily(Google_Service_Docs_WeightedFontFamily $weightedFontFamily) + { + $this->weightedFontFamily = $weightedFontFamily; + } + /** + * @return Google_Service_Docs_WeightedFontFamily + */ + public function getWeightedFontFamily() + { + return $this->weightedFontFamily; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/TextStyleSuggestionState.php b/vendor/google/apiclient-services/src/Google/Service/Docs/TextStyleSuggestionState.php new file mode 100644 index 000000000..d871d1cd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/TextStyleSuggestionState.php @@ -0,0 +1,120 @@ +backgroundColorSuggested = $backgroundColorSuggested; + } + public function getBackgroundColorSuggested() + { + return $this->backgroundColorSuggested; + } + public function setBaselineOffsetSuggested($baselineOffsetSuggested) + { + $this->baselineOffsetSuggested = $baselineOffsetSuggested; + } + public function getBaselineOffsetSuggested() + { + return $this->baselineOffsetSuggested; + } + public function setBoldSuggested($boldSuggested) + { + $this->boldSuggested = $boldSuggested; + } + public function getBoldSuggested() + { + return $this->boldSuggested; + } + public function setFontSizeSuggested($fontSizeSuggested) + { + $this->fontSizeSuggested = $fontSizeSuggested; + } + public function getFontSizeSuggested() + { + return $this->fontSizeSuggested; + } + public function setForegroundColorSuggested($foregroundColorSuggested) + { + $this->foregroundColorSuggested = $foregroundColorSuggested; + } + public function getForegroundColorSuggested() + { + return $this->foregroundColorSuggested; + } + public function setItalicSuggested($italicSuggested) + { + $this->italicSuggested = $italicSuggested; + } + public function getItalicSuggested() + { + return $this->italicSuggested; + } + public function setLinkSuggested($linkSuggested) + { + $this->linkSuggested = $linkSuggested; + } + public function getLinkSuggested() + { + return $this->linkSuggested; + } + public function setSmallCapsSuggested($smallCapsSuggested) + { + $this->smallCapsSuggested = $smallCapsSuggested; + } + public function getSmallCapsSuggested() + { + return $this->smallCapsSuggested; + } + public function setStrikethroughSuggested($strikethroughSuggested) + { + $this->strikethroughSuggested = $strikethroughSuggested; + } + public function getStrikethroughSuggested() + { + return $this->strikethroughSuggested; + } + public function setUnderlineSuggested($underlineSuggested) + { + $this->underlineSuggested = $underlineSuggested; + } + public function getUnderlineSuggested() + { + return $this->underlineSuggested; + } + public function setWeightedFontFamilySuggested($weightedFontFamilySuggested) + { + $this->weightedFontFamilySuggested = $weightedFontFamilySuggested; + } + public function getWeightedFontFamilySuggested() + { + return $this->weightedFontFamilySuggested; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.php new file mode 100644 index 000000000..00abeae46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.php @@ -0,0 +1,37 @@ +tableRange = $tableRange; + } + /** + * @return Google_Service_Docs_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateDocumentStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateDocumentStyleRequest.php new file mode 100644 index 000000000..a1f32681a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateDocumentStyleRequest.php @@ -0,0 +1,46 @@ +documentStyle = $documentStyle; + } + /** + * @return Google_Service_Docs_DocumentStyle + */ + public function getDocumentStyle() + { + return $this->documentStyle; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateParagraphStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateParagraphStyleRequest.php new file mode 100644 index 000000000..12124fc02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateParagraphStyleRequest.php @@ -0,0 +1,62 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Docs_ParagraphStyle + */ + public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) + { + $this->paragraphStyle = $paragraphStyle; + } + /** + * @return Google_Service_Docs_ParagraphStyle + */ + public function getParagraphStyle() + { + return $this->paragraphStyle; + } + /** + * @param Google_Service_Docs_Range + */ + public function setRange(Google_Service_Docs_Range $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableCellStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableCellStyleRequest.php new file mode 100644 index 000000000..6d6067830 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableCellStyleRequest.php @@ -0,0 +1,78 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Docs_TableCellStyle + */ + public function setTableCellStyle(Google_Service_Docs_TableCellStyle $tableCellStyle) + { + $this->tableCellStyle = $tableCellStyle; + } + /** + * @return Google_Service_Docs_TableCellStyle + */ + public function getTableCellStyle() + { + return $this->tableCellStyle; + } + /** + * @param Google_Service_Docs_TableRange + */ + public function setTableRange(Google_Service_Docs_TableRange $tableRange) + { + $this->tableRange = $tableRange; + } + /** + * @return Google_Service_Docs_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } + /** + * @param Google_Service_Docs_Location + */ + public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) + { + $this->tableStartLocation = $tableStartLocation; + } + /** + * @return Google_Service_Docs_Location + */ + public function getTableStartLocation() + { + return $this->tableStartLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableColumnPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableColumnPropertiesRequest.php new file mode 100644 index 000000000..fc6bf87b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableColumnPropertiesRequest.php @@ -0,0 +1,72 @@ +columnIndices = $columnIndices; + } + public function getColumnIndices() + { + return $this->columnIndices; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Docs_TableColumnProperties + */ + public function setTableColumnProperties(Google_Service_Docs_TableColumnProperties $tableColumnProperties) + { + $this->tableColumnProperties = $tableColumnProperties; + } + /** + * @return Google_Service_Docs_TableColumnProperties + */ + public function getTableColumnProperties() + { + return $this->tableColumnProperties; + } + /** + * @param Google_Service_Docs_Location + */ + public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) + { + $this->tableStartLocation = $tableStartLocation; + } + /** + * @return Google_Service_Docs_Location + */ + public function getTableStartLocation() + { + return $this->tableStartLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableRowStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableRowStyleRequest.php new file mode 100644 index 000000000..79df9e9d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTableRowStyleRequest.php @@ -0,0 +1,72 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setRowIndices($rowIndices) + { + $this->rowIndices = $rowIndices; + } + public function getRowIndices() + { + return $this->rowIndices; + } + /** + * @param Google_Service_Docs_TableRowStyle + */ + public function setTableRowStyle(Google_Service_Docs_TableRowStyle $tableRowStyle) + { + $this->tableRowStyle = $tableRowStyle; + } + /** + * @return Google_Service_Docs_TableRowStyle + */ + public function getTableRowStyle() + { + return $this->tableRowStyle; + } + /** + * @param Google_Service_Docs_Location + */ + public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) + { + $this->tableStartLocation = $tableStartLocation; + } + /** + * @return Google_Service_Docs_Location + */ + public function getTableStartLocation() + { + return $this->tableStartLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTextStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTextStyleRequest.php new file mode 100644 index 000000000..dd0ec673d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UpdateTextStyleRequest.php @@ -0,0 +1,62 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Docs_Range + */ + public function setRange(Google_Service_Docs_Range $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Docs_Range + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Docs_TextStyle + */ + public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) + { + $this->textStyle = $textStyle; + } + /** + * @return Google_Service_Docs_TextStyle + */ + public function getTextStyle() + { + return $this->textStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/WeightedFontFamily.php b/vendor/google/apiclient-services/src/Google/Service/Docs/WeightedFontFamily.php new file mode 100644 index 000000000..f53488dfb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/WeightedFontFamily.php @@ -0,0 +1,39 @@ +fontFamily = $fontFamily; + } + public function getFontFamily() + { + return $this->fontFamily; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/WriteControl.php b/vendor/google/apiclient-services/src/Google/Service/Docs/WriteControl.php new file mode 100644 index 000000000..7303dd148 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/WriteControl.php @@ -0,0 +1,39 @@ +requiredRevisionId = $requiredRevisionId; + } + public function getRequiredRevisionId() + { + return $this->requiredRevisionId; + } + public function setTargetRevisionId($targetRevisionId) + { + $this->targetRevisionId = $targetRevisionId; + } + public function getTargetRevisionId() + { + return $this->targetRevisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.php new file mode 100644 index 000000000..bb81b79da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.php @@ -0,0 +1,194 @@ + + * Read-only public API that lets users search for information about domain + * names. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DomainsRDAP extends Google_Service +{ + + + public $autnum; + public $domain; + public $entity; + public $ip; + public $nameserver; + public $v1; + + /** + * Constructs the internal representation of the DomainsRDAP 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://domainsrdap.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'domainsrdap'; + + $this->autnum = new Google_Service_DomainsRDAP_Resource_Autnum( + $this, + $this->serviceName, + 'autnum', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/autnum/{autnumId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'autnumId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->domain = new Google_Service_DomainsRDAP_Resource_Domain( + $this, + $this->serviceName, + 'domain', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/domain/{+domainName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'domainName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->entity = new Google_Service_DomainsRDAP_Resource_Entity( + $this, + $this->serviceName, + 'entity', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/entity/{entityId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'entityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->ip = new Google_Service_DomainsRDAP_Resource_Ip( + $this, + $this->serviceName, + 'ip', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/ip/{ipId}/{ipId1}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ipId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ipId1' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->nameserver = new Google_Service_DomainsRDAP_Resource_Nameserver( + $this, + $this->serviceName, + 'nameserver', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/nameserver/{nameserverId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'nameserverId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->v1 = new Google_Service_DomainsRDAP_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'getDomains' => array( + 'path' => 'v1/domains', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getEntities' => array( + 'path' => 'v1/entities', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getHelp' => array( + 'path' => 'v1/help', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getIp' => array( + 'path' => 'v1/ip', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getNameservers' => array( + 'path' => 'v1/nameservers', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php new file mode 100644 index 000000000..177668395 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/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/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php new file mode 100644 index 000000000..571bed950 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php @@ -0,0 +1,84 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setHreflang($hreflang) + { + $this->hreflang = $hreflang; + } + public function getHreflang() + { + return $this->hreflang; + } + public function setMedia($media) + { + $this->media = $media; + } + public function getMedia() + { + return $this->media; + } + public function setRel($rel) + { + $this->rel = $rel; + } + public function getRel() + { + return $this->rel; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.php new file mode 100644 index 000000000..1bc60a00d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_DomainsRDAP_Link + */ + public function setLinks($links) + { + $this->links = $links; + } + /** + * @return Google_Service_DomainsRDAP_Link + */ + public function getLinks() + { + return $this->links; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.php new file mode 100644 index 000000000..93ea8d24b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.php @@ -0,0 +1,99 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setErrorCode($errorCode) + { + $this->errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + /** + * @param Google_Service_DomainsRDAP_HttpBody + */ + public function setJsonResponse(Google_Service_DomainsRDAP_HttpBody $jsonResponse) + { + $this->jsonResponse = $jsonResponse; + } + /** + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function getJsonResponse() + { + return $this->jsonResponse; + } + public function setLang($lang) + { + $this->lang = $lang; + } + public function getLang() + { + return $this->lang; + } + /** + * @param Google_Service_DomainsRDAP_Notice + */ + public function setNotices($notices) + { + $this->notices = $notices; + } + /** + * @return Google_Service_DomainsRDAP_Notice + */ + public function getNotices() + { + return $this->notices; + } + public function setRdapConformance($rdapConformance) + { + $this->rdapConformance = $rdapConformance; + } + public function getRdapConformance() + { + return $this->rdapConformance; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.php new file mode 100644 index 000000000..40c11b58e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.php @@ -0,0 +1,42 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $autnum = $domainsrdapService->autnum; + * + */ +class Google_Service_DomainsRDAP_Resource_Autnum extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (autnum.get) + * + * @param string $autnumId + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($autnumId, $optParams = array()) + { + $params = array('autnumId' => $autnumId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.php new file mode 100644 index 000000000..051ebba38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.php @@ -0,0 +1,41 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $domain = $domainsrdapService->domain; + * + */ +class Google_Service_DomainsRDAP_Resource_Domain extends Google_Service_Resource +{ + /** + * Look up RDAP information for a domain by name. (domain.get) + * + * @param string $domainName Full domain name to look up. Example: "example.com" + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function get($domainName, $optParams = array()) + { + $params = array('domainName' => $domainName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.php new file mode 100644 index 000000000..49038f6ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.php @@ -0,0 +1,42 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $entity = $domainsrdapService->entity; + * + */ +class Google_Service_DomainsRDAP_Resource_Entity extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (entity.get) + * + * @param string $entityId + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($entityId, $optParams = array()) + { + $params = array('entityId' => $entityId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.php new file mode 100644 index 000000000..b9dc39f62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.php @@ -0,0 +1,43 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $ip = $domainsrdapService->ip; + * + */ +class Google_Service_DomainsRDAP_Resource_Ip extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (ip.get) + * + * @param string $ipId + * @param string $ipId1 + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($ipId, $ipId1, $optParams = array()) + { + $params = array('ipId' => $ipId, 'ipId1' => $ipId1); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.php new file mode 100644 index 000000000..0efebac84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.php @@ -0,0 +1,42 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $nameserver = $domainsrdapService->nameserver; + * + */ +class Google_Service_DomainsRDAP_Resource_Nameserver extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (nameserver.get) + * + * @param string $nameserverId + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($nameserverId, $optParams = array()) + { + $params = array('nameserverId' => $nameserverId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.php new file mode 100644 index 000000000..ded273c03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.php @@ -0,0 +1,93 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $v1 = $domainsrdapService->v1; + * + */ +class Google_Service_DomainsRDAP_Resource_V1 extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getDomains) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function getDomains($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getDomains', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getEntities) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function getEntities($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getEntities', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } + /** + * Get help information for the RDAP API, including links to documentation. + * (v1.getHelp) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function getHelp($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getHelp', array($params), "Google_Service_DomainsRDAP_HttpBody"); + } + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getIp) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function getIp($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getIp', array($params), "Google_Service_DomainsRDAP_HttpBody"); + } + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getNameservers) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function getNameservers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getNameservers', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php new file mode 100644 index 000000000..e2b77f921 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php @@ -0,0 +1,159 @@ + + * API for viewing and managing your reports in DoubleClick Bid Manager. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DoubleClickBidManager extends Google_Service +{ + /** View and manage your reports in DoubleClick Bid Manager. */ + const DOUBLECLICKBIDMANAGER = + "https://www.googleapis.com/auth/doubleclickbidmanager"; + + public $lineitems; + public $queries; + public $reports; + public $sdf; + + /** + * Constructs the internal representation of the DoubleClickBidManager + * 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 = 'doubleclickbidmanager/v1/'; + $this->batchPath = 'batch/doubleclickbidmanager/v1'; + $this->version = 'v1'; + $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, + 'queries', + array( + 'methods' => array( + 'createquery' => array( + 'path' => 'query', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'deletequery' => array( + 'path' => 'query/{queryId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'queryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getquery' => array( + 'path' => 'query/{queryId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'queryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'listqueries' => array( + 'path' => 'queries', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'runquery' => array( + 'path' => 'query/{queryId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'queryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->reports = new Google_Service_DoubleClickBidManager_Resource_Reports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'listreports' => array( + 'path' => 'queries/{queryId}/reports', + 'httpMethod' => 'GET', + 'parameters' => array( + 'queryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $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/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsRequest.php new file mode 100644 index 000000000..d507ae71a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsRequest.php @@ -0,0 +1,58 @@ +fileSpec = $fileSpec; + } + public function getFileSpec() + { + return $this->fileSpec; + } + public function setFilterIds($filterIds) + { + $this->filterIds = $filterIds; + } + public function getFilterIds() + { + return $this->filterIds; + } + public function setFilterType($filterType) + { + $this->filterType = $filterType; + } + public function getFilterType() + { + return $this->filterType; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsResponse.php new file mode 100644 index 000000000..f50853b25 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadLineItemsResponse.php @@ -0,0 +1,30 @@ +lineItems = $lineItems; + } + public function getLineItems() + { + return $this->lineItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.php new file mode 100644 index 000000000..5ff69681a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.php @@ -0,0 +1,58 @@ +fileTypes = $fileTypes; + } + public function getFileTypes() + { + return $this->fileTypes; + } + public function setFilterIds($filterIds) + { + $this->filterIds = $filterIds; + } + public function getFilterIds() + { + return $this->filterIds; + } + public function setFilterType($filterType) + { + $this->filterType = $filterType; + } + public function getFilterType() + { + return $this->filterType; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.php new file mode 100644 index 000000000..1979baaf9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.php @@ -0,0 +1,75 @@ +adGroups = $adGroups; + } + public function getAdGroups() + { + return $this->adGroups; + } + public function setAds($ads) + { + $this->ads = $ads; + } + public function getAds() + { + return $this->ads; + } + public function setCampaigns($campaigns) + { + $this->campaigns = $campaigns; + } + public function getCampaigns() + { + return $this->campaigns; + } + public function setInsertionOrders($insertionOrders) + { + $this->insertionOrders = $insertionOrders; + } + public function getInsertionOrders() + { + return $this->insertionOrders; + } + public function setInventorySources($inventorySources) + { + $this->inventorySources = $inventorySources; + } + public function getInventorySources() + { + return $this->inventorySources; + } + public function setLineItems($lineItems) + { + $this->lineItems = $lineItems; + } + public function getLineItems() + { + return $this->lineItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php new file mode 100644 index 000000000..08e078831 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListQueriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListQueriesResponse.php new file mode 100644 index 000000000..e3c7d7ded --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListQueriesResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_DoubleClickBidManager_Query + */ + public function setQueries($queries) + { + $this->queries = $queries; + } + /** + * @return Google_Service_DoubleClickBidManager_Query + */ + public function getQueries() + { + return $this->queries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.php new file mode 100644 index 000000000..ed83df2ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_DoubleClickBidManager_Report + */ + public function setReports($reports) + { + $this->reports = $reports; + } + /** + * @return Google_Service_DoubleClickBidManager_Report + */ + public function getReports() + { + return $this->reports; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php new file mode 100644 index 000000000..f7956de91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php @@ -0,0 +1,74 @@ +filters = $filters; + } + /** + * @return Google_Service_DoubleClickBidManager_FilterPair + */ + public function getFilters() + { + return $this->filters; + } + public function setGroupBys($groupBys) + { + $this->groupBys = $groupBys; + } + public function getGroupBys() + { + return $this->groupBys; + } + public function setIncludeInviteData($includeInviteData) + { + $this->includeInviteData = $includeInviteData; + } + public function getIncludeInviteData() + { + return $this->includeInviteData; + } + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php new file mode 100644 index 000000000..b8becaa40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php @@ -0,0 +1,114 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_DoubleClickBidManager_QueryMetadata + */ + public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_DoubleClickBidManager_QueryMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_DoubleClickBidManager_Parameters + */ + public function setParams(Google_Service_DoubleClickBidManager_Parameters $params) + { + $this->params = $params; + } + /** + * @return Google_Service_DoubleClickBidManager_Parameters + */ + public function getParams() + { + return $this->params; + } + public function setQueryId($queryId) + { + $this->queryId = $queryId; + } + public function getQueryId() + { + return $this->queryId; + } + public function setReportDataEndTimeMs($reportDataEndTimeMs) + { + $this->reportDataEndTimeMs = $reportDataEndTimeMs; + } + public function getReportDataEndTimeMs() + { + return $this->reportDataEndTimeMs; + } + public function setReportDataStartTimeMs($reportDataStartTimeMs) + { + $this->reportDataStartTimeMs = $reportDataStartTimeMs; + } + public function getReportDataStartTimeMs() + { + return $this->reportDataStartTimeMs; + } + /** + * @param Google_Service_DoubleClickBidManager_QuerySchedule + */ + public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule) + { + $this->schedule = $schedule; + } + /** + * @return Google_Service_DoubleClickBidManager_QuerySchedule + */ + public function getSchedule() + { + return $this->schedule; + } + public function setTimezoneCode($timezoneCode) + { + $this->timezoneCode = $timezoneCode; + } + public function getTimezoneCode() + { + return $this->timezoneCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php new file mode 100644 index 000000000..0c515c281 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php @@ -0,0 +1,121 @@ +dataRange = $dataRange; + } + public function getDataRange() + { + return $this->dataRange; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport) + { + $this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport; + } + public function getGoogleCloudStoragePathForLatestReport() + { + return $this->googleCloudStoragePathForLatestReport; + } + public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport) + { + $this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport; + } + public function getGoogleDrivePathForLatestReport() + { + return $this->googleDrivePathForLatestReport; + } + public function setLatestReportRunTimeMs($latestReportRunTimeMs) + { + $this->latestReportRunTimeMs = $latestReportRunTimeMs; + } + public function getLatestReportRunTimeMs() + { + return $this->latestReportRunTimeMs; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setReportCount($reportCount) + { + $this->reportCount = $reportCount; + } + public function getReportCount() + { + return $this->reportCount; + } + public function setRunning($running) + { + $this->running = $running; + } + public function getRunning() + { + return $this->running; + } + public function setSendNotification($sendNotification) + { + $this->sendNotification = $sendNotification; + } + public function getSendNotification() + { + return $this->sendNotification; + } + public function setShareEmailAddress($shareEmailAddress) + { + $this->shareEmailAddress = $shareEmailAddress; + } + public function getShareEmailAddress() + { + return $this->shareEmailAddress; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.php new file mode 100644 index 000000000..dc8aca98e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.php @@ -0,0 +1,57 @@ +endTimeMs = $endTimeMs; + } + public function getEndTimeMs() + { + return $this->endTimeMs; + } + public function setFrequency($frequency) + { + $this->frequency = $frequency; + } + public function getFrequency() + { + return $this->frequency; + } + public function setNextRunMinuteOfDay($nextRunMinuteOfDay) + { + $this->nextRunMinuteOfDay = $nextRunMinuteOfDay; + } + public function getNextRunMinuteOfDay() + { + return $this->nextRunMinuteOfDay; + } + public function setNextRunTimezoneCode($nextRunTimezoneCode) + { + $this->nextRunTimezoneCode = $nextRunTimezoneCode; + } + public function getNextRunTimezoneCode() + { + return $this->nextRunTimezoneCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.php new file mode 100644 index 000000000..19730eb90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.php @@ -0,0 +1,69 @@ +key = $key; + } + /** + * @return Google_Service_DoubleClickBidManager_ReportKey + */ + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_DoubleClickBidManager_ReportMetadata + */ + public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_DoubleClickBidManager_ReportMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_DoubleClickBidManager_Parameters + */ + public function setParams(Google_Service_DoubleClickBidManager_Parameters $params) + { + $this->params = $params; + } + /** + * @return Google_Service_DoubleClickBidManager_Parameters + */ + public function getParams() + { + return $this->params; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php new file mode 100644 index 000000000..233fe264f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php @@ -0,0 +1,30 @@ +errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.php new file mode 100644 index 000000000..21aefacb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.php @@ -0,0 +1,39 @@ +queryId = $queryId; + } + public function getQueryId() + { + return $this->queryId; + } + public function setReportId($reportId) + { + $this->reportId = $reportId; + } + public function getReportId() + { + return $this->reportId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.php new file mode 100644 index 000000000..5b897de3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.php @@ -0,0 +1,64 @@ +googleCloudStoragePath = $googleCloudStoragePath; + } + public function getGoogleCloudStoragePath() + { + return $this->googleCloudStoragePath; + } + public function setReportDataEndTimeMs($reportDataEndTimeMs) + { + $this->reportDataEndTimeMs = $reportDataEndTimeMs; + } + public function getReportDataEndTimeMs() + { + return $this->reportDataEndTimeMs; + } + public function setReportDataStartTimeMs($reportDataStartTimeMs) + { + $this->reportDataStartTimeMs = $reportDataStartTimeMs; + } + public function getReportDataStartTimeMs() + { + return $this->reportDataStartTimeMs; + } + /** + * @param Google_Service_DoubleClickBidManager_ReportStatus + */ + public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_DoubleClickBidManager_ReportStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php new file mode 100644 index 000000000..566469339 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php @@ -0,0 +1,64 @@ +failure = $failure; + } + /** + * @return Google_Service_DoubleClickBidManager_ReportFailure + */ + public function getFailure() + { + return $this->failure; + } + public function setFinishTimeMs($finishTimeMs) + { + $this->finishTimeMs = $finishTimeMs; + } + public function getFinishTimeMs() + { + return $this->finishTimeMs; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php new file mode 100644 index 000000000..f785993fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php @@ -0,0 +1,56 @@ + + * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); + * $lineitems = $doubleclickbidmanagerService->lineitems; + * + */ +class Google_Service_DoubleClickBidManager_Resource_Lineitems extends Google_Service_Resource +{ + /** + * Retrieves line items in CSV format. TrueView line items are not supported. + * (lineitems.downloadlineitems) + * + * @param Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_DownloadLineItemsResponse + */ + public function downloadlineitems(Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse"); + } + /** + * Uploads line items in CSV format. TrueView line items are not supported. + * (lineitems.uploadlineitems) + * + * @param Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_UploadLineItemsResponse + */ + public function uploadlineitems(Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('uploadlineitems', array($params), "Google_Service_DoubleClickBidManager_UploadLineItemsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php new file mode 100644 index 000000000..8998a17da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php @@ -0,0 +1,92 @@ + + * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); + * $queries = $doubleclickbidmanagerService->queries; + * + */ +class Google_Service_DoubleClickBidManager_Resource_Queries extends Google_Service_Resource +{ + /** + * Creates a query. (queries.createquery) + * + * @param Google_Service_DoubleClickBidManager_Query $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_Query + */ + public function createquery(Google_Service_DoubleClickBidManager_Query $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createquery', array($params), "Google_Service_DoubleClickBidManager_Query"); + } + /** + * Deletes a stored query as well as the associated stored reports. + * (queries.deletequery) + * + * @param string $queryId Query ID to delete. + * @param array $optParams Optional parameters. + */ + public function deletequery($queryId, $optParams = array()) + { + $params = array('queryId' => $queryId); + $params = array_merge($params, $optParams); + return $this->call('deletequery', array($params)); + } + /** + * Retrieves a stored query. (queries.getquery) + * + * @param string $queryId Query ID to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_Query + */ + public function getquery($queryId, $optParams = array()) + { + $params = array('queryId' => $queryId); + $params = array_merge($params, $optParams); + return $this->call('getquery', array($params), "Google_Service_DoubleClickBidManager_Query"); + } + /** + * Retrieves stored queries. (queries.listqueries) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_ListQueriesResponse + */ + public function listqueries($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listqueries', array($params), "Google_Service_DoubleClickBidManager_ListQueriesResponse"); + } + /** + * Runs a stored query to generate a report. (queries.runquery) + * + * @param string $queryId Query ID to run. + * @param Google_Service_DoubleClickBidManager_RunQueryRequest $postBody + * @param array $optParams Optional parameters. + */ + public function runquery($queryId, Google_Service_DoubleClickBidManager_RunQueryRequest $postBody, $optParams = array()) + { + $params = array('queryId' => $queryId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('runquery', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.php new file mode 100644 index 000000000..e63699ae2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.php @@ -0,0 +1,41 @@ + + * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); + * $reports = $doubleclickbidmanagerService->reports; + * + */ +class Google_Service_DoubleClickBidManager_Resource_Reports extends Google_Service_Resource +{ + /** + * Retrieves stored reports. (reports.listreports) + * + * @param string $queryId Query ID with which the reports are associated. + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_ListReportsResponse + */ + public function listreports($queryId, $optParams = array()) + { + $params = array('queryId' => $queryId); + $params = array_merge($params, $optParams); + return $this->call('listreports', array($params), "Google_Service_DoubleClickBidManager_ListReportsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php new file mode 100644 index 000000000..b33747e3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php @@ -0,0 +1,41 @@ + + * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); + * $sdf = $doubleclickbidmanagerService->sdf; + * + */ +class Google_Service_DoubleClickBidManager_Resource_Sdf extends Google_Service_Resource +{ + /** + * Retrieves entities in SDF format. (sdf.download) + * + * @param Google_Service_DoubleClickBidManager_DownloadRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DoubleClickBidManager_DownloadResponse + */ + public function download(Google_Service_DoubleClickBidManager_DownloadRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('download', array($params), "Google_Service_DoubleClickBidManager_DownloadResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.php new file mode 100644 index 000000000..1612d657e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.php @@ -0,0 +1,76 @@ +changed = $changed; + } + public function getChanged() + { + return $this->changed; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setEntityName($entityName) + { + $this->entityName = $entityName; + } + public function getEntityName() + { + return $this->entityName; + } + public function setErrors($errors) + { + $this->errors = $errors; + } + public function getErrors() + { + return $this->errors; + } + public function setPersisted($persisted) + { + $this->persisted = $persisted; + } + public function getPersisted() + { + return $this->persisted; + } + public function setRowNumber($rowNumber) + { + $this->rowNumber = $rowNumber; + } + public function getRowNumber() + { + return $this->rowNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.php new file mode 100644 index 000000000..5694067b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.php @@ -0,0 +1,57 @@ +dataRange = $dataRange; + } + public function getDataRange() + { + return $this->dataRange; + } + public function setReportDataEndTimeMs($reportDataEndTimeMs) + { + $this->reportDataEndTimeMs = $reportDataEndTimeMs; + } + public function getReportDataEndTimeMs() + { + return $this->reportDataEndTimeMs; + } + public function setReportDataStartTimeMs($reportDataStartTimeMs) + { + $this->reportDataStartTimeMs = $reportDataStartTimeMs; + } + public function getReportDataStartTimeMs() + { + return $this->reportDataStartTimeMs; + } + public function setTimezoneCode($timezoneCode) + { + $this->timezoneCode = $timezoneCode; + } + public function getTimezoneCode() + { + return $this->timezoneCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsRequest.php new file mode 100644 index 000000000..eaf18a979 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsRequest.php @@ -0,0 +1,48 @@ +dryRun = $dryRun; + } + public function getDryRun() + { + return $this->dryRun; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setLineItems($lineItems) + { + $this->lineItems = $lineItems; + } + public function getLineItems() + { + return $this->lineItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsResponse.php new file mode 100644 index 000000000..84462b8c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadLineItemsResponse.php @@ -0,0 +1,37 @@ +uploadStatus = $uploadStatus; + } + /** + * @return Google_Service_DoubleClickBidManager_UploadStatus + */ + public function getUploadStatus() + { + return $this->uploadStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php new file mode 100644 index 000000000..016c0bc71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php @@ -0,0 +1,47 @@ +errors = $errors; + } + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_DoubleClickBidManager_RowStatus + */ + public function setRowStatus($rowStatus) + { + $this->rowStatus = $rowStatus; + } + /** + * @return Google_Service_DoubleClickBidManager_RowStatus + */ + public function getRowStatus() + { + return $this->rowStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.php new file mode 100644 index 000000000..dbef3daf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.php @@ -0,0 +1,244 @@ + + * Reports and modifies your advertising data in DoubleClick Search (for + * example, campaigns, ad groups, keywords, and conversions). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Doubleclicksearch extends Google_Service +{ + /** View and manage your advertising data in DoubleClick Search. */ + const DOUBLECLICKSEARCH = + "https://www.googleapis.com/auth/doubleclicksearch"; + + public $conversion; + public $reports; + public $savedColumns; + + /** + * Constructs the internal representation of the Doubleclicksearch 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 = 'doubleclicksearch/v2/'; + $this->batchPath = 'batch/doubleclicksearch/v2'; + $this->version = 'v2'; + $this->serviceName = 'doubleclicksearch'; + + $this->conversion = new Google_Service_Doubleclicksearch_Resource_Conversion( + $this, + $this->serviceName, + 'conversion', + array( + 'methods' => array( + 'get' => array( + 'path' => 'agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion', + 'httpMethod' => 'GET', + 'parameters' => array( + 'agencyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'engineAccountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'rowCount' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'startRow' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'adGroupId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'adId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'campaignId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'criterionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'conversion', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'conversion', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'advertiserId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'agencyId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'engineAccountId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'rowCount' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'startRow' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'conversion', + 'httpMethod' => 'PUT', + 'parameters' => array(), + ),'updateAvailability' => array( + 'path' => 'conversion/updateAvailability', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->reports = new Google_Service_Doubleclicksearch_Resource_Reports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'generate' => array( + 'path' => 'reports/generate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'reports/{reportId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getFile' => array( + 'path' => 'reports/{reportId}/files/{reportFragment}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportFragment' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'request' => array( + 'path' => 'reports', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->savedColumns = new Google_Service_Doubleclicksearch_Resource_SavedColumns( + $this, + $this->serviceName, + 'savedColumns', + array( + 'methods' => array( + 'list' => array( + 'path' => 'agency/{agencyId}/advertiser/{advertiserId}/savedcolumns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'agencyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'advertiserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Availability.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Availability.php new file mode 100644 index 000000000..e639f638d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Availability.php @@ -0,0 +1,75 @@ +advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAgencyId($agencyId) + { + $this->agencyId = $agencyId; + } + public function getAgencyId() + { + return $this->agencyId; + } + public function setAvailabilityTimestamp($availabilityTimestamp) + { + $this->availabilityTimestamp = $availabilityTimestamp; + } + public function getAvailabilityTimestamp() + { + return $this->availabilityTimestamp; + } + public function setSegmentationId($segmentationId) + { + $this->segmentationId = $segmentationId; + } + public function getSegmentationId() + { + return $this->segmentationId; + } + public function setSegmentationName($segmentationName) + { + $this->segmentationName = $segmentationName; + } + public function getSegmentationName() + { + return $this->segmentationName; + } + public function setSegmentationType($segmentationType) + { + $this->segmentationType = $segmentationType; + } + public function getSegmentationType() + { + return $this->segmentationType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Conversion.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Conversion.php new file mode 100644 index 000000000..7b1ac1b0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Conversion.php @@ -0,0 +1,333 @@ +adGroupId = $adGroupId; + } + public function getAdGroupId() + { + return $this->adGroupId; + } + public function setAdId($adId) + { + $this->adId = $adId; + } + public function getAdId() + { + return $this->adId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAgencyId($agencyId) + { + $this->agencyId = $agencyId; + } + public function getAgencyId() + { + return $this->agencyId; + } + public function setAttributionModel($attributionModel) + { + $this->attributionModel = $attributionModel; + } + public function getAttributionModel() + { + return $this->attributionModel; + } + public function setCampaignId($campaignId) + { + $this->campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + public function setChannel($channel) + { + $this->channel = $channel; + } + public function getChannel() + { + return $this->channel; + } + public function setClickId($clickId) + { + $this->clickId = $clickId; + } + public function getClickId() + { + return $this->clickId; + } + public function setConversionId($conversionId) + { + $this->conversionId = $conversionId; + } + public function getConversionId() + { + return $this->conversionId; + } + public function setConversionModifiedTimestamp($conversionModifiedTimestamp) + { + $this->conversionModifiedTimestamp = $conversionModifiedTimestamp; + } + public function getConversionModifiedTimestamp() + { + return $this->conversionModifiedTimestamp; + } + public function setConversionTimestamp($conversionTimestamp) + { + $this->conversionTimestamp = $conversionTimestamp; + } + public function getConversionTimestamp() + { + return $this->conversionTimestamp; + } + public function setCountMillis($countMillis) + { + $this->countMillis = $countMillis; + } + public function getCountMillis() + { + return $this->countMillis; + } + public function setCriterionId($criterionId) + { + $this->criterionId = $criterionId; + } + public function getCriterionId() + { + return $this->criterionId; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + /** + * @param Google_Service_Doubleclicksearch_CustomDimension + */ + public function setCustomDimension($customDimension) + { + $this->customDimension = $customDimension; + } + /** + * @return Google_Service_Doubleclicksearch_CustomDimension + */ + public function getCustomDimension() + { + return $this->customDimension; + } + /** + * @param Google_Service_Doubleclicksearch_CustomMetric + */ + public function setCustomMetric($customMetric) + { + $this->customMetric = $customMetric; + } + /** + * @return Google_Service_Doubleclicksearch_CustomMetric + */ + public function getCustomMetric() + { + return $this->customMetric; + } + public function setDeviceType($deviceType) + { + $this->deviceType = $deviceType; + } + public function getDeviceType() + { + return $this->deviceType; + } + public function setDsConversionId($dsConversionId) + { + $this->dsConversionId = $dsConversionId; + } + public function getDsConversionId() + { + return $this->dsConversionId; + } + public function setEngineAccountId($engineAccountId) + { + $this->engineAccountId = $engineAccountId; + } + public function getEngineAccountId() + { + return $this->engineAccountId; + } + public function setFloodlightOrderId($floodlightOrderId) + { + $this->floodlightOrderId = $floodlightOrderId; + } + public function getFloodlightOrderId() + { + return $this->floodlightOrderId; + } + public function setInventoryAccountId($inventoryAccountId) + { + $this->inventoryAccountId = $inventoryAccountId; + } + public function getInventoryAccountId() + { + return $this->inventoryAccountId; + } + public function setProductCountry($productCountry) + { + $this->productCountry = $productCountry; + } + public function getProductCountry() + { + return $this->productCountry; + } + public function setProductGroupId($productGroupId) + { + $this->productGroupId = $productGroupId; + } + public function getProductGroupId() + { + return $this->productGroupId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setProductLanguage($productLanguage) + { + $this->productLanguage = $productLanguage; + } + public function getProductLanguage() + { + return $this->productLanguage; + } + public function setQuantityMillis($quantityMillis) + { + $this->quantityMillis = $quantityMillis; + } + public function getQuantityMillis() + { + return $this->quantityMillis; + } + public function setRevenueMicros($revenueMicros) + { + $this->revenueMicros = $revenueMicros; + } + public function getRevenueMicros() + { + return $this->revenueMicros; + } + public function setSegmentationId($segmentationId) + { + $this->segmentationId = $segmentationId; + } + public function getSegmentationId() + { + return $this->segmentationId; + } + public function setSegmentationName($segmentationName) + { + $this->segmentationName = $segmentationName; + } + public function getSegmentationName() + { + return $this->segmentationName; + } + public function setSegmentationType($segmentationType) + { + $this->segmentationType = $segmentationType; + } + public function getSegmentationType() + { + return $this->segmentationType; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStoreId($storeId) + { + $this->storeId = $storeId; + } + public function getStoreId() + { + return $this->storeId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php new file mode 100644 index 000000000..ea635c287 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php @@ -0,0 +1,47 @@ +conversion = $conversion; + } + /** + * @return Google_Service_Doubleclicksearch_Conversion + */ + public function getConversion() + { + return $this->conversion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php new file mode 100644 index 000000000..08ea82677 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomMetric.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomMetric.php new file mode 100644 index 000000000..d1a4adada --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomMetric.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Report.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Report.php new file mode 100644 index 000000000..578c27d35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Report.php @@ -0,0 +1,117 @@ +files = $files; + } + /** + * @return Google_Service_Doubleclicksearch_ReportFiles + */ + public function getFiles() + { + return $this->files; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsReportReady($isReportReady) + { + $this->isReportReady = $isReportReady; + } + public function getIsReportReady() + { + return $this->isReportReady; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Doubleclicksearch_ReportRequest + */ + public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $request) + { + $this->request = $request; + } + /** + * @return Google_Service_Doubleclicksearch_ReportRequest + */ + public function getRequest() + { + return $this->request; + } + public function setRowCount($rowCount) + { + $this->rowCount = $rowCount; + } + public function getRowCount() + { + return $this->rowCount; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + public function setStatisticsCurrencyCode($statisticsCurrencyCode) + { + $this->statisticsCurrencyCode = $statisticsCurrencyCode; + } + public function getStatisticsCurrencyCode() + { + return $this->statisticsCurrencyCode; + } + public function setStatisticsTimeZone($statisticsTimeZone) + { + $this->statisticsTimeZone = $statisticsTimeZone; + } + public function getStatisticsTimeZone() + { + return $this->statisticsTimeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php new file mode 100644 index 000000000..d7d675b23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php @@ -0,0 +1,111 @@ +columnName = $columnName; + } + public function getColumnName() + { + return $this->columnName; + } + public function setCustomDimensionName($customDimensionName) + { + $this->customDimensionName = $customDimensionName; + } + public function getCustomDimensionName() + { + return $this->customDimensionName; + } + public function setCustomMetricName($customMetricName) + { + $this->customMetricName = $customMetricName; + } + public function getCustomMetricName() + { + return $this->customMetricName; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setGroupByColumn($groupByColumn) + { + $this->groupByColumn = $groupByColumn; + } + public function getGroupByColumn() + { + return $this->groupByColumn; + } + public function setHeaderText($headerText) + { + $this->headerText = $headerText; + } + public function getHeaderText() + { + return $this->headerText; + } + public function setPlatformSource($platformSource) + { + $this->platformSource = $platformSource; + } + public function getPlatformSource() + { + return $this->platformSource; + } + public function setProductReportPerspective($productReportPerspective) + { + $this->productReportPerspective = $productReportPerspective; + } + public function getProductReportPerspective() + { + return $this->productReportPerspective; + } + public function setSavedColumnName($savedColumnName) + { + $this->savedColumnName = $savedColumnName; + } + public function getSavedColumnName() + { + return $this->savedColumnName; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportFiles.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportFiles.php new file mode 100644 index 000000000..2a0d702a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportFiles.php @@ -0,0 +1,39 @@ +byteCount = $byteCount; + } + public function getByteCount() + { + return $this->byteCount; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequest.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequest.php new file mode 100644 index 000000000..e54d95525 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequest.php @@ -0,0 +1,183 @@ +columns = $columns; + } + /** + * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec + */ + public function getColumns() + { + return $this->columns; + } + public function setDownloadFormat($downloadFormat) + { + $this->downloadFormat = $downloadFormat; + } + public function getDownloadFormat() + { + return $this->downloadFormat; + } + /** + * @param Google_Service_Doubleclicksearch_ReportRequestFilters + */ + public function setFilters($filters) + { + $this->filters = $filters; + } + /** + * @return Google_Service_Doubleclicksearch_ReportRequestFilters + */ + public function getFilters() + { + return $this->filters; + } + public function setIncludeDeletedEntities($includeDeletedEntities) + { + $this->includeDeletedEntities = $includeDeletedEntities; + } + public function getIncludeDeletedEntities() + { + return $this->includeDeletedEntities; + } + public function setIncludeRemovedEntities($includeRemovedEntities) + { + $this->includeRemovedEntities = $includeRemovedEntities; + } + public function getIncludeRemovedEntities() + { + return $this->includeRemovedEntities; + } + public function setMaxRowsPerFile($maxRowsPerFile) + { + $this->maxRowsPerFile = $maxRowsPerFile; + } + public function getMaxRowsPerFile() + { + return $this->maxRowsPerFile; + } + /** + * @param Google_Service_Doubleclicksearch_ReportRequestOrderBy + */ + public function setOrderBy($orderBy) + { + $this->orderBy = $orderBy; + } + /** + * @return Google_Service_Doubleclicksearch_ReportRequestOrderBy + */ + public function getOrderBy() + { + return $this->orderBy; + } + /** + * @param Google_Service_Doubleclicksearch_ReportRequestReportScope + */ + public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope) + { + $this->reportScope = $reportScope; + } + /** + * @return Google_Service_Doubleclicksearch_ReportRequestReportScope + */ + public function getReportScope() + { + return $this->reportScope; + } + public function setReportType($reportType) + { + $this->reportType = $reportType; + } + public function getReportType() + { + return $this->reportType; + } + public function setRowCount($rowCount) + { + $this->rowCount = $rowCount; + } + public function getRowCount() + { + return $this->rowCount; + } + public function setStartRow($startRow) + { + $this->startRow = $startRow; + } + public function getStartRow() + { + return $this->startRow; + } + public function setStatisticsCurrency($statisticsCurrency) + { + $this->statisticsCurrency = $statisticsCurrency; + } + public function getStatisticsCurrency() + { + return $this->statisticsCurrency; + } + /** + * @param Google_Service_Doubleclicksearch_ReportRequestTimeRange + */ + public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange) + { + $this->timeRange = $timeRange; + } + /** + * @return Google_Service_Doubleclicksearch_ReportRequestTimeRange + */ + public function getTimeRange() + { + return $this->timeRange; + } + public function setVerifySingleTimeZone($verifySingleTimeZone) + { + $this->verifySingleTimeZone = $verifySingleTimeZone; + } + public function getVerifySingleTimeZone() + { + return $this->verifySingleTimeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php new file mode 100644 index 000000000..f3002a241 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php @@ -0,0 +1,56 @@ +column = $column; + } + /** + * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec + */ + public function getColumn() + { + return $this->column; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php new file mode 100644 index 000000000..542cb6d12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php @@ -0,0 +1,46 @@ +column = $column; + } + /** + * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec + */ + public function getColumn() + { + return $this->column; + } + public function setSortOrder($sortOrder) + { + $this->sortOrder = $sortOrder; + } + public function getSortOrder() + { + return $this->sortOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php new file mode 100644 index 000000000..d56b4014c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php @@ -0,0 +1,84 @@ +adGroupId = $adGroupId; + } + public function getAdGroupId() + { + return $this->adGroupId; + } + public function setAdId($adId) + { + $this->adId = $adId; + } + public function getAdId() + { + return $this->adId; + } + public function setAdvertiserId($advertiserId) + { + $this->advertiserId = $advertiserId; + } + public function getAdvertiserId() + { + return $this->advertiserId; + } + public function setAgencyId($agencyId) + { + $this->agencyId = $agencyId; + } + public function getAgencyId() + { + return $this->agencyId; + } + public function setCampaignId($campaignId) + { + $this->campaignId = $campaignId; + } + public function getCampaignId() + { + return $this->campaignId; + } + public function setEngineAccountId($engineAccountId) + { + $this->engineAccountId = $engineAccountId; + } + public function getEngineAccountId() + { + return $this->engineAccountId; + } + public function setKeywordId($keywordId) + { + $this->keywordId = $keywordId; + } + public function getKeywordId() + { + return $this->keywordId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestTimeRange.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestTimeRange.php new file mode 100644 index 000000000..8ac72ba20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestTimeRange.php @@ -0,0 +1,57 @@ +changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp; + } + public function getChangedAttributesSinceTimestamp() + { + return $this->changedAttributesSinceTimestamp; + } + public function setChangedMetricsSinceTimestamp($changedMetricsSinceTimestamp) + { + $this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp; + } + public function getChangedMetricsSinceTimestamp() + { + return $this->changedMetricsSinceTimestamp; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Conversion.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Conversion.php new file mode 100644 index 000000000..db9795ecc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Conversion.php @@ -0,0 +1,121 @@ + + * $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); + * $conversion = $doubleclicksearchService->conversion; + * + */ +class Google_Service_Doubleclicksearch_Resource_Conversion extends Google_Service_Resource +{ + /** + * Retrieves a list of conversions from a DoubleClick Search engine account. + * (conversion.get) + * + * @param string $agencyId Numeric ID of the agency. + * @param string $advertiserId Numeric ID of the advertiser. + * @param string $engineAccountId Numeric ID of the engine account. + * @param int $endDate Last date (inclusive) on which to retrieve conversions. + * Format is yyyymmdd. + * @param int $rowCount The number of conversions to return per call. + * @param int $startDate First date (inclusive) on which to retrieve + * conversions. Format is yyyymmdd. + * @param string $startRow The 0-based starting index for retrieving conversions + * results. + * @param array $optParams Optional parameters. + * + * @opt_param string adGroupId Numeric ID of the ad group. + * @opt_param string adId Numeric ID of the ad. + * @opt_param string campaignId Numeric ID of the campaign. + * @opt_param string criterionId Numeric ID of the criterion. + * @return Google_Service_Doubleclicksearch_ConversionList + */ + public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $startRow, $optParams = array()) + { + $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId, 'engineAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList"); + } + /** + * Inserts a batch of new conversions into DoubleClick Search. + * (conversion.insert) + * + * @param Google_Service_Doubleclicksearch_ConversionList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_ConversionList + */ + public function insert(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList"); + } + /** + * Updates a batch of conversions in DoubleClick Search. This method supports + * patch semantics. (conversion.patch) + * + * @param string $advertiserId Numeric ID of the advertiser. + * @param string $agencyId Numeric ID of the agency. + * @param int $endDate Last date (inclusive) on which to retrieve conversions. + * Format is yyyymmdd. + * @param string $engineAccountId Numeric ID of the engine account. + * @param int $rowCount The number of conversions to return per call. + * @param int $startDate First date (inclusive) on which to retrieve + * conversions. Format is yyyymmdd. + * @param string $startRow The 0-based starting index for retrieving conversions + * results. + * @param Google_Service_Doubleclicksearch_ConversionList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_ConversionList + */ + public function patch($advertiserId, $agencyId, $endDate, $engineAccountId, $rowCount, $startDate, $startRow, Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array()) + { + $params = array('advertiserId' => $advertiserId, 'agencyId' => $agencyId, 'endDate' => $endDate, 'engineAccountId' => $engineAccountId, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Doubleclicksearch_ConversionList"); + } + /** + * Updates a batch of conversions in DoubleClick Search. (conversion.update) + * + * @param Google_Service_Doubleclicksearch_ConversionList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_ConversionList + */ + public function update(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList"); + } + /** + * Updates the availabilities of a batch of floodlight activities in DoubleClick + * Search. (conversion.updateAvailability) + * + * @param Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_UpdateAvailabilityResponse + */ + public function updateAvailability(Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateAvailability', array($params), "Google_Service_Doubleclicksearch_UpdateAvailabilityResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Reports.php new file mode 100644 index 000000000..aa9efddd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/Reports.php @@ -0,0 +1,80 @@ + + * $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); + * $reports = $doubleclicksearchService->reports; + * + */ +class Google_Service_Doubleclicksearch_Resource_Reports extends Google_Service_Resource +{ + /** + * Generates and returns a report immediately. (reports.generate) + * + * @param Google_Service_Doubleclicksearch_ReportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_Report + */ + public function generate(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report"); + } + /** + * Polls for the status of a report request. (reports.get) + * + * @param string $reportId ID of the report request being polled. + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_Report + */ + public function get($reportId, $optParams = array()) + { + $params = array('reportId' => $reportId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report"); + } + /** + * Downloads a report file encoded in UTF-8. (reports.getFile) + * + * @param string $reportId ID of the report. + * @param int $reportFragment The index of the report fragment to download. + * @param array $optParams Optional parameters. + */ + public function getFile($reportId, $reportFragment, $optParams = array()) + { + $params = array('reportId' => $reportId, 'reportFragment' => $reportFragment); + $params = array_merge($params, $optParams); + return $this->call('getFile', array($params)); + } + /** + * Inserts a report request into the reporting system. (reports.request) + * + * @param Google_Service_Doubleclicksearch_ReportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_Report + */ + public function request(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('request', array($params), "Google_Service_Doubleclicksearch_Report"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/SavedColumns.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/SavedColumns.php new file mode 100644 index 000000000..dba4763a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/SavedColumns.php @@ -0,0 +1,43 @@ + + * $doubleclicksearchService = new Google_Service_Doubleclicksearch(...); + * $savedColumns = $doubleclicksearchService->savedColumns; + * + */ +class Google_Service_Doubleclicksearch_Resource_SavedColumns extends Google_Service_Resource +{ + /** + * Retrieve the list of saved columns for a specified advertiser. + * (savedColumns.listSavedColumns) + * + * @param string $agencyId DS ID of the agency. + * @param string $advertiserId DS ID of the advertiser. + * @param array $optParams Optional parameters. + * @return Google_Service_Doubleclicksearch_SavedColumnList + */ + public function listSavedColumns($agencyId, $advertiserId, $optParams = array()) + { + $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Doubleclicksearch_SavedColumnList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumn.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumn.php new file mode 100644 index 000000000..85aa75dee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumn.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSavedColumnName($savedColumnName) + { + $this->savedColumnName = $savedColumnName; + } + public function getSavedColumnName() + { + return $this->savedColumnName; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumnList.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumnList.php new file mode 100644 index 000000000..c09e4dbf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/SavedColumnList.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Doubleclicksearch_SavedColumn + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php new file mode 100644 index 000000000..0f709f71f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php @@ -0,0 +1,38 @@ +availabilities = $availabilities; + } + /** + * @return Google_Service_Doubleclicksearch_Availability + */ + public function getAvailabilities() + { + return $this->availabilities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.php new file mode 100644 index 000000000..42309419e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.php @@ -0,0 +1,38 @@ +availabilities = $availabilities; + } + /** + * @return Google_Service_Doubleclicksearch_Availability + */ + public function getAvailabilities() + { + return $this->availabilities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive.php b/vendor/google/apiclient-services/src/Google/Service/Drive.php new file mode 100644 index 000000000..f2850415a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive.php @@ -0,0 +1,1140 @@ + + * Manages files in Drive including uploading, downloading, searching, detecting + * changes, and updating sharing permissions. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Drive 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 its own configuration data in your Google Drive. */ + const DRIVE_APPDATA = + "https://www.googleapis.com/auth/drive.appdata"; + /** View and manage Google Drive files and folders that you have opened or created with this app. */ + const DRIVE_FILE = + "https://www.googleapis.com/auth/drive.file"; + /** View and manage metadata of files in your Google Drive. */ + const DRIVE_METADATA = + "https://www.googleapis.com/auth/drive.metadata"; + /** View metadata for files in your Google Drive. */ + const DRIVE_METADATA_READONLY = + "https://www.googleapis.com/auth/drive.metadata.readonly"; + /** View the photos, videos and albums in your Google Photos. */ + const DRIVE_PHOTOS_READONLY = + "https://www.googleapis.com/auth/drive.photos.readonly"; + /** See and download all your Google Drive files. */ + const DRIVE_READONLY = + "https://www.googleapis.com/auth/drive.readonly"; + /** Modify your Google Apps Script scripts' behavior. */ + const DRIVE_SCRIPTS = + "https://www.googleapis.com/auth/drive.scripts"; + + public $about; + public $changes; + public $channels; + public $comments; + public $drives; + public $files; + public $permissions; + public $replies; + public $revisions; + public $teamdrives; + + /** + * Constructs the internal representation of the Drive 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 = 'drive/v3/'; + $this->batchPath = 'batch/drive/v3'; + $this->version = 'v3'; + $this->serviceName = 'drive'; + + $this->about = new Google_Service_Drive_Resource_About( + $this, + $this->serviceName, + 'about', + array( + 'methods' => array( + 'get' => array( + 'path' => 'about', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->changes = new Google_Service_Drive_Resource_Changes( + $this, + $this->serviceName, + 'changes', + array( + 'methods' => array( + 'getStartPageToken' => array( + 'path' => 'changes/startPageToken', + 'httpMethod' => 'GET', + 'parameters' => array( + 'driveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'teamDriveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'changes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'driveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeCorpusRemovals' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeItemsFromAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeRemoved' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeTeamDriveItems' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'restrictToMyDrive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'spaces' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'teamDriveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'watch' => array( + 'path' => 'changes/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'driveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeCorpusRemovals' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeItemsFromAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeRemoved' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeTeamDriveItems' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'restrictToMyDrive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'spaces' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'teamDriveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->channels = new Google_Service_Drive_Resource_Channels( + $this, + $this->serviceName, + 'channels', + array( + 'methods' => array( + 'stop' => array( + 'path' => 'channels/stop', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->comments = new Google_Service_Drive_Resource_Comments( + $this, + $this->serviceName, + 'comments', + array( + 'methods' => array( + 'create' => array( + 'path' => 'files/{fileId}/comments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'files/{fileId}/comments/{commentId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'files/{fileId}/comments/{commentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'files/{fileId}/comments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startModifiedTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'files/{fileId}/comments/{commentId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->drives = new Google_Service_Drive_Resource_Drives( + $this, + $this->serviceName, + 'drives', + array( + 'methods' => array( + 'create' => array( + 'path' => 'drives', + 'httpMethod' => 'POST', + 'parameters' => array( + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'drives/{driveId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'driveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'drives/{driveId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'driveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'hide' => array( + 'path' => 'drives/{driveId}/hide', + 'httpMethod' => 'POST', + 'parameters' => array( + 'driveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'drives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'unhide' => array( + 'path' => 'drives/{driveId}/unhide', + 'httpMethod' => 'POST', + 'parameters' => array( + 'driveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'drives/{driveId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'driveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->files = new Google_Service_Drive_Resource_Files( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'copy' => array( + 'path' => 'files/{fileId}/copy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ignoreDefaultVisibility' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'keepRevisionForever' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ocrLanguage' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'create' => array( + 'path' => 'files', + 'httpMethod' => 'POST', + 'parameters' => array( + 'ignoreDefaultVisibility' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'keepRevisionForever' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ocrLanguage' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useContentAsIndexableText' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'files/{fileId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'emptyTrash' => array( + 'path' => 'files/trash', + 'httpMethod' => 'DELETE', + 'parameters' => array(), + ),'export' => array( + 'path' => 'files/{fileId}/export', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'mimeType' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateIds' => array( + 'path' => 'files/generateIds', + 'httpMethod' => 'GET', + 'parameters' => array( + 'count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'space' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'files/{fileId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acknowledgeAbuse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'files', + 'httpMethod' => 'GET', + 'parameters' => array( + 'corpora' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'corpus' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'driveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeItemsFromAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'includeTeamDriveItems' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'spaces' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'teamDriveId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'files/{fileId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'addParents' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'keepRevisionForever' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ocrLanguage' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'removeParents' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useContentAsIndexableText' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'watch' => array( + 'path' => 'files/{fileId}/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acknowledgeAbuse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->permissions = new Google_Service_Drive_Resource_Permissions( + $this, + $this->serviceName, + 'permissions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'files/{fileId}/permissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'emailMessage' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sendNotificationEmail' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'transferOwnership' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'files/{fileId}/permissions/{permissionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'files/{fileId}/permissions/{permissionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'files/{fileId}/permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'files/{fileId}/permissions/{permissionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'removeExpiration' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsAllDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'supportsTeamDrives' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'transferOwnership' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->replies = new Google_Service_Drive_Resource_Replies( + $this, + $this->serviceName, + 'replies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'files/{fileId}/comments/{commentId}/replies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'files/{fileId}/comments/{commentId}/replies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->revisions = new Google_Service_Drive_Resource_Revisions( + $this, + $this->serviceName, + 'revisions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'files/{fileId}/revisions/{revisionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'revisionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'files/{fileId}/revisions/{revisionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'revisionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acknowledgeAbuse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'files/{fileId}/revisions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'files/{fileId}/revisions/{revisionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'fileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'revisionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->teamdrives = new Google_Service_Drive_Resource_Teamdrives( + $this, + $this->serviceName, + 'teamdrives', + array( + 'methods' => array( + 'create' => array( + 'path' => 'teamdrives', + 'httpMethod' => 'POST', + 'parameters' => array( + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'teamdrives/{teamDriveId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'teamDriveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'teamdrives/{teamDriveId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'teamDriveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'teamdrives', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'teamdrives/{teamDriveId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'teamDriveId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/About.php b/vendor/google/apiclient-services/src/Google/Service/Drive/About.php new file mode 100644 index 000000000..f996eec6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/About.php @@ -0,0 +1,167 @@ +appInstalled = $appInstalled; + } + public function getAppInstalled() + { + return $this->appInstalled; + } + public function setCanCreateDrives($canCreateDrives) + { + $this->canCreateDrives = $canCreateDrives; + } + public function getCanCreateDrives() + { + return $this->canCreateDrives; + } + public function setCanCreateTeamDrives($canCreateTeamDrives) + { + $this->canCreateTeamDrives = $canCreateTeamDrives; + } + public function getCanCreateTeamDrives() + { + return $this->canCreateTeamDrives; + } + /** + * @param Google_Service_Drive_AboutDriveThemes + */ + public function setDriveThemes($driveThemes) + { + $this->driveThemes = $driveThemes; + } + /** + * @return Google_Service_Drive_AboutDriveThemes + */ + public function getDriveThemes() + { + return $this->driveThemes; + } + public function setExportFormats($exportFormats) + { + $this->exportFormats = $exportFormats; + } + public function getExportFormats() + { + return $this->exportFormats; + } + public function setFolderColorPalette($folderColorPalette) + { + $this->folderColorPalette = $folderColorPalette; + } + public function getFolderColorPalette() + { + return $this->folderColorPalette; + } + public function setImportFormats($importFormats) + { + $this->importFormats = $importFormats; + } + public function getImportFormats() + { + return $this->importFormats; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxImportSizes($maxImportSizes) + { + $this->maxImportSizes = $maxImportSizes; + } + public function getMaxImportSizes() + { + return $this->maxImportSizes; + } + public function setMaxUploadSize($maxUploadSize) + { + $this->maxUploadSize = $maxUploadSize; + } + public function getMaxUploadSize() + { + return $this->maxUploadSize; + } + /** + * @param Google_Service_Drive_AboutStorageQuota + */ + public function setStorageQuota(Google_Service_Drive_AboutStorageQuota $storageQuota) + { + $this->storageQuota = $storageQuota; + } + /** + * @return Google_Service_Drive_AboutStorageQuota + */ + public function getStorageQuota() + { + return $this->storageQuota; + } + /** + * @param Google_Service_Drive_AboutTeamDriveThemes + */ + public function setTeamDriveThemes($teamDriveThemes) + { + $this->teamDriveThemes = $teamDriveThemes; + } + /** + * @return Google_Service_Drive_AboutTeamDriveThemes + */ + public function getTeamDriveThemes() + { + return $this->teamDriveThemes; + } + /** + * @param Google_Service_Drive_User + */ + public function setUser(Google_Service_Drive_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_Drive_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/AboutDriveThemes.php b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutDriveThemes.php new file mode 100644 index 000000000..75c003f8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutDriveThemes.php @@ -0,0 +1,48 @@ +backgroundImageLink = $backgroundImageLink; + } + public function getBackgroundImageLink() + { + return $this->backgroundImageLink; + } + public function setColorRgb($colorRgb) + { + $this->colorRgb = $colorRgb; + } + public function getColorRgb() + { + return $this->colorRgb; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.php b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.php new file mode 100644 index 000000000..5039fc51a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.php @@ -0,0 +1,57 @@ +limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setUsage($usage) + { + $this->usage = $usage; + } + public function getUsage() + { + return $this->usage; + } + public function setUsageInDrive($usageInDrive) + { + $this->usageInDrive = $usageInDrive; + } + public function getUsageInDrive() + { + return $this->usageInDrive; + } + public function setUsageInDriveTrash($usageInDriveTrash) + { + $this->usageInDriveTrash = $usageInDriveTrash; + } + public function getUsageInDriveTrash() + { + return $this->usageInDriveTrash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/AboutTeamDriveThemes.php b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutTeamDriveThemes.php new file mode 100644 index 000000000..4a8f3a59f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutTeamDriveThemes.php @@ -0,0 +1,48 @@ +backgroundImageLink = $backgroundImageLink; + } + public function getBackgroundImageLink() + { + return $this->backgroundImageLink; + } + public function setColorRgb($colorRgb) + { + $this->colorRgb = $colorRgb; + } + public function getColorRgb() + { + return $this->colorRgb; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Change.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Change.php new file mode 100644 index 000000000..cf02a52e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Change.php @@ -0,0 +1,141 @@ +changeType = $changeType; + } + public function getChangeType() + { + return $this->changeType; + } + /** + * @param Google_Service_Drive_Drive + */ + public function setDrive(Google_Service_Drive_Drive $drive) + { + $this->drive = $drive; + } + /** + * @return Google_Service_Drive_Drive + */ + public function getDrive() + { + return $this->drive; + } + public function setDriveId($driveId) + { + $this->driveId = $driveId; + } + public function getDriveId() + { + return $this->driveId; + } + /** + * @param Google_Service_Drive_DriveFile + */ + public function setFile(Google_Service_Drive_DriveFile $file) + { + $this->file = $file; + } + /** + * @return Google_Service_Drive_DriveFile + */ + public function getFile() + { + return $this->file; + } + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + public function getFileId() + { + return $this->fileId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRemoved($removed) + { + $this->removed = $removed; + } + public function getRemoved() + { + return $this->removed; + } + /** + * @param Google_Service_Drive_TeamDrive + */ + public function setTeamDrive(Google_Service_Drive_TeamDrive $teamDrive) + { + $this->teamDrive = $teamDrive; + } + /** + * @return Google_Service_Drive_TeamDrive + */ + public function getTeamDrive() + { + return $this->teamDrive; + } + public function setTeamDriveId($teamDriveId) + { + $this->teamDriveId = $teamDriveId; + } + public function getTeamDriveId() + { + return $this->teamDriveId; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php new file mode 100644 index 000000000..e5044b1f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php @@ -0,0 +1,65 @@ +changes = $changes; + } + /** + * @return Google_Service_Drive_Change + */ + public function getChanges() + { + return $this->changes; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewStartPageToken($newStartPageToken) + { + $this->newStartPageToken = $newStartPageToken; + } + public function getNewStartPageToken() + { + return $this->newStartPageToken; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php new file mode 100644 index 000000000..6c6930455 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php @@ -0,0 +1,111 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + 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 setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Comment.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Comment.php new file mode 100644 index 000000000..d934559ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Comment.php @@ -0,0 +1,151 @@ +anchor = $anchor; + } + public function getAnchor() + { + return $this->anchor; + } + /** + * @param Google_Service_Drive_User + */ + public function setAuthor(Google_Service_Drive_User $author) + { + $this->author = $author; + } + /** + * @return Google_Service_Drive_User + */ + public function getAuthor() + { + return $this->author; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setHtmlContent($htmlContent) + { + $this->htmlContent = $htmlContent; + } + public function getHtmlContent() + { + return $this->htmlContent; + } + 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 setModifiedTime($modifiedTime) + { + $this->modifiedTime = $modifiedTime; + } + public function getModifiedTime() + { + return $this->modifiedTime; + } + /** + * @param Google_Service_Drive_CommentQuotedFileContent + */ + public function setQuotedFileContent(Google_Service_Drive_CommentQuotedFileContent $quotedFileContent) + { + $this->quotedFileContent = $quotedFileContent; + } + /** + * @return Google_Service_Drive_CommentQuotedFileContent + */ + public function getQuotedFileContent() + { + return $this->quotedFileContent; + } + /** + * @param Google_Service_Drive_Reply + */ + public function setReplies($replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_Drive_Reply + */ + public function getReplies() + { + return $this->replies; + } + public function setResolved($resolved) + { + $this->resolved = $resolved; + } + public function getResolved() + { + return $this->resolved; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php new file mode 100644 index 000000000..7698d3a0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php @@ -0,0 +1,56 @@ +comments = $comments; + } + /** + * @return Google_Service_Drive_Comment + */ + public function getComments() + { + return $this->comments; + } + 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/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php new file mode 100644 index 000000000..82214fe7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php @@ -0,0 +1,39 @@ +mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Drive.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Drive.php new file mode 100644 index 000000000..363913f55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Drive.php @@ -0,0 +1,141 @@ +backgroundImageFile = $backgroundImageFile; + } + /** + * @return Google_Service_Drive_DriveBackgroundImageFile + */ + public function getBackgroundImageFile() + { + return $this->backgroundImageFile; + } + public function setBackgroundImageLink($backgroundImageLink) + { + $this->backgroundImageLink = $backgroundImageLink; + } + public function getBackgroundImageLink() + { + return $this->backgroundImageLink; + } + /** + * @param Google_Service_Drive_DriveCapabilities + */ + public function setCapabilities(Google_Service_Drive_DriveCapabilities $capabilities) + { + $this->capabilities = $capabilities; + } + /** + * @return Google_Service_Drive_DriveCapabilities + */ + public function getCapabilities() + { + return $this->capabilities; + } + public function setColorRgb($colorRgb) + { + $this->colorRgb = $colorRgb; + } + public function getColorRgb() + { + return $this->colorRgb; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setHidden($hidden) + { + $this->hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + 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_Drive_DriveRestrictions + */ + public function setRestrictions(Google_Service_Drive_DriveRestrictions $restrictions) + { + $this->restrictions = $restrictions; + } + /** + * @return Google_Service_Drive_DriveRestrictions + */ + public function getRestrictions() + { + return $this->restrictions; + } + public function setThemeId($themeId) + { + $this->themeId = $themeId; + } + public function getThemeId() + { + return $this->themeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveBackgroundImageFile.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveBackgroundImageFile.php new file mode 100644 index 000000000..87bdc6f3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveBackgroundImageFile.php @@ -0,0 +1,57 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } + public function setXCoordinate($xCoordinate) + { + $this->xCoordinate = $xCoordinate; + } + public function getXCoordinate() + { + return $this->xCoordinate; + } + public function setYCoordinate($yCoordinate) + { + $this->yCoordinate = $yCoordinate; + } + public function getYCoordinate() + { + return $this->yCoordinate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveCapabilities.php new file mode 100644 index 000000000..c48775c51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveCapabilities.php @@ -0,0 +1,183 @@ +canAddChildren = $canAddChildren; + } + public function getCanAddChildren() + { + return $this->canAddChildren; + } + public function setCanChangeCopyRequiresWriterPermissionRestriction($canChangeCopyRequiresWriterPermissionRestriction) + { + $this->canChangeCopyRequiresWriterPermissionRestriction = $canChangeCopyRequiresWriterPermissionRestriction; + } + public function getCanChangeCopyRequiresWriterPermissionRestriction() + { + return $this->canChangeCopyRequiresWriterPermissionRestriction; + } + public function setCanChangeDomainUsersOnlyRestriction($canChangeDomainUsersOnlyRestriction) + { + $this->canChangeDomainUsersOnlyRestriction = $canChangeDomainUsersOnlyRestriction; + } + public function getCanChangeDomainUsersOnlyRestriction() + { + return $this->canChangeDomainUsersOnlyRestriction; + } + public function setCanChangeDriveBackground($canChangeDriveBackground) + { + $this->canChangeDriveBackground = $canChangeDriveBackground; + } + public function getCanChangeDriveBackground() + { + return $this->canChangeDriveBackground; + } + public function setCanChangeDriveMembersOnlyRestriction($canChangeDriveMembersOnlyRestriction) + { + $this->canChangeDriveMembersOnlyRestriction = $canChangeDriveMembersOnlyRestriction; + } + public function getCanChangeDriveMembersOnlyRestriction() + { + return $this->canChangeDriveMembersOnlyRestriction; + } + public function setCanComment($canComment) + { + $this->canComment = $canComment; + } + public function getCanComment() + { + return $this->canComment; + } + public function setCanCopy($canCopy) + { + $this->canCopy = $canCopy; + } + public function getCanCopy() + { + return $this->canCopy; + } + public function setCanDeleteChildren($canDeleteChildren) + { + $this->canDeleteChildren = $canDeleteChildren; + } + public function getCanDeleteChildren() + { + return $this->canDeleteChildren; + } + public function setCanDeleteDrive($canDeleteDrive) + { + $this->canDeleteDrive = $canDeleteDrive; + } + public function getCanDeleteDrive() + { + return $this->canDeleteDrive; + } + public function setCanDownload($canDownload) + { + $this->canDownload = $canDownload; + } + public function getCanDownload() + { + return $this->canDownload; + } + public function setCanEdit($canEdit) + { + $this->canEdit = $canEdit; + } + public function getCanEdit() + { + return $this->canEdit; + } + public function setCanListChildren($canListChildren) + { + $this->canListChildren = $canListChildren; + } + public function getCanListChildren() + { + return $this->canListChildren; + } + public function setCanManageMembers($canManageMembers) + { + $this->canManageMembers = $canManageMembers; + } + public function getCanManageMembers() + { + return $this->canManageMembers; + } + public function setCanReadRevisions($canReadRevisions) + { + $this->canReadRevisions = $canReadRevisions; + } + public function getCanReadRevisions() + { + return $this->canReadRevisions; + } + public function setCanRename($canRename) + { + $this->canRename = $canRename; + } + public function getCanRename() + { + return $this->canRename; + } + public function setCanRenameDrive($canRenameDrive) + { + $this->canRenameDrive = $canRenameDrive; + } + public function getCanRenameDrive() + { + return $this->canRenameDrive; + } + public function setCanShare($canShare) + { + $this->canShare = $canShare; + } + public function getCanShare() + { + return $this->canShare; + } + public function setCanTrashChildren($canTrashChildren) + { + $this->canTrashChildren = $canTrashChildren; + } + public function getCanTrashChildren() + { + return $this->canTrashChildren; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFile.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFile.php new file mode 100644 index 000000000..0f45539bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFile.php @@ -0,0 +1,580 @@ +appProperties = $appProperties; + } + public function getAppProperties() + { + return $this->appProperties; + } + /** + * @param Google_Service_Drive_DriveFileCapabilities + */ + public function setCapabilities(Google_Service_Drive_DriveFileCapabilities $capabilities) + { + $this->capabilities = $capabilities; + } + /** + * @return Google_Service_Drive_DriveFileCapabilities + */ + public function getCapabilities() + { + return $this->capabilities; + } + /** + * @param Google_Service_Drive_DriveFileContentHints + */ + public function setContentHints(Google_Service_Drive_DriveFileContentHints $contentHints) + { + $this->contentHints = $contentHints; + } + /** + * @return Google_Service_Drive_DriveFileContentHints + */ + public function getContentHints() + { + return $this->contentHints; + } + public function setCopyRequiresWriterPermission($copyRequiresWriterPermission) + { + $this->copyRequiresWriterPermission = $copyRequiresWriterPermission; + } + public function getCopyRequiresWriterPermission() + { + return $this->copyRequiresWriterPermission; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDriveId($driveId) + { + $this->driveId = $driveId; + } + public function getDriveId() + { + return $this->driveId; + } + public function setExplicitlyTrashed($explicitlyTrashed) + { + $this->explicitlyTrashed = $explicitlyTrashed; + } + public function getExplicitlyTrashed() + { + return $this->explicitlyTrashed; + } + public function setExportLinks($exportLinks) + { + $this->exportLinks = $exportLinks; + } + public function getExportLinks() + { + return $this->exportLinks; + } + public function setFileExtension($fileExtension) + { + $this->fileExtension = $fileExtension; + } + public function getFileExtension() + { + return $this->fileExtension; + } + public function setFolderColorRgb($folderColorRgb) + { + $this->folderColorRgb = $folderColorRgb; + } + public function getFolderColorRgb() + { + return $this->folderColorRgb; + } + public function setFullFileExtension($fullFileExtension) + { + $this->fullFileExtension = $fullFileExtension; + } + public function getFullFileExtension() + { + return $this->fullFileExtension; + } + public function setHasAugmentedPermissions($hasAugmentedPermissions) + { + $this->hasAugmentedPermissions = $hasAugmentedPermissions; + } + public function getHasAugmentedPermissions() + { + return $this->hasAugmentedPermissions; + } + public function setHasThumbnail($hasThumbnail) + { + $this->hasThumbnail = $hasThumbnail; + } + public function getHasThumbnail() + { + return $this->hasThumbnail; + } + public function setHeadRevisionId($headRevisionId) + { + $this->headRevisionId = $headRevisionId; + } + public function getHeadRevisionId() + { + return $this->headRevisionId; + } + public function setIconLink($iconLink) + { + $this->iconLink = $iconLink; + } + public function getIconLink() + { + return $this->iconLink; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Drive_DriveFileImageMediaMetadata + */ + public function setImageMediaMetadata(Google_Service_Drive_DriveFileImageMediaMetadata $imageMediaMetadata) + { + $this->imageMediaMetadata = $imageMediaMetadata; + } + /** + * @return Google_Service_Drive_DriveFileImageMediaMetadata + */ + public function getImageMediaMetadata() + { + return $this->imageMediaMetadata; + } + public function setIsAppAuthorized($isAppAuthorized) + { + $this->isAppAuthorized = $isAppAuthorized; + } + public function getIsAppAuthorized() + { + return $this->isAppAuthorized; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Drive_User + */ + public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) + { + $this->lastModifyingUser = $lastModifyingUser; + } + /** + * @return Google_Service_Drive_User + */ + public function getLastModifyingUser() + { + return $this->lastModifyingUser; + } + public function setMd5Checksum($md5Checksum) + { + $this->md5Checksum = $md5Checksum; + } + public function getMd5Checksum() + { + return $this->md5Checksum; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setModifiedByMe($modifiedByMe) + { + $this->modifiedByMe = $modifiedByMe; + } + public function getModifiedByMe() + { + return $this->modifiedByMe; + } + public function setModifiedByMeTime($modifiedByMeTime) + { + $this->modifiedByMeTime = $modifiedByMeTime; + } + public function getModifiedByMeTime() + { + return $this->modifiedByMeTime; + } + public function setModifiedTime($modifiedTime) + { + $this->modifiedTime = $modifiedTime; + } + public function getModifiedTime() + { + return $this->modifiedTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginalFilename($originalFilename) + { + $this->originalFilename = $originalFilename; + } + public function getOriginalFilename() + { + return $this->originalFilename; + } + public function setOwnedByMe($ownedByMe) + { + $this->ownedByMe = $ownedByMe; + } + public function getOwnedByMe() + { + return $this->ownedByMe; + } + /** + * @param Google_Service_Drive_User + */ + public function setOwners($owners) + { + $this->owners = $owners; + } + /** + * @return Google_Service_Drive_User + */ + public function getOwners() + { + return $this->owners; + } + public function setParents($parents) + { + $this->parents = $parents; + } + public function getParents() + { + return $this->parents; + } + public function setPermissionIds($permissionIds) + { + $this->permissionIds = $permissionIds; + } + public function getPermissionIds() + { + return $this->permissionIds; + } + /** + * @param Google_Service_Drive_Permission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Drive_Permission + */ + public function getPermissions() + { + return $this->permissions; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setQuotaBytesUsed($quotaBytesUsed) + { + $this->quotaBytesUsed = $quotaBytesUsed; + } + public function getQuotaBytesUsed() + { + return $this->quotaBytesUsed; + } + public function setShared($shared) + { + $this->shared = $shared; + } + public function getShared() + { + return $this->shared; + } + public function setSharedWithMeTime($sharedWithMeTime) + { + $this->sharedWithMeTime = $sharedWithMeTime; + } + public function getSharedWithMeTime() + { + return $this->sharedWithMeTime; + } + /** + * @param Google_Service_Drive_User + */ + public function setSharingUser(Google_Service_Drive_User $sharingUser) + { + $this->sharingUser = $sharingUser; + } + /** + * @return Google_Service_Drive_User + */ + public function getSharingUser() + { + return $this->sharingUser; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSpaces($spaces) + { + $this->spaces = $spaces; + } + public function getSpaces() + { + return $this->spaces; + } + public function setStarred($starred) + { + $this->starred = $starred; + } + public function getStarred() + { + return $this->starred; + } + public function setTeamDriveId($teamDriveId) + { + $this->teamDriveId = $teamDriveId; + } + public function getTeamDriveId() + { + return $this->teamDriveId; + } + public function setThumbnailLink($thumbnailLink) + { + $this->thumbnailLink = $thumbnailLink; + } + public function getThumbnailLink() + { + return $this->thumbnailLink; + } + public function setThumbnailVersion($thumbnailVersion) + { + $this->thumbnailVersion = $thumbnailVersion; + } + public function getThumbnailVersion() + { + return $this->thumbnailVersion; + } + public function setTrashed($trashed) + { + $this->trashed = $trashed; + } + public function getTrashed() + { + return $this->trashed; + } + public function setTrashedTime($trashedTime) + { + $this->trashedTime = $trashedTime; + } + public function getTrashedTime() + { + return $this->trashedTime; + } + /** + * @param Google_Service_Drive_User + */ + public function setTrashingUser(Google_Service_Drive_User $trashingUser) + { + $this->trashingUser = $trashingUser; + } + /** + * @return Google_Service_Drive_User + */ + public function getTrashingUser() + { + return $this->trashingUser; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + /** + * @param Google_Service_Drive_DriveFileVideoMediaMetadata + */ + public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata) + { + $this->videoMediaMetadata = $videoMediaMetadata; + } + /** + * @return Google_Service_Drive_DriveFileVideoMediaMetadata + */ + public function getVideoMediaMetadata() + { + return $this->videoMediaMetadata; + } + public function setViewedByMe($viewedByMe) + { + $this->viewedByMe = $viewedByMe; + } + public function getViewedByMe() + { + return $this->viewedByMe; + } + public function setViewedByMeTime($viewedByMeTime) + { + $this->viewedByMeTime = $viewedByMeTime; + } + public function getViewedByMeTime() + { + return $this->viewedByMeTime; + } + public function setViewersCanCopyContent($viewersCanCopyContent) + { + $this->viewersCanCopyContent = $viewersCanCopyContent; + } + public function getViewersCanCopyContent() + { + return $this->viewersCanCopyContent; + } + public function setWebContentLink($webContentLink) + { + $this->webContentLink = $webContentLink; + } + public function getWebContentLink() + { + return $this->webContentLink; + } + public function setWebViewLink($webViewLink) + { + $this->webViewLink = $webViewLink; + } + public function getWebViewLink() + { + return $this->webViewLink; + } + public function setWritersCanShare($writersCanShare) + { + $this->writersCanShare = $writersCanShare; + } + public function getWritersCanShare() + { + return $this->writersCanShare; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php new file mode 100644 index 000000000..c2b0d02ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php @@ -0,0 +1,291 @@ +canAddChildren = $canAddChildren; + } + public function getCanAddChildren() + { + return $this->canAddChildren; + } + public function setCanChangeCopyRequiresWriterPermission($canChangeCopyRequiresWriterPermission) + { + $this->canChangeCopyRequiresWriterPermission = $canChangeCopyRequiresWriterPermission; + } + public function getCanChangeCopyRequiresWriterPermission() + { + return $this->canChangeCopyRequiresWriterPermission; + } + public function setCanChangeViewersCanCopyContent($canChangeViewersCanCopyContent) + { + $this->canChangeViewersCanCopyContent = $canChangeViewersCanCopyContent; + } + public function getCanChangeViewersCanCopyContent() + { + return $this->canChangeViewersCanCopyContent; + } + public function setCanComment($canComment) + { + $this->canComment = $canComment; + } + public function getCanComment() + { + return $this->canComment; + } + public function setCanCopy($canCopy) + { + $this->canCopy = $canCopy; + } + public function getCanCopy() + { + return $this->canCopy; + } + public function setCanDelete($canDelete) + { + $this->canDelete = $canDelete; + } + public function getCanDelete() + { + return $this->canDelete; + } + public function setCanDeleteChildren($canDeleteChildren) + { + $this->canDeleteChildren = $canDeleteChildren; + } + public function getCanDeleteChildren() + { + return $this->canDeleteChildren; + } + public function setCanDownload($canDownload) + { + $this->canDownload = $canDownload; + } + public function getCanDownload() + { + return $this->canDownload; + } + public function setCanEdit($canEdit) + { + $this->canEdit = $canEdit; + } + public function getCanEdit() + { + return $this->canEdit; + } + public function setCanListChildren($canListChildren) + { + $this->canListChildren = $canListChildren; + } + public function getCanListChildren() + { + return $this->canListChildren; + } + public function setCanModifyContent($canModifyContent) + { + $this->canModifyContent = $canModifyContent; + } + public function getCanModifyContent() + { + return $this->canModifyContent; + } + public function setCanMoveChildrenOutOfDrive($canMoveChildrenOutOfDrive) + { + $this->canMoveChildrenOutOfDrive = $canMoveChildrenOutOfDrive; + } + public function getCanMoveChildrenOutOfDrive() + { + return $this->canMoveChildrenOutOfDrive; + } + public function setCanMoveChildrenOutOfTeamDrive($canMoveChildrenOutOfTeamDrive) + { + $this->canMoveChildrenOutOfTeamDrive = $canMoveChildrenOutOfTeamDrive; + } + public function getCanMoveChildrenOutOfTeamDrive() + { + return $this->canMoveChildrenOutOfTeamDrive; + } + public function setCanMoveChildrenWithinDrive($canMoveChildrenWithinDrive) + { + $this->canMoveChildrenWithinDrive = $canMoveChildrenWithinDrive; + } + public function getCanMoveChildrenWithinDrive() + { + return $this->canMoveChildrenWithinDrive; + } + public function setCanMoveChildrenWithinTeamDrive($canMoveChildrenWithinTeamDrive) + { + $this->canMoveChildrenWithinTeamDrive = $canMoveChildrenWithinTeamDrive; + } + public function getCanMoveChildrenWithinTeamDrive() + { + return $this->canMoveChildrenWithinTeamDrive; + } + public function setCanMoveItemIntoTeamDrive($canMoveItemIntoTeamDrive) + { + $this->canMoveItemIntoTeamDrive = $canMoveItemIntoTeamDrive; + } + public function getCanMoveItemIntoTeamDrive() + { + return $this->canMoveItemIntoTeamDrive; + } + public function setCanMoveItemOutOfDrive($canMoveItemOutOfDrive) + { + $this->canMoveItemOutOfDrive = $canMoveItemOutOfDrive; + } + public function getCanMoveItemOutOfDrive() + { + return $this->canMoveItemOutOfDrive; + } + public function setCanMoveItemOutOfTeamDrive($canMoveItemOutOfTeamDrive) + { + $this->canMoveItemOutOfTeamDrive = $canMoveItemOutOfTeamDrive; + } + public function getCanMoveItemOutOfTeamDrive() + { + return $this->canMoveItemOutOfTeamDrive; + } + public function setCanMoveItemWithinDrive($canMoveItemWithinDrive) + { + $this->canMoveItemWithinDrive = $canMoveItemWithinDrive; + } + public function getCanMoveItemWithinDrive() + { + return $this->canMoveItemWithinDrive; + } + public function setCanMoveItemWithinTeamDrive($canMoveItemWithinTeamDrive) + { + $this->canMoveItemWithinTeamDrive = $canMoveItemWithinTeamDrive; + } + public function getCanMoveItemWithinTeamDrive() + { + return $this->canMoveItemWithinTeamDrive; + } + public function setCanMoveTeamDriveItem($canMoveTeamDriveItem) + { + $this->canMoveTeamDriveItem = $canMoveTeamDriveItem; + } + public function getCanMoveTeamDriveItem() + { + return $this->canMoveTeamDriveItem; + } + public function setCanReadDrive($canReadDrive) + { + $this->canReadDrive = $canReadDrive; + } + public function getCanReadDrive() + { + return $this->canReadDrive; + } + public function setCanReadRevisions($canReadRevisions) + { + $this->canReadRevisions = $canReadRevisions; + } + public function getCanReadRevisions() + { + return $this->canReadRevisions; + } + public function setCanReadTeamDrive($canReadTeamDrive) + { + $this->canReadTeamDrive = $canReadTeamDrive; + } + public function getCanReadTeamDrive() + { + return $this->canReadTeamDrive; + } + public function setCanRemoveChildren($canRemoveChildren) + { + $this->canRemoveChildren = $canRemoveChildren; + } + public function getCanRemoveChildren() + { + return $this->canRemoveChildren; + } + public function setCanRename($canRename) + { + $this->canRename = $canRename; + } + public function getCanRename() + { + return $this->canRename; + } + public function setCanShare($canShare) + { + $this->canShare = $canShare; + } + public function getCanShare() + { + return $this->canShare; + } + public function setCanTrash($canTrash) + { + $this->canTrash = $canTrash; + } + public function getCanTrash() + { + return $this->canTrash; + } + public function setCanTrashChildren($canTrashChildren) + { + $this->canTrashChildren = $canTrashChildren; + } + public function getCanTrashChildren() + { + return $this->canTrashChildren; + } + public function setCanUntrash($canUntrash) + { + $this->canUntrash = $canUntrash; + } + public function getCanUntrash() + { + return $this->canUntrash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php new file mode 100644 index 000000000..6f57ffc5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php @@ -0,0 +1,46 @@ +indexableText = $indexableText; + } + public function getIndexableText() + { + return $this->indexableText; + } + /** + * @param Google_Service_Drive_DriveFileContentHintsThumbnail + */ + public function setThumbnail(Google_Service_Drive_DriveFileContentHintsThumbnail $thumbnail) + { + $this->thumbnail = $thumbnail; + } + /** + * @return Google_Service_Drive_DriveFileContentHintsThumbnail + */ + public function getThumbnail() + { + return $this->thumbnail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.php new file mode 100644 index 000000000..858190722 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.php @@ -0,0 +1,39 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadata.php new file mode 100644 index 000000000..69e53e2de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadata.php @@ -0,0 +1,217 @@ +aperture = $aperture; + } + public function getAperture() + { + return $this->aperture; + } + public function setCameraMake($cameraMake) + { + $this->cameraMake = $cameraMake; + } + public function getCameraMake() + { + return $this->cameraMake; + } + public function setCameraModel($cameraModel) + { + $this->cameraModel = $cameraModel; + } + public function getCameraModel() + { + return $this->cameraModel; + } + public function setColorSpace($colorSpace) + { + $this->colorSpace = $colorSpace; + } + public function getColorSpace() + { + return $this->colorSpace; + } + public function setExposureBias($exposureBias) + { + $this->exposureBias = $exposureBias; + } + public function getExposureBias() + { + return $this->exposureBias; + } + public function setExposureMode($exposureMode) + { + $this->exposureMode = $exposureMode; + } + public function getExposureMode() + { + return $this->exposureMode; + } + public function setExposureTime($exposureTime) + { + $this->exposureTime = $exposureTime; + } + public function getExposureTime() + { + return $this->exposureTime; + } + public function setFlashUsed($flashUsed) + { + $this->flashUsed = $flashUsed; + } + public function getFlashUsed() + { + return $this->flashUsed; + } + public function setFocalLength($focalLength) + { + $this->focalLength = $focalLength; + } + public function getFocalLength() + { + return $this->focalLength; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setIsoSpeed($isoSpeed) + { + $this->isoSpeed = $isoSpeed; + } + public function getIsoSpeed() + { + return $this->isoSpeed; + } + public function setLens($lens) + { + $this->lens = $lens; + } + public function getLens() + { + return $this->lens; + } + /** + * @param Google_Service_Drive_DriveFileImageMediaMetadataLocation + */ + public function setLocation(Google_Service_Drive_DriveFileImageMediaMetadataLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Drive_DriveFileImageMediaMetadataLocation + */ + public function getLocation() + { + return $this->location; + } + public function setMaxApertureValue($maxApertureValue) + { + $this->maxApertureValue = $maxApertureValue; + } + public function getMaxApertureValue() + { + return $this->maxApertureValue; + } + public function setMeteringMode($meteringMode) + { + $this->meteringMode = $meteringMode; + } + public function getMeteringMode() + { + return $this->meteringMode; + } + public function setRotation($rotation) + { + $this->rotation = $rotation; + } + public function getRotation() + { + return $this->rotation; + } + public function setSensor($sensor) + { + $this->sensor = $sensor; + } + public function getSensor() + { + return $this->sensor; + } + public function setSubjectDistance($subjectDistance) + { + $this->subjectDistance = $subjectDistance; + } + public function getSubjectDistance() + { + return $this->subjectDistance; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } + public function setWhiteBalance($whiteBalance) + { + $this->whiteBalance = $whiteBalance; + } + public function getWhiteBalance() + { + return $this->whiteBalance; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php new file mode 100644 index 000000000..e90462a2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php @@ -0,0 +1,48 @@ +altitude = $altitude; + } + public function getAltitude() + { + return $this->altitude; + } + public function setLatitude($latitude) + { + $this->latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileVideoMediaMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileVideoMediaMetadata.php new file mode 100644 index 000000000..6a8c2d6ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileVideoMediaMetadata.php @@ -0,0 +1,48 @@ +durationMillis = $durationMillis; + } + public function getDurationMillis() + { + return $this->durationMillis; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveList.php new file mode 100644 index 000000000..2c2f3e668 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveList.php @@ -0,0 +1,56 @@ +drives = $drives; + } + /** + * @return Google_Service_Drive_Drive + */ + public function getDrives() + { + return $this->drives; + } + 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/vendor/google/apiclient-services/src/Google/Service/Drive/DriveRestrictions.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveRestrictions.php new file mode 100644 index 000000000..37ebcfb06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveRestrictions.php @@ -0,0 +1,57 @@ +adminManagedRestrictions = $adminManagedRestrictions; + } + public function getAdminManagedRestrictions() + { + return $this->adminManagedRestrictions; + } + public function setCopyRequiresWriterPermission($copyRequiresWriterPermission) + { + $this->copyRequiresWriterPermission = $copyRequiresWriterPermission; + } + public function getCopyRequiresWriterPermission() + { + return $this->copyRequiresWriterPermission; + } + public function setDomainUsersOnly($domainUsersOnly) + { + $this->domainUsersOnly = $domainUsersOnly; + } + public function getDomainUsersOnly() + { + return $this->domainUsersOnly; + } + public function setDriveMembersOnly($driveMembersOnly) + { + $this->driveMembersOnly = $driveMembersOnly; + } + public function getDriveMembersOnly() + { + return $this->driveMembersOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/FileList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/FileList.php new file mode 100644 index 000000000..dc9dade14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/FileList.php @@ -0,0 +1,65 @@ +files = $files; + } + /** + * @return Google_Service_Drive_DriveFile + */ + public function getFiles() + { + return $this->files; + } + public function setIncompleteSearch($incompleteSearch) + { + $this->incompleteSearch = $incompleteSearch; + } + public function getIncompleteSearch() + { + return $this->incompleteSearch; + } + 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/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php b/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php new file mode 100644 index 000000000..7366b7f52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php @@ -0,0 +1,49 @@ +ids = $ids; + } + public function getIds() + { + return $this->ids; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSpace($space) + { + $this->space = $space; + } + public function getSpace() + { + return $this->space; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Permission.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Permission.php new file mode 100644 index 000000000..eb9007326 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Permission.php @@ -0,0 +1,153 @@ +allowFileDiscovery = $allowFileDiscovery; + } + public function getAllowFileDiscovery() + { + return $this->allowFileDiscovery; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + 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_Drive_PermissionPermissionDetails + */ + public function setPermissionDetails($permissionDetails) + { + $this->permissionDetails = $permissionDetails; + } + /** + * @return Google_Service_Drive_PermissionPermissionDetails + */ + public function getPermissionDetails() + { + return $this->permissionDetails; + } + public function setPhotoLink($photoLink) + { + $this->photoLink = $photoLink; + } + public function getPhotoLink() + { + return $this->photoLink; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + /** + * @param Google_Service_Drive_PermissionTeamDrivePermissionDetails + */ + public function setTeamDrivePermissionDetails($teamDrivePermissionDetails) + { + $this->teamDrivePermissionDetails = $teamDrivePermissionDetails; + } + /** + * @return Google_Service_Drive_PermissionTeamDrivePermissionDetails + */ + public function getTeamDrivePermissionDetails() + { + return $this->teamDrivePermissionDetails; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php new file mode 100644 index 000000000..eb204f81a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Drive_Permission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Drive_Permission + */ + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionPermissionDetails.php b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionPermissionDetails.php new file mode 100644 index 000000000..4ea2a3a92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionPermissionDetails.php @@ -0,0 +1,57 @@ +inherited = $inherited; + } + public function getInherited() + { + return $this->inherited; + } + public function setInheritedFrom($inheritedFrom) + { + $this->inheritedFrom = $inheritedFrom; + } + public function getInheritedFrom() + { + return $this->inheritedFrom; + } + public function setPermissionType($permissionType) + { + $this->permissionType = $permissionType; + } + public function getPermissionType() + { + return $this->permissionType; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.php b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.php new file mode 100644 index 000000000..41342cdbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.php @@ -0,0 +1,57 @@ +inherited = $inherited; + } + public function getInherited() + { + return $this->inherited; + } + public function setInheritedFrom($inheritedFrom) + { + $this->inheritedFrom = $inheritedFrom; + } + public function getInheritedFrom() + { + return $this->inheritedFrom; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setTeamDrivePermissionType($teamDrivePermissionType) + { + $this->teamDrivePermissionType = $teamDrivePermissionType; + } + public function getTeamDrivePermissionType() + { + return $this->teamDrivePermissionType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Reply.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Reply.php new file mode 100644 index 000000000..db774cd0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Reply.php @@ -0,0 +1,109 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Drive_User + */ + public function setAuthor(Google_Service_Drive_User $author) + { + $this->author = $author; + } + /** + * @return Google_Service_Drive_User + */ + public function getAuthor() + { + return $this->author; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setHtmlContent($htmlContent) + { + $this->htmlContent = $htmlContent; + } + public function getHtmlContent() + { + return $this->htmlContent; + } + 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 setModifiedTime($modifiedTime) + { + $this->modifiedTime = $modifiedTime; + } + public function getModifiedTime() + { + return $this->modifiedTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php new file mode 100644 index 000000000..cfabc7a1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Drive_Reply + */ + public function setReplies($replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_Drive_Reply + */ + public function getReplies() + { + return $this->replies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.php new file mode 100644 index 000000000..387219e27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.php @@ -0,0 +1,41 @@ + + * $driveService = new Google_Service_Drive(...); + * $about = $driveService->about; + * + */ +class Google_Service_Drive_Resource_About extends Google_Service_Resource +{ + /** + * Gets information about the user, the user's Drive, and system capabilities. + * (about.get) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_About + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_About"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Changes.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Changes.php new file mode 100644 index 000000000..8897bb2ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Changes.php @@ -0,0 +1,141 @@ + + * $driveService = new Google_Service_Drive(...); + * $changes = $driveService->changes; + * + */ +class Google_Service_Drive_Resource_Changes extends Google_Service_Resource +{ + /** + * Gets the starting pageToken for listing future changes. + * (changes.getStartPageToken) + * + * @param array $optParams Optional parameters. + * + * @opt_param string driveId The ID of the shared drive for which the starting + * pageToken for listing future changes from that shared drive will be returned. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param string teamDriveId Deprecated use driveId instead. + * @return Google_Service_Drive_StartPageToken + */ + public function getStartPageToken($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getStartPageToken', array($params), "Google_Service_Drive_StartPageToken"); + } + /** + * Lists the changes for a user or shared drive. (changes.listChanges) + * + * @param string $pageToken The token for continuing a previous list request on + * the next page. This should be set to the value of 'nextPageToken' from the + * previous response or to the response from the getStartPageToken method. + * @param array $optParams Optional parameters. + * + * @opt_param string driveId The shared drive from which changes will be + * returned. If specified the change IDs will be reflective of the shared drive; + * use the combined drive ID and change ID as an identifier. + * @opt_param bool includeCorpusRemovals Whether changes should include the file + * resource if the file is still accessible by the user at the time of the + * request, even when a file was removed from the list of changes and there will + * be no further change entries for this file. + * @opt_param bool includeItemsFromAllDrives Deprecated - Whether both My Drive + * and shared drive items should be included in results. This parameter will + * only be effective until June 1, 2020. Afterwards shared drive items will be + * included in the results. + * @opt_param bool includeRemoved Whether to include changes indicating that + * items have been removed from the list of changes, for example by deletion or + * loss of access. + * @opt_param bool includeTeamDriveItems Deprecated use + * includeItemsFromAllDrives instead. + * @opt_param int pageSize The maximum number of changes to return per page. + * @opt_param bool restrictToMyDrive Whether to restrict the results to changes + * inside the My Drive hierarchy. This omits changes to files such as those in + * the Application Data folder or shared files which have not been added to My + * Drive. + * @opt_param string spaces A comma-separated list of spaces to query within the + * user corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param string teamDriveId Deprecated use driveId instead. + * @return Google_Service_Drive_ChangeList + */ + public function listChanges($pageToken, $optParams = array()) + { + $params = array('pageToken' => $pageToken); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_ChangeList"); + } + /** + * Subscribes to changes for a user. (changes.watch) + * + * @param string $pageToken The token for continuing a previous list request on + * the next page. This should be set to the value of 'nextPageToken' from the + * previous response or to the response from the getStartPageToken method. + * @param Google_Service_Drive_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string driveId The shared drive from which changes will be + * returned. If specified the change IDs will be reflective of the shared drive; + * use the combined drive ID and change ID as an identifier. + * @opt_param bool includeCorpusRemovals Whether changes should include the file + * resource if the file is still accessible by the user at the time of the + * request, even when a file was removed from the list of changes and there will + * be no further change entries for this file. + * @opt_param bool includeItemsFromAllDrives Deprecated - Whether both My Drive + * and shared drive items should be included in results. This parameter will + * only be effective until June 1, 2020. Afterwards shared drive items will be + * included in the results. + * @opt_param bool includeRemoved Whether to include changes indicating that + * items have been removed from the list of changes, for example by deletion or + * loss of access. + * @opt_param bool includeTeamDriveItems Deprecated use + * includeItemsFromAllDrives instead. + * @opt_param int pageSize The maximum number of changes to return per page. + * @opt_param bool restrictToMyDrive Whether to restrict the results to changes + * inside the My Drive hierarchy. This omits changes to files such as those in + * the Application Data folder or shared files which have not been added to My + * Drive. + * @opt_param string spaces A comma-separated list of spaces to query within the + * user corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param string teamDriveId Deprecated use driveId instead. + * @return Google_Service_Drive_Channel + */ + public function watch($pageToken, Google_Service_Drive_Channel $postBody, $optParams = array()) + { + $params = array('pageToken' => $pageToken, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Drive_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Channels.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Channels.php new file mode 100644 index 000000000..b825573de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Channels.php @@ -0,0 +1,40 @@ + + * $driveService = new Google_Service_Drive(...); + * $channels = $driveService->channels; + * + */ +class Google_Service_Drive_Resource_Channels extends Google_Service_Resource +{ + /** + * Stop watching resources through this channel (channels.stop) + * + * @param Google_Service_Drive_Channel $postBody + * @param array $optParams Optional parameters. + */ + public function stop(Google_Service_Drive_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Comments.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Comments.php new file mode 100644 index 000000000..81a73d36e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Comments.php @@ -0,0 +1,109 @@ + + * $driveService = new Google_Service_Drive(...); + * $comments = $driveService->comments; + * + */ +class Google_Service_Drive_Resource_Comments extends Google_Service_Resource +{ + /** + * Creates a new comment on a file. (comments.create) + * + * @param string $fileId The ID of the file. + * @param Google_Service_Drive_Comment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Comment + */ + public function create($fileId, Google_Service_Drive_Comment $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Drive_Comment"); + } + /** + * Deletes a comment. (comments.delete) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param array $optParams Optional parameters. + */ + public function delete($fileId, $commentId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a comment by ID. (comments.get) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeDeleted Whether to return deleted comments. Deleted + * comments will not include their original content. + * @return Google_Service_Drive_Comment + */ + public function get($fileId, $commentId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_Comment"); + } + /** + * Lists a file's comments. (comments.listComments) + * + * @param string $fileId The ID of the file. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeDeleted Whether to include deleted comments. Deleted + * comments will not include their original content. + * @opt_param int pageSize The maximum number of comments to return per page. + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of 'nextPageToken' from the + * previous response. + * @opt_param string startModifiedTime The minimum value of 'modifiedTime' for + * the result comments (RFC 3339 date-time). + * @return Google_Service_Drive_CommentList + */ + public function listComments($fileId, $optParams = array()) + { + $params = array('fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_CommentList"); + } + /** + * Updates a comment with patch semantics. (comments.update) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param Google_Service_Drive_Comment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Comment + */ + public function update($fileId, $commentId, Google_Service_Drive_Comment $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_Comment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Drives.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Drives.php new file mode 100644 index 000000000..92fcfeb49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Drives.php @@ -0,0 +1,139 @@ + + * $driveService = new Google_Service_Drive(...); + * $drives = $driveService->drives; + * + */ +class Google_Service_Drive_Resource_Drives extends Google_Service_Resource +{ + /** + * Creates a new shared drive. (drives.create) + * + * @param string $requestId An ID, such as a random UUID, which uniquely + * identifies this user's request for idempotent creation of a shared drive. A + * repeated request by the same user and with the same request ID will avoid + * creating duplicates by attempting to create the same shared drive. If the + * shared drive already exists a 409 error will be returned. + * @param Google_Service_Drive_Drive $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Drive + */ + public function create($requestId, Google_Service_Drive_Drive $postBody, $optParams = array()) + { + $params = array('requestId' => $requestId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Drive_Drive"); + } + /** + * Permanently deletes a shared drive for which the user is an organizer. The + * shared drive cannot contain any untrashed items. (drives.delete) + * + * @param string $driveId The ID of the shared drive. + * @param array $optParams Optional parameters. + */ + public function delete($driveId, $optParams = array()) + { + $params = array('driveId' => $driveId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a shared drive's metadata by ID. (drives.get) + * + * @param string $driveId The ID of the shared drive. + * @param array $optParams Optional parameters. + * + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * they are an administrator of the domain to which the shared drive belongs. + * @return Google_Service_Drive_Drive + */ + public function get($driveId, $optParams = array()) + { + $params = array('driveId' => $driveId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_Drive"); + } + /** + * Hides a shared drive from the default view. (drives.hide) + * + * @param string $driveId The ID of the shared drive. + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Drive + */ + public function hide($driveId, $optParams = array()) + { + $params = array('driveId' => $driveId); + $params = array_merge($params, $optParams); + return $this->call('hide', array($params), "Google_Service_Drive_Drive"); + } + /** + * Lists the user's shared drives. (drives.listDrives) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum number of shared drives to return. + * @opt_param string pageToken Page token for shared drives. + * @opt_param string q Query string for searching shared drives. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then all shared drives of the domain in which + * the requester is an administrator are returned. + * @return Google_Service_Drive_DriveList + */ + public function listDrives($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_DriveList"); + } + /** + * Restores a shared drive to the default view. (drives.unhide) + * + * @param string $driveId The ID of the shared drive. + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Drive + */ + public function unhide($driveId, $optParams = array()) + { + $params = array('driveId' => $driveId); + $params = array_merge($params, $optParams); + return $this->call('unhide', array($params), "Google_Service_Drive_Drive"); + } + /** + * Updates the metadate for a shared drive. (drives.update) + * + * @param string $driveId The ID of the shared drive. + * @param Google_Service_Drive_Drive $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * they are an administrator of the domain to which the shared drive belongs. + * @return Google_Service_Drive_Drive + */ + public function update($driveId, Google_Service_Drive_Drive $postBody, $optParams = array()) + { + $params = array('driveId' => $driveId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_Drive"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php new file mode 100644 index 000000000..d00011bb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php @@ -0,0 +1,282 @@ + + * $driveService = new Google_Service_Drive(...); + * $files = $driveService->files; + * + */ +class Google_Service_Drive_Resource_Files extends Google_Service_Resource +{ + /** + * Creates a copy of a file and applies any requested updates with patch + * semantics. (files.copy) + * + * @param string $fileId The ID of the file. + * @param Google_Service_Drive_DriveFile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreDefaultVisibility Whether to ignore the domain's + * default visibility settings for the created file. Domain administrators can + * choose to make all uploaded files visible to the domain by default; this + * parameter bypasses that behavior for the request. Permissions are still + * inherited from parent folders. + * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in + * the new head revision. This is only applicable to files with binary content + * in Google Drive. Only 200 revisions for the file can be kept forever. If the + * limit is reached, try deleting pinned revisions. + * @opt_param string ocrLanguage A language hint for OCR processing during image + * import (ISO 639-1 code). + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @return Google_Service_Drive_DriveFile + */ + public function copy($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('copy', array($params), "Google_Service_Drive_DriveFile"); + } + /** + * Creates a new file. (files.create) + * + * @param Google_Service_Drive_DriveFile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool ignoreDefaultVisibility Whether to ignore the domain's + * default visibility settings for the created file. Domain administrators can + * choose to make all uploaded files visible to the domain by default; this + * parameter bypasses that behavior for the request. Permissions are still + * inherited from parent folders. + * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in + * the new head revision. This is only applicable to files with binary content + * in Google Drive. Only 200 revisions for the file can be kept forever. If the + * limit is reached, try deleting pinned revisions. + * @opt_param string ocrLanguage A language hint for OCR processing during image + * import (ISO 639-1 code). + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool useContentAsIndexableText Whether to use the uploaded content + * as indexable text. + * @return Google_Service_Drive_DriveFile + */ + public function create(Google_Service_Drive_DriveFile $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Drive_DriveFile"); + } + /** + * Permanently deletes a file owned by the user without moving it to the trash. + * If the file belongs to a shared drive the user must be an organizer on the + * parent. If the target is a folder, all descendants owned by the user are also + * deleted. (files.delete) + * + * @param string $fileId The ID of the file. + * @param array $optParams Optional parameters. + * + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + */ + public function delete($fileId, $optParams = array()) + { + $params = array('fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Permanently deletes all of the user's trashed files. (files.emptyTrash) + * + * @param array $optParams Optional parameters. + */ + public function emptyTrash($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('emptyTrash', array($params)); + } + /** + * Exports a Google Doc to the requested MIME type and returns the exported + * content. Please note that the exported content is limited to 10MB. + * (files.export) + * + * @param string $fileId The ID of the file. + * @param string $mimeType The MIME type of the format requested for this + * export. + * @param array $optParams Optional parameters. + */ + public function export($fileId, $mimeType, $optParams = array()) + { + $params = array('fileId' => $fileId, 'mimeType' => $mimeType); + $params = array_merge($params, $optParams); + return $this->call('export', array($params)); + } + /** + * Generates a set of file IDs which can be provided in create or copy requests. + * (files.generateIds) + * + * @param array $optParams Optional parameters. + * + * @opt_param int count The number of IDs to return. + * @opt_param string space The space in which the IDs can be used to create new + * files. Supported values are 'drive' and 'appDataFolder'. + * @return Google_Service_Drive_GeneratedIds + */ + public function generateIds($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('generateIds', array($params), "Google_Service_Drive_GeneratedIds"); + } + /** + * Gets a file's metadata or content by ID. (files.get) + * + * @param string $fileId The ID of the file. + * @param array $optParams Optional parameters. + * + * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk + * of downloading known malware or other abusive files. This is only applicable + * when alt=media. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @return Google_Service_Drive_DriveFile + */ + public function get($fileId, $optParams = array()) + { + $params = array('fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_DriveFile"); + } + /** + * Lists or searches files. (files.listFiles) + * + * @param array $optParams Optional parameters. + * + * @opt_param string corpora Bodies of items (files/documents) to which the + * query applies. Supported bodies are 'user', 'domain', 'drive' and + * 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. + * @opt_param string corpus The source of files to list. Deprecated: use + * 'corpora' instead. + * @opt_param string driveId ID of the shared drive to search. + * @opt_param bool includeItemsFromAllDrives Deprecated - Whether both My Drive + * and shared drive items should be included in results. This parameter will + * only be effective until June 1, 2020. Afterwards shared drive items will be + * included in the results. + * @opt_param bool includeTeamDriveItems Deprecated use + * includeItemsFromAllDrives instead. + * @opt_param string orderBy A comma-separated list of sort keys. Valid keys are + * 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', + * 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', + * and 'viewedByMeTime'. Each key sorts ascending by default, but may be + * reversed with the 'desc' modifier. Example usage: + * ?orderBy=folder,modifiedTime desc,name. Please note that there is a current + * limitation for users with approximately one million files in which the + * requested sort order is ignored. + * @opt_param int pageSize The maximum number of files to return per page. + * Partial or empty result pages are possible even before the end of the files + * list has been reached. + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of 'nextPageToken' from the + * previous response. + * @opt_param string q A query for filtering the file results. See the "Search + * for Files" guide for supported syntax. + * @opt_param string spaces A comma-separated list of spaces to query within the + * corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param string teamDriveId Deprecated use driveId instead. + * @return Google_Service_Drive_FileList + */ + public function listFiles($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_FileList"); + } + /** + * Updates a file's metadata and/or content with patch semantics. (files.update) + * + * @param string $fileId The ID of the file. + * @param Google_Service_Drive_DriveFile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string addParents A comma-separated list of parent IDs to add. + * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in + * the new head revision. This is only applicable to files with binary content + * in Google Drive. Only 200 revisions for the file can be kept forever. If the + * limit is reached, try deleting pinned revisions. + * @opt_param string ocrLanguage A language hint for OCR processing during image + * import (ISO 639-1 code). + * @opt_param string removeParents A comma-separated list of parent IDs to + * remove. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool useContentAsIndexableText Whether to use the uploaded content + * as indexable text. + * @return Google_Service_Drive_DriveFile + */ + public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_DriveFile"); + } + /** + * Subscribes to changes to a file (files.watch) + * + * @param string $fileId The ID of the file. + * @param Google_Service_Drive_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk + * of downloading known malware or other abusive files. This is only applicable + * when alt=media. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @return Google_Service_Drive_Channel + */ + public function watch($fileId, Google_Service_Drive_Channel $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Drive_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Permissions.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Permissions.php new file mode 100644 index 000000000..9bcec3ee5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Permissions.php @@ -0,0 +1,167 @@ + + * $driveService = new Google_Service_Drive(...); + * $permissions = $driveService->permissions; + * + */ +class Google_Service_Drive_Resource_Permissions extends Google_Service_Resource +{ + /** + * Creates a permission for a file or shared drive. (permissions.create) + * + * @param string $fileId The ID of the file or shared drive. + * @param Google_Service_Drive_Permission $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string emailMessage A plain text custom message to include in the + * notification email. + * @opt_param bool sendNotificationEmail Whether to send a notification email + * when sharing to users or groups. This defaults to true for users and groups, + * and is not allowed for other requests. It must not be disabled for ownership + * transfers. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool transferOwnership Whether to transfer ownership to the + * specified user and downgrade the current owner to a writer. This parameter is + * required as an acknowledgement of the side effect. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * the file ID parameter refers to a shared drive and the requester is an + * administrator of the domain to which the shared drive belongs. + * @return Google_Service_Drive_Permission + */ + public function create($fileId, Google_Service_Drive_Permission $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Drive_Permission"); + } + /** + * Deletes a permission. (permissions.delete) + * + * @param string $fileId The ID of the file or shared drive. + * @param string $permissionId The ID of the permission. + * @param array $optParams Optional parameters. + * + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * the file ID parameter refers to a shared drive and the requester is an + * administrator of the domain to which the shared drive belongs. + */ + public function delete($fileId, $permissionId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'permissionId' => $permissionId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a permission by ID. (permissions.get) + * + * @param string $fileId The ID of the file. + * @param string $permissionId The ID of the permission. + * @param array $optParams Optional parameters. + * + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * the file ID parameter refers to a shared drive and the requester is an + * administrator of the domain to which the shared drive belongs. + * @return Google_Service_Drive_Permission + */ + public function get($fileId, $permissionId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'permissionId' => $permissionId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_Permission"); + } + /** + * Lists a file's or shared drive's permissions. (permissions.listPermissions) + * + * @param string $fileId The ID of the file or shared drive. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of permissions to return per page. + * When not set for files in a shared drive, at most 100 results will be + * returned. When not set for files that are not in a shared drive, the entire + * list will be returned. + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of 'nextPageToken' from the + * previous response. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * the file ID parameter refers to a shared drive and the requester is an + * administrator of the domain to which the shared drive belongs. + * @return Google_Service_Drive_PermissionList + */ + public function listPermissions($fileId, $optParams = array()) + { + $params = array('fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_PermissionList"); + } + /** + * Updates a permission with patch semantics. (permissions.update) + * + * @param string $fileId The ID of the file or shared drive. + * @param string $permissionId The ID of the permission. + * @param Google_Service_Drive_Permission $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool removeExpiration Whether to remove the expiration date. + * @opt_param bool supportsAllDrives Deprecated - Whether the requesting + * application supports both My Drives and shared drives. This parameter will + * only be effective until June 1, 2020. Afterwards all applications are assumed + * to support shared drives. + * @opt_param bool supportsTeamDrives Deprecated use supportsAllDrives instead. + * @opt_param bool transferOwnership Whether to transfer ownership to the + * specified user and downgrade the current owner to a writer. This parameter is + * required as an acknowledgement of the side effect. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * the file ID parameter refers to a shared drive and the requester is an + * administrator of the domain to which the shared drive belongs. + * @return Google_Service_Drive_Permission + */ + public function update($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_Permission"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Replies.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Replies.php new file mode 100644 index 000000000..30dd7b69f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Replies.php @@ -0,0 +1,112 @@ + + * $driveService = new Google_Service_Drive(...); + * $replies = $driveService->replies; + * + */ +class Google_Service_Drive_Resource_Replies extends Google_Service_Resource +{ + /** + * Creates a new reply to a comment. (replies.create) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param Google_Service_Drive_Reply $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Reply + */ + public function create($fileId, $commentId, Google_Service_Drive_Reply $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Drive_Reply"); + } + /** + * Deletes a reply. (replies.delete) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param string $replyId The ID of the reply. + * @param array $optParams Optional parameters. + */ + public function delete($fileId, $commentId, $replyId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a reply by ID. (replies.get) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param string $replyId The ID of the reply. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeDeleted Whether to return deleted replies. Deleted + * replies will not include their original content. + * @return Google_Service_Drive_Reply + */ + public function get($fileId, $commentId, $replyId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_Reply"); + } + /** + * Lists a comment's replies. (replies.listReplies) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeDeleted Whether to include deleted replies. Deleted + * replies will not include their original content. + * @opt_param int pageSize The maximum number of replies to return per page. + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of 'nextPageToken' from the + * previous response. + * @return Google_Service_Drive_ReplyList + */ + public function listReplies($fileId, $commentId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_ReplyList"); + } + /** + * Updates a reply with patch semantics. (replies.update) + * + * @param string $fileId The ID of the file. + * @param string $commentId The ID of the comment. + * @param string $replyId The ID of the reply. + * @param Google_Service_Drive_Reply $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Reply + */ + public function update($fileId, $commentId, $replyId, Google_Service_Drive_Reply $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_Reply"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Revisions.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Revisions.php new file mode 100644 index 000000000..21f4dcbfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Revisions.php @@ -0,0 +1,95 @@ + + * $driveService = new Google_Service_Drive(...); + * $revisions = $driveService->revisions; + * + */ +class Google_Service_Drive_Resource_Revisions extends Google_Service_Resource +{ + /** + * Permanently deletes a file version. You can only delete revisions for files + * with binary content in Google Drive, like images or videos. Revisions for + * other files, like Google Docs or Sheets, and the last remaining file version + * can't be deleted. (revisions.delete) + * + * @param string $fileId The ID of the file. + * @param string $revisionId The ID of the revision. + * @param array $optParams Optional parameters. + */ + public function delete($fileId, $revisionId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'revisionId' => $revisionId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a revision's metadata or content by ID. (revisions.get) + * + * @param string $fileId The ID of the file. + * @param string $revisionId The ID of the revision. + * @param array $optParams Optional parameters. + * + * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk + * of downloading known malware or other abusive files. This is only applicable + * when alt=media. + * @return Google_Service_Drive_Revision + */ + public function get($fileId, $revisionId, $optParams = array()) + { + $params = array('fileId' => $fileId, 'revisionId' => $revisionId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_Revision"); + } + /** + * Lists a file's revisions. (revisions.listRevisions) + * + * @param string $fileId The ID of the file. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of revisions to return per page. + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of 'nextPageToken' from the + * previous response. + * @return Google_Service_Drive_RevisionList + */ + public function listRevisions($fileId, $optParams = array()) + { + $params = array('fileId' => $fileId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_RevisionList"); + } + /** + * Updates a revision with patch semantics. (revisions.update) + * + * @param string $fileId The ID of the file. + * @param string $revisionId The ID of the revision. + * @param Google_Service_Drive_Revision $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_Revision + */ + public function update($fileId, $revisionId, Google_Service_Drive_Revision $postBody, $optParams = array()) + { + $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_Revision"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Teamdrives.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Teamdrives.php new file mode 100644 index 000000000..35975899a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Teamdrives.php @@ -0,0 +1,112 @@ + + * $driveService = new Google_Service_Drive(...); + * $teamdrives = $driveService->teamdrives; + * + */ +class Google_Service_Drive_Resource_Teamdrives extends Google_Service_Resource +{ + /** + * Deprecated use drives.create instead. (teamdrives.create) + * + * @param string $requestId An ID, such as a random UUID, which uniquely + * identifies this user's request for idempotent creation of a Team Drive. A + * repeated request by the same user and with the same request ID will avoid + * creating duplicates by attempting to create the same Team Drive. If the Team + * Drive already exists a 409 error will be returned. + * @param Google_Service_Drive_TeamDrive $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Drive_TeamDrive + */ + public function create($requestId, Google_Service_Drive_TeamDrive $postBody, $optParams = array()) + { + $params = array('requestId' => $requestId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Drive_TeamDrive"); + } + /** + * Deprecated use drives.delete instead. (teamdrives.delete) + * + * @param string $teamDriveId The ID of the Team Drive + * @param array $optParams Optional parameters. + */ + public function delete($teamDriveId, $optParams = array()) + { + $params = array('teamDriveId' => $teamDriveId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Deprecated use drives.get instead. (teamdrives.get) + * + * @param string $teamDriveId The ID of the Team Drive + * @param array $optParams Optional parameters. + * + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * they are an administrator of the domain to which the Team Drive belongs. + * @return Google_Service_Drive_TeamDrive + */ + public function get($teamDriveId, $optParams = array()) + { + $params = array('teamDriveId' => $teamDriveId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Drive_TeamDrive"); + } + /** + * Deprecated use drives.list instead. (teamdrives.listTeamdrives) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum number of Team Drives to return. + * @opt_param string pageToken Page token for Team Drives. + * @opt_param string q Query string for searching Team Drives. + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then all Team Drives of the domain in which + * the requester is an administrator are returned. + * @return Google_Service_Drive_TeamDriveList + */ + public function listTeamdrives($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Drive_TeamDriveList"); + } + /** + * Deprecated use drives.update instead (teamdrives.update) + * + * @param string $teamDriveId The ID of the Team Drive + * @param Google_Service_Drive_TeamDrive $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool useDomainAdminAccess Issue the request as a domain + * administrator; if set to true, then the requester will be granted access if + * they are an administrator of the domain to which the Team Drive belongs. + * @return Google_Service_Drive_TeamDrive + */ + public function update($teamDriveId, Google_Service_Drive_TeamDrive $postBody, $optParams = array()) + { + $params = array('teamDriveId' => $teamDriveId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Drive_TeamDrive"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Revision.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Revision.php new file mode 100644 index 000000000..82b58a6d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Revision.php @@ -0,0 +1,145 @@ +exportLinks = $exportLinks; + } + public function getExportLinks() + { + return $this->exportLinks; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setKeepForever($keepForever) + { + $this->keepForever = $keepForever; + } + public function getKeepForever() + { + return $this->keepForever; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Drive_User + */ + public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) + { + $this->lastModifyingUser = $lastModifyingUser; + } + /** + * @return Google_Service_Drive_User + */ + public function getLastModifyingUser() + { + return $this->lastModifyingUser; + } + public function setMd5Checksum($md5Checksum) + { + $this->md5Checksum = $md5Checksum; + } + public function getMd5Checksum() + { + return $this->md5Checksum; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setModifiedTime($modifiedTime) + { + $this->modifiedTime = $modifiedTime; + } + public function getModifiedTime() + { + return $this->modifiedTime; + } + public function setOriginalFilename($originalFilename) + { + $this->originalFilename = $originalFilename; + } + public function getOriginalFilename() + { + return $this->originalFilename; + } + public function setPublishAuto($publishAuto) + { + $this->publishAuto = $publishAuto; + } + public function getPublishAuto() + { + return $this->publishAuto; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setPublishedOutsideDomain($publishedOutsideDomain) + { + $this->publishedOutsideDomain = $publishedOutsideDomain; + } + public function getPublishedOutsideDomain() + { + return $this->publishedOutsideDomain; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php new file mode 100644 index 000000000..d85cf64d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Drive_Revision + */ + public function setRevisions($revisions) + { + $this->revisions = $revisions; + } + /** + * @return Google_Service_Drive_Revision + */ + public function getRevisions() + { + return $this->revisions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.php b/vendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.php new file mode 100644 index 000000000..aa0e311b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStartPageToken($startPageToken) + { + $this->startPageToken = $startPageToken; + } + public function getStartPageToken() + { + return $this->startPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDrive.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDrive.php new file mode 100644 index 000000000..5c819f3dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDrive.php @@ -0,0 +1,132 @@ +backgroundImageFile = $backgroundImageFile; + } + /** + * @return Google_Service_Drive_TeamDriveBackgroundImageFile + */ + public function getBackgroundImageFile() + { + return $this->backgroundImageFile; + } + public function setBackgroundImageLink($backgroundImageLink) + { + $this->backgroundImageLink = $backgroundImageLink; + } + public function getBackgroundImageLink() + { + return $this->backgroundImageLink; + } + /** + * @param Google_Service_Drive_TeamDriveCapabilities + */ + public function setCapabilities(Google_Service_Drive_TeamDriveCapabilities $capabilities) + { + $this->capabilities = $capabilities; + } + /** + * @return Google_Service_Drive_TeamDriveCapabilities + */ + public function getCapabilities() + { + return $this->capabilities; + } + public function setColorRgb($colorRgb) + { + $this->colorRgb = $colorRgb; + } + public function getColorRgb() + { + return $this->colorRgb; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + 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_Drive_TeamDriveRestrictions + */ + public function setRestrictions(Google_Service_Drive_TeamDriveRestrictions $restrictions) + { + $this->restrictions = $restrictions; + } + /** + * @return Google_Service_Drive_TeamDriveRestrictions + */ + public function getRestrictions() + { + return $this->restrictions; + } + public function setThemeId($themeId) + { + $this->themeId = $themeId; + } + public function getThemeId() + { + return $this->themeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveBackgroundImageFile.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveBackgroundImageFile.php new file mode 100644 index 000000000..130a3467e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveBackgroundImageFile.php @@ -0,0 +1,57 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } + public function setXCoordinate($xCoordinate) + { + $this->xCoordinate = $xCoordinate; + } + public function getXCoordinate() + { + return $this->xCoordinate; + } + public function setYCoordinate($yCoordinate) + { + $this->yCoordinate = $yCoordinate; + } + public function getYCoordinate() + { + return $this->yCoordinate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php new file mode 100644 index 000000000..053efb7df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php @@ -0,0 +1,192 @@ +canAddChildren = $canAddChildren; + } + public function getCanAddChildren() + { + return $this->canAddChildren; + } + public function setCanChangeCopyRequiresWriterPermissionRestriction($canChangeCopyRequiresWriterPermissionRestriction) + { + $this->canChangeCopyRequiresWriterPermissionRestriction = $canChangeCopyRequiresWriterPermissionRestriction; + } + public function getCanChangeCopyRequiresWriterPermissionRestriction() + { + return $this->canChangeCopyRequiresWriterPermissionRestriction; + } + public function setCanChangeDomainUsersOnlyRestriction($canChangeDomainUsersOnlyRestriction) + { + $this->canChangeDomainUsersOnlyRestriction = $canChangeDomainUsersOnlyRestriction; + } + public function getCanChangeDomainUsersOnlyRestriction() + { + return $this->canChangeDomainUsersOnlyRestriction; + } + public function setCanChangeTeamDriveBackground($canChangeTeamDriveBackground) + { + $this->canChangeTeamDriveBackground = $canChangeTeamDriveBackground; + } + public function getCanChangeTeamDriveBackground() + { + return $this->canChangeTeamDriveBackground; + } + public function setCanChangeTeamMembersOnlyRestriction($canChangeTeamMembersOnlyRestriction) + { + $this->canChangeTeamMembersOnlyRestriction = $canChangeTeamMembersOnlyRestriction; + } + public function getCanChangeTeamMembersOnlyRestriction() + { + return $this->canChangeTeamMembersOnlyRestriction; + } + public function setCanComment($canComment) + { + $this->canComment = $canComment; + } + public function getCanComment() + { + return $this->canComment; + } + public function setCanCopy($canCopy) + { + $this->canCopy = $canCopy; + } + public function getCanCopy() + { + return $this->canCopy; + } + public function setCanDeleteChildren($canDeleteChildren) + { + $this->canDeleteChildren = $canDeleteChildren; + } + public function getCanDeleteChildren() + { + return $this->canDeleteChildren; + } + public function setCanDeleteTeamDrive($canDeleteTeamDrive) + { + $this->canDeleteTeamDrive = $canDeleteTeamDrive; + } + public function getCanDeleteTeamDrive() + { + return $this->canDeleteTeamDrive; + } + public function setCanDownload($canDownload) + { + $this->canDownload = $canDownload; + } + public function getCanDownload() + { + return $this->canDownload; + } + public function setCanEdit($canEdit) + { + $this->canEdit = $canEdit; + } + public function getCanEdit() + { + return $this->canEdit; + } + public function setCanListChildren($canListChildren) + { + $this->canListChildren = $canListChildren; + } + public function getCanListChildren() + { + return $this->canListChildren; + } + public function setCanManageMembers($canManageMembers) + { + $this->canManageMembers = $canManageMembers; + } + public function getCanManageMembers() + { + return $this->canManageMembers; + } + public function setCanReadRevisions($canReadRevisions) + { + $this->canReadRevisions = $canReadRevisions; + } + public function getCanReadRevisions() + { + return $this->canReadRevisions; + } + public function setCanRemoveChildren($canRemoveChildren) + { + $this->canRemoveChildren = $canRemoveChildren; + } + public function getCanRemoveChildren() + { + return $this->canRemoveChildren; + } + public function setCanRename($canRename) + { + $this->canRename = $canRename; + } + public function getCanRename() + { + return $this->canRename; + } + public function setCanRenameTeamDrive($canRenameTeamDrive) + { + $this->canRenameTeamDrive = $canRenameTeamDrive; + } + public function getCanRenameTeamDrive() + { + return $this->canRenameTeamDrive; + } + public function setCanShare($canShare) + { + $this->canShare = $canShare; + } + public function getCanShare() + { + return $this->canShare; + } + public function setCanTrashChildren($canTrashChildren) + { + $this->canTrashChildren = $canTrashChildren; + } + public function getCanTrashChildren() + { + return $this->canTrashChildren; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php new file mode 100644 index 000000000..d2571eeaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Drive_TeamDrive + */ + public function setTeamDrives($teamDrives) + { + $this->teamDrives = $teamDrives; + } + /** + * @return Google_Service_Drive_TeamDrive + */ + public function getTeamDrives() + { + return $this->teamDrives; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.php new file mode 100644 index 000000000..0c9892227 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.php @@ -0,0 +1,57 @@ +adminManagedRestrictions = $adminManagedRestrictions; + } + public function getAdminManagedRestrictions() + { + return $this->adminManagedRestrictions; + } + public function setCopyRequiresWriterPermission($copyRequiresWriterPermission) + { + $this->copyRequiresWriterPermission = $copyRequiresWriterPermission; + } + public function getCopyRequiresWriterPermission() + { + return $this->copyRequiresWriterPermission; + } + public function setDomainUsersOnly($domainUsersOnly) + { + $this->domainUsersOnly = $domainUsersOnly; + } + public function getDomainUsersOnly() + { + return $this->domainUsersOnly; + } + public function setTeamMembersOnly($teamMembersOnly) + { + $this->teamMembersOnly = $teamMembersOnly; + } + public function getTeamMembersOnly() + { + return $this->teamMembersOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/User.php b/vendor/google/apiclient-services/src/Google/Service/Drive/User.php new file mode 100644 index 000000000..90096642d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/User.php @@ -0,0 +1,75 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMe($me) + { + $this->me = $me; + } + public function getMe() + { + return $this->me; + } + public function setPermissionId($permissionId) + { + $this->permissionId = $permissionId; + } + public function getPermissionId() + { + return $this->permissionId; + } + public function setPhotoLink($photoLink) + { + $this->photoLink = $photoLink; + } + public function getPhotoLink() + { + return $this->photoLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity.php new file mode 100644 index 000000000..4390ba329 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity.php @@ -0,0 +1,72 @@ + + * Provides a historical view of activity in Google Drive. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DriveActivity extends Google_Service +{ + /** View and add to the activity record of files in your Google Drive. */ + const DRIVE_ACTIVITY = + "https://www.googleapis.com/auth/drive.activity"; + /** View the activity record of files in your Google Drive. */ + const DRIVE_ACTIVITY_READONLY = + "https://www.googleapis.com/auth/drive.activity.readonly"; + + public $activity; + + /** + * Constructs the internal representation of the DriveActivity 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://driveactivity.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'driveactivity'; + + $this->activity = new Google_Service_DriveActivity_Resource_Activity( + $this, + $this->serviceName, + 'activity', + array( + 'methods' => array( + 'query' => array( + 'path' => 'v2/activity:query', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Action.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Action.php new file mode 100644 index 000000000..22d6237ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Action.php @@ -0,0 +1,94 @@ +actor = $actor; + } + /** + * @return Google_Service_DriveActivity_Actor + */ + public function getActor() + { + return $this->actor; + } + /** + * @param Google_Service_DriveActivity_ActionDetail + */ + public function setDetail(Google_Service_DriveActivity_ActionDetail $detail) + { + $this->detail = $detail; + } + /** + * @return Google_Service_DriveActivity_ActionDetail + */ + public function getDetail() + { + return $this->detail; + } + /** + * @param Google_Service_DriveActivity_Target + */ + public function setTarget(Google_Service_DriveActivity_Target $target) + { + $this->target = $target; + } + /** + * @return Google_Service_DriveActivity_Target + */ + public function getTarget() + { + return $this->target; + } + /** + * @param Google_Service_DriveActivity_TimeRange + */ + public function setTimeRange(Google_Service_DriveActivity_TimeRange $timeRange) + { + $this->timeRange = $timeRange; + } + /** + * @return Google_Service_DriveActivity_TimeRange + */ + public function getTimeRange() + { + return $this->timeRange; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/ActionDetail.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/ActionDetail.php new file mode 100644 index 000000000..87be01274 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/ActionDetail.php @@ -0,0 +1,197 @@ +comment = $comment; + } + /** + * @return Google_Service_DriveActivity_Comment + */ + public function getComment() + { + return $this->comment; + } + /** + * @param Google_Service_DriveActivity_Create + */ + public function setCreate(Google_Service_DriveActivity_Create $create) + { + $this->create = $create; + } + /** + * @return Google_Service_DriveActivity_Create + */ + public function getCreate() + { + return $this->create; + } + /** + * @param Google_Service_DriveActivity_Delete + */ + public function setDelete(Google_Service_DriveActivity_Delete $delete) + { + $this->delete = $delete; + } + /** + * @return Google_Service_DriveActivity_Delete + */ + public function getDelete() + { + return $this->delete; + } + /** + * @param Google_Service_DriveActivity_DataLeakPreventionChange + */ + public function setDlpChange(Google_Service_DriveActivity_DataLeakPreventionChange $dlpChange) + { + $this->dlpChange = $dlpChange; + } + /** + * @return Google_Service_DriveActivity_DataLeakPreventionChange + */ + public function getDlpChange() + { + return $this->dlpChange; + } + /** + * @param Google_Service_DriveActivity_Edit + */ + public function setEdit(Google_Service_DriveActivity_Edit $edit) + { + $this->edit = $edit; + } + /** + * @return Google_Service_DriveActivity_Edit + */ + public function getEdit() + { + return $this->edit; + } + /** + * @param Google_Service_DriveActivity_Move + */ + public function setMove(Google_Service_DriveActivity_Move $move) + { + $this->move = $move; + } + /** + * @return Google_Service_DriveActivity_Move + */ + public function getMove() + { + return $this->move; + } + /** + * @param Google_Service_DriveActivity_PermissionChange + */ + public function setPermissionChange(Google_Service_DriveActivity_PermissionChange $permissionChange) + { + $this->permissionChange = $permissionChange; + } + /** + * @return Google_Service_DriveActivity_PermissionChange + */ + public function getPermissionChange() + { + return $this->permissionChange; + } + /** + * @param Google_Service_DriveActivity_ApplicationReference + */ + public function setReference(Google_Service_DriveActivity_ApplicationReference $reference) + { + $this->reference = $reference; + } + /** + * @return Google_Service_DriveActivity_ApplicationReference + */ + public function getReference() + { + return $this->reference; + } + /** + * @param Google_Service_DriveActivity_Rename + */ + public function setRename(Google_Service_DriveActivity_Rename $rename) + { + $this->rename = $rename; + } + /** + * @return Google_Service_DriveActivity_Rename + */ + public function getRename() + { + return $this->rename; + } + /** + * @param Google_Service_DriveActivity_Restore + */ + public function setRestore(Google_Service_DriveActivity_Restore $restore) + { + $this->restore = $restore; + } + /** + * @return Google_Service_DriveActivity_Restore + */ + public function getRestore() + { + return $this->restore; + } + /** + * @param Google_Service_DriveActivity_SettingsChange + */ + public function setSettingsChange(Google_Service_DriveActivity_SettingsChange $settingsChange) + { + $this->settingsChange = $settingsChange; + } + /** + * @return Google_Service_DriveActivity_SettingsChange + */ + public function getSettingsChange() + { + return $this->settingsChange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Actor.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Actor.php new file mode 100644 index 000000000..497125452 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Actor.php @@ -0,0 +1,101 @@ +administrator = $administrator; + } + /** + * @return Google_Service_DriveActivity_Administrator + */ + public function getAdministrator() + { + return $this->administrator; + } + /** + * @param Google_Service_DriveActivity_AnonymousUser + */ + public function setAnonymous(Google_Service_DriveActivity_AnonymousUser $anonymous) + { + $this->anonymous = $anonymous; + } + /** + * @return Google_Service_DriveActivity_AnonymousUser + */ + public function getAnonymous() + { + return $this->anonymous; + } + /** + * @param Google_Service_DriveActivity_Impersonation + */ + public function setImpersonation(Google_Service_DriveActivity_Impersonation $impersonation) + { + $this->impersonation = $impersonation; + } + /** + * @return Google_Service_DriveActivity_Impersonation + */ + public function getImpersonation() + { + return $this->impersonation; + } + /** + * @param Google_Service_DriveActivity_SystemEvent + */ + public function setSystem(Google_Service_DriveActivity_SystemEvent $system) + { + $this->system = $system; + } + /** + * @return Google_Service_DriveActivity_SystemEvent + */ + public function getSystem() + { + return $this->system; + } + /** + * @param Google_Service_DriveActivity_User + */ + public function setUser(Google_Service_DriveActivity_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_DriveActivity_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Administrator.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Administrator.php new file mode 100644 index 000000000..e0508415e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Administrator.php @@ -0,0 +1,20 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Assignment.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Assignment.php new file mode 100644 index 000000000..54224e65b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Assignment.php @@ -0,0 +1,30 @@ +subtype = $subtype; + } + public function getSubtype() + { + return $this->subtype; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Comment.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Comment.php new file mode 100644 index 000000000..d2d3f3c00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Comment.php @@ -0,0 +1,86 @@ +assignment = $assignment; + } + /** + * @return Google_Service_DriveActivity_Assignment + */ + public function getAssignment() + { + return $this->assignment; + } + /** + * @param Google_Service_DriveActivity_User + */ + public function setMentionedUsers($mentionedUsers) + { + $this->mentionedUsers = $mentionedUsers; + } + /** + * @return Google_Service_DriveActivity_User + */ + public function getMentionedUsers() + { + return $this->mentionedUsers; + } + /** + * @param Google_Service_DriveActivity_Post + */ + public function setPost(Google_Service_DriveActivity_Post $post) + { + $this->post = $post; + } + /** + * @return Google_Service_DriveActivity_Post + */ + public function getPost() + { + return $this->post; + } + /** + * @param Google_Service_DriveActivity_Suggestion + */ + public function setSuggestion(Google_Service_DriveActivity_Suggestion $suggestion) + { + $this->suggestion = $suggestion; + } + /** + * @return Google_Service_DriveActivity_Suggestion + */ + public function getSuggestion() + { + return $this->suggestion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/ConsolidationStrategy.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/ConsolidationStrategy.php new file mode 100644 index 000000000..9b1e76ad0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/ConsolidationStrategy.php @@ -0,0 +1,53 @@ +legacy = $legacy; + } + /** + * @return Google_Service_DriveActivity_Legacy + */ + public function getLegacy() + { + return $this->legacy; + } + /** + * @param Google_Service_DriveActivity_NoConsolidation + */ + public function setNone(Google_Service_DriveActivity_NoConsolidation $none) + { + $this->none = $none; + } + /** + * @return Google_Service_DriveActivity_NoConsolidation + */ + public function getNone() + { + return $this->none; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Copy.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Copy.php new file mode 100644 index 000000000..47c9c5eb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Copy.php @@ -0,0 +1,37 @@ +originalObject = $originalObject; + } + /** + * @return Google_Service_DriveActivity_TargetReference + */ + public function getOriginalObject() + { + return $this->originalObject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Create.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Create.php new file mode 100644 index 000000000..6d9afeddb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Create.php @@ -0,0 +1,69 @@ +copy = $copy; + } + /** + * @return Google_Service_DriveActivity_Copy + */ + public function getCopy() + { + return $this->copy; + } + /** + * @param Google_Service_DriveActivity_DriveactivityNew + */ + public function setNew(Google_Service_DriveActivity_DriveactivityNew $new) + { + $this->new = $new; + } + /** + * @return Google_Service_DriveActivity_DriveactivityNew + */ + public function getNew() + { + return $this->new; + } + /** + * @param Google_Service_DriveActivity_Upload + */ + public function setUpload(Google_Service_DriveActivity_Upload $upload) + { + $this->upload = $upload; + } + /** + * @return Google_Service_DriveActivity_Upload + */ + public function getUpload() + { + return $this->upload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DataLeakPreventionChange.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DataLeakPreventionChange.php new file mode 100644 index 000000000..ca3876bdf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DataLeakPreventionChange.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Delete.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Delete.php new file mode 100644 index 000000000..2627ccb00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Delete.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DeletedUser.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DeletedUser.php new file mode 100644 index 000000000..4ffbdcd1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DeletedUser.php @@ -0,0 +1,20 @@ +legacyId = $legacyId; + } + public function getLegacyId() + { + return $this->legacyId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Drive.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Drive.php new file mode 100644 index 000000000..08f7fe289 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Drive.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DriveActivity_DriveItem + */ + public function setRoot(Google_Service_DriveActivity_DriveItem $root) + { + $this->root = $root; + } + /** + * @return Google_Service_DriveActivity_DriveItem + */ + public function getRoot() + { + return $this->root; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveActivity.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveActivity.php new file mode 100644 index 000000000..8b18a77b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveActivity.php @@ -0,0 +1,111 @@ +actions = $actions; + } + /** + * @return Google_Service_DriveActivity_Action + */ + public function getActions() + { + return $this->actions; + } + /** + * @param Google_Service_DriveActivity_Actor + */ + public function setActors($actors) + { + $this->actors = $actors; + } + /** + * @return Google_Service_DriveActivity_Actor + */ + public function getActors() + { + return $this->actors; + } + /** + * @param Google_Service_DriveActivity_ActionDetail + */ + public function setPrimaryActionDetail(Google_Service_DriveActivity_ActionDetail $primaryActionDetail) + { + $this->primaryActionDetail = $primaryActionDetail; + } + /** + * @return Google_Service_DriveActivity_ActionDetail + */ + public function getPrimaryActionDetail() + { + return $this->primaryActionDetail; + } + /** + * @param Google_Service_DriveActivity_Target + */ + public function setTargets($targets) + { + $this->targets = $targets; + } + /** + * @return Google_Service_DriveActivity_Target + */ + public function getTargets() + { + return $this->targets; + } + /** + * @param Google_Service_DriveActivity_TimeRange + */ + public function setTimeRange(Google_Service_DriveActivity_TimeRange $timeRange) + { + $this->timeRange = $timeRange; + } + /** + * @return Google_Service_DriveActivity_TimeRange + */ + public function getTimeRange() + { + return $this->timeRange; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFile.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFile.php new file mode 100644 index 000000000..5f85535f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveFile.php @@ -0,0 +1,20 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItem.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItem.php new file mode 100644 index 000000000..b5d2a7172 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItem.php @@ -0,0 +1,128 @@ +driveFile = $driveFile; + } + /** + * @return Google_Service_DriveActivity_DriveFile + */ + public function getDriveFile() + { + return $this->driveFile; + } + /** + * @param Google_Service_DriveActivity_DriveFolder + */ + public function setDriveFolder(Google_Service_DriveActivity_DriveFolder $driveFolder) + { + $this->driveFolder = $driveFolder; + } + /** + * @return Google_Service_DriveActivity_DriveFolder + */ + public function getDriveFolder() + { + return $this->driveFolder; + } + /** + * @param Google_Service_DriveActivity_DriveactivityFile + */ + public function setFile(Google_Service_DriveActivity_DriveactivityFile $file) + { + $this->file = $file; + } + /** + * @return Google_Service_DriveActivity_DriveactivityFile + */ + public function getFile() + { + return $this->file; + } + /** + * @param Google_Service_DriveActivity_Folder + */ + public function setFolder(Google_Service_DriveActivity_Folder $folder) + { + $this->folder = $folder; + } + /** + * @return Google_Service_DriveActivity_Folder + */ + public function getFolder() + { + return $this->folder; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DriveActivity_Owner + */ + public function setOwner(Google_Service_DriveActivity_Owner $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_DriveActivity_Owner + */ + public function getOwner() + { + return $this->owner; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItemReference.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItemReference.php new file mode 100644 index 000000000..382362804 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveItemReference.php @@ -0,0 +1,103 @@ +driveFile = $driveFile; + } + /** + * @return Google_Service_DriveActivity_DriveFile + */ + public function getDriveFile() + { + return $this->driveFile; + } + /** + * @param Google_Service_DriveActivity_DriveFolder + */ + public function setDriveFolder(Google_Service_DriveActivity_DriveFolder $driveFolder) + { + $this->driveFolder = $driveFolder; + } + /** + * @return Google_Service_DriveActivity_DriveFolder + */ + public function getDriveFolder() + { + return $this->driveFolder; + } + /** + * @param Google_Service_DriveActivity_DriveactivityFile + */ + public function setFile(Google_Service_DriveActivity_DriveactivityFile $file) + { + $this->file = $file; + } + /** + * @return Google_Service_DriveActivity_DriveactivityFile + */ + public function getFile() + { + return $this->file; + } + /** + * @param Google_Service_DriveActivity_Folder + */ + public function setFolder(Google_Service_DriveActivity_Folder $folder) + { + $this->folder = $folder; + } + /** + * @return Google_Service_DriveActivity_Folder + */ + public function getFolder() + { + return $this->folder; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveReference.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveReference.php new file mode 100644 index 000000000..f88afbdb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveReference.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/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityFile.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityFile.php new file mode 100644 index 000000000..032924b69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/DriveactivityFile.php @@ -0,0 +1,20 @@ +legacyCommentId = $legacyCommentId; + } + public function getLegacyCommentId() + { + return $this->legacyCommentId; + } + public function setLegacyDiscussionId($legacyDiscussionId) + { + $this->legacyDiscussionId = $legacyDiscussionId; + } + public function getLegacyDiscussionId() + { + return $this->legacyDiscussionId; + } + public function setLinkToDiscussion($linkToDiscussion) + { + $this->linkToDiscussion = $linkToDiscussion; + } + public function getLinkToDiscussion() + { + return $this->linkToDiscussion; + } + /** + * @param Google_Service_DriveActivity_DriveItem + */ + public function setParent(Google_Service_DriveActivity_DriveItem $parent) + { + $this->parent = $parent; + } + /** + * @return Google_Service_DriveActivity_DriveItem + */ + public function getParent() + { + return $this->parent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Folder.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Folder.php new file mode 100644 index 000000000..f39b350ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Folder.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Group.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Group.php new file mode 100644 index 000000000..ecb8cc949 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Group.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Impersonation.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Impersonation.php new file mode 100644 index 000000000..7ad4898a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Impersonation.php @@ -0,0 +1,37 @@ +impersonatedUser = $impersonatedUser; + } + /** + * @return Google_Service_DriveActivity_User + */ + public function getImpersonatedUser() + { + return $this->impersonatedUser; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/KnownUser.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/KnownUser.php new file mode 100644 index 000000000..d37fadb15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/KnownUser.php @@ -0,0 +1,39 @@ +isCurrentUser = $isCurrentUser; + } + public function getIsCurrentUser() + { + return $this->isCurrentUser; + } + public function setPersonName($personName) + { + $this->personName = $personName; + } + public function getPersonName() + { + return $this->personName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Legacy.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Legacy.php new file mode 100644 index 000000000..06b424adf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Legacy.php @@ -0,0 +1,20 @@ +addedParents = $addedParents; + } + /** + * @return Google_Service_DriveActivity_TargetReference + */ + public function getAddedParents() + { + return $this->addedParents; + } + /** + * @param Google_Service_DriveActivity_TargetReference + */ + public function setRemovedParents($removedParents) + { + $this->removedParents = $removedParents; + } + /** + * @return Google_Service_DriveActivity_TargetReference + */ + public function getRemovedParents() + { + return $this->removedParents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/NoConsolidation.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/NoConsolidation.php new file mode 100644 index 000000000..88f81e0c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/NoConsolidation.php @@ -0,0 +1,20 @@ +domain = $domain; + } + /** + * @return Google_Service_DriveActivity_Domain + */ + public function getDomain() + { + return $this->domain; + } + /** + * @param Google_Service_DriveActivity_DriveReference + */ + public function setDrive(Google_Service_DriveActivity_DriveReference $drive) + { + $this->drive = $drive; + } + /** + * @return Google_Service_DriveActivity_DriveReference + */ + public function getDrive() + { + return $this->drive; + } + /** + * @param Google_Service_DriveActivity_TeamDriveReference + */ + public function setTeamDrive(Google_Service_DriveActivity_TeamDriveReference $teamDrive) + { + $this->teamDrive = $teamDrive; + } + /** + * @return Google_Service_DriveActivity_TeamDriveReference + */ + public function getTeamDrive() + { + return $this->teamDrive; + } + /** + * @param Google_Service_DriveActivity_User + */ + public function setUser(Google_Service_DriveActivity_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_DriveActivity_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Permission.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Permission.php new file mode 100644 index 000000000..3b17a9c02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Permission.php @@ -0,0 +1,103 @@ +allowDiscovery = $allowDiscovery; + } + public function getAllowDiscovery() + { + return $this->allowDiscovery; + } + /** + * @param Google_Service_DriveActivity_Anyone + */ + public function setAnyone(Google_Service_DriveActivity_Anyone $anyone) + { + $this->anyone = $anyone; + } + /** + * @return Google_Service_DriveActivity_Anyone + */ + public function getAnyone() + { + return $this->anyone; + } + /** + * @param Google_Service_DriveActivity_Domain + */ + public function setDomain(Google_Service_DriveActivity_Domain $domain) + { + $this->domain = $domain; + } + /** + * @return Google_Service_DriveActivity_Domain + */ + public function getDomain() + { + return $this->domain; + } + /** + * @param Google_Service_DriveActivity_Group + */ + public function setGroup(Google_Service_DriveActivity_Group $group) + { + $this->group = $group; + } + /** + * @return Google_Service_DriveActivity_Group + */ + public function getGroup() + { + return $this->group; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + /** + * @param Google_Service_DriveActivity_User + */ + public function setUser(Google_Service_DriveActivity_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_DriveActivity_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/PermissionChange.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/PermissionChange.php new file mode 100644 index 000000000..f73fc9180 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/PermissionChange.php @@ -0,0 +1,54 @@ +addedPermissions = $addedPermissions; + } + /** + * @return Google_Service_DriveActivity_Permission + */ + public function getAddedPermissions() + { + return $this->addedPermissions; + } + /** + * @param Google_Service_DriveActivity_Permission + */ + public function setRemovedPermissions($removedPermissions) + { + $this->removedPermissions = $removedPermissions; + } + /** + * @return Google_Service_DriveActivity_Permission + */ + public function getRemovedPermissions() + { + return $this->removedPermissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Post.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Post.php new file mode 100644 index 000000000..29e590cd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Post.php @@ -0,0 +1,30 @@ +subtype = $subtype; + } + public function getSubtype() + { + return $this->subtype; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityRequest.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityRequest.php new file mode 100644 index 000000000..48e391a81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityRequest.php @@ -0,0 +1,82 @@ +ancestorName = $ancestorName; + } + public function getAncestorName() + { + return $this->ancestorName; + } + /** + * @param Google_Service_DriveActivity_ConsolidationStrategy + */ + public function setConsolidationStrategy(Google_Service_DriveActivity_ConsolidationStrategy $consolidationStrategy) + { + $this->consolidationStrategy = $consolidationStrategy; + } + /** + * @return Google_Service_DriveActivity_ConsolidationStrategy + */ + public function getConsolidationStrategy() + { + return $this->consolidationStrategy; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setItemName($itemName) + { + $this->itemName = $itemName; + } + public function getItemName() + { + return $this->itemName; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityResponse.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityResponse.php new file mode 100644 index 000000000..cdff53af1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/QueryDriveActivityResponse.php @@ -0,0 +1,47 @@ +activities = $activities; + } + /** + * @return Google_Service_DriveActivity_DriveActivity + */ + public function getActivities() + { + return $this->activities; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Rename.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Rename.php new file mode 100644 index 000000000..6abdb3516 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Rename.php @@ -0,0 +1,39 @@ +newTitle = $newTitle; + } + public function getNewTitle() + { + return $this->newTitle; + } + public function setOldTitle($oldTitle) + { + $this->oldTitle = $oldTitle; + } + public function getOldTitle() + { + return $this->oldTitle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Resource/Activity.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Resource/Activity.php new file mode 100644 index 000000000..0d30e6f5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Resource/Activity.php @@ -0,0 +1,41 @@ + + * $driveactivityService = new Google_Service_DriveActivity(...); + * $activity = $driveactivityService->activity; + * + */ +class Google_Service_DriveActivity_Resource_Activity extends Google_Service_Resource +{ + /** + * Query past activity in Google Drive. (activity.query) + * + * @param Google_Service_DriveActivity_QueryDriveActivityRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DriveActivity_QueryDriveActivityResponse + */ + public function query(Google_Service_DriveActivity_QueryDriveActivityRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_DriveActivity_QueryDriveActivityResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Restore.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Restore.php new file mode 100644 index 000000000..12f5d16cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Restore.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/RestrictionChange.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/RestrictionChange.php new file mode 100644 index 000000000..95b6cbba5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/RestrictionChange.php @@ -0,0 +1,39 @@ +feature = $feature; + } + public function getFeature() + { + return $this->feature; + } + public function setNewRestriction($newRestriction) + { + $this->newRestriction = $newRestriction; + } + public function getNewRestriction() + { + return $this->newRestriction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/SettingsChange.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/SettingsChange.php new file mode 100644 index 000000000..83d5a285e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/SettingsChange.php @@ -0,0 +1,38 @@ +restrictionChanges = $restrictionChanges; + } + /** + * @return Google_Service_DriveActivity_RestrictionChange + */ + public function getRestrictionChanges() + { + return $this->restrictionChanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Suggestion.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Suggestion.php new file mode 100644 index 000000000..55868e829 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Suggestion.php @@ -0,0 +1,30 @@ +subtype = $subtype; + } + public function getSubtype() + { + return $this->subtype; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/SystemEvent.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/SystemEvent.php new file mode 100644 index 000000000..c527e14d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/SystemEvent.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Target.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Target.php new file mode 100644 index 000000000..0ee5d7198 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Target.php @@ -0,0 +1,85 @@ +drive = $drive; + } + /** + * @return Google_Service_DriveActivity_Drive + */ + public function getDrive() + { + return $this->drive; + } + /** + * @param Google_Service_DriveActivity_DriveItem + */ + public function setDriveItem(Google_Service_DriveActivity_DriveItem $driveItem) + { + $this->driveItem = $driveItem; + } + /** + * @return Google_Service_DriveActivity_DriveItem + */ + public function getDriveItem() + { + return $this->driveItem; + } + /** + * @param Google_Service_DriveActivity_FileComment + */ + public function setFileComment(Google_Service_DriveActivity_FileComment $fileComment) + { + $this->fileComment = $fileComment; + } + /** + * @return Google_Service_DriveActivity_FileComment + */ + public function getFileComment() + { + return $this->fileComment; + } + /** + * @param Google_Service_DriveActivity_TeamDrive + */ + public function setTeamDrive(Google_Service_DriveActivity_TeamDrive $teamDrive) + { + $this->teamDrive = $teamDrive; + } + /** + * @return Google_Service_DriveActivity_TeamDrive + */ + public function getTeamDrive() + { + return $this->teamDrive; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TargetReference.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TargetReference.php new file mode 100644 index 000000000..011238d1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TargetReference.php @@ -0,0 +1,69 @@ +drive = $drive; + } + /** + * @return Google_Service_DriveActivity_DriveReference + */ + public function getDrive() + { + return $this->drive; + } + /** + * @param Google_Service_DriveActivity_DriveItemReference + */ + public function setDriveItem(Google_Service_DriveActivity_DriveItemReference $driveItem) + { + $this->driveItem = $driveItem; + } + /** + * @return Google_Service_DriveActivity_DriveItemReference + */ + public function getDriveItem() + { + return $this->driveItem; + } + /** + * @param Google_Service_DriveActivity_TeamDriveReference + */ + public function setTeamDrive(Google_Service_DriveActivity_TeamDriveReference $teamDrive) + { + $this->teamDrive = $teamDrive; + } + /** + * @return Google_Service_DriveActivity_TeamDriveReference + */ + public function getTeamDrive() + { + return $this->teamDrive; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDrive.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDrive.php new file mode 100644 index 000000000..53a5a3838 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDrive.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_DriveActivity_DriveItem + */ + public function setRoot(Google_Service_DriveActivity_DriveItem $root) + { + $this->root = $root; + } + /** + * @return Google_Service_DriveActivity_DriveItem + */ + public function getRoot() + { + return $this->root; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDriveReference.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDriveReference.php new file mode 100644 index 000000000..e93d3fcfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TeamDriveReference.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/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TimeRange.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TimeRange.php new file mode 100644 index 000000000..d6b73bdfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/TimeRange.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DriveActivity/UnknownUser.php b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/UnknownUser.php new file mode 100644 index 000000000..af3e1ba41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DriveActivity/UnknownUser.php @@ -0,0 +1,20 @@ +deletedUser = $deletedUser; + } + /** + * @return Google_Service_DriveActivity_DeletedUser + */ + public function getDeletedUser() + { + return $this->deletedUser; + } + /** + * @param Google_Service_DriveActivity_KnownUser + */ + public function setKnownUser(Google_Service_DriveActivity_KnownUser $knownUser) + { + $this->knownUser = $knownUser; + } + /** + * @return Google_Service_DriveActivity_KnownUser + */ + public function getKnownUser() + { + return $this->knownUser; + } + /** + * @param Google_Service_DriveActivity_UnknownUser + */ + public function setUnknownUser(Google_Service_DriveActivity_UnknownUser $unknownUser) + { + $this->unknownUser = $unknownUser; + } + /** + * @return Google_Service_DriveActivity_UnknownUser + */ + public function getUnknownUser() + { + return $this->unknownUser; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php new file mode 100644 index 000000000..4417f6886 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php @@ -0,0 +1,168 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FactCheckTools extends Google_Service +{ + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $claims; + public $pages; + + /** + * Constructs the internal representation of the FactCheckTools 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://factchecktools.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1alpha1'; + $this->serviceName = 'factchecktools'; + + $this->claims = new Google_Service_FactCheckTools_Resource_Claims( + $this, + $this->serviceName, + 'claims', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1alpha1/claims:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAgeDays' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'offset' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'reviewPublisherSiteFilter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->pages = new Google_Service_FactCheckTools_Resource_Pages( + $this, + $this->serviceName, + 'pages', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1alpha1/pages', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha1/pages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'offset' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'organization' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'url' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1alpha1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Claim.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Claim.php new file mode 100644 index 000000000..e0e14c4d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Claim.php @@ -0,0 +1,65 @@ +claimDate = $claimDate; + } + public function getClaimDate() + { + return $this->claimDate; + } + /** + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview + */ + public function setClaimReview($claimReview) + { + $this->claimReview = $claimReview; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview + */ + public function getClaimReview() + { + return $this->claimReview; + } + public function setClaimant($claimant) + { + $this->claimant = $claimant; + } + public function getClaimant() + { + return $this->claimant; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php new file mode 100644 index 000000000..8db405b25 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php @@ -0,0 +1,57 @@ +imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setJobTitle($jobTitle) + { + $this->jobTitle = $jobTitle; + } + public function getJobTitle() + { + return $this->jobTitle; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSameAs($sameAs) + { + $this->sameAs = $sameAs; + } + public function getSameAs() + { + return $this->sameAs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php new file mode 100644 index 000000000..e6eb39bea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php @@ -0,0 +1,75 @@ +bestRating = $bestRating; + } + public function getBestRating() + { + return $this->bestRating; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setRatingExplanation($ratingExplanation) + { + $this->ratingExplanation = $ratingExplanation; + } + public function getRatingExplanation() + { + return $this->ratingExplanation; + } + public function setRatingValue($ratingValue) + { + $this->ratingValue = $ratingValue; + } + public function getRatingValue() + { + return $this->ratingValue; + } + public function setTextualRating($textualRating) + { + $this->textualRating = $textualRating; + } + public function getTextualRating() + { + return $this->textualRating; + } + public function setWorstRating($worstRating) + { + $this->worstRating = $worstRating; + } + public function getWorstRating() + { + return $this->worstRating; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview.php new file mode 100644 index 000000000..7a954c7e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview.php @@ -0,0 +1,82 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + /** + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Publisher + */ + public function setPublisher(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Publisher $publisher) + { + $this->publisher = $publisher; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Publisher + */ + public function getPublisher() + { + return $this->publisher; + } + public function setReviewDate($reviewDate) + { + $this->reviewDate = $reviewDate; + } + public function getReviewDate() + { + return $this->reviewDate; + } + public function setTextualRating($textualRating) + { + $this->textualRating = $textualRating; + } + public function getTextualRating() + { + return $this->textualRating; + } + 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/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.php new file mode 100644 index 000000000..7c66c5c95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.php @@ -0,0 +1,39 @@ +imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.php new file mode 100644 index 000000000..17250425e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.php @@ -0,0 +1,108 @@ +claimAppearances = $claimAppearances; + } + public function getClaimAppearances() + { + return $this->claimAppearances; + } + /** + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor + */ + public function setClaimAuthor(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor $claimAuthor) + { + $this->claimAuthor = $claimAuthor; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor + */ + public function getClaimAuthor() + { + return $this->claimAuthor; + } + public function setClaimDate($claimDate) + { + $this->claimDate = $claimDate; + } + public function getClaimDate() + { + return $this->claimDate; + } + public function setClaimFirstAppearance($claimFirstAppearance) + { + $this->claimFirstAppearance = $claimFirstAppearance; + } + public function getClaimFirstAppearance() + { + return $this->claimFirstAppearance; + } + public function setClaimLocation($claimLocation) + { + $this->claimLocation = $claimLocation; + } + public function getClaimLocation() + { + return $this->claimLocation; + } + public function setClaimReviewed($claimReviewed) + { + $this->claimReviewed = $claimReviewed; + } + public function getClaimReviewed() + { + return $this->claimReviewed; + } + /** + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating + */ + public function setRating(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating $rating) + { + $this->rating = $rating; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating + */ + public function getRating() + { + return $this->rating; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.php new file mode 100644 index 000000000..fd1af4652 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.php @@ -0,0 +1,90 @@ +claimReviewAuthor = $claimReviewAuthor; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor + */ + public function getClaimReviewAuthor() + { + return $this->claimReviewAuthor; + } + /** + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup + */ + public function setClaimReviewMarkups($claimReviewMarkups) + { + $this->claimReviewMarkups = $claimReviewMarkups; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup + */ + public function getClaimReviewMarkups() + { + return $this->claimReviewMarkups; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPageUrl($pageUrl) + { + $this->pageUrl = $pageUrl; + } + public function getPageUrl() + { + return $this->pageUrl; + } + public function setPublishDate($publishDate) + { + $this->publishDate = $publishDate; + } + public function getPublishDate() + { + return $this->publishDate; + } + public function setVersionId($versionId) + { + $this->versionId = $versionId; + } + public function getVersionId() + { + return $this->versionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.php new file mode 100644 index 000000000..666212bb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse.php @@ -0,0 +1,47 @@ +claims = $claims; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Claim + */ + public function getClaims() + { + return $this->claims; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse.php new file mode 100644 index 000000000..4a767233b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse.php @@ -0,0 +1,47 @@ +claimReviewMarkupPages = $claimReviewMarkupPages; + } + /** + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage + */ + public function getClaimReviewMarkupPages() + { + return $this->claimReviewMarkupPages; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Publisher.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Publisher.php new file mode 100644 index 000000000..962a37804 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1Publisher.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSite($site) + { + $this->site = $site; + } + public function getSite() + { + return $this->site; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleProtobufEmpty.php new file mode 100644 index 000000000..9dcf603f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleProtobufEmpty.php @@ -0,0 +1,20 @@ + + * $factchecktoolsService = new Google_Service_FactCheckTools(...); + * $claims = $factchecktoolsService->claims; + * + */ +class Google_Service_FactCheckTools_Resource_Claims extends Google_Service_Resource +{ + /** + * Search through fact-checked claims. (claims.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode The BCP-47 language code, such as "en-US" or + * "sr-Latn". Can be used to restrict results by language, though we do not + * currently consider the region. + * @opt_param int maxAgeDays The maximum age of the returned search results, in + * days. Age is determined by either claim date or review date, whichever is + * newer. + * @opt_param int offset An integer that specifies the current offset (that is, + * starting result location) in search results. This field is only considered if + * `page_token` is unset. For example, 0 means to return results starting from + * the first matching result, and 10 means to return from the 11th result. + * @opt_param string pageToken The pagination token. You may provide the + * `next_page_token` returned from a previous List request, if any, in order to + * get the next page. All other fields must have the same values as in the + * previous request. + * @opt_param string reviewPublisherSiteFilter The review publisher site to + * filter results by, e.g. nytimes.com. + * @opt_param int pageSize The pagination size. We will return up to that many + * results. Defaults to 10 if not set. + * @opt_param string query Textual query string. Required unless + * `review_publisher_site_filter` is specified. + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php new file mode 100644 index 000000000..04c8dd983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php @@ -0,0 +1,121 @@ + + * $factchecktoolsService = new Google_Service_FactCheckTools(...); + * $pages = $factchecktoolsService->pages; + * + */ +class Google_Service_FactCheckTools_Resource_Pages extends Google_Service_Resource +{ + /** + * Create `ClaimReview` markup on a page. (pages.create) + * + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage + */ + public function create(Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"); + } + /** + * Delete all `ClaimReview` markup on a page. (pages.delete) + * + * @param string $name The name of the resource to delete, in the form of + * `pages/{page_id}`. + * @param array $optParams Optional parameters. + * @return Google_Service_FactCheckTools_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FactCheckTools_GoogleProtobufEmpty"); + } + /** + * Get all `ClaimReview` markup on a page. (pages.get) + * + * @param string $name The name of the resource to get, in the form of + * `pages/{page_id}`. + * @param array $optParams Optional parameters. + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"); + } + /** + * List the `ClaimReview` markup pages for a specific URL or for an + * organization. (pages.listPages) + * + * @param array $optParams Optional parameters. + * + * @opt_param int offset An integer that specifies the current offset (that is, + * starting result location) in search results. This field is only considered if + * `page_token` is unset, and if the request is not for a specific URL. For + * example, 0 means to return results starting from the first matching result, + * and 10 means to return from the 11th result. + * @opt_param string pageToken The pagination token. You may provide the + * `next_page_token` returned from a previous List request, if any, in order to + * get the next page. All other fields must have the same values as in the + * previous request. + * @opt_param string organization The organization for which we want to fetch + * markups for. For instance, "site.com". Cannot be specified along with an URL. + * @opt_param int pageSize The pagination size. We will return up to that many + * results. Defaults to 10 if not set. Has no effect if a URL is requested. + * @opt_param string url The URL from which to get `ClaimReview` markup. There + * will be at most one result. If markup is associated with a more canonical + * version of the URL provided, we will return that URL instead. Cannot be + * specified along with an organization. + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse + */ + public function listPages($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse"); + } + /** + * Update for all `ClaimReview` markup on a page + * + * Note that this is a full update. To retain the existing `ClaimReview` markup + * on a page, first perform a Get operation, then modify the returned markup, + * and finally call Update with the entire `ClaimReview` markup as the body. + * (pages.update) + * + * @param string $name The name of this `ClaimReview` markup page resource, in + * the form of `pages/{page_id}`. Except for update requests, this field is + * output-only and should not be set by the user. + * @param Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage + */ + public function update($name, Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging.php new file mode 100644 index 000000000..da4d3dce9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging.php @@ -0,0 +1,77 @@ + + * FCM send API that provides a cross-platform messaging solution to reliably + * deliver messages at no cost. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseCloudMessaging extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_messages; + + /** + * Constructs the internal representation of the FirebaseCloudMessaging + * 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://fcm.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'fcm'; + + $this->projects_messages = new Google_Service_FirebaseCloudMessaging_Resource_ProjectsMessages( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'send' => array( + 'path' => 'v1/{+parent}/messages:send', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidConfig.php new file mode 100644 index 000000000..1d397460c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidConfig.php @@ -0,0 +1,98 @@ +collapseKey = $collapseKey; + } + public function getCollapseKey() + { + return $this->collapseKey; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_FirebaseCloudMessaging_AndroidFcmOptions + */ + public function setFcmOptions(Google_Service_FirebaseCloudMessaging_AndroidFcmOptions $fcmOptions) + { + $this->fcmOptions = $fcmOptions; + } + /** + * @return Google_Service_FirebaseCloudMessaging_AndroidFcmOptions + */ + public function getFcmOptions() + { + return $this->fcmOptions; + } + /** + * @param Google_Service_FirebaseCloudMessaging_AndroidNotification + */ + public function setNotification(Google_Service_FirebaseCloudMessaging_AndroidNotification $notification) + { + $this->notification = $notification; + } + /** + * @return Google_Service_FirebaseCloudMessaging_AndroidNotification + */ + public function getNotification() + { + return $this->notification; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setRestrictedPackageName($restrictedPackageName) + { + $this->restrictedPackageName = $restrictedPackageName; + } + public function getRestrictedPackageName() + { + return $this->restrictedPackageName; + } + public function setTtl($ttl) + { + $this->ttl = $ttl; + } + public function getTtl() + { + return $this->ttl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidFcmOptions.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidFcmOptions.php new file mode 100644 index 000000000..d273db3e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidFcmOptions.php @@ -0,0 +1,30 @@ +analyticsLabel = $analyticsLabel; + } + public function getAnalyticsLabel() + { + return $this->analyticsLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php new file mode 100644 index 000000000..260e96bca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php @@ -0,0 +1,254 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setBodyLocArgs($bodyLocArgs) + { + $this->bodyLocArgs = $bodyLocArgs; + } + public function getBodyLocArgs() + { + return $this->bodyLocArgs; + } + public function setBodyLocKey($bodyLocKey) + { + $this->bodyLocKey = $bodyLocKey; + } + public function getBodyLocKey() + { + return $this->bodyLocKey; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setClickAction($clickAction) + { + $this->clickAction = $clickAction; + } + public function getClickAction() + { + return $this->clickAction; + } + public function setColor($color) + { + $this->color = $color; + } + public function getColor() + { + return $this->color; + } + public function setDefaultLightSettings($defaultLightSettings) + { + $this->defaultLightSettings = $defaultLightSettings; + } + public function getDefaultLightSettings() + { + return $this->defaultLightSettings; + } + public function setDefaultSound($defaultSound) + { + $this->defaultSound = $defaultSound; + } + public function getDefaultSound() + { + return $this->defaultSound; + } + public function setDefaultVibrateTimings($defaultVibrateTimings) + { + $this->defaultVibrateTimings = $defaultVibrateTimings; + } + public function getDefaultVibrateTimings() + { + return $this->defaultVibrateTimings; + } + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + public function getEventTime() + { + return $this->eventTime; + } + public function setIcon($icon) + { + $this->icon = $icon; + } + public function getIcon() + { + return $this->icon; + } + public function setImage($image) + { + $this->image = $image; + } + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_FirebaseCloudMessaging_LightSettings + */ + public function setLightSettings(Google_Service_FirebaseCloudMessaging_LightSettings $lightSettings) + { + $this->lightSettings = $lightSettings; + } + /** + * @return Google_Service_FirebaseCloudMessaging_LightSettings + */ + public function getLightSettings() + { + return $this->lightSettings; + } + public function setLocalOnly($localOnly) + { + $this->localOnly = $localOnly; + } + public function getLocalOnly() + { + return $this->localOnly; + } + public function setNotificationCount($notificationCount) + { + $this->notificationCount = $notificationCount; + } + public function getNotificationCount() + { + return $this->notificationCount; + } + public function setNotificationPriority($notificationPriority) + { + $this->notificationPriority = $notificationPriority; + } + public function getNotificationPriority() + { + return $this->notificationPriority; + } + public function setSound($sound) + { + $this->sound = $sound; + } + public function getSound() + { + return $this->sound; + } + public function setSticky($sticky) + { + $this->sticky = $sticky; + } + public function getSticky() + { + return $this->sticky; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setTicker($ticker) + { + $this->ticker = $ticker; + } + public function getTicker() + { + return $this->ticker; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTitleLocArgs($titleLocArgs) + { + $this->titleLocArgs = $titleLocArgs; + } + public function getTitleLocArgs() + { + return $this->titleLocArgs; + } + public function setTitleLocKey($titleLocKey) + { + $this->titleLocKey = $titleLocKey; + } + public function getTitleLocKey() + { + return $this->titleLocKey; + } + public function setVibrateTimings($vibrateTimings) + { + $this->vibrateTimings = $vibrateTimings; + } + public function getVibrateTimings() + { + return $this->vibrateTimings; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsConfig.php new file mode 100644 index 000000000..d8cba42cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsConfig.php @@ -0,0 +1,55 @@ +fcmOptions = $fcmOptions; + } + /** + * @return Google_Service_FirebaseCloudMessaging_ApnsFcmOptions + */ + public function getFcmOptions() + { + return $this->fcmOptions; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsFcmOptions.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsFcmOptions.php new file mode 100644 index 000000000..920d1bd52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/ApnsFcmOptions.php @@ -0,0 +1,39 @@ +analyticsLabel = $analyticsLabel; + } + public function getAnalyticsLabel() + { + return $this->analyticsLabel; + } + public function setImage($image) + { + $this->image = $image; + } + public function getImage() + { + return $this->image; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.php new file mode 100644 index 000000000..eb3568de3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.php @@ -0,0 +1,57 @@ +alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + public function setBlue($blue) + { + $this->blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/FcmOptions.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/FcmOptions.php new file mode 100644 index 000000000..e075c1308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/FcmOptions.php @@ -0,0 +1,30 @@ +analyticsLabel = $analyticsLabel; + } + public function getAnalyticsLabel() + { + return $this->analyticsLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.php new file mode 100644 index 000000000..b2487ee5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_FirebaseCloudMessaging_Color + */ + public function getColor() + { + return $this->color; + } + public function setLightOffDuration($lightOffDuration) + { + $this->lightOffDuration = $lightOffDuration; + } + public function getLightOffDuration() + { + return $this->lightOffDuration; + } + public function setLightOnDuration($lightOnDuration) + { + $this->lightOnDuration = $lightOnDuration; + } + public function getLightOnDuration() + { + return $this->lightOnDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Message.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Message.php new file mode 100644 index 000000000..c671f93ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Message.php @@ -0,0 +1,146 @@ +android = $android; + } + /** + * @return Google_Service_FirebaseCloudMessaging_AndroidConfig + */ + public function getAndroid() + { + return $this->android; + } + /** + * @param Google_Service_FirebaseCloudMessaging_ApnsConfig + */ + public function setApns(Google_Service_FirebaseCloudMessaging_ApnsConfig $apns) + { + $this->apns = $apns; + } + /** + * @return Google_Service_FirebaseCloudMessaging_ApnsConfig + */ + public function getApns() + { + return $this->apns; + } + public function setCondition($condition) + { + $this->condition = $condition; + } + public function getCondition() + { + return $this->condition; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_FirebaseCloudMessaging_FcmOptions + */ + public function setFcmOptions(Google_Service_FirebaseCloudMessaging_FcmOptions $fcmOptions) + { + $this->fcmOptions = $fcmOptions; + } + /** + * @return Google_Service_FirebaseCloudMessaging_FcmOptions + */ + public function getFcmOptions() + { + return $this->fcmOptions; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_FirebaseCloudMessaging_Notification + */ + public function setNotification(Google_Service_FirebaseCloudMessaging_Notification $notification) + { + $this->notification = $notification; + } + /** + * @return Google_Service_FirebaseCloudMessaging_Notification + */ + public function getNotification() + { + return $this->notification; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } + /** + * @param Google_Service_FirebaseCloudMessaging_WebpushConfig + */ + public function setWebpush(Google_Service_FirebaseCloudMessaging_WebpushConfig $webpush) + { + $this->webpush = $webpush; + } + /** + * @return Google_Service_FirebaseCloudMessaging_WebpushConfig + */ + public function getWebpush() + { + return $this->webpush; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Notification.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Notification.php new file mode 100644 index 000000000..ee90ac1d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Notification.php @@ -0,0 +1,48 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setImage($image) + { + $this->image = $image; + } + public function getImage() + { + return $this->image; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/Projects.php new file mode 100644 index 000000000..f5c0d7653 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $fcmService = new Google_Service_FirebaseCloudMessaging(...); + * $projects = $fcmService->projects; + * + */ +class Google_Service_FirebaseCloudMessaging_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/ProjectsMessages.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/ProjectsMessages.php new file mode 100644 index 000000000..c9e6f03c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Resource/ProjectsMessages.php @@ -0,0 +1,46 @@ + + * $fcmService = new Google_Service_FirebaseCloudMessaging(...); + * $messages = $fcmService->messages; + * + */ +class Google_Service_FirebaseCloudMessaging_Resource_ProjectsMessages extends Google_Service_Resource +{ + /** + * Send a message to specified target (a registration token, topic or + * condition). (messages.send) + * + * @param string $parent Required. It contains the Firebase project id (i.e. the + * unique identifier for your Firebase project), in the format of + * `projects/{project_id}`. For legacy support, the numeric project number with + * no padding is also supported in the format of `projects/{project_number}`. + * @param Google_Service_FirebaseCloudMessaging_SendMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseCloudMessaging_Message + */ + public function send($parent, Google_Service_FirebaseCloudMessaging_SendMessageRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('send', array($params), "Google_Service_FirebaseCloudMessaging_Message"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/SendMessageRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/SendMessageRequest.php new file mode 100644 index 000000000..21893aaf8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/SendMessageRequest.php @@ -0,0 +1,46 @@ +message = $message; + } + /** + * @return Google_Service_FirebaseCloudMessaging_Message + */ + public function getMessage() + { + return $this->message; + } + public function setValidateOnly($validateOnly) + { + $this->validateOnly = $validateOnly; + } + public function getValidateOnly() + { + return $this->validateOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushConfig.php new file mode 100644 index 000000000..1ae7f6f3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushConfig.php @@ -0,0 +1,64 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_FirebaseCloudMessaging_WebpushFcmOptions + */ + public function setFcmOptions(Google_Service_FirebaseCloudMessaging_WebpushFcmOptions $fcmOptions) + { + $this->fcmOptions = $fcmOptions; + } + /** + * @return Google_Service_FirebaseCloudMessaging_WebpushFcmOptions + */ + public function getFcmOptions() + { + return $this->fcmOptions; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setNotification($notification) + { + $this->notification = $notification; + } + public function getNotification() + { + return $this->notification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushFcmOptions.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushFcmOptions.php new file mode 100644 index 000000000..8ae4555be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/WebpushFcmOptions.php @@ -0,0 +1,30 @@ +link = $link; + } + public function getLink() + { + return $this->link; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks.php new file mode 100644 index 000000000..f74d1d5a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks.php @@ -0,0 +1,121 @@ + + * Programmatically creates and manages Firebase Dynamic Links. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseDynamicLinks extends Google_Service +{ + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + + public $managedShortLinks; + public $shortLinks; + public $v1; + + /** + * Constructs the internal representation of the FirebaseDynamicLinks 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://firebasedynamiclinks.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'firebasedynamiclinks'; + + $this->managedShortLinks = new Google_Service_FirebaseDynamicLinks_Resource_ManagedShortLinks( + $this, + $this->serviceName, + 'managedShortLinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/managedShortLinks:create', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->shortLinks = new Google_Service_FirebaseDynamicLinks_Resource_ShortLinks( + $this, + $this->serviceName, + 'shortLinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/shortLinks', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->v1 = new Google_Service_FirebaseDynamicLinks_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'getLinkStats' => array( + 'path' => 'v1/{dynamicLink}/linkStats', + 'httpMethod' => 'GET', + 'parameters' => array( + 'dynamicLink' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'durationDays' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sdkVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'installAttribution' => array( + 'path' => 'v1/installAttribution', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'reopenAttribution' => array( + 'path' => 'v1/reopenAttribution', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.php new file mode 100644 index 000000000..cb94d29aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.php @@ -0,0 +1,53 @@ +googlePlayAnalytics = $googlePlayAnalytics; + } + /** + * @return Google_Service_FirebaseDynamicLinks_GooglePlayAnalytics + */ + public function getGooglePlayAnalytics() + { + return $this->googlePlayAnalytics; + } + /** + * @param Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics + */ + public function setItunesConnectAnalytics(Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics $itunesConnectAnalytics) + { + $this->itunesConnectAnalytics = $itunesConnectAnalytics; + } + /** + * @return Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics + */ + public function getItunesConnectAnalytics() + { + return $this->itunesConnectAnalytics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.php new file mode 100644 index 000000000..a054c7f2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.php @@ -0,0 +1,57 @@ +androidFallbackLink = $androidFallbackLink; + } + public function getAndroidFallbackLink() + { + return $this->androidFallbackLink; + } + public function setAndroidLink($androidLink) + { + $this->androidLink = $androidLink; + } + public function getAndroidLink() + { + return $this->androidLink; + } + public function setAndroidMinPackageVersionCode($androidMinPackageVersionCode) + { + $this->androidMinPackageVersionCode = $androidMinPackageVersionCode; + } + public function getAndroidMinPackageVersionCode() + { + return $this->androidMinPackageVersionCode; + } + public function setAndroidPackageName($androidPackageName) + { + $this->androidPackageName = $androidPackageName; + } + public function getAndroidPackageName() + { + return $this->androidPackageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkRequest.php new file mode 100644 index 000000000..b711b9bc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkRequest.php @@ -0,0 +1,80 @@ +dynamicLinkInfo = $dynamicLinkInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo + */ + public function getDynamicLinkInfo() + { + return $this->dynamicLinkInfo; + } + public function setLongDynamicLink($longDynamicLink) + { + $this->longDynamicLink = $longDynamicLink; + } + public function getLongDynamicLink() + { + return $this->longDynamicLink; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSdkVersion($sdkVersion) + { + $this->sdkVersion = $sdkVersion; + } + public function getSdkVersion() + { + return $this->sdkVersion; + } + /** + * @param Google_Service_FirebaseDynamicLinks_Suffix + */ + public function setSuffix(Google_Service_FirebaseDynamicLinks_Suffix $suffix) + { + $this->suffix = $suffix; + } + /** + * @return Google_Service_FirebaseDynamicLinks_Suffix + */ + public function getSuffix() + { + return $this->suffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkResponse.php new file mode 100644 index 000000000..a99c6b97f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateManagedShortLinkResponse.php @@ -0,0 +1,63 @@ +managedShortLink = $managedShortLink; + } + /** + * @return Google_Service_FirebaseDynamicLinks_ManagedShortLink + */ + public function getManagedShortLink() + { + return $this->managedShortLink; + } + public function setPreviewLink($previewLink) + { + $this->previewLink = $previewLink; + } + public function getPreviewLink() + { + return $this->previewLink; + } + /** + * @param Google_Service_FirebaseDynamicLinks_DynamicLinkWarning + */ + public function setWarning($warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkRequest.php new file mode 100644 index 000000000..fe41196c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkRequest.php @@ -0,0 +1,71 @@ +dynamicLinkInfo = $dynamicLinkInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo + */ + public function getDynamicLinkInfo() + { + return $this->dynamicLinkInfo; + } + public function setLongDynamicLink($longDynamicLink) + { + $this->longDynamicLink = $longDynamicLink; + } + public function getLongDynamicLink() + { + return $this->longDynamicLink; + } + public function setSdkVersion($sdkVersion) + { + $this->sdkVersion = $sdkVersion; + } + public function getSdkVersion() + { + return $this->sdkVersion; + } + /** + * @param Google_Service_FirebaseDynamicLinks_Suffix + */ + public function setSuffix(Google_Service_FirebaseDynamicLinks_Suffix $suffix) + { + $this->suffix = $suffix; + } + /** + * @return Google_Service_FirebaseDynamicLinks_Suffix + */ + public function getSuffix() + { + return $this->suffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.php new file mode 100644 index 000000000..edf6e4fc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.php @@ -0,0 +1,56 @@ +previewLink = $previewLink; + } + public function getPreviewLink() + { + return $this->previewLink; + } + public function setShortLink($shortLink) + { + $this->shortLink = $shortLink; + } + public function getShortLink() + { + return $this->shortLink; + } + /** + * @param Google_Service_FirebaseDynamicLinks_DynamicLinkWarning + */ + public function setWarning($warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DesktopInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DesktopInfo.php new file mode 100644 index 000000000..2fc3be437 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DesktopInfo.php @@ -0,0 +1,30 @@ +desktopFallbackLink = $desktopFallbackLink; + } + public function getDesktopFallbackLink() + { + return $this->desktopFallbackLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DeviceInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DeviceInfo.php new file mode 100644 index 000000000..da51ba2a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DeviceInfo.php @@ -0,0 +1,84 @@ +deviceModelName = $deviceModelName; + } + public function getDeviceModelName() + { + return $this->deviceModelName; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setLanguageCodeFromWebview($languageCodeFromWebview) + { + $this->languageCodeFromWebview = $languageCodeFromWebview; + } + public function getLanguageCodeFromWebview() + { + return $this->languageCodeFromWebview; + } + public function setLanguageCodeRaw($languageCodeRaw) + { + $this->languageCodeRaw = $languageCodeRaw; + } + public function getLanguageCodeRaw() + { + return $this->languageCodeRaw; + } + public function setScreenResolutionHeight($screenResolutionHeight) + { + $this->screenResolutionHeight = $screenResolutionHeight; + } + public function getScreenResolutionHeight() + { + return $this->screenResolutionHeight; + } + public function setScreenResolutionWidth($screenResolutionWidth) + { + $this->screenResolutionWidth = $screenResolutionWidth; + } + public function getScreenResolutionWidth() + { + return $this->screenResolutionWidth; + } + public function setTimezone($timezone) + { + $this->timezone = $timezone; + } + public function getTimezone() + { + return $this->timezone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkEventStat.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkEventStat.php new file mode 100644 index 000000000..24e1f3a77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkEventStat.php @@ -0,0 +1,48 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setEvent($event) + { + $this->event = $event; + } + public function getEvent() + { + return $this->event; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.php new file mode 100644 index 000000000..096c9e5b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.php @@ -0,0 +1,144 @@ +analyticsInfo = $analyticsInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_AnalyticsInfo + */ + public function getAnalyticsInfo() + { + return $this->analyticsInfo; + } + /** + * @param Google_Service_FirebaseDynamicLinks_AndroidInfo + */ + public function setAndroidInfo(Google_Service_FirebaseDynamicLinks_AndroidInfo $androidInfo) + { + $this->androidInfo = $androidInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_AndroidInfo + */ + public function getAndroidInfo() + { + return $this->androidInfo; + } + /** + * @param Google_Service_FirebaseDynamicLinks_DesktopInfo + */ + public function setDesktopInfo(Google_Service_FirebaseDynamicLinks_DesktopInfo $desktopInfo) + { + $this->desktopInfo = $desktopInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DesktopInfo + */ + public function getDesktopInfo() + { + return $this->desktopInfo; + } + public function setDomainUriPrefix($domainUriPrefix) + { + $this->domainUriPrefix = $domainUriPrefix; + } + public function getDomainUriPrefix() + { + return $this->domainUriPrefix; + } + public function setDynamicLinkDomain($dynamicLinkDomain) + { + $this->dynamicLinkDomain = $dynamicLinkDomain; + } + public function getDynamicLinkDomain() + { + return $this->dynamicLinkDomain; + } + /** + * @param Google_Service_FirebaseDynamicLinks_IosInfo + */ + public function setIosInfo(Google_Service_FirebaseDynamicLinks_IosInfo $iosInfo) + { + $this->iosInfo = $iosInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_IosInfo + */ + public function getIosInfo() + { + return $this->iosInfo; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_FirebaseDynamicLinks_NavigationInfo + */ + public function setNavigationInfo(Google_Service_FirebaseDynamicLinks_NavigationInfo $navigationInfo) + { + $this->navigationInfo = $navigationInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_NavigationInfo + */ + public function getNavigationInfo() + { + return $this->navigationInfo; + } + /** + * @param Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo + */ + public function setSocialMetaTagInfo(Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo $socialMetaTagInfo) + { + $this->socialMetaTagInfo = $socialMetaTagInfo; + } + /** + * @return Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo + */ + public function getSocialMetaTagInfo() + { + return $this->socialMetaTagInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkStats.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkStats.php new file mode 100644 index 000000000..5e0e8cdfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkStats.php @@ -0,0 +1,38 @@ +linkEventStats = $linkEventStats; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkEventStat + */ + public function getLinkEventStats() + { + return $this->linkEventStats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.php new file mode 100644 index 000000000..db821132a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.php @@ -0,0 +1,48 @@ +warningCode = $warningCode; + } + public function getWarningCode() + { + return $this->warningCode; + } + public function setWarningDocumentLink($warningDocumentLink) + { + $this->warningDocumentLink = $warningDocumentLink; + } + public function getWarningDocumentLink() + { + return $this->warningDocumentLink; + } + public function setWarningMessage($warningMessage) + { + $this->warningMessage = $warningMessage; + } + public function getWarningMessage() + { + return $this->warningMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionRequest.php new file mode 100644 index 000000000..1fb276e07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionRequest.php @@ -0,0 +1,100 @@ +appInstallationTime = $appInstallationTime; + } + public function getAppInstallationTime() + { + return $this->appInstallationTime; + } + public function setBundleId($bundleId) + { + $this->bundleId = $bundleId; + } + public function getBundleId() + { + return $this->bundleId; + } + /** + * @param Google_Service_FirebaseDynamicLinks_DeviceInfo + */ + public function setDevice(Google_Service_FirebaseDynamicLinks_DeviceInfo $device) + { + $this->device = $device; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DeviceInfo + */ + public function getDevice() + { + return $this->device; + } + public function setIosVersion($iosVersion) + { + $this->iosVersion = $iosVersion; + } + public function getIosVersion() + { + return $this->iosVersion; + } + public function setRetrievalMethod($retrievalMethod) + { + $this->retrievalMethod = $retrievalMethod; + } + public function getRetrievalMethod() + { + return $this->retrievalMethod; + } + public function setSdkVersion($sdkVersion) + { + $this->sdkVersion = $sdkVersion; + } + public function getSdkVersion() + { + return $this->sdkVersion; + } + public function setUniqueMatchLinkToCheck($uniqueMatchLinkToCheck) + { + $this->uniqueMatchLinkToCheck = $uniqueMatchLinkToCheck; + } + public function getUniqueMatchLinkToCheck() + { + return $this->uniqueMatchLinkToCheck; + } + public function setVisualStyle($visualStyle) + { + $this->visualStyle = $visualStyle; + } + public function getVisualStyle() + { + return $this->visualStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionResponse.php new file mode 100644 index 000000000..631e81ca6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosPostInstallAttributionResponse.php @@ -0,0 +1,165 @@ +appMinimumVersion = $appMinimumVersion; + } + public function getAppMinimumVersion() + { + return $this->appMinimumVersion; + } + public function setAttributionConfidence($attributionConfidence) + { + $this->attributionConfidence = $attributionConfidence; + } + public function getAttributionConfidence() + { + return $this->attributionConfidence; + } + public function setDeepLink($deepLink) + { + $this->deepLink = $deepLink; + } + public function getDeepLink() + { + return $this->deepLink; + } + public function setExternalBrowserDestinationLink($externalBrowserDestinationLink) + { + $this->externalBrowserDestinationLink = $externalBrowserDestinationLink; + } + public function getExternalBrowserDestinationLink() + { + return $this->externalBrowserDestinationLink; + } + public function setFallbackLink($fallbackLink) + { + $this->fallbackLink = $fallbackLink; + } + public function getFallbackLink() + { + return $this->fallbackLink; + } + public function setInvitationId($invitationId) + { + $this->invitationId = $invitationId; + } + public function getInvitationId() + { + return $this->invitationId; + } + public function setIsStrongMatchExecutable($isStrongMatchExecutable) + { + $this->isStrongMatchExecutable = $isStrongMatchExecutable; + } + public function getIsStrongMatchExecutable() + { + return $this->isStrongMatchExecutable; + } + public function setMatchMessage($matchMessage) + { + $this->matchMessage = $matchMessage; + } + public function getMatchMessage() + { + return $this->matchMessage; + } + public function setRequestIpVersion($requestIpVersion) + { + $this->requestIpVersion = $requestIpVersion; + } + public function getRequestIpVersion() + { + return $this->requestIpVersion; + } + public function setRequestedLink($requestedLink) + { + $this->requestedLink = $requestedLink; + } + public function getRequestedLink() + { + return $this->requestedLink; + } + public function setResolvedLink($resolvedLink) + { + $this->resolvedLink = $resolvedLink; + } + public function getResolvedLink() + { + return $this->resolvedLink; + } + public function setUtmCampaign($utmCampaign) + { + $this->utmCampaign = $utmCampaign; + } + public function getUtmCampaign() + { + return $this->utmCampaign; + } + public function setUtmContent($utmContent) + { + $this->utmContent = $utmContent; + } + public function getUtmContent() + { + return $this->utmContent; + } + public function setUtmMedium($utmMedium) + { + $this->utmMedium = $utmMedium; + } + public function getUtmMedium() + { + return $this->utmMedium; + } + public function setUtmSource($utmSource) + { + $this->utmSource = $utmSource; + } + public function getUtmSource() + { + return $this->utmSource; + } + public function setUtmTerm($utmTerm) + { + $this->utmTerm = $utmTerm; + } + public function getUtmTerm() + { + return $this->utmTerm; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionRequest.php new file mode 100644 index 000000000..0708454e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionRequest.php @@ -0,0 +1,48 @@ +bundleId = $bundleId; + } + public function getBundleId() + { + return $this->bundleId; + } + public function setRequestedLink($requestedLink) + { + $this->requestedLink = $requestedLink; + } + public function getRequestedLink() + { + return $this->requestedLink; + } + public function setSdkVersion($sdkVersion) + { + $this->sdkVersion = $sdkVersion; + } + public function getSdkVersion() + { + return $this->sdkVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionResponse.php new file mode 100644 index 000000000..9eb170bff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GetIosReopenAttributionResponse.php @@ -0,0 +1,102 @@ +deepLink = $deepLink; + } + public function getDeepLink() + { + return $this->deepLink; + } + public function setInvitationId($invitationId) + { + $this->invitationId = $invitationId; + } + public function getInvitationId() + { + return $this->invitationId; + } + public function setIosMinAppVersion($iosMinAppVersion) + { + $this->iosMinAppVersion = $iosMinAppVersion; + } + public function getIosMinAppVersion() + { + return $this->iosMinAppVersion; + } + public function setResolvedLink($resolvedLink) + { + $this->resolvedLink = $resolvedLink; + } + public function getResolvedLink() + { + return $this->resolvedLink; + } + public function setUtmCampaign($utmCampaign) + { + $this->utmCampaign = $utmCampaign; + } + public function getUtmCampaign() + { + return $this->utmCampaign; + } + public function setUtmContent($utmContent) + { + $this->utmContent = $utmContent; + } + public function getUtmContent() + { + return $this->utmContent; + } + public function setUtmMedium($utmMedium) + { + $this->utmMedium = $utmMedium; + } + public function getUtmMedium() + { + return $this->utmMedium; + } + public function setUtmSource($utmSource) + { + $this->utmSource = $utmSource; + } + public function getUtmSource() + { + return $this->utmSource; + } + public function setUtmTerm($utmTerm) + { + $this->utmTerm = $utmTerm; + } + public function getUtmTerm() + { + return $this->utmTerm; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php new file mode 100644 index 000000000..74dc9cf78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php @@ -0,0 +1,75 @@ +gclid = $gclid; + } + public function getGclid() + { + return $this->gclid; + } + public function setUtmCampaign($utmCampaign) + { + $this->utmCampaign = $utmCampaign; + } + public function getUtmCampaign() + { + return $this->utmCampaign; + } + public function setUtmContent($utmContent) + { + $this->utmContent = $utmContent; + } + public function getUtmContent() + { + return $this->utmContent; + } + public function setUtmMedium($utmMedium) + { + $this->utmMedium = $utmMedium; + } + public function getUtmMedium() + { + return $this->utmMedium; + } + public function setUtmSource($utmSource) + { + $this->utmSource = $utmSource; + } + public function getUtmSource() + { + return $this->utmSource; + } + public function setUtmTerm($utmTerm) + { + $this->utmTerm = $utmTerm; + } + public function getUtmTerm() + { + return $this->utmTerm; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ITunesConnectAnalytics.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ITunesConnectAnalytics.php new file mode 100644 index 000000000..1119c4544 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ITunesConnectAnalytics.php @@ -0,0 +1,57 @@ +at = $at; + } + public function getAt() + { + return $this->at; + } + public function setCt($ct) + { + $this->ct = $ct; + } + public function getCt() + { + return $this->ct; + } + public function setMt($mt) + { + $this->mt = $mt; + } + public function getMt() + { + return $this->mt; + } + public function setPt($pt) + { + $this->pt = $pt; + } + public function getPt() + { + return $this->pt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/IosInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/IosInfo.php new file mode 100644 index 000000000..b93a771e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/IosInfo.php @@ -0,0 +1,84 @@ +iosAppStoreId = $iosAppStoreId; + } + public function getIosAppStoreId() + { + return $this->iosAppStoreId; + } + public function setIosBundleId($iosBundleId) + { + $this->iosBundleId = $iosBundleId; + } + public function getIosBundleId() + { + return $this->iosBundleId; + } + public function setIosCustomScheme($iosCustomScheme) + { + $this->iosCustomScheme = $iosCustomScheme; + } + public function getIosCustomScheme() + { + return $this->iosCustomScheme; + } + public function setIosFallbackLink($iosFallbackLink) + { + $this->iosFallbackLink = $iosFallbackLink; + } + public function getIosFallbackLink() + { + return $this->iosFallbackLink; + } + public function setIosIpadBundleId($iosIpadBundleId) + { + $this->iosIpadBundleId = $iosIpadBundleId; + } + public function getIosIpadBundleId() + { + return $this->iosIpadBundleId; + } + public function setIosIpadFallbackLink($iosIpadFallbackLink) + { + $this->iosIpadFallbackLink = $iosIpadFallbackLink; + } + public function getIosIpadFallbackLink() + { + return $this->iosIpadFallbackLink; + } + public function setIosMinimumVersion($iosMinimumVersion) + { + $this->iosMinimumVersion = $iosMinimumVersion; + } + public function getIosMinimumVersion() + { + return $this->iosMinimumVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ManagedShortLink.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ManagedShortLink.php new file mode 100644 index 000000000..608ced7de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ManagedShortLink.php @@ -0,0 +1,83 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setFlaggedAttribute($flaggedAttribute) + { + $this->flaggedAttribute = $flaggedAttribute; + } + public function getFlaggedAttribute() + { + return $this->flaggedAttribute; + } + /** + * @param Google_Service_FirebaseDynamicLinks_DynamicLinkInfo + */ + public function setInfo(Google_Service_FirebaseDynamicLinks_DynamicLinkInfo $info) + { + $this->info = $info; + } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo + */ + public function getInfo() + { + return $this->info; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setLinkName($linkName) + { + $this->linkName = $linkName; + } + public function getLinkName() + { + return $this->linkName; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/NavigationInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/NavigationInfo.php new file mode 100644 index 000000000..e0a592e7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/NavigationInfo.php @@ -0,0 +1,30 @@ +enableForcedRedirect = $enableForcedRedirect; + } + public function getEnableForcedRedirect() + { + return $this->enableForcedRedirect; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ManagedShortLinks.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ManagedShortLinks.php new file mode 100644 index 000000000..7f699d852 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ManagedShortLinks.php @@ -0,0 +1,52 @@ + + * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinks(...); + * $managedShortLinks = $firebasedynamiclinksService->managedShortLinks; + * + */ +class Google_Service_FirebaseDynamicLinks_Resource_ManagedShortLinks extends Google_Service_Resource +{ + /** + * Creates a managed short Dynamic Link given either a valid long Dynamic Link + * or details such as Dynamic Link domain, Android and iOS app information. The + * created short Dynamic Link will not expire. + * + * This differs from CreateShortDynamicLink in the following ways: - The + * request will also contain a name for the link (non unique name for the + * front end). - The response must be authenticated with an auth token + * (generated with the admin service account). - The link will appear in + * the FDL list of links in the console front end. + * + * The Dynamic Link domain in the request must be owned by requester's Firebase + * project. (managedShortLinks.create) + * + * @param Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkResponse + */ + public function create(Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseDynamicLinks_CreateManagedShortLinkResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ShortLinks.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ShortLinks.php new file mode 100644 index 000000000..143c90cc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/ShortLinks.php @@ -0,0 +1,49 @@ + + * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinks(...); + * $shortLinks = $firebasedynamiclinksService->shortLinks; + * + */ +class Google_Service_FirebaseDynamicLinks_Resource_ShortLinks extends Google_Service_Resource +{ + /** + * Creates a short Dynamic Link given either a valid long Dynamic Link or + * details such as Dynamic Link domain, Android and iOS app information. The + * created short Dynamic Link will not expire. + * + * Repeated calls with the same long Dynamic Link or Dynamic Link information + * will produce the same short Dynamic Link. + * + * The Dynamic Link domain in the request must be owned by requester's Firebase + * project. (shortLinks.create) + * + * @param Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkResponse + */ + public function create(Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/V1.php new file mode 100644 index 000000000..a053609c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Resource/V1.php @@ -0,0 +1,76 @@ + + * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinks(...); + * $v1 = $firebasedynamiclinksService->v1; + * + */ +class Google_Service_FirebaseDynamicLinks_Resource_V1 extends Google_Service_Resource +{ + /** + * Fetches analytics stats of a short Dynamic Link for a given duration. Metrics + * include number of clicks, redirects, installs, app first opens, and app + * reopens. (v1.getLinkStats) + * + * @param string $dynamicLink Dynamic Link URL. e.g. + * https://abcd.app.goo.gl/wxyz + * @param array $optParams Optional parameters. + * + * @opt_param string durationDays The span of time requested in days. + * @opt_param string sdkVersion Google SDK version. Version takes the form + * "$major.$minor.$patch" + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkStats + */ + public function getLinkStats($dynamicLink, $optParams = array()) + { + $params = array('dynamicLink' => $dynamicLink); + $params = array_merge($params, $optParams); + return $this->call('getLinkStats', array($params), "Google_Service_FirebaseDynamicLinks_DynamicLinkStats"); + } + /** + * Get iOS strong/weak-match info for post-install attribution. + * (v1.installAttribution) + * + * @param Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionResponse + */ + public function installAttribution(Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('installAttribution', array($params), "Google_Service_FirebaseDynamicLinks_GetIosPostInstallAttributionResponse"); + } + /** + * Get iOS reopen attribution for app universal link open deeplinking. + * (v1.reopenAttribution) + * + * @param Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionResponse + */ + public function reopenAttribution(Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reopenAttribution', array($params), "Google_Service_FirebaseDynamicLinks_GetIosReopenAttributionResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/SocialMetaTagInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/SocialMetaTagInfo.php new file mode 100644 index 000000000..0a36bb7a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/SocialMetaTagInfo.php @@ -0,0 +1,48 @@ +socialDescription = $socialDescription; + } + public function getSocialDescription() + { + return $this->socialDescription; + } + public function setSocialImageLink($socialImageLink) + { + $this->socialImageLink = $socialImageLink; + } + public function getSocialImageLink() + { + return $this->socialImageLink; + } + public function setSocialTitle($socialTitle) + { + $this->socialTitle = $socialTitle; + } + public function getSocialTitle() + { + return $this->socialTitle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Suffix.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Suffix.php new file mode 100644 index 000000000..9fa02574f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/Suffix.php @@ -0,0 +1,39 @@ +customSuffix = $customSuffix; + } + public function getCustomSuffix() + { + return $this->customSuffix; + } + public function setOption($option) + { + $this->option = $option; + } + public function getOption() + { + return $this->option; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php new file mode 100644 index 000000000..e1a483257 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php @@ -0,0 +1,69 @@ + + * Firebase Dynamic Links API enables third party developers to create and + * manage the Dynamic Links(go/fdl). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseDynamicLinksAPI extends Google_Service +{ + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + + public $shortDynamicLinks; + + /** + * Constructs the internal representation of the FirebaseDynamicLinksAPI + * service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://firebasedynamiclinks.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'firebasedynamiclinks'; + + $this->shortDynamicLinks = new Google_Service_FirebaseDynamicLinksAPI_Resource_ShortDynamicLinks( + $this, + $this->serviceName, + 'shortDynamicLinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/shortDynamicLinks', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AnalyticsInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AnalyticsInfo.php new file mode 100644 index 000000000..d5fec7eb9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AnalyticsInfo.php @@ -0,0 +1,41 @@ +googlePlayAnalytics = $googlePlayAnalytics; + } + public function getGooglePlayAnalytics() + { + return $this->googlePlayAnalytics; + } + public function setItunesConnectAnalytics(Google_Service_FirebaseDynamicLinksAPI_ITunesConnectAnalytics $itunesConnectAnalytics) + { + $this->itunesConnectAnalytics = $itunesConnectAnalytics; + } + public function getItunesConnectAnalytics() + { + return $this->itunesConnectAnalytics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AndroidInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AndroidInfo.php new file mode 100644 index 000000000..16c247f8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/AndroidInfo.php @@ -0,0 +1,57 @@ +androidFallbackLink = $androidFallbackLink; + } + public function getAndroidFallbackLink() + { + return $this->androidFallbackLink; + } + public function setAndroidLink($androidLink) + { + $this->androidLink = $androidLink; + } + public function getAndroidLink() + { + return $this->androidLink; + } + public function setAndroidMinPackageVersionCode($androidMinPackageVersionCode) + { + $this->androidMinPackageVersionCode = $androidMinPackageVersionCode; + } + public function getAndroidMinPackageVersionCode() + { + return $this->androidMinPackageVersionCode; + } + public function setAndroidPackageName($androidPackageName) + { + $this->androidPackageName = $androidPackageName; + } + public function getAndroidPackageName() + { + return $this->androidPackageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkRequest.php new file mode 100644 index 000000000..7cd29d4e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkRequest.php @@ -0,0 +1,50 @@ +dynamicLinkInfo = $dynamicLinkInfo; + } + public function getDynamicLinkInfo() + { + return $this->dynamicLinkInfo; + } + public function setLongDynamicLink($longDynamicLink) + { + $this->longDynamicLink = $longDynamicLink; + } + public function getLongDynamicLink() + { + return $this->longDynamicLink; + } + public function setSuffix(Google_Service_FirebaseDynamicLinksAPI_Suffix $suffix) + { + $this->suffix = $suffix; + } + public function getSuffix() + { + return $this->suffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkResponse.php new file mode 100644 index 000000000..1b9812425 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/CreateShortDynamicLinkResponse.php @@ -0,0 +1,50 @@ +previewLink = $previewLink; + } + public function getPreviewLink() + { + return $this->previewLink; + } + public function setShortLink($shortLink) + { + $this->shortLink = $shortLink; + } + public function getShortLink() + { + return $this->shortLink; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkInfo.php new file mode 100644 index 000000000..d9e45a654 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkInfo.php @@ -0,0 +1,88 @@ +analyticsInfo = $analyticsInfo; + } + public function getAnalyticsInfo() + { + return $this->analyticsInfo; + } + public function setAndroidInfo(Google_Service_FirebaseDynamicLinksAPI_AndroidInfo $androidInfo) + { + $this->androidInfo = $androidInfo; + } + public function getAndroidInfo() + { + return $this->androidInfo; + } + public function setDynamicLinkDomain($dynamicLinkDomain) + { + $this->dynamicLinkDomain = $dynamicLinkDomain; + } + public function getDynamicLinkDomain() + { + return $this->dynamicLinkDomain; + } + public function setIosInfo(Google_Service_FirebaseDynamicLinksAPI_IosInfo $iosInfo) + { + $this->iosInfo = $iosInfo; + } + public function getIosInfo() + { + return $this->iosInfo; + } + public function setIsAd($isAd) + { + $this->isAd = $isAd; + } + public function getIsAd() + { + return $this->isAd; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setSocialMetaTagInfo(Google_Service_FirebaseDynamicLinksAPI_SocialMetaTagInfo $socialMetaTagInfo) + { + $this->socialMetaTagInfo = $socialMetaTagInfo; + } + public function getSocialMetaTagInfo() + { + return $this->socialMetaTagInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkWarning.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkWarning.php new file mode 100644 index 000000000..59a11bbe2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/DynamicLinkWarning.php @@ -0,0 +1,39 @@ +warningCode = $warningCode; + } + public function getWarningCode() + { + return $this->warningCode; + } + public function setWarningMessage($warningMessage) + { + $this->warningMessage = $warningMessage; + } + public function getWarningMessage() + { + return $this->warningMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/GooglePlayAnalytics.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/GooglePlayAnalytics.php new file mode 100644 index 000000000..8bf970022 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/GooglePlayAnalytics.php @@ -0,0 +1,75 @@ +gclid = $gclid; + } + public function getGclid() + { + return $this->gclid; + } + public function setUtmCampaign($utmCampaign) + { + $this->utmCampaign = $utmCampaign; + } + public function getUtmCampaign() + { + return $this->utmCampaign; + } + public function setUtmContent($utmContent) + { + $this->utmContent = $utmContent; + } + public function getUtmContent() + { + return $this->utmContent; + } + public function setUtmMedium($utmMedium) + { + $this->utmMedium = $utmMedium; + } + public function getUtmMedium() + { + return $this->utmMedium; + } + public function setUtmSource($utmSource) + { + $this->utmSource = $utmSource; + } + public function getUtmSource() + { + return $this->utmSource; + } + public function setUtmTerm($utmTerm) + { + $this->utmTerm = $utmTerm; + } + public function getUtmTerm() + { + return $this->utmTerm; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/ITunesConnectAnalytics.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/ITunesConnectAnalytics.php new file mode 100644 index 000000000..50c208974 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/ITunesConnectAnalytics.php @@ -0,0 +1,57 @@ +at = $at; + } + public function getAt() + { + return $this->at; + } + public function setCt($ct) + { + $this->ct = $ct; + } + public function getCt() + { + return $this->ct; + } + public function setMt($mt) + { + $this->mt = $mt; + } + public function getMt() + { + return $this->mt; + } + public function setPt($pt) + { + $this->pt = $pt; + } + public function getPt() + { + return $this->pt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/IosInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/IosInfo.php new file mode 100644 index 000000000..8265b9548 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/IosInfo.php @@ -0,0 +1,75 @@ +iosAppStoreId = $iosAppStoreId; + } + public function getIosAppStoreId() + { + return $this->iosAppStoreId; + } + public function setIosBundleId($iosBundleId) + { + $this->iosBundleId = $iosBundleId; + } + public function getIosBundleId() + { + return $this->iosBundleId; + } + public function setIosCustomScheme($iosCustomScheme) + { + $this->iosCustomScheme = $iosCustomScheme; + } + public function getIosCustomScheme() + { + return $this->iosCustomScheme; + } + public function setIosFallbackLink($iosFallbackLink) + { + $this->iosFallbackLink = $iosFallbackLink; + } + public function getIosFallbackLink() + { + return $this->iosFallbackLink; + } + public function setIosIpadBundleId($iosIpadBundleId) + { + $this->iosIpadBundleId = $iosIpadBundleId; + } + public function getIosIpadBundleId() + { + return $this->iosIpadBundleId; + } + public function setIosIpadFallbackLink($iosIpadFallbackLink) + { + $this->iosIpadFallbackLink = $iosIpadFallbackLink; + } + public function getIosIpadFallbackLink() + { + return $this->iosIpadFallbackLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Resource/ShortDynamicLinks.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Resource/ShortDynamicLinks.php new file mode 100644 index 000000000..8d4da22b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Resource/ShortDynamicLinks.php @@ -0,0 +1,49 @@ + + * $firebasedynamiclinksService = new Google_Service_FirebaseDynamicLinksAPI(...); + * $shortDynamicLinks = $firebasedynamiclinksService->shortDynamicLinks; + * + */ +class Google_Service_FirebaseDynamicLinksAPI_Resource_ShortDynamicLinks extends Google_Service_Resource +{ + /** + * Creates a short Dynamic Link given either a valid long Dynamic Link or + * details such as Dynamic Link domain, Android and iOS app information. The + * created short Dynamic Link will not expire. + * + * Repeated calls with the same long Dynamic Link or Dynamic Link information + * will produce the same short Dynamic Link. + * + * The Dynamic Link domain in the request must be owned by requester's Firebase + * project. (shortDynamicLinks.create) + * + * @param Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkResponse + */ + public function create(Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseDynamicLinksAPI_CreateShortDynamicLinkResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/SocialMetaTagInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/SocialMetaTagInfo.php new file mode 100644 index 000000000..7bd7a16f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/SocialMetaTagInfo.php @@ -0,0 +1,48 @@ +socialDescription = $socialDescription; + } + public function getSocialDescription() + { + return $this->socialDescription; + } + public function setSocialImageLink($socialImageLink) + { + $this->socialImageLink = $socialImageLink; + } + public function getSocialImageLink() + { + return $this->socialImageLink; + } + public function setSocialTitle($socialTitle) + { + $this->socialTitle = $socialTitle; + } + public function getSocialTitle() + { + return $this->socialTitle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Suffix.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Suffix.php new file mode 100644 index 000000000..6af2a55ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/Suffix.php @@ -0,0 +1,30 @@ +option = $option; + } + public function getOption() + { + return $this->option; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting.php new file mode 100644 index 000000000..d47561a57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting.php @@ -0,0 +1,308 @@ + + * The Firebase Hosting REST API enables programmatic and customizable + * deployments to your Firebase-hosted sites. Use this REST API to deploy new or + * updated hosting configurations and content files. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseHosting extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + /** View all your Firebase data and settings. */ + const FIREBASE_READONLY = + "https://www.googleapis.com/auth/firebase.readonly"; + + public $sites; + public $sites_domains; + public $sites_releases; + public $sites_versions; + public $sites_versions_files; + + /** + * Constructs the internal representation of the FirebaseHosting 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://firebasehosting.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'firebasehosting'; + + $this->sites = new Google_Service_FirebaseHosting_Resource_Sites( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'getConfig' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateConfig' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sites_domains = new Google_Service_FirebaseHosting_Resource_SitesDomains( + $this, + $this->serviceName, + 'domains', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/domains', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/domains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sites_releases = new Google_Service_FirebaseHosting_Resource_SitesReleases( + $this, + $this->serviceName, + 'releases', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/releases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/releases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->sites_versions = new Google_Service_FirebaseHosting_Resource_SitesVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sizeBytes' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'versionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'populateFiles' => array( + 'path' => 'v1beta1/{+parent}:populateFiles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sites_versions_files = new Google_Service_FirebaseHosting_Resource_SitesVersionsFiles( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/{+parent}/files', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ActingUser.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ActingUser.php new file mode 100644 index 000000000..0bcc29a80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ActingUser.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CertDnsChallenge.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CertDnsChallenge.php new file mode 100644 index 000000000..379b971af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CertDnsChallenge.php @@ -0,0 +1,39 @@ +domainName = $domainName; + } + public function getDomainName() + { + return $this->domainName; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CertHttpChallenge.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CertHttpChallenge.php new file mode 100644 index 000000000..46e8f78ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CertHttpChallenge.php @@ -0,0 +1,39 @@ +path = $path; + } + public function getPath() + { + return $this->path; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CloudRunRewrite.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CloudRunRewrite.php new file mode 100644 index 000000000..9c2190323 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/CloudRunRewrite.php @@ -0,0 +1,39 @@ +region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setServiceId($serviceId) + { + $this->serviceId = $serviceId; + } + public function getServiceId() + { + return $this->serviceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Domain.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Domain.php new file mode 100644 index 000000000..f43624f36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Domain.php @@ -0,0 +1,89 @@ +domainName = $domainName; + } + public function getDomainName() + { + return $this->domainName; + } + /** + * @param Google_Service_FirebaseHosting_DomainRedirect + */ + public function setDomainRedirect(Google_Service_FirebaseHosting_DomainRedirect $domainRedirect) + { + $this->domainRedirect = $domainRedirect; + } + /** + * @return Google_Service_FirebaseHosting_DomainRedirect + */ + public function getDomainRedirect() + { + return $this->domainRedirect; + } + /** + * @param Google_Service_FirebaseHosting_DomainProvisioning + */ + public function setProvisioning(Google_Service_FirebaseHosting_DomainProvisioning $provisioning) + { + $this->provisioning = $provisioning; + } + /** + * @return Google_Service_FirebaseHosting_DomainProvisioning + */ + public function getProvisioning() + { + return $this->provisioning; + } + public function setSite($site) + { + $this->site = $site; + } + public function getSite() + { + return $this->site; + } + 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/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/DomainProvisioning.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/DomainProvisioning.php new file mode 100644 index 000000000..539098623 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/DomainProvisioning.php @@ -0,0 +1,108 @@ +certChallengeDiscoveredTxt = $certChallengeDiscoveredTxt; + } + public function getCertChallengeDiscoveredTxt() + { + return $this->certChallengeDiscoveredTxt; + } + /** + * @param Google_Service_FirebaseHosting_CertDnsChallenge + */ + public function setCertChallengeDns(Google_Service_FirebaseHosting_CertDnsChallenge $certChallengeDns) + { + $this->certChallengeDns = $certChallengeDns; + } + /** + * @return Google_Service_FirebaseHosting_CertDnsChallenge + */ + public function getCertChallengeDns() + { + return $this->certChallengeDns; + } + /** + * @param Google_Service_FirebaseHosting_CertHttpChallenge + */ + public function setCertChallengeHttp(Google_Service_FirebaseHosting_CertHttpChallenge $certChallengeHttp) + { + $this->certChallengeHttp = $certChallengeHttp; + } + /** + * @return Google_Service_FirebaseHosting_CertHttpChallenge + */ + public function getCertChallengeHttp() + { + return $this->certChallengeHttp; + } + public function setCertStatus($certStatus) + { + $this->certStatus = $certStatus; + } + public function getCertStatus() + { + return $this->certStatus; + } + public function setDiscoveredIps($discoveredIps) + { + $this->discoveredIps = $discoveredIps; + } + public function getDiscoveredIps() + { + return $this->discoveredIps; + } + public function setDnsFetchTime($dnsFetchTime) + { + $this->dnsFetchTime = $dnsFetchTime; + } + public function getDnsFetchTime() + { + return $this->dnsFetchTime; + } + public function setDnsStatus($dnsStatus) + { + $this->dnsStatus = $dnsStatus; + } + public function getDnsStatus() + { + return $this->dnsStatus; + } + public function setExpectedIps($expectedIps) + { + $this->expectedIps = $expectedIps; + } + public function getExpectedIps() + { + return $this->expectedIps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/DomainRedirect.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/DomainRedirect.php new file mode 100644 index 000000000..f9e835102 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/DomainRedirect.php @@ -0,0 +1,39 @@ +domainName = $domainName; + } + public function getDomainName() + { + return $this->domainName; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/FirebasehostingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/FirebasehostingEmpty.php new file mode 100644 index 000000000..5be3f5658 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/FirebasehostingEmpty.php @@ -0,0 +1,20 @@ +glob = $glob; + } + public function getGlob() + { + return $this->glob; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setRegex($regex) + { + $this->regex = $regex; + } + public function getRegex() + { + return $this->regex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListDomainsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListDomainsResponse.php new file mode 100644 index 000000000..4b937f66b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListDomainsResponse.php @@ -0,0 +1,47 @@ +domains = $domains; + } + /** + * @return Google_Service_FirebaseHosting_Domain + */ + public function getDomains() + { + return $this->domains; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListReleasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListReleasesResponse.php new file mode 100644 index 000000000..db53a4e5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListReleasesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_FirebaseHosting_Release + */ + public function setReleases($releases) + { + $this->releases = $releases; + } + /** + * @return Google_Service_FirebaseHosting_Release + */ + public function getReleases() + { + return $this->releases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListVersionFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListVersionFilesResponse.php new file mode 100644 index 000000000..f55ddbb3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ListVersionFilesResponse.php @@ -0,0 +1,47 @@ +files = $files; + } + /** + * @return Google_Service_FirebaseHosting_VersionFile + */ + public function getFiles() + { + return $this->files; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/PopulateVersionFilesRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/PopulateVersionFilesRequest.php new file mode 100644 index 000000000..bd00de69a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/PopulateVersionFilesRequest.php @@ -0,0 +1,30 @@ +files = $files; + } + public function getFiles() + { + return $this->files; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/PopulateVersionFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/PopulateVersionFilesResponse.php new file mode 100644 index 000000000..9f6443c8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/PopulateVersionFilesResponse.php @@ -0,0 +1,40 @@ +uploadRequiredHashes = $uploadRequiredHashes; + } + public function getUploadRequiredHashes() + { + return $this->uploadRequiredHashes; + } + public function setUploadUrl($uploadUrl) + { + $this->uploadUrl = $uploadUrl; + } + public function getUploadUrl() + { + return $this->uploadUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Redirect.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Redirect.php new file mode 100644 index 000000000..58dd06303 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Redirect.php @@ -0,0 +1,57 @@ +glob = $glob; + } + public function getGlob() + { + return $this->glob; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setRegex($regex) + { + $this->regex = $regex; + } + public function getRegex() + { + return $this->regex; + } + public function setStatusCode($statusCode) + { + $this->statusCode = $statusCode; + } + public function getStatusCode() + { + return $this->statusCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Release.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Release.php new file mode 100644 index 000000000..98e65a6ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Release.php @@ -0,0 +1,89 @@ +message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setReleaseTime($releaseTime) + { + $this->releaseTime = $releaseTime; + } + public function getReleaseTime() + { + return $this->releaseTime; + } + /** + * @param Google_Service_FirebaseHosting_ActingUser + */ + public function setReleaseUser(Google_Service_FirebaseHosting_ActingUser $releaseUser) + { + $this->releaseUser = $releaseUser; + } + /** + * @return Google_Service_FirebaseHosting_ActingUser + */ + public function getReleaseUser() + { + return $this->releaseUser; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_FirebaseHosting_Version + */ + public function setVersion(Google_Service_FirebaseHosting_Version $version) + { + $this->version = $version; + } + /** + * @return Google_Service_FirebaseHosting_Version + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/Sites.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/Sites.php new file mode 100644 index 000000000..c9a7afdfb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/Sites.php @@ -0,0 +1,63 @@ + + * $firebasehostingService = new Google_Service_FirebaseHosting(...); + * $sites = $firebasehostingService->sites; + * + */ +class Google_Service_FirebaseHosting_Resource_Sites extends Google_Service_Resource +{ + /** + * Gets the Hosting metadata for a specific site. (sites.getConfig) + * + * @param string $name Required. The site for which to get the SiteConfig, in + * the format: sites/site-name/config + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_SiteConfig + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_FirebaseHosting_SiteConfig"); + } + /** + * Sets the Hosting metadata for a specific site. (sites.updateConfig) + * + * @param string $name Required. The site for which to update the SiteConfig, in + * the format: sites/site-name/config + * @param Google_Service_FirebaseHosting_SiteConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A set of field names from your [site + * configuration](../sites.SiteConfig) that you want to update. A field will be + * overwritten if, and only if, it's in the mask. If a mask is not provided then + * a default mask of only [`max_versions`](../sites.SiteConfig.max_versions) + * will be used. + * @return Google_Service_FirebaseHosting_SiteConfig + */ + public function updateConfig($name, Google_Service_FirebaseHosting_SiteConfig $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateConfig', array($params), "Google_Service_FirebaseHosting_SiteConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesDomains.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesDomains.php new file mode 100644 index 000000000..03d7b0d0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesDomains.php @@ -0,0 +1,103 @@ + + * $firebasehostingService = new Google_Service_FirebaseHosting(...); + * $domains = $firebasehostingService->domains; + * + */ +class Google_Service_FirebaseHosting_Resource_SitesDomains extends Google_Service_Resource +{ + /** + * Creates a domain mapping on the specified site. (domains.create) + * + * @param string $parent Required. The parent to create the domain association + * for, in the format: sites/site-name + * @param Google_Service_FirebaseHosting_Domain $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_Domain + */ + public function create($parent, Google_Service_FirebaseHosting_Domain $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseHosting_Domain"); + } + /** + * Deletes the existing domain mapping on the specified site. (domains.delete) + * + * @param string $name Required. The name of the domain association to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_FirebasehostingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseHosting_FirebasehostingEmpty"); + } + /** + * Gets a domain mapping on the specified site. (domains.get) + * + * @param string $name Required. The name of the domain configuration to get. + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_Domain + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseHosting_Domain"); + } + /** + * Lists the domains for the specified site. (domains.listSitesDomains) + * + * @param string $parent Required. The parent for which to list domains, in the + * format: sites/site-name + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token from a previous request, if + * provided. + * @opt_param int pageSize The page size to return. Defaults to 50. + * @return Google_Service_FirebaseHosting_ListDomainsResponse + */ + public function listSitesDomains($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseHosting_ListDomainsResponse"); + } + /** + * Updates the specified domain mapping, creating the mapping as if it does not + * exist. (domains.update) + * + * @param string $name Required. The name of the domain association to update or + * create, if an association doesn't already exist. + * @param Google_Service_FirebaseHosting_Domain $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_Domain + */ + public function update($name, Google_Service_FirebaseHosting_Domain $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_FirebaseHosting_Domain"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesReleases.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesReleases.php new file mode 100644 index 000000000..2e88f6e82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesReleases.php @@ -0,0 +1,70 @@ + + * $firebasehostingService = new Google_Service_FirebaseHosting(...); + * $releases = $firebasehostingService->releases; + * + */ +class Google_Service_FirebaseHosting_Resource_SitesReleases extends Google_Service_Resource +{ + /** + * Creates a new release which makes the content of the specified version + * actively display on the site. (releases.create) + * + * @param string $parent The site that the release belongs to, in the format: + * sites/site-name + * @param Google_Service_FirebaseHosting_Release $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string versionName The unique identifier for a version, in the + * format: /sites/site-name/versions/versionID The site-name in this version + * identifier must match the site-name in the `parent` parameter. + * + * This query parameter must be empty if the `type` field in the request body is + * `SITE_DISABLE`. + * @return Google_Service_FirebaseHosting_Release + */ + public function create($parent, Google_Service_FirebaseHosting_Release $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseHosting_Release"); + } + /** + * Lists the releases that have been created on the specified site. + * (releases.listSitesReleases) + * + * @param string $parent Required. The parent for which to list files, in the + * format: sites/site-name + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token from a previous request, if + * provided. + * @opt_param int pageSize The page size to return. Defaults to 100. + * @return Google_Service_FirebaseHosting_ListReleasesResponse + */ + public function listSitesReleases($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseHosting_ListReleasesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesVersions.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesVersions.php new file mode 100644 index 000000000..677555674 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesVersions.php @@ -0,0 +1,103 @@ + + * $firebasehostingService = new Google_Service_FirebaseHosting(...); + * $versions = $firebasehostingService->versions; + * + */ +class Google_Service_FirebaseHosting_Resource_SitesVersions extends Google_Service_Resource +{ + /** + * Creates a new version for a site. (versions.create) + * + * @param string $parent Required. The parent to create the version for, in the + * format: sites/site-name + * @param Google_Service_FirebaseHosting_Version $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string sizeBytes The self-reported size of the version. This value + * is used for a pre-emptive quota check for legacy version uploads. + * @opt_param string versionId A unique id for the new version. This is only + * specified for legacy version creations. + * @return Google_Service_FirebaseHosting_Version + */ + public function create($parent, Google_Service_FirebaseHosting_Version $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseHosting_Version"); + } + /** + * Deletes the specified version. (versions.delete) + * + * @param string $name Required. The name of the version to be deleted, in the + * format: sites/site-name/versions/versionID + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_FirebasehostingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseHosting_FirebasehostingEmpty"); + } + /** + * Updates the specified metadata for a version. Note that this method will fail + * with `FAILED_PRECONDITION` in the event of an invalid state transition. The + * only valid transition for a version is currently from a `CREATED` status to a + * `FINALIZED` status. Use [`DeleteVersion`](../sites.versions/delete) to set + * the status of a version to `DELETED`. (versions.patch) + * + * @param string $name The unique identifier for a version, in the format: sites + * /site-name/versions/versionID This name is provided in the response body when + * you call the [`CreateVersion`](../sites.versions/create) endpoint. + * @param Google_Service_FirebaseHosting_Version $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A set of field names from your + * [version](../sites.versions) that you want to update. A field will be + * overwritten if, and only if, it's in the mask. If a mask is not provided then + * a default mask of only [`status`](../sites.versions#Version.FIELDS.status) + * will be used. + * @return Google_Service_FirebaseHosting_Version + */ + public function patch($name, Google_Service_FirebaseHosting_Version $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_FirebaseHosting_Version"); + } + /** + * Adds content files to a version. (versions.populateFiles) + * + * @param string $parent Required. The version to add files to, in the format: + * sites/site-name/versions/versionID + * @param Google_Service_FirebaseHosting_PopulateVersionFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseHosting_PopulateVersionFilesResponse + */ + public function populateFiles($parent, Google_Service_FirebaseHosting_PopulateVersionFilesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('populateFiles', array($params), "Google_Service_FirebaseHosting_PopulateVersionFilesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesVersionsFiles.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesVersionsFiles.php new file mode 100644 index 000000000..19f54a871 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Resource/SitesVersionsFiles.php @@ -0,0 +1,50 @@ + + * $firebasehostingService = new Google_Service_FirebaseHosting(...); + * $files = $firebasehostingService->files; + * + */ +class Google_Service_FirebaseHosting_Resource_SitesVersionsFiles extends Google_Service_Resource +{ + /** + * Lists the remaining files to be uploaded for the specified version. + * (files.listSitesVersionsFiles) + * + * @param string $parent Required. The parent to list files for, in the format: + * sites/site-name/versions/versionID + * @param array $optParams Optional parameters. + * + * @opt_param string status The type of files in the version that should be + * listed. + * @opt_param string pageToken The next_page_token from a previous request, if + * provided. This will be the encoded version of a + * firebase.hosting.proto.metadata.ListFilesPageToken. + * @opt_param int pageSize The page size to return. Defaults to 1000. + * @return Google_Service_FirebaseHosting_ListVersionFilesResponse + */ + public function listSitesVersionsFiles($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseHosting_ListVersionFilesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Rewrite.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Rewrite.php new file mode 100644 index 000000000..9ca143ccd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Rewrite.php @@ -0,0 +1,82 @@ +dynamicLinks = $dynamicLinks; + } + public function getDynamicLinks() + { + return $this->dynamicLinks; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } + public function setGlob($glob) + { + $this->glob = $glob; + } + public function getGlob() + { + return $this->glob; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setRegex($regex) + { + $this->regex = $regex; + } + public function getRegex() + { + return $this->regex; + } + /** + * @param Google_Service_FirebaseHosting_CloudRunRewrite + */ + public function setRun(Google_Service_FirebaseHosting_CloudRunRewrite $run) + { + $this->run = $run; + } + /** + * @return Google_Service_FirebaseHosting_CloudRunRewrite + */ + public function getRun() + { + return $this->run; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ServingConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ServingConfig.php new file mode 100644 index 000000000..b9422fccd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/ServingConfig.php @@ -0,0 +1,97 @@ +appAssociation = $appAssociation; + } + public function getAppAssociation() + { + return $this->appAssociation; + } + public function setCleanUrls($cleanUrls) + { + $this->cleanUrls = $cleanUrls; + } + public function getCleanUrls() + { + return $this->cleanUrls; + } + /** + * @param Google_Service_FirebaseHosting_Header + */ + public function setHeaders($headers) + { + $this->headers = $headers; + } + /** + * @return Google_Service_FirebaseHosting_Header + */ + public function getHeaders() + { + return $this->headers; + } + /** + * @param Google_Service_FirebaseHosting_Redirect + */ + public function setRedirects($redirects) + { + $this->redirects = $redirects; + } + /** + * @return Google_Service_FirebaseHosting_Redirect + */ + public function getRedirects() + { + return $this->redirects; + } + /** + * @param Google_Service_FirebaseHosting_Rewrite + */ + public function setRewrites($rewrites) + { + $this->rewrites = $rewrites; + } + /** + * @return Google_Service_FirebaseHosting_Rewrite + */ + public function getRewrites() + { + return $this->rewrites; + } + public function setTrailingSlashBehavior($trailingSlashBehavior) + { + $this->trailingSlashBehavior = $trailingSlashBehavior; + } + public function getTrailingSlashBehavior() + { + return $this->trailingSlashBehavior; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/SiteConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/SiteConfig.php new file mode 100644 index 000000000..93767adfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/SiteConfig.php @@ -0,0 +1,30 @@ +maxVersions = $maxVersions; + } + public function getMaxVersions() + { + return $this->maxVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Version.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Version.php new file mode 100644 index 000000000..2a63fce50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/Version.php @@ -0,0 +1,157 @@ +config = $config; + } + /** + * @return Google_Service_FirebaseHosting_ServingConfig + */ + public function getConfig() + { + return $this->config; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_FirebaseHosting_ActingUser + */ + public function setCreateUser(Google_Service_FirebaseHosting_ActingUser $createUser) + { + $this->createUser = $createUser; + } + /** + * @return Google_Service_FirebaseHosting_ActingUser + */ + public function getCreateUser() + { + return $this->createUser; + } + public function setDeleteTime($deleteTime) + { + $this->deleteTime = $deleteTime; + } + public function getDeleteTime() + { + return $this->deleteTime; + } + /** + * @param Google_Service_FirebaseHosting_ActingUser + */ + public function setDeleteUser(Google_Service_FirebaseHosting_ActingUser $deleteUser) + { + $this->deleteUser = $deleteUser; + } + /** + * @return Google_Service_FirebaseHosting_ActingUser + */ + public function getDeleteUser() + { + return $this->deleteUser; + } + public function setFileCount($fileCount) + { + $this->fileCount = $fileCount; + } + public function getFileCount() + { + return $this->fileCount; + } + public function setFinalizeTime($finalizeTime) + { + $this->finalizeTime = $finalizeTime; + } + public function getFinalizeTime() + { + return $this->finalizeTime; + } + /** + * @param Google_Service_FirebaseHosting_ActingUser + */ + public function setFinalizeUser(Google_Service_FirebaseHosting_ActingUser $finalizeUser) + { + $this->finalizeUser = $finalizeUser; + } + /** + * @return Google_Service_FirebaseHosting_ActingUser + */ + public function getFinalizeUser() + { + return $this->finalizeUser; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setVersionBytes($versionBytes) + { + $this->versionBytes = $versionBytes; + } + public function getVersionBytes() + { + return $this->versionBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/VersionFile.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/VersionFile.php new file mode 100644 index 000000000..77e0aa3e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/VersionFile.php @@ -0,0 +1,48 @@ +hash = $hash; + } + public function getHash() + { + return $this->hash; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement.php new file mode 100644 index 000000000..2e952424f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement.php @@ -0,0 +1,536 @@ + + * The Firebase Management API enables programmatic setup and management of + * Firebase projects, including a project's Firebase resources and Firebase + * apps. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseManagement extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + /** View all your Firebase data and settings. */ + const FIREBASE_READONLY = + "https://www.googleapis.com/auth/firebase.readonly"; + + public $availableProjects; + public $operations; + public $projects; + public $projects_androidApps; + public $projects_androidApps_sha; + public $projects_availableLocations; + public $projects_defaultLocation; + public $projects_iosApps; + public $projects_webApps; + + /** + * Constructs the internal representation of the FirebaseManagement 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://firebase.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'firebase'; + + $this->availableProjects = new Google_Service_FirebaseManagement_Resource_AvailableProjects( + $this, + $this->serviceName, + 'availableProjects', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/availableProjects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_FirebaseManagement_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_FirebaseManagement_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'addFirebase' => array( + 'path' => 'v1beta1/{+project}:addFirebase', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'addGoogleAnalytics' => array( + 'path' => 'v1beta1/{+parent}:addGoogleAnalytics', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAdminSdkConfig' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAnalyticsDetails' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/projects', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeAnalytics' => array( + 'path' => 'v1beta1/{+parent}:removeAnalytics', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchApps' => array( + 'path' => 'v1beta1/{+parent}:searchApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_androidApps = new Google_Service_FirebaseManagement_Resource_ProjectsAndroidApps( + $this, + $this->serviceName, + 'androidApps', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/androidApps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getConfig' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/androidApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_androidApps_sha = new Google_Service_FirebaseManagement_Resource_ProjectsAndroidAppsSha( + $this, + $this->serviceName, + 'sha', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/sha', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/sha', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_availableLocations = new Google_Service_FirebaseManagement_Resource_ProjectsAvailableLocations( + $this, + $this->serviceName, + 'availableLocations', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/{+parent}/availableLocations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_defaultLocation = new Google_Service_FirebaseManagement_Resource_ProjectsDefaultLocation( + $this, + $this->serviceName, + 'defaultLocation', + array( + 'methods' => array( + 'finalize' => array( + 'path' => 'v1beta1/{+parent}/defaultLocation:finalize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_iosApps = new Google_Service_FirebaseManagement_Resource_ProjectsIosApps( + $this, + $this->serviceName, + 'iosApps', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/iosApps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getConfig' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/iosApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_webApps = new Google_Service_FirebaseManagement_Resource_ProjectsWebApps( + $this, + $this->serviceName, + 'webApps', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/webApps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getConfig' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/webApps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddFirebaseRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddFirebaseRequest.php new file mode 100644 index 000000000..31d14bd4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddFirebaseRequest.php @@ -0,0 +1,48 @@ +locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddGoogleAnalyticsRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddGoogleAnalyticsRequest.php new file mode 100644 index 000000000..3e44193ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AddGoogleAnalyticsRequest.php @@ -0,0 +1,39 @@ +analyticsAccountId = $analyticsAccountId; + } + public function getAnalyticsAccountId() + { + return $this->analyticsAccountId; + } + public function setAnalyticsPropertyId($analyticsPropertyId) + { + $this->analyticsPropertyId = $analyticsPropertyId; + } + public function getAnalyticsPropertyId() + { + return $this->analyticsPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AdminSdkConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AdminSdkConfig.php new file mode 100644 index 000000000..e42f5d47c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AdminSdkConfig.php @@ -0,0 +1,57 @@ +databaseURL = $databaseURL; + } + public function getDatabaseURL() + { + return $this->databaseURL; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setStorageBucket($storageBucket) + { + $this->storageBucket = $storageBucket; + } + public function getStorageBucket() + { + return $this->storageBucket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsDetails.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsDetails.php new file mode 100644 index 000000000..e5026bcd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsDetails.php @@ -0,0 +1,54 @@ +analyticsProperty = $analyticsProperty; + } + /** + * @return Google_Service_FirebaseManagement_AnalyticsProperty + */ + public function getAnalyticsProperty() + { + return $this->analyticsProperty; + } + /** + * @param Google_Service_FirebaseManagement_StreamMapping + */ + public function setStreamMappings($streamMappings) + { + $this->streamMappings = $streamMappings; + } + /** + * @return Google_Service_FirebaseManagement_StreamMapping + */ + public function getStreamMappings() + { + return $this->streamMappings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsProperty.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsProperty.php new file mode 100644 index 000000000..dc2006c9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AnalyticsProperty.php @@ -0,0 +1,39 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidApp.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidApp.php new file mode 100644 index 000000000..4e9c05758 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidApp.php @@ -0,0 +1,66 @@ +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; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidAppConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidAppConfig.php new file mode 100644 index 000000000..963b7edcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/AndroidAppConfig.php @@ -0,0 +1,39 @@ +configFileContents = $configFileContents; + } + public function getConfigFileContents() + { + return $this->configFileContents; + } + public function setConfigFilename($configFilename) + { + $this->configFilename = $configFilename; + } + public function getConfigFilename() + { + return $this->configFilename; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/DefaultResources.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/DefaultResources.php new file mode 100644 index 000000000..bb8d8b8dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/DefaultResources.php @@ -0,0 +1,57 @@ +hostingSite = $hostingSite; + } + public function getHostingSite() + { + return $this->hostingSite; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setRealtimeDatabaseInstance($realtimeDatabaseInstance) + { + $this->realtimeDatabaseInstance = $realtimeDatabaseInstance; + } + public function getRealtimeDatabaseInstance() + { + return $this->realtimeDatabaseInstance; + } + public function setStorageBucket($storageBucket) + { + $this->storageBucket = $storageBucket; + } + public function getStorageBucket() + { + return $this->storageBucket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FinalizeDefaultLocationRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FinalizeDefaultLocationRequest.php new file mode 100644 index 000000000..d03a3f74e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FinalizeDefaultLocationRequest.php @@ -0,0 +1,30 @@ +locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseAppInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseAppInfo.php new file mode 100644 index 000000000..202ed1df1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseAppInfo.php @@ -0,0 +1,57 @@ +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; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseEmpty.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseEmpty.php new file mode 100644 index 000000000..30cb93bbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/FirebaseEmpty.php @@ -0,0 +1,20 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setProjectNumber($projectNumber) + { + $this->projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } + /** + * @param Google_Service_FirebaseManagement_DefaultResources + */ + public function setResources(Google_Service_FirebaseManagement_DefaultResources $resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_FirebaseManagement_DefaultResources + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosApp.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosApp.php new file mode 100644 index 000000000..8b5c0ae72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosApp.php @@ -0,0 +1,75 @@ +appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setAppStoreId($appStoreId) + { + $this->appStoreId = $appStoreId; + } + public function getAppStoreId() + { + return $this->appStoreId; + } + public function setBundleId($bundleId) + { + $this->bundleId = $bundleId; + } + public function getBundleId() + { + return $this->bundleId; + } + 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 setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosAppConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosAppConfig.php new file mode 100644 index 000000000..fe7a791c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/IosAppConfig.php @@ -0,0 +1,39 @@ +configFileContents = $configFileContents; + } + public function getConfigFileContents() + { + return $this->configFileContents; + } + public function setConfigFilename($configFilename) + { + $this->configFilename = $configFilename; + } + public function getConfigFilename() + { + return $this->configFilename; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAndroidAppsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAndroidAppsResponse.php new file mode 100644 index 000000000..c6eb54e79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAndroidAppsResponse.php @@ -0,0 +1,47 @@ +apps = $apps; + } + /** + * @return Google_Service_FirebaseManagement_AndroidApp + */ + public function getApps() + { + return $this->apps; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableLocationsResponse.php new file mode 100644 index 000000000..29561aeb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_FirebaseManagement_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableProjectsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableProjectsResponse.php new file mode 100644 index 000000000..4b2dbbdac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListAvailableProjectsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_FirebaseManagement_ProjectInfo + */ + public function setProjectInfo($projectInfo) + { + $this->projectInfo = $projectInfo; + } + /** + * @return Google_Service_FirebaseManagement_ProjectInfo + */ + public function getProjectInfo() + { + return $this->projectInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListFirebaseProjectsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListFirebaseProjectsResponse.php new file mode 100644 index 000000000..25aee4c32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListFirebaseProjectsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_FirebaseManagement_FirebaseProject + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_FirebaseManagement_FirebaseProject + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListIosAppsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListIosAppsResponse.php new file mode 100644 index 000000000..637057174 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListIosAppsResponse.php @@ -0,0 +1,47 @@ +apps = $apps; + } + /** + * @return Google_Service_FirebaseManagement_IosApp + */ + public function getApps() + { + return $this->apps; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListShaCertificatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListShaCertificatesResponse.php new file mode 100644 index 000000000..202bc694f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListShaCertificatesResponse.php @@ -0,0 +1,38 @@ +certificates = $certificates; + } + /** + * @return Google_Service_FirebaseManagement_ShaCertificate + */ + public function getCertificates() + { + return $this->certificates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListWebAppsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListWebAppsResponse.php new file mode 100644 index 000000000..c198486db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ListWebAppsResponse.php @@ -0,0 +1,47 @@ +apps = $apps; + } + /** + * @return Google_Service_FirebaseManagement_WebApp + */ + public function getApps() + { + return $this->apps; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Location.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Location.php new file mode 100644 index 000000000..8bb05773a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Location.php @@ -0,0 +1,30 @@ +locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/MessageSet.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/MessageSet.php new file mode 100644 index 000000000..02801294c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/MessageSet.php @@ -0,0 +1,20 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_FirebaseManagement_Status + */ + public function setError(Google_Service_FirebaseManagement_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_FirebaseManagement_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/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ProjectInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ProjectInfo.php new file mode 100644 index 000000000..1c4565677 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ProjectInfo.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/RemoveAnalyticsRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/RemoveAnalyticsRequest.php new file mode 100644 index 000000000..108956f0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/RemoveAnalyticsRequest.php @@ -0,0 +1,30 @@ +analyticsPropertyId = $analyticsPropertyId; + } + public function getAnalyticsPropertyId() + { + return $this->analyticsPropertyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/AvailableProjects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/AvailableProjects.php new file mode 100644 index 000000000..4d9ee29e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/AvailableProjects.php @@ -0,0 +1,62 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $availableProjects = $firebaseService->availableProjects; + * + */ +class Google_Service_FirebaseManagement_Resource_AvailableProjects extends Google_Service_Resource +{ + /** + * Returns a list of [Google Cloud Platform (GCP) `Projects`] + * (https://cloud.google.com/resource-manager/reference/rest/v1/projects) that + * are available to have Firebase resources added to them. + * + * A GCP `Project` will only be returned if: + * + * The caller has sufficient [Google + * IAM](https://cloud.google.com/iam) permissions to call AddFirebase. + * The GCP `Project` is not already a FirebaseProject. The GCP `Project` is + * not in an Organization which has policies that prevent Firebase + * resources from being added. (availableProjects.listAvailableProjects) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `ListAvailableProjects` indicating where in the set of GCP `Projects` to + * resume listing. + * @opt_param int pageSize The maximum number of GCP `Projects` to return in the + * response. + * + * The server may return fewer than this value at its discretion. If no value is + * specified (or too large a value is specified), the server will impose its own + * limit. + * + * This value cannot be negative. + * @return Google_Service_FirebaseManagement_ListAvailableProjectsResponse + */ + public function listAvailableProjects($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListAvailableProjectsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Operations.php new file mode 100644 index 000000000..60762c792 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Operations.php @@ -0,0 +1,43 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $operations = $firebaseService->operations; + * + */ +class Google_Service_FirebaseManagement_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_FirebaseManagement_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseManagement_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php new file mode 100644 index 000000000..c37850ed1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php @@ -0,0 +1,301 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $projects = $firebaseService->projects; + * + */ +class Google_Service_FirebaseManagement_Resource_Projects extends Google_Service_Resource +{ + /** + * Adds Firebase resources to the specified existing [Google Cloud Platform + * (GCP) `Project`] (https://cloud.google.com/resource- + * manager/reference/rest/v1/projects). + * + * Since a FirebaseProject is actually also a GCP `Project`, a `FirebaseProject` + * uses underlying GCP identifiers (most importantly, the `projectId`) as its + * own for easy interop with GCP APIs. + * + * The result of this call is an [`Operation`](../../v1beta1/operations). Poll + * the `Operation` to track the provisioning process by calling GetOperation + * until [`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. + * When `done` is `true`, the `Operation` has either succeeded or failed. If the + * `Operation` succeeded, its + * [`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to a + * FirebaseProject; if the `Operation` failed, its + * [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a + * google.rpc.Status. The `Operation` is automatically deleted after completion, + * so there is no need to call DeleteOperation. + * + * This method does not modify any billing account information on the underlying + * GCP `Project`. + * + * To call `AddFirebase`, a member must be an Editor or Owner for the existing + * GCP `Project`. Service accounts cannot call `AddFirebase`. + * (projects.addFirebase) + * + * @param string $project The resource name of the GCP `Project` to which + * Firebase resources will be added, in the format: projects/projectId After + * calling `AddFirebase`, the [`projectId`](https://cloud.google.com/resource- + * manager/reference/rest/v1/projects#Project.FIELDS.project_id) of the GCP + * `Project` is also the `projectId` of the FirebaseProject. + * @param Google_Service_FirebaseManagement_AddFirebaseRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_Operation + */ + public function addFirebase($project, Google_Service_FirebaseManagement_AddFirebaseRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addFirebase', array($params), "Google_Service_FirebaseManagement_Operation"); + } + /** + * Links a FirebaseProject with an existing [Google Analytics + * account](http://www.google.com/analytics/). + * + * Using this call, you can either: + * + * Specify an `analyticsAccountId` to provision a new Google Analytics property + * within the specified account and associate the new property with your + * `FirebaseProject`. Specify an existing `analyticsPropertyId` to associate the + * property with your `FirebaseProject`. + * + * Note that when you call `AddGoogleAnalytics`: + * + * The first check determines if any existing data streams in the Google + * Analytics property correspond to any existing Firebase Apps in your + * `FirebaseProject` (based on the `packageName` or `bundleId` associated with + * the data stream). Then, as applicable, the data streams and apps are linked. + * Note that this auto-linking only applies to Android Apps and iOS Apps. If no + * corresponding data streams are found for your Firebase Apps, new data streams + * are provisioned in the Google Analytics property for each of your Firebase + * Apps. Note that a new data stream is always provisioned for a Web App even if + * it was previously associated with a data stream in your Analytics property. + * + * Learn more about the hierarchy and structure of Google Analytics accounts in + * the [Analytics + * documentation](https://support.google.com/analytics/answer/9303323). + * + * The result of this call is an [`Operation`](../../v1beta1/operations). Poll + * the `Operation` to track the provisioning process by calling GetOperation + * until [`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. + * When `done` is `true`, the `Operation` has either succeeded or failed. If the + * `Operation` succeeded, its + * [`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to an + * AnalyticsDetails; if the `Operation` failed, its + * [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a + * google.rpc.Status. + * + * To call `AddGoogleAnalytics`, a member must be an Owner for the existing + * `FirebaseProject` and have the [`Edit` + * permission](https://support.google.com/analytics/answer/2884495) for the + * Google Analytics account. + * + * If a `FirebaseProject` already has Google Analytics enabled, and you call + * `AddGoogleAnalytics` using an `analyticsPropertyId` that's different from the + * currently associated property, then the call will fail. Analytics may have + * already been enabled in the Firebase console or by specifying `timeZone` and + * `regionCode` in the call to + * [`AddFirebase`](../../v1beta1/projects/addFirebase). + * (projects.addGoogleAnalytics) + * + * @param string $parent The parent `FirebaseProject` to link to an existing + * Google Analytics account, in the format: projects/projectId + * @param Google_Service_FirebaseManagement_AddGoogleAnalyticsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_Operation + */ + public function addGoogleAnalytics($parent, Google_Service_FirebaseManagement_AddGoogleAnalyticsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addGoogleAnalytics', array($params), "Google_Service_FirebaseManagement_Operation"); + } + /** + * Gets the FirebaseProject identified by the specified resource name. + * (projects.get) + * + * @param string $name The fully qualified resource name of the Project, in the + * format: projects/projectId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_FirebaseProject + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseManagement_FirebaseProject"); + } + /** + * Gets the configuration artifact used by servers to simplify initialization. + * + * Typically, this configuration is used with the Firebase Admin SDK [initialize + * App](https://firebase.google.com/docs/admin/setup#initialize_the_sdk) + * command. (projects.getAdminSdkConfig) + * + * @param string $name The fully qualified resource name of the Project, in the + * format: projects/projectId/adminSdkConfig + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_AdminSdkConfig + */ + public function getAdminSdkConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAdminSdkConfig', array($params), "Google_Service_FirebaseManagement_AdminSdkConfig"); + } + /** + * Gets the Google Analytics details currently associated with a + * FirebaseProject. + * + * If the `FirebaseProject` is not yet linked to Google Analytics, then the + * response to `GetAnalyticsDetails` is NOT_FOUND. + * (projects.getAnalyticsDetails) + * + * @param string $name The fully qualified resource name, in the format: + * projects/projectId/analyticsDetails + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_AnalyticsDetails + */ + public function getAnalyticsDetails($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAnalyticsDetails', array($params), "Google_Service_FirebaseManagement_AnalyticsDetails"); + } + /** + * Lists each FirebaseProject accessible to the caller. + * + * The elements are returned in no particular order, but they will be a + * consistent view of the Projects when additional requests are made with a + * `pageToken`. + * + * This method is eventually consistent with Project mutations, which means + * newly provisioned Projects and recent modifications to existing Projects + * might not be reflected in the set of Projects. The list will include only + * ACTIVE Projects. + * + * Use GetFirebaseProject for consistent reads as well as for additional Project + * details. (projects.listProjects) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `ListFirebaseProjects` indicating where in the set of Projects to resume + * listing. + * @opt_param int pageSize The maximum number of Projects to return in the + * response. + * + * The server may return fewer than this at its discretion. If no value is + * specified (or too large a value is specified), the server will impose its own + * limit. + * + * This value cannot be negative. + * @return Google_Service_FirebaseManagement_ListFirebaseProjectsResponse + */ + public function listProjects($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListFirebaseProjectsResponse"); + } + /** + * Updates the attributes of the FirebaseProject identified by the specified + * resource name. + * + * All [query parameters](#query-parameters) are required. (projects.patch) + * + * @param string $name The fully qualified resource name of the Project, in the + * format: projects/projectId + * @param Google_Service_FirebaseManagement_FirebaseProject $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Specifies which fields to update. + * + * If this list is empty, then no state will be updated. Note that the fields + * `name`, `project_id`, and `project_number` are all immutable. + * @return Google_Service_FirebaseManagement_FirebaseProject + */ + public function patch($name, Google_Service_FirebaseManagement_FirebaseProject $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_FirebaseManagement_FirebaseProject"); + } + /** + * Unlinks the specified `FirebaseProject` from its Google Analytics account. + * + * This call removes the association of the specified `FirebaseProject` with its + * current Google Analytics property. However, this call does not delete the + * Google Analytics resources, such as the Google Analytics property or any data + * streams. + * + * These resources may be re-associated later to the `FirebaseProject` by + * calling [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) and + * specifying the same `analyticsPropertyId`. For Android Apps and iOS Apps, + * this call re-links data streams with their corresponding apps. However, for + * Web Apps, this call provisions a new data stream for each Web App. + * + * To call `RemoveAnalytics`, a member must be an Owner for the + * `FirebaseProject`. (projects.removeAnalytics) + * + * @param string $parent The parent `FirebaseProject` to unlink from its Google + * Analytics account, in the format: projects/projectId + * @param Google_Service_FirebaseManagement_RemoveAnalyticsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_FirebaseEmpty + */ + public function removeAnalytics($parent, Google_Service_FirebaseManagement_RemoveAnalyticsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeAnalytics', array($params), "Google_Service_FirebaseManagement_FirebaseEmpty"); + } + /** + * A convenience method that lists all available Apps for the specified + * FirebaseProject. + * + * Typically, interaction with an App should be done using the platform-specific + * service, but some tool use-cases require a summary of all known Apps (such as + * for App selector interfaces). (projects.searchApps) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `SearchFirebaseApps` indicating where in the set of Apps to resume listing. + * @opt_param int pageSize The maximum number of Apps to return in the response. + * + * The server may return fewer than this value at its discretion. If no value is + * specified (or too large a value is specified), then the server will impose + * its own limit. + * + * This value cannot be negative. + * @return Google_Service_FirebaseManagement_SearchFirebaseAppsResponse + */ + public function searchApps($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('searchApps', array($params), "Google_Service_FirebaseManagement_SearchFirebaseAppsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidApps.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidApps.php new file mode 100644 index 000000000..9b7ccb905 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidApps.php @@ -0,0 +1,127 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $androidApps = $firebaseService->androidApps; + * + */ +class Google_Service_FirebaseManagement_Resource_ProjectsAndroidApps extends Google_Service_Resource +{ + /** + * Requests that a new AndroidApp be created. + * + * The result of this call is an `Operation` which can be used to track the + * provisioning process. The `Operation` is automatically deleted after + * completion, so there is no need to call `DeleteOperation`. + * (androidApps.create) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param Google_Service_FirebaseManagement_AndroidApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_Operation + */ + public function create($parent, Google_Service_FirebaseManagement_AndroidApp $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseManagement_Operation"); + } + /** + * Gets the AndroidApp identified by the specified resource name. + * (androidApps.get) + * + * @param string $name The fully qualified resource name of the App, in the + * format: projects/projectId/androidApps/appId As an appId is a unique + * identifier, the Unique Resource from Sub-Collection access pattern may be + * used here, in the format: projects/-/androidApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_AndroidApp + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseManagement_AndroidApp"); + } + /** + * Gets the configuration artifact associated with the specified AndroidApp. + * (androidApps.getConfig) + * + * @param string $name The resource name of the App configuration to download, + * in the format: projects/projectId/androidApps/appId/config As an appId is a + * unique identifier, the Unique Resource from Sub-Collection access pattern may + * be used here, in the format: projects/-/androidApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_AndroidAppConfig + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_FirebaseManagement_AndroidAppConfig"); + } + /** + * Lists each AndroidApp associated with the specified parent Project. + * + * The elements are returned in no particular order, but will be a consistent + * view of the Apps when additional requests are made with a `pageToken`. + * (androidApps.listProjectsAndroidApps) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `ListAndroidApps` indicating where in the set of Apps to resume listing. + * @opt_param int pageSize The maximum number of Apps to return in the response. + * + * The server may return fewer than this at its discretion. If no value is + * specified (or too large a value is specified), then the server will impose + * its own limit. + * @return Google_Service_FirebaseManagement_ListAndroidAppsResponse + */ + public function listProjectsAndroidApps($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListAndroidAppsResponse"); + } + /** + * Updates the attributes of the AndroidApp identified by the specified resource + * name. (androidApps.patch) + * + * @param string $name The fully qualified resource name of the App, in the + * format: projects/projectId/androidApps/appId + * @param Google_Service_FirebaseManagement_AndroidApp $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Specifies which fields to update. Note that the + * fields `name`, `appId`, `projectId`, and `packageName` are all immutable. + * @return Google_Service_FirebaseManagement_AndroidApp + */ + public function patch($name, Google_Service_FirebaseManagement_AndroidApp $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_FirebaseManagement_AndroidApp"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidAppsSha.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidAppsSha.php new file mode 100644 index 000000000..c6f6bfcd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAndroidAppsSha.php @@ -0,0 +1,79 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $sha = $firebaseService->sha; + * + */ +class Google_Service_FirebaseManagement_Resource_ProjectsAndroidAppsSha extends Google_Service_Resource +{ + /** + * Adds a SHA certificate to the specified AndroidApp. (sha.create) + * + * @param string $parent The parent App to which a SHA certificate will be + * added, in the format: projects/projectId/androidApps/appId As an appId is a + * unique identifier, the Unique Resource from Sub-Collection access pattern may + * be used here, in the format: projects/-/androidApps/appId + * @param Google_Service_FirebaseManagement_ShaCertificate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_ShaCertificate + */ + public function create($parent, Google_Service_FirebaseManagement_ShaCertificate $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseManagement_ShaCertificate"); + } + /** + * Removes a SHA certificate from the specified AndroidApp. (sha.delete) + * + * @param string $name The fully qualified resource name of the `sha-key`, in + * the format: projects/projectId/androidApps/appId/sha/shaId You can obtain the + * full name from the response of + * [`ListShaCertificates`](../projects.androidApps.sha/list) or the original + * [`CreateShaCertificate`](../projects.androidApps.sha/create). + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_FirebaseEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseManagement_FirebaseEmpty"); + } + /** + * Returns the list of SHA-1 and SHA-256 certificates for the specified + * AndroidApp. (sha.listProjectsAndroidAppsSha) + * + * @param string $parent The parent App for which to list SHA certificates, in + * the format: projects/projectId/androidApps/appId As an appId is a unique + * identifier, the Unique Resource from Sub-Collection access pattern may be + * used here, in the format: projects/-/androidApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_ListShaCertificatesResponse + */ + public function listProjectsAndroidAppsSha($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListShaCertificatesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAvailableLocations.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAvailableLocations.php new file mode 100644 index 000000000..9e23a1a77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsAvailableLocations.php @@ -0,0 +1,74 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $availableLocations = $firebaseService->availableLocations; + * + */ +class Google_Service_FirebaseManagement_Resource_ProjectsAvailableLocations extends Google_Service_Resource +{ + /** + * Returns a list of valid Google Cloud Platform (GCP) resource locations for + * the specified Project (including a FirebaseProject). + * + * The default GCP resource location of a project defines the geographical + * location where project resources, such as Cloud Firestore, will be + * provisioned by default. + * + * The returned list are the available [GCP resource + * locations](https://firebase.google.com/docs/projects/locations). This call + * checks for any location restrictions for the specified Project and, thus, + * might return a subset of all possible GCP resource locations. To list all GCP + * resource locations (regardless of any restrictions), call the endpoint + * without specifying a `projectId` (that is, + * `/v1beta1/{parent=projects/-}/listAvailableLocations`). + * + * To call `ListAvailableLocations` with a specified project, a member must be + * at minimum a Viewer of the project. Calls without a specified project do not + * require any specific project permissions. + * (availableLocations.listProjectsAvailableLocations) + * + * @param string $parent The Project for which to list GCP resource locations, + * in the format: projects/projectId If no project is specified (that is, + * `projects/-`), the returned list does not take into account org-specific or + * project-specific location restrictions. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `ListAvailableLocations` indicating where in the list of locations to resume + * listing. + * @opt_param int pageSize The maximum number of locations to return in the + * response. + * + * The server may return fewer than this value at its discretion. If no value is + * specified (or too large a value is specified), then the server will impose + * its own limit. + * + * This value cannot be negative. + * @return Google_Service_FirebaseManagement_ListAvailableLocationsResponse + */ + public function listProjectsAvailableLocations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListAvailableLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsDefaultLocation.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsDefaultLocation.php new file mode 100644 index 000000000..a3af22ffa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsDefaultLocation.php @@ -0,0 +1,77 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $defaultLocation = $firebaseService->defaultLocation; + * + */ +class Google_Service_FirebaseManagement_Resource_ProjectsDefaultLocation extends Google_Service_Resource +{ + /** + * Sets the default Google Cloud Platform (GCP) resource location for the + * specified FirebaseProject. + * + * This method creates an App Engine application with a [default Cloud Storage b + * ucket](https://cloud.google.com/appengine/docs/standard/python/googlecloudsto + * rageclient/setting-up-cloud-storage#activating_a_cloud_storage_bucket), + * located in the specified + * [`location_id`](#body.request_body.FIELDS.location_id). This location must be + * one of the available [GCP resource + * locations](https://firebase.google.com/docs/projects/locations). After the + * default GCP resource location is finalized, or if it was already set, it + * cannot be changed. The default GCP resource location for the specified + * FirebaseProject might already be set because either the GCP `Project` already + * has an App Engine application or `FinalizeDefaultLocation` was previously + * called with a specified `location_id`. Any new calls to + * `FinalizeDefaultLocation` with a different specified `location_id` will + * return a 409 error. + * + * The result of this call is an [`Operation`](../../v1beta1/operations), which + * can be used to track the provisioning process. The + * [`response`](../../v1beta1/operations#Operation.FIELDS.response) type of the + * `Operation` is google.protobuf.Empty. + * + * The `Operation` can be polled by its `name` using GetOperation until `done` + * is true. When `done` is true, the `Operation` has either succeeded or failed. + * If the `Operation` has succeeded, its + * [`response`](../../v1beta1/operations#Operation.FIELDS.response) will be set + * to a google.protobuf.Empty; if the `Operation` has failed, its `error` will + * be set to a google.rpc.Status. The `Operation` is automatically deleted after + * completion, so there is no need to call DeleteOperation. + * + * All fields listed in the [request body](#request-body) are required. + * + * To call `FinalizeDefaultLocation`, a member must be an Owner of the project. + * (defaultLocation.finalize) + * + * @param string $parent The resource name of the Project for which the default + * GCP resource location will be set, in the format: projects/projectId + * @param Google_Service_FirebaseManagement_FinalizeDefaultLocationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_Operation + */ + public function finalize($parent, Google_Service_FirebaseManagement_FinalizeDefaultLocationRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('finalize', array($params), "Google_Service_FirebaseManagement_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsIosApps.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsIosApps.php new file mode 100644 index 000000000..fbb9877ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsIosApps.php @@ -0,0 +1,125 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $iosApps = $firebaseService->iosApps; + * + */ +class Google_Service_FirebaseManagement_Resource_ProjectsIosApps extends Google_Service_Resource +{ + /** + * Requests that a new IosApp be created. + * + * The result of this call is an `Operation` which can be used to track the + * provisioning process. The `Operation` is automatically deleted after + * completion, so there is no need to call `DeleteOperation`. (iosApps.create) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param Google_Service_FirebaseManagement_IosApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_Operation + */ + public function create($parent, Google_Service_FirebaseManagement_IosApp $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseManagement_Operation"); + } + /** + * Gets the IosApp identified by the specified resource name. (iosApps.get) + * + * @param string $name The fully qualified resource name of the App, in the + * format: projects/projectId/iosApps/appId As an appId is a unique identifier, + * the Unique Resource from Sub-Collection access pattern may be used here, in + * the format: projects/-/iosApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_IosApp + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseManagement_IosApp"); + } + /** + * Gets the configuration artifact associated with the specified IosApp. + * (iosApps.getConfig) + * + * @param string $name The resource name of the App configuration to download, + * in the format: projects/projectId/iosApps/appId/config As an appId is a + * unique identifier, the Unique Resource from Sub-Collection access pattern may + * be used here, in the format: projects/-/iosApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_IosAppConfig + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_FirebaseManagement_IosAppConfig"); + } + /** + * Lists each IosApp associated with the specified parent Project. + * + * The elements are returned in no particular order, but will be a consistent + * view of the Apps when additional requests are made with a `pageToken`. + * (iosApps.listProjectsIosApps) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `ListIosApps` indicating where in the set of Apps to resume listing. + * @opt_param int pageSize The maximum number of Apps to return in the response. + * + * The server may return fewer than this at its discretion. If no value is + * specified (or too large a value is specified), the server will impose its own + * limit. + * @return Google_Service_FirebaseManagement_ListIosAppsResponse + */ + public function listProjectsIosApps($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListIosAppsResponse"); + } + /** + * Updates the attributes of the IosApp identified by the specified resource + * name. (iosApps.patch) + * + * @param string $name The fully qualified resource name of the App, in the + * format: projects/projectId/iosApps/appId + * @param Google_Service_FirebaseManagement_IosApp $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Specifies which fields to update. Note that the + * fields `name`, `appId`, `projectId`, and `bundleId` are all immutable. + * @return Google_Service_FirebaseManagement_IosApp + */ + public function patch($name, Google_Service_FirebaseManagement_IosApp $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_FirebaseManagement_IosApp"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsWebApps.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsWebApps.php new file mode 100644 index 000000000..a1bbb2b19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/ProjectsWebApps.php @@ -0,0 +1,125 @@ + + * $firebaseService = new Google_Service_FirebaseManagement(...); + * $webApps = $firebaseService->webApps; + * + */ +class Google_Service_FirebaseManagement_Resource_ProjectsWebApps extends Google_Service_Resource +{ + /** + * Requests that a new WebApp be created. + * + * The result of this call is an `Operation` which can be used to track the + * provisioning process. The `Operation` is automatically deleted after + * completion, so there is no need to call `DeleteOperation`. (webApps.create) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param Google_Service_FirebaseManagement_WebApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_Operation + */ + public function create($parent, Google_Service_FirebaseManagement_WebApp $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseManagement_Operation"); + } + /** + * Gets the WebApp identified by the specified resource name. (webApps.get) + * + * @param string $name The fully qualified resource name of the App, in the + * format: projects/projectId/webApps/appId As an appId is a unique identifier, + * the Unique Resource from Sub-Collection access pattern may be used here, in + * the format: projects/-/webApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_WebApp + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseManagement_WebApp"); + } + /** + * Gets the configuration artifact associated with the specified WebApp. + * (webApps.getConfig) + * + * @param string $name The resource name of the App configuration to download, + * in the format: projects/projectId/webApps/appId/config As an appId is a + * unique identifier, the Unique Resource from Sub-Collection access pattern may + * be used here, in the format: projects/-/webApps/appId + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseManagement_WebAppConfig + */ + public function getConfig($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_FirebaseManagement_WebAppConfig"); + } + /** + * Lists each WebApp associated with the specified parent Project. + * + * The elements are returned in no particular order, but will be a consistent + * view of the Apps when additional requests are made with a `pageToken`. + * (webApps.listProjectsWebApps) + * + * @param string $parent The parent Project for which to list Apps, in the + * format: projects/projectId + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token returned from a previous call to + * `ListWebApps` indicating where in the set of Apps to resume listing. + * @opt_param int pageSize The maximum number of Apps to return in the response. + * + * The server may return fewer than this value at its discretion. If no value is + * specified (or too large a value is specified), then the server will impose + * its own limit. + * @return Google_Service_FirebaseManagement_ListWebAppsResponse + */ + public function listProjectsWebApps($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseManagement_ListWebAppsResponse"); + } + /** + * Updates the attributes of the WebApp identified by the specified resource + * name. (webApps.patch) + * + * @param string $name The fully qualified resource name of the App, for + * example: projects/projectId/webApps/appId + * @param Google_Service_FirebaseManagement_WebApp $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Specifies which fields to update. Note that the + * fields `name`, `appId`, and `projectId` are all immutable. + * @return Google_Service_FirebaseManagement_WebApp + */ + public function patch($name, Google_Service_FirebaseManagement_WebApp $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_FirebaseManagement_WebApp"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/SearchFirebaseAppsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/SearchFirebaseAppsResponse.php new file mode 100644 index 000000000..27c9abc9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/SearchFirebaseAppsResponse.php @@ -0,0 +1,47 @@ +apps = $apps; + } + /** + * @return Google_Service_FirebaseManagement_FirebaseAppInfo + */ + public function getApps() + { + return $this->apps; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ShaCertificate.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ShaCertificate.php new file mode 100644 index 000000000..9c04dffd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/ShaCertificate.php @@ -0,0 +1,48 @@ +certType = $certType; + } + public function getCertType() + { + return $this->certType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setShaHash($shaHash) + { + $this->shaHash = $shaHash; + } + public function getShaHash() + { + return $this->shaHash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Status.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Status.php new file mode 100644 index 000000000..34699a84e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/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/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StatusProto.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StatusProto.php new file mode 100644 index 000000000..83936c197 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StatusProto.php @@ -0,0 +1,89 @@ +canonicalCode = $canonicalCode; + } + public function getCanonicalCode() + { + return $this->canonicalCode; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_FirebaseManagement_MessageSet + */ + public function setMessageSet(Google_Service_FirebaseManagement_MessageSet $messageSet) + { + $this->messageSet = $messageSet; + } + /** + * @return Google_Service_FirebaseManagement_MessageSet + */ + public function getMessageSet() + { + return $this->messageSet; + } + /** + * @param Google_Service_FirebaseManagement_TypedMessage + */ + public function setPayload(Google_Service_FirebaseManagement_TypedMessage $payload) + { + $this->payload = $payload; + } + /** + * @return Google_Service_FirebaseManagement_TypedMessage + */ + public function getPayload() + { + return $this->payload; + } + public function setSpace($space) + { + $this->space = $space; + } + public function getSpace() + { + return $this->space; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php new file mode 100644 index 000000000..c127412a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php @@ -0,0 +1,48 @@ +app = $app; + } + public function getApp() + { + return $this->app; + } + public function setMeasurementId($measurementId) + { + $this->measurementId = $measurementId; + } + public function getMeasurementId() + { + return $this->measurementId; + } + public function setStreamId($streamId) + { + $this->streamId = $streamId; + } + public function getStreamId() + { + return $this->streamId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/TypedMessage.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/TypedMessage.php new file mode 100644 index 000000000..67691bc56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/TypedMessage.php @@ -0,0 +1,39 @@ +message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setTypeId($typeId) + { + $this->typeId = $typeId; + } + public function getTypeId() + { + return $this->typeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebApp.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebApp.php new file mode 100644 index 000000000..da5c1b396 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebApp.php @@ -0,0 +1,67 @@ +appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setAppUrls($appUrls) + { + $this->appUrls = $appUrls; + } + public function getAppUrls() + { + return $this->appUrls; + } + 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 setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php new file mode 100644 index 000000000..ab94a5fd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php @@ -0,0 +1,102 @@ +apiKey = $apiKey; + } + public function getApiKey() + { + return $this->apiKey; + } + public function setAppId($appId) + { + $this->appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setAuthDomain($authDomain) + { + $this->authDomain = $authDomain; + } + public function getAuthDomain() + { + return $this->authDomain; + } + public function setDatabaseURL($databaseURL) + { + $this->databaseURL = $databaseURL; + } + public function getDatabaseURL() + { + return $this->databaseURL; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setMeasurementId($measurementId) + { + $this->measurementId = $measurementId; + } + public function getMeasurementId() + { + return $this->measurementId; + } + public function setMessagingSenderId($messagingSenderId) + { + $this->messagingSenderId = $messagingSenderId; + } + public function getMessagingSenderId() + { + return $this->messagingSenderId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setStorageBucket($storageBucket) + { + $this->storageBucket = $storageBucket; + } + public function getStorageBucket() + { + return $this->storageBucket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig.php new file mode 100644 index 000000000..5f611524b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig.php @@ -0,0 +1,86 @@ + + * Firebase Remote Config API allows the 3P clients to manage Remote Config + * conditions and parameters for Firebase applications. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseRemoteConfig extends Google_Service +{ + + + public $projects; + + /** + * Constructs the internal representation of the FirebaseRemoteConfig service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://firebaseremoteconfig.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'firebaseremoteconfig'; + + $this->projects = new Google_Service_FirebaseRemoteConfig_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getRemoteConfig' => array( + 'path' => 'v1/{+project}/remoteConfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateRemoteConfig' => array( + 'path' => 'v1/{+project}/remoteConfig', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfig.php new file mode 100644 index 000000000..2899e2051 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfig.php @@ -0,0 +1,54 @@ +conditions = $conditions; + } + /** + * @return Google_Service_FirebaseRemoteConfig_RemoteConfigCondition + */ + public function getConditions() + { + return $this->conditions; + } + /** + * @param Google_Service_FirebaseRemoteConfig_RemoteConfigParameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameter + */ + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigCondition.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigCondition.php new file mode 100644 index 000000000..186c3d818 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigCondition.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTagColor($tagColor) + { + $this->tagColor = $tagColor; + } + public function getTagColor() + { + return $this->tagColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameter.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameter.php new file mode 100644 index 000000000..520a15290 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameter.php @@ -0,0 +1,62 @@ +conditionalValues = $conditionalValues; + } + /** + * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue + */ + public function getConditionalValues() + { + return $this->conditionalValues; + } + /** + * @param Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue + */ + public function setDefaultValue(Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue $defaultValue) + { + $this->defaultValue = $defaultValue; + } + /** + * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameterValue + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameterValue.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameterValue.php new file mode 100644 index 000000000..d2982d97a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/RemoteConfigParameterValue.php @@ -0,0 +1,39 @@ +useInAppDefault = $useInAppDefault; + } + public function getUseInAppDefault() + { + return $this->useInAppDefault; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/Resource/Projects.php new file mode 100644 index 000000000..f79d26bbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRemoteConfig/Resource/Projects.php @@ -0,0 +1,81 @@ + + * $firebaseremoteconfigService = new Google_Service_FirebaseRemoteConfig(...); + * $projects = $firebaseremoteconfigService->projects; + * + */ +class Google_Service_FirebaseRemoteConfig_Resource_Projects extends Google_Service_Resource +{ + /** + * Get the latest version Remote Configuration for a project. Returns the + * RemoteConfig as the payload, and also the eTag as a response header. + * (projects.getRemoteConfig) + * + * @param string $project The GMP project identifier. Required. See note at the + * beginning of this file regarding project ids. + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRemoteConfig_RemoteConfig + */ + public function getRemoteConfig($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('getRemoteConfig', array($params), "Google_Service_FirebaseRemoteConfig_RemoteConfig"); + } + /** + * Update a RemoteConfig. We treat this as an always-existing resource (when it + * is not found in our data store, we treat it as version 0, a template with + * zero conditions and zero parameters). Hence there are no Create or Delete + * operations. Returns the updated template when successful (and the updated + * eTag as a response header), or an error if things go wrong. Possible error + * messages: * VALIDATION_ERROR (HTTP status 400) with additional details if the + * template being passed in can not be validated. * AUTHENTICATION_ERROR (HTTP + * status 401) if the request can not be authenticate (e.g. no access token, or + * invalid access token). * AUTHORIZATION_ERROR (HTTP status 403) if the request + * can not be authorized (e.g. the user has no access to the specified project + * id). * VERSION_MISMATCH (HTTP status 412) when trying to update when the + * expected eTag (passed in via the "If-match" header) is not specified, or is + * specified but does does not match the current eTag. * Internal error (HTTP + * status 500) for Database problems or other internal errors. + * (projects.updateRemoteConfig) + * + * @param string $project The GMP project identifier. Required. See note at the + * beginning of this file regarding project ids. + * @param Google_Service_FirebaseRemoteConfig_RemoteConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool validateOnly Optional. Defaults to false (UpdateRemoteConfig + * call should update the backend if there are no validation/interal errors). + * May be set to true to indicate that, should no validation errors occur, the + * call should return a "200 OK" instead of performing the update. Note that + * other error messages (500 Internal Error, 412 Version Mismatch, etc) may + * still result after flipping to false, even if getting a "200 OK" when calling + * with true. + * @return Google_Service_FirebaseRemoteConfig_RemoteConfig + */ + public function updateRemoteConfig($project, Google_Service_FirebaseRemoteConfig_RemoteConfig $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateRemoteConfig', array($params), "Google_Service_FirebaseRemoteConfig_RemoteConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php new file mode 100644 index 000000000..810f4b150 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php @@ -0,0 +1,232 @@ + + * Creates and manages rules that determine when a Firebase Rules-enabled + * service should permit a request. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseRules extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + /** View all your Firebase data and settings. */ + const FIREBASE_READONLY = + "https://www.googleapis.com/auth/firebase.readonly"; + + public $projects; + public $projects_releases; + public $projects_rulesets; + + /** + * Constructs the internal representation of the FirebaseRules 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://firebaserules.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'firebaserules'; + + $this->projects = new Google_Service_FirebaseRules_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'test' => array( + 'path' => 'v1/{+name}:test', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_releases = new Google_Service_FirebaseRules_Resource_ProjectsReleases( + $this, + $this->serviceName, + 'releases', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}/releases', + '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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getExecutable' => array( + 'path' => 'v1/{+name}:getExecutable', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executableVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/releases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_rulesets = new Google_Service_FirebaseRules_Resource_ProjectsRulesets( + $this, + $this->serviceName, + 'rulesets', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}/rulesets', + '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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/rulesets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Arg.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Arg.php new file mode 100644 index 000000000..fd6cbe575 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Arg.php @@ -0,0 +1,46 @@ +anyValue = $anyValue; + } + /** + * @return Google_Service_FirebaseRules_FirebaserulesEmpty + */ + public function getAnyValue() + { + return $this->anyValue; + } + public function setExactValue($exactValue) + { + $this->exactValue = $exactValue; + } + public function getExactValue() + { + return $this->exactValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FirebaserulesEmpty.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FirebaserulesEmpty.php new file mode 100644 index 000000000..83f2353e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FirebaserulesEmpty.php @@ -0,0 +1,20 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionCall.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionCall.php new file mode 100644 index 000000000..d7284aabf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionCall.php @@ -0,0 +1,40 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionMock.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionMock.php new file mode 100644 index 000000000..f30117124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/FunctionMock.php @@ -0,0 +1,63 @@ +args = $args; + } + /** + * @return Google_Service_FirebaseRules_Arg + */ + public function getArgs() + { + return $this->args; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } + /** + * @param Google_Service_FirebaseRules_Result + */ + public function setResult(Google_Service_FirebaseRules_Result $result) + { + $this->result = $result; + } + /** + * @return Google_Service_FirebaseRules_Result + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/GetReleaseExecutableResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/GetReleaseExecutableResponse.php new file mode 100644 index 000000000..c863a999b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/GetReleaseExecutableResponse.php @@ -0,0 +1,75 @@ +executable = $executable; + } + public function getExecutable() + { + return $this->executable; + } + public function setExecutableVersion($executableVersion) + { + $this->executableVersion = $executableVersion; + } + public function getExecutableVersion() + { + return $this->executableVersion; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setRulesetName($rulesetName) + { + $this->rulesetName = $rulesetName; + } + public function getRulesetName() + { + return $this->rulesetName; + } + public function setSyncTime($syncTime) + { + $this->syncTime = $syncTime; + } + public function getSyncTime() + { + return $this->syncTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Issue.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Issue.php new file mode 100644 index 000000000..f9816bbee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Issue.php @@ -0,0 +1,55 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + /** + * @param Google_Service_FirebaseRules_SourcePosition + */ + public function setSourcePosition(Google_Service_FirebaseRules_SourcePosition $sourcePosition) + { + $this->sourcePosition = $sourcePosition; + } + /** + * @return Google_Service_FirebaseRules_SourcePosition + */ + public function getSourcePosition() + { + return $this->sourcePosition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListReleasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListReleasesResponse.php new file mode 100644 index 000000000..a701733f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListReleasesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_FirebaseRules_Release + */ + public function setReleases($releases) + { + $this->releases = $releases; + } + /** + * @return Google_Service_FirebaseRules_Release + */ + public function getReleases() + { + return $this->releases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListRulesetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListRulesetsResponse.php new file mode 100644 index 000000000..776f4e789 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/ListRulesetsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_FirebaseRules_Ruleset + */ + public function setRulesets($rulesets) + { + $this->rulesets = $rulesets; + } + /** + * @return Google_Service_FirebaseRules_Ruleset + */ + public function getRulesets() + { + return $this->rulesets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Release.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Release.php new file mode 100644 index 000000000..3a1867954 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Release.php @@ -0,0 +1,57 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRulesetName($rulesetName) + { + $this->rulesetName = $rulesetName; + } + public function getRulesetName() + { + return $this->rulesetName; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/Projects.php new file mode 100644 index 000000000..a92a80cff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/Projects.php @@ -0,0 +1,66 @@ + + * $firebaserulesService = new Google_Service_FirebaseRules(...); + * $projects = $firebaserulesService->projects; + * + */ +class Google_Service_FirebaseRules_Resource_Projects extends Google_Service_Resource +{ + /** + * Test `Source` for syntactic and semantic correctness. Issues present, if any, + * will be returned to the caller with a description, severity, and source + * location. + * + * The test method may be executed with `Source` or a `Ruleset` name. Passing + * `Source` is useful for unit testing new rules. Passing a `Ruleset` name is + * useful for regression testing an existing rule. + * + * The following is an example of `Source` that permits users to upload images + * to a bucket bearing their user id and matching the correct metadata: + * + * _*Example*_ + * + * // Users are allowed to subscribe and unsubscribe to the blog. + * service firebase.storage { match /users/{userId}/images/{imageName} { + * allow write: if userId == request.auth.uid && + * (imageName.matches('*.png$') || imageName.matches('*.jpg$')) + * && resource.mimeType.matches('^image/') } } (projects.test) + * + * @param string $name Tests may either provide `source` or a `Ruleset` resource + * name. + * + * For tests against `source`, the resource name must refer to the project: + * Format: `projects/{project_id}` + * + * For tests against a `Ruleset`, this must be the `Ruleset` resource name: + * Format: `projects/{project_id}/rulesets/{ruleset_id}` + * @param Google_Service_FirebaseRules_TestRulesetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_TestRulesetResponse + */ + public function test($name, Google_Service_FirebaseRules_TestRulesetRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('test', array($params), "Google_Service_FirebaseRules_TestRulesetResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php new file mode 100644 index 000000000..7081633ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php @@ -0,0 +1,184 @@ + + * $firebaserulesService = new Google_Service_FirebaseRules(...); + * $releases = $firebaserulesService->releases; + * + */ +class Google_Service_FirebaseRules_Resource_ProjectsReleases extends Google_Service_Resource +{ + /** + * Create a `Release`. + * + * Release names should reflect the developer's deployment practices. For + * example, the release name may include the environment name, application name, + * application version, or any other name meaningful to the developer. Once a + * `Release` refers to a `Ruleset`, the rules can be enforced by Firebase Rules- + * enabled services. + * + * More than one `Release` may be 'live' concurrently. Consider the following + * three `Release` names for `projects/foo` and the `Ruleset` to which they + * refer. + * + * Release Name | Ruleset Name + * --------------------------------|------------- projects/foo/releases/prod + * | projects/foo/rulesets/uuid123 projects/foo/releases/prod/beta | + * projects/foo/rulesets/uuid123 projects/foo/releases/prod/v23 | + * projects/foo/rulesets/uuid456 + * + * The table reflects the `Ruleset` rollout in progress. The `prod` and + * `prod/beta` releases refer to the same `Ruleset`. However, `prod/v23` refers + * to a new `Ruleset`. The `Ruleset` reference for a `Release` may be updated + * using the UpdateRelease method. (releases.create) + * + * @param string $name Resource name for the project which owns this `Release`. + * + * Format: `projects/{project_id}` + * @param Google_Service_FirebaseRules_Release $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_Release + */ + public function create($name, Google_Service_FirebaseRules_Release $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseRules_Release"); + } + /** + * Delete a `Release` by resource name. (releases.delete) + * + * @param string $name Resource name for the `Release` to delete. + * + * Format: `projects/{project_id}/releases/{release_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_FirebaserulesEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseRules_FirebaserulesEmpty"); + } + /** + * Get a `Release` by name. (releases.get) + * + * @param string $name Resource name of the `Release`. + * + * Format: `projects/{project_id}/releases/{release_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_Release + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseRules_Release"); + } + /** + * Get the `Release` executable to use when enforcing rules. + * (releases.getExecutable) + * + * @param string $name Resource name of the `Release`. + * + * Format: `projects/{project_id}/releases/{release_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string executableVersion The requested runtime executable version. + * Defaults to FIREBASE_RULES_EXECUTABLE_V1. + * @return Google_Service_FirebaseRules_GetReleaseExecutableResponse + */ + public function getExecutable($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getExecutable', array($params), "Google_Service_FirebaseRules_GetReleaseExecutableResponse"); + } + /** + * List the `Release` values for a project. This list may optionally be filtered + * by `Release` name, `Ruleset` name, `TestSuite` name, or any combination + * thereof. (releases.listProjectsReleases) + * + * @param string $name Resource name for the project. + * + * Format: `projects/{project_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string filter `Release` filter. The list method supports filters + * with restrictions on the `Release.name`, `Release.ruleset_name`, and + * `Release.test_suite_name`. + * + * Example 1: A filter of 'name=prod*' might return `Release`s with names within + * 'projects/foo' prefixed with 'prod': + * + * Name | Ruleset Name + * ------------------------------|------------- projects/foo/releases/prod | + * projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v1 | + * projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v2 | + * projects/foo/rulesets/uuid8888 + * + * Example 2: A filter of `name=prod* ruleset_name=uuid1234` would return only + * `Release` instances for 'projects/foo' with names prefixed with 'prod' + * referring to the same `Ruleset` name of 'uuid1234': + * + * Name | Ruleset Name + * ------------------------------|------------- projects/foo/releases/prod | + * projects/foo/rulesets/1234 projects/foo/releases/prod/v1 | + * projects/foo/rulesets/1234 + * + * In the examples, the filter parameters refer to the search filters are + * relative to the project. Fully qualified prefixed may also be used. e.g. + * `test_suite_name=projects/foo/testsuites/uuid1` + * @opt_param string pageToken Next page token for the next batch of `Release` + * instances. + * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. + * Note: `page_size` is just a hint and the service may choose to load fewer + * than `page_size` results due to the size of the output. To traverse all of + * the releases, the caller should iterate until the `page_token` on the + * response is empty. + * @return Google_Service_FirebaseRules_ListReleasesResponse + */ + public function listProjectsReleases($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseRules_ListReleasesResponse"); + } + /** + * Update a `Release` via PATCH. + * + * Only updates to the `ruleset_name` and `test_suite_name` fields will be + * honored. `Release` rename is not supported. To create a `Release` use the + * CreateRelease method. (releases.patch) + * + * @param string $name Resource name for the project which owns this `Release`. + * + * Format: `projects/{project_id}` + * @param Google_Service_FirebaseRules_UpdateReleaseRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_Release + */ + public function patch($name, Google_Service_FirebaseRules_UpdateReleaseRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_FirebaseRules_Release"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php new file mode 100644 index 000000000..4cda451a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php @@ -0,0 +1,115 @@ + + * $firebaserulesService = new Google_Service_FirebaseRules(...); + * $rulesets = $firebaserulesService->rulesets; + * + */ +class Google_Service_FirebaseRules_Resource_ProjectsRulesets extends Google_Service_Resource +{ + /** + * Create a `Ruleset` from `Source`. + * + * The `Ruleset` is given a unique generated name which is returned to the + * caller. `Source` containing syntactic or semantics errors will result in an + * error response indicating the first error encountered. For a detailed view of + * `Source` issues, use TestRuleset. (rulesets.create) + * + * @param string $name Resource name for Project which owns this `Ruleset`. + * + * Format: `projects/{project_id}` + * @param Google_Service_FirebaseRules_Ruleset $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_Ruleset + */ + public function create($name, Google_Service_FirebaseRules_Ruleset $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseRules_Ruleset"); + } + /** + * Delete a `Ruleset` by resource name. + * + * If the `Ruleset` is referenced by a `Release` the operation will fail. + * (rulesets.delete) + * + * @param string $name Resource name for the ruleset to delete. + * + * Format: `projects/{project_id}/rulesets/{ruleset_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_FirebaserulesEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseRules_FirebaserulesEmpty"); + } + /** + * Get a `Ruleset` by name including the full `Source` contents. (rulesets.get) + * + * @param string $name Resource name for the ruleset to get. + * + * Format: `projects/{project_id}/rulesets/{ruleset_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRules_Ruleset + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseRules_Ruleset"); + } + /** + * List `Ruleset` metadata only and optionally filter the results by `Ruleset` + * name. + * + * The full `Source` contents of a `Ruleset` may be retrieved with GetRuleset. + * (rulesets.listProjectsRulesets) + * + * @param string $name Resource name for the project. + * + * Format: `projects/{project_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Next page token for loading the next batch of + * `Ruleset` instances. + * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. + * Note: `page_size` is just a hint and the service may choose to load less than + * `page_size` due to the size of the output. To traverse all of the releases, + * caller should iterate until the `page_token` is empty. + * @opt_param string filter `Ruleset` filter. The list method supports filters + * with restrictions on `Ruleset.name`. + * + * Filters on `Ruleset.create_time` should use the `date` function which parses + * strings that conform to the RFC 3339 date/time specifications. + * + * Example: `create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*` + * @return Google_Service_FirebaseRules_ListRulesetsResponse + */ + public function listProjectsRulesets($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseRules_ListRulesetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Result.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Result.php new file mode 100644 index 000000000..a194cef23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Result.php @@ -0,0 +1,46 @@ +undefined = $undefined; + } + /** + * @return Google_Service_FirebaseRules_FirebaserulesEmpty + */ + public function getUndefined() + { + return $this->undefined; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Ruleset.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Ruleset.php new file mode 100644 index 000000000..827f099a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Ruleset.php @@ -0,0 +1,55 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_FirebaseRules_Source + */ + public function setSource(Google_Service_FirebaseRules_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_FirebaseRules_Source + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Source.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Source.php new file mode 100644 index 000000000..e0c41cfb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Source.php @@ -0,0 +1,38 @@ +files = $files; + } + /** + * @return Google_Service_FirebaseRules_FirebaserulesFile + */ + public function getFiles() + { + return $this->files; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/SourcePosition.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/SourcePosition.php new file mode 100644 index 000000000..e54ee7f1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/SourcePosition.php @@ -0,0 +1,48 @@ +column = $column; + } + public function getColumn() + { + return $this->column; + } + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php new file mode 100644 index 000000000..178602f30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php @@ -0,0 +1,74 @@ +expectation = $expectation; + } + public function getExpectation() + { + return $this->expectation; + } + /** + * @param Google_Service_FirebaseRules_FunctionMock + */ + public function setFunctionMocks($functionMocks) + { + $this->functionMocks = $functionMocks; + } + /** + * @return Google_Service_FirebaseRules_FunctionMock + */ + public function getFunctionMocks() + { + return $this->functionMocks; + } + public function setPathEncoding($pathEncoding) + { + $this->pathEncoding = $pathEncoding; + } + public function getPathEncoding() + { + return $this->pathEncoding; + } + public function setRequest($request) + { + $this->request = $request; + } + public function getRequest() + { + return $this->request; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestResult.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestResult.php new file mode 100644 index 000000000..184103f26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestResult.php @@ -0,0 +1,88 @@ +debugMessages = $debugMessages; + } + public function getDebugMessages() + { + return $this->debugMessages; + } + /** + * @param Google_Service_FirebaseRules_SourcePosition + */ + public function setErrorPosition(Google_Service_FirebaseRules_SourcePosition $errorPosition) + { + $this->errorPosition = $errorPosition; + } + /** + * @return Google_Service_FirebaseRules_SourcePosition + */ + public function getErrorPosition() + { + return $this->errorPosition; + } + /** + * @param Google_Service_FirebaseRules_FunctionCall + */ + public function setFunctionCalls($functionCalls) + { + $this->functionCalls = $functionCalls; + } + /** + * @return Google_Service_FirebaseRules_FunctionCall + */ + public function getFunctionCalls() + { + return $this->functionCalls; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_FirebaseRules_VisitedExpression + */ + public function setVisitedExpressions($visitedExpressions) + { + $this->visitedExpressions = $visitedExpressions; + } + /** + * @return Google_Service_FirebaseRules_VisitedExpression + */ + public function getVisitedExpressions() + { + return $this->visitedExpressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetRequest.php new file mode 100644 index 000000000..797e7350e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetRequest.php @@ -0,0 +1,53 @@ +source = $source; + } + /** + * @return Google_Service_FirebaseRules_Source + */ + public function getSource() + { + return $this->source; + } + /** + * @param Google_Service_FirebaseRules_TestSuite + */ + public function setTestSuite(Google_Service_FirebaseRules_TestSuite $testSuite) + { + $this->testSuite = $testSuite; + } + /** + * @return Google_Service_FirebaseRules_TestSuite + */ + public function getTestSuite() + { + return $this->testSuite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetResponse.php new file mode 100644 index 000000000..37a76cbfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestRulesetResponse.php @@ -0,0 +1,54 @@ +issues = $issues; + } + /** + * @return Google_Service_FirebaseRules_Issue + */ + public function getIssues() + { + return $this->issues; + } + /** + * @param Google_Service_FirebaseRules_TestResult + */ + public function setTestResults($testResults) + { + $this->testResults = $testResults; + } + /** + * @return Google_Service_FirebaseRules_TestResult + */ + public function getTestResults() + { + return $this->testResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestSuite.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestSuite.php new file mode 100644 index 000000000..b3d773658 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestSuite.php @@ -0,0 +1,38 @@ +testCases = $testCases; + } + /** + * @return Google_Service_FirebaseRules_TestCase + */ + public function getTestCases() + { + return $this->testCases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/UpdateReleaseRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/UpdateReleaseRequest.php new file mode 100644 index 000000000..33ab3f5b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/UpdateReleaseRequest.php @@ -0,0 +1,46 @@ +release = $release; + } + /** + * @return Google_Service_FirebaseRules_Release + */ + public function getRelease() + { + return $this->release; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/VisitedExpression.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/VisitedExpression.php new file mode 100644 index 000000000..e0f1af615 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/VisitedExpression.php @@ -0,0 +1,46 @@ +sourcePosition = $sourcePosition; + } + /** + * @return Google_Service_FirebaseRules_SourcePosition + */ + public function getSourcePosition() + { + return $this->sourcePosition; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI.php new file mode 100644 index 000000000..8dbe11100 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI.php @@ -0,0 +1,212 @@ + + * Creates and manages rules that determine when a Firebase Rules-enabled + * service should permit a request. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FirebaseRulesAPI extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + /** View all your Firebase data and settings. */ + const FIREBASE_READONLY = + "https://www.googleapis.com/auth/firebase.readonly"; + + public $projects; + public $projects_releases; + public $projects_rulesets; + + /** + * Constructs the internal representation of the FirebaseRulesAPI service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://firebaserules.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'firebaserules'; + + $this->projects = new Google_Service_FirebaseRulesAPI_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'test' => array( + 'path' => 'v1/{+name}:test', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_releases = new Google_Service_FirebaseRulesAPI_Resource_ProjectsReleases( + $this, + $this->serviceName, + 'releases', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}/releases', + '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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/releases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_rulesets = new Google_Service_FirebaseRulesAPI_Resource_ProjectsRulesets( + $this, + $this->serviceName, + 'rulesets', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}/rulesets', + '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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/rulesets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php new file mode 100644 index 000000000..6a6953ee1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php @@ -0,0 +1,20 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Issue.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Issue.php new file mode 100644 index 000000000..f8f5551de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Issue.php @@ -0,0 +1,49 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setSourcePosition(Google_Service_FirebaseRulesAPI_SourcePosition $sourcePosition) + { + $this->sourcePosition = $sourcePosition; + } + public function getSourcePosition() + { + return $this->sourcePosition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListReleasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListReleasesResponse.php new file mode 100644 index 000000000..a275091fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListReleasesResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setReleases($releases) + { + $this->releases = $releases; + } + public function getReleases() + { + return $this->releases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListRulesetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListRulesetsResponse.php new file mode 100644 index 000000000..35ad97510 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/ListRulesetsResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setRulesets($rulesets) + { + $this->rulesets = $rulesets; + } + public function getRulesets() + { + return $this->rulesets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Release.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Release.php new file mode 100644 index 000000000..20c9fbd16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Release.php @@ -0,0 +1,57 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRulesetName($rulesetName) + { + $this->rulesetName = $rulesetName; + } + public function getRulesetName() + { + return $this->rulesetName; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/Projects.php new file mode 100644 index 000000000..cb51c053c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/Projects.php @@ -0,0 +1,62 @@ + + * $firebaserulesService = new Google_Service_FirebaseRulesAPI(...); + * $projects = $firebaserulesService->projects; + * + */ +class Google_Service_FirebaseRulesAPI_Resource_Projects extends Google_Service_Resource +{ + /** + * Test `Source` for syntactic and semantic correctness. Issues present in the + * rules, if any, will be returned to the caller with a description, severity, + * and source location. + * + * The test method will typically be executed with a developer provided + * `Source`, but if regression testing is desired, this method may be executed + * against a `Ruleset` resource name and the `Source` will be retrieved from the + * persisted `Ruleset`. + * + * The following is an example of `Source` that permits users to upload images + * to a bucket bearing their user id and matching the correct metadata: + * + * _*Example*_ + * + * // Users are allowed to subscribe and unsubscribe to the blog. + * service firebase.storage { match /users/{userId}/images/{imageName} { + * allow write: if userId == request.userId && + * (imageName.endsWith('.png') || imageName.endsWith('.jpg')) && + * resource.mimeType.startsWith('image/') } } (projects.test) + * + * @param string $name Name of the project. + * + * Format: `projects/{project_id}` + * @param Google_Service_FirebaseRulesAPI_TestRulesetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_TestRulesetResponse + */ + public function test($name, Google_Service_FirebaseRulesAPI_TestRulesetRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('test', array($params), "Google_Service_FirebaseRulesAPI_TestRulesetResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsReleases.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsReleases.php new file mode 100644 index 000000000..c2ad92203 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsReleases.php @@ -0,0 +1,186 @@ + + * $firebaserulesService = new Google_Service_FirebaseRulesAPI(...); + * $releases = $firebaserulesService->releases; + * + */ +class Google_Service_FirebaseRulesAPI_Resource_ProjectsReleases extends Google_Service_Resource +{ + /** + * Create a `Release`. + * + * Release names should reflect the developer's deployment practices. For + * example, the release name may include the environment name, application name, + * application version, or any other name meaningful to the developer. Once a + * `Release` refers to a `Ruleset`, the rules can be enforced by Firebase Rules- + * enabled services. + * + * More than one `Release` may be 'live' concurrently. Consider the following + * three `Release` names for `projects/foo` and the `Ruleset` to which they + * refer. + * + * Release Name | Ruleset Name + * --------------------------------|------------- projects/foo/releases/prod + * | projects/foo/rulesets/uuid123 projects/foo/releases/prod/beta | + * projects/foo/rulesets/uuid123 projects/foo/releases/prod/v23 | + * projects/foo/rulesets/uuid456 + * + * The table reflects the `Ruleset` rollout in progress. The `prod` and + * `prod/beta` releases refer to the same `Ruleset`. However, `prod/v23` refers + * to a new `Ruleset`. The `Ruleset` reference for a `Release` may be updated + * using the UpdateRelease method, and the custom `Release` name may be + * referenced by specifying the `X-Firebase-Rules-Release-Name` header. + * (releases.create) + * + * @param string $name Resource name for the project which owns this `Release`. + * + * Format: `projects/{project_id}` + * @param Google_Service_FirebaseRulesAPI_Release $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_Release + */ + public function create($name, Google_Service_FirebaseRulesAPI_Release $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseRulesAPI_Release"); + } + /** + * Delete a `Release` by resource name. (releases.delete) + * + * @param string $name Resource name for the `Release` to delete. + * + * Format: `projects/{project_id}/releases/{release_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_FirebaserulesEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseRulesAPI_FirebaserulesEmpty"); + } + /** + * Get a `Release` by name. (releases.get) + * + * @param string $name Resource name of the `Release`. + * + * Format: `projects/{project_id}/releases/{release_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_Release + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseRulesAPI_Release"); + } + /** + * List the `Release` values for a project. This list may optionally be filtered + * by `Release` name or `Ruleset` id or both. (releases.listProjectsReleases) + * + * @param string $name Resource name for the project. + * + * Format: `projects/{project_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string filter `Release` filter. The list method supports filters + * with restrictions on the `Release` `name` and also on the `Ruleset` + * `ruleset_name`. + * + * Example 1) A filter of 'name=prod*' might return `Release`s with names within + * 'projects/foo' prefixed with 'prod': + * + * Name | Ruleset Name + * ------------------------------|------------- projects/foo/releases/prod | + * projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v1 | + * projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v2 | + * projects/foo/rulesets/uuid8888 + * + * Example 2) A filter of `name=prod* ruleset_name=uuid1234` would return only + * `Release` instances for 'projects/foo' with names prefixed with 'prod' + * referring to the same `Ruleset` name of 'uuid1234': + * + * Name | Ruleset Name + * ------------------------------|------------- projects/foo/releases/prod | + * projects/foo/rulesets/1234 projects/foo/releases/prod/v1 | + * projects/foo/rulesets/1234 + * + * In the examples, the filter parameters refer to the search filters for + * release and ruleset names are relative to the project releases and rulesets + * collections. Fully qualified prefixed may also be used. e.g. + * `name=projects/foo/releases/prod* ruleset_name=projects/foo/rulesets/uuid1` + * @opt_param string pageToken Next page token for the next batch of `Release` + * instances. + * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. + * Note: `page_size` is just a hint and the service may choose to load less than + * `page_size` due to the size of the output. To traverse all of the releases, + * caller should iterate until the `page_token` is empty. + * @return Google_Service_FirebaseRulesAPI_ListReleasesResponse + */ + public function listProjectsReleases($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseRulesAPI_ListReleasesResponse"); + } + /** + * Update a `Release`. + * + * Only updates to the `ruleset_name` field will be honored. `Release` rename is + * not supported. To create a `Release` use the CreateRelease method instead. + * (releases.update) + * + * @param string $name Resource name for the `Release`. + * + * `Release` names may be structured `app1/prod/v2` or flat `app1_prod_v2` which + * affords developers a great deal of flexibility in mapping the name to the + * style that best fits their existing development practices. For example, a + * name could refer to an environment, an app, a version, or some combination of + * three. + * + * In the table below, for the project name `projects/foo`, the following + * relative release paths show how flat and structured names might be chosen to + * match a desired development / deployment strategy. + * + * Use Case | Flat Name | Structured Name + * -------------|---------------------|---------------- Environments | + * releases/qa | releases/qa Apps | releases/app1_qa | + * releases/app1/qa Versions | releases/app1_v2_qa | releases/app1/v2/qa + * + * The delimiter between the release name path elements can be almost anything + * and it should work equally well with the release name list filter, but in + * many ways the structured paths provide a clearer picture of the relationship + * between `Release` instances. + * + * Format: `projects/{project_id}/releases/{release_id}` + * @param Google_Service_FirebaseRulesAPI_Release $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_Release + */ + public function update($name, Google_Service_FirebaseRulesAPI_Release $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_FirebaseRulesAPI_Release"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsRulesets.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsRulesets.php new file mode 100644 index 000000000..23418efcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Resource/ProjectsRulesets.php @@ -0,0 +1,108 @@ + + * $firebaserulesService = new Google_Service_FirebaseRulesAPI(...); + * $rulesets = $firebaserulesService->rulesets; + * + */ +class Google_Service_FirebaseRulesAPI_Resource_ProjectsRulesets extends Google_Service_Resource +{ + /** + * Create a `Ruleset` from `Source`. + * + * The `Ruleset` is given a unique generated name which is returned to the + * caller. `Source` containing syntactic or semantics errors will result in an + * error response indicating the first error encountered. For a detailed view of + * `Source` issues, use TestRuleset. (rulesets.create) + * + * @param string $name Resource name for Project which owns this `Ruleset`. + * + * Format: `projects/{project_id}` + * @param Google_Service_FirebaseRulesAPI_Ruleset $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_Ruleset + */ + public function create($name, Google_Service_FirebaseRulesAPI_Ruleset $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_FirebaseRulesAPI_Ruleset"); + } + /** + * Delete a `Ruleset` by resource name. + * + * If the `Ruleset` is referenced by a `Release` the operation will fail. + * (rulesets.delete) + * + * @param string $name Resource name for the ruleset to delete. + * + * Format: `projects/{project_id}/rulesets/{ruleset_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_FirebaserulesEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_FirebaseRulesAPI_FirebaserulesEmpty"); + } + /** + * Get a `Ruleset` by name including the full `Source` contents. (rulesets.get) + * + * @param string $name Resource name for the ruleset to get. + * + * Format: `projects/{project_id}/rulesets/{ruleset_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_FirebaseRulesAPI_Ruleset + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_FirebaseRulesAPI_Ruleset"); + } + /** + * List `Ruleset` metadata only and optionally filter the results by Ruleset + * name. + * + * The full `Source` contents of a `Ruleset` may be retrieved with GetRuleset. + * (rulesets.listProjectsRulesets) + * + * @param string $name Resource name for the project. + * + * Format: `projects/{project_id}` + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. + * Note: `page_size` is just a hint and the service may choose to load less than + * `page_size` due to the size of the output. To traverse all of the releases, + * caller should iterate until the `page_token` is empty. + * @opt_param string pageToken Next page token for loading the next batch of + * `Ruleset` instances. + * @return Google_Service_FirebaseRulesAPI_ListRulesetsResponse + */ + public function listProjectsRulesets($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_FirebaseRulesAPI_ListRulesetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Ruleset.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Ruleset.php new file mode 100644 index 000000000..33f437fc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Ruleset.php @@ -0,0 +1,49 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSource(Google_Service_FirebaseRulesAPI_Source $source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Source.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Source.php new file mode 100644 index 000000000..ecde5b81c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/Source.php @@ -0,0 +1,32 @@ +files = $files; + } + public function getFiles() + { + return $this->files; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/SourcePosition.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/SourcePosition.php new file mode 100644 index 000000000..79936bb7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/SourcePosition.php @@ -0,0 +1,48 @@ +column = $column; + } + public function getColumn() + { + return $this->column; + } + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetRequest.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetRequest.php new file mode 100644 index 000000000..89eb2f304 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetRequest.php @@ -0,0 +1,31 @@ +source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetResponse.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetResponse.php new file mode 100644 index 000000000..c9b1fd960 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/TestRulesetResponse.php @@ -0,0 +1,32 @@ +issues = $issues; + } + public function getIssues() + { + return $this->issues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore.php b/vendor/google/apiclient-services/src/Google/Service/Firestore.php new file mode 100644 index 000000000..da06e61d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore.php @@ -0,0 +1,543 @@ + + * Accesses the NoSQL document database built for automatic scaling, high + * performance, and ease of application development. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Firestore extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Cloud Datastore data. */ + const DATASTORE = + "https://www.googleapis.com/auth/datastore"; + + public $projects_databases; + public $projects_databases_collectionGroups_fields; + public $projects_databases_collectionGroups_indexes; + public $projects_databases_documents; + public $projects_databases_operations; + public $projects_locations; + + /** + * Constructs the internal representation of the Firestore 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://firestore.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'firestore'; + + $this->projects_databases = new Google_Service_Firestore_Resource_ProjectsDatabases( + $this, + $this->serviceName, + 'databases', + array( + 'methods' => array( + 'exportDocuments' => array( + 'path' => 'v1/{+name}:exportDocuments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'importDocuments' => array( + 'path' => 'v1/{+name}:importDocuments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_databases_collectionGroups_fields = new Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsFields( + $this, + $this->serviceName, + 'fields', + 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}/fields', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => 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->projects_databases_collectionGroups_indexes = new Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsIndexes( + $this, + $this->serviceName, + 'indexes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/indexes', + '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}/indexes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_databases_documents = new Google_Service_Firestore_Resource_ProjectsDatabasesDocuments( + $this, + $this->serviceName, + 'documents', + array( + 'methods' => array( + 'batchGet' => array( + 'path' => 'v1/{+database}/documents:batchGet', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'beginTransaction' => array( + 'path' => 'v1/{+database}/documents:beginTransaction', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'commit' => array( + 'path' => 'v1/{+database}/documents:commit', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'createDocument' => array( + 'path' => 'v1/{+parent}/{collectionId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'documentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'mask.fieldPaths' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentDocument.exists' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'currentDocument.updateTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'mask.fieldPaths' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'readTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'transaction' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/{collectionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'showMissing' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'mask.fieldPaths' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'transaction' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'readTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listCollectionIds' => array( + 'path' => 'v1/{+parent}:listCollectionIds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'listen' => array( + 'path' => 'v1/{+database}/documents:listen', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentDocument.exists' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask.fieldPaths' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'mask.fieldPaths' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'currentDocument.updateTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rollback' => array( + 'path' => 'v1/{+database}/documents:rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'runQuery' => array( + 'path' => 'v1/{+parent}:runQuery', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'write' => array( + 'path' => 'v1/{+database}/documents:write', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_databases_operations = new Google_Service_Firestore_Resource_ProjectsDatabasesOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations = new Google_Service_Firestore_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ArrayValue.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ArrayValue.php new file mode 100644 index 000000000..fadbb64aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ArrayValue.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsRequest.php new file mode 100644 index 000000000..c5b39e084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsRequest.php @@ -0,0 +1,81 @@ +documents = $documents; + } + public function getDocuments() + { + return $this->documents; + } + /** + * @param Google_Service_Firestore_DocumentMask + */ + public function setMask(Google_Service_Firestore_DocumentMask $mask) + { + $this->mask = $mask; + } + /** + * @return Google_Service_Firestore_DocumentMask + */ + public function getMask() + { + return $this->mask; + } + /** + * @param Google_Service_Firestore_TransactionOptions + */ + public function setNewTransaction(Google_Service_Firestore_TransactionOptions $newTransaction) + { + $this->newTransaction = $newTransaction; + } + /** + * @return Google_Service_Firestore_TransactionOptions + */ + public function getNewTransaction() + { + return $this->newTransaction; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setTransaction($transaction) + { + $this->transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsResponse.php new file mode 100644 index 000000000..f89624e71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/BatchGetDocumentsResponse.php @@ -0,0 +1,64 @@ +found = $found; + } + /** + * @return Google_Service_Firestore_Document + */ + public function getFound() + { + return $this->found; + } + public function setMissing($missing) + { + $this->missing = $missing; + } + public function getMissing() + { + return $this->missing; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setTransaction($transaction) + { + $this->transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionRequest.php new file mode 100644 index 000000000..634b264c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_Firestore_TransactionOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionResponse.php new file mode 100644 index 000000000..0aa5a5b55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/BeginTransactionResponse.php @@ -0,0 +1,30 @@ +transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/CollectionSelector.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/CollectionSelector.php new file mode 100644 index 000000000..ba5d67311 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/CollectionSelector.php @@ -0,0 +1,39 @@ +allDescendants = $allDescendants; + } + public function getAllDescendants() + { + return $this->allDescendants; + } + public function setCollectionId($collectionId) + { + $this->collectionId = $collectionId; + } + public function getCollectionId() + { + return $this->collectionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/CommitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/CommitRequest.php new file mode 100644 index 000000000..5a7f13ddd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/CommitRequest.php @@ -0,0 +1,47 @@ +transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } + /** + * @param Google_Service_Firestore_Write + */ + public function setWrites($writes) + { + $this->writes = $writes; + } + /** + * @return Google_Service_Firestore_Write + */ + public function getWrites() + { + return $this->writes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/CommitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/CommitResponse.php new file mode 100644 index 000000000..5fe6288a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/CommitResponse.php @@ -0,0 +1,47 @@ +commitTime = $commitTime; + } + public function getCommitTime() + { + return $this->commitTime; + } + /** + * @param Google_Service_Firestore_WriteResult + */ + public function setWriteResults($writeResults) + { + $this->writeResults = $writeResults; + } + /** + * @return Google_Service_Firestore_WriteResult + */ + public function getWriteResults() + { + return $this->writeResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/CompositeFilter.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/CompositeFilter.php new file mode 100644 index 000000000..952438495 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/CompositeFilter.php @@ -0,0 +1,47 @@ +filters = $filters; + } + /** + * @return Google_Service_Firestore_Filter + */ + public function getFilters() + { + return $this->filters; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Cursor.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Cursor.php new file mode 100644 index 000000000..7d20f9347 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Cursor.php @@ -0,0 +1,47 @@ +before = $before; + } + public function getBefore() + { + return $this->before; + } + /** + * @param Google_Service_Firestore_Value + */ + public function setValues($values) + { + $this->values = $values; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Document.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Document.php new file mode 100644 index 000000000..47eb23083 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Document.php @@ -0,0 +1,64 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_Firestore_Value + */ + public function setFields($fields) + { + $this->fields = $fields; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentChange.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentChange.php new file mode 100644 index 000000000..e7c36577a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentChange.php @@ -0,0 +1,56 @@ +document = $document; + } + /** + * @return Google_Service_Firestore_Document + */ + public function getDocument() + { + return $this->document; + } + public function setRemovedTargetIds($removedTargetIds) + { + $this->removedTargetIds = $removedTargetIds; + } + public function getRemovedTargetIds() + { + return $this->removedTargetIds; + } + public function setTargetIds($targetIds) + { + $this->targetIds = $targetIds; + } + public function getTargetIds() + { + return $this->targetIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentDelete.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentDelete.php new file mode 100644 index 000000000..99a20b533 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentDelete.php @@ -0,0 +1,49 @@ +document = $document; + } + public function getDocument() + { + return $this->document; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setRemovedTargetIds($removedTargetIds) + { + $this->removedTargetIds = $removedTargetIds; + } + public function getRemovedTargetIds() + { + return $this->removedTargetIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentMask.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentMask.php new file mode 100644 index 000000000..505b6ef0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentMask.php @@ -0,0 +1,31 @@ +fieldPaths = $fieldPaths; + } + public function getFieldPaths() + { + return $this->fieldPaths; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentRemove.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentRemove.php new file mode 100644 index 000000000..48b6d5430 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentRemove.php @@ -0,0 +1,49 @@ +document = $document; + } + public function getDocument() + { + return $this->document; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setRemovedTargetIds($removedTargetIds) + { + $this->removedTargetIds = $removedTargetIds; + } + public function getRemovedTargetIds() + { + return $this->removedTargetIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentTransform.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentTransform.php new file mode 100644 index 000000000..9370b1e24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentTransform.php @@ -0,0 +1,47 @@ +document = $document; + } + public function getDocument() + { + return $this->document; + } + /** + * @param Google_Service_Firestore_FieldTransform + */ + public function setFieldTransforms($fieldTransforms) + { + $this->fieldTransforms = $fieldTransforms; + } + /** + * @return Google_Service_Firestore_FieldTransform + */ + public function getFieldTransforms() + { + return $this->fieldTransforms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentsTarget.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentsTarget.php new file mode 100644 index 000000000..11195ce2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/DocumentsTarget.php @@ -0,0 +1,31 @@ +documents = $documents; + } + public function getDocuments() + { + return $this->documents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ExistenceFilter.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ExistenceFilter.php new file mode 100644 index 000000000..12b687adb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ExistenceFilter.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldFilter.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldFilter.php new file mode 100644 index 000000000..1abbc533a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldFilter.php @@ -0,0 +1,62 @@ +field = $field; + } + /** + * @return Google_Service_Firestore_FieldReference + */ + public function getField() + { + return $this->field; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } + /** + * @param Google_Service_Firestore_Value + */ + public function setValue(Google_Service_Firestore_Value $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldReference.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldReference.php new file mode 100644 index 000000000..02c3c475d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldReference.php @@ -0,0 +1,30 @@ +fieldPath = $fieldPath; + } + public function getFieldPath() + { + return $this->fieldPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldTransform.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldTransform.php new file mode 100644 index 000000000..93bde7331 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/FieldTransform.php @@ -0,0 +1,119 @@ +appendMissingElements = $appendMissingElements; + } + /** + * @return Google_Service_Firestore_ArrayValue + */ + public function getAppendMissingElements() + { + return $this->appendMissingElements; + } + public function setFieldPath($fieldPath) + { + $this->fieldPath = $fieldPath; + } + public function getFieldPath() + { + return $this->fieldPath; + } + /** + * @param Google_Service_Firestore_Value + */ + public function setIncrement(Google_Service_Firestore_Value $increment) + { + $this->increment = $increment; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getIncrement() + { + return $this->increment; + } + /** + * @param Google_Service_Firestore_Value + */ + public function setMaximum(Google_Service_Firestore_Value $maximum) + { + $this->maximum = $maximum; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getMaximum() + { + return $this->maximum; + } + /** + * @param Google_Service_Firestore_Value + */ + public function setMinimum(Google_Service_Firestore_Value $minimum) + { + $this->minimum = $minimum; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getMinimum() + { + return $this->minimum; + } + /** + * @param Google_Service_Firestore_ArrayValue + */ + public function setRemoveAllFromArray(Google_Service_Firestore_ArrayValue $removeAllFromArray) + { + $this->removeAllFromArray = $removeAllFromArray; + } + /** + * @return Google_Service_Firestore_ArrayValue + */ + public function getRemoveAllFromArray() + { + return $this->removeAllFromArray; + } + public function setSetToServerValue($setToServerValue) + { + $this->setToServerValue = $setToServerValue; + } + public function getSetToServerValue() + { + return $this->setToServerValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Filter.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Filter.php new file mode 100644 index 000000000..569424dc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Filter.php @@ -0,0 +1,69 @@ +compositeFilter = $compositeFilter; + } + /** + * @return Google_Service_Firestore_CompositeFilter + */ + public function getCompositeFilter() + { + return $this->compositeFilter; + } + /** + * @param Google_Service_Firestore_FieldFilter + */ + public function setFieldFilter(Google_Service_Firestore_FieldFilter $fieldFilter) + { + $this->fieldFilter = $fieldFilter; + } + /** + * @return Google_Service_Firestore_FieldFilter + */ + public function getFieldFilter() + { + return $this->fieldFilter; + } + /** + * @param Google_Service_Firestore_UnaryFilter + */ + public function setUnaryFilter(Google_Service_Firestore_UnaryFilter $unaryFilter) + { + $this->unaryFilter = $unaryFilter; + } + /** + * @return Google_Service_Firestore_UnaryFilter + */ + public function getUnaryFilter() + { + return $this->unaryFilter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/FirestoreEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/FirestoreEmpty.php new file mode 100644 index 000000000..f8f2a9e0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/FirestoreEmpty.php @@ -0,0 +1,20 @@ +collectionIds = $collectionIds; + } + public function getCollectionIds() + { + return $this->collectionIds; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setOperationState($operationState) + { + $this->operationState = $operationState; + } + public function getOperationState() + { + return $this->operationState; + } + public function setOutputUriPrefix($outputUriPrefix) + { + $this->outputUriPrefix = $outputUriPrefix; + } + public function getOutputUriPrefix() + { + return $this->outputUriPrefix; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) + { + $this->progressDocuments = $progressDocuments; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressDocuments() + { + return $this->progressDocuments; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsRequest.php new file mode 100644 index 000000000..f762983c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsRequest.php @@ -0,0 +1,40 @@ +collectionIds = $collectionIds; + } + public function getCollectionIds() + { + return $this->collectionIds; + } + public function setOutputUriPrefix($outputUriPrefix) + { + $this->outputUriPrefix = $outputUriPrefix; + } + public function getOutputUriPrefix() + { + return $this->outputUriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsResponse.php new file mode 100644 index 000000000..8dedd7f45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ExportDocumentsResponse.php @@ -0,0 +1,30 @@ +outputUriPrefix = $outputUriPrefix; + } + public function getOutputUriPrefix() + { + return $this->outputUriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Field.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Field.php new file mode 100644 index 000000000..ac50b8921 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Field.php @@ -0,0 +1,46 @@ +indexConfig = $indexConfig; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfig + */ + public function getIndexConfig() + { + return $this->indexConfig; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1FieldOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1FieldOperationMetadata.php new file mode 100644 index 000000000..a3fc7cfe3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1FieldOperationMetadata.php @@ -0,0 +1,106 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setField($field) + { + $this->field = $field; + } + public function getField() + { + return $this->field; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfigDelta + */ + public function setIndexConfigDeltas($indexConfigDeltas) + { + $this->indexConfigDeltas = $indexConfigDeltas; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfigDelta + */ + public function getIndexConfigDeltas() + { + return $this->indexConfigDeltas; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) + { + $this->progressDocuments = $progressDocuments; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressDocuments() + { + return $this->progressDocuments; + } + 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/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsMetadata.php new file mode 100644 index 000000000..8d41ce5bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsMetadata.php @@ -0,0 +1,99 @@ +collectionIds = $collectionIds; + } + public function getCollectionIds() + { + return $this->collectionIds; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setInputUriPrefix($inputUriPrefix) + { + $this->inputUriPrefix = $inputUriPrefix; + } + public function getInputUriPrefix() + { + return $this->inputUriPrefix; + } + public function setOperationState($operationState) + { + $this->operationState = $operationState; + } + public function getOperationState() + { + return $this->operationState; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) + { + $this->progressDocuments = $progressDocuments; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressDocuments() + { + return $this->progressDocuments; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsRequest.php new file mode 100644 index 000000000..3f946e7b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ImportDocumentsRequest.php @@ -0,0 +1,40 @@ +collectionIds = $collectionIds; + } + public function getCollectionIds() + { + return $this->collectionIds; + } + public function setInputUriPrefix($inputUriPrefix) + { + $this->inputUriPrefix = $inputUriPrefix; + } + public function getInputUriPrefix() + { + return $this->inputUriPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Index.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Index.php new file mode 100644 index 000000000..2e268e575 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1Index.php @@ -0,0 +1,65 @@ +fields = $fields; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1IndexField + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setQueryScope($queryScope) + { + $this->queryScope = $queryScope; + } + public function getQueryScope() + { + return $this->queryScope; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfig.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfig.php new file mode 100644 index 000000000..d8dd8e028 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfig.php @@ -0,0 +1,65 @@ +ancestorField = $ancestorField; + } + public function getAncestorField() + { + return $this->ancestorField; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index + */ + public function setIndexes($indexes) + { + $this->indexes = $indexes; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index + */ + public function getIndexes() + { + return $this->indexes; + } + public function setReverting($reverting) + { + $this->reverting = $reverting; + } + public function getReverting() + { + return $this->reverting; + } + public function setUsesAncestorConfig($usesAncestorConfig) + { + $this->usesAncestorConfig = $usesAncestorConfig; + } + public function getUsesAncestorConfig() + { + return $this->usesAncestorConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfigDelta.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfigDelta.php new file mode 100644 index 000000000..345b4fad1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexConfigDelta.php @@ -0,0 +1,46 @@ +changeType = $changeType; + } + public function getChangeType() + { + return $this->changeType; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index + */ + public function setIndex(Google_Service_Firestore_GoogleFirestoreAdminV1Index $index) + { + $this->index = $index; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index + */ + public function getIndex() + { + return $this->index; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexField.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexField.php new file mode 100644 index 000000000..3f618ee3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexField.php @@ -0,0 +1,48 @@ +arrayConfig = $arrayConfig; + } + public function getArrayConfig() + { + return $this->arrayConfig; + } + public function setFieldPath($fieldPath) + { + $this->fieldPath = $fieldPath; + } + public function getFieldPath() + { + return $this->fieldPath; + } + public function setOrder($order) + { + $this->order = $order; + } + public function getOrder() + { + return $this->order; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexOperationMetadata.php new file mode 100644 index 000000000..96da86ed1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1IndexOperationMetadata.php @@ -0,0 +1,89 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) + { + $this->progressBytes = $progressBytes; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressBytes() + { + return $this->progressBytes; + } + /** + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) + { + $this->progressDocuments = $progressDocuments; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress + */ + public function getProgressDocuments() + { + return $this->progressDocuments; + } + 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/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListFieldsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListFieldsResponse.php new file mode 100644 index 000000000..d71e8f9fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListFieldsResponse.php @@ -0,0 +1,47 @@ +fields = $fields; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Field + */ + public function getFields() + { + return $this->fields; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListIndexesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListIndexesResponse.php new file mode 100644 index 000000000..bc16029ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1ListIndexesResponse.php @@ -0,0 +1,47 @@ +indexes = $indexes; + } + /** + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index + */ + public function getIndexes() + { + return $this->indexes; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1LocationMetadata.php new file mode 100644 index 000000000..6072d71b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleFirestoreAdminV1LocationMetadata.php @@ -0,0 +1,20 @@ +completedWork = $completedWork; + } + public function getCompletedWork() + { + return $this->completedWork; + } + public function setEstimatedWork($estimatedWork) + { + $this->estimatedWork = $estimatedWork; + } + public function getEstimatedWork() + { + return $this->estimatedWork; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningCancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningCancelOperationRequest.php new file mode 100644 index 000000000..01a6b4c3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningCancelOperationRequest.php @@ -0,0 +1,20 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Firestore_GoogleLongrunningOperation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Firestore_GoogleLongrunningOperation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningOperation.php new file mode 100644 index 000000000..0ceca16fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Firestore_Status + */ + public function setError(Google_Service_Firestore_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Firestore_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/vendor/google/apiclient-services/src/Google/Service/Firestore/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/LatLng.php new file mode 100644 index 000000000..411210d73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/LatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsRequest.php new file mode 100644 index 000000000..89fc6b99c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsRequest.php @@ -0,0 +1,39 @@ +pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsResponse.php new file mode 100644 index 000000000..4644e52d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListCollectionIdsResponse.php @@ -0,0 +1,40 @@ +collectionIds = $collectionIds; + } + public function getCollectionIds() + { + return $this->collectionIds; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ListDocumentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListDocumentsResponse.php new file mode 100644 index 000000000..ed3fea813 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListDocumentsResponse.php @@ -0,0 +1,47 @@ +documents = $documents; + } + /** + * @return Google_Service_Firestore_Document + */ + public function getDocuments() + { + return $this->documents; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListLocationsResponse.php new file mode 100644 index 000000000..df63892b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_Firestore_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ListenRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListenRequest.php new file mode 100644 index 000000000..1ae0ec50a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListenRequest.php @@ -0,0 +1,55 @@ +addTarget = $addTarget; + } + /** + * @return Google_Service_Firestore_Target + */ + public function getAddTarget() + { + return $this->addTarget; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setRemoveTarget($removeTarget) + { + $this->removeTarget = $removeTarget; + } + public function getRemoveTarget() + { + return $this->removeTarget; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ListenResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListenResponse.php new file mode 100644 index 000000000..3c8b69c11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ListenResponse.php @@ -0,0 +1,101 @@ +documentChange = $documentChange; + } + /** + * @return Google_Service_Firestore_DocumentChange + */ + public function getDocumentChange() + { + return $this->documentChange; + } + /** + * @param Google_Service_Firestore_DocumentDelete + */ + public function setDocumentDelete(Google_Service_Firestore_DocumentDelete $documentDelete) + { + $this->documentDelete = $documentDelete; + } + /** + * @return Google_Service_Firestore_DocumentDelete + */ + public function getDocumentDelete() + { + return $this->documentDelete; + } + /** + * @param Google_Service_Firestore_DocumentRemove + */ + public function setDocumentRemove(Google_Service_Firestore_DocumentRemove $documentRemove) + { + $this->documentRemove = $documentRemove; + } + /** + * @return Google_Service_Firestore_DocumentRemove + */ + public function getDocumentRemove() + { + return $this->documentRemove; + } + /** + * @param Google_Service_Firestore_ExistenceFilter + */ + public function setFilter(Google_Service_Firestore_ExistenceFilter $filter) + { + $this->filter = $filter; + } + /** + * @return Google_Service_Firestore_ExistenceFilter + */ + public function getFilter() + { + return $this->filter; + } + /** + * @param Google_Service_Firestore_TargetChange + */ + public function setTargetChange(Google_Service_Firestore_TargetChange $targetChange) + { + $this->targetChange = $targetChange; + } + /** + * @return Google_Service_Firestore_TargetChange + */ + public function getTargetChange() + { + return $this->targetChange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Location.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Location.php new file mode 100644 index 000000000..24667ee35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/MapValue.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/MapValue.php new file mode 100644 index 000000000..45097d105 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/MapValue.php @@ -0,0 +1,37 @@ +fields = $fields; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Order.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Order.php new file mode 100644 index 000000000..cf1fc45b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Order.php @@ -0,0 +1,46 @@ +direction = $direction; + } + public function getDirection() + { + return $this->direction; + } + /** + * @param Google_Service_Firestore_FieldReference + */ + public function setField(Google_Service_Firestore_FieldReference $field) + { + $this->field = $field; + } + /** + * @return Google_Service_Firestore_FieldReference + */ + public function getField() + { + return $this->field; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Precondition.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Precondition.php new file mode 100644 index 000000000..9746573d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Precondition.php @@ -0,0 +1,39 @@ +exists = $exists; + } + public function getExists() + { + return $this->exists; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Projection.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Projection.php new file mode 100644 index 000000000..29264f032 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Projection.php @@ -0,0 +1,38 @@ +fields = $fields; + } + /** + * @return Google_Service_Firestore_FieldReference + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/QueryTarget.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/QueryTarget.php new file mode 100644 index 000000000..8e264cd38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/QueryTarget.php @@ -0,0 +1,46 @@ +parent = $parent; + } + public function getParent() + { + return $this->parent; + } + /** + * @param Google_Service_Firestore_StructuredQuery + */ + public function setStructuredQuery(Google_Service_Firestore_StructuredQuery $structuredQuery) + { + $this->structuredQuery = $structuredQuery; + } + /** + * @return Google_Service_Firestore_StructuredQuery + */ + public function getStructuredQuery() + { + return $this->structuredQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ReadOnly.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ReadOnly.php new file mode 100644 index 000000000..2c10a7a56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ReadOnly.php @@ -0,0 +1,30 @@ +readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/ReadWrite.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/ReadWrite.php new file mode 100644 index 000000000..25e639dc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/ReadWrite.php @@ -0,0 +1,30 @@ +retryTransaction = $retryTransaction; + } + public function getRetryTransaction() + { + return $this->retryTransaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/Projects.php new file mode 100644 index 000000000..4e50c755a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $projects = $firestoreService->projects; + * + */ +class Google_Service_Firestore_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php new file mode 100644 index 000000000..7e79eba6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php @@ -0,0 +1,70 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $databases = $firestoreService->databases; + * + */ +class Google_Service_Firestore_Resource_ProjectsDatabases extends Google_Service_Resource +{ + /** + * Exports a copy of all or a subset of documents from Google Cloud Firestore to + * another storage system, such as Google Cloud Storage. Recent updates to + * documents may not be reflected in the export. The export occurs in the + * 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. + * (databases.exportDocuments) + * + * @param string $name Database to export. Should be of the form: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_GoogleFirestoreAdminV1ExportDocumentsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_GoogleLongrunningOperation + */ + public function exportDocuments($name, Google_Service_Firestore_GoogleFirestoreAdminV1ExportDocumentsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('exportDocuments', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); + } + /** + * Imports documents into Google Cloud Firestore. Existing documents with the + * same name are overwritten. The import occurs in the background and its + * progress can be monitored and managed via the Operation resource that is + * created. If an ImportDocuments operation is cancelled, it is possible that a + * subset of the data has already been imported to Cloud Firestore. + * (databases.importDocuments) + * + * @param string $name Database to import into. Should be of the form: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_GoogleFirestoreAdminV1ImportDocumentsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_GoogleLongrunningOperation + */ + public function importDocuments($name, Google_Service_Firestore_GoogleFirestoreAdminV1ImportDocumentsRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('importDocuments', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroups.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroups.php new file mode 100644 index 000000000..a3eb0a839 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroups.php @@ -0,0 +1,28 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $collectionGroups = $firestoreService->collectionGroups; + * + */ +class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroups extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php new file mode 100644 index 000000000..d7d15f4e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php @@ -0,0 +1,121 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $fields = $firestoreService->fields; + * + */ +class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsFields extends Google_Service_Resource +{ + /** + * Gets the metadata and configuration for a Field. (fields.get) + * + * @param string $name A name of the form `projects/{project_id}/databases/{data + * base_id}/collectionGroups/{collection_id}/fields/{field_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Field + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1Field"); + } + /** + * Lists the field configuration and metadata for this database. + * + * Currently, FirestoreAdmin.ListFields only supports listing fields that have + * been explicitly overridden. To issue this query, call + * FirestoreAdmin.ListFields with the filter set to + * `indexConfig.usesAncestorConfig:false`. + * (fields.listProjectsDatabasesCollectionGroupsFields) + * + * @param string $parent A parent name of the form `projects/{project_id}/databa + * ses/{database_id}/collectionGroups/{collection_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A page token, returned from a previous call to + * FirestoreAdmin.ListFields, that may be used to get the next page of results. + * @opt_param int pageSize The number of results to return. + * @opt_param string filter The filter to apply to list results. Currently, + * FirestoreAdmin.ListFields only supports listing fields that have been + * explicitly overridden. To issue this query, call FirestoreAdmin.ListFields + * with the filter set to `indexConfig.usesAncestorConfig:false`. + * @return Google_Service_Firestore_GoogleFirestoreAdminV1ListFieldsResponse + */ + public function listProjectsDatabasesCollectionGroupsFields($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1ListFieldsResponse"); + } + /** + * Updates a field configuration. Currently, field updates apply only to single + * field index configuration. However, calls to FirestoreAdmin.UpdateField + * should provide a field mask to avoid changing any configuration that the + * caller isn't aware of. The field mask should be specified as: `{ paths: + * "index_config" }`. + * + * This call returns a google.longrunning.Operation which may be used to track + * the status of the field update. The metadata for the operation will be the + * type FieldOperationMetadata. + * + * To configure the default field settings for the database, use the special + * `Field` with resource name: `projects/{project_id}/databases/{database_id}/co + * llectionGroups/__default__/fields`. (fields.patch) + * + * @param string $name A field name of the form `projects/{project_id}/databases + * /{database_id}/collectionGroups/{collection_id}/fields/{field_path}` + * + * A field path may be a simple field name, e.g. `address` or a path to fields + * within map_value , e.g. `address.city`, or a special field path. The only + * valid special field is `*`, which represents any field. + * + * Field paths may be quoted using ` (backtick). The only character that needs + * to be escaped within a quoted field path is the backtick character itself, + * escaped using a backslash. Special characters in field paths that must be + * quoted include: `*`, `.`, ``` (backtick), `[`, `]`, as well as any ascii + * symbolic characters. + * + * Examples: (Note: Comments here are written in markdown syntax, so there is an + * additional layer of backticks to represent a code block) `\`address.city\`` + * represents a field named `address.city`, not the map key `city` in the field + * `address`. `\`*\`` represents a field named `*`, not any field. + * + * A special `Field` contains the default indexing settings for all fields. This + * field's resource name is: `projects/{project_id}/databases/{database_id}/coll + * ectionGroups/__default__/fields` Indexes defined on this `Field` will be + * applied to all fields which do not have their own `Field` index + * configuration. + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Field $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A mask, relative to the field. If specified, + * only configuration specified by this field_mask will be updated in the field. + * @return Google_Service_Firestore_GoogleLongrunningOperation + */ + public function patch($name, Google_Service_Firestore_GoogleFirestoreAdminV1Field $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php new file mode 100644 index 000000000..b5302a8d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php @@ -0,0 +1,93 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $indexes = $firestoreService->indexes; + * + */ +class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsIndexes extends Google_Service_Resource +{ + /** + * Creates a composite index. This returns a google.longrunning.Operation which + * may be used to track the status of the creation. The metadata for the + * operation will be the type IndexOperationMetadata. (indexes.create) + * + * @param string $parent A parent name of the form `projects/{project_id}/databa + * ses/{database_id}/collectionGroups/{collection_id}` + * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_GoogleLongrunningOperation + */ + public function create($parent, Google_Service_Firestore_GoogleFirestoreAdminV1Index $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); + } + /** + * Deletes a composite index. (indexes.delete) + * + * @param string $name A name of the form `projects/{project_id}/databases/{data + * base_id}/collectionGroups/{collection_id}/indexes/{index_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_FirestoreEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Firestore_FirestoreEmpty"); + } + /** + * Gets a composite index. (indexes.get) + * + * @param string $name A name of the form `projects/{project_id}/databases/{data + * base_id}/collectionGroups/{collection_id}/indexes/{index_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1Index"); + } + /** + * Lists composite indexes. + * (indexes.listProjectsDatabasesCollectionGroupsIndexes) + * + * @param string $parent A parent name of the form `projects/{project_id}/databa + * ses/{database_id}/collectionGroups/{collection_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string filter The filter to apply to list results. + * @opt_param string pageToken A page token, returned from a previous call to + * FirestoreAdmin.ListIndexes, that may be used to get the next page of results. + * @opt_param int pageSize The number of results to return. + * @return Google_Service_Firestore_GoogleFirestoreAdminV1ListIndexesResponse + */ + public function listProjectsDatabasesCollectionGroupsIndexes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Firestore_GoogleFirestoreAdminV1ListIndexesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php new file mode 100644 index 000000000..71781270b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php @@ -0,0 +1,284 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $documents = $firestoreService->documents; + * + */ +class Google_Service_Firestore_Resource_ProjectsDatabasesDocuments extends Google_Service_Resource +{ + /** + * Gets multiple documents. + * + * Documents returned by this method are not guaranteed to be returned in the + * same order that they were requested. (documents.batchGet) + * + * @param string $database The database name. In the format: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_BatchGetDocumentsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_BatchGetDocumentsResponse + */ + public function batchGet($database, Google_Service_Firestore_BatchGetDocumentsRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchGet', array($params), "Google_Service_Firestore_BatchGetDocumentsResponse"); + } + /** + * Starts a new transaction. (documents.beginTransaction) + * + * @param string $database The database name. In the format: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_BeginTransactionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_BeginTransactionResponse + */ + public function beginTransaction($database, Google_Service_Firestore_BeginTransactionRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('beginTransaction', array($params), "Google_Service_Firestore_BeginTransactionResponse"); + } + /** + * Commits a transaction, while optionally updating documents. + * (documents.commit) + * + * @param string $database The database name. In the format: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_CommitRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_CommitResponse + */ + public function commit($database, Google_Service_Firestore_CommitRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('commit', array($params), "Google_Service_Firestore_CommitResponse"); + } + /** + * Creates a new document. (documents.createDocument) + * + * @param string $parent The parent resource. For example: + * `projects/{project_id}/databases/{database_id}/documents` or `projects/{proje + * ct_id}/databases/{database_id}/documents/chatrooms/{chatroom_id}` + * @param string $collectionId The collection ID, relative to `parent`, to list. + * For example: `chatrooms`. + * @param Google_Service_Firestore_Document $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string documentId The client-assigned document ID to use for this + * document. + * + * Optional. If not specified, an ID will be assigned by the service. + * @opt_param string mask.fieldPaths The list of field paths in the mask. See + * Document.fields for a field path syntax reference. + * @return Google_Service_Firestore_Document + */ + public function createDocument($parent, $collectionId, Google_Service_Firestore_Document $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'collectionId' => $collectionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createDocument', array($params), "Google_Service_Firestore_Document"); + } + /** + * Deletes a document. (documents.delete) + * + * @param string $name The resource name of the Document to delete. In the + * format: + * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + * @param array $optParams Optional parameters. + * + * @opt_param bool currentDocument.exists When set to `true`, the target + * document must exist. When set to `false`, the target document must not exist. + * @opt_param string currentDocument.updateTime When set, the target document + * must exist and have been last updated at that time. + * @return Google_Service_Firestore_FirestoreEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Firestore_FirestoreEmpty"); + } + /** + * Gets a single document. (documents.get) + * + * @param string $name The resource name of the Document to get. In the format: + * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + * @param array $optParams Optional parameters. + * + * @opt_param string mask.fieldPaths The list of field paths in the mask. See + * Document.fields for a field path syntax reference. + * @opt_param string readTime Reads the version of the document at the given + * time. This may not be older than 60 seconds. + * @opt_param string transaction Reads the document in a transaction. + * @return Google_Service_Firestore_Document + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Firestore_Document"); + } + /** + * Lists documents. (documents.listProjectsDatabasesDocuments) + * + * @param string $parent The parent resource name. In the format: + * `projects/{project_id}/databases/{database_id}/documents` or + * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + * For example: `projects/my-project/databases/my-database/documents` or + * `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` + * @param string $collectionId The collection ID, relative to `parent`, to list. + * For example: `chatrooms` or `messages`. + * @param array $optParams Optional parameters. + * + * @opt_param bool showMissing If the list should show missing documents. A + * missing document is a document that does not exist but has sub-documents. + * These documents will be returned with a key but will not have fields, + * Document.create_time, or Document.update_time set. + * + * Requests with `show_missing` may not specify `where` or `order_by`. + * @opt_param string mask.fieldPaths The list of field paths in the mask. See + * Document.fields for a field path syntax reference. + * @opt_param string pageToken The `next_page_token` value returned from a + * previous List request, if any. + * @opt_param int pageSize The maximum number of documents to return. + * @opt_param string transaction Reads documents in a transaction. + * @opt_param string readTime Reads documents as they were at the given time. + * This may not be older than 60 seconds. + * @opt_param string orderBy The order to sort results by. For example: + * `priority desc, name`. + * @return Google_Service_Firestore_ListDocumentsResponse + */ + public function listProjectsDatabasesDocuments($parent, $collectionId, $optParams = array()) + { + $params = array('parent' => $parent, 'collectionId' => $collectionId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Firestore_ListDocumentsResponse"); + } + /** + * Lists all the collection IDs underneath a document. + * (documents.listCollectionIds) + * + * @param string $parent The parent document. In the format: + * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + * For example: `projects/my-project/databases/my-database/documents/chatrooms + * /my-chatroom` + * @param Google_Service_Firestore_ListCollectionIdsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_ListCollectionIdsResponse + */ + public function listCollectionIds($parent, Google_Service_Firestore_ListCollectionIdsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('listCollectionIds', array($params), "Google_Service_Firestore_ListCollectionIdsResponse"); + } + /** + * Listens to changes. (documents.listen) + * + * @param string $database The database name. In the format: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_ListenRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_ListenResponse + */ + public function listen($database, Google_Service_Firestore_ListenRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('listen', array($params), "Google_Service_Firestore_ListenResponse"); + } + /** + * Updates or inserts a document. (documents.patch) + * + * @param string $name The resource name of the document, for example + * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + * @param Google_Service_Firestore_Document $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool currentDocument.exists When set to `true`, the target + * document must exist. When set to `false`, the target document must not exist. + * @opt_param string updateMask.fieldPaths The list of field paths in the mask. + * See Document.fields for a field path syntax reference. + * @opt_param string mask.fieldPaths The list of field paths in the mask. See + * Document.fields for a field path syntax reference. + * @opt_param string currentDocument.updateTime When set, the target document + * must exist and have been last updated at that time. + * @return Google_Service_Firestore_Document + */ + public function patch($name, Google_Service_Firestore_Document $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Firestore_Document"); + } + /** + * Rolls back a transaction. (documents.rollback) + * + * @param string $database The database name. In the format: + * `projects/{project_id}/databases/{database_id}`. + * @param Google_Service_Firestore_RollbackRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_FirestoreEmpty + */ + public function rollback($database, Google_Service_Firestore_RollbackRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_Firestore_FirestoreEmpty"); + } + /** + * Runs a query. (documents.runQuery) + * + * @param string $parent The parent resource name. In the format: + * `projects/{project_id}/databases/{database_id}/documents` or + * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + * For example: `projects/my-project/databases/my-database/documents` or + * `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` + * @param Google_Service_Firestore_RunQueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_RunQueryResponse + */ + public function runQuery($parent, Google_Service_Firestore_RunQueryRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('runQuery', array($params), "Google_Service_Firestore_RunQueryResponse"); + } + /** + * Streams batches of document updates and deletes, in order. (documents.write) + * + * @param string $database The database name. In the format: + * `projects/{project_id}/databases/{database_id}`. This is only required in the + * first message. + * @param Google_Service_Firestore_WriteRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_WriteResponse + */ + public function write($database, Google_Service_Firestore_WriteRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('write', array($params), "Google_Service_Firestore_WriteResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php new file mode 100644 index 000000000..54ac80509 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php @@ -0,0 +1,108 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $operations = $firestoreService->operations; + * + */ +class Google_Service_Firestore_Resource_ProjectsDatabasesOperations 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_Firestore_GoogleLongrunningCancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Firestore_FirestoreEmpty + */ + public function cancel($name, Google_Service_Firestore_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Firestore_FirestoreEmpty"); + } + /** + * 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_Firestore_FirestoreEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Firestore_FirestoreEmpty"); + } + /** + * 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_Firestore_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Firestore_GoogleLongrunningOperation"); + } + /** + * 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.listProjectsDatabasesOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_Firestore_GoogleLongrunningListOperationsResponse + */ + public function listProjectsDatabasesOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Firestore_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php new file mode 100644 index 000000000..e3b6708a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $firestoreService = new Google_Service_Firestore(...); + * $locations = $firestoreService->locations; + * + */ +class Google_Service_Firestore_Resource_ProjectsLocations 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_Firestore_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Firestore_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_Firestore_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Firestore_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/RollbackRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/RollbackRequest.php new file mode 100644 index 000000000..cb4b8ab8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/RollbackRequest.php @@ -0,0 +1,30 @@ +transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryRequest.php new file mode 100644 index 000000000..a70c796b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryRequest.php @@ -0,0 +1,71 @@ +newTransaction = $newTransaction; + } + /** + * @return Google_Service_Firestore_TransactionOptions + */ + public function getNewTransaction() + { + return $this->newTransaction; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + /** + * @param Google_Service_Firestore_StructuredQuery + */ + public function setStructuredQuery(Google_Service_Firestore_StructuredQuery $structuredQuery) + { + $this->structuredQuery = $structuredQuery; + } + /** + * @return Google_Service_Firestore_StructuredQuery + */ + public function getStructuredQuery() + { + return $this->structuredQuery; + } + public function setTransaction($transaction) + { + $this->transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryResponse.php new file mode 100644 index 000000000..a2e78af9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/RunQueryResponse.php @@ -0,0 +1,64 @@ +document = $document; + } + /** + * @return Google_Service_Firestore_Document + */ + public function getDocument() + { + return $this->document; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setSkippedResults($skippedResults) + { + $this->skippedResults = $skippedResults; + } + public function getSkippedResults() + { + return $this->skippedResults; + } + public function setTransaction($transaction) + { + $this->transaction = $transaction; + } + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Status.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Status.php new file mode 100644 index 000000000..1880d0691 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/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/vendor/google/apiclient-services/src/Google/Service/Firestore/StructuredQuery.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/StructuredQuery.php new file mode 100644 index 000000000..ad65d093e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/StructuredQuery.php @@ -0,0 +1,136 @@ +endAt = $endAt; + } + /** + * @return Google_Service_Firestore_Cursor + */ + public function getEndAt() + { + return $this->endAt; + } + /** + * @param Google_Service_Firestore_CollectionSelector + */ + public function setFrom($from) + { + $this->from = $from; + } + /** + * @return Google_Service_Firestore_CollectionSelector + */ + public function getFrom() + { + return $this->from; + } + public function setLimit($limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + /** + * @param Google_Service_Firestore_Order + */ + public function setOrderBy($orderBy) + { + $this->orderBy = $orderBy; + } + /** + * @return Google_Service_Firestore_Order + */ + public function getOrderBy() + { + return $this->orderBy; + } + /** + * @param Google_Service_Firestore_Projection + */ + public function setSelect(Google_Service_Firestore_Projection $select) + { + $this->select = $select; + } + /** + * @return Google_Service_Firestore_Projection + */ + public function getSelect() + { + return $this->select; + } + /** + * @param Google_Service_Firestore_Cursor + */ + public function setStartAt(Google_Service_Firestore_Cursor $startAt) + { + $this->startAt = $startAt; + } + /** + * @return Google_Service_Firestore_Cursor + */ + public function getStartAt() + { + return $this->startAt; + } + /** + * @param Google_Service_Firestore_Filter + */ + public function setWhere(Google_Service_Firestore_Filter $where) + { + $this->where = $where; + } + /** + * @return Google_Service_Firestore_Filter + */ + public function getWhere() + { + return $this->where; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Target.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Target.php new file mode 100644 index 000000000..0d5533bf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Target.php @@ -0,0 +1,89 @@ +documents = $documents; + } + /** + * @return Google_Service_Firestore_DocumentsTarget + */ + public function getDocuments() + { + return $this->documents; + } + public function setOnce($once) + { + $this->once = $once; + } + public function getOnce() + { + return $this->once; + } + /** + * @param Google_Service_Firestore_QueryTarget + */ + public function setQuery(Google_Service_Firestore_QueryTarget $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Firestore_QueryTarget + */ + public function getQuery() + { + return $this->query; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setResumeToken($resumeToken) + { + $this->resumeToken = $resumeToken; + } + public function getResumeToken() + { + return $this->resumeToken; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/TargetChange.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/TargetChange.php new file mode 100644 index 000000000..b600ac1e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/TargetChange.php @@ -0,0 +1,74 @@ +cause = $cause; + } + /** + * @return Google_Service_Firestore_Status + */ + public function getCause() + { + return $this->cause; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setResumeToken($resumeToken) + { + $this->resumeToken = $resumeToken; + } + public function getResumeToken() + { + return $this->resumeToken; + } + public function setTargetChangeType($targetChangeType) + { + $this->targetChangeType = $targetChangeType; + } + public function getTargetChangeType() + { + return $this->targetChangeType; + } + public function setTargetIds($targetIds) + { + $this->targetIds = $targetIds; + } + public function getTargetIds() + { + return $this->targetIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/TransactionOptions.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/TransactionOptions.php new file mode 100644 index 000000000..ef0569389 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/TransactionOptions.php @@ -0,0 +1,53 @@ +readOnly = $readOnly; + } + /** + * @return Google_Service_Firestore_ReadOnly + */ + public function getReadOnly() + { + return $this->readOnly; + } + /** + * @param Google_Service_Firestore_ReadWrite + */ + public function setReadWrite(Google_Service_Firestore_ReadWrite $readWrite) + { + $this->readWrite = $readWrite; + } + /** + * @return Google_Service_Firestore_ReadWrite + */ + public function getReadWrite() + { + return $this->readWrite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/UnaryFilter.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/UnaryFilter.php new file mode 100644 index 000000000..559c004a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/UnaryFilter.php @@ -0,0 +1,46 @@ +field = $field; + } + /** + * @return Google_Service_Firestore_FieldReference + */ + public function getField() + { + return $this->field; + } + public function setOp($op) + { + $this->op = $op; + } + public function getOp() + { + return $this->op; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Value.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Value.php new file mode 100644 index 000000000..31d699ce6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Value.php @@ -0,0 +1,141 @@ +arrayValue = $arrayValue; + } + /** + * @return Google_Service_Firestore_ArrayValue + */ + public function getArrayValue() + { + return $this->arrayValue; + } + public function setBooleanValue($booleanValue) + { + $this->booleanValue = $booleanValue; + } + public function getBooleanValue() + { + return $this->booleanValue; + } + public function setBytesValue($bytesValue) + { + $this->bytesValue = $bytesValue; + } + public function getBytesValue() + { + return $this->bytesValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + /** + * @param Google_Service_Firestore_LatLng + */ + public function setGeoPointValue(Google_Service_Firestore_LatLng $geoPointValue) + { + $this->geoPointValue = $geoPointValue; + } + /** + * @return Google_Service_Firestore_LatLng + */ + public function getGeoPointValue() + { + return $this->geoPointValue; + } + public function setIntegerValue($integerValue) + { + $this->integerValue = $integerValue; + } + public function getIntegerValue() + { + return $this->integerValue; + } + /** + * @param Google_Service_Firestore_MapValue + */ + public function setMapValue(Google_Service_Firestore_MapValue $mapValue) + { + $this->mapValue = $mapValue; + } + /** + * @return Google_Service_Firestore_MapValue + */ + public function getMapValue() + { + return $this->mapValue; + } + public function setNullValue($nullValue) + { + $this->nullValue = $nullValue; + } + public function getNullValue() + { + return $this->nullValue; + } + public function setReferenceValue($referenceValue) + { + $this->referenceValue = $referenceValue; + } + public function getReferenceValue() + { + return $this->referenceValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } + public function setTimestampValue($timestampValue) + { + $this->timestampValue = $timestampValue; + } + public function getTimestampValue() + { + return $this->timestampValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Write.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Write.php new file mode 100644 index 000000000..064fbedfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Write.php @@ -0,0 +1,94 @@ +currentDocument = $currentDocument; + } + /** + * @return Google_Service_Firestore_Precondition + */ + public function getCurrentDocument() + { + return $this->currentDocument; + } + public function setDelete($delete) + { + $this->delete = $delete; + } + public function getDelete() + { + return $this->delete; + } + /** + * @param Google_Service_Firestore_DocumentTransform + */ + public function setTransform(Google_Service_Firestore_DocumentTransform $transform) + { + $this->transform = $transform; + } + /** + * @return Google_Service_Firestore_DocumentTransform + */ + public function getTransform() + { + return $this->transform; + } + /** + * @param Google_Service_Firestore_Document + */ + public function setUpdate(Google_Service_Firestore_Document $update) + { + $this->update = $update; + } + /** + * @return Google_Service_Firestore_Document + */ + public function getUpdate() + { + return $this->update; + } + /** + * @param Google_Service_Firestore_DocumentMask + */ + public function setUpdateMask(Google_Service_Firestore_DocumentMask $updateMask) + { + $this->updateMask = $updateMask; + } + /** + * @return Google_Service_Firestore_DocumentMask + */ + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteRequest.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteRequest.php new file mode 100644 index 000000000..e2251da73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteRequest.php @@ -0,0 +1,65 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setStreamId($streamId) + { + $this->streamId = $streamId; + } + public function getStreamId() + { + return $this->streamId; + } + public function setStreamToken($streamToken) + { + $this->streamToken = $streamToken; + } + public function getStreamToken() + { + return $this->streamToken; + } + /** + * @param Google_Service_Firestore_Write + */ + public function setWrites($writes) + { + $this->writes = $writes; + } + /** + * @return Google_Service_Firestore_Write + */ + public function getWrites() + { + return $this->writes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteResponse.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteResponse.php new file mode 100644 index 000000000..f786c456c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteResponse.php @@ -0,0 +1,65 @@ +commitTime = $commitTime; + } + public function getCommitTime() + { + return $this->commitTime; + } + public function setStreamId($streamId) + { + $this->streamId = $streamId; + } + public function getStreamId() + { + return $this->streamId; + } + public function setStreamToken($streamToken) + { + $this->streamToken = $streamToken; + } + public function getStreamToken() + { + return $this->streamToken; + } + /** + * @param Google_Service_Firestore_WriteResult + */ + public function setWriteResults($writeResults) + { + $this->writeResults = $writeResults; + } + /** + * @return Google_Service_Firestore_WriteResult + */ + public function getWriteResults() + { + return $this->writeResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteResult.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteResult.php new file mode 100644 index 000000000..5cfd25ac5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/WriteResult.php @@ -0,0 +1,47 @@ +transformResults = $transformResults; + } + /** + * @return Google_Service_Firestore_Value + */ + public function getTransformResults() + { + return $this->transformResults; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness.php b/vendor/google/apiclient-services/src/Google/Service/Fitness.php new file mode 100644 index 000000000..9b587c534 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness.php @@ -0,0 +1,407 @@ + + * Stores and accesses user data in the fitness store from apps on any platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Fitness extends Google_Service +{ + /** Use Google Fit to see and store your physical activity data. */ + const FITNESS_ACTIVITY_READ = + "https://www.googleapis.com/auth/fitness.activity.read"; + /** See and add to your Google Fit physical activity data. */ + const FITNESS_ACTIVITY_WRITE = + "https://www.googleapis.com/auth/fitness.activity.write"; + /** See info about your blood glucose in Google Fit. */ + const FITNESS_BLOOD_GLUCOSE_READ = + "https://www.googleapis.com/auth/fitness.blood_glucose.read"; + /** See and add info about your blood glucose to Google Fit. */ + const FITNESS_BLOOD_GLUCOSE_WRITE = + "https://www.googleapis.com/auth/fitness.blood_glucose.write"; + /** See info about your blood pressure in Google Fit. */ + const FITNESS_BLOOD_PRESSURE_READ = + "https://www.googleapis.com/auth/fitness.blood_pressure.read"; + /** See and add info about your blood pressure in Google Fit. */ + const FITNESS_BLOOD_PRESSURE_WRITE = + "https://www.googleapis.com/auth/fitness.blood_pressure.write"; + /** See info about your body measurements and heart rate in Google Fit. */ + const FITNESS_BODY_READ = + "https://www.googleapis.com/auth/fitness.body.read"; + /** See and add info about your body measurements and heart rate to Google Fit. */ + const FITNESS_BODY_WRITE = + "https://www.googleapis.com/auth/fitness.body.write"; + /** See info about your body temperature in Google Fit. */ + const FITNESS_BODY_TEMPERATURE_READ = + "https://www.googleapis.com/auth/fitness.body_temperature.read"; + /** See and add to info about your body temperature in Google Fit. */ + const FITNESS_BODY_TEMPERATURE_WRITE = + "https://www.googleapis.com/auth/fitness.body_temperature.write"; + /** See your Google Fit speed and distance data. */ + const FITNESS_LOCATION_READ = + "https://www.googleapis.com/auth/fitness.location.read"; + /** See and add to your Google Fit location data. */ + const FITNESS_LOCATION_WRITE = + "https://www.googleapis.com/auth/fitness.location.write"; + /** See info about your nutrition in Google Fit. */ + const FITNESS_NUTRITION_READ = + "https://www.googleapis.com/auth/fitness.nutrition.read"; + /** See and add to info about your nutrition in Google Fit. */ + const FITNESS_NUTRITION_WRITE = + "https://www.googleapis.com/auth/fitness.nutrition.write"; + /** See info about your oxygen saturation in Google Fit. */ + const FITNESS_OXYGEN_SATURATION_READ = + "https://www.googleapis.com/auth/fitness.oxygen_saturation.read"; + /** See and add info about your oxygen saturation in Google Fit. */ + const FITNESS_OXYGEN_SATURATION_WRITE = + "https://www.googleapis.com/auth/fitness.oxygen_saturation.write"; + /** See info about your reproductive health in Google Fit. */ + const FITNESS_REPRODUCTIVE_HEALTH_READ = + "https://www.googleapis.com/auth/fitness.reproductive_health.read"; + /** See and add info about your reproductive health in Google Fit. */ + const FITNESS_REPRODUCTIVE_HEALTH_WRITE = + "https://www.googleapis.com/auth/fitness.reproductive_health.write"; + + public $users_dataSources; + public $users_dataSources_dataPointChanges; + public $users_dataSources_datasets; + public $users_dataset; + public $users_sessions; + + /** + * Constructs the internal representation of the Fitness 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 = 'fitness/v1/users/'; + $this->batchPath = 'batch/fitness/v1'; + $this->version = 'v1'; + $this->serviceName = 'fitness'; + + $this->users_dataSources = new Google_Service_Fitness_Resource_UsersDataSources( + $this, + $this->serviceName, + 'dataSources', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/dataSources', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/dataSources/{dataSourceId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/dataSources/{dataSourceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/dataSources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataTypeName' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/dataSources/{dataSourceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_dataSources_dataPointChanges = new Google_Service_Fitness_Resource_UsersDataSourcesDataPointChanges( + $this, + $this->serviceName, + 'dataPointChanges', + array( + 'methods' => array( + 'list' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/dataPointChanges', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_dataSources_datasets = new Google_Service_Fitness_Resource_UsersDataSourcesDatasets( + $this, + $this->serviceName, + 'datasets', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'modifiedTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_dataset = new Google_Service_Fitness_Resource_UsersDataset( + $this, + $this->serviceName, + 'dataset', + array( + 'methods' => array( + 'aggregate' => array( + 'path' => '{userId}/dataset:aggregate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_sessions = new Google_Service_Fitness_Resource_UsersSessions( + $this, + $this->serviceName, + 'sessions', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/sessions/{sessionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sessionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{userId}/sessions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{userId}/sessions/{sessionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sessionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php new file mode 100644 index 000000000..f2edfd7da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php @@ -0,0 +1,90 @@ +activity = $activity; + } + public function getActivity() + { + return $this->activity; + } + /** + * @param Google_Service_Fitness_Dataset + */ + public function setDataset($dataset) + { + $this->dataset = $dataset; + } + /** + * @return Google_Service_Fitness_Dataset + */ + public function getDataset() + { + return $this->dataset; + } + public function setEndTimeMillis($endTimeMillis) + { + $this->endTimeMillis = $endTimeMillis; + } + public function getEndTimeMillis() + { + return $this->endTimeMillis; + } + /** + * @param Google_Service_Fitness_Session + */ + public function setSession(Google_Service_Fitness_Session $session) + { + $this->session = $session; + } + /** + * @return Google_Service_Fitness_Session + */ + public function getSession() + { + return $this->session; + } + public function setStartTimeMillis($startTimeMillis) + { + $this->startTimeMillis = $startTimeMillis; + } + public function getStartTimeMillis() + { + return $this->startTimeMillis; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php new file mode 100644 index 000000000..0a58cb08e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php @@ -0,0 +1,39 @@ +dataSourceId = $dataSourceId; + } + public function getDataSourceId() + { + return $this->dataSourceId; + } + public function setDataTypeName($dataTypeName) + { + $this->dataTypeName = $dataTypeName; + } + public function getDataTypeName() + { + return $this->dataTypeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateRequest.php new file mode 100644 index 000000000..c0302f938 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateRequest.php @@ -0,0 +1,129 @@ +aggregateBy = $aggregateBy; + } + /** + * @return Google_Service_Fitness_AggregateBy + */ + public function getAggregateBy() + { + return $this->aggregateBy; + } + /** + * @param Google_Service_Fitness_BucketByActivity + */ + public function setBucketByActivitySegment(Google_Service_Fitness_BucketByActivity $bucketByActivitySegment) + { + $this->bucketByActivitySegment = $bucketByActivitySegment; + } + /** + * @return Google_Service_Fitness_BucketByActivity + */ + public function getBucketByActivitySegment() + { + return $this->bucketByActivitySegment; + } + /** + * @param Google_Service_Fitness_BucketByActivity + */ + public function setBucketByActivityType(Google_Service_Fitness_BucketByActivity $bucketByActivityType) + { + $this->bucketByActivityType = $bucketByActivityType; + } + /** + * @return Google_Service_Fitness_BucketByActivity + */ + public function getBucketByActivityType() + { + return $this->bucketByActivityType; + } + /** + * @param Google_Service_Fitness_BucketBySession + */ + public function setBucketBySession(Google_Service_Fitness_BucketBySession $bucketBySession) + { + $this->bucketBySession = $bucketBySession; + } + /** + * @return Google_Service_Fitness_BucketBySession + */ + public function getBucketBySession() + { + return $this->bucketBySession; + } + /** + * @param Google_Service_Fitness_BucketByTime + */ + public function setBucketByTime(Google_Service_Fitness_BucketByTime $bucketByTime) + { + $this->bucketByTime = $bucketByTime; + } + /** + * @return Google_Service_Fitness_BucketByTime + */ + public function getBucketByTime() + { + return $this->bucketByTime; + } + public function setEndTimeMillis($endTimeMillis) + { + $this->endTimeMillis = $endTimeMillis; + } + public function getEndTimeMillis() + { + return $this->endTimeMillis; + } + public function setFilteredDataQualityStandard($filteredDataQualityStandard) + { + $this->filteredDataQualityStandard = $filteredDataQualityStandard; + } + public function getFilteredDataQualityStandard() + { + return $this->filteredDataQualityStandard; + } + public function setStartTimeMillis($startTimeMillis) + { + $this->startTimeMillis = $startTimeMillis; + } + public function getStartTimeMillis() + { + return $this->startTimeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php new file mode 100644 index 000000000..58263de36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php @@ -0,0 +1,38 @@ +bucket = $bucket; + } + /** + * @return Google_Service_Fitness_AggregateBucket + */ + public function getBucket() + { + return $this->bucket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Application.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Application.php new file mode 100644 index 000000000..01dd68109 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Application.php @@ -0,0 +1,57 @@ +detailsUrl = $detailsUrl; + } + public function getDetailsUrl() + { + return $this->detailsUrl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByActivity.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByActivity.php new file mode 100644 index 000000000..9fd8f251f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByActivity.php @@ -0,0 +1,39 @@ +activityDataSourceId = $activityDataSourceId; + } + public function getActivityDataSourceId() + { + return $this->activityDataSourceId; + } + public function setMinDurationMillis($minDurationMillis) + { + $this->minDurationMillis = $minDurationMillis; + } + public function getMinDurationMillis() + { + return $this->minDurationMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketBySession.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketBySession.php new file mode 100644 index 000000000..8d4ce8b46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketBySession.php @@ -0,0 +1,30 @@ +minDurationMillis = $minDurationMillis; + } + public function getMinDurationMillis() + { + return $this->minDurationMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTime.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTime.php new file mode 100644 index 000000000..0c94e69c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTime.php @@ -0,0 +1,46 @@ +durationMillis = $durationMillis; + } + public function getDurationMillis() + { + return $this->durationMillis; + } + /** + * @param Google_Service_Fitness_BucketByTimePeriod + */ + public function setPeriod(Google_Service_Fitness_BucketByTimePeriod $period) + { + $this->period = $period; + } + /** + * @return Google_Service_Fitness_BucketByTimePeriod + */ + public function getPeriod() + { + return $this->period; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.php new file mode 100644 index 000000000..7d947ff63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.php @@ -0,0 +1,48 @@ +timeZoneId = $timeZoneId; + } + public function getTimeZoneId() + { + return $this->timeZoneId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataPoint.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataPoint.php new file mode 100644 index 000000000..69aafdc6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataPoint.php @@ -0,0 +1,101 @@ +computationTimeMillis = $computationTimeMillis; + } + public function getComputationTimeMillis() + { + return $this->computationTimeMillis; + } + public function setDataTypeName($dataTypeName) + { + $this->dataTypeName = $dataTypeName; + } + public function getDataTypeName() + { + return $this->dataTypeName; + } + public function setEndTimeNanos($endTimeNanos) + { + $this->endTimeNanos = $endTimeNanos; + } + public function getEndTimeNanos() + { + return $this->endTimeNanos; + } + public function setModifiedTimeMillis($modifiedTimeMillis) + { + $this->modifiedTimeMillis = $modifiedTimeMillis; + } + public function getModifiedTimeMillis() + { + return $this->modifiedTimeMillis; + } + public function setOriginDataSourceId($originDataSourceId) + { + $this->originDataSourceId = $originDataSourceId; + } + public function getOriginDataSourceId() + { + return $this->originDataSourceId; + } + public function setRawTimestampNanos($rawTimestampNanos) + { + $this->rawTimestampNanos = $rawTimestampNanos; + } + public function getRawTimestampNanos() + { + return $this->rawTimestampNanos; + } + public function setStartTimeNanos($startTimeNanos) + { + $this->startTimeNanos = $startTimeNanos; + } + public function getStartTimeNanos() + { + return $this->startTimeNanos; + } + /** + * @param Google_Service_Fitness_Value + */ + public function setValue($value) + { + $this->value = $value; + } + /** + * @return Google_Service_Fitness_Value + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.php new file mode 100644 index 000000000..449188e7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.php @@ -0,0 +1,115 @@ +application = $application; + } + /** + * @return Google_Service_Fitness_Application + */ + public function getApplication() + { + return $this->application; + } + public function setDataQualityStandard($dataQualityStandard) + { + $this->dataQualityStandard = $dataQualityStandard; + } + public function getDataQualityStandard() + { + return $this->dataQualityStandard; + } + public function setDataStreamId($dataStreamId) + { + $this->dataStreamId = $dataStreamId; + } + public function getDataStreamId() + { + return $this->dataStreamId; + } + public function setDataStreamName($dataStreamName) + { + $this->dataStreamName = $dataStreamName; + } + public function getDataStreamName() + { + return $this->dataStreamName; + } + /** + * @param Google_Service_Fitness_DataType + */ + public function setDataType(Google_Service_Fitness_DataType $dataType) + { + $this->dataType = $dataType; + } + /** + * @return Google_Service_Fitness_DataType + */ + public function getDataType() + { + return $this->dataType; + } + /** + * @param Google_Service_Fitness_Device + */ + public function setDevice(Google_Service_Fitness_Device $device) + { + $this->device = $device; + } + /** + * @return Google_Service_Fitness_Device + */ + public function getDevice() + { + return $this->device; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php new file mode 100644 index 000000000..b15fcdc23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php @@ -0,0 +1,47 @@ +field = $field; + } + /** + * @return Google_Service_Fitness_DataTypeField + */ + public function getField() + { + return $this->field; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php new file mode 100644 index 000000000..a821beca3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php @@ -0,0 +1,48 @@ +format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Dataset.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Dataset.php new file mode 100644 index 000000000..f4891c383 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Dataset.php @@ -0,0 +1,74 @@ +dataSourceId = $dataSourceId; + } + public function getDataSourceId() + { + return $this->dataSourceId; + } + public function setMaxEndTimeNs($maxEndTimeNs) + { + $this->maxEndTimeNs = $maxEndTimeNs; + } + public function getMaxEndTimeNs() + { + return $this->maxEndTimeNs; + } + public function setMinStartTimeNs($minStartTimeNs) + { + $this->minStartTimeNs = $minStartTimeNs; + } + public function getMinStartTimeNs() + { + return $this->minStartTimeNs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Fitness_DataPoint + */ + public function setPoint($point) + { + $this->point = $point; + } + /** + * @return Google_Service_Fitness_DataPoint + */ + public function getPoint() + { + return $this->point; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Device.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Device.php new file mode 100644 index 000000000..9a5dfe9d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Device.php @@ -0,0 +1,66 @@ +manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataPointChangesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataPointChangesResponse.php new file mode 100644 index 000000000..4963afade --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataPointChangesResponse.php @@ -0,0 +1,72 @@ +dataSourceId = $dataSourceId; + } + public function getDataSourceId() + { + return $this->dataSourceId; + } + /** + * @param Google_Service_Fitness_DataPoint + */ + public function setDeletedDataPoint($deletedDataPoint) + { + $this->deletedDataPoint = $deletedDataPoint; + } + /** + * @return Google_Service_Fitness_DataPoint + */ + public function getDeletedDataPoint() + { + return $this->deletedDataPoint; + } + /** + * @param Google_Service_Fitness_DataPoint + */ + public function setInsertedDataPoint($insertedDataPoint) + { + $this->insertedDataPoint = $insertedDataPoint; + } + /** + * @return Google_Service_Fitness_DataPoint + */ + public function getInsertedDataPoint() + { + return $this->insertedDataPoint; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataSourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataSourcesResponse.php new file mode 100644 index 000000000..c9f58d107 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListDataSourcesResponse.php @@ -0,0 +1,38 @@ +dataSource = $dataSource; + } + /** + * @return Google_Service_Fitness_DataSource + */ + public function getDataSource() + { + return $this->dataSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.php new file mode 100644 index 000000000..08e6c8232 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.php @@ -0,0 +1,72 @@ +deletedSession = $deletedSession; + } + /** + * @return Google_Service_Fitness_Session + */ + public function getDeletedSession() + { + return $this->deletedSession; + } + public function setHasMoreData($hasMoreData) + { + $this->hasMoreData = $hasMoreData; + } + public function getHasMoreData() + { + return $this->hasMoreData; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Fitness_Session + */ + public function setSession($session) + { + $this->session = $session; + } + /** + * @return Google_Service_Fitness_Session + */ + public function getSession() + { + return $this->session; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.php new file mode 100644 index 000000000..0a7b31507 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.php @@ -0,0 +1,30 @@ +fpVal = $fpVal; + } + public function getFpVal() + { + return $this->fpVal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/Users.php new file mode 100644 index 000000000..7062c4495 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/Users.php @@ -0,0 +1,28 @@ + + * $fitnessService = new Google_Service_Fitness(...); + * $users = $fitnessService->users; + * + */ +class Google_Service_Fitness_Resource_Users extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSources.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSources.php new file mode 100644 index 000000000..cd6ad93a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSources.php @@ -0,0 +1,122 @@ + + * $fitnessService = new Google_Service_Fitness(...); + * $dataSources = $fitnessService->dataSources; + * + */ +class Google_Service_Fitness_Resource_UsersDataSources extends Google_Service_Resource +{ + /** + * Creates a new data source that is unique across all data sources belonging to + * this user. The data stream ID field can be omitted and will be generated by + * the server with the correct format. The data stream ID is an ordered + * combination of some fields from the data source. In addition to the data + * source fields reflected into the data source ID, the developer project number + * that is authenticated when creating the data source is included. This + * developer project number is obfuscated when read by any other developer + * reading public data types. (dataSources.create) + * + * @param string $userId Create the data source for the person identified. Use + * me to indicate the authenticated user. Only me is supported at this time. + * @param Google_Service_Fitness_DataSource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fitness_DataSource + */ + public function create($userId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Fitness_DataSource"); + } + /** + * Deletes the specified data source. The request will fail if the data source + * contains any data points. (dataSources.delete) + * + * @param string $userId Retrieve a data source for the person identified. Use + * me to indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_Fitness_DataSource + */ + public function delete($userId, $dataSourceId, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Fitness_DataSource"); + } + /** + * Returns the specified data source. (dataSources.get) + * + * @param string $userId Retrieve a data source for the person identified. Use + * me to indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source to + * retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Fitness_DataSource + */ + public function get($userId, $dataSourceId, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fitness_DataSource"); + } + /** + * Lists all data sources that are visible to the developer, using the OAuth + * scopes provided. The list is not exhaustive; the user may have private data + * sources that are only visible to other developers, or calls using other + * scopes. (dataSources.listUsersDataSources) + * + * @param string $userId List data sources for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param array $optParams Optional parameters. + * + * @opt_param string dataTypeName The names of data types to include in the + * list. If not specified, all data sources will be returned. + * @return Google_Service_Fitness_ListDataSourcesResponse + */ + public function listUsersDataSources($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse"); + } + /** + * Updates the specified data source. The dataStreamId, dataType, type, + * dataStreamName, and device properties with the exception of version, cannot + * be modified. + * + * Data sources are identified by their dataStreamId. (dataSources.update) + * + * @param string $userId Update the data source for the person identified. Use + * me to indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source to update. + * @param Google_Service_Fitness_DataSource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fitness_DataSource + */ + public function update($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Fitness_DataSource"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDataPointChanges.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDataPointChanges.php new file mode 100644 index 000000000..4891a4dd7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDataPointChanges.php @@ -0,0 +1,51 @@ + + * $fitnessService = new Google_Service_Fitness(...); + * $dataPointChanges = $fitnessService->dataPointChanges; + * + */ +class Google_Service_Fitness_Resource_UsersDataSourcesDataPointChanges extends Google_Service_Resource +{ + /** + * Queries for user's data point changes for a particular data source. + * (dataPointChanges.listUsersDataSourcesDataPointChanges) + * + * @param string $userId List data points for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source that + * created the dataset. + * @param array $optParams Optional parameters. + * + * @opt_param int limit If specified, no more than this many data point changes + * will be included in the response. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of nextPageToken from the previous response. + * @return Google_Service_Fitness_ListDataPointChangesResponse + */ + public function listUsersDataSourcesDataPointChanges($userId, $dataSourceId, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fitness_ListDataPointChangesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDatasets.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDatasets.php new file mode 100644 index 000000000..4f1a57b6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataSourcesDatasets.php @@ -0,0 +1,119 @@ + + * $fitnessService = new Google_Service_Fitness(...); + * $datasets = $fitnessService->datasets; + * + */ +class Google_Service_Fitness_Resource_UsersDataSourcesDatasets extends Google_Service_Resource +{ + /** + * Performs an inclusive delete of all data points whose start and end times + * have any overlap with the time range specified by the dataset ID. For most + * data types, the entire data point will be deleted. For data types where the + * time span represents a consistent value (such as + * com.google.activity.segment), and a data point straddles either end point of + * the dataset, only the overlapping portion of the data point will be deleted. + * (datasets.delete) + * + * @param string $userId Delete a dataset for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source that + * created the dataset. + * @param string $datasetId Dataset identifier that is a composite of the + * minimum data point start time and maximum data point end time represented as + * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" + * where startTime and endTime are 64 bit integers. + * @param array $optParams Optional parameters. + * + * @opt_param string currentTimeMillis The client's current time in milliseconds + * since epoch. + * @opt_param string modifiedTimeMillis When the operation was performed on the + * client. + */ + public function delete($userId, $dataSourceId, $datasetId, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns a dataset containing all data points whose start and end times + * overlap with the specified range of the dataset minimum start time and + * maximum end time. Specifically, any data point whose start time is less than + * or equal to the dataset end time and whose end time is greater than or equal + * to the dataset start time. (datasets.get) + * + * @param string $userId Retrieve a dataset for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source that + * created the dataset. + * @param string $datasetId Dataset identifier that is a composite of the + * minimum data point start time and maximum data point end time represented as + * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" + * where startTime and endTime are 64 bit integers. + * @param array $optParams Optional parameters. + * + * @opt_param int limit If specified, no more than this many data points will be + * included in the dataset. If there are more data points in the dataset, + * nextPageToken will be set in the dataset response. + * @opt_param string pageToken The continuation token, which is used to page + * through large datasets. To get the next page of a dataset, set this parameter + * to the value of nextPageToken from the previous response. Each subsequent + * call will yield a partial dataset with data point end timestamps that are + * strictly smaller than those in the previous partial response. + * @return Google_Service_Fitness_Dataset + */ + public function get($userId, $dataSourceId, $datasetId, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fitness_Dataset"); + } + /** + * Adds data points to a dataset. The dataset need not be previously created. + * All points within the given dataset will be returned with subsquent calls to + * retrieve this dataset. Data points can belong to more than one dataset. This + * method does not use patch semantics. (datasets.patch) + * + * @param string $userId Patch a dataset for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param string $dataSourceId The data stream ID of the data source that + * created the dataset. + * @param string $datasetId Dataset identifier that is a composite of the + * minimum data point start time and maximum data point end time represented as + * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" + * where startTime and endTime are 64 bit integers. + * @param Google_Service_Fitness_Dataset $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string currentTimeMillis The client's current time in milliseconds + * since epoch. Note that the minStartTimeNs and maxEndTimeNs properties in the + * request body are in nanoseconds instead of milliseconds. + * @return Google_Service_Fitness_Dataset + */ + public function patch($userId, $dataSourceId, $datasetId, Google_Service_Fitness_Dataset $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Fitness_Dataset"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataset.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataset.php new file mode 100644 index 000000000..a75212d46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersDataset.php @@ -0,0 +1,46 @@ + + * $fitnessService = new Google_Service_Fitness(...); + * $dataset = $fitnessService->dataset; + * + */ +class Google_Service_Fitness_Resource_UsersDataset extends Google_Service_Resource +{ + /** + * Aggregates data of a certain type or stream into buckets divided by a given + * type of boundary. Multiple data sets of multiple types and from multiple + * sources can be aggreated into exactly one bucket type per request. + * (dataset.aggregate) + * + * @param string $userId Aggregate data for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param Google_Service_Fitness_AggregateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fitness_AggregateResponse + */ + public function aggregate($userId, Google_Service_Fitness_AggregateRequest $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('aggregate', array($params), "Google_Service_Fitness_AggregateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersSessions.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersSessions.php new file mode 100644 index 000000000..31a7dbebf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Resource/UsersSessions.php @@ -0,0 +1,93 @@ + + * $fitnessService = new Google_Service_Fitness(...); + * $sessions = $fitnessService->sessions; + * + */ +class Google_Service_Fitness_Resource_UsersSessions extends Google_Service_Resource +{ + /** + * Deletes a session specified by the given session ID. (sessions.delete) + * + * @param string $userId Delete a session for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param string $sessionId The ID of the session to be deleted. + * @param array $optParams Optional parameters. + * + * @opt_param string currentTimeMillis The client's current time in milliseconds + * since epoch. + */ + public function delete($userId, $sessionId, $optParams = array()) + { + $params = array('userId' => $userId, 'sessionId' => $sessionId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Lists sessions previously created. (sessions.listUsersSessions) + * + * @param string $userId List sessions for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param array $optParams Optional parameters. + * + * @opt_param string endTime An RFC3339 timestamp. Only sessions ending between + * the start and end times will be included in the response. + * @opt_param bool includeDeleted If true, deleted sessions will be returned. + * When set to true, sessions returned in this response will only have an ID and + * will not have any other fields. + * @opt_param string pageToken The continuation token, which is used for + * incremental syncing. To get the next batch of changes, set this parameter to + * the value of nextPageToken from the previous response. This token is treated + * as a timestamp (in millis since epoch). If specified, the API returns + * sessions modified since this time. The page token is ignored if either start + * or end time is specified. If none of start time, end time, and the page token + * is specified, sessions modified in the last 30 days are returned. + * @opt_param string startTime An RFC3339 timestamp. Only sessions ending + * between the start and end times will be included in the response. + * @return Google_Service_Fitness_ListSessionsResponse + */ + public function listUsersSessions($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse"); + } + /** + * Updates or insert a given session. (sessions.update) + * + * @param string $userId Create sessions for the person identified. Use me to + * indicate the authenticated user. Only me is supported at this time. + * @param string $sessionId The ID of the session to be created. + * @param Google_Service_Fitness_Session $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string currentTimeMillis The client's current time in milliseconds + * since epoch. + * @return Google_Service_Fitness_Session + */ + public function update($userId, $sessionId, Google_Service_Fitness_Session $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Fitness_Session"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Session.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Session.php new file mode 100644 index 000000000..f4b4f0137 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Session.php @@ -0,0 +1,109 @@ +activeTimeMillis = $activeTimeMillis; + } + public function getActiveTimeMillis() + { + return $this->activeTimeMillis; + } + public function setActivityType($activityType) + { + $this->activityType = $activityType; + } + public function getActivityType() + { + return $this->activityType; + } + /** + * @param Google_Service_Fitness_Application + */ + public function setApplication(Google_Service_Fitness_Application $application) + { + $this->application = $application; + } + /** + * @return Google_Service_Fitness_Application + */ + public function getApplication() + { + return $this->application; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEndTimeMillis($endTimeMillis) + { + $this->endTimeMillis = $endTimeMillis; + } + public function getEndTimeMillis() + { + return $this->endTimeMillis; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setModifiedTimeMillis($modifiedTimeMillis) + { + $this->modifiedTimeMillis = $modifiedTimeMillis; + } + public function getModifiedTimeMillis() + { + return $this->modifiedTimeMillis; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStartTimeMillis($startTimeMillis) + { + $this->startTimeMillis = $startTimeMillis; + } + public function getStartTimeMillis() + { + return $this->startTimeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php new file mode 100644 index 000000000..93e0475b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php @@ -0,0 +1,65 @@ +fpVal = $fpVal; + } + public function getFpVal() + { + return $this->fpVal; + } + public function setIntVal($intVal) + { + $this->intVal = $intVal; + } + public function getIntVal() + { + return $this->intVal; + } + /** + * @param Google_Service_Fitness_ValueMapValEntry + */ + public function setMapVal($mapVal) + { + $this->mapVal = $mapVal; + } + /** + * @return Google_Service_Fitness_ValueMapValEntry + */ + public function getMapVal() + { + return $this->mapVal; + } + public function setStringVal($stringVal) + { + $this->stringVal = $stringVal; + } + public function getStringVal() + { + return $this->stringVal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php new file mode 100644 index 000000000..1c1faa429 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php @@ -0,0 +1,46 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_Fitness_MapValue + */ + public function setValue(Google_Service_Fitness_MapValue $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Fitness_MapValue + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability.php new file mode 100644 index 000000000..3fec321a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability.php @@ -0,0 +1,66 @@ + + * The Google Flight Availability API provides flight availability to partner + * airlines. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_FlightAvailability extends Google_Service +{ + + + public $v1; + + /** + * Constructs the internal representation of the FlightAvailability service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://flightavailability.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'flightavailability'; + + $this->v1 = new Google_Service_FlightAvailability_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'query' => array( + 'path' => 'v1:query', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityDate.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityDate.php new file mode 100644 index 000000000..daee3c5c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityDate.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/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswers.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswers.php new file mode 100644 index 000000000..7dc904e42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswers.php @@ -0,0 +1,47 @@ +answers = $answers; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersAnswer + */ + public function getAnswers() + { + return $this->answers; + } + public function setNarrative($narrative) + { + $this->narrative = $narrative; + } + public function getNarrative() + { + return $this->narrative; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersAnswer.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersAnswer.php new file mode 100644 index 000000000..89251f238 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersAnswer.php @@ -0,0 +1,56 @@ +foundNoSolution = $foundNoSolution; + } + public function getFoundNoSolution() + { + return $this->foundNoSolution; + } + public function setNarrative($narrative) + { + $this->narrative = $narrative; + } + public function getNarrative() + { + return $this->narrative; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSolution + */ + public function setSolutions($solutions) + { + $this->solutions = $solutions; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSolution + */ + public function getSolutions() + { + return $this->solutions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraint.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraint.php new file mode 100644 index 000000000..07cdeb768 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraint.php @@ -0,0 +1,31 @@ +segmentIndices = $segmentIndices; + } + public function getSegmentIndices() + { + return $this->segmentIndices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence.php new file mode 100644 index 000000000..86f89b5f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence.php @@ -0,0 +1,47 @@ +equivalentBookingCodes = $equivalentBookingCodes; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes + */ + public function getEquivalentBookingCodes() + { + return $this->equivalentBookingCodes; + } + public function setSegmentIndices($segmentIndices) + { + $this->segmentIndices = $segmentIndices; + } + public function getSegmentIndices() + { + return $this->segmentIndices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraints.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraints.php new file mode 100644 index 000000000..e71052e2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersConstraints.php @@ -0,0 +1,70 @@ +diffBookingCodes = $diffBookingCodes; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence + */ + public function getDiffBookingCodes() + { + return $this->diffBookingCodes; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraint + */ + public function setMarriedSegments($marriedSegments) + { + $this->marriedSegments = $marriedSegments; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraint + */ + public function getMarriedSegments() + { + return $this->marriedSegments; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence + */ + public function setSameBookingCodes($sameBookingCodes) + { + $this->sameBookingCodes = $sameBookingCodes; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraintWithEquivalence + */ + public function getSameBookingCodes() + { + return $this->sameBookingCodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes.php new file mode 100644 index 000000000..21716a1f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersEquivalentBookingCodes.php @@ -0,0 +1,31 @@ +bookingCodes = $bookingCodes; + } + public function getBookingCodes() + { + return $this->bookingCodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCount.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCount.php new file mode 100644 index 000000000..7c387dc2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCount.php @@ -0,0 +1,55 @@ +bookingCode = $bookingCode; + } + public function getBookingCode() + { + return $this->bookingCode; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag + */ + public function setSeatsFlag(Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag $seatsFlag) + { + $this->seatsFlag = $seatsFlag; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag + */ + public function getSeatsFlag() + { + return $this->seatsFlag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag.php new file mode 100644 index 000000000..7fd4fede2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSeatCountSeatsFlag.php @@ -0,0 +1,66 @@ +infinityFlag = $infinityFlag; + } + public function getInfinityFlag() + { + return $this->infinityFlag; + } + public function setNonOperating($nonOperating) + { + $this->nonOperating = $nonOperating; + } + public function getNonOperating() + { + return $this->nonOperating; + } + public function setOnRequest($onRequest) + { + $this->onRequest = $onRequest; + } + public function getOnRequest() + { + return $this->onRequest; + } + public function setWaitlistClosed($waitlistClosed) + { + $this->waitlistClosed = $waitlistClosed; + } + public function getWaitlistClosed() + { + return $this->waitlistClosed; + } + public function setWaitlistOpen($waitlistOpen) + { + $this->waitlistOpen = $waitlistOpen; + } + public function getWaitlistOpen() + { + return $this->waitlistOpen; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSegmentCounts.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSegmentCounts.php new file mode 100644 index 000000000..569e83d24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSegmentCounts.php @@ -0,0 +1,56 @@ +narrative = $narrative; + } + public function getNarrative() + { + return $this->narrative; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCount + */ + public function setSeatCounts($seatCounts) + { + $this->seatCounts = $seatCounts; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSeatCount + */ + public function getSeatCounts() + { + return $this->seatCounts; + } + public function setSegmentIndex($segmentIndex) + { + $this->segmentIndex = $segmentIndex; + } + public function getSegmentIndex() + { + return $this->segmentIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSolution.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSolution.php new file mode 100644 index 000000000..52e1199a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailAnswersSolution.php @@ -0,0 +1,72 @@ +constraints = $constraints; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersConstraints + */ + public function getConstraints() + { + return $this->constraints; + } + public function setNarrative($narrative) + { + $this->narrative = $narrative; + } + public function getNarrative() + { + return $this->narrative; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSegmentCounts + */ + public function setSegmentCounts($segmentCounts) + { + $this->segmentCounts = $segmentCounts; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSegmentCounts + */ + public function getSegmentCounts() + { + return $this->segmentCounts; + } + public function setTimestampTime($timestampTime) + { + $this->timestampTime = $timestampTime; + } + public function getTimestampTime() + { + return $this->timestampTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestions.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestions.php new file mode 100644 index 000000000..733810f20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestions.php @@ -0,0 +1,54 @@ +parameters = $parameters; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsParameters + */ + public function getParameters() + { + return $this->parameters; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsQuestion + */ + public function setQuestions($questions) + { + $this->questions = $questions; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsQuestion + */ + public function getQuestions() + { + return $this->questions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsParameters.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsParameters.php new file mode 100644 index 000000000..cd398c29c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsParameters.php @@ -0,0 +1,72 @@ +carrierPreferredAnswer = $carrierPreferredAnswer; + } + public function getCarrierPreferredAnswer() + { + return $this->carrierPreferredAnswer; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment + */ + public function setJourneyDataSegments($journeyDataSegments) + { + $this->journeyDataSegments = $journeyDataSegments; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment + */ + public function getJourneyDataSegments() + { + return $this->journeyDataSegments; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsPointOfSale + */ + public function setPointOfSale(Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsPointOfSale $pointOfSale) + { + $this->pointOfSale = $pointOfSale; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsPointOfSale + */ + public function getPointOfSale() + { + return $this->pointOfSale; + } + public function setSeamlessAdjustment($seamlessAdjustment) + { + $this->seamlessAdjustment = $seamlessAdjustment; + } + public function getSeamlessAdjustment() + { + return $this->seamlessAdjustment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsPointOfSale.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsPointOfSale.php new file mode 100644 index 000000000..c64b0c8fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsPointOfSale.php @@ -0,0 +1,67 @@ +salesAirport = $salesAirport; + } + public function getSalesAirport() + { + return $this->salesAirport; + } + public function setSalesCarriers($salesCarriers) + { + $this->salesCarriers = $salesCarriers; + } + public function getSalesCarriers() + { + return $this->salesCarriers; + } + public function setSalesCity($salesCity) + { + $this->salesCity = $salesCity; + } + public function getSalesCity() + { + return $this->salesCity; + } + public function setSalesCountry($salesCountry) + { + $this->salesCountry = $salesCountry; + } + public function getSalesCountry() + { + return $this->salesCountry; + } + public function setSalesCrss($salesCrss) + { + $this->salesCrss = $salesCrss; + } + public function getSalesCrss() + { + return $this->salesCrss; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsQuestion.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsQuestion.php new file mode 100644 index 000000000..ad5168163 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsQuestion.php @@ -0,0 +1,47 @@ +journeyOriginCity = $journeyOriginCity; + } + public function getJourneyOriginCity() + { + return $this->journeyOriginCity; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment + */ + public function setSegments($segments) + { + $this->segments = $segments; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestionsSegment + */ + public function getSegments() + { + return $this->segments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsSegment.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsSegment.php new file mode 100644 index 000000000..0c208116f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/FlightavailabilityPartnerAvailQuestionsSegment.php @@ -0,0 +1,91 @@ +bookingCode = $bookingCode; + } + public function getBookingCode() + { + return $this->bookingCode; + } + public function setCarrier($carrier) + { + $this->carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + /** + * @param Google_Service_FlightAvailability_FlightavailabilityDate + */ + public function setDepartureDate(Google_Service_FlightAvailability_FlightavailabilityDate $departureDate) + { + $this->departureDate = $departureDate; + } + /** + * @return Google_Service_FlightAvailability_FlightavailabilityDate + */ + public function getDepartureDate() + { + return $this->departureDate; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setFlightNumber($flightNumber) + { + $this->flightNumber = $flightNumber; + } + public function getFlightNumber() + { + return $this->flightNumber; + } + public function setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } + public function setPassiveSegment($passiveSegment) + { + $this->passiveSegment = $passiveSegment; + } + public function getPassiveSegment() + { + return $this->passiveSegment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/Resource/V1.php new file mode 100644 index 000000000..6273a0095 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FlightAvailability/Resource/V1.php @@ -0,0 +1,42 @@ + + * $flightavailabilityService = new Google_Service_FlightAvailability(...); + * $v1 = $flightavailabilityService->v1; + * + */ +class Google_Service_FlightAvailability_Resource_V1 extends Google_Service_Resource +{ + /** + * Called by a partner: receives questions, each of which consists of one or + * more segments, and returns answers with availability data. (v1.query) + * + * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestions $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswers + */ + public function query(Google_Service_FlightAvailability_FlightavailabilityPartnerAvailQuestions $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswers"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Freebase.php b/vendor/google/apiclient-services/src/Google/Service/Freebase.php new file mode 100644 index 000000000..6540490af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase.php @@ -0,0 +1,258 @@ + + * Find Freebase entities using textual queries and other constraints. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Freebase extends Google_Service +{ + + + + private $base_methods; + /** + * Constructs the internal representation of the Freebase service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'freebase/v1/'; + $this->version = 'v1'; + $this->serviceName = 'freebase'; + + $this->base_methods = new Google_Service_Resource( + $this, + $this->serviceName, + '', + array( + 'methods' => array( + 'reconcile' => array( + 'path' => 'reconcile', + 'httpMethod' => 'GET', + 'parameters' => array( + 'confidence' => array( + 'location' => 'query', + 'type' => 'number', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'lang' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'prop' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'search' => array( + 'path' => 'search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'as_of_time' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'callback' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'cursor' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'domain' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'encode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'exact' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'help' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'indent' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'lang' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mid' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'mql_output' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'output' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'prefixed' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scoring' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'spell' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'stemmed' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'with' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'without' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + } + /** + * Reconcile entities to Freebase open data. (reconcile) + * + * @param array $optParams Optional parameters. + * + * @opt_param float confidence Required confidence for a candidate to match. + * Must be between .5 and 1.0 + * @opt_param string kind Classifications of entity e.g. type, category, title. + * @opt_param string lang Languages for names and values. First language is used + * for display. Default is 'en'. + * @opt_param int limit Maximum number of candidates to return. + * @opt_param string name Name of entity. + * @opt_param string prop Property values for entity formatted as : + * @return Google_Service_Freebase_ReconcileGet + */ + public function reconcile($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet"); + } + /** + * Search Freebase open data. (search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string as_of_time A mql as_of_time value to use with mql_output + * queries. + * @opt_param string callback JS method name for JSONP callbacks. + * @opt_param int cursor The cursor value to use for the next page of results. + * @opt_param string domain Restrict to topics with this Freebase domain id. + * @opt_param string encode The encoding of the response. You can use this + * parameter to enable html encoding. + * @opt_param bool exact Query on exact name and keys only. + * @opt_param string filter A filter to apply to the query. + * @opt_param string format Structural format of the json response. + * @opt_param string help The keyword to request help on. + * @opt_param bool indent Whether to indent the json results or not. + * @opt_param string lang The code of the language to run the query with. + * Default is 'en'. + * @opt_param int limit Maximum number of results to return. + * @opt_param string mid A mid to use instead of a query. + * @opt_param string mql_output The MQL query to run againist the results to + * extract more data. + * @opt_param string output An output expression to request data from matches. + * @opt_param bool prefixed Prefix match against names and aliases. + * @opt_param string query Query term to search for. + * @opt_param string scoring Relevance scoring algorithm to use. + * @opt_param string spell Request 'did you mean' suggestions + * @opt_param bool stemmed Query on stemmed names and aliases. May not be used + * with prefixed. + * @opt_param string type Restrict to topics with this Freebase type id. + * @opt_param string with A rule to match against. + * @opt_param string without A rule to not match against. + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->base_methods->call('search', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidate.php b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidate.php new file mode 100644 index 000000000..d4273e005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidate.php @@ -0,0 +1,67 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setLang($lang) + { + $this->lang = $lang; + } + public function getLang() + { + return $this->lang; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotable(Google_Service_Freebase_ReconcileCandidateNotable $notable) + { + $this->notable = $notable; + } + public function getNotable() + { + return $this->notable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidateNotable.php b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidateNotable.php new file mode 100644 index 000000000..c53bf3087 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileCandidateNotable.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGet.php b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGet.php new file mode 100644 index 000000000..2558101d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGet.php @@ -0,0 +1,62 @@ +candidate = $candidate; + } + public function getCandidate() + { + return $this->candidate; + } + public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs) + { + $this->costs = $costs; + } + public function getCosts() + { + return $this->costs; + } + public function setMatch(Google_Service_Freebase_ReconcileCandidate $match) + { + $this->match = $match; + } + public function getMatch() + { + return $this->match; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetCosts.php b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetCosts.php new file mode 100644 index 000000000..1c6c86598 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetCosts.php @@ -0,0 +1,39 @@ +hits = $hits; + } + public function getHits() + { + return $this->hits; + } + public function setMs($ms) + { + $this->ms = $ms; + } + public function getMs() + { + return $this->ms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetWarning.php b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetWarning.php new file mode 100644 index 000000000..27a535d55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase/ReconcileGetWarning.php @@ -0,0 +1,48 @@ +location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables.php new file mode 100644 index 000000000..b845c10eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables.php @@ -0,0 +1,642 @@ + + * API for working with Fusion Tables data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Fusiontables extends Google_Service +{ + /** Manage your Fusion Tables. */ + const FUSIONTABLES = + "https://www.googleapis.com/auth/fusiontables"; + /** View your Fusion Tables. */ + const FUSIONTABLES_READONLY = + "https://www.googleapis.com/auth/fusiontables.readonly"; + + public $column; + public $query; + public $style; + public $table; + public $task; + public $template; + + /** + * Constructs the internal representation of the Fusiontables 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 = 'fusiontables/v2/'; + $this->batchPath = 'batch/fusiontables/v2'; + $this->version = 'v2'; + $this->serviceName = 'fusiontables'; + + $this->column = new Google_Service_Fusiontables_Resource_Column( + $this, + $this->serviceName, + 'column', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'tables/{tableId}/columns/{columnId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'columnId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tables/{tableId}/columns/{columnId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'columnId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'tables/{tableId}/columns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tables/{tableId}/columns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'tables/{tableId}/columns/{columnId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'columnId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'tables/{tableId}/columns/{columnId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'columnId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->query = new Google_Service_Fusiontables_Resource_Query( + $this, + $this->serviceName, + 'query', + array( + 'methods' => array( + 'sql' => array( + 'path' => 'query', + 'httpMethod' => 'POST', + 'parameters' => array( + 'sql' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hdrs' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'typed' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'sqlGet' => array( + 'path' => 'query', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sql' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hdrs' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'typed' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->style = new Google_Service_Fusiontables_Resource_Style( + $this, + $this->serviceName, + 'style', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'tables/{tableId}/styles/{styleId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'styleId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tables/{tableId}/styles/{styleId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'styleId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'tables/{tableId}/styles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tables/{tableId}/styles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'tables/{tableId}/styles/{styleId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'styleId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'tables/{tableId}/styles/{styleId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'styleId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->table = new Google_Service_Fusiontables_Resource_Table( + $this, + $this->serviceName, + 'table', + array( + 'methods' => array( + 'copy' => array( + 'path' => 'tables/{tableId}/copy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'copyPresentation' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'tables/{tableId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tables/{tableId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'importRows' => array( + 'path' => 'tables/{tableId}/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'delimiter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'encoding' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endLine' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'isStrict' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'startLine' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'importTable' => array( + 'path' => 'tables/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'delimiter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'encoding' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'tables', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'tables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'tables/{tableId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replaceViewDefinition' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'refetchSheet' => array( + 'path' => 'tables/{tableId}/refetch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'replaceRows' => array( + 'path' => 'tables/{tableId}/replace', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'delimiter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'encoding' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endLine' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'isStrict' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'startLine' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'tables/{tableId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replaceViewDefinition' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->task = new Google_Service_Fusiontables_Resource_Task( + $this, + $this->serviceName, + 'task', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'tables/{tableId}/tasks/{taskId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tables/{tableId}/tasks/{taskId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tables/{tableId}/tasks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->template = new Google_Service_Fusiontables_Resource_Template( + $this, + $this->serviceName, + 'template', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'tables/{tableId}/templates/{templateId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tables/{tableId}/templates/{templateId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'tables/{tableId}/templates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tables/{tableId}/templates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'tables/{tableId}/templates/{templateId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'tables/{tableId}/templates/{templateId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'tableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php new file mode 100644 index 000000000..56dcde4a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php @@ -0,0 +1,75 @@ +color = $color; + } + public function getColor() + { + return $this->color; + } + public function setIcon($icon) + { + $this->icon = $icon; + } + public function getIcon() + { + return $this->icon; + } + public function setMax($max) + { + $this->max = $max; + } + public function getMax() + { + return $this->max; + } + public function setMin($min) + { + $this->min = $min; + } + public function getMin() + { + return $this->min; + } + public function setOpacity($opacity) + { + $this->opacity = $opacity; + } + public function getOpacity() + { + return $this->opacity; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Column.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Column.php new file mode 100644 index 000000000..09f76a2a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Column.php @@ -0,0 +1,137 @@ +baseColumn = $baseColumn; + } + /** + * @return Google_Service_Fusiontables_ColumnBaseColumn + */ + public function getBaseColumn() + { + return $this->baseColumn; + } + public function setColumnId($columnId) + { + $this->columnId = $columnId; + } + public function getColumnId() + { + return $this->columnId; + } + public function setColumnJsonSchema($columnJsonSchema) + { + $this->columnJsonSchema = $columnJsonSchema; + } + public function getColumnJsonSchema() + { + return $this->columnJsonSchema; + } + public function setColumnPropertiesJson($columnPropertiesJson) + { + $this->columnPropertiesJson = $columnPropertiesJson; + } + public function getColumnPropertiesJson() + { + return $this->columnPropertiesJson; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFormatPattern($formatPattern) + { + $this->formatPattern = $formatPattern; + } + public function getFormatPattern() + { + return $this->formatPattern; + } + public function setGraphPredicate($graphPredicate) + { + $this->graphPredicate = $graphPredicate; + } + public function getGraphPredicate() + { + return $this->graphPredicate; + } + 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 setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValidValues($validValues) + { + $this->validValues = $validValues; + } + public function getValidValues() + { + return $this->validValues; + } + public function setValidateData($validateData) + { + $this->validateData = $validateData; + } + public function getValidateData() + { + return $this->validateData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php new file mode 100644 index 000000000..922d0d586 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php @@ -0,0 +1,39 @@ +columnId = $columnId; + } + public function getColumnId() + { + return $this->columnId; + } + public function setTableIndex($tableIndex) + { + $this->tableIndex = $tableIndex; + } + public function getTableIndex() + { + return $this->tableIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnList.php new file mode 100644 index 000000000..141c62f37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Fusiontables_Column + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php new file mode 100644 index 000000000..56ecf26fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php @@ -0,0 +1,49 @@ +geometries = $geometries; + } + public function getGeometries() + { + return $this->geometries; + } + public function setGeometry($geometry) + { + $this->geometry = $geometry; + } + public function getGeometry() + { + return $this->geometry; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Import.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Import.php new file mode 100644 index 000000000..41077bd3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Import.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumRowsReceived($numRowsReceived) + { + $this->numRowsReceived = $numRowsReceived; + } + public function getNumRowsReceived() + { + return $this->numRowsReceived; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Line.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Line.php new file mode 100644 index 000000000..ca62c2c1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Line.php @@ -0,0 +1,40 @@ +coordinates = $coordinates; + } + public function getCoordinates() + { + return $this->coordinates; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/LineStyle.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/LineStyle.php new file mode 100644 index 000000000..721e92db4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/LineStyle.php @@ -0,0 +1,80 @@ +strokeColor = $strokeColor; + } + public function getStrokeColor() + { + return $this->strokeColor; + } + /** + * @param Google_Service_Fusiontables_StyleFunction + */ + public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) + { + $this->strokeColorStyler = $strokeColorStyler; + } + /** + * @return Google_Service_Fusiontables_StyleFunction + */ + public function getStrokeColorStyler() + { + return $this->strokeColorStyler; + } + public function setStrokeOpacity($strokeOpacity) + { + $this->strokeOpacity = $strokeOpacity; + } + public function getStrokeOpacity() + { + return $this->strokeOpacity; + } + public function setStrokeWeight($strokeWeight) + { + $this->strokeWeight = $strokeWeight; + } + public function getStrokeWeight() + { + return $this->strokeWeight; + } + /** + * @param Google_Service_Fusiontables_StyleFunction + */ + public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) + { + $this->strokeWeightStyler = $strokeWeightStyler; + } + /** + * @return Google_Service_Fusiontables_StyleFunction + */ + public function getStrokeWeightStyler() + { + return $this->strokeWeightStyler; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.php new file mode 100644 index 000000000..c68845bc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.php @@ -0,0 +1,40 @@ +coordinates = $coordinates; + } + public function getCoordinates() + { + return $this->coordinates; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PointStyle.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PointStyle.php new file mode 100644 index 000000000..bec886419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PointStyle.php @@ -0,0 +1,46 @@ +iconName = $iconName; + } + public function getIconName() + { + return $this->iconName; + } + /** + * @param Google_Service_Fusiontables_StyleFunction + */ + public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler) + { + $this->iconStyler = $iconStyler; + } + /** + * @return Google_Service_Fusiontables_StyleFunction + */ + public function getIconStyler() + { + return $this->iconStyler; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.php new file mode 100644 index 000000000..50540584e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.php @@ -0,0 +1,40 @@ +coordinates = $coordinates; + } + public function getCoordinates() + { + return $this->coordinates; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PolygonStyle.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PolygonStyle.php new file mode 100644 index 000000000..9572e25cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/PolygonStyle.php @@ -0,0 +1,114 @@ +fillColor = $fillColor; + } + public function getFillColor() + { + return $this->fillColor; + } + /** + * @param Google_Service_Fusiontables_StyleFunction + */ + public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler) + { + $this->fillColorStyler = $fillColorStyler; + } + /** + * @return Google_Service_Fusiontables_StyleFunction + */ + public function getFillColorStyler() + { + return $this->fillColorStyler; + } + public function setFillOpacity($fillOpacity) + { + $this->fillOpacity = $fillOpacity; + } + public function getFillOpacity() + { + return $this->fillOpacity; + } + public function setStrokeColor($strokeColor) + { + $this->strokeColor = $strokeColor; + } + public function getStrokeColor() + { + return $this->strokeColor; + } + /** + * @param Google_Service_Fusiontables_StyleFunction + */ + public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) + { + $this->strokeColorStyler = $strokeColorStyler; + } + /** + * @return Google_Service_Fusiontables_StyleFunction + */ + public function getStrokeColorStyler() + { + return $this->strokeColorStyler; + } + public function setStrokeOpacity($strokeOpacity) + { + $this->strokeOpacity = $strokeOpacity; + } + public function getStrokeOpacity() + { + return $this->strokeOpacity; + } + public function setStrokeWeight($strokeWeight) + { + $this->strokeWeight = $strokeWeight; + } + public function getStrokeWeight() + { + return $this->strokeWeight; + } + /** + * @param Google_Service_Fusiontables_StyleFunction + */ + public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) + { + $this->strokeWeightStyler = $strokeWeightStyler; + } + /** + * @return Google_Service_Fusiontables_StyleFunction + */ + public function getStrokeWeightStyler() + { + return $this->strokeWeightStyler; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.php new file mode 100644 index 000000000..bbdaddddf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.php @@ -0,0 +1,121 @@ + + * $fusiontablesService = new Google_Service_Fusiontables(...); + * $column = $fusiontablesService->column; + * + */ +class Google_Service_Fusiontables_Resource_Column extends Google_Service_Resource +{ + /** + * Deletes the specified column. (column.delete) + * + * @param string $tableId Table from which the column is being deleted. + * @param string $columnId Name or identifier for the column being deleted. + * @param array $optParams Optional parameters. + */ + public function delete($tableId, $columnId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'columnId' => $columnId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a specific column by its ID. (column.get) + * + * @param string $tableId Table to which the column belongs. + * @param string $columnId Name or identifier for the column that is being + * requested. + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Column + */ + public function get($tableId, $columnId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'columnId' => $columnId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fusiontables_Column"); + } + /** + * Adds a new column to the table. (column.insert) + * + * @param string $tableId Table for which a new column is being added. + * @param Google_Service_Fusiontables_Column $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Column + */ + public function insert($tableId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Fusiontables_Column"); + } + /** + * Retrieves a list of columns. (column.listColumn) + * + * @param string $tableId Table whose columns are being listed. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of columns to return. Default is + * 5. + * @opt_param string pageToken Continuation token specifying which result page + * to return. + * @return Google_Service_Fusiontables_ColumnList + */ + public function listColumn($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList"); + } + /** + * Updates the name or type of an existing column. This method supports patch + * semantics. (column.patch) + * + * @param string $tableId Table for which the column is being updated. + * @param string $columnId Name or identifier for the column that is being + * updated. + * @param Google_Service_Fusiontables_Column $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Column + */ + public function patch($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Fusiontables_Column"); + } + /** + * Updates the name or type of an existing column. (column.update) + * + * @param string $tableId Table for which the column is being updated. + * @param string $columnId Name or identifier for the column that is being + * updated. + * @param Google_Service_Fusiontables_Column $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Column + */ + public function update($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Fusiontables_Column"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Query.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Query.php new file mode 100644 index 000000000..7a00fb0f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Query.php @@ -0,0 +1,70 @@ + + * $fusiontablesService = new Google_Service_Fusiontables(...); + * $query = $fusiontablesService->query; + * + */ +class Google_Service_Fusiontables_Resource_Query extends Google_Service_Resource +{ + /** + * Executes a Fusion Tables SQL statement, which can be any of - SELECT - INSERT + * - UPDATE - DELETE - SHOW - DESCRIBE - CREATE statement. (query.sql) + * + * @param string $sql A Fusion Tables SQL statement, which can be any of - + * SELECT - INSERT - UPDATE - DELETE - SHOW - DESCRIBE - CREATE + * @param array $optParams Optional parameters. + * + * @opt_param bool hdrs Whether column names are included in the first row. + * Default is true. + * @opt_param bool typed Whether typed values are returned in the (JSON) + * response: numbers for numeric values and parsed geometries for KML values. + * Default is true. + * @return Google_Service_Fusiontables_Sqlresponse + */ + public function sql($sql, $optParams = array()) + { + $params = array('sql' => $sql); + $params = array_merge($params, $optParams); + return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse"); + } + /** + * Executes a SQL statement which can be any of - SELECT - SHOW - DESCRIBE + * (query.sqlGet) + * + * @param string $sql A SQL statement which can be any of - SELECT - SHOW - + * DESCRIBE + * @param array $optParams Optional parameters. + * + * @opt_param bool hdrs Whether column names are included (in the first row). + * Default is true. + * @opt_param bool typed Whether typed values are returned in the (JSON) + * response: numbers for numeric values and parsed geometries for KML values. + * Default is true. + * @return Google_Service_Fusiontables_Sqlresponse + */ + public function sqlGet($sql, $optParams = array()) + { + $params = array('sql' => $sql); + $params = array_merge($params, $optParams); + return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Style.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Style.php new file mode 100644 index 000000000..fe9771091 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Style.php @@ -0,0 +1,118 @@ + + * $fusiontablesService = new Google_Service_Fusiontables(...); + * $style = $fusiontablesService->style; + * + */ +class Google_Service_Fusiontables_Resource_Style extends Google_Service_Resource +{ + /** + * Deletes a style. (style.delete) + * + * @param string $tableId Table from which the style is being deleted + * @param int $styleId Identifier (within a table) for the style being deleted + * @param array $optParams Optional parameters. + */ + public function delete($tableId, $styleId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'styleId' => $styleId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a specific style. (style.get) + * + * @param string $tableId Table to which the requested style belongs + * @param int $styleId Identifier (integer) for a specific style in a table + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_StyleSetting + */ + public function get($tableId, $styleId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'styleId' => $styleId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting"); + } + /** + * Adds a new style for the table. (style.insert) + * + * @param string $tableId Table for which a new style is being added + * @param Google_Service_Fusiontables_StyleSetting $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_StyleSetting + */ + public function insert($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting"); + } + /** + * Retrieves a list of styles. (style.listStyle) + * + * @param string $tableId Table whose styles are being listed + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of styles to return. Optional. + * Default is 5. + * @opt_param string pageToken Continuation token specifying which result page + * to return. Optional. + * @return Google_Service_Fusiontables_StyleSettingList + */ + public function listStyle($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList"); + } + /** + * Updates an existing style. This method supports patch semantics. + * (style.patch) + * + * @param string $tableId Table whose style is being updated. + * @param int $styleId Identifier (within a table) for the style being updated. + * @param Google_Service_Fusiontables_StyleSetting $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_StyleSetting + */ + public function patch($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting"); + } + /** + * Updates an existing style. (style.update) + * + * @param string $tableId Table whose style is being updated. + * @param int $styleId Identifier (within a table) for the style being updated. + * @param Google_Service_Fusiontables_StyleSetting $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_StyleSetting + */ + public function update($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Table.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Table.php new file mode 100644 index 000000000..353afaee9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Table.php @@ -0,0 +1,228 @@ + + * $fusiontablesService = new Google_Service_Fusiontables(...); + * $table = $fusiontablesService->table; + * + */ +class Google_Service_Fusiontables_Resource_Table extends Google_Service_Resource +{ + /** + * Copies a table. (table.copy) + * + * @param string $tableId ID of the table that is being copied. + * @param array $optParams Optional parameters. + * + * @opt_param bool copyPresentation Whether to also copy tabs, styles, and + * templates. Default is false. + * @return Google_Service_Fusiontables_Table + */ + public function copy($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('copy', array($params), "Google_Service_Fusiontables_Table"); + } + /** + * Deletes a table. (table.delete) + * + * @param string $tableId ID of the table to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a specific table by its ID. (table.get) + * + * @param string $tableId Identifier for the table being requested. + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Table + */ + public function get($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fusiontables_Table"); + } + /** + * Imports more rows into a table. (table.importRows) + * + * @param string $tableId The table into which new rows are being imported. + * @param array $optParams Optional parameters. + * + * @opt_param string delimiter The delimiter used to separate cell values. This + * can only consist of a single character. Default is ,. + * @opt_param string encoding The encoding of the content. Default is UTF-8. Use + * auto-detect if you are unsure of the encoding. + * @opt_param int endLine The index of the line up to which data will be + * imported. Default is to import the entire file. If endLine is negative, it is + * an offset from the end of the file; the imported content will exclude the + * last endLine lines. + * @opt_param bool isStrict Whether the imported CSV must have the same number + * of values for each row. If false, rows with fewer values will be padded with + * empty values. Default is true. + * @opt_param int startLine The index of the first line from which to start + * importing, inclusive. Default is 0. + * @return Google_Service_Fusiontables_Import + */ + public function importRows($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import"); + } + /** + * Imports a new table. (table.importTable) + * + * @param string $name The name to be assigned to the new table. + * @param array $optParams Optional parameters. + * + * @opt_param string delimiter The delimiter used to separate cell values. This + * can only consist of a single character. Default is ,. + * @opt_param string encoding The encoding of the content. Default is UTF-8. Use + * auto-detect if you are unsure of the encoding. + * @return Google_Service_Fusiontables_Table + */ + public function importTable($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table"); + } + /** + * Creates a new table. (table.insert) + * + * @param Google_Service_Fusiontables_Table $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Table + */ + public function insert(Google_Service_Fusiontables_Table $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Fusiontables_Table"); + } + /** + * Retrieves a list of tables a user owns. (table.listTable) + * + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of tables to return. Default is + * 5. + * @opt_param string pageToken Continuation token specifying which result page + * to return. + * @return Google_Service_Fusiontables_TableList + */ + public function listTable($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fusiontables_TableList"); + } + /** + * Updates an existing table. Unless explicitly requested, only the name, + * description, and attribution will be updated. This method supports patch + * semantics. (table.patch) + * + * @param string $tableId ID of the table that is being updated. + * @param Google_Service_Fusiontables_Table $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool replaceViewDefinition Whether the view definition is also + * updated. The specified view definition replaces the existing one. Only a view + * can be updated with a new definition. + * @return Google_Service_Fusiontables_Table + */ + public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Fusiontables_Table"); + } + /** + * Replaces rows of the table with the rows of the spreadsheet that is first + * imported from. Current rows remain visible until all replacement rows are + * ready. (table.refetchSheet) + * + * @param string $tableId Table whose rows will be replaced from the + * spreadsheet. + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Task + */ + public function refetchSheet($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('refetchSheet', array($params), "Google_Service_Fusiontables_Task"); + } + /** + * Replaces rows of an existing table. Current rows remain visible until all + * replacement rows are ready. (table.replaceRows) + * + * @param string $tableId Table whose rows will be replaced. + * @param array $optParams Optional parameters. + * + * @opt_param string delimiter The delimiter used to separate cell values. This + * can only consist of a single character. Default is ,. + * @opt_param string encoding The encoding of the content. Default is UTF-8. Use + * 'auto-detect' if you are unsure of the encoding. + * @opt_param int endLine The index of the line up to which data will be + * imported. Default is to import the entire file. If endLine is negative, it is + * an offset from the end of the file; the imported content will exclude the + * last endLine lines. + * @opt_param bool isStrict Whether the imported CSV must have the same number + * of column values for each row. If true, throws an exception if the CSV does + * not have the same number of columns. If false, rows with fewer column values + * will be padded with empty values. Default is true. + * @opt_param int startLine The index of the first line from which to start + * importing, inclusive. Default is 0. + * @return Google_Service_Fusiontables_Task + */ + public function replaceRows($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task"); + } + /** + * Updates an existing table. Unless explicitly requested, only the name, + * description, and attribution will be updated. (table.update) + * + * @param string $tableId ID of the table that is being updated. + * @param Google_Service_Fusiontables_Table $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool replaceViewDefinition Whether the view definition is also + * updated. The specified view definition replaces the existing one. Only a view + * can be updated with a new definition. + * @return Google_Service_Fusiontables_Table + */ + public function update($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Fusiontables_Table"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.php new file mode 100644 index 000000000..34e191f72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.php @@ -0,0 +1,75 @@ + + * $fusiontablesService = new Google_Service_Fusiontables(...); + * $task = $fusiontablesService->task; + * + */ +class Google_Service_Fusiontables_Resource_Task extends Google_Service_Resource +{ + /** + * Deletes a specific task by its ID, unless that task has already started + * running. (task.delete) + * + * @param string $tableId Table from which the task is being deleted. + * @param string $taskId The identifier of the task to delete. + * @param array $optParams Optional parameters. + */ + public function delete($tableId, $taskId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'taskId' => $taskId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a specific task by its ID. (task.get) + * + * @param string $tableId Table to which the task belongs. + * @param string $taskId The identifier of the task to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Task + */ + public function get($tableId, $taskId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'taskId' => $taskId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fusiontables_Task"); + } + /** + * Retrieves a list of tasks. (task.listTask) + * + * @param string $tableId Table whose tasks are being listed. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of tasks to return. Default is 5. + * @opt_param string pageToken Continuation token specifying which result page + * to return. + * @opt_param string startIndex Index of the first result returned in the + * current page. + * @return Google_Service_Fusiontables_TaskList + */ + public function listTask($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Template.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Template.php new file mode 100644 index 000000000..af222c729 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Template.php @@ -0,0 +1,119 @@ + + * $fusiontablesService = new Google_Service_Fusiontables(...); + * $template = $fusiontablesService->template; + * + */ +class Google_Service_Fusiontables_Resource_Template extends Google_Service_Resource +{ + /** + * Deletes a template (template.delete) + * + * @param string $tableId Table from which the template is being deleted + * @param int $templateId Identifier for the template which is being deleted + * @param array $optParams Optional parameters. + */ + public function delete($tableId, $templateId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'templateId' => $templateId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a specific template by its id (template.get) + * + * @param string $tableId Table to which the template belongs + * @param int $templateId Identifier for the template that is being requested + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Template + */ + public function get($tableId, $templateId, $optParams = array()) + { + $params = array('tableId' => $tableId, 'templateId' => $templateId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Fusiontables_Template"); + } + /** + * Creates a new template for the table. (template.insert) + * + * @param string $tableId Table for which a new template is being created + * @param Google_Service_Fusiontables_Template $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Template + */ + public function insert($tableId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Fusiontables_Template"); + } + /** + * Retrieves a list of templates. (template.listTemplate) + * + * @param string $tableId Identifier for the table whose templates are being + * requested + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of templates to return. Optional. + * Default is 5. + * @opt_param string pageToken Continuation token specifying which results page + * to return. Optional. + * @return Google_Service_Fusiontables_TemplateList + */ + public function listTemplate($tableId, $optParams = array()) + { + $params = array('tableId' => $tableId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList"); + } + /** + * Updates an existing template. This method supports patch semantics. + * (template.patch) + * + * @param string $tableId Table to which the updated template belongs + * @param int $templateId Identifier for the template that is being updated + * @param Google_Service_Fusiontables_Template $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Template + */ + public function patch($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Fusiontables_Template"); + } + /** + * Updates an existing template (template.update) + * + * @param string $tableId Table to which the updated template belongs + * @param int $templateId Identifier for the template that is being updated + * @param Google_Service_Fusiontables_Template $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Fusiontables_Template + */ + public function update($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) + { + $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Fusiontables_Template"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Sqlresponse.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Sqlresponse.php new file mode 100644 index 000000000..2a4c1ae84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Sqlresponse.php @@ -0,0 +1,49 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunction.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunction.php new file mode 100644 index 000000000..626c9d084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunction.php @@ -0,0 +1,72 @@ +buckets = $buckets; + } + /** + * @return Google_Service_Fusiontables_Bucket + */ + public function getBuckets() + { + return $this->buckets; + } + public function setColumnName($columnName) + { + $this->columnName = $columnName; + } + public function getColumnName() + { + return $this->columnName; + } + /** + * @param Google_Service_Fusiontables_StyleFunctionGradient + */ + public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient) + { + $this->gradient = $gradient; + } + /** + * @return Google_Service_Fusiontables_StyleFunctionGradient + */ + public function getGradient() + { + return $this->gradient; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php new file mode 100644 index 000000000..45287606a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php @@ -0,0 +1,56 @@ +colors = $colors; + } + /** + * @return Google_Service_Fusiontables_StyleFunctionGradientColors + */ + public function getColors() + { + return $this->colors; + } + public function setMax($max) + { + $this->max = $max; + } + public function getMax() + { + return $this->max; + } + public function setMin($min) + { + $this->min = $min; + } + public function getMin() + { + return $this->min; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php new file mode 100644 index 000000000..4a9fe9137 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php @@ -0,0 +1,39 @@ +color = $color; + } + public function getColor() + { + return $this->color; + } + public function setOpacity($opacity) + { + $this->opacity = $opacity; + } + public function getOpacity() + { + return $this->opacity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSetting.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSetting.php new file mode 100644 index 000000000..40d565b3e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSetting.php @@ -0,0 +1,105 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Fusiontables_PointStyle + */ + public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions) + { + $this->markerOptions = $markerOptions; + } + /** + * @return Google_Service_Fusiontables_PointStyle + */ + public function getMarkerOptions() + { + return $this->markerOptions; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Fusiontables_PolygonStyle + */ + public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions) + { + $this->polygonOptions = $polygonOptions; + } + /** + * @return Google_Service_Fusiontables_PolygonStyle + */ + public function getPolygonOptions() + { + return $this->polygonOptions; + } + /** + * @param Google_Service_Fusiontables_LineStyle + */ + public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions) + { + $this->polylineOptions = $polylineOptions; + } + /** + * @return Google_Service_Fusiontables_LineStyle + */ + public function getPolylineOptions() + { + return $this->polylineOptions; + } + public function setStyleId($styleId) + { + $this->styleId = $styleId; + } + public function getStyleId() + { + return $this->styleId; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php new file mode 100644 index 000000000..5e0405d59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Fusiontables_StyleSetting + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php new file mode 100644 index 000000000..1d1a8ba41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php @@ -0,0 +1,146 @@ +attribution = $attribution; + } + public function getAttribution() + { + return $this->attribution; + } + public function setAttributionLink($attributionLink) + { + $this->attributionLink = $attributionLink; + } + public function getAttributionLink() + { + return $this->attributionLink; + } + public function setBaseTableIds($baseTableIds) + { + $this->baseTableIds = $baseTableIds; + } + public function getBaseTableIds() + { + return $this->baseTableIds; + } + public function setColumnPropertiesJsonSchema($columnPropertiesJsonSchema) + { + $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema; + } + public function getColumnPropertiesJsonSchema() + { + return $this->columnPropertiesJsonSchema; + } + /** + * @param Google_Service_Fusiontables_Column + */ + public function setColumns($columns) + { + $this->columns = $columns; + } + /** + * @return Google_Service_Fusiontables_Column + */ + public function getColumns() + { + return $this->columns; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIsExportable($isExportable) + { + $this->isExportable = $isExportable; + } + public function getIsExportable() + { + return $this->isExportable; + } + 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 setSql($sql) + { + $this->sql = $sql; + } + public function getSql() + { + return $this->sql; + } + public function setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } + public function setTablePropertiesJson($tablePropertiesJson) + { + $this->tablePropertiesJson = $tablePropertiesJson; + } + public function getTablePropertiesJson() + { + return $this->tablePropertiesJson; + } + public function setTablePropertiesJsonSchema($tablePropertiesJsonSchema) + { + $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema; + } + public function getTablePropertiesJsonSchema() + { + return $this->tablePropertiesJsonSchema; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php new file mode 100644 index 000000000..d31297cb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Fusiontables_Table + */ + 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/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php new file mode 100644 index 000000000..3230c92df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php @@ -0,0 +1,66 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setStarted($started) + { + $this->started = $started; + } + public function getStarted() + { + return $this->started; + } + public function setTaskId($taskId) + { + $this->taskId = $taskId; + } + public function getTaskId() + { + return $this->taskId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TaskList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TaskList.php new file mode 100644 index 000000000..68fe1808d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TaskList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Fusiontables_Task + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php new file mode 100644 index 000000000..74a3e03dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php @@ -0,0 +1,76 @@ +automaticColumnNames = $automaticColumnNames; + } + public function getAutomaticColumnNames() + { + return $this->automaticColumnNames; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + 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 setTableId($tableId) + { + $this->tableId = $tableId; + } + public function getTableId() + { + return $this->tableId; + } + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + public function getTemplateId() + { + return $this->templateId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TemplateList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TemplateList.php new file mode 100644 index 000000000..577c28179 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TemplateList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Fusiontables_Template + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games.php b/vendor/google/apiclient-services/src/Google/Service/Games.php new file mode 100644 index 000000000..1a9c14591 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games.php @@ -0,0 +1,1074 @@ + + * The API for Google Play Game Services. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Games extends Google_Service +{ + /** View and manage its own configuration data in your Google Drive. */ + const DRIVE_APPDATA = + "https://www.googleapis.com/auth/drive.appdata"; + /** Create, edit, and delete your Google Play Games activity. */ + const GAMES = + "https://www.googleapis.com/auth/games"; + + public $achievementDefinitions; + public $achievements; + public $applications; + public $events; + public $leaderboards; + public $metagame; + public $players; + public $pushtokens; + public $questMilestones; + public $quests; + public $revisions; + public $rooms; + public $scores; + public $snapshots; + public $turnBasedMatches; + + /** + * Constructs the internal representation of the Games 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 = 'games/v1/'; + $this->batchPath = 'batch/games/v1'; + $this->version = 'v1'; + $this->serviceName = 'games'; + + $this->achievementDefinitions = new Google_Service_Games_Resource_AchievementDefinitions( + $this, + $this->serviceName, + 'achievementDefinitions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'achievements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->achievements = new Google_Service_Games_Resource_Achievements( + $this, + $this->serviceName, + 'achievements', + array( + 'methods' => array( + 'increment' => array( + 'path' => 'achievements/{achievementId}/increment', + 'httpMethod' => 'POST', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepsToIncrement' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'players/{playerId}/achievements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'state' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reveal' => array( + 'path' => 'achievements/{achievementId}/reveal', + 'httpMethod' => 'POST', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setStepsAtLeast' => array( + 'path' => 'achievements/{achievementId}/setStepsAtLeast', + 'httpMethod' => 'POST', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'steps' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'unlock' => array( + 'path' => 'achievements/{achievementId}/unlock', + 'httpMethod' => 'POST', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'builtinGameId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateMultiple' => array( + 'path' => 'achievements/updateMultiple', + 'httpMethod' => 'POST', + 'parameters' => array( + 'builtinGameId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->applications = new Google_Service_Games_Resource_Applications( + $this, + $this->serviceName, + 'applications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'applications/{applicationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'platformType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'played' => array( + 'path' => 'applications/played', + 'httpMethod' => 'POST', + 'parameters' => array( + 'builtinGameId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'verify' => array( + 'path' => 'applications/{applicationId}/verify', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->events = new Google_Service_Games_Resource_Events( + $this, + $this->serviceName, + 'events', + array( + 'methods' => array( + 'listByPlayer' => array( + 'path' => 'events', + 'httpMethod' => 'GET', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listDefinitions' => array( + 'path' => 'eventDefinitions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'record' => array( + 'path' => 'events', + 'httpMethod' => 'POST', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->leaderboards = new Google_Service_Games_Resource_Leaderboards( + $this, + $this->serviceName, + 'leaderboards', + array( + 'methods' => array( + 'get' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'leaderboards', + 'httpMethod' => 'GET', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->metagame = new Google_Service_Games_Resource_Metagame( + $this, + $this->serviceName, + 'metagame', + array( + 'methods' => array( + 'getMetagameConfig' => array( + 'path' => 'metagameConfig', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'listCategoriesByPlayer' => array( + 'path' => 'players/{playerId}/categories/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->players = new Google_Service_Games_Resource_Players( + $this, + $this->serviceName, + 'players', + array( + 'methods' => array( + 'get' => array( + 'path' => 'players/{playerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'players/me/players/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->pushtokens = new Google_Service_Games_Resource_Pushtokens( + $this, + $this->serviceName, + 'pushtokens', + array( + 'methods' => array( + 'remove' => array( + 'path' => 'pushtokens/remove', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'update' => array( + 'path' => 'pushtokens', + 'httpMethod' => 'PUT', + 'parameters' => array(), + ), + ) + ) + ); + $this->questMilestones = new Google_Service_Games_Resource_QuestMilestones( + $this, + $this->serviceName, + 'questMilestones', + array( + 'methods' => array( + 'claim' => array( + 'path' => 'quests/{questId}/milestones/{milestoneId}/claim', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'questId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'milestoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->quests = new Google_Service_Games_Resource_Quests( + $this, + $this->serviceName, + 'quests', + array( + 'methods' => array( + 'accept' => array( + 'path' => 'quests/{questId}/accept', + 'httpMethod' => 'POST', + 'parameters' => array( + 'questId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'players/{playerId}/quests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->revisions = new Google_Service_Games_Resource_Revisions( + $this, + $this->serviceName, + 'revisions', + array( + 'methods' => array( + 'check' => array( + 'path' => 'revisions/check', + 'httpMethod' => 'GET', + 'parameters' => array( + 'clientRevision' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->rooms = new Google_Service_Games_Resource_Rooms( + $this, + $this->serviceName, + 'rooms', + array( + 'methods' => array( + 'create' => array( + 'path' => 'rooms/create', + 'httpMethod' => 'POST', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'decline' => array( + 'path' => 'rooms/{roomId}/decline', + 'httpMethod' => 'POST', + 'parameters' => array( + 'roomId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'dismiss' => array( + 'path' => 'rooms/{roomId}/dismiss', + 'httpMethod' => 'POST', + 'parameters' => array( + 'roomId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'rooms/{roomId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'roomId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'join' => array( + 'path' => 'rooms/{roomId}/join', + 'httpMethod' => 'POST', + 'parameters' => array( + 'roomId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'leave' => array( + 'path' => 'rooms/{roomId}/leave', + 'httpMethod' => 'POST', + 'parameters' => array( + 'roomId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'rooms', + 'httpMethod' => 'GET', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reportStatus' => array( + 'path' => 'rooms/{roomId}/reportstatus', + 'httpMethod' => 'POST', + 'parameters' => array( + 'roomId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->scores = new Google_Service_Games_Resource_Scores( + $this, + $this->serviceName, + 'scores', + array( + 'methods' => array( + 'get' => array( + 'path' => 'players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'timeSpan' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeRankType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'leaderboards/{leaderboardId}/scores/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'timeSpan' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listWindow' => array( + 'path' => 'leaderboards/{leaderboardId}/window/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'timeSpan' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resultsAbove' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'returnTopIfAbsent' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'submit' => array( + 'path' => 'leaderboards/{leaderboardId}/scores', + 'httpMethod' => 'POST', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'score' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scoreTag' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'submitMultiple' => array( + 'path' => 'leaderboards/scores', + 'httpMethod' => 'POST', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->snapshots = new Google_Service_Games_Resource_Snapshots( + $this, + $this->serviceName, + 'snapshots', + array( + 'methods' => array( + 'get' => array( + 'path' => 'snapshots/{snapshotId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'snapshotId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'players/{playerId}/snapshots', + 'httpMethod' => 'GET', + 'parameters' => array( + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->turnBasedMatches = new Google_Service_Games_Resource_TurnBasedMatches( + $this, + $this->serviceName, + 'turnBasedMatches', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'turnbasedmatches/{matchId}/cancel', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'turnbasedmatches/create', + 'httpMethod' => 'POST', + 'parameters' => array( + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'decline' => array( + 'path' => 'turnbasedmatches/{matchId}/decline', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'dismiss' => array( + 'path' => 'turnbasedmatches/{matchId}/dismiss', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'finish' => array( + 'path' => 'turnbasedmatches/{matchId}/finish', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'turnbasedmatches/{matchId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeMatchData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'join' => array( + 'path' => 'turnbasedmatches/{matchId}/join', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'leave' => array( + 'path' => 'turnbasedmatches/{matchId}/leave', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'leaveTurn' => array( + 'path' => 'turnbasedmatches/{matchId}/leaveTurn', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'matchVersion' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pendingParticipantId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'turnbasedmatches', + 'httpMethod' => 'GET', + 'parameters' => array( + 'includeMatchData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxCompletedMatches' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rematch' => array( + 'path' => 'turnbasedmatches/{matchId}/rematch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sync' => array( + 'path' => 'turnbasedmatches/sync', + 'httpMethod' => 'GET', + 'parameters' => array( + 'includeMatchData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxCompletedMatches' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'takeTurn' => array( + 'path' => 'turnbasedmatches/{matchId}/turn', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matchId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.php new file mode 100644 index 000000000..3d4a55faf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.php @@ -0,0 +1,138 @@ +achievementType = $achievementType; + } + public function getAchievementType() + { + return $this->achievementType; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExperiencePoints($experiencePoints) + { + $this->experiencePoints = $experiencePoints; + } + public function getExperiencePoints() + { + return $this->experiencePoints; + } + public function setFormattedTotalSteps($formattedTotalSteps) + { + $this->formattedTotalSteps = $formattedTotalSteps; + } + public function getFormattedTotalSteps() + { + return $this->formattedTotalSteps; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInitialState($initialState) + { + $this->initialState = $initialState; + } + public function getInitialState() + { + return $this->initialState; + } + public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault) + { + $this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault; + } + public function getIsRevealedIconUrlDefault() + { + return $this->isRevealedIconUrlDefault; + } + public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault) + { + $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault; + } + public function getIsUnlockedIconUrlDefault() + { + return $this->isUnlockedIconUrlDefault; + } + 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 setRevealedIconUrl($revealedIconUrl) + { + $this->revealedIconUrl = $revealedIconUrl; + } + public function getRevealedIconUrl() + { + return $this->revealedIconUrl; + } + public function setTotalSteps($totalSteps) + { + $this->totalSteps = $totalSteps; + } + public function getTotalSteps() + { + return $this->totalSteps; + } + public function setUnlockedIconUrl($unlockedIconUrl) + { + $this->unlockedIconUrl = $unlockedIconUrl; + } + public function getUnlockedIconUrl() + { + return $this->unlockedIconUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinitionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinitionsListResponse.php new file mode 100644 index 000000000..a7d39b7b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinitionsListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_AchievementDefinition + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php new file mode 100644 index 000000000..40ca7569c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php @@ -0,0 +1,48 @@ +currentSteps = $currentSteps; + } + public function getCurrentSteps() + { + return $this->currentSteps; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewlyUnlocked($newlyUnlocked) + { + $this->newlyUnlocked = $newlyUnlocked; + } + public function getNewlyUnlocked() + { + return $this->newlyUnlocked; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementRevealResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementRevealResponse.php new file mode 100644 index 000000000..2d1dee1d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementRevealResponse.php @@ -0,0 +1,39 @@ +currentState = $currentState; + } + public function getCurrentState() + { + return $this->currentState; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementSetStepsAtLeastResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementSetStepsAtLeastResponse.php new file mode 100644 index 000000000..1a10e42f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementSetStepsAtLeastResponse.php @@ -0,0 +1,48 @@ +currentSteps = $currentSteps; + } + public function getCurrentSteps() + { + return $this->currentSteps; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewlyUnlocked($newlyUnlocked) + { + $this->newlyUnlocked = $newlyUnlocked; + } + public function getNewlyUnlocked() + { + return $this->newlyUnlocked; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUnlockResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUnlockResponse.php new file mode 100644 index 000000000..2165f3adc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUnlockResponse.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewlyUnlocked($newlyUnlocked) + { + $this->newlyUnlocked = $newlyUnlocked; + } + public function getNewlyUnlocked() + { + return $this->newlyUnlocked; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleRequest.php new file mode 100644 index 000000000..f94bba546 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleRequest.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_AchievementUpdateRequest + */ + public function setUpdates($updates) + { + $this->updates = $updates; + } + /** + * @return Google_Service_Games_AchievementUpdateRequest + */ + public function getUpdates() + { + return $this->updates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.php new file mode 100644 index 000000000..a7d0931b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_AchievementUpdateResponse + */ + public function setUpdatedAchievements($updatedAchievements) + { + $this->updatedAchievements = $updatedAchievements; + } + /** + * @return Google_Service_Games_AchievementUpdateResponse + */ + public function getUpdatedAchievements() + { + return $this->updatedAchievements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.php new file mode 100644 index 000000000..143a9f60d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.php @@ -0,0 +1,80 @@ +achievementId = $achievementId; + } + public function getAchievementId() + { + return $this->achievementId; + } + /** + * @param Google_Service_Games_GamesAchievementIncrement + */ + public function setIncrementPayload(Google_Service_Games_GamesAchievementIncrement $incrementPayload) + { + $this->incrementPayload = $incrementPayload; + } + /** + * @return Google_Service_Games_GamesAchievementIncrement + */ + public function getIncrementPayload() + { + return $this->incrementPayload; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_GamesAchievementSetStepsAtLeast + */ + public function setSetStepsAtLeastPayload(Google_Service_Games_GamesAchievementSetStepsAtLeast $setStepsAtLeastPayload) + { + $this->setStepsAtLeastPayload = $setStepsAtLeastPayload; + } + /** + * @return Google_Service_Games_GamesAchievementSetStepsAtLeast + */ + public function getSetStepsAtLeastPayload() + { + return $this->setStepsAtLeastPayload; + } + public function setUpdateType($updateType) + { + $this->updateType = $updateType; + } + public function getUpdateType() + { + return $this->updateType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php new file mode 100644 index 000000000..5259c8d3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php @@ -0,0 +1,75 @@ +achievementId = $achievementId; + } + public function getAchievementId() + { + return $this->achievementId; + } + public function setCurrentState($currentState) + { + $this->currentState = $currentState; + } + public function getCurrentState() + { + return $this->currentState; + } + public function setCurrentSteps($currentSteps) + { + $this->currentSteps = $currentSteps; + } + public function getCurrentSteps() + { + return $this->currentSteps; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewlyUnlocked($newlyUnlocked) + { + $this->newlyUnlocked = $newlyUnlocked; + } + public function getNewlyUnlocked() + { + return $this->newlyUnlocked; + } + public function setUpdateOccurred($updateOccurred) + { + $this->updateOccurred = $updateOccurred; + } + public function getUpdateOccurred() + { + return $this->updateOccurred; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AggregateStats.php b/vendor/google/apiclient-services/src/Google/Service/Games/AggregateStats.php new file mode 100644 index 000000000..f4b12a3b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AggregateStats.php @@ -0,0 +1,66 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMax($max) + { + $this->max = $max; + } + public function getMax() + { + return $this->max; + } + public function setMin($min) + { + $this->min = $min; + } + public function getMin() + { + return $this->min; + } + public function setSum($sum) + { + $this->sum = $sum; + } + public function getSum() + { + return $this->sum; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AnonymousPlayer.php b/vendor/google/apiclient-services/src/Google/Service/Games/AnonymousPlayer.php new file mode 100644 index 000000000..9650de078 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AnonymousPlayer.php @@ -0,0 +1,48 @@ +avatarImageUrl = $avatarImageUrl; + } + public function getAvatarImageUrl() + { + return $this->avatarImageUrl; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Application.php b/vendor/google/apiclient-services/src/Google/Service/Games/Application.php new file mode 100644 index 000000000..3ea234f03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Application.php @@ -0,0 +1,164 @@ + "achievement_count", + "leaderboardCount" => "leaderboard_count", + ); + public $achievementCount; + protected $assetsType = 'Google_Service_Games_ImageAsset'; + protected $assetsDataType = 'array'; + public $author; + protected $categoryType = 'Google_Service_Games_ApplicationCategory'; + protected $categoryDataType = ''; + public $description; + public $enabledFeatures; + public $id; + protected $instancesType = 'Google_Service_Games_Instance'; + protected $instancesDataType = 'array'; + public $kind; + public $lastUpdatedTimestamp; + public $leaderboardCount; + public $name; + public $themeColor; + + public function setAchievementCount($achievementCount) + { + $this->achievementCount = $achievementCount; + } + public function getAchievementCount() + { + return $this->achievementCount; + } + /** + * @param Google_Service_Games_ImageAsset + */ + public function setAssets($assets) + { + $this->assets = $assets; + } + /** + * @return Google_Service_Games_ImageAsset + */ + public function getAssets() + { + return $this->assets; + } + public function setAuthor($author) + { + $this->author = $author; + } + public function getAuthor() + { + return $this->author; + } + /** + * @param Google_Service_Games_ApplicationCategory + */ + public function setCategory(Google_Service_Games_ApplicationCategory $category) + { + $this->category = $category; + } + /** + * @return Google_Service_Games_ApplicationCategory + */ + public function getCategory() + { + return $this->category; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnabledFeatures($enabledFeatures) + { + $this->enabledFeatures = $enabledFeatures; + } + public function getEnabledFeatures() + { + return $this->enabledFeatures; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Games_Instance + */ + public function setInstances($instances) + { + $this->instances = $instances; + } + /** + * @return Google_Service_Games_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastUpdatedTimestamp($lastUpdatedTimestamp) + { + $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; + } + public function getLastUpdatedTimestamp() + { + return $this->lastUpdatedTimestamp; + } + public function setLeaderboardCount($leaderboardCount) + { + $this->leaderboardCount = $leaderboardCount; + } + public function getLeaderboardCount() + { + return $this->leaderboardCount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setThemeColor($themeColor) + { + $this->themeColor = $themeColor; + } + public function getThemeColor() + { + return $this->themeColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php b/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php new file mode 100644 index 000000000..2c244dcdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setSecondary($secondary) + { + $this->secondary = $secondary; + } + public function getSecondary() + { + return $this->secondary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationVerifyResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationVerifyResponse.php new file mode 100644 index 000000000..5fe264d82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationVerifyResponse.php @@ -0,0 +1,52 @@ + "alternate_player_id", + "playerId" => "player_id", + ); + public $alternatePlayerId; + public $kind; + public $playerId; + + public function setAlternatePlayerId($alternatePlayerId) + { + $this->alternatePlayerId = $alternatePlayerId; + } + public function getAlternatePlayerId() + { + return $this->alternatePlayerId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPlayerId($playerId) + { + $this->playerId = $playerId; + } + public function getPlayerId() + { + return $this->playerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Category.php b/vendor/google/apiclient-services/src/Google/Service/Games/Category.php new file mode 100644 index 000000000..4cf8c9860 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Category.php @@ -0,0 +1,48 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setExperiencePoints($experiencePoints) + { + $this->experiencePoints = $experiencePoints; + } + public function getExperiencePoints() + { + return $this->experiencePoints; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/CategoryListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/CategoryListResponse.php new file mode 100644 index 000000000..8e31e432e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/CategoryListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_Category + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php new file mode 100644 index 000000000..78fbf8e03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php @@ -0,0 +1,55 @@ +failureCause = $failureCause; + } + public function getFailureCause() + { + return $this->failureCause; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_EventPeriodRange + */ + public function setRange(Google_Service_Games_EventPeriodRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Games_EventPeriodRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventChild.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventChild.php new file mode 100644 index 000000000..cb6609284 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventChild.php @@ -0,0 +1,39 @@ +childId = $childId; + } + public function getChildId() + { + return $this->childId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinition.php new file mode 100644 index 000000000..77aaa156e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinition.php @@ -0,0 +1,101 @@ +childEvents = $childEvents; + } + /** + * @return Google_Service_Games_EventChild + */ + public function getChildEvents() + { + return $this->childEvents; + } + 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 setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setIsDefaultImageUrl($isDefaultImageUrl) + { + $this->isDefaultImageUrl = $isDefaultImageUrl; + } + public function getIsDefaultImageUrl() + { + return $this->isDefaultImageUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php new file mode 100644 index 000000000..cccf84bf3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_EventDefinition + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php new file mode 100644 index 000000000..acf0208c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPeriodEndMillis($periodEndMillis) + { + $this->periodEndMillis = $periodEndMillis; + } + public function getPeriodEndMillis() + { + return $this->periodEndMillis; + } + public function setPeriodStartMillis($periodStartMillis) + { + $this->periodStartMillis = $periodStartMillis; + } + public function getPeriodStartMillis() + { + return $this->periodStartMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodUpdate.php new file mode 100644 index 000000000..e15027873 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodUpdate.php @@ -0,0 +1,63 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_EventPeriodRange + */ + public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod) + { + $this->timePeriod = $timePeriod; + } + /** + * @return Google_Service_Games_EventPeriodRange + */ + public function getTimePeriod() + { + return $this->timePeriod; + } + /** + * @param Google_Service_Games_EventUpdateRequest + */ + public function setUpdates($updates) + { + $this->updates = $updates; + } + /** + * @return Google_Service_Games_EventUpdateRequest + */ + public function getUpdates() + { + return $this->updates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.php new file mode 100644 index 000000000..10d36beea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.php @@ -0,0 +1,48 @@ +eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + public function setFailureCause($failureCause) + { + $this->failureCause = $failureCause; + } + public function getFailureCause() + { + return $this->failureCause; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordRequest.php new file mode 100644 index 000000000..e3d66a6e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordRequest.php @@ -0,0 +1,65 @@ +currentTimeMillis = $currentTimeMillis; + } + public function getCurrentTimeMillis() + { + return $this->currentTimeMillis; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + /** + * @param Google_Service_Games_EventPeriodUpdate + */ + public function setTimePeriods($timePeriods) + { + $this->timePeriods = $timePeriods; + } + /** + * @return Google_Service_Games_EventPeriodUpdate + */ + public function getTimePeriods() + { + return $this->timePeriods; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.php new file mode 100644 index 000000000..2a7160fc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.php @@ -0,0 +1,48 @@ +definitionId = $definitionId; + } + public function getDefinitionId() + { + return $this->definitionId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUpdateCount($updateCount) + { + $this->updateCount = $updateCount; + } + public function getUpdateCount() + { + return $this->updateCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateResponse.php new file mode 100644 index 000000000..68797b104 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateResponse.php @@ -0,0 +1,79 @@ +batchFailures = $batchFailures; + } + /** + * @return Google_Service_Games_EventBatchRecordFailure + */ + public function getBatchFailures() + { + return $this->batchFailures; + } + /** + * @param Google_Service_Games_EventRecordFailure + */ + public function setEventFailures($eventFailures) + { + $this->eventFailures = $eventFailures; + } + /** + * @return Google_Service_Games_EventRecordFailure + */ + public function getEventFailures() + { + return $this->eventFailures; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_PlayerEvent + */ + public function setPlayerEvents($playerEvents) + { + $this->playerEvents = $playerEvents; + } + /** + * @return Google_Service_Games_PlayerEvent + */ + public function getPlayerEvents() + { + return $this->playerEvents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.php b/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.php new file mode 100644 index 000000000..e7b9e4827 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + public function setSteps($steps) + { + $this->steps = $steps; + } + public function getSteps() + { + return $this->steps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementSetStepsAtLeast.php b/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementSetStepsAtLeast.php new file mode 100644 index 000000000..19287493a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementSetStepsAtLeast.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSteps($steps) + { + $this->steps = $steps; + } + public function getSteps() + { + return $this->steps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ImageAsset.php b/vendor/google/apiclient-services/src/Google/Service/Games/ImageAsset.php new file mode 100644 index 000000000..2a9f39a06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ImageAsset.php @@ -0,0 +1,66 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + 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 setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Instance.php b/vendor/google/apiclient-services/src/Google/Service/Games/Instance.php new file mode 100644 index 000000000..83ba0b52d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Instance.php @@ -0,0 +1,123 @@ +acquisitionUri = $acquisitionUri; + } + public function getAcquisitionUri() + { + return $this->acquisitionUri; + } + /** + * @param Google_Service_Games_InstanceAndroidDetails + */ + public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance) + { + $this->androidInstance = $androidInstance; + } + /** + * @return Google_Service_Games_InstanceAndroidDetails + */ + public function getAndroidInstance() + { + return $this->androidInstance; + } + /** + * @param Google_Service_Games_InstanceIosDetails + */ + public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance) + { + $this->iosInstance = $iosInstance; + } + /** + * @return Google_Service_Games_InstanceIosDetails + */ + public function getIosInstance() + { + return $this->iosInstance; + } + 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 setPlatformType($platformType) + { + $this->platformType = $platformType; + } + public function getPlatformType() + { + return $this->platformType; + } + public function setRealtimePlay($realtimePlay) + { + $this->realtimePlay = $realtimePlay; + } + public function getRealtimePlay() + { + return $this->realtimePlay; + } + public function setTurnBasedPlay($turnBasedPlay) + { + $this->turnBasedPlay = $turnBasedPlay; + } + public function getTurnBasedPlay() + { + return $this->turnBasedPlay; + } + /** + * @param Google_Service_Games_InstanceWebDetails + */ + public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance) + { + $this->webInstance = $webInstance; + } + /** + * @return Google_Service_Games_InstanceWebDetails + */ + public function getWebInstance() + { + return $this->webInstance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.php b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.php new file mode 100644 index 000000000..65407b5ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.php @@ -0,0 +1,57 @@ +enablePiracyCheck = $enablePiracyCheck; + } + public function getEnablePiracyCheck() + { + return $this->enablePiracyCheck; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setPreferred($preferred) + { + $this->preferred = $preferred; + } + public function getPreferred() + { + return $this->preferred; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/InstanceIosDetails.php b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceIosDetails.php new file mode 100644 index 000000000..4c4d75d23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceIosDetails.php @@ -0,0 +1,84 @@ +bundleIdentifier = $bundleIdentifier; + } + public function getBundleIdentifier() + { + return $this->bundleIdentifier; + } + public function setItunesAppId($itunesAppId) + { + $this->itunesAppId = $itunesAppId; + } + public function getItunesAppId() + { + return $this->itunesAppId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPreferredForIpad($preferredForIpad) + { + $this->preferredForIpad = $preferredForIpad; + } + public function getPreferredForIpad() + { + return $this->preferredForIpad; + } + public function setPreferredForIphone($preferredForIphone) + { + $this->preferredForIphone = $preferredForIphone; + } + public function getPreferredForIphone() + { + return $this->preferredForIphone; + } + public function setSupportIpad($supportIpad) + { + $this->supportIpad = $supportIpad; + } + public function getSupportIpad() + { + return $this->supportIpad; + } + public function setSupportIphone($supportIphone) + { + $this->supportIphone = $supportIphone; + } + public function getSupportIphone() + { + return $this->supportIphone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/InstanceWebDetails.php b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceWebDetails.php new file mode 100644 index 000000000..f6d5abbe2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceWebDetails.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLaunchUrl($launchUrl) + { + $this->launchUrl = $launchUrl; + } + public function getLaunchUrl() + { + return $this->launchUrl; + } + public function setPreferred($preferred) + { + $this->preferred = $preferred; + } + public function getPreferred() + { + return $this->preferred; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Leaderboard.php b/vendor/google/apiclient-services/src/Google/Service/Games/Leaderboard.php new file mode 100644 index 000000000..ca0331bcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Leaderboard.php @@ -0,0 +1,75 @@ +iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsIconUrlDefault($isIconUrlDefault) + { + $this->isIconUrlDefault = $isIconUrlDefault; + } + public function getIsIconUrlDefault() + { + return $this->isIconUrlDefault; + } + 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 setOrder($order) + { + $this->order = $order; + } + public function getOrder() + { + return $this->order; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardEntry.php b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardEntry.php new file mode 100644 index 000000000..65ed852d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardEntry.php @@ -0,0 +1,109 @@ +formattedScore = $formattedScore; + } + public function getFormattedScore() + { + return $this->formattedScore; + } + public function setFormattedScoreRank($formattedScoreRank) + { + $this->formattedScoreRank = $formattedScoreRank; + } + public function getFormattedScoreRank() + { + return $this->formattedScoreRank; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_Player + */ + public function setPlayer(Google_Service_Games_Player $player) + { + $this->player = $player; + } + /** + * @return Google_Service_Games_Player + */ + public function getPlayer() + { + return $this->player; + } + public function setScoreRank($scoreRank) + { + $this->scoreRank = $scoreRank; + } + public function getScoreRank() + { + return $this->scoreRank; + } + public function setScoreTag($scoreTag) + { + $this->scoreTag = $scoreTag; + } + public function getScoreTag() + { + return $this->scoreTag; + } + public function setScoreValue($scoreValue) + { + $this->scoreValue = $scoreValue; + } + public function getScoreValue() + { + return $this->scoreValue; + } + public function setTimeSpan($timeSpan) + { + $this->timeSpan = $timeSpan; + } + public function getTimeSpan() + { + return $this->timeSpan; + } + public function setWriteTimestampMillis($writeTimestampMillis) + { + $this->writeTimestampMillis = $writeTimestampMillis; + } + public function getWriteTimestampMillis() + { + return $this->writeTimestampMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php new file mode 100644 index 000000000..1ef9233cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_Leaderboard + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php new file mode 100644 index 000000000..6612ae9ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php @@ -0,0 +1,66 @@ +formattedNumScores = $formattedNumScores; + } + public function getFormattedNumScores() + { + return $this->formattedNumScores; + } + public function setFormattedRank($formattedRank) + { + $this->formattedRank = $formattedRank; + } + public function getFormattedRank() + { + return $this->formattedRank; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumScores($numScores) + { + $this->numScores = $numScores; + } + public function getNumScores() + { + return $this->numScores; + } + public function setRank($rank) + { + $this->rank = $rank; + } + public function getRank() + { + return $this->rank; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScores.php b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScores.php new file mode 100644 index 000000000..207c208cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScores.php @@ -0,0 +1,90 @@ +items = $items; + } + /** + * @return Google_Service_Games_LeaderboardEntry + */ + 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; + } + public function setNumScores($numScores) + { + $this->numScores = $numScores; + } + public function getNumScores() + { + return $this->numScores; + } + /** + * @param Google_Service_Games_LeaderboardEntry + */ + public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore) + { + $this->playerScore = $playerScore; + } + /** + * @return Google_Service_Games_LeaderboardEntry + */ + public function getPlayerScore() + { + return $this->playerScore; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php b/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php new file mode 100644 index 000000000..74a07be4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php @@ -0,0 +1,56 @@ +currentVersion = $currentVersion; + } + public function getCurrentVersion() + { + return $this->currentVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_PlayerLevel + */ + public function setPlayerLevels($playerLevels) + { + $this->playerLevels = $playerLevels; + } + /** + * @return Google_Service_Games_PlayerLevel + */ + public function getPlayerLevels() + { + return $this->playerLevels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/NetworkDiagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Games/NetworkDiagnostics.php new file mode 100644 index 000000000..56526c30e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/NetworkDiagnostics.php @@ -0,0 +1,84 @@ +androidNetworkSubtype = $androidNetworkSubtype; + } + public function getAndroidNetworkSubtype() + { + return $this->androidNetworkSubtype; + } + public function setAndroidNetworkType($androidNetworkType) + { + $this->androidNetworkType = $androidNetworkType; + } + public function getAndroidNetworkType() + { + return $this->androidNetworkType; + } + public function setIosNetworkType($iosNetworkType) + { + $this->iosNetworkType = $iosNetworkType; + } + public function getIosNetworkType() + { + return $this->iosNetworkType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNetworkOperatorCode($networkOperatorCode) + { + $this->networkOperatorCode = $networkOperatorCode; + } + public function getNetworkOperatorCode() + { + return $this->networkOperatorCode; + } + public function setNetworkOperatorName($networkOperatorName) + { + $this->networkOperatorName = $networkOperatorName; + } + public function getNetworkOperatorName() + { + return $this->networkOperatorName; + } + public function setRegistrationLatencyMillis($registrationLatencyMillis) + { + $this->registrationLatencyMillis = $registrationLatencyMillis; + } + public function getRegistrationLatencyMillis() + { + return $this->registrationLatencyMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ParticipantResult.php b/vendor/google/apiclient-services/src/Google/Service/Games/ParticipantResult.php new file mode 100644 index 000000000..396102a1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ParticipantResult.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setParticipantId($participantId) + { + $this->participantId = $participantId; + } + public function getParticipantId() + { + return $this->participantId; + } + public function setPlacing($placing) + { + $this->placing = $placing; + } + public function getPlacing() + { + return $this->placing; + } + public function setResult($result) + { + $this->result = $result; + } + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PeerChannelDiagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Games/PeerChannelDiagnostics.php new file mode 100644 index 000000000..e256d468d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PeerChannelDiagnostics.php @@ -0,0 +1,114 @@ +bytesReceived = $bytesReceived; + } + /** + * @return Google_Service_Games_AggregateStats + */ + public function getBytesReceived() + { + return $this->bytesReceived; + } + /** + * @param Google_Service_Games_AggregateStats + */ + public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent) + { + $this->bytesSent = $bytesSent; + } + /** + * @return Google_Service_Games_AggregateStats + */ + public function getBytesSent() + { + return $this->bytesSent; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumMessagesLost($numMessagesLost) + { + $this->numMessagesLost = $numMessagesLost; + } + public function getNumMessagesLost() + { + return $this->numMessagesLost; + } + public function setNumMessagesReceived($numMessagesReceived) + { + $this->numMessagesReceived = $numMessagesReceived; + } + public function getNumMessagesReceived() + { + return $this->numMessagesReceived; + } + public function setNumMessagesSent($numMessagesSent) + { + $this->numMessagesSent = $numMessagesSent; + } + public function getNumMessagesSent() + { + return $this->numMessagesSent; + } + public function setNumSendFailures($numSendFailures) + { + $this->numSendFailures = $numSendFailures; + } + public function getNumSendFailures() + { + return $this->numSendFailures; + } + /** + * @param Google_Service_Games_AggregateStats + */ + public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $roundtripLatencyMillis) + { + $this->roundtripLatencyMillis = $roundtripLatencyMillis; + } + /** + * @return Google_Service_Games_AggregateStats + */ + public function getRoundtripLatencyMillis() + { + return $this->roundtripLatencyMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PeerSessionDiagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Games/PeerSessionDiagnostics.php new file mode 100644 index 000000000..53b7723d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PeerSessionDiagnostics.php @@ -0,0 +1,80 @@ +connectedTimestampMillis = $connectedTimestampMillis; + } + public function getConnectedTimestampMillis() + { + return $this->connectedTimestampMillis; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setParticipantId($participantId) + { + $this->participantId = $participantId; + } + public function getParticipantId() + { + return $this->participantId; + } + /** + * @param Google_Service_Games_PeerChannelDiagnostics + */ + public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel) + { + $this->reliableChannel = $reliableChannel; + } + /** + * @return Google_Service_Games_PeerChannelDiagnostics + */ + public function getReliableChannel() + { + return $this->reliableChannel; + } + /** + * @param Google_Service_Games_PeerChannelDiagnostics + */ + public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel) + { + $this->unreliableChannel = $unreliableChannel; + } + /** + * @return Google_Service_Games_PeerChannelDiagnostics + */ + public function getUnreliableChannel() + { + return $this->unreliableChannel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Played.php b/vendor/google/apiclient-services/src/Google/Service/Games/Played.php new file mode 100644 index 000000000..d8fbaec82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Played.php @@ -0,0 +1,48 @@ +autoMatched = $autoMatched; + } + public function getAutoMatched() + { + return $this->autoMatched; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setTimeMillis($timeMillis) + { + $this->timeMillis = $timeMillis; + } + public function getTimeMillis() + { + return $this->timeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Player.php b/vendor/google/apiclient-services/src/Google/Service/Games/Player.php new file mode 100644 index 000000000..e83fe6a6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Player.php @@ -0,0 +1,157 @@ +avatarImageUrl = $avatarImageUrl; + } + public function getAvatarImageUrl() + { + return $this->avatarImageUrl; + } + public function setBannerUrlLandscape($bannerUrlLandscape) + { + $this->bannerUrlLandscape = $bannerUrlLandscape; + } + public function getBannerUrlLandscape() + { + return $this->bannerUrlLandscape; + } + public function setBannerUrlPortrait($bannerUrlPortrait) + { + $this->bannerUrlPortrait = $bannerUrlPortrait; + } + public function getBannerUrlPortrait() + { + return $this->bannerUrlPortrait; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Games_PlayerExperienceInfo + */ + public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo) + { + $this->experienceInfo = $experienceInfo; + } + /** + * @return Google_Service_Games_PlayerExperienceInfo + */ + public function getExperienceInfo() + { + return $this->experienceInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_Played + */ + public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith) + { + $this->lastPlayedWith = $lastPlayedWith; + } + /** + * @return Google_Service_Games_Played + */ + public function getLastPlayedWith() + { + return $this->lastPlayedWith; + } + /** + * @param Google_Service_Games_PlayerName + */ + public function setName(Google_Service_Games_PlayerName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Games_PlayerName + */ + public function getName() + { + return $this->name; + } + public function setOriginalPlayerId($originalPlayerId) + { + $this->originalPlayerId = $originalPlayerId; + } + public function getOriginalPlayerId() + { + return $this->originalPlayerId; + } + public function setPlayerId($playerId) + { + $this->playerId = $playerId; + } + public function getPlayerId() + { + return $this->playerId; + } + /** + * @param Google_Service_Games_ProfileSettings + */ + public function setProfileSettings(Google_Service_Games_ProfileSettings $profileSettings) + { + $this->profileSettings = $profileSettings; + } + /** + * @return Google_Service_Games_ProfileSettings + */ + public function getProfileSettings() + { + return $this->profileSettings; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php new file mode 100644 index 000000000..d0e607b1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php @@ -0,0 +1,84 @@ +achievementState = $achievementState; + } + public function getAchievementState() + { + return $this->achievementState; + } + public function setCurrentSteps($currentSteps) + { + $this->currentSteps = $currentSteps; + } + public function getCurrentSteps() + { + return $this->currentSteps; + } + public function setExperiencePoints($experiencePoints) + { + $this->experiencePoints = $experiencePoints; + } + public function getExperiencePoints() + { + return $this->experiencePoints; + } + public function setFormattedCurrentStepsString($formattedCurrentStepsString) + { + $this->formattedCurrentStepsString = $formattedCurrentStepsString; + } + public function getFormattedCurrentStepsString() + { + return $this->formattedCurrentStepsString; + } + 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 setLastUpdatedTimestamp($lastUpdatedTimestamp) + { + $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; + } + public function getLastUpdatedTimestamp() + { + return $this->lastUpdatedTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievementListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievementListResponse.php new file mode 100644 index 000000000..e1c462bc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievementListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_PlayerAchievement + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php new file mode 100644 index 000000000..9ac5ca3ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php @@ -0,0 +1,66 @@ +definitionId = $definitionId; + } + public function getDefinitionId() + { + return $this->definitionId; + } + public function setFormattedNumEvents($formattedNumEvents) + { + $this->formattedNumEvents = $formattedNumEvents; + } + public function getFormattedNumEvents() + { + return $this->formattedNumEvents; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNumEvents($numEvents) + { + $this->numEvents = $numEvents; + } + public function getNumEvents() + { + return $this->numEvents; + } + public function setPlayerId($playerId) + { + $this->playerId = $playerId; + } + public function getPlayerId() + { + return $this->playerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEventListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEventListResponse.php new file mode 100644 index 000000000..d2853aeb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEventListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_PlayerEvent + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php new file mode 100644 index 000000000..1d94764e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php @@ -0,0 +1,80 @@ +currentExperiencePoints = $currentExperiencePoints; + } + public function getCurrentExperiencePoints() + { + return $this->currentExperiencePoints; + } + /** + * @param Google_Service_Games_PlayerLevel + */ + public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel) + { + $this->currentLevel = $currentLevel; + } + /** + * @return Google_Service_Games_PlayerLevel + */ + public function getCurrentLevel() + { + return $this->currentLevel; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) + { + $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; + } + public function getLastLevelUpTimestampMillis() + { + return $this->lastLevelUpTimestampMillis; + } + /** + * @param Google_Service_Games_PlayerLevel + */ + public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel) + { + $this->nextLevel = $nextLevel; + } + /** + * @return Google_Service_Games_PlayerLevel + */ + public function getNextLevel() + { + return $this->nextLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.php new file mode 100644 index 000000000..31106f663 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.php @@ -0,0 +1,119 @@ + "leaderboard_id", + ); + public $kind; + public $leaderboardId; + protected $publicRankType = 'Google_Service_Games_LeaderboardScoreRank'; + protected $publicRankDataType = ''; + public $scoreString; + public $scoreTag; + public $scoreValue; + protected $socialRankType = 'Google_Service_Games_LeaderboardScoreRank'; + protected $socialRankDataType = ''; + public $timeSpan; + public $writeTimestamp; + + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLeaderboardId($leaderboardId) + { + $this->leaderboardId = $leaderboardId; + } + public function getLeaderboardId() + { + return $this->leaderboardId; + } + /** + * @param Google_Service_Games_LeaderboardScoreRank + */ + public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank) + { + $this->publicRank = $publicRank; + } + /** + * @return Google_Service_Games_LeaderboardScoreRank + */ + public function getPublicRank() + { + return $this->publicRank; + } + public function setScoreString($scoreString) + { + $this->scoreString = $scoreString; + } + public function getScoreString() + { + return $this->scoreString; + } + public function setScoreTag($scoreTag) + { + $this->scoreTag = $scoreTag; + } + public function getScoreTag() + { + return $this->scoreTag; + } + public function setScoreValue($scoreValue) + { + $this->scoreValue = $scoreValue; + } + public function getScoreValue() + { + return $this->scoreValue; + } + /** + * @param Google_Service_Games_LeaderboardScoreRank + */ + public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank) + { + $this->socialRank = $socialRank; + } + /** + * @return Google_Service_Games_LeaderboardScoreRank + */ + public function getSocialRank() + { + return $this->socialRank; + } + public function setTimeSpan($timeSpan) + { + $this->timeSpan = $timeSpan; + } + public function getTimeSpan() + { + return $this->timeSpan; + } + public function setWriteTimestamp($writeTimestamp) + { + $this->writeTimestamp = $writeTimestamp; + } + public function getWriteTimestamp() + { + return $this->writeTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php new file mode 100644 index 000000000..bd90edef3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php @@ -0,0 +1,72 @@ +items = $items; + } + /** + * @return Google_Service_Games_PlayerLeaderboardScore + */ + 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; + } + /** + * @param Google_Service_Games_Player + */ + public function setPlayer(Google_Service_Games_Player $player) + { + $this->player = $player; + } + /** + * @return Google_Service_Games_Player + */ + public function getPlayer() + { + return $this->player; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.php new file mode 100644 index 000000000..4f98947ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setMaxExperiencePoints($maxExperiencePoints) + { + $this->maxExperiencePoints = $maxExperiencePoints; + } + public function getMaxExperiencePoints() + { + return $this->maxExperiencePoints; + } + public function setMinExperiencePoints($minExperiencePoints) + { + $this->minExperiencePoints = $minExperiencePoints; + } + public function getMinExperiencePoints() + { + return $this->minExperiencePoints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerListResponse.php new file mode 100644 index 000000000..1bd5b6420 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_Player + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php new file mode 100644 index 000000000..a5df77dbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php @@ -0,0 +1,39 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScore.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScore.php new file mode 100644 index 000000000..51d7baf76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScore.php @@ -0,0 +1,66 @@ +formattedScore = $formattedScore; + } + public function getFormattedScore() + { + return $this->formattedScore; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setScoreTag($scoreTag) + { + $this->scoreTag = $scoreTag; + } + public function getScoreTag() + { + return $this->scoreTag; + } + public function setTimeSpan($timeSpan) + { + $this->timeSpan = $timeSpan; + } + public function getTimeSpan() + { + return $this->timeSpan; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreListResponse.php new file mode 100644 index 000000000..4ae8d8f92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_PlayerScoreResponse + */ + public function setSubmittedScores($submittedScores) + { + $this->submittedScores = $submittedScores; + } + /** + * @return Google_Service_Games_PlayerScoreResponse + */ + public function getSubmittedScores() + { + return $this->submittedScores; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.php new file mode 100644 index 000000000..b30f8f725 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.php @@ -0,0 +1,83 @@ +beatenScoreTimeSpans = $beatenScoreTimeSpans; + } + public function getBeatenScoreTimeSpans() + { + return $this->beatenScoreTimeSpans; + } + public function setFormattedScore($formattedScore) + { + $this->formattedScore = $formattedScore; + } + public function getFormattedScore() + { + return $this->formattedScore; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLeaderboardId($leaderboardId) + { + $this->leaderboardId = $leaderboardId; + } + public function getLeaderboardId() + { + return $this->leaderboardId; + } + public function setScoreTag($scoreTag) + { + $this->scoreTag = $scoreTag; + } + public function getScoreTag() + { + return $this->scoreTag; + } + /** + * @param Google_Service_Games_PlayerScore + */ + public function setUnbeatenScores($unbeatenScores) + { + $this->unbeatenScores = $unbeatenScores; + } + /** + * @return Google_Service_Games_PlayerScore + */ + public function getUnbeatenScores() + { + return $this->unbeatenScores; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.php new file mode 100644 index 000000000..c255821e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_ScoreSubmission + */ + public function setScores($scores) + { + $this->scores = $scores; + } + /** + * @return Google_Service_Games_ScoreSubmission + */ + public function getScores() + { + return $this->scores; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.php b/vendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.php new file mode 100644 index 000000000..a90d69352 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProfileVisible($profileVisible) + { + $this->profileVisible = $profileVisible; + } + public function getProfileVisible() + { + return $this->profileVisible; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PushToken.php b/vendor/google/apiclient-services/src/Google/Service/Games/PushToken.php new file mode 100644 index 000000000..cfa3a01db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PushToken.php @@ -0,0 +1,64 @@ +clientRevision = $clientRevision; + } + public function getClientRevision() + { + return $this->clientRevision; + } + /** + * @param Google_Service_Games_PushTokenId + */ + public function setId(Google_Service_Games_PushTokenId $id) + { + $this->id = $id; + } + /** + * @return Google_Service_Games_PushTokenId + */ + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php new file mode 100644 index 000000000..6f7a2c107 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php @@ -0,0 +1,46 @@ +ios = $ios; + } + /** + * @return Google_Service_Games_PushTokenIdIos + */ + public function getIos() + { + return $this->ios; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php new file mode 100644 index 000000000..3aac75fd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php @@ -0,0 +1,43 @@ + "apns_device_token", + "apnsEnvironment" => "apns_environment", + ); + public $apnsDeviceToken; + public $apnsEnvironment; + + public function setApnsDeviceToken($apnsDeviceToken) + { + $this->apnsDeviceToken = $apnsDeviceToken; + } + public function getApnsDeviceToken() + { + return $this->apnsDeviceToken; + } + public function setApnsEnvironment($apnsEnvironment) + { + $this->apnsEnvironment = $apnsEnvironment; + } + public function getApnsEnvironment() + { + return $this->apnsEnvironment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Quest.php b/vendor/google/apiclient-services/src/Google/Service/Games/Quest.php new file mode 100644 index 000000000..fc8a45ff2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Quest.php @@ -0,0 +1,173 @@ +acceptedTimestampMillis = $acceptedTimestampMillis; + } + public function getAcceptedTimestampMillis() + { + return $this->acceptedTimestampMillis; + } + public function setApplicationId($applicationId) + { + $this->applicationId = $applicationId; + } + public function getApplicationId() + { + return $this->applicationId; + } + public function setBannerUrl($bannerUrl) + { + $this->bannerUrl = $bannerUrl; + } + public function getBannerUrl() + { + return $this->bannerUrl; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEndTimestampMillis($endTimestampMillis) + { + $this->endTimestampMillis = $endTimestampMillis; + } + public function getEndTimestampMillis() + { + return $this->endTimestampMillis; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsDefaultBannerUrl($isDefaultBannerUrl) + { + $this->isDefaultBannerUrl = $isDefaultBannerUrl; + } + public function getIsDefaultBannerUrl() + { + return $this->isDefaultBannerUrl; + } + public function setIsDefaultIconUrl($isDefaultIconUrl) + { + $this->isDefaultIconUrl = $isDefaultIconUrl; + } + public function getIsDefaultIconUrl() + { + return $this->isDefaultIconUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) + { + $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; + } + public function getLastUpdatedTimestampMillis() + { + return $this->lastUpdatedTimestampMillis; + } + /** + * @param Google_Service_Games_QuestMilestone + */ + public function setMilestones($milestones) + { + $this->milestones = $milestones; + } + /** + * @return Google_Service_Games_QuestMilestone + */ + public function getMilestones() + { + return $this->milestones; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotifyTimestampMillis($notifyTimestampMillis) + { + $this->notifyTimestampMillis = $notifyTimestampMillis; + } + public function getNotifyTimestampMillis() + { + return $this->notifyTimestampMillis; + } + public function setStartTimestampMillis($startTimestampMillis) + { + $this->startTimestampMillis = $startTimestampMillis; + } + public function getStartTimestampMillis() + { + return $this->startTimestampMillis; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php new file mode 100644 index 000000000..15dee4f8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php @@ -0,0 +1,48 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/QuestCriterion.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestCriterion.php new file mode 100644 index 000000000..9c3d1e4ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestCriterion.php @@ -0,0 +1,87 @@ +completionContribution = $completionContribution; + } + /** + * @return Google_Service_Games_QuestContribution + */ + public function getCompletionContribution() + { + return $this->completionContribution; + } + /** + * @param Google_Service_Games_QuestContribution + */ + public function setCurrentContribution(Google_Service_Games_QuestContribution $currentContribution) + { + $this->currentContribution = $currentContribution; + } + /** + * @return Google_Service_Games_QuestContribution + */ + public function getCurrentContribution() + { + return $this->currentContribution; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_Games_QuestContribution + */ + public function setInitialPlayerProgress(Google_Service_Games_QuestContribution $initialPlayerProgress) + { + $this->initialPlayerProgress = $initialPlayerProgress; + } + /** + * @return Google_Service_Games_QuestContribution + */ + public function getInitialPlayerProgress() + { + return $this->initialPlayerProgress; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php new file mode 100644 index 000000000..c7a7a36e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_Quest + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php new file mode 100644 index 000000000..ed4a4c7ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php @@ -0,0 +1,74 @@ +completionRewardData = $completionRewardData; + } + public function getCompletionRewardData() + { + return $this->completionRewardData; + } + /** + * @param Google_Service_Games_QuestCriterion + */ + public function setCriteria($criteria) + { + $this->criteria = $criteria; + } + /** + * @return Google_Service_Games_QuestCriterion + */ + public function getCriteria() + { + return $this->criteria; + } + 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 setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.php new file mode 100644 index 000000000..ee7e5dab1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.php @@ -0,0 +1,48 @@ + + * $gamesService = new Google_Service_Games(...); + * $achievementDefinitions = $gamesService->achievementDefinitions; + * + */ +class Google_Service_Games_Resource_AchievementDefinitions extends Google_Service_Resource +{ + /** + * Lists all the achievement definitions for your application. + * (achievementDefinitions.listAchievementDefinitions) + * + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of achievement resources to + * return in the response, used for paging. For any response, the actual number + * of achievement resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_AchievementDefinitionsListResponse + */ + public function listAchievementDefinitions($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_AchievementDefinitionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Achievements.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Achievements.php new file mode 100644 index 000000000..505a7f85f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Achievements.php @@ -0,0 +1,137 @@ + + * $gamesService = new Google_Service_Games(...); + * $achievements = $gamesService->achievements; + * + */ +class Google_Service_Games_Resource_Achievements extends Google_Service_Resource +{ + /** + * Increments the steps of the achievement with the given ID for the currently + * authenticated player. (achievements.increment) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param int $stepsToIncrement The number of steps to increment. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A randomly generated numeric ID for each request + * specified by the caller. This number is used at the server to ensure that the + * request is handled correctly across retries. + * @return Google_Service_Games_AchievementIncrementResponse + */ + public function increment($achievementId, $stepsToIncrement, $optParams = array()) + { + $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement); + $params = array_merge($params, $optParams); + return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse"); + } + /** + * Lists the progress for all your application's achievements for the currently + * authenticated player. (achievements.listAchievements) + * + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of achievement resources to + * return in the response, used for paging. For any response, the actual number + * of achievement resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @opt_param string state Tells the server to return only achievements with the + * specified state. If this parameter isn't specified, all achievements are + * returned. + * @return Google_Service_Games_PlayerAchievementListResponse + */ + public function listAchievements($playerId, $optParams = array()) + { + $params = array('playerId' => $playerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse"); + } + /** + * Sets the state of the achievement with the given ID to REVEALED for the + * currently authenticated player. (achievements.reveal) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param array $optParams Optional parameters. + * @return Google_Service_Games_AchievementRevealResponse + */ + public function reveal($achievementId, $optParams = array()) + { + $params = array('achievementId' => $achievementId); + $params = array_merge($params, $optParams); + return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse"); + } + /** + * Sets the steps for the currently authenticated player towards unlocking an + * achievement. If the steps parameter is less than the current number of steps + * that the player already gained for the achievement, the achievement is not + * modified. (achievements.setStepsAtLeast) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param int $steps The minimum value to set the steps to. + * @param array $optParams Optional parameters. + * @return Google_Service_Games_AchievementSetStepsAtLeastResponse + */ + public function setStepsAtLeast($achievementId, $steps, $optParams = array()) + { + $params = array('achievementId' => $achievementId, 'steps' => $steps); + $params = array_merge($params, $optParams); + return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse"); + } + /** + * Unlocks this achievement for the currently authenticated player. + * (achievements.unlock) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param array $optParams Optional parameters. + * + * @opt_param string builtinGameId Override used only by built-in games in Play + * Games application. + * @return Google_Service_Games_AchievementUnlockResponse + */ + public function unlock($achievementId, $optParams = array()) + { + $params = array('achievementId' => $achievementId); + $params = array_merge($params, $optParams); + return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse"); + } + /** + * Updates multiple achievements for the currently authenticated player. + * (achievements.updateMultiple) + * + * @param Google_Service_Games_AchievementUpdateMultipleRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string builtinGameId Override used only by built-in games in Play + * Games application. + * @return Google_Service_Games_AchievementUpdateMultipleResponse + */ + public function updateMultiple(Google_Service_Games_AchievementUpdateMultipleRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateMultiple', array($params), "Google_Service_Games_AchievementUpdateMultipleResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Applications.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Applications.php new file mode 100644 index 000000000..2a3a0f1aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Applications.php @@ -0,0 +1,80 @@ + + * $gamesService = new Google_Service_Games(...); + * $applications = $gamesService->applications; + * + */ +class Google_Service_Games_Resource_Applications extends Google_Service_Resource +{ + /** + * Retrieves the metadata of the application with the given ID. If the requested + * application is not available for the specified platformType, the returned + * response will not include any instance data. (applications.get) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param string platformType Restrict application details returned to the + * specific platform. + * @return Google_Service_Games_Application + */ + public function get($applicationId, $optParams = array()) + { + $params = array('applicationId' => $applicationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_Application"); + } + /** + * Indicate that the the currently authenticated user is playing your + * application. (applications.played) + * + * @param array $optParams Optional parameters. + * + * @opt_param string builtinGameId Override used only by built-in games in Play + * Games application. + */ + public function played($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('played', array($params)); + } + /** + * Verifies the auth token provided with this request is for the application + * with the specified ID, and returns the ID of the player it was granted for. + * (applications.verify) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param array $optParams Optional parameters. + * @return Google_Service_Games_ApplicationVerifyResponse + */ + public function verify($applicationId, $optParams = array()) + { + $params = array('applicationId' => $applicationId); + $params = array_merge($params, $optParams); + return $this->call('verify', array($params), "Google_Service_Games_ApplicationVerifyResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Events.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Events.php new file mode 100644 index 000000000..906d47640 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Events.php @@ -0,0 +1,85 @@ + + * $gamesService = new Google_Service_Games(...); + * $events = $gamesService->events; + * + */ +class Google_Service_Games_Resource_Events extends Google_Service_Resource +{ + /** + * Returns a list showing the current progress on events in this application for + * the currently authenticated user. (events.listByPlayer) + * + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of events to return in the + * response, used for paging. For any response, the actual number of events to + * return may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_PlayerEventListResponse + */ + public function listByPlayer($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse"); + } + /** + * Returns a list of the event definitions in this application. + * (events.listDefinitions) + * + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of event definitions to return + * in the response, used for paging. For any response, the actual number of + * event definitions to return may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_EventDefinitionListResponse + */ + public function listDefinitions($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse"); + } + /** + * Records a batch of changes to the number of times events have occurred for + * the currently authenticated user of this application. (events.record) + * + * @param Google_Service_Games_EventRecordRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_EventUpdateResponse + */ + public function record(Google_Service_Games_EventRecordRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Leaderboards.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Leaderboards.php new file mode 100644 index 000000000..eeb7be432 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Leaderboards.php @@ -0,0 +1,65 @@ + + * $gamesService = new Google_Service_Games(...); + * $leaderboards = $gamesService->leaderboards; + * + */ +class Google_Service_Games_Resource_Leaderboards extends Google_Service_Resource +{ + /** + * Retrieves the metadata of the leaderboard with the given ID. + * (leaderboards.get) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Leaderboard + */ + public function get($leaderboardId, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_Leaderboard"); + } + /** + * Lists all the leaderboard metadata for your application. + * (leaderboards.listLeaderboards) + * + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of leaderboards to return in the + * response. For any response, the actual number of leaderboards returned may be + * less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_LeaderboardListResponse + */ + public function listLeaderboards($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_LeaderboardListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Metagame.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Metagame.php new file mode 100644 index 000000000..30693c1b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Metagame.php @@ -0,0 +1,65 @@ + + * $gamesService = new Google_Service_Games(...); + * $metagame = $gamesService->metagame; + * + */ +class Google_Service_Games_Resource_Metagame extends Google_Service_Resource +{ + /** + * Return the metagame configuration data for the calling application. + * (metagame.getMetagameConfig) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Games_MetagameConfig + */ + public function getMetagameConfig($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig"); + } + /** + * List play data aggregated per category for the player corresponding to + * playerId. (metagame.listCategoriesByPlayer) + * + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param string $collection The collection of categories for which data will be + * returned. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of category resources to return + * in the response, used for paging. For any response, the actual number of + * category resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_CategoryListResponse + */ + public function listCategoriesByPlayer($playerId, $collection, $optParams = array()) + { + $params = array('playerId' => $playerId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Players.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Players.php new file mode 100644 index 000000000..8e5927c6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Players.php @@ -0,0 +1,67 @@ + + * $gamesService = new Google_Service_Games(...); + * $players = $gamesService->players; + * + */ +class Google_Service_Games_Resource_Players extends Google_Service_Resource +{ + /** + * Retrieves the Player resource with the given ID. To retrieve the player for + * the currently authenticated user, set playerId to me. (players.get) + * + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Player + */ + public function get($playerId, $optParams = array()) + { + $params = array('playerId' => $playerId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_Player"); + } + /** + * Get the collection of players for the currently authenticated user. + * (players.listPlayers) + * + * @param string $collection Collection of players being retrieved + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of player resources to return in + * the response, used for paging. For any response, the actual number of player + * resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_PlayerListResponse + */ + public function listPlayers($collection, $optParams = array()) + { + $params = array('collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_PlayerListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Pushtokens.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Pushtokens.php new file mode 100644 index 000000000..5e9f89a36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Pushtokens.php @@ -0,0 +1,54 @@ + + * $gamesService = new Google_Service_Games(...); + * $pushtokens = $gamesService->pushtokens; + * + */ +class Google_Service_Games_Resource_Pushtokens extends Google_Service_Resource +{ + /** + * Removes a push token for the current user and application. Removing a non- + * existent push token will report success. (pushtokens.remove) + * + * @param Google_Service_Games_PushTokenId $postBody + * @param array $optParams Optional parameters. + */ + public function remove(Google_Service_Games_PushTokenId $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('remove', array($params)); + } + /** + * Registers a push token for the current user and application. + * (pushtokens.update) + * + * @param Google_Service_Games_PushToken $postBody + * @param array $optParams Optional parameters. + */ + public function update(Google_Service_Games_PushToken $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/QuestMilestones.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/QuestMilestones.php new file mode 100644 index 000000000..62b9e22a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/QuestMilestones.php @@ -0,0 +1,46 @@ + + * $gamesService = new Google_Service_Games(...); + * $questMilestones = $gamesService->questMilestones; + * + */ +class Google_Service_Games_Resource_QuestMilestones extends Google_Service_Resource +{ + /** + * Report that a reward for the milestone corresponding to milestoneId for the + * quest corresponding to questId has been claimed by the currently authorized + * user. (questMilestones.claim) + * + * @param string $questId The ID of the quest. + * @param string $milestoneId The ID of the milestone. + * @param string $requestId A numeric ID to ensure that the request is handled + * correctly across retries. Your client application must generate this ID + * randomly. + * @param array $optParams Optional parameters. + */ + public function claim($questId, $milestoneId, $requestId, $optParams = array()) + { + $params = array('questId' => $questId, 'milestoneId' => $milestoneId, 'requestId' => $requestId); + $params = array_merge($params, $optParams); + return $this->call('claim', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Quests.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Quests.php new file mode 100644 index 000000000..30d9ae6e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Quests.php @@ -0,0 +1,68 @@ + + * $gamesService = new Google_Service_Games(...); + * $quests = $gamesService->quests; + * + */ +class Google_Service_Games_Resource_Quests extends Google_Service_Resource +{ + /** + * Indicates that the currently authorized user will participate in the quest. + * (quests.accept) + * + * @param string $questId The ID of the quest. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Quest + */ + public function accept($questId, $optParams = array()) + { + $params = array('questId' => $questId); + $params = array_merge($params, $optParams); + return $this->call('accept', array($params), "Google_Service_Games_Quest"); + } + /** + * Get a list of quests for your application and the currently authenticated + * player. (quests.listQuests) + * + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of quest resources to return in + * the response, used for paging. For any response, the actual number of quest + * resources returned may be less than the specified maxResults. Acceptable + * values are 1 to 50, inclusive. (Default: 50). + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_QuestListResponse + */ + public function listQuests($playerId, $optParams = array()) + { + $params = array('playerId' => $playerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_QuestListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Revisions.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Revisions.php new file mode 100644 index 000000000..46af1c1c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Revisions.php @@ -0,0 +1,45 @@ + + * $gamesService = new Google_Service_Games(...); + * $revisions = $gamesService->revisions; + * + */ +class Google_Service_Games_Resource_Revisions extends Google_Service_Resource +{ + /** + * Checks whether the games client is out of date. (revisions.check) + * + * @param string $clientRevision The revision of the client SDK used by your + * application. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of + * PLATFORM_TYPE are: - "ANDROID" - Client is running the Android SDK. - + * "IOS" - Client is running the iOS SDK. - "WEB_APP" - Client is running as a + * Web App. + * @param array $optParams Optional parameters. + * @return Google_Service_Games_RevisionCheckResponse + */ + public function check($clientRevision, $optParams = array()) + { + $params = array('clientRevision' => $clientRevision); + $params = array_merge($params, $optParams); + return $this->call('check', array($params), "Google_Service_Games_RevisionCheckResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Rooms.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Rooms.php new file mode 100644 index 000000000..2cc220439 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Rooms.php @@ -0,0 +1,165 @@ + + * $gamesService = new Google_Service_Games(...); + * $rooms = $gamesService->rooms; + * + */ +class Google_Service_Games_Resource_Rooms extends Google_Service_Resource +{ + /** + * Create a room. For internal use by the Games SDK only. Calling this method + * directly is unsupported. (rooms.create) + * + * @param Google_Service_Games_RoomCreateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Room + */ + public function create(Google_Service_Games_RoomCreateRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Games_Room"); + } + /** + * Decline an invitation to join a room. For internal use by the Games SDK only. + * Calling this method directly is unsupported. (rooms.decline) + * + * @param string $roomId The ID of the room. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Room + */ + public function decline($roomId, $optParams = array()) + { + $params = array('roomId' => $roomId); + $params = array_merge($params, $optParams); + return $this->call('decline', array($params), "Google_Service_Games_Room"); + } + /** + * Dismiss an invitation to join a room. For internal use by the Games SDK only. + * Calling this method directly is unsupported. (rooms.dismiss) + * + * @param string $roomId The ID of the room. + * @param array $optParams Optional parameters. + */ + public function dismiss($roomId, $optParams = array()) + { + $params = array('roomId' => $roomId); + $params = array_merge($params, $optParams); + return $this->call('dismiss', array($params)); + } + /** + * Get the data for a room. (rooms.get) + * + * @param string $roomId The ID of the room. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Room + */ + public function get($roomId, $optParams = array()) + { + $params = array('roomId' => $roomId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_Room"); + } + /** + * Join a room. For internal use by the Games SDK only. Calling this method + * directly is unsupported. (rooms.join) + * + * @param string $roomId The ID of the room. + * @param Google_Service_Games_RoomJoinRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Room + */ + public function join($roomId, Google_Service_Games_RoomJoinRequest $postBody, $optParams = array()) + { + $params = array('roomId' => $roomId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('join', array($params), "Google_Service_Games_Room"); + } + /** + * Leave a room. For internal use by the Games SDK only. Calling this method + * directly is unsupported. (rooms.leave) + * + * @param string $roomId The ID of the room. + * @param Google_Service_Games_RoomLeaveRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Room + */ + public function leave($roomId, Google_Service_Games_RoomLeaveRequest $postBody, $optParams = array()) + { + $params = array('roomId' => $roomId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('leave', array($params), "Google_Service_Games_Room"); + } + /** + * Returns invitations to join rooms. (rooms.listRooms) + * + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of rooms to return in the + * response, used for paging. For any response, the actual number of rooms to + * return may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_RoomList + */ + public function listRooms($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_RoomList"); + } + /** + * Updates sent by a client reporting the status of peers in a room. For + * internal use by the Games SDK only. Calling this method directly is + * unsupported. (rooms.reportStatus) + * + * @param string $roomId The ID of the room. + * @param Google_Service_Games_RoomP2PStatuses $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_RoomStatus + */ + public function reportStatus($roomId, Google_Service_Games_RoomP2PStatuses $postBody, $optParams = array()) + { + $params = array('roomId' => $roomId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reportStatus', array($params), "Google_Service_Games_RoomStatus"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Scores.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Scores.php new file mode 100644 index 000000000..8c931602a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Scores.php @@ -0,0 +1,153 @@ + + * $gamesService = new Google_Service_Games(...); + * $scores = $gamesService->scores; + * + */ +class Google_Service_Games_Resource_Scores extends Google_Service_Resource +{ + /** + * Get high scores, and optionally ranks, in leaderboards for the currently + * authenticated player. For a specific time span, leaderboardId can be set to + * ALL to retrieve data for all leaderboards in a given time span. NOTE: You + * cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; + * only one parameter may be set to 'ALL'. (scores.get) + * + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param string $leaderboardId The ID of the leaderboard. Can be set to 'ALL' + * to retrieve data for all leaderboards for this application. + * @param string $timeSpan The time span for the scores and ranks you're + * requesting. + * @param array $optParams Optional parameters. + * + * @opt_param string includeRankType The types of ranks to return. If the + * parameter is omitted, no ranks will be returned. + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of leaderboard scores to return + * in the response. For any response, the actual number of leaderboard scores + * returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_PlayerLeaderboardScoreListResponse + */ + public function get($playerId, $leaderboardId, $timeSpan, $optParams = array()) + { + $params = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse"); + } + /** + * Lists the scores in a leaderboard, starting from the top. (scores.listScores) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param string $collection The collection of scores you're requesting. + * @param string $timeSpan The time span for the scores and ranks you're + * requesting. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of leaderboard scores to return + * in the response. For any response, the actual number of leaderboard scores + * returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_LeaderboardScores + */ + public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores"); + } + /** + * Lists the scores in a leaderboard around (and including) a player's score. + * (scores.listWindow) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param string $collection The collection of scores you're requesting. + * @param string $timeSpan The time span for the scores and ranks you're + * requesting. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of leaderboard scores to return + * in the response. For any response, the actual number of leaderboard scores + * returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @opt_param int resultsAbove The preferred number of scores to return above + * the player's score. More scores may be returned if the player is at the + * bottom of the leaderboard; fewer may be returned if the player is at the top. + * Must be less than or equal to maxResults. + * @opt_param bool returnTopIfAbsent True if the top scores should be returned + * when the player is not in the leaderboard. Defaults to true. + * @return Google_Service_Games_LeaderboardScores + */ + public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); + $params = array_merge($params, $optParams); + return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores"); + } + /** + * Submits a score to the specified leaderboard. (scores.submit) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param string $score The score you're submitting. The submitted score is + * ignored if it is worse than a previously submitted score, where worse depends + * on the leaderboard sort order. The meaning of the score value depends on the + * leaderboard format type. For fixed-point, the score represents the raw value. + * For time, the score represents elapsed time in milliseconds. For currency, + * the score represents a value in micro units. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param string scoreTag Additional information about the score you're + * submitting. Values must contain no more than 64 URI-safe characters as + * defined by section 2.3 of RFC 3986. + * @return Google_Service_Games_PlayerScoreResponse + */ + public function submit($leaderboardId, $score, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId, 'score' => $score); + $params = array_merge($params, $optParams); + return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse"); + } + /** + * Submits multiple scores to leaderboards. (scores.submitMultiple) + * + * @param Google_Service_Games_PlayerScoreSubmissionList $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_PlayerScoreListResponse + */ + public function submitMultiple(Google_Service_Games_PlayerScoreSubmissionList $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('submitMultiple', array($params), "Google_Service_Games_PlayerScoreListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Snapshots.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Snapshots.php new file mode 100644 index 000000000..f9e00cd34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Snapshots.php @@ -0,0 +1,66 @@ + + * $gamesService = new Google_Service_Games(...); + * $snapshots = $gamesService->snapshots; + * + */ +class Google_Service_Games_Resource_Snapshots extends Google_Service_Resource +{ + /** + * Retrieves the metadata for a given snapshot ID. (snapshots.get) + * + * @param string $snapshotId The ID of the snapshot. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_Snapshot + */ + public function get($snapshotId, $optParams = array()) + { + $params = array('snapshotId' => $snapshotId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_Snapshot"); + } + /** + * Retrieves a list of snapshots created by your application for the player + * corresponding to the player ID. (snapshots.listSnapshots) + * + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxResults The maximum number of snapshot resources to return + * in the response, used for paging. For any response, the actual number of + * snapshot resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_SnapshotListResponse + */ + public function listSnapshots($playerId, $optParams = array()) + { + $params = array('playerId' => $playerId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/TurnBasedMatches.php b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/TurnBasedMatches.php new file mode 100644 index 000000000..9e32542b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/TurnBasedMatches.php @@ -0,0 +1,274 @@ + + * $gamesService = new Google_Service_Games(...); + * $turnBasedMatches = $gamesService->turnBasedMatches; + * + */ +class Google_Service_Games_Resource_TurnBasedMatches extends Google_Service_Resource +{ + /** + * Cancel a turn-based match. (turnBasedMatches.cancel) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + */ + public function cancel($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params)); + } + /** + * Create a turn-based match. (turnBasedMatches.create) + * + * @param Google_Service_Games_TurnBasedMatchCreateRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function create(Google_Service_Games_TurnBasedMatchCreateRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Decline an invitation to play a turn-based match. (turnBasedMatches.decline) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function decline($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('decline', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Dismiss a turn-based match from the match list. The match will no longer show + * up in the list and will not generate notifications. + * (turnBasedMatches.dismiss) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + */ + public function dismiss($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('dismiss', array($params)); + } + /** + * Finish a turn-based match. Each player should make this call once, after all + * results are in. Only the player whose turn it is may make the first call to + * Finish, and can pass in the final match state. (turnBasedMatches.finish) + * + * @param string $matchId The ID of the match. + * @param Google_Service_Games_TurnBasedMatchResults $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function finish($matchId, Google_Service_Games_TurnBasedMatchResults $postBody, $optParams = array()) + { + $params = array('matchId' => $matchId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('finish', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Get the data for a turn-based match. (turnBasedMatches.get) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeMatchData Get match data along with metadata. + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function get($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Join a turn-based match. (turnBasedMatches.join) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function join($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('join', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Leave a turn-based match when it is not the current player's turn, without + * canceling the match. (turnBasedMatches.leave) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function leave($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('leave', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Leave a turn-based match during the current player's turn, without canceling + * the match. (turnBasedMatches.leaveTurn) + * + * @param string $matchId The ID of the match. + * @param int $matchVersion The version of the match being updated. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param string pendingParticipantId The ID of another participant who + * should take their turn next. If not set, the match will wait for other + * player(s) to join via automatching; this is only valid if automatch criteria + * is set on the match with remaining slots for automatched players. + * @return Google_Service_Games_TurnBasedMatch + */ + public function leaveTurn($matchId, $matchVersion, $optParams = array()) + { + $params = array('matchId' => $matchId, 'matchVersion' => $matchVersion); + $params = array_merge($params, $optParams); + return $this->call('leaveTurn', array($params), "Google_Service_Games_TurnBasedMatch"); + } + /** + * Returns turn-based matches the player is or was involved in. + * (turnBasedMatches.listTurnBasedMatches) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool includeMatchData True if match data should be returned in the + * response. Note that not all data will necessarily be returned if + * include_match_data is true; the server may decide to only return data for + * some of the matches to limit download size for the client. The remainder of + * the data for these matches will be retrievable on request. + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxCompletedMatches The maximum number of completed or + * canceled matches to return in the response. If not set, all matches returned + * could be completed or canceled. + * @opt_param int maxResults The maximum number of matches to return in the + * response, used for paging. For any response, the actual number of matches to + * return may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_TurnBasedMatchList + */ + public function listTurnBasedMatches($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Games_TurnBasedMatchList"); + } + /** + * Create a rematch of a match that was previously completed, with the same + * participants. This can be called by only one player on a match still in their + * list; the player must have called Finish first. Returns the newly created + * match; it will be the caller's turn. (turnBasedMatches.rematch) + * + * @param string $matchId The ID of the match. + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param string requestId A randomly generated numeric ID for each request + * specified by the caller. This number is used at the server to ensure that the + * request is handled correctly across retries. + * @return Google_Service_Games_TurnBasedMatchRematch + */ + public function rematch($matchId, $optParams = array()) + { + $params = array('matchId' => $matchId); + $params = array_merge($params, $optParams); + return $this->call('rematch', array($params), "Google_Service_Games_TurnBasedMatchRematch"); + } + /** + * Returns turn-based matches the player is or was involved in that changed + * since the last sync call, with the least recent changes coming first. Matches + * that should be removed from the local cache will have a status of + * MATCH_DELETED. (turnBasedMatches.sync) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool includeMatchData True if match data should be returned in the + * response. Note that not all data will necessarily be returned if + * include_match_data is true; the server may decide to only return data for + * some of the matches to limit download size for the client. The remainder of + * the data for these matches will be retrievable on request. + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @opt_param int maxCompletedMatches The maximum number of completed or + * canceled matches to return in the response. If not set, all matches returned + * could be completed or canceled. + * @opt_param int maxResults The maximum number of matches to return in the + * response, used for paging. For any response, the actual number of matches to + * return may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_Games_TurnBasedMatchSync + */ + public function sync($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('sync', array($params), "Google_Service_Games_TurnBasedMatchSync"); + } + /** + * Commit the results of a player turn. (turnBasedMatches.takeTurn) + * + * @param string $matchId The ID of the match. + * @param Google_Service_Games_TurnBasedMatchTurn $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string language The preferred language to use for strings returned + * by this method. + * @return Google_Service_Games_TurnBasedMatch + */ + public function takeTurn($matchId, Google_Service_Games_TurnBasedMatchTurn $postBody, $optParams = array()) + { + $params = array('matchId' => $matchId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('takeTurn', array($params), "Google_Service_Games_TurnBasedMatch"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RevisionCheckResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/RevisionCheckResponse.php new file mode 100644 index 000000000..3af262677 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RevisionCheckResponse.php @@ -0,0 +1,48 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRevisionStatus($revisionStatus) + { + $this->revisionStatus = $revisionStatus; + } + public function getRevisionStatus() + { + return $this->revisionStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Room.php b/vendor/google/apiclient-services/src/Google/Service/Games/Room.php new file mode 100644 index 000000000..39c0e5d5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Room.php @@ -0,0 +1,174 @@ +applicationId = $applicationId; + } + public function getApplicationId() + { + return $this->applicationId; + } + /** + * @param Google_Service_Games_RoomAutoMatchingCriteria + */ + public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria) + { + $this->autoMatchingCriteria = $autoMatchingCriteria; + } + /** + * @return Google_Service_Games_RoomAutoMatchingCriteria + */ + public function getAutoMatchingCriteria() + { + return $this->autoMatchingCriteria; + } + /** + * @param Google_Service_Games_RoomAutoMatchStatus + */ + public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus) + { + $this->autoMatchingStatus = $autoMatchingStatus; + } + /** + * @return Google_Service_Games_RoomAutoMatchStatus + */ + public function getAutoMatchingStatus() + { + return $this->autoMatchingStatus; + } + /** + * @param Google_Service_Games_RoomModification + */ + public function setCreationDetails(Google_Service_Games_RoomModification $creationDetails) + { + $this->creationDetails = $creationDetails; + } + /** + * @return Google_Service_Games_RoomModification + */ + public function getCreationDetails() + { + return $this->creationDetails; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setInviterId($inviterId) + { + $this->inviterId = $inviterId; + } + public function getInviterId() + { + return $this->inviterId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_RoomModification + */ + public function setLastUpdateDetails(Google_Service_Games_RoomModification $lastUpdateDetails) + { + $this->lastUpdateDetails = $lastUpdateDetails; + } + /** + * @return Google_Service_Games_RoomModification + */ + public function getLastUpdateDetails() + { + return $this->lastUpdateDetails; + } + /** + * @param Google_Service_Games_RoomParticipant + */ + public function setParticipants($participants) + { + $this->participants = $participants; + } + /** + * @return Google_Service_Games_RoomParticipant + */ + public function getParticipants() + { + return $this->participants; + } + public function setRoomId($roomId) + { + $this->roomId = $roomId; + } + public function getRoomId() + { + return $this->roomId; + } + public function setRoomStatusVersion($roomStatusVersion) + { + $this->roomStatusVersion = $roomStatusVersion; + } + public function getRoomStatusVersion() + { + return $this->roomStatusVersion; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setVariant($variant) + { + $this->variant = $variant; + } + public function getVariant() + { + return $this->variant; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php new file mode 100644 index 000000000..8c37731c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setWaitEstimateSeconds($waitEstimateSeconds) + { + $this->waitEstimateSeconds = $waitEstimateSeconds; + } + public function getWaitEstimateSeconds() + { + return $this->waitEstimateSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchingCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchingCriteria.php new file mode 100644 index 000000000..a7fd0ed0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchingCriteria.php @@ -0,0 +1,57 @@ +exclusiveBitmask = $exclusiveBitmask; + } + public function getExclusiveBitmask() + { + return $this->exclusiveBitmask; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers) + { + $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers; + } + public function getMaxAutoMatchingPlayers() + { + return $this->maxAutoMatchingPlayers; + } + public function setMinAutoMatchingPlayers($minAutoMatchingPlayers) + { + $this->minAutoMatchingPlayers = $minAutoMatchingPlayers; + } + public function getMinAutoMatchingPlayers() + { + return $this->minAutoMatchingPlayers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomClientAddress.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomClientAddress.php new file mode 100644 index 000000000..f88658413 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomClientAddress.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setXmppAddress($xmppAddress) + { + $this->xmppAddress = $xmppAddress; + } + public function getXmppAddress() + { + return $this->xmppAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomCreateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomCreateRequest.php new file mode 100644 index 000000000..1997538cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomCreateRequest.php @@ -0,0 +1,115 @@ +autoMatchingCriteria = $autoMatchingCriteria; + } + /** + * @return Google_Service_Games_RoomAutoMatchingCriteria + */ + public function getAutoMatchingCriteria() + { + return $this->autoMatchingCriteria; + } + public function setCapabilities($capabilities) + { + $this->capabilities = $capabilities; + } + public function getCapabilities() + { + return $this->capabilities; + } + /** + * @param Google_Service_Games_RoomClientAddress + */ + public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) + { + $this->clientAddress = $clientAddress; + } + /** + * @return Google_Service_Games_RoomClientAddress + */ + public function getClientAddress() + { + return $this->clientAddress; + } + public function setInvitedPlayerIds($invitedPlayerIds) + { + $this->invitedPlayerIds = $invitedPlayerIds; + } + public function getInvitedPlayerIds() + { + return $this->invitedPlayerIds; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_NetworkDiagnostics + */ + public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics) + { + $this->networkDiagnostics = $networkDiagnostics; + } + /** + * @return Google_Service_Games_NetworkDiagnostics + */ + public function getNetworkDiagnostics() + { + return $this->networkDiagnostics; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + public function setVariant($variant) + { + $this->variant = $variant; + } + public function getVariant() + { + return $this->variant; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomJoinRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomJoinRequest.php new file mode 100644 index 000000000..c73e46620 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomJoinRequest.php @@ -0,0 +1,72 @@ +capabilities = $capabilities; + } + public function getCapabilities() + { + return $this->capabilities; + } + /** + * @param Google_Service_Games_RoomClientAddress + */ + public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) + { + $this->clientAddress = $clientAddress; + } + /** + * @return Google_Service_Games_RoomClientAddress + */ + public function getClientAddress() + { + return $this->clientAddress; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_NetworkDiagnostics + */ + public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics) + { + $this->networkDiagnostics = $networkDiagnostics; + } + /** + * @return Google_Service_Games_NetworkDiagnostics + */ + public function getNetworkDiagnostics() + { + return $this->networkDiagnostics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveDiagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveDiagnostics.php new file mode 100644 index 000000000..f61aaeb10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveDiagnostics.php @@ -0,0 +1,101 @@ +androidNetworkSubtype = $androidNetworkSubtype; + } + public function getAndroidNetworkSubtype() + { + return $this->androidNetworkSubtype; + } + public function setAndroidNetworkType($androidNetworkType) + { + $this->androidNetworkType = $androidNetworkType; + } + public function getAndroidNetworkType() + { + return $this->androidNetworkType; + } + public function setIosNetworkType($iosNetworkType) + { + $this->iosNetworkType = $iosNetworkType; + } + public function getIosNetworkType() + { + return $this->iosNetworkType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNetworkOperatorCode($networkOperatorCode) + { + $this->networkOperatorCode = $networkOperatorCode; + } + public function getNetworkOperatorCode() + { + return $this->networkOperatorCode; + } + public function setNetworkOperatorName($networkOperatorName) + { + $this->networkOperatorName = $networkOperatorName; + } + public function getNetworkOperatorName() + { + return $this->networkOperatorName; + } + /** + * @param Google_Service_Games_PeerSessionDiagnostics + */ + public function setPeerSession($peerSession) + { + $this->peerSession = $peerSession; + } + /** + * @return Google_Service_Games_PeerSessionDiagnostics + */ + public function getPeerSession() + { + return $this->peerSession; + } + public function setSocketsUsed($socketsUsed) + { + $this->socketsUsed = $socketsUsed; + } + public function getSocketsUsed() + { + return $this->socketsUsed; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php new file mode 100644 index 000000000..abfbe859a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php @@ -0,0 +1,55 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_RoomLeaveDiagnostics + */ + public function setLeaveDiagnostics(Google_Service_Games_RoomLeaveDiagnostics $leaveDiagnostics) + { + $this->leaveDiagnostics = $leaveDiagnostics; + } + /** + * @return Google_Service_Games_RoomLeaveDiagnostics + */ + public function getLeaveDiagnostics() + { + return $this->leaveDiagnostics; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php new file mode 100644 index 000000000..128e7b575 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_Room + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php new file mode 100644 index 000000000..c42789870 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setModifiedTimestampMillis($modifiedTimestampMillis) + { + $this->modifiedTimestampMillis = $modifiedTimestampMillis; + } + public function getModifiedTimestampMillis() + { + return $this->modifiedTimestampMillis; + } + public function setParticipantId($participantId) + { + $this->participantId = $participantId; + } + public function getParticipantId() + { + return $this->participantId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomP2PStatus.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomP2PStatus.php new file mode 100644 index 000000000..89a35ff24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomP2PStatus.php @@ -0,0 +1,87 @@ + "error_reason", + ); + public $connectionSetupLatencyMillis; + public $error; + public $errorReason; + public $kind; + public $participantId; + public $status; + public $unreliableRoundtripLatencyMillis; + + public function setConnectionSetupLatencyMillis($connectionSetupLatencyMillis) + { + $this->connectionSetupLatencyMillis = $connectionSetupLatencyMillis; + } + public function getConnectionSetupLatencyMillis() + { + return $this->connectionSetupLatencyMillis; + } + public function setError($error) + { + $this->error = $error; + } + public function getError() + { + return $this->error; + } + public function setErrorReason($errorReason) + { + $this->errorReason = $errorReason; + } + public function getErrorReason() + { + return $this->errorReason; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setParticipantId($participantId) + { + $this->participantId = $participantId; + } + public function getParticipantId() + { + return $this->participantId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUnreliableRoundtripLatencyMillis($unreliableRoundtripLatencyMillis) + { + $this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis; + } + public function getUnreliableRoundtripLatencyMillis() + { + return $this->unreliableRoundtripLatencyMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomP2PStatuses.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomP2PStatuses.php new file mode 100644 index 000000000..b376a13b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomP2PStatuses.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_RoomP2PStatus + */ + public function setUpdates($updates) + { + $this->updates = $updates; + } + /** + * @return Google_Service_Games_RoomP2PStatus + */ + public function getUpdates() + { + return $this->updates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomParticipant.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomParticipant.php new file mode 100644 index 000000000..04c69c412 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomParticipant.php @@ -0,0 +1,133 @@ +autoMatched = $autoMatched; + } + public function getAutoMatched() + { + return $this->autoMatched; + } + /** + * @param Google_Service_Games_AnonymousPlayer + */ + public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer) + { + $this->autoMatchedPlayer = $autoMatchedPlayer; + } + /** + * @return Google_Service_Games_AnonymousPlayer + */ + public function getAutoMatchedPlayer() + { + return $this->autoMatchedPlayer; + } + public function setCapabilities($capabilities) + { + $this->capabilities = $capabilities; + } + public function getCapabilities() + { + return $this->capabilities; + } + /** + * @param Google_Service_Games_RoomClientAddress + */ + public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) + { + $this->clientAddress = $clientAddress; + } + /** + * @return Google_Service_Games_RoomClientAddress + */ + public function getClientAddress() + { + return $this->clientAddress; + } + public function setConnected($connected) + { + $this->connected = $connected; + } + public function getConnected() + { + return $this->connected; + } + 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 setLeaveReason($leaveReason) + { + $this->leaveReason = $leaveReason; + } + public function getLeaveReason() + { + return $this->leaveReason; + } + /** + * @param Google_Service_Games_Player + */ + public function setPlayer(Google_Service_Games_Player $player) + { + $this->player = $player; + } + /** + * @return Google_Service_Games_Player + */ + public function getPlayer() + { + return $this->player; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php new file mode 100644 index 000000000..fe97b0f57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php @@ -0,0 +1,90 @@ +autoMatchingStatus = $autoMatchingStatus; + } + /** + * @return Google_Service_Games_RoomAutoMatchStatus + */ + public function getAutoMatchingStatus() + { + return $this->autoMatchingStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_RoomParticipant + */ + public function setParticipants($participants) + { + $this->participants = $participants; + } + /** + * @return Google_Service_Games_RoomParticipant + */ + public function getParticipants() + { + return $this->participants; + } + public function setRoomId($roomId) + { + $this->roomId = $roomId; + } + public function getRoomId() + { + return $this->roomId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusVersion($statusVersion) + { + $this->statusVersion = $statusVersion; + } + public function getStatusVersion() + { + return $this->statusVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php new file mode 100644 index 000000000..e2ed383c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php @@ -0,0 +1,66 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLeaderboardId($leaderboardId) + { + $this->leaderboardId = $leaderboardId; + } + public function getLeaderboardId() + { + return $this->leaderboardId; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setScoreTag($scoreTag) + { + $this->scoreTag = $scoreTag; + } + public function getScoreTag() + { + return $this->scoreTag; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/Snapshot.php b/vendor/google/apiclient-services/src/Google/Service/Games/Snapshot.php new file mode 100644 index 000000000..1e0ebf092 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Snapshot.php @@ -0,0 +1,127 @@ +coverImage = $coverImage; + } + /** + * @return Google_Service_Games_SnapshotImage + */ + public function getCoverImage() + { + return $this->coverImage; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDriveId($driveId) + { + $this->driveId = $driveId; + } + public function getDriveId() + { + return $this->driveId; + } + public function setDurationMillis($durationMillis) + { + $this->durationMillis = $durationMillis; + } + public function getDurationMillis() + { + return $this->durationMillis; + } + 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 setLastModifiedMillis($lastModifiedMillis) + { + $this->lastModifiedMillis = $lastModifiedMillis; + } + public function getLastModifiedMillis() + { + return $this->lastModifiedMillis; + } + public function setProgressValue($progressValue) + { + $this->progressValue = $progressValue; + } + public function getProgressValue() + { + return $this->progressValue; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUniqueName($uniqueName) + { + $this->uniqueName = $uniqueName; + } + public function getUniqueName() + { + return $this->uniqueName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php b/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php new file mode 100644 index 000000000..3a3723075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php @@ -0,0 +1,69 @@ + "mime_type", + ); + public $height; + public $kind; + public $mimeType; + public $url; + public $width; + + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotListResponse.php new file mode 100644 index 000000000..8e14e848a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_Snapshot + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php new file mode 100644 index 000000000..4fcd88f87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php @@ -0,0 +1,57 @@ +exclusiveBitmask = $exclusiveBitmask; + } + public function getExclusiveBitmask() + { + return $this->exclusiveBitmask; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers) + { + $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers; + } + public function getMaxAutoMatchingPlayers() + { + return $this->maxAutoMatchingPlayers; + } + public function setMinAutoMatchingPlayers($minAutoMatchingPlayers) + { + $this->minAutoMatchingPlayers = $minAutoMatchingPlayers; + } + public function getMinAutoMatchingPlayers() + { + return $this->minAutoMatchingPlayers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatch.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatch.php new file mode 100644 index 000000000..dc8e52dec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatch.php @@ -0,0 +1,251 @@ +applicationId = $applicationId; + } + public function getApplicationId() + { + return $this->applicationId; + } + /** + * @param Google_Service_Games_TurnBasedAutoMatchingCriteria + */ + public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria) + { + $this->autoMatchingCriteria = $autoMatchingCriteria; + } + /** + * @return Google_Service_Games_TurnBasedAutoMatchingCriteria + */ + public function getAutoMatchingCriteria() + { + return $this->autoMatchingCriteria; + } + /** + * @param Google_Service_Games_TurnBasedMatchModification + */ + public function setCreationDetails(Google_Service_Games_TurnBasedMatchModification $creationDetails) + { + $this->creationDetails = $creationDetails; + } + /** + * @return Google_Service_Games_TurnBasedMatchModification + */ + public function getCreationDetails() + { + return $this->creationDetails; + } + /** + * @param Google_Service_Games_TurnBasedMatchData + */ + public function setData(Google_Service_Games_TurnBasedMatchData $data) + { + $this->data = $data; + } + /** + * @return Google_Service_Games_TurnBasedMatchData + */ + public function getData() + { + return $this->data; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setInviterId($inviterId) + { + $this->inviterId = $inviterId; + } + public function getInviterId() + { + return $this->inviterId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_TurnBasedMatchModification + */ + public function setLastUpdateDetails(Google_Service_Games_TurnBasedMatchModification $lastUpdateDetails) + { + $this->lastUpdateDetails = $lastUpdateDetails; + } + /** + * @return Google_Service_Games_TurnBasedMatchModification + */ + public function getLastUpdateDetails() + { + return $this->lastUpdateDetails; + } + public function setMatchId($matchId) + { + $this->matchId = $matchId; + } + public function getMatchId() + { + return $this->matchId; + } + public function setMatchNumber($matchNumber) + { + $this->matchNumber = $matchNumber; + } + public function getMatchNumber() + { + return $this->matchNumber; + } + public function setMatchVersion($matchVersion) + { + $this->matchVersion = $matchVersion; + } + public function getMatchVersion() + { + return $this->matchVersion; + } + /** + * @param Google_Service_Games_TurnBasedMatchParticipant + */ + public function setParticipants($participants) + { + $this->participants = $participants; + } + /** + * @return Google_Service_Games_TurnBasedMatchParticipant + */ + public function getParticipants() + { + return $this->participants; + } + public function setPendingParticipantId($pendingParticipantId) + { + $this->pendingParticipantId = $pendingParticipantId; + } + public function getPendingParticipantId() + { + return $this->pendingParticipantId; + } + /** + * @param Google_Service_Games_TurnBasedMatchData + */ + public function setPreviousMatchData(Google_Service_Games_TurnBasedMatchData $previousMatchData) + { + $this->previousMatchData = $previousMatchData; + } + /** + * @return Google_Service_Games_TurnBasedMatchData + */ + public function getPreviousMatchData() + { + return $this->previousMatchData; + } + public function setRematchId($rematchId) + { + $this->rematchId = $rematchId; + } + public function getRematchId() + { + return $this->rematchId; + } + /** + * @param Google_Service_Games_ParticipantResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Games_ParticipantResult + */ + public function getResults() + { + return $this->results; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUserMatchStatus($userMatchStatus) + { + $this->userMatchStatus = $userMatchStatus; + } + public function getUserMatchStatus() + { + return $this->userMatchStatus; + } + public function setVariant($variant) + { + $this->variant = $variant; + } + public function getVariant() + { + return $this->variant; + } + public function setWithParticipantId($withParticipantId) + { + $this->withParticipantId = $withParticipantId; + } + public function getWithParticipantId() + { + return $this->withParticipantId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php new file mode 100644 index 000000000..05f5df7d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php @@ -0,0 +1,74 @@ +autoMatchingCriteria = $autoMatchingCriteria; + } + /** + * @return Google_Service_Games_TurnBasedAutoMatchingCriteria + */ + public function getAutoMatchingCriteria() + { + return $this->autoMatchingCriteria; + } + public function setInvitedPlayerIds($invitedPlayerIds) + { + $this->invitedPlayerIds = $invitedPlayerIds; + } + public function getInvitedPlayerIds() + { + return $this->invitedPlayerIds; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + public function setVariant($variant) + { + $this->variant = $variant; + } + public function getVariant() + { + return $this->variant; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php new file mode 100644 index 000000000..d5b726ef9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php @@ -0,0 +1,48 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setDataAvailable($dataAvailable) + { + $this->dataAvailable = $dataAvailable; + } + public function getDataAvailable() + { + return $this->dataAvailable; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchDataRequest.php new file mode 100644 index 000000000..e9ab1a187 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchDataRequest.php @@ -0,0 +1,39 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchList.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchList.php new file mode 100644 index 000000000..b5a1d966e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchList.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Games_TurnBasedMatch + */ + 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/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php new file mode 100644 index 000000000..db812d155 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setModifiedTimestampMillis($modifiedTimestampMillis) + { + $this->modifiedTimestampMillis = $modifiedTimestampMillis; + } + public function getModifiedTimestampMillis() + { + return $this->modifiedTimestampMillis; + } + public function setParticipantId($participantId) + { + $this->participantId = $participantId; + } + public function getParticipantId() + { + return $this->participantId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchParticipant.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchParticipant.php new file mode 100644 index 000000000..313f6d56f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchParticipant.php @@ -0,0 +1,89 @@ +autoMatched = $autoMatched; + } + public function getAutoMatched() + { + return $this->autoMatched; + } + /** + * @param Google_Service_Games_AnonymousPlayer + */ + public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer) + { + $this->autoMatchedPlayer = $autoMatchedPlayer; + } + /** + * @return Google_Service_Games_AnonymousPlayer + */ + public function getAutoMatchedPlayer() + { + return $this->autoMatchedPlayer; + } + 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_Games_Player + */ + public function setPlayer(Google_Service_Games_Player $player) + { + $this->player = $player; + } + /** + * @return Google_Service_Games_Player + */ + public function getPlayer() + { + return $this->player; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php new file mode 100644 index 000000000..fc596f0a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php @@ -0,0 +1,62 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Games_TurnBasedMatch + */ + public function setPreviousMatch(Google_Service_Games_TurnBasedMatch $previousMatch) + { + $this->previousMatch = $previousMatch; + } + /** + * @return Google_Service_Games_TurnBasedMatch + */ + public function getPreviousMatch() + { + return $this->previousMatch; + } + /** + * @param Google_Service_Games_TurnBasedMatch + */ + public function setRematch(Google_Service_Games_TurnBasedMatch $rematch) + { + $this->rematch = $rematch; + } + /** + * @return Google_Service_Games_TurnBasedMatch + */ + public function getRematch() + { + return $this->rematch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchResults.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchResults.php new file mode 100644 index 000000000..37dcfbf9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchResults.php @@ -0,0 +1,72 @@ +data = $data; + } + /** + * @return Google_Service_Games_TurnBasedMatchDataRequest + */ + public function getData() + { + return $this->data; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMatchVersion($matchVersion) + { + $this->matchVersion = $matchVersion; + } + public function getMatchVersion() + { + return $this->matchVersion; + } + /** + * @param Google_Service_Games_ParticipantResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Games_ParticipantResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchSync.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchSync.php new file mode 100644 index 000000000..1ed352c3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchSync.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Games_TurnBasedMatch + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMoreAvailable($moreAvailable) + { + $this->moreAvailable = $moreAvailable; + } + public function getMoreAvailable() + { + return $this->moreAvailable; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php new file mode 100644 index 000000000..1a680d397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php @@ -0,0 +1,81 @@ +data = $data; + } + /** + * @return Google_Service_Games_TurnBasedMatchDataRequest + */ + public function getData() + { + return $this->data; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMatchVersion($matchVersion) + { + $this->matchVersion = $matchVersion; + } + public function getMatchVersion() + { + return $this->matchVersion; + } + public function setPendingParticipantId($pendingParticipantId) + { + $this->pendingParticipantId = $pendingParticipantId; + } + public function getPendingParticipantId() + { + return $this->pendingParticipantId; + } + /** + * @param Google_Service_Games_ParticipantResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Games_ParticipantResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration.php new file mode 100644 index 000000000..b4bcffaff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration.php @@ -0,0 +1,238 @@ + + * The Publishing API for Google Play Game Services. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_GamesConfiguration extends Google_Service +{ + /** View and manage your Google Play Developer account. */ + const ANDROIDPUBLISHER = + "https://www.googleapis.com/auth/androidpublisher"; + + public $achievementConfigurations; + public $imageConfigurations; + public $leaderboardConfigurations; + + /** + * Constructs the internal representation of the GamesConfiguration 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 = 'games/v1configuration/'; + $this->batchPath = 'batch/gamesConfiguration/v1configuration'; + $this->version = 'v1configuration'; + $this->serviceName = 'gamesConfiguration'; + + $this->achievementConfigurations = new Google_Service_GamesConfiguration_Resource_AchievementConfigurations( + $this, + $this->serviceName, + 'achievementConfigurations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'applications/{applicationId}/achievements', + 'httpMethod' => 'POST', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'applications/{applicationId}/achievements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->imageConfigurations = new Google_Service_GamesConfiguration_Resource_ImageConfigurations( + $this, + $this->serviceName, + 'imageConfigurations', + array( + 'methods' => array( + 'upload' => array( + 'path' => 'images/{resourceId}/imageType/{imageType}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_Resource_LeaderboardConfigurations( + $this, + $this->serviceName, + 'leaderboardConfigurations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'applications/{applicationId}/leaderboards', + 'httpMethod' => 'POST', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'applications/{applicationId}/leaderboards', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfiguration.php new file mode 100644 index 000000000..a22b40483 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfiguration.php @@ -0,0 +1,107 @@ +achievementType = $achievementType; + } + public function getAchievementType() + { + return $this->achievementType; + } + /** + * @param Google_Service_GamesConfiguration_AchievementConfigurationDetail + */ + public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft) + { + $this->draft = $draft; + } + /** + * @return Google_Service_GamesConfiguration_AchievementConfigurationDetail + */ + public function getDraft() + { + return $this->draft; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInitialState($initialState) + { + $this->initialState = $initialState; + } + public function getInitialState() + { + return $this->initialState; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesConfiguration_AchievementConfigurationDetail + */ + public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published) + { + $this->published = $published; + } + /** + * @return Google_Service_GamesConfiguration_AchievementConfigurationDetail + */ + public function getPublished() + { + return $this->published; + } + public function setStepsToUnlock($stepsToUnlock) + { + $this->stepsToUnlock = $stepsToUnlock; + } + public function getStepsToUnlock() + { + return $this->stepsToUnlock; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php new file mode 100644 index 000000000..f575d87b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php @@ -0,0 +1,89 @@ +description = $description; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getDescription() + { + return $this->description; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) + { + $this->name = $name; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getName() + { + return $this->name; + } + public function setPointValue($pointValue) + { + $this->pointValue = $pointValue; + } + public function getPointValue() + { + return $this->pointValue; + } + public function setSortRank($sortRank) + { + $this->sortRank = $sortRank; + } + public function getSortRank() + { + return $this->sortRank; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php new file mode 100644 index 000000000..2cd312dff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_GamesConfiguration_AchievementConfiguration + */ + 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/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php new file mode 100644 index 000000000..20173f361 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php @@ -0,0 +1,117 @@ +few = $few; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getFew() + { + return $this->few; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many) + { + $this->many = $many; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getMany() + { + return $this->many; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one) + { + $this->one = $one; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getOne() + { + return $this->one; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other) + { + $this->other = $other; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getOther() + { + return $this->other; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two) + { + $this->two = $two; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getTwo() + { + return $this->two; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero) + { + $this->zero = $zero; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getZero() + { + return $this->zero; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.php new file mode 100644 index 000000000..19d3db8b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.php @@ -0,0 +1,64 @@ +currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setNumDecimalPlaces($numDecimalPlaces) + { + $this->numDecimalPlaces = $numDecimalPlaces; + } + public function getNumDecimalPlaces() + { + return $this->numDecimalPlaces; + } + public function setNumberFormatType($numberFormatType) + { + $this->numberFormatType = $numberFormatType; + } + public function getNumberFormatType() + { + return $this->numberFormatType; + } + /** + * @param Google_Service_GamesConfiguration_GamesNumberAffixConfiguration + */ + public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix) + { + $this->suffix = $suffix; + } + /** + * @return Google_Service_GamesConfiguration_GamesNumberAffixConfiguration + */ + public function getSuffix() + { + return $this->suffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.php new file mode 100644 index 000000000..09898b863 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.php @@ -0,0 +1,57 @@ +imageType = $imageType; + } + public function getImageType() + { + return $this->imageType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfiguration.php new file mode 100644 index 000000000..d96459a17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfiguration.php @@ -0,0 +1,107 @@ +draft = $draft; + } + /** + * @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail + */ + public function getDraft() + { + return $this->draft; + } + 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_GamesConfiguration_LeaderboardConfigurationDetail + */ + public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published) + { + $this->published = $published; + } + /** + * @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail + */ + public function getPublished() + { + return $this->published; + } + public function setScoreMax($scoreMax) + { + $this->scoreMax = $scoreMax; + } + public function getScoreMax() + { + return $this->scoreMax; + } + public function setScoreMin($scoreMin) + { + $this->scoreMin = $scoreMin; + } + public function getScoreMin() + { + return $this->scoreMin; + } + public function setScoreOrder($scoreOrder) + { + $this->scoreOrder = $scoreOrder; + } + public function getScoreOrder() + { + return $this->scoreOrder; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php new file mode 100644 index 000000000..c0c8ecf0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php @@ -0,0 +1,80 @@ +iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) + { + $this->name = $name; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_GamesConfiguration_GamesNumberFormatConfiguration + */ + public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat) + { + $this->scoreFormat = $scoreFormat; + } + /** + * @return Google_Service_GamesConfiguration_GamesNumberFormatConfiguration + */ + public function getScoreFormat() + { + return $this->scoreFormat; + } + public function setSortRank($sortRank) + { + $this->sortRank = $sortRank; + } + public function getSortRank() + { + return $this->sortRank; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php new file mode 100644 index 000000000..2ead1ccab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_GamesConfiguration_LeaderboardConfiguration + */ + 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/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php new file mode 100644 index 000000000..f9142cf73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedStringBundle.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedStringBundle.php new file mode 100644 index 000000000..963676150 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedStringBundle.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesConfiguration_LocalizedString + */ + public function setTranslations($translations) + { + $this->translations = $translations; + } + /** + * @return Google_Service_GamesConfiguration_LocalizedString + */ + public function getTranslations() + { + return $this->translations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.php new file mode 100644 index 000000000..5578b8654 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.php @@ -0,0 +1,121 @@ + + * $gamesConfigurationService = new Google_Service_GamesConfiguration(...); + * $achievementConfigurations = $gamesConfigurationService->achievementConfigurations; + * + */ +class Google_Service_GamesConfiguration_Resource_AchievementConfigurations extends Google_Service_Resource +{ + /** + * Delete the achievement configuration with the given ID. + * (achievementConfigurations.delete) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param array $optParams Optional parameters. + */ + public function delete($achievementId, $optParams = array()) + { + $params = array('achievementId' => $achievementId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the metadata of the achievement configuration with the given ID. + * (achievementConfigurations.get) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_AchievementConfiguration + */ + public function get($achievementId, $optParams = array()) + { + $params = array('achievementId' => $achievementId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); + } + /** + * Insert a new achievement configuration in this application. + * (achievementConfigurations.insert) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_AchievementConfiguration + */ + public function insert($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) + { + $params = array('applicationId' => $applicationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); + } + /** + * Returns a list of the achievement configurations in this application. + * (achievementConfigurations.listAchievementConfigurations) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults The maximum number of resource configurations to + * return in the response, used for paging. For any response, the actual number + * of resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_GamesConfiguration_AchievementConfigurationListResponse + */ + public function listAchievementConfigurations($applicationId, $optParams = array()) + { + $params = array('applicationId' => $applicationId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse"); + } + /** + * Update the metadata of the achievement configuration with the given ID. This + * method supports patch semantics. (achievementConfigurations.patch) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_AchievementConfiguration + */ + public function patch($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) + { + $params = array('achievementId' => $achievementId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); + } + /** + * Update the metadata of the achievement configuration with the given ID. + * (achievementConfigurations.update) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_AchievementConfiguration + */ + public function update($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) + { + $params = array('achievementId' => $achievementId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/ImageConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/ImageConfigurations.php new file mode 100644 index 000000000..427eb4738 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/ImageConfigurations.php @@ -0,0 +1,43 @@ + + * $gamesConfigurationService = new Google_Service_GamesConfiguration(...); + * $imageConfigurations = $gamesConfigurationService->imageConfigurations; + * + */ +class Google_Service_GamesConfiguration_Resource_ImageConfigurations extends Google_Service_Resource +{ + /** + * Uploads an image for a resource with the given ID and image type. + * (imageConfigurations.upload) + * + * @param string $resourceId The ID of the resource used by this method. + * @param string $imageType Selects which image in a resource for this method. + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_ImageConfiguration + */ + public function upload($resourceId, $imageType, $optParams = array()) + { + $params = array('resourceId' => $resourceId, 'imageType' => $imageType); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/LeaderboardConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/LeaderboardConfigurations.php new file mode 100644 index 000000000..55e480b83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/LeaderboardConfigurations.php @@ -0,0 +1,121 @@ + + * $gamesConfigurationService = new Google_Service_GamesConfiguration(...); + * $leaderboardConfigurations = $gamesConfigurationService->leaderboardConfigurations; + * + */ +class Google_Service_GamesConfiguration_Resource_LeaderboardConfigurations extends Google_Service_Resource +{ + /** + * Delete the leaderboard configuration with the given ID. + * (leaderboardConfigurations.delete) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param array $optParams Optional parameters. + */ + public function delete($leaderboardId, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the metadata of the leaderboard configuration with the given ID. + * (leaderboardConfigurations.get) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_LeaderboardConfiguration + */ + public function get($leaderboardId, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); + } + /** + * Insert a new leaderboard configuration in this application. + * (leaderboardConfigurations.insert) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_LeaderboardConfiguration + */ + public function insert($applicationId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) + { + $params = array('applicationId' => $applicationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); + } + /** + * Returns a list of the leaderboard configurations in this application. + * (leaderboardConfigurations.listLeaderboardConfigurations) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults The maximum number of resource configurations to + * return in the response, used for paging. For any response, the actual number + * of resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse + */ + public function listLeaderboardConfigurations($applicationId, $optParams = array()) + { + $params = array('applicationId' => $applicationId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse"); + } + /** + * Update the metadata of the leaderboard configuration with the given ID. This + * method supports patch semantics. (leaderboardConfigurations.patch) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_LeaderboardConfiguration + */ + public function patch($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); + } + /** + * Update the metadata of the leaderboard configuration with the given ID. + * (leaderboardConfigurations.update) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_GamesConfiguration_LeaderboardConfiguration + */ + public function update($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement.php new file mode 100644 index 000000000..6788a2b73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement.php @@ -0,0 +1,334 @@ + + * The Management API for Google Play Game Services. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_GamesManagement extends Google_Service +{ + /** Create, edit, and delete your Google Play Games activity. */ + const GAMES = + "https://www.googleapis.com/auth/games"; + + public $achievements; + public $applications; + public $events; + public $players; + public $quests; + public $rooms; + public $scores; + public $turnBasedMatches; + + /** + * Constructs the internal representation of the GamesManagement 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 = 'games/v1management/'; + $this->batchPath = 'batch/gamesManagement/v1management'; + $this->version = 'v1management'; + $this->serviceName = 'gamesManagement'; + + $this->achievements = new Google_Service_GamesManagement_Resource_Achievements( + $this, + $this->serviceName, + 'achievements', + array( + 'methods' => array( + 'reset' => array( + 'path' => 'achievements/{achievementId}/reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetAll' => array( + 'path' => 'achievements/reset', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetAllForAllPlayers' => array( + 'path' => 'achievements/resetAllForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetForAllPlayers' => array( + 'path' => 'achievements/{achievementId}/resetForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetMultipleForAllPlayers' => array( + 'path' => 'achievements/resetMultipleForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->applications = new Google_Service_GamesManagement_Resource_Applications( + $this, + $this->serviceName, + 'applications', + array( + 'methods' => array( + 'listHidden' => array( + 'path' => 'applications/{applicationId}/players/hidden', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->events = new Google_Service_GamesManagement_Resource_Events( + $this, + $this->serviceName, + 'events', + array( + 'methods' => array( + 'reset' => array( + 'path' => 'events/{eventId}/reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetAll' => array( + 'path' => 'events/reset', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetAllForAllPlayers' => array( + 'path' => 'events/resetAllForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetForAllPlayers' => array( + 'path' => 'events/{eventId}/resetForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'eventId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetMultipleForAllPlayers' => array( + 'path' => 'events/resetMultipleForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->players = new Google_Service_GamesManagement_Resource_Players( + $this, + $this->serviceName, + 'players', + array( + 'methods' => array( + 'hide' => array( + 'path' => 'applications/{applicationId}/players/hidden/{playerId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unhide' => array( + 'path' => 'applications/{applicationId}/players/hidden/{playerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'playerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->quests = new Google_Service_GamesManagement_Resource_Quests( + $this, + $this->serviceName, + 'quests', + array( + 'methods' => array( + 'reset' => array( + 'path' => 'quests/{questId}/reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'questId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetAll' => array( + 'path' => 'quests/reset', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetAllForAllPlayers' => array( + 'path' => 'quests/resetAllForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetForAllPlayers' => array( + 'path' => 'quests/{questId}/resetForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'questId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetMultipleForAllPlayers' => array( + 'path' => 'quests/resetMultipleForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->rooms = new Google_Service_GamesManagement_Resource_Rooms( + $this, + $this->serviceName, + 'rooms', + array( + 'methods' => array( + 'reset' => array( + 'path' => 'rooms/reset', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetForAllPlayers' => array( + 'path' => 'rooms/resetForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->scores = new Google_Service_GamesManagement_Resource_Scores( + $this, + $this->serviceName, + 'scores', + array( + 'methods' => array( + 'reset' => array( + 'path' => 'leaderboards/{leaderboardId}/scores/reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetAll' => array( + 'path' => 'scores/reset', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetAllForAllPlayers' => array( + 'path' => 'scores/resetAllForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetForAllPlayers' => array( + 'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetMultipleForAllPlayers' => array( + 'path' => 'scores/resetMultipleForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->turnBasedMatches = new Google_Service_GamesManagement_Resource_TurnBasedMatches( + $this, + $this->serviceName, + 'turnBasedMatches', + array( + 'methods' => array( + 'reset' => array( + 'path' => 'turnbasedmatches/reset', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'resetForAllPlayers' => array( + 'path' => 'turnbasedmatches/resetForAllPlayers', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetAllResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetAllResponse.php new file mode 100644 index 000000000..55ff99112 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetAllResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesManagement_AchievementResetResponse + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_GamesManagement_AchievementResetResponse + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.php new file mode 100644 index 000000000..c39942fb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.php @@ -0,0 +1,43 @@ + "achievement_ids", + ); + public $achievementIds; + public $kind; + + public function setAchievementIds($achievementIds) + { + $this->achievementIds = $achievementIds; + } + public function getAchievementIds() + { + return $this->achievementIds; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetResponse.php new file mode 100644 index 000000000..6e4760bb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetResponse.php @@ -0,0 +1,57 @@ +currentState = $currentState; + } + public function getCurrentState() + { + return $this->currentState; + } + public function setDefinitionId($definitionId) + { + $this->definitionId = $definitionId; + } + public function getDefinitionId() + { + return $this->definitionId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUpdateOccurred($updateOccurred) + { + $this->updateOccurred = $updateOccurred; + } + public function getUpdateOccurred() + { + return $this->updateOccurred; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/EventsResetMultipleForAllRequest.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/EventsResetMultipleForAllRequest.php new file mode 100644 index 000000000..c43edc532 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/EventsResetMultipleForAllRequest.php @@ -0,0 +1,43 @@ + "event_ids", + ); + public $eventIds; + public $kind; + + public function setEventIds($eventIds) + { + $this->eventIds = $eventIds; + } + public function getEventIds() + { + return $this->eventIds; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayedResource.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayedResource.php new file mode 100644 index 000000000..ae6e73684 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayedResource.php @@ -0,0 +1,39 @@ +autoMatched = $autoMatched; + } + public function getAutoMatched() + { + return $this->autoMatched; + } + public function setTimeMillis($timeMillis) + { + $this->timeMillis = $timeMillis; + } + public function getTimeMillis() + { + return $this->timeMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerExperienceInfoResource.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerExperienceInfoResource.php new file mode 100644 index 000000000..6ab1f5700 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerExperienceInfoResource.php @@ -0,0 +1,71 @@ +currentExperiencePoints = $currentExperiencePoints; + } + public function getCurrentExperiencePoints() + { + return $this->currentExperiencePoints; + } + /** + * @param Google_Service_GamesManagement_GamesPlayerLevelResource + */ + public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel) + { + $this->currentLevel = $currentLevel; + } + /** + * @return Google_Service_GamesManagement_GamesPlayerLevelResource + */ + public function getCurrentLevel() + { + return $this->currentLevel; + } + public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) + { + $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; + } + public function getLastLevelUpTimestampMillis() + { + return $this->lastLevelUpTimestampMillis; + } + /** + * @param Google_Service_GamesManagement_GamesPlayerLevelResource + */ + public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel) + { + $this->nextLevel = $nextLevel; + } + /** + * @return Google_Service_GamesManagement_GamesPlayerLevelResource + */ + public function getNextLevel() + { + return $this->nextLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.php new file mode 100644 index 000000000..d38510588 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.php @@ -0,0 +1,48 @@ +level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setMaxExperiencePoints($maxExperiencePoints) + { + $this->maxExperiencePoints = $maxExperiencePoints; + } + public function getMaxExperiencePoints() + { + return $this->maxExperiencePoints; + } + public function setMinExperiencePoints($minExperiencePoints) + { + $this->minExperiencePoints = $minExperiencePoints; + } + public function getMinExperiencePoints() + { + return $this->minExperiencePoints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayer.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayer.php new file mode 100644 index 000000000..eaf53ffc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayer.php @@ -0,0 +1,55 @@ +hiddenTimeMillis = $hiddenTimeMillis; + } + public function getHiddenTimeMillis() + { + return $this->hiddenTimeMillis; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesManagement_Player + */ + public function setPlayer(Google_Service_GamesManagement_Player $player) + { + $this->player = $player; + } + /** + * @return Google_Service_GamesManagement_Player + */ + public function getPlayer() + { + return $this->player; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.php new file mode 100644 index 000000000..4b9ee76d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_GamesManagement_HiddenPlayer + */ + 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/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php new file mode 100644 index 000000000..475e0ffa7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php @@ -0,0 +1,157 @@ +avatarImageUrl = $avatarImageUrl; + } + public function getAvatarImageUrl() + { + return $this->avatarImageUrl; + } + public function setBannerUrlLandscape($bannerUrlLandscape) + { + $this->bannerUrlLandscape = $bannerUrlLandscape; + } + public function getBannerUrlLandscape() + { + return $this->bannerUrlLandscape; + } + public function setBannerUrlPortrait($bannerUrlPortrait) + { + $this->bannerUrlPortrait = $bannerUrlPortrait; + } + public function getBannerUrlPortrait() + { + return $this->bannerUrlPortrait; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_GamesManagement_GamesPlayerExperienceInfoResource + */ + public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo) + { + $this->experienceInfo = $experienceInfo; + } + /** + * @return Google_Service_GamesManagement_GamesPlayerExperienceInfoResource + */ + public function getExperienceInfo() + { + return $this->experienceInfo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesManagement_GamesPlayedResource + */ + public function setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedResource $lastPlayedWith) + { + $this->lastPlayedWith = $lastPlayedWith; + } + /** + * @return Google_Service_GamesManagement_GamesPlayedResource + */ + public function getLastPlayedWith() + { + return $this->lastPlayedWith; + } + /** + * @param Google_Service_GamesManagement_PlayerName + */ + public function setName(Google_Service_GamesManagement_PlayerName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_GamesManagement_PlayerName + */ + public function getName() + { + return $this->name; + } + public function setOriginalPlayerId($originalPlayerId) + { + $this->originalPlayerId = $originalPlayerId; + } + public function getOriginalPlayerId() + { + return $this->originalPlayerId; + } + public function setPlayerId($playerId) + { + $this->playerId = $playerId; + } + public function getPlayerId() + { + return $this->playerId; + } + /** + * @param Google_Service_GamesManagement_ProfileSettings + */ + public function setProfileSettings(Google_Service_GamesManagement_ProfileSettings $profileSettings) + { + $this->profileSettings = $profileSettings; + } + /** + * @return Google_Service_GamesManagement_ProfileSettings + */ + public function getProfileSettings() + { + return $this->profileSettings; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php new file mode 100644 index 000000000..28bcb47ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php @@ -0,0 +1,39 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetAllResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetAllResponse.php new file mode 100644 index 000000000..7b5c07e0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetAllResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_GamesManagement_PlayerScoreResetResponse + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_GamesManagement_PlayerScoreResetResponse + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.php new file mode 100644 index 000000000..d3d0bb7b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.php @@ -0,0 +1,49 @@ +definitionId = $definitionId; + } + public function getDefinitionId() + { + return $this->definitionId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResetScoreTimeSpans($resetScoreTimeSpans) + { + $this->resetScoreTimeSpans = $resetScoreTimeSpans; + } + public function getResetScoreTimeSpans() + { + return $this->resetScoreTimeSpans; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/ProfileSettings.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/ProfileSettings.php new file mode 100644 index 000000000..4967eb86f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/ProfileSettings.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProfileVisible($profileVisible) + { + $this->profileVisible = $profileVisible; + } + public function getProfileVisible() + { + return $this->profileVisible; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/QuestsResetMultipleForAllRequest.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/QuestsResetMultipleForAllRequest.php new file mode 100644 index 000000000..296ca7fa8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/QuestsResetMultipleForAllRequest.php @@ -0,0 +1,43 @@ + "quest_ids", + ); + public $kind; + public $questIds; + + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setQuestIds($questIds) + { + $this->questIds = $questIds; + } + public function getQuestIds() + { + return $this->questIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Achievements.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Achievements.php new file mode 100644 index 000000000..84ce79fef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Achievements.php @@ -0,0 +1,98 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $achievements = $gamesManagementService->achievements; + * + */ +class Google_Service_GamesManagement_Resource_Achievements extends Google_Service_Resource +{ + /** + * Resets the achievement with the given ID for the currently authenticated + * player. This method is only accessible to whitelisted tester accounts for + * your application. (achievements.reset) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param array $optParams Optional parameters. + * @return Google_Service_GamesManagement_AchievementResetResponse + */ + public function reset($achievementId, $optParams = array()) + { + $params = array('achievementId' => $achievementId); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse"); + } + /** + * Resets all achievements for the currently authenticated player for your + * application. This method is only accessible to whitelisted tester accounts + * for your application. (achievements.resetAll) + * + * @param array $optParams Optional parameters. + * @return Google_Service_GamesManagement_AchievementResetAllResponse + */ + public function resetAll($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse"); + } + /** + * Resets all draft achievements for all players. This method is only available + * to user accounts for your developer console. + * (achievements.resetAllForAllPlayers) + * + * @param array $optParams Optional parameters. + */ + public function resetAllForAllPlayers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAllForAllPlayers', array($params)); + } + /** + * Resets the achievement with the given ID for all players. This method is only + * available to user accounts for your developer console. Only draft + * achievements can be reset. (achievements.resetForAllPlayers) + * + * @param string $achievementId The ID of the achievement used by this method. + * @param array $optParams Optional parameters. + */ + public function resetForAllPlayers($achievementId, $optParams = array()) + { + $params = array('achievementId' => $achievementId); + $params = array_merge($params, $optParams); + return $this->call('resetForAllPlayers', array($params)); + } + /** + * Resets achievements with the given IDs for all players. This method is only + * available to user accounts for your developer console. Only draft + * achievements may be reset. (achievements.resetMultipleForAllPlayers) + * + * @param Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody + * @param array $optParams Optional parameters. + */ + public function resetMultipleForAllPlayers(Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resetMultipleForAllPlayers', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Applications.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Applications.php new file mode 100644 index 000000000..6af921651 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Applications.php @@ -0,0 +1,49 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $applications = $gamesManagementService->applications; + * + */ +class Google_Service_GamesManagement_Resource_Applications extends Google_Service_Resource +{ + /** + * Get the list of players hidden from the given application. This method is + * only available to user accounts for your developer console. + * (applications.listHidden) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults The maximum number of player resources to return in + * the response, used for paging. For any response, the actual number of player + * resources returned may be less than the specified maxResults. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_GamesManagement_HiddenPlayerList + */ + public function listHidden($applicationId, $optParams = array()) + { + $params = array('applicationId' => $applicationId); + $params = array_merge($params, $optParams); + return $this->call('listHidden', array($params), "Google_Service_GamesManagement_HiddenPlayerList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Events.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Events.php new file mode 100644 index 000000000..a80585bec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Events.php @@ -0,0 +1,100 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $events = $gamesManagementService->events; + * + */ +class Google_Service_GamesManagement_Resource_Events extends Google_Service_Resource +{ + /** + * Resets all player progress on the event with the given ID for the currently + * authenticated player. This method is only accessible to whitelisted tester + * accounts for your application. All quests for this player that use the event + * will also be reset. (events.reset) + * + * @param string $eventId The ID of the event. + * @param array $optParams Optional parameters. + */ + public function reset($eventId, $optParams = array()) + { + $params = array('eventId' => $eventId); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params)); + } + /** + * Resets all player progress on all events for the currently authenticated + * player. This method is only accessible to whitelisted tester accounts for + * your application. All quests for this player will also be reset. + * (events.resetAll) + * + * @param array $optParams Optional parameters. + */ + public function resetAll($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAll', array($params)); + } + /** + * Resets all draft events for all players. This method is only available to + * user accounts for your developer console. All quests that use any of these + * events will also be reset. (events.resetAllForAllPlayers) + * + * @param array $optParams Optional parameters. + */ + public function resetAllForAllPlayers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAllForAllPlayers', array($params)); + } + /** + * Resets the event with the given ID for all players. This method is only + * available to user accounts for your developer console. Only draft events can + * be reset. All quests that use the event will also be reset. + * (events.resetForAllPlayers) + * + * @param string $eventId The ID of the event. + * @param array $optParams Optional parameters. + */ + public function resetForAllPlayers($eventId, $optParams = array()) + { + $params = array('eventId' => $eventId); + $params = array_merge($params, $optParams); + return $this->call('resetForAllPlayers', array($params)); + } + /** + * Resets events with the given IDs for all players. This method is only + * available to user accounts for your developer console. Only draft events may + * be reset. All quests that use any of the events will also be reset. + * (events.resetMultipleForAllPlayers) + * + * @param Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody + * @param array $optParams Optional parameters. + */ + public function resetMultipleForAllPlayers(Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resetMultipleForAllPlayers', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Players.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Players.php new file mode 100644 index 000000000..ce042fd16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Players.php @@ -0,0 +1,62 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $players = $gamesManagementService->players; + * + */ +class Google_Service_GamesManagement_Resource_Players extends Google_Service_Resource +{ + /** + * Hide the given player's leaderboard scores from the given application. This + * method is only available to user accounts for your developer console. + * (players.hide) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param array $optParams Optional parameters. + */ + public function hide($applicationId, $playerId, $optParams = array()) + { + $params = array('applicationId' => $applicationId, 'playerId' => $playerId); + $params = array_merge($params, $optParams); + return $this->call('hide', array($params)); + } + /** + * Unhide the given player's leaderboard scores from the given application. This + * method is only available to user accounts for your developer console. + * (players.unhide) + * + * @param string $applicationId The application ID from the Google Play + * developer console. + * @param string $playerId A player ID. A value of me may be used in place of + * the authenticated player's ID. + * @param array $optParams Optional parameters. + */ + public function unhide($applicationId, $playerId, $optParams = array()) + { + $params = array('applicationId' => $applicationId, 'playerId' => $playerId); + $params = array_merge($params, $optParams); + return $this->call('unhide', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Quests.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Quests.php new file mode 100644 index 000000000..1b92fd164 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Quests.php @@ -0,0 +1,95 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $quests = $gamesManagementService->quests; + * + */ +class Google_Service_GamesManagement_Resource_Quests extends Google_Service_Resource +{ + /** + * Resets all player progress on the quest with the given ID for the currently + * authenticated player. This method is only accessible to whitelisted tester + * accounts for your application. (quests.reset) + * + * @param string $questId The ID of the quest. + * @param array $optParams Optional parameters. + */ + public function reset($questId, $optParams = array()) + { + $params = array('questId' => $questId); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params)); + } + /** + * Resets all player progress on all quests for the currently authenticated + * player. This method is only accessible to whitelisted tester accounts for + * your application. (quests.resetAll) + * + * @param array $optParams Optional parameters. + */ + public function resetAll($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAll', array($params)); + } + /** + * Resets all draft quests for all players. This method is only available to + * user accounts for your developer console. (quests.resetAllForAllPlayers) + * + * @param array $optParams Optional parameters. + */ + public function resetAllForAllPlayers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAllForAllPlayers', array($params)); + } + /** + * Resets all player progress on the quest with the given ID for all players. + * This method is only available to user accounts for your developer console. + * Only draft quests can be reset. (quests.resetForAllPlayers) + * + * @param string $questId The ID of the quest. + * @param array $optParams Optional parameters. + */ + public function resetForAllPlayers($questId, $optParams = array()) + { + $params = array('questId' => $questId); + $params = array_merge($params, $optParams); + return $this->call('resetForAllPlayers', array($params)); + } + /** + * Resets quests with the given IDs for all players. This method is only + * available to user accounts for your developer console. Only draft quests may + * be reset. (quests.resetMultipleForAllPlayers) + * + * @param Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody + * @param array $optParams Optional parameters. + */ + public function resetMultipleForAllPlayers(Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resetMultipleForAllPlayers', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Rooms.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Rooms.php new file mode 100644 index 000000000..e28069608 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Rooms.php @@ -0,0 +1,54 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $rooms = $gamesManagementService->rooms; + * + */ +class Google_Service_GamesManagement_Resource_Rooms extends Google_Service_Resource +{ + /** + * Reset all rooms for the currently authenticated player for your application. + * This method is only accessible to whitelisted tester accounts for your + * application. (rooms.reset) + * + * @param array $optParams Optional parameters. + */ + public function reset($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params)); + } + /** + * Deletes rooms where the only room participants are from whitelisted tester + * accounts for your application. This method is only available to user accounts + * for your developer console. (rooms.resetForAllPlayers) + * + * @param array $optParams Optional parameters. + */ + public function resetForAllPlayers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetForAllPlayers', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Scores.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Scores.php new file mode 100644 index 000000000..687e43529 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/Scores.php @@ -0,0 +1,98 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $scores = $gamesManagementService->scores; + * + */ +class Google_Service_GamesManagement_Resource_Scores extends Google_Service_Resource +{ + /** + * Resets scores for the leaderboard with the given ID for the currently + * authenticated player. This method is only accessible to whitelisted tester + * accounts for your application. (scores.reset) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param array $optParams Optional parameters. + * @return Google_Service_GamesManagement_PlayerScoreResetResponse + */ + public function reset($leaderboardId, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse"); + } + /** + * Resets all scores for all leaderboards for the currently authenticated + * players. This method is only accessible to whitelisted tester accounts for + * your application. (scores.resetAll) + * + * @param array $optParams Optional parameters. + * @return Google_Service_GamesManagement_PlayerScoreResetAllResponse + */ + public function resetAll($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse"); + } + /** + * Resets scores for all draft leaderboards for all players. This method is only + * available to user accounts for your developer console. + * (scores.resetAllForAllPlayers) + * + * @param array $optParams Optional parameters. + */ + public function resetAllForAllPlayers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetAllForAllPlayers', array($params)); + } + /** + * Resets scores for the leaderboard with the given ID for all players. This + * method is only available to user accounts for your developer console. Only + * draft leaderboards can be reset. (scores.resetForAllPlayers) + * + * @param string $leaderboardId The ID of the leaderboard. + * @param array $optParams Optional parameters. + */ + public function resetForAllPlayers($leaderboardId, $optParams = array()) + { + $params = array('leaderboardId' => $leaderboardId); + $params = array_merge($params, $optParams); + return $this->call('resetForAllPlayers', array($params)); + } + /** + * Resets scores for the leaderboards with the given IDs for all players. This + * method is only available to user accounts for your developer console. Only + * draft leaderboards may be reset. (scores.resetMultipleForAllPlayers) + * + * @param Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody + * @param array $optParams Optional parameters. + */ + public function resetMultipleForAllPlayers(Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resetMultipleForAllPlayers', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/TurnBasedMatches.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/TurnBasedMatches.php new file mode 100644 index 000000000..61314fa0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Resource/TurnBasedMatches.php @@ -0,0 +1,54 @@ + + * $gamesManagementService = new Google_Service_GamesManagement(...); + * $turnBasedMatches = $gamesManagementService->turnBasedMatches; + * + */ +class Google_Service_GamesManagement_Resource_TurnBasedMatches extends Google_Service_Resource +{ + /** + * Reset all turn-based match data for a user. This method is only accessible to + * whitelisted tester accounts for your application. (turnBasedMatches.reset) + * + * @param array $optParams Optional parameters. + */ + public function reset($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params)); + } + /** + * Deletes turn-based matches where the only match participants are from + * whitelisted tester accounts for your application. This method is only + * available to user accounts for your developer console. + * (turnBasedMatches.resetForAllPlayers) + * + * @param array $optParams Optional parameters. + */ + public function resetForAllPlayers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('resetForAllPlayers', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/ScoresResetMultipleForAllRequest.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/ScoresResetMultipleForAllRequest.php new file mode 100644 index 000000000..84511aefc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/ScoresResetMultipleForAllRequest.php @@ -0,0 +1,43 @@ + "leaderboard_ids", + ); + public $kind; + public $leaderboardIds; + + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLeaderboardIds($leaderboardIds) + { + $this->leaderboardIds = $leaderboardIds; + } + public function getLeaderboardIds() + { + return $this->leaderboardIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics.php b/vendor/google/apiclient-services/src/Google/Service/Genomics.php new file mode 100644 index 000000000..bfec2cf1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics.php @@ -0,0 +1,110 @@ + + * Uploads, processes, queries, and searches Genomics data in the cloud. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Genomics extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage Genomics data. */ + const GENOMICS = + "https://www.googleapis.com/auth/genomics"; + + public $operations; + + /** + * Constructs the internal representation of the Genomics 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://genomics.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'genomics'; + + $this->operations = new Google_Service_Genomics_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/CancelOperationRequest.php new file mode 100644 index 000000000..6c8ba7043 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/CancelOperationRequest.php @@ -0,0 +1,20 @@ +diskNames = $diskNames; + } + public function getDiskNames() + { + return $this->diskNames; + } + public function setInstanceName($instanceName) + { + $this->instanceName = $instanceName; + } + public function getInstanceName() + { + return $this->instanceName; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerKilledEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerKilledEvent.php new file mode 100644 index 000000000..87eef98fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerKilledEvent.php @@ -0,0 +1,30 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStartedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStartedEvent.php new file mode 100644 index 000000000..eb25e1810 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStartedEvent.php @@ -0,0 +1,48 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setPortMappings($portMappings) + { + $this->portMappings = $portMappings; + } + public function getPortMappings() + { + return $this->portMappings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStoppedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStoppedEvent.php new file mode 100644 index 000000000..27369c5d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ContainerStoppedEvent.php @@ -0,0 +1,48 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setExitStatus($exitStatus) + { + $this->exitStatus = $exitStatus; + } + public function getExitStatus() + { + return $this->exitStatus; + } + public function setStderr($stderr) + { + $this->stderr = $stderr; + } + public function getStderr() + { + return $this->stderr; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/DelayedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/DelayedEvent.php new file mode 100644 index 000000000..2c1e61798 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/DelayedEvent.php @@ -0,0 +1,40 @@ +cause = $cause; + } + public function getCause() + { + return $this->cause; + } + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Event.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Event.php new file mode 100644 index 000000000..f3de75753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Event.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/FailedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/FailedEvent.php new file mode 100644 index 000000000..3080da342 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/FailedEvent.php @@ -0,0 +1,39 @@ +cause = $cause; + } + public function getCause() + { + return $this->cause; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/GenomicsEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/GenomicsEmpty.php new file mode 100644 index 000000000..baa80fae9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/GenomicsEmpty.php @@ -0,0 +1,20 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Genomics_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Genomics_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php new file mode 100644 index 000000000..a3e4255c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Genomics_Status + */ + public function setError(Google_Service_Genomics_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Genomics_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/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php new file mode 100644 index 000000000..0fb6f153d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationMetadata.php new file mode 100644 index 000000000..961428fa6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationMetadata.php @@ -0,0 +1,110 @@ +clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + 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; + } + /** + * @param Google_Service_Genomics_OperationEvent + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_Genomics_OperationEvent + */ + public function getEvents() + { + return $this->events; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setRequest($request) + { + $this->request = $request; + } + public function getRequest() + { + return $this->request; + } + public function setRuntimeMetadata($runtimeMetadata) + { + $this->runtimeMetadata = $runtimeMetadata; + } + public function getRuntimeMetadata() + { + return $this->runtimeMetadata; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/PullStartedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/PullStartedEvent.php new file mode 100644 index 000000000..328a1cdf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/PullStartedEvent.php @@ -0,0 +1,30 @@ +imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/PullStoppedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/PullStoppedEvent.php new file mode 100644 index 000000000..7f22cefd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/PullStoppedEvent.php @@ -0,0 +1,30 @@ +imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Operations.php new file mode 100644 index 000000000..e2c6c82f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Operations.php @@ -0,0 +1,113 @@ + + * $genomicsService = new Google_Service_Genomics(...); + * $operations = $genomicsService->operations; + * + */ +class Google_Service_Genomics_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. + * Clients may use Operations.GetOperation or Operations.ListOperations to check + * whether the cancellation succeeded or the operation completed despite + * cancellation. Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission + * + * * `genomics.operations.cancel` (operations.cancel) + * + * @param string $name The name of the operation resource to be cancelled. + * @param Google_Service_Genomics_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Genomics_GenomicsEmpty + */ + public function cancel($name, Google_Service_Genomics_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Genomics_GenomicsEmpty"); + } + /** + * 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. Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission + * + * * `genomics.operations.get` (operations.get) + * + * @param string $name The name of the operation resource. + * @param array $optParams Optional parameters. + * @return Google_Service_Genomics_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Genomics_Operation"); + } + /** + * Lists operations that match the specified filter in the request. + * Authorization requires the following [Google + * IAM](https://cloud.google.com/iam) permission + * + * * `genomics.operations.list` (operations.listOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of results to return. The maximum + * value is 256. + * @opt_param string filter A string for filtering Operations. In v2alpha1, the + * following filter fields are supported + * + * * createTime The time this job was created * events The set of event (names) + * that have occurred while running the pipeline. The operator can be used + * to determine if a particular event has occurred. * error If the pipeline is + * running, this value is NULL. Once the pipeline finishes, the value is the + * standard Google error code. * labels.key or labels."key with space" where key + * is a label key. * done If the pipeline is running, this value is false. Once + * the pipeline finishes, the value is true. + * + * In v1 and v1alpha2, the following filter fields are supported + * + * * projectId Required. Corresponds to OperationMetadata.projectId. * + * createTime The time this job was created, in seconds from the + * [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=` + * operators. * status Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. + * Only one status may be specified. * labels.key where key is a label key. + * + * Examples + * + * * `projectId = my-project AND createTime >= 1432140000` * `projectId = my- + * project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status + * = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my- + * project AND labels.color = red` + * @opt_param string pageToken The standard list page token. + * @return Google_Service_Genomics_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Genomics_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/RunPipelineResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/RunPipelineResponse.php new file mode 100644 index 000000000..4b5ab2eee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/RunPipelineResponse.php @@ -0,0 +1,20 @@ +computeEngine = $computeEngine; + } + /** + * @return Google_Service_Genomics_ComputeEngine + */ + public function getComputeEngine() + { + return $this->computeEngine; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Status.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Status.php new file mode 100644 index 000000000..546f81e17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/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/vendor/google/apiclient-services/src/Google/Service/Genomics/UnexpectedExitStatusEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/UnexpectedExitStatusEvent.php new file mode 100644 index 000000000..3e5c2544c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/UnexpectedExitStatusEvent.php @@ -0,0 +1,39 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setExitStatus($exitStatus) + { + $this->exitStatus = $exitStatus; + } + public function getExitStatus() + { + return $this->exitStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/WorkerAssignedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/WorkerAssignedEvent.php new file mode 100644 index 000000000..b32064c47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/WorkerAssignedEvent.php @@ -0,0 +1,48 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/WorkerReleasedEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/WorkerReleasedEvent.php new file mode 100644 index 000000000..c4f9d412a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/WorkerReleasedEvent.php @@ -0,0 +1,39 @@ +instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail.php b/vendor/google/apiclient-services/src/Google/Service/Gmail.php new file mode 100644 index 000000000..d63d83d50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail.php @@ -0,0 +1,1219 @@ + + * Access Gmail mailboxes including sending user email. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Gmail extends Google_Service +{ + /** Read, compose, send, and permanently delete all your email from Gmail. */ + const MAIL_GOOGLE_COM = + "https://mail.google.com/"; + /** Manage drafts and send emails. */ + const GMAIL_COMPOSE = + "https://www.googleapis.com/auth/gmail.compose"; + /** Insert mail into your mailbox. */ + const GMAIL_INSERT = + "https://www.googleapis.com/auth/gmail.insert"; + /** Manage mailbox labels. */ + const GMAIL_LABELS = + "https://www.googleapis.com/auth/gmail.labels"; + /** View your email message metadata such as labels and headers, but not the email body. */ + const GMAIL_METADATA = + "https://www.googleapis.com/auth/gmail.metadata"; + /** View and modify but not delete your email. */ + const GMAIL_MODIFY = + "https://www.googleapis.com/auth/gmail.modify"; + /** View your email messages and settings. */ + const GMAIL_READONLY = + "https://www.googleapis.com/auth/gmail.readonly"; + /** Send email on your behalf. */ + const GMAIL_SEND = + "https://www.googleapis.com/auth/gmail.send"; + /** Manage your basic mail settings. */ + const GMAIL_SETTINGS_BASIC = + "https://www.googleapis.com/auth/gmail.settings.basic"; + /** Manage your sensitive mail settings, including who can manage your mail. */ + const GMAIL_SETTINGS_SHARING = + "https://www.googleapis.com/auth/gmail.settings.sharing"; + + public $users; + public $users_drafts; + public $users_history; + public $users_labels; + public $users_messages; + public $users_messages_attachments; + public $users_settings; + public $users_settings_delegates; + public $users_settings_filters; + public $users_settings_forwardingAddresses; + public $users_settings_sendAs; + public $users_settings_sendAs_smimeInfo; + public $users_threads; + + /** + * Constructs the internal representation of the Gmail 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 = 'gmail/v1/users/'; + $this->batchPath = 'batch/gmail/v1'; + $this->version = 'v1'; + $this->serviceName = 'gmail'; + + $this->users = new Google_Service_Gmail_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'getProfile' => array( + 'path' => '{userId}/profile', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stop' => array( + 'path' => '{userId}/stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'watch' => array( + 'path' => '{userId}/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_drafts = new Google_Service_Gmail_Resource_UsersDrafts( + $this, + $this->serviceName, + 'drafts', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/drafts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/drafts/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/drafts/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{userId}/drafts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeSpamTrash' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'send' => array( + 'path' => '{userId}/drafts/send', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/drafts/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_history = new Google_Service_Gmail_Resource_UsersHistory( + $this, + $this->serviceName, + 'history', + array( + 'methods' => array( + 'list' => array( + 'path' => '{userId}/history', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'labelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startHistoryId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_labels = new Google_Service_Gmail_Resource_UsersLabels( + $this, + $this->serviceName, + 'labels', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/labels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/labels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_messages = new Google_Service_Gmail_Resource_UsersMessages( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => '{userId}/messages/batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchModify' => array( + 'path' => '{userId}/messages/batchModify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/messages/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/messages/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'metadataHeaders' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'import' => array( + 'path' => '{userId}/messages/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'internalDateSource' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'neverMarkSpam' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'processForCalendar' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'insert' => array( + 'path' => '{userId}/messages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'internalDateSource' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{userId}/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeSpamTrash' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modify' => array( + 'path' => '{userId}/messages/{id}/modify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'send' => array( + 'path' => '{userId}/messages/send', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'trash' => array( + 'path' => '{userId}/messages/{id}/trash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'untrash' => array( + 'path' => '{userId}/messages/{id}/untrash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_messages_attachments = new Google_Service_Gmail_Resource_UsersMessagesAttachments( + $this, + $this->serviceName, + 'attachments', + array( + 'methods' => array( + 'get' => array( + 'path' => '{userId}/messages/{messageId}/attachments/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'messageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_settings = new Google_Service_Gmail_Resource_UsersSettings( + $this, + $this->serviceName, + 'settings', + array( + 'methods' => array( + 'getAutoForwarding' => array( + 'path' => '{userId}/settings/autoForwarding', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getImap' => array( + 'path' => '{userId}/settings/imap', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getLanguage' => array( + 'path' => '{userId}/settings/language', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getPop' => array( + 'path' => '{userId}/settings/pop', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getVacation' => array( + 'path' => '{userId}/settings/vacation', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateAutoForwarding' => array( + 'path' => '{userId}/settings/autoForwarding', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateImap' => array( + 'path' => '{userId}/settings/imap', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateLanguage' => array( + 'path' => '{userId}/settings/language', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updatePop' => array( + 'path' => '{userId}/settings/pop', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateVacation' => array( + 'path' => '{userId}/settings/vacation', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_settings_delegates = new Google_Service_Gmail_Resource_UsersSettingsDelegates( + $this, + $this->serviceName, + 'delegates', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/settings/delegates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/settings/delegates/{delegateEmail}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'delegateEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/settings/delegates/{delegateEmail}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'delegateEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/settings/delegates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_settings_filters = new Google_Service_Gmail_Resource_UsersSettingsFilters( + $this, + $this->serviceName, + 'filters', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/settings/filters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/settings/filters/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/settings/filters/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/settings/filters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_settings_forwardingAddresses = new Google_Service_Gmail_Resource_UsersSettingsForwardingAddresses( + $this, + $this->serviceName, + 'forwardingAddresses', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/settings/forwardingAddresses', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/settings/forwardingAddresses/{forwardingEmail}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/settings/forwardingAddresses/{forwardingEmail}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'forwardingEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/settings/forwardingAddresses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_settings_sendAs = new Google_Service_Gmail_Resource_UsersSettingsSendAs( + $this, + $this->serviceName, + 'sendAs', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/settings/sendAs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/settings/sendAs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'verify' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}/verify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_settings_sendAs_smimeInfo = new Google_Service_Gmail_Resource_UsersSettingsSendAsSmimeInfo( + $this, + $this->serviceName, + 'smimeInfo', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}/smimeInfo', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}/smimeInfo', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setDefault' => array( + 'path' => '{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}/setDefault', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sendAsEmail' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_threads = new Google_Service_Gmail_Resource_UsersThreads( + $this, + $this->serviceName, + 'threads', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/threads/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/threads/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'metadataHeaders' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/threads', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeSpamTrash' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modify' => array( + 'path' => '{userId}/threads/{id}/modify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'trash' => array( + 'path' => '{userId}/threads/{id}/trash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'untrash' => array( + 'path' => '{userId}/threads/{id}/untrash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/AutoForwarding.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/AutoForwarding.php new file mode 100644 index 000000000..86afef2e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/AutoForwarding.php @@ -0,0 +1,48 @@ +disposition = $disposition; + } + public function getDisposition() + { + return $this->disposition; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchDeleteMessagesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchDeleteMessagesRequest.php new file mode 100644 index 000000000..136acf6fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchDeleteMessagesRequest.php @@ -0,0 +1,31 @@ +ids = $ids; + } + public function getIds() + { + return $this->ids; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.php new file mode 100644 index 000000000..911c22190 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.php @@ -0,0 +1,49 @@ +addLabelIds = $addLabelIds; + } + public function getAddLabelIds() + { + return $this->addLabelIds; + } + public function setIds($ids) + { + $this->ids = $ids; + } + public function getIds() + { + return $this->ids; + } + public function setRemoveLabelIds($removeLabelIds) + { + $this->removeLabelIds = $removeLabelIds; + } + public function getRemoveLabelIds() + { + return $this->removeLabelIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Delegate.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Delegate.php new file mode 100644 index 000000000..72d6a4db3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Delegate.php @@ -0,0 +1,39 @@ +delegateEmail = $delegateEmail; + } + public function getDelegateEmail() + { + return $this->delegateEmail; + } + public function setVerificationStatus($verificationStatus) + { + $this->verificationStatus = $verificationStatus; + } + public function getVerificationStatus() + { + return $this->verificationStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Draft.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Draft.php new file mode 100644 index 000000000..b2f9cc675 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Draft.php @@ -0,0 +1,46 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Gmail_Message + */ + public function setMessage(Google_Service_Gmail_Message $message) + { + $this->message = $message; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php new file mode 100644 index 000000000..ee40b1820 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php @@ -0,0 +1,62 @@ +action = $action; + } + /** + * @return Google_Service_Gmail_FilterAction + */ + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Gmail_FilterCriteria + */ + public function setCriteria(Google_Service_Gmail_FilterCriteria $criteria) + { + $this->criteria = $criteria; + } + /** + * @return Google_Service_Gmail_FilterCriteria + */ + public function getCriteria() + { + return $this->criteria; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php new file mode 100644 index 000000000..e11c467ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php @@ -0,0 +1,49 @@ +addLabelIds = $addLabelIds; + } + public function getAddLabelIds() + { + return $this->addLabelIds; + } + public function setForward($forward) + { + $this->forward = $forward; + } + public function getForward() + { + return $this->forward; + } + public function setRemoveLabelIds($removeLabelIds) + { + $this->removeLabelIds = $removeLabelIds; + } + public function getRemoveLabelIds() + { + return $this->removeLabelIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterCriteria.php new file mode 100644 index 000000000..1b26c4d17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterCriteria.php @@ -0,0 +1,102 @@ +excludeChats = $excludeChats; + } + public function getExcludeChats() + { + return $this->excludeChats; + } + public function setFrom($from) + { + $this->from = $from; + } + public function getFrom() + { + return $this->from; + } + public function setHasAttachment($hasAttachment) + { + $this->hasAttachment = $hasAttachment; + } + public function getHasAttachment() + { + return $this->hasAttachment; + } + public function setNegatedQuery($negatedQuery) + { + $this->negatedQuery = $negatedQuery; + } + public function getNegatedQuery() + { + return $this->negatedQuery; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSizeComparison($sizeComparison) + { + $this->sizeComparison = $sizeComparison; + } + public function getSizeComparison() + { + return $this->sizeComparison; + } + public function setSubject($subject) + { + $this->subject = $subject; + } + public function getSubject() + { + return $this->subject; + } + public function setTo($to) + { + $this->to = $to; + } + public function getTo() + { + return $this->to; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ForwardingAddress.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ForwardingAddress.php new file mode 100644 index 000000000..f2ea60e43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ForwardingAddress.php @@ -0,0 +1,39 @@ +forwardingEmail = $forwardingEmail; + } + public function getForwardingEmail() + { + return $this->forwardingEmail; + } + public function setVerificationStatus($verificationStatus) + { + $this->verificationStatus = $verificationStatus; + } + public function getVerificationStatus() + { + return $this->verificationStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/History.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/History.php new file mode 100644 index 000000000..35b65fa00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/History.php @@ -0,0 +1,111 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Gmail_HistoryLabelAdded + */ + public function setLabelsAdded($labelsAdded) + { + $this->labelsAdded = $labelsAdded; + } + /** + * @return Google_Service_Gmail_HistoryLabelAdded + */ + public function getLabelsAdded() + { + return $this->labelsAdded; + } + /** + * @param Google_Service_Gmail_HistoryLabelRemoved + */ + public function setLabelsRemoved($labelsRemoved) + { + $this->labelsRemoved = $labelsRemoved; + } + /** + * @return Google_Service_Gmail_HistoryLabelRemoved + */ + public function getLabelsRemoved() + { + return $this->labelsRemoved; + } + /** + * @param Google_Service_Gmail_Message + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessages() + { + return $this->messages; + } + /** + * @param Google_Service_Gmail_HistoryMessageAdded + */ + public function setMessagesAdded($messagesAdded) + { + $this->messagesAdded = $messagesAdded; + } + /** + * @return Google_Service_Gmail_HistoryMessageAdded + */ + public function getMessagesAdded() + { + return $this->messagesAdded; + } + /** + * @param Google_Service_Gmail_HistoryMessageDeleted + */ + public function setMessagesDeleted($messagesDeleted) + { + $this->messagesDeleted = $messagesDeleted; + } + /** + * @return Google_Service_Gmail_HistoryMessageDeleted + */ + public function getMessagesDeleted() + { + return $this->messagesDeleted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php new file mode 100644 index 000000000..829237736 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php @@ -0,0 +1,47 @@ +labelIds = $labelIds; + } + public function getLabelIds() + { + return $this->labelIds; + } + /** + * @param Google_Service_Gmail_Message + */ + public function setMessage(Google_Service_Gmail_Message $message) + { + $this->message = $message; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php new file mode 100644 index 000000000..873f6daf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php @@ -0,0 +1,47 @@ +labelIds = $labelIds; + } + public function getLabelIds() + { + return $this->labelIds; + } + /** + * @param Google_Service_Gmail_Message + */ + public function setMessage(Google_Service_Gmail_Message $message) + { + $this->message = $message; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php new file mode 100644 index 000000000..5f863570c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php @@ -0,0 +1,37 @@ +message = $message; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php new file mode 100644 index 000000000..0afa7975f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php @@ -0,0 +1,37 @@ +message = $message; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php new file mode 100644 index 000000000..df939b728 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php @@ -0,0 +1,57 @@ +autoExpunge = $autoExpunge; + } + public function getAutoExpunge() + { + return $this->autoExpunge; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setExpungeBehavior($expungeBehavior) + { + $this->expungeBehavior = $expungeBehavior; + } + public function getExpungeBehavior() + { + return $this->expungeBehavior; + } + public function setMaxFolderSize($maxFolderSize) + { + $this->maxFolderSize = $maxFolderSize; + } + public function getMaxFolderSize() + { + return $this->maxFolderSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Label.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Label.php new file mode 100644 index 000000000..f428a9328 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Label.php @@ -0,0 +1,118 @@ +color = $color; + } + /** + * @return Google_Service_Gmail_LabelColor + */ + public function getColor() + { + return $this->color; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLabelListVisibility($labelListVisibility) + { + $this->labelListVisibility = $labelListVisibility; + } + public function getLabelListVisibility() + { + return $this->labelListVisibility; + } + public function setMessageListVisibility($messageListVisibility) + { + $this->messageListVisibility = $messageListVisibility; + } + public function getMessageListVisibility() + { + return $this->messageListVisibility; + } + public function setMessagesTotal($messagesTotal) + { + $this->messagesTotal = $messagesTotal; + } + public function getMessagesTotal() + { + return $this->messagesTotal; + } + public function setMessagesUnread($messagesUnread) + { + $this->messagesUnread = $messagesUnread; + } + public function getMessagesUnread() + { + return $this->messagesUnread; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setThreadsTotal($threadsTotal) + { + $this->threadsTotal = $threadsTotal; + } + public function getThreadsTotal() + { + return $this->threadsTotal; + } + public function setThreadsUnread($threadsUnread) + { + $this->threadsUnread = $threadsUnread; + } + public function getThreadsUnread() + { + return $this->threadsUnread; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/LabelColor.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/LabelColor.php new file mode 100644 index 000000000..10c318740 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/LabelColor.php @@ -0,0 +1,39 @@ +backgroundColor = $backgroundColor; + } + public function getBackgroundColor() + { + return $this->backgroundColor; + } + public function setTextColor($textColor) + { + $this->textColor = $textColor; + } + public function getTextColor() + { + return $this->textColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/LanguageSettings.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/LanguageSettings.php new file mode 100644 index 000000000..077bd8545 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/LanguageSettings.php @@ -0,0 +1,30 @@ +displayLanguage = $displayLanguage; + } + public function getDisplayLanguage() + { + return $this->displayLanguage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDelegatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDelegatesResponse.php new file mode 100644 index 000000000..b0f19c103 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDelegatesResponse.php @@ -0,0 +1,38 @@ +delegates = $delegates; + } + /** + * @return Google_Service_Gmail_Delegate + */ + public function getDelegates() + { + return $this->delegates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php new file mode 100644 index 000000000..dbfce468b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php @@ -0,0 +1,56 @@ +drafts = $drafts; + } + /** + * @return Google_Service_Gmail_Draft + */ + public function getDrafts() + { + return $this->drafts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setResultSizeEstimate($resultSizeEstimate) + { + $this->resultSizeEstimate = $resultSizeEstimate; + } + public function getResultSizeEstimate() + { + return $this->resultSizeEstimate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php new file mode 100644 index 000000000..589d78245 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php @@ -0,0 +1,38 @@ +filter = $filter; + } + /** + * @return Google_Service_Gmail_Filter + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php new file mode 100644 index 000000000..477f861e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php @@ -0,0 +1,38 @@ +forwardingAddresses = $forwardingAddresses; + } + /** + * @return Google_Service_Gmail_ForwardingAddress + */ + public function getForwardingAddresses() + { + return $this->forwardingAddresses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php new file mode 100644 index 000000000..a0d7d679b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php @@ -0,0 +1,56 @@ +history = $history; + } + /** + * @return Google_Service_Gmail_History + */ + public function getHistory() + { + return $this->history; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php new file mode 100644 index 000000000..9075e9c59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php @@ -0,0 +1,38 @@ +labels = $labels; + } + /** + * @return Google_Service_Gmail_Label + */ + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php new file mode 100644 index 000000000..e246fe181 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php @@ -0,0 +1,56 @@ +messages = $messages; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessages() + { + return $this->messages; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setResultSizeEstimate($resultSizeEstimate) + { + $this->resultSizeEstimate = $resultSizeEstimate; + } + public function getResultSizeEstimate() + { + return $this->resultSizeEstimate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php new file mode 100644 index 000000000..6048c421f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php @@ -0,0 +1,38 @@ +sendAs = $sendAs; + } + /** + * @return Google_Service_Gmail_SendAs + */ + public function getSendAs() + { + return $this->sendAs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php new file mode 100644 index 000000000..277907a1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php @@ -0,0 +1,38 @@ +smimeInfo = $smimeInfo; + } + /** + * @return Google_Service_Gmail_SmimeInfo + */ + public function getSmimeInfo() + { + return $this->smimeInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php new file mode 100644 index 000000000..347a39c40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setResultSizeEstimate($resultSizeEstimate) + { + $this->resultSizeEstimate = $resultSizeEstimate; + } + public function getResultSizeEstimate() + { + return $this->resultSizeEstimate; + } + /** + * @param Google_Service_Gmail_Thread + */ + public function setThreads($threads) + { + $this->threads = $threads; + } + /** + * @return Google_Service_Gmail_Thread + */ + public function getThreads() + { + return $this->threads; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php new file mode 100644 index 000000000..b5d0bc8cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php @@ -0,0 +1,110 @@ +historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalDate($internalDate) + { + $this->internalDate = $internalDate; + } + public function getInternalDate() + { + return $this->internalDate; + } + public function setLabelIds($labelIds) + { + $this->labelIds = $labelIds; + } + public function getLabelIds() + { + return $this->labelIds; + } + /** + * @param Google_Service_Gmail_MessagePart + */ + public function setPayload(Google_Service_Gmail_MessagePart $payload) + { + $this->payload = $payload; + } + /** + * @return Google_Service_Gmail_MessagePart + */ + public function getPayload() + { + return $this->payload; + } + public function setRaw($raw) + { + $this->raw = $raw; + } + public function getRaw() + { + return $this->raw; + } + public function setSizeEstimate($sizeEstimate) + { + $this->sizeEstimate = $sizeEstimate; + } + public function getSizeEstimate() + { + return $this->sizeEstimate; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } + public function setThreadId($threadId) + { + $this->threadId = $threadId; + } + public function getThreadId() + { + return $this->threadId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php new file mode 100644 index 000000000..e8270e1da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php @@ -0,0 +1,97 @@ +body = $body; + } + /** + * @return Google_Service_Gmail_MessagePartBody + */ + public function getBody() + { + return $this->body; + } + public function setFilename($filename) + { + $this->filename = $filename; + } + public function getFilename() + { + return $this->filename; + } + /** + * @param Google_Service_Gmail_MessagePartHeader + */ + public function setHeaders($headers) + { + $this->headers = $headers; + } + /** + * @return Google_Service_Gmail_MessagePartHeader + */ + public function getHeaders() + { + return $this->headers; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setPartId($partId) + { + $this->partId = $partId; + } + public function getPartId() + { + return $this->partId; + } + /** + * @param Google_Service_Gmail_MessagePart + */ + public function setParts($parts) + { + $this->parts = $parts; + } + /** + * @return Google_Service_Gmail_MessagePart + */ + public function getParts() + { + return $this->parts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php new file mode 100644 index 000000000..89323effc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php @@ -0,0 +1,48 @@ +attachmentId = $attachmentId; + } + public function getAttachmentId() + { + return $this->attachmentId; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartHeader.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartHeader.php new file mode 100644 index 000000000..8789faf5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartHeader.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyMessageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyMessageRequest.php new file mode 100644 index 000000000..7f37a47e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyMessageRequest.php @@ -0,0 +1,40 @@ +addLabelIds = $addLabelIds; + } + public function getAddLabelIds() + { + return $this->addLabelIds; + } + public function setRemoveLabelIds($removeLabelIds) + { + $this->removeLabelIds = $removeLabelIds; + } + public function getRemoveLabelIds() + { + return $this->removeLabelIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyThreadRequest.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyThreadRequest.php new file mode 100644 index 000000000..a8fec0137 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyThreadRequest.php @@ -0,0 +1,40 @@ +addLabelIds = $addLabelIds; + } + public function getAddLabelIds() + { + return $this->addLabelIds; + } + public function setRemoveLabelIds($removeLabelIds) + { + $this->removeLabelIds = $removeLabelIds; + } + public function getRemoveLabelIds() + { + return $this->removeLabelIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/PopSettings.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/PopSettings.php new file mode 100644 index 000000000..6069dc8f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/PopSettings.php @@ -0,0 +1,39 @@ +accessWindow = $accessWindow; + } + public function getAccessWindow() + { + return $this->accessWindow; + } + public function setDisposition($disposition) + { + $this->disposition = $disposition; + } + public function getDisposition() + { + return $this->disposition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Profile.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Profile.php new file mode 100644 index 000000000..7dda18c0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Profile.php @@ -0,0 +1,57 @@ +emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setMessagesTotal($messagesTotal) + { + $this->messagesTotal = $messagesTotal; + } + public function getMessagesTotal() + { + return $this->messagesTotal; + } + public function setThreadsTotal($threadsTotal) + { + $this->threadsTotal = $threadsTotal; + } + public function getThreadsTotal() + { + return $this->threadsTotal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/Users.php new file mode 100644 index 000000000..947fc56dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/Users.php @@ -0,0 +1,71 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $users = $gmailService->users; + * + */ +class Google_Service_Gmail_Resource_Users extends Google_Service_Resource +{ + /** + * Gets the current user's Gmail profile. (users.getProfile) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Profile + */ + public function getProfile($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getProfile', array($params), "Google_Service_Gmail_Profile"); + } + /** + * Stop receiving push notifications for the given user mailbox. (users.stop) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + */ + public function stop($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params)); + } + /** + * Set up or update a push notification watch on the given user mailbox. + * (users.watch) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_WatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_WatchResponse + */ + public function watch($userId, Google_Service_Gmail_WatchRequest $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Gmail_WatchResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersDrafts.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersDrafts.php new file mode 100644 index 000000000..d0ec543ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersDrafts.php @@ -0,0 +1,130 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $drafts = $gmailService->drafts; + * + */ +class Google_Service_Gmail_Resource_UsersDrafts extends Google_Service_Resource +{ + /** + * Creates a new draft with the DRAFT label. (drafts.create) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Draft $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Draft + */ + public function create($userId, Google_Service_Gmail_Draft $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Gmail_Draft"); + } + /** + * Immediately and permanently deletes the specified draft. Does not simply + * trash it. (drafts.delete) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the draft to delete. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified draft. (drafts.get) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the draft to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string format The format to return the draft in. + * @return Google_Service_Gmail_Draft + */ + public function get($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_Draft"); + } + /** + * Lists the drafts in the user's mailbox. (drafts.listUsersDrafts) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeSpamTrash Include drafts from SPAM and TRASH in the + * results. + * @opt_param string maxResults Maximum number of drafts to return. + * @opt_param string pageToken Page token to retrieve a specific page of results + * in the list. + * @opt_param string q Only return draft messages matching the specified query. + * Supports the same query format as the Gmail search box. For example, + * "from:someuser@example.com rfc822msgid: is:unread". + * @return Google_Service_Gmail_ListDraftsResponse + */ + public function listUsersDrafts($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListDraftsResponse"); + } + /** + * Sends the specified, existing draft to the recipients in the To, Cc, and Bcc + * headers. (drafts.send) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Draft $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Message + */ + public function send($userId, Google_Service_Gmail_Draft $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('send', array($params), "Google_Service_Gmail_Message"); + } + /** + * Replaces a draft's content. (drafts.update) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the draft to update. + * @param Google_Service_Gmail_Draft $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Draft + */ + public function update($userId, $id, Google_Service_Gmail_Draft $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Gmail_Draft"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersHistory.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersHistory.php new file mode 100644 index 000000000..128bd17d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersHistory.php @@ -0,0 +1,61 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $history = $gmailService->history; + * + */ +class Google_Service_Gmail_Resource_UsersHistory extends Google_Service_Resource +{ + /** + * Lists the history of all changes to the given mailbox. History results are + * returned in chronological order (increasing historyId). + * (history.listUsersHistory) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param string historyTypes History types to be returned by the function + * @opt_param string labelId Only return messages with a label matching the ID. + * @opt_param string maxResults The maximum number of history records to return. + * @opt_param string pageToken Page token to retrieve a specific page of results + * in the list. + * @opt_param string startHistoryId Required. Returns history records after the + * specified startHistoryId. The supplied startHistoryId should be obtained from + * the historyId of a message, thread, or previous list response. History IDs + * increase chronologically but are not contiguous with random gaps in between + * valid IDs. Supplying an invalid or out of date startHistoryId typically + * returns an HTTP 404 error code. A historyId is typically valid for at least a + * week, but in some rare circumstances may be valid for only a few hours. If + * you receive an HTTP 404 error response, your application should perform a + * full sync. If you receive no nextPageToken in the response, there are no + * updates to retrieve and you can store the returned historyId for a future + * request. + * @return Google_Service_Gmail_ListHistoryResponse + */ + public function listUsersHistory($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListHistoryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersLabels.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersLabels.php new file mode 100644 index 000000000..88b33ce74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersLabels.php @@ -0,0 +1,120 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $labels = $gmailService->labels; + * + */ +class Google_Service_Gmail_Resource_UsersLabels extends Google_Service_Resource +{ + /** + * Creates a new label. (labels.create) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Label $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Label + */ + public function create($userId, Google_Service_Gmail_Label $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Gmail_Label"); + } + /** + * Immediately and permanently deletes the specified label and removes it from + * any messages and threads that it is applied to. (labels.delete) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the label to delete. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified label. (labels.get) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the label to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Label + */ + public function get($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_Label"); + } + /** + * Lists all labels in the user's mailbox. (labels.listUsersLabels) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ListLabelsResponse + */ + public function listUsersLabels($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListLabelsResponse"); + } + /** + * Updates the specified label. This method supports patch semantics. + * (labels.patch) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the label to update. + * @param Google_Service_Gmail_Label $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Label + */ + public function patch($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Gmail_Label"); + } + /** + * Updates the specified label. (labels.update) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the label to update. + * @param Google_Service_Gmail_Label $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Label + */ + public function update($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Gmail_Label"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php new file mode 100644 index 000000000..67c737b96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php @@ -0,0 +1,229 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $messages = $gmailService->messages; + * + */ +class Google_Service_Gmail_Resource_UsersMessages extends Google_Service_Resource +{ + /** + * Deletes many messages by message ID. Provides no guarantees that messages + * were not already deleted or even existed at all. (messages.batchDelete) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_BatchDeleteMessagesRequest $postBody + * @param array $optParams Optional parameters. + */ + public function batchDelete($userId, Google_Service_Gmail_BatchDeleteMessagesRequest $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params)); + } + /** + * Modifies the labels on the specified messages. (messages.batchModify) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_BatchModifyMessagesRequest $postBody + * @param array $optParams Optional parameters. + */ + public function batchModify($userId, Google_Service_Gmail_BatchModifyMessagesRequest $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchModify', array($params)); + } + /** + * Immediately and permanently deletes the specified message. This operation + * cannot be undone. Prefer messages.trash instead. (messages.delete) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the message to delete. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified message. (messages.get) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the message to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string format The format to return the message in. + * @opt_param string metadataHeaders When given and format is METADATA, only + * include headers specified. + * @return Google_Service_Gmail_Message + */ + public function get($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_Message"); + } + /** + * Imports a message into only this user's mailbox, with standard email delivery + * scanning and classification similar to receiving via SMTP. Does not send a + * message. (messages.import) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Message $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and + * only visible in Google Vault to a Vault administrator. Only used for G Suite + * accounts. + * @opt_param string internalDateSource Source for Gmail's internal date of the + * message. + * @opt_param bool neverMarkSpam Ignore the Gmail spam classifier decision and + * never mark this email as SPAM in the mailbox. + * @opt_param bool processForCalendar Process calendar invites in the email and + * add any extracted meetings to the Google Calendar for this user. + * @return Google_Service_Gmail_Message + */ + public function import($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_Gmail_Message"); + } + /** + * Directly inserts a message into only this user's mailbox similar to IMAP + * APPEND, bypassing most scanning and classification. Does not send a message. + * (messages.insert) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Message $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and + * only visible in Google Vault to a Vault administrator. Only used for G Suite + * accounts. + * @opt_param string internalDateSource Source for Gmail's internal date of the + * message. + * @return Google_Service_Gmail_Message + */ + public function insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Gmail_Message"); + } + /** + * Lists the messages in the user's mailbox. (messages.listUsersMessages) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeSpamTrash Include messages from SPAM and TRASH in the + * results. + * @opt_param string labelIds Only return messages with labels that match all of + * the specified label IDs. + * @opt_param string maxResults Maximum number of messages to return. + * @opt_param string pageToken Page token to retrieve a specific page of results + * in the list. + * @opt_param string q Only return messages matching the specified query. + * Supports the same query format as the Gmail search box. For example, + * "from:someuser@example.com rfc822msgid: is:unread". Parameter cannot be used + * when accessing the api using the gmail.metadata scope. + * @return Google_Service_Gmail_ListMessagesResponse + */ + public function listUsersMessages($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListMessagesResponse"); + } + /** + * Modifies the labels on the specified message. (messages.modify) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the message to modify. + * @param Google_Service_Gmail_ModifyMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Message + */ + public function modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modify', array($params), "Google_Service_Gmail_Message"); + } + /** + * Sends the specified message to the recipients in the To, Cc, and Bcc headers. + * (messages.send) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Message $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Message + */ + public function send($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('send', array($params), "Google_Service_Gmail_Message"); + } + /** + * Moves the specified message to the trash. (messages.trash) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the message to Trash. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Message + */ + public function trash($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('trash', array($params), "Google_Service_Gmail_Message"); + } + /** + * Removes the specified message from the trash. (messages.untrash) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the message to remove from Trash. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Message + */ + public function untrash($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('untrash', array($params), "Google_Service_Gmail_Message"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessagesAttachments.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessagesAttachments.php new file mode 100644 index 000000000..6c3a5e480 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessagesAttachments.php @@ -0,0 +1,44 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $attachments = $gmailService->attachments; + * + */ +class Google_Service_Gmail_Resource_UsersMessagesAttachments extends Google_Service_Resource +{ + /** + * Gets the specified message attachment. (attachments.get) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $messageId The ID of the message containing the attachment. + * @param string $id The ID of the attachment. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_MessagePartBody + */ + public function get($userId, $messageId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'messageId' => $messageId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_MessagePartBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettings.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettings.php new file mode 100644 index 000000000..ccf5d9bcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettings.php @@ -0,0 +1,184 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $settings = $gmailService->settings; + * + */ +class Google_Service_Gmail_Resource_UsersSettings extends Google_Service_Resource +{ + /** + * Gets the auto-forwarding setting for the specified account. + * (settings.getAutoForwarding) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_AutoForwarding + */ + public function getAutoForwarding($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getAutoForwarding', array($params), "Google_Service_Gmail_AutoForwarding"); + } + /** + * Gets IMAP settings. (settings.getImap) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ImapSettings + */ + public function getImap($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getImap', array($params), "Google_Service_Gmail_ImapSettings"); + } + /** + * Gets language settings. (settings.getLanguage) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_LanguageSettings + */ + public function getLanguage($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getLanguage', array($params), "Google_Service_Gmail_LanguageSettings"); + } + /** + * Gets POP settings. (settings.getPop) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_PopSettings + */ + public function getPop($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getPop', array($params), "Google_Service_Gmail_PopSettings"); + } + /** + * Gets vacation responder settings. (settings.getVacation) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_VacationSettings + */ + public function getVacation($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('getVacation', array($params), "Google_Service_Gmail_VacationSettings"); + } + /** + * Updates the auto-forwarding setting for the specified account. A verified + * forwarding address must be specified when auto-forwarding is enabled. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (settings.updateAutoForwarding) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_AutoForwarding $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_AutoForwarding + */ + public function updateAutoForwarding($userId, Google_Service_Gmail_AutoForwarding $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateAutoForwarding', array($params), "Google_Service_Gmail_AutoForwarding"); + } + /** + * Updates IMAP settings. (settings.updateImap) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_ImapSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ImapSettings + */ + public function updateImap($userId, Google_Service_Gmail_ImapSettings $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateImap', array($params), "Google_Service_Gmail_ImapSettings"); + } + /** + * Updates language settings. + * + * If successful, the return object contains the displayLanguage that was saved + * for the user, which may differ from the value passed into the request. This + * is because the requested displayLanguage may not be directly supported by + * Gmail but have a close variant that is, and so the variant may be chosen and + * saved instead. (settings.updateLanguage) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_LanguageSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_LanguageSettings + */ + public function updateLanguage($userId, Google_Service_Gmail_LanguageSettings $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateLanguage', array($params), "Google_Service_Gmail_LanguageSettings"); + } + /** + * Updates POP settings. (settings.updatePop) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_PopSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_PopSettings + */ + public function updatePop($userId, Google_Service_Gmail_PopSettings $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatePop', array($params), "Google_Service_Gmail_PopSettings"); + } + /** + * Updates vacation responder settings. (settings.updateVacation) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_VacationSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_VacationSettings + */ + public function updateVacation($userId, Google_Service_Gmail_VacationSettings $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateVacation', array($params), "Google_Service_Gmail_VacationSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsDelegates.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsDelegates.php new file mode 100644 index 000000000..1b363b5fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsDelegates.php @@ -0,0 +1,119 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $delegates = $gmailService->delegates; + * + */ +class Google_Service_Gmail_Resource_UsersSettingsDelegates extends Google_Service_Resource +{ + /** + * Adds a delegate with its verification status set directly to accepted, + * without sending any verification email. The delegate user must be a member of + * the same G Suite organization as the delegator user. + * + * Gmail imposes limtations on the number of delegates and delegators each user + * in a G Suite organization can have. These limits depend on your organization, + * but in general each user can have up to 25 delegates and up to 10 delegators. + * + * Note that a delegate user must be referred to by their primary email address, + * and not an email alias. + * + * Also note that when a new delegate is created, there may be up to a one + * minute delay before the new delegate is available for use. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (delegates.create) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Delegate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Delegate + */ + public function create($userId, Google_Service_Gmail_Delegate $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Gmail_Delegate"); + } + /** + * Removes the specified delegate (which can be of any verification status), and + * revokes any verification that may have been required for using it. + * + * Note that a delegate user must be referred to by their primary email address, + * and not an email alias. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (delegates.delete) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $delegateEmail The email address of the user to be removed as a + * delegate. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $delegateEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'delegateEmail' => $delegateEmail); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified delegate. + * + * Note that a delegate user must be referred to by their primary email address, + * and not an email alias. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (delegates.get) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $delegateEmail The email address of the user whose delegate + * relationship is to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Delegate + */ + public function get($userId, $delegateEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'delegateEmail' => $delegateEmail); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_Delegate"); + } + /** + * Lists the delegates for the specified account. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (delegates.listUsersSettingsDelegates) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ListDelegatesResponse + */ + public function listUsersSettingsDelegates($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListDelegatesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsFilters.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsFilters.php new file mode 100644 index 000000000..d142bc29c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsFilters.php @@ -0,0 +1,86 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $filters = $gmailService->filters; + * + */ +class Google_Service_Gmail_Resource_UsersSettingsFilters extends Google_Service_Resource +{ + /** + * Creates a filter. (filters.create) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_Filter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Filter + */ + public function create($userId, Google_Service_Gmail_Filter $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Gmail_Filter"); + } + /** + * Deletes a filter. (filters.delete) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $id The ID of the filter to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a filter. (filters.get) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $id The ID of the filter to be fetched. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Filter + */ + public function get($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_Filter"); + } + /** + * Lists the message filters of a Gmail user. (filters.listUsersSettingsFilters) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ListFiltersResponse + */ + public function listUsersSettingsFilters($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListFiltersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsForwardingAddresses.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsForwardingAddresses.php new file mode 100644 index 000000000..b0e25086b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsForwardingAddresses.php @@ -0,0 +1,97 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $forwardingAddresses = $gmailService->forwardingAddresses; + * + */ +class Google_Service_Gmail_Resource_UsersSettingsForwardingAddresses extends Google_Service_Resource +{ + /** + * Creates a forwarding address. If ownership verification is required, a + * message will be sent to the recipient and the resource's verification status + * will be set to pending; otherwise, the resource will be created with + * verification status set to accepted. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (forwardingAddresses.create) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_ForwardingAddress $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ForwardingAddress + */ + public function create($userId, Google_Service_Gmail_ForwardingAddress $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Gmail_ForwardingAddress"); + } + /** + * Deletes the specified forwarding address and revokes any verification that + * may have been required. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (forwardingAddresses.delete) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $forwardingEmail The forwarding address to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $forwardingEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'forwardingEmail' => $forwardingEmail); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified forwarding address. (forwardingAddresses.get) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $forwardingEmail The forwarding address to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ForwardingAddress + */ + public function get($userId, $forwardingEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'forwardingEmail' => $forwardingEmail); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_ForwardingAddress"); + } + /** + * Lists the forwarding addresses for the specified account. + * (forwardingAddresses.listUsersSettingsForwardingAddresses) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ListForwardingAddressesResponse + */ + public function listUsersSettingsForwardingAddresses($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListForwardingAddressesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAs.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAs.php new file mode 100644 index 000000000..f3c45cfb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAs.php @@ -0,0 +1,162 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $sendAs = $gmailService->sendAs; + * + */ +class Google_Service_Gmail_Resource_UsersSettingsSendAs extends Google_Service_Resource +{ + /** + * Creates a custom "from" send-as alias. If an SMTP MSA is specified, Gmail + * will attempt to connect to the SMTP service to validate the configuration + * before creating the alias. If ownership verification is required for the + * alias, a message will be sent to the email address and the resource's + * verification status will be set to pending; otherwise, the resource will be + * created with verification status set to accepted. If a signature is provided, + * Gmail will sanitize the HTML before saving it with the alias. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (sendAs.create) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param Google_Service_Gmail_SendAs $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_SendAs + */ + public function create($userId, Google_Service_Gmail_SendAs $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Gmail_SendAs"); + } + /** + * Deletes the specified send-as alias. Revokes any verification that may have + * been required for using it. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (sendAs.delete) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The send-as alias to be deleted. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $sendAsEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified send-as alias. Fails with an HTTP 404 error if the + * specified address is not a member of the collection. (sendAs.get) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The send-as alias to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_SendAs + */ + public function get($userId, $sendAsEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_SendAs"); + } + /** + * Lists the send-as aliases for the specified account. The result includes the + * primary send-as address associated with the account as well as any custom + * "from" aliases. (sendAs.listUsersSettingsSendAs) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ListSendAsResponse + */ + public function listUsersSettingsSendAs($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListSendAsResponse"); + } + /** + * Updates a send-as alias. If a signature is provided, Gmail will sanitize the + * HTML before saving it with the alias. + * + * Addresses other than the primary address for the account can only be updated + * by service account clients that have been delegated domain-wide authority. + * This method supports patch semantics. (sendAs.patch) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The send-as alias to be updated. + * @param Google_Service_Gmail_SendAs $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_SendAs + */ + public function patch($userId, $sendAsEmail, Google_Service_Gmail_SendAs $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Gmail_SendAs"); + } + /** + * Updates a send-as alias. If a signature is provided, Gmail will sanitize the + * HTML before saving it with the alias. + * + * Addresses other than the primary address for the account can only be updated + * by service account clients that have been delegated domain-wide authority. + * (sendAs.update) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The send-as alias to be updated. + * @param Google_Service_Gmail_SendAs $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_SendAs + */ + public function update($userId, $sendAsEmail, Google_Service_Gmail_SendAs $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Gmail_SendAs"); + } + /** + * Sends a verification email to the specified send-as alias address. The + * verification status must be pending. + * + * This method is only available to service account clients that have been + * delegated domain-wide authority. (sendAs.verify) + * + * @param string $userId User's email address. The special value "me" can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The send-as alias to be verified. + * @param array $optParams Optional parameters. + */ + public function verify($userId, $sendAsEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); + $params = array_merge($params, $optParams); + return $this->call('verify', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAsSmimeInfo.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAsSmimeInfo.php new file mode 100644 index 000000000..ffb17fa86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAsSmimeInfo.php @@ -0,0 +1,115 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $smimeInfo = $gmailService->smimeInfo; + * + */ +class Google_Service_Gmail_Resource_UsersSettingsSendAsSmimeInfo extends Google_Service_Resource +{ + /** + * Deletes the specified S/MIME config for the specified send-as alias. + * (smimeInfo.delete) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The email address that appears in the "From:" + * header for mail sent using this alias. + * @param string $id The immutable ID for the SmimeInfo. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $sendAsEmail, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified S/MIME config for the specified send-as alias. + * (smimeInfo.get) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The email address that appears in the "From:" + * header for mail sent using this alias. + * @param string $id The immutable ID for the SmimeInfo. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_SmimeInfo + */ + public function get($userId, $sendAsEmail, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_SmimeInfo"); + } + /** + * Insert (upload) the given S/MIME config for the specified send-as alias. Note + * that pkcs12 format is required for the key. (smimeInfo.insert) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The email address that appears in the "From:" + * header for mail sent using this alias. + * @param Google_Service_Gmail_SmimeInfo $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_SmimeInfo + */ + public function insert($userId, $sendAsEmail, Google_Service_Gmail_SmimeInfo $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Gmail_SmimeInfo"); + } + /** + * Lists S/MIME configs for the specified send-as alias. + * (smimeInfo.listUsersSettingsSendAsSmimeInfo) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The email address that appears in the "From:" + * header for mail sent using this alias. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_ListSmimeInfoResponse + */ + public function listUsersSettingsSendAsSmimeInfo($userId, $sendAsEmail, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListSmimeInfoResponse"); + } + /** + * Sets the default S/MIME config for the specified send-as alias. + * (smimeInfo.setDefault) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $sendAsEmail The email address that appears in the "From:" + * header for mail sent using this alias. + * @param string $id The immutable ID for the SmimeInfo. + * @param array $optParams Optional parameters. + */ + public function setDefault($userId, $sendAsEmail, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('setDefault', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersThreads.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersThreads.php new file mode 100644 index 000000000..b8909c476 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersThreads.php @@ -0,0 +1,135 @@ + + * $gmailService = new Google_Service_Gmail(...); + * $threads = $gmailService->threads; + * + */ +class Google_Service_Gmail_Resource_UsersThreads extends Google_Service_Resource +{ + /** + * Immediately and permanently deletes the specified thread. This operation + * cannot be undone. Prefer threads.trash instead. (threads.delete) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id ID of the Thread to delete. + * @param array $optParams Optional parameters. + */ + public function delete($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets the specified thread. (threads.get) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the thread to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string format The format to return the messages in. + * @opt_param string metadataHeaders When given and format is METADATA, only + * include headers specified. + * @return Google_Service_Gmail_Thread + */ + public function get($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Gmail_Thread"); + } + /** + * Lists the threads in the user's mailbox. (threads.listUsersThreads) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param bool includeSpamTrash Include threads from SPAM and TRASH in the + * results. + * @opt_param string labelIds Only return threads with labels that match all of + * the specified label IDs. + * @opt_param string maxResults Maximum number of threads to return. + * @opt_param string pageToken Page token to retrieve a specific page of results + * in the list. + * @opt_param string q Only return threads matching the specified query. + * Supports the same query format as the Gmail search box. For example, + * "from:someuser@example.com rfc822msgid: is:unread". Parameter cannot be used + * when accessing the api using the gmail.metadata scope. + * @return Google_Service_Gmail_ListThreadsResponse + */ + public function listUsersThreads($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Gmail_ListThreadsResponse"); + } + /** + * Modifies the labels applied to the thread. This applies to all messages in + * the thread. (threads.modify) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the thread to modify. + * @param Google_Service_Gmail_ModifyThreadRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Thread + */ + public function modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modify', array($params), "Google_Service_Gmail_Thread"); + } + /** + * Moves the specified thread to the trash. (threads.trash) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the thread to Trash. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Thread + */ + public function trash($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('trash', array($params), "Google_Service_Gmail_Thread"); + } + /** + * Removes the specified thread from the trash. (threads.untrash) + * + * @param string $userId The user's email address. The special value me can be + * used to indicate the authenticated user. + * @param string $id The ID of the thread to remove from Trash. + * @param array $optParams Optional parameters. + * @return Google_Service_Gmail_Thread + */ + public function untrash($userId, $id, $optParams = array()) + { + $params = array('userId' => $userId, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('untrash', array($params), "Google_Service_Gmail_Thread"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/SendAs.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/SendAs.php new file mode 100644 index 000000000..82f96cdf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/SendAs.php @@ -0,0 +1,109 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setIsDefault($isDefault) + { + $this->isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setIsPrimary($isPrimary) + { + $this->isPrimary = $isPrimary; + } + public function getIsPrimary() + { + return $this->isPrimary; + } + public function setReplyToAddress($replyToAddress) + { + $this->replyToAddress = $replyToAddress; + } + public function getReplyToAddress() + { + return $this->replyToAddress; + } + public function setSendAsEmail($sendAsEmail) + { + $this->sendAsEmail = $sendAsEmail; + } + public function getSendAsEmail() + { + return $this->sendAsEmail; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } + /** + * @param Google_Service_Gmail_SmtpMsa + */ + public function setSmtpMsa(Google_Service_Gmail_SmtpMsa $smtpMsa) + { + $this->smtpMsa = $smtpMsa; + } + /** + * @return Google_Service_Gmail_SmtpMsa + */ + public function getSmtpMsa() + { + return $this->smtpMsa; + } + public function setTreatAsAlias($treatAsAlias) + { + $this->treatAsAlias = $treatAsAlias; + } + public function getTreatAsAlias() + { + return $this->treatAsAlias; + } + public function setVerificationStatus($verificationStatus) + { + $this->verificationStatus = $verificationStatus; + } + public function getVerificationStatus() + { + return $this->verificationStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php new file mode 100644 index 000000000..0e2180274 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php @@ -0,0 +1,84 @@ +encryptedKeyPassword = $encryptedKeyPassword; + } + public function getEncryptedKeyPassword() + { + return $this->encryptedKeyPassword; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsDefault($isDefault) + { + $this->isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setIssuerCn($issuerCn) + { + $this->issuerCn = $issuerCn; + } + public function getIssuerCn() + { + return $this->issuerCn; + } + public function setPem($pem) + { + $this->pem = $pem; + } + public function getPem() + { + return $this->pem; + } + public function setPkcs12($pkcs12) + { + $this->pkcs12 = $pkcs12; + } + public function getPkcs12() + { + return $this->pkcs12; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/SmtpMsa.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/SmtpMsa.php new file mode 100644 index 000000000..c0191386a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/SmtpMsa.php @@ -0,0 +1,66 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setSecurityMode($securityMode) + { + $this->securityMode = $securityMode; + } + public function getSecurityMode() + { + return $this->securityMode; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/Thread.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/Thread.php new file mode 100644 index 000000000..74a0f0ab3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Thread.php @@ -0,0 +1,65 @@ +historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Gmail_Message + */ + public function setMessages($messages) + { + $this->messages = $messages; + } + /** + * @return Google_Service_Gmail_Message + */ + public function getMessages() + { + return $this->messages; + } + public function setSnippet($snippet) + { + $this->snippet = $snippet; + } + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php new file mode 100644 index 000000000..1e990dbb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php @@ -0,0 +1,93 @@ +enableAutoReply = $enableAutoReply; + } + public function getEnableAutoReply() + { + return $this->enableAutoReply; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setResponseBodyHtml($responseBodyHtml) + { + $this->responseBodyHtml = $responseBodyHtml; + } + public function getResponseBodyHtml() + { + return $this->responseBodyHtml; + } + public function setResponseBodyPlainText($responseBodyPlainText) + { + $this->responseBodyPlainText = $responseBodyPlainText; + } + public function getResponseBodyPlainText() + { + return $this->responseBodyPlainText; + } + public function setResponseSubject($responseSubject) + { + $this->responseSubject = $responseSubject; + } + public function getResponseSubject() + { + return $this->responseSubject; + } + public function setRestrictToContacts($restrictToContacts) + { + $this->restrictToContacts = $restrictToContacts; + } + public function getRestrictToContacts() + { + return $this->restrictToContacts; + } + public function setRestrictToDomain($restrictToDomain) + { + $this->restrictToDomain = $restrictToDomain; + } + public function getRestrictToDomain() + { + return $this->restrictToDomain; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchRequest.php new file mode 100644 index 000000000..5fa9144fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchRequest.php @@ -0,0 +1,49 @@ +labelFilterAction = $labelFilterAction; + } + public function getLabelFilterAction() + { + return $this->labelFilterAction; + } + public function setLabelIds($labelIds) + { + $this->labelIds = $labelIds; + } + public function getLabelIds() + { + return $this->labelIds; + } + public function setTopicName($topicName) + { + $this->topicName = $topicName; + } + public function getTopicName() + { + return $this->topicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchResponse.php new file mode 100644 index 000000000..d7dc3bfe0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchResponse.php @@ -0,0 +1,39 @@ +expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GroupsMigration.php b/vendor/google/apiclient-services/src/Google/Service/GroupsMigration.php new file mode 100644 index 000000000..af08fed6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GroupsMigration.php @@ -0,0 +1,75 @@ + + * Groups Migration Api. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_GroupsMigration extends Google_Service +{ + /** Manage messages in groups on your domain. */ + const APPS_GROUPS_MIGRATION = + "https://www.googleapis.com/auth/apps.groups.migration"; + + public $archive; + + /** + * Constructs the internal representation of the GroupsMigration 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 = 'groups/v1/groups/'; + $this->batchPath = 'batch/groupsmigration/v1'; + $this->version = 'v1'; + $this->serviceName = 'groupsmigration'; + + $this->archive = new Google_Service_GroupsMigration_Resource_Archive( + $this, + $this->serviceName, + 'archive', + array( + 'methods' => array( + 'insert' => array( + 'path' => '{groupId}/archive', + 'httpMethod' => 'POST', + 'parameters' => array( + 'groupId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GroupsMigration/Groups.php b/vendor/google/apiclient-services/src/Google/Service/GroupsMigration/Groups.php new file mode 100644 index 000000000..35d4bfb4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GroupsMigration/Groups.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResponseCode($responseCode) + { + $this->responseCode = $responseCode; + } + public function getResponseCode() + { + return $this->responseCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/GroupsMigration/Resource/Archive.php b/vendor/google/apiclient-services/src/Google/Service/GroupsMigration/Resource/Archive.php new file mode 100644 index 000000000..0b977b0b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/GroupsMigration/Resource/Archive.php @@ -0,0 +1,41 @@ + + * $groupsmigrationService = new Google_Service_GroupsMigration(...); + * $archive = $groupsmigrationService->archive; + * + */ +class Google_Service_GroupsMigration_Resource_Archive extends Google_Service_Resource +{ + /** + * Inserts a new mail into the archive of the Google group. (archive.insert) + * + * @param string $groupId The group ID + * @param array $optParams Optional parameters. + * @return Google_Service_GroupsMigration_Groups + */ + public function insert($groupId, $optParams = array()) + { + $params = array('groupId' => $groupId); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_GroupsMigration_Groups"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Groupssettings.php b/vendor/google/apiclient-services/src/Google/Service/Groupssettings.php new file mode 100644 index 000000000..645085c23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Groupssettings.php @@ -0,0 +1,95 @@ + + * Manages permission levels and related settings of a group. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Groupssettings extends Google_Service +{ + /** View and manage the settings of a G Suite group. */ + const APPS_GROUPS_SETTINGS = + "https://www.googleapis.com/auth/apps.groups.settings"; + + public $groups; + + /** + * Constructs the internal representation of the Groupssettings 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 = 'groups/v1/groups/'; + $this->batchPath = 'batch/groupssettings/v1'; + $this->version = 'v1'; + $this->serviceName = 'groupssettings'; + + $this->groups = new Google_Service_Groupssettings_Resource_Groups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'get' => array( + 'path' => '{groupUniqueId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'groupUniqueId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{groupUniqueId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'groupUniqueId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{groupUniqueId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'groupUniqueId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Groupssettings/Groups.php b/vendor/google/apiclient-services/src/Google/Service/Groupssettings/Groups.php new file mode 100644 index 000000000..02ce92913 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Groupssettings/Groups.php @@ -0,0 +1,570 @@ +allowExternalMembers = $allowExternalMembers; + } + public function getAllowExternalMembers() + { + return $this->allowExternalMembers; + } + public function setAllowGoogleCommunication($allowGoogleCommunication) + { + $this->allowGoogleCommunication = $allowGoogleCommunication; + } + public function getAllowGoogleCommunication() + { + return $this->allowGoogleCommunication; + } + public function setAllowWebPosting($allowWebPosting) + { + $this->allowWebPosting = $allowWebPosting; + } + public function getAllowWebPosting() + { + return $this->allowWebPosting; + } + public function setArchiveOnly($archiveOnly) + { + $this->archiveOnly = $archiveOnly; + } + public function getArchiveOnly() + { + return $this->archiveOnly; + } + public function setCustomFooterText($customFooterText) + { + $this->customFooterText = $customFooterText; + } + public function getCustomFooterText() + { + return $this->customFooterText; + } + public function setCustomReplyTo($customReplyTo) + { + $this->customReplyTo = $customReplyTo; + } + public function getCustomReplyTo() + { + return $this->customReplyTo; + } + public function setCustomRolesEnabledForSettingsToBeMerged($customRolesEnabledForSettingsToBeMerged) + { + $this->customRolesEnabledForSettingsToBeMerged = $customRolesEnabledForSettingsToBeMerged; + } + public function getCustomRolesEnabledForSettingsToBeMerged() + { + return $this->customRolesEnabledForSettingsToBeMerged; + } + public function setDefaultMessageDenyNotificationText($defaultMessageDenyNotificationText) + { + $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText; + } + public function getDefaultMessageDenyNotificationText() + { + return $this->defaultMessageDenyNotificationText; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEnableCollaborativeInbox($enableCollaborativeInbox) + { + $this->enableCollaborativeInbox = $enableCollaborativeInbox; + } + public function getEnableCollaborativeInbox() + { + return $this->enableCollaborativeInbox; + } + public function setFavoriteRepliesOnTop($favoriteRepliesOnTop) + { + $this->favoriteRepliesOnTop = $favoriteRepliesOnTop; + } + public function getFavoriteRepliesOnTop() + { + return $this->favoriteRepliesOnTop; + } + public function setIncludeCustomFooter($includeCustomFooter) + { + $this->includeCustomFooter = $includeCustomFooter; + } + public function getIncludeCustomFooter() + { + return $this->includeCustomFooter; + } + public function setIncludeInGlobalAddressList($includeInGlobalAddressList) + { + $this->includeInGlobalAddressList = $includeInGlobalAddressList; + } + public function getIncludeInGlobalAddressList() + { + return $this->includeInGlobalAddressList; + } + public function setIsArchived($isArchived) + { + $this->isArchived = $isArchived; + } + public function getIsArchived() + { + return $this->isArchived; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxMessageBytes($maxMessageBytes) + { + $this->maxMessageBytes = $maxMessageBytes; + } + public function getMaxMessageBytes() + { + return $this->maxMessageBytes; + } + public function setMembersCanPostAsTheGroup($membersCanPostAsTheGroup) + { + $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup; + } + public function getMembersCanPostAsTheGroup() + { + return $this->membersCanPostAsTheGroup; + } + public function setMessageDisplayFont($messageDisplayFont) + { + $this->messageDisplayFont = $messageDisplayFont; + } + public function getMessageDisplayFont() + { + return $this->messageDisplayFont; + } + public function setMessageModerationLevel($messageModerationLevel) + { + $this->messageModerationLevel = $messageModerationLevel; + } + public function getMessageModerationLevel() + { + return $this->messageModerationLevel; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrimaryLanguage($primaryLanguage) + { + $this->primaryLanguage = $primaryLanguage; + } + public function getPrimaryLanguage() + { + return $this->primaryLanguage; + } + public function setReplyTo($replyTo) + { + $this->replyTo = $replyTo; + } + public function getReplyTo() + { + return $this->replyTo; + } + public function setSendMessageDenyNotification($sendMessageDenyNotification) + { + $this->sendMessageDenyNotification = $sendMessageDenyNotification; + } + public function getSendMessageDenyNotification() + { + return $this->sendMessageDenyNotification; + } + public function setShowInGroupDirectory($showInGroupDirectory) + { + $this->showInGroupDirectory = $showInGroupDirectory; + } + public function getShowInGroupDirectory() + { + return $this->showInGroupDirectory; + } + public function setSpamModerationLevel($spamModerationLevel) + { + $this->spamModerationLevel = $spamModerationLevel; + } + public function getSpamModerationLevel() + { + return $this->spamModerationLevel; + } + public function setWhoCanAdd($whoCanAdd) + { + $this->whoCanAdd = $whoCanAdd; + } + public function getWhoCanAdd() + { + return $this->whoCanAdd; + } + public function setWhoCanAddReferences($whoCanAddReferences) + { + $this->whoCanAddReferences = $whoCanAddReferences; + } + public function getWhoCanAddReferences() + { + return $this->whoCanAddReferences; + } + public function setWhoCanApproveMembers($whoCanApproveMembers) + { + $this->whoCanApproveMembers = $whoCanApproveMembers; + } + public function getWhoCanApproveMembers() + { + return $this->whoCanApproveMembers; + } + public function setWhoCanApproveMessages($whoCanApproveMessages) + { + $this->whoCanApproveMessages = $whoCanApproveMessages; + } + public function getWhoCanApproveMessages() + { + return $this->whoCanApproveMessages; + } + public function setWhoCanAssignTopics($whoCanAssignTopics) + { + $this->whoCanAssignTopics = $whoCanAssignTopics; + } + public function getWhoCanAssignTopics() + { + return $this->whoCanAssignTopics; + } + public function setWhoCanAssistContent($whoCanAssistContent) + { + $this->whoCanAssistContent = $whoCanAssistContent; + } + public function getWhoCanAssistContent() + { + return $this->whoCanAssistContent; + } + public function setWhoCanBanUsers($whoCanBanUsers) + { + $this->whoCanBanUsers = $whoCanBanUsers; + } + public function getWhoCanBanUsers() + { + return $this->whoCanBanUsers; + } + public function setWhoCanContactOwner($whoCanContactOwner) + { + $this->whoCanContactOwner = $whoCanContactOwner; + } + public function getWhoCanContactOwner() + { + return $this->whoCanContactOwner; + } + public function setWhoCanDeleteAnyPost($whoCanDeleteAnyPost) + { + $this->whoCanDeleteAnyPost = $whoCanDeleteAnyPost; + } + public function getWhoCanDeleteAnyPost() + { + return $this->whoCanDeleteAnyPost; + } + public function setWhoCanDeleteTopics($whoCanDeleteTopics) + { + $this->whoCanDeleteTopics = $whoCanDeleteTopics; + } + public function getWhoCanDeleteTopics() + { + return $this->whoCanDeleteTopics; + } + public function setWhoCanDiscoverGroup($whoCanDiscoverGroup) + { + $this->whoCanDiscoverGroup = $whoCanDiscoverGroup; + } + public function getWhoCanDiscoverGroup() + { + return $this->whoCanDiscoverGroup; + } + public function setWhoCanEnterFreeFormTags($whoCanEnterFreeFormTags) + { + $this->whoCanEnterFreeFormTags = $whoCanEnterFreeFormTags; + } + public function getWhoCanEnterFreeFormTags() + { + return $this->whoCanEnterFreeFormTags; + } + public function setWhoCanHideAbuse($whoCanHideAbuse) + { + $this->whoCanHideAbuse = $whoCanHideAbuse; + } + public function getWhoCanHideAbuse() + { + return $this->whoCanHideAbuse; + } + public function setWhoCanInvite($whoCanInvite) + { + $this->whoCanInvite = $whoCanInvite; + } + public function getWhoCanInvite() + { + return $this->whoCanInvite; + } + public function setWhoCanJoin($whoCanJoin) + { + $this->whoCanJoin = $whoCanJoin; + } + public function getWhoCanJoin() + { + return $this->whoCanJoin; + } + public function setWhoCanLeaveGroup($whoCanLeaveGroup) + { + $this->whoCanLeaveGroup = $whoCanLeaveGroup; + } + public function getWhoCanLeaveGroup() + { + return $this->whoCanLeaveGroup; + } + public function setWhoCanLockTopics($whoCanLockTopics) + { + $this->whoCanLockTopics = $whoCanLockTopics; + } + public function getWhoCanLockTopics() + { + return $this->whoCanLockTopics; + } + public function setWhoCanMakeTopicsSticky($whoCanMakeTopicsSticky) + { + $this->whoCanMakeTopicsSticky = $whoCanMakeTopicsSticky; + } + public function getWhoCanMakeTopicsSticky() + { + return $this->whoCanMakeTopicsSticky; + } + public function setWhoCanMarkDuplicate($whoCanMarkDuplicate) + { + $this->whoCanMarkDuplicate = $whoCanMarkDuplicate; + } + public function getWhoCanMarkDuplicate() + { + return $this->whoCanMarkDuplicate; + } + public function setWhoCanMarkFavoriteReplyOnAnyTopic($whoCanMarkFavoriteReplyOnAnyTopic) + { + $this->whoCanMarkFavoriteReplyOnAnyTopic = $whoCanMarkFavoriteReplyOnAnyTopic; + } + public function getWhoCanMarkFavoriteReplyOnAnyTopic() + { + return $this->whoCanMarkFavoriteReplyOnAnyTopic; + } + public function setWhoCanMarkFavoriteReplyOnOwnTopic($whoCanMarkFavoriteReplyOnOwnTopic) + { + $this->whoCanMarkFavoriteReplyOnOwnTopic = $whoCanMarkFavoriteReplyOnOwnTopic; + } + public function getWhoCanMarkFavoriteReplyOnOwnTopic() + { + return $this->whoCanMarkFavoriteReplyOnOwnTopic; + } + public function setWhoCanMarkNoResponseNeeded($whoCanMarkNoResponseNeeded) + { + $this->whoCanMarkNoResponseNeeded = $whoCanMarkNoResponseNeeded; + } + public function getWhoCanMarkNoResponseNeeded() + { + return $this->whoCanMarkNoResponseNeeded; + } + public function setWhoCanModerateContent($whoCanModerateContent) + { + $this->whoCanModerateContent = $whoCanModerateContent; + } + public function getWhoCanModerateContent() + { + return $this->whoCanModerateContent; + } + public function setWhoCanModerateMembers($whoCanModerateMembers) + { + $this->whoCanModerateMembers = $whoCanModerateMembers; + } + public function getWhoCanModerateMembers() + { + return $this->whoCanModerateMembers; + } + public function setWhoCanModifyMembers($whoCanModifyMembers) + { + $this->whoCanModifyMembers = $whoCanModifyMembers; + } + public function getWhoCanModifyMembers() + { + return $this->whoCanModifyMembers; + } + public function setWhoCanModifyTagsAndCategories($whoCanModifyTagsAndCategories) + { + $this->whoCanModifyTagsAndCategories = $whoCanModifyTagsAndCategories; + } + public function getWhoCanModifyTagsAndCategories() + { + return $this->whoCanModifyTagsAndCategories; + } + public function setWhoCanMoveTopicsIn($whoCanMoveTopicsIn) + { + $this->whoCanMoveTopicsIn = $whoCanMoveTopicsIn; + } + public function getWhoCanMoveTopicsIn() + { + return $this->whoCanMoveTopicsIn; + } + public function setWhoCanMoveTopicsOut($whoCanMoveTopicsOut) + { + $this->whoCanMoveTopicsOut = $whoCanMoveTopicsOut; + } + public function getWhoCanMoveTopicsOut() + { + return $this->whoCanMoveTopicsOut; + } + public function setWhoCanPostAnnouncements($whoCanPostAnnouncements) + { + $this->whoCanPostAnnouncements = $whoCanPostAnnouncements; + } + public function getWhoCanPostAnnouncements() + { + return $this->whoCanPostAnnouncements; + } + public function setWhoCanPostMessage($whoCanPostMessage) + { + $this->whoCanPostMessage = $whoCanPostMessage; + } + public function getWhoCanPostMessage() + { + return $this->whoCanPostMessage; + } + public function setWhoCanTakeTopics($whoCanTakeTopics) + { + $this->whoCanTakeTopics = $whoCanTakeTopics; + } + public function getWhoCanTakeTopics() + { + return $this->whoCanTakeTopics; + } + public function setWhoCanUnassignTopic($whoCanUnassignTopic) + { + $this->whoCanUnassignTopic = $whoCanUnassignTopic; + } + public function getWhoCanUnassignTopic() + { + return $this->whoCanUnassignTopic; + } + public function setWhoCanUnmarkFavoriteReplyOnAnyTopic($whoCanUnmarkFavoriteReplyOnAnyTopic) + { + $this->whoCanUnmarkFavoriteReplyOnAnyTopic = $whoCanUnmarkFavoriteReplyOnAnyTopic; + } + public function getWhoCanUnmarkFavoriteReplyOnAnyTopic() + { + return $this->whoCanUnmarkFavoriteReplyOnAnyTopic; + } + public function setWhoCanViewGroup($whoCanViewGroup) + { + $this->whoCanViewGroup = $whoCanViewGroup; + } + public function getWhoCanViewGroup() + { + return $this->whoCanViewGroup; + } + public function setWhoCanViewMembership($whoCanViewMembership) + { + $this->whoCanViewMembership = $whoCanViewMembership; + } + public function getWhoCanViewMembership() + { + return $this->whoCanViewMembership; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Groupssettings/Resource/Groups.php b/vendor/google/apiclient-services/src/Google/Service/Groupssettings/Resource/Groups.php new file mode 100644 index 000000000..6f7520ea4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Groupssettings/Resource/Groups.php @@ -0,0 +1,70 @@ + + * $groupssettingsService = new Google_Service_Groupssettings(...); + * $groups = $groupssettingsService->groups; + * + */ +class Google_Service_Groupssettings_Resource_Groups extends Google_Service_Resource +{ + /** + * Gets one resource by id. (groups.get) + * + * @param string $groupUniqueId The group's email address. + * @param array $optParams Optional parameters. + * @return Google_Service_Groupssettings_Groups + */ + public function get($groupUniqueId, $optParams = array()) + { + $params = array('groupUniqueId' => $groupUniqueId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Groupssettings_Groups"); + } + /** + * Updates an existing resource. This method supports patch semantics. + * (groups.patch) + * + * @param string $groupUniqueId The group's email address. + * @param Google_Service_Groupssettings_Groups $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Groupssettings_Groups + */ + public function patch($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) + { + $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups"); + } + /** + * Updates an existing resource. (groups.update) + * + * @param string $groupUniqueId The group's email address. + * @param Google_Service_Groupssettings_Groups $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Groupssettings_Groups + */ + public function update($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) + { + $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Groupssettings_Groups"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat.php new file mode 100644 index 000000000..cef860f20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat.php @@ -0,0 +1,184 @@ + + * Enables bots to fetch information and perform actions in Hangouts Chat. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_HangoutsChat extends Google_Service +{ + + + public $spaces; + public $spaces_members; + public $spaces_messages; + + /** + * Constructs the internal representation of the HangoutsChat 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://chat.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'chat'; + + $this->spaces = new Google_Service_HangoutsChat_Resource_Spaces( + $this, + $this->serviceName, + 'spaces', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/spaces', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->spaces_members = new Google_Service_HangoutsChat_Resource_SpacesMembers( + $this, + $this->serviceName, + 'members', + 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}/members', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->spaces_messages = new Google_Service_HangoutsChat_Resource_SpacesMessages( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/messages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'threadKey' => 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, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionParameter.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionParameter.php new file mode 100644 index 000000000..c55f90e82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionParameter.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionResponse.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionResponse.php new file mode 100644 index 000000000..8e6488cfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ActionResponse.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Annotation.php new file mode 100644 index 000000000..b1f3c3a32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Annotation.php @@ -0,0 +1,64 @@ +length = $length; + } + public function getLength() + { + return $this->length; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_HangoutsChat_UserMentionMetadata + */ + public function setUserMention(Google_Service_HangoutsChat_UserMentionMetadata $userMention) + { + $this->userMention = $userMention; + } + /** + * @return Google_Service_HangoutsChat_UserMentionMetadata + */ + public function getUserMention() + { + return $this->userMention; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Button.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Button.php new file mode 100644 index 000000000..a4877a82b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Button.php @@ -0,0 +1,53 @@ +imageButton = $imageButton; + } + /** + * @return Google_Service_HangoutsChat_ImageButton + */ + public function getImageButton() + { + return $this->imageButton; + } + /** + * @param Google_Service_HangoutsChat_TextButton + */ + public function setTextButton(Google_Service_HangoutsChat_TextButton $textButton) + { + $this->textButton = $textButton; + } + /** + * @return Google_Service_HangoutsChat_TextButton + */ + public function getTextButton() + { + return $this->textButton; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Card.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Card.php new file mode 100644 index 000000000..0eb036f53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Card.php @@ -0,0 +1,79 @@ +cardActions = $cardActions; + } + /** + * @return Google_Service_HangoutsChat_CardAction + */ + public function getCardActions() + { + return $this->cardActions; + } + /** + * @param Google_Service_HangoutsChat_CardHeader + */ + public function setHeader(Google_Service_HangoutsChat_CardHeader $header) + { + $this->header = $header; + } + /** + * @return Google_Service_HangoutsChat_CardHeader + */ + public function getHeader() + { + return $this->header; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_HangoutsChat_Section + */ + public function setSections($sections) + { + $this->sections = $sections; + } + /** + * @return Google_Service_HangoutsChat_Section + */ + public function getSections() + { + return $this->sections; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardAction.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardAction.php new file mode 100644 index 000000000..d4408cbd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardAction.php @@ -0,0 +1,46 @@ +actionLabel = $actionLabel; + } + public function getActionLabel() + { + return $this->actionLabel; + } + /** + * @param Google_Service_HangoutsChat_OnClick + */ + public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) + { + $this->onClick = $onClick; + } + /** + * @return Google_Service_HangoutsChat_OnClick + */ + public function getOnClick() + { + return $this->onClick; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardHeader.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardHeader.php new file mode 100644 index 000000000..276ba5d31 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/CardHeader.php @@ -0,0 +1,57 @@ +imageStyle = $imageStyle; + } + public function getImageStyle() + { + return $this->imageStyle; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ChatEmpty.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ChatEmpty.php new file mode 100644 index 000000000..48e76548c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ChatEmpty.php @@ -0,0 +1,20 @@ +action = $action; + } + /** + * @return Google_Service_HangoutsChat_FormAction + */ + public function getAction() + { + return $this->action; + } + public function setConfigCompleteRedirectUrl($configCompleteRedirectUrl) + { + $this->configCompleteRedirectUrl = $configCompleteRedirectUrl; + } + public function getConfigCompleteRedirectUrl() + { + return $this->configCompleteRedirectUrl; + } + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + public function getEventTime() + { + return $this->eventTime; + } + /** + * @param Google_Service_HangoutsChat_Message + */ + public function setMessage(Google_Service_HangoutsChat_Message $message) + { + $this->message = $message; + } + /** + * @return Google_Service_HangoutsChat_Message + */ + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_HangoutsChat_Space + */ + public function setSpace(Google_Service_HangoutsChat_Space $space) + { + $this->space = $space; + } + /** + * @return Google_Service_HangoutsChat_Space + */ + public function getSpace() + { + return $this->space; + } + public function setThreadKey($threadKey) + { + $this->threadKey = $threadKey; + } + public function getThreadKey() + { + return $this->threadKey; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_HangoutsChat_User + */ + public function setUser(Google_Service_HangoutsChat_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_HangoutsChat_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/FormAction.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/FormAction.php new file mode 100644 index 000000000..00efdf512 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/FormAction.php @@ -0,0 +1,47 @@ +actionMethodName = $actionMethodName; + } + public function getActionMethodName() + { + return $this->actionMethodName; + } + /** + * @param Google_Service_HangoutsChat_ActionParameter + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_HangoutsChat_ActionParameter + */ + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Image.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Image.php new file mode 100644 index 000000000..56283297c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Image.php @@ -0,0 +1,55 @@ +aspectRatio = $aspectRatio; + } + public function getAspectRatio() + { + return $this->aspectRatio; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + /** + * @param Google_Service_HangoutsChat_OnClick + */ + public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) + { + $this->onClick = $onClick; + } + /** + * @return Google_Service_HangoutsChat_OnClick + */ + public function getOnClick() + { + return $this->onClick; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ImageButton.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ImageButton.php new file mode 100644 index 000000000..674971149 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ImageButton.php @@ -0,0 +1,64 @@ +icon = $icon; + } + public function getIcon() + { + return $this->icon; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_HangoutsChat_OnClick + */ + public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) + { + $this->onClick = $onClick; + } + /** + * @return Google_Service_HangoutsChat_OnClick + */ + public function getOnClick() + { + return $this->onClick; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/KeyValue.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/KeyValue.php new file mode 100644 index 000000000..3369f7c22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/KeyValue.php @@ -0,0 +1,107 @@ +bottomLabel = $bottomLabel; + } + public function getBottomLabel() + { + return $this->bottomLabel; + } + /** + * @param Google_Service_HangoutsChat_Button + */ + public function setButton(Google_Service_HangoutsChat_Button $button) + { + $this->button = $button; + } + /** + * @return Google_Service_HangoutsChat_Button + */ + public function getButton() + { + return $this->button; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setContentMultiline($contentMultiline) + { + $this->contentMultiline = $contentMultiline; + } + public function getContentMultiline() + { + return $this->contentMultiline; + } + public function setIcon($icon) + { + $this->icon = $icon; + } + public function getIcon() + { + return $this->icon; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + /** + * @param Google_Service_HangoutsChat_OnClick + */ + public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) + { + $this->onClick = $onClick; + } + /** + * @return Google_Service_HangoutsChat_OnClick + */ + public function getOnClick() + { + return $this->onClick; + } + public function setTopLabel($topLabel) + { + $this->topLabel = $topLabel; + } + public function getTopLabel() + { + return $this->topLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListMembershipsResponse.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListMembershipsResponse.php new file mode 100644 index 000000000..29c590935 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListMembershipsResponse.php @@ -0,0 +1,47 @@ +memberships = $memberships; + } + /** + * @return Google_Service_HangoutsChat_Membership + */ + public function getMemberships() + { + return $this->memberships; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListSpacesResponse.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListSpacesResponse.php new file mode 100644 index 000000000..c16604249 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ListSpacesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_HangoutsChat_Space + */ + public function setSpaces($spaces) + { + $this->spaces = $spaces; + } + /** + * @return Google_Service_HangoutsChat_Space + */ + public function getSpaces() + { + return $this->spaces; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Membership.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Membership.php new file mode 100644 index 000000000..f7a1d75da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Membership.php @@ -0,0 +1,64 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_HangoutsChat_User + */ + public function setMember(Google_Service_HangoutsChat_User $member) + { + $this->member = $member; + } + /** + * @return Google_Service_HangoutsChat_User + */ + public function getMember() + { + return $this->member; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Message.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Message.php new file mode 100644 index 000000000..c51edcac8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Message.php @@ -0,0 +1,172 @@ +actionResponse = $actionResponse; + } + /** + * @return Google_Service_HangoutsChat_ActionResponse + */ + public function getActionResponse() + { + return $this->actionResponse; + } + /** + * @param Google_Service_HangoutsChat_Annotation + */ + public function setAnnotations($annotations) + { + $this->annotations = $annotations; + } + /** + * @return Google_Service_HangoutsChat_Annotation + */ + public function getAnnotations() + { + return $this->annotations; + } + public function setArgumentText($argumentText) + { + $this->argumentText = $argumentText; + } + public function getArgumentText() + { + return $this->argumentText; + } + /** + * @param Google_Service_HangoutsChat_Card + */ + public function setCards($cards) + { + $this->cards = $cards; + } + /** + * @return Google_Service_HangoutsChat_Card + */ + public function getCards() + { + return $this->cards; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setFallbackText($fallbackText) + { + $this->fallbackText = $fallbackText; + } + public function getFallbackText() + { + return $this->fallbackText; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPreviewText($previewText) + { + $this->previewText = $previewText; + } + public function getPreviewText() + { + return $this->previewText; + } + /** + * @param Google_Service_HangoutsChat_User + */ + public function setSender(Google_Service_HangoutsChat_User $sender) + { + $this->sender = $sender; + } + /** + * @return Google_Service_HangoutsChat_User + */ + public function getSender() + { + return $this->sender; + } + /** + * @param Google_Service_HangoutsChat_Space + */ + public function setSpace(Google_Service_HangoutsChat_Space $space) + { + $this->space = $space; + } + /** + * @return Google_Service_HangoutsChat_Space + */ + public function getSpace() + { + return $this->space; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } + /** + * @param Google_Service_HangoutsChat_Thread + */ + public function setThread(Google_Service_HangoutsChat_Thread $thread) + { + $this->thread = $thread; + } + /** + * @return Google_Service_HangoutsChat_Thread + */ + public function getThread() + { + return $this->thread; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OnClick.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OnClick.php new file mode 100644 index 000000000..7916fb19e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OnClick.php @@ -0,0 +1,53 @@ +action = $action; + } + /** + * @return Google_Service_HangoutsChat_FormAction + */ + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_HangoutsChat_OpenLink + */ + public function setOpenLink(Google_Service_HangoutsChat_OpenLink $openLink) + { + $this->openLink = $openLink; + } + /** + * @return Google_Service_HangoutsChat_OpenLink + */ + public function getOpenLink() + { + return $this->openLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OpenLink.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OpenLink.php new file mode 100644 index 000000000..11c5075c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/OpenLink.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Spaces.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Spaces.php new file mode 100644 index 000000000..3c8918b6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/Spaces.php @@ -0,0 +1,62 @@ + + * $chatService = new Google_Service_HangoutsChat(...); + * $spaces = $chatService->spaces; + * + */ +class Google_Service_HangoutsChat_Resource_Spaces extends Google_Service_Resource +{ + /** + * Returns a space. (spaces.get) + * + * @param string $name Required. Resource name of the space, in the form + * "spaces". + * + * Example: spaces/AAAAMpdlehY + * @param array $optParams Optional parameters. + * @return Google_Service_HangoutsChat_Space + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_HangoutsChat_Space"); + } + /** + * Lists spaces the caller is a member of. (spaces.listSpaces) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. + * @opt_param int pageSize Requested page size. The value is capped at 1000. + * Server may return fewer results than requested. If unspecified, server will + * default to 100. + * @return Google_Service_HangoutsChat_ListSpacesResponse + */ + public function listSpaces($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_HangoutsChat_ListSpacesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMembers.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMembers.php new file mode 100644 index 000000000..13e701e4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMembers.php @@ -0,0 +1,66 @@ + + * $chatService = new Google_Service_HangoutsChat(...); + * $members = $chatService->members; + * + */ +class Google_Service_HangoutsChat_Resource_SpacesMembers extends Google_Service_Resource +{ + /** + * Returns a membership. (members.get) + * + * @param string $name Required. Resource name of the membership to be + * retrieved, in the form "spaces/members". + * + * Example: spaces/AAAAMpdlehY/members/105115627578887013105 + * @param array $optParams Optional parameters. + * @return Google_Service_HangoutsChat_Membership + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_HangoutsChat_Membership"); + } + /** + * Lists human memberships in a space. (members.listSpacesMembers) + * + * @param string $parent Required. The resource name of the space for which + * membership list is to be fetched, in the form "spaces". + * + * Example: spaces/AAAAMpdlehY + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. + * @opt_param int pageSize Requested page size. The value is capped at 1000. + * Server may return fewer results than requested. If unspecified, server will + * default to 100. + * @return Google_Service_HangoutsChat_ListMembershipsResponse + */ + public function listSpacesMembers($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_HangoutsChat_ListMembershipsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessages.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessages.php new file mode 100644 index 000000000..1f3f4a634 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Resource/SpacesMessages.php @@ -0,0 +1,105 @@ + + * $chatService = new Google_Service_HangoutsChat(...); + * $messages = $chatService->messages; + * + */ +class Google_Service_HangoutsChat_Resource_SpacesMessages extends Google_Service_Resource +{ + /** + * Creates a message. (messages.create) + * + * @param string $parent Required. Space resource name, in the form "spaces". + * Example: spaces/AAAAMpdlehY + * @param Google_Service_HangoutsChat_Message $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string threadKey Opaque thread identifier string that can be + * specified to group messages into a single thread. If this is the first + * message with a given thread identifier, a new thread is created. Subsequent + * messages with the same thread identifier will be posted into the same thread. + * This relieves bots and webhooks from having to store the Hangouts Chat thread + * ID of a thread (created earlier by them) to post further updates to it. + * + * Has no effect if thread field, corresponding to an existing thread, is set in + * message. + * @return Google_Service_HangoutsChat_Message + */ + public function create($parent, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_HangoutsChat_Message"); + } + /** + * Deletes a message. (messages.delete) + * + * @param string $name Required. Resource name of the message to be deleted, in + * the form "spaces/messages" + * + * Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 + * @param array $optParams Optional parameters. + * @return Google_Service_HangoutsChat_ChatEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_HangoutsChat_ChatEmpty"); + } + /** + * Returns a message. (messages.get) + * + * @param string $name Required. Resource name of the message to be retrieved, + * in the form "spaces/messages". + * + * Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 + * @param array $optParams Optional parameters. + * @return Google_Service_HangoutsChat_Message + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_HangoutsChat_Message"); + } + /** + * Updates a message. (messages.update) + * + * @param string $name Resource name, in the form "spaces/messages". + * + * Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 + * @param Google_Service_HangoutsChat_Message $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. The field paths to be updated. + * + * Currently supported field paths: "text", "cards". + * @return Google_Service_HangoutsChat_Message + */ + public function update($name, Google_Service_HangoutsChat_Message $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_HangoutsChat_Message"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Section.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Section.php new file mode 100644 index 000000000..21ae1cdce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Section.php @@ -0,0 +1,47 @@ +header = $header; + } + public function getHeader() + { + return $this->header; + } + /** + * @param Google_Service_HangoutsChat_WidgetMarkup + */ + public function setWidgets($widgets) + { + $this->widgets = $widgets; + } + /** + * @return Google_Service_HangoutsChat_WidgetMarkup + */ + public function getWidgets() + { + return $this->widgets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Space.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Space.php new file mode 100644 index 000000000..462c989fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Space.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 setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextButton.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextButton.php new file mode 100644 index 000000000..33449adfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextButton.php @@ -0,0 +1,46 @@ +onClick = $onClick; + } + /** + * @return Google_Service_HangoutsChat_OnClick + */ + public function getOnClick() + { + return $this->onClick; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextParagraph.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextParagraph.php new file mode 100644 index 000000000..43720806e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/TextParagraph.php @@ -0,0 +1,30 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Thread.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Thread.php new file mode 100644 index 000000000..adf29959c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Thread.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/User.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/User.php new file mode 100644 index 000000000..aa26654c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/User.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 setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/UserMentionMetadata.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/UserMentionMetadata.php new file mode 100644 index 000000000..903f0c71c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/UserMentionMetadata.php @@ -0,0 +1,46 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_HangoutsChat_User + */ + public function setUser(Google_Service_HangoutsChat_User $user) + { + $this->user = $user; + } + /** + * @return Google_Service_HangoutsChat_User + */ + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/WidgetMarkup.php b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/WidgetMarkup.php new file mode 100644 index 000000000..ad5b5ab1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/WidgetMarkup.php @@ -0,0 +1,86 @@ +buttons = $buttons; + } + /** + * @return Google_Service_HangoutsChat_Button + */ + public function getButtons() + { + return $this->buttons; + } + /** + * @param Google_Service_HangoutsChat_Image + */ + public function setImage(Google_Service_HangoutsChat_Image $image) + { + $this->image = $image; + } + /** + * @return Google_Service_HangoutsChat_Image + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_HangoutsChat_KeyValue + */ + public function setKeyValue(Google_Service_HangoutsChat_KeyValue $keyValue) + { + $this->keyValue = $keyValue; + } + /** + * @return Google_Service_HangoutsChat_KeyValue + */ + public function getKeyValue() + { + return $this->keyValue; + } + /** + * @param Google_Service_HangoutsChat_TextParagraph + */ + public function setTextParagraph(Google_Service_HangoutsChat_TextParagraph $textParagraph) + { + $this->textParagraph = $textParagraph; + } + /** + * @return Google_Service_HangoutsChat_TextParagraph + */ + public function getTextParagraph() + { + return $this->textParagraph; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService.php new file mode 100644 index 000000000..83a93dd5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService.php @@ -0,0 +1,104 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_HomeGraphService extends Google_Service +{ + + + public $agentUsers; + public $devices; + + /** + * Constructs the internal representation of the HomeGraphService 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://homegraph.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'homegraph'; + + $this->agentUsers = new Google_Service_HomeGraphService_Resource_AgentUsers( + $this, + $this->serviceName, + 'agentUsers', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+agentUserId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'agentUserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->devices = new Google_Service_HomeGraphService_Resource_Devices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'query' => array( + 'path' => 'v1/devices:query', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'reportStateAndNotification' => array( + 'path' => 'v1/devices:reportStateAndNotification', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'requestSync' => array( + 'path' => 'v1/devices:requestSync', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'sync' => array( + 'path' => 'v1/devices:sync', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.php new file mode 100644 index 000000000..cdae7c355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.php new file mode 100644 index 000000000..61d05e0f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.php @@ -0,0 +1,39 @@ +agentId = $agentId; + } + public function getAgentId() + { + return $this->agentId; + } + public function setDeviceId($deviceId) + { + $this->deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php new file mode 100644 index 000000000..a92f929dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php @@ -0,0 +1,142 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setCustomData($customData) + { + $this->customData = $customData; + } + public function getCustomData() + { + return $this->customData; + } + /** + * @param Google_Service_HomeGraphService_DeviceInfo + */ + public function setDeviceInfo(Google_Service_HomeGraphService_DeviceInfo $deviceInfo) + { + $this->deviceInfo = $deviceInfo; + } + /** + * @return Google_Service_HomeGraphService_DeviceInfo + */ + public function getDeviceInfo() + { + return $this->deviceInfo; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_HomeGraphService_DeviceNames + */ + public function setName(Google_Service_HomeGraphService_DeviceNames $name) + { + $this->name = $name; + } + /** + * @return Google_Service_HomeGraphService_DeviceNames + */ + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_HomeGraphService_AgentOtherDeviceId + */ + public function setOtherDeviceIds($otherDeviceIds) + { + $this->otherDeviceIds = $otherDeviceIds; + } + /** + * @return Google_Service_HomeGraphService_AgentOtherDeviceId + */ + public function getOtherDeviceIds() + { + return $this->otherDeviceIds; + } + public function setRoomHint($roomHint) + { + $this->roomHint = $roomHint; + } + public function getRoomHint() + { + return $this->roomHint; + } + public function setStructureHint($structureHint) + { + $this->structureHint = $structureHint; + } + public function getStructureHint() + { + return $this->structureHint; + } + public function setTraits($traits) + { + $this->traits = $traits; + } + public function getTraits() + { + return $this->traits; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWillReportState($willReportState) + { + $this->willReportState = $willReportState; + } + public function getWillReportState() + { + return $this->willReportState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.php new file mode 100644 index 000000000..ef6583d98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.php @@ -0,0 +1,57 @@ +hwVersion = $hwVersion; + } + public function getHwVersion() + { + return $this->hwVersion; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setSwVersion($swVersion) + { + $this->swVersion = $swVersion; + } + public function getSwVersion() + { + return $this->swVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.php new file mode 100644 index 000000000..83ce84e1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.php @@ -0,0 +1,49 @@ +defaultNames = $defaultNames; + } + public function getDefaultNames() + { + return $this->defaultNames; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNicknames($nicknames) + { + $this->nicknames = $nicknames; + } + public function getNicknames() + { + return $this->nicknames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.php new file mode 100644 index 000000000..fe6ee052b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.php @@ -0,0 +1,20 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + /** + * @param Google_Service_HomeGraphService_QueryRequestInput + */ + public function setInputs($inputs) + { + $this->inputs = $inputs; + } + /** + * @return Google_Service_HomeGraphService_QueryRequestInput + */ + public function getInputs() + { + return $this->inputs; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.php new file mode 100644 index 000000000..8c1ce7e22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.php @@ -0,0 +1,37 @@ +payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_QueryRequestPayload + */ + public function getPayload() + { + return $this->payload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.php new file mode 100644 index 000000000..0c19ee5b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.php @@ -0,0 +1,38 @@ +devices = $devices; + } + /** + * @return Google_Service_HomeGraphService_AgentDeviceId + */ + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.php new file mode 100644 index 000000000..6ee976db3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.php @@ -0,0 +1,46 @@ +payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_QueryResponsePayload + */ + public function getPayload() + { + return $this->payload; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.php new file mode 100644 index 000000000..8b8508315 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.php @@ -0,0 +1,30 @@ +devices = $devices; + } + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.php new file mode 100644 index 000000000..149af1dac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.php @@ -0,0 +1,39 @@ +notifications = $notifications; + } + public function getNotifications() + { + return $this->notifications; + } + public function setStates($states) + { + $this->states = $states; + } + public function getStates() + { + return $this->states; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.php new file mode 100644 index 000000000..668651650 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.php @@ -0,0 +1,73 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + public function setFollowUpToken($followUpToken) + { + $this->followUpToken = $followUpToken; + } + public function getFollowUpToken() + { + return $this->followUpToken; + } + /** + * @param Google_Service_HomeGraphService_StateAndNotificationPayload + */ + public function setPayload(Google_Service_HomeGraphService_StateAndNotificationPayload $payload) + { + $this->payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_StateAndNotificationPayload + */ + public function getPayload() + { + return $this->payload; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.php new file mode 100644 index 000000000..f158faae0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.php new file mode 100644 index 000000000..c228246d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.php @@ -0,0 +1,39 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + public function setAsync($async) + { + $this->async = $async; + } + public function getAsync() + { + return $this->async; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.php new file mode 100644 index 000000000..d7ac8bfb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.php @@ -0,0 +1,20 @@ + + * $homegraphService = new Google_Service_HomeGraphService(...); + * $agentUsers = $homegraphService->agentUsers; + * + */ +class Google_Service_HomeGraphService_Resource_AgentUsers extends Google_Service_Resource +{ + /** + * Unlinks an agent user from Google. As a result, all data related to this user + * will be deleted. + * + * Here is how the agent user is created in Google: + * + * 1. When a user opens their Google Home App, they can begin linking a 3p + * partner. 2. User is guided through the OAuth process. 3. After entering the + * 3p credentials, Google gets the 3p OAuth token and uses it to make a Sync + * call to the 3p partner and gets back all of the user's data, including + * `agent_user_id` and devices. 4. Google creates the agent user and stores a + * mapping from the `agent_user_id` -> Google ID mapping. Google also + * stores all of the user's devices under that Google ID. + * + * The mapping from `agent_user_id` to Google ID is many to many, since one + * Google user can have multiple 3p accounts, and multiple Google users can map + * to one `agent_user_id` (e.g., a husband and wife share one Nest account + * username/password). + * + * The third-party user's identity is passed in as `agent_user_id`. The agent is + * identified by the JWT signed by the partner's service account. + * + * Note: Special characters (except "/") in `agent_user_id` must be URL-encoded. + * (agentUsers.delete) + * + * @param string $agentUserId Required. Third-party user ID. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId Request ID used for debugging. + * @return Google_Service_HomeGraphService_HomegraphEmpty + */ + public function delete($agentUserId, $optParams = array()) + { + $params = array('agentUserId' => $agentUserId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_HomeGraphService_HomegraphEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php new file mode 100644 index 000000000..082d0b7f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php @@ -0,0 +1,104 @@ + + * $homegraphService = new Google_Service_HomeGraphService(...); + * $devices = $homegraphService->devices; + * + */ +class Google_Service_HomeGraphService_Resource_Devices extends Google_Service_Resource +{ + /** + * Gets the device states for the devices in QueryRequest. The third-party + * user's identity is passed in as `agent_user_id`. The agent is identified by + * the JWT signed by the third-party partner's service account. (devices.query) + * + * @param Google_Service_HomeGraphService_QueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_QueryResponse + */ + public function query(Google_Service_HomeGraphService_QueryRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_HomeGraphService_QueryResponse"); + } + /** + * Reports device state and optionally sends device notifications. Called by an + * agent when the device state of a third-party changes or the agent wants to + * send a notification about the device. See [Implement Report + * State](/actions/smarthome/report-state) for more information. This method + * updates a predefined set of states for a device, which all devices have + * according to their prescribed traits (for example, a light will have the + * [OnOff](/actions/smarthome/traits/onoff) trait that reports the state `on` as + * a boolean value). A new state may not be created and an INVALID_ARGUMENT code + * will be thrown if so. It also optionally takes in a list of Notifications + * that may be created, which are associated to this state change. + * + * The third-party user's identity is passed in as `agent_user_id`. The agent is + * identified by the JWT signed by the partner's service account. + * (devices.reportStateAndNotification) + * + * @param Google_Service_HomeGraphService_ReportStateAndNotificationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_ReportStateAndNotificationResponse + */ + public function reportStateAndNotification(Google_Service_HomeGraphService_ReportStateAndNotificationRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reportStateAndNotification', array($params), "Google_Service_HomeGraphService_ReportStateAndNotificationResponse"); + } + /** + * Requests a `SYNC` call from Google to a 3p partner's home control agent for a + * user. + * + * The third-party user's identity is passed in as `agent_user_id` (see + * RequestSyncDevicesRequest) and forwarded back to the agent. The agent is + * identified by the API key or JWT signed by the partner's service account. + * (devices.requestSync) + * + * @param Google_Service_HomeGraphService_RequestSyncDevicesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_RequestSyncDevicesResponse + */ + public function requestSync(Google_Service_HomeGraphService_RequestSyncDevicesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('requestSync', array($params), "Google_Service_HomeGraphService_RequestSyncDevicesResponse"); + } + /** + * Gets all the devices associated with the given third-party user. The third- + * party user's identity is passed in as `agent_user_id`. The agent is + * identified by the JWT signed by the third-party partner's service account. + * (devices.sync) + * + * @param Google_Service_HomeGraphService_SyncRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_SyncResponse + */ + public function sync(Google_Service_HomeGraphService_SyncRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sync', array($params), "Google_Service_HomeGraphService_SyncResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.php new file mode 100644 index 000000000..d8fdc9cf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.php @@ -0,0 +1,37 @@ +devices = $devices; + } + /** + * @return Google_Service_HomeGraphService_ReportStateAndNotificationDevice + */ + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.php new file mode 100644 index 000000000..297b15cf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.php @@ -0,0 +1,39 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.php new file mode 100644 index 000000000..cf8d0bd5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.php @@ -0,0 +1,46 @@ +payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_SyncResponsePayload + */ + public function getPayload() + { + return $this->payload; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.php new file mode 100644 index 000000000..708c27cd0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.php @@ -0,0 +1,47 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + /** + * @param Google_Service_HomeGraphService_Device + */ + public function setDevices($devices) + { + $this->devices = $devices; + } + /** + * @return Google_Service_HomeGraphService_Device + */ + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials.php new file mode 100644 index 000000000..29d1b74df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials.php @@ -0,0 +1,105 @@ + + * Creates short-lived, limited-privilege credentials for IAM service accounts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_IAMCredentials extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_serviceAccounts; + + /** + * Constructs the internal representation of the IAMCredentials 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://iamcredentials.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'iamcredentials'; + + $this->projects_serviceAccounts = new Google_Service_IAMCredentials_Resource_ProjectsServiceAccounts( + $this, + $this->serviceName, + 'serviceAccounts', + array( + 'methods' => array( + 'generateAccessToken' => array( + 'path' => 'v1/{+name}:generateAccessToken', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'generateIdToken' => array( + 'path' => 'v1/{+name}:generateIdToken', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'signBlob' => array( + 'path' => 'v1/{+name}:signBlob', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'signJwt' => array( + 'path' => 'v1/{+name}:signJwt', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenRequest.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenRequest.php new file mode 100644 index 000000000..17b21874e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenRequest.php @@ -0,0 +1,49 @@ +delegates = $delegates; + } + public function getDelegates() + { + return $this->delegates; + } + public function setLifetime($lifetime) + { + $this->lifetime = $lifetime; + } + public function getLifetime() + { + return $this->lifetime; + } + public function setScope($scope) + { + $this->scope = $scope; + } + public function getScope() + { + return $this->scope; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenResponse.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenResponse.php new file mode 100644 index 000000000..1d3af8751 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateAccessTokenResponse.php @@ -0,0 +1,39 @@ +accessToken = $accessToken; + } + public function getAccessToken() + { + return $this->accessToken; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenRequest.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenRequest.php new file mode 100644 index 000000000..e3d6bb629 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenRequest.php @@ -0,0 +1,49 @@ +audience = $audience; + } + public function getAudience() + { + return $this->audience; + } + public function setDelegates($delegates) + { + $this->delegates = $delegates; + } + public function getDelegates() + { + return $this->delegates; + } + public function setIncludeEmail($includeEmail) + { + $this->includeEmail = $includeEmail; + } + public function getIncludeEmail() + { + return $this->includeEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenResponse.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenResponse.php new file mode 100644 index 000000000..f4a044e91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/GenerateIdTokenResponse.php @@ -0,0 +1,30 @@ +token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/Projects.php new file mode 100644 index 000000000..688caada1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $iamcredentialsService = new Google_Service_IAMCredentials(...); + * $projects = $iamcredentialsService->projects; + * + */ +class Google_Service_IAMCredentials_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/ProjectsServiceAccounts.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/ProjectsServiceAccounts.php new file mode 100644 index 000000000..50a922c34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/Resource/ProjectsServiceAccounts.php @@ -0,0 +1,100 @@ + + * $iamcredentialsService = new Google_Service_IAMCredentials(...); + * $serviceAccounts = $iamcredentialsService->serviceAccounts; + * + */ +class Google_Service_IAMCredentials_Resource_ProjectsServiceAccounts extends Google_Service_Resource +{ + /** + * Generates an OAuth 2.0 access token for a service account. + * (serviceAccounts.generateAccessToken) + * + * @param string $name The resource name of the service account for which the + * credentials are requested, in the following format: + * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard + * character is required; replacing it with a project ID is invalid. + * @param Google_Service_IAMCredentials_GenerateAccessTokenRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IAMCredentials_GenerateAccessTokenResponse + */ + public function generateAccessToken($name, Google_Service_IAMCredentials_GenerateAccessTokenRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generateAccessToken', array($params), "Google_Service_IAMCredentials_GenerateAccessTokenResponse"); + } + /** + * Generates an OpenID Connect ID token for a service account. + * (serviceAccounts.generateIdToken) + * + * @param string $name The resource name of the service account for which the + * credentials are requested, in the following format: + * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard + * character is required; replacing it with a project ID is invalid. + * @param Google_Service_IAMCredentials_GenerateIdTokenRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IAMCredentials_GenerateIdTokenResponse + */ + public function generateIdToken($name, Google_Service_IAMCredentials_GenerateIdTokenRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generateIdToken', array($params), "Google_Service_IAMCredentials_GenerateIdTokenResponse"); + } + /** + * Signs a blob using a service account's system-managed private key. + * (serviceAccounts.signBlob) + * + * @param string $name The resource name of the service account for which the + * credentials are requested, in the following format: + * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard + * character is required; replacing it with a project ID is invalid. + * @param Google_Service_IAMCredentials_SignBlobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IAMCredentials_SignBlobResponse + */ + public function signBlob($name, Google_Service_IAMCredentials_SignBlobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('signBlob', array($params), "Google_Service_IAMCredentials_SignBlobResponse"); + } + /** + * Signs a JWT using a service account's system-managed private key. + * (serviceAccounts.signJwt) + * + * @param string $name The resource name of the service account for which the + * credentials are requested, in the following format: + * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard + * character is required; replacing it with a project ID is invalid. + * @param Google_Service_IAMCredentials_SignJwtRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IAMCredentials_SignJwtResponse + */ + public function signJwt($name, Google_Service_IAMCredentials_SignJwtRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('signJwt', array($params), "Google_Service_IAMCredentials_SignJwtResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobRequest.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobRequest.php new file mode 100644 index 000000000..0a12e8848 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobRequest.php @@ -0,0 +1,40 @@ +delegates = $delegates; + } + public function getDelegates() + { + return $this->delegates; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobResponse.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobResponse.php new file mode 100644 index 000000000..f2bf534a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignBlobResponse.php @@ -0,0 +1,39 @@ +keyId = $keyId; + } + public function getKeyId() + { + return $this->keyId; + } + public function setSignedBlob($signedBlob) + { + $this->signedBlob = $signedBlob; + } + public function getSignedBlob() + { + return $this->signedBlob; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtRequest.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtRequest.php new file mode 100644 index 000000000..c37688613 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtRequest.php @@ -0,0 +1,40 @@ +delegates = $delegates; + } + public function getDelegates() + { + return $this->delegates; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtResponse.php b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtResponse.php new file mode 100644 index 000000000..25da5802c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IAMCredentials/SignJwtResponse.php @@ -0,0 +1,39 @@ +keyId = $keyId; + } + public function getKeyId() + { + return $this->keyId; + } + public function setSignedJwt($signedJwt) + { + $this->signedJwt = $signedJwt; + } + public function getSignedJwt() + { + return $this->signedJwt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam.php b/vendor/google/apiclient-services/src/Google/Service/Iam.php new file mode 100644 index 000000000..3a929140d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam.php @@ -0,0 +1,563 @@ + + * Manages identity and access control for Google Cloud Platform resources, + * including the creation of service accounts, which you can use to authenticate + * to Google and make API calls. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Iam extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $iamPolicies; + public $organizations_roles; + public $permissions; + public $projects_roles; + public $projects_serviceAccounts; + public $projects_serviceAccounts_keys; + public $roles; + + /** + * Constructs the internal representation of the Iam 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://iam.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'iam'; + + $this->iamPolicies = new Google_Service_Iam_Resource_IamPolicies( + $this, + $this->serviceName, + 'iamPolicies', + array( + 'methods' => array( + 'lintPolicy' => array( + 'path' => 'v1/iamPolicies:lintPolicy', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'queryAuditableServices' => array( + 'path' => 'v1/iamPolicies:queryAuditableServices', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->organizations_roles = new Google_Service_Iam_Resource_OrganizationsRoles( + $this, + $this->serviceName, + 'roles', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/roles', + '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, + ), + 'etag' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/roles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + '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', + ), + ), + ),'undelete' => array( + 'path' => 'v1/{+name}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->permissions = new Google_Service_Iam_Resource_Permissions( + $this, + $this->serviceName, + 'permissions', + array( + 'methods' => array( + 'queryTestablePermissions' => array( + 'path' => 'v1/permissions:queryTestablePermissions', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->projects_roles = new Google_Service_Iam_Resource_ProjectsRoles( + $this, + $this->serviceName, + 'roles', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/roles', + '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, + ), + 'etag' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/roles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => 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', + ), + ), + ),'undelete' => array( + 'path' => 'v1/{+name}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_serviceAccounts = new Google_Service_Iam_Resource_ProjectsServiceAccounts( + $this, + $this->serviceName, + 'serviceAccounts', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}/serviceAccounts', + '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, + ), + ), + ),'disable' => array( + 'path' => 'v1/{+name}:disable', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'enable' => array( + 'path' => 'v1/{+name}:enable', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/serviceAccounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'signBlob' => array( + 'path' => 'v1/{+name}:signBlob', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'signJwt' => array( + 'path' => 'v1/{+name}:signJwt', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'v1/{+name}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_serviceAccounts_keys = new Google_Service_Iam_Resource_ProjectsServiceAccountsKeys( + $this, + $this->serviceName, + 'keys', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}/keys', + '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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'publicKeyType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/keys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'upload' => array( + 'path' => 'v1/{+name}/keys:upload', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->roles = new Google_Service_Iam_Resource_Roles( + $this, + $this->serviceName, + 'roles', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/roles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'queryGrantableRoles' => array( + 'path' => 'v1/roles:queryGrantableRoles', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/AdminAuditData.php b/vendor/google/apiclient-services/src/Google/Service/Iam/AdminAuditData.php new file mode 100644 index 000000000..be186d1fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/AdminAuditData.php @@ -0,0 +1,37 @@ +permissionDelta = $permissionDelta; + } + /** + * @return Google_Service_Iam_PermissionDelta + */ + public function getPermissionDelta() + { + return $this->permissionDelta; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditConfig.php new file mode 100644 index 000000000..f7e400190 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_Iam_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php new file mode 100644 index 000000000..e014a08e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php @@ -0,0 +1,37 @@ +policyDelta = $policyDelta; + } + /** + * @return Google_Service_Iam_PolicyDelta + */ + public function getPolicyDelta() + { + return $this->policyDelta; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditLogConfig.php new file mode 100644 index 000000000..a2040cb19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/AuditableService.php b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditableService.php new file mode 100644 index 000000000..632e2a0b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditableService.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php new file mode 100644 index 000000000..68e1a0836 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Iam_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/BindingDelta.php b/vendor/google/apiclient-services/src/Google/Service/Iam/BindingDelta.php new file mode 100644 index 000000000..9b5d4f1ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/BindingDelta.php @@ -0,0 +1,64 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Iam_Expr + */ + public function setCondition(Google_Service_Iam_Expr $condition) + { + $this->condition = $condition; + } + /** + * @return Google_Service_Iam_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMember($member) + { + $this->member = $member; + } + public function getMember() + { + return $this->member; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/CreateRoleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateRoleRequest.php new file mode 100644 index 000000000..34131c955 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateRoleRequest.php @@ -0,0 +1,46 @@ +role = $role; + } + /** + * @return Google_Service_Iam_Role + */ + public function getRole() + { + return $this->role; + } + public function setRoleId($roleId) + { + $this->roleId = $roleId; + } + public function getRoleId() + { + return $this->roleId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.php new file mode 100644 index 000000000..340367b91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.php @@ -0,0 +1,39 @@ +keyAlgorithm = $keyAlgorithm; + } + public function getKeyAlgorithm() + { + return $this->keyAlgorithm; + } + public function setPrivateKeyType($privateKeyType) + { + $this->privateKeyType = $privateKeyType; + } + public function getPrivateKeyType() + { + return $this->privateKeyType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountRequest.php new file mode 100644 index 000000000..9d1ede836 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountRequest.php @@ -0,0 +1,46 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_Iam_ServiceAccount + */ + public function setServiceAccount(Google_Service_Iam_ServiceAccount $serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + /** + * @return Google_Service_Iam_ServiceAccount + */ + public function getServiceAccount() + { + return $this->serviceAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/DisableServiceAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/DisableServiceAccountRequest.php new file mode 100644 index 000000000..a75a4c6e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/DisableServiceAccountRequest.php @@ -0,0 +1,20 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/IamEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Iam/IamEmpty.php new file mode 100644 index 000000000..fa31a1f9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/IamEmpty.php @@ -0,0 +1,20 @@ +binding = $binding; + } + /** + * @return Google_Service_Iam_Binding + */ + public function getBinding() + { + return $this->binding; + } + /** + * @param Google_Service_Iam_Expr + */ + public function setCondition(Google_Service_Iam_Expr $condition) + { + $this->condition = $condition; + } + /** + * @return Google_Service_Iam_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setContext($context) + { + $this->context = $context; + } + public function getContext() + { + return $this->context; + } + public function setFullResourceName($fullResourceName) + { + $this->fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + /** + * @param Google_Service_Iam_Policy + */ + public function setPolicy(Google_Service_Iam_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Iam_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyResponse.php new file mode 100644 index 000000000..b0dabf2d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/LintPolicyResponse.php @@ -0,0 +1,38 @@ +lintResults = $lintResults; + } + /** + * @return Google_Service_Iam_LintResult + */ + public function getLintResults() + { + return $this->lintResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/LintResult.php b/vendor/google/apiclient-services/src/Google/Service/Iam/LintResult.php new file mode 100644 index 000000000..4564ab7a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/LintResult.php @@ -0,0 +1,84 @@ +bindingOrdinal = $bindingOrdinal; + } + public function getBindingOrdinal() + { + return $this->bindingOrdinal; + } + public function setDebugMessage($debugMessage) + { + $this->debugMessage = $debugMessage; + } + public function getDebugMessage() + { + return $this->debugMessage; + } + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + public function getFieldName() + { + return $this->fieldName; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setLocationOffset($locationOffset) + { + $this->locationOffset = $locationOffset; + } + public function getLocationOffset() + { + return $this->locationOffset; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setValidationUnitName($validationUnitName) + { + $this->validationUnitName = $validationUnitName; + } + public function getValidationUnitName() + { + return $this->validationUnitName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/ListRolesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/ListRolesResponse.php new file mode 100644 index 000000000..54e31a563 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ListRolesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Iam_Role + */ + public function setRoles($roles) + { + $this->roles = $roles; + } + /** + * @return Google_Service_Iam_Role + */ + public function getRoles() + { + return $this->roles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountKeysResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountKeysResponse.php new file mode 100644 index 000000000..91f3dc65b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountKeysResponse.php @@ -0,0 +1,38 @@ +keys = $keys; + } + /** + * @return Google_Service_Iam_ServiceAccountKey + */ + public function getKeys() + { + return $this->keys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountsResponse.php new file mode 100644 index 000000000..b29173cfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountsResponse.php @@ -0,0 +1,47 @@ +accounts = $accounts; + } + /** + * @return Google_Service_Iam_ServiceAccount + */ + public function getAccounts() + { + return $this->accounts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/PatchServiceAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/PatchServiceAccountRequest.php new file mode 100644 index 000000000..3e12cbf61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/PatchServiceAccountRequest.php @@ -0,0 +1,46 @@ +serviceAccount = $serviceAccount; + } + /** + * @return Google_Service_Iam_ServiceAccount + */ + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Permission.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Permission.php new file mode 100644 index 000000000..e846c5d3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Permission.php @@ -0,0 +1,93 @@ +apiDisabled = $apiDisabled; + } + public function getApiDisabled() + { + return $this->apiDisabled; + } + public function setCustomRolesSupportLevel($customRolesSupportLevel) + { + $this->customRolesSupportLevel = $customRolesSupportLevel; + } + public function getCustomRolesSupportLevel() + { + return $this->customRolesSupportLevel; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOnlyInPredefinedRoles($onlyInPredefinedRoles) + { + $this->onlyInPredefinedRoles = $onlyInPredefinedRoles; + } + public function getOnlyInPredefinedRoles() + { + return $this->onlyInPredefinedRoles; + } + public function setPrimaryPermission($primaryPermission) + { + $this->primaryPermission = $primaryPermission; + } + public function getPrimaryPermission() + { + return $this->primaryPermission; + } + public function setStage($stage) + { + $this->stage = $stage; + } + public function getStage() + { + return $this->stage; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/PermissionDelta.php b/vendor/google/apiclient-services/src/Google/Service/Iam/PermissionDelta.php new file mode 100644 index 000000000..3d6e839aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/PermissionDelta.php @@ -0,0 +1,40 @@ +addedPermissions = $addedPermissions; + } + public function getAddedPermissions() + { + return $this->addedPermissions; + } + public function setRemovedPermissions($removedPermissions) + { + $this->removedPermissions = $removedPermissions; + } + public function getRemovedPermissions() + { + return $this->removedPermissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php new file mode 100644 index 000000000..b0e65eba5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_Iam_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_Iam_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_Iam_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php b/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php new file mode 100644 index 000000000..48b6da2f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php @@ -0,0 +1,38 @@ +bindingDeltas = $bindingDeltas; + } + /** + * @return Google_Service_Iam_BindingDelta + */ + public function getBindingDeltas() + { + return $this->bindingDeltas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesRequest.php new file mode 100644 index 000000000..fb6519268 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesRequest.php @@ -0,0 +1,30 @@ +fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesResponse.php new file mode 100644 index 000000000..f9a728b21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryAuditableServicesResponse.php @@ -0,0 +1,38 @@ +services = $services; + } + /** + * @return Google_Service_Iam_AuditableService + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php new file mode 100644 index 000000000..b5e8db98a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php @@ -0,0 +1,57 @@ +fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setView($view) + { + $this->view = $view; + } + public function getView() + { + return $this->view; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.php new file mode 100644 index 000000000..ec8be7167 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Iam_Role + */ + public function setRoles($roles) + { + $this->roles = $roles; + } + /** + * @return Google_Service_Iam_Role + */ + public function getRoles() + { + return $this->roles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsRequest.php new file mode 100644 index 000000000..ceaf93281 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsRequest.php @@ -0,0 +1,48 @@ +fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsResponse.php new file mode 100644 index 000000000..98db17ef0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryTestablePermissionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Iam_Permission + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + /** + * @return Google_Service_Iam_Permission + */ + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/IamPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/IamPolicies.php new file mode 100644 index 000000000..0a46c0433 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/IamPolicies.php @@ -0,0 +1,75 @@ + + * $iamService = new Google_Service_Iam(...); + * $iamPolicies = $iamService->iamPolicies; + * + */ +class Google_Service_Iam_Resource_IamPolicies extends Google_Service_Resource +{ + /** + * Lints a Cloud IAM policy object or its sub fields. Currently supports + * google.iam.v1.Policy, google.iam.v1.Binding and + * google.iam.v1.Binding.condition. + * + * Each lint operation consists of multiple lint validation units. Validation + * units have the following properties: + * + * - Each unit inspects the input object in regard to a particular linting + * aspect and issues a google.iam.admin.v1.LintResult disclosing the result. - + * Domain of discourse of each unit can be either google.iam.v1.Policy, + * google.iam.v1.Binding, or google.iam.v1.Binding.condition depending on the + * purpose of the validation. - A unit may require additional data (like the + * list of all possible enumerable values of a particular attribute used in + * the policy instance) which shall be provided by the caller. Refer to the + * comments of google.iam.admin.v1.LintPolicyRequest.context for more details. + * + * The set of applicable validation units is determined by the Cloud IAM server + * and is not configurable. + * + * Regardless of any lint issues or their severities, successful calls to + * `lintPolicy` return an HTTP 200 OK status code. (iamPolicies.lintPolicy) + * + * @param Google_Service_Iam_LintPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_LintPolicyResponse + */ + public function lintPolicy(Google_Service_Iam_LintPolicyRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('lintPolicy', array($params), "Google_Service_Iam_LintPolicyResponse"); + } + /** + * Returns a list of services that support service level audit logging + * configuration for the given resource. (iamPolicies.queryAuditableServices) + * + * @param Google_Service_Iam_QueryAuditableServicesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_QueryAuditableServicesResponse + */ + public function queryAuditableServices(Google_Service_Iam_QueryAuditableServicesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('queryAuditableServices', array($params), "Google_Service_Iam_QueryAuditableServicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Organizations.php new file mode 100644 index 000000000..403b94c3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Organizations.php @@ -0,0 +1,28 @@ + + * $iamService = new Google_Service_Iam(...); + * $organizations = $iamService->organizations; + * + */ +class Google_Service_Iam_Resource_Organizations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php new file mode 100644 index 000000000..30e3002e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php @@ -0,0 +1,254 @@ + + * $iamService = new Google_Service_Iam(...); + * $roles = $iamService->roles; + * + */ +class Google_Service_Iam_Resource_OrganizationsRoles extends Google_Service_Resource +{ + /** + * Creates a new Role. (roles.create) + * + * @param string $parent The `parent` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `parent` value format is described below: + * + * * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): + * `projects/{PROJECT_ID}`. This method creates project-level [custom + * roles](/iam/docs/understanding-custom-roles). Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` + * + * * [`organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles + * /create): `organizations/{ORGANIZATION_ID}`. This method creates + * organization-level [custom roles](/iam/docs/understanding-custom-roles). + * Example request URL: + * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param Google_Service_Iam_CreateRoleRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function create($parent, Google_Service_Iam_CreateRoleRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Iam_Role"); + } + /** + * Soft deletes a role. The role is suspended and cannot be used to create new + * IAM Policy Bindings. The Role will not be included in `ListRoles()` unless + * `show_deleted` is set in the `ListRolesRequest`. The Role contains the + * deleted boolean set. Existing Bindings remains, but are inactive. The Role + * can be undeleted within 7 days. After 7 days the Role is deleted and all + * Bindings associated with the role are removed. (roles.delete) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`projects.roles.delete()`](/iam/reference/rest/v1/projects.roles/delete): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles + * /delete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This + * method deletes only [custom roles](/iam/docs/understanding-custom-roles) + * that have been created at the organization level. Example request URL: `h + * ttps://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_RO + * LE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * + * @opt_param string etag Used to perform a consistent read-modify-write. + * @return Google_Service_Iam_Role + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Iam_Role"); + } + /** + * Gets a Role definition. (roles.get) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), + * [`projects`](/iam/reference/rest/v1/projects.roles), or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. + * This method returns results from all [predefined roles](/iam/docs + * /understanding-roles#predefined_roles) in Cloud IAM. Example request URL: + * `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` + * + * * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/ge + * t): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method + * returns only [custom roles](/iam/docs/understanding-custom-roles) that have + * been created at the organization level. Example request URL: `https://iam.g + * oogleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Iam_Role"); + } + /** + * Lists the Roles defined on a resource. (roles.listOrganizationsRoles) + * + * @param string $parent The `parent` parameter's value depends on the target + * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), + * [`projects`](/iam/reference/rest/v1/projects.roles), or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `parent` value format is described below: + * + * * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. + * This method doesn't require a resource; it simply returns all [predefined + * roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. + * Example request URL: `https://iam.googleapis.com/v1/roles` + * + * * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): + * `projects/{PROJECT_ID}`. This method lists all project-level [custom + * roles](/iam/docs/understanding-custom-roles). Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` + * + * * [`organizations.roles.list()`](/iam/reference/rest/v1/organizations.roles/l + * ist): `organizations/{ORGANIZATION_ID}`. This method lists all + * organization-level [custom roles](/iam/docs/understanding-custom-roles). + * Example request URL: + * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional limit on the number of roles to include in + * the response. + * @opt_param string view Optional view for the returned Role objects. When + * `FULL` is specified, the `includedPermissions` field is returned, which + * includes a list of all permissions in the role. The default value is `BASIC`, + * which does not return the `includedPermissions` field. + * @opt_param bool showDeleted Include Roles that have been deleted. + * @opt_param string pageToken Optional pagination token returned in an earlier + * ListRolesResponse. + * @return Google_Service_Iam_ListRolesResponse + */ + public function listOrganizationsRoles($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Iam_ListRolesResponse"); + } + /** + * Updates a Role definition. (roles.patch) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/ + * patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This + * method updates only [custom roles](/iam/docs/understanding-custom-roles) + * that have been created at the organization level. Example request URL: `h + * ttps://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_RO + * LE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param Google_Service_Iam_Role $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A mask describing which fields in the Role have + * changed. + * @return Google_Service_Iam_Role + */ + public function patch($name, Google_Service_Iam_Role $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Iam_Role"); + } + /** + * Undelete a Role, bringing it back in its previous state. (roles.undelete) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`projects.roles.undelete()`](/iam/reference/rest/v1/projects.roles/undelet + * e): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes + * only [custom roles](/iam/docs/understanding-custom-roles) that have been + * created at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.rol + * es/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. + * This method undeletes only [custom roles](/iam/docs/understanding-custom- + * roles) that have been created at the organization level. Example request + * URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{ + * CUSTOM_ROLE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param Google_Service_Iam_UndeleteRoleRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function undelete($name, Google_Service_Iam_UndeleteRoleRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_Iam_Role"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Permissions.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Permissions.php new file mode 100644 index 000000000..1a388f25b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Permissions.php @@ -0,0 +1,43 @@ + + * $iamService = new Google_Service_Iam(...); + * $permissions = $iamService->permissions; + * + */ +class Google_Service_Iam_Resource_Permissions extends Google_Service_Resource +{ + /** + * Lists the permissions testable on a resource. A permission is testable if it + * can be tested for an identity on a resource. + * (permissions.queryTestablePermissions) + * + * @param Google_Service_Iam_QueryTestablePermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_QueryTestablePermissionsResponse + */ + public function queryTestablePermissions(Google_Service_Iam_QueryTestablePermissionsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('queryTestablePermissions', array($params), "Google_Service_Iam_QueryTestablePermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.php new file mode 100644 index 000000000..a2bfba9a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $iamService = new Google_Service_Iam(...); + * $projects = $iamService->projects; + * + */ +class Google_Service_Iam_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php new file mode 100644 index 000000000..e92a2d561 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php @@ -0,0 +1,254 @@ + + * $iamService = new Google_Service_Iam(...); + * $roles = $iamService->roles; + * + */ +class Google_Service_Iam_Resource_ProjectsRoles extends Google_Service_Resource +{ + /** + * Creates a new Role. (roles.create) + * + * @param string $parent The `parent` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `parent` value format is described below: + * + * * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): + * `projects/{PROJECT_ID}`. This method creates project-level [custom + * roles](/iam/docs/understanding-custom-roles). Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` + * + * * [`organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles + * /create): `organizations/{ORGANIZATION_ID}`. This method creates + * organization-level [custom roles](/iam/docs/understanding-custom-roles). + * Example request URL: + * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param Google_Service_Iam_CreateRoleRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function create($parent, Google_Service_Iam_CreateRoleRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Iam_Role"); + } + /** + * Soft deletes a role. The role is suspended and cannot be used to create new + * IAM Policy Bindings. The Role will not be included in `ListRoles()` unless + * `show_deleted` is set in the `ListRolesRequest`. The Role contains the + * deleted boolean set. Existing Bindings remains, but are inactive. The Role + * can be undeleted within 7 days. After 7 days the Role is deleted and all + * Bindings associated with the role are removed. (roles.delete) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`projects.roles.delete()`](/iam/reference/rest/v1/projects.roles/delete): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles + * /delete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This + * method deletes only [custom roles](/iam/docs/understanding-custom-roles) + * that have been created at the organization level. Example request URL: `h + * ttps://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_RO + * LE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * + * @opt_param string etag Used to perform a consistent read-modify-write. + * @return Google_Service_Iam_Role + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Iam_Role"); + } + /** + * Gets a Role definition. (roles.get) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), + * [`projects`](/iam/reference/rest/v1/projects.roles), or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. + * This method returns results from all [predefined roles](/iam/docs + * /understanding-roles#predefined_roles) in Cloud IAM. Example request URL: + * `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` + * + * * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/ge + * t): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method + * returns only [custom roles](/iam/docs/understanding-custom-roles) that have + * been created at the organization level. Example request URL: `https://iam.g + * oogleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Iam_Role"); + } + /** + * Lists the Roles defined on a resource. (roles.listProjectsRoles) + * + * @param string $parent The `parent` parameter's value depends on the target + * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), + * [`projects`](/iam/reference/rest/v1/projects.roles), or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `parent` value format is described below: + * + * * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. + * This method doesn't require a resource; it simply returns all [predefined + * roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. + * Example request URL: `https://iam.googleapis.com/v1/roles` + * + * * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): + * `projects/{PROJECT_ID}`. This method lists all project-level [custom + * roles](/iam/docs/understanding-custom-roles). Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` + * + * * [`organizations.roles.list()`](/iam/reference/rest/v1/organizations.roles/l + * ist): `organizations/{ORGANIZATION_ID}`. This method lists all + * organization-level [custom roles](/iam/docs/understanding-custom-roles). + * Example request URL: + * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * + * @opt_param bool showDeleted Include Roles that have been deleted. + * @opt_param string pageToken Optional pagination token returned in an earlier + * ListRolesResponse. + * @opt_param int pageSize Optional limit on the number of roles to include in + * the response. + * @opt_param string view Optional view for the returned Role objects. When + * `FULL` is specified, the `includedPermissions` field is returned, which + * includes a list of all permissions in the role. The default value is `BASIC`, + * which does not return the `includedPermissions` field. + * @return Google_Service_Iam_ListRolesResponse + */ + public function listProjectsRoles($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Iam_ListRolesResponse"); + } + /** + * Updates a Role definition. (roles.patch) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/ + * patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This + * method updates only [custom roles](/iam/docs/understanding-custom-roles) + * that have been created at the organization level. Example request URL: `h + * ttps://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_RO + * LE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param Google_Service_Iam_Role $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask A mask describing which fields in the Role have + * changed. + * @return Google_Service_Iam_Role + */ + public function patch($name, Google_Service_Iam_Role $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Iam_Role"); + } + /** + * Undelete a Role, bringing it back in its previous state. (roles.undelete) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely + * [`projects`](/iam/reference/rest/v1/projects.roles) or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`projects.roles.undelete()`](/iam/reference/rest/v1/projects.roles/undelet + * e): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes + * only [custom roles](/iam/docs/understanding-custom-roles) that have been + * created at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.rol + * es/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. + * This method undeletes only [custom roles](/iam/docs/understanding-custom- + * roles) that have been created at the organization level. Example request + * URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{ + * CUSTOM_ROLE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param Google_Service_Iam_UndeleteRoleRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function undelete($name, Google_Service_Iam_UndeleteRoleRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_Iam_Role"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php new file mode 100644 index 000000000..2748cbe21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php @@ -0,0 +1,370 @@ + + * $iamService = new Google_Service_Iam(...); + * $serviceAccounts = $iamService->serviceAccounts; + * + */ +class Google_Service_Iam_Resource_ProjectsServiceAccounts extends Google_Service_Resource +{ + /** + * Creates a ServiceAccount and returns it. (serviceAccounts.create) + * + * @param string $name Required. The resource name of the project associated + * with the service accounts, such as `projects/my-project-123`. + * @param Google_Service_Iam_CreateServiceAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccount + */ + public function create($name, Google_Service_Iam_CreateServiceAccountRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Iam_ServiceAccount"); + } + /** + * Deletes a ServiceAccount. (serviceAccounts.delete) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_IamEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Iam_IamEmpty"); + } + /** + * DisableServiceAccount is currently in the alpha launch stage. + * + * Disables a ServiceAccount, which immediately prevents the service account + * from authenticating and gaining access to APIs. + * + * Disabled service accounts can be safely restored by using + * EnableServiceAccount at any point. Deleted service accounts cannot be + * restored using this method. + * + * Disabling a service account that is bound to VMs, Apps, Functions, or other + * jobs will cause those jobs to lose access to resources if they are using the + * disabled service account. + * + * To improve reliability of your services and avoid unexpected outages, it is + * recommended to first disable a service account rather than delete it. After + * disabling the service account, wait at least 24 hours to verify there are no + * unintended consequences, and then delete the service account. + * (serviceAccounts.disable) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_DisableServiceAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_IamEmpty + */ + public function disable($name, Google_Service_Iam_DisableServiceAccountRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('disable', array($params), "Google_Service_Iam_IamEmpty"); + } + /** + * EnableServiceAccount is currently in the alpha launch stage. + * + * Restores a disabled ServiceAccount that has been manually disabled by using + * DisableServiceAccount. Service accounts that have been disabled by other + * means or for other reasons, such as abuse, cannot be restored using this + * method. + * + * EnableServiceAccount will have no effect on a service account that is not + * disabled. Enabling an already enabled service account will have no effect. + * (serviceAccounts.enable) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_EnableServiceAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_IamEmpty + */ + public function enable($name, Google_Service_Iam_EnableServiceAccountRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('enable', array($params), "Google_Service_Iam_IamEmpty"); + } + /** + * Gets a ServiceAccount. (serviceAccounts.get) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccount + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Iam_ServiceAccount"); + } + /** + * Returns the Cloud IAM access control policy for a ServiceAccount. + * + * Note: Service accounts are both [resources and identities](/iam/docs/service- + * accounts#service_account_permissions). This method treats the service account + * as a resource. It returns the Cloud IAM policy that reflects what members + * have access to the service account. + * + * This method does not return what resources the service account has access to. + * To see if a service account has access to a resource, call the `getIamPolicy` + * method on the target resource. For example, to view grants for a project, + * call the [projects.getIamPolicy](/resource- + * manager/reference/rest/v1/projects/getIamPolicy) method. + * (serviceAccounts.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. + * @return Google_Service_Iam_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Iam_Policy"); + } + /** + * Lists ServiceAccounts for a project. + * (serviceAccounts.listProjectsServiceAccounts) + * + * @param string $name Required. The resource name of the project associated + * with the service accounts, such as `projects/my-project-123`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional pagination token returned in an earlier + * ListServiceAccountsResponse.next_page_token. + * @opt_param int pageSize Optional limit on the number of service accounts to + * include in the response. Further accounts can subsequently be obtained by + * including the ListServiceAccountsResponse.next_page_token in a subsequent + * request. + * @return Google_Service_Iam_ListServiceAccountsResponse + */ + public function listProjectsServiceAccounts($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Iam_ListServiceAccountsResponse"); + } + /** + * Patches a ServiceAccount. + * + * Currently, only the following fields are updatable: `display_name` and + * `description`. + * + * Only fields specified in the request are guaranteed to be returned in the + * response. Other fields in the response may be empty. + * + * Note: The field mask is required. (serviceAccounts.patch) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. + * + * Requests using `-` as a wildcard for the `PROJECT_ID` will infer the project + * from the `account` and the `ACCOUNT` value can be the `email` address or the + * `unique_id` of the service account. + * + * In responses the resource name will always be in the format + * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. + * @param Google_Service_Iam_PatchServiceAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccount + */ + public function patch($name, Google_Service_Iam_PatchServiceAccountRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Iam_ServiceAccount"); + } + /** + * Sets the Cloud IAM access control policy for a ServiceAccount. + * + * Note: Service accounts are both [resources and identities](/iam/docs/service- + * accounts#service_account_permissions). This method treats the service account + * as a resource. Use it to grant members access to the service account, such as + * when they need to impersonate it. + * + * This method does not grant the service account access to other resources, + * such as projects. To grant a service account access to resources, include the + * service account in the Cloud IAM policy for the desired resource, then call + * the appropriate `setIamPolicy` method on the target resource. For example, to + * grant a service account access to a project, call the [projects.setIamPolicy + * ](/resource-manager/reference/rest/v1/projects/setIamPolicy) method. + * (serviceAccounts.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_Iam_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Policy + */ + public function setIamPolicy($resource, Google_Service_Iam_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Iam_Policy"); + } + /** + * **Note**: This method is in the process of being deprecated. Call the [`signB + * lob()`](/iam/credentials/reference/rest/v1/projects.serviceAccounts/signBlob) + * method of the Cloud IAM Service Account Credentials API instead. + * + * Signs a blob using a service account's system-managed private key. + * (serviceAccounts.signBlob) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_SignBlobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_SignBlobResponse + */ + public function signBlob($name, Google_Service_Iam_SignBlobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('signBlob', array($params), "Google_Service_Iam_SignBlobResponse"); + } + /** + * **Note**: This method is in the process of being deprecated. Call the [`signJ + * wt()`](/iam/credentials/reference/rest/v1/projects.serviceAccounts/signJwt) + * method of the Cloud IAM Service Account Credentials API instead. + * + * Signs a JWT using a service account's system-managed private key. + * + * If no expiry time (`exp`) is provided in the `SignJwtRequest`, IAM sets an an + * expiry time of one hour by default. If you request an expiry time of more + * than one hour, the request will fail. (serviceAccounts.signJwt) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_SignJwtRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_SignJwtResponse + */ + public function signJwt($name, Google_Service_Iam_SignJwtRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('signJwt', array($params), "Google_Service_Iam_SignJwtResponse"); + } + /** + * Tests the specified permissions against the IAM access control policy for a + * ServiceAccount. (serviceAccounts.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_Iam_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Iam_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Iam_TestIamPermissionsResponse"); + } + /** + * Restores a deleted ServiceAccount. This is to be used as an action of last + * resort. A service account may not always be restorable. + * (serviceAccounts.undelete) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}`. Using + * `-` as a wildcard for the `PROJECT_ID` will infer the project from the + * account. + * @param Google_Service_Iam_UndeleteServiceAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_UndeleteServiceAccountResponse + */ + public function undelete($name, Google_Service_Iam_UndeleteServiceAccountRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_Iam_UndeleteServiceAccountResponse"); + } + /** + * Note: This method is in the process of being deprecated. Use + * PatchServiceAccount instead. + * + * Updates a ServiceAccount. + * + * Currently, only the following fields are updatable: `display_name` and + * `description`. (serviceAccounts.update) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. + * + * Requests using `-` as a wildcard for the `PROJECT_ID` will infer the project + * from the `account` and the `ACCOUNT` value can be the `email` address or the + * `unique_id` of the service account. + * + * In responses the resource name will always be in the format + * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. + * @param Google_Service_Iam_ServiceAccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccount + */ + public function update($name, Google_Service_Iam_ServiceAccount $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Iam_ServiceAccount"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php new file mode 100644 index 000000000..7fc95786b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php @@ -0,0 +1,128 @@ + + * $iamService = new Google_Service_Iam(...); + * $keys = $iamService->keys; + * + */ +class Google_Service_Iam_Resource_ProjectsServiceAccountsKeys extends Google_Service_Resource +{ + /** + * Creates a ServiceAccountKey and returns it. (keys.create) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_CreateServiceAccountKeyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccountKey + */ + public function create($name, Google_Service_Iam_CreateServiceAccountKeyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Iam_ServiceAccountKey"); + } + /** + * Deletes a ServiceAccountKey. (keys.delete) + * + * @param string $name The resource name of the service account key in the + * following format: + * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_IamEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Iam_IamEmpty"); + } + /** + * Gets the ServiceAccountKey by key id. (keys.get) + * + * @param string $name The resource name of the service account key in the + * following format: + * `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. + * + * Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the + * account. The `ACCOUNT` value can be the `email` address or the `unique_id` of + * the service account. + * @param array $optParams Optional parameters. + * + * @opt_param string publicKeyType The output format of the public key + * requested. X509_PEM is the default output format. + * @return Google_Service_Iam_ServiceAccountKey + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Iam_ServiceAccountKey"); + } + /** + * Lists ServiceAccountKeys. (keys.listProjectsServiceAccountsKeys) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. + * + * Using `-` as a wildcard for the `PROJECT_ID`, will infer the project from the + * account. The `ACCOUNT` value can be the `email` address or the `unique_id` of + * the service account. + * @param array $optParams Optional parameters. + * + * @opt_param string keyTypes Filters the types of keys the user wants to + * include in the list response. Duplicate key types are not allowed. If no key + * type is provided, all keys are returned. + * @return Google_Service_Iam_ListServiceAccountKeysResponse + */ + public function listProjectsServiceAccountsKeys($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Iam_ListServiceAccountKeysResponse"); + } + /** + * Upload public key for a given service account. This rpc will create a + * ServiceAccountKey that has the provided public key and returns it. + * (keys.upload) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_UploadServiceAccountKeyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccountKey + */ + public function upload($name, Google_Service_Iam_UploadServiceAccountKeyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_Iam_ServiceAccountKey"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Roles.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Roles.php new file mode 100644 index 000000000..61a6a2e40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Roles.php @@ -0,0 +1,126 @@ + + * $iamService = new Google_Service_Iam(...); + * $roles = $iamService->roles; + * + */ +class Google_Service_Iam_Resource_Roles extends Google_Service_Resource +{ + /** + * Gets a Role definition. (roles.get) + * + * @param string $name The `name` parameter's value depends on the target + * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), + * [`projects`](/iam/reference/rest/v1/projects.roles), or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `name` value format is described below: + * + * * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. + * This method returns results from all [predefined roles](/iam/docs + * /understanding-roles#predefined_roles) in Cloud IAM. Example request URL: + * `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` + * + * * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): + * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only + * [custom roles](/iam/docs/understanding-custom-roles) that have been created + * at the project level. Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` + * + * * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/ge + * t): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method + * returns only [custom roles](/iam/docs/understanding-custom-roles) that have + * been created at the organization level. Example request URL: `https://iam.g + * oogleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_Role + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Iam_Role"); + } + /** + * Lists the Roles defined on a resource. (roles.listRoles) + * + * @param array $optParams Optional parameters. + * + * @opt_param string view Optional view for the returned Role objects. When + * `FULL` is specified, the `includedPermissions` field is returned, which + * includes a list of all permissions in the role. The default value is `BASIC`, + * which does not return the `includedPermissions` field. + * @opt_param string parent The `parent` parameter's value depends on the target + * resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), + * [`projects`](/iam/reference/rest/v1/projects.roles), or + * [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource + * type's `parent` value format is described below: + * + * * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. + * This method doesn't require a resource; it simply returns all [predefined + * roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. + * Example request URL: `https://iam.googleapis.com/v1/roles` + * + * * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): + * `projects/{PROJECT_ID}`. This method lists all project-level [custom + * roles](/iam/docs/understanding-custom-roles). Example request URL: + * `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` + * + * * [`organizations.roles.list()`](/iam/reference/rest/v1/organizations.roles/l + * ist): `organizations/{ORGANIZATION_ID}`. This method lists all + * organization-level [custom roles](/iam/docs/understanding-custom-roles). + * Example request URL: + * `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` + * + * Note: Wildcard (*) values are invalid; you must specify a complete project ID + * or organization ID. + * @opt_param bool showDeleted Include Roles that have been deleted. + * @opt_param string pageToken Optional pagination token returned in an earlier + * ListRolesResponse. + * @opt_param int pageSize Optional limit on the number of roles to include in + * the response. + * @return Google_Service_Iam_ListRolesResponse + */ + public function listRoles($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Iam_ListRolesResponse"); + } + /** + * Queries roles that can be granted on a particular resource. A role is + * grantable if it can be used as the role in a binding for a policy for that + * resource. (roles.queryGrantableRoles) + * + * @param Google_Service_Iam_QueryGrantableRolesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_QueryGrantableRolesResponse + */ + public function queryGrantableRoles(Google_Service_Iam_QueryGrantableRolesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('queryGrantableRoles', array($params), "Google_Service_Iam_QueryGrantableRolesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php new file mode 100644 index 000000000..daa12312c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php @@ -0,0 +1,85 @@ +deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setIncludedPermissions($includedPermissions) + { + $this->includedPermissions = $includedPermissions; + } + public function getIncludedPermissions() + { + return $this->includedPermissions; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStage($stage) + { + $this->stage = $stage; + } + public function getStage() + { + return $this->stage; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.php new file mode 100644 index 000000000..3f0c820fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.php @@ -0,0 +1,102 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOauth2ClientId($oauth2ClientId) + { + $this->oauth2ClientId = $oauth2ClientId; + } + public function getOauth2ClientId() + { + return $this->oauth2ClientId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccountKey.php b/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccountKey.php new file mode 100644 index 000000000..62eead2af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccountKey.php @@ -0,0 +1,93 @@ +keyAlgorithm = $keyAlgorithm; + } + public function getKeyAlgorithm() + { + return $this->keyAlgorithm; + } + public function setKeyOrigin($keyOrigin) + { + $this->keyOrigin = $keyOrigin; + } + public function getKeyOrigin() + { + return $this->keyOrigin; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrivateKeyData($privateKeyData) + { + $this->privateKeyData = $privateKeyData; + } + public function getPrivateKeyData() + { + return $this->privateKeyData; + } + public function setPrivateKeyType($privateKeyType) + { + $this->privateKeyType = $privateKeyType; + } + public function getPrivateKeyType() + { + return $this->privateKeyType; + } + public function setPublicKeyData($publicKeyData) + { + $this->publicKeyData = $publicKeyData; + } + public function getPublicKeyData() + { + return $this->publicKeyData; + } + public function setValidAfterTime($validAfterTime) + { + $this->validAfterTime = $validAfterTime; + } + public function getValidAfterTime() + { + return $this->validAfterTime; + } + public function setValidBeforeTime($validBeforeTime) + { + $this->validBeforeTime = $validBeforeTime; + } + public function getValidBeforeTime() + { + return $this->validBeforeTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/SetIamPolicyRequest.php new file mode 100644 index 000000000..84336b59f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_Iam_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.php new file mode 100644 index 000000000..f1dccccd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.php @@ -0,0 +1,30 @@ +bytesToSign = $bytesToSign; + } + public function getBytesToSign() + { + return $this->bytesToSign; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobResponse.php new file mode 100644 index 000000000..2ddf190fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobResponse.php @@ -0,0 +1,39 @@ +keyId = $keyId; + } + public function getKeyId() + { + return $this->keyId; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/SignJwtRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/SignJwtRequest.php new file mode 100644 index 000000000..422497470 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/SignJwtRequest.php @@ -0,0 +1,30 @@ +payload = $payload; + } + public function getPayload() + { + return $this->payload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/SignJwtResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/SignJwtResponse.php new file mode 100644 index 000000000..cce0e0503 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/SignJwtResponse.php @@ -0,0 +1,39 @@ +keyId = $keyId; + } + public function getKeyId() + { + return $this->keyId; + } + public function setSignedJwt($signedJwt) + { + $this->signedJwt = $signedJwt; + } + public function getSignedJwt() + { + return $this->signedJwt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsRequest.php new file mode 100644 index 000000000..29c720e1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsResponse.php new file mode 100644 index 000000000..76533ccb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteRoleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteRoleRequest.php new file mode 100644 index 000000000..945331ca1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteRoleRequest.php @@ -0,0 +1,30 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountRequest.php new file mode 100644 index 000000000..fefbdedd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/UndeleteServiceAccountRequest.php @@ -0,0 +1,20 @@ +restoredAccount = $restoredAccount; + } + /** + * @return Google_Service_Iam_ServiceAccount + */ + public function getRestoredAccount() + { + return $this->restoredAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.php new file mode 100644 index 000000000..f43192195 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.php @@ -0,0 +1,30 @@ +publicKeyData = $publicKeyData; + } + public function getPublicKeyData() + { + return $this->publicKeyData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit.php new file mode 100644 index 000000000..8d202e70d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit.php @@ -0,0 +1,157 @@ + + * Help the third party sites to implement federated login. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_IdentityToolkit extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and administer all your Firebase data and settings. */ + const FIREBASE = + "https://www.googleapis.com/auth/firebase"; + + public $relyingparty; + + /** + * Constructs the internal representation of the IdentityToolkit 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 = 'identitytoolkit/v3/relyingparty/'; + $this->batchPath = 'batch/identitytoolkit/v3'; + $this->version = 'v3'; + $this->serviceName = 'identitytoolkit'; + + $this->relyingparty = new Google_Service_IdentityToolkit_Resource_Relyingparty( + $this, + $this->serviceName, + 'relyingparty', + array( + 'methods' => array( + 'createAuthUri' => array( + 'path' => 'createAuthUri', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'deleteAccount' => array( + 'path' => 'deleteAccount', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'downloadAccount' => array( + 'path' => 'downloadAccount', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'emailLinkSignin' => array( + 'path' => 'emailLinkSignin', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'getAccountInfo' => array( + 'path' => 'getAccountInfo', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'getOobConfirmationCode' => array( + 'path' => 'getOobConfirmationCode', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'getProjectConfig' => array( + 'path' => 'getProjectConfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'delegatedProjectNumber' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectNumber' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getPublicKeys' => array( + 'path' => 'publicKeys', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getRecaptchaParam' => array( + 'path' => 'getRecaptchaParam', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'resetPassword' => array( + 'path' => 'resetPassword', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'sendVerificationCode' => array( + 'path' => 'sendVerificationCode', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'setAccountInfo' => array( + 'path' => 'setAccountInfo', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'setProjectConfig' => array( + 'path' => 'setProjectConfig', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'signOutUser' => array( + 'path' => 'signOutUser', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'signupNewUser' => array( + 'path' => 'signupNewUser', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'uploadAccount' => array( + 'path' => 'uploadAccount', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verifyAssertion' => array( + 'path' => 'verifyAssertion', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verifyCustomToken' => array( + 'path' => 'verifyCustomToken', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verifyPassword' => array( + 'path' => 'verifyPassword', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verifyPhoneNumber' => array( + 'path' => 'verifyPhoneNumber', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php new file mode 100644 index 000000000..bcea91419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php @@ -0,0 +1,103 @@ +allProviders = $allProviders; + } + public function getAllProviders() + { + return $this->allProviders; + } + public function setAuthUri($authUri) + { + $this->authUri = $authUri; + } + public function getAuthUri() + { + return $this->authUri; + } + public function setCaptchaRequired($captchaRequired) + { + $this->captchaRequired = $captchaRequired; + } + public function getCaptchaRequired() + { + return $this->captchaRequired; + } + public function setForExistingProvider($forExistingProvider) + { + $this->forExistingProvider = $forExistingProvider; + } + public function getForExistingProvider() + { + return $this->forExistingProvider; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } + public function setRegistered($registered) + { + $this->registered = $registered; + } + public function getRegistered() + { + return $this->registered; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setSigninMethods($signinMethods) + { + $this->signinMethods = $signinMethods; + } + public function getSigninMethods() + { + return $this->signinMethods; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php new file mode 100644 index 000000000..d399286a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.php new file mode 100644 index 000000000..b7a15e1f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DownloadAccountResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_IdentityToolkit_UserInfo + */ + public function setUsers($users) + { + $this->users = $users; + } + /** + * @return Google_Service_IdentityToolkit_UserInfo + */ + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailLinkSigninResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailLinkSigninResponse.php new file mode 100644 index 000000000..1ec12dede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailLinkSigninResponse.php @@ -0,0 +1,84 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setExpiresIn($expiresIn) + { + $this->expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setIsNewUser($isNewUser) + { + $this->isNewUser = $isNewUser; + } + public function getIsNewUser() + { + return $this->isNewUser; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php new file mode 100644 index 000000000..b7f15a18c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php @@ -0,0 +1,75 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setFrom($from) + { + $this->from = $from; + } + public function getFrom() + { + return $this->from; + } + public function setFromDisplayName($fromDisplayName) + { + $this->fromDisplayName = $fromDisplayName; + } + public function getFromDisplayName() + { + return $this->fromDisplayName; + } + public function setReplyTo($replyTo) + { + $this->replyTo = $replyTo; + } + public function getReplyTo() + { + return $this->replyTo; + } + public function setSubject($subject) + { + $this->subject = $subject; + } + public function getSubject() + { + return $this->subject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.php new file mode 100644 index 000000000..b0a2f6094 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetAccountInfoResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_IdentityToolkit_UserInfo + */ + public function setUsers($users) + { + $this->users = $users; + } + /** + * @return Google_Service_IdentityToolkit_UserInfo + */ + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.php new file mode 100644 index 000000000..04ac390c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.php @@ -0,0 +1,48 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOobCode($oobCode) + { + $this->oobCode = $oobCode; + } + public function getOobCode() + { + return $this->oobCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetRecaptchaParamResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetRecaptchaParamResponse.php new file mode 100644 index 000000000..e658dbd94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetRecaptchaParamResponse.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRecaptchaSiteKey($recaptchaSiteKey) + { + $this->recaptchaSiteKey = $recaptchaSiteKey; + } + public function getRecaptchaSiteKey() + { + return $this->recaptchaSiteKey; + } + public function setRecaptchaStoken($recaptchaStoken) + { + $this->recaptchaStoken = $recaptchaStoken; + } + public function getRecaptchaStoken() + { + return $this->recaptchaStoken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyCreateAuthUriRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyCreateAuthUriRequest.php new file mode 100644 index 000000000..4554b7900 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyCreateAuthUriRequest.php @@ -0,0 +1,165 @@ +appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setAuthFlowType($authFlowType) + { + $this->authFlowType = $authFlowType; + } + public function getAuthFlowType() + { + return $this->authFlowType; + } + public function setClientId($clientId) + { + $this->clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setContext($context) + { + $this->context = $context; + } + public function getContext() + { + return $this->context; + } + public function setContinueUri($continueUri) + { + $this->continueUri = $continueUri; + } + public function getContinueUri() + { + return $this->continueUri; + } + public function setCustomParameter($customParameter) + { + $this->customParameter = $customParameter; + } + public function getCustomParameter() + { + return $this->customParameter; + } + public function setHostedDomain($hostedDomain) + { + $this->hostedDomain = $hostedDomain; + } + public function getHostedDomain() + { + return $this->hostedDomain; + } + public function setIdentifier($identifier) + { + $this->identifier = $identifier; + } + public function getIdentifier() + { + return $this->identifier; + } + public function setOauthConsumerKey($oauthConsumerKey) + { + $this->oauthConsumerKey = $oauthConsumerKey; + } + public function getOauthConsumerKey() + { + return $this->oauthConsumerKey; + } + public function setOauthScope($oauthScope) + { + $this->oauthScope = $oauthScope; + } + public function getOauthScope() + { + return $this->oauthScope; + } + public function setOpenidRealm($openidRealm) + { + $this->openidRealm = $openidRealm; + } + public function getOpenidRealm() + { + return $this->openidRealm; + } + public function setOtaApp($otaApp) + { + $this->otaApp = $otaApp; + } + public function getOtaApp() + { + return $this->otaApp; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setTenantId($tenantId) + { + $this->tenantId = $tenantId; + } + public function getTenantId() + { + return $this->tenantId; + } + public function setTenantProjectNumber($tenantProjectNumber) + { + $this->tenantProjectNumber = $tenantProjectNumber; + } + public function getTenantProjectNumber() + { + return $this->tenantProjectNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php new file mode 100644 index 000000000..32ee972bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php @@ -0,0 +1,48 @@ +delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDownloadAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDownloadAccountRequest.php new file mode 100644 index 000000000..0daf60b65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDownloadAccountRequest.php @@ -0,0 +1,57 @@ +delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setMaxResults($maxResults) + { + $this->maxResults = $maxResults; + } + public function getMaxResults() + { + return $this->maxResults; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTargetProjectId($targetProjectId) + { + $this->targetProjectId = $targetProjectId; + } + public function getTargetProjectId() + { + return $this->targetProjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyEmailLinkSigninRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyEmailLinkSigninRequest.php new file mode 100644 index 000000000..9df053a64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyEmailLinkSigninRequest.php @@ -0,0 +1,48 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setOobCode($oobCode) + { + $this->oobCode = $oobCode; + } + public function getOobCode() + { + return $this->oobCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetAccountInfoRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetAccountInfoRequest.php new file mode 100644 index 000000000..a6b82419a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetAccountInfoRequest.php @@ -0,0 +1,67 @@ +delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetProjectConfigResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetProjectConfigResponse.php new file mode 100644 index 000000000..89a6e849b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetProjectConfigResponse.php @@ -0,0 +1,165 @@ +allowPasswordUser = $allowPasswordUser; + } + public function getAllowPasswordUser() + { + return $this->allowPasswordUser; + } + public function setApiKey($apiKey) + { + $this->apiKey = $apiKey; + } + public function getApiKey() + { + return $this->apiKey; + } + public function setAuthorizedDomains($authorizedDomains) + { + $this->authorizedDomains = $authorizedDomains; + } + public function getAuthorizedDomains() + { + return $this->authorizedDomains; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate) + { + $this->changeEmailTemplate = $changeEmailTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getChangeEmailTemplate() + { + return $this->changeEmailTemplate; + } + public function setDynamicLinksDomain($dynamicLinksDomain) + { + $this->dynamicLinksDomain = $dynamicLinksDomain; + } + public function getDynamicLinksDomain() + { + return $this->dynamicLinksDomain; + } + public function setEnableAnonymousUser($enableAnonymousUser) + { + $this->enableAnonymousUser = $enableAnonymousUser; + } + public function getEnableAnonymousUser() + { + return $this->enableAnonymousUser; + } + /** + * @param Google_Service_IdentityToolkit_IdpConfig + */ + public function setIdpConfig($idpConfig) + { + $this->idpConfig = $idpConfig; + } + /** + * @return Google_Service_IdentityToolkit_IdpConfig + */ + public function getIdpConfig() + { + return $this->idpConfig; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate) + { + $this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getLegacyResetPasswordTemplate() + { + return $this->legacyResetPasswordTemplate; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate) + { + $this->resetPasswordTemplate = $resetPasswordTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getResetPasswordTemplate() + { + return $this->resetPasswordTemplate; + } + public function setUseEmailSending($useEmailSending) + { + $this->useEmailSending = $useEmailSending; + } + public function getUseEmailSending() + { + return $this->useEmailSending; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate) + { + $this->verifyEmailTemplate = $verifyEmailTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getVerifyEmailTemplate() + { + return $this->verifyEmailTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyResetPasswordRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyResetPasswordRequest.php new file mode 100644 index 000000000..5f5d9bf74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyResetPasswordRequest.php @@ -0,0 +1,57 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setNewPassword($newPassword) + { + $this->newPassword = $newPassword; + } + public function getNewPassword() + { + return $this->newPassword; + } + public function setOldPassword($oldPassword) + { + $this->oldPassword = $oldPassword; + } + public function getOldPassword() + { + return $this->oldPassword; + } + public function setOobCode($oobCode) + { + $this->oobCode = $oobCode; + } + public function getOobCode() + { + return $this->oobCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeRequest.php new file mode 100644 index 000000000..03ca6edf7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeRequest.php @@ -0,0 +1,57 @@ +iosReceipt = $iosReceipt; + } + public function getIosReceipt() + { + return $this->iosReceipt; + } + public function setIosSecret($iosSecret) + { + $this->iosSecret = $iosSecret; + } + public function getIosSecret() + { + return $this->iosSecret; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setRecaptchaToken($recaptchaToken) + { + $this->recaptchaToken = $recaptchaToken; + } + public function getRecaptchaToken() + { + return $this->recaptchaToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeResponse.php new file mode 100644 index 000000000..f63a2f998 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySendVerificationCodeResponse.php @@ -0,0 +1,30 @@ +sessionInfo = $sessionInfo; + } + public function getSessionInfo() + { + return $this->sessionInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetAccountInfoRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetAccountInfoRequest.php new file mode 100644 index 000000000..f05bfe488 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetAccountInfoRequest.php @@ -0,0 +1,229 @@ +captchaChallenge = $captchaChallenge; + } + public function getCaptchaChallenge() + { + return $this->captchaChallenge; + } + public function setCaptchaResponse($captchaResponse) + { + $this->captchaResponse = $captchaResponse; + } + public function getCaptchaResponse() + { + return $this->captchaResponse; + } + public function setCreatedAt($createdAt) + { + $this->createdAt = $createdAt; + } + public function getCreatedAt() + { + return $this->createdAt; + } + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setDelegatedProjectNumber($delegatedProjectNumber) + { + $this->delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setDeleteAttribute($deleteAttribute) + { + $this->deleteAttribute = $deleteAttribute; + } + public function getDeleteAttribute() + { + return $this->deleteAttribute; + } + public function setDeleteProvider($deleteProvider) + { + $this->deleteProvider = $deleteProvider; + } + public function getDeleteProvider() + { + return $this->deleteProvider; + } + public function setDisableUser($disableUser) + { + $this->disableUser = $disableUser; + } + public function getDisableUser() + { + return $this->disableUser; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEmailVerified($emailVerified) + { + $this->emailVerified = $emailVerified; + } + public function getEmailVerified() + { + return $this->emailVerified; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setLastLoginAt($lastLoginAt) + { + $this->lastLoginAt = $lastLoginAt; + } + public function getLastLoginAt() + { + return $this->lastLoginAt; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setOobCode($oobCode) + { + $this->oobCode = $oobCode; + } + public function getOobCode() + { + return $this->oobCode; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setProvider($provider) + { + $this->provider = $provider; + } + public function getProvider() + { + return $this->provider; + } + public function setReturnSecureToken($returnSecureToken) + { + $this->returnSecureToken = $returnSecureToken; + } + public function getReturnSecureToken() + { + return $this->returnSecureToken; + } + public function setUpgradeToFederatedLogin($upgradeToFederatedLogin) + { + $this->upgradeToFederatedLogin = $upgradeToFederatedLogin; + } + public function getUpgradeToFederatedLogin() + { + return $this->upgradeToFederatedLogin; + } + public function setValidSince($validSince) + { + $this->validSince = $validSince; + } + public function getValidSince() + { + return $this->validSince; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php new file mode 100644 index 000000000..a58d2d696 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php @@ -0,0 +1,156 @@ +allowPasswordUser = $allowPasswordUser; + } + public function getAllowPasswordUser() + { + return $this->allowPasswordUser; + } + public function setApiKey($apiKey) + { + $this->apiKey = $apiKey; + } + public function getApiKey() + { + return $this->apiKey; + } + public function setAuthorizedDomains($authorizedDomains) + { + $this->authorizedDomains = $authorizedDomains; + } + public function getAuthorizedDomains() + { + return $this->authorizedDomains; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate) + { + $this->changeEmailTemplate = $changeEmailTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getChangeEmailTemplate() + { + return $this->changeEmailTemplate; + } + public function setDelegatedProjectNumber($delegatedProjectNumber) + { + $this->delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setEnableAnonymousUser($enableAnonymousUser) + { + $this->enableAnonymousUser = $enableAnonymousUser; + } + public function getEnableAnonymousUser() + { + return $this->enableAnonymousUser; + } + /** + * @param Google_Service_IdentityToolkit_IdpConfig + */ + public function setIdpConfig($idpConfig) + { + $this->idpConfig = $idpConfig; + } + /** + * @return Google_Service_IdentityToolkit_IdpConfig + */ + public function getIdpConfig() + { + return $this->idpConfig; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate) + { + $this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getLegacyResetPasswordTemplate() + { + return $this->legacyResetPasswordTemplate; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate) + { + $this->resetPasswordTemplate = $resetPasswordTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getResetPasswordTemplate() + { + return $this->resetPasswordTemplate; + } + public function setUseEmailSending($useEmailSending) + { + $this->useEmailSending = $useEmailSending; + } + public function getUseEmailSending() + { + return $this->useEmailSending; + } + /** + * @param Google_Service_IdentityToolkit_EmailTemplate + */ + public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate) + { + $this->verifyEmailTemplate = $verifyEmailTemplate; + } + /** + * @return Google_Service_IdentityToolkit_EmailTemplate + */ + public function getVerifyEmailTemplate() + { + return $this->verifyEmailTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigResponse.php new file mode 100644 index 000000000..1f5df7554 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigResponse.php @@ -0,0 +1,30 @@ +projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserRequest.php new file mode 100644 index 000000000..67412a924 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserRequest.php @@ -0,0 +1,39 @@ +instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserResponse.php new file mode 100644 index 000000000..700a8f58f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignOutUserResponse.php @@ -0,0 +1,30 @@ +localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignupNewUserRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignupNewUserRequest.php new file mode 100644 index 000000000..c4f116cef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySignupNewUserRequest.php @@ -0,0 +1,147 @@ +captchaChallenge = $captchaChallenge; + } + public function getCaptchaChallenge() + { + return $this->captchaChallenge; + } + public function setCaptchaResponse($captchaResponse) + { + $this->captchaResponse = $captchaResponse; + } + public function getCaptchaResponse() + { + return $this->captchaResponse; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEmailVerified($emailVerified) + { + $this->emailVerified = $emailVerified; + } + public function getEmailVerified() + { + return $this->emailVerified; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setTenantId($tenantId) + { + $this->tenantId = $tenantId; + } + public function getTenantId() + { + return $this->tenantId; + } + public function setTenantProjectNumber($tenantProjectNumber) + { + $this->tenantProjectNumber = $tenantProjectNumber; + } + public function getTenantProjectNumber() + { + return $this->tenantProjectNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php new file mode 100644 index 000000000..ce0dff2f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php @@ -0,0 +1,155 @@ +allowOverwrite = $allowOverwrite; + } + public function getAllowOverwrite() + { + return $this->allowOverwrite; + } + public function setBlockSize($blockSize) + { + $this->blockSize = $blockSize; + } + public function getBlockSize() + { + return $this->blockSize; + } + public function setCpuMemCost($cpuMemCost) + { + $this->cpuMemCost = $cpuMemCost; + } + public function getCpuMemCost() + { + return $this->cpuMemCost; + } + public function setDelegatedProjectNumber($delegatedProjectNumber) + { + $this->delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setDkLen($dkLen) + { + $this->dkLen = $dkLen; + } + public function getDkLen() + { + return $this->dkLen; + } + public function setHashAlgorithm($hashAlgorithm) + { + $this->hashAlgorithm = $hashAlgorithm; + } + public function getHashAlgorithm() + { + return $this->hashAlgorithm; + } + public function setMemoryCost($memoryCost) + { + $this->memoryCost = $memoryCost; + } + public function getMemoryCost() + { + return $this->memoryCost; + } + public function setParallelization($parallelization) + { + $this->parallelization = $parallelization; + } + public function getParallelization() + { + return $this->parallelization; + } + public function setRounds($rounds) + { + $this->rounds = $rounds; + } + public function getRounds() + { + return $this->rounds; + } + public function setSaltSeparator($saltSeparator) + { + $this->saltSeparator = $saltSeparator; + } + public function getSaltSeparator() + { + return $this->saltSeparator; + } + public function setSanityCheck($sanityCheck) + { + $this->sanityCheck = $sanityCheck; + } + public function getSanityCheck() + { + return $this->sanityCheck; + } + public function setSignerKey($signerKey) + { + $this->signerKey = $signerKey; + } + public function getSignerKey() + { + return $this->signerKey; + } + public function setTargetProjectId($targetProjectId) + { + $this->targetProjectId = $targetProjectId; + } + public function getTargetProjectId() + { + return $this->targetProjectId; + } + /** + * @param Google_Service_IdentityToolkit_UserInfo + */ + public function setUsers($users) + { + $this->users = $users; + } + /** + * @return Google_Service_IdentityToolkit_UserInfo + */ + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.php new file mode 100644 index 000000000..537868f08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.php @@ -0,0 +1,138 @@ +autoCreate = $autoCreate; + } + public function getAutoCreate() + { + return $this->autoCreate; + } + public function setDelegatedProjectNumber($delegatedProjectNumber) + { + $this->delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setPendingIdToken($pendingIdToken) + { + $this->pendingIdToken = $pendingIdToken; + } + public function getPendingIdToken() + { + return $this->pendingIdToken; + } + public function setPostBody($postBody) + { + $this->postBody = $postBody; + } + public function getPostBody() + { + return $this->postBody; + } + public function setRequestUri($requestUri) + { + $this->requestUri = $requestUri; + } + public function getRequestUri() + { + return $this->requestUri; + } + public function setReturnIdpCredential($returnIdpCredential) + { + $this->returnIdpCredential = $returnIdpCredential; + } + public function getReturnIdpCredential() + { + return $this->returnIdpCredential; + } + public function setReturnRefreshToken($returnRefreshToken) + { + $this->returnRefreshToken = $returnRefreshToken; + } + public function getReturnRefreshToken() + { + return $this->returnRefreshToken; + } + public function setReturnSecureToken($returnSecureToken) + { + $this->returnSecureToken = $returnSecureToken; + } + public function getReturnSecureToken() + { + return $this->returnSecureToken; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setTenantId($tenantId) + { + $this->tenantId = $tenantId; + } + public function getTenantId() + { + return $this->tenantId; + } + public function setTenantProjectNumber($tenantProjectNumber) + { + $this->tenantProjectNumber = $tenantProjectNumber; + } + public function getTenantProjectNumber() + { + return $this->tenantProjectNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php new file mode 100644 index 000000000..2b9741b26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php @@ -0,0 +1,57 @@ +delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setReturnSecureToken($returnSecureToken) + { + $this->returnSecureToken = $returnSecureToken; + } + public function getReturnSecureToken() + { + return $this->returnSecureToken; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPasswordRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPasswordRequest.php new file mode 100644 index 000000000..d0e732c1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPasswordRequest.php @@ -0,0 +1,120 @@ +captchaChallenge = $captchaChallenge; + } + public function getCaptchaChallenge() + { + return $this->captchaChallenge; + } + public function setCaptchaResponse($captchaResponse) + { + $this->captchaResponse = $captchaResponse; + } + public function getCaptchaResponse() + { + return $this->captchaResponse; + } + public function setDelegatedProjectNumber($delegatedProjectNumber) + { + $this->delegatedProjectNumber = $delegatedProjectNumber; + } + public function getDelegatedProjectNumber() + { + return $this->delegatedProjectNumber; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPendingIdToken($pendingIdToken) + { + $this->pendingIdToken = $pendingIdToken; + } + public function getPendingIdToken() + { + return $this->pendingIdToken; + } + public function setReturnSecureToken($returnSecureToken) + { + $this->returnSecureToken = $returnSecureToken; + } + public function getReturnSecureToken() + { + return $this->returnSecureToken; + } + public function setTenantId($tenantId) + { + $this->tenantId = $tenantId; + } + public function getTenantId() + { + return $this->tenantId; + } + public function setTenantProjectNumber($tenantProjectNumber) + { + $this->tenantProjectNumber = $tenantProjectNumber; + } + public function getTenantProjectNumber() + { + return $this->tenantProjectNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest.php new file mode 100644 index 000000000..014916cce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest.php @@ -0,0 +1,84 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setOperation($operation) + { + $this->operation = $operation; + } + public function getOperation() + { + return $this->operation; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setSessionInfo($sessionInfo) + { + $this->sessionInfo = $sessionInfo; + } + public function getSessionInfo() + { + return $this->sessionInfo; + } + public function setTemporaryProof($temporaryProof) + { + $this->temporaryProof = $temporaryProof; + } + public function getTemporaryProof() + { + return $this->temporaryProof; + } + public function setVerificationProof($verificationProof) + { + $this->verificationProof = $verificationProof; + } + public function getVerificationProof() + { + return $this->verificationProof; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse.php new file mode 100644 index 000000000..124f5beb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse.php @@ -0,0 +1,111 @@ +expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setIsNewUser($isNewUser) + { + $this->isNewUser = $isNewUser; + } + public function getIsNewUser() + { + return $this->isNewUser; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } + public function setTemporaryProof($temporaryProof) + { + $this->temporaryProof = $temporaryProof; + } + public function getTemporaryProof() + { + return $this->temporaryProof; + } + public function setTemporaryProofExpiresIn($temporaryProofExpiresIn) + { + $this->temporaryProofExpiresIn = $temporaryProofExpiresIn; + } + public function getTemporaryProofExpiresIn() + { + return $this->temporaryProofExpiresIn; + } + public function setVerificationProof($verificationProof) + { + $this->verificationProof = $verificationProof; + } + public function getVerificationProof() + { + return $this->verificationProof; + } + public function setVerificationProofExpiresIn($verificationProofExpiresIn) + { + $this->verificationProofExpiresIn = $verificationProofExpiresIn; + } + public function getVerificationProofExpiresIn() + { + return $this->verificationProofExpiresIn; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.php new file mode 100644 index 000000000..7a3f8801a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdpConfig.php @@ -0,0 +1,76 @@ +clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setExperimentPercent($experimentPercent) + { + $this->experimentPercent = $experimentPercent; + } + public function getExperimentPercent() + { + return $this->experimentPercent; + } + public function setProvider($provider) + { + $this->provider = $provider; + } + public function getProvider() + { + return $this->provider; + } + public function setSecret($secret) + { + $this->secret = $secret; + } + public function getSecret() + { + return $this->secret; + } + public function setWhitelistedAudiences($whitelistedAudiences) + { + $this->whitelistedAudiences = $whitelistedAudiences; + } + public function getWhitelistedAudiences() + { + return $this->whitelistedAudiences; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.php new file mode 100644 index 000000000..f6ce7195a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Relyingparty.php @@ -0,0 +1,156 @@ +androidInstallApp = $androidInstallApp; + } + public function getAndroidInstallApp() + { + return $this->androidInstallApp; + } + public function setAndroidMinimumVersion($androidMinimumVersion) + { + $this->androidMinimumVersion = $androidMinimumVersion; + } + public function getAndroidMinimumVersion() + { + return $this->androidMinimumVersion; + } + public function setAndroidPackageName($androidPackageName) + { + $this->androidPackageName = $androidPackageName; + } + public function getAndroidPackageName() + { + return $this->androidPackageName; + } + public function setCanHandleCodeInApp($canHandleCodeInApp) + { + $this->canHandleCodeInApp = $canHandleCodeInApp; + } + public function getCanHandleCodeInApp() + { + return $this->canHandleCodeInApp; + } + public function setCaptchaResp($captchaResp) + { + $this->captchaResp = $captchaResp; + } + public function getCaptchaResp() + { + return $this->captchaResp; + } + public function setChallenge($challenge) + { + $this->challenge = $challenge; + } + public function getChallenge() + { + return $this->challenge; + } + public function setContinueUrl($continueUrl) + { + $this->continueUrl = $continueUrl; + } + public function getContinueUrl() + { + return $this->continueUrl; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setIOSAppStoreId($iOSAppStoreId) + { + $this->iOSAppStoreId = $iOSAppStoreId; + } + public function getIOSAppStoreId() + { + return $this->iOSAppStoreId; + } + public function setIOSBundleId($iOSBundleId) + { + $this->iOSBundleId = $iOSBundleId; + } + public function getIOSBundleId() + { + return $this->iOSBundleId; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewEmail($newEmail) + { + $this->newEmail = $newEmail; + } + public function getNewEmail() + { + return $this->newEmail; + } + public function setRequestType($requestType) + { + $this->requestType = $requestType; + } + public function getRequestType() + { + return $this->requestType; + } + public function setUserIp($userIp) + { + $this->userIp = $userIp; + } + public function getUserIp() + { + return $this->userIp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php new file mode 100644 index 000000000..eb060e73f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php @@ -0,0 +1,57 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNewEmail($newEmail) + { + $this->newEmail = $newEmail; + } + public function getNewEmail() + { + return $this->newEmail; + } + public function setRequestType($requestType) + { + $this->requestType = $requestType; + } + public function getRequestType() + { + return $this->requestType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.php new file mode 100644 index 000000000..d2644db22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/Resource/Relyingparty.php @@ -0,0 +1,292 @@ + + * $identitytoolkitService = new Google_Service_IdentityToolkit(...); + * $relyingparty = $identitytoolkitService->relyingparty; + * + */ +class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Service_Resource +{ + /** + * Creates the URI used by the IdP to authenticate the user. + * (relyingparty.createAuthUri) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_CreateAuthUriResponse + */ + public function createAuthUri(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createAuthUri', array($params), "Google_Service_IdentityToolkit_CreateAuthUriResponse"); + } + /** + * Delete user account. (relyingparty.deleteAccount) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_DeleteAccountResponse + */ + public function deleteAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteAccount', array($params), "Google_Service_IdentityToolkit_DeleteAccountResponse"); + } + /** + * Batch download user accounts. (relyingparty.downloadAccount) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_DownloadAccountResponse + */ + public function downloadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse"); + } + /** + * Reset password for a user. (relyingparty.emailLinkSignin) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyEmailLinkSigninRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_EmailLinkSigninResponse + */ + public function emailLinkSignin(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyEmailLinkSigninRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('emailLinkSignin', array($params), "Google_Service_IdentityToolkit_EmailLinkSigninResponse"); + } + /** + * Returns the account info. (relyingparty.getAccountInfo) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_GetAccountInfoResponse + */ + public function getAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getAccountInfo', array($params), "Google_Service_IdentityToolkit_GetAccountInfoResponse"); + } + /** + * Get a code for user action confirmation. + * (relyingparty.getOobConfirmationCode) + * + * @param Google_Service_IdentityToolkit_Relyingparty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse + */ + public function getOobConfirmationCode(Google_Service_IdentityToolkit_Relyingparty $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getOobConfirmationCode', array($params), "Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse"); + } + /** + * Get project configuration. (relyingparty.getProjectConfig) + * + * @param array $optParams Optional parameters. + * + * @opt_param string delegatedProjectNumber Delegated GCP project number of the + * request. + * @opt_param string projectNumber GCP project number of the request. + * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfigResponse + */ + public function getProjectConfig($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getProjectConfig', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfigResponse"); + } + /** + * Get token signing public key. (relyingparty.getPublicKeys) + * + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse + */ + public function getPublicKeys($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse"); + } + /** + * Get recaptcha secure param. (relyingparty.getRecaptchaParam) + * + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_GetRecaptchaParamResponse + */ + public function getRecaptchaParam($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getRecaptchaParam', array($params), "Google_Service_IdentityToolkit_GetRecaptchaParamResponse"); + } + /** + * Reset password for a user. (relyingparty.resetPassword) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_ResetPasswordResponse + */ + public function resetPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse"); + } + /** + * Send SMS verification code. (relyingparty.sendVerificationCode) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeResponse + */ + public function sendVerificationCode(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendVerificationCode', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySendVerificationCodeResponse"); + } + /** + * Set account info for a user. (relyingparty.setAccountInfo) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_SetAccountInfoResponse + */ + public function setAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setAccountInfo', array($params), "Google_Service_IdentityToolkit_SetAccountInfoResponse"); + } + /** + * Set project configuration. (relyingparty.setProjectConfig) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigResponse + */ + public function setProjectConfig(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setProjectConfig', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfigResponse"); + } + /** + * Sign out user. (relyingparty.signOutUser) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserResponse + */ + public function signOutUser(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('signOutUser', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignOutUserResponse"); + } + /** + * Signup new user. (relyingparty.signupNewUser) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_SignupNewUserResponse + */ + public function signupNewUser(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySignupNewUserRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('signupNewUser', array($params), "Google_Service_IdentityToolkit_SignupNewUserResponse"); + } + /** + * Batch upload existing user accounts. (relyingparty.uploadAccount) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_UploadAccountResponse + */ + public function uploadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('uploadAccount', array($params), "Google_Service_IdentityToolkit_UploadAccountResponse"); + } + /** + * Verifies the assertion returned by the IdP. (relyingparty.verifyAssertion) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_VerifyAssertionResponse + */ + public function verifyAssertion(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verifyAssertion', array($params), "Google_Service_IdentityToolkit_VerifyAssertionResponse"); + } + /** + * Verifies the developer asserted ID token. (relyingparty.verifyCustomToken) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_VerifyCustomTokenResponse + */ + public function verifyCustomToken(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyCustomTokenRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verifyCustomToken', array($params), "Google_Service_IdentityToolkit_VerifyCustomTokenResponse"); + } + /** + * Verifies the user entered password. (relyingparty.verifyPassword) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_VerifyPasswordResponse + */ + public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verifyPassword', array($params), "Google_Service_IdentityToolkit_VerifyPasswordResponse"); + } + /** + * Verifies ownership of a phone number and creates/updates the user account + * accordingly. (relyingparty.verifyPhoneNumber) + * + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse + */ + public function verifyPhoneNumber(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verifyPhoneNumber', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php new file mode 100644 index 000000000..1c2ded5ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php @@ -0,0 +1,137 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEmailVerified($emailVerified) + { + $this->emailVerified = $emailVerified; + } + public function getEmailVerified() + { + return $this->emailVerified; + } + public function setExpiresIn($expiresIn) + { + $this->expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setNewEmail($newEmail) + { + $this->newEmail = $newEmail; + } + public function getNewEmail() + { + return $this->newEmail; + } + public function setPasswordHash($passwordHash) + { + $this->passwordHash = $passwordHash; + } + public function getPasswordHash() + { + return $this->passwordHash; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + /** + * @param Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo + */ + public function setProviderUserInfo($providerUserInfo) + { + $this->providerUserInfo = $providerUserInfo; + } + /** + * @return Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo + */ + public function getProviderUserInfo() + { + return $this->providerUserInfo; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php new file mode 100644 index 000000000..fee9570e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php @@ -0,0 +1,57 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setFederatedId($federatedId) + { + $this->federatedId = $federatedId; + } + public function getFederatedId() + { + return $this->federatedId; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.php new file mode 100644 index 000000000..773424d2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SignupNewUserResponse.php @@ -0,0 +1,84 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setExpiresIn($expiresIn) + { + $this->expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.php new file mode 100644 index 000000000..7cfa9f23c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponse.php @@ -0,0 +1,47 @@ +error = $error; + } + /** + * @return Google_Service_IdentityToolkit_UploadAccountResponseError + */ + public function getError() + { + return $this->error; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php new file mode 100644 index 000000000..366d16d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php @@ -0,0 +1,39 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.php new file mode 100644 index 000000000..c622e480d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfo.php @@ -0,0 +1,200 @@ +createdAt = $createdAt; + } + public function getCreatedAt() + { + return $this->createdAt; + } + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setCustomAuth($customAuth) + { + $this->customAuth = $customAuth; + } + public function getCustomAuth() + { + return $this->customAuth; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEmailVerified($emailVerified) + { + $this->emailVerified = $emailVerified; + } + public function getEmailVerified() + { + return $this->emailVerified; + } + public function setLastLoginAt($lastLoginAt) + { + $this->lastLoginAt = $lastLoginAt; + } + public function getLastLoginAt() + { + return $this->lastLoginAt; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setPasswordHash($passwordHash) + { + $this->passwordHash = $passwordHash; + } + public function getPasswordHash() + { + return $this->passwordHash; + } + public function setPasswordUpdatedAt($passwordUpdatedAt) + { + $this->passwordUpdatedAt = $passwordUpdatedAt; + } + public function getPasswordUpdatedAt() + { + return $this->passwordUpdatedAt; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + /** + * @param Google_Service_IdentityToolkit_UserInfoProviderUserInfo + */ + public function setProviderUserInfo($providerUserInfo) + { + $this->providerUserInfo = $providerUserInfo; + } + /** + * @return Google_Service_IdentityToolkit_UserInfoProviderUserInfo + */ + public function getProviderUserInfo() + { + return $this->providerUserInfo; + } + public function setRawPassword($rawPassword) + { + $this->rawPassword = $rawPassword; + } + public function getRawPassword() + { + return $this->rawPassword; + } + public function setSalt($salt) + { + $this->salt = $salt; + } + public function getSalt() + { + return $this->salt; + } + public function setScreenName($screenName) + { + $this->screenName = $screenName; + } + public function getScreenName() + { + return $this->screenName; + } + public function setValidSince($validSince) + { + $this->validSince = $validSince; + } + public function getValidSince() + { + return $this->validSince; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php new file mode 100644 index 000000000..2fc0ee117 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php @@ -0,0 +1,93 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setFederatedId($federatedId) + { + $this->federatedId = $federatedId; + } + public function getFederatedId() + { + return $this->federatedId; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } + public function setRawId($rawId) + { + $this->rawId = $rawId; + } + public function getRawId() + { + return $this->rawId; + } + public function setScreenName($screenName) + { + $this->screenName = $screenName; + } + public function getScreenName() + { + return $this->screenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php new file mode 100644 index 000000000..ccdbbc44c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php @@ -0,0 +1,373 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setAppInstallationUrl($appInstallationUrl) + { + $this->appInstallationUrl = $appInstallationUrl; + } + public function getAppInstallationUrl() + { + return $this->appInstallationUrl; + } + public function setAppScheme($appScheme) + { + $this->appScheme = $appScheme; + } + public function getAppScheme() + { + return $this->appScheme; + } + public function setContext($context) + { + $this->context = $context; + } + public function getContext() + { + return $this->context; + } + public function setDateOfBirth($dateOfBirth) + { + $this->dateOfBirth = $dateOfBirth; + } + public function getDateOfBirth() + { + return $this->dateOfBirth; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEmailRecycled($emailRecycled) + { + $this->emailRecycled = $emailRecycled; + } + public function getEmailRecycled() + { + return $this->emailRecycled; + } + public function setEmailVerified($emailVerified) + { + $this->emailVerified = $emailVerified; + } + public function getEmailVerified() + { + return $this->emailVerified; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setExpiresIn($expiresIn) + { + $this->expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setFederatedId($federatedId) + { + $this->federatedId = $federatedId; + } + public function getFederatedId() + { + return $this->federatedId; + } + public function setFirstName($firstName) + { + $this->firstName = $firstName; + } + public function getFirstName() + { + return $this->firstName; + } + public function setFullName($fullName) + { + $this->fullName = $fullName; + } + public function getFullName() + { + return $this->fullName; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setInputEmail($inputEmail) + { + $this->inputEmail = $inputEmail; + } + public function getInputEmail() + { + return $this->inputEmail; + } + public function setIsNewUser($isNewUser) + { + $this->isNewUser = $isNewUser; + } + public function getIsNewUser() + { + return $this->isNewUser; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setLastName($lastName) + { + $this->lastName = $lastName; + } + public function getLastName() + { + return $this->lastName; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setNeedConfirmation($needConfirmation) + { + $this->needConfirmation = $needConfirmation; + } + public function getNeedConfirmation() + { + return $this->needConfirmation; + } + public function setNeedEmail($needEmail) + { + $this->needEmail = $needEmail; + } + public function getNeedEmail() + { + return $this->needEmail; + } + public function setNickName($nickName) + { + $this->nickName = $nickName; + } + public function getNickName() + { + return $this->nickName; + } + public function setOauthAccessToken($oauthAccessToken) + { + $this->oauthAccessToken = $oauthAccessToken; + } + public function getOauthAccessToken() + { + return $this->oauthAccessToken; + } + public function setOauthAuthorizationCode($oauthAuthorizationCode) + { + $this->oauthAuthorizationCode = $oauthAuthorizationCode; + } + public function getOauthAuthorizationCode() + { + return $this->oauthAuthorizationCode; + } + public function setOauthExpireIn($oauthExpireIn) + { + $this->oauthExpireIn = $oauthExpireIn; + } + public function getOauthExpireIn() + { + return $this->oauthExpireIn; + } + public function setOauthIdToken($oauthIdToken) + { + $this->oauthIdToken = $oauthIdToken; + } + public function getOauthIdToken() + { + return $this->oauthIdToken; + } + public function setOauthRequestToken($oauthRequestToken) + { + $this->oauthRequestToken = $oauthRequestToken; + } + public function getOauthRequestToken() + { + return $this->oauthRequestToken; + } + public function setOauthScope($oauthScope) + { + $this->oauthScope = $oauthScope; + } + public function getOauthScope() + { + return $this->oauthScope; + } + public function setOauthTokenSecret($oauthTokenSecret) + { + $this->oauthTokenSecret = $oauthTokenSecret; + } + public function getOauthTokenSecret() + { + return $this->oauthTokenSecret; + } + public function setOriginalEmail($originalEmail) + { + $this->originalEmail = $originalEmail; + } + public function getOriginalEmail() + { + return $this->originalEmail; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } + public function setRawUserInfo($rawUserInfo) + { + $this->rawUserInfo = $rawUserInfo; + } + public function getRawUserInfo() + { + return $this->rawUserInfo; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } + public function setScreenName($screenName) + { + $this->screenName = $screenName; + } + public function getScreenName() + { + return $this->screenName; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } + public function setVerifiedProvider($verifiedProvider) + { + $this->verifiedProvider = $verifiedProvider; + } + public function getVerifiedProvider() + { + return $this->verifiedProvider; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyCustomTokenResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyCustomTokenResponse.php new file mode 100644 index 000000000..07312613b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyCustomTokenResponse.php @@ -0,0 +1,66 @@ +expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setIsNewUser($isNewUser) + { + $this->isNewUser = $isNewUser; + } + public function getIsNewUser() + { + return $this->isNewUser; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php new file mode 100644 index 000000000..93be641bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php @@ -0,0 +1,129 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setExpiresIn($expiresIn) + { + $this->expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIdToken($idToken) + { + $this->idToken = $idToken; + } + public function getIdToken() + { + return $this->idToken; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocalId($localId) + { + $this->localId = $localId; + } + public function getLocalId() + { + return $this->localId; + } + public function setOauthAccessToken($oauthAccessToken) + { + $this->oauthAccessToken = $oauthAccessToken; + } + public function getOauthAccessToken() + { + return $this->oauthAccessToken; + } + public function setOauthAuthorizationCode($oauthAuthorizationCode) + { + $this->oauthAuthorizationCode = $oauthAuthorizationCode; + } + public function getOauthAuthorizationCode() + { + return $this->oauthAuthorizationCode; + } + public function setOauthExpireIn($oauthExpireIn) + { + $this->oauthExpireIn = $oauthExpireIn; + } + public function getOauthExpireIn() + { + return $this->oauthExpireIn; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } + public function setRefreshToken($refreshToken) + { + $this->refreshToken = $refreshToken; + } + public function getRefreshToken() + { + return $this->refreshToken; + } + public function setRegistered($registered) + { + $this->registered = $registered; + } + public function getRegistered() + { + return $this->registered; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Indexing.php b/vendor/google/apiclient-services/src/Google/Service/Indexing.php new file mode 100644 index 000000000..60d573577 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Indexing.php @@ -0,0 +1,78 @@ + + * Notifies Google when your web pages change. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Indexing extends Google_Service +{ + /** Submit data to Google for indexing. */ + const INDEXING = + "https://www.googleapis.com/auth/indexing"; + + public $urlNotifications; + + /** + * Constructs the internal representation of the Indexing 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://indexing.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v3'; + $this->serviceName = 'indexing'; + + $this->urlNotifications = new Google_Service_Indexing_Resource_UrlNotifications( + $this, + $this->serviceName, + 'urlNotifications', + array( + 'methods' => array( + 'getMetadata' => array( + 'path' => 'v3/urlNotifications/metadata', + 'httpMethod' => 'GET', + 'parameters' => array( + 'url' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'publish' => array( + 'path' => 'v3/urlNotifications:publish', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Indexing/PublishUrlNotificationResponse.php b/vendor/google/apiclient-services/src/Google/Service/Indexing/PublishUrlNotificationResponse.php new file mode 100644 index 000000000..1c7feba89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Indexing/PublishUrlNotificationResponse.php @@ -0,0 +1,37 @@ +urlNotificationMetadata = $urlNotificationMetadata; + } + /** + * @return Google_Service_Indexing_UrlNotificationMetadata + */ + public function getUrlNotificationMetadata() + { + return $this->urlNotificationMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Indexing/Resource/UrlNotifications.php b/vendor/google/apiclient-services/src/Google/Service/Indexing/Resource/UrlNotifications.php new file mode 100644 index 000000000..ec15f2178 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Indexing/Resource/UrlNotifications.php @@ -0,0 +1,58 @@ + + * $indexingService = new Google_Service_Indexing(...); + * $urlNotifications = $indexingService->urlNotifications; + * + */ +class Google_Service_Indexing_Resource_UrlNotifications extends Google_Service_Resource +{ + /** + * Gets metadata about a Web Document. This method can _only_ be used to query + * URLs that were previously seen in successful Indexing API notifications. + * Includes the latest `UrlNotification` received via this API. + * (urlNotifications.getMetadata) + * + * @param array $optParams Optional parameters. + * + * @opt_param string url URL that is being queried. + * @return Google_Service_Indexing_UrlNotificationMetadata + */ + public function getMetadata($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getMetadata', array($params), "Google_Service_Indexing_UrlNotificationMetadata"); + } + /** + * Notifies that a URL has been updated or deleted. (urlNotifications.publish) + * + * @param Google_Service_Indexing_UrlNotification $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Indexing_PublishUrlNotificationResponse + */ + public function publish(Google_Service_Indexing_UrlNotification $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('publish', array($params), "Google_Service_Indexing_PublishUrlNotificationResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotification.php b/vendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotification.php new file mode 100644 index 000000000..2bfbdeb47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotification.php @@ -0,0 +1,48 @@ +notifyTime = $notifyTime; + } + public function getNotifyTime() + { + return $this->notifyTime; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotificationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotificationMetadata.php new file mode 100644 index 000000000..0fa8722b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Indexing/UrlNotificationMetadata.php @@ -0,0 +1,62 @@ +latestRemove = $latestRemove; + } + /** + * @return Google_Service_Indexing_UrlNotification + */ + public function getLatestRemove() + { + return $this->latestRemove; + } + /** + * @param Google_Service_Indexing_UrlNotification + */ + public function setLatestUpdate(Google_Service_Indexing_UrlNotification $latestUpdate) + { + $this->latestUpdate = $latestUpdate; + } + /** + * @return Google_Service_Indexing_UrlNotification + */ + public function getLatestUpdate() + { + return $this->latestUpdate; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService.php b/vendor/google/apiclient-services/src/Google/Service/JobService.php new file mode 100644 index 000000000..4cb6891a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService.php @@ -0,0 +1,293 @@ + + * Cloud Talent Solution provides the capability to create, read, update, and + * delete job postings, as well as search jobs based on keywords and filters. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_JobService extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage job postings. */ + const JOBS = + "https://www.googleapis.com/auth/jobs"; + + public $companies; + public $companies_jobs; + public $jobs; + public $v2; + + /** + * Constructs the internal representation of the JobService service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://jobs.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v2'; + $this->serviceName = 'jobs'; + + $this->companies = new Google_Service_JobService_Resource_Companies( + $this, + $this->serviceName, + 'companies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/companies', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/companies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'mustHaveOpenJobs' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateCompanyFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->companies_jobs = new Google_Service_JobService_Resource_CompaniesJobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/{+companyName}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'companyName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeJobsCount' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'idsOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'jobRequisitionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->jobs = new Google_Service_JobService_Resource_Jobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v2/jobs:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'create' => array( + 'path' => 'v2/jobs', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disableFastProcess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'deleteByFilter' => array( + 'path' => 'v2/jobs:deleteByFilter', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'histogram' => array( + 'path' => 'v2/jobs:histogram', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'v2/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'idsOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'v2/jobs:search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'searchForAlert' => array( + 'path' => 'v2/jobs:searchForAlert', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->v2 = new Google_Service_JobService_Resource_V2( + $this, + $this->serviceName, + 'v2', + array( + 'methods' => array( + 'complete' => array( + 'path' => 'v2:complete', + 'httpMethod' => 'GET', + 'parameters' => array( + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'companyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scope' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/BatchDeleteJobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/BatchDeleteJobsRequest.php new file mode 100644 index 000000000..1f06a7837 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/BatchDeleteJobsRequest.php @@ -0,0 +1,30 @@ +filter = $filter; + } + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/BucketRange.php b/vendor/google/apiclient-services/src/Google/Service/JobService/BucketRange.php new file mode 100644 index 000000000..ab1601788 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/BucketRange.php @@ -0,0 +1,39 @@ +from = $from; + } + public function getFrom() + { + return $this->from; + } + public function setTo($to) + { + $this->to = $to; + } + public function getTo() + { + return $this->to; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/BucketizedCount.php b/vendor/google/apiclient-services/src/Google/Service/JobService/BucketizedCount.php new file mode 100644 index 000000000..567880c05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/BucketizedCount.php @@ -0,0 +1,46 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_JobService_BucketRange + */ + public function setRange(Google_Service_JobService_BucketRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_JobService_BucketRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CommuteInfo.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CommuteInfo.php new file mode 100644 index 000000000..510a977b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CommuteInfo.php @@ -0,0 +1,46 @@ +jobLocation = $jobLocation; + } + /** + * @return Google_Service_JobService_JobLocation + */ + public function getJobLocation() + { + return $this->jobLocation; + } + public function setTravelDuration($travelDuration) + { + $this->travelDuration = $travelDuration; + } + public function getTravelDuration() + { + return $this->travelDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CommutePreference.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CommutePreference.php new file mode 100644 index 000000000..c7e06257a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CommutePreference.php @@ -0,0 +1,82 @@ +allowNonStreetLevelAddress = $allowNonStreetLevelAddress; + } + public function getAllowNonStreetLevelAddress() + { + return $this->allowNonStreetLevelAddress; + } + public function setDepartureHourLocal($departureHourLocal) + { + $this->departureHourLocal = $departureHourLocal; + } + public function getDepartureHourLocal() + { + return $this->departureHourLocal; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setRoadTraffic($roadTraffic) + { + $this->roadTraffic = $roadTraffic; + } + public function getRoadTraffic() + { + return $this->roadTraffic; + } + /** + * @param Google_Service_JobService_LatLng + */ + public function setStartLocation(Google_Service_JobService_LatLng $startLocation) + { + $this->startLocation = $startLocation; + } + /** + * @return Google_Service_JobService_LatLng + */ + public function getStartLocation() + { + return $this->startLocation; + } + public function setTravelTime($travelTime) + { + $this->travelTime = $travelTime; + } + public function getTravelTime() + { + return $this->travelTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Company.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Company.php new file mode 100644 index 000000000..153d6433c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Company.php @@ -0,0 +1,198 @@ +careerPageLink = $careerPageLink; + } + public function getCareerPageLink() + { + return $this->careerPageLink; + } + /** + * @param Google_Service_JobService_CompanyInfoSource + */ + public function setCompanyInfoSources($companyInfoSources) + { + $this->companyInfoSources = $companyInfoSources; + } + /** + * @return Google_Service_JobService_CompanyInfoSource + */ + public function getCompanyInfoSources() + { + return $this->companyInfoSources; + } + public function setCompanySize($companySize) + { + $this->companySize = $companySize; + } + public function getCompanySize() + { + return $this->companySize; + } + public function setDisableLocationOptimization($disableLocationOptimization) + { + $this->disableLocationOptimization = $disableLocationOptimization; + } + public function getDisableLocationOptimization() + { + return $this->disableLocationOptimization; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDistributorBillingCompanyId($distributorBillingCompanyId) + { + $this->distributorBillingCompanyId = $distributorBillingCompanyId; + } + public function getDistributorBillingCompanyId() + { + return $this->distributorBillingCompanyId; + } + public function setDistributorCompanyId($distributorCompanyId) + { + $this->distributorCompanyId = $distributorCompanyId; + } + public function getDistributorCompanyId() + { + return $this->distributorCompanyId; + } + public function setEeoText($eeoText) + { + $this->eeoText = $eeoText; + } + public function getEeoText() + { + return $this->eeoText; + } + public function setHiringAgency($hiringAgency) + { + $this->hiringAgency = $hiringAgency; + } + public function getHiringAgency() + { + return $this->hiringAgency; + } + public function setHqLocation($hqLocation) + { + $this->hqLocation = $hqLocation; + } + public function getHqLocation() + { + return $this->hqLocation; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setKeywordSearchableCustomAttributes($keywordSearchableCustomAttributes) + { + $this->keywordSearchableCustomAttributes = $keywordSearchableCustomAttributes; + } + public function getKeywordSearchableCustomAttributes() + { + return $this->keywordSearchableCustomAttributes; + } + public function setKeywordSearchableCustomFields($keywordSearchableCustomFields) + { + $this->keywordSearchableCustomFields = $keywordSearchableCustomFields; + } + public function getKeywordSearchableCustomFields() + { + return $this->keywordSearchableCustomFields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_JobService_JobLocation + */ + public function setStructuredCompanyHqLocation(Google_Service_JobService_JobLocation $structuredCompanyHqLocation) + { + $this->structuredCompanyHqLocation = $structuredCompanyHqLocation; + } + /** + * @return Google_Service_JobService_JobLocation + */ + public function getStructuredCompanyHqLocation() + { + return $this->structuredCompanyHqLocation; + } + public function setSuspended($suspended) + { + $this->suspended = $suspended; + } + public function getSuspended() + { + return $this->suspended; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setWebsite($website) + { + $this->website = $website; + } + public function getWebsite() + { + return $this->website; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompanyInfoSource.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompanyInfoSource.php new file mode 100644 index 000000000..7c8d37f38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompanyInfoSource.php @@ -0,0 +1,57 @@ +freebaseMid = $freebaseMid; + } + public function getFreebaseMid() + { + return $this->freebaseMid; + } + public function setGplusId($gplusId) + { + $this->gplusId = $gplusId; + } + public function getGplusId() + { + return $this->gplusId; + } + public function setMapsCid($mapsCid) + { + $this->mapsCid = $mapsCid; + } + public function getMapsCid() + { + return $this->mapsCid; + } + public function setUnknownTypeId($unknownTypeId) + { + $this->unknownTypeId = $unknownTypeId; + } + public function getUnknownTypeId() + { + return $this->unknownTypeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationEntry.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationEntry.php new file mode 100644 index 000000000..1c5acb935 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationEntry.php @@ -0,0 +1,89 @@ +amount = $amount; + } + /** + * @return Google_Service_JobService_Money + */ + public function getAmount() + { + return $this->amount; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpectedUnitsPerYear($expectedUnitsPerYear) + { + $this->expectedUnitsPerYear = $expectedUnitsPerYear; + } + public function getExpectedUnitsPerYear() + { + return $this->expectedUnitsPerYear; + } + /** + * @param Google_Service_JobService_CompensationRange + */ + public function setRange(Google_Service_JobService_CompensationRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_JobService_CompensationRange + */ + public function getRange() + { + return $this->range; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationFilter.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationFilter.php new file mode 100644 index 000000000..142e2a71e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationFilter.php @@ -0,0 +1,65 @@ +includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange; + } + public function getIncludeJobsWithUnspecifiedCompensationRange() + { + return $this->includeJobsWithUnspecifiedCompensationRange; + } + /** + * @param Google_Service_JobService_CompensationRange + */ + public function setRange(Google_Service_JobService_CompensationRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_JobService_CompensationRange + */ + public function getRange() + { + return $this->range; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnits($units) + { + $this->units = $units; + } + public function getUnits() + { + return $this->units; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramRequest.php new file mode 100644 index 000000000..5f4e8bdd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramRequest.php @@ -0,0 +1,46 @@ +bucketingOption = $bucketingOption; + } + /** + * @return Google_Service_JobService_NumericBucketingOption + */ + public function getBucketingOption() + { + return $this->bucketingOption; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramResult.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramResult.php new file mode 100644 index 000000000..ff6dfaa5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationHistogramResult.php @@ -0,0 +1,46 @@ +result = $result; + } + /** + * @return Google_Service_JobService_NumericBucketingResult + */ + public function getResult() + { + return $this->result; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationInfo.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationInfo.php new file mode 100644 index 000000000..6caa1978f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationInfo.php @@ -0,0 +1,127 @@ +amount = $amount; + } + /** + * @return Google_Service_JobService_Money + */ + public function getAmount() + { + return $this->amount; + } + /** + * @param Google_Service_JobService_CompensationRange + */ + public function setAnnualizedBaseCompensationRange(Google_Service_JobService_CompensationRange $annualizedBaseCompensationRange) + { + $this->annualizedBaseCompensationRange = $annualizedBaseCompensationRange; + } + /** + * @return Google_Service_JobService_CompensationRange + */ + public function getAnnualizedBaseCompensationRange() + { + return $this->annualizedBaseCompensationRange; + } + /** + * @param Google_Service_JobService_CompensationRange + */ + public function setAnnualizedTotalCompensationRange(Google_Service_JobService_CompensationRange $annualizedTotalCompensationRange) + { + $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; + } + /** + * @return Google_Service_JobService_CompensationRange + */ + public function getAnnualizedTotalCompensationRange() + { + return $this->annualizedTotalCompensationRange; + } + /** + * @param Google_Service_JobService_CompensationEntry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_JobService_CompensationEntry + */ + public function getEntries() + { + return $this->entries; + } + /** + * @param Google_Service_JobService_Money + */ + public function setMax(Google_Service_JobService_Money $max) + { + $this->max = $max; + } + /** + * @return Google_Service_JobService_Money + */ + public function getMax() + { + return $this->max; + } + /** + * @param Google_Service_JobService_Money + */ + public function setMin(Google_Service_JobService_Money $min) + { + $this->min = $min; + } + /** + * @return Google_Service_JobService_Money + */ + public function getMin() + { + return $this->min; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationRange.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationRange.php new file mode 100644 index 000000000..29a80ca7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompensationRange.php @@ -0,0 +1,53 @@ +max = $max; + } + /** + * @return Google_Service_JobService_Money + */ + public function getMax() + { + return $this->max; + } + /** + * @param Google_Service_JobService_Money + */ + public function setMin(Google_Service_JobService_Money $min) + { + $this->min = $min; + } + /** + * @return Google_Service_JobService_Money + */ + public function getMin() + { + return $this->min; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompleteQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompleteQueryResponse.php new file mode 100644 index 000000000..d0f65e298 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompleteQueryResponse.php @@ -0,0 +1,54 @@ +completionResults = $completionResults; + } + /** + * @return Google_Service_JobService_CompletionResult + */ + public function getCompletionResults() + { + return $this->completionResults; + } + /** + * @param Google_Service_JobService_ResponseMetadata + */ + public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_JobService_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CompletionResult.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CompletionResult.php new file mode 100644 index 000000000..ef8cf0097 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CompletionResult.php @@ -0,0 +1,48 @@ +imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setSuggestion($suggestion) + { + $this->suggestion = $suggestion; + } + public function getSuggestion() + { + return $this->suggestion; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CreateJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CreateJobRequest.php new file mode 100644 index 000000000..87ceedab9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CreateJobRequest.php @@ -0,0 +1,62 @@ +disableStreetAddressResolution = $disableStreetAddressResolution; + } + public function getDisableStreetAddressResolution() + { + return $this->disableStreetAddressResolution; + } + /** + * @param Google_Service_JobService_Job + */ + public function setJob(Google_Service_JobService_Job $job) + { + $this->job = $job; + } + /** + * @return Google_Service_JobService_Job + */ + public function getJob() + { + return $this->job; + } + /** + * @param Google_Service_JobService_JobProcessingOptions + */ + public function setProcessingOptions(Google_Service_JobService_JobProcessingOptions $processingOptions) + { + $this->processingOptions = $processingOptions; + } + /** + * @return Google_Service_JobService_JobProcessingOptions + */ + public function getProcessingOptions() + { + return $this->processingOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttribute.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttribute.php new file mode 100644 index 000000000..0510b12ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttribute.php @@ -0,0 +1,55 @@ +filterable = $filterable; + } + public function getFilterable() + { + return $this->filterable; + } + public function setLongValue($longValue) + { + $this->longValue = $longValue; + } + public function getLongValue() + { + return $this->longValue; + } + /** + * @param Google_Service_JobService_StringValues + */ + public function setStringValues(Google_Service_JobService_StringValues $stringValues) + { + $this->stringValues = $stringValues; + } + /** + * @return Google_Service_JobService_StringValues + */ + public function getStringValues() + { + return $this->stringValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramRequest.php new file mode 100644 index 000000000..cc4e20c28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramRequest.php @@ -0,0 +1,55 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_JobService_NumericBucketingOption + */ + public function setLongValueHistogramBucketingOption(Google_Service_JobService_NumericBucketingOption $longValueHistogramBucketingOption) + { + $this->longValueHistogramBucketingOption = $longValueHistogramBucketingOption; + } + /** + * @return Google_Service_JobService_NumericBucketingOption + */ + public function getLongValueHistogramBucketingOption() + { + return $this->longValueHistogramBucketingOption; + } + public function setStringValueHistogram($stringValueHistogram) + { + $this->stringValueHistogram = $stringValueHistogram; + } + public function getStringValueHistogram() + { + return $this->stringValueHistogram; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramResult.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramResult.php new file mode 100644 index 000000000..d0612362b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomAttributeHistogramResult.php @@ -0,0 +1,55 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_JobService_NumericBucketingResult + */ + public function setLongValueHistogramResult(Google_Service_JobService_NumericBucketingResult $longValueHistogramResult) + { + $this->longValueHistogramResult = $longValueHistogramResult; + } + /** + * @return Google_Service_JobService_NumericBucketingResult + */ + public function getLongValueHistogramResult() + { + return $this->longValueHistogramResult; + } + public function setStringValueHistogramResult($stringValueHistogramResult) + { + $this->stringValueHistogramResult = $stringValueHistogramResult; + } + public function getStringValueHistogramResult() + { + return $this->stringValueHistogramResult; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CustomField.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomField.php new file mode 100644 index 000000000..28a6f7f21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomField.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/CustomFieldFilter.php b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomFieldFilter.php new file mode 100644 index 000000000..2b3fb7281 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/CustomFieldFilter.php @@ -0,0 +1,40 @@ +queries = $queries; + } + public function getQueries() + { + return $this->queries; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Date.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Date.php new file mode 100644 index 000000000..a27842b6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/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/vendor/google/apiclient-services/src/Google/Service/JobService/DeleteJobsByFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/DeleteJobsByFilterRequest.php new file mode 100644 index 000000000..17f13d68f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/DeleteJobsByFilterRequest.php @@ -0,0 +1,46 @@ +disableFastProcess = $disableFastProcess; + } + public function getDisableFastProcess() + { + return $this->disableFastProcess; + } + /** + * @param Google_Service_JobService_Filter + */ + public function setFilter(Google_Service_JobService_Filter $filter) + { + $this->filter = $filter; + } + /** + * @return Google_Service_JobService_Filter + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/DeviceInfo.php b/vendor/google/apiclient-services/src/Google/Service/JobService/DeviceInfo.php new file mode 100644 index 000000000..1ac5bb56a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/DeviceInfo.php @@ -0,0 +1,39 @@ +deviceType = $deviceType; + } + public function getDeviceType() + { + return $this->deviceType; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationFilter.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationFilter.php new file mode 100644 index 000000000..c95dc21cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationFilter.php @@ -0,0 +1,74 @@ +compensationRange = $compensationRange; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange + */ + public function getCompensationRange() + { + return $this->compensationRange; + } + public function setCompensationUnits($compensationUnits) + { + $this->compensationUnits = $compensationUnits; + } + public function getCompensationUnits() + { + return $this->compensationUnits; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setIncludeJobWithUnspecifiedCompensationRange($includeJobWithUnspecifiedCompensationRange) + { + $this->includeJobWithUnspecifiedCompensationRange = $includeJobWithUnspecifiedCompensationRange; + } + public function getIncludeJobWithUnspecifiedCompensationRange() + { + return $this->includeJobWithUnspecifiedCompensationRange; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfo.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfo.php new file mode 100644 index 000000000..7ecd64e42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfo.php @@ -0,0 +1,97 @@ +annualizedBaseCompensationRange = $annualizedBaseCompensationRange; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange + */ + public function getAnnualizedBaseCompensationRange() + { + return $this->annualizedBaseCompensationRange; + } + public function setAnnualizedBaseCompensationUnspecified($annualizedBaseCompensationUnspecified) + { + $this->annualizedBaseCompensationUnspecified = $annualizedBaseCompensationUnspecified; + } + public function getAnnualizedBaseCompensationUnspecified() + { + return $this->annualizedBaseCompensationUnspecified; + } + /** + * @param Google_Service_JobService_ExtendedCompensationInfoCompensationRange + */ + public function setAnnualizedTotalCompensationRange(Google_Service_JobService_ExtendedCompensationInfoCompensationRange $annualizedTotalCompensationRange) + { + $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange + */ + public function getAnnualizedTotalCompensationRange() + { + return $this->annualizedTotalCompensationRange; + } + public function setAnnualizedTotalCompensationUnspecified($annualizedTotalCompensationUnspecified) + { + $this->annualizedTotalCompensationUnspecified = $annualizedTotalCompensationUnspecified; + } + public function getAnnualizedTotalCompensationUnspecified() + { + return $this->annualizedTotalCompensationUnspecified; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + /** + * @param Google_Service_JobService_ExtendedCompensationInfoCompensationEntry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoCompensationEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationEntry.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationEntry.php new file mode 100644 index 000000000..5f1c6c97e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationEntry.php @@ -0,0 +1,105 @@ +amount = $amount; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoDecimal + */ + public function getAmount() + { + return $this->amount; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_JobService_ExtendedCompensationInfoDecimal + */ + public function setExpectedUnitsPerYear(Google_Service_JobService_ExtendedCompensationInfoDecimal $expectedUnitsPerYear) + { + $this->expectedUnitsPerYear = $expectedUnitsPerYear; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoDecimal + */ + public function getExpectedUnitsPerYear() + { + return $this->expectedUnitsPerYear; + } + /** + * @param Google_Service_JobService_ExtendedCompensationInfoCompensationRange + */ + public function setRange(Google_Service_JobService_ExtendedCompensationInfoCompensationRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange + */ + public function getRange() + { + return $this->range; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setUnspecified($unspecified) + { + $this->unspecified = $unspecified; + } + public function getUnspecified() + { + return $this->unspecified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationRange.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationRange.php new file mode 100644 index 000000000..aaa9680c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoCompensationRange.php @@ -0,0 +1,53 @@ +max = $max; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoDecimal + */ + public function getMax() + { + return $this->max; + } + /** + * @param Google_Service_JobService_ExtendedCompensationInfoDecimal + */ + public function setMin(Google_Service_JobService_ExtendedCompensationInfoDecimal $min) + { + $this->min = $min; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfoDecimal + */ + public function getMin() + { + return $this->min; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoDecimal.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoDecimal.php new file mode 100644 index 000000000..5a62b4dda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ExtendedCompensationInfoDecimal.php @@ -0,0 +1,39 @@ +micros = $micros; + } + public function getMicros() + { + return $this->micros; + } + public function setUnits($units) + { + $this->units = $units; + } + public function getUnits() + { + return $this->units; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Filter.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Filter.php new file mode 100644 index 000000000..eae898cdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Filter.php @@ -0,0 +1,30 @@ +requisitionId = $requisitionId; + } + public function getRequisitionId() + { + return $this->requisitionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramRequest.php new file mode 100644 index 000000000..a77ceca6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramRequest.php @@ -0,0 +1,88 @@ +allowBroadening = $allowBroadening; + } + public function getAllowBroadening() + { + return $this->allowBroadening; + } + /** + * @param Google_Service_JobService_JobFilters + */ + public function setFilters(Google_Service_JobService_JobFilters $filters) + { + $this->filters = $filters; + } + /** + * @return Google_Service_JobService_JobFilters + */ + public function getFilters() + { + return $this->filters; + } + /** + * @param Google_Service_JobService_JobQuery + */ + public function setQuery(Google_Service_JobService_JobQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_JobService_JobQuery + */ + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_JobService_RequestMetadata + */ + public function setRequestMetadata(Google_Service_JobService_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_JobService_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } + public function setSearchTypes($searchTypes) + { + $this->searchTypes = $searchTypes; + } + public function getSearchTypes() + { + return $this->searchTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramResponse.php b/vendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramResponse.php new file mode 100644 index 000000000..9a1239372 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/GetHistogramResponse.php @@ -0,0 +1,54 @@ +metadata = $metadata; + } + /** + * @return Google_Service_JobService_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_JobService_HistogramResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_JobService_HistogramResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramFacets.php b/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramFacets.php new file mode 100644 index 000000000..cdd9c5b67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramFacets.php @@ -0,0 +1,63 @@ +compensationHistogramFacets = $compensationHistogramFacets; + } + /** + * @return Google_Service_JobService_CompensationHistogramRequest + */ + public function getCompensationHistogramFacets() + { + return $this->compensationHistogramFacets; + } + /** + * @param Google_Service_JobService_CustomAttributeHistogramRequest + */ + public function setCustomAttributeHistogramFacets($customAttributeHistogramFacets) + { + $this->customAttributeHistogramFacets = $customAttributeHistogramFacets; + } + /** + * @return Google_Service_JobService_CustomAttributeHistogramRequest + */ + public function getCustomAttributeHistogramFacets() + { + return $this->customAttributeHistogramFacets; + } + public function setSimpleHistogramFacets($simpleHistogramFacets) + { + $this->simpleHistogramFacets = $simpleHistogramFacets; + } + public function getSimpleHistogramFacets() + { + return $this->simpleHistogramFacets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResult.php b/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResult.php new file mode 100644 index 000000000..265b16858 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResult.php @@ -0,0 +1,39 @@ +searchType = $searchType; + } + public function getSearchType() + { + return $this->searchType; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResults.php b/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResults.php new file mode 100644 index 000000000..57982e46e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/HistogramResults.php @@ -0,0 +1,70 @@ +compensationHistogramResults = $compensationHistogramResults; + } + /** + * @return Google_Service_JobService_CompensationHistogramResult + */ + public function getCompensationHistogramResults() + { + return $this->compensationHistogramResults; + } + /** + * @param Google_Service_JobService_CustomAttributeHistogramResult + */ + public function setCustomAttributeHistogramResults($customAttributeHistogramResults) + { + $this->customAttributeHistogramResults = $customAttributeHistogramResults; + } + /** + * @return Google_Service_JobService_CustomAttributeHistogramResult + */ + public function getCustomAttributeHistogramResults() + { + return $this->customAttributeHistogramResults; + } + /** + * @param Google_Service_JobService_HistogramResult + */ + public function setSimpleHistogramResults($simpleHistogramResults) + { + $this->simpleHistogramResults = $simpleHistogramResults; + } + /** + * @return Google_Service_JobService_HistogramResult + */ + public function getSimpleHistogramResults() + { + return $this->simpleHistogramResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Job.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Job.php new file mode 100644 index 000000000..ffccf9d89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Job.php @@ -0,0 +1,434 @@ +applicationEmailList = $applicationEmailList; + } + public function getApplicationEmailList() + { + return $this->applicationEmailList; + } + public function setApplicationInstruction($applicationInstruction) + { + $this->applicationInstruction = $applicationInstruction; + } + public function getApplicationInstruction() + { + return $this->applicationInstruction; + } + public function setApplicationUrls($applicationUrls) + { + $this->applicationUrls = $applicationUrls; + } + public function getApplicationUrls() + { + return $this->applicationUrls; + } + public function setBenefits($benefits) + { + $this->benefits = $benefits; + } + public function getBenefits() + { + return $this->benefits; + } + public function setCompanyDisplayName($companyDisplayName) + { + $this->companyDisplayName = $companyDisplayName; + } + public function getCompanyDisplayName() + { + return $this->companyDisplayName; + } + public function setCompanyName($companyName) + { + $this->companyName = $companyName; + } + public function getCompanyName() + { + return $this->companyName; + } + public function setCompanyTitle($companyTitle) + { + $this->companyTitle = $companyTitle; + } + public function getCompanyTitle() + { + return $this->companyTitle; + } + /** + * @param Google_Service_JobService_CompensationInfo + */ + public function setCompensationInfo(Google_Service_JobService_CompensationInfo $compensationInfo) + { + $this->compensationInfo = $compensationInfo; + } + /** + * @return Google_Service_JobService_CompensationInfo + */ + public function getCompensationInfo() + { + return $this->compensationInfo; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_JobService_CustomAttribute + */ + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + /** + * @return Google_Service_JobService_CustomAttribute + */ + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setDepartment($department) + { + $this->department = $department; + } + public function getDepartment() + { + return $this->department; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDistributorCompanyId($distributorCompanyId) + { + $this->distributorCompanyId = $distributorCompanyId; + } + public function getDistributorCompanyId() + { + return $this->distributorCompanyId; + } + public function setEducationLevels($educationLevels) + { + $this->educationLevels = $educationLevels; + } + public function getEducationLevels() + { + return $this->educationLevels; + } + public function setEmploymentTypes($employmentTypes) + { + $this->employmentTypes = $employmentTypes; + } + public function getEmploymentTypes() + { + return $this->employmentTypes; + } + /** + * @param Google_Service_JobService_Date + */ + public function setEndDate(Google_Service_JobService_Date $endDate) + { + $this->endDate = $endDate; + } + /** + * @return Google_Service_JobService_Date + */ + public function getEndDate() + { + return $this->endDate; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } + /** + * @param Google_Service_JobService_Date + */ + public function setExpiryDate(Google_Service_JobService_Date $expiryDate) + { + $this->expiryDate = $expiryDate; + } + /** + * @return Google_Service_JobService_Date + */ + public function getExpiryDate() + { + return $this->expiryDate; + } + /** + * @param Google_Service_JobService_ExtendedCompensationInfo + */ + public function setExtendedCompensationInfo(Google_Service_JobService_ExtendedCompensationInfo $extendedCompensationInfo) + { + $this->extendedCompensationInfo = $extendedCompensationInfo; + } + /** + * @return Google_Service_JobService_ExtendedCompensationInfo + */ + public function getExtendedCompensationInfo() + { + return $this->extendedCompensationInfo; + } + /** + * @param Google_Service_JobService_CustomField + */ + public function setFilterableCustomFields($filterableCustomFields) + { + $this->filterableCustomFields = $filterableCustomFields; + } + /** + * @return Google_Service_JobService_CustomField + */ + public function getFilterableCustomFields() + { + return $this->filterableCustomFields; + } + public function setIncentives($incentives) + { + $this->incentives = $incentives; + } + public function getIncentives() + { + return $this->incentives; + } + /** + * @param Google_Service_JobService_JobLocation + */ + public function setJobLocations($jobLocations) + { + $this->jobLocations = $jobLocations; + } + /** + * @return Google_Service_JobService_JobLocation + */ + public function getJobLocations() + { + return $this->jobLocations; + } + public function setJobTitle($jobTitle) + { + $this->jobTitle = $jobTitle; + } + public function getJobTitle() + { + return $this->jobTitle; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + public function setLocations($locations) + { + $this->locations = $locations; + } + public function getLocations() + { + return $this->locations; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPromotionValue($promotionValue) + { + $this->promotionValue = $promotionValue; + } + public function getPromotionValue() + { + return $this->promotionValue; + } + /** + * @param Google_Service_JobService_Date + */ + public function setPublishDate(Google_Service_JobService_Date $publishDate) + { + $this->publishDate = $publishDate; + } + /** + * @return Google_Service_JobService_Date + */ + public function getPublishDate() + { + return $this->publishDate; + } + public function setQualifications($qualifications) + { + $this->qualifications = $qualifications; + } + public function getQualifications() + { + return $this->qualifications; + } + public function setReferenceUrl($referenceUrl) + { + $this->referenceUrl = $referenceUrl; + } + public function getReferenceUrl() + { + return $this->referenceUrl; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRequisitionId($requisitionId) + { + $this->requisitionId = $requisitionId; + } + public function getRequisitionId() + { + return $this->requisitionId; + } + public function setResponsibilities($responsibilities) + { + $this->responsibilities = $responsibilities; + } + public function getResponsibilities() + { + return $this->responsibilities; + } + /** + * @param Google_Service_JobService_Date + */ + public function setStartDate(Google_Service_JobService_Date $startDate) + { + $this->startDate = $startDate; + } + /** + * @return Google_Service_JobService_Date + */ + public function getStartDate() + { + return $this->startDate; + } + /** + * @param Google_Service_JobService_CustomField + */ + public function setUnindexedCustomFields($unindexedCustomFields) + { + $this->unindexedCustomFields = $unindexedCustomFields; + } + /** + * @return Google_Service_JobService_CustomField + */ + public function getUnindexedCustomFields() + { + return $this->unindexedCustomFields; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/JobFilters.php b/vendor/google/apiclient-services/src/Google/Service/JobService/JobFilters.php new file mode 100644 index 000000000..8610eab61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/JobFilters.php @@ -0,0 +1,192 @@ +categories = $categories; + } + public function getCategories() + { + return $this->categories; + } + /** + * @param Google_Service_JobService_CommutePreference + */ + public function setCommuteFilter(Google_Service_JobService_CommutePreference $commuteFilter) + { + $this->commuteFilter = $commuteFilter; + } + /** + * @return Google_Service_JobService_CommutePreference + */ + public function getCommuteFilter() + { + return $this->commuteFilter; + } + public function setCompanyNames($companyNames) + { + $this->companyNames = $companyNames; + } + public function getCompanyNames() + { + return $this->companyNames; + } + public function setCompanyTitles($companyTitles) + { + $this->companyTitles = $companyTitles; + } + public function getCompanyTitles() + { + return $this->companyTitles; + } + /** + * @param Google_Service_JobService_CompensationFilter + */ + public function setCompensationFilter(Google_Service_JobService_CompensationFilter $compensationFilter) + { + $this->compensationFilter = $compensationFilter; + } + /** + * @return Google_Service_JobService_CompensationFilter + */ + public function getCompensationFilter() + { + return $this->compensationFilter; + } + public function setCustomAttributeFilter($customAttributeFilter) + { + $this->customAttributeFilter = $customAttributeFilter; + } + public function getCustomAttributeFilter() + { + return $this->customAttributeFilter; + } + /** + * @param Google_Service_JobService_CustomFieldFilter + */ + public function setCustomFieldFilters($customFieldFilters) + { + $this->customFieldFilters = $customFieldFilters; + } + /** + * @return Google_Service_JobService_CustomFieldFilter + */ + public function getCustomFieldFilters() + { + return $this->customFieldFilters; + } + public function setDisableSpellCheck($disableSpellCheck) + { + $this->disableSpellCheck = $disableSpellCheck; + } + public function getDisableSpellCheck() + { + return $this->disableSpellCheck; + } + public function setEmploymentTypes($employmentTypes) + { + $this->employmentTypes = $employmentTypes; + } + public function getEmploymentTypes() + { + return $this->employmentTypes; + } + /** + * @param Google_Service_JobService_ExtendedCompensationFilter + */ + public function setExtendedCompensationFilter(Google_Service_JobService_ExtendedCompensationFilter $extendedCompensationFilter) + { + $this->extendedCompensationFilter = $extendedCompensationFilter; + } + /** + * @return Google_Service_JobService_ExtendedCompensationFilter + */ + public function getExtendedCompensationFilter() + { + return $this->extendedCompensationFilter; + } + public function setLanguageCodes($languageCodes) + { + $this->languageCodes = $languageCodes; + } + public function getLanguageCodes() + { + return $this->languageCodes; + } + /** + * @param Google_Service_JobService_LocationFilter + */ + public function setLocationFilters($locationFilters) + { + $this->locationFilters = $locationFilters; + } + /** + * @return Google_Service_JobService_LocationFilter + */ + public function getLocationFilters() + { + return $this->locationFilters; + } + public function setPublishDateRange($publishDateRange) + { + $this->publishDateRange = $publishDateRange; + } + public function getPublishDateRange() + { + return $this->publishDateRange; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + public function setTenantJobOnly($tenantJobOnly) + { + $this->tenantJobOnly = $tenantJobOnly; + } + public function getTenantJobOnly() + { + return $this->tenantJobOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/JobLocation.php b/vendor/google/apiclient-services/src/Google/Service/JobService/JobLocation.php new file mode 100644 index 000000000..b59206fd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/JobLocation.php @@ -0,0 +1,71 @@ +latLng = $latLng; + } + /** + * @return Google_Service_JobService_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } + public function setLocationType($locationType) + { + $this->locationType = $locationType; + } + public function getLocationType() + { + return $this->locationType; + } + /** + * @param Google_Service_JobService_PostalAddress + */ + public function setPostalAddress(Google_Service_JobService_PostalAddress $postalAddress) + { + $this->postalAddress = $postalAddress; + } + /** + * @return Google_Service_JobService_PostalAddress + */ + public function getPostalAddress() + { + return $this->postalAddress; + } + public function setRadiusMeters($radiusMeters) + { + $this->radiusMeters = $radiusMeters; + } + public function getRadiusMeters() + { + return $this->radiusMeters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/JobProcessingOptions.php b/vendor/google/apiclient-services/src/Google/Service/JobService/JobProcessingOptions.php new file mode 100644 index 000000000..d44aec729 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/JobProcessingOptions.php @@ -0,0 +1,39 @@ +disableStreetAddressResolution = $disableStreetAddressResolution; + } + public function getDisableStreetAddressResolution() + { + return $this->disableStreetAddressResolution; + } + public function setHtmlSanitization($htmlSanitization) + { + $this->htmlSanitization = $htmlSanitization; + } + public function getHtmlSanitization() + { + return $this->htmlSanitization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/JobQuery.php b/vendor/google/apiclient-services/src/Google/Service/JobService/JobQuery.php new file mode 100644 index 000000000..09a2655dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/JobQuery.php @@ -0,0 +1,151 @@ +categories = $categories; + } + public function getCategories() + { + return $this->categories; + } + /** + * @param Google_Service_JobService_CommutePreference + */ + public function setCommuteFilter(Google_Service_JobService_CommutePreference $commuteFilter) + { + $this->commuteFilter = $commuteFilter; + } + /** + * @return Google_Service_JobService_CommutePreference + */ + public function getCommuteFilter() + { + return $this->commuteFilter; + } + public function setCompanyDisplayNames($companyDisplayNames) + { + $this->companyDisplayNames = $companyDisplayNames; + } + public function getCompanyDisplayNames() + { + return $this->companyDisplayNames; + } + public function setCompanyNames($companyNames) + { + $this->companyNames = $companyNames; + } + public function getCompanyNames() + { + return $this->companyNames; + } + /** + * @param Google_Service_JobService_CompensationFilter + */ + public function setCompensationFilter(Google_Service_JobService_CompensationFilter $compensationFilter) + { + $this->compensationFilter = $compensationFilter; + } + /** + * @return Google_Service_JobService_CompensationFilter + */ + public function getCompensationFilter() + { + return $this->compensationFilter; + } + public function setCustomAttributeFilter($customAttributeFilter) + { + $this->customAttributeFilter = $customAttributeFilter; + } + public function getCustomAttributeFilter() + { + return $this->customAttributeFilter; + } + public function setDisableSpellCheck($disableSpellCheck) + { + $this->disableSpellCheck = $disableSpellCheck; + } + public function getDisableSpellCheck() + { + return $this->disableSpellCheck; + } + public function setEmploymentTypes($employmentTypes) + { + $this->employmentTypes = $employmentTypes; + } + public function getEmploymentTypes() + { + return $this->employmentTypes; + } + public function setLanguageCodes($languageCodes) + { + $this->languageCodes = $languageCodes; + } + public function getLanguageCodes() + { + return $this->languageCodes; + } + /** + * @param Google_Service_JobService_LocationFilter + */ + public function setLocationFilters($locationFilters) + { + $this->locationFilters = $locationFilters; + } + /** + * @return Google_Service_JobService_LocationFilter + */ + public function getLocationFilters() + { + return $this->locationFilters; + } + public function setPublishDateRange($publishDateRange) + { + $this->publishDateRange = $publishDateRange; + } + public function getPublishDateRange() + { + return $this->publishDateRange; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/JobsEmpty.php b/vendor/google/apiclient-services/src/Google/Service/JobService/JobsEmpty.php new file mode 100644 index 000000000..184fba0bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/JobsEmpty.php @@ -0,0 +1,20 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ListCompaniesResponse.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ListCompaniesResponse.php new file mode 100644 index 000000000..4fabb32de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ListCompaniesResponse.php @@ -0,0 +1,63 @@ +companies = $companies; + } + /** + * @return Google_Service_JobService_Company + */ + public function getCompanies() + { + return $this->companies; + } + /** + * @param Google_Service_JobService_ResponseMetadata + */ + public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_JobService_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ListCompanyJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ListCompanyJobsResponse.php new file mode 100644 index 000000000..27f568673 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ListCompanyJobsResponse.php @@ -0,0 +1,72 @@ +jobs = $jobs; + } + /** + * @return Google_Service_JobService_Job + */ + public function getJobs() + { + return $this->jobs; + } + /** + * @param Google_Service_JobService_ResponseMetadata + */ + public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_JobService_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ListJobsResponse.php new file mode 100644 index 000000000..dd94b6368 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ListJobsResponse.php @@ -0,0 +1,63 @@ +jobs = $jobs; + } + /** + * @return Google_Service_JobService_Job + */ + public function getJobs() + { + return $this->jobs; + } + /** + * @param Google_Service_JobService_ResponseMetadata + */ + public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_JobService_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/LocationFilter.php b/vendor/google/apiclient-services/src/Google/Service/JobService/LocationFilter.php new file mode 100644 index 000000000..619847e03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/LocationFilter.php @@ -0,0 +1,73 @@ +distanceInMiles = $distanceInMiles; + } + public function getDistanceInMiles() + { + return $this->distanceInMiles; + } + public function setIsTelecommute($isTelecommute) + { + $this->isTelecommute = $isTelecommute; + } + public function getIsTelecommute() + { + return $this->isTelecommute; + } + /** + * @param Google_Service_JobService_LatLng + */ + public function setLatLng(Google_Service_JobService_LatLng $latLng) + { + $this->latLng = $latLng; + } + /** + * @return Google_Service_JobService_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/MatchingJob.php b/vendor/google/apiclient-services/src/Google/Service/JobService/MatchingJob.php new file mode 100644 index 000000000..4a89f3668 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/MatchingJob.php @@ -0,0 +1,80 @@ +commuteInfo = $commuteInfo; + } + /** + * @return Google_Service_JobService_CommuteInfo + */ + public function getCommuteInfo() + { + return $this->commuteInfo; + } + /** + * @param Google_Service_JobService_Job + */ + public function setJob(Google_Service_JobService_Job $job) + { + $this->job = $job; + } + /** + * @return Google_Service_JobService_Job + */ + public function getJob() + { + return $this->job; + } + public function setJobSummary($jobSummary) + { + $this->jobSummary = $jobSummary; + } + public function getJobSummary() + { + return $this->jobSummary; + } + public function setJobTitleSnippet($jobTitleSnippet) + { + $this->jobTitleSnippet = $jobTitleSnippet; + } + public function getJobTitleSnippet() + { + return $this->jobTitleSnippet; + } + public function setSearchTextSnippet($searchTextSnippet) + { + $this->searchTextSnippet = $searchTextSnippet; + } + public function getSearchTextSnippet() + { + return $this->searchTextSnippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Money.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Money.php new file mode 100644 index 000000000..7a2e6f5ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Money.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/vendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingOption.php b/vendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingOption.php new file mode 100644 index 000000000..f5f1ac108 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingOption.php @@ -0,0 +1,40 @@ +bucketBounds = $bucketBounds; + } + public function getBucketBounds() + { + return $this->bucketBounds; + } + public function setRequiresMinMax($requiresMinMax) + { + $this->requiresMinMax = $requiresMinMax; + } + public function getRequiresMinMax() + { + return $this->requiresMinMax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingResult.php b/vendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingResult.php new file mode 100644 index 000000000..7fce659b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/NumericBucketingResult.php @@ -0,0 +1,56 @@ +counts = $counts; + } + /** + * @return Google_Service_JobService_BucketizedCount + */ + public function getCounts() + { + return $this->counts; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/PostalAddress.php b/vendor/google/apiclient-services/src/Google/Service/JobService/PostalAddress.php new file mode 100644 index 000000000..fde80dabf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/PostalAddress.php @@ -0,0 +1,121 @@ +addressLines = $addressLines; + } + public function getAddressLines() + { + return $this->addressLines; + } + public function setAdministrativeArea($administrativeArea) + { + $this->administrativeArea = $administrativeArea; + } + public function getAdministrativeArea() + { + return $this->administrativeArea; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setOrganization($organization) + { + $this->organization = $organization; + } + public function getOrganization() + { + return $this->organization; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRecipients($recipients) + { + $this->recipients = $recipients; + } + public function getRecipients() + { + return $this->recipients; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setRevision($revision) + { + $this->revision = $revision; + } + public function getRevision() + { + return $this->revision; + } + public function setSortingCode($sortingCode) + { + $this->sortingCode = $sortingCode; + } + public function getSortingCode() + { + return $this->sortingCode; + } + public function setSublocality($sublocality) + { + $this->sublocality = $sublocality; + } + public function getSublocality() + { + return $this->sublocality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/RequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/JobService/RequestMetadata.php new file mode 100644 index 000000000..f05c09e97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/RequestMetadata.php @@ -0,0 +1,64 @@ +deviceInfo = $deviceInfo; + } + /** + * @return Google_Service_JobService_DeviceInfo + */ + public function getDeviceInfo() + { + return $this->deviceInfo; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setSessionId($sessionId) + { + $this->sessionId = $sessionId; + } + public function getSessionId() + { + return $this->sessionId; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Companies.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Companies.php new file mode 100644 index 000000000..1d421534f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Companies.php @@ -0,0 +1,135 @@ + + * $jobsService = new Google_Service_JobService(...); + * $companies = $jobsService->companies; + * + */ +class Google_Service_JobService_Resource_Companies extends Google_Service_Resource +{ + /** + * Creates a new company entity. (companies.create) + * + * @param Google_Service_JobService_Company $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_Company + */ + public function create(Google_Service_JobService_Company $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_JobService_Company"); + } + /** + * Deletes the specified company. (companies.delete) + * + * @param string $name Required. + * + * The resource name of the company to be deleted, such as, + * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_JobsEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_JobService_JobsEmpty"); + } + /** + * Retrieves the specified company. (companies.get) + * + * @param string $name Required. + * + * Resource name of the company to retrieve, such as + * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_Company + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_JobService_Company"); + } + /** + * Lists all companies associated with a Cloud Talent Solution account. + * (companies.listCompanies) + * + * @param array $optParams Optional parameters. + * + * @opt_param bool mustHaveOpenJobs Optional. + * + * Set to true if the companies request must have open jobs. + * + * Defaults to false. + * + * If true, at most page_size of companies are fetched, among which only those + * with open jobs are returned. + * @opt_param string pageToken Optional. + * + * The starting indicator from which to return results. + * @opt_param int pageSize Optional. + * + * The maximum number of companies to be returned, at most 100. Default is 100 + * if a non-positive number is provided. + * @return Google_Service_JobService_ListCompaniesResponse + */ + public function listCompanies($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_JobService_ListCompaniesResponse"); + } + /** + * Updates the specified company. Company names can't be updated. To update a + * company name, delete the company and all jobs associated with it, and only + * then re-create them. (companies.patch) + * + * @param string $name Required during company update. + * + * The resource name for a company. This is generated by the service when a + * company is created, for example, + * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". + * @param Google_Service_JobService_Company $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateCompanyFields Optional but strongly recommended to be + * provided for the best service experience. + * + * If update_company_fields is provided, only the specified fields in company + * are updated. Otherwise all the fields are updated. + * + * A field mask to specify the company fields to update. Valid values are: + * + * * displayName * website * imageUrl * companySize * + * distributorBillingCompanyId * companyInfoSources * careerPageLink * + * hiringAgency * hqLocation * eeoText * keywordSearchableCustomAttributes * + * title (deprecated) * keywordSearchableCustomFields (deprecated) + * @return Google_Service_JobService_Company + */ + public function patch($name, Google_Service_JobService_Company $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_JobService_Company"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/CompaniesJobs.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/CompaniesJobs.php new file mode 100644 index 000000000..ce4610eef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/CompaniesJobs.php @@ -0,0 +1,80 @@ + + * $jobsService = new Google_Service_JobService(...); + * $jobs = $jobsService->jobs; + * + */ +class Google_Service_JobService_Resource_CompaniesJobs extends Google_Service_Resource +{ + /** + * Deprecated. Use ListJobs instead. + * + * Lists all jobs associated with a company. (jobs.listCompaniesJobs) + * + * @param string $companyName Required. + * + * The resource name of the company that owns the jobs to be listed, such as, + * "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". + * @param array $optParams Optional parameters. + * + * @opt_param bool includeJobsCount Deprecated. Please DO NOT use this field + * except for small companies. Suggest counting jobs page by page instead. + * + * Optional. + * + * Set to true if the total number of open jobs is to be returned. + * + * Defaults to false. + * @opt_param string pageToken Optional. + * + * The starting point of a query result. + * @opt_param bool idsOnly Optional. + * + * If set to `true`, only job ID, job requisition ID and language code will be + * returned. + * + * A typical use is to synchronize job repositories. + * + * Defaults to false. + * @opt_param int pageSize Optional. + * + * The maximum number of jobs to be returned per page of results. + * + * If ids_only is set to true, the maximum allowed page size is 1000. Otherwise, + * the maximum allowed page size is 100. + * + * Default is 100 if empty or a number < 1 is specified. + * @opt_param string jobRequisitionId Optional. + * + * The requisition ID, also known as posting ID, assigned by the company to the + * job. + * + * The maximum number of allowable characters is 225. + * @return Google_Service_JobService_ListCompanyJobsResponse + */ + public function listCompaniesJobs($companyName, $optParams = array()) + { + $params = array('companyName' => $companyName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_JobService_ListCompanyJobsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Jobs.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Jobs.php new file mode 100644 index 000000000..fc4c2235f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/Jobs.php @@ -0,0 +1,246 @@ + + * $jobsService = new Google_Service_JobService(...); + * $jobs = $jobsService->jobs; + * + */ +class Google_Service_JobService_Resource_Jobs extends Google_Service_Resource +{ + /** + * Deletes a list of Job postings by filter. (jobs.batchDelete) + * + * @param Google_Service_JobService_BatchDeleteJobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_JobsEmpty + */ + public function batchDelete(Google_Service_JobService_BatchDeleteJobsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_JobService_JobsEmpty"); + } + /** + * Creates a new job. + * + * Typically, the job becomes searchable within 10 seconds, but it may take up + * to 5 minutes. (jobs.create) + * + * @param Google_Service_JobService_CreateJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_Job + */ + public function create(Google_Service_JobService_CreateJobRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_JobService_Job"); + } + /** + * Deletes the specified job. + * + * Typically, the job becomes unsearchable within 10 seconds, but it may take up + * to 5 minutes. (jobs.delete) + * + * @param string $name Required. + * + * The resource name of the job to be deleted, such as "jobs/11111111". + * @param array $optParams Optional parameters. + * + * @opt_param bool disableFastProcess Deprecated. This field is not working + * anymore. + * + * Optional. + * + * If set to true, this call waits for all processing steps to complete before + * the job is cleaned up. Otherwise, the call returns while some steps are still + * taking place asynchronously, hence faster. + * @return Google_Service_JobService_JobsEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_JobService_JobsEmpty"); + } + /** + * Deprecated. Use BatchDeleteJobs instead. + * + * Deletes the specified job by filter. You can specify whether to synchronously + * wait for validation, indexing, and general processing to be completed before + * the response is returned. (jobs.deleteByFilter) + * + * @param Google_Service_JobService_DeleteJobsByFilterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_JobsEmpty + */ + public function deleteByFilter(Google_Service_JobService_DeleteJobsByFilterRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteByFilter', array($params), "Google_Service_JobService_JobsEmpty"); + } + /** + * Retrieves the specified job, whose status is OPEN or recently EXPIRED within + * the last 90 days. (jobs.get) + * + * @param string $name Required. + * + * The resource name of the job to retrieve, such as "jobs/11111111". + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_Job + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_JobService_Job"); + } + /** + * Deprecated. Use SearchJobsRequest.histogram_facets instead to make a single + * call with both search and histogram. + * + * Retrieves a histogram for the given GetHistogramRequest. This call provides a + * structured count of jobs that match against the search query, grouped by + * specified facets. + * + * This call constrains the visibility of jobs present in the database, and only + * counts jobs the caller has permission to search against. + * + * For example, use this call to generate the number of jobs in the U.S. by + * state. (jobs.histogram) + * + * @param Google_Service_JobService_GetHistogramRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_GetHistogramResponse + */ + public function histogram(Google_Service_JobService_GetHistogramRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('histogram', array($params), "Google_Service_JobService_GetHistogramResponse"); + } + /** + * Lists jobs by filter. (jobs.listJobs) + * + * @param array $optParams Optional parameters. + * + * @opt_param string filter Required. + * + * The filter string specifies the jobs to be enumerated. + * + * Supported operator: =, AND + * + * The fields eligible for filtering are: + * + * * `companyName` (Required) * `requisitionId` (Optional) + * + * Sample Query: + * + * * companyName = "companies/123" * companyName = "companies/123" AND + * requisitionId = "req-1" + * @opt_param string pageToken Optional. + * + * The starting point of a query result. + * @opt_param int pageSize Optional. + * + * The maximum number of jobs to be returned per page of results. + * + * If ids_only is set to true, the maximum allowed page size is 1000. Otherwise, + * the maximum allowed page size is 100. + * + * Default is 100 if empty or a number < 1 is specified. + * @opt_param bool idsOnly Optional. + * + * If set to `true`, only Job.name, Job.requisition_id and Job.language_code + * will be returned. + * + * A typical use case is to synchronize job repositories. + * + * Defaults to false. + * @return Google_Service_JobService_ListJobsResponse + */ + public function listJobs($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_JobService_ListJobsResponse"); + } + /** + * Updates specified job. + * + * Typically, updated contents become visible in search results within 10 + * seconds, but it may take up to 5 minutes. (jobs.patch) + * + * @param string $name Required during job update. + * + * Resource name assigned to a job by the API, for example, "/jobs/foo". Use of + * this field in job queries and API calls is preferred over the use of + * requisition_id since this value is unique. + * @param Google_Service_JobService_UpdateJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_Job + */ + public function patch($name, Google_Service_JobService_UpdateJobRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_JobService_Job"); + } + /** + * Searches for jobs using the provided SearchJobsRequest. + * + * This call constrains the visibility of jobs present in the database, and only + * returns jobs that the caller has permission to search against. (jobs.search) + * + * @param Google_Service_JobService_SearchJobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_SearchJobsResponse + */ + public function search(Google_Service_JobService_SearchJobsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_JobService_SearchJobsResponse"); + } + /** + * Searches for jobs using the provided SearchJobsRequest. + * + * This API call is intended for the use case of targeting passive job seekers + * (for example, job seekers who have signed up to receive email alerts about + * potential job opportunities), and has different algorithmic adjustments that + * are targeted to passive job seekers. + * + * This call constrains the visibility of jobs present in the database, and only + * returns jobs the caller has permission to search against. + * (jobs.searchForAlert) + * + * @param Google_Service_JobService_SearchJobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_JobService_SearchJobsResponse + */ + public function searchForAlert(Google_Service_JobService_SearchJobsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('searchForAlert', array($params), "Google_Service_JobService_SearchJobsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/V2.php b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/V2.php new file mode 100644 index 000000000..0e18f5d19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/Resource/V2.php @@ -0,0 +1,71 @@ + + * $jobsService = new Google_Service_JobService(...); + * $v2 = $jobsService->v2; + * + */ +class Google_Service_JobService_Resource_V2 extends Google_Service_Resource +{ + /** + * Completes the specified prefix with job keyword suggestions. Intended for use + * by a job search auto-complete search box. (v2.complete) + * + * @param array $optParams Optional parameters. + * + * @opt_param string type Optional. + * + * The completion topic. The default is CompletionType.COMBINED. + * @opt_param string companyName Optional. + * + * If provided, restricts completion to the specified company. + * @opt_param string scope Optional. + * + * The scope of the completion. The defaults is CompletionScope.PUBLIC. + * @opt_param int pageSize Required. + * + * Completion result count. The maximum allowed page size is 10. + * @opt_param string query Required. + * + * The query used to generate suggestions. + * @opt_param string languageCode Required. + * + * The language of the query. This is the BCP-47 language code, such as "en-US" + * or "sr-Latn". For more information, see [Tags for Identifying + * Languages](https://tools.ietf.org/html/bcp47). + * + * For CompletionType.JOB_TITLE type, only open jobs with same language_code are + * returned. + * + * For CompletionType.COMPANY_NAME type, only companies having open jobs with + * same language_code are returned. + * + * For CompletionType.COMBINED type, only open jobs with same language_code or + * companies having open jobs with same language_code are returned. + * @return Google_Service_JobService_CompleteQueryResponse + */ + public function complete($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('complete', array($params), "Google_Service_JobService_CompleteQueryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/ResponseMetadata.php b/vendor/google/apiclient-services/src/Google/Service/JobService/ResponseMetadata.php new file mode 100644 index 000000000..38a6d9764 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/ResponseMetadata.php @@ -0,0 +1,49 @@ +experimentIdList = $experimentIdList; + } + public function getExperimentIdList() + { + return $this->experimentIdList; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsRequest.php new file mode 100644 index 000000000..19b5770bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsRequest.php @@ -0,0 +1,175 @@ +disableRelevanceThresholding = $disableRelevanceThresholding; + } + public function getDisableRelevanceThresholding() + { + return $this->disableRelevanceThresholding; + } + public function setEnableBroadening($enableBroadening) + { + $this->enableBroadening = $enableBroadening; + } + public function getEnableBroadening() + { + return $this->enableBroadening; + } + public function setEnablePreciseResultSize($enablePreciseResultSize) + { + $this->enablePreciseResultSize = $enablePreciseResultSize; + } + public function getEnablePreciseResultSize() + { + return $this->enablePreciseResultSize; + } + /** + * @param Google_Service_JobService_JobFilters + */ + public function setFilters(Google_Service_JobService_JobFilters $filters) + { + $this->filters = $filters; + } + /** + * @return Google_Service_JobService_JobFilters + */ + public function getFilters() + { + return $this->filters; + } + /** + * @param Google_Service_JobService_HistogramFacets + */ + public function setHistogramFacets(Google_Service_JobService_HistogramFacets $histogramFacets) + { + $this->histogramFacets = $histogramFacets; + } + /** + * @return Google_Service_JobService_HistogramFacets + */ + public function getHistogramFacets() + { + return $this->histogramFacets; + } + public function setJobView($jobView) + { + $this->jobView = $jobView; + } + public function getJobView() + { + return $this->jobView; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + public function setOrderBy($orderBy) + { + $this->orderBy = $orderBy; + } + public function getOrderBy() + { + return $this->orderBy; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + /** + * @param Google_Service_JobService_JobQuery + */ + public function setQuery(Google_Service_JobService_JobQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_JobService_JobQuery + */ + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_JobService_RequestMetadata + */ + public function setRequestMetadata(Google_Service_JobService_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_JobService_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } + public function setSortBy($sortBy) + { + $this->sortBy = $sortBy; + } + public function getSortBy() + { + return $this->sortBy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsResponse.php new file mode 100644 index 000000000..af997b771 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/SearchJobsResponse.php @@ -0,0 +1,163 @@ +appliedCommuteFilter = $appliedCommuteFilter; + } + /** + * @return Google_Service_JobService_CommutePreference + */ + public function getAppliedCommuteFilter() + { + return $this->appliedCommuteFilter; + } + /** + * @param Google_Service_JobService_JobLocation + */ + public function setAppliedJobLocationFilters($appliedJobLocationFilters) + { + $this->appliedJobLocationFilters = $appliedJobLocationFilters; + } + /** + * @return Google_Service_JobService_JobLocation + */ + public function getAppliedJobLocationFilters() + { + return $this->appliedJobLocationFilters; + } + public function setEstimatedTotalSize($estimatedTotalSize) + { + $this->estimatedTotalSize = $estimatedTotalSize; + } + public function getEstimatedTotalSize() + { + return $this->estimatedTotalSize; + } + /** + * @param Google_Service_JobService_HistogramResults + */ + public function setHistogramResults(Google_Service_JobService_HistogramResults $histogramResults) + { + $this->histogramResults = $histogramResults; + } + /** + * @return Google_Service_JobService_HistogramResults + */ + public function getHistogramResults() + { + return $this->histogramResults; + } + public function setJobView($jobView) + { + $this->jobView = $jobView; + } + public function getJobView() + { + return $this->jobView; + } + /** + * @param Google_Service_JobService_MatchingJob + */ + public function setMatchingJobs($matchingJobs) + { + $this->matchingJobs = $matchingJobs; + } + /** + * @return Google_Service_JobService_MatchingJob + */ + public function getMatchingJobs() + { + return $this->matchingJobs; + } + /** + * @param Google_Service_JobService_ResponseMetadata + */ + public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_JobService_ResponseMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setNumJobsFromBroadenedQuery($numJobsFromBroadenedQuery) + { + $this->numJobsFromBroadenedQuery = $numJobsFromBroadenedQuery; + } + public function getNumJobsFromBroadenedQuery() + { + return $this->numJobsFromBroadenedQuery; + } + /** + * @param Google_Service_JobService_SpellingCorrection + */ + public function setSpellResult(Google_Service_JobService_SpellingCorrection $spellResult) + { + $this->spellResult = $spellResult; + } + /** + * @return Google_Service_JobService_SpellingCorrection + */ + public function getSpellResult() + { + return $this->spellResult; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/SpellingCorrection.php b/vendor/google/apiclient-services/src/Google/Service/JobService/SpellingCorrection.php new file mode 100644 index 000000000..a1362ab07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/SpellingCorrection.php @@ -0,0 +1,39 @@ +corrected = $corrected; + } + public function getCorrected() + { + return $this->corrected; + } + public function setCorrectedText($correctedText) + { + $this->correctedText = $correctedText; + } + public function getCorrectedText() + { + return $this->correctedText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/StringValues.php b/vendor/google/apiclient-services/src/Google/Service/JobService/StringValues.php new file mode 100644 index 000000000..7dee12e06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/StringValues.php @@ -0,0 +1,31 @@ +values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/JobService/UpdateJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/JobService/UpdateJobRequest.php new file mode 100644 index 000000000..2b4b82375 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/JobService/UpdateJobRequest.php @@ -0,0 +1,71 @@ +disableStreetAddressResolution = $disableStreetAddressResolution; + } + public function getDisableStreetAddressResolution() + { + return $this->disableStreetAddressResolution; + } + /** + * @param Google_Service_JobService_Job + */ + public function setJob(Google_Service_JobService_Job $job) + { + $this->job = $job; + } + /** + * @return Google_Service_JobService_Job + */ + public function getJob() + { + return $this->job; + } + /** + * @param Google_Service_JobService_JobProcessingOptions + */ + public function setProcessingOptions(Google_Service_JobService_JobProcessingOptions $processingOptions) + { + $this->processingOptions = $processingOptions; + } + /** + * @return Google_Service_JobService_JobProcessingOptions + */ + public function getProcessingOptions() + { + return $this->processingOptions; + } + public function setUpdateJobFields($updateJobFields) + { + $this->updateJobFields = $updateJobFields; + } + public function getUpdateJobFields() + { + return $this->updateJobFields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Kgsearch.php b/vendor/google/apiclient-services/src/Google/Service/Kgsearch.php new file mode 100644 index 000000000..ef519d3a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Kgsearch.php @@ -0,0 +1,99 @@ + + * Searches the Google Knowledge Graph for entities. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Kgsearch extends Google_Service +{ + + + public $entities; + + /** + * Constructs the internal representation of the Kgsearch 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://kgsearch.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'kgsearch'; + + $this->entities = new Google_Service_Kgsearch_Resource_Entities( + $this, + $this->serviceName, + 'entities', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1/entities:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'languages' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'prefix' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'types' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'indent' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Kgsearch/Resource/Entities.php b/vendor/google/apiclient-services/src/Google/Service/Kgsearch/Resource/Entities.php new file mode 100644 index 000000000..a5a96f665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Kgsearch/Resource/Entities.php @@ -0,0 +1,56 @@ + + * $kgsearchService = new Google_Service_Kgsearch(...); + * $entities = $kgsearchService->entities; + * + */ +class Google_Service_Kgsearch_Resource_Entities extends Google_Service_Resource +{ + /** + * Searches Knowledge Graph for entities that match the constraints. A list of + * matched entities will be returned in response, which will be in JSON-LD + * format and compatible with http://schema.org (entities.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param string languages The list of language codes (defined in ISO 693) + * to run the query with, e.g. 'en'. + * @opt_param string ids The list of entity id to be used for search instead of + * query string. To specify multiple ids in the HTTP request, repeat the + * parameter in the URL as in ...?ids=A=B + * @opt_param int limit Limits the number of entities to be returned. + * @opt_param bool prefix Enables prefix match against names and aliases of + * entities + * @opt_param string query The literal query string for search. + * @opt_param string types Restricts returned entities with these types, e.g. + * Person (as defined in http://schema.org/Person). If multiple types are + * specified, returned entities will contain one or more of these types. + * @opt_param bool indent Enables indenting of json results. + * @return Google_Service_Kgsearch_SearchResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_Kgsearch_SearchResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Kgsearch/SearchResponse.php b/vendor/google/apiclient-services/src/Google/Service/Kgsearch/SearchResponse.php new file mode 100644 index 000000000..d63c970a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Kgsearch/SearchResponse.php @@ -0,0 +1,53 @@ + "@context", + "type" => "@type", + ); + public $context; + public $type; + public $itemListElement; + + public function setContext($context) + { + $this->context = $context; + } + public function getContext() + { + return $this->context; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setItemListElement($itemListElement) + { + $this->itemListElement = $itemListElement; + } + public function getItemListElement() + { + return $this->itemListElement; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php new file mode 100644 index 000000000..f2377e84b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php @@ -0,0 +1,147 @@ + + * A simple Google Example Library API. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Libraryagent extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $shelves; + public $shelves_books; + + /** + * Constructs the internal representation of the Libraryagent 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://libraryagent.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'libraryagent'; + + $this->shelves = new Google_Service_Libraryagent_Resource_Shelves( + $this, + $this->serviceName, + 'shelves', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/shelves', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->shelves_books = new Google_Service_Libraryagent_Resource_ShelvesBooks( + $this, + $this->serviceName, + 'books', + array( + 'methods' => array( + 'borrow' => array( + 'path' => 'v1/{+name}:borrow', + '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}/books', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'return' => array( + 'path' => 'v1/{+name}:return', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Book.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Book.php new file mode 100644 index 000000000..1ff49ba09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Book.php @@ -0,0 +1,57 @@ +author = $author; + } + public function getAuthor() + { + return $this->author; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRead($read) + { + $this->read = $read; + } + public function getRead() + { + return $this->read; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListBooksResponse.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListBooksResponse.php new file mode 100644 index 000000000..d4758bd12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListBooksResponse.php @@ -0,0 +1,47 @@ +books = $books; + } + /** + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book + */ + public function getBooks() + { + return $this->books; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListShelvesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListShelvesResponse.php new file mode 100644 index 000000000..d5c92c346 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1ListShelvesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf + */ + public function setShelves($shelves) + { + $this->shelves = $shelves; + } + /** + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf + */ + public function getShelves() + { + return $this->shelves; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Shelf.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Shelf.php new file mode 100644 index 000000000..c107dc34b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/GoogleExampleLibraryagentV1Shelf.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setTheme($theme) + { + $this->theme = $theme; + } + public function getTheme() + { + return $this->theme; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php new file mode 100644 index 000000000..c322e007a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php @@ -0,0 +1,62 @@ + + * $libraryagentService = new Google_Service_Libraryagent(...); + * $shelves = $libraryagentService->shelves; + * + */ +class Google_Service_Libraryagent_Resource_Shelves extends Google_Service_Resource +{ + /** + * Gets a shelf. Returns NOT_FOUND if the shelf does not exist. (shelves.get) + * + * @param string $name Required. The name of the shelf to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf"); + } + /** + * Lists shelves. The order is unspecified but deterministic. Newly created + * shelves will not necessarily be added to the end of this list. + * (shelves.listShelves) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListShelvesResponse.next_page_token returned from the previous call to + * `ListShelves` method. + * @opt_param int pageSize Requested page size. Server may return fewer shelves + * than requested. If unspecified, server will pick an appropriate default. + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListShelvesResponse + */ + public function listShelves($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListShelvesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php new file mode 100644 index 000000000..7ce5ba403 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php @@ -0,0 +1,95 @@ + + * $libraryagentService = new Google_Service_Libraryagent(...); + * $books = $libraryagentService->books; + * + */ +class Google_Service_Libraryagent_Resource_ShelvesBooks extends Google_Service_Resource +{ + /** + * Borrow a book from the library. Returns the book if it is borrowed + * successfully. Returns NOT_FOUND if the book does not exist in the library. + * Returns quota exceeded error if the amount of books borrowed exceeds + * allocation quota in any dimensions. (books.borrow) + * + * @param string $name Required. The name of the book to borrow. + * @param array $optParams Optional parameters. + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book + */ + public function borrow($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('borrow', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book"); + } + /** + * Gets a book. Returns NOT_FOUND if the book does not exist. (books.get) + * + * @param string $name Required. The name of the book to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book"); + } + /** + * Lists books in a shelf. The order is unspecified but deterministic. Newly + * created books will not necessarily be added to the end of this list. Returns + * NOT_FOUND if the shelf does not exist. (books.listShelvesBooks) + * + * @param string $parent Required. The name of the shelf whose books we'd like + * to list. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListBooksResponse.next_page_token. returned from the previous call to + * `ListBooks` method. + * @opt_param int pageSize Requested page size. Server may return fewer books + * than requested. If unspecified, server will pick an appropriate default. + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListBooksResponse + */ + public function listShelvesBooks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListBooksResponse"); + } + /** + * Return a book to the library. Returns the book if it is returned to the + * library successfully. Returns error if the book does not belong to the + * library or the users didn't borrow before. (books.returnShelvesBooks) + * + * @param string $name Required. The name of the book to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book + */ + public function returnShelvesBooks($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('return', array($params), "Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Licensing.php b/vendor/google/apiclient-services/src/Google/Service/Licensing.php new file mode 100644 index 000000000..2713049d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Licensing.php @@ -0,0 +1,211 @@ + + * Views and manages licenses for your domain. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Licensing extends Google_Service +{ + /** View and manage G Suite licenses for your domain. */ + const APPS_LICENSING = + "https://www.googleapis.com/auth/apps.licensing"; + + public $licenseAssignments; + + /** + * Constructs the internal representation of the Licensing 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 = 'apps/licensing/v1/product/'; + $this->batchPath = 'batch/licensing/v1'; + $this->version = 'v1'; + $this->serviceName = 'licensing'; + + $this->licenseAssignments = new Google_Service_Licensing_Resource_LicenseAssignments( + $this, + $this->serviceName, + 'licenseAssignments', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{productId}/sku/{skuId}/user/{userId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'skuId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{productId}/sku/{skuId}/user/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'skuId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{productId}/sku/{skuId}/user', + 'httpMethod' => 'POST', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'skuId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'listForProduct' => array( + 'path' => '{productId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listForProductAndSku' => array( + 'path' => '{productId}/sku/{skuId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'skuId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{productId}/sku/{skuId}/user/{userId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'skuId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{productId}/sku/{skuId}/user/{userId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'skuId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignment.php new file mode 100644 index 000000000..5e1b3d956 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignment.php @@ -0,0 +1,93 @@ +etags = $etags; + } + public function getEtags() + { + return $this->etags; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setProductName($productName) + { + $this->productName = $productName; + } + public function getProductName() + { + return $this->productName; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSkuId($skuId) + { + $this->skuId = $skuId; + } + public function getSkuId() + { + return $this->skuId; + } + public function setSkuName($skuName) + { + $this->skuName = $skuName; + } + public function getSkuName() + { + return $this->skuName; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentInsert.php b/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentInsert.php new file mode 100644 index 000000000..7d7d5c529 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentInsert.php @@ -0,0 +1,30 @@ +userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentList.php b/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentList.php new file mode 100644 index 000000000..833971f69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Licensing/LicenseAssignmentList.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Licensing_LicenseAssignment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Licensing_LicenseAssignment + */ + 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/vendor/google/apiclient-services/src/Google/Service/Licensing/Resource/LicenseAssignments.php b/vendor/google/apiclient-services/src/Google/Service/Licensing/Resource/LicenseAssignments.php new file mode 100644 index 000000000..886238dee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Licensing/Resource/LicenseAssignments.php @@ -0,0 +1,149 @@ + + * $licensingService = new Google_Service_Licensing(...); + * $licenseAssignments = $licensingService->licenseAssignments; + * + */ +class Google_Service_Licensing_Resource_LicenseAssignments extends Google_Service_Resource +{ + /** + * Revoke License. (licenseAssignments.delete) + * + * @param string $productId Name for product + * @param string $skuId Name for sku + * @param string $userId email id or unique Id of the user + * @param array $optParams Optional parameters. + */ + public function delete($productId, $skuId, $userId, $optParams = array()) + { + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get license assignment of a particular product and sku for a user + * (licenseAssignments.get) + * + * @param string $productId Name for product + * @param string $skuId Name for sku + * @param string $userId email id or unique Id of the user + * @param array $optParams Optional parameters. + * @return Google_Service_Licensing_LicenseAssignment + */ + public function get($productId, $skuId, $userId, $optParams = array()) + { + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment"); + } + /** + * Assign License. (licenseAssignments.insert) + * + * @param string $productId Name for product + * @param string $skuId Name for sku + * @param Google_Service_Licensing_LicenseAssignmentInsert $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Licensing_LicenseAssignment + */ + public function insert($productId, $skuId, Google_Service_Licensing_LicenseAssignmentInsert $postBody, $optParams = array()) + { + $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment"); + } + /** + * List license assignments for given product of the customer. + * (licenseAssignments.listForProduct) + * + * @param string $productId Name for product + * @param string $customerId CustomerId represents the customer for whom + * licenseassignments are queried + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of campaigns to return at one + * time. Must be positive. Optional. Default value is 100. + * @opt_param string pageToken Token to fetch the next page.Optional. By default + * server will return first page + * @return Google_Service_Licensing_LicenseAssignmentList + */ + public function listForProduct($productId, $customerId, $optParams = array()) + { + $params = array('productId' => $productId, 'customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList"); + } + /** + * List license assignments for given product and sku of the customer. + * (licenseAssignments.listForProductAndSku) + * + * @param string $productId Name for product + * @param string $skuId Name for sku + * @param string $customerId CustomerId represents the customer for whom + * licenseassignments are queried + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of campaigns to return at one + * time. Must be positive. Optional. Default value is 100. + * @opt_param string pageToken Token to fetch the next page.Optional. By default + * server will return first page + * @return Google_Service_Licensing_LicenseAssignmentList + */ + public function listForProductAndSku($productId, $skuId, $customerId, $optParams = array()) + { + $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList"); + } + /** + * Assign License. This method supports patch semantics. + * (licenseAssignments.patch) + * + * @param string $productId Name for product + * @param string $skuId Name for sku for which license would be revoked + * @param string $userId email id or unique Id of the user + * @param Google_Service_Licensing_LicenseAssignment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Licensing_LicenseAssignment + */ + public function patch($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) + { + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment"); + } + /** + * Assign License. (licenseAssignments.update) + * + * @param string $productId Name for product + * @param string $skuId Name for sku for which license would be revoked + * @param string $userId email id or unique Id of the user + * @param Google_Service_Licensing_LicenseAssignment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Licensing_LicenseAssignment + */ + public function update($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) + { + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Licensing_LicenseAssignment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging.php b/vendor/google/apiclient-services/src/Google/Service/Logging.php new file mode 100644 index 000000000..e64899553 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging.php @@ -0,0 +1,1218 @@ + + * Writes log entries and manages your Stackdriver Logging configuration. The + * table entries below are presented in alphabetical order, not in order of + * common use. For explanations of the concepts found in the table entries, read + * the Stackdriver Logging documentation. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Logging extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Administrate log data for your projects. */ + const LOGGING_ADMIN = + "https://www.googleapis.com/auth/logging.admin"; + /** View log data for your projects. */ + const LOGGING_READ = + "https://www.googleapis.com/auth/logging.read"; + /** Submit log data for your projects. */ + const LOGGING_WRITE = + "https://www.googleapis.com/auth/logging.write"; + + public $billingAccounts_exclusions; + public $billingAccounts_logs; + public $billingAccounts_sinks; + public $entries; + public $exclusions; + public $folders_exclusions; + public $folders_logs; + public $folders_sinks; + public $logs; + public $monitoredResourceDescriptors; + public $organizations_exclusions; + public $organizations_logs; + public $organizations_sinks; + public $projects_exclusions; + public $projects_logs; + public $projects_metrics; + public $projects_sinks; + public $sinks; + + /** + * Constructs the internal representation of the Logging 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://logging.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'logging'; + + $this->billingAccounts_exclusions = new Google_Service_Logging_Resource_BillingAccountsExclusions( + $this, + $this->serviceName, + 'exclusions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->billingAccounts_logs = new Google_Service_Logging_Resource_BillingAccountsLogs( + $this, + $this->serviceName, + 'logs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/{+logName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'logName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/logs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->billingAccounts_sinks = new Google_Service_Logging_Resource_BillingAccountsSinks( + $this, + $this->serviceName, + 'sinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->entries = new Google_Service_Logging_Resource_Entries( + $this, + $this->serviceName, + 'entries', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/entries:list', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'write' => array( + 'path' => 'v2/entries:write', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->exclusions = new Google_Service_Logging_Resource_Exclusions( + $this, + $this->serviceName, + 'exclusions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->folders_exclusions = new Google_Service_Logging_Resource_FoldersExclusions( + $this, + $this->serviceName, + 'exclusions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->folders_logs = new Google_Service_Logging_Resource_FoldersLogs( + $this, + $this->serviceName, + 'logs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/{+logName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'logName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/logs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->folders_sinks = new Google_Service_Logging_Resource_FoldersSinks( + $this, + $this->serviceName, + 'sinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->logs = new Google_Service_Logging_Resource_Logs( + $this, + $this->serviceName, + 'logs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/{+logName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'logName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/logs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->monitoredResourceDescriptors = new Google_Service_Logging_Resource_MonitoredResourceDescriptors( + $this, + $this->serviceName, + 'monitoredResourceDescriptors', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/monitoredResourceDescriptors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->organizations_exclusions = new Google_Service_Logging_Resource_OrganizationsExclusions( + $this, + $this->serviceName, + 'exclusions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_logs = new Google_Service_Logging_Resource_OrganizationsLogs( + $this, + $this->serviceName, + 'logs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/{+logName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'logName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/logs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->organizations_sinks = new Google_Service_Logging_Resource_OrganizationsSinks( + $this, + $this->serviceName, + 'sinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_exclusions = new Google_Service_Logging_Resource_ProjectsExclusions( + $this, + $this->serviceName, + 'exclusions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/exclusions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_logs = new Google_Service_Logging_Resource_ProjectsLogs( + $this, + $this->serviceName, + 'logs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/{+logName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'logName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/logs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_metrics = new Google_Service_Logging_Resource_ProjectsMetrics( + $this, + $this->serviceName, + 'metrics', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/metrics', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v2/{+metricName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'metricName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+metricName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'metricName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/metrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v2/{+metricName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'metricName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_sinks = new Google_Service_Logging_Resource_ProjectsSinks( + $this, + $this->serviceName, + 'sinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sinks = new Google_Service_Logging_Resource_Sinks( + $this, + $this->serviceName, + 'sinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/sinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v2/{+sinkName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'sinkName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'uniqueWriterIdentity' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.php new file mode 100644 index 000000000..d8fd963bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.php @@ -0,0 +1,30 @@ +usePartitionedTables = $usePartitionedTables; + } + public function getUsePartitionedTables() + { + return $this->usePartitionedTables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/BucketOptions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/BucketOptions.php new file mode 100644 index 000000000..534a70d97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/BucketOptions.php @@ -0,0 +1,69 @@ +explicitBuckets = $explicitBuckets; + } + /** + * @return Google_Service_Logging_Explicit + */ + public function getExplicitBuckets() + { + return $this->explicitBuckets; + } + /** + * @param Google_Service_Logging_Exponential + */ + public function setExponentialBuckets(Google_Service_Logging_Exponential $exponentialBuckets) + { + $this->exponentialBuckets = $exponentialBuckets; + } + /** + * @return Google_Service_Logging_Exponential + */ + public function getExponentialBuckets() + { + return $this->exponentialBuckets; + } + /** + * @param Google_Service_Logging_Linear + */ + public function setLinearBuckets(Google_Service_Logging_Linear $linearBuckets) + { + $this->linearBuckets = $linearBuckets; + } + /** + * @return Google_Service_Logging_Linear + */ + public function getLinearBuckets() + { + return $this->linearBuckets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Explicit.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Explicit.php new file mode 100644 index 000000000..d8d728abf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Explicit.php @@ -0,0 +1,31 @@ +bounds = $bounds; + } + public function getBounds() + { + return $this->bounds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Exponential.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Exponential.php new file mode 100644 index 000000000..b86612e08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Exponential.php @@ -0,0 +1,48 @@ +growthFactor = $growthFactor; + } + public function getGrowthFactor() + { + return $this->growthFactor; + } + public function setNumFiniteBuckets($numFiniteBuckets) + { + $this->numFiniteBuckets = $numFiniteBuckets; + } + public function getNumFiniteBuckets() + { + return $this->numFiniteBuckets; + } + public function setScale($scale) + { + $this->scale = $scale; + } + public function getScale() + { + return $this->scale; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.php b/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.php new file mode 100644 index 000000000..ab5695847 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.php @@ -0,0 +1,156 @@ +cacheFillBytes = $cacheFillBytes; + } + public function getCacheFillBytes() + { + return $this->cacheFillBytes; + } + public function setCacheHit($cacheHit) + { + $this->cacheHit = $cacheHit; + } + public function getCacheHit() + { + return $this->cacheHit; + } + public function setCacheLookup($cacheLookup) + { + $this->cacheLookup = $cacheLookup; + } + public function getCacheLookup() + { + return $this->cacheLookup; + } + public function setCacheValidatedWithOriginServer($cacheValidatedWithOriginServer) + { + $this->cacheValidatedWithOriginServer = $cacheValidatedWithOriginServer; + } + public function getCacheValidatedWithOriginServer() + { + return $this->cacheValidatedWithOriginServer; + } + public function setLatency($latency) + { + $this->latency = $latency; + } + public function getLatency() + { + return $this->latency; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setReferer($referer) + { + $this->referer = $referer; + } + public function getReferer() + { + return $this->referer; + } + public function setRemoteIp($remoteIp) + { + $this->remoteIp = $remoteIp; + } + public function getRemoteIp() + { + return $this->remoteIp; + } + public function setRequestMethod($requestMethod) + { + $this->requestMethod = $requestMethod; + } + public function getRequestMethod() + { + return $this->requestMethod; + } + public function setRequestSize($requestSize) + { + $this->requestSize = $requestSize; + } + public function getRequestSize() + { + return $this->requestSize; + } + public function setRequestUrl($requestUrl) + { + $this->requestUrl = $requestUrl; + } + public function getRequestUrl() + { + return $this->requestUrl; + } + public function setResponseSize($responseSize) + { + $this->responseSize = $responseSize; + } + public function getResponseSize() + { + return $this->responseSize; + } + public function setServerIp($serverIp) + { + $this->serverIp = $serverIp; + } + public function getServerIp() + { + return $this->serverIp; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php new file mode 100644 index 000000000..6ddece741 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Linear.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Linear.php new file mode 100644 index 000000000..6770d3715 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Linear.php @@ -0,0 +1,48 @@ +numFiniteBuckets = $numFiniteBuckets; + } + public function getNumFiniteBuckets() + { + return $this->numFiniteBuckets; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListExclusionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListExclusionsResponse.php new file mode 100644 index 000000000..ce28ac7bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListExclusionsResponse.php @@ -0,0 +1,47 @@ +exclusions = $exclusions; + } + /** + * @return Google_Service_Logging_LogExclusion + */ + public function getExclusions() + { + return $this->exclusions; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesRequest.php new file mode 100644 index 000000000..9c8957df0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesRequest.php @@ -0,0 +1,76 @@ +filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setOrderBy($orderBy) + { + $this->orderBy = $orderBy; + } + public function getOrderBy() + { + return $this->orderBy; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setProjectIds($projectIds) + { + $this->projectIds = $projectIds; + } + public function getProjectIds() + { + return $this->projectIds; + } + public function setResourceNames($resourceNames) + { + $this->resourceNames = $resourceNames; + } + public function getResourceNames() + { + return $this->resourceNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesResponse.php new file mode 100644 index 000000000..f6e832b35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogEntriesResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_Logging_LogEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php new file mode 100644 index 000000000..a52b4dafc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php @@ -0,0 +1,47 @@ +metrics = $metrics; + } + /** + * @return Google_Service_Logging_LogMetric + */ + public function getMetrics() + { + return $this->metrics; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php new file mode 100644 index 000000000..581ec26bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php @@ -0,0 +1,40 @@ +logNames = $logNames; + } + public function getLogNames() + { + return $this->logNames; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListMonitoredResourceDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListMonitoredResourceDescriptorsResponse.php new file mode 100644 index 000000000..50e58e920 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListMonitoredResourceDescriptorsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Logging_MonitoredResourceDescriptor + */ + public function setResourceDescriptors($resourceDescriptors) + { + $this->resourceDescriptors = $resourceDescriptors; + } + /** + * @return Google_Service_Logging_MonitoredResourceDescriptor + */ + public function getResourceDescriptors() + { + return $this->resourceDescriptors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListSinksResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListSinksResponse.php new file mode 100644 index 000000000..a71c012c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListSinksResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Logging_LogSink + */ + public function setSinks($sinks) + { + $this->sinks = $sinks; + } + /** + * @return Google_Service_Logging_LogSink + */ + public function getSinks() + { + return $this->sinks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.php new file mode 100644 index 000000000..b42dacc9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.php @@ -0,0 +1,209 @@ +httpRequest = $httpRequest; + } + /** + * @return Google_Service_Logging_HttpRequest + */ + public function getHttpRequest() + { + return $this->httpRequest; + } + public function setInsertId($insertId) + { + $this->insertId = $insertId; + } + public function getInsertId() + { + return $this->insertId; + } + public function setJsonPayload($jsonPayload) + { + $this->jsonPayload = $jsonPayload; + } + public function getJsonPayload() + { + return $this->jsonPayload; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLogName($logName) + { + $this->logName = $logName; + } + public function getLogName() + { + return $this->logName; + } + /** + * @param Google_Service_Logging_MonitoredResourceMetadata + */ + public function setMetadata(Google_Service_Logging_MonitoredResourceMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Logging_MonitoredResourceMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_Logging_LogEntryOperation + */ + public function setOperation(Google_Service_Logging_LogEntryOperation $operation) + { + $this->operation = $operation; + } + /** + * @return Google_Service_Logging_LogEntryOperation + */ + public function getOperation() + { + return $this->operation; + } + public function setProtoPayload($protoPayload) + { + $this->protoPayload = $protoPayload; + } + public function getProtoPayload() + { + return $this->protoPayload; + } + public function setReceiveTimestamp($receiveTimestamp) + { + $this->receiveTimestamp = $receiveTimestamp; + } + public function getReceiveTimestamp() + { + return $this->receiveTimestamp; + } + /** + * @param Google_Service_Logging_MonitoredResource + */ + public function setResource(Google_Service_Logging_MonitoredResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_Logging_MonitoredResource + */ + public function getResource() + { + return $this->resource; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + /** + * @param Google_Service_Logging_LogEntrySourceLocation + */ + public function setSourceLocation(Google_Service_Logging_LogEntrySourceLocation $sourceLocation) + { + $this->sourceLocation = $sourceLocation; + } + /** + * @return Google_Service_Logging_LogEntrySourceLocation + */ + public function getSourceLocation() + { + return $this->sourceLocation; + } + public function setSpanId($spanId) + { + $this->spanId = $spanId; + } + public function getSpanId() + { + return $this->spanId; + } + public function setTextPayload($textPayload) + { + $this->textPayload = $textPayload; + } + public function getTextPayload() + { + return $this->textPayload; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setTrace($trace) + { + $this->trace = $trace; + } + public function getTrace() + { + return $this->trace; + } + public function setTraceSampled($traceSampled) + { + $this->traceSampled = $traceSampled; + } + public function getTraceSampled() + { + return $this->traceSampled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php new file mode 100644 index 000000000..15d7f6ea5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php @@ -0,0 +1,57 @@ +first = $first; + } + public function getFirst() + { + return $this->first; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLast($last) + { + $this->last = $last; + } + public function getLast() + { + return $this->last; + } + public function setProducer($producer) + { + $this->producer = $producer; + } + public function getProducer() + { + return $this->producer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntrySourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntrySourceLocation.php new file mode 100644 index 000000000..91c281073 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntrySourceLocation.php @@ -0,0 +1,48 @@ +file = $file; + } + public function getFile() + { + return $this->file; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogExclusion.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogExclusion.php new file mode 100644 index 000000000..83de31b82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogExclusion.php @@ -0,0 +1,75 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogLine.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogLine.php new file mode 100644 index 000000000..1021f1e6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogLine.php @@ -0,0 +1,64 @@ +logMessage = $logMessage; + } + public function getLogMessage() + { + return $this->logMessage; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + /** + * @param Google_Service_Logging_SourceLocation + */ + public function setSourceLocation(Google_Service_Logging_SourceLocation $sourceLocation) + { + $this->sourceLocation = $sourceLocation; + } + /** + * @return Google_Service_Logging_SourceLocation + */ + public function getSourceLocation() + { + return $this->sourceLocation; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php new file mode 100644 index 000000000..988d1761e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php @@ -0,0 +1,125 @@ +bucketOptions = $bucketOptions; + } + /** + * @return Google_Service_Logging_BucketOptions + */ + public function getBucketOptions() + { + return $this->bucketOptions; + } + 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 setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setLabelExtractors($labelExtractors) + { + $this->labelExtractors = $labelExtractors; + } + public function getLabelExtractors() + { + return $this->labelExtractors; + } + /** + * @param Google_Service_Logging_MetricDescriptor + */ + public function setMetricDescriptor(Google_Service_Logging_MetricDescriptor $metricDescriptor) + { + $this->metricDescriptor = $metricDescriptor; + } + /** + * @return Google_Service_Logging_MetricDescriptor + */ + public function getMetricDescriptor() + { + return $this->metricDescriptor; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setValueExtractor($valueExtractor) + { + $this->valueExtractor = $valueExtractor; + } + public function getValueExtractor() + { + return $this->valueExtractor; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php new file mode 100644 index 000000000..a16ffc715 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php @@ -0,0 +1,127 @@ +bigqueryOptions = $bigqueryOptions; + } + /** + * @return Google_Service_Logging_BigQueryOptions + */ + public function getBigqueryOptions() + { + return $this->bigqueryOptions; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setIncludeChildren($includeChildren) + { + $this->includeChildren = $includeChildren; + } + public function getIncludeChildren() + { + return $this->includeChildren; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOutputVersionFormat($outputVersionFormat) + { + $this->outputVersionFormat = $outputVersionFormat; + } + public function getOutputVersionFormat() + { + return $this->outputVersionFormat; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setWriterIdentity($writerIdentity) + { + $this->writerIdentity = $writerIdentity; + } + public function getWriterIdentity() + { + return $this->writerIdentity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php new file mode 100644 index 000000000..a9292f20f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php @@ -0,0 +1,20 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Logging_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Logging_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + /** + * @param Google_Service_Logging_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_Logging_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Logging_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptorMetadata.php new file mode 100644 index 000000000..cd43261be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResource.php b/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResource.php new file mode 100644 index 000000000..bef8a6d50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResource.php @@ -0,0 +1,39 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..2b5285c69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Logging_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Logging_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceMetadata.php new file mode 100644 index 000000000..3517293cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/MonitoredResourceMetadata.php @@ -0,0 +1,39 @@ +systemLabels = $systemLabels; + } + public function getSystemLabels() + { + return $this->systemLabels; + } + public function setUserLabels($userLabels) + { + $this->userLabels = $userLabels; + } + public function getUserLabels() + { + return $this->userLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php b/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php new file mode 100644 index 000000000..48fd6fec0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php @@ -0,0 +1,333 @@ +appEngineRelease = $appEngineRelease; + } + public function getAppEngineRelease() + { + return $this->appEngineRelease; + } + public function setAppId($appId) + { + $this->appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setCost($cost) + { + $this->cost = $cost; + } + public function getCost() + { + return $this->cost; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setFinished($finished) + { + $this->finished = $finished; + } + public function getFinished() + { + return $this->finished; + } + public function setFirst($first) + { + $this->first = $first; + } + public function getFirst() + { + return $this->first; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setHttpVersion($httpVersion) + { + $this->httpVersion = $httpVersion; + } + public function getHttpVersion() + { + return $this->httpVersion; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setInstanceIndex($instanceIndex) + { + $this->instanceIndex = $instanceIndex; + } + public function getInstanceIndex() + { + return $this->instanceIndex; + } + public function setIp($ip) + { + $this->ip = $ip; + } + public function getIp() + { + return $this->ip; + } + public function setLatency($latency) + { + $this->latency = $latency; + } + public function getLatency() + { + return $this->latency; + } + /** + * @param Google_Service_Logging_LogLine + */ + public function setLine($line) + { + $this->line = $line; + } + /** + * @return Google_Service_Logging_LogLine + */ + public function getLine() + { + return $this->line; + } + public function setMegaCycles($megaCycles) + { + $this->megaCycles = $megaCycles; + } + public function getMegaCycles() + { + return $this->megaCycles; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setModuleId($moduleId) + { + $this->moduleId = $moduleId; + } + public function getModuleId() + { + return $this->moduleId; + } + public function setNickname($nickname) + { + $this->nickname = $nickname; + } + public function getNickname() + { + return $this->nickname; + } + public function setPendingTime($pendingTime) + { + $this->pendingTime = $pendingTime; + } + public function getPendingTime() + { + return $this->pendingTime; + } + public function setReferrer($referrer) + { + $this->referrer = $referrer; + } + public function getReferrer() + { + return $this->referrer; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setResponseSize($responseSize) + { + $this->responseSize = $responseSize; + } + public function getResponseSize() + { + return $this->responseSize; + } + /** + * @param Google_Service_Logging_SourceReference + */ + public function setSourceReference($sourceReference) + { + $this->sourceReference = $sourceReference; + } + /** + * @return Google_Service_Logging_SourceReference + */ + public function getSourceReference() + { + return $this->sourceReference; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTaskName($taskName) + { + $this->taskName = $taskName; + } + public function getTaskName() + { + return $this->taskName; + } + public function setTaskQueueName($taskQueueName) + { + $this->taskQueueName = $taskQueueName; + } + public function getTaskQueueName() + { + return $this->taskQueueName; + } + public function setTraceId($traceId) + { + $this->traceId = $traceId; + } + public function getTraceId() + { + return $this->traceId; + } + public function setTraceSampled($traceSampled) + { + $this->traceSampled = $traceSampled; + } + public function getTraceSampled() + { + return $this->traceSampled; + } + public function setUrlMapEntry($urlMapEntry) + { + $this->urlMapEntry = $urlMapEntry; + } + public function getUrlMapEntry() + { + return $this->urlMapEntry; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } + public function setVersionId($versionId) + { + $this->versionId = $versionId; + } + public function getVersionId() + { + return $this->versionId; + } + public function setWasLoadingRequest($wasLoadingRequest) + { + $this->wasLoadingRequest = $wasLoadingRequest; + } + public function getWasLoadingRequest() + { + return $this->wasLoadingRequest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.php new file mode 100644 index 000000000..41d9fe274 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.php @@ -0,0 +1,28 @@ + + * $loggingService = new Google_Service_Logging(...); + * $billingAccounts = $loggingService->billingAccounts; + * + */ +class Google_Service_Logging_Resource_BillingAccounts extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php new file mode 100644 index 000000000..aeccb01d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php @@ -0,0 +1,133 @@ + + * $loggingService = new Google_Service_Logging(...); + * $exclusions = $loggingService->exclusions; + * + */ +class Google_Service_Logging_Resource_BillingAccountsExclusions extends Google_Service_Resource +{ + /** + * Creates a new exclusion in a specified parent resource. Only log entries + * belonging to that resource can be excluded. You can have up to 10 exclusions + * in a resource. (exclusions.create) + * + * @param string $parent Required. The parent resource in which to create the + * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Deletes an exclusion. (exclusions.delete) + * + * @param string $name Required. The resource name of an existing exclusion to + * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets the description of an exclusion. (exclusions.get) + * + * @param string $name Required. The resource name of an existing exclusion: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Lists all the exclusions in a parent resource. + * (exclusions.listBillingAccountsExclusions) + * + * @param string $parent Required. The parent resource whose exclusions are to + * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListExclusionsResponse + */ + public function listBillingAccountsExclusions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); + } + /** + * Changes one or more properties of an existing exclusion. (exclusions.patch) + * + * @param string $name Required. The resource name of the exclusion to update: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the + * corresponding fields in the LogExclusion included in this request. Fields not + * mentioned in update_mask are not changed and are ignored in the request.For + * example, to change the filter and description of an exclusion, specify an + * update_mask of "filter,description". + * @return Google_Service_Logging_LogExclusion + */ + public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php new file mode 100644 index 000000000..3d6592b5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php @@ -0,0 +1,75 @@ + + * $loggingService = new Google_Service_Logging(...); + * $logs = $loggingService->logs; + * + */ +class Google_Service_Logging_Resource_BillingAccountsLogs extends Google_Service_Resource +{ + /** + * Deletes all the log entries in a log. The log reappears if it receives new + * entries. Log entries written shortly before the delete operation might not be + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (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. + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($logName, $optParams = array()) + { + $params = array('logName' => $logName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Lists the logs in projects, organizations, folders, or billing accounts. Only + * 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]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListLogsResponse + */ + public function listBillingAccountsLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsSinks.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsSinks.php new file mode 100644 index 000000000..78c22714a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsSinks.php @@ -0,0 +1,204 @@ + + * $loggingService = new Google_Service_Logging(...); + * $sinks = $loggingService->sinks; + * + */ +class Google_Service_Logging_Resource_BillingAccountsSinks extends Google_Service_Resource +{ + /** + * Creates a sink that exports specified log entries to a destination. The + * export of newly-ingested log entries begins immediately, unless the sink's + * writer_identity is not permitted to write to the destination. A sink can + * export log entries only from the resource owning the sink. (sinks.create) + * + * @param string $parent Required. The resource in which to create the sink: + * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM + * identity returned as writer_identity in the new sink. If this value is + * omitted or set to false, and if the sink's parent is a project, then the + * value returned as writer_identity is the same group or service account used + * by Logging before the addition of writer identities to this API. The sink's + * destination must be in the same project as the sink itself.If this field is + * set to true, or if the sink is owned by a non-project resource such as an + * organization, then the value of writer_identity will be a unique service + * account used only for exports from the new sink. For more information, see + * writer_identity in LogSink. + * @return Google_Service_Logging_LogSink + */ + public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Deletes a sink. If the sink has a unique writer_identity, then that service + * account is also deleted. (sinks.delete) + * + * @param string $sinkName Required. The full resource name of the sink to + * delete, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets a sink. (sinks.get) + * + * @param string $sinkName Required. The resource name of the sink: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogSink + */ + public function get($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Lists sinks. (sinks.listBillingAccountsSinks) + * + * @param string $parent Required. The parent resource whose sinks are to be + * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListSinksResponse + */ + public function listBillingAccountsSinks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.patch) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.update) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Logging_LogSink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.php new file mode 100644 index 000000000..c9a8209bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.php @@ -0,0 +1,61 @@ + + * $loggingService = new Google_Service_Logging(...); + * $entries = $loggingService->entries; + * + */ +class Google_Service_Logging_Resource_Entries extends Google_Service_Resource +{ + /** + * Lists log entries. Use this method to retrieve log entries that originated + * from a project/folder/organization/billing account. For ways to export log + * entries, see Exporting Logs. (entries.listEntries) + * + * @param Google_Service_Logging_ListLogEntriesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_ListLogEntriesResponse + */ + public function listEntries(Google_Service_Logging_ListLogEntriesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogEntriesResponse"); + } + /** + * Writes log entries to Logging. This API method is the only way to send log + * entries to Logging. This method is used, directly or indirectly, by the + * Logging agent (fluentd) and all logging libraries configured to use Logging. + * A single request may contain log entries for a maximum of 1000 different + * resources (projects, organizations, billing accounts or folders) + * (entries.write) + * + * @param Google_Service_Logging_WriteLogEntriesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_WriteLogEntriesResponse + */ + public function write(Google_Service_Logging_WriteLogEntriesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('write', array($params), "Google_Service_Logging_WriteLogEntriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php new file mode 100644 index 000000000..ee572738a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php @@ -0,0 +1,132 @@ + + * $loggingService = new Google_Service_Logging(...); + * $exclusions = $loggingService->exclusions; + * + */ +class Google_Service_Logging_Resource_Exclusions extends Google_Service_Resource +{ + /** + * Creates a new exclusion in a specified parent resource. Only log entries + * belonging to that resource can be excluded. You can have up to 10 exclusions + * in a resource. (exclusions.create) + * + * @param string $parent Required. The parent resource in which to create the + * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Deletes an exclusion. (exclusions.delete) + * + * @param string $name Required. The resource name of an existing exclusion to + * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets the description of an exclusion. (exclusions.get) + * + * @param string $name Required. The resource name of an existing exclusion: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Lists all the exclusions in a parent resource. (exclusions.listExclusions) + * + * @param string $parent Required. The parent resource whose exclusions are to + * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListExclusionsResponse + */ + public function listExclusions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); + } + /** + * Changes one or more properties of an existing exclusion. (exclusions.patch) + * + * @param string $name Required. The resource name of the exclusion to update: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the + * corresponding fields in the LogExclusion included in this request. Fields not + * mentioned in update_mask are not changed and are ignored in the request.For + * example, to change the filter and description of an exclusion, specify an + * update_mask of "filter,description". + * @return Google_Service_Logging_LogExclusion + */ + public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.php new file mode 100644 index 000000000..c7f63c690 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.php @@ -0,0 +1,28 @@ + + * $loggingService = new Google_Service_Logging(...); + * $folders = $loggingService->folders; + * + */ +class Google_Service_Logging_Resource_Folders extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php new file mode 100644 index 000000000..98d38db56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php @@ -0,0 +1,133 @@ + + * $loggingService = new Google_Service_Logging(...); + * $exclusions = $loggingService->exclusions; + * + */ +class Google_Service_Logging_Resource_FoldersExclusions extends Google_Service_Resource +{ + /** + * Creates a new exclusion in a specified parent resource. Only log entries + * belonging to that resource can be excluded. You can have up to 10 exclusions + * in a resource. (exclusions.create) + * + * @param string $parent Required. The parent resource in which to create the + * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Deletes an exclusion. (exclusions.delete) + * + * @param string $name Required. The resource name of an existing exclusion to + * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets the description of an exclusion. (exclusions.get) + * + * @param string $name Required. The resource name of an existing exclusion: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Lists all the exclusions in a parent resource. + * (exclusions.listFoldersExclusions) + * + * @param string $parent Required. The parent resource whose exclusions are to + * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListExclusionsResponse + */ + public function listFoldersExclusions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); + } + /** + * Changes one or more properties of an existing exclusion. (exclusions.patch) + * + * @param string $name Required. The resource name of the exclusion to update: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the + * corresponding fields in the LogExclusion included in this request. Fields not + * mentioned in update_mask are not changed and are ignored in the request.For + * example, to change the filter and description of an exclusion, specify an + * update_mask of "filter,description". + * @return Google_Service_Logging_LogExclusion + */ + public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php new file mode 100644 index 000000000..17ed3279c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php @@ -0,0 +1,75 @@ + + * $loggingService = new Google_Service_Logging(...); + * $logs = $loggingService->logs; + * + */ +class Google_Service_Logging_Resource_FoldersLogs extends Google_Service_Resource +{ + /** + * Deletes all the log entries in a log. The log reappears if it receives new + * entries. Log entries written shortly before the delete operation might not be + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (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. + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($logName, $optParams = array()) + { + $params = array('logName' => $logName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Lists the logs in projects, organizations, folders, or billing accounts. Only + * 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]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListLogsResponse + */ + public function listFoldersLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersSinks.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersSinks.php new file mode 100644 index 000000000..13c7dc6f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersSinks.php @@ -0,0 +1,204 @@ + + * $loggingService = new Google_Service_Logging(...); + * $sinks = $loggingService->sinks; + * + */ +class Google_Service_Logging_Resource_FoldersSinks extends Google_Service_Resource +{ + /** + * Creates a sink that exports specified log entries to a destination. The + * export of newly-ingested log entries begins immediately, unless the sink's + * writer_identity is not permitted to write to the destination. A sink can + * export log entries only from the resource owning the sink. (sinks.create) + * + * @param string $parent Required. The resource in which to create the sink: + * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM + * identity returned as writer_identity in the new sink. If this value is + * omitted or set to false, and if the sink's parent is a project, then the + * value returned as writer_identity is the same group or service account used + * by Logging before the addition of writer identities to this API. The sink's + * destination must be in the same project as the sink itself.If this field is + * set to true, or if the sink is owned by a non-project resource such as an + * organization, then the value of writer_identity will be a unique service + * account used only for exports from the new sink. For more information, see + * writer_identity in LogSink. + * @return Google_Service_Logging_LogSink + */ + public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Deletes a sink. If the sink has a unique writer_identity, then that service + * account is also deleted. (sinks.delete) + * + * @param string $sinkName Required. The full resource name of the sink to + * delete, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets a sink. (sinks.get) + * + * @param string $sinkName Required. The resource name of the sink: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogSink + */ + public function get($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Lists sinks. (sinks.listFoldersSinks) + * + * @param string $parent Required. The parent resource whose sinks are to be + * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListSinksResponse + */ + public function listFoldersSinks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.patch) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.update) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Logging_LogSink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php new file mode 100644 index 000000000..78859827e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php @@ -0,0 +1,75 @@ + + * $loggingService = new Google_Service_Logging(...); + * $logs = $loggingService->logs; + * + */ +class Google_Service_Logging_Resource_Logs extends Google_Service_Resource +{ + /** + * Deletes all the log entries in a log. The log reappears if it receives new + * entries. Log entries written shortly before the delete operation might not be + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (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. + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($logName, $optParams = array()) + { + $params = array('logName' => $logName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Lists the logs in projects, organizations, folders, or billing accounts. Only + * 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]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListLogsResponse + */ + public function listLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.php new file mode 100644 index 000000000..38e0ce2b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.php @@ -0,0 +1,49 @@ + + * $loggingService = new Google_Service_Logging(...); + * $monitoredResourceDescriptors = $loggingService->monitoredResourceDescriptors; + * + */ +class Google_Service_Logging_Resource_MonitoredResourceDescriptors extends Google_Service_Resource +{ + /** + * Lists the descriptors for monitored resource types used by Logging. + * (monitoredResourceDescriptors.listMonitoredResourceDescriptors) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListMonitoredResourceDescriptorsResponse + */ + public function listMonitoredResourceDescriptors($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListMonitoredResourceDescriptorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Organizations.php new file mode 100644 index 000000000..151b761c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Organizations.php @@ -0,0 +1,28 @@ + + * $loggingService = new Google_Service_Logging(...); + * $organizations = $loggingService->organizations; + * + */ +class Google_Service_Logging_Resource_Organizations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php new file mode 100644 index 000000000..acbaba9f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php @@ -0,0 +1,133 @@ + + * $loggingService = new Google_Service_Logging(...); + * $exclusions = $loggingService->exclusions; + * + */ +class Google_Service_Logging_Resource_OrganizationsExclusions extends Google_Service_Resource +{ + /** + * Creates a new exclusion in a specified parent resource. Only log entries + * belonging to that resource can be excluded. You can have up to 10 exclusions + * in a resource. (exclusions.create) + * + * @param string $parent Required. The parent resource in which to create the + * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Deletes an exclusion. (exclusions.delete) + * + * @param string $name Required. The resource name of an existing exclusion to + * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets the description of an exclusion. (exclusions.get) + * + * @param string $name Required. The resource name of an existing exclusion: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Lists all the exclusions in a parent resource. + * (exclusions.listOrganizationsExclusions) + * + * @param string $parent Required. The parent resource whose exclusions are to + * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListExclusionsResponse + */ + public function listOrganizationsExclusions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); + } + /** + * Changes one or more properties of an existing exclusion. (exclusions.patch) + * + * @param string $name Required. The resource name of the exclusion to update: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the + * corresponding fields in the LogExclusion included in this request. Fields not + * mentioned in update_mask are not changed and are ignored in the request.For + * example, to change the filter and description of an exclusion, specify an + * update_mask of "filter,description". + * @return Google_Service_Logging_LogExclusion + */ + public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php new file mode 100644 index 000000000..2d3e75aac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php @@ -0,0 +1,75 @@ + + * $loggingService = new Google_Service_Logging(...); + * $logs = $loggingService->logs; + * + */ +class Google_Service_Logging_Resource_OrganizationsLogs extends Google_Service_Resource +{ + /** + * Deletes all the log entries in a log. The log reappears if it receives new + * entries. Log entries written shortly before the delete operation might not be + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (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. + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($logName, $optParams = array()) + { + $params = array('logName' => $logName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Lists the logs in projects, organizations, folders, or billing accounts. Only + * 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]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListLogsResponse + */ + public function listOrganizationsLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsSinks.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsSinks.php new file mode 100644 index 000000000..66d70c176 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsSinks.php @@ -0,0 +1,204 @@ + + * $loggingService = new Google_Service_Logging(...); + * $sinks = $loggingService->sinks; + * + */ +class Google_Service_Logging_Resource_OrganizationsSinks extends Google_Service_Resource +{ + /** + * Creates a sink that exports specified log entries to a destination. The + * export of newly-ingested log entries begins immediately, unless the sink's + * writer_identity is not permitted to write to the destination. A sink can + * export log entries only from the resource owning the sink. (sinks.create) + * + * @param string $parent Required. The resource in which to create the sink: + * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM + * identity returned as writer_identity in the new sink. If this value is + * omitted or set to false, and if the sink's parent is a project, then the + * value returned as writer_identity is the same group or service account used + * by Logging before the addition of writer identities to this API. The sink's + * destination must be in the same project as the sink itself.If this field is + * set to true, or if the sink is owned by a non-project resource such as an + * organization, then the value of writer_identity will be a unique service + * account used only for exports from the new sink. For more information, see + * writer_identity in LogSink. + * @return Google_Service_Logging_LogSink + */ + public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Deletes a sink. If the sink has a unique writer_identity, then that service + * account is also deleted. (sinks.delete) + * + * @param string $sinkName Required. The full resource name of the sink to + * delete, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets a sink. (sinks.get) + * + * @param string $sinkName Required. The resource name of the sink: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogSink + */ + public function get($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Lists sinks. (sinks.listOrganizationsSinks) + * + * @param string $parent Required. The parent resource whose sinks are to be + * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListSinksResponse + */ + public function listOrganizationsSinks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.patch) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.update) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Logging_LogSink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.php new file mode 100644 index 000000000..e2cffcbd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $loggingService = new Google_Service_Logging(...); + * $projects = $loggingService->projects; + * + */ +class Google_Service_Logging_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php new file mode 100644 index 000000000..a3e4e4eb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php @@ -0,0 +1,133 @@ + + * $loggingService = new Google_Service_Logging(...); + * $exclusions = $loggingService->exclusions; + * + */ +class Google_Service_Logging_Resource_ProjectsExclusions extends Google_Service_Resource +{ + /** + * Creates a new exclusion in a specified parent resource. Only log entries + * belonging to that resource can be excluded. You can have up to 10 exclusions + * in a resource. (exclusions.create) + * + * @param string $parent Required. The parent resource in which to create the + * exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function create($parent, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Deletes an exclusion. (exclusions.delete) + * + * @param string $name Required. The resource name of an existing exclusion to + * delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets the description of an exclusion. (exclusions.get) + * + * @param string $name Required. The resource name of an existing exclusion: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogExclusion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogExclusion"); + } + /** + * Lists all the exclusions in a parent resource. + * (exclusions.listProjectsExclusions) + * + * @param string $parent Required. The parent resource whose exclusions are to + * be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListExclusionsResponse + */ + public function listProjectsExclusions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListExclusionsResponse"); + } + /** + * Changes one or more properties of an existing exclusion. (exclusions.patch) + * + * @param string $name Required. The resource name of the exclusion to update: + * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" + * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" + * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my- + * project-id/exclusions/my-exclusion-id". + * @param Google_Service_Logging_LogExclusion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the + * corresponding fields in the LogExclusion included in this request. Fields not + * mentioned in update_mask are not changed and are ignored in the request.For + * example, to change the filter and description of an exclusion, specify an + * update_mask of "filter,description". + * @return Google_Service_Logging_LogExclusion + */ + public function patch($name, Google_Service_Logging_LogExclusion $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogExclusion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php new file mode 100644 index 000000000..baf52dd70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php @@ -0,0 +1,75 @@ + + * $loggingService = new Google_Service_Logging(...); + * $logs = $loggingService->logs; + * + */ +class Google_Service_Logging_Resource_ProjectsLogs extends Google_Service_Resource +{ + /** + * Deletes all the log entries in a log. The log reappears if it receives new + * entries. Log entries written shortly before the delete operation might not be + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (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. + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($logName, $optParams = array()) + { + $params = array('logName' => $logName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Lists the logs in projects, organizations, folders, or billing accounts. Only + * 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]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListLogsResponse + */ + public function listProjectsLogs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsMetrics.php new file mode 100644 index 000000000..792da6036 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsMetrics.php @@ -0,0 +1,111 @@ + + * $loggingService = new Google_Service_Logging(...); + * $metrics = $loggingService->metrics; + * + */ +class Google_Service_Logging_Resource_ProjectsMetrics extends Google_Service_Resource +{ + /** + * Creates a logs-based metric. (metrics.create) + * + * @param string $parent The resource name of the project in which to create the + * metric: "projects/[PROJECT_ID]" The new metric must be provided in the + * request. + * @param Google_Service_Logging_LogMetric $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogMetric + */ + public function create($parent, Google_Service_Logging_LogMetric $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogMetric"); + } + /** + * Deletes a logs-based metric. (metrics.delete) + * + * @param string $metricName The resource name of the metric to delete: + * "projects/[PROJECT_ID]/metrics/[METRIC_ID]" + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($metricName, $optParams = array()) + { + $params = array('metricName' => $metricName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets a logs-based metric. (metrics.get) + * + * @param string $metricName The resource name of the desired metric: + * "projects/[PROJECT_ID]/metrics/[METRIC_ID]" + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogMetric + */ + public function get($metricName, $optParams = array()) + { + $params = array('metricName' => $metricName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogMetric"); + } + /** + * Lists logs-based metrics. (metrics.listProjectsMetrics) + * + * @param string $parent Required. The name of the project containing the + * metrics: "projects/[PROJECT_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListLogMetricsResponse + */ + public function listProjectsMetrics($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListLogMetricsResponse"); + } + /** + * Creates or updates a logs-based metric. (metrics.update) + * + * @param string $metricName The resource name of the metric to update: + * "projects/[PROJECT_ID]/metrics/[METRIC_ID]" The updated metric must be + * provided in the request and it's name field must be the same as [METRIC_ID] + * If the metric does not exist in [PROJECT_ID], then a new metric is created. + * @param Google_Service_Logging_LogMetric $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogMetric + */ + public function update($metricName, Google_Service_Logging_LogMetric $postBody, $optParams = array()) + { + $params = array('metricName' => $metricName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Logging_LogMetric"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsSinks.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsSinks.php new file mode 100644 index 000000000..566d5821b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsSinks.php @@ -0,0 +1,204 @@ + + * $loggingService = new Google_Service_Logging(...); + * $sinks = $loggingService->sinks; + * + */ +class Google_Service_Logging_Resource_ProjectsSinks extends Google_Service_Resource +{ + /** + * Creates a sink that exports specified log entries to a destination. The + * export of newly-ingested log entries begins immediately, unless the sink's + * writer_identity is not permitted to write to the destination. A sink can + * export log entries only from the resource owning the sink. (sinks.create) + * + * @param string $parent Required. The resource in which to create the sink: + * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM + * identity returned as writer_identity in the new sink. If this value is + * omitted or set to false, and if the sink's parent is a project, then the + * value returned as writer_identity is the same group or service account used + * by Logging before the addition of writer identities to this API. The sink's + * destination must be in the same project as the sink itself.If this field is + * set to true, or if the sink is owned by a non-project resource such as an + * organization, then the value of writer_identity will be a unique service + * account used only for exports from the new sink. For more information, see + * writer_identity in LogSink. + * @return Google_Service_Logging_LogSink + */ + public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Deletes a sink. If the sink has a unique writer_identity, then that service + * account is also deleted. (sinks.delete) + * + * @param string $sinkName Required. The full resource name of the sink to + * delete, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets a sink. (sinks.get) + * + * @param string $sinkName Required. The resource name of the sink: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogSink + */ + public function get($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Lists sinks. (sinks.listProjectsSinks) + * + * @param string $parent Required. The parent resource whose sinks are to be + * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListSinksResponse + */ + public function listProjectsSinks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.patch) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function patch($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.update) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Logging_LogSink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Sinks.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Sinks.php new file mode 100644 index 000000000..e94f00621 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Sinks.php @@ -0,0 +1,162 @@ + + * $loggingService = new Google_Service_Logging(...); + * $sinks = $loggingService->sinks; + * + */ +class Google_Service_Logging_Resource_Sinks extends Google_Service_Resource +{ + /** + * Creates a sink that exports specified log entries to a destination. The + * export of newly-ingested log entries begins immediately, unless the sink's + * writer_identity is not permitted to write to the destination. A sink can + * export log entries only from the resource owning the sink. (sinks.create) + * + * @param string $parent Required. The resource in which to create the sink: + * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: + * "projects/my-logging-project", "organizations/123456789". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. Determines the kind of IAM + * identity returned as writer_identity in the new sink. If this value is + * omitted or set to false, and if the sink's parent is a project, then the + * value returned as writer_identity is the same group or service account used + * by Logging before the addition of writer identities to this API. The sink's + * destination must be in the same project as the sink itself.If this field is + * set to true, or if the sink is owned by a non-project resource such as an + * organization, then the value of writer_identity will be a unique service + * account used only for exports from the new sink. For more information, see + * writer_identity in LogSink. + * @return Google_Service_Logging_LogSink + */ + public function create($parent, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Deletes a sink. If the sink has a unique writer_identity, then that service + * account is also deleted. (sinks.delete) + * + * @param string $sinkName Required. The full resource name of the sink to + * delete, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LoggingEmpty + */ + public function delete($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Logging_LoggingEmpty"); + } + /** + * Gets a sink. (sinks.get) + * + * @param string $sinkName Required. The resource name of the sink: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param array $optParams Optional parameters. + * @return Google_Service_Logging_LogSink + */ + public function get($sinkName, $optParams = array()) + { + $params = array('sinkName' => $sinkName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Logging_LogSink"); + } + /** + * Lists sinks. (sinks.listSinks) + * + * @param string $parent Required. The parent resource whose sinks are to be + * listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, then retrieve the next + * batch of results from the preceding call to this method. pageToken must be + * 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 int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * nextPageToken in the response indicates that more results might be available. + * @return Google_Service_Logging_ListSinksResponse + */ + public function listSinks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Logging_ListSinksResponse"); + } + /** + * Updates a sink. This method replaces the following fields in the existing + * sink with values from the new sink: destination, and filter.The updated sink + * might also have a new writer_identity; see the unique_writer_identity field. + * (sinks.update) + * + * @param string $sinkName Required. The full resource name of the sink to + * update, including the parent resource and the sink identifier: + * "projects/[PROJECT_ID]/sinks/[SINK_ID]" + * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" + * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" + * "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks + * /my-sink-id". + * @param Google_Service_Logging_LogSink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool uniqueWriterIdentity Optional. See sinks.create for a + * description of this field. When updating a sink, the effect of this field on + * the value of writer_identity in the updated sink depends on both the old and + * new values of this field: If the old and new values of this field are both + * false or both true, then there is no change to the sink's writer_identity. If + * the old value is false and the new value is true, then writer_identity is + * changed to a unique service account. It is an error if the old value is true + * and the new value is set to false or defaulted to false. + * @opt_param string updateMask Optional. Field mask that specifies the fields + * in sink that need an update. A sink field will be overwritten if, and only + * if, it is in the update mask. name and output only fields cannot be + * updated.An empty updateMask is temporarily treated as using the following + * mask for backwards compatibility purposes: + * destination,filter,includeChildren At some point in the future, behavior will + * be removed and specifying an empty updateMask will be an error.For a detailed + * FieldMask definition, see https://developers.google.com/protocol- + * buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: + * updateMask=filter. + * @return Google_Service_Logging_LogSink + */ + public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) + { + $params = array('sinkName' => $sinkName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Logging_LogSink"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php new file mode 100644 index 000000000..212c4b23c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php @@ -0,0 +1,48 @@ +file = $file; + } + public function getFile() + { + return $this->file; + } + public function setFunctionName($functionName) + { + $this->functionName = $functionName; + } + public function getFunctionName() + { + return $this->functionName; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/SourceReference.php b/vendor/google/apiclient-services/src/Google/Service/Logging/SourceReference.php new file mode 100644 index 000000000..91c278cc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/SourceReference.php @@ -0,0 +1,39 @@ +repository = $repository; + } + public function getRepository() + { + return $this->repository; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.php new file mode 100644 index 000000000..132aef7c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.php @@ -0,0 +1,90 @@ +dryRun = $dryRun; + } + public function getDryRun() + { + return $this->dryRun; + } + /** + * @param Google_Service_Logging_LogEntry + */ + public function setEntries($entries) + { + $this->entries = $entries; + } + /** + * @return Google_Service_Logging_LogEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLogName($logName) + { + $this->logName = $logName; + } + public function getLogName() + { + return $this->logName; + } + public function setPartialSuccess($partialSuccess) + { + $this->partialSuccess = $partialSuccess; + } + public function getPartialSuccess() + { + return $this->partialSuccess; + } + /** + * @param Google_Service_Logging_MonitoredResource + */ + public function setResource(Google_Service_Logging_MonitoredResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_Logging_MonitoredResource + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.php new file mode 100644 index 000000000..3e1c34b60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.php @@ -0,0 +1,20 @@ + + * The Deployment Manager API allows users to declaratively configure, deploy + * and run complex solutions on the Google Cloud Platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Manager 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. */ + 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"; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + /** Manage your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_WRITE = + "https://www.googleapis.com/auth/devstorage.read_write"; + /** View and manage your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN = + "https://www.googleapis.com/auth/ndev.cloudman"; + /** View your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN_READONLY = + "https://www.googleapis.com/auth/ndev.cloudman.readonly"; + + public $deployments; + public $templates; + + /** + * Constructs the internal representation of the Manager service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'manager/v1beta2/projects/'; + $this->version = 'v1beta2'; + $this->serviceName = 'manager'; + + $this->deployments = new Google_Service_Manager_DeploymentsResource( + $this, + $this->serviceName, + 'deployments', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{projectId}/regions/{region}/deployments/{deploymentName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deploymentName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{projectId}/regions/{region}/deployments/{deploymentName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deploymentName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{projectId}/regions/{region}/deployments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/regions/{region}/deployments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->templates = new Google_Service_Manager_TemplatesResource( + $this, + $this->serviceName, + 'templates', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{projectId}/templates/{templateName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{projectId}/templates/{templateName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{projectId}/templates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/templates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/AccessConfig.php b/vendor/google/apiclient-services/src/Google/Service/Manager/AccessConfig.php new file mode 100644 index 000000000..957a09e9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/AccessConfig.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNatIp($natIp) + { + $this->natIp = $natIp; + } + public function getNatIp() + { + return $this->natIp; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/Action.php b/vendor/google/apiclient-services/src/Google/Service/Manager/Action.php new file mode 100644 index 000000000..386934067 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/Action.php @@ -0,0 +1,40 @@ +commands = $commands; + } + public function getCommands() + { + return $this->commands; + } + public function setTimeoutMs($timeoutMs) + { + $this->timeoutMs = $timeoutMs; + } + public function getTimeoutMs() + { + return $this->timeoutMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/AllowedRule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/AllowedRule.php new file mode 100644 index 000000000..929ea749b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/AllowedRule.php @@ -0,0 +1,43 @@ + "IPProtocol", + ); + public $iPProtocol; + public $ports; + + public function setIPProtocol($iPProtocol) + { + $this->iPProtocol = $iPProtocol; + } + public function getIPProtocol() + { + return $this->iPProtocol; + } + public function setPorts($ports) + { + $this->ports = $ports; + } + public function getPorts() + { + return $this->ports; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModule.php new file mode 100644 index 000000000..51563478a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModule.php @@ -0,0 +1,84 @@ +coolDownPeriodSec = $coolDownPeriodSec; + } + public function getCoolDownPeriodSec() + { + return $this->coolDownPeriodSec; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setMaxNumReplicas($maxNumReplicas) + { + $this->maxNumReplicas = $maxNumReplicas; + } + public function getMaxNumReplicas() + { + return $this->maxNumReplicas; + } + public function setMinNumReplicas($minNumReplicas) + { + $this->minNumReplicas = $minNumReplicas; + } + public function getMinNumReplicas() + { + return $this->minNumReplicas; + } + public function setSignalType($signalType) + { + $this->signalType = $signalType; + } + public function getSignalType() + { + return $this->signalType; + } + public function setTargetModule($targetModule) + { + $this->targetModule = $targetModule; + } + public function getTargetModule() + { + return $this->targetModule; + } + public function setTargetUtilization($targetUtilization) + { + $this->targetUtilization = $targetUtilization; + } + public function getTargetUtilization() + { + return $this->targetUtilization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModuleStatus.php new file mode 100644 index 000000000..7113e2892 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/AutoscalingModuleStatus.php @@ -0,0 +1,30 @@ +autoscalingConfigUrl = $autoscalingConfigUrl; + } + public function getAutoscalingConfigUrl() + { + return $this->autoscalingConfigUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/DeployState.php b/vendor/google/apiclient-services/src/Google/Service/Manager/DeployState.php new file mode 100644 index 000000000..f73d18e7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/DeployState.php @@ -0,0 +1,39 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/Deployment.php b/vendor/google/apiclient-services/src/Google/Service/Manager/Deployment.php new file mode 100644 index 000000000..32776f39e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/Deployment.php @@ -0,0 +1,88 @@ +creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setModules($modules) + { + $this->modules = $modules; + } + public function getModules() + { + return $this->modules; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOverrides($overrides) + { + $this->overrides = $overrides; + } + public function getOverrides() + { + return $this->overrides; + } + public function setState(Google_Service_Manager_DeployState $state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTemplateName($templateName) + { + $this->templateName = $templateName; + } + public function getTemplateName() + { + return $this->templateName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsListResponse.php new file mode 100644 index 000000000..8cf2bdf74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsListResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setResources($resources) + { + $this->resources = $resources; + } + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsResource.php b/vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsResource.php new file mode 100644 index 000000000..0a012f9c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/DeploymentsResource.php @@ -0,0 +1,92 @@ + + * $managerService = new Google_Service_Manager(...); + * $deployments = $managerService->deployments; + * + */ +class Google_Service_Manager_DeploymentsResource extends Google_Service_Resource +{ + /** + * (deployments.delete) + * + * @param string $projectId + * @param string $region + * @param string $deploymentName + * @param array $optParams Optional parameters. + */ + public function delete($projectId, $region, $deploymentName, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * (deployments.get) + * + * @param string $projectId + * @param string $region + * @param string $deploymentName + * @param array $optParams Optional parameters. + * @return Google_Service_Deployment + */ + public function get($projectId, $region, $deploymentName, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'deploymentName' => $deploymentName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Manager_Deployment"); + } + /** + * (deployments.insert) + * + * @param string $projectId + * @param string $region + * @param Google_Deployment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Deployment + */ + public function insert($projectId, $region, Google_Service_Manager_Deployment $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Manager_Deployment"); + } + /** + * (deployments.listDeployments) + * + * @param string $projectId + * @param string $region + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum count of results to be returned. Acceptable + * values are 0 to 100, inclusive. (Default: 50) + * @opt_param string pageToken Specifies a nextPageToken returned by a previous + * list request. This token can be used to request the next page of results from + * a previous list request. + * @return Google_Service_DeploymentsListResponse + */ + public function listDeployments($projectId, $region, $optParams = array()) + { + $params = array('projectId' => $projectId, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Manager_DeploymentsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/DiskAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Manager/DiskAttachment.php new file mode 100644 index 000000000..5ff4a0bde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/DiskAttachment.php @@ -0,0 +1,39 @@ +deviceName = $deviceName; + } + public function getDeviceName() + { + return $this->deviceName; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/EnvVariable.php b/vendor/google/apiclient-services/src/Google/Service/Manager/EnvVariable.php new file mode 100644 index 000000000..c820747e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/EnvVariable.php @@ -0,0 +1,39 @@ +hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ExistingDisk.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ExistingDisk.php new file mode 100644 index 000000000..34b84f1fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ExistingDisk.php @@ -0,0 +1,40 @@ +attachment = $attachment; + } + public function getAttachment() + { + return $this->attachment; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModule.php new file mode 100644 index 000000000..7e7ab114d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModule.php @@ -0,0 +1,77 @@ +allowed = $allowed; + } + public function getAllowed() + { + return $this->allowed; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setSourceRanges($sourceRanges) + { + $this->sourceRanges = $sourceRanges; + } + public function getSourceRanges() + { + return $this->sourceRanges; + } + public function setSourceTags($sourceTags) + { + $this->sourceTags = $sourceTags; + } + public function getSourceTags() + { + return $this->sourceTags; + } + public function setTargetTags($targetTags) + { + $this->targetTags = $targetTags; + } + public function getTargetTags() + { + return $this->targetTags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModuleStatus.php new file mode 100644 index 000000000..d6fb3f419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/FirewallModuleStatus.php @@ -0,0 +1,30 @@ +firewallUrl = $firewallUrl; + } + public function getFirewallUrl() + { + return $this->firewallUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModule.php new file mode 100644 index 000000000..647020978 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModule.php @@ -0,0 +1,93 @@ +checkIntervalSec = $checkIntervalSec; + } + public function getCheckIntervalSec() + { + return $this->checkIntervalSec; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHealthyThreshold($healthyThreshold) + { + $this->healthyThreshold = $healthyThreshold; + } + public function getHealthyThreshold() + { + return $this->healthyThreshold; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setTimeoutSec($timeoutSec) + { + $this->timeoutSec = $timeoutSec; + } + public function getTimeoutSec() + { + return $this->timeoutSec; + } + public function setUnhealthyThreshold($unhealthyThreshold) + { + $this->unhealthyThreshold = $unhealthyThreshold; + } + public function getUnhealthyThreshold() + { + return $this->unhealthyThreshold; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModuleStatus.php new file mode 100644 index 000000000..0ac2065a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/HealthCheckModuleStatus.php @@ -0,0 +1,30 @@ +healthCheckUrl = $healthCheckUrl; + } + public function getHealthCheckUrl() + { + return $this->healthCheckUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/LbModule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/LbModule.php new file mode 100644 index 000000000..6346bc18c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/LbModule.php @@ -0,0 +1,85 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHealthChecks($healthChecks) + { + $this->healthChecks = $healthChecks; + } + public function getHealthChecks() + { + return $this->healthChecks; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setIpProtocol($ipProtocol) + { + $this->ipProtocol = $ipProtocol; + } + public function getIpProtocol() + { + return $this->ipProtocol; + } + public function setPortRange($portRange) + { + $this->portRange = $portRange; + } + public function getPortRange() + { + return $this->portRange; + } + public function setSessionAffinity($sessionAffinity) + { + $this->sessionAffinity = $sessionAffinity; + } + public function getSessionAffinity() + { + return $this->sessionAffinity; + } + public function setTargetModules($targetModules) + { + $this->targetModules = $targetModules; + } + public function getTargetModules() + { + return $this->targetModules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/LbModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/LbModuleStatus.php new file mode 100644 index 000000000..95a99e23c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/LbModuleStatus.php @@ -0,0 +1,39 @@ +forwardingRuleUrl = $forwardingRuleUrl; + } + public function getForwardingRuleUrl() + { + return $this->forwardingRuleUrl; + } + public function setTargetPoolUrl($targetPoolUrl) + { + $this->targetPoolUrl = $targetPoolUrl; + } + public function getTargetPoolUrl() + { + return $this->targetPoolUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/Manager/Metadata.php new file mode 100644 index 000000000..ba370a37e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/Metadata.php @@ -0,0 +1,41 @@ +fingerPrint = $fingerPrint; + } + public function getFingerPrint() + { + return $this->fingerPrint; + } + public function setItems($items) + { + $this->items = $items; + } + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/MetadataItem.php b/vendor/google/apiclient-services/src/Google/Service/Manager/MetadataItem.php new file mode 100644 index 000000000..c7d5ec893 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/MetadataItem.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/Module.php b/vendor/google/apiclient-services/src/Google/Service/Manager/Module.php new file mode 100644 index 000000000..5f49cc4d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/Module.php @@ -0,0 +1,90 @@ +autoscalingModule = $autoscalingModule; + } + public function getAutoscalingModule() + { + return $this->autoscalingModule; + } + public function setFirewallModule(Google_Service_Manager_FirewallModule $firewallModule) + { + $this->firewallModule = $firewallModule; + } + public function getFirewallModule() + { + return $this->firewallModule; + } + public function setHealthCheckModule(Google_Service_Manager_HealthCheckModule $healthCheckModule) + { + $this->healthCheckModule = $healthCheckModule; + } + public function getHealthCheckModule() + { + return $this->healthCheckModule; + } + public function setLbModule(Google_Service_Manager_LbModule $lbModule) + { + $this->lbModule = $lbModule; + } + public function getLbModule() + { + return $this->lbModule; + } + public function setNetworkModule(Google_Service_Manager_NetworkModule $networkModule) + { + $this->networkModule = $networkModule; + } + public function getNetworkModule() + { + return $this->networkModule; + } + public function setReplicaPoolModule(Google_Service_Manager_ReplicaPoolModule $replicaPoolModule) + { + $this->replicaPoolModule = $replicaPoolModule; + } + public function getReplicaPoolModule() + { + return $this->replicaPoolModule; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ModuleStatus.php new file mode 100644 index 000000000..c4e66a0a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ModuleStatus.php @@ -0,0 +1,100 @@ +autoscalingModuleStatus = $autoscalingModuleStatus; + } + public function getAutoscalingModuleStatus() + { + return $this->autoscalingModuleStatus; + } + public function setFirewallModuleStatus(Google_Service_Manager_FirewallModuleStatus $firewallModuleStatus) + { + $this->firewallModuleStatus = $firewallModuleStatus; + } + public function getFirewallModuleStatus() + { + return $this->firewallModuleStatus; + } + public function setHealthCheckModuleStatus(Google_Service_Manager_HealthCheckModuleStatus $healthCheckModuleStatus) + { + $this->healthCheckModuleStatus = $healthCheckModuleStatus; + } + public function getHealthCheckModuleStatus() + { + return $this->healthCheckModuleStatus; + } + public function setLbModuleStatus(Google_Service_Manager_LbModuleStatus $lbModuleStatus) + { + $this->lbModuleStatus = $lbModuleStatus; + } + public function getLbModuleStatus() + { + return $this->lbModuleStatus; + } + public function setNetworkModuleStatus(Google_Service_Manager_NetworkModuleStatus $networkModuleStatus) + { + $this->networkModuleStatus = $networkModuleStatus; + } + public function getNetworkModuleStatus() + { + return $this->networkModuleStatus; + } + public function setReplicaPoolModuleStatus(Google_Service_Manager_ReplicaPoolModuleStatus $replicaPoolModuleStatus) + { + $this->replicaPoolModuleStatus = $replicaPoolModuleStatus; + } + public function getReplicaPoolModuleStatus() + { + return $this->replicaPoolModuleStatus; + } + public function setState(Google_Service_Manager_DeployState $state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkInterface.php b/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkInterface.php new file mode 100644 index 000000000..f2f18bcc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkInterface.php @@ -0,0 +1,59 @@ +accessConfigs = $accessConfigs; + } + public function getAccessConfigs() + { + return $this->accessConfigs; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNetworkIp($networkIp) + { + $this->networkIp = $networkIp; + } + public function getNetworkIp() + { + return $this->networkIp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkModule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkModule.php new file mode 100644 index 000000000..71aadc8bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkModule.php @@ -0,0 +1,51 @@ + "IPv4Range", + ); + public $iPv4Range; + public $description; + public $gatewayIPv4; + + public function setIPv4Range($iPv4Range) + { + $this->iPv4Range = $iPv4Range; + } + public function getIPv4Range() + { + return $this->iPv4Range; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGatewayIPv4($gatewayIPv4) + { + $this->gatewayIPv4 = $gatewayIPv4; + } + public function getGatewayIPv4() + { + return $this->gatewayIPv4; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkModuleStatus.php new file mode 100644 index 000000000..c8990ac7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/NetworkModuleStatus.php @@ -0,0 +1,30 @@ +networkUrl = $networkUrl; + } + public function getNetworkUrl() + { + return $this->networkUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/NewDisk.php b/vendor/google/apiclient-services/src/Google/Service/Manager/NewDisk.php new file mode 100644 index 000000000..54901cd89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/NewDisk.php @@ -0,0 +1,59 @@ +attachment = $attachment; + } + public function getAttachment() + { + return $this->attachment; + } + public function setAutoDelete($autoDelete) + { + $this->autoDelete = $autoDelete; + } + public function getAutoDelete() + { + return $this->autoDelete; + } + public function setBoot($boot) + { + $this->boot = $boot; + } + public function getBoot() + { + return $this->boot; + } + public function setInitializeParams(Google_Service_Manager_NewDiskInitializeParams $initializeParams) + { + $this->initializeParams = $initializeParams; + } + public function getInitializeParams() + { + return $this->initializeParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/NewDiskInitializeParams.php b/vendor/google/apiclient-services/src/Google/Service/Manager/NewDiskInitializeParams.php new file mode 100644 index 000000000..a9a364c8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/NewDiskInitializeParams.php @@ -0,0 +1,48 @@ +diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setDiskType($diskType) + { + $this->diskType = $diskType; + } + public function getDiskType() + { + return $this->diskType; + } + public function setSourceImage($sourceImage) + { + $this->sourceImage = $sourceImage; + } + public function getSourceImage() + { + return $this->sourceImage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ParamOverride.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ParamOverride.php new file mode 100644 index 000000000..b15c7e701 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ParamOverride.php @@ -0,0 +1,39 @@ +path = $path; + } + public function getPath() + { + return $this->path; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModule.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModule.php new file mode 100644 index 000000000..4e9f19d4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModule.php @@ -0,0 +1,69 @@ +envVariables = $envVariables; + } + public function getEnvVariables() + { + return $this->envVariables; + } + public function setHealthChecks($healthChecks) + { + $this->healthChecks = $healthChecks; + } + public function getHealthChecks() + { + return $this->healthChecks; + } + public function setNumReplicas($numReplicas) + { + $this->numReplicas = $numReplicas; + } + public function getNumReplicas() + { + return $this->numReplicas; + } + public function setReplicaPoolParams(Google_Service_Manager_ReplicaPoolParams $replicaPoolParams) + { + $this->replicaPoolParams = $replicaPoolParams; + } + public function getReplicaPoolParams() + { + return $this->replicaPoolParams; + } + public function setResourceView($resourceView) + { + $this->resourceView = $resourceView; + } + public function getResourceView() + { + return $this->resourceView; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModuleStatus.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModuleStatus.php new file mode 100644 index 000000000..b2c569e9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolModuleStatus.php @@ -0,0 +1,39 @@ +replicaPoolUrl = $replicaPoolUrl; + } + public function getReplicaPoolUrl() + { + return $this->replicaPoolUrl; + } + public function setResourceViewUrl($resourceViewUrl) + { + $this->resourceViewUrl = $resourceViewUrl; + } + public function getResourceViewUrl() + { + return $this->resourceViewUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParams.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParams.php new file mode 100644 index 000000000..c4a638c7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParams.php @@ -0,0 +1,31 @@ +v1beta1 = $v1beta1; + } + public function getV1beta1() + { + return $this->v1beta1; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParamsV1Beta1.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParamsV1Beta1.php new file mode 100644 index 000000000..1019a0123 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ReplicaPoolParamsV1Beta1.php @@ -0,0 +1,154 @@ +autoRestart = $autoRestart; + } + public function getAutoRestart() + { + return $this->autoRestart; + } + public function setBaseInstanceName($baseInstanceName) + { + $this->baseInstanceName = $baseInstanceName; + } + public function getBaseInstanceName() + { + return $this->baseInstanceName; + } + public function setCanIpForward($canIpForward) + { + $this->canIpForward = $canIpForward; + } + public function getCanIpForward() + { + return $this->canIpForward; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisksToAttach($disksToAttach) + { + $this->disksToAttach = $disksToAttach; + } + public function getDisksToAttach() + { + return $this->disksToAttach; + } + public function setDisksToCreate($disksToCreate) + { + $this->disksToCreate = $disksToCreate; + } + public function getDisksToCreate() + { + return $this->disksToCreate; + } + public function setInitAction($initAction) + { + $this->initAction = $initAction; + } + public function getInitAction() + { + return $this->initAction; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setMetadata(Google_Service_Manager_Metadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setNetworkInterfaces($networkInterfaces) + { + $this->networkInterfaces = $networkInterfaces; + } + public function getNetworkInterfaces() + { + return $this->networkInterfaces; + } + public function setOnHostMaintenance($onHostMaintenance) + { + $this->onHostMaintenance = $onHostMaintenance; + } + public function getOnHostMaintenance() + { + return $this->onHostMaintenance; + } + public function setServiceAccounts($serviceAccounts) + { + $this->serviceAccounts = $serviceAccounts; + } + public function getServiceAccounts() + { + return $this->serviceAccounts; + } + public function setTags(Google_Service_Manager_Tag $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/vendor/google/apiclient-services/src/Google/Service/Manager/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Manager/ServiceAccount.php new file mode 100644 index 000000000..145483124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/ServiceAccount.php @@ -0,0 +1,40 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/Tag.php b/vendor/google/apiclient-services/src/Google/Service/Manager/Tag.php new file mode 100644 index 000000000..0acbd09bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/Tag.php @@ -0,0 +1,40 @@ +fingerPrint = $fingerPrint; + } + public function getFingerPrint() + { + return $this->fingerPrint; + } + public function setItems($items) + { + $this->items = $items; + } + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/Template.php b/vendor/google/apiclient-services/src/Google/Service/Manager/Template.php new file mode 100644 index 000000000..fd16dae9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/Template.php @@ -0,0 +1,59 @@ +actions = $actions; + } + public function getActions() + { + return $this->actions; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setModules($modules) + { + $this->modules = $modules; + } + public function getModules() + { + return $this->modules; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/TemplatesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Manager/TemplatesListResponse.php new file mode 100644 index 000000000..0675ad0ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/TemplatesListResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setResources($resources) + { + $this->resources = $resources; + } + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Manager/TemplatesResource.php b/vendor/google/apiclient-services/src/Google/Service/Manager/TemplatesResource.php new file mode 100644 index 000000000..93a7af77e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Manager/TemplatesResource.php @@ -0,0 +1,88 @@ + + * $managerService = new Google_Service_Manager(...); + * $templates = $managerService->templates; + * + */ +class Google_Service_Manager_TemplatesResource extends Google_Service_Resource +{ + /** + * (templates.delete) + * + * @param string $projectId + * @param string $templateName + * @param array $optParams Optional parameters. + */ + public function delete($projectId, $templateName, $optParams = array()) + { + $params = array('projectId' => $projectId, 'templateName' => $templateName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * (templates.get) + * + * @param string $projectId + * @param string $templateName + * @param array $optParams Optional parameters. + * @return Google_Service_Template + */ + public function get($projectId, $templateName, $optParams = array()) + { + $params = array('projectId' => $projectId, 'templateName' => $templateName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Manager_Template"); + } + /** + * (templates.insert) + * + * @param string $projectId + * @param Google_Template $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Template + */ + public function insert($projectId, Google_Service_Manager_Template $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Manager_Template"); + } + /** + * (templates.listTemplates) + * + * @param string $projectId + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum count of results to be returned. Acceptable + * values are 0 to 100, inclusive. (Default: 50) + * @opt_param string pageToken Specifies a nextPageToken returned by a previous + * list request. This token can be used to request the next page of results from + * a previous list request. + * @return Google_Service_TemplatesListResponse + */ + public function listTemplates($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Manager_TemplatesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter.php new file mode 100644 index 000000000..061071ec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter.php @@ -0,0 +1,138 @@ + + * Public API for managing Manufacturer Center related data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ManufacturerCenter extends Google_Service +{ + /** Manage your product listings for Google Manufacturer Center. */ + const MANUFACTURERCENTER = + "https://www.googleapis.com/auth/manufacturercenter"; + + public $accounts_products; + + /** + * Constructs the internal representation of the ManufacturerCenter 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://manufacturers.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'manufacturers'; + + $this->accounts_products = new Google_Service_ManufacturerCenter_Resource_AccountsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+parent}/products/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+parent}/products/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'include' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'include' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+parent}/products/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Attributes.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Attributes.php new file mode 100644 index 000000000..8b1dd7805 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Attributes.php @@ -0,0 +1,386 @@ +additionalImageLink = $additionalImageLink; + } + /** + * @return Google_Service_ManufacturerCenter_Image + */ + public function getAdditionalImageLink() + { + return $this->additionalImageLink; + } + public function setAgeGroup($ageGroup) + { + $this->ageGroup = $ageGroup; + } + public function getAgeGroup() + { + return $this->ageGroup; + } + public function setBrand($brand) + { + $this->brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + /** + * @param Google_Service_ManufacturerCenter_Capacity + */ + public function setCapacity(Google_Service_ManufacturerCenter_Capacity $capacity) + { + $this->capacity = $capacity; + } + /** + * @return Google_Service_ManufacturerCenter_Capacity + */ + public function getCapacity() + { + return $this->capacity; + } + public function setColor($color) + { + $this->color = $color; + } + public function getColor() + { + return $this->color; + } + /** + * @param Google_Service_ManufacturerCenter_Count + */ + public function setCount(Google_Service_ManufacturerCenter_Count $count) + { + $this->count = $count; + } + /** + * @return Google_Service_ManufacturerCenter_Count + */ + public function getCount() + { + return $this->count; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisclosureDate($disclosureDate) + { + $this->disclosureDate = $disclosureDate; + } + public function getDisclosureDate() + { + return $this->disclosureDate; + } + public function setExcludedDestination($excludedDestination) + { + $this->excludedDestination = $excludedDestination; + } + public function getExcludedDestination() + { + return $this->excludedDestination; + } + /** + * @param Google_Service_ManufacturerCenter_FeatureDescription + */ + public function setFeatureDescription($featureDescription) + { + $this->featureDescription = $featureDescription; + } + /** + * @return Google_Service_ManufacturerCenter_FeatureDescription + */ + public function getFeatureDescription() + { + return $this->featureDescription; + } + public function setFlavor($flavor) + { + $this->flavor = $flavor; + } + public function getFlavor() + { + return $this->flavor; + } + public function setFormat($format) + { + $this->format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + /** + * @param Google_Service_ManufacturerCenter_Image + */ + public function setImageLink(Google_Service_ManufacturerCenter_Image $imageLink) + { + $this->imageLink = $imageLink; + } + /** + * @return Google_Service_ManufacturerCenter_Image + */ + public function getImageLink() + { + return $this->imageLink; + } + public function setIncludedDestination($includedDestination) + { + $this->includedDestination = $includedDestination; + } + public function getIncludedDestination() + { + return $this->includedDestination; + } + public function setItemGroupId($itemGroupId) + { + $this->itemGroupId = $itemGroupId; + } + public function getItemGroupId() + { + return $this->itemGroupId; + } + public function setMaterial($material) + { + $this->material = $material; + } + public function getMaterial() + { + return $this->material; + } + public function setMpn($mpn) + { + $this->mpn = $mpn; + } + public function getMpn() + { + return $this->mpn; + } + public function setPattern($pattern) + { + $this->pattern = $pattern; + } + public function getPattern() + { + return $this->pattern; + } + /** + * @param Google_Service_ManufacturerCenter_ProductDetail + */ + public function setProductDetail($productDetail) + { + $this->productDetail = $productDetail; + } + /** + * @return Google_Service_ManufacturerCenter_ProductDetail + */ + public function getProductDetail() + { + return $this->productDetail; + } + public function setProductLine($productLine) + { + $this->productLine = $productLine; + } + public function getProductLine() + { + return $this->productLine; + } + public function setProductName($productName) + { + $this->productName = $productName; + } + public function getProductName() + { + return $this->productName; + } + public function setProductPageUrl($productPageUrl) + { + $this->productPageUrl = $productPageUrl; + } + public function getProductPageUrl() + { + return $this->productPageUrl; + } + public function setProductType($productType) + { + $this->productType = $productType; + } + public function getProductType() + { + return $this->productType; + } + public function setReleaseDate($releaseDate) + { + $this->releaseDate = $releaseDate; + } + public function getReleaseDate() + { + return $this->releaseDate; + } + public function setScent($scent) + { + $this->scent = $scent; + } + public function getScent() + { + return $this->scent; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setSizeSystem($sizeSystem) + { + $this->sizeSystem = $sizeSystem; + } + public function getSizeSystem() + { + return $this->sizeSystem; + } + public function setSizeType($sizeType) + { + $this->sizeType = $sizeType; + } + public function getSizeType() + { + return $this->sizeType; + } + /** + * @param Google_Service_ManufacturerCenter_Price + */ + public function setSuggestedRetailPrice(Google_Service_ManufacturerCenter_Price $suggestedRetailPrice) + { + $this->suggestedRetailPrice = $suggestedRetailPrice; + } + /** + * @return Google_Service_ManufacturerCenter_Price + */ + public function getSuggestedRetailPrice() + { + return $this->suggestedRetailPrice; + } + public function setTargetClientId($targetClientId) + { + $this->targetClientId = $targetClientId; + } + public function getTargetClientId() + { + return $this->targetClientId; + } + public function setTheme($theme) + { + $this->theme = $theme; + } + public function getTheme() + { + return $this->theme; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setVideoLink($videoLink) + { + $this->videoLink = $videoLink; + } + public function getVideoLink() + { + return $this->videoLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Capacity.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Capacity.php new file mode 100644 index 000000000..b0433c253 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Capacity.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Count.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Count.php new file mode 100644 index 000000000..fd6090034 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Count.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/DestinationStatus.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/DestinationStatus.php new file mode 100644 index 000000000..ad09d1bed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/DestinationStatus.php @@ -0,0 +1,39 @@ +destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/FeatureDescription.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/FeatureDescription.php new file mode 100644 index 000000000..e919e61d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/FeatureDescription.php @@ -0,0 +1,55 @@ +headline = $headline; + } + public function getHeadline() + { + return $this->headline; + } + /** + * @param Google_Service_ManufacturerCenter_Image + */ + public function setImage(Google_Service_ManufacturerCenter_Image $image) + { + $this->image = $image; + } + /** + * @return Google_Service_ManufacturerCenter_Image + */ + public function getImage() + { + return $this->image; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Image.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Image.php new file mode 100644 index 000000000..a53961969 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Image.php @@ -0,0 +1,48 @@ +imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.php new file mode 100644 index 000000000..aca5b34f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.php @@ -0,0 +1,93 @@ +attribute = $attribute; + } + public function getAttribute() + { + return $this->attribute; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setResolution($resolution) + { + $this->resolution = $resolution; + } + public function getResolution() + { + return $this->resolution; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php new file mode 100644 index 000000000..b03b425fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ManufacturerCenter_Product + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_ManufacturerCenter_Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ManufacturersEmpty.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ManufacturersEmpty.php new file mode 100644 index 000000000..c67b0739b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ManufacturersEmpty.php @@ -0,0 +1,20 @@ +amount = $amount; + } + public function getAmount() + { + return $this->amount; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.php new file mode 100644 index 000000000..f2198d92d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.php @@ -0,0 +1,115 @@ +attributes = $attributes; + } + /** + * @return Google_Service_ManufacturerCenter_Attributes + */ + public function getAttributes() + { + return $this->attributes; + } + public function setContentLanguage($contentLanguage) + { + $this->contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + /** + * @param Google_Service_ManufacturerCenter_DestinationStatus + */ + public function setDestinationStatuses($destinationStatuses) + { + $this->destinationStatuses = $destinationStatuses; + } + /** + * @return Google_Service_ManufacturerCenter_DestinationStatus + */ + public function getDestinationStatuses() + { + return $this->destinationStatuses; + } + /** + * @param Google_Service_ManufacturerCenter_Issue + */ + public function setIssues($issues) + { + $this->issues = $issues; + } + /** + * @return Google_Service_ManufacturerCenter_Issue + */ + public function getIssues() + { + return $this->issues; + } + 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; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ProductDetail.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ProductDetail.php new file mode 100644 index 000000000..231a45512 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ProductDetail.php @@ -0,0 +1,48 @@ +attributeName = $attributeName; + } + public function getAttributeName() + { + return $this->attributeName; + } + public function setAttributeValue($attributeValue) + { + $this->attributeValue = $attributeValue; + } + public function getAttributeValue() + { + return $this->attributeValue; + } + public function setSectionName($sectionName) + { + $this->sectionName = $sectionName; + } + public function getSectionName() + { + return $this->sectionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/Accounts.php new file mode 100644 index 000000000..caed2b007 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/Accounts.php @@ -0,0 +1,28 @@ + + * $manufacturersService = new Google_Service_ManufacturerCenter(...); + * $accounts = $manufacturersService->accounts; + * + */ +class Google_Service_ManufacturerCenter_Resource_Accounts extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/AccountsProducts.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/AccountsProducts.php new file mode 100644 index 000000000..a63896bca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/AccountsProducts.php @@ -0,0 +1,152 @@ + + * $manufacturersService = new Google_Service_ManufacturerCenter(...); + * $products = $manufacturersService->products; + * + */ +class Google_Service_ManufacturerCenter_Resource_AccountsProducts extends Google_Service_Resource +{ + /** + * Deletes the product from a Manufacturer Center account. (products.delete) + * + * @param string $parent Parent ID in the format `accounts/{account_id}`. + * + * `account_id` - The ID of the Manufacturer Center account. + * @param string $name Name in the format + * `{target_country}:{content_language}:{product_id}`. + * + * `target_country` - The target country of the product as a CLDR territory + * code (for example, US). + * + * `content_language` - The content language of the product as a two-letter + * ISO 639-1 language code (for example, en). + * + * `product_id` - The ID of the product. For more information, see + * https://support.google.com/manufacturers/answer/6124116#id. + * @param array $optParams Optional parameters. + * @return Google_Service_ManufacturerCenter_ManufacturersEmpty + */ + public function delete($parent, $name, $optParams = array()) + { + $params = array('parent' => $parent, 'name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ManufacturerCenter_ManufacturersEmpty"); + } + /** + * Gets the product from a Manufacturer Center account, including product + * issues. + * + * A recently updated product takes around 15 minutes to process. Changes are + * only visible after it has been processed. While some issues may be available + * once the product has been processed, other issues may take days to appear. + * (products.get) + * + * @param string $parent Parent ID in the format `accounts/{account_id}`. + * + * `account_id` - The ID of the Manufacturer Center account. + * @param string $name Name in the format + * `{target_country}:{content_language}:{product_id}`. + * + * `target_country` - The target country of the product as a CLDR territory + * code (for example, US). + * + * `content_language` - The content language of the product as a two-letter + * ISO 639-1 language code (for example, en). + * + * `product_id` - The ID of the product. For more information, see + * https://support.google.com/manufacturers/answer/6124116#id. + * @param array $optParams Optional parameters. + * + * @opt_param string include The information to be included in the response. + * Only sections listed here will be returned. + * @return Google_Service_ManufacturerCenter_Product + */ + public function get($parent, $name, $optParams = array()) + { + $params = array('parent' => $parent, 'name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ManufacturerCenter_Product"); + } + /** + * Lists all the products in a Manufacturer Center account. + * (products.listAccountsProducts) + * + * @param string $parent Parent ID in the format `accounts/{account_id}`. + * + * `account_id` - The ID of the Manufacturer Center account. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token returned by the previous request. + * @opt_param int pageSize Maximum number of product statuses to return in the + * response, used for paging. + * @opt_param string include The information to be included in the response. + * Only sections listed here will be returned. + * @return Google_Service_ManufacturerCenter_ListProductsResponse + */ + public function listAccountsProducts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ManufacturerCenter_ListProductsResponse"); + } + /** + * Inserts or updates the attributes of the product in a Manufacturer Center + * account. + * + * Creates a product with the provided attributes. If the product already + * exists, then all attributes are replaced with the new ones. The checks at + * upload time are minimal. All required attributes need to be present for a + * product to be valid. Issues may show up later after the API has accepted a + * new upload for a product and it is possible to overwrite an existing valid + * product with an invalid product. To detect this, you should retrieve the + * product and check it for issues once the new version is available. + * + * Uploaded attributes first need to be processed before they can be retrieved. + * Until then, new products will be unavailable, and retrieval of previously + * uploaded products will return the original state of the product. + * (products.update) + * + * @param string $parent Parent ID in the format `accounts/{account_id}`. + * + * `account_id` - The ID of the Manufacturer Center account. + * @param string $name Name in the format + * `{target_country}:{content_language}:{product_id}`. + * + * `target_country` - The target country of the product as a CLDR territory + * code (for example, US). + * + * `content_language` - The content language of the product as a two-letter + * ISO 639-1 language code (for example, en). + * + * `product_id` - The ID of the product. For more information, see + * https://support.google.com/manufacturers/answer/6124116#id. + * @param Google_Service_ManufacturerCenter_Attributes $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ManufacturerCenter_ManufacturersEmpty + */ + public function update($parent, $name, Google_Service_ManufacturerCenter_Attributes $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ManufacturerCenter_ManufacturersEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror.php b/vendor/google/apiclient-services/src/Google/Service/Mirror.php new file mode 100644 index 000000000..3800c19c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror.php @@ -0,0 +1,381 @@ + + * Interacts with Glass users via the timeline. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Mirror extends Google_Service +{ + /** View your location. */ + const GLASS_LOCATION = + "https://www.googleapis.com/auth/glass.location"; + /** View and manage your Glass timeline. */ + const GLASS_TIMELINE = + "https://www.googleapis.com/auth/glass.timeline"; + + public $accounts; + public $contacts; + public $locations; + public $settings; + public $subscriptions; + public $timeline; + public $timeline_attachments; + + /** + * Constructs the internal representation of the Mirror 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 = 'mirror/v1/'; + $this->batchPath = 'batch/mirror/v1'; + $this->version = 'v1'; + $this->serviceName = 'mirror'; + + $this->accounts = new Google_Service_Mirror_Resource_Accounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'accounts/{userToken}/{accountType}/{accountName}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userToken' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->contacts = new Google_Service_Mirror_Resource_Contacts( + $this, + $this->serviceName, + 'contacts', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'contacts/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'contacts/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'contacts', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'contacts', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'contacts/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'contacts/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->locations = new Google_Service_Mirror_Resource_Locations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'locations/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'locations', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->settings = new Google_Service_Mirror_Resource_Settings( + $this, + $this->serviceName, + 'settings', + array( + 'methods' => array( + 'get' => array( + 'path' => 'settings/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->subscriptions = new Google_Service_Mirror_Resource_Subscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'subscriptions/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'update' => array( + 'path' => 'subscriptions/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->timeline = new Google_Service_Mirror_Resource_Timeline( + $this, + $this->serviceName, + 'timeline', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'timeline/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'timeline/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'timeline', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'timeline', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bundleId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pinnedOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'sourceItemId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'timeline/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'timeline/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->timeline_attachments = new Google_Service_Mirror_Resource_TimelineAttachments( + $this, + $this->serviceName, + 'attachments', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'timeline/{itemId}/attachments/{attachmentId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'attachmentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'timeline/{itemId}/attachments/{attachmentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'attachmentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'timeline/{itemId}/attachments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'timeline/{itemId}/attachments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'itemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Account.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Account.php new file mode 100644 index 000000000..376af56ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Account.php @@ -0,0 +1,72 @@ +authTokens = $authTokens; + } + /** + * @return Google_Service_Mirror_AuthToken + */ + public function getAuthTokens() + { + return $this->authTokens; + } + public function setFeatures($features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + /** + * @param Google_Service_Mirror_UserData + */ + public function setUserData($userData) + { + $this->userData = $userData; + } + /** + * @return Google_Service_Mirror_UserData + */ + public function getUserData() + { + return $this->userData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.php new file mode 100644 index 000000000..aad7d129c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.php @@ -0,0 +1,57 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setContentUrl($contentUrl) + { + $this->contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsProcessingContent($isProcessingContent) + { + $this->isProcessingContent = $isProcessingContent; + } + public function getIsProcessingContent() + { + return $this->isProcessingContent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/AttachmentsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/AttachmentsListResponse.php new file mode 100644 index 000000000..a2ae5dbf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/AttachmentsListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Mirror_Attachment + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php new file mode 100644 index 000000000..f049e0875 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php @@ -0,0 +1,39 @@ +authToken = $authToken; + } + public function getAuthToken() + { + return $this->authToken; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Command.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Command.php new file mode 100644 index 000000000..edd36c596 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Command.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Contact.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Contact.php new file mode 100644 index 000000000..1ab46731e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Contact.php @@ -0,0 +1,137 @@ +acceptCommands = $acceptCommands; + } + /** + * @return Google_Service_Mirror_Command + */ + public function getAcceptCommands() + { + return $this->acceptCommands; + } + public function setAcceptTypes($acceptTypes) + { + $this->acceptTypes = $acceptTypes; + } + public function getAcceptTypes() + { + return $this->acceptTypes; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setImageUrls($imageUrls) + { + $this->imageUrls = $imageUrls; + } + public function getImageUrls() + { + return $this->imageUrls; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setSharingFeatures($sharingFeatures) + { + $this->sharingFeatures = $sharingFeatures; + } + public function getSharingFeatures() + { + return $this->sharingFeatures; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setSpeakableName($speakableName) + { + $this->speakableName = $speakableName; + } + public function getSpeakableName() + { + return $this->speakableName; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php new file mode 100644 index 000000000..dcc2108b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Mirror_Contact + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php new file mode 100644 index 000000000..a43a04dc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php @@ -0,0 +1,93 @@ +accuracy = $accuracy; + } + public function getAccuracy() + { + return $this->accuracy; + } + public function setAddress($address) + { + $this->address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + 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 setLatitude($latitude) + { + $this->latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/LocationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/LocationsListResponse.php new file mode 100644 index 000000000..1ede3b50e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/LocationsListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Mirror_Location + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php new file mode 100644 index 000000000..c10fa1688 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php @@ -0,0 +1,86 @@ + "contextual_command", + ); + public $action; + public $contextualCommand; + public $id; + public $payload; + public $removeWhenSelected; + protected $valuesType = 'Google_Service_Mirror_MenuValue'; + protected $valuesDataType = 'array'; + + public function setAction($action) + { + $this->action = $action; + } + public function getAction() + { + return $this->action; + } + public function setContextualCommand($contextualCommand) + { + $this->contextualCommand = $contextualCommand; + } + public function getContextualCommand() + { + return $this->contextualCommand; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setRemoveWhenSelected($removeWhenSelected) + { + $this->removeWhenSelected = $removeWhenSelected; + } + public function getRemoveWhenSelected() + { + return $this->removeWhenSelected; + } + /** + * @param Google_Service_Mirror_MenuValue + */ + public function setValues($values) + { + $this->values = $values; + } + /** + * @return Google_Service_Mirror_MenuValue + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.php new file mode 100644 index 000000000..f3667a557 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setIconUrl($iconUrl) + { + $this->iconUrl = $iconUrl; + } + public function getIconUrl() + { + return $this->iconUrl; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Notification.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Notification.php new file mode 100644 index 000000000..a4a5ee376 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Notification.php @@ -0,0 +1,83 @@ +collection = $collection; + } + public function getCollection() + { + return $this->collection; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setOperation($operation) + { + $this->operation = $operation; + } + public function getOperation() + { + return $this->operation; + } + /** + * @param Google_Service_Mirror_UserAction + */ + public function setUserActions($userActions) + { + $this->userActions = $userActions; + } + /** + * @return Google_Service_Mirror_UserAction + */ + public function getUserActions() + { + return $this->userActions; + } + public function setUserToken($userToken) + { + $this->userToken = $userToken; + } + public function getUserToken() + { + return $this->userToken; + } + public function setVerifyToken($verifyToken) + { + $this->verifyToken = $verifyToken; + } + public function getVerifyToken() + { + return $this->verifyToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php new file mode 100644 index 000000000..c74af9cf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php @@ -0,0 +1,39 @@ +deliveryTime = $deliveryTime; + } + public function getDeliveryTime() + { + return $this->deliveryTime; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Accounts.php new file mode 100644 index 000000000..8615ebaf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Accounts.php @@ -0,0 +1,46 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $accounts = $mirrorService->accounts; + * + */ +class Google_Service_Mirror_Resource_Accounts extends Google_Service_Resource +{ + /** + * Inserts a new account for a user (accounts.insert) + * + * @param string $userToken The ID for the user. + * @param string $accountType Account type to be passed to Android Account + * Manager. + * @param string $accountName The name of the account to be passed to the + * Android Account Manager. + * @param Google_Service_Mirror_Account $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Account + */ + public function insert($userToken, $accountType, $accountName, Google_Service_Mirror_Account $postBody, $optParams = array()) + { + $params = array('userToken' => $userToken, 'accountType' => $accountType, 'accountName' => $accountName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Mirror_Account"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Contacts.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Contacts.php new file mode 100644 index 000000000..ce4dd5d7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Contacts.php @@ -0,0 +1,108 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $contacts = $mirrorService->contacts; + * + */ +class Google_Service_Mirror_Resource_Contacts extends Google_Service_Resource +{ + /** + * Deletes a contact. (contacts.delete) + * + * @param string $id The ID of the contact. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a single contact by ID. (contacts.get) + * + * @param string $id The ID of the contact. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Contact + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Mirror_Contact"); + } + /** + * Inserts a new contact. (contacts.insert) + * + * @param Google_Service_Mirror_Contact $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Contact + */ + public function insert(Google_Service_Mirror_Contact $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Mirror_Contact"); + } + /** + * Retrieves a list of contacts for the authenticated user. + * (contacts.listContacts) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_ContactsListResponse + */ + public function listContacts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Mirror_ContactsListResponse"); + } + /** + * Updates a contact in place. This method supports patch semantics. + * (contacts.patch) + * + * @param string $id The ID of the contact. + * @param Google_Service_Mirror_Contact $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Contact + */ + public function patch($id, Google_Service_Mirror_Contact $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Mirror_Contact"); + } + /** + * Updates a contact in place. (contacts.update) + * + * @param string $id The ID of the contact. + * @param Google_Service_Mirror_Contact $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Contact + */ + public function update($id, Google_Service_Mirror_Contact $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Mirror_Contact"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Locations.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Locations.php new file mode 100644 index 000000000..7567edb18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Locations.php @@ -0,0 +1,54 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $locations = $mirrorService->locations; + * + */ +class Google_Service_Mirror_Resource_Locations extends Google_Service_Resource +{ + /** + * Gets a single location by ID. (locations.get) + * + * @param string $id The ID of the location or latest for the last known + * location. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Location + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Mirror_Location"); + } + /** + * Retrieves a list of locations for the user. (locations.listLocations) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_LocationsListResponse + */ + public function listLocations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Mirror_LocationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Settings.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Settings.php new file mode 100644 index 000000000..6f0fade15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Settings.php @@ -0,0 +1,45 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $settings = $mirrorService->settings; + * + */ +class Google_Service_Mirror_Resource_Settings extends Google_Service_Resource +{ + /** + * Gets a single setting by ID. (settings.get) + * + * @param string $id The ID of the setting. The following IDs are valid: - + * locale - The key to the user’s language/locale (BCP 47 identifier) that + * Glassware should use to render localized content. - timezone - The key to + * the user’s current time zone region as defined in the tz database. Example: + * America/Los_Angeles. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Setting + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Mirror_Setting"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Subscriptions.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Subscriptions.php new file mode 100644 index 000000000..fce22a50f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Subscriptions.php @@ -0,0 +1,80 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $subscriptions = $mirrorService->subscriptions; + * + */ +class Google_Service_Mirror_Resource_Subscriptions extends Google_Service_Resource +{ + /** + * Deletes a subscription. (subscriptions.delete) + * + * @param string $id The ID of the subscription. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Creates a new subscription. (subscriptions.insert) + * + * @param Google_Service_Mirror_Subscription $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Subscription + */ + public function insert(Google_Service_Mirror_Subscription $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Mirror_Subscription"); + } + /** + * Retrieves a list of subscriptions for the authenticated user and service. + * (subscriptions.listSubscriptions) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_SubscriptionsListResponse + */ + public function listSubscriptions($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Mirror_SubscriptionsListResponse"); + } + /** + * Updates an existing subscription in place. (subscriptions.update) + * + * @param string $id The ID of the subscription. + * @param Google_Service_Mirror_Subscription $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Subscription + */ + public function update($id, Google_Service_Mirror_Subscription $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Mirror_Subscription"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Timeline.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Timeline.php new file mode 100644 index 000000000..071e69533 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/Timeline.php @@ -0,0 +1,121 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $timeline = $mirrorService->timeline; + * + */ +class Google_Service_Mirror_Resource_Timeline extends Google_Service_Resource +{ + /** + * Deletes a timeline item. (timeline.delete) + * + * @param string $id The ID of the timeline item. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a single timeline item by ID. (timeline.get) + * + * @param string $id The ID of the timeline item. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_TimelineItem + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Mirror_TimelineItem"); + } + /** + * Inserts a new item into the timeline. (timeline.insert) + * + * @param Google_Service_Mirror_TimelineItem $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_TimelineItem + */ + public function insert(Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Mirror_TimelineItem"); + } + /** + * Retrieves a list of timeline items for the authenticated user. + * (timeline.listTimeline) + * + * @param array $optParams Optional parameters. + * + * @opt_param string bundleId If provided, only items with the given bundleId + * will be returned. + * @opt_param bool includeDeleted If true, tombstone records for deleted items + * will be returned. + * @opt_param string maxResults The maximum number of items to include in the + * response, used for paging. + * @opt_param string orderBy Controls the order in which timeline items are + * returned. + * @opt_param string pageToken Token for the page of results to return. + * @opt_param bool pinnedOnly If true, only pinned items will be returned. + * @opt_param string sourceItemId If provided, only items with the given + * sourceItemId will be returned. + * @return Google_Service_Mirror_TimelineListResponse + */ + public function listTimeline($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Mirror_TimelineListResponse"); + } + /** + * Updates a timeline item in place. This method supports patch semantics. + * (timeline.patch) + * + * @param string $id The ID of the timeline item. + * @param Google_Service_Mirror_TimelineItem $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_TimelineItem + */ + public function patch($id, Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Mirror_TimelineItem"); + } + /** + * Updates a timeline item in place. (timeline.update) + * + * @param string $id The ID of the timeline item. + * @param Google_Service_Mirror_TimelineItem $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_TimelineItem + */ + public function update($id, Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Mirror_TimelineItem"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/TimelineAttachments.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/TimelineAttachments.php new file mode 100644 index 000000000..c529d5065 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Resource/TimelineAttachments.php @@ -0,0 +1,84 @@ + + * $mirrorService = new Google_Service_Mirror(...); + * $attachments = $mirrorService->attachments; + * + */ +class Google_Service_Mirror_Resource_TimelineAttachments extends Google_Service_Resource +{ + /** + * Deletes an attachment from a timeline item. (attachments.delete) + * + * @param string $itemId The ID of the timeline item the attachment belongs to. + * @param string $attachmentId The ID of the attachment. + * @param array $optParams Optional parameters. + */ + public function delete($itemId, $attachmentId, $optParams = array()) + { + $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves an attachment on a timeline item by item ID and attachment ID. + * (attachments.get) + * + * @param string $itemId The ID of the timeline item the attachment belongs to. + * @param string $attachmentId The ID of the attachment. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Attachment + */ + public function get($itemId, $attachmentId, $optParams = array()) + { + $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Mirror_Attachment"); + } + /** + * Adds a new attachment to a timeline item. (attachments.insert) + * + * @param string $itemId The ID of the timeline item the attachment belongs to. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_Attachment + */ + public function insert($itemId, $optParams = array()) + { + $params = array('itemId' => $itemId); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Mirror_Attachment"); + } + /** + * Returns a list of attachments for a timeline item. + * (attachments.listTimelineAttachments) + * + * @param string $itemId The ID of the timeline item whose attachments should be + * listed. + * @param array $optParams Optional parameters. + * @return Google_Service_Mirror_AttachmentsListResponse + */ + public function listTimelineAttachments($itemId, $optParams = array()) + { + $params = array('itemId' => $itemId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Mirror_AttachmentsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Setting.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Setting.php new file mode 100644 index 000000000..9d9dbfb47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Setting.php @@ -0,0 +1,48 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Subscription.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Subscription.php new file mode 100644 index 000000000..f57a8c6da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Subscription.php @@ -0,0 +1,110 @@ +callbackUrl = $callbackUrl; + } + public function getCallbackUrl() + { + return $this->callbackUrl; + } + public function setCollection($collection) + { + $this->collection = $collection; + } + public function getCollection() + { + return $this->collection; + } + 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_Mirror_Notification + */ + public function setNotification(Google_Service_Mirror_Notification $notification) + { + $this->notification = $notification; + } + /** + * @return Google_Service_Mirror_Notification + */ + public function getNotification() + { + return $this->notification; + } + public function setOperation($operation) + { + $this->operation = $operation; + } + public function getOperation() + { + return $this->operation; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUserToken($userToken) + { + $this->userToken = $userToken; + } + public function getUserToken() + { + return $this->userToken; + } + public function setVerifyToken($verifyToken) + { + $this->verifyToken = $verifyToken; + } + public function getVerifyToken() + { + return $this->verifyToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php new file mode 100644 index 000000000..8b27dd1db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Mirror_Subscription + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php new file mode 100644 index 000000000..6f3d64286 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php @@ -0,0 +1,298 @@ +attachments = $attachments; + } + /** + * @return Google_Service_Mirror_Attachment + */ + public function getAttachments() + { + return $this->attachments; + } + public function setBundleId($bundleId) + { + $this->bundleId = $bundleId; + } + public function getBundleId() + { + return $this->bundleId; + } + public function setCanonicalUrl($canonicalUrl) + { + $this->canonicalUrl = $canonicalUrl; + } + public function getCanonicalUrl() + { + return $this->canonicalUrl; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + /** + * @param Google_Service_Mirror_Contact + */ + public function setCreator(Google_Service_Mirror_Contact $creator) + { + $this->creator = $creator; + } + /** + * @return Google_Service_Mirror_Contact + */ + public function getCreator() + { + return $this->creator; + } + public function setDisplayTime($displayTime) + { + $this->displayTime = $displayTime; + } + public function getDisplayTime() + { + return $this->displayTime; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setHtml($html) + { + $this->html = $html; + } + public function getHtml() + { + return $this->html; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInReplyTo($inReplyTo) + { + $this->inReplyTo = $inReplyTo; + } + public function getInReplyTo() + { + return $this->inReplyTo; + } + public function setIsBundleCover($isBundleCover) + { + $this->isBundleCover = $isBundleCover; + } + public function getIsBundleCover() + { + return $this->isBundleCover; + } + public function setIsDeleted($isDeleted) + { + $this->isDeleted = $isDeleted; + } + public function getIsDeleted() + { + return $this->isDeleted; + } + public function setIsPinned($isPinned) + { + $this->isPinned = $isPinned; + } + public function getIsPinned() + { + return $this->isPinned; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Mirror_Location + */ + public function setLocation(Google_Service_Mirror_Location $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Mirror_Location + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Mirror_MenuItem + */ + public function setMenuItems($menuItems) + { + $this->menuItems = $menuItems; + } + /** + * @return Google_Service_Mirror_MenuItem + */ + public function getMenuItems() + { + return $this->menuItems; + } + /** + * @param Google_Service_Mirror_NotificationConfig + */ + public function setNotification(Google_Service_Mirror_NotificationConfig $notification) + { + $this->notification = $notification; + } + /** + * @return Google_Service_Mirror_NotificationConfig + */ + public function getNotification() + { + return $this->notification; + } + public function setPinScore($pinScore) + { + $this->pinScore = $pinScore; + } + public function getPinScore() + { + return $this->pinScore; + } + /** + * @param Google_Service_Mirror_Contact + */ + public function setRecipients($recipients) + { + $this->recipients = $recipients; + } + /** + * @return Google_Service_Mirror_Contact + */ + public function getRecipients() + { + return $this->recipients; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSourceItemId($sourceItemId) + { + $this->sourceItemId = $sourceItemId; + } + public function getSourceItemId() + { + return $this->sourceItemId; + } + public function setSpeakableText($speakableText) + { + $this->speakableText = $speakableText; + } + public function getSpeakableText() + { + return $this->speakableText; + } + public function setSpeakableType($speakableType) + { + $this->speakableType = $speakableType; + } + public function getSpeakableType() + { + return $this->speakableType; + } + 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 setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php new file mode 100644 index 000000000..0b5daf9de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Mirror_TimelineItem + */ + 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/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php new file mode 100644 index 000000000..0feea5418 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php @@ -0,0 +1,39 @@ +payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/UserData.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/UserData.php new file mode 100644 index 000000000..e4d56c38a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/UserData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring.php new file mode 100644 index 000000000..3bc05b011 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring.php @@ -0,0 +1,737 @@ + + * Manages your Stackdriver Monitoring data and configurations. Most projects + * must be associated with a Stackdriver account, with a few exceptions as noted + * on the individual method pages. The table entries below are presented in + * alphabetical order, not in order of common use. For explanations of the + * concepts found in the table entries, read the Stackdriver Monitoring + * documentation. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Monitoring extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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. */ + const MONITORING = + "https://www.googleapis.com/auth/monitoring"; + /** View monitoring data for all of your Google Cloud and third-party projects. */ + const MONITORING_READ = + "https://www.googleapis.com/auth/monitoring.read"; + /** Publish metric data to your Google Cloud projects. */ + const MONITORING_WRITE = + "https://www.googleapis.com/auth/monitoring.write"; + + public $projects_alertPolicies; + public $projects_collectdTimeSeries; + public $projects_groups; + public $projects_groups_members; + public $projects_metricDescriptors; + public $projects_monitoredResourceDescriptors; + public $projects_notificationChannelDescriptors; + public $projects_notificationChannels; + public $projects_timeSeries; + public $projects_uptimeCheckConfigs; + public $uptimeCheckIps; + + /** + * Constructs the internal representation of the Monitoring 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://monitoring.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v3'; + $this->serviceName = 'monitoring'; + + $this->projects_alertPolicies = new Google_Service_Monitoring_Resource_ProjectsAlertPolicies( + $this, + $this->serviceName, + 'alertPolicies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+name}/alertPolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/alertPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_collectdTimeSeries = new Google_Service_Monitoring_Resource_ProjectsCollectdTimeSeries( + $this, + $this->serviceName, + 'collectdTimeSeries', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+name}/collectdTimeSeries', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_groups = new Google_Service_Monitoring_Resource_ProjectsGroups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+name}/groups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'recursive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/groups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'ancestorsOfGroup' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'childrenOfGroup' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'descendantsOfGroup' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->projects_groups_members = new Google_Service_Monitoring_Resource_ProjectsGroupsMembers( + $this, + $this->serviceName, + 'members', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v3/{+name}/members', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'interval.endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'interval.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_metricDescriptors = new Google_Service_Monitoring_Resource_ProjectsMetricDescriptors( + $this, + $this->serviceName, + 'metricDescriptors', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+name}/metricDescriptors', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/metricDescriptors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_monitoredResourceDescriptors = new Google_Service_Monitoring_Resource_ProjectsMonitoredResourceDescriptors( + $this, + $this->serviceName, + 'monitoredResourceDescriptors', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/monitoredResourceDescriptors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_notificationChannelDescriptors = new Google_Service_Monitoring_Resource_ProjectsNotificationChannelDescriptors( + $this, + $this->serviceName, + 'notificationChannelDescriptors', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/notificationChannelDescriptors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_notificationChannels = new Google_Service_Monitoring_Resource_ProjectsNotificationChannels( + $this, + $this->serviceName, + 'notificationChannels', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+name}/notificationChannels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'force' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getVerificationCode' => array( + 'path' => 'v3/{+name}:getVerificationCode', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/notificationChannels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sendVerificationCode' => array( + 'path' => 'v3/{+name}:sendVerificationCode', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'verify' => array( + 'path' => 'v3/{+name}:verify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_timeSeries = new Google_Service_Monitoring_Resource_ProjectsTimeSeries( + $this, + $this->serviceName, + 'timeSeries', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+name}/timeSeries', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+name}/timeSeries', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'aggregation.groupByFields' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'interval.endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'aggregation.alignmentPeriod' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'aggregation.crossSeriesReducer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'aggregation.perSeriesAligner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'interval.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_uptimeCheckConfigs = new Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs( + $this, + $this->serviceName, + 'uptimeCheckConfigs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v3/{+parent}/uptimeCheckConfigs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v3/{+parent}/uptimeCheckConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v3/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->uptimeCheckIps = new Google_Service_Monitoring_Resource_UptimeCheckIps( + $this, + $this->serviceName, + 'uptimeCheckIps', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v3/uptimeCheckIps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Aggregation.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Aggregation.php new file mode 100644 index 000000000..c2ef53c60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Aggregation.php @@ -0,0 +1,58 @@ +alignmentPeriod = $alignmentPeriod; + } + public function getAlignmentPeriod() + { + return $this->alignmentPeriod; + } + public function setCrossSeriesReducer($crossSeriesReducer) + { + $this->crossSeriesReducer = $crossSeriesReducer; + } + public function getCrossSeriesReducer() + { + return $this->crossSeriesReducer; + } + public function setGroupByFields($groupByFields) + { + $this->groupByFields = $groupByFields; + } + public function getGroupByFields() + { + return $this->groupByFields; + } + public function setPerSeriesAligner($perSeriesAligner) + { + $this->perSeriesAligner = $perSeriesAligner; + } + public function getPerSeriesAligner() + { + return $this->perSeriesAligner; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/AlertPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/AlertPolicy.php new file mode 100644 index 000000000..a4ff415a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/AlertPolicy.php @@ -0,0 +1,156 @@ +combiner = $combiner; + } + public function getCombiner() + { + return $this->combiner; + } + /** + * @param Google_Service_Monitoring_Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_Monitoring_Condition + */ + public function getConditions() + { + return $this->conditions; + } + /** + * @param Google_Service_Monitoring_MutationRecord + */ + public function setCreationRecord(Google_Service_Monitoring_MutationRecord $creationRecord) + { + $this->creationRecord = $creationRecord; + } + /** + * @return Google_Service_Monitoring_MutationRecord + */ + public function getCreationRecord() + { + return $this->creationRecord; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Monitoring_Documentation + */ + public function setDocumentation(Google_Service_Monitoring_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_Monitoring_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + /** + * @param Google_Service_Monitoring_MutationRecord + */ + public function setMutationRecord(Google_Service_Monitoring_MutationRecord $mutationRecord) + { + $this->mutationRecord = $mutationRecord; + } + /** + * @return Google_Service_Monitoring_MutationRecord + */ + public function getMutationRecord() + { + return $this->mutationRecord; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotificationChannels($notificationChannels) + { + $this->notificationChannels = $notificationChannels; + } + public function getNotificationChannels() + { + return $this->notificationChannels; + } + public function setUserLabels($userLabels) + { + $this->userLabels = $userLabels; + } + public function getUserLabels() + { + return $this->userLabels; + } + /** + * @param Google_Service_Monitoring_Status + */ + public function setValidity(Google_Service_Monitoring_Status $validity) + { + $this->validity = $validity; + } + /** + * @return Google_Service_Monitoring_Status + */ + public function getValidity() + { + return $this->validity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/BasicAuthentication.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/BasicAuthentication.php new file mode 100644 index 000000000..02e91947d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/BasicAuthentication.php @@ -0,0 +1,39 @@ +password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.php new file mode 100644 index 000000000..86d3450fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.php @@ -0,0 +1,69 @@ +explicitBuckets = $explicitBuckets; + } + /** + * @return Google_Service_Monitoring_Explicit + */ + public function getExplicitBuckets() + { + return $this->explicitBuckets; + } + /** + * @param Google_Service_Monitoring_Exponential + */ + public function setExponentialBuckets(Google_Service_Monitoring_Exponential $exponentialBuckets) + { + $this->exponentialBuckets = $exponentialBuckets; + } + /** + * @return Google_Service_Monitoring_Exponential + */ + public function getExponentialBuckets() + { + return $this->exponentialBuckets; + } + /** + * @param Google_Service_Monitoring_Linear + */ + public function setLinearBuckets(Google_Service_Monitoring_Linear $linearBuckets) + { + $this->linearBuckets = $linearBuckets; + } + /** + * @return Google_Service_Monitoring_Linear + */ + public function getLinearBuckets() + { + return $this->linearBuckets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.php new file mode 100644 index 000000000..289e0845f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.php @@ -0,0 +1,108 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Monitoring_TypedValue + */ + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Monitoring_TypedValue + */ + public function getMetadata() + { + return $this->metadata; + } + public function setPlugin($plugin) + { + $this->plugin = $plugin; + } + public function getPlugin() + { + return $this->plugin; + } + public function setPluginInstance($pluginInstance) + { + $this->pluginInstance = $pluginInstance; + } + public function getPluginInstance() + { + return $this->pluginInstance; + } + 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 setTypeInstance($typeInstance) + { + $this->typeInstance = $typeInstance; + } + public function getTypeInstance() + { + return $this->typeInstance; + } + /** + * @param Google_Service_Monitoring_CollectdValue + */ + public function setValues($values) + { + $this->values = $values; + } + /** + * @return Google_Service_Monitoring_CollectdValue + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayloadError.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayloadError.php new file mode 100644 index 000000000..77efb9057 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayloadError.php @@ -0,0 +1,63 @@ +error = $error; + } + /** + * @return Google_Service_Monitoring_Status + */ + public function getError() + { + return $this->error; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Monitoring_CollectdValueError + */ + public function setValueErrors($valueErrors) + { + $this->valueErrors = $valueErrors; + } + /** + * @return Google_Service_Monitoring_CollectdValueError + */ + public function getValueErrors() + { + return $this->valueErrors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.php new file mode 100644 index 000000000..02c6eda8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.php @@ -0,0 +1,55 @@ +dataSourceName = $dataSourceName; + } + public function getDataSourceName() + { + return $this->dataSourceName; + } + public function setDataSourceType($dataSourceType) + { + $this->dataSourceType = $dataSourceType; + } + public function getDataSourceType() + { + return $this->dataSourceType; + } + /** + * @param Google_Service_Monitoring_TypedValue + */ + public function setValue(Google_Service_Monitoring_TypedValue $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Monitoring_TypedValue + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValueError.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValueError.php new file mode 100644 index 000000000..ba8915900 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValueError.php @@ -0,0 +1,46 @@ +error = $error; + } + /** + * @return Google_Service_Monitoring_Status + */ + public function getError() + { + return $this->error; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Condition.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Condition.php new file mode 100644 index 000000000..be1c860d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Condition.php @@ -0,0 +1,71 @@ +conditionAbsent = $conditionAbsent; + } + /** + * @return Google_Service_Monitoring_MetricAbsence + */ + public function getConditionAbsent() + { + return $this->conditionAbsent; + } + /** + * @param Google_Service_Monitoring_MetricThreshold + */ + public function setConditionThreshold(Google_Service_Monitoring_MetricThreshold $conditionThreshold) + { + $this->conditionThreshold = $conditionThreshold; + } + /** + * @return Google_Service_Monitoring_MetricThreshold + */ + public function getConditionThreshold() + { + return $this->conditionThreshold; + } + 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/vendor/google/apiclient-services/src/Google/Service/Monitoring/ContentMatcher.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ContentMatcher.php new file mode 100644 index 000000000..6efd18344 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ContentMatcher.php @@ -0,0 +1,39 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setMatcher($matcher) + { + $this->matcher = $matcher; + } + public function getMatcher() + { + return $this->matcher; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.php new file mode 100644 index 000000000..fe2c559a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.php @@ -0,0 +1,63 @@ +collectdPayloads = $collectdPayloads; + } + /** + * @return Google_Service_Monitoring_CollectdPayload + */ + public function getCollectdPayloads() + { + return $this->collectdPayloads; + } + public function setCollectdVersion($collectdVersion) + { + $this->collectdVersion = $collectdVersion; + } + public function getCollectdVersion() + { + return $this->collectdVersion; + } + /** + * @param Google_Service_Monitoring_MonitoredResource + */ + public function setResource(Google_Service_Monitoring_MonitoredResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_Monitoring_MonitoredResource + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesResponse.php new file mode 100644 index 000000000..6619b7e29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesResponse.php @@ -0,0 +1,38 @@ +payloadErrors = $payloadErrors; + } + /** + * @return Google_Service_Monitoring_CollectdPayloadError + */ + public function getPayloadErrors() + { + return $this->payloadErrors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.php new file mode 100644 index 000000000..2f05aa95d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.php @@ -0,0 +1,38 @@ +timeSeries = $timeSeries; + } + /** + * @return Google_Service_Monitoring_TimeSeries + */ + public function getTimeSeries() + { + return $this->timeSeries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.php new file mode 100644 index 000000000..e8ac65307 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.php @@ -0,0 +1,106 @@ +bucketCounts = $bucketCounts; + } + public function getBucketCounts() + { + return $this->bucketCounts; + } + /** + * @param Google_Service_Monitoring_BucketOptions + */ + public function setBucketOptions(Google_Service_Monitoring_BucketOptions $bucketOptions) + { + $this->bucketOptions = $bucketOptions; + } + /** + * @return Google_Service_Monitoring_BucketOptions + */ + public function getBucketOptions() + { + return $this->bucketOptions; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_Monitoring_Exemplar + */ + public function setExemplars($exemplars) + { + $this->exemplars = $exemplars; + } + /** + * @return Google_Service_Monitoring_Exemplar + */ + public function getExemplars() + { + return $this->exemplars; + } + public function setMean($mean) + { + $this->mean = $mean; + } + public function getMean() + { + return $this->mean; + } + /** + * @param Google_Service_Monitoring_Range + */ + public function setRange(Google_Service_Monitoring_Range $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Monitoring_Range + */ + public function getRange() + { + return $this->range; + } + public function setSumOfSquaredDeviation($sumOfSquaredDeviation) + { + $this->sumOfSquaredDeviation = $sumOfSquaredDeviation; + } + public function getSumOfSquaredDeviation() + { + return $this->sumOfSquaredDeviation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Documentation.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Documentation.php new file mode 100644 index 000000000..34d8f7951 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Documentation.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/vendor/google/apiclient-services/src/Google/Service/Monitoring/DroppedLabels.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/DroppedLabels.php new file mode 100644 index 000000000..7fe0e3050 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/DroppedLabels.php @@ -0,0 +1,30 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exemplar.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exemplar.php new file mode 100644 index 000000000..78dcc4e5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exemplar.php @@ -0,0 +1,49 @@ +attachments = $attachments; + } + public function getAttachments() + { + return $this->attachments; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php new file mode 100644 index 000000000..c9918713e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php @@ -0,0 +1,31 @@ +bounds = $bounds; + } + public function getBounds() + { + return $this->bounds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exponential.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exponential.php new file mode 100644 index 000000000..9009c1fec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Exponential.php @@ -0,0 +1,48 @@ +growthFactor = $growthFactor; + } + public function getGrowthFactor() + { + return $this->growthFactor; + } + public function setNumFiniteBuckets($numFiniteBuckets) + { + $this->numFiniteBuckets = $numFiniteBuckets; + } + public function getNumFiniteBuckets() + { + return $this->numFiniteBuckets; + } + public function setScale($scale) + { + $this->scale = $scale; + } + public function getScale() + { + return $this->scale; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Field.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Field.php new file mode 100644 index 000000000..ff3bcc58f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Field.php @@ -0,0 +1,119 @@ +cardinality = $cardinality; + } + public function getCardinality() + { + return $this->cardinality; + } + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setJsonName($jsonName) + { + $this->jsonName = $jsonName; + } + public function getJsonName() + { + return $this->jsonName; + } + 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 setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setOneofIndex($oneofIndex) + { + $this->oneofIndex = $oneofIndex; + } + public function getOneofIndex() + { + return $this->oneofIndex; + } + /** + * @param Google_Service_Monitoring_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_Monitoring_Option + */ + public function getOptions() + { + return $this->options; + } + public function setPacked($packed) + { + $this->packed = $packed; + } + public function getPacked() + { + return $this->packed; + } + public function setTypeUrl($typeUrl) + { + $this->typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeRequest.php new file mode 100644 index 000000000..f8a12a984 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeRequest.php @@ -0,0 +1,30 @@ +expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeResponse.php new file mode 100644 index 000000000..30c8a42c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/GetNotificationChannelVerificationCodeResponse.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php new file mode 100644 index 000000000..1746e1a7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setIsCluster($isCluster) + { + $this->isCluster = $isCluster; + } + public function getIsCluster() + { + return $this->isCluster; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParentName($parentName) + { + $this->parentName = $parentName; + } + public function getParentName() + { + return $this->parentName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/HttpCheck.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/HttpCheck.php new file mode 100644 index 000000000..37ed513a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/HttpCheck.php @@ -0,0 +1,91 @@ +authInfo = $authInfo; + } + /** + * @return Google_Service_Monitoring_BasicAuthentication + */ + public function getAuthInfo() + { + return $this->authInfo; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setMaskHeaders($maskHeaders) + { + $this->maskHeaders = $maskHeaders; + } + public function getMaskHeaders() + { + return $this->maskHeaders; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setUseSsl($useSsl) + { + $this->useSsl = $useSsl; + } + public function getUseSsl() + { + return $this->useSsl; + } + public function setValidateSsl($validateSsl) + { + $this->validateSsl = $validateSsl; + } + public function getValidateSsl() + { + return $this->validateSsl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/InternalChecker.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/InternalChecker.php new file mode 100644 index 000000000..aae0b8ec7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/InternalChecker.php @@ -0,0 +1,75 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setGcpZone($gcpZone) + { + $this->gcpZone = $gcpZone; + } + public function getGcpZone() + { + return $this->gcpZone; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setPeerProjectId($peerProjectId) + { + $this->peerProjectId = $peerProjectId; + } + public function getPeerProjectId() + { + return $this->peerProjectId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/LabelDescriptor.php new file mode 100644 index 000000000..a3805fb45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Linear.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Linear.php new file mode 100644 index 000000000..307a0105b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Linear.php @@ -0,0 +1,48 @@ +numFiniteBuckets = $numFiniteBuckets; + } + public function getNumFiniteBuckets() + { + return $this->numFiniteBuckets; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListAlertPoliciesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListAlertPoliciesResponse.php new file mode 100644 index 000000000..0b82ed033 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListAlertPoliciesResponse.php @@ -0,0 +1,47 @@ +alertPolicies = $alertPolicies; + } + /** + * @return Google_Service_Monitoring_AlertPolicy + */ + public function getAlertPolicies() + { + return $this->alertPolicies; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupMembersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupMembersResponse.php new file mode 100644 index 000000000..56a525a69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupMembersResponse.php @@ -0,0 +1,56 @@ +members = $members; + } + /** + * @return Google_Service_Monitoring_MonitoredResource + */ + public function getMembers() + { + return $this->members; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php new file mode 100644 index 000000000..dfc010912 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php @@ -0,0 +1,47 @@ +group = $group; + } + /** + * @return Google_Service_Monitoring_Group + */ + public function getGroup() + { + return $this->group; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php new file mode 100644 index 000000000..5c4c77c18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php @@ -0,0 +1,47 @@ +metricDescriptors = $metricDescriptors; + } + /** + * @return Google_Service_Monitoring_MetricDescriptor + */ + public function getMetricDescriptors() + { + return $this->metricDescriptors; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php new file mode 100644 index 000000000..1627517cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Monitoring_MonitoredResourceDescriptor + */ + public function setResourceDescriptors($resourceDescriptors) + { + $this->resourceDescriptors = $resourceDescriptors; + } + /** + * @return Google_Service_Monitoring_MonitoredResourceDescriptor + */ + public function getResourceDescriptors() + { + return $this->resourceDescriptors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelDescriptorsResponse.php new file mode 100644 index 000000000..8cd5985ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelDescriptorsResponse.php @@ -0,0 +1,47 @@ +channelDescriptors = $channelDescriptors; + } + /** + * @return Google_Service_Monitoring_NotificationChannelDescriptor + */ + public function getChannelDescriptors() + { + return $this->channelDescriptors; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelsResponse.php new file mode 100644 index 000000000..e252cc5b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListNotificationChannelsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Monitoring_NotificationChannel + */ + public function setNotificationChannels($notificationChannels) + { + $this->notificationChannels = $notificationChannels; + } + /** + * @return Google_Service_Monitoring_NotificationChannel + */ + public function getNotificationChannels() + { + return $this->notificationChannels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.php new file mode 100644 index 000000000..287eb6be8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.php @@ -0,0 +1,63 @@ +executionErrors = $executionErrors; + } + /** + * @return Google_Service_Monitoring_Status + */ + public function getExecutionErrors() + { + return $this->executionErrors; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Monitoring_TimeSeries + */ + public function setTimeSeries($timeSeries) + { + $this->timeSeries = $timeSeries; + } + /** + * @return Google_Service_Monitoring_TimeSeries + */ + public function getTimeSeries() + { + return $this->timeSeries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckConfigsResponse.php new file mode 100644 index 000000000..10582b643 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckConfigsResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } + /** + * @param Google_Service_Monitoring_UptimeCheckConfig + */ + public function setUptimeCheckConfigs($uptimeCheckConfigs) + { + $this->uptimeCheckConfigs = $uptimeCheckConfigs; + } + /** + * @return Google_Service_Monitoring_UptimeCheckConfig + */ + public function getUptimeCheckConfigs() + { + return $this->uptimeCheckConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckIpsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckIpsResponse.php new file mode 100644 index 000000000..a7e63bb68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListUptimeCheckIpsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Monitoring_UptimeCheckIp + */ + public function setUptimeCheckIps($uptimeCheckIps) + { + $this->uptimeCheckIps = $uptimeCheckIps; + } + /** + * @return Google_Service_Monitoring_UptimeCheckIp + */ + public function getUptimeCheckIps() + { + return $this->uptimeCheckIps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php new file mode 100644 index 000000000..b0828d829 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php @@ -0,0 +1,39 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricAbsence.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricAbsence.php new file mode 100644 index 000000000..4cd2bc646 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricAbsence.php @@ -0,0 +1,72 @@ +aggregations = $aggregations; + } + /** + * @return Google_Service_Monitoring_Aggregation + */ + public function getAggregations() + { + return $this->aggregations; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + /** + * @param Google_Service_Monitoring_Trigger + */ + public function setTrigger(Google_Service_Monitoring_Trigger $trigger) + { + $this->trigger = $trigger; + } + /** + * @return Google_Service_Monitoring_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php new file mode 100644 index 000000000..eff6124ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php @@ -0,0 +1,135 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Monitoring_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Monitoring_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + /** + * @param Google_Service_Monitoring_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_Monitoring_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Monitoring_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptorMetadata.php new file mode 100644 index 000000000..37580a7c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricThreshold.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricThreshold.php new file mode 100644 index 000000000..30a822928 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricThreshold.php @@ -0,0 +1,115 @@ +aggregations = $aggregations; + } + /** + * @return Google_Service_Monitoring_Aggregation + */ + public function getAggregations() + { + return $this->aggregations; + } + public function setComparison($comparison) + { + $this->comparison = $comparison; + } + public function getComparison() + { + return $this->comparison; + } + /** + * @param Google_Service_Monitoring_Aggregation + */ + public function setDenominatorAggregations($denominatorAggregations) + { + $this->denominatorAggregations = $denominatorAggregations; + } + /** + * @return Google_Service_Monitoring_Aggregation + */ + public function getDenominatorAggregations() + { + return $this->denominatorAggregations; + } + public function setDenominatorFilter($denominatorFilter) + { + $this->denominatorFilter = $denominatorFilter; + } + public function getDenominatorFilter() + { + return $this->denominatorFilter; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setThresholdValue($thresholdValue) + { + $this->thresholdValue = $thresholdValue; + } + public function getThresholdValue() + { + return $this->thresholdValue; + } + /** + * @param Google_Service_Monitoring_Trigger + */ + public function setTrigger(Google_Service_Monitoring_Trigger $trigger) + { + $this->trigger = $trigger; + } + /** + * @return Google_Service_Monitoring_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php new file mode 100644 index 000000000..c4c512696 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php @@ -0,0 +1,39 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..140677ffb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Monitoring_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Monitoring_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceMetadata.php new file mode 100644 index 000000000..8125c606b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResourceMetadata.php @@ -0,0 +1,39 @@ +systemLabels = $systemLabels; + } + public function getSystemLabels() + { + return $this->systemLabels; + } + public function setUserLabels($userLabels) + { + $this->userLabels = $userLabels; + } + public function getUserLabels() + { + return $this->userLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php new file mode 100644 index 000000000..56946374d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php @@ -0,0 +1,20 @@ +mutateTime = $mutateTime; + } + public function getMutateTime() + { + return $this->mutateTime; + } + public function setMutatedBy($mutatedBy) + { + $this->mutatedBy = $mutatedBy; + } + public function getMutatedBy() + { + return $this->mutatedBy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannel.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannel.php new file mode 100644 index 000000000..fefbb8a9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannel.php @@ -0,0 +1,93 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserLabels($userLabels) + { + $this->userLabels = $userLabels; + } + public function getUserLabels() + { + return $this->userLabels; + } + public function setVerificationStatus($verificationStatus) + { + $this->verificationStatus = $verificationStatus; + } + public function getVerificationStatus() + { + return $this->verificationStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannelDescriptor.php new file mode 100644 index 000000000..345292873 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/NotificationChannelDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Monitoring_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Monitoring_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSupportedTiers($supportedTiers) + { + $this->supportedTiers = $supportedTiers; + } + public function getSupportedTiers() + { + return $this->supportedTiers; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Option.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Option.php new file mode 100644 index 000000000..669bc37bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Option.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Point.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Point.php new file mode 100644 index 000000000..ac3d22482 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Point.php @@ -0,0 +1,53 @@ +interval = $interval; + } + /** + * @return Google_Service_Monitoring_TimeInterval + */ + public function getInterval() + { + return $this->interval; + } + /** + * @param Google_Service_Monitoring_TypedValue + */ + public function setValue(Google_Service_Monitoring_TypedValue $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Monitoring_TypedValue + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Range.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Range.php new file mode 100644 index 000000000..f867ff310 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Range.php @@ -0,0 +1,39 @@ +max = $max; + } + public function getMax() + { + return $this->max; + } + public function setMin($min) + { + $this->min = $min; + } + public function getMin() + { + return $this->min; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Projects.php new file mode 100644 index 000000000..b2afd3f69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $projects = $monitoringService->projects; + * + */ +class Google_Service_Monitoring_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php new file mode 100644 index 000000000..a47dadada --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php @@ -0,0 +1,146 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $alertPolicies = $monitoringService->alertPolicies; + * + */ +class Google_Service_Monitoring_Resource_ProjectsAlertPolicies extends Google_Service_Resource +{ + /** + * Creates a new alerting policy. (alertPolicies.create) + * + * @param string $name The project in which to create the alerting policy. The + * format is projects/[PROJECT_ID].Note that this field names the parent + * container in which the alerting policy will be written, not the name of the + * created policy. 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/[POLICY_ID], identifying the policy in the + * container. + * @param Google_Service_Monitoring_AlertPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_AlertPolicy + */ + public function create($name, Google_Service_Monitoring_AlertPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_AlertPolicy"); + } + /** + * Deletes an alerting policy. (alertPolicies.delete) + * + * @param string $name The alerting policy to delete. The format is: + * projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] For more information, + * see AlertPolicy. + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MonitoringEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Gets a single alerting policy. (alertPolicies.get) + * + * @param string $name The alerting policy to retrieve. The format is + * projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_AlertPolicy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_AlertPolicy"); + } + /** + * Lists the existing alerting policies for the project. + * (alertPolicies.listProjectsAlertPolicies) + * + * @param string $name The project whose alert policies are to be listed. The + * format is projects/[PROJECT_ID] 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 + * must be met by alert policies to be included in the response.For more + * details, see sorting and filtering. + * @opt_param string orderBy A comma-separated list of fields by which to sort + * the result. Supports the same set of field references as the filter field. + * Entries can be prefixed with a minus sign to sort by the field in descending + * order.For more details, see sorting and filtering. + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return more results from the previous method + * call. + * @opt_param int pageSize The maximum number of results to return in a single + * response. + * @return Google_Service_Monitoring_ListAlertPoliciesResponse + */ + public function listProjectsAlertPolicies($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListAlertPoliciesResponse"); + } + /** + * Updates an alerting policy. You can either replace the entire policy with a + * new one or replace only certain fields in the current alerting policy by + * specifying the fields to be updated via updateMask. Returns the updated + * alerting policy. (alertPolicies.patch) + * + * @param string $name Required if the policy exists. The resource name for this + * policy. The syntax is: projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + * [ALERT_POLICY_ID] is assigned by Stackdriver Monitoring when the policy is + * created. When calling the alertPolicies.create method, do not include the + * name field in the alerting policy passed as part of the request. + * @param Google_Service_Monitoring_AlertPolicy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. A list of alerting policy field names. + * If this field is not empty, each listed field in the existing alerting policy + * is set to the value of the corresponding field in the supplied policy + * (alert_policy), or to the field's default value if the field is not in the + * supplied alerting policy. Fields not listed retain their previous + * value.Examples of valid field masks include display_name, documentation, + * documentation.content, documentation.mime_type, user_labels, + * user_label.nameofkey, enabled, conditions, combiner, etc.If this field is + * empty, then the supplied alerting policy replaces the existing policy. It is + * the same as deleting the existing policy and adding the supplied policy, + * except for the following: The new policy will have the same [ALERT_POLICY_ID] + * as the former policy. This gives you continuity with the former policy in + * your notifications and incidents. Conditions in the new policy will keep + * their former [CONDITION_ID] if the supplied condition includes the name field + * with that [CONDITION_ID]. If the supplied condition omits the name field, + * then a new [CONDITION_ID] is created. + * @return Google_Service_Monitoring_AlertPolicy + */ + public function patch($name, Google_Service_Monitoring_AlertPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Monitoring_AlertPolicy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php new file mode 100644 index 000000000..b0c0efc3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php @@ -0,0 +1,45 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $collectdTimeSeries = $monitoringService->collectdTimeSeries; + * + */ +class Google_Service_Monitoring_Resource_ProjectsCollectdTimeSeries extends Google_Service_Resource +{ + /** + * Stackdriver Monitoring Agent only: Creates a new time series.This method is + * 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 Google_Service_Monitoring_CreateCollectdTimeSeriesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_CreateCollectdTimeSeriesResponse + */ + public function create($name, Google_Service_Monitoring_CreateCollectdTimeSeriesRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_CreateCollectdTimeSeriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php new file mode 100644 index 000000000..86a75dd27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php @@ -0,0 +1,134 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $groups = $monitoringService->groups; + * + */ +class Google_Service_Monitoring_Resource_ProjectsGroups extends Google_Service_Resource +{ + /** + * Creates a new group. (groups.create) + * + * @param string $name The project 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. + * + * @opt_param bool validateOnly If true, validate this request but do not create + * the group. + * @return Google_Service_Monitoring_Group + */ + public function create($name, Google_Service_Monitoring_Group $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_Group"); + } + /** + * Deletes an existing group. (groups.delete) + * + * @param string $name The group to delete. The format is + * "projects/{project_id_or_number}/groups/{group_id}". + * @param array $optParams Optional parameters. + * + * @opt_param bool recursive If this field is true, then the request means to + * delete a group with all its descendants. Otherwise, the request means to + * delete a group only when it has no descendants. The default value is false. + * @return Google_Service_Monitoring_MonitoringEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Gets a single group. (groups.get) + * + * @param string $name The group to retrieve. The format is + * "projects/{project_id_or_number}/groups/{group_id}". + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_Group + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_Group"); + } + /** + * Lists the existing groups. (groups.listProjectsGroups) + * + * @param string $name The project whose groups are to be listed. The format is + * "projects/{project_id_or_number}". + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. + * @opt_param string ancestorsOfGroup A group name: + * "projects/{project_id_or_number}/groups/{group_id}". Returns groups that are + * ancestors of the specified group. The groups are returned in order, starting + * with the immediate parent and ending with the most distant ancestor. If the + * specified group has no immediate parent, the results are empty. + * @opt_param string childrenOfGroup A group name: + * "projects/{project_id_or_number}/groups/{group_id}". Returns groups whose + * parentName field contains the group name. If no groups have this parent, the + * results are empty. + * @opt_param string descendantsOfGroup A group name: + * "projects/{project_id_or_number}/groups/{group_id}". Returns the descendants + * of the specified group. This is a superset of the results returned by the + * childrenOfGroup filter, and includes children-of-children, and so forth. + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return additional results from the previous + * method call. + * @return Google_Service_Monitoring_ListGroupsResponse + */ + public function listProjectsGroups($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListGroupsResponse"); + } + /** + * Updates an existing group. You can change any group attributes except name. + * (groups.update) + * + * @param string $name Output only. The name of this group. The format is + * "projects/{project_id_or_number}/groups/{group_id}". When creating a group, + * this field is ignored and a new name is created consisting of the project + * specified in the call to CreateGroup and a unique {group_id} that is + * generated automatically. + * @param Google_Service_Monitoring_Group $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool validateOnly If true, validate this request but do not update + * the existing group. + * @return Google_Service_Monitoring_Group + */ + public function update($name, Google_Service_Monitoring_Group $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Monitoring_Group"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php new file mode 100644 index 000000000..61b6665e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php @@ -0,0 +1,59 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $members = $monitoringService->members; + * + */ +class Google_Service_Monitoring_Resource_ProjectsGroupsMembers extends Google_Service_Resource +{ + /** + * Lists the monitored resources that are members of a group. + * (members.listProjectsGroupsMembers) + * + * @param string $name The group whose members are listed. The format is + * "projects/{project_id_or_number}/groups/{group_id}". + * @param array $optParams Optional parameters. + * + * @opt_param string interval.endTime Required. The end of the time interval. + * @opt_param string filter An optional list filter describing the members to be + * returned. The filter may reference the type, labels, and metadata of + * monitored resources that comprise the group. For example, to return only + * resources representing Compute Engine VM instances, use this filter: + * resource.type = "gce_instance" + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return additional results from the previous + * method call. + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. + * @opt_param string interval.startTime Optional. The beginning of the time + * interval. The default value for the start time is the end time. The start + * time must not be later than the end time. + * @return Google_Service_Monitoring_ListGroupMembersResponse + */ + public function listProjectsGroupsMembers($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListGroupMembersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php new file mode 100644 index 000000000..6e0aea53d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php @@ -0,0 +1,106 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $metricDescriptors = $monitoringService->metricDescriptors; + * + */ +class Google_Service_Monitoring_Resource_ProjectsMetricDescriptors extends Google_Service_Resource +{ + /** + * Creates a new metric descriptor. User-created metric descriptors define + * custom metrics. (metricDescriptors.create) + * + * @param string $name The project on which to execute the request. The format + * is "projects/{project_id_or_number}". + * @param Google_Service_Monitoring_MetricDescriptor $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MetricDescriptor + */ + public function create($name, Google_Service_Monitoring_MetricDescriptor $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_MetricDescriptor"); + } + /** + * Deletes a metric descriptor. Only user-created custom metrics can be deleted. + * (metricDescriptors.delete) + * + * @param string $name The metric descriptor on which to execute the request. + * The format is + * "projects/{project_id_or_number}/metricDescriptors/{metric_id}". An example + * of {metric_id} is: "custom.googleapis.com/my_test_metric". + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MonitoringEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Gets a single metric descriptor. This method does not require a Stackdriver + * account. (metricDescriptors.get) + * + * @param string $name The metric descriptor on which to execute the request. + * The format is + * "projects/{project_id_or_number}/metricDescriptors/{metric_id}". An example + * value of {metric_id} is + * "compute.googleapis.com/instance/disk/read_bytes_count". + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MetricDescriptor + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_MetricDescriptor"); + } + /** + * Lists metric descriptors that match a filter. This method does not require a + * Stackdriver account. (metricDescriptors.listProjectsMetricDescriptors) + * + * @param string $name The project 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- + * defined metric descriptors are returned. Otherwise, the filter specifies + * which metric descriptors are to be returned. For example, the following + * filter matches all custom metrics: metric.type = + * starts_with("custom.googleapis.com/") + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return additional results from the previous + * method call. + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. + * @return Google_Service_Monitoring_ListMetricDescriptorsResponse + */ + public function listProjectsMetricDescriptors($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListMetricDescriptorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php new file mode 100644 index 000000000..8b851d0e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php @@ -0,0 +1,72 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $monitoredResourceDescriptors = $monitoringService->monitoredResourceDescriptors; + * + */ +class Google_Service_Monitoring_Resource_ProjectsMonitoredResourceDescriptors extends Google_Service_Resource +{ + /** + * Gets a single monitored resource descriptor. This method does not require a + * Stackdriver account. (monitoredResourceDescriptors.get) + * + * @param string $name The monitored resource descriptor to get. The format is " + * projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}" + * . The {resource_type} is a predefined type, such as cloudsql_database. + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MonitoredResourceDescriptor + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_MonitoredResourceDescriptor"); + } + /** + * Lists monitored resource descriptors that match a filter. This method does + * not require a Stackdriver account. + * (monitoredResourceDescriptors.listProjectsMonitoredResourceDescriptors) + * + * @param string $name The project on which to execute the request. The format + * is "projects/{project_id_or_number}". + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return additional results from the previous + * method call. + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. + * @opt_param string filter An optional filter describing the descriptors to be + * returned. The filter can reference the descriptor's type and labels. For + * example, the following filter returns only Google Compute Engine descriptors + * that have an id label: resource.type = starts_with("gce_") AND + * resource.label:id + * @return Google_Service_Monitoring_ListMonitoredResourceDescriptorsResponse + */ + public function listProjectsMonitoredResourceDescriptors($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListMonitoredResourceDescriptorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php new file mode 100644 index 000000000..6fa80bd97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php @@ -0,0 +1,71 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $notificationChannelDescriptors = $monitoringService->notificationChannelDescriptors; + * + */ +class Google_Service_Monitoring_Resource_ProjectsNotificationChannelDescriptors extends Google_Service_Resource +{ + /** + * Gets a single channel descriptor. The descriptor indicates which fields are + * expected / permitted for a notification channel of the given type. + * (notificationChannelDescriptors.get) + * + * @param string $name The channel type for which to execute the request. The + * format is + * projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}. + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_NotificationChannelDescriptor + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_NotificationChannelDescriptor"); + } + /** + * Lists the descriptors for supported channel types. The use of descriptors + * makes it possible for new channel types to be dynamically added. + * (notificationChannelDescriptors.listProjectsNotificationChannelDescriptors) + * + * @param string $name The REST resource name of the parent from which to + * retrieve the notification channel descriptors. The expected syntax is: + * projects/[PROJECT_ID] 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. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken If non-empty, page_token must contain a value + * returned as the next_page_token in a previous response to request the next + * set of results. + * @opt_param int pageSize The maximum number of results to return in a single + * response. If not set to a positive number, a reasonable value will be chosen + * by the service. + * @return Google_Service_Monitoring_ListNotificationChannelDescriptorsResponse + */ + public function listProjectsNotificationChannelDescriptors($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListNotificationChannelDescriptorsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php new file mode 100644 index 000000000..f7db431df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php @@ -0,0 +1,205 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $notificationChannels = $monitoringService->notificationChannels; + * + */ +class Google_Service_Monitoring_Resource_ProjectsNotificationChannels extends Google_Service_Resource +{ + /** + * Creates a new notification channel, representing a single notification + * endpoint such as an email address, SMS number, or PagerDuty service. + * (notificationChannels.create) + * + * @param string $name The project on which to execute the request. The format + * is: projects/[PROJECT_ID] Note that 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 + */ + public function create($name, Google_Service_Monitoring_NotificationChannel $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_NotificationChannel"); + } + /** + * Deletes a notification channel. (notificationChannels.delete) + * + * @param string $name The channel for which to execute the request. The format + * is projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]. + * @param array $optParams Optional parameters. + * + * @opt_param bool force If true, the notification channel will be deleted + * regardless of its use in alert policies (the policies will be updated to + * remove the channel). If false, channels that are still referenced by an + * existing alerting policy will fail to be deleted in a delete operation. + * @return Google_Service_Monitoring_MonitoringEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Gets a single notification channel. The channel includes the relevant + * configuration details with which the channel was created. However, the + * response may truncate or omit passwords, API keys, or other private key + * matter and thus the response may not be 100% identical to the information + * that was supplied in the call to the create method. + * (notificationChannels.get) + * + * @param string $name The channel for which to execute the request. The format + * is projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]. + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_NotificationChannel + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_NotificationChannel"); + } + /** + * Requests a verification code for an already verified channel that can then be + * used in a call to VerifyNotificationChannel() on a different channel with an + * equivalent identity in the same or in a different project. This makes it + * possible to copy a channel between projects without requiring manual + * reverification of the channel. If the channel is not in the verified state, + * this method will fail (in other words, this may only be used if the + * SendNotificationChannelVerificationCode and VerifyNotificationChannel paths + * have already been used to put the given channel into the verified + * state).There is no guarantee that the verification codes returned by this + * method will be of a similar structure or form as the ones that are delivered + * to the channel via SendNotificationChannelVerificationCode; while + * VerifyNotificationChannel() will recognize both the codes delivered via + * SendNotificationChannelVerificationCode() and returned from + * GetNotificationChannelVerificationCode(), it is typically the case that the + * verification codes delivered via SendNotificationChannelVerificationCode() + * will be shorter and also have a shorter expiration (e.g. codes such as + * "G-123456") whereas GetVerificationCode() will typically return a much + * longer, websafe base 64 encoded string that has a longer expiration time. + * (notificationChannels.getVerificationCode) + * + * @param string $name The notification channel for which a verification code is + * to be generated and retrieved. This must name a channel that is already + * verified; if the specified channel is not verified, the request will fail. + * @param Google_Service_Monitoring_GetNotificationChannelVerificationCodeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_GetNotificationChannelVerificationCodeResponse + */ + public function getVerificationCode($name, Google_Service_Monitoring_GetNotificationChannelVerificationCodeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getVerificationCode', array($params), "Google_Service_Monitoring_GetNotificationChannelVerificationCodeResponse"); + } + /** + * Lists the notification channels that have been created for the project. + * (notificationChannels.listProjectsNotificationChannels) + * + * @param string $name The project on which to execute the request. The format + * is projects/[PROJECT_ID]. That is, 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. + * + * @opt_param string orderBy A comma-separated list of fields by which to sort + * the result. Supports the same set of fields as in filter. Entries can be + * prefixed with a minus sign to sort in descending rather than ascending + * order.For more details, see sorting and filtering. + * @opt_param string pageToken If non-empty, page_token must contain a value + * returned as the next_page_token in a previous response to request the next + * set of results. + * @opt_param int pageSize The maximum number of results to return in a single + * response. If not set to a positive number, a reasonable value will be chosen + * by the service. + * @opt_param string filter If provided, this field specifies the criteria that + * must be met by notification channels to be included in the response.For more + * details, see sorting and filtering. + * @return Google_Service_Monitoring_ListNotificationChannelsResponse + */ + public function listProjectsNotificationChannels($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListNotificationChannelsResponse"); + } + /** + * Updates a notification channel. Fields not specified in the field mask remain + * unchanged. (notificationChannels.patch) + * + * @param string $name The full REST resource name for this channel. The syntax + * is: projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] + * is automatically assigned by the server on creation. + * @param Google_Service_Monitoring_NotificationChannel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The fields to update. + * @return Google_Service_Monitoring_NotificationChannel + */ + public function patch($name, Google_Service_Monitoring_NotificationChannel $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Monitoring_NotificationChannel"); + } + /** + * Causes a verification code to be delivered to the channel. The code can then + * be supplied in VerifyNotificationChannel to verify the channel. + * (notificationChannels.sendVerificationCode) + * + * @param string $name The notification channel to which to send a verification + * code. + * @param Google_Service_Monitoring_SendNotificationChannelVerificationCodeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MonitoringEmpty + */ + public function sendVerificationCode($name, Google_Service_Monitoring_SendNotificationChannelVerificationCodeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendVerificationCode', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Verifies a NotificationChannel by proving receipt of the code delivered to + * the channel as a result of calling SendNotificationChannelVerificationCode. + * (notificationChannels.verify) + * + * @param string $name The notification channel to verify. + * @param Google_Service_Monitoring_VerifyNotificationChannelRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_NotificationChannel + */ + public function verify($name, Google_Service_Monitoring_VerifyNotificationChannelRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verify', array($params), "Google_Service_Monitoring_NotificationChannel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php new file mode 100644 index 000000000..c40dc645e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php @@ -0,0 +1,119 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $timeSeries = $monitoringService->timeSeries; + * + */ +class Google_Service_Monitoring_Resource_ProjectsTimeSeries extends Google_Service_Resource +{ + /** + * Creates or adds data to one or more time series. The response is empty if all + * time series in the request were written. If any time series could not be + * written, a corresponding failure message is included in the error response. + * (timeSeries.create) + * + * @param string $name The project 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 + */ + public function create($name, Google_Service_Monitoring_CreateTimeSeriesRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Lists time series that match a filter. This method does not require a + * Stackdriver account. (timeSeries.listProjectsTimeSeries) + * + * @param string $name The project on which to execute the request. The format + * is "projects/{project_id_or_number}". + * @param array $optParams Optional parameters. + * + * @opt_param string aggregation.groupByFields The set of fields to preserve + * when crossSeriesReducer is specified. The groupByFields determine how the + * time series are partitioned into subsets prior to applying the aggregation + * function. Each subset contains time series that have the same value for each + * of the grouping fields. Each individual time series is a member of exactly + * one subset. The crossSeriesReducer is applied to each subset of time series. + * It is not possible to reduce across different resource types, so this field + * implicitly contains resource.type. Fields not specified in groupByFields are + * aggregated away. If groupByFields is not specified and all the time series + * have the same resource type, then the time series are aggregated into a + * single output time series. If crossSeriesReducer is not defined, this field + * is ignored. + * @opt_param string interval.endTime Required. The end of the time interval. + * @opt_param string aggregation.alignmentPeriod The alignment period for per- + * time series alignment. If present, alignmentPeriod must be at least 60 + * seconds. After per-time series alignment, each time series will contain data + * points only on the period boundaries. If perSeriesAligner is not specified or + * equals ALIGN_NONE, then this field is ignored. If perSeriesAligner is + * specified and does not equal ALIGN_NONE, then this field must be defined; + * otherwise an error is returned. + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. If page_size is empty or more than 100,000 results, the + * effective page_size is 100,000 results. If view is set to FULL, this is the + * maximum number of Points returned. If view is set to HEADERS, this is the + * maximum number of TimeSeries returned. + * @opt_param string orderBy Unsupported: must be left blank. The points in each + * time series are returned in reverse time order. + * @opt_param string aggregation.crossSeriesReducer The approach to be used to + * combine time series. Not all reducer functions may be applied to all time + * series, depending on the metric type and the value type of the original time + * series. Reduction may change the metric type of value type of the time + * series.Time series data must be aligned in order to perform cross-time series + * reduction. If crossSeriesReducer is specified, then perSeriesAligner must be + * specified and not equal ALIGN_NONE and alignmentPeriod must be specified; + * otherwise, an error is returned. + * @opt_param string filter A monitoring filter that specifies which time series + * should be returned. The filter must specify a single metric type, and can + * additionally specify metric labels and other information. For example: + * metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND + * metric.labels.instance_name = "my-instance-name" + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return additional results from the previous + * method call. + * @opt_param string aggregation.perSeriesAligner The approach to be used to + * align individual time series. Not all alignment functions may be applied to + * all time series, depending on the metric type and value type of the original + * time series. Alignment may change the metric type or the value type of the + * time series.Time series data must be aligned in order to perform cross-time + * series reduction. If crossSeriesReducer is specified, then perSeriesAligner + * must be specified and not equal ALIGN_NONE and alignmentPeriod must be + * specified; otherwise, an error is returned. + * @opt_param string interval.startTime Optional. The beginning of the time + * interval. The default value for the start time is the end time. The start + * time must not be later than the end time. + * @opt_param string view Specifies which information is returned about the time + * series. + * @return Google_Service_Monitoring_ListTimeSeriesResponse + */ + public function listProjectsTimeSeries($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListTimeSeriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php new file mode 100644 index 000000000..de3cbeece --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php @@ -0,0 +1,125 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $uptimeCheckConfigs = $monitoringService->uptimeCheckConfigs; + * + */ +class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Google_Service_Resource +{ + /** + * Creates a new Uptime check configuration. (uptimeCheckConfigs.create) + * + * @param string $parent The project in which to create the Uptime check. The + * format is projects/[PROJECT_ID]. + * @param Google_Service_Monitoring_UptimeCheckConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_UptimeCheckConfig + */ + public function create($parent, Google_Service_Monitoring_UptimeCheckConfig $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); + } + /** + * Deletes an Uptime check configuration. Note that this method will fail if the + * Uptime check configuration is referenced by an alert policy or other + * dependent configs that would be rendered invalid by the deletion. + * (uptimeCheckConfigs.delete) + * + * @param string $name The Uptime check configuration to delete. The format is + * projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]. + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_MonitoringEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + } + /** + * Gets a single Uptime check configuration. (uptimeCheckConfigs.get) + * + * @param string $name The Uptime check configuration to retrieve. The format + * is projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]. + * @param array $optParams Optional parameters. + * @return Google_Service_Monitoring_UptimeCheckConfig + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); + } + /** + * Lists the existing valid Uptime check configurations for the project (leaving + * out any invalid configurations). + * (uptimeCheckConfigs.listProjectsUptimeCheckConfigs) + * + * @param string $parent The project whose Uptime check configurations are + * listed. The format is projects/[PROJECT_ID]. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return more results from the previous method + * call. + * @opt_param int pageSize The maximum number of results to return in a single + * response. The server may further constrain the maximum number of results + * returned in a single page. If the page_size is <=0, the server will decide + * the number of results to be returned. + * @return Google_Service_Monitoring_ListUptimeCheckConfigsResponse + */ + public function listProjectsUptimeCheckConfigs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListUptimeCheckConfigsResponse"); + } + /** + * Updates an Uptime check configuration. You can either replace the entire + * configuration with a new one or replace only certain fields in the current + * configuration by specifying the fields to be updated via updateMask. Returns + * the updated configuration. (uptimeCheckConfigs.patch) + * + * @param string $name A unique resource name for this Uptime check + * configuration. The format + * is:projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].This field + * should be omitted when creating the Uptime check configuration; on create, + * the resource name is assigned by the server and included in the response. + * @param Google_Service_Monitoring_UptimeCheckConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. If present, only the listed fields in + * the current Uptime check configuration are updated with values from the new + * configuration. If this field is empty, then the current configuration is + * completely replaced with the new configuration. + * @return Google_Service_Monitoring_UptimeCheckConfig + */ + public function patch($name, Google_Service_Monitoring_UptimeCheckConfig $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php new file mode 100644 index 000000000..04b786e7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php @@ -0,0 +1,50 @@ + + * $monitoringService = new Google_Service_Monitoring(...); + * $uptimeCheckIps = $monitoringService->uptimeCheckIps; + * + */ +class Google_Service_Monitoring_Resource_UptimeCheckIps extends Google_Service_Resource +{ + /** + * Returns the list of IP addresses that checkers run from + * (uptimeCheckIps.listUptimeCheckIps) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return more results from the previous method + * call. NOTE: this field is not yet implemented + * @opt_param int pageSize The maximum number of results to return in a single + * response. The server may further constrain the maximum number of results + * returned in a single page. If the page_size is <=0, the server will decide + * the number of results to be returned. NOTE: this field is not yet implemented + * @return Google_Service_Monitoring_ListUptimeCheckIpsResponse + */ + public function listUptimeCheckIps($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Monitoring_ListUptimeCheckIpsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ResourceGroup.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ResourceGroup.php new file mode 100644 index 000000000..44781963e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ResourceGroup.php @@ -0,0 +1,39 @@ +groupId = $groupId; + } + public function getGroupId() + { + return $this->groupId; + } + public function setResourceType($resourceType) + { + $this->resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/SendNotificationChannelVerificationCodeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/SendNotificationChannelVerificationCodeRequest.php new file mode 100644 index 000000000..0c152bd58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/SendNotificationChannelVerificationCodeRequest.php @@ -0,0 +1,20 @@ +fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/SpanContext.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/SpanContext.php new file mode 100644 index 000000000..d2a7e0d46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/SpanContext.php @@ -0,0 +1,30 @@ +spanName = $spanName; + } + public function getSpanName() + { + return $this->spanName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Status.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Status.php new file mode 100644 index 000000000..331ad5103 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/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/vendor/google/apiclient-services/src/Google/Service/Monitoring/TcpCheck.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TcpCheck.php new file mode 100644 index 000000000..2cdb6e43e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TcpCheck.php @@ -0,0 +1,30 @@ +port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeInterval.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeInterval.php new file mode 100644 index 000000000..6fe955115 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeInterval.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeries.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeries.php new file mode 100644 index 000000000..056a67419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TimeSeries.php @@ -0,0 +1,104 @@ +metadata = $metadata; + } + /** + * @return Google_Service_Monitoring_MonitoredResourceMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_Monitoring_Metric + */ + public function setMetric(Google_Service_Monitoring_Metric $metric) + { + $this->metric = $metric; + } + /** + * @return Google_Service_Monitoring_Metric + */ + public function getMetric() + { + return $this->metric; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + /** + * @param Google_Service_Monitoring_Point + */ + public function setPoints($points) + { + $this->points = $points; + } + /** + * @return Google_Service_Monitoring_Point + */ + public function getPoints() + { + return $this->points; + } + /** + * @param Google_Service_Monitoring_MonitoredResource + */ + public function setResource(Google_Service_Monitoring_MonitoredResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_Monitoring_MonitoredResource + */ + public function getResource() + { + return $this->resource; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Trigger.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Trigger.php new file mode 100644 index 000000000..2dcdc27a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Trigger.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setPercent($percent) + { + $this->percent = $percent; + } + public function getPercent() + { + return $this->percent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php new file mode 100644 index 000000000..69abf7664 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php @@ -0,0 +1,97 @@ +fields = $fields; + } + /** + * @return Google_Service_Monitoring_Field + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneofs($oneofs) + { + $this->oneofs = $oneofs; + } + public function getOneofs() + { + return $this->oneofs; + } + /** + * @param Google_Service_Monitoring_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_Monitoring_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_Monitoring_SourceContext + */ + public function setSourceContext(Google_Service_Monitoring_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_Monitoring_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php new file mode 100644 index 000000000..7a30eab7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php @@ -0,0 +1,73 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + /** + * @param Google_Service_Monitoring_Distribution + */ + public function setDistributionValue(Google_Service_Monitoring_Distribution $distributionValue) + { + $this->distributionValue = $distributionValue; + } + /** + * @return Google_Service_Monitoring_Distribution + */ + public function getDistributionValue() + { + return $this->distributionValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + public function setInt64Value($int64Value) + { + $this->int64Value = $int64Value; + } + public function getInt64Value() + { + return $this->int64Value; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php new file mode 100644 index 000000000..bbfd4bc00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php @@ -0,0 +1,172 @@ +contentMatchers = $contentMatchers; + } + /** + * @return Google_Service_Monitoring_ContentMatcher + */ + public function getContentMatchers() + { + return $this->contentMatchers; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Monitoring_HttpCheck + */ + public function setHttpCheck(Google_Service_Monitoring_HttpCheck $httpCheck) + { + $this->httpCheck = $httpCheck; + } + /** + * @return Google_Service_Monitoring_HttpCheck + */ + public function getHttpCheck() + { + return $this->httpCheck; + } + /** + * @param Google_Service_Monitoring_InternalChecker + */ + public function setInternalCheckers($internalCheckers) + { + $this->internalCheckers = $internalCheckers; + } + /** + * @return Google_Service_Monitoring_InternalChecker + */ + public function getInternalCheckers() + { + return $this->internalCheckers; + } + public function setIsInternal($isInternal) + { + $this->isInternal = $isInternal; + } + public function getIsInternal() + { + return $this->isInternal; + } + /** + * @param Google_Service_Monitoring_MonitoredResource + */ + public function setMonitoredResource(Google_Service_Monitoring_MonitoredResource $monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + /** + * @return Google_Service_Monitoring_MonitoredResource + */ + public function getMonitoredResource() + { + return $this->monitoredResource; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPeriod($period) + { + $this->period = $period; + } + public function getPeriod() + { + return $this->period; + } + /** + * @param Google_Service_Monitoring_ResourceGroup + */ + public function setResourceGroup(Google_Service_Monitoring_ResourceGroup $resourceGroup) + { + $this->resourceGroup = $resourceGroup; + } + /** + * @return Google_Service_Monitoring_ResourceGroup + */ + public function getResourceGroup() + { + return $this->resourceGroup; + } + public function setSelectedRegions($selectedRegions) + { + $this->selectedRegions = $selectedRegions; + } + public function getSelectedRegions() + { + return $this->selectedRegions; + } + /** + * @param Google_Service_Monitoring_TcpCheck + */ + public function setTcpCheck(Google_Service_Monitoring_TcpCheck $tcpCheck) + { + $this->tcpCheck = $tcpCheck; + } + /** + * @return Google_Service_Monitoring_TcpCheck + */ + public function getTcpCheck() + { + return $this->tcpCheck; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckIp.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckIp.php new file mode 100644 index 000000000..087533145 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckIp.php @@ -0,0 +1,48 @@ +ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/VerifyNotificationChannelRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/VerifyNotificationChannelRequest.php new file mode 100644 index 000000000..4e306927a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/VerifyNotificationChannelRequest.php @@ -0,0 +1,30 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2.php new file mode 100644 index 000000000..80e65cc11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2.php @@ -0,0 +1,149 @@ + + * Obtains end-user authorization grants for use with other Google APIs. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Oauth2 extends Google_Service +{ + /** Associate you with your personal info on Google. */ + const PLUS_ME = + "https://www.googleapis.com/auth/plus.me"; + /** View your 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. */ + const USERINFO_PROFILE = + "https://www.googleapis.com/auth/userinfo.profile"; + + public $userinfo; + public $userinfo_v2_me; + private $base_methods; + /** + * Constructs the internal representation of the Oauth2 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 = ''; + $this->batchPath = 'batch/oauth2/v2'; + $this->version = 'v2'; + $this->serviceName = 'oauth2'; + + $this->userinfo = new Google_Service_Oauth2_Resource_Userinfo( + $this, + $this->serviceName, + 'userinfo', + array( + 'methods' => array( + 'get' => array( + 'path' => 'oauth2/v2/userinfo', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->userinfo_v2_me = new Google_Service_Oauth2_Resource_UserinfoV2Me( + $this, + $this->serviceName, + 'me', + array( + 'methods' => array( + 'get' => array( + 'path' => 'userinfo/v2/me', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->base_methods = new Google_Service_Resource( + $this, + $this->serviceName, + '', + array( + 'methods' => array( + 'getCertForOpenIdConnect' => array( + 'path' => 'oauth2/v2/certs', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'tokeninfo' => array( + 'path' => 'oauth2/v2/tokeninfo', + 'httpMethod' => 'POST', + 'parameters' => array( + 'access_token' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id_token' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'token_handle' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } + /** + * (getCertForOpenIdConnect) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Oauth2_Jwk + */ + public function getCertForOpenIdConnect($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->base_methods->call('getCertForOpenIdConnect', array($params), "Google_Service_Oauth2_Jwk"); + } + /** + * (tokeninfo) + * + * @param array $optParams Optional parameters. + * + * @opt_param string access_token + * @opt_param string id_token + * @opt_param string token_handle + * @return Google_Service_Oauth2_Tokeninfo + */ + public function tokeninfo($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->base_methods->call('tokeninfo', array($params), "Google_Service_Oauth2_Tokeninfo"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/Jwk.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Jwk.php new file mode 100644 index 000000000..5f0454506 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Jwk.php @@ -0,0 +1,38 @@ +keys = $keys; + } + /** + * @return Google_Service_Oauth2_JwkKeys + */ + public function getKeys() + { + return $this->keys; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/JwkKeys.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/JwkKeys.php new file mode 100644 index 000000000..cf969f74c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/JwkKeys.php @@ -0,0 +1,75 @@ +alg = $alg; + } + public function getAlg() + { + return $this->alg; + } + public function setE($e) + { + $this->e = $e; + } + public function getE() + { + return $this->e; + } + public function setKid($kid) + { + $this->kid = $kid; + } + public function getKid() + { + return $this->kid; + } + public function setKty($kty) + { + $this->kty = $kty; + } + public function getKty() + { + return $this->kty; + } + public function setN($n) + { + $this->n = $n; + } + public function getN() + { + return $this->n; + } + public function setUse($use) + { + $this->use = $use; + } + public function getUse() + { + return $this->use; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/Userinfo.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/Userinfo.php new file mode 100644 index 000000000..d240763b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/Userinfo.php @@ -0,0 +1,40 @@ + + * $oauth2Service = new Google_Service_Oauth2(...); + * $userinfo = $oauth2Service->userinfo; + * + */ +class Google_Service_Oauth2_Resource_Userinfo extends Google_Service_Resource +{ + /** + * (userinfo.get) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Oauth2_Userinfoplus + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2.php new file mode 100644 index 000000000..e4fa8b30d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2.php @@ -0,0 +1,28 @@ + + * $oauth2Service = new Google_Service_Oauth2(...); + * $v2 = $oauth2Service->v2; + * + */ +class Google_Service_Oauth2_Resource_UserinfoV2 extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2Me.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2Me.php new file mode 100644 index 000000000..cf575e59e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Resource/UserinfoV2Me.php @@ -0,0 +1,40 @@ + + * $oauth2Service = new Google_Service_Oauth2(...); + * $me = $oauth2Service->me; + * + */ +class Google_Service_Oauth2_Resource_UserinfoV2Me extends Google_Service_Resource +{ + /** + * (me.get) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Oauth2_Userinfoplus + */ + public function get($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/Tokeninfo.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Tokeninfo.php new file mode 100644 index 000000000..4dee69459 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Tokeninfo.php @@ -0,0 +1,110 @@ + "access_type", + "expiresIn" => "expires_in", + "issuedTo" => "issued_to", + "tokenHandle" => "token_handle", + "userId" => "user_id", + "verifiedEmail" => "verified_email", + ); + public $accessType; + public $audience; + public $email; + public $expiresIn; + public $issuedTo; + public $scope; + public $tokenHandle; + public $userId; + public $verifiedEmail; + + public function setAccessType($accessType) + { + $this->accessType = $accessType; + } + public function getAccessType() + { + return $this->accessType; + } + public function setAudience($audience) + { + $this->audience = $audience; + } + public function getAudience() + { + return $this->audience; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setExpiresIn($expiresIn) + { + $this->expiresIn = $expiresIn; + } + public function getExpiresIn() + { + return $this->expiresIn; + } + public function setIssuedTo($issuedTo) + { + $this->issuedTo = $issuedTo; + } + public function getIssuedTo() + { + return $this->issuedTo; + } + public function setScope($scope) + { + $this->scope = $scope; + } + public function getScope() + { + return $this->scope; + } + public function setTokenHandle($tokenHandle) + { + $this->tokenHandle = $tokenHandle; + } + public function getTokenHandle() + { + return $this->tokenHandle; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } + public function setVerifiedEmail($verifiedEmail) + { + $this->verifiedEmail = $verifiedEmail; + } + public function getVerifiedEmail() + { + return $this->verifiedEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2/Userinfoplus.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Userinfoplus.php new file mode 100644 index 000000000..ac6aa0e4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/Userinfoplus.php @@ -0,0 +1,125 @@ + "family_name", + "givenName" => "given_name", + "verifiedEmail" => "verified_email", + ); + public $email; + public $familyName; + public $gender; + public $givenName; + public $hd; + public $id; + public $link; + public $locale; + public $name; + public $picture; + public $verifiedEmail; + + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setHd($hd) + { + $this->hd = $hd; + } + public function getHd() + { + return $this->hd; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPicture($picture) + { + $this->picture = $picture; + } + public function getPicture() + { + return $this->picture; + } + public function setVerifiedEmail($verifiedEmail) + { + $this->verifiedEmail = $verifiedEmail; + } + public function getVerifiedEmail() + { + return $this->verifiedEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline.php new file mode 100644 index 000000000..b5643f854 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline.php @@ -0,0 +1,95 @@ + + * Analyzes the performance of a web page and provides tailored suggestions to + * make that page faster. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Pagespeedonline extends Google_Service +{ + + + public $pagespeedapi; + + /** + * Constructs the internal representation of the Pagespeedonline 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 = 'pagespeedonline/v5/'; + $this->batchPath = 'batch/pagespeedonline/v5'; + $this->version = 'v5'; + $this->serviceName = 'pagespeedonline'; + + $this->pagespeedapi = new Google_Service_Pagespeedonline_Resource_Pagespeedapi( + $this, + $this->serviceName, + 'pagespeedapi', + array( + 'methods' => array( + 'runpagespeed' => array( + 'path' => 'runPagespeed', + 'httpMethod' => 'GET', + 'parameters' => array( + 'url' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'category' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'strategy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'utm_campaign' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'utm_source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseAuditResultV5.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseAuditResultV5.php new file mode 100644 index 000000000..912ca0c6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseAuditResultV5.php @@ -0,0 +1,111 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setDisplayValue($displayValue) + { + $this->displayValue = $displayValue; + } + public function getDisplayValue() + { + return $this->displayValue; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setExplanation($explanation) + { + $this->explanation = $explanation; + } + public function getExplanation() + { + return $this->explanation; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setScoreDisplayMode($scoreDisplayMode) + { + $this->scoreDisplayMode = $scoreDisplayMode; + } + public function getScoreDisplayMode() + { + return $this->scoreDisplayMode; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5.php new file mode 100644 index 000000000..501df3883 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5.php @@ -0,0 +1,83 @@ +auditRefs = $auditRefs; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseCategoryV5AuditRefs + */ + public function getAuditRefs() + { + return $this->auditRefs; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setManualDescription($manualDescription) + { + $this->manualDescription = $manualDescription; + } + public function getManualDescription() + { + return $this->manualDescription; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5AuditRefs.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5AuditRefs.php new file mode 100644 index 000000000..1435bc4c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5AuditRefs.php @@ -0,0 +1,48 @@ +group = $group; + } + public function getGroup() + { + return $this->group; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5.php new file mode 100644 index 000000000..06676329d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5.php @@ -0,0 +1,220 @@ +audits = $audits; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseAuditResultV5 + */ + public function getAudits() + { + return $this->audits; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5Categories + */ + public function setCategories(Google_Service_Pagespeedonline_LighthouseResultV5Categories $categories) + { + $this->categories = $categories; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5Categories + */ + public function getCategories() + { + return $this->categories; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5CategoryGroupsElement + */ + public function setCategoryGroups($categoryGroups) + { + $this->categoryGroups = $categoryGroups; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5CategoryGroupsElement + */ + public function getCategoryGroups() + { + return $this->categoryGroups; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings + */ + public function setConfigSettings(Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings $configSettings) + { + $this->configSettings = $configSettings; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings + */ + public function getConfigSettings() + { + return $this->configSettings; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5Environment + */ + public function setEnvironment(Google_Service_Pagespeedonline_LighthouseResultV5Environment $environment) + { + $this->environment = $environment; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5Environment + */ + public function getEnvironment() + { + return $this->environment; + } + public function setFetchTime($fetchTime) + { + $this->fetchTime = $fetchTime; + } + public function getFetchTime() + { + return $this->fetchTime; + } + public function setFinalUrl($finalUrl) + { + $this->finalUrl = $finalUrl; + } + public function getFinalUrl() + { + return $this->finalUrl; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5I18n + */ + public function setI18n(Google_Service_Pagespeedonline_LighthouseResultV5I18n $i18n) + { + $this->i18n = $i18n; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5I18n + */ + public function getI18n() + { + return $this->i18n; + } + public function setLighthouseVersion($lighthouseVersion) + { + $this->lighthouseVersion = $lighthouseVersion; + } + public function getLighthouseVersion() + { + return $this->lighthouseVersion; + } + public function setRequestedUrl($requestedUrl) + { + $this->requestedUrl = $requestedUrl; + } + public function getRequestedUrl() + { + return $this->requestedUrl; + } + public function setRunWarnings($runWarnings) + { + $this->runWarnings = $runWarnings; + } + public function getRunWarnings() + { + return $this->runWarnings; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError + */ + public function setRuntimeError(Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError $runtimeError) + { + $this->runtimeError = $runtimeError; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError + */ + public function getRuntimeError() + { + return $this->runtimeError; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5StackPacks + */ + public function setStackPacks($stackPacks) + { + $this->stackPacks = $stackPacks; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5StackPacks + */ + public function getStackPacks() + { + return $this->stackPacks; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseResultV5Timing + */ + public function setTiming(Google_Service_Pagespeedonline_LighthouseResultV5Timing $timing) + { + $this->timing = $timing; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5Timing + */ + public function getTiming() + { + return $this->timing; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Categories.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Categories.php new file mode 100644 index 000000000..f22d0088d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Categories.php @@ -0,0 +1,104 @@ + "best-practices", + ); + protected $accessibilityType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; + protected $accessibilityDataType = ''; + protected $bestPracticesType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; + protected $bestPracticesDataType = ''; + protected $performanceType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; + protected $performanceDataType = ''; + protected $pwaType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; + protected $pwaDataType = ''; + protected $seoType = 'Google_Service_Pagespeedonline_LighthouseCategoryV5'; + protected $seoDataType = ''; + + /** + * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function setAccessibility(Google_Service_Pagespeedonline_LighthouseCategoryV5 $accessibility) + { + $this->accessibility = $accessibility; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function getAccessibility() + { + return $this->accessibility; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function setBestPractices(Google_Service_Pagespeedonline_LighthouseCategoryV5 $bestPractices) + { + $this->bestPractices = $bestPractices; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function getBestPractices() + { + return $this->bestPractices; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function setPerformance(Google_Service_Pagespeedonline_LighthouseCategoryV5 $performance) + { + $this->performance = $performance; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function getPerformance() + { + return $this->performance; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function setPwa(Google_Service_Pagespeedonline_LighthouseCategoryV5 $pwa) + { + $this->pwa = $pwa; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function getPwa() + { + return $this->pwa; + } + /** + * @param Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function setSeo(Google_Service_Pagespeedonline_LighthouseCategoryV5 $seo) + { + $this->seo = $seo; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseCategoryV5 + */ + public function getSeo() + { + return $this->seo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5CategoryGroupsElement.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5CategoryGroupsElement.php new file mode 100644 index 000000000..7cad20f80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5CategoryGroupsElement.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5ConfigSettings.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5ConfigSettings.php new file mode 100644 index 000000000..173e66f65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5ConfigSettings.php @@ -0,0 +1,48 @@ +emulatedFormFactor = $emulatedFormFactor; + } + public function getEmulatedFormFactor() + { + return $this->emulatedFormFactor; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setOnlyCategories($onlyCategories) + { + $this->onlyCategories = $onlyCategories; + } + public function getOnlyCategories() + { + return $this->onlyCategories; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Environment.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Environment.php new file mode 100644 index 000000000..4745251f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Environment.php @@ -0,0 +1,48 @@ +benchmarkIndex = $benchmarkIndex; + } + public function getBenchmarkIndex() + { + return $this->benchmarkIndex; + } + public function setHostUserAgent($hostUserAgent) + { + $this->hostUserAgent = $hostUserAgent; + } + public function getHostUserAgent() + { + return $this->hostUserAgent; + } + public function setNetworkUserAgent($networkUserAgent) + { + $this->networkUserAgent = $networkUserAgent; + } + public function getNetworkUserAgent() + { + return $this->networkUserAgent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18n.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18n.php new file mode 100644 index 000000000..aa501a2ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18n.php @@ -0,0 +1,37 @@ +rendererFormattedStrings = $rendererFormattedStrings; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5I18nRendererFormattedStrings + */ + public function getRendererFormattedStrings() + { + return $this->rendererFormattedStrings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18nRendererFormattedStrings.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18nRendererFormattedStrings.php new file mode 100644 index 000000000..1f834001d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18nRendererFormattedStrings.php @@ -0,0 +1,165 @@ +auditGroupExpandTooltip = $auditGroupExpandTooltip; + } + public function getAuditGroupExpandTooltip() + { + return $this->auditGroupExpandTooltip; + } + public function setCrcInitialNavigation($crcInitialNavigation) + { + $this->crcInitialNavigation = $crcInitialNavigation; + } + public function getCrcInitialNavigation() + { + return $this->crcInitialNavigation; + } + public function setCrcLongestDurationLabel($crcLongestDurationLabel) + { + $this->crcLongestDurationLabel = $crcLongestDurationLabel; + } + public function getCrcLongestDurationLabel() + { + return $this->crcLongestDurationLabel; + } + public function setErrorLabel($errorLabel) + { + $this->errorLabel = $errorLabel; + } + public function getErrorLabel() + { + return $this->errorLabel; + } + public function setErrorMissingAuditInfo($errorMissingAuditInfo) + { + $this->errorMissingAuditInfo = $errorMissingAuditInfo; + } + public function getErrorMissingAuditInfo() + { + return $this->errorMissingAuditInfo; + } + public function setLabDataTitle($labDataTitle) + { + $this->labDataTitle = $labDataTitle; + } + public function getLabDataTitle() + { + return $this->labDataTitle; + } + public function setLsPerformanceCategoryDescription($lsPerformanceCategoryDescription) + { + $this->lsPerformanceCategoryDescription = $lsPerformanceCategoryDescription; + } + public function getLsPerformanceCategoryDescription() + { + return $this->lsPerformanceCategoryDescription; + } + public function setManualAuditsGroupTitle($manualAuditsGroupTitle) + { + $this->manualAuditsGroupTitle = $manualAuditsGroupTitle; + } + public function getManualAuditsGroupTitle() + { + return $this->manualAuditsGroupTitle; + } + public function setNotApplicableAuditsGroupTitle($notApplicableAuditsGroupTitle) + { + $this->notApplicableAuditsGroupTitle = $notApplicableAuditsGroupTitle; + } + public function getNotApplicableAuditsGroupTitle() + { + return $this->notApplicableAuditsGroupTitle; + } + public function setOpportunityResourceColumnLabel($opportunityResourceColumnLabel) + { + $this->opportunityResourceColumnLabel = $opportunityResourceColumnLabel; + } + public function getOpportunityResourceColumnLabel() + { + return $this->opportunityResourceColumnLabel; + } + public function setOpportunitySavingsColumnLabel($opportunitySavingsColumnLabel) + { + $this->opportunitySavingsColumnLabel = $opportunitySavingsColumnLabel; + } + public function getOpportunitySavingsColumnLabel() + { + return $this->opportunitySavingsColumnLabel; + } + public function setPassedAuditsGroupTitle($passedAuditsGroupTitle) + { + $this->passedAuditsGroupTitle = $passedAuditsGroupTitle; + } + public function getPassedAuditsGroupTitle() + { + return $this->passedAuditsGroupTitle; + } + public function setScorescaleLabel($scorescaleLabel) + { + $this->scorescaleLabel = $scorescaleLabel; + } + public function getScorescaleLabel() + { + return $this->scorescaleLabel; + } + public function setToplevelWarningsMessage($toplevelWarningsMessage) + { + $this->toplevelWarningsMessage = $toplevelWarningsMessage; + } + public function getToplevelWarningsMessage() + { + return $this->toplevelWarningsMessage; + } + public function setVarianceDisclaimer($varianceDisclaimer) + { + $this->varianceDisclaimer = $varianceDisclaimer; + } + public function getVarianceDisclaimer() + { + return $this->varianceDisclaimer; + } + public function setWarningHeader($warningHeader) + { + $this->warningHeader = $warningHeader; + } + public function getWarningHeader() + { + return $this->warningHeader; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5RuntimeError.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5RuntimeError.php new file mode 100644 index 000000000..28bf07855 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5RuntimeError.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5StackPacks.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5StackPacks.php new file mode 100644 index 000000000..22c2726eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5StackPacks.php @@ -0,0 +1,57 @@ +descriptions = $descriptions; + } + public function getDescriptions() + { + return $this->descriptions; + } + public function setIconDataURL($iconDataURL) + { + $this->iconDataURL = $iconDataURL; + } + public function getIconDataURL() + { + return $this->iconDataURL; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Timing.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Timing.php new file mode 100644 index 000000000..34c96439d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Timing.php @@ -0,0 +1,30 @@ +total = $total; + } + public function getTotal() + { + return $this->total; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5.php new file mode 100644 index 000000000..4b81201ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5.php @@ -0,0 +1,68 @@ + "initial_url", + "overallCategory" => "overall_category", + ); + public $id; + public $initialUrl; + protected $metricsType = 'Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement'; + protected $metricsDataType = 'map'; + public $overallCategory; + + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInitialUrl($initialUrl) + { + $this->initialUrl = $initialUrl; + } + public function getInitialUrl() + { + return $this->initialUrl; + } + /** + * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement + */ + public function getMetrics() + { + return $this->metrics; + } + public function setOverallCategory($overallCategory) + { + $this->overallCategory = $overallCategory; + } + public function getOverallCategory() + { + return $this->overallCategory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElement.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElement.php new file mode 100644 index 000000000..578fc0552 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElement.php @@ -0,0 +1,56 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + /** + * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElementDistributions + */ + public function setDistributions($distributions) + { + $this->distributions = $distributions; + } + /** + * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElementDistributions + */ + public function getDistributions() + { + return $this->distributions; + } + public function setPercentile($percentile) + { + $this->percentile = $percentile; + } + public function getPercentile() + { + return $this->percentile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElementDistributions.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElementDistributions.php new file mode 100644 index 000000000..d94bf06a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElementDistributions.php @@ -0,0 +1,48 @@ +max = $max; + } + public function getMax() + { + return $this->max; + } + public function setMin($min) + { + $this->min = $min; + } + public function getMin() + { + return $this->min; + } + public function setProportion($proportion) + { + $this->proportion = $proportion; + } + public function getProportion() + { + return $this->proportion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5.php new file mode 100644 index 000000000..cd91cec8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5.php @@ -0,0 +1,121 @@ +analysisUTCTimestamp = $analysisUTCTimestamp; + } + public function getAnalysisUTCTimestamp() + { + return $this->analysisUTCTimestamp; + } + public function setCaptchaResult($captchaResult) + { + $this->captchaResult = $captchaResult; + } + public function getCaptchaResult() + { + return $this->captchaResult; + } + 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_Pagespeedonline_LighthouseResultV5 + */ + public function setLighthouseResult(Google_Service_Pagespeedonline_LighthouseResultV5 $lighthouseResult) + { + $this->lighthouseResult = $lighthouseResult; + } + /** + * @return Google_Service_Pagespeedonline_LighthouseResultV5 + */ + public function getLighthouseResult() + { + return $this->lighthouseResult; + } + /** + * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 + */ + public function setLoadingExperience(Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 $loadingExperience) + { + $this->loadingExperience = $loadingExperience; + } + /** + * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 + */ + public function getLoadingExperience() + { + return $this->loadingExperience; + } + /** + * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 + */ + public function setOriginLoadingExperience(Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 $originLoadingExperience) + { + $this->originLoadingExperience = $originLoadingExperience; + } + /** + * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5 + */ + public function getOriginLoadingExperience() + { + return $this->originLoadingExperience; + } + /** + * @param Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5Version + */ + public function setVersion(Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5Version $version) + { + $this->version = $version; + } + /** + * @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5Version + */ + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5Version.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5Version.php new file mode 100644 index 000000000..99dbad6aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5Version.php @@ -0,0 +1,39 @@ +major = $major; + } + public function getMajor() + { + return $this->major; + } + public function setMinor($minor) + { + $this->minor = $minor; + } + public function getMinor() + { + return $this->minor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php new file mode 100644 index 000000000..60559ae95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php @@ -0,0 +1,51 @@ + + * $pagespeedonlineService = new Google_Service_Pagespeedonline(...); + * $pagespeedapi = $pagespeedonlineService->pagespeedapi; + * + */ +class Google_Service_Pagespeedonline_Resource_Pagespeedapi extends Google_Service_Resource +{ + /** + * Runs PageSpeed analysis on the page at the specified URL, and returns + * PageSpeed scores, a list of suggestions to make that page faster, and other + * information. (pagespeedapi.runpagespeed) + * + * @param string $url The URL to fetch and analyze + * @param array $optParams Optional parameters. + * + * @opt_param string category A Lighthouse category to run; if none are given, + * only Performance category will be run + * @opt_param string locale The locale used to localize formatted results + * @opt_param string strategy The analysis strategy (desktop or mobile) to use, + * and desktop is the default + * @opt_param string utm_campaign Campaign name for analytics. + * @opt_param string utm_source Campaign source for analytics. + * @return Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5 + */ + public function runpagespeed($url, $optParams = array()) + { + $params = array('url' => $url); + $params = array_merge($params, $optParams); + return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV5"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners.php b/vendor/google/apiclient-services/src/Google/Service/Partners.php new file mode 100644 index 000000000..486542f6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners.php @@ -0,0 +1,828 @@ + + * Searches certified companies and creates contact leads with them, and also + * audits the usage of clients. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Partners extends Google_Service +{ + + + public $analytics; + public $clientMessages; + public $companies; + public $companies_leads; + public $leads; + public $offers; + public $offers_history; + public $userEvents; + public $userStates; + public $users; + public $v2; + + /** + * Constructs the internal representation of the Partners service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://partners.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'partners'; + + $this->analytics = new Google_Service_Partners_Resource_Analytics( + $this, + $this->serviceName, + 'analytics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/analytics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->clientMessages = new Google_Service_Partners_Resource_ClientMessages( + $this, + $this->serviceName, + 'clientMessages', + array( + 'methods' => array( + 'log' => array( + 'path' => 'v2/clientMessages:log', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->companies = new Google_Service_Partners_Resource_Companies( + $this, + $this->serviceName, + 'companies', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/companies/{companyId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'companyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'address' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/companies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'services' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxMonthlyBudget.units' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minMonthlyBudget.nanos' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'companyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'industries' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'websiteUrl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'gpsMotivations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'languageCodes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'specializations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxMonthlyBudget.currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minMonthlyBudget.currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'address' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minMonthlyBudget.units' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxMonthlyBudget.nanos' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->companies_leads = new Google_Service_Partners_Resource_CompaniesLeads( + $this, + $this->serviceName, + 'leads', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/companies/{companyId}/leads', + 'httpMethod' => 'POST', + 'parameters' => array( + 'companyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->leads = new Google_Service_Partners_Resource_Leads( + $this, + $this->serviceName, + 'leads', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/leads', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->offers = new Google_Service_Partners_Resource_Offers( + $this, + $this->serviceName, + 'offers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/offers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->offers_history = new Google_Service_Partners_Resource_OffersHistory( + $this, + $this->serviceName, + 'history', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/offers/history', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'entireCompany' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->userEvents = new Google_Service_Partners_Resource_UserEvents( + $this, + $this->serviceName, + 'userEvents', + array( + 'methods' => array( + 'log' => array( + 'path' => 'v2/userEvents:log', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->userStates = new Google_Service_Partners_Resource_UserStates( + $this, + $this->serviceName, + 'userStates', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/userStates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_Partners_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'createCompanyRelation' => array( + 'path' => 'v2/users/{userId}/companyRelation', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteCompanyRelation' => array( + 'path' => 'v2/users/{userId}/companyRelation', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v2/users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userView' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateProfile' => array( + 'path' => 'v2/users/profile', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->v2 = new Google_Service_Partners_Resource_V2( + $this, + $this->serviceName, + 'v2', + array( + 'methods' => array( + 'getPartnersstatus' => array( + 'path' => 'v2/partnersstatus', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateCompanies' => array( + 'path' => 'v2/companies', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateLeads' => array( + 'path' => 'v2/leads', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'requestMetadata.experimentIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.ipAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.php b/vendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.php new file mode 100644 index 000000000..0c194624d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.php @@ -0,0 +1,39 @@ +customerName = $customerName; + } + public function getCustomerName() + { + return $this->customerName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Analytics.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Analytics.php new file mode 100644 index 000000000..5e7c65457 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Analytics.php @@ -0,0 +1,85 @@ +contacts = $contacts; + } + /** + * @return Google_Service_Partners_AnalyticsDataPoint + */ + public function getContacts() + { + return $this->contacts; + } + /** + * @param Google_Service_Partners_Date + */ + public function setEventDate(Google_Service_Partners_Date $eventDate) + { + $this->eventDate = $eventDate; + } + /** + * @return Google_Service_Partners_Date + */ + public function getEventDate() + { + return $this->eventDate; + } + /** + * @param Google_Service_Partners_AnalyticsDataPoint + */ + public function setProfileViews(Google_Service_Partners_AnalyticsDataPoint $profileViews) + { + $this->profileViews = $profileViews; + } + /** + * @return Google_Service_Partners_AnalyticsDataPoint + */ + public function getProfileViews() + { + return $this->profileViews; + } + /** + * @param Google_Service_Partners_AnalyticsDataPoint + */ + public function setSearchViews(Google_Service_Partners_AnalyticsDataPoint $searchViews) + { + $this->searchViews = $searchViews; + } + /** + * @return Google_Service_Partners_AnalyticsDataPoint + */ + public function getSearchViews() + { + return $this->searchViews; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.php b/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.php new file mode 100644 index 000000000..566efdce2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.php @@ -0,0 +1,47 @@ +eventCount = $eventCount; + } + public function getEventCount() + { + return $this->eventCount; + } + /** + * @param Google_Service_Partners_LatLng + */ + public function setEventLocations($eventLocations) + { + $this->eventLocations = $eventLocations; + } + /** + * @return Google_Service_Partners_LatLng + */ + public function getEventLocations() + { + return $this->eventLocations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.php new file mode 100644 index 000000000..7648572f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.php @@ -0,0 +1,48 @@ +contactsCount = $contactsCount; + } + public function getContactsCount() + { + return $this->contactsCount; + } + public function setProfileViewsCount($profileViewsCount) + { + $this->profileViewsCount = $profileViewsCount; + } + public function getProfileViewsCount() + { + return $this->profileViewsCount; + } + public function setSearchViewsCount($searchViewsCount) + { + $this->searchViewsCount = $searchViewsCount; + } + public function getSearchViewsCount() + { + return $this->searchViewsCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/AvailableOffer.php b/vendor/google/apiclient-services/src/Google/Service/Partners/AvailableOffer.php new file mode 100644 index 000000000..08793d0cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AvailableOffer.php @@ -0,0 +1,144 @@ +available = $available; + } + public function getAvailable() + { + return $this->available; + } + /** + * @param Google_Service_Partners_CountryOfferInfo + */ + public function setCountryOfferInfos($countryOfferInfos) + { + $this->countryOfferInfos = $countryOfferInfos; + } + /** + * @return Google_Service_Partners_CountryOfferInfo + */ + public function getCountryOfferInfos() + { + return $this->countryOfferInfos; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setMaxAccountAge($maxAccountAge) + { + $this->maxAccountAge = $maxAccountAge; + } + public function getMaxAccountAge() + { + return $this->maxAccountAge; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOfferLevel($offerLevel) + { + $this->offerLevel = $offerLevel; + } + public function getOfferLevel() + { + return $this->offerLevel; + } + public function setOfferType($offerType) + { + $this->offerType = $offerType; + } + public function getOfferType() + { + return $this->offerType; + } + /** + * @param Google_Service_Partners_OfferCustomer + */ + public function setQualifiedCustomer($qualifiedCustomer) + { + $this->qualifiedCustomer = $qualifiedCustomer; + } + /** + * @return Google_Service_Partners_OfferCustomer + */ + public function getQualifiedCustomer() + { + return $this->qualifiedCustomer; + } + public function setQualifiedCustomersComplete($qualifiedCustomersComplete) + { + $this->qualifiedCustomersComplete = $qualifiedCustomersComplete; + } + public function getQualifiedCustomersComplete() + { + return $this->qualifiedCustomersComplete; + } + public function setShowSpecialOfferCopy($showSpecialOfferCopy) + { + $this->showSpecialOfferCopy = $showSpecialOfferCopy; + } + public function getShowSpecialOfferCopy() + { + return $this->showSpecialOfferCopy; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php new file mode 100644 index 000000000..1743fa902 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php @@ -0,0 +1,66 @@ +achieved = $achieved; + } + public function getAchieved() + { + return $this->achieved; + } + public function setCertificationType($certificationType) + { + $this->certificationType = $certificationType; + } + public function getCertificationType() + { + return $this->certificationType; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + public function setLastAchieved($lastAchieved) + { + $this->lastAchieved = $lastAchieved; + } + public function getLastAchieved() + { + return $this->lastAchieved; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CertificationExamStatus.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CertificationExamStatus.php new file mode 100644 index 000000000..2bcc2e165 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CertificationExamStatus.php @@ -0,0 +1,39 @@ +numberUsersPass = $numberUsersPass; + } + public function getNumberUsersPass() + { + return $this->numberUsersPass; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CertificationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CertificationStatus.php new file mode 100644 index 000000000..2d3daedaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CertificationStatus.php @@ -0,0 +1,65 @@ +examStatuses = $examStatuses; + } + /** + * @return Google_Service_Partners_CertificationExamStatus + */ + public function getExamStatuses() + { + return $this->examStatuses; + } + public function setIsCertified($isCertified) + { + $this->isCertified = $isCertified; + } + public function getIsCertified() + { + return $this->isCertified; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserCount($userCount) + { + $this->userCount = $userCount; + } + public function getUserCount() + { + return $this->userCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php new file mode 100644 index 000000000..764448ff5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php @@ -0,0 +1,283 @@ +additionalWebsites = $additionalWebsites; + } + public function getAdditionalWebsites() + { + return $this->additionalWebsites; + } + public function setAutoApprovalEmailDomains($autoApprovalEmailDomains) + { + $this->autoApprovalEmailDomains = $autoApprovalEmailDomains; + } + public function getAutoApprovalEmailDomains() + { + return $this->autoApprovalEmailDomains; + } + public function setBadgeAuthorityInAwn($badgeAuthorityInAwn) + { + $this->badgeAuthorityInAwn = $badgeAuthorityInAwn; + } + public function getBadgeAuthorityInAwn() + { + return $this->badgeAuthorityInAwn; + } + public function setBadgeTier($badgeTier) + { + $this->badgeTier = $badgeTier; + } + public function getBadgeTier() + { + return $this->badgeTier; + } + /** + * @param Google_Service_Partners_CertificationStatus + */ + public function setCertificationStatuses($certificationStatuses) + { + $this->certificationStatuses = $certificationStatuses; + } + /** + * @return Google_Service_Partners_CertificationStatus + */ + public function getCertificationStatuses() + { + return $this->certificationStatuses; + } + public function setCompanyTypes($companyTypes) + { + $this->companyTypes = $companyTypes; + } + public function getCompanyTypes() + { + return $this->companyTypes; + } + /** + * @param Google_Service_Partners_Money + */ + public function setConvertedMinMonthlyBudget(Google_Service_Partners_Money $convertedMinMonthlyBudget) + { + $this->convertedMinMonthlyBudget = $convertedMinMonthlyBudget; + } + /** + * @return Google_Service_Partners_Money + */ + public function getConvertedMinMonthlyBudget() + { + return $this->convertedMinMonthlyBudget; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIndustries($industries) + { + $this->industries = $industries; + } + public function getIndustries() + { + return $this->industries; + } + /** + * @param Google_Service_Partners_LocalizedCompanyInfo + */ + public function setLocalizedInfos($localizedInfos) + { + $this->localizedInfos = $localizedInfos; + } + /** + * @return Google_Service_Partners_LocalizedCompanyInfo + */ + public function getLocalizedInfos() + { + return $this->localizedInfos; + } + /** + * @param Google_Service_Partners_Location + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Partners_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Partners_Money + */ + public function setOriginalMinMonthlyBudget(Google_Service_Partners_Money $originalMinMonthlyBudget) + { + $this->originalMinMonthlyBudget = $originalMinMonthlyBudget; + } + /** + * @return Google_Service_Partners_Money + */ + public function getOriginalMinMonthlyBudget() + { + return $this->originalMinMonthlyBudget; + } + public function setPrimaryAdwordsManagerAccountId($primaryAdwordsManagerAccountId) + { + $this->primaryAdwordsManagerAccountId = $primaryAdwordsManagerAccountId; + } + public function getPrimaryAdwordsManagerAccountId() + { + return $this->primaryAdwordsManagerAccountId; + } + public function setPrimaryLanguageCode($primaryLanguageCode) + { + $this->primaryLanguageCode = $primaryLanguageCode; + } + public function getPrimaryLanguageCode() + { + return $this->primaryLanguageCode; + } + /** + * @param Google_Service_Partners_Location + */ + public function setPrimaryLocation(Google_Service_Partners_Location $primaryLocation) + { + $this->primaryLocation = $primaryLocation; + } + /** + * @return Google_Service_Partners_Location + */ + public function getPrimaryLocation() + { + return $this->primaryLocation; + } + public function setProfileStatus($profileStatus) + { + $this->profileStatus = $profileStatus; + } + public function getProfileStatus() + { + return $this->profileStatus; + } + /** + * @param Google_Service_Partners_PublicProfile + */ + public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile) + { + $this->publicProfile = $publicProfile; + } + /** + * @return Google_Service_Partners_PublicProfile + */ + public function getPublicProfile() + { + return $this->publicProfile; + } + /** + * @param Google_Service_Partners_Rank + */ + public function setRanks($ranks) + { + $this->ranks = $ranks; + } + /** + * @return Google_Service_Partners_Rank + */ + public function getRanks() + { + return $this->ranks; + } + public function setServices($services) + { + $this->services = $services; + } + public function getServices() + { + return $this->services; + } + /** + * @param Google_Service_Partners_SpecializationStatus + */ + public function setSpecializationStatus($specializationStatus) + { + $this->specializationStatus = $specializationStatus; + } + /** + * @return Google_Service_Partners_SpecializationStatus + */ + public function getSpecializationStatus() + { + return $this->specializationStatus; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php new file mode 100644 index 000000000..cb7c37fda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php @@ -0,0 +1,207 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setBadgeTier($badgeTier) + { + $this->badgeTier = $badgeTier; + } + public function getBadgeTier() + { + return $this->badgeTier; + } + public function setCompanyAdmin($companyAdmin) + { + $this->companyAdmin = $companyAdmin; + } + public function getCompanyAdmin() + { + return $this->companyAdmin; + } + public function setCompanyId($companyId) + { + $this->companyId = $companyId; + } + public function getCompanyId() + { + return $this->companyId; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setInternalCompanyId($internalCompanyId) + { + $this->internalCompanyId = $internalCompanyId; + } + public function getInternalCompanyId() + { + return $this->internalCompanyId; + } + public function setIsPending($isPending) + { + $this->isPending = $isPending; + } + public function getIsPending() + { + return $this->isPending; + } + public function setLogoUrl($logoUrl) + { + $this->logoUrl = $logoUrl; + } + public function getLogoUrl() + { + return $this->logoUrl; + } + public function setManagerAccount($managerAccount) + { + $this->managerAccount = $managerAccount; + } + public function getManagerAccount() + { + return $this->managerAccount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + /** + * @param Google_Service_Partners_Location + */ + public function setPrimaryAddress(Google_Service_Partners_Location $primaryAddress) + { + $this->primaryAddress = $primaryAddress; + } + /** + * @return Google_Service_Partners_Location + */ + public function getPrimaryAddress() + { + return $this->primaryAddress; + } + public function setPrimaryCountryCode($primaryCountryCode) + { + $this->primaryCountryCode = $primaryCountryCode; + } + public function getPrimaryCountryCode() + { + return $this->primaryCountryCode; + } + public function setPrimaryLanguageCode($primaryLanguageCode) + { + $this->primaryLanguageCode = $primaryLanguageCode; + } + public function getPrimaryLanguageCode() + { + return $this->primaryLanguageCode; + } + public function setResolvedTimestamp($resolvedTimestamp) + { + $this->resolvedTimestamp = $resolvedTimestamp; + } + public function getResolvedTimestamp() + { + return $this->resolvedTimestamp; + } + public function setSegment($segment) + { + $this->segment = $segment; + } + public function getSegment() + { + return $this->segment; + } + /** + * @param Google_Service_Partners_SpecializationStatus + */ + public function setSpecializationStatus($specializationStatus) + { + $this->specializationStatus = $specializationStatus; + } + /** + * @return Google_Service_Partners_SpecializationStatus + */ + public function getSpecializationStatus() + { + return $this->specializationStatus; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setWebsite($website) + { + $this->website = $website; + } + public function getWebsite() + { + return $this->website; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php new file mode 100644 index 000000000..d9fd9f5af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php @@ -0,0 +1,57 @@ +getYAmount = $getYAmount; + } + public function getGetYAmount() + { + return $this->getYAmount; + } + public function setOfferCountryCode($offerCountryCode) + { + $this->offerCountryCode = $offerCountryCode; + } + public function getOfferCountryCode() + { + return $this->offerCountryCode; + } + public function setOfferType($offerType) + { + $this->offerType = $offerType; + } + public function getOfferType() + { + return $this->offerType; + } + public function setSpendXAmount($spendXAmount) + { + $this->spendXAmount = $spendXAmount; + } + public function getSpendXAmount() + { + return $this->spendXAmount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadRequest.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadRequest.php new file mode 100644 index 000000000..aec0457df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadRequest.php @@ -0,0 +1,69 @@ +lead = $lead; + } + /** + * @return Google_Service_Partners_Lead + */ + public function getLead() + { + return $this->lead; + } + /** + * @param Google_Service_Partners_RecaptchaChallenge + */ + public function setRecaptchaChallenge(Google_Service_Partners_RecaptchaChallenge $recaptchaChallenge) + { + $this->recaptchaChallenge = $recaptchaChallenge; + } + /** + * @return Google_Service_Partners_RecaptchaChallenge + */ + public function getRecaptchaChallenge() + { + return $this->recaptchaChallenge; + } + /** + * @param Google_Service_Partners_RequestMetadata + */ + public function setRequestMetadata(Google_Service_Partners_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_Partners_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.php new file mode 100644 index 000000000..22ed48ac8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.php @@ -0,0 +1,62 @@ +lead = $lead; + } + /** + * @return Google_Service_Partners_Lead + */ + public function getLead() + { + return $this->lead; + } + public function setRecaptchaStatus($recaptchaStatus) + { + $this->recaptchaStatus = $recaptchaStatus; + } + public function getRecaptchaStatus() + { + return $this->recaptchaStatus; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Date.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Date.php new file mode 100644 index 000000000..3a33357d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/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/vendor/google/apiclient-services/src/Google/Service/Partners/DebugInfo.php b/vendor/google/apiclient-services/src/Google/Service/Partners/DebugInfo.php new file mode 100644 index 000000000..8f64c0536 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/DebugInfo.php @@ -0,0 +1,48 @@ +serverInfo = $serverInfo; + } + public function getServerInfo() + { + return $this->serverInfo; + } + public function setServerTraceInfo($serverTraceInfo) + { + $this->serverTraceInfo = $serverTraceInfo; + } + public function getServerTraceInfo() + { + return $this->serverTraceInfo; + } + public function setServiceUrl($serviceUrl) + { + $this->serviceUrl = $serviceUrl; + } + public function getServiceUrl() + { + return $this->serviceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/EventData.php b/vendor/google/apiclient-services/src/Google/Service/Partners/EventData.php new file mode 100644 index 000000000..09ee8ee94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/EventData.php @@ -0,0 +1,40 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ExamStatus.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ExamStatus.php new file mode 100644 index 000000000..a80d43a85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ExamStatus.php @@ -0,0 +1,75 @@ +examType = $examType; + } + public function getExamType() + { + return $this->examType; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + public function setLastPassed($lastPassed) + { + $this->lastPassed = $lastPassed; + } + public function getLastPassed() + { + return $this->lastPassed; + } + public function setPassed($passed) + { + $this->passed = $passed; + } + public function getPassed() + { + return $this->passed; + } + public function setTaken($taken) + { + $this->taken = $taken; + } + public function getTaken() + { + return $this->taken; + } + public function setWarning($warning) + { + $this->warning = $warning; + } + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php new file mode 100644 index 000000000..fbfbaf7fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php @@ -0,0 +1,53 @@ +company = $company; + } + /** + * @return Google_Service_Partners_Company + */ + public function getCompany() + { + return $this->company; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/GetPartnersStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/GetPartnersStatusResponse.php new file mode 100644 index 000000000..2790f2c03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/GetPartnersStatusResponse.php @@ -0,0 +1,37 @@ +responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.php b/vendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.php new file mode 100644 index 000000000..bff183db7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.php @@ -0,0 +1,129 @@ +adwordsUrl = $adwordsUrl; + } + public function getAdwordsUrl() + { + return $this->adwordsUrl; + } + public function setClientEmail($clientEmail) + { + $this->clientEmail = $clientEmail; + } + public function getClientEmail() + { + return $this->clientEmail; + } + public function setClientId($clientId) + { + $this->clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setClientName($clientName) + { + $this->clientName = $clientName; + } + public function getClientName() + { + return $this->clientName; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setOfferCode($offerCode) + { + $this->offerCode = $offerCode; + } + public function getOfferCode() + { + return $this->offerCode; + } + public function setOfferCountryCode($offerCountryCode) + { + $this->offerCountryCode = $offerCountryCode; + } + public function getOfferCountryCode() + { + return $this->offerCountryCode; + } + public function setOfferType($offerType) + { + $this->offerType = $offerType; + } + public function getOfferType() + { + return $this->offerType; + } + public function setSenderName($senderName) + { + $this->senderName = $senderName; + } + public function getSenderName() + { + return $this->senderName; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LatLng.php new file mode 100644 index 000000000..61e00ea0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Lead.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Lead.php new file mode 100644 index 000000000..49e174ad2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Lead.php @@ -0,0 +1,164 @@ +adwordsCustomerId = $adwordsCustomerId; + } + public function getAdwordsCustomerId() + { + return $this->adwordsCustomerId; + } + public function setComments($comments) + { + $this->comments = $comments; + } + public function getComments() + { + return $this->comments; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setGpsMotivations($gpsMotivations) + { + $this->gpsMotivations = $gpsMotivations; + } + public function getGpsMotivations() + { + return $this->gpsMotivations; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMarketingOptIn($marketingOptIn) + { + $this->marketingOptIn = $marketingOptIn; + } + public function getMarketingOptIn() + { + return $this->marketingOptIn; + } + /** + * @param Google_Service_Partners_Money + */ + public function setMinMonthlyBudget(Google_Service_Partners_Money $minMonthlyBudget) + { + $this->minMonthlyBudget = $minMonthlyBudget; + } + /** + * @return Google_Service_Partners_Money + */ + public function getMinMonthlyBudget() + { + return $this->minMonthlyBudget; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php new file mode 100644 index 000000000..f3c2326ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php @@ -0,0 +1,79 @@ +analytics = $analytics; + } + /** + * @return Google_Service_Partners_Analytics + */ + public function getAnalytics() + { + return $this->analytics; + } + /** + * @param Google_Service_Partners_AnalyticsSummary + */ + public function setAnalyticsSummary(Google_Service_Partners_AnalyticsSummary $analyticsSummary) + { + $this->analyticsSummary = $analyticsSummary; + } + /** + * @return Google_Service_Partners_AnalyticsSummary + */ + public function getAnalyticsSummary() + { + return $this->analyticsSummary; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.php new file mode 100644 index 000000000..c4dd799c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.php @@ -0,0 +1,63 @@ +companies = $companies; + } + /** + * @return Google_Service_Partners_Company + */ + public function getCompanies() + { + return $this->companies; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.php new file mode 100644 index 000000000..28763f6a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.php @@ -0,0 +1,72 @@ +leads = $leads; + } + /** + * @return Google_Service_Partners_Lead + */ + public function getLeads() + { + return $this->leads; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.php new file mode 100644 index 000000000..e493f5c00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.php @@ -0,0 +1,90 @@ +canShowEntireCompany = $canShowEntireCompany; + } + public function getCanShowEntireCompany() + { + return $this->canShowEntireCompany; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Partners_HistoricalOffer + */ + public function setOffers($offers) + { + $this->offers = $offers; + } + /** + * @return Google_Service_Partners_HistoricalOffer + */ + public function getOffers() + { + return $this->offers; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } + public function setShowingEntireCompany($showingEntireCompany) + { + $this->showingEntireCompany = $showingEntireCompany; + } + public function getShowingEntireCompany() + { + return $this->showingEntireCompany; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php new file mode 100644 index 000000000..dab2d22f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php @@ -0,0 +1,63 @@ +availableOffers = $availableOffers; + } + /** + * @return Google_Service_Partners_AvailableOffer + */ + public function getAvailableOffers() + { + return $this->availableOffers; + } + public function setNoOfferReason($noOfferReason) + { + $this->noOfferReason = $noOfferReason; + } + public function getNoOfferReason() + { + return $this->noOfferReason; + } + /** + * @param Google_Service_Partners_ResponseMetadata + */ + public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) + { + $this->responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.php new file mode 100644 index 000000000..06df3f30e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.php @@ -0,0 +1,47 @@ +responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } + public function setUserStates($userStates) + { + $this->userStates = $userStates; + } + public function getUserStates() + { + return $this->userStates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php new file mode 100644 index 000000000..f4c63f6b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php @@ -0,0 +1,58 @@ +countryCodes = $countryCodes; + } + public function getCountryCodes() + { + return $this->countryCodes; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Location.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Location.php new file mode 100644 index 000000000..927d0be66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Location.php @@ -0,0 +1,119 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setAddressLine($addressLine) + { + $this->addressLine = $addressLine; + } + public function getAddressLine() + { + return $this->addressLine; + } + public function setAdministrativeArea($administrativeArea) + { + $this->administrativeArea = $administrativeArea; + } + public function getAdministrativeArea() + { + return $this->administrativeArea; + } + public function setDependentLocality($dependentLocality) + { + $this->dependentLocality = $dependentLocality; + } + public function getDependentLocality() + { + return $this->dependentLocality; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + /** + * @param Google_Service_Partners_LatLng + */ + public function setLatLng(Google_Service_Partners_LatLng $latLng) + { + $this->latLng = $latLng; + } + /** + * @return Google_Service_Partners_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setSortingCode($sortingCode) + { + $this->sortingCode = $sortingCode; + } + public function getSortingCode() + { + return $this->sortingCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php new file mode 100644 index 000000000..6a5122f7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php @@ -0,0 +1,64 @@ +clientInfo = $clientInfo; + } + public function getClientInfo() + { + return $this->clientInfo; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setLevel($level) + { + $this->level = $level; + } + public function getLevel() + { + return $this->level; + } + /** + * @param Google_Service_Partners_RequestMetadata + */ + public function setRequestMetadata(Google_Service_Partners_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_Partners_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageResponse.php new file mode 100644 index 000000000..2ffd3514d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageResponse.php @@ -0,0 +1,37 @@ +responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventRequest.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventRequest.php new file mode 100644 index 000000000..3d670c91b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventRequest.php @@ -0,0 +1,106 @@ +eventAction = $eventAction; + } + public function getEventAction() + { + return $this->eventAction; + } + public function setEventCategory($eventCategory) + { + $this->eventCategory = $eventCategory; + } + public function getEventCategory() + { + return $this->eventCategory; + } + /** + * @param Google_Service_Partners_EventData + */ + public function setEventDatas($eventDatas) + { + $this->eventDatas = $eventDatas; + } + /** + * @return Google_Service_Partners_EventData + */ + public function getEventDatas() + { + return $this->eventDatas; + } + public function setEventScope($eventScope) + { + $this->eventScope = $eventScope; + } + public function getEventScope() + { + return $this->eventScope; + } + /** + * @param Google_Service_Partners_Lead + */ + public function setLead(Google_Service_Partners_Lead $lead) + { + $this->lead = $lead; + } + /** + * @return Google_Service_Partners_Lead + */ + public function getLead() + { + return $this->lead; + } + /** + * @param Google_Service_Partners_RequestMetadata + */ + public function setRequestMetadata(Google_Service_Partners_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_Partners_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php new file mode 100644 index 000000000..e931c782a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php @@ -0,0 +1,37 @@ +responseMetadata = $responseMetadata; + } + /** + * @return Google_Service_Partners_ResponseMetadata + */ + public function getResponseMetadata() + { + return $this->responseMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Money.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Money.php new file mode 100644 index 000000000..3507a470e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Money.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/vendor/google/apiclient-services/src/Google/Service/Partners/OfferCustomer.php b/vendor/google/apiclient-services/src/Google/Service/Partners/OfferCustomer.php new file mode 100644 index 000000000..872ad2871 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/OfferCustomer.php @@ -0,0 +1,102 @@ +adwordsUrl = $adwordsUrl; + } + public function getAdwordsUrl() + { + return $this->adwordsUrl; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setEligibilityDaysLeft($eligibilityDaysLeft) + { + $this->eligibilityDaysLeft = $eligibilityDaysLeft; + } + public function getEligibilityDaysLeft() + { + return $this->eligibilityDaysLeft; + } + public function setExternalCid($externalCid) + { + $this->externalCid = $externalCid; + } + public function getExternalCid() + { + return $this->externalCid; + } + public function setGetYAmount($getYAmount) + { + $this->getYAmount = $getYAmount; + } + public function getGetYAmount() + { + return $this->getYAmount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOfferType($offerType) + { + $this->offerType = $offerType; + } + public function getOfferType() + { + return $this->offerType; + } + public function setSpendXAmount($spendXAmount) + { + $this->spendXAmount = $spendXAmount; + } + public function getSpendXAmount() + { + return $this->spendXAmount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/OptIns.php b/vendor/google/apiclient-services/src/Google/Service/Partners/OptIns.php new file mode 100644 index 000000000..7a0d9aa09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/OptIns.php @@ -0,0 +1,66 @@ +marketComm = $marketComm; + } + public function getMarketComm() + { + return $this->marketComm; + } + public function setPerformanceSuggestions($performanceSuggestions) + { + $this->performanceSuggestions = $performanceSuggestions; + } + public function getPerformanceSuggestions() + { + return $this->performanceSuggestions; + } + public function setPhoneContact($phoneContact) + { + $this->phoneContact = $phoneContact; + } + public function getPhoneContact() + { + return $this->phoneContact; + } + public function setPhysicalMail($physicalMail) + { + $this->physicalMail = $physicalMail; + } + public function getPhysicalMail() + { + return $this->physicalMail; + } + public function setSpecialOffers($specialOffers) + { + $this->specialOffers = $specialOffers; + } + public function getSpecialOffers() + { + return $this->specialOffers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/PartnersEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Partners/PartnersEmpty.php new file mode 100644 index 000000000..f53ab5705 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/PartnersEmpty.php @@ -0,0 +1,20 @@ +displayImageUrl = $displayImageUrl; + } + public function getDisplayImageUrl() + { + return $this->displayImageUrl; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setProfileImage($profileImage) + { + $this->profileImage = $profileImage; + } + public function getProfileImage() + { + return $this->profileImage; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Rank.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Rank.php new file mode 100644 index 000000000..160599d11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Rank.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/RecaptchaChallenge.php b/vendor/google/apiclient-services/src/Google/Service/Partners/RecaptchaChallenge.php new file mode 100644 index 000000000..cd8f639ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/RecaptchaChallenge.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/RequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Partners/RequestMetadata.php new file mode 100644 index 000000000..a458f82ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/RequestMetadata.php @@ -0,0 +1,81 @@ +experimentIds = $experimentIds; + } + public function getExperimentIds() + { + return $this->experimentIds; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setPartnersSessionId($partnersSessionId) + { + $this->partnersSessionId = $partnersSessionId; + } + public function getPartnersSessionId() + { + return $this->partnersSessionId; + } + /** + * @param Google_Service_Partners_TrafficSource + */ + public function setTrafficSource(Google_Service_Partners_TrafficSource $trafficSource) + { + $this->trafficSource = $trafficSource; + } + /** + * @return Google_Service_Partners_TrafficSource + */ + public function getTrafficSource() + { + return $this->trafficSource; + } + /** + * @param Google_Service_Partners_UserOverrides + */ + public function setUserOverrides(Google_Service_Partners_UserOverrides $userOverrides) + { + $this->userOverrides = $userOverrides; + } + /** + * @return Google_Service_Partners_UserOverrides + */ + public function getUserOverrides() + { + return $this->userOverrides; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.php new file mode 100644 index 000000000..4a15c863c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.php @@ -0,0 +1,70 @@ + + * $partnersService = new Google_Service_Partners(...); + * $analytics = $partnersService->analytics; + * + */ +class Google_Service_Partners_Resource_Analytics extends Google_Service_Resource +{ + /** + * Lists analytics data for a user's associated company. Should only be called + * within the context of an authorized logged in user. (analytics.listAnalytics) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string pageToken A token identifying a page of results that the + * server returns. Typically, this is the value of + * `ListAnalyticsResponse.next_page_token` returned from the previous call to + * ListAnalytics. Will be a date string in `YYYY-MM-DD` format representing the + * end date of the date range of results to return. If unspecified or set to "", + * default value is the current date. + * @opt_param int pageSize Requested page size. Server may return fewer + * analytics than requested. If unspecified or set to 0, default value is 30. + * Specifies the number of days in the date range when querying analytics. The + * `page_token` represents the end date of the date range and the start date is + * calculated using the `page_size` as the number of days BEFORE the end date. + * Must be a non-negative integer. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @return Google_Service_Partners_ListAnalyticsResponse + */ + public function listAnalytics($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Partners_ListAnalyticsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/ClientMessages.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/ClientMessages.php new file mode 100644 index 000000000..1d68f2eed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/ClientMessages.php @@ -0,0 +1,43 @@ + + * $partnersService = new Google_Service_Partners(...); + * $clientMessages = $partnersService->clientMessages; + * + */ +class Google_Service_Partners_Resource_ClientMessages extends Google_Service_Resource +{ + /** + * Logs a generic message from the client, such as `Failed to render component`, + * `Profile page is running slow`, `More than 500 users have accessed this + * result.`, etc. (clientMessages.log) + * + * @param Google_Service_Partners_LogMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Partners_LogMessageResponse + */ + public function log(Google_Service_Partners_LogMessageRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('log', array($params), "Google_Service_Partners_LogMessageResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Companies.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Companies.php new file mode 100644 index 000000000..d33a971c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Companies.php @@ -0,0 +1,150 @@ + + * $partnersService = new Google_Service_Partners(...); + * $companies = $partnersService->companies; + * + */ +class Google_Service_Partners_Resource_Companies extends Google_Service_Resource +{ + /** + * Gets a company. (companies.get) + * + * @param string $companyId The ID of the company to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string currencyCode If the company's budget is in a different + * currency code than this one, then the converted budget is converted to this + * currency code. + * @opt_param string orderBy How to order addresses within the returned company. + * Currently, only `address` and `address desc` is supported which will sorted + * by closest to farthest in distance from given address and farthest to closest + * distance from given address respectively. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string view The view of `Company` resource to be returned. This + * must not be `COMPANY_VIEW_UNSPECIFIED`. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string address The address to use for sorting the company's + * addresses by proximity. If not given, the geo-located address of the request + * is used. Used when order_by is set. + * @return Google_Service_Partners_GetCompanyResponse + */ + public function get($companyId, $optParams = array()) + { + $params = array('companyId' => $companyId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Partners_GetCompanyResponse"); + } + /** + * Lists companies. (companies.listCompanies) + * + * @param array $optParams Optional parameters. + * + * @opt_param string services List of services that the returned agencies should + * provide. If this is not empty, any returned agency must have at least one of + * these services, or one of the specializations in the "specializations" field. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string maxMonthlyBudget.units The whole units of the amount. For + * example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param int minMonthlyBudget.nanos Number of nano (10^-9) units of the + * amount. The value must be between -999,999,999 and +999,999,999 inclusive. If + * `units` is positive, `nanos` must be positive or zero. If `units` is zero, + * `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` + * must be negative or zero. For example $-1.75 is represented as `units`=-1 and + * `nanos`=-750,000,000. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string pageToken A token identifying a page of results that the + * server returns. Typically, this is the value of + * `ListCompaniesResponse.next_page_token` returned from the previous call to + * ListCompanies. + * @opt_param string companyName Company name to search for. + * @opt_param string industries List of industries the company can help with. + * @opt_param string websiteUrl Website URL that will help to find a better + * matched company. . + * @opt_param string gpsMotivations List of reasons for using Google Partner + * Search to get companies. + * @opt_param string languageCodes List of language codes that company can + * support. Only primary language subtags are accepted as defined by BCP 47 + * (IETF BCP 47, "Tags for Identifying Languages"). + * @opt_param int pageSize Requested page size. Server may return fewer + * companies than requested. If unspecified, server picks an appropriate + * default. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string orderBy How to order addresses within the returned + * companies. Currently, only `address` and `address desc` is supported which + * will sorted by closest to farthest in distance from given address and + * farthest to closest distance from given address respectively. + * @opt_param string specializations List of specializations that the returned + * agencies should provide. If this is not empty, any returned agency must have + * at least one of these specializations, or one of the services in the + * "services" field. + * @opt_param string maxMonthlyBudget.currencyCode The 3-letter currency code + * defined in ISO 4217. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string minMonthlyBudget.currencyCode The 3-letter currency code + * defined in ISO 4217. + * @opt_param string view The view of the `Company` resource to be returned. + * This must not be `COMPANY_VIEW_UNSPECIFIED`. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string address The address to use when searching for companies. If + * not given, the geo-located address of the request is used. + * @opt_param string minMonthlyBudget.units The whole units of the amount. For + * example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. + * @opt_param int maxMonthlyBudget.nanos Number of nano (10^-9) units of the + * amount. The value must be between -999,999,999 and +999,999,999 inclusive. If + * `units` is positive, `nanos` must be positive or zero. If `units` is zero, + * `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` + * must be negative or zero. For example $-1.75 is represented as `units`=-1 and + * `nanos`=-750,000,000. + * @return Google_Service_Partners_ListCompaniesResponse + */ + public function listCompanies($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Partners_ListCompaniesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/CompaniesLeads.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/CompaniesLeads.php new file mode 100644 index 000000000..c5463f325 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/CompaniesLeads.php @@ -0,0 +1,42 @@ + + * $partnersService = new Google_Service_Partners(...); + * $leads = $partnersService->leads; + * + */ +class Google_Service_Partners_Resource_CompaniesLeads extends Google_Service_Resource +{ + /** + * Creates an advertiser lead for the given company ID. (leads.create) + * + * @param string $companyId The ID of the company to contact. + * @param Google_Service_Partners_CreateLeadRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Partners_CreateLeadResponse + */ + public function create($companyId, Google_Service_Partners_CreateLeadRequest $postBody, $optParams = array()) + { + $params = array('companyId' => $companyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Partners_CreateLeadResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.php new file mode 100644 index 000000000..c59579afb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.php @@ -0,0 +1,66 @@ + + * $partnersService = new Google_Service_Partners(...); + * $leads = $partnersService->leads; + * + */ +class Google_Service_Partners_Resource_Leads extends Google_Service_Resource +{ + /** + * Lists advertiser leads for a user's associated company. Should only be called + * within the context of an authorized logged in user. (leads.listLeads) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string orderBy How to order Leads. Currently, only `create_time` + * and `create_time desc` are supported + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string pageToken A token identifying a page of results that the + * server returns. Typically, this is the value of + * `ListLeadsResponse.next_page_token` returned from the previous call to + * ListLeads. + * @opt_param int pageSize Requested page size. Server may return fewer leads + * than requested. If unspecified, server picks an appropriate default. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @return Google_Service_Partners_ListLeadsResponse + */ + public function listLeads($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Partners_ListLeadsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Offers.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Offers.php new file mode 100644 index 000000000..ae16f8daa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Offers.php @@ -0,0 +1,57 @@ + + * $partnersService = new Google_Service_Partners(...); + * $offers = $partnersService->offers; + * + */ +class Google_Service_Partners_Resource_Offers extends Google_Service_Resource +{ + /** + * Lists the Offers available for the current user (offers.listOffers) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @return Google_Service_Partners_ListOffersResponse + */ + public function listOffers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Partners_ListOffersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/OffersHistory.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/OffersHistory.php new file mode 100644 index 000000000..5bc2c3b23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/OffersHistory.php @@ -0,0 +1,66 @@ + + * $partnersService = new Google_Service_Partners(...); + * $history = $partnersService->history; + * + */ +class Google_Service_Partners_Resource_OffersHistory extends Google_Service_Resource +{ + /** + * Lists the Historical Offers for the current user (or user's entire company) + * (history.listOffersHistory) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string pageToken Token to retrieve a specific page. + * @opt_param int pageSize Maximum number of rows to return per page. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param bool entireCompany if true, show history for the entire company. + * Requires user to be admin. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string orderBy Comma-separated list of fields to order by, e.g.: + * "foo,bar,baz". Use "foo desc" to sort descending. List of valid field names + * is: name, offer_code, expiration_time, status, last_modified_time, + * sender_name, creation_time, country_code, offer_type. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @return Google_Service_Partners_ListOffersHistoryResponse + */ + public function listOffersHistory($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Partners_ListOffersHistoryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserEvents.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserEvents.php new file mode 100644 index 000000000..e68b1f3e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserEvents.php @@ -0,0 +1,41 @@ + + * $partnersService = new Google_Service_Partners(...); + * $userEvents = $partnersService->userEvents; + * + */ +class Google_Service_Partners_Resource_UserEvents extends Google_Service_Resource +{ + /** + * Logs a user event. (userEvents.log) + * + * @param Google_Service_Partners_LogUserEventRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Partners_LogUserEventResponse + */ + public function log(Google_Service_Partners_LogUserEventRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('log', array($params), "Google_Service_Partners_LogUserEventResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserStates.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserStates.php new file mode 100644 index 000000000..bfb364049 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/UserStates.php @@ -0,0 +1,57 @@ + + * $partnersService = new Google_Service_Partners(...); + * $userStates = $partnersService->userStates; + * + */ +class Google_Service_Partners_Resource_UserStates extends Google_Service_Resource +{ + /** + * Lists states for current user. (userStates.listUserStates) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @return Google_Service_Partners_ListUserStatesResponse + */ + public function listUserStates($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Partners_ListUserStatesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Users.php new file mode 100644 index 000000000..570bad433 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Users.php @@ -0,0 +1,157 @@ + + * $partnersService = new Google_Service_Partners(...); + * $users = $partnersService->users; + * + */ +class Google_Service_Partners_Resource_Users extends Google_Service_Resource +{ + /** + * Creates a user's company relation. Affiliates the user to a company. + * (users.createCompanyRelation) + * + * @param string $userId The ID of the user. Can be set to me to mean the + * currently authenticated user. + * @param Google_Service_Partners_CompanyRelation $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @return Google_Service_Partners_CompanyRelation + */ + public function createCompanyRelation($userId, Google_Service_Partners_CompanyRelation $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createCompanyRelation', array($params), "Google_Service_Partners_CompanyRelation"); + } + /** + * Deletes a user's company relation. Unaffiliaites the user from a company. + * (users.deleteCompanyRelation) + * + * @param string $userId The ID of the user. Can be set to me to mean the + * currently authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @return Google_Service_Partners_PartnersEmpty + */ + public function deleteCompanyRelation($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('deleteCompanyRelation', array($params), "Google_Service_Partners_PartnersEmpty"); + } + /** + * Gets a user. (users.get) + * + * @param string $userId Identifier of the user. Can be set to me to mean the + * currently authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string userView Specifies what parts of the user information to + * return. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @return Google_Service_Partners_User + */ + public function get($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Partners_User"); + } + /** + * Updates a user's profile. A user can only update their own profile and should + * only be called within the context of a logged in user. (users.updateProfile) + * + * @param Google_Service_Partners_UserProfile $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @return Google_Service_Partners_UserProfile + */ + public function updateProfile(Google_Service_Partners_UserProfile $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateProfile', array($params), "Google_Service_Partners_UserProfile"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/V2.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/V2.php new file mode 100644 index 000000000..e545b2bc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/V2.php @@ -0,0 +1,124 @@ + + * $partnersService = new Google_Service_Partners(...); + * $v2 = $partnersService->v2; + * + */ +class Google_Service_Partners_Resource_V2 extends Google_Service_Resource +{ + /** + * Gets Partners Status of the logged in user's agency. Should only be called if + * the logged in user is the admin of the agency. (v2.getPartnersstatus) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @return Google_Service_Partners_GetPartnersStatusResponse + */ + public function getPartnersstatus($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getPartnersstatus', array($params), "Google_Service_Partners_GetPartnersStatusResponse"); + } + /** + * Update company. Should only be called within the context of an authorized + * logged in user. (v2.updateCompanies) + * + * @param Google_Service_Partners_Company $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. Required with at least 1 value in FieldMask's paths. + * @return Google_Service_Partners_Company + */ + public function updateCompanies(Google_Service_Partners_Company $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateCompanies', array($params), "Google_Service_Partners_Company"); + } + /** + * Updates the specified lead. (v2.updateLeads) + * + * @param Google_Service_Partners_Lead $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestMetadata.experimentIds Experiment IDs the current + * request belongs to. + * @opt_param string requestMetadata.trafficSource.trafficSubId Second level + * identifier to indicate where the traffic comes from. An identifier has + * multiple letters created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.userOverrides.userId Logged-in user ID to + * impersonate instead of the user's ID. + * @opt_param string requestMetadata.partnersSessionId Google Partners session + * ID. + * @opt_param string requestMetadata.trafficSource.trafficSourceId Identifier to + * indicate where the traffic comes from. An identifier has multiple letters + * created by a team which redirected the traffic to us. + * @opt_param string requestMetadata.locale Locale to use for the current + * request. + * @opt_param string requestMetadata.userOverrides.ipAddress IP address to use + * instead of the user's geo-located IP address. + * @opt_param string updateMask Standard field mask for the set of fields to be + * updated. Required with at least 1 value in FieldMask's paths. Only `state` + * and `adwords_customer_id` are currently supported. + * @return Google_Service_Partners_Lead + */ + public function updateLeads(Google_Service_Partners_Lead $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateLeads', array($params), "Google_Service_Partners_Lead"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ResponseMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ResponseMetadata.php new file mode 100644 index 000000000..b01684c66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ResponseMetadata.php @@ -0,0 +1,37 @@ +debugInfo = $debugInfo; + } + /** + * @return Google_Service_Partners_DebugInfo + */ + public function getDebugInfo() + { + return $this->debugInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.php new file mode 100644 index 000000000..4aa98e8ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.php @@ -0,0 +1,39 @@ +badgeSpecialization = $badgeSpecialization; + } + public function getBadgeSpecialization() + { + return $this->badgeSpecialization; + } + public function setBadgeSpecializationState($badgeSpecializationState) + { + $this->badgeSpecializationState = $badgeSpecializationState; + } + public function getBadgeSpecializationState() + { + return $this->badgeSpecializationState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/TrafficSource.php b/vendor/google/apiclient-services/src/Google/Service/Partners/TrafficSource.php new file mode 100644 index 000000000..f1c631e26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/TrafficSource.php @@ -0,0 +1,39 @@ +trafficSourceId = $trafficSourceId; + } + public function getTrafficSourceId() + { + return $this->trafficSourceId; + } + public function setTrafficSubId($trafficSubId) + { + $this->trafficSubId = $trafficSubId; + } + public function getTrafficSubId() + { + return $this->trafficSubId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/User.php b/vendor/google/apiclient-services/src/Google/Service/Partners/User.php new file mode 100644 index 000000000..03799ff60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/User.php @@ -0,0 +1,172 @@ +afaInfoShared = $afaInfoShared; + } + public function getAfaInfoShared() + { + return $this->afaInfoShared; + } + /** + * @param Google_Service_Partners_AdWordsManagerAccountInfo + */ + public function setAvailableAdwordsManagerAccounts($availableAdwordsManagerAccounts) + { + $this->availableAdwordsManagerAccounts = $availableAdwordsManagerAccounts; + } + /** + * @return Google_Service_Partners_AdWordsManagerAccountInfo + */ + public function getAvailableAdwordsManagerAccounts() + { + return $this->availableAdwordsManagerAccounts; + } + /** + * @param Google_Service_Partners_Certification + */ + public function setCertificationStatus($certificationStatus) + { + $this->certificationStatus = $certificationStatus; + } + /** + * @return Google_Service_Partners_Certification + */ + public function getCertificationStatus() + { + return $this->certificationStatus; + } + /** + * @param Google_Service_Partners_CompanyRelation + */ + public function setCompany(Google_Service_Partners_CompanyRelation $company) + { + $this->company = $company; + } + /** + * @return Google_Service_Partners_CompanyRelation + */ + public function getCompany() + { + return $this->company; + } + public function setCompanyVerificationEmail($companyVerificationEmail) + { + $this->companyVerificationEmail = $companyVerificationEmail; + } + public function getCompanyVerificationEmail() + { + return $this->companyVerificationEmail; + } + /** + * @param Google_Service_Partners_ExamStatus + */ + public function setExamStatus($examStatus) + { + $this->examStatus = $examStatus; + } + /** + * @return Google_Service_Partners_ExamStatus + */ + public function getExamStatus() + { + return $this->examStatus; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInternalId($internalId) + { + $this->internalId = $internalId; + } + public function getInternalId() + { + return $this->internalId; + } + public function setLastAccessTime($lastAccessTime) + { + $this->lastAccessTime = $lastAccessTime; + } + public function getLastAccessTime() + { + return $this->lastAccessTime; + } + public function setPrimaryEmails($primaryEmails) + { + $this->primaryEmails = $primaryEmails; + } + public function getPrimaryEmails() + { + return $this->primaryEmails; + } + /** + * @param Google_Service_Partners_UserProfile + */ + public function setProfile(Google_Service_Partners_UserProfile $profile) + { + $this->profile = $profile; + } + /** + * @return Google_Service_Partners_UserProfile + */ + public function getProfile() + { + return $this->profile; + } + /** + * @param Google_Service_Partners_PublicProfile + */ + public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile) + { + $this->publicProfile = $publicProfile; + } + /** + * @return Google_Service_Partners_PublicProfile + */ + public function getPublicProfile() + { + return $this->publicProfile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php b/vendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php new file mode 100644 index 000000000..6f106a9d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php @@ -0,0 +1,39 @@ +ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/UserProfile.php b/vendor/google/apiclient-services/src/Google/Service/Partners/UserProfile.php new file mode 100644 index 000000000..3c3374607 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/UserProfile.php @@ -0,0 +1,171 @@ +address = $address; + } + /** + * @return Google_Service_Partners_Location + */ + public function getAddress() + { + return $this->address; + } + public function setAdwordsManagerAccount($adwordsManagerAccount) + { + $this->adwordsManagerAccount = $adwordsManagerAccount; + } + public function getAdwordsManagerAccount() + { + return $this->adwordsManagerAccount; + } + public function setChannels($channels) + { + $this->channels = $channels; + } + public function getChannels() + { + return $this->channels; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + /** + * @param Google_Service_Partners_OptIns + */ + public function setEmailOptIns(Google_Service_Partners_OptIns $emailOptIns) + { + $this->emailOptIns = $emailOptIns; + } + /** + * @return Google_Service_Partners_OptIns + */ + public function getEmailOptIns() + { + return $this->emailOptIns; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setIndustries($industries) + { + $this->industries = $industries; + } + public function getIndustries() + { + return $this->industries; + } + public function setJobFunctions($jobFunctions) + { + $this->jobFunctions = $jobFunctions; + } + public function getJobFunctions() + { + return $this->jobFunctions; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setMarkets($markets) + { + $this->markets = $markets; + } + public function getMarkets() + { + return $this->markets; + } + public function setMigrateToAfa($migrateToAfa) + { + $this->migrateToAfa = $migrateToAfa; + } + public function getMigrateToAfa() + { + return $this->migrateToAfa; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setPrimaryCountryCode($primaryCountryCode) + { + $this->primaryCountryCode = $primaryCountryCode; + } + public function getPrimaryCountryCode() + { + return $this->primaryCountryCode; + } + public function setProfilePublic($profilePublic) + { + $this->profilePublic = $profilePublic; + } + public function getProfilePublic() + { + return $this->profilePublic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People.php b/vendor/google/apiclient-services/src/Google/Service/People.php new file mode 100644 index 000000000..60f2ca679 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People.php @@ -0,0 +1,160 @@ + + * Provides access to information about profiles and contacts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_People extends Google_Service +{ + /** Manage your contacts. */ + const CONTACTS = + "https://www.googleapis.com/auth/contacts"; + /** View your contacts. */ + const CONTACTS_READONLY = + "https://www.googleapis.com/auth/contacts.readonly"; + /** Know the list of people in your circles, your age range, and language. */ + const PLUS_LOGIN = + "https://www.googleapis.com/auth/plus.login"; + /** View your street addresses. */ + const USER_ADDRESSES_READ = + "https://www.googleapis.com/auth/user.addresses.read"; + /** View your complete date of birth. */ + const USER_BIRTHDAY_READ = + "https://www.googleapis.com/auth/user.birthday.read"; + /** View your email addresses. */ + const USER_EMAILS_READ = + "https://www.googleapis.com/auth/user.emails.read"; + /** View your phone numbers. */ + const USER_PHONENUMBERS_READ = + "https://www.googleapis.com/auth/user.phonenumbers.read"; + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + /** View your basic profile info. */ + const USERINFO_PROFILE = + "https://www.googleapis.com/auth/userinfo.profile"; + + public $people; + public $people_connections; + + /** + * Constructs the internal representation of the People service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://people.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'people'; + + $this->people = new Google_Service_People_Resource_People( + $this, + $this->serviceName, + 'people', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+resourceName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestMask.includeField' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getBatchGet' => array( + 'path' => 'v1/people:batchGet', + 'httpMethod' => 'GET', + 'parameters' => array( + 'requestMask.includeField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->people_connections = new Google_Service_People_Resource_PeopleConnections( + $this, + $this->serviceName, + 'connections', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+resourceName}/connections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestSyncToken' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'requestMask.includeField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Address.php b/vendor/google/apiclient-services/src/Google/Service/People/Address.php new file mode 100644 index 000000000..48b7e9a03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Address.php @@ -0,0 +1,130 @@ +city = $city; + } + public function getCity() + { + return $this->city; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setExtendedAddress($extendedAddress) + { + $this->extendedAddress = $extendedAddress; + } + public function getExtendedAddress() + { + return $this->extendedAddress; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setFormattedValue($formattedValue) + { + $this->formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setPoBox($poBox) + { + $this->poBox = $poBox; + } + public function getPoBox() + { + return $this->poBox; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setStreetAddress($streetAddress) + { + $this->streetAddress = $streetAddress; + } + public function getStreetAddress() + { + return $this->streetAddress; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/AgeRangeType.php b/vendor/google/apiclient-services/src/Google/Service/People/AgeRangeType.php new file mode 100644 index 000000000..25ad216b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/AgeRangeType.php @@ -0,0 +1,40 @@ +ageRange = $ageRange; + } + public function getAgeRange() + { + return $this->ageRange; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Biography.php b/vendor/google/apiclient-services/src/Google/Service/People/Biography.php new file mode 100644 index 000000000..5947f8927 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Biography.php @@ -0,0 +1,49 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Birthday.php b/vendor/google/apiclient-services/src/Google/Service/People/Birthday.php new file mode 100644 index 000000000..e9254f533 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Birthday.php @@ -0,0 +1,50 @@ +date = $date; + } + public function getDate() + { + return $this->date; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/BraggingRights.php b/vendor/google/apiclient-services/src/Google/Service/People/BraggingRights.php new file mode 100644 index 000000000..8f66e79ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/BraggingRights.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/ContactGroupMembership.php b/vendor/google/apiclient-services/src/Google/Service/People/ContactGroupMembership.php new file mode 100644 index 000000000..ae06b4a83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/ContactGroupMembership.php @@ -0,0 +1,30 @@ +contactGroupId = $contactGroupId; + } + public function getContactGroupId() + { + return $this->contactGroupId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/CoverPhoto.php b/vendor/google/apiclient-services/src/Google/Service/People/CoverPhoto.php new file mode 100644 index 000000000..676cd38ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/CoverPhoto.php @@ -0,0 +1,49 @@ +default = $default; + } + public function getDefault() + { + return $this->default; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Date.php b/vendor/google/apiclient-services/src/Google/Service/People/Date.php new file mode 100644 index 000000000..14ffb7066 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/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/vendor/google/apiclient-services/src/Google/Service/People/DomainMembership.php b/vendor/google/apiclient-services/src/Google/Service/People/DomainMembership.php new file mode 100644 index 000000000..b4206da68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/DomainMembership.php @@ -0,0 +1,30 @@ +inViewerDomain = $inViewerDomain; + } + public function getInViewerDomain() + { + return $this->inViewerDomain; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/EmailAddress.php b/vendor/google/apiclient-services/src/Google/Service/People/EmailAddress.php new file mode 100644 index 000000000..361b26fa4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/EmailAddress.php @@ -0,0 +1,67 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Event.php b/vendor/google/apiclient-services/src/Google/Service/People/Event.php new file mode 100644 index 000000000..89b073ab9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Event.php @@ -0,0 +1,59 @@ +date = $date; + } + public function getDate() + { + return $this->date; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/FieldMetadata.php b/vendor/google/apiclient-services/src/Google/Service/People/FieldMetadata.php new file mode 100644 index 000000000..8c0f892cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/FieldMetadata.php @@ -0,0 +1,49 @@ +primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setSource(Google_Service_People_Source $source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Gender.php b/vendor/google/apiclient-services/src/Google/Service/People/Gender.php new file mode 100644 index 000000000..faa7316eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Gender.php @@ -0,0 +1,49 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/GetPeopleResponse.php b/vendor/google/apiclient-services/src/Google/Service/People/GetPeopleResponse.php new file mode 100644 index 000000000..38a6018cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/GetPeopleResponse.php @@ -0,0 +1,32 @@ +responses = $responses; + } + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/ImClient.php b/vendor/google/apiclient-services/src/Google/Service/People/ImClient.php new file mode 100644 index 000000000..762781126 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/ImClient.php @@ -0,0 +1,76 @@ +formattedProtocol = $formattedProtocol; + } + public function getFormattedProtocol() + { + return $this->formattedProtocol; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Interest.php b/vendor/google/apiclient-services/src/Google/Service/People/Interest.php new file mode 100644 index 000000000..094ff0afd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Interest.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/ListConnectionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/People/ListConnectionsResponse.php new file mode 100644 index 000000000..6c020bf06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/ListConnectionsResponse.php @@ -0,0 +1,50 @@ +connections = $connections; + } + public function getConnections() + { + return $this->connections; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Locale.php b/vendor/google/apiclient-services/src/Google/Service/People/Locale.php new file mode 100644 index 000000000..b6071a0ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Locale.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Membership.php b/vendor/google/apiclient-services/src/Google/Service/People/Membership.php new file mode 100644 index 000000000..c3910f896 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Membership.php @@ -0,0 +1,51 @@ +contactGroupMembership = $contactGroupMembership; + } + public function getContactGroupMembership() + { + return $this->contactGroupMembership; + } + public function setDomainMembership(Google_Service_People_DomainMembership $domainMembership) + { + $this->domainMembership = $domainMembership; + } + public function getDomainMembership() + { + return $this->domainMembership; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Name.php b/vendor/google/apiclient-services/src/Google/Service/People/Name.php new file mode 100644 index 000000000..e76bd6ea5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Name.php @@ -0,0 +1,148 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDisplayNameLastFirst($displayNameLastFirst) + { + $this->displayNameLastFirst = $displayNameLastFirst; + } + public function getDisplayNameLastFirst() + { + return $this->displayNameLastFirst; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setHonorificPrefix($honorificPrefix) + { + $this->honorificPrefix = $honorificPrefix; + } + public function getHonorificPrefix() + { + return $this->honorificPrefix; + } + public function setHonorificSuffix($honorificSuffix) + { + $this->honorificSuffix = $honorificSuffix; + } + public function getHonorificSuffix() + { + return $this->honorificSuffix; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setMiddleName($middleName) + { + $this->middleName = $middleName; + } + public function getMiddleName() + { + return $this->middleName; + } + public function setPhoneticFamilyName($phoneticFamilyName) + { + $this->phoneticFamilyName = $phoneticFamilyName; + } + public function getPhoneticFamilyName() + { + return $this->phoneticFamilyName; + } + public function setPhoneticFullName($phoneticFullName) + { + $this->phoneticFullName = $phoneticFullName; + } + public function getPhoneticFullName() + { + return $this->phoneticFullName; + } + public function setPhoneticGivenName($phoneticGivenName) + { + $this->phoneticGivenName = $phoneticGivenName; + } + public function getPhoneticGivenName() + { + return $this->phoneticGivenName; + } + public function setPhoneticHonorificPrefix($phoneticHonorificPrefix) + { + $this->phoneticHonorificPrefix = $phoneticHonorificPrefix; + } + public function getPhoneticHonorificPrefix() + { + return $this->phoneticHonorificPrefix; + } + public function setPhoneticHonorificSuffix($phoneticHonorificSuffix) + { + $this->phoneticHonorificSuffix = $phoneticHonorificSuffix; + } + public function getPhoneticHonorificSuffix() + { + return $this->phoneticHonorificSuffix; + } + public function setPhoneticMiddleName($phoneticMiddleName) + { + $this->phoneticMiddleName = $phoneticMiddleName; + } + public function getPhoneticMiddleName() + { + return $this->phoneticMiddleName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Nickname.php b/vendor/google/apiclient-services/src/Google/Service/People/Nickname.php new file mode 100644 index 000000000..6ce688ed3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Nickname.php @@ -0,0 +1,49 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Occupation.php b/vendor/google/apiclient-services/src/Google/Service/People/Occupation.php new file mode 100644 index 000000000..49ebf90a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Occupation.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Organization.php b/vendor/google/apiclient-services/src/Google/Service/People/Organization.php new file mode 100644 index 000000000..dbcfba65e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Organization.php @@ -0,0 +1,150 @@ +current = $current; + } + public function getCurrent() + { + return $this->current; + } + public function setDepartment($department) + { + $this->department = $department; + } + public function getDepartment() + { + return $this->department; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setEndDate(Google_Service_People_Date $endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setJobDescription($jobDescription) + { + $this->jobDescription = $jobDescription; + } + public function getJobDescription() + { + return $this->jobDescription; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMetadata(Google_Service_People_FieldMetadata $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 setPhoneticName($phoneticName) + { + $this->phoneticName = $phoneticName; + } + public function getPhoneticName() + { + return $this->phoneticName; + } + public function setStartDate(Google_Service_People_Date $startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setSymbol($symbol) + { + $this->symbol = $symbol; + } + public function getSymbol() + { + return $this->symbol; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Person.php b/vendor/google/apiclient-services/src/Google/Service/People/Person.php new file mode 100644 index 000000000..328176d6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Person.php @@ -0,0 +1,319 @@ +addresses = $addresses; + } + public function getAddresses() + { + return $this->addresses; + } + public function setAgeRange($ageRange) + { + $this->ageRange = $ageRange; + } + public function getAgeRange() + { + return $this->ageRange; + } + public function setAgeRanges($ageRanges) + { + $this->ageRanges = $ageRanges; + } + public function getAgeRanges() + { + return $this->ageRanges; + } + public function setBiographies($biographies) + { + $this->biographies = $biographies; + } + public function getBiographies() + { + return $this->biographies; + } + public function setBirthdays($birthdays) + { + $this->birthdays = $birthdays; + } + public function getBirthdays() + { + return $this->birthdays; + } + public function setBraggingRights($braggingRights) + { + $this->braggingRights = $braggingRights; + } + public function getBraggingRights() + { + return $this->braggingRights; + } + public function setCoverPhotos($coverPhotos) + { + $this->coverPhotos = $coverPhotos; + } + public function getCoverPhotos() + { + return $this->coverPhotos; + } + public function setEmailAddresses($emailAddresses) + { + $this->emailAddresses = $emailAddresses; + } + public function getEmailAddresses() + { + return $this->emailAddresses; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEvents($events) + { + $this->events = $events; + } + public function getEvents() + { + return $this->events; + } + public function setGenders($genders) + { + $this->genders = $genders; + } + public function getGenders() + { + return $this->genders; + } + public function setImClients($imClients) + { + $this->imClients = $imClients; + } + public function getImClients() + { + return $this->imClients; + } + public function setInterests($interests) + { + $this->interests = $interests; + } + public function getInterests() + { + return $this->interests; + } + public function setLocales($locales) + { + $this->locales = $locales; + } + public function getLocales() + { + return $this->locales; + } + public function setMemberships($memberships) + { + $this->memberships = $memberships; + } + public function getMemberships() + { + return $this->memberships; + } + public function setMetadata(Google_Service_People_PersonMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setNames($names) + { + $this->names = $names; + } + public function getNames() + { + return $this->names; + } + public function setNicknames($nicknames) + { + $this->nicknames = $nicknames; + } + public function getNicknames() + { + return $this->nicknames; + } + public function setOccupations($occupations) + { + $this->occupations = $occupations; + } + public function getOccupations() + { + return $this->occupations; + } + public function setOrganizations($organizations) + { + $this->organizations = $organizations; + } + public function getOrganizations() + { + return $this->organizations; + } + public function setPhoneNumbers($phoneNumbers) + { + $this->phoneNumbers = $phoneNumbers; + } + public function getPhoneNumbers() + { + return $this->phoneNumbers; + } + public function setPhotos($photos) + { + $this->photos = $photos; + } + public function getPhotos() + { + return $this->photos; + } + public function setRelations($relations) + { + $this->relations = $relations; + } + public function getRelations() + { + return $this->relations; + } + public function setRelationshipInterests($relationshipInterests) + { + $this->relationshipInterests = $relationshipInterests; + } + public function getRelationshipInterests() + { + return $this->relationshipInterests; + } + public function setRelationshipStatuses($relationshipStatuses) + { + $this->relationshipStatuses = $relationshipStatuses; + } + public function getRelationshipStatuses() + { + return $this->relationshipStatuses; + } + public function setResidences($residences) + { + $this->residences = $residences; + } + public function getResidences() + { + return $this->residences; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + public function setSkills($skills) + { + $this->skills = $skills; + } + public function getSkills() + { + return $this->skills; + } + public function setTaglines($taglines) + { + $this->taglines = $taglines; + } + public function getTaglines() + { + return $this->taglines; + } + public function setUrls($urls) + { + $this->urls = $urls; + } + public function getUrls() + { + return $this->urls; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/PersonMetadata.php b/vendor/google/apiclient-services/src/Google/Service/People/PersonMetadata.php new file mode 100644 index 000000000..470201a7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/PersonMetadata.php @@ -0,0 +1,68 @@ +deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setLinkedPeopleResourceNames($linkedPeopleResourceNames) + { + $this->linkedPeopleResourceNames = $linkedPeopleResourceNames; + } + public function getLinkedPeopleResourceNames() + { + return $this->linkedPeopleResourceNames; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setPreviousResourceNames($previousResourceNames) + { + $this->previousResourceNames = $previousResourceNames; + } + public function getPreviousResourceNames() + { + return $this->previousResourceNames; + } + public function setSources($sources) + { + $this->sources = $sources; + } + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/PersonResponse.php b/vendor/google/apiclient-services/src/Google/Service/People/PersonResponse.php new file mode 100644 index 000000000..78c8e9024 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/PersonResponse.php @@ -0,0 +1,49 @@ +httpStatusCode = $httpStatusCode; + } + public function getHttpStatusCode() + { + return $this->httpStatusCode; + } + public function setPerson(Google_Service_People_Person $person) + { + $this->person = $person; + } + public function getPerson() + { + return $this->person; + } + public function setRequestedResourceName($requestedResourceName) + { + $this->requestedResourceName = $requestedResourceName; + } + public function getRequestedResourceName() + { + return $this->requestedResourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/PhoneNumber.php b/vendor/google/apiclient-services/src/Google/Service/People/PhoneNumber.php new file mode 100644 index 000000000..733763500 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/PhoneNumber.php @@ -0,0 +1,67 @@ +canonicalForm = $canonicalForm; + } + public function getCanonicalForm() + { + return $this->canonicalForm; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Photo.php b/vendor/google/apiclient-services/src/Google/Service/People/Photo.php new file mode 100644 index 000000000..d09358a9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Photo.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/ProfileMetadata.php b/vendor/google/apiclient-services/src/Google/Service/People/ProfileMetadata.php new file mode 100644 index 000000000..0bbd0dd72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/ProfileMetadata.php @@ -0,0 +1,30 @@ +objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Relation.php b/vendor/google/apiclient-services/src/Google/Service/People/Relation.php new file mode 100644 index 000000000..0bbe2300e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Relation.php @@ -0,0 +1,58 @@ +formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setPerson($person) + { + $this->person = $person; + } + public function getPerson() + { + return $this->person; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/RelationshipInterest.php b/vendor/google/apiclient-services/src/Google/Service/People/RelationshipInterest.php new file mode 100644 index 000000000..783613082 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/RelationshipInterest.php @@ -0,0 +1,49 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/RelationshipStatus.php b/vendor/google/apiclient-services/src/Google/Service/People/RelationshipStatus.php new file mode 100644 index 000000000..a6ea207d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/RelationshipStatus.php @@ -0,0 +1,49 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Residence.php b/vendor/google/apiclient-services/src/Google/Service/People/Residence.php new file mode 100644 index 000000000..f954f90fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Residence.php @@ -0,0 +1,49 @@ +current = $current; + } + public function getCurrent() + { + return $this->current; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Resource/People.php b/vendor/google/apiclient-services/src/Google/Service/People/Resource/People.php new file mode 100644 index 000000000..22163b60e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Resource/People.php @@ -0,0 +1,78 @@ + + * $peopleService = new Google_Service_People(...); + * $people = $peopleService->people; + * + */ +class Google_Service_People_Resource_People extends Google_Service_Resource +{ + /** + * Provides information about a person resource for a resource name. Use + * `people/me` to indicate the authenticated user. (people.get) + * + * @param string $resourceName The resource name of the person to provide + * information about. + * + * - To get information about the authenticated user, specify `people/me`. - To + * get information about any user, specify the resource name that identifies + * the user, such as the resource names returned by + * [`people.connections.list`](/people/api/rest/v1/people.connections/list). + * @param array $optParams Optional parameters. + * + * @opt_param string requestMask.includeField Comma-separated list of fields to + * be included in the response. Omitting this field will include all fields + * except for connections.list requests, which have a default mask that includes + * common fields like metadata, name, photo, and profile url. Each path should + * start with `person.`: for example, `person.names` or `person.photos`. + * @return Google_Service_People_Person + */ + public function get($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_People_Person"); + } + /** + * Provides information about a list of specific people by specifying a list of + * requested resource names. Use `people/me` to indicate the authenticated user. + * (people.getBatchGet) + * + * @param array $optParams Optional parameters. + * + * @opt_param string requestMask.includeField Comma-separated list of fields to + * be included in the response. Omitting this field will include all fields + * except for connections.list requests, which have a default mask that includes + * common fields like metadata, name, photo, and profile url. Each path should + * start with `person.`: for example, `person.names` or `person.photos`. + * @opt_param string resourceNames The resource name, such as one returned by + * [`people.connections.list`](/people/api/rest/v1/people.connections/list), of + * one of the people to provide information about. You can include this + * parameter up to 50 times in one request. + * @return Google_Service_People_GetPeopleResponse + */ + public function getBatchGet($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getBatchGet', array($params), "Google_Service_People_GetPeopleResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Resource/PeopleConnections.php b/vendor/google/apiclient-services/src/Google/Service/People/Resource/PeopleConnections.php new file mode 100644 index 000000000..6a82491f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Resource/PeopleConnections.php @@ -0,0 +1,59 @@ + + * $peopleService = new Google_Service_People(...); + * $connections = $peopleService->connections; + * + */ +class Google_Service_People_Resource_PeopleConnections extends Google_Service_Resource +{ + /** + * Provides a list of the authenticated user's contacts merged with any linked + * profiles. (connections.listPeopleConnections) + * + * @param string $resourceName The resource name to return connections for. Only + * `people/me` is valid. + * @param array $optParams Optional parameters. + * + * @opt_param string sortOrder The order in which the connections should be + * sorted. Defaults to `LAST_MODIFIED_ASCENDING`. + * @opt_param bool requestSyncToken Whether the response should include a sync + * token, which can be used to get all changes since the last request. + * @opt_param string pageToken The token of the page to be returned. + * @opt_param int pageSize The number of connections to include in the response. + * Valid values are between 1 and 500, inclusive. Defaults to 100. + * @opt_param string requestMask.includeField Comma-separated list of fields to + * be included in the response. Omitting this field will include all fields + * except for connections.list requests, which have a default mask that includes + * common fields like metadata, name, photo, and profile url. Each path should + * start with `person.`: for example, `person.names` or `person.photos`. + * @opt_param string syncToken A sync token, returned by a previous call to + * `people.connections.list`. Only resources changed since the sync token was + * created will be returned. + * @return Google_Service_People_ListConnectionsResponse + */ + public function listPeopleConnections($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_People_ListConnectionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Skill.php b/vendor/google/apiclient-services/src/Google/Service/People/Skill.php new file mode 100644 index 000000000..416ac6a1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Skill.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Source.php b/vendor/google/apiclient-services/src/Google/Service/People/Source.php new file mode 100644 index 000000000..5e2cb2132 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Source.php @@ -0,0 +1,58 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setProfileMetadata(Google_Service_People_ProfileMetadata $profileMetadata) + { + $this->profileMetadata = $profileMetadata; + } + public function getProfileMetadata() + { + return $this->profileMetadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Tagline.php b/vendor/google/apiclient-services/src/Google/Service/People/Tagline.php new file mode 100644 index 000000000..546bf6520 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Tagline.php @@ -0,0 +1,40 @@ +metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/People/Url.php b/vendor/google/apiclient-services/src/Google/Service/People/Url.php new file mode 100644 index 000000000..d5f7df855 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/People/Url.php @@ -0,0 +1,58 @@ +formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setMetadata(Google_Service_People_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService.php new file mode 100644 index 000000000..b4d88b026 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService.php @@ -0,0 +1,333 @@ + + * Provides access to information about profiles and contacts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PeopleService extends Google_Service +{ + /** See, edit, download, and permanently delete your contacts. */ + const CONTACTS = + "https://www.googleapis.com/auth/contacts"; + /** See and download your contacts. */ + const CONTACTS_READONLY = + "https://www.googleapis.com/auth/contacts.readonly"; + /** View your street addresses. */ + const USER_ADDRESSES_READ = + "https://www.googleapis.com/auth/user.addresses.read"; + /** View your complete date of birth. */ + const USER_BIRTHDAY_READ = + "https://www.googleapis.com/auth/user.birthday.read"; + /** View your email addresses. */ + const USER_EMAILS_READ = + "https://www.googleapis.com/auth/user.emails.read"; + /** View your phone numbers. */ + const USER_PHONENUMBERS_READ = + "https://www.googleapis.com/auth/user.phonenumbers.read"; + /** View your 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. */ + const USERINFO_PROFILE = + "https://www.googleapis.com/auth/userinfo.profile"; + + public $contactGroups; + public $contactGroups_members; + public $people; + public $people_connections; + + /** + * Constructs the internal representation of the PeopleService 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://people.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'people'; + + $this->contactGroups = new Google_Service_PeopleService_Resource_ContactGroups( + $this, + $this->serviceName, + 'contactGroups', + array( + 'methods' => array( + 'batchGet' => array( + 'path' => 'v1/contactGroups:batchGet', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxMembers' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'resourceNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/contactGroups', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/{+resourceName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deleteContacts' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => 'v1/{+resourceName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxMembers' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/contactGroups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1/{+resourceName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->contactGroups_members = new Google_Service_PeopleService_Resource_ContactGroupsMembers( + $this, + $this->serviceName, + 'members', + array( + 'methods' => array( + 'modify' => array( + 'path' => 'v1/{+resourceName}/members:modify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->people = new Google_Service_PeopleService_Resource_People( + $this, + $this->serviceName, + 'people', + array( + 'methods' => array( + 'createContact' => array( + 'path' => 'v1/people:createContact', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deleteContact' => array( + 'path' => 'v1/{+resourceName}:deleteContact', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'deleteContactPhoto' => array( + 'path' => 'v1/{+resourceName}:deleteContactPhoto', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'personFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+resourceName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'personFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMask.includeField' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getBatchGet' => array( + 'path' => 'v1/people:batchGet', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'personFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMask.includeField' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateContact' => array( + 'path' => 'v1/{+resourceName}:updateContact', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updatePersonFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateContactPhoto' => array( + 'path' => 'v1/{+resourceName}:updateContactPhoto', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->people_connections = new Google_Service_PeopleService_Resource_PeopleConnections( + $this, + $this->serviceName, + 'connections', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+resourceName}/connections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'personFields' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestSyncToken' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMask.includeField' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Address.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Address.php new file mode 100644 index 000000000..001a30d0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Address.php @@ -0,0 +1,136 @@ +city = $city; + } + public function getCity() + { + return $this->city; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setExtendedAddress($extendedAddress) + { + $this->extendedAddress = $extendedAddress; + } + public function getExtendedAddress() + { + return $this->extendedAddress; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setFormattedValue($formattedValue) + { + $this->formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setPoBox($poBox) + { + $this->poBox = $poBox; + } + public function getPoBox() + { + return $this->poBox; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setStreetAddress($streetAddress) + { + $this->streetAddress = $streetAddress; + } + public function getStreetAddress() + { + return $this->streetAddress; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/AgeRangeType.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/AgeRangeType.php new file mode 100644 index 000000000..75c0b3325 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/AgeRangeType.php @@ -0,0 +1,46 @@ +ageRange = $ageRange; + } + public function getAgeRange() + { + return $this->ageRange; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchGetContactGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchGetContactGroupsResponse.php new file mode 100644 index 000000000..7f2c0bb1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/BatchGetContactGroupsResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_PeopleService_ContactGroupResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Biography.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Biography.php new file mode 100644 index 000000000..081ecd452 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Biography.php @@ -0,0 +1,55 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Birthday.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Birthday.php new file mode 100644 index 000000000..828e47b88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Birthday.php @@ -0,0 +1,62 @@ +date = $date; + } + /** + * @return Google_Service_PeopleService_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/BraggingRights.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/BraggingRights.php new file mode 100644 index 000000000..c07734b35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/BraggingRights.php @@ -0,0 +1,46 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroup.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroup.php new file mode 100644 index 000000000..677064602 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroup.php @@ -0,0 +1,101 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setFormattedName($formattedName) + { + $this->formattedName = $formattedName; + } + public function getFormattedName() + { + return $this->formattedName; + } + public function setGroupType($groupType) + { + $this->groupType = $groupType; + } + public function getGroupType() + { + return $this->groupType; + } + public function setMemberCount($memberCount) + { + $this->memberCount = $memberCount; + } + public function getMemberCount() + { + return $this->memberCount; + } + public function setMemberResourceNames($memberResourceNames) + { + $this->memberResourceNames = $memberResourceNames; + } + public function getMemberResourceNames() + { + return $this->memberResourceNames; + } + /** + * @param Google_Service_PeopleService_ContactGroupMetadata + */ + public function setMetadata(Google_Service_PeopleService_ContactGroupMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_ContactGroupMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMembership.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMembership.php new file mode 100644 index 000000000..015f902d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMembership.php @@ -0,0 +1,39 @@ +contactGroupId = $contactGroupId; + } + public function getContactGroupId() + { + return $this->contactGroupId; + } + public function setContactGroupResourceName($contactGroupResourceName) + { + $this->contactGroupResourceName = $contactGroupResourceName; + } + public function getContactGroupResourceName() + { + return $this->contactGroupResourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMetadata.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMetadata.php new file mode 100644 index 000000000..0d1efa703 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMetadata.php @@ -0,0 +1,39 @@ +deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupResponse.php new file mode 100644 index 000000000..ed63557db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupResponse.php @@ -0,0 +1,62 @@ +contactGroup = $contactGroup; + } + /** + * @return Google_Service_PeopleService_ContactGroup + */ + public function getContactGroup() + { + return $this->contactGroup; + } + public function setRequestedResourceName($requestedResourceName) + { + $this->requestedResourceName = $requestedResourceName; + } + public function getRequestedResourceName() + { + return $this->requestedResourceName; + } + /** + * @param Google_Service_PeopleService_Status + */ + public function setStatus(Google_Service_PeopleService_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_PeopleService_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/CoverPhoto.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/CoverPhoto.php new file mode 100644 index 000000000..31c370b66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/CoverPhoto.php @@ -0,0 +1,55 @@ +default = $default; + } + public function getDefault() + { + return $this->default; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/CreateContactGroupRequest.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/CreateContactGroupRequest.php new file mode 100644 index 000000000..79b502383 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/CreateContactGroupRequest.php @@ -0,0 +1,37 @@ +contactGroup = $contactGroup; + } + /** + * @return Google_Service_PeopleService_ContactGroup + */ + public function getContactGroup() + { + return $this->contactGroup; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Date.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Date.php new file mode 100644 index 000000000..adc83ff5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/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/vendor/google/apiclient-services/src/Google/Service/PeopleService/DeleteContactPhotoResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/DeleteContactPhotoResponse.php new file mode 100644 index 000000000..03f9f1fd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/DeleteContactPhotoResponse.php @@ -0,0 +1,37 @@ +person = $person; + } + /** + * @return Google_Service_PeopleService_Person + */ + public function getPerson() + { + return $this->person; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/DomainMembership.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/DomainMembership.php new file mode 100644 index 000000000..9e4f89a29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/DomainMembership.php @@ -0,0 +1,30 @@ +inViewerDomain = $inViewerDomain; + } + public function getInViewerDomain() + { + return $this->inViewerDomain; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/EmailAddress.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/EmailAddress.php new file mode 100644 index 000000000..c9da1c7bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/EmailAddress.php @@ -0,0 +1,73 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Event.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Event.php new file mode 100644 index 000000000..c265c05d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Event.php @@ -0,0 +1,71 @@ +date = $date; + } + /** + * @return Google_Service_PeopleService_Date + */ + public function getDate() + { + return $this->date; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/FieldMetadata.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/FieldMetadata.php new file mode 100644 index 000000000..90157ec6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/FieldMetadata.php @@ -0,0 +1,55 @@ +primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + /** + * @param Google_Service_PeopleService_Source + */ + public function setSource(Google_Service_PeopleService_Source $source) + { + $this->source = $source; + } + /** + * @return Google_Service_PeopleService_Source + */ + public function getSource() + { + return $this->source; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Gender.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Gender.php new file mode 100644 index 000000000..7d03f456a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Gender.php @@ -0,0 +1,55 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/GetPeopleResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/GetPeopleResponse.php new file mode 100644 index 000000000..892ad88d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/GetPeopleResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_PeopleService_PersonResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ImClient.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ImClient.php new file mode 100644 index 000000000..3db9b9765 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ImClient.php @@ -0,0 +1,82 @@ +formattedProtocol = $formattedProtocol; + } + public function getFormattedProtocol() + { + return $this->formattedProtocol; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Interest.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Interest.php new file mode 100644 index 000000000..ec0b74675 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Interest.php @@ -0,0 +1,46 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ListConnectionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ListConnectionsResponse.php new file mode 100644 index 000000000..089c5364e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ListConnectionsResponse.php @@ -0,0 +1,74 @@ +connections = $connections; + } + /** + * @return Google_Service_PeopleService_Person + */ + public function getConnections() + { + return $this->connections; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } + public function setTotalPeople($totalPeople) + { + $this->totalPeople = $totalPeople; + } + public function getTotalPeople() + { + return $this->totalPeople; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ListContactGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ListContactGroupsResponse.php new file mode 100644 index 000000000..2e4fc8917 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ListContactGroupsResponse.php @@ -0,0 +1,65 @@ +contactGroups = $contactGroups; + } + /** + * @return Google_Service_PeopleService_ContactGroup + */ + public function getContactGroups() + { + return $this->contactGroups; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setNextSyncToken($nextSyncToken) + { + $this->nextSyncToken = $nextSyncToken; + } + public function getNextSyncToken() + { + return $this->nextSyncToken; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Locale.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Locale.php new file mode 100644 index 000000000..f05d1d774 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Locale.php @@ -0,0 +1,46 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Membership.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Membership.php new file mode 100644 index 000000000..d38ae6b69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Membership.php @@ -0,0 +1,69 @@ +contactGroupMembership = $contactGroupMembership; + } + /** + * @return Google_Service_PeopleService_ContactGroupMembership + */ + public function getContactGroupMembership() + { + return $this->contactGroupMembership; + } + /** + * @param Google_Service_PeopleService_DomainMembership + */ + public function setDomainMembership(Google_Service_PeopleService_DomainMembership $domainMembership) + { + $this->domainMembership = $domainMembership; + } + /** + * @return Google_Service_PeopleService_DomainMembership + */ + public function getDomainMembership() + { + return $this->domainMembership; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersRequest.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersRequest.php new file mode 100644 index 000000000..899c96e9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersRequest.php @@ -0,0 +1,40 @@ +resourceNamesToAdd = $resourceNamesToAdd; + } + public function getResourceNamesToAdd() + { + return $this->resourceNamesToAdd; + } + public function setResourceNamesToRemove($resourceNamesToRemove) + { + $this->resourceNamesToRemove = $resourceNamesToRemove; + } + public function getResourceNamesToRemove() + { + return $this->resourceNamesToRemove; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersResponse.php new file mode 100644 index 000000000..2dd412ab8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersResponse.php @@ -0,0 +1,40 @@ +canNotRemoveLastContactGroupResourceNames = $canNotRemoveLastContactGroupResourceNames; + } + public function getCanNotRemoveLastContactGroupResourceNames() + { + return $this->canNotRemoveLastContactGroupResourceNames; + } + public function setNotFoundResourceNames($notFoundResourceNames) + { + $this->notFoundResourceNames = $notFoundResourceNames; + } + public function getNotFoundResourceNames() + { + return $this->notFoundResourceNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Name.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Name.php new file mode 100644 index 000000000..e8993921a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Name.php @@ -0,0 +1,154 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDisplayNameLastFirst($displayNameLastFirst) + { + $this->displayNameLastFirst = $displayNameLastFirst; + } + public function getDisplayNameLastFirst() + { + return $this->displayNameLastFirst; + } + public function setFamilyName($familyName) + { + $this->familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setHonorificPrefix($honorificPrefix) + { + $this->honorificPrefix = $honorificPrefix; + } + public function getHonorificPrefix() + { + return $this->honorificPrefix; + } + public function setHonorificSuffix($honorificSuffix) + { + $this->honorificSuffix = $honorificSuffix; + } + public function getHonorificSuffix() + { + return $this->honorificSuffix; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMiddleName($middleName) + { + $this->middleName = $middleName; + } + public function getMiddleName() + { + return $this->middleName; + } + public function setPhoneticFamilyName($phoneticFamilyName) + { + $this->phoneticFamilyName = $phoneticFamilyName; + } + public function getPhoneticFamilyName() + { + return $this->phoneticFamilyName; + } + public function setPhoneticFullName($phoneticFullName) + { + $this->phoneticFullName = $phoneticFullName; + } + public function getPhoneticFullName() + { + return $this->phoneticFullName; + } + public function setPhoneticGivenName($phoneticGivenName) + { + $this->phoneticGivenName = $phoneticGivenName; + } + public function getPhoneticGivenName() + { + return $this->phoneticGivenName; + } + public function setPhoneticHonorificPrefix($phoneticHonorificPrefix) + { + $this->phoneticHonorificPrefix = $phoneticHonorificPrefix; + } + public function getPhoneticHonorificPrefix() + { + return $this->phoneticHonorificPrefix; + } + public function setPhoneticHonorificSuffix($phoneticHonorificSuffix) + { + $this->phoneticHonorificSuffix = $phoneticHonorificSuffix; + } + public function getPhoneticHonorificSuffix() + { + return $this->phoneticHonorificSuffix; + } + public function setPhoneticMiddleName($phoneticMiddleName) + { + $this->phoneticMiddleName = $phoneticMiddleName; + } + public function getPhoneticMiddleName() + { + return $this->phoneticMiddleName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Nickname.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Nickname.php new file mode 100644 index 000000000..ce5490cbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Nickname.php @@ -0,0 +1,55 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Occupation.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Occupation.php new file mode 100644 index 000000000..fef2e075f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Occupation.php @@ -0,0 +1,46 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Organization.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Organization.php new file mode 100644 index 000000000..e0b47d920 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Organization.php @@ -0,0 +1,168 @@ +current = $current; + } + public function getCurrent() + { + return $this->current; + } + public function setDepartment($department) + { + $this->department = $department; + } + public function getDepartment() + { + return $this->department; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + /** + * @param Google_Service_PeopleService_Date + */ + public function setEndDate(Google_Service_PeopleService_Date $endDate) + { + $this->endDate = $endDate; + } + /** + * @return Google_Service_PeopleService_Date + */ + public function getEndDate() + { + return $this->endDate; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + public function setJobDescription($jobDescription) + { + $this->jobDescription = $jobDescription; + } + public function getJobDescription() + { + return $this->jobDescription; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPhoneticName($phoneticName) + { + $this->phoneticName = $phoneticName; + } + public function getPhoneticName() + { + return $this->phoneticName; + } + /** + * @param Google_Service_PeopleService_Date + */ + public function setStartDate(Google_Service_PeopleService_Date $startDate) + { + $this->startDate = $startDate; + } + /** + * @return Google_Service_PeopleService_Date + */ + public function getStartDate() + { + return $this->startDate; + } + public function setSymbol($symbol) + { + $this->symbol = $symbol; + } + public function getSymbol() + { + return $this->symbol; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/PeopleEmpty.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PeopleEmpty.php new file mode 100644 index 000000000..e7105ea06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PeopleEmpty.php @@ -0,0 +1,20 @@ +addresses = $addresses; + } + /** + * @return Google_Service_PeopleService_Address + */ + public function getAddresses() + { + return $this->addresses; + } + public function setAgeRange($ageRange) + { + $this->ageRange = $ageRange; + } + public function getAgeRange() + { + return $this->ageRange; + } + /** + * @param Google_Service_PeopleService_AgeRangeType + */ + public function setAgeRanges($ageRanges) + { + $this->ageRanges = $ageRanges; + } + /** + * @return Google_Service_PeopleService_AgeRangeType + */ + public function getAgeRanges() + { + return $this->ageRanges; + } + /** + * @param Google_Service_PeopleService_Biography + */ + public function setBiographies($biographies) + { + $this->biographies = $biographies; + } + /** + * @return Google_Service_PeopleService_Biography + */ + public function getBiographies() + { + return $this->biographies; + } + /** + * @param Google_Service_PeopleService_Birthday + */ + public function setBirthdays($birthdays) + { + $this->birthdays = $birthdays; + } + /** + * @return Google_Service_PeopleService_Birthday + */ + public function getBirthdays() + { + return $this->birthdays; + } + /** + * @param Google_Service_PeopleService_BraggingRights + */ + public function setBraggingRights($braggingRights) + { + $this->braggingRights = $braggingRights; + } + /** + * @return Google_Service_PeopleService_BraggingRights + */ + public function getBraggingRights() + { + return $this->braggingRights; + } + /** + * @param Google_Service_PeopleService_CoverPhoto + */ + public function setCoverPhotos($coverPhotos) + { + $this->coverPhotos = $coverPhotos; + } + /** + * @return Google_Service_PeopleService_CoverPhoto + */ + public function getCoverPhotos() + { + return $this->coverPhotos; + } + /** + * @param Google_Service_PeopleService_EmailAddress + */ + public function setEmailAddresses($emailAddresses) + { + $this->emailAddresses = $emailAddresses; + } + /** + * @return Google_Service_PeopleService_EmailAddress + */ + public function getEmailAddresses() + { + return $this->emailAddresses; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_PeopleService_Event + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_PeopleService_Event + */ + public function getEvents() + { + return $this->events; + } + /** + * @param Google_Service_PeopleService_Gender + */ + public function setGenders($genders) + { + $this->genders = $genders; + } + /** + * @return Google_Service_PeopleService_Gender + */ + public function getGenders() + { + return $this->genders; + } + /** + * @param Google_Service_PeopleService_ImClient + */ + public function setImClients($imClients) + { + $this->imClients = $imClients; + } + /** + * @return Google_Service_PeopleService_ImClient + */ + public function getImClients() + { + return $this->imClients; + } + /** + * @param Google_Service_PeopleService_Interest + */ + public function setInterests($interests) + { + $this->interests = $interests; + } + /** + * @return Google_Service_PeopleService_Interest + */ + public function getInterests() + { + return $this->interests; + } + /** + * @param Google_Service_PeopleService_Locale + */ + public function setLocales($locales) + { + $this->locales = $locales; + } + /** + * @return Google_Service_PeopleService_Locale + */ + public function getLocales() + { + return $this->locales; + } + /** + * @param Google_Service_PeopleService_Membership + */ + public function setMemberships($memberships) + { + $this->memberships = $memberships; + } + /** + * @return Google_Service_PeopleService_Membership + */ + public function getMemberships() + { + return $this->memberships; + } + /** + * @param Google_Service_PeopleService_PersonMetadata + */ + public function setMetadata(Google_Service_PeopleService_PersonMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_PersonMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_PeopleService_Name + */ + public function setNames($names) + { + $this->names = $names; + } + /** + * @return Google_Service_PeopleService_Name + */ + public function getNames() + { + return $this->names; + } + /** + * @param Google_Service_PeopleService_Nickname + */ + public function setNicknames($nicknames) + { + $this->nicknames = $nicknames; + } + /** + * @return Google_Service_PeopleService_Nickname + */ + public function getNicknames() + { + return $this->nicknames; + } + /** + * @param Google_Service_PeopleService_Occupation + */ + public function setOccupations($occupations) + { + $this->occupations = $occupations; + } + /** + * @return Google_Service_PeopleService_Occupation + */ + public function getOccupations() + { + return $this->occupations; + } + /** + * @param Google_Service_PeopleService_Organization + */ + public function setOrganizations($organizations) + { + $this->organizations = $organizations; + } + /** + * @return Google_Service_PeopleService_Organization + */ + public function getOrganizations() + { + return $this->organizations; + } + /** + * @param Google_Service_PeopleService_PhoneNumber + */ + public function setPhoneNumbers($phoneNumbers) + { + $this->phoneNumbers = $phoneNumbers; + } + /** + * @return Google_Service_PeopleService_PhoneNumber + */ + public function getPhoneNumbers() + { + return $this->phoneNumbers; + } + /** + * @param Google_Service_PeopleService_Photo + */ + public function setPhotos($photos) + { + $this->photos = $photos; + } + /** + * @return Google_Service_PeopleService_Photo + */ + public function getPhotos() + { + return $this->photos; + } + /** + * @param Google_Service_PeopleService_Relation + */ + public function setRelations($relations) + { + $this->relations = $relations; + } + /** + * @return Google_Service_PeopleService_Relation + */ + public function getRelations() + { + return $this->relations; + } + /** + * @param Google_Service_PeopleService_RelationshipInterest + */ + public function setRelationshipInterests($relationshipInterests) + { + $this->relationshipInterests = $relationshipInterests; + } + /** + * @return Google_Service_PeopleService_RelationshipInterest + */ + public function getRelationshipInterests() + { + return $this->relationshipInterests; + } + /** + * @param Google_Service_PeopleService_RelationshipStatus + */ + public function setRelationshipStatuses($relationshipStatuses) + { + $this->relationshipStatuses = $relationshipStatuses; + } + /** + * @return Google_Service_PeopleService_RelationshipStatus + */ + public function getRelationshipStatuses() + { + return $this->relationshipStatuses; + } + /** + * @param Google_Service_PeopleService_Residence + */ + public function setResidences($residences) + { + $this->residences = $residences; + } + /** + * @return Google_Service_PeopleService_Residence + */ + public function getResidences() + { + return $this->residences; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + /** + * @param Google_Service_PeopleService_SipAddress + */ + public function setSipAddresses($sipAddresses) + { + $this->sipAddresses = $sipAddresses; + } + /** + * @return Google_Service_PeopleService_SipAddress + */ + public function getSipAddresses() + { + return $this->sipAddresses; + } + /** + * @param Google_Service_PeopleService_Skill + */ + public function setSkills($skills) + { + $this->skills = $skills; + } + /** + * @return Google_Service_PeopleService_Skill + */ + public function getSkills() + { + return $this->skills; + } + /** + * @param Google_Service_PeopleService_Tagline + */ + public function setTaglines($taglines) + { + $this->taglines = $taglines; + } + /** + * @return Google_Service_PeopleService_Tagline + */ + public function getTaglines() + { + return $this->taglines; + } + /** + * @param Google_Service_PeopleService_Url + */ + public function setUrls($urls) + { + $this->urls = $urls; + } + /** + * @return Google_Service_PeopleService_Url + */ + public function getUrls() + { + return $this->urls; + } + /** + * @param Google_Service_PeopleService_UserDefined + */ + public function setUserDefined($userDefined) + { + $this->userDefined = $userDefined; + } + /** + * @return Google_Service_PeopleService_UserDefined + */ + public function getUserDefined() + { + return $this->userDefined; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/PersonMetadata.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PersonMetadata.php new file mode 100644 index 000000000..f2367e627 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PersonMetadata.php @@ -0,0 +1,74 @@ +deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setLinkedPeopleResourceNames($linkedPeopleResourceNames) + { + $this->linkedPeopleResourceNames = $linkedPeopleResourceNames; + } + public function getLinkedPeopleResourceNames() + { + return $this->linkedPeopleResourceNames; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setPreviousResourceNames($previousResourceNames) + { + $this->previousResourceNames = $previousResourceNames; + } + public function getPreviousResourceNames() + { + return $this->previousResourceNames; + } + /** + * @param Google_Service_PeopleService_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_PeopleService_Source + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/PersonResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PersonResponse.php new file mode 100644 index 000000000..c7edf7070 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PersonResponse.php @@ -0,0 +1,71 @@ +httpStatusCode = $httpStatusCode; + } + public function getHttpStatusCode() + { + return $this->httpStatusCode; + } + /** + * @param Google_Service_PeopleService_Person + */ + public function setPerson(Google_Service_PeopleService_Person $person) + { + $this->person = $person; + } + /** + * @return Google_Service_PeopleService_Person + */ + public function getPerson() + { + return $this->person; + } + public function setRequestedResourceName($requestedResourceName) + { + $this->requestedResourceName = $requestedResourceName; + } + public function getRequestedResourceName() + { + return $this->requestedResourceName; + } + /** + * @param Google_Service_PeopleService_Status + */ + public function setStatus(Google_Service_PeopleService_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_PeopleService_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/PhoneNumber.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PhoneNumber.php new file mode 100644 index 000000000..64cbf2373 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/PhoneNumber.php @@ -0,0 +1,73 @@ +canonicalForm = $canonicalForm; + } + public function getCanonicalForm() + { + return $this->canonicalForm; + } + public function setFormattedType($formattedType) + { + $this->formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Photo.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Photo.php new file mode 100644 index 000000000..3ca5232b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Photo.php @@ -0,0 +1,55 @@ +default = $default; + } + public function getDefault() + { + return $this->default; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/ProfileMetadata.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ProfileMetadata.php new file mode 100644 index 000000000..1ff06658b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/ProfileMetadata.php @@ -0,0 +1,40 @@ +objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setUserTypes($userTypes) + { + $this->userTypes = $userTypes; + } + public function getUserTypes() + { + return $this->userTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Relation.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Relation.php new file mode 100644 index 000000000..2e379a85f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Relation.php @@ -0,0 +1,64 @@ +formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setPerson($person) + { + $this->person = $person; + } + public function getPerson() + { + return $this->person; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipInterest.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipInterest.php new file mode 100644 index 000000000..cf09e896b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipInterest.php @@ -0,0 +1,55 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipStatus.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipStatus.php new file mode 100644 index 000000000..dd4cbaa41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/RelationshipStatus.php @@ -0,0 +1,55 @@ +formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Residence.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Residence.php new file mode 100644 index 000000000..310e5b0ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Residence.php @@ -0,0 +1,55 @@ +current = $current; + } + public function getCurrent() + { + return $this->current; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroups.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroups.php new file mode 100644 index 000000000..3e76d6387 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroups.php @@ -0,0 +1,131 @@ + + * $peopleService = new Google_Service_PeopleService(...); + * $contactGroups = $peopleService->contactGroups; + * + */ +class Google_Service_PeopleService_Resource_ContactGroups extends Google_Service_Resource +{ + /** + * Get a list of contact groups owned by the authenticated user by specifying a + * list of contact group resource names. (contactGroups.batchGet) + * + * @param array $optParams Optional parameters. + * + * @opt_param int maxMembers Specifies the maximum number of members to return + * for each group. + * @opt_param string resourceNames The resource names of the contact groups to + * get. + * @return Google_Service_PeopleService_BatchGetContactGroupsResponse + */ + public function batchGet($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('batchGet', array($params), "Google_Service_PeopleService_BatchGetContactGroupsResponse"); + } + /** + * Create a new contact group owned by the authenticated user. + * (contactGroups.create) + * + * @param Google_Service_PeopleService_CreateContactGroupRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PeopleService_ContactGroup + */ + public function create(Google_Service_PeopleService_CreateContactGroupRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_PeopleService_ContactGroup"); + } + /** + * Delete an existing contact group owned by the authenticated user by + * specifying a contact group resource name. (contactGroups.delete) + * + * @param string $resourceName The resource name of the contact group to delete. + * @param array $optParams Optional parameters. + * + * @opt_param bool deleteContacts Set to true to also delete the contacts in the + * specified group. + * @return Google_Service_PeopleService_PeopleEmpty + */ + public function delete($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_PeopleService_PeopleEmpty"); + } + /** + * Get a specific contact group owned by the authenticated user by specifying a + * contact group resource name. (contactGroups.get) + * + * @param string $resourceName The resource name of the contact group to get. + * @param array $optParams Optional parameters. + * + * @opt_param int maxMembers Specifies the maximum number of members to return. + * @return Google_Service_PeopleService_ContactGroup + */ + public function get($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PeopleService_ContactGroup"); + } + /** + * List all contact groups owned by the authenticated user. Members of the + * contact groups are not populated. (contactGroups.listContactGroups) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous call to [ListContactGroups](/people/api/rest/v1/contactgroups/list). + * Requests the next page of resources. + * @opt_param int pageSize The maximum number of resources to return. + * @opt_param string syncToken A sync token, returned by a previous call to + * `contactgroups.list`. Only resources changed since the sync token was created + * will be returned. + * @return Google_Service_PeopleService_ListContactGroupsResponse + */ + public function listContactGroups($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PeopleService_ListContactGroupsResponse"); + } + /** + * Update the name of an existing contact group owned by the authenticated user. + * (contactGroups.update) + * + * @param string $resourceName The resource name for the contact group, assigned + * by the server. An ASCII string, in the form of + * `contactGroups/`contact_group_id. + * @param Google_Service_PeopleService_UpdateContactGroupRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PeopleService_ContactGroup + */ + public function update($resourceName, Google_Service_PeopleService_UpdateContactGroupRequest $postBody, $optParams = array()) + { + $params = array('resourceName' => $resourceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_PeopleService_ContactGroup"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroupsMembers.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroupsMembers.php new file mode 100644 index 000000000..55c823dfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroupsMembers.php @@ -0,0 +1,46 @@ + + * $peopleService = new Google_Service_PeopleService(...); + * $members = $peopleService->members; + * + */ +class Google_Service_PeopleService_Resource_ContactGroupsMembers extends Google_Service_Resource +{ + /** + * Modify the members of a contact group owned by the authenticated user. + * + * The only system contact groups that can have members added are + * `contactGroups/myContacts` and `contactGroups/starred`. Other system contact + * groups are deprecated and can only have contacts removed. (members.modify) + * + * @param string $resourceName The resource name of the contact group to modify. + * @param Google_Service_PeopleService_ModifyContactGroupMembersRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PeopleService_ModifyContactGroupMembersResponse + */ + public function modify($resourceName, Google_Service_PeopleService_ModifyContactGroupMembersRequest $postBody, $optParams = array()) + { + $params = array('resourceName' => $resourceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modify', array($params), "Google_Service_PeopleService_ModifyContactGroupMembersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php new file mode 100644 index 000000000..9914ade56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php @@ -0,0 +1,214 @@ + + * $peopleService = new Google_Service_PeopleService(...); + * $people = $peopleService->people; + * + */ +class Google_Service_PeopleService_Resource_People extends Google_Service_Resource +{ + /** + * Create a new contact and return the person resource for that contact. + * (people.createContact) + * + * @param Google_Service_PeopleService_Person $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string parent The resource name of the owning person resource. + * @return Google_Service_PeopleService_Person + */ + public function createContact(Google_Service_PeopleService_Person $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createContact', array($params), "Google_Service_PeopleService_Person"); + } + /** + * Delete a contact person. Any non-contact data will not be deleted. + * (people.deleteContact) + * + * @param string $resourceName The resource name of the contact to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_PeopleService_PeopleEmpty + */ + public function deleteContact($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('deleteContact', array($params), "Google_Service_PeopleService_PeopleEmpty"); + } + /** + * Delete a contact's photo. (people.deleteContactPhoto) + * + * @param string $resourceName The resource name of the contact whose photo will + * be deleted. + * @param array $optParams Optional parameters. + * + * @opt_param string personFields **Optional.** Not specifying any fields will + * skip the post mutate read. A field mask to restrict which fields on the + * person are returned. Multiple fields can be specified by separating them with + * commas. Valid values are: + * + * * addresses * ageRanges * biographies * birthdays * braggingRights * + * coverPhotos * emailAddresses * events * genders * imClients * interests * + * locales * memberships * metadata * names * nicknames * occupations * + * organizations * phoneNumbers * photos * relations * relationshipInterests * + * relationshipStatuses * residences * sipAddresses * skills * taglines * urls * + * userDefined + * @return Google_Service_PeopleService_DeleteContactPhotoResponse + */ + public function deleteContactPhoto($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('deleteContactPhoto', array($params), "Google_Service_PeopleService_DeleteContactPhotoResponse"); + } + /** + * Provides information about a person by specifying a resource name. Use + * `people/me` to indicate the authenticated user. + * + * The request throws a 400 error if 'personFields' is not specified. + * (people.get) + * + * @param string $resourceName The resource name of the person to provide + * information about. + * + * - To get information about the authenticated user, specify `people/me`. - To + * get information about a google account, specify `people/`account_id. - To + * get information about a contact, specify the resource name that identifies + * the contact as returned by + * [`people.connections.list`](/people/api/rest/v1/people.connections/list). + * @param array $optParams Optional parameters. + * + * @opt_param string personFields **Required.** A field mask to restrict which + * fields on the person are returned. Multiple fields can be specified by + * separating them with commas. Valid values are: + * + * * addresses * ageRanges * biographies * birthdays * braggingRights * + * coverPhotos * emailAddresses * events * genders * imClients * interests * + * locales * memberships * metadata * names * nicknames * occupations * + * organizations * phoneNumbers * photos * relations * relationshipInterests * + * relationshipStatuses * residences * sipAddresses * skills * taglines * urls * + * userDefined + * @opt_param string requestMask.includeField **Required.** Comma-separated list + * of person fields to be included in the response. Each path should start with + * `person.`: for example, `person.names` or `person.photos`. + * @return Google_Service_PeopleService_Person + */ + public function get($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PeopleService_Person"); + } + /** + * Provides information about a list of specific people by specifying a list of + * requested resource names. Use `people/me` to indicate the authenticated user. + * + * The request throws a 400 error if 'personFields' is not specified. + * (people.getBatchGet) + * + * @param array $optParams Optional parameters. + * + * @opt_param string resourceNames The resource names of the people to provide + * information about. + * + * - To get information about the authenticated user, specify `people/me`. - To + * get information about a google account, specify `people/`account_id. - To + * get information about a contact, specify the resource name that identifies + * the contact as returned by + * [`people.connections.list`](/people/api/rest/v1/people.connections/list). + * + * You can include up to 50 resource names in one request. + * @opt_param string personFields **Required.** A field mask to restrict which + * fields on each person are returned. Multiple fields can be specified by + * separating them with commas. Valid values are: + * + * * addresses * ageRanges * biographies * birthdays * braggingRights * + * coverPhotos * emailAddresses * events * genders * imClients * interests * + * locales * memberships * metadata * names * nicknames * occupations * + * organizations * phoneNumbers * photos * relations * relationshipInterests * + * relationshipStatuses * residences * sipAddresses * skills * taglines * urls * + * userDefined + * @opt_param string requestMask.includeField **Required.** Comma-separated list + * of person fields to be included in the response. Each path should start with + * `person.`: for example, `person.names` or `person.photos`. + * @return Google_Service_PeopleService_GetPeopleResponse + */ + public function getBatchGet($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getBatchGet', array($params), "Google_Service_PeopleService_GetPeopleResponse"); + } + /** + * Update contact data for an existing contact person. Any non-contact data will + * not be modified. + * + * The request throws a 400 error if `updatePersonFields` is not specified. + * + * The request throws a 400 error if `person.metadata.sources` is not specified + * for the contact to be updated. + * + * The request throws a 400 error with an error with reason + * `"failedPrecondition"` if `person.metadata.sources.etag` is different than + * the contact's etag, which indicates the contact has changed since its data + * was read. Clients should get the latest person and re-apply their updates to + * the latest person. (people.updateContact) + * + * @param string $resourceName The resource name for the person, assigned by the + * server. An ASCII string with a max length of 27 characters, in the form of + * `people/`person_id. + * @param Google_Service_PeopleService_Person $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updatePersonFields **Required.** A field mask to restrict + * which fields on the person are updated. Multiple fields can be specified by + * separating them with commas. All updated fields will be replaced. Valid + * values are: + * + * * addresses * biographies * birthdays * emailAddresses * events * genders * + * imClients * interests * locales * memberships * names * nicknames * + * occupations * organizations * phoneNumbers * relations * residences * + * sipAddresses * urls * userDefined + * @return Google_Service_PeopleService_Person + */ + public function updateContact($resourceName, Google_Service_PeopleService_Person $postBody, $optParams = array()) + { + $params = array('resourceName' => $resourceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateContact', array($params), "Google_Service_PeopleService_Person"); + } + /** + * Update a contact's photo. (people.updateContactPhoto) + * + * @param string $resourceName Person resource name + * @param Google_Service_PeopleService_UpdateContactPhotoRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PeopleService_UpdateContactPhotoResponse + */ + public function updateContactPhoto($resourceName, Google_Service_PeopleService_UpdateContactPhotoRequest $postBody, $optParams = array()) + { + $params = array('resourceName' => $resourceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateContactPhoto', array($params), "Google_Service_PeopleService_UpdateContactPhotoResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php new file mode 100644 index 000000000..4cf8bd428 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php @@ -0,0 +1,73 @@ + + * $peopleService = new Google_Service_PeopleService(...); + * $connections = $peopleService->connections; + * + */ +class Google_Service_PeopleService_Resource_PeopleConnections extends Google_Service_Resource +{ + /** + * Provides a list of the authenticated user's contacts merged with any + * connected profiles. + * + * The request throws a 400 error if 'personFields' is not specified. + * (connections.listPeopleConnections) + * + * @param string $resourceName The resource name to return connections for. Only + * `people/me` is valid. + * @param array $optParams Optional parameters. + * + * @opt_param string syncToken A sync token returned by a previous call to + * `people.connections.list`. Only resources changed since the sync token was + * created will be returned. Sync requests that specify `sync_token` have an + * additional rate limit. + * @opt_param string personFields **Required.** A field mask to restrict which + * fields on each person are returned. Multiple fields can be specified by + * separating them with commas. Valid values are: + * + * * addresses * ageRanges * biographies * birthdays * braggingRights * + * coverPhotos * emailAddresses * events * genders * imClients * interests * + * locales * memberships * metadata * names * nicknames * occupations * + * organizations * phoneNumbers * photos * relations * relationshipInterests * + * relationshipStatuses * residences * sipAddresses * skills * taglines * urls * + * userDefined + * @opt_param string sortOrder The order in which the connections should be + * sorted. Defaults to `LAST_MODIFIED_ASCENDING`. + * @opt_param bool requestSyncToken Whether the response should include a sync + * token, which can be used to get all changes since the last request. For + * subsequent sync requests use the `sync_token` param instead. Initial sync + * requests that specify `request_sync_token` have an additional rate limit. + * @opt_param string pageToken The token of the page to be returned. + * @opt_param string requestMask.includeField **Required.** Comma-separated list + * of person fields to be included in the response. Each path should start with + * `person.`: for example, `person.names` or `person.photos`. + * @opt_param int pageSize The number of connections to include in the response. + * Valid values are between 1 and 2000, inclusive. Defaults to 100. + * @return Google_Service_PeopleService_ListConnectionsResponse + */ + public function listPeopleConnections($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PeopleService_ListConnectionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/SipAddress.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/SipAddress.php new file mode 100644 index 000000000..cbe549601 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/SipAddress.php @@ -0,0 +1,64 @@ +formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Skill.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Skill.php new file mode 100644 index 000000000..fe188f9a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Skill.php @@ -0,0 +1,46 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Source.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Source.php new file mode 100644 index 000000000..07b867c99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Source.php @@ -0,0 +1,73 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PeopleService_ProfileMetadata + */ + public function setProfileMetadata(Google_Service_PeopleService_ProfileMetadata $profileMetadata) + { + $this->profileMetadata = $profileMetadata; + } + /** + * @return Google_Service_PeopleService_ProfileMetadata + */ + public function getProfileMetadata() + { + return $this->profileMetadata; + } + 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/vendor/google/apiclient-services/src/Google/Service/PeopleService/Status.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Status.php new file mode 100644 index 000000000..e4fc649da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/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/vendor/google/apiclient-services/src/Google/Service/PeopleService/Tagline.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Tagline.php new file mode 100644 index 000000000..60434403d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Tagline.php @@ -0,0 +1,46 @@ +metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactGroupRequest.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactGroupRequest.php new file mode 100644 index 000000000..cb6886c00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactGroupRequest.php @@ -0,0 +1,37 @@ +contactGroup = $contactGroup; + } + /** + * @return Google_Service_PeopleService_ContactGroup + */ + public function getContactGroup() + { + return $this->contactGroup; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoRequest.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoRequest.php new file mode 100644 index 000000000..35d7e8a30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoRequest.php @@ -0,0 +1,39 @@ +personFields = $personFields; + } + public function getPersonFields() + { + return $this->personFields; + } + public function setPhotoBytes($photoBytes) + { + $this->photoBytes = $photoBytes; + } + public function getPhotoBytes() + { + return $this->photoBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoResponse.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoResponse.php new file mode 100644 index 000000000..e0882a2cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoResponse.php @@ -0,0 +1,37 @@ +person = $person; + } + /** + * @return Google_Service_PeopleService_Person + */ + public function getPerson() + { + return $this->person; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Url.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Url.php new file mode 100644 index 000000000..5043b934c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Url.php @@ -0,0 +1,64 @@ +formattedType = $formattedType; + } + public function getFormattedType() + { + return $this->formattedType; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/UserDefined.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UserDefined.php new file mode 100644 index 000000000..e55786293 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/UserDefined.php @@ -0,0 +1,55 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_PeopleService_FieldMetadata + */ + public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_PeopleService_FieldMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary.php new file mode 100644 index 000000000..9ff413509 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary.php @@ -0,0 +1,182 @@ + + * Manage photos, videos, and albums in Google Photos + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PhotosLibrary extends Google_Service +{ + /** View the photos, videos and albums in your Google Photos. */ + const DRIVE_PHOTOS_READONLY = + "https://www.googleapis.com/auth/drive.photos.readonly"; + /** View and manage your Google Photos library. */ + const PHOTOSLIBRARY = + "https://www.googleapis.com/auth/photoslibrary"; + /** Add to your Google Photos library. */ + const PHOTOSLIBRARY_APPENDONLY = + "https://www.googleapis.com/auth/photoslibrary.appendonly"; + /** View your Google Photos library. */ + const PHOTOSLIBRARY_READONLY = + "https://www.googleapis.com/auth/photoslibrary.readonly"; + /** Manage photos added by this app. */ + const PHOTOSLIBRARY_READONLY_APPCREATEDDATA = + "https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata"; + /** Manage and add to shared albums on your behalf. */ + const PHOTOSLIBRARY_SHARING = + "https://www.googleapis.com/auth/photoslibrary.sharing"; + + public $albums; + public $mediaItems; + public $sharedAlbums; + + /** + * Constructs the internal representation of the PhotosLibrary service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://photoslibrary.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'photoslibrary'; + + $this->albums = new Google_Service_PhotosLibrary_Resource_Albums( + $this, + $this->serviceName, + 'albums', + array( + 'methods' => array( + 'addEnrichment' => array( + 'path' => 'v1/albums/{+albumId}:addEnrichment', + 'httpMethod' => 'POST', + 'parameters' => array( + 'albumId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/albums', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/albums/{+albumId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'albumId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/albums', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'share' => array( + 'path' => 'v1/albums/{+albumId}:share', + 'httpMethod' => 'POST', + 'parameters' => array( + 'albumId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->mediaItems = new Google_Service_PhotosLibrary_Resource_MediaItems( + $this, + $this->serviceName, + 'mediaItems', + array( + 'methods' => array( + 'batchCreate' => array( + 'path' => 'v1/mediaItems:batchCreate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/mediaItems/{+mediaItemId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'mediaItemId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'v1/mediaItems:search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->sharedAlbums = new Google_Service_PhotosLibrary_Resource_SharedAlbums( + $this, + $this->serviceName, + 'sharedAlbums', + array( + 'methods' => array( + 'join' => array( + 'path' => 'v1/sharedAlbums:join', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'v1/sharedAlbums', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumRequest.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumRequest.php new file mode 100644 index 000000000..beec53e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumRequest.php @@ -0,0 +1,53 @@ +albumPosition = $albumPosition; + } + /** + * @return Google_Service_PhotosLibrary_AlbumPosition + */ + public function getAlbumPosition() + { + return $this->albumPosition; + } + /** + * @param Google_Service_PhotosLibrary_NewEnrichmentItem + */ + public function setNewEnrichmentItem(Google_Service_PhotosLibrary_NewEnrichmentItem $newEnrichmentItem) + { + $this->newEnrichmentItem = $newEnrichmentItem; + } + /** + * @return Google_Service_PhotosLibrary_NewEnrichmentItem + */ + public function getNewEnrichmentItem() + { + return $this->newEnrichmentItem; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumResponse.php new file mode 100644 index 000000000..a6ae13d15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AddEnrichmentToAlbumResponse.php @@ -0,0 +1,37 @@ +enrichmentItem = $enrichmentItem; + } + /** + * @return Google_Service_PhotosLibrary_EnrichmentItem + */ + public function getEnrichmentItem() + { + return $this->enrichmentItem; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Album.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Album.php new file mode 100644 index 000000000..dc5b2926c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Album.php @@ -0,0 +1,91 @@ +coverPhotoBaseUrl = $coverPhotoBaseUrl; + } + public function getCoverPhotoBaseUrl() + { + return $this->coverPhotoBaseUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIsWriteable($isWriteable) + { + $this->isWriteable = $isWriteable; + } + public function getIsWriteable() + { + return $this->isWriteable; + } + public function setProductUrl($productUrl) + { + $this->productUrl = $productUrl; + } + public function getProductUrl() + { + return $this->productUrl; + } + /** + * @param Google_Service_PhotosLibrary_ShareInfo + */ + public function setShareInfo(Google_Service_PhotosLibrary_ShareInfo $shareInfo) + { + $this->shareInfo = $shareInfo; + } + /** + * @return Google_Service_PhotosLibrary_ShareInfo + */ + public function getShareInfo() + { + return $this->shareInfo; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTotalMediaItems($totalMediaItems) + { + $this->totalMediaItems = $totalMediaItems; + } + public function getTotalMediaItems() + { + return $this->totalMediaItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AlbumPosition.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AlbumPosition.php new file mode 100644 index 000000000..5d7d7ad7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/AlbumPosition.php @@ -0,0 +1,48 @@ +position = $position; + } + public function getPosition() + { + return $this->position; + } + public function setRelativeEnrichmentItemId($relativeEnrichmentItemId) + { + $this->relativeEnrichmentItemId = $relativeEnrichmentItemId; + } + public function getRelativeEnrichmentItemId() + { + return $this->relativeEnrichmentItemId; + } + public function setRelativeMediaItemId($relativeMediaItemId) + { + $this->relativeMediaItemId = $relativeMediaItemId; + } + public function getRelativeMediaItemId() + { + return $this->relativeMediaItemId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsRequest.php new file mode 100644 index 000000000..e21d70f2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsRequest.php @@ -0,0 +1,63 @@ +albumId = $albumId; + } + public function getAlbumId() + { + return $this->albumId; + } + /** + * @param Google_Service_PhotosLibrary_AlbumPosition + */ + public function setAlbumPosition(Google_Service_PhotosLibrary_AlbumPosition $albumPosition) + { + $this->albumPosition = $albumPosition; + } + /** + * @return Google_Service_PhotosLibrary_AlbumPosition + */ + public function getAlbumPosition() + { + return $this->albumPosition; + } + /** + * @param Google_Service_PhotosLibrary_NewMediaItem + */ + public function setNewMediaItems($newMediaItems) + { + $this->newMediaItems = $newMediaItems; + } + /** + * @return Google_Service_PhotosLibrary_NewMediaItem + */ + public function getNewMediaItems() + { + return $this->newMediaItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsResponse.php new file mode 100644 index 000000000..5303ff8a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/BatchCreateMediaItemsResponse.php @@ -0,0 +1,38 @@ +newMediaItemResults = $newMediaItemResults; + } + /** + * @return Google_Service_PhotosLibrary_NewMediaItemResult + */ + public function getNewMediaItemResults() + { + return $this->newMediaItemResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContentFilter.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContentFilter.php new file mode 100644 index 000000000..c5ceb1cff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContentFilter.php @@ -0,0 +1,40 @@ +excludedContentCategories = $excludedContentCategories; + } + public function getExcludedContentCategories() + { + return $this->excludedContentCategories; + } + public function setIncludedContentCategories($includedContentCategories) + { + $this->includedContentCategories = $includedContentCategories; + } + public function getIncludedContentCategories() + { + return $this->includedContentCategories; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContributorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContributorInfo.php new file mode 100644 index 000000000..9966e298d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ContributorInfo.php @@ -0,0 +1,39 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setProfilePictureBaseUrl($profilePictureBaseUrl) + { + $this->profilePictureBaseUrl = $profilePictureBaseUrl; + } + public function getProfilePictureBaseUrl() + { + return $this->profilePictureBaseUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/CreateAlbumRequest.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/CreateAlbumRequest.php new file mode 100644 index 000000000..1aadd6abb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/CreateAlbumRequest.php @@ -0,0 +1,37 @@ +album = $album; + } + /** + * @return Google_Service_PhotosLibrary_Album + */ + public function getAlbum() + { + return $this->album; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Date.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Date.php new file mode 100644 index 000000000..97274ff55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/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/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateFilter.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateFilter.php new file mode 100644 index 000000000..5880428dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateFilter.php @@ -0,0 +1,54 @@ +dates = $dates; + } + /** + * @return Google_Service_PhotosLibrary_Date + */ + public function getDates() + { + return $this->dates; + } + /** + * @param Google_Service_PhotosLibrary_DateRange + */ + public function setRanges($ranges) + { + $this->ranges = $ranges; + } + /** + * @return Google_Service_PhotosLibrary_DateRange + */ + public function getRanges() + { + return $this->ranges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateRange.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateRange.php new file mode 100644 index 000000000..6f305ae82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/DateRange.php @@ -0,0 +1,53 @@ +endDate = $endDate; + } + /** + * @return Google_Service_PhotosLibrary_Date + */ + public function getEndDate() + { + return $this->endDate; + } + /** + * @param Google_Service_PhotosLibrary_Date + */ + public function setStartDate(Google_Service_PhotosLibrary_Date $startDate) + { + $this->startDate = $startDate; + } + /** + * @return Google_Service_PhotosLibrary_Date + */ + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/EnrichmentItem.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/EnrichmentItem.php new file mode 100644 index 000000000..f4b00bfbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/EnrichmentItem.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Filters.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Filters.php new file mode 100644 index 000000000..3369a6c98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Filters.php @@ -0,0 +1,78 @@ +contentFilter = $contentFilter; + } + /** + * @return Google_Service_PhotosLibrary_ContentFilter + */ + public function getContentFilter() + { + return $this->contentFilter; + } + /** + * @param Google_Service_PhotosLibrary_DateFilter + */ + public function setDateFilter(Google_Service_PhotosLibrary_DateFilter $dateFilter) + { + $this->dateFilter = $dateFilter; + } + /** + * @return Google_Service_PhotosLibrary_DateFilter + */ + public function getDateFilter() + { + return $this->dateFilter; + } + public function setIncludeArchivedMedia($includeArchivedMedia) + { + $this->includeArchivedMedia = $includeArchivedMedia; + } + public function getIncludeArchivedMedia() + { + return $this->includeArchivedMedia; + } + /** + * @param Google_Service_PhotosLibrary_MediaTypeFilter + */ + public function setMediaTypeFilter(Google_Service_PhotosLibrary_MediaTypeFilter $mediaTypeFilter) + { + $this->mediaTypeFilter = $mediaTypeFilter; + } + /** + * @return Google_Service_PhotosLibrary_MediaTypeFilter + */ + public function getMediaTypeFilter() + { + return $this->mediaTypeFilter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumRequest.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumRequest.php new file mode 100644 index 000000000..df44a9a18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumRequest.php @@ -0,0 +1,30 @@ +shareToken = $shareToken; + } + public function getShareToken() + { + return $this->shareToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumResponse.php new file mode 100644 index 000000000..1f49fac9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/JoinSharedAlbumResponse.php @@ -0,0 +1,20 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListAlbumsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListAlbumsResponse.php new file mode 100644 index 000000000..3ba23f550 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListAlbumsResponse.php @@ -0,0 +1,47 @@ +albums = $albums; + } + /** + * @return Google_Service_PhotosLibrary_Album + */ + public function getAlbums() + { + return $this->albums; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListSharedAlbumsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListSharedAlbumsResponse.php new file mode 100644 index 000000000..613375bca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ListSharedAlbumsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_PhotosLibrary_Album + */ + public function setSharedAlbums($sharedAlbums) + { + $this->sharedAlbums = $sharedAlbums; + } + /** + * @return Google_Service_PhotosLibrary_Album + */ + public function getSharedAlbums() + { + return $this->sharedAlbums; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Location.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Location.php new file mode 100644 index 000000000..d489d1e9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Location.php @@ -0,0 +1,46 @@ +latlng = $latlng; + } + /** + * @return Google_Service_PhotosLibrary_LatLng + */ + public function getLatlng() + { + return $this->latlng; + } + public function setLocationName($locationName) + { + $this->locationName = $locationName; + } + public function getLocationName() + { + return $this->locationName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LocationEnrichment.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LocationEnrichment.php new file mode 100644 index 000000000..26699ecb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/LocationEnrichment.php @@ -0,0 +1,37 @@ +location = $location; + } + /** + * @return Google_Service_PhotosLibrary_Location + */ + public function getLocation() + { + return $this->location; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MapEnrichment.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MapEnrichment.php new file mode 100644 index 000000000..4b648ee78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MapEnrichment.php @@ -0,0 +1,53 @@ +destination = $destination; + } + /** + * @return Google_Service_PhotosLibrary_Location + */ + public function getDestination() + { + return $this->destination; + } + /** + * @param Google_Service_PhotosLibrary_Location + */ + public function setOrigin(Google_Service_PhotosLibrary_Location $origin) + { + $this->origin = $origin; + } + /** + * @return Google_Service_PhotosLibrary_Location + */ + public function getOrigin() + { + return $this->origin; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaItem.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaItem.php new file mode 100644 index 000000000..37511d2ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaItem.php @@ -0,0 +1,98 @@ +baseUrl = $baseUrl; + } + public function getBaseUrl() + { + return $this->baseUrl; + } + /** + * @param Google_Service_PhotosLibrary_ContributorInfo + */ + public function setContributorInfo(Google_Service_PhotosLibrary_ContributorInfo $contributorInfo) + { + $this->contributorInfo = $contributorInfo; + } + /** + * @return Google_Service_PhotosLibrary_ContributorInfo + */ + public function getContributorInfo() + { + return $this->contributorInfo; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PhotosLibrary_MediaMetadata + */ + public function setMediaMetadata(Google_Service_PhotosLibrary_MediaMetadata $mediaMetadata) + { + $this->mediaMetadata = $mediaMetadata; + } + /** + * @return Google_Service_PhotosLibrary_MediaMetadata + */ + public function getMediaMetadata() + { + return $this->mediaMetadata; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } + public function setProductUrl($productUrl) + { + $this->productUrl = $productUrl; + } + public function getProductUrl() + { + return $this->productUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaMetadata.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaMetadata.php new file mode 100644 index 000000000..5ba9e0976 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaMetadata.php @@ -0,0 +1,80 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_PhotosLibrary_Photo + */ + public function setPhoto(Google_Service_PhotosLibrary_Photo $photo) + { + $this->photo = $photo; + } + /** + * @return Google_Service_PhotosLibrary_Photo + */ + public function getPhoto() + { + return $this->photo; + } + /** + * @param Google_Service_PhotosLibrary_Video + */ + public function setVideo(Google_Service_PhotosLibrary_Video $video) + { + $this->video = $video; + } + /** + * @return Google_Service_PhotosLibrary_Video + */ + public function getVideo() + { + return $this->video; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaTypeFilter.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaTypeFilter.php new file mode 100644 index 000000000..e1cdb37ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/MediaTypeFilter.php @@ -0,0 +1,31 @@ +mediaTypes = $mediaTypes; + } + public function getMediaTypes() + { + return $this->mediaTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewEnrichmentItem.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewEnrichmentItem.php new file mode 100644 index 000000000..f1068610d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewEnrichmentItem.php @@ -0,0 +1,69 @@ +locationEnrichment = $locationEnrichment; + } + /** + * @return Google_Service_PhotosLibrary_LocationEnrichment + */ + public function getLocationEnrichment() + { + return $this->locationEnrichment; + } + /** + * @param Google_Service_PhotosLibrary_MapEnrichment + */ + public function setMapEnrichment(Google_Service_PhotosLibrary_MapEnrichment $mapEnrichment) + { + $this->mapEnrichment = $mapEnrichment; + } + /** + * @return Google_Service_PhotosLibrary_MapEnrichment + */ + public function getMapEnrichment() + { + return $this->mapEnrichment; + } + /** + * @param Google_Service_PhotosLibrary_TextEnrichment + */ + public function setTextEnrichment(Google_Service_PhotosLibrary_TextEnrichment $textEnrichment) + { + $this->textEnrichment = $textEnrichment; + } + /** + * @return Google_Service_PhotosLibrary_TextEnrichment + */ + public function getTextEnrichment() + { + return $this->textEnrichment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItem.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItem.php new file mode 100644 index 000000000..0591baf82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItem.php @@ -0,0 +1,46 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_PhotosLibrary_SimpleMediaItem + */ + public function setSimpleMediaItem(Google_Service_PhotosLibrary_SimpleMediaItem $simpleMediaItem) + { + $this->simpleMediaItem = $simpleMediaItem; + } + /** + * @return Google_Service_PhotosLibrary_SimpleMediaItem + */ + public function getSimpleMediaItem() + { + return $this->simpleMediaItem; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItemResult.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItemResult.php new file mode 100644 index 000000000..479c34da0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/NewMediaItemResult.php @@ -0,0 +1,62 @@ +mediaItem = $mediaItem; + } + /** + * @return Google_Service_PhotosLibrary_MediaItem + */ + public function getMediaItem() + { + return $this->mediaItem; + } + /** + * @param Google_Service_PhotosLibrary_Status + */ + public function setStatus(Google_Service_PhotosLibrary_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_PhotosLibrary_Status + */ + public function getStatus() + { + return $this->status; + } + public function setUploadToken($uploadToken) + { + $this->uploadToken = $uploadToken; + } + public function getUploadToken() + { + return $this->uploadToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Photo.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Photo.php new file mode 100644 index 000000000..5362fb8a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Photo.php @@ -0,0 +1,75 @@ +apertureFNumber = $apertureFNumber; + } + public function getApertureFNumber() + { + return $this->apertureFNumber; + } + public function setCameraMake($cameraMake) + { + $this->cameraMake = $cameraMake; + } + public function getCameraMake() + { + return $this->cameraMake; + } + public function setCameraModel($cameraModel) + { + $this->cameraModel = $cameraModel; + } + public function getCameraModel() + { + return $this->cameraModel; + } + public function setExposureTime($exposureTime) + { + $this->exposureTime = $exposureTime; + } + public function getExposureTime() + { + return $this->exposureTime; + } + public function setFocalLength($focalLength) + { + $this->focalLength = $focalLength; + } + public function getFocalLength() + { + return $this->focalLength; + } + public function setIsoEquivalent($isoEquivalent) + { + $this->isoEquivalent = $isoEquivalent; + } + public function getIsoEquivalent() + { + return $this->isoEquivalent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/Albums.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/Albums.php new file mode 100644 index 000000000..91f17b7ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/Albums.php @@ -0,0 +1,108 @@ + + * $photoslibraryService = new Google_Service_PhotosLibrary(...); + * $albums = $photoslibraryService->albums; + * + */ +class Google_Service_PhotosLibrary_Resource_Albums extends Google_Service_Resource +{ + /** + * Adds an enrichment to a specified position in a defined album. + * (albums.addEnrichment) + * + * @param string $albumId Identifier of the album where the enrichment will be + * added. + * @param Google_Service_PhotosLibrary_AddEnrichmentToAlbumRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_AddEnrichmentToAlbumResponse + */ + public function addEnrichment($albumId, Google_Service_PhotosLibrary_AddEnrichmentToAlbumRequest $postBody, $optParams = array()) + { + $params = array('albumId' => $albumId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addEnrichment', array($params), "Google_Service_PhotosLibrary_AddEnrichmentToAlbumResponse"); + } + /** + * Creates an album in a user's Google Photos library. (albums.create) + * + * @param Google_Service_PhotosLibrary_CreateAlbumRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_Album + */ + public function create(Google_Service_PhotosLibrary_CreateAlbumRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_PhotosLibrary_Album"); + } + /** + * Returns the album specified by the given album id. (albums.get) + * + * @param string $albumId Identifier of the album to be requested. + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_Album + */ + public function get($albumId, $optParams = array()) + { + $params = array('albumId' => $albumId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PhotosLibrary_Album"); + } + /** + * Lists all albums shown to a user in the 'Albums' tab of the Google Photos + * app. (albums.listAlbums) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A continuation token to get the next page of the + * results. Adding this to the request will return the rows after the pageToken. + * The pageToken should be the value returned in the nextPageToken parameter in + * the response to the listAlbums request. + * @opt_param int pageSize Maximum number of albums to return in the response. + * The default number of albums to return at a time is 20. The maximum page size + * is 50. + * @return Google_Service_PhotosLibrary_ListAlbumsResponse + */ + public function listAlbums($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PhotosLibrary_ListAlbumsResponse"); + } + /** + * Marks an album as 'shared' and accessible to other users. This action can + * only be performed on albums which were created by the developer via the API. + * (albums.share) + * + * @param string $albumId Identifier of the album to be shared. This album id + * must belong to an album created by the developer. . + * @param Google_Service_PhotosLibrary_ShareAlbumRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_ShareAlbumResponse + */ + public function share($albumId, Google_Service_PhotosLibrary_ShareAlbumRequest $postBody, $optParams = array()) + { + $params = array('albumId' => $albumId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('share', array($params), "Google_Service_PhotosLibrary_ShareAlbumResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/MediaItems.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/MediaItems.php new file mode 100644 index 000000000..f6161e57d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/MediaItems.php @@ -0,0 +1,85 @@ + + * $photoslibraryService = new Google_Service_PhotosLibrary(...); + * $mediaItems = $photoslibraryService->mediaItems; + * + */ +class Google_Service_PhotosLibrary_Resource_MediaItems extends Google_Service_Resource +{ + /** + * Creates one or more media items in a user's Google Photos library. If an + * album id is specified, the media item(s) are also added to the album. By + * default the media item(s) will be added to the end of the library or album. + * + * If an album id and position are both defined, then the media items will be + * added to the album at the specified position. + * + * If multiple media items are given, they will be inserted at the specified + * position. (mediaItems.batchCreate) + * + * @param Google_Service_PhotosLibrary_BatchCreateMediaItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_BatchCreateMediaItemsResponse + */ + public function batchCreate(Google_Service_PhotosLibrary_BatchCreateMediaItemsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchCreate', array($params), "Google_Service_PhotosLibrary_BatchCreateMediaItemsResponse"); + } + /** + * Returns the media item specified based on a given media item id. + * (mediaItems.get) + * + * @param string $mediaItemId Identifier of media item to be requested. + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_MediaItem + */ + public function get($mediaItemId, $optParams = array()) + { + $params = array('mediaItemId' => $mediaItemId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PhotosLibrary_MediaItem"); + } + /** + * Searches for media items in a user's Google Photos library. If no filters are + * set, then all media items in the user's library will be returned. + * + * If an album is set, all media items in the specified album will be returned. + * + * If filters are specified, anything that matches the filters from the user's + * library will be listed. + * + * If an album and filters are set, then this will result in an error. + * (mediaItems.search) + * + * @param Google_Service_PhotosLibrary_SearchMediaItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_SearchMediaItemsResponse + */ + public function search(Google_Service_PhotosLibrary_SearchMediaItemsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_PhotosLibrary_SearchMediaItemsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/SharedAlbums.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/SharedAlbums.php new file mode 100644 index 000000000..0a7d62a45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Resource/SharedAlbums.php @@ -0,0 +1,62 @@ + + * $photoslibraryService = new Google_Service_PhotosLibrary(...); + * $sharedAlbums = $photoslibraryService->sharedAlbums; + * + */ +class Google_Service_PhotosLibrary_Resource_SharedAlbums extends Google_Service_Resource +{ + /** + * Joins a shared album on behalf of the Google Photos user. (sharedAlbums.join) + * + * @param Google_Service_PhotosLibrary_JoinSharedAlbumRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PhotosLibrary_JoinSharedAlbumResponse + */ + public function join(Google_Service_PhotosLibrary_JoinSharedAlbumRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('join', array($params), "Google_Service_PhotosLibrary_JoinSharedAlbumResponse"); + } + /** + * Lists all shared albums shown to a user in the 'Sharing' tab of the Google + * Photos app. (sharedAlbums.listSharedAlbums) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A continuation token to get the next page of the + * results. Adding this to the request will return the rows after the pageToken. + * The pageToken should be the value returned in the nextPageToken parameter in + * the response to the listSharedAlbums request. + * @opt_param int pageSize Maximum number of albums to return in the response. + * The default number of albums to return at a time is 20. The maximum page size + * is 50. + * @return Google_Service_PhotosLibrary_ListSharedAlbumsResponse + */ + public function listSharedAlbums($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PhotosLibrary_ListSharedAlbumsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsRequest.php new file mode 100644 index 000000000..ee3882d00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsRequest.php @@ -0,0 +1,64 @@ +albumId = $albumId; + } + public function getAlbumId() + { + return $this->albumId; + } + /** + * @param Google_Service_PhotosLibrary_Filters + */ + public function setFilters(Google_Service_PhotosLibrary_Filters $filters) + { + $this->filters = $filters; + } + /** + * @return Google_Service_PhotosLibrary_Filters + */ + public function getFilters() + { + return $this->filters; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsResponse.php new file mode 100644 index 000000000..2523d00e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SearchMediaItemsResponse.php @@ -0,0 +1,47 @@ +mediaItems = $mediaItems; + } + /** + * @return Google_Service_PhotosLibrary_MediaItem + */ + public function getMediaItems() + { + return $this->mediaItems; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumRequest.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumRequest.php new file mode 100644 index 000000000..128caec10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumRequest.php @@ -0,0 +1,37 @@ +sharedAlbumOptions = $sharedAlbumOptions; + } + /** + * @return Google_Service_PhotosLibrary_SharedAlbumOptions + */ + public function getSharedAlbumOptions() + { + return $this->sharedAlbumOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumResponse.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumResponse.php new file mode 100644 index 000000000..988b9a58a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareAlbumResponse.php @@ -0,0 +1,37 @@ +shareInfo = $shareInfo; + } + /** + * @return Google_Service_PhotosLibrary_ShareInfo + */ + public function getShareInfo() + { + return $this->shareInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareInfo.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareInfo.php new file mode 100644 index 000000000..5796a5358 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/ShareInfo.php @@ -0,0 +1,55 @@ +shareToken = $shareToken; + } + public function getShareToken() + { + return $this->shareToken; + } + public function setShareableUrl($shareableUrl) + { + $this->shareableUrl = $shareableUrl; + } + public function getShareableUrl() + { + return $this->shareableUrl; + } + /** + * @param Google_Service_PhotosLibrary_SharedAlbumOptions + */ + public function setSharedAlbumOptions(Google_Service_PhotosLibrary_SharedAlbumOptions $sharedAlbumOptions) + { + $this->sharedAlbumOptions = $sharedAlbumOptions; + } + /** + * @return Google_Service_PhotosLibrary_SharedAlbumOptions + */ + public function getSharedAlbumOptions() + { + return $this->sharedAlbumOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SharedAlbumOptions.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SharedAlbumOptions.php new file mode 100644 index 000000000..535d99287 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SharedAlbumOptions.php @@ -0,0 +1,39 @@ +isCollaborative = $isCollaborative; + } + public function getIsCollaborative() + { + return $this->isCollaborative; + } + public function setIsCommentable($isCommentable) + { + $this->isCommentable = $isCommentable; + } + public function getIsCommentable() + { + return $this->isCommentable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SimpleMediaItem.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SimpleMediaItem.php new file mode 100644 index 000000000..5de5ba889 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/SimpleMediaItem.php @@ -0,0 +1,30 @@ +uploadToken = $uploadToken; + } + public function getUploadToken() + { + return $this->uploadToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Status.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Status.php new file mode 100644 index 000000000..ff0ca4db9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/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/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/TextEnrichment.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/TextEnrichment.php new file mode 100644 index 000000000..57d463d97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/TextEnrichment.php @@ -0,0 +1,30 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Video.php b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Video.php new file mode 100644 index 000000000..35d563ba4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Video.php @@ -0,0 +1,57 @@ +cameraMake = $cameraMake; + } + public function getCameraMake() + { + return $this->cameraMake; + } + public function setCameraModel($cameraModel) + { + $this->cameraModel = $cameraModel; + } + public function getCameraModel() + { + return $this->cameraModel; + } + public function setFps($fps) + { + $this->fps = $fps; + } + public function getFps() + { + return $this->fps; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies.php new file mode 100644 index 000000000..d2d674b5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies.php @@ -0,0 +1,299 @@ + + * Gets the delivery status of titles for Google Play Movies Partners. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PlayMovies extends Google_Service +{ + /** View the digital assets you publish on Google Play Movies and TV. */ + const PLAYMOVIES_PARTNER_READONLY = + "https://www.googleapis.com/auth/playmovies_partner.readonly"; + + public $accounts_avails; + public $accounts_orders; + public $accounts_storeInfos; + public $accounts_storeInfos_country; + + /** + * Constructs the internal representation of the PlayMovies service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://playmoviespartner.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'playmoviespartner'; + + $this->accounts_avails = new Google_Service_PlayMovies_Resource_AccountsAvails( + $this, + $this->serviceName, + 'avails', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/accounts/{accountId}/avails/{availId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'availId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/accounts/{accountId}/avails', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'altId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'territories' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'title' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'altIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_orders = new Google_Service_PlayMovies_Resource_AccountsOrders( + $this, + $this->serviceName, + 'orders', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/accounts/{accountId}/orders/{orderId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/accounts/{accountId}/orders', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_storeInfos = new Google_Service_PlayMovies_Resource_AccountsStoreInfos( + $this, + $this->serviceName, + 'storeInfos', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/accounts/{accountId}/storeInfos', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mids' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'countries' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'seasonIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'videoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'videoId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_storeInfos_country = new Google_Service_PlayMovies_Resource_AccountsStoreInfosCountry( + $this, + $this->serviceName, + 'country', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/accounts/{accountId}/storeInfos/{videoId}/country/{country}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'videoId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php new file mode 100644 index 000000000..37852ae38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php @@ -0,0 +1,319 @@ +altId = $altId; + } + public function getAltId() + { + return $this->altId; + } + public function setAvailId($availId) + { + $this->availId = $availId; + } + public function getAvailId() + { + return $this->availId; + } + public function setCaptionExemption($captionExemption) + { + $this->captionExemption = $captionExemption; + } + public function getCaptionExemption() + { + return $this->captionExemption; + } + public function setCaptionIncluded($captionIncluded) + { + $this->captionIncluded = $captionIncluded; + } + public function getCaptionIncluded() + { + return $this->captionIncluded; + } + public function setContentId($contentId) + { + $this->contentId = $contentId; + } + public function getContentId() + { + return $this->contentId; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEncodeId($encodeId) + { + $this->encodeId = $encodeId; + } + public function getEncodeId() + { + return $this->encodeId; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setEpisodeAltId($episodeAltId) + { + $this->episodeAltId = $episodeAltId; + } + public function getEpisodeAltId() + { + return $this->episodeAltId; + } + public function setEpisodeNumber($episodeNumber) + { + $this->episodeNumber = $episodeNumber; + } + public function getEpisodeNumber() + { + return $this->episodeNumber; + } + public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias) + { + $this->episodeTitleInternalAlias = $episodeTitleInternalAlias; + } + public function getEpisodeTitleInternalAlias() + { + return $this->episodeTitleInternalAlias; + } + public function setFormatProfile($formatProfile) + { + $this->formatProfile = $formatProfile; + } + public function getFormatProfile() + { + return $this->formatProfile; + } + public function setLicenseType($licenseType) + { + $this->licenseType = $licenseType; + } + public function getLicenseType() + { + return $this->licenseType; + } + public function setPphNames($pphNames) + { + $this->pphNames = $pphNames; + } + public function getPphNames() + { + return $this->pphNames; + } + public function setPriceType($priceType) + { + $this->priceType = $priceType; + } + public function getPriceType() + { + return $this->priceType; + } + public function setPriceValue($priceValue) + { + $this->priceValue = $priceValue; + } + public function getPriceValue() + { + return $this->priceValue; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setRatingReason($ratingReason) + { + $this->ratingReason = $ratingReason; + } + public function getRatingReason() + { + return $this->ratingReason; + } + public function setRatingSystem($ratingSystem) + { + $this->ratingSystem = $ratingSystem; + } + public function getRatingSystem() + { + return $this->ratingSystem; + } + public function setRatingValue($ratingValue) + { + $this->ratingValue = $ratingValue; + } + public function getRatingValue() + { + return $this->ratingValue; + } + public function setReleaseDate($releaseDate) + { + $this->releaseDate = $releaseDate; + } + public function getReleaseDate() + { + return $this->releaseDate; + } + public function setSeasonAltId($seasonAltId) + { + $this->seasonAltId = $seasonAltId; + } + public function getSeasonAltId() + { + return $this->seasonAltId; + } + public function setSeasonNumber($seasonNumber) + { + $this->seasonNumber = $seasonNumber; + } + public function getSeasonNumber() + { + return $this->seasonNumber; + } + public function setSeasonTitleInternalAlias($seasonTitleInternalAlias) + { + $this->seasonTitleInternalAlias = $seasonTitleInternalAlias; + } + public function getSeasonTitleInternalAlias() + { + return $this->seasonTitleInternalAlias; + } + public function setSeriesAltId($seriesAltId) + { + $this->seriesAltId = $seriesAltId; + } + public function getSeriesAltId() + { + return $this->seriesAltId; + } + public function setSeriesTitleInternalAlias($seriesTitleInternalAlias) + { + $this->seriesTitleInternalAlias = $seriesTitleInternalAlias; + } + public function getSeriesTitleInternalAlias() + { + return $this->seriesTitleInternalAlias; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } + public function setStoreLanguage($storeLanguage) + { + $this->storeLanguage = $storeLanguage; + } + public function getStoreLanguage() + { + return $this->storeLanguage; + } + public function setSuppressionLiftDate($suppressionLiftDate) + { + $this->suppressionLiftDate = $suppressionLiftDate; + } + public function getSuppressionLiftDate() + { + return $this->suppressionLiftDate; + } + public function setTerritory($territory) + { + $this->territory = $territory; + } + public function getTerritory() + { + return $this->territory; + } + public function setTitleInternalAlias($titleInternalAlias) + { + $this->titleInternalAlias = $titleInternalAlias; + } + public function getTitleInternalAlias() + { + return $this->titleInternalAlias; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } + public function setWorkType($workType) + { + $this->workType = $workType; + } + public function getWorkType() + { + return $this->workType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.php new file mode 100644 index 000000000..dc391ceca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.php @@ -0,0 +1,56 @@ +avails = $avails; + } + /** + * @return Google_Service_PlayMovies_Avail + */ + public function getAvails() + { + return $this->avails; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.php new file mode 100644 index 000000000..5dccb5013 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_PlayMovies_Order + */ + public function setOrders($orders) + { + $this->orders = $orders; + } + /** + * @return Google_Service_PlayMovies_Order + */ + public function getOrders() + { + return $this->orders; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php new file mode 100644 index 000000000..c091c1b6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_PlayMovies_StoreInfo + */ + public function setStoreInfos($storeInfos) + { + $this->storeInfos = $storeInfos; + } + /** + * @return Google_Service_PlayMovies_StoreInfo + */ + public function getStoreInfos() + { + return $this->storeInfos; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php new file mode 100644 index 000000000..2ae69249f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php @@ -0,0 +1,229 @@ +approvedTime = $approvedTime; + } + public function getApprovedTime() + { + return $this->approvedTime; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelName($channelName) + { + $this->channelName = $channelName; + } + public function getChannelName() + { + return $this->channelName; + } + public function setCountries($countries) + { + $this->countries = $countries; + } + public function getCountries() + { + return $this->countries; + } + public function setCustomId($customId) + { + $this->customId = $customId; + } + public function getCustomId() + { + return $this->customId; + } + public function setEarliestAvailStartTime($earliestAvailStartTime) + { + $this->earliestAvailStartTime = $earliestAvailStartTime; + } + public function getEarliestAvailStartTime() + { + return $this->earliestAvailStartTime; + } + public function setEpisodeName($episodeName) + { + $this->episodeName = $episodeName; + } + public function getEpisodeName() + { + return $this->episodeName; + } + public function setLegacyPriority($legacyPriority) + { + $this->legacyPriority = $legacyPriority; + } + public function getLegacyPriority() + { + return $this->legacyPriority; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNormalizedPriority($normalizedPriority) + { + $this->normalizedPriority = $normalizedPriority; + } + public function getNormalizedPriority() + { + return $this->normalizedPriority; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setOrderedTime($orderedTime) + { + $this->orderedTime = $orderedTime; + } + public function getOrderedTime() + { + return $this->orderedTime; + } + public function setPphName($pphName) + { + $this->pphName = $pphName; + } + public function getPphName() + { + return $this->pphName; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setReceivedTime($receivedTime) + { + $this->receivedTime = $receivedTime; + } + public function getReceivedTime() + { + return $this->receivedTime; + } + public function setRejectionNote($rejectionNote) + { + $this->rejectionNote = $rejectionNote; + } + public function getRejectionNote() + { + return $this->rejectionNote; + } + public function setSeasonName($seasonName) + { + $this->seasonName = $seasonName; + } + public function getSeasonName() + { + return $this->seasonName; + } + public function setShowName($showName) + { + $this->showName = $showName; + } + public function getShowName() + { + return $this->showName; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + public function setStudioName($studioName) + { + $this->studioName = $studioName; + } + public function getStudioName() + { + return $this->studioName; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/Accounts.php new file mode 100644 index 000000000..cca012374 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/Accounts.php @@ -0,0 +1,28 @@ + + * $playmoviespartnerService = new Google_Service_PlayMovies(...); + * $accounts = $playmoviespartnerService->accounts; + * + */ +class Google_Service_PlayMovies_Resource_Accounts extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsAvails.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsAvails.php new file mode 100644 index 000000000..496883347 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsAvails.php @@ -0,0 +1,82 @@ + + * $playmoviespartnerService = new Google_Service_PlayMovies(...); + * $avails = $playmoviespartnerService->avails; + * + */ +class Google_Service_PlayMovies_Resource_AccountsAvails extends Google_Service_Resource +{ + /** + * Get an Avail given its avail group id and avail id. (avails.get) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param string $availId REQUIRED. Avail ID. + * @param array $optParams Optional parameters. + * @return Google_Service_PlayMovies_Avail + */ + public function get($accountId, $availId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'availId' => $availId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PlayMovies_Avail"); + } + /** + * List Avails owned or managed by the partner. + * + * See _Authentication and Authorization rules_ and _List methods rules_ for + * more information about this method. (avails.listAccountsAvails) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @opt_param string altId Filter Avails that match a case-insensitive, partner- + * specific custom id. NOTE: this field is deprecated and will be removed on V2; + * `alt_ids` should be used instead. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string territories Filter Avails that match (case-insensitive) any + * of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: + * "US", "us", "Us"). + * @opt_param string title Filter that matches Avails with a + * `title_internal_alias`, `series_title_internal_alias`, + * `season_title_internal_alias`, or `episode_title_internal_alias` that + * contains the given case-insensitive title. + * @opt_param string videoIds Filter Avails that match any of the given + * `video_id`s. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string altIds Filter Avails that match (case-insensitive) any of + * the given partner-specific custom ids. + * @return Google_Service_PlayMovies_ListAvailsResponse + */ + public function listAccountsAvails($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlayMovies_ListAvailsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.php new file mode 100644 index 000000000..dc0934412 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.php @@ -0,0 +1,78 @@ + + * $playmoviespartnerService = new Google_Service_PlayMovies(...); + * $orders = $playmoviespartnerService->orders; + * + */ +class Google_Service_PlayMovies_Resource_AccountsOrders extends Google_Service_Resource +{ + /** + * Get an Order given its id. + * + * See _Authentication and Authorization rules_ and _Get methods rules_ for more + * information about this method. (orders.get) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param string $orderId REQUIRED. Order ID. + * @param array $optParams Optional parameters. + * @return Google_Service_PlayMovies_Order + */ + public function get($accountId, $orderId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'orderId' => $orderId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PlayMovies_Order"); + } + /** + * List Orders owned or managed by the partner. + * + * See _Authentication and Authorization rules_ and _List methods rules_ for + * more information about this method. (orders.listAccountsOrders) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param string status Filter Orders that match one of the given status. + * @opt_param string name Filter that matches Orders with a `name`, `show`, + * `season` or `episode` that contains the given case-insensitive name. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @opt_param string customId Filter Orders that match a case-insensitive, + * partner-specific custom id. + * @opt_param string videoIds Filter Orders that match any of the given + * `video_id`s. + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @return Google_Service_PlayMovies_ListOrdersResponse + */ + public function listAccountsOrders($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlayMovies_ListOrdersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfos.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfos.php new file mode 100644 index 000000000..2c87b9a2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfos.php @@ -0,0 +1,66 @@ + + * $playmoviespartnerService = new Google_Service_PlayMovies(...); + * $storeInfos = $playmoviespartnerService->storeInfos; + * + */ +class Google_Service_PlayMovies_Resource_AccountsStoreInfos extends Google_Service_Resource +{ + /** + * List StoreInfos owned or managed by the partner. + * + * See _Authentication and Authorization rules_ and _List methods rules_ for + * more information about this method. (storeInfos.listAccountsStoreInfos) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string mids Filter StoreInfos that match any of the given `mid`s. + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @opt_param string countries Filter StoreInfos that match (case-insensitive) + * any of the given country codes, using the "ISO 3166-1 alpha-2" format + * (examples: "US", "us", "Us"). + * @opt_param string name Filter that matches StoreInfos with a `name` or + * `show_name` that contains the given case-insensitive name. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string seasonIds Filter StoreInfos that match any of the given + * `season_id`s. + * @opt_param string videoIds Filter StoreInfos that match any of the given + * `video_id`s. + * @opt_param string videoId Filter StoreInfos that match a given `video_id`. + * NOTE: this field is deprecated and will be removed on V2; `video_ids` should + * be used instead. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @return Google_Service_PlayMovies_ListStoreInfosResponse + */ + public function listAccountsStoreInfos($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlayMovies_ListStoreInfosResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfosCountry.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfosCountry.php new file mode 100644 index 000000000..22f59c9a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsStoreInfosCountry.php @@ -0,0 +1,47 @@ + + * $playmoviespartnerService = new Google_Service_PlayMovies(...); + * $country = $playmoviespartnerService->country; + * + */ +class Google_Service_PlayMovies_Resource_AccountsStoreInfosCountry extends Google_Service_Resource +{ + /** + * Get a StoreInfo given its video id and country. + * + * See _Authentication and Authorization rules_ and _Get methods rules_ for more + * information about this method. (country.get) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param string $videoId REQUIRED. Video ID. + * @param string $country REQUIRED. Edit country. + * @param array $optParams Optional parameters. + * @return Google_Service_PlayMovies_StoreInfo + */ + public function get($accountId, $videoId, $country, $optParams = array()) + { + $params = array('accountId' => $accountId, 'videoId' => $videoId, 'country' => $country); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PlayMovies_StoreInfo"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/StoreInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/StoreInfo.php new file mode 100644 index 000000000..57fe88dda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/StoreInfo.php @@ -0,0 +1,247 @@ +audioTracks = $audioTracks; + } + public function getAudioTracks() + { + return $this->audioTracks; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setEditLevelEidr($editLevelEidr) + { + $this->editLevelEidr = $editLevelEidr; + } + public function getEditLevelEidr() + { + return $this->editLevelEidr; + } + public function setEpisodeNumber($episodeNumber) + { + $this->episodeNumber = $episodeNumber; + } + public function getEpisodeNumber() + { + return $this->episodeNumber; + } + public function setHasAudio51($hasAudio51) + { + $this->hasAudio51 = $hasAudio51; + } + public function getHasAudio51() + { + return $this->hasAudio51; + } + public function setHasEstOffer($hasEstOffer) + { + $this->hasEstOffer = $hasEstOffer; + } + public function getHasEstOffer() + { + return $this->hasEstOffer; + } + public function setHasHdOffer($hasHdOffer) + { + $this->hasHdOffer = $hasHdOffer; + } + public function getHasHdOffer() + { + return $this->hasHdOffer; + } + public function setHasInfoCards($hasInfoCards) + { + $this->hasInfoCards = $hasInfoCards; + } + public function getHasInfoCards() + { + return $this->hasInfoCards; + } + public function setHasSdOffer($hasSdOffer) + { + $this->hasSdOffer = $hasSdOffer; + } + public function getHasSdOffer() + { + return $this->hasSdOffer; + } + public function setHasVodOffer($hasVodOffer) + { + $this->hasVodOffer = $hasVodOffer; + } + public function getHasVodOffer() + { + return $this->hasVodOffer; + } + public function setLiveTime($liveTime) + { + $this->liveTime = $liveTime; + } + public function getLiveTime() + { + return $this->liveTime; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPphNames($pphNames) + { + $this->pphNames = $pphNames; + } + public function getPphNames() + { + return $this->pphNames; + } + public function setSeasonId($seasonId) + { + $this->seasonId = $seasonId; + } + public function getSeasonId() + { + return $this->seasonId; + } + public function setSeasonName($seasonName) + { + $this->seasonName = $seasonName; + } + public function getSeasonName() + { + return $this->seasonName; + } + public function setSeasonNumber($seasonNumber) + { + $this->seasonNumber = $seasonNumber; + } + public function getSeasonNumber() + { + return $this->seasonNumber; + } + public function setShowId($showId) + { + $this->showId = $showId; + } + public function getShowId() + { + return $this->showId; + } + public function setShowName($showName) + { + $this->showName = $showName; + } + public function getShowName() + { + return $this->showName; + } + public function setStudioName($studioName) + { + $this->studioName = $studioName; + } + public function getStudioName() + { + return $this->studioName; + } + public function setSubtitles($subtitles) + { + $this->subtitles = $subtitles; + } + public function getSubtitles() + { + return $this->subtitles; + } + public function setTitleLevelEidr($titleLevelEidr) + { + $this->titleLevelEidr = $titleLevelEidr; + } + public function getTitleLevelEidr() + { + return $this->titleLevelEidr; + } + public function setTrailerId($trailerId) + { + $this->trailerId = $trailerId; + } + public function getTrailerId() + { + return $this->trailerId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playcustomapp.php b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp.php new file mode 100644 index 000000000..64c982473 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp.php @@ -0,0 +1,75 @@ + + * An API to publish custom Android apps. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Playcustomapp extends Google_Service +{ + /** View and manage your Google Play Developer account. */ + const ANDROIDPUBLISHER = + "https://www.googleapis.com/auth/androidpublisher"; + + public $accounts_customApps; + + /** + * Constructs the internal representation of the Playcustomapp 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 = 'playcustomapp/v1/accounts/'; + $this->batchPath = 'batch/playcustomapp/v1'; + $this->version = 'v1'; + $this->serviceName = 'playcustomapp'; + + $this->accounts_customApps = new Google_Service_Playcustomapp_Resource_AccountsCustomApps( + $this, + $this->serviceName, + 'customApps', + array( + 'methods' => array( + 'create' => array( + 'path' => '{account}/customApps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'account' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/CustomApp.php b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/CustomApp.php new file mode 100644 index 000000000..39a49e208 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/CustomApp.php @@ -0,0 +1,39 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/Accounts.php new file mode 100644 index 000000000..e006aa4e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/Accounts.php @@ -0,0 +1,28 @@ + + * $playcustomappService = new Google_Service_Playcustomapp(...); + * $accounts = $playcustomappService->accounts; + * + */ +class Google_Service_Playcustomapp_Resource_Accounts extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/AccountsCustomApps.php b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/AccountsCustomApps.php new file mode 100644 index 000000000..d24c607af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playcustomapp/Resource/AccountsCustomApps.php @@ -0,0 +1,42 @@ + + * $playcustomappService = new Google_Service_Playcustomapp(...); + * $customApps = $playcustomappService->customApps; + * + */ +class Google_Service_Playcustomapp_Resource_AccountsCustomApps extends Google_Service_Resource +{ + /** + * Create and publish a new custom app. (customApps.create) + * + * @param string $account Developer account ID. + * @param Google_Service_Playcustomapp_CustomApp $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Playcustomapp_CustomApp + */ + public function create($account, Google_Service_Playcustomapp_CustomApp $postBody, $optParams = array()) + { + $params = array('account' => $account, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Playcustomapp_CustomApp"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner.php new file mode 100644 index 000000000..9c5cc1b59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner.php @@ -0,0 +1,339 @@ + + * Lets Google Play Movies Partners get the delivery status of their titles. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Playmoviespartner extends Google_Service +{ + /** View the digital assets you publish on Google Play Movies and TV. */ + const PLAYMOVIES_PARTNER_READONLY = + "https://www.googleapis.com/auth/playmovies_partner.readonly"; + + public $accounts_avails; + public $accounts_experienceLocales; + public $accounts_orders; + public $accounts_storeInfos; + public $accounts_storeInfos_country; + + /** + * Constructs the internal representation of the Playmoviespartner service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://playmoviespartner.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'playmoviespartner'; + + $this->accounts_avails = new Google_Service_Playmoviespartner_AccountsAvailsResource( + $this, + $this->serviceName, + 'avails', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/accounts/{accountId}/avails', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'title' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'territories' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'altId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_experienceLocales = new Google_Service_Playmoviespartner_AccountsExperienceLocalesResource( + $this, + $this->serviceName, + 'experienceLocales', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/accounts/{accountId}/experienceLocales/{elId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'elId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/accounts/{accountId}/experienceLocales', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'titleLevelEidr' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'editLevelEidr' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'customId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'altCutId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_orders = new Google_Service_Playmoviespartner_AccountsOrdersResource( + $this, + $this->serviceName, + 'orders', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/accounts/{accountId}/orders/{orderId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/accounts/{accountId}/orders', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'status' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'customId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_storeInfos = new Google_Service_Playmoviespartner_AccountsStoreInfosResource( + $this, + $this->serviceName, + 'storeInfos', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/accounts/{accountId}/storeInfos', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pphNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'studioNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'videoId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'countries' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_storeInfos_country = new Google_Service_Playmoviespartner_AccountsStoreInfosCountryResource( + $this, + $this->serviceName, + 'country', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/accounts/{accountId}/storeInfos/{videoId}/country/{country}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'videoId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsAvailsResource.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsAvailsResource.php new file mode 100644 index 000000000..c2c57b9bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsAvailsResource.php @@ -0,0 +1,61 @@ + + * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); + * $avails = $playmoviespartnerService->avails; + * + */ +class Google_Service_Playmoviespartner_AccountsAvailsResource extends Google_Service_Resource +{ + /** + * List Avails owned or managed by the partner. See _Authentication and + * Authorization rules_ and _List methods rules_ for more information about this + * method. (avails.listAccountsAvails) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string title Filter Avails that match a case-insensitive substring + * of the default Title name. + * @opt_param string territories Filter Avails that match (case-insensitive) any + * of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: + * "US", "us", "Us"). + * @opt_param string altId Filter Avails that match a case-insensitive, partner- + * specific custom id. + * @opt_param string videoIds Filter Avails that match any of the given + * `video_id`s. + * @return Google_Service_Playmoviespartner_ListAvailsResponse + */ + public function listAccountsAvails($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListAvailsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsExperienceLocalesResource.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsExperienceLocalesResource.php new file mode 100644 index 000000000..30526830b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsExperienceLocalesResource.php @@ -0,0 +1,79 @@ + + * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); + * $experienceLocales = $playmoviespartnerService->experienceLocales; + * + */ +class Google_Service_Playmoviespartner_AccountsExperienceLocalesResource extends Google_Service_Resource +{ + /** + * Get an ExperienceLocale given its id. See _Authentication and Authorization + * rules_ and _Get methods rules_ for more information about this method. + * (experienceLocales.get) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param string $elId REQUIRED. ExperienceLocale ID, as defined by Google. + * @param array $optParams Optional parameters. + * @return Google_Service_Playmoviespartner_ExperienceLocale + */ + public function get($accountId, $elId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'elId' => $elId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Playmoviespartner_ExperienceLocale"); + } + /** + * List ExperienceLocales owned or managed by the partner. See _Authentication + * and Authorization rules_ and _List methods rules_ for more information about + * this method. (experienceLocales.listAccountsExperienceLocales) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string titleLevelEidr Filter ExperienceLocales that match a given + * title-level EIDR. + * @opt_param string editLevelEidr Filter ExperienceLocales that match a given + * edit-level EIDR. + * @opt_param string status Filter ExperienceLocales that match one of the given + * status. + * @opt_param string customId Filter ExperienceLocales that match a case- + * insensitive, partner-specific custom id. + * @opt_param string altCutId Filter ExperienceLocales that match a case- + * insensitive, partner-specific Alternative Cut ID. + * @return Google_Service_Playmoviespartner_ListExperienceLocalesResponse + */ + public function listAccountsExperienceLocales($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListExperienceLocalesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsOrdersResource.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsOrdersResource.php new file mode 100644 index 000000000..1eac55821 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsOrdersResource.php @@ -0,0 +1,73 @@ + + * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); + * $orders = $playmoviespartnerService->orders; + * + */ +class Google_Service_Playmoviespartner_AccountsOrdersResource extends Google_Service_Resource +{ + /** + * Get an Order given its id. See _Authentication and Authorization rules_ and + * _Get methods rules_ for more information about this method. (orders.get) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param string $orderId REQUIRED. Order ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Playmoviespartner_Order + */ + public function get($accountId, $orderId, $optParams = array()) + { + $params = array('accountId' => $accountId, 'orderId' => $orderId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Playmoviespartner_Order"); + } + /** + * List Orders owned or managed by the partner. See _Authentication and + * Authorization rules_ and _List methods rules_ for more information about this + * method. (orders.listAccountsOrders) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string name Filter Orders that match a title name (case- + * insensitive, sub-string match). + * @opt_param string status Filter Orders that match one of the given status. + * @opt_param string customId Filter Orders that match a case-insensitive, + * partner-specific custom id. + * @return Google_Service_Playmoviespartner_ListOrdersResponse + */ + public function listAccountsOrders($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListOrdersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsResource.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsResource.php new file mode 100644 index 000000000..dafd9fcd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsResource.php @@ -0,0 +1,28 @@ + + * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); + * $accounts = $playmoviespartnerService->accounts; + * + */ +class Google_Service_Playmoviespartner_AccountsResource extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosCountryResource.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosCountryResource.php new file mode 100644 index 000000000..11fac671f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosCountryResource.php @@ -0,0 +1,46 @@ + + * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); + * $country = $playmoviespartnerService->country; + * + */ +class Google_Service_Playmoviespartner_AccountsStoreInfosCountryResource extends Google_Service_Resource +{ + /** + * Get a StoreInfo given its video id and country. See _Authentication and + * Authorization rules_ and _Get methods rules_ for more information about this + * method. (country.get) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param string $videoId REQUIRED. Video ID. + * @param string $country REQUIRED. Edit country. + * @param array $optParams Optional parameters. + * @return Google_Service_Playmoviespartner_StoreInfo + */ + public function get($accountId, $videoId, $country, $optParams = array()) + { + $params = array('accountId' => $accountId, 'videoId' => $videoId, 'country' => $country); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Playmoviespartner_StoreInfo"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosResource.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosResource.php new file mode 100644 index 000000000..e054373f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/AccountsStoreInfosResource.php @@ -0,0 +1,62 @@ + + * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); + * $storeInfos = $playmoviespartnerService->storeInfos; + * + */ +class Google_Service_Playmoviespartner_AccountsStoreInfosResource extends Google_Service_Resource +{ + /** + * List StoreInfos owned or managed by the partner. See _Authentication and + * Authorization rules_ and _List methods rules_ for more information about this + * method. (storeInfos.listAccountsStoreInfos) + * + * @param string $accountId REQUIRED. See _General rules_ for more information + * about this field. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize See _List methods rules_ for info about this field. + * @opt_param string pageToken See _List methods rules_ for info about this + * field. + * @opt_param string pphNames See _List methods rules_ for info about this + * field. + * @opt_param string studioNames See _List methods rules_ for info about this + * field. + * @opt_param string videoId Filter StoreInfos that match a given `video_id`. + * NOTE: this field is deprecated and will be removed on V2; `video_ids` should + * be used instead. + * @opt_param string countries Filter StoreInfos that match (case-insensitive) + * any of the given country codes, using the "ISO 3166-1 alpha-2" format + * (examples: "US", "us", "Us"). + * @opt_param string name Filter StoreInfos that match a case-insensitive + * substring of the default name. + * @opt_param string videoIds Filter StoreInfos that match any of the given + * `video_id`s. + * @return Google_Service_Playmoviespartner_ListStoreInfosResponse + */ + public function listAccountsStoreInfos($accountId, $optParams = array()) + { + $params = array('accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListStoreInfosResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Avail.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Avail.php new file mode 100644 index 000000000..e3d42289d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Avail.php @@ -0,0 +1,310 @@ +altId = $altId; + } + public function getAltId() + { + return $this->altId; + } + public function setCaptionExemption($captionExemption) + { + $this->captionExemption = $captionExemption; + } + public function getCaptionExemption() + { + return $this->captionExemption; + } + public function setCaptionIncluded($captionIncluded) + { + $this->captionIncluded = $captionIncluded; + } + public function getCaptionIncluded() + { + return $this->captionIncluded; + } + public function setContentId($contentId) + { + $this->contentId = $contentId; + } + public function getContentId() + { + return $this->contentId; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEncodeId($encodeId) + { + $this->encodeId = $encodeId; + } + public function getEncodeId() + { + return $this->encodeId; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setEpisodeAltId($episodeAltId) + { + $this->episodeAltId = $episodeAltId; + } + public function getEpisodeAltId() + { + return $this->episodeAltId; + } + public function setEpisodeNumber($episodeNumber) + { + $this->episodeNumber = $episodeNumber; + } + public function getEpisodeNumber() + { + return $this->episodeNumber; + } + public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias) + { + $this->episodeTitleInternalAlias = $episodeTitleInternalAlias; + } + public function getEpisodeTitleInternalAlias() + { + return $this->episodeTitleInternalAlias; + } + public function setFormatProfile($formatProfile) + { + $this->formatProfile = $formatProfile; + } + public function getFormatProfile() + { + return $this->formatProfile; + } + public function setLicenseType($licenseType) + { + $this->licenseType = $licenseType; + } + public function getLicenseType() + { + return $this->licenseType; + } + public function setPphNames($pphNames) + { + $this->pphNames = $pphNames; + } + public function getPphNames() + { + return $this->pphNames; + } + public function setPriceType($priceType) + { + $this->priceType = $priceType; + } + public function getPriceType() + { + return $this->priceType; + } + public function setPriceValue($priceValue) + { + $this->priceValue = $priceValue; + } + public function getPriceValue() + { + return $this->priceValue; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setRatingReason($ratingReason) + { + $this->ratingReason = $ratingReason; + } + public function getRatingReason() + { + return $this->ratingReason; + } + public function setRatingSystem($ratingSystem) + { + $this->ratingSystem = $ratingSystem; + } + public function getRatingSystem() + { + return $this->ratingSystem; + } + public function setRatingValue($ratingValue) + { + $this->ratingValue = $ratingValue; + } + public function getRatingValue() + { + return $this->ratingValue; + } + public function setReleaseDate($releaseDate) + { + $this->releaseDate = $releaseDate; + } + public function getReleaseDate() + { + return $this->releaseDate; + } + public function setSeasonAltId($seasonAltId) + { + $this->seasonAltId = $seasonAltId; + } + public function getSeasonAltId() + { + return $this->seasonAltId; + } + public function setSeasonNumber($seasonNumber) + { + $this->seasonNumber = $seasonNumber; + } + public function getSeasonNumber() + { + return $this->seasonNumber; + } + public function setSeasonTitleInternalAlias($seasonTitleInternalAlias) + { + $this->seasonTitleInternalAlias = $seasonTitleInternalAlias; + } + public function getSeasonTitleInternalAlias() + { + return $this->seasonTitleInternalAlias; + } + public function setSeriesAltId($seriesAltId) + { + $this->seriesAltId = $seriesAltId; + } + public function getSeriesAltId() + { + return $this->seriesAltId; + } + public function setSeriesTitleInternalAlias($seriesTitleInternalAlias) + { + $this->seriesTitleInternalAlias = $seriesTitleInternalAlias; + } + public function getSeriesTitleInternalAlias() + { + return $this->seriesTitleInternalAlias; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } + public function setStoreLanguage($storeLanguage) + { + $this->storeLanguage = $storeLanguage; + } + public function getStoreLanguage() + { + return $this->storeLanguage; + } + public function setSuppressionLiftDate($suppressionLiftDate) + { + $this->suppressionLiftDate = $suppressionLiftDate; + } + public function getSuppressionLiftDate() + { + return $this->suppressionLiftDate; + } + public function setTerritory($territory) + { + $this->territory = $territory; + } + public function getTerritory() + { + return $this->territory; + } + public function setTitleInternalAlias($titleInternalAlias) + { + $this->titleInternalAlias = $titleInternalAlias; + } + public function getTitleInternalAlias() + { + return $this->titleInternalAlias; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } + public function setWorkType($workType) + { + $this->workType = $workType; + } + public function getWorkType() + { + return $this->workType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ExperienceLocale.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ExperienceLocale.php new file mode 100644 index 000000000..e386a788d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ExperienceLocale.php @@ -0,0 +1,229 @@ +altCutId = $altCutId; + } + public function getAltCutId() + { + return $this->altCutId; + } + public function setApprovedTime($approvedTime) + { + $this->approvedTime = $approvedTime; + } + public function getApprovedTime() + { + return $this->approvedTime; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCreatedTime($createdTime) + { + $this->createdTime = $createdTime; + } + public function getCreatedTime() + { + return $this->createdTime; + } + public function setCustomIds($customIds) + { + $this->customIds = $customIds; + } + public function getCustomIds() + { + return $this->customIds; + } + public function setEarliestAvailStartTime($earliestAvailStartTime) + { + $this->earliestAvailStartTime = $earliestAvailStartTime; + } + public function getEarliestAvailStartTime() + { + return $this->earliestAvailStartTime; + } + public function setEditLevelEidr($editLevelEidr) + { + $this->editLevelEidr = $editLevelEidr; + } + public function getEditLevelEidr() + { + return $this->editLevelEidr; + } + public function setElId($elId) + { + $this->elId = $elId; + } + public function getElId() + { + return $this->elId; + } + public function setInventoryId($inventoryId) + { + $this->inventoryId = $inventoryId; + } + public function getInventoryId() + { + return $this->inventoryId; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNormalizedPriority($normalizedPriority) + { + $this->normalizedPriority = $normalizedPriority; + } + public function getNormalizedPriority() + { + return $this->normalizedPriority; + } + public function setPlayableSequenceId($playableSequenceId) + { + $this->playableSequenceId = $playableSequenceId; + } + public function getPlayableSequenceId() + { + return $this->playableSequenceId; + } + public function setPphNames($pphNames) + { + $this->pphNames = $pphNames; + } + public function getPphNames() + { + return $this->pphNames; + } + public function setPresentationId($presentationId) + { + $this->presentationId = $presentationId; + } + public function getPresentationId() + { + return $this->presentationId; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStudioName($studioName) + { + $this->studioName = $studioName; + } + public function getStudioName() + { + return $this->studioName; + } + public function setTitleLevelEidr($titleLevelEidr) + { + $this->titleLevelEidr = $titleLevelEidr; + } + public function getTitleLevelEidr() + { + return $this->titleLevelEidr; + } + public function setTrailerId($trailerId) + { + $this->trailerId = $trailerId; + } + public function getTrailerId() + { + return $this->trailerId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListAvailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListAvailsResponse.php new file mode 100644 index 000000000..e8bf68fc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListAvailsResponse.php @@ -0,0 +1,41 @@ +avails = $avails; + } + public function getAvails() + { + return $this->avails; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListExperienceLocalesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListExperienceLocalesResponse.php new file mode 100644 index 000000000..ed43ab47b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListExperienceLocalesResponse.php @@ -0,0 +1,41 @@ +experienceLocales = $experienceLocales; + } + public function getExperienceLocales() + { + return $this->experienceLocales; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListOrdersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListOrdersResponse.php new file mode 100644 index 000000000..7b0719174 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListOrdersResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setOrders($orders) + { + $this->orders = $orders; + } + public function getOrders() + { + return $this->orders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListStoreInfosResponse.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListStoreInfosResponse.php new file mode 100644 index 000000000..b9e5c7425 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/ListStoreInfosResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setStoreInfos($storeInfos) + { + $this->storeInfos = $storeInfos; + } + public function getStoreInfos() + { + return $this->storeInfos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Order.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Order.php new file mode 100644 index 000000000..d0405a308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/Order.php @@ -0,0 +1,229 @@ +approvedTime = $approvedTime; + } + public function getApprovedTime() + { + return $this->approvedTime; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelName($channelName) + { + $this->channelName = $channelName; + } + public function getChannelName() + { + return $this->channelName; + } + public function setCountries($countries) + { + $this->countries = $countries; + } + public function getCountries() + { + return $this->countries; + } + public function setCustomId($customId) + { + $this->customId = $customId; + } + public function getCustomId() + { + return $this->customId; + } + public function setEarliestAvailStartTime($earliestAvailStartTime) + { + $this->earliestAvailStartTime = $earliestAvailStartTime; + } + public function getEarliestAvailStartTime() + { + return $this->earliestAvailStartTime; + } + public function setEpisodeName($episodeName) + { + $this->episodeName = $episodeName; + } + public function getEpisodeName() + { + return $this->episodeName; + } + public function setLegacyPriority($legacyPriority) + { + $this->legacyPriority = $legacyPriority; + } + public function getLegacyPriority() + { + return $this->legacyPriority; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNormalizedPriority($normalizedPriority) + { + $this->normalizedPriority = $normalizedPriority; + } + public function getNormalizedPriority() + { + return $this->normalizedPriority; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setOrderedTime($orderedTime) + { + $this->orderedTime = $orderedTime; + } + public function getOrderedTime() + { + return $this->orderedTime; + } + public function setPphName($pphName) + { + $this->pphName = $pphName; + } + public function getPphName() + { + return $this->pphName; + } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setReceivedTime($receivedTime) + { + $this->receivedTime = $receivedTime; + } + public function getReceivedTime() + { + return $this->receivedTime; + } + public function setRejectionNote($rejectionNote) + { + $this->rejectionNote = $rejectionNote; + } + public function getRejectionNote() + { + return $this->rejectionNote; + } + public function setSeasonName($seasonName) + { + $this->seasonName = $seasonName; + } + public function getSeasonName() + { + return $this->seasonName; + } + public function setShowName($showName) + { + $this->showName = $showName; + } + public function getShowName() + { + return $this->showName; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + public function setStudioName($studioName) + { + $this->studioName = $studioName; + } + public function getStudioName() + { + return $this->studioName; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/StoreInfo.php b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/StoreInfo.php new file mode 100644 index 000000000..59f6d6b95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/StoreInfo.php @@ -0,0 +1,247 @@ +audioTracks = $audioTracks; + } + public function getAudioTracks() + { + return $this->audioTracks; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setEditLevelEidr($editLevelEidr) + { + $this->editLevelEidr = $editLevelEidr; + } + public function getEditLevelEidr() + { + return $this->editLevelEidr; + } + public function setEpisodeNumber($episodeNumber) + { + $this->episodeNumber = $episodeNumber; + } + public function getEpisodeNumber() + { + return $this->episodeNumber; + } + public function setHasAudio51($hasAudio51) + { + $this->hasAudio51 = $hasAudio51; + } + public function getHasAudio51() + { + return $this->hasAudio51; + } + public function setHasEstOffer($hasEstOffer) + { + $this->hasEstOffer = $hasEstOffer; + } + public function getHasEstOffer() + { + return $this->hasEstOffer; + } + public function setHasHdOffer($hasHdOffer) + { + $this->hasHdOffer = $hasHdOffer; + } + public function getHasHdOffer() + { + return $this->hasHdOffer; + } + public function setHasInfoCards($hasInfoCards) + { + $this->hasInfoCards = $hasInfoCards; + } + public function getHasInfoCards() + { + return $this->hasInfoCards; + } + public function setHasSdOffer($hasSdOffer) + { + $this->hasSdOffer = $hasSdOffer; + } + public function getHasSdOffer() + { + return $this->hasSdOffer; + } + public function setHasVodOffer($hasVodOffer) + { + $this->hasVodOffer = $hasVodOffer; + } + public function getHasVodOffer() + { + return $this->hasVodOffer; + } + public function setLiveTime($liveTime) + { + $this->liveTime = $liveTime; + } + public function getLiveTime() + { + return $this->liveTime; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPphNames($pphNames) + { + $this->pphNames = $pphNames; + } + public function getPphNames() + { + return $this->pphNames; + } + public function setSeasonId($seasonId) + { + $this->seasonId = $seasonId; + } + public function getSeasonId() + { + return $this->seasonId; + } + public function setSeasonName($seasonName) + { + $this->seasonName = $seasonName; + } + public function getSeasonName() + { + return $this->seasonName; + } + public function setSeasonNumber($seasonNumber) + { + $this->seasonNumber = $seasonNumber; + } + public function getSeasonNumber() + { + return $this->seasonNumber; + } + public function setShowId($showId) + { + $this->showId = $showId; + } + public function getShowId() + { + return $this->showId; + } + public function setShowName($showName) + { + $this->showName = $showName; + } + public function getShowName() + { + return $this->showName; + } + public function setStudioName($studioName) + { + $this->studioName = $studioName; + } + public function getStudioName() + { + return $this->studioName; + } + public function setSubtitles($subtitles) + { + $this->subtitles = $subtitles; + } + public function getSubtitles() + { + return $this->subtitles; + } + public function setTitleLevelEidr($titleLevelEidr) + { + $this->titleLevelEidr = $titleLevelEidr; + } + public function getTitleLevelEidr() + { + return $this->titleLevelEidr; + } + public function setTrailerId($trailerId) + { + $this->trailerId = $trailerId; + } + public function getTrailerId() + { + return $this->trailerId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus.php b/vendor/google/apiclient-services/src/Google/Service/Plus.php new file mode 100644 index 000000000..8f0d50abb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus.php @@ -0,0 +1,269 @@ + + * Builds on top of the Google+ platform. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Plus extends Google_Service +{ + /** View your basic profile info, including your age range and language. */ + const PLUS_LOGIN = + "https://www.googleapis.com/auth/plus.login"; + /** Associate you with your personal info on Google. */ + const PLUS_ME = + "https://www.googleapis.com/auth/plus.me"; + /** View your 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. */ + const USERINFO_PROFILE = + "https://www.googleapis.com/auth/userinfo.profile"; + + public $activities; + public $comments; + public $people; + + /** + * Constructs the internal representation of the Plus 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 = 'plus/v1/'; + $this->batchPath = 'batch/plus/v1'; + $this->version = 'v1'; + $this->serviceName = 'plus'; + + $this->activities = new Google_Service_Plus_Resource_Activities( + $this, + $this->serviceName, + 'activities', + array( + 'methods' => array( + 'get' => array( + 'path' => 'activities/{activityId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'activityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'people/{userId}/activities/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'search' => array( + 'path' => 'activities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'query' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->comments = new Google_Service_Plus_Resource_Comments( + $this, + $this->serviceName, + 'comments', + array( + 'methods' => array( + 'get' => array( + 'path' => 'comments/{commentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'activities/{activityId}/comments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'activityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->people = new Google_Service_Plus_Resource_People( + $this, + $this->serviceName, + 'people', + array( + 'methods' => array( + 'get' => array( + 'path' => 'people/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'people/{userId}/people/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listByActivity' => array( + 'path' => 'activities/{activityId}/people/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'activityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'search' => array( + 'path' => 'people', + 'httpMethod' => 'GET', + 'parameters' => array( + 'query' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Acl.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Acl.php new file mode 100644 index 000000000..074a97c32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Acl.php @@ -0,0 +1,56 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Plus_PlusAclentryResource + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Plus_PlusAclentryResource + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php new file mode 100644 index 000000000..bcd61f027 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php @@ -0,0 +1,236 @@ +access = $access; + } + /** + * @return Google_Service_Plus_Acl + */ + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_Plus_ActivityActor + */ + public function setActor(Google_Service_Plus_ActivityActor $actor) + { + $this->actor = $actor; + } + /** + * @return Google_Service_Plus_ActivityActor + */ + public function getActor() + { + return $this->actor; + } + public function setAddress($address) + { + $this->address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setAnnotation($annotation) + { + $this->annotation = $annotation; + } + public function getAnnotation() + { + return $this->annotation; + } + public function setCrosspostSource($crosspostSource) + { + $this->crosspostSource = $crosspostSource; + } + public function getCrosspostSource() + { + return $this->crosspostSource; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setGeocode($geocode) + { + $this->geocode = $geocode; + } + public function getGeocode() + { + return $this->geocode; + } + 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_Plus_Place + */ + public function setLocation(Google_Service_Plus_Place $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Plus_Place + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Plus_ActivityObject + */ + public function setObject(Google_Service_Plus_ActivityObject $object) + { + $this->object = $object; + } + /** + * @return Google_Service_Plus_ActivityObject + */ + public function getObject() + { + return $this->object; + } + public function setPlaceId($placeId) + { + $this->placeId = $placeId; + } + public function getPlaceId() + { + return $this->placeId; + } + public function setPlaceName($placeName) + { + $this->placeName = $placeName; + } + public function getPlaceName() + { + return $this->placeName; + } + /** + * @param Google_Service_Plus_ActivityProvider + */ + public function setProvider(Google_Service_Plus_ActivityProvider $provider) + { + $this->provider = $provider; + } + /** + * @return Google_Service_Plus_ActivityProvider + */ + public function getProvider() + { + return $this->provider; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setRadius($radius) + { + $this->radius = $radius; + } + public function getRadius() + { + return $this->radius; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setVerb($verb) + { + $this->verb = $verb; + } + public function getVerb() + { + return $this->verb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php new file mode 100644 index 000000000..cb0d06861 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php @@ -0,0 +1,112 @@ +clientSpecificActorInfo = $clientSpecificActorInfo; + } + /** + * @return Google_Service_Plus_ActivityActorClientSpecificActorInfo + */ + public function getClientSpecificActorInfo() + { + return $this->clientSpecificActorInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_ActivityActorImage + */ + public function setImage(Google_Service_Plus_ActivityActorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Plus_ActivityActorImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Plus_ActivityActorName + */ + public function setName(Google_Service_Plus_ActivityActorName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Plus_ActivityActorName + */ + public function getName() + { + return $this->name; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_Plus_ActivityActorVerification + */ + public function setVerification(Google_Service_Plus_ActivityActorVerification $verification) + { + $this->verification = $verification; + } + /** + * @return Google_Service_Plus_ActivityActorVerification + */ + public function getVerification() + { + return $this->verification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.php new file mode 100644 index 000000000..46eee6605 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.php @@ -0,0 +1,37 @@ +youtubeActorInfo = $youtubeActorInfo; + } + /** + * @return Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo + */ + public function getYoutubeActorInfo() + { + return $this->youtubeActorInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php new file mode 100644 index 000000000..4dd475ca1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php @@ -0,0 +1,30 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorImage.php new file mode 100644 index 000000000..0a8d3ec62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorName.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorName.php new file mode 100644 index 000000000..e892bc233 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorName.php @@ -0,0 +1,39 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorVerification.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorVerification.php new file mode 100644 index 000000000..37eb6afd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorVerification.php @@ -0,0 +1,30 @@ +adHocVerified = $adHocVerified; + } + public function getAdHocVerified() + { + return $this->adHocVerified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityFeed.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityFeed.php new file mode 100644 index 000000000..924cdffd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityFeed.php @@ -0,0 +1,110 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_Activity + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Plus_Activity + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php new file mode 100644 index 000000000..487f52e74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php @@ -0,0 +1,147 @@ +actor = $actor; + } + /** + * @return Google_Service_Plus_ActivityObjectActor + */ + public function getActor() + { + return $this->actor; + } + /** + * @param Google_Service_Plus_ActivityObjectAttachments + */ + public function setAttachments($attachments) + { + $this->attachments = $attachments; + } + /** + * @return Google_Service_Plus_ActivityObjectAttachments + */ + public function getAttachments() + { + return $this->attachments; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOriginalContent($originalContent) + { + $this->originalContent = $originalContent; + } + public function getOriginalContent() + { + return $this->originalContent; + } + /** + * @param Google_Service_Plus_ActivityObjectPlusoners + */ + public function setPlusoners(Google_Service_Plus_ActivityObjectPlusoners $plusoners) + { + $this->plusoners = $plusoners; + } + /** + * @return Google_Service_Plus_ActivityObjectPlusoners + */ + public function getPlusoners() + { + return $this->plusoners; + } + /** + * @param Google_Service_Plus_ActivityObjectReplies + */ + public function setReplies(Google_Service_Plus_ActivityObjectReplies $replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_Plus_ActivityObjectReplies + */ + public function getReplies() + { + return $this->replies; + } + /** + * @param Google_Service_Plus_ActivityObjectResharers + */ + public function setResharers(Google_Service_Plus_ActivityObjectResharers $resharers) + { + $this->resharers = $resharers; + } + /** + * @return Google_Service_Plus_ActivityObjectResharers + */ + public function getResharers() + { + return $this->resharers; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php new file mode 100644 index 000000000..928d2cca1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php @@ -0,0 +1,96 @@ +clientSpecificActorInfo = $clientSpecificActorInfo; + } + /** + * @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo + */ + public function getClientSpecificActorInfo() + { + return $this->clientSpecificActorInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_ActivityObjectActorImage + */ + public function setImage(Google_Service_Plus_ActivityObjectActorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Plus_ActivityObjectActorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_Plus_ActivityObjectActorVerification + */ + public function setVerification(Google_Service_Plus_ActivityObjectActorVerification $verification) + { + $this->verification = $verification; + } + /** + * @return Google_Service_Plus_ActivityObjectActorVerification + */ + public function getVerification() + { + return $this->verification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.php new file mode 100644 index 000000000..eee4f100f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.php @@ -0,0 +1,37 @@ +youtubeActorInfo = $youtubeActorInfo; + } + /** + * @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo + */ + public function getYoutubeActorInfo() + { + return $this->youtubeActorInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php new file mode 100644 index 000000000..6a6cb93c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php @@ -0,0 +1,30 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorImage.php new file mode 100644 index 000000000..51200b9f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorVerification.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorVerification.php new file mode 100644 index 000000000..1e826376b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorVerification.php @@ -0,0 +1,30 @@ +adHocVerified = $adHocVerified; + } + public function getAdHocVerified() + { + return $this->adHocVerified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachments.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachments.php new file mode 100644 index 000000000..24a6c9c43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachments.php @@ -0,0 +1,131 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Plus_ActivityObjectAttachmentsEmbed + */ + public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $embed) + { + $this->embed = $embed; + } + /** + * @return Google_Service_Plus_ActivityObjectAttachmentsEmbed + */ + public function getEmbed() + { + return $this->embed; + } + /** + * @param Google_Service_Plus_ActivityObjectAttachmentsFullImage + */ + public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullImage $fullImage) + { + $this->fullImage = $fullImage; + } + /** + * @return Google_Service_Plus_ActivityObjectAttachmentsFullImage + */ + public function getFullImage() + { + return $this->fullImage; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_ActivityObjectAttachmentsImage + */ + public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Plus_ActivityObjectAttachmentsImage + */ + public function getImage() + { + return $this->image; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + /** + * @param Google_Service_Plus_ActivityObjectAttachmentsThumbnails + */ + public function setThumbnails($thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_Plus_ActivityObjectAttachmentsThumbnails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php new file mode 100644 index 000000000..78c29e0d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsFullImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsFullImage.php new file mode 100644 index 000000000..1bea2ec9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsFullImage.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsImage.php new file mode 100644 index 000000000..5c511dae7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsImage.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnails.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnails.php new file mode 100644 index 000000000..0561a7048 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnails.php @@ -0,0 +1,55 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage + */ + public function setImage(Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php new file mode 100644 index 000000000..20cb3466f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectPlusoners.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectPlusoners.php new file mode 100644 index 000000000..1413f2b0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectPlusoners.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectReplies.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectReplies.php new file mode 100644 index 000000000..755fb6c0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectReplies.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectResharers.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectResharers.php new file mode 100644 index 000000000..513db6dab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectResharers.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityProvider.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityProvider.php new file mode 100644 index 000000000..c7ef18b62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityProvider.php @@ -0,0 +1,30 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Comment.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Comment.php new file mode 100644 index 000000000..6138b0883 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Comment.php @@ -0,0 +1,149 @@ +actor = $actor; + } + /** + * @return Google_Service_Plus_CommentActor + */ + public function getActor() + { + return $this->actor; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_CommentInReplyTo + */ + public function setInReplyTo($inReplyTo) + { + $this->inReplyTo = $inReplyTo; + } + /** + * @return Google_Service_Plus_CommentInReplyTo + */ + public function getInReplyTo() + { + return $this->inReplyTo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Plus_CommentObject + */ + public function setObject(Google_Service_Plus_CommentObject $object) + { + $this->object = $object; + } + /** + * @return Google_Service_Plus_CommentObject + */ + public function getObject() + { + return $this->object; + } + /** + * @param Google_Service_Plus_CommentPlusoners + */ + public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners) + { + $this->plusoners = $plusoners; + } + /** + * @return Google_Service_Plus_CommentPlusoners + */ + public function getPlusoners() + { + return $this->plusoners; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVerb($verb) + { + $this->verb = $verb; + } + public function getVerb() + { + return $this->verb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php new file mode 100644 index 000000000..2b3dd72bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php @@ -0,0 +1,96 @@ +clientSpecificActorInfo = $clientSpecificActorInfo; + } + /** + * @return Google_Service_Plus_CommentActorClientSpecificActorInfo + */ + public function getClientSpecificActorInfo() + { + return $this->clientSpecificActorInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_CommentActorImage + */ + public function setImage(Google_Service_Plus_CommentActorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Plus_CommentActorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_Plus_CommentActorVerification + */ + public function setVerification(Google_Service_Plus_CommentActorVerification $verification) + { + $this->verification = $verification; + } + /** + * @return Google_Service_Plus_CommentActorVerification + */ + public function getVerification() + { + return $this->verification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.php new file mode 100644 index 000000000..880dd34f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.php @@ -0,0 +1,37 @@ +youtubeActorInfo = $youtubeActorInfo; + } + /** + * @return Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo + */ + public function getYoutubeActorInfo() + { + return $this->youtubeActorInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.php new file mode 100644 index 000000000..d3c4c6044 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.php @@ -0,0 +1,30 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorImage.php new file mode 100644 index 000000000..3581a593f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorVerification.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorVerification.php new file mode 100644 index 000000000..f0549a493 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorVerification.php @@ -0,0 +1,30 @@ +adHocVerified = $adHocVerified; + } + public function getAdHocVerified() + { + return $this->adHocVerified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentFeed.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentFeed.php new file mode 100644 index 000000000..9020f06ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentFeed.php @@ -0,0 +1,101 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_Comment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Plus_Comment + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php new file mode 100644 index 000000000..8cfdb641a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentObject.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentObject.php new file mode 100644 index 000000000..8f10a9192 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentObject.php @@ -0,0 +1,48 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOriginalContent($originalContent) + { + $this->originalContent = $originalContent; + } + public function getOriginalContent() + { + return $this->originalContent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentPlusoners.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentPlusoners.php new file mode 100644 index 000000000..01deb8301 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentPlusoners.php @@ -0,0 +1,30 @@ +totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PeopleFeed.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PeopleFeed.php new file mode 100644 index 000000000..3930ae122 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PeopleFeed.php @@ -0,0 +1,92 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Plus_Person + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Plus_Person + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php new file mode 100644 index 000000000..006f57716 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php @@ -0,0 +1,348 @@ +aboutMe = $aboutMe; + } + public function getAboutMe() + { + return $this->aboutMe; + } + /** + * @param Google_Service_Plus_PersonAgeRange + */ + public function setAgeRange(Google_Service_Plus_PersonAgeRange $ageRange) + { + $this->ageRange = $ageRange; + } + /** + * @return Google_Service_Plus_PersonAgeRange + */ + public function getAgeRange() + { + return $this->ageRange; + } + public function setBirthday($birthday) + { + $this->birthday = $birthday; + } + public function getBirthday() + { + return $this->birthday; + } + public function setBraggingRights($braggingRights) + { + $this->braggingRights = $braggingRights; + } + public function getBraggingRights() + { + return $this->braggingRights; + } + public function setCircledByCount($circledByCount) + { + $this->circledByCount = $circledByCount; + } + public function getCircledByCount() + { + return $this->circledByCount; + } + /** + * @param Google_Service_Plus_PersonCover + */ + public function setCover(Google_Service_Plus_PersonCover $cover) + { + $this->cover = $cover; + } + /** + * @return Google_Service_Plus_PersonCover + */ + public function getCover() + { + return $this->cover; + } + public function setCurrentLocation($currentLocation) + { + $this->currentLocation = $currentLocation; + } + public function getCurrentLocation() + { + return $this->currentLocation; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + /** + * @param Google_Service_Plus_PersonEmails + */ + public function setEmails($emails) + { + $this->emails = $emails; + } + /** + * @return Google_Service_Plus_PersonEmails + */ + public function getEmails() + { + return $this->emails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Plus_PersonImage + */ + public function setImage(Google_Service_Plus_PersonImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Plus_PersonImage + */ + public function getImage() + { + return $this->image; + } + public function setIsPlusUser($isPlusUser) + { + $this->isPlusUser = $isPlusUser; + } + public function getIsPlusUser() + { + return $this->isPlusUser; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + /** + * @param Google_Service_Plus_PersonName + */ + public function setName(Google_Service_Plus_PersonName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_Plus_PersonName + */ + public function getName() + { + return $this->name; + } + public function setNickname($nickname) + { + $this->nickname = $nickname; + } + public function getNickname() + { + return $this->nickname; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOccupation($occupation) + { + $this->occupation = $occupation; + } + public function getOccupation() + { + return $this->occupation; + } + /** + * @param Google_Service_Plus_PersonOrganizations + */ + public function setOrganizations($organizations) + { + $this->organizations = $organizations; + } + /** + * @return Google_Service_Plus_PersonOrganizations + */ + public function getOrganizations() + { + return $this->organizations; + } + /** + * @param Google_Service_Plus_PersonPlacesLived + */ + public function setPlacesLived($placesLived) + { + $this->placesLived = $placesLived; + } + /** + * @return Google_Service_Plus_PersonPlacesLived + */ + public function getPlacesLived() + { + return $this->placesLived; + } + public function setPlusOneCount($plusOneCount) + { + $this->plusOneCount = $plusOneCount; + } + public function getPlusOneCount() + { + return $this->plusOneCount; + } + public function setRelationshipStatus($relationshipStatus) + { + $this->relationshipStatus = $relationshipStatus; + } + public function getRelationshipStatus() + { + return $this->relationshipStatus; + } + public function setSkills($skills) + { + $this->skills = $skills; + } + public function getSkills() + { + return $this->skills; + } + public function setTagline($tagline) + { + $this->tagline = $tagline; + } + public function getTagline() + { + return $this->tagline; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_Plus_PersonUrls + */ + public function setUrls($urls) + { + $this->urls = $urls; + } + /** + * @return Google_Service_Plus_PersonUrls + */ + public function getUrls() + { + return $this->urls; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php new file mode 100644 index 000000000..a7f68d22c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php @@ -0,0 +1,39 @@ +max = $max; + } + public function getMax() + { + return $this->max; + } + public function setMin($min) + { + $this->min = $min; + } + public function getMin() + { + return $this->min; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCover.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCover.php new file mode 100644 index 000000000..5031bf44a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCover.php @@ -0,0 +1,62 @@ +coverInfo = $coverInfo; + } + /** + * @return Google_Service_Plus_PersonCoverCoverInfo + */ + public function getCoverInfo() + { + return $this->coverInfo; + } + /** + * @param Google_Service_Plus_PersonCoverCoverPhoto + */ + public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPhoto) + { + $this->coverPhoto = $coverPhoto; + } + /** + * @return Google_Service_Plus_PersonCoverCoverPhoto + */ + public function getCoverPhoto() + { + return $this->coverPhoto; + } + public function setLayout($layout) + { + $this->layout = $layout; + } + public function getLayout() + { + return $this->layout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php new file mode 100644 index 000000000..11071c391 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php @@ -0,0 +1,39 @@ +leftImageOffset = $leftImageOffset; + } + public function getLeftImageOffset() + { + return $this->leftImageOffset; + } + public function setTopImageOffset($topImageOffset) + { + $this->topImageOffset = $topImageOffset; + } + public function getTopImageOffset() + { + return $this->topImageOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverPhoto.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverPhoto.php new file mode 100644 index 000000000..b0df6d032 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverPhoto.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonEmails.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonEmails.php new file mode 100644 index 000000000..815993e5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonEmails.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonImage.php new file mode 100644 index 000000000..2beabfccb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonImage.php @@ -0,0 +1,39 @@ +isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonName.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonName.php new file mode 100644 index 000000000..1a517efee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonName.php @@ -0,0 +1,75 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setFormatted($formatted) + { + $this->formatted = $formatted; + } + public function getFormatted() + { + return $this->formatted; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setHonorificPrefix($honorificPrefix) + { + $this->honorificPrefix = $honorificPrefix; + } + public function getHonorificPrefix() + { + return $this->honorificPrefix; + } + public function setHonorificSuffix($honorificSuffix) + { + $this->honorificSuffix = $honorificSuffix; + } + public function getHonorificSuffix() + { + return $this->honorificSuffix; + } + public function setMiddleName($middleName) + { + $this->middleName = $middleName; + } + public function getMiddleName() + { + return $this->middleName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonOrganizations.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonOrganizations.php new file mode 100644 index 000000000..7091b2685 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonOrganizations.php @@ -0,0 +1,102 @@ +department = $department; + } + public function getDepartment() + { + return $this->department; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonPlacesLived.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonPlacesLived.php new file mode 100644 index 000000000..00ea4203e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonPlacesLived.php @@ -0,0 +1,39 @@ +primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonUrls.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonUrls.php new file mode 100644 index 000000000..b68caf19a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonUrls.php @@ -0,0 +1,48 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Place.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Place.php new file mode 100644 index 000000000..f8d885c16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Place.php @@ -0,0 +1,80 @@ +address = $address; + } + /** + * @return Google_Service_Plus_PlaceAddress + */ + public function getAddress() + { + return $this->address; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + 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_Plus_PlacePosition + */ + public function setPosition(Google_Service_Plus_PlacePosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Plus_PlacePosition + */ + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.php new file mode 100644 index 000000000..7c63d5b7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.php @@ -0,0 +1,30 @@ +formatted = $formatted; + } + public function getFormatted() + { + return $this->formatted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PlacePosition.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PlacePosition.php new file mode 100644 index 000000000..223cda748 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PlacePosition.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PlusAclentryResource.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PlusAclentryResource.php new file mode 100644 index 000000000..4b9d388d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PlusAclentryResource.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Activities.php new file mode 100644 index 000000000..2e0dcd0e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Activities.php @@ -0,0 +1,90 @@ + + * $plusService = new Google_Service_Plus(...); + * $activities = $plusService->activities; + * + */ +class Google_Service_Plus_Resource_Activities extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (activities.get) + * + * @param string $activityId The ID of the activity to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Plus_Activity + */ + public function get($activityId, $optParams = array()) + { + $params = array('activityId' => $activityId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Plus_Activity"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (activities.listActivities) + * + * @param string $userId The ID of the user to get activities for. The special + * value "me" can be used to indicate the authenticated user. + * @param string $collection The collection of activities to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of activities to include in + * the response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_Plus_ActivityFeed + */ + public function listActivities($userId, $collection, $optParams = array()) + { + $params = array('userId' => $userId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Plus_ActivityFeed"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (activities.search) + * + * @param string $query Full-text search query string. + * @param array $optParams Optional parameters. + * + * @opt_param string language Specify the preferred language to search with. See + * search language codes for available values. + * @opt_param string maxResults The maximum number of activities to include in + * the response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string orderBy Specifies how to order search results. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. This + * token can be of any length. + * @return Google_Service_Plus_ActivityFeed + */ + public function search($query, $optParams = array()) + { + $params = array('query' => $query); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_Plus_ActivityFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.php new file mode 100644 index 000000000..7b8b9b15a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.php @@ -0,0 +1,64 @@ + + * $plusService = new Google_Service_Plus(...); + * $comments = $plusService->comments; + * + */ +class Google_Service_Plus_Resource_Comments extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (comments.get) + * + * @param string $commentId The ID of the comment to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Plus_Comment + */ + public function get($commentId, $optParams = array()) + { + $params = array('commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Plus_Comment"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (comments.listComments) + * + * @param string $activityId The ID of the activity to get comments for. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of comments to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @opt_param string sortOrder The order in which to sort the list of comments. + * @return Google_Service_Plus_CommentFeed + */ + public function listComments($activityId, $optParams = array()) + { + $params = array('activityId' => $activityId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Plus_CommentFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/People.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/People.php new file mode 100644 index 000000000..f43c01847 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Resource/People.php @@ -0,0 +1,115 @@ + + * $plusService = new Google_Service_Plus(...); + * $people = $plusService->people; + * + */ +class Google_Service_Plus_Resource_People extends Google_Service_Resource +{ + /** + * Get a person's profile. If your app uses scope + * https://www.googleapis.com/auth/plus.login, this method is guaranteed to + * return ageRange and language. (people.get) + * + * @param string $userId The ID of the person to get the profile for. The + * special value "me" can be used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_Plus_Person + */ + public function get($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Plus_Person"); + } + /** + * List all of the people in the specified collection. (people.listPeople) + * + * @param string $userId Get the collection of people for the person identified. + * Use "me" to indicate the authenticated user. + * @param string $collection The collection of people to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of people to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string orderBy The order to return people in. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_Plus_PeopleFeed + */ + public function listPeople($userId, $collection, $optParams = array()) + { + $params = array('userId' => $userId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Plus_PeopleFeed"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (people.listByActivity) + * + * @param string $activityId The ID of the activity to get the list of people + * for. + * @param string $collection The collection of people to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of people to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_Plus_PeopleFeed + */ + public function listByActivity($activityId, $collection, $optParams = array()) + { + $params = array('activityId' => $activityId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('listByActivity', array($params), "Google_Service_Plus_PeopleFeed"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (people.search) + * + * @param string $query Specify a query string for full text search of public + * text in all profiles. + * @param array $optParams Optional parameters. + * + * @opt_param string language Specify the preferred language to search with. See + * search language codes for available values. + * @opt_param string maxResults The maximum number of people to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. This + * token can be of any length. + * @return Google_Service_Plus_PeopleFeed + */ + public function search($query, $optParams = array()) + { + $params = array('query' => $query); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_Plus_PeopleFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains.php new file mode 100644 index 000000000..274632cb4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains.php @@ -0,0 +1,317 @@ + + * Builds on top of the Google+ platform for Google Apps Domains. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PlusDomains extends Google_Service +{ + /** View your circles and the people and pages in them. */ + const PLUS_CIRCLES_READ = + "https://www.googleapis.com/auth/plus.circles.read"; + /** View your basic profile info, including your age range and language. */ + const PLUS_LOGIN = + "https://www.googleapis.com/auth/plus.login"; + /** Associate you with your personal info on Google. */ + const PLUS_ME = + "https://www.googleapis.com/auth/plus.me"; + /** Send your photos and videos to Google+. */ + const PLUS_MEDIA_UPLOAD = + "https://www.googleapis.com/auth/plus.media.upload"; + /** View your own Google+ profile and profiles visible to you. */ + const PLUS_PROFILES_READ = + "https://www.googleapis.com/auth/plus.profiles.read"; + /** View your Google+ posts, comments, and stream. */ + const PLUS_STREAM_READ = + "https://www.googleapis.com/auth/plus.stream.read"; + /** View your 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. */ + const USERINFO_PROFILE = + "https://www.googleapis.com/auth/userinfo.profile"; + + public $activities; + public $audiences; + public $circles; + public $comments; + public $media; + public $people; + + /** + * Constructs the internal representation of the PlusDomains 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 = 'plusDomains/v1/'; + $this->batchPath = 'batch/plusDomains/v1'; + $this->version = 'v1'; + $this->serviceName = 'plusDomains'; + + $this->activities = new Google_Service_PlusDomains_Resource_Activities( + $this, + $this->serviceName, + 'activities', + array( + 'methods' => array( + 'get' => array( + 'path' => 'activities/{activityId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'activityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'people/{userId}/activities/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->audiences = new Google_Service_PlusDomains_Resource_Audiences( + $this, + $this->serviceName, + 'audiences', + array( + 'methods' => array( + 'list' => array( + 'path' => 'people/{userId}/audiences', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->circles = new Google_Service_PlusDomains_Resource_Circles( + $this, + $this->serviceName, + 'circles', + array( + 'methods' => array( + 'list' => array( + 'path' => 'people/{userId}/circles', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->comments = new Google_Service_PlusDomains_Resource_Comments( + $this, + $this->serviceName, + 'comments', + array( + 'methods' => array( + 'get' => array( + 'path' => 'comments/{commentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'commentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'activities/{activityId}/comments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'activityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->media = new Google_Service_PlusDomains_Resource_Media( + $this, + $this->serviceName, + 'media', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'people/{userId}/media/{collection}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->people = new Google_Service_PlusDomains_Resource_People( + $this, + $this->serviceName, + 'people', + array( + 'methods' => array( + 'get' => array( + 'path' => 'people/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'people/{userId}/people/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listByActivity' => array( + 'path' => 'activities/{activityId}/people/{collection}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'activityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collection' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Acl.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Acl.php new file mode 100644 index 000000000..4d2cd889d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Acl.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDomainRestricted($domainRestricted) + { + $this->domainRestricted = $domainRestricted; + } + public function getDomainRestricted() + { + return $this->domainRestricted; + } + /** + * @param Google_Service_PlusDomains_PlusDomainsAclentryResource + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_PlusDomains_PlusDomainsAclentryResource + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php new file mode 100644 index 000000000..b463c7859 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php @@ -0,0 +1,236 @@ +access = $access; + } + /** + * @return Google_Service_PlusDomains_Acl + */ + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PlusDomains_ActivityActor + */ + public function setActor(Google_Service_PlusDomains_ActivityActor $actor) + { + $this->actor = $actor; + } + /** + * @return Google_Service_PlusDomains_ActivityActor + */ + public function getActor() + { + return $this->actor; + } + public function setAddress($address) + { + $this->address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setAnnotation($annotation) + { + $this->annotation = $annotation; + } + public function getAnnotation() + { + return $this->annotation; + } + public function setCrosspostSource($crosspostSource) + { + $this->crosspostSource = $crosspostSource; + } + public function getCrosspostSource() + { + return $this->crosspostSource; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setGeocode($geocode) + { + $this->geocode = $geocode; + } + public function getGeocode() + { + return $this->geocode; + } + 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_PlusDomains_Place + */ + public function setLocation(Google_Service_PlusDomains_Place $location) + { + $this->location = $location; + } + /** + * @return Google_Service_PlusDomains_Place + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_PlusDomains_ActivityObject + */ + public function setObject(Google_Service_PlusDomains_ActivityObject $object) + { + $this->object = $object; + } + /** + * @return Google_Service_PlusDomains_ActivityObject + */ + public function getObject() + { + return $this->object; + } + public function setPlaceId($placeId) + { + $this->placeId = $placeId; + } + public function getPlaceId() + { + return $this->placeId; + } + public function setPlaceName($placeName) + { + $this->placeName = $placeName; + } + public function getPlaceName() + { + return $this->placeName; + } + /** + * @param Google_Service_PlusDomains_ActivityProvider + */ + public function setProvider(Google_Service_PlusDomains_ActivityProvider $provider) + { + $this->provider = $provider; + } + /** + * @return Google_Service_PlusDomains_ActivityProvider + */ + public function getProvider() + { + return $this->provider; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setRadius($radius) + { + $this->radius = $radius; + } + public function getRadius() + { + return $this->radius; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setVerb($verb) + { + $this->verb = $verb; + } + public function getVerb() + { + return $this->verb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php new file mode 100644 index 000000000..8b5c087b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php @@ -0,0 +1,112 @@ +clientSpecificActorInfo = $clientSpecificActorInfo; + } + /** + * @return Google_Service_PlusDomains_ActivityActorClientSpecificActorInfo + */ + public function getClientSpecificActorInfo() + { + return $this->clientSpecificActorInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_ActivityActorImage + */ + public function setImage(Google_Service_PlusDomains_ActivityActorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_ActivityActorImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_PlusDomains_ActivityActorName + */ + public function setName(Google_Service_PlusDomains_ActivityActorName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_PlusDomains_ActivityActorName + */ + public function getName() + { + return $this->name; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_PlusDomains_ActivityActorVerification + */ + public function setVerification(Google_Service_PlusDomains_ActivityActorVerification $verification) + { + $this->verification = $verification; + } + /** + * @return Google_Service_PlusDomains_ActivityActorVerification + */ + public function getVerification() + { + return $this->verification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.php new file mode 100644 index 000000000..0369567e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.php @@ -0,0 +1,37 @@ +youtubeActorInfo = $youtubeActorInfo; + } + /** + * @return Google_Service_PlusDomains_ActivityActorClientSpecificActorInfoYoutubeActorInfo + */ + public function getYoutubeActorInfo() + { + return $this->youtubeActorInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php new file mode 100644 index 000000000..b62c690c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php @@ -0,0 +1,30 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorImage.php new file mode 100644 index 000000000..3c2fb499f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorName.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorName.php new file mode 100644 index 000000000..a6b40bde1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorName.php @@ -0,0 +1,39 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorVerification.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorVerification.php new file mode 100644 index 000000000..76abb720f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorVerification.php @@ -0,0 +1,30 @@ +adHocVerified = $adHocVerified; + } + public function getAdHocVerified() + { + return $this->adHocVerified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityFeed.php new file mode 100644 index 000000000..21af04a72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityFeed.php @@ -0,0 +1,110 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_Activity + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_PlusDomains_Activity + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php new file mode 100644 index 000000000..b0a58a41d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php @@ -0,0 +1,163 @@ +actor = $actor; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectActor + */ + public function getActor() + { + return $this->actor; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachments + */ + public function setAttachments($attachments) + { + $this->attachments = $attachments; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachments + */ + public function getAttachments() + { + return $this->attachments; + } + public function setContent($content) + { + $this->content = $content; + } + public function getContent() + { + return $this->content; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOriginalContent($originalContent) + { + $this->originalContent = $originalContent; + } + public function getOriginalContent() + { + return $this->originalContent; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectPlusoners + */ + public function setPlusoners(Google_Service_PlusDomains_ActivityObjectPlusoners $plusoners) + { + $this->plusoners = $plusoners; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectPlusoners + */ + public function getPlusoners() + { + return $this->plusoners; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectReplies + */ + public function setReplies(Google_Service_PlusDomains_ActivityObjectReplies $replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectReplies + */ + public function getReplies() + { + return $this->replies; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectResharers + */ + public function setResharers(Google_Service_PlusDomains_ActivityObjectResharers $resharers) + { + $this->resharers = $resharers; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectResharers + */ + public function getResharers() + { + return $this->resharers; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectStatusForViewer + */ + public function setStatusForViewer(Google_Service_PlusDomains_ActivityObjectStatusForViewer $statusForViewer) + { + $this->statusForViewer = $statusForViewer; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectStatusForViewer + */ + public function getStatusForViewer() + { + return $this->statusForViewer; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php new file mode 100644 index 000000000..ed853effc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php @@ -0,0 +1,96 @@ +clientSpecificActorInfo = $clientSpecificActorInfo; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfo + */ + public function getClientSpecificActorInfo() + { + return $this->clientSpecificActorInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectActorImage + */ + public function setImage(Google_Service_PlusDomains_ActivityObjectActorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectActorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectActorVerification + */ + public function setVerification(Google_Service_PlusDomains_ActivityObjectActorVerification $verification) + { + $this->verification = $verification; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectActorVerification + */ + public function getVerification() + { + return $this->verification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.php new file mode 100644 index 000000000..e05441bfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.php @@ -0,0 +1,37 @@ +youtubeActorInfo = $youtubeActorInfo; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo + */ + public function getYoutubeActorInfo() + { + return $this->youtubeActorInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php new file mode 100644 index 000000000..ff87697e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php @@ -0,0 +1,30 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorImage.php new file mode 100644 index 000000000..42c88528f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorVerification.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorVerification.php new file mode 100644 index 000000000..c9d55ddaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorVerification.php @@ -0,0 +1,30 @@ +adHocVerified = $adHocVerified; + } + public function getAdHocVerified() + { + return $this->adHocVerified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachments.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachments.php new file mode 100644 index 000000000..23ac5556d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachments.php @@ -0,0 +1,147 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed + */ + public function setEmbed(Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed $embed) + { + $this->embed = $embed; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed + */ + public function getEmbed() + { + return $this->embed; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage + */ + public function setFullImage(Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage $fullImage) + { + $this->fullImage = $fullImage; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage + */ + public function getFullImage() + { + return $this->fullImage; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachmentsImage + */ + public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachmentsImage + */ + public function getImage() + { + return $this->image; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails + */ + public function setPreviewThumbnails($previewThumbnails) + { + $this->previewThumbnails = $previewThumbnails; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails + */ + public function getPreviewThumbnails() + { + return $this->previewThumbnails; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails + */ + public function setThumbnails($thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php new file mode 100644 index 000000000..d61c75a4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsFullImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsFullImage.php new file mode 100644 index 000000000..89780eb89 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsFullImage.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsImage.php new file mode 100644 index 000000000..483917dfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsImage.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsPreviewThumbnails.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsPreviewThumbnails.php new file mode 100644 index 000000000..1b5782ef1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsPreviewThumbnails.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnails.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnails.php new file mode 100644 index 000000000..dafb4c209 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnails.php @@ -0,0 +1,55 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage + */ + public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php new file mode 100644 index 000000000..b7dbfa22a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectPlusoners.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectPlusoners.php new file mode 100644 index 000000000..fe34576bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectPlusoners.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectReplies.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectReplies.php new file mode 100644 index 000000000..ca6c6c4c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectReplies.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectResharers.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectResharers.php new file mode 100644 index 000000000..1f7012370 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectResharers.php @@ -0,0 +1,39 @@ +selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectStatusForViewer.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectStatusForViewer.php new file mode 100644 index 000000000..09321b443 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectStatusForViewer.php @@ -0,0 +1,66 @@ +canComment = $canComment; + } + public function getCanComment() + { + return $this->canComment; + } + public function setCanPlusone($canPlusone) + { + $this->canPlusone = $canPlusone; + } + public function getCanPlusone() + { + return $this->canPlusone; + } + public function setCanUpdate($canUpdate) + { + $this->canUpdate = $canUpdate; + } + public function getCanUpdate() + { + return $this->canUpdate; + } + public function setIsPlusOned($isPlusOned) + { + $this->isPlusOned = $isPlusOned; + } + public function getIsPlusOned() + { + return $this->isPlusOned; + } + public function setResharingDisabled($resharingDisabled) + { + $this->resharingDisabled = $resharingDisabled; + } + public function getResharingDisabled() + { + return $this->resharingDisabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityProvider.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityProvider.php new file mode 100644 index 000000000..c0dd5c83b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityProvider.php @@ -0,0 +1,30 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Audience.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Audience.php new file mode 100644 index 000000000..2ac5f287b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Audience.php @@ -0,0 +1,73 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_PlusDomains_PlusDomainsAclentryResource + */ + public function setItem(Google_Service_PlusDomains_PlusDomainsAclentryResource $item) + { + $this->item = $item; + } + /** + * @return Google_Service_PlusDomains_PlusDomainsAclentryResource + */ + public function getItem() + { + return $this->item; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMemberCount($memberCount) + { + $this->memberCount = $memberCount; + } + public function getMemberCount() + { + return $this->memberCount; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php new file mode 100644 index 000000000..a7b1c9caa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_PlusDomains_Audience + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_PlusDomains_Audience + */ + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php new file mode 100644 index 000000000..8b3a83c49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php @@ -0,0 +1,91 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + 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 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_PlusDomains_CirclePeople + */ + public function setPeople(Google_Service_PlusDomains_CirclePeople $people) + { + $this->people = $people; + } + /** + * @return Google_Service_PlusDomains_CirclePeople + */ + public function getPeople() + { + return $this->people; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php new file mode 100644 index 000000000..404a0877e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php @@ -0,0 +1,101 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_PlusDomains_Circle + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_PlusDomains_Circle + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php new file mode 100644 index 000000000..1cd14ece9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php @@ -0,0 +1,30 @@ +totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Comment.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Comment.php new file mode 100644 index 000000000..0a4b0f4f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Comment.php @@ -0,0 +1,149 @@ +actor = $actor; + } + /** + * @return Google_Service_PlusDomains_CommentActor + */ + public function getActor() + { + return $this->actor; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_CommentInReplyTo + */ + public function setInReplyTo($inReplyTo) + { + $this->inReplyTo = $inReplyTo; + } + /** + * @return Google_Service_PlusDomains_CommentInReplyTo + */ + public function getInReplyTo() + { + return $this->inReplyTo; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_PlusDomains_CommentObject + */ + public function setObject(Google_Service_PlusDomains_CommentObject $object) + { + $this->object = $object; + } + /** + * @return Google_Service_PlusDomains_CommentObject + */ + public function getObject() + { + return $this->object; + } + /** + * @param Google_Service_PlusDomains_CommentPlusoners + */ + public function setPlusoners(Google_Service_PlusDomains_CommentPlusoners $plusoners) + { + $this->plusoners = $plusoners; + } + /** + * @return Google_Service_PlusDomains_CommentPlusoners + */ + public function getPlusoners() + { + return $this->plusoners; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setVerb($verb) + { + $this->verb = $verb; + } + public function getVerb() + { + return $this->verb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php new file mode 100644 index 000000000..48e565c6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php @@ -0,0 +1,96 @@ +clientSpecificActorInfo = $clientSpecificActorInfo; + } + /** + * @return Google_Service_PlusDomains_CommentActorClientSpecificActorInfo + */ + public function getClientSpecificActorInfo() + { + return $this->clientSpecificActorInfo; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_CommentActorImage + */ + public function setImage(Google_Service_PlusDomains_CommentActorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_CommentActorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_PlusDomains_CommentActorVerification + */ + public function setVerification(Google_Service_PlusDomains_CommentActorVerification $verification) + { + $this->verification = $verification; + } + /** + * @return Google_Service_PlusDomains_CommentActorVerification + */ + public function getVerification() + { + return $this->verification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.php new file mode 100644 index 000000000..c99d76230 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.php @@ -0,0 +1,37 @@ +youtubeActorInfo = $youtubeActorInfo; + } + /** + * @return Google_Service_PlusDomains_CommentActorClientSpecificActorInfoYoutubeActorInfo + */ + public function getYoutubeActorInfo() + { + return $this->youtubeActorInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.php new file mode 100644 index 000000000..63f73097a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.php @@ -0,0 +1,30 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorImage.php new file mode 100644 index 000000000..4e0124086 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorVerification.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorVerification.php new file mode 100644 index 000000000..fb217abe6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorVerification.php @@ -0,0 +1,30 @@ +adHocVerified = $adHocVerified; + } + public function getAdHocVerified() + { + return $this->adHocVerified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentFeed.php new file mode 100644 index 000000000..54d217842 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentFeed.php @@ -0,0 +1,101 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_Comment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_PlusDomains_Comment + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextLink($nextLink) + { + $this->nextLink = $nextLink; + } + public function getNextLink() + { + return $this->nextLink; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php new file mode 100644 index 000000000..337069897 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentObject.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentObject.php new file mode 100644 index 000000000..9a0531f36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentObject.php @@ -0,0 +1,48 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOriginalContent($originalContent) + { + $this->originalContent = $originalContent; + } + public function getOriginalContent() + { + return $this->originalContent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentPlusoners.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentPlusoners.php new file mode 100644 index 000000000..cea4cea0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentPlusoners.php @@ -0,0 +1,30 @@ +totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Media.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Media.php new file mode 100644 index 000000000..becc6767f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Media.php @@ -0,0 +1,205 @@ +author = $author; + } + /** + * @return Google_Service_PlusDomains_MediaAuthor + */ + public function getAuthor() + { + return $this->author; + } + 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; + } + /** + * @param Google_Service_PlusDomains_MediaExif + */ + public function setExif(Google_Service_PlusDomains_MediaExif $exif) + { + $this->exif = $exif; + } + /** + * @return Google_Service_PlusDomains_MediaExif + */ + public function getExif() + { + return $this->exif; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + 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 setMediaCreatedTime($mediaCreatedTime) + { + $this->mediaCreatedTime = $mediaCreatedTime; + } + public function getMediaCreatedTime() + { + return $this->mediaCreatedTime; + } + public function setMediaUrl($mediaUrl) + { + $this->mediaUrl = $mediaUrl; + } + public function getMediaUrl() + { + return $this->mediaUrl; + } + public function setPublished($published) + { + $this->published = $published; + } + public function getPublished() + { + return $this->published; + } + public function setSizeBytes($sizeBytes) + { + $this->sizeBytes = $sizeBytes; + } + public function getSizeBytes() + { + return $this->sizeBytes; + } + /** + * @param Google_Service_PlusDomains_Videostream + */ + public function setStreams($streams) + { + $this->streams = $streams; + } + /** + * @return Google_Service_PlusDomains_Videostream + */ + public function getStreams() + { + return $this->streams; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setVideoDuration($videoDuration) + { + $this->videoDuration = $videoDuration; + } + public function getVideoDuration() + { + return $this->videoDuration; + } + public function setVideoStatus($videoStatus) + { + $this->videoStatus = $videoStatus; + } + public function getVideoStatus() + { + return $this->videoStatus; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php new file mode 100644 index 000000000..a0647e455 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php @@ -0,0 +1,64 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_MediaAuthorImage + */ + public function setImage(Google_Service_PlusDomains_MediaAuthorImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_MediaAuthorImage + */ + public function getImage() + { + return $this->image; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php new file mode 100644 index 000000000..93cd3c584 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaExif.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaExif.php new file mode 100644 index 000000000..eb8183b37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaExif.php @@ -0,0 +1,30 @@ +time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PeopleFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PeopleFeed.php new file mode 100644 index 000000000..4dc1a5b45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PeopleFeed.php @@ -0,0 +1,92 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_PlusDomains_Person + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_PlusDomains_Person + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php new file mode 100644 index 000000000..559f265e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php @@ -0,0 +1,323 @@ +aboutMe = $aboutMe; + } + public function getAboutMe() + { + return $this->aboutMe; + } + public function setBirthday($birthday) + { + $this->birthday = $birthday; + } + public function getBirthday() + { + return $this->birthday; + } + public function setBraggingRights($braggingRights) + { + $this->braggingRights = $braggingRights; + } + public function getBraggingRights() + { + return $this->braggingRights; + } + public function setCircledByCount($circledByCount) + { + $this->circledByCount = $circledByCount; + } + public function getCircledByCount() + { + return $this->circledByCount; + } + /** + * @param Google_Service_PlusDomains_PersonCover + */ + public function setCover(Google_Service_PlusDomains_PersonCover $cover) + { + $this->cover = $cover; + } + /** + * @return Google_Service_PlusDomains_PersonCover + */ + public function getCover() + { + return $this->cover; + } + public function setCurrentLocation($currentLocation) + { + $this->currentLocation = $currentLocation; + } + public function getCurrentLocation() + { + return $this->currentLocation; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + /** + * @param Google_Service_PlusDomains_PersonEmails + */ + public function setEmails($emails) + { + $this->emails = $emails; + } + /** + * @return Google_Service_PlusDomains_PersonEmails + */ + public function getEmails() + { + return $this->emails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_PlusDomains_PersonImage + */ + public function setImage(Google_Service_PlusDomains_PersonImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_PlusDomains_PersonImage + */ + public function getImage() + { + return $this->image; + } + public function setIsPlusUser($isPlusUser) + { + $this->isPlusUser = $isPlusUser; + } + public function getIsPlusUser() + { + return $this->isPlusUser; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_PlusDomains_PersonName + */ + public function setName(Google_Service_PlusDomains_PersonName $name) + { + $this->name = $name; + } + /** + * @return Google_Service_PlusDomains_PersonName + */ + public function getName() + { + return $this->name; + } + public function setNickname($nickname) + { + $this->nickname = $nickname; + } + public function getNickname() + { + return $this->nickname; + } + public function setObjectType($objectType) + { + $this->objectType = $objectType; + } + public function getObjectType() + { + return $this->objectType; + } + public function setOccupation($occupation) + { + $this->occupation = $occupation; + } + public function getOccupation() + { + return $this->occupation; + } + /** + * @param Google_Service_PlusDomains_PersonOrganizations + */ + public function setOrganizations($organizations) + { + $this->organizations = $organizations; + } + /** + * @return Google_Service_PlusDomains_PersonOrganizations + */ + public function getOrganizations() + { + return $this->organizations; + } + /** + * @param Google_Service_PlusDomains_PersonPlacesLived + */ + public function setPlacesLived($placesLived) + { + $this->placesLived = $placesLived; + } + /** + * @return Google_Service_PlusDomains_PersonPlacesLived + */ + public function getPlacesLived() + { + return $this->placesLived; + } + public function setPlusOneCount($plusOneCount) + { + $this->plusOneCount = $plusOneCount; + } + public function getPlusOneCount() + { + return $this->plusOneCount; + } + public function setRelationshipStatus($relationshipStatus) + { + $this->relationshipStatus = $relationshipStatus; + } + public function getRelationshipStatus() + { + return $this->relationshipStatus; + } + public function setSkills($skills) + { + $this->skills = $skills; + } + public function getSkills() + { + return $this->skills; + } + public function setTagline($tagline) + { + $this->tagline = $tagline; + } + public function getTagline() + { + return $this->tagline; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_PlusDomains_PersonUrls + */ + public function setUrls($urls) + { + $this->urls = $urls; + } + /** + * @return Google_Service_PlusDomains_PersonUrls + */ + public function getUrls() + { + return $this->urls; + } + public function setVerified($verified) + { + $this->verified = $verified; + } + public function getVerified() + { + return $this->verified; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php new file mode 100644 index 000000000..b8af2d69b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php @@ -0,0 +1,62 @@ +coverInfo = $coverInfo; + } + /** + * @return Google_Service_PlusDomains_PersonCoverCoverInfo + */ + public function getCoverInfo() + { + return $this->coverInfo; + } + /** + * @param Google_Service_PlusDomains_PersonCoverCoverPhoto + */ + public function setCoverPhoto(Google_Service_PlusDomains_PersonCoverCoverPhoto $coverPhoto) + { + $this->coverPhoto = $coverPhoto; + } + /** + * @return Google_Service_PlusDomains_PersonCoverCoverPhoto + */ + public function getCoverPhoto() + { + return $this->coverPhoto; + } + public function setLayout($layout) + { + $this->layout = $layout; + } + public function getLayout() + { + return $this->layout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php new file mode 100644 index 000000000..669b7462a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php @@ -0,0 +1,39 @@ +leftImageOffset = $leftImageOffset; + } + public function getLeftImageOffset() + { + return $this->leftImageOffset; + } + public function setTopImageOffset($topImageOffset) + { + $this->topImageOffset = $topImageOffset; + } + public function getTopImageOffset() + { + return $this->topImageOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverPhoto.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverPhoto.php new file mode 100644 index 000000000..fd5623ace --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverPhoto.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonEmails.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonEmails.php new file mode 100644 index 000000000..92d41269c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonEmails.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonImage.php new file mode 100644 index 000000000..7bad6ac1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonImage.php @@ -0,0 +1,39 @@ +isDefault = $isDefault; + } + public function getIsDefault() + { + return $this->isDefault; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonName.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonName.php new file mode 100644 index 000000000..fd7e4d3be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonName.php @@ -0,0 +1,75 @@ +familyName = $familyName; + } + public function getFamilyName() + { + return $this->familyName; + } + public function setFormatted($formatted) + { + $this->formatted = $formatted; + } + public function getFormatted() + { + return $this->formatted; + } + public function setGivenName($givenName) + { + $this->givenName = $givenName; + } + public function getGivenName() + { + return $this->givenName; + } + public function setHonorificPrefix($honorificPrefix) + { + $this->honorificPrefix = $honorificPrefix; + } + public function getHonorificPrefix() + { + return $this->honorificPrefix; + } + public function setHonorificSuffix($honorificSuffix) + { + $this->honorificSuffix = $honorificSuffix; + } + public function getHonorificSuffix() + { + return $this->honorificSuffix; + } + public function setMiddleName($middleName) + { + $this->middleName = $middleName; + } + public function getMiddleName() + { + return $this->middleName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonOrganizations.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonOrganizations.php new file mode 100644 index 000000000..fb14ef5fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonOrganizations.php @@ -0,0 +1,102 @@ +department = $department; + } + public function getDepartment() + { + return $this->department; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPrimary($primary) + { + $this->primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonPlacesLived.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonPlacesLived.php new file mode 100644 index 000000000..19467afc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonPlacesLived.php @@ -0,0 +1,39 @@ +primary = $primary; + } + public function getPrimary() + { + return $this->primary; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonUrls.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonUrls.php new file mode 100644 index 000000000..9dfe63275 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonUrls.php @@ -0,0 +1,48 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Place.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Place.php new file mode 100644 index 000000000..35caeec6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Place.php @@ -0,0 +1,80 @@ +address = $address; + } + /** + * @return Google_Service_PlusDomains_PlaceAddress + */ + public function getAddress() + { + return $this->address; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + 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_PlusDomains_PlacePosition + */ + public function setPosition(Google_Service_PlusDomains_PlacePosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_PlusDomains_PlacePosition + */ + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.php new file mode 100644 index 000000000..b6c051bff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.php @@ -0,0 +1,30 @@ +formatted = $formatted; + } + public function getFormatted() + { + return $this->formatted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlacePosition.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlacePosition.php new file mode 100644 index 000000000..a21f75204 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlacePosition.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlusDomainsAclentryResource.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlusDomainsAclentryResource.php new file mode 100644 index 000000000..4433e400a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlusDomainsAclentryResource.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Activities.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Activities.php new file mode 100644 index 000000000..eb5bed6c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Activities.php @@ -0,0 +1,65 @@ + + * $plusDomainsService = new Google_Service_PlusDomains(...); + * $activities = $plusDomainsService->activities; + * + */ +class Google_Service_PlusDomains_Resource_Activities extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (activities.get) + * + * @param string $activityId The ID of the activity to get. + * @param array $optParams Optional parameters. + * @return Google_Service_PlusDomains_Activity + */ + public function get($activityId, $optParams = array()) + { + $params = array('activityId' => $activityId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PlusDomains_Activity"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (activities.listActivities) + * + * @param string $userId The ID of the user to get activities for. The special + * value "me" can be used to indicate the authenticated user. + * @param string $collection The collection of activities to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of activities to include in + * the response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_PlusDomains_ActivityFeed + */ + public function listActivities($userId, $collection, $optParams = array()) + { + $params = array('userId' => $userId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlusDomains_ActivityFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Audiences.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Audiences.php new file mode 100644 index 000000000..da9828708 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Audiences.php @@ -0,0 +1,50 @@ + + * $plusDomainsService = new Google_Service_PlusDomains(...); + * $audiences = $plusDomainsService->audiences; + * + */ +class Google_Service_PlusDomains_Resource_Audiences extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (audiences.listAudiences) + * + * @param string $userId The ID of the user to get audiences for. The special + * value "me" can be used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of circles to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_PlusDomains_AudiencesFeed + */ + public function listAudiences($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlusDomains_AudiencesFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Circles.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Circles.php new file mode 100644 index 000000000..541f15de1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Circles.php @@ -0,0 +1,50 @@ + + * $plusDomainsService = new Google_Service_PlusDomains(...); + * $circles = $plusDomainsService->circles; + * + */ +class Google_Service_PlusDomains_Resource_Circles extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (circles.listCircles) + * + * @param string $userId The ID of the user to get circles for. The special + * value "me" can be used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of circles to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_PlusDomains_CircleFeed + */ + public function listCircles($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlusDomains_CircleFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Comments.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Comments.php new file mode 100644 index 000000000..9d3aea005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Comments.php @@ -0,0 +1,64 @@ + + * $plusDomainsService = new Google_Service_PlusDomains(...); + * $comments = $plusDomainsService->comments; + * + */ +class Google_Service_PlusDomains_Resource_Comments extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (comments.get) + * + * @param string $commentId The ID of the comment to get. + * @param array $optParams Optional parameters. + * @return Google_Service_PlusDomains_Comment + */ + public function get($commentId, $optParams = array()) + { + $params = array('commentId' => $commentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PlusDomains_Comment"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (comments.listComments) + * + * @param string $activityId The ID of the activity to get comments for. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of comments to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @opt_param string sortOrder The order in which to sort the list of comments. + * @return Google_Service_PlusDomains_CommentFeed + */ + public function listComments($activityId, $optParams = array()) + { + $params = array('activityId' => $activityId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlusDomains_CommentFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Media.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Media.php new file mode 100644 index 000000000..1ac0ab5cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/Media.php @@ -0,0 +1,44 @@ + + * $plusDomainsService = new Google_Service_PlusDomains(...); + * $media = $plusDomainsService->media; + * + */ +class Google_Service_PlusDomains_Resource_Media extends Google_Service_Resource +{ + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (media.insert) + * + * @param string $userId The ID of the user to create the activity on behalf of. + * @param string $collection + * @param Google_Service_PlusDomains_Media $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PlusDomains_Media + */ + public function insert($userId, $collection, Google_Service_PlusDomains_Media $postBody, $optParams = array()) + { + $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_PlusDomains_Media"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/People.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/People.php new file mode 100644 index 000000000..34fe573fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Resource/People.php @@ -0,0 +1,88 @@ + + * $plusDomainsService = new Google_Service_PlusDomains(...); + * $people = $plusDomainsService->people; + * + */ +class Google_Service_PlusDomains_Resource_People extends Google_Service_Resource +{ + /** + * Get a person's profile. (people.get) + * + * @param string $userId The ID of the person to get the profile for. The + * special value "me" can be used to indicate the authenticated user. + * @param array $optParams Optional parameters. + * @return Google_Service_PlusDomains_Person + */ + public function get($userId, $optParams = array()) + { + $params = array('userId' => $userId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PlusDomains_Person"); + } + /** + * List all of the people in the specified collection. (people.listPeople) + * + * @param string $userId Get the collection of people for the person identified. + * Use "me" to indicate the authenticated user. + * @param string $collection The collection of people to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of people to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string orderBy The order to return people in. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_PlusDomains_PeopleFeed + */ + public function listPeople($userId, $collection, $optParams = array()) + { + $params = array('userId' => $userId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PlusDomains_PeopleFeed"); + } + /** + * Shut down. See https://developers.google.com/+/api-shutdown for more details. + * (people.listByActivity) + * + * @param string $activityId The ID of the activity to get the list of people + * for. + * @param string $collection The collection of people to list. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of people to include in the + * response, which is used for paging. For any response, the actual number + * returned might be less than the specified maxResults. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of "nextPageToken" from the previous response. + * @return Google_Service_PlusDomains_PeopleFeed + */ + public function listByActivity($activityId, $collection, $optParams = array()) + { + $params = array('activityId' => $activityId, 'collection' => $collection); + $params = array_merge($params, $optParams); + return $this->call('listByActivity', array($params), "Google_Service_PlusDomains_PeopleFeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Videostream.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Videostream.php new file mode 100644 index 000000000..47b237ac5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Videostream.php @@ -0,0 +1,57 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php new file mode 100644 index 000000000..e19dab5ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php @@ -0,0 +1,69 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PolicyTroubleshooter extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $iam; + + /** + * Constructs the internal representation of the PolicyTroubleshooter 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://policytroubleshooter.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta'; + $this->serviceName = 'policytroubleshooter'; + + $this->iam = new Google_Service_PolicyTroubleshooter_Resource_Iam( + $this, + $this->serviceName, + 'iam', + array( + 'methods' => array( + 'troubleshoot' => array( + 'path' => 'v1beta/iam:troubleshoot', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaAccessTuple.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaAccessTuple.php new file mode 100644 index 000000000..89c1c27bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaAccessTuple.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/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanation.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanation.php new file mode 100644 index 000000000..6c7d582d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanation.php @@ -0,0 +1,98 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleTypeExpr + */ + public function setCondition(Google_Service_PolicyTroubleshooter_GoogleTypeExpr $condition) + { + $this->condition = $condition; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership + */ + public function setMemberships($memberships) + { + $this->memberships = $memberships; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership + */ + 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/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.php new file mode 100644 index 000000000..7c9a3c5b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.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/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaExplainedPolicy.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaExplainedPolicy.php new file mode 100644 index 000000000..7f445bcfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaExplainedPolicy.php @@ -0,0 +1,81 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanation + */ + public function setBindingExplanations($bindingExplanations) + { + $this->bindingExplanations = $bindingExplanations; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanation + */ + public function getBindingExplanations() + { + return $this->bindingExplanations; + } + public function setFullResourceName($fullResourceName) + { + $this->fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleIamV1Policy + */ + public function setPolicy(Google_Service_PolicyTroubleshooter_GoogleIamV1Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.php new file mode 100644 index 000000000..18c22e13c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.php @@ -0,0 +1,37 @@ +accessTuple = $accessTuple; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaAccessTuple + */ + public function getAccessTuple() + { + return $this->accessTuple; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse.php new file mode 100644 index 000000000..e8febf079 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse.php @@ -0,0 +1,47 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaExplainedPolicy + */ + public function setExplainedPolicies($explainedPolicies) + { + $this->explainedPolicies = $explainedPolicies; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaExplainedPolicy + */ + public function getExplainedPolicies() + { + return $this->explainedPolicies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.php new file mode 100644 index 000000000..4bc42b833 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.php new file mode 100644 index 000000000..1ba037a75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.php new file mode 100644 index 000000000..360c42cf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.php new file mode 100644 index 000000000..cdf143b99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleIamV1Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.php new file mode 100644 index 000000000..ad9d88f74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.php new file mode 100644 index 000000000..b893c2627 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.php @@ -0,0 +1,43 @@ + + * $policytroubleshooterService = new Google_Service_PolicyTroubleshooter(...); + * $iam = $policytroubleshooterService->iam; + * + */ +class Google_Service_PolicyTroubleshooter_Resource_Iam extends Google_Service_Resource +{ + /** + * Perform a check on whether a member is granted a permission on a resource and + * how that grant/deny is determined accordinga to the resource's effective IAM + * policy interpretation. (iam.troubleshoot) + * + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse + */ + public function troubleshoot(Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('troubleshoot', array($params), "Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService.php b/vendor/google/apiclient-services/src/Google/Service/PolyService.php new file mode 100644 index 000000000..4c014cb30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService.php @@ -0,0 +1,189 @@ + + * The Poly API provides read access to assets hosted on poly.google.com to all, + * and upload access to poly.google.com for whitelisted accounts. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PolyService extends Google_Service +{ + + + public $assets; + public $users_assets; + public $users_likedassets; + + /** + * Constructs the internal representation of the PolyService 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://poly.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'poly'; + + $this->assets = new Google_Service_PolyService_Resource_Assets( + $this, + $this->serviceName, + 'assets', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/assets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxComplexity' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'keywords' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'curated' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'category' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_assets = new Google_Service_PolyService_Resource_UsersAssets( + $this, + $this->serviceName, + 'assets', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/assets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'visibility' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->users_likedassets = new Google_Service_PolyService_Resource_UsersLikedassets( + $this, + $this->serviceName, + 'likedassets', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/likedassets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Asset.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Asset.php new file mode 100644 index 000000000..1b677228d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Asset.php @@ -0,0 +1,176 @@ +authorName = $authorName; + } + public function getAuthorName() + { + return $this->authorName; + } + 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; + } + /** + * @param Google_Service_PolyService_Format + */ + public function setFormats($formats) + { + $this->formats = $formats; + } + /** + * @return Google_Service_PolyService_Format + */ + public function getFormats() + { + return $this->formats; + } + public function setIsCurated($isCurated) + { + $this->isCurated = $isCurated; + } + public function getIsCurated() + { + return $this->isCurated; + } + public function setLicense($license) + { + $this->license = $license; + } + public function getLicense() + { + return $this->license; + } + 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; + } + /** + * @param Google_Service_PolyService_PresentationParams + */ + public function setPresentationParams(Google_Service_PolyService_PresentationParams $presentationParams) + { + $this->presentationParams = $presentationParams; + } + /** + * @return Google_Service_PolyService_PresentationParams + */ + public function getPresentationParams() + { + return $this->presentationParams; + } + /** + * @param Google_Service_PolyService_RemixInfo + */ + public function setRemixInfo(Google_Service_PolyService_RemixInfo $remixInfo) + { + $this->remixInfo = $remixInfo; + } + /** + * @return Google_Service_PolyService_RemixInfo + */ + public function getRemixInfo() + { + return $this->remixInfo; + } + /** + * @param Google_Service_PolyService_PolyFile + */ + public function setThumbnail(Google_Service_PolyService_PolyFile $thumbnail) + { + $this->thumbnail = $thumbnail; + } + /** + * @return Google_Service_PolyService_PolyFile + */ + public function getThumbnail() + { + return $this->thumbnail; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/AssetImportMessage.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/AssetImportMessage.php new file mode 100644 index 000000000..7ab677bd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/AssetImportMessage.php @@ -0,0 +1,71 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setFilePath($filePath) + { + $this->filePath = $filePath; + } + public function getFilePath() + { + return $this->filePath; + } + /** + * @param Google_Service_PolyService_ImageError + */ + public function setImageError(Google_Service_PolyService_ImageError $imageError) + { + $this->imageError = $imageError; + } + /** + * @return Google_Service_PolyService_ImageError + */ + public function getImageError() + { + return $this->imageError; + } + /** + * @param Google_Service_PolyService_ObjParseError + */ + public function setObjParseError(Google_Service_PolyService_ObjParseError $objParseError) + { + $this->objParseError = $objParseError; + } + /** + * @return Google_Service_PolyService_ObjParseError + */ + public function getObjParseError() + { + return $this->objParseError; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Format.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Format.php new file mode 100644 index 000000000..23c45fb21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Format.php @@ -0,0 +1,79 @@ +formatComplexity = $formatComplexity; + } + /** + * @return Google_Service_PolyService_FormatComplexity + */ + public function getFormatComplexity() + { + return $this->formatComplexity; + } + public function setFormatType($formatType) + { + $this->formatType = $formatType; + } + public function getFormatType() + { + return $this->formatType; + } + /** + * @param Google_Service_PolyService_PolyFile + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_PolyService_PolyFile + */ + public function getResources() + { + return $this->resources; + } + /** + * @param Google_Service_PolyService_PolyFile + */ + public function setRoot(Google_Service_PolyService_PolyFile $root) + { + $this->root = $root; + } + /** + * @return Google_Service_PolyService_PolyFile + */ + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/FormatComplexity.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/FormatComplexity.php new file mode 100644 index 000000000..b65c87a03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/FormatComplexity.php @@ -0,0 +1,39 @@ +lodHint = $lodHint; + } + public function getLodHint() + { + return $this->lodHint; + } + public function setTriangleCount($triangleCount) + { + $this->triangleCount = $triangleCount; + } + public function getTriangleCount() + { + return $this->triangleCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/ImageError.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/ImageError.php new file mode 100644 index 000000000..ef5903faa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/ImageError.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setFilePath($filePath) + { + $this->filePath = $filePath; + } + public function getFilePath() + { + return $this->filePath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/ListAssetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/ListAssetsResponse.php new file mode 100644 index 000000000..3b8584459 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/ListAssetsResponse.php @@ -0,0 +1,56 @@ +assets = $assets; + } + /** + * @return Google_Service_PolyService_Asset + */ + public function getAssets() + { + return $this->assets; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/ListLikedAssetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/ListLikedAssetsResponse.php new file mode 100644 index 000000000..d572fd716 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/ListLikedAssetsResponse.php @@ -0,0 +1,56 @@ +assets = $assets; + } + /** + * @return Google_Service_PolyService_Asset + */ + public function getAssets() + { + return $this->assets; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/ListUserAssetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/ListUserAssetsResponse.php new file mode 100644 index 000000000..b99bd755e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/ListUserAssetsResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } + /** + * @param Google_Service_PolyService_UserAsset + */ + public function setUserAssets($userAssets) + { + $this->userAssets = $userAssets; + } + /** + * @return Google_Service_PolyService_UserAsset + */ + public function getUserAssets() + { + return $this->userAssets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/ObjParseError.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/ObjParseError.php new file mode 100644 index 000000000..1f2860ad0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/ObjParseError.php @@ -0,0 +1,75 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setEndIndex($endIndex) + { + $this->endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + public function setFilePath($filePath) + { + $this->filePath = $filePath; + } + public function getFilePath() + { + return $this->filePath; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } + public function setLineNumber($lineNumber) + { + $this->lineNumber = $lineNumber; + } + public function getLineNumber() + { + return $this->lineNumber; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/PolyFile.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/PolyFile.php new file mode 100644 index 000000000..d8c9fafcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/PolyFile.php @@ -0,0 +1,48 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setRelativePath($relativePath) + { + $this->relativePath = $relativePath; + } + public function getRelativePath() + { + return $this->relativePath; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/PresentationParams.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/PresentationParams.php new file mode 100644 index 000000000..930e994ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/PresentationParams.php @@ -0,0 +1,55 @@ +backgroundColor = $backgroundColor; + } + public function getBackgroundColor() + { + return $this->backgroundColor; + } + public function setColorSpace($colorSpace) + { + $this->colorSpace = $colorSpace; + } + public function getColorSpace() + { + return $this->colorSpace; + } + /** + * @param Google_Service_PolyService_Quaternion + */ + public function setOrientingRotation(Google_Service_PolyService_Quaternion $orientingRotation) + { + $this->orientingRotation = $orientingRotation; + } + /** + * @return Google_Service_PolyService_Quaternion + */ + public function getOrientingRotation() + { + return $this->orientingRotation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Quaternion.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Quaternion.php new file mode 100644 index 000000000..e4bd7b51a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Quaternion.php @@ -0,0 +1,57 @@ +w = $w; + } + public function getW() + { + return $this->w; + } + public function setX($x) + { + $this->x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } + public function setZ($z) + { + $this->z = $z; + } + public function getZ() + { + return $this->z; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/RemixInfo.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/RemixInfo.php new file mode 100644 index 000000000..bba5c68d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/RemixInfo.php @@ -0,0 +1,31 @@ +sourceAsset = $sourceAsset; + } + public function getSourceAsset() + { + return $this->sourceAsset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Assets.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Assets.php new file mode 100644 index 000000000..a35d630a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Assets.php @@ -0,0 +1,79 @@ + + * $polyService = new Google_Service_PolyService(...); + * $assets = $polyService->assets; + * + */ +class Google_Service_PolyService_Resource_Assets extends Google_Service_Resource +{ + /** + * Returns detailed information about an asset given its name. PRIVATE assets + * are returned only if the currently authenticated user (via OAuth token) is + * the author of the asset. (assets.get) + * + * @param string $name Required. An asset's name in the form + * `assets/{ASSET_ID}`. + * @param array $optParams Optional parameters. + * @return Google_Service_PolyService_Asset + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PolyService_Asset"); + } + /** + * Lists all public, remixable assets. These are assets with an access level of + * PUBLIC and published under the CC-By license. (assets.listAssets) + * + * @param array $optParams Optional parameters. + * + * @opt_param string maxComplexity Returns assets that are of the specified + * complexity or less. Defaults to COMPLEX. For example, a request for MEDIUM + * assets also includes SIMPLE assets. + * @opt_param string pageToken Specifies a continuation token from a previous + * search whose results were split into multiple pages. To get the next page, + * submit the same request specifying the value from next_page_token. + * @opt_param int pageSize The maximum number of assets to be returned. This + * value must be between `1` and `100`. Defaults to `20`. + * @opt_param string keywords One or more search terms to be matched against all + * text that Poly has indexed for assets, which includes display_name, + * description, and tags. Multiple keywords should be separated by spaces. + * @opt_param string orderBy Specifies an ordering for assets. Acceptable values + * are: `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets based + * on a combination of popularity and other features. + * @opt_param string format Return only assets with the matching format. + * Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`. + * @opt_param bool curated Return only assets that have been curated by the Poly + * team. + * @opt_param string category Filter assets based on the specified category. + * Supported values are: `animals`, `architecture`, `art`, `food`, `nature`, + * `objects`, `people`, `scenes`, `technology`, and `transport`. + * @return Google_Service_PolyService_ListAssetsResponse + */ + public function listAssets($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PolyService_ListAssetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Users.php new file mode 100644 index 000000000..1d53019cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/Users.php @@ -0,0 +1,28 @@ + + * $polyService = new Google_Service_PolyService(...); + * $users = $polyService->users; + * + */ +class Google_Service_PolyService_Resource_Users extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersAssets.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersAssets.php new file mode 100644 index 000000000..4999de9f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersAssets.php @@ -0,0 +1,59 @@ + + * $polyService = new Google_Service_PolyService(...); + * $assets = $polyService->assets; + * + */ +class Google_Service_PolyService_Resource_UsersAssets extends Google_Service_Resource +{ + /** + * Lists assets authored by the given user. Only the value 'me', representing + * the currently-authenticated user, is supported. May include assets with an + * access level of PRIVATE or UNLISTED and assets which are All Rights Reserved + * for the currently-authenticated user. (assets.listUsersAssets) + * + * @param string $name A valid user id. Currently, only the special value 'me', + * representing the currently-authenticated user is supported. To use 'me', you + * must pass an OAuth token with the request. + * @param array $optParams Optional parameters. + * + * @opt_param string visibility The visibility of the assets to be returned. + * Defaults to VISIBILITY_UNSPECIFIED which returns all assets. + * @opt_param string orderBy Specifies an ordering for assets. Acceptable values + * are: `BEST`, `NEWEST`, `OLDEST`. Defaults to `BEST`, which ranks assets based + * on a combination of popularity and other features. + * @opt_param string format Return only assets with the matching format. + * Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`. + * @opt_param string pageToken Specifies a continuation token from a previous + * search whose results were split into multiple pages. To get the next page, + * submit the same request specifying the value from next_page_token. + * @opt_param int pageSize The maximum number of assets to be returned. This + * value must be between `1` and `100`. Defaults to `20`. + * @return Google_Service_PolyService_ListUserAssetsResponse + */ + public function listUsersAssets($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PolyService_ListUserAssetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersLikedassets.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersLikedassets.php new file mode 100644 index 000000000..3a443f49c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/Resource/UsersLikedassets.php @@ -0,0 +1,56 @@ + + * $polyService = new Google_Service_PolyService(...); + * $likedassets = $polyService->likedassets; + * + */ +class Google_Service_PolyService_Resource_UsersLikedassets extends Google_Service_Resource +{ + /** + * Lists assets that the user has liked. Only the value 'me', representing the + * currently-authenticated user, is supported. May include assets with an access + * level of UNLISTED. (likedassets.listUsersLikedassets) + * + * @param string $name A valid user id. Currently, only the special value 'me', + * representing the currently-authenticated user is supported. To use 'me', you + * must pass an OAuth token with the request. + * @param array $optParams Optional parameters. + * + * @opt_param string orderBy Specifies an ordering for assets. Acceptable values + * are: `BEST`, `NEWEST`, `OLDEST`, 'LIKED_TIME'. Defaults to `LIKED_TIME`, + * which ranks assets based on how recently they were liked. + * @opt_param string pageToken Specifies a continuation token from a previous + * search whose results were split into multiple pages. To get the next page, + * submit the same request specifying the value from next_page_token. + * @opt_param int pageSize The maximum number of assets to be returned. This + * value must be between `1` and `100`. Defaults to `20`. + * @opt_param string format Return only assets with the matching format. + * Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`. + * @return Google_Service_PolyService_ListLikedAssetsResponse + */ + public function listUsersLikedassets($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PolyService_ListLikedAssetsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/StartAssetImportResponse.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/StartAssetImportResponse.php new file mode 100644 index 000000000..30aee98ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/StartAssetImportResponse.php @@ -0,0 +1,65 @@ +assetId = $assetId; + } + public function getAssetId() + { + return $this->assetId; + } + public function setAssetImportId($assetImportId) + { + $this->assetImportId = $assetImportId; + } + public function getAssetImportId() + { + return $this->assetImportId; + } + /** + * @param Google_Service_PolyService_AssetImportMessage + */ + public function setAssetImportMessages($assetImportMessages) + { + $this->assetImportMessages = $assetImportMessages; + } + /** + * @return Google_Service_PolyService_AssetImportMessage + */ + public function getAssetImportMessages() + { + return $this->assetImportMessages; + } + public function setPublishUrl($publishUrl) + { + $this->publishUrl = $publishUrl; + } + public function getPublishUrl() + { + return $this->publishUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolyService/UserAsset.php b/vendor/google/apiclient-services/src/Google/Service/PolyService/UserAsset.php new file mode 100644 index 000000000..51615fedf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolyService/UserAsset.php @@ -0,0 +1,37 @@ +asset = $asset; + } + /** + * @return Google_Service_PolyService_Asset + */ + public function getAsset() + { + return $this->asset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction.php b/vendor/google/apiclient-services/src/Google/Service/Prediction.php new file mode 100644 index 000000000..afce055ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction.php @@ -0,0 +1,205 @@ + + * Lets you access a cloud hosted machine learning service that makes it easy to + * build smart apps + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Prediction extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your data and permissions in Google Cloud Storage. */ + const DEVSTORAGE_FULL_CONTROL = + "https://www.googleapis.com/auth/devstorage.full_control"; + /** View your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_ONLY = + "https://www.googleapis.com/auth/devstorage.read_only"; + /** Manage your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_WRITE = + "https://www.googleapis.com/auth/devstorage.read_write"; + /** Manage your data in the Google Prediction API. */ + const PREDICTION = + "https://www.googleapis.com/auth/prediction"; + + public $hostedmodels; + public $trainedmodels; + + /** + * Constructs the internal representation of the Prediction service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'prediction/v1.6/projects/'; + $this->version = 'v1.6'; + $this->serviceName = 'prediction'; + + $this->hostedmodels = new Google_Service_Prediction_Resource_Hostedmodels( + $this, + $this->serviceName, + 'hostedmodels', + array( + 'methods' => array( + 'predict' => array( + 'path' => '{project}/hostedmodels/{hostedModelName}/predict', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'hostedModelName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->trainedmodels = new Google_Service_Prediction_Resource_Trainedmodels( + $this, + $this->serviceName, + 'trainedmodels', + array( + 'methods' => array( + 'analyze' => array( + 'path' => '{project}/trainedmodels/{id}/analyze', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/trainedmodels/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/trainedmodels/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/trainedmodels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/trainedmodels/list', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'predict' => array( + 'path' => '{project}/trainedmodels/{id}/predict', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{project}/trainedmodels/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Analyze.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Analyze.php new file mode 100644 index 000000000..8af1284fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Analyze.php @@ -0,0 +1,90 @@ +dataDescription = $dataDescription; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescription + */ + public function getDataDescription() + { + return $this->dataDescription; + } + public function setErrors($errors) + { + $this->errors = $errors; + } + public function getErrors() + { + return $this->errors; + } + 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_Prediction_AnalyzeModelDescription + */ + public function setModelDescription(Google_Service_Prediction_AnalyzeModelDescription $modelDescription) + { + $this->modelDescription = $modelDescription; + } + /** + * @return Google_Service_Prediction_AnalyzeModelDescription + */ + public function getModelDescription() + { + return $this->modelDescription; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php new file mode 100644 index 000000000..c838831d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php @@ -0,0 +1,54 @@ +features = $features; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionFeatures + */ + public function getFeatures() + { + return $this->features; + } + /** + * @param Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature + */ + public function setOutputFeature(Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature $outputFeature) + { + $this->outputFeature = $outputFeature; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature + */ + public function getOutputFeature() + { + return $this->outputFeature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.php new file mode 100644 index 000000000..732199110 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.php @@ -0,0 +1,78 @@ +categorical = $categorical; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical + */ + public function getCategorical() + { + return $this->categorical; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric + */ + public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric $numeric) + { + $this->numeric = $numeric; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric + */ + public function getNumeric() + { + return $this->numeric; + } + /** + * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText + */ + public function setText(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText $text) + { + $this->text = $text; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.php new file mode 100644 index 000000000..aa6b3bd6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.php @@ -0,0 +1,47 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues + */ + public function setValues($values) + { + $this->values = $values; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.php new file mode 100644 index 000000000..a84091a27 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesNumeric.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesNumeric.php new file mode 100644 index 000000000..ef28a5a3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesNumeric.php @@ -0,0 +1,48 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setMean($mean) + { + $this->mean = $mean; + } + public function getMean() + { + return $this->mean; + } + public function setVariance($variance) + { + $this->variance = $variance; + } + public function getVariance() + { + return $this->variance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesText.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesText.php new file mode 100644 index 000000000..a97f7facc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesText.php @@ -0,0 +1,30 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeature.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeature.php new file mode 100644 index 000000000..ebff37826 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeature.php @@ -0,0 +1,54 @@ +numeric = $numeric; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric + */ + public function getNumeric() + { + return $this->numeric; + } + /** + * @param Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText + */ + public function setText($text) + { + $this->text = $text; + } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.php new file mode 100644 index 000000000..4e39058c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.php @@ -0,0 +1,48 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setMean($mean) + { + $this->mean = $mean; + } + public function getMean() + { + return $this->mean; + } + public function setVariance($variance) + { + $this->variance = $variance; + } + public function getVariance() + { + return $this->variance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureText.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureText.php new file mode 100644 index 000000000..1ee1ad33c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureText.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeModelDescription.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeModelDescription.php new file mode 100644 index 000000000..264408d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeModelDescription.php @@ -0,0 +1,55 @@ +confusionMatrix = $confusionMatrix; + } + public function getConfusionMatrix() + { + return $this->confusionMatrix; + } + public function setConfusionMatrixRowTotals($confusionMatrixRowTotals) + { + $this->confusionMatrixRowTotals = $confusionMatrixRowTotals; + } + public function getConfusionMatrixRowTotals() + { + return $this->confusionMatrixRowTotals; + } + /** + * @param Google_Service_Prediction_Insert2 + */ + public function setModelinfo(Google_Service_Prediction_Insert2 $modelinfo) + { + $this->modelinfo = $modelinfo; + } + /** + * @return Google_Service_Prediction_Insert2 + */ + public function getModelinfo() + { + return $this->modelinfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Input.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Input.php new file mode 100644 index 000000000..ce1d5916b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Input.php @@ -0,0 +1,37 @@ +input = $input; + } + /** + * @return Google_Service_Prediction_InputInput + */ + public function getInput() + { + return $this->input; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.php new file mode 100644 index 000000000..815a769d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.php @@ -0,0 +1,31 @@ +csvInstance = $csvInstance; + } + public function getCsvInstance() + { + return $this->csvInstance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert.php new file mode 100644 index 000000000..084544314 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert.php @@ -0,0 +1,101 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setModelType($modelType) + { + $this->modelType = $modelType; + } + public function getModelType() + { + return $this->modelType; + } + public function setSourceModel($sourceModel) + { + $this->sourceModel = $sourceModel; + } + public function getSourceModel() + { + return $this->sourceModel; + } + public function setStorageDataLocation($storageDataLocation) + { + $this->storageDataLocation = $storageDataLocation; + } + public function getStorageDataLocation() + { + return $this->storageDataLocation; + } + public function setStoragePMMLLocation($storagePMMLLocation) + { + $this->storagePMMLLocation = $storagePMMLLocation; + } + public function getStoragePMMLLocation() + { + return $this->storagePMMLLocation; + } + public function setStoragePMMLModelLocation($storagePMMLModelLocation) + { + $this->storagePMMLModelLocation = $storagePMMLModelLocation; + } + public function getStoragePMMLModelLocation() + { + return $this->storagePMMLModelLocation; + } + /** + * @param Google_Service_Prediction_InsertTrainingInstances + */ + public function setTrainingInstances($trainingInstances) + { + $this->trainingInstances = $trainingInstances; + } + /** + * @return Google_Service_Prediction_InsertTrainingInstances + */ + public function getTrainingInstances() + { + return $this->trainingInstances; + } + public function setUtility($utility) + { + $this->utility = $utility; + } + public function getUtility() + { + return $this->utility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php new file mode 100644 index 000000000..5c907ef0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php @@ -0,0 +1,127 @@ +created = $created; + } + public function getCreated() + { + return $this->created; + } + 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_Prediction_Insert2ModelInfo + */ + public function setModelInfo(Google_Service_Prediction_Insert2ModelInfo $modelInfo) + { + $this->modelInfo = $modelInfo; + } + /** + * @return Google_Service_Prediction_Insert2ModelInfo + */ + public function getModelInfo() + { + return $this->modelInfo; + } + public function setModelType($modelType) + { + $this->modelType = $modelType; + } + public function getModelType() + { + return $this->modelType; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStorageDataLocation($storageDataLocation) + { + $this->storageDataLocation = $storageDataLocation; + } + public function getStorageDataLocation() + { + return $this->storageDataLocation; + } + public function setStoragePMMLLocation($storagePMMLLocation) + { + $this->storagePMMLLocation = $storagePMMLLocation; + } + public function getStoragePMMLLocation() + { + return $this->storagePMMLLocation; + } + public function setStoragePMMLModelLocation($storagePMMLModelLocation) + { + $this->storagePMMLModelLocation = $storagePMMLModelLocation; + } + public function getStoragePMMLModelLocation() + { + return $this->storagePMMLModelLocation; + } + public function setTrainingComplete($trainingComplete) + { + $this->trainingComplete = $trainingComplete; + } + public function getTrainingComplete() + { + return $this->trainingComplete; + } + public function setTrainingStatus($trainingStatus) + { + $this->trainingStatus = $trainingStatus; + } + public function getTrainingStatus() + { + return $this->trainingStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php new file mode 100644 index 000000000..09de3cbaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php @@ -0,0 +1,75 @@ +classWeightedAccuracy = $classWeightedAccuracy; + } + public function getClassWeightedAccuracy() + { + return $this->classWeightedAccuracy; + } + public function setClassificationAccuracy($classificationAccuracy) + { + $this->classificationAccuracy = $classificationAccuracy; + } + public function getClassificationAccuracy() + { + return $this->classificationAccuracy; + } + public function setMeanSquaredError($meanSquaredError) + { + $this->meanSquaredError = $meanSquaredError; + } + public function getMeanSquaredError() + { + return $this->meanSquaredError; + } + public function setModelType($modelType) + { + $this->modelType = $modelType; + } + public function getModelType() + { + return $this->modelType; + } + public function setNumberInstances($numberInstances) + { + $this->numberInstances = $numberInstances; + } + public function getNumberInstances() + { + return $this->numberInstances; + } + public function setNumberLabels($numberLabels) + { + $this->numberLabels = $numberLabels; + } + public function getNumberLabels() + { + return $this->numberLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/InsertTrainingInstances.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/InsertTrainingInstances.php new file mode 100644 index 000000000..73b33cd95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/InsertTrainingInstances.php @@ -0,0 +1,40 @@ +csvInstance = $csvInstance; + } + public function getCsvInstance() + { + return $this->csvInstance; + } + public function setOutput($output) + { + $this->output = $output; + } + public function getOutput() + { + return $this->output; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Output.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Output.php new file mode 100644 index 000000000..44775c88a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Output.php @@ -0,0 +1,83 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOutputLabel($outputLabel) + { + $this->outputLabel = $outputLabel; + } + public function getOutputLabel() + { + return $this->outputLabel; + } + /** + * @param Google_Service_Prediction_OutputOutputMulti + */ + public function setOutputMulti($outputMulti) + { + $this->outputMulti = $outputMulti; + } + /** + * @return Google_Service_Prediction_OutputOutputMulti + */ + public function getOutputMulti() + { + return $this->outputMulti; + } + public function setOutputValue($outputValue) + { + $this->outputValue = $outputValue; + } + public function getOutputValue() + { + return $this->outputValue; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php new file mode 100644 index 000000000..2f990cf9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/PredictionList.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/PredictionList.php new file mode 100644 index 000000000..71bd0d61a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/PredictionList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Prediction_Insert2 + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.php new file mode 100644 index 000000000..097f7a765 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.php @@ -0,0 +1,44 @@ + + * $predictionService = new Google_Service_Prediction(...); + * $hostedmodels = $predictionService->hostedmodels; + * + */ +class Google_Service_Prediction_Resource_Hostedmodels extends Google_Service_Resource +{ + /** + * Submit input and request an output against a hosted model. + * (hostedmodels.predict) + * + * @param string $project The project associated with the model. + * @param string $hostedModelName The name of a hosted model. + * @param Google_Service_Prediction_Input $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Prediction_Output + */ + public function predict($project, $hostedModelName, Google_Service_Prediction_Input $postBody, $optParams = array()) + { + $params = array('project' => $project, 'hostedModelName' => $hostedModelName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('predict', array($params), "Google_Service_Prediction_Output"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Trainedmodels.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Trainedmodels.php new file mode 100644 index 000000000..536622926 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Trainedmodels.php @@ -0,0 +1,130 @@ + + * $predictionService = new Google_Service_Prediction(...); + * $trainedmodels = $predictionService->trainedmodels; + * + */ +class Google_Service_Prediction_Resource_Trainedmodels extends Google_Service_Resource +{ + /** + * Get analysis of the model and the data the model was trained on. + * (trainedmodels.analyze) + * + * @param string $project The project associated with the model. + * @param string $id The unique name for the predictive model. + * @param array $optParams Optional parameters. + * @return Google_Service_Prediction_Analyze + */ + public function analyze($project, $id, $optParams = array()) + { + $params = array('project' => $project, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('analyze', array($params), "Google_Service_Prediction_Analyze"); + } + /** + * Delete a trained model. (trainedmodels.delete) + * + * @param string $project The project associated with the model. + * @param string $id The unique name for the predictive model. + * @param array $optParams Optional parameters. + */ + public function delete($project, $id, $optParams = array()) + { + $params = array('project' => $project, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Check training status of your model. (trainedmodels.get) + * + * @param string $project The project associated with the model. + * @param string $id The unique name for the predictive model. + * @param array $optParams Optional parameters. + * @return Google_Service_Prediction_Insert2 + */ + public function get($project, $id, $optParams = array()) + { + $params = array('project' => $project, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Prediction_Insert2"); + } + /** + * Train a Prediction API model. (trainedmodels.insert) + * + * @param string $project The project associated with the model. + * @param Google_Service_Prediction_Insert $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Prediction_Insert2 + */ + public function insert($project, Google_Service_Prediction_Insert $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Prediction_Insert2"); + } + /** + * List available models. (trainedmodels.listTrainedmodels) + * + * @param string $project The project associated with the model. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of results to return. + * @opt_param string pageToken Pagination token. + * @return Google_Service_Prediction_PredictionList + */ + public function listTrainedmodels($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Prediction_PredictionList"); + } + /** + * Submit model id and request a prediction. (trainedmodels.predict) + * + * @param string $project The project associated with the model. + * @param string $id The unique name for the predictive model. + * @param Google_Service_Prediction_Input $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Prediction_Output + */ + public function predict($project, $id, Google_Service_Prediction_Input $postBody, $optParams = array()) + { + $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('predict', array($params), "Google_Service_Prediction_Output"); + } + /** + * Add new data to a trained model. (trainedmodels.update) + * + * @param string $project The project associated with the model. + * @param string $id The unique name for the predictive model. + * @param Google_Service_Prediction_Update $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Prediction_Insert2 + */ + public function update($project, $id, Google_Service_Prediction_Update $postBody, $optParams = array()) + { + $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Prediction_Insert2"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Update.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Update.php new file mode 100644 index 000000000..41146f85d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Update.php @@ -0,0 +1,40 @@ +csvInstance = $csvInstance; + } + public function getCsvInstance() + { + return $this->csvInstance; + } + public function setOutput($output) + { + $this->output = $output; + } + public function getOutput() + { + return $this->output; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php new file mode 100644 index 000000000..ef1f878d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php @@ -0,0 +1,355 @@ + + * Registers, manages, indexes, and searches beacons. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Proximitybeacon extends Google_Service +{ + /** View and modify your beacons. */ + const USERLOCATION_BEACON_REGISTRY = + "https://www.googleapis.com/auth/userlocation.beacon.registry"; + + public $beaconinfo; + public $beacons; + public $beacons_attachments; + public $beacons_diagnostics; + public $namespaces; + public $v1beta1; + + /** + * Constructs the internal representation of the Proximitybeacon 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://proximitybeacon.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'proximitybeacon'; + + $this->beaconinfo = new Google_Service_Proximitybeacon_Resource_Beaconinfo( + $this, + $this->serviceName, + 'beaconinfo', + array( + 'methods' => array( + 'getforobserved' => array( + 'path' => 'v1beta1/beaconinfo:getforobserved', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->beacons = new Google_Service_Proximitybeacon_Resource_Beacons( + $this, + $this->serviceName, + 'beacons', + array( + 'methods' => array( + 'activate' => array( + 'path' => 'v1beta1/{+beaconName}:activate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'deactivate' => array( + 'path' => 'v1beta1/{+beaconName}:deactivate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'decommission' => array( + 'path' => 'v1beta1/{+beaconName}:decommission', + 'httpMethod' => 'POST', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+beaconName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+beaconName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/beacons', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'register' => array( + 'path' => 'v1beta1/beacons:register', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1beta1/{+beaconName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->beacons_attachments = new Google_Service_Proximitybeacon_Resource_BeaconsAttachments( + $this, + $this->serviceName, + 'attachments', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v1beta1/{+beaconName}/attachments:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'namespacedType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'create' => array( + 'path' => 'v1beta1/{+beaconName}/attachments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+attachmentName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'attachmentName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+beaconName}/attachments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'namespacedType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->beacons_diagnostics = new Google_Service_Proximitybeacon_Resource_BeaconsDiagnostics( + $this, + $this->serviceName, + 'diagnostics', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/{+beaconName}/diagnostics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'beaconName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'alertFilter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->namespaces = new Google_Service_Proximitybeacon_Resource_Namespaces( + $this, + $this->serviceName, + 'namespaces', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1beta1/namespaces', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v1beta1/{+namespaceName}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'namespaceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->v1beta1 = new Google_Service_Proximitybeacon_Resource_V1beta1( + $this, + $this->serviceName, + 'v1beta1', + array( + 'methods' => array( + 'getEidparams' => array( + 'path' => 'v1beta1/eidparams', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php new file mode 100644 index 000000000..235cd350c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AttachmentInfo.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AttachmentInfo.php new file mode 100644 index 000000000..6fe7ea6e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AttachmentInfo.php @@ -0,0 +1,48 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setMaxDistanceMeters($maxDistanceMeters) + { + $this->maxDistanceMeters = $maxDistanceMeters; + } + public function getMaxDistanceMeters() + { + return $this->maxDistanceMeters; + } + public function setNamespacedType($namespacedType) + { + $this->namespacedType = $namespacedType; + } + public function getNamespacedType() + { + return $this->namespacedType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.php new file mode 100644 index 000000000..b0cbe7aaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.php @@ -0,0 +1,148 @@ +advertisedId = $advertisedId; + } + /** + * @return Google_Service_Proximitybeacon_AdvertisedId + */ + public function getAdvertisedId() + { + return $this->advertisedId; + } + public function setBeaconName($beaconName) + { + $this->beaconName = $beaconName; + } + public function getBeaconName() + { + return $this->beaconName; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Proximitybeacon_EphemeralIdRegistration + */ + public function setEphemeralIdRegistration(Google_Service_Proximitybeacon_EphemeralIdRegistration $ephemeralIdRegistration) + { + $this->ephemeralIdRegistration = $ephemeralIdRegistration; + } + /** + * @return Google_Service_Proximitybeacon_EphemeralIdRegistration + */ + public function getEphemeralIdRegistration() + { + return $this->ephemeralIdRegistration; + } + public function setExpectedStability($expectedStability) + { + $this->expectedStability = $expectedStability; + } + public function getExpectedStability() + { + return $this->expectedStability; + } + /** + * @param Google_Service_Proximitybeacon_IndoorLevel + */ + public function setIndoorLevel(Google_Service_Proximitybeacon_IndoorLevel $indoorLevel) + { + $this->indoorLevel = $indoorLevel; + } + /** + * @return Google_Service_Proximitybeacon_IndoorLevel + */ + public function getIndoorLevel() + { + return $this->indoorLevel; + } + /** + * @param Google_Service_Proximitybeacon_LatLng + */ + public function setLatLng(Google_Service_Proximitybeacon_LatLng $latLng) + { + $this->latLng = $latLng; + } + /** + * @return Google_Service_Proximitybeacon_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } + public function setPlaceId($placeId) + { + $this->placeId = $placeId; + } + public function getPlaceId() + { + return $this->placeId; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } + public function setProvisioningKey($provisioningKey) + { + $this->provisioningKey = $provisioningKey; + } + public function getProvisioningKey() + { + return $this->provisioningKey; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php new file mode 100644 index 000000000..1163b7eb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php @@ -0,0 +1,66 @@ +attachmentName = $attachmentName; + } + public function getAttachmentName() + { + return $this->attachmentName; + } + public function setCreationTimeMs($creationTimeMs) + { + $this->creationTimeMs = $creationTimeMs; + } + public function getCreationTimeMs() + { + return $this->creationTimeMs; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setMaxDistanceMeters($maxDistanceMeters) + { + $this->maxDistanceMeters = $maxDistanceMeters; + } + public function getMaxDistanceMeters() + { + return $this->maxDistanceMeters; + } + public function setNamespacedType($namespacedType) + { + $this->namespacedType = $namespacedType; + } + public function getNamespacedType() + { + return $this->namespacedType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.php new file mode 100644 index 000000000..37f85c46a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.php @@ -0,0 +1,63 @@ +advertisedId = $advertisedId; + } + /** + * @return Google_Service_Proximitybeacon_AdvertisedId + */ + public function getAdvertisedId() + { + return $this->advertisedId; + } + /** + * @param Google_Service_Proximitybeacon_AttachmentInfo + */ + public function setAttachments($attachments) + { + $this->attachments = $attachments; + } + /** + * @return Google_Service_Proximitybeacon_AttachmentInfo + */ + public function getAttachments() + { + return $this->attachments; + } + public function setBeaconName($beaconName) + { + $this->beaconName = $beaconName; + } + public function getBeaconName() + { + return $this->beaconName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.php new file mode 100644 index 000000000..9e03322e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/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/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/DeleteAttachmentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/DeleteAttachmentsResponse.php new file mode 100644 index 000000000..b2835e565 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/DeleteAttachmentsResponse.php @@ -0,0 +1,30 @@ +numDeleted = $numDeleted; + } + public function getNumDeleted() + { + return $this->numDeleted; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Diagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Diagnostics.php new file mode 100644 index 000000000..caea39743 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Diagnostics.php @@ -0,0 +1,56 @@ +alerts = $alerts; + } + public function getAlerts() + { + return $this->alerts; + } + public function setBeaconName($beaconName) + { + $this->beaconName = $beaconName; + } + public function getBeaconName() + { + return $this->beaconName; + } + /** + * @param Google_Service_Proximitybeacon_Date + */ + public function setEstimatedLowBatteryDate(Google_Service_Proximitybeacon_Date $estimatedLowBatteryDate) + { + $this->estimatedLowBatteryDate = $estimatedLowBatteryDate; + } + /** + * @return Google_Service_Proximitybeacon_Date + */ + public function getEstimatedLowBatteryDate() + { + return $this->estimatedLowBatteryDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.php new file mode 100644 index 000000000..2753256c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.php @@ -0,0 +1,75 @@ +beaconEcdhPublicKey = $beaconEcdhPublicKey; + } + public function getBeaconEcdhPublicKey() + { + return $this->beaconEcdhPublicKey; + } + public function setBeaconIdentityKey($beaconIdentityKey) + { + $this->beaconIdentityKey = $beaconIdentityKey; + } + public function getBeaconIdentityKey() + { + return $this->beaconIdentityKey; + } + public function setInitialClockValue($initialClockValue) + { + $this->initialClockValue = $initialClockValue; + } + public function getInitialClockValue() + { + return $this->initialClockValue; + } + public function setInitialEid($initialEid) + { + $this->initialEid = $initialEid; + } + public function getInitialEid() + { + return $this->initialEid; + } + public function setRotationPeriodExponent($rotationPeriodExponent) + { + $this->rotationPeriodExponent = $rotationPeriodExponent; + } + public function getRotationPeriodExponent() + { + return $this->rotationPeriodExponent; + } + public function setServiceEcdhPublicKey($serviceEcdhPublicKey) + { + $this->serviceEcdhPublicKey = $serviceEcdhPublicKey; + } + public function getServiceEcdhPublicKey() + { + return $this->serviceEcdhPublicKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistrationParams.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistrationParams.php new file mode 100644 index 000000000..2b5c9f391 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistrationParams.php @@ -0,0 +1,48 @@ +maxRotationPeriodExponent = $maxRotationPeriodExponent; + } + public function getMaxRotationPeriodExponent() + { + return $this->maxRotationPeriodExponent; + } + public function setMinRotationPeriodExponent($minRotationPeriodExponent) + { + $this->minRotationPeriodExponent = $minRotationPeriodExponent; + } + public function getMinRotationPeriodExponent() + { + return $this->minRotationPeriodExponent; + } + public function setServiceEcdhPublicKey($serviceEcdhPublicKey) + { + $this->serviceEcdhPublicKey = $serviceEcdhPublicKey; + } + public function getServiceEcdhPublicKey() + { + return $this->serviceEcdhPublicKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsRequest.php new file mode 100644 index 000000000..4f6549709 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsRequest.php @@ -0,0 +1,47 @@ +namespacedTypes = $namespacedTypes; + } + public function getNamespacedTypes() + { + return $this->namespacedTypes; + } + /** + * @param Google_Service_Proximitybeacon_Observation + */ + public function setObservations($observations) + { + $this->observations = $observations; + } + /** + * @return Google_Service_Proximitybeacon_Observation + */ + public function getObservations() + { + return $this->observations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.php new file mode 100644 index 000000000..523e3f976 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.php @@ -0,0 +1,38 @@ +beacons = $beacons; + } + /** + * @return Google_Service_Proximitybeacon_BeaconInfo + */ + public function getBeacons() + { + return $this->beacons; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.php new file mode 100644 index 000000000..e64926a75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/LatLng.php new file mode 100644 index 000000000..18f1d7700 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/LatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconAttachmentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconAttachmentsResponse.php new file mode 100644 index 000000000..f2a6bd582 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconAttachmentsResponse.php @@ -0,0 +1,38 @@ +attachments = $attachments; + } + /** + * @return Google_Service_Proximitybeacon_BeaconAttachment + */ + public function getAttachments() + { + return $this->attachments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.php new file mode 100644 index 000000000..b46023397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.php @@ -0,0 +1,56 @@ +beacons = $beacons; + } + /** + * @return Google_Service_Proximitybeacon_Beacon + */ + public function getBeacons() + { + return $this->beacons; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTotalCount($totalCount) + { + $this->totalCount = $totalCount; + } + public function getTotalCount() + { + return $this->totalCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php new file mode 100644 index 000000000..2352d3284 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php @@ -0,0 +1,47 @@ +diagnostics = $diagnostics; + } + /** + * @return Google_Service_Proximitybeacon_Diagnostics + */ + public function getDiagnostics() + { + return $this->diagnostics; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php new file mode 100644 index 000000000..3948837a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php @@ -0,0 +1,38 @@ +namespaces = $namespaces; + } + /** + * @return Google_Service_Proximitybeacon_ProximitybeaconNamespace + */ + public function getNamespaces() + { + return $this->namespaces; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.php new file mode 100644 index 000000000..d19e88ced --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.php @@ -0,0 +1,55 @@ +advertisedId = $advertisedId; + } + /** + * @return Google_Service_Proximitybeacon_AdvertisedId + */ + public function getAdvertisedId() + { + return $this->advertisedId; + } + public function setTelemetry($telemetry) + { + $this->telemetry = $telemetry; + } + public function getTelemetry() + { + return $this->telemetry; + } + public function setTimestampMs($timestampMs) + { + $this->timestampMs = $timestampMs; + } + public function getTimestampMs() + { + return $this->timestampMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php new file mode 100644 index 000000000..1383ec329 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php @@ -0,0 +1,20 @@ +namespaceName = $namespaceName; + } + public function getNamespaceName() + { + return $this->namespaceName; + } + public function setServingVisibility($servingVisibility) + { + $this->servingVisibility = $servingVisibility; + } + public function getServingVisibility() + { + return $this->servingVisibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beaconinfo.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beaconinfo.php new file mode 100644 index 000000000..e9886b98a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beaconinfo.php @@ -0,0 +1,45 @@ + + * $proximitybeaconService = new Google_Service_Proximitybeacon(...); + * $beaconinfo = $proximitybeaconService->beaconinfo; + * + */ +class Google_Service_Proximitybeacon_Resource_Beaconinfo extends Google_Service_Resource +{ + /** + * Given one or more beacon observations, returns any beacon information and + * attachments accessible to your application. Authorize by using the [API + * key](https://developers.google.com/beacons/proximity/get- + * started#request_a_browser_api_key) for the application. + * (beaconinfo.getforobserved) + * + * @param Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse + */ + public function getforobserved(Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getforobserved', array($params), "Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beacons.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beacons.php new file mode 100644 index 000000000..803ecd066 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Beacons.php @@ -0,0 +1,316 @@ + + * $proximitybeaconService = new Google_Service_Proximitybeacon(...); + * $beacons = $proximitybeaconService->beacons; + * + */ +class Google_Service_Proximitybeacon_Resource_Beacons extends Google_Service_Resource +{ + /** + * Activates a beacon. A beacon that is active will return information and + * attachment data when queried via `beaconinfo.getforobserved`. Calling this + * method on an already active beacon will do nothing (but will return a + * successful response code). + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (beacons.activate) + * + * @param string $beaconName Beacon that should be activated. A beacon name has + * the format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast + * by the beacon and N is a code for the beacon's type. Possible values are `3` + * for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for + * AltBeacon. For Eddystone-EID beacons, you may use either the current EID or + * the beacon's "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the beacon to activate. If the + * project id is not specified then the project making the request is used. The + * project id must match the project that owns the beacon. Optional. + * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty + */ + public function activate($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('activate', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); + } + /** + * Deactivates a beacon. Once deactivated, the API will not return information + * nor attachment data for the beacon when queried via + * `beaconinfo.getforobserved`. Calling this method on an already inactive + * beacon will do nothing (but will return a successful response code). + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (beacons.deactivate) + * + * @param string $beaconName Beacon that should be deactivated. A beacon name + * has the format "beacons/N!beaconId" where the beaconId is the base16 ID + * broadcast by the beacon and N is a code for the beacon's type. Possible + * values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or + * `5` for AltBeacon. For Eddystone-EID beacons, you may use either the current + * EID or the beacon's "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the beacon to deactivate. If + * the project id is not specified then the project making the request is used. + * The project id must match the project that owns the beacon. Optional. + * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty + */ + public function deactivate($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('deactivate', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); + } + /** + * Decommissions the specified beacon in the service. This beacon will no longer + * be returned from `beaconinfo.getforobserved`. This operation is permanent -- + * you will not be able to re-register a beacon with this ID again. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (beacons.decommission) + * + * @param string $beaconName Beacon that should be decommissioned. A beacon name + * has the format "beacons/N!beaconId" where the beaconId is the base16 ID + * broadcast by the beacon and N is a code for the beacon's type. Possible + * values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or + * `5` for AltBeacon. For Eddystone-EID beacons, you may use either the current + * EID of the beacon's "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the beacon to decommission. If + * the project id is not specified then the project making the request is used. + * The project id must match the project that owns the beacon. Optional. + * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty + */ + public function decommission($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('decommission', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); + } + /** + * Deletes the specified beacon including all diagnostics data for the beacon as + * well as any attachments on the beacon (including those belonging to other + * projects). This operation cannot be undone. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (beacons.delete) + * + * @param string $beaconName Beacon that should be deleted. A beacon name has + * the format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast + * by the beacon and N is a code for the beacon's type. Possible values are `3` + * for Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for + * AltBeacon. For Eddystone-EID beacons, you may use either the current EID or + * the beacon's "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the beacon to delete. If not + * provided, the project that is making the request is used. Optional. + * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty + */ + public function delete($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); + } + /** + * Returns detailed information about the specified beacon. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in + * the Google Developers Console project. + * + * Requests may supply an Eddystone-EID beacon name in the form: + * `beacons/4!beaconId` where the `beaconId` is the base16 ephemeral ID + * broadcast by the beacon. The returned `Beacon` object will contain the + * beacon's stable Eddystone-UID. Clients not authorized to resolve the beacon's + * ephemeral Eddystone-EID broadcast will receive an error. (beacons.get) + * + * @param string $beaconName Resource name of this beacon. A beacon name has the + * format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by + * the beacon and N is a code for the beacon's type. Possible values are `3` for + * Eddystone-UID, `4` for Eddystone-EID, `1` for iBeacon, or `5` for AltBeacon. + * For Eddystone-EID beacons, you may use either the current EID or the beacon's + * "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the beacon to request. If the + * project id is not specified then the project making the request is used. The + * project id must match the project that owns the beacon. Optional. + * @return Google_Service_Proximitybeacon_Beacon + */ + public function get($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Proximitybeacon_Beacon"); + } + /** + * Searches the beacon registry for beacons that match the given search + * criteria. Only those beacons that the client has permission to list will be + * returned. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in + * the Google Developers Console project. (beacons.listBeacons) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A pagination token obtained from a previous + * request to list beacons. + * @opt_param string q Filter query string that supports the following field + * filters: + * + * * **description:`""`** For example: **description:"Room 3"** Returns + * beacons whose description matches tokens in the string "Room 3" (not + * necessarily that exact string). The string must be double-quoted. * + * **status:``** For example: **status:active** Returns beacons whose status + * matches the given value. Values must be one of the Beacon.Status enum + * values (case insensitive). Accepts multiple filters which will be combined + * with OR logic. * **stability:``** For example: **stability:mobile** + * Returns beacons whose expected stability matches the given value. Values + * must be one of the Beacon.Stability enum values (case insensitive). Accepts + * multiple filters which will be combined with OR logic. * **place\_id:`""`** + * For example: **place\_id:"ChIJVSZzVR8FdkgRXGmmm6SslKw="** Returns beacons + * explicitly registered at the given place, expressed as a Place ID obtained + * from [Google Places API](/places/place-id). Does not match places inside + * the given place. Does not consider the beacon's actual location (which may + * be different from its registered place). Accepts multiple filters that will + * be combined with OR logic. The place ID must be double-quoted. * + * **registration\_time`[<|>|<=|>=]`** For example: + * **registration\_time>=1433116800** Returns beacons whose registration time + * matches the given filter. Supports the operators: <, >, <=, and >=. + * Timestamp must be expressed as an integer number of seconds since midnight + * January 1, 1970 UTC. Accepts at most two filters that will be combined with + * AND logic, to support "between" semantics. If more than two are supplied, + * the latter ones are ignored. * **lat:` lng: radius:`** For example: + * **lat:51.1232343 lng:-1.093852 radius:1000** Returns beacons whose + * registered location is within the given circle. When any of these fields + * are given, all are required. Latitude and longitude must be decimal degrees + * between -90.0 and 90.0 and between -180.0 and 180.0 respectively. Radius + * must be an integer number of meters between 10 and 1,000,000 (1000 km). * + * **property:`"="`** For example: **property:"battery-type=CR2032"** + * Returns beacons which have a property of the given name and value. Supports + * multiple filters which will be combined with OR logic. The entire + * name=value string must be double-quoted as one string. * + * **attachment\_type:`""`** For example: **attachment_type:"my-namespace/my- + * type"** Returns beacons having at least one attachment of the given + * namespaced type. Supports "any within this namespace" via the partial + * wildcard syntax: "my-namespace". Supports multiple filters which will be + * combined with OR logic. The string must be double-quoted. * + * **indoor\_level:`""`** For example: **indoor\_level:"1"** Returns beacons + * which are located on the given indoor level. Accepts multiple filters that + * will be combined with OR logic. + * + * Multiple filters on the same field are combined with OR logic (except + * registration_time which is combined with AND logic). Multiple filters on + * different fields are combined with AND logic. Filters should be separated by + * spaces. + * + * As with any HTTP query string parameter, the whole filter expression must be + * URL-encoded. + * + * Example REST request: `GET + * /v1beta1/beacons?q=status:active%20lat:51.123%20lng:-1.095%20radius:1000` + * @opt_param int pageSize The maximum number of records to return for this + * request, up to a server-defined upper limit. + * @opt_param string projectId The project id to list beacons under. If not + * present then the project credential that made the request is used as the + * project. Optional. + * @return Google_Service_Proximitybeacon_ListBeaconsResponse + */ + public function listBeacons($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListBeaconsResponse"); + } + /** + * Registers a previously unregistered beacon given its `advertisedId`. These + * IDs are unique within the system. An ID can be registered only once. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (beacons.register) + * + * @param Google_Service_Proximitybeacon_Beacon $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the project the beacon will be + * registered to. If the project id is not specified then the project making the + * request is used. Optional. + * @return Google_Service_Proximitybeacon_Beacon + */ + public function register(Google_Service_Proximitybeacon_Beacon $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('register', array($params), "Google_Service_Proximitybeacon_Beacon"); + } + /** + * Updates the information about the specified beacon. **Any field that you do + * not populate in the submitted beacon will be permanently erased**, so you + * should follow the "read, modify, write" pattern to avoid inadvertently + * destroying data. + * + * Changes to the beacon status via this method will be silently ignored. To + * update beacon status, use the separate methods on this API for activation, + * deactivation, and decommissioning. Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (beacons.update) + * + * @param string $beaconName Resource name of this beacon. A beacon name has the + * format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by + * the beacon and N is a code for the beacon's type. Possible values are `3` for + * Eddystone, `1` for iBeacon, or `5` for AltBeacon. + * + * This field must be left empty when registering. After reading a beacon, + * clients can use the name for future operations. + * @param Google_Service_Proximitybeacon_Beacon $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the beacon to update. If the + * project id is not specified then the project making the request is used. The + * project id must match the project that owns the beacon. Optional. + * @return Google_Service_Proximitybeacon_Beacon + */ + public function update($beaconName, Google_Service_Proximitybeacon_Beacon $postBody, $optParams = array()) + { + $params = array('beaconName' => $beaconName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Proximitybeacon_Beacon"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php new file mode 100644 index 000000000..b4cad00cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php @@ -0,0 +1,170 @@ + + * $proximitybeaconService = new Google_Service_Proximitybeacon(...); + * $attachments = $proximitybeaconService->attachments; + * + */ +class Google_Service_Proximitybeacon_Resource_BeaconsAttachments extends Google_Service_Resource +{ + /** + * Deletes multiple attachments on a given beacon. This operation is permanent + * and cannot be undone. + * + * You can optionally specify `namespacedType` to choose which attachments + * should be deleted. If you do not specify `namespacedType`, all your + * attachments on the given beacon will be deleted. You also may explicitly + * specify `*` to delete all. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (attachments.batchDelete) + * + * @param string $beaconName The beacon whose attachments should be deleted. A + * beacon name has the format "beacons/N!beaconId" where the beaconId is the + * base16 ID broadcast by the beacon and N is a code for the beacon's type. + * Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for + * iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either + * the current EID or the beacon's "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id to delete beacon attachments + * under. This field can be used when "*" is specified to mean all attachment + * namespaces. Projects may have multiple attachments with multiple namespaces. + * If "*" is specified and the projectId string is empty, then the project + * making the request is used. Optional. + * @opt_param string namespacedType Specifies the namespace and type of + * attachments to delete in `namespace/type` format. Accepts `*` to specify "all + * types in all namespaces". Optional. + * @return Google_Service_Proximitybeacon_DeleteAttachmentsResponse + */ + public function batchDelete($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_Proximitybeacon_DeleteAttachmentsResponse"); + } + /** + * Associates the given data with the specified beacon. Attachment data must + * contain two parts: + * + * A namespaced type. The actual attachment data itself. + * + * The namespaced type consists of two parts, the namespace and the type. The + * namespace must be one of the values returned by the `namespaces` endpoint, + * while the type can be a string of any characters except for the forward slash + * (`/`) up to 100 characters in length. + * + * Attachment data can be up to 1024 bytes long. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (attachments.create) + * + * @param string $beaconName Beacon on which the attachment should be created. A + * beacon name has the format "beacons/N!beaconId" where the beaconId is the + * base16 ID broadcast by the beacon and N is a code for the beacon's type. + * Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for + * iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either + * the current EID or the beacon's "stable" UID. Required. + * @param Google_Service_Proximitybeacon_BeaconAttachment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the project the attachment will + * belong to. If the project id is not specified then the project making the + * request is used. Optional. + * @return Google_Service_Proximitybeacon_BeaconAttachment + */ + public function create($beaconName, Google_Service_Proximitybeacon_BeaconAttachment $postBody, $optParams = array()) + { + $params = array('beaconName' => $beaconName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Proximitybeacon_BeaconAttachment"); + } + /** + * Deletes the specified attachment for the given beacon. Each attachment has a + * unique attachment name (`attachmentName`) which is returned when you fetch + * the attachment data via this API. You specify this with the delete request to + * control which attachment is removed. This operation cannot be undone. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **Is owner** or **Can edit** permissions in the Google + * Developers Console project. (attachments.delete) + * + * @param string $attachmentName The attachment name (`attachmentName`) of the + * attachment to remove. For example: + * `beacons/3!893737abc9/attachments/c5e937-af0-494-959-ec49d12738`. For + * Eddystone-EID beacons, the beacon ID portion (`3!893737abc9`) may be the + * beacon's current EID, or its "stable" Eddystone-UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the attachment to delete. If + * not provided, the project that is making the request is used. Optional. + * @return Google_Service_Proximitybeacon_ProximitybeaconEmpty + */ + public function delete($attachmentName, $optParams = array()) + { + $params = array('attachmentName' => $attachmentName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Proximitybeacon_ProximitybeaconEmpty"); + } + /** + * Returns the attachments for the specified beacon that match the specified + * namespaced-type pattern. + * + * To control which namespaced types are returned, you add the `namespacedType` + * query parameter to the request. You must either use `*`, to return all + * attachments, or the namespace must be one of the ones returned from the + * `namespaces` endpoint. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in + * the Google Developers Console project. (attachments.listBeaconsAttachments) + * + * @param string $beaconName Beacon whose attachments should be fetched. A + * beacon name has the format "beacons/N!beaconId" where the beaconId is the + * base16 ID broadcast by the beacon and N is a code for the beacon's type. + * Possible values are `3` for Eddystone-UID, `4` for Eddystone-EID, `1` for + * iBeacon, or `5` for AltBeacon. For Eddystone-EID beacons, you may use either + * the current EID or the beacon's "stable" UID. Required. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id to list beacon attachments under. + * This field can be used when "*" is specified to mean all attachment + * namespaces. Projects may have multiple attachments with multiple namespaces. + * If "*" is specified and the projectId string is empty, then the project + * making the request is used. Optional. + * @opt_param string namespacedType Specifies the namespace and type of + * attachment to include in response in namespace/type format. Accepts `*` to + * specify "all types in all namespaces". + * @return Google_Service_Proximitybeacon_ListBeaconAttachmentsResponse + */ + public function listBeaconsAttachments($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListBeaconAttachmentsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsDiagnostics.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsDiagnostics.php new file mode 100644 index 000000000..1cb3d48b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsDiagnostics.php @@ -0,0 +1,59 @@ + + * $proximitybeaconService = new Google_Service_Proximitybeacon(...); + * $diagnostics = $proximitybeaconService->diagnostics; + * + */ +class Google_Service_Proximitybeacon_Resource_BeaconsDiagnostics extends Google_Service_Resource +{ + /** + * List the diagnostics for a single beacon. You can also list diagnostics for + * all the beacons owned by your Google Developers Console project by using the + * beacon name `beacons/-`. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in + * the Google Developers Console project. (diagnostics.listBeaconsDiagnostics) + * + * @param string $beaconName Beacon that the diagnostics are for. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Requests results that occur after the + * `page_token`, obtained from the response to a previous request. Optional. + * @opt_param int pageSize Specifies the maximum number of results to return. + * Defaults to 10. Maximum 1000. Optional. + * @opt_param string alertFilter Requests only beacons that have the given + * alert. For example, to find beacons that have low batteries use + * `alert_filter=LOW_BATTERY`. + * @opt_param string projectId Requests only diagnostic records for the given + * project id. If not set, then the project making the request will be used for + * looking up diagnostic records. Optional. + * @return Google_Service_Proximitybeacon_ListDiagnosticsResponse + */ + public function listBeaconsDiagnostics($beaconName, $optParams = array()) + { + $params = array('beaconName' => $beaconName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListDiagnosticsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Namespaces.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Namespaces.php new file mode 100644 index 000000000..d0c024e34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/Namespaces.php @@ -0,0 +1,70 @@ + + * $proximitybeaconService = new Google_Service_Proximitybeacon(...); + * $namespaces = $proximitybeaconService->namespaces; + * + */ +class Google_Service_Proximitybeacon_Resource_Namespaces extends Google_Service_Resource +{ + /** + * Lists all attachment namespaces owned by your Google Developers Console + * project. Attachment data associated with a beacon must include a namespaced + * type, and the namespace must be owned by your project. + * + * Authenticate using an [OAuth access + * token](https://developers.google.com/identity/protocols/OAuth2) from a + * signed-in user with **viewer**, **Is owner** or **Can edit** permissions in + * the Google Developers Console project. (namespaces.listNamespaces) + * + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id to list namespaces under. + * Optional. + * @return Google_Service_Proximitybeacon_ListNamespacesResponse + */ + public function listNamespaces($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Proximitybeacon_ListNamespacesResponse"); + } + /** + * Updates the information about the specified namespace. Only the namespace + * visibility can be updated. (namespaces.update) + * + * @param string $namespaceName Resource name of this namespace. Namespaces + * names have the format: namespaces/namespace. + * @param Google_Service_Proximitybeacon_ProximitybeaconNamespace $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string projectId The project id of the namespace to update. If the + * project id is not specified then the project making the request is used. The + * project id must match the project that owns the beacon. Optional. + * @return Google_Service_Proximitybeacon_ProximitybeaconNamespace + */ + public function update($namespaceName, Google_Service_Proximitybeacon_ProximitybeaconNamespace $postBody, $optParams = array()) + { + $params = array('namespaceName' => $namespaceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Proximitybeacon_ProximitybeaconNamespace"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/V1beta1.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/V1beta1.php new file mode 100644 index 000000000..25bb2c989 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/V1beta1.php @@ -0,0 +1,46 @@ + + * $proximitybeaconService = new Google_Service_Proximitybeacon(...); + * $v1beta1 = $proximitybeaconService->v1beta1; + * + */ +class Google_Service_Proximitybeacon_Resource_V1beta1 extends Google_Service_Resource +{ + /** + * Gets the Proximity Beacon API's current public key and associated parameters + * used to initiate the Diffie-Hellman key exchange required to register a + * beacon that broadcasts the Eddystone-EID format. This key changes + * periodically; clients may cache it and re-use the same public key to + * provision and register multiple beacons. However, clients should be prepared + * to refresh this key when they encounter an error registering an Eddystone-EID + * beacon. (v1beta1.getEidparams) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Proximitybeacon_EphemeralIdRegistrationParams + */ + public function getEidparams($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getEidparams', array($params), "Google_Service_Proximitybeacon_EphemeralIdRegistrationParams"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub.php new file mode 100644 index 000000000..fd94a461c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub.php @@ -0,0 +1,484 @@ + + * Provides reliable, many-to-many, asynchronous messaging between applications. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Pubsub extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage Pub/Sub topics and subscriptions. */ + const PUBSUB = + "https://www.googleapis.com/auth/pubsub"; + + public $projects_snapshots; + public $projects_subscriptions; + public $projects_topics; + public $projects_topics_snapshots; + public $projects_topics_subscriptions; + + /** + * Constructs the internal representation of the Pubsub 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://pubsub.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'pubsub'; + + $this->projects_snapshots = new Google_Service_Pubsub_Resource_ProjectsSnapshots( + $this, + $this->serviceName, + 'snapshots', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+snapshot}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'snapshot' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+snapshot}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'snapshot' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+project}/snapshots', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_subscriptions = new Google_Service_Pubsub_Resource_ProjectsSubscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'acknowledge' => array( + 'path' => 'v1/{+subscription}:acknowledge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+subscription}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+subscription}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+project}/subscriptions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'modifyAckDeadline' => array( + 'path' => 'v1/{+subscription}:modifyAckDeadline', + 'httpMethod' => 'POST', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'modifyPushConfig' => array( + 'path' => 'v1/{+subscription}:modifyPushConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'pull' => array( + 'path' => 'v1/{+subscription}:pull', + 'httpMethod' => 'POST', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'seek' => array( + 'path' => 'v1/{+subscription}:seek', + 'httpMethod' => 'POST', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_topics = new Google_Service_Pubsub_Resource_ProjectsTopics( + $this, + $this->serviceName, + 'topics', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+topic}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+topic}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+project}/topics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'publish' => array( + 'path' => 'v1/{+topic}:publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_topics_snapshots = new Google_Service_Pubsub_Resource_ProjectsTopicsSnapshots( + $this, + $this->serviceName, + 'snapshots', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+topic}/snapshots', + 'httpMethod' => 'GET', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_topics_subscriptions = new Google_Service_Pubsub_Resource_ProjectsTopicsSubscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+topic}/subscriptions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php new file mode 100644 index 000000000..3481c6fa0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php @@ -0,0 +1,31 @@ +ackIds = $ackIds; + } + public function getAckIds() + { + return $this->ackIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Binding.php new file mode 100644 index 000000000..1750520ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Pubsub_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.php new file mode 100644 index 000000000..ae1c3f882 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/CreateSnapshotRequest.php @@ -0,0 +1,39 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setSubscription($subscription) + { + $this->subscription = $subscription; + } + public function getSubscription() + { + return $this->subscription; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ExpirationPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ExpirationPolicy.php new file mode 100644 index 000000000..299c995d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ExpirationPolicy.php @@ -0,0 +1,30 @@ +ttl = $ttl; + } + public function getTtl() + { + return $this->ttl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Expr.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Expr.php new file mode 100644 index 000000000..793e3dd7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSnapshotsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSnapshotsResponse.php new file mode 100644 index 000000000..c49c2623e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSnapshotsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Pubsub_Snapshot + */ + public function setSnapshots($snapshots) + { + $this->snapshots = $snapshots; + } + /** + * @return Google_Service_Pubsub_Snapshot + */ + public function getSnapshots() + { + return $this->snapshots; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSubscriptionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSubscriptionsResponse.php new file mode 100644 index 000000000..4e93a34bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListSubscriptionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Pubsub_Subscription + */ + public function setSubscriptions($subscriptions) + { + $this->subscriptions = $subscriptions; + } + /** + * @return Google_Service_Pubsub_Subscription + */ + public function getSubscriptions() + { + return $this->subscriptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSnapshotsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSnapshotsResponse.php new file mode 100644 index 000000000..95ea1387e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSnapshotsResponse.php @@ -0,0 +1,40 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSnapshots($snapshots) + { + $this->snapshots = $snapshots; + } + public function getSnapshots() + { + return $this->snapshots; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.php new file mode 100644 index 000000000..7a550bc29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.php @@ -0,0 +1,40 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSubscriptions($subscriptions) + { + $this->subscriptions = $subscriptions; + } + public function getSubscriptions() + { + return $this->subscriptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicsResponse.php new file mode 100644 index 000000000..f973b36e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Pubsub_Topic + */ + public function setTopics($topics) + { + $this->topics = $topics; + } + /** + * @return Google_Service_Pubsub_Topic + */ + public function getTopics() + { + return $this->topics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/MessageStoragePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/MessageStoragePolicy.php new file mode 100644 index 000000000..7693fd4b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/MessageStoragePolicy.php @@ -0,0 +1,31 @@ +allowedPersistenceRegions = $allowedPersistenceRegions; + } + public function getAllowedPersistenceRegions() + { + return $this->allowedPersistenceRegions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.php new file mode 100644 index 000000000..84c5b5862 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.php @@ -0,0 +1,40 @@ +ackDeadlineSeconds = $ackDeadlineSeconds; + } + public function getAckDeadlineSeconds() + { + return $this->ackDeadlineSeconds; + } + public function setAckIds($ackIds) + { + $this->ackIds = $ackIds; + } + public function getAckIds() + { + return $this->ackIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyPushConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyPushConfigRequest.php new file mode 100644 index 000000000..61660dc3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyPushConfigRequest.php @@ -0,0 +1,37 @@ +pushConfig = $pushConfig; + } + /** + * @return Google_Service_Pubsub_PushConfig + */ + public function getPushConfig() + { + return $this->pushConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/OidcToken.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/OidcToken.php new file mode 100644 index 000000000..1356406cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/OidcToken.php @@ -0,0 +1,39 @@ +audience = $audience; + } + public function getAudience() + { + return $this->audience; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php new file mode 100644 index 000000000..b692d0501 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Pubsub_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php new file mode 100644 index 000000000..ce2f1c583 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php @@ -0,0 +1,38 @@ +messages = $messages; + } + /** + * @return Google_Service_Pubsub_PubsubMessage + */ + public function getMessages() + { + return $this->messages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishResponse.php new file mode 100644 index 000000000..1d56d1d05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishResponse.php @@ -0,0 +1,31 @@ +messageIds = $messageIds; + } + public function getMessageIds() + { + return $this->messageIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PubsubEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PubsubEmpty.php new file mode 100644 index 000000000..610ee02df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PubsubEmpty.php @@ -0,0 +1,20 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setMessageId($messageId) + { + $this->messageId = $messageId; + } + public function getMessageId() + { + return $this->messageId; + } + public function setPublishTime($publishTime) + { + $this->publishTime = $publishTime; + } + public function getPublishTime() + { + return $this->publishTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PullRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PullRequest.php new file mode 100644 index 000000000..eaba8e7eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PullRequest.php @@ -0,0 +1,39 @@ +maxMessages = $maxMessages; + } + public function getMaxMessages() + { + return $this->maxMessages; + } + public function setReturnImmediately($returnImmediately) + { + $this->returnImmediately = $returnImmediately; + } + public function getReturnImmediately() + { + return $this->returnImmediately; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PullResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PullResponse.php new file mode 100644 index 000000000..1d708fdb6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PullResponse.php @@ -0,0 +1,38 @@ +receivedMessages = $receivedMessages; + } + /** + * @return Google_Service_Pubsub_ReceivedMessage + */ + public function getReceivedMessages() + { + return $this->receivedMessages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PushConfig.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PushConfig.php new file mode 100644 index 000000000..73cae2792 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PushConfig.php @@ -0,0 +1,55 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + /** + * @param Google_Service_Pubsub_OidcToken + */ + public function setOidcToken(Google_Service_Pubsub_OidcToken $oidcToken) + { + $this->oidcToken = $oidcToken; + } + /** + * @return Google_Service_Pubsub_OidcToken + */ + public function getOidcToken() + { + return $this->oidcToken; + } + public function setPushEndpoint($pushEndpoint) + { + $this->pushEndpoint = $pushEndpoint; + } + public function getPushEndpoint() + { + return $this->pushEndpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ReceivedMessage.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ReceivedMessage.php new file mode 100644 index 000000000..921c90f4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ReceivedMessage.php @@ -0,0 +1,46 @@ +ackId = $ackId; + } + public function getAckId() + { + return $this->ackId; + } + /** + * @param Google_Service_Pubsub_PubsubMessage + */ + public function setMessage(Google_Service_Pubsub_PubsubMessage $message) + { + $this->message = $message; + } + /** + * @return Google_Service_Pubsub_PubsubMessage + */ + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.php new file mode 100644 index 000000000..0269ba02a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $pubsubService = new Google_Service_Pubsub(...); + * $projects = $pubsubService->projects; + * + */ +class Google_Service_Pubsub_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php new file mode 100644 index 000000000..00224c43f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php @@ -0,0 +1,206 @@ + + * $pubsubService = new Google_Service_Pubsub(...); + * $snapshots = $pubsubService->snapshots; + * + */ +class Google_Service_Pubsub_Resource_ProjectsSnapshots extends Google_Service_Resource +{ + /** + * Creates a snapshot from the requested subscription. Snapshots are used in + * Seek operations, which allow you to manage message acknowledgments in bulk. + * That is, you can set the acknowledgment state of messages in an existing + * subscription to the state captured by a snapshot. If the snapshot already + * exists, returns `ALREADY_EXISTS`. If the requested subscription doesn't + * exist, returns `NOT_FOUND`. If the backlog in the subscription is too old -- + * and the resulting snapshot would expire in less than 1 hour -- then + * `FAILED_PRECONDITION` is returned. See also the `Snapshot.expire_time` field. + * If the name is not provided in the request, the server will assign a random + * name for this snapshot on the same project as the subscription, conforming to + * the [resource name + * format](https://cloud.google.com/pubsub/docs/admin#resource_names). The + * generated name is populated in the returned Snapshot object. Note that for + * REST API requests, you must specify a name in the request. (snapshots.create) + * + * @param string $name Optional user-provided name for this snapshot. If the + * name is not provided in the request, the server will assign a random name for + * this snapshot on the same project as the subscription. Note that for REST API + * requests, you must specify a name. See the + * + * resource name rules. Format is `projects/{project}/snapshots/{snap}`. + * @param Google_Service_Pubsub_CreateSnapshotRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Snapshot + */ + public function create($name, Google_Service_Pubsub_CreateSnapshotRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Pubsub_Snapshot"); + } + /** + * Removes an existing snapshot. Snapshots are used in Seek operations, which + * allow you to manage message acknowledgments in bulk. That is, you can set the + * acknowledgment state of messages in an existing subscription to the state + * captured by a snapshot. When the snapshot is deleted, all messages retained + * in the snapshot are immediately dropped. After a snapshot is deleted, a new + * one may be created with the same name, but the new one has no association + * with the old snapshot or its subscription, unless the same subscription is + * specified. (snapshots.delete) + * + * @param string $snapshot The name of the snapshot to delete. Format is + * `projects/{project}/snapshots/{snap}`. + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PubsubEmpty + */ + public function delete($snapshot, $optParams = array()) + { + $params = array('snapshot' => $snapshot); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); + } + /** + * Gets the configuration details of a snapshot. Snapshots are used in Seek + * operations, which allow you to manage message acknowledgments in bulk. That + * is, you can set the acknowledgment state of messages in an existing + * subscription to the state captured by a snapshot. (snapshots.get) + * + * @param string $snapshot The name of the snapshot to get. Format is + * `projects/{project}/snapshots/{snap}`. + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Snapshot + */ + public function get($snapshot, $optParams = array()) + { + $params = array('snapshot' => $snapshot); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Pubsub_Snapshot"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (snapshots.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. + * @return Google_Service_Pubsub_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); + } + /** + * Lists the existing snapshots. Snapshots are used in Seek operations, which + * allow you to manage message acknowledgments in bulk. That is, you can set the + * acknowledgment state of messages in an existing subscription to the state + * captured by a snapshot. (snapshots.listProjectsSnapshots) + * + * @param string $project The name of the project in which to list snapshots. + * Format is `projects/{project-id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListSnapshotsResponse`; indicates that this is a continuation of a prior + * `ListSnapshots` call, and that the system should return the next page of + * data. + * @opt_param int pageSize Maximum number of snapshots to return. + * @return Google_Service_Pubsub_ListSnapshotsResponse + */ + public function listProjectsSnapshots($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Pubsub_ListSnapshotsResponse"); + } + /** + * Updates an existing snapshot. Snapshots are used in Seek operations, which + * allow you to manage message acknowledgments in bulk. That is, you can set the + * acknowledgment state of messages in an existing subscription to the state + * captured by a snapshot. (snapshots.patch) + * + * @param string $name The name of the snapshot. + * @param Google_Service_Pubsub_UpdateSnapshotRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Snapshot + */ + public function patch($name, Google_Service_Pubsub_UpdateSnapshotRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Pubsub_Snapshot"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (snapshots.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_Pubsub_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Policy + */ + public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_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. (snapshots.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_Pubsub_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php new file mode 100644 index 000000000..b24e7d243 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php @@ -0,0 +1,297 @@ + + * $pubsubService = new Google_Service_Pubsub(...); + * $subscriptions = $pubsubService->subscriptions; + * + */ +class Google_Service_Pubsub_Resource_ProjectsSubscriptions extends Google_Service_Resource +{ + /** + * Acknowledges the messages associated with the `ack_ids` in the + * `AcknowledgeRequest`. The Pub/Sub system can remove the relevant messages + * from the subscription. + * + * Acknowledging a message whose ack deadline has expired may succeed, but such + * a message may be redelivered later. Acknowledging a message more than once + * will not result in an error. (subscriptions.acknowledge) + * + * @param string $subscription The subscription whose message is being + * acknowledged. Format is `projects/{project}/subscriptions/{sub}`. + * @param Google_Service_Pubsub_AcknowledgeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PubsubEmpty + */ + public function acknowledge($subscription, Google_Service_Pubsub_AcknowledgeRequest $postBody, $optParams = array()) + { + $params = array('subscription' => $subscription, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('acknowledge', array($params), "Google_Service_Pubsub_PubsubEmpty"); + } + /** + * Creates a subscription to a given topic. See the + * + * resource name rules. If the subscription already exists, returns + * `ALREADY_EXISTS`. If the corresponding topic doesn't exist, returns + * `NOT_FOUND`. + * + * If the name is not provided in the request, the server will assign a random + * name for this subscription on the same project as the topic, conforming to + * the [resource name + * format](https://cloud.google.com/pubsub/docs/admin#resource_names). The + * generated name is populated in the returned Subscription object. Note that + * for REST API requests, you must specify a name in the request. + * (subscriptions.create) + * + * @param string $name The name of the subscription. It must have the format + * `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must + * start with a letter, and contain only letters (`[A-Za-z]`), numbers + * (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus + * (`+`) or percent signs (`%`). It must be between 3 and 255 characters in + * length, and it must not start with `"goog"`. + * @param Google_Service_Pubsub_Subscription $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Subscription + */ + public function create($name, Google_Service_Pubsub_Subscription $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Pubsub_Subscription"); + } + /** + * Deletes an existing subscription. All messages retained in the subscription + * are immediately dropped. Calls to `Pull` after deletion will return + * `NOT_FOUND`. After a subscription is deleted, a new one may be created with + * the same name, but the new one has no association with the old subscription + * or its topic unless the same topic is specified. (subscriptions.delete) + * + * @param string $subscription The subscription to delete. Format is + * `projects/{project}/subscriptions/{sub}`. + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PubsubEmpty + */ + public function delete($subscription, $optParams = array()) + { + $params = array('subscription' => $subscription); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); + } + /** + * Gets the configuration details of a subscription. (subscriptions.get) + * + * @param string $subscription The name of the subscription to get. Format is + * `projects/{project}/subscriptions/{sub}`. + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Subscription + */ + public function get($subscription, $optParams = array()) + { + $params = array('subscription' => $subscription); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Pubsub_Subscription"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (subscriptions.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. + * @return Google_Service_Pubsub_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); + } + /** + * Lists matching subscriptions. (subscriptions.listProjectsSubscriptions) + * + * @param string $project The name of the project in which to list + * subscriptions. Format is `projects/{project-id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListSubscriptionsResponse`; indicates that this is a continuation of a prior + * `ListSubscriptions` call, and that the system should return the next page of + * data. + * @opt_param int pageSize Maximum number of subscriptions to return. + * @return Google_Service_Pubsub_ListSubscriptionsResponse + */ + public function listProjectsSubscriptions($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Pubsub_ListSubscriptionsResponse"); + } + /** + * Modifies the ack deadline for a specific message. This method is useful to + * indicate that more time is needed to process a message by the subscriber, or + * to make the message available for redelivery if the processing was + * interrupted. Note that this does not modify the subscription-level + * `ackDeadlineSeconds` used for subsequent messages. + * (subscriptions.modifyAckDeadline) + * + * @param string $subscription The name of the subscription. Format is + * `projects/{project}/subscriptions/{sub}`. + * @param Google_Service_Pubsub_ModifyAckDeadlineRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PubsubEmpty + */ + public function modifyAckDeadline($subscription, Google_Service_Pubsub_ModifyAckDeadlineRequest $postBody, $optParams = array()) + { + $params = array('subscription' => $subscription, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyAckDeadline', array($params), "Google_Service_Pubsub_PubsubEmpty"); + } + /** + * Modifies the `PushConfig` for a specified subscription. + * + * This may be used to change a push subscription to a pull one (signified by an + * empty `PushConfig`) or vice versa, or change the endpoint URL and other + * attributes of a push subscription. Messages will accumulate for delivery + * continuously through the call regardless of changes to the `PushConfig`. + * (subscriptions.modifyPushConfig) + * + * @param string $subscription The name of the subscription. Format is + * `projects/{project}/subscriptions/{sub}`. + * @param Google_Service_Pubsub_ModifyPushConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PubsubEmpty + */ + public function modifyPushConfig($subscription, Google_Service_Pubsub_ModifyPushConfigRequest $postBody, $optParams = array()) + { + $params = array('subscription' => $subscription, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('modifyPushConfig', array($params), "Google_Service_Pubsub_PubsubEmpty"); + } + /** + * Updates an existing subscription. Note that certain properties of a + * subscription, such as its topic, are not modifiable. (subscriptions.patch) + * + * @param string $name The name of the subscription. It must have the format + * `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must + * start with a letter, and contain only letters (`[A-Za-z]`), numbers + * (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus + * (`+`) or percent signs (`%`). It must be between 3 and 255 characters in + * length, and it must not start with `"goog"`. + * @param Google_Service_Pubsub_UpdateSubscriptionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Subscription + */ + public function patch($name, Google_Service_Pubsub_UpdateSubscriptionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Pubsub_Subscription"); + } + /** + * Pulls messages from the server. The server may return `UNAVAILABLE` if there + * are too many concurrent pull requests pending for the given subscription. + * (subscriptions.pull) + * + * @param string $subscription The subscription from which messages should be + * pulled. Format is `projects/{project}/subscriptions/{sub}`. + * @param Google_Service_Pubsub_PullRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PullResponse + */ + public function pull($subscription, Google_Service_Pubsub_PullRequest $postBody, $optParams = array()) + { + $params = array('subscription' => $subscription, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('pull', array($params), "Google_Service_Pubsub_PullResponse"); + } + /** + * Seeks an existing subscription to a point in time or to a given snapshot, + * whichever is provided in the request. Snapshots are used in Seek operations, + * which allow you to manage message acknowledgments in bulk. That is, you can + * set the acknowledgment state of messages in an existing subscription to the + * state captured by a snapshot. Note that both the subscription and the + * snapshot must be on the same topic. (subscriptions.seek) + * + * @param string $subscription The subscription to affect. + * @param Google_Service_Pubsub_SeekRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_SeekResponse + */ + public function seek($subscription, Google_Service_Pubsub_SeekRequest $postBody, $optParams = array()) + { + $params = array('subscription' => $subscription, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('seek', array($params), "Google_Service_Pubsub_SeekResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (subscriptions.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_Pubsub_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Policy + */ + public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_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. (subscriptions.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_Pubsub_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php new file mode 100644 index 000000000..ae36451b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php @@ -0,0 +1,204 @@ + + * $pubsubService = new Google_Service_Pubsub(...); + * $topics = $pubsubService->topics; + * + */ +class Google_Service_Pubsub_Resource_ProjectsTopics extends Google_Service_Resource +{ + /** + * Creates the given topic with the given name. See the + * + * resource name rules. (topics.create) + * + * @param string $name The name of the topic. It must have the format + * `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, + * and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), + * underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs + * (`%`). It must be between 3 and 255 characters in length, and it must not + * start with `"goog"`. + * @param Google_Service_Pubsub_Topic $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Topic + */ + public function create($name, Google_Service_Pubsub_Topic $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Pubsub_Topic"); + } + /** + * Deletes the topic with the given name. Returns `NOT_FOUND` if the topic does + * not exist. After a topic is deleted, a new topic may be created with the same + * name; this is an entirely new topic with none of the old configuration or + * subscriptions. Existing subscriptions to this topic are not deleted, but + * their `topic` field is set to `_deleted-topic_`. (topics.delete) + * + * @param string $topic Name of the topic to delete. Format is + * `projects/{project}/topics/{topic}`. + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PubsubEmpty + */ + public function delete($topic, $optParams = array()) + { + $params = array('topic' => $topic); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Pubsub_PubsubEmpty"); + } + /** + * Gets the configuration of a topic. (topics.get) + * + * @param string $topic The name of the topic to get. Format is + * `projects/{project}/topics/{topic}`. + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Topic + */ + public function get($topic, $optParams = array()) + { + $params = array('topic' => $topic); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Pubsub_Topic"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (topics.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. + * @return Google_Service_Pubsub_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); + } + /** + * Lists matching topics. (topics.listProjectsTopics) + * + * @param string $project The name of the project in which to list topics. + * Format is `projects/{project-id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListTopicsResponse`; indicates that this is a continuation of a prior + * `ListTopics` call, and that the system should return the next page of data. + * @opt_param int pageSize Maximum number of topics to return. + * @return Google_Service_Pubsub_ListTopicsResponse + */ + public function listProjectsTopics($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicsResponse"); + } + /** + * Updates an existing topic. Note that certain properties of a topic are not + * modifiable. (topics.patch) + * + * @param string $name The name of the topic. It must have the format + * `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, + * and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), + * underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs + * (`%`). It must be between 3 and 255 characters in length, and it must not + * start with `"goog"`. + * @param Google_Service_Pubsub_UpdateTopicRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Topic + */ + public function patch($name, Google_Service_Pubsub_UpdateTopicRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Pubsub_Topic"); + } + /** + * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic does + * not exist. (topics.publish) + * + * @param string $topic The messages in the request will be published on this + * topic. Format is `projects/{project}/topics/{topic}`. + * @param Google_Service_Pubsub_PublishRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_PublishResponse + */ + public function publish($topic, Google_Service_Pubsub_PublishRequest $postBody, $optParams = array()) + { + $params = array('topic' => $topic, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('publish', array($params), "Google_Service_Pubsub_PublishResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (topics.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_Pubsub_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_Policy + */ + public function setIamPolicy($resource, Google_Service_Pubsub_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Pubsub_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. (topics.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_Pubsub_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Pubsub_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Pubsub_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Pubsub_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSnapshots.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSnapshots.php new file mode 100644 index 000000000..839eeef6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSnapshots.php @@ -0,0 +1,52 @@ + + * $pubsubService = new Google_Service_Pubsub(...); + * $snapshots = $pubsubService->snapshots; + * + */ +class Google_Service_Pubsub_Resource_ProjectsTopicsSnapshots extends Google_Service_Resource +{ + /** + * Lists the names of the snapshots on this topic. Snapshots are used in Seek + * operations, which allow you to manage message acknowledgments in bulk. That + * is, you can set the acknowledgment state of messages in an existing + * subscription to the state captured by a snapshot. + * (snapshots.listProjectsTopicsSnapshots) + * + * @param string $topic The name of the topic that snapshots are attached to. + * Format is `projects/{project}/topics/{topic}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListTopicSnapshotsResponse`; indicates that this is a continuation of a + * prior `ListTopicSnapshots` call, and that the system should return the next + * page of data. + * @opt_param int pageSize Maximum number of snapshot names to return. + * @return Google_Service_Pubsub_ListTopicSnapshotsResponse + */ + public function listProjectsTopicsSnapshots($topic, $optParams = array()) + { + $params = array('topic' => $topic); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicSnapshotsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSubscriptions.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSubscriptions.php new file mode 100644 index 000000000..442fb4bcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopicsSubscriptions.php @@ -0,0 +1,49 @@ + + * $pubsubService = new Google_Service_Pubsub(...); + * $subscriptions = $pubsubService->subscriptions; + * + */ +class Google_Service_Pubsub_Resource_ProjectsTopicsSubscriptions extends Google_Service_Resource +{ + /** + * Lists the names of the subscriptions on this topic. + * (subscriptions.listProjectsTopicsSubscriptions) + * + * @param string $topic The name of the topic that subscriptions are attached + * to. Format is `projects/{project}/topics/{topic}`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a + * prior `ListTopicSubscriptions` call, and that the system should return the + * next page of data. + * @opt_param int pageSize Maximum number of subscription names to return. + * @return Google_Service_Pubsub_ListTopicSubscriptionsResponse + */ + public function listProjectsTopicsSubscriptions($topic, $optParams = array()) + { + $params = array('topic' => $topic); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicSubscriptionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.php new file mode 100644 index 000000000..89200f722 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.php @@ -0,0 +1,39 @@ +snapshot = $snapshot; + } + public function getSnapshot() + { + return $this->snapshot; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekResponse.php new file mode 100644 index 000000000..36f36403a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekResponse.php @@ -0,0 +1,20 @@ +policy = $policy; + } + /** + * @return Google_Service_Pubsub_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.php new file mode 100644 index 000000000..d64f3a4c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Snapshot.php @@ -0,0 +1,57 @@ +expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php new file mode 100644 index 000000000..cf792f2fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php @@ -0,0 +1,107 @@ +ackDeadlineSeconds = $ackDeadlineSeconds; + } + public function getAckDeadlineSeconds() + { + return $this->ackDeadlineSeconds; + } + /** + * @param Google_Service_Pubsub_ExpirationPolicy + */ + public function setExpirationPolicy(Google_Service_Pubsub_ExpirationPolicy $expirationPolicy) + { + $this->expirationPolicy = $expirationPolicy; + } + /** + * @return Google_Service_Pubsub_ExpirationPolicy + */ + public function getExpirationPolicy() + { + return $this->expirationPolicy; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMessageRetentionDuration($messageRetentionDuration) + { + $this->messageRetentionDuration = $messageRetentionDuration; + } + public function getMessageRetentionDuration() + { + return $this->messageRetentionDuration; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Pubsub_PushConfig + */ + public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig) + { + $this->pushConfig = $pushConfig; + } + /** + * @return Google_Service_Pubsub_PushConfig + */ + public function getPushConfig() + { + return $this->pushConfig; + } + public function setRetainAckedMessages($retainAckedMessages) + { + $this->retainAckedMessages = $retainAckedMessages; + } + public function getRetainAckedMessages() + { + return $this->retainAckedMessages; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php new file mode 100644 index 000000000..a3bd47a9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsResponse.php new file mode 100644 index 000000000..5d8cc2631 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Topic.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Topic.php new file mode 100644 index 000000000..ce7501ea7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Topic.php @@ -0,0 +1,64 @@ +kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Pubsub_MessageStoragePolicy + */ + public function setMessageStoragePolicy(Google_Service_Pubsub_MessageStoragePolicy $messageStoragePolicy) + { + $this->messageStoragePolicy = $messageStoragePolicy; + } + /** + * @return Google_Service_Pubsub_MessageStoragePolicy + */ + public function getMessageStoragePolicy() + { + return $this->messageStoragePolicy; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSnapshotRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSnapshotRequest.php new file mode 100644 index 000000000..3fc572011 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSnapshotRequest.php @@ -0,0 +1,46 @@ +snapshot = $snapshot; + } + /** + * @return Google_Service_Pubsub_Snapshot + */ + public function getSnapshot() + { + return $this->snapshot; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSubscriptionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSubscriptionRequest.php new file mode 100644 index 000000000..0582a35b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateSubscriptionRequest.php @@ -0,0 +1,46 @@ +subscription = $subscription; + } + /** + * @return Google_Service_Pubsub_Subscription + */ + public function getSubscription() + { + return $this->subscription; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateTopicRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateTopicRequest.php new file mode 100644 index 000000000..d27cad8e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/UpdateTopicRequest.php @@ -0,0 +1,46 @@ +topic = $topic; + } + /** + * @return Google_Service_Pubsub_Topic + */ + public function getTopic() + { + return $this->topic; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress.php new file mode 100644 index 000000000..f4987d314 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress.php @@ -0,0 +1,65 @@ + + * Finds the least expensive flights between an origin and a destination. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_QPXExpress extends Google_Service +{ + + + public $trips; + + /** + * Constructs the internal representation of the QPXExpress service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'qpxExpress/v1/trips/'; + $this->version = 'v1'; + $this->serviceName = 'qpxExpress'; + + $this->trips = new Google_Service_QPXExpress_Resource_Trips( + $this, + $this->serviceName, + 'trips', + array( + 'methods' => array( + 'search' => array( + 'path' => 'search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/AircraftData.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/AircraftData.php new file mode 100644 index 000000000..84a04a3e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/AircraftData.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/AirportData.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/AirportData.php new file mode 100644 index 000000000..dcce7e50f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/AirportData.php @@ -0,0 +1,57 @@ +city = $city; + } + public function getCity() + { + return $this->city; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/BagDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/BagDescriptor.php new file mode 100644 index 000000000..c4dae9ef4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/BagDescriptor.php @@ -0,0 +1,67 @@ +commercialName = $commercialName; + } + public function getCommercialName() + { + return $this->commercialName; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSubcode($subcode) + { + $this->subcode = $subcode; + } + public function getSubcode() + { + return $this->subcode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/CarrierData.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/CarrierData.php new file mode 100644 index 000000000..af41a5416 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/CarrierData.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/CityData.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/CityData.php new file mode 100644 index 000000000..979d14b47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/CityData.php @@ -0,0 +1,57 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Data.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Data.php new file mode 100644 index 000000000..159b501b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Data.php @@ -0,0 +1,111 @@ +aircraft = $aircraft; + } + /** + * @return Google_Service_QPXExpress_AircraftData + */ + public function getAircraft() + { + return $this->aircraft; + } + /** + * @param Google_Service_QPXExpress_AirportData + */ + public function setAirport($airport) + { + $this->airport = $airport; + } + /** + * @return Google_Service_QPXExpress_AirportData + */ + public function getAirport() + { + return $this->airport; + } + /** + * @param Google_Service_QPXExpress_CarrierData + */ + public function setCarrier($carrier) + { + $this->carrier = $carrier; + } + /** + * @return Google_Service_QPXExpress_CarrierData + */ + public function getCarrier() + { + return $this->carrier; + } + /** + * @param Google_Service_QPXExpress_CityData + */ + public function setCity($city) + { + $this->city = $city; + } + /** + * @return Google_Service_QPXExpress_CityData + */ + public function getCity() + { + return $this->city; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_QPXExpress_TaxData + */ + public function setTax($tax) + { + $this->tax = $tax; + } + /** + * @return Google_Service_QPXExpress_TaxData + */ + public function getTax() + { + return $this->tax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.php new file mode 100644 index 000000000..7cb920a92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.php @@ -0,0 +1,84 @@ +basisCode = $basisCode; + } + public function getBasisCode() + { + return $this->basisCode; + } + public function setCarrier($carrier) + { + $this->carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + 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 setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } + public function setPrivate($private) + { + $this->private = $private; + } + public function getPrivate() + { + return $this->private; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FlightInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FlightInfo.php new file mode 100644 index 000000000..e8d1335ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FlightInfo.php @@ -0,0 +1,39 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FreeBaggageAllowance.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FreeBaggageAllowance.php new file mode 100644 index 000000000..6b8fcca9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FreeBaggageAllowance.php @@ -0,0 +1,83 @@ +bagDescriptor = $bagDescriptor; + } + /** + * @return Google_Service_QPXExpress_BagDescriptor + */ + public function getBagDescriptor() + { + return $this->bagDescriptor; + } + public function setKilos($kilos) + { + $this->kilos = $kilos; + } + public function getKilos() + { + return $this->kilos; + } + public function setKilosPerPiece($kilosPerPiece) + { + $this->kilosPerPiece = $kilosPerPiece; + } + public function getKilosPerPiece() + { + return $this->kilosPerPiece; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPieces($pieces) + { + $this->pieces = $pieces; + } + public function getPieces() + { + return $this->pieces; + } + public function setPounds($pounds) + { + $this->pounds = $pounds; + } + public function getPounds() + { + return $this->pounds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php new file mode 100644 index 000000000..cac3efa8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php @@ -0,0 +1,174 @@ +aircraft = $aircraft; + } + public function getAircraft() + { + return $this->aircraft; + } + public function setArrivalTime($arrivalTime) + { + $this->arrivalTime = $arrivalTime; + } + public function getArrivalTime() + { + return $this->arrivalTime; + } + public function setChangePlane($changePlane) + { + $this->changePlane = $changePlane; + } + public function getChangePlane() + { + return $this->changePlane; + } + public function setConnectionDuration($connectionDuration) + { + $this->connectionDuration = $connectionDuration; + } + public function getConnectionDuration() + { + return $this->connectionDuration; + } + public function setDepartureTime($departureTime) + { + $this->departureTime = $departureTime; + } + public function getDepartureTime() + { + return $this->departureTime; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setDestinationTerminal($destinationTerminal) + { + $this->destinationTerminal = $destinationTerminal; + } + public function getDestinationTerminal() + { + return $this->destinationTerminal; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + 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 setMeal($meal) + { + $this->meal = $meal; + } + public function getMeal() + { + return $this->meal; + } + public function setMileage($mileage) + { + $this->mileage = $mileage; + } + public function getMileage() + { + return $this->mileage; + } + public function setOnTimePerformance($onTimePerformance) + { + $this->onTimePerformance = $onTimePerformance; + } + public function getOnTimePerformance() + { + return $this->onTimePerformance; + } + public function setOperatingDisclosure($operatingDisclosure) + { + $this->operatingDisclosure = $operatingDisclosure; + } + public function getOperatingDisclosure() + { + return $this->operatingDisclosure; + } + public function setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } + public function setOriginTerminal($originTerminal) + { + $this->originTerminal = $originTerminal; + } + public function getOriginTerminal() + { + return $this->originTerminal; + } + public function setSecure($secure) + { + $this->secure = $secure; + } + public function getSecure() + { + return $this->secure; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/PassengerCounts.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/PassengerCounts.php new file mode 100644 index 000000000..507fcee5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/PassengerCounts.php @@ -0,0 +1,75 @@ +adultCount = $adultCount; + } + public function getAdultCount() + { + return $this->adultCount; + } + public function setChildCount($childCount) + { + $this->childCount = $childCount; + } + public function getChildCount() + { + return $this->childCount; + } + public function setInfantInLapCount($infantInLapCount) + { + $this->infantInLapCount = $infantInLapCount; + } + public function getInfantInLapCount() + { + return $this->infantInLapCount; + } + public function setInfantInSeatCount($infantInSeatCount) + { + $this->infantInSeatCount = $infantInSeatCount; + } + public function getInfantInSeatCount() + { + return $this->infantInSeatCount; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSeniorCount($seniorCount) + { + $this->seniorCount = $seniorCount; + } + public function getSeniorCount() + { + return $this->seniorCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/PricingInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/PricingInfo.php new file mode 100644 index 000000000..2c3e94956 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/PricingInfo.php @@ -0,0 +1,167 @@ +baseFareTotal = $baseFareTotal; + } + public function getBaseFareTotal() + { + return $this->baseFareTotal; + } + /** + * @param Google_Service_QPXExpress_FareInfo + */ + public function setFare($fare) + { + $this->fare = $fare; + } + /** + * @return Google_Service_QPXExpress_FareInfo + */ + public function getFare() + { + return $this->fare; + } + public function setFareCalculation($fareCalculation) + { + $this->fareCalculation = $fareCalculation; + } + public function getFareCalculation() + { + return $this->fareCalculation; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLatestTicketingTime($latestTicketingTime) + { + $this->latestTicketingTime = $latestTicketingTime; + } + public function getLatestTicketingTime() + { + return $this->latestTicketingTime; + } + /** + * @param Google_Service_QPXExpress_PassengerCounts + */ + public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers) + { + $this->passengers = $passengers; + } + /** + * @return Google_Service_QPXExpress_PassengerCounts + */ + public function getPassengers() + { + return $this->passengers; + } + public function setPtc($ptc) + { + $this->ptc = $ptc; + } + public function getPtc() + { + return $this->ptc; + } + public function setRefundable($refundable) + { + $this->refundable = $refundable; + } + public function getRefundable() + { + return $this->refundable; + } + public function setSaleFareTotal($saleFareTotal) + { + $this->saleFareTotal = $saleFareTotal; + } + public function getSaleFareTotal() + { + return $this->saleFareTotal; + } + public function setSaleTaxTotal($saleTaxTotal) + { + $this->saleTaxTotal = $saleTaxTotal; + } + public function getSaleTaxTotal() + { + return $this->saleTaxTotal; + } + public function setSaleTotal($saleTotal) + { + $this->saleTotal = $saleTotal; + } + public function getSaleTotal() + { + return $this->saleTotal; + } + /** + * @param Google_Service_QPXExpress_SegmentPricing + */ + public function setSegmentPricing($segmentPricing) + { + $this->segmentPricing = $segmentPricing; + } + /** + * @return Google_Service_QPXExpress_SegmentPricing + */ + public function getSegmentPricing() + { + return $this->segmentPricing; + } + /** + * @param Google_Service_QPXExpress_TaxInfo + */ + public function setTax($tax) + { + $this->tax = $tax; + } + /** + * @return Google_Service_QPXExpress_TaxInfo + */ + public function getTax() + { + return $this->tax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.php new file mode 100644 index 000000000..c72c65c03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.php @@ -0,0 +1,41 @@ + + * $qpxExpressService = new Google_Service_QPXExpress(...); + * $trips = $qpxExpressService->trips; + * + */ +class Google_Service_QPXExpress_Resource_Trips extends Google_Service_Resource +{ + /** + * Returns a list of flights. (trips.search) + * + * @param Google_Service_QPXExpress_TripsSearchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_QPXExpress_TripsSearchResponse + */ + public function search(Google_Service_QPXExpress_TripsSearchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_QPXExpress_TripsSearchResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentInfo.php new file mode 100644 index 000000000..db18b43df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentInfo.php @@ -0,0 +1,135 @@ +bookingCode = $bookingCode; + } + public function getBookingCode() + { + return $this->bookingCode; + } + public function setBookingCodeCount($bookingCodeCount) + { + $this->bookingCodeCount = $bookingCodeCount; + } + public function getBookingCodeCount() + { + return $this->bookingCodeCount; + } + public function setCabin($cabin) + { + $this->cabin = $cabin; + } + public function getCabin() + { + return $this->cabin; + } + public function setConnectionDuration($connectionDuration) + { + $this->connectionDuration = $connectionDuration; + } + public function getConnectionDuration() + { + return $this->connectionDuration; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + /** + * @param Google_Service_QPXExpress_FlightInfo + */ + public function setFlight(Google_Service_QPXExpress_FlightInfo $flight) + { + $this->flight = $flight; + } + /** + * @return Google_Service_QPXExpress_FlightInfo + */ + public function getFlight() + { + return $this->flight; + } + 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_QPXExpress_LegInfo + */ + public function setLeg($leg) + { + $this->leg = $leg; + } + /** + * @return Google_Service_QPXExpress_LegInfo + */ + public function getLeg() + { + return $this->leg; + } + public function setMarriedSegmentGroup($marriedSegmentGroup) + { + $this->marriedSegmentGroup = $marriedSegmentGroup; + } + public function getMarriedSegmentGroup() + { + return $this->marriedSegmentGroup; + } + public function setSubjectToGovernmentApproval($subjectToGovernmentApproval) + { + $this->subjectToGovernmentApproval = $subjectToGovernmentApproval; + } + public function getSubjectToGovernmentApproval() + { + return $this->subjectToGovernmentApproval; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php new file mode 100644 index 000000000..d9302dc23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php @@ -0,0 +1,65 @@ +fareId = $fareId; + } + public function getFareId() + { + return $this->fareId; + } + /** + * @param Google_Service_QPXExpress_FreeBaggageAllowance + */ + public function setFreeBaggageOption($freeBaggageOption) + { + $this->freeBaggageOption = $freeBaggageOption; + } + /** + * @return Google_Service_QPXExpress_FreeBaggageAllowance + */ + public function getFreeBaggageOption() + { + return $this->freeBaggageOption; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSegmentId($segmentId) + { + $this->segmentId = $segmentId; + } + public function getSegmentId() + { + return $this->segmentId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php new file mode 100644 index 000000000..4cdffece6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php @@ -0,0 +1,56 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_QPXExpress_SegmentInfo + */ + public function setSegment($segment) + { + $this->segment = $segment; + } + /** + * @return Google_Service_QPXExpress_SegmentInfo + */ + public function getSegment() + { + return $this->segment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInput.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInput.php new file mode 100644 index 000000000..d4b88de95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInput.php @@ -0,0 +1,128 @@ +alliance = $alliance; + } + public function getAlliance() + { + return $this->alliance; + } + public function setDate($date) + { + $this->date = $date; + } + public function getDate() + { + return $this->date; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxConnectionDuration($maxConnectionDuration) + { + $this->maxConnectionDuration = $maxConnectionDuration; + } + public function getMaxConnectionDuration() + { + return $this->maxConnectionDuration; + } + public function setMaxStops($maxStops) + { + $this->maxStops = $maxStops; + } + public function getMaxStops() + { + return $this->maxStops; + } + public function setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } + public function setPermittedCarrier($permittedCarrier) + { + $this->permittedCarrier = $permittedCarrier; + } + public function getPermittedCarrier() + { + return $this->permittedCarrier; + } + /** + * @param Google_Service_QPXExpress_TimeOfDayRange + */ + public function setPermittedDepartureTime(Google_Service_QPXExpress_TimeOfDayRange $permittedDepartureTime) + { + $this->permittedDepartureTime = $permittedDepartureTime; + } + /** + * @return Google_Service_QPXExpress_TimeOfDayRange + */ + public function getPermittedDepartureTime() + { + return $this->permittedDepartureTime; + } + public function setPreferredCabin($preferredCabin) + { + $this->preferredCabin = $preferredCabin; + } + public function getPreferredCabin() + { + return $this->preferredCabin; + } + public function setProhibitedCarrier($prohibitedCarrier) + { + $this->prohibitedCarrier = $prohibitedCarrier; + } + public function getProhibitedCarrier() + { + return $this->prohibitedCarrier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php new file mode 100644 index 000000000..b8be6be48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxInfo.php new file mode 100644 index 000000000..977a70b09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxInfo.php @@ -0,0 +1,75 @@ +chargeType = $chargeType; + } + public function getChargeType() + { + return $this->chargeType; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + 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 setSalePrice($salePrice) + { + $this->salePrice = $salePrice; + } + public function getSalePrice() + { + return $this->salePrice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TimeOfDayRange.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TimeOfDayRange.php new file mode 100644 index 000000000..2249050ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TimeOfDayRange.php @@ -0,0 +1,48 @@ +earliestTime = $earliestTime; + } + public function getEarliestTime() + { + return $this->earliestTime; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLatestTime($latestTime) + { + $this->latestTime = $latestTime; + } + public function getLatestTime() + { + return $this->latestTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOption.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOption.php new file mode 100644 index 000000000..ef65506ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOption.php @@ -0,0 +1,81 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_QPXExpress_PricingInfo + */ + public function setPricing($pricing) + { + $this->pricing = $pricing; + } + /** + * @return Google_Service_QPXExpress_PricingInfo + */ + public function getPricing() + { + return $this->pricing; + } + public function setSaleTotal($saleTotal) + { + $this->saleTotal = $saleTotal; + } + public function getSaleTotal() + { + return $this->saleTotal; + } + /** + * @param Google_Service_QPXExpress_SliceInfo + */ + public function setSlice($slice) + { + $this->slice = $slice; + } + /** + * @return Google_Service_QPXExpress_SliceInfo + */ + public function getSlice() + { + return $this->slice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.php new file mode 100644 index 000000000..e524548b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.php @@ -0,0 +1,99 @@ +maxPrice = $maxPrice; + } + public function getMaxPrice() + { + return $this->maxPrice; + } + /** + * @param Google_Service_QPXExpress_PassengerCounts + */ + public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers) + { + $this->passengers = $passengers; + } + /** + * @return Google_Service_QPXExpress_PassengerCounts + */ + public function getPassengers() + { + return $this->passengers; + } + public function setRefundable($refundable) + { + $this->refundable = $refundable; + } + public function getRefundable() + { + return $this->refundable; + } + public function setSaleCountry($saleCountry) + { + $this->saleCountry = $saleCountry; + } + public function getSaleCountry() + { + return $this->saleCountry; + } + /** + * @param Google_Service_QPXExpress_SliceInput + */ + public function setSlice($slice) + { + $this->slice = $slice; + } + /** + * @return Google_Service_QPXExpress_SliceInput + */ + public function getSlice() + { + return $this->slice; + } + public function setSolutions($solutions) + { + $this->solutions = $solutions; + } + public function getSolutions() + { + return $this->solutions; + } + public function setTicketingCountry($ticketingCountry) + { + $this->ticketingCountry = $ticketingCountry; + } + public function getTicketingCountry() + { + return $this->ticketingCountry; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php new file mode 100644 index 000000000..a92c560a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php @@ -0,0 +1,72 @@ +data = $data; + } + /** + * @return Google_Service_QPXExpress_Data + */ + public function getData() + { + return $this->data; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + /** + * @param Google_Service_QPXExpress_TripOption + */ + public function setTripOption($tripOption) + { + $this->tripOption = $tripOption; + } + /** + * @return Google_Service_QPXExpress_TripOption + */ + public function getTripOption() + { + return $this->tripOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.php new file mode 100644 index 000000000..0766d9942 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.php @@ -0,0 +1,37 @@ +request = $request; + } + /** + * @return Google_Service_QPXExpress_TripOptionsRequest + */ + public function getRequest() + { + return $this->request; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.php new file mode 100644 index 000000000..f5d070d0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.php @@ -0,0 +1,46 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_QPXExpress_TripOptionsResponse + */ + public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips) + { + $this->trips = $trips; + } + /** + * @return Google_Service_QPXExpress_TripOptionsResponse + */ + public function getTrips() + { + return $this->trips; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender.php b/vendor/google/apiclient-services/src/Google/Service/Recommender.php new file mode 100644 index 000000000..fc31654b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender.php @@ -0,0 +1,127 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Recommender extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations_recommenders_recommendations; + + /** + * Constructs the internal representation of the Recommender 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://recommender.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'recommender'; + + $this->projects_locations_recommenders_recommendations = new Google_Service_Recommender_Resource_ProjectsLocationsRecommendersRecommendations( + $this, + $this->serviceName, + 'recommendations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/recommendations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'markClaimed' => array( + 'path' => 'v1beta1/{+name}:markClaimed', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'markFailed' => array( + 'path' => 'v1beta1/{+name}:markFailed', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'markSucceeded' => array( + 'path' => 'v1beta1/{+name}:markSucceeded', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1CostProjection.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1CostProjection.php new file mode 100644 index 000000000..8652979cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1CostProjection.php @@ -0,0 +1,46 @@ +cost = $cost; + } + /** + * @return Google_Service_Recommender_GoogleTypeMoney + */ + public function getCost() + { + return $this->cost; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Impact.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Impact.php new file mode 100644 index 000000000..62215c2f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Impact.php @@ -0,0 +1,46 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1CostProjection + */ + public function setCostProjection(Google_Service_Recommender_GoogleCloudRecommenderV1beta1CostProjection $costProjection) + { + $this->costProjection = $costProjection; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1CostProjection + */ + public function getCostProjection() + { + return $this->costProjection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ListRecommendationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ListRecommendationsResponse.php new file mode 100644 index 000000000..896d05580 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ListRecommendationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function setRecommendations($recommendations) + { + $this->recommendations = $recommendations; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function getRecommendations() + { + return $this->recommendations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.php new file mode 100644 index 000000000..47e87cb26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.php @@ -0,0 +1,39 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.php new file mode 100644 index 000000000..e3b7858d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.php @@ -0,0 +1,39 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.php new file mode 100644 index 000000000..983e1245d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.php @@ -0,0 +1,39 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Operation.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Operation.php new file mode 100644 index 000000000..356803f6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Operation.php @@ -0,0 +1,125 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPathFilters($pathFilters) + { + $this->pathFilters = $pathFilters; + } + public function getPathFilters() + { + return $this->pathFilters; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function setPathValueMatchers($pathValueMatchers) + { + $this->pathValueMatchers = $pathValueMatchers; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function getPathValueMatchers() + { + return $this->pathValueMatchers; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setResourceType($resourceType) + { + $this->resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } + public function setSourcePath($sourcePath) + { + $this->sourcePath = $sourcePath; + } + public function getSourcePath() + { + return $this->sourcePath; + } + public function setSourceResource($sourceResource) + { + $this->sourceResource = $sourceResource; + } + public function getSourceResource() + { + return $this->sourceResource; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function setValueMatcher(Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher $valueMatcher) + { + $this->valueMatcher = $valueMatcher; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function getValueMatcher() + { + return $this->valueMatcher; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1OperationGroup.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1OperationGroup.php new file mode 100644 index 000000000..390bfea95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1OperationGroup.php @@ -0,0 +1,38 @@ +operations = $operations; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Recommendation.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Recommendation.php new file mode 100644 index 000000000..6573f2eb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Recommendation.php @@ -0,0 +1,131 @@ +additionalImpact = $additionalImpact; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact + */ + public function getAdditionalImpact() + { + return $this->additionalImpact; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationContent + */ + public function setContent(Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationContent $content) + { + $this->content = $content; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationContent + */ + public function getContent() + { + return $this->content; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setLastRefreshTime($lastRefreshTime) + { + $this->lastRefreshTime = $lastRefreshTime; + } + public function getLastRefreshTime() + { + return $this->lastRefreshTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact + */ + public function setPrimaryImpact(Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact $primaryImpact) + { + $this->primaryImpact = $primaryImpact; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact + */ + public function getPrimaryImpact() + { + return $this->primaryImpact; + } + public function setRecommenderSubtype($recommenderSubtype) + { + $this->recommenderSubtype = $recommenderSubtype; + } + public function getRecommenderSubtype() + { + return $this->recommenderSubtype; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo + */ + public function setStateInfo(Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo $stateInfo) + { + $this->stateInfo = $stateInfo; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo + */ + public function getStateInfo() + { + return $this->stateInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationContent.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationContent.php new file mode 100644 index 000000000..c5a489b57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationContent.php @@ -0,0 +1,38 @@ +operationGroups = $operationGroups; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1OperationGroup + */ + public function getOperationGroups() + { + return $this->operationGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationStateInfo.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationStateInfo.php new file mode 100644 index 000000000..861400bdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationStateInfo.php @@ -0,0 +1,39 @@ +state = $state; + } + public function getState() + { + return $this->state; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ValueMatcher.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ValueMatcher.php new file mode 100644 index 000000000..feca45983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ValueMatcher.php @@ -0,0 +1,30 @@ +matchesPattern = $matchesPattern; + } + public function getMatchesPattern() + { + return $this->matchesPattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.php new file mode 100644 index 000000000..9430f695d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/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/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.php new file mode 100644 index 000000000..0372ed72a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $projects = $recommenderService->projects; + * + */ +class Google_Service_Recommender_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.php new file mode 100644 index 000000000..4622f71ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $locations = $recommenderService->locations; + * + */ +class Google_Service_Recommender_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.php new file mode 100644 index 000000000..9d1b44e41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.php @@ -0,0 +1,28 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $recommenders = $recommenderService->recommenders; + * + */ +class Google_Service_Recommender_Resource_ProjectsLocationsRecommenders extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.php new file mode 100644 index 000000000..b8cfe3c2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.php @@ -0,0 +1,144 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $recommendations = $recommenderService->recommendations; + * + */ +class Google_Service_Recommender_Resource_ProjectsLocationsRecommendersRecommendations extends Google_Service_Resource +{ + /** + * Gets the requested recommendation. Requires the recommender.*.get IAM + * permission for the specified recommender. (recommendations.get) + * + * @param string $name Name of the recommendation. + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } + /** + * Lists recommendations for a Cloud project. Requires the recommender.*.list + * IAM permission for the specified recommender. + * (recommendations.listProjectsLocationsRecommendersRecommendations) + * + * @param string $parent Required. The container resource on which to execute + * the request. Acceptable formats: + * + * 1. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ + * ID]", + * + * LOCATION here refers to GCP Locations: + * https://cloud.google.com/about/locations/ + * @param array $optParams Optional parameters. + * + * @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 must be identical to those in the previous call. + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. If not specified, the + * server will determine the number of results to return. + * @opt_param string filter Filter expression to restrict the recommendations + * returned. Supported filter fields: state_info.state Eg: + * `state_info.state:"DISMISSED" or state_info.state:"FAILED" + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1ListRecommendationsResponse + */ + public function listProjectsLocationsRecommendersRecommendations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1ListRecommendationsResponse"); + } + /** + * Mark the Recommendation State as Claimed. Users can use this method to + * indicate to the Recommender API that they are starting to apply the + * recommendation themselves. This stops the recommendation content from being + * updated. + * + * MarkRecommendationClaimed can be applied to recommendations in CLAIMED, + * SUCCEEDED, FAILED, or ACTIVE state. + * + * Requires the recommender.*.update IAM permission for the specified + * recommender. (recommendations.markClaimed) + * + * @param string $name Name of the recommendation. + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function markClaimed($name, Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('markClaimed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } + /** + * Mark the Recommendation State as Failed. Users can use this method to + * indicate to the Recommender API that they have applied the recommendation + * themselves, and the operation failed. This stops the recommendation content + * from being updated. + * + * MarkRecommendationFailed can be applied to recommendations in ACTIVE, + * CLAIMED, SUCCEEDED, or FAILED state. + * + * Requires the recommender.*.update IAM permission for the specified + * recommender. (recommendations.markFailed) + * + * @param string $name Name of the recommendation. + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function markFailed($name, Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('markFailed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } + /** + * Mark the Recommendation State as Succeeded. Users can use this method to + * indicate to the Recommender API that they have applied the recommendation + * themselves, and the operation was successful. This stops the recommendation + * content from being updated. + * + * MarkRecommendationSucceeded can be applied to recommendations in ACTIVE, + * CLAIMED, SUCCEEDED, or FAILED state. + * + * Requires the recommender.*.update IAM permission for the specified + * recommender. (recommendations.markSucceeded) + * + * @param string $name Name of the recommendation. + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function markSucceeded($name, Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('markSucceeded', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php new file mode 100644 index 000000000..fde37be55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php @@ -0,0 +1,254 @@ + + * Supplies a Remote Execution API service for tools such as bazel. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_RemoteBuildExecution extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $actionResults; + public $actions; + public $blobs; + public $operations; + public $v2; + + /** + * Constructs the internal representation of the RemoteBuildExecution 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://remotebuildexecution.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'remotebuildexecution'; + + $this->actionResults = new Google_Service_RemoteBuildExecution_Resource_ActionResults( + $this, + $this->serviceName, + 'actionResults', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'hash' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sizeBytes' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'inlineStdout' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'inlineStderr' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'inlineOutputFiles' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'update' => array( + 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'hash' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sizeBytes' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resultsCachePolicy.priority' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->actions = new Google_Service_RemoteBuildExecution_Resource_Actions( + $this, + $this->serviceName, + 'actions', + array( + 'methods' => array( + 'execute' => array( + 'path' => 'v2/{+instanceName}/actions:execute', + 'httpMethod' => 'POST', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->blobs = new Google_Service_RemoteBuildExecution_Resource_Blobs( + $this, + $this->serviceName, + 'blobs', + array( + 'methods' => array( + 'batchRead' => array( + 'path' => 'v2/{+instanceName}/blobs:batchRead', + 'httpMethod' => 'POST', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchUpdate' => array( + 'path' => 'v2/{+instanceName}/blobs:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'findMissing' => array( + 'path' => 'v2/{+instanceName}/blobs:findMissing', + 'httpMethod' => 'POST', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getTree' => array( + 'path' => 'v2/{+instanceName}/blobs/{hash}/{sizeBytes}:getTree', + 'httpMethod' => 'GET', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'hash' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sizeBytes' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_RemoteBuildExecution_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'waitExecution' => array( + 'path' => 'v2/{+name}:waitExecution', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->v2 = new Google_Service_RemoteBuildExecution_Resource_V2( + $this, + $this->serviceName, + 'v2', + array( + 'methods' => array( + 'getCapabilities' => array( + 'path' => 'v2/{+instanceName}/capabilities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'instanceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Action.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Action.php new file mode 100644 index 000000000..28f030631 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Action.php @@ -0,0 +1,71 @@ +commandDigest = $commandDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getCommandDigest() + { + return $this->commandDigest; + } + public function setDoNotCache($doNotCache) + { + $this->doNotCache = $doNotCache; + } + public function getDoNotCache() + { + return $this->doNotCache; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setInputRootDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $inputRootDigest) + { + $this->inputRootDigest = $inputRootDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getInputRootDigest() + { + return $this->inputRootDigest; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.php new file mode 100644 index 000000000..b3cd9c994 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.php @@ -0,0 +1,30 @@ +updateEnabled = $updateEnabled; + } + public function getUpdateEnabled() + { + return $this->updateEnabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionResult.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionResult.php new file mode 100644 index 000000000..fa39a6a55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ActionResult.php @@ -0,0 +1,161 @@ +executionMetadata = $executionMetadata; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutedActionMetadata + */ + public function getExecutionMetadata() + { + return $this->executionMetadata; + } + public function setExitCode($exitCode) + { + $this->exitCode = $exitCode; + } + public function getExitCode() + { + return $this->exitCode; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputDirectory + */ + public function setOutputDirectories($outputDirectories) + { + $this->outputDirectories = $outputDirectories; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputDirectory + */ + public function getOutputDirectories() + { + return $this->outputDirectories; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink + */ + public function setOutputDirectorySymlinks($outputDirectorySymlinks) + { + $this->outputDirectorySymlinks = $outputDirectorySymlinks; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink + */ + public function getOutputDirectorySymlinks() + { + return $this->outputDirectorySymlinks; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink + */ + public function setOutputFileSymlinks($outputFileSymlinks) + { + $this->outputFileSymlinks = $outputFileSymlinks; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputSymlink + */ + public function getOutputFileSymlinks() + { + return $this->outputFileSymlinks; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputFile + */ + public function setOutputFiles($outputFiles) + { + $this->outputFiles = $outputFiles; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2OutputFile + */ + public function getOutputFiles() + { + return $this->outputFiles; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setStderrDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $stderrDigest) + { + $this->stderrDigest = $stderrDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getStderrDigest() + { + return $this->stderrDigest; + } + public function setStderrRaw($stderrRaw) + { + $this->stderrRaw = $stderrRaw; + } + public function getStderrRaw() + { + return $this->stderrRaw; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setStdoutDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $stdoutDigest) + { + $this->stdoutDigest = $stdoutDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getStdoutDigest() + { + return $this->stdoutDigest; + } + public function setStdoutRaw($stdoutRaw) + { + $this->stdoutRaw = $stdoutRaw; + } + public function getStdoutRaw() + { + return $this->stdoutRaw; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsRequest.php new file mode 100644 index 000000000..0dd868ea1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsRequest.php @@ -0,0 +1,38 @@ +digests = $digests; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigests() + { + return $this->digests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponse.php new file mode 100644 index 000000000..469960644 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.php new file mode 100644 index 000000000..ab1776a97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.php @@ -0,0 +1,62 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $digest) + { + $this->digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest.php new file mode 100644 index 000000000..67a1543ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest.php @@ -0,0 +1,38 @@ +requests = $requests; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest + */ + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest.php new file mode 100644 index 000000000..95abb35cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest.php @@ -0,0 +1,46 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $digest) + { + $this->digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.php new file mode 100644 index 000000000..100015005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.php new file mode 100644 index 000000000..4e72452ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.php @@ -0,0 +1,53 @@ +digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CacheCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CacheCapabilities.php new file mode 100644 index 000000000..307204cfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CacheCapabilities.php @@ -0,0 +1,81 @@ +actionCacheUpdateCapabilities = $actionCacheUpdateCapabilities; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities + */ + public function getActionCacheUpdateCapabilities() + { + return $this->actionCacheUpdateCapabilities; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities + */ + public function setCachePriorityCapabilities(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities $cachePriorityCapabilities) + { + $this->cachePriorityCapabilities = $cachePriorityCapabilities; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities + */ + public function getCachePriorityCapabilities() + { + return $this->cachePriorityCapabilities; + } + public function setDigestFunction($digestFunction) + { + $this->digestFunction = $digestFunction; + } + public function getDigestFunction() + { + return $this->digestFunction; + } + public function setMaxBatchTotalSizeBytes($maxBatchTotalSizeBytes) + { + $this->maxBatchTotalSizeBytes = $maxBatchTotalSizeBytes; + } + public function getMaxBatchTotalSizeBytes() + { + return $this->maxBatchTotalSizeBytes; + } + public function setSymlinkAbsolutePathStrategy($symlinkAbsolutePathStrategy) + { + $this->symlinkAbsolutePathStrategy = $symlinkAbsolutePathStrategy; + } + public function getSymlinkAbsolutePathStrategy() + { + return $this->symlinkAbsolutePathStrategy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Command.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Command.php new file mode 100644 index 000000000..51767db93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Command.php @@ -0,0 +1,90 @@ +arguments = $arguments; + } + public function getArguments() + { + return $this->arguments; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2CommandEnvironmentVariable + */ + public function setEnvironmentVariables($environmentVariables) + { + $this->environmentVariables = $environmentVariables; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2CommandEnvironmentVariable + */ + public function getEnvironmentVariables() + { + return $this->environmentVariables; + } + public function setOutputDirectories($outputDirectories) + { + $this->outputDirectories = $outputDirectories; + } + public function getOutputDirectories() + { + return $this->outputDirectories; + } + public function setOutputFiles($outputFiles) + { + $this->outputFiles = $outputFiles; + } + public function getOutputFiles() + { + return $this->outputFiles; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform + */ + public function setPlatform(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform $platform) + { + $this->platform = $platform; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Platform + */ + public function getPlatform() + { + return $this->platform; + } + public function setWorkingDirectory($workingDirectory) + { + $this->workingDirectory = $workingDirectory; + } + public function getWorkingDirectory() + { + return $this->workingDirectory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CommandEnvironmentVariable.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CommandEnvironmentVariable.php new file mode 100644 index 000000000..e25ee9974 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2CommandEnvironmentVariable.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Digest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Digest.php new file mode 100644 index 000000000..2d88eb268 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Digest.php @@ -0,0 +1,39 @@ +hash = $hash; + } + public function getHash() + { + return $this->hash; + } + public function setSizeBytes($sizeBytes) + { + $this->sizeBytes = $sizeBytes; + } + public function getSizeBytes() + { + return $this->sizeBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Directory.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Directory.php new file mode 100644 index 000000000..ce5462258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Directory.php @@ -0,0 +1,70 @@ +directories = $directories; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2DirectoryNode + */ + public function getDirectories() + { + return $this->directories; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FileNode + */ + public function setFiles($files) + { + $this->files = $files; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FileNode + */ + public function getFiles() + { + return $this->files; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2SymlinkNode + */ + public function setSymlinks($symlinks) + { + $this->symlinks = $symlinks; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2SymlinkNode + */ + public function getSymlinks() + { + return $this->symlinks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2DirectoryNode.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2DirectoryNode.php new file mode 100644 index 000000000..993bb6c0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2DirectoryNode.php @@ -0,0 +1,46 @@ +digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteOperationMetadata.php new file mode 100644 index 000000000..6b416ffd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteOperationMetadata.php @@ -0,0 +1,64 @@ +actionDigest = $actionDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getActionDigest() + { + return $this->actionDigest; + } + public function setStage($stage) + { + $this->stage = $stage; + } + public function getStage() + { + return $this->stage; + } + public function setStderrStreamName($stderrStreamName) + { + $this->stderrStreamName = $stderrStreamName; + } + public function getStderrStreamName() + { + return $this->stderrStreamName; + } + public function setStdoutStreamName($stdoutStreamName) + { + $this->stdoutStreamName = $stdoutStreamName; + } + public function getStdoutStreamName() + { + return $this->stdoutStreamName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteRequest.php new file mode 100644 index 000000000..c94b22f86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteRequest.php @@ -0,0 +1,78 @@ +actionDigest = $actionDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getActionDigest() + { + return $this->actionDigest; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionPolicy + */ + public function setExecutionPolicy(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionPolicy $executionPolicy) + { + $this->executionPolicy = $executionPolicy; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionPolicy + */ + public function getExecutionPolicy() + { + return $this->executionPolicy; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ResultsCachePolicy + */ + public function setResultsCachePolicy(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ResultsCachePolicy $resultsCachePolicy) + { + $this->resultsCachePolicy = $resultsCachePolicy; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ResultsCachePolicy + */ + public function getResultsCachePolicy() + { + return $this->resultsCachePolicy; + } + public function setSkipCacheLookup($skipCacheLookup) + { + $this->skipCacheLookup = $skipCacheLookup; + } + public function getSkipCacheLookup() + { + return $this->skipCacheLookup; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteResponse.php new file mode 100644 index 000000000..a072bffca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecuteResponse.php @@ -0,0 +1,87 @@ +cachedResult = $cachedResult; + } + public function getCachedResult() + { + return $this->cachedResult; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult + */ + public function setResult(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $result) + { + $this->result = $result; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult + */ + public function getResult() + { + return $this->result; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile + */ + public function setServerLogs($serverLogs) + { + $this->serverLogs = $serverLogs; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2LogFile + */ + public function getServerLogs() + { + return $this->serverLogs; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutedActionMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutedActionMetadata.php new file mode 100644 index 000000000..7b3c4f71b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutedActionMetadata.php @@ -0,0 +1,111 @@ +executionCompletedTimestamp = $executionCompletedTimestamp; + } + public function getExecutionCompletedTimestamp() + { + return $this->executionCompletedTimestamp; + } + public function setExecutionStartTimestamp($executionStartTimestamp) + { + $this->executionStartTimestamp = $executionStartTimestamp; + } + public function getExecutionStartTimestamp() + { + return $this->executionStartTimestamp; + } + public function setInputFetchCompletedTimestamp($inputFetchCompletedTimestamp) + { + $this->inputFetchCompletedTimestamp = $inputFetchCompletedTimestamp; + } + public function getInputFetchCompletedTimestamp() + { + return $this->inputFetchCompletedTimestamp; + } + public function setInputFetchStartTimestamp($inputFetchStartTimestamp) + { + $this->inputFetchStartTimestamp = $inputFetchStartTimestamp; + } + public function getInputFetchStartTimestamp() + { + return $this->inputFetchStartTimestamp; + } + public function setOutputUploadCompletedTimestamp($outputUploadCompletedTimestamp) + { + $this->outputUploadCompletedTimestamp = $outputUploadCompletedTimestamp; + } + public function getOutputUploadCompletedTimestamp() + { + return $this->outputUploadCompletedTimestamp; + } + public function setOutputUploadStartTimestamp($outputUploadStartTimestamp) + { + $this->outputUploadStartTimestamp = $outputUploadStartTimestamp; + } + public function getOutputUploadStartTimestamp() + { + return $this->outputUploadStartTimestamp; + } + public function setQueuedTimestamp($queuedTimestamp) + { + $this->queuedTimestamp = $queuedTimestamp; + } + public function getQueuedTimestamp() + { + return $this->queuedTimestamp; + } + public function setWorker($worker) + { + $this->worker = $worker; + } + public function getWorker() + { + return $this->worker; + } + public function setWorkerCompletedTimestamp($workerCompletedTimestamp) + { + $this->workerCompletedTimestamp = $workerCompletedTimestamp; + } + public function getWorkerCompletedTimestamp() + { + return $this->workerCompletedTimestamp; + } + public function setWorkerStartTimestamp($workerStartTimestamp) + { + $this->workerStartTimestamp = $workerStartTimestamp; + } + public function getWorkerStartTimestamp() + { + return $this->workerStartTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionCapabilities.php new file mode 100644 index 000000000..6126cafce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionCapabilities.php @@ -0,0 +1,55 @@ +digestFunction = $digestFunction; + } + public function getDigestFunction() + { + return $this->digestFunction; + } + public function setExecEnabled($execEnabled) + { + $this->execEnabled = $execEnabled; + } + public function getExecEnabled() + { + return $this->execEnabled; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities + */ + public function setExecutionPriorityCapabilities(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities $executionPriorityCapabilities) + { + $this->executionPriorityCapabilities = $executionPriorityCapabilities; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilities + */ + public function getExecutionPriorityCapabilities() + { + return $this->executionPriorityCapabilities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionPolicy.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionPolicy.php new file mode 100644 index 000000000..a4e4552ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ExecutionPolicy.php @@ -0,0 +1,30 @@ +priority = $priority; + } + public function getPriority() + { + return $this->priority; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FileNode.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FileNode.php new file mode 100644 index 000000000..208dc7967 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FileNode.php @@ -0,0 +1,55 @@ +digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } + public function setIsExecutable($isExecutable) + { + $this->isExecutable = $isExecutable; + } + public function getIsExecutable() + { + return $this->isExecutable; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsRequest.php new file mode 100644 index 000000000..c020077d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsRequest.php @@ -0,0 +1,38 @@ +blobDigests = $blobDigests; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getBlobDigests() + { + return $this->blobDigests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsResponse.php new file mode 100644 index 000000000..af545237b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2FindMissingBlobsResponse.php @@ -0,0 +1,38 @@ +missingBlobDigests = $missingBlobDigests; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getMissingBlobDigests() + { + return $this->missingBlobDigests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2GetTreeResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2GetTreeResponse.php new file mode 100644 index 000000000..e2e443315 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2GetTreeResponse.php @@ -0,0 +1,47 @@ +directories = $directories; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory + */ + public function getDirectories() + { + return $this->directories; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2LogFile.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2LogFile.php new file mode 100644 index 000000000..192c877b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2LogFile.php @@ -0,0 +1,46 @@ +digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } + public function setHumanReadable($humanReadable) + { + $this->humanReadable = $humanReadable; + } + public function getHumanReadable() + { + return $this->humanReadable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputDirectory.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputDirectory.php new file mode 100644 index 000000000..bdf4cac42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputDirectory.php @@ -0,0 +1,46 @@ +path = $path; + } + public function getPath() + { + return $this->path; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setTreeDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $treeDigest) + { + $this->treeDigest = $treeDigest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getTreeDigest() + { + return $this->treeDigest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputFile.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputFile.php new file mode 100644 index 000000000..3b35df3ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputFile.php @@ -0,0 +1,64 @@ +contents = $contents; + } + public function getContents() + { + return $this->contents; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function setDigest(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest $digest) + { + $this->digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Digest + */ + public function getDigest() + { + return $this->digest; + } + public function setIsExecutable($isExecutable) + { + $this->isExecutable = $isExecutable; + } + public function getIsExecutable() + { + return $this->isExecutable; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputSymlink.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputSymlink.php new file mode 100644 index 000000000..7e590af37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2OutputSymlink.php @@ -0,0 +1,39 @@ +path = $path; + } + public function getPath() + { + return $this->path; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Platform.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Platform.php new file mode 100644 index 000000000..f2529e5fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Platform.php @@ -0,0 +1,38 @@ +properties = $properties; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PlatformProperty + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PlatformProperty.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PlatformProperty.php new file mode 100644 index 000000000..834986652 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PlatformProperty.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilities.php new file mode 100644 index 000000000..52f99cac4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilities.php @@ -0,0 +1,38 @@ +priorities = $priorities; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange + */ + public function getPriorities() + { + return $this->priorities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange.php new file mode 100644 index 000000000..1961958b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange.php @@ -0,0 +1,39 @@ +maxPriority = $maxPriority; + } + public function getMaxPriority() + { + return $this->maxPriority; + } + public function setMinPriority($minPriority) + { + $this->minPriority = $minPriority; + } + public function getMinPriority() + { + return $this->minPriority; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2RequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2RequestMetadata.php new file mode 100644 index 000000000..49fe92ae4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2RequestMetadata.php @@ -0,0 +1,64 @@ +actionId = $actionId; + } + public function getActionId() + { + return $this->actionId; + } + public function setCorrelatedInvocationsId($correlatedInvocationsId) + { + $this->correlatedInvocationsId = $correlatedInvocationsId; + } + public function getCorrelatedInvocationsId() + { + return $this->correlatedInvocationsId; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails + */ + public function setToolDetails(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails $toolDetails) + { + $this->toolDetails = $toolDetails; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails + */ + public function getToolDetails() + { + return $this->toolDetails; + } + public function setToolInvocationId($toolInvocationId) + { + $this->toolInvocationId = $toolInvocationId; + } + public function getToolInvocationId() + { + return $this->toolInvocationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ResultsCachePolicy.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ResultsCachePolicy.php new file mode 100644 index 000000000..49aa9b758 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ResultsCachePolicy.php @@ -0,0 +1,30 @@ +priority = $priority; + } + public function getPriority() + { + return $this->priority; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ServerCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ServerCapabilities.php new file mode 100644 index 000000000..71f1093a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ServerCapabilities.php @@ -0,0 +1,101 @@ +cacheCapabilities = $cacheCapabilities; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2CacheCapabilities + */ + public function getCacheCapabilities() + { + return $this->cacheCapabilities; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer + */ + public function setDeprecatedApiVersion(Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer $deprecatedApiVersion) + { + $this->deprecatedApiVersion = $deprecatedApiVersion; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer + */ + public function getDeprecatedApiVersion() + { + return $this->deprecatedApiVersion; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionCapabilities + */ + public function setExecutionCapabilities(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionCapabilities $executionCapabilities) + { + $this->executionCapabilities = $executionCapabilities; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecutionCapabilities + */ + public function getExecutionCapabilities() + { + return $this->executionCapabilities; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer + */ + public function setHighApiVersion(Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer $highApiVersion) + { + $this->highApiVersion = $highApiVersion; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer + */ + public function getHighApiVersion() + { + return $this->highApiVersion; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer + */ + public function setLowApiVersion(Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer $lowApiVersion) + { + $this->lowApiVersion = $lowApiVersion; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer + */ + public function getLowApiVersion() + { + return $this->lowApiVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2SymlinkNode.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2SymlinkNode.php new file mode 100644 index 000000000..10c767bf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2SymlinkNode.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ToolDetails.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ToolDetails.php new file mode 100644 index 000000000..ef794e902 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2ToolDetails.php @@ -0,0 +1,39 @@ +toolName = $toolName; + } + public function getToolName() + { + return $this->toolName; + } + public function setToolVersion($toolVersion) + { + $this->toolVersion = $toolVersion; + } + public function getToolVersion() + { + return $this->toolVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Tree.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Tree.php new file mode 100644 index 000000000..4ce114117 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2Tree.php @@ -0,0 +1,54 @@ +children = $children; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory + */ + public function getChildren() + { + return $this->children; + } + /** + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory + */ + public function setRoot(Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory $root) + { + $this->root = $root; + } + /** + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2Directory + */ + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2WaitExecutionRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2WaitExecutionRequest.php new file mode 100644 index 000000000..67741fe7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/BuildBazelRemoteExecutionV2WaitExecutionRequest.php @@ -0,0 +1,20 @@ +major = $major; + } + public function getMajor() + { + return $this->major; + } + public function setMinor($minor) + { + $this->minor = $minor; + } + public function getMinor() + { + return $this->minor; + } + public function setPatch($patch) + { + $this->patch = $patch; + } + public function getPatch() + { + return $this->patch; + } + public function setPrerelease($prerelease) + { + $this->prerelease = $prerelease; + } + public function getPrerelease() + { + return $this->prerelease; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php new file mode 100644 index 000000000..be617f942 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php @@ -0,0 +1,120 @@ +dockerPrep = $dockerPrep; + } + public function getDockerPrep() + { + return $this->dockerPrep; + } + public function setDockerPrepStartTime($dockerPrepStartTime) + { + $this->dockerPrepStartTime = $dockerPrepStartTime; + } + public function getDockerPrepStartTime() + { + return $this->dockerPrepStartTime; + } + public function setDownload($download) + { + $this->download = $download; + } + public function getDownload() + { + return $this->download; + } + public function setDownloadStartTime($downloadStartTime) + { + $this->downloadStartTime = $downloadStartTime; + } + public function getDownloadStartTime() + { + return $this->downloadStartTime; + } + public function setExecStartTime($execStartTime) + { + $this->execStartTime = $execStartTime; + } + public function getExecStartTime() + { + return $this->execStartTime; + } + public function setExecution($execution) + { + $this->execution = $execution; + } + public function getExecution() + { + return $this->execution; + } + public function setIsoPrepDone($isoPrepDone) + { + $this->isoPrepDone = $isoPrepDone; + } + public function getIsoPrepDone() + { + return $this->isoPrepDone; + } + public function setOverall($overall) + { + $this->overall = $overall; + } + public function getOverall() + { + return $this->overall; + } + public function setStdout($stdout) + { + $this->stdout = $stdout; + } + public function getStdout() + { + return $this->stdout; + } + public function setUpload($upload) + { + $this->upload = $upload; + } + public function getUpload() + { + return $this->upload; + } + public function setUploadStartTime($uploadStartTime) + { + $this->uploadStartTime = $uploadStartTime; + } + public function getUploadStartTime() + { + return $this->uploadStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandEvents.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandEvents.php new file mode 100644 index 000000000..7b6de39c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandEvents.php @@ -0,0 +1,57 @@ +dockerCacheHit = $dockerCacheHit; + } + public function getDockerCacheHit() + { + return $this->dockerCacheHit; + } + public function setInputCacheMiss($inputCacheMiss) + { + $this->inputCacheMiss = $inputCacheMiss; + } + public function getInputCacheMiss() + { + return $this->inputCacheMiss; + } + public function setNumErrors($numErrors) + { + $this->numErrors = $numErrors; + } + public function getNumErrors() + { + return $this->numErrors; + } + public function setNumWarnings($numWarnings) + { + $this->numWarnings = $numWarnings; + } + public function getNumWarnings() + { + return $this->numWarnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandStatus.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandStatus.php new file mode 100644 index 000000000..8532b0762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandStatus.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig.php new file mode 100644 index 000000000..a424f52e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig.php @@ -0,0 +1,39 @@ +acceleratorCount = $acceleratorCount; + } + public function getAcceleratorCount() + { + return $this->acceleratorCount; + } + public function setAcceleratorType($acceleratorType) + { + $this->acceleratorType = $acceleratorType; + } + public function getAcceleratorType() + { + return $this->acceleratorType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest.php new file mode 100644 index 000000000..15ffe967b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest.php @@ -0,0 +1,55 @@ +instance = $instance; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance + */ + public function getInstance() + { + return $this->instance; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest.php new file mode 100644 index 000000000..87d08e87c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest.php @@ -0,0 +1,55 @@ +parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setPoolId($poolId) + { + $this->poolId = $poolId; + } + public function getPoolId() + { + return $this->poolId; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + */ + public function setWorkerPool(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool $workerPool) + { + $this->workerPool = $workerPool; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + */ + public function getWorkerPool() + { + return $this->workerPool; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest.php new file mode 100644 index 000000000..c06532da1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest.php new file mode 100644 index 000000000..eb757d29f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest.php new file mode 100644 index 000000000..71b0a4b45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest.php new file mode 100644 index 000000000..5ad0cd451 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance.php new file mode 100644 index 000000000..e8f858f68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance.php @@ -0,0 +1,57 @@ +location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setLoggingEnabled($loggingEnabled) + { + $this->loggingEnabled = $loggingEnabled; + } + public function getLoggingEnabled() + { + return $this->loggingEnabled; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest.php new file mode 100644 index 000000000..557223018 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest.php @@ -0,0 +1,30 @@ +parent = $parent; + } + public function getParent() + { + return $this->parent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse.php new file mode 100644 index 000000000..c97859c70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse.php @@ -0,0 +1,38 @@ +instances = $instances; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance + */ + public function getInstances() + { + return $this->instances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest.php new file mode 100644 index 000000000..f2e913a01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest.php @@ -0,0 +1,39 @@ +filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.php new file mode 100644 index 000000000..2d1f32919 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.php @@ -0,0 +1,38 @@ +workerPools = $workerPools; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + */ + public function getWorkerPools() + { + return $this->workerPools; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest.php new file mode 100644 index 000000000..05a64d9b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest.php @@ -0,0 +1,46 @@ +updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + */ + public function setWorkerPool(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool $workerPool) + { + $this->workerPool = $workerPool; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + */ + public function getWorkerPool() + { + return $this->workerPool; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php new file mode 100644 index 000000000..fa4922566 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php @@ -0,0 +1,100 @@ +accelerator = $accelerator; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig + */ + public function getAccelerator() + { + return $this->accelerator; + } + 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; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setMinCpuPlatform($minCpuPlatform) + { + $this->minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } + public function setNetworkAccess($networkAccess) + { + $this->networkAccess = $networkAccess; + } + public function getNetworkAccess() + { + return $this->networkAccess; + } + public function setReserved($reserved) + { + $this->reserved = $reserved; + } + public function getReserved() + { + return $this->reserved; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.php new file mode 100644 index 000000000..1ce79f3be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.php @@ -0,0 +1,64 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig + */ + public function setWorkerConfig(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig $workerConfig) + { + $this->workerConfig = $workerConfig; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig + */ + public function getWorkerConfig() + { + return $this->workerConfig; + } + public function setWorkerCount($workerCount) + { + $this->workerCount = $workerCount; + } + public function getWorkerCount() + { + return $this->workerCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2AdminTemp.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2AdminTemp.php new file mode 100644 index 000000000..b3965b159 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2AdminTemp.php @@ -0,0 +1,39 @@ +arg = $arg; + } + public function getArg() + { + return $this->arg; + } + public function setCommand($command) + { + $this->command = $command; + } + public function getCommand() + { + return $this->command; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Blob.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Blob.php new file mode 100644 index 000000000..2dbc9d5ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Blob.php @@ -0,0 +1,46 @@ +contents = $contents; + } + public function getContents() + { + return $this->contents; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $digest) + { + $this->digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function getDigest() + { + return $this->digest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOutputs.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOutputs.php new file mode 100644 index 000000000..7e9383355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOutputs.php @@ -0,0 +1,46 @@ +exitCode = $exitCode; + } + public function getExitCode() + { + return $this->exitCode; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function setOutputs(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $outputs) + { + $this->outputs = $outputs; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function getOutputs() + { + return $this->outputs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOverhead.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOverhead.php new file mode 100644 index 000000000..e94ce20fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandOverhead.php @@ -0,0 +1,39 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setOverhead($overhead) + { + $this->overhead = $overhead; + } + public function getOverhead() + { + return $this->overhead; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandResult.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandResult.php new file mode 100644 index 000000000..6dbcf09b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandResult.php @@ -0,0 +1,90 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setExitCode($exitCode) + { + $this->exitCode = $exitCode; + } + public function getExitCode() + { + return $this->exitCode; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function setOutputs(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $outputs) + { + $this->outputs = $outputs; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function getOutputs() + { + return $this->outputs; + } + public function setOverhead($overhead) + { + $this->overhead = $overhead; + } + public function getOverhead() + { + return $this->overhead; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTask.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTask.php new file mode 100644 index 000000000..41c512431 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTask.php @@ -0,0 +1,69 @@ +expectedOutputs = $expectedOutputs; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs + */ + public function getExpectedOutputs() + { + return $this->expectedOutputs; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs + */ + public function setInputs(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs $inputs) + { + $this->inputs = $inputs; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs + */ + public function getInputs() + { + return $this->inputs; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts + */ + public function setTimeouts(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts $timeouts) + { + $this->timeouts = $timeouts; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts + */ + public function getTimeouts() + { + return $this->timeouts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.php new file mode 100644 index 000000000..c20016207 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.php @@ -0,0 +1,88 @@ +arguments = $arguments; + } + public function getArguments() + { + return $this->arguments; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable + */ + public function setEnvironmentVariables($environmentVariables) + { + $this->environmentVariables = $environmentVariables; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable + */ + public function getEnvironmentVariables() + { + return $this->environmentVariables; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function setFiles($files) + { + $this->files = $files; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function getFiles() + { + return $this->files; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob + */ + public function setInlineBlobs($inlineBlobs) + { + $this->inlineBlobs = $inlineBlobs; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob + */ + public function getInlineBlobs() + { + return $this->inlineBlobs; + } + public function setWorkingDirectory($workingDirectory) + { + $this->workingDirectory = $workingDirectory; + } + public function getWorkingDirectory() + { + return $this->workingDirectory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable.php new file mode 100644 index 000000000..c9ed5846b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.php new file mode 100644 index 000000000..227671ec7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.php @@ -0,0 +1,58 @@ +directories = $directories; + } + public function getDirectories() + { + return $this->directories; + } + public function setFiles($files) + { + $this->files = $files; + } + public function getFiles() + { + return $this->files; + } + public function setStderrDestination($stderrDestination) + { + $this->stderrDestination = $stderrDestination; + } + public function getStderrDestination() + { + return $this->stderrDestination; + } + public function setStdoutDestination($stdoutDestination) + { + $this->stdoutDestination = $stdoutDestination; + } + public function getStdoutDestination() + { + return $this->stdoutDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts.php new file mode 100644 index 000000000..fe17a3c4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts.php @@ -0,0 +1,48 @@ +execution = $execution; + } + public function getExecution() + { + return $this->execution; + } + public function setIdle($idle) + { + $this->idle = $idle; + } + public function getIdle() + { + return $this->idle; + } + public function setShutdown($shutdown) + { + $this->shutdown = $shutdown; + } + public function getShutdown() + { + return $this->shutdown; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Digest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Digest.php new file mode 100644 index 000000000..4d4a5a598 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Digest.php @@ -0,0 +1,39 @@ +hash = $hash; + } + public function getHash() + { + return $this->hash; + } + public function setSizeBytes($sizeBytes) + { + $this->sizeBytes = $sizeBytes; + } + public function getSizeBytes() + { + return $this->sizeBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Directory.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Directory.php new file mode 100644 index 000000000..947923be8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2Directory.php @@ -0,0 +1,54 @@ +directories = $directories; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata + */ + public function getDirectories() + { + return $this->directories; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2FileMetadata + */ + public function setFiles($files) + { + $this->files = $files; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2FileMetadata + */ + public function getFiles() + { + return $this->files; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata.php new file mode 100644 index 000000000..a7b89090b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata.php @@ -0,0 +1,46 @@ +digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function getDigest() + { + return $this->digest; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2FileMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2FileMetadata.php new file mode 100644 index 000000000..6b917bf7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteworkersV1test2FileMetadata.php @@ -0,0 +1,64 @@ +contents = $contents; + } + public function getContents() + { + return $this->contents; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest $digest) + { + $this->digest = $digest; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Digest + */ + public function getDigest() + { + return $this->digest; + } + public function setIsExecutable($isExecutable) + { + $this->isExecutable = $isExecutable; + } + public function getIsExecutable() + { + return $this->isExecutable; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleLongrunningOperation.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleLongrunningOperation.php new file mode 100644 index 000000000..4c348baca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleLongrunningOperation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + public function setError(Google_Service_RemoteBuildExecution_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus + */ + 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/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleRpcStatus.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleRpcStatus.php new file mode 100644 index 000000000..29409f3e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleRpcStatus.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/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php new file mode 100644 index 000000000..8632deda1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php @@ -0,0 +1,110 @@ + + * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); + * $actionResults = $remotebuildexecutionService->actionResults; + * + */ +class Google_Service_RemoteBuildExecution_Resource_ActionResults extends Google_Service_Resource +{ + /** + * Retrieve a cached execution result. + * + * Implementations SHOULD ensure that any blobs referenced from the + * ContentAddressableStorage are available at the time of returning the + * ActionResult and will be for some period of time afterwards. The TTLs of the + * referenced blobs SHOULD be increased if necessary and applicable. + * + * Errors: + * + * * `NOT_FOUND`: The requested `ActionResult` is not in the cache. + * (actionResults.get) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param string $hash The hash. In the case of SHA-256, it will always be a + * lowercase hex string exactly 64 characters long. + * @param string $sizeBytes The size of the blob, in bytes. + * @param array $optParams Optional parameters. + * + * @opt_param bool inlineStdout A hint to the server to request inlining stdout + * in the ActionResult message. + * @opt_param bool inlineStderr A hint to the server to request inlining stderr + * in the ActionResult message. + * @opt_param string inlineOutputFiles A hint to the server to inline the + * contents of the listed output files. Each path needs to exactly match one + * path in `output_files` in the Command message. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult + */ + public function get($instanceName, $hash, $sizeBytes, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult"); + } + /** + * Upload a new execution result. + * + * In order to allow the server to perform access control based on the type of + * action, and to assist with client debugging, the client MUST first upload the + * Action that produced the result, along with its Command, into the + * `ContentAddressableStorage`. + * + * Errors: + * + * * `INVALID_ARGUMENT`: One or more arguments are invalid. * + * `FAILED_PRECONDITION`: One or more errors occurred in updating the action + * result, such as a missing command or action. * `RESOURCE_EXHAUSTED`: There is + * insufficient storage space to add the entry to the cache. + * (actionResults.update) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param string $hash The hash. In the case of SHA-256, it will always be a + * lowercase hex string exactly 64 characters long. + * @param string $sizeBytes The size of the blob, in bytes. + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $postBody + * @param array $optParams Optional parameters. + * + * @opt_param int resultsCachePolicy.priority The priority (relative importance) + * of this content in the overall cache. Generally, a lower value means a longer + * retention time or other advantage, but the interpretation of a given value is + * server-dependent. A priority of 0 means a *default* value, decided by the + * server. + * + * The particular semantics of this field is up to the server. In particular, + * every server will have their own supported range of priorities, and will + * decide how these map into retention/eviction policy. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult + */ + public function update($instanceName, $hash, $sizeBytes, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult $postBody, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Actions.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Actions.php new file mode 100644 index 000000000..d87c834e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Actions.php @@ -0,0 +1,97 @@ + + * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); + * $actions = $remotebuildexecutionService->actions; + * + */ +class Google_Service_RemoteBuildExecution_Resource_Actions extends Google_Service_Resource +{ + /** + * Execute an action remotely. + * + * In order to execute an action, the client must first upload all of the + * inputs, the Command to run, and the Action into the + * ContentAddressableStorage. It then calls `Execute` with an `action_digest` + * referring to them. The server will run the action and eventually return the + * result. + * + * The input `Action`'s fields MUST meet the various canonicalization + * requirements specified in the documentation for their types so that it has + * the same digest as other logically equivalent `Action`s. The server MAY + * enforce the requirements and return errors if a non-canonical input is + * received. It MAY also proceed without verifying some or all of the + * requirements, such as for performance reasons. If the server does not verify + * the requirement, then it will treat the `Action` as distinct from another + * logically equivalent action if they hash differently. + * + * Returns a stream of google.longrunning.Operation messages describing the + * resulting execution, with eventual `response` ExecuteResponse. The `metadata` + * on the operation is of type ExecuteOperationMetadata. + * + * If the client remains connected after the first response is returned after + * the server, then updates are streamed as if the client had called + * WaitExecution until the execution completes or the request reaches an error. + * The operation can also be queried using Operations API. + * + * The server NEED NOT implement other methods or functionality of the + * Operations API. + * + * Errors discovered during creation of the `Operation` will be reported as gRPC + * Status errors, while errors that occurred while running the action will be + * reported in the `status` field of the `ExecuteResponse`. The server MUST NOT + * set the `error` field of the `Operation` proto. The possible errors include: + * + * * `INVALID_ARGUMENT`: One or more arguments are invalid. * + * `FAILED_PRECONDITION`: One or more errors occurred in setting up the action + * requested, such as a missing input or command or no worker being available. + * The client may be able to fix the errors and retry. * `RESOURCE_EXHAUSTED`: + * There is insufficient quota of some resource to run the action. * + * `UNAVAILABLE`: Due to a transient condition, such as all workers being + * occupied (and the server does not support a queue), the action could not be + * started. The client should retry. * `INTERNAL`: An internal error occurred in + * the execution engine or the worker. * `DEADLINE_EXCEEDED`: The execution + * timed out. * `CANCELLED`: The operation was cancelled by the client. This + * status is only possible if the server implements the Operations API + * CancelOperation method, and it was called for the current execution. + * + * In the case of a missing input or command, the server SHOULD additionally + * send a PreconditionFailure error detail where, for each requested blob not + * present in the CAS, there is a `Violation` with a `type` of `MISSING` and a + * `subject` of `"blobs/{hash}/{size}"` indicating the digest of the missing + * blob. (actions.execute) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecuteRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_RemoteBuildExecution_GoogleLongrunningOperation + */ + public function execute($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ExecuteRequest $postBody, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('execute', array($params), "Google_Service_RemoteBuildExecution_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Blobs.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Blobs.php new file mode 100644 index 000000000..da808c9a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Blobs.php @@ -0,0 +1,170 @@ + + * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); + * $blobs = $remotebuildexecutionService->blobs; + * + */ +class Google_Service_RemoteBuildExecution_Resource_Blobs extends Google_Service_Resource +{ + /** + * Download many blobs at once. + * + * The server may enforce a limit of the combined total size of blobs to be + * downloaded using this API. This limit may be obtained using the Capabilities + * API. Requests exceeding the limit should either be split into smaller chunks + * or downloaded using the ByteStream API, as appropriate. + * + * This request is equivalent to calling a Bytestream `Read` request on each + * individual blob, in parallel. The requests may succeed or fail independently. + * + * Errors: + * + * * `INVALID_ARGUMENT`: The client attempted to read more than the server + * supported limit. + * + * Every error on individual read will be returned in the corresponding digest + * status. (blobs.batchRead) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsResponse + */ + public function batchRead($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsRequest $postBody, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchRead', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchReadBlobsResponse"); + } + /** + * Upload many blobs at once. + * + * The server may enforce a limit of the combined total size of blobs to be + * uploaded using this API. This limit may be obtained using the Capabilities + * API. Requests exceeding the limit should either be split into smaller chunks + * or uploaded using the ByteStream API, as appropriate. + * + * This request is equivalent to calling a Bytestream `Write` request on each + * individual blob, in parallel. The requests may succeed or fail independently. + * + * Errors: + * + * * `INVALID_ARGUMENT`: The client attempted to upload more than the server + * supported limit. + * + * Individual requests may return the following errors, additionally: + * + * * `RESOURCE_EXHAUSTED`: There is insufficient disk quota to store the blob. * + * `INVALID_ARGUMENT`: The Digest does not match the provided data. + * (blobs.batchUpdate) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse + */ + public function batchUpdate($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest $postBody, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse"); + } + /** + * Determine if blobs are present in the CAS. + * + * Clients can use this API before uploading blobs to determine which ones are + * already present in the CAS and do not need to be uploaded again. + * + * There are no method-specific errors. (blobs.findMissing) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsResponse + */ + public function findMissing($instanceName, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsRequest $postBody, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('findMissing', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2FindMissingBlobsResponse"); + } + /** + * Fetch the entire directory tree rooted at a node. + * + * This request must be targeted at a Directory stored in the + * ContentAddressableStorage (CAS). The server will enumerate the `Directory` + * tree recursively and return every node descended from the root. + * + * The GetTreeRequest.page_token parameter can be used to skip ahead in the + * stream (e.g. when retrying a partially completed and aborted request), by + * setting it to a value taken from GetTreeResponse.next_page_token of the last + * successfully processed GetTreeResponse). + * + * The exact traversal order is unspecified and, unless retrieving subsequent + * pages from an earlier request, is not guaranteed to be stable across multiple + * invocations of `GetTree`. + * + * If part of the tree is missing from the CAS, the server will return the + * portion present and omit the rest. + * + * * `NOT_FOUND`: The requested tree root is not present in the CAS. + * (blobs.getTree) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param string $hash The hash. In the case of SHA-256, it will always be a + * lowercase hex string exactly 64 characters long. + * @param string $sizeBytes The size of the blob, in bytes. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A page token, which must be a value received in a + * previous GetTreeResponse. If present, the server will use it to return the + * following page of results. + * @opt_param int pageSize A maximum page size to request. If present, the + * server will request no more than this many items. Regardless of whether a + * page size is specified, the server may place its own limit on the number of + * items to be returned and require the client to retrieve more items using a + * subsequent request. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2GetTreeResponse + */ + public function getTree($instanceName, $hash, $sizeBytes, $optParams = array()) + { + $params = array('instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes); + $params = array_merge($params, $optParams); + return $this->call('getTree', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2GetTreeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Operations.php new file mode 100644 index 000000000..e69926348 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/Operations.php @@ -0,0 +1,48 @@ + + * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); + * $operations = $remotebuildexecutionService->operations; + * + */ +class Google_Service_RemoteBuildExecution_Resource_Operations extends Google_Service_Resource +{ + /** + * Wait for an execution operation to complete. When the client initially makes + * the request, the server immediately responds with the current status of the + * execution. The server will leave the request stream open until the operation + * completes, and then respond with the completed operation. The server MAY + * choose to stream additional updates as execution progresses, such as to + * provide an update as to the state of the execution. + * (operations.waitExecution) + * + * @param string $name The name of the Operation returned by Execute. + * @param Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_RemoteBuildExecution_GoogleLongrunningOperation + */ + public function waitExecution($name, Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('waitExecution', array($params), "Google_Service_RemoteBuildExecution_GoogleLongrunningOperation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/V2.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/V2.php new file mode 100644 index 000000000..f26a8614b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/V2.php @@ -0,0 +1,50 @@ + + * $remotebuildexecutionService = new Google_Service_RemoteBuildExecution(...); + * $v2 = $remotebuildexecutionService->v2; + * + */ +class Google_Service_RemoteBuildExecution_Resource_V2 extends Google_Service_Resource +{ + /** + * GetCapabilities returns the server capabilities configuration of the remote + * endpoint. Only the capabilities of the services supported by the endpoint + * will be returned: * Execution + CAS + Action Cache endpoints should return + * both CacheCapabilities and ExecutionCapabilities. * Execution only + * endpoints should return ExecutionCapabilities. * CAS + Action Cache only + * endpoints should return CacheCapabilities. (v2.getCapabilities) + * + * @param string $instanceName The instance of the execution system to operate + * against. A server may support multiple instances of the execution system + * (with their own workers, storage, caches, etc.). The server MAY require use + * of this field to select between them in an implementation-defined fashion, + * otherwise it can be omitted. + * @param array $optParams Optional parameters. + * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ServerCapabilities + */ + public function getCapabilities($instanceName, $optParams = array()) + { + $params = array('instanceName' => $instanceName); + $params = array_merge($params, $optParams); + return $this->call('getCapabilities', array($params), "Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ServerCapabilities"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool.php new file mode 100644 index 000000000..cae47a6f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool.php @@ -0,0 +1,317 @@ + + * The Replica Pool API allows users to declaratively provision and manage + * groups of Google Compute Engine instances based on a common template. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Replicapool extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and manage your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN = + "https://www.googleapis.com/auth/ndev.cloudman"; + /** View your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN_READONLY = + "https://www.googleapis.com/auth/ndev.cloudman.readonly"; + /** View and manage replica pools. */ + const REPLICAPOOL = + "https://www.googleapis.com/auth/replicapool"; + /** View replica pools. */ + const REPLICAPOOL_READONLY = + "https://www.googleapis.com/auth/replicapool.readonly"; + + public $pools; + public $replicas; + + /** + * Constructs the internal representation of the Replicapool 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 = 'replicapool/v1beta1/projects/'; + $this->batchPath = 'batch/replicapool/v1beta1'; + $this->version = 'v1beta1'; + $this->serviceName = 'replicapool'; + + $this->pools = new Google_Service_Replicapool_Resource_Pools( + $this, + $this->serviceName, + 'pools', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{projectName}/zones/{zone}/pools', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectName}/zones/{zone}/pools', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'resize' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}/resize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'numReplicas' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'updatetemplate' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}/updateTemplate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->replicas = new Google_Service_Replicapool_Resource_Replicas( + $this, + $this->serviceName, + 'replicas', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replicaName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replicaName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'restart' => array( + 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}/restart', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'poolName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'replicaName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/AccessConfig.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/AccessConfig.php new file mode 100644 index 000000000..28d870d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/AccessConfig.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNatIp($natIp) + { + $this->natIp = $natIp; + } + public function getNatIp() + { + return $this->natIp; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Action.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Action.php new file mode 100644 index 000000000..d2bf0248a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Action.php @@ -0,0 +1,56 @@ +commands = $commands; + } + public function getCommands() + { + return $this->commands; + } + /** + * @param Google_Service_Replicapool_EnvVariable + */ + public function setEnvVariables($envVariables) + { + $this->envVariables = $envVariables; + } + /** + * @return Google_Service_Replicapool_EnvVariable + */ + public function getEnvVariables() + { + return $this->envVariables; + } + public function setTimeoutMilliSeconds($timeoutMilliSeconds) + { + $this->timeoutMilliSeconds = $timeoutMilliSeconds; + } + public function getTimeoutMilliSeconds() + { + return $this->timeoutMilliSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/DiskAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/DiskAttachment.php new file mode 100644 index 000000000..2b741a99e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/DiskAttachment.php @@ -0,0 +1,39 @@ +deviceName = $deviceName; + } + public function getDeviceName() + { + return $this->deviceName; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/EnvVariable.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/EnvVariable.php new file mode 100644 index 000000000..13b1d55b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/EnvVariable.php @@ -0,0 +1,48 @@ +hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/ExistingDisk.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ExistingDisk.php new file mode 100644 index 000000000..e97e7bee9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ExistingDisk.php @@ -0,0 +1,46 @@ +attachment = $attachment; + } + /** + * @return Google_Service_Replicapool_DiskAttachment + */ + public function getAttachment() + { + return $this->attachment; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/HealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/HealthCheck.php new file mode 100644 index 000000000..9cd2939f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/HealthCheck.php @@ -0,0 +1,102 @@ +checkIntervalSec = $checkIntervalSec; + } + public function getCheckIntervalSec() + { + return $this->checkIntervalSec; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHealthyThreshold($healthyThreshold) + { + $this->healthyThreshold = $healthyThreshold; + } + public function getHealthyThreshold() + { + return $this->healthyThreshold; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setTimeoutSec($timeoutSec) + { + $this->timeoutSec = $timeoutSec; + } + public function getTimeoutSec() + { + return $this->timeoutSec; + } + public function setUnhealthyThreshold($unhealthyThreshold) + { + $this->unhealthyThreshold = $unhealthyThreshold; + } + public function getUnhealthyThreshold() + { + return $this->unhealthyThreshold; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Label.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Label.php new file mode 100644 index 000000000..87323c89d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Label.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Metadata.php new file mode 100644 index 000000000..ddec77217 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Metadata.php @@ -0,0 +1,47 @@ +fingerPrint = $fingerPrint; + } + public function getFingerPrint() + { + return $this->fingerPrint; + } + /** + * @param Google_Service_Replicapool_MetadataItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Replicapool_MetadataItem + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/MetadataItem.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/MetadataItem.php new file mode 100644 index 000000000..d201d9623 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/MetadataItem.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/NetworkInterface.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/NetworkInterface.php new file mode 100644 index 000000000..6acb644fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/NetworkInterface.php @@ -0,0 +1,56 @@ +accessConfigs = $accessConfigs; + } + /** + * @return Google_Service_Replicapool_AccessConfig + */ + public function getAccessConfigs() + { + return $this->accessConfigs; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNetworkIp($networkIp) + { + $this->networkIp = $networkIp; + } + public function getNetworkIp() + { + return $this->networkIp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDisk.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDisk.php new file mode 100644 index 000000000..6e8b0cc86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDisk.php @@ -0,0 +1,71 @@ +attachment = $attachment; + } + /** + * @return Google_Service_Replicapool_DiskAttachment + */ + public function getAttachment() + { + return $this->attachment; + } + public function setAutoDelete($autoDelete) + { + $this->autoDelete = $autoDelete; + } + public function getAutoDelete() + { + return $this->autoDelete; + } + public function setBoot($boot) + { + $this->boot = $boot; + } + public function getBoot() + { + return $this->boot; + } + /** + * @param Google_Service_Replicapool_NewDiskInitializeParams + */ + public function setInitializeParams(Google_Service_Replicapool_NewDiskInitializeParams $initializeParams) + { + $this->initializeParams = $initializeParams; + } + /** + * @return Google_Service_Replicapool_NewDiskInitializeParams + */ + public function getInitializeParams() + { + return $this->initializeParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDiskInitializeParams.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDiskInitializeParams.php new file mode 100644 index 000000000..35307414b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/NewDiskInitializeParams.php @@ -0,0 +1,48 @@ +diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setDiskType($diskType) + { + $this->diskType = $diskType; + } + public function getDiskType() + { + return $this->diskType; + } + public function setSourceImage($sourceImage) + { + $this->sourceImage = $sourceImage; + } + public function getSourceImage() + { + return $this->sourceImage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Pool.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Pool.php new file mode 100644 index 000000000..c588b1702 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Pool.php @@ -0,0 +1,178 @@ +autoRestart = $autoRestart; + } + public function getAutoRestart() + { + return $this->autoRestart; + } + public function setBaseInstanceName($baseInstanceName) + { + $this->baseInstanceName = $baseInstanceName; + } + public function getBaseInstanceName() + { + return $this->baseInstanceName; + } + public function setCurrentNumReplicas($currentNumReplicas) + { + $this->currentNumReplicas = $currentNumReplicas; + } + public function getCurrentNumReplicas() + { + return $this->currentNumReplicas; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Replicapool_HealthCheck + */ + public function setHealthChecks($healthChecks) + { + $this->healthChecks = $healthChecks; + } + /** + * @return Google_Service_Replicapool_HealthCheck + */ + public function getHealthChecks() + { + return $this->healthChecks; + } + public function setInitialNumReplicas($initialNumReplicas) + { + $this->initialNumReplicas = $initialNumReplicas; + } + public function getInitialNumReplicas() + { + return $this->initialNumReplicas; + } + /** + * @param Google_Service_Replicapool_Label + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Replicapool_Label + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumReplicas($numReplicas) + { + $this->numReplicas = $numReplicas; + } + public function getNumReplicas() + { + return $this->numReplicas; + } + public function setResourceViews($resourceViews) + { + $this->resourceViews = $resourceViews; + } + public function getResourceViews() + { + return $this->resourceViews; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTargetPool($targetPool) + { + $this->targetPool = $targetPool; + } + public function getTargetPool() + { + return $this->targetPool; + } + public function setTargetPools($targetPools) + { + $this->targetPools = $targetPools; + } + public function getTargetPools() + { + return $this->targetPools; + } + /** + * @param Google_Service_Replicapool_Template + */ + public function setTemplate(Google_Service_Replicapool_Template $template) + { + $this->template = $template; + } + /** + * @return Google_Service_Replicapool_Template + */ + public function getTemplate() + { + return $this->template; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsDeleteRequest.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsDeleteRequest.php new file mode 100644 index 000000000..0e9e39f68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsDeleteRequest.php @@ -0,0 +1,31 @@ +abandonInstances = $abandonInstances; + } + public function getAbandonInstances() + { + return $this->abandonInstances; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsListResponse.php new file mode 100644 index 000000000..e690ff185 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/PoolsListResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Replicapool_Pool + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Replicapool_Pool + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Replica.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Replica.php new file mode 100644 index 000000000..f6b198199 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Replica.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Replicapool_ReplicaStatus + */ + public function setStatus(Google_Service_Replicapool_ReplicaStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Replicapool_ReplicaStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicaStatus.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicaStatus.php new file mode 100644 index 000000000..a7897891d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicaStatus.php @@ -0,0 +1,66 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTemplateVersion($templateVersion) + { + $this->templateVersion = $templateVersion; + } + public function getTemplateVersion() + { + return $this->templateVersion; + } + public function setVmLink($vmLink) + { + $this->vmLink = $vmLink; + } + public function getVmLink() + { + return $this->vmLink; + } + public function setVmStartTime($vmStartTime) + { + $this->vmStartTime = $vmStartTime; + } + public function getVmStartTime() + { + return $this->vmStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasDeleteRequest.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasDeleteRequest.php new file mode 100644 index 000000000..b54ad503d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasDeleteRequest.php @@ -0,0 +1,30 @@ +abandonInstance = $abandonInstance; + } + public function getAbandonInstance() + { + return $this->abandonInstance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasListResponse.php new file mode 100644 index 000000000..19b52bbf3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ReplicasListResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Replicapool_Replica + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Replicapool_Replica + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Pools.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Pools.php new file mode 100644 index 000000000..31db835e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Pools.php @@ -0,0 +1,129 @@ + + * $replicapoolService = new Google_Service_Replicapool(...); + * $pools = $replicapoolService->pools; + * + */ +class Google_Service_Replicapool_Resource_Pools extends Google_Service_Resource +{ + /** + * Deletes a replica pool. (pools.delete) + * + * @param string $projectName The project ID for this replica pool. + * @param string $zone The zone for this replica pool. + * @param string $poolName The name of the replica pool for this request. + * @param Google_Service_Replicapool_PoolsDeleteRequest $postBody + * @param array $optParams Optional parameters. + */ + public function delete($projectName, $zone, $poolName, Google_Service_Replicapool_PoolsDeleteRequest $postBody, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets information about a single replica pool. (pools.get) + * + * @param string $projectName The project ID for this replica pool. + * @param string $zone The zone for this replica pool. + * @param string $poolName The name of the replica pool for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapool_Pool + */ + public function get($projectName, $zone, $poolName, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Replicapool_Pool"); + } + /** + * Inserts a new replica pool. (pools.insert) + * + * @param string $projectName The project ID for this replica pool. + * @param string $zone The zone for this replica pool. + * @param Google_Service_Replicapool_Pool $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapool_Pool + */ + public function insert($projectName, $zone, Google_Service_Replicapool_Pool $postBody, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Replicapool_Pool"); + } + /** + * List all replica pools. (pools.listPools) + * + * @param string $projectName The project ID for this request. + * @param string $zone The zone for this replica pool. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum count of results to be returned. Acceptable + * values are 0 to 100, inclusive. (Default: 50) + * @opt_param string pageToken Set this to the nextPageToken value returned by a + * previous list request to obtain the next page of results from the previous + * list request. + * @return Google_Service_Replicapool_PoolsListResponse + */ + public function listPools($projectName, $zone, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Replicapool_PoolsListResponse"); + } + /** + * Resize a pool. This is an asynchronous operation, and multiple overlapping + * resize requests can be made. Replica Pools will use the information from the + * last resize request. (pools.resize) + * + * @param string $projectName The project ID for this replica pool. + * @param string $zone The zone for this replica pool. + * @param string $poolName The name of the replica pool for this request. + * @param array $optParams Optional parameters. + * + * @opt_param int numReplicas The desired number of replicas to resize to. If + * this number is larger than the existing number of replicas, new replicas will + * be added. If the number is smaller, then existing replicas will be deleted. + * @return Google_Service_Replicapool_Pool + */ + public function resize($projectName, $zone, $poolName, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName); + $params = array_merge($params, $optParams); + return $this->call('resize', array($params), "Google_Service_Replicapool_Pool"); + } + /** + * Update the template used by the pool. (pools.updatetemplate) + * + * @param string $projectName The project ID for this replica pool. + * @param string $zone The zone for this replica pool. + * @param string $poolName The name of the replica pool for this request. + * @param Google_Service_Replicapool_Template $postBody + * @param array $optParams Optional parameters. + */ + public function updatetemplate($projectName, $zone, $poolName, Google_Service_Replicapool_Template $postBody, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatetemplate', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Replicas.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Replicas.php new file mode 100644 index 000000000..528b8c98f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Resource/Replicas.php @@ -0,0 +1,98 @@ + + * $replicapoolService = new Google_Service_Replicapool(...); + * $replicas = $replicapoolService->replicas; + * + */ +class Google_Service_Replicapool_Resource_Replicas extends Google_Service_Resource +{ + /** + * Deletes a replica from the pool. (replicas.delete) + * + * @param string $projectName The project ID for this request. + * @param string $zone The zone where the replica lives. + * @param string $poolName The replica pool name for this request. + * @param string $replicaName The name of the replica for this request. + * @param Google_Service_Replicapool_ReplicasDeleteRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapool_Replica + */ + public function delete($projectName, $zone, $poolName, $replicaName, Google_Service_Replicapool_ReplicasDeleteRequest $postBody, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Replicapool_Replica"); + } + /** + * Gets information about a specific replica. (replicas.get) + * + * @param string $projectName The project ID for this request. + * @param string $zone The zone where the replica lives. + * @param string $poolName The replica pool name for this request. + * @param string $replicaName The name of the replica for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapool_Replica + */ + public function get($projectName, $zone, $poolName, $replicaName, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Replicapool_Replica"); + } + /** + * Lists all replicas in a pool. (replicas.listReplicas) + * + * @param string $projectName The project ID for this request. + * @param string $zone The zone where the replica pool lives. + * @param string $poolName The replica pool name for this request. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum count of results to be returned. Acceptable + * values are 0 to 100, inclusive. (Default: 50) + * @opt_param string pageToken Set this to the nextPageToken value returned by a + * previous list request to obtain the next page of results from the previous + * list request. + * @return Google_Service_Replicapool_ReplicasListResponse + */ + public function listReplicas($projectName, $zone, $poolName, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Replicapool_ReplicasListResponse"); + } + /** + * Restarts a replica in a pool. (replicas.restart) + * + * @param string $projectName The project ID for this request. + * @param string $zone The zone where the replica lives. + * @param string $poolName The replica pool name for this request. + * @param string $replicaName The name of the replica for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapool_Replica + */ + public function restart($projectName, $zone, $poolName, $replicaName, $optParams = array()) + { + $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName); + $params = array_merge($params, $optParams); + return $this->call('restart', array($params), "Google_Service_Replicapool_Replica"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ServiceAccount.php new file mode 100644 index 000000000..9c82a4d88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/ServiceAccount.php @@ -0,0 +1,40 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setScopes($scopes) + { + $this->scopes = $scopes; + } + public function getScopes() + { + return $this->scopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Tag.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Tag.php new file mode 100644 index 000000000..03c1aad32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Tag.php @@ -0,0 +1,40 @@ +fingerPrint = $fingerPrint; + } + public function getFingerPrint() + { + return $this->fingerPrint; + } + public function setItems($items) + { + $this->items = $items; + } + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/Template.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Template.php new file mode 100644 index 000000000..84ba301fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/Template.php @@ -0,0 +1,79 @@ +action = $action; + } + /** + * @return Google_Service_Replicapool_Action + */ + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Replicapool_HealthCheck + */ + public function setHealthChecks($healthChecks) + { + $this->healthChecks = $healthChecks; + } + /** + * @return Google_Service_Replicapool_HealthCheck + */ + public function getHealthChecks() + { + return $this->healthChecks; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } + /** + * @param Google_Service_Replicapool_VmParams + */ + public function setVmParams(Google_Service_Replicapool_VmParams $vmParams) + { + $this->vmParams = $vmParams; + } + /** + * @return Google_Service_Replicapool_VmParams + */ + public function getVmParams() + { + return $this->vmParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/VmParams.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/VmParams.php new file mode 100644 index 000000000..0e8c72b1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/VmParams.php @@ -0,0 +1,163 @@ +baseInstanceName = $baseInstanceName; + } + public function getBaseInstanceName() + { + return $this->baseInstanceName; + } + public function setCanIpForward($canIpForward) + { + $this->canIpForward = $canIpForward; + } + public function getCanIpForward() + { + return $this->canIpForward; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Replicapool_ExistingDisk + */ + public function setDisksToAttach($disksToAttach) + { + $this->disksToAttach = $disksToAttach; + } + /** + * @return Google_Service_Replicapool_ExistingDisk + */ + public function getDisksToAttach() + { + return $this->disksToAttach; + } + /** + * @param Google_Service_Replicapool_NewDisk + */ + public function setDisksToCreate($disksToCreate) + { + $this->disksToCreate = $disksToCreate; + } + /** + * @return Google_Service_Replicapool_NewDisk + */ + public function getDisksToCreate() + { + return $this->disksToCreate; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + /** + * @param Google_Service_Replicapool_Metadata + */ + public function setMetadata(Google_Service_Replicapool_Metadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Replicapool_Metadata + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_Replicapool_NetworkInterface + */ + public function setNetworkInterfaces($networkInterfaces) + { + $this->networkInterfaces = $networkInterfaces; + } + /** + * @return Google_Service_Replicapool_NetworkInterface + */ + public function getNetworkInterfaces() + { + return $this->networkInterfaces; + } + public function setOnHostMaintenance($onHostMaintenance) + { + $this->onHostMaintenance = $onHostMaintenance; + } + public function getOnHostMaintenance() + { + return $this->onHostMaintenance; + } + /** + * @param Google_Service_Replicapool_ServiceAccount + */ + public function setServiceAccounts($serviceAccounts) + { + $this->serviceAccounts = $serviceAccounts; + } + /** + * @return Google_Service_Replicapool_ServiceAccount + */ + public function getServiceAccounts() + { + return $this->serviceAccounts; + } + /** + * @param Google_Service_Replicapool_Tag + */ + public function setTags(Google_Service_Replicapool_Tag $tags) + { + $this->tags = $tags; + } + /** + * @return Google_Service_Replicapool_Tag + */ + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater.php new file mode 100644 index 000000000..117c659bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater.php @@ -0,0 +1,306 @@ + + * [Deprecated. Please use compute.instanceGroupManagers.update method. + * replicapoolupdater API will be disabled after December 30th, 2016] Updates + * groups of Compute Engine instances. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Replicapoolupdater extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and manage replica pools. */ + const REPLICAPOOL = + "https://www.googleapis.com/auth/replicapool"; + /** View replica pools. */ + const REPLICAPOOL_READONLY = + "https://www.googleapis.com/auth/replicapool.readonly"; + + public $rollingUpdates; + public $zoneOperations; + + /** + * Constructs the internal representation of the Replicapoolupdater service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'replicapoolupdater/v1beta1/projects/'; + $this->version = 'v1beta1'; + $this->serviceName = 'replicapoolupdater'; + + $this->rollingUpdates = new Google_Service_Replicapoolupdater_Resource_RollingUpdates( + $this, + $this->serviceName, + 'rollingUpdates', + array( + 'methods' => array( + 'cancel' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rollingUpdate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rollingUpdate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listInstanceUpdates' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/instanceUpdates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rollingUpdate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'pause' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rollingUpdate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resume' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/resume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rollingUpdate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rollback' => array( + 'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rollingUpdate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->zoneOperations = new Google_Service_Replicapoolupdater_Resource_ZoneOperations( + $this, + $this->serviceName, + 'zoneOperations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdate.php new file mode 100644 index 000000000..1a176c3f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdate.php @@ -0,0 +1,55 @@ +error = $error; + } + /** + * @return Google_Service_Replicapoolupdater_InstanceUpdateError + */ + public function getError() + { + return $this->error; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php new file mode 100644 index 000000000..d69925206 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.php new file mode 100644 index 000000000..bb203756e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateList.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateList.php new file mode 100644 index 000000000..db2897f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Replicapoolupdater_InstanceUpdate + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php new file mode 100644 index 000000000..b9f4ebeec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php @@ -0,0 +1,234 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Replicapoolupdater_OperationError + */ + public function setError(Google_Service_Replicapoolupdater_OperationError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Replicapoolupdater_OperationError + */ + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + /** + * @param Google_Service_Replicapoolupdater_OperationWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_Replicapoolupdater_OperationWarnings + */ + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php new file mode 100644 index 000000000..8dd76e81b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_Replicapoolupdater_OperationErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.php new file mode 100644 index 000000000..c89bcf71f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationList.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationList.php new file mode 100644 index 000000000..ec75db5bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationList.php @@ -0,0 +1,74 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Replicapoolupdater_Operation + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Replicapoolupdater_Operation + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php new file mode 100644 index 000000000..5bfc8e229 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Replicapoolupdater_OperationWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Replicapoolupdater_OperationWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php new file mode 100644 index 000000000..e9add7a5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/RollingUpdates.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/RollingUpdates.php new file mode 100644 index 000000000..86c6406df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/RollingUpdates.php @@ -0,0 +1,177 @@ + + * $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...); + * $rollingUpdates = $replicapoolupdaterService->rollingUpdates; + * + */ +class Google_Service_Replicapoolupdater_Resource_RollingUpdates extends Google_Service_Resource +{ + /** + * Cancels an update. The update must be PAUSED before it can be cancelled. This + * has no effect if the update is already CANCELLED. (rollingUpdates.cancel) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param string $rollingUpdate The name of the update. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_Operation + */ + public function cancel($project, $zone, $rollingUpdate, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Replicapoolupdater_Operation"); + } + /** + * Returns information about an update. (rollingUpdates.get) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param string $rollingUpdate The name of the update. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_RollingUpdate + */ + public function get($project, $zone, $rollingUpdate, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Replicapoolupdater_RollingUpdate"); + } + /** + * Inserts and starts a new update. (rollingUpdates.insert) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param Google_Service_Replicapoolupdater_RollingUpdate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_Operation + */ + public function insert($project, $zone, Google_Service_Replicapoolupdater_RollingUpdate $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_Operation"); + } + /** + * Lists recent updates for a given managed instance group, in reverse + * chronological order and paginated format. (rollingUpdates.listRollingUpdates) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Filter expression for filtering listed + * resources. + * @opt_param string maxResults Optional. Maximum count of results to be + * returned. Maximum value is 500 and default value is 500. + * @opt_param string pageToken Optional. Tag returned by a previous list request + * truncated by maxResults. Used to continue a previous list request. + * @return Google_Service_Replicapoolupdater_RollingUpdateList + */ + public function listRollingUpdates($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Replicapoolupdater_RollingUpdateList"); + } + /** + * Lists the current status for each instance within a given update. + * (rollingUpdates.listInstanceUpdates) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param string $rollingUpdate The name of the update. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Filter expression for filtering listed + * resources. + * @opt_param string maxResults Optional. Maximum count of results to be + * returned. Maximum value is 500 and default value is 500. + * @opt_param string pageToken Optional. Tag returned by a previous list request + * truncated by maxResults. Used to continue a previous list request. + * @return Google_Service_Replicapoolupdater_InstanceUpdateList + */ + public function listInstanceUpdates($project, $zone, $rollingUpdate, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); + $params = array_merge($params, $optParams); + return $this->call('listInstanceUpdates', array($params), "Google_Service_Replicapoolupdater_InstanceUpdateList"); + } + /** + * Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK. Has no + * effect if invoked when the state of the update is PAUSED. + * (rollingUpdates.pause) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param string $rollingUpdate The name of the update. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_Operation + */ + public function pause($project, $zone, $rollingUpdate, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); + $params = array_merge($params, $optParams); + return $this->call('pause', array($params), "Google_Service_Replicapoolupdater_Operation"); + } + /** + * Continues an update in PAUSED state. Has no effect if invoked when the state + * of the update is ROLLED_OUT. (rollingUpdates.resume) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param string $rollingUpdate The name of the update. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_Operation + */ + public function resume($project, $zone, $rollingUpdate, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); + $params = array_merge($params, $optParams); + return $this->call('resume', array($params), "Google_Service_Replicapoolupdater_Operation"); + } + /** + * Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect + * if invoked when the state of the update is ROLLED_BACK. + * (rollingUpdates.rollback) + * + * @param string $project The Google Developers Console project name. + * @param string $zone The name of the zone in which the update's target + * resides. + * @param string $rollingUpdate The name of the update. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_Operation + */ + public function rollback($project, $zone, $rollingUpdate, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_Replicapoolupdater_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/ZoneOperations.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/ZoneOperations.php new file mode 100644 index 000000000..44e6fabc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Resource/ZoneOperations.php @@ -0,0 +1,66 @@ + + * $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...); + * $zoneOperations = $replicapoolupdaterService->zoneOperations; + * + */ +class Google_Service_Replicapoolupdater_Resource_ZoneOperations extends Google_Service_Resource +{ + /** + * Retrieves the specified zone-specific operation resource. + * (zoneOperations.get) + * + * @param string $project Name of the project scoping this request. + * @param string $zone Name of the zone scoping this request. + * @param string $operation Name of the operation resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Replicapoolupdater_Operation + */ + public function get($project, $zone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Operation"); + } + /** + * Retrieves the list of Operation resources contained within the specified + * zone. (zoneOperations.listZoneOperations) + * + * @param string $project Name of the project scoping this request. + * @param string $zone Name of the zone scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Filter expression for filtering listed + * resources. + * @opt_param string maxResults Optional. Maximum count of results to be + * returned. Maximum value is 500 and default value is 500. + * @opt_param string pageToken Optional. Tag returned by a previous list request + * truncated by maxResults. Used to continue a previous list request. + * @return Google_Service_Replicapoolupdater_OperationList + */ + public function listZoneOperations($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Replicapoolupdater_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdate.php new file mode 100644 index 000000000..6c24e70a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdate.php @@ -0,0 +1,179 @@ +actionType = $actionType; + } + public function getActionType() + { + return $this->actionType; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Replicapoolupdater_RollingUpdateError + */ + public function setError(Google_Service_Replicapoolupdater_RollingUpdateError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Replicapoolupdater_RollingUpdateError + */ + public function getError() + { + return $this->error; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInstanceGroup($instanceGroup) + { + $this->instanceGroup = $instanceGroup; + } + public function getInstanceGroup() + { + return $this->instanceGroup; + } + public function setInstanceGroupManager($instanceGroupManager) + { + $this->instanceGroupManager = $instanceGroupManager; + } + public function getInstanceGroupManager() + { + return $this->instanceGroupManager; + } + public function setInstanceTemplate($instanceTemplate) + { + $this->instanceTemplate = $instanceTemplate; + } + public function getInstanceTemplate() + { + return $this->instanceTemplate; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOldInstanceTemplate($oldInstanceTemplate) + { + $this->oldInstanceTemplate = $oldInstanceTemplate; + } + public function getOldInstanceTemplate() + { + return $this->oldInstanceTemplate; + } + /** + * @param Google_Service_Replicapoolupdater_RollingUpdatePolicy + */ + public function setPolicy(Google_Service_Replicapoolupdater_RollingUpdatePolicy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Replicapoolupdater_RollingUpdatePolicy + */ + public function getPolicy() + { + return $this->policy; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php new file mode 100644 index 000000000..b544a706d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_Replicapoolupdater_RollingUpdateErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.php new file mode 100644 index 000000000..46c537a90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateList.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateList.php new file mode 100644 index 000000000..9920f4eea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Replicapoolupdater_RollingUpdate + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php new file mode 100644 index 000000000..ad731f5c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php @@ -0,0 +1,66 @@ +autoPauseAfterInstances = $autoPauseAfterInstances; + } + public function getAutoPauseAfterInstances() + { + return $this->autoPauseAfterInstances; + } + public function setInstanceStartupTimeoutSec($instanceStartupTimeoutSec) + { + $this->instanceStartupTimeoutSec = $instanceStartupTimeoutSec; + } + public function getInstanceStartupTimeoutSec() + { + return $this->instanceStartupTimeoutSec; + } + public function setMaxNumConcurrentInstances($maxNumConcurrentInstances) + { + $this->maxNumConcurrentInstances = $maxNumConcurrentInstances; + } + public function getMaxNumConcurrentInstances() + { + return $this->maxNumConcurrentInstances; + } + public function setMaxNumFailedInstances($maxNumFailedInstances) + { + $this->maxNumFailedInstances = $maxNumFailedInstances; + } + public function getMaxNumFailedInstances() + { + return $this->maxNumFailedInstances; + } + public function setMinInstanceUpdateTimeSec($minInstanceUpdateTimeSec) + { + $this->minInstanceUpdateTimeSec = $minInstanceUpdateTimeSec; + } + public function getMinInstanceUpdateTimeSec() + { + return $this->minInstanceUpdateTimeSec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard.php new file mode 100644 index 000000000..9ea388434 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard.php @@ -0,0 +1,196 @@ + + * Reportcard is an internal tool for serving non-critical notices to engineers + * and application developers. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Reportcard extends Google_Service +{ + + + public $mutes; + public $notices; + + /** + * Constructs the internal representation of the Reportcard service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'reportcard/v1/'; + $this->version = 'v1'; + $this->serviceName = 'reportcard'; + + $this->mutes = new Google_Service_Reportcard_Resource_Mutes( + $this, + $this->serviceName, + 'mutes', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'mutes/{mutesId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'mutesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'mutes/{mutesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'mutesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'mutes', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'mutes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'consumer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupKey' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceKey' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'supplier' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'mutes/{mutesId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'mutesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'mutes/{mutesId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'mutesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->notices = new Google_Service_Reportcard_Resource_Notices( + $this, + $this->serviceName, + 'notices', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'notices/{noticesId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'noticesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'notices/{noticesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'noticesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'notices', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'notices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'consumer' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'showMuted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'patch' => array( + 'path' => 'notices/{noticesId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'noticesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'notices/{noticesId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'noticesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/Mute.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Mute.php new file mode 100644 index 000000000..298a383aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Mute.php @@ -0,0 +1,140 @@ +consumer = $consumer; + } + public function getConsumer() + { + return $this->consumer; + } + public function setCreatedBy($createdBy) + { + $this->createdBy = $createdBy; + } + public function getCreatedBy() + { + return $this->createdBy; + } + public function setCreationTimeMs($creationTimeMs) + { + $this->creationTimeMs = $creationTimeMs; + } + public function getCreationTimeMs() + { + return $this->creationTimeMs; + } + public function setCreator($creator) + { + $this->creator = $creator; + } + public function getCreator() + { + return $this->creator; + } + public function setExpiryTimeMs($expiryTimeMs) + { + $this->expiryTimeMs = $expiryTimeMs; + } + public function getExpiryTimeMs() + { + return $this->expiryTimeMs; + } + public function setGroupKey($groupKey) + { + $this->groupKey = $groupKey; + } + public function getGroupKey() + { + return $this->groupKey; + } + 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 setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setSourceKey($sourceKey) + { + $this->sourceKey = $sourceKey; + } + public function getSourceKey() + { + return $this->sourceKey; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setTarget(Google_Service_Reportcard_Target $target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/MutesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/MutesListResponse.php new file mode 100644 index 000000000..e89cc7fe5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/MutesListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/Notice.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Notice.php new file mode 100644 index 000000000..128bc1a5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Notice.php @@ -0,0 +1,203 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setConsumer($consumer) + { + $this->consumer = $consumer; + } + public function getConsumer() + { + return $this->consumer; + } + public function setCreator($creator) + { + $this->creator = $creator; + } + public function getCreator() + { + return $this->creator; + } + public function setDashboardUrl($dashboardUrl) + { + $this->dashboardUrl = $dashboardUrl; + } + public function getDashboardUrl() + { + return $this->dashboardUrl; + } + public function setDocumentationUrl($documentationUrl) + { + $this->documentationUrl = $documentationUrl; + } + public function getDocumentationUrl() + { + return $this->documentationUrl; + } + public function setGroupKey($groupKey) + { + $this->groupKey = $groupKey; + } + public function getGroupKey() + { + return $this->groupKey; + } + public function setGroupName($groupName) + { + $this->groupName = $groupName; + } + public function getGroupName() + { + return $this->groupName; + } + 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 setLongDescription($longDescription) + { + $this->longDescription = $longDescription; + } + public function getLongDescription() + { + return $this->longDescription; + } + public function setLongDescriptionType($longDescriptionType) + { + $this->longDescriptionType = $longDescriptionType; + } + public function getLongDescriptionType() + { + return $this->longDescriptionType; + } + public function setMuteId($muteId) + { + $this->muteId = $muteId; + } + public function getMuteId() + { + return $this->muteId; + } + public function setPostingTask($postingTask) + { + $this->postingTask = $postingTask; + } + public function getPostingTask() + { + return $this->postingTask; + } + public function setPostingTimeMs($postingTimeMs) + { + $this->postingTimeMs = $postingTimeMs; + } + public function getPostingTimeMs() + { + return $this->postingTimeMs; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setShortDescription($shortDescription) + { + $this->shortDescription = $shortDescription; + } + public function getShortDescription() + { + return $this->shortDescription; + } + public function setSourceKey($sourceKey) + { + $this->sourceKey = $sourceKey; + } + public function getSourceKey() + { + return $this->sourceKey; + } + public function setSourceName($sourceName) + { + $this->sourceName = $sourceName; + } + public function getSourceName() + { + return $this->sourceName; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/NoticesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/NoticesListResponse.php new file mode 100644 index 000000000..4965f52d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/NoticesListResponse.php @@ -0,0 +1,41 @@ +items = $items; + } + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Mutes.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Mutes.php new file mode 100644 index 000000000..8c10a7f22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Mutes.php @@ -0,0 +1,114 @@ + + * $reportcardService = new Google_Service_Reportcard(...); + * $mutes = $reportcardService->mutes; + * + */ +class Google_Service_Reportcard_Resource_Mutes extends Google_Service_Resource +{ + /** + * Deletes a Mute. (mutes.delete) + * + * @param string $mutesId The Mute id. + * @param array $optParams Optional parameters. + */ + public function delete($mutesId, $optParams = array()) + { + $params = array('mutesId' => $mutesId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a Mute by id. (mutes.get) + * + * @param string $mutesId The Mute id. + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Mute + */ + public function get($mutesId, $optParams = array()) + { + $params = array('mutesId' => $mutesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reportcard_Mute"); + } + /** + * Inserts a new Mute. (mutes.insert) + * + * @param Google_Service_Reportcard_Mute $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Mute + */ + public function insert(Google_Service_Reportcard_Mute $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Reportcard_Mute"); + } + /** + * Returns a list of Mutes, maybe filtering by 'consumer' or 'groupKey', + * 'sourceKey' and 'supplier'. (mutes.listMutes) + * + * @param array $optParams Optional parameters. + * + * @opt_param string consumer Only return Mutes for this consumer + * @opt_param string groupKey Only return Mutes created with this group_key. + * Supplier and source_key must also be set. + * @opt_param string sourceKey Only return Mutes created with this source_key. + * Supplier must also be set. + * @opt_param string supplier Only return Mutes created by this supplier. + * @return Google_Service_Reportcard_MutesListResponse + */ + public function listMutes($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Reportcard_MutesListResponse"); + } + /** + * Updates an existing Mute. This method supports patch semantics. (mutes.patch) + * + * @param string $mutesId The Mute id. + * @param Google_Service_Reportcard_Mute $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Mute + */ + public function patch($mutesId, Google_Service_Reportcard_Mute $postBody, $optParams = array()) + { + $params = array('mutesId' => $mutesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Reportcard_Mute"); + } + /** + * Updates an existing Mute. (mutes.update) + * + * @param string $mutesId The Mute id. + * @param Google_Service_Reportcard_Mute $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Mute + */ + public function update($mutesId, Google_Service_Reportcard_Mute $postBody, $optParams = array()) + { + $params = array('mutesId' => $mutesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Reportcard_Mute"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Notices.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Notices.php new file mode 100644 index 000000000..66dea6eee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Resource/Notices.php @@ -0,0 +1,111 @@ + + * $reportcardService = new Google_Service_Reportcard(...); + * $notices = $reportcardService->notices; + * + */ +class Google_Service_Reportcard_Resource_Notices extends Google_Service_Resource +{ + /** + * Deletes a Notice. (notices.delete) + * + * @param string $noticesId The Notice id. + * @param array $optParams Optional parameters. + */ + public function delete($noticesId, $optParams = array()) + { + $params = array('noticesId' => $noticesId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a Notice by id. (notices.get) + * + * @param string $noticesId The Notice id. + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Notice + */ + public function get($noticesId, $optParams = array()) + { + $params = array('noticesId' => $noticesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reportcard_Notice"); + } + /** + * Inserts a new Notice. (notices.insert) + * + * @param Google_Service_Reportcard_Notice $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Notice + */ + public function insert(Google_Service_Reportcard_Notice $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Reportcard_Notice"); + } + /** + * Retrieves a list of Notices, filtering by 'consumer' and maybe hiding muted + * ones. (notices.listNotices) + * + * @param array $optParams Optional parameters. + * + * @opt_param string consumer Only return Notices for these consumers + * @opt_param bool showMuted If set, show Notices that have been muted. + * @return Google_Service_Reportcard_NoticesListResponse + */ + public function listNotices($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Reportcard_NoticesListResponse"); + } + /** + * Updates an existing Notice. This method supports patch semantics. + * (notices.patch) + * + * @param string $noticesId The Notice id. + * @param Google_Service_Reportcard_Notice $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Notice + */ + public function patch($noticesId, Google_Service_Reportcard_Notice $postBody, $optParams = array()) + { + $params = array('noticesId' => $noticesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Reportcard_Notice"); + } + /** + * Updates an existing Notice. (notices.update) + * + * @param string $noticesId The Notice id. + * @param Google_Service_Reportcard_Notice $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reportcard_Notice + */ + public function update($noticesId, Google_Service_Reportcard_Notice $postBody, $optParams = array()) + { + $params = array('noticesId' => $noticesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Reportcard_Notice"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reportcard/Target.php b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Target.php new file mode 100644 index 000000000..48007dac8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reportcard/Target.php @@ -0,0 +1,84 @@ +documentationUrl = $documentationUrl; + } + public function getDocumentationUrl() + { + return $this->documentationUrl; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMonitoringUrl($monitoringUrl) + { + $this->monitoringUrl = $monitoringUrl; + } + public function getMonitoringUrl() + { + return $this->monitoringUrl; + } + public function setNote($note) + { + $this->note = $note; + } + public function getNote() + { + return $this->note; + } + public function setReportUrl($reportUrl) + { + $this->reportUrl = $reportUrl; + } + public function getReportUrl() + { + return $this->reportUrl; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports.php b/vendor/google/apiclient-services/src/Google/Service/Reports.php new file mode 100644 index 000000000..72b8d5a5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports.php @@ -0,0 +1,320 @@ + + * Fetches reports for the administrators of G Suite customers about the usage, + * collaboration, security, and risk for their users. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Reports extends Google_Service +{ + /** View audit reports for your G Suite domain. */ + const ADMIN_REPORTS_AUDIT_READONLY = + "https://www.googleapis.com/auth/admin.reports.audit.readonly"; + /** View usage reports for your G Suite domain. */ + const ADMIN_REPORTS_USAGE_READONLY = + "https://www.googleapis.com/auth/admin.reports.usage.readonly"; + + public $activities; + public $channels; + public $customerUsageReports; + public $entityUsageReports; + public $userUsageReport; + + /** + * Constructs the internal representation of the Reports 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 = 'admin/reports/v1/'; + $this->batchPath = 'batch/admin/reports_v1'; + $this->version = 'reports_v1'; + $this->serviceName = 'admin'; + + $this->activities = new Google_Service_Reports_Resource_Activities( + $this, + $this->serviceName, + 'activities', + array( + 'methods' => array( + 'list' => array( + 'path' => 'activity/users/{userKey}/applications/{applicationName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'applicationName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'actorIpAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'eventName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orgUnitID' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'watch' => array( + 'path' => 'activity/users/{userKey}/applications/{applicationName}/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'applicationName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'actorIpAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'eventName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orgUnitID' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->channels = new Google_Service_Reports_Resource_Channels( + $this, + $this->serviceName, + 'channels', + array( + 'methods' => array( + 'stop' => array( + 'path' => '/admin/reports_v1/channels/stop', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->customerUsageReports = new Google_Service_Reports_Resource_CustomerUsageReports( + $this, + $this->serviceName, + 'customerUsageReports', + array( + 'methods' => array( + 'get' => array( + 'path' => 'usage/dates/{date}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'date' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parameters' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->entityUsageReports = new Google_Service_Reports_Resource_EntityUsageReports( + $this, + $this->serviceName, + 'entityUsageReports', + array( + 'methods' => array( + 'get' => array( + 'path' => 'usage/{entityType}/{entityKey}/dates/{date}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'entityType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entityKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'date' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parameters' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->userUsageReport = new Google_Service_Reports_Resource_UserUsageReport( + $this, + $this->serviceName, + 'userUsageReport', + array( + 'methods' => array( + 'get' => array( + 'path' => 'usage/users/{userKey}/dates/{date}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userKey' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'date' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orgUnitID' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parameters' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php new file mode 100644 index 000000000..b1cc2548e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Reports_Activity + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Reports_Activity + */ + 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/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php new file mode 100644 index 000000000..4189a7fcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php @@ -0,0 +1,106 @@ +actor = $actor; + } + /** + * @return Google_Service_Reports_ActivityActor + */ + public function getActor() + { + return $this->actor; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Reports_ActivityEvents + */ + public function setEvents($events) + { + $this->events = $events; + } + /** + * @return Google_Service_Reports_ActivityEvents + */ + public function getEvents() + { + return $this->events; + } + /** + * @param Google_Service_Reports_ActivityId + */ + public function setId(Google_Service_Reports_ActivityId $id) + { + $this->id = $id; + } + /** + * @return Google_Service_Reports_ActivityId + */ + public function getId() + { + return $this->id; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOwnerDomain($ownerDomain) + { + $this->ownerDomain = $ownerDomain; + } + public function getOwnerDomain() + { + return $this->ownerDomain; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php new file mode 100644 index 000000000..598327b8e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php @@ -0,0 +1,57 @@ +callerType = $callerType; + } + public function getCallerType() + { + return $this->callerType; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEvents.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEvents.php new file mode 100644 index 000000000..798789956 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEvents.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Reports_ActivityEventsParameters + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Reports_ActivityEventsParameters + */ + public function getParameters() + { + return $this->parameters; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php new file mode 100644 index 000000000..a70f83213 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php @@ -0,0 +1,108 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setIntValue($intValue) + { + $this->intValue = $intValue; + } + public function getIntValue() + { + return $this->intValue; + } + /** + * @param Google_Service_Reports_ActivityEventsParametersMessageValue + */ + public function setMessageValue(Google_Service_Reports_ActivityEventsParametersMessageValue $messageValue) + { + $this->messageValue = $messageValue; + } + /** + * @return Google_Service_Reports_ActivityEventsParametersMessageValue + */ + public function getMessageValue() + { + return $this->messageValue; + } + public function setMultiIntValue($multiIntValue) + { + $this->multiIntValue = $multiIntValue; + } + public function getMultiIntValue() + { + return $this->multiIntValue; + } + /** + * @param Google_Service_Reports_ActivityEventsParametersMultiMessageValue + */ + public function setMultiMessageValue($multiMessageValue) + { + $this->multiMessageValue = $multiMessageValue; + } + /** + * @return Google_Service_Reports_ActivityEventsParametersMultiMessageValue + */ + public function getMultiMessageValue() + { + return $this->multiMessageValue; + } + public function setMultiValue($multiValue) + { + $this->multiValue = $multiValue; + } + public function getMultiValue() + { + return $this->multiValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMessageValue.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMessageValue.php new file mode 100644 index 000000000..15fc93c79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMessageValue.php @@ -0,0 +1,38 @@ +parameter = $parameter; + } + /** + * @return Google_Service_Reports_NestedParameter + */ + public function getParameter() + { + return $this->parameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMultiMessageValue.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMultiMessageValue.php new file mode 100644 index 000000000..8609a1b99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParametersMultiMessageValue.php @@ -0,0 +1,38 @@ +parameter = $parameter; + } + /** + * @return Google_Service_Reports_NestedParameter + */ + public function getParameter() + { + return $this->parameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityId.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityId.php new file mode 100644 index 000000000..104a23505 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityId.php @@ -0,0 +1,57 @@ +applicationName = $applicationName; + } + public function getApplicationName() + { + return $this->applicationName; + } + public function setCustomerId($customerId) + { + $this->customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } + public function setUniqueQualifier($uniqueQualifier) + { + $this->uniqueQualifier = $uniqueQualifier; + } + public function getUniqueQualifier() + { + return $this->uniqueQualifier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Channel.php new file mode 100644 index 000000000..7c4ca63a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Channel.php @@ -0,0 +1,111 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + 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 setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/NestedParameter.php b/vendor/google/apiclient-services/src/Google/Service/Reports/NestedParameter.php new file mode 100644 index 000000000..ec8618088 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/NestedParameter.php @@ -0,0 +1,85 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setIntValue($intValue) + { + $this->intValue = $intValue; + } + public function getIntValue() + { + return $this->intValue; + } + public function setMultiBoolValue($multiBoolValue) + { + $this->multiBoolValue = $multiBoolValue; + } + public function getMultiBoolValue() + { + return $this->multiBoolValue; + } + public function setMultiIntValue($multiIntValue) + { + $this->multiIntValue = $multiIntValue; + } + public function getMultiIntValue() + { + return $this->multiIntValue; + } + public function setMultiValue($multiValue) + { + $this->multiValue = $multiValue; + } + public function getMultiValue() + { + return $this->multiValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php new file mode 100644 index 000000000..5eacf2f01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php @@ -0,0 +1,235 @@ + + * $adminService = new Google_Service_Reports(...); + * $activities = $adminService->activities; + * + */ +class Google_Service_Reports_Resource_Activities extends Google_Service_Resource +{ + /** + * Retrieves a list of activities for a specific customer's account and + * application such as the Admin console application or the Google Drive + * application. For more information, see the guides for administrator and + * Google Drive activity reports. For more information about the activity + * report's parameters, see the activity parameters reference guides. + * (activities.listActivities) + * + * @param string $userKey Represents the profile ID or the user email for which + * the data should be filtered. + * @param string $applicationName Application name for which the events are to + * be retrieved. + * @param array $optParams Optional parameters. + * + * @opt_param string actorIpAddress The Internet Protocol (IP) Address of host + * where the event was performed. This is an additional way to filter a report's + * summary using the IP address of the user whose activity is being reported. + * This IP address may or may not reflect the user's physical location. For + * example, the IP address can be the user's proxy server's address or a virtual + * private network (VPN) address. This parameter supports both IPv4 and IPv6 + * address versions. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string endTime Sets the end of the range of time shown in the + * report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The default value is the approximate time of the + * API request. An API report has three basic time concepts: - Date of the API's + * request for a report: When the API created and retrieved the report. - + * Report's start time: The beginning of the timespan shown in the report. The + * startTime must be before the endTime (if specified) and the current time when + * the request is made, or the API returns an error. - Report's end time: The + * end of the timespan shown in the report. For example, the timespan of events + * summarized in a report can start in April and end in May. The report itself + * can be requested in August. If the endTime is not specified, the report + * returns all activities from the startTime until the current time or the most + * recent 180 days if the startTime is more than 180 days in the past. + * @opt_param string eventName The name of the event being queried by the API. + * Each eventName is related to a specific G Suite service or feature which the + * API organizes into types of events. An example is the Google Calendar events + * in the Admin console application's reports. The Calendar Settings type + * structure has all of the Calendar eventName activities reported by the API. + * When an administrator changes a Calendar setting, the API reports this + * activity in the Calendar Settings type and eventName parameters. For more + * information about eventName query strings and parameters, see the list of + * event names for various applications above in applicationName. + * @opt_param string filters The filters query string is a comma-separated list. + * The list is composed of event parameters that are manipulated by relational + * operators. Event parameters are in the form [parameter1 name][relational + * operator][parameter1 value],[parameter2 name][relational operator][parameter2 + * value],... These event parameters are associated with a specific eventName. + * An empty report is returned if the filtered request's parameter does not + * belong to the eventName. For more information about eventName parameters, see + * the list of event names for various applications above in applicationName. + * + * In the following Admin Activity example, the <> operator is URL-encoded in + * the request's query string (%3C%3E): GET...=CHANGE_CALENDAR_SETTING + * =NEW_VALUE%3C%3EREAD_ONLY_ACCESS + * + * In the following Drive example, the list can be a view or edit event's doc_id + * parameter with a value that is manipulated by an 'equal to' (==) or 'not + * equal to' (<>) relational operator. In the first example, the report returns + * each edited document's doc_id. In the second example, the report returns each + * viewed document's doc_id that equals the value 12345 and does not return any + * viewed document's which have a doc_id value of 98765. The <> operator is URL- + * encoded in the request's query string (%3C%3E): + * + * GET...=edit=doc_id GET...=view=doc_id==12345,doc_id%3C%3E98765 + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. If no parameters are requested, all + * parameters are returned. + * @opt_param int maxResults Determines how many activity records are shown on + * each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. The maxResults query + * string is optional in the request. The default value is 1000. + * @opt_param string orgUnitID ID of the organizational unit to report on. + * Activity records will be shown only for users who belong to the specified + * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered + * results. + * @opt_param string pageToken The token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string startTime Sets the beginning of the range of time shown in + * the report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The report returns all activities from startTime + * until endTime. The startTime must be before the endTime (if specified) and + * the current time when the request is made, or the API returns an error. + * @return Google_Service_Reports_Activities + */ + public function listActivities($userKey, $applicationName, $optParams = array()) + { + $params = array('userKey' => $userKey, 'applicationName' => $applicationName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Reports_Activities"); + } + /** + * Start receiving notifications for account activities. For more information, + * see Receiving Push Notifications. (activities.watch) + * + * @param string $userKey Represents the profile ID or the user email for which + * the data should be filtered. + * @param string $applicationName Application name for which the events are to + * be retrieved. + * @param Google_Service_Reports_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string actorIpAddress The Internet Protocol (IP) Address of host + * where the event was performed. This is an additional way to filter a report's + * summary using the IP address of the user whose activity is being reported. + * This IP address may or may not reflect the user's physical location. For + * example, the IP address can be the user's proxy server's address or a virtual + * private network (VPN) address. This parameter supports both IPv4 and IPv6 + * address versions. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string endTime Sets the end of the range of time shown in the + * report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The default value is the approximate time of the + * API request. An API report has three basic time concepts: - Date of the API's + * request for a report: When the API created and retrieved the report. - + * Report's start time: The beginning of the timespan shown in the report. The + * startTime must be before the endTime (if specified) and the current time when + * the request is made, or the API returns an error. - Report's end time: The + * end of the timespan shown in the report. For example, the timespan of events + * summarized in a report can start in April and end in May. The report itself + * can be requested in August. If the endTime is not specified, the report + * returns all activities from the startTime until the current time or the most + * recent 180 days if the startTime is more than 180 days in the past. + * @opt_param string eventName The name of the event being queried by the API. + * Each eventName is related to a specific G Suite service or feature which the + * API organizes into types of events. An example is the Google Calendar events + * in the Admin console application's reports. The Calendar Settings type + * structure has all of the Calendar eventName activities reported by the API. + * When an administrator changes a Calendar setting, the API reports this + * activity in the Calendar Settings type and eventName parameters. For more + * information about eventName query strings and parameters, see the list of + * event names for various applications above in applicationName. + * @opt_param string filters The filters query string is a comma-separated list. + * The list is composed of event parameters that are manipulated by relational + * operators. Event parameters are in the form [parameter1 name][relational + * operator][parameter1 value],[parameter2 name][relational operator][parameter2 + * value],... These event parameters are associated with a specific eventName. + * An empty report is returned if the filtered request's parameter does not + * belong to the eventName. For more information about eventName parameters, see + * the list of event names for various applications above in applicationName. + * + * In the following Admin Activity example, the <> operator is URL-encoded in + * the request's query string (%3C%3E): GET...=CHANGE_CALENDAR_SETTING + * =NEW_VALUE%3C%3EREAD_ONLY_ACCESS + * + * In the following Drive example, the list can be a view or edit event's doc_id + * parameter with a value that is manipulated by an 'equal to' (==) or 'not + * equal to' (<>) relational operator. In the first example, the report returns + * each edited document's doc_id. In the second example, the report returns each + * viewed document's doc_id that equals the value 12345 and does not return any + * viewed document's which have a doc_id value of 98765. The <> operator is URL- + * encoded in the request's query string (%3C%3E): + * + * GET...=edit=doc_id GET...=view=doc_id==12345,doc_id%3C%3E98765 + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. If no parameters are requested, all + * parameters are returned. + * @opt_param int maxResults Determines how many activity records are shown on + * each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. The maxResults query + * string is optional in the request. The default value is 1000. + * @opt_param string orgUnitID ID of the organizational unit to report on. + * Activity records will be shown only for users who belong to the specified + * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered + * results. + * @opt_param string pageToken The token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string startTime Sets the beginning of the range of time shown in + * the report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The report returns all activities from startTime + * until endTime. The startTime must be before the endTime (if specified) and + * the current time when the request is made, or the API returns an error. + * @return Google_Service_Reports_Channel + */ + public function watch($userKey, $applicationName, Google_Service_Reports_Channel $postBody, $optParams = array()) + { + $params = array('userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watch', array($params), "Google_Service_Reports_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Channels.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Channels.php new file mode 100644 index 000000000..5a4749f6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Channels.php @@ -0,0 +1,40 @@ + + * $adminService = new Google_Service_Reports(...); + * $channels = $adminService->channels; + * + */ +class Google_Service_Reports_Resource_Channels extends Google_Service_Resource +{ + /** + * Stop watching resources through this channel (channels.stop) + * + * @param Google_Service_Reports_Channel $postBody + * @param array $optParams Optional parameters. + */ + public function stop(Google_Service_Reports_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php new file mode 100644 index 000000000..25eaef47a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php @@ -0,0 +1,69 @@ + + * $adminService = new Google_Service_Reports(...); + * $customerUsageReports = $adminService->customerUsageReports; + * + */ +class Google_Service_Reports_Resource_CustomerUsageReports extends Google_Service_Resource +{ + /** + * Retrieves a report which is a collection of properties and statistics for a + * specific customer's account. For more information, see the Customers Usage + * Report guide. For more information about the customer report's parameters, + * see the Customers Usage parameters reference guides. + * (customerUsageReports.get) + * + * @param string $date Represents the date the usage occurred. The timestamp is + * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time + * zone for this. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string pageToken Token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. For your follow- + * on requests getting all of the report's pages, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string parameters The parameters query string is a comma-separated + * list of event parameters that refine a report's results. The parameter is + * associated with a specific application. The application values for the + * Customers usage report include accounts, app_maker, apps_scripts, calendar, + * classroom, cros, docs, gmail, gplus, device_management, meet, and sites. A + * parameters query string is in the CSV form of app_name1:param_name1, + * app_name2:param_name2. Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. + * + * An example of an invalid request parameter is one that does not belong to the + * application. If no parameters are requested, all parameters are returned. + * @return Google_Service_Reports_UsageReports + */ + public function get($date, $optParams = array()) + { + $params = array('date' => $date); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php new file mode 100644 index 000000000..85147279e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php @@ -0,0 +1,93 @@ + + * $adminService = new Google_Service_Reports(...); + * $entityUsageReports = $adminService->entityUsageReports; + * + */ +class Google_Service_Reports_Resource_EntityUsageReports extends Google_Service_Resource +{ + /** + * Retrieves a report which is a collection of properties and statistics for + * entities used by users within the account. For more information, see the + * Entities Usage Report guide. For more information about the entities report's + * parameters, see the Entities Usage parameters reference guides. + * (entityUsageReports.get) + * + * @param string $entityType Represents the type of entity for the report. + * @param string $entityKey Represents the key of the object to filter the data + * with. + * @param string $date Represents the date the usage occurred. The timestamp is + * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time + * zone for this. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string filters The filters query string is a comma-separated list + * of an application's event parameters where the parameter's value is + * manipulated by a relational operator. The filters query string includes the + * name of the application whose usage is returned in the report. The + * application values for the Entities usage report include accounts, docs, and + * gmail. Filters are in the form [application name]:[parameter name][relational + * operator][parameter value],.... + * + * In this example, the <> 'not equal to' operator is URL-encoded in the + * request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports + * /v1/usage/gplus_communities/all/dates/2017-12-01 + * ?parameters=gplus:community_name,gplus:num_total_members + * =gplus:num_total_members>0 + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). Filters can only be applied to numeric parameters. + * @opt_param string maxResults Determines how many activity records are shown + * on each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. + * @opt_param string pageToken Token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string parameters The parameters query string is a comma-separated + * list of event parameters that refine a report's results. The parameter is + * associated with a specific application. The application values for the + * Entities usage report are only gplus. A parameter query string is in the CSV + * form of [app_name1:param_name1], [app_name2:param_name2].... Note: The API + * doesn't accept multiple values of a parameter. If a particular parameter is + * supplied more than once in the API request, the API only accepts the last + * value of that request parameter. In addition, if an invalid request parameter + * is supplied in the API request, the API ignores that request parameter and + * returns the response corresponding to the remaining valid request parameters. + * + * An example of an invalid request parameter is one that does not belong to the + * application. If no parameters are requested, all parameters are returned. + * @return Google_Service_Reports_UsageReports + */ + public function get($entityType, $entityKey, $date, $optParams = array()) + { + $params = array('entityType' => $entityType, 'entityKey' => $entityKey, 'date' => $date); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php new file mode 100644 index 000000000..d9f95dc0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php @@ -0,0 +1,98 @@ + + * $adminService = new Google_Service_Reports(...); + * $userUsageReport = $adminService->userUsageReport; + * + */ +class Google_Service_Reports_Resource_UserUsageReport extends Google_Service_Resource +{ + /** + * Retrieves a report which is a collection of properties and statistics for a + * set of users with the account. For more information, see the User Usage + * Report guide. For more information about the user report's parameters, see + * the Users Usage parameters reference guides. (userUsageReport.get) + * + * @param string $userKey Represents the profile ID or the user email for which + * the data should be filtered. + * @param string $date Represents the date the usage occurred. The timestamp is + * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time + * zone for this. + * @param array $optParams Optional parameters. + * + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string filters The filters query string is a comma-separated list + * of an application's event parameters where the parameter's value is + * manipulated by a relational operator. The filters query string includes the + * name of the application whose usage is returned in the report. The + * application values for the Users Usage Report include accounts, docs, and + * gmail. Filters are in the form [application name]:[parameter name][relational + * operator][parameter value],.... + * + * In this example, the <> 'not equal to' operator is URL-encoded in the + * request's query string (%3C%3E): GET + * https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 + * ?parameters=accounts:last_login_time + * =accounts:last_login_time>2010-10-28T10:26:35.000Z + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). + * @opt_param string maxResults Determines how many activity records are shown + * on each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. The maxResults query + * string is optional. + * @opt_param string orgUnitID ID of the organizational unit to report on. User + * activity will be shown only for users who belong to the specified + * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered + * results. + * @opt_param string pageToken Token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string parameters The parameters query string is a comma-separated + * list of event parameters that refine a report's results. The parameter is + * associated with a specific application. The application values for the + * Customers usage report include accounts, app_maker, apps_scripts, calendar, + * classroom, cros, docs, gmail, gplus, device_management, meet, and sites. A + * parameters query string is in the CSV form of app_name1:param_name1, + * app_name2:param_name2. Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. + * + * An example of an invalid request parameter is one that does not belong to the + * application. If no parameters are requested, all parameters are returned. + * @return Google_Service_Reports_UsageReports + */ + public function get($userKey, $date, $optParams = array()) + { + $params = array('userKey' => $userKey, 'date' => $date); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReport.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReport.php new file mode 100644 index 000000000..386901ca0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReport.php @@ -0,0 +1,81 @@ +date = $date; + } + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_Reports_UsageReportEntity + */ + public function setEntity(Google_Service_Reports_UsageReportEntity $entity) + { + $this->entity = $entity; + } + /** + * @return Google_Service_Reports_UsageReportEntity + */ + public function getEntity() + { + return $this->entity; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Reports_UsageReportParameters + */ + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + /** + * @return Google_Service_Reports_UsageReportParameters + */ + public function getParameters() + { + return $this->parameters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.php new file mode 100644 index 000000000..0ae0af009 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.php @@ -0,0 +1,66 @@ +customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setProfileId($profileId) + { + $this->profileId = $profileId; + } + public function getProfileId() + { + return $this->profileId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUserEmail($userEmail) + { + $this->userEmail = $userEmail; + } + public function getUserEmail() + { + return $this->userEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php new file mode 100644 index 000000000..31c2c69c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php @@ -0,0 +1,76 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setDatetimeValue($datetimeValue) + { + $this->datetimeValue = $datetimeValue; + } + public function getDatetimeValue() + { + return $this->datetimeValue; + } + public function setIntValue($intValue) + { + $this->intValue = $intValue; + } + public function getIntValue() + { + return $this->intValue; + } + public function setMsgValue($msgValue) + { + $this->msgValue = $msgValue; + } + public function getMsgValue() + { + return $this->msgValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReports.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReports.php new file mode 100644 index 000000000..b223ff750 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReports.php @@ -0,0 +1,81 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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; + } + /** + * @param Google_Service_Reports_UsageReport + */ + public function setUsageReports($usageReports) + { + $this->usageReports = $usageReports; + } + /** + * @return Google_Service_Reports_UsageReport + */ + public function getUsageReports() + { + return $this->usageReports; + } + /** + * @param Google_Service_Reports_UsageReportsWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_Reports_UsageReportsWarnings + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.php new file mode 100644 index 000000000..3bb67973e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Reports_UsageReportsWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Reports_UsageReportsWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php new file mode 100644 index 000000000..b987d2247 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller.php b/vendor/google/apiclient-services/src/Google/Service/Reseller.php new file mode 100644 index 000000000..a6f4efc14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller.php @@ -0,0 +1,315 @@ + + * Creates and manages your customers and their subscriptions. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Reseller extends Google_Service +{ + /** Manage users on your domain. */ + const APPS_ORDER = + "https://www.googleapis.com/auth/apps.order"; + /** Manage users on your domain. */ + const APPS_ORDER_READONLY = + "https://www.googleapis.com/auth/apps.order.readonly"; + + public $customers; + public $resellernotify; + public $subscriptions; + + /** + * Constructs the internal representation of the Reseller 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 = 'apps/reseller/v1/'; + $this->batchPath = 'batch/reseller/v1'; + $this->version = 'v1'; + $this->serviceName = 'reseller'; + + $this->customers = new Google_Service_Reseller_Resource_Customers( + $this, + $this->serviceName, + 'customers', + array( + 'methods' => array( + 'get' => array( + 'path' => 'customers/{customerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerAuthToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'customers/{customerId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'customers/{customerId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->resellernotify = new Google_Service_Reseller_Resource_Resellernotify( + $this, + $this->serviceName, + 'resellernotify', + array( + 'methods' => array( + 'getwatchdetails' => array( + 'path' => 'resellernotify/getwatchdetails', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'register' => array( + 'path' => 'resellernotify/register', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceAccountEmailAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'unregister' => array( + 'path' => 'resellernotify/unregister', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceAccountEmailAddress' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->subscriptions = new Google_Service_Reseller_Resource_Subscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'activate' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/activate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'changePlan' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changePlan', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'changeRenewalSettings' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'changeSeats' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeSeats', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deletionType' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'customers/{customerId}/subscriptions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'customerAuthToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'customerAuthToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'customerNamePrefix' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'startPaidService' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/startPaidService', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'suspend' => array( + 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/suspend', + 'httpMethod' => 'POST', + 'parameters' => array( + 'customerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Address.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Address.php new file mode 100644 index 000000000..7f2fbd224 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Address.php @@ -0,0 +1,111 @@ +addressLine1 = $addressLine1; + } + public function getAddressLine1() + { + return $this->addressLine1; + } + public function setAddressLine2($addressLine2) + { + $this->addressLine2 = $addressLine2; + } + public function getAddressLine2() + { + return $this->addressLine2; + } + public function setAddressLine3($addressLine3) + { + $this->addressLine3 = $addressLine3; + } + public function getAddressLine3() + { + return $this->addressLine3; + } + public function setContactName($contactName) + { + $this->contactName = $contactName; + } + public function getContactName() + { + return $this->contactName; + } + public function setCountryCode($countryCode) + { + $this->countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setOrganizationName($organizationName) + { + $this->organizationName = $organizationName; + } + public function getOrganizationName() + { + return $this->organizationName; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/ChangePlanRequest.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/ChangePlanRequest.php new file mode 100644 index 000000000..f53fb0837 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/ChangePlanRequest.php @@ -0,0 +1,73 @@ +dealCode = $dealCode; + } + public function getDealCode() + { + return $this->dealCode; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPlanName($planName) + { + $this->planName = $planName; + } + public function getPlanName() + { + return $this->planName; + } + public function setPurchaseOrderId($purchaseOrderId) + { + $this->purchaseOrderId = $purchaseOrderId; + } + public function getPurchaseOrderId() + { + return $this->purchaseOrderId; + } + /** + * @param Google_Service_Reseller_Seats + */ + public function setSeats(Google_Service_Reseller_Seats $seats) + { + $this->seats = $seats; + } + /** + * @return Google_Service_Reseller_Seats + */ + public function getSeats() + { + return $this->seats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.php new file mode 100644 index 000000000..93ea4a858 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.php @@ -0,0 +1,100 @@ +alternateEmail = $alternateEmail; + } + public function getAlternateEmail() + { + return $this->alternateEmail; + } + public function setCustomerDomain($customerDomain) + { + $this->customerDomain = $customerDomain; + } + public function getCustomerDomain() + { + return $this->customerDomain; + } + public function setCustomerDomainVerified($customerDomainVerified) + { + $this->customerDomainVerified = $customerDomainVerified; + } + public function getCustomerDomainVerified() + { + return $this->customerDomainVerified; + } + public function setCustomerId($customerId) + { + $this->customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + /** + * @param Google_Service_Reseller_Address + */ + public function setPostalAddress(Google_Service_Reseller_Address $postalAddress) + { + $this->postalAddress = $postalAddress; + } + /** + * @return Google_Service_Reseller_Address + */ + public function getPostalAddress() + { + return $this->postalAddress; + } + public function setResourceUiUrl($resourceUiUrl) + { + $this->resourceUiUrl = $resourceUiUrl; + } + public function getResourceUiUrl() + { + return $this->resourceUiUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php new file mode 100644 index 000000000..b7c7c4d15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRenewalType($renewalType) + { + $this->renewalType = $renewalType; + } + public function getRenewalType() + { + return $this->renewalType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyGetwatchdetailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyGetwatchdetailsResponse.php new file mode 100644 index 000000000..6ab0bc30f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyGetwatchdetailsResponse.php @@ -0,0 +1,40 @@ +serviceAccountEmailAddresses = $serviceAccountEmailAddresses; + } + public function getServiceAccountEmailAddresses() + { + return $this->serviceAccountEmailAddresses; + } + public function setTopicName($topicName) + { + $this->topicName = $topicName; + } + public function getTopicName() + { + return $this->topicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyResource.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyResource.php new file mode 100644 index 000000000..4d561264c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/ResellernotifyResource.php @@ -0,0 +1,30 @@ +topicName = $topicName; + } + public function getTopicName() + { + return $this->topicName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Customers.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Customers.php new file mode 100644 index 000000000..c2c42c10e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Customers.php @@ -0,0 +1,99 @@ + + * $resellerService = new Google_Service_Reseller(...); + * $customers = $resellerService->customers; + * + */ +class Google_Service_Reseller_Resource_Customers extends Google_Service_Resource +{ + /** + * Get a customer account. (customers.get) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Customer + */ + public function get($customerId, $optParams = array()) + { + $params = array('customerId' => $customerId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reseller_Customer"); + } + /** + * Order a new customer's account. (customers.insert) + * + * @param Google_Service_Reseller_Customer $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string customerAuthToken The customerAuthToken query string is + * required when creating a resold account that transfers a direct customer's + * subscription or transfers another reseller customer's subscription to your + * reseller management. This is a hexadecimal authentication token needed to + * complete the subscription transfer. For more information, see the + * administrator help center. + * @return Google_Service_Reseller_Customer + */ + public function insert(Google_Service_Reseller_Customer $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Reseller_Customer"); + } + /** + * Update a customer account's settings. This method supports patch semantics. + * (customers.patch) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param Google_Service_Reseller_Customer $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Customer + */ + public function patch($customerId, Google_Service_Reseller_Customer $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Reseller_Customer"); + } + /** + * Update a customer account's settings. (customers.update) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param Google_Service_Reseller_Customer $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Customer + */ + public function update($customerId, Google_Service_Reseller_Customer $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Reseller_Customer"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Resellernotify.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Resellernotify.php new file mode 100644 index 000000000..9f6aa7384 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Resellernotify.php @@ -0,0 +1,72 @@ + + * $resellerService = new Google_Service_Reseller(...); + * $resellernotify = $resellerService->resellernotify; + * + */ +class Google_Service_Reseller_Resource_Resellernotify extends Google_Service_Resource +{ + /** + * Returns all the details of the watch corresponding to the reseller. + * (resellernotify.getwatchdetails) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_ResellernotifyGetwatchdetailsResponse + */ + public function getwatchdetails($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getwatchdetails', array($params), "Google_Service_Reseller_ResellernotifyGetwatchdetailsResponse"); + } + /** + * Registers a Reseller for receiving notifications. (resellernotify.register) + * + * @param array $optParams Optional parameters. + * + * @opt_param string serviceAccountEmailAddress The service account which will + * own the created Cloud-PubSub topic. + * @return Google_Service_Reseller_ResellernotifyResource + */ + public function register($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('register', array($params), "Google_Service_Reseller_ResellernotifyResource"); + } + /** + * Unregisters a Reseller for receiving notifications. + * (resellernotify.unregister) + * + * @param array $optParams Optional parameters. + * + * @opt_param string serviceAccountEmailAddress The service account which owns + * the Cloud-PubSub topic. + * @return Google_Service_Reseller_ResellernotifyResource + */ + public function unregister($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('unregister', array($params), "Google_Service_Reseller_ResellernotifyResource"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Subscriptions.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Subscriptions.php new file mode 100644 index 000000000..007c65b63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Resource/Subscriptions.php @@ -0,0 +1,265 @@ + + * $resellerService = new Google_Service_Reseller(...); + * $subscriptions = $resellerService->subscriptions; + * + */ +class Google_Service_Reseller_Resource_Subscriptions extends Google_Service_Resource +{ + /** + * Activates a subscription previously suspended by the reseller + * (subscriptions.activate) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function activate($customerId, $subscriptionId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); + $params = array_merge($params, $optParams); + return $this->call('activate', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * Update a subscription plan. Use this method to update a plan for a 30-day + * trial or a flexible plan subscription to an annual commitment plan with + * monthly or yearly payments. (subscriptions.changePlan) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param Google_Service_Reseller_ChangePlanRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function changePlan($customerId, $subscriptionId, Google_Service_Reseller_ChangePlanRequest $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('changePlan', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * Update a user license's renewal settings. This is applicable for accounts + * with annual commitment plans only. (subscriptions.changeRenewalSettings) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param Google_Service_Reseller_RenewalSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function changeRenewalSettings($customerId, $subscriptionId, Google_Service_Reseller_RenewalSettings $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('changeRenewalSettings', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * Update a subscription's user license settings. (subscriptions.changeSeats) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param Google_Service_Reseller_Seats $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function changeSeats($customerId, $subscriptionId, Google_Service_Reseller_Seats $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('changeSeats', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * Cancel or transfer a subscription to direct. (subscriptions.delete) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param string $deletionType The deletionType query string enables the + * cancellation, downgrade, or suspension of a subscription. + * @param array $optParams Optional parameters. + */ + public function delete($customerId, $subscriptionId, $deletionType, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' => $deletionType); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get a specific subscription. (subscriptions.get) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function get($customerId, $subscriptionId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * Create or transfer a subscription. (subscriptions.insert) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param Google_Service_Reseller_Subscription $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string customerAuthToken The customerAuthToken query string is + * required when creating a resold account that transfers a direct customer's + * subscription or transfers another reseller customer's subscription to your + * reseller management. This is a hexadecimal authentication token needed to + * complete the subscription transfer. For more information, see the + * administrator help center. + * @return Google_Service_Reseller_Subscription + */ + public function insert($customerId, Google_Service_Reseller_Subscription $postBody, $optParams = array()) + { + $params = array('customerId' => $customerId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * List of subscriptions managed by the reseller. The list can be all + * subscriptions, all of a customer's subscriptions, or all of a customer's + * transferable subscriptions. (subscriptions.listSubscriptions) + * + * @param array $optParams Optional parameters. + * + * @opt_param string customerAuthToken The customerAuthToken query string is + * required when creating a resold account that transfers a direct customer's + * subscription or transfers another reseller customer's subscription to your + * reseller management. This is a hexadecimal authentication token needed to + * complete the subscription transfer. For more information, see the + * administrator help center. + * @opt_param string customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @opt_param string customerNamePrefix When retrieving all of your + * subscriptions and filtering for specific customers, you can enter a prefix + * for a customer name. Using an example customer group that includes exam.com, + * example20.com and example.com: - exa -- Returns all customer names that start + * with 'exa' which could include exam.com, example20.com, and example.com. A + * name prefix is similar to using a regular expression's asterisk, exa*. - + * example -- Returns example20.com and example.com. + * @opt_param string maxResults When retrieving a large list, the maxResults is + * the maximum number of results per page. The nextPageToken value takes you to + * the next page. The default is 20. + * @opt_param string pageToken Token to specify next page in the list + * @return Google_Service_Reseller_Subscriptions + */ + public function listSubscriptions($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Reseller_Subscriptions"); + } + /** + * Immediately move a 30-day free trial subscription to a paid service + * subscription. (subscriptions.startPaidService) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function startPaidService($customerId, $subscriptionId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); + $params = array_merge($params, $optParams); + return $this->call('startPaidService', array($params), "Google_Service_Reseller_Subscription"); + } + /** + * Suspends an active subscription. (subscriptions.suspend) + * + * @param string $customerId Either the customer's primary domain name or the + * customer's unique identifier. If using the domain name, we do not recommend + * using a customerId as a key for persistent data. If the domain name for a + * customerId is changed, the Google system automatically updates. + * @param string $subscriptionId This is a required property. The subscriptionId + * is the subscription identifier and is unique for each customer. Since a + * subscriptionId changes when a subscription is updated, we recommend to not + * use this ID as a key for persistent data. And the subscriptionId can be found + * using the retrieve all reseller subscriptions method. + * @param array $optParams Optional parameters. + * @return Google_Service_Reseller_Subscription + */ + public function suspend($customerId, $subscriptionId, $optParams = array()) + { + $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId); + $params = array_merge($params, $optParams); + return $this->call('suspend', array($params), "Google_Service_Reseller_Subscription"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Seats.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Seats.php new file mode 100644 index 000000000..2aaf00268 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Seats.php @@ -0,0 +1,57 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLicensedNumberOfSeats($licensedNumberOfSeats) + { + $this->licensedNumberOfSeats = $licensedNumberOfSeats; + } + public function getLicensedNumberOfSeats() + { + return $this->licensedNumberOfSeats; + } + public function setMaximumNumberOfSeats($maximumNumberOfSeats) + { + $this->maximumNumberOfSeats = $maximumNumberOfSeats; + } + public function getMaximumNumberOfSeats() + { + return $this->maximumNumberOfSeats; + } + public function setNumberOfSeats($numberOfSeats) + { + $this->numberOfSeats = $numberOfSeats; + } + public function getNumberOfSeats() + { + return $this->numberOfSeats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Subscription.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Subscription.php new file mode 100644 index 000000000..d47d8e761 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Subscription.php @@ -0,0 +1,219 @@ +billingMethod = $billingMethod; + } + public function getBillingMethod() + { + return $this->billingMethod; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setCustomerDomain($customerDomain) + { + $this->customerDomain = $customerDomain; + } + public function getCustomerDomain() + { + return $this->customerDomain; + } + public function setCustomerId($customerId) + { + $this->customerId = $customerId; + } + public function getCustomerId() + { + return $this->customerId; + } + public function setDealCode($dealCode) + { + $this->dealCode = $dealCode; + } + public function getDealCode() + { + return $this->dealCode; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Reseller_SubscriptionPlan + */ + public function setPlan(Google_Service_Reseller_SubscriptionPlan $plan) + { + $this->plan = $plan; + } + /** + * @return Google_Service_Reseller_SubscriptionPlan + */ + public function getPlan() + { + return $this->plan; + } + public function setPurchaseOrderId($purchaseOrderId) + { + $this->purchaseOrderId = $purchaseOrderId; + } + public function getPurchaseOrderId() + { + return $this->purchaseOrderId; + } + /** + * @param Google_Service_Reseller_RenewalSettings + */ + public function setRenewalSettings(Google_Service_Reseller_RenewalSettings $renewalSettings) + { + $this->renewalSettings = $renewalSettings; + } + /** + * @return Google_Service_Reseller_RenewalSettings + */ + public function getRenewalSettings() + { + return $this->renewalSettings; + } + public function setResourceUiUrl($resourceUiUrl) + { + $this->resourceUiUrl = $resourceUiUrl; + } + public function getResourceUiUrl() + { + return $this->resourceUiUrl; + } + /** + * @param Google_Service_Reseller_Seats + */ + public function setSeats(Google_Service_Reseller_Seats $seats) + { + $this->seats = $seats; + } + /** + * @return Google_Service_Reseller_Seats + */ + public function getSeats() + { + return $this->seats; + } + public function setSkuId($skuId) + { + $this->skuId = $skuId; + } + public function getSkuId() + { + return $this->skuId; + } + public function setSkuName($skuName) + { + $this->skuName = $skuName; + } + public function getSkuName() + { + return $this->skuName; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSubscriptionId($subscriptionId) + { + $this->subscriptionId = $subscriptionId; + } + public function getSubscriptionId() + { + return $this->subscriptionId; + } + public function setSuspensionReasons($suspensionReasons) + { + $this->suspensionReasons = $suspensionReasons; + } + public function getSuspensionReasons() + { + return $this->suspensionReasons; + } + /** + * @param Google_Service_Reseller_SubscriptionTransferInfo + */ + public function setTransferInfo(Google_Service_Reseller_SubscriptionTransferInfo $transferInfo) + { + $this->transferInfo = $transferInfo; + } + /** + * @return Google_Service_Reseller_SubscriptionTransferInfo + */ + public function getTransferInfo() + { + return $this->transferInfo; + } + /** + * @param Google_Service_Reseller_SubscriptionTrialSettings + */ + public function setTrialSettings(Google_Service_Reseller_SubscriptionTrialSettings $trialSettings) + { + $this->trialSettings = $trialSettings; + } + /** + * @return Google_Service_Reseller_SubscriptionTrialSettings + */ + public function getTrialSettings() + { + return $this->trialSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.php new file mode 100644 index 000000000..9af34560c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.php @@ -0,0 +1,55 @@ +commitmentInterval = $commitmentInterval; + } + /** + * @return Google_Service_Reseller_SubscriptionPlanCommitmentInterval + */ + public function getCommitmentInterval() + { + return $this->commitmentInterval; + } + public function setIsCommitmentPlan($isCommitmentPlan) + { + $this->isCommitmentPlan = $isCommitmentPlan; + } + public function getIsCommitmentPlan() + { + return $this->isCommitmentPlan; + } + public function setPlanName($planName) + { + $this->planName = $planName; + } + public function getPlanName() + { + return $this->planName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php new file mode 100644 index 000000000..8181c62a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php @@ -0,0 +1,39 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php new file mode 100644 index 000000000..4b2026046 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php @@ -0,0 +1,39 @@ +minimumTransferableSeats = $minimumTransferableSeats; + } + public function getMinimumTransferableSeats() + { + return $this->minimumTransferableSeats; + } + public function setTransferabilityExpirationTime($transferabilityExpirationTime) + { + $this->transferabilityExpirationTime = $transferabilityExpirationTime; + } + public function getTransferabilityExpirationTime() + { + return $this->transferabilityExpirationTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTrialSettings.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTrialSettings.php new file mode 100644 index 000000000..2e0cff4d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTrialSettings.php @@ -0,0 +1,39 @@ +isInTrial = $isInTrial; + } + public function getIsInTrial() + { + return $this->isInTrial; + } + public function setTrialEndTime($trialEndTime) + { + $this->trialEndTime = $trialEndTime; + } + public function getTrialEndTime() + { + return $this->trialEndTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/Subscriptions.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/Subscriptions.php new file mode 100644 index 000000000..4da8e963d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Subscriptions.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Reseller_Subscription + */ + public function setSubscriptions($subscriptions) + { + $this->subscriptions = $subscriptions; + } + /** + * @return Google_Service_Reseller_Subscription + */ + public function getSubscriptions() + { + return $this->subscriptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews.php new file mode 100644 index 000000000..074bae012 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews.php @@ -0,0 +1,339 @@ + + * The Resource View API allows users to create and manage logical sets of + * Google Compute Engine instances. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Resourceviews extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = + "https://www.googleapis.com/auth/compute"; + /** View your Google Compute Engine resources. */ + const COMPUTE_READONLY = + "https://www.googleapis.com/auth/compute.readonly"; + /** View and manage your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN = + "https://www.googleapis.com/auth/ndev.cloudman"; + /** View your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN_READONLY = + "https://www.googleapis.com/auth/ndev.cloudman.readonly"; + + public $zoneOperations; + public $zoneViews; + + /** + * Constructs the internal representation of the Resourceviews service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'resourceviews/v1beta2/projects/'; + $this->version = 'v1beta2'; + $this->serviceName = 'resourceviews'; + + $this->zoneOperations = new Google_Service_Resourceviews_Resource_ZoneOperations( + $this, + $this->serviceName, + 'zoneOperations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->zoneViews = new Google_Service_Resourceviews_Resource_ZoneViews( + $this, + $this->serviceName, + 'zoneViews', + array( + 'methods' => array( + 'addResources' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/addResources', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getService' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/resourceViews', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/resourceViews', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listResources' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'listState' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serviceName' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeResources' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setService' => array( + 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resourceView' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Label.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Label.php new file mode 100644 index 000000000..504897111 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Label.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ListResourceResponseItem.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ListResourceResponseItem.php new file mode 100644 index 000000000..ba8cc748b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ListResourceResponseItem.php @@ -0,0 +1,39 @@ +endpoints = $endpoints; + } + public function getEndpoints() + { + return $this->endpoints; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Operation.php new file mode 100644 index 000000000..31dc29dcc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Operation.php @@ -0,0 +1,234 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Resourceviews_OperationError + */ + public function setError(Google_Service_Resourceviews_OperationError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Resourceviews_OperationError + */ + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + /** + * @param Google_Service_Resourceviews_OperationWarnings + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_Resourceviews_OperationWarnings + */ + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php new file mode 100644 index 000000000..aee28c2d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php @@ -0,0 +1,38 @@ +errors = $errors; + } + /** + * @return Google_Service_Resourceviews_OperationErrorErrors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.php new file mode 100644 index 000000000..13e869650 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationList.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationList.php new file mode 100644 index 000000000..ba602e776 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationList.php @@ -0,0 +1,74 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Resourceviews_Operation + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Resourceviews_Operation + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php new file mode 100644 index 000000000..46f247f32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Resourceviews_OperationWarningsData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Resourceviews_OperationWarningsData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php new file mode 100644 index 000000000..d0e0c1942 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneOperations.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneOperations.php new file mode 100644 index 000000000..778807e23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneOperations.php @@ -0,0 +1,66 @@ + + * $resourceviewsService = new Google_Service_Resourceviews(...); + * $zoneOperations = $resourceviewsService->zoneOperations; + * + */ +class Google_Service_Resourceviews_Resource_ZoneOperations extends Google_Service_Resource +{ + /** + * Retrieves the specified zone-specific operation resource. + * (zoneOperations.get) + * + * @param string $project Name of the project scoping this request. + * @param string $zone Name of the zone scoping this request. + * @param string $operation Name of the operation resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_Operation + */ + public function get($project, $zone, $operation, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Resourceviews_Operation"); + } + /** + * Retrieves the list of operation resources contained within the specified + * zone. (zoneOperations.listZoneOperations) + * + * @param string $project Name of the project scoping this request. + * @param string $zone Name of the zone scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Filter expression for filtering listed + * resources. + * @opt_param string maxResults Optional. Maximum count of results to be + * returned. Maximum value is 500 and default value is 500. + * @opt_param string pageToken Optional. Tag returned by a previous list request + * truncated by maxResults. Used to continue a previous list request. + * @return Google_Service_Resourceviews_OperationList + */ + public function listZoneOperations($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Resourceviews_OperationList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneViews.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneViews.php new file mode 100644 index 000000000..ba4108185 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/Resource/ZoneViews.php @@ -0,0 +1,190 @@ + + * $resourceviewsService = new Google_Service_Resourceviews(...); + * $zoneViews = $resourceviewsService->zoneViews; + * + */ +class Google_Service_Resourceviews_Resource_ZoneViews extends Google_Service_Resource +{ + /** + * Add resources to the view. (zoneViews.addResources) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_Operation + */ + public function addResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation"); + } + /** + * Delete a resource view. (zoneViews.delete) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_Operation + */ + public function delete($project, $zone, $resourceView, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation"); + } + /** + * Get the information of a zonal resource view. (zoneViews.get) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_ResourceView + */ + public function get($project, $zone, $resourceView, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView"); + } + /** + * Get the service information of a resource view or a resource. + * (zoneViews.getService) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param array $optParams Optional parameters. + * + * @opt_param string resourceName The name of the resource if user wants to get + * the service information of the resource. + * @return Google_Service_Resourceviews_ZoneViewsGetServiceResponse + */ + public function getService($project, $zone, $resourceView, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); + $params = array_merge($params, $optParams); + return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse"); + } + /** + * Create a resource view. (zoneViews.insert) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param Google_Service_Resourceviews_ResourceView $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_Operation + */ + public function insert($project, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation"); + } + /** + * List resource views. (zoneViews.listZoneViews) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum count of results to be returned. Acceptable + * values are 0 to 5000, inclusive. (Default: 5000) + * @opt_param string pageToken Specifies a nextPageToken returned by a previous + * list request. This token can be used to request the next page of results from + * a previous list request. + * @return Google_Service_Resourceviews_ZoneViewsList + */ + public function listZoneViews($project, $zone, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList"); + } + /** + * List the resources of the resource view. (zoneViews.listResources) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param array $optParams Optional parameters. + * + * @opt_param string format The requested format of the return value. It can be + * URL or URL_PORT. A JSON object will be included in the response based on the + * format. The default format is NONE, which results in no JSON in the response. + * @opt_param string listState The state of the instance to list. By default, it + * lists all instances. + * @opt_param int maxResults Maximum count of results to be returned. Acceptable + * values are 0 to 5000, inclusive. (Default: 5000) + * @opt_param string pageToken Specifies a nextPageToken returned by a previous + * list request. This token can be used to request the next page of results from + * a previous list request. + * @opt_param string serviceName The service name to return in the response. It + * is optional and if it is not set, all the service end points will be + * returned. + * @return Google_Service_Resourceviews_ZoneViewsListResourcesResponse + */ + public function listResources($project, $zone, $resourceView, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView); + $params = array_merge($params, $optParams); + return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse"); + } + /** + * Remove resources from the view. (zoneViews.removeResources) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_Operation + */ + public function removeResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation"); + } + /** + * Update the service information of a resource view or a resource. + * (zoneViews.setService) + * + * @param string $project The project name of the resource view. + * @param string $zone The zone name of the resource view. + * @param string $resourceView The name of the resource view. + * @param Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Resourceviews_Operation + */ + public function setService($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setService', array($params), "Google_Service_Resourceviews_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ResourceView.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ResourceView.php new file mode 100644 index 000000000..f3c7fe5ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ResourceView.php @@ -0,0 +1,144 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Resourceviews_ServiceEndpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_Resourceviews_ServiceEndpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + 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_Resourceviews_Label + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Resourceviews_Label + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setResources($resources) + { + $this->resources = $resources; + } + public function getResources() + { + return $this->resources; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php new file mode 100644 index 000000000..3a0c636e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsAddResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsAddResourcesRequest.php new file mode 100644 index 000000000..3f5d60887 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsAddResourcesRequest.php @@ -0,0 +1,31 @@ +resources = $resources; + } + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsGetServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsGetServiceResponse.php new file mode 100644 index 000000000..53ddf5009 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsGetServiceResponse.php @@ -0,0 +1,47 @@ +endpoints = $endpoints; + } + /** + * @return Google_Service_Resourceviews_ServiceEndpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php new file mode 100644 index 000000000..d1b55b710 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Resourceviews_ResourceView + */ + 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; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php new file mode 100644 index 000000000..778eb260a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Resourceviews_ListResourceResponseItem + */ + public function getItems() + { + return $this->items; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php new file mode 100644 index 000000000..32ceaf22d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php @@ -0,0 +1,31 @@ +resources = $resources; + } + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsSetServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsSetServiceRequest.php new file mode 100644 index 000000000..efb2846f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsSetServiceRequest.php @@ -0,0 +1,56 @@ +endpoints = $endpoints; + } + /** + * @return Google_Service_Resourceviews_ServiceEndpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php new file mode 100644 index 000000000..fa9e9f5f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php @@ -0,0 +1,872 @@ + + * Creates and manages Cloud SQL instances, which provide fully managed MySQL or + * PostgreSQL databases. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_SQLAdmin extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your Google SQL Service instances. */ + const SQLSERVICE_ADMIN = + "https://www.googleapis.com/auth/sqlservice.admin"; + + public $backupRuns; + public $databases; + public $flags; + public $instances; + public $operations; + public $sslCerts; + public $tiers; + public $users; + + /** + * Constructs the internal representation of the SQLAdmin 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 = 'sql/v1beta4/'; + $this->batchPath = 'batch/sqladmin/v1beta4'; + $this->version = 'v1beta4'; + $this->serviceName = 'sqladmin'; + + $this->backupRuns = new Google_Service_SQLAdmin_Resource_BackupRuns( + $this, + $this->serviceName, + 'backupRuns', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->databases = new Google_Service_SQLAdmin_Resource_Databases( + $this, + $this->serviceName, + 'databases', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/databases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/databases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->flags = new Google_Service_SQLAdmin_Resource_Flags( + $this, + $this->serviceName, + 'flags', + array( + 'methods' => array( + 'list' => array( + 'path' => 'flags', + 'httpMethod' => 'GET', + 'parameters' => array( + 'databaseVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->instances = new Google_Service_SQLAdmin_Resource_Instances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'addServerCa' => array( + 'path' => 'projects/{project}/instances/{instance}/addServerCa', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'clone' => array( + 'path' => 'projects/{project}/instances/{instance}/clone', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'demoteMaster' => array( + 'path' => 'projects/{project}/instances/{instance}/demoteMaster', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'export' => array( + 'path' => 'projects/{project}/instances/{instance}/export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'failover' => array( + 'path' => 'projects/{project}/instances/{instance}/failover', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'import' => array( + 'path' => 'projects/{project}/instances/{instance}/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listServerCas' => array( + 'path' => 'projects/{project}/instances/{instance}/listServerCas', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'promoteReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/promoteReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetSslConfig' => array( + 'path' => 'projects/{project}/instances/{instance}/resetSslConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'restart' => array( + 'path' => 'projects/{project}/instances/{instance}/restart', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'restoreBackup' => array( + 'path' => 'projects/{project}/instances/{instance}/restoreBackup', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rotateServerCa' => array( + 'path' => 'projects/{project}/instances/{instance}/rotateServerCa', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'startReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/startReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stopReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/stopReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'truncateLog' => array( + 'path' => 'projects/{project}/instances/{instance}/truncateLog', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_SQLAdmin_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'projects/{project}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sslCerts = new Google_Service_SQLAdmin_Resource_SslCerts( + $this, + $this->serviceName, + 'sslCerts', + array( + 'methods' => array( + 'createEphemeral' => array( + 'path' => 'projects/{project}/instances/{instance}/createEphemeral', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sha1Fingerprint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sha1Fingerprint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->tiers = new Google_Service_SQLAdmin_Resource_Tiers( + $this, + $this->serviceName, + 'tiers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'projects/{project}/tiers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_SQLAdmin_Resource_Users( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'host' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'host' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php new file mode 100644 index 000000000..1fe9239f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php @@ -0,0 +1,57 @@ +expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + 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 setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ApiWarning.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ApiWarning.php new file mode 100644 index 000000000..03bc9bcbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ApiWarning.php @@ -0,0 +1,39 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupConfiguration.php new file mode 100644 index 000000000..60fe6a0d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupConfiguration.php @@ -0,0 +1,75 @@ +binaryLogEnabled = $binaryLogEnabled; + } + public function getBinaryLogEnabled() + { + return $this->binaryLogEnabled; + } + public function setEnabled($enabled) + { + $this->enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setReplicationLogArchivingEnabled($replicationLogArchivingEnabled) + { + $this->replicationLogArchivingEnabled = $replicationLogArchivingEnabled; + } + public function getReplicationLogArchivingEnabled() + { + return $this->replicationLogArchivingEnabled; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php new file mode 100644 index 000000000..32db52256 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php @@ -0,0 +1,177 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_SQLAdmin_DiskEncryptionConfiguration + */ + public function setDiskEncryptionConfiguration(Google_Service_SQLAdmin_DiskEncryptionConfiguration $diskEncryptionConfiguration) + { + $this->diskEncryptionConfiguration = $diskEncryptionConfiguration; + } + /** + * @return Google_Service_SQLAdmin_DiskEncryptionConfiguration + */ + public function getDiskEncryptionConfiguration() + { + return $this->diskEncryptionConfiguration; + } + /** + * @param Google_Service_SQLAdmin_DiskEncryptionStatus + */ + public function setDiskEncryptionStatus(Google_Service_SQLAdmin_DiskEncryptionStatus $diskEncryptionStatus) + { + $this->diskEncryptionStatus = $diskEncryptionStatus; + } + /** + * @return Google_Service_SQLAdmin_DiskEncryptionStatus + */ + public function getDiskEncryptionStatus() + { + return $this->diskEncryptionStatus; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setEnqueuedTime($enqueuedTime) + { + $this->enqueuedTime = $enqueuedTime; + } + public function getEnqueuedTime() + { + return $this->enqueuedTime; + } + /** + * @param Google_Service_SQLAdmin_OperationError + */ + public function setError(Google_Service_SQLAdmin_OperationError $error) + { + $this->error = $error; + } + /** + * @return Google_Service_SQLAdmin_OperationError + */ + public function getError() + { + return $this->error; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWindowStartTime($windowStartTime) + { + $this->windowStartTime = $windowStartTime; + } + public function getWindowStartTime() + { + return $this->windowStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php new file mode 100644 index 000000000..b40b321f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_BackupRun + */ + 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/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php new file mode 100644 index 000000000..071b53ae4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php @@ -0,0 +1,48 @@ +binLogFileName = $binLogFileName; + } + public function getBinLogFileName() + { + return $this->binLogFileName; + } + public function setBinLogPosition($binLogPosition) + { + $this->binLogPosition = $binLogPosition; + } + public function getBinLogPosition() + { + return $this->binLogPosition; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/CloneContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/CloneContext.php new file mode 100644 index 000000000..78a538917 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/CloneContext.php @@ -0,0 +1,64 @@ +binLogCoordinates = $binLogCoordinates; + } + /** + * @return Google_Service_SQLAdmin_BinLogCoordinates + */ + public function getBinLogCoordinates() + { + return $this->binLogCoordinates; + } + public function setDestinationInstanceName($destinationInstanceName) + { + $this->destinationInstanceName = $destinationInstanceName; + } + public function getDestinationInstanceName() + { + return $this->destinationInstanceName; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPitrTimestampMs($pitrTimestampMs) + { + $this->pitrTimestampMs = $pitrTimestampMs; + } + public function getPitrTimestampMs() + { + return $this->pitrTimestampMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.php new file mode 100644 index 000000000..8e2ecd323 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.php @@ -0,0 +1,93 @@ +charset = $charset; + } + public function getCharset() + { + return $this->charset; + } + public function setCollation($collation) + { + $this->collation = $collation; + } + public function getCollation() + { + return $this->collation; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + 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 setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseFlags.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseFlags.php new file mode 100644 index 000000000..fc51d5f60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseFlags.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php new file mode 100644 index 000000000..dd4a183fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php @@ -0,0 +1,330 @@ +backendType = $backendType; + } + public function getBackendType() + { + return $this->backendType; + } + public function setConnectionName($connectionName) + { + $this->connectionName = $connectionName; + } + public function getConnectionName() + { + return $this->connectionName; + } + public function setCurrentDiskSize($currentDiskSize) + { + $this->currentDiskSize = $currentDiskSize; + } + public function getCurrentDiskSize() + { + return $this->currentDiskSize; + } + public function setDatabaseVersion($databaseVersion) + { + $this->databaseVersion = $databaseVersion; + } + public function getDatabaseVersion() + { + return $this->databaseVersion; + } + /** + * @param Google_Service_SQLAdmin_DiskEncryptionConfiguration + */ + public function setDiskEncryptionConfiguration(Google_Service_SQLAdmin_DiskEncryptionConfiguration $diskEncryptionConfiguration) + { + $this->diskEncryptionConfiguration = $diskEncryptionConfiguration; + } + /** + * @return Google_Service_SQLAdmin_DiskEncryptionConfiguration + */ + public function getDiskEncryptionConfiguration() + { + return $this->diskEncryptionConfiguration; + } + /** + * @param Google_Service_SQLAdmin_DiskEncryptionStatus + */ + public function setDiskEncryptionStatus(Google_Service_SQLAdmin_DiskEncryptionStatus $diskEncryptionStatus) + { + $this->diskEncryptionStatus = $diskEncryptionStatus; + } + /** + * @return Google_Service_SQLAdmin_DiskEncryptionStatus + */ + public function getDiskEncryptionStatus() + { + return $this->diskEncryptionStatus; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_SQLAdmin_DatabaseInstanceFailoverReplica + */ + public function setFailoverReplica(Google_Service_SQLAdmin_DatabaseInstanceFailoverReplica $failoverReplica) + { + $this->failoverReplica = $failoverReplica; + } + /** + * @return Google_Service_SQLAdmin_DatabaseInstanceFailoverReplica + */ + public function getFailoverReplica() + { + return $this->failoverReplica; + } + public function setGceZone($gceZone) + { + $this->gceZone = $gceZone; + } + public function getGceZone() + { + return $this->gceZone; + } + public function setInstanceType($instanceType) + { + $this->instanceType = $instanceType; + } + public function getInstanceType() + { + return $this->instanceType; + } + /** + * @param Google_Service_SQLAdmin_IpMapping + */ + public function setIpAddresses($ipAddresses) + { + $this->ipAddresses = $ipAddresses; + } + /** + * @return Google_Service_SQLAdmin_IpMapping + */ + public function getIpAddresses() + { + return $this->ipAddresses; + } + public function setIpv6Address($ipv6Address) + { + $this->ipv6Address = $ipv6Address; + } + public function getIpv6Address() + { + return $this->ipv6Address; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMasterInstanceName($masterInstanceName) + { + $this->masterInstanceName = $masterInstanceName; + } + public function getMasterInstanceName() + { + return $this->masterInstanceName; + } + public function setMaxDiskSize($maxDiskSize) + { + $this->maxDiskSize = $maxDiskSize; + } + public function getMaxDiskSize() + { + return $this->maxDiskSize; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_SQLAdmin_OnPremisesConfiguration + */ + public function setOnPremisesConfiguration(Google_Service_SQLAdmin_OnPremisesConfiguration $onPremisesConfiguration) + { + $this->onPremisesConfiguration = $onPremisesConfiguration; + } + /** + * @return Google_Service_SQLAdmin_OnPremisesConfiguration + */ + public function getOnPremisesConfiguration() + { + return $this->onPremisesConfiguration; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + /** + * @param Google_Service_SQLAdmin_ReplicaConfiguration + */ + public function setReplicaConfiguration(Google_Service_SQLAdmin_ReplicaConfiguration $replicaConfiguration) + { + $this->replicaConfiguration = $replicaConfiguration; + } + /** + * @return Google_Service_SQLAdmin_ReplicaConfiguration + */ + public function getReplicaConfiguration() + { + return $this->replicaConfiguration; + } + public function setReplicaNames($replicaNames) + { + $this->replicaNames = $replicaNames; + } + public function getReplicaNames() + { + return $this->replicaNames; + } + public function setRootPassword($rootPassword) + { + $this->rootPassword = $rootPassword; + } + public function getRootPassword() + { + return $this->rootPassword; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_SQLAdmin_SslCert + */ + public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert) + { + $this->serverCaCert = $serverCaCert; + } + /** + * @return Google_Service_SQLAdmin_SslCert + */ + public function getServerCaCert() + { + return $this->serverCaCert; + } + public function setServiceAccountEmailAddress($serviceAccountEmailAddress) + { + $this->serviceAccountEmailAddress = $serviceAccountEmailAddress; + } + public function getServiceAccountEmailAddress() + { + return $this->serviceAccountEmailAddress; + } + /** + * @param Google_Service_SQLAdmin_Settings + */ + public function setSettings(Google_Service_SQLAdmin_Settings $settings) + { + $this->settings = $settings; + } + /** + * @return Google_Service_SQLAdmin_Settings + */ + public function getSettings() + { + return $this->settings; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSuspensionReason($suspensionReason) + { + $this->suspensionReason = $suspensionReason; + } + public function getSuspensionReason() + { + return $this->suspensionReason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php new file mode 100644 index 000000000..44af7a7b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php @@ -0,0 +1,39 @@ +available = $available; + } + public function getAvailable() + { + return $this->available; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabasesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabasesListResponse.php new file mode 100644 index 000000000..a85d69843 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabasesListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_Database + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterConfiguration.php new file mode 100644 index 000000000..62becafc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterConfiguration.php @@ -0,0 +1,46 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_SQLAdmin_DemoteMasterMySqlReplicaConfiguration + */ + public function setMysqlReplicaConfiguration(Google_Service_SQLAdmin_DemoteMasterMySqlReplicaConfiguration $mysqlReplicaConfiguration) + { + $this->mysqlReplicaConfiguration = $mysqlReplicaConfiguration; + } + /** + * @return Google_Service_SQLAdmin_DemoteMasterMySqlReplicaConfiguration + */ + public function getMysqlReplicaConfiguration() + { + return $this->mysqlReplicaConfiguration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterContext.php new file mode 100644 index 000000000..40d4a89ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterContext.php @@ -0,0 +1,64 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMasterInstanceName($masterInstanceName) + { + $this->masterInstanceName = $masterInstanceName; + } + public function getMasterInstanceName() + { + return $this->masterInstanceName; + } + /** + * @param Google_Service_SQLAdmin_DemoteMasterConfiguration + */ + public function setReplicaConfiguration(Google_Service_SQLAdmin_DemoteMasterConfiguration $replicaConfiguration) + { + $this->replicaConfiguration = $replicaConfiguration; + } + /** + * @return Google_Service_SQLAdmin_DemoteMasterConfiguration + */ + public function getReplicaConfiguration() + { + return $this->replicaConfiguration; + } + public function setVerifyGtidConsistency($verifyGtidConsistency) + { + $this->verifyGtidConsistency = $verifyGtidConsistency; + } + public function getVerifyGtidConsistency() + { + return $this->verifyGtidConsistency; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterMySqlReplicaConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterMySqlReplicaConfiguration.php new file mode 100644 index 000000000..6f5fe7229 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DemoteMasterMySqlReplicaConfiguration.php @@ -0,0 +1,75 @@ +caCertificate = $caCertificate; + } + public function getCaCertificate() + { + return $this->caCertificate; + } + public function setClientCertificate($clientCertificate) + { + $this->clientCertificate = $clientCertificate; + } + public function getClientCertificate() + { + return $this->clientCertificate; + } + public function setClientKey($clientKey) + { + $this->clientKey = $clientKey; + } + public function getClientKey() + { + return $this->clientKey; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionConfiguration.php new file mode 100644 index 000000000..1b5ee1db5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionConfiguration.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setKmsKeyName($kmsKeyName) + { + $this->kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionStatus.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionStatus.php new file mode 100644 index 000000000..323d7eaeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DiskEncryptionStatus.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setKmsKeyVersionName($kmsKeyVersionName) + { + $this->kmsKeyVersionName = $kmsKeyVersionName; + } + public function getKmsKeyVersionName() + { + return $this->kmsKeyVersionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php new file mode 100644 index 000000000..1f7547dbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php @@ -0,0 +1,90 @@ +csvExportOptions = $csvExportOptions; + } + /** + * @return Google_Service_SQLAdmin_ExportContextCsvExportOptions + */ + public function getCsvExportOptions() + { + return $this->csvExportOptions; + } + public function setDatabases($databases) + { + $this->databases = $databases; + } + public function getDatabases() + { + return $this->databases; + } + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + public function getFileType() + { + return $this->fileType; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_SQLAdmin_ExportContextSqlExportOptions + */ + public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions) + { + $this->sqlExportOptions = $sqlExportOptions; + } + /** + * @return Google_Service_SQLAdmin_ExportContextSqlExportOptions + */ + public function getSqlExportOptions() + { + return $this->sqlExportOptions; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php new file mode 100644 index 000000000..aae14b6b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php @@ -0,0 +1,30 @@ +selectQuery = $selectQuery; + } + public function getSelectQuery() + { + return $this->selectQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptions.php new file mode 100644 index 000000000..e67ccacb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptions.php @@ -0,0 +1,56 @@ +mysqlExportOptions = $mysqlExportOptions; + } + /** + * @return Google_Service_SQLAdmin_ExportContextSqlExportOptionsMysqlExportOptions + */ + public function getMysqlExportOptions() + { + return $this->mysqlExportOptions; + } + public function setSchemaOnly($schemaOnly) + { + $this->schemaOnly = $schemaOnly; + } + public function getSchemaOnly() + { + return $this->schemaOnly; + } + public function setTables($tables) + { + $this->tables = $tables; + } + public function getTables() + { + return $this->tables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptionsMysqlExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptionsMysqlExportOptions.php new file mode 100644 index 000000000..efbd6f16f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextSqlExportOptionsMysqlExportOptions.php @@ -0,0 +1,30 @@ +masterData = $masterData; + } + public function getMasterData() + { + return $this->masterData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/FailoverContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/FailoverContext.php new file mode 100644 index 000000000..ae97641bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/FailoverContext.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSettingsVersion($settingsVersion) + { + $this->settingsVersion = $settingsVersion; + } + public function getSettingsVersion() + { + return $this->settingsVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Flag.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Flag.php new file mode 100644 index 000000000..d3bbdd90d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Flag.php @@ -0,0 +1,103 @@ +allowedStringValues = $allowedStringValues; + } + public function getAllowedStringValues() + { + return $this->allowedStringValues; + } + public function setAppliesTo($appliesTo) + { + $this->appliesTo = $appliesTo; + } + public function getAppliesTo() + { + return $this->appliesTo; + } + public function setInBeta($inBeta) + { + $this->inBeta = $inBeta; + } + public function getInBeta() + { + return $this->inBeta; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRequiresRestart($requiresRestart) + { + $this->requiresRestart = $requiresRestart; + } + public function getRequiresRestart() + { + return $this->requiresRestart; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/FlagsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/FlagsListResponse.php new file mode 100644 index 000000000..693bc393f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/FlagsListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_Flag + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php new file mode 100644 index 000000000..28175612c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php @@ -0,0 +1,98 @@ +bakImportOptions = $bakImportOptions; + } + /** + * @return Google_Service_SQLAdmin_ImportContextBakImportOptions + */ + public function getBakImportOptions() + { + return $this->bakImportOptions; + } + /** + * @param Google_Service_SQLAdmin_ImportContextCsvImportOptions + */ + public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions) + { + $this->csvImportOptions = $csvImportOptions; + } + /** + * @return Google_Service_SQLAdmin_ImportContextCsvImportOptions + */ + public function getCsvImportOptions() + { + return $this->csvImportOptions; + } + public function setDatabase($database) + { + $this->database = $database; + } + public function getDatabase() + { + return $this->database; + } + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + public function getFileType() + { + return $this->fileType; + } + public function setImportUser($importUser) + { + $this->importUser = $importUser; + } + public function getImportUser() + { + return $this->importUser; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.php new file mode 100644 index 000000000..56130c2fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.php @@ -0,0 +1,37 @@ +encryptionOptions = $encryptionOptions; + } + /** + * @return Google_Service_SQLAdmin_ImportContextBakImportOptionsEncryptionOptions + */ + public function getEncryptionOptions() + { + return $this->encryptionOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.php new file mode 100644 index 000000000..ecb2cf8a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.php @@ -0,0 +1,48 @@ +certPath = $certPath; + } + public function getCertPath() + { + return $this->certPath; + } + public function setPvkPassword($pvkPassword) + { + $this->pvkPassword = $pvkPassword; + } + public function getPvkPassword() + { + return $this->pvkPassword; + } + public function setPvkPath($pvkPath) + { + $this->pvkPath = $pvkPath; + } + public function getPvkPath() + { + return $this->pvkPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php new file mode 100644 index 000000000..2e862ed21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php @@ -0,0 +1,40 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesCloneRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesCloneRequest.php new file mode 100644 index 000000000..c5abea6fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesCloneRequest.php @@ -0,0 +1,37 @@ +cloneContext = $cloneContext; + } + /** + * @return Google_Service_SQLAdmin_CloneContext + */ + public function getCloneContext() + { + return $this->cloneContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesDemoteMasterRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesDemoteMasterRequest.php new file mode 100644 index 000000000..57afa2e88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesDemoteMasterRequest.php @@ -0,0 +1,37 @@ +demoteMasterContext = $demoteMasterContext; + } + /** + * @return Google_Service_SQLAdmin_DemoteMasterContext + */ + public function getDemoteMasterContext() + { + return $this->demoteMasterContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php new file mode 100644 index 000000000..1e4a11919 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php @@ -0,0 +1,37 @@ +exportContext = $exportContext; + } + /** + * @return Google_Service_SQLAdmin_ExportContext + */ + public function getExportContext() + { + return $this->exportContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.php new file mode 100644 index 000000000..50c82125c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.php @@ -0,0 +1,37 @@ +failoverContext = $failoverContext; + } + /** + * @return Google_Service_SQLAdmin_FailoverContext + */ + public function getFailoverContext() + { + return $this->failoverContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.php new file mode 100644 index 000000000..17b075935 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.php @@ -0,0 +1,37 @@ +importContext = $importContext; + } + /** + * @return Google_Service_SQLAdmin_ImportContext + */ + public function getImportContext() + { + return $this->importContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.php new file mode 100644 index 000000000..11c4daa8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.php @@ -0,0 +1,72 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_DatabaseInstance + */ + 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; + } + /** + * @param Google_Service_SQLAdmin_ApiWarning + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_SQLAdmin_ApiWarning + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListServerCasResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListServerCasResponse.php new file mode 100644 index 000000000..5e901b5cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListServerCasResponse.php @@ -0,0 +1,56 @@ +activeVersion = $activeVersion; + } + public function getActiveVersion() + { + return $this->activeVersion; + } + /** + * @param Google_Service_SQLAdmin_SslCert + */ + public function setCerts($certs) + { + $this->certs = $certs; + } + /** + * @return Google_Service_SQLAdmin_SslCert + */ + public function getCerts() + { + return $this->certs; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php new file mode 100644 index 000000000..0a831742a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php @@ -0,0 +1,37 @@ +restoreBackupContext = $restoreBackupContext; + } + /** + * @return Google_Service_SQLAdmin_RestoreBackupContext + */ + public function getRestoreBackupContext() + { + return $this->restoreBackupContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRotateServerCaRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRotateServerCaRequest.php new file mode 100644 index 000000000..b5ded6d05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRotateServerCaRequest.php @@ -0,0 +1,37 @@ +rotateServerCaContext = $rotateServerCaContext; + } + /** + * @return Google_Service_SQLAdmin_RotateServerCaContext + */ + public function getRotateServerCaContext() + { + return $this->rotateServerCaContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php new file mode 100644 index 000000000..729ebc29a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php @@ -0,0 +1,37 @@ +truncateLogContext = $truncateLogContext; + } + /** + * @return Google_Service_SQLAdmin_TruncateLogContext + */ + public function getTruncateLogContext() + { + return $this->truncateLogContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.php new file mode 100644 index 000000000..ee70b566e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.php @@ -0,0 +1,65 @@ +authorizedNetworks = $authorizedNetworks; + } + /** + * @return Google_Service_SQLAdmin_AclEntry + */ + public function getAuthorizedNetworks() + { + return $this->authorizedNetworks; + } + public function setIpv4Enabled($ipv4Enabled) + { + $this->ipv4Enabled = $ipv4Enabled; + } + public function getIpv4Enabled() + { + return $this->ipv4Enabled; + } + public function setPrivateNetwork($privateNetwork) + { + $this->privateNetwork = $privateNetwork; + } + public function getPrivateNetwork() + { + return $this->privateNetwork; + } + public function setRequireSsl($requireSsl) + { + $this->requireSsl = $requireSsl; + } + public function getRequireSsl() + { + return $this->requireSsl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php new file mode 100644 index 000000000..906191810 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php @@ -0,0 +1,48 @@ +ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setTimeToRetire($timeToRetire) + { + $this->timeToRetire = $timeToRetire; + } + public function getTimeToRetire() + { + return $this->timeToRetire; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php new file mode 100644 index 000000000..d900ac4f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php @@ -0,0 +1,48 @@ +followGaeApplication = $followGaeApplication; + } + public function getFollowGaeApplication() + { + return $this->followGaeApplication; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/MaintenanceWindow.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/MaintenanceWindow.php new file mode 100644 index 000000000..099f22103 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/MaintenanceWindow.php @@ -0,0 +1,57 @@ +day = $day; + } + public function getDay() + { + return $this->day; + } + public function setHour($hour) + { + $this->hour = $hour; + } + public function getHour() + { + return $this->hour; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUpdateTrack($updateTrack) + { + $this->updateTrack = $updateTrack; + } + public function getUpdateTrack() + { + return $this->updateTrack; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/MySqlReplicaConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/MySqlReplicaConfiguration.php new file mode 100644 index 000000000..18fd83733 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/MySqlReplicaConfiguration.php @@ -0,0 +1,120 @@ +caCertificate = $caCertificate; + } + public function getCaCertificate() + { + return $this->caCertificate; + } + public function setClientCertificate($clientCertificate) + { + $this->clientCertificate = $clientCertificate; + } + public function getClientCertificate() + { + return $this->clientCertificate; + } + public function setClientKey($clientKey) + { + $this->clientKey = $clientKey; + } + public function getClientKey() + { + return $this->clientKey; + } + public function setConnectRetryInterval($connectRetryInterval) + { + $this->connectRetryInterval = $connectRetryInterval; + } + public function getConnectRetryInterval() + { + return $this->connectRetryInterval; + } + public function setDumpFilePath($dumpFilePath) + { + $this->dumpFilePath = $dumpFilePath; + } + public function getDumpFilePath() + { + return $this->dumpFilePath; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMasterHeartbeatPeriod($masterHeartbeatPeriod) + { + $this->masterHeartbeatPeriod = $masterHeartbeatPeriod; + } + public function getMasterHeartbeatPeriod() + { + return $this->masterHeartbeatPeriod; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setSslCipher($sslCipher) + { + $this->sslCipher = $sslCipher; + } + public function getSslCipher() + { + return $this->sslCipher; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } + public function setVerifyServerCertificate($verifyServerCertificate) + { + $this->verifyServerCertificate = $verifyServerCertificate; + } + public function getVerifyServerCertificate() + { + return $this->verifyServerCertificate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OnPremisesConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OnPremisesConfiguration.php new file mode 100644 index 000000000..02988a558 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OnPremisesConfiguration.php @@ -0,0 +1,39 @@ +hostPort = $hostPort; + } + public function getHostPort() + { + return $this->hostPort; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Operation.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Operation.php new file mode 100644 index 000000000..559f57404 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Operation.php @@ -0,0 +1,177 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_SQLAdmin_OperationErrors + */ + public function setError(Google_Service_SQLAdmin_OperationErrors $error) + { + $this->error = $error; + } + /** + * @return Google_Service_SQLAdmin_OperationErrors + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_SQLAdmin_ExportContext + */ + public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext) + { + $this->exportContext = $exportContext; + } + /** + * @return Google_Service_SQLAdmin_ExportContext + */ + public function getExportContext() + { + return $this->exportContext; + } + /** + * @param Google_Service_SQLAdmin_ImportContext + */ + public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext) + { + $this->importContext = $importContext; + } + /** + * @return Google_Service_SQLAdmin_ImportContext + */ + public function getImportContext() + { + return $this->importContext; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setTargetProject($targetProject) + { + $this->targetProject = $targetProject; + } + public function getTargetProject() + { + return $this->targetProject; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php new file mode 100644 index 000000000..fa4dab09a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationErrors.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationErrors.php new file mode 100644 index 000000000..d623a109e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationErrors.php @@ -0,0 +1,47 @@ +errors = $errors; + } + /** + * @return Google_Service_SQLAdmin_OperationError + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php new file mode 100644 index 000000000..7543b6ee6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_Operation + */ + 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/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php new file mode 100644 index 000000000..ec6f2b0f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php @@ -0,0 +1,55 @@ +failoverTarget = $failoverTarget; + } + public function getFailoverTarget() + { + return $this->failoverTarget; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_SQLAdmin_MySqlReplicaConfiguration + */ + public function setMysqlReplicaConfiguration(Google_Service_SQLAdmin_MySqlReplicaConfiguration $mysqlReplicaConfiguration) + { + $this->mysqlReplicaConfiguration = $mysqlReplicaConfiguration; + } + /** + * @return Google_Service_SQLAdmin_MySqlReplicaConfiguration + */ + public function getMysqlReplicaConfiguration() + { + return $this->mysqlReplicaConfiguration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.php new file mode 100644 index 000000000..b6110c448 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.php @@ -0,0 +1,100 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $backupRuns = $sqladminService->backupRuns; + * + */ +class Google_Service_SQLAdmin_Resource_BackupRuns extends Google_Service_Resource +{ + /** + * Deletes the backup taken by a backup run. (backupRuns.delete) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param string $id The ID of the Backup Run to delete. To find a Backup Run + * ID, use the list method. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function delete($project, $instance, $id, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Retrieves a resource containing information about a backup run. + * (backupRuns.get) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param string $id The ID of this Backup Run. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_BackupRun + */ + public function get($project, $instance, $id, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun"); + } + /** + * Creates a new backup run on demand. This method is applicable only to Second + * Generation instances. (backupRuns.insert) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_BackupRun $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function insert($project, $instance, Google_Service_SQLAdmin_BackupRun $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Lists all backup runs associated with a given instance and configuration in + * the reverse chronological order of the backup initiation time. + * (backupRuns.listBackupRuns) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Maximum number of backup runs per response. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @return Google_Service_SQLAdmin_BackupRunsListResponse + */ + public function listBackupRuns($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Databases.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Databases.php new file mode 100644 index 000000000..58282e380 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Databases.php @@ -0,0 +1,130 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $databases = $sqladminService->databases; + * + */ +class Google_Service_SQLAdmin_Resource_Databases extends Google_Service_Resource +{ + /** + * Deletes a database from a Cloud SQL instance. (databases.delete) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param string $database Name of the database to be deleted in the instance. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function delete($project, $instance, $database, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'database' => $database); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Retrieves a resource containing information about a database inside a Cloud + * SQL instance. (databases.get) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param string $database Name of the database in the instance. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Database + */ + public function get($project, $instance, $database, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'database' => $database); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SQLAdmin_Database"); + } + /** + * Inserts a resource containing information about a database inside a Cloud SQL + * instance. (databases.insert) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_Database $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Lists databases in the specified Cloud SQL instance. + * (databases.listDatabases) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_DatabasesListResponse + */ + public function listDatabases($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse"); + } + /** + * Updates a resource containing information about a database inside a Cloud SQL + * instance. This method supports patch semantics. (databases.patch) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param string $database Name of the database to be updated in the instance. + * @param Google_Service_SQLAdmin_Database $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Updates a resource containing information about a database inside a Cloud SQL + * instance. (databases.update) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param string $database Name of the database to be updated in the instance. + * @param Google_Service_SQLAdmin_Database $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Flags.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Flags.php new file mode 100644 index 000000000..4abfd8543 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Flags.php @@ -0,0 +1,44 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $flags = $sqladminService->flags; + * + */ +class Google_Service_SQLAdmin_Resource_Flags extends Google_Service_Resource +{ + /** + * List all available database flags for Cloud SQL instances. (flags.listFlags) + * + * @param array $optParams Optional parameters. + * + * @opt_param string databaseVersion Database type and version you want to + * retrieve flags for. By default, this method returns flags for all database + * types and versions. + * @return Google_Service_SQLAdmin_FlagsListResponse + */ + public function listFlags($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Instances.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Instances.php new file mode 100644 index 000000000..c3a2843c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Instances.php @@ -0,0 +1,382 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $instances = $sqladminService->instances; + * + */ +class Google_Service_SQLAdmin_Resource_Instances extends Google_Service_Resource +{ + /** + * Add a new trusted Certificate Authority (CA) version for the specified + * instance. Required to prepare for a certificate rotation. If a CA version was + * previously added but never used in a certificate rotation, this operation + * replaces that version. There cannot be more than one CA version waiting to be + * rotated in. (instances.addServerCa) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function addServerCa($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('addServerCa', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Creates a Cloud SQL instance as a clone of the source instance. + * (instances.cloneInstances) + * + * @param string $project Project ID of the source as well as the clone Cloud + * SQL instance. + * @param string $instance The ID of the Cloud SQL instance to be cloned + * (source). This does not include the project ID. + * @param Google_Service_SQLAdmin_InstancesCloneRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Deletes a Cloud SQL instance. (instances.delete) + * + * @param string $project Project ID of the project that contains the instance + * to be deleted. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function delete($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Demotes the stand-alone instance to be a Cloud SQL read replica for an + * external database server. (instances.demoteMaster) + * + * @param string $project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance name. + * @param Google_Service_SQLAdmin_InstancesDemoteMasterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function demoteMaster($project, $instance, Google_Service_SQLAdmin_InstancesDemoteMasterRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('demoteMaster', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL + * dump or CSV file. (instances.export) + * + * @param string $project Project ID of the project that contains the instance + * to be exported. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_InstancesExportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Failover the instance to its failover replica instance. (instances.failover) + * + * @param string $project ID of the project that contains the read replica. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_InstancesFailoverRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function failover($project, $instance, Google_Service_SQLAdmin_InstancesFailoverRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('failover', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Retrieves a resource containing information about a Cloud SQL instance. + * (instances.get) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_DatabaseInstance + */ + public function get($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance"); + } + /** + * Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud + * Storage. (instances.import) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_InstancesImportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Creates a new Cloud SQL instance. (instances.insert) + * + * @param string $project Project ID of the project to which the newly created + * Cloud SQL instances should belong. + * @param Google_Service_SQLAdmin_DatabaseInstance $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Lists instances under a given project in the alphabetical order of the + * instance name. (instances.listInstances) + * + * @param string $project Project ID of the project for which to list Cloud SQL + * instances. + * @param array $optParams Optional parameters. + * + * @opt_param string filter An expression for filtering the results of the + * request, such as by name or label. + * @opt_param string maxResults The maximum number of results to return per + * response. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @return Google_Service_SQLAdmin_InstancesListResponse + */ + public function listInstances($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse"); + } + /** + * Lists all of the trusted Certificate Authorities (CAs) for the specified + * instance. There can be up to three CAs listed: the CA that was used to sign + * the certificate that is currently in use, a CA that has been added but not + * yet used to sign a certificate, and a CA used to sign a certificate that has + * previously rotated out. (instances.listServerCas) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_InstancesListServerCasResponse + */ + public function listServerCas($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('listServerCas', array($params), "Google_Service_SQLAdmin_InstancesListServerCasResponse"); + } + /** + * Updates settings of a Cloud SQL instance. Caution: This is not a partial + * update, so you must include values for all the settings that you want to + * retain. For partial updates, use patch.. This method supports patch + * semantics. (instances.patch) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_DatabaseInstance $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Promotes the read replica instance to be a stand-alone Cloud SQL instance. + * (instances.promoteReplica) + * + * @param string $project ID of the project that contains the read replica. + * @param string $instance Cloud SQL read replica instance name. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function promoteReplica($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Deletes all client certificates and generates a new server SSL certificate + * for the instance. (instances.resetSslConfig) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function resetSslConfig($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Restarts a Cloud SQL instance. (instances.restart) + * + * @param string $project Project ID of the project that contains the instance + * to be restarted. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function restart($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Restores a backup of a Cloud SQL instance. (instances.restoreBackup) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Rotates the server certificate to one signed by the Certificate Authority + * (CA) version previously added with the addServerCA method. + * (instances.rotateServerCa) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_InstancesRotateServerCaRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function rotateServerCa($project, $instance, Google_Service_SQLAdmin_InstancesRotateServerCaRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rotateServerCa', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Starts the replication in the read replica instance. (instances.startReplica) + * + * @param string $project ID of the project that contains the read replica. + * @param string $instance Cloud SQL read replica instance name. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function startReplica($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Stops the replication in the read replica instance. (instances.stopReplica) + * + * @param string $project ID of the project that contains the read replica. + * @param string $instance Cloud SQL read replica instance name. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function stopReplica($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Truncate MySQL general and slow query log tables (instances.truncateLog) + * + * @param string $project Project ID of the Cloud SQL project. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_InstancesTruncateLogRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function truncateLog($project, $instance, Google_Service_SQLAdmin_InstancesTruncateLogRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('truncateLog', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Updates settings of a Cloud SQL instance. Caution: This is not a partial + * update, so you must include values for all the settings that you want to + * retain. For partial updates, use patch. (instances.update) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_DatabaseInstance $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.php new file mode 100644 index 000000000..006c5744d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.php @@ -0,0 +1,64 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $operations = $sqladminService->operations; + * + */ +class Google_Service_SQLAdmin_Resource_Operations extends Google_Service_Resource +{ + /** + * Retrieves an instance operation that has been performed on an instance. + * (operations.get) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $operation Instance operation ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function get($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Lists all instance operations that have been performed on the given Cloud SQL + * instance in the reverse chronological order of the start time. + * (operations.listOperations) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of operations per response. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @return Google_Service_SQLAdmin_OperationsListResponse + */ + public function listOperations($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/SslCerts.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/SslCerts.php new file mode 100644 index 000000000..b4d3bf431 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/SslCerts.php @@ -0,0 +1,116 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $sslCerts = $sqladminService->sslCerts; + * + */ +class Google_Service_SQLAdmin_Resource_SslCerts extends Google_Service_Resource +{ + /** + * Generates a short-lived X509 certificate containing the provided public key + * and signed by a private key specific to the target instance. Users may use + * the certificate to authenticate as themselves when connecting to the + * database. (sslCerts.createEphemeral) + * + * @param string $project Project ID of the Cloud SQL project. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_SslCertsCreateEphemeralRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_SslCert + */ + public function createEphemeral($project, $instance, Google_Service_SQLAdmin_SslCertsCreateEphemeralRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createEphemeral', array($params), "Google_Service_SQLAdmin_SslCert"); + } + /** + * Deletes the SSL certificate. For First Generation instances, the certificate + * remains valid until the instance is restarted. (sslCerts.delete) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param string $sha1Fingerprint Sha1 FingerPrint. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function delete($project, $instance, $sha1Fingerprint, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Retrieves a particular SSL certificate. Does not include the private key + * (required for usage). The private key must be saved from the response to + * initial creation. (sslCerts.get) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param string $sha1Fingerprint Sha1 FingerPrint. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_SslCert + */ + public function get($project, $instance, $sha1Fingerprint, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert"); + } + /** + * Creates an SSL certificate and returns it along with the private key and + * server certificate authority. The new certificate will not be usable until + * the instance is restarted. (sslCerts.insert) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_SslCertsInsertRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_SslCertsInsertResponse + */ + public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInsertRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse"); + } + /** + * Lists all of the current SSL certificates for the instance. + * (sslCerts.listSslCerts) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Cloud SQL instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_SslCertsListResponse + */ + public function listSslCerts($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php new file mode 100644 index 000000000..061e577af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php @@ -0,0 +1,42 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $tiers = $sqladminService->tiers; + * + */ +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) + * + * @param string $project Project ID of the project for which to list tiers. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_TiersListResponse + */ + public function listTiers($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php new file mode 100644 index 000000000..0b9d91910 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php @@ -0,0 +1,96 @@ + + * $sqladminService = new Google_Service_SQLAdmin(...); + * $users = $sqladminService->users; + * + */ +class Google_Service_SQLAdmin_Resource_Users extends Google_Service_Resource +{ + /** + * Deletes a user from a Cloud SQL instance. (users.delete) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param string $host Host of the user in the instance. + * @param string $name Name of the user in the instance. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function delete($project, $instance, $host, $name, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Creates a new user in a Cloud SQL instance. (users.insert) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param Google_Service_SQLAdmin_User $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_Operation + */ + public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation"); + } + /** + * Lists users in the specified Cloud SQL instance. (users.listUsers) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_SQLAdmin_UsersListResponse + */ + public function listUsers($project, $instance, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse"); + } + /** + * Updates an existing user in a Cloud SQL instance. (users.update) + * + * @param string $project Project ID of the project that contains the instance. + * @param string $instance Database instance ID. This does not include the + * project ID. + * @param string $name Name of the user in the instance. + * @param Google_Service_SQLAdmin_User $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string host Host of the user in the instance. For a MySQL + * instance, it's required; For a PostgreSQL instance, it's optional. + * @return Google_Service_SQLAdmin_Operation + */ + public function update($project, $instance, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array()) + { + $params = array('project' => $project, 'instance' => $instance, 'name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RestoreBackupContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RestoreBackupContext.php new file mode 100644 index 000000000..44b585903 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RestoreBackupContext.php @@ -0,0 +1,57 @@ +backupRunId = $backupRunId; + } + public function getBackupRunId() + { + return $this->backupRunId; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RotateServerCaContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RotateServerCaContext.php new file mode 100644 index 000000000..c52f2ec20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/RotateServerCaContext.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextVersion($nextVersion) + { + $this->nextVersion = $nextVersion; + } + public function getNextVersion() + { + return $this->nextVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Settings.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Settings.php new file mode 100644 index 000000000..4d52ed1ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Settings.php @@ -0,0 +1,237 @@ +activationPolicy = $activationPolicy; + } + public function getActivationPolicy() + { + return $this->activationPolicy; + } + public function setAuthorizedGaeApplications($authorizedGaeApplications) + { + $this->authorizedGaeApplications = $authorizedGaeApplications; + } + public function getAuthorizedGaeApplications() + { + return $this->authorizedGaeApplications; + } + public function setAvailabilityType($availabilityType) + { + $this->availabilityType = $availabilityType; + } + public function getAvailabilityType() + { + return $this->availabilityType; + } + /** + * @param Google_Service_SQLAdmin_BackupConfiguration + */ + public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration) + { + $this->backupConfiguration = $backupConfiguration; + } + /** + * @return Google_Service_SQLAdmin_BackupConfiguration + */ + public function getBackupConfiguration() + { + return $this->backupConfiguration; + } + public function setCrashSafeReplicationEnabled($crashSafeReplicationEnabled) + { + $this->crashSafeReplicationEnabled = $crashSafeReplicationEnabled; + } + public function getCrashSafeReplicationEnabled() + { + return $this->crashSafeReplicationEnabled; + } + public function setDataDiskSizeGb($dataDiskSizeGb) + { + $this->dataDiskSizeGb = $dataDiskSizeGb; + } + public function getDataDiskSizeGb() + { + return $this->dataDiskSizeGb; + } + public function setDataDiskType($dataDiskType) + { + $this->dataDiskType = $dataDiskType; + } + public function getDataDiskType() + { + return $this->dataDiskType; + } + /** + * @param Google_Service_SQLAdmin_DatabaseFlags + */ + public function setDatabaseFlags($databaseFlags) + { + $this->databaseFlags = $databaseFlags; + } + /** + * @return Google_Service_SQLAdmin_DatabaseFlags + */ + public function getDatabaseFlags() + { + return $this->databaseFlags; + } + public function setDatabaseReplicationEnabled($databaseReplicationEnabled) + { + $this->databaseReplicationEnabled = $databaseReplicationEnabled; + } + public function getDatabaseReplicationEnabled() + { + return $this->databaseReplicationEnabled; + } + /** + * @param Google_Service_SQLAdmin_IpConfiguration + */ + public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration) + { + $this->ipConfiguration = $ipConfiguration; + } + /** + * @return Google_Service_SQLAdmin_IpConfiguration + */ + public function getIpConfiguration() + { + return $this->ipConfiguration; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_SQLAdmin_LocationPreference + */ + public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference) + { + $this->locationPreference = $locationPreference; + } + /** + * @return Google_Service_SQLAdmin_LocationPreference + */ + public function getLocationPreference() + { + return $this->locationPreference; + } + /** + * @param Google_Service_SQLAdmin_MaintenanceWindow + */ + public function setMaintenanceWindow(Google_Service_SQLAdmin_MaintenanceWindow $maintenanceWindow) + { + $this->maintenanceWindow = $maintenanceWindow; + } + /** + * @return Google_Service_SQLAdmin_MaintenanceWindow + */ + public function getMaintenanceWindow() + { + return $this->maintenanceWindow; + } + public function setPricingPlan($pricingPlan) + { + $this->pricingPlan = $pricingPlan; + } + public function getPricingPlan() + { + return $this->pricingPlan; + } + public function setReplicationType($replicationType) + { + $this->replicationType = $replicationType; + } + public function getReplicationType() + { + return $this->replicationType; + } + public function setSettingsVersion($settingsVersion) + { + $this->settingsVersion = $settingsVersion; + } + public function getSettingsVersion() + { + return $this->settingsVersion; + } + public function setStorageAutoResize($storageAutoResize) + { + $this->storageAutoResize = $storageAutoResize; + } + public function getStorageAutoResize() + { + return $this->storageAutoResize; + } + public function setStorageAutoResizeLimit($storageAutoResizeLimit) + { + $this->storageAutoResizeLimit = $storageAutoResizeLimit; + } + public function getStorageAutoResizeLimit() + { + return $this->storageAutoResizeLimit; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } + public function setUserLabels($userLabels) + { + $this->userLabels = $userLabels; + } + public function getUserLabels() + { + return $this->userLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.php new file mode 100644 index 000000000..ef1e1649a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.php @@ -0,0 +1,102 @@ +cert = $cert; + } + public function getCert() + { + return $this->cert; + } + public function setCertSerialNumber($certSerialNumber) + { + $this->certSerialNumber = $certSerialNumber; + } + public function getCertSerialNumber() + { + return $this->certSerialNumber; + } + public function setCommonName($commonName) + { + $this->commonName = $commonName; + } + public function getCommonName() + { + return $this->commonName; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setExpirationTime($expirationTime) + { + $this->expirationTime = $expirationTime; + } + public function getExpirationTime() + { + return $this->expirationTime; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSha1Fingerprint($sha1Fingerprint) + { + $this->sha1Fingerprint = $sha1Fingerprint; + } + public function getSha1Fingerprint() + { + return $this->sha1Fingerprint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertDetail.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertDetail.php new file mode 100644 index 000000000..3eddb15fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertDetail.php @@ -0,0 +1,46 @@ +certInfo = $certInfo; + } + /** + * @return Google_Service_SQLAdmin_SslCert + */ + public function getCertInfo() + { + return $this->certInfo; + } + public function setCertPrivateKey($certPrivateKey) + { + $this->certPrivateKey = $certPrivateKey; + } + public function getCertPrivateKey() + { + return $this->certPrivateKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php new file mode 100644 index 000000000..0da51f33f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php @@ -0,0 +1,33 @@ + "public_key", + ); + public $publicKey; + + public function setPublicKey($publicKey) + { + $this->publicKey = $publicKey; + } + public function getPublicKey() + { + return $this->publicKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertRequest.php new file mode 100644 index 000000000..02395a702 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertRequest.php @@ -0,0 +1,30 @@ +commonName = $commonName; + } + public function getCommonName() + { + return $this->commonName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertResponse.php new file mode 100644 index 000000000..f6ab88a79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsInsertResponse.php @@ -0,0 +1,78 @@ +clientCert = $clientCert; + } + /** + * @return Google_Service_SQLAdmin_SslCertDetail + */ + public function getClientCert() + { + return $this->clientCert; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_SQLAdmin_Operation + */ + public function setOperation(Google_Service_SQLAdmin_Operation $operation) + { + $this->operation = $operation; + } + /** + * @return Google_Service_SQLAdmin_Operation + */ + public function getOperation() + { + return $this->operation; + } + /** + * @param Google_Service_SQLAdmin_SslCert + */ + public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert) + { + $this->serverCaCert = $serverCaCert; + } + /** + * @return Google_Service_SQLAdmin_SslCert + */ + public function getServerCaCert() + { + return $this->serverCaCert; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.php new file mode 100644 index 000000000..80664993b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_SslCert + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php new file mode 100644 index 000000000..aec5474e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php @@ -0,0 +1,71 @@ + "DiskQuota", + "rAM" => "RAM", + ); + public $diskQuota; + public $rAM; + public $kind; + public $region; + public $tier; + + public function setDiskQuota($diskQuota) + { + $this->diskQuota = $diskQuota; + } + public function getDiskQuota() + { + return $this->diskQuota; + } + public function setRAM($rAM) + { + $this->rAM = $rAM; + } + public function getRAM() + { + return $this->rAM; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TiersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TiersListResponse.php new file mode 100644 index 000000000..106e7ad0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TiersListResponse.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_Tier + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php new file mode 100644 index 000000000..9604d3f72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/User.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/User.php new file mode 100644 index 000000000..bc41edb62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/User.php @@ -0,0 +1,84 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setInstance($instance) + { + $this->instance = $instance; + } + public function getInstance() + { + return $this->instance; + } + 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 setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setProject($project) + { + $this->project = $project; + } + public function getProject() + { + return $this->project; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/UsersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/UsersListResponse.php new file mode 100644 index 000000000..6bb2dc072 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/UsersListResponse.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_SQLAdmin_User + */ + 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/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php new file mode 100644 index 000000000..f48e7bceb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php @@ -0,0 +1,189 @@ + + * Enables client applications to check web resources (most commonly URLs) + * against Google-generated lists of unsafe web resources. The Safe Browsing + * APIs are for non-commercial use only. If you need to use APIs to detect + * malicious URLs for commercial purposes – meaning “for sale or revenue- + * generating purposes” – please refer to the Web Risk API. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Safebrowsing extends Google_Service +{ + + + public $encodedFullHashes; + public $encodedUpdates; + public $fullHashes; + public $threatHits; + public $threatListUpdates; + public $threatLists; + public $threatMatches; + + /** + * Constructs the internal representation of the Safebrowsing 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://safebrowsing.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v4'; + $this->serviceName = 'safebrowsing'; + + $this->encodedFullHashes = new Google_Service_Safebrowsing_Resource_EncodedFullHashes( + $this, + $this->serviceName, + 'encodedFullHashes', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v4/encodedFullHashes/{encodedRequest}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'encodedRequest' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clientId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->encodedUpdates = new Google_Service_Safebrowsing_Resource_EncodedUpdates( + $this, + $this->serviceName, + 'encodedUpdates', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v4/encodedUpdates/{encodedRequest}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'encodedRequest' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clientVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->fullHashes = new Google_Service_Safebrowsing_Resource_FullHashes( + $this, + $this->serviceName, + 'fullHashes', + array( + 'methods' => array( + 'find' => array( + 'path' => 'v4/fullHashes:find', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->threatHits = new Google_Service_Safebrowsing_Resource_ThreatHits( + $this, + $this->serviceName, + 'threatHits', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v4/threatHits', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->threatListUpdates = new Google_Service_Safebrowsing_Resource_ThreatListUpdates( + $this, + $this->serviceName, + 'threatListUpdates', + array( + 'methods' => array( + 'fetch' => array( + 'path' => 'v4/threatListUpdates:fetch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->threatLists = new Google_Service_Safebrowsing_Resource_ThreatLists( + $this, + $this->serviceName, + 'threatLists', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v4/threatLists', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->threatMatches = new Google_Service_Safebrowsing_Resource_ThreatMatches( + $this, + $this->serviceName, + 'threatMatches', + array( + 'methods' => array( + 'find' => array( + 'path' => 'v4/threatMatches:find', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php new file mode 100644 index 000000000..ead1828eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php @@ -0,0 +1,30 @@ +sha256 = $sha256; + } + public function getSha256() + { + return $this->sha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ClientInfo.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ClientInfo.php new file mode 100644 index 000000000..2a566996f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ClientInfo.php @@ -0,0 +1,39 @@ +clientId = $clientId; + } + public function getClientId() + { + return $this->clientId; + } + public function setClientVersion($clientVersion) + { + $this->clientVersion = $clientVersion; + } + public function getClientVersion() + { + return $this->clientVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Constraints.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Constraints.php new file mode 100644 index 000000000..28b3c0fac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Constraints.php @@ -0,0 +1,76 @@ +deviceLocation = $deviceLocation; + } + public function getDeviceLocation() + { + return $this->deviceLocation; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setMaxDatabaseEntries($maxDatabaseEntries) + { + $this->maxDatabaseEntries = $maxDatabaseEntries; + } + public function getMaxDatabaseEntries() + { + return $this->maxDatabaseEntries; + } + public function setMaxUpdateEntries($maxUpdateEntries) + { + $this->maxUpdateEntries = $maxUpdateEntries; + } + public function getMaxUpdateEntries() + { + return $this->maxUpdateEntries; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSupportedCompressions($supportedCompressions) + { + $this->supportedCompressions = $supportedCompressions; + } + public function getSupportedCompressions() + { + return $this->supportedCompressions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php new file mode 100644 index 000000000..7fb181219 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php @@ -0,0 +1,54 @@ +client = $client; + } + /** + * @return Google_Service_Safebrowsing_ClientInfo + */ + public function getClient() + { + return $this->client; + } + /** + * @param Google_Service_Safebrowsing_ListUpdateRequest + */ + public function setListUpdateRequests($listUpdateRequests) + { + $this->listUpdateRequests = $listUpdateRequests; + } + /** + * @return Google_Service_Safebrowsing_ListUpdateRequest + */ + public function getListUpdateRequests() + { + return $this->listUpdateRequests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.php new file mode 100644 index 000000000..93287c8d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.php @@ -0,0 +1,47 @@ +listUpdateResponses = $listUpdateResponses; + } + /** + * @return Google_Service_Safebrowsing_ListUpdateResponse + */ + public function getListUpdateResponses() + { + return $this->listUpdateResponses; + } + public function setMinimumWaitDuration($minimumWaitDuration) + { + $this->minimumWaitDuration = $minimumWaitDuration; + } + public function getMinimumWaitDuration() + { + return $this->minimumWaitDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php new file mode 100644 index 000000000..4d4b779b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php @@ -0,0 +1,79 @@ +apiClient = $apiClient; + } + /** + * @return Google_Service_Safebrowsing_ClientInfo + */ + public function getApiClient() + { + return $this->apiClient; + } + /** + * @param Google_Service_Safebrowsing_ClientInfo + */ + public function setClient(Google_Service_Safebrowsing_ClientInfo $client) + { + $this->client = $client; + } + /** + * @return Google_Service_Safebrowsing_ClientInfo + */ + public function getClient() + { + return $this->client; + } + public function setClientStates($clientStates) + { + $this->clientStates = $clientStates; + } + public function getClientStates() + { + return $this->clientStates; + } + /** + * @param Google_Service_Safebrowsing_ThreatInfo + */ + public function setThreatInfo(Google_Service_Safebrowsing_ThreatInfo $threatInfo) + { + $this->threatInfo = $threatInfo; + } + /** + * @return Google_Service_Safebrowsing_ThreatInfo + */ + public function getThreatInfo() + { + return $this->threatInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.php new file mode 100644 index 000000000..4004799e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.php @@ -0,0 +1,56 @@ +matches = $matches; + } + /** + * @return Google_Service_Safebrowsing_ThreatMatch + */ + public function getMatches() + { + return $this->matches; + } + public function setMinimumWaitDuration($minimumWaitDuration) + { + $this->minimumWaitDuration = $minimumWaitDuration; + } + public function getMinimumWaitDuration() + { + return $this->minimumWaitDuration; + } + public function setNegativeCacheDuration($negativeCacheDuration) + { + $this->negativeCacheDuration = $negativeCacheDuration; + } + public function getNegativeCacheDuration() + { + return $this->negativeCacheDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php new file mode 100644 index 000000000..97c9fd8b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php @@ -0,0 +1,53 @@ +client = $client; + } + /** + * @return Google_Service_Safebrowsing_ClientInfo + */ + public function getClient() + { + return $this->client; + } + /** + * @param Google_Service_Safebrowsing_ThreatInfo + */ + public function setThreatInfo(Google_Service_Safebrowsing_ThreatInfo $threatInfo) + { + $this->threatInfo = $threatInfo; + } + /** + * @return Google_Service_Safebrowsing_ThreatInfo + */ + public function getThreatInfo() + { + return $this->threatInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.php new file mode 100644 index 000000000..ce7f7ea40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.php @@ -0,0 +1,38 @@ +matches = $matches; + } + /** + * @return Google_Service_Safebrowsing_ThreatMatch + */ + public function getMatches() + { + return $this->matches; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.php new file mode 100644 index 000000000..6cd55cf4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.php @@ -0,0 +1,38 @@ +threatLists = $threatLists; + } + /** + * @return Google_Service_Safebrowsing_ThreatListDescriptor + */ + public function getThreatLists() + { + return $this->threatLists; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.php new file mode 100644 index 000000000..59d505453 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.php @@ -0,0 +1,73 @@ +constraints = $constraints; + } + /** + * @return Google_Service_Safebrowsing_Constraints + */ + public function getConstraints() + { + return $this->constraints; + } + public function setPlatformType($platformType) + { + $this->platformType = $platformType; + } + public function getPlatformType() + { + return $this->platformType; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setThreatEntryType($threatEntryType) + { + $this->threatEntryType = $threatEntryType; + } + public function getThreatEntryType() + { + return $this->threatEntryType; + } + public function setThreatType($threatType) + { + $this->threatType = $threatType; + } + public function getThreatType() + { + return $this->threatType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php new file mode 100644 index 000000000..04eec4ae0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php @@ -0,0 +1,115 @@ +additions = $additions; + } + /** + * @return Google_Service_Safebrowsing_ThreatEntrySet + */ + public function getAdditions() + { + return $this->additions; + } + /** + * @param Google_Service_Safebrowsing_Checksum + */ + public function setChecksum(Google_Service_Safebrowsing_Checksum $checksum) + { + $this->checksum = $checksum; + } + /** + * @return Google_Service_Safebrowsing_Checksum + */ + public function getChecksum() + { + return $this->checksum; + } + public function setNewClientState($newClientState) + { + $this->newClientState = $newClientState; + } + public function getNewClientState() + { + return $this->newClientState; + } + public function setPlatformType($platformType) + { + $this->platformType = $platformType; + } + public function getPlatformType() + { + return $this->platformType; + } + /** + * @param Google_Service_Safebrowsing_ThreatEntrySet + */ + public function setRemovals($removals) + { + $this->removals = $removals; + } + /** + * @return Google_Service_Safebrowsing_ThreatEntrySet + */ + public function getRemovals() + { + return $this->removals; + } + public function setResponseType($responseType) + { + $this->responseType = $responseType; + } + public function getResponseType() + { + return $this->responseType; + } + public function setThreatEntryType($threatEntryType) + { + $this->threatEntryType = $threatEntryType; + } + public function getThreatEntryType() + { + return $this->threatEntryType; + } + public function setThreatType($threatType) + { + $this->threatType = $threatType; + } + public function getThreatType() + { + return $this->threatType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php new file mode 100644 index 000000000..37f251fb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawHashes.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawHashes.php new file mode 100644 index 000000000..31b09e9b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawHashes.php @@ -0,0 +1,39 @@ +prefixSize = $prefixSize; + } + public function getPrefixSize() + { + return $this->prefixSize; + } + public function setRawHashes($rawHashes) + { + $this->rawHashes = $rawHashes; + } + public function getRawHashes() + { + return $this->rawHashes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawIndices.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawIndices.php new file mode 100644 index 000000000..d17d7a599 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RawIndices.php @@ -0,0 +1,31 @@ +indices = $indices; + } + public function getIndices() + { + return $this->indices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php new file mode 100644 index 000000000..dd20d3a72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php @@ -0,0 +1,45 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $encodedFullHashes = $safebrowsingService->encodedFullHashes; + * + */ +class Google_Service_Safebrowsing_Resource_EncodedFullHashes extends Google_Service_Resource +{ + /** + * (encodedFullHashes.get) + * + * @param string $encodedRequest A serialized FindFullHashesRequest proto. + * @param array $optParams Optional parameters. + * + * @opt_param string clientVersion The version of the client implementation. + * @opt_param string clientId A client ID that (hopefully) uniquely identifies + * the client implementation of the Safe Browsing API. + * @return Google_Service_Safebrowsing_FindFullHashesResponse + */ + public function get($encodedRequest, $optParams = array()) + { + $params = array('encodedRequest' => $encodedRequest); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Safebrowsing_FindFullHashesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedUpdates.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedUpdates.php new file mode 100644 index 000000000..77ef52c76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedUpdates.php @@ -0,0 +1,46 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $encodedUpdates = $safebrowsingService->encodedUpdates; + * + */ +class Google_Service_Safebrowsing_Resource_EncodedUpdates extends Google_Service_Resource +{ + /** + * (encodedUpdates.get) + * + * @param string $encodedRequest A serialized FetchThreatListUpdatesRequest + * proto. + * @param array $optParams Optional parameters. + * + * @opt_param string clientId A client ID that uniquely identifies the client + * implementation of the Safe Browsing API. + * @opt_param string clientVersion The version of the client implementation. + * @return Google_Service_Safebrowsing_FetchThreatListUpdatesResponse + */ + public function get($encodedRequest, $optParams = array()) + { + $params = array('encodedRequest' => $encodedRequest); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Safebrowsing_FetchThreatListUpdatesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/FullHashes.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/FullHashes.php new file mode 100644 index 000000000..e80165859 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/FullHashes.php @@ -0,0 +1,42 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $fullHashes = $safebrowsingService->fullHashes; + * + */ +class Google_Service_Safebrowsing_Resource_FullHashes extends Google_Service_Resource +{ + /** + * Finds the full hashes that match the requested hash prefixes. + * (fullHashes.find) + * + * @param Google_Service_Safebrowsing_FindFullHashesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Safebrowsing_FindFullHashesResponse + */ + public function find(Google_Service_Safebrowsing_FindFullHashesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('find', array($params), "Google_Service_Safebrowsing_FindFullHashesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatHits.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatHits.php new file mode 100644 index 000000000..4442467fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatHits.php @@ -0,0 +1,42 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $threatHits = $safebrowsingService->threatHits; + * + */ +class Google_Service_Safebrowsing_Resource_ThreatHits extends Google_Service_Resource +{ + /** + * Reports a Safe Browsing threat list hit to Google. Only projects with + * TRUSTED_REPORTER visibility can use this method. (threatHits.create) + * + * @param Google_Service_Safebrowsing_ThreatHit $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Safebrowsing_SafebrowsingEmpty + */ + public function create(Google_Service_Safebrowsing_ThreatHit $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Safebrowsing_SafebrowsingEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatListUpdates.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatListUpdates.php new file mode 100644 index 000000000..f21cb7203 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatListUpdates.php @@ -0,0 +1,42 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $threatListUpdates = $safebrowsingService->threatListUpdates; + * + */ +class Google_Service_Safebrowsing_Resource_ThreatListUpdates extends Google_Service_Resource +{ + /** + * Fetches the most recent threat list updates. A client can request updates for + * multiple lists at once. (threatListUpdates.fetch) + * + * @param Google_Service_Safebrowsing_FetchThreatListUpdatesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Safebrowsing_FetchThreatListUpdatesResponse + */ + public function fetch(Google_Service_Safebrowsing_FetchThreatListUpdatesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('fetch', array($params), "Google_Service_Safebrowsing_FetchThreatListUpdatesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatLists.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatLists.php new file mode 100644 index 000000000..9adf351ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatLists.php @@ -0,0 +1,41 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $threatLists = $safebrowsingService->threatLists; + * + */ +class Google_Service_Safebrowsing_Resource_ThreatLists extends Google_Service_Resource +{ + /** + * Lists the Safe Browsing threat lists available for download. + * (threatLists.listThreatLists) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Safebrowsing_ListThreatListsResponse + */ + public function listThreatLists($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Safebrowsing_ListThreatListsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatMatches.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatMatches.php new file mode 100644 index 000000000..570cca54f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/ThreatMatches.php @@ -0,0 +1,42 @@ + + * $safebrowsingService = new Google_Service_Safebrowsing(...); + * $threatMatches = $safebrowsingService->threatMatches; + * + */ +class Google_Service_Safebrowsing_Resource_ThreatMatches extends Google_Service_Resource +{ + /** + * Finds the threat entries that match the Safe Browsing lists. + * (threatMatches.find) + * + * @param Google_Service_Safebrowsing_FindThreatMatchesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Safebrowsing_FindThreatMatchesResponse + */ + public function find(Google_Service_Safebrowsing_FindThreatMatchesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('find', array($params), "Google_Service_Safebrowsing_FindThreatMatchesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RiceDeltaEncoding.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RiceDeltaEncoding.php new file mode 100644 index 000000000..0b74d79de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/RiceDeltaEncoding.php @@ -0,0 +1,57 @@ +encodedData = $encodedData; + } + public function getEncodedData() + { + return $this->encodedData; + } + public function setFirstValue($firstValue) + { + $this->firstValue = $firstValue; + } + public function getFirstValue() + { + return $this->firstValue; + } + public function setNumEntries($numEntries) + { + $this->numEntries = $numEntries; + } + public function getNumEntries() + { + return $this->numEntries; + } + public function setRiceParameter($riceParameter) + { + $this->riceParameter = $riceParameter; + } + public function getRiceParameter() + { + return $this->riceParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/SafebrowsingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/SafebrowsingEmpty.php new file mode 100644 index 000000000..326251d0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/SafebrowsingEmpty.php @@ -0,0 +1,20 @@ +digest = $digest; + } + public function getDigest() + { + return $this->digest; + } + public function setHash($hash) + { + $this->hash = $hash; + } + public function getHash() + { + return $this->hash; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntryMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntryMetadata.php new file mode 100644 index 000000000..e645521a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntryMetadata.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_Safebrowsing_MetadataEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.php new file mode 100644 index 000000000..959dd1975 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.php @@ -0,0 +1,94 @@ +compressionType = $compressionType; + } + public function getCompressionType() + { + return $this->compressionType; + } + /** + * @param Google_Service_Safebrowsing_RawHashes + */ + public function setRawHashes(Google_Service_Safebrowsing_RawHashes $rawHashes) + { + $this->rawHashes = $rawHashes; + } + /** + * @return Google_Service_Safebrowsing_RawHashes + */ + public function getRawHashes() + { + return $this->rawHashes; + } + /** + * @param Google_Service_Safebrowsing_RawIndices + */ + public function setRawIndices(Google_Service_Safebrowsing_RawIndices $rawIndices) + { + $this->rawIndices = $rawIndices; + } + /** + * @return Google_Service_Safebrowsing_RawIndices + */ + public function getRawIndices() + { + return $this->rawIndices; + } + /** + * @param Google_Service_Safebrowsing_RiceDeltaEncoding + */ + public function setRiceHashes(Google_Service_Safebrowsing_RiceDeltaEncoding $riceHashes) + { + $this->riceHashes = $riceHashes; + } + /** + * @return Google_Service_Safebrowsing_RiceDeltaEncoding + */ + public function getRiceHashes() + { + return $this->riceHashes; + } + /** + * @param Google_Service_Safebrowsing_RiceDeltaEncoding + */ + public function setRiceIndices(Google_Service_Safebrowsing_RiceDeltaEncoding $riceIndices) + { + $this->riceIndices = $riceIndices; + } + /** + * @return Google_Service_Safebrowsing_RiceDeltaEncoding + */ + public function getRiceIndices() + { + return $this->riceIndices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatHit.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatHit.php new file mode 100644 index 000000000..e168740a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatHit.php @@ -0,0 +1,104 @@ +clientInfo = $clientInfo; + } + /** + * @return Google_Service_Safebrowsing_ClientInfo + */ + public function getClientInfo() + { + return $this->clientInfo; + } + /** + * @param Google_Service_Safebrowsing_ThreatEntry + */ + public function setEntry(Google_Service_Safebrowsing_ThreatEntry $entry) + { + $this->entry = $entry; + } + /** + * @return Google_Service_Safebrowsing_ThreatEntry + */ + public function getEntry() + { + return $this->entry; + } + public function setPlatformType($platformType) + { + $this->platformType = $platformType; + } + public function getPlatformType() + { + return $this->platformType; + } + /** + * @param Google_Service_Safebrowsing_ThreatSource + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Safebrowsing_ThreatSource + */ + public function getResources() + { + return $this->resources; + } + public function setThreatType($threatType) + { + $this->threatType = $threatType; + } + public function getThreatType() + { + return $this->threatType; + } + /** + * @param Google_Service_Safebrowsing_UserInfo + */ + public function setUserInfo(Google_Service_Safebrowsing_UserInfo $userInfo) + { + $this->userInfo = $userInfo; + } + /** + * @return Google_Service_Safebrowsing_UserInfo + */ + public function getUserInfo() + { + return $this->userInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.php new file mode 100644 index 000000000..a020ae803 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.php @@ -0,0 +1,65 @@ +platformTypes = $platformTypes; + } + public function getPlatformTypes() + { + return $this->platformTypes; + } + /** + * @param Google_Service_Safebrowsing_ThreatEntry + */ + public function setThreatEntries($threatEntries) + { + $this->threatEntries = $threatEntries; + } + /** + * @return Google_Service_Safebrowsing_ThreatEntry + */ + public function getThreatEntries() + { + return $this->threatEntries; + } + public function setThreatEntryTypes($threatEntryTypes) + { + $this->threatEntryTypes = $threatEntryTypes; + } + public function getThreatEntryTypes() + { + return $this->threatEntryTypes; + } + public function setThreatTypes($threatTypes) + { + $this->threatTypes = $threatTypes; + } + public function getThreatTypes() + { + return $this->threatTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php new file mode 100644 index 000000000..33bae910b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php @@ -0,0 +1,48 @@ +platformType = $platformType; + } + public function getPlatformType() + { + return $this->platformType; + } + public function setThreatEntryType($threatEntryType) + { + $this->threatEntryType = $threatEntryType; + } + public function getThreatEntryType() + { + return $this->threatEntryType; + } + public function setThreatType($threatType) + { + $this->threatType = $threatType; + } + public function getThreatType() + { + return $this->threatType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatMatch.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatMatch.php new file mode 100644 index 000000000..2d20930c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatMatch.php @@ -0,0 +1,88 @@ +cacheDuration = $cacheDuration; + } + public function getCacheDuration() + { + return $this->cacheDuration; + } + public function setPlatformType($platformType) + { + $this->platformType = $platformType; + } + public function getPlatformType() + { + return $this->platformType; + } + /** + * @param Google_Service_Safebrowsing_ThreatEntry + */ + public function setThreat(Google_Service_Safebrowsing_ThreatEntry $threat) + { + $this->threat = $threat; + } + /** + * @return Google_Service_Safebrowsing_ThreatEntry + */ + public function getThreat() + { + return $this->threat; + } + /** + * @param Google_Service_Safebrowsing_ThreatEntryMetadata + */ + public function setThreatEntryMetadata(Google_Service_Safebrowsing_ThreatEntryMetadata $threatEntryMetadata) + { + $this->threatEntryMetadata = $threatEntryMetadata; + } + /** + * @return Google_Service_Safebrowsing_ThreatEntryMetadata + */ + public function getThreatEntryMetadata() + { + return $this->threatEntryMetadata; + } + public function setThreatEntryType($threatEntryType) + { + $this->threatEntryType = $threatEntryType; + } + public function getThreatEntryType() + { + return $this->threatEntryType; + } + public function setThreatType($threatType) + { + $this->threatType = $threatType; + } + public function getThreatType() + { + return $this->threatType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatSource.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatSource.php new file mode 100644 index 000000000..a435c6c09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatSource.php @@ -0,0 +1,57 @@ +referrer = $referrer; + } + public function getReferrer() + { + return $this->referrer; + } + public function setRemoteIp($remoteIp) + { + $this->remoteIp = $remoteIp; + } + public function getRemoteIp() + { + return $this->remoteIp; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/UserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/UserInfo.php new file mode 100644 index 000000000..b3344a03d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/UserInfo.php @@ -0,0 +1,39 @@ +regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + public function setUserId($userId) + { + $this->userId = $userId; + } + public function getUserId() + { + return $this->userId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script.php b/vendor/google/apiclient-services/src/Google/Service/Script.php new file mode 100644 index 000000000..afa207b97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script.php @@ -0,0 +1,442 @@ + + * Manages and executes Google Apps Script projects. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Script extends Google_Service +{ + /** Read, compose, send, and permanently delete all your email from Gmail. */ + const MAIL_GOOGLE_COM = + "https://mail.google.com/"; + /** See, edit, share, and permanently delete all the calendars you can access using Google Calendar. */ + const WWW_GOOGLE_COM_CALENDAR_FEEDS = + "https://www.google.com/calendar/feeds"; + /** See, edit, download, and permanently delete your contacts. */ + const WWW_GOOGLE_COM_M8_FEEDS = + "https://www.google.com/m8/feeds"; + /** View and manage the provisioning of groups on your domain. */ + const ADMIN_DIRECTORY_GROUP = + "https://www.googleapis.com/auth/admin.directory.group"; + /** View and manage the provisioning of users on your domain. */ + const ADMIN_DIRECTORY_USER = + "https://www.googleapis.com/auth/admin.directory.user"; + /** View and manage your Google Docs documents. */ + const DOCUMENTS = + "https://www.googleapis.com/auth/documents"; + /** See, edit, create, and delete all of your Google Drive files. */ + const DRIVE = + "https://www.googleapis.com/auth/drive"; + /** View and manage your forms in Google Drive. */ + const FORMS = + "https://www.googleapis.com/auth/forms"; + /** View and manage forms that this application has been installed in. */ + const FORMS_CURRENTONLY = + "https://www.googleapis.com/auth/forms.currentonly"; + /** View and manage your Google Groups. */ + const GROUPS = + "https://www.googleapis.com/auth/groups"; + /** Create and update Google Apps Script deployments. */ + const SCRIPT_DEPLOYMENTS = + "https://www.googleapis.com/auth/script.deployments"; + /** View Google Apps Script deployments. */ + const SCRIPT_DEPLOYMENTS_READONLY = + "https://www.googleapis.com/auth/script.deployments.readonly"; + /** View Google Apps Script project's metrics. */ + const SCRIPT_METRICS = + "https://www.googleapis.com/auth/script.metrics"; + /** View Google Apps Script processes. */ + const SCRIPT_PROCESSES = + "https://www.googleapis.com/auth/script.processes"; + /** Create and update Google Apps Script projects. */ + const SCRIPT_PROJECTS = + "https://www.googleapis.com/auth/script.projects"; + /** View Google Apps Script projects. */ + const SCRIPT_PROJECTS_READONLY = + "https://www.googleapis.com/auth/script.projects.readonly"; + /** See, edit, create, and delete your spreadsheets in Google Drive. */ + const SPREADSHEETS = + "https://www.googleapis.com/auth/spreadsheets"; + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $processes; + public $projects; + public $projects_deployments; + public $projects_versions; + public $scripts; + + /** + * Constructs the internal representation of the Script 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://script.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'script'; + + $this->processes = new Google_Service_Script_Resource_Processes( + $this, + $this->serviceName, + 'processes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/processes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProcessFilter.endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'userProcessFilter.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProcessFilter.projectName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProcessFilter.userAccessLevels' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'userProcessFilter.functionName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProcessFilter.scriptId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProcessFilter.types' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'userProcessFilter.statuses' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'userProcessFilter.deploymentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listScriptProcesses' => array( + 'path' => 'v1/processes:listScriptProcesses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'scriptProcessFilter.endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.userAccessLevels' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'scriptProcessFilter.statuses' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'scriptProcessFilter.functionName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.deploymentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.types' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->projects = new Google_Service_Script_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/projects', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/projects/{scriptId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getContent' => array( + 'path' => 'v1/projects/{scriptId}/content', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionNumber' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getMetrics' => array( + 'path' => 'v1/projects/{scriptId}/metrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'metricsFilter.deploymentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'metricsGranularity' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateContent' => array( + 'path' => 'v1/projects/{scriptId}/content', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_deployments = new Google_Service_Script_Resource_ProjectsDeployments( + $this, + $this->serviceName, + 'deployments', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/projects/{scriptId}/deployments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/projects/{scriptId}/deployments/{deploymentId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deploymentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{scriptId}/deployments/{deploymentId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deploymentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{scriptId}/deployments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'update' => array( + 'path' => 'v1/projects/{scriptId}/deployments/{deploymentId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deploymentId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_versions = new Google_Service_Script_Resource_ProjectsVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/projects/{scriptId}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{scriptId}/versions/{versionNumber}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'versionNumber' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/projects/{scriptId}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->scripts = new Google_Service_Script_Resource_Scripts( + $this, + $this->serviceName, + 'scripts', + array( + 'methods' => array( + 'run' => array( + 'path' => 'v1/scripts/{scriptId}:run', + 'httpMethod' => 'POST', + 'parameters' => array( + 'scriptId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Content.php b/vendor/google/apiclient-services/src/Google/Service/Script/Content.php new file mode 100644 index 000000000..f24082471 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Content.php @@ -0,0 +1,47 @@ +files = $files; + } + /** + * @return Google_Service_Script_ScriptFile + */ + public function getFiles() + { + return $this->files; + } + public function setScriptId($scriptId) + { + $this->scriptId = $scriptId; + } + public function getScriptId() + { + return $this->scriptId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/CreateProjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/Script/CreateProjectRequest.php new file mode 100644 index 000000000..33ba957c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/CreateProjectRequest.php @@ -0,0 +1,39 @@ +parentId = $parentId; + } + public function getParentId() + { + return $this->parentId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Deployment.php b/vendor/google/apiclient-services/src/Google/Service/Script/Deployment.php new file mode 100644 index 000000000..3ff90e2c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Deployment.php @@ -0,0 +1,72 @@ +deploymentConfig = $deploymentConfig; + } + /** + * @return Google_Service_Script_DeploymentConfig + */ + public function getDeploymentConfig() + { + return $this->deploymentConfig; + } + public function setDeploymentId($deploymentId) + { + $this->deploymentId = $deploymentId; + } + public function getDeploymentId() + { + return $this->deploymentId; + } + /** + * @param Google_Service_Script_EntryPoint + */ + public function setEntryPoints($entryPoints) + { + $this->entryPoints = $entryPoints; + } + /** + * @return Google_Service_Script_EntryPoint + */ + public function getEntryPoints() + { + return $this->entryPoints; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/DeploymentConfig.php b/vendor/google/apiclient-services/src/Google/Service/Script/DeploymentConfig.php new file mode 100644 index 000000000..fe02c6e51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/DeploymentConfig.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setManifestFileName($manifestFileName) + { + $this->manifestFileName = $manifestFileName; + } + public function getManifestFileName() + { + return $this->manifestFileName; + } + public function setScriptId($scriptId) + { + $this->scriptId = $scriptId; + } + public function getScriptId() + { + return $this->scriptId; + } + public function setVersionNumber($versionNumber) + { + $this->versionNumber = $versionNumber; + } + public function getVersionNumber() + { + return $this->versionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/EntryPoint.php b/vendor/google/apiclient-services/src/Google/Service/Script/EntryPoint.php new file mode 100644 index 000000000..a3d2aa144 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/EntryPoint.php @@ -0,0 +1,78 @@ +addOn = $addOn; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeAddOnEntryPoint + */ + public function getAddOn() + { + return $this->addOn; + } + public function setEntryPointType($entryPointType) + { + $this->entryPointType = $entryPointType; + } + public function getEntryPointType() + { + return $this->entryPointType; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint + */ + public function setExecutionApi(Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint $executionApi) + { + $this->executionApi = $executionApi; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeExecutionApiEntryPoint + */ + public function getExecutionApi() + { + return $this->executionApi; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint + */ + public function setWebApp(Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint $webApp) + { + $this->webApp = $webApp; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeWebAppEntryPoint + */ + public function getWebApp() + { + return $this->webApp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ExecuteStreamResponse.php b/vendor/google/apiclient-services/src/Google/Service/Script/ExecuteStreamResponse.php new file mode 100644 index 000000000..bf9afbbfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ExecuteStreamResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_Script_ScriptExecutionResult + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php new file mode 100644 index 000000000..2fd85a126 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php @@ -0,0 +1,56 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setErrorType($errorType) + { + $this->errorType = $errorType; + } + public function getErrorType() + { + return $this->errorType; + } + /** + * @param Google_Service_Script_ScriptStackTraceElement + */ + public function setScriptStackTraceElements($scriptStackTraceElements) + { + $this->scriptStackTraceElements = $scriptStackTraceElements; + } + /** + * @return Google_Service_Script_ScriptStackTraceElement + */ + public function getScriptStackTraceElements() + { + return $this->scriptStackTraceElements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.php new file mode 100644 index 000000000..09ef052b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.php @@ -0,0 +1,58 @@ +devMode = $devMode; + } + public function getDevMode() + { + return $this->devMode; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } + public function setParameters($parameters) + { + $this->parameters = $parameters; + } + public function getParameters() + { + return $this->parameters; + } + public function setSessionState($sessionState) + { + $this->sessionState = $sessionState; + } + public function getSessionState() + { + return $this->sessionState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionResponse.php b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionResponse.php new file mode 100644 index 000000000..c9944227a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionResponse.php @@ -0,0 +1,30 @@ +result = $result; + } + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeAddOnEntryPoint.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeAddOnEntryPoint.php new file mode 100644 index 000000000..fb488d433 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeAddOnEntryPoint.php @@ -0,0 +1,75 @@ +addOnType = $addOnType; + } + public function getAddOnType() + { + return $this->addOnType; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setHelpUrl($helpUrl) + { + $this->helpUrl = $helpUrl; + } + public function getHelpUrl() + { + return $this->helpUrl; + } + public function setPostInstallTipUrl($postInstallTipUrl) + { + $this->postInstallTipUrl = $postInstallTipUrl; + } + public function getPostInstallTipUrl() + { + return $this->postInstallTipUrl; + } + public function setReportIssueUrl($reportIssueUrl) + { + $this->reportIssueUrl = $reportIssueUrl; + } + public function getReportIssueUrl() + { + return $this->reportIssueUrl; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiConfig.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiConfig.php new file mode 100644 index 000000000..d2c85490e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiConfig.php @@ -0,0 +1,30 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiEntryPoint.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiEntryPoint.php new file mode 100644 index 000000000..2a38f499d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeExecutionApiEntryPoint.php @@ -0,0 +1,37 @@ +entryPointConfig = $entryPointConfig; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeExecutionApiConfig + */ + public function getEntryPointConfig() + { + return $this->entryPointConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunction.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunction.php new file mode 100644 index 000000000..ea867ca6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunction.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunctionSet.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunctionSet.php new file mode 100644 index 000000000..1fba05c80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeFunctionSet.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeFunction + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeProcess.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeProcess.php new file mode 100644 index 000000000..322c99f56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeProcess.php @@ -0,0 +1,84 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFunctionName($functionName) + { + $this->functionName = $functionName; + } + public function getFunctionName() + { + return $this->functionName; + } + public function setProcessStatus($processStatus) + { + $this->processStatus = $processStatus; + } + public function getProcessStatus() + { + return $this->processStatus; + } + public function setProcessType($processType) + { + $this->processType = $processType; + } + public function getProcessType() + { + return $this->processType; + } + public function setProjectName($projectName) + { + $this->projectName = $projectName; + } + public function getProjectName() + { + return $this->projectName; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUserAccessLevel($userAccessLevel) + { + $this->userAccessLevel = $userAccessLevel; + } + public function getUserAccessLevel() + { + return $this->userAccessLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeUser.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeUser.php new file mode 100644 index 000000000..9ed59363c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeUser.php @@ -0,0 +1,57 @@ +domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPhotoUrl($photoUrl) + { + $this->photoUrl = $photoUrl; + } + public function getPhotoUrl() + { + return $this->photoUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppConfig.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppConfig.php new file mode 100644 index 000000000..e05771cd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppConfig.php @@ -0,0 +1,39 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + public function setExecuteAs($executeAs) + { + $this->executeAs = $executeAs; + } + public function getExecuteAs() + { + return $this->executeAs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppEntryPoint.php b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppEntryPoint.php new file mode 100644 index 000000000..a84985cbf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/GoogleAppsScriptTypeWebAppEntryPoint.php @@ -0,0 +1,46 @@ +entryPointConfig = $entryPointConfig; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeWebAppConfig + */ + public function getEntryPointConfig() + { + return $this->entryPointConfig; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ListDeploymentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Script/ListDeploymentsResponse.php new file mode 100644 index 000000000..f3fd493d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ListDeploymentsResponse.php @@ -0,0 +1,47 @@ +deployments = $deployments; + } + /** + * @return Google_Service_Script_Deployment + */ + public function getDeployments() + { + return $this->deployments; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ListScriptProcessesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Script/ListScriptProcessesResponse.php new file mode 100644 index 000000000..cf9dd2bda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ListScriptProcessesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeProcess + */ + public function setProcesses($processes) + { + $this->processes = $processes; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeProcess + */ + public function getProcesses() + { + return $this->processes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ListUserProcessesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Script/ListUserProcessesResponse.php new file mode 100644 index 000000000..52b11a3b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ListUserProcessesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeProcess + */ + public function setProcesses($processes) + { + $this->processes = $processes; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeProcess + */ + public function getProcesses() + { + return $this->processes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ListValue.php b/vendor/google/apiclient-services/src/Google/Service/Script/ListValue.php new file mode 100644 index 000000000..3822bffc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ListValue.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_Script_Value + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ListVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Script/ListVersionsResponse.php new file mode 100644 index 000000000..f732453f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ListVersionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Script_Version + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_Script_Version + */ + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Metrics.php b/vendor/google/apiclient-services/src/Google/Service/Script/Metrics.php new file mode 100644 index 000000000..a190ac6d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Metrics.php @@ -0,0 +1,70 @@ +activeUsers = $activeUsers; + } + /** + * @return Google_Service_Script_MetricsValue + */ + public function getActiveUsers() + { + return $this->activeUsers; + } + /** + * @param Google_Service_Script_MetricsValue + */ + public function setFailedExecutions($failedExecutions) + { + $this->failedExecutions = $failedExecutions; + } + /** + * @return Google_Service_Script_MetricsValue + */ + public function getFailedExecutions() + { + return $this->failedExecutions; + } + /** + * @param Google_Service_Script_MetricsValue + */ + public function setTotalExecutions($totalExecutions) + { + $this->totalExecutions = $totalExecutions; + } + /** + * @return Google_Service_Script_MetricsValue + */ + public function getTotalExecutions() + { + return $this->totalExecutions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/MetricsValue.php b/vendor/google/apiclient-services/src/Google/Service/Script/MetricsValue.php new file mode 100644 index 000000000..364d5ab3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/MetricsValue.php @@ -0,0 +1,48 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Script/Operation.php new file mode 100644 index 000000000..fd693c166 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Operation.php @@ -0,0 +1,55 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Script_Status + */ + public function setError(Google_Service_Script_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Script_Status + */ + public function getError() + { + return $this->error; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Project.php b/vendor/google/apiclient-services/src/Google/Service/Script/Project.php new file mode 100644 index 000000000..28ded5ad4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Project.php @@ -0,0 +1,98 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeUser + */ + public function setCreator(Google_Service_Script_GoogleAppsScriptTypeUser $creator) + { + $this->creator = $creator; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeUser + */ + public function getCreator() + { + return $this->creator; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeUser + */ + public function setLastModifyUser(Google_Service_Script_GoogleAppsScriptTypeUser $lastModifyUser) + { + $this->lastModifyUser = $lastModifyUser; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeUser + */ + public function getLastModifyUser() + { + return $this->lastModifyUser; + } + public function setParentId($parentId) + { + $this->parentId = $parentId; + } + public function getParentId() + { + return $this->parentId; + } + public function setScriptId($scriptId) + { + $this->scriptId = $scriptId; + } + public function getScriptId() + { + return $this->scriptId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php new file mode 100644 index 000000000..b83e25afd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php @@ -0,0 +1,110 @@ + + * $scriptService = new Google_Service_Script(...); + * $processes = $scriptService->processes; + * + */ +class Google_Service_Script_Resource_Processes extends Google_Service_Resource +{ + /** + * List information about processes made by or on behalf of a user, such as + * process type and current status. (processes.listProcesses) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of `nextPageToken` from a + * previous response. + * @opt_param string userProcessFilter.endTime Optional field used to limit + * returned processes to those that completed on or before the given timestamp. + * @opt_param int pageSize The maximum number of returned processes per page of + * results. Defaults to 50. + * @opt_param string userProcessFilter.startTime Optional field used to limit + * returned processes to those that were started on or after the given + * timestamp. + * @opt_param string userProcessFilter.projectName Optional field used to limit + * returned processes to those originating from projects with project names + * containing a specific string. + * @opt_param string userProcessFilter.userAccessLevels Optional field used to + * limit returned processes to those having one of the specified user access + * levels. + * @opt_param string userProcessFilter.functionName Optional field used to limit + * returned processes to those originating from a script function with the given + * function name. + * @opt_param string userProcessFilter.scriptId Optional field used to limit + * returned processes to those originating from projects with a specific script + * ID. + * @opt_param string userProcessFilter.types Optional field used to limit + * returned processes to those having one of the specified process types. + * @opt_param string userProcessFilter.statuses Optional field used to limit + * returned processes to those having one of the specified process statuses. + * @opt_param string userProcessFilter.deploymentId Optional field used to limit + * returned processes to those originating from projects with a specific + * deployment ID. + * @return Google_Service_Script_ListUserProcessesResponse + */ + public function listProcesses($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Script_ListUserProcessesResponse"); + } + /** + * List information about a script's executed processes, such as process type + * and current status. (processes.listScriptProcesses) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of `nextPageToken` from a + * previous response. + * @opt_param int pageSize The maximum number of returned processes per page of + * results. Defaults to 50. + * @opt_param string scriptProcessFilter.endTime Optional field used to limit + * returned processes to those that completed on or before the given timestamp. + * @opt_param string scriptProcessFilter.userAccessLevels Optional field used to + * limit returned processes to those having one of the specified user access + * levels. + * @opt_param string scriptProcessFilter.statuses Optional field used to limit + * returned processes to those having one of the specified process statuses. + * @opt_param string scriptProcessFilter.functionName Optional field used to + * limit returned processes to those originating from a script function with the + * given function name. + * @opt_param string scriptProcessFilter.startTime Optional field used to limit + * returned processes to those that were started on or after the given + * timestamp. + * @opt_param string scriptProcessFilter.deploymentId Optional field used to + * limit returned processes to those originating from projects with a specific + * deployment ID. + * @opt_param string scriptId The script ID of the project whose processes are + * listed. + * @opt_param string scriptProcessFilter.types Optional field used to limit + * returned processes to those having one of the specified process types. + * @return Google_Service_Script_ListScriptProcessesResponse + */ + public function listScriptProcesses($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listScriptProcesses', array($params), "Google_Service_Script_ListScriptProcessesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Projects.php new file mode 100644 index 000000000..d25896638 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Projects.php @@ -0,0 +1,110 @@ + + * $scriptService = new Google_Service_Script(...); + * $projects = $scriptService->projects; + * + */ +class Google_Service_Script_Resource_Projects extends Google_Service_Resource +{ + /** + * Creates a new, empty script project with no script files and a base manifest + * file. (projects.create) + * + * @param Google_Service_Script_CreateProjectRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Project + */ + public function create(Google_Service_Script_CreateProjectRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Script_Project"); + } + /** + * Gets a script project's metadata. (projects.get) + * + * @param string $scriptId The script project's Drive ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Project + */ + public function get($scriptId, $optParams = array()) + { + $params = array('scriptId' => $scriptId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Script_Project"); + } + /** + * Gets the content of the script project, including the code source and + * metadata for each script file. (projects.getContent) + * + * @param string $scriptId The script project's Drive ID. + * @param array $optParams Optional parameters. + * + * @opt_param int versionNumber The version number of the project to retrieve. + * If not provided, the project's HEAD version is returned. + * @return Google_Service_Script_Content + */ + public function getContent($scriptId, $optParams = array()) + { + $params = array('scriptId' => $scriptId); + $params = array_merge($params, $optParams); + return $this->call('getContent', array($params), "Google_Service_Script_Content"); + } + /** + * Get metrics data for scripts, such as number of executions and active users. + * (projects.getMetrics) + * + * @param string $scriptId Required field indicating the script to get metrics + * for. + * @param array $optParams Optional parameters. + * + * @opt_param string metricsFilter.deploymentId Optional field indicating a + * specific deployment to retrieve metrics from. + * @opt_param string metricsGranularity Required field indicating what + * granularity of metrics are returned. + * @return Google_Service_Script_Metrics + */ + public function getMetrics($scriptId, $optParams = array()) + { + $params = array('scriptId' => $scriptId); + $params = array_merge($params, $optParams); + return $this->call('getMetrics', array($params), "Google_Service_Script_Metrics"); + } + /** + * Updates the content of the specified script project. This content is stored + * as the HEAD version, and is used when the script is executed as a trigger, in + * the script editor, in add-on preview mode, or as a web app or Apps Script API + * in development mode. This clears all the existing files in the project. + * (projects.updateContent) + * + * @param string $scriptId The script project's Drive ID. + * @param Google_Service_Script_Content $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Content + */ + public function updateContent($scriptId, Google_Service_Script_Content $postBody, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateContent', array($params), "Google_Service_Script_Content"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsDeployments.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsDeployments.php new file mode 100644 index 000000000..e8aa9b425 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsDeployments.php @@ -0,0 +1,105 @@ + + * $scriptService = new Google_Service_Script(...); + * $deployments = $scriptService->deployments; + * + */ +class Google_Service_Script_Resource_ProjectsDeployments extends Google_Service_Resource +{ + /** + * Creates a deployment of an Apps Script project. (deployments.create) + * + * @param string $scriptId The script project's Drive ID. + * @param Google_Service_Script_DeploymentConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Deployment + */ + public function create($scriptId, Google_Service_Script_DeploymentConfig $postBody, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Script_Deployment"); + } + /** + * Deletes a deployment of an Apps Script project. (deployments.delete) + * + * @param string $scriptId The script project's Drive ID. + * @param string $deploymentId The deployment ID to be undeployed. + * @param array $optParams Optional parameters. + * @return Google_Service_Script_ScriptEmpty + */ + public function delete($scriptId, $deploymentId, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'deploymentId' => $deploymentId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Script_ScriptEmpty"); + } + /** + * Gets a deployment of an Apps Script project. (deployments.get) + * + * @param string $scriptId The script project's Drive ID. + * @param string $deploymentId The deployment ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Deployment + */ + public function get($scriptId, $deploymentId, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'deploymentId' => $deploymentId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Script_Deployment"); + } + /** + * Lists the deployments of an Apps Script project. + * (deployments.listProjectsDeployments) + * + * @param string $scriptId The script project's Drive ID. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of `nextPageToken` from a + * previous response. + * @opt_param int pageSize The maximum number of deployments on each returned + * page. Defaults to 50. + * @return Google_Service_Script_ListDeploymentsResponse + */ + public function listProjectsDeployments($scriptId, $optParams = array()) + { + $params = array('scriptId' => $scriptId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Script_ListDeploymentsResponse"); + } + /** + * Updates a deployment of an Apps Script project. (deployments.update) + * + * @param string $scriptId The script project's Drive ID. + * @param string $deploymentId The deployment ID for this deployment. + * @param Google_Service_Script_UpdateDeploymentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Deployment + */ + public function update($scriptId, $deploymentId, Google_Service_Script_UpdateDeploymentRequest $postBody, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'deploymentId' => $deploymentId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Script_Deployment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsVersions.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsVersions.php new file mode 100644 index 000000000..66c40cd8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/ProjectsVersions.php @@ -0,0 +1,76 @@ + + * $scriptService = new Google_Service_Script(...); + * $versions = $scriptService->versions; + * + */ +class Google_Service_Script_Resource_ProjectsVersions extends Google_Service_Resource +{ + /** + * Creates a new immutable version using the current code, with a unique version + * number. (versions.create) + * + * @param string $scriptId The script project's Drive ID. + * @param Google_Service_Script_Version $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Version + */ + public function create($scriptId, Google_Service_Script_Version $postBody, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Script_Version"); + } + /** + * Gets a version of a script project. (versions.get) + * + * @param string $scriptId The script project's Drive ID. + * @param int $versionNumber The version number. + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Version + */ + public function get($scriptId, $versionNumber, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'versionNumber' => $versionNumber); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Script_Version"); + } + /** + * List the versions of a script project. (versions.listProjectsVersions) + * + * @param string $scriptId The script project's Drive ID. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of `nextPageToken` from a + * previous response. + * @opt_param int pageSize The maximum number of versions on each returned page. + * Defaults to 50. + * @return Google_Service_Script_ListVersionsResponse + */ + public function listProjectsVersions($scriptId, $optParams = array()) + { + $params = array('scriptId' => $scriptId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Script_ListVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php new file mode 100644 index 000000000..29a5e8691 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php @@ -0,0 +1,57 @@ + + * $scriptService = new Google_Service_Script(...); + * $scripts = $scriptService->scripts; + * + */ +class Google_Service_Script_Resource_Scripts extends Google_Service_Resource +{ + /** + * Runs a function in an Apps Script project. The script project must be + * deployed for use with the Apps Script API and the calling application must + * share the same Cloud Platform project. + * + * This method requires authorization with an OAuth 2.0 token that includes at + * least one of the scopes listed in the [Authorization](#authorization-scopes) + * section; script projects that do not require authorization cannot be executed + * through this API. To find the correct scopes to include in the authentication + * token, open the project in the script editor, then select **File > Project + * properties** and click the **Scopes** tab. + * + * The error `403, PERMISSION_DENIED: The caller does not have permission` + * indicates that the Cloud Platform project used to authorize the request is + * not the same as the one used by the script. (scripts.run) + * + * @param string $scriptId The script ID of the script to be executed. To find + * the script ID, open the project in the script editor and select **File > + * Project properties**. + * @param Google_Service_Script_ExecutionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Script_Operation + */ + public function run($scriptId, Google_Service_Script_ExecutionRequest $postBody, $optParams = array()) + { + $params = array('scriptId' => $scriptId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_Script_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ScriptEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptEmpty.php new file mode 100644 index 000000000..b567ef290 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptEmpty.php @@ -0,0 +1,20 @@ +returnValue = $returnValue; + } + /** + * @return Google_Service_Script_Value + */ + public function getReturnValue() + { + return $this->returnValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ScriptFile.php b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptFile.php new file mode 100644 index 000000000..e9c6a15dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptFile.php @@ -0,0 +1,98 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeFunctionSet + */ + public function setFunctionSet(Google_Service_Script_GoogleAppsScriptTypeFunctionSet $functionSet) + { + $this->functionSet = $functionSet; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeFunctionSet + */ + public function getFunctionSet() + { + return $this->functionSet; + } + /** + * @param Google_Service_Script_GoogleAppsScriptTypeUser + */ + public function setLastModifyUser(Google_Service_Script_GoogleAppsScriptTypeUser $lastModifyUser) + { + $this->lastModifyUser = $lastModifyUser; + } + /** + * @return Google_Service_Script_GoogleAppsScriptTypeUser + */ + public function getLastModifyUser() + { + return $this->lastModifyUser; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + 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; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php new file mode 100644 index 000000000..e1a993a91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php @@ -0,0 +1,39 @@ +function = $function; + } + public function getFunction() + { + return $this->function; + } + public function setLineNumber($lineNumber) + { + $this->lineNumber = $lineNumber; + } + public function getLineNumber() + { + return $this->lineNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Status.php b/vendor/google/apiclient-services/src/Google/Service/Script/Status.php new file mode 100644 index 000000000..d6d2da326 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/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/vendor/google/apiclient-services/src/Google/Service/Script/Struct.php b/vendor/google/apiclient-services/src/Google/Service/Script/Struct.php new file mode 100644 index 000000000..d31c4a705 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Struct.php @@ -0,0 +1,37 @@ +fields = $fields; + } + /** + * @return Google_Service_Script_Value + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/UpdateDeploymentRequest.php b/vendor/google/apiclient-services/src/Google/Service/Script/UpdateDeploymentRequest.php new file mode 100644 index 000000000..d7163adaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/UpdateDeploymentRequest.php @@ -0,0 +1,37 @@ +deploymentConfig = $deploymentConfig; + } + /** + * @return Google_Service_Script_DeploymentConfig + */ + public function getDeploymentConfig() + { + return $this->deploymentConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Value.php b/vendor/google/apiclient-services/src/Google/Service/Script/Value.php new file mode 100644 index 000000000..8fa9f1cc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Value.php @@ -0,0 +1,116 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setBytesValue($bytesValue) + { + $this->bytesValue = $bytesValue; + } + public function getBytesValue() + { + return $this->bytesValue; + } + public function setDateValue($dateValue) + { + $this->dateValue = $dateValue; + } + public function getDateValue() + { + return $this->dateValue; + } + /** + * @param Google_Service_Script_ListValue + */ + public function setListValue(Google_Service_Script_ListValue $listValue) + { + $this->listValue = $listValue; + } + /** + * @return Google_Service_Script_ListValue + */ + public function getListValue() + { + return $this->listValue; + } + public function setNullValue($nullValue) + { + $this->nullValue = $nullValue; + } + public function getNullValue() + { + return $this->nullValue; + } + public function setNumberValue($numberValue) + { + $this->numberValue = $numberValue; + } + public function getNumberValue() + { + return $this->numberValue; + } + public function setProtoValue($protoValue) + { + $this->protoValue = $protoValue; + } + public function getProtoValue() + { + return $this->protoValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } + /** + * @param Google_Service_Script_Struct + */ + public function setStructValue(Google_Service_Script_Struct $structValue) + { + $this->structValue = $structValue; + } + /** + * @return Google_Service_Script_Struct + */ + public function getStructValue() + { + return $this->structValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Version.php b/vendor/google/apiclient-services/src/Google/Service/Script/Version.php new file mode 100644 index 000000000..fe1f8d776 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Version.php @@ -0,0 +1,57 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setScriptId($scriptId) + { + $this->scriptId = $scriptId; + } + public function getScriptId() + { + return $this->scriptId; + } + public function setVersionNumber($versionNumber) + { + $this->versionNumber = $versionNumber; + } + public function getVersionNumber() + { + return $this->versionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole.php new file mode 100644 index 000000000..62f4195b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole.php @@ -0,0 +1,67 @@ + + * Provides tools for running validation tests against single URLs + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_SearchConsole extends Google_Service +{ + + + public $urlTestingTools_mobileFriendlyTest; + + /** + * Constructs the internal representation of the SearchConsole 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://searchconsole.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'searchconsole'; + + $this->urlTestingTools_mobileFriendlyTest = new Google_Service_SearchConsole_Resource_UrlTestingToolsMobileFriendlyTest( + $this, + $this->serviceName, + 'mobileFriendlyTest', + array( + 'methods' => array( + 'run' => array( + 'path' => 'v1/urlTestingTools/mobileFriendlyTest:run', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/BlockedResource.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/BlockedResource.php new file mode 100644 index 000000000..85715bdd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/BlockedResource.php @@ -0,0 +1,30 @@ +url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Image.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Image.php new file mode 100644 index 000000000..b75ece64c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Image.php @@ -0,0 +1,39 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/MobileFriendlyIssue.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/MobileFriendlyIssue.php new file mode 100644 index 000000000..bbb037a3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/MobileFriendlyIssue.php @@ -0,0 +1,30 @@ +rule = $rule; + } + public function getRule() + { + return $this->rule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingTools.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingTools.php new file mode 100644 index 000000000..ef0e1d2c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingTools.php @@ -0,0 +1,28 @@ + + * $searchconsoleService = new Google_Service_SearchConsole(...); + * $urlTestingTools = $searchconsoleService->urlTestingTools; + * + */ +class Google_Service_SearchConsole_Resource_UrlTestingTools extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php new file mode 100644 index 000000000..6abeabb57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php @@ -0,0 +1,41 @@ + + * $searchconsoleService = new Google_Service_SearchConsole(...); + * $mobileFriendlyTest = $searchconsoleService->mobileFriendlyTest; + * + */ +class Google_Service_SearchConsole_Resource_UrlTestingToolsMobileFriendlyTest extends Google_Service_Resource +{ + /** + * Runs Mobile-Friendly Test for a given URL. (mobileFriendlyTest.run) + * + * @param Google_Service_SearchConsole_RunMobileFriendlyTestRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SearchConsole_RunMobileFriendlyTestResponse + */ + public function run(Google_Service_SearchConsole_RunMobileFriendlyTestRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('run', array($params), "Google_Service_SearchConsole_RunMobileFriendlyTestResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/ResourceIssue.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/ResourceIssue.php new file mode 100644 index 000000000..3e8ecda43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/ResourceIssue.php @@ -0,0 +1,37 @@ +blockedResource = $blockedResource; + } + /** + * @return Google_Service_SearchConsole_BlockedResource + */ + public function getBlockedResource() + { + return $this->blockedResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.php new file mode 100644 index 000000000..a8cf9c427 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.php @@ -0,0 +1,39 @@ +requestScreenshot = $requestScreenshot; + } + public function getRequestScreenshot() + { + return $this->requestScreenshot; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestResponse.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestResponse.php new file mode 100644 index 000000000..fcd226199 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestResponse.php @@ -0,0 +1,95 @@ +mobileFriendliness = $mobileFriendliness; + } + public function getMobileFriendliness() + { + return $this->mobileFriendliness; + } + /** + * @param Google_Service_SearchConsole_MobileFriendlyIssue + */ + public function setMobileFriendlyIssues($mobileFriendlyIssues) + { + $this->mobileFriendlyIssues = $mobileFriendlyIssues; + } + /** + * @return Google_Service_SearchConsole_MobileFriendlyIssue + */ + public function getMobileFriendlyIssues() + { + return $this->mobileFriendlyIssues; + } + /** + * @param Google_Service_SearchConsole_ResourceIssue + */ + public function setResourceIssues($resourceIssues) + { + $this->resourceIssues = $resourceIssues; + } + /** + * @return Google_Service_SearchConsole_ResourceIssue + */ + public function getResourceIssues() + { + return $this->resourceIssues; + } + /** + * @param Google_Service_SearchConsole_Image + */ + public function setScreenshot(Google_Service_SearchConsole_Image $screenshot) + { + $this->screenshot = $screenshot; + } + /** + * @return Google_Service_SearchConsole_Image + */ + public function getScreenshot() + { + return $this->screenshot; + } + /** + * @param Google_Service_SearchConsole_TestStatus + */ + public function setTestStatus(Google_Service_SearchConsole_TestStatus $testStatus) + { + $this->testStatus = $testStatus; + } + /** + * @return Google_Service_SearchConsole_TestStatus + */ + public function getTestStatus() + { + return $this->testStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.php b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.php new file mode 100644 index 000000000..8e7a90a51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.php @@ -0,0 +1,39 @@ +details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php new file mode 100644 index 000000000..f90e8d146 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php @@ -0,0 +1,449 @@ + + * Cloud Security Command Center API provides access to temporal views of assets + * and findings within an organization. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_SecurityCommandCenter extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $organizations; + public $organizations_assets; + public $organizations_operations; + public $organizations_sources; + public $organizations_sources_findings; + + /** + * Constructs the internal representation of the SecurityCommandCenter + * 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://securitycenter.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'securitycenter'; + + $this->organizations = new Google_Service_SecurityCommandCenter_Resource_Organizations( + $this, + $this->serviceName, + 'organizations', + array( + 'methods' => array( + 'getOrganizationSettings' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateOrganizationSettings' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_assets = new Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets( + $this, + $this->serviceName, + 'assets', + array( + 'methods' => array( + 'group' => array( + 'path' => 'v1/{+parent}/assets:group', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/assets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'readTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'compareDuration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'runDiscovery' => array( + 'path' => 'v1/{+parent}/assets:runDiscovery', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateSecurityMarks' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->organizations_operations = new Google_Service_SecurityCommandCenter_Resource_OrganizationsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->organizations_sources = new Google_Service_SecurityCommandCenter_Resource_OrganizationsSources( + $this, + $this->serviceName, + 'sources', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/sources', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/sources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->organizations_sources_findings = new Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings( + $this, + $this->serviceName, + 'findings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/findings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'findingId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'group' => array( + 'path' => 'v1/{+parent}/findings:group', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/findings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'readTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'compareDuration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setState' => array( + 'path' => 'v1/{+name}:setState', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateSecurityMarks' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php new file mode 100644 index 000000000..a8c9c729f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php @@ -0,0 +1,105 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_SecurityCommandCenter_IamPolicy + */ + public function setIamPolicy(Google_Service_SecurityCommandCenter_IamPolicy $iamPolicy) + { + $this->iamPolicy = $iamPolicy; + } + /** + * @return Google_Service_SecurityCommandCenter_IamPolicy + */ + public function getIamPolicy() + { + return $this->iamPolicy; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setResourceProperties($resourceProperties) + { + $this->resourceProperties = $resourceProperties; + } + public function getResourceProperties() + { + return $this->resourceProperties; + } + /** + * @param Google_Service_SecurityCommandCenter_SecurityCenterProperties + */ + public function setSecurityCenterProperties(Google_Service_SecurityCommandCenter_SecurityCenterProperties $securityCenterProperties) + { + $this->securityCenterProperties = $securityCenterProperties; + } + /** + * @return Google_Service_SecurityCommandCenter_SecurityCenterProperties + */ + public function getSecurityCenterProperties() + { + return $this->securityCenterProperties; + } + /** + * @param Google_Service_SecurityCommandCenter_SecurityMarks + */ + public function setSecurityMarks(Google_Service_SecurityCommandCenter_SecurityMarks $securityMarks) + { + $this->securityMarks = $securityMarks; + } + /** + * @return Google_Service_SecurityCommandCenter_SecurityMarks + */ + public function getSecurityMarks() + { + return $this->securityMarks; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AssetDiscoveryConfig.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AssetDiscoveryConfig.php new file mode 100644 index 000000000..d9dba54bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AssetDiscoveryConfig.php @@ -0,0 +1,40 @@ +inclusionMode = $inclusionMode; + } + public function getInclusionMode() + { + return $this->inclusionMode; + } + public function setProjectIds($projectIds) + { + $this->projectIds = $projectIds; + } + public function getProjectIds() + { + return $this->projectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditConfig.php new file mode 100644 index 000000000..28d86a6cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_SecurityCommandCenter_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditLogConfig.php new file mode 100644 index 000000000..448a365aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Binding.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Binding.php new file mode 100644 index 000000000..d5681e954 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_SecurityCommandCenter_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Expr.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Expr.php new file mode 100644 index 000000000..13d7668e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php new file mode 100644 index 000000000..844754308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php @@ -0,0 +1,118 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + public function getEventTime() + { + return $this->eventTime; + } + public function setExternalUri($externalUri) + { + $this->externalUri = $externalUri; + } + public function getExternalUri() + { + return $this->externalUri; + } + 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; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + /** + * @param Google_Service_SecurityCommandCenter_SecurityMarks + */ + public function setSecurityMarks(Google_Service_SecurityCommandCenter_SecurityMarks $securityMarks) + { + $this->securityMarks = $securityMarks; + } + /** + * @return Google_Service_SecurityCommandCenter_SecurityMarks + */ + public function getSecurityMarks() + { + return $this->securityMarks; + } + public function setSourceProperties($sourceProperties) + { + $this->sourceProperties = $sourceProperties; + } + public function getSourceProperties() + { + return $this->sourceProperties; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetIamPolicyRequest.php new file mode 100644 index 000000000..dbb755b01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_SecurityCommandCenter_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetPolicyOptions.php new file mode 100644 index 000000000..7a47b6b0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse.php new file mode 100644 index 000000000..9d083f87b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse.php @@ -0,0 +1,39 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse.php new file mode 100644 index 000000000..0cd17dbf6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse.php @@ -0,0 +1,39 @@ +duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsRequest.php new file mode 100644 index 000000000..ac88b701c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsRequest.php @@ -0,0 +1,75 @@ +compareDuration = $compareDuration; + } + public function getCompareDuration() + { + return $this->compareDuration; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setGroupBy($groupBy) + { + $this->groupBy = $groupBy; + } + public function getGroupBy() + { + return $this->groupBy; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsResponse.php new file mode 100644 index 000000000..c265f378c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupAssetsResponse.php @@ -0,0 +1,65 @@ +groupByResults = $groupByResults; + } + /** + * @return Google_Service_SecurityCommandCenter_GroupResult + */ + public function getGroupByResults() + { + return $this->groupByResults; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsRequest.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsRequest.php new file mode 100644 index 000000000..c1fa1888b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsRequest.php @@ -0,0 +1,75 @@ +compareDuration = $compareDuration; + } + public function getCompareDuration() + { + return $this->compareDuration; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setGroupBy($groupBy) + { + $this->groupBy = $groupBy; + } + public function getGroupBy() + { + return $this->groupBy; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + public function setPageToken($pageToken) + { + $this->pageToken = $pageToken; + } + public function getPageToken() + { + return $this->pageToken; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsResponse.php new file mode 100644 index 000000000..88c1ca92d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupFindingsResponse.php @@ -0,0 +1,65 @@ +groupByResults = $groupByResults; + } + /** + * @return Google_Service_SecurityCommandCenter_GroupResult + */ + public function getGroupByResults() + { + return $this->groupByResults; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupResult.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupResult.php new file mode 100644 index 000000000..bdcc88aa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GroupResult.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setProperties($properties) + { + $this->properties = $properties; + } + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/IamPolicy.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/IamPolicy.php new file mode 100644 index 000000000..5cbef0a92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/IamPolicy.php @@ -0,0 +1,30 @@ +policyBlob = $policyBlob; + } + public function getPolicyBlob() + { + return $this->policyBlob; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResponse.php new file mode 100644 index 000000000..d06603a88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResponse.php @@ -0,0 +1,65 @@ +listAssetsResults = $listAssetsResults; + } + /** + * @return Google_Service_SecurityCommandCenter_ListAssetsResult + */ + public function getListAssetsResults() + { + return $this->listAssetsResults; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResult.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResult.php new file mode 100644 index 000000000..351a67355 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListAssetsResult.php @@ -0,0 +1,46 @@ +asset = $asset; + } + /** + * @return Google_Service_SecurityCommandCenter_Asset + */ + public function getAsset() + { + return $this->asset; + } + public function setStateChange($stateChange) + { + $this->stateChange = $stateChange; + } + public function getStateChange() + { + return $this->stateChange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResponse.php new file mode 100644 index 000000000..61f65883a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResponse.php @@ -0,0 +1,65 @@ +listFindingsResults = $listFindingsResults; + } + /** + * @return Google_Service_SecurityCommandCenter_ListFindingsResult + */ + public function getListFindingsResults() + { + return $this->listFindingsResults; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setReadTime($readTime) + { + $this->readTime = $readTime; + } + public function getReadTime() + { + return $this->readTime; + } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResult.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResult.php new file mode 100644 index 000000000..14db501f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListFindingsResult.php @@ -0,0 +1,46 @@ +finding = $finding; + } + /** + * @return Google_Service_SecurityCommandCenter_Finding + */ + public function getFinding() + { + return $this->finding; + } + public function setStateChange($stateChange) + { + $this->stateChange = $stateChange; + } + public function getStateChange() + { + return $this->stateChange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListOperationsResponse.php new file mode 100644 index 000000000..d5da24a73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_SecurityCommandCenter_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_SecurityCommandCenter_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListSourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListSourcesResponse.php new file mode 100644 index 000000000..5a3cdf1d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/ListSourcesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_SecurityCommandCenter_Source + */ + public function setSources($sources) + { + $this->sources = $sources; + } + /** + * @return Google_Service_SecurityCommandCenter_Source + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Operation.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Operation.php new file mode 100644 index 000000000..f9cd09352 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_SecurityCommandCenter_Status + */ + public function setError(Google_Service_SecurityCommandCenter_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_SecurityCommandCenter_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/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/OrganizationSettings.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/OrganizationSettings.php new file mode 100644 index 000000000..ba3140fa9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/OrganizationSettings.php @@ -0,0 +1,55 @@ +assetDiscoveryConfig = $assetDiscoveryConfig; + } + /** + * @return Google_Service_SecurityCommandCenter_AssetDiscoveryConfig + */ + public function getAssetDiscoveryConfig() + { + return $this->assetDiscoveryConfig; + } + public function setEnableAssetDiscovery($enableAssetDiscovery) + { + $this->enableAssetDiscovery = $enableAssetDiscovery; + } + public function getEnableAssetDiscovery() + { + return $this->enableAssetDiscovery; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Policy.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Policy.php new file mode 100644 index 000000000..2adf76c2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_SecurityCommandCenter_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_SecurityCommandCenter_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_SecurityCommandCenter_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php new file mode 100644 index 000000000..cbc167d5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php @@ -0,0 +1,66 @@ + + * $securitycenterService = new Google_Service_SecurityCommandCenter(...); + * $organizations = $securitycenterService->organizations; + * + */ +class Google_Service_SecurityCommandCenter_Resource_Organizations extends Google_Service_Resource +{ + /** + * Gets the settings for an organization. + * (organizations.getOrganizationSettings) + * + * @param string $name Required. Name of the organization to get organization + * settings for. Its format is + * "organizations/[organization_id]/organizationSettings". + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_OrganizationSettings + */ + public function getOrganizationSettings($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getOrganizationSettings', array($params), "Google_Service_SecurityCommandCenter_OrganizationSettings"); + } + /** + * Updates an organization's settings. + * (organizations.updateOrganizationSettings) + * + * @param string $name The relative resource name of the settings. See: + * https://cloud.google.com/apis/design/resource_names#relative_resource_name + * Example: "organizations/123/organizationSettings". + * @param Google_Service_SecurityCommandCenter_OrganizationSettings $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The FieldMask to use when updating the settings + * resource. + * + * If empty all mutable fields will be updated. + * @return Google_Service_SecurityCommandCenter_OrganizationSettings + */ + public function updateOrganizationSettings($name, Google_Service_SecurityCommandCenter_OrganizationSettings $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateOrganizationSettings', array($params), "Google_Service_SecurityCommandCenter_OrganizationSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php new file mode 100644 index 000000000..e4479f85e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php @@ -0,0 +1,198 @@ + + * $securitycenterService = new Google_Service_SecurityCommandCenter(...); + * $assets = $securitycenterService->assets; + * + */ +class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends Google_Service_Resource +{ + /** + * Filters an organization's assets and groups them by their specified + * properties. (assets.group) + * + * @param string $parent Required. Name of the organization to groupBy. Its + * format is "organizations/[organization_id]". + * @param Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_GroupAssetsResponse + */ + public function group($parent, Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupAssetsResponse"); + } + /** + * Lists an organization's assets. (assets.listOrganizationsAssets) + * + * @param string $parent Required. Name of the organization assets should belong + * to. Its format is "organizations/[organization_id]". + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListAssetsResponse`; indicates that this is a continuation of a prior + * `ListAssets` call, and that the system should return the next page of data. + * @opt_param string fieldMask Optional. A field mask to specify the + * ListAssetsResult fields to be listed in the response. An empty field mask + * will list all fields. + * @opt_param int pageSize The maximum number of results to return in a single + * response. Default is 10, minimum is 1, maximum is 1000. + * @opt_param string readTime Time used as a reference point when filtering + * assets. The filter is limited to assets existing at the supplied time and + * their values are those at that specific time. Absence of this field will + * default to the API's version of NOW. + * @opt_param string orderBy Expression that defines what fields and order to + * use for sorting. The string value should follow SQL syntax: comma separated + * list of fields. For example: "name,resource_properties.a_property". The + * default sorting order is ascending. To specify descending order for a field, + * a suffix " desc" should be appended to the field name. For example: "name + * desc,resource_properties.a_property". Redundant space characters in the + * syntax are insignificant. "name desc,resource_properties.a_property" and " + * name desc , resource_properties.a_property " are equivalent. + * + * The following fields are supported: name update_time resource_properties + * security_marks.marks security_center_properties.resource_name + * security_center_properties.resource_parent + * security_center_properties.resource_project + * security_center_properties.resource_type + * @opt_param string compareDuration When compare_duration is set, the + * ListAssetsResult's "state_change" attribute is updated to indicate whether + * the asset was added, removed, or remained present during the compare_duration + * period of time that precedes the read_time. This is the time between + * (read_time - compare_duration) and read_time. + * + * The state_change value is derived based on the presence of the asset at the + * two points in time. Intermediate state changes between the two times don't + * affect the result. For example, the results aren't affected if the asset is + * removed and re-created again. + * + * Possible "state_change" values when compare_duration is specified: + * + * * "ADDED": indicates that the asset was not present at the start of + * compare_duration, but present at read_time. * "REMOVED": indicates that the + * asset was present at the start of compare_duration, but not + * present at read_time. * "ACTIVE": indicates that the asset was present at + * both the start and the end of the time period defined by + * compare_duration and read_time. + * + * If compare_duration is not specified, then the only possible state_change is + * "UNUSED", which will be the state_change set for all assets present at + * read_time. + * @opt_param string filter Expression that defines the filter to apply across + * assets. The expression is a list of zero or more restrictions combined via + * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has + * higher precedence than `AND`. + * + * Restrictions have the form ` ` and may have a `-` character in front of them + * to indicate negation. The fields map to those defined in the Asset resource. + * Examples include: + * + * * name * security_center_properties.resource_name * + * resource_properties.a_property * security_marks.marks.marka + * + * The supported operators are: + * + * * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, + * meaning substring matching, for strings. + * + * The supported value types are: + * + * * string literals in quotes. * integer literals without quotes. * boolean + * literals `true` and `false` without quotes. + * + * The following are the allowed field and operator combinations: + * + * * name: `=` * update_time: `=`, `>`, `<`, `>=`, `<=` + * + * Usage: This should be milliseconds since epoch or an RFC3339 string. + * Examples: "update_time = \"2019-06-10T16:07:18-07:00\"" "update_time + * = 1560208038000" + * + * * create_time: `=`, `>`, `<`, `>=`, `<=` + * + * Usage: This should be milliseconds since epoch or an RFC3339 string. + * Examples: "create_time = \"2019-06-10T16:07:18-07:00\"" "create_time + * = 1560208038000" + * + * * iam_policy.policy_blob: `=`, `:` * resource_properties: `=`, `:`, `>`, `<`, + * `>=`, `<=` * security_marks.marks: `=`, `:` * + * security_center_properties.resource_name: `=`, `:` * + * security_center_properties.resource_type: `=`, `:` * + * security_center_properties.resource_parent: `=`, `:` * + * security_center_properties.resource_project: `=`, `:` * + * security_center_properties.resource_owners: `=`, `:` + * + * For example, `resource_properties.size = 100` is a valid filter string. + * @return Google_Service_SecurityCommandCenter_ListAssetsResponse + */ + public function listOrganizationsAssets($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListAssetsResponse"); + } + /** + * Runs asset discovery. The discovery is tracked with a long-running operation. + * + * This API can only be called with limited frequency for an organization. If it + * is called too frequently the caller will receive a TOO_MANY_REQUESTS error. + * (assets.runDiscovery) + * + * @param string $parent Required. Name of the organization to run asset + * discovery for. Its format is "organizations/[organization_id]". + * @param Google_Service_SecurityCommandCenter_RunAssetDiscoveryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_Operation + */ + public function runDiscovery($parent, Google_Service_SecurityCommandCenter_RunAssetDiscoveryRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('runDiscovery', array($params), "Google_Service_SecurityCommandCenter_Operation"); + } + /** + * Updates security marks. (assets.updateSecurityMarks) + * + * @param string $name The relative resource name of the SecurityMarks. See: + * https://cloud.google.com/apis/design/resource_names#relative_resource_name + * Examples: "organizations/123/assets/456/securityMarks" + * "organizations/123/sources/456/findings/789/securityMarks". + * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The FieldMask to use when updating the security + * marks resource. + * + * The field mask must not contain duplicate fields. If empty or set to "marks", + * all marks will be replaced. Individual marks can be updated using "marks.". + * @opt_param string startTime The time at which the updated SecurityMarks take + * effect. If not set uses current server time. Updates will be applied to the + * SecurityMarks that are active immediately preceding this time. + * @return Google_Service_SecurityCommandCenter_SecurityMarks + */ + public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsOperations.php new file mode 100644 index 000000000..00ca674c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsOperations.php @@ -0,0 +1,107 @@ + + * $securitycenterService = new Google_Service_SecurityCommandCenter(...); + * $operations = $securitycenterService->operations; + * + */ +class Google_Service_SecurityCommandCenter_Resource_OrganizationsOperations 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 array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_SecuritycenterEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_SecurityCommandCenter_SecuritycenterEmpty"); + } + /** + * 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_SecurityCommandCenter_SecuritycenterEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_SecurityCommandCenter_SecuritycenterEmpty"); + } + /** + * 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_SecurityCommandCenter_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SecurityCommandCenter_Operation"); + } + /** + * 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.listOrganizationsOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_SecurityCommandCenter_ListOperationsResponse + */ + public function listOrganizationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php new file mode 100644 index 000000000..ca3e70761 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php @@ -0,0 +1,150 @@ + + * $securitycenterService = new Google_Service_SecurityCommandCenter(...); + * $sources = $securitycenterService->sources; + * + */ +class Google_Service_SecurityCommandCenter_Resource_OrganizationsSources extends Google_Service_Resource +{ + /** + * Creates a source. (sources.create) + * + * @param string $parent Required. Resource name of the new source's parent. Its + * format should be "organizations/[organization_id]". + * @param Google_Service_SecurityCommandCenter_Source $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_Source + */ + public function create($parent, Google_Service_SecurityCommandCenter_Source $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_SecurityCommandCenter_Source"); + } + /** + * Gets a source. (sources.get) + * + * @param string $name Required. Relative resource name of the source. Its + * format is "organizations/[organization_id]/source/[source_id]". + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_Source + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SecurityCommandCenter_Source"); + } + /** + * Gets the access control policy on the specified Source. + * (sources.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 Google_Service_SecurityCommandCenter_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_Policy + */ + public function getIamPolicy($resource, Google_Service_SecurityCommandCenter_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_SecurityCommandCenter_Policy"); + } + /** + * Lists all sources belonging to an organization. + * (sources.listOrganizationsSources) + * + * @param string $parent Required. Resource name of the parent of sources to + * list. Its format should be "organizations/[organization_id]". + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The value returned by the last + * `ListSourcesResponse`; indicates that this is a continuation of a prior + * `ListSources` call, and that the system should return the next page of data. + * @opt_param int pageSize The maximum number of results to return in a single + * response. Default is 10, minimum is 1, maximum is 1000. + * @return Google_Service_SecurityCommandCenter_ListSourcesResponse + */ + public function listOrganizationsSources($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListSourcesResponse"); + } + /** + * Updates a source. (sources.patch) + * + * @param string $name The relative resource name of this source. See: + * https://cloud.google.com/apis/design/resource_names#relative_resource_name + * Example: "organizations/123/sources/456" + * @param Google_Service_SecurityCommandCenter_Source $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The FieldMask to use when updating the source + * resource. + * + * If empty all mutable fields will be updated. + * @return Google_Service_SecurityCommandCenter_Source + */ + public function patch($name, Google_Service_SecurityCommandCenter_Source $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_Source"); + } + /** + * Sets the access control policy on the specified Source. + * (sources.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_SecurityCommandCenter_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_Policy + */ + public function setIamPolicy($resource, Google_Service_SecurityCommandCenter_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_SecurityCommandCenter_Policy"); + } + /** + * Returns the permissions that a caller has on the specified source. + * (sources.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_SecurityCommandCenter_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_SecurityCommandCenter_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_SecurityCommandCenter_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php new file mode 100644 index 000000000..eca508d11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php @@ -0,0 +1,235 @@ + + * $securitycenterService = new Google_Service_SecurityCommandCenter(...); + * $findings = $securitycenterService->findings; + * + */ +class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings extends Google_Service_Resource +{ + /** + * Creates a finding. The corresponding source must exist for finding creation + * to succeed. (findings.create) + * + * @param string $parent Required. Resource name of the new finding's parent. + * Its format should be "organizations/[organization_id]/sources/[source_id]". + * @param Google_Service_SecurityCommandCenter_Finding $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string findingId Required. Unique identifier provided by the + * client within the parent scope. It must be alphanumeric and less than or + * equal to 32 characters and greater than 0 characters in length. + * @return Google_Service_SecurityCommandCenter_Finding + */ + public function create($parent, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_SecurityCommandCenter_Finding"); + } + /** + * Filters an organization or source's findings and groups them by their + * specified properties. + * + * To group across all sources provide a `-` as the source id. Example: + * /v1/organizations/123/sources/-/findings (findings.group) + * + * @param string $parent Required. Name of the source to groupBy. Its format is + * "organizations/[organization_id]/sources/[source_id]". To groupBy across all + * sources provide a source_id of `-`. For example: organizations/123/sources/- + * @param Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_GroupFindingsResponse + */ + public function group($parent, Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('group', array($params), "Google_Service_SecurityCommandCenter_GroupFindingsResponse"); + } + /** + * Lists an organization or source's findings. + * + * To list across all sources provide a `-` as the source id. Example: + * /v1/organizations/123/sources/-/findings + * (findings.listOrganizationsSourcesFindings) + * + * @param string $parent Required. Name of the source the findings belong to. + * Its format is "organizations/[organization_id]/sources/[source_id]". To list + * across all sources provide a source_id of `-`. For example: + * organizations/123/sources/- + * @param array $optParams Optional parameters. + * + * @opt_param string readTime Time used as a reference point when filtering + * findings. The filter is limited to findings existing at the supplied time and + * their values are those at that specific time. Absence of this field will + * default to the API's version of NOW. + * @opt_param string orderBy Expression that defines what fields and order to + * use for sorting. The string value should follow SQL syntax: comma separated + * list of fields. For example: "name,resource_properties.a_property". The + * default sorting order is ascending. To specify descending order for a field, + * a suffix " desc" should be appended to the field name. For example: "name + * desc,source_properties.a_property". Redundant space characters in the syntax + * are insignificant. "name desc,source_properties.a_property" and " name + * desc , source_properties.a_property " are equivalent. + * + * The following fields are supported: name parent state category resource_name + * event_time source_properties security_marks.marks + * @opt_param string compareDuration When compare_duration is set, the + * ListFindingsResult's "state_change" attribute is updated to indicate whether + * the finding had its state changed, the finding's state remained unchanged, or + * if the finding was added in any state during the compare_duration period of + * time that precedes the read_time. This is the time between (read_time - + * compare_duration) and read_time. + * + * The state_change value is derived based on the presence and state of the + * finding at the two points in time. Intermediate state changes between the two + * times don't affect the result. For example, the results aren't affected if + * the finding is made inactive and then active again. + * + * Possible "state_change" values when compare_duration is specified: + * + * * "CHANGED": indicates that the finding was present at the start of + * compare_duration, but changed its state at read_time. * "UNCHANGED": + * indicates that the finding was present at the start of + * compare_duration and did not change state at read_time. * "ADDED": + * indicates that the finding was not present at the start of + * compare_duration, but was present at read_time. + * + * If compare_duration is not specified, then the only possible state_change is + * "UNUSED", which will be the state_change set for all findings present at + * read_time. + * @opt_param string filter Expression that defines the filter to apply across + * findings. The expression is a list of one or more restrictions combined via + * logical operators `AND` and `OR`. Parentheses are supported, and `OR` has + * higher precedence than `AND`. + * + * Restrictions have the form ` ` and may have a `-` character in front of them + * to indicate negation. Examples include: + * + * name source_properties.a_property security_marks.marks.marka + * + * The supported operators are: + * + * * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, + * meaning substring matching, for strings. + * + * The supported value types are: + * + * * string literals in quotes. * integer literals without quotes. * boolean + * literals `true` and `false` without quotes. + * + * The following field and operator combinations are supported: + * + * name: `=` parent: `=`, `:` resource_name: `=`, `:` state: `=`, `:` category: + * `=`, `:` external_uri: `=`, `:` event_time: `=`, `>`, `<`, `>=`, `<=` + * + * Usage: This should be milliseconds since epoch or an RFC3339 string. + * Examples: "event_time = \"2019-06-10T16:07:18-07:00\"" "event_time = + * 1560208038000" + * + * security_marks.marks: `=`, `:` source_properties: `=`, `:`, `>`, `<`, `>=`, + * `<=` + * + * For example, `source_properties.size = 100` is a valid filter string. + * @opt_param string pageToken The value returned by the last + * `ListFindingsResponse`; indicates that this is a continuation of a prior + * `ListFindings` call, and that the system should return the next page of data. + * @opt_param string fieldMask Optional. A field mask to specify the Finding + * fields to be listed in the response. An empty field mask will list all + * fields. + * @opt_param int pageSize The maximum number of results to return in a single + * response. Default is 10, minimum is 1, maximum is 1000. + * @return Google_Service_SecurityCommandCenter_ListFindingsResponse + */ + public function listOrganizationsSourcesFindings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SecurityCommandCenter_ListFindingsResponse"); + } + /** + * Creates or updates a finding. The corresponding source must exist for a + * finding creation to succeed. (findings.patch) + * + * @param string $name The relative resource name of this finding. See: + * https://cloud.google.com/apis/design/resource_names#relative_resource_name + * Example: "organizations/123/sources/456/findings/789" + * @param Google_Service_SecurityCommandCenter_Finding $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The FieldMask to use when updating the finding + * resource. This field should not be specified when creating a finding. + * + * When updating a finding, an empty mask is treated as updating all mutable + * fields and replacing source_properties. Individual source_properties can be + * added/updated by using "source_properties." in the field mask. + * @return Google_Service_SecurityCommandCenter_Finding + */ + public function patch($name, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_SecurityCommandCenter_Finding"); + } + /** + * Updates the state of a finding. (findings.setState) + * + * @param string $name Required. The relative resource name of the finding. See: + * https://cloud.google.com/apis/design/resource_names#relative_resource_name + * Example: "organizations/123/sources/456/finding/789". + * @param Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SecurityCommandCenter_Finding + */ + public function setState($name, Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setState', array($params), "Google_Service_SecurityCommandCenter_Finding"); + } + /** + * Updates security marks. (findings.updateSecurityMarks) + * + * @param string $name The relative resource name of the SecurityMarks. See: + * https://cloud.google.com/apis/design/resource_names#relative_resource_name + * Examples: "organizations/123/assets/456/securityMarks" + * "organizations/123/sources/456/findings/789/securityMarks". + * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string startTime The time at which the updated SecurityMarks take + * effect. If not set uses current server time. Updates will be applied to the + * SecurityMarks that are active immediately preceding this time. + * @opt_param string updateMask The FieldMask to use when updating the security + * marks resource. + * + * The field mask must not contain duplicate fields. If empty or set to "marks", + * all marks will be replaced. Individual marks can be updated using "marks.". + * @return Google_Service_SecurityCommandCenter_SecurityMarks + */ + public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateSecurityMarks', array($params), "Google_Service_SecurityCommandCenter_SecurityMarks"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/RunAssetDiscoveryRequest.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/RunAssetDiscoveryRequest.php new file mode 100644 index 000000000..39919804c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/RunAssetDiscoveryRequest.php @@ -0,0 +1,20 @@ +resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + public function setResourceOwners($resourceOwners) + { + $this->resourceOwners = $resourceOwners; + } + public function getResourceOwners() + { + return $this->resourceOwners; + } + public function setResourceParent($resourceParent) + { + $this->resourceParent = $resourceParent; + } + public function getResourceParent() + { + return $this->resourceParent; + } + public function setResourceProject($resourceProject) + { + $this->resourceProject = $resourceProject; + } + public function getResourceProject() + { + return $this->resourceProject; + } + public function setResourceType($resourceType) + { + $this->resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php new file mode 100644 index 000000000..10eeb9c61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php @@ -0,0 +1,39 @@ +marks = $marks; + } + public function getMarks() + { + return $this->marks; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecuritycenterEmpty.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecuritycenterEmpty.php new file mode 100644 index 000000000..66e8441cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecuritycenterEmpty.php @@ -0,0 +1,20 @@ +startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SetIamPolicyRequest.php new file mode 100644 index 000000000..6723d2cd4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_SecurityCommandCenter_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php new file mode 100644 index 000000000..edfd3bea7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php @@ -0,0 +1,48 @@ +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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Status.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Status.php new file mode 100644 index 000000000..6d316c624 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/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/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsRequest.php new file mode 100644 index 000000000..806f83d9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsResponse.php new file mode 100644 index 000000000..afc5b9379 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker.php new file mode 100644 index 000000000..9549adb60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker.php @@ -0,0 +1,101 @@ + + * The Google Cloud Platform Service Broker API provides Google hosted + * implementation of the Open Service Broker API + * (https://www.openservicebrokerapi.org/). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceBroker extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $v1; + + /** + * Constructs the internal representation of the ServiceBroker 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://servicebroker.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'servicebroker'; + + $this->v1 = new Google_Service_ServiceBroker_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Binding.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Binding.php new file mode 100644 index 000000000..e4ec18a6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_ServiceBroker_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Policy.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Policy.php new file mode 100644 index 000000000..d8ec59e01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_ServiceBroker_GoogleIamV1Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1SetIamPolicyRequest.php new file mode 100644 index 000000000..8ed4b587b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_ServiceBroker_GoogleIamV1Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsRequest.php new file mode 100644 index 000000000..17a4375b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsResponse.php new file mode 100644 index 000000000..b8dc70d4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleIamV1TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleTypeExpr.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleTypeExpr.php new file mode 100644 index 000000000..bf7e37394 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/GoogleTypeExpr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php new file mode 100644 index 000000000..364277e67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php @@ -0,0 +1,96 @@ + + * $servicebrokerService = new Google_Service_ServiceBroker(...); + * $v1 = $servicebrokerService->v1; + * + */ +class Google_Service_ServiceBroker_Resource_V1 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. (v1.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. + * @return Google_Service_ServiceBroker_GoogleIamV1Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_ServiceBroker_GoogleIamV1Policy"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (v1.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_ServiceBroker_GoogleIamV1SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceBroker_GoogleIamV1Policy + */ + public function setIamPolicy($resource, Google_Service_ServiceBroker_GoogleIamV1SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_ServiceBroker_GoogleIamV1Policy"); + } + /** + * 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. (v1.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_ServiceBroker_GoogleIamV1TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_ServiceBroker_GoogleIamV1TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php new file mode 100644 index 000000000..3bb1c5b46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php @@ -0,0 +1,264 @@ + + * Manages the service consumers of a Service Infrastructure service. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceConsumerManagement extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + public $services; + public $services_tenancyUnits; + + /** + * Constructs the internal representation of the ServiceConsumerManagement + * 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://serviceconsumermanagement.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'serviceconsumermanagement'; + + $this->operations = new Google_Service_ServiceConsumerManagement_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->services = new Google_Service_ServiceConsumerManagement_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1/{+parent}:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->services_tenancyUnits = new Google_Service_ServiceConsumerManagement_Resource_ServicesTenancyUnits( + $this, + $this->serviceName, + 'tenancyUnits', + array( + 'methods' => array( + 'addProject' => array( + 'path' => 'v1/{+parent}:addProject', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'applyProjectConfig' => array( + 'path' => 'v1/{+name}:applyProjectConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'attachProject' => array( + 'path' => 'v1/{+name}:attachProject', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/tenancyUnits', + '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, + ), + ), + ),'deleteProject' => array( + 'path' => 'v1/{+name}:deleteProject', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/tenancyUnits', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'removeProject' => array( + 'path' => 'v1/{+name}:removeProject', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undeleteProject' => array( + 'path' => 'v1/{+name}:undeleteProject', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AddTenantProjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AddTenantProjectRequest.php new file mode 100644 index 000000000..33acb9bbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AddTenantProjectRequest.php @@ -0,0 +1,46 @@ +projectConfig = $projectConfig; + } + /** + * @return Google_Service_ServiceConsumerManagement_TenantProjectConfig + */ + public function getProjectConfig() + { + return $this->projectConfig; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Api.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Api.php new file mode 100644 index 000000000..181f33e50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Api.php @@ -0,0 +1,113 @@ +methods = $methods; + } + /** + * @return Google_Service_ServiceConsumerManagement_Method + */ + public function getMethods() + { + return $this->methods; + } + /** + * @param Google_Service_ServiceConsumerManagement_Mixin + */ + public function setMixins($mixins) + { + $this->mixins = $mixins; + } + /** + * @return Google_Service_ServiceConsumerManagement_Mixin + */ + public function getMixins() + { + return $this->mixins; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceConsumerManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceConsumerManagement_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceConsumerManagement_SourceContext + */ + public function setSourceContext(Google_Service_ServiceConsumerManagement_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceConsumerManagement_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ApplyTenantProjectConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ApplyTenantProjectConfigRequest.php new file mode 100644 index 000000000..c44b974d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ApplyTenantProjectConfigRequest.php @@ -0,0 +1,46 @@ +projectConfig = $projectConfig; + } + /** + * @return Google_Service_ServiceConsumerManagement_TenantProjectConfig + */ + public function getProjectConfig() + { + return $this->projectConfig; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AttachTenantProjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AttachTenantProjectRequest.php new file mode 100644 index 000000000..715d866dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AttachTenantProjectRequest.php @@ -0,0 +1,48 @@ +externalResource = $externalResource; + } + public function getExternalResource() + { + return $this->externalResource; + } + public function setReservedResource($reservedResource) + { + $this->reservedResource = $reservedResource; + } + public function getReservedResource() + { + return $this->reservedResource; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthProvider.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthProvider.php new file mode 100644 index 000000000..235702c10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthProvider.php @@ -0,0 +1,66 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setJwksUri($jwksUri) + { + $this->jwksUri = $jwksUri; + } + public function getJwksUri() + { + return $this->jwksUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthRequirement.php new file mode 100644 index 000000000..449c81b79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthRequirement.php @@ -0,0 +1,39 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Authentication.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Authentication.php new file mode 100644 index 000000000..8882f58c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Authentication.php @@ -0,0 +1,54 @@ +providers = $providers; + } + /** + * @return Google_Service_ServiceConsumerManagement_AuthProvider + */ + public function getProviders() + { + return $this->providers; + } + /** + * @param Google_Service_ServiceConsumerManagement_AuthenticationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_AuthenticationRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthenticationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthenticationRule.php new file mode 100644 index 000000000..b7ec71ae8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/AuthenticationRule.php @@ -0,0 +1,72 @@ +allowWithoutCredential = $allowWithoutCredential; + } + public function getAllowWithoutCredential() + { + return $this->allowWithoutCredential; + } + /** + * @param Google_Service_ServiceConsumerManagement_OAuthRequirements + */ + public function setOauth(Google_Service_ServiceConsumerManagement_OAuthRequirements $oauth) + { + $this->oauth = $oauth; + } + /** + * @return Google_Service_ServiceConsumerManagement_OAuthRequirements + */ + public function getOauth() + { + return $this->oauth; + } + /** + * @param Google_Service_ServiceConsumerManagement_AuthRequirement + */ + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + /** + * @return Google_Service_ServiceConsumerManagement_AuthRequirement + */ + public function getRequirements() + { + return $this->requirements; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Backend.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Backend.php new file mode 100644 index 000000000..0dc07b7c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Backend.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_BackendRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BackendRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BackendRule.php new file mode 100644 index 000000000..68e23871d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BackendRule.php @@ -0,0 +1,84 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDeadline($deadline) + { + $this->deadline = $deadline; + } + public function getDeadline() + { + return $this->deadline; + } + public function setJwtAudience($jwtAudience) + { + $this->jwtAudience = $jwtAudience; + } + public function getJwtAudience() + { + return $this->jwtAudience; + } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } + public function setOperationDeadline($operationDeadline) + { + $this->operationDeadline = $operationDeadline; + } + public function getOperationDeadline() + { + return $this->operationDeadline; + } + public function setPathTranslation($pathTranslation) + { + $this->pathTranslation = $pathTranslation; + } + public function getPathTranslation() + { + return $this->pathTranslation; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Billing.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Billing.php new file mode 100644 index 000000000..fb04715aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Billing.php @@ -0,0 +1,38 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceConsumerManagement_BillingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingConfig.php new file mode 100644 index 000000000..9112f62c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingConfig.php @@ -0,0 +1,30 @@ +billingAccount = $billingAccount; + } + public function getBillingAccount() + { + return $this->billingAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingDestination.php new file mode 100644 index 000000000..b3e88b1f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/BillingDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CancelOperationRequest.php new file mode 100644 index 000000000..4c7d21250 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CancelOperationRequest.php @@ -0,0 +1,20 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_ContextRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ContextRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ContextRule.php new file mode 100644 index 000000000..8b02b6571 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ContextRule.php @@ -0,0 +1,67 @@ +allowedRequestExtensions = $allowedRequestExtensions; + } + public function getAllowedRequestExtensions() + { + return $this->allowedRequestExtensions; + } + public function setAllowedResponseExtensions($allowedResponseExtensions) + { + $this->allowedResponseExtensions = $allowedResponseExtensions; + } + public function getAllowedResponseExtensions() + { + return $this->allowedResponseExtensions; + } + public function setProvided($provided) + { + $this->provided = $provided; + } + public function getProvided() + { + return $this->provided; + } + public function setRequested($requested) + { + $this->requested = $requested; + } + public function getRequested() + { + return $this->requested; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Control.php new file mode 100644 index 000000000..1208badf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Control.php @@ -0,0 +1,30 @@ +environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CreateTenancyUnitRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CreateTenancyUnitRequest.php new file mode 100644 index 000000000..ef17f5108 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CreateTenancyUnitRequest.php @@ -0,0 +1,30 @@ +tenancyUnitId = $tenancyUnitId; + } + public function getTenancyUnitId() + { + return $this->tenancyUnitId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomError.php new file mode 100644 index 000000000..c73ec4d70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomError.php @@ -0,0 +1,47 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_CustomErrorRule + */ + public function getRules() + { + return $this->rules; + } + public function setTypes($types) + { + $this->types = $types; + } + public function getTypes() + { + return $this->types; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomErrorRule.php new file mode 100644 index 000000000..c39e80d92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomErrorRule.php @@ -0,0 +1,39 @@ +isErrorType = $isErrorType; + } + public function getIsErrorType() + { + return $this->isErrorType; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomHttpPattern.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomHttpPattern.php new file mode 100644 index 000000000..908e29eb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/CustomHttpPattern.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DeleteTenantProjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DeleteTenantProjectRequest.php new file mode 100644 index 000000000..9973c1431 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DeleteTenantProjectRequest.php @@ -0,0 +1,30 @@ +tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Documentation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Documentation.php new file mode 100644 index 000000000..91dbcba0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Documentation.php @@ -0,0 +1,90 @@ +documentationRootUrl = $documentationRootUrl; + } + public function getDocumentationRootUrl() + { + return $this->documentationRootUrl; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + /** + * @param Google_Service_ServiceConsumerManagement_Page + */ + public function setPages($pages) + { + $this->pages = $pages; + } + /** + * @return Google_Service_ServiceConsumerManagement_Page + */ + public function getPages() + { + return $this->pages; + } + /** + * @param Google_Service_ServiceConsumerManagement_DocumentationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_DocumentationRule + */ + public function getRules() + { + return $this->rules; + } + public function setServiceRootUrl($serviceRootUrl) + { + $this->serviceRootUrl = $serviceRootUrl; + } + public function getServiceRootUrl() + { + return $this->serviceRootUrl; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DocumentationRule.php new file mode 100644 index 000000000..fd31820d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/DocumentationRule.php @@ -0,0 +1,48 @@ +deprecationDescription = $deprecationDescription; + } + public function getDeprecationDescription() + { + return $this->deprecationDescription; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php new file mode 100644 index 000000000..dfc6d641b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php @@ -0,0 +1,67 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setAllowCors($allowCors) + { + $this->allowCors = $allowCors; + } + public function getAllowCors() + { + return $this->allowCors; + } + public function setFeatures($features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Enum.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Enum.php new file mode 100644 index 000000000..2e0aa9c74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Enum.php @@ -0,0 +1,88 @@ +enumvalue = $enumvalue; + } + /** + * @return Google_Service_ServiceConsumerManagement_EnumValue + */ + public function getEnumvalue() + { + return $this->enumvalue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceConsumerManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceConsumerManagement_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceConsumerManagement_SourceContext + */ + public function setSourceContext(Google_Service_ServiceConsumerManagement_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceConsumerManagement_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/EnumValue.php new file mode 100644 index 000000000..d605fcc62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/EnumValue.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + /** + * @param Google_Service_ServiceConsumerManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceConsumerManagement_Option + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Field.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Field.php new file mode 100644 index 000000000..bb321eae4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Field.php @@ -0,0 +1,119 @@ +cardinality = $cardinality; + } + public function getCardinality() + { + return $this->cardinality; + } + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setJsonName($jsonName) + { + $this->jsonName = $jsonName; + } + public function getJsonName() + { + return $this->jsonName; + } + 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 setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setOneofIndex($oneofIndex) + { + $this->oneofIndex = $oneofIndex; + } + public function getOneofIndex() + { + return $this->oneofIndex; + } + /** + * @param Google_Service_ServiceConsumerManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceConsumerManagement_Option + */ + public function getOptions() + { + return $this->options; + } + public function setPacked($packed) + { + $this->packed = $packed; + } + public function getPacked() + { + return $this->packed; + } + public function setTypeUrl($typeUrl) + { + $this->typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Http.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Http.php new file mode 100644 index 000000000..932c57e08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Http.php @@ -0,0 +1,47 @@ +fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; + } + public function getFullyDecodeReservedExpansion() + { + return $this->fullyDecodeReservedExpansion; + } + /** + * @param Google_Service_ServiceConsumerManagement_HttpRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_HttpRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/HttpRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/HttpRule.php new file mode 100644 index 000000000..b94713ac7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/HttpRule.php @@ -0,0 +1,126 @@ +additionalBindings = $additionalBindings; + } + /** + * @return Google_Service_ServiceConsumerManagement_HttpRule + */ + public function getAdditionalBindings() + { + return $this->additionalBindings; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + /** + * @param Google_Service_ServiceConsumerManagement_CustomHttpPattern + */ + public function setCustom(Google_Service_ServiceConsumerManagement_CustomHttpPattern $custom) + { + $this->custom = $custom; + } + /** + * @return Google_Service_ServiceConsumerManagement_CustomHttpPattern + */ + public function getCustom() + { + return $this->custom; + } + public function setDelete($delete) + { + $this->delete = $delete; + } + public function getDelete() + { + return $this->delete; + } + public function setGet($get) + { + $this->get = $get; + } + public function getGet() + { + return $this->get; + } + public function setPatch($patch) + { + $this->patch = $patch; + } + public function getPatch() + { + return $this->patch; + } + public function setPost($post) + { + $this->post = $post; + } + public function getPost() + { + return $this->post; + } + public function setPut($put) + { + $this->put = $put; + } + public function getPut() + { + return $this->put; + } + public function setResponseBody($responseBody) + { + $this->responseBody = $responseBody; + } + public function getResponseBody() + { + return $this->responseBody; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LabelDescriptor.php new file mode 100644 index 000000000..b1c1f26f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListOperationsResponse.php new file mode 100644 index 000000000..bbe02dc49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceConsumerManagement_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListTenancyUnitsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListTenancyUnitsResponse.php new file mode 100644 index 000000000..fe823fa7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ListTenancyUnitsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceConsumerManagement_TenancyUnit + */ + public function setTenancyUnits($tenancyUnits) + { + $this->tenancyUnits = $tenancyUnits; + } + /** + * @return Google_Service_ServiceConsumerManagement_TenancyUnit + */ + public function getTenancyUnits() + { + return $this->tenancyUnits; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LogDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LogDescriptor.php new file mode 100644 index 000000000..f9a2d645c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LogDescriptor.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceConsumerManagement_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceConsumerManagement_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Logging.php new file mode 100644 index 000000000..95fcf1820 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Logging.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceConsumerManagement_LoggingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceConsumerManagement_LoggingDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceConsumerManagement_LoggingDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LoggingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LoggingDestination.php new file mode 100644 index 000000000..9bd73e175 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/LoggingDestination.php @@ -0,0 +1,40 @@ +logs = $logs; + } + public function getLogs() + { + return $this->logs; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Method.php new file mode 100644 index 000000000..073950a1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Method.php @@ -0,0 +1,92 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceConsumerManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceConsumerManagement_Option + */ + public function getOptions() + { + return $this->options; + } + public function setRequestStreaming($requestStreaming) + { + $this->requestStreaming = $requestStreaming; + } + public function getRequestStreaming() + { + return $this->requestStreaming; + } + public function setRequestTypeUrl($requestTypeUrl) + { + $this->requestTypeUrl = $requestTypeUrl; + } + public function getRequestTypeUrl() + { + return $this->requestTypeUrl; + } + public function setResponseStreaming($responseStreaming) + { + $this->responseStreaming = $responseStreaming; + } + public function getResponseStreaming() + { + return $this->responseStreaming; + } + public function setResponseTypeUrl($responseTypeUrl) + { + $this->responseTypeUrl = $responseTypeUrl; + } + public function getResponseTypeUrl() + { + return $this->responseTypeUrl; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php new file mode 100644 index 000000000..084ffa084 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php @@ -0,0 +1,135 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceConsumerManagement_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceConsumerManagement_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + /** + * @param Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptorMetadata.php new file mode 100644 index 000000000..46eb20ed7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricRule.php new file mode 100644 index 000000000..746a277b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricRule.php @@ -0,0 +1,39 @@ +metricCosts = $metricCosts; + } + public function getMetricCosts() + { + return $this->metricCosts; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Mixin.php new file mode 100644 index 000000000..be63fffee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Mixin.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRoot($root) + { + $this->root = $root; + } + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..94543c41d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoredResourceDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceConsumerManagement_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceConsumerManagement_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Monitoring.php new file mode 100644 index 000000000..5a0d7bab7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Monitoring.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceConsumerManagement_MonitoringDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceConsumerManagement_MonitoringDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceConsumerManagement_MonitoringDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoringDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoringDestination.php new file mode 100644 index 000000000..738a4de55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MonitoringDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/OAuthRequirements.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/OAuthRequirements.php new file mode 100644 index 000000000..2130a1423 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/OAuthRequirements.php @@ -0,0 +1,30 @@ +canonicalScopes = $canonicalScopes; + } + public function getCanonicalScopes() + { + return $this->canonicalScopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Operation.php new file mode 100644 index 000000000..88610b9d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ServiceConsumerManagement_Status + */ + public function setError(Google_Service_ServiceConsumerManagement_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ServiceConsumerManagement_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/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Option.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Option.php new file mode 100644 index 000000000..abc9ff56b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Option.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Page.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Page.php new file mode 100644 index 000000000..7c2b78119 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Page.php @@ -0,0 +1,56 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceConsumerManagement_Page + */ + public function setSubpages($subpages) + { + $this->subpages = $subpages; + } + /** + * @return Google_Service_ServiceConsumerManagement_Page + */ + public function getSubpages() + { + return $this->subpages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/PolicyBinding.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/PolicyBinding.php new file mode 100644 index 000000000..72379d92f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/PolicyBinding.php @@ -0,0 +1,40 @@ +members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Quota.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Quota.php new file mode 100644 index 000000000..f5eb5812f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Quota.php @@ -0,0 +1,54 @@ +limits = $limits; + } + /** + * @return Google_Service_ServiceConsumerManagement_QuotaLimit + */ + public function getLimits() + { + return $this->limits; + } + /** + * @param Google_Service_ServiceConsumerManagement_MetricRule + */ + public function setMetricRules($metricRules) + { + $this->metricRules = $metricRules; + } + /** + * @return Google_Service_ServiceConsumerManagement_MetricRule + */ + public function getMetricRules() + { + return $this->metricRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/QuotaLimit.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/QuotaLimit.php new file mode 100644 index 000000000..cdcbcbc01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/QuotaLimit.php @@ -0,0 +1,111 @@ +defaultLimit = $defaultLimit; + } + public function getDefaultLimit() + { + return $this->defaultLimit; + } + 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 setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFreeTier($freeTier) + { + $this->freeTier = $freeTier; + } + public function getFreeTier() + { + return $this->freeTier; + } + public function setMaxLimit($maxLimit) + { + $this->maxLimit = $maxLimit; + } + public function getMaxLimit() + { + return $this->maxLimit; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/RemoveTenantProjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/RemoveTenantProjectRequest.php new file mode 100644 index 000000000..9e42ded29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/RemoveTenantProjectRequest.php @@ -0,0 +1,30 @@ +tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Operations.php new file mode 100644 index 000000000..e3619a69c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $serviceconsumermanagementService = new Google_Service_ServiceConsumerManagement(...); + * $operations = $serviceconsumermanagementService->operations; + * + */ +class Google_Service_ServiceConsumerManagement_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_ServiceConsumerManagement_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty + */ + public function cancel($name, Google_Service_ServiceConsumerManagement_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty"); + } + /** + * 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_ServiceConsumerManagement_ServiceconsumermanagementEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ServiceConsumerManagement_ServiceconsumermanagementEmpty"); + } + /** + * 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_ServiceConsumerManagement_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * 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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_ServiceConsumerManagement_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceConsumerManagement_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php new file mode 100644 index 000000000..bca653ea9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php @@ -0,0 +1,72 @@ + + * $serviceconsumermanagementService = new Google_Service_ServiceConsumerManagement(...); + * $services = $serviceconsumermanagementService->services; + * + */ +class Google_Service_ServiceConsumerManagement_Resource_Services extends Google_Service_Resource +{ + /** + * Search tenancy units for a managed service. (services.search) + * + * @param string $parent Service for which search is performed. + * services/{service} {service} the name of a service, for example + * 'service.googleapis.com'. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of results returned by this + * request. Currently, the default maximum is set to 1000. If `page_size` isn't + * provided or the size provided is a number larger than 1000, it's + * automatically set to 1000. + * + * Optional. + * @opt_param string query Set a query `{expression}` for querying tenancy + * units. Your `{expression}` must be in the format: + * `field_name=literal_string`. The `field_name` is the name of the field you + * want to compare. Supported fields are `tenant_resources.tag` and + * `tenant_resources.resource`. + * + * For example, to search tenancy units that contain at least one tenant + * resource with a given tag 'xyz', use the query `tenant_resources.tag=xyz`. To + * search tenancy units that contain at least one tenant resource with a given + * resource name 'projects/123456', use the query + * `tenant_resources.resource=projects/123456`. + * + * Multiple expressions can be joined with `AND`s. Tenancy units must match all + * expressions to be included in the result set. For example, + * `tenant_resources.tag=xyz AND tenant_resources.resource=projects/123456` + * + * Optional. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of `nextPageToken` from the previous response. + * + * Optional. + * @return Google_Service_ServiceConsumerManagement_SearchTenancyUnitsResponse + */ + public function search($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_ServiceConsumerManagement_SearchTenancyUnitsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/ServicesTenancyUnits.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/ServicesTenancyUnits.php new file mode 100644 index 000000000..588604cb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/ServicesTenancyUnits.php @@ -0,0 +1,229 @@ + + * $serviceconsumermanagementService = new Google_Service_ServiceConsumerManagement(...); + * $tenancyUnits = $serviceconsumermanagementService->tenancyUnits; + * + */ +class Google_Service_ServiceConsumerManagement_Resource_ServicesTenancyUnits extends Google_Service_Resource +{ + /** + * Add a new tenant project to the tenancy unit. There can be a maximum of 512 + * tenant projects in a tenancy unit. If there are previously failed + * `AddTenantProject` calls, you might need to call `RemoveTenantProject` first + * to resolve them before you can make another call to `AddTenantProject` with + * the same tag. Operation. (tenancyUnits.addProject) + * + * @param string $parent Name of the tenancy unit. Such as + * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. + * @param Google_Service_ServiceConsumerManagement_AddTenantProjectRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function addProject($parent, Google_Service_ServiceConsumerManagement_AddTenantProjectRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * Apply a configuration to an existing tenant project. This project must exist + * in an active state and have the original owner account. The caller must have + * permission to add a project to the given tenancy unit. The configuration is + * applied, but any existing settings on the project aren't modified. Specified + * policy bindings are applied. Existing bindings aren't modified. Specified + * services are activated. No service is deactivated. If specified, new billing + * configuration is applied. Omit a billing configuration to keep the existing + * one. A service account in the project is created if previously non existed. + * Specified labels will be appended to tenant project, note that the value of + * existing label key will be updated if the same label key is requested. The + * specified folder is ignored, as moving a tenant project to a different folder + * isn't supported. The operation fails if any of the steps fail, but no + * rollback of already applied configuration changes is attempted. Operation. + * (tenancyUnits.applyProjectConfig) + * + * @param string $name Name of the tenancy unit. Such as + * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. + * @param Google_Service_ServiceConsumerManagement_ApplyTenantProjectConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function applyProjectConfig($name, Google_Service_ServiceConsumerManagement_ApplyTenantProjectConfigRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('applyProjectConfig', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * Attach an existing project to the tenancy unit as a new tenant resource. The + * project could either be the tenant project reserved by calling + * `AddTenantProject` under a tenancy unit of a service producer's project of a + * managed service, or from a separate project. The caller is checked against a + * set of permissions as if calling `AddTenantProject` on the same service + * consumer. To trigger the attachment, the targeted tenant project must be in a + * folder. Make sure the ServiceConsumerManagement service account is the owner + * of that project. These two requirements are already met if the project is + * reserved by calling `AddTenantProject`. Operation. + * (tenancyUnits.attachProject) + * + * @param string $name Name of the tenancy unit that the project will be + * attached to. Such as + * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. + * @param Google_Service_ServiceConsumerManagement_AttachTenantProjectRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function attachProject($name, Google_Service_ServiceConsumerManagement_AttachTenantProjectRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('attachProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * Creates a tenancy unit with no tenant resources. If tenancy unit already + * exists, it will be returned, however, in this case, returned TenancyUnit does + * not have tenant_resources field set and ListTenancyUnit has to be used to get + * a complete TenancyUnit with all fields populated. (tenancyUnits.create) + * + * @param string $parent services/{service}/{collection id}/{resource id} + * {collection id} is the cloud resource collection type representing the + * service consumer, for example 'projects', or 'organizations'. {resource id} + * is the consumer numeric id, such as project number: '123456'. {service} the + * name of a managed service, such as 'service.googleapis.com'. Enables service + * binding using the new tenancy unit. + * @param Google_Service_ServiceConsumerManagement_CreateTenancyUnitRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_TenancyUnit + */ + public function create($parent, Google_Service_ServiceConsumerManagement_CreateTenancyUnitRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ServiceConsumerManagement_TenancyUnit"); + } + /** + * Delete a tenancy unit. Before you delete the tenancy unit, there should be no + * tenant resources in it that aren't in a DELETED state. Operation. + * (tenancyUnits.delete) + * + * @param string $name Name of the tenancy unit to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * Deletes the specified project resource identified by a tenant resource tag. + * The mothod removes a project lien with a 'TenantManager' origin if that was + * added. It will then attempt to delete the project. If that operation fails, + * this method also fails. After the project has been deleted, the tenant + * resource state is set to DELETED. To permanently remove resource metadata, + * call the `RemoveTenantProject` method. New resources with the same tag can't + * be added if there are existing resources in a DELETED state. Operation. + * (tenancyUnits.deleteProject) + * + * @param string $name Name of the tenancy unit. Such as + * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. + * @param Google_Service_ServiceConsumerManagement_DeleteTenantProjectRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function deleteProject($name, Google_Service_ServiceConsumerManagement_DeleteTenantProjectRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * Find the tenancy unit for a managed service and service consumer. This method + * shouldn't be used in a service producer's runtime path, for example to find + * the tenant project number when creating VMs. Service producers must persist + * the tenant project's information after the project is created. + * (tenancyUnits.listServicesTenancyUnits) + * + * @param string $parent Managed service and service consumer. Required. + * services/{service}/{collection id}/{resource id} {collection id} is the cloud + * resource collection type representing the service consumer, for example + * 'projects', or 'organizations'. {resource id} is the consumer numeric id, + * such as project number: '123456'. {service} the name of a service, such as + * 'service.googleapis.com'. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Filter expression over tenancy resources field. + * Optional. + * @opt_param string pageToken The continuation token, which is used to page + * through large result sets. To get the next page of results, set this + * parameter to the value of `nextPageToken` from the previous response. + * @opt_param int pageSize The maximum number of results returned by this + * request. + * @return Google_Service_ServiceConsumerManagement_ListTenancyUnitsResponse + */ + public function listServicesTenancyUnits($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceConsumerManagement_ListTenancyUnitsResponse"); + } + /** + * Removes the specified project resource identified by a tenant resource tag. + * The method removes the project lien with 'TenantManager' origin if that was + * added. It then attempts to delete the project. If that operation fails, this + * method also fails. Calls to remove already removed or non-existent tenant + * project succeed. After the project has been deleted, or if was already in a + * DELETED state, resource metadata is permanently removed from the tenancy + * unit. Operation. (tenancyUnits.removeProject) + * + * @param string $name Name of the tenancy unit. Such as + * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. + * @param Google_Service_ServiceConsumerManagement_RemoveTenantProjectRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function removeProject($name, Google_Service_ServiceConsumerManagement_RemoveTenantProjectRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } + /** + * Attempts to undelete a previously deleted tenant project. The project must be + * in a DELETED state. There are no guarantees that an undeleted project will be + * in a fully restored and functional state. Call the `ApplyTenantProjectConfig` + * method to update its configuration and then validate all managed service + * resources. Operation. (tenancyUnits.undeleteProject) + * + * @param string $name Name of the tenancy unit. Such as + * 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. + * @param Google_Service_ServiceConsumerManagement_UndeleteTenantProjectRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceConsumerManagement_Operation + */ + public function undeleteProject($name, Google_Service_ServiceConsumerManagement_UndeleteTenantProjectRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undeleteProject', array($params), "Google_Service_ServiceConsumerManagement_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SearchTenancyUnitsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SearchTenancyUnitsResponse.php new file mode 100644 index 000000000..e2a47ad06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SearchTenancyUnitsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceConsumerManagement_TenancyUnit + */ + public function setTenancyUnits($tenancyUnits) + { + $this->tenancyUnits = $tenancyUnits; + } + /** + * @return Google_Service_ServiceConsumerManagement_TenancyUnit + */ + public function getTenancyUnits() + { + return $this->tenancyUnits; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Service.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Service.php new file mode 100644 index 000000000..c2414a76c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Service.php @@ -0,0 +1,419 @@ +apis = $apis; + } + /** + * @return Google_Service_ServiceConsumerManagement_Api + */ + public function getApis() + { + return $this->apis; + } + /** + * @param Google_Service_ServiceConsumerManagement_Authentication + */ + public function setAuthentication(Google_Service_ServiceConsumerManagement_Authentication $authentication) + { + $this->authentication = $authentication; + } + /** + * @return Google_Service_ServiceConsumerManagement_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + /** + * @param Google_Service_ServiceConsumerManagement_Backend + */ + public function setBackend(Google_Service_ServiceConsumerManagement_Backend $backend) + { + $this->backend = $backend; + } + /** + * @return Google_Service_ServiceConsumerManagement_Backend + */ + public function getBackend() + { + return $this->backend; + } + /** + * @param Google_Service_ServiceConsumerManagement_Billing + */ + public function setBilling(Google_Service_ServiceConsumerManagement_Billing $billing) + { + $this->billing = $billing; + } + /** + * @return Google_Service_ServiceConsumerManagement_Billing + */ + public function getBilling() + { + return $this->billing; + } + public function setConfigVersion($configVersion) + { + $this->configVersion = $configVersion; + } + public function getConfigVersion() + { + return $this->configVersion; + } + /** + * @param Google_Service_ServiceConsumerManagement_Context + */ + public function setContext(Google_Service_ServiceConsumerManagement_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_ServiceConsumerManagement_Context + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_ServiceConsumerManagement_Control + */ + public function setControl(Google_Service_ServiceConsumerManagement_Control $control) + { + $this->control = $control; + } + /** + * @return Google_Service_ServiceConsumerManagement_Control + */ + public function getControl() + { + return $this->control; + } + /** + * @param Google_Service_ServiceConsumerManagement_CustomError + */ + public function setCustomError(Google_Service_ServiceConsumerManagement_CustomError $customError) + { + $this->customError = $customError; + } + /** + * @return Google_Service_ServiceConsumerManagement_CustomError + */ + public function getCustomError() + { + return $this->customError; + } + /** + * @param Google_Service_ServiceConsumerManagement_Documentation + */ + public function setDocumentation(Google_Service_ServiceConsumerManagement_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_ServiceConsumerManagement_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + /** + * @param Google_Service_ServiceConsumerManagement_Endpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_ServiceConsumerManagement_Endpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + /** + * @param Google_Service_ServiceConsumerManagement_Enum + */ + public function setEnums($enums) + { + $this->enums = $enums; + } + /** + * @return Google_Service_ServiceConsumerManagement_Enum + */ + public function getEnums() + { + return $this->enums; + } + /** + * @param Google_Service_ServiceConsumerManagement_Http + */ + public function setHttp(Google_Service_ServiceConsumerManagement_Http $http) + { + $this->http = $http; + } + /** + * @return Google_Service_ServiceConsumerManagement_Http + */ + public function getHttp() + { + return $this->http; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ServiceConsumerManagement_Logging + */ + public function setLogging(Google_Service_ServiceConsumerManagement_Logging $logging) + { + $this->logging = $logging; + } + /** + * @return Google_Service_ServiceConsumerManagement_Logging + */ + public function getLogging() + { + return $this->logging; + } + /** + * @param Google_Service_ServiceConsumerManagement_LogDescriptor + */ + public function setLogs($logs) + { + $this->logs = $logs; + } + /** + * @return Google_Service_ServiceConsumerManagement_LogDescriptor + */ + public function getLogs() + { + return $this->logs; + } + /** + * @param Google_Service_ServiceConsumerManagement_MetricDescriptor + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_ServiceConsumerManagement_MetricDescriptor + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_ServiceConsumerManagement_MonitoredResourceDescriptor + */ + public function setMonitoredResources($monitoredResources) + { + $this->monitoredResources = $monitoredResources; + } + /** + * @return Google_Service_ServiceConsumerManagement_MonitoredResourceDescriptor + */ + public function getMonitoredResources() + { + return $this->monitoredResources; + } + /** + * @param Google_Service_ServiceConsumerManagement_Monitoring + */ + public function setMonitoring(Google_Service_ServiceConsumerManagement_Monitoring $monitoring) + { + $this->monitoring = $monitoring; + } + /** + * @return Google_Service_ServiceConsumerManagement_Monitoring + */ + public function getMonitoring() + { + return $this->monitoring; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProducerProjectId($producerProjectId) + { + $this->producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } + /** + * @param Google_Service_ServiceConsumerManagement_Quota + */ + public function setQuota(Google_Service_ServiceConsumerManagement_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_ServiceConsumerManagement_Quota + */ + public function getQuota() + { + return $this->quota; + } + /** + * @param Google_Service_ServiceConsumerManagement_SourceInfo + */ + public function setSourceInfo(Google_Service_ServiceConsumerManagement_SourceInfo $sourceInfo) + { + $this->sourceInfo = $sourceInfo; + } + /** + * @return Google_Service_ServiceConsumerManagement_SourceInfo + */ + public function getSourceInfo() + { + return $this->sourceInfo; + } + /** + * @param Google_Service_ServiceConsumerManagement_SystemParameters + */ + public function setSystemParameters(Google_Service_ServiceConsumerManagement_SystemParameters $systemParameters) + { + $this->systemParameters = $systemParameters; + } + /** + * @return Google_Service_ServiceConsumerManagement_SystemParameters + */ + public function getSystemParameters() + { + return $this->systemParameters; + } + /** + * @param Google_Service_ServiceConsumerManagement_Type + */ + public function setSystemTypes($systemTypes) + { + $this->systemTypes = $systemTypes; + } + /** + * @return Google_Service_ServiceConsumerManagement_Type + */ + public function getSystemTypes() + { + return $this->systemTypes; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ServiceConsumerManagement_Type + */ + public function setTypes($types) + { + $this->types = $types; + } + /** + * @return Google_Service_ServiceConsumerManagement_Type + */ + public function getTypes() + { + return $this->types; + } + /** + * @param Google_Service_ServiceConsumerManagement_Usage + */ + public function setUsage(Google_Service_ServiceConsumerManagement_Usage $usage) + { + $this->usage = $usage; + } + /** + * @return Google_Service_ServiceConsumerManagement_Usage + */ + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceAccountConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceAccountConfig.php new file mode 100644 index 000000000..ba362209d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceAccountConfig.php @@ -0,0 +1,40 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setTenantProjectRoles($tenantProjectRoles) + { + $this->tenantProjectRoles = $tenantProjectRoles; + } + public function getTenantProjectRoles() + { + return $this->tenantProjectRoles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceconsumermanagementEmpty.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceconsumermanagementEmpty.php new file mode 100644 index 000000000..e27d0832a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/ServiceconsumermanagementEmpty.php @@ -0,0 +1,20 @@ +fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceInfo.php new file mode 100644 index 000000000..355b833c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SourceInfo.php @@ -0,0 +1,31 @@ +sourceFiles = $sourceFiles; + } + public function getSourceFiles() + { + return $this->sourceFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Status.php new file mode 100644 index 000000000..197f2cdfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/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/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameter.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameter.php new file mode 100644 index 000000000..ac51f428e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameter.php @@ -0,0 +1,48 @@ +httpHeader = $httpHeader; + } + public function getHttpHeader() + { + return $this->httpHeader; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUrlQueryParameter($urlQueryParameter) + { + $this->urlQueryParameter = $urlQueryParameter; + } + public function getUrlQueryParameter() + { + return $this->urlQueryParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameterRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameterRule.php new file mode 100644 index 000000000..dc48cd517 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameterRule.php @@ -0,0 +1,47 @@ +parameters = $parameters; + } + /** + * @return Google_Service_ServiceConsumerManagement_SystemParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameters.php new file mode 100644 index 000000000..cfe54e514 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/SystemParameters.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_SystemParameterRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenancyUnit.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenancyUnit.php new file mode 100644 index 000000000..b8c32ef5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenancyUnit.php @@ -0,0 +1,74 @@ +consumer = $consumer; + } + public function getConsumer() + { + return $this->consumer; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + /** + * @param Google_Service_ServiceConsumerManagement_TenantResource + */ + public function setTenantResources($tenantResources) + { + $this->tenantResources = $tenantResources; + } + /** + * @return Google_Service_ServiceConsumerManagement_TenantResource + */ + public function getTenantResources() + { + return $this->tenantResources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectConfig.php new file mode 100644 index 000000000..a18364448 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectConfig.php @@ -0,0 +1,97 @@ +billingConfig = $billingConfig; + } + /** + * @return Google_Service_ServiceConsumerManagement_BillingConfig + */ + public function getBillingConfig() + { + return $this->billingConfig; + } + public function setFolder($folder) + { + $this->folder = $folder; + } + public function getFolder() + { + return $this->folder; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_ServiceConsumerManagement_ServiceAccountConfig + */ + public function setServiceAccountConfig(Google_Service_ServiceConsumerManagement_ServiceAccountConfig $serviceAccountConfig) + { + $this->serviceAccountConfig = $serviceAccountConfig; + } + /** + * @return Google_Service_ServiceConsumerManagement_ServiceAccountConfig + */ + public function getServiceAccountConfig() + { + return $this->serviceAccountConfig; + } + public function setServices($services) + { + $this->services = $services; + } + public function getServices() + { + return $this->services; + } + /** + * @param Google_Service_ServiceConsumerManagement_TenantProjectPolicy + */ + public function setTenantProjectPolicy(Google_Service_ServiceConsumerManagement_TenantProjectPolicy $tenantProjectPolicy) + { + $this->tenantProjectPolicy = $tenantProjectPolicy; + } + /** + * @return Google_Service_ServiceConsumerManagement_TenantProjectPolicy + */ + public function getTenantProjectPolicy() + { + return $this->tenantProjectPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectPolicy.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectPolicy.php new file mode 100644 index 000000000..6be02ea5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantProjectPolicy.php @@ -0,0 +1,38 @@ +policyBindings = $policyBindings; + } + /** + * @return Google_Service_ServiceConsumerManagement_PolicyBinding + */ + public function getPolicyBindings() + { + return $this->policyBindings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantResource.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantResource.php new file mode 100644 index 000000000..7d290d09d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/TenantResource.php @@ -0,0 +1,48 @@ +resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Type.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Type.php new file mode 100644 index 000000000..f684385c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Type.php @@ -0,0 +1,97 @@ +fields = $fields; + } + /** + * @return Google_Service_ServiceConsumerManagement_Field + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneofs($oneofs) + { + $this->oneofs = $oneofs; + } + public function getOneofs() + { + return $this->oneofs; + } + /** + * @param Google_Service_ServiceConsumerManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceConsumerManagement_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceConsumerManagement_SourceContext + */ + public function setSourceContext(Google_Service_ServiceConsumerManagement_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceConsumerManagement_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UndeleteTenantProjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UndeleteTenantProjectRequest.php new file mode 100644 index 000000000..3ccb64e4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UndeleteTenantProjectRequest.php @@ -0,0 +1,30 @@ +tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Usage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Usage.php new file mode 100644 index 000000000..4d7ad8d94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Usage.php @@ -0,0 +1,56 @@ +producerNotificationChannel = $producerNotificationChannel; + } + public function getProducerNotificationChannel() + { + return $this->producerNotificationChannel; + } + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + public function getRequirements() + { + return $this->requirements; + } + /** + * @param Google_Service_ServiceConsumerManagement_UsageRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceConsumerManagement_UsageRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UsageRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UsageRule.php new file mode 100644 index 000000000..1740e5ec1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/UsageRule.php @@ -0,0 +1,48 @@ +allowUnregisteredCalls = $allowUnregisteredCalls; + } + public function getAllowUnregisteredCalls() + { + return $this->allowUnregisteredCalls; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } + public function setSkipServiceControl($skipServiceControl) + { + $this->skipServiceControl = $skipServiceControl; + } + public function getSkipServiceControl() + { + return $this->skipServiceControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1AddVisibilityLabelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1AddVisibilityLabelsResponse.php new file mode 100644 index 000000000..ce0e029c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1AddVisibilityLabelsResponse.php @@ -0,0 +1,31 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1BatchCreateProducerOverridesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1BatchCreateProducerOverridesResponse.php new file mode 100644 index 000000000..7c3218ddb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1BatchCreateProducerOverridesResponse.php @@ -0,0 +1,38 @@ +overrides = $overrides; + } + /** + * @return Google_Service_ServiceConsumerManagement_V1Beta1QuotaOverride + */ + public function getOverrides() + { + return $this->overrides; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1DisableConsumerResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1DisableConsumerResponse.php new file mode 100644 index 000000000..cebb2045f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1DisableConsumerResponse.php @@ -0,0 +1,20 @@ +identity = $identity; + } + /** + * @return Google_Service_ServiceConsumerManagement_V1Beta1ServiceIdentity + */ + public function getIdentity() + { + return $this->identity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerOverridesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerOverridesResponse.php new file mode 100644 index 000000000..4fc96275e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ImportProducerOverridesResponse.php @@ -0,0 +1,38 @@ +overrides = $overrides; + } + /** + * @return Google_Service_ServiceConsumerManagement_V1Beta1QuotaOverride + */ + public function getOverrides() + { + return $this->overrides; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1QuotaOverride.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1QuotaOverride.php new file mode 100644 index 000000000..068907f78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1QuotaOverride.php @@ -0,0 +1,66 @@ +dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOverrideValue($overrideValue) + { + $this->overrideValue = $overrideValue; + } + public function getOverrideValue() + { + return $this->overrideValue; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1RefreshConsumerResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1RefreshConsumerResponse.php new file mode 100644 index 000000000..96a3a3398 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1RefreshConsumerResponse.php @@ -0,0 +1,20 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DisableConsumerResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DisableConsumerResponse.php new file mode 100644 index 000000000..7adaea1e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1DisableConsumerResponse.php @@ -0,0 +1,20 @@ +account = $account; + } + /** + * @return Google_Service_ServiceConsumerManagement_V1ServiceAccount + */ + public function getAccount() + { + return $this->account; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RefreshConsumerResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RefreshConsumerResponse.php new file mode 100644 index 000000000..6f8d0d796 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1RefreshConsumerResponse.php @@ -0,0 +1,20 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1ServiceAccount.php new file mode 100644 index 000000000..80558318b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1ServiceAccount.php @@ -0,0 +1,66 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setIamAccountName($iamAccountName) + { + $this->iamAccountName = $iamAccountName; + } + public function getIamAccountName() + { + return $this->iamAccountName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl.php new file mode 100644 index 000000000..a84073fa4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl.php @@ -0,0 +1,99 @@ + + * Provides control plane functionality to managed services, such as logging, + * monitoring, and status checks. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceControl extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your Google Service Control data. */ + const SERVICECONTROL = + "https://www.googleapis.com/auth/servicecontrol"; + + public $services; + + /** + * Constructs the internal representation of the ServiceControl 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://servicecontrol.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'servicecontrol'; + + $this->services = new Google_Service_ServiceControl_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'allocateQuota' => array( + 'path' => 'v1/services/{serviceName}:allocateQuota', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'check' => array( + 'path' => 'v1/services/{serviceName}:check', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'report' => array( + 'path' => 'v1/services/{serviceName}:report', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateInfo.php new file mode 100644 index 000000000..7d39dd88e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateInfo.php @@ -0,0 +1,31 @@ +unusedArguments = $unusedArguments; + } + public function getUnusedArguments() + { + return $this->unusedArguments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaRequest.php new file mode 100644 index 000000000..3516d1bc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaRequest.php @@ -0,0 +1,46 @@ +allocateOperation = $allocateOperation; + } + /** + * @return Google_Service_ServiceControl_QuotaOperation + */ + public function getAllocateOperation() + { + return $this->allocateOperation; + } + public function setServiceConfigId($serviceConfigId) + { + $this->serviceConfigId = $serviceConfigId; + } + public function getServiceConfigId() + { + return $this->serviceConfigId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaResponse.php new file mode 100644 index 000000000..5f2c29588 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaResponse.php @@ -0,0 +1,88 @@ +allocateErrors = $allocateErrors; + } + /** + * @return Google_Service_ServiceControl_QuotaError + */ + public function getAllocateErrors() + { + return $this->allocateErrors; + } + /** + * @param Google_Service_ServiceControl_AllocateInfo + */ + public function setAllocateInfo(Google_Service_ServiceControl_AllocateInfo $allocateInfo) + { + $this->allocateInfo = $allocateInfo; + } + /** + * @return Google_Service_ServiceControl_AllocateInfo + */ + public function getAllocateInfo() + { + return $this->allocateInfo; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ + public function setQuotaMetrics($quotaMetrics) + { + $this->quotaMetrics = $quotaMetrics; + } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ + public function getQuotaMetrics() + { + return $this->quotaMetrics; + } + public function setServiceConfigId($serviceConfigId) + { + $this->serviceConfigId = $serviceConfigId; + } + public function getServiceConfigId() + { + return $this->serviceConfigId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php new file mode 100644 index 000000000..c3d30d046 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php @@ -0,0 +1,183 @@ +authenticationInfo = $authenticationInfo; + } + /** + * @return Google_Service_ServiceControl_AuthenticationInfo + */ + public function getAuthenticationInfo() + { + return $this->authenticationInfo; + } + /** + * @param Google_Service_ServiceControl_AuthorizationInfo + */ + public function setAuthorizationInfo($authorizationInfo) + { + $this->authorizationInfo = $authorizationInfo; + } + /** + * @return Google_Service_ServiceControl_AuthorizationInfo + */ + public function getAuthorizationInfo() + { + return $this->authorizationInfo; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setMethodName($methodName) + { + $this->methodName = $methodName; + } + public function getMethodName() + { + return $this->methodName; + } + public function setNumResponseItems($numResponseItems) + { + $this->numResponseItems = $numResponseItems; + } + public function getNumResponseItems() + { + return $this->numResponseItems; + } + public function setRequest($request) + { + $this->request = $request; + } + public function getRequest() + { + return $this->request; + } + /** + * @param Google_Service_ServiceControl_RequestMetadata + */ + public function setRequestMetadata(Google_Service_ServiceControl_RequestMetadata $requestMetadata) + { + $this->requestMetadata = $requestMetadata; + } + /** + * @return Google_Service_ServiceControl_RequestMetadata + */ + public function getRequestMetadata() + { + return $this->requestMetadata; + } + /** + * @param Google_Service_ServiceControl_ResourceLocation + */ + public function setResourceLocation(Google_Service_ServiceControl_ResourceLocation $resourceLocation) + { + $this->resourceLocation = $resourceLocation; + } + /** + * @return Google_Service_ServiceControl_ResourceLocation + */ + public function getResourceLocation() + { + return $this->resourceLocation; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } + public function setResourceOriginalState($resourceOriginalState) + { + $this->resourceOriginalState = $resourceOriginalState; + } + public function getResourceOriginalState() + { + return $this->resourceOriginalState; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } + public function setServiceData($serviceData) + { + $this->serviceData = $serviceData; + } + public function getServiceData() + { + return $this->serviceData; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } + /** + * @param Google_Service_ServiceControl_Status + */ + public function setStatus(Google_Service_ServiceControl_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_ServiceControl_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Auth.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Auth.php new file mode 100644 index 000000000..d3a910140 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Auth.php @@ -0,0 +1,67 @@ +accessLevels = $accessLevels; + } + public function getAccessLevels() + { + return $this->accessLevels; + } + public function setAudiences($audiences) + { + $this->audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setClaims($claims) + { + $this->claims = $claims; + } + public function getClaims() + { + return $this->claims; + } + public function setPresenter($presenter) + { + $this->presenter = $presenter; + } + public function getPresenter() + { + return $this->presenter; + } + public function setPrincipal($principal) + { + $this->principal = $principal; + } + public function getPrincipal() + { + return $this->principal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.php new file mode 100644 index 000000000..d371218d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.php @@ -0,0 +1,74 @@ +authoritySelector = $authoritySelector; + } + public function getAuthoritySelector() + { + return $this->authoritySelector; + } + public function setPrincipalEmail($principalEmail) + { + $this->principalEmail = $principalEmail; + } + public function getPrincipalEmail() + { + return $this->principalEmail; + } + /** + * @param Google_Service_ServiceControl_ServiceAccountDelegationInfo + */ + public function setServiceAccountDelegationInfo($serviceAccountDelegationInfo) + { + $this->serviceAccountDelegationInfo = $serviceAccountDelegationInfo; + } + /** + * @return Google_Service_ServiceControl_ServiceAccountDelegationInfo + */ + public function getServiceAccountDelegationInfo() + { + return $this->serviceAccountDelegationInfo; + } + public function setServiceAccountKeyName($serviceAccountKeyName) + { + $this->serviceAccountKeyName = $serviceAccountKeyName; + } + public function getServiceAccountKeyName() + { + return $this->serviceAccountKeyName; + } + public function setThirdPartyPrincipal($thirdPartyPrincipal) + { + $this->thirdPartyPrincipal = $thirdPartyPrincipal; + } + public function getThirdPartyPrincipal() + { + return $this->thirdPartyPrincipal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.php new file mode 100644 index 000000000..a77d4ddc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.php @@ -0,0 +1,64 @@ +granted = $granted; + } + public function getGranted() + { + return $this->granted; + } + public function setPermission($permission) + { + $this->permission = $permission; + } + public function getPermission() + { + return $this->permission; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + /** + * @param Google_Service_ServiceControl_ServicecontrolResource + */ + public function setResourceAttributes(Google_Service_ServiceControl_ServicecontrolResource $resourceAttributes) + { + $this->resourceAttributes = $resourceAttributes; + } + /** + * @return Google_Service_ServiceControl_ServicecontrolResource + */ + public function getResourceAttributes() + { + return $this->resourceAttributes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckError.php new file mode 100644 index 000000000..c6f4379dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckError.php @@ -0,0 +1,64 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setDetail($detail) + { + $this->detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + /** + * @param Google_Service_ServiceControl_Status + */ + public function setStatus(Google_Service_ServiceControl_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_ServiceControl_Status + */ + public function getStatus() + { + return $this->status; + } + public function setSubject($subject) + { + $this->subject = $subject; + } + public function getSubject() + { + return $this->subject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckInfo.php new file mode 100644 index 000000000..0c643e5c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckInfo.php @@ -0,0 +1,47 @@ +consumerInfo = $consumerInfo; + } + /** + * @return Google_Service_ServiceControl_ConsumerInfo + */ + public function getConsumerInfo() + { + return $this->consumerInfo; + } + public function setUnusedArguments($unusedArguments) + { + $this->unusedArguments = $unusedArguments; + } + public function getUnusedArguments() + { + return $this->unusedArguments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.php new file mode 100644 index 000000000..7d2ea5fb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.php @@ -0,0 +1,64 @@ +operation = $operation; + } + /** + * @return Google_Service_ServiceControl_Operation + */ + public function getOperation() + { + return $this->operation; + } + public function setRequestProjectSettings($requestProjectSettings) + { + $this->requestProjectSettings = $requestProjectSettings; + } + public function getRequestProjectSettings() + { + return $this->requestProjectSettings; + } + public function setServiceConfigId($serviceConfigId) + { + $this->serviceConfigId = $serviceConfigId; + } + public function getServiceConfigId() + { + return $this->serviceConfigId; + } + public function setSkipActivationCheck($skipActivationCheck) + { + $this->skipActivationCheck = $skipActivationCheck; + } + public function getSkipActivationCheck() + { + return $this->skipActivationCheck; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php new file mode 100644 index 000000000..ebf47e2d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php @@ -0,0 +1,97 @@ +checkErrors = $checkErrors; + } + /** + * @return Google_Service_ServiceControl_CheckError + */ + public function getCheckErrors() + { + return $this->checkErrors; + } + /** + * @param Google_Service_ServiceControl_CheckInfo + */ + public function setCheckInfo(Google_Service_ServiceControl_CheckInfo $checkInfo) + { + $this->checkInfo = $checkInfo; + } + /** + * @return Google_Service_ServiceControl_CheckInfo + */ + public function getCheckInfo() + { + return $this->checkInfo; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ServiceControl_QuotaInfo + */ + public function setQuotaInfo(Google_Service_ServiceControl_QuotaInfo $quotaInfo) + { + $this->quotaInfo = $quotaInfo; + } + /** + * @return Google_Service_ServiceControl_QuotaInfo + */ + public function getQuotaInfo() + { + return $this->quotaInfo; + } + public function setServiceConfigId($serviceConfigId) + { + $this->serviceConfigId = $serviceConfigId; + } + public function getServiceConfigId() + { + return $this->serviceConfigId; + } + public function setServiceRolloutId($serviceRolloutId) + { + $this->serviceRolloutId = $serviceRolloutId; + } + public function getServiceRolloutId() + { + return $this->serviceRolloutId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ConsumerInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ConsumerInfo.php new file mode 100644 index 000000000..21047cb98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ConsumerInfo.php @@ -0,0 +1,48 @@ +consumerNumber = $consumerNumber; + } + public function getConsumerNumber() + { + return $this->consumerNumber; + } + public function setProjectNumber($projectNumber) + { + $this->projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Distribution.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Distribution.php new file mode 100644 index 000000000..4d3d44719 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Distribution.php @@ -0,0 +1,140 @@ +bucketCounts = $bucketCounts; + } + public function getBucketCounts() + { + return $this->bucketCounts; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_ServiceControl_Exemplar + */ + public function setExemplars($exemplars) + { + $this->exemplars = $exemplars; + } + /** + * @return Google_Service_ServiceControl_Exemplar + */ + public function getExemplars() + { + return $this->exemplars; + } + /** + * @param Google_Service_ServiceControl_ExplicitBuckets + */ + public function setExplicitBuckets(Google_Service_ServiceControl_ExplicitBuckets $explicitBuckets) + { + $this->explicitBuckets = $explicitBuckets; + } + /** + * @return Google_Service_ServiceControl_ExplicitBuckets + */ + public function getExplicitBuckets() + { + return $this->explicitBuckets; + } + /** + * @param Google_Service_ServiceControl_ExponentialBuckets + */ + public function setExponentialBuckets(Google_Service_ServiceControl_ExponentialBuckets $exponentialBuckets) + { + $this->exponentialBuckets = $exponentialBuckets; + } + /** + * @return Google_Service_ServiceControl_ExponentialBuckets + */ + public function getExponentialBuckets() + { + return $this->exponentialBuckets; + } + /** + * @param Google_Service_ServiceControl_LinearBuckets + */ + public function setLinearBuckets(Google_Service_ServiceControl_LinearBuckets $linearBuckets) + { + $this->linearBuckets = $linearBuckets; + } + /** + * @return Google_Service_ServiceControl_LinearBuckets + */ + public function getLinearBuckets() + { + return $this->linearBuckets; + } + public function setMaximum($maximum) + { + $this->maximum = $maximum; + } + public function getMaximum() + { + return $this->maximum; + } + public function setMean($mean) + { + $this->mean = $mean; + } + public function getMean() + { + return $this->mean; + } + public function setMinimum($minimum) + { + $this->minimum = $minimum; + } + public function getMinimum() + { + return $this->minimum; + } + public function setSumOfSquaredDeviation($sumOfSquaredDeviation) + { + $this->sumOfSquaredDeviation = $sumOfSquaredDeviation; + } + public function getSumOfSquaredDeviation() + { + return $this->sumOfSquaredDeviation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Exemplar.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Exemplar.php new file mode 100644 index 000000000..6dbc88d2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Exemplar.php @@ -0,0 +1,49 @@ +attachments = $attachments; + } + public function getAttachments() + { + return $this->attachments; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php new file mode 100644 index 000000000..c4ed69419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php @@ -0,0 +1,31 @@ +bounds = $bounds; + } + public function getBounds() + { + return $this->bounds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExponentialBuckets.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExponentialBuckets.php new file mode 100644 index 000000000..51b51be44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExponentialBuckets.php @@ -0,0 +1,48 @@ +growthFactor = $growthFactor; + } + public function getGrowthFactor() + { + return $this->growthFactor; + } + public function setNumFiniteBuckets($numFiniteBuckets) + { + $this->numFiniteBuckets = $numFiniteBuckets; + } + public function getNumFiniteBuckets() + { + return $this->numFiniteBuckets; + } + public function setScale($scale) + { + $this->scale = $scale; + } + public function getScale() + { + return $this->scale; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/FirstPartyPrincipal.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/FirstPartyPrincipal.php new file mode 100644 index 000000000..00541c6a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/FirstPartyPrincipal.php @@ -0,0 +1,39 @@ +principalEmail = $principalEmail; + } + public function getPrincipalEmail() + { + return $this->principalEmail; + } + public function setServiceMetadata($serviceMetadata) + { + $this->serviceMetadata = $serviceMetadata; + } + public function getServiceMetadata() + { + return $this->serviceMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/HttpRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/HttpRequest.php new file mode 100644 index 000000000..05f408af0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/HttpRequest.php @@ -0,0 +1,156 @@ +cacheFillBytes = $cacheFillBytes; + } + public function getCacheFillBytes() + { + return $this->cacheFillBytes; + } + public function setCacheHit($cacheHit) + { + $this->cacheHit = $cacheHit; + } + public function getCacheHit() + { + return $this->cacheHit; + } + public function setCacheLookup($cacheLookup) + { + $this->cacheLookup = $cacheLookup; + } + public function getCacheLookup() + { + return $this->cacheLookup; + } + public function setCacheValidatedWithOriginServer($cacheValidatedWithOriginServer) + { + $this->cacheValidatedWithOriginServer = $cacheValidatedWithOriginServer; + } + public function getCacheValidatedWithOriginServer() + { + return $this->cacheValidatedWithOriginServer; + } + public function setLatency($latency) + { + $this->latency = $latency; + } + public function getLatency() + { + return $this->latency; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setReferer($referer) + { + $this->referer = $referer; + } + public function getReferer() + { + return $this->referer; + } + public function setRemoteIp($remoteIp) + { + $this->remoteIp = $remoteIp; + } + public function getRemoteIp() + { + return $this->remoteIp; + } + public function setRequestMethod($requestMethod) + { + $this->requestMethod = $requestMethod; + } + public function getRequestMethod() + { + return $this->requestMethod; + } + public function setRequestSize($requestSize) + { + $this->requestSize = $requestSize; + } + public function getRequestSize() + { + return $this->requestSize; + } + public function setRequestUrl($requestUrl) + { + $this->requestUrl = $requestUrl; + } + public function getRequestUrl() + { + return $this->requestUrl; + } + public function setResponseSize($responseSize) + { + $this->responseSize = $responseSize; + } + public function getResponseSize() + { + return $this->responseSize; + } + public function setServerIp($serverIp) + { + $this->serverIp = $serverIp; + } + public function getServerIp() + { + return $this->serverIp; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LinearBuckets.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LinearBuckets.php new file mode 100644 index 000000000..5a1815cd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LinearBuckets.php @@ -0,0 +1,48 @@ +numFiniteBuckets = $numFiniteBuckets; + } + public function getNumFiniteBuckets() + { + return $this->numFiniteBuckets; + } + public function setOffset($offset) + { + $this->offset = $offset; + } + public function getOffset() + { + return $this->offset; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntry.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntry.php new file mode 100644 index 000000000..1243272d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntry.php @@ -0,0 +1,150 @@ +httpRequest = $httpRequest; + } + /** + * @return Google_Service_ServiceControl_HttpRequest + */ + public function getHttpRequest() + { + return $this->httpRequest; + } + public function setInsertId($insertId) + { + $this->insertId = $insertId; + } + public function getInsertId() + { + return $this->insertId; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceControl_LogEntryOperation + */ + public function setOperation(Google_Service_ServiceControl_LogEntryOperation $operation) + { + $this->operation = $operation; + } + /** + * @return Google_Service_ServiceControl_LogEntryOperation + */ + public function getOperation() + { + return $this->operation; + } + public function setProtoPayload($protoPayload) + { + $this->protoPayload = $protoPayload; + } + public function getProtoPayload() + { + return $this->protoPayload; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + /** + * @param Google_Service_ServiceControl_LogEntrySourceLocation + */ + public function setSourceLocation(Google_Service_ServiceControl_LogEntrySourceLocation $sourceLocation) + { + $this->sourceLocation = $sourceLocation; + } + /** + * @return Google_Service_ServiceControl_LogEntrySourceLocation + */ + public function getSourceLocation() + { + return $this->sourceLocation; + } + public function setStructPayload($structPayload) + { + $this->structPayload = $structPayload; + } + public function getStructPayload() + { + return $this->structPayload; + } + public function setTextPayload($textPayload) + { + $this->textPayload = $textPayload; + } + public function getTextPayload() + { + return $this->textPayload; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setTrace($trace) + { + $this->trace = $trace; + } + public function getTrace() + { + return $this->trace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntryOperation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntryOperation.php new file mode 100644 index 000000000..09df66755 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntryOperation.php @@ -0,0 +1,57 @@ +first = $first; + } + public function getFirst() + { + return $this->first; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLast($last) + { + $this->last = $last; + } + public function getLast() + { + return $this->last; + } + public function setProducer($producer) + { + $this->producer = $producer; + } + public function getProducer() + { + return $this->producer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntrySourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntrySourceLocation.php new file mode 100644 index 000000000..b00410d9d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/LogEntrySourceLocation.php @@ -0,0 +1,48 @@ +file = $file; + } + public function getFile() + { + return $this->file; + } + public function setFunction($function) + { + $this->function = $function; + } + public function getFunction() + { + return $this->function; + } + public function setLine($line) + { + $this->line = $line; + } + public function getLine() + { + return $this->line; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValue.php new file mode 100644 index 000000000..336b0d467 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValue.php @@ -0,0 +1,116 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + /** + * @param Google_Service_ServiceControl_Distribution + */ + public function setDistributionValue(Google_Service_ServiceControl_Distribution $distributionValue) + { + $this->distributionValue = $distributionValue; + } + /** + * @return Google_Service_ServiceControl_Distribution + */ + public function getDistributionValue() + { + return $this->distributionValue; + } + public function setDoubleValue($doubleValue) + { + $this->doubleValue = $doubleValue; + } + public function getDoubleValue() + { + return $this->doubleValue; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setInt64Value($int64Value) + { + $this->int64Value = $int64Value; + } + public function getInt64Value() + { + return $this->int64Value; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_ServiceControl_Money + */ + public function setMoneyValue(Google_Service_ServiceControl_Money $moneyValue) + { + $this->moneyValue = $moneyValue; + } + /** + * @return Google_Service_ServiceControl_Money + */ + public function getMoneyValue() + { + return $this->moneyValue; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php new file mode 100644 index 000000000..e85384aa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php @@ -0,0 +1,47 @@ +metricName = $metricName; + } + public function getMetricName() + { + return $this->metricName; + } + /** + * @param Google_Service_ServiceControl_MetricValue + */ + public function setMetricValues($metricValues) + { + $this->metricValues = $metricValues; + } + /** + * @return Google_Service_ServiceControl_MetricValue + */ + public function getMetricValues() + { + return $this->metricValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Money.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Money.php new file mode 100644 index 000000000..932a061b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Money.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/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Operation.php new file mode 100644 index 000000000..e1ce16b9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Operation.php @@ -0,0 +1,167 @@ +consumerId = $consumerId; + } + public function getConsumerId() + { + return $this->consumerId; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setImportance($importance) + { + $this->importance = $importance; + } + public function getImportance() + { + return $this->importance; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_ServiceControl_LogEntry + */ + public function setLogEntries($logEntries) + { + $this->logEntries = $logEntries; + } + /** + * @return Google_Service_ServiceControl_LogEntry + */ + public function getLogEntries() + { + return $this->logEntries; + } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ + public function setMetricValueSets($metricValueSets) + { + $this->metricValueSets = $metricValueSets; + } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ + public function getMetricValueSets() + { + return $this->metricValueSets; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setOperationName($operationName) + { + $this->operationName = $operationName; + } + public function getOperationName() + { + return $this->operationName; + } + /** + * @param Google_Service_ServiceControl_QuotaProperties + */ + public function setQuotaProperties(Google_Service_ServiceControl_QuotaProperties $quotaProperties) + { + $this->quotaProperties = $quotaProperties; + } + /** + * @return Google_Service_ServiceControl_QuotaProperties + */ + public function getQuotaProperties() + { + return $this->quotaProperties; + } + public function setResourceContainer($resourceContainer) + { + $this->resourceContainer = $resourceContainer; + } + public function getResourceContainer() + { + return $this->resourceContainer; + } + /** + * @param Google_Service_ServiceControl_ResourceInfo + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ServiceControl_ResourceInfo + */ + public function getResources() + { + return $this->resources; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUserLabels($userLabels) + { + $this->userLabels = $userLabels; + } + public function getUserLabels() + { + return $this->userLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Peer.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Peer.php new file mode 100644 index 000000000..d8343037a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Peer.php @@ -0,0 +1,66 @@ +ip = $ip; + } + public function getIp() + { + return $this->ip; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setPrincipal($principal) + { + $this->principal = $principal; + } + public function getPrincipal() + { + return $this->principal; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php new file mode 100644 index 000000000..7702d2fba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSubject($subject) + { + $this->subject = $subject; + } + public function getSubject() + { + return $this->subject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaInfo.php new file mode 100644 index 000000000..c24b18dde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaInfo.php @@ -0,0 +1,56 @@ +limitExceeded = $limitExceeded; + } + public function getLimitExceeded() + { + return $this->limitExceeded; + } + public function setQuotaConsumed($quotaConsumed) + { + $this->quotaConsumed = $quotaConsumed; + } + public function getQuotaConsumed() + { + return $this->quotaConsumed; + } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ + public function setQuotaMetrics($quotaMetrics) + { + $this->quotaMetrics = $quotaMetrics; + } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ + public function getQuotaMetrics() + { + return $this->quotaMetrics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaOperation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaOperation.php new file mode 100644 index 000000000..2a2b067fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaOperation.php @@ -0,0 +1,83 @@ +consumerId = $consumerId; + } + public function getConsumerId() + { + return $this->consumerId; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMethodName($methodName) + { + $this->methodName = $methodName; + } + public function getMethodName() + { + return $this->methodName; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ + public function setQuotaMetrics($quotaMetrics) + { + $this->quotaMetrics = $quotaMetrics; + } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ + public function getQuotaMetrics() + { + return $this->quotaMetrics; + } + public function setQuotaMode($quotaMode) + { + $this->quotaMode = $quotaMode; + } + public function getQuotaMode() + { + return $this->quotaMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaProperties.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaProperties.php new file mode 100644 index 000000000..670375274 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaProperties.php @@ -0,0 +1,30 @@ +quotaMode = $quotaMode; + } + public function getQuotaMode() + { + return $this->quotaMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php new file mode 100644 index 000000000..093bea59f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php @@ -0,0 +1,46 @@ +operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ServiceControl_Status + */ + public function setStatus(Google_Service_ServiceControl_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_ServiceControl_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportInfo.php new file mode 100644 index 000000000..da88dae08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportInfo.php @@ -0,0 +1,46 @@ +operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ServiceControl_QuotaInfo + */ + public function setQuotaInfo(Google_Service_ServiceControl_QuotaInfo $quotaInfo) + { + $this->quotaInfo = $quotaInfo; + } + /** + * @return Google_Service_ServiceControl_QuotaInfo + */ + public function getQuotaInfo() + { + return $this->quotaInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.php new file mode 100644 index 000000000..70f269665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.php @@ -0,0 +1,47 @@ +operations = $operations; + } + /** + * @return Google_Service_ServiceControl_Operation + */ + public function getOperations() + { + return $this->operations; + } + public function setServiceConfigId($serviceConfigId) + { + $this->serviceConfigId = $serviceConfigId; + } + public function getServiceConfigId() + { + return $this->serviceConfigId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php new file mode 100644 index 000000000..cbf55f6b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php @@ -0,0 +1,72 @@ +reportErrors = $reportErrors; + } + /** + * @return Google_Service_ServiceControl_ReportError + */ + public function getReportErrors() + { + return $this->reportErrors; + } + /** + * @param Google_Service_ServiceControl_ReportInfo + */ + public function setReportInfos($reportInfos) + { + $this->reportInfos = $reportInfos; + } + /** + * @return Google_Service_ServiceControl_ReportInfo + */ + public function getReportInfos() + { + return $this->reportInfos; + } + public function setServiceConfigId($serviceConfigId) + { + $this->serviceConfigId = $serviceConfigId; + } + public function getServiceConfigId() + { + return $this->serviceConfigId; + } + public function setServiceRolloutId($serviceRolloutId) + { + $this->serviceRolloutId = $serviceRolloutId; + } + public function getServiceRolloutId() + { + return $this->serviceRolloutId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Request.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Request.php new file mode 100644 index 000000000..00290b5a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Request.php @@ -0,0 +1,136 @@ +auth = $auth; + } + /** + * @return Google_Service_ServiceControl_Auth + */ + public function getAuth() + { + return $this->auth; + } + public function setHeaders($headers) + { + $this->headers = $headers; + } + public function getHeaders() + { + return $this->headers; + } + public function setHost($host) + { + $this->host = $host; + } + public function getHost() + { + return $this->host; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } + public function setQuery($query) + { + $this->query = $query; + } + public function getQuery() + { + return $this->query; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setScheme($scheme) + { + $this->scheme = $scheme; + } + public function getScheme() + { + return $this->scheme; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php new file mode 100644 index 000000000..b2672adad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php @@ -0,0 +1,80 @@ +callerIp = $callerIp; + } + public function getCallerIp() + { + return $this->callerIp; + } + public function setCallerNetwork($callerNetwork) + { + $this->callerNetwork = $callerNetwork; + } + public function getCallerNetwork() + { + return $this->callerNetwork; + } + public function setCallerSuppliedUserAgent($callerSuppliedUserAgent) + { + $this->callerSuppliedUserAgent = $callerSuppliedUserAgent; + } + public function getCallerSuppliedUserAgent() + { + return $this->callerSuppliedUserAgent; + } + /** + * @param Google_Service_ServiceControl_Peer + */ + public function setDestinationAttributes(Google_Service_ServiceControl_Peer $destinationAttributes) + { + $this->destinationAttributes = $destinationAttributes; + } + /** + * @return Google_Service_ServiceControl_Peer + */ + public function getDestinationAttributes() + { + return $this->destinationAttributes; + } + /** + * @param Google_Service_ServiceControl_Request + */ + public function setRequestAttributes(Google_Service_ServiceControl_Request $requestAttributes) + { + $this->requestAttributes = $requestAttributes; + } + /** + * @return Google_Service_ServiceControl_Request + */ + public function getRequestAttributes() + { + return $this->requestAttributes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.php new file mode 100644 index 000000000..0280d3fe7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.php @@ -0,0 +1,120 @@ + + * $servicecontrolService = new Google_Service_ServiceControl(...); + * $services = $servicecontrolService->services; + * + */ +class Google_Service_ServiceControl_Resource_Services extends Google_Service_Resource +{ + /** + * Attempts to allocate quota for the specified consumer. It should be called + * before the operation is executed. + * + * This method requires the `servicemanagement.services.quota` permission on the + * specified service. For more information, see [Cloud + * IAM](https://cloud.google.com/iam). + * + * **NOTE:** The client **must** fail-open on server errors `INTERNAL`, + * `UNKNOWN`, `DEADLINE_EXCEEDED`, and `UNAVAILABLE`. To ensure system + * reliability, the server may inject these errors to prohibit any hard + * dependency on the quota functionality. (services.allocateQuota) + * + * @param string $serviceName Name of the service as specified in the service + * configuration. For example, `"pubsub.googleapis.com"`. + * + * See google.api.Service for the definition of a service name. + * @param Google_Service_ServiceControl_AllocateQuotaRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceControl_AllocateQuotaResponse + */ + public function allocateQuota($serviceName, Google_Service_ServiceControl_AllocateQuotaRequest $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('allocateQuota', array($params), "Google_Service_ServiceControl_AllocateQuotaResponse"); + } + /** + * Checks whether an operation on a service should be allowed to proceed based + * on the configuration of the service and related policies. It must be called + * before the operation is executed. + * + * If feasible, the client should cache the check results and reuse them for 60 + * seconds. In case of any server errors, the client should rely on the cached + * results for much longer time to avoid outage. WARNING: There is general 60s + * delay for the configuration and policy propagation, therefore callers MUST + * NOT depend on the `Check` method having the latest policy information. + * + * NOTE: the CheckRequest has the size limit of 64KB. + * + * This method requires the `servicemanagement.services.check` permission on the + * specified service. For more information, see [Cloud + * IAM](https://cloud.google.com/iam). (services.check) + * + * @param string $serviceName The service name as specified in its service + * configuration. For example, `"pubsub.googleapis.com"`. + * + * See [google.api.Service](https://cloud.google.com/service- + * management/reference/rpc/google.api#google.api.Service) for the definition of + * a service name. + * @param Google_Service_ServiceControl_CheckRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceControl_CheckResponse + */ + public function check($serviceName, Google_Service_ServiceControl_CheckRequest $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('check', array($params), "Google_Service_ServiceControl_CheckResponse"); + } + /** + * Reports operation results to Google Service Control, such as logs and + * metrics. It should be called after an operation is completed. + * + * If feasible, the client should aggregate reporting data for up to 5 seconds + * to reduce API traffic. Limiting aggregation to 5 seconds is to reduce data + * loss during client crashes. Clients should carefully choose the aggregation + * time window to avoid data loss risk more than 0.01% for business and + * compliance reasons. + * + * NOTE: the ReportRequest has the size limit of 1MB. + * + * This method requires the `servicemanagement.services.report` permission on + * the specified service. For more information, see [Google Cloud + * IAM](https://cloud.google.com/iam). (services.report) + * + * @param string $serviceName The service name as specified in its service + * configuration. For example, `"pubsub.googleapis.com"`. + * + * See [google.api.Service](https://cloud.google.com/service- + * management/reference/rpc/google.api#google.api.Service) for the definition of + * a service name. + * @param Google_Service_ServiceControl_ReportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceControl_ReportResponse + */ + public function report($serviceName, Google_Service_ServiceControl_ReportRequest $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('report', array($params), "Google_Service_ServiceControl_ReportResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceInfo.php new file mode 100644 index 000000000..490a7ac1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceInfo.php @@ -0,0 +1,48 @@ +resourceContainer = $resourceContainer; + } + public function getResourceContainer() + { + return $this->resourceContainer; + } + public function setResourceLocation($resourceLocation) + { + $this->resourceLocation = $resourceLocation; + } + public function getResourceLocation() + { + return $this->resourceLocation; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceLocation.php new file mode 100644 index 000000000..bd32ceb77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ResourceLocation.php @@ -0,0 +1,40 @@ +currentLocations = $currentLocations; + } + public function getCurrentLocations() + { + return $this->currentLocations; + } + public function setOriginalLocations($originalLocations) + { + $this->originalLocations = $originalLocations; + } + public function getOriginalLocations() + { + return $this->originalLocations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServiceAccountDelegationInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServiceAccountDelegationInfo.php new file mode 100644 index 000000000..3b5b22b52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServiceAccountDelegationInfo.php @@ -0,0 +1,53 @@ +firstPartyPrincipal = $firstPartyPrincipal; + } + /** + * @return Google_Service_ServiceControl_FirstPartyPrincipal + */ + public function getFirstPartyPrincipal() + { + return $this->firstPartyPrincipal; + } + /** + * @param Google_Service_ServiceControl_ThirdPartyPrincipal + */ + public function setThirdPartyPrincipal(Google_Service_ServiceControl_ThirdPartyPrincipal $thirdPartyPrincipal) + { + $this->thirdPartyPrincipal = $thirdPartyPrincipal; + } + /** + * @return Google_Service_ServiceControl_ThirdPartyPrincipal + */ + public function getThirdPartyPrincipal() + { + return $this->thirdPartyPrincipal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServicecontrolResource.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServicecontrolResource.php new file mode 100644 index 000000000..2eb008aad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ServicecontrolResource.php @@ -0,0 +1,57 @@ +labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.php new file mode 100644 index 000000000..0fe65d702 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/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/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ThirdPartyPrincipal.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ThirdPartyPrincipal.php new file mode 100644 index 000000000..df182aabb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ThirdPartyPrincipal.php @@ -0,0 +1,30 @@ +thirdPartyClaims = $thirdPartyClaims; + } + public function getThirdPartyClaims() + { + return $this->thirdPartyClaims; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php new file mode 100644 index 000000000..8b073313f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php @@ -0,0 +1,416 @@ + + * Google Service Management allows service producers to publish their services + * on Google Cloud Platform so that they can be discovered and used by service + * consumers. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceManagement extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Manage your Google API service configuration. */ + const SERVICE_MANAGEMENT = + "https://www.googleapis.com/auth/service.management"; + /** View your Google API service configuration. */ + const SERVICE_MANAGEMENT_READONLY = + "https://www.googleapis.com/auth/service.management.readonly"; + + public $operations; + public $services; + public $services_configs; + public $services_consumers; + public $services_rollouts; + + /** + * Constructs the internal representation of the ServiceManagement 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://servicemanagement.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'servicemanagement'; + + $this->operations = new Google_Service_ServiceManagement_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->services = new Google_Service_ServiceManagement_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/services', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/services/{serviceName}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'disable' => array( + 'path' => 'v1/services/{serviceName}:disable', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + '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', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/services/{serviceName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getConfig' => array( + 'path' => 'v1/services/{serviceName}/config', + 'httpMethod' => 'GET', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'configId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'producerProjectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'consumerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'v1/services/{serviceName}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->services_configs = new Google_Service_ServiceManagement_Resource_ServicesConfigs( + $this, + $this->serviceName, + 'configs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/services/{serviceName}/configs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/services/{serviceName}/configs/{configId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'configId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/services/{serviceName}/configs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'submit' => array( + 'path' => 'v1/services/{serviceName}/configs:submit', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->services_consumers = new Google_Service_ServiceManagement_Resource_ServicesConsumers( + $this, + $this->serviceName, + 'consumers', + array( + 'methods' => array( + 'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->services_rollouts = new Google_Service_ServiceManagement_Resource_ServicesRollouts( + $this, + $this->serviceName, + 'rollouts', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/services/{serviceName}/rollouts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'baseRolloutId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/services/{serviceName}/rollouts/{rolloutId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'rolloutId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/services/{serviceName}/rollouts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'serviceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Advice.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Advice.php new file mode 100644 index 000000000..42486d4ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Advice.php @@ -0,0 +1,30 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Api.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Api.php new file mode 100644 index 000000000..9e2ccea5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Api.php @@ -0,0 +1,113 @@ +methods = $methods; + } + /** + * @return Google_Service_ServiceManagement_Method + */ + public function getMethods() + { + return $this->methods; + } + /** + * @param Google_Service_ServiceManagement_Mixin + */ + public function setMixins($mixins) + { + $this->mixins = $mixins; + } + /** + * @return Google_Service_ServiceManagement_Mixin + */ + public function getMixins() + { + return $this->mixins; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceManagement_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceManagement_SourceContext + */ + public function setSourceContext(Google_Service_ServiceManagement_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceManagement_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php new file mode 100644 index 000000000..767a65fde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_ServiceManagement_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php new file mode 100644 index 000000000..3baabf13c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthProvider.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthProvider.php new file mode 100644 index 000000000..7860b57a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthProvider.php @@ -0,0 +1,66 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setJwksUri($jwksUri) + { + $this->jwksUri = $jwksUri; + } + public function getJwksUri() + { + return $this->jwksUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php new file mode 100644 index 000000000..f2ec0dece --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php @@ -0,0 +1,39 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Authentication.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Authentication.php new file mode 100644 index 000000000..50cdfba83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Authentication.php @@ -0,0 +1,54 @@ +providers = $providers; + } + /** + * @return Google_Service_ServiceManagement_AuthProvider + */ + public function getProviders() + { + return $this->providers; + } + /** + * @param Google_Service_ServiceManagement_AuthenticationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_AuthenticationRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthenticationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthenticationRule.php new file mode 100644 index 000000000..6a7ddc2dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthenticationRule.php @@ -0,0 +1,72 @@ +allowWithoutCredential = $allowWithoutCredential; + } + public function getAllowWithoutCredential() + { + return $this->allowWithoutCredential; + } + /** + * @param Google_Service_ServiceManagement_OAuthRequirements + */ + public function setOauth(Google_Service_ServiceManagement_OAuthRequirements $oauth) + { + $this->oauth = $oauth; + } + /** + * @return Google_Service_ServiceManagement_OAuthRequirements + */ + public function getOauth() + { + return $this->oauth; + } + /** + * @param Google_Service_ServiceManagement_AuthRequirement + */ + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + /** + * @return Google_Service_ServiceManagement_AuthRequirement + */ + public function getRequirements() + { + return $this->requirements; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Backend.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Backend.php new file mode 100644 index 000000000..bb3b0369a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Backend.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_BackendRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BackendRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BackendRule.php new file mode 100644 index 000000000..71c32604d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BackendRule.php @@ -0,0 +1,84 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDeadline($deadline) + { + $this->deadline = $deadline; + } + public function getDeadline() + { + return $this->deadline; + } + public function setJwtAudience($jwtAudience) + { + $this->jwtAudience = $jwtAudience; + } + public function getJwtAudience() + { + return $this->jwtAudience; + } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } + public function setOperationDeadline($operationDeadline) + { + $this->operationDeadline = $operationDeadline; + } + public function getOperationDeadline() + { + return $this->operationDeadline; + } + public function setPathTranslation($pathTranslation) + { + $this->pathTranslation = $pathTranslation; + } + public function getPathTranslation() + { + return $this->pathTranslation; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Billing.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Billing.php new file mode 100644 index 000000000..a11a2cc9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Billing.php @@ -0,0 +1,38 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceManagement_BillingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BillingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BillingDestination.php new file mode 100644 index 000000000..c9538cebb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BillingDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php new file mode 100644 index 000000000..ec88461f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_ServiceManagement_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ChangeReport.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ChangeReport.php new file mode 100644 index 000000000..6b198d5ab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ChangeReport.php @@ -0,0 +1,38 @@ +configChanges = $configChanges; + } + /** + * @return Google_Service_ServiceManagement_ConfigChange + */ + public function getConfigChanges() + { + return $this->configChanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.php new file mode 100644 index 000000000..c3d2ef08c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.php @@ -0,0 +1,74 @@ +advices = $advices; + } + /** + * @return Google_Service_ServiceManagement_Advice + */ + public function getAdvices() + { + return $this->advices; + } + public function setChangeType($changeType) + { + $this->changeType = $changeType; + } + public function getChangeType() + { + return $this->changeType; + } + public function setElement($element) + { + $this->element = $element; + } + public function getElement() + { + return $this->element; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php new file mode 100644 index 000000000..a2bf55f78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php @@ -0,0 +1,48 @@ +fileContents = $fileContents; + } + public function getFileContents() + { + return $this->fileContents; + } + public function setFilePath($filePath) + { + $this->filePath = $filePath; + } + public function getFilePath() + { + return $this->filePath; + } + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + public function getFileType() + { + return $this->fileType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigRef.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigRef.php new file mode 100644 index 000000000..ad9d3266a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigRef.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigSource.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigSource.php new file mode 100644 index 000000000..a4589eb9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigSource.php @@ -0,0 +1,47 @@ +files = $files; + } + /** + * @return Google_Service_ServiceManagement_ConfigFile + */ + public function getFiles() + { + return $this->files; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php new file mode 100644 index 000000000..07102b067 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_ContextRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ContextRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ContextRule.php new file mode 100644 index 000000000..91c8840b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ContextRule.php @@ -0,0 +1,67 @@ +allowedRequestExtensions = $allowedRequestExtensions; + } + public function getAllowedRequestExtensions() + { + return $this->allowedRequestExtensions; + } + public function setAllowedResponseExtensions($allowedResponseExtensions) + { + $this->allowedResponseExtensions = $allowedResponseExtensions; + } + public function getAllowedResponseExtensions() + { + return $this->allowedResponseExtensions; + } + public function setProvided($provided) + { + $this->provided = $provided; + } + public function getProvided() + { + return $this->provided; + } + public function setRequested($requested) + { + $this->requested = $requested; + } + public function getRequested() + { + return $this->requested; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php new file mode 100644 index 000000000..ef9bc0208 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php @@ -0,0 +1,30 @@ +environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.php new file mode 100644 index 000000000..6593e9287 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.php @@ -0,0 +1,47 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_CustomErrorRule + */ + public function getRules() + { + return $this->rules; + } + public function setTypes($types) + { + $this->types = $types; + } + public function getTypes() + { + return $this->types; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php new file mode 100644 index 000000000..b54e0a979 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php @@ -0,0 +1,39 @@ +isErrorType = $isErrorType; + } + public function getIsErrorType() + { + return $this->isErrorType; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomHttpPattern.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomHttpPattern.php new file mode 100644 index 000000000..b0bf7b332 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomHttpPattern.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DeleteServiceStrategy.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DeleteServiceStrategy.php new file mode 100644 index 000000000..3d05238d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DeleteServiceStrategy.php @@ -0,0 +1,20 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceRequest.php new file mode 100644 index 000000000..706a01c2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceRequest.php @@ -0,0 +1,30 @@ +consumerId = $consumerId; + } + public function getConsumerId() + { + return $this->consumerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.php new file mode 100644 index 000000000..f2bb115fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.php @@ -0,0 +1,20 @@ +documentationRootUrl = $documentationRootUrl; + } + public function getDocumentationRootUrl() + { + return $this->documentationRootUrl; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + /** + * @param Google_Service_ServiceManagement_Page + */ + public function setPages($pages) + { + $this->pages = $pages; + } + /** + * @return Google_Service_ServiceManagement_Page + */ + public function getPages() + { + return $this->pages; + } + /** + * @param Google_Service_ServiceManagement_DocumentationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_DocumentationRule + */ + public function getRules() + { + return $this->rules; + } + public function setServiceRootUrl($serviceRootUrl) + { + $this->serviceRootUrl = $serviceRootUrl; + } + public function getServiceRootUrl() + { + return $this->serviceRootUrl; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php new file mode 100644 index 000000000..92d7f576f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php @@ -0,0 +1,48 @@ +deprecationDescription = $deprecationDescription; + } + public function getDeprecationDescription() + { + return $this->deprecationDescription; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceRequest.php new file mode 100644 index 000000000..5b8b43eda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceRequest.php @@ -0,0 +1,30 @@ +consumerId = $consumerId; + } + public function getConsumerId() + { + return $this->consumerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceResponse.php new file mode 100644 index 000000000..214dad15a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnableServiceResponse.php @@ -0,0 +1,20 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setAllowCors($allowCors) + { + $this->allowCors = $allowCors; + } + public function getAllowCors() + { + return $this->allowCors; + } + public function setFeatures($features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Enum.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Enum.php new file mode 100644 index 000000000..2be0bc704 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Enum.php @@ -0,0 +1,88 @@ +enumvalue = $enumvalue; + } + /** + * @return Google_Service_ServiceManagement_EnumValue + */ + public function getEnumvalue() + { + return $this->enumvalue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceManagement_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceManagement_SourceContext + */ + public function setSourceContext(Google_Service_ServiceManagement_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceManagement_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php new file mode 100644 index 000000000..744c11c05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + /** + * @param Google_Service_ServiceManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceManagement_Option + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Expr.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Expr.php new file mode 100644 index 000000000..a0d851fff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php new file mode 100644 index 000000000..e6e1a6d3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php @@ -0,0 +1,119 @@ +cardinality = $cardinality; + } + public function getCardinality() + { + return $this->cardinality; + } + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setJsonName($jsonName) + { + $this->jsonName = $jsonName; + } + public function getJsonName() + { + return $this->jsonName; + } + 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 setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setOneofIndex($oneofIndex) + { + $this->oneofIndex = $oneofIndex; + } + public function getOneofIndex() + { + return $this->oneofIndex; + } + /** + * @param Google_Service_ServiceManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceManagement_Option + */ + public function getOptions() + { + return $this->options; + } + public function setPacked($packed) + { + $this->packed = $packed; + } + public function getPacked() + { + return $this->packed; + } + public function setTypeUrl($typeUrl) + { + $this->typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/FlowErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/FlowErrorDetails.php new file mode 100644 index 000000000..9bd0e6b9e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/FlowErrorDetails.php @@ -0,0 +1,39 @@ +exceptionType = $exceptionType; + } + public function getExceptionType() + { + return $this->exceptionType; + } + public function setFlowStepId($flowStepId) + { + $this->flowStepId = $flowStepId; + } + public function getFlowStepId() + { + return $this->flowStepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.php new file mode 100644 index 000000000..cc08f731d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.php @@ -0,0 +1,39 @@ +newConfig = $newConfig; + } + public function getNewConfig() + { + return $this->newConfig; + } + public function setOldConfig($oldConfig) + { + $this->oldConfig = $oldConfig; + } + public function getOldConfig() + { + return $this->oldConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportResponse.php new file mode 100644 index 000000000..c133f63b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportResponse.php @@ -0,0 +1,72 @@ +changeReports = $changeReports; + } + /** + * @return Google_Service_ServiceManagement_ChangeReport + */ + public function getChangeReports() + { + return $this->changeReports; + } + /** + * @param Google_Service_ServiceManagement_Diagnostic + */ + public function setDiagnostics($diagnostics) + { + $this->diagnostics = $diagnostics; + } + /** + * @return Google_Service_ServiceManagement_Diagnostic + */ + public function getDiagnostics() + { + return $this->diagnostics; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php new file mode 100644 index 000000000..42d5afa2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_ServiceManagement_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetPolicyOptions.php new file mode 100644 index 000000000..7bcd108d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Http.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Http.php new file mode 100644 index 000000000..c3f4d083e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Http.php @@ -0,0 +1,47 @@ +fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; + } + public function getFullyDecodeReservedExpansion() + { + return $this->fullyDecodeReservedExpansion; + } + /** + * @param Google_Service_ServiceManagement_HttpRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_HttpRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/HttpRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/HttpRule.php new file mode 100644 index 000000000..d8186772e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/HttpRule.php @@ -0,0 +1,126 @@ +additionalBindings = $additionalBindings; + } + /** + * @return Google_Service_ServiceManagement_HttpRule + */ + public function getAdditionalBindings() + { + return $this->additionalBindings; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + /** + * @param Google_Service_ServiceManagement_CustomHttpPattern + */ + public function setCustom(Google_Service_ServiceManagement_CustomHttpPattern $custom) + { + $this->custom = $custom; + } + /** + * @return Google_Service_ServiceManagement_CustomHttpPattern + */ + public function getCustom() + { + return $this->custom; + } + public function setDelete($delete) + { + $this->delete = $delete; + } + public function getDelete() + { + return $this->delete; + } + public function setGet($get) + { + $this->get = $get; + } + public function getGet() + { + return $this->get; + } + public function setPatch($patch) + { + $this->patch = $patch; + } + public function getPatch() + { + return $this->patch; + } + public function setPost($post) + { + $this->post = $post; + } + public function getPost() + { + return $this->post; + } + public function setPut($put) + { + $this->put = $put; + } + public function getPut() + { + return $this->put; + } + public function setResponseBody($responseBody) + { + $this->responseBody = $responseBody; + } + public function getResponseBody() + { + return $this->responseBody; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LabelDescriptor.php new file mode 100644 index 000000000..60557af51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListOperationsResponse.php new file mode 100644 index 000000000..9dc257d0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceManagement_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_ServiceManagement_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceConfigsResponse.php new file mode 100644 index 000000000..03d1da1c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceConfigsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceManagement_Service + */ + public function setServiceConfigs($serviceConfigs) + { + $this->serviceConfigs = $serviceConfigs; + } + /** + * @return Google_Service_ServiceManagement_Service + */ + public function getServiceConfigs() + { + return $this->serviceConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceRolloutsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceRolloutsResponse.php new file mode 100644 index 000000000..97d717fc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceRolloutsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceManagement_Rollout + */ + public function setRollouts($rollouts) + { + $this->rollouts = $rollouts; + } + /** + * @return Google_Service_ServiceManagement_Rollout + */ + public function getRollouts() + { + return $this->rollouts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServicesResponse.php new file mode 100644 index 000000000..ddcf6669a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServicesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceManagement_ManagedService + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_ServiceManagement_ManagedService + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php new file mode 100644 index 000000000..c0ae219e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceManagement_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceManagement_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php new file mode 100644 index 000000000..aadbe87c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceManagement_LoggingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceManagement_LoggingDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceManagement_LoggingDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LoggingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LoggingDestination.php new file mode 100644 index 000000000..4faf97646 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LoggingDestination.php @@ -0,0 +1,40 @@ +logs = $logs; + } + public function getLogs() + { + return $this->logs; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ManagedService.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ManagedService.php new file mode 100644 index 000000000..c728e58e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ManagedService.php @@ -0,0 +1,39 @@ +producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php new file mode 100644 index 000000000..bdaaf5068 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php @@ -0,0 +1,92 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceManagement_Option + */ + public function getOptions() + { + return $this->options; + } + public function setRequestStreaming($requestStreaming) + { + $this->requestStreaming = $requestStreaming; + } + public function getRequestStreaming() + { + return $this->requestStreaming; + } + public function setRequestTypeUrl($requestTypeUrl) + { + $this->requestTypeUrl = $requestTypeUrl; + } + public function getRequestTypeUrl() + { + return $this->requestTypeUrl; + } + public function setResponseStreaming($responseStreaming) + { + $this->responseStreaming = $responseStreaming; + } + public function getResponseStreaming() + { + return $this->responseStreaming; + } + public function setResponseTypeUrl($responseTypeUrl) + { + $this->responseTypeUrl = $responseTypeUrl; + } + public function getResponseTypeUrl() + { + return $this->responseTypeUrl; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.php new file mode 100644 index 000000000..4d06a0c61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.php @@ -0,0 +1,135 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceManagement_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceManagement_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + /** + * @param Google_Service_ServiceManagement_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_ServiceManagement_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_ServiceManagement_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptorMetadata.php new file mode 100644 index 000000000..63d7c91b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricRule.php new file mode 100644 index 000000000..c731a0438 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricRule.php @@ -0,0 +1,39 @@ +metricCosts = $metricCosts; + } + public function getMetricCosts() + { + return $this->metricCosts; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php new file mode 100644 index 000000000..29db793df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRoot($root) + { + $this->root = $root; + } + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..5d6e95620 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoredResourceDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceManagement_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceManagement_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php new file mode 100644 index 000000000..3fee38fc4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceManagement_MonitoringDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceManagement_MonitoringDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceManagement_MonitoringDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoringDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoringDestination.php new file mode 100644 index 000000000..eb86e4b17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoringDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OAuthRequirements.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OAuthRequirements.php new file mode 100644 index 000000000..6433e5603 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OAuthRequirements.php @@ -0,0 +1,30 @@ +canonicalScopes = $canonicalScopes; + } + public function getCanonicalScopes() + { + return $this->canonicalScopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Operation.php new file mode 100644 index 000000000..26d0fd9ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ServiceManagement_Status + */ + public function setError(Google_Service_ServiceManagement_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ServiceManagement_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/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php new file mode 100644 index 000000000..a471ddb6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php @@ -0,0 +1,65 @@ +progressPercentage = $progressPercentage; + } + public function getProgressPercentage() + { + return $this->progressPercentage; + } + public function setResourceNames($resourceNames) + { + $this->resourceNames = $resourceNames; + } + public function getResourceNames() + { + return $this->resourceNames; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_ServiceManagement_Step + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_ServiceManagement_Step + */ + public function getSteps() + { + return $this->steps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Option.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Option.php new file mode 100644 index 000000000..510349437 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Option.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Page.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Page.php new file mode 100644 index 000000000..3f98c2c18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Page.php @@ -0,0 +1,56 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceManagement_Page + */ + public function setSubpages($subpages) + { + $this->subpages = $subpages; + } + /** + * @return Google_Service_ServiceManagement_Page + */ + public function getSubpages() + { + return $this->subpages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Policy.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Policy.php new file mode 100644 index 000000000..8a5e4d272 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_ServiceManagement_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_ServiceManagement_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_ServiceManagement_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Quota.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Quota.php new file mode 100644 index 000000000..2e3f2ca75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Quota.php @@ -0,0 +1,54 @@ +limits = $limits; + } + /** + * @return Google_Service_ServiceManagement_QuotaLimit + */ + public function getLimits() + { + return $this->limits; + } + /** + * @param Google_Service_ServiceManagement_MetricRule + */ + public function setMetricRules($metricRules) + { + $this->metricRules = $metricRules; + } + /** + * @return Google_Service_ServiceManagement_MetricRule + */ + public function getMetricRules() + { + return $this->metricRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/QuotaLimit.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/QuotaLimit.php new file mode 100644 index 000000000..429842d61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/QuotaLimit.php @@ -0,0 +1,111 @@ +defaultLimit = $defaultLimit; + } + public function getDefaultLimit() + { + return $this->defaultLimit; + } + 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 setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFreeTier($freeTier) + { + $this->freeTier = $freeTier; + } + public function getFreeTier() + { + return $this->freeTier; + } + public function setMaxLimit($maxLimit) + { + $this->maxLimit = $maxLimit; + } + public function getMaxLimit() + { + return $this->maxLimit; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Operations.php new file mode 100644 index 000000000..67dfe58ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Operations.php @@ -0,0 +1,80 @@ + + * $servicemanagementService = new Google_Service_ServiceManagement(...); + * $operations = $servicemanagementService->operations; + * + */ +class Google_Service_ServiceManagement_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_ServiceManagement_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceManagement_Operation"); + } + /** + * Lists service operations that match the specified filter in the request. + * (operations.listOperations) + * + * @param array $optParams Optional parameters. + * + * @opt_param string name Not used. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The maximum number of operations to return. If + * unspecified, defaults to 50. The maximum value is 100. + * @opt_param string filter A string for filtering Operations. The following + * filter fields are supported + * + * * serviceName Required. Only `=` operator is allowed. * startTime The + * time this job was started, in ISO 8601 format. Allowed operators are + * `>=`, `>`, `<=`, and `<`. * status Can be `done`, `in_progress`, or + * `failed`. Allowed operators are `=`, and `!=`. + * + * Filter expression supports conjunction (AND) and disjunction (OR) logical + * operators. However, the serviceName restriction must be at the top-level + * and can only be combined with other restrictions via the AND logical + * operator. + * + * Examples + * + * * `serviceName={some-service}.googleapis.com` * `serviceName={some- + * service}.googleapis.com AND startTime>="2017-02-01"` * `serviceName={some- + * service}.googleapis.com AND status=done` * `serviceName={some- + * service}.googleapis.com AND (status=done OR startTime>="2017-02-01")` + * @return Google_Service_ServiceManagement_ListOperationsResponse + */ + public function listOperations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceManagement_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php new file mode 100644 index 000000000..2ac243196 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php @@ -0,0 +1,274 @@ + + * $servicemanagementService = new Google_Service_ServiceManagement(...); + * $services = $servicemanagementService->services; + * + */ +class Google_Service_ServiceManagement_Resource_Services extends Google_Service_Resource +{ + /** + * Creates a new managed service. Please note one producer project can own no + * more than 20 services. + * + * Operation (services.create) + * + * @param Google_Service_ServiceManagement_ManagedService $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Operation + */ + public function create(Google_Service_ServiceManagement_ManagedService $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ServiceManagement_Operation"); + } + /** + * Deletes a managed service. This method will change the service to the `Soft- + * Delete` state for 30 days. Within this period, service producers may call + * UndeleteService to restore the service. After 30 days, the service will be + * permanently deleted. + * + * Operation (services.delete) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Operation + */ + public function delete($serviceName, $optParams = array()) + { + $params = array('serviceName' => $serviceName); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ServiceManagement_Operation"); + } + /** + * Disables a service for a project, so it can no longer be be used for the + * project. It prevents accidental usage that may cause unexpected billing + * charges or security leaks. + * + * Operation (services.disable) + * + * @param string $serviceName Required. Name of the service to disable. + * Specifying an unknown service name will cause the request to fail. + * @param Google_Service_ServiceManagement_DisableServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Operation + */ + public function disable($serviceName, Google_Service_ServiceManagement_DisableServiceRequest $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('disable', 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 GenerateConfigReportRequest.old_value is specified, + * GenerateConfigReportRequest will contain a single ChangeReport based on the + * comparison between GenerateConfigReportRequest.new_value and + * GenerateConfigReportRequest.old_value. If + * GenerateConfigReportRequest.old_value is not specified, this method will + * compare GenerateConfigReportRequest.new_value with the last pushed service + * configuration. (services.generateConfigReport) + * + * @param Google_Service_ServiceManagement_GenerateConfigReportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_GenerateConfigReportResponse + */ + public function generateConfigReport(Google_Service_ServiceManagement_GenerateConfigReportRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('generateConfigReport', array($params), "Google_Service_ServiceManagement_GenerateConfigReportResponse"); + } + /** + * Gets a managed service. Authentication is required unless the service is + * public. (services.get) + * + * @param string $serviceName Required. The name of the service. See the + * `ServiceManager` overview for naming requirements. For example: + * `example.googleapis.com`. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_ManagedService + */ + public function get($serviceName, $optParams = array()) + { + $params = array('serviceName' => $serviceName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceManagement_ManagedService"); + } + /** + * Gets a service configuration (version) for a managed service. + * (services.getConfig) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param array $optParams Optional parameters. + * + * @opt_param string view Specifies which parts of the Service Config should be + * returned in the response. + * @opt_param string configId Required. The id of the service configuration + * resource. + * + * This field must be specified for the server to return all fields, including + * `SourceInfo`. + * @return Google_Service_ServiceManagement_Service + */ + public function getConfig($serviceName, $optParams = array()) + { + $params = array('serviceName' => $serviceName); + $params = array_merge($params, $optParams); + return $this->call('getConfig', array($params), "Google_Service_ServiceManagement_Service"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (services.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 Google_Service_ServiceManagement_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Policy + */ + public function getIamPolicy($resource, Google_Service_ServiceManagement_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_ServiceManagement_Policy"); + } + /** + * 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) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The max number of items to include in the response + * list. Page size is 50 if not specified. Maximum value is 100. + * @opt_param string producerProjectId Include services produced by the + * specified project. + * @opt_param string consumerId Include services consumed by the specified + * consumer. + * + * The Google Service Management implementation accepts the following forms: - + * project: + * @opt_param string pageToken Token identifying which result to start with; + * returned by a previous list call. + * @return Google_Service_ServiceManagement_ListServicesResponse + */ + public function listServices($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceManagement_ListServicesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (services.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_ServiceManagement_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Policy + */ + public function setIamPolicy($resource, Google_Service_ServiceManagement_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_ServiceManagement_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. (services.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_ServiceManagement_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_ServiceManagement_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_ServiceManagement_TestIamPermissionsResponse"); + } + /** + * Revives a previously deleted managed service. The method restores the service + * using the configuration at the time the service was deleted. The target + * service must exist and must have been deleted within the last 30 days. + * + * Operation (services.undelete) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Operation + */ + public function undelete($serviceName, $optParams = array()) + { + $params = array('serviceName' => $serviceName); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_ServiceManagement_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php new file mode 100644 index 000000000..53bb7cec6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php @@ -0,0 +1,119 @@ + + * $servicemanagementService = new Google_Service_ServiceManagement(...); + * $configs = $servicemanagementService->configs; + * + */ +class Google_Service_ServiceManagement_Resource_ServicesConfigs extends Google_Service_Resource +{ + /** + * Creates a new service configuration (version) for a managed service. This + * method only stores the service configuration. To roll out the service + * configuration to backend systems please call CreateServiceRollout. + * + * Only the 100 most recent service configurations and ones referenced by + * existing rollouts are kept for each service. The rest will be deleted + * eventually. (configs.create) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param Google_Service_ServiceManagement_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Service + */ + public function create($serviceName, Google_Service_ServiceManagement_Service $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ServiceManagement_Service"); + } + /** + * Gets a service configuration (version) for a managed service. (configs.get) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param string $configId Required. The id of the service configuration + * resource. + * + * This field must be specified for the server to return all fields, including + * `SourceInfo`. + * @param array $optParams Optional parameters. + * + * @opt_param string view Specifies which parts of the Service Config should be + * returned in the response. + * @return Google_Service_ServiceManagement_Service + */ + public function get($serviceName, $configId, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'configId' => $configId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceManagement_Service"); + } + /** + * Lists the history of the service configuration for a managed service, from + * the newest to the oldest. (configs.listServicesConfigs) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token of the page to retrieve. + * @opt_param int pageSize The max number of items to include in the response + * list. Page size is 50 if not specified. Maximum value is 100. + * @return Google_Service_ServiceManagement_ListServiceConfigsResponse + */ + public function listServicesConfigs($serviceName, $optParams = array()) + { + $params = array('serviceName' => $serviceName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceManagement_ListServiceConfigsResponse"); + } + /** + * Creates a new service configuration (version) for a managed service based on + * user-supplied configuration source files (for example: OpenAPI + * Specification). This method stores the source configurations as well as the + * generated service configuration. To rollout the service configuration to + * other services, please call CreateServiceRollout. + * + * Only the 100 most recent configuration sources and ones referenced by + * existing service configurtions are kept for each service. The rest will be + * deleted eventually. + * + * Operation (configs.submit) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param Google_Service_ServiceManagement_SubmitConfigSourceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Operation + */ + public function submit($serviceName, Google_Service_ServiceManagement_SubmitConfigSourceRequest $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('submit', array($params), "Google_Service_ServiceManagement_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php new file mode 100644 index 000000000..7e782db99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php @@ -0,0 +1,87 @@ + + * $servicemanagementService = new Google_Service_ServiceManagement(...); + * $consumers = $servicemanagementService->consumers; + * + */ +class Google_Service_ServiceManagement_Resource_ServicesConsumers 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. (consumers.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 Google_Service_ServiceManagement_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Policy + */ + public function getIamPolicy($resource, Google_Service_ServiceManagement_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_ServiceManagement_Policy"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (consumers.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_ServiceManagement_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Policy + */ + public function setIamPolicy($resource, Google_Service_ServiceManagement_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_ServiceManagement_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. (consumers.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_ServiceManagement_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_ServiceManagement_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_ServiceManagement_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php new file mode 100644 index 000000000..bba2dca14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php @@ -0,0 +1,109 @@ + + * $servicemanagementService = new Google_Service_ServiceManagement(...); + * $rollouts = $servicemanagementService->rollouts; + * + */ +class Google_Service_ServiceManagement_Resource_ServicesRollouts extends Google_Service_Resource +{ + /** + * Creates a new service configuration rollout. Based on rollout, the Google + * Service Management will roll out the service configurations to different + * backend services. For example, the logging configuration will be pushed to + * Google Cloud Logging. + * + * Please note that any previous pending and running Rollouts and associated + * Operations will be automatically cancelled so that the latest Rollout will + * not be blocked by previous Rollouts. + * + * Only the 100 most recent (in any state) and the last 10 successful (if not + * already part of the set of 100 most recent) rollouts are kept for each + * service. The rest will be deleted eventually. + * + * Operation (rollouts.create) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param Google_Service_ServiceManagement_Rollout $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string baseRolloutId Unimplemented. Do not use this feature until + * this comment is removed. + * + * The rollout id that rollout to be created based on. + * + * Rollout should be constructed based on current successful rollout, this field + * indicates the current successful rollout id that new rollout based on to + * construct, if current successful rollout changed when server receives the + * request, request will be rejected for safety. + * @return Google_Service_ServiceManagement_Operation + */ + public function create($serviceName, Google_Service_ServiceManagement_Rollout $postBody, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ServiceManagement_Operation"); + } + /** + * Gets a service configuration rollout. (rollouts.get) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param string $rolloutId Required. The id of the rollout resource. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceManagement_Rollout + */ + public function get($serviceName, $rolloutId, $optParams = array()) + { + $params = array('serviceName' => $serviceName, 'rolloutId' => $rolloutId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceManagement_Rollout"); + } + /** + * Lists the history of the service configuration rollouts for a managed + * service, from the newest to the oldest. (rollouts.listServicesRollouts) + * + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The token of the page to retrieve. + * @opt_param int pageSize The max number of items to include in the response + * list. Page size is 50 if not specified. Maximum value is 100. + * @opt_param string filter Required. Use `filter` to return subset of rollouts. + * The following filters are supported: -- To limit the results to only those + * in [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * use filter='status=SUCCESS' -- To limit the results to those in + * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' or + * 'FAILED', use filter='status=CANCELLED OR status=FAILED' + * @return Google_Service_ServiceManagement_ListServiceRolloutsResponse + */ + public function listServicesRollouts($serviceName, $optParams = array()) + { + $params = array('serviceName' => $serviceName); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceManagement_ListServiceRolloutsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Rollout.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Rollout.php new file mode 100644 index 000000000..7e67bcb28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Rollout.php @@ -0,0 +1,98 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCreatedBy($createdBy) + { + $this->createdBy = $createdBy; + } + public function getCreatedBy() + { + return $this->createdBy; + } + /** + * @param Google_Service_ServiceManagement_DeleteServiceStrategy + */ + public function setDeleteServiceStrategy(Google_Service_ServiceManagement_DeleteServiceStrategy $deleteServiceStrategy) + { + $this->deleteServiceStrategy = $deleteServiceStrategy; + } + /** + * @return Google_Service_ServiceManagement_DeleteServiceStrategy + */ + public function getDeleteServiceStrategy() + { + return $this->deleteServiceStrategy; + } + public function setRolloutId($rolloutId) + { + $this->rolloutId = $rolloutId; + } + public function getRolloutId() + { + return $this->rolloutId; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_ServiceManagement_TrafficPercentStrategy + */ + public function setTrafficPercentStrategy(Google_Service_ServiceManagement_TrafficPercentStrategy $trafficPercentStrategy) + { + $this->trafficPercentStrategy = $trafficPercentStrategy; + } + /** + * @return Google_Service_ServiceManagement_TrafficPercentStrategy + */ + public function getTrafficPercentStrategy() + { + return $this->trafficPercentStrategy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php new file mode 100644 index 000000000..d0618d1b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php @@ -0,0 +1,419 @@ +apis = $apis; + } + /** + * @return Google_Service_ServiceManagement_Api + */ + public function getApis() + { + return $this->apis; + } + /** + * @param Google_Service_ServiceManagement_Authentication + */ + public function setAuthentication(Google_Service_ServiceManagement_Authentication $authentication) + { + $this->authentication = $authentication; + } + /** + * @return Google_Service_ServiceManagement_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + /** + * @param Google_Service_ServiceManagement_Backend + */ + public function setBackend(Google_Service_ServiceManagement_Backend $backend) + { + $this->backend = $backend; + } + /** + * @return Google_Service_ServiceManagement_Backend + */ + public function getBackend() + { + return $this->backend; + } + /** + * @param Google_Service_ServiceManagement_Billing + */ + public function setBilling(Google_Service_ServiceManagement_Billing $billing) + { + $this->billing = $billing; + } + /** + * @return Google_Service_ServiceManagement_Billing + */ + public function getBilling() + { + return $this->billing; + } + public function setConfigVersion($configVersion) + { + $this->configVersion = $configVersion; + } + public function getConfigVersion() + { + return $this->configVersion; + } + /** + * @param Google_Service_ServiceManagement_Context + */ + public function setContext(Google_Service_ServiceManagement_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_ServiceManagement_Context + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_ServiceManagement_Control + */ + public function setControl(Google_Service_ServiceManagement_Control $control) + { + $this->control = $control; + } + /** + * @return Google_Service_ServiceManagement_Control + */ + public function getControl() + { + return $this->control; + } + /** + * @param Google_Service_ServiceManagement_CustomError + */ + public function setCustomError(Google_Service_ServiceManagement_CustomError $customError) + { + $this->customError = $customError; + } + /** + * @return Google_Service_ServiceManagement_CustomError + */ + public function getCustomError() + { + return $this->customError; + } + /** + * @param Google_Service_ServiceManagement_Documentation + */ + public function setDocumentation(Google_Service_ServiceManagement_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_ServiceManagement_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + /** + * @param Google_Service_ServiceManagement_Endpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_ServiceManagement_Endpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + /** + * @param Google_Service_ServiceManagement_Enum + */ + public function setEnums($enums) + { + $this->enums = $enums; + } + /** + * @return Google_Service_ServiceManagement_Enum + */ + public function getEnums() + { + return $this->enums; + } + /** + * @param Google_Service_ServiceManagement_Http + */ + public function setHttp(Google_Service_ServiceManagement_Http $http) + { + $this->http = $http; + } + /** + * @return Google_Service_ServiceManagement_Http + */ + public function getHttp() + { + return $this->http; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ServiceManagement_Logging + */ + public function setLogging(Google_Service_ServiceManagement_Logging $logging) + { + $this->logging = $logging; + } + /** + * @return Google_Service_ServiceManagement_Logging + */ + public function getLogging() + { + return $this->logging; + } + /** + * @param Google_Service_ServiceManagement_LogDescriptor + */ + public function setLogs($logs) + { + $this->logs = $logs; + } + /** + * @return Google_Service_ServiceManagement_LogDescriptor + */ + public function getLogs() + { + return $this->logs; + } + /** + * @param Google_Service_ServiceManagement_MetricDescriptor + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_ServiceManagement_MetricDescriptor + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_ServiceManagement_MonitoredResourceDescriptor + */ + public function setMonitoredResources($monitoredResources) + { + $this->monitoredResources = $monitoredResources; + } + /** + * @return Google_Service_ServiceManagement_MonitoredResourceDescriptor + */ + public function getMonitoredResources() + { + return $this->monitoredResources; + } + /** + * @param Google_Service_ServiceManagement_Monitoring + */ + public function setMonitoring(Google_Service_ServiceManagement_Monitoring $monitoring) + { + $this->monitoring = $monitoring; + } + /** + * @return Google_Service_ServiceManagement_Monitoring + */ + public function getMonitoring() + { + return $this->monitoring; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProducerProjectId($producerProjectId) + { + $this->producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } + /** + * @param Google_Service_ServiceManagement_Quota + */ + public function setQuota(Google_Service_ServiceManagement_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_ServiceManagement_Quota + */ + public function getQuota() + { + return $this->quota; + } + /** + * @param Google_Service_ServiceManagement_SourceInfo + */ + public function setSourceInfo(Google_Service_ServiceManagement_SourceInfo $sourceInfo) + { + $this->sourceInfo = $sourceInfo; + } + /** + * @return Google_Service_ServiceManagement_SourceInfo + */ + public function getSourceInfo() + { + return $this->sourceInfo; + } + /** + * @param Google_Service_ServiceManagement_SystemParameters + */ + public function setSystemParameters(Google_Service_ServiceManagement_SystemParameters $systemParameters) + { + $this->systemParameters = $systemParameters; + } + /** + * @return Google_Service_ServiceManagement_SystemParameters + */ + public function getSystemParameters() + { + return $this->systemParameters; + } + /** + * @param Google_Service_ServiceManagement_Type + */ + public function setSystemTypes($systemTypes) + { + $this->systemTypes = $systemTypes; + } + /** + * @return Google_Service_ServiceManagement_Type + */ + public function getSystemTypes() + { + return $this->systemTypes; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ServiceManagement_Type + */ + public function setTypes($types) + { + $this->types = $types; + } + /** + * @return Google_Service_ServiceManagement_Type + */ + public function getTypes() + { + return $this->types; + } + /** + * @param Google_Service_ServiceManagement_Usage + */ + public function setUsage(Google_Service_ServiceManagement_Usage $usage) + { + $this->usage = $usage; + } + /** + * @return Google_Service_ServiceManagement_Usage + */ + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php new file mode 100644 index 000000000..ed28f2dcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_ServiceManagement_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php new file mode 100644 index 000000000..39a4980f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php @@ -0,0 +1,30 @@ +fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceInfo.php new file mode 100644 index 000000000..1dc56a7d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceInfo.php @@ -0,0 +1,31 @@ +sourceFiles = $sourceFiles; + } + public function getSourceFiles() + { + return $this->sourceFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Status.php new file mode 100644 index 000000000..741794678 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/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/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Step.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Step.php new file mode 100644 index 000000000..e6fc9b10d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Step.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceRequest.php new file mode 100644 index 000000000..229e3f4b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceRequest.php @@ -0,0 +1,46 @@ +configSource = $configSource; + } + /** + * @return Google_Service_ServiceManagement_ConfigSource + */ + public function getConfigSource() + { + return $this->configSource; + } + public function setValidateOnly($validateOnly) + { + $this->validateOnly = $validateOnly; + } + public function getValidateOnly() + { + return $this->validateOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php new file mode 100644 index 000000000..f44152424 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php @@ -0,0 +1,37 @@ +serviceConfig = $serviceConfig; + } + /** + * @return Google_Service_ServiceManagement_Service + */ + public function getServiceConfig() + { + return $this->serviceConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameter.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameter.php new file mode 100644 index 000000000..6c777bd60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameter.php @@ -0,0 +1,48 @@ +httpHeader = $httpHeader; + } + public function getHttpHeader() + { + return $this->httpHeader; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUrlQueryParameter($urlQueryParameter) + { + $this->urlQueryParameter = $urlQueryParameter; + } + public function getUrlQueryParameter() + { + return $this->urlQueryParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameterRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameterRule.php new file mode 100644 index 000000000..c2e80bb25 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameterRule.php @@ -0,0 +1,47 @@ +parameters = $parameters; + } + /** + * @return Google_Service_ServiceManagement_SystemParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php new file mode 100644 index 000000000..ed071be92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_SystemParameterRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsRequest.php new file mode 100644 index 000000000..08a3c729a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsResponse.php new file mode 100644 index 000000000..cb9cb3b4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TrafficPercentStrategy.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TrafficPercentStrategy.php new file mode 100644 index 000000000..e958e27d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TrafficPercentStrategy.php @@ -0,0 +1,30 @@ +percentages = $percentages; + } + public function getPercentages() + { + return $this->percentages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Type.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Type.php new file mode 100644 index 000000000..b24af1792 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Type.php @@ -0,0 +1,97 @@ +fields = $fields; + } + /** + * @return Google_Service_ServiceManagement_Field + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneofs($oneofs) + { + $this->oneofs = $oneofs; + } + public function getOneofs() + { + return $this->oneofs; + } + /** + * @param Google_Service_ServiceManagement_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceManagement_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceManagement_SourceContext + */ + public function setSourceContext(Google_Service_ServiceManagement_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceManagement_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php new file mode 100644 index 000000000..c6fee1e15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php @@ -0,0 +1,37 @@ +service = $service; + } + /** + * @return Google_Service_ServiceManagement_ManagedService + */ + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Usage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Usage.php new file mode 100644 index 000000000..00b1f52ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Usage.php @@ -0,0 +1,56 @@ +producerNotificationChannel = $producerNotificationChannel; + } + public function getProducerNotificationChannel() + { + return $this->producerNotificationChannel; + } + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + public function getRequirements() + { + return $this->requirements; + } + /** + * @param Google_Service_ServiceManagement_UsageRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceManagement_UsageRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UsageRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UsageRule.php new file mode 100644 index 000000000..f42253d9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UsageRule.php @@ -0,0 +1,48 @@ +allowUnregisteredCalls = $allowUnregisteredCalls; + } + public function getAllowUnregisteredCalls() + { + return $this->allowUnregisteredCalls; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } + public function setSkipServiceControl($skipServiceControl) + { + $this->skipServiceControl = $skipServiceControl; + } + public function getSkipServiceControl() + { + return $this->skipServiceControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php new file mode 100644 index 000000000..fea8e583a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php @@ -0,0 +1,205 @@ + + * Provides automatic management of network configurations necessary for certain + * services. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceNetworking extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your Google API service configuration. */ + const SERVICE_MANAGEMENT = + "https://www.googleapis.com/auth/service.management"; + + public $operations; + public $services; + public $services_connections; + + /** + * Constructs the internal representation of the ServiceNetworking 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://servicenetworking.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'servicenetworking'; + + $this->operations = new Google_Service_ServiceNetworking_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->services = new Google_Service_ServiceNetworking_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'addSubnetwork' => array( + 'path' => 'v1/{+parent}:addSubnetwork', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'searchRange' => array( + 'path' => 'v1/{+parent}:searchRange', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->services_connections = new Google_Service_ServiceNetworking_Resource_ServicesConnections( + $this, + $this->serviceName, + 'connections', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/connections', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/connections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => 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', + ), + 'force' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddSubnetworkRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddSubnetworkRequest.php new file mode 100644 index 000000000..8d7c59611 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AddSubnetworkRequest.php @@ -0,0 +1,94 @@ +consumer = $consumer; + } + public function getConsumer() + { + return $this->consumer; + } + public function setConsumerNetwork($consumerNetwork) + { + $this->consumerNetwork = $consumerNetwork; + } + public function getConsumerNetwork() + { + return $this->consumerNetwork; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIpPrefixLength($ipPrefixLength) + { + $this->ipPrefixLength = $ipPrefixLength; + } + public function getIpPrefixLength() + { + return $this->ipPrefixLength; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setRequestedAddress($requestedAddress) + { + $this->requestedAddress = $requestedAddress; + } + public function getRequestedAddress() + { + return $this->requestedAddress; + } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } + public function setSubnetworkUsers($subnetworkUsers) + { + $this->subnetworkUsers = $subnetworkUsers; + } + public function getSubnetworkUsers() + { + return $this->subnetworkUsers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Api.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Api.php new file mode 100644 index 000000000..c8fb87124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Api.php @@ -0,0 +1,113 @@ +methods = $methods; + } + /** + * @return Google_Service_ServiceNetworking_Method + */ + public function getMethods() + { + return $this->methods; + } + /** + * @param Google_Service_ServiceNetworking_Mixin + */ + public function setMixins($mixins) + { + $this->mixins = $mixins; + } + /** + * @return Google_Service_ServiceNetworking_Mixin + */ + public function getMixins() + { + return $this->mixins; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceNetworking_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceNetworking_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceNetworking_SourceContext + */ + public function setSourceContext(Google_Service_ServiceNetworking_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceNetworking_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthProvider.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthProvider.php new file mode 100644 index 000000000..b01394cd8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthProvider.php @@ -0,0 +1,66 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setJwksUri($jwksUri) + { + $this->jwksUri = $jwksUri; + } + public function getJwksUri() + { + return $this->jwksUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthRequirement.php new file mode 100644 index 000000000..e6ee9f1b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthRequirement.php @@ -0,0 +1,39 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Authentication.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Authentication.php new file mode 100644 index 000000000..d8a9b06a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Authentication.php @@ -0,0 +1,54 @@ +providers = $providers; + } + /** + * @return Google_Service_ServiceNetworking_AuthProvider + */ + public function getProviders() + { + return $this->providers; + } + /** + * @param Google_Service_ServiceNetworking_AuthenticationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_AuthenticationRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthenticationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthenticationRule.php new file mode 100644 index 000000000..d441be28e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/AuthenticationRule.php @@ -0,0 +1,72 @@ +allowWithoutCredential = $allowWithoutCredential; + } + public function getAllowWithoutCredential() + { + return $this->allowWithoutCredential; + } + /** + * @param Google_Service_ServiceNetworking_OAuthRequirements + */ + public function setOauth(Google_Service_ServiceNetworking_OAuthRequirements $oauth) + { + $this->oauth = $oauth; + } + /** + * @return Google_Service_ServiceNetworking_OAuthRequirements + */ + public function getOauth() + { + return $this->oauth; + } + /** + * @param Google_Service_ServiceNetworking_AuthRequirement + */ + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + /** + * @return Google_Service_ServiceNetworking_AuthRequirement + */ + public function getRequirements() + { + return $this->requirements; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Backend.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Backend.php new file mode 100644 index 000000000..0b895c145 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Backend.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_BackendRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BackendRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BackendRule.php new file mode 100644 index 000000000..f247c6124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BackendRule.php @@ -0,0 +1,84 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDeadline($deadline) + { + $this->deadline = $deadline; + } + public function getDeadline() + { + return $this->deadline; + } + public function setJwtAudience($jwtAudience) + { + $this->jwtAudience = $jwtAudience; + } + public function getJwtAudience() + { + return $this->jwtAudience; + } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } + public function setOperationDeadline($operationDeadline) + { + $this->operationDeadline = $operationDeadline; + } + public function getOperationDeadline() + { + return $this->operationDeadline; + } + public function setPathTranslation($pathTranslation) + { + $this->pathTranslation = $pathTranslation; + } + public function getPathTranslation() + { + return $this->pathTranslation; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Billing.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Billing.php new file mode 100644 index 000000000..18f68df04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Billing.php @@ -0,0 +1,38 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceNetworking_BillingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BillingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BillingDestination.php new file mode 100644 index 000000000..839b5e608 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/BillingDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CancelOperationRequest.php new file mode 100644 index 000000000..333a25b69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CancelOperationRequest.php @@ -0,0 +1,20 @@ +network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setPeering($peering) + { + $this->peering = $peering; + } + public function getPeering() + { + return $this->peering; + } + public function setReservedPeeringRanges($reservedPeeringRanges) + { + $this->reservedPeeringRanges = $reservedPeeringRanges; + } + public function getReservedPeeringRanges() + { + return $this->reservedPeeringRanges; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Context.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Context.php new file mode 100644 index 000000000..3a6323a5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Context.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_ContextRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ContextRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ContextRule.php new file mode 100644 index 000000000..c0eb840ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ContextRule.php @@ -0,0 +1,67 @@ +allowedRequestExtensions = $allowedRequestExtensions; + } + public function getAllowedRequestExtensions() + { + return $this->allowedRequestExtensions; + } + public function setAllowedResponseExtensions($allowedResponseExtensions) + { + $this->allowedResponseExtensions = $allowedResponseExtensions; + } + public function getAllowedResponseExtensions() + { + return $this->allowedResponseExtensions; + } + public function setProvided($provided) + { + $this->provided = $provided; + } + public function getProvided() + { + return $this->provided; + } + public function setRequested($requested) + { + $this->requested = $requested; + } + public function getRequested() + { + return $this->requested; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Control.php new file mode 100644 index 000000000..2a8df264e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Control.php @@ -0,0 +1,30 @@ +environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomError.php new file mode 100644 index 000000000..d9fde693f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomError.php @@ -0,0 +1,47 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_CustomErrorRule + */ + public function getRules() + { + return $this->rules; + } + public function setTypes($types) + { + $this->types = $types; + } + public function getTypes() + { + return $this->types; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomErrorRule.php new file mode 100644 index 000000000..3403ea375 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomErrorRule.php @@ -0,0 +1,39 @@ +isErrorType = $isErrorType; + } + public function getIsErrorType() + { + return $this->isErrorType; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.php new file mode 100644 index 000000000..39c1c25c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Documentation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Documentation.php new file mode 100644 index 000000000..8dcc1220d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Documentation.php @@ -0,0 +1,90 @@ +documentationRootUrl = $documentationRootUrl; + } + public function getDocumentationRootUrl() + { + return $this->documentationRootUrl; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + /** + * @param Google_Service_ServiceNetworking_Page + */ + public function setPages($pages) + { + $this->pages = $pages; + } + /** + * @return Google_Service_ServiceNetworking_Page + */ + public function getPages() + { + return $this->pages; + } + /** + * @param Google_Service_ServiceNetworking_DocumentationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_DocumentationRule + */ + public function getRules() + { + return $this->rules; + } + public function setServiceRootUrl($serviceRootUrl) + { + $this->serviceRootUrl = $serviceRootUrl; + } + public function getServiceRootUrl() + { + return $this->serviceRootUrl; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DocumentationRule.php new file mode 100644 index 000000000..875c278f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/DocumentationRule.php @@ -0,0 +1,48 @@ +deprecationDescription = $deprecationDescription; + } + public function getDeprecationDescription() + { + return $this->deprecationDescription; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Endpoint.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Endpoint.php new file mode 100644 index 000000000..7a316a1dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Endpoint.php @@ -0,0 +1,67 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setAllowCors($allowCors) + { + $this->allowCors = $allowCors; + } + public function getAllowCors() + { + return $this->allowCors; + } + public function setFeatures($features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Enum.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Enum.php new file mode 100644 index 000000000..cb4c72eeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Enum.php @@ -0,0 +1,88 @@ +enumvalue = $enumvalue; + } + /** + * @return Google_Service_ServiceNetworking_EnumValue + */ + public function getEnumvalue() + { + return $this->enumvalue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceNetworking_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceNetworking_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceNetworking_SourceContext + */ + public function setSourceContext(Google_Service_ServiceNetworking_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceNetworking_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/EnumValue.php new file mode 100644 index 000000000..9775bd25a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/EnumValue.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + /** + * @param Google_Service_ServiceNetworking_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceNetworking_Option + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Field.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Field.php new file mode 100644 index 000000000..c61bc33bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Field.php @@ -0,0 +1,119 @@ +cardinality = $cardinality; + } + public function getCardinality() + { + return $this->cardinality; + } + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setJsonName($jsonName) + { + $this->jsonName = $jsonName; + } + public function getJsonName() + { + return $this->jsonName; + } + 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 setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setOneofIndex($oneofIndex) + { + $this->oneofIndex = $oneofIndex; + } + public function getOneofIndex() + { + return $this->oneofIndex; + } + /** + * @param Google_Service_ServiceNetworking_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceNetworking_Option + */ + public function getOptions() + { + return $this->options; + } + public function setPacked($packed) + { + $this->packed = $packed; + } + public function getPacked() + { + return $this->packed; + } + public function setTypeUrl($typeUrl) + { + $this->typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaSubnetwork.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaSubnetwork.php new file mode 100644 index 000000000..8b97a893c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/GoogleCloudServicenetworkingV1betaSubnetwork.php @@ -0,0 +1,57 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setOutsideAllocation($outsideAllocation) + { + $this->outsideAllocation = $outsideAllocation; + } + public function getOutsideAllocation() + { + return $this->outsideAllocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Http.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Http.php new file mode 100644 index 000000000..c331344e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Http.php @@ -0,0 +1,47 @@ +fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; + } + public function getFullyDecodeReservedExpansion() + { + return $this->fullyDecodeReservedExpansion; + } + /** + * @param Google_Service_ServiceNetworking_HttpRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_HttpRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/HttpRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/HttpRule.php new file mode 100644 index 000000000..2efeadd2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/HttpRule.php @@ -0,0 +1,126 @@ +additionalBindings = $additionalBindings; + } + /** + * @return Google_Service_ServiceNetworking_HttpRule + */ + public function getAdditionalBindings() + { + return $this->additionalBindings; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + /** + * @param Google_Service_ServiceNetworking_CustomHttpPattern + */ + public function setCustom(Google_Service_ServiceNetworking_CustomHttpPattern $custom) + { + $this->custom = $custom; + } + /** + * @return Google_Service_ServiceNetworking_CustomHttpPattern + */ + public function getCustom() + { + return $this->custom; + } + public function setDelete($delete) + { + $this->delete = $delete; + } + public function getDelete() + { + return $this->delete; + } + public function setGet($get) + { + $this->get = $get; + } + public function getGet() + { + return $this->get; + } + public function setPatch($patch) + { + $this->patch = $patch; + } + public function getPatch() + { + return $this->patch; + } + public function setPost($post) + { + $this->post = $post; + } + public function getPost() + { + return $this->post; + } + public function setPut($put) + { + $this->put = $put; + } + public function getPut() + { + return $this->put; + } + public function setResponseBody($responseBody) + { + $this->responseBody = $responseBody; + } + public function getResponseBody() + { + return $this->responseBody; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LabelDescriptor.php new file mode 100644 index 000000000..637da6cdf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListConnectionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListConnectionsResponse.php new file mode 100644 index 000000000..d4819a270 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListConnectionsResponse.php @@ -0,0 +1,38 @@ +connections = $connections; + } + /** + * @return Google_Service_ServiceNetworking_Connection + */ + public function getConnections() + { + return $this->connections; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListOperationsResponse.php new file mode 100644 index 000000000..30e79f8fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceNetworking_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_ServiceNetworking_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LogDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LogDescriptor.php new file mode 100644 index 000000000..ee138c3fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LogDescriptor.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceNetworking_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceNetworking_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Logging.php new file mode 100644 index 000000000..e589dd02e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Logging.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceNetworking_LoggingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceNetworking_LoggingDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceNetworking_LoggingDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LoggingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LoggingDestination.php new file mode 100644 index 000000000..9700fc4c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/LoggingDestination.php @@ -0,0 +1,40 @@ +logs = $logs; + } + public function getLogs() + { + return $this->logs; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Method.php new file mode 100644 index 000000000..5003f1726 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Method.php @@ -0,0 +1,92 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceNetworking_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceNetworking_Option + */ + public function getOptions() + { + return $this->options; + } + public function setRequestStreaming($requestStreaming) + { + $this->requestStreaming = $requestStreaming; + } + public function getRequestStreaming() + { + return $this->requestStreaming; + } + public function setRequestTypeUrl($requestTypeUrl) + { + $this->requestTypeUrl = $requestTypeUrl; + } + public function getRequestTypeUrl() + { + return $this->requestTypeUrl; + } + public function setResponseStreaming($responseStreaming) + { + $this->responseStreaming = $responseStreaming; + } + public function getResponseStreaming() + { + return $this->responseStreaming; + } + public function setResponseTypeUrl($responseTypeUrl) + { + $this->responseTypeUrl = $responseTypeUrl; + } + public function getResponseTypeUrl() + { + return $this->responseTypeUrl; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php new file mode 100644 index 000000000..1b1ebae6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php @@ -0,0 +1,135 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceNetworking_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceNetworking_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + /** + * @param Google_Service_ServiceNetworking_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_ServiceNetworking_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_ServiceNetworking_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptorMetadata.php new file mode 100644 index 000000000..0a3297ae8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricRule.php new file mode 100644 index 000000000..1e1b2e10b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricRule.php @@ -0,0 +1,39 @@ +metricCosts = $metricCosts; + } + public function getMetricCosts() + { + return $this->metricCosts; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Mixin.php new file mode 100644 index 000000000..0d1325b0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Mixin.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRoot($root) + { + $this->root = $root; + } + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..8f17a5be4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoredResourceDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceNetworking_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceNetworking_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Monitoring.php new file mode 100644 index 000000000..0fc4f0cd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Monitoring.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceNetworking_MonitoringDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceNetworking_MonitoringDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceNetworking_MonitoringDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoringDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoringDestination.php new file mode 100644 index 000000000..8b93397c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MonitoringDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/OAuthRequirements.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/OAuthRequirements.php new file mode 100644 index 000000000..4d002745d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/OAuthRequirements.php @@ -0,0 +1,30 @@ +canonicalScopes = $canonicalScopes; + } + public function getCanonicalScopes() + { + return $this->canonicalScopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Operation.php new file mode 100644 index 000000000..a8e662f6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ServiceNetworking_Status + */ + public function setError(Google_Service_ServiceNetworking_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ServiceNetworking_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/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Option.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Option.php new file mode 100644 index 000000000..9badf312b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Option.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Page.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Page.php new file mode 100644 index 000000000..a3af5937a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Page.php @@ -0,0 +1,56 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceNetworking_Page + */ + public function setSubpages($subpages) + { + $this->subpages = $subpages; + } + /** + * @return Google_Service_ServiceNetworking_Page + */ + public function getSubpages() + { + return $this->subpages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Quota.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Quota.php new file mode 100644 index 000000000..84c943f0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Quota.php @@ -0,0 +1,54 @@ +limits = $limits; + } + /** + * @return Google_Service_ServiceNetworking_QuotaLimit + */ + public function getLimits() + { + return $this->limits; + } + /** + * @param Google_Service_ServiceNetworking_MetricRule + */ + public function setMetricRules($metricRules) + { + $this->metricRules = $metricRules; + } + /** + * @return Google_Service_ServiceNetworking_MetricRule + */ + public function getMetricRules() + { + return $this->metricRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/QuotaLimit.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/QuotaLimit.php new file mode 100644 index 000000000..4472e0119 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/QuotaLimit.php @@ -0,0 +1,111 @@ +defaultLimit = $defaultLimit; + } + public function getDefaultLimit() + { + return $this->defaultLimit; + } + 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 setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFreeTier($freeTier) + { + $this->freeTier = $freeTier; + } + public function getFreeTier() + { + return $this->freeTier; + } + public function setMaxLimit($maxLimit) + { + $this->maxLimit = $maxLimit; + } + public function getMaxLimit() + { + return $this->maxLimit; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Range.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Range.php new file mode 100644 index 000000000..6fddbeb11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Range.php @@ -0,0 +1,39 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php new file mode 100644 index 000000000..081dc241a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $servicenetworkingService = new Google_Service_ServiceNetworking(...); + * $operations = $servicenetworkingService->operations; + * + */ +class Google_Service_ServiceNetworking_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_ServiceNetworking_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceNetworking_ServicenetworkingEmpty + */ + public function cancel($name, Google_Service_ServiceNetworking_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_ServiceNetworking_ServicenetworkingEmpty"); + } + /** + * 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_ServiceNetworking_ServicenetworkingEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ServiceNetworking_ServicenetworkingEmpty"); + } + /** + * 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_ServiceNetworking_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceNetworking_Operation"); + } + /** + * 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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_ServiceNetworking_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceNetworking_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Services.php new file mode 100644 index 000000000..470540fa0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Services.php @@ -0,0 +1,77 @@ + + * $servicenetworkingService = new Google_Service_ServiceNetworking(...); + * $services = $servicenetworkingService->services; + * + */ +class Google_Service_ServiceNetworking_Resource_Services extends Google_Service_Resource +{ + /** + * For service producers, provisions a new subnet in a peered service's shared + * VPC network in the requested region and with the requested size that's + * expressed as a CIDR range (number of leading bits of ipV4 network mask). The + * method checks against the assigned allocated ranges to find a non-conflicting + * IP address range. The method will reuse a subnet if subsequent calls contain + * the same subnet name, region, and prefix length. This method will make + * producer's tenant project to be a shared VPC service project as needed. The + * response from the `get` operation will be of type `Subnetwork` if the + * operation successfully completes. (services.addSubnetwork) + * + * @param string $parent Required. A tenant project in the service producer + * organization, in the following format: services/{service}/{collection-id + * }/{resource-id}. {collection-id} is the cloud resource collection type that + * represents the tenant project. Only `projects` are supported. {resource-id} + * is the tenant project numeric id, such as `123456`. {service} the name of the + * peering service, such as `service-peering.example.com`. This service must + * already be enabled in the service consumer's project. + * @param Google_Service_ServiceNetworking_AddSubnetworkRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceNetworking_Operation + */ + public function addSubnetwork($parent, Google_Service_ServiceNetworking_AddSubnetworkRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addSubnetwork', array($params), "Google_Service_ServiceNetworking_Operation"); + } + /** + * Service producers can use this method to find a currently unused range within + * consumer allocated ranges. This returned range is not reserved, and not + * guaranteed to remain unused. It will validate previously provided allocated + * ranges, find non-conflicting sub-range of requested size (expressed in number + * of leading bits of ipv4 network mask, as in CIDR range notation). Operation + * (services.searchRange) + * + * @param string $parent Required. This is in a form services/{service}. + * {service} the name of the private access management service, for example + * 'service-peering.example.com'. + * @param Google_Service_ServiceNetworking_SearchRangeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceNetworking_Operation + */ + public function searchRange($parent, Google_Service_ServiceNetworking_SearchRangeRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('searchRange', array($params), "Google_Service_ServiceNetworking_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php new file mode 100644 index 000000000..6e6f3f0b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php @@ -0,0 +1,104 @@ + + * $servicenetworkingService = new Google_Service_ServiceNetworking(...); + * $connections = $servicenetworkingService->connections; + * + */ +class Google_Service_ServiceNetworking_Resource_ServicesConnections extends Google_Service_Resource +{ + /** + * Creates a private connection that establishes a VPC Network Peering + * connection to a VPC network in the service producer's organization. The + * administrator of the service consumer's VPC network invokes this method. The + * administrator must assign one or more allocated IP ranges for provisioning + * subnetworks in the service producer's VPC network. This connection is used + * for all supported services in the service producer's organization, so it only + * needs to be invoked once. The response from the `get` operation will be of + * type `Connection` if the operation successfully completes. + * (connections.create) + * + * @param string $parent The service that is managing peering connectivity for a + * service producer's organization. For Google services that support this + * functionality, this value is `services/servicenetworking.googleapis.com`. + * @param Google_Service_ServiceNetworking_Connection $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceNetworking_Operation + */ + public function create($parent, Google_Service_ServiceNetworking_Connection $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ServiceNetworking_Operation"); + } + /** + * List the private connections that are configured in a service consumer's VPC + * network. (connections.listServicesConnections) + * + * @param string $parent The service that is managing peering connectivity for a + * service producer's organization. For Google services that support this + * functionality, this value is `services/servicenetworking.googleapis.com`. If + * you specify `services/-` as the parameter value, all configured peering + * services are listed. + * @param array $optParams Optional parameters. + * + * @opt_param string network The name of service consumer's VPC network that's + * connected with service producer network through a private connection. The + * network name must be in the following format: + * `projects/{project}/global/networks/{network}`. {project} is a project + * number, such as in `12345` that includes the VPC service consumer's VPC + * network. {network} is the name of the service consumer's VPC network. + * @return Google_Service_ServiceNetworking_ListConnectionsResponse + */ + public function listServicesConnections($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceNetworking_ListConnectionsResponse"); + } + /** + * Updates the allocated ranges that are assigned to a connection. The response + * from the `get` operation will be of type `Connection` if the operation + * successfully completes. (connections.patch) + * + * @param string $name 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_Connection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The update mask. If this is omitted, it defaults + * to "*". You can only update the listed peering ranges. + * @opt_param bool force If a previously defined allocated range is removed, + * force flag must be set to true. + * @return Google_Service_ServiceNetworking_Operation + */ + public function patch($name, Google_Service_ServiceNetworking_Connection $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ServiceNetworking_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SearchRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SearchRangeRequest.php new file mode 100644 index 000000000..8194787f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SearchRangeRequest.php @@ -0,0 +1,39 @@ +ipPrefixLength = $ipPrefixLength; + } + public function getIpPrefixLength() + { + return $this->ipPrefixLength; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Service.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Service.php new file mode 100644 index 000000000..3f2176319 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Service.php @@ -0,0 +1,419 @@ +apis = $apis; + } + /** + * @return Google_Service_ServiceNetworking_Api + */ + public function getApis() + { + return $this->apis; + } + /** + * @param Google_Service_ServiceNetworking_Authentication + */ + public function setAuthentication(Google_Service_ServiceNetworking_Authentication $authentication) + { + $this->authentication = $authentication; + } + /** + * @return Google_Service_ServiceNetworking_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + /** + * @param Google_Service_ServiceNetworking_Backend + */ + public function setBackend(Google_Service_ServiceNetworking_Backend $backend) + { + $this->backend = $backend; + } + /** + * @return Google_Service_ServiceNetworking_Backend + */ + public function getBackend() + { + return $this->backend; + } + /** + * @param Google_Service_ServiceNetworking_Billing + */ + public function setBilling(Google_Service_ServiceNetworking_Billing $billing) + { + $this->billing = $billing; + } + /** + * @return Google_Service_ServiceNetworking_Billing + */ + public function getBilling() + { + return $this->billing; + } + public function setConfigVersion($configVersion) + { + $this->configVersion = $configVersion; + } + public function getConfigVersion() + { + return $this->configVersion; + } + /** + * @param Google_Service_ServiceNetworking_Context + */ + public function setContext(Google_Service_ServiceNetworking_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_ServiceNetworking_Context + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_ServiceNetworking_Control + */ + public function setControl(Google_Service_ServiceNetworking_Control $control) + { + $this->control = $control; + } + /** + * @return Google_Service_ServiceNetworking_Control + */ + public function getControl() + { + return $this->control; + } + /** + * @param Google_Service_ServiceNetworking_CustomError + */ + public function setCustomError(Google_Service_ServiceNetworking_CustomError $customError) + { + $this->customError = $customError; + } + /** + * @return Google_Service_ServiceNetworking_CustomError + */ + public function getCustomError() + { + return $this->customError; + } + /** + * @param Google_Service_ServiceNetworking_Documentation + */ + public function setDocumentation(Google_Service_ServiceNetworking_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_ServiceNetworking_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + /** + * @param Google_Service_ServiceNetworking_Endpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_ServiceNetworking_Endpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + /** + * @param Google_Service_ServiceNetworking_Enum + */ + public function setEnums($enums) + { + $this->enums = $enums; + } + /** + * @return Google_Service_ServiceNetworking_Enum + */ + public function getEnums() + { + return $this->enums; + } + /** + * @param Google_Service_ServiceNetworking_Http + */ + public function setHttp(Google_Service_ServiceNetworking_Http $http) + { + $this->http = $http; + } + /** + * @return Google_Service_ServiceNetworking_Http + */ + public function getHttp() + { + return $this->http; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ServiceNetworking_Logging + */ + public function setLogging(Google_Service_ServiceNetworking_Logging $logging) + { + $this->logging = $logging; + } + /** + * @return Google_Service_ServiceNetworking_Logging + */ + public function getLogging() + { + return $this->logging; + } + /** + * @param Google_Service_ServiceNetworking_LogDescriptor + */ + public function setLogs($logs) + { + $this->logs = $logs; + } + /** + * @return Google_Service_ServiceNetworking_LogDescriptor + */ + public function getLogs() + { + return $this->logs; + } + /** + * @param Google_Service_ServiceNetworking_MetricDescriptor + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_ServiceNetworking_MetricDescriptor + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_ServiceNetworking_MonitoredResourceDescriptor + */ + public function setMonitoredResources($monitoredResources) + { + $this->monitoredResources = $monitoredResources; + } + /** + * @return Google_Service_ServiceNetworking_MonitoredResourceDescriptor + */ + public function getMonitoredResources() + { + return $this->monitoredResources; + } + /** + * @param Google_Service_ServiceNetworking_Monitoring + */ + public function setMonitoring(Google_Service_ServiceNetworking_Monitoring $monitoring) + { + $this->monitoring = $monitoring; + } + /** + * @return Google_Service_ServiceNetworking_Monitoring + */ + public function getMonitoring() + { + return $this->monitoring; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProducerProjectId($producerProjectId) + { + $this->producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } + /** + * @param Google_Service_ServiceNetworking_Quota + */ + public function setQuota(Google_Service_ServiceNetworking_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_ServiceNetworking_Quota + */ + public function getQuota() + { + return $this->quota; + } + /** + * @param Google_Service_ServiceNetworking_SourceInfo + */ + public function setSourceInfo(Google_Service_ServiceNetworking_SourceInfo $sourceInfo) + { + $this->sourceInfo = $sourceInfo; + } + /** + * @return Google_Service_ServiceNetworking_SourceInfo + */ + public function getSourceInfo() + { + return $this->sourceInfo; + } + /** + * @param Google_Service_ServiceNetworking_SystemParameters + */ + public function setSystemParameters(Google_Service_ServiceNetworking_SystemParameters $systemParameters) + { + $this->systemParameters = $systemParameters; + } + /** + * @return Google_Service_ServiceNetworking_SystemParameters + */ + public function getSystemParameters() + { + return $this->systemParameters; + } + /** + * @param Google_Service_ServiceNetworking_Type + */ + public function setSystemTypes($systemTypes) + { + $this->systemTypes = $systemTypes; + } + /** + * @return Google_Service_ServiceNetworking_Type + */ + public function getSystemTypes() + { + return $this->systemTypes; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ServiceNetworking_Type + */ + public function setTypes($types) + { + $this->types = $types; + } + /** + * @return Google_Service_ServiceNetworking_Type + */ + public function getTypes() + { + return $this->types; + } + /** + * @param Google_Service_ServiceNetworking_Usage + */ + public function setUsage(Google_Service_ServiceNetworking_Usage $usage) + { + $this->usage = $usage; + } + /** + * @return Google_Service_ServiceNetworking_Usage + */ + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ServicenetworkingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ServicenetworkingEmpty.php new file mode 100644 index 000000000..7897337b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/ServicenetworkingEmpty.php @@ -0,0 +1,20 @@ +fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SourceInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SourceInfo.php new file mode 100644 index 000000000..463162374 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SourceInfo.php @@ -0,0 +1,31 @@ +sourceFiles = $sourceFiles; + } + public function getSourceFiles() + { + return $this->sourceFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Status.php new file mode 100644 index 000000000..e3c403839 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/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/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Subnetwork.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Subnetwork.php new file mode 100644 index 000000000..96752a4b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Subnetwork.php @@ -0,0 +1,57 @@ +ipCidrRange = $ipCidrRange; + } + public function getIpCidrRange() + { + return $this->ipCidrRange; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setOutsideAllocation($outsideAllocation) + { + $this->outsideAllocation = $outsideAllocation; + } + public function getOutsideAllocation() + { + return $this->outsideAllocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameter.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameter.php new file mode 100644 index 000000000..7c8208ede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameter.php @@ -0,0 +1,48 @@ +httpHeader = $httpHeader; + } + public function getHttpHeader() + { + return $this->httpHeader; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUrlQueryParameter($urlQueryParameter) + { + $this->urlQueryParameter = $urlQueryParameter; + } + public function getUrlQueryParameter() + { + return $this->urlQueryParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameterRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameterRule.php new file mode 100644 index 000000000..03b613aec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameterRule.php @@ -0,0 +1,47 @@ +parameters = $parameters; + } + /** + * @return Google_Service_ServiceNetworking_SystemParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameters.php new file mode 100644 index 000000000..99e4bf85f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/SystemParameters.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_SystemParameterRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Type.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Type.php new file mode 100644 index 000000000..7319baad4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Type.php @@ -0,0 +1,97 @@ +fields = $fields; + } + /** + * @return Google_Service_ServiceNetworking_Field + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneofs($oneofs) + { + $this->oneofs = $oneofs; + } + public function getOneofs() + { + return $this->oneofs; + } + /** + * @param Google_Service_ServiceNetworking_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceNetworking_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceNetworking_SourceContext + */ + public function setSourceContext(Google_Service_ServiceNetworking_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceNetworking_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Usage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Usage.php new file mode 100644 index 000000000..fed00226e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Usage.php @@ -0,0 +1,56 @@ +producerNotificationChannel = $producerNotificationChannel; + } + public function getProducerNotificationChannel() + { + return $this->producerNotificationChannel; + } + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + public function getRequirements() + { + return $this->requirements; + } + /** + * @param Google_Service_ServiceNetworking_UsageRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceNetworking_UsageRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UsageRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UsageRule.php new file mode 100644 index 000000000..8fbb43aee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/UsageRule.php @@ -0,0 +1,48 @@ +allowUnregisteredCalls = $allowUnregisteredCalls; + } + public function getAllowUnregisteredCalls() + { + return $this->allowUnregisteredCalls; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } + public function setSkipServiceControl($skipServiceControl) + { + $this->skipServiceControl = $skipServiceControl; + } + public function getSkipServiceControl() + { + return $this->skipServiceControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php new file mode 100644 index 000000000..da2cdd100 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php @@ -0,0 +1,221 @@ + + * Manages service endpoints in Service Registry and provides integration with + * DNS for service discovery and name resolution. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceRegistry extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** View and manage your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN = + "https://www.googleapis.com/auth/ndev.cloudman"; + /** View your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN_READONLY = + "https://www.googleapis.com/auth/ndev.cloudman.readonly"; + + public $endpoints; + public $operations; + + /** + * Constructs the internal representation of the ServiceRegistry service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'serviceregistry/alpha/projects/'; + $this->version = 'alpha'; + $this->serviceName = 'serviceregistry'; + + $this->endpoints = new Google_Service_ServiceRegistry_Resource_Endpoints( + $this, + $this->serviceName, + 'endpoints', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/endpoints/{endpoint}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endpoint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/global/endpoints/{endpoint}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endpoint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/endpoints', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/endpoints', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/global/endpoints/{endpoint}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endpoint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{project}/global/endpoints/{endpoint}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'endpoint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_ServiceRegistry_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Endpoint.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Endpoint.php new file mode 100644 index 000000000..da9445d05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Endpoint.php @@ -0,0 +1,112 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setVisibility(Google_Service_ServiceRegistry_EndpointEndpointVisibility $visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointEndpointVisibility.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointEndpointVisibility.php new file mode 100644 index 000000000..e4002a904 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointEndpointVisibility.php @@ -0,0 +1,40 @@ +internalDnsName = $internalDnsName; + } + public function getInternalDnsName() + { + return $this->internalDnsName; + } + public function setNetworks($networks) + { + $this->networks = $networks; + } + public function getNetworks() + { + return $this->networks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointsListResponse.php new file mode 100644 index 000000000..780ac7323 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/EndpointsListResponse.php @@ -0,0 +1,41 @@ +endpoints = $endpoints; + } + public function getEndpoints() + { + return $this->endpoints; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Operation.php new file mode 100644 index 000000000..bcc893251 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Operation.php @@ -0,0 +1,231 @@ +clientOperationId = $clientOperationId; + } + public function getClientOperationId() + { + return $this->clientOperationId; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + 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 setError(Google_Service_ServiceRegistry_OperationError $error) + { + $this->error = $error; + } + public function getError() + { + return $this->error; + } + public function setHttpErrorMessage($httpErrorMessage) + { + $this->httpErrorMessage = $httpErrorMessage; + } + public function getHttpErrorMessage() + { + return $this->httpErrorMessage; + } + public function setHttpErrorStatusCode($httpErrorStatusCode) + { + $this->httpErrorStatusCode = $httpErrorStatusCode; + } + public function getHttpErrorStatusCode() + { + return $this->httpErrorStatusCode; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setInsertTime($insertTime) + { + $this->insertTime = $insertTime; + } + public function getInsertTime() + { + return $this->insertTime; + } + 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 setOperationType($operationType) + { + $this->operationType = $operationType; + } + public function getOperationType() + { + return $this->operationType; + } + public function setProgress($progress) + { + $this->progress = $progress; + } + public function getProgress() + { + return $this->progress; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setStatusMessage($statusMessage) + { + $this->statusMessage = $statusMessage; + } + public function getStatusMessage() + { + return $this->statusMessage; + } + public function setTargetId($targetId) + { + $this->targetId = $targetId; + } + public function getTargetId() + { + return $this->targetId; + } + public function setTargetLink($targetLink) + { + $this->targetLink = $targetLink; + } + public function getTargetLink() + { + return $this->targetLink; + } + public function setUser($user) + { + $this->user = $user; + } + public function getUser() + { + return $this->user; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationError.php new file mode 100644 index 000000000..57d4af13c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationError.php @@ -0,0 +1,32 @@ +errors = $errors; + } + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationErrorErrors.php new file mode 100644 index 000000000..b74e2cda7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationErrorErrors.php @@ -0,0 +1,48 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarnings.php new file mode 100644 index 000000000..8ee3931d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarnings.php @@ -0,0 +1,50 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarningsData.php new file mode 100644 index 000000000..719dff6e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationWarningsData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationsListResponse.php new file mode 100644 index 000000000..c55a4f40b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/OperationsListResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setOperations($operations) + { + $this->operations = $operations; + } + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Endpoints.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Endpoints.php new file mode 100644 index 000000000..512ee2a00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Endpoints.php @@ -0,0 +1,157 @@ + + * $serviceregistryService = new Google_Service_ServiceRegistry(...); + * $endpoints = $serviceregistryService->endpoints; + * + */ +class Google_Service_ServiceRegistry_Resource_Endpoints extends Google_Service_Resource +{ + /** + * Deletes an endpoint. (endpoints.delete) + * + * @param string $project The project ID for this request. + * @param string $endpoint The name of the endpoint for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceRegistry_Operation + */ + public function delete($project, $endpoint, $optParams = array()) + { + $params = array('project' => $project, 'endpoint' => $endpoint); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ServiceRegistry_Operation"); + } + /** + * Gets an endpoint. (endpoints.get) + * + * @param string $project The project ID for this request. + * @param string $endpoint The name of the endpoint for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceRegistry_Endpoint + */ + public function get($project, $endpoint, $optParams = array()) + { + $params = array('project' => $project, 'endpoint' => $endpoint); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceRegistry_Endpoint"); + } + /** + * Creates an endpoint. (endpoints.insert) + * + * @param string $project The project ID for this request. + * @param Google_Service_ServiceRegistry_Endpoint $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceRegistry_Operation + */ + public function insert($project, Google_Service_ServiceRegistry_Endpoint $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ServiceRegistry_Operation"); + } + /** + * Lists endpoints for a project. (endpoints.listEndpoints) + * + * @param string $project The project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Sets a filter expression for filtering listed + * resources, in the form filter={expression}. Your {expression} must be in the + * format: field_name comparison_string literal_string. + * + * The field_name is the name of the field you want to compare. Only atomic + * field types are supported (string, number, boolean). The comparison_string + * must be either eq (equals) or ne (not equals). The literal_string is the + * string value to filter to. The literal value must be valid for the type of + * field you are filtering by (string, number, boolean). For string fields, the + * literal value is interpreted as a regular expression using RE2 syntax. The + * literal value must match the entire field. + * + * For example, to filter for instances that do not have a name of example- + * instance, you would use filter=name ne example-instance. + * + * Compute Engine Beta API Only: When filtering in the Beta API, you can also + * filter on nested fields. For example, you could filter on instances that have + * set the scheduling.automaticRestart field to true. Use filtering on nested + * fields to take advantage of labels to organize and search for results based + * on label values. + * + * The Beta API also supports filtering on multiple expressions by providing + * each separate expression within parentheses. For example, + * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple + * expressions are treated as AND expressions, meaning that resources must match + * all expressions to pass the filters. + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_ServiceRegistry_EndpointsListResponse + */ + public function listEndpoints($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceRegistry_EndpointsListResponse"); + } + /** + * Updates an endpoint. This method supports patch semantics. (endpoints.patch) + * + * @param string $project The project ID for this request. + * @param string $endpoint The name of the endpoint for this request. + * @param Google_Service_ServiceRegistry_Endpoint $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceRegistry_Operation + */ + public function patch($project, $endpoint, Google_Service_ServiceRegistry_Endpoint $postBody, $optParams = array()) + { + $params = array('project' => $project, 'endpoint' => $endpoint, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ServiceRegistry_Operation"); + } + /** + * Updates an endpoint. (endpoints.update) + * + * @param string $project The project ID for this request. + * @param string $endpoint The name of the endpoint for this request. + * @param Google_Service_ServiceRegistry_Endpoint $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceRegistry_Operation + */ + public function update($project, $endpoint, Google_Service_ServiceRegistry_Endpoint $postBody, $optParams = array()) + { + $params = array('project' => $project, 'endpoint' => $endpoint, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ServiceRegistry_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Operations.php new file mode 100644 index 000000000..f4ba929cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry/Resource/Operations.php @@ -0,0 +1,99 @@ + + * $serviceregistryService = new Google_Service_ServiceRegistry(...); + * $operations = $serviceregistryService->operations; + * + */ +class Google_Service_ServiceRegistry_Resource_Operations extends Google_Service_Resource +{ + /** + * Gets information about a specific operation. (operations.get) + * + * @param string $project The project ID for this request. + * @param string $operation The name of the operation for this request. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceRegistry_Operation + */ + public function get($project, $operation, $optParams = array()) + { + $params = array('project' => $project, 'operation' => $operation); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceRegistry_Operation"); + } + /** + * Lists all operations for a project. (operations.listOperations) + * + * @param string $project The project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Sets a filter expression for filtering listed + * resources, in the form filter={expression}. Your {expression} must be in the + * format: field_name comparison_string literal_string. + * + * The field_name is the name of the field you want to compare. Only atomic + * field types are supported (string, number, boolean). The comparison_string + * must be either eq (equals) or ne (not equals). The literal_string is the + * string value to filter to. The literal value must be valid for the type of + * field you are filtering by (string, number, boolean). For string fields, the + * literal value is interpreted as a regular expression using RE2 syntax. The + * literal value must match the entire field. + * + * For example, to filter for instances that do not have a name of example- + * instance, you would use filter=name ne example-instance. + * + * Compute Engine Beta API Only: When filtering in the Beta API, you can also + * filter on nested fields. For example, you could filter on instances that have + * set the scheduling.automaticRestart field to true. Use filtering on nested + * fields to take advantage of labels to organize and search for results based + * on label values. + * + * The Beta API also supports filtering on multiple expressions by providing + * each separate expression within parentheses. For example, + * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple + * expressions are treated as AND expressions, meaning that resources must match + * all expressions to pass the filters. + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_ServiceRegistry_OperationsListResponse + */ + public function listOperations($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceRegistry_OperationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage.php new file mode 100644 index 000000000..418a713ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage.php @@ -0,0 +1,197 @@ + + * Enables services that service consumers want to use on Google Cloud Platform, + * lists the available or enabled services, or disables services that service + * consumers no longer use. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceUsage extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Manage your Google API service configuration. */ + const SERVICE_MANAGEMENT = + "https://www.googleapis.com/auth/service.management"; + + public $operations; + public $services; + + /** + * Constructs the internal representation of the ServiceUsage 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://serviceusage.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'serviceusage'; + + $this->operations = new Google_Service_ServiceUsage_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->services = new Google_Service_ServiceUsage_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'batchEnable' => array( + 'path' => 'v1/{+parent}/services:batchEnable', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'disable' => array( + 'path' => 'v1/{+name}:disable', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'enable' => array( + 'path' => 'v1/{+name}:enable', + '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}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Api.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Api.php new file mode 100644 index 000000000..3197d0e78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Api.php @@ -0,0 +1,113 @@ +methods = $methods; + } + /** + * @return Google_Service_ServiceUsage_Method + */ + public function getMethods() + { + return $this->methods; + } + /** + * @param Google_Service_ServiceUsage_Mixin + */ + public function setMixins($mixins) + { + $this->mixins = $mixins; + } + /** + * @return Google_Service_ServiceUsage_Mixin + */ + public function getMixins() + { + return $this->mixins; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUsage_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUsage_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceUsage_SourceContext + */ + public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceUsage_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthProvider.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthProvider.php new file mode 100644 index 000000000..78b4a5a34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthProvider.php @@ -0,0 +1,66 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setJwksUri($jwksUri) + { + $this->jwksUri = $jwksUri; + } + public function getJwksUri() + { + return $this->jwksUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthRequirement.php new file mode 100644 index 000000000..45fd87ae6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthRequirement.php @@ -0,0 +1,39 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Authentication.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Authentication.php new file mode 100644 index 000000000..bf01a42e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Authentication.php @@ -0,0 +1,54 @@ +providers = $providers; + } + /** + * @return Google_Service_ServiceUsage_AuthProvider + */ + public function getProviders() + { + return $this->providers; + } + /** + * @param Google_Service_ServiceUsage_AuthenticationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_AuthenticationRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthenticationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthenticationRule.php new file mode 100644 index 000000000..3e1d71771 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/AuthenticationRule.php @@ -0,0 +1,72 @@ +allowWithoutCredential = $allowWithoutCredential; + } + public function getAllowWithoutCredential() + { + return $this->allowWithoutCredential; + } + /** + * @param Google_Service_ServiceUsage_OAuthRequirements + */ + public function setOauth(Google_Service_ServiceUsage_OAuthRequirements $oauth) + { + $this->oauth = $oauth; + } + /** + * @return Google_Service_ServiceUsage_OAuthRequirements + */ + public function getOauth() + { + return $this->oauth; + } + /** + * @param Google_Service_ServiceUsage_AuthRequirement + */ + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + /** + * @return Google_Service_ServiceUsage_AuthRequirement + */ + public function getRequirements() + { + return $this->requirements; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Backend.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Backend.php new file mode 100644 index 000000000..1642e5bac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Backend.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_BackendRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BackendRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BackendRule.php new file mode 100644 index 000000000..b9f0fa7ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BackendRule.php @@ -0,0 +1,84 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDeadline($deadline) + { + $this->deadline = $deadline; + } + public function getDeadline() + { + return $this->deadline; + } + public function setJwtAudience($jwtAudience) + { + $this->jwtAudience = $jwtAudience; + } + public function getJwtAudience() + { + return $this->jwtAudience; + } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } + public function setOperationDeadline($operationDeadline) + { + $this->operationDeadline = $operationDeadline; + } + public function getOperationDeadline() + { + return $this->operationDeadline; + } + public function setPathTranslation($pathTranslation) + { + $this->pathTranslation = $pathTranslation; + } + public function getPathTranslation() + { + return $this->pathTranslation; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateAdminOverridesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateAdminOverridesResponse.php new file mode 100644 index 000000000..bee342865 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateAdminOverridesResponse.php @@ -0,0 +1,38 @@ +overrides = $overrides; + } + /** + * @return Google_Service_ServiceUsage_QuotaOverride + */ + public function getOverrides() + { + return $this->overrides; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateConsumerOverridesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateConsumerOverridesResponse.php new file mode 100644 index 000000000..e1f20deae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchCreateConsumerOverridesResponse.php @@ -0,0 +1,38 @@ +overrides = $overrides; + } + /** + * @return Google_Service_ServiceUsage_QuotaOverride + */ + public function getOverrides() + { + return $this->overrides; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesRequest.php new file mode 100644 index 000000000..6119c2714 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesRequest.php @@ -0,0 +1,31 @@ +serviceIds = $serviceIds; + } + public function getServiceIds() + { + return $this->serviceIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesResponse.php new file mode 100644 index 000000000..3ee8e2a1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BatchEnableServicesResponse.php @@ -0,0 +1,54 @@ +failures = $failures; + } + /** + * @return Google_Service_ServiceUsage_EnableFailure + */ + public function getFailures() + { + return $this->failures; + } + /** + * @param Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Billing.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Billing.php new file mode 100644 index 000000000..daf3a0b78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Billing.php @@ -0,0 +1,38 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceUsage_BillingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BillingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BillingDestination.php new file mode 100644 index 000000000..a618dc7a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/BillingDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CancelOperationRequest.php new file mode 100644 index 000000000..29993455b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CancelOperationRequest.php @@ -0,0 +1,20 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_ContextRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.php new file mode 100644 index 000000000..895089e0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.php @@ -0,0 +1,67 @@ +allowedRequestExtensions = $allowedRequestExtensions; + } + public function getAllowedRequestExtensions() + { + return $this->allowedRequestExtensions; + } + public function setAllowedResponseExtensions($allowedResponseExtensions) + { + $this->allowedResponseExtensions = $allowedResponseExtensions; + } + public function getAllowedResponseExtensions() + { + return $this->allowedResponseExtensions; + } + public function setProvided($provided) + { + $this->provided = $provided; + } + public function getProvided() + { + return $this->provided; + } + public function setRequested($requested) + { + $this->requested = $requested; + } + public function getRequested() + { + return $this->requested; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Control.php new file mode 100644 index 000000000..844acec1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Control.php @@ -0,0 +1,30 @@ +environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.php new file mode 100644 index 000000000..64fdee48a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.php @@ -0,0 +1,47 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_CustomErrorRule + */ + public function getRules() + { + return $this->rules; + } + public function setTypes($types) + { + $this->types = $types; + } + public function getTypes() + { + return $this->types; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.php new file mode 100644 index 000000000..f82e15f3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.php @@ -0,0 +1,39 @@ +isErrorType = $isErrorType; + } + public function getIsErrorType() + { + return $this->isErrorType; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.php new file mode 100644 index 000000000..0f27540e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.php new file mode 100644 index 000000000..84ea38186 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.php @@ -0,0 +1,30 @@ +disableDependentServices = $disableDependentServices; + } + public function getDisableDependentServices() + { + return $this->disableDependentServices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.php new file mode 100644 index 000000000..e9d8fe598 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.php @@ -0,0 +1,37 @@ +service = $service; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.php new file mode 100644 index 000000000..ef70e699b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.php @@ -0,0 +1,90 @@ +documentationRootUrl = $documentationRootUrl; + } + public function getDocumentationRootUrl() + { + return $this->documentationRootUrl; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + /** + * @param Google_Service_ServiceUsage_Page + */ + public function setPages($pages) + { + $this->pages = $pages; + } + /** + * @return Google_Service_ServiceUsage_Page + */ + public function getPages() + { + return $this->pages; + } + /** + * @param Google_Service_ServiceUsage_DocumentationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_DocumentationRule + */ + public function getRules() + { + return $this->rules; + } + public function setServiceRootUrl($serviceRootUrl) + { + $this->serviceRootUrl = $serviceRootUrl; + } + public function getServiceRootUrl() + { + return $this->serviceRootUrl; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DocumentationRule.php new file mode 100644 index 000000000..5e25d7969 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/DocumentationRule.php @@ -0,0 +1,48 @@ +deprecationDescription = $deprecationDescription; + } + public function getDeprecationDescription() + { + return $this->deprecationDescription; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableFailure.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableFailure.php new file mode 100644 index 000000000..30252b51d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableFailure.php @@ -0,0 +1,39 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setServiceId($serviceId) + { + $this->serviceId = $serviceId; + } + public function getServiceId() + { + return $this->serviceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableServiceRequest.php new file mode 100644 index 000000000..125f503de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnableServiceRequest.php @@ -0,0 +1,20 @@ +service = $service; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Endpoint.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Endpoint.php new file mode 100644 index 000000000..e21a83d04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Endpoint.php @@ -0,0 +1,67 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setAllowCors($allowCors) + { + $this->allowCors = $allowCors; + } + public function getAllowCors() + { + return $this->allowCors; + } + public function setFeatures($features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.php new file mode 100644 index 000000000..3a83f27ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.php @@ -0,0 +1,88 @@ +enumvalue = $enumvalue; + } + /** + * @return Google_Service_ServiceUsage_EnumValue + */ + public function getEnumvalue() + { + return $this->enumvalue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUsage_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUsage_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceUsage_SourceContext + */ + public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceUsage_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnumValue.php new file mode 100644 index 000000000..25efdfb8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/EnumValue.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + /** + * @param Google_Service_ServiceUsage_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUsage_Option + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Field.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Field.php new file mode 100644 index 000000000..9a01ac7ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Field.php @@ -0,0 +1,119 @@ +cardinality = $cardinality; + } + public function getCardinality() + { + return $this->cardinality; + } + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setJsonName($jsonName) + { + $this->jsonName = $jsonName; + } + public function getJsonName() + { + return $this->jsonName; + } + 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 setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setOneofIndex($oneofIndex) + { + $this->oneofIndex = $oneofIndex; + } + public function getOneofIndex() + { + return $this->oneofIndex; + } + /** + * @param Google_Service_ServiceUsage_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUsage_Option + */ + public function getOptions() + { + return $this->options; + } + public function setPacked($packed) + { + $this->packed = $packed; + } + public function getPacked() + { + return $this->packed; + } + public function setTypeUrl($typeUrl) + { + $this->typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php new file mode 100644 index 000000000..82edb8fa2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php @@ -0,0 +1,46 @@ +identity = $identity; + } + /** + * @return Google_Service_ServiceUsage_ServiceIdentity + */ + public function getIdentity() + { + return $this->identity; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.php new file mode 100644 index 000000000..c7542d3c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.php @@ -0,0 +1,419 @@ +apis = $apis; + } + /** + * @return Google_Service_ServiceUsage_Api + */ + public function getApis() + { + return $this->apis; + } + /** + * @param Google_Service_ServiceUsage_Authentication + */ + public function setAuthentication(Google_Service_ServiceUsage_Authentication $authentication) + { + $this->authentication = $authentication; + } + /** + * @return Google_Service_ServiceUsage_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + /** + * @param Google_Service_ServiceUsage_Backend + */ + public function setBackend(Google_Service_ServiceUsage_Backend $backend) + { + $this->backend = $backend; + } + /** + * @return Google_Service_ServiceUsage_Backend + */ + public function getBackend() + { + return $this->backend; + } + /** + * @param Google_Service_ServiceUsage_Billing + */ + public function setBilling(Google_Service_ServiceUsage_Billing $billing) + { + $this->billing = $billing; + } + /** + * @return Google_Service_ServiceUsage_Billing + */ + public function getBilling() + { + return $this->billing; + } + public function setConfigVersion($configVersion) + { + $this->configVersion = $configVersion; + } + public function getConfigVersion() + { + return $this->configVersion; + } + /** + * @param Google_Service_ServiceUsage_Context + */ + public function setContext(Google_Service_ServiceUsage_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_ServiceUsage_Context + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_ServiceUsage_Control + */ + public function setControl(Google_Service_ServiceUsage_Control $control) + { + $this->control = $control; + } + /** + * @return Google_Service_ServiceUsage_Control + */ + public function getControl() + { + return $this->control; + } + /** + * @param Google_Service_ServiceUsage_CustomError + */ + public function setCustomError(Google_Service_ServiceUsage_CustomError $customError) + { + $this->customError = $customError; + } + /** + * @return Google_Service_ServiceUsage_CustomError + */ + public function getCustomError() + { + return $this->customError; + } + /** + * @param Google_Service_ServiceUsage_Documentation + */ + public function setDocumentation(Google_Service_ServiceUsage_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_ServiceUsage_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + /** + * @param Google_Service_ServiceUsage_Endpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_ServiceUsage_Endpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + /** + * @param Google_Service_ServiceUsage_Enum + */ + public function setEnums($enums) + { + $this->enums = $enums; + } + /** + * @return Google_Service_ServiceUsage_Enum + */ + public function getEnums() + { + return $this->enums; + } + /** + * @param Google_Service_ServiceUsage_Http + */ + public function setHttp(Google_Service_ServiceUsage_Http $http) + { + $this->http = $http; + } + /** + * @return Google_Service_ServiceUsage_Http + */ + public function getHttp() + { + return $this->http; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ServiceUsage_Logging + */ + public function setLogging(Google_Service_ServiceUsage_Logging $logging) + { + $this->logging = $logging; + } + /** + * @return Google_Service_ServiceUsage_Logging + */ + public function getLogging() + { + return $this->logging; + } + /** + * @param Google_Service_ServiceUsage_LogDescriptor + */ + public function setLogs($logs) + { + $this->logs = $logs; + } + /** + * @return Google_Service_ServiceUsage_LogDescriptor + */ + public function getLogs() + { + return $this->logs; + } + /** + * @param Google_Service_ServiceUsage_MetricDescriptor + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_ServiceUsage_MetricDescriptor + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_ServiceUsage_MonitoredResourceDescriptor + */ + public function setMonitoredResources($monitoredResources) + { + $this->monitoredResources = $monitoredResources; + } + /** + * @return Google_Service_ServiceUsage_MonitoredResourceDescriptor + */ + public function getMonitoredResources() + { + return $this->monitoredResources; + } + /** + * @param Google_Service_ServiceUsage_Monitoring + */ + public function setMonitoring(Google_Service_ServiceUsage_Monitoring $monitoring) + { + $this->monitoring = $monitoring; + } + /** + * @return Google_Service_ServiceUsage_Monitoring + */ + public function getMonitoring() + { + return $this->monitoring; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProducerProjectId($producerProjectId) + { + $this->producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } + /** + * @param Google_Service_ServiceUsage_Quota + */ + public function setQuota(Google_Service_ServiceUsage_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_ServiceUsage_Quota + */ + public function getQuota() + { + return $this->quota; + } + /** + * @param Google_Service_ServiceUsage_SourceInfo + */ + public function setSourceInfo(Google_Service_ServiceUsage_SourceInfo $sourceInfo) + { + $this->sourceInfo = $sourceInfo; + } + /** + * @return Google_Service_ServiceUsage_SourceInfo + */ + public function getSourceInfo() + { + return $this->sourceInfo; + } + /** + * @param Google_Service_ServiceUsage_SystemParameters + */ + public function setSystemParameters(Google_Service_ServiceUsage_SystemParameters $systemParameters) + { + $this->systemParameters = $systemParameters; + } + /** + * @return Google_Service_ServiceUsage_SystemParameters + */ + public function getSystemParameters() + { + return $this->systemParameters; + } + /** + * @param Google_Service_ServiceUsage_Type + */ + public function setSystemTypes($systemTypes) + { + $this->systemTypes = $systemTypes; + } + /** + * @return Google_Service_ServiceUsage_Type + */ + public function getSystemTypes() + { + return $this->systemTypes; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ServiceUsage_Type + */ + public function setTypes($types) + { + $this->types = $types; + } + /** + * @return Google_Service_ServiceUsage_Type + */ + public function getTypes() + { + return $this->types; + } + /** + * @param Google_Service_ServiceUsage_Usage + */ + public function setUsage(Google_Service_ServiceUsage_Usage $usage) + { + $this->usage = $usage; + } + /** + * @return Google_Service_ServiceUsage_Usage + */ + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.php new file mode 100644 index 000000000..3133ebf55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.php @@ -0,0 +1,31 @@ +resourceNames = $resourceNames; + } + public function getResourceNames() + { + return $this->resourceNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1Service.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1Service.php new file mode 100644 index 000000000..bff783c86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1Service.php @@ -0,0 +1,64 @@ +config = $config; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1ServiceConfig + */ + public function getConfig() + { + return $this->config; + } + 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; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1ServiceConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1ServiceConfig.php new file mode 100644 index 000000000..931f940e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1ServiceConfig.php @@ -0,0 +1,136 @@ +apis = $apis; + } + /** + * @return Google_Service_ServiceUsage_Api + */ + public function getApis() + { + return $this->apis; + } + /** + * @param Google_Service_ServiceUsage_Authentication + */ + public function setAuthentication(Google_Service_ServiceUsage_Authentication $authentication) + { + $this->authentication = $authentication; + } + /** + * @return Google_Service_ServiceUsage_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + /** + * @param Google_Service_ServiceUsage_Documentation + */ + public function setDocumentation(Google_Service_ServiceUsage_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_ServiceUsage_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + /** + * @param Google_Service_ServiceUsage_Endpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_ServiceUsage_Endpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUsage_Quota + */ + public function setQuota(Google_Service_ServiceUsage_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_ServiceUsage_Quota + */ + public function getQuota() + { + return $this->quota; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ServiceUsage_Usage + */ + public function setUsage(Google_Service_ServiceUsage_Usage $usage) + { + $this->usage = $usage; + } + /** + * @return Google_Service_ServiceUsage_Usage + */ + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.php new file mode 100644 index 000000000..867025421 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.php @@ -0,0 +1,46 @@ +identity = $identity; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1beta1ServiceIdentity + */ + public function getIdentity() + { + return $this->identity; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php new file mode 100644 index 000000000..abc25eb59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Http.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Http.php new file mode 100644 index 000000000..4cb854251 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Http.php @@ -0,0 +1,47 @@ +fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; + } + public function getFullyDecodeReservedExpansion() + { + return $this->fullyDecodeReservedExpansion; + } + /** + * @param Google_Service_ServiceUsage_HttpRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_HttpRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/HttpRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/HttpRule.php new file mode 100644 index 000000000..f9f70c8f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/HttpRule.php @@ -0,0 +1,126 @@ +additionalBindings = $additionalBindings; + } + /** + * @return Google_Service_ServiceUsage_HttpRule + */ + public function getAdditionalBindings() + { + return $this->additionalBindings; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + /** + * @param Google_Service_ServiceUsage_CustomHttpPattern + */ + public function setCustom(Google_Service_ServiceUsage_CustomHttpPattern $custom) + { + $this->custom = $custom; + } + /** + * @return Google_Service_ServiceUsage_CustomHttpPattern + */ + public function getCustom() + { + return $this->custom; + } + public function setDelete($delete) + { + $this->delete = $delete; + } + public function getDelete() + { + return $this->delete; + } + public function setGet($get) + { + $this->get = $get; + } + public function getGet() + { + return $this->get; + } + public function setPatch($patch) + { + $this->patch = $patch; + } + public function getPatch() + { + return $this->patch; + } + public function setPost($post) + { + $this->post = $post; + } + public function getPost() + { + return $this->post; + } + public function setPut($put) + { + $this->put = $put; + } + public function getPut() + { + return $this->put; + } + public function setResponseBody($responseBody) + { + $this->responseBody = $responseBody; + } + public function getResponseBody() + { + return $this->responseBody; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LabelDescriptor.php new file mode 100644 index 000000000..1b7abb6ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListOperationsResponse.php new file mode 100644 index 000000000..d37aaa47a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceUsage_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_ServiceUsage_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListServicesResponse.php new file mode 100644 index 000000000..e5230fefd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ListServicesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LogDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LogDescriptor.php new file mode 100644 index 000000000..d1725122f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LogDescriptor.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceUsage_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceUsage_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Logging.php new file mode 100644 index 000000000..f3d1f5a4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Logging.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceUsage_LoggingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceUsage_LoggingDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceUsage_LoggingDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LoggingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LoggingDestination.php new file mode 100644 index 000000000..54b7f9734 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/LoggingDestination.php @@ -0,0 +1,40 @@ +logs = $logs; + } + public function getLogs() + { + return $this->logs; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Method.php new file mode 100644 index 000000000..4169dbe0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Method.php @@ -0,0 +1,92 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUsage_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUsage_Option + */ + public function getOptions() + { + return $this->options; + } + public function setRequestStreaming($requestStreaming) + { + $this->requestStreaming = $requestStreaming; + } + public function getRequestStreaming() + { + return $this->requestStreaming; + } + public function setRequestTypeUrl($requestTypeUrl) + { + $this->requestTypeUrl = $requestTypeUrl; + } + public function getRequestTypeUrl() + { + return $this->requestTypeUrl; + } + public function setResponseStreaming($responseStreaming) + { + $this->responseStreaming = $responseStreaming; + } + public function getResponseStreaming() + { + return $this->responseStreaming; + } + public function setResponseTypeUrl($responseTypeUrl) + { + $this->responseTypeUrl = $responseTypeUrl; + } + public function getResponseTypeUrl() + { + return $this->responseTypeUrl; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php new file mode 100644 index 000000000..1487bd581 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php @@ -0,0 +1,135 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceUsage_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceUsage_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + /** + * @param Google_Service_ServiceUsage_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_ServiceUsage_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_ServiceUsage_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptorMetadata.php new file mode 100644 index 000000000..347ca34c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricRule.php new file mode 100644 index 000000000..7c09dc413 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricRule.php @@ -0,0 +1,39 @@ +metricCosts = $metricCosts; + } + public function getMetricCosts() + { + return $this->metricCosts; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Mixin.php new file mode 100644 index 000000000..a9cd30868 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Mixin.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRoot($root) + { + $this->root = $root; + } + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..591c686b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoredResourceDescriptor.php @@ -0,0 +1,83 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceUsage_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceUsage_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Monitoring.php new file mode 100644 index 000000000..b34e213c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Monitoring.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceUsage_MonitoringDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceUsage_MonitoringDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceUsage_MonitoringDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoringDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoringDestination.php new file mode 100644 index 000000000..096708f1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MonitoringDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OAuthRequirements.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OAuthRequirements.php new file mode 100644 index 000000000..369be2fee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OAuthRequirements.php @@ -0,0 +1,30 @@ +canonicalScopes = $canonicalScopes; + } + public function getCanonicalScopes() + { + return $this->canonicalScopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Operation.php new file mode 100644 index 000000000..635161ce6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ServiceUsage_Status + */ + public function setError(Google_Service_ServiceUsage_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ServiceUsage_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/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OperationMetadata.php new file mode 100644 index 000000000..7e5d1826e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/OperationMetadata.php @@ -0,0 +1,31 @@ +resourceNames = $resourceNames; + } + public function getResourceNames() + { + return $this->resourceNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Option.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Option.php new file mode 100644 index 000000000..ee2a0d005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Option.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Page.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Page.php new file mode 100644 index 000000000..5fc97e379 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Page.php @@ -0,0 +1,56 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUsage_Page + */ + public function setSubpages($subpages) + { + $this->subpages = $subpages; + } + /** + * @return Google_Service_ServiceUsage_Page + */ + public function getSubpages() + { + return $this->subpages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Quota.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Quota.php new file mode 100644 index 000000000..83409b62e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Quota.php @@ -0,0 +1,54 @@ +limits = $limits; + } + /** + * @return Google_Service_ServiceUsage_QuotaLimit + */ + public function getLimits() + { + return $this->limits; + } + /** + * @param Google_Service_ServiceUsage_MetricRule + */ + public function setMetricRules($metricRules) + { + $this->metricRules = $metricRules; + } + /** + * @return Google_Service_ServiceUsage_MetricRule + */ + public function getMetricRules() + { + return $this->metricRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaLimit.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaLimit.php new file mode 100644 index 000000000..7dd33410d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaLimit.php @@ -0,0 +1,111 @@ +defaultLimit = $defaultLimit; + } + public function getDefaultLimit() + { + return $this->defaultLimit; + } + 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 setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFreeTier($freeTier) + { + $this->freeTier = $freeTier; + } + public function getFreeTier() + { + return $this->freeTier; + } + public function setMaxLimit($maxLimit) + { + $this->maxLimit = $maxLimit; + } + public function getMaxLimit() + { + return $this->maxLimit; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaOverride.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaOverride.php new file mode 100644 index 000000000..3c8b27859 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/QuotaOverride.php @@ -0,0 +1,48 @@ +dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOverrideValue($overrideValue) + { + $this->overrideValue = $overrideValue; + } + public function getOverrideValue() + { + return $this->overrideValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Operations.php new file mode 100644 index 000000000..834ee575f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $serviceusageService = new Google_Service_ServiceUsage(...); + * $operations = $serviceusageService->operations; + * + */ +class Google_Service_ServiceUsage_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_ServiceUsage_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUsage_ServiceusageEmpty + */ + public function cancel($name, Google_Service_ServiceUsage_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_ServiceUsage_ServiceusageEmpty"); + } + /** + * 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_ServiceUsage_ServiceusageEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_ServiceUsage_ServiceusageEmpty"); + } + /** + * 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_ServiceUsage_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceUsage_Operation"); + } + /** + * 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 array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string name The name of the operation's parent resource. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_ServiceUsage_ListOperationsResponse + */ + public function listOperations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceUsage_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Services.php new file mode 100644 index 000000000..ce1c2cf5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Resource/Services.php @@ -0,0 +1,145 @@ + + * $serviceusageService = new Google_Service_ServiceUsage(...); + * $services = $serviceusageService->services; + * + */ +class Google_Service_ServiceUsage_Resource_Services extends Google_Service_Resource +{ + /** + * Enable multiple services on a project. The operation is atomic: if enabling + * any service fails, then the entire batch fails, and no state changes occur. + * To enable a single service, use the `EnableService` method instead. + * (services.batchEnable) + * + * @param string $parent Parent to enable services on. + * + * An example name would be: `projects/123` where `123` is the project number. + * + * The `BatchEnableServices` method currently only supports projects. + * @param Google_Service_ServiceUsage_BatchEnableServicesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUsage_Operation + */ + public function batchEnable($parent, Google_Service_ServiceUsage_BatchEnableServicesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchEnable', array($params), "Google_Service_ServiceUsage_Operation"); + } + /** + * Disable a service so that it can no longer be used with a project. This + * prevents unintended usage that may cause unexpected billing charges or + * security leaks. + * + * It is not valid to call the disable method on a service that is not currently + * enabled. Callers will receive a `FAILED_PRECONDITION` status if the target + * service is not currently enabled. (services.disable) + * + * @param string $name Name of the consumer and service to disable the service + * on. + * + * The enable and disable methods currently only support projects. + * + * An example name would be: `projects/123/services/serviceusage.googleapis.com` + * where `123` is the project number. + * @param Google_Service_ServiceUsage_DisableServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUsage_Operation + */ + public function disable($name, Google_Service_ServiceUsage_DisableServiceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('disable', array($params), "Google_Service_ServiceUsage_Operation"); + } + /** + * Enable a service so that it can be used with a project. (services.enable) + * + * @param string $name Name of the consumer and service to enable the service + * on. + * + * The `EnableService` and `DisableService` methods currently only support + * projects. + * + * Enabling a service requires that the service is public or is shared with the + * user enabling the service. + * + * An example name would be: `projects/123/services/serviceusage.googleapis.com` + * where `123` is the project number. + * @param Google_Service_ServiceUsage_EnableServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUsage_Operation + */ + public function enable($name, Google_Service_ServiceUsage_EnableServiceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('enable', array($params), "Google_Service_ServiceUsage_Operation"); + } + /** + * Returns the service configuration and enabled state for a given service. + * (services.get) + * + * @param string $name Name of the consumer and service to get the + * `ConsumerState` for. + * + * An example name would be: `projects/123/services/serviceusage.googleapis.com` + * where `123` is the project number. + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1Service + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ServiceUsage_GoogleApiServiceusageV1Service"); + } + /** + * List all services available to the specified project, and the current state + * of those services with respect to the project. The list includes all public + * services, all services for which the calling user has the + * `servicemanagement.services.bind` permission, and all services that have + * already been enabled on the project. The list can be filtered to only include + * services in a specific state, for example to only include services enabled on + * the project. (services.listServices) + * + * @param string $parent Parent to search for services on. + * + * An example name would be: `projects/123` where `123` is the project number. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Only list services that conform to the given filter. + * The allowed filter strings are `state:ENABLED` and `state:DISABLED`. + * @opt_param string pageToken Token identifying which result to start with, + * which is returned by a previous list call. + * @opt_param int pageSize Requested size of the next page of data. Requested + * page size cannot exceed 200. If not set, the default page size is 50. + * @return Google_Service_ServiceUsage_ListServicesResponse + */ + public function listServices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceUsage_ListServicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.php new file mode 100644 index 000000000..0d6125285 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceusageEmpty.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceusageEmpty.php new file mode 100644 index 000000000..1c1c200ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceusageEmpty.php @@ -0,0 +1,20 @@ +fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceInfo.php new file mode 100644 index 000000000..46e51ccf7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SourceInfo.php @@ -0,0 +1,31 @@ +sourceFiles = $sourceFiles; + } + public function getSourceFiles() + { + return $this->sourceFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Status.php new file mode 100644 index 000000000..4dab88eee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/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/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameter.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameter.php new file mode 100644 index 000000000..a31833dfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameter.php @@ -0,0 +1,48 @@ +httpHeader = $httpHeader; + } + public function getHttpHeader() + { + return $this->httpHeader; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUrlQueryParameter($urlQueryParameter) + { + $this->urlQueryParameter = $urlQueryParameter; + } + public function getUrlQueryParameter() + { + return $this->urlQueryParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.php new file mode 100644 index 000000000..b16aba3c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.php @@ -0,0 +1,47 @@ +parameters = $parameters; + } + /** + * @return Google_Service_ServiceUsage_SystemParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.php new file mode 100644 index 000000000..82a2dc4b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_SystemParameterRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Type.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Type.php new file mode 100644 index 000000000..3ff96ddf2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Type.php @@ -0,0 +1,97 @@ +fields = $fields; + } + /** + * @return Google_Service_ServiceUsage_Field + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneofs($oneofs) + { + $this->oneofs = $oneofs; + } + public function getOneofs() + { + return $this->oneofs; + } + /** + * @param Google_Service_ServiceUsage_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUsage_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceUsage_SourceContext + */ + public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceUsage_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.php new file mode 100644 index 000000000..2f45e21cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.php @@ -0,0 +1,56 @@ +producerNotificationChannel = $producerNotificationChannel; + } + public function getProducerNotificationChannel() + { + return $this->producerNotificationChannel; + } + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + public function getRequirements() + { + return $this->requirements; + } + /** + * @param Google_Service_ServiceUsage_UsageRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUsage_UsageRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/UsageRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/UsageRule.php new file mode 100644 index 000000000..77eb3ea1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/UsageRule.php @@ -0,0 +1,48 @@ +allowUnregisteredCalls = $allowUnregisteredCalls; + } + public function getAllowUnregisteredCalls() + { + return $this->allowUnregisteredCalls; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } + public function setSkipServiceControl($skipServiceControl) + { + $this->skipServiceControl = $skipServiceControl; + } + public function getSkipServiceControl() + { + return $this->skipServiceControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser.php new file mode 100644 index 000000000..0d5391a36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser.php @@ -0,0 +1,133 @@ + + * Enables services that service consumers want to use on Google Cloud Platform, + * lists the available or enabled services, or disables services that service + * consumers no longer use. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ServiceUser extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Manage your Google API service configuration. */ + const SERVICE_MANAGEMENT = + "https://www.googleapis.com/auth/service.management"; + + public $projects_services; + public $services; + + /** + * Constructs the internal representation of the ServiceUser service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://serviceuser.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v1'; + $this->serviceName = 'serviceuser'; + + $this->projects_services = new Google_Service_ServiceUser_Resource_ProjectsServices( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'disable' => array( + 'path' => 'v1/{+name}:disable', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'enable' => array( + 'path' => 'v1/{+name}:enable', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->services = new Google_Service_ServiceUser_Resource_Services( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'search' => array( + 'path' => 'v1/services:search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.php new file mode 100644 index 000000000..27ed6f9b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.php @@ -0,0 +1,113 @@ +methods = $methods; + } + /** + * @return Google_Service_ServiceUser_Method + */ + public function getMethods() + { + return $this->methods; + } + /** + * @param Google_Service_ServiceUser_Mixin + */ + public function setMixins($mixins) + { + $this->mixins = $mixins; + } + /** + * @return Google_Service_ServiceUser_Mixin + */ + public function getMixins() + { + return $this->mixins; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUser_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUser_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceUser_SourceContext + */ + public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceUser_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php new file mode 100644 index 000000000..59445e50e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php @@ -0,0 +1,66 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIssuer($issuer) + { + $this->issuer = $issuer; + } + public function getIssuer() + { + return $this->issuer; + } + public function setJwksUri($jwksUri) + { + $this->jwksUri = $jwksUri; + } + public function getJwksUri() + { + return $this->jwksUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php new file mode 100644 index 000000000..b75f29efa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php @@ -0,0 +1,39 @@ +audiences = $audiences; + } + public function getAudiences() + { + return $this->audiences; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Authentication.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Authentication.php new file mode 100644 index 000000000..4565cde39 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Authentication.php @@ -0,0 +1,54 @@ +providers = $providers; + } + /** + * @return Google_Service_ServiceUser_AuthProvider + */ + public function getProviders() + { + return $this->providers; + } + /** + * @param Google_Service_ServiceUser_AuthenticationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUser_AuthenticationRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthenticationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthenticationRule.php new file mode 100644 index 000000000..f1bad9be7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthenticationRule.php @@ -0,0 +1,72 @@ +allowWithoutCredential = $allowWithoutCredential; + } + public function getAllowWithoutCredential() + { + return $this->allowWithoutCredential; + } + /** + * @param Google_Service_ServiceUser_OAuthRequirements + */ + public function setOauth(Google_Service_ServiceUser_OAuthRequirements $oauth) + { + $this->oauth = $oauth; + } + /** + * @return Google_Service_ServiceUser_OAuthRequirements + */ + public function getOauth() + { + return $this->oauth; + } + /** + * @param Google_Service_ServiceUser_AuthRequirement + */ + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + /** + * @return Google_Service_ServiceUser_AuthRequirement + */ + public function getRequirements() + { + return $this->requirements; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php new file mode 100644 index 000000000..c4ed8e2f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php @@ -0,0 +1,30 @@ +provider = $provider; + } + public function getProvider() + { + return $this->provider; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Backend.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Backend.php new file mode 100644 index 000000000..a36ddc917 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Backend.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUser_BackendRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BackendRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BackendRule.php new file mode 100644 index 000000000..211ad689b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BackendRule.php @@ -0,0 +1,57 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setDeadline($deadline) + { + $this->deadline = $deadline; + } + public function getDeadline() + { + return $this->deadline; + } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Billing.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Billing.php new file mode 100644 index 000000000..7311ee492 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Billing.php @@ -0,0 +1,38 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceUser_BillingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BillingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BillingDestination.php new file mode 100644 index 000000000..0fa4ec98f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BillingDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php new file mode 100644 index 000000000..c41eab41d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUser_ContextRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ContextRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ContextRule.php new file mode 100644 index 000000000..35c301140 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ContextRule.php @@ -0,0 +1,67 @@ +allowedRequestExtensions = $allowedRequestExtensions; + } + public function getAllowedRequestExtensions() + { + return $this->allowedRequestExtensions; + } + public function setAllowedResponseExtensions($allowedResponseExtensions) + { + $this->allowedResponseExtensions = $allowedResponseExtensions; + } + public function getAllowedResponseExtensions() + { + return $this->allowedResponseExtensions; + } + public function setProvided($provided) + { + $this->provided = $provided; + } + public function getProvided() + { + return $this->provided; + } + public function setRequested($requested) + { + $this->requested = $requested; + } + public function getRequested() + { + return $this->requested; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php new file mode 100644 index 000000000..336ec7b75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php @@ -0,0 +1,30 @@ +environment = $environment; + } + public function getEnvironment() + { + return $this->environment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomError.php new file mode 100644 index 000000000..6de4f6284 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomError.php @@ -0,0 +1,47 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUser_CustomErrorRule + */ + public function getRules() + { + return $this->rules; + } + public function setTypes($types) + { + $this->types = $types; + } + public function getTypes() + { + return $this->types; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php new file mode 100644 index 000000000..cf77aa3a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php @@ -0,0 +1,39 @@ +isErrorType = $isErrorType; + } + public function getIsErrorType() + { + return $this->isErrorType; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomHttpPattern.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomHttpPattern.php new file mode 100644 index 000000000..7558cc76b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomHttpPattern.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DisableServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DisableServiceRequest.php new file mode 100644 index 000000000..b719f8081 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DisableServiceRequest.php @@ -0,0 +1,20 @@ +documentationRootUrl = $documentationRootUrl; + } + public function getDocumentationRootUrl() + { + return $this->documentationRootUrl; + } + public function setOverview($overview) + { + $this->overview = $overview; + } + public function getOverview() + { + return $this->overview; + } + /** + * @param Google_Service_ServiceUser_Page + */ + public function setPages($pages) + { + $this->pages = $pages; + } + /** + * @return Google_Service_ServiceUser_Page + */ + public function getPages() + { + return $this->pages; + } + /** + * @param Google_Service_ServiceUser_DocumentationRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUser_DocumentationRule + */ + public function getRules() + { + return $this->rules; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php new file mode 100644 index 000000000..8724a9d14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php @@ -0,0 +1,48 @@ +deprecationDescription = $deprecationDescription; + } + public function getDeprecationDescription() + { + return $this->deprecationDescription; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnableServiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnableServiceRequest.php new file mode 100644 index 000000000..c92e59eaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnableServiceRequest.php @@ -0,0 +1,20 @@ +aliases = $aliases; + } + public function getAliases() + { + return $this->aliases; + } + public function setAllowCors($allowCors) + { + $this->allowCors = $allowCors; + } + public function getAllowCors() + { + return $this->allowCors; + } + public function setFeatures($features) + { + $this->features = $features; + } + public function getFeatures() + { + return $this->features; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.php new file mode 100644 index 000000000..7278c1264 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.php @@ -0,0 +1,88 @@ +enumvalue = $enumvalue; + } + /** + * @return Google_Service_ServiceUser_EnumValue + */ + public function getEnumvalue() + { + return $this->enumvalue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUser_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUser_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceUser_SourceContext + */ + public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceUser_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php new file mode 100644 index 000000000..0ef396a8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php @@ -0,0 +1,56 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + /** + * @param Google_Service_ServiceUser_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUser_Option + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Experimental.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Experimental.php new file mode 100644 index 000000000..56e7f899a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Experimental.php @@ -0,0 +1,37 @@ +authorization = $authorization; + } + /** + * @return Google_Service_ServiceUser_AuthorizationConfig + */ + public function getAuthorization() + { + return $this->authorization; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Field.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Field.php new file mode 100644 index 000000000..f5e07629b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Field.php @@ -0,0 +1,119 @@ +cardinality = $cardinality; + } + public function getCardinality() + { + return $this->cardinality; + } + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + public function getDefaultValue() + { + return $this->defaultValue; + } + public function setJsonName($jsonName) + { + $this->jsonName = $jsonName; + } + public function getJsonName() + { + return $this->jsonName; + } + 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 setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setOneofIndex($oneofIndex) + { + $this->oneofIndex = $oneofIndex; + } + public function getOneofIndex() + { + return $this->oneofIndex; + } + /** + * @param Google_Service_ServiceUser_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUser_Option + */ + public function getOptions() + { + return $this->options; + } + public function setPacked($packed) + { + $this->packed = $packed; + } + public function getPacked() + { + return $this->packed; + } + public function setTypeUrl($typeUrl) + { + $this->typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.php new file mode 100644 index 000000000..d9c069e79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.php @@ -0,0 +1,47 @@ +fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion; + } + public function getFullyDecodeReservedExpansion() + { + return $this->fullyDecodeReservedExpansion; + } + /** + * @param Google_Service_ServiceUser_HttpRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUser_HttpRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/HttpRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/HttpRule.php new file mode 100644 index 000000000..8ab47e180 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/HttpRule.php @@ -0,0 +1,126 @@ +additionalBindings = $additionalBindings; + } + /** + * @return Google_Service_ServiceUser_HttpRule + */ + public function getAdditionalBindings() + { + return $this->additionalBindings; + } + public function setBody($body) + { + $this->body = $body; + } + public function getBody() + { + return $this->body; + } + /** + * @param Google_Service_ServiceUser_CustomHttpPattern + */ + public function setCustom(Google_Service_ServiceUser_CustomHttpPattern $custom) + { + $this->custom = $custom; + } + /** + * @return Google_Service_ServiceUser_CustomHttpPattern + */ + public function getCustom() + { + return $this->custom; + } + public function setDelete($delete) + { + $this->delete = $delete; + } + public function getDelete() + { + return $this->delete; + } + public function setGet($get) + { + $this->get = $get; + } + public function getGet() + { + return $this->get; + } + public function setPatch($patch) + { + $this->patch = $patch; + } + public function getPatch() + { + return $this->patch; + } + public function setPost($post) + { + $this->post = $post; + } + public function getPost() + { + return $this->post; + } + public function setPut($put) + { + $this->put = $put; + } + public function getPut() + { + return $this->put; + } + public function setResponseBody($responseBody) + { + $this->responseBody = $responseBody; + } + public function getResponseBody() + { + return $this->responseBody; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LabelDescriptor.php new file mode 100644 index 000000000..3c5fd93ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LabelDescriptor.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setKey($key) + { + $this->key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ListEnabledServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ListEnabledServicesResponse.php new file mode 100644 index 000000000..2d031204d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ListEnabledServicesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceUser_PublishedService + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_ServiceUser_PublishedService + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LogDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LogDescriptor.php new file mode 100644 index 000000000..7fc8335cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LogDescriptor.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceUser_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceUser_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php new file mode 100644 index 000000000..0767215d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceUser_LoggingDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceUser_LoggingDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceUser_LoggingDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LoggingDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LoggingDestination.php new file mode 100644 index 000000000..8256f9b4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LoggingDestination.php @@ -0,0 +1,40 @@ +logs = $logs; + } + public function getLogs() + { + return $this->logs; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php new file mode 100644 index 000000000..e4b395a95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php @@ -0,0 +1,92 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUser_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUser_Option + */ + public function getOptions() + { + return $this->options; + } + public function setRequestStreaming($requestStreaming) + { + $this->requestStreaming = $requestStreaming; + } + public function getRequestStreaming() + { + return $this->requestStreaming; + } + public function setRequestTypeUrl($requestTypeUrl) + { + $this->requestTypeUrl = $requestTypeUrl; + } + public function getRequestTypeUrl() + { + return $this->requestTypeUrl; + } + public function setResponseStreaming($responseStreaming) + { + $this->responseStreaming = $responseStreaming; + } + public function getResponseStreaming() + { + return $this->responseStreaming; + } + public function setResponseTypeUrl($responseTypeUrl) + { + $this->responseTypeUrl = $responseTypeUrl; + } + public function getResponseTypeUrl() + { + return $this->responseTypeUrl; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.php new file mode 100644 index 000000000..cc9c9022b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.php @@ -0,0 +1,117 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceUser_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceUser_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_ServiceUser_MetricDescriptorMetadata + */ + public function setMetadata(Google_Service_ServiceUser_MetricDescriptorMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_ServiceUser_MetricDescriptorMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setMetricKind($metricKind) + { + $this->metricKind = $metricKind; + } + public function getMetricKind() + { + return $this->metricKind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValueType($valueType) + { + $this->valueType = $valueType; + } + public function getValueType() + { + return $this->valueType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptorMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptorMetadata.php new file mode 100644 index 000000000..b61d84e0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptorMetadata.php @@ -0,0 +1,48 @@ +ingestDelay = $ingestDelay; + } + public function getIngestDelay() + { + return $this->ingestDelay; + } + public function setLaunchStage($launchStage) + { + $this->launchStage = $launchStage; + } + public function getLaunchStage() + { + return $this->launchStage; + } + public function setSamplePeriod($samplePeriod) + { + $this->samplePeriod = $samplePeriod; + } + public function getSamplePeriod() + { + return $this->samplePeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricRule.php new file mode 100644 index 000000000..913018393 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricRule.php @@ -0,0 +1,39 @@ +metricCosts = $metricCosts; + } + public function getMetricCosts() + { + return $this->metricCosts; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php new file mode 100644 index 000000000..28cc42c5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRoot($root) + { + $this->root = $root; + } + public function getRoot() + { + return $this->root; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoredResourceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoredResourceDescriptor.php new file mode 100644 index 000000000..c8e99c9d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoredResourceDescriptor.php @@ -0,0 +1,74 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_ServiceUser_LabelDescriptor + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ServiceUser_LabelDescriptor + */ + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php new file mode 100644 index 000000000..6b568e3bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php @@ -0,0 +1,54 @@ +consumerDestinations = $consumerDestinations; + } + /** + * @return Google_Service_ServiceUser_MonitoringDestination + */ + public function getConsumerDestinations() + { + return $this->consumerDestinations; + } + /** + * @param Google_Service_ServiceUser_MonitoringDestination + */ + public function setProducerDestinations($producerDestinations) + { + $this->producerDestinations = $producerDestinations; + } + /** + * @return Google_Service_ServiceUser_MonitoringDestination + */ + public function getProducerDestinations() + { + return $this->producerDestinations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoringDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoringDestination.php new file mode 100644 index 000000000..b061c950c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoringDestination.php @@ -0,0 +1,40 @@ +metrics = $metrics; + } + public function getMetrics() + { + return $this->metrics; + } + public function setMonitoredResource($monitoredResource) + { + $this->monitoredResource = $monitoredResource; + } + public function getMonitoredResource() + { + return $this->monitoredResource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OAuthRequirements.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OAuthRequirements.php new file mode 100644 index 000000000..190e70c00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OAuthRequirements.php @@ -0,0 +1,30 @@ +canonicalScopes = $canonicalScopes; + } + public function getCanonicalScopes() + { + return $this->canonicalScopes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Operation.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Operation.php new file mode 100644 index 000000000..3998fdc1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ServiceUser_Status + */ + public function setError(Google_Service_ServiceUser_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ServiceUser_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/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php new file mode 100644 index 000000000..3cf5fa82a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php @@ -0,0 +1,65 @@ +progressPercentage = $progressPercentage; + } + public function getProgressPercentage() + { + return $this->progressPercentage; + } + public function setResourceNames($resourceNames) + { + $this->resourceNames = $resourceNames; + } + public function getResourceNames() + { + return $this->resourceNames; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_ServiceUser_Step + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_ServiceUser_Step + */ + public function getSteps() + { + return $this->steps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Option.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Option.php new file mode 100644 index 000000000..a58338243 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Option.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Page.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Page.php new file mode 100644 index 000000000..0fbd2a4ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Page.php @@ -0,0 +1,56 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUser_Page + */ + public function setSubpages($subpages) + { + $this->subpages = $subpages; + } + /** + * @return Google_Service_ServiceUser_Page + */ + public function getSubpages() + { + return $this->subpages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/PublishedService.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/PublishedService.php new file mode 100644 index 000000000..82fa7018a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/PublishedService.php @@ -0,0 +1,46 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ServiceUser_Service + */ + public function setService(Google_Service_ServiceUser_Service $service) + { + $this->service = $service; + } + /** + * @return Google_Service_ServiceUser_Service + */ + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Quota.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Quota.php new file mode 100644 index 000000000..3231497f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Quota.php @@ -0,0 +1,54 @@ +limits = $limits; + } + /** + * @return Google_Service_ServiceUser_QuotaLimit + */ + public function getLimits() + { + return $this->limits; + } + /** + * @param Google_Service_ServiceUser_MetricRule + */ + public function setMetricRules($metricRules) + { + $this->metricRules = $metricRules; + } + /** + * @return Google_Service_ServiceUser_MetricRule + */ + public function getMetricRules() + { + return $this->metricRules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/QuotaLimit.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/QuotaLimit.php new file mode 100644 index 000000000..a64df27fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/QuotaLimit.php @@ -0,0 +1,111 @@ +defaultLimit = $defaultLimit; + } + public function getDefaultLimit() + { + return $this->defaultLimit; + } + 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 setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setFreeTier($freeTier) + { + $this->freeTier = $freeTier; + } + public function getFreeTier() + { + return $this->freeTier; + } + public function setMaxLimit($maxLimit) + { + $this->maxLimit = $maxLimit; + } + public function getMaxLimit() + { + return $this->maxLimit; + } + public function setMetric($metric) + { + $this->metric = $metric; + } + public function getMetric() + { + return $this->metric; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.php new file mode 100644 index 000000000..48673d1f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $serviceuserService = new Google_Service_ServiceUser(...); + * $projects = $serviceuserService->projects; + * + */ +class Google_Service_ServiceUser_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/ProjectsServices.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/ProjectsServices.php new file mode 100644 index 000000000..200817505 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/ProjectsServices.php @@ -0,0 +1,93 @@ + + * $serviceuserService = new Google_Service_ServiceUser(...); + * $services = $serviceuserService->services; + * + */ +class Google_Service_ServiceUser_Resource_ProjectsServices extends Google_Service_Resource +{ + /** + * Disable a service so it can no longer be used with a project. This prevents + * unintended usage that may cause unexpected billing charges or security leaks. + * + * Operation (services.disable) + * + * @param string $name Name of the consumer and the service to disable for that + * consumer. + * + * The Service User implementation accepts the following forms for consumer: - + * "project:" + * + * A valid path would be: - projects/my- + * project/services/servicemanagement.googleapis.com + * @param Google_Service_ServiceUser_DisableServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUser_Operation + */ + public function disable($name, Google_Service_ServiceUser_DisableServiceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('disable', array($params), "Google_Service_ServiceUser_Operation"); + } + /** + * Enable a service so it can be used with a project. See [Cloud Auth + * Guide](https://cloud.google.com/docs/authentication) for more information. + * + * Operation (services.enable) + * + * @param string $name Name of the consumer and the service to enable for that + * consumer. + * + * A valid path would be: - projects/my- + * project/services/servicemanagement.googleapis.com + * @param Google_Service_ServiceUser_EnableServiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceUser_Operation + */ + public function enable($name, Google_Service_ServiceUser_EnableServiceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('enable', array($params), "Google_Service_ServiceUser_Operation"); + } + /** + * List enabled services for the specified consumer. + * (services.listProjectsServices) + * + * @param string $parent List enabled services for the specified parent. + * + * An example valid parent would be: - projects/my-project + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token identifying which result to start with; + * returned by a previous list call. + * @opt_param int pageSize Requested size of the next page of data. + * @return Google_Service_ServiceUser_ListEnabledServicesResponse + */ + public function listProjectsServices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ServiceUser_ListEnabledServicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Services.php new file mode 100644 index 000000000..0865aeac6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Services.php @@ -0,0 +1,48 @@ + + * $serviceuserService = new Google_Service_ServiceUser(...); + * $services = $serviceuserService->services; + * + */ +class Google_Service_ServiceUser_Resource_Services extends Google_Service_Resource +{ + /** + * Search available services. + * + * When no filter is specified, returns all accessible services. For + * authenticated users, also returns all services the calling user has + * "servicemanagement.services.bind" permission for. (services.search) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested size of the next page of data. + * @opt_param string pageToken Token identifying which result to start with; + * returned by a previous list call. + * @return Google_Service_ServiceUser_SearchServicesResponse + */ + public function search($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_ServiceUser_SearchServicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SearchServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SearchServicesResponse.php new file mode 100644 index 000000000..5a76f518d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SearchServicesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ServiceUser_PublishedService + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_ServiceUser_PublishedService + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Service.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Service.php new file mode 100644 index 000000000..361d9866a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Service.php @@ -0,0 +1,435 @@ +apis = $apis; + } + /** + * @return Google_Service_ServiceUser_Api + */ + public function getApis() + { + return $this->apis; + } + /** + * @param Google_Service_ServiceUser_Authentication + */ + public function setAuthentication(Google_Service_ServiceUser_Authentication $authentication) + { + $this->authentication = $authentication; + } + /** + * @return Google_Service_ServiceUser_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + /** + * @param Google_Service_ServiceUser_Backend + */ + public function setBackend(Google_Service_ServiceUser_Backend $backend) + { + $this->backend = $backend; + } + /** + * @return Google_Service_ServiceUser_Backend + */ + public function getBackend() + { + return $this->backend; + } + /** + * @param Google_Service_ServiceUser_Billing + */ + public function setBilling(Google_Service_ServiceUser_Billing $billing) + { + $this->billing = $billing; + } + /** + * @return Google_Service_ServiceUser_Billing + */ + public function getBilling() + { + return $this->billing; + } + public function setConfigVersion($configVersion) + { + $this->configVersion = $configVersion; + } + public function getConfigVersion() + { + return $this->configVersion; + } + /** + * @param Google_Service_ServiceUser_Context + */ + public function setContext(Google_Service_ServiceUser_Context $context) + { + $this->context = $context; + } + /** + * @return Google_Service_ServiceUser_Context + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_ServiceUser_Control + */ + public function setControl(Google_Service_ServiceUser_Control $control) + { + $this->control = $control; + } + /** + * @return Google_Service_ServiceUser_Control + */ + public function getControl() + { + return $this->control; + } + /** + * @param Google_Service_ServiceUser_CustomError + */ + public function setCustomError(Google_Service_ServiceUser_CustomError $customError) + { + $this->customError = $customError; + } + /** + * @return Google_Service_ServiceUser_CustomError + */ + public function getCustomError() + { + return $this->customError; + } + /** + * @param Google_Service_ServiceUser_Documentation + */ + public function setDocumentation(Google_Service_ServiceUser_Documentation $documentation) + { + $this->documentation = $documentation; + } + /** + * @return Google_Service_ServiceUser_Documentation + */ + public function getDocumentation() + { + return $this->documentation; + } + /** + * @param Google_Service_ServiceUser_Endpoint + */ + public function setEndpoints($endpoints) + { + $this->endpoints = $endpoints; + } + /** + * @return Google_Service_ServiceUser_Endpoint + */ + public function getEndpoints() + { + return $this->endpoints; + } + /** + * @param Google_Service_ServiceUser_Enum + */ + public function setEnums($enums) + { + $this->enums = $enums; + } + /** + * @return Google_Service_ServiceUser_Enum + */ + public function getEnums() + { + return $this->enums; + } + /** + * @param Google_Service_ServiceUser_Experimental + */ + public function setExperimental(Google_Service_ServiceUser_Experimental $experimental) + { + $this->experimental = $experimental; + } + /** + * @return Google_Service_ServiceUser_Experimental + */ + public function getExperimental() + { + return $this->experimental; + } + /** + * @param Google_Service_ServiceUser_Http + */ + public function setHttp(Google_Service_ServiceUser_Http $http) + { + $this->http = $http; + } + /** + * @return Google_Service_ServiceUser_Http + */ + public function getHttp() + { + return $this->http; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ServiceUser_Logging + */ + public function setLogging(Google_Service_ServiceUser_Logging $logging) + { + $this->logging = $logging; + } + /** + * @return Google_Service_ServiceUser_Logging + */ + public function getLogging() + { + return $this->logging; + } + /** + * @param Google_Service_ServiceUser_LogDescriptor + */ + public function setLogs($logs) + { + $this->logs = $logs; + } + /** + * @return Google_Service_ServiceUser_LogDescriptor + */ + public function getLogs() + { + return $this->logs; + } + /** + * @param Google_Service_ServiceUser_MetricDescriptor + */ + public function setMetrics($metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_ServiceUser_MetricDescriptor + */ + public function getMetrics() + { + return $this->metrics; + } + /** + * @param Google_Service_ServiceUser_MonitoredResourceDescriptor + */ + public function setMonitoredResources($monitoredResources) + { + $this->monitoredResources = $monitoredResources; + } + /** + * @return Google_Service_ServiceUser_MonitoredResourceDescriptor + */ + public function getMonitoredResources() + { + return $this->monitoredResources; + } + /** + * @param Google_Service_ServiceUser_Monitoring + */ + public function setMonitoring(Google_Service_ServiceUser_Monitoring $monitoring) + { + $this->monitoring = $monitoring; + } + /** + * @return Google_Service_ServiceUser_Monitoring + */ + public function getMonitoring() + { + return $this->monitoring; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProducerProjectId($producerProjectId) + { + $this->producerProjectId = $producerProjectId; + } + public function getProducerProjectId() + { + return $this->producerProjectId; + } + /** + * @param Google_Service_ServiceUser_Quota + */ + public function setQuota(Google_Service_ServiceUser_Quota $quota) + { + $this->quota = $quota; + } + /** + * @return Google_Service_ServiceUser_Quota + */ + public function getQuota() + { + return $this->quota; + } + /** + * @param Google_Service_ServiceUser_SourceInfo + */ + public function setSourceInfo(Google_Service_ServiceUser_SourceInfo $sourceInfo) + { + $this->sourceInfo = $sourceInfo; + } + /** + * @return Google_Service_ServiceUser_SourceInfo + */ + public function getSourceInfo() + { + return $this->sourceInfo; + } + /** + * @param Google_Service_ServiceUser_SystemParameters + */ + public function setSystemParameters(Google_Service_ServiceUser_SystemParameters $systemParameters) + { + $this->systemParameters = $systemParameters; + } + /** + * @return Google_Service_ServiceUser_SystemParameters + */ + public function getSystemParameters() + { + return $this->systemParameters; + } + /** + * @param Google_Service_ServiceUser_Type + */ + public function setSystemTypes($systemTypes) + { + $this->systemTypes = $systemTypes; + } + /** + * @return Google_Service_ServiceUser_Type + */ + public function getSystemTypes() + { + return $this->systemTypes; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ServiceUser_Type + */ + public function setTypes($types) + { + $this->types = $types; + } + /** + * @return Google_Service_ServiceUser_Type + */ + public function getTypes() + { + return $this->types; + } + /** + * @param Google_Service_ServiceUser_Usage + */ + public function setUsage(Google_Service_ServiceUser_Usage $usage) + { + $this->usage = $usage; + } + /** + * @return Google_Service_ServiceUser_Usage + */ + public function getUsage() + { + return $this->usage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php new file mode 100644 index 000000000..7fe6094c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php @@ -0,0 +1,30 @@ +fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceInfo.php new file mode 100644 index 000000000..892a537ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceInfo.php @@ -0,0 +1,31 @@ +sourceFiles = $sourceFiles; + } + public function getSourceFiles() + { + return $this->sourceFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Status.php new file mode 100644 index 000000000..2537a53a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/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/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Step.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Step.php new file mode 100644 index 000000000..94a4b645c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Step.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameter.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameter.php new file mode 100644 index 000000000..5c1ad17df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameter.php @@ -0,0 +1,48 @@ +httpHeader = $httpHeader; + } + public function getHttpHeader() + { + return $this->httpHeader; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUrlQueryParameter($urlQueryParameter) + { + $this->urlQueryParameter = $urlQueryParameter; + } + public function getUrlQueryParameter() + { + return $this->urlQueryParameter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameterRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameterRule.php new file mode 100644 index 000000000..261a2881b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameterRule.php @@ -0,0 +1,47 @@ +parameters = $parameters; + } + /** + * @return Google_Service_ServiceUser_SystemParameter + */ + public function getParameters() + { + return $this->parameters; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php new file mode 100644 index 000000000..84cf447fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php @@ -0,0 +1,38 @@ +rules = $rules; + } + /** + * @return Google_Service_ServiceUser_SystemParameterRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Type.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Type.php new file mode 100644 index 000000000..258e04e75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Type.php @@ -0,0 +1,97 @@ +fields = $fields; + } + /** + * @return Google_Service_ServiceUser_Field + */ + public function getFields() + { + return $this->fields; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOneofs($oneofs) + { + $this->oneofs = $oneofs; + } + public function getOneofs() + { + return $this->oneofs; + } + /** + * @param Google_Service_ServiceUser_Option + */ + public function setOptions($options) + { + $this->options = $options; + } + /** + * @return Google_Service_ServiceUser_Option + */ + public function getOptions() + { + return $this->options; + } + /** + * @param Google_Service_ServiceUser_SourceContext + */ + public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext) + { + $this->sourceContext = $sourceContext; + } + /** + * @return Google_Service_ServiceUser_SourceContext + */ + public function getSourceContext() + { + return $this->sourceContext; + } + public function setSyntax($syntax) + { + $this->syntax = $syntax; + } + public function getSyntax() + { + return $this->syntax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php new file mode 100644 index 000000000..d1c114095 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php @@ -0,0 +1,56 @@ +producerNotificationChannel = $producerNotificationChannel; + } + public function getProducerNotificationChannel() + { + return $this->producerNotificationChannel; + } + public function setRequirements($requirements) + { + $this->requirements = $requirements; + } + public function getRequirements() + { + return $this->requirements; + } + /** + * @param Google_Service_ServiceUser_UsageRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ServiceUser_UsageRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.php new file mode 100644 index 000000000..905591140 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.php @@ -0,0 +1,48 @@ +allowUnregisteredCalls = $allowUnregisteredCalls; + } + public function getAllowUnregisteredCalls() + { + return $this->allowUnregisteredCalls; + } + public function setSelector($selector) + { + $this->selector = $selector; + } + public function getSelector() + { + return $this->selector; + } + public function setSkipServiceControl($skipServiceControl) + { + $this->skipServiceControl = $skipServiceControl; + } + public function getSkipServiceControl() + { + return $this->skipServiceControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets.php b/vendor/google/apiclient-services/src/Google/Service/Sheets.php new file mode 100644 index 000000000..e0ac1e7e7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets.php @@ -0,0 +1,378 @@ + + * Reads and writes Google Sheets. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Sheets 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. */ + const DRIVE_FILE = + "https://www.googleapis.com/auth/drive.file"; + /** See and download all your Google Drive files. */ + const DRIVE_READONLY = + "https://www.googleapis.com/auth/drive.readonly"; + /** See, edit, create, and delete your spreadsheets in Google Drive. */ + const SPREADSHEETS = + "https://www.googleapis.com/auth/spreadsheets"; + /** View your Google Spreadsheets. */ + const SPREADSHEETS_READONLY = + "https://www.googleapis.com/auth/spreadsheets.readonly"; + + public $spreadsheets; + public $spreadsheets_developerMetadata; + public $spreadsheets_sheets; + public $spreadsheets_values; + + /** + * Constructs the internal representation of the Sheets 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://sheets.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v4'; + $this->serviceName = 'sheets'; + + $this->spreadsheets = new Google_Service_Sheets_Resource_Spreadsheets( + $this, + $this->serviceName, + 'spreadsheets', + array( + 'methods' => array( + 'batchUpdate' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v4/spreadsheets', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ranges' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'includeGridData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'getByDataFilter' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}:getByDataFilter', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->spreadsheets_developerMetadata = new Google_Service_Sheets_Resource_SpreadsheetsDeveloperMetadata( + $this, + $this->serviceName, + 'developerMetadata', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'metadataId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/developerMetadata:search', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->spreadsheets_sheets = new Google_Service_Sheets_Resource_SpreadsheetsSheets( + $this, + $this->serviceName, + 'sheets', + array( + 'methods' => array( + 'copyTo' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sheetId' => array( + 'location' => 'path', + 'type' => 'integer', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->spreadsheets_values = new Google_Service_Sheets_Resource_SpreadsheetsValues( + $this, + $this->serviceName, + 'values', + array( + 'methods' => array( + 'append' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'range' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'responseDateTimeRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeValuesInResponse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'responseValueRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'insertDataOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'valueInputOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'batchClear' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchClearByDataFilter' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClearByDataFilter', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchGet' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGet', + 'httpMethod' => 'GET', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ranges' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'majorDimension' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'valueRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateTimeRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'batchGetByDataFilter' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchUpdate' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchUpdateByDataFilter' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdateByDataFilter', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'clear' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear', + 'httpMethod' => 'POST', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'range' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'range' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'valueRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateTimeRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'majorDimension' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'spreadsheetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'range' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'responseValueRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'valueInputOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'responseDateTimeRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeValuesInResponse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php new file mode 100644 index 000000000..5274fa9e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php @@ -0,0 +1,37 @@ +bandedRange = $bandedRange; + } + /** + * @return Google_Service_Sheets_BandedRange + */ + public function getBandedRange() + { + return $this->bandedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.php new file mode 100644 index 000000000..f7d8f99fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.php @@ -0,0 +1,37 @@ +bandedRange = $bandedRange; + } + /** + * @return Google_Service_Sheets_BandedRange + */ + public function getBandedRange() + { + return $this->bandedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartRequest.php new file mode 100644 index 000000000..83c6157c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartRequest.php @@ -0,0 +1,37 @@ +chart = $chart; + } + /** + * @return Google_Service_Sheets_EmbeddedChart + */ + public function getChart() + { + return $this->chart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.php new file mode 100644 index 000000000..d902f6362 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.php @@ -0,0 +1,37 @@ +chart = $chart; + } + /** + * @return Google_Service_Sheets_EmbeddedChart + */ + public function getChart() + { + return $this->chart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddConditionalFormatRuleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddConditionalFormatRuleRequest.php new file mode 100644 index 000000000..3472edcbf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddConditionalFormatRuleRequest.php @@ -0,0 +1,46 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Sheets_ConditionalFormatRule + */ + public function setRule(Google_Service_Sheets_ConditionalFormatRule $rule) + { + $this->rule = $rule; + } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ + public function getRule() + { + return $this->rule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupRequest.php new file mode 100644 index 000000000..45f5c30a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupResponse.php new file mode 100644 index 000000000..5c9c6f307 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddDimensionGroupResponse.php @@ -0,0 +1,38 @@ +dimensionGroups = $dimensionGroups; + } + /** + * @return Google_Service_Sheets_DimensionGroup + */ + public function getDimensionGroups() + { + return $this->dimensionGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.php new file mode 100644 index 000000000..560aba161 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.php @@ -0,0 +1,37 @@ +filter = $filter; + } + /** + * @return Google_Service_Sheets_FilterView + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.php new file mode 100644 index 000000000..43ba7fd4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.php @@ -0,0 +1,37 @@ +filter = $filter; + } + /** + * @return Google_Service_Sheets_FilterView + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.php new file mode 100644 index 000000000..ef9ffdc6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.php @@ -0,0 +1,37 @@ +namedRange = $namedRange; + } + /** + * @return Google_Service_Sheets_NamedRange + */ + public function getNamedRange() + { + return $this->namedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeResponse.php new file mode 100644 index 000000000..017aa8dba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeResponse.php @@ -0,0 +1,37 @@ +namedRange = $namedRange; + } + /** + * @return Google_Service_Sheets_NamedRange + */ + public function getNamedRange() + { + return $this->namedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.php new file mode 100644 index 000000000..b921de62c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.php @@ -0,0 +1,37 @@ +protectedRange = $protectedRange; + } + /** + * @return Google_Service_Sheets_ProtectedRange + */ + public function getProtectedRange() + { + return $this->protectedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.php new file mode 100644 index 000000000..5d8f28434 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.php @@ -0,0 +1,37 @@ +protectedRange = $protectedRange; + } + /** + * @return Google_Service_Sheets_ProtectedRange + */ + public function getProtectedRange() + { + return $this->protectedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.php new file mode 100644 index 000000000..4ec685c7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.php @@ -0,0 +1,37 @@ +properties = $properties; + } + /** + * @return Google_Service_Sheets_SheetProperties + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.php new file mode 100644 index 000000000..173b87caf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.php @@ -0,0 +1,37 @@ +properties = $properties; + } + /** + * @return Google_Service_Sheets_SheetProperties + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.php new file mode 100644 index 000000000..796cf1685 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.php @@ -0,0 +1,56 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_RowData + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Sheets_RowData + */ + public function getRows() + { + return $this->rows; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php new file mode 100644 index 000000000..84c1f96b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php @@ -0,0 +1,48 @@ +dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + public function setLength($length) + { + $this->length = $length; + } + public function getLength() + { + return $this->length; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendValuesResponse.php new file mode 100644 index 000000000..5616ea149 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendValuesResponse.php @@ -0,0 +1,55 @@ +spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + public function setTableRange($tableRange) + { + $this->tableRange = $tableRange; + } + public function getTableRange() + { + return $this->tableRange; + } + /** + * @param Google_Service_Sheets_UpdateValuesResponse + */ + public function setUpdates(Google_Service_Sheets_UpdateValuesResponse $updates) + { + $this->updates = $updates; + } + /** + * @return Google_Service_Sheets_UpdateValuesResponse + */ + public function getUpdates() + { + return $this->updates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.php new file mode 100644 index 000000000..27a1183b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.php @@ -0,0 +1,62 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_SourceAndDestination + */ + public function setSourceAndDestination(Google_Service_Sheets_SourceAndDestination $sourceAndDestination) + { + $this->sourceAndDestination = $sourceAndDestination; + } + /** + * @return Google_Service_Sheets_SourceAndDestination + */ + public function getSourceAndDestination() + { + return $this->sourceAndDestination; + } + public function setUseAlternateSeries($useAlternateSeries) + { + $this->useAlternateSeries = $useAlternateSeries; + } + public function getUseAlternateSeries() + { + return $this->useAlternateSeries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php new file mode 100644 index 000000000..6404c8de3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php @@ -0,0 +1,37 @@ +dimensions = $dimensions; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getDimensions() + { + return $this->dimensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.php new file mode 100644 index 000000000..00fd81ac9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.php @@ -0,0 +1,78 @@ +bandedRangeId = $bandedRangeId; + } + public function getBandedRangeId() + { + return $this->bandedRangeId; + } + /** + * @param Google_Service_Sheets_BandingProperties + */ + public function setColumnProperties(Google_Service_Sheets_BandingProperties $columnProperties) + { + $this->columnProperties = $columnProperties; + } + /** + * @return Google_Service_Sheets_BandingProperties + */ + public function getColumnProperties() + { + return $this->columnProperties; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_BandingProperties + */ + public function setRowProperties(Google_Service_Sheets_BandingProperties $rowProperties) + { + $this->rowProperties = $rowProperties; + } + /** + * @return Google_Service_Sheets_BandingProperties + */ + public function getRowProperties() + { + return $this->rowProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.php new file mode 100644 index 000000000..7c4fc2d5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.php @@ -0,0 +1,85 @@ +firstBandColor = $firstBandColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getFirstBandColor() + { + return $this->firstBandColor; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setFooterColor(Google_Service_Sheets_Color $footerColor) + { + $this->footerColor = $footerColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getFooterColor() + { + return $this->footerColor; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setHeaderColor(Google_Service_Sheets_Color $headerColor) + { + $this->headerColor = $headerColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getHeaderColor() + { + return $this->headerColor; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setSecondBandColor(Google_Service_Sheets_Color $secondBandColor) + { + $this->secondBandColor = $secondBandColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getSecondBandColor() + { + return $this->secondBandColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.php new file mode 100644 index 000000000..fabf48ea2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.php @@ -0,0 +1,103 @@ +comparisonType = $comparisonType; + } + public function getComparisonType() + { + return $this->comparisonType; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setNegativeColor(Google_Service_Sheets_Color $negativeColor) + { + $this->negativeColor = $negativeColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getNegativeColor() + { + return $this->negativeColor; + } + /** + * @param Google_Service_Sheets_TextPosition + */ + public function setPosition(Google_Service_Sheets_TextPosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getPosition() + { + return $this->position; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setPositiveColor(Google_Service_Sheets_Color $positiveColor) + { + $this->positiveColor = $positiveColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getPositiveColor() + { + return $this->positiveColor; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) + { + $this->textFormat = $textFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTextFormat() + { + return $this->textFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.php new file mode 100644 index 000000000..4fc2c1b62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.php @@ -0,0 +1,87 @@ +format = $format; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getFormat() + { + return $this->format; + } + public function setPosition($position) + { + $this->position = $position; + } + public function getPosition() + { + return $this->position; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_Sheets_TextPosition + */ + public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition) + { + $this->titleTextPosition = $titleTextPosition; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getTitleTextPosition() + { + return $this->titleTextPosition; + } + /** + * @param Google_Service_Sheets_ChartAxisViewWindowOptions + */ + public function setViewWindowOptions(Google_Service_Sheets_ChartAxisViewWindowOptions $viewWindowOptions) + { + $this->viewWindowOptions = $viewWindowOptions; + } + /** + * @return Google_Service_Sheets_ChartAxisViewWindowOptions + */ + public function getViewWindowOptions() + { + return $this->viewWindowOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php new file mode 100644 index 000000000..53166f3cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php @@ -0,0 +1,46 @@ +domain = $domain; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getDomain() + { + return $this->domain; + } + public function setReversed($reversed) + { + $this->reversed = $reversed; + } + public function getReversed() + { + return $this->reversed; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSeries.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSeries.php new file mode 100644 index 000000000..60f954afd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSeries.php @@ -0,0 +1,87 @@ +color = $color; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getColor() + { + return $this->color; + } + /** + * @param Google_Service_Sheets_LineStyle + */ + public function setLineStyle(Google_Service_Sheets_LineStyle $lineStyle) + { + $this->lineStyle = $lineStyle; + } + /** + * @return Google_Service_Sheets_LineStyle + */ + public function getLineStyle() + { + return $this->lineStyle; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setSeries(Google_Service_Sheets_ChartData $series) + { + $this->series = $series; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getSeries() + { + return $this->series; + } + public function setTargetAxis($targetAxis) + { + $this->targetAxis = $targetAxis; + } + public function getTargetAxis() + { + return $this->targetAxis; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php new file mode 100644 index 000000000..952e236f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php @@ -0,0 +1,142 @@ +axis = $axis; + } + /** + * @return Google_Service_Sheets_BasicChartAxis + */ + public function getAxis() + { + return $this->axis; + } + public function setChartType($chartType) + { + $this->chartType = $chartType; + } + public function getChartType() + { + return $this->chartType; + } + public function setCompareMode($compareMode) + { + $this->compareMode = $compareMode; + } + public function getCompareMode() + { + return $this->compareMode; + } + /** + * @param Google_Service_Sheets_BasicChartDomain + */ + public function setDomains($domains) + { + $this->domains = $domains; + } + /** + * @return Google_Service_Sheets_BasicChartDomain + */ + public function getDomains() + { + return $this->domains; + } + public function setHeaderCount($headerCount) + { + $this->headerCount = $headerCount; + } + public function getHeaderCount() + { + return $this->headerCount; + } + public function setInterpolateNulls($interpolateNulls) + { + $this->interpolateNulls = $interpolateNulls; + } + public function getInterpolateNulls() + { + return $this->interpolateNulls; + } + public function setLegendPosition($legendPosition) + { + $this->legendPosition = $legendPosition; + } + public function getLegendPosition() + { + return $this->legendPosition; + } + public function setLineSmoothing($lineSmoothing) + { + $this->lineSmoothing = $lineSmoothing; + } + public function getLineSmoothing() + { + return $this->lineSmoothing; + } + /** + * @param Google_Service_Sheets_BasicChartSeries + */ + public function setSeries($series) + { + $this->series = $series; + } + /** + * @return Google_Service_Sheets_BasicChartSeries + */ + public function getSeries() + { + return $this->series; + } + public function setStackedType($stackedType) + { + $this->stackedType = $stackedType; + } + public function getStackedType() + { + return $this->stackedType; + } + public function setThreeDimensional($threeDimensional) + { + $this->threeDimensional = $threeDimensional; + } + public function getThreeDimensional() + { + return $this->threeDimensional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicFilter.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicFilter.php new file mode 100644 index 000000000..53e83c996 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicFilter.php @@ -0,0 +1,70 @@ +criteria = $criteria; + } + /** + * @return Google_Service_Sheets_FilterCriteria + */ + public function getCriteria() + { + return $this->criteria; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_SortSpec + */ + public function setSortSpecs($sortSpecs) + { + $this->sortSpecs = $sortSpecs; + } + /** + * @return Google_Service_Sheets_SortSpec + */ + public function getSortSpecs() + { + return $this->sortSpecs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterRequest.php new file mode 100644 index 000000000..9aa5c8ea6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterRequest.php @@ -0,0 +1,38 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterResponse.php new file mode 100644 index 000000000..aabe6c42a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesByDataFilterResponse.php @@ -0,0 +1,40 @@ +clearedRanges = $clearedRanges; + } + public function getClearedRanges() + { + return $this->clearedRanges; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.php new file mode 100644 index 000000000..121707c2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.php @@ -0,0 +1,31 @@ +ranges = $ranges; + } + public function getRanges() + { + return $this->ranges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesResponse.php new file mode 100644 index 000000000..8f262ce0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesResponse.php @@ -0,0 +1,40 @@ +clearedRanges = $clearedRanges; + } + public function getClearedRanges() + { + return $this->clearedRanges; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterRequest.php new file mode 100644 index 000000000..3d8cb1f2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterRequest.php @@ -0,0 +1,65 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } + public function setDateTimeRenderOption($dateTimeRenderOption) + { + $this->dateTimeRenderOption = $dateTimeRenderOption; + } + public function getDateTimeRenderOption() + { + return $this->dateTimeRenderOption; + } + public function setMajorDimension($majorDimension) + { + $this->majorDimension = $majorDimension; + } + public function getMajorDimension() + { + return $this->majorDimension; + } + public function setValueRenderOption($valueRenderOption) + { + $this->valueRenderOption = $valueRenderOption; + } + public function getValueRenderOption() + { + return $this->valueRenderOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterResponse.php new file mode 100644 index 000000000..5086f3003 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesByDataFilterResponse.php @@ -0,0 +1,47 @@ +spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + /** + * @param Google_Service_Sheets_MatchedValueRange + */ + public function setValueRanges($valueRanges) + { + $this->valueRanges = $valueRanges; + } + /** + * @return Google_Service_Sheets_MatchedValueRange + */ + public function getValueRanges() + { + return $this->valueRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesResponse.php new file mode 100644 index 000000000..3553fd2d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchGetValuesResponse.php @@ -0,0 +1,47 @@ +spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + /** + * @param Google_Service_Sheets_ValueRange + */ + public function setValueRanges($valueRanges) + { + $this->valueRanges = $valueRanges; + } + /** + * @return Google_Service_Sheets_ValueRange + */ + public function getValueRanges() + { + return $this->valueRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.php new file mode 100644 index 000000000..75eb1b5aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.php @@ -0,0 +1,65 @@ +includeSpreadsheetInResponse = $includeSpreadsheetInResponse; + } + public function getIncludeSpreadsheetInResponse() + { + return $this->includeSpreadsheetInResponse; + } + /** + * @param Google_Service_Sheets_Request + */ + public function setRequests($requests) + { + $this->requests = $requests; + } + /** + * @return Google_Service_Sheets_Request + */ + public function getRequests() + { + return $this->requests; + } + public function setResponseIncludeGridData($responseIncludeGridData) + { + $this->responseIncludeGridData = $responseIncludeGridData; + } + public function getResponseIncludeGridData() + { + return $this->responseIncludeGridData; + } + public function setResponseRanges($responseRanges) + { + $this->responseRanges = $responseRanges; + } + public function getResponseRanges() + { + return $this->responseRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php new file mode 100644 index 000000000..580973321 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php @@ -0,0 +1,63 @@ +replies = $replies; + } + /** + * @return Google_Service_Sheets_Response + */ + public function getReplies() + { + return $this->replies; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + /** + * @param Google_Service_Sheets_Spreadsheet + */ + public function setUpdatedSpreadsheet(Google_Service_Sheets_Spreadsheet $updatedSpreadsheet) + { + $this->updatedSpreadsheet = $updatedSpreadsheet; + } + /** + * @return Google_Service_Sheets_Spreadsheet + */ + public function getUpdatedSpreadsheet() + { + return $this->updatedSpreadsheet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterRequest.php new file mode 100644 index 000000000..a364414fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterRequest.php @@ -0,0 +1,74 @@ +data = $data; + } + /** + * @return Google_Service_Sheets_DataFilterValueRange + */ + public function getData() + { + return $this->data; + } + public function setIncludeValuesInResponse($includeValuesInResponse) + { + $this->includeValuesInResponse = $includeValuesInResponse; + } + public function getIncludeValuesInResponse() + { + return $this->includeValuesInResponse; + } + public function setResponseDateTimeRenderOption($responseDateTimeRenderOption) + { + $this->responseDateTimeRenderOption = $responseDateTimeRenderOption; + } + public function getResponseDateTimeRenderOption() + { + return $this->responseDateTimeRenderOption; + } + public function setResponseValueRenderOption($responseValueRenderOption) + { + $this->responseValueRenderOption = $responseValueRenderOption; + } + public function getResponseValueRenderOption() + { + return $this->responseValueRenderOption; + } + public function setValueInputOption($valueInputOption) + { + $this->valueInputOption = $valueInputOption; + } + public function getValueInputOption() + { + return $this->valueInputOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterResponse.php new file mode 100644 index 000000000..f9e308419 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesByDataFilterResponse.php @@ -0,0 +1,83 @@ +responses = $responses; + } + /** + * @return Google_Service_Sheets_UpdateValuesByDataFilterResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + public function setTotalUpdatedCells($totalUpdatedCells) + { + $this->totalUpdatedCells = $totalUpdatedCells; + } + public function getTotalUpdatedCells() + { + return $this->totalUpdatedCells; + } + public function setTotalUpdatedColumns($totalUpdatedColumns) + { + $this->totalUpdatedColumns = $totalUpdatedColumns; + } + public function getTotalUpdatedColumns() + { + return $this->totalUpdatedColumns; + } + public function setTotalUpdatedRows($totalUpdatedRows) + { + $this->totalUpdatedRows = $totalUpdatedRows; + } + public function getTotalUpdatedRows() + { + return $this->totalUpdatedRows; + } + public function setTotalUpdatedSheets($totalUpdatedSheets) + { + $this->totalUpdatedSheets = $totalUpdatedSheets; + } + public function getTotalUpdatedSheets() + { + return $this->totalUpdatedSheets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.php new file mode 100644 index 000000000..29bf46d4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.php @@ -0,0 +1,74 @@ +data = $data; + } + /** + * @return Google_Service_Sheets_ValueRange + */ + public function getData() + { + return $this->data; + } + public function setIncludeValuesInResponse($includeValuesInResponse) + { + $this->includeValuesInResponse = $includeValuesInResponse; + } + public function getIncludeValuesInResponse() + { + return $this->includeValuesInResponse; + } + public function setResponseDateTimeRenderOption($responseDateTimeRenderOption) + { + $this->responseDateTimeRenderOption = $responseDateTimeRenderOption; + } + public function getResponseDateTimeRenderOption() + { + return $this->responseDateTimeRenderOption; + } + public function setResponseValueRenderOption($responseValueRenderOption) + { + $this->responseValueRenderOption = $responseValueRenderOption; + } + public function getResponseValueRenderOption() + { + return $this->responseValueRenderOption; + } + public function setValueInputOption($valueInputOption) + { + $this->valueInputOption = $valueInputOption; + } + public function getValueInputOption() + { + return $this->valueInputOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php new file mode 100644 index 000000000..5685a4373 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php @@ -0,0 +1,83 @@ +responses = $responses; + } + /** + * @return Google_Service_Sheets_UpdateValuesResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + public function setTotalUpdatedCells($totalUpdatedCells) + { + $this->totalUpdatedCells = $totalUpdatedCells; + } + public function getTotalUpdatedCells() + { + return $this->totalUpdatedCells; + } + public function setTotalUpdatedColumns($totalUpdatedColumns) + { + $this->totalUpdatedColumns = $totalUpdatedColumns; + } + public function getTotalUpdatedColumns() + { + return $this->totalUpdatedColumns; + } + public function setTotalUpdatedRows($totalUpdatedRows) + { + $this->totalUpdatedRows = $totalUpdatedRows; + } + public function getTotalUpdatedRows() + { + return $this->totalUpdatedRows; + } + public function setTotalUpdatedSheets($totalUpdatedSheets) + { + $this->totalUpdatedSheets = $totalUpdatedSheets; + } + public function getTotalUpdatedSheets() + { + return $this->totalUpdatedSheets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php new file mode 100644 index 000000000..ac17d22fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php @@ -0,0 +1,47 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_Sheets_ConditionValue + */ + public function setValues($values) + { + $this->values = $values; + } + /** + * @return Google_Service_Sheets_ConditionValue + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanRule.php new file mode 100644 index 000000000..eb849dd41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanRule.php @@ -0,0 +1,53 @@ +condition = $condition; + } + /** + * @return Google_Service_Sheets_BooleanCondition + */ + public function getCondition() + { + return $this->condition; + } + /** + * @param Google_Service_Sheets_CellFormat + */ + public function setFormat(Google_Service_Sheets_CellFormat $format) + { + $this->format = $format; + } + /** + * @return Google_Service_Sheets_CellFormat + */ + public function getFormat() + { + return $this->format; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Border.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Border.php new file mode 100644 index 000000000..28e183316 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Border.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getColor() + { + return $this->color; + } + public function setStyle($style) + { + $this->style = $style; + } + public function getStyle() + { + return $this->style; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php new file mode 100644 index 000000000..9ebe2423a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php @@ -0,0 +1,85 @@ +bottom = $bottom; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getBottom() + { + return $this->bottom; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setLeft(Google_Service_Sheets_Border $left) + { + $this->left = $left; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getLeft() + { + return $this->left; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setRight(Google_Service_Sheets_Border $right) + { + $this->right = $right; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getRight() + { + return $this->right; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setTop(Google_Service_Sheets_Border $top) + { + $this->top = $top; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BubbleChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BubbleChartSpec.php new file mode 100644 index 000000000..93bff28fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BubbleChartSpec.php @@ -0,0 +1,169 @@ +bubbleBorderColor = $bubbleBorderColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getBubbleBorderColor() + { + return $this->bubbleBorderColor; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setBubbleLabels(Google_Service_Sheets_ChartData $bubbleLabels) + { + $this->bubbleLabels = $bubbleLabels; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getBubbleLabels() + { + return $this->bubbleLabels; + } + public function setBubbleMaxRadiusSize($bubbleMaxRadiusSize) + { + $this->bubbleMaxRadiusSize = $bubbleMaxRadiusSize; + } + public function getBubbleMaxRadiusSize() + { + return $this->bubbleMaxRadiusSize; + } + public function setBubbleMinRadiusSize($bubbleMinRadiusSize) + { + $this->bubbleMinRadiusSize = $bubbleMinRadiusSize; + } + public function getBubbleMinRadiusSize() + { + return $this->bubbleMinRadiusSize; + } + public function setBubbleOpacity($bubbleOpacity) + { + $this->bubbleOpacity = $bubbleOpacity; + } + public function getBubbleOpacity() + { + return $this->bubbleOpacity; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setBubbleSizes(Google_Service_Sheets_ChartData $bubbleSizes) + { + $this->bubbleSizes = $bubbleSizes; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getBubbleSizes() + { + return $this->bubbleSizes; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setBubbleTextStyle(Google_Service_Sheets_TextFormat $bubbleTextStyle) + { + $this->bubbleTextStyle = $bubbleTextStyle; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getBubbleTextStyle() + { + return $this->bubbleTextStyle; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setDomain(Google_Service_Sheets_ChartData $domain) + { + $this->domain = $domain; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getDomain() + { + return $this->domain; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setGroupIds(Google_Service_Sheets_ChartData $groupIds) + { + $this->groupIds = $groupIds; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getGroupIds() + { + return $this->groupIds; + } + public function setLegendPosition($legendPosition) + { + $this->legendPosition = $legendPosition; + } + public function getLegendPosition() + { + return $this->legendPosition; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setSeries(Google_Service_Sheets_ChartData $series) + { + $this->series = $series; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getSeries() + { + return $this->series; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickChartSpec.php new file mode 100644 index 000000000..0ab80233e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickChartSpec.php @@ -0,0 +1,54 @@ +data = $data; + } + /** + * @return Google_Service_Sheets_CandlestickData + */ + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_Sheets_CandlestickDomain + */ + public function setDomain(Google_Service_Sheets_CandlestickDomain $domain) + { + $this->domain = $domain; + } + /** + * @return Google_Service_Sheets_CandlestickDomain + */ + public function getDomain() + { + return $this->domain; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickData.php new file mode 100644 index 000000000..9171dc68a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickData.php @@ -0,0 +1,85 @@ +closeSeries = $closeSeries; + } + /** + * @return Google_Service_Sheets_CandlestickSeries + */ + public function getCloseSeries() + { + return $this->closeSeries; + } + /** + * @param Google_Service_Sheets_CandlestickSeries + */ + public function setHighSeries(Google_Service_Sheets_CandlestickSeries $highSeries) + { + $this->highSeries = $highSeries; + } + /** + * @return Google_Service_Sheets_CandlestickSeries + */ + public function getHighSeries() + { + return $this->highSeries; + } + /** + * @param Google_Service_Sheets_CandlestickSeries + */ + public function setLowSeries(Google_Service_Sheets_CandlestickSeries $lowSeries) + { + $this->lowSeries = $lowSeries; + } + /** + * @return Google_Service_Sheets_CandlestickSeries + */ + public function getLowSeries() + { + return $this->lowSeries; + } + /** + * @param Google_Service_Sheets_CandlestickSeries + */ + public function setOpenSeries(Google_Service_Sheets_CandlestickSeries $openSeries) + { + $this->openSeries = $openSeries; + } + /** + * @return Google_Service_Sheets_CandlestickSeries + */ + public function getOpenSeries() + { + return $this->openSeries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickDomain.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickDomain.php new file mode 100644 index 000000000..c347c732b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickDomain.php @@ -0,0 +1,46 @@ +data = $data; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getData() + { + return $this->data; + } + public function setReversed($reversed) + { + $this->reversed = $reversed; + } + public function getReversed() + { + return $this->reversed; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickSeries.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickSeries.php new file mode 100644 index 000000000..cfe3149f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CandlestickSeries.php @@ -0,0 +1,37 @@ +data = $data; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getData() + { + return $this->data; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.php new file mode 100644 index 000000000..61426bc12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.php @@ -0,0 +1,161 @@ +dataValidation = $dataValidation; + } + /** + * @return Google_Service_Sheets_DataValidationRule + */ + public function getDataValidation() + { + return $this->dataValidation; + } + /** + * @param Google_Service_Sheets_CellFormat + */ + public function setEffectiveFormat(Google_Service_Sheets_CellFormat $effectiveFormat) + { + $this->effectiveFormat = $effectiveFormat; + } + /** + * @return Google_Service_Sheets_CellFormat + */ + public function getEffectiveFormat() + { + return $this->effectiveFormat; + } + /** + * @param Google_Service_Sheets_ExtendedValue + */ + public function setEffectiveValue(Google_Service_Sheets_ExtendedValue $effectiveValue) + { + $this->effectiveValue = $effectiveValue; + } + /** + * @return Google_Service_Sheets_ExtendedValue + */ + public function getEffectiveValue() + { + return $this->effectiveValue; + } + public function setFormattedValue($formattedValue) + { + $this->formattedValue = $formattedValue; + } + public function getFormattedValue() + { + return $this->formattedValue; + } + public function setHyperlink($hyperlink) + { + $this->hyperlink = $hyperlink; + } + public function getHyperlink() + { + return $this->hyperlink; + } + public function setNote($note) + { + $this->note = $note; + } + public function getNote() + { + return $this->note; + } + /** + * @param Google_Service_Sheets_PivotTable + */ + public function setPivotTable(Google_Service_Sheets_PivotTable $pivotTable) + { + $this->pivotTable = $pivotTable; + } + /** + * @return Google_Service_Sheets_PivotTable + */ + public function getPivotTable() + { + return $this->pivotTable; + } + /** + * @param Google_Service_Sheets_TextFormatRun + */ + public function setTextFormatRuns($textFormatRuns) + { + $this->textFormatRuns = $textFormatRuns; + } + /** + * @return Google_Service_Sheets_TextFormatRun + */ + public function getTextFormatRuns() + { + return $this->textFormatRuns; + } + /** + * @param Google_Service_Sheets_CellFormat + */ + public function setUserEnteredFormat(Google_Service_Sheets_CellFormat $userEnteredFormat) + { + $this->userEnteredFormat = $userEnteredFormat; + } + /** + * @return Google_Service_Sheets_CellFormat + */ + public function getUserEnteredFormat() + { + return $this->userEnteredFormat; + } + /** + * @param Google_Service_Sheets_ExtendedValue + */ + public function setUserEnteredValue(Google_Service_Sheets_ExtendedValue $userEnteredValue) + { + $this->userEnteredValue = $userEnteredValue; + } + /** + * @return Google_Service_Sheets_ExtendedValue + */ + public function getUserEnteredValue() + { + return $this->userEnteredValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CellFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellFormat.php new file mode 100644 index 000000000..9a01fff7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellFormat.php @@ -0,0 +1,162 @@ +backgroundColor = $backgroundColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getBackgroundColor() + { + return $this->backgroundColor; + } + /** + * @param Google_Service_Sheets_Borders + */ + public function setBorders(Google_Service_Sheets_Borders $borders) + { + $this->borders = $borders; + } + /** + * @return Google_Service_Sheets_Borders + */ + public function getBorders() + { + return $this->borders; + } + public function setHorizontalAlignment($horizontalAlignment) + { + $this->horizontalAlignment = $horizontalAlignment; + } + public function getHorizontalAlignment() + { + return $this->horizontalAlignment; + } + public function setHyperlinkDisplayType($hyperlinkDisplayType) + { + $this->hyperlinkDisplayType = $hyperlinkDisplayType; + } + public function getHyperlinkDisplayType() + { + return $this->hyperlinkDisplayType; + } + /** + * @param Google_Service_Sheets_NumberFormat + */ + public function setNumberFormat(Google_Service_Sheets_NumberFormat $numberFormat) + { + $this->numberFormat = $numberFormat; + } + /** + * @return Google_Service_Sheets_NumberFormat + */ + public function getNumberFormat() + { + return $this->numberFormat; + } + /** + * @param Google_Service_Sheets_Padding + */ + public function setPadding(Google_Service_Sheets_Padding $padding) + { + $this->padding = $padding; + } + /** + * @return Google_Service_Sheets_Padding + */ + public function getPadding() + { + return $this->padding; + } + public function setTextDirection($textDirection) + { + $this->textDirection = $textDirection; + } + public function getTextDirection() + { + return $this->textDirection; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) + { + $this->textFormat = $textFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTextFormat() + { + return $this->textFormat; + } + /** + * @param Google_Service_Sheets_TextRotation + */ + public function setTextRotation(Google_Service_Sheets_TextRotation $textRotation) + { + $this->textRotation = $textRotation; + } + /** + * @return Google_Service_Sheets_TextRotation + */ + public function getTextRotation() + { + return $this->textRotation; + } + public function setVerticalAlignment($verticalAlignment) + { + $this->verticalAlignment = $verticalAlignment; + } + public function getVerticalAlignment() + { + return $this->verticalAlignment; + } + public function setWrapStrategy($wrapStrategy) + { + $this->wrapStrategy = $wrapStrategy; + } + public function getWrapStrategy() + { + return $this->wrapStrategy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartAxisViewWindowOptions.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartAxisViewWindowOptions.php new file mode 100644 index 000000000..4d840cf4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartAxisViewWindowOptions.php @@ -0,0 +1,48 @@ +viewWindowMax = $viewWindowMax; + } + public function getViewWindowMax() + { + return $this->viewWindowMax; + } + public function setViewWindowMin($viewWindowMin) + { + $this->viewWindowMin = $viewWindowMin; + } + public function getViewWindowMin() + { + return $this->viewWindowMin; + } + public function setViewWindowMode($viewWindowMode) + { + $this->viewWindowMode = $viewWindowMode; + } + public function getViewWindowMode() + { + return $this->viewWindowMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.php new file mode 100644 index 000000000..7a98fca74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.php @@ -0,0 +1,39 @@ +prefix = $prefix; + } + public function getPrefix() + { + return $this->prefix; + } + public function setSuffix($suffix) + { + $this->suffix = $suffix; + } + public function getSuffix() + { + return $this->suffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php new file mode 100644 index 000000000..f0a31daa0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php @@ -0,0 +1,37 @@ +sourceRange = $sourceRange; + } + /** + * @return Google_Service_Sheets_ChartSourceRange + */ + public function getSourceRange() + { + return $this->sourceRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.php new file mode 100644 index 000000000..9d3818699 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.php @@ -0,0 +1,38 @@ +sources = $sources; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getSources() + { + return $this->sources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php new file mode 100644 index 000000000..2f3b28f6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php @@ -0,0 +1,299 @@ +altText = $altText; + } + public function getAltText() + { + return $this->altText; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setBackgroundColor(Google_Service_Sheets_Color $backgroundColor) + { + $this->backgroundColor = $backgroundColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getBackgroundColor() + { + return $this->backgroundColor; + } + /** + * @param Google_Service_Sheets_BasicChartSpec + */ + public function setBasicChart(Google_Service_Sheets_BasicChartSpec $basicChart) + { + $this->basicChart = $basicChart; + } + /** + * @return Google_Service_Sheets_BasicChartSpec + */ + public function getBasicChart() + { + return $this->basicChart; + } + /** + * @param Google_Service_Sheets_BubbleChartSpec + */ + public function setBubbleChart(Google_Service_Sheets_BubbleChartSpec $bubbleChart) + { + $this->bubbleChart = $bubbleChart; + } + /** + * @return Google_Service_Sheets_BubbleChartSpec + */ + public function getBubbleChart() + { + return $this->bubbleChart; + } + /** + * @param Google_Service_Sheets_CandlestickChartSpec + */ + public function setCandlestickChart(Google_Service_Sheets_CandlestickChartSpec $candlestickChart) + { + $this->candlestickChart = $candlestickChart; + } + /** + * @return Google_Service_Sheets_CandlestickChartSpec + */ + public function getCandlestickChart() + { + return $this->candlestickChart; + } + public function setFontName($fontName) + { + $this->fontName = $fontName; + } + public function getFontName() + { + return $this->fontName; + } + public function setHiddenDimensionStrategy($hiddenDimensionStrategy) + { + $this->hiddenDimensionStrategy = $hiddenDimensionStrategy; + } + public function getHiddenDimensionStrategy() + { + return $this->hiddenDimensionStrategy; + } + /** + * @param Google_Service_Sheets_HistogramChartSpec + */ + public function setHistogramChart(Google_Service_Sheets_HistogramChartSpec $histogramChart) + { + $this->histogramChart = $histogramChart; + } + /** + * @return Google_Service_Sheets_HistogramChartSpec + */ + public function getHistogramChart() + { + return $this->histogramChart; + } + public function setMaximized($maximized) + { + $this->maximized = $maximized; + } + public function getMaximized() + { + return $this->maximized; + } + /** + * @param Google_Service_Sheets_OrgChartSpec + */ + public function setOrgChart(Google_Service_Sheets_OrgChartSpec $orgChart) + { + $this->orgChart = $orgChart; + } + /** + * @return Google_Service_Sheets_OrgChartSpec + */ + public function getOrgChart() + { + return $this->orgChart; + } + /** + * @param Google_Service_Sheets_PieChartSpec + */ + public function setPieChart(Google_Service_Sheets_PieChartSpec $pieChart) + { + $this->pieChart = $pieChart; + } + /** + * @return Google_Service_Sheets_PieChartSpec + */ + public function getPieChart() + { + return $this->pieChart; + } + /** + * @param Google_Service_Sheets_ScorecardChartSpec + */ + public function setScorecardChart(Google_Service_Sheets_ScorecardChartSpec $scorecardChart) + { + $this->scorecardChart = $scorecardChart; + } + /** + * @return Google_Service_Sheets_ScorecardChartSpec + */ + public function getScorecardChart() + { + return $this->scorecardChart; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setSubtitleTextFormat(Google_Service_Sheets_TextFormat $subtitleTextFormat) + { + $this->subtitleTextFormat = $subtitleTextFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getSubtitleTextFormat() + { + return $this->subtitleTextFormat; + } + /** + * @param Google_Service_Sheets_TextPosition + */ + public function setSubtitleTextPosition(Google_Service_Sheets_TextPosition $subtitleTextPosition) + { + $this->subtitleTextPosition = $subtitleTextPosition; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getSubtitleTextPosition() + { + return $this->subtitleTextPosition; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTitleTextFormat(Google_Service_Sheets_TextFormat $titleTextFormat) + { + $this->titleTextFormat = $titleTextFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTitleTextFormat() + { + return $this->titleTextFormat; + } + /** + * @param Google_Service_Sheets_TextPosition + */ + public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition) + { + $this->titleTextPosition = $titleTextPosition; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getTitleTextPosition() + { + return $this->titleTextPosition; + } + /** + * @param Google_Service_Sheets_TreemapChartSpec + */ + public function setTreemapChart(Google_Service_Sheets_TreemapChartSpec $treemapChart) + { + $this->treemapChart = $treemapChart; + } + /** + * @return Google_Service_Sheets_TreemapChartSpec + */ + public function getTreemapChart() + { + return $this->treemapChart; + } + /** + * @param Google_Service_Sheets_WaterfallChartSpec + */ + public function setWaterfallChart(Google_Service_Sheets_WaterfallChartSpec $waterfallChart) + { + $this->waterfallChart = $waterfallChart; + } + /** + * @return Google_Service_Sheets_WaterfallChartSpec + */ + public function getWaterfallChart() + { + return $this->waterfallChart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.php new file mode 100644 index 000000000..fa33d9bd1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.php @@ -0,0 +1,30 @@ +sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearValuesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearValuesRequest.php new file mode 100644 index 000000000..111a2de72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearValuesRequest.php @@ -0,0 +1,20 @@ +clearedRange = $clearedRange; + } + public function getClearedRange() + { + return $this->clearedRange; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Color.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Color.php new file mode 100644 index 000000000..91a5a6b58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Color.php @@ -0,0 +1,57 @@ +alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + public function setBlue($blue) + { + $this->blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionValue.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionValue.php new file mode 100644 index 000000000..801c61426 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionValue.php @@ -0,0 +1,39 @@ +relativeDate = $relativeDate; + } + public function getRelativeDate() + { + return $this->relativeDate; + } + public function setUserEnteredValue($userEnteredValue) + { + $this->userEnteredValue = $userEnteredValue; + } + public function getUserEnteredValue() + { + return $this->userEnteredValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionalFormatRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionalFormatRule.php new file mode 100644 index 000000000..a5053c5bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ConditionalFormatRule.php @@ -0,0 +1,70 @@ +booleanRule = $booleanRule; + } + /** + * @return Google_Service_Sheets_BooleanRule + */ + public function getBooleanRule() + { + return $this->booleanRule; + } + /** + * @param Google_Service_Sheets_GradientRule + */ + public function setGradientRule(Google_Service_Sheets_GradientRule $gradientRule) + { + $this->gradientRule = $gradientRule; + } + /** + * @return Google_Service_Sheets_GradientRule + */ + public function getGradientRule() + { + return $this->gradientRule; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRanges($ranges) + { + $this->ranges = $ranges; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRanges() + { + return $this->ranges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.php new file mode 100644 index 000000000..19bb1b1b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.php @@ -0,0 +1,71 @@ +destination = $destination; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getDestination() + { + return $this->destination; + } + public function setPasteOrientation($pasteOrientation) + { + $this->pasteOrientation = $pasteOrientation; + } + public function getPasteOrientation() + { + return $this->pasteOrientation; + } + public function setPasteType($pasteType) + { + $this->pasteType = $pasteType; + } + public function getPasteType() + { + return $this->pasteType; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setSource(Google_Service_Sheets_GridRange $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.php new file mode 100644 index 000000000..ae93e8d17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.php @@ -0,0 +1,30 @@ +destinationSpreadsheetId = $destinationSpreadsheetId; + } + public function getDestinationSpreadsheetId() + { + return $this->destinationSpreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataRequest.php new file mode 100644 index 000000000..0b9ceadc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataRequest.php @@ -0,0 +1,37 @@ +developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataResponse.php new file mode 100644 index 000000000..92dfcc755 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CreateDeveloperMetadataResponse.php @@ -0,0 +1,37 @@ +developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/CutPasteRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CutPasteRequest.php new file mode 100644 index 000000000..2c775fa19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CutPasteRequest.php @@ -0,0 +1,62 @@ +destination = $destination; + } + /** + * @return Google_Service_Sheets_GridCoordinate + */ + public function getDestination() + { + return $this->destination; + } + public function setPasteType($pasteType) + { + $this->pasteType = $pasteType; + } + public function getPasteType() + { + return $this->pasteType; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setSource(Google_Service_Sheets_GridRange $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilter.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilter.php new file mode 100644 index 000000000..5f1eee302 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilter.php @@ -0,0 +1,62 @@ +a1Range = $a1Range; + } + public function getA1Range() + { + return $this->a1Range; + } + /** + * @param Google_Service_Sheets_DeveloperMetadataLookup + */ + public function setDeveloperMetadataLookup(Google_Service_Sheets_DeveloperMetadataLookup $developerMetadataLookup) + { + $this->developerMetadataLookup = $developerMetadataLookup; + } + /** + * @return Google_Service_Sheets_DeveloperMetadataLookup + */ + public function getDeveloperMetadataLookup() + { + return $this->developerMetadataLookup; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setGridRange(Google_Service_Sheets_GridRange $gridRange) + { + $this->gridRange = $gridRange; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getGridRange() + { + return $this->gridRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilterValueRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilterValueRange.php new file mode 100644 index 000000000..ed05ccf4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataFilterValueRange.php @@ -0,0 +1,56 @@ +dataFilter = $dataFilter; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilter() + { + return $this->dataFilter; + } + public function setMajorDimension($majorDimension) + { + $this->majorDimension = $majorDimension; + } + public function getMajorDimension() + { + return $this->majorDimension; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.php new file mode 100644 index 000000000..fce6ac996 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.php @@ -0,0 +1,64 @@ +condition = $condition; + } + /** + * @return Google_Service_Sheets_BooleanCondition + */ + public function getCondition() + { + return $this->condition; + } + public function setInputMessage($inputMessage) + { + $this->inputMessage = $inputMessage; + } + public function getInputMessage() + { + return $this->inputMessage; + } + public function setShowCustomUi($showCustomUi) + { + $this->showCustomUi = $showCustomUi; + } + public function getShowCustomUi() + { + return $this->showCustomUi; + } + public function setStrict($strict) + { + $this->strict = $strict; + } + public function getStrict() + { + return $this->strict; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DateTimeRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DateTimeRule.php new file mode 100644 index 000000000..5be5457a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DateTimeRule.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php new file mode 100644 index 000000000..c9082c297 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php @@ -0,0 +1,30 @@ +bandedRangeId = $bandedRangeId; + } + public function getBandedRangeId() + { + return $this->bandedRangeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleRequest.php new file mode 100644 index 000000000..9745473a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleRequest.php @@ -0,0 +1,39 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleResponse.php new file mode 100644 index 000000000..7b6ab7522 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteConditionalFormatRuleResponse.php @@ -0,0 +1,37 @@ +rule = $rule; + } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ + public function getRule() + { + return $this->rule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataRequest.php new file mode 100644 index 000000000..ba0663d0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataRequest.php @@ -0,0 +1,37 @@ +dataFilter = $dataFilter; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilter() + { + return $this->dataFilter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataResponse.php new file mode 100644 index 000000000..de7c50c49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDeveloperMetadataResponse.php @@ -0,0 +1,38 @@ +deletedDeveloperMetadata = $deletedDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeletedDeveloperMetadata() + { + return $this->deletedDeveloperMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupRequest.php new file mode 100644 index 000000000..202397414 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupResponse.php new file mode 100644 index 000000000..3408a59e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionGroupResponse.php @@ -0,0 +1,38 @@ +dimensionGroups = $dimensionGroups; + } + /** + * @return Google_Service_Sheets_DimensionGroup + */ + public function getDimensionGroups() + { + return $this->dimensionGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php new file mode 100644 index 000000000..3301a8ab7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesRequest.php new file mode 100644 index 000000000..c486a6f48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesRequest.php @@ -0,0 +1,54 @@ +comparisonColumns = $comparisonColumns; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getComparisonColumns() + { + return $this->comparisonColumns; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesResponse.php new file mode 100644 index 000000000..11a8d8ef4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDuplicatesResponse.php @@ -0,0 +1,30 @@ +duplicatesRemovedCount = $duplicatesRemovedCount; + } + public function getDuplicatesRemovedCount() + { + return $this->duplicatesRemovedCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php new file mode 100644 index 000000000..053d672de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteFilterViewRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteFilterViewRequest.php new file mode 100644 index 000000000..1be73a6f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteFilterViewRequest.php @@ -0,0 +1,30 @@ +filterId = $filterId; + } + public function getFilterId() + { + return $this->filterId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteNamedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteNamedRangeRequest.php new file mode 100644 index 000000000..7ec67fdce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteNamedRangeRequest.php @@ -0,0 +1,30 @@ +namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteProtectedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteProtectedRangeRequest.php new file mode 100644 index 000000000..fd6f024e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteProtectedRangeRequest.php @@ -0,0 +1,30 @@ +protectedRangeId = $protectedRangeId; + } + public function getProtectedRangeId() + { + return $this->protectedRangeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteRangeRequest.php new file mode 100644 index 000000000..2c7047941 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteRangeRequest.php @@ -0,0 +1,46 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + public function setShiftDimension($shiftDimension) + { + $this->shiftDimension = $shiftDimension; + } + public function getShiftDimension() + { + return $this->shiftDimension; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php new file mode 100644 index 000000000..43483cd49 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php @@ -0,0 +1,30 @@ +sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadata.php new file mode 100644 index 000000000..0e4b3dafa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadata.php @@ -0,0 +1,73 @@ +location = $location; + } + /** + * @return Google_Service_Sheets_DeveloperMetadataLocation + */ + public function getLocation() + { + return $this->location; + } + public function setMetadataId($metadataId) + { + $this->metadataId = $metadataId; + } + public function getMetadataId() + { + return $this->metadataId; + } + public function setMetadataKey($metadataKey) + { + $this->metadataKey = $metadataKey; + } + public function getMetadataKey() + { + return $this->metadataKey; + } + public function setMetadataValue($metadataValue) + { + $this->metadataValue = $metadataValue; + } + public function getMetadataValue() + { + return $this->metadataValue; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLocation.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLocation.php new file mode 100644 index 000000000..acffaf5f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLocation.php @@ -0,0 +1,64 @@ +dimensionRange = $dimensionRange; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getDimensionRange() + { + return $this->dimensionRange; + } + public function setLocationType($locationType) + { + $this->locationType = $locationType; + } + public function getLocationType() + { + return $this->locationType; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } + public function setSpreadsheet($spreadsheet) + { + $this->spreadsheet = $spreadsheet; + } + public function getSpreadsheet() + { + return $this->spreadsheet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLookup.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLookup.php new file mode 100644 index 000000000..0f888320b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeveloperMetadataLookup.php @@ -0,0 +1,91 @@ +locationMatchingStrategy = $locationMatchingStrategy; + } + public function getLocationMatchingStrategy() + { + return $this->locationMatchingStrategy; + } + public function setLocationType($locationType) + { + $this->locationType = $locationType; + } + public function getLocationType() + { + return $this->locationType; + } + public function setMetadataId($metadataId) + { + $this->metadataId = $metadataId; + } + public function getMetadataId() + { + return $this->metadataId; + } + public function setMetadataKey($metadataKey) + { + $this->metadataKey = $metadataKey; + } + public function getMetadataKey() + { + return $this->metadataKey; + } + /** + * @param Google_Service_Sheets_DeveloperMetadataLocation + */ + public function setMetadataLocation(Google_Service_Sheets_DeveloperMetadataLocation $metadataLocation) + { + $this->metadataLocation = $metadataLocation; + } + /** + * @return Google_Service_Sheets_DeveloperMetadataLocation + */ + public function getMetadataLocation() + { + return $this->metadataLocation; + } + public function setMetadataValue($metadataValue) + { + $this->metadataValue = $metadataValue; + } + public function getMetadataValue() + { + return $this->metadataValue; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionGroup.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionGroup.php new file mode 100644 index 000000000..7a162578c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionGroup.php @@ -0,0 +1,55 @@ +collapsed = $collapsed; + } + public function getCollapsed() + { + return $this->collapsed; + } + public function setDepth($depth) + { + $this->depth = $depth; + } + public function getDepth() + { + return $this->depth; + } + /** + * @param Google_Service_Sheets_DimensionRange + */ + public function setRange(Google_Service_Sheets_DimensionRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionProperties.php new file mode 100644 index 000000000..f85158cbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionProperties.php @@ -0,0 +1,65 @@ +developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } + public function setHiddenByFilter($hiddenByFilter) + { + $this->hiddenByFilter = $hiddenByFilter; + } + public function getHiddenByFilter() + { + return $this->hiddenByFilter; + } + public function setHiddenByUser($hiddenByUser) + { + $this->hiddenByUser = $hiddenByUser; + } + public function getHiddenByUser() + { + return $this->hiddenByUser; + } + public function setPixelSize($pixelSize) + { + $this->pixelSize = $pixelSize; + } + public function getPixelSize() + { + return $this->pixelSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php new file mode 100644 index 000000000..3e2956c45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php @@ -0,0 +1,57 @@ +dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + public function setEndIndex($endIndex) + { + $this->endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewRequest.php new file mode 100644 index 000000000..32238a4db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewRequest.php @@ -0,0 +1,30 @@ +filterId = $filterId; + } + public function getFilterId() + { + return $this->filterId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewResponse.php new file mode 100644 index 000000000..465fefa0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateFilterViewResponse.php @@ -0,0 +1,37 @@ +filter = $filter; + } + /** + * @return Google_Service_Sheets_FilterView + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.php new file mode 100644 index 000000000..46cd8f70f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.php @@ -0,0 +1,57 @@ +insertSheetIndex = $insertSheetIndex; + } + public function getInsertSheetIndex() + { + return $this->insertSheetIndex; + } + public function setNewSheetId($newSheetId) + { + $this->newSheetId = $newSheetId; + } + public function getNewSheetId() + { + return $this->newSheetId; + } + public function setNewSheetName($newSheetName) + { + $this->newSheetName = $newSheetName; + } + public function getNewSheetName() + { + return $this->newSheetName; + } + public function setSourceSheetId($sourceSheetId) + { + $this->sourceSheetId = $sourceSheetId; + } + public function getSourceSheetId() + { + return $this->sourceSheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetResponse.php new file mode 100644 index 000000000..67c336c34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetResponse.php @@ -0,0 +1,37 @@ +properties = $properties; + } + /** + * @return Google_Service_Sheets_SheetProperties + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Editors.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Editors.php new file mode 100644 index 000000000..94f7d3cff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Editors.php @@ -0,0 +1,49 @@ +domainUsersCanEdit = $domainUsersCanEdit; + } + public function getDomainUsersCanEdit() + { + return $this->domainUsersCanEdit; + } + public function setGroups($groups) + { + $this->groups = $groups; + } + public function getGroups() + { + return $this->groups; + } + public function setUsers($users) + { + $this->users = $users; + } + public function getUsers() + { + return $this->users; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedChart.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedChart.php new file mode 100644 index 000000000..bd839b73d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedChart.php @@ -0,0 +1,62 @@ +chartId = $chartId; + } + public function getChartId() + { + return $this->chartId; + } + /** + * @param Google_Service_Sheets_EmbeddedObjectPosition + */ + public function setPosition(Google_Service_Sheets_EmbeddedObjectPosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Sheets_EmbeddedObjectPosition + */ + public function getPosition() + { + return $this->position; + } + /** + * @param Google_Service_Sheets_ChartSpec + */ + public function setSpec(Google_Service_Sheets_ChartSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_Sheets_ChartSpec + */ + public function getSpec() + { + return $this->spec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectPosition.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectPosition.php new file mode 100644 index 000000000..7f6b7999e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectPosition.php @@ -0,0 +1,55 @@ +newSheet = $newSheet; + } + public function getNewSheet() + { + return $this->newSheet; + } + /** + * @param Google_Service_Sheets_OverlayPosition + */ + public function setOverlayPosition(Google_Service_Sheets_OverlayPosition $overlayPosition) + { + $this->overlayPosition = $overlayPosition; + } + /** + * @return Google_Service_Sheets_OverlayPosition + */ + public function getOverlayPosition() + { + return $this->overlayPosition; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php new file mode 100644 index 000000000..daaddb7c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php @@ -0,0 +1,39 @@ +message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ExtendedValue.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ExtendedValue.php new file mode 100644 index 000000000..f1cf3cc4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ExtendedValue.php @@ -0,0 +1,73 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + /** + * @param Google_Service_Sheets_ErrorValue + */ + public function setErrorValue(Google_Service_Sheets_ErrorValue $errorValue) + { + $this->errorValue = $errorValue; + } + /** + * @return Google_Service_Sheets_ErrorValue + */ + public function getErrorValue() + { + return $this->errorValue; + } + public function setFormulaValue($formulaValue) + { + $this->formulaValue = $formulaValue; + } + public function getFormulaValue() + { + return $this->formulaValue; + } + public function setNumberValue($numberValue) + { + $this->numberValue = $numberValue; + } + public function getNumberValue() + { + return $this->numberValue; + } + public function setStringValue($stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php new file mode 100644 index 000000000..4ced3c9ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php @@ -0,0 +1,47 @@ +condition = $condition; + } + /** + * @return Google_Service_Sheets_BooleanCondition + */ + public function getCondition() + { + return $this->condition; + } + public function setHiddenValues($hiddenValues) + { + $this->hiddenValues = $hiddenValues; + } + public function getHiddenValues() + { + return $this->hiddenValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php new file mode 100644 index 000000000..3fecb0d51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php @@ -0,0 +1,97 @@ +criteria = $criteria; + } + /** + * @return Google_Service_Sheets_FilterCriteria + */ + public function getCriteria() + { + return $this->criteria; + } + public function setFilterViewId($filterViewId) + { + $this->filterViewId = $filterViewId; + } + public function getFilterViewId() + { + return $this->filterViewId; + } + public function setNamedRangeId($namedRangeId) + { + $this->namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_SortSpec + */ + public function setSortSpecs($sortSpecs) + { + $this->sortSpecs = $sortSpecs; + } + /** + * @return Google_Service_Sheets_SortSpec + */ + public function getSortSpecs() + { + return $this->sortSpecs; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php new file mode 100644 index 000000000..002f1fb70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php @@ -0,0 +1,109 @@ +allSheets = $allSheets; + } + public function getAllSheets() + { + return $this->allSheets; + } + public function setFind($find) + { + $this->find = $find; + } + public function getFind() + { + return $this->find; + } + public function setIncludeFormulas($includeFormulas) + { + $this->includeFormulas = $includeFormulas; + } + public function getIncludeFormulas() + { + return $this->includeFormulas; + } + public function setMatchCase($matchCase) + { + $this->matchCase = $matchCase; + } + public function getMatchCase() + { + return $this->matchCase; + } + public function setMatchEntireCell($matchEntireCell) + { + $this->matchEntireCell = $matchEntireCell; + } + public function getMatchEntireCell() + { + return $this->matchEntireCell; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + public function setReplacement($replacement) + { + $this->replacement = $replacement; + } + public function getReplacement() + { + return $this->replacement; + } + public function setSearchByRegex($searchByRegex) + { + $this->searchByRegex = $searchByRegex; + } + public function getSearchByRegex() + { + return $this->searchByRegex; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php new file mode 100644 index 000000000..c159b931f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php @@ -0,0 +1,66 @@ +formulasChanged = $formulasChanged; + } + public function getFormulasChanged() + { + return $this->formulasChanged; + } + public function setOccurrencesChanged($occurrencesChanged) + { + $this->occurrencesChanged = $occurrencesChanged; + } + public function getOccurrencesChanged() + { + return $this->occurrencesChanged; + } + public function setRowsChanged($rowsChanged) + { + $this->rowsChanged = $rowsChanged; + } + public function getRowsChanged() + { + return $this->rowsChanged; + } + public function setSheetsChanged($sheetsChanged) + { + $this->sheetsChanged = $sheetsChanged; + } + public function getSheetsChanged() + { + return $this->sheetsChanged; + } + public function setValuesChanged($valuesChanged) + { + $this->valuesChanged = $valuesChanged; + } + public function getValuesChanged() + { + return $this->valuesChanged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GetSpreadsheetByDataFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GetSpreadsheetByDataFilterRequest.php new file mode 100644 index 000000000..2f1bab30e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GetSpreadsheetByDataFilterRequest.php @@ -0,0 +1,47 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } + public function setIncludeGridData($includeGridData) + { + $this->includeGridData = $includeGridData; + } + public function getIncludeGridData() + { + return $this->includeGridData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GradientRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GradientRule.php new file mode 100644 index 000000000..c18a91605 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GradientRule.php @@ -0,0 +1,69 @@ +maxpoint = $maxpoint; + } + /** + * @return Google_Service_Sheets_InterpolationPoint + */ + public function getMaxpoint() + { + return $this->maxpoint; + } + /** + * @param Google_Service_Sheets_InterpolationPoint + */ + public function setMidpoint(Google_Service_Sheets_InterpolationPoint $midpoint) + { + $this->midpoint = $midpoint; + } + /** + * @return Google_Service_Sheets_InterpolationPoint + */ + public function getMidpoint() + { + return $this->midpoint; + } + /** + * @param Google_Service_Sheets_InterpolationPoint + */ + public function setMinpoint(Google_Service_Sheets_InterpolationPoint $minpoint) + { + $this->minpoint = $minpoint; + } + /** + * @return Google_Service_Sheets_InterpolationPoint + */ + public function getMinpoint() + { + return $this->minpoint; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.php new file mode 100644 index 000000000..5428a5064 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.php @@ -0,0 +1,48 @@ +columnIndex = $columnIndex; + } + public function getColumnIndex() + { + return $this->columnIndex; + } + public function setRowIndex($rowIndex) + { + $this->rowIndex = $rowIndex; + } + public function getRowIndex() + { + return $this->rowIndex; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridData.php new file mode 100644 index 000000000..4857f2e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridData.php @@ -0,0 +1,88 @@ +columnMetadata = $columnMetadata; + } + /** + * @return Google_Service_Sheets_DimensionProperties + */ + public function getColumnMetadata() + { + return $this->columnMetadata; + } + /** + * @param Google_Service_Sheets_RowData + */ + public function setRowData($rowData) + { + $this->rowData = $rowData; + } + /** + * @return Google_Service_Sheets_RowData + */ + public function getRowData() + { + return $this->rowData; + } + /** + * @param Google_Service_Sheets_DimensionProperties + */ + public function setRowMetadata($rowMetadata) + { + $this->rowMetadata = $rowMetadata; + } + /** + * @return Google_Service_Sheets_DimensionProperties + */ + public function getRowMetadata() + { + return $this->rowMetadata; + } + public function setStartColumn($startColumn) + { + $this->startColumn = $startColumn; + } + public function getStartColumn() + { + return $this->startColumn; + } + public function setStartRow($startRow) + { + $this->startRow = $startRow; + } + public function getStartRow() + { + return $this->startRow; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php new file mode 100644 index 000000000..e7fd50005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php @@ -0,0 +1,84 @@ +columnCount = $columnCount; + } + public function getColumnCount() + { + return $this->columnCount; + } + public function setColumnGroupControlAfter($columnGroupControlAfter) + { + $this->columnGroupControlAfter = $columnGroupControlAfter; + } + public function getColumnGroupControlAfter() + { + return $this->columnGroupControlAfter; + } + public function setFrozenColumnCount($frozenColumnCount) + { + $this->frozenColumnCount = $frozenColumnCount; + } + public function getFrozenColumnCount() + { + return $this->frozenColumnCount; + } + public function setFrozenRowCount($frozenRowCount) + { + $this->frozenRowCount = $frozenRowCount; + } + public function getFrozenRowCount() + { + return $this->frozenRowCount; + } + public function setHideGridlines($hideGridlines) + { + $this->hideGridlines = $hideGridlines; + } + public function getHideGridlines() + { + return $this->hideGridlines; + } + public function setRowCount($rowCount) + { + $this->rowCount = $rowCount; + } + public function getRowCount() + { + return $this->rowCount; + } + public function setRowGroupControlAfter($rowGroupControlAfter) + { + $this->rowGroupControlAfter = $rowGroupControlAfter; + } + public function getRowGroupControlAfter() + { + return $this->rowGroupControlAfter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridRange.php new file mode 100644 index 000000000..16f16f298 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridRange.php @@ -0,0 +1,66 @@ +endColumnIndex = $endColumnIndex; + } + public function getEndColumnIndex() + { + return $this->endColumnIndex; + } + public function setEndRowIndex($endRowIndex) + { + $this->endRowIndex = $endRowIndex; + } + public function getEndRowIndex() + { + return $this->endRowIndex; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } + public function setStartColumnIndex($startColumnIndex) + { + $this->startColumnIndex = $startColumnIndex; + } + public function getStartColumnIndex() + { + return $this->startColumnIndex; + } + public function setStartRowIndex($startRowIndex) + { + $this->startRowIndex = $startRowIndex; + } + public function getStartRowIndex() + { + return $this->startRowIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramChartSpec.php new file mode 100644 index 000000000..1e5622b64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramChartSpec.php @@ -0,0 +1,74 @@ +bucketSize = $bucketSize; + } + public function getBucketSize() + { + return $this->bucketSize; + } + public function setLegendPosition($legendPosition) + { + $this->legendPosition = $legendPosition; + } + public function getLegendPosition() + { + return $this->legendPosition; + } + public function setOutlierPercentile($outlierPercentile) + { + $this->outlierPercentile = $outlierPercentile; + } + public function getOutlierPercentile() + { + return $this->outlierPercentile; + } + /** + * @param Google_Service_Sheets_HistogramSeries + */ + public function setSeries($series) + { + $this->series = $series; + } + /** + * @return Google_Service_Sheets_HistogramSeries + */ + public function getSeries() + { + return $this->series; + } + public function setShowItemDividers($showItemDividers) + { + $this->showItemDividers = $showItemDividers; + } + public function getShowItemDividers() + { + return $this->showItemDividers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramRule.php new file mode 100644 index 000000000..0d5390966 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramRule.php @@ -0,0 +1,48 @@ +end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setInterval($interval) + { + $this->interval = $interval; + } + public function getInterval() + { + return $this->interval; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramSeries.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramSeries.php new file mode 100644 index 000000000..91a3ab474 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/HistogramSeries.php @@ -0,0 +1,53 @@ +barColor = $barColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getBarColor() + { + return $this->barColor; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setData(Google_Service_Sheets_ChartData $data) + { + $this->data = $data; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getData() + { + return $this->data; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertDimensionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertDimensionRequest.php new file mode 100644 index 000000000..5af8c8d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertDimensionRequest.php @@ -0,0 +1,46 @@ +inheritFromBefore = $inheritFromBefore; + } + public function getInheritFromBefore() + { + return $this->inheritFromBefore; + } + /** + * @param Google_Service_Sheets_DimensionRange + */ + public function setRange(Google_Service_Sheets_DimensionRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.php new file mode 100644 index 000000000..bccbbb8bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.php @@ -0,0 +1,46 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + public function setShiftDimension($shiftDimension) + { + $this->shiftDimension = $shiftDimension; + } + public function getShiftDimension() + { + return $this->shiftDimension; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php new file mode 100644 index 000000000..80a33735a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getColor() + { + return $this->color; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php new file mode 100644 index 000000000..ccae59d34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php @@ -0,0 +1,39 @@ +convergenceThreshold = $convergenceThreshold; + } + public function getConvergenceThreshold() + { + return $this->convergenceThreshold; + } + public function setMaxIterations($maxIterations) + { + $this->maxIterations = $maxIterations; + } + public function getMaxIterations() + { + return $this->maxIterations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php new file mode 100644 index 000000000..7c4ed72df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php @@ -0,0 +1,53 @@ +position = $position; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getPosition() + { + return $this->position; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) + { + $this->textFormat = $textFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTextFormat() + { + return $this->textFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/LineStyle.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/LineStyle.php new file mode 100644 index 000000000..e3d3766a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/LineStyle.php @@ -0,0 +1,39 @@ +type = $type; + } + public function getType() + { + return $this->type; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRule.php new file mode 100644 index 000000000..2f35886f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRule.php @@ -0,0 +1,38 @@ +groups = $groups; + } + /** + * @return Google_Service_Sheets_ManualRuleGroup + */ + public function getGroups() + { + return $this->groups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRuleGroup.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRuleGroup.php new file mode 100644 index 000000000..1e441e01c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ManualRuleGroup.php @@ -0,0 +1,54 @@ +groupName = $groupName; + } + /** + * @return Google_Service_Sheets_ExtendedValue + */ + public function getGroupName() + { + return $this->groupName; + } + /** + * @param Google_Service_Sheets_ExtendedValue + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Sheets_ExtendedValue + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedDeveloperMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedDeveloperMetadata.php new file mode 100644 index 000000000..29cddbb1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedDeveloperMetadata.php @@ -0,0 +1,54 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } + /** + * @param Google_Service_Sheets_DeveloperMetadata + */ + public function setDeveloperMetadata(Google_Service_Sheets_DeveloperMetadata $developerMetadata) + { + $this->developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedValueRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedValueRange.php new file mode 100644 index 000000000..aba4217d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/MatchedValueRange.php @@ -0,0 +1,54 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } + /** + * @param Google_Service_Sheets_ValueRange + */ + public function setValueRange(Google_Service_Sheets_ValueRange $valueRange) + { + $this->valueRange = $valueRange; + } + /** + * @return Google_Service_Sheets_ValueRange + */ + public function getValueRange() + { + return $this->valueRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/MergeCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/MergeCellsRequest.php new file mode 100644 index 000000000..7f928daac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/MergeCellsRequest.php @@ -0,0 +1,46 @@ +mergeType = $mergeType; + } + public function getMergeType() + { + return $this->mergeType; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/MoveDimensionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/MoveDimensionRequest.php new file mode 100644 index 000000000..59ef837bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/MoveDimensionRequest.php @@ -0,0 +1,46 @@ +destinationIndex = $destinationIndex; + } + public function getDestinationIndex() + { + return $this->destinationIndex; + } + /** + * @param Google_Service_Sheets_DimensionRange + */ + public function setSource(Google_Service_Sheets_DimensionRange $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/NamedRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/NamedRange.php new file mode 100644 index 000000000..ad618d2f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/NamedRange.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNamedRangeId($namedRangeId) + { + $this->namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/NumberFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/NumberFormat.php new file mode 100644 index 000000000..895858fdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/NumberFormat.php @@ -0,0 +1,39 @@ +pattern = $pattern; + } + public function getPattern() + { + return $this->pattern; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/OrgChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/OrgChartSpec.php new file mode 100644 index 000000000..7af3cbe6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/OrgChartSpec.php @@ -0,0 +1,110 @@ +labels = $labels; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setNodeColor(Google_Service_Sheets_Color $nodeColor) + { + $this->nodeColor = $nodeColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getNodeColor() + { + return $this->nodeColor; + } + public function setNodeSize($nodeSize) + { + $this->nodeSize = $nodeSize; + } + public function getNodeSize() + { + return $this->nodeSize; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setParentLabels(Google_Service_Sheets_ChartData $parentLabels) + { + $this->parentLabels = $parentLabels; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getParentLabels() + { + return $this->parentLabels; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setSelectedNodeColor(Google_Service_Sheets_Color $selectedNodeColor) + { + $this->selectedNodeColor = $selectedNodeColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getSelectedNodeColor() + { + return $this->selectedNodeColor; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setTooltips(Google_Service_Sheets_ChartData $tooltips) + { + $this->tooltips = $tooltips; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getTooltips() + { + return $this->tooltips; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/OverlayPosition.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/OverlayPosition.php new file mode 100644 index 000000000..c2ec6290e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/OverlayPosition.php @@ -0,0 +1,73 @@ +anchorCell = $anchorCell; + } + /** + * @return Google_Service_Sheets_GridCoordinate + */ + public function getAnchorCell() + { + return $this->anchorCell; + } + public function setHeightPixels($heightPixels) + { + $this->heightPixels = $heightPixels; + } + public function getHeightPixels() + { + return $this->heightPixels; + } + public function setOffsetXPixels($offsetXPixels) + { + $this->offsetXPixels = $offsetXPixels; + } + public function getOffsetXPixels() + { + return $this->offsetXPixels; + } + public function setOffsetYPixels($offsetYPixels) + { + $this->offsetYPixels = $offsetYPixels; + } + public function getOffsetYPixels() + { + return $this->offsetYPixels; + } + public function setWidthPixels($widthPixels) + { + $this->widthPixels = $widthPixels; + } + public function getWidthPixels() + { + return $this->widthPixels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php new file mode 100644 index 000000000..fd2dc5d21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php @@ -0,0 +1,57 @@ +bottom = $bottom; + } + public function getBottom() + { + return $this->bottom; + } + public function setLeft($left) + { + $this->left = $left; + } + public function getLeft() + { + return $this->left; + } + public function setRight($right) + { + $this->right = $right; + } + public function getRight() + { + return $this->right; + } + public function setTop($top) + { + $this->top = $top; + } + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PasteDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PasteDataRequest.php new file mode 100644 index 000000000..4018bdd77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PasteDataRequest.php @@ -0,0 +1,73 @@ +coordinate = $coordinate; + } + /** + * @return Google_Service_Sheets_GridCoordinate + */ + public function getCoordinate() + { + return $this->coordinate; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setDelimiter($delimiter) + { + $this->delimiter = $delimiter; + } + public function getDelimiter() + { + return $this->delimiter; + } + public function setHtml($html) + { + $this->html = $html; + } + public function getHtml() + { + return $this->html; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php new file mode 100644 index 000000000..21a30a166 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php @@ -0,0 +1,80 @@ +domain = $domain; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getDomain() + { + return $this->domain; + } + public function setLegendPosition($legendPosition) + { + $this->legendPosition = $legendPosition; + } + public function getLegendPosition() + { + return $this->legendPosition; + } + public function setPieHole($pieHole) + { + $this->pieHole = $pieHole; + } + public function getPieHole() + { + return $this->pieHole; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setSeries(Google_Service_Sheets_ChartData $series) + { + $this->series = $series; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getSeries() + { + return $this->series; + } + public function setThreeDimensional($threeDimensional) + { + $this->threeDimensional = $threeDimensional; + } + public function getThreeDimensional() + { + return $this->threeDimensional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php new file mode 100644 index 000000000..348877339 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php @@ -0,0 +1,31 @@ +visibleValues = $visibleValues; + } + public function getVisibleValues() + { + return $this->visibleValues; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroup.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroup.php new file mode 100644 index 000000000..463cc8522 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroup.php @@ -0,0 +1,115 @@ +groupRule = $groupRule; + } + /** + * @return Google_Service_Sheets_PivotGroupRule + */ + public function getGroupRule() + { + return $this->groupRule; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setRepeatHeadings($repeatHeadings) + { + $this->repeatHeadings = $repeatHeadings; + } + public function getRepeatHeadings() + { + return $this->repeatHeadings; + } + public function setShowTotals($showTotals) + { + $this->showTotals = $showTotals; + } + public function getShowTotals() + { + return $this->showTotals; + } + public function setSortOrder($sortOrder) + { + $this->sortOrder = $sortOrder; + } + public function getSortOrder() + { + return $this->sortOrder; + } + public function setSourceColumnOffset($sourceColumnOffset) + { + $this->sourceColumnOffset = $sourceColumnOffset; + } + public function getSourceColumnOffset() + { + return $this->sourceColumnOffset; + } + /** + * @param Google_Service_Sheets_PivotGroupSortValueBucket + */ + public function setValueBucket(Google_Service_Sheets_PivotGroupSortValueBucket $valueBucket) + { + $this->valueBucket = $valueBucket; + } + /** + * @return Google_Service_Sheets_PivotGroupSortValueBucket + */ + public function getValueBucket() + { + return $this->valueBucket; + } + /** + * @param Google_Service_Sheets_PivotGroupValueMetadata + */ + public function setValueMetadata($valueMetadata) + { + $this->valueMetadata = $valueMetadata; + } + /** + * @return Google_Service_Sheets_PivotGroupValueMetadata + */ + public function getValueMetadata() + { + return $this->valueMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupRule.php new file mode 100644 index 000000000..ceb79c6ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupRule.php @@ -0,0 +1,69 @@ +dateTimeRule = $dateTimeRule; + } + /** + * @return Google_Service_Sheets_DateTimeRule + */ + public function getDateTimeRule() + { + return $this->dateTimeRule; + } + /** + * @param Google_Service_Sheets_HistogramRule + */ + public function setHistogramRule(Google_Service_Sheets_HistogramRule $histogramRule) + { + $this->histogramRule = $histogramRule; + } + /** + * @return Google_Service_Sheets_HistogramRule + */ + public function getHistogramRule() + { + return $this->histogramRule; + } + /** + * @param Google_Service_Sheets_ManualRule + */ + public function setManualRule(Google_Service_Sheets_ManualRule $manualRule) + { + $this->manualRule = $manualRule; + } + /** + * @return Google_Service_Sheets_ManualRule + */ + public function getManualRule() + { + return $this->manualRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.php new file mode 100644 index 000000000..31c48d8f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.php @@ -0,0 +1,47 @@ +buckets = $buckets; + } + /** + * @return Google_Service_Sheets_ExtendedValue + */ + public function getBuckets() + { + return $this->buckets; + } + public function setValuesIndex($valuesIndex) + { + $this->valuesIndex = $valuesIndex; + } + public function getValuesIndex() + { + return $this->valuesIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php new file mode 100644 index 000000000..2d637d58b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php @@ -0,0 +1,46 @@ +collapsed = $collapsed; + } + public function getCollapsed() + { + return $this->collapsed; + } + /** + * @param Google_Service_Sheets_ExtendedValue + */ + public function setValue(Google_Service_Sheets_ExtendedValue $value) + { + $this->value = $value; + } + /** + * @return Google_Service_Sheets_ExtendedValue + */ + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.php new file mode 100644 index 000000000..db87a463c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.php @@ -0,0 +1,111 @@ +columns = $columns; + } + /** + * @return Google_Service_Sheets_PivotGroup + */ + public function getColumns() + { + return $this->columns; + } + /** + * @param Google_Service_Sheets_PivotFilterCriteria + */ + public function setCriteria($criteria) + { + $this->criteria = $criteria; + } + /** + * @return Google_Service_Sheets_PivotFilterCriteria + */ + public function getCriteria() + { + return $this->criteria; + } + /** + * @param Google_Service_Sheets_PivotGroup + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Sheets_PivotGroup + */ + public function getRows() + { + return $this->rows; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setSource(Google_Service_Sheets_GridRange $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getSource() + { + return $this->source; + } + public function setValueLayout($valueLayout) + { + $this->valueLayout = $valueLayout; + } + public function getValueLayout() + { + return $this->valueLayout; + } + /** + * @param Google_Service_Sheets_PivotValue + */ + public function setValues($values) + { + $this->values = $values; + } + /** + * @return Google_Service_Sheets_PivotValue + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotValue.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotValue.php new file mode 100644 index 000000000..e9222f145 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotValue.php @@ -0,0 +1,66 @@ +calculatedDisplayType = $calculatedDisplayType; + } + public function getCalculatedDisplayType() + { + return $this->calculatedDisplayType; + } + public function setFormula($formula) + { + $this->formula = $formula; + } + public function getFormula() + { + return $this->formula; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSourceColumnOffset($sourceColumnOffset) + { + $this->sourceColumnOffset = $sourceColumnOffset; + } + public function getSourceColumnOffset() + { + return $this->sourceColumnOffset; + } + public function setSummarizeFunction($summarizeFunction) + { + $this->summarizeFunction = $summarizeFunction; + } + public function getSummarizeFunction() + { + return $this->summarizeFunction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php new file mode 100644 index 000000000..3d72ec506 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php @@ -0,0 +1,115 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Sheets_Editors + */ + public function setEditors(Google_Service_Sheets_Editors $editors) + { + $this->editors = $editors; + } + /** + * @return Google_Service_Sheets_Editors + */ + public function getEditors() + { + return $this->editors; + } + public function setNamedRangeId($namedRangeId) + { + $this->namedRangeId = $namedRangeId; + } + public function getNamedRangeId() + { + return $this->namedRangeId; + } + public function setProtectedRangeId($protectedRangeId) + { + $this->protectedRangeId = $protectedRangeId; + } + public function getProtectedRangeId() + { + return $this->protectedRangeId; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + public function setRequestingUserCanEdit($requestingUserCanEdit) + { + $this->requestingUserCanEdit = $requestingUserCanEdit; + } + public function getRequestingUserCanEdit() + { + return $this->requestingUserCanEdit; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setUnprotectedRanges($unprotectedRanges) + { + $this->unprotectedRanges = $unprotectedRanges; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getUnprotectedRanges() + { + return $this->unprotectedRanges; + } + public function setWarningOnly($warningOnly) + { + $this->warningOnly = $warningOnly; + } + public function getWarningOnly() + { + return $this->warningOnly; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/RandomizeRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/RandomizeRangeRequest.php new file mode 100644 index 000000000..c3fd0a50b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/RandomizeRangeRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php new file mode 100644 index 000000000..8c435835b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php @@ -0,0 +1,62 @@ +cell = $cell; + } + /** + * @return Google_Service_Sheets_CellData + */ + public function getCell() + { + return $this->cell; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Request.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Request.php new file mode 100644 index 000000000..a8bc2b556 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Request.php @@ -0,0 +1,949 @@ +addBanding = $addBanding; + } + /** + * @return Google_Service_Sheets_AddBandingRequest + */ + public function getAddBanding() + { + return $this->addBanding; + } + /** + * @param Google_Service_Sheets_AddChartRequest + */ + public function setAddChart(Google_Service_Sheets_AddChartRequest $addChart) + { + $this->addChart = $addChart; + } + /** + * @return Google_Service_Sheets_AddChartRequest + */ + public function getAddChart() + { + return $this->addChart; + } + /** + * @param Google_Service_Sheets_AddConditionalFormatRuleRequest + */ + public function setAddConditionalFormatRule(Google_Service_Sheets_AddConditionalFormatRuleRequest $addConditionalFormatRule) + { + $this->addConditionalFormatRule = $addConditionalFormatRule; + } + /** + * @return Google_Service_Sheets_AddConditionalFormatRuleRequest + */ + public function getAddConditionalFormatRule() + { + return $this->addConditionalFormatRule; + } + /** + * @param Google_Service_Sheets_AddDimensionGroupRequest + */ + public function setAddDimensionGroup(Google_Service_Sheets_AddDimensionGroupRequest $addDimensionGroup) + { + $this->addDimensionGroup = $addDimensionGroup; + } + /** + * @return Google_Service_Sheets_AddDimensionGroupRequest + */ + public function getAddDimensionGroup() + { + return $this->addDimensionGroup; + } + /** + * @param Google_Service_Sheets_AddFilterViewRequest + */ + public function setAddFilterView(Google_Service_Sheets_AddFilterViewRequest $addFilterView) + { + $this->addFilterView = $addFilterView; + } + /** + * @return Google_Service_Sheets_AddFilterViewRequest + */ + public function getAddFilterView() + { + return $this->addFilterView; + } + /** + * @param Google_Service_Sheets_AddNamedRangeRequest + */ + public function setAddNamedRange(Google_Service_Sheets_AddNamedRangeRequest $addNamedRange) + { + $this->addNamedRange = $addNamedRange; + } + /** + * @return Google_Service_Sheets_AddNamedRangeRequest + */ + public function getAddNamedRange() + { + return $this->addNamedRange; + } + /** + * @param Google_Service_Sheets_AddProtectedRangeRequest + */ + public function setAddProtectedRange(Google_Service_Sheets_AddProtectedRangeRequest $addProtectedRange) + { + $this->addProtectedRange = $addProtectedRange; + } + /** + * @return Google_Service_Sheets_AddProtectedRangeRequest + */ + public function getAddProtectedRange() + { + return $this->addProtectedRange; + } + /** + * @param Google_Service_Sheets_AddSheetRequest + */ + public function setAddSheet(Google_Service_Sheets_AddSheetRequest $addSheet) + { + $this->addSheet = $addSheet; + } + /** + * @return Google_Service_Sheets_AddSheetRequest + */ + public function getAddSheet() + { + return $this->addSheet; + } + /** + * @param Google_Service_Sheets_AppendCellsRequest + */ + public function setAppendCells(Google_Service_Sheets_AppendCellsRequest $appendCells) + { + $this->appendCells = $appendCells; + } + /** + * @return Google_Service_Sheets_AppendCellsRequest + */ + public function getAppendCells() + { + return $this->appendCells; + } + /** + * @param Google_Service_Sheets_AppendDimensionRequest + */ + public function setAppendDimension(Google_Service_Sheets_AppendDimensionRequest $appendDimension) + { + $this->appendDimension = $appendDimension; + } + /** + * @return Google_Service_Sheets_AppendDimensionRequest + */ + public function getAppendDimension() + { + return $this->appendDimension; + } + /** + * @param Google_Service_Sheets_AutoFillRequest + */ + public function setAutoFill(Google_Service_Sheets_AutoFillRequest $autoFill) + { + $this->autoFill = $autoFill; + } + /** + * @return Google_Service_Sheets_AutoFillRequest + */ + public function getAutoFill() + { + return $this->autoFill; + } + /** + * @param Google_Service_Sheets_AutoResizeDimensionsRequest + */ + public function setAutoResizeDimensions(Google_Service_Sheets_AutoResizeDimensionsRequest $autoResizeDimensions) + { + $this->autoResizeDimensions = $autoResizeDimensions; + } + /** + * @return Google_Service_Sheets_AutoResizeDimensionsRequest + */ + public function getAutoResizeDimensions() + { + return $this->autoResizeDimensions; + } + /** + * @param Google_Service_Sheets_ClearBasicFilterRequest + */ + public function setClearBasicFilter(Google_Service_Sheets_ClearBasicFilterRequest $clearBasicFilter) + { + $this->clearBasicFilter = $clearBasicFilter; + } + /** + * @return Google_Service_Sheets_ClearBasicFilterRequest + */ + public function getClearBasicFilter() + { + return $this->clearBasicFilter; + } + /** + * @param Google_Service_Sheets_CopyPasteRequest + */ + public function setCopyPaste(Google_Service_Sheets_CopyPasteRequest $copyPaste) + { + $this->copyPaste = $copyPaste; + } + /** + * @return Google_Service_Sheets_CopyPasteRequest + */ + public function getCopyPaste() + { + return $this->copyPaste; + } + /** + * @param Google_Service_Sheets_CreateDeveloperMetadataRequest + */ + public function setCreateDeveloperMetadata(Google_Service_Sheets_CreateDeveloperMetadataRequest $createDeveloperMetadata) + { + $this->createDeveloperMetadata = $createDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_CreateDeveloperMetadataRequest + */ + public function getCreateDeveloperMetadata() + { + return $this->createDeveloperMetadata; + } + /** + * @param Google_Service_Sheets_CutPasteRequest + */ + public function setCutPaste(Google_Service_Sheets_CutPasteRequest $cutPaste) + { + $this->cutPaste = $cutPaste; + } + /** + * @return Google_Service_Sheets_CutPasteRequest + */ + public function getCutPaste() + { + return $this->cutPaste; + } + /** + * @param Google_Service_Sheets_DeleteBandingRequest + */ + public function setDeleteBanding(Google_Service_Sheets_DeleteBandingRequest $deleteBanding) + { + $this->deleteBanding = $deleteBanding; + } + /** + * @return Google_Service_Sheets_DeleteBandingRequest + */ + public function getDeleteBanding() + { + return $this->deleteBanding; + } + /** + * @param Google_Service_Sheets_DeleteConditionalFormatRuleRequest + */ + public function setDeleteConditionalFormatRule(Google_Service_Sheets_DeleteConditionalFormatRuleRequest $deleteConditionalFormatRule) + { + $this->deleteConditionalFormatRule = $deleteConditionalFormatRule; + } + /** + * @return Google_Service_Sheets_DeleteConditionalFormatRuleRequest + */ + public function getDeleteConditionalFormatRule() + { + return $this->deleteConditionalFormatRule; + } + /** + * @param Google_Service_Sheets_DeleteDeveloperMetadataRequest + */ + public function setDeleteDeveloperMetadata(Google_Service_Sheets_DeleteDeveloperMetadataRequest $deleteDeveloperMetadata) + { + $this->deleteDeveloperMetadata = $deleteDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_DeleteDeveloperMetadataRequest + */ + public function getDeleteDeveloperMetadata() + { + return $this->deleteDeveloperMetadata; + } + /** + * @param Google_Service_Sheets_DeleteDimensionRequest + */ + public function setDeleteDimension(Google_Service_Sheets_DeleteDimensionRequest $deleteDimension) + { + $this->deleteDimension = $deleteDimension; + } + /** + * @return Google_Service_Sheets_DeleteDimensionRequest + */ + public function getDeleteDimension() + { + return $this->deleteDimension; + } + /** + * @param Google_Service_Sheets_DeleteDimensionGroupRequest + */ + public function setDeleteDimensionGroup(Google_Service_Sheets_DeleteDimensionGroupRequest $deleteDimensionGroup) + { + $this->deleteDimensionGroup = $deleteDimensionGroup; + } + /** + * @return Google_Service_Sheets_DeleteDimensionGroupRequest + */ + public function getDeleteDimensionGroup() + { + return $this->deleteDimensionGroup; + } + /** + * @param Google_Service_Sheets_DeleteDuplicatesRequest + */ + public function setDeleteDuplicates(Google_Service_Sheets_DeleteDuplicatesRequest $deleteDuplicates) + { + $this->deleteDuplicates = $deleteDuplicates; + } + /** + * @return Google_Service_Sheets_DeleteDuplicatesRequest + */ + public function getDeleteDuplicates() + { + return $this->deleteDuplicates; + } + /** + * @param Google_Service_Sheets_DeleteEmbeddedObjectRequest + */ + public function setDeleteEmbeddedObject(Google_Service_Sheets_DeleteEmbeddedObjectRequest $deleteEmbeddedObject) + { + $this->deleteEmbeddedObject = $deleteEmbeddedObject; + } + /** + * @return Google_Service_Sheets_DeleteEmbeddedObjectRequest + */ + public function getDeleteEmbeddedObject() + { + return $this->deleteEmbeddedObject; + } + /** + * @param Google_Service_Sheets_DeleteFilterViewRequest + */ + public function setDeleteFilterView(Google_Service_Sheets_DeleteFilterViewRequest $deleteFilterView) + { + $this->deleteFilterView = $deleteFilterView; + } + /** + * @return Google_Service_Sheets_DeleteFilterViewRequest + */ + public function getDeleteFilterView() + { + return $this->deleteFilterView; + } + /** + * @param Google_Service_Sheets_DeleteNamedRangeRequest + */ + public function setDeleteNamedRange(Google_Service_Sheets_DeleteNamedRangeRequest $deleteNamedRange) + { + $this->deleteNamedRange = $deleteNamedRange; + } + /** + * @return Google_Service_Sheets_DeleteNamedRangeRequest + */ + public function getDeleteNamedRange() + { + return $this->deleteNamedRange; + } + /** + * @param Google_Service_Sheets_DeleteProtectedRangeRequest + */ + public function setDeleteProtectedRange(Google_Service_Sheets_DeleteProtectedRangeRequest $deleteProtectedRange) + { + $this->deleteProtectedRange = $deleteProtectedRange; + } + /** + * @return Google_Service_Sheets_DeleteProtectedRangeRequest + */ + public function getDeleteProtectedRange() + { + return $this->deleteProtectedRange; + } + /** + * @param Google_Service_Sheets_DeleteRangeRequest + */ + public function setDeleteRange(Google_Service_Sheets_DeleteRangeRequest $deleteRange) + { + $this->deleteRange = $deleteRange; + } + /** + * @return Google_Service_Sheets_DeleteRangeRequest + */ + public function getDeleteRange() + { + return $this->deleteRange; + } + /** + * @param Google_Service_Sheets_DeleteSheetRequest + */ + public function setDeleteSheet(Google_Service_Sheets_DeleteSheetRequest $deleteSheet) + { + $this->deleteSheet = $deleteSheet; + } + /** + * @return Google_Service_Sheets_DeleteSheetRequest + */ + public function getDeleteSheet() + { + return $this->deleteSheet; + } + /** + * @param Google_Service_Sheets_DuplicateFilterViewRequest + */ + public function setDuplicateFilterView(Google_Service_Sheets_DuplicateFilterViewRequest $duplicateFilterView) + { + $this->duplicateFilterView = $duplicateFilterView; + } + /** + * @return Google_Service_Sheets_DuplicateFilterViewRequest + */ + public function getDuplicateFilterView() + { + return $this->duplicateFilterView; + } + /** + * @param Google_Service_Sheets_DuplicateSheetRequest + */ + public function setDuplicateSheet(Google_Service_Sheets_DuplicateSheetRequest $duplicateSheet) + { + $this->duplicateSheet = $duplicateSheet; + } + /** + * @return Google_Service_Sheets_DuplicateSheetRequest + */ + public function getDuplicateSheet() + { + return $this->duplicateSheet; + } + /** + * @param Google_Service_Sheets_FindReplaceRequest + */ + public function setFindReplace(Google_Service_Sheets_FindReplaceRequest $findReplace) + { + $this->findReplace = $findReplace; + } + /** + * @return Google_Service_Sheets_FindReplaceRequest + */ + public function getFindReplace() + { + return $this->findReplace; + } + /** + * @param Google_Service_Sheets_InsertDimensionRequest + */ + public function setInsertDimension(Google_Service_Sheets_InsertDimensionRequest $insertDimension) + { + $this->insertDimension = $insertDimension; + } + /** + * @return Google_Service_Sheets_InsertDimensionRequest + */ + public function getInsertDimension() + { + return $this->insertDimension; + } + /** + * @param Google_Service_Sheets_InsertRangeRequest + */ + public function setInsertRange(Google_Service_Sheets_InsertRangeRequest $insertRange) + { + $this->insertRange = $insertRange; + } + /** + * @return Google_Service_Sheets_InsertRangeRequest + */ + public function getInsertRange() + { + return $this->insertRange; + } + /** + * @param Google_Service_Sheets_MergeCellsRequest + */ + public function setMergeCells(Google_Service_Sheets_MergeCellsRequest $mergeCells) + { + $this->mergeCells = $mergeCells; + } + /** + * @return Google_Service_Sheets_MergeCellsRequest + */ + public function getMergeCells() + { + return $this->mergeCells; + } + /** + * @param Google_Service_Sheets_MoveDimensionRequest + */ + public function setMoveDimension(Google_Service_Sheets_MoveDimensionRequest $moveDimension) + { + $this->moveDimension = $moveDimension; + } + /** + * @return Google_Service_Sheets_MoveDimensionRequest + */ + public function getMoveDimension() + { + return $this->moveDimension; + } + /** + * @param Google_Service_Sheets_PasteDataRequest + */ + public function setPasteData(Google_Service_Sheets_PasteDataRequest $pasteData) + { + $this->pasteData = $pasteData; + } + /** + * @return Google_Service_Sheets_PasteDataRequest + */ + public function getPasteData() + { + return $this->pasteData; + } + /** + * @param Google_Service_Sheets_RandomizeRangeRequest + */ + public function setRandomizeRange(Google_Service_Sheets_RandomizeRangeRequest $randomizeRange) + { + $this->randomizeRange = $randomizeRange; + } + /** + * @return Google_Service_Sheets_RandomizeRangeRequest + */ + public function getRandomizeRange() + { + return $this->randomizeRange; + } + /** + * @param Google_Service_Sheets_RepeatCellRequest + */ + public function setRepeatCell(Google_Service_Sheets_RepeatCellRequest $repeatCell) + { + $this->repeatCell = $repeatCell; + } + /** + * @return Google_Service_Sheets_RepeatCellRequest + */ + public function getRepeatCell() + { + return $this->repeatCell; + } + /** + * @param Google_Service_Sheets_SetBasicFilterRequest + */ + public function setSetBasicFilter(Google_Service_Sheets_SetBasicFilterRequest $setBasicFilter) + { + $this->setBasicFilter = $setBasicFilter; + } + /** + * @return Google_Service_Sheets_SetBasicFilterRequest + */ + public function getSetBasicFilter() + { + return $this->setBasicFilter; + } + /** + * @param Google_Service_Sheets_SetDataValidationRequest + */ + public function setSetDataValidation(Google_Service_Sheets_SetDataValidationRequest $setDataValidation) + { + $this->setDataValidation = $setDataValidation; + } + /** + * @return Google_Service_Sheets_SetDataValidationRequest + */ + public function getSetDataValidation() + { + return $this->setDataValidation; + } + /** + * @param Google_Service_Sheets_SortRangeRequest + */ + public function setSortRange(Google_Service_Sheets_SortRangeRequest $sortRange) + { + $this->sortRange = $sortRange; + } + /** + * @return Google_Service_Sheets_SortRangeRequest + */ + public function getSortRange() + { + return $this->sortRange; + } + /** + * @param Google_Service_Sheets_TextToColumnsRequest + */ + public function setTextToColumns(Google_Service_Sheets_TextToColumnsRequest $textToColumns) + { + $this->textToColumns = $textToColumns; + } + /** + * @return Google_Service_Sheets_TextToColumnsRequest + */ + public function getTextToColumns() + { + return $this->textToColumns; + } + /** + * @param Google_Service_Sheets_TrimWhitespaceRequest + */ + public function setTrimWhitespace(Google_Service_Sheets_TrimWhitespaceRequest $trimWhitespace) + { + $this->trimWhitespace = $trimWhitespace; + } + /** + * @return Google_Service_Sheets_TrimWhitespaceRequest + */ + public function getTrimWhitespace() + { + return $this->trimWhitespace; + } + /** + * @param Google_Service_Sheets_UnmergeCellsRequest + */ + public function setUnmergeCells(Google_Service_Sheets_UnmergeCellsRequest $unmergeCells) + { + $this->unmergeCells = $unmergeCells; + } + /** + * @return Google_Service_Sheets_UnmergeCellsRequest + */ + public function getUnmergeCells() + { + return $this->unmergeCells; + } + /** + * @param Google_Service_Sheets_UpdateBandingRequest + */ + public function setUpdateBanding(Google_Service_Sheets_UpdateBandingRequest $updateBanding) + { + $this->updateBanding = $updateBanding; + } + /** + * @return Google_Service_Sheets_UpdateBandingRequest + */ + public function getUpdateBanding() + { + return $this->updateBanding; + } + /** + * @param Google_Service_Sheets_UpdateBordersRequest + */ + public function setUpdateBorders(Google_Service_Sheets_UpdateBordersRequest $updateBorders) + { + $this->updateBorders = $updateBorders; + } + /** + * @return Google_Service_Sheets_UpdateBordersRequest + */ + public function getUpdateBorders() + { + return $this->updateBorders; + } + /** + * @param Google_Service_Sheets_UpdateCellsRequest + */ + public function setUpdateCells(Google_Service_Sheets_UpdateCellsRequest $updateCells) + { + $this->updateCells = $updateCells; + } + /** + * @return Google_Service_Sheets_UpdateCellsRequest + */ + public function getUpdateCells() + { + return $this->updateCells; + } + /** + * @param Google_Service_Sheets_UpdateChartSpecRequest + */ + public function setUpdateChartSpec(Google_Service_Sheets_UpdateChartSpecRequest $updateChartSpec) + { + $this->updateChartSpec = $updateChartSpec; + } + /** + * @return Google_Service_Sheets_UpdateChartSpecRequest + */ + public function getUpdateChartSpec() + { + return $this->updateChartSpec; + } + /** + * @param Google_Service_Sheets_UpdateConditionalFormatRuleRequest + */ + public function setUpdateConditionalFormatRule(Google_Service_Sheets_UpdateConditionalFormatRuleRequest $updateConditionalFormatRule) + { + $this->updateConditionalFormatRule = $updateConditionalFormatRule; + } + /** + * @return Google_Service_Sheets_UpdateConditionalFormatRuleRequest + */ + public function getUpdateConditionalFormatRule() + { + return $this->updateConditionalFormatRule; + } + /** + * @param Google_Service_Sheets_UpdateDeveloperMetadataRequest + */ + public function setUpdateDeveloperMetadata(Google_Service_Sheets_UpdateDeveloperMetadataRequest $updateDeveloperMetadata) + { + $this->updateDeveloperMetadata = $updateDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_UpdateDeveloperMetadataRequest + */ + public function getUpdateDeveloperMetadata() + { + return $this->updateDeveloperMetadata; + } + /** + * @param Google_Service_Sheets_UpdateDimensionGroupRequest + */ + public function setUpdateDimensionGroup(Google_Service_Sheets_UpdateDimensionGroupRequest $updateDimensionGroup) + { + $this->updateDimensionGroup = $updateDimensionGroup; + } + /** + * @return Google_Service_Sheets_UpdateDimensionGroupRequest + */ + public function getUpdateDimensionGroup() + { + return $this->updateDimensionGroup; + } + /** + * @param Google_Service_Sheets_UpdateDimensionPropertiesRequest + */ + public function setUpdateDimensionProperties(Google_Service_Sheets_UpdateDimensionPropertiesRequest $updateDimensionProperties) + { + $this->updateDimensionProperties = $updateDimensionProperties; + } + /** + * @return Google_Service_Sheets_UpdateDimensionPropertiesRequest + */ + public function getUpdateDimensionProperties() + { + return $this->updateDimensionProperties; + } + /** + * @param Google_Service_Sheets_UpdateEmbeddedObjectPositionRequest + */ + public function setUpdateEmbeddedObjectPosition(Google_Service_Sheets_UpdateEmbeddedObjectPositionRequest $updateEmbeddedObjectPosition) + { + $this->updateEmbeddedObjectPosition = $updateEmbeddedObjectPosition; + } + /** + * @return Google_Service_Sheets_UpdateEmbeddedObjectPositionRequest + */ + public function getUpdateEmbeddedObjectPosition() + { + return $this->updateEmbeddedObjectPosition; + } + /** + * @param Google_Service_Sheets_UpdateFilterViewRequest + */ + public function setUpdateFilterView(Google_Service_Sheets_UpdateFilterViewRequest $updateFilterView) + { + $this->updateFilterView = $updateFilterView; + } + /** + * @return Google_Service_Sheets_UpdateFilterViewRequest + */ + public function getUpdateFilterView() + { + return $this->updateFilterView; + } + /** + * @param Google_Service_Sheets_UpdateNamedRangeRequest + */ + public function setUpdateNamedRange(Google_Service_Sheets_UpdateNamedRangeRequest $updateNamedRange) + { + $this->updateNamedRange = $updateNamedRange; + } + /** + * @return Google_Service_Sheets_UpdateNamedRangeRequest + */ + public function getUpdateNamedRange() + { + return $this->updateNamedRange; + } + /** + * @param Google_Service_Sheets_UpdateProtectedRangeRequest + */ + public function setUpdateProtectedRange(Google_Service_Sheets_UpdateProtectedRangeRequest $updateProtectedRange) + { + $this->updateProtectedRange = $updateProtectedRange; + } + /** + * @return Google_Service_Sheets_UpdateProtectedRangeRequest + */ + public function getUpdateProtectedRange() + { + return $this->updateProtectedRange; + } + /** + * @param Google_Service_Sheets_UpdateSheetPropertiesRequest + */ + public function setUpdateSheetProperties(Google_Service_Sheets_UpdateSheetPropertiesRequest $updateSheetProperties) + { + $this->updateSheetProperties = $updateSheetProperties; + } + /** + * @return Google_Service_Sheets_UpdateSheetPropertiesRequest + */ + public function getUpdateSheetProperties() + { + return $this->updateSheetProperties; + } + /** + * @param Google_Service_Sheets_UpdateSpreadsheetPropertiesRequest + */ + public function setUpdateSpreadsheetProperties(Google_Service_Sheets_UpdateSpreadsheetPropertiesRequest $updateSpreadsheetProperties) + { + $this->updateSpreadsheetProperties = $updateSpreadsheetProperties; + } + /** + * @return Google_Service_Sheets_UpdateSpreadsheetPropertiesRequest + */ + public function getUpdateSpreadsheetProperties() + { + return $this->updateSpreadsheetProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/Spreadsheets.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/Spreadsheets.php new file mode 100644 index 000000000..9ac3b288f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/Spreadsheets.php @@ -0,0 +1,139 @@ + + * $sheetsService = new Google_Service_Sheets(...); + * $spreadsheets = $sheetsService->spreadsheets; + * + */ +class Google_Service_Sheets_Resource_Spreadsheets extends Google_Service_Resource +{ + /** + * Applies one or more updates to the spreadsheet. + * + * Each request is validated before being applied. If any request is not valid + * then the entire request will fail and nothing will be applied. + * + * Some requests have replies to give you some information about how they are + * applied. The replies will mirror the requests. For example, if you applied 4 + * updates and the 3rd one had a reply, then the response will have 2 empty + * replies, the actual reply, and another empty reply, in that order. + * + * Due to the collaborative nature of spreadsheets, it is not guaranteed that + * the spreadsheet will reflect exactly your changes after this completes, + * however it is guaranteed that the updates in the request will be applied + * together atomically. Your changes may be altered with respect to collaborator + * changes. If there are no collaborators, the spreadsheet should reflect your + * changes. (spreadsheets.batchUpdate) + * + * @param string $spreadsheetId The spreadsheet to apply the updates to. + * @param Google_Service_Sheets_BatchUpdateSpreadsheetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_BatchUpdateSpreadsheetResponse + */ + public function batchUpdate($spreadsheetId, Google_Service_Sheets_BatchUpdateSpreadsheetRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Sheets_BatchUpdateSpreadsheetResponse"); + } + /** + * Creates a spreadsheet, returning the newly created spreadsheet. + * (spreadsheets.create) + * + * @param Google_Service_Sheets_Spreadsheet $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_Spreadsheet + */ + public function create(Google_Service_Sheets_Spreadsheet $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Sheets_Spreadsheet"); + } + /** + * Returns the spreadsheet at the given ID. The caller must specify the + * spreadsheet ID. + * + * By default, data within grids will not be returned. You can include grid data + * one of two ways: + * + * * Specify a field mask listing your desired fields using the `fields` URL + * parameter in HTTP + * + * * Set the includeGridData URL parameter to true. If a field mask is set, the + * `includeGridData` parameter is ignored + * + * For large spreadsheets, it is recommended to retrieve only the specific + * fields of the spreadsheet that you want. + * + * To retrieve only subsets of the spreadsheet, use the ranges URL parameter. + * Multiple ranges can be specified. Limiting the range will return only the + * portions of the spreadsheet that intersect the requested ranges. Ranges are + * specified using A1 notation. (spreadsheets.get) + * + * @param string $spreadsheetId The spreadsheet to request. + * @param array $optParams Optional parameters. + * + * @opt_param string ranges The ranges to retrieve from the spreadsheet. + * @opt_param bool includeGridData True if grid data should be returned. This + * parameter is ignored if a field mask was set in the request. + * @return Google_Service_Sheets_Spreadsheet + */ + public function get($spreadsheetId, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Sheets_Spreadsheet"); + } + /** + * Returns the spreadsheet at the given ID. The caller must specify the + * spreadsheet ID. + * + * This method differs from GetSpreadsheet in that it allows selecting which + * subsets of spreadsheet data to return by specifying a dataFilters parameter. + * Multiple DataFilters can be specified. Specifying one or more data filters + * will return the portions of the spreadsheet that intersect ranges matched by + * any of the filters. + * + * By default, data within grids will not be returned. You can include grid data + * one of two ways: + * + * * Specify a field mask listing your desired fields using the `fields` URL + * parameter in HTTP + * + * * Set the includeGridData parameter to true. If a field mask is set, the + * `includeGridData` parameter is ignored + * + * For large spreadsheets, it is recommended to retrieve only the specific + * fields of the spreadsheet that you want. (spreadsheets.getByDataFilter) + * + * @param string $spreadsheetId The spreadsheet to request. + * @param Google_Service_Sheets_GetSpreadsheetByDataFilterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_Spreadsheet + */ + public function getByDataFilter($spreadsheetId, Google_Service_Sheets_GetSpreadsheetByDataFilterRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getByDataFilter', array($params), "Google_Service_Sheets_Spreadsheet"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsDeveloperMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsDeveloperMetadata.php new file mode 100644 index 000000000..d89e52d7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsDeveloperMetadata.php @@ -0,0 +1,65 @@ + + * $sheetsService = new Google_Service_Sheets(...); + * $developerMetadata = $sheetsService->developerMetadata; + * + */ +class Google_Service_Sheets_Resource_SpreadsheetsDeveloperMetadata extends Google_Service_Resource +{ + /** + * Returns the developer metadata with the specified ID. The caller must specify + * the spreadsheet ID and the developer metadata's unique metadataId. + * (developerMetadata.get) + * + * @param string $spreadsheetId The ID of the spreadsheet to retrieve metadata + * from. + * @param int $metadataId The ID of the developer metadata to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function get($spreadsheetId, $metadataId, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'metadataId' => $metadataId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Sheets_DeveloperMetadata"); + } + /** + * Returns all developer metadata matching the specified DataFilter. If the + * provided DataFilter represents a DeveloperMetadataLookup object, this will + * return all DeveloperMetadata entries selected by it. If the DataFilter + * represents a location in a spreadsheet, this will return all developer + * metadata associated with locations intersecting that region. + * (developerMetadata.search) + * + * @param string $spreadsheetId The ID of the spreadsheet to retrieve metadata + * from. + * @param Google_Service_Sheets_SearchDeveloperMetadataRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_SearchDeveloperMetadataResponse + */ + public function search($spreadsheetId, Google_Service_Sheets_SearchDeveloperMetadataRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('search', array($params), "Google_Service_Sheets_SearchDeveloperMetadataResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.php new file mode 100644 index 000000000..d9cbd904d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.php @@ -0,0 +1,45 @@ + + * $sheetsService = new Google_Service_Sheets(...); + * $sheets = $sheetsService->sheets; + * + */ +class Google_Service_Sheets_Resource_SpreadsheetsSheets extends Google_Service_Resource +{ + /** + * Copies a single sheet from a spreadsheet to another spreadsheet. Returns the + * properties of the newly created sheet. (sheets.copyTo) + * + * @param string $spreadsheetId The ID of the spreadsheet containing the sheet + * to copy. + * @param int $sheetId The ID of the sheet to copy. + * @param Google_Service_Sheets_CopySheetToAnotherSpreadsheetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_SheetProperties + */ + public function copyTo($spreadsheetId, $sheetId, Google_Service_Sheets_CopySheetToAnotherSpreadsheetRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'sheetId' => $sheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('copyTo', array($params), "Google_Service_Sheets_SheetProperties"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php new file mode 100644 index 000000000..b64097cde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php @@ -0,0 +1,254 @@ + + * $sheetsService = new Google_Service_Sheets(...); + * $values = $sheetsService->values; + * + */ +class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_Resource +{ + /** + * Appends values to a spreadsheet. The input range is used to search for + * existing data and find a "table" within that range. Values will be appended + * to the next row of the table, starting with the first column of the table. + * See the [guide](/sheets/api/guides/values#appending_values) and [sample + * code](/sheets/api/samples/writing#append_values) for specific details of how + * tables are detected and data is appended. + * + * The caller must specify the spreadsheet ID, range, and a valueInputOption. + * The `valueInputOption` only controls how the input data will be added to the + * sheet (column-wise or row-wise), it does not influence what cell the data + * starts being written to. (values.append) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param string $range The A1 notation of a range to search for a logical table + * of data. Values will be appended after the last row of the table. + * @param Google_Service_Sheets_ValueRange $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string responseDateTimeRenderOption Determines how dates, times, + * and durations in the response should be rendered. This is ignored if + * response_value_render_option is FORMATTED_VALUE. The default dateTime render + * option is [DateTimeRenderOption.SERIAL_NUMBER]. + * @opt_param bool includeValuesInResponse Determines if the update response + * should include the values of the cells that were appended. By default, + * responses do not include the updated values. + * @opt_param string responseValueRenderOption Determines how values in the + * response should be rendered. The default render option is + * ValueRenderOption.FORMATTED_VALUE. + * @opt_param string insertDataOption How the input data should be inserted. + * @opt_param string valueInputOption How the input data should be interpreted. + * @return Google_Service_Sheets_AppendValuesResponse + */ + public function append($spreadsheetId, $range, Google_Service_Sheets_ValueRange $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('append', array($params), "Google_Service_Sheets_AppendValuesResponse"); + } + /** + * Clears one or more ranges of values from a spreadsheet. The caller must + * specify the spreadsheet ID and one or more ranges. Only values are cleared -- + * all other properties of the cell (such as formatting, data validation, etc..) + * are kept. (values.batchClear) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param Google_Service_Sheets_BatchClearValuesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_BatchClearValuesResponse + */ + public function batchClear($spreadsheetId, Google_Service_Sheets_BatchClearValuesRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchClear', array($params), "Google_Service_Sheets_BatchClearValuesResponse"); + } + /** + * Clears one or more ranges of values from a spreadsheet. The caller must + * specify the spreadsheet ID and one or more DataFilters. Ranges matching any + * of the specified data filters will be cleared. Only values are cleared -- + * all other properties of the cell (such as formatting, data validation, etc..) + * are kept. (values.batchClearByDataFilter) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param Google_Service_Sheets_BatchClearValuesByDataFilterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_BatchClearValuesByDataFilterResponse + */ + public function batchClearByDataFilter($spreadsheetId, Google_Service_Sheets_BatchClearValuesByDataFilterRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchClearByDataFilter', array($params), "Google_Service_Sheets_BatchClearValuesByDataFilterResponse"); + } + /** + * Returns one or more ranges of values from a spreadsheet. The caller must + * specify the spreadsheet ID and one or more ranges. (values.batchGet) + * + * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. + * @param array $optParams Optional parameters. + * + * @opt_param string ranges The A1 notation of the values to retrieve. + * @opt_param string majorDimension The major dimension that results should use. + * + * For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then + * requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, + * whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return + * `[[1,3],[2,4]]`. + * @opt_param string valueRenderOption How values should be represented in the + * output. The default render option is ValueRenderOption.FORMATTED_VALUE. + * @opt_param string dateTimeRenderOption How dates, times, and durations should + * be represented in the output. This is ignored if value_render_option is + * FORMATTED_VALUE. The default dateTime render option is + * [DateTimeRenderOption.SERIAL_NUMBER]. + * @return Google_Service_Sheets_BatchGetValuesResponse + */ + public function batchGet($spreadsheetId, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId); + $params = array_merge($params, $optParams); + return $this->call('batchGet', array($params), "Google_Service_Sheets_BatchGetValuesResponse"); + } + /** + * Returns one or more ranges of values that match the specified data filters. + * The caller must specify the spreadsheet ID and one or more DataFilters. + * Ranges that match any of the data filters in the request will be returned. + * (values.batchGetByDataFilter) + * + * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. + * @param Google_Service_Sheets_BatchGetValuesByDataFilterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_BatchGetValuesByDataFilterResponse + */ + public function batchGetByDataFilter($spreadsheetId, Google_Service_Sheets_BatchGetValuesByDataFilterRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchGetByDataFilter', array($params), "Google_Service_Sheets_BatchGetValuesByDataFilterResponse"); + } + /** + * Sets values in one or more ranges of a spreadsheet. The caller must specify + * the spreadsheet ID, a valueInputOption, and one or more ValueRanges. + * (values.batchUpdate) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param Google_Service_Sheets_BatchUpdateValuesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_BatchUpdateValuesResponse + */ + public function batchUpdate($spreadsheetId, Google_Service_Sheets_BatchUpdateValuesRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Sheets_BatchUpdateValuesResponse"); + } + /** + * Sets values in one or more ranges of a spreadsheet. The caller must specify + * the spreadsheet ID, a valueInputOption, and one or more + * DataFilterValueRanges. (values.batchUpdateByDataFilter) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param Google_Service_Sheets_BatchUpdateValuesByDataFilterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_BatchUpdateValuesByDataFilterResponse + */ + public function batchUpdateByDataFilter($spreadsheetId, Google_Service_Sheets_BatchUpdateValuesByDataFilterRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdateByDataFilter', array($params), "Google_Service_Sheets_BatchUpdateValuesByDataFilterResponse"); + } + /** + * Clears values from a spreadsheet. The caller must specify the spreadsheet ID + * and range. Only values are cleared -- all other properties of the cell (such + * as formatting, data validation, etc..) are kept. (values.clear) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param string $range The A1 notation of the values to clear. + * @param Google_Service_Sheets_ClearValuesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Sheets_ClearValuesResponse + */ + public function clear($spreadsheetId, $range, Google_Service_Sheets_ClearValuesRequest $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('clear', array($params), "Google_Service_Sheets_ClearValuesResponse"); + } + /** + * Returns a range of values from a spreadsheet. The caller must specify the + * spreadsheet ID and a range. (values.get) + * + * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. + * @param string $range The A1 notation of the values to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string valueRenderOption How values should be represented in the + * output. The default render option is ValueRenderOption.FORMATTED_VALUE. + * @opt_param string dateTimeRenderOption How dates, times, and durations should + * be represented in the output. This is ignored if value_render_option is + * FORMATTED_VALUE. The default dateTime render option is + * [DateTimeRenderOption.SERIAL_NUMBER]. + * @opt_param string majorDimension The major dimension that results should use. + * + * For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then + * requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, + * whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return + * `[[1,3],[2,4]]`. + * @return Google_Service_Sheets_ValueRange + */ + public function get($spreadsheetId, $range, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Sheets_ValueRange"); + } + /** + * Sets values in a range of a spreadsheet. The caller must specify the + * spreadsheet ID, range, and a valueInputOption. (values.update) + * + * @param string $spreadsheetId The ID of the spreadsheet to update. + * @param string $range The A1 notation of the values to update. + * @param Google_Service_Sheets_ValueRange $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string responseValueRenderOption Determines how values in the + * response should be rendered. The default render option is + * ValueRenderOption.FORMATTED_VALUE. + * @opt_param string valueInputOption How the input data should be interpreted. + * @opt_param string responseDateTimeRenderOption Determines how dates, times, + * and durations in the response should be rendered. This is ignored if + * response_value_render_option is FORMATTED_VALUE. The default dateTime render + * option is DateTimeRenderOption.SERIAL_NUMBER. + * @opt_param bool includeValuesInResponse Determines if the update response + * should include the values of the cells that were updated. By default, + * responses do not include the updated values. If the range to write was larger + * than than the range actually written, the response will include all values in + * the requested range (excluding trailing empty rows and columns). + * @return Google_Service_Sheets_UpdateValuesResponse + */ + public function update($spreadsheetId, $range, Google_Service_Sheets_ValueRange $postBody, $optParams = array()) + { + $params = array('spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Sheets_UpdateValuesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php new file mode 100644 index 000000000..db6aa0529 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php @@ -0,0 +1,325 @@ +addBanding = $addBanding; + } + /** + * @return Google_Service_Sheets_AddBandingResponse + */ + public function getAddBanding() + { + return $this->addBanding; + } + /** + * @param Google_Service_Sheets_AddChartResponse + */ + public function setAddChart(Google_Service_Sheets_AddChartResponse $addChart) + { + $this->addChart = $addChart; + } + /** + * @return Google_Service_Sheets_AddChartResponse + */ + public function getAddChart() + { + return $this->addChart; + } + /** + * @param Google_Service_Sheets_AddDimensionGroupResponse + */ + public function setAddDimensionGroup(Google_Service_Sheets_AddDimensionGroupResponse $addDimensionGroup) + { + $this->addDimensionGroup = $addDimensionGroup; + } + /** + * @return Google_Service_Sheets_AddDimensionGroupResponse + */ + public function getAddDimensionGroup() + { + return $this->addDimensionGroup; + } + /** + * @param Google_Service_Sheets_AddFilterViewResponse + */ + public function setAddFilterView(Google_Service_Sheets_AddFilterViewResponse $addFilterView) + { + $this->addFilterView = $addFilterView; + } + /** + * @return Google_Service_Sheets_AddFilterViewResponse + */ + public function getAddFilterView() + { + return $this->addFilterView; + } + /** + * @param Google_Service_Sheets_AddNamedRangeResponse + */ + public function setAddNamedRange(Google_Service_Sheets_AddNamedRangeResponse $addNamedRange) + { + $this->addNamedRange = $addNamedRange; + } + /** + * @return Google_Service_Sheets_AddNamedRangeResponse + */ + public function getAddNamedRange() + { + return $this->addNamedRange; + } + /** + * @param Google_Service_Sheets_AddProtectedRangeResponse + */ + public function setAddProtectedRange(Google_Service_Sheets_AddProtectedRangeResponse $addProtectedRange) + { + $this->addProtectedRange = $addProtectedRange; + } + /** + * @return Google_Service_Sheets_AddProtectedRangeResponse + */ + public function getAddProtectedRange() + { + return $this->addProtectedRange; + } + /** + * @param Google_Service_Sheets_AddSheetResponse + */ + public function setAddSheet(Google_Service_Sheets_AddSheetResponse $addSheet) + { + $this->addSheet = $addSheet; + } + /** + * @return Google_Service_Sheets_AddSheetResponse + */ + public function getAddSheet() + { + return $this->addSheet; + } + /** + * @param Google_Service_Sheets_CreateDeveloperMetadataResponse + */ + public function setCreateDeveloperMetadata(Google_Service_Sheets_CreateDeveloperMetadataResponse $createDeveloperMetadata) + { + $this->createDeveloperMetadata = $createDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_CreateDeveloperMetadataResponse + */ + public function getCreateDeveloperMetadata() + { + return $this->createDeveloperMetadata; + } + /** + * @param Google_Service_Sheets_DeleteConditionalFormatRuleResponse + */ + public function setDeleteConditionalFormatRule(Google_Service_Sheets_DeleteConditionalFormatRuleResponse $deleteConditionalFormatRule) + { + $this->deleteConditionalFormatRule = $deleteConditionalFormatRule; + } + /** + * @return Google_Service_Sheets_DeleteConditionalFormatRuleResponse + */ + public function getDeleteConditionalFormatRule() + { + return $this->deleteConditionalFormatRule; + } + /** + * @param Google_Service_Sheets_DeleteDeveloperMetadataResponse + */ + public function setDeleteDeveloperMetadata(Google_Service_Sheets_DeleteDeveloperMetadataResponse $deleteDeveloperMetadata) + { + $this->deleteDeveloperMetadata = $deleteDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_DeleteDeveloperMetadataResponse + */ + public function getDeleteDeveloperMetadata() + { + return $this->deleteDeveloperMetadata; + } + /** + * @param Google_Service_Sheets_DeleteDimensionGroupResponse + */ + public function setDeleteDimensionGroup(Google_Service_Sheets_DeleteDimensionGroupResponse $deleteDimensionGroup) + { + $this->deleteDimensionGroup = $deleteDimensionGroup; + } + /** + * @return Google_Service_Sheets_DeleteDimensionGroupResponse + */ + public function getDeleteDimensionGroup() + { + return $this->deleteDimensionGroup; + } + /** + * @param Google_Service_Sheets_DeleteDuplicatesResponse + */ + public function setDeleteDuplicates(Google_Service_Sheets_DeleteDuplicatesResponse $deleteDuplicates) + { + $this->deleteDuplicates = $deleteDuplicates; + } + /** + * @return Google_Service_Sheets_DeleteDuplicatesResponse + */ + public function getDeleteDuplicates() + { + return $this->deleteDuplicates; + } + /** + * @param Google_Service_Sheets_DuplicateFilterViewResponse + */ + public function setDuplicateFilterView(Google_Service_Sheets_DuplicateFilterViewResponse $duplicateFilterView) + { + $this->duplicateFilterView = $duplicateFilterView; + } + /** + * @return Google_Service_Sheets_DuplicateFilterViewResponse + */ + public function getDuplicateFilterView() + { + return $this->duplicateFilterView; + } + /** + * @param Google_Service_Sheets_DuplicateSheetResponse + */ + public function setDuplicateSheet(Google_Service_Sheets_DuplicateSheetResponse $duplicateSheet) + { + $this->duplicateSheet = $duplicateSheet; + } + /** + * @return Google_Service_Sheets_DuplicateSheetResponse + */ + public function getDuplicateSheet() + { + return $this->duplicateSheet; + } + /** + * @param Google_Service_Sheets_FindReplaceResponse + */ + public function setFindReplace(Google_Service_Sheets_FindReplaceResponse $findReplace) + { + $this->findReplace = $findReplace; + } + /** + * @return Google_Service_Sheets_FindReplaceResponse + */ + public function getFindReplace() + { + return $this->findReplace; + } + /** + * @param Google_Service_Sheets_TrimWhitespaceResponse + */ + public function setTrimWhitespace(Google_Service_Sheets_TrimWhitespaceResponse $trimWhitespace) + { + $this->trimWhitespace = $trimWhitespace; + } + /** + * @return Google_Service_Sheets_TrimWhitespaceResponse + */ + public function getTrimWhitespace() + { + return $this->trimWhitespace; + } + /** + * @param Google_Service_Sheets_UpdateConditionalFormatRuleResponse + */ + public function setUpdateConditionalFormatRule(Google_Service_Sheets_UpdateConditionalFormatRuleResponse $updateConditionalFormatRule) + { + $this->updateConditionalFormatRule = $updateConditionalFormatRule; + } + /** + * @return Google_Service_Sheets_UpdateConditionalFormatRuleResponse + */ + public function getUpdateConditionalFormatRule() + { + return $this->updateConditionalFormatRule; + } + /** + * @param Google_Service_Sheets_UpdateDeveloperMetadataResponse + */ + public function setUpdateDeveloperMetadata(Google_Service_Sheets_UpdateDeveloperMetadataResponse $updateDeveloperMetadata) + { + $this->updateDeveloperMetadata = $updateDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_UpdateDeveloperMetadataResponse + */ + public function getUpdateDeveloperMetadata() + { + return $this->updateDeveloperMetadata; + } + /** + * @param Google_Service_Sheets_UpdateEmbeddedObjectPositionResponse + */ + public function setUpdateEmbeddedObjectPosition(Google_Service_Sheets_UpdateEmbeddedObjectPositionResponse $updateEmbeddedObjectPosition) + { + $this->updateEmbeddedObjectPosition = $updateEmbeddedObjectPosition; + } + /** + * @return Google_Service_Sheets_UpdateEmbeddedObjectPositionResponse + */ + public function getUpdateEmbeddedObjectPosition() + { + return $this->updateEmbeddedObjectPosition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/RowData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/RowData.php new file mode 100644 index 000000000..e2ec6d5cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/RowData.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_Sheets_CellData + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.php new file mode 100644 index 000000000..4710fc3b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.php @@ -0,0 +1,128 @@ +aggregateType = $aggregateType; + } + public function getAggregateType() + { + return $this->aggregateType; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setBaselineValueData(Google_Service_Sheets_ChartData $baselineValueData) + { + $this->baselineValueData = $baselineValueData; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getBaselineValueData() + { + return $this->baselineValueData; + } + /** + * @param Google_Service_Sheets_BaselineValueFormat + */ + public function setBaselineValueFormat(Google_Service_Sheets_BaselineValueFormat $baselineValueFormat) + { + $this->baselineValueFormat = $baselineValueFormat; + } + /** + * @return Google_Service_Sheets_BaselineValueFormat + */ + public function getBaselineValueFormat() + { + return $this->baselineValueFormat; + } + /** + * @param Google_Service_Sheets_ChartCustomNumberFormatOptions + */ + public function setCustomFormatOptions(Google_Service_Sheets_ChartCustomNumberFormatOptions $customFormatOptions) + { + $this->customFormatOptions = $customFormatOptions; + } + /** + * @return Google_Service_Sheets_ChartCustomNumberFormatOptions + */ + public function getCustomFormatOptions() + { + return $this->customFormatOptions; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setKeyValueData(Google_Service_Sheets_ChartData $keyValueData) + { + $this->keyValueData = $keyValueData; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getKeyValueData() + { + return $this->keyValueData; + } + /** + * @param Google_Service_Sheets_KeyValueFormat + */ + public function setKeyValueFormat(Google_Service_Sheets_KeyValueFormat $keyValueFormat) + { + $this->keyValueFormat = $keyValueFormat; + } + /** + * @return Google_Service_Sheets_KeyValueFormat + */ + public function getKeyValueFormat() + { + return $this->keyValueFormat; + } + public function setNumberFormatSource($numberFormatSource) + { + $this->numberFormatSource = $numberFormatSource; + } + public function getNumberFormatSource() + { + return $this->numberFormatSource; + } + public function setScaleFactor($scaleFactor) + { + $this->scaleFactor = $scaleFactor; + } + public function getScaleFactor() + { + return $this->scaleFactor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataRequest.php new file mode 100644 index 000000000..f05c55dd3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataRequest.php @@ -0,0 +1,38 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataResponse.php new file mode 100644 index 000000000..c22a63db8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SearchDeveloperMetadataResponse.php @@ -0,0 +1,38 @@ +matchedDeveloperMetadata = $matchedDeveloperMetadata; + } + /** + * @return Google_Service_Sheets_MatchedDeveloperMetadata + */ + public function getMatchedDeveloperMetadata() + { + return $this->matchedDeveloperMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php new file mode 100644 index 000000000..5e9cebfae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php @@ -0,0 +1,37 @@ +filter = $filter; + } + /** + * @return Google_Service_Sheets_BasicFilter + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SetDataValidationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetDataValidationRequest.php new file mode 100644 index 000000000..4ea4c3c23 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetDataValidationRequest.php @@ -0,0 +1,53 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_DataValidationRule + */ + public function setRule(Google_Service_Sheets_DataValidationRule $rule) + { + $this->rule = $rule; + } + /** + * @return Google_Service_Sheets_DataValidationRule + */ + public function getRule() + { + return $this->rule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Sheet.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Sheet.php new file mode 100644 index 000000000..8b448d7d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Sheet.php @@ -0,0 +1,214 @@ +bandedRanges = $bandedRanges; + } + /** + * @return Google_Service_Sheets_BandedRange + */ + public function getBandedRanges() + { + return $this->bandedRanges; + } + /** + * @param Google_Service_Sheets_BasicFilter + */ + public function setBasicFilter(Google_Service_Sheets_BasicFilter $basicFilter) + { + $this->basicFilter = $basicFilter; + } + /** + * @return Google_Service_Sheets_BasicFilter + */ + public function getBasicFilter() + { + return $this->basicFilter; + } + /** + * @param Google_Service_Sheets_EmbeddedChart + */ + public function setCharts($charts) + { + $this->charts = $charts; + } + /** + * @return Google_Service_Sheets_EmbeddedChart + */ + public function getCharts() + { + return $this->charts; + } + /** + * @param Google_Service_Sheets_DimensionGroup + */ + public function setColumnGroups($columnGroups) + { + $this->columnGroups = $columnGroups; + } + /** + * @return Google_Service_Sheets_DimensionGroup + */ + public function getColumnGroups() + { + return $this->columnGroups; + } + /** + * @param Google_Service_Sheets_ConditionalFormatRule + */ + public function setConditionalFormats($conditionalFormats) + { + $this->conditionalFormats = $conditionalFormats; + } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ + public function getConditionalFormats() + { + return $this->conditionalFormats; + } + /** + * @param Google_Service_Sheets_GridData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Sheets_GridData + */ + public function getData() + { + return $this->data; + } + /** + * @param Google_Service_Sheets_DeveloperMetadata + */ + public function setDeveloperMetadata($developerMetadata) + { + $this->developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } + /** + * @param Google_Service_Sheets_FilterView + */ + public function setFilterViews($filterViews) + { + $this->filterViews = $filterViews; + } + /** + * @return Google_Service_Sheets_FilterView + */ + public function getFilterViews() + { + return $this->filterViews; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setMerges($merges) + { + $this->merges = $merges; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getMerges() + { + return $this->merges; + } + /** + * @param Google_Service_Sheets_SheetProperties + */ + public function setProperties(Google_Service_Sheets_SheetProperties $properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Sheets_SheetProperties + */ + public function getProperties() + { + return $this->properties; + } + /** + * @param Google_Service_Sheets_ProtectedRange + */ + public function setProtectedRanges($protectedRanges) + { + $this->protectedRanges = $protectedRanges; + } + /** + * @return Google_Service_Sheets_ProtectedRange + */ + public function getProtectedRanges() + { + return $this->protectedRanges; + } + /** + * @param Google_Service_Sheets_DimensionGroup + */ + public function setRowGroups($rowGroups) + { + $this->rowGroups = $rowGroups; + } + /** + * @return Google_Service_Sheets_DimensionGroup + */ + public function getRowGroups() + { + return $this->rowGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php new file mode 100644 index 000000000..6f056550b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php @@ -0,0 +1,107 @@ +gridProperties = $gridProperties; + } + /** + * @return Google_Service_Sheets_GridProperties + */ + public function getGridProperties() + { + return $this->gridProperties; + } + public function setHidden($hidden) + { + $this->hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setRightToLeft($rightToLeft) + { + $this->rightToLeft = $rightToLeft; + } + public function getRightToLeft() + { + return $this->rightToLeft; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } + public function setSheetType($sheetType) + { + $this->sheetType = $sheetType; + } + public function getSheetType() + { + return $this->sheetType; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setTabColor(Google_Service_Sheets_Color $tabColor) + { + $this->tabColor = $tabColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getTabColor() + { + return $this->tabColor; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php new file mode 100644 index 000000000..dc73db6e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php @@ -0,0 +1,54 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_SortSpec + */ + public function setSortSpecs($sortSpecs) + { + $this->sortSpecs = $sortSpecs; + } + /** + * @return Google_Service_Sheets_SortSpec + */ + public function getSortSpecs() + { + return $this->sortSpecs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.php new file mode 100644 index 000000000..9d64bb9d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.php @@ -0,0 +1,39 @@ +dimensionIndex = $dimensionIndex; + } + public function getDimensionIndex() + { + return $this->dimensionIndex; + } + public function setSortOrder($sortOrder) + { + $this->sortOrder = $sortOrder; + } + public function getSortOrder() + { + return $this->sortOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SourceAndDestination.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SourceAndDestination.php new file mode 100644 index 000000000..a79e51b01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SourceAndDestination.php @@ -0,0 +1,55 @@ +dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + public function setFillLength($fillLength) + { + $this->fillLength = $fillLength; + } + public function getFillLength() + { + return $this->fillLength; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setSource(Google_Service_Sheets_GridRange $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.php new file mode 100644 index 000000000..b497b0b33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.php @@ -0,0 +1,104 @@ +developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } + /** + * @param Google_Service_Sheets_NamedRange + */ + public function setNamedRanges($namedRanges) + { + $this->namedRanges = $namedRanges; + } + /** + * @return Google_Service_Sheets_NamedRange + */ + public function getNamedRanges() + { + return $this->namedRanges; + } + /** + * @param Google_Service_Sheets_SpreadsheetProperties + */ + public function setProperties(Google_Service_Sheets_SpreadsheetProperties $properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Sheets_SpreadsheetProperties + */ + public function getProperties() + { + return $this->properties; + } + /** + * @param Google_Service_Sheets_Sheet + */ + public function setSheets($sheets) + { + $this->sheets = $sheets; + } + /** + * @return Google_Service_Sheets_Sheet + */ + public function getSheets() + { + return $this->sheets; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + public function setSpreadsheetUrl($spreadsheetUrl) + { + $this->spreadsheetUrl = $spreadsheetUrl; + } + public function getSpreadsheetUrl() + { + return $this->spreadsheetUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php new file mode 100644 index 000000000..b45e3cdbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php @@ -0,0 +1,89 @@ +autoRecalc = $autoRecalc; + } + public function getAutoRecalc() + { + return $this->autoRecalc; + } + /** + * @param Google_Service_Sheets_CellFormat + */ + public function setDefaultFormat(Google_Service_Sheets_CellFormat $defaultFormat) + { + $this->defaultFormat = $defaultFormat; + } + /** + * @return Google_Service_Sheets_CellFormat + */ + public function getDefaultFormat() + { + return $this->defaultFormat; + } + /** + * @param Google_Service_Sheets_IterativeCalculationSettings + */ + public function setIterativeCalculationSettings(Google_Service_Sheets_IterativeCalculationSettings $iterativeCalculationSettings) + { + $this->iterativeCalculationSettings = $iterativeCalculationSettings; + } + /** + * @return Google_Service_Sheets_IterativeCalculationSettings + */ + public function getIterativeCalculationSettings() + { + return $this->iterativeCalculationSettings; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php new file mode 100644 index 000000000..ee854bb8a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php @@ -0,0 +1,91 @@ +bold = $bold; + } + public function getBold() + { + return $this->bold; + } + public function setFontFamily($fontFamily) + { + $this->fontFamily = $fontFamily; + } + public function getFontFamily() + { + return $this->fontFamily; + } + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + public function getFontSize() + { + return $this->fontSize; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setForegroundColor(Google_Service_Sheets_Color $foregroundColor) + { + $this->foregroundColor = $foregroundColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getForegroundColor() + { + return $this->foregroundColor; + } + public function setItalic($italic) + { + $this->italic = $italic; + } + public function getItalic() + { + return $this->italic; + } + public function setStrikethrough($strikethrough) + { + $this->strikethrough = $strikethrough; + } + public function getStrikethrough() + { + return $this->strikethrough; + } + public function setUnderline($underline) + { + $this->underline = $underline; + } + public function getUnderline() + { + return $this->underline; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php new file mode 100644 index 000000000..a33063c43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php @@ -0,0 +1,46 @@ +format = $format; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getFormat() + { + return $this->format; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextPosition.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextPosition.php new file mode 100644 index 000000000..071253d09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextPosition.php @@ -0,0 +1,30 @@ +horizontalAlignment = $horizontalAlignment; + } + public function getHorizontalAlignment() + { + return $this->horizontalAlignment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php new file mode 100644 index 000000000..9d294af78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php @@ -0,0 +1,39 @@ +angle = $angle; + } + public function getAngle() + { + return $this->angle; + } + public function setVertical($vertical) + { + $this->vertical = $vertical; + } + public function getVertical() + { + return $this->vertical; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextToColumnsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextToColumnsRequest.php new file mode 100644 index 000000000..ce9cd0889 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextToColumnsRequest.php @@ -0,0 +1,55 @@ +delimiter = $delimiter; + } + public function getDelimiter() + { + return $this->delimiter; + } + public function setDelimiterType($delimiterType) + { + $this->delimiterType = $delimiterType; + } + public function getDelimiterType() + { + return $this->delimiterType; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setSource(Google_Service_Sheets_GridRange $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartColorScale.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartColorScale.php new file mode 100644 index 000000000..9a8780ba1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartColorScale.php @@ -0,0 +1,85 @@ +maxValueColor = $maxValueColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getMaxValueColor() + { + return $this->maxValueColor; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setMidValueColor(Google_Service_Sheets_Color $midValueColor) + { + $this->midValueColor = $midValueColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getMidValueColor() + { + return $this->midValueColor; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setMinValueColor(Google_Service_Sheets_Color $minValueColor) + { + $this->minValueColor = $minValueColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getMinValueColor() + { + return $this->minValueColor; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setNoDataColor(Google_Service_Sheets_Color $noDataColor) + { + $this->noDataColor = $noDataColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getNoDataColor() + { + return $this->noDataColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartSpec.php new file mode 100644 index 000000000..cd20b6811 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TreemapChartSpec.php @@ -0,0 +1,178 @@ +colorData = $colorData; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getColorData() + { + return $this->colorData; + } + /** + * @param Google_Service_Sheets_TreemapChartColorScale + */ + public function setColorScale(Google_Service_Sheets_TreemapChartColorScale $colorScale) + { + $this->colorScale = $colorScale; + } + /** + * @return Google_Service_Sheets_TreemapChartColorScale + */ + public function getColorScale() + { + return $this->colorScale; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setHeaderColor(Google_Service_Sheets_Color $headerColor) + { + $this->headerColor = $headerColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getHeaderColor() + { + return $this->headerColor; + } + public function setHideTooltips($hideTooltips) + { + $this->hideTooltips = $hideTooltips; + } + public function getHideTooltips() + { + return $this->hideTooltips; + } + public function setHintedLevels($hintedLevels) + { + $this->hintedLevels = $hintedLevels; + } + public function getHintedLevels() + { + return $this->hintedLevels; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setLabels(Google_Service_Sheets_ChartData $labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getLabels() + { + return $this->labels; + } + public function setLevels($levels) + { + $this->levels = $levels; + } + public function getLevels() + { + return $this->levels; + } + public function setMaxValue($maxValue) + { + $this->maxValue = $maxValue; + } + public function getMaxValue() + { + return $this->maxValue; + } + public function setMinValue($minValue) + { + $this->minValue = $minValue; + } + public function getMinValue() + { + return $this->minValue; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setParentLabels(Google_Service_Sheets_ChartData $parentLabels) + { + $this->parentLabels = $parentLabels; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getParentLabels() + { + return $this->parentLabels; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setSizeData(Google_Service_Sheets_ChartData $sizeData) + { + $this->sizeData = $sizeData; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getSizeData() + { + return $this->sizeData; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) + { + $this->textFormat = $textFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTextFormat() + { + return $this->textFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceRequest.php new file mode 100644 index 000000000..c6329d298 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceResponse.php new file mode 100644 index 000000000..fe7420e7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TrimWhitespaceResponse.php @@ -0,0 +1,30 @@ +cellsChangedCount = $cellsChangedCount; + } + public function getCellsChangedCount() + { + return $this->cellsChangedCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.php new file mode 100644 index 000000000..cd20a2850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.php @@ -0,0 +1,37 @@ +range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.php new file mode 100644 index 000000000..0a388bf19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.php @@ -0,0 +1,46 @@ +bandedRange = $bandedRange; + } + /** + * @return Google_Service_Sheets_BandedRange + */ + public function getBandedRange() + { + return $this->bandedRange; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php new file mode 100644 index 000000000..b04754853 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php @@ -0,0 +1,133 @@ +bottom = $bottom; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getBottom() + { + return $this->bottom; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setInnerHorizontal(Google_Service_Sheets_Border $innerHorizontal) + { + $this->innerHorizontal = $innerHorizontal; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getInnerHorizontal() + { + return $this->innerHorizontal; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setInnerVertical(Google_Service_Sheets_Border $innerVertical) + { + $this->innerVertical = $innerVertical; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getInnerVertical() + { + return $this->innerVertical; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setLeft(Google_Service_Sheets_Border $left) + { + $this->left = $left; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getLeft() + { + return $this->left; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setRight(Google_Service_Sheets_Border $right) + { + $this->right = $right; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getRight() + { + return $this->right; + } + /** + * @param Google_Service_Sheets_Border + */ + public function setTop(Google_Service_Sheets_Border $top) + { + $this->top = $top; + } + /** + * @return Google_Service_Sheets_Border + */ + public function getTop() + { + return $this->top; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateCellsRequest.php new file mode 100644 index 000000000..78e0632c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateCellsRequest.php @@ -0,0 +1,79 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_GridRange + */ + public function setRange(Google_Service_Sheets_GridRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_GridRange + */ + public function getRange() + { + return $this->range; + } + /** + * @param Google_Service_Sheets_RowData + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Sheets_RowData + */ + public function getRows() + { + return $this->rows; + } + /** + * @param Google_Service_Sheets_GridCoordinate + */ + public function setStart(Google_Service_Sheets_GridCoordinate $start) + { + $this->start = $start; + } + /** + * @return Google_Service_Sheets_GridCoordinate + */ + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.php new file mode 100644 index 000000000..cfeb59d0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.php @@ -0,0 +1,46 @@ +chartId = $chartId; + } + public function getChartId() + { + return $this->chartId; + } + /** + * @param Google_Service_Sheets_ChartSpec + */ + public function setSpec(Google_Service_Sheets_ChartSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_Sheets_ChartSpec + */ + public function getSpec() + { + return $this->spec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.php new file mode 100644 index 000000000..a3ac377ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.php @@ -0,0 +1,64 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setNewIndex($newIndex) + { + $this->newIndex = $newIndex; + } + public function getNewIndex() + { + return $this->newIndex; + } + /** + * @param Google_Service_Sheets_ConditionalFormatRule + */ + public function setRule(Google_Service_Sheets_ConditionalFormatRule $rule) + { + $this->rule = $rule; + } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ + public function getRule() + { + return $this->rule; + } + public function setSheetId($sheetId) + { + $this->sheetId = $sheetId; + } + public function getSheetId() + { + return $this->sheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php new file mode 100644 index 000000000..13cc0b696 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php @@ -0,0 +1,71 @@ +newIndex = $newIndex; + } + public function getNewIndex() + { + return $this->newIndex; + } + /** + * @param Google_Service_Sheets_ConditionalFormatRule + */ + public function setNewRule(Google_Service_Sheets_ConditionalFormatRule $newRule) + { + $this->newRule = $newRule; + } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ + public function getNewRule() + { + return $this->newRule; + } + public function setOldIndex($oldIndex) + { + $this->oldIndex = $oldIndex; + } + public function getOldIndex() + { + return $this->oldIndex; + } + /** + * @param Google_Service_Sheets_ConditionalFormatRule + */ + public function setOldRule(Google_Service_Sheets_ConditionalFormatRule $oldRule) + { + $this->oldRule = $oldRule; + } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ + public function getOldRule() + { + return $this->oldRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataRequest.php new file mode 100644 index 000000000..ac62a95ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataRequest.php @@ -0,0 +1,63 @@ +dataFilters = $dataFilters; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilters() + { + return $this->dataFilters; + } + /** + * @param Google_Service_Sheets_DeveloperMetadata + */ + public function setDeveloperMetadata(Google_Service_Sheets_DeveloperMetadata $developerMetadata) + { + $this->developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataResponse.php new file mode 100644 index 000000000..e8ce14d2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDeveloperMetadataResponse.php @@ -0,0 +1,38 @@ +developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionGroupRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionGroupRequest.php new file mode 100644 index 000000000..05222ca0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionGroupRequest.php @@ -0,0 +1,46 @@ +dimensionGroup = $dimensionGroup; + } + /** + * @return Google_Service_Sheets_DimensionGroup + */ + public function getDimensionGroup() + { + return $this->dimensionGroup; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.php new file mode 100644 index 000000000..34b5f5543 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.php @@ -0,0 +1,62 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_DimensionProperties + */ + public function setProperties(Google_Service_Sheets_DimensionProperties $properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Sheets_DimensionProperties + */ + public function getProperties() + { + return $this->properties; + } + /** + * @param Google_Service_Sheets_DimensionRange + */ + public function setRange(Google_Service_Sheets_DimensionRange $range) + { + $this->range = $range; + } + /** + * @return Google_Service_Sheets_DimensionRange + */ + public function getRange() + { + return $this->range; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionRequest.php new file mode 100644 index 000000000..1d352ce16 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionRequest.php @@ -0,0 +1,55 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_EmbeddedObjectPosition + */ + public function setNewPosition(Google_Service_Sheets_EmbeddedObjectPosition $newPosition) + { + $this->newPosition = $newPosition; + } + /** + * @return Google_Service_Sheets_EmbeddedObjectPosition + */ + public function getNewPosition() + { + return $this->newPosition; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php new file mode 100644 index 000000000..d200cb5a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php @@ -0,0 +1,37 @@ +position = $position; + } + /** + * @return Google_Service_Sheets_EmbeddedObjectPosition + */ + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.php new file mode 100644 index 000000000..f8ec36d3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.php @@ -0,0 +1,46 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_FilterView + */ + public function setFilter(Google_Service_Sheets_FilterView $filter) + { + $this->filter = $filter; + } + /** + * @return Google_Service_Sheets_FilterView + */ + public function getFilter() + { + return $this->filter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.php new file mode 100644 index 000000000..bebb591de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.php @@ -0,0 +1,46 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_NamedRange + */ + public function setNamedRange(Google_Service_Sheets_NamedRange $namedRange) + { + $this->namedRange = $namedRange; + } + /** + * @return Google_Service_Sheets_NamedRange + */ + public function getNamedRange() + { + return $this->namedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateProtectedRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateProtectedRangeRequest.php new file mode 100644 index 000000000..74d1fea4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateProtectedRangeRequest.php @@ -0,0 +1,46 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_ProtectedRange + */ + public function setProtectedRange(Google_Service_Sheets_ProtectedRange $protectedRange) + { + $this->protectedRange = $protectedRange; + } + /** + * @return Google_Service_Sheets_ProtectedRange + */ + public function getProtectedRange() + { + return $this->protectedRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.php new file mode 100644 index 000000000..520345aca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.php @@ -0,0 +1,46 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_SheetProperties + */ + public function setProperties(Google_Service_Sheets_SheetProperties $properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Sheets_SheetProperties + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.php new file mode 100644 index 000000000..239bbf742 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.php @@ -0,0 +1,46 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Sheets_SpreadsheetProperties + */ + public function setProperties(Google_Service_Sheets_SpreadsheetProperties $properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Sheets_SpreadsheetProperties + */ + public function getProperties() + { + return $this->properties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesByDataFilterResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesByDataFilterResponse.php new file mode 100644 index 000000000..b16472659 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesByDataFilterResponse.php @@ -0,0 +1,89 @@ +dataFilter = $dataFilter; + } + /** + * @return Google_Service_Sheets_DataFilter + */ + public function getDataFilter() + { + return $this->dataFilter; + } + public function setUpdatedCells($updatedCells) + { + $this->updatedCells = $updatedCells; + } + public function getUpdatedCells() + { + return $this->updatedCells; + } + public function setUpdatedColumns($updatedColumns) + { + $this->updatedColumns = $updatedColumns; + } + public function getUpdatedColumns() + { + return $this->updatedColumns; + } + /** + * @param Google_Service_Sheets_ValueRange + */ + public function setUpdatedData(Google_Service_Sheets_ValueRange $updatedData) + { + $this->updatedData = $updatedData; + } + /** + * @return Google_Service_Sheets_ValueRange + */ + public function getUpdatedData() + { + return $this->updatedData; + } + public function setUpdatedRange($updatedRange) + { + $this->updatedRange = $updatedRange; + } + public function getUpdatedRange() + { + return $this->updatedRange; + } + public function setUpdatedRows($updatedRows) + { + $this->updatedRows = $updatedRows; + } + public function getUpdatedRows() + { + return $this->updatedRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.php new file mode 100644 index 000000000..2c15eed6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.php @@ -0,0 +1,82 @@ +spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } + public function setUpdatedCells($updatedCells) + { + $this->updatedCells = $updatedCells; + } + public function getUpdatedCells() + { + return $this->updatedCells; + } + public function setUpdatedColumns($updatedColumns) + { + $this->updatedColumns = $updatedColumns; + } + public function getUpdatedColumns() + { + return $this->updatedColumns; + } + /** + * @param Google_Service_Sheets_ValueRange + */ + public function setUpdatedData(Google_Service_Sheets_ValueRange $updatedData) + { + $this->updatedData = $updatedData; + } + /** + * @return Google_Service_Sheets_ValueRange + */ + public function getUpdatedData() + { + return $this->updatedData; + } + public function setUpdatedRange($updatedRange) + { + $this->updatedRange = $updatedRange; + } + public function getUpdatedRange() + { + return $this->updatedRange; + } + public function setUpdatedRows($updatedRows) + { + $this->updatedRows = $updatedRows; + } + public function getUpdatedRows() + { + return $this->updatedRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php new file mode 100644 index 000000000..c5325bfcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php @@ -0,0 +1,49 @@ +majorDimension = $majorDimension; + } + public function getMajorDimension() + { + return $this->majorDimension; + } + public function setRange($range) + { + $this->range = $range; + } + public function getRange() + { + return $this->range; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartColumnStyle.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartColumnStyle.php new file mode 100644 index 000000000..83fcb3996 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartColumnStyle.php @@ -0,0 +1,46 @@ +color = $color; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getColor() + { + return $this->color; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartCustomSubtotal.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartCustomSubtotal.php new file mode 100644 index 000000000..384590a64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartCustomSubtotal.php @@ -0,0 +1,48 @@ +dataIsSubtotal = $dataIsSubtotal; + } + public function getDataIsSubtotal() + { + return $this->dataIsSubtotal; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setSubtotalIndex($subtotalIndex) + { + $this->subtotalIndex = $subtotalIndex; + } + public function getSubtotalIndex() + { + return $this->subtotalIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartDomain.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartDomain.php new file mode 100644 index 000000000..e9b895bb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartDomain.php @@ -0,0 +1,46 @@ +data = $data; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getData() + { + return $this->data; + } + public function setReversed($reversed) + { + $this->reversed = $reversed; + } + public function getReversed() + { + return $this->reversed; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSeries.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSeries.php new file mode 100644 index 000000000..e6a2ee042 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSeries.php @@ -0,0 +1,111 @@ +customSubtotals = $customSubtotals; + } + /** + * @return Google_Service_Sheets_WaterfallChartCustomSubtotal + */ + public function getCustomSubtotals() + { + return $this->customSubtotals; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setData(Google_Service_Sheets_ChartData $data) + { + $this->data = $data; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getData() + { + return $this->data; + } + public function setHideTrailingSubtotal($hideTrailingSubtotal) + { + $this->hideTrailingSubtotal = $hideTrailingSubtotal; + } + public function getHideTrailingSubtotal() + { + return $this->hideTrailingSubtotal; + } + /** + * @param Google_Service_Sheets_WaterfallChartColumnStyle + */ + public function setNegativeColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $negativeColumnsStyle) + { + $this->negativeColumnsStyle = $negativeColumnsStyle; + } + /** + * @return Google_Service_Sheets_WaterfallChartColumnStyle + */ + public function getNegativeColumnsStyle() + { + return $this->negativeColumnsStyle; + } + /** + * @param Google_Service_Sheets_WaterfallChartColumnStyle + */ + public function setPositiveColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $positiveColumnsStyle) + { + $this->positiveColumnsStyle = $positiveColumnsStyle; + } + /** + * @return Google_Service_Sheets_WaterfallChartColumnStyle + */ + public function getPositiveColumnsStyle() + { + return $this->positiveColumnsStyle; + } + /** + * @param Google_Service_Sheets_WaterfallChartColumnStyle + */ + public function setSubtotalColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $subtotalColumnsStyle) + { + $this->subtotalColumnsStyle = $subtotalColumnsStyle; + } + /** + * @return Google_Service_Sheets_WaterfallChartColumnStyle + */ + public function getSubtotalColumnsStyle() + { + return $this->subtotalColumnsStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSpec.php new file mode 100644 index 000000000..91eb31fd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/WaterfallChartSpec.php @@ -0,0 +1,97 @@ +connectorLineStyle = $connectorLineStyle; + } + /** + * @return Google_Service_Sheets_LineStyle + */ + public function getConnectorLineStyle() + { + return $this->connectorLineStyle; + } + /** + * @param Google_Service_Sheets_WaterfallChartDomain + */ + public function setDomain(Google_Service_Sheets_WaterfallChartDomain $domain) + { + $this->domain = $domain; + } + /** + * @return Google_Service_Sheets_WaterfallChartDomain + */ + public function getDomain() + { + return $this->domain; + } + public function setFirstValueIsTotal($firstValueIsTotal) + { + $this->firstValueIsTotal = $firstValueIsTotal; + } + public function getFirstValueIsTotal() + { + return $this->firstValueIsTotal; + } + public function setHideConnectorLines($hideConnectorLines) + { + $this->hideConnectorLines = $hideConnectorLines; + } + public function getHideConnectorLines() + { + return $this->hideConnectorLines; + } + /** + * @param Google_Service_Sheets_WaterfallChartSeries + */ + public function setSeries($series) + { + $this->series = $series; + } + /** + * @return Google_Service_Sheets_WaterfallChartSeries + */ + public function getSeries() + { + return $this->series; + } + public function setStackedType($stackedType) + { + $this->stackedType = $stackedType; + } + public function getStackedType() + { + return $this->stackedType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent.php new file mode 100644 index 000000000..a8943222c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent.php @@ -0,0 +1,1645 @@ + + * Manages product items, inventory, and Merchant Center accounts for Google + * Shopping. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ShoppingContent extends Google_Service +{ + /** Manage your product listings and accounts for Google Shopping. */ + const CONTENT = + "https://www.googleapis.com/auth/content"; + + public $accounts; + public $accountstatuses; + public $accounttax; + public $datafeeds; + public $datafeedstatuses; + public $liasettings; + public $orderinvoices; + public $orderreports; + public $orderreturns; + public $orders; + public $pos; + public $products; + public $productstatuses; + public $regionalinventory; + public $returnaddress; + public $returnpolicy; + public $shippingsettings; + + /** + * Constructs the internal representation of the ShoppingContent 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 = 'content/v2.1/'; + $this->batchPath = 'batch/content/v2.1'; + $this->version = 'v2.1'; + $this->serviceName = 'content'; + + $this->accounts = new Google_Service_ShoppingContent_Resource_Accounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'authinfo' => array( + 'path' => 'accounts/authinfo', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'claimwebsite' => array( + 'path' => '{merchantId}/accounts/{accountId}/claimwebsite', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'overwrite' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'custombatch' => array( + 'path' => 'accounts/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'force' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/accounts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'link' => array( + 'path' => '{merchantId}/accounts/{accountId}/link', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accountstatuses = new Google_Service_ShoppingContent_Resource_Accountstatuses( + $this, + $this->serviceName, + 'accountstatuses', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'accountstatuses/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/accountstatuses/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/accountstatuses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounttax = new Google_Service_ShoppingContent_Resource_Accounttax( + $this, + $this->serviceName, + 'accounttax', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'accounttax/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/accounttax/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/accounttax', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{merchantId}/accounttax/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->datafeeds = new Google_Service_ShoppingContent_Resource_Datafeeds( + $this, + $this->serviceName, + 'datafeeds', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'datafeeds/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'fetchnow' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}/fetchNow', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/datafeeds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/datafeeds', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->datafeedstatuses = new Google_Service_ShoppingContent_Resource_Datafeedstatuses( + $this, + $this->serviceName, + 'datafeedstatuses', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'datafeedstatuses/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/datafeedstatuses/{datafeedId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{merchantId}/datafeedstatuses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->liasettings = new Google_Service_ShoppingContent_Resource_Liasettings( + $this, + $this->serviceName, + 'liasettings', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'liasettings/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/liasettings/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getaccessiblegmbaccounts' => array( + 'path' => '{merchantId}/liasettings/{accountId}/accessiblegmbaccounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/liasettings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listposdataproviders' => array( + 'path' => 'liasettings/posdataproviders', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'requestgmbaccess' => array( + 'path' => '{merchantId}/liasettings/{accountId}/requestgmbaccess', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'gmbEmail' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'requestinventoryverification' => array( + 'path' => '{merchantId}/liasettings/{accountId}/requestinventoryverification/{country}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setinventoryverificationcontact' => array( + 'path' => '{merchantId}/liasettings/{accountId}/setinventoryverificationcontact', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contactEmail' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'contactName' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setposdataprovider' => array( + 'path' => '{merchantId}/liasettings/{accountId}/setposdataprovider', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'posDataProviderId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'posExternalAccountId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{merchantId}/liasettings/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->orderinvoices = new Google_Service_ShoppingContent_Resource_Orderinvoices( + $this, + $this->serviceName, + 'orderinvoices', + array( + 'methods' => array( + 'createchargeinvoice' => array( + 'path' => '{merchantId}/orderinvoices/{orderId}/createChargeInvoice', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'createrefundinvoice' => array( + 'path' => '{merchantId}/orderinvoices/{orderId}/createRefundInvoice', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->orderreports = new Google_Service_ShoppingContent_Resource_Orderreports( + $this, + $this->serviceName, + 'orderreports', + array( + 'methods' => array( + 'listdisbursements' => array( + 'path' => '{merchantId}/orderreports/disbursements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disbursementStartDate' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'disbursementEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listtransactions' => array( + 'path' => '{merchantId}/orderreports/disbursements/{disbursementId}/transactions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'disbursementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'transactionStartDate' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'transactionEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->orderreturns = new Google_Service_ShoppingContent_Resource_Orderreturns( + $this, + $this->serviceName, + 'orderreturns', + array( + 'methods' => array( + 'get' => array( + 'path' => '{merchantId}/orderreturns/{returnId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'returnId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/orderreturns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'createdEndDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'createdStartDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->orders = new Google_Service_ShoppingContent_Resource_Orders( + $this, + $this->serviceName, + 'orders', + array( + 'methods' => array( + 'acknowledge' => array( + 'path' => '{merchantId}/orders/{orderId}/acknowledge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'advancetestorder' => array( + 'path' => '{merchantId}/testorders/{orderId}/advance', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'cancel' => array( + 'path' => '{merchantId}/orders/{orderId}/cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'cancellineitem' => array( + 'path' => '{merchantId}/orders/{orderId}/cancelLineItem', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'canceltestorderbycustomer' => array( + 'path' => '{merchantId}/testorders/{orderId}/cancelByCustomer', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'createtestorder' => array( + 'path' => '{merchantId}/testorders', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'createtestreturn' => array( + 'path' => '{merchantId}/orders/{orderId}/testreturn', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/orders/{orderId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getbymerchantorderid' => array( + 'path' => '{merchantId}/ordersbymerchantid/{merchantOrderId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'merchantOrderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'gettestordertemplate' => array( + 'path' => '{merchantId}/testordertemplates/{templateName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'templateName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'instorerefundlineitem' => array( + 'path' => '{merchantId}/orders/{orderId}/inStoreRefundLineItem', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/orders', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'acknowledged' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placedDateEnd' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'placedDateStart' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'statuses' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'rejectreturnlineitem' => array( + 'path' => '{merchantId}/orders/{orderId}/rejectReturnLineItem', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'returnrefundlineitem' => array( + 'path' => '{merchantId}/orders/{orderId}/returnRefundLineItem', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setlineitemmetadata' => array( + 'path' => '{merchantId}/orders/{orderId}/setLineItemMetadata', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'shiplineitems' => array( + 'path' => '{merchantId}/orders/{orderId}/shipLineItems', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updatelineitemshippingdetails' => array( + 'path' => '{merchantId}/orders/{orderId}/updateLineItemShippingDetails', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updatemerchantorderid' => array( + 'path' => '{merchantId}/orders/{orderId}/updateMerchantOrderId', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateshipment' => array( + 'path' => '{merchantId}/orders/{orderId}/updateShipment', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'orderId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->pos = new Google_Service_ShoppingContent_Resource_Pos( + $this, + $this->serviceName, + 'pos', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'pos/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetMerchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'storeCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetMerchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'storeCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/pos/{targetMerchantId}/store', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetMerchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'inventory' => array( + 'path' => '{merchantId}/pos/{targetMerchantId}/inventory', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetMerchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/pos/{targetMerchantId}/store', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetMerchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'sale' => array( + 'path' => '{merchantId}/pos/{targetMerchantId}/sale', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetMerchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->products = new Google_Service_ShoppingContent_Resource_Products( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'products/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/products/{productId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{merchantId}/products/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/products', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{merchantId}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->productstatuses = new Google_Service_ShoppingContent_Resource_Productstatuses( + $this, + $this->serviceName, + 'productstatuses', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'productstatuses/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/productstatuses/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/productstatuses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionalinventory = new Google_Service_ShoppingContent_Resource_Regionalinventory( + $this, + $this->serviceName, + 'regionalinventory', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'regionalinventory/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'insert' => array( + 'path' => '{merchantId}/products/{productId}/regionalinventory', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->returnaddress = new Google_Service_ShoppingContent_Resource_Returnaddress( + $this, + $this->serviceName, + 'returnaddress', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'returnaddress/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/returnaddress/{returnAddressId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'returnAddressId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/returnaddress/{returnAddressId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'returnAddressId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/returnaddress', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/returnaddress', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->returnpolicy = new Google_Service_ShoppingContent_Resource_Returnpolicy( + $this, + $this->serviceName, + 'returnpolicy', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'returnpolicy/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/returnpolicy/{returnPolicyId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'returnPolicyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/returnpolicy/{returnPolicyId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'returnPolicyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/returnpolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/returnpolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->shippingsettings = new Google_Service_ShoppingContent_Resource_Shippingsettings( + $this, + $this->serviceName, + 'shippingsettings', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'shippingsettings/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/shippingsettings/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getsupportedcarriers' => array( + 'path' => '{merchantId}/supportedCarriers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getsupportedholidays' => array( + 'path' => '{merchantId}/supportedHolidays', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/shippingsettings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{merchantId}/shippingsettings/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php new file mode 100644 index 000000000..cb4a97026 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php @@ -0,0 +1,156 @@ +adsLinks = $adsLinks; + } + /** + * @return Google_Service_ShoppingContent_AccountAdsLink + */ + public function getAdsLinks() + { + return $this->adsLinks; + } + public function setAdultContent($adultContent) + { + $this->adultContent = $adultContent; + } + public function getAdultContent() + { + return $this->adultContent; + } + /** + * @param Google_Service_ShoppingContent_AccountBusinessInformation + */ + public function setBusinessInformation(Google_Service_ShoppingContent_AccountBusinessInformation $businessInformation) + { + $this->businessInformation = $businessInformation; + } + /** + * @return Google_Service_ShoppingContent_AccountBusinessInformation + */ + public function getBusinessInformation() + { + return $this->businessInformation; + } + /** + * @param Google_Service_ShoppingContent_AccountGoogleMyBusinessLink + */ + public function setGoogleMyBusinessLink(Google_Service_ShoppingContent_AccountGoogleMyBusinessLink $googleMyBusinessLink) + { + $this->googleMyBusinessLink = $googleMyBusinessLink; + } + /** + * @return Google_Service_ShoppingContent_AccountGoogleMyBusinessLink + */ + public function getGoogleMyBusinessLink() + { + return $this->googleMyBusinessLink; + } + 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 setSellerId($sellerId) + { + $this->sellerId = $sellerId; + } + public function getSellerId() + { + return $this->sellerId; + } + /** + * @param Google_Service_ShoppingContent_AccountUser + */ + public function setUsers($users) + { + $this->users = $users; + } + /** + * @return Google_Service_ShoppingContent_AccountUser + */ + public function getUsers() + { + return $this->users; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } + /** + * @param Google_Service_ShoppingContent_AccountYouTubeChannelLink + */ + public function setYoutubeChannelLinks($youtubeChannelLinks) + { + $this->youtubeChannelLinks = $youtubeChannelLinks; + } + /** + * @return Google_Service_ShoppingContent_AccountYouTubeChannelLink + */ + public function getYoutubeChannelLinks() + { + return $this->youtubeChannelLinks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAddress.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAddress.php new file mode 100644 index 000000000..907f4e4c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAddress.php @@ -0,0 +1,66 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setStreetAddress($streetAddress) + { + $this->streetAddress = $streetAddress; + } + public function getStreetAddress() + { + return $this->streetAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdsLink.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdsLink.php new file mode 100644 index 000000000..1ff91cfe0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdsLink.php @@ -0,0 +1,39 @@ +adsId = $adsId; + } + public function getAdsId() + { + return $this->adsId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountBusinessInformation.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountBusinessInformation.php new file mode 100644 index 000000000..5770e8e18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountBusinessInformation.php @@ -0,0 +1,62 @@ +address = $address; + } + /** + * @return Google_Service_ShoppingContent_AccountAddress + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_ShoppingContent_AccountCustomerService + */ + public function setCustomerService(Google_Service_ShoppingContent_AccountCustomerService $customerService) + { + $this->customerService = $customerService; + } + /** + * @return Google_Service_ShoppingContent_AccountCustomerService + */ + public function getCustomerService() + { + return $this->customerService; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCustomerService.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCustomerService.php new file mode 100644 index 000000000..090f80292 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountCustomerService.php @@ -0,0 +1,48 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountGoogleMyBusinessLink.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountGoogleMyBusinessLink.php new file mode 100644 index 000000000..35cee22a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountGoogleMyBusinessLink.php @@ -0,0 +1,39 @@ +gmbEmail = $gmbEmail; + } + public function getGmbEmail() + { + return $this->gmbEmail; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountIdentifier.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountIdentifier.php new file mode 100644 index 000000000..6dc612950 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountIdentifier.php @@ -0,0 +1,39 @@ +aggregatorId = $aggregatorId; + } + public function getAggregatorId() + { + return $this->aggregatorId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php new file mode 100644 index 000000000..e87749737 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php @@ -0,0 +1,81 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_ShoppingContent_AccountStatusAccountLevelIssue + */ + public function setAccountLevelIssues($accountLevelIssues) + { + $this->accountLevelIssues = $accountLevelIssues; + } + /** + * @return Google_Service_ShoppingContent_AccountStatusAccountLevelIssue + */ + public function getAccountLevelIssues() + { + return $this->accountLevelIssues; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_AccountStatusProducts + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_ShoppingContent_AccountStatusProducts + */ + public function getProducts() + { + return $this->products; + } + public function setWebsiteClaimed($websiteClaimed) + { + $this->websiteClaimed = $websiteClaimed; + } + public function getWebsiteClaimed() + { + return $this->websiteClaimed; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusAccountLevelIssue.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusAccountLevelIssue.php new file mode 100644 index 000000000..6d5e4f77c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusAccountLevelIssue.php @@ -0,0 +1,84 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setDetail($detail) + { + $this->detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + public function setDocumentation($documentation) + { + $this->documentation = $documentation; + } + public function getDocumentation() + { + return $this->documentation; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusItemLevelIssue.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusItemLevelIssue.php new file mode 100644 index 000000000..185e0fdca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusItemLevelIssue.php @@ -0,0 +1,93 @@ +attributeName = $attributeName; + } + public function getAttributeName() + { + return $this->attributeName; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDetail($detail) + { + $this->detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + public function setDocumentation($documentation) + { + $this->documentation = $documentation; + } + public function getDocumentation() + { + return $this->documentation; + } + public function setNumItems($numItems) + { + $this->numItems = $numItems; + } + public function getNumItems() + { + return $this->numItems; + } + public function setResolution($resolution) + { + $this->resolution = $resolution; + } + public function getResolution() + { + return $this->resolution; + } + public function setServability($servability) + { + $this->servability = $servability; + } + public function getServability() + { + return $this->servability; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusProducts.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusProducts.php new file mode 100644 index 000000000..3d20a511e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusProducts.php @@ -0,0 +1,81 @@ +channel = $channel; + } + public function getChannel() + { + return $this->channel; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + /** + * @param Google_Service_ShoppingContent_AccountStatusItemLevelIssue + */ + public function setItemLevelIssues($itemLevelIssues) + { + $this->itemLevelIssues = $itemLevelIssues; + } + /** + * @return Google_Service_ShoppingContent_AccountStatusItemLevelIssue + */ + public function getItemLevelIssues() + { + return $this->itemLevelIssues; + } + /** + * @param Google_Service_ShoppingContent_AccountStatusStatistics + */ + public function setStatistics(Google_Service_ShoppingContent_AccountStatusStatistics $statistics) + { + $this->statistics = $statistics; + } + /** + * @return Google_Service_ShoppingContent_AccountStatusStatistics + */ + public function getStatistics() + { + return $this->statistics; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusStatistics.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusStatistics.php new file mode 100644 index 000000000..eeb3417a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusStatistics.php @@ -0,0 +1,57 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setDisapproved($disapproved) + { + $this->disapproved = $disapproved; + } + public function getDisapproved() + { + return $this->disapproved; + } + public function setExpiring($expiring) + { + $this->expiring = $expiring; + } + public function getExpiring() + { + return $this->expiring; + } + public function setPending($pending) + { + $this->pending = $pending; + } + public function getPending() + { + return $this->pending; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTax.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTax.php new file mode 100644 index 000000000..1e78b3615 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTax.php @@ -0,0 +1,56 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_AccountTaxTaxRule + */ + public function setRules($rules) + { + $this->rules = $rules; + } + /** + * @return Google_Service_ShoppingContent_AccountTaxTaxRule + */ + public function getRules() + { + return $this->rules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.php new file mode 100644 index 000000000..7ac314b9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.php @@ -0,0 +1,66 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setRatePercent($ratePercent) + { + $this->ratePercent = $ratePercent; + } + public function getRatePercent() + { + return $this->ratePercent; + } + public function setShippingTaxed($shippingTaxed) + { + $this->shippingTaxed = $shippingTaxed; + } + public function getShippingTaxed() + { + return $this->shippingTaxed; + } + public function setUseGlobalRate($useGlobalRate) + { + $this->useGlobalRate = $useGlobalRate; + } + public function getUseGlobalRate() + { + return $this->useGlobalRate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountUser.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountUser.php new file mode 100644 index 000000000..c60bf1f0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountUser.php @@ -0,0 +1,66 @@ +admin = $admin; + } + public function getAdmin() + { + return $this->admin; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setOrderManager($orderManager) + { + $this->orderManager = $orderManager; + } + public function getOrderManager() + { + return $this->orderManager; + } + public function setPaymentsAnalyst($paymentsAnalyst) + { + $this->paymentsAnalyst = $paymentsAnalyst; + } + public function getPaymentsAnalyst() + { + return $this->paymentsAnalyst; + } + public function setPaymentsManager($paymentsManager) + { + $this->paymentsManager = $paymentsManager; + } + public function getPaymentsManager() + { + return $this->paymentsManager; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountYouTubeChannelLink.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountYouTubeChannelLink.php new file mode 100644 index 000000000..3004b15d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountYouTubeChannelLink.php @@ -0,0 +1,39 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsAuthInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsAuthInfoResponse.php new file mode 100644 index 000000000..d8ebff6ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsAuthInfoResponse.php @@ -0,0 +1,47 @@ +accountIdentifiers = $accountIdentifiers; + } + /** + * @return Google_Service_ShoppingContent_AccountIdentifier + */ + public function getAccountIdentifiers() + { + return $this->accountIdentifiers; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsClaimWebsiteResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsClaimWebsiteResponse.php new file mode 100644 index 000000000..bc040694b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsClaimWebsiteResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php new file mode 100644 index 000000000..1374ee11c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.php new file mode 100644 index 000000000..846612c84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.php @@ -0,0 +1,107 @@ +account = $account; + } + /** + * @return Google_Service_ShoppingContent_Account + */ + public function getAccount() + { + return $this->account; + } + public function setAccountId($accountId) + { + $this->accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } + /** + * @param Google_Service_ShoppingContent_AccountsCustomBatchRequestEntryLinkRequest + */ + public function setLinkRequest(Google_Service_ShoppingContent_AccountsCustomBatchRequestEntryLinkRequest $linkRequest) + { + $this->linkRequest = $linkRequest; + } + /** + * @return Google_Service_ShoppingContent_AccountsCustomBatchRequestEntryLinkRequest + */ + public function getLinkRequest() + { + return $this->linkRequest; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setOverwrite($overwrite) + { + $this->overwrite = $overwrite; + } + public function getOverwrite() + { + return $this->overwrite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.php new file mode 100644 index 000000000..ca4e2fbaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.php @@ -0,0 +1,48 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setLinkType($linkType) + { + $this->linkType = $linkType; + } + public function getLinkType() + { + return $this->linkType; + } + public function setLinkedAccountId($linkedAccountId) + { + $this->linkedAccountId = $linkedAccountId; + } + public function getLinkedAccountId() + { + return $this->linkedAccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.php new file mode 100644 index 000000000..100abc7ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php new file mode 100644 index 000000000..b4c67805c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +account = $account; + } + /** + * @return Google_Service_ShoppingContent_Account + */ + public function getAccount() + { + return $this->account; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php new file mode 100644 index 000000000..8c22b9439 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php @@ -0,0 +1,48 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setLinkType($linkType) + { + $this->linkType = $linkType; + } + public function getLinkType() + { + return $this->linkType; + } + public function setLinkedAccountId($linkedAccountId) + { + $this->linkedAccountId = $linkedAccountId; + } + public function getLinkedAccountId() + { + return $this->linkedAccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkResponse.php new file mode 100644 index 000000000..89481cb40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.php new file mode 100644 index 000000000..5df62ed9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_Account + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_Account + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.php new file mode 100644 index 000000000..98005d708 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php new file mode 100644 index 000000000..f5415fa35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php @@ -0,0 +1,67 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setDestinations($destinations) + { + $this->destinations = $destinations; + } + public function getDestinations() + { + return $this->destinations; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php new file mode 100644 index 000000000..f8b686456 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php new file mode 100644 index 000000000..8516ada0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php @@ -0,0 +1,62 @@ +accountStatus = $accountStatus; + } + /** + * @return Google_Service_ShoppingContent_AccountStatus + */ + public function getAccountStatus() + { + return $this->accountStatus; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.php new file mode 100644 index 000000000..814e0dc0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_AccountStatus + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_AccountStatus + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.php new file mode 100644 index 000000000..0138135ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.php new file mode 100644 index 000000000..413515b70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.php @@ -0,0 +1,73 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_ShoppingContent_AccountTax + */ + public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax) + { + $this->accountTax = $accountTax; + } + /** + * @return Google_Service_ShoppingContent_AccountTax + */ + public function getAccountTax() + { + return $this->accountTax; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php new file mode 100644 index 000000000..28c4cd595 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php new file mode 100644 index 000000000..c83216404 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +accountTax = $accountTax; + } + /** + * @return Google_Service_ShoppingContent_AccountTax + */ + public function getAccountTax() + { + return $this->accountTax; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php new file mode 100644 index 000000000..817a8c3fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_AccountTax + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_AccountTax + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Amount.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Amount.php new file mode 100644 index 000000000..e0bf5aee4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Amount.php @@ -0,0 +1,53 @@ +priceAmount = $priceAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPriceAmount() + { + return $this->priceAmount; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) + { + $this->taxAmount = $taxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxAmount() + { + return $this->taxAmount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.php new file mode 100644 index 000000000..a4d4c22a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.php @@ -0,0 +1,31 @@ +businessDays = $businessDays; + } + public function getBusinessDays() + { + return $this->businessDays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.php new file mode 100644 index 000000000..7064a4de0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.php @@ -0,0 +1,82 @@ +carrierName = $carrierName; + } + public function getCarrierName() + { + return $this->carrierName; + } + public function setCarrierService($carrierService) + { + $this->carrierService = $carrierService; + } + public function getCarrierService() + { + return $this->carrierService; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setFlatAdjustment(Google_Service_ShoppingContent_Price $flatAdjustment) + { + $this->flatAdjustment = $flatAdjustment; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getFlatAdjustment() + { + return $this->flatAdjustment; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOriginPostalCode($originPostalCode) + { + $this->originPostalCode = $originPostalCode; + } + public function getOriginPostalCode() + { + return $this->originPostalCode; + } + public function setPercentageAdjustment($percentageAdjustment) + { + $this->percentageAdjustment = $percentageAdjustment; + } + public function getPercentageAdjustment() + { + return $this->percentageAdjustment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php new file mode 100644 index 000000000..a0285ab7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php @@ -0,0 +1,49 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setServices($services) + { + $this->services = $services; + } + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomAttribute.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomAttribute.php new file mode 100644 index 000000000..9db768c67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomAttribute.php @@ -0,0 +1,56 @@ +groupValues = $groupValues; + } + /** + * @return Google_Service_ShoppingContent_CustomAttribute + */ + public function getGroupValues() + { + return $this->groupValues; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomerReturnReason.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomerReturnReason.php new file mode 100644 index 000000000..de46309de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CustomerReturnReason.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setReasonCode($reasonCode) + { + $this->reasonCode = $reasonCode; + } + public function getReasonCode() + { + return $this->reasonCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CutoffTime.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CutoffTime.php new file mode 100644 index 000000000..dc2a19cdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CutoffTime.php @@ -0,0 +1,48 @@ +hour = $hour; + } + public function getHour() + { + return $this->hour; + } + public function setMinute($minute) + { + $this->minute = $minute; + } + public function getMinute() + { + return $this->minute; + } + public function setTimezone($timezone) + { + $this->timezone = $timezone; + } + public function getTimezone() + { + return $this->timezone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Datafeed.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Datafeed.php new file mode 100644 index 000000000..71d902de0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Datafeed.php @@ -0,0 +1,124 @@ +attributeLanguage = $attributeLanguage; + } + public function getAttributeLanguage() + { + return $this->attributeLanguage; + } + public function setContentType($contentType) + { + $this->contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + /** + * @param Google_Service_ShoppingContent_DatafeedFetchSchedule + */ + public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule) + { + $this->fetchSchedule = $fetchSchedule; + } + /** + * @return Google_Service_ShoppingContent_DatafeedFetchSchedule + */ + public function getFetchSchedule() + { + return $this->fetchSchedule; + } + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + /** + * @param Google_Service_ShoppingContent_DatafeedFormat + */ + public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format) + { + $this->format = $format; + } + /** + * @return Google_Service_ShoppingContent_DatafeedFormat + */ + public function getFormat() + { + return $this->format; + } + 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_ShoppingContent_DatafeedTarget + */ + public function setTargets($targets) + { + $this->targets = $targets; + } + /** + * @return Google_Service_ShoppingContent_DatafeedTarget + */ + public function getTargets() + { + return $this->targets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.php new file mode 100644 index 000000000..31937905a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.php @@ -0,0 +1,102 @@ +dayOfMonth = $dayOfMonth; + } + public function getDayOfMonth() + { + return $this->dayOfMonth; + } + public function setFetchUrl($fetchUrl) + { + $this->fetchUrl = $fetchUrl; + } + public function getFetchUrl() + { + return $this->fetchUrl; + } + public function setHour($hour) + { + $this->hour = $hour; + } + public function getHour() + { + return $this->hour; + } + public function setMinuteOfHour($minuteOfHour) + { + $this->minuteOfHour = $minuteOfHour; + } + public function getMinuteOfHour() + { + return $this->minuteOfHour; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setPaused($paused) + { + $this->paused = $paused; + } + public function getPaused() + { + return $this->paused; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } + public function setWeekday($weekday) + { + $this->weekday = $weekday; + } + public function getWeekday() + { + return $this->weekday; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php new file mode 100644 index 000000000..f0aed3971 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php @@ -0,0 +1,48 @@ +columnDelimiter = $columnDelimiter; + } + public function getColumnDelimiter() + { + return $this->columnDelimiter; + } + public function setFileEncoding($fileEncoding) + { + $this->fileEncoding = $fileEncoding; + } + public function getFileEncoding() + { + return $this->fileEncoding; + } + public function setQuotingMode($quotingMode) + { + $this->quotingMode = $quotingMode; + } + public function getQuotingMode() + { + return $this->quotingMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatus.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatus.php new file mode 100644 index 000000000..fbed9dc0c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatus.php @@ -0,0 +1,126 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setDatafeedId($datafeedId) + { + $this->datafeedId = $datafeedId; + } + public function getDatafeedId() + { + return $this->datafeedId; + } + /** + * @param Google_Service_ShoppingContent_DatafeedStatusError + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_DatafeedStatusError + */ + public function getErrors() + { + return $this->errors; + } + public function setItemsTotal($itemsTotal) + { + $this->itemsTotal = $itemsTotal; + } + public function getItemsTotal() + { + return $this->itemsTotal; + } + public function setItemsValid($itemsValid) + { + $this->itemsValid = $itemsValid; + } + public function getItemsValid() + { + return $this->itemsValid; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setLastUploadDate($lastUploadDate) + { + $this->lastUploadDate = $lastUploadDate; + } + public function getLastUploadDate() + { + return $this->lastUploadDate; + } + public function setProcessingStatus($processingStatus) + { + $this->processingStatus = $processingStatus; + } + public function getProcessingStatus() + { + return $this->processingStatus; + } + /** + * @param Google_Service_ShoppingContent_DatafeedStatusError + */ + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + /** + * @return Google_Service_ShoppingContent_DatafeedStatusError + */ + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.php new file mode 100644 index 000000000..9aaddf487 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.php @@ -0,0 +1,65 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setCount($count) + { + $this->count = $count; + } + public function getCount() + { + return $this->count; + } + /** + * @param Google_Service_ShoppingContent_DatafeedStatusExample + */ + public function setExamples($examples) + { + $this->examples = $examples; + } + /** + * @return Google_Service_ShoppingContent_DatafeedStatusExample + */ + public function getExamples() + { + return $this->examples; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php new file mode 100644 index 000000000..7be6bf45a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php @@ -0,0 +1,48 @@ +itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setLineNumber($lineNumber) + { + $this->lineNumber = $lineNumber; + } + public function getLineNumber() + { + return $this->lineNumber; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedTarget.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedTarget.php new file mode 100644 index 000000000..aad27209d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedTarget.php @@ -0,0 +1,58 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setExcludedDestinations($excludedDestinations) + { + $this->excludedDestinations = $excludedDestinations; + } + public function getExcludedDestinations() + { + return $this->excludedDestinations; + } + public function setIncludedDestinations($includedDestinations) + { + $this->includedDestinations = $includedDestinations; + } + public function getIncludedDestinations() + { + return $this->includedDestinations; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequest.php new file mode 100644 index 000000000..b942cdab2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.php new file mode 100644 index 000000000..3eb26d29d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.php @@ -0,0 +1,73 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Datafeed + */ + public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) + { + $this->datafeed = $datafeed; + } + /** + * @return Google_Service_ShoppingContent_Datafeed + */ + public function getDatafeed() + { + return $this->datafeed; + } + public function setDatafeedId($datafeedId) + { + $this->datafeedId = $datafeedId; + } + public function getDatafeedId() + { + return $this->datafeedId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php new file mode 100644 index 000000000..d73fe613e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php new file mode 100644 index 000000000..079aeda96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php @@ -0,0 +1,62 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Datafeed + */ + public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) + { + $this->datafeed = $datafeed; + } + /** + * @return Google_Service_ShoppingContent_Datafeed + */ + public function getDatafeed() + { + return $this->datafeed; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsFetchNowResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsFetchNowResponse.php new file mode 100644 index 000000000..ab08cd5e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsFetchNowResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.php new file mode 100644 index 000000000..a8ca3c39f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_Datafeed + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_Datafeed + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.php new file mode 100644 index 000000000..eeded5a9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php new file mode 100644 index 000000000..e0edd9cb7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php @@ -0,0 +1,75 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setDatafeedId($datafeedId) + { + $this->datafeedId = $datafeedId; + } + public function getDatafeedId() + { + return $this->datafeedId; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php new file mode 100644 index 000000000..a4fab57a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php new file mode 100644 index 000000000..2f4a95c4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php @@ -0,0 +1,62 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_DatafeedStatus + */ + public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus) + { + $this->datafeedStatus = $datafeedStatus; + } + /** + * @return Google_Service_ShoppingContent_DatafeedStatus + */ + public function getDatafeedStatus() + { + return $this->datafeedStatus; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.php new file mode 100644 index 000000000..7b40fe626 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_DatafeedStatus + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_DatafeedStatus + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php new file mode 100644 index 000000000..308c5d683 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php @@ -0,0 +1,138 @@ +cutoffTime = $cutoffTime; + } + /** + * @return Google_Service_ShoppingContent_CutoffTime + */ + public function getCutoffTime() + { + return $this->cutoffTime; + } + /** + * @param Google_Service_ShoppingContent_BusinessDayConfig + */ + public function setHandlingBusinessDayConfig(Google_Service_ShoppingContent_BusinessDayConfig $handlingBusinessDayConfig) + { + $this->handlingBusinessDayConfig = $handlingBusinessDayConfig; + } + /** + * @return Google_Service_ShoppingContent_BusinessDayConfig + */ + public function getHandlingBusinessDayConfig() + { + return $this->handlingBusinessDayConfig; + } + /** + * @param Google_Service_ShoppingContent_HolidayCutoff + */ + public function setHolidayCutoffs($holidayCutoffs) + { + $this->holidayCutoffs = $holidayCutoffs; + } + /** + * @return Google_Service_ShoppingContent_HolidayCutoff + */ + public function getHolidayCutoffs() + { + return $this->holidayCutoffs; + } + public function setMaxHandlingTimeInDays($maxHandlingTimeInDays) + { + $this->maxHandlingTimeInDays = $maxHandlingTimeInDays; + } + public function getMaxHandlingTimeInDays() + { + return $this->maxHandlingTimeInDays; + } + public function setMaxTransitTimeInDays($maxTransitTimeInDays) + { + $this->maxTransitTimeInDays = $maxTransitTimeInDays; + } + public function getMaxTransitTimeInDays() + { + return $this->maxTransitTimeInDays; + } + public function setMinHandlingTimeInDays($minHandlingTimeInDays) + { + $this->minHandlingTimeInDays = $minHandlingTimeInDays; + } + public function getMinHandlingTimeInDays() + { + return $this->minHandlingTimeInDays; + } + public function setMinTransitTimeInDays($minTransitTimeInDays) + { + $this->minTransitTimeInDays = $minTransitTimeInDays; + } + public function getMinTransitTimeInDays() + { + return $this->minTransitTimeInDays; + } + /** + * @param Google_Service_ShoppingContent_BusinessDayConfig + */ + public function setTransitBusinessDayConfig(Google_Service_ShoppingContent_BusinessDayConfig $transitBusinessDayConfig) + { + $this->transitBusinessDayConfig = $transitBusinessDayConfig; + } + /** + * @return Google_Service_ShoppingContent_BusinessDayConfig + */ + public function getTransitBusinessDayConfig() + { + return $this->transitBusinessDayConfig; + } + /** + * @param Google_Service_ShoppingContent_TransitTable + */ + public function setTransitTimeTable(Google_Service_ShoppingContent_TransitTable $transitTimeTable) + { + $this->transitTimeTable = $transitTimeTable; + } + /** + * @return Google_Service_ShoppingContent_TransitTable + */ + public function getTransitTimeTable() + { + return $this->transitTimeTable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php new file mode 100644 index 000000000..df5b7418f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php @@ -0,0 +1,48 @@ +domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Errors.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Errors.php new file mode 100644 index 000000000..495603be7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Errors.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_ShoppingContent_Error + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Error + */ + public function getErrors() + { + return $this->errors; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccounts.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccounts.php new file mode 100644 index 000000000..faa9530e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccounts.php @@ -0,0 +1,47 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_ShoppingContent_GmbAccountsGmbAccount + */ + public function setGmbAccounts($gmbAccounts) + { + $this->gmbAccounts = $gmbAccounts; + } + /** + * @return Google_Service_ShoppingContent_GmbAccountsGmbAccount + */ + public function getGmbAccounts() + { + return $this->gmbAccounts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccountsGmbAccount.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccountsGmbAccount.php new file mode 100644 index 000000000..c5969c8d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/GmbAccountsGmbAccount.php @@ -0,0 +1,57 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setListingCount($listingCount) + { + $this->listingCount = $listingCount; + } + public function getListingCount() + { + return $this->listingCount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php new file mode 100644 index 000000000..d93bbb9bb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php @@ -0,0 +1,88 @@ +locations = $locations; + } + /** + * @return Google_Service_ShoppingContent_LocationIdSet + */ + public function getLocations() + { + return $this->locations; + } + public function setNumberOfItems($numberOfItems) + { + $this->numberOfItems = $numberOfItems; + } + public function getNumberOfItems() + { + return $this->numberOfItems; + } + public function setPostalCodeGroupNames($postalCodeGroupNames) + { + $this->postalCodeGroupNames = $postalCodeGroupNames; + } + public function getPostalCodeGroupNames() + { + return $this->postalCodeGroupNames; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrices($prices) + { + $this->prices = $prices; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrices() + { + return $this->prices; + } + /** + * @param Google_Service_ShoppingContent_Weight + */ + public function setWeights($weights) + { + $this->weights = $weights; + } + /** + * @return Google_Service_ShoppingContent_Weight + */ + public function getWeights() + { + return $this->weights; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidayCutoff.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidayCutoff.php new file mode 100644 index 000000000..dcd1aba66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidayCutoff.php @@ -0,0 +1,66 @@ +deadlineDate = $deadlineDate; + } + public function getDeadlineDate() + { + return $this->deadlineDate; + } + public function setDeadlineHour($deadlineHour) + { + $this->deadlineHour = $deadlineHour; + } + public function getDeadlineHour() + { + return $this->deadlineHour; + } + public function setDeadlineTimezone($deadlineTimezone) + { + $this->deadlineTimezone = $deadlineTimezone; + } + public function getDeadlineTimezone() + { + return $this->deadlineTimezone; + } + public function setHolidayId($holidayId) + { + $this->holidayId = $holidayId; + } + public function getHolidayId() + { + return $this->holidayId; + } + public function setVisibleFromDate($visibleFromDate) + { + $this->visibleFromDate = $visibleFromDate; + } + public function getVisibleFromDate() + { + return $this->visibleFromDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidaysHoliday.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidaysHoliday.php new file mode 100644 index 000000000..c46a57653 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/HolidaysHoliday.php @@ -0,0 +1,75 @@ +countryCode = $countryCode; + } + public function getCountryCode() + { + return $this->countryCode; + } + public function setDate($date) + { + $this->date = $date; + } + public function getDate() + { + return $this->date; + } + public function setDeliveryGuaranteeDate($deliveryGuaranteeDate) + { + $this->deliveryGuaranteeDate = $deliveryGuaranteeDate; + } + public function getDeliveryGuaranteeDate() + { + return $this->deliveryGuaranteeDate; + } + public function setDeliveryGuaranteeHour($deliveryGuaranteeHour) + { + $this->deliveryGuaranteeHour = $deliveryGuaranteeHour; + } + public function getDeliveryGuaranteeHour() + { + return $this->deliveryGuaranteeHour; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.php new file mode 100644 index 000000000..4c7686e44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.php @@ -0,0 +1,46 @@ +amount = $amount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmount() + { + return $this->amount; + } + public function setMonths($months) + { + $this->months = $months; + } + public function getMonths() + { + return $this->months; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummary.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummary.php new file mode 100644 index 000000000..ecade801b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummary.php @@ -0,0 +1,54 @@ +additionalChargeSummaries = $additionalChargeSummaries; + } + /** + * @return Google_Service_ShoppingContent_InvoiceSummaryAdditionalChargeSummary + */ + public function getAdditionalChargeSummaries() + { + return $this->additionalChargeSummaries; + } + /** + * @param Google_Service_ShoppingContent_Amount + */ + public function setProductTotal(Google_Service_ShoppingContent_Amount $productTotal) + { + $this->productTotal = $productTotal; + } + /** + * @return Google_Service_ShoppingContent_Amount + */ + public function getProductTotal() + { + return $this->productTotal; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php new file mode 100644 index 000000000..f64a06395 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php @@ -0,0 +1,46 @@ +totalAmount = $totalAmount; + } + /** + * @return Google_Service_ShoppingContent_Amount + */ + public function getTotalAmount() + { + return $this->totalAmount; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaAboutPageSettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaAboutPageSettings.php new file mode 100644 index 000000000..a015b0cff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaAboutPageSettings.php @@ -0,0 +1,39 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaCountrySettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaCountrySettings.php new file mode 100644 index 000000000..d5b8fee04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaCountrySettings.php @@ -0,0 +1,112 @@ +about = $about; + } + /** + * @return Google_Service_ShoppingContent_LiaAboutPageSettings + */ + public function getAbout() + { + return $this->about; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setHostedLocalStorefrontActive($hostedLocalStorefrontActive) + { + $this->hostedLocalStorefrontActive = $hostedLocalStorefrontActive; + } + public function getHostedLocalStorefrontActive() + { + return $this->hostedLocalStorefrontActive; + } + /** + * @param Google_Service_ShoppingContent_LiaInventorySettings + */ + public function setInventory(Google_Service_ShoppingContent_LiaInventorySettings $inventory) + { + $this->inventory = $inventory; + } + /** + * @return Google_Service_ShoppingContent_LiaInventorySettings + */ + public function getInventory() + { + return $this->inventory; + } + /** + * @param Google_Service_ShoppingContent_LiaOnDisplayToOrderSettings + */ + public function setOnDisplayToOrder(Google_Service_ShoppingContent_LiaOnDisplayToOrderSettings $onDisplayToOrder) + { + $this->onDisplayToOrder = $onDisplayToOrder; + } + /** + * @return Google_Service_ShoppingContent_LiaOnDisplayToOrderSettings + */ + public function getOnDisplayToOrder() + { + return $this->onDisplayToOrder; + } + /** + * @param Google_Service_ShoppingContent_LiaPosDataProvider + */ + public function setPosDataProvider(Google_Service_ShoppingContent_LiaPosDataProvider $posDataProvider) + { + $this->posDataProvider = $posDataProvider; + } + /** + * @return Google_Service_ShoppingContent_LiaPosDataProvider + */ + public function getPosDataProvider() + { + return $this->posDataProvider; + } + public function setStorePickupActive($storePickupActive) + { + $this->storePickupActive = $storePickupActive; + } + public function getStorePickupActive() + { + return $this->storePickupActive; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaInventorySettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaInventorySettings.php new file mode 100644 index 000000000..0b98a78e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaInventorySettings.php @@ -0,0 +1,57 @@ +inventoryVerificationContactEmail = $inventoryVerificationContactEmail; + } + public function getInventoryVerificationContactEmail() + { + return $this->inventoryVerificationContactEmail; + } + public function setInventoryVerificationContactName($inventoryVerificationContactName) + { + $this->inventoryVerificationContactName = $inventoryVerificationContactName; + } + public function getInventoryVerificationContactName() + { + return $this->inventoryVerificationContactName; + } + public function setInventoryVerificationContactStatus($inventoryVerificationContactStatus) + { + $this->inventoryVerificationContactStatus = $inventoryVerificationContactStatus; + } + public function getInventoryVerificationContactStatus() + { + return $this->inventoryVerificationContactStatus; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaOnDisplayToOrderSettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaOnDisplayToOrderSettings.php new file mode 100644 index 000000000..ce07569cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaOnDisplayToOrderSettings.php @@ -0,0 +1,39 @@ +shippingCostPolicyUrl = $shippingCostPolicyUrl; + } + public function getShippingCostPolicyUrl() + { + return $this->shippingCostPolicyUrl; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaPosDataProvider.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaPosDataProvider.php new file mode 100644 index 000000000..ff7acb042 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaPosDataProvider.php @@ -0,0 +1,39 @@ +posDataProviderId = $posDataProviderId; + } + public function getPosDataProviderId() + { + return $this->posDataProviderId; + } + public function setPosExternalAccountId($posExternalAccountId) + { + $this->posExternalAccountId = $posExternalAccountId; + } + public function getPosExternalAccountId() + { + return $this->posExternalAccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaSettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaSettings.php new file mode 100644 index 000000000..764532ac2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiaSettings.php @@ -0,0 +1,56 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_ShoppingContent_LiaCountrySettings + */ + public function setCountrySettings($countrySettings) + { + $this->countrySettings = $countrySettings; + } + /** + * @return Google_Service_ShoppingContent_LiaCountrySettings + */ + public function getCountrySettings() + { + return $this->countrySettings; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequest.php new file mode 100644 index 000000000..fe6196dba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_LiasettingsCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequestEntry.php new file mode 100644 index 000000000..011eb9a63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchRequestEntry.php @@ -0,0 +1,127 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setContactEmail($contactEmail) + { + $this->contactEmail = $contactEmail; + } + public function getContactEmail() + { + return $this->contactEmail; + } + public function setContactName($contactName) + { + $this->contactName = $contactName; + } + public function getContactName() + { + return $this->contactName; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setGmbEmail($gmbEmail) + { + $this->gmbEmail = $gmbEmail; + } + public function getGmbEmail() + { + return $this->gmbEmail; + } + /** + * @param Google_Service_ShoppingContent_LiaSettings + */ + public function setLiaSettings(Google_Service_ShoppingContent_LiaSettings $liaSettings) + { + $this->liaSettings = $liaSettings; + } + /** + * @return Google_Service_ShoppingContent_LiaSettings + */ + public function getLiaSettings() + { + return $this->liaSettings; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setPosDataProviderId($posDataProviderId) + { + $this->posDataProviderId = $posDataProviderId; + } + public function getPosDataProviderId() + { + return $this->posDataProviderId; + } + public function setPosExternalAccountId($posExternalAccountId) + { + $this->posExternalAccountId = $posExternalAccountId; + } + public function getPosExternalAccountId() + { + return $this->posExternalAccountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponse.php new file mode 100644 index 000000000..7d42ca1d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_LiasettingsCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponseEntry.php new file mode 100644 index 000000000..7af008af7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsCustomBatchResponseEntry.php @@ -0,0 +1,104 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_ShoppingContent_GmbAccounts + */ + public function setGmbAccounts(Google_Service_ShoppingContent_GmbAccounts $gmbAccounts) + { + $this->gmbAccounts = $gmbAccounts; + } + /** + * @return Google_Service_ShoppingContent_GmbAccounts + */ + public function getGmbAccounts() + { + return $this->gmbAccounts; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_LiaSettings + */ + public function setLiaSettings(Google_Service_ShoppingContent_LiaSettings $liaSettings) + { + $this->liaSettings = $liaSettings; + } + /** + * @return Google_Service_ShoppingContent_LiaSettings + */ + public function getLiaSettings() + { + return $this->liaSettings; + } + /** + * @param Google_Service_ShoppingContent_PosDataProviders + */ + public function setPosDataProviders($posDataProviders) + { + $this->posDataProviders = $posDataProviders; + } + /** + * @return Google_Service_ShoppingContent_PosDataProviders + */ + public function getPosDataProviders() + { + return $this->posDataProviders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.php new file mode 100644 index 000000000..0b28337c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.php @@ -0,0 +1,56 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_ShoppingContent_GmbAccountsGmbAccount + */ + public function setGmbAccounts($gmbAccounts) + { + $this->gmbAccounts = $gmbAccounts; + } + /** + * @return Google_Service_ShoppingContent_GmbAccountsGmbAccount + */ + public function getGmbAccounts() + { + return $this->gmbAccounts; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListPosDataProvidersResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListPosDataProvidersResponse.php new file mode 100644 index 000000000..84ccac2b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListPosDataProvidersResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_PosDataProviders + */ + public function setPosDataProviders($posDataProviders) + { + $this->posDataProviders = $posDataProviders; + } + /** + * @return Google_Service_ShoppingContent_PosDataProviders + */ + public function getPosDataProviders() + { + return $this->posDataProviders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListResponse.php new file mode 100644 index 000000000..6bc84a478 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_LiaSettings + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_LiaSettings + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestGmbAccessResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestGmbAccessResponse.php new file mode 100644 index 000000000..d3154fbe4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestGmbAccessResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.php new file mode 100644 index 000000000..7eebbc4a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.php new file mode 100644 index 000000000..56fda9003 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetPosDataProviderResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetPosDataProviderResponse.php new file mode 100644 index 000000000..a6ef8bc13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LiasettingsSetPosDataProviderResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocationIdSet.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocationIdSet.php new file mode 100644 index 000000000..21b5d53e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LocationIdSet.php @@ -0,0 +1,31 @@ +locationIds = $locationIds; + } + public function getLocationIds() + { + return $this->locationIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LoyaltyPoints.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LoyaltyPoints.php new file mode 100644 index 000000000..01296dc75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/LoyaltyPoints.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPointsValue($pointsValue) + { + $this->pointsValue = $pointsValue; + } + public function getPointsValue() + { + return $this->pointsValue; + } + public function setRatio($ratio) + { + $this->ratio = $ratio; + } + public function getRatio() + { + return $this->ratio; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturn.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturn.php new file mode 100644 index 000000000..f01da6217 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturn.php @@ -0,0 +1,90 @@ +creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setMerchantOrderId($merchantOrderId) + { + $this->merchantOrderId = $merchantOrderId; + } + public function getMerchantOrderId() + { + return $this->merchantOrderId; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + public function setOrderReturnId($orderReturnId) + { + $this->orderReturnId = $orderReturnId; + } + public function getOrderReturnId() + { + return $this->orderReturnId; + } + /** + * @param Google_Service_ShoppingContent_MerchantOrderReturnItem + */ + public function setReturnItems($returnItems) + { + $this->returnItems = $returnItems; + } + /** + * @return Google_Service_ShoppingContent_MerchantOrderReturnItem + */ + public function getReturnItems() + { + return $this->returnItems; + } + /** + * @param Google_Service_ShoppingContent_ReturnShipment + */ + public function setReturnShipments($returnShipments) + { + $this->returnShipments = $returnShipments; + } + /** + * @return Google_Service_ShoppingContent_ReturnShipment + */ + public function getReturnShipments() + { + return $this->returnShipments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturnItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturnItem.php new file mode 100644 index 000000000..0656f447b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/MerchantOrderReturnItem.php @@ -0,0 +1,97 @@ +customerReturnReason = $customerReturnReason; + } + /** + * @return Google_Service_ShoppingContent_CustomerReturnReason + */ + public function getCustomerReturnReason() + { + return $this->customerReturnReason; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + /** + * @param Google_Service_ShoppingContent_RefundReason + */ + public function setMerchantReturnReason(Google_Service_ShoppingContent_RefundReason $merchantReturnReason) + { + $this->merchantReturnReason = $merchantReturnReason; + } + /** + * @return Google_Service_ShoppingContent_RefundReason + */ + public function getMerchantReturnReason() + { + return $this->merchantReturnReason; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemProduct + */ + public function setProduct(Google_Service_ShoppingContent_OrderLineItemProduct $product) + { + $this->product = $product; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemProduct + */ + public function getProduct() + { + return $this->product; + } + public function setReturnShipmentIds($returnShipmentIds) + { + $this->returnShipmentIds = $returnShipmentIds; + } + public function getReturnShipmentIds() + { + return $this->returnShipmentIds; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php new file mode 100644 index 000000000..3f47fd26f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php @@ -0,0 +1,295 @@ +acknowledged = $acknowledged; + } + public function getAcknowledged() + { + return $this->acknowledged; + } + /** + * @param Google_Service_ShoppingContent_OrderAddress + */ + public function setBillingAddress(Google_Service_ShoppingContent_OrderAddress $billingAddress) + { + $this->billingAddress = $billingAddress; + } + /** + * @return Google_Service_ShoppingContent_OrderAddress + */ + public function getBillingAddress() + { + return $this->billingAddress; + } + /** + * @param Google_Service_ShoppingContent_OrderCustomer + */ + public function setCustomer(Google_Service_ShoppingContent_OrderCustomer $customer) + { + $this->customer = $customer; + } + /** + * @return Google_Service_ShoppingContent_OrderCustomer + */ + public function getCustomer() + { + return $this->customer; + } + /** + * @param Google_Service_ShoppingContent_OrderDeliveryDetails + */ + public function setDeliveryDetails(Google_Service_ShoppingContent_OrderDeliveryDetails $deliveryDetails) + { + $this->deliveryDetails = $deliveryDetails; + } + /** + * @return Google_Service_ShoppingContent_OrderDeliveryDetails + */ + public function getDeliveryDetails() + { + return $this->deliveryDetails; + } + 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_ShoppingContent_OrderLineItem + */ + public function setLineItems($lineItems) + { + $this->lineItems = $lineItems; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItem + */ + public function getLineItems() + { + return $this->lineItems; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMerchantOrderId($merchantOrderId) + { + $this->merchantOrderId = $merchantOrderId; + } + public function getMerchantOrderId() + { + return $this->merchantOrderId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setNetPriceAmount(Google_Service_ShoppingContent_Price $netPriceAmount) + { + $this->netPriceAmount = $netPriceAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getNetPriceAmount() + { + return $this->netPriceAmount; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setNetTaxAmount(Google_Service_ShoppingContent_Price $netTaxAmount) + { + $this->netTaxAmount = $netTaxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getNetTaxAmount() + { + return $this->netTaxAmount; + } + public function setPaymentStatus($paymentStatus) + { + $this->paymentStatus = $paymentStatus; + } + public function getPaymentStatus() + { + return $this->paymentStatus; + } + /** + * @param Google_Service_ShoppingContent_OrderPickupDetails + */ + public function setPickupDetails(Google_Service_ShoppingContent_OrderPickupDetails $pickupDetails) + { + $this->pickupDetails = $pickupDetails; + } + /** + * @return Google_Service_ShoppingContent_OrderPickupDetails + */ + public function getPickupDetails() + { + return $this->pickupDetails; + } + public function setPlacedDate($placedDate) + { + $this->placedDate = $placedDate; + } + public function getPlacedDate() + { + return $this->placedDate; + } + /** + * @param Google_Service_ShoppingContent_OrderPromotion + */ + public function setPromotions($promotions) + { + $this->promotions = $promotions; + } + /** + * @return Google_Service_ShoppingContent_OrderPromotion + */ + public function getPromotions() + { + return $this->promotions; + } + /** + * @param Google_Service_ShoppingContent_OrderRefund + */ + public function setRefunds($refunds) + { + $this->refunds = $refunds; + } + /** + * @return Google_Service_ShoppingContent_OrderRefund + */ + public function getRefunds() + { + return $this->refunds; + } + /** + * @param Google_Service_ShoppingContent_OrderShipment + */ + public function setShipments($shipments) + { + $this->shipments = $shipments; + } + /** + * @return Google_Service_ShoppingContent_OrderShipment + */ + public function getShipments() + { + return $this->shipments; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) + { + $this->shippingCost = $shippingCost; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getShippingCost() + { + return $this->shippingCost; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setShippingCostTax(Google_Service_ShoppingContent_Price $shippingCostTax) + { + $this->shippingCostTax = $shippingCostTax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getShippingCostTax() + { + return $this->shippingCostTax; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTaxCollector($taxCollector) + { + $this->taxCollector = $taxCollector; + } + public function getTaxCollector() + { + return $this->taxCollector; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php new file mode 100644 index 000000000..dc2ab8845 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php @@ -0,0 +1,94 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setFullAddress($fullAddress) + { + $this->fullAddress = $fullAddress; + } + public function getFullAddress() + { + return $this->fullAddress; + } + public function setIsPostOfficeBox($isPostOfficeBox) + { + $this->isPostOfficeBox = $isPostOfficeBox; + } + public function getIsPostOfficeBox() + { + return $this->isPostOfficeBox; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRecipientName($recipientName) + { + $this->recipientName = $recipientName; + } + public function getRecipientName() + { + return $this->recipientName; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setStreetAddress($streetAddress) + { + $this->streetAddress = $streetAddress; + } + public function getStreetAddress() + { + return $this->streetAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCancellation.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCancellation.php new file mode 100644 index 000000000..8fd4ac837 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCancellation.php @@ -0,0 +1,66 @@ +actor = $actor; + } + public function getActor() + { + return $this->actor; + } + public function setCreationDate($creationDate) + { + $this->creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomer.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomer.php new file mode 100644 index 000000000..2c744e0de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomer.php @@ -0,0 +1,71 @@ +fullName = $fullName; + } + public function getFullName() + { + return $this->fullName; + } + public function setInvoiceReceivingEmail($invoiceReceivingEmail) + { + $this->invoiceReceivingEmail = $invoiceReceivingEmail; + } + public function getInvoiceReceivingEmail() + { + return $this->invoiceReceivingEmail; + } + /** + * @param Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo + */ + public function setLoyaltyInfo(Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo $loyaltyInfo) + { + $this->loyaltyInfo = $loyaltyInfo; + } + /** + * @return Google_Service_ShoppingContent_OrderCustomerLoyaltyInfo + */ + public function getLoyaltyInfo() + { + return $this->loyaltyInfo; + } + /** + * @param Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo + */ + public function setMarketingRightsInfo(Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo $marketingRightsInfo) + { + $this->marketingRightsInfo = $marketingRightsInfo; + } + /** + * @return Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo + */ + public function getMarketingRightsInfo() + { + return $this->marketingRightsInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerLoyaltyInfo.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerLoyaltyInfo.php new file mode 100644 index 000000000..b9d49768d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerLoyaltyInfo.php @@ -0,0 +1,39 @@ +loyaltyNumber = $loyaltyNumber; + } + public function getLoyaltyNumber() + { + return $this->loyaltyNumber; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerMarketingRightsInfo.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerMarketingRightsInfo.php new file mode 100644 index 000000000..1fee9250b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderCustomerMarketingRightsInfo.php @@ -0,0 +1,48 @@ +explicitMarketingPreference = $explicitMarketingPreference; + } + public function getExplicitMarketingPreference() + { + return $this->explicitMarketingPreference; + } + public function setLastUpdatedTimestamp($lastUpdatedTimestamp) + { + $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; + } + public function getLastUpdatedTimestamp() + { + return $this->lastUpdatedTimestamp; + } + public function setMarketingEmailAddress($marketingEmailAddress) + { + $this->marketingEmailAddress = $marketingEmailAddress; + } + public function getMarketingEmailAddress() + { + return $this->marketingEmailAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.php new file mode 100644 index 000000000..f6d46d05f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.php @@ -0,0 +1,46 @@ +address = $address; + } + /** + * @return Google_Service_ShoppingContent_OrderAddress + */ + public function getAddress() + { + return $this->address; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php new file mode 100644 index 000000000..7a8aa59d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php @@ -0,0 +1,247 @@ +adjustments = $adjustments; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemAdjustment + */ + public function getAdjustments() + { + return $this->adjustments; + } + /** + * @param Google_Service_ShoppingContent_OrderMerchantProvidedAnnotation + */ + public function setAnnotations($annotations) + { + $this->annotations = $annotations; + } + /** + * @return Google_Service_ShoppingContent_OrderMerchantProvidedAnnotation + */ + public function getAnnotations() + { + return $this->annotations; + } + /** + * @param Google_Service_ShoppingContent_OrderCancellation + */ + public function setCancellations($cancellations) + { + $this->cancellations = $cancellations; + } + /** + * @return Google_Service_ShoppingContent_OrderCancellation + */ + public function getCancellations() + { + return $this->cancellations; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemProduct + */ + public function setProduct(Google_Service_ShoppingContent_OrderLineItemProduct $product) + { + $this->product = $product; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemProduct + */ + public function getProduct() + { + return $this->product; + } + public function setQuantityCanceled($quantityCanceled) + { + $this->quantityCanceled = $quantityCanceled; + } + public function getQuantityCanceled() + { + return $this->quantityCanceled; + } + public function setQuantityDelivered($quantityDelivered) + { + $this->quantityDelivered = $quantityDelivered; + } + public function getQuantityDelivered() + { + return $this->quantityDelivered; + } + public function setQuantityOrdered($quantityOrdered) + { + $this->quantityOrdered = $quantityOrdered; + } + public function getQuantityOrdered() + { + return $this->quantityOrdered; + } + public function setQuantityPending($quantityPending) + { + $this->quantityPending = $quantityPending; + } + public function getQuantityPending() + { + return $this->quantityPending; + } + public function setQuantityReadyForPickup($quantityReadyForPickup) + { + $this->quantityReadyForPickup = $quantityReadyForPickup; + } + public function getQuantityReadyForPickup() + { + return $this->quantityReadyForPickup; + } + public function setQuantityReturned($quantityReturned) + { + $this->quantityReturned = $quantityReturned; + } + public function getQuantityReturned() + { + return $this->quantityReturned; + } + public function setQuantityShipped($quantityShipped) + { + $this->quantityShipped = $quantityShipped; + } + public function getQuantityShipped() + { + return $this->quantityShipped; + } + public function setQuantityUndeliverable($quantityUndeliverable) + { + $this->quantityUndeliverable = $quantityUndeliverable; + } + public function getQuantityUndeliverable() + { + return $this->quantityUndeliverable; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemReturnInfo + */ + public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) + { + $this->returnInfo = $returnInfo; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemReturnInfo + */ + public function getReturnInfo() + { + return $this->returnInfo; + } + /** + * @param Google_Service_ShoppingContent_OrderReturn + */ + public function setReturns($returns) + { + $this->returns = $returns; + } + /** + * @return Google_Service_ShoppingContent_OrderReturn + */ + public function getReturns() + { + return $this->returns; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemShippingDetails + */ + public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) + { + $this->shippingDetails = $shippingDetails; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemShippingDetails + */ + public function getShippingDetails() + { + return $this->shippingDetails; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTax(Google_Service_ShoppingContent_Price $tax) + { + $this->tax = $tax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTax() + { + return $this->tax; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemAdjustment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemAdjustment.php new file mode 100644 index 000000000..f81f98e1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemAdjustment.php @@ -0,0 +1,62 @@ +priceAdjustment = $priceAdjustment; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPriceAdjustment() + { + return $this->priceAdjustment; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTaxAdjustment(Google_Service_ShoppingContent_Price $taxAdjustment) + { + $this->taxAdjustment = $taxAdjustment; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxAdjustment() + { + return $this->taxAdjustment; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.php new file mode 100644 index 000000000..e0654cb05 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.php @@ -0,0 +1,178 @@ +brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + public function setCondition($condition) + { + $this->condition = $condition; + } + public function getCondition() + { + return $this->condition; + } + public function setContentLanguage($contentLanguage) + { + $this->contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemProductFee + */ + public function setFees($fees) + { + $this->fees = $fees; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemProductFee + */ + public function getFees() + { + return $this->fees; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setImageLink($imageLink) + { + $this->imageLink = $imageLink; + } + public function getImageLink() + { + return $this->imageLink; + } + public function setItemGroupId($itemGroupId) + { + $this->itemGroupId = $itemGroupId; + } + public function getItemGroupId() + { + return $this->itemGroupId; + } + public function setMpn($mpn) + { + $this->mpn = $mpn; + } + public function getMpn() + { + return $this->mpn; + } + public function setOfferId($offerId) + { + $this->offerId = $offerId; + } + public function getOfferId() + { + return $this->offerId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setShownImage($shownImage) + { + $this->shownImage = $shownImage; + } + public function getShownImage() + { + return $this->shownImage; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute + */ + public function setVariantAttributes($variantAttributes) + { + $this->variantAttributes = $variantAttributes; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute + */ + public function getVariantAttributes() + { + return $this->variantAttributes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductFee.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductFee.php new file mode 100644 index 000000000..47cec3a22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductFee.php @@ -0,0 +1,46 @@ +amount = $amount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmount() + { + return $this->amount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.php new file mode 100644 index 000000000..ca80e86eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.php @@ -0,0 +1,39 @@ +dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemReturnInfo.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemReturnInfo.php new file mode 100644 index 000000000..a36553d60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemReturnInfo.php @@ -0,0 +1,48 @@ +daysToReturn = $daysToReturn; + } + public function getDaysToReturn() + { + return $this->daysToReturn; + } + public function setIsReturnable($isReturnable) + { + $this->isReturnable = $isReturnable; + } + public function getIsReturnable() + { + return $this->isReturnable; + } + public function setPolicyUrl($policyUrl) + { + $this->policyUrl = $policyUrl; + } + public function getPolicyUrl() + { + return $this->policyUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php new file mode 100644 index 000000000..c468a0062 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php @@ -0,0 +1,64 @@ +deliverByDate = $deliverByDate; + } + public function getDeliverByDate() + { + return $this->deliverByDate; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod + */ + public function setMethod(Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod $method) + { + $this->method = $method; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod + */ + public function getMethod() + { + return $this->method; + } + public function setShipByDate($shipByDate) + { + $this->shipByDate = $shipByDate; + } + public function getShipByDate() + { + return $this->shipByDate; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php new file mode 100644 index 000000000..b72d6cb56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php @@ -0,0 +1,57 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setMaxDaysInTransit($maxDaysInTransit) + { + $this->maxDaysInTransit = $maxDaysInTransit; + } + public function getMaxDaysInTransit() + { + return $this->maxDaysInTransit; + } + public function setMethodName($methodName) + { + $this->methodName = $methodName; + } + public function getMethodName() + { + return $this->methodName; + } + public function setMinDaysInTransit($minDaysInTransit) + { + $this->minDaysInTransit = $minDaysInTransit; + } + public function getMinDaysInTransit() + { + return $this->minDaysInTransit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderMerchantProvidedAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderMerchantProvidedAnnotation.php new file mode 100644 index 000000000..fbd6219dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderMerchantProvidedAnnotation.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.php new file mode 100644 index 000000000..f76a037d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.php @@ -0,0 +1,63 @@ +address = $address; + } + /** + * @return Google_Service_ShoppingContent_OrderAddress + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_ShoppingContent_OrderPickupDetailsCollector + */ + public function setCollectors($collectors) + { + $this->collectors = $collectors; + } + /** + * @return Google_Service_ShoppingContent_OrderPickupDetailsCollector + */ + public function getCollectors() + { + return $this->collectors; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.php new file mode 100644 index 000000000..bbfe7156a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php new file mode 100644 index 000000000..a8a26a8c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php @@ -0,0 +1,158 @@ +applicableItems = $applicableItems; + } + /** + * @return Google_Service_ShoppingContent_OrderPromotionItem + */ + public function getApplicableItems() + { + return $this->applicableItems; + } + /** + * @param Google_Service_ShoppingContent_OrderPromotionItem + */ + public function setAppliedItems($appliedItems) + { + $this->appliedItems = $appliedItems; + } + /** + * @return Google_Service_ShoppingContent_OrderPromotionItem + */ + public function getAppliedItems() + { + return $this->appliedItems; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setFunder($funder) + { + $this->funder = $funder; + } + public function getFunder() + { + return $this->funder; + } + public function setMerchantPromotionId($merchantPromotionId) + { + $this->merchantPromotionId = $merchantPromotionId; + } + public function getMerchantPromotionId() + { + return $this->merchantPromotionId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPriceValue(Google_Service_ShoppingContent_Price $priceValue) + { + $this->priceValue = $priceValue; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPriceValue() + { + return $this->priceValue; + } + public function setShortTitle($shortTitle) + { + $this->shortTitle = $shortTitle; + } + public function getShortTitle() + { + return $this->shortTitle; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setSubtype($subtype) + { + $this->subtype = $subtype; + } + public function getSubtype() + { + return $this->subtype; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTaxValue(Google_Service_ShoppingContent_Price $taxValue) + { + $this->taxValue = $taxValue; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxValue() + { + return $this->taxValue; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php new file mode 100644 index 000000000..fa83199bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php @@ -0,0 +1,57 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOfferId($offerId) + { + $this->offerId = $offerId; + } + public function getOfferId() + { + return $this->offerId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php new file mode 100644 index 000000000..9ad1a7e9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php @@ -0,0 +1,73 @@ +actor = $actor; + } + public function getActor() + { + return $this->actor; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmount(Google_Service_ShoppingContent_Price $amount) + { + $this->amount = $amount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmount() + { + return $this->amount; + } + public function setCreationDate($creationDate) + { + $this->creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportDisbursement.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportDisbursement.php new file mode 100644 index 000000000..5f2d26b34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportDisbursement.php @@ -0,0 +1,73 @@ +disbursementAmount = $disbursementAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getDisbursementAmount() + { + return $this->disbursementAmount; + } + public function setDisbursementCreationDate($disbursementCreationDate) + { + $this->disbursementCreationDate = $disbursementCreationDate; + } + public function getDisbursementCreationDate() + { + return $this->disbursementCreationDate; + } + public function setDisbursementDate($disbursementDate) + { + $this->disbursementDate = $disbursementDate; + } + public function getDisbursementDate() + { + return $this->disbursementDate; + } + public function setDisbursementId($disbursementId) + { + $this->disbursementId = $disbursementId; + } + public function getDisbursementId() + { + return $this->disbursementId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportTransaction.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportTransaction.php new file mode 100644 index 000000000..777813296 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReportTransaction.php @@ -0,0 +1,116 @@ +disbursementAmount = $disbursementAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getDisbursementAmount() + { + return $this->disbursementAmount; + } + public function setDisbursementCreationDate($disbursementCreationDate) + { + $this->disbursementCreationDate = $disbursementCreationDate; + } + public function getDisbursementCreationDate() + { + return $this->disbursementCreationDate; + } + public function setDisbursementDate($disbursementDate) + { + $this->disbursementDate = $disbursementDate; + } + public function getDisbursementDate() + { + return $this->disbursementDate; + } + public function setDisbursementId($disbursementId) + { + $this->disbursementId = $disbursementId; + } + public function getDisbursementId() + { + return $this->disbursementId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMerchantOrderId($merchantOrderId) + { + $this->merchantOrderId = $merchantOrderId; + } + public function getMerchantOrderId() + { + return $this->merchantOrderId; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } + /** + * @param Google_Service_ShoppingContent_ProductAmount + */ + public function setProductAmount(Google_Service_ShoppingContent_ProductAmount $productAmount) + { + $this->productAmount = $productAmount; + } + /** + * @return Google_Service_ShoppingContent_ProductAmount + */ + public function getProductAmount() + { + return $this->productAmount; + } + public function setTransactionDate($transactionDate) + { + $this->transactionDate = $transactionDate; + } + public function getTransactionDate() + { + return $this->transactionDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php new file mode 100644 index 000000000..9b13f6041 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php @@ -0,0 +1,66 @@ +actor = $actor; + } + public function getActor() + { + return $this->actor; + } + public function setCreationDate($creationDate) + { + $this->creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipment.php new file mode 100644 index 000000000..523168844 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipment.php @@ -0,0 +1,101 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setCreationDate($creationDate) + { + $this->creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setDeliveryDate($deliveryDate) + { + $this->deliveryDate = $deliveryDate; + } + public function getDeliveryDate() + { + return $this->deliveryDate; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ + public function setLineItems($lineItems) + { + $this->lineItems = $lineItems; + } + /** + * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ + public function getLineItems() + { + return $this->lineItems; + } + public function setShipmentGroupId($shipmentGroupId) + { + $this->shipmentGroupId = $shipmentGroupId; + } + public function getShipmentGroupId() + { + return $this->shipmentGroupId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTrackingId($trackingId) + { + $this->trackingId = $trackingId; + } + public function getTrackingId() + { + return $this->trackingId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php new file mode 100644 index 000000000..86db79990 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php @@ -0,0 +1,48 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php new file mode 100644 index 000000000..ed7794848 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php @@ -0,0 +1,81 @@ +invoiceId = $invoiceId; + } + public function getInvoiceId() + { + return $this->invoiceId; + } + /** + * @param Google_Service_ShoppingContent_InvoiceSummary + */ + public function setInvoiceSummary(Google_Service_ShoppingContent_InvoiceSummary $invoiceSummary) + { + $this->invoiceSummary = $invoiceSummary; + } + /** + * @return Google_Service_ShoppingContent_InvoiceSummary + */ + public function getInvoiceSummary() + { + return $this->invoiceSummary; + } + /** + * @param Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice + */ + public function setLineItemInvoices($lineItemInvoices) + { + $this->lineItemInvoices = $lineItemInvoices; + } + /** + * @return Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice + */ + public function getLineItemInvoices() + { + return $this->lineItemInvoices; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setShipmentGroupId($shipmentGroupId) + { + $this->shipmentGroupId = $shipmentGroupId; + } + public function getShipmentGroupId() + { + return $this->shipmentGroupId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.php new file mode 100644 index 000000000..a14a499a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.php new file mode 100644 index 000000000..50d59c1f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.php @@ -0,0 +1,88 @@ +invoiceId = $invoiceId; + } + public function getInvoiceId() + { + return $this->invoiceId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption + */ + public function setRefundOnlyOption(Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption $refundOnlyOption) + { + $this->refundOnlyOption = $refundOnlyOption; + } + /** + * @return Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption + */ + public function getRefundOnlyOption() + { + return $this->refundOnlyOption; + } + /** + * @param Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption + */ + public function setReturnOption(Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption $returnOption) + { + $this->returnOption = $returnOption; + } + /** + * @return Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption + */ + public function getReturnOption() + { + return $this->returnOption; + } + /** + * @param Google_Service_ShoppingContent_ShipmentInvoice + */ + public function setShipmentInvoices($shipmentInvoices) + { + $this->shipmentInvoices = $shipmentInvoices; + } + /** + * @return Google_Service_ShoppingContent_ShipmentInvoice + */ + public function getShipmentInvoices() + { + return $this->shipmentInvoices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.php new file mode 100644 index 000000000..35d79f46f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.php new file mode 100644 index 000000000..9415218b0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.php new file mode 100644 index 000000000..a63a43dba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListDisbursementsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListDisbursementsResponse.php new file mode 100644 index 000000000..2491fc50b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListDisbursementsResponse.php @@ -0,0 +1,56 @@ +disbursements = $disbursements; + } + /** + * @return Google_Service_ShoppingContent_OrderReportDisbursement + */ + public function getDisbursements() + { + return $this->disbursements; + } + 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/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListTransactionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListTransactionsResponse.php new file mode 100644 index 000000000..7040e420e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreportsListTransactionsResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_OrderReportTransaction + */ + public function setTransactions($transactions) + { + $this->transactions = $transactions; + } + /** + * @return Google_Service_ShoppingContent_OrderReportTransaction + */ + public function getTransactions() + { + return $this->transactions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsListResponse.php new file mode 100644 index 000000000..149fab303 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderreturnsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_MerchantOrderReturn + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_MerchantOrderReturn + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php new file mode 100644 index 000000000..d23518361 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php @@ -0,0 +1,30 @@ +operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeResponse.php new file mode 100644 index 000000000..6c24f5022 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAdvanceTestOrderResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAdvanceTestOrderResponse.php new file mode 100644 index 000000000..38eb8dbad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAdvanceTestOrderResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemRequest.php new file mode 100644 index 000000000..1fbbe7e1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemRequest.php @@ -0,0 +1,75 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php new file mode 100644 index 000000000..b8609d620 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelRequest.php new file mode 100644 index 000000000..1a37ee7d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelRequest.php @@ -0,0 +1,48 @@ +operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelResponse.php new file mode 100644 index 000000000..499bdf346 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.php new file mode 100644 index 000000000..a46b2d2ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.php @@ -0,0 +1,30 @@ +reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.php new file mode 100644 index 000000000..6887820eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.php @@ -0,0 +1,30 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderRequest.php new file mode 100644 index 000000000..7fd400310 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderRequest.php @@ -0,0 +1,55 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setTemplateName($templateName) + { + $this->templateName = $templateName; + } + public function getTemplateName() + { + return $this->templateName; + } + /** + * @param Google_Service_ShoppingContent_TestOrder + */ + public function setTestOrder(Google_Service_ShoppingContent_TestOrder $testOrder) + { + $this->testOrder = $testOrder; + } + /** + * @return Google_Service_ShoppingContent_TestOrder + */ + public function getTestOrder() + { + return $this->testOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.php new file mode 100644 index 000000000..5083060b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnRequest.php new file mode 100644 index 000000000..538b24075 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnRequest.php @@ -0,0 +1,38 @@ +items = $items; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCreateTestReturnReturnItem + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnResponse.php new file mode 100644 index 000000000..b700347c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestReturnResponse.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setReturnId($returnId) + { + $this->returnId = $returnId; + } + public function getReturnId() + { + return $this->returnId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.php new file mode 100644 index 000000000..ccee890ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.php @@ -0,0 +1,39 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.php new file mode 100644 index 000000000..bb97d07f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.php @@ -0,0 +1,48 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setShipmentId($shipmentId) + { + $this->shipmentId = $shipmentId; + } + public function getShipmentId() + { + return $this->shipmentId; + } + public function setTrackingId($trackingId) + { + $this->trackingId = $trackingId; + } + public function getTrackingId() + { + return $this->trackingId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php new file mode 100644 index 000000000..fa0d4a326 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php @@ -0,0 +1,46 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Order + */ + public function setOrder(Google_Service_ShoppingContent_Order $order) + { + $this->order = $order; + } + /** + * @return Google_Service_ShoppingContent_Order + */ + public function getOrder() + { + return $this->order; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.php new file mode 100644 index 000000000..2c0e69ac7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.php @@ -0,0 +1,46 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_TestOrder + */ + public function setTemplate(Google_Service_ShoppingContent_TestOrder $template) + { + $this->template = $template; + } + /** + * @return Google_Service_ShoppingContent_TestOrder + */ + public function getTemplate() + { + return $this->template; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemRequest.php new file mode 100644 index 000000000..570971aa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemRequest.php @@ -0,0 +1,107 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPriceAmount(Google_Service_ShoppingContent_Price $priceAmount) + { + $this->priceAmount = $priceAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPriceAmount() + { + return $this->priceAmount; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) + { + $this->taxAmount = $taxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxAmount() + { + return $this->taxAmount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemResponse.php new file mode 100644 index 000000000..4daef1b4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersInStoreRefundLineItemResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.php new file mode 100644 index 000000000..5e1706fc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_Order + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_Order + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemRequest.php new file mode 100644 index 000000000..eb1693f65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemRequest.php @@ -0,0 +1,75 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemResponse.php new file mode 100644 index 000000000..f7a8738bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRejectReturnLineItemResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemRequest.php new file mode 100644 index 000000000..e8de1d406 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemRequest.php @@ -0,0 +1,107 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPriceAmount(Google_Service_ShoppingContent_Price $priceAmount) + { + $this->priceAmount = $priceAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPriceAmount() + { + return $this->priceAmount; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setReasonText($reasonText) + { + $this->reasonText = $reasonText; + } + public function getReasonText() + { + return $this->reasonText; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) + { + $this->taxAmount = $taxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxAmount() + { + return $this->taxAmount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemResponse.php new file mode 100644 index 000000000..e034fd8e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnRefundLineItemResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataRequest.php new file mode 100644 index 000000000..512017989 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataRequest.php @@ -0,0 +1,65 @@ +annotations = $annotations; + } + /** + * @return Google_Service_ShoppingContent_OrderMerchantProvidedAnnotation + */ + public function getAnnotations() + { + return $this->annotations; + } + public function setLineItemId($lineItemId) + { + $this->lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataResponse.php new file mode 100644 index 000000000..a5455daa6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersSetLineItemMetadataResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsRequest.php new file mode 100644 index 000000000..94090a09f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsRequest.php @@ -0,0 +1,72 @@ +lineItems = $lineItems; + } + /** + * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ + public function getLineItems() + { + return $this->lineItems; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setShipmentGroupId($shipmentGroupId) + { + $this->shipmentGroupId = $shipmentGroupId; + } + public function getShipmentGroupId() + { + return $this->shipmentGroupId; + } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + */ + public function setShipmentInfos($shipmentInfos) + { + $this->shipmentInfos = $shipmentInfos; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + */ + public function getShipmentInfos() + { + return $this->shipmentInfos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php new file mode 100644 index 000000000..9df921019 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.php new file mode 100644 index 000000000..4fa42de7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.php @@ -0,0 +1,66 @@ +deliverByDate = $deliverByDate; + } + public function getDeliverByDate() + { + return $this->deliverByDate; + } + public function setLineItemId($lineItemId) + { + $this->lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setShipByDate($shipByDate) + { + $this->shipByDate = $shipByDate; + } + public function getShipByDate() + { + return $this->shipByDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.php new file mode 100644 index 000000000..a219c2dfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.php new file mode 100644 index 000000000..7d5665558 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.php @@ -0,0 +1,39 @@ +merchantOrderId = $merchantOrderId; + } + public function getMerchantOrderId() + { + return $this->merchantOrderId; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php new file mode 100644 index 000000000..78f5cb427 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.php new file mode 100644 index 000000000..322ad3c59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.php @@ -0,0 +1,75 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setDeliveryDate($deliveryDate) + { + $this->deliveryDate = $deliveryDate; + } + public function getDeliveryDate() + { + return $this->deliveryDate; + } + public function setOperationId($operationId) + { + $this->operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setShipmentId($shipmentId) + { + $this->shipmentId = $shipmentId; + } + public function getShipmentId() + { + return $this->shipmentId; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTrackingId($trackingId) + { + $this->trackingId = $trackingId; + } + public function getTrackingId() + { + return $this->trackingId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.php new file mode 100644 index 000000000..a40def1cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.php @@ -0,0 +1,39 @@ +executionStatus = $executionStatus; + } + public function getExecutionStatus() + { + return $this->executionStatus; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.php new file mode 100644 index 000000000..01c5a47f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_PosCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequestEntry.php new file mode 100644 index 000000000..f4c518f2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequestEntry.php @@ -0,0 +1,114 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_PosInventory + */ + public function setInventory(Google_Service_ShoppingContent_PosInventory $inventory) + { + $this->inventory = $inventory; + } + /** + * @return Google_Service_ShoppingContent_PosInventory + */ + public function getInventory() + { + return $this->inventory; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + /** + * @param Google_Service_ShoppingContent_PosSale + */ + public function setSale(Google_Service_ShoppingContent_PosSale $sale) + { + $this->sale = $sale; + } + /** + * @return Google_Service_ShoppingContent_PosSale + */ + public function getSale() + { + return $this->sale; + } + /** + * @param Google_Service_ShoppingContent_PosStore + */ + public function setStore(Google_Service_ShoppingContent_PosStore $store) + { + $this->store = $store; + } + /** + * @return Google_Service_ShoppingContent_PosStore + */ + public function getStore() + { + return $this->store; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetMerchantId($targetMerchantId) + { + $this->targetMerchantId = $targetMerchantId; + } + public function getTargetMerchantId() + { + return $this->targetMerchantId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponse.php new file mode 100644 index 000000000..6ed08f7d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_PosCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponseEntry.php new file mode 100644 index 000000000..e98b6447d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchResponseEntry.php @@ -0,0 +1,103 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_ShoppingContent_PosInventory + */ + public function setInventory(Google_Service_ShoppingContent_PosInventory $inventory) + { + $this->inventory = $inventory; + } + /** + * @return Google_Service_ShoppingContent_PosInventory + */ + public function getInventory() + { + return $this->inventory; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_PosSale + */ + public function setSale(Google_Service_ShoppingContent_PosSale $sale) + { + $this->sale = $sale; + } + /** + * @return Google_Service_ShoppingContent_PosSale + */ + public function getSale() + { + return $this->sale; + } + /** + * @param Google_Service_ShoppingContent_PosStore + */ + public function setStore(Google_Service_ShoppingContent_PosStore $store) + { + $this->store = $store; + } + /** + * @return Google_Service_ShoppingContent_PosStore + */ + public function getStore() + { + return $this->store; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProviders.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProviders.php new file mode 100644 index 000000000..8ca8892d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProviders.php @@ -0,0 +1,47 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + /** + * @param Google_Service_ShoppingContent_PosDataProvidersPosDataProvider + */ + public function setPosDataProviders($posDataProviders) + { + $this->posDataProviders = $posDataProviders; + } + /** + * @return Google_Service_ShoppingContent_PosDataProvidersPosDataProvider + */ + public function getPosDataProviders() + { + return $this->posDataProviders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProvidersPosDataProvider.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProvidersPosDataProvider.php new file mode 100644 index 000000000..01611dd0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosDataProvidersPosDataProvider.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setFullName($fullName) + { + $this->fullName = $fullName; + } + public function getFullName() + { + return $this->fullName; + } + public function setProviderId($providerId) + { + $this->providerId = $providerId; + } + public function getProviderId() + { + return $this->providerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventory.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventory.php new file mode 100644 index 000000000..5c0307e44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventory.php @@ -0,0 +1,109 @@ +contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryRequest.php new file mode 100644 index 000000000..b058a562f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryRequest.php @@ -0,0 +1,100 @@ +contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryResponse.php new file mode 100644 index 000000000..2fee6eeb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosInventoryResponse.php @@ -0,0 +1,109 @@ +contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosListResponse.php new file mode 100644 index 000000000..cc2c87b4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_PosStore + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_PosStore + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSale.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSale.php new file mode 100644 index 000000000..202dfb3d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSale.php @@ -0,0 +1,118 @@ +contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setSaleId($saleId) + { + $this->saleId = $saleId; + } + public function getSaleId() + { + return $this->saleId; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleRequest.php new file mode 100644 index 000000000..af2a93db8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleRequest.php @@ -0,0 +1,109 @@ +contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setSaleId($saleId) + { + $this->saleId = $saleId; + } + public function getSaleId() + { + return $this->saleId; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleResponse.php new file mode 100644 index 000000000..2feee8142 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosSaleResponse.php @@ -0,0 +1,118 @@ +contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setQuantity($quantity) + { + $this->quantity = $quantity; + } + public function getQuantity() + { + return $this->quantity; + } + public function setSaleId($saleId) + { + $this->saleId = $saleId; + } + public function getSaleId() + { + return $this->saleId; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosStore.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosStore.php new file mode 100644 index 000000000..5e610bff0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PosStore.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setStoreAddress($storeAddress) + { + $this->storeAddress = $storeAddress; + } + public function getStoreAddress() + { + return $this->storeAddress; + } + public function setStoreCode($storeCode) + { + $this->storeCode = $storeCode; + } + public function getStoreCode() + { + return $this->storeCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeGroup.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeGroup.php new file mode 100644 index 000000000..e4376cf92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeGroup.php @@ -0,0 +1,56 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ShoppingContent_PostalCodeRange + */ + public function setPostalCodeRanges($postalCodeRanges) + { + $this->postalCodeRanges = $postalCodeRanges; + } + /** + * @return Google_Service_ShoppingContent_PostalCodeRange + */ + public function getPostalCodeRanges() + { + return $this->postalCodeRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.php new file mode 100644 index 000000000..15904214b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.php @@ -0,0 +1,39 @@ +postalCodeRangeBegin = $postalCodeRangeBegin; + } + public function getPostalCodeRangeBegin() + { + return $this->postalCodeRangeBegin; + } + public function setPostalCodeRangeEnd($postalCodeRangeEnd) + { + $this->postalCodeRangeEnd = $postalCodeRangeEnd; + } + public function getPostalCodeRangeEnd() + { + return $this->postalCodeRangeEnd; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Price.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Price.php new file mode 100644 index 000000000..34e5aef80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Price.php @@ -0,0 +1,39 @@ +currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php new file mode 100644 index 000000000..1718bfec3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php @@ -0,0 +1,795 @@ +additionalImageLinks = $additionalImageLinks; + } + public function getAdditionalImageLinks() + { + return $this->additionalImageLinks; + } + public function setAdsGrouping($adsGrouping) + { + $this->adsGrouping = $adsGrouping; + } + public function getAdsGrouping() + { + return $this->adsGrouping; + } + public function setAdsLabels($adsLabels) + { + $this->adsLabels = $adsLabels; + } + public function getAdsLabels() + { + return $this->adsLabels; + } + public function setAdsRedirect($adsRedirect) + { + $this->adsRedirect = $adsRedirect; + } + public function getAdsRedirect() + { + return $this->adsRedirect; + } + public function setAdult($adult) + { + $this->adult = $adult; + } + public function getAdult() + { + return $this->adult; + } + public function setAgeGroup($ageGroup) + { + $this->ageGroup = $ageGroup; + } + public function getAgeGroup() + { + return $this->ageGroup; + } + public function setAvailability($availability) + { + $this->availability = $availability; + } + public function getAvailability() + { + return $this->availability; + } + public function setAvailabilityDate($availabilityDate) + { + $this->availabilityDate = $availabilityDate; + } + public function getAvailabilityDate() + { + return $this->availabilityDate; + } + public function setBrand($brand) + { + $this->brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + public function setChannel($channel) + { + $this->channel = $channel; + } + public function getChannel() + { + return $this->channel; + } + public function setColor($color) + { + $this->color = $color; + } + public function getColor() + { + return $this->color; + } + public function setCondition($condition) + { + $this->condition = $condition; + } + public function getCondition() + { + return $this->condition; + } + public function setContentLanguage($contentLanguage) + { + $this->contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setCostOfGoodsSold(Google_Service_ShoppingContent_Price $costOfGoodsSold) + { + $this->costOfGoodsSold = $costOfGoodsSold; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getCostOfGoodsSold() + { + return $this->costOfGoodsSold; + } + /** + * @param Google_Service_ShoppingContent_CustomAttribute + */ + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + /** + * @return Google_Service_ShoppingContent_CustomAttribute + */ + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setCustomLabel0($customLabel0) + { + $this->customLabel0 = $customLabel0; + } + public function getCustomLabel0() + { + return $this->customLabel0; + } + public function setCustomLabel1($customLabel1) + { + $this->customLabel1 = $customLabel1; + } + public function getCustomLabel1() + { + return $this->customLabel1; + } + public function setCustomLabel2($customLabel2) + { + $this->customLabel2 = $customLabel2; + } + public function getCustomLabel2() + { + return $this->customLabel2; + } + public function setCustomLabel3($customLabel3) + { + $this->customLabel3 = $customLabel3; + } + public function getCustomLabel3() + { + return $this->customLabel3; + } + public function setCustomLabel4($customLabel4) + { + $this->customLabel4 = $customLabel4; + } + public function getCustomLabel4() + { + return $this->customLabel4; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDisplayAdsId($displayAdsId) + { + $this->displayAdsId = $displayAdsId; + } + public function getDisplayAdsId() + { + return $this->displayAdsId; + } + public function setDisplayAdsLink($displayAdsLink) + { + $this->displayAdsLink = $displayAdsLink; + } + public function getDisplayAdsLink() + { + return $this->displayAdsLink; + } + public function setDisplayAdsSimilarIds($displayAdsSimilarIds) + { + $this->displayAdsSimilarIds = $displayAdsSimilarIds; + } + public function getDisplayAdsSimilarIds() + { + return $this->displayAdsSimilarIds; + } + public function setDisplayAdsTitle($displayAdsTitle) + { + $this->displayAdsTitle = $displayAdsTitle; + } + public function getDisplayAdsTitle() + { + return $this->displayAdsTitle; + } + public function setDisplayAdsValue($displayAdsValue) + { + $this->displayAdsValue = $displayAdsValue; + } + public function getDisplayAdsValue() + { + return $this->displayAdsValue; + } + public function setEnergyEfficiencyClass($energyEfficiencyClass) + { + $this->energyEfficiencyClass = $energyEfficiencyClass; + } + public function getEnergyEfficiencyClass() + { + return $this->energyEfficiencyClass; + } + public function setExcludedDestinations($excludedDestinations) + { + $this->excludedDestinations = $excludedDestinations; + } + public function getExcludedDestinations() + { + return $this->excludedDestinations; + } + public function setExpirationDate($expirationDate) + { + $this->expirationDate = $expirationDate; + } + public function getExpirationDate() + { + return $this->expirationDate; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setGoogleProductCategory($googleProductCategory) + { + $this->googleProductCategory = $googleProductCategory; + } + public function getGoogleProductCategory() + { + return $this->googleProductCategory; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setIdentifierExists($identifierExists) + { + $this->identifierExists = $identifierExists; + } + public function getIdentifierExists() + { + return $this->identifierExists; + } + public function setImageLink($imageLink) + { + $this->imageLink = $imageLink; + } + public function getImageLink() + { + return $this->imageLink; + } + public function setIncludedDestinations($includedDestinations) + { + $this->includedDestinations = $includedDestinations; + } + public function getIncludedDestinations() + { + return $this->includedDestinations; + } + /** + * @param Google_Service_ShoppingContent_Installment + */ + public function setInstallment(Google_Service_ShoppingContent_Installment $installment) + { + $this->installment = $installment; + } + /** + * @return Google_Service_ShoppingContent_Installment + */ + public function getInstallment() + { + return $this->installment; + } + public function setIsBundle($isBundle) + { + $this->isBundle = $isBundle; + } + public function getIsBundle() + { + return $this->isBundle; + } + public function setItemGroupId($itemGroupId) + { + $this->itemGroupId = $itemGroupId; + } + public function getItemGroupId() + { + return $this->itemGroupId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_ShoppingContent_LoyaltyPoints + */ + public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints) + { + $this->loyaltyPoints = $loyaltyPoints; + } + /** + * @return Google_Service_ShoppingContent_LoyaltyPoints + */ + public function getLoyaltyPoints() + { + return $this->loyaltyPoints; + } + public function setMaterial($material) + { + $this->material = $material; + } + public function getMaterial() + { + return $this->material; + } + public function setMaxEnergyEfficiencyClass($maxEnergyEfficiencyClass) + { + $this->maxEnergyEfficiencyClass = $maxEnergyEfficiencyClass; + } + public function getMaxEnergyEfficiencyClass() + { + return $this->maxEnergyEfficiencyClass; + } + public function setMaxHandlingTime($maxHandlingTime) + { + $this->maxHandlingTime = $maxHandlingTime; + } + public function getMaxHandlingTime() + { + return $this->maxHandlingTime; + } + public function setMinEnergyEfficiencyClass($minEnergyEfficiencyClass) + { + $this->minEnergyEfficiencyClass = $minEnergyEfficiencyClass; + } + public function getMinEnergyEfficiencyClass() + { + return $this->minEnergyEfficiencyClass; + } + public function setMinHandlingTime($minHandlingTime) + { + $this->minHandlingTime = $minHandlingTime; + } + public function getMinHandlingTime() + { + return $this->minHandlingTime; + } + public function setMobileLink($mobileLink) + { + $this->mobileLink = $mobileLink; + } + public function getMobileLink() + { + return $this->mobileLink; + } + public function setMpn($mpn) + { + $this->mpn = $mpn; + } + public function getMpn() + { + return $this->mpn; + } + public function setMultipack($multipack) + { + $this->multipack = $multipack; + } + public function getMultipack() + { + return $this->multipack; + } + public function setOfferId($offerId) + { + $this->offerId = $offerId; + } + public function getOfferId() + { + return $this->offerId; + } + public function setPattern($pattern) + { + $this->pattern = $pattern; + } + public function getPattern() + { + return $this->pattern; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setProductTypes($productTypes) + { + $this->productTypes = $productTypes; + } + public function getProductTypes() + { + return $this->productTypes; + } + public function setPromotionIds($promotionIds) + { + $this->promotionIds = $promotionIds; + } + public function getPromotionIds() + { + return $this->promotionIds; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) + { + $this->salePrice = $salePrice; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getSalePrice() + { + return $this->salePrice; + } + public function setSalePriceEffectiveDate($salePriceEffectiveDate) + { + $this->salePriceEffectiveDate = $salePriceEffectiveDate; + } + public function getSalePriceEffectiveDate() + { + return $this->salePriceEffectiveDate; + } + public function setSellOnGoogleQuantity($sellOnGoogleQuantity) + { + $this->sellOnGoogleQuantity = $sellOnGoogleQuantity; + } + public function getSellOnGoogleQuantity() + { + return $this->sellOnGoogleQuantity; + } + /** + * @param Google_Service_ShoppingContent_ProductShipping + */ + public function setShipping($shipping) + { + $this->shipping = $shipping; + } + /** + * @return Google_Service_ShoppingContent_ProductShipping + */ + public function getShipping() + { + return $this->shipping; + } + /** + * @param Google_Service_ShoppingContent_ProductShippingDimension + */ + public function setShippingHeight(Google_Service_ShoppingContent_ProductShippingDimension $shippingHeight) + { + $this->shippingHeight = $shippingHeight; + } + /** + * @return Google_Service_ShoppingContent_ProductShippingDimension + */ + public function getShippingHeight() + { + return $this->shippingHeight; + } + public function setShippingLabel($shippingLabel) + { + $this->shippingLabel = $shippingLabel; + } + public function getShippingLabel() + { + return $this->shippingLabel; + } + /** + * @param Google_Service_ShoppingContent_ProductShippingDimension + */ + public function setShippingLength(Google_Service_ShoppingContent_ProductShippingDimension $shippingLength) + { + $this->shippingLength = $shippingLength; + } + /** + * @return Google_Service_ShoppingContent_ProductShippingDimension + */ + public function getShippingLength() + { + return $this->shippingLength; + } + /** + * @param Google_Service_ShoppingContent_ProductShippingWeight + */ + public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight) + { + $this->shippingWeight = $shippingWeight; + } + /** + * @return Google_Service_ShoppingContent_ProductShippingWeight + */ + public function getShippingWeight() + { + return $this->shippingWeight; + } + /** + * @param Google_Service_ShoppingContent_ProductShippingDimension + */ + public function setShippingWidth(Google_Service_ShoppingContent_ProductShippingDimension $shippingWidth) + { + $this->shippingWidth = $shippingWidth; + } + /** + * @return Google_Service_ShoppingContent_ProductShippingDimension + */ + public function getShippingWidth() + { + return $this->shippingWidth; + } + public function setSizeSystem($sizeSystem) + { + $this->sizeSystem = $sizeSystem; + } + public function getSizeSystem() + { + return $this->sizeSystem; + } + public function setSizeType($sizeType) + { + $this->sizeType = $sizeType; + } + public function getSizeType() + { + return $this->sizeType; + } + public function setSizes($sizes) + { + $this->sizes = $sizes; + } + public function getSizes() + { + return $this->sizes; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTaxCategory($taxCategory) + { + $this->taxCategory = $taxCategory; + } + public function getTaxCategory() + { + return $this->taxCategory; + } + /** + * @param Google_Service_ShoppingContent_ProductTax + */ + public function setTaxes($taxes) + { + $this->taxes = $taxes; + } + /** + * @return Google_Service_ShoppingContent_ProductTax + */ + public function getTaxes() + { + return $this->taxes; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTransitTimeLabel($transitTimeLabel) + { + $this->transitTimeLabel = $transitTimeLabel; + } + public function getTransitTimeLabel() + { + return $this->transitTimeLabel; + } + /** + * @param Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure + */ + public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure) + { + $this->unitPricingBaseMeasure = $unitPricingBaseMeasure; + } + /** + * @return Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure + */ + public function getUnitPricingBaseMeasure() + { + return $this->unitPricingBaseMeasure; + } + /** + * @param Google_Service_ShoppingContent_ProductUnitPricingMeasure + */ + public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure) + { + $this->unitPricingMeasure = $unitPricingMeasure; + } + /** + * @return Google_Service_ShoppingContent_ProductUnitPricingMeasure + */ + public function getUnitPricingMeasure() + { + return $this->unitPricingMeasure; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAmount.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAmount.php new file mode 100644 index 000000000..4223bbdb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAmount.php @@ -0,0 +1,69 @@ +priceAmount = $priceAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPriceAmount() + { + return $this->priceAmount; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setRemittedTaxAmount(Google_Service_ShoppingContent_Price $remittedTaxAmount) + { + $this->remittedTaxAmount = $remittedTaxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getRemittedTaxAmount() + { + return $this->remittedTaxAmount; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) + { + $this->taxAmount = $taxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxAmount() + { + return $this->taxAmount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php new file mode 100644 index 000000000..ccb8b517c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php @@ -0,0 +1,91 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLocationGroupName($locationGroupName) + { + $this->locationGroupName = $locationGroupName; + } + public function getLocationGroupName() + { + return $this->locationGroupName; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php new file mode 100644 index 000000000..629871974 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingWeight.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingWeight.php new file mode 100644 index 000000000..ef70bcf75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingWeight.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatus.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatus.php new file mode 100644 index 000000000..296a1a568 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatus.php @@ -0,0 +1,117 @@ +creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + /** + * @param Google_Service_ShoppingContent_ProductStatusDestinationStatus + */ + public function setDestinationStatuses($destinationStatuses) + { + $this->destinationStatuses = $destinationStatuses; + } + /** + * @return Google_Service_ShoppingContent_ProductStatusDestinationStatus + */ + public function getDestinationStatuses() + { + return $this->destinationStatuses; + } + public function setGoogleExpirationDate($googleExpirationDate) + { + $this->googleExpirationDate = $googleExpirationDate; + } + public function getGoogleExpirationDate() + { + return $this->googleExpirationDate; + } + /** + * @param Google_Service_ShoppingContent_ProductStatusItemLevelIssue + */ + public function setItemLevelIssues($itemLevelIssues) + { + $this->itemLevelIssues = $itemLevelIssues; + } + /** + * @return Google_Service_ShoppingContent_ProductStatusItemLevelIssue + */ + public function getItemLevelIssues() + { + return $this->itemLevelIssues; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastUpdateDate($lastUpdateDate) + { + $this->lastUpdateDate = $lastUpdateDate; + } + public function getLastUpdateDate() + { + return $this->lastUpdateDate; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php new file mode 100644 index 000000000..e1e67c1cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php @@ -0,0 +1,39 @@ +destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusItemLevelIssue.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusItemLevelIssue.php new file mode 100644 index 000000000..82f147944 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusItemLevelIssue.php @@ -0,0 +1,93 @@ +attributeName = $attributeName; + } + public function getAttributeName() + { + return $this->attributeName; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } + public function setDetail($detail) + { + $this->detail = $detail; + } + public function getDetail() + { + return $this->detail; + } + public function setDocumentation($documentation) + { + $this->documentation = $documentation; + } + public function getDocumentation() + { + return $this->documentation; + } + public function setResolution($resolution) + { + $this->resolution = $resolution; + } + public function getResolution() + { + return $this->resolution; + } + public function setServability($servability) + { + $this->servability = $servability; + } + public function getServability() + { + return $this->servability; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php new file mode 100644 index 000000000..b6995a26a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php @@ -0,0 +1,75 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRate($rate) + { + $this->rate = $rate; + } + public function getRate() + { + return $this->rate; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setTaxShip($taxShip) + { + $this->taxShip = $taxShip; + } + public function getTaxShip() + { + return $this->taxShip; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingBaseMeasure.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingBaseMeasure.php new file mode 100644 index 000000000..0269726dc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingBaseMeasure.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingMeasure.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingMeasure.php new file mode 100644 index 000000000..4723a9114 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductUnitPricingMeasure.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequest.php new file mode 100644 index 000000000..3593df5fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.php new file mode 100644 index 000000000..b70ce4670 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.php @@ -0,0 +1,82 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setFeedId($feedId) + { + $this->feedId = $feedId; + } + public function getFeedId() + { + return $this->feedId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + /** + * @param Google_Service_ShoppingContent_Product + */ + public function setProduct(Google_Service_ShoppingContent_Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_ShoppingContent_Product + */ + public function getProduct() + { + return $this->product; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php new file mode 100644 index 000000000..81a1dcd15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php new file mode 100644 index 000000000..82feca1a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Product + */ + public function setProduct(Google_Service_ShoppingContent_Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_ShoppingContent_Product + */ + public function getProduct() + { + return $this->product; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsListResponse.php new file mode 100644 index 000000000..a43f12f8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_Product + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_Product + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequest.php new file mode 100644 index 000000000..2e1e3140d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php new file mode 100644 index 000000000..97e7e9588 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php @@ -0,0 +1,76 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setDestinations($destinations) + { + $this->destinations = $destinations; + } + public function getDestinations() + { + return $this->destinations; + } + public function setIncludeAttributes($includeAttributes) + { + $this->includeAttributes = $includeAttributes; + } + public function getIncludeAttributes() + { + return $this->includeAttributes; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php new file mode 100644 index 000000000..b367955ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php new file mode 100644 index 000000000..887d809aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_ProductStatus + */ + public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus) + { + $this->productStatus = $productStatus; + } + /** + * @return Google_Service_ShoppingContent_ProductStatus + */ + public function getProductStatus() + { + return $this->productStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.php new file mode 100644 index 000000000..a16a7db6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_ProductStatus + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_ProductStatus + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.php new file mode 100644 index 000000000..016267910 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.php @@ -0,0 +1,104 @@ +applicableShippingLabels = $applicableShippingLabels; + } + public function getApplicableShippingLabels() + { + return $this->applicableShippingLabels; + } + /** + * @param Google_Service_ShoppingContent_CarrierRate + */ + public function setCarrierRates($carrierRates) + { + $this->carrierRates = $carrierRates; + } + /** + * @return Google_Service_ShoppingContent_CarrierRate + */ + public function getCarrierRates() + { + return $this->carrierRates; + } + /** + * @param Google_Service_ShoppingContent_Table + */ + public function setMainTable(Google_Service_ShoppingContent_Table $mainTable) + { + $this->mainTable = $mainTable; + } + /** + * @return Google_Service_ShoppingContent_Table + */ + public function getMainTable() + { + return $this->mainTable; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ShoppingContent_Value + */ + public function setSingleValue(Google_Service_ShoppingContent_Value $singleValue) + { + $this->singleValue = $singleValue; + } + /** + * @return Google_Service_ShoppingContent_Value + */ + public function getSingleValue() + { + return $this->singleValue; + } + /** + * @param Google_Service_ShoppingContent_Table + */ + public function setSubtables($subtables) + { + $this->subtables = $subtables; + } + /** + * @return Google_Service_ShoppingContent_Table + */ + public function getSubtables() + { + return $this->subtables; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RefundReason.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RefundReason.php new file mode 100644 index 000000000..011d82d65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RefundReason.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setReasonCode($reasonCode) + { + $this->reasonCode = $reasonCode; + } + public function getReasonCode() + { + return $this->reasonCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalInventory.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalInventory.php new file mode 100644 index 000000000..f09648a9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalInventory.php @@ -0,0 +1,106 @@ +availability = $availability; + } + public function getAvailability() + { + return $this->availability; + } + /** + * @param Google_Service_ShoppingContent_CustomAttribute + */ + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + /** + * @return Google_Service_ShoppingContent_CustomAttribute + */ + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setRegionId($regionId) + { + $this->regionId = $regionId; + } + public function getRegionId() + { + return $this->regionId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) + { + $this->salePrice = $salePrice; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getSalePrice() + { + return $this->salePrice; + } + public function setSalePriceEffectiveDate($salePriceEffectiveDate) + { + $this->salePriceEffectiveDate = $salePriceEffectiveDate; + } + public function getSalePriceEffectiveDate() + { + return $this->salePriceEffectiveDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequest.php new file mode 100644 index 000000000..a0a7dc734 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_RegionalinventoryCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.php new file mode 100644 index 000000000..00563b5fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.php @@ -0,0 +1,73 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + /** + * @param Google_Service_ShoppingContent_RegionalInventory + */ + public function setRegionalInventory(Google_Service_ShoppingContent_RegionalInventory $regionalInventory) + { + $this->regionalInventory = $regionalInventory; + } + /** + * @return Google_Service_ShoppingContent_RegionalInventory + */ + public function getRegionalInventory() + { + return $this->regionalInventory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponse.php new file mode 100644 index 000000000..12bf7fa12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_RegionalinventoryCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.php new file mode 100644 index 000000000..01e8f05b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_RegionalInventory + */ + public function setRegionalInventory(Google_Service_ShoppingContent_RegionalInventory $regionalInventory) + { + $this->regionalInventory = $regionalInventory; + } + /** + * @return Google_Service_ShoppingContent_RegionalInventory + */ + public function getRegionalInventory() + { + return $this->regionalInventory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php new file mode 100644 index 000000000..9d6de91b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php @@ -0,0 +1,177 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $accounts = $contentService->accounts; + * + */ +class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Resource +{ + /** + * Returns information about the authenticated user. (accounts.authinfo) + * + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccountsAuthInfoResponse + */ + public function authinfo($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('authinfo', array($params), "Google_Service_ShoppingContent_AccountsAuthInfoResponse"); + } + /** + * Claims the website of a Merchant Center sub-account. (accounts.claimwebsite) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account whose website is claimed. + * @param array $optParams Optional parameters. + * + * @opt_param bool overwrite Only available to selected merchants. When set to + * True, this flag removes any existing claim on the requested website by + * another account and replaces it with a claim from this account. + * @return Google_Service_ShoppingContent_AccountsClaimWebsiteResponse + */ + public function claimwebsite($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('claimwebsite', array($params), "Google_Service_ShoppingContent_AccountsClaimWebsiteResponse"); + } + /** + * Retrieves, inserts, updates, and deletes multiple Merchant Center + * (sub-)accounts in a single request. (accounts.custombatch) + * + * @param Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccountsCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse"); + } + /** + * Deletes a Merchant Center sub-account. (accounts.delete) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account, and accountId must be the ID of a sub-account of this + * account. + * @param string $accountId The ID of the account. + * @param array $optParams Optional parameters. + * + * @opt_param bool force Flag to delete sub-accounts with products. The default + * value is false. + */ + public function delete($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a Merchant Center account. (accounts.get) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Account + */ + public function get($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_Account"); + } + /** + * Creates a Merchant Center sub-account. (accounts.insert) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account. + * @param Google_Service_ShoppingContent_Account $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Account + */ + public function insert($merchantId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account"); + } + /** + * Performs an action on a link between two Merchant Center accounts, namely + * accountId and linkedAccountId. (accounts.link) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account that should be linked. + * @param Google_Service_ShoppingContent_AccountsLinkRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccountsLinkResponse + */ + public function link($merchantId, $accountId, Google_Service_ShoppingContent_AccountsLinkRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('link', array($params), "Google_Service_ShoppingContent_AccountsLinkResponse"); + } + /** + * Lists the sub-accounts in your Merchant Center account. + * (accounts.listAccounts) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of accounts to return in the + * response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_AccountsListResponse + */ + public function listAccounts($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse"); + } + /** + * Updates a Merchant Center account. (accounts.update) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account. + * @param Google_Service_ShoppingContent_Account $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Account + */ + public function update($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ShoppingContent_Account"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.php new file mode 100644 index 000000000..698182c07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.php @@ -0,0 +1,85 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $accountstatuses = $contentService->accountstatuses; + * + */ +class Google_Service_ShoppingContent_Resource_Accountstatuses extends Google_Service_Resource +{ + /** + * Retrieves multiple Merchant Center account statuses in a single request. + * (accountstatuses.custombatch) + * + * @param Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse"); + } + /** + * Retrieves the status of a Merchant Center account. No itemLevelIssues are + * returned for multi-client accounts. (accountstatuses.get) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account. + * @param array $optParams Optional parameters. + * + * @opt_param string destinations If set, only issues for the specified + * destinations are returned, otherwise only issues for the Shopping + * destination. + * @return Google_Service_ShoppingContent_AccountStatus + */ + public function get($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus"); + } + /** + * Lists the statuses of the sub-accounts in your Merchant Center account. + * (accountstatuses.listAccountstatuses) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string destinations If set, only issues for the specified + * destinations are returned, otherwise only issues for the Shopping + * destination. + * @opt_param string maxResults The maximum number of account statuses to return + * in the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_AccountstatusesListResponse + */ + public function listAccountstatuses($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountstatusesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.php new file mode 100644 index 000000000..d83b702fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.php @@ -0,0 +1,96 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $accounttax = $contentService->accounttax; + * + */ +class Google_Service_ShoppingContent_Resource_Accounttax extends Google_Service_Resource +{ + /** + * Retrieves and updates tax settings of multiple accounts in a single request. + * (accounttax.custombatch) + * + * @param Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse"); + } + /** + * Retrieves the tax settings of the account. (accounttax.get) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to get/update + * account tax settings. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccountTax + */ + public function get($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountTax"); + } + /** + * Lists the tax settings of the sub-accounts in your Merchant Center account. + * (accounttax.listAccounttax) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of tax settings to return in + * the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_AccounttaxListResponse + */ + public function listAccounttax($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse"); + } + /** + * Updates the tax settings of the account. (accounttax.update) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to get/update + * account tax settings. + * @param Google_Service_ShoppingContent_AccountTax $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_AccountTax + */ + public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountTax"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.php new file mode 100644 index 000000000..94382943c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.php @@ -0,0 +1,141 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $datafeeds = $contentService->datafeeds; + * + */ +class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_Resource +{ + /** + * Deletes, fetches, gets, inserts and updates multiple datafeeds in a single + * request. (datafeeds.custombatch) + * + * @param Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse"); + } + /** + * Deletes a datafeed configuration from your Merchant Center account. + * (datafeeds.delete) + * + * @param string $merchantId The ID of the account that manages the datafeed. + * This account cannot be a multi-client account. + * @param string $datafeedId The ID of the datafeed. + * @param array $optParams Optional parameters. + */ + public function delete($merchantId, $datafeedId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Invokes a fetch for the datafeed in your Merchant Center account. + * (datafeeds.fetchnow) + * + * @param string $merchantId The ID of the account that manages the datafeed. + * This account cannot be a multi-client account. + * @param string $datafeedId The ID of the datafeed to be fetched. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_DatafeedsFetchNowResponse + */ + public function fetchnow($merchantId, $datafeedId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); + $params = array_merge($params, $optParams); + return $this->call('fetchnow', array($params), "Google_Service_ShoppingContent_DatafeedsFetchNowResponse"); + } + /** + * Retrieves a datafeed configuration from your Merchant Center account. + * (datafeeds.get) + * + * @param string $merchantId The ID of the account that manages the datafeed. + * This account cannot be a multi-client account. + * @param string $datafeedId The ID of the datafeed. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Datafeed + */ + public function get($merchantId, $datafeedId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed"); + } + /** + * Registers a datafeed configuration with your Merchant Center account. + * (datafeeds.insert) + * + * @param string $merchantId The ID of the account that manages the datafeed. + * This account cannot be a multi-client account. + * @param Google_Service_ShoppingContent_Datafeed $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Datafeed + */ + public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed"); + } + /** + * Lists the configurations for datafeeds in your Merchant Center account. + * (datafeeds.listDatafeeds) + * + * @param string $merchantId The ID of the account that manages the datafeeds. + * This account cannot be a multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of products to return in the + * response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_DatafeedsListResponse + */ + public function listDatafeeds($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse"); + } + /** + * Updates a datafeed configuration of your Merchant Center account. + * (datafeeds.update) + * + * @param string $merchantId The ID of the account that manages the datafeed. + * This account cannot be a multi-client account. + * @param string $datafeedId The ID of the datafeed. + * @param Google_Service_ShoppingContent_Datafeed $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Datafeed + */ + public function update($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ShoppingContent_Datafeed"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.php new file mode 100644 index 000000000..5dffd6dcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.php @@ -0,0 +1,86 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $datafeedstatuses = $contentService->datafeedstatuses; + * + */ +class Google_Service_ShoppingContent_Resource_Datafeedstatuses extends Google_Service_Resource +{ + /** + * Gets multiple Merchant Center datafeed statuses in a single request. + * (datafeedstatuses.custombatch) + * + * @param Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse"); + } + /** + * Retrieves the status of a datafeed from your Merchant Center account. + * (datafeedstatuses.get) + * + * @param string $merchantId The ID of the account that manages the datafeed. + * This account cannot be a multi-client account. + * @param string $datafeedId The ID of the datafeed. + * @param array $optParams Optional parameters. + * + * @opt_param string country The country for which to get the datafeed status. + * If this parameter is provided then language must also be provided. Note that + * this parameter is required for feeds targeting multiple countries and + * languages, since a feed may have a different status for each target. + * @opt_param string language The language for which to get the datafeed status. + * If this parameter is provided then country must also be provided. Note that + * this parameter is required for feeds targeting multiple countries and + * languages, since a feed may have a different status for each target. + * @return Google_Service_ShoppingContent_DatafeedStatus + */ + public function get($merchantId, $datafeedId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus"); + } + /** + * Lists the statuses of the datafeeds in your Merchant Center account. + * (datafeedstatuses.listDatafeedstatuses) + * + * @param string $merchantId The ID of the account that manages the datafeeds. + * This account cannot be a multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of products to return in the + * response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_DatafeedstatusesListResponse + */ + public function listDatafeedstatuses($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedstatusesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Liasettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Liasettings.php new file mode 100644 index 000000000..c090cbdc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Liasettings.php @@ -0,0 +1,214 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $liasettings = $contentService->liasettings; + * + */ +class Google_Service_ShoppingContent_Resource_Liasettings extends Google_Service_Resource +{ + /** + * Retrieves and/or updates the LIA settings of multiple accounts in a single + * request. (liasettings.custombatch) + * + * @param Google_Service_ShoppingContent_LiasettingsCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiasettingsCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_LiasettingsCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_LiasettingsCustomBatchResponse"); + } + /** + * Retrieves the LIA settings of the account. (liasettings.get) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to get or update LIA + * settings. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiaSettings + */ + public function get($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_LiaSettings"); + } + /** + * Retrieves the list of accessible Google My Business accounts. + * (liasettings.getaccessiblegmbaccounts) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to retrieve + * accessible Google My Business accounts. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiasettingsGetAccessibleGmbAccountsResponse + */ + public function getaccessiblegmbaccounts($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('getaccessiblegmbaccounts', array($params), "Google_Service_ShoppingContent_LiasettingsGetAccessibleGmbAccountsResponse"); + } + /** + * Lists the LIA settings of the sub-accounts in your Merchant Center account. + * (liasettings.listLiasettings) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of LIA settings to return in + * the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_LiasettingsListResponse + */ + public function listLiasettings($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_LiasettingsListResponse"); + } + /** + * Retrieves the list of POS data providers that have active settings for the + * all eiligible countries. (liasettings.listposdataproviders) + * + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiasettingsListPosDataProvidersResponse + */ + public function listposdataproviders($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('listposdataproviders', array($params), "Google_Service_ShoppingContent_LiasettingsListPosDataProvidersResponse"); + } + /** + * Requests access to a specified Google My Business account. + * (liasettings.requestgmbaccess) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which GMB access is + * requested. + * @param string $gmbEmail The email of the Google My Business account. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiasettingsRequestGmbAccessResponse + */ + public function requestgmbaccess($merchantId, $accountId, $gmbEmail, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'gmbEmail' => $gmbEmail); + $params = array_merge($params, $optParams); + return $this->call('requestgmbaccess', array($params), "Google_Service_ShoppingContent_LiasettingsRequestGmbAccessResponse"); + } + /** + * Requests inventory validation for the specified country. + * (liasettings.requestinventoryverification) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $country The country for which inventory validation is + * requested. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiasettingsRequestInventoryVerificationResponse + */ + public function requestinventoryverification($merchantId, $accountId, $country, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country); + $params = array_merge($params, $optParams); + return $this->call('requestinventoryverification', array($params), "Google_Service_ShoppingContent_LiasettingsRequestInventoryVerificationResponse"); + } + /** + * Sets the inventory verification contract for the specified country. + * (liasettings.setinventoryverificationcontact) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $contactEmail The email of the inventory verification contact. + * @param string $contactName The name of the inventory verification contact. + * @param string $country The country for which inventory verification is + * requested. + * @param string $language The language for which inventory verification is + * requested. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiasettingsSetInventoryVerificationContactResponse + */ + public function setinventoryverificationcontact($merchantId, $accountId, $contactEmail, $contactName, $country, $language, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'contactEmail' => $contactEmail, 'contactName' => $contactName, 'country' => $country, 'language' => $language); + $params = array_merge($params, $optParams); + return $this->call('setinventoryverificationcontact', array($params), "Google_Service_ShoppingContent_LiasettingsSetInventoryVerificationContactResponse"); + } + /** + * Sets the POS data provider for the specified country. + * (liasettings.setposdataprovider) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to retrieve + * accessible Google My Business accounts. + * @param string $country The country for which the POS data provider is + * selected. + * @param array $optParams Optional parameters. + * + * @opt_param string posDataProviderId The ID of POS data provider. + * @opt_param string posExternalAccountId The account ID by which this merchant + * is known to the POS data provider. + * @return Google_Service_ShoppingContent_LiasettingsSetPosDataProviderResponse + */ + public function setposdataprovider($merchantId, $accountId, $country, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country); + $params = array_merge($params, $optParams); + return $this->call('setposdataprovider', array($params), "Google_Service_ShoppingContent_LiasettingsSetPosDataProviderResponse"); + } + /** + * Updates the LIA settings of the account. (liasettings.update) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to get or update LIA + * settings. + * @param Google_Service_ShoppingContent_LiaSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_LiaSettings + */ + public function update($merchantId, $accountId, Google_Service_ShoppingContent_LiaSettings $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ShoppingContent_LiaSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderinvoices.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderinvoices.php new file mode 100644 index 000000000..3581a10a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderinvoices.php @@ -0,0 +1,65 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $orderinvoices = $contentService->orderinvoices; + * + */ +class Google_Service_ShoppingContent_Resource_Orderinvoices extends Google_Service_Resource +{ + /** + * Creates a charge invoice for a shipment group, and triggers a charge capture + * for orderinvoice enabled orders. (orderinvoices.createchargeinvoice) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceResponse + */ + public function createchargeinvoice($merchantId, $orderId, Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createchargeinvoice', array($params), "Google_Service_ShoppingContent_OrderinvoicesCreateChargeInvoiceResponse"); + } + /** + * Creates a refund invoice for one or more shipment groups, and triggers a + * refund for orderinvoice enabled orders. This can only be used for line items + * that have previously been charged using createChargeInvoice. All amounts + * (except for the summary) are incremental with respect to the previous + * invoice. (orderinvoices.createrefundinvoice) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceResponse + */ + public function createrefundinvoice($merchantId, $orderId, Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createrefundinvoice', array($params), "Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreports.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreports.php new file mode 100644 index 000000000..e4f7eb65a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreports.php @@ -0,0 +1,76 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $orderreports = $contentService->orderreports; + * + */ +class Google_Service_ShoppingContent_Resource_Orderreports extends Google_Service_Resource +{ + /** + * Retrieves a report for disbursements from your Merchant Center account. + * (orderreports.listdisbursements) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $disbursementStartDate The first date which disbursements + * occurred. In ISO 8601 format. + * @param array $optParams Optional parameters. + * + * @opt_param string disbursementEndDate The last date which disbursements + * occurred. In ISO 8601 format. Default: current date. + * @opt_param string maxResults The maximum number of disbursements to return in + * the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_OrderreportsListDisbursementsResponse + */ + public function listdisbursements($merchantId, $disbursementStartDate, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'disbursementStartDate' => $disbursementStartDate); + $params = array_merge($params, $optParams); + return $this->call('listdisbursements', array($params), "Google_Service_ShoppingContent_OrderreportsListDisbursementsResponse"); + } + /** + * Retrieves a list of transactions for a disbursement from your Merchant Center + * account. (orderreports.listtransactions) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $disbursementId The Google-provided ID of the disbursement + * (found in Wallet). + * @param string $transactionStartDate The first date in which transaction + * occurred. In ISO 8601 format. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of disbursements to return in + * the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @opt_param string transactionEndDate The last date in which transaction + * occurred. In ISO 8601 format. Default: current date. + * @return Google_Service_ShoppingContent_OrderreportsListTransactionsResponse + */ + public function listtransactions($merchantId, $disbursementId, $transactionStartDate, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'disbursementId' => $disbursementId, 'transactionStartDate' => $transactionStartDate); + $params = array_merge($params, $optParams); + return $this->call('listtransactions', array($params), "Google_Service_ShoppingContent_OrderreportsListTransactionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreturns.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreturns.php new file mode 100644 index 000000000..389fcd9a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orderreturns.php @@ -0,0 +1,69 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $orderreturns = $contentService->orderreturns; + * + */ +class Google_Service_ShoppingContent_Resource_Orderreturns extends Google_Service_Resource +{ + /** + * Retrieves an order return from your Merchant Center account. + * (orderreturns.get) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $returnId Merchant order return ID generated by Google. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_MerchantOrderReturn + */ + public function get($merchantId, $returnId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'returnId' => $returnId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_MerchantOrderReturn"); + } + /** + * Lists order returns in your Merchant Center account. + * (orderreturns.listOrderreturns) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string createdEndDate Obtains order returns created before this + * date (inclusively), in ISO 8601 format. + * @opt_param string createdStartDate Obtains order returns created after this + * date (inclusively), in ISO 8601 format. + * @opt_param string maxResults The maximum number of order returns to return in + * the response, used for paging. The default value is 25 returns per page, and + * the maximum allowed value is 250 returns per page. + * @opt_param string orderBy Return the results in the specified order. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_OrderreturnsListResponse + */ + public function listOrderreturns($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_OrderreturnsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orders.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orders.php new file mode 100644 index 000000000..02814e24f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Orders.php @@ -0,0 +1,369 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $orders = $contentService->orders; + * + */ +class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Resource +{ + /** + * Marks an order as acknowledged. (orders.acknowledge) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersAcknowledgeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersAcknowledgeResponse + */ + public function acknowledge($merchantId, $orderId, Google_Service_ShoppingContent_OrdersAcknowledgeRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('acknowledge', array($params), "Google_Service_ShoppingContent_OrdersAcknowledgeResponse"); + } + /** + * Sandbox only. Moves a test order from state "inProgress" to state + * "pendingShipment". (orders.advancetestorder) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the test order to modify. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse + */ + public function advancetestorder($merchantId, $orderId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId); + $params = array_merge($params, $optParams); + return $this->call('advancetestorder', array($params), "Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse"); + } + /** + * Cancels all line items in an order, making a full refund. (orders.cancel) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order to cancel. + * @param Google_Service_ShoppingContent_OrdersCancelRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersCancelResponse + */ + public function cancel($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_ShoppingContent_OrdersCancelResponse"); + } + /** + * Cancels a line item, making a full refund. (orders.cancellineitem) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersCancelLineItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersCancelLineItemResponse + */ + public function cancellineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelLineItemRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancellineitem', array($params), "Google_Service_ShoppingContent_OrdersCancelLineItemResponse"); + } + /** + * Sandbox only. Cancels a test order for customer-initiated cancellation. + * (orders.canceltestorderbycustomer) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the test order to cancel. + * @param Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerResponse + */ + public function canceltestorderbycustomer($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('canceltestorderbycustomer', array($params), "Google_Service_ShoppingContent_OrdersCancelTestOrderByCustomerResponse"); + } + /** + * Sandbox only. Creates a test order. (orders.createtestorder) + * + * @param string $merchantId The ID of the account that should manage the order. + * This cannot be a multi-client account. + * @param Google_Service_ShoppingContent_OrdersCreateTestOrderRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersCreateTestOrderResponse + */ + public function createtestorder($merchantId, Google_Service_ShoppingContent_OrdersCreateTestOrderRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createtestorder', array($params), "Google_Service_ShoppingContent_OrdersCreateTestOrderResponse"); + } + /** + * Sandbox only. Creates a test return. (orders.createtestreturn) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersCreateTestReturnRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersCreateTestReturnResponse + */ + public function createtestreturn($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCreateTestReturnRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('createtestreturn', array($params), "Google_Service_ShoppingContent_OrdersCreateTestReturnResponse"); + } + /** + * Retrieves an order from your Merchant Center account. (orders.get) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Order + */ + public function get($merchantId, $orderId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_Order"); + } + /** + * Retrieves an order using merchant order ID. (orders.getbymerchantorderid) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $merchantOrderId The merchant order ID to be looked for. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse + */ + public function getbymerchantorderid($merchantId, $merchantOrderId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'merchantOrderId' => $merchantOrderId); + $params = array_merge($params, $optParams); + return $this->call('getbymerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse"); + } + /** + * Sandbox only. Retrieves an order template that can be used to quickly create + * a new order in sandbox. (orders.gettestordertemplate) + * + * @param string $merchantId The ID of the account that should manage the order. + * This cannot be a multi-client account. + * @param string $templateName The name of the template to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string country The country of the template to retrieve. Defaults + * to US. + * @return Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse + */ + public function gettestordertemplate($merchantId, $templateName, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'templateName' => $templateName); + $params = array_merge($params, $optParams); + return $this->call('gettestordertemplate', array($params), "Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse"); + } + /** + * Deprecated. Notifies that item return and refund was handled directly by + * merchant outside of Google payments processing (e.g. cash refund done in + * store). Note: We recommend calling the returnrefundlineitem method to refund + * in-store returns. We will issue the refund directly to the customer. This + * helps to prevent possible differences arising between merchant and Google + * transaction records. We also recommend having the point of sale system + * communicate with Google to ensure that customers do not receive a double + * refund by first refunding via Google then via an in-store return. + * (orders.instorerefundlineitem) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersInStoreRefundLineItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersInStoreRefundLineItemResponse + */ + public function instorerefundlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersInStoreRefundLineItemRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('instorerefundlineitem', array($params), "Google_Service_ShoppingContent_OrdersInStoreRefundLineItemResponse"); + } + /** + * Lists the orders in your Merchant Center account. (orders.listOrders) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param bool acknowledged Obtains orders that match the acknowledgement + * status. When set to true, obtains orders that have been acknowledged. When + * false, obtains orders that have not been acknowledged. We recommend using + * this filter set to false, in conjunction with the acknowledge call, such that + * only un-acknowledged orders are returned. + * @opt_param string maxResults The maximum number of orders to return in the + * response, used for paging. The default value is 25 orders per page, and the + * maximum allowed value is 250 orders per page. + * @opt_param string orderBy Order results by placement date in descending or + * ascending order. + * + * Acceptable values are: - placedDateAsc - placedDateDesc + * @opt_param string pageToken The token returned by the previous request. + * @opt_param string placedDateEnd Obtains orders placed before this date + * (exclusively), in ISO 8601 format. + * @opt_param string placedDateStart Obtains orders placed after this date + * (inclusively), in ISO 8601 format. + * @opt_param string statuses Obtains orders that match any of the specified + * statuses. Please note that active is a shortcut for pendingShipment and + * partiallyShipped, and completed is a shortcut for shipped, + * partiallyDelivered, delivered, partiallyReturned, returned, and canceled. + * @return Google_Service_ShoppingContent_OrdersListResponse + */ + public function listOrders($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_OrdersListResponse"); + } + /** + * Rejects return on an line item. (orders.rejectreturnlineitem) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersRejectReturnLineItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersRejectReturnLineItemResponse + */ + public function rejectreturnlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRejectReturnLineItemRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rejectreturnlineitem', array($params), "Google_Service_ShoppingContent_OrdersRejectReturnLineItemResponse"); + } + /** + * Returns and refunds a line item. Note that this method can only be called on + * fully shipped orders. (orders.returnrefundlineitem) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersReturnRefundLineItemRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersReturnRefundLineItemResponse + */ + public function returnrefundlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersReturnRefundLineItemRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('returnrefundlineitem', array($params), "Google_Service_ShoppingContent_OrdersReturnRefundLineItemResponse"); + } + /** + * Sets (or overrides if it already exists) merchant provided annotations in the + * form of key-value pairs. A common use case would be to supply us with + * additional structured information about a line item that cannot be provided + * via other methods. Submitted key-value pairs can be retrieved as part of the + * orders resource. (orders.setlineitemmetadata) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersSetLineItemMetadataRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersSetLineItemMetadataResponse + */ + public function setlineitemmetadata($merchantId, $orderId, Google_Service_ShoppingContent_OrdersSetLineItemMetadataRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setlineitemmetadata', array($params), "Google_Service_ShoppingContent_OrdersSetLineItemMetadataResponse"); + } + /** + * Marks line item(s) as shipped. (orders.shiplineitems) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersShipLineItemsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersShipLineItemsResponse + */ + public function shiplineitems($merchantId, $orderId, Google_Service_ShoppingContent_OrdersShipLineItemsRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('shiplineitems', array($params), "Google_Service_ShoppingContent_OrdersShipLineItemsResponse"); + } + /** + * Updates ship by and delivery by dates for a line item. + * (orders.updatelineitemshippingdetails) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsResponse + */ + public function updatelineitemshippingdetails($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatelineitemshippingdetails', array($params), "Google_Service_ShoppingContent_OrdersUpdateLineItemShippingDetailsResponse"); + } + /** + * Updates the merchant order ID for a given order. + * (orders.updatemerchantorderid) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse + */ + public function updatemerchantorderid($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatemerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse"); + } + /** + * Updates a shipment's status, carrier, and/or tracking ID. + * (orders.updateshipment) + * + * @param string $merchantId The ID of the account that manages the order. This + * cannot be a multi-client account. + * @param string $orderId The ID of the order. + * @param Google_Service_ShoppingContent_OrdersUpdateShipmentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_OrdersUpdateShipmentResponse + */ + public function updateshipment($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateShipmentRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateshipment', array($params), "Google_Service_ShoppingContent_OrdersUpdateShipmentResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pos.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pos.php new file mode 100644 index 000000000..b7140be5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Pos.php @@ -0,0 +1,129 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $pos = $contentService->pos; + * + */ +class Google_Service_ShoppingContent_Resource_Pos extends Google_Service_Resource +{ + /** + * Batches multiple POS-related calls in a single request. (pos.custombatch) + * + * @param Google_Service_ShoppingContent_PosCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_PosCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_PosCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_PosCustomBatchResponse"); + } + /** + * Deletes a store for the given merchant. (pos.delete) + * + * @param string $merchantId The ID of the POS or inventory data provider. + * @param string $targetMerchantId The ID of the target merchant. + * @param string $storeCode A store code that is unique per merchant. + * @param array $optParams Optional parameters. + */ + public function delete($merchantId, $targetMerchantId, $storeCode, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $storeCode); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves information about the given store. (pos.get) + * + * @param string $merchantId The ID of the POS or inventory data provider. + * @param string $targetMerchantId The ID of the target merchant. + * @param string $storeCode A store code that is unique per merchant. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_PosStore + */ + public function get($merchantId, $targetMerchantId, $storeCode, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $storeCode); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_PosStore"); + } + /** + * Creates a store for the given merchant. (pos.insert) + * + * @param string $merchantId The ID of the POS or inventory data provider. + * @param string $targetMerchantId The ID of the target merchant. + * @param Google_Service_ShoppingContent_PosStore $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_PosStore + */ + public function insert($merchantId, $targetMerchantId, Google_Service_ShoppingContent_PosStore $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_PosStore"); + } + /** + * Submit inventory for the given merchant. (pos.inventory) + * + * @param string $merchantId The ID of the POS or inventory data provider. + * @param string $targetMerchantId The ID of the target merchant. + * @param Google_Service_ShoppingContent_PosInventoryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_PosInventoryResponse + */ + public function inventory($merchantId, $targetMerchantId, Google_Service_ShoppingContent_PosInventoryRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('inventory', array($params), "Google_Service_ShoppingContent_PosInventoryResponse"); + } + /** + * Lists the stores of the target merchant. (pos.listPos) + * + * @param string $merchantId The ID of the POS or inventory data provider. + * @param string $targetMerchantId The ID of the target merchant. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_PosListResponse + */ + public function listPos($merchantId, $targetMerchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_PosListResponse"); + } + /** + * Submit a sale event for the given merchant. (pos.sale) + * + * @param string $merchantId The ID of the POS or inventory data provider. + * @param string $targetMerchantId The ID of the target merchant. + * @param Google_Service_ShoppingContent_PosSaleRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_PosSaleResponse + */ + public function sale($merchantId, $targetMerchantId, Google_Service_ShoppingContent_PosSaleRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sale', array($params), "Google_Service_ShoppingContent_PosSaleResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.php new file mode 100644 index 000000000..d178e98a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.php @@ -0,0 +1,110 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $products = $contentService->products; + * + */ +class Google_Service_ShoppingContent_Resource_Products extends Google_Service_Resource +{ + /** + * Retrieves, inserts, and deletes multiple products in a single request. + * (products.custombatch) + * + * @param Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ProductsCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse"); + } + /** + * Deletes a product from your Merchant Center account. (products.delete) + * + * @param string $merchantId The ID of the account that contains the product. + * This account cannot be a multi-client account. + * @param string $productId The REST ID of the product. + * @param array $optParams Optional parameters. + * + * @opt_param string feedId The Content API Supplemental Feed ID. + */ + public function delete($merchantId, $productId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves a product from your Merchant Center account. (products.get) + * + * @param string $merchantId The ID of the account that contains the product. + * This account cannot be a multi-client account. + * @param string $productId The REST ID of the product. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_Product + */ + public function get($merchantId, $productId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_Product"); + } + /** + * Uploads a product to your Merchant Center account. If an item with the same + * channel, contentLanguage, offerId, and targetCountry already exists, this + * method updates that entry. (products.insert) + * + * @param string $merchantId The ID of the account that contains the product. + * This account cannot be a multi-client account. + * @param Google_Service_ShoppingContent_Product $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string feedId The Content API Supplemental Feed ID. + * @return Google_Service_ShoppingContent_Product + */ + public function insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product"); + } + /** + * Lists the products in your Merchant Center account. (products.listProducts) + * + * @param string $merchantId The ID of the account that contains the products. + * This account cannot be a multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of products to return in the + * response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_ProductsListResponse + */ + public function listProducts($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.php new file mode 100644 index 000000000..4abce0b62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.php @@ -0,0 +1,84 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $productstatuses = $contentService->productstatuses; + * + */ +class Google_Service_ShoppingContent_Resource_Productstatuses extends Google_Service_Resource +{ + /** + * Gets the statuses of multiple products in a single request. + * (productstatuses.custombatch) + * + * @param Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse"); + } + /** + * Gets the status of a product from your Merchant Center account. + * (productstatuses.get) + * + * @param string $merchantId The ID of the account that contains the product. + * This account cannot be a multi-client account. + * @param string $productId The REST ID of the product. + * @param array $optParams Optional parameters. + * + * @opt_param string destinations If set, only issues for the specified + * destinations are returned, otherwise only issues for the Shopping + * destination. + * @return Google_Service_ShoppingContent_ProductStatus + */ + public function get($merchantId, $productId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'productId' => $productId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus"); + } + /** + * Lists the statuses of the products in your Merchant Center account. + * (productstatuses.listProductstatuses) + * + * @param string $merchantId The ID of the account that contains the products. + * This account cannot be a multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string destinations If set, only issues for the specified + * destinations are returned, otherwise only issues for the Shopping + * destination. + * @opt_param string maxResults The maximum number of product statuses to return + * in the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_ProductstatusesListResponse + */ + public function listProductstatuses($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductstatusesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regionalinventory.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regionalinventory.php new file mode 100644 index 000000000..aedde79d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Regionalinventory.php @@ -0,0 +1,61 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $regionalinventory = $contentService->regionalinventory; + * + */ +class Google_Service_ShoppingContent_Resource_Regionalinventory extends Google_Service_Resource +{ + /** + * Updates regional inventory for multiple products or regions in a single + * request. (regionalinventory.custombatch) + * + * @param Google_Service_ShoppingContent_RegionalinventoryCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_RegionalinventoryCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_RegionalinventoryCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_RegionalinventoryCustomBatchResponse"); + } + /** + * Update the regional inventory of a product in your Merchant Center account. + * If a regional inventory with the same region ID already exists, this method + * updates that entry. (regionalinventory.insert) + * + * @param string $merchantId The ID of the account that contains the product. + * This account cannot be a multi-client account. + * @param string $productId The REST ID of the product for which to update the + * regional inventory. + * @param Google_Service_ShoppingContent_RegionalInventory $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_RegionalInventory + */ + public function insert($merchantId, $productId, Google_Service_ShoppingContent_RegionalInventory $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_RegionalInventory"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnaddress.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnaddress.php new file mode 100644 index 000000000..167cdebdf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnaddress.php @@ -0,0 +1,109 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $returnaddress = $contentService->returnaddress; + * + */ +class Google_Service_ShoppingContent_Resource_Returnaddress extends Google_Service_Resource +{ + /** + * Batches multiple return address related calls in a single request. + * (returnaddress.custombatch) + * + * @param Google_Service_ShoppingContent_ReturnaddressCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnaddressCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_ReturnaddressCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ReturnaddressCustomBatchResponse"); + } + /** + * Deletes a return address for the given Merchant Center account. + * (returnaddress.delete) + * + * @param string $merchantId The Merchant Center account from which to delete + * the given return address. + * @param string $returnAddressId Return address ID generated by Google. + * @param array $optParams Optional parameters. + */ + public function delete($merchantId, $returnAddressId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'returnAddressId' => $returnAddressId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a return address of the Merchant Center account. (returnaddress.get) + * + * @param string $merchantId The Merchant Center account to get a return address + * for. + * @param string $returnAddressId Return address ID generated by Google. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnAddress + */ + public function get($merchantId, $returnAddressId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'returnAddressId' => $returnAddressId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_ReturnAddress"); + } + /** + * Inserts a return address for the Merchant Center account. + * (returnaddress.insert) + * + * @param string $merchantId The Merchant Center account to insert a return + * address for. + * @param Google_Service_ShoppingContent_ReturnAddress $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnAddress + */ + public function insert($merchantId, Google_Service_ShoppingContent_ReturnAddress $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_ReturnAddress"); + } + /** + * Lists the return addresses of the Merchant Center account. + * (returnaddress.listReturnaddress) + * + * @param string $merchantId The Merchant Center account to list return + * addresses for. + * @param array $optParams Optional parameters. + * + * @opt_param string country List only return addresses applicable to the given + * country of sale. When omitted, all return addresses are listed. + * @opt_param string maxResults The maximum number of addresses in the response, + * used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_ReturnaddressListResponse + */ + public function listReturnaddress($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_ReturnaddressListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicy.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicy.php new file mode 100644 index 000000000..bb036a624 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Returnpolicy.php @@ -0,0 +1,103 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $returnpolicy = $contentService->returnpolicy; + * + */ +class Google_Service_ShoppingContent_Resource_Returnpolicy extends Google_Service_Resource +{ + /** + * Batches multiple return policy related calls in a single request. + * (returnpolicy.custombatch) + * + * @param Google_Service_ShoppingContent_ReturnpolicyCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnpolicyCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_ReturnpolicyCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ReturnpolicyCustomBatchResponse"); + } + /** + * Deletes a return policy for the given Merchant Center account. + * (returnpolicy.delete) + * + * @param string $merchantId The Merchant Center account from which to delete + * the given return policy. + * @param string $returnPolicyId Return policy ID generated by Google. + * @param array $optParams Optional parameters. + */ + public function delete($merchantId, $returnPolicyId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a return policy of the Merchant Center account. (returnpolicy.get) + * + * @param string $merchantId The Merchant Center account to get a return policy + * for. + * @param string $returnPolicyId Return policy ID generated by Google. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnPolicy + */ + public function get($merchantId, $returnPolicyId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_ReturnPolicy"); + } + /** + * Inserts a return policy for the Merchant Center account. + * (returnpolicy.insert) + * + * @param string $merchantId The Merchant Center account to insert a return + * policy for. + * @param Google_Service_ShoppingContent_ReturnPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnPolicy + */ + public function insert($merchantId, Google_Service_ShoppingContent_ReturnPolicy $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_ShoppingContent_ReturnPolicy"); + } + /** + * Lists the return policies of the Merchant Center account. + * (returnpolicy.listReturnpolicy) + * + * @param string $merchantId The Merchant Center account to list return policies + * for. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ReturnpolicyListResponse + */ + public function listReturnpolicy($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_ReturnpolicyListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.php new file mode 100644 index 000000000..ba42b1fa9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.php @@ -0,0 +1,126 @@ + + * $contentService = new Google_Service_ShoppingContent(...); + * $shippingsettings = $contentService->shippingsettings; + * + */ +class Google_Service_ShoppingContent_Resource_Shippingsettings extends Google_Service_Resource +{ + /** + * Retrieves and updates the shipping settings of multiple accounts in a single + * request. (shippingsettings.custombatch) + * + * @param Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponse + */ + public function custombatch(Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponse"); + } + /** + * Retrieves the shipping settings of the account. (shippingsettings.get) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to get/update + * shipping settings. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ShippingSettings + */ + public function get($merchantId, $accountId, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ShoppingContent_ShippingSettings"); + } + /** + * Retrieves supported carriers and carrier services for an account. + * (shippingsettings.getsupportedcarriers) + * + * @param string $merchantId The ID of the account for which to retrieve the + * supported carriers. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ShippingsettingsGetSupportedCarriersResponse + */ + public function getsupportedcarriers($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('getsupportedcarriers', array($params), "Google_Service_ShoppingContent_ShippingsettingsGetSupportedCarriersResponse"); + } + /** + * Retrieves supported holidays for an account. + * (shippingsettings.getsupportedholidays) + * + * @param string $merchantId The ID of the account for which to retrieve the + * supported holidays. + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ShippingsettingsGetSupportedHolidaysResponse + */ + public function getsupportedholidays($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('getsupportedholidays', array($params), "Google_Service_ShoppingContent_ShippingsettingsGetSupportedHolidaysResponse"); + } + /** + * Lists the shipping settings of the sub-accounts in your Merchant Center + * account. (shippingsettings.listShippingsettings) + * + * @param string $merchantId The ID of the managing account. This must be a + * multi-client account. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maximum number of shipping settings to + * return in the response, used for paging. + * @opt_param string pageToken The token returned by the previous request. + * @return Google_Service_ShoppingContent_ShippingsettingsListResponse + */ + public function listShippingsettings($merchantId, $optParams = array()) + { + $params = array('merchantId' => $merchantId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ShoppingContent_ShippingsettingsListResponse"); + } + /** + * Updates the shipping settings of the account. (shippingsettings.update) + * + * @param string $merchantId The ID of the managing account. If this parameter + * is not the same as accountId, then this account must be a multi-client + * account and accountId must be the ID of a sub-account of this account. + * @param string $accountId The ID of the account for which to get/update + * shipping settings. + * @param Google_Service_ShoppingContent_ShippingSettings $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ShoppingContent_ShippingSettings + */ + public function update($merchantId, $accountId, Google_Service_ShoppingContent_ShippingSettings $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_ShoppingContent_ShippingSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddress.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddress.php new file mode 100644 index 000000000..601801dd9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddress.php @@ -0,0 +1,82 @@ +address = $address; + } + /** + * @return Google_Service_ShoppingContent_ReturnAddressAddress + */ + public function getAddress() + { + return $this->address; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } + public function setReturnAddressId($returnAddressId) + { + $this->returnAddressId = $returnAddressId; + } + public function getReturnAddressId() + { + return $this->returnAddressId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddressAddress.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddressAddress.php new file mode 100644 index 000000000..40886c84a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnAddressAddress.php @@ -0,0 +1,76 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPostalCode($postalCode) + { + $this->postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRecipientName($recipientName) + { + $this->recipientName = $recipientName; + } + public function getRecipientName() + { + return $this->recipientName; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setStreetAddress($streetAddress) + { + $this->streetAddress = $streetAddress; + } + public function getStreetAddress() + { + return $this->streetAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicy.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicy.php new file mode 100644 index 000000000..663d39486 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicy.php @@ -0,0 +1,108 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNonFreeReturnReasons($nonFreeReturnReasons) + { + $this->nonFreeReturnReasons = $nonFreeReturnReasons; + } + public function getNonFreeReturnReasons() + { + return $this->nonFreeReturnReasons; + } + /** + * @param Google_Service_ShoppingContent_ReturnPolicyPolicy + */ + public function setPolicy(Google_Service_ShoppingContent_ReturnPolicyPolicy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_ShoppingContent_ReturnPolicyPolicy + */ + public function getPolicy() + { + return $this->policy; + } + public function setReturnPolicyId($returnPolicyId) + { + $this->returnPolicyId = $returnPolicyId; + } + public function getReturnPolicyId() + { + return $this->returnPolicyId; + } + /** + * @param Google_Service_ShoppingContent_ReturnPolicySeasonalOverride + */ + public function setSeasonalOverrides($seasonalOverrides) + { + $this->seasonalOverrides = $seasonalOverrides; + } + /** + * @return Google_Service_ShoppingContent_ReturnPolicySeasonalOverride + */ + public function getSeasonalOverrides() + { + return $this->seasonalOverrides; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyPolicy.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyPolicy.php new file mode 100644 index 000000000..f78d7cfe4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicyPolicy.php @@ -0,0 +1,48 @@ +lastReturnDate = $lastReturnDate; + } + public function getLastReturnDate() + { + return $this->lastReturnDate; + } + public function setNumberOfDays($numberOfDays) + { + $this->numberOfDays = $numberOfDays; + } + public function getNumberOfDays() + { + return $this->numberOfDays; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicySeasonalOverride.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicySeasonalOverride.php new file mode 100644 index 000000000..dcb3d14d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnPolicySeasonalOverride.php @@ -0,0 +1,64 @@ +endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ShoppingContent_ReturnPolicyPolicy + */ + public function setPolicy(Google_Service_ShoppingContent_ReturnPolicyPolicy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_ShoppingContent_ReturnPolicyPolicy + */ + public function getPolicy() + { + return $this->policy; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnShipment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnShipment.php new file mode 100644 index 000000000..a4db74563 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnShipment.php @@ -0,0 +1,92 @@ +creationDate = $creationDate; + } + public function getCreationDate() + { + return $this->creationDate; + } + public function setDeliveryDate($deliveryDate) + { + $this->deliveryDate = $deliveryDate; + } + public function getDeliveryDate() + { + return $this->deliveryDate; + } + public function setReturnMethodType($returnMethodType) + { + $this->returnMethodType = $returnMethodType; + } + public function getReturnMethodType() + { + return $this->returnMethodType; + } + public function setShipmentId($shipmentId) + { + $this->shipmentId = $shipmentId; + } + public function getShipmentId() + { + return $this->shipmentId; + } + /** + * @param Google_Service_ShoppingContent_ShipmentTrackingInfo + */ + public function setShipmentTrackingInfos($shipmentTrackingInfos) + { + $this->shipmentTrackingInfos = $shipmentTrackingInfos; + } + /** + * @return Google_Service_ShoppingContent_ShipmentTrackingInfo + */ + public function getShipmentTrackingInfos() + { + return $this->shipmentTrackingInfos; + } + public function setShippingDate($shippingDate) + { + $this->shippingDate = $shippingDate; + } + public function getShippingDate() + { + return $this->shippingDate; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequest.php new file mode 100644 index 000000000..9bf055d38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ReturnaddressCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php new file mode 100644 index 000000000..142f05274 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php @@ -0,0 +1,73 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + /** + * @param Google_Service_ShoppingContent_ReturnAddress + */ + public function setReturnAddress(Google_Service_ShoppingContent_ReturnAddress $returnAddress) + { + $this->returnAddress = $returnAddress; + } + /** + * @return Google_Service_ShoppingContent_ReturnAddress + */ + public function getReturnAddress() + { + return $this->returnAddress; + } + public function setReturnAddressId($returnAddressId) + { + $this->returnAddressId = $returnAddressId; + } + public function getReturnAddressId() + { + return $this->returnAddressId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponse.php new file mode 100644 index 000000000..86862de0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ReturnaddressCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponseEntry.php new file mode 100644 index 000000000..54941b04c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_ReturnAddress + */ + public function setReturnAddress(Google_Service_ShoppingContent_ReturnAddress $returnAddress) + { + $this->returnAddress = $returnAddress; + } + /** + * @return Google_Service_ShoppingContent_ReturnAddress + */ + public function getReturnAddress() + { + return $this->returnAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressListResponse.php new file mode 100644 index 000000000..b47dd66ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnaddressListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_ReturnAddress + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_ReturnAddress + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequest.php new file mode 100644 index 000000000..9e681e5c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ReturnpolicyCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.php new file mode 100644 index 000000000..f3d3f0665 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.php @@ -0,0 +1,73 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + /** + * @param Google_Service_ShoppingContent_ReturnPolicy + */ + public function setReturnPolicy(Google_Service_ShoppingContent_ReturnPolicy $returnPolicy) + { + $this->returnPolicy = $returnPolicy; + } + /** + * @return Google_Service_ShoppingContent_ReturnPolicy + */ + public function getReturnPolicy() + { + return $this->returnPolicy; + } + public function setReturnPolicyId($returnPolicyId) + { + $this->returnPolicyId = $returnPolicyId; + } + public function getReturnPolicyId() + { + return $this->returnPolicyId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponse.php new file mode 100644 index 000000000..9398c17c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ReturnpolicyCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.php new file mode 100644 index 000000000..927f91bfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_ReturnPolicy + */ + public function setReturnPolicy(Google_Service_ShoppingContent_ReturnPolicy $returnPolicy) + { + $this->returnPolicy = $returnPolicy; + } + /** + * @return Google_Service_ShoppingContent_ReturnPolicy + */ + public function getReturnPolicy() + { + return $this->returnPolicy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyListResponse.php new file mode 100644 index 000000000..cb278f737 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ReturnpolicyListResponse.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_ReturnPolicy + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_ReturnPolicy + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php new file mode 100644 index 000000000..d6e8dde36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php @@ -0,0 +1,38 @@ +cells = $cells; + } + /** + * @return Google_Service_ShoppingContent_Value + */ + public function getCells() + { + return $this->cells; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.php new file mode 100644 index 000000000..1898514d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.php @@ -0,0 +1,115 @@ +active = $active; + } + public function getActive() + { + return $this->active; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setDeliveryCountry($deliveryCountry) + { + $this->deliveryCountry = $deliveryCountry; + } + public function getDeliveryCountry() + { + return $this->deliveryCountry; + } + /** + * @param Google_Service_ShoppingContent_DeliveryTime + */ + public function setDeliveryTime(Google_Service_ShoppingContent_DeliveryTime $deliveryTime) + { + $this->deliveryTime = $deliveryTime; + } + /** + * @return Google_Service_ShoppingContent_DeliveryTime + */ + public function getDeliveryTime() + { + return $this->deliveryTime; + } + public function setEligibility($eligibility) + { + $this->eligibility = $eligibility; + } + public function getEligibility() + { + return $this->eligibility; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setMinimumOrderValue(Google_Service_ShoppingContent_Price $minimumOrderValue) + { + $this->minimumOrderValue = $minimumOrderValue; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getMinimumOrderValue() + { + return $this->minimumOrderValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ShoppingContent_RateGroup + */ + public function setRateGroups($rateGroups) + { + $this->rateGroups = $rateGroups; + } + /** + * @return Google_Service_ShoppingContent_RateGroup + */ + public function getRateGroups() + { + return $this->rateGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoice.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoice.php new file mode 100644 index 000000000..8d11873b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoice.php @@ -0,0 +1,63 @@ +invoiceSummary = $invoiceSummary; + } + /** + * @return Google_Service_ShoppingContent_InvoiceSummary + */ + public function getInvoiceSummary() + { + return $this->invoiceSummary; + } + /** + * @param Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice + */ + public function setLineItemInvoices($lineItemInvoices) + { + $this->lineItemInvoices = $lineItemInvoices; + } + /** + * @return Google_Service_ShoppingContent_ShipmentInvoiceLineItemInvoice + */ + public function getLineItemInvoices() + { + return $this->lineItemInvoices; + } + public function setShipmentGroupId($shipmentGroupId) + { + $this->shipmentGroupId = $shipmentGroupId; + } + public function getShipmentGroupId() + { + return $this->shipmentGroupId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoiceLineItemInvoice.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoiceLineItemInvoice.php new file mode 100644 index 000000000..2160b1ac8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentInvoiceLineItemInvoice.php @@ -0,0 +1,65 @@ +lineItemId = $lineItemId; + } + public function getLineItemId() + { + return $this->lineItemId; + } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } + public function setShipmentUnitIds($shipmentUnitIds) + { + $this->shipmentUnitIds = $shipmentUnitIds; + } + public function getShipmentUnitIds() + { + return $this->shipmentUnitIds; + } + /** + * @param Google_Service_ShoppingContent_UnitInvoice + */ + public function setUnitInvoice(Google_Service_ShoppingContent_UnitInvoice $unitInvoice) + { + $this->unitInvoice = $unitInvoice; + } + /** + * @return Google_Service_ShoppingContent_UnitInvoice + */ + public function getUnitInvoice() + { + return $this->unitInvoice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentTrackingInfo.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentTrackingInfo.php new file mode 100644 index 000000000..294559daa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShipmentTrackingInfo.php @@ -0,0 +1,39 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setTrackingNumber($trackingNumber) + { + $this->trackingNumber = $trackingNumber; + } + public function getTrackingNumber() + { + return $this->trackingNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.php new file mode 100644 index 000000000..104a16ff6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.php @@ -0,0 +1,63 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_ShoppingContent_PostalCodeGroup + */ + public function setPostalCodeGroups($postalCodeGroups) + { + $this->postalCodeGroups = $postalCodeGroups; + } + /** + * @return Google_Service_ShoppingContent_PostalCodeGroup + */ + public function getPostalCodeGroups() + { + return $this->postalCodeGroups; + } + /** + * @param Google_Service_ShoppingContent_Service + */ + public function setServices($services) + { + $this->services = $services; + } + /** + * @return Google_Service_ShoppingContent_Service + */ + public function getServices() + { + return $this->services; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequest.php new file mode 100644 index 000000000..a8e0a603c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequest.php @@ -0,0 +1,38 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequestEntry + */ + public function getEntries() + { + return $this->entries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php new file mode 100644 index 000000000..97fb98b7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php @@ -0,0 +1,73 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBatchId($batchId) + { + $this->batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + public function setMerchantId($merchantId) + { + $this->merchantId = $merchantId; + } + public function getMerchantId() + { + return $this->merchantId; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + /** + * @param Google_Service_ShoppingContent_ShippingSettings + */ + public function setShippingSettings(Google_Service_ShoppingContent_ShippingSettings $shippingSettings) + { + $this->shippingSettings = $shippingSettings; + } + /** + * @return Google_Service_ShoppingContent_ShippingSettings + */ + public function getShippingSettings() + { + return $this->shippingSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.php new file mode 100644 index 000000000..fbf98b657 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.php @@ -0,0 +1,47 @@ +entries = $entries; + } + /** + * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponseEntry + */ + public function getEntries() + { + return $this->entries; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php new file mode 100644 index 000000000..62fa76d36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php @@ -0,0 +1,71 @@ +batchId = $batchId; + } + public function getBatchId() + { + return $this->batchId; + } + /** + * @param Google_Service_ShoppingContent_Errors + */ + public function setErrors(Google_Service_ShoppingContent_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_ShoppingContent_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_ShippingSettings + */ + public function setShippingSettings(Google_Service_ShoppingContent_ShippingSettings $shippingSettings) + { + $this->shippingSettings = $shippingSettings; + } + /** + * @return Google_Service_ShoppingContent_ShippingSettings + */ + public function getShippingSettings() + { + return $this->shippingSettings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php new file mode 100644 index 000000000..c44b4bc10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php @@ -0,0 +1,47 @@ +carriers = $carriers; + } + /** + * @return Google_Service_ShoppingContent_CarriersCarrier + */ + public function getCarriers() + { + return $this->carriers; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.php new file mode 100644 index 000000000..d9b0dc416 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.php @@ -0,0 +1,47 @@ +holidays = $holidays; + } + /** + * @return Google_Service_ShoppingContent_HolidaysHoliday + */ + public function getHolidays() + { + return $this->holidays; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php new file mode 100644 index 000000000..3a7a47c40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php @@ -0,0 +1,56 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ShoppingContent_ShippingSettings + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_ShoppingContent_ShippingSettings + */ + public function getResources() + { + return $this->resources; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.php new file mode 100644 index 000000000..13fab3adf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.php @@ -0,0 +1,79 @@ +columnHeaders = $columnHeaders; + } + /** + * @return Google_Service_ShoppingContent_Headers + */ + public function getColumnHeaders() + { + return $this->columnHeaders; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ShoppingContent_Headers + */ + public function setRowHeaders(Google_Service_ShoppingContent_Headers $rowHeaders) + { + $this->rowHeaders = $rowHeaders; + } + /** + * @return Google_Service_ShoppingContent_Headers + */ + public function getRowHeaders() + { + return $this->rowHeaders; + } + /** + * @param Google_Service_ShoppingContent_Row + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_ShoppingContent_Row + */ + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php new file mode 100644 index 000000000..b893ea4a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php @@ -0,0 +1,142 @@ +enableOrderinvoices = $enableOrderinvoices; + } + public function getEnableOrderinvoices() + { + return $this->enableOrderinvoices; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_ShoppingContent_TestOrderLineItem + */ + public function setLineItems($lineItems) + { + $this->lineItems = $lineItems; + } + /** + * @return Google_Service_ShoppingContent_TestOrderLineItem + */ + public function getLineItems() + { + return $this->lineItems; + } + public function setNotificationMode($notificationMode) + { + $this->notificationMode = $notificationMode; + } + public function getNotificationMode() + { + return $this->notificationMode; + } + public function setPredefinedBillingAddress($predefinedBillingAddress) + { + $this->predefinedBillingAddress = $predefinedBillingAddress; + } + public function getPredefinedBillingAddress() + { + return $this->predefinedBillingAddress; + } + public function setPredefinedDeliveryAddress($predefinedDeliveryAddress) + { + $this->predefinedDeliveryAddress = $predefinedDeliveryAddress; + } + public function getPredefinedDeliveryAddress() + { + return $this->predefinedDeliveryAddress; + } + public function setPredefinedEmail($predefinedEmail) + { + $this->predefinedEmail = $predefinedEmail; + } + public function getPredefinedEmail() + { + return $this->predefinedEmail; + } + public function setPredefinedPickupDetails($predefinedPickupDetails) + { + $this->predefinedPickupDetails = $predefinedPickupDetails; + } + public function getPredefinedPickupDetails() + { + return $this->predefinedPickupDetails; + } + /** + * @param Google_Service_ShoppingContent_OrderPromotion + */ + public function setPromotions($promotions) + { + $this->promotions = $promotions; + } + /** + * @return Google_Service_ShoppingContent_OrderPromotion + */ + public function getPromotions() + { + return $this->promotions; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) + { + $this->shippingCost = $shippingCost; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getShippingCost() + { + return $this->shippingCost; + } + public function setShippingOption($shippingOption) + { + $this->shippingOption = $shippingOption; + } + public function getShippingOption() + { + return $this->shippingOption; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php new file mode 100644 index 000000000..f4cef4032 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php @@ -0,0 +1,78 @@ +product = $product; + } + /** + * @return Google_Service_ShoppingContent_TestOrderLineItemProduct + */ + public function getProduct() + { + return $this->product; + } + public function setQuantityOrdered($quantityOrdered) + { + $this->quantityOrdered = $quantityOrdered; + } + public function getQuantityOrdered() + { + return $this->quantityOrdered; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemReturnInfo + */ + public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) + { + $this->returnInfo = $returnInfo; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemReturnInfo + */ + public function getReturnInfo() + { + return $this->returnInfo; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemShippingDetails + */ + public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) + { + $this->shippingDetails = $shippingDetails; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemShippingDetails + */ + public function getShippingDetails() + { + return $this->shippingDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php new file mode 100644 index 000000000..b77840529 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php @@ -0,0 +1,160 @@ +brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + public function setCondition($condition) + { + $this->condition = $condition; + } + public function getCondition() + { + return $this->condition; + } + public function setContentLanguage($contentLanguage) + { + $this->contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemProductFee + */ + public function setFees($fees) + { + $this->fees = $fees; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemProductFee + */ + public function getFees() + { + return $this->fees; + } + public function setGtin($gtin) + { + $this->gtin = $gtin; + } + public function getGtin() + { + return $this->gtin; + } + public function setImageLink($imageLink) + { + $this->imageLink = $imageLink; + } + public function getImageLink() + { + return $this->imageLink; + } + public function setItemGroupId($itemGroupId) + { + $this->itemGroupId = $itemGroupId; + } + public function getItemGroupId() + { + return $this->itemGroupId; + } + public function setMpn($mpn) + { + $this->mpn = $mpn; + } + public function getMpn() + { + return $this->mpn; + } + public function setOfferId($offerId) + { + $this->offerId = $offerId; + } + public function getOfferId() + { + return $this->offerId; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setPrice(Google_Service_ShoppingContent_Price $price) + { + $this->price = $price; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getPrice() + { + return $this->price; + } + public function setTargetCountry($targetCountry) + { + $this->targetCountry = $targetCountry; + } + public function getTargetCountry() + { + return $this->targetCountry; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute + */ + public function setVariantAttributes($variantAttributes) + { + $this->variantAttributes = $variantAttributes; + } + /** + * @return Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute + */ + public function getVariantAttributes() + { + return $this->variantAttributes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTable.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTable.php new file mode 100644 index 000000000..d7a0ac883 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTable.php @@ -0,0 +1,56 @@ +postalCodeGroupNames = $postalCodeGroupNames; + } + public function getPostalCodeGroupNames() + { + return $this->postalCodeGroupNames; + } + /** + * @param Google_Service_ShoppingContent_TransitTableTransitTimeRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_ShoppingContent_TransitTableTransitTimeRow + */ + public function getRows() + { + return $this->rows; + } + public function setTransitTimeLabels($transitTimeLabels) + { + $this->transitTimeLabels = $transitTimeLabels; + } + public function getTransitTimeLabels() + { + return $this->transitTimeLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRow.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRow.php new file mode 100644 index 000000000..5ddf2b44d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRow.php @@ -0,0 +1,38 @@ +values = $values; + } + /** + * @return Google_Service_ShoppingContent_TransitTableTransitTimeRowTransitTimeValue + */ + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.php new file mode 100644 index 000000000..d9ec138a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.php @@ -0,0 +1,39 @@ +maxTransitTimeInDays = $maxTransitTimeInDays; + } + public function getMaxTransitTimeInDays() + { + return $this->maxTransitTimeInDays; + } + public function setMinTransitTimeInDays($minTransitTimeInDays) + { + $this->minTransitTimeInDays = $minTransitTimeInDays; + } + public function getMinTransitTimeInDays() + { + return $this->minTransitTimeInDays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoice.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoice.php new file mode 100644 index 000000000..bbabeb68f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoice.php @@ -0,0 +1,70 @@ +additionalCharges = $additionalCharges; + } + /** + * @return Google_Service_ShoppingContent_UnitInvoiceAdditionalCharge + */ + public function getAdditionalCharges() + { + return $this->additionalCharges; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setUnitPrice(Google_Service_ShoppingContent_Price $unitPrice) + { + $this->unitPrice = $unitPrice; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getUnitPrice() + { + return $this->unitPrice; + } + /** + * @param Google_Service_ShoppingContent_UnitInvoiceTaxLine + */ + public function setUnitPriceTaxes($unitPriceTaxes) + { + $this->unitPriceTaxes = $unitPriceTaxes; + } + /** + * @return Google_Service_ShoppingContent_UnitInvoiceTaxLine + */ + public function getUnitPriceTaxes() + { + return $this->unitPriceTaxes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.php new file mode 100644 index 000000000..6edfa99d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.php @@ -0,0 +1,46 @@ +additionalChargeAmount = $additionalChargeAmount; + } + /** + * @return Google_Service_ShoppingContent_Amount + */ + public function getAdditionalChargeAmount() + { + return $this->additionalChargeAmount; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.php new file mode 100644 index 000000000..0c4afef82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.php @@ -0,0 +1,55 @@ +taxAmount = $taxAmount; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getTaxAmount() + { + return $this->taxAmount; + } + public function setTaxName($taxName) + { + $this->taxName = $taxName; + } + public function getTaxName() + { + return $this->taxName; + } + public function setTaxType($taxType) + { + $this->taxType = $taxType; + } + public function getTaxType() + { + return $this->taxType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Value.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Value.php new file mode 100644 index 000000000..6e44a56db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Value.php @@ -0,0 +1,73 @@ +carrierRateName = $carrierRateName; + } + public function getCarrierRateName() + { + return $this->carrierRateName; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate) + { + $this->flatRate = $flatRate; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getFlatRate() + { + return $this->flatRate; + } + public function setNoShipping($noShipping) + { + $this->noShipping = $noShipping; + } + public function getNoShipping() + { + return $this->noShipping; + } + public function setPricePercentage($pricePercentage) + { + $this->pricePercentage = $pricePercentage; + } + public function getPricePercentage() + { + return $this->pricePercentage; + } + public function setSubtableName($subtableName) + { + $this->subtableName = $subtableName; + } + public function getSubtableName() + { + return $this->subtableName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php new file mode 100644 index 000000000..d93d512af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php @@ -0,0 +1,39 @@ +unit = $unit; + } + public function getUnit() + { + return $this->unit; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification.php new file mode 100644 index 000000000..f306ce9ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification.php @@ -0,0 +1,126 @@ + + * Verifies ownership of websites or domains with Google. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_SiteVerification extends Google_Service +{ + /** Manage the list of sites and domains you control. */ + const SITEVERIFICATION = + "https://www.googleapis.com/auth/siteverification"; + /** Manage your new site verifications with Google. */ + const SITEVERIFICATION_VERIFY_ONLY = + "https://www.googleapis.com/auth/siteverification.verify_only"; + + public $webResource; + + /** + * Constructs the internal representation of the SiteVerification 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 = 'siteVerification/v1/'; + $this->batchPath = 'batch/siteVerification/v1'; + $this->version = 'v1'; + $this->serviceName = 'siteVerification'; + + $this->webResource = new Google_Service_SiteVerification_Resource_WebResource( + $this, + $this->serviceName, + 'webResource', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'webResource/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'webResource/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getToken' => array( + 'path' => 'token', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'insert' => array( + 'path' => 'webResource', + 'httpMethod' => 'POST', + 'parameters' => array( + 'verificationMethod' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'webResource', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'webResource/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'webResource/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.php new file mode 100644 index 000000000..236f453d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.php @@ -0,0 +1,124 @@ + + * $siteVerificationService = new Google_Service_SiteVerification(...); + * $webResource = $siteVerificationService->webResource; + * + */ +class Google_Service_SiteVerification_Resource_WebResource extends Google_Service_Resource +{ + /** + * Relinquish ownership of a website or domain. (webResource.delete) + * + * @param string $id The id of a verified site or domain. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get the most current data for a website or domain. (webResource.get) + * + * @param string $id The id of a verified site or domain. + * @param array $optParams Optional parameters. + * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource + */ + public function get($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); + } + /** + * Get a verification token for placing on a website or domain. + * (webResource.getToken) + * + * @param Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse + */ + public function getToken(Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getToken', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse"); + } + /** + * Attempt verification of a website or domain. (webResource.insert) + * + * @param string $verificationMethod The method to use for verifying a site or + * domain. + * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource + */ + public function insert($verificationMethod, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array()) + { + $params = array('verificationMethod' => $verificationMethod, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); + } + /** + * Get the list of your verified websites and domains. + * (webResource.listWebResource) + * + * @param array $optParams Optional parameters. + * @return Google_Service_SiteVerification_SiteVerificationWebResourceListResponse + */ + public function listWebResource($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceListResponse"); + } + /** + * Modify the list of owners for your website or domain. This method supports + * patch semantics. (webResource.patch) + * + * @param string $id The id of a verified site or domain. + * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource + */ + public function patch($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); + } + /** + * Modify the list of owners for your website or domain. (webResource.update) + * + * @param string $id The id of a verified site or domain. + * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource + */ + public function update($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequest.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequest.php new file mode 100644 index 000000000..8e417284d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequest.php @@ -0,0 +1,46 @@ +site = $site; + } + /** + * @return Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite + */ + public function getSite() + { + return $this->site; + } + public function setVerificationMethod($verificationMethod) + { + $this->verificationMethod = $verificationMethod; + } + public function getVerificationMethod() + { + return $this->verificationMethod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php new file mode 100644 index 000000000..4ab2fc5c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php @@ -0,0 +1,39 @@ +identifier = $identifier; + } + public function getIdentifier() + { + return $this->identifier; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenResponse.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenResponse.php new file mode 100644 index 000000000..4cf5f5da5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenResponse.php @@ -0,0 +1,39 @@ +method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceListResponse.php new file mode 100644 index 000000000..888e3f323 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceListResponse.php @@ -0,0 +1,38 @@ +items = $items; + } + /** + * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.php new file mode 100644 index 000000000..bc8f1014c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.php @@ -0,0 +1,56 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setOwners($owners) + { + $this->owners = $owners; + } + public function getOwners() + { + return $this->owners; + } + /** + * @param Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite + */ + public function setSite(Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite $site) + { + $this->site = $site; + } + /** + * @return Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite + */ + public function getSite() + { + return $this->site; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.php new file mode 100644 index 000000000..40e32a208 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.php @@ -0,0 +1,39 @@ +identifier = $identifier; + } + public function getIdentifier() + { + return $this->identifier; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides.php b/vendor/google/apiclient-services/src/Google/Service/Slides.php new file mode 100644 index 000000000..894b24602 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides.php @@ -0,0 +1,156 @@ + + * Reads and writes Google Slides presentations. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +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. */ + const DRIVE_FILE = + "https://www.googleapis.com/auth/drive.file"; + /** See and download all your Google Drive files. */ + const DRIVE_READONLY = + "https://www.googleapis.com/auth/drive.readonly"; + /** View and manage your Google Slides presentations. */ + const PRESENTATIONS = + "https://www.googleapis.com/auth/presentations"; + /** View your Google Slides presentations. */ + const PRESENTATIONS_READONLY = + "https://www.googleapis.com/auth/presentations.readonly"; + /** See, edit, create, and delete your spreadsheets in Google Drive. */ + const SPREADSHEETS = + "https://www.googleapis.com/auth/spreadsheets"; + /** View your Google Spreadsheets. */ + const SPREADSHEETS_READONLY = + "https://www.googleapis.com/auth/spreadsheets.readonly"; + + public $presentations; + public $presentations_pages; + + /** + * Constructs the internal representation of the Slides 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://slides.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'slides'; + + $this->presentations = new Google_Service_Slides_Resource_Presentations( + $this, + $this->serviceName, + 'presentations', + array( + 'methods' => array( + 'batchUpdate' => array( + 'path' => 'v1/presentations/{presentationId}:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'presentationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/presentations', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/presentations/{+presentationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'presentationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->presentations_pages = new Google_Service_Slides_Resource_PresentationsPages( + $this, + $this->serviceName, + 'pages', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'presentationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageObjectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getThumbnail' => array( + 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail', + 'httpMethod' => 'GET', + 'parameters' => array( + 'presentationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageObjectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'thumbnailProperties.mimeType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'thumbnailProperties.thumbnailSize' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.php b/vendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.php new file mode 100644 index 000000000..ab3bdefc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.php @@ -0,0 +1,84 @@ +scaleX = $scaleX; + } + public function getScaleX() + { + return $this->scaleX; + } + public function setScaleY($scaleY) + { + $this->scaleY = $scaleY; + } + public function getScaleY() + { + return $this->scaleY; + } + public function setShearX($shearX) + { + $this->shearX = $shearX; + } + public function getShearX() + { + return $this->shearX; + } + public function setShearY($shearY) + { + $this->shearY = $shearY; + } + public function getShearY() + { + return $this->shearY; + } + public function setTranslateX($translateX) + { + $this->translateX = $translateX; + } + public function getTranslateX() + { + return $this->translateX; + } + public function setTranslateY($translateY) + { + $this->translateY = $translateY; + } + public function getTranslateY() + { + return $this->translateY; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/AutoText.php b/vendor/google/apiclient-services/src/Google/Service/Slides/AutoText.php new file mode 100644 index 000000000..18005f3ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/AutoText.php @@ -0,0 +1,55 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Slides_TextStyle + */ + public function setStyle(Google_Service_Slides_TextStyle $style) + { + $this->style = $style; + } + /** + * @return Google_Service_Slides_TextStyle + */ + public function getStyle() + { + return $this->style; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.php new file mode 100644 index 000000000..f1415ccc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.php @@ -0,0 +1,54 @@ +requests = $requests; + } + /** + * @return Google_Service_Slides_Request + */ + public function getRequests() + { + return $this->requests; + } + /** + * @param Google_Service_Slides_WriteControl + */ + public function setWriteControl(Google_Service_Slides_WriteControl $writeControl) + { + $this->writeControl = $writeControl; + } + /** + * @return Google_Service_Slides_WriteControl + */ + public function getWriteControl() + { + return $this->writeControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.php new file mode 100644 index 000000000..0d6592fc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.php @@ -0,0 +1,63 @@ +presentationId = $presentationId; + } + public function getPresentationId() + { + return $this->presentationId; + } + /** + * @param Google_Service_Slides_Response + */ + public function setReplies($replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_Slides_Response + */ + public function getReplies() + { + return $this->replies; + } + /** + * @param Google_Service_Slides_WriteControl + */ + public function setWriteControl(Google_Service_Slides_WriteControl $writeControl) + { + $this->writeControl = $writeControl; + } + /** + * @return Google_Service_Slides_WriteControl + */ + public function getWriteControl() + { + return $this->writeControl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Bullet.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Bullet.php new file mode 100644 index 000000000..4747e068b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Bullet.php @@ -0,0 +1,64 @@ +bulletStyle = $bulletStyle; + } + /** + * @return Google_Service_Slides_TextStyle + */ + public function getBulletStyle() + { + return $this->bulletStyle; + } + public function setGlyph($glyph) + { + $this->glyph = $glyph; + } + public function getGlyph() + { + return $this->glyph; + } + public function setListId($listId) + { + $this->listId = $listId; + } + public function getListId() + { + return $this->listId; + } + public function setNestingLevel($nestingLevel) + { + $this->nestingLevel = $nestingLevel; + } + public function getNestingLevel() + { + return $this->nestingLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php new file mode 100644 index 000000000..b55eeb61f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php @@ -0,0 +1,38 @@ +colors = $colors; + } + /** + * @return Google_Service_Slides_ThemeColorPair + */ + public function getColors() + { + return $this->colors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.php new file mode 100644 index 000000000..a2b1ddf10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.php @@ -0,0 +1,55 @@ +alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + /** + * @param Google_Service_Slides_OpaqueColor + */ + public function setColor(Google_Service_Slides_OpaqueColor $color) + { + $this->color = $color; + } + /** + * @return Google_Service_Slides_OpaqueColor + */ + public function getColor() + { + return $this->color; + } + public function setPosition($position) + { + $this->position = $position; + } + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.php new file mode 100644 index 000000000..8d5c2b78e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.php @@ -0,0 +1,55 @@ +elementProperties = $elementProperties; + } + /** + * @return Google_Service_Slides_PageElementProperties + */ + public function getElementProperties() + { + return $this->elementProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php new file mode 100644 index 000000000..b87c55883 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineRequest.php new file mode 100644 index 000000000..69807dcf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineRequest.php @@ -0,0 +1,64 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + /** + * @param Google_Service_Slides_PageElementProperties + */ + public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) + { + $this->elementProperties = $elementProperties; + } + /** + * @return Google_Service_Slides_PageElementProperties + */ + public function getElementProperties() + { + return $this->elementProperties; + } + public function setLineCategory($lineCategory) + { + $this->lineCategory = $lineCategory; + } + public function getLineCategory() + { + return $this->lineCategory; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php new file mode 100644 index 000000000..19f77e1da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateParagraphBulletsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateParagraphBulletsRequest.php new file mode 100644 index 000000000..6396401cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateParagraphBulletsRequest.php @@ -0,0 +1,71 @@ +bulletPreset = $bulletPreset; + } + public function getBulletPreset() + { + return $this->bulletPreset; + } + /** + * @param Google_Service_Slides_TableCellLocation + */ + public function setCellLocation(Google_Service_Slides_TableCellLocation $cellLocation) + { + $this->cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_Range + */ + public function setTextRange(Google_Service_Slides_Range $textRange) + { + $this->textRange = $textRange; + } + /** + * @return Google_Service_Slides_Range + */ + public function getTextRange() + { + return $this->textRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeRequest.php new file mode 100644 index 000000000..4fb131ee7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeRequest.php @@ -0,0 +1,55 @@ +elementProperties = $elementProperties; + } + /** + * @return Google_Service_Slides_PageElementProperties + */ + public function getElementProperties() + { + return $this->elementProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setShapeType($shapeType) + { + $this->shapeType = $shapeType; + } + public function getShapeType() + { + return $this->shapeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php new file mode 100644 index 000000000..2cce3d163 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartRequest.php new file mode 100644 index 000000000..ccfc1da60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartRequest.php @@ -0,0 +1,73 @@ +chartId = $chartId; + } + public function getChartId() + { + return $this->chartId; + } + /** + * @param Google_Service_Slides_PageElementProperties + */ + public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) + { + $this->elementProperties = $elementProperties; + } + /** + * @return Google_Service_Slides_PageElementProperties + */ + public function getElementProperties() + { + return $this->elementProperties; + } + public function setLinkingMode($linkingMode) + { + $this->linkingMode = $linkingMode; + } + public function getLinkingMode() + { + return $this->linkingMode; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php new file mode 100644 index 000000000..b66d6ea03 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideRequest.php new file mode 100644 index 000000000..be0fd01c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideRequest.php @@ -0,0 +1,72 @@ +insertionIndex = $insertionIndex; + } + public function getInsertionIndex() + { + return $this->insertionIndex; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_LayoutPlaceholderIdMapping + */ + public function setPlaceholderIdMappings($placeholderIdMappings) + { + $this->placeholderIdMappings = $placeholderIdMappings; + } + /** + * @return Google_Service_Slides_LayoutPlaceholderIdMapping + */ + public function getPlaceholderIdMappings() + { + return $this->placeholderIdMappings; + } + /** + * @param Google_Service_Slides_LayoutReference + */ + public function setSlideLayoutReference(Google_Service_Slides_LayoutReference $slideLayoutReference) + { + $this->slideLayoutReference = $slideLayoutReference; + } + /** + * @return Google_Service_Slides_LayoutReference + */ + public function getSlideLayoutReference() + { + return $this->slideLayoutReference; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.php new file mode 100644 index 000000000..b96d5bb0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableRequest.php new file mode 100644 index 000000000..bd5d85848 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableRequest.php @@ -0,0 +1,64 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + /** + * @param Google_Service_Slides_PageElementProperties + */ + public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) + { + $this->elementProperties = $elementProperties; + } + /** + * @return Google_Service_Slides_PageElementProperties + */ + public function getElementProperties() + { + return $this->elementProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php new file mode 100644 index 000000000..5dd37c508 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoRequest.php new file mode 100644 index 000000000..53a23e4fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoRequest.php @@ -0,0 +1,64 @@ +elementProperties = $elementProperties; + } + /** + * @return Google_Service_Slides_PageElementProperties + */ + public function getElementProperties() + { + return $this->elementProperties; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php new file mode 100644 index 000000000..38962a285 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CropProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CropProperties.php new file mode 100644 index 000000000..8bbf0ae18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CropProperties.php @@ -0,0 +1,66 @@ +angle = $angle; + } + public function getAngle() + { + return $this->angle; + } + public function setBottomOffset($bottomOffset) + { + $this->bottomOffset = $bottomOffset; + } + public function getBottomOffset() + { + return $this->bottomOffset; + } + public function setLeftOffset($leftOffset) + { + $this->leftOffset = $leftOffset; + } + public function getLeftOffset() + { + return $this->leftOffset; + } + public function setRightOffset($rightOffset) + { + $this->rightOffset = $rightOffset; + } + public function getRightOffset() + { + return $this->rightOffset; + } + public function setTopOffset($topOffset) + { + $this->topOffset = $topOffset; + } + public function getTopOffset() + { + return $this->topOffset; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteObjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteObjectRequest.php new file mode 100644 index 000000000..cd05024fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteObjectRequest.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteParagraphBulletsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteParagraphBulletsRequest.php new file mode 100644 index 000000000..7df37e956 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteParagraphBulletsRequest.php @@ -0,0 +1,62 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_Range + */ + public function setTextRange(Google_Service_Slides_Range $textRange) + { + $this->textRange = $textRange; + } + /** + * @return Google_Service_Slides_Range + */ + public function getTextRange() + { + return $this->textRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.php new file mode 100644 index 000000000..9c1b5bea7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.php @@ -0,0 +1,46 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setTableObjectId($tableObjectId) + { + $this->tableObjectId = $tableObjectId; + } + public function getTableObjectId() + { + return $this->tableObjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php new file mode 100644 index 000000000..2b9ab53cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php @@ -0,0 +1,46 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setTableObjectId($tableObjectId) + { + $this->tableObjectId = $tableObjectId; + } + public function getTableObjectId() + { + return $this->tableObjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php new file mode 100644 index 000000000..88f6261fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php @@ -0,0 +1,62 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_Range + */ + public function setTextRange(Google_Service_Slides_Range $textRange) + { + $this->textRange = $textRange; + } + /** + * @return Google_Service_Slides_Range + */ + public function getTextRange() + { + return $this->textRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Dimension.php new file mode 100644 index 000000000..5dae5a31a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Dimension.php @@ -0,0 +1,39 @@ +magnitude = $magnitude; + } + public function getMagnitude() + { + return $this->magnitude; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectRequest.php new file mode 100644 index 000000000..040d97e02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectRequest.php @@ -0,0 +1,39 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setObjectIds($objectIds) + { + $this->objectIds = $objectIds; + } + public function getObjectIds() + { + return $this->objectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectResponse.php new file mode 100644 index 000000000..695d2b076 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DuplicateObjectResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Group.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Group.php new file mode 100644 index 000000000..480112f5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Group.php @@ -0,0 +1,38 @@ +children = $children; + } + /** + * @return Google_Service_Slides_PageElement + */ + public function getChildren() + { + return $this->children; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsRequest.php new file mode 100644 index 000000000..a8f178722 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsRequest.php @@ -0,0 +1,40 @@ +childrenObjectIds = $childrenObjectIds; + } + public function getChildrenObjectIds() + { + return $this->childrenObjectIds; + } + public function setGroupObjectId($groupObjectId) + { + $this->groupObjectId = $groupObjectId; + } + public function getGroupObjectId() + { + return $this->groupObjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsResponse.php new file mode 100644 index 000000000..513f08634 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/GroupObjectsResponse.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php new file mode 100644 index 000000000..be81fe59d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php @@ -0,0 +1,55 @@ +contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + /** + * @param Google_Service_Slides_ImageProperties + */ + public function setImageProperties(Google_Service_Slides_ImageProperties $imageProperties) + { + $this->imageProperties = $imageProperties; + } + /** + * @return Google_Service_Slides_ImageProperties + */ + public function getImageProperties() + { + return $this->imageProperties; + } + public function setSourceUrl($sourceUrl) + { + $this->sourceUrl = $sourceUrl; + } + public function getSourceUrl() + { + return $this->sourceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.php new file mode 100644 index 000000000..8523d25e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.php @@ -0,0 +1,128 @@ +brightness = $brightness; + } + public function getBrightness() + { + return $this->brightness; + } + public function setContrast($contrast) + { + $this->contrast = $contrast; + } + public function getContrast() + { + return $this->contrast; + } + /** + * @param Google_Service_Slides_CropProperties + */ + public function setCropProperties(Google_Service_Slides_CropProperties $cropProperties) + { + $this->cropProperties = $cropProperties; + } + /** + * @return Google_Service_Slides_CropProperties + */ + public function getCropProperties() + { + return $this->cropProperties; + } + /** + * @param Google_Service_Slides_Link + */ + public function setLink(Google_Service_Slides_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Slides_Link + */ + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_Slides_Outline + */ + public function setOutline(Google_Service_Slides_Outline $outline) + { + $this->outline = $outline; + } + /** + * @return Google_Service_Slides_Outline + */ + public function getOutline() + { + return $this->outline; + } + /** + * @param Google_Service_Slides_Recolor + */ + public function setRecolor(Google_Service_Slides_Recolor $recolor) + { + $this->recolor = $recolor; + } + /** + * @return Google_Service_Slides_Recolor + */ + public function getRecolor() + { + return $this->recolor; + } + /** + * @param Google_Service_Slides_Shadow + */ + public function setShadow(Google_Service_Slides_Shadow $shadow) + { + $this->shadow = $shadow; + } + /** + * @return Google_Service_Slides_Shadow + */ + public function getShadow() + { + return $this->shadow; + } + public function setTransparency($transparency) + { + $this->transparency = $transparency; + } + public function getTransparency() + { + return $this->transparency; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php new file mode 100644 index 000000000..1f8ea5c15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php @@ -0,0 +1,64 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setInsertRight($insertRight) + { + $this->insertRight = $insertRight; + } + public function getInsertRight() + { + return $this->insertRight; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setTableObjectId($tableObjectId) + { + $this->tableObjectId = $tableObjectId; + } + public function getTableObjectId() + { + return $this->tableObjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php new file mode 100644 index 000000000..5fc80a463 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php @@ -0,0 +1,64 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setInsertBelow($insertBelow) + { + $this->insertBelow = $insertBelow; + } + public function getInsertBelow() + { + return $this->insertBelow; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } + public function setTableObjectId($tableObjectId) + { + $this->tableObjectId = $tableObjectId; + } + public function getTableObjectId() + { + return $this->tableObjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php new file mode 100644 index 000000000..2b7dd352b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php @@ -0,0 +1,64 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setInsertionIndex($insertionIndex) + { + $this->insertionIndex = $insertionIndex; + } + public function getInsertionIndex() + { + return $this->insertionIndex; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php new file mode 100644 index 000000000..f05296bfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php @@ -0,0 +1,55 @@ +layoutPlaceholder = $layoutPlaceholder; + } + /** + * @return Google_Service_Slides_Placeholder + */ + public function getLayoutPlaceholder() + { + return $this->layoutPlaceholder; + } + public function setLayoutPlaceholderObjectId($layoutPlaceholderObjectId) + { + $this->layoutPlaceholderObjectId = $layoutPlaceholderObjectId; + } + public function getLayoutPlaceholderObjectId() + { + return $this->layoutPlaceholderObjectId; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php new file mode 100644 index 000000000..fb6336920 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setMasterObjectId($masterObjectId) + { + $this->masterObjectId = $masterObjectId; + } + public function getMasterObjectId() + { + return $this->masterObjectId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutReference.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutReference.php new file mode 100644 index 000000000..60b745cee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutReference.php @@ -0,0 +1,39 @@ +layoutId = $layoutId; + } + public function getLayoutId() + { + return $this->layoutId; + } + public function setPredefinedLayout($predefinedLayout) + { + $this->predefinedLayout = $predefinedLayout; + } + public function getPredefinedLayout() + { + return $this->predefinedLayout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Line.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Line.php new file mode 100644 index 000000000..04f5e50bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Line.php @@ -0,0 +1,55 @@ +lineCategory = $lineCategory; + } + public function getLineCategory() + { + return $this->lineCategory; + } + /** + * @param Google_Service_Slides_LineProperties + */ + public function setLineProperties(Google_Service_Slides_LineProperties $lineProperties) + { + $this->lineProperties = $lineProperties; + } + /** + * @return Google_Service_Slides_LineProperties + */ + public function getLineProperties() + { + return $this->lineProperties; + } + public function setLineType($lineType) + { + $this->lineType = $lineType; + } + public function getLineType() + { + return $this->lineType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LineConnection.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LineConnection.php new file mode 100644 index 000000000..b7c3a540d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LineConnection.php @@ -0,0 +1,39 @@ +connectedObjectId = $connectedObjectId; + } + public function getConnectedObjectId() + { + return $this->connectedObjectId; + } + public function setConnectionSiteIndex($connectionSiteIndex) + { + $this->connectionSiteIndex = $connectionSiteIndex; + } + public function getConnectionSiteIndex() + { + return $this->connectionSiteIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php new file mode 100644 index 000000000..be5df1737 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php @@ -0,0 +1,37 @@ +solidFill = $solidFill; + } + /** + * @return Google_Service_Slides_SolidFill + */ + public function getSolidFill() + { + return $this->solidFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.php new file mode 100644 index 000000000..c86f0e957 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.php @@ -0,0 +1,128 @@ +dashStyle = $dashStyle; + } + public function getDashStyle() + { + return $this->dashStyle; + } + public function setEndArrow($endArrow) + { + $this->endArrow = $endArrow; + } + public function getEndArrow() + { + return $this->endArrow; + } + /** + * @param Google_Service_Slides_LineConnection + */ + public function setEndConnection(Google_Service_Slides_LineConnection $endConnection) + { + $this->endConnection = $endConnection; + } + /** + * @return Google_Service_Slides_LineConnection + */ + public function getEndConnection() + { + return $this->endConnection; + } + /** + * @param Google_Service_Slides_LineFill + */ + public function setLineFill(Google_Service_Slides_LineFill $lineFill) + { + $this->lineFill = $lineFill; + } + /** + * @return Google_Service_Slides_LineFill + */ + public function getLineFill() + { + return $this->lineFill; + } + /** + * @param Google_Service_Slides_Link + */ + public function setLink(Google_Service_Slides_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Slides_Link + */ + public function getLink() + { + return $this->link; + } + public function setStartArrow($startArrow) + { + $this->startArrow = $startArrow; + } + public function getStartArrow() + { + return $this->startArrow; + } + /** + * @param Google_Service_Slides_LineConnection + */ + public function setStartConnection(Google_Service_Slides_LineConnection $startConnection) + { + $this->startConnection = $startConnection; + } + /** + * @return Google_Service_Slides_LineConnection + */ + public function getStartConnection() + { + return $this->startConnection; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setWeight(Google_Service_Slides_Dimension $weight) + { + $this->weight = $weight; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Link.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Link.php new file mode 100644 index 000000000..d9dff1c9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Link.php @@ -0,0 +1,57 @@ +pageObjectId = $pageObjectId; + } + public function getPageObjectId() + { + return $this->pageObjectId; + } + public function setRelativeLink($relativeLink) + { + $this->relativeLink = $relativeLink; + } + public function getRelativeLink() + { + return $this->relativeLink; + } + public function setSlideIndex($slideIndex) + { + $this->slideIndex = $slideIndex; + } + public function getSlideIndex() + { + return $this->slideIndex; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/MasterProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/MasterProperties.php new file mode 100644 index 000000000..4aea30d7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/MasterProperties.php @@ -0,0 +1,30 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/MergeTableCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/MergeTableCellsRequest.php new file mode 100644 index 000000000..87b66f2d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/MergeTableCellsRequest.php @@ -0,0 +1,46 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_TableRange + */ + public function setTableRange(Google_Service_Slides_TableRange $tableRange) + { + $this->tableRange = $tableRange; + } + /** + * @return Google_Service_Slides_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/NestingLevel.php b/vendor/google/apiclient-services/src/Google/Service/Slides/NestingLevel.php new file mode 100644 index 000000000..13fd2c597 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/NestingLevel.php @@ -0,0 +1,37 @@ +bulletStyle = $bulletStyle; + } + /** + * @return Google_Service_Slides_TextStyle + */ + public function getBulletStyle() + { + return $this->bulletStyle; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.php new file mode 100644 index 000000000..3cc5b604d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.php @@ -0,0 +1,30 @@ +speakerNotesObjectId = $speakerNotesObjectId; + } + public function getSpeakerNotesObjectId() + { + return $this->speakerNotesObjectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/OpaqueColor.php b/vendor/google/apiclient-services/src/Google/Service/Slides/OpaqueColor.php new file mode 100644 index 000000000..16ae229ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/OpaqueColor.php @@ -0,0 +1,46 @@ +rgbColor = $rgbColor; + } + /** + * @return Google_Service_Slides_RgbColor + */ + public function getRgbColor() + { + return $this->rgbColor; + } + public function setThemeColor($themeColor) + { + $this->themeColor = $themeColor; + } + public function getThemeColor() + { + return $this->themeColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php b/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php new file mode 100644 index 000000000..266c1ea60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php @@ -0,0 +1,37 @@ +opaqueColor = $opaqueColor; + } + /** + * @return Google_Service_Slides_OpaqueColor + */ + public function getOpaqueColor() + { + return $this->opaqueColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Outline.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Outline.php new file mode 100644 index 000000000..366d901b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Outline.php @@ -0,0 +1,71 @@ +dashStyle = $dashStyle; + } + public function getDashStyle() + { + return $this->dashStyle; + } + /** + * @param Google_Service_Slides_OutlineFill + */ + public function setOutlineFill(Google_Service_Slides_OutlineFill $outlineFill) + { + $this->outlineFill = $outlineFill; + } + /** + * @return Google_Service_Slides_OutlineFill + */ + public function getOutlineFill() + { + return $this->outlineFill; + } + public function setPropertyState($propertyState) + { + $this->propertyState = $propertyState; + } + public function getPropertyState() + { + return $this->propertyState; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setWeight(Google_Service_Slides_Dimension $weight) + { + $this->weight = $weight; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.php new file mode 100644 index 000000000..c0630b1f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.php @@ -0,0 +1,37 @@ +solidFill = $solidFill; + } + /** + * @return Google_Service_Slides_SolidFill + */ + public function getSolidFill() + { + return $this->solidFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Page.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Page.php new file mode 100644 index 000000000..353cc4889 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Page.php @@ -0,0 +1,145 @@ +layoutProperties = $layoutProperties; + } + /** + * @return Google_Service_Slides_LayoutProperties + */ + public function getLayoutProperties() + { + return $this->layoutProperties; + } + /** + * @param Google_Service_Slides_MasterProperties + */ + public function setMasterProperties(Google_Service_Slides_MasterProperties $masterProperties) + { + $this->masterProperties = $masterProperties; + } + /** + * @return Google_Service_Slides_MasterProperties + */ + public function getMasterProperties() + { + return $this->masterProperties; + } + /** + * @param Google_Service_Slides_NotesProperties + */ + public function setNotesProperties(Google_Service_Slides_NotesProperties $notesProperties) + { + $this->notesProperties = $notesProperties; + } + /** + * @return Google_Service_Slides_NotesProperties + */ + public function getNotesProperties() + { + return $this->notesProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_PageElement + */ + public function setPageElements($pageElements) + { + $this->pageElements = $pageElements; + } + /** + * @return Google_Service_Slides_PageElement + */ + public function getPageElements() + { + return $this->pageElements; + } + /** + * @param Google_Service_Slides_PageProperties + */ + public function setPageProperties(Google_Service_Slides_PageProperties $pageProperties) + { + $this->pageProperties = $pageProperties; + } + /** + * @return Google_Service_Slides_PageProperties + */ + public function getPageProperties() + { + return $this->pageProperties; + } + public function setPageType($pageType) + { + $this->pageType = $pageType; + } + public function getPageType() + { + return $this->pageType; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } + /** + * @param Google_Service_Slides_SlideProperties + */ + public function setSlideProperties(Google_Service_Slides_SlideProperties $slideProperties) + { + $this->slideProperties = $slideProperties; + } + /** + * @return Google_Service_Slides_SlideProperties + */ + public function getSlideProperties() + { + return $this->slideProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.php new file mode 100644 index 000000000..9d4e1f804 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.php @@ -0,0 +1,62 @@ +propertyState = $propertyState; + } + public function getPropertyState() + { + return $this->propertyState; + } + /** + * @param Google_Service_Slides_SolidFill + */ + public function setSolidFill(Google_Service_Slides_SolidFill $solidFill) + { + $this->solidFill = $solidFill; + } + /** + * @return Google_Service_Slides_SolidFill + */ + public function getSolidFill() + { + return $this->solidFill; + } + /** + * @param Google_Service_Slides_StretchedPictureFill + */ + public function setStretchedPictureFill(Google_Service_Slides_StretchedPictureFill $stretchedPictureFill) + { + $this->stretchedPictureFill = $stretchedPictureFill; + } + /** + * @return Google_Service_Slides_StretchedPictureFill + */ + public function getStretchedPictureFill() + { + return $this->stretchedPictureFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/PageElement.php b/vendor/google/apiclient-services/src/Google/Service/Slides/PageElement.php new file mode 100644 index 000000000..8c0b9c244 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageElement.php @@ -0,0 +1,208 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Slides_Group + */ + public function setElementGroup(Google_Service_Slides_Group $elementGroup) + { + $this->elementGroup = $elementGroup; + } + /** + * @return Google_Service_Slides_Group + */ + public function getElementGroup() + { + return $this->elementGroup; + } + /** + * @param Google_Service_Slides_Image + */ + public function setImage(Google_Service_Slides_Image $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Slides_Image + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Slides_Line + */ + public function setLine(Google_Service_Slides_Line $line) + { + $this->line = $line; + } + /** + * @return Google_Service_Slides_Line + */ + public function getLine() + { + return $this->line; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_Shape + */ + public function setShape(Google_Service_Slides_Shape $shape) + { + $this->shape = $shape; + } + /** + * @return Google_Service_Slides_Shape + */ + public function getShape() + { + return $this->shape; + } + /** + * @param Google_Service_Slides_SheetsChart + */ + public function setSheetsChart(Google_Service_Slides_SheetsChart $sheetsChart) + { + $this->sheetsChart = $sheetsChart; + } + /** + * @return Google_Service_Slides_SheetsChart + */ + public function getSheetsChart() + { + return $this->sheetsChart; + } + /** + * @param Google_Service_Slides_Size + */ + public function setSize(Google_Service_Slides_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Slides_Size + */ + public function getSize() + { + return $this->size; + } + /** + * @param Google_Service_Slides_Table + */ + public function setTable(Google_Service_Slides_Table $table) + { + $this->table = $table; + } + /** + * @return Google_Service_Slides_Table + */ + public function getTable() + { + return $this->table; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + /** + * @param Google_Service_Slides_AffineTransform + */ + public function setTransform(Google_Service_Slides_AffineTransform $transform) + { + $this->transform = $transform; + } + /** + * @return Google_Service_Slides_AffineTransform + */ + public function getTransform() + { + return $this->transform; + } + /** + * @param Google_Service_Slides_Video + */ + public function setVideo(Google_Service_Slides_Video $video) + { + $this->video = $video; + } + /** + * @return Google_Service_Slides_Video + */ + public function getVideo() + { + return $this->video; + } + /** + * @param Google_Service_Slides_WordArt + */ + public function setWordArt(Google_Service_Slides_WordArt $wordArt) + { + $this->wordArt = $wordArt; + } + /** + * @return Google_Service_Slides_WordArt + */ + public function getWordArt() + { + return $this->wordArt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.php new file mode 100644 index 000000000..19e8b0181 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.php @@ -0,0 +1,62 @@ +pageObjectId = $pageObjectId; + } + public function getPageObjectId() + { + return $this->pageObjectId; + } + /** + * @param Google_Service_Slides_Size + */ + public function setSize(Google_Service_Slides_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Slides_Size + */ + public function getSize() + { + return $this->size; + } + /** + * @param Google_Service_Slides_AffineTransform + */ + public function setTransform(Google_Service_Slides_AffineTransform $transform) + { + $this->transform = $transform; + } + /** + * @return Google_Service_Slides_AffineTransform + */ + public function getTransform() + { + return $this->transform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.php new file mode 100644 index 000000000..ad5591acb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.php @@ -0,0 +1,53 @@ +colorScheme = $colorScheme; + } + /** + * @return Google_Service_Slides_ColorScheme + */ + public function getColorScheme() + { + return $this->colorScheme; + } + /** + * @param Google_Service_Slides_PageBackgroundFill + */ + public function setPageBackgroundFill(Google_Service_Slides_PageBackgroundFill $pageBackgroundFill) + { + $this->pageBackgroundFill = $pageBackgroundFill; + } + /** + * @return Google_Service_Slides_PageBackgroundFill + */ + public function getPageBackgroundFill() + { + return $this->pageBackgroundFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.php new file mode 100644 index 000000000..8201cc2b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.php @@ -0,0 +1,53 @@ +bullet = $bullet; + } + /** + * @return Google_Service_Slides_Bullet + */ + public function getBullet() + { + return $this->bullet; + } + /** + * @param Google_Service_Slides_ParagraphStyle + */ + public function setStyle(Google_Service_Slides_ParagraphStyle $style) + { + $this->style = $style; + } + /** + * @return Google_Service_Slides_ParagraphStyle + */ + public function getStyle() + { + return $this->style; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.php new file mode 100644 index 000000000..107e2afb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.php @@ -0,0 +1,137 @@ +alignment = $alignment; + } + public function getAlignment() + { + return $this->alignment; + } + public function setDirection($direction) + { + $this->direction = $direction; + } + public function getDirection() + { + return $this->direction; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setIndentEnd(Google_Service_Slides_Dimension $indentEnd) + { + $this->indentEnd = $indentEnd; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getIndentEnd() + { + return $this->indentEnd; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setIndentFirstLine(Google_Service_Slides_Dimension $indentFirstLine) + { + $this->indentFirstLine = $indentFirstLine; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getIndentFirstLine() + { + return $this->indentFirstLine; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setIndentStart(Google_Service_Slides_Dimension $indentStart) + { + $this->indentStart = $indentStart; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getIndentStart() + { + return $this->indentStart; + } + public function setLineSpacing($lineSpacing) + { + $this->lineSpacing = $lineSpacing; + } + public function getLineSpacing() + { + return $this->lineSpacing; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setSpaceAbove(Google_Service_Slides_Dimension $spaceAbove) + { + $this->spaceAbove = $spaceAbove; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getSpaceAbove() + { + return $this->spaceAbove; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setSpaceBelow(Google_Service_Slides_Dimension $spaceBelow) + { + $this->spaceBelow = $spaceBelow; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getSpaceBelow() + { + return $this->spaceBelow; + } + public function setSpacingMode($spacingMode) + { + $this->spacingMode = $spacingMode; + } + public function getSpacingMode() + { + return $this->spacingMode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php new file mode 100644 index 000000000..7633ef48e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php @@ -0,0 +1,48 @@ +index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setParentObjectId($parentObjectId) + { + $this->parentObjectId = $parentObjectId; + } + public function getParentObjectId() + { + return $this->parentObjectId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Presentation.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Presentation.php new file mode 100644 index 000000000..4eb8b3830 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Presentation.php @@ -0,0 +1,138 @@ +layouts = $layouts; + } + /** + * @return Google_Service_Slides_Page + */ + public function getLayouts() + { + return $this->layouts; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + /** + * @param Google_Service_Slides_Page + */ + public function setMasters($masters) + { + $this->masters = $masters; + } + /** + * @return Google_Service_Slides_Page + */ + public function getMasters() + { + return $this->masters; + } + /** + * @param Google_Service_Slides_Page + */ + public function setNotesMaster(Google_Service_Slides_Page $notesMaster) + { + $this->notesMaster = $notesMaster; + } + /** + * @return Google_Service_Slides_Page + */ + public function getNotesMaster() + { + return $this->notesMaster; + } + /** + * @param Google_Service_Slides_Size + */ + public function setPageSize(Google_Service_Slides_Size $pageSize) + { + $this->pageSize = $pageSize; + } + /** + * @return Google_Service_Slides_Size + */ + public function getPageSize() + { + return $this->pageSize; + } + public function setPresentationId($presentationId) + { + $this->presentationId = $presentationId; + } + public function getPresentationId() + { + return $this->presentationId; + } + public function setRevisionId($revisionId) + { + $this->revisionId = $revisionId; + } + public function getRevisionId() + { + return $this->revisionId; + } + /** + * @param Google_Service_Slides_Page + */ + public function setSlides($slides) + { + $this->slides = $slides; + } + /** + * @return Google_Service_Slides_Page + */ + public function getSlides() + { + return $this->slides; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php new file mode 100644 index 000000000..dfb8448f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php @@ -0,0 +1,48 @@ +endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Recolor.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Recolor.php new file mode 100644 index 000000000..39164c897 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Recolor.php @@ -0,0 +1,47 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Slides_ColorStop + */ + public function setRecolorStops($recolorStops) + { + $this->recolorStops = $recolorStops; + } + /** + * @return Google_Service_Slides_ColorStop + */ + public function getRecolorStops() + { + return $this->recolorStops; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.php new file mode 100644 index 000000000..a1fd844d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageRequest.php new file mode 100644 index 000000000..235f81847 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageRequest.php @@ -0,0 +1,74 @@ +containsText = $containsText; + } + /** + * @return Google_Service_Slides_SubstringMatchCriteria + */ + public function getContainsText() + { + return $this->containsText; + } + public function setImageReplaceMethod($imageReplaceMethod) + { + $this->imageReplaceMethod = $imageReplaceMethod; + } + public function getImageReplaceMethod() + { + return $this->imageReplaceMethod; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setPageObjectIds($pageObjectIds) + { + $this->pageObjectIds = $pageObjectIds; + } + public function getPageObjectIds() + { + return $this->pageObjectIds; + } + public function setReplaceMethod($replaceMethod) + { + $this->replaceMethod = $replaceMethod; + } + public function getReplaceMethod() + { + return $this->replaceMethod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.php new file mode 100644 index 000000000..d964c64ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.php @@ -0,0 +1,30 @@ +occurrencesChanged = $occurrencesChanged; + } + public function getOccurrencesChanged() + { + return $this->occurrencesChanged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartRequest.php new file mode 100644 index 000000000..31faed620 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartRequest.php @@ -0,0 +1,74 @@ +chartId = $chartId; + } + public function getChartId() + { + return $this->chartId; + } + /** + * @param Google_Service_Slides_SubstringMatchCriteria + */ + public function setContainsText(Google_Service_Slides_SubstringMatchCriteria $containsText) + { + $this->containsText = $containsText; + } + /** + * @return Google_Service_Slides_SubstringMatchCriteria + */ + public function getContainsText() + { + return $this->containsText; + } + public function setLinkingMode($linkingMode) + { + $this->linkingMode = $linkingMode; + } + public function getLinkingMode() + { + return $this->linkingMode; + } + public function setPageObjectIds($pageObjectIds) + { + $this->pageObjectIds = $pageObjectIds; + } + public function getPageObjectIds() + { + return $this->pageObjectIds; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.php new file mode 100644 index 000000000..787ee18a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.php @@ -0,0 +1,30 @@ +occurrencesChanged = $occurrencesChanged; + } + public function getOccurrencesChanged() + { + return $this->occurrencesChanged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextRequest.php new file mode 100644 index 000000000..9bca19d35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextRequest.php @@ -0,0 +1,56 @@ +containsText = $containsText; + } + /** + * @return Google_Service_Slides_SubstringMatchCriteria + */ + public function getContainsText() + { + return $this->containsText; + } + public function setPageObjectIds($pageObjectIds) + { + $this->pageObjectIds = $pageObjectIds; + } + public function getPageObjectIds() + { + return $this->pageObjectIds; + } + public function setReplaceText($replaceText) + { + $this->replaceText = $replaceText; + } + public function getReplaceText() + { + return $this->replaceText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php new file mode 100644 index 000000000..0421ecbc7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php @@ -0,0 +1,30 @@ +occurrencesChanged = $occurrencesChanged; + } + public function getOccurrencesChanged() + { + return $this->occurrencesChanged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceImageRequest.php new file mode 100644 index 000000000..96fa51989 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceImageRequest.php @@ -0,0 +1,48 @@ +imageObjectId = $imageObjectId; + } + public function getImageObjectId() + { + return $this->imageObjectId; + } + public function setImageReplaceMethod($imageReplaceMethod) + { + $this->imageReplaceMethod = $imageReplaceMethod; + } + public function getImageReplaceMethod() + { + return $this->imageReplaceMethod; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Request.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Request.php new file mode 100644 index 000000000..573a99e9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Request.php @@ -0,0 +1,709 @@ +createImage = $createImage; + } + /** + * @return Google_Service_Slides_CreateImageRequest + */ + public function getCreateImage() + { + return $this->createImage; + } + /** + * @param Google_Service_Slides_CreateLineRequest + */ + public function setCreateLine(Google_Service_Slides_CreateLineRequest $createLine) + { + $this->createLine = $createLine; + } + /** + * @return Google_Service_Slides_CreateLineRequest + */ + public function getCreateLine() + { + return $this->createLine; + } + /** + * @param Google_Service_Slides_CreateParagraphBulletsRequest + */ + public function setCreateParagraphBullets(Google_Service_Slides_CreateParagraphBulletsRequest $createParagraphBullets) + { + $this->createParagraphBullets = $createParagraphBullets; + } + /** + * @return Google_Service_Slides_CreateParagraphBulletsRequest + */ + public function getCreateParagraphBullets() + { + return $this->createParagraphBullets; + } + /** + * @param Google_Service_Slides_CreateShapeRequest + */ + public function setCreateShape(Google_Service_Slides_CreateShapeRequest $createShape) + { + $this->createShape = $createShape; + } + /** + * @return Google_Service_Slides_CreateShapeRequest + */ + public function getCreateShape() + { + return $this->createShape; + } + /** + * @param Google_Service_Slides_CreateSheetsChartRequest + */ + public function setCreateSheetsChart(Google_Service_Slides_CreateSheetsChartRequest $createSheetsChart) + { + $this->createSheetsChart = $createSheetsChart; + } + /** + * @return Google_Service_Slides_CreateSheetsChartRequest + */ + public function getCreateSheetsChart() + { + return $this->createSheetsChart; + } + /** + * @param Google_Service_Slides_CreateSlideRequest + */ + public function setCreateSlide(Google_Service_Slides_CreateSlideRequest $createSlide) + { + $this->createSlide = $createSlide; + } + /** + * @return Google_Service_Slides_CreateSlideRequest + */ + public function getCreateSlide() + { + return $this->createSlide; + } + /** + * @param Google_Service_Slides_CreateTableRequest + */ + public function setCreateTable(Google_Service_Slides_CreateTableRequest $createTable) + { + $this->createTable = $createTable; + } + /** + * @return Google_Service_Slides_CreateTableRequest + */ + public function getCreateTable() + { + return $this->createTable; + } + /** + * @param Google_Service_Slides_CreateVideoRequest + */ + public function setCreateVideo(Google_Service_Slides_CreateVideoRequest $createVideo) + { + $this->createVideo = $createVideo; + } + /** + * @return Google_Service_Slides_CreateVideoRequest + */ + public function getCreateVideo() + { + return $this->createVideo; + } + /** + * @param Google_Service_Slides_DeleteObjectRequest + */ + public function setDeleteObject(Google_Service_Slides_DeleteObjectRequest $deleteObject) + { + $this->deleteObject = $deleteObject; + } + /** + * @return Google_Service_Slides_DeleteObjectRequest + */ + public function getDeleteObject() + { + return $this->deleteObject; + } + /** + * @param Google_Service_Slides_DeleteParagraphBulletsRequest + */ + public function setDeleteParagraphBullets(Google_Service_Slides_DeleteParagraphBulletsRequest $deleteParagraphBullets) + { + $this->deleteParagraphBullets = $deleteParagraphBullets; + } + /** + * @return Google_Service_Slides_DeleteParagraphBulletsRequest + */ + public function getDeleteParagraphBullets() + { + return $this->deleteParagraphBullets; + } + /** + * @param Google_Service_Slides_DeleteTableColumnRequest + */ + public function setDeleteTableColumn(Google_Service_Slides_DeleteTableColumnRequest $deleteTableColumn) + { + $this->deleteTableColumn = $deleteTableColumn; + } + /** + * @return Google_Service_Slides_DeleteTableColumnRequest + */ + public function getDeleteTableColumn() + { + return $this->deleteTableColumn; + } + /** + * @param Google_Service_Slides_DeleteTableRowRequest + */ + public function setDeleteTableRow(Google_Service_Slides_DeleteTableRowRequest $deleteTableRow) + { + $this->deleteTableRow = $deleteTableRow; + } + /** + * @return Google_Service_Slides_DeleteTableRowRequest + */ + public function getDeleteTableRow() + { + return $this->deleteTableRow; + } + /** + * @param Google_Service_Slides_DeleteTextRequest + */ + public function setDeleteText(Google_Service_Slides_DeleteTextRequest $deleteText) + { + $this->deleteText = $deleteText; + } + /** + * @return Google_Service_Slides_DeleteTextRequest + */ + public function getDeleteText() + { + return $this->deleteText; + } + /** + * @param Google_Service_Slides_DuplicateObjectRequest + */ + public function setDuplicateObject(Google_Service_Slides_DuplicateObjectRequest $duplicateObject) + { + $this->duplicateObject = $duplicateObject; + } + /** + * @return Google_Service_Slides_DuplicateObjectRequest + */ + public function getDuplicateObject() + { + return $this->duplicateObject; + } + /** + * @param Google_Service_Slides_GroupObjectsRequest + */ + public function setGroupObjects(Google_Service_Slides_GroupObjectsRequest $groupObjects) + { + $this->groupObjects = $groupObjects; + } + /** + * @return Google_Service_Slides_GroupObjectsRequest + */ + public function getGroupObjects() + { + return $this->groupObjects; + } + /** + * @param Google_Service_Slides_InsertTableColumnsRequest + */ + public function setInsertTableColumns(Google_Service_Slides_InsertTableColumnsRequest $insertTableColumns) + { + $this->insertTableColumns = $insertTableColumns; + } + /** + * @return Google_Service_Slides_InsertTableColumnsRequest + */ + public function getInsertTableColumns() + { + return $this->insertTableColumns; + } + /** + * @param Google_Service_Slides_InsertTableRowsRequest + */ + public function setInsertTableRows(Google_Service_Slides_InsertTableRowsRequest $insertTableRows) + { + $this->insertTableRows = $insertTableRows; + } + /** + * @return Google_Service_Slides_InsertTableRowsRequest + */ + public function getInsertTableRows() + { + return $this->insertTableRows; + } + /** + * @param Google_Service_Slides_InsertTextRequest + */ + public function setInsertText(Google_Service_Slides_InsertTextRequest $insertText) + { + $this->insertText = $insertText; + } + /** + * @return Google_Service_Slides_InsertTextRequest + */ + public function getInsertText() + { + return $this->insertText; + } + /** + * @param Google_Service_Slides_MergeTableCellsRequest + */ + public function setMergeTableCells(Google_Service_Slides_MergeTableCellsRequest $mergeTableCells) + { + $this->mergeTableCells = $mergeTableCells; + } + /** + * @return Google_Service_Slides_MergeTableCellsRequest + */ + public function getMergeTableCells() + { + return $this->mergeTableCells; + } + /** + * @param Google_Service_Slides_RefreshSheetsChartRequest + */ + public function setRefreshSheetsChart(Google_Service_Slides_RefreshSheetsChartRequest $refreshSheetsChart) + { + $this->refreshSheetsChart = $refreshSheetsChart; + } + /** + * @return Google_Service_Slides_RefreshSheetsChartRequest + */ + public function getRefreshSheetsChart() + { + return $this->refreshSheetsChart; + } + /** + * @param Google_Service_Slides_ReplaceAllShapesWithImageRequest + */ + public function setReplaceAllShapesWithImage(Google_Service_Slides_ReplaceAllShapesWithImageRequest $replaceAllShapesWithImage) + { + $this->replaceAllShapesWithImage = $replaceAllShapesWithImage; + } + /** + * @return Google_Service_Slides_ReplaceAllShapesWithImageRequest + */ + public function getReplaceAllShapesWithImage() + { + return $this->replaceAllShapesWithImage; + } + /** + * @param Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest + */ + public function setReplaceAllShapesWithSheetsChart(Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest $replaceAllShapesWithSheetsChart) + { + $this->replaceAllShapesWithSheetsChart = $replaceAllShapesWithSheetsChart; + } + /** + * @return Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest + */ + public function getReplaceAllShapesWithSheetsChart() + { + return $this->replaceAllShapesWithSheetsChart; + } + /** + * @param Google_Service_Slides_ReplaceAllTextRequest + */ + public function setReplaceAllText(Google_Service_Slides_ReplaceAllTextRequest $replaceAllText) + { + $this->replaceAllText = $replaceAllText; + } + /** + * @return Google_Service_Slides_ReplaceAllTextRequest + */ + public function getReplaceAllText() + { + return $this->replaceAllText; + } + /** + * @param Google_Service_Slides_ReplaceImageRequest + */ + public function setReplaceImage(Google_Service_Slides_ReplaceImageRequest $replaceImage) + { + $this->replaceImage = $replaceImage; + } + /** + * @return Google_Service_Slides_ReplaceImageRequest + */ + public function getReplaceImage() + { + return $this->replaceImage; + } + /** + * @param Google_Service_Slides_RerouteLineRequest + */ + public function setRerouteLine(Google_Service_Slides_RerouteLineRequest $rerouteLine) + { + $this->rerouteLine = $rerouteLine; + } + /** + * @return Google_Service_Slides_RerouteLineRequest + */ + public function getRerouteLine() + { + return $this->rerouteLine; + } + /** + * @param Google_Service_Slides_UngroupObjectsRequest + */ + public function setUngroupObjects(Google_Service_Slides_UngroupObjectsRequest $ungroupObjects) + { + $this->ungroupObjects = $ungroupObjects; + } + /** + * @return Google_Service_Slides_UngroupObjectsRequest + */ + public function getUngroupObjects() + { + return $this->ungroupObjects; + } + /** + * @param Google_Service_Slides_UnmergeTableCellsRequest + */ + public function setUnmergeTableCells(Google_Service_Slides_UnmergeTableCellsRequest $unmergeTableCells) + { + $this->unmergeTableCells = $unmergeTableCells; + } + /** + * @return Google_Service_Slides_UnmergeTableCellsRequest + */ + public function getUnmergeTableCells() + { + return $this->unmergeTableCells; + } + /** + * @param Google_Service_Slides_UpdateImagePropertiesRequest + */ + public function setUpdateImageProperties(Google_Service_Slides_UpdateImagePropertiesRequest $updateImageProperties) + { + $this->updateImageProperties = $updateImageProperties; + } + /** + * @return Google_Service_Slides_UpdateImagePropertiesRequest + */ + public function getUpdateImageProperties() + { + return $this->updateImageProperties; + } + /** + * @param Google_Service_Slides_UpdateLineCategoryRequest + */ + public function setUpdateLineCategory(Google_Service_Slides_UpdateLineCategoryRequest $updateLineCategory) + { + $this->updateLineCategory = $updateLineCategory; + } + /** + * @return Google_Service_Slides_UpdateLineCategoryRequest + */ + public function getUpdateLineCategory() + { + return $this->updateLineCategory; + } + /** + * @param Google_Service_Slides_UpdateLinePropertiesRequest + */ + public function setUpdateLineProperties(Google_Service_Slides_UpdateLinePropertiesRequest $updateLineProperties) + { + $this->updateLineProperties = $updateLineProperties; + } + /** + * @return Google_Service_Slides_UpdateLinePropertiesRequest + */ + public function getUpdateLineProperties() + { + return $this->updateLineProperties; + } + /** + * @param Google_Service_Slides_UpdatePageElementAltTextRequest + */ + public function setUpdatePageElementAltText(Google_Service_Slides_UpdatePageElementAltTextRequest $updatePageElementAltText) + { + $this->updatePageElementAltText = $updatePageElementAltText; + } + /** + * @return Google_Service_Slides_UpdatePageElementAltTextRequest + */ + public function getUpdatePageElementAltText() + { + return $this->updatePageElementAltText; + } + /** + * @param Google_Service_Slides_UpdatePageElementTransformRequest + */ + public function setUpdatePageElementTransform(Google_Service_Slides_UpdatePageElementTransformRequest $updatePageElementTransform) + { + $this->updatePageElementTransform = $updatePageElementTransform; + } + /** + * @return Google_Service_Slides_UpdatePageElementTransformRequest + */ + public function getUpdatePageElementTransform() + { + return $this->updatePageElementTransform; + } + /** + * @param Google_Service_Slides_UpdatePageElementsZOrderRequest + */ + public function setUpdatePageElementsZOrder(Google_Service_Slides_UpdatePageElementsZOrderRequest $updatePageElementsZOrder) + { + $this->updatePageElementsZOrder = $updatePageElementsZOrder; + } + /** + * @return Google_Service_Slides_UpdatePageElementsZOrderRequest + */ + public function getUpdatePageElementsZOrder() + { + return $this->updatePageElementsZOrder; + } + /** + * @param Google_Service_Slides_UpdatePagePropertiesRequest + */ + public function setUpdatePageProperties(Google_Service_Slides_UpdatePagePropertiesRequest $updatePageProperties) + { + $this->updatePageProperties = $updatePageProperties; + } + /** + * @return Google_Service_Slides_UpdatePagePropertiesRequest + */ + public function getUpdatePageProperties() + { + return $this->updatePageProperties; + } + /** + * @param Google_Service_Slides_UpdateParagraphStyleRequest + */ + public function setUpdateParagraphStyle(Google_Service_Slides_UpdateParagraphStyleRequest $updateParagraphStyle) + { + $this->updateParagraphStyle = $updateParagraphStyle; + } + /** + * @return Google_Service_Slides_UpdateParagraphStyleRequest + */ + public function getUpdateParagraphStyle() + { + return $this->updateParagraphStyle; + } + /** + * @param Google_Service_Slides_UpdateShapePropertiesRequest + */ + public function setUpdateShapeProperties(Google_Service_Slides_UpdateShapePropertiesRequest $updateShapeProperties) + { + $this->updateShapeProperties = $updateShapeProperties; + } + /** + * @return Google_Service_Slides_UpdateShapePropertiesRequest + */ + public function getUpdateShapeProperties() + { + return $this->updateShapeProperties; + } + /** + * @param Google_Service_Slides_UpdateSlidesPositionRequest + */ + public function setUpdateSlidesPosition(Google_Service_Slides_UpdateSlidesPositionRequest $updateSlidesPosition) + { + $this->updateSlidesPosition = $updateSlidesPosition; + } + /** + * @return Google_Service_Slides_UpdateSlidesPositionRequest + */ + public function getUpdateSlidesPosition() + { + return $this->updateSlidesPosition; + } + /** + * @param Google_Service_Slides_UpdateTableBorderPropertiesRequest + */ + public function setUpdateTableBorderProperties(Google_Service_Slides_UpdateTableBorderPropertiesRequest $updateTableBorderProperties) + { + $this->updateTableBorderProperties = $updateTableBorderProperties; + } + /** + * @return Google_Service_Slides_UpdateTableBorderPropertiesRequest + */ + public function getUpdateTableBorderProperties() + { + return $this->updateTableBorderProperties; + } + /** + * @param Google_Service_Slides_UpdateTableCellPropertiesRequest + */ + public function setUpdateTableCellProperties(Google_Service_Slides_UpdateTableCellPropertiesRequest $updateTableCellProperties) + { + $this->updateTableCellProperties = $updateTableCellProperties; + } + /** + * @return Google_Service_Slides_UpdateTableCellPropertiesRequest + */ + public function getUpdateTableCellProperties() + { + return $this->updateTableCellProperties; + } + /** + * @param Google_Service_Slides_UpdateTableColumnPropertiesRequest + */ + public function setUpdateTableColumnProperties(Google_Service_Slides_UpdateTableColumnPropertiesRequest $updateTableColumnProperties) + { + $this->updateTableColumnProperties = $updateTableColumnProperties; + } + /** + * @return Google_Service_Slides_UpdateTableColumnPropertiesRequest + */ + public function getUpdateTableColumnProperties() + { + return $this->updateTableColumnProperties; + } + /** + * @param Google_Service_Slides_UpdateTableRowPropertiesRequest + */ + public function setUpdateTableRowProperties(Google_Service_Slides_UpdateTableRowPropertiesRequest $updateTableRowProperties) + { + $this->updateTableRowProperties = $updateTableRowProperties; + } + /** + * @return Google_Service_Slides_UpdateTableRowPropertiesRequest + */ + public function getUpdateTableRowProperties() + { + return $this->updateTableRowProperties; + } + /** + * @param Google_Service_Slides_UpdateTextStyleRequest + */ + public function setUpdateTextStyle(Google_Service_Slides_UpdateTextStyleRequest $updateTextStyle) + { + $this->updateTextStyle = $updateTextStyle; + } + /** + * @return Google_Service_Slides_UpdateTextStyleRequest + */ + public function getUpdateTextStyle() + { + return $this->updateTextStyle; + } + /** + * @param Google_Service_Slides_UpdateVideoPropertiesRequest + */ + public function setUpdateVideoProperties(Google_Service_Slides_UpdateVideoPropertiesRequest $updateVideoProperties) + { + $this->updateVideoProperties = $updateVideoProperties; + } + /** + * @return Google_Service_Slides_UpdateVideoPropertiesRequest + */ + public function getUpdateVideoProperties() + { + return $this->updateVideoProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/RerouteLineRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/RerouteLineRequest.php new file mode 100644 index 000000000..9095c3280 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/RerouteLineRequest.php @@ -0,0 +1,30 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.php new file mode 100644 index 000000000..47c8f92f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.php @@ -0,0 +1,89 @@ + + * $slidesService = new Google_Service_Slides(...); + * $presentations = $slidesService->presentations; + * + */ +class Google_Service_Slides_Resource_Presentations extends Google_Service_Resource +{ + /** + * Applies one or more updates to the presentation. + * + * Each request is validated before being applied. If any request is not valid, + * then the entire request will fail and nothing will be applied. + * + * Some requests have replies to give you some information about how they are + * applied. Other requests do not need to return information; these each return + * an empty reply. The order of replies matches that of the requests. + * + * For example, suppose you call batchUpdate with four updates, and only the + * third one returns information. The response would have two empty replies: the + * reply to the third request, and another empty reply, in that order. + * + * Because other users may be editing the presentation, the presentation might + * not exactly reflect your changes: your changes may be altered with respect to + * collaborator changes. If there are no collaborators, the presentation should + * reflect your changes. In any case, the updates in your request are guaranteed + * to be applied together atomically. (presentations.batchUpdate) + * + * @param string $presentationId The presentation to apply the updates to. + * @param Google_Service_Slides_BatchUpdatePresentationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Slides_BatchUpdatePresentationResponse + */ + public function batchUpdate($presentationId, Google_Service_Slides_BatchUpdatePresentationRequest $postBody, $optParams = array()) + { + $params = array('presentationId' => $presentationId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_Slides_BatchUpdatePresentationResponse"); + } + /** + * Creates a blank presentation using the title given in the request. If a + * `presentationId` is provided, it is used as the ID of the new presentation. + * Otherwise, a new ID is generated. Other fields in the request, including any + * provided content, are ignored. Returns the created presentation. + * (presentations.create) + * + * @param Google_Service_Slides_Presentation $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Slides_Presentation + */ + public function create(Google_Service_Slides_Presentation $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Slides_Presentation"); + } + /** + * Gets the latest version of the specified presentation. (presentations.get) + * + * @param string $presentationId The ID of the presentation to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Slides_Presentation + */ + public function get($presentationId, $optParams = array()) + { + $params = array('presentationId' => $presentationId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Slides_Presentation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/PresentationsPages.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/PresentationsPages.php new file mode 100644 index 000000000..fa941fcc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/PresentationsPages.php @@ -0,0 +1,72 @@ + + * $slidesService = new Google_Service_Slides(...); + * $pages = $slidesService->pages; + * + */ +class Google_Service_Slides_Resource_PresentationsPages extends Google_Service_Resource +{ + /** + * Gets the latest version of the specified page in the presentation. + * (pages.get) + * + * @param string $presentationId The ID of the presentation to retrieve. + * @param string $pageObjectId The object ID of the page to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Slides_Page + */ + public function get($presentationId, $pageObjectId, $optParams = array()) + { + $params = array('presentationId' => $presentationId, 'pageObjectId' => $pageObjectId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Slides_Page"); + } + /** + * Generates a thumbnail of the latest version of the specified page in the + * presentation and returns a URL to the thumbnail image. + * + * This request counts as an [expensive read request](/slides/limits) for quota + * purposes. (pages.getThumbnail) + * + * @param string $presentationId The ID of the presentation to retrieve. + * @param string $pageObjectId The object ID of the page whose thumbnail to + * retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string thumbnailProperties.mimeType The optional mime type of the + * thumbnail image. + * + * If you don't specify the mime type, the default mime type will be PNG. + * @opt_param string thumbnailProperties.thumbnailSize The optional thumbnail + * image size. + * + * If you don't specify the size, the server chooses a default size of the + * image. + * @return Google_Service_Slides_Thumbnail + */ + public function getThumbnail($presentationId, $pageObjectId, $optParams = array()) + { + $params = array('presentationId' => $presentationId, 'pageObjectId' => $pageObjectId); + $params = array_merge($params, $optParams); + return $this->call('getThumbnail', array($params), "Google_Service_Slides_Thumbnail"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Response.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Response.php new file mode 100644 index 000000000..8201c08dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Response.php @@ -0,0 +1,213 @@ +createImage = $createImage; + } + /** + * @return Google_Service_Slides_CreateImageResponse + */ + public function getCreateImage() + { + return $this->createImage; + } + /** + * @param Google_Service_Slides_CreateLineResponse + */ + public function setCreateLine(Google_Service_Slides_CreateLineResponse $createLine) + { + $this->createLine = $createLine; + } + /** + * @return Google_Service_Slides_CreateLineResponse + */ + public function getCreateLine() + { + return $this->createLine; + } + /** + * @param Google_Service_Slides_CreateShapeResponse + */ + public function setCreateShape(Google_Service_Slides_CreateShapeResponse $createShape) + { + $this->createShape = $createShape; + } + /** + * @return Google_Service_Slides_CreateShapeResponse + */ + public function getCreateShape() + { + return $this->createShape; + } + /** + * @param Google_Service_Slides_CreateSheetsChartResponse + */ + public function setCreateSheetsChart(Google_Service_Slides_CreateSheetsChartResponse $createSheetsChart) + { + $this->createSheetsChart = $createSheetsChart; + } + /** + * @return Google_Service_Slides_CreateSheetsChartResponse + */ + public function getCreateSheetsChart() + { + return $this->createSheetsChart; + } + /** + * @param Google_Service_Slides_CreateSlideResponse + */ + public function setCreateSlide(Google_Service_Slides_CreateSlideResponse $createSlide) + { + $this->createSlide = $createSlide; + } + /** + * @return Google_Service_Slides_CreateSlideResponse + */ + public function getCreateSlide() + { + return $this->createSlide; + } + /** + * @param Google_Service_Slides_CreateTableResponse + */ + public function setCreateTable(Google_Service_Slides_CreateTableResponse $createTable) + { + $this->createTable = $createTable; + } + /** + * @return Google_Service_Slides_CreateTableResponse + */ + public function getCreateTable() + { + return $this->createTable; + } + /** + * @param Google_Service_Slides_CreateVideoResponse + */ + public function setCreateVideo(Google_Service_Slides_CreateVideoResponse $createVideo) + { + $this->createVideo = $createVideo; + } + /** + * @return Google_Service_Slides_CreateVideoResponse + */ + public function getCreateVideo() + { + return $this->createVideo; + } + /** + * @param Google_Service_Slides_DuplicateObjectResponse + */ + public function setDuplicateObject(Google_Service_Slides_DuplicateObjectResponse $duplicateObject) + { + $this->duplicateObject = $duplicateObject; + } + /** + * @return Google_Service_Slides_DuplicateObjectResponse + */ + public function getDuplicateObject() + { + return $this->duplicateObject; + } + /** + * @param Google_Service_Slides_GroupObjectsResponse + */ + public function setGroupObjects(Google_Service_Slides_GroupObjectsResponse $groupObjects) + { + $this->groupObjects = $groupObjects; + } + /** + * @return Google_Service_Slides_GroupObjectsResponse + */ + public function getGroupObjects() + { + return $this->groupObjects; + } + /** + * @param Google_Service_Slides_ReplaceAllShapesWithImageResponse + */ + public function setReplaceAllShapesWithImage(Google_Service_Slides_ReplaceAllShapesWithImageResponse $replaceAllShapesWithImage) + { + $this->replaceAllShapesWithImage = $replaceAllShapesWithImage; + } + /** + * @return Google_Service_Slides_ReplaceAllShapesWithImageResponse + */ + public function getReplaceAllShapesWithImage() + { + return $this->replaceAllShapesWithImage; + } + /** + * @param Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse + */ + public function setReplaceAllShapesWithSheetsChart(Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse $replaceAllShapesWithSheetsChart) + { + $this->replaceAllShapesWithSheetsChart = $replaceAllShapesWithSheetsChart; + } + /** + * @return Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse + */ + public function getReplaceAllShapesWithSheetsChart() + { + return $this->replaceAllShapesWithSheetsChart; + } + /** + * @param Google_Service_Slides_ReplaceAllTextResponse + */ + public function setReplaceAllText(Google_Service_Slides_ReplaceAllTextResponse $replaceAllText) + { + $this->replaceAllText = $replaceAllText; + } + /** + * @return Google_Service_Slides_ReplaceAllTextResponse + */ + public function getReplaceAllText() + { + return $this->replaceAllText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.php b/vendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.php new file mode 100644 index 000000000..e4b0edd08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.php @@ -0,0 +1,48 @@ +blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Shadow.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Shadow.php new file mode 100644 index 000000000..7633404e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Shadow.php @@ -0,0 +1,114 @@ +alignment = $alignment; + } + public function getAlignment() + { + return $this->alignment; + } + public function setAlpha($alpha) + { + $this->alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setBlurRadius(Google_Service_Slides_Dimension $blurRadius) + { + $this->blurRadius = $blurRadius; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getBlurRadius() + { + return $this->blurRadius; + } + /** + * @param Google_Service_Slides_OpaqueColor + */ + public function setColor(Google_Service_Slides_OpaqueColor $color) + { + $this->color = $color; + } + /** + * @return Google_Service_Slides_OpaqueColor + */ + public function getColor() + { + return $this->color; + } + public function setPropertyState($propertyState) + { + $this->propertyState = $propertyState; + } + public function getPropertyState() + { + return $this->propertyState; + } + public function setRotateWithShape($rotateWithShape) + { + $this->rotateWithShape = $rotateWithShape; + } + public function getRotateWithShape() + { + return $this->rotateWithShape; + } + /** + * @param Google_Service_Slides_AffineTransform + */ + public function setTransform(Google_Service_Slides_AffineTransform $transform) + { + $this->transform = $transform; + } + /** + * @return Google_Service_Slides_AffineTransform + */ + public function getTransform() + { + return $this->transform; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php new file mode 100644 index 000000000..717250fcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php @@ -0,0 +1,78 @@ +placeholder = $placeholder; + } + /** + * @return Google_Service_Slides_Placeholder + */ + public function getPlaceholder() + { + return $this->placeholder; + } + /** + * @param Google_Service_Slides_ShapeProperties + */ + public function setShapeProperties(Google_Service_Slides_ShapeProperties $shapeProperties) + { + $this->shapeProperties = $shapeProperties; + } + /** + * @return Google_Service_Slides_ShapeProperties + */ + public function getShapeProperties() + { + return $this->shapeProperties; + } + public function setShapeType($shapeType) + { + $this->shapeType = $shapeType; + } + public function getShapeType() + { + return $this->shapeType; + } + /** + * @param Google_Service_Slides_TextContent + */ + public function setText(Google_Service_Slides_TextContent $text) + { + $this->text = $text; + } + /** + * @return Google_Service_Slides_TextContent + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.php new file mode 100644 index 000000000..0295b610e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.php @@ -0,0 +1,46 @@ +propertyState = $propertyState; + } + public function getPropertyState() + { + return $this->propertyState; + } + /** + * @param Google_Service_Slides_SolidFill + */ + public function setSolidFill(Google_Service_Slides_SolidFill $solidFill) + { + $this->solidFill = $solidFill; + } + /** + * @return Google_Service_Slides_SolidFill + */ + public function getSolidFill() + { + return $this->solidFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.php new file mode 100644 index 000000000..4100b49f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.php @@ -0,0 +1,94 @@ +contentAlignment = $contentAlignment; + } + public function getContentAlignment() + { + return $this->contentAlignment; + } + /** + * @param Google_Service_Slides_Link + */ + public function setLink(Google_Service_Slides_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Slides_Link + */ + public function getLink() + { + return $this->link; + } + /** + * @param Google_Service_Slides_Outline + */ + public function setOutline(Google_Service_Slides_Outline $outline) + { + $this->outline = $outline; + } + /** + * @return Google_Service_Slides_Outline + */ + public function getOutline() + { + return $this->outline; + } + /** + * @param Google_Service_Slides_Shadow + */ + public function setShadow(Google_Service_Slides_Shadow $shadow) + { + $this->shadow = $shadow; + } + /** + * @return Google_Service_Slides_Shadow + */ + public function getShadow() + { + return $this->shadow; + } + /** + * @param Google_Service_Slides_ShapeBackgroundFill + */ + public function setShapeBackgroundFill(Google_Service_Slides_ShapeBackgroundFill $shapeBackgroundFill) + { + $this->shapeBackgroundFill = $shapeBackgroundFill; + } + /** + * @return Google_Service_Slides_ShapeBackgroundFill + */ + public function getShapeBackgroundFill() + { + return $this->shapeBackgroundFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.php new file mode 100644 index 000000000..48705e221 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.php @@ -0,0 +1,64 @@ +chartId = $chartId; + } + public function getChartId() + { + return $this->chartId; + } + public function setContentUrl($contentUrl) + { + $this->contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + /** + * @param Google_Service_Slides_SheetsChartProperties + */ + public function setSheetsChartProperties(Google_Service_Slides_SheetsChartProperties $sheetsChartProperties) + { + $this->sheetsChartProperties = $sheetsChartProperties; + } + /** + * @return Google_Service_Slides_SheetsChartProperties + */ + public function getSheetsChartProperties() + { + return $this->sheetsChartProperties; + } + public function setSpreadsheetId($spreadsheetId) + { + $this->spreadsheetId = $spreadsheetId; + } + public function getSpreadsheetId() + { + return $this->spreadsheetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php new file mode 100644 index 000000000..4084460fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php @@ -0,0 +1,37 @@ +chartImageProperties = $chartImageProperties; + } + /** + * @return Google_Service_Slides_ImageProperties + */ + public function getChartImageProperties() + { + return $this->chartImageProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Size.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Size.php new file mode 100644 index 000000000..15a591ca5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Size.php @@ -0,0 +1,53 @@ +height = $height; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setWidth(Google_Service_Slides_Dimension $width) + { + $this->width = $width; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.php new file mode 100644 index 000000000..1823ffd66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.php @@ -0,0 +1,55 @@ +layoutObjectId = $layoutObjectId; + } + public function getLayoutObjectId() + { + return $this->layoutObjectId; + } + public function setMasterObjectId($masterObjectId) + { + $this->masterObjectId = $masterObjectId; + } + public function getMasterObjectId() + { + return $this->masterObjectId; + } + /** + * @param Google_Service_Slides_Page + */ + public function setNotesPage(Google_Service_Slides_Page $notesPage) + { + $this->notesPage = $notesPage; + } + /** + * @return Google_Service_Slides_Page + */ + public function getNotesPage() + { + return $this->notesPage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.php new file mode 100644 index 000000000..046c3ae9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.php @@ -0,0 +1,46 @@ +listId = $listId; + } + public function getListId() + { + return $this->listId; + } + /** + * @param Google_Service_Slides_NestingLevel + */ + public function setNestingLevel($nestingLevel) + { + $this->nestingLevel = $nestingLevel; + } + /** + * @return Google_Service_Slides_NestingLevel + */ + public function getNestingLevel() + { + return $this->nestingLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.php new file mode 100644 index 000000000..87f40505c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.php @@ -0,0 +1,46 @@ +alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + /** + * @param Google_Service_Slides_OpaqueColor + */ + public function setColor(Google_Service_Slides_OpaqueColor $color) + { + $this->color = $color; + } + /** + * @return Google_Service_Slides_OpaqueColor + */ + public function getColor() + { + return $this->color; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.php new file mode 100644 index 000000000..860b621a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.php @@ -0,0 +1,46 @@ +contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + /** + * @param Google_Service_Slides_Size + */ + public function setSize(Google_Service_Slides_Size $size) + { + $this->size = $size; + } + /** + * @return Google_Service_Slides_Size + */ + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.php new file mode 100644 index 000000000..f02b4b333 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.php @@ -0,0 +1,39 @@ +matchCase = $matchCase; + } + public function getMatchCase() + { + return $this->matchCase; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Table.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Table.php new file mode 100644 index 000000000..1878e0c9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Table.php @@ -0,0 +1,104 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + /** + * @param Google_Service_Slides_TableBorderRow + */ + public function setHorizontalBorderRows($horizontalBorderRows) + { + $this->horizontalBorderRows = $horizontalBorderRows; + } + /** + * @return Google_Service_Slides_TableBorderRow + */ + public function getHorizontalBorderRows() + { + return $this->horizontalBorderRows; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + /** + * @param Google_Service_Slides_TableColumnProperties + */ + public function setTableColumns($tableColumns) + { + $this->tableColumns = $tableColumns; + } + /** + * @return Google_Service_Slides_TableColumnProperties + */ + public function getTableColumns() + { + return $this->tableColumns; + } + /** + * @param Google_Service_Slides_TableRow + */ + public function setTableRows($tableRows) + { + $this->tableRows = $tableRows; + } + /** + * @return Google_Service_Slides_TableRow + */ + public function getTableRows() + { + return $this->tableRows; + } + /** + * @param Google_Service_Slides_TableBorderRow + */ + public function setVerticalBorderRows($verticalBorderRows) + { + $this->verticalBorderRows = $verticalBorderRows; + } + /** + * @return Google_Service_Slides_TableBorderRow + */ + public function getVerticalBorderRows() + { + return $this->verticalBorderRows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderCell.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderCell.php new file mode 100644 index 000000000..da613ec4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderCell.php @@ -0,0 +1,53 @@ +location = $location; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Slides_TableBorderProperties + */ + public function setTableBorderProperties(Google_Service_Slides_TableBorderProperties $tableBorderProperties) + { + $this->tableBorderProperties = $tableBorderProperties; + } + /** + * @return Google_Service_Slides_TableBorderProperties + */ + public function getTableBorderProperties() + { + return $this->tableBorderProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderFill.php new file mode 100644 index 000000000..7d241650f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderFill.php @@ -0,0 +1,37 @@ +solidFill = $solidFill; + } + /** + * @return Google_Service_Slides_SolidFill + */ + public function getSolidFill() + { + return $this->solidFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderProperties.php new file mode 100644 index 000000000..9f595e1a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderProperties.php @@ -0,0 +1,62 @@ +dashStyle = $dashStyle; + } + public function getDashStyle() + { + return $this->dashStyle; + } + /** + * @param Google_Service_Slides_TableBorderFill + */ + public function setTableBorderFill(Google_Service_Slides_TableBorderFill $tableBorderFill) + { + $this->tableBorderFill = $tableBorderFill; + } + /** + * @return Google_Service_Slides_TableBorderFill + */ + public function getTableBorderFill() + { + return $this->tableBorderFill; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setWeight(Google_Service_Slides_Dimension $weight) + { + $this->weight = $weight; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderRow.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderRow.php new file mode 100644 index 000000000..6ecd7f6fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableBorderRow.php @@ -0,0 +1,38 @@ +tableBorderCells = $tableBorderCells; + } + /** + * @return Google_Service_Slides_TableBorderCell + */ + public function getTableBorderCells() + { + return $this->tableBorderCells; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCell.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCell.php new file mode 100644 index 000000000..d003847de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCell.php @@ -0,0 +1,87 @@ +columnSpan = $columnSpan; + } + public function getColumnSpan() + { + return $this->columnSpan; + } + /** + * @param Google_Service_Slides_TableCellLocation + */ + public function setLocation(Google_Service_Slides_TableCellLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getLocation() + { + return $this->location; + } + public function setRowSpan($rowSpan) + { + $this->rowSpan = $rowSpan; + } + public function getRowSpan() + { + return $this->rowSpan; + } + /** + * @param Google_Service_Slides_TableCellProperties + */ + public function setTableCellProperties(Google_Service_Slides_TableCellProperties $tableCellProperties) + { + $this->tableCellProperties = $tableCellProperties; + } + /** + * @return Google_Service_Slides_TableCellProperties + */ + public function getTableCellProperties() + { + return $this->tableCellProperties; + } + /** + * @param Google_Service_Slides_TextContent + */ + public function setText(Google_Service_Slides_TextContent $text) + { + $this->text = $text; + } + /** + * @return Google_Service_Slides_TextContent + */ + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.php new file mode 100644 index 000000000..073e0875c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.php @@ -0,0 +1,46 @@ +propertyState = $propertyState; + } + public function getPropertyState() + { + return $this->propertyState; + } + /** + * @param Google_Service_Slides_SolidFill + */ + public function setSolidFill(Google_Service_Slides_SolidFill $solidFill) + { + $this->solidFill = $solidFill; + } + /** + * @return Google_Service_Slides_SolidFill + */ + public function getSolidFill() + { + return $this->solidFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.php new file mode 100644 index 000000000..afc3b25f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.php @@ -0,0 +1,39 @@ +columnIndex = $columnIndex; + } + public function getColumnIndex() + { + return $this->columnIndex; + } + public function setRowIndex($rowIndex) + { + $this->rowIndex = $rowIndex; + } + public function getRowIndex() + { + return $this->rowIndex; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellProperties.php new file mode 100644 index 000000000..b41835298 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellProperties.php @@ -0,0 +1,46 @@ +contentAlignment = $contentAlignment; + } + public function getContentAlignment() + { + return $this->contentAlignment; + } + /** + * @param Google_Service_Slides_TableCellBackgroundFill + */ + public function setTableCellBackgroundFill(Google_Service_Slides_TableCellBackgroundFill $tableCellBackgroundFill) + { + $this->tableCellBackgroundFill = $tableCellBackgroundFill; + } + /** + * @return Google_Service_Slides_TableCellBackgroundFill + */ + public function getTableCellBackgroundFill() + { + return $this->tableCellBackgroundFill; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.php new file mode 100644 index 000000000..c9a915f33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.php @@ -0,0 +1,37 @@ +columnWidth = $columnWidth; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getColumnWidth() + { + return $this->columnWidth; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableRange.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRange.php new file mode 100644 index 000000000..714ac0ebc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRange.php @@ -0,0 +1,55 @@ +columnSpan = $columnSpan; + } + public function getColumnSpan() + { + return $this->columnSpan; + } + /** + * @param Google_Service_Slides_TableCellLocation + */ + public function setLocation(Google_Service_Slides_TableCellLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getLocation() + { + return $this->location; + } + public function setRowSpan($rowSpan) + { + $this->rowSpan = $rowSpan; + } + public function getRowSpan() + { + return $this->rowSpan; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php new file mode 100644 index 000000000..6227b35ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php @@ -0,0 +1,70 @@ +rowHeight = $rowHeight; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getRowHeight() + { + return $this->rowHeight; + } + /** + * @param Google_Service_Slides_TableCell + */ + public function setTableCells($tableCells) + { + $this->tableCells = $tableCells; + } + /** + * @return Google_Service_Slides_TableCell + */ + public function getTableCells() + { + return $this->tableCells; + } + /** + * @param Google_Service_Slides_TableRowProperties + */ + public function setTableRowProperties(Google_Service_Slides_TableRowProperties $tableRowProperties) + { + $this->tableRowProperties = $tableRowProperties; + } + /** + * @return Google_Service_Slides_TableRowProperties + */ + public function getTableRowProperties() + { + return $this->tableRowProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableRowProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRowProperties.php new file mode 100644 index 000000000..2119469c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRowProperties.php @@ -0,0 +1,37 @@ +minRowHeight = $minRowHeight; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getMinRowHeight() + { + return $this->minRowHeight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.php new file mode 100644 index 000000000..15a490b7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.php @@ -0,0 +1,54 @@ +lists = $lists; + } + /** + * @return Google_Service_Slides_SlidesList + */ + public function getLists() + { + return $this->lists; + } + /** + * @param Google_Service_Slides_TextElement + */ + public function setTextElements($textElements) + { + $this->textElements = $textElements; + } + /** + * @return Google_Service_Slides_TextElement + */ + public function getTextElements() + { + return $this->textElements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TextElement.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TextElement.php new file mode 100644 index 000000000..0f17fe883 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextElement.php @@ -0,0 +1,87 @@ +autoText = $autoText; + } + /** + * @return Google_Service_Slides_AutoText + */ + public function getAutoText() + { + return $this->autoText; + } + public function setEndIndex($endIndex) + { + $this->endIndex = $endIndex; + } + public function getEndIndex() + { + return $this->endIndex; + } + /** + * @param Google_Service_Slides_ParagraphMarker + */ + public function setParagraphMarker(Google_Service_Slides_ParagraphMarker $paragraphMarker) + { + $this->paragraphMarker = $paragraphMarker; + } + /** + * @return Google_Service_Slides_ParagraphMarker + */ + public function getParagraphMarker() + { + return $this->paragraphMarker; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + /** + * @param Google_Service_Slides_TextRun + */ + public function setTextRun(Google_Service_Slides_TextRun $textRun) + { + $this->textRun = $textRun; + } + /** + * @return Google_Service_Slides_TextRun + */ + public function getTextRun() + { + return $this->textRun; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TextRun.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TextRun.php new file mode 100644 index 000000000..3bb39bb94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextRun.php @@ -0,0 +1,46 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Slides_TextStyle + */ + public function setStyle(Google_Service_Slides_TextStyle $style) + { + $this->style = $style; + } + /** + * @return Google_Service_Slides_TextStyle + */ + public function getStyle() + { + return $this->style; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.php new file mode 100644 index 000000000..c53438fe0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.php @@ -0,0 +1,164 @@ +backgroundColor = $backgroundColor; + } + /** + * @return Google_Service_Slides_OptionalColor + */ + public function getBackgroundColor() + { + return $this->backgroundColor; + } + public function setBaselineOffset($baselineOffset) + { + $this->baselineOffset = $baselineOffset; + } + public function getBaselineOffset() + { + return $this->baselineOffset; + } + public function setBold($bold) + { + $this->bold = $bold; + } + public function getBold() + { + return $this->bold; + } + public function setFontFamily($fontFamily) + { + $this->fontFamily = $fontFamily; + } + public function getFontFamily() + { + return $this->fontFamily; + } + /** + * @param Google_Service_Slides_Dimension + */ + public function setFontSize(Google_Service_Slides_Dimension $fontSize) + { + $this->fontSize = $fontSize; + } + /** + * @return Google_Service_Slides_Dimension + */ + public function getFontSize() + { + return $this->fontSize; + } + /** + * @param Google_Service_Slides_OptionalColor + */ + public function setForegroundColor(Google_Service_Slides_OptionalColor $foregroundColor) + { + $this->foregroundColor = $foregroundColor; + } + /** + * @return Google_Service_Slides_OptionalColor + */ + public function getForegroundColor() + { + return $this->foregroundColor; + } + public function setItalic($italic) + { + $this->italic = $italic; + } + public function getItalic() + { + return $this->italic; + } + /** + * @param Google_Service_Slides_Link + */ + public function setLink(Google_Service_Slides_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Slides_Link + */ + public function getLink() + { + return $this->link; + } + public function setSmallCaps($smallCaps) + { + $this->smallCaps = $smallCaps; + } + public function getSmallCaps() + { + return $this->smallCaps; + } + public function setStrikethrough($strikethrough) + { + $this->strikethrough = $strikethrough; + } + public function getStrikethrough() + { + return $this->strikethrough; + } + public function setUnderline($underline) + { + $this->underline = $underline; + } + public function getUnderline() + { + return $this->underline; + } + /** + * @param Google_Service_Slides_WeightedFontFamily + */ + public function setWeightedFontFamily(Google_Service_Slides_WeightedFontFamily $weightedFontFamily) + { + $this->weightedFontFamily = $weightedFontFamily; + } + /** + * @return Google_Service_Slides_WeightedFontFamily + */ + public function getWeightedFontFamily() + { + return $this->weightedFontFamily; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.php new file mode 100644 index 000000000..c3cee04a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.php @@ -0,0 +1,46 @@ +color = $color; + } + /** + * @return Google_Service_Slides_RgbColor + */ + public function getColor() + { + return $this->color; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Thumbnail.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Thumbnail.php new file mode 100644 index 000000000..9e4edcaf1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Thumbnail.php @@ -0,0 +1,48 @@ +contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UngroupObjectsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UngroupObjectsRequest.php new file mode 100644 index 000000000..700a3a207 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UngroupObjectsRequest.php @@ -0,0 +1,31 @@ +objectIds = $objectIds; + } + public function getObjectIds() + { + return $this->objectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UnmergeTableCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UnmergeTableCellsRequest.php new file mode 100644 index 000000000..86b2fda7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UnmergeTableCellsRequest.php @@ -0,0 +1,46 @@ +objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_TableRange + */ + public function setTableRange(Google_Service_Slides_TableRange $tableRange) + { + $this->tableRange = $tableRange; + } + /** + * @return Google_Service_Slides_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php new file mode 100644 index 000000000..80d72309c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php @@ -0,0 +1,55 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Slides_ImageProperties + */ + public function setImageProperties(Google_Service_Slides_ImageProperties $imageProperties) + { + $this->imageProperties = $imageProperties; + } + /** + * @return Google_Service_Slides_ImageProperties + */ + public function getImageProperties() + { + return $this->imageProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLineCategoryRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLineCategoryRequest.php new file mode 100644 index 000000000..7aad11d77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLineCategoryRequest.php @@ -0,0 +1,39 @@ +lineCategory = $lineCategory; + } + public function getLineCategory() + { + return $this->lineCategory; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php new file mode 100644 index 000000000..80d913702 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php @@ -0,0 +1,55 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + /** + * @param Google_Service_Slides_LineProperties + */ + public function setLineProperties(Google_Service_Slides_LineProperties $lineProperties) + { + $this->lineProperties = $lineProperties; + } + /** + * @return Google_Service_Slides_LineProperties + */ + public function getLineProperties() + { + return $this->lineProperties; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementAltTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementAltTextRequest.php new file mode 100644 index 000000000..219736074 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementAltTextRequest.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php new file mode 100644 index 000000000..57291abde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php @@ -0,0 +1,55 @@ +applyMode = $applyMode; + } + public function getApplyMode() + { + return $this->applyMode; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_AffineTransform + */ + public function setTransform(Google_Service_Slides_AffineTransform $transform) + { + $this->transform = $transform; + } + /** + * @return Google_Service_Slides_AffineTransform + */ + public function getTransform() + { + return $this->transform; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementsZOrderRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementsZOrderRequest.php new file mode 100644 index 000000000..7551ebd8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementsZOrderRequest.php @@ -0,0 +1,40 @@ +operation = $operation; + } + public function getOperation() + { + return $this->operation; + } + public function setPageElementObjectIds($pageElementObjectIds) + { + $this->pageElementObjectIds = $pageElementObjectIds; + } + public function getPageElementObjectIds() + { + return $this->pageElementObjectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.php new file mode 100644 index 000000000..2091248fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.php @@ -0,0 +1,55 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_PageProperties + */ + public function setPageProperties(Google_Service_Slides_PageProperties $pageProperties) + { + $this->pageProperties = $pageProperties; + } + /** + * @return Google_Service_Slides_PageProperties + */ + public function getPageProperties() + { + return $this->pageProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.php new file mode 100644 index 000000000..5a0627de9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.php @@ -0,0 +1,87 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_ParagraphStyle + */ + public function setStyle(Google_Service_Slides_ParagraphStyle $style) + { + $this->style = $style; + } + /** + * @return Google_Service_Slides_ParagraphStyle + */ + public function getStyle() + { + return $this->style; + } + /** + * @param Google_Service_Slides_Range + */ + public function setTextRange(Google_Service_Slides_Range $textRange) + { + $this->textRange = $textRange; + } + /** + * @return Google_Service_Slides_Range + */ + public function getTextRange() + { + return $this->textRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.php new file mode 100644 index 000000000..e9d0f0313 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.php @@ -0,0 +1,55 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_ShapeProperties + */ + public function setShapeProperties(Google_Service_Slides_ShapeProperties $shapeProperties) + { + $this->shapeProperties = $shapeProperties; + } + /** + * @return Google_Service_Slides_ShapeProperties + */ + public function getShapeProperties() + { + return $this->shapeProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.php new file mode 100644 index 000000000..c124341b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.php @@ -0,0 +1,40 @@ +insertionIndex = $insertionIndex; + } + public function getInsertionIndex() + { + return $this->insertionIndex; + } + public function setSlideObjectIds($slideObjectIds) + { + $this->slideObjectIds = $slideObjectIds; + } + public function getSlideObjectIds() + { + return $this->slideObjectIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableBorderPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableBorderPropertiesRequest.php new file mode 100644 index 000000000..1b2225e61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableBorderPropertiesRequest.php @@ -0,0 +1,80 @@ +borderPosition = $borderPosition; + } + public function getBorderPosition() + { + return $this->borderPosition; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_TableBorderProperties + */ + public function setTableBorderProperties(Google_Service_Slides_TableBorderProperties $tableBorderProperties) + { + $this->tableBorderProperties = $tableBorderProperties; + } + /** + * @return Google_Service_Slides_TableBorderProperties + */ + public function getTableBorderProperties() + { + return $this->tableBorderProperties; + } + /** + * @param Google_Service_Slides_TableRange + */ + public function setTableRange(Google_Service_Slides_TableRange $tableRange) + { + $this->tableRange = $tableRange; + } + /** + * @return Google_Service_Slides_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableCellPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableCellPropertiesRequest.php new file mode 100644 index 000000000..275a7b9cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableCellPropertiesRequest.php @@ -0,0 +1,71 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_TableCellProperties + */ + public function setTableCellProperties(Google_Service_Slides_TableCellProperties $tableCellProperties) + { + $this->tableCellProperties = $tableCellProperties; + } + /** + * @return Google_Service_Slides_TableCellProperties + */ + public function getTableCellProperties() + { + return $this->tableCellProperties; + } + /** + * @param Google_Service_Slides_TableRange + */ + public function setTableRange(Google_Service_Slides_TableRange $tableRange) + { + $this->tableRange = $tableRange; + } + /** + * @return Google_Service_Slides_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableColumnPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableColumnPropertiesRequest.php new file mode 100644 index 000000000..5055c7a84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableColumnPropertiesRequest.php @@ -0,0 +1,65 @@ +columnIndices = $columnIndices; + } + public function getColumnIndices() + { + return $this->columnIndices; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_TableColumnProperties + */ + public function setTableColumnProperties(Google_Service_Slides_TableColumnProperties $tableColumnProperties) + { + $this->tableColumnProperties = $tableColumnProperties; + } + /** + * @return Google_Service_Slides_TableColumnProperties + */ + public function getTableColumnProperties() + { + return $this->tableColumnProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableRowPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableRowPropertiesRequest.php new file mode 100644 index 000000000..b17cf4e99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTableRowPropertiesRequest.php @@ -0,0 +1,65 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + public function setRowIndices($rowIndices) + { + $this->rowIndices = $rowIndices; + } + public function getRowIndices() + { + return $this->rowIndices; + } + /** + * @param Google_Service_Slides_TableRowProperties + */ + public function setTableRowProperties(Google_Service_Slides_TableRowProperties $tableRowProperties) + { + $this->tableRowProperties = $tableRowProperties; + } + /** + * @return Google_Service_Slides_TableRowProperties + */ + public function getTableRowProperties() + { + return $this->tableRowProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.php new file mode 100644 index 000000000..293d7a64d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.php @@ -0,0 +1,87 @@ +cellLocation = $cellLocation; + } + /** + * @return Google_Service_Slides_TableCellLocation + */ + public function getCellLocation() + { + return $this->cellLocation; + } + public function setFields($fields) + { + $this->fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_TextStyle + */ + public function setStyle(Google_Service_Slides_TextStyle $style) + { + $this->style = $style; + } + /** + * @return Google_Service_Slides_TextStyle + */ + public function getStyle() + { + return $this->style; + } + /** + * @param Google_Service_Slides_Range + */ + public function setTextRange(Google_Service_Slides_Range $textRange) + { + $this->textRange = $textRange; + } + /** + * @return Google_Service_Slides_Range + */ + public function getTextRange() + { + return $this->textRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.php new file mode 100644 index 000000000..f72585fa0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.php @@ -0,0 +1,55 @@ +fields = $fields; + } + public function getFields() + { + return $this->fields; + } + public function setObjectId($objectId) + { + $this->objectId = $objectId; + } + public function getObjectId() + { + return $this->objectId; + } + /** + * @param Google_Service_Slides_VideoProperties + */ + public function setVideoProperties(Google_Service_Slides_VideoProperties $videoProperties) + { + $this->videoProperties = $videoProperties; + } + /** + * @return Google_Service_Slides_VideoProperties + */ + public function getVideoProperties() + { + return $this->videoProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Video.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Video.php new file mode 100644 index 000000000..3c59dfec0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Video.php @@ -0,0 +1,64 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + /** + * @param Google_Service_Slides_VideoProperties + */ + public function setVideoProperties(Google_Service_Slides_VideoProperties $videoProperties) + { + $this->videoProperties = $videoProperties; + } + /** + * @return Google_Service_Slides_VideoProperties + */ + public function getVideoProperties() + { + return $this->videoProperties; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.php new file mode 100644 index 000000000..b4a844b18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.php @@ -0,0 +1,73 @@ +autoPlay = $autoPlay; + } + public function getAutoPlay() + { + return $this->autoPlay; + } + public function setEnd($end) + { + $this->end = $end; + } + public function getEnd() + { + return $this->end; + } + public function setMute($mute) + { + $this->mute = $mute; + } + public function getMute() + { + return $this->mute; + } + /** + * @param Google_Service_Slides_Outline + */ + public function setOutline(Google_Service_Slides_Outline $outline) + { + $this->outline = $outline; + } + /** + * @return Google_Service_Slides_Outline + */ + public function getOutline() + { + return $this->outline; + } + public function setStart($start) + { + $this->start = $start; + } + public function getStart() + { + return $this->start; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.php b/vendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.php new file mode 100644 index 000000000..c3e678de5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.php @@ -0,0 +1,39 @@ +fontFamily = $fontFamily; + } + public function getFontFamily() + { + return $this->fontFamily; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/WordArt.php b/vendor/google/apiclient-services/src/Google/Service/Slides/WordArt.php new file mode 100644 index 000000000..3168548d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/WordArt.php @@ -0,0 +1,30 @@ +renderedText = $renderedText; + } + public function getRenderedText() + { + return $this->renderedText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/WriteControl.php b/vendor/google/apiclient-services/src/Google/Service/Slides/WriteControl.php new file mode 100644 index 000000000..85849c938 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/WriteControl.php @@ -0,0 +1,30 @@ +requiredRevisionId = $requiredRevisionId; + } + public function getRequiredRevisionId() + { + return $this->requiredRevisionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner.php b/vendor/google/apiclient-services/src/Google/Service/Spanner.php new file mode 100644 index 000000000..d5ee52618 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner.php @@ -0,0 +1,611 @@ + + * Cloud Spanner is a managed, mission-critical, globally consistent and + * scalable relational database service. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Spanner extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Administer your Spanner databases. */ + const SPANNER_ADMIN = + "https://www.googleapis.com/auth/spanner.admin"; + /** View and manage the contents of your Spanner databases. */ + const SPANNER_DATA = + "https://www.googleapis.com/auth/spanner.data"; + + public $projects_instanceConfigs; + public $projects_instances; + public $projects_instances_databases; + public $projects_instances_databases_operations; + public $projects_instances_databases_sessions; + public $projects_instances_operations; + + /** + * Constructs the internal representation of the Spanner 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://spanner.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'spanner'; + + $this->projects_instanceConfigs = new Google_Service_Spanner_Resource_ProjectsInstanceConfigs( + $this, + $this->serviceName, + 'instanceConfigs', + 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}/instanceConfigs', + '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_instances = new Google_Service_Spanner_Resource_ProjectsInstances( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/instances', + '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, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_instances_databases = new Google_Service_Spanner_Resource_ProjectsInstancesDatabases( + $this, + $this->serviceName, + 'databases', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/databases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'dropDatabase' => array( + 'path' => 'v1/{+database}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getDdl' => array( + 'path' => 'v1/{+database}/ddl', + 'httpMethod' => 'GET', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/databases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateDdl' => array( + 'path' => 'v1/{+database}/ddl', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_instances_databases_operations = new Google_Service_Spanner_Resource_ProjectsInstancesDatabasesOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_instances_databases_sessions = new Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions( + $this, + $this->serviceName, + 'sessions', + array( + 'methods' => array( + 'batchCreate' => array( + 'path' => 'v1/{+database}/sessions:batchCreate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'beginTransaction' => array( + 'path' => 'v1/{+session}:beginTransaction', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'commit' => array( + 'path' => 'v1/{+session}:commit', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+database}/sessions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'executeBatchDml' => array( + 'path' => 'v1/{+session}:executeBatchDml', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'executeSql' => array( + 'path' => 'v1/{+session}:executeSql', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'executeStreamingSql' => array( + 'path' => 'v1/{+session}:executeStreamingSql', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => 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/{+database}/sessions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'partitionQuery' => array( + 'path' => 'v1/{+session}:partitionQuery', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'partitionRead' => array( + 'path' => 'v1/{+session}:partitionRead', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'read' => array( + 'path' => 'v1/{+session}:read', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rollback' => array( + 'path' => 'v1/{+session}:rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'streamingRead' => array( + 'path' => 'v1/{+session}:streamingRead', + 'httpMethod' => 'POST', + 'parameters' => array( + 'session' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_instances_operations = new Google_Service_Spanner_Resource_ProjectsInstancesOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.php new file mode 100644 index 000000000..97b719ba4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.php @@ -0,0 +1,46 @@ +sessionCount = $sessionCount; + } + public function getSessionCount() + { + return $this->sessionCount; + } + /** + * @param Google_Service_Spanner_Session + */ + public function setSessionTemplate(Google_Service_Spanner_Session $sessionTemplate) + { + $this->sessionTemplate = $sessionTemplate; + } + /** + * @return Google_Service_Spanner_Session + */ + public function getSessionTemplate() + { + return $this->sessionTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.php new file mode 100644 index 000000000..6de9e0ec4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.php @@ -0,0 +1,38 @@ +session = $session; + } + /** + * @return Google_Service_Spanner_Session + */ + public function getSession() + { + return $this->session; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php new file mode 100644 index 000000000..9ef853856 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_Spanner_TransactionOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Binding.php new file mode 100644 index 000000000..185f0ff09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Spanner_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ChildLink.php new file mode 100644 index 000000000..26313350d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ChildLink.php @@ -0,0 +1,48 @@ +childIndex = $childIndex; + } + public function getChildIndex() + { + return $this->childIndex; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVariable($variable) + { + $this->variable = $variable; + } + public function getVariable() + { + return $this->variable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php new file mode 100644 index 000000000..c7d28f938 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php @@ -0,0 +1,63 @@ +mutations = $mutations; + } + /** + * @return Google_Service_Spanner_Mutation + */ + public function getMutations() + { + return $this->mutations; + } + /** + * @param Google_Service_Spanner_TransactionOptions + */ + public function setSingleUseTransaction(Google_Service_Spanner_TransactionOptions $singleUseTransaction) + { + $this->singleUseTransaction = $singleUseTransaction; + } + /** + * @return Google_Service_Spanner_TransactionOptions + */ + public function getSingleUseTransaction() + { + return $this->singleUseTransaction; + } + public function setTransactionId($transactionId) + { + $this->transactionId = $transactionId; + } + public function getTransactionId() + { + return $this->transactionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php new file mode 100644 index 000000000..73984c2ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php @@ -0,0 +1,30 @@ +commitTimestamp = $commitTimestamp; + } + public function getCommitTimestamp() + { + return $this->commitTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.php new file mode 100644 index 000000000..d87965d30 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.php @@ -0,0 +1,30 @@ +database = $database; + } + public function getDatabase() + { + return $this->database; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseRequest.php new file mode 100644 index 000000000..cec1b15a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseRequest.php @@ -0,0 +1,40 @@ +createStatement = $createStatement; + } + public function getCreateStatement() + { + return $this->createStatement; + } + public function setExtraStatements($extraStatements) + { + $this->extraStatements = $extraStatements; + } + public function getExtraStatements() + { + return $this->extraStatements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceMetadata.php new file mode 100644 index 000000000..37b992a92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceMetadata.php @@ -0,0 +1,64 @@ +cancelTime = $cancelTime; + } + public function getCancelTime() + { + return $this->cancelTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Spanner_Instance + */ + public function setInstance(Google_Service_Spanner_Instance $instance) + { + $this->instance = $instance; + } + /** + * @return Google_Service_Spanner_Instance + */ + public function getInstance() + { + return $this->instance; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php new file mode 100644 index 000000000..0a19a4e61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php @@ -0,0 +1,46 @@ +instance = $instance; + } + /** + * @return Google_Service_Spanner_Instance + */ + public function getInstance() + { + return $this->instance; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateSessionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateSessionRequest.php new file mode 100644 index 000000000..c5498b783 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateSessionRequest.php @@ -0,0 +1,37 @@ +session = $session; + } + /** + * @return Google_Service_Spanner_Session + */ + public function getSession() + { + return $this->session; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Database.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Database.php new file mode 100644 index 000000000..3497612a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Database.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Delete.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Delete.php new file mode 100644 index 000000000..279a0cf20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Delete.php @@ -0,0 +1,46 @@ +keySet = $keySet; + } + /** + * @return Google_Service_Spanner_KeySet + */ + public function getKeySet() + { + return $this->keySet; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php new file mode 100644 index 000000000..a171f68d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php @@ -0,0 +1,63 @@ +seqno = $seqno; + } + public function getSeqno() + { + return $this->seqno; + } + /** + * @param Google_Service_Spanner_Statement + */ + public function setStatements($statements) + { + $this->statements = $statements; + } + /** + * @return Google_Service_Spanner_Statement + */ + public function getStatements() + { + return $this->statements; + } + /** + * @param Google_Service_Spanner_TransactionSelector + */ + public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_TransactionSelector + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlResponse.php new file mode 100644 index 000000000..3971928e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlResponse.php @@ -0,0 +1,54 @@ +resultSets = $resultSets; + } + /** + * @return Google_Service_Spanner_ResultSet + */ + public function getResultSets() + { + return $this->resultSets; + } + /** + * @param Google_Service_Spanner_Status + */ + public function setStatus(Google_Service_Spanner_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Spanner_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php new file mode 100644 index 000000000..97691b7fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php @@ -0,0 +1,107 @@ +paramTypes = $paramTypes; + } + /** + * @return Google_Service_Spanner_Type + */ + public function getParamTypes() + { + return $this->paramTypes; + } + public function setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setPartitionToken($partitionToken) + { + $this->partitionToken = $partitionToken; + } + public function getPartitionToken() + { + return $this->partitionToken; + } + public function setQueryMode($queryMode) + { + $this->queryMode = $queryMode; + } + public function getQueryMode() + { + return $this->queryMode; + } + public function setResumeToken($resumeToken) + { + $this->resumeToken = $resumeToken; + } + public function getResumeToken() + { + return $this->resumeToken; + } + public function setSeqno($seqno) + { + $this->seqno = $seqno; + } + public function getSeqno() + { + return $this->seqno; + } + public function setSql($sql) + { + $this->sql = $sql; + } + public function getSql() + { + return $this->sql; + } + /** + * @param Google_Service_Spanner_TransactionSelector + */ + public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_TransactionSelector + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Expr.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Expr.php new file mode 100644 index 000000000..fa2ec4d02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php new file mode 100644 index 000000000..3da2de984 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php @@ -0,0 +1,46 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Spanner_Type + */ + public function setType(Google_Service_Spanner_Type $type) + { + $this->type = $type; + } + /** + * @return Google_Service_Spanner_Type + */ + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.php new file mode 100644 index 000000000..6671b1195 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.php @@ -0,0 +1,31 @@ +statements = $statements; + } + public function getStatements() + { + return $this->statements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php new file mode 100644 index 000000000..9aa04e6b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php @@ -0,0 +1,37 @@ +options = $options; + } + /** + * @return Google_Service_Spanner_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.php new file mode 100644 index 000000000..570e09227 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Instance.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Instance.php new file mode 100644 index 000000000..cfa85c795 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Instance.php @@ -0,0 +1,75 @@ +config = $config; + } + public function getConfig() + { + return $this->config; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNodeCount($nodeCount) + { + $this->nodeCount = $nodeCount; + } + public function getNodeCount() + { + return $this->nodeCount; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/InstanceConfig.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/InstanceConfig.php new file mode 100644 index 000000000..efc1eb944 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/InstanceConfig.php @@ -0,0 +1,56 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Spanner_ReplicaInfo + */ + public function setReplicas($replicas) + { + $this->replicas = $replicas; + } + /** + * @return Google_Service_Spanner_ReplicaInfo + */ + public function getReplicas() + { + return $this->replicas; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/KeyRange.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/KeyRange.php new file mode 100644 index 000000000..32e1794a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/KeyRange.php @@ -0,0 +1,58 @@ +endClosed = $endClosed; + } + public function getEndClosed() + { + return $this->endClosed; + } + public function setEndOpen($endOpen) + { + $this->endOpen = $endOpen; + } + public function getEndOpen() + { + return $this->endOpen; + } + public function setStartClosed($startClosed) + { + $this->startClosed = $startClosed; + } + public function getStartClosed() + { + return $this->startClosed; + } + public function setStartOpen($startOpen) + { + $this->startOpen = $startOpen; + } + public function getStartOpen() + { + return $this->startOpen; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/KeySet.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/KeySet.php new file mode 100644 index 000000000..d20f33a36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/KeySet.php @@ -0,0 +1,56 @@ +all = $all; + } + public function getAll() + { + return $this->all; + } + public function setKeys($keys) + { + $this->keys = $keys; + } + public function getKeys() + { + return $this->keys; + } + /** + * @param Google_Service_Spanner_KeyRange + */ + public function setRanges($ranges) + { + $this->ranges = $ranges; + } + /** + * @return Google_Service_Spanner_KeyRange + */ + public function getRanges() + { + return $this->ranges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.php new file mode 100644 index 000000000..e4acf3ce4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.php @@ -0,0 +1,47 @@ +databases = $databases; + } + /** + * @return Google_Service_Spanner_Database + */ + public function getDatabases() + { + return $this->databases; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php new file mode 100644 index 000000000..16da3545e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php @@ -0,0 +1,47 @@ +instanceConfigs = $instanceConfigs; + } + /** + * @return Google_Service_Spanner_InstanceConfig + */ + public function getInstanceConfigs() + { + return $this->instanceConfigs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php new file mode 100644 index 000000000..08df0fedc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php @@ -0,0 +1,47 @@ +instances = $instances; + } + /** + * @return Google_Service_Spanner_Instance + */ + public function getInstances() + { + return $this->instances; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php new file mode 100644 index 000000000..181b8e219 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Spanner_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Spanner_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListSessionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListSessionsResponse.php new file mode 100644 index 000000000..0c77b185a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListSessionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Spanner_Session + */ + public function setSessions($sessions) + { + $this->sessions = $sessions; + } + /** + * @return Google_Service_Spanner_Session + */ + public function getSessions() + { + return $this->sessions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php new file mode 100644 index 000000000..fb51516bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php @@ -0,0 +1,101 @@ +delete = $delete; + } + /** + * @return Google_Service_Spanner_Delete + */ + public function getDelete() + { + return $this->delete; + } + /** + * @param Google_Service_Spanner_Write + */ + public function setInsert(Google_Service_Spanner_Write $insert) + { + $this->insert = $insert; + } + /** + * @return Google_Service_Spanner_Write + */ + public function getInsert() + { + return $this->insert; + } + /** + * @param Google_Service_Spanner_Write + */ + public function setInsertOrUpdate(Google_Service_Spanner_Write $insertOrUpdate) + { + $this->insertOrUpdate = $insertOrUpdate; + } + /** + * @return Google_Service_Spanner_Write + */ + public function getInsertOrUpdate() + { + return $this->insertOrUpdate; + } + /** + * @param Google_Service_Spanner_Write + */ + public function setReplace(Google_Service_Spanner_Write $replace) + { + $this->replace = $replace; + } + /** + * @return Google_Service_Spanner_Write + */ + public function getReplace() + { + return $this->replace; + } + /** + * @param Google_Service_Spanner_Write + */ + public function setUpdate(Google_Service_Spanner_Write $update) + { + $this->update = $update; + } + /** + * @return Google_Service_Spanner_Write + */ + public function getUpdate() + { + return $this->update; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Operation.php new file mode 100644 index 000000000..f9829c9ed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Spanner_Status + */ + public function setError(Google_Service_Spanner_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Spanner_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/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php new file mode 100644 index 000000000..ae2c1e912 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php @@ -0,0 +1,81 @@ +chunkedValue = $chunkedValue; + } + public function getChunkedValue() + { + return $this->chunkedValue; + } + /** + * @param Google_Service_Spanner_ResultSetMetadata + */ + public function setMetadata(Google_Service_Spanner_ResultSetMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Spanner_ResultSetMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setResumeToken($resumeToken) + { + $this->resumeToken = $resumeToken; + } + public function getResumeToken() + { + return $this->resumeToken; + } + /** + * @param Google_Service_Spanner_ResultSetStats + */ + public function setStats(Google_Service_Spanner_ResultSetStats $stats) + { + $this->stats = $stats; + } + /** + * @return Google_Service_Spanner_ResultSetStats + */ + public function getStats() + { + return $this->stats; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Partition.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Partition.php new file mode 100644 index 000000000..e08a9e5bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Partition.php @@ -0,0 +1,30 @@ +partitionToken = $partitionToken; + } + public function getPartitionToken() + { + return $this->partitionToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionOptions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionOptions.php new file mode 100644 index 000000000..83940b80b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionOptions.php @@ -0,0 +1,39 @@ +maxPartitions = $maxPartitions; + } + public function getMaxPartitions() + { + return $this->maxPartitions; + } + public function setPartitionSizeBytes($partitionSizeBytes) + { + $this->partitionSizeBytes = $partitionSizeBytes; + } + public function getPartitionSizeBytes() + { + return $this->partitionSizeBytes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionQueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionQueryRequest.php new file mode 100644 index 000000000..d469a4833 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionQueryRequest.php @@ -0,0 +1,87 @@ +paramTypes = $paramTypes; + } + /** + * @return Google_Service_Spanner_Type + */ + public function getParamTypes() + { + return $this->paramTypes; + } + public function setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + /** + * @param Google_Service_Spanner_PartitionOptions + */ + public function setPartitionOptions(Google_Service_Spanner_PartitionOptions $partitionOptions) + { + $this->partitionOptions = $partitionOptions; + } + /** + * @return Google_Service_Spanner_PartitionOptions + */ + public function getPartitionOptions() + { + return $this->partitionOptions; + } + public function setSql($sql) + { + $this->sql = $sql; + } + public function getSql() + { + return $this->sql; + } + /** + * @param Google_Service_Spanner_TransactionSelector + */ + public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_TransactionSelector + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionReadRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionReadRequest.php new file mode 100644 index 000000000..d5283d54a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionReadRequest.php @@ -0,0 +1,97 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Spanner_KeySet + */ + public function setKeySet(Google_Service_Spanner_KeySet $keySet) + { + $this->keySet = $keySet; + } + /** + * @return Google_Service_Spanner_KeySet + */ + public function getKeySet() + { + return $this->keySet; + } + /** + * @param Google_Service_Spanner_PartitionOptions + */ + public function setPartitionOptions(Google_Service_Spanner_PartitionOptions $partitionOptions) + { + $this->partitionOptions = $partitionOptions; + } + /** + * @return Google_Service_Spanner_PartitionOptions + */ + public function getPartitionOptions() + { + return $this->partitionOptions; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } + /** + * @param Google_Service_Spanner_TransactionSelector + */ + public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_TransactionSelector + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionResponse.php new file mode 100644 index 000000000..4b858891e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionResponse.php @@ -0,0 +1,54 @@ +partitions = $partitions; + } + /** + * @return Google_Service_Spanner_Partition + */ + public function getPartitions() + { + return $this->partitions; + } + /** + * @param Google_Service_Spanner_Transaction + */ + public function setTransaction(Google_Service_Spanner_Transaction $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_Transaction + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionedDml.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionedDml.php new file mode 100644 index 000000000..5b0a8fd41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartitionedDml.php @@ -0,0 +1,20 @@ +childLinks = $childLinks; + } + /** + * @return Google_Service_Spanner_ChildLink + */ + public function getChildLinks() + { + return $this->childLinks; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setExecutionStats($executionStats) + { + $this->executionStats = $executionStats; + } + public function getExecutionStats() + { + return $this->executionStats; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_Spanner_ShortRepresentation + */ + public function setShortRepresentation(Google_Service_Spanner_ShortRepresentation $shortRepresentation) + { + $this->shortRepresentation = $shortRepresentation; + } + /** + * @return Google_Service_Spanner_ShortRepresentation + */ + public function getShortRepresentation() + { + return $this->shortRepresentation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Policy.php new file mode 100644 index 000000000..98b297910 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Policy.php @@ -0,0 +1,56 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Spanner_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.php new file mode 100644 index 000000000..b239bbf6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.php @@ -0,0 +1,38 @@ +planNodes = $planNodes; + } + /** + * @return Google_Service_Spanner_PlanNode + */ + public function getPlanNodes() + { + return $this->planNodes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.php new file mode 100644 index 000000000..81c85ba62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.php @@ -0,0 +1,75 @@ +exactStaleness = $exactStaleness; + } + public function getExactStaleness() + { + return $this->exactStaleness; + } + public function setMaxStaleness($maxStaleness) + { + $this->maxStaleness = $maxStaleness; + } + public function getMaxStaleness() + { + return $this->maxStaleness; + } + public function setMinReadTimestamp($minReadTimestamp) + { + $this->minReadTimestamp = $minReadTimestamp; + } + public function getMinReadTimestamp() + { + return $this->minReadTimestamp; + } + public function setReadTimestamp($readTimestamp) + { + $this->readTimestamp = $readTimestamp; + } + public function getReadTimestamp() + { + return $this->readTimestamp; + } + public function setReturnReadTimestamp($returnReadTimestamp) + { + $this->returnReadTimestamp = $returnReadTimestamp; + } + public function getReturnReadTimestamp() + { + return $this->returnReadTimestamp; + } + public function setStrong($strong) + { + $this->strong = $strong; + } + public function getStrong() + { + return $this->strong; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php new file mode 100644 index 000000000..c2cfc5e39 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php @@ -0,0 +1,108 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_Spanner_KeySet + */ + public function setKeySet(Google_Service_Spanner_KeySet $keySet) + { + $this->keySet = $keySet; + } + /** + * @return Google_Service_Spanner_KeySet + */ + public function getKeySet() + { + return $this->keySet; + } + public function setLimit($limit) + { + $this->limit = $limit; + } + public function getLimit() + { + return $this->limit; + } + public function setPartitionToken($partitionToken) + { + $this->partitionToken = $partitionToken; + } + public function getPartitionToken() + { + return $this->partitionToken; + } + public function setResumeToken($resumeToken) + { + $this->resumeToken = $resumeToken; + } + public function getResumeToken() + { + return $this->resumeToken; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } + /** + * @param Google_Service_Spanner_TransactionSelector + */ + public function setTransaction(Google_Service_Spanner_TransactionSelector $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_TransactionSelector + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php new file mode 100644 index 000000000..2cf29836e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php @@ -0,0 +1,20 @@ +defaultLeaderLocation = $defaultLeaderLocation; + } + public function getDefaultLeaderLocation() + { + return $this->defaultLeaderLocation; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.php new file mode 100644 index 000000000..04e83136c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $projects = $spannerService->projects; + * + */ +class Google_Service_Spanner_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php new file mode 100644 index 000000000..80f8c2c66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php @@ -0,0 +1,65 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $instanceConfigs = $spannerService->instanceConfigs; + * + */ +class Google_Service_Spanner_Resource_ProjectsInstanceConfigs extends Google_Service_Resource +{ + /** + * Gets information about a particular instance configuration. + * (instanceConfigs.get) + * + * @param string $name Required. The name of the requested instance + * configuration. Values are of the form `projects//instanceConfigs/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_InstanceConfig + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Spanner_InstanceConfig"); + } + /** + * Lists the supported instance configurations for a given project. + * (instanceConfigs.listProjectsInstanceConfigs) + * + * @param string $parent Required. The name of the project for which a list of + * supported instance configurations is requested. Values are of the form + * `projects/`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Number of instance configurations to be returned in + * the response. If 0 or less, defaults to the server's maximum allowed page + * size. + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListInstanceConfigsResponse. + * @return Google_Service_Spanner_ListInstanceConfigsResponse + */ + public function listProjectsInstanceConfigs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Spanner_ListInstanceConfigsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php new file mode 100644 index 000000000..c612f0374 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php @@ -0,0 +1,254 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $instances = $spannerService->instances; + * + */ +class Google_Service_Spanner_Resource_ProjectsInstances extends Google_Service_Resource +{ + /** + * Creates an instance and begins preparing it to begin serving. The returned + * long-running operation can be used to track the progress of preparing the new + * instance. The instance name is assigned by the caller. If the named instance + * already exists, `CreateInstance` returns `ALREADY_EXISTS`. + * + * Immediately upon completion of this request: + * + * * The instance is readable via the API, with all requested attributes + * but no allocated resources. Its state is `CREATING`. + * + * Until completion of the returned operation: + * + * * Cancelling the operation renders the instance immediately unreadable + * via the API. * The instance can be deleted. * All other attempts to + * modify the instance are rejected. + * + * Upon completion of the returned operation: + * + * * Billing for all successfully-allocated resources begins (some types + * may have lower than the requested levels). * Databases can be created in + * the instance. * The instance's allocated resource levels are readable via + * the API. * The instance's state becomes `READY`. + * + * The returned long-running operation will have a name of the format + * `/operations/` and can be used to track creation of the instance. The + * metadata field type is CreateInstanceMetadata. The response field type is + * Instance, if successful. (instances.create) + * + * @param string $parent Required. The name of the project in which to create + * the instance. Values are of the form `projects/`. + * @param Google_Service_Spanner_CreateInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Operation + */ + public function create($parent, Google_Service_Spanner_CreateInstanceRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Spanner_Operation"); + } + /** + * Deletes an instance. + * + * Immediately upon completion of the request: + * + * * Billing ceases for all of the instance's reserved resources. + * + * Soon afterward: + * + * * The instance and *all of its databases* immediately and irrevocably + * disappear from the API. All data in the databases is permanently deleted. + * (instances.delete) + * + * @param string $name Required. The name of the instance to be deleted. Values + * are of the form `projects//instances/` + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_SpannerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * Gets information about a particular instance. (instances.get) + * + * @param string $name Required. The name of the requested instance. Values are + * of the form `projects//instances/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Instance + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Spanner_Instance"); + } + /** + * Gets the access control policy for an instance resource. Returns an empty + * policy if an instance exists but does not have a policy set. + * + * Authorization requires `spanner.instances.getIamPolicy` on resource. + * (instances.getIamPolicy) + * + * @param string $resource REQUIRED: The Cloud Spanner resource for which the + * policy is being retrieved. The format is `projects//instances/` for instance + * resources and `projects//instances//databases/` for database resources. + * @param Google_Service_Spanner_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Policy + */ + public function getIamPolicy($resource, Google_Service_Spanner_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Spanner_Policy"); + } + /** + * Lists all instances in the given project. (instances.listProjectsInstances) + * + * @param string $parent Required. The name of the project for which a list of + * instances is requested. Values are of the form `projects/`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Number of instances to be returned in the response. + * If 0 or less, defaults to the server's maximum allowed page size. + * @opt_param string filter An expression for filtering the results of the + * request. Filter rules are case insensitive. The fields eligible for filtering + * are: + * + * * `name` * `display_name` * `labels.key` where key is the name of a + * label + * + * Some examples of using filters are: + * + * * `name:*` --> The instance has a name. * `name:Howl` --> The instance's + * name contains the string "howl". * `name:HOWL` --> Equivalent to above. * + * `NAME:howl` --> Equivalent to above. * `labels.env:*` --> The instance has + * the label "env". * `labels.env:dev` --> The instance has the label "env" + * and the value of the label contains the string "dev". + * * `name:howl labels.env:dev` --> The instance's name contains "howl" and + * it has the label "env" with its value + * containing "dev". + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListInstancesResponse. + * @return Google_Service_Spanner_ListInstancesResponse + */ + public function listProjectsInstances($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Spanner_ListInstancesResponse"); + } + /** + * Updates an instance, and begins allocating or releasing resources as + * requested. The returned long-running operation can be used to track the + * progress of updating the instance. If the named instance does not exist, + * returns `NOT_FOUND`. + * + * Immediately upon completion of this request: + * + * * For resource types for which a decrease in the instance's allocation + * has been requested, billing is based on the newly-requested level. + * + * Until completion of the returned operation: + * + * * Cancelling the operation sets its metadata's cancel_time, and begins + * restoring resources to their pre-request values. The operation is + * guaranteed to succeed at undoing all resource changes, after which point + * it terminates with a `CANCELLED` status. * All other attempts to modify the + * instance are rejected. * Reading the instance via the API continues to give + * the pre-request resource levels. + * + * Upon completion of the returned operation: + * + * * Billing begins for all successfully-allocated resources (some types + * may have lower than the requested levels). * All newly-reserved resources + * are available for serving the instance's tables. * The instance's new + * resource levels are readable via the API. + * + * The returned long-running operation will have a name of the format + * `/operations/` and can be used to track the instance modification. The + * metadata field type is UpdateInstanceMetadata. The response field type is + * Instance, if successful. + * + * Authorization requires `spanner.instances.update` permission on resource + * name. (instances.patch) + * + * @param string $name Required. A unique identifier for the instance, which + * cannot be changed after the instance is created. Values are of the form + * `projects//instances/a-z*[a-z0-9]`. The final segment of the name must be + * between 2 and 64 characters in length. + * @param Google_Service_Spanner_UpdateInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Operation + */ + public function patch($name, Google_Service_Spanner_UpdateInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Spanner_Operation"); + } + /** + * Sets the access control policy on an instance resource. Replaces any existing + * policy. + * + * Authorization requires `spanner.instances.setIamPolicy` on resource. + * (instances.setIamPolicy) + * + * @param string $resource REQUIRED: The Cloud Spanner resource for which the + * policy is being set. The format is `projects//instances/` for instance + * resources and `projects//instances//databases/` for databases resources. + * @param Google_Service_Spanner_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Policy + */ + public function setIamPolicy($resource, Google_Service_Spanner_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Spanner_Policy"); + } + /** + * Returns permissions that the caller has on the specified instance resource. + * + * Attempting this RPC on a non-existent Cloud Spanner instance resource will + * result in a NOT_FOUND error if the user has `spanner.instances.list` + * permission on the containing Google Cloud Project. Otherwise returns an empty + * set of permissions. (instances.testIamPermissions) + * + * @param string $resource REQUIRED: The Cloud Spanner resource for which + * permissions are being tested. The format is `projects//instances/` for + * instance resources and `projects//instances//databases/` for database + * resources. + * @param Google_Service_Spanner_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Spanner_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Spanner_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.php new file mode 100644 index 000000000..c75899a99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.php @@ -0,0 +1,188 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $databases = $spannerService->databases; + * + */ +class Google_Service_Spanner_Resource_ProjectsInstancesDatabases extends Google_Service_Resource +{ + /** + * Creates a new Cloud Spanner database and starts to prepare it for serving. + * The returned long-running operation will have a name of the format + * `/operations/` and can be used to track preparation of the database. The + * metadata field type is CreateDatabaseMetadata. The response field type is + * Database, if successful. (databases.create) + * + * @param string $parent Required. The name of the instance that will serve the + * new database. Values are of the form `projects//instances/`. + * @param Google_Service_Spanner_CreateDatabaseRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Operation + */ + public function create($parent, Google_Service_Spanner_CreateDatabaseRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Spanner_Operation"); + } + /** + * Drops (aka deletes) a Cloud Spanner database. (databases.dropDatabase) + * + * @param string $database Required. The database to be dropped. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_SpannerEmpty + */ + public function dropDatabase($database, $optParams = array()) + { + $params = array('database' => $database); + $params = array_merge($params, $optParams); + return $this->call('dropDatabase', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * Gets the state of a Cloud Spanner database. (databases.get) + * + * @param string $name Required. The name of the requested database. Values are + * of the form `projects//instances//databases/`. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Database + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Spanner_Database"); + } + /** + * Returns the schema of a Cloud Spanner database as a list of formatted DDL + * statements. This method does not show pending schema updates, those may be + * queried using the Operations API. (databases.getDdl) + * + * @param string $database Required. The database whose schema we wish to get. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_GetDatabaseDdlResponse + */ + public function getDdl($database, $optParams = array()) + { + $params = array('database' => $database); + $params = array_merge($params, $optParams); + return $this->call('getDdl', array($params), "Google_Service_Spanner_GetDatabaseDdlResponse"); + } + /** + * Gets the access control policy for a database resource. Returns an empty + * policy if a database exists but does not have a policy set. + * + * Authorization requires `spanner.databases.getIamPolicy` permission on + * resource. (databases.getIamPolicy) + * + * @param string $resource REQUIRED: The Cloud Spanner resource for which the + * policy is being retrieved. The format is `projects//instances/` for instance + * resources and `projects//instances//databases/` for database resources. + * @param Google_Service_Spanner_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Policy + */ + public function getIamPolicy($resource, Google_Service_Spanner_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Spanner_Policy"); + } + /** + * Lists Cloud Spanner databases. (databases.listProjectsInstancesDatabases) + * + * @param string $parent Required. The instance whose databases should be + * listed. Values are of the form `projects//instances/`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListDatabasesResponse. + * @opt_param int pageSize Number of databases to be returned in the response. + * If 0 or less, defaults to the server's maximum allowed page size. + * @return Google_Service_Spanner_ListDatabasesResponse + */ + public function listProjectsInstancesDatabases($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Spanner_ListDatabasesResponse"); + } + /** + * Sets the access control policy on a database resource. Replaces any existing + * policy. + * + * Authorization requires `spanner.databases.setIamPolicy` permission on + * resource. (databases.setIamPolicy) + * + * @param string $resource REQUIRED: The Cloud Spanner resource for which the + * policy is being set. The format is `projects//instances/` for instance + * resources and `projects//instances//databases/` for databases resources. + * @param Google_Service_Spanner_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Policy + */ + public function setIamPolicy($resource, Google_Service_Spanner_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Spanner_Policy"); + } + /** + * Returns permissions that the caller has on the specified database resource. + * + * Attempting this RPC on a non-existent Cloud Spanner database will result in a + * NOT_FOUND error if the user has `spanner.databases.list` permission on the + * containing Cloud Spanner instance. Otherwise returns an empty set of + * permissions. (databases.testIamPermissions) + * + * @param string $resource REQUIRED: The Cloud Spanner resource for which + * permissions are being tested. The format is `projects//instances/` for + * instance resources and `projects//instances//databases/` for database + * resources. + * @param Google_Service_Spanner_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Spanner_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Spanner_TestIamPermissionsResponse"); + } + /** + * Updates the schema of a Cloud Spanner database by creating/altering/dropping + * tables, columns, indexes, etc. The returned long-running operation will have + * a name of the format `/operations/` and can be used to track execution of the + * schema change(s). The metadata field type is UpdateDatabaseDdlMetadata. The + * operation has no response. (databases.updateDdl) + * + * @param string $database Required. The database to update. + * @param Google_Service_Spanner_UpdateDatabaseDdlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Operation + */ + public function updateDdl($database, Google_Service_Spanner_UpdateDatabaseDdlRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateDdl', array($params), "Google_Service_Spanner_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesOperations.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesOperations.php new file mode 100644 index 000000000..0db160c6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesOperations.php @@ -0,0 +1,107 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $operations = $spannerService->operations; + * + */ +class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesOperations 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 array $optParams Optional parameters. + * @return Google_Service_Spanner_SpannerEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * 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_Spanner_SpannerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * 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_Spanner_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Spanner_Operation"); + } + /** + * 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.listProjectsInstancesDatabasesOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Spanner_ListOperationsResponse + */ + public function listProjectsInstancesDatabasesOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Spanner_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php new file mode 100644 index 000000000..920775e98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php @@ -0,0 +1,358 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $sessions = $spannerService->sessions; + * + */ +class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends Google_Service_Resource +{ + /** + * Creates multiple new sessions. + * + * This API can be used to initialize a session cache on the clients. See + * https://goo.gl/TgSFN2 for best practices on session cache management. + * (sessions.batchCreate) + * + * @param string $database Required. The database in which the new sessions are + * created. + * @param Google_Service_Spanner_BatchCreateSessionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_BatchCreateSessionsResponse + */ + public function batchCreate($database, Google_Service_Spanner_BatchCreateSessionsRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchCreate', array($params), "Google_Service_Spanner_BatchCreateSessionsResponse"); + } + /** + * Begins a new transaction. This step can often be skipped: Read, ExecuteSql + * and Commit can begin a new transaction as a side-effect. + * (sessions.beginTransaction) + * + * @param string $session Required. The session in which the transaction runs. + * @param Google_Service_Spanner_BeginTransactionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Transaction + */ + public function beginTransaction($session, Google_Service_Spanner_BeginTransactionRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('beginTransaction', array($params), "Google_Service_Spanner_Transaction"); + } + /** + * Commits a transaction. The request includes the mutations to be applied to + * rows in the database. + * + * `Commit` might return an `ABORTED` error. This can occur at any time; + * commonly, the cause is conflicts with concurrent transactions. However, it + * can also happen for a variety of other reasons. If `Commit` returns + * `ABORTED`, the caller should re-attempt the transaction from the beginning, + * re-using the same session. (sessions.commit) + * + * @param string $session Required. The session in which the transaction to be + * committed is running. + * @param Google_Service_Spanner_CommitRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_CommitResponse + */ + public function commit($session, Google_Service_Spanner_CommitRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('commit', array($params), "Google_Service_Spanner_CommitResponse"); + } + /** + * Creates a new session. A session can be used to perform transactions that + * read and/or modify data in a Cloud Spanner database. Sessions are meant to be + * reused for many consecutive transactions. + * + * Sessions can only execute one transaction at a time. To execute multiple + * concurrent read-write/write-only transactions, create multiple sessions. Note + * that standalone reads and queries use a transaction internally, and count + * toward the one transaction limit. + * + * Active sessions use additional server resources, so it is a good idea to + * delete idle and unneeded sessions. Aside from explicit deletes, Cloud Spanner + * can delete sessions for which no operations are sent for more than an hour. + * If a session is deleted, requests to it return `NOT_FOUND`. + * + * Idle sessions can be kept alive by sending a trivial SQL query periodically, + * e.g., `"SELECT 1"`. (sessions.create) + * + * @param string $database Required. The database in which the new session is + * created. + * @param Google_Service_Spanner_CreateSessionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Session + */ + public function create($database, Google_Service_Spanner_CreateSessionRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Spanner_Session"); + } + /** + * Ends a session, releasing server resources associated with it. This will + * asynchronously trigger cancellation of any operations that are running with + * this session. (sessions.delete) + * + * @param string $name Required. The name of the session to delete. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_SpannerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * Executes a batch of SQL DML statements. This method allows many statements to + * be run with lower latency than submitting them sequentially with ExecuteSql. + * + * Statements are executed in sequential order. A request can succeed even if a + * statement fails. The ExecuteBatchDmlResponse.status field in the response + * provides information about the statement that failed. Clients must inspect + * this field to determine whether an error occurred. + * + * Execution stops after the first failed statement; the remaining statements + * are not executed. (sessions.executeBatchDml) + * + * @param string $session Required. The session in which the DML statements + * should be performed. + * @param Google_Service_Spanner_ExecuteBatchDmlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_ExecuteBatchDmlResponse + */ + public function executeBatchDml($session, Google_Service_Spanner_ExecuteBatchDmlRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('executeBatchDml', array($params), "Google_Service_Spanner_ExecuteBatchDmlResponse"); + } + /** + * Executes an SQL statement, returning all results in a single reply. This + * method cannot be used to return a result set larger than 10 MiB; if the query + * yields more data than that, the query fails with a `FAILED_PRECONDITION` + * error. + * + * Operations inside read-write transactions might return `ABORTED`. If this + * occurs, the application should restart the transaction from the beginning. + * See Transaction for more details. + * + * Larger result sets can be fetched in streaming fashion by calling + * ExecuteStreamingSql instead. (sessions.executeSql) + * + * @param string $session Required. The session in which the SQL query should be + * performed. + * @param Google_Service_Spanner_ExecuteSqlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_ResultSet + */ + public function executeSql($session, Google_Service_Spanner_ExecuteSqlRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('executeSql', array($params), "Google_Service_Spanner_ResultSet"); + } + /** + * Like ExecuteSql, except returns the result set as a stream. Unlike + * ExecuteSql, there is no limit on the size of the returned result set. + * However, no individual row in the result set can exceed 100 MiB, and no + * column value can exceed 10 MiB. (sessions.executeStreamingSql) + * + * @param string $session Required. The session in which the SQL query should be + * performed. + * @param Google_Service_Spanner_ExecuteSqlRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_PartialResultSet + */ + public function executeStreamingSql($session, Google_Service_Spanner_ExecuteSqlRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('executeStreamingSql', array($params), "Google_Service_Spanner_PartialResultSet"); + } + /** + * Gets a session. Returns `NOT_FOUND` if the session does not exist. This is + * mainly useful for determining whether a session is still alive. + * (sessions.get) + * + * @param string $name Required. The name of the session to retrieve. + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_Session + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Spanner_Session"); + } + /** + * Lists all sessions in a given database. + * (sessions.listProjectsInstancesDatabasesSessions) + * + * @param string $database Required. The database in which to list sessions. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListSessionsResponse. + * @opt_param int pageSize Number of sessions to be returned in the response. If + * 0 or less, defaults to the server's maximum allowed page size. + * @opt_param string filter An expression for filtering the results of the + * request. Filter rules are case insensitive. The fields eligible for filtering + * are: + * + * * `labels.key` where key is the name of a label + * + * Some examples of using filters are: + * + * * `labels.env:*` --> The session has the label "env". * `labels.env:dev` + * --> The session has the label "env" and the value of + * the label contains the string "dev". + * @return Google_Service_Spanner_ListSessionsResponse + */ + public function listProjectsInstancesDatabasesSessions($database, $optParams = array()) + { + $params = array('database' => $database); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Spanner_ListSessionsResponse"); + } + /** + * Creates a set of partition tokens that can be used to execute a query + * operation in parallel. Each of the returned partition tokens can be used by + * ExecuteStreamingSql to specify a subset of the query result to read. The + * same session and read-only transaction must be used by the + * PartitionQueryRequest used to create the partition tokens and the + * ExecuteSqlRequests that use the partition tokens. + * + * Partition tokens become invalid when the session used to create them is + * deleted, is idle for too long, begins a new transaction, or becomes too old. + * When any of these happen, it is not possible to resume the query, and the + * whole operation must be restarted from the beginning. + * (sessions.partitionQuery) + * + * @param string $session Required. The session used to create the partitions. + * @param Google_Service_Spanner_PartitionQueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_PartitionResponse + */ + public function partitionQuery($session, Google_Service_Spanner_PartitionQueryRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('partitionQuery', array($params), "Google_Service_Spanner_PartitionResponse"); + } + /** + * Creates a set of partition tokens that can be used to execute a read + * operation in parallel. Each of the returned partition tokens can be used by + * StreamingRead to specify a subset of the read result to read. The same + * session and read-only transaction must be used by the PartitionReadRequest + * used to create the partition tokens and the ReadRequests that use the + * partition tokens. There are no ordering guarantees on rows returned among + * the returned partition tokens, or even within each individual StreamingRead + * call issued with a partition_token. + * + * Partition tokens become invalid when the session used to create them is + * deleted, is idle for too long, begins a new transaction, or becomes too old. + * When any of these happen, it is not possible to resume the read, and the + * whole operation must be restarted from the beginning. + * (sessions.partitionRead) + * + * @param string $session Required. The session used to create the partitions. + * @param Google_Service_Spanner_PartitionReadRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_PartitionResponse + */ + public function partitionRead($session, Google_Service_Spanner_PartitionReadRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('partitionRead', array($params), "Google_Service_Spanner_PartitionResponse"); + } + /** + * Reads rows from the database using key lookups and scans, as a simple + * key/value style alternative to ExecuteSql. This method cannot be used to + * return a result set larger than 10 MiB; if the read matches more data than + * that, the read fails with a `FAILED_PRECONDITION` error. + * + * Reads inside read-write transactions might return `ABORTED`. If this occurs, + * the application should restart the transaction from the beginning. See + * Transaction for more details. + * + * Larger result sets can be yielded in streaming fashion by calling + * StreamingRead instead. (sessions.read) + * + * @param string $session Required. The session in which the read should be + * performed. + * @param Google_Service_Spanner_ReadRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_ResultSet + */ + public function read($session, Google_Service_Spanner_ReadRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('read', array($params), "Google_Service_Spanner_ResultSet"); + } + /** + * Rolls back a transaction, releasing any locks it holds. It is a good idea to + * call this for any transaction that includes one or more Read or ExecuteSql + * requests and ultimately decides not to commit. + * + * `Rollback` returns `OK` if it successfully aborts the transaction, the + * transaction was already aborted, or the transaction is not found. `Rollback` + * never returns `ABORTED`. (sessions.rollback) + * + * @param string $session Required. The session in which the transaction to roll + * back is running. + * @param Google_Service_Spanner_RollbackRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_SpannerEmpty + */ + public function rollback($session, Google_Service_Spanner_RollbackRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * Like Read, except returns the result set as a stream. Unlike Read, there is + * no limit on the size of the returned result set. However, no individual row + * in the result set can exceed 100 MiB, and no column value can exceed 10 MiB. + * (sessions.streamingRead) + * + * @param string $session Required. The session in which the read should be + * performed. + * @param Google_Service_Spanner_ReadRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_PartialResultSet + */ + public function streamingRead($session, Google_Service_Spanner_ReadRequest $postBody, $optParams = array()) + { + $params = array('session' => $session, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('streamingRead', array($params), "Google_Service_Spanner_PartialResultSet"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php new file mode 100644 index 000000000..9d2e3193a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php @@ -0,0 +1,107 @@ + + * $spannerService = new Google_Service_Spanner(...); + * $operations = $spannerService->operations; + * + */ +class Google_Service_Spanner_Resource_ProjectsInstancesOperations 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 array $optParams Optional parameters. + * @return Google_Service_Spanner_SpannerEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * 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_Spanner_SpannerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); + } + /** + * 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_Spanner_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Spanner_Operation"); + } + /** + * 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.listProjectsInstancesOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Spanner_ListOperationsResponse + */ + public function listProjectsInstancesOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Spanner_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSet.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSet.php new file mode 100644 index 000000000..2625ee60f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSet.php @@ -0,0 +1,63 @@ +metadata = $metadata; + } + /** + * @return Google_Service_Spanner_ResultSetMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } + /** + * @param Google_Service_Spanner_ResultSetStats + */ + public function setStats(Google_Service_Spanner_ResultSetStats $stats) + { + $this->stats = $stats; + } + /** + * @return Google_Service_Spanner_ResultSetStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.php new file mode 100644 index 000000000..534cc832a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.php @@ -0,0 +1,53 @@ +rowType = $rowType; + } + /** + * @return Google_Service_Spanner_StructType + */ + public function getRowType() + { + return $this->rowType; + } + /** + * @param Google_Service_Spanner_Transaction + */ + public function setTransaction(Google_Service_Spanner_Transaction $transaction) + { + $this->transaction = $transaction; + } + /** + * @return Google_Service_Spanner_Transaction + */ + public function getTransaction() + { + return $this->transaction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetStats.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetStats.php new file mode 100644 index 000000000..db495115c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetStats.php @@ -0,0 +1,64 @@ +queryPlan = $queryPlan; + } + /** + * @return Google_Service_Spanner_QueryPlan + */ + public function getQueryPlan() + { + return $this->queryPlan; + } + public function setQueryStats($queryStats) + { + $this->queryStats = $queryStats; + } + public function getQueryStats() + { + return $this->queryStats; + } + public function setRowCountExact($rowCountExact) + { + $this->rowCountExact = $rowCountExact; + } + public function getRowCountExact() + { + return $this->rowCountExact; + } + public function setRowCountLowerBound($rowCountLowerBound) + { + $this->rowCountLowerBound = $rowCountLowerBound; + } + public function getRowCountLowerBound() + { + return $this->rowCountLowerBound; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php new file mode 100644 index 000000000..5d962d342 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php @@ -0,0 +1,30 @@ +transactionId = $transactionId; + } + public function getTransactionId() + { + return $this->transactionId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Session.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Session.php new file mode 100644 index 000000000..041b8e03b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Session.php @@ -0,0 +1,57 @@ +approximateLastUseTime = $approximateLastUseTime; + } + public function getApproximateLastUseTime() + { + return $this->approximateLastUseTime; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php new file mode 100644 index 000000000..6423989ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php @@ -0,0 +1,37 @@ +policy = $policy; + } + /** + * @return Google_Service_Spanner_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.php new file mode 100644 index 000000000..0731a52ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setSubqueries($subqueries) + { + $this->subqueries = $subqueries; + } + public function getSubqueries() + { + return $this->subqueries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/SpannerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/SpannerEmpty.php new file mode 100644 index 000000000..e847a2d33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/SpannerEmpty.php @@ -0,0 +1,20 @@ +paramTypes = $paramTypes; + } + /** + * @return Google_Service_Spanner_Type + */ + public function getParamTypes() + { + return $this->paramTypes; + } + public function setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setSql($sql) + { + $this->sql = $sql; + } + public function getSql() + { + return $this->sql; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Status.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Status.php new file mode 100644 index 000000000..41b24f6a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/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/vendor/google/apiclient-services/src/Google/Service/Spanner/StructType.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/StructType.php new file mode 100644 index 000000000..3d3ca007d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/StructType.php @@ -0,0 +1,38 @@ +fields = $fields; + } + /** + * @return Google_Service_Spanner_Field + */ + public function getFields() + { + return $this->fields; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.php new file mode 100644 index 000000000..43269628c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsResponse.php new file mode 100644 index 000000000..026345ab3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Transaction.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Transaction.php new file mode 100644 index 000000000..8ddc5ead3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Transaction.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setReadTimestamp($readTimestamp) + { + $this->readTimestamp = $readTimestamp; + } + public function getReadTimestamp() + { + return $this->readTimestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionOptions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionOptions.php new file mode 100644 index 000000000..e084ce324 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionOptions.php @@ -0,0 +1,69 @@ +partitionedDml = $partitionedDml; + } + /** + * @return Google_Service_Spanner_PartitionedDml + */ + public function getPartitionedDml() + { + return $this->partitionedDml; + } + /** + * @param Google_Service_Spanner_ReadOnly + */ + public function setReadOnly(Google_Service_Spanner_ReadOnly $readOnly) + { + $this->readOnly = $readOnly; + } + /** + * @return Google_Service_Spanner_ReadOnly + */ + public function getReadOnly() + { + return $this->readOnly; + } + /** + * @param Google_Service_Spanner_ReadWrite + */ + public function setReadWrite(Google_Service_Spanner_ReadWrite $readWrite) + { + $this->readWrite = $readWrite; + } + /** + * @return Google_Service_Spanner_ReadWrite + */ + public function getReadWrite() + { + return $this->readWrite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.php new file mode 100644 index 000000000..c03eb53a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.php @@ -0,0 +1,62 @@ +begin = $begin; + } + /** + * @return Google_Service_Spanner_TransactionOptions + */ + public function getBegin() + { + return $this->begin; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Spanner_TransactionOptions + */ + public function setSingleUse(Google_Service_Spanner_TransactionOptions $singleUse) + { + $this->singleUse = $singleUse; + } + /** + * @return Google_Service_Spanner_TransactionOptions + */ + public function getSingleUse() + { + return $this->singleUse; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Type.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Type.php new file mode 100644 index 000000000..fbad3013e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Type.php @@ -0,0 +1,62 @@ +arrayElementType = $arrayElementType; + } + /** + * @return Google_Service_Spanner_Type + */ + public function getArrayElementType() + { + return $this->arrayElementType; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Spanner_StructType + */ + public function setStructType(Google_Service_Spanner_StructType $structType) + { + $this->structType = $structType; + } + /** + * @return Google_Service_Spanner_StructType + */ + public function getStructType() + { + return $this->structType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php new file mode 100644 index 000000000..b82b0340a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php @@ -0,0 +1,49 @@ +commitTimestamps = $commitTimestamps; + } + public function getCommitTimestamps() + { + return $this->commitTimestamps; + } + public function setDatabase($database) + { + $this->database = $database; + } + public function getDatabase() + { + return $this->database; + } + public function setStatements($statements) + { + $this->statements = $statements; + } + public function getStatements() + { + return $this->statements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlRequest.php new file mode 100644 index 000000000..bb0c26667 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlRequest.php @@ -0,0 +1,40 @@ +operationId = $operationId; + } + public function getOperationId() + { + return $this->operationId; + } + public function setStatements($statements) + { + $this->statements = $statements; + } + public function getStatements() + { + return $this->statements; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceMetadata.php new file mode 100644 index 000000000..9fa7fcb43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceMetadata.php @@ -0,0 +1,64 @@ +cancelTime = $cancelTime; + } + public function getCancelTime() + { + return $this->cancelTime; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Spanner_Instance + */ + public function setInstance(Google_Service_Spanner_Instance $instance) + { + $this->instance = $instance; + } + /** + * @return Google_Service_Spanner_Instance + */ + public function getInstance() + { + return $this->instance; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php new file mode 100644 index 000000000..8f827a17f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php @@ -0,0 +1,46 @@ +fieldMask = $fieldMask; + } + public function getFieldMask() + { + return $this->fieldMask; + } + /** + * @param Google_Service_Spanner_Instance + */ + public function setInstance(Google_Service_Spanner_Instance $instance) + { + $this->instance = $instance; + } + /** + * @return Google_Service_Spanner_Instance + */ + public function getInstance() + { + return $this->instance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Write.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Write.php new file mode 100644 index 000000000..eeadc7b4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Write.php @@ -0,0 +1,49 @@ +columns = $columns; + } + public function getColumns() + { + return $this->columns; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } + public function setValues($values) + { + $this->values = $values; + } + public function getValues() + { + return $this->values; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum.php new file mode 100644 index 000000000..c14321ade --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum.php @@ -0,0 +1,85 @@ + + * API for spectrum-management functions. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Spectrum extends Google_Service +{ + + + public $paws; + + /** + * Constructs the internal representation of the Spectrum service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'spectrum/v1explorer/paws/'; + $this->version = 'v1explorer'; + $this->serviceName = 'spectrum'; + + $this->paws = new Google_Service_Spectrum_Resource_Paws( + $this, + $this->serviceName, + 'paws', + array( + 'methods' => array( + 'getSpectrum' => array( + 'path' => 'getSpectrum', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'getSpectrumBatch' => array( + 'path' => 'getSpectrumBatch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'init' => array( + 'path' => 'init', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'notifySpectrumUse' => array( + 'path' => 'notifySpectrumUse', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'register' => array( + 'path' => 'register', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verifyDevice' => array( + 'path' => 'verifyDevice', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/AntennaCharacteristics.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/AntennaCharacteristics.php new file mode 100644 index 000000000..7ac11f66e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/AntennaCharacteristics.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setHeightType($heightType) + { + $this->heightType = $heightType; + } + public function getHeightType() + { + return $this->heightType; + } + public function setHeightUncertainty($heightUncertainty) + { + $this->heightUncertainty = $heightUncertainty; + } + public function getHeightUncertainty() + { + return $this->heightUncertainty; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DatabaseSpec.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DatabaseSpec.php new file mode 100644 index 000000000..5e2175d62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DatabaseSpec.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DbUpdateSpec.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DbUpdateSpec.php new file mode 100644 index 000000000..10c2c6cc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DbUpdateSpec.php @@ -0,0 +1,38 @@ +databases = $databases; + } + /** + * @return Google_Service_Spectrum_DatabaseSpec + */ + public function getDatabases() + { + return $this->databases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.php new file mode 100644 index 000000000..028252f7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.php @@ -0,0 +1,38 @@ +frequencyRanges = $frequencyRanges; + } + /** + * @return Google_Service_Spectrum_FrequencyRange + */ + public function getFrequencyRanges() + { + return $this->frequencyRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceDescriptor.php new file mode 100644 index 000000000..bec28a098 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceDescriptor.php @@ -0,0 +1,112 @@ +etsiEnDeviceCategory = $etsiEnDeviceCategory; + } + public function getEtsiEnDeviceCategory() + { + return $this->etsiEnDeviceCategory; + } + public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass) + { + $this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass; + } + public function getEtsiEnDeviceEmissionsClass() + { + return $this->etsiEnDeviceEmissionsClass; + } + public function setEtsiEnDeviceType($etsiEnDeviceType) + { + $this->etsiEnDeviceType = $etsiEnDeviceType; + } + public function getEtsiEnDeviceType() + { + return $this->etsiEnDeviceType; + } + public function setEtsiEnTechnologyId($etsiEnTechnologyId) + { + $this->etsiEnTechnologyId = $etsiEnTechnologyId; + } + public function getEtsiEnTechnologyId() + { + return $this->etsiEnTechnologyId; + } + public function setFccId($fccId) + { + $this->fccId = $fccId; + } + public function getFccId() + { + return $this->fccId; + } + public function setFccTvbdDeviceType($fccTvbdDeviceType) + { + $this->fccTvbdDeviceType = $fccTvbdDeviceType; + } + public function getFccTvbdDeviceType() + { + return $this->fccTvbdDeviceType; + } + public function setManufacturerId($manufacturerId) + { + $this->manufacturerId = $manufacturerId; + } + public function getManufacturerId() + { + return $this->manufacturerId; + } + public function setModelId($modelId) + { + $this->modelId = $modelId; + } + public function getModelId() + { + return $this->modelId; + } + public function setRulesetIds($rulesetIds) + { + $this->rulesetIds = $rulesetIds; + } + public function getRulesetIds() + { + return $this->rulesetIds; + } + public function setSerialNumber($serialNumber) + { + $this->serialNumber = $serialNumber; + } + public function getSerialNumber() + { + return $this->serialNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceOwner.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceOwner.php new file mode 100644 index 000000000..efa7e8ecc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceOwner.php @@ -0,0 +1,53 @@ +operator = $operator; + } + /** + * @return Google_Service_Spectrum_Vcard + */ + public function getOperator() + { + return $this->operator; + } + /** + * @param Google_Service_Spectrum_Vcard + */ + public function setOwner(Google_Service_Spectrum_Vcard $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_Spectrum_Vcard + */ + public function getOwner() + { + return $this->owner; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.php new file mode 100644 index 000000000..c2975388b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.php @@ -0,0 +1,55 @@ +deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + public function setIsValid($isValid) + { + $this->isValid = $isValid; + } + public function getIsValid() + { + return $this->isValid; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php new file mode 100644 index 000000000..dbf06e5f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php @@ -0,0 +1,39 @@ +startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStopTime($stopTime) + { + $this->stopTime = $stopTime; + } + public function getStopTime() + { + return $this->stopTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/FrequencyRange.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/FrequencyRange.php new file mode 100644 index 000000000..7770fedb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/FrequencyRange.php @@ -0,0 +1,57 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setMaxPowerDBm($maxPowerDBm) + { + $this->maxPowerDBm = $maxPowerDBm; + } + public function getMaxPowerDBm() + { + return $this->maxPowerDBm; + } + public function setStartHz($startHz) + { + $this->startHz = $startHz; + } + public function getStartHz() + { + return $this->startHz; + } + public function setStopHz($stopHz) + { + $this->stopHz = $stopHz; + } + public function getStopHz() + { + return $this->stopHz; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocation.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocation.php new file mode 100644 index 000000000..d836387b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocation.php @@ -0,0 +1,62 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Spectrum_GeoLocationEllipse + */ + public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point) + { + $this->point = $point; + } + /** + * @return Google_Service_Spectrum_GeoLocationEllipse + */ + public function getPoint() + { + return $this->point; + } + /** + * @param Google_Service_Spectrum_GeoLocationPolygon + */ + public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region) + { + $this->region = $region; + } + /** + * @return Google_Service_Spectrum_GeoLocationPolygon + */ + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.php new file mode 100644 index 000000000..a4c036d4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.php @@ -0,0 +1,64 @@ +center = $center; + } + /** + * @return Google_Service_Spectrum_GeoLocationPoint + */ + public function getCenter() + { + return $this->center; + } + public function setOrientation($orientation) + { + $this->orientation = $orientation; + } + public function getOrientation() + { + return $this->orientation; + } + public function setSemiMajorAxis($semiMajorAxis) + { + $this->semiMajorAxis = $semiMajorAxis; + } + public function getSemiMajorAxis() + { + return $this->semiMajorAxis; + } + public function setSemiMinorAxis($semiMinorAxis) + { + $this->semiMinorAxis = $semiMinorAxis; + } + public function getSemiMinorAxis() + { + return $this->semiMinorAxis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php new file mode 100644 index 000000000..fa3ed1d9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPolygon.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPolygon.php new file mode 100644 index 000000000..6cae9f27c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPolygon.php @@ -0,0 +1,38 @@ +exterior = $exterior; + } + /** + * @return Google_Service_Spectrum_GeoLocationPoint + */ + public function getExterior() + { + return $this->exterior; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.php new file mode 100644 index 000000000..8abc2e292 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.php @@ -0,0 +1,54 @@ +location = $location; + } + /** + * @return Google_Service_Spectrum_GeoLocation + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Spectrum_SpectrumSchedule + */ + public function setSpectrumSchedules($spectrumSchedules) + { + $this->spectrumSchedules = $spectrumSchedules; + } + /** + * @return Google_Service_Spectrum_SpectrumSchedule + */ + public function getSpectrumSchedules() + { + return $this->spectrumSchedules; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchRequest.php new file mode 100644 index 000000000..d400fda6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchRequest.php @@ -0,0 +1,145 @@ +antenna = $antenna; + } + /** + * @return Google_Service_Spectrum_AntennaCharacteristics + */ + public function getAntenna() + { + return $this->antenna; + } + /** + * @param Google_Service_Spectrum_DeviceCapabilities + */ + public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities) + { + $this->capabilities = $capabilities; + } + /** + * @return Google_Service_Spectrum_DeviceCapabilities + */ + public function getCapabilities() + { + return $this->capabilities; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) + { + $this->deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + /** + * @param Google_Service_Spectrum_GeoLocation + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Spectrum_GeoLocation + */ + public function getLocations() + { + return $this->locations; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc) + { + $this->masterDeviceDesc = $masterDeviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getMasterDeviceDesc() + { + return $this->masterDeviceDesc; + } + /** + * @param Google_Service_Spectrum_DeviceOwner + */ + public function setOwner(Google_Service_Spectrum_DeviceOwner $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_Spectrum_DeviceOwner + */ + public function getOwner() + { + return $this->owner; + } + public function setRequestType($requestType) + { + $this->requestType = $requestType; + } + public function getRequestType() + { + return $this->requestType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php new file mode 100644 index 000000000..311f474bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php @@ -0,0 +1,149 @@ +databaseChange = $databaseChange; + } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ + public function getDatabaseChange() + { + return $this->databaseChange; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) + { + $this->deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + /** + * @param Google_Service_Spectrum_GeoSpectrumSchedule + */ + public function setGeoSpectrumSchedules($geoSpectrumSchedules) + { + $this->geoSpectrumSchedules = $geoSpectrumSchedules; + } + /** + * @return Google_Service_Spectrum_GeoSpectrumSchedule + */ + public function getGeoSpectrumSchedules() + { + return $this->geoSpectrumSchedules; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxContiguousBwHz($maxContiguousBwHz) + { + $this->maxContiguousBwHz = $maxContiguousBwHz; + } + public function getMaxContiguousBwHz() + { + return $this->maxContiguousBwHz; + } + public function setMaxTotalBwHz($maxTotalBwHz) + { + $this->maxTotalBwHz = $maxTotalBwHz; + } + public function getMaxTotalBwHz() + { + return $this->maxTotalBwHz; + } + public function setNeedsSpectrumReport($needsSpectrumReport) + { + $this->needsSpectrumReport = $needsSpectrumReport; + } + public function getNeedsSpectrumReport() + { + return $this->needsSpectrumReport; + } + /** + * @param Google_Service_Spectrum_RulesetInfo + */ + public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) + { + $this->rulesetInfo = $rulesetInfo; + } + /** + * @return Google_Service_Spectrum_RulesetInfo + */ + public function getRulesetInfo() + { + return $this->rulesetInfo; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php new file mode 100644 index 000000000..2dde6beeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php @@ -0,0 +1,144 @@ +antenna = $antenna; + } + /** + * @return Google_Service_Spectrum_AntennaCharacteristics + */ + public function getAntenna() + { + return $this->antenna; + } + /** + * @param Google_Service_Spectrum_DeviceCapabilities + */ + public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities) + { + $this->capabilities = $capabilities; + } + /** + * @return Google_Service_Spectrum_DeviceCapabilities + */ + public function getCapabilities() + { + return $this->capabilities; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) + { + $this->deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + /** + * @param Google_Service_Spectrum_GeoLocation + */ + public function setLocation(Google_Service_Spectrum_GeoLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Spectrum_GeoLocation + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc) + { + $this->masterDeviceDesc = $masterDeviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getMasterDeviceDesc() + { + return $this->masterDeviceDesc; + } + /** + * @param Google_Service_Spectrum_DeviceOwner + */ + public function setOwner(Google_Service_Spectrum_DeviceOwner $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_Spectrum_DeviceOwner + */ + public function getOwner() + { + return $this->owner; + } + public function setRequestType($requestType) + { + $this->requestType = $requestType; + } + public function getRequestType() + { + return $this->requestType; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php new file mode 100644 index 000000000..cc502343c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php @@ -0,0 +1,149 @@ +databaseChange = $databaseChange; + } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ + public function getDatabaseChange() + { + return $this->databaseChange; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) + { + $this->deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setMaxContiguousBwHz($maxContiguousBwHz) + { + $this->maxContiguousBwHz = $maxContiguousBwHz; + } + public function getMaxContiguousBwHz() + { + return $this->maxContiguousBwHz; + } + public function setMaxTotalBwHz($maxTotalBwHz) + { + $this->maxTotalBwHz = $maxTotalBwHz; + } + public function getMaxTotalBwHz() + { + return $this->maxTotalBwHz; + } + public function setNeedsSpectrumReport($needsSpectrumReport) + { + $this->needsSpectrumReport = $needsSpectrumReport; + } + public function getNeedsSpectrumReport() + { + return $this->needsSpectrumReport; + } + /** + * @param Google_Service_Spectrum_RulesetInfo + */ + public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) + { + $this->rulesetInfo = $rulesetInfo; + } + /** + * @return Google_Service_Spectrum_RulesetInfo + */ + public function getRulesetInfo() + { + return $this->rulesetInfo; + } + /** + * @param Google_Service_Spectrum_SpectrumSchedule + */ + public function setSpectrumSchedules($spectrumSchedules) + { + $this->spectrumSchedules = $spectrumSchedules; + } + /** + * @return Google_Service_Spectrum_SpectrumSchedule + */ + public function getSpectrumSchedules() + { + return $this->spectrumSchedules; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php new file mode 100644 index 000000000..37c5a4d2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php @@ -0,0 +1,71 @@ +deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + /** + * @param Google_Service_Spectrum_GeoLocation + */ + public function setLocation(Google_Service_Spectrum_GeoLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Spectrum_GeoLocation + */ + public function getLocation() + { + return $this->location; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php new file mode 100644 index 000000000..3d50b558e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php @@ -0,0 +1,80 @@ +databaseChange = $databaseChange; + } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ + public function getDatabaseChange() + { + return $this->databaseChange; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Spectrum_RulesetInfo + */ + public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) + { + $this->rulesetInfo = $rulesetInfo; + } + /** + * @return Google_Service_Spectrum_RulesetInfo + */ + public function getRulesetInfo() + { + return $this->rulesetInfo; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php new file mode 100644 index 000000000..be6fd839c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php @@ -0,0 +1,88 @@ +deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + /** + * @param Google_Service_Spectrum_GeoLocation + */ + public function setLocation(Google_Service_Spectrum_GeoLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Spectrum_GeoLocation + */ + public function getLocation() + { + return $this->location; + } + /** + * @param Google_Service_Spectrum_SpectrumMessage + */ + public function setSpectra($spectra) + { + $this->spectra = $spectra; + } + /** + * @return Google_Service_Spectrum_SpectrumMessage + */ + public function getSpectra() + { + return $this->spectra; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php new file mode 100644 index 000000000..60999684f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php @@ -0,0 +1,48 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterRequest.php new file mode 100644 index 000000000..6f408d90d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterRequest.php @@ -0,0 +1,103 @@ +antenna = $antenna; + } + /** + * @return Google_Service_Spectrum_AntennaCharacteristics + */ + public function getAntenna() + { + return $this->antenna; + } + /** + * @param Google_Service_Spectrum_DeviceDescriptor + */ + public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) + { + $this->deviceDesc = $deviceDesc; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDesc() + { + return $this->deviceDesc; + } + /** + * @param Google_Service_Spectrum_DeviceOwner + */ + public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner) + { + $this->deviceOwner = $deviceOwner; + } + /** + * @return Google_Service_Spectrum_DeviceOwner + */ + public function getDeviceOwner() + { + return $this->deviceOwner; + } + /** + * @param Google_Service_Spectrum_GeoLocation + */ + public function setLocation(Google_Service_Spectrum_GeoLocation $location) + { + $this->location = $location; + } + /** + * @return Google_Service_Spectrum_GeoLocation + */ + public function getLocation() + { + return $this->location; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php new file mode 100644 index 000000000..84a06e48c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php @@ -0,0 +1,64 @@ +databaseChange = $databaseChange; + } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ + public function getDatabaseChange() + { + return $this->databaseChange; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php new file mode 100644 index 000000000..da5633686 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php @@ -0,0 +1,56 @@ +deviceDescs = $deviceDescs; + } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ + public function getDeviceDescs() + { + return $this->deviceDescs; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php new file mode 100644 index 000000000..4ec47dbfd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php @@ -0,0 +1,81 @@ +databaseChange = $databaseChange; + } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ + public function getDatabaseChange() + { + return $this->databaseChange; + } + /** + * @param Google_Service_Spectrum_DeviceValidity + */ + public function setDeviceValidities($deviceValidities) + { + $this->deviceValidities = $deviceValidities; + } + /** + * @return Google_Service_Spectrum_DeviceValidity + */ + public function getDeviceValidities() + { + return $this->deviceValidities; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.php new file mode 100644 index 000000000..127b36157 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.php @@ -0,0 +1,117 @@ + + * $spectrumService = new Google_Service_Spectrum(...); + * $paws = $spectrumService->paws; + * + */ +class Google_Service_Spectrum_Resource_Paws extends Google_Service_Resource +{ + /** + * Requests information about the available spectrum for a device at a location. + * Requests from a fixed-mode device must include owner information so the + * device can be registered with the database. (paws.getSpectrum) + * + * @param Google_Service_Spectrum_PawsGetSpectrumRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spectrum_PawsGetSpectrumResponse + */ + public function getSpectrum(Google_Service_Spectrum_PawsGetSpectrumRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse"); + } + /** + * The Google Spectrum Database does not support batch requests, so this method + * always yields an UNIMPLEMENTED error. (paws.getSpectrumBatch) + * + * @param Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spectrum_PawsGetSpectrumBatchResponse + */ + public function getSpectrumBatch(Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse"); + } + /** + * Initializes the connection between a white space device and the database. + * (paws.init) + * + * @param Google_Service_Spectrum_PawsInitRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spectrum_PawsInitResponse + */ + public function init(Google_Service_Spectrum_PawsInitRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse"); + } + /** + * Notifies the database that the device has selected certain frequency ranges + * for transmission. Only to be invoked when required by the regulator. The + * Google Spectrum Database does not operate in domains that require + * notification, so this always yields an UNIMPLEMENTED error. + * (paws.notifySpectrumUse) + * + * @param Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spectrum_PawsNotifySpectrumUseResponse + */ + public function notifySpectrumUse(Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse"); + } + /** + * The Google Spectrum Database implements registration in the getSpectrum + * method. As such this always returns an UNIMPLEMENTED error. (paws.register) + * + * @param Google_Service_Spectrum_PawsRegisterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spectrum_PawsRegisterResponse + */ + public function register(Google_Service_Spectrum_PawsRegisterRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse"); + } + /** + * Validates a device for white space use in accordance with regulatory rules. + * The Google Spectrum Database does not support master/slave configurations, so + * this always yields an UNIMPLEMENTED error. (paws.verifyDevice) + * + * @param Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spectrum_PawsVerifyDeviceResponse + */ + public function verifyDevice(Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verifyDevice', array($params), "Google_Service_Spectrum_PawsVerifyDeviceResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/RulesetInfo.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/RulesetInfo.php new file mode 100644 index 000000000..ac302ee5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/RulesetInfo.php @@ -0,0 +1,58 @@ +authority = $authority; + } + public function getAuthority() + { + return $this->authority; + } + public function setMaxLocationChange($maxLocationChange) + { + $this->maxLocationChange = $maxLocationChange; + } + public function getMaxLocationChange() + { + return $this->maxLocationChange; + } + public function setMaxPollingSecs($maxPollingSecs) + { + $this->maxPollingSecs = $maxPollingSecs; + } + public function getMaxPollingSecs() + { + return $this->maxPollingSecs; + } + public function setRulesetIds($rulesetIds) + { + $this->rulesetIds = $rulesetIds; + } + public function getRulesetIds() + { + return $this->rulesetIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumMessage.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumMessage.php new file mode 100644 index 000000000..3605c1ed5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumMessage.php @@ -0,0 +1,47 @@ +bandwidth = $bandwidth; + } + public function getBandwidth() + { + return $this->bandwidth; + } + /** + * @param Google_Service_Spectrum_FrequencyRange + */ + public function setFrequencyRanges($frequencyRanges) + { + $this->frequencyRanges = $frequencyRanges; + } + /** + * @return Google_Service_Spectrum_FrequencyRange + */ + public function getFrequencyRanges() + { + return $this->frequencyRanges; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.php new file mode 100644 index 000000000..61baf1e13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.php @@ -0,0 +1,54 @@ +eventTime = $eventTime; + } + /** + * @return Google_Service_Spectrum_EventTime + */ + public function getEventTime() + { + return $this->eventTime; + } + /** + * @param Google_Service_Spectrum_SpectrumMessage + */ + public function setSpectra($spectra) + { + $this->spectra = $spectra; + } + /** + * @return Google_Service_Spectrum_SpectrumMessage + */ + public function getSpectra() + { + return $this->spectra; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/Vcard.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/Vcard.php new file mode 100644 index 000000000..d98f917cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/Vcard.php @@ -0,0 +1,94 @@ +adr = $adr; + } + /** + * @return Google_Service_Spectrum_VcardAddress + */ + public function getAdr() + { + return $this->adr; + } + /** + * @param Google_Service_Spectrum_VcardTypedText + */ + public function setEmail(Google_Service_Spectrum_VcardTypedText $email) + { + $this->email = $email; + } + /** + * @return Google_Service_Spectrum_VcardTypedText + */ + public function getEmail() + { + return $this->email; + } + public function setFn($fn) + { + $this->fn = $fn; + } + public function getFn() + { + return $this->fn; + } + /** + * @param Google_Service_Spectrum_VcardTypedText + */ + public function setOrg(Google_Service_Spectrum_VcardTypedText $org) + { + $this->org = $org; + } + /** + * @return Google_Service_Spectrum_VcardTypedText + */ + public function getOrg() + { + return $this->org; + } + /** + * @param Google_Service_Spectrum_VcardTelephone + */ + public function setTel(Google_Service_Spectrum_VcardTelephone $tel) + { + $this->tel = $tel; + } + /** + * @return Google_Service_Spectrum_VcardTelephone + */ + public function getTel() + { + return $this->tel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.php new file mode 100644 index 000000000..8852021bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.php @@ -0,0 +1,75 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setLocality($locality) + { + $this->locality = $locality; + } + public function getLocality() + { + return $this->locality; + } + public function setPobox($pobox) + { + $this->pobox = $pobox; + } + public function getPobox() + { + return $this->pobox; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setStreet($street) + { + $this->street = $street; + } + public function getStreet() + { + return $this->street; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTelephone.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTelephone.php new file mode 100644 index 000000000..b1156c75d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTelephone.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTypedText.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTypedText.php new file mode 100644 index 000000000..a0ab56f68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardTypedText.php @@ -0,0 +1,30 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech.php b/vendor/google/apiclient-services/src/Google/Service/Speech.php new file mode 100644 index 000000000..746f173c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech.php @@ -0,0 +1,158 @@ + + * Converts audio to text by applying powerful neural network models. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Speech extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + public $projects_locations_operations; + public $speech; + + /** + * Constructs the internal representation of the Speech 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://speech.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'speech'; + + $this->operations = new Google_Service_Speech_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/operations/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_Speech_Resource_ProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->speech = new Google_Service_Speech_Resource_Speech( + $this, + $this->serviceName, + 'speech', + array( + 'methods' => array( + 'longrunningrecognize' => array( + 'path' => 'v1/speech:longrunningrecognize', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'recognize' => array( + 'path' => 'v1/speech:recognize', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Speech/ListOperationsResponse.php new file mode 100644 index 000000000..9f92a47b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Speech_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Speech_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeMetadata.php new file mode 100644 index 000000000..efb56349d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeMetadata.php @@ -0,0 +1,48 @@ +lastUpdateTime = $lastUpdateTime; + } + public function getLastUpdateTime() + { + return $this->lastUpdateTime; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeRequest.php new file mode 100644 index 000000000..9a269e54e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeRequest.php @@ -0,0 +1,53 @@ +audio = $audio; + } + /** + * @return Google_Service_Speech_RecognitionAudio + */ + public function getAudio() + { + return $this->audio; + } + /** + * @param Google_Service_Speech_RecognitionConfig + */ + public function setConfig(Google_Service_Speech_RecognitionConfig $config) + { + $this->config = $config; + } + /** + * @return Google_Service_Speech_RecognitionConfig + */ + public function getConfig() + { + return $this->config; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeResponse.php new file mode 100644 index 000000000..ea9a051d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/LongRunningRecognizeResponse.php @@ -0,0 +1,38 @@ +results = $results; + } + /** + * @return Google_Service_Speech_SpeechRecognitionResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Operation.php new file mode 100644 index 000000000..7049dca20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Speech_Status + */ + public function setError(Google_Service_Speech_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Speech_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/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php new file mode 100644 index 000000000..c83e3b00f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php @@ -0,0 +1,39 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php new file mode 100644 index 000000000..f532bc539 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php @@ -0,0 +1,169 @@ +audioChannelCount = $audioChannelCount; + } + public function getAudioChannelCount() + { + return $this->audioChannelCount; + } + /** + * @param Google_Service_Speech_SpeakerDiarizationConfig + */ + public function setDiarizationConfig(Google_Service_Speech_SpeakerDiarizationConfig $diarizationConfig) + { + $this->diarizationConfig = $diarizationConfig; + } + /** + * @return Google_Service_Speech_SpeakerDiarizationConfig + */ + public function getDiarizationConfig() + { + return $this->diarizationConfig; + } + public function setEnableAutomaticPunctuation($enableAutomaticPunctuation) + { + $this->enableAutomaticPunctuation = $enableAutomaticPunctuation; + } + public function getEnableAutomaticPunctuation() + { + return $this->enableAutomaticPunctuation; + } + public function setEnableSeparateRecognitionPerChannel($enableSeparateRecognitionPerChannel) + { + $this->enableSeparateRecognitionPerChannel = $enableSeparateRecognitionPerChannel; + } + public function getEnableSeparateRecognitionPerChannel() + { + return $this->enableSeparateRecognitionPerChannel; + } + public function setEnableWordTimeOffsets($enableWordTimeOffsets) + { + $this->enableWordTimeOffsets = $enableWordTimeOffsets; + } + public function getEnableWordTimeOffsets() + { + return $this->enableWordTimeOffsets; + } + public function setEncoding($encoding) + { + $this->encoding = $encoding; + } + public function getEncoding() + { + return $this->encoding; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMaxAlternatives($maxAlternatives) + { + $this->maxAlternatives = $maxAlternatives; + } + public function getMaxAlternatives() + { + return $this->maxAlternatives; + } + /** + * @param Google_Service_Speech_RecognitionMetadata + */ + public function setMetadata(Google_Service_Speech_RecognitionMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Speech_RecognitionMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setProfanityFilter($profanityFilter) + { + $this->profanityFilter = $profanityFilter; + } + public function getProfanityFilter() + { + return $this->profanityFilter; + } + public function setSampleRateHertz($sampleRateHertz) + { + $this->sampleRateHertz = $sampleRateHertz; + } + public function getSampleRateHertz() + { + return $this->sampleRateHertz; + } + /** + * @param Google_Service_Speech_SpeechContext + */ + public function setSpeechContexts($speechContexts) + { + $this->speechContexts = $speechContexts; + } + /** + * @return Google_Service_Speech_SpeechContext + */ + public function getSpeechContexts() + { + return $this->speechContexts; + } + public function setUseEnhanced($useEnhanced) + { + $this->useEnhanced = $useEnhanced; + } + public function getUseEnhanced() + { + return $this->useEnhanced; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionMetadata.php new file mode 100644 index 000000000..351e97483 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionMetadata.php @@ -0,0 +1,102 @@ +audioTopic = $audioTopic; + } + public function getAudioTopic() + { + return $this->audioTopic; + } + public function setIndustryNaicsCodeOfAudio($industryNaicsCodeOfAudio) + { + $this->industryNaicsCodeOfAudio = $industryNaicsCodeOfAudio; + } + public function getIndustryNaicsCodeOfAudio() + { + return $this->industryNaicsCodeOfAudio; + } + public function setInteractionType($interactionType) + { + $this->interactionType = $interactionType; + } + public function getInteractionType() + { + return $this->interactionType; + } + public function setMicrophoneDistance($microphoneDistance) + { + $this->microphoneDistance = $microphoneDistance; + } + public function getMicrophoneDistance() + { + return $this->microphoneDistance; + } + public function setObfuscatedId($obfuscatedId) + { + $this->obfuscatedId = $obfuscatedId; + } + public function getObfuscatedId() + { + return $this->obfuscatedId; + } + public function setOriginalMediaType($originalMediaType) + { + $this->originalMediaType = $originalMediaType; + } + public function getOriginalMediaType() + { + return $this->originalMediaType; + } + public function setOriginalMimeType($originalMimeType) + { + $this->originalMimeType = $originalMimeType; + } + public function getOriginalMimeType() + { + return $this->originalMimeType; + } + public function setRecordingDeviceName($recordingDeviceName) + { + $this->recordingDeviceName = $recordingDeviceName; + } + public function getRecordingDeviceName() + { + return $this->recordingDeviceName; + } + public function setRecordingDeviceType($recordingDeviceType) + { + $this->recordingDeviceType = $recordingDeviceType; + } + public function getRecordingDeviceType() + { + return $this->recordingDeviceType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeRequest.php new file mode 100644 index 000000000..61367c1e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeRequest.php @@ -0,0 +1,53 @@ +audio = $audio; + } + /** + * @return Google_Service_Speech_RecognitionAudio + */ + public function getAudio() + { + return $this->audio; + } + /** + * @param Google_Service_Speech_RecognitionConfig + */ + public function setConfig(Google_Service_Speech_RecognitionConfig $config) + { + $this->config = $config; + } + /** + * @return Google_Service_Speech_RecognitionConfig + */ + public function getConfig() + { + return $this->config; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeResponse.php new file mode 100644 index 000000000..6d45df53d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognizeResponse.php @@ -0,0 +1,38 @@ +results = $results; + } + /** + * @return Google_Service_Speech_SpeechRecognitionResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.php new file mode 100644 index 000000000..2bbc410b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.php @@ -0,0 +1,69 @@ + + * $speechService = new Google_Service_Speech(...); + * $operations = $speechService->operations; + * + */ +class Google_Service_Speech_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_Speech_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Speech_Operation"); + } + /** + * 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 array $optParams Optional parameters. + * + * @opt_param string name The name of the operation's parent resource. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_Speech_ListOperationsResponse + */ + public function listOperations($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Speech_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Projects.php new file mode 100644 index 000000000..db370fc5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $speechService = new Google_Service_Speech(...); + * $projects = $speechService->projects; + * + */ +class Google_Service_Speech_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocations.php new file mode 100644 index 000000000..3d9bd4751 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $speechService = new Google_Service_Speech(...); + * $locations = $speechService->locations; + * + */ +class Google_Service_Speech_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..f3b5c0b04 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,70 @@ + + * $speechService = new Google_Service_Speech(...); + * $operations = $speechService->operations; + * + */ +class Google_Service_Speech_Resource_ProjectsLocationsOperations extends Google_Service_Resource +{ + /** + * 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_Speech_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Speech_Operation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Speech_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Speech_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.php new file mode 100644 index 000000000..3e79243b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.php @@ -0,0 +1,60 @@ + + * $speechService = new Google_Service_Speech(...); + * $speech = $speechService->speech; + * + */ +class Google_Service_Speech_Resource_Speech extends Google_Service_Resource +{ + /** + * Performs asynchronous speech recognition: receive results via the + * google.longrunning.Operations interface. Returns either an `Operation.error` + * or an `Operation.response` which contains a `LongRunningRecognizeResponse` + * message. For more information on asynchronous speech recognition, see the + * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize). + * (speech.longrunningrecognize) + * + * @param Google_Service_Speech_LongRunningRecognizeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Speech_Operation + */ + public function longrunningrecognize(Google_Service_Speech_LongRunningRecognizeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('longrunningrecognize', array($params), "Google_Service_Speech_Operation"); + } + /** + * Performs synchronous speech recognition: receive results after all audio has + * been sent and processed. (speech.recognize) + * + * @param Google_Service_Speech_RecognizeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Speech_RecognizeResponse + */ + public function recognize(Google_Service_Speech_RecognizeRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('recognize', array($params), "Google_Service_Speech_RecognizeResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.php new file mode 100644 index 000000000..79374bf66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.php @@ -0,0 +1,48 @@ +enableSpeakerDiarization = $enableSpeakerDiarization; + } + public function getEnableSpeakerDiarization() + { + return $this->enableSpeakerDiarization; + } + public function setMaxSpeakerCount($maxSpeakerCount) + { + $this->maxSpeakerCount = $maxSpeakerCount; + } + public function getMaxSpeakerCount() + { + return $this->maxSpeakerCount; + } + public function setMinSpeakerCount($minSpeakerCount) + { + $this->minSpeakerCount = $minSpeakerCount; + } + public function getMinSpeakerCount() + { + return $this->minSpeakerCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php new file mode 100644 index 000000000..10d25312f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php @@ -0,0 +1,31 @@ +phrases = $phrases; + } + public function getPhrases() + { + return $this->phrases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionAlternative.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionAlternative.php new file mode 100644 index 000000000..f012fada5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionAlternative.php @@ -0,0 +1,56 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setTranscript($transcript) + { + $this->transcript = $transcript; + } + public function getTranscript() + { + return $this->transcript; + } + /** + * @param Google_Service_Speech_WordInfo + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Speech_WordInfo + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.php new file mode 100644 index 000000000..0aab64d1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.php @@ -0,0 +1,47 @@ +alternatives = $alternatives; + } + /** + * @return Google_Service_Speech_SpeechRecognitionAlternative + */ + public function getAlternatives() + { + return $this->alternatives; + } + public function setChannelTag($channelTag) + { + $this->channelTag = $channelTag; + } + public function getChannelTag() + { + return $this->channelTag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Status.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Status.php new file mode 100644 index 000000000..a5a6cd8e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/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/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php new file mode 100644 index 000000000..0a644c4b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php @@ -0,0 +1,57 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setWord($word) + { + $this->word = $word; + } + public function getWord() + { + return $this->word; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage.php b/vendor/google/apiclient-services/src/Google/Service/Storage.php new file mode 100644 index 000000000..781144586 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage.php @@ -0,0 +1,1734 @@ + + * Stores and retrieves potentially large, immutable data objects. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Storage extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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"; + /** Manage your data and permissions in Google Cloud Storage. */ + const DEVSTORAGE_FULL_CONTROL = + "https://www.googleapis.com/auth/devstorage.full_control"; + /** View your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_ONLY = + "https://www.googleapis.com/auth/devstorage.read_only"; + /** Manage your data in Google Cloud Storage. */ + const DEVSTORAGE_READ_WRITE = + "https://www.googleapis.com/auth/devstorage.read_write"; + + public $bucketAccessControls; + public $buckets; + public $channels; + public $defaultObjectAccessControls; + public $notifications; + public $objectAccessControls; + public $objects; + public $projects_hmacKeys; + public $projects_serviceAccount; + + /** + * Constructs the internal representation of the Storage 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 = 'storage/v1/'; + $this->batchPath = 'batch/storage/v1'; + $this->version = 'v1'; + $this->serviceName = 'storage'; + + $this->bucketAccessControls = new Google_Service_Storage_Resource_BucketAccessControls( + $this, + $this->serviceName, + 'bucketAccessControls', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'b/{bucket}/acl/{entity}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'b/{bucket}/acl/{entity}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b/{bucket}/acl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b/{bucket}/acl', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'b/{bucket}/acl/{entity}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'b/{bucket}/acl/{entity}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->buckets = new Google_Service_Storage_Resource_Buckets( + $this, + $this->serviceName, + 'buckets', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'b/{bucket}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'b/{bucket}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getIamPolicy' => array( + 'path' => 'b/{bucket}/iam', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'optionsRequestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'predefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedDefaultObjectAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'prefix' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'lockRetentionPolicy' => array( + 'path' => 'b/{bucket}/lockRetentionPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'b/{bucket}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedDefaultObjectAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'b/{bucket}/iam', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => 'b/{bucket}/iam/testPermissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissions' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'b/{bucket}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedDefaultObjectAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->channels = new Google_Service_Storage_Resource_Channels( + $this, + $this->serviceName, + 'channels', + array( + 'methods' => array( + 'stop' => array( + 'path' => 'channels/stop', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->defaultObjectAccessControls = new Google_Service_Storage_Resource_DefaultObjectAccessControls( + $this, + $this->serviceName, + 'defaultObjectAccessControls', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b/{bucket}/defaultObjectAcl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b/{bucket}/defaultObjectAcl', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->notifications = new Google_Service_Storage_Resource_Notifications( + $this, + $this->serviceName, + 'notifications', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'b/{bucket}/notificationConfigs/{notification}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notification' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'b/{bucket}/notificationConfigs/{notification}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notification' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b/{bucket}/notificationConfigs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b/{bucket}/notificationConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->objectAccessControls = new Google_Service_Storage_Resource_ObjectAccessControls( + $this, + $this->serviceName, + 'objectAccessControls', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'b/{bucket}/o/{object}/acl/{entity}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'b/{bucket}/o/{object}/acl/{entity}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b/{bucket}/o/{object}/acl', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b/{bucket}/o/{object}/acl', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'b/{bucket}/o/{object}/acl/{entity}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'b/{bucket}/o/{object}/acl/{entity}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entity' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->objects = new Google_Service_Storage_Resource_Objects( + $this, + $this->serviceName, + 'objects', + array( + 'methods' => array( + 'compose' => array( + 'path' => 'b/{destinationBucket}/o/{destinationObject}/compose', + 'httpMethod' => 'POST', + 'parameters' => array( + 'destinationBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationObject' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationPredefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kmsKeyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'copy' => array( + 'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'sourceBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sourceObject' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationObject' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationPredefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceGeneration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'b/{bucket}/o/{object}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'b/{bucket}/o/{object}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getIamPolicy' => array( + 'path' => 'b/{bucket}/o/{object}/iam', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b/{bucket}/o', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'contentEncoding' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kmsKeyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b/{bucket}/o', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'delimiter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeTrailingDelimiter' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'prefix' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'versions' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'patch' => array( + 'path' => 'b/{bucket}/o/{object}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rewrite' => array( + 'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'sourceBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sourceObject' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationBucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationObject' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'destinationKmsKeyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'destinationPredefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifSourceMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxBytesRewrittenPerCall' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'rewriteToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceGeneration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'b/{bucket}/o/{object}/iam', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => 'b/{bucket}/o/{object}/iam/testPermissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissions' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'b/{bucket}/o/{object}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'object' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'generation' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifGenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'ifMetagenerationNotMatch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'predefinedAcl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'watchAll' => array( + 'path' => 'b/{bucket}/o/watch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'delimiter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeTrailingDelimiter' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'prefix' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'versions' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->projects_hmacKeys = new Google_Service_Storage_Resource_ProjectsHmacKeys( + $this, + $this->serviceName, + 'hmacKeys', + array( + 'methods' => array( + 'create' => array( + 'path' => 'projects/{projectId}/hmacKeys', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'serviceAccountEmail' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'projects/{projectId}/hmacKeys/{accessId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accessId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'projects/{projectId}/hmacKeys/{accessId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accessId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'projects/{projectId}/hmacKeys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serviceAccountEmail' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeletedKeys' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'projects/{projectId}/hmacKeys/{accessId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accessId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_serviceAccount = new Google_Service_Storage_Resource_ProjectsServiceAccount( + $this, + $this->serviceName, + 'serviceAccount', + array( + 'methods' => array( + 'get' => array( + 'path' => 'projects/{projectId}/serviceAccount', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'provisionalUserProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Bucket.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Bucket.php new file mode 100644 index 000000000..8029a3fc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Bucket.php @@ -0,0 +1,340 @@ +acl = $acl; + } + /** + * @return Google_Service_Storage_BucketAccessControl + */ + public function getAcl() + { + return $this->acl; + } + /** + * @param Google_Service_Storage_BucketBilling + */ + public function setBilling(Google_Service_Storage_BucketBilling $billing) + { + $this->billing = $billing; + } + /** + * @return Google_Service_Storage_BucketBilling + */ + public function getBilling() + { + return $this->billing; + } + /** + * @param Google_Service_Storage_BucketCors + */ + public function setCors($cors) + { + $this->cors = $cors; + } + /** + * @return Google_Service_Storage_BucketCors + */ + public function getCors() + { + return $this->cors; + } + public function setDefaultEventBasedHold($defaultEventBasedHold) + { + $this->defaultEventBasedHold = $defaultEventBasedHold; + } + public function getDefaultEventBasedHold() + { + return $this->defaultEventBasedHold; + } + /** + * @param Google_Service_Storage_ObjectAccessControl + */ + public function setDefaultObjectAcl($defaultObjectAcl) + { + $this->defaultObjectAcl = $defaultObjectAcl; + } + /** + * @return Google_Service_Storage_ObjectAccessControl + */ + public function getDefaultObjectAcl() + { + return $this->defaultObjectAcl; + } + /** + * @param Google_Service_Storage_BucketEncryption + */ + public function setEncryption(Google_Service_Storage_BucketEncryption $encryption) + { + $this->encryption = $encryption; + } + /** + * @return Google_Service_Storage_BucketEncryption + */ + public function getEncryption() + { + return $this->encryption; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Storage_BucketIamConfiguration + */ + public function setIamConfiguration(Google_Service_Storage_BucketIamConfiguration $iamConfiguration) + { + $this->iamConfiguration = $iamConfiguration; + } + /** + * @return Google_Service_Storage_BucketIamConfiguration + */ + public function getIamConfiguration() + { + return $this->iamConfiguration; + } + 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 setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_Storage_BucketLifecycle + */ + public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle) + { + $this->lifecycle = $lifecycle; + } + /** + * @return Google_Service_Storage_BucketLifecycle + */ + public function getLifecycle() + { + return $this->lifecycle; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setLocationType($locationType) + { + $this->locationType = $locationType; + } + public function getLocationType() + { + return $this->locationType; + } + /** + * @param Google_Service_Storage_BucketLogging + */ + public function setLogging(Google_Service_Storage_BucketLogging $logging) + { + $this->logging = $logging; + } + /** + * @return Google_Service_Storage_BucketLogging + */ + public function getLogging() + { + return $this->logging; + } + public function setMetageneration($metageneration) + { + $this->metageneration = $metageneration; + } + public function getMetageneration() + { + return $this->metageneration; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Storage_BucketOwner + */ + public function setOwner(Google_Service_Storage_BucketOwner $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_Storage_BucketOwner + */ + public function getOwner() + { + return $this->owner; + } + public function setProjectNumber($projectNumber) + { + $this->projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } + /** + * @param Google_Service_Storage_BucketRetentionPolicy + */ + public function setRetentionPolicy(Google_Service_Storage_BucketRetentionPolicy $retentionPolicy) + { + $this->retentionPolicy = $retentionPolicy; + } + /** + * @return Google_Service_Storage_BucketRetentionPolicy + */ + public function getRetentionPolicy() + { + return $this->retentionPolicy; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStorageClass($storageClass) + { + $this->storageClass = $storageClass; + } + public function getStorageClass() + { + return $this->storageClass; + } + public function setTimeCreated($timeCreated) + { + $this->timeCreated = $timeCreated; + } + public function getTimeCreated() + { + return $this->timeCreated; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } + /** + * @param Google_Service_Storage_BucketVersioning + */ + public function setVersioning(Google_Service_Storage_BucketVersioning $versioning) + { + $this->versioning = $versioning; + } + /** + * @return Google_Service_Storage_BucketVersioning + */ + public function getVersioning() + { + return $this->versioning; + } + /** + * @param Google_Service_Storage_BucketWebsite + */ + public function setWebsite(Google_Service_Storage_BucketWebsite $website) + { + $this->website = $website; + } + /** + * @return Google_Service_Storage_BucketWebsite + */ + public function getWebsite() + { + return $this->website; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.php new file mode 100644 index 000000000..c172c8e7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.php @@ -0,0 +1,127 @@ +bucket = $bucket; + } + public function getBucket() + { + return $this->bucket; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEntity($entity) + { + $this->entity = $entity; + } + public function getEntity() + { + return $this->entity; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_Storage_BucketAccessControlProjectTeam + */ + public function setProjectTeam(Google_Service_Storage_BucketAccessControlProjectTeam $projectTeam) + { + $this->projectTeam = $projectTeam; + } + /** + * @return Google_Service_Storage_BucketAccessControlProjectTeam + */ + public function getProjectTeam() + { + return $this->projectTeam; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php new file mode 100644 index 000000000..22a677948 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php @@ -0,0 +1,39 @@ +projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } + public function setTeam($team) + { + $this->team = $team; + } + public function getTeam() + { + return $this->team; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControls.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControls.php new file mode 100644 index 000000000..2e0c97860 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControls.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Storage_BucketAccessControl + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketBilling.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketBilling.php new file mode 100644 index 000000000..55bab3148 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketBilling.php @@ -0,0 +1,30 @@ +requesterPays = $requesterPays; + } + public function getRequesterPays() + { + return $this->requesterPays; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php new file mode 100644 index 000000000..5ec6dbaa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php @@ -0,0 +1,58 @@ +maxAgeSeconds = $maxAgeSeconds; + } + public function getMaxAgeSeconds() + { + return $this->maxAgeSeconds; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + public function setOrigin($origin) + { + $this->origin = $origin; + } + public function getOrigin() + { + return $this->origin; + } + public function setResponseHeader($responseHeader) + { + $this->responseHeader = $responseHeader; + } + public function getResponseHeader() + { + return $this->responseHeader; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketEncryption.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketEncryption.php new file mode 100644 index 000000000..f041a74e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketEncryption.php @@ -0,0 +1,30 @@ +defaultKmsKeyName = $defaultKmsKeyName; + } + public function getDefaultKmsKeyName() + { + return $this->defaultKmsKeyName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfiguration.php new file mode 100644 index 000000000..518289578 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfiguration.php @@ -0,0 +1,53 @@ +bucketPolicyOnly = $bucketPolicyOnly; + } + /** + * @return Google_Service_Storage_BucketIamConfigurationBucketPolicyOnly + */ + public function getBucketPolicyOnly() + { + return $this->bucketPolicyOnly; + } + /** + * @param Google_Service_Storage_BucketIamConfigurationUniformBucketLevelAccess + */ + public function setUniformBucketLevelAccess(Google_Service_Storage_BucketIamConfigurationUniformBucketLevelAccess $uniformBucketLevelAccess) + { + $this->uniformBucketLevelAccess = $uniformBucketLevelAccess; + } + /** + * @return Google_Service_Storage_BucketIamConfigurationUniformBucketLevelAccess + */ + public function getUniformBucketLevelAccess() + { + return $this->uniformBucketLevelAccess; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationBucketPolicyOnly.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationBucketPolicyOnly.php new file mode 100644 index 000000000..446e963e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationBucketPolicyOnly.php @@ -0,0 +1,39 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setLockedTime($lockedTime) + { + $this->lockedTime = $lockedTime; + } + public function getLockedTime() + { + return $this->lockedTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationUniformBucketLevelAccess.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationUniformBucketLevelAccess.php new file mode 100644 index 000000000..ef787956e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketIamConfigurationUniformBucketLevelAccess.php @@ -0,0 +1,39 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } + public function setLockedTime($lockedTime) + { + $this->lockedTime = $lockedTime; + } + public function getLockedTime() + { + return $this->lockedTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php new file mode 100644 index 000000000..b0c65fb66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php @@ -0,0 +1,38 @@ +rule = $rule; + } + /** + * @return Google_Service_Storage_BucketLifecycleRule + */ + public function getRule() + { + return $this->rule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.php new file mode 100644 index 000000000..05df1b6fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.php @@ -0,0 +1,53 @@ +action = $action; + } + /** + * @return Google_Service_Storage_BucketLifecycleRuleAction + */ + public function getAction() + { + return $this->action; + } + /** + * @param Google_Service_Storage_BucketLifecycleRuleCondition + */ + public function setCondition(Google_Service_Storage_BucketLifecycleRuleCondition $condition) + { + $this->condition = $condition; + } + /** + * @return Google_Service_Storage_BucketLifecycleRuleCondition + */ + public function getCondition() + { + return $this->condition; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.php new file mode 100644 index 000000000..d63b7a82e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.php @@ -0,0 +1,39 @@ +storageClass = $storageClass; + } + public function getStorageClass() + { + return $this->storageClass; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleCondition.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleCondition.php new file mode 100644 index 000000000..6d0d91892 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleCondition.php @@ -0,0 +1,76 @@ +age = $age; + } + public function getAge() + { + return $this->age; + } + public function setCreatedBefore($createdBefore) + { + $this->createdBefore = $createdBefore; + } + public function getCreatedBefore() + { + return $this->createdBefore; + } + public function setIsLive($isLive) + { + $this->isLive = $isLive; + } + public function getIsLive() + { + return $this->isLive; + } + public function setMatchesPattern($matchesPattern) + { + $this->matchesPattern = $matchesPattern; + } + public function getMatchesPattern() + { + return $this->matchesPattern; + } + public function setMatchesStorageClass($matchesStorageClass) + { + $this->matchesStorageClass = $matchesStorageClass; + } + public function getMatchesStorageClass() + { + return $this->matchesStorageClass; + } + public function setNumNewerVersions($numNewerVersions) + { + $this->numNewerVersions = $numNewerVersions; + } + public function getNumNewerVersions() + { + return $this->numNewerVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLogging.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLogging.php new file mode 100644 index 000000000..07723aaba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLogging.php @@ -0,0 +1,39 @@ +logBucket = $logBucket; + } + public function getLogBucket() + { + return $this->logBucket; + } + public function setLogObjectPrefix($logObjectPrefix) + { + $this->logObjectPrefix = $logObjectPrefix; + } + public function getLogObjectPrefix() + { + return $this->logObjectPrefix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketOwner.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketOwner.php new file mode 100644 index 000000000..858d94ec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketOwner.php @@ -0,0 +1,39 @@ +entity = $entity; + } + public function getEntity() + { + return $this->entity; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketRetentionPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketRetentionPolicy.php new file mode 100644 index 000000000..3f5a412cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketRetentionPolicy.php @@ -0,0 +1,48 @@ +effectiveTime = $effectiveTime; + } + public function getEffectiveTime() + { + return $this->effectiveTime; + } + public function setIsLocked($isLocked) + { + $this->isLocked = $isLocked; + } + public function getIsLocked() + { + return $this->isLocked; + } + public function setRetentionPeriod($retentionPeriod) + { + $this->retentionPeriod = $retentionPeriod; + } + public function getRetentionPeriod() + { + return $this->retentionPeriod; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketVersioning.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketVersioning.php new file mode 100644 index 000000000..fd7589db2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketVersioning.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketWebsite.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketWebsite.php new file mode 100644 index 000000000..281698bef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketWebsite.php @@ -0,0 +1,39 @@ +mainPageSuffix = $mainPageSuffix; + } + public function getMainPageSuffix() + { + return $this->mainPageSuffix; + } + public function setNotFoundPage($notFoundPage) + { + $this->notFoundPage = $notFoundPage; + } + public function getNotFoundPage() + { + return $this->notFoundPage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Buckets.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Buckets.php new file mode 100644 index 000000000..7cdba85a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Buckets.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Storage_Bucket + */ + 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/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php new file mode 100644 index 000000000..9e901c102 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php @@ -0,0 +1,111 @@ +address = $address; + } + public function getAddress() + { + return $this->address; + } + public function setExpiration($expiration) + { + $this->expiration = $expiration; + } + public function getExpiration() + { + return $this->expiration; + } + 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 setParams($params) + { + $this->params = $params; + } + public function getParams() + { + return $this->params; + } + public function setPayload($payload) + { + $this->payload = $payload; + } + public function getPayload() + { + return $this->payload; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequest.php new file mode 100644 index 000000000..73967bf38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequest.php @@ -0,0 +1,63 @@ +destination = $destination; + } + /** + * @return Google_Service_Storage_StorageObject + */ + public function getDestination() + { + return $this->destination; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Storage_ComposeRequestSourceObjects + */ + public function setSourceObjects($sourceObjects) + { + $this->sourceObjects = $sourceObjects; + } + /** + * @return Google_Service_Storage_ComposeRequestSourceObjects + */ + public function getSourceObjects() + { + return $this->sourceObjects; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.php new file mode 100644 index 000000000..d9a0f6155 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.php @@ -0,0 +1,55 @@ +generation = $generation; + } + public function getGeneration() + { + return $this->generation; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions + */ + public function setObjectPreconditions(Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions $objectPreconditions) + { + $this->objectPreconditions = $objectPreconditions; + } + /** + * @return Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions + */ + public function getObjectPreconditions() + { + return $this->objectPreconditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.php new file mode 100644 index 000000000..6761f9b83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.php @@ -0,0 +1,30 @@ +ifGenerationMatch = $ifGenerationMatch; + } + public function getIfGenerationMatch() + { + return $this->ifGenerationMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Expr.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Expr.php new file mode 100644 index 000000000..966c2d43d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKey.php b/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKey.php new file mode 100644 index 000000000..aed22c705 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKey.php @@ -0,0 +1,55 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Storage_HmacKeyMetadata + */ + public function setMetadata(Google_Service_Storage_HmacKeyMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_Storage_HmacKeyMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setSecret($secret) + { + $this->secret = $secret; + } + public function getSecret() + { + return $this->secret; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKeyMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKeyMetadata.php new file mode 100644 index 000000000..b9dc1e7ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKeyMetadata.php @@ -0,0 +1,111 @@ +accessId = $accessId; + } + public function getAccessId() + { + return $this->accessId; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setServiceAccountEmail($serviceAccountEmail) + { + $this->serviceAccountEmail = $serviceAccountEmail; + } + public function getServiceAccountEmail() + { + return $this->serviceAccountEmail; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTimeCreated($timeCreated) + { + $this->timeCreated = $timeCreated; + } + public function getTimeCreated() + { + return $this->timeCreated; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKeysMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKeysMetadata.php new file mode 100644 index 000000000..aec04748f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/HmacKeysMetadata.php @@ -0,0 +1,56 @@ +items = $items; + } + /** + * @return Google_Service_Storage_HmacKeyMetadata + */ + 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/vendor/google/apiclient-services/src/Google/Service/Storage/Notification.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Notification.php new file mode 100644 index 000000000..0c58ec3f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Notification.php @@ -0,0 +1,109 @@ + "custom_attributes", + "eventTypes" => "event_types", + "objectNamePrefix" => "object_name_prefix", + "payloadFormat" => "payload_format", + ); + public $customAttributes; + public $etag; + public $eventTypes; + public $id; + public $kind; + public $objectNamePrefix; + public $payloadFormat; + public $selfLink; + public $topic; + + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + public function getCustomAttributes() + { + return $this->customAttributes; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventTypes($eventTypes) + { + $this->eventTypes = $eventTypes; + } + public function getEventTypes() + { + return $this->eventTypes; + } + 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 setObjectNamePrefix($objectNamePrefix) + { + $this->objectNamePrefix = $objectNamePrefix; + } + public function getObjectNamePrefix() + { + return $this->objectNamePrefix; + } + public function setPayloadFormat($payloadFormat) + { + $this->payloadFormat = $payloadFormat; + } + public function getPayloadFormat() + { + return $this->payloadFormat; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTopic($topic) + { + $this->topic = $topic; + } + public function getTopic() + { + return $this->topic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Notifications.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Notifications.php new file mode 100644 index 000000000..47eb8ab1e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Notifications.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Storage_Notification + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControl.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControl.php new file mode 100644 index 000000000..e85611204 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControl.php @@ -0,0 +1,145 @@ +bucket = $bucket; + } + public function getBucket() + { + return $this->bucket; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setEntity($entity) + { + $this->entity = $entity; + } + public function getEntity() + { + return $this->entity; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setGeneration($generation) + { + $this->generation = $generation; + } + public function getGeneration() + { + return $this->generation; + } + 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 setObject($object) + { + $this->object = $object; + } + public function getObject() + { + return $this->object; + } + /** + * @param Google_Service_Storage_ObjectAccessControlProjectTeam + */ + public function setProjectTeam(Google_Service_Storage_ObjectAccessControlProjectTeam $projectTeam) + { + $this->projectTeam = $projectTeam; + } + /** + * @return Google_Service_Storage_ObjectAccessControlProjectTeam + */ + public function getProjectTeam() + { + return $this->projectTeam; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php new file mode 100644 index 000000000..b338196a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php @@ -0,0 +1,39 @@ +projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } + public function setTeam($team) + { + $this->team = $team; + } + public function getTeam() + { + return $this->team; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControls.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControls.php new file mode 100644 index 000000000..7ee115649 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControls.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Storage_ObjectAccessControl + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php new file mode 100644 index 000000000..f476eab7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php @@ -0,0 +1,65 @@ +items = $items; + } + /** + * @return Google_Service_Storage_StorageObject + */ + 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; + } + public function setPrefixes($prefixes) + { + $this->prefixes = $prefixes; + } + public function getPrefixes() + { + return $this->prefixes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php new file mode 100644 index 000000000..2e586b977 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php @@ -0,0 +1,74 @@ +bindings = $bindings; + } + /** + * @return Google_Service_Storage_PolicyBindings + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + public function getResourceId() + { + return $this->resourceId; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php b/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php new file mode 100644 index 000000000..ca54d40a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_Storage_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.php new file mode 100644 index 000000000..38d0123f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.php @@ -0,0 +1,154 @@ + + * $storageService = new Google_Service_Storage(...); + * $bucketAccessControls = $storageService->bucketAccessControls; + * + */ +class Google_Service_Storage_Resource_BucketAccessControls extends Google_Service_Resource +{ + /** + * Permanently deletes the ACL entry for the specified entity on the specified + * bucket. (bucketAccessControls.delete) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + */ + public function delete($bucket, $entity, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns the ACL entry for the specified entity on the specified bucket. + * (bucketAccessControls.get) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_BucketAccessControl + */ + public function get($bucket, $entity, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_BucketAccessControl"); + } + /** + * Creates a new ACL entry on the specified bucket. + * (bucketAccessControls.insert) + * + * @param string $bucket Name of a bucket. + * @param Google_Service_Storage_BucketAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_BucketAccessControl + */ + public function insert($bucket, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Storage_BucketAccessControl"); + } + /** + * Retrieves ACL entries on the specified bucket. + * (bucketAccessControls.listBucketAccessControls) + * + * @param string $bucket Name of a bucket. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_BucketAccessControls + */ + public function listBucketAccessControls($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_BucketAccessControls"); + } + /** + * Patches an ACL entry on the specified bucket. (bucketAccessControls.patch) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param Google_Service_Storage_BucketAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_BucketAccessControl + */ + public function patch($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Storage_BucketAccessControl"); + } + /** + * Updates an ACL entry on the specified bucket. (bucketAccessControls.update) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param Google_Service_Storage_BucketAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_BucketAccessControl + */ + public function update($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Storage_BucketAccessControl"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php new file mode 100644 index 000000000..f5a5fb881 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php @@ -0,0 +1,268 @@ + + * $storageService = new Google_Service_Storage(...); + * $buckets = $storageService->buckets; + * + */ +class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource +{ + /** + * Permanently deletes an empty bucket. (buckets.delete) + * + * @param string $bucket Name of a bucket. + * @param array $optParams Optional parameters. + * + * @opt_param string ifMetagenerationMatch If set, only deletes the bucket if + * its metageneration matches this value. + * @opt_param string ifMetagenerationNotMatch If set, only deletes the bucket if + * its metageneration does not match this value. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + */ + public function delete($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns metadata for the specified bucket. (buckets.get) + * + * @param string $bucket Name of a bucket. + * @param array $optParams Optional parameters. + * + * @opt_param string ifMetagenerationMatch Makes the return of the bucket + * metadata conditional on whether the bucket's current metageneration matches + * the given value. + * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket + * metadata conditional on whether the bucket's current metageneration does not + * match the given value. + * @opt_param string projection Set of properties to return. Defaults to noAcl. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Bucket + */ + public function get($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_Bucket"); + } + /** + * Returns an IAM policy for the specified bucket. (buckets.getIamPolicy) + * + * @param string $bucket Name of a bucket. + * @param array $optParams Optional parameters. + * + * @opt_param int optionsRequestedPolicyVersion The IAM policy format version to + * be returned. If the optionsRequestedPolicyVersion is for an older version + * that doesn't support part of the requested IAM policy, the request fails. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Policy + */ + public function getIamPolicy($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Storage_Policy"); + } + /** + * Creates a new bucket. (buckets.insert) + * + * @param string $project A valid API project identifier. + * @param Google_Service_Storage_Bucket $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string predefinedAcl Apply a predefined set of access controls to + * this bucket. + * @opt_param string predefinedDefaultObjectAcl Apply a predefined set of + * default object access controls to this bucket. + * @opt_param string projection Set of properties to return. Defaults to noAcl, + * unless the bucket resource specifies acl or defaultObjectAcl properties, when + * it defaults to full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_Bucket + */ + public function insert($project, Google_Service_Storage_Bucket $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Storage_Bucket"); + } + /** + * Retrieves a list of buckets for a given project. (buckets.listBuckets) + * + * @param string $project A valid API project identifier. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of buckets to return in a single + * response. The service will use this parameter or 1,000 items, whichever is + * smaller. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @opt_param string prefix Filter results to buckets whose names begin with + * this prefix. + * @opt_param string projection Set of properties to return. Defaults to noAcl. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_Buckets + */ + public function listBuckets($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_Buckets"); + } + /** + * Locks retention policy on a bucket. (buckets.lockRetentionPolicy) + * + * @param string $bucket Name of a bucket. + * @param string $ifMetagenerationMatch Makes the operation conditional on + * whether bucket's current metageneration matches the given value. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Bucket + */ + public function lockRetentionPolicy($bucket, $ifMetagenerationMatch, $optParams = array()) + { + $params = array('bucket' => $bucket, 'ifMetagenerationMatch' => $ifMetagenerationMatch); + $params = array_merge($params, $optParams); + return $this->call('lockRetentionPolicy', array($params), "Google_Service_Storage_Bucket"); + } + /** + * Patches a bucket. Changes to the bucket will be readable immediately after + * writing, but configuration changes may take time to propagate. + * (buckets.patch) + * + * @param string $bucket Name of a bucket. + * @param Google_Service_Storage_Bucket $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string ifMetagenerationMatch Makes the return of the bucket + * metadata conditional on whether the bucket's current metageneration matches + * the given value. + * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket + * metadata conditional on whether the bucket's current metageneration does not + * match the given value. + * @opt_param string predefinedAcl Apply a predefined set of access controls to + * this bucket. + * @opt_param string predefinedDefaultObjectAcl Apply a predefined set of + * default object access controls to this bucket. + * @opt_param string projection Set of properties to return. Defaults to full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Bucket + */ + public function patch($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Storage_Bucket"); + } + /** + * Updates an IAM policy for the specified bucket. (buckets.setIamPolicy) + * + * @param string $bucket Name of a bucket. + * @param Google_Service_Storage_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Policy + */ + public function setIamPolicy($bucket, Google_Service_Storage_Policy $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Storage_Policy"); + } + /** + * Tests a set of permissions on the given bucket to see which, if any, are held + * by the caller. (buckets.testIamPermissions) + * + * @param string $bucket Name of a bucket. + * @param string|array $permissions Permissions to test. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_TestIamPermissionsResponse + */ + public function testIamPermissions($bucket, $permissions, $optParams = array()) + { + $params = array('bucket' => $bucket, 'permissions' => $permissions); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Storage_TestIamPermissionsResponse"); + } + /** + * Updates a bucket. Changes to the bucket will be readable immediately after + * writing, but configuration changes may take time to propagate. + * (buckets.update) + * + * @param string $bucket Name of a bucket. + * @param Google_Service_Storage_Bucket $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string ifMetagenerationMatch Makes the return of the bucket + * metadata conditional on whether the bucket's current metageneration matches + * the given value. + * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket + * metadata conditional on whether the bucket's current metageneration does not + * match the given value. + * @opt_param string predefinedAcl Apply a predefined set of access controls to + * this bucket. + * @opt_param string predefinedDefaultObjectAcl Apply a predefined set of + * default object access controls to this bucket. + * @opt_param string projection Set of properties to return. Defaults to full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Bucket + */ + public function update($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Storage_Bucket"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.php new file mode 100644 index 000000000..5545ac7f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.php @@ -0,0 +1,40 @@ + + * $storageService = new Google_Service_Storage(...); + * $channels = $storageService->channels; + * + */ +class Google_Service_Storage_Resource_Channels extends Google_Service_Resource +{ + /** + * Stop watching resources through this channel (channels.stop) + * + * @param Google_Service_Storage_Channel $postBody + * @param array $optParams Optional parameters. + */ + public function stop(Google_Service_Storage_Channel $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/DefaultObjectAccessControls.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/DefaultObjectAccessControls.php new file mode 100644 index 000000000..108ae014e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/DefaultObjectAccessControls.php @@ -0,0 +1,161 @@ + + * $storageService = new Google_Service_Storage(...); + * $defaultObjectAccessControls = $storageService->defaultObjectAccessControls; + * + */ +class Google_Service_Storage_Resource_DefaultObjectAccessControls extends Google_Service_Resource +{ + /** + * Permanently deletes the default object ACL entry for the specified entity on + * the specified bucket. (defaultObjectAccessControls.delete) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + */ + public function delete($bucket, $entity, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns the default object ACL entry for the specified entity on the + * specified bucket. (defaultObjectAccessControls.get) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function get($bucket, $entity, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl"); + } + /** + * Creates a new default object ACL entry on the specified bucket. + * (defaultObjectAccessControls.insert) + * + * @param string $bucket Name of a bucket. + * @param Google_Service_Storage_ObjectAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function insert($bucket, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl"); + } + /** + * Retrieves default object ACL entries on the specified bucket. + * (defaultObjectAccessControls.listDefaultObjectAccessControls) + * + * @param string $bucket Name of a bucket. + * @param array $optParams Optional parameters. + * + * @opt_param string ifMetagenerationMatch If present, only return default ACL + * listing if the bucket's current metageneration matches this value. + * @opt_param string ifMetagenerationNotMatch If present, only return default + * ACL listing if the bucket's current metageneration does not match the given + * value. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControls + */ + public function listDefaultObjectAccessControls($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls"); + } + /** + * Patches a default object ACL entry on the specified bucket. + * (defaultObjectAccessControls.patch) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param Google_Service_Storage_ObjectAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function patch($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl"); + } + /** + * Updates a default object ACL entry on the specified bucket. + * (defaultObjectAccessControls.update) + * + * @param string $bucket Name of a bucket. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param Google_Service_Storage_ObjectAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function update($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Notifications.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Notifications.php new file mode 100644 index 000000000..c13d867c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Notifications.php @@ -0,0 +1,104 @@ + + * $storageService = new Google_Service_Storage(...); + * $notifications = $storageService->notifications; + * + */ +class Google_Service_Storage_Resource_Notifications extends Google_Service_Resource +{ + /** + * Permanently deletes a notification subscription. (notifications.delete) + * + * @param string $bucket The parent bucket of the notification. + * @param string $notification ID of the notification to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + */ + public function delete($bucket, $notification, $optParams = array()) + { + $params = array('bucket' => $bucket, 'notification' => $notification); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * View a notification configuration. (notifications.get) + * + * @param string $bucket The parent bucket of the notification. + * @param string $notification Notification ID + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Notification + */ + public function get($bucket, $notification, $optParams = array()) + { + $params = array('bucket' => $bucket, 'notification' => $notification); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_Notification"); + } + /** + * Creates a notification subscription for a given bucket. + * (notifications.insert) + * + * @param string $bucket The parent bucket of the notification. + * @param Google_Service_Storage_Notification $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Notification + */ + public function insert($bucket, Google_Service_Storage_Notification $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Storage_Notification"); + } + /** + * Retrieves a list of notification subscriptions for a given bucket. + * (notifications.listNotifications) + * + * @param string $bucket Name of a Google Cloud Storage bucket. + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Notifications + */ + public function listNotifications($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_Notifications"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.php new file mode 100644 index 000000000..fd078dfed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.php @@ -0,0 +1,178 @@ + + * $storageService = new Google_Service_Storage(...); + * $objectAccessControls = $storageService->objectAccessControls; + * + */ +class Google_Service_Storage_Resource_ObjectAccessControls extends Google_Service_Resource +{ + /** + * Permanently deletes the ACL entry for the specified entity on the specified + * object. (objectAccessControls.delete) + * + * @param string $bucket Name of a bucket. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + */ + public function delete($bucket, $object, $entity, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns the ACL entry for the specified entity on the specified object. + * (objectAccessControls.get) + * + * @param string $bucket Name of a bucket. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function get($bucket, $object, $entity, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl"); + } + /** + * Creates a new ACL entry on the specified object. + * (objectAccessControls.insert) + * + * @param string $bucket Name of a bucket. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param Google_Service_Storage_ObjectAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function insert($bucket, $object, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl"); + } + /** + * Retrieves ACL entries on the specified object. + * (objectAccessControls.listObjectAccessControls) + * + * @param string $bucket Name of a bucket. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControls + */ + public function listObjectAccessControls($bucket, $object, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls"); + } + /** + * Patches an ACL entry on the specified object. (objectAccessControls.patch) + * + * @param string $bucket Name of a bucket. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param Google_Service_Storage_ObjectAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function patch($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl"); + } + /** + * Updates an ACL entry on the specified object. (objectAccessControls.update) + * + * @param string $bucket Name of a bucket. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param string $entity The entity holding the permission. Can be user-userId, + * user-emailAddress, group-groupId, group-emailAddress, allUsers, or + * allAuthenticatedUsers. + * @param Google_Service_Storage_ObjectAccessControl $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_ObjectAccessControl + */ + public function update($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.php new file mode 100644 index 000000000..1e0f4cbbb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.php @@ -0,0 +1,536 @@ + + * $storageService = new Google_Service_Storage(...); + * $objects = $storageService->objects; + * + */ +class Google_Service_Storage_Resource_Objects extends Google_Service_Resource +{ + /** + * Concatenates a list of existing objects into a new object in the same bucket. + * (objects.compose) + * + * @param string $destinationBucket Name of the bucket containing the source + * objects. The destination object is stored in this bucket. + * @param string $destinationObject Name of the new object. For information + * about how to URL encode object names to be path safe, see Encoding URI Path + * Parts. + * @param Google_Service_Storage_ComposeRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string destinationPredefinedAcl Apply a predefined set of access + * controls to the destination object. + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the object's current metageneration matches the given value. + * @opt_param string kmsKeyName Resource name of the Cloud KMS key, of the form + * projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that + * will be used to encrypt the object. Overrides the object metadata's + * kms_key_name value, if any. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_StorageObject + */ + public function compose($destinationBucket, $destinationObject, Google_Service_Storage_ComposeRequest $postBody, $optParams = array()) + { + $params = array('destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('compose', array($params), "Google_Service_Storage_StorageObject"); + } + /** + * Copies a source object to a destination object. Optionally overrides + * metadata. (objects.copy) + * + * @param string $sourceBucket Name of the bucket in which to find the source + * object. + * @param string $sourceObject Name of the source object. For information about + * how to URL encode object names to be path safe, see Encoding URI Path Parts. + * @param string $destinationBucket Name of the bucket in which to store the new + * object. Overrides the provided object metadata's bucket value, if any.For + * information about how to URL encode object names to be path safe, see + * Encoding URI Path Parts. + * @param string $destinationObject Name of the new object. Required when the + * object metadata is not otherwise provided. Overrides the object metadata's + * name value, if any. + * @param Google_Service_Storage_StorageObject $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string destinationPredefinedAcl Apply a predefined set of access + * controls to the destination object. + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the destination object's current generation matches the given value. + * Setting to 0 makes the operation succeed only if there are no live versions + * of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the destination object's current generation does not match the given + * value. If no live object exists, the precondition fails. Setting to 0 makes + * the operation succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the destination object's current metageneration matches the given + * value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the destination object's current metageneration does not match the + * given value. + * @opt_param string ifSourceGenerationMatch Makes the operation conditional on + * whether the source object's current generation matches the given value. + * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional + * on whether the source object's current generation does not match the given + * value. + * @opt_param string ifSourceMetagenerationMatch Makes the operation conditional + * on whether the source object's current metageneration matches the given + * value. + * @opt_param string ifSourceMetagenerationNotMatch Makes the operation + * conditional on whether the source object's current metageneration does not + * match the given value. + * @opt_param string projection Set of properties to return. Defaults to noAcl, + * unless the object resource specifies the acl property, when it defaults to + * full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string sourceGeneration If present, selects a specific revision of + * the source object (as opposed to the latest version, the default). + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_StorageObject + */ + public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array()) + { + $params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('copy', array($params), "Google_Service_Storage_StorageObject"); + } + /** + * Deletes an object and its metadata. Deletions are permanent if versioning is + * not enabled for the bucket, or if the generation parameter is used. + * (objects.delete) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, permanently deletes a specific + * revision of this object (as opposed to the latest version, the default). + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the object's current generation does not match the given value. If no + * live object exists, the precondition fails. Setting to 0 makes the operation + * succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the object's current metageneration matches the given value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the object's current metageneration does not match the given value. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + */ + public function delete($bucket, $object, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves an object or its metadata. (objects.get) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the object's current generation does not match the given value. If no + * live object exists, the precondition fails. Setting to 0 makes the operation + * succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the object's current metageneration matches the given value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the object's current metageneration does not match the given value. + * @opt_param string projection Set of properties to return. Defaults to noAcl. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_StorageObject + */ + public function get($bucket, $object, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_StorageObject"); + } + /** + * Returns an IAM policy for the specified object. (objects.getIamPolicy) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Policy + */ + public function getIamPolicy($bucket, $object, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Storage_Policy"); + } + /** + * Stores a new object and metadata. (objects.insert) + * + * @param string $bucket Name of the bucket in which to store the new object. + * Overrides the provided object metadata's bucket value, if any. + * @param Google_Service_Storage_StorageObject $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string contentEncoding If set, sets the contentEncoding property + * of the final object to this value. Setting this parameter is equivalent to + * setting the contentEncoding metadata property. This can be useful when + * uploading an object with uploadType=media to indicate the encoding of the + * content being uploaded. + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the object's current generation does not match the given value. If no + * live object exists, the precondition fails. Setting to 0 makes the operation + * succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the object's current metageneration matches the given value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the object's current metageneration does not match the given value. + * @opt_param string kmsKeyName Resource name of the Cloud KMS key, of the form + * projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that + * will be used to encrypt the object. Overrides the object metadata's + * kms_key_name value, if any. + * @opt_param string name Name of the object. Required when the object metadata + * is not otherwise provided. Overrides the object metadata's name value, if + * any. For information about how to URL encode object names to be path safe, + * see Encoding URI Path Parts. + * @opt_param string predefinedAcl Apply a predefined set of access controls to + * this object. + * @opt_param string projection Set of properties to return. Defaults to noAcl, + * unless the object resource specifies the acl property, when it defaults to + * full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_StorageObject + */ + public function insert($bucket, Google_Service_Storage_StorageObject $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Storage_StorageObject"); + } + /** + * Retrieves a list of objects matching the criteria. (objects.listObjects) + * + * @param string $bucket Name of the bucket in which to look for objects. + * @param array $optParams Optional parameters. + * + * @opt_param string delimiter Returns results in a directory-like mode. items + * will contain only objects whose names, aside from the prefix, do not contain + * delimiter. Objects whose names, aside from the prefix, contain delimiter will + * have their name, truncated after the delimiter, returned in prefixes. + * Duplicate prefixes are omitted. + * @opt_param bool includeTrailingDelimiter If true, objects that end in exactly + * one instance of delimiter will have their metadata included in items in + * addition to prefixes. + * @opt_param string maxResults Maximum number of items plus prefixes to return + * in a single page of responses. As duplicate prefixes are omitted, fewer total + * results may be returned than requested. The service will use this parameter + * or 1,000 items, whichever is smaller. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @opt_param string prefix Filter results to objects whose names begin with + * this prefix. + * @opt_param string projection Set of properties to return. Defaults to noAcl. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @opt_param bool versions If true, lists all versions of an object as distinct + * results. The default is false. For more information, see Object Versioning. + * @return Google_Service_Storage_Objects + */ + public function listObjects($bucket, $optParams = array()) + { + $params = array('bucket' => $bucket); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_Objects"); + } + /** + * Patches an object's metadata. (objects.patch) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param Google_Service_Storage_StorageObject $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the object's current generation does not match the given value. If no + * live object exists, the precondition fails. Setting to 0 makes the operation + * succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the object's current metageneration matches the given value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the object's current metageneration does not match the given value. + * @opt_param string predefinedAcl Apply a predefined set of access controls to + * this object. + * @opt_param string projection Set of properties to return. Defaults to full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request, for + * Requester Pays buckets. + * @return Google_Service_Storage_StorageObject + */ + public function patch($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Storage_StorageObject"); + } + /** + * Rewrites a source object to a destination object. Optionally overrides + * metadata. (objects.rewrite) + * + * @param string $sourceBucket Name of the bucket in which to find the source + * object. + * @param string $sourceObject Name of the source object. For information about + * how to URL encode object names to be path safe, see Encoding URI Path Parts. + * @param string $destinationBucket Name of the bucket in which to store the new + * object. Overrides the provided object metadata's bucket value, if any. + * @param string $destinationObject Name of the new object. Required when the + * object metadata is not otherwise provided. Overrides the object metadata's + * name value, if any. For information about how to URL encode object names to + * be path safe, see Encoding URI Path Parts. + * @param Google_Service_Storage_StorageObject $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string destinationKmsKeyName Resource name of the Cloud KMS key, + * of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys + * /my-key, that will be used to encrypt the object. Overrides the object + * metadata's kms_key_name value, if any. + * @opt_param string destinationPredefinedAcl Apply a predefined set of access + * controls to the destination object. + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the object's current generation does not match the given value. If no + * live object exists, the precondition fails. Setting to 0 makes the operation + * succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the destination object's current metageneration matches the given + * value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the destination object's current metageneration does not match the + * given value. + * @opt_param string ifSourceGenerationMatch Makes the operation conditional on + * whether the source object's current generation matches the given value. + * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional + * on whether the source object's current generation does not match the given + * value. + * @opt_param string ifSourceMetagenerationMatch Makes the operation conditional + * on whether the source object's current metageneration matches the given + * value. + * @opt_param string ifSourceMetagenerationNotMatch Makes the operation + * conditional on whether the source object's current metageneration does not + * match the given value. + * @opt_param string maxBytesRewrittenPerCall The maximum number of bytes that + * will be rewritten per rewrite request. Most callers shouldn't need to specify + * this parameter - it is primarily in place to support testing. If specified + * the value must be an integral multiple of 1 MiB (1048576). Also, this only + * applies to requests where the source and destination span locations and/or + * storage classes. Finally, this value must not change across rewrite calls + * else you'll get an error that the rewriteToken is invalid. + * @opt_param string projection Set of properties to return. Defaults to noAcl, + * unless the object resource specifies the acl property, when it defaults to + * full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string rewriteToken Include this field (from the previous rewrite + * response) on each rewrite request after the first one, until the rewrite + * response 'done' flag is true. Calls that provide a rewriteToken can omit all + * other request fields, but if included those fields must match the values + * provided in the first rewrite request. + * @opt_param string sourceGeneration If present, selects a specific revision of + * the source object (as opposed to the latest version, the default). + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_RewriteResponse + */ + public function rewrite($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array()) + { + $params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rewrite', array($params), "Google_Service_Storage_RewriteResponse"); + } + /** + * Updates an IAM policy for the specified object. (objects.setIamPolicy) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param Google_Service_Storage_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_Policy + */ + public function setIamPolicy($bucket, $object, Google_Service_Storage_Policy $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Storage_Policy"); + } + /** + * Tests a set of permissions on the given object to see which, if any, are held + * by the caller. (objects.testIamPermissions) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param string|array $permissions Permissions to test. + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_TestIamPermissionsResponse + */ + public function testIamPermissions($bucket, $object, $permissions, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'permissions' => $permissions); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Storage_TestIamPermissionsResponse"); + } + /** + * Updates an object's metadata. (objects.update) + * + * @param string $bucket Name of the bucket in which the object resides. + * @param string $object Name of the object. For information about how to URL + * encode object names to be path safe, see Encoding URI Path Parts. + * @param Google_Service_Storage_StorageObject $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string generation If present, selects a specific revision of this + * object (as opposed to the latest version, the default). + * @opt_param string ifGenerationMatch Makes the operation conditional on + * whether the object's current generation matches the given value. Setting to 0 + * makes the operation succeed only if there are no live versions of the object. + * @opt_param string ifGenerationNotMatch Makes the operation conditional on + * whether the object's current generation does not match the given value. If no + * live object exists, the precondition fails. Setting to 0 makes the operation + * succeed only if there is a live version of the object. + * @opt_param string ifMetagenerationMatch Makes the operation conditional on + * whether the object's current metageneration matches the given value. + * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on + * whether the object's current metageneration does not match the given value. + * @opt_param string predefinedAcl Apply a predefined set of access controls to + * this object. + * @opt_param string projection Set of properties to return. Defaults to full. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @return Google_Service_Storage_StorageObject + */ + public function update($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Storage_StorageObject"); + } + /** + * Watch for changes on all objects in a bucket. (objects.watchAll) + * + * @param string $bucket Name of the bucket in which to look for objects. + * @param Google_Service_Storage_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string delimiter Returns results in a directory-like mode. items + * will contain only objects whose names, aside from the prefix, do not contain + * delimiter. Objects whose names, aside from the prefix, contain delimiter will + * have their name, truncated after the delimiter, returned in prefixes. + * Duplicate prefixes are omitted. + * @opt_param bool includeTrailingDelimiter If true, objects that end in exactly + * one instance of delimiter will have their metadata included in items in + * addition to prefixes. + * @opt_param string maxResults Maximum number of items plus prefixes to return + * in a single page of responses. As duplicate prefixes are omitted, fewer total + * results may be returned than requested. The service will use this parameter + * or 1,000 items, whichever is smaller. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @opt_param string prefix Filter results to objects whose names begin with + * this prefix. + * @opt_param string projection Set of properties to return. Defaults to noAcl. + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * Required for Requester Pays buckets. + * @opt_param bool versions If true, lists all versions of an object as distinct + * results. The default is false. For more information, see Object Versioning. + * @return Google_Service_Storage_Channel + */ + public function watchAll($bucket, Google_Service_Storage_Channel $postBody, $optParams = array()) + { + $params = array('bucket' => $bucket, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('watchAll', array($params), "Google_Service_Storage_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Projects.php new file mode 100644 index 000000000..bf79fda8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $storageService = new Google_Service_Storage(...); + * $projects = $storageService->projects; + * + */ +class Google_Service_Storage_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsHmacKeys.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsHmacKeys.php new file mode 100644 index 000000000..1fe9ecfc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsHmacKeys.php @@ -0,0 +1,123 @@ + + * $storageService = new Google_Service_Storage(...); + * $hmacKeys = $storageService->hmacKeys; + * + */ +class Google_Service_Storage_Resource_ProjectsHmacKeys extends Google_Service_Resource +{ + /** + * Creates a new HMAC key for the specified service account. (hmacKeys.create) + * + * @param string $projectId Project ID owning the service account. + * @param string $serviceAccountEmail Email address of the service account. + * @param array $optParams Optional parameters. + * + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_HmacKey + */ + public function create($projectId, $serviceAccountEmail, $optParams = array()) + { + $params = array('projectId' => $projectId, 'serviceAccountEmail' => $serviceAccountEmail); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Storage_HmacKey"); + } + /** + * Deletes an HMAC key. (hmacKeys.delete) + * + * @param string $projectId Project ID owning the requested key + * @param string $accessId Name of the HMAC key to be deleted. + * @param array $optParams Optional parameters. + * + * @opt_param string userProject The project to be billed for this request. + */ + public function delete($projectId, $accessId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'accessId' => $accessId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves an HMAC key's metadata (hmacKeys.get) + * + * @param string $projectId Project ID owning the service account of the + * requested key. + * @param string $accessId Name of the HMAC key. + * @param array $optParams Optional parameters. + * + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_HmacKeyMetadata + */ + public function get($projectId, $accessId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'accessId' => $accessId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_HmacKeyMetadata"); + } + /** + * Retrieves a list of HMAC keys matching the criteria. + * (hmacKeys.listProjectsHmacKeys) + * + * @param string $projectId Name of the project in which to look for HMAC keys. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of items to return in a single + * page of responses. The service uses this parameter or 250 items, whichever is + * smaller. The max number of items per page will also be limited by the number + * of distinct service accounts in the response. If the number of service + * accounts in a single response is too high, the page will truncated and a next + * page token will be returned. + * @opt_param string pageToken A previously-returned page token representing + * part of the larger set of results to view. + * @opt_param string serviceAccountEmail If present, only keys for the given + * service account are returned. + * @opt_param bool showDeletedKeys Whether or not to show keys in the DELETED + * state. + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_HmacKeysMetadata + */ + public function listProjectsHmacKeys($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storage_HmacKeysMetadata"); + } + /** + * Updates the state of an HMAC key. See the HMAC Key resource descriptor for + * valid states. (hmacKeys.update) + * + * @param string $projectId Project ID owning the service account of the updated + * key. + * @param string $accessId Name of the HMAC key being updated. + * @param Google_Service_Storage_HmacKeyMetadata $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_HmacKeyMetadata + */ + public function update($projectId, $accessId, Google_Service_Storage_HmacKeyMetadata $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'accessId' => $accessId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Storage_HmacKeyMetadata"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsServiceAccount.php new file mode 100644 index 000000000..f446448cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ProjectsServiceAccount.php @@ -0,0 +1,46 @@ + + * $storageService = new Google_Service_Storage(...); + * $serviceAccount = $storageService->serviceAccount; + * + */ +class Google_Service_Storage_Resource_ProjectsServiceAccount extends Google_Service_Resource +{ + /** + * Get the email address of this project's Google Cloud Storage service account. + * (serviceAccount.get) + * + * @param string $projectId Project ID + * @param array $optParams Optional parameters. + * + * @opt_param string provisionalUserProject The project to be billed for this + * request if the target bucket is requester-pays bucket. + * @opt_param string userProject The project to be billed for this request. + * @return Google_Service_Storage_ServiceAccount + */ + public function get($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storage_ServiceAccount"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php b/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php new file mode 100644 index 000000000..0205183c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php @@ -0,0 +1,82 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setObjectSize($objectSize) + { + $this->objectSize = $objectSize; + } + public function getObjectSize() + { + return $this->objectSize; + } + /** + * @param Google_Service_Storage_StorageObject + */ + public function setResource(Google_Service_Storage_StorageObject $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_Storage_StorageObject + */ + public function getResource() + { + return $this->resource; + } + public function setRewriteToken($rewriteToken) + { + $this->rewriteToken = $rewriteToken; + } + public function getRewriteToken() + { + return $this->rewriteToken; + } + public function setTotalBytesRewritten($totalBytesRewritten) + { + $this->totalBytesRewritten = $totalBytesRewritten; + } + public function getTotalBytesRewritten() + { + return $this->totalBytesRewritten; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ServiceAccount.php new file mode 100644 index 000000000..c5fe3eec3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ServiceAccount.php @@ -0,0 +1,42 @@ + "email_address", + ); + public $emailAddress; + public $kind; + + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php new file mode 100644 index 000000000..658691ac0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php @@ -0,0 +1,322 @@ +acl = $acl; + } + /** + * @return Google_Service_Storage_ObjectAccessControl + */ + public function getAcl() + { + return $this->acl; + } + public function setBucket($bucket) + { + $this->bucket = $bucket; + } + public function getBucket() + { + return $this->bucket; + } + public function setCacheControl($cacheControl) + { + $this->cacheControl = $cacheControl; + } + public function getCacheControl() + { + return $this->cacheControl; + } + public function setComponentCount($componentCount) + { + $this->componentCount = $componentCount; + } + public function getComponentCount() + { + return $this->componentCount; + } + public function setContentDisposition($contentDisposition) + { + $this->contentDisposition = $contentDisposition; + } + public function getContentDisposition() + { + return $this->contentDisposition; + } + public function setContentEncoding($contentEncoding) + { + $this->contentEncoding = $contentEncoding; + } + public function getContentEncoding() + { + return $this->contentEncoding; + } + public function setContentLanguage($contentLanguage) + { + $this->contentLanguage = $contentLanguage; + } + public function getContentLanguage() + { + return $this->contentLanguage; + } + public function setContentType($contentType) + { + $this->contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setCrc32c($crc32c) + { + $this->crc32c = $crc32c; + } + public function getCrc32c() + { + return $this->crc32c; + } + /** + * @param Google_Service_Storage_StorageObjectCustomerEncryption + */ + public function setCustomerEncryption(Google_Service_Storage_StorageObjectCustomerEncryption $customerEncryption) + { + $this->customerEncryption = $customerEncryption; + } + /** + * @return Google_Service_Storage_StorageObjectCustomerEncryption + */ + public function getCustomerEncryption() + { + return $this->customerEncryption; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventBasedHold($eventBasedHold) + { + $this->eventBasedHold = $eventBasedHold; + } + public function getEventBasedHold() + { + return $this->eventBasedHold; + } + public function setGeneration($generation) + { + $this->generation = $generation; + } + public function getGeneration() + { + return $this->generation; + } + 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 setKmsKeyName($kmsKeyName) + { + $this->kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } + public function setMd5Hash($md5Hash) + { + $this->md5Hash = $md5Hash; + } + public function getMd5Hash() + { + return $this->md5Hash; + } + public function setMediaLink($mediaLink) + { + $this->mediaLink = $mediaLink; + } + public function getMediaLink() + { + return $this->mediaLink; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setMetageneration($metageneration) + { + $this->metageneration = $metageneration; + } + public function getMetageneration() + { + return $this->metageneration; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Storage_StorageObjectOwner + */ + public function setOwner(Google_Service_Storage_StorageObjectOwner $owner) + { + $this->owner = $owner; + } + /** + * @return Google_Service_Storage_StorageObjectOwner + */ + public function getOwner() + { + return $this->owner; + } + public function setRetentionExpirationTime($retentionExpirationTime) + { + $this->retentionExpirationTime = $retentionExpirationTime; + } + public function getRetentionExpirationTime() + { + return $this->retentionExpirationTime; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } + public function setStorageClass($storageClass) + { + $this->storageClass = $storageClass; + } + public function getStorageClass() + { + return $this->storageClass; + } + public function setTemporaryHold($temporaryHold) + { + $this->temporaryHold = $temporaryHold; + } + public function getTemporaryHold() + { + return $this->temporaryHold; + } + public function setTimeCreated($timeCreated) + { + $this->timeCreated = $timeCreated; + } + public function getTimeCreated() + { + return $this->timeCreated; + } + public function setTimeDeleted($timeDeleted) + { + $this->timeDeleted = $timeDeleted; + } + public function getTimeDeleted() + { + return $this->timeDeleted; + } + public function setTimeStorageClassUpdated($timeStorageClassUpdated) + { + $this->timeStorageClassUpdated = $timeStorageClassUpdated; + } + public function getTimeStorageClassUpdated() + { + return $this->timeStorageClassUpdated; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php new file mode 100644 index 000000000..b459b9681 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php @@ -0,0 +1,39 @@ +encryptionAlgorithm = $encryptionAlgorithm; + } + public function getEncryptionAlgorithm() + { + return $this->encryptionAlgorithm; + } + public function setKeySha256($keySha256) + { + $this->keySha256 = $keySha256; + } + public function getKeySha256() + { + return $this->keySha256; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectOwner.php b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectOwner.php new file mode 100644 index 000000000..34f727dee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectOwner.php @@ -0,0 +1,39 @@ +entity = $entity; + } + public function getEntity() + { + return $this->entity; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Storage/TestIamPermissionsResponse.php new file mode 100644 index 000000000..78ed2011a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/TestIamPermissionsResponse.php @@ -0,0 +1,40 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php new file mode 100644 index 000000000..77e485547 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php @@ -0,0 +1,215 @@ + + * Transfers data from external data sources to a Google Cloud Storage bucket or + * between Google Cloud Storage buckets. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Storagetransfer extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $googleServiceAccounts; + public $transferJobs; + public $transferOperations; + + /** + * Constructs the internal representation of the Storagetransfer 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://storagetransfer.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'storagetransfer'; + + $this->googleServiceAccounts = new Google_Service_Storagetransfer_Resource_GoogleServiceAccounts( + $this, + $this->serviceName, + 'googleServiceAccounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/googleServiceAccounts/{projectId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->transferJobs = new Google_Service_Storagetransfer_Resource_TransferJobs( + $this, + $this->serviceName, + 'transferJobs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/transferJobs', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => 'v1/{+jobName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'jobName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/transferJobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+jobName}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'jobName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->transferOperations = new Google_Service_Storagetransfer_Resource_TransferOperations( + $this, + $this->serviceName, + 'transferOperations', + 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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'pause' => array( + 'path' => 'v1/{+name}:pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resume' => array( + 'path' => 'v1/{+name}:resume', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php new file mode 100644 index 000000000..f1c610983 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php @@ -0,0 +1,39 @@ +accessKeyId = $accessKeyId; + } + public function getAccessKeyId() + { + return $this->accessKeyId; + } + public function setSecretAccessKey($secretAccessKey) + { + $this->secretAccessKey = $secretAccessKey; + } + public function getSecretAccessKey() + { + return $this->secretAccessKey; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsS3Data.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsS3Data.php new file mode 100644 index 000000000..8c346e739 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsS3Data.php @@ -0,0 +1,46 @@ +awsAccessKey = $awsAccessKey; + } + /** + * @return Google_Service_Storagetransfer_AwsAccessKey + */ + public function getAwsAccessKey() + { + return $this->awsAccessKey; + } + public function setBucketName($bucketName) + { + $this->bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.php new file mode 100644 index 000000000..3ad7f39c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/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/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorLogEntry.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorLogEntry.php new file mode 100644 index 000000000..02367085e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorLogEntry.php @@ -0,0 +1,40 @@ +errorDetails = $errorDetails; + } + public function getErrorDetails() + { + return $this->errorDetails; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorSummary.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorSummary.php new file mode 100644 index 000000000..86472249c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ErrorSummary.php @@ -0,0 +1,56 @@ +errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + public function setErrorCount($errorCount) + { + $this->errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + /** + * @param Google_Service_Storagetransfer_ErrorLogEntry + */ + public function setErrorLogEntries($errorLogEntries) + { + $this->errorLogEntries = $errorLogEntries; + } + /** + * @return Google_Service_Storagetransfer_ErrorLogEntry + */ + public function getErrorLogEntries() + { + return $this->errorLogEntries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GcsData.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GcsData.php new file mode 100644 index 000000000..8c76a880f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GcsData.php @@ -0,0 +1,30 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GoogleServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GoogleServiceAccount.php new file mode 100644 index 000000000..d603b4ea5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GoogleServiceAccount.php @@ -0,0 +1,30 @@ +accountEmail = $accountEmail; + } + public function getAccountEmail() + { + return $this->accountEmail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/HttpData.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/HttpData.php new file mode 100644 index 000000000..c07d8a011 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/HttpData.php @@ -0,0 +1,30 @@ +listUrl = $listUrl; + } + public function getListUrl() + { + return $this->listUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListOperationsResponse.php new file mode 100644 index 000000000..7e7397953 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Storagetransfer_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Storagetransfer_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.php new file mode 100644 index 000000000..77c1b96a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Storagetransfer_TransferJob + */ + public function setTransferJobs($transferJobs) + { + $this->transferJobs = $transferJobs; + } + /** + * @return Google_Service_Storagetransfer_TransferJob + */ + public function getTransferJobs() + { + return $this->transferJobs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.php new file mode 100644 index 000000000..6b5f64eae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.php @@ -0,0 +1,58 @@ +excludePrefixes = $excludePrefixes; + } + public function getExcludePrefixes() + { + return $this->excludePrefixes; + } + public function setIncludePrefixes($includePrefixes) + { + $this->includePrefixes = $includePrefixes; + } + public function getIncludePrefixes() + { + return $this->includePrefixes; + } + public function setMaxTimeElapsedSinceLastModification($maxTimeElapsedSinceLastModification) + { + $this->maxTimeElapsedSinceLastModification = $maxTimeElapsedSinceLastModification; + } + public function getMaxTimeElapsedSinceLastModification() + { + return $this->maxTimeElapsedSinceLastModification; + } + public function setMinTimeElapsedSinceLastModification($minTimeElapsedSinceLastModification) + { + $this->minTimeElapsedSinceLastModification = $minTimeElapsedSinceLastModification; + } + public function getMinTimeElapsedSinceLastModification() + { + return $this->minTimeElapsedSinceLastModification; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Operation.php new file mode 100644 index 000000000..0f979b783 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Storagetransfer_Status + */ + public function setError(Google_Service_Storagetransfer_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Storagetransfer_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/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php new file mode 100644 index 000000000..89beddfc8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php @@ -0,0 +1,20 @@ + + * $storagetransferService = new Google_Service_Storagetransfer(...); + * $googleServiceAccounts = $storagetransferService->googleServiceAccounts; + * + */ +class Google_Service_Storagetransfer_Resource_GoogleServiceAccounts extends Google_Service_Resource +{ + /** + * Returns the Google service account that is used by Storage Transfer Service + * to access buckets in the project where transfers run or in other projects. + * Each Google service account is associated with one Google Cloud Platform + * Console project. Users should add this service account to the Google Cloud + * Storage bucket ACLs to grant access to Storage Transfer Service. This service + * account is created and owned by Storage Transfer Service and can only be used + * by Storage Transfer Service. (googleServiceAccounts.get) + * + * @param string $projectId Required. The ID of the Google Cloud Platform + * Console project that the Google service account is associated with. + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_GoogleServiceAccount + */ + public function get($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storagetransfer_GoogleServiceAccount"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php new file mode 100644 index 000000000..44a3db62b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php @@ -0,0 +1,96 @@ + + * $storagetransferService = new Google_Service_Storagetransfer(...); + * $transferJobs = $storagetransferService->transferJobs; + * + */ +class Google_Service_Storagetransfer_Resource_TransferJobs extends Google_Service_Resource +{ + /** + * Creates a transfer job that runs periodically. (transferJobs.create) + * + * @param Google_Service_Storagetransfer_TransferJob $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_TransferJob + */ + public function create(Google_Service_Storagetransfer_TransferJob $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Storagetransfer_TransferJob"); + } + /** + * Gets a transfer job. (transferJobs.get) + * + * @param string $jobName Required. The job to get. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId Required. The ID of the Google Cloud Platform + * Console project that owns the job. + * @return Google_Service_Storagetransfer_TransferJob + */ + public function get($jobName, $optParams = array()) + { + $params = array('jobName' => $jobName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storagetransfer_TransferJob"); + } + /** + * Lists transfer jobs. (transferJobs.listTransferJobs) + * + * @param array $optParams Optional parameters. + * + * @opt_param string filter Required. A list of query parameters specified as + * JSON text in the form of: {"project_id":"my_project_id", + * "job_names":["jobid1","jobid2",...], + * "job_statuses":["status1","status2",...]}. Since `job_names` and + * `job_statuses` support multiple values, their values must be specified with + * array notation. `project_id` is required. `job_names` and `job_statuses` are + * optional. The valid values for `job_statuses` are case-insensitive: + * `ENABLED`, `DISABLED`, and `DELETED`. + * @opt_param string pageToken The list page token. + * @opt_param int pageSize The list page size. The max allowed value is 256. + * @return Google_Service_Storagetransfer_ListTransferJobsResponse + */ + public function listTransferJobs($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storagetransfer_ListTransferJobsResponse"); + } + /** + * Updates a transfer job. Updating a job's transfer spec does not affect + * transfer operations that are running already. Updating the scheduling of a + * job is not allowed. (transferJobs.patch) + * + * @param string $jobName Required. The name of job to update. + * @param Google_Service_Storagetransfer_UpdateTransferJobRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_TransferJob + */ + public function patch($jobName, Google_Service_Storagetransfer_UpdateTransferJobRequest $postBody, $optParams = array()) + { + $params = array('jobName' => $jobName, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Storagetransfer_TransferJob"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php new file mode 100644 index 000000000..ef1853fa2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php @@ -0,0 +1,126 @@ + + * $storagetransferService = new Google_Service_Storagetransfer(...); + * $transferOperations = $storagetransferService->transferOperations; + * + */ +class Google_Service_Storagetransfer_Resource_TransferOperations extends Google_Service_Resource +{ + /** + * Cancels a transfer. Use the get method to check whether the cancellation + * succeeded or whether the operation completed despite cancellation. + * (transferOperations.cancel) + * + * @param string $name The name of the operation resource to be cancelled. + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_StoragetransferEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); + } + /** + * This method is not supported and the server returns `UNIMPLEMENTED`. + * (transferOperations.delete) + * + * @param string $name The name of the operation resource to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_StoragetransferEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); + } + /** + * 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. (transferOperations.get) + * + * @param string $name The name of the operation resource. + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Storagetransfer_Operation"); + } + /** + * Lists transfer operations. (transferOperations.listTransferOperations) + * + * @param string $name Required. The value `transferOperations`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The list page token. + * @opt_param int pageSize The list page size. The max allowed value is 256. + * @opt_param string filter Required. A list of query parameters specified as + * JSON text in the form of: {"project_id":"my_project_id", + * "job_names":["jobid1","jobid2",...], + * "operation_names":["opid1","opid2",...], + * "transfer_statuses":["status1","status2",...]}. Since `job_names`, + * `operation_names`, and `transfer_statuses` support multiple values, they must + * be specified with array notation. `project_id` is required. `job_names`, + * `operation_names`, and `transfer_statuses` are optional. The valid values for + * `transfer_statuses` are case-insensitive: `IN_PROGRESS`, `PAUSED`, `SUCCESS`, + * `FAILED`, and `ABORTED`. + * @return Google_Service_Storagetransfer_ListOperationsResponse + */ + public function listTransferOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Storagetransfer_ListOperationsResponse"); + } + /** + * Pauses a transfer operation. (transferOperations.pause) + * + * @param string $name Required. The name of the transfer operation. + * @param Google_Service_Storagetransfer_PauseTransferOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_StoragetransferEmpty + */ + public function pause($name, Google_Service_Storagetransfer_PauseTransferOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('pause', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); + } + /** + * Resumes a transfer operation that is paused. (transferOperations.resume) + * + * @param string $name Required. The name of the transfer operation. + * @param Google_Service_Storagetransfer_ResumeTransferOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Storagetransfer_StoragetransferEmpty + */ + public function resume($name, Google_Service_Storagetransfer_ResumeTransferOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resume', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php new file mode 100644 index 000000000..e2fdeb458 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php @@ -0,0 +1,20 @@ +scheduleEndDate = $scheduleEndDate; + } + /** + * @return Google_Service_Storagetransfer_Date + */ + public function getScheduleEndDate() + { + return $this->scheduleEndDate; + } + /** + * @param Google_Service_Storagetransfer_Date + */ + public function setScheduleStartDate(Google_Service_Storagetransfer_Date $scheduleStartDate) + { + $this->scheduleStartDate = $scheduleStartDate; + } + /** + * @return Google_Service_Storagetransfer_Date + */ + public function getScheduleStartDate() + { + return $this->scheduleStartDate; + } + /** + * @param Google_Service_Storagetransfer_TimeOfDay + */ + public function setStartTimeOfDay(Google_Service_Storagetransfer_TimeOfDay $startTimeOfDay) + { + $this->startTimeOfDay = $startTimeOfDay; + } + /** + * @return Google_Service_Storagetransfer_TimeOfDay + */ + public function getStartTimeOfDay() + { + return $this->startTimeOfDay; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Status.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Status.php new file mode 100644 index 000000000..15345e6f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/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/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/StoragetransferEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/StoragetransferEmpty.php new file mode 100644 index 000000000..d069f6164 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/StoragetransferEmpty.php @@ -0,0 +1,20 @@ +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/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferCounters.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferCounters.php new file mode 100644 index 000000000..a1a214cbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferCounters.php @@ -0,0 +1,165 @@ +bytesCopiedToSink = $bytesCopiedToSink; + } + public function getBytesCopiedToSink() + { + return $this->bytesCopiedToSink; + } + public function setBytesDeletedFromSink($bytesDeletedFromSink) + { + $this->bytesDeletedFromSink = $bytesDeletedFromSink; + } + public function getBytesDeletedFromSink() + { + return $this->bytesDeletedFromSink; + } + public function setBytesDeletedFromSource($bytesDeletedFromSource) + { + $this->bytesDeletedFromSource = $bytesDeletedFromSource; + } + public function getBytesDeletedFromSource() + { + return $this->bytesDeletedFromSource; + } + public function setBytesFailedToDeleteFromSink($bytesFailedToDeleteFromSink) + { + $this->bytesFailedToDeleteFromSink = $bytesFailedToDeleteFromSink; + } + public function getBytesFailedToDeleteFromSink() + { + return $this->bytesFailedToDeleteFromSink; + } + public function setBytesFoundFromSource($bytesFoundFromSource) + { + $this->bytesFoundFromSource = $bytesFoundFromSource; + } + public function getBytesFoundFromSource() + { + return $this->bytesFoundFromSource; + } + public function setBytesFoundOnlyFromSink($bytesFoundOnlyFromSink) + { + $this->bytesFoundOnlyFromSink = $bytesFoundOnlyFromSink; + } + public function getBytesFoundOnlyFromSink() + { + return $this->bytesFoundOnlyFromSink; + } + public function setBytesFromSourceFailed($bytesFromSourceFailed) + { + $this->bytesFromSourceFailed = $bytesFromSourceFailed; + } + public function getBytesFromSourceFailed() + { + return $this->bytesFromSourceFailed; + } + public function setBytesFromSourceSkippedBySync($bytesFromSourceSkippedBySync) + { + $this->bytesFromSourceSkippedBySync = $bytesFromSourceSkippedBySync; + } + public function getBytesFromSourceSkippedBySync() + { + return $this->bytesFromSourceSkippedBySync; + } + public function setObjectsCopiedToSink($objectsCopiedToSink) + { + $this->objectsCopiedToSink = $objectsCopiedToSink; + } + public function getObjectsCopiedToSink() + { + return $this->objectsCopiedToSink; + } + public function setObjectsDeletedFromSink($objectsDeletedFromSink) + { + $this->objectsDeletedFromSink = $objectsDeletedFromSink; + } + public function getObjectsDeletedFromSink() + { + return $this->objectsDeletedFromSink; + } + public function setObjectsDeletedFromSource($objectsDeletedFromSource) + { + $this->objectsDeletedFromSource = $objectsDeletedFromSource; + } + public function getObjectsDeletedFromSource() + { + return $this->objectsDeletedFromSource; + } + public function setObjectsFailedToDeleteFromSink($objectsFailedToDeleteFromSink) + { + $this->objectsFailedToDeleteFromSink = $objectsFailedToDeleteFromSink; + } + public function getObjectsFailedToDeleteFromSink() + { + return $this->objectsFailedToDeleteFromSink; + } + public function setObjectsFoundFromSource($objectsFoundFromSource) + { + $this->objectsFoundFromSource = $objectsFoundFromSource; + } + public function getObjectsFoundFromSource() + { + return $this->objectsFoundFromSource; + } + public function setObjectsFoundOnlyFromSink($objectsFoundOnlyFromSink) + { + $this->objectsFoundOnlyFromSink = $objectsFoundOnlyFromSink; + } + public function getObjectsFoundOnlyFromSink() + { + return $this->objectsFoundOnlyFromSink; + } + public function setObjectsFromSourceFailed($objectsFromSourceFailed) + { + $this->objectsFromSourceFailed = $objectsFromSourceFailed; + } + public function getObjectsFromSourceFailed() + { + return $this->objectsFromSourceFailed; + } + public function setObjectsFromSourceSkippedBySync($objectsFromSourceSkippedBySync) + { + $this->objectsFromSourceSkippedBySync = $objectsFromSourceSkippedBySync; + } + public function getObjectsFromSourceSkippedBySync() + { + return $this->objectsFromSourceSkippedBySync; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferJob.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferJob.php new file mode 100644 index 000000000..705c3050f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferJob.php @@ -0,0 +1,116 @@ +creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDeletionTime($deletionTime) + { + $this->deletionTime = $deletionTime; + } + public function getDeletionTime() + { + return $this->deletionTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLastModificationTime($lastModificationTime) + { + $this->lastModificationTime = $lastModificationTime; + } + public function getLastModificationTime() + { + return $this->lastModificationTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Storagetransfer_Schedule + */ + public function setSchedule(Google_Service_Storagetransfer_Schedule $schedule) + { + $this->schedule = $schedule; + } + /** + * @return Google_Service_Storagetransfer_Schedule + */ + public function getSchedule() + { + return $this->schedule; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_Storagetransfer_TransferSpec + */ + public function setTransferSpec(Google_Service_Storagetransfer_TransferSpec $transferSpec) + { + $this->transferSpec = $transferSpec; + } + /** + * @return Google_Service_Storagetransfer_TransferSpec + */ + public function getTransferSpec() + { + return $this->transferSpec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.php new file mode 100644 index 000000000..e736bab24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.php @@ -0,0 +1,124 @@ +counters = $counters; + } + /** + * @return Google_Service_Storagetransfer_TransferCounters + */ + public function getCounters() + { + return $this->counters; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Storagetransfer_ErrorSummary + */ + public function setErrorBreakdowns($errorBreakdowns) + { + $this->errorBreakdowns = $errorBreakdowns; + } + /** + * @return Google_Service_Storagetransfer_ErrorSummary + */ + public function getErrorBreakdowns() + { + return $this->errorBreakdowns; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTransferJobName($transferJobName) + { + $this->transferJobName = $transferJobName; + } + public function getTransferJobName() + { + return $this->transferJobName; + } + /** + * @param Google_Service_Storagetransfer_TransferSpec + */ + public function setTransferSpec(Google_Service_Storagetransfer_TransferSpec $transferSpec) + { + $this->transferSpec = $transferSpec; + } + /** + * @return Google_Service_Storagetransfer_TransferSpec + */ + public function getTransferSpec() + { + return $this->transferSpec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.php new file mode 100644 index 000000000..48adf1e5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.php @@ -0,0 +1,48 @@ +deleteObjectsFromSourceAfterTransfer = $deleteObjectsFromSourceAfterTransfer; + } + public function getDeleteObjectsFromSourceAfterTransfer() + { + return $this->deleteObjectsFromSourceAfterTransfer; + } + public function setDeleteObjectsUniqueInSink($deleteObjectsUniqueInSink) + { + $this->deleteObjectsUniqueInSink = $deleteObjectsUniqueInSink; + } + public function getDeleteObjectsUniqueInSink() + { + return $this->deleteObjectsUniqueInSink; + } + public function setOverwriteObjectsAlreadyExistingInSink($overwriteObjectsAlreadyExistingInSink) + { + $this->overwriteObjectsAlreadyExistingInSink = $overwriteObjectsAlreadyExistingInSink; + } + public function getOverwriteObjectsAlreadyExistingInSink() + { + return $this->overwriteObjectsAlreadyExistingInSink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferSpec.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferSpec.php new file mode 100644 index 000000000..32663fb35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferSpec.php @@ -0,0 +1,117 @@ +awsS3DataSource = $awsS3DataSource; + } + /** + * @return Google_Service_Storagetransfer_AwsS3Data + */ + public function getAwsS3DataSource() + { + return $this->awsS3DataSource; + } + /** + * @param Google_Service_Storagetransfer_GcsData + */ + public function setGcsDataSink(Google_Service_Storagetransfer_GcsData $gcsDataSink) + { + $this->gcsDataSink = $gcsDataSink; + } + /** + * @return Google_Service_Storagetransfer_GcsData + */ + public function getGcsDataSink() + { + return $this->gcsDataSink; + } + /** + * @param Google_Service_Storagetransfer_GcsData + */ + public function setGcsDataSource(Google_Service_Storagetransfer_GcsData $gcsDataSource) + { + $this->gcsDataSource = $gcsDataSource; + } + /** + * @return Google_Service_Storagetransfer_GcsData + */ + public function getGcsDataSource() + { + return $this->gcsDataSource; + } + /** + * @param Google_Service_Storagetransfer_HttpData + */ + public function setHttpDataSource(Google_Service_Storagetransfer_HttpData $httpDataSource) + { + $this->httpDataSource = $httpDataSource; + } + /** + * @return Google_Service_Storagetransfer_HttpData + */ + public function getHttpDataSource() + { + return $this->httpDataSource; + } + /** + * @param Google_Service_Storagetransfer_ObjectConditions + */ + public function setObjectConditions(Google_Service_Storagetransfer_ObjectConditions $objectConditions) + { + $this->objectConditions = $objectConditions; + } + /** + * @return Google_Service_Storagetransfer_ObjectConditions + */ + public function getObjectConditions() + { + return $this->objectConditions; + } + /** + * @param Google_Service_Storagetransfer_TransferOptions + */ + public function setTransferOptions(Google_Service_Storagetransfer_TransferOptions $transferOptions) + { + $this->transferOptions = $transferOptions; + } + /** + * @return Google_Service_Storagetransfer_TransferOptions + */ + public function getTransferOptions() + { + return $this->transferOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/UpdateTransferJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/UpdateTransferJobRequest.php new file mode 100644 index 000000000..341d4995e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/UpdateTransferJobRequest.php @@ -0,0 +1,55 @@ +projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Storagetransfer_TransferJob + */ + public function setTransferJob(Google_Service_Storagetransfer_TransferJob $transferJob) + { + $this->transferJob = $transferJob; + } + /** + * @return Google_Service_Storagetransfer_TransferJob + */ + public function getTransferJob() + { + return $this->transferJob; + } + public function setUpdateTransferJobFieldMask($updateTransferJobFieldMask) + { + $this->updateTransferJobFieldMask = $updateTransferJobFieldMask; + } + public function getUpdateTransferJobFieldMask() + { + return $this->updateTransferJobFieldMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php new file mode 100644 index 000000000..6de8f9f7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php @@ -0,0 +1,179 @@ + + * Publishes 360 photos to Google Maps, along with position, orientation, and + * connectivity metadata. Apps can offer an interface for positioning, + * connecting, and uploading user-generated Street View images. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_StreetViewPublish extends Google_Service +{ + /** Publish and manage your 360 photos on Google Street View. */ + const STREETVIEWPUBLISH = + "https://www.googleapis.com/auth/streetviewpublish"; + + public $photo; + public $photos; + + /** + * Constructs the internal representation of the StreetViewPublish 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://streetviewpublish.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'streetviewpublish'; + + $this->photo = new Google_Service_StreetViewPublish_Resource_Photo( + $this, + $this->serviceName, + 'photo', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/photo', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/photo/{photoId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'photoId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/photo/{photoId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'photoId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'startUpload' => array( + 'path' => 'v1/photo:startUpload', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'update' => array( + 'path' => 'v1/photo/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->photos = new Google_Service_StreetViewPublish_Resource_Photos( + $this, + $this->serviceName, + 'photos', + array( + 'methods' => array( + 'batchDelete' => array( + 'path' => 'v1/photos:batchDelete', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'batchGet' => array( + 'path' => 'v1/photos:batchGet', + 'httpMethod' => 'GET', + 'parameters' => array( + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'photoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'batchUpdate' => array( + 'path' => 'v1/photos:batchUpdate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'v1/photos', + 'httpMethod' => 'GET', + 'parameters' => array( + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosRequest.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosRequest.php new file mode 100644 index 000000000..c32aefa4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosRequest.php @@ -0,0 +1,31 @@ +photoIds = $photoIds; + } + public function getPhotoIds() + { + return $this->photoIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosResponse.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosResponse.php new file mode 100644 index 000000000..b78bd48db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchDeletePhotosResponse.php @@ -0,0 +1,38 @@ +status = $status; + } + /** + * @return Google_Service_StreetViewPublish_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchGetPhotosResponse.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchGetPhotosResponse.php new file mode 100644 index 000000000..0489ed5e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchGetPhotosResponse.php @@ -0,0 +1,38 @@ +results = $results; + } + /** + * @return Google_Service_StreetViewPublish_PhotoResponse + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosRequest.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosRequest.php new file mode 100644 index 000000000..5b9fb3a41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosRequest.php @@ -0,0 +1,38 @@ +updatePhotoRequests = $updatePhotoRequests; + } + /** + * @return Google_Service_StreetViewPublish_UpdatePhotoRequest + */ + public function getUpdatePhotoRequests() + { + return $this->updatePhotoRequests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosResponse.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosResponse.php new file mode 100644 index 000000000..7a388c0b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/BatchUpdatePhotosResponse.php @@ -0,0 +1,38 @@ +results = $results; + } + /** + * @return Google_Service_StreetViewPublish_PhotoResponse + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Connection.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Connection.php new file mode 100644 index 000000000..870c4016c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Connection.php @@ -0,0 +1,37 @@ +target = $target; + } + /** + * @return Google_Service_StreetViewPublish_PhotoId + */ + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/LatLng.php new file mode 100644 index 000000000..4f7d05bbe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/LatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Level.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Level.php new file mode 100644 index 000000000..1727d2047 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Level.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumber($number) + { + $this->number = $number; + } + public function getNumber() + { + return $this->number; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/ListPhotosResponse.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/ListPhotosResponse.php new file mode 100644 index 000000000..ae52e349b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/ListPhotosResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_StreetViewPublish_Photo + */ + public function setPhotos($photos) + { + $this->photos = $photos; + } + /** + * @return Google_Service_StreetViewPublish_Photo + */ + public function getPhotos() + { + return $this->photos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Operation.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Operation.php new file mode 100644 index 000000000..4be4976c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_StreetViewPublish_Status + */ + public function setError(Google_Service_StreetViewPublish_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_StreetViewPublish_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/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Photo.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Photo.php new file mode 100644 index 000000000..fa7612893 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Photo.php @@ -0,0 +1,165 @@ +captureTime = $captureTime; + } + public function getCaptureTime() + { + return $this->captureTime; + } + /** + * @param Google_Service_StreetViewPublish_Connection + */ + public function setConnections($connections) + { + $this->connections = $connections; + } + /** + * @return Google_Service_StreetViewPublish_Connection + */ + public function getConnections() + { + return $this->connections; + } + public function setDownloadUrl($downloadUrl) + { + $this->downloadUrl = $downloadUrl; + } + public function getDownloadUrl() + { + return $this->downloadUrl; + } + public function setMapsPublishStatus($mapsPublishStatus) + { + $this->mapsPublishStatus = $mapsPublishStatus; + } + public function getMapsPublishStatus() + { + return $this->mapsPublishStatus; + } + /** + * @param Google_Service_StreetViewPublish_PhotoId + */ + public function setPhotoId(Google_Service_StreetViewPublish_PhotoId $photoId) + { + $this->photoId = $photoId; + } + /** + * @return Google_Service_StreetViewPublish_PhotoId + */ + public function getPhotoId() + { + return $this->photoId; + } + /** + * @param Google_Service_StreetViewPublish_Place + */ + public function setPlaces($places) + { + $this->places = $places; + } + /** + * @return Google_Service_StreetViewPublish_Place + */ + public function getPlaces() + { + return $this->places; + } + /** + * @param Google_Service_StreetViewPublish_Pose + */ + public function setPose(Google_Service_StreetViewPublish_Pose $pose) + { + $this->pose = $pose; + } + /** + * @return Google_Service_StreetViewPublish_Pose + */ + public function getPose() + { + return $this->pose; + } + public function setShareLink($shareLink) + { + $this->shareLink = $shareLink; + } + public function getShareLink() + { + return $this->shareLink; + } + public function setThumbnailUrl($thumbnailUrl) + { + $this->thumbnailUrl = $thumbnailUrl; + } + public function getThumbnailUrl() + { + return $this->thumbnailUrl; + } + public function setTransferStatus($transferStatus) + { + $this->transferStatus = $transferStatus; + } + public function getTransferStatus() + { + return $this->transferStatus; + } + /** + * @param Google_Service_StreetViewPublish_UploadRef + */ + public function setUploadReference(Google_Service_StreetViewPublish_UploadRef $uploadReference) + { + $this->uploadReference = $uploadReference; + } + /** + * @return Google_Service_StreetViewPublish_UploadRef + */ + public function getUploadReference() + { + return $this->uploadReference; + } + public function setViewCount($viewCount) + { + $this->viewCount = $viewCount; + } + public function getViewCount() + { + return $this->viewCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoId.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoId.php new file mode 100644 index 000000000..348371d37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoId.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoResponse.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoResponse.php new file mode 100644 index 000000000..de9d34713 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/PhotoResponse.php @@ -0,0 +1,53 @@ +photo = $photo; + } + /** + * @return Google_Service_StreetViewPublish_Photo + */ + public function getPhoto() + { + return $this->photo; + } + /** + * @param Google_Service_StreetViewPublish_Status + */ + public function setStatus(Google_Service_StreetViewPublish_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_StreetViewPublish_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Place.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Place.php new file mode 100644 index 000000000..e899f0e36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Place.php @@ -0,0 +1,48 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPlaceId($placeId) + { + $this->placeId = $placeId; + } + public function getPlaceId() + { + return $this->placeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Pose.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Pose.php new file mode 100644 index 000000000..da088ca5d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Pose.php @@ -0,0 +1,98 @@ +accuracyMeters = $accuracyMeters; + } + public function getAccuracyMeters() + { + return $this->accuracyMeters; + } + public function setAltitude($altitude) + { + $this->altitude = $altitude; + } + public function getAltitude() + { + return $this->altitude; + } + public function setHeading($heading) + { + $this->heading = $heading; + } + public function getHeading() + { + return $this->heading; + } + /** + * @param Google_Service_StreetViewPublish_LatLng + */ + public function setLatLngPair(Google_Service_StreetViewPublish_LatLng $latLngPair) + { + $this->latLngPair = $latLngPair; + } + /** + * @return Google_Service_StreetViewPublish_LatLng + */ + public function getLatLngPair() + { + return $this->latLngPair; + } + /** + * @param Google_Service_StreetViewPublish_Level + */ + public function setLevel(Google_Service_StreetViewPublish_Level $level) + { + $this->level = $level; + } + /** + * @return Google_Service_StreetViewPublish_Level + */ + public function getLevel() + { + return $this->level; + } + public function setPitch($pitch) + { + $this->pitch = $pitch; + } + public function getPitch() + { + return $this->pitch; + } + public function setRoll($roll) + { + $this->roll = $roll; + } + public function getRoll() + { + return $this->roll; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php new file mode 100644 index 000000000..803674674 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php @@ -0,0 +1,171 @@ + + * $streetviewpublishService = new Google_Service_StreetViewPublish(...); + * $photo = $streetviewpublishService->photo; + * + */ +class Google_Service_StreetViewPublish_Resource_Photo extends Google_Service_Resource +{ + /** + * After the client finishes uploading the photo with the returned UploadRef, + * CreatePhoto publishes the uploaded Photo to Street View on Google Maps. + * + * Currently, the only way to set heading, pitch, and roll in CreatePhoto is + * through the [Photo Sphere XMP + * metadata](https://developers.google.com/streetview/spherical-metadata) in the + * photo bytes. CreatePhoto ignores the `pose.heading`, `pose.pitch`, + * `pose.roll`, `pose.altitude`, and `pose.level` fields in Pose. + * + * This method returns the following error codes: + * + * * google.rpc.Code.INVALID_ARGUMENT if the request is malformed or if the + * uploaded photo is not a 360 photo. * google.rpc.Code.NOT_FOUND if the upload + * reference does not exist. * google.rpc.Code.RESOURCE_EXHAUSTED if the account + * has reached the storage limit. (photo.create) + * + * @param Google_Service_StreetViewPublish_Photo $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_StreetViewPublish_Photo + */ + public function create(Google_Service_StreetViewPublish_Photo $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_StreetViewPublish_Photo"); + } + /** + * Deletes a Photo and its metadata. + * + * This method returns the following error codes: + * + * * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the + * requested photo. * google.rpc.Code.NOT_FOUND if the photo ID does not exist. + * (photo.delete) + * + * @param string $photoId Required. ID of the Photo. + * @param array $optParams Optional parameters. + * @return Google_Service_StreetViewPublish_StreetviewpublishEmpty + */ + public function delete($photoId, $optParams = array()) + { + $params = array('photoId' => $photoId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_StreetViewPublish_StreetviewpublishEmpty"); + } + /** + * Gets the metadata of the specified Photo. + * + * This method returns the following error codes: + * + * * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the + * requested Photo. * google.rpc.Code.NOT_FOUND if the requested Photo does not + * exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being + * indexed. (photo.get) + * + * @param string $photoId Required. ID of the Photo. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode The BCP-47 language code, such as "en-US" or + * "sr-Latn". For more information, see + * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If + * language_code is unspecified, the user's language preference for Google + * services is used. + * @opt_param string view Required. Specifies if a download URL for the photo + * bytes should be returned in the Photo response. + * @return Google_Service_StreetViewPublish_Photo + */ + public function get($photoId, $optParams = array()) + { + $params = array('photoId' => $photoId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_StreetViewPublish_Photo"); + } + /** + * Creates an upload session to start uploading photo bytes. The method uses + * the upload URL of the returned UploadRef to upload the bytes for the Photo. + * + * In addition to the photo requirements shown in + * https://support.google.com/maps/answer/7012050?hl=en_topic=6275604, the photo + * must meet the following requirements: + * + * * Photo Sphere XMP metadata must be included in the photo medadata. See + * https://developers.google.com/streetview/spherical-metadata for the required + * fields. * The pixel size of the photo must meet the size requirements listed + * in https://support.google.com/maps/answer/7012050?hl=en_topic=6275604, and + * the photo must be a full 360 horizontally. + * + * After the upload completes, the method uses UploadRef with CreatePhoto to + * create the Photo object entry. (photo.startUpload) + * + * @param Google_Service_StreetViewPublish_StreetviewpublishEmpty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_StreetViewPublish_UploadRef + */ + public function startUpload(Google_Service_StreetViewPublish_StreetviewpublishEmpty $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('startUpload', array($params), "Google_Service_StreetViewPublish_UploadRef"); + } + /** + * Updates the metadata of a Photo, such as pose, place association, + * connections, etc. Changing the pixels of a photo is not supported. + * + * Only the fields specified in the updateMask field are used. If `updateMask` + * is not present, the update applies to all fields. + * + * This method returns the following error codes: + * + * * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the + * requested photo. * google.rpc.Code.INVALID_ARGUMENT if the request is + * malformed. * google.rpc.Code.NOT_FOUND if the requested photo does not exist. + * * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed. + * (photo.update) + * + * @param string $id Required. A unique identifier for a photo. + * @param Google_Service_StreetViewPublish_Photo $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. Mask that identifies fields on the + * photo metadata to update. If not present, the old Photo metadata is entirely + * replaced with the new Photo metadata in this request. The update fails if + * invalid fields are specified. Multiple fields can be specified in a comma- + * delimited list. + * + * The following fields are valid: + * + * * `pose.heading` * `pose.latLngPair` * `pose.pitch` * `pose.roll` * + * `pose.level` * `pose.altitude` * `connections` * `places` + * + * Note: When updateMask contains repeated fields, the entire set of repeated + * values get replaced with the new contents. For example, if updateMask + * contains `connections` and `UpdatePhotoRequest.photo.connections` is empty, + * all connections are removed. + * @return Google_Service_StreetViewPublish_Photo + */ + public function update($id, Google_Service_StreetViewPublish_Photo $postBody, $optParams = array()) + { + $params = array('id' => $id, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_StreetViewPublish_Photo"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php new file mode 100644 index 000000000..8e02232c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php @@ -0,0 +1,139 @@ + + * $streetviewpublishService = new Google_Service_StreetViewPublish(...); + * $photos = $streetviewpublishService->photos; + * + */ +class Google_Service_StreetViewPublish_Resource_Photos extends Google_Service_Resource +{ + /** + * Deletes a list of Photos and their metadata. + * + * Note that if BatchDeletePhotos fails, either critical fields are missing or + * there is an authentication error. Even if BatchDeletePhotos succeeds, + * individual photos in the batch may have failures. These failures are + * specified in each PhotoResponse.status in BatchDeletePhotosResponse.results. + * See DeletePhoto for specific failures that can occur per photo. + * (photos.batchDelete) + * + * @param Google_Service_StreetViewPublish_BatchDeletePhotosRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_StreetViewPublish_BatchDeletePhotosResponse + */ + public function batchDelete(Google_Service_StreetViewPublish_BatchDeletePhotosRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchDelete', array($params), "Google_Service_StreetViewPublish_BatchDeletePhotosResponse"); + } + /** + * Gets the metadata of the specified Photo batch. + * + * Note that if BatchGetPhotos fails, either critical fields are missing or + * there is an authentication error. Even if BatchGetPhotos succeeds, individual + * photos in the batch may have failures. These failures are specified in each + * PhotoResponse.status in BatchGetPhotosResponse.results. See GetPhoto for + * specific failures that can occur per photo. (photos.batchGet) + * + * @param array $optParams Optional parameters. + * + * @opt_param string view Required. Specifies if a download URL for the photo + * bytes should be returned in the Photo response. + * @opt_param string languageCode The BCP-47 language code, such as "en-US" or + * "sr-Latn". For more information, see + * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If + * language_code is unspecified, the user's language preference for Google + * services is used. + * @opt_param string photoIds Required. IDs of the Photos. For HTTP GET + * requests, the URL query parameter should be `photoIds==&...`. + * @return Google_Service_StreetViewPublish_BatchGetPhotosResponse + */ + public function batchGet($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('batchGet', array($params), "Google_Service_StreetViewPublish_BatchGetPhotosResponse"); + } + /** + * Updates the metadata of Photos, such as pose, place association, connections, + * etc. Changing the pixels of photos is not supported. + * + * Note that if BatchUpdatePhotos fails, either critical fields are missing or + * there is an authentication error. Even if BatchUpdatePhotos succeeds, + * individual photos in the batch may have failures. These failures are + * specified in each PhotoResponse.status in BatchUpdatePhotosResponse.results. + * See UpdatePhoto for specific failures that can occur per photo. + * + * Only the fields specified in updateMask field are used. If `updateMask` is + * not present, the update applies to all fields. + * + * The number of UpdatePhotoRequest messages in a BatchUpdatePhotosRequest must + * not exceed 20. + * + * Note: To update Pose.altitude, Pose.latLngPair has to be filled as well. + * Otherwise, the request will fail. (photos.batchUpdate) + * + * @param Google_Service_StreetViewPublish_BatchUpdatePhotosRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_StreetViewPublish_BatchUpdatePhotosResponse + */ + public function batchUpdate(Google_Service_StreetViewPublish_BatchUpdatePhotosRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchUpdate', array($params), "Google_Service_StreetViewPublish_BatchUpdatePhotosResponse"); + } + /** + * Lists all the Photos that belong to the user. + * + * Note: Recently created photos that are still being indexed are not returned + * in the response. (photos.listPhotos) + * + * @param array $optParams Optional parameters. + * + * @opt_param string view Required. Specifies if a download URL for the photos + * bytes should be returned in the Photos response. + * @opt_param string filter Required. The filter expression. For example: + * `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. + * + * The only filter supported at the moment is `placeId`. + * @opt_param string languageCode The BCP-47 language code, such as "en-US" or + * "sr-Latn". For more information, see + * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If + * language_code is unspecified, the user's language preference for Google + * services is used. + * @opt_param string pageToken The nextPageToken value returned from a previous + * ListPhotos request, if any. + * @opt_param int pageSize The maximum number of photos to return. `pageSize` + * must be non-negative. If `pageSize` is zero or is not provided, the default + * page size of 100 is used. The number of photos returned in the response may + * be less than `pageSize` if the number of photos that belong to the user is + * less than `pageSize`. + * @return Google_Service_StreetViewPublish_ListPhotosResponse + */ + public function listPhotos($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_StreetViewPublish_ListPhotosResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Status.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Status.php new file mode 100644 index 000000000..e72f6423b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/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/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/StreetviewpublishEmpty.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/StreetviewpublishEmpty.php new file mode 100644 index 000000000..d23a76a96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/StreetviewpublishEmpty.php @@ -0,0 +1,20 @@ +photo = $photo; + } + /** + * @return Google_Service_StreetViewPublish_Photo + */ + public function getPhoto() + { + return $this->photo; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UploadRef.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UploadRef.php new file mode 100644 index 000000000..bf546b26b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/UploadRef.php @@ -0,0 +1,30 @@ +uploadUrl = $uploadUrl; + } + public function getUploadUrl() + { + return $this->uploadUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys.php b/vendor/google/apiclient-services/src/Google/Service/Surveys.php new file mode 100644 index 000000000..283bfa187 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys.php @@ -0,0 +1,164 @@ + + * Creates and conducts surveys, lists the surveys that an authenticated user + * owns, and retrieves survey results and information about specified surveys. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Surveys extends Google_Service +{ + /** View and manage your surveys and results. */ + const SURVEYS = + "https://www.googleapis.com/auth/surveys"; + /** View your surveys and survey results. */ + const SURVEYS_READONLY = + "https://www.googleapis.com/auth/surveys.readonly"; + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $results; + public $surveys; + + /** + * Constructs the internal representation of the Surveys 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 = 'surveys/v2/'; + $this->batchPath = 'batch/surveys/v2'; + $this->version = 'v2'; + $this->serviceName = 'surveys'; + + $this->results = new Google_Service_Surveys_Resource_Results( + $this, + $this->serviceName, + 'results', + array( + 'methods' => array( + 'get' => array( + 'path' => 'surveys/{surveyUrlId}/results', + 'httpMethod' => 'GET', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->surveys = new Google_Service_Surveys_Resource_Surveys( + $this, + $this->serviceName, + 'surveys', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'surveys/{surveyUrlId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'surveys/{surveyUrlId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'surveys', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'surveys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'start' => array( + 'path' => 'surveys/{resourceId}/start', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stop' => array( + 'path' => 'surveys/{resourceId}/stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'surveys/{surveyUrlId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'surveyUrlId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/FieldMask.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/FieldMask.php new file mode 100644 index 000000000..95a45f5fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/FieldMask.php @@ -0,0 +1,47 @@ +fields = $fields; + } + /** + * @return Google_Service_Surveys_FieldMask + */ + public function getFields() + { + return $this->fields; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.php new file mode 100644 index 000000000..94c715764 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.php @@ -0,0 +1,48 @@ +resultPerPage = $resultPerPage; + } + public function getResultPerPage() + { + return $this->resultPerPage; + } + public function setStartIndex($startIndex) + { + $this->startIndex = $startIndex; + } + public function getStartIndex() + { + return $this->startIndex; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Results.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Results.php new file mode 100644 index 000000000..fc198f498 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Results.php @@ -0,0 +1,43 @@ + + * $surveysService = new Google_Service_Surveys(...); + * $results = $surveysService->results; + * + */ +class Google_Service_Surveys_Resource_Results extends Google_Service_Resource +{ + /** + * Retrieves any survey results that have been produced so far. Results are + * formatted as an Excel file. You must add "?alt=media" to the URL as an + * argument to get results. (results.get) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_SurveyResults + */ + public function get($surveyUrlId, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Surveys_SurveyResults"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Surveys.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Surveys.php new file mode 100644 index 000000000..0581cd27b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/Resource/Surveys.php @@ -0,0 +1,125 @@ + + * $surveysService = new Google_Service_Surveys(...); + * $surveys = $surveysService->surveys; + * + */ +class Google_Service_Surveys_Resource_Surveys extends Google_Service_Resource +{ + /** + * Removes a survey from view in all user GET requests. (surveys.delete) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_SurveysDeleteResponse + */ + public function delete($surveyUrlId, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Surveys_SurveysDeleteResponse"); + } + /** + * Retrieves information about the specified survey. (surveys.get) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_Survey + */ + public function get($surveyUrlId, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Surveys_Survey"); + } + /** + * Creates a survey. (surveys.insert) + * + * @param Google_Service_Surveys_Survey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_Survey + */ + public function insert(Google_Service_Surveys_Survey $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Surveys_Survey"); + } + /** + * Lists the surveys owned by the authenticated user. (surveys.listSurveys) + * + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults + * @opt_param string startIndex + * @opt_param string token + * @return Google_Service_Surveys_SurveysListResponse + */ + public function listSurveys($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Surveys_SurveysListResponse"); + } + /** + * Begins running a survey. (surveys.start) + * + * @param string $resourceId + * @param Google_Service_Surveys_SurveysStartRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_SurveysStartResponse + */ + public function start($resourceId, Google_Service_Surveys_SurveysStartRequest $postBody, $optParams = array()) + { + $params = array('resourceId' => $resourceId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_Surveys_SurveysStartResponse"); + } + /** + * Stops a running survey. (surveys.stop) + * + * @param string $resourceId + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_SurveysStopResponse + */ + public function stop($resourceId, $optParams = array()) + { + $params = array('resourceId' => $resourceId); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_Surveys_SurveysStopResponse"); + } + /** + * Updates a survey. Currently the only property that can be updated is the + * owners property. (surveys.update) + * + * @param string $surveyUrlId External URL ID for the survey. + * @param Google_Service_Surveys_Survey $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Surveys_Survey + */ + public function update($surveyUrlId, Google_Service_Surveys_Survey $postBody, $optParams = array()) + { + $params = array('surveyUrlId' => $surveyUrlId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Surveys_Survey"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsGetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsGetRequest.php new file mode 100644 index 000000000..c31b4b242 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsGetRequest.php @@ -0,0 +1,37 @@ +resultMask = $resultMask; + } + /** + * @return Google_Service_Surveys_ResultsMask + */ + public function getResultMask() + { + return $this->resultMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsMask.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsMask.php new file mode 100644 index 000000000..03621b9b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsMask.php @@ -0,0 +1,47 @@ +fields = $fields; + } + /** + * @return Google_Service_Surveys_FieldMask + */ + public function getFields() + { + return $this->fields; + } + public function setProjection($projection) + { + $this->projection = $projection; + } + public function getProjection() + { + return $this->projection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php new file mode 100644 index 000000000..2a341b8df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php @@ -0,0 +1,149 @@ +audience = $audience; + } + /** + * @return Google_Service_Surveys_SurveyAudience + */ + public function getAudience() + { + return $this->audience; + } + /** + * @param Google_Service_Surveys_SurveyCost + */ + public function setCost(Google_Service_Surveys_SurveyCost $cost) + { + $this->cost = $cost; + } + /** + * @return Google_Service_Surveys_SurveyCost + */ + public function getCost() + { + return $this->cost; + } + public function setCustomerData($customerData) + { + $this->customerData = $customerData; + } + public function getCustomerData() + { + return $this->customerData; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setOwners($owners) + { + $this->owners = $owners; + } + public function getOwners() + { + return $this->owners; + } + /** + * @param Google_Service_Surveys_SurveyQuestion + */ + public function setQuestions($questions) + { + $this->questions = $questions; + } + /** + * @return Google_Service_Surveys_SurveyQuestion + */ + public function getQuestions() + { + return $this->questions; + } + /** + * @param Google_Service_Surveys_SurveyRejection + */ + public function setRejectionReason(Google_Service_Surveys_SurveyRejection $rejectionReason) + { + $this->rejectionReason = $rejectionReason; + } + /** + * @return Google_Service_Surveys_SurveyRejection + */ + public function getRejectionReason() + { + return $this->rejectionReason; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSurveyUrlId($surveyUrlId) + { + $this->surveyUrlId = $surveyUrlId; + } + public function getSurveyUrlId() + { + return $this->surveyUrlId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setWantedResponseCount($wantedResponseCount) + { + $this->wantedResponseCount = $wantedResponseCount; + } + public function getWantedResponseCount() + { + return $this->wantedResponseCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php new file mode 100644 index 000000000..ec96ab75b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php @@ -0,0 +1,76 @@ +ages = $ages; + } + public function getAges() + { + return $this->ages; + } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCountrySubdivision($countrySubdivision) + { + $this->countrySubdivision = $countrySubdivision; + } + public function getCountrySubdivision() + { + return $this->countrySubdivision; + } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setPopulationSource($populationSource) + { + $this->populationSource = $populationSource; + } + public function getPopulationSource() + { + return $this->populationSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyCost.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyCost.php new file mode 100644 index 000000000..425fd901c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyCost.php @@ -0,0 +1,57 @@ +costPerResponseNanos = $costPerResponseNanos; + } + public function getCostPerResponseNanos() + { + return $this->costPerResponseNanos; + } + public function setCurrencyCode($currencyCode) + { + $this->currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setMaxCostPerResponseNanos($maxCostPerResponseNanos) + { + $this->maxCostPerResponseNanos = $maxCostPerResponseNanos; + } + public function getMaxCostPerResponseNanos() + { + return $this->maxCostPerResponseNanos; + } + public function setNanos($nanos) + { + $this->nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestion.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestion.php new file mode 100644 index 000000000..d2149e352 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestion.php @@ -0,0 +1,191 @@ +answerOrder = $answerOrder; + } + public function getAnswerOrder() + { + return $this->answerOrder; + } + public function setAnswers($answers) + { + $this->answers = $answers; + } + public function getAnswers() + { + return $this->answers; + } + public function setHasOther($hasOther) + { + $this->hasOther = $hasOther; + } + public function getHasOther() + { + return $this->hasOther; + } + public function setHighValueLabel($highValueLabel) + { + $this->highValueLabel = $highValueLabel; + } + public function getHighValueLabel() + { + return $this->highValueLabel; + } + /** + * @param Google_Service_Surveys_SurveyQuestionImage + */ + public function setImages($images) + { + $this->images = $images; + } + /** + * @return Google_Service_Surveys_SurveyQuestionImage + */ + public function getImages() + { + return $this->images; + } + public function setLastAnswerPositionPinned($lastAnswerPositionPinned) + { + $this->lastAnswerPositionPinned = $lastAnswerPositionPinned; + } + public function getLastAnswerPositionPinned() + { + return $this->lastAnswerPositionPinned; + } + public function setLowValueLabel($lowValueLabel) + { + $this->lowValueLabel = $lowValueLabel; + } + public function getLowValueLabel() + { + return $this->lowValueLabel; + } + public function setMustPickSuggestion($mustPickSuggestion) + { + $this->mustPickSuggestion = $mustPickSuggestion; + } + public function getMustPickSuggestion() + { + return $this->mustPickSuggestion; + } + public function setNumStars($numStars) + { + $this->numStars = $numStars; + } + public function getNumStars() + { + return $this->numStars; + } + public function setOpenTextPlaceholder($openTextPlaceholder) + { + $this->openTextPlaceholder = $openTextPlaceholder; + } + public function getOpenTextPlaceholder() + { + return $this->openTextPlaceholder; + } + public function setOpenTextSuggestions($openTextSuggestions) + { + $this->openTextSuggestions = $openTextSuggestions; + } + public function getOpenTextSuggestions() + { + return $this->openTextSuggestions; + } + public function setQuestion($question) + { + $this->question = $question; + } + public function getQuestion() + { + return $this->question; + } + public function setSentimentText($sentimentText) + { + $this->sentimentText = $sentimentText; + } + public function getSentimentText() + { + return $this->sentimentText; + } + public function setSingleLineResponse($singleLineResponse) + { + $this->singleLineResponse = $singleLineResponse; + } + public function getSingleLineResponse() + { + return $this->singleLineResponse; + } + public function setThresholdAnswers($thresholdAnswers) + { + $this->thresholdAnswers = $thresholdAnswers; + } + public function getThresholdAnswers() + { + return $this->thresholdAnswers; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUnitOfMeasurementLabel($unitOfMeasurementLabel) + { + $this->unitOfMeasurementLabel = $unitOfMeasurementLabel; + } + public function getUnitOfMeasurementLabel() + { + return $this->unitOfMeasurementLabel; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php new file mode 100644 index 000000000..ef329bfbf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php @@ -0,0 +1,48 @@ +altText = $altText; + } + public function getAltText() + { + return $this->altText; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyRejection.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyRejection.php new file mode 100644 index 000000000..740be3856 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyRejection.php @@ -0,0 +1,39 @@ +explanation = $explanation; + } + public function getExplanation() + { + return $this->explanation; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyResults.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyResults.php new file mode 100644 index 000000000..82abceedf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyResults.php @@ -0,0 +1,39 @@ +status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setSurveyUrlId($surveyUrlId) + { + $this->surveyUrlId = $surveyUrlId; + } + public function getSurveyUrlId() + { + return $this->surveyUrlId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysDeleteResponse.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysDeleteResponse.php new file mode 100644 index 000000000..29b4b63f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysDeleteResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysListResponse.php new file mode 100644 index 000000000..93b813bb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysListResponse.php @@ -0,0 +1,79 @@ +pageInfo = $pageInfo; + } + /** + * @return Google_Service_Surveys_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } + /** + * @param Google_Service_Surveys_Survey + */ + public function setResources($resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_Surveys_Survey + */ + public function getResources() + { + return $this->resources; + } + /** + * @param Google_Service_Surveys_TokenPagination + */ + public function setTokenPagination(Google_Service_Surveys_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_Surveys_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartRequest.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartRequest.php new file mode 100644 index 000000000..8a6ba0222 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartRequest.php @@ -0,0 +1,30 @@ +maxCostPerResponseNanos = $maxCostPerResponseNanos; + } + public function getMaxCostPerResponseNanos() + { + return $this->maxCostPerResponseNanos; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartResponse.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartResponse.php new file mode 100644 index 000000000..fb568f7d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php new file mode 100644 index 000000000..bb7f23c58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php new file mode 100644 index 000000000..634275af3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php @@ -0,0 +1,39 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setPreviousPageToken($previousPageToken) + { + $this->previousPageToken = $previousPageToken; + } + public function getPreviousPageToken() + { + return $this->previousPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU.php b/vendor/google/apiclient-services/src/Google/Service/TPU.php new file mode 100644 index 000000000..fcb23a645 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU.php @@ -0,0 +1,347 @@ + + * TPU API provides customers with access to Google TPU technology. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_TPU extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations; + public $projects_locations_acceleratorTypes; + public $projects_locations_nodes; + public $projects_locations_operations; + public $projects_locations_tensorflowVersions; + + /** + * Constructs the internal representation of the TPU 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://tpu.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'tpu'; + + $this->projects_locations = new Google_Service_TPU_Resource_ProjectsLocations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/locations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_acceleratorTypes = new Google_Service_TPU_Resource_ProjectsLocationsAcceleratorTypes( + $this, + $this->serviceName, + 'acceleratorTypes', + 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}/acceleratorTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_nodes = new Google_Service_TPU_Resource_ProjectsLocationsNodes( + $this, + $this->serviceName, + 'nodes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/nodes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'nodeId' => 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}/nodes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'reimage' => array( + 'path' => 'v1/{+name}:reimage', + '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, + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_TPU_Resource_ProjectsLocationsOperations( + $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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_tensorflowVersions = new Google_Service_TPU_Resource_ProjectsLocationsTensorflowVersions( + $this, + $this->serviceName, + 'tensorflowVersions', + 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}/tensorflowVersions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/AcceleratorType.php b/vendor/google/apiclient-services/src/Google/Service/TPU/AcceleratorType.php new file mode 100644 index 000000000..4c73cf216 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/AcceleratorType.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php new file mode 100644 index 000000000..6bf18a2af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php @@ -0,0 +1,56 @@ +acceleratorTypes = $acceleratorTypes; + } + /** + * @return Google_Service_TPU_AcceleratorType + */ + public function getAcceleratorTypes() + { + return $this->acceleratorTypes; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListLocationsResponse.php new file mode 100644 index 000000000..56756625e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListLocationsResponse.php @@ -0,0 +1,47 @@ +locations = $locations; + } + /** + * @return Google_Service_TPU_Location + */ + public function getLocations() + { + return $this->locations; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListNodesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListNodesResponse.php new file mode 100644 index 000000000..9a829bdb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListNodesResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TPU_Node + */ + public function setNodes($nodes) + { + $this->nodes = $nodes; + } + /** + * @return Google_Service_TPU_Node + */ + public function getNodes() + { + return $this->nodes; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListOperationsResponse.php new file mode 100644 index 000000000..17bc6089f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TPU_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_TPU_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php new file mode 100644 index 000000000..02e8145f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TPU_TensorFlowVersion + */ + public function setTensorflowVersions($tensorflowVersions) + { + $this->tensorflowVersions = $tensorflowVersions; + } + /** + * @return Google_Service_TPU_TensorFlowVersion + */ + public function getTensorflowVersions() + { + return $this->tensorflowVersions; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Location.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Location.php new file mode 100644 index 000000000..e10be4b18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Location.php @@ -0,0 +1,66 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } + 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; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/NetworkEndpoint.php b/vendor/google/apiclient-services/src/Google/Service/TPU/NetworkEndpoint.php new file mode 100644 index 000000000..2a905426e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/NetworkEndpoint.php @@ -0,0 +1,39 @@ +ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Node.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Node.php new file mode 100644 index 000000000..748181312 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Node.php @@ -0,0 +1,180 @@ +acceleratorType = $acceleratorType; + } + public function getAcceleratorType() + { + return $this->acceleratorType; + } + public function setCidrBlock($cidrBlock) + { + $this->cidrBlock = $cidrBlock; + } + public function getCidrBlock() + { + return $this->cidrBlock; + } + 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 setHealth($health) + { + $this->health = $health; + } + public function getHealth() + { + return $this->health; + } + public function setHealthDescription($healthDescription) + { + $this->healthDescription = $healthDescription; + } + public function getHealthDescription() + { + return $this->healthDescription; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + /** + * @param Google_Service_TPU_NetworkEndpoint + */ + public function setNetworkEndpoints($networkEndpoints) + { + $this->networkEndpoints = $networkEndpoints; + } + /** + * @return Google_Service_TPU_NetworkEndpoint + */ + public function getNetworkEndpoints() + { + return $this->networkEndpoints; + } + public function setPort($port) + { + $this->port = $port; + } + public function getPort() + { + return $this->port; + } + /** + * @param Google_Service_TPU_SchedulingConfig + */ + public function setSchedulingConfig(Google_Service_TPU_SchedulingConfig $schedulingConfig) + { + $this->schedulingConfig = $schedulingConfig; + } + /** + * @return Google_Service_TPU_SchedulingConfig + */ + public function getSchedulingConfig() + { + return $this->schedulingConfig; + } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTensorflowVersion($tensorflowVersion) + { + $this->tensorflowVersion = $tensorflowVersion; + } + public function getTensorflowVersion() + { + return $this->tensorflowVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Operation.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Operation.php new file mode 100644 index 000000000..56e777cbd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_TPU_Status + */ + public function setError(Google_Service_TPU_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_TPU_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/vendor/google/apiclient-services/src/Google/Service/TPU/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/TPU/OperationMetadata.php new file mode 100644 index 000000000..521b86e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/OperationMetadata.php @@ -0,0 +1,84 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setCancelRequested($cancelRequested) + { + $this->cancelRequested = $cancelRequested; + } + public function getCancelRequested() + { + return $this->cancelRequested; + } + 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 setStatusDetail($statusDetail) + { + $this->statusDetail = $statusDetail; + } + public function getStatusDetail() + { + return $this->statusDetail; + } + 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/vendor/google/apiclient-services/src/Google/Service/TPU/ReimageNodeRequest.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ReimageNodeRequest.php new file mode 100644 index 000000000..d3ef2cce1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ReimageNodeRequest.php @@ -0,0 +1,30 @@ +tensorflowVersion = $tensorflowVersion; + } + public function getTensorflowVersion() + { + return $this->tensorflowVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/Projects.php new file mode 100644 index 000000000..63eb71a86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $tpuService = new Google_Service_TPU(...); + * $projects = $tpuService->projects; + * + */ +class Google_Service_TPU_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php new file mode 100644 index 000000000..e040486e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php @@ -0,0 +1,60 @@ + + * $tpuService = new Google_Service_TPU(...); + * $locations = $tpuService->locations; + * + */ +class Google_Service_TPU_Resource_ProjectsLocations 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_TPU_Location + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TPU_Location"); + } + /** + * Lists information about the supported locations for this service. + * (locations.listProjectsLocations) + * + * @param string $name The resource that owns the locations collection, if + * applicable. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_TPU_ListLocationsResponse + */ + public function listProjectsLocations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TPU_ListLocationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsAcceleratorTypes.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsAcceleratorTypes.php new file mode 100644 index 000000000..d875d7e72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsAcceleratorTypes.php @@ -0,0 +1,61 @@ + + * $tpuService = new Google_Service_TPU(...); + * $acceleratorTypes = $tpuService->acceleratorTypes; + * + */ +class Google_Service_TPU_Resource_ProjectsLocationsAcceleratorTypes extends Google_Service_Resource +{ + /** + * Gets AcceleratorType. (acceleratorTypes.get) + * + * @param string $name The resource name. + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_AcceleratorType + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TPU_AcceleratorType"); + } + /** + * Lists accelerator types supported by this API. + * (acceleratorTypes.listProjectsLocationsAcceleratorTypes) + * + * @param string $parent The parent resource name. + * @param array $optParams Optional parameters. + * + * @opt_param string filter List filter. + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param string orderBy Sort results. + * @opt_param int pageSize The maximum number of items to return. + * @return Google_Service_TPU_ListAcceleratorTypesResponse + */ + public function listProjectsLocationsAcceleratorTypes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TPU_ListAcceleratorTypesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsNodes.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsNodes.php new file mode 100644 index 000000000..2b1663726 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsNodes.php @@ -0,0 +1,129 @@ + + * $tpuService = new Google_Service_TPU(...); + * $nodes = $tpuService->nodes; + * + */ +class Google_Service_TPU_Resource_ProjectsLocationsNodes extends Google_Service_Resource +{ + /** + * Creates a node. (nodes.create) + * + * @param string $parent The parent resource name. + * @param Google_Service_TPU_Node $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string nodeId The unqualified resource name. + * @return Google_Service_TPU_Operation + */ + public function create($parent, Google_Service_TPU_Node $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TPU_Operation"); + } + /** + * Deletes a node. (nodes.delete) + * + * @param string $name The resource name. + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_TPU_Operation"); + } + /** + * Gets the details of a node. (nodes.get) + * + * @param string $name The resource name. + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_Node + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TPU_Node"); + } + /** + * Lists nodes. (nodes.listProjectsLocationsNodes) + * + * @param string $parent The parent resource name. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param int pageSize The maximum number of items to return. + * @return Google_Service_TPU_ListNodesResponse + */ + public function listProjectsLocationsNodes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TPU_ListNodesResponse"); + } + /** + * Reimages a node's OS. (nodes.reimage) + * + * @param string $name The resource name. + * @param Google_Service_TPU_ReimageNodeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_Operation + */ + public function reimage($name, Google_Service_TPU_ReimageNodeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reimage', array($params), "Google_Service_TPU_Operation"); + } + /** + * Starts a node. (nodes.start) + * + * @param string $name The resource name. + * @param Google_Service_TPU_StartNodeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_Operation + */ + public function start($name, Google_Service_TPU_StartNodeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_TPU_Operation"); + } + /** + * Stops a node. (nodes.stop) + * + * @param string $name The resource name. + * @param Google_Service_TPU_StopNodeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_Operation + */ + public function stop($name, Google_Service_TPU_StopNodeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_TPU_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..3dfba882e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,107 @@ + + * $tpuService = new Google_Service_TPU(...); + * $operations = $tpuService->operations; + * + */ +class Google_Service_TPU_Resource_ProjectsLocationsOperations 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 array $optParams Optional parameters. + * @return Google_Service_TPU_TpuEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_TPU_TpuEmpty"); + } + /** + * 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_TPU_TpuEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_TPU_TpuEmpty"); + } + /** + * 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_TPU_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TPU_Operation"); + } + /** + * 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.listProjectsLocationsOperations) + * + * @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 string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_TPU_ListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TPU_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php new file mode 100644 index 000000000..12ad2b12a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php @@ -0,0 +1,61 @@ + + * $tpuService = new Google_Service_TPU(...); + * $tensorflowVersions = $tpuService->tensorflowVersions; + * + */ +class Google_Service_TPU_Resource_ProjectsLocationsTensorflowVersions extends Google_Service_Resource +{ + /** + * Gets TensorFlow Version. (tensorflowVersions.get) + * + * @param string $name The resource name. + * @param array $optParams Optional parameters. + * @return Google_Service_TPU_TensorFlowVersion + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TPU_TensorFlowVersion"); + } + /** + * List TensorFlow versions supported by this API. + * (tensorflowVersions.listProjectsLocationsTensorflowVersions) + * + * @param string $parent The parent resource name. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. + * @opt_param string orderBy Sort results. + * @opt_param int pageSize The maximum number of items to return. + * @opt_param string filter List filter. + * @return Google_Service_TPU_ListTensorFlowVersionsResponse + */ + public function listProjectsLocationsTensorflowVersions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TPU_ListTensorFlowVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/SchedulingConfig.php b/vendor/google/apiclient-services/src/Google/Service/TPU/SchedulingConfig.php new file mode 100644 index 000000000..c0f59a0d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/SchedulingConfig.php @@ -0,0 +1,39 @@ +preemptible = $preemptible; + } + public function getPreemptible() + { + return $this->preemptible; + } + public function setReserved($reserved) + { + $this->reserved = $reserved; + } + public function getReserved() + { + return $this->reserved; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/StartNodeRequest.php b/vendor/google/apiclient-services/src/Google/Service/TPU/StartNodeRequest.php new file mode 100644 index 000000000..1138f0df3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/StartNodeRequest.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/vendor/google/apiclient-services/src/Google/Service/TPU/StopNodeRequest.php b/vendor/google/apiclient-services/src/Google/Service/TPU/StopNodeRequest.php new file mode 100644 index 000000000..526a5f98c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/StopNodeRequest.php @@ -0,0 +1,20 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/TpuEmpty.php b/vendor/google/apiclient-services/src/Google/Service/TPU/TpuEmpty.php new file mode 100644 index 000000000..fe2187a1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/TpuEmpty.php @@ -0,0 +1,20 @@ + + * This API allows clients to access and modify container and tag + * configuration. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_TagManager extends Google_Service +{ + /** Delete your Google Tag Manager containers. */ + const TAGMANAGER_DELETE_CONTAINERS = + "https://www.googleapis.com/auth/tagmanager.delete.containers"; + /** Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing. */ + const TAGMANAGER_EDIT_CONTAINERS = + "https://www.googleapis.com/auth/tagmanager.edit.containers"; + /** Manage your Google Tag Manager container versions. */ + const TAGMANAGER_EDIT_CONTAINERVERSIONS = + "https://www.googleapis.com/auth/tagmanager.edit.containerversions"; + /** View and manage your Google Tag Manager accounts. */ + const TAGMANAGER_MANAGE_ACCOUNTS = + "https://www.googleapis.com/auth/tagmanager.manage.accounts"; + /** Manage user permissions of your Google Tag Manager account and container. */ + const TAGMANAGER_MANAGE_USERS = + "https://www.googleapis.com/auth/tagmanager.manage.users"; + /** Publish your Google Tag Manager container versions. */ + const TAGMANAGER_PUBLISH = + "https://www.googleapis.com/auth/tagmanager.publish"; + /** View your Google Tag Manager container and its subcomponents. */ + const TAGMANAGER_READONLY = + "https://www.googleapis.com/auth/tagmanager.readonly"; + + public $accounts; + public $accounts_containers; + public $accounts_containers_environments; + public $accounts_containers_version_headers; + public $accounts_containers_versions; + public $accounts_containers_workspaces; + public $accounts_containers_workspaces_built_in_variables; + public $accounts_containers_workspaces_folders; + public $accounts_containers_workspaces_tags; + public $accounts_containers_workspaces_templates; + public $accounts_containers_workspaces_triggers; + public $accounts_containers_workspaces_variables; + public $accounts_containers_workspaces_zones; + public $accounts_user_permissions; + + /** + * Constructs the internal representation of the TagManager 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 = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'tagmanager'; + + $this->accounts = new Google_Service_TagManager_Resource_Accounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers = new Google_Service_TagManager_Resource_AccountsContainers( + $this, + $this->serviceName, + 'containers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/containers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/containers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_environments = new Google_Service_TagManager_Resource_AccountsContainersEnvironments( + $this, + $this->serviceName, + 'environments', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/environments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/environments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reauthorize' => array( + 'path' => 'tagmanager/v2/{+path}:reauthorize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_version_headers = new Google_Service_TagManager_Resource_AccountsContainersVersionHeaders( + $this, + $this->serviceName, + 'version_headers', + array( + 'methods' => array( + 'latest' => array( + 'path' => 'tagmanager/v2/{+parent}/version_headers:latest', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/version_headers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_versions = new Google_Service_TagManager_Resource_AccountsContainersVersions( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'live' => array( + 'path' => 'tagmanager/v2/{+parent}/versions:live', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'publish' => array( + 'path' => 'tagmanager/v2/{+path}:publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'set_latest' => array( + 'path' => 'tagmanager/v2/{+path}:set_latest', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'tagmanager/v2/{+path}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces = new Google_Service_TagManager_Resource_AccountsContainersWorkspaces( + $this, + $this->serviceName, + 'workspaces', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/workspaces', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create_version' => array( + 'path' => 'tagmanager/v2/{+path}:create_version', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getStatus' => array( + 'path' => 'tagmanager/v2/{+path}/status', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/workspaces', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'quick_preview' => array( + 'path' => 'tagmanager/v2/{+path}:quick_preview', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resolve_conflict' => array( + 'path' => 'tagmanager/v2/{+path}:resolve_conflict', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sync' => array( + 'path' => 'tagmanager/v2/{+path}:sync', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_built_in_variables = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesBuiltInVariables( + $this, + $this->serviceName, + 'built_in_variables', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/built_in_variables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/built_in_variables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}/built_in_variables:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_folders = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesFolders( + $this, + $this->serviceName, + 'folders', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/folders', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'entities' => array( + 'path' => 'tagmanager/v2/{+path}:entities', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/folders', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'move_entities_to_folder' => array( + 'path' => 'tagmanager/v2/{+path}:move_entities_to_folder', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'variableId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'tagId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_tags = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTags( + $this, + $this->serviceName, + 'tags', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/tags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/tags', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_templates = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTemplates( + $this, + $this->serviceName, + 'templates', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/templates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/templates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_triggers = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTriggers( + $this, + $this->serviceName, + 'triggers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/triggers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/triggers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_variables = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesVariables( + $this, + $this->serviceName, + 'variables', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/variables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/variables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_zones = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesZones( + $this, + $this->serviceName, + 'zones', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/zones', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/zones', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => 'tagmanager/v2/{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_user_permissions = new Google_Service_TagManager_Resource_AccountsUserPermissions( + $this, + $this->serviceName, + 'user_permissions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'tagmanager/v2/{+parent}/user_permissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'tagmanager/v2/{+parent}/user_permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'tagmanager/v2/{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Account.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Account.php new file mode 100644 index 000000000..2d76746cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Account.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setShareData($shareData) + { + $this->shareData = $shareData; + } + public function getShareData() + { + return $this->shareData; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.php new file mode 100644 index 000000000..1f29b9b2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.php @@ -0,0 +1,30 @@ +permission = $permission; + } + public function getPermission() + { + return $this->permission; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/BuiltInVariable.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/BuiltInVariable.php new file mode 100644 index 000000000..98008c3fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/BuiltInVariable.php @@ -0,0 +1,75 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Condition.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Condition.php new file mode 100644 index 000000000..9b84bdd7a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Condition.php @@ -0,0 +1,47 @@ +parameter = $parameter; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getParameter() + { + return $this->parameter; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php new file mode 100644 index 000000000..f19797a1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php @@ -0,0 +1,112 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setDomainName($domainName) + { + $this->domainName = $domainName; + } + public function getDomainName() + { + return $this->domainName; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPublicId($publicId) + { + $this->publicId = $publicId; + } + public function getPublicId() + { + return $this->publicId; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + public function setUsageContext($usageContext) + { + $this->usageContext = $usageContext; + } + public function getUsageContext() + { + return $this->usageContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.php new file mode 100644 index 000000000..bafae8eb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.php @@ -0,0 +1,39 @@ +containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setPermission($permission) + { + $this->permission = $permission; + } + public function getPermission() + { + return $this->permission; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersion.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersion.php new file mode 100644 index 000000000..65bea3670 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersion.php @@ -0,0 +1,231 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_TagManager_BuiltInVariable + */ + public function setBuiltInVariable($builtInVariable) + { + $this->builtInVariable = $builtInVariable; + } + /** + * @return Google_Service_TagManager_BuiltInVariable + */ + public function getBuiltInVariable() + { + return $this->builtInVariable; + } + /** + * @param Google_Service_TagManager_Container + */ + public function setContainer(Google_Service_TagManager_Container $container) + { + $this->container = $container; + } + /** + * @return Google_Service_TagManager_Container + */ + public function getContainer() + { + return $this->container; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setContainerVersionId($containerVersionId) + { + $this->containerVersionId = $containerVersionId; + } + public function getContainerVersionId() + { + return $this->containerVersionId; + } + /** + * @param Google_Service_TagManager_CustomTemplate + */ + public function setCustomTemplate($customTemplate) + { + $this->customTemplate = $customTemplate; + } + /** + * @return Google_Service_TagManager_CustomTemplate + */ + public function getCustomTemplate() + { + return $this->customTemplate; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_TagManager_Folder + */ + public function setFolder($folder) + { + $this->folder = $folder; + } + /** + * @return Google_Service_TagManager_Folder + */ + public function getFolder() + { + return $this->folder; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + /** + * @param Google_Service_TagManager_Tag + */ + public function setTag($tag) + { + $this->tag = $tag; + } + /** + * @return Google_Service_TagManager_Tag + */ + public function getTag() + { + return $this->tag; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + /** + * @param Google_Service_TagManager_Trigger + */ + public function setTrigger($trigger) + { + $this->trigger = $trigger; + } + /** + * @return Google_Service_TagManager_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } + /** + * @param Google_Service_TagManager_Variable + */ + public function setVariable($variable) + { + $this->variable = $variable; + } + /** + * @return Google_Service_TagManager_Variable + */ + public function getVariable() + { + return $this->variable; + } + /** + * @param Google_Service_TagManager_Zone + */ + public function setZone($zone) + { + $this->zone = $zone; + } + /** + * @return Google_Service_TagManager_Zone + */ + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.php new file mode 100644 index 000000000..c02d6e081 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.php @@ -0,0 +1,138 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setContainerVersionId($containerVersionId) + { + $this->containerVersionId = $containerVersionId; + } + public function getContainerVersionId() + { + return $this->containerVersionId; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNumCustomTemplates($numCustomTemplates) + { + $this->numCustomTemplates = $numCustomTemplates; + } + public function getNumCustomTemplates() + { + return $this->numCustomTemplates; + } + public function setNumMacros($numMacros) + { + $this->numMacros = $numMacros; + } + public function getNumMacros() + { + return $this->numMacros; + } + public function setNumRules($numRules) + { + $this->numRules = $numRules; + } + public function getNumRules() + { + return $this->numRules; + } + public function setNumTags($numTags) + { + $this->numTags = $numTags; + } + public function getNumTags() + { + return $this->numTags; + } + public function setNumTriggers($numTriggers) + { + $this->numTriggers = $numTriggers; + } + public function getNumTriggers() + { + return $this->numTriggers; + } + public function setNumVariables($numVariables) + { + $this->numVariables = $numVariables; + } + public function getNumVariables() + { + return $this->numVariables; + } + public function setNumZones($numZones) + { + $this->numZones = $numZones; + } + public function getNumZones() + { + return $this->numZones; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateBuiltInVariableResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateBuiltInVariableResponse.php new file mode 100644 index 000000000..ceb4a55d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateBuiltInVariableResponse.php @@ -0,0 +1,38 @@ +builtInVariable = $builtInVariable; + } + /** + * @return Google_Service_TagManager_BuiltInVariable + */ + public function getBuiltInVariable() + { + return $this->builtInVariable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php new file mode 100644 index 000000000..5e0c8911c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php new file mode 100644 index 000000000..8bb286dac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php @@ -0,0 +1,71 @@ +compilerError = $compilerError; + } + public function getCompilerError() + { + return $this->compilerError; + } + /** + * @param Google_Service_TagManager_ContainerVersion + */ + public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion) + { + $this->containerVersion = $containerVersion; + } + /** + * @return Google_Service_TagManager_ContainerVersion + */ + public function getContainerVersion() + { + return $this->containerVersion; + } + public function setNewWorkspacePath($newWorkspacePath) + { + $this->newWorkspacePath = $newWorkspacePath; + } + public function getNewWorkspacePath() + { + return $this->newWorkspacePath; + } + /** + * @param Google_Service_TagManager_SyncStatus + */ + public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) + { + $this->syncStatus = $syncStatus; + } + /** + * @return Google_Service_TagManager_SyncStatus + */ + public function getSyncStatus() + { + return $this->syncStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/CustomTemplate.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/CustomTemplate.php new file mode 100644 index 000000000..0f99a421e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/CustomTemplate.php @@ -0,0 +1,102 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + public function setTemplateData($templateData) + { + $this->templateData = $templateData; + } + public function getTemplateData() + { + return $this->templateData; + } + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + public function getTemplateId() + { + return $this->templateId; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Entity.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Entity.php new file mode 100644 index 000000000..6a103a99d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Entity.php @@ -0,0 +1,94 @@ +changeStatus = $changeStatus; + } + public function getChangeStatus() + { + return $this->changeStatus; + } + /** + * @param Google_Service_TagManager_Folder + */ + public function setFolder(Google_Service_TagManager_Folder $folder) + { + $this->folder = $folder; + } + /** + * @return Google_Service_TagManager_Folder + */ + public function getFolder() + { + return $this->folder; + } + /** + * @param Google_Service_TagManager_Tag + */ + public function setTag(Google_Service_TagManager_Tag $tag) + { + $this->tag = $tag; + } + /** + * @return Google_Service_TagManager_Tag + */ + public function getTag() + { + return $this->tag; + } + /** + * @param Google_Service_TagManager_Trigger + */ + public function setTrigger(Google_Service_TagManager_Trigger $trigger) + { + $this->trigger = $trigger; + } + /** + * @return Google_Service_TagManager_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } + /** + * @param Google_Service_TagManager_Variable + */ + public function setVariable(Google_Service_TagManager_Variable $variable) + { + $this->variable = $variable; + } + /** + * @return Google_Service_TagManager_Variable + */ + public function getVariable() + { + return $this->variable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Environment.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Environment.php new file mode 100644 index 000000000..27bfcc5c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Environment.php @@ -0,0 +1,156 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setAuthorizationCode($authorizationCode) + { + $this->authorizationCode = $authorizationCode; + } + public function getAuthorizationCode() + { + return $this->authorizationCode; + } + public function setAuthorizationTimestamp($authorizationTimestamp) + { + $this->authorizationTimestamp = $authorizationTimestamp; + } + public function getAuthorizationTimestamp() + { + return $this->authorizationTimestamp; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setContainerVersionId($containerVersionId) + { + $this->containerVersionId = $containerVersionId; + } + public function getContainerVersionId() + { + return $this->containerVersionId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableDebug($enableDebug) + { + $this->enableDebug = $enableDebug; + } + public function getEnableDebug() + { + return $this->enableDebug; + } + public function setEnvironmentId($environmentId) + { + $this->environmentId = $environmentId; + } + public function getEnvironmentId() + { + return $this->environmentId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Folder.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Folder.php new file mode 100644 index 000000000..18043ecc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Folder.php @@ -0,0 +1,102 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setFolderId($folderId) + { + $this->folderId = $folderId; + } + public function getFolderId() + { + return $this->folderId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.php new file mode 100644 index 000000000..74d5e7655 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.php @@ -0,0 +1,79 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_Tag + */ + public function setTag($tag) + { + $this->tag = $tag; + } + /** + * @return Google_Service_TagManager_Tag + */ + public function getTag() + { + return $this->tag; + } + /** + * @param Google_Service_TagManager_Trigger + */ + public function setTrigger($trigger) + { + $this->trigger = $trigger; + } + /** + * @return Google_Service_TagManager_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } + /** + * @param Google_Service_TagManager_Variable + */ + public function setVariable($variable) + { + $this->variable = $variable; + } + /** + * @return Google_Service_TagManager_Variable + */ + public function getVariable() + { + return $this->variable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/GetWorkspaceStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/GetWorkspaceStatusResponse.php new file mode 100644 index 000000000..ff71d2bfe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/GetWorkspaceStatusResponse.php @@ -0,0 +1,54 @@ +mergeConflict = $mergeConflict; + } + /** + * @return Google_Service_TagManager_MergeConflict + */ + public function getMergeConflict() + { + return $this->mergeConflict; + } + /** + * @param Google_Service_TagManager_Entity + */ + public function setWorkspaceChange($workspaceChange) + { + $this->workspaceChange = $workspaceChange; + } + /** + * @return Google_Service_TagManager_Entity + */ + public function getWorkspaceChange() + { + return $this->workspaceChange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php new file mode 100644 index 000000000..e2e1dc5dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php @@ -0,0 +1,47 @@ +account = $account; + } + /** + * @return Google_Service_TagManager_Account + */ + public function getAccount() + { + return $this->account; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.php new file mode 100644 index 000000000..8c68168dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.php @@ -0,0 +1,47 @@ +containerVersionHeader = $containerVersionHeader; + } + /** + * @return Google_Service_TagManager_ContainerVersionHeader + */ + public function getContainerVersionHeader() + { + return $this->containerVersionHeader; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.php new file mode 100644 index 000000000..ae0987d09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.php @@ -0,0 +1,47 @@ +container = $container; + } + /** + * @return Google_Service_TagManager_Container + */ + public function getContainer() + { + return $this->container; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnabledBuiltInVariablesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnabledBuiltInVariablesResponse.php new file mode 100644 index 000000000..c451783d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnabledBuiltInVariablesResponse.php @@ -0,0 +1,47 @@ +builtInVariable = $builtInVariable; + } + /** + * @return Google_Service_TagManager_BuiltInVariable + */ + public function getBuiltInVariable() + { + return $this->builtInVariable; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php new file mode 100644 index 000000000..ce6bbe315 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php @@ -0,0 +1,47 @@ +environment = $environment; + } + /** + * @return Google_Service_TagManager_Environment + */ + public function getEnvironment() + { + return $this->environment; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.php new file mode 100644 index 000000000..460c5b1dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.php @@ -0,0 +1,47 @@ +folder = $folder; + } + /** + * @return Google_Service_TagManager_Folder + */ + public function getFolder() + { + return $this->folder; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.php new file mode 100644 index 000000000..a448efd48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_Tag + */ + public function setTag($tag) + { + $this->tag = $tag; + } + /** + * @return Google_Service_TagManager_Tag + */ + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTemplatesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTemplatesResponse.php new file mode 100644 index 000000000..21161fa78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTemplatesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_CustomTemplate + */ + public function setTemplate($template) + { + $this->template = $template; + } + /** + * @return Google_Service_TagManager_CustomTemplate + */ + public function getTemplate() + { + return $this->template; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php new file mode 100644 index 000000000..f84da4379 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_Trigger + */ + public function setTrigger($trigger) + { + $this->trigger = $trigger; + } + /** + * @return Google_Service_TagManager_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListUserPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListUserPermissionsResponse.php new file mode 100644 index 000000000..8043d8122 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListUserPermissionsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_UserPermission + */ + public function setUserPermission($userPermission) + { + $this->userPermission = $userPermission; + } + /** + * @return Google_Service_TagManager_UserPermission + */ + public function getUserPermission() + { + return $this->userPermission; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php new file mode 100644 index 000000000..fe924fe96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_Variable + */ + public function setVariable($variable) + { + $this->variable = $variable; + } + /** + * @return Google_Service_TagManager_Variable + */ + public function getVariable() + { + return $this->variable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListWorkspacesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListWorkspacesResponse.php new file mode 100644 index 000000000..a417e1dd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListWorkspacesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_Workspace + */ + public function setWorkspace($workspace) + { + $this->workspace = $workspace; + } + /** + * @return Google_Service_TagManager_Workspace + */ + public function getWorkspace() + { + return $this->workspace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListZonesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListZonesResponse.php new file mode 100644 index 000000000..c7b56d52d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListZonesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_TagManager_Zone + */ + public function setZone($zone) + { + $this->zone = $zone; + } + /** + * @return Google_Service_TagManager_Zone + */ + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/MergeConflict.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/MergeConflict.php new file mode 100644 index 000000000..e5f0416a8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/MergeConflict.php @@ -0,0 +1,53 @@ +entityInBaseVersion = $entityInBaseVersion; + } + /** + * @return Google_Service_TagManager_Entity + */ + public function getEntityInBaseVersion() + { + return $this->entityInBaseVersion; + } + /** + * @param Google_Service_TagManager_Entity + */ + public function setEntityInWorkspace(Google_Service_TagManager_Entity $entityInWorkspace) + { + $this->entityInWorkspace = $entityInWorkspace; + } + /** + * @return Google_Service_TagManager_Entity + */ + public function getEntityInWorkspace() + { + return $this->entityInWorkspace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php new file mode 100644 index 000000000..4c5828d42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php @@ -0,0 +1,81 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setList($list) + { + $this->list = $list; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getList() + { + return $this->list; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setMap($map) + { + $this->map = $map; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getMap() + { + return $this->map; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php new file mode 100644 index 000000000..3f752b958 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php @@ -0,0 +1,46 @@ +compilerError = $compilerError; + } + public function getCompilerError() + { + return $this->compilerError; + } + /** + * @param Google_Service_TagManager_ContainerVersion + */ + public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion) + { + $this->containerVersion = $containerVersion; + } + /** + * @return Google_Service_TagManager_ContainerVersion + */ + public function getContainerVersion() + { + return $this->containerVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/QuickPreviewResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/QuickPreviewResponse.php new file mode 100644 index 000000000..5ad6cc196 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/QuickPreviewResponse.php @@ -0,0 +1,62 @@ +compilerError = $compilerError; + } + public function getCompilerError() + { + return $this->compilerError; + } + /** + * @param Google_Service_TagManager_ContainerVersion + */ + public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion) + { + $this->containerVersion = $containerVersion; + } + /** + * @return Google_Service_TagManager_ContainerVersion + */ + public function getContainerVersion() + { + return $this->containerVersion; + } + /** + * @param Google_Service_TagManager_SyncStatus + */ + public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) + { + $this->syncStatus = $syncStatus; + } + /** + * @return Google_Service_TagManager_SyncStatus + */ + public function getSyncStatus() + { + return $this->syncStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php new file mode 100644 index 000000000..bb21e712e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php @@ -0,0 +1,75 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $accounts = $tagmanagerService->accounts; + * + */ +class Google_Service_TagManager_Resource_Accounts extends Google_Service_Resource +{ + /** + * Gets a GTM Account. (accounts.get) + * + * @param string $path GTM Accounts's API relative path. Example: + * accounts/{account_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Account + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Account"); + } + /** + * Lists all GTM Accounts that a user has access to. (accounts.listAccounts) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListAccountsResponse + */ + public function listAccounts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse"); + } + /** + * Updates a GTM Account. (accounts.update) + * + * @param string $path GTM Accounts's API relative path. Example: + * accounts/{account_id} + * @param Google_Service_TagManager_Account $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the account in storage. + * @return Google_Service_TagManager_Account + */ + public function update($path, Google_Service_TagManager_Account $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Account"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.php new file mode 100644 index 000000000..d49f3b4b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.php @@ -0,0 +1,106 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $containers = $tagmanagerService->containers; + * + */ +class Google_Service_TagManager_Resource_AccountsContainers extends Google_Service_Resource +{ + /** + * Creates a Container. (containers.create) + * + * @param string $parent GTM Account's API relative path. Example: + * accounts/{account_id}. + * @param Google_Service_TagManager_Container $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Container + */ + public function create($parent, Google_Service_TagManager_Container $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Container"); + } + /** + * Deletes a Container. (containers.delete) + * + * @param string $path GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a Container. (containers.get) + * + * @param string $path GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Container + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Container"); + } + /** + * Lists all Containers that belongs to a GTM Account. + * (containers.listAccountsContainers) + * + * @param string $parent GTM Accounts's API relative path. Example: + * accounts/{account_id}. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListContainersResponse + */ + public function listAccountsContainers($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse"); + } + /** + * Updates a Container. (containers.update) + * + * @param string $path GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param Google_Service_TagManager_Container $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the container in storage. + * @return Google_Service_TagManager_Container + */ + public function update($path, Google_Service_TagManager_Container $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Container"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.php new file mode 100644 index 000000000..146e6fa32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.php @@ -0,0 +1,122 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $environments = $tagmanagerService->environments; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersEnvironments extends Google_Service_Resource +{ + /** + * Creates a GTM Environment. (environments.create) + * + * @param string $parent GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param Google_Service_TagManager_Environment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Environment + */ + public function create($parent, Google_Service_TagManager_Environment $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Environment"); + } + /** + * Deletes a GTM Environment. (environments.delete) + * + * @param string $path GTM Environment's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a GTM Environment. (environments.get) + * + * @param string $path GTM Environment's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Environment + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Environment"); + } + /** + * Lists all GTM Environments of a GTM Container. + * (environments.listAccountsContainersEnvironments) + * + * @param string $parent GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListEnvironmentsResponse + */ + public function listAccountsContainersEnvironments($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListEnvironmentsResponse"); + } + /** + * Re-generates the authorization code for a GTM Environment. + * (environments.reauthorize) + * + * @param string $path GTM Environment's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * @param Google_Service_TagManager_Environment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Environment + */ + public function reauthorize($path, Google_Service_TagManager_Environment $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reauthorize', array($params), "Google_Service_TagManager_Environment"); + } + /** + * Updates a GTM Environment. (environments.update) + * + * @param string $path GTM Environment's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * @param Google_Service_TagManager_Environment $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the environment in storage. + * @return Google_Service_TagManager_Environment + */ + public function update($path, Google_Service_TagManager_Environment $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Environment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersionHeaders.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersionHeaders.php new file mode 100644 index 000000000..9f25224a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersionHeaders.php @@ -0,0 +1,62 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $version_headers = $tagmanagerService->version_headers; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersVersionHeaders extends Google_Service_Resource +{ + /** + * Gets the latest container version header (version_headers.latest) + * + * @param string $parent GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_ContainerVersionHeader + */ + public function latest($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('latest', array($params), "Google_Service_TagManager_ContainerVersionHeader"); + } + /** + * Lists all Container Versions of a GTM Container. + * (version_headers.listAccountsContainersVersionHeaders) + * + * @param string $parent GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + * + * @opt_param bool includeDeleted Also retrieve deleted (archived) versions when + * true. + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListContainerVersionsResponse + */ + public function listAccountsContainersVersionHeaders($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php new file mode 100644 index 000000000..9275d22e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php @@ -0,0 +1,136 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $versions = $tagmanagerService->versions; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersVersions extends Google_Service_Resource +{ + /** + * Deletes a Container Version. (versions.delete) + * + * @param string $path GTM ContainerVersion's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/versions/{version_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a Container Version. (versions.get) + * + * @param string $path GTM ContainerVersion's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/versions/{version_id} + * @param array $optParams Optional parameters. + * + * @opt_param string containerVersionId The GTM ContainerVersion ID. Specify + * published to retrieve the currently published version. + * @return Google_Service_TagManager_ContainerVersion + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion"); + } + /** + * Gets the live (i.e. published) container version (versions.live) + * + * @param string $parent GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_ContainerVersion + */ + public function live($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('live', array($params), "Google_Service_TagManager_ContainerVersion"); + } + /** + * Publishes a Container Version. (versions.publish) + * + * @param string $path GTM ContainerVersion's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/versions/{version_id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the container version in storage. + * @return Google_Service_TagManager_PublishContainerVersionResponse + */ + public function publish($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse"); + } + /** + * Sets the latest version used for synchronization of workspaces when detecting + * conflicts and errors. (versions.set_latest) + * + * @param string $path GTM ContainerVersion's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/versions/{version_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_ContainerVersion + */ + public function set_latest($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('set_latest', array($params), "Google_Service_TagManager_ContainerVersion"); + } + /** + * Undeletes a Container Version. (versions.undelete) + * + * @param string $path GTM ContainerVersion's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/versions/{version_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_ContainerVersion + */ + public function undelete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion"); + } + /** + * Updates a Container Version. (versions.update) + * + * @param string $path GTM ContainerVersion's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/versions/{version_id} + * @param Google_Service_TagManager_ContainerVersion $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the container version in storage. + * @return Google_Service_TagManager_ContainerVersion + */ + public function update($path, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_ContainerVersion"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspaces.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspaces.php new file mode 100644 index 000000000..04f90f6f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspaces.php @@ -0,0 +1,187 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $workspaces = $tagmanagerService->workspaces; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspaces extends Google_Service_Resource +{ + /** + * Creates a Workspace. (workspaces.create) + * + * @param string $parent GTM parent Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param Google_Service_TagManager_Workspace $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Workspace + */ + public function create($parent, Google_Service_TagManager_Workspace $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Workspace"); + } + /** + * Creates a Container Version from the entities present in the workspace, + * deletes the workspace, and sets the base container version to the newly + * created version. (workspaces.create_version) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_CreateContainerVersionResponse + */ + public function create_version($path, Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create_version', array($params), "Google_Service_TagManager_CreateContainerVersionResponse"); + } + /** + * Deletes a Workspace. (workspaces.delete) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a Workspace. (workspaces.get) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Workspace + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Workspace"); + } + /** + * Finds conflicting and modified entities in the workspace. + * (workspaces.getStatus) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_GetWorkspaceStatusResponse + */ + public function getStatus($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('getStatus', array($params), "Google_Service_TagManager_GetWorkspaceStatusResponse"); + } + /** + * Lists all Workspaces that belong to a GTM Container. + * (workspaces.listAccountsContainersWorkspaces) + * + * @param string $parent GTM parent Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListWorkspacesResponse + */ + public function listAccountsContainersWorkspaces($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListWorkspacesResponse"); + } + /** + * Quick previews a workspace by creating a fake container version from all + * entities in the provided workspace. (workspaces.quick_preview) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_QuickPreviewResponse + */ + public function quick_preview($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('quick_preview', array($params), "Google_Service_TagManager_QuickPreviewResponse"); + } + /** + * Resolves a merge conflict for a workspace entity by updating it to the + * resolved entity passed in the request. (workspaces.resolve_conflict) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Entity $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the entity_in_workspace in the merge conflict. + */ + public function resolve_conflict($path, Google_Service_TagManager_Entity $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('resolve_conflict', array($params)); + } + /** + * Syncs a workspace to the latest container version by updating all unmodified + * workspace entities and displaying conflicts for modified entities. + * (workspaces.sync) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_SyncWorkspaceResponse + */ + public function sync($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('sync', array($params), "Google_Service_TagManager_SyncWorkspaceResponse"); + } + /** + * Updates a Workspace. (workspaces.update) + * + * @param string $path GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Workspace $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the workspace in storage. + * @return Google_Service_TagManager_Workspace + */ + public function update($path, Google_Service_TagManager_Workspace $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Workspace"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php new file mode 100644 index 000000000..eae4f56dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php @@ -0,0 +1,96 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $built_in_variables = $tagmanagerService->built_in_variables; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesBuiltInVariables extends Google_Service_Resource +{ + /** + * Creates one or more GTM Built-In Variables. (built_in_variables.create) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string type The types of built-in variables to enable. + * @return Google_Service_TagManager_CreateBuiltInVariableResponse + */ + public function create($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_CreateBuiltInVariableResponse"); + } + /** + * Deletes one or more GTM Built-In Variables. (built_in_variables.delete) + * + * @param string $path GTM BuiltInVariable's API relative path. Example: account + * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_v + * ariables + * @param array $optParams Optional parameters. + * + * @opt_param string type The types of built-in variables to delete. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Lists all the enabled Built-In Variables of a GTM Container. + * (built_in_variables.listAccountsContainersWorkspacesBuiltInVariables) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListEnabledBuiltInVariablesResponse + */ + public function listAccountsContainersWorkspacesBuiltInVariables($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListEnabledBuiltInVariablesResponse"); + } + /** + * Reverts changes to a GTM Built-In Variables in a GTM Workspace. + * (built_in_variables.revert) + * + * @param string $path GTM BuiltInVariable's API relative path. Example: account + * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_v + * ariables + * @param array $optParams Optional parameters. + * + * @opt_param string type The type of built-in variable to revert. + * @return Google_Service_TagManager_RevertBuiltInVariableResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertBuiltInVariableResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesFolders.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesFolders.php new file mode 100644 index 000000000..c1f4af2ba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesFolders.php @@ -0,0 +1,158 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $folders = $tagmanagerService->folders; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesFolders extends Google_Service_Resource +{ + /** + * Creates a GTM Folder. (folders.create) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Folder $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Folder + */ + public function create($parent, Google_Service_TagManager_Folder $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Folder"); + } + /** + * Deletes a GTM Folder. (folders.delete) + * + * @param string $path GTM Folder's API relative path. Example: accounts/{accoun + * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * List all entities in a GTM Folder. (folders.entities) + * + * @param string $path GTM Folder's API relative path. Example: accounts/{accoun + * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_FolderEntities + */ + public function entities($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('entities', array($params), "Google_Service_TagManager_FolderEntities"); + } + /** + * Gets a GTM Folder. (folders.get) + * + * @param string $path GTM Folder's API relative path. Example: accounts/{accoun + * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Folder + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Folder"); + } + /** + * Lists all GTM Folders of a Container. + * (folders.listAccountsContainersWorkspacesFolders) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListFoldersResponse + */ + public function listAccountsContainersWorkspacesFolders($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListFoldersResponse"); + } + /** + * Moves entities to a GTM Folder. (folders.move_entities_to_folder) + * + * @param string $path GTM Folder's API relative path. Example: accounts/{accoun + * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * @param Google_Service_TagManager_Folder $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string triggerId The triggers to be moved to the folder. + * @opt_param string variableId The variables to be moved to the folder. + * @opt_param string tagId The tags to be moved to the folder. + */ + public function move_entities_to_folder($path, Google_Service_TagManager_Folder $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('move_entities_to_folder', array($params)); + } + /** + * Reverts changes to a GTM Folder in a GTM Workspace. (folders.revert) + * + * @param string $path GTM Folder's API relative path. Example: accounts/{accoun + * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the tag in storage. + * @return Google_Service_TagManager_RevertFolderResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertFolderResponse"); + } + /** + * Updates a GTM Folder. (folders.update) + * + * @param string $path GTM Folder's API relative path. Example: accounts/{accoun + * t_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * @param Google_Service_TagManager_Folder $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the folder in storage. + * @return Google_Service_TagManager_Folder + */ + public function update($path, Google_Service_TagManager_Folder $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Folder"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTags.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTags.php new file mode 100644 index 000000000..059954f5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTags.php @@ -0,0 +1,123 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $tags = $tagmanagerService->tags; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesTags extends Google_Service_Resource +{ + /** + * Creates a GTM Tag. (tags.create) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Tag $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Tag + */ + public function create($parent, Google_Service_TagManager_Tag $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Tag"); + } + /** + * Deletes a GTM Tag. (tags.delete) + * + * @param string $path GTM Tag's API relative path. Example: accounts/{account_i + * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a GTM Tag. (tags.get) + * + * @param string $path GTM Tag's API relative path. Example: accounts/{account_i + * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Tag + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Tag"); + } + /** + * Lists all GTM Tags of a Container. + * (tags.listAccountsContainersWorkspacesTags) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListTagsResponse + */ + public function listAccountsContainersWorkspacesTags($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse"); + } + /** + * Reverts changes to a GTM Tag in a GTM Workspace. (tags.revert) + * + * @param string $path GTM Tag's API relative path. Example: accounts/{account_i + * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of thetag in storage. + * @return Google_Service_TagManager_RevertTagResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertTagResponse"); + } + /** + * Updates a GTM Tag. (tags.update) + * + * @param string $path GTM Tag's API relative path. Example: accounts/{account_i + * d}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * @param Google_Service_TagManager_Tag $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the tag in storage. + * @return Google_Service_TagManager_Tag + */ + public function update($path, Google_Service_TagManager_Tag $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Tag"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTemplates.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTemplates.php new file mode 100644 index 000000000..21101294b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTemplates.php @@ -0,0 +1,127 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $templates = $tagmanagerService->templates; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesTemplates extends Google_Service_Resource +{ + /** + * Creates a GTM Custom Template. (templates.create) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_CustomTemplate $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_CustomTemplate + */ + public function create($parent, Google_Service_TagManager_CustomTemplate $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_CustomTemplate"); + } + /** + * Deletes a GTM Template. (templates.delete) + * + * @param string $path GTM Custom Template's API relative path. Example: account + * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ + * {template_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a GTM Template. (templates.get) + * + * @param string $path GTM Custom Template's API relative path. Example: account + * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ + * {template_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_CustomTemplate + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_CustomTemplate"); + } + /** + * Lists all GTM Templates of a GTM container workspace. + * (templates.listAccountsContainersWorkspacesTemplates) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListTemplatesResponse + */ + public function listAccountsContainersWorkspacesTemplates($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListTemplatesResponse"); + } + /** + * Reverts changes to a GTM Template in a GTM Workspace. (templates.revert) + * + * @param string $path GTM Custom Template's API relative path. Example: account + * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ + * {template_id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the template in storage. + * @return Google_Service_TagManager_RevertTemplateResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertTemplateResponse"); + } + /** + * Updates a GTM Template. (templates.update) + * + * @param string $path GTM Custom Template's API relative path. Example: account + * s/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/ + * {template_id} + * @param Google_Service_TagManager_CustomTemplate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the templates in storage. + * @return Google_Service_TagManager_CustomTemplate + */ + public function update($path, Google_Service_TagManager_CustomTemplate $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_CustomTemplate"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTriggers.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTriggers.php new file mode 100644 index 000000000..342546dff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTriggers.php @@ -0,0 +1,127 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $triggers = $tagmanagerService->triggers; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesTriggers extends Google_Service_Resource +{ + /** + * Creates a GTM Trigger. (triggers.create) + * + * @param string $parent GTM Workspaces's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Trigger $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Trigger + */ + public function create($parent, Google_Service_TagManager_Trigger $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Trigger"); + } + /** + * Deletes a GTM Trigger. (triggers.delete) + * + * @param string $path GTM Trigger's API relative path. Example: accounts/{accou + * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ + * id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a GTM Trigger. (triggers.get) + * + * @param string $path GTM Trigger's API relative path. Example: accounts/{accou + * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ + * id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Trigger + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Trigger"); + } + /** + * Lists all GTM Triggers of a Container. + * (triggers.listAccountsContainersWorkspacesTriggers) + * + * @param string $parent GTM Workspaces's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListTriggersResponse + */ + public function listAccountsContainersWorkspacesTriggers($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse"); + } + /** + * Reverts changes to a GTM Trigger in a GTM Workspace. (triggers.revert) + * + * @param string $path GTM Trigger's API relative path. Example: accounts/{accou + * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ + * id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the trigger in storage. + * @return Google_Service_TagManager_RevertTriggerResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertTriggerResponse"); + } + /** + * Updates a GTM Trigger. (triggers.update) + * + * @param string $path GTM Trigger's API relative path. Example: accounts/{accou + * nt_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_ + * id} + * @param Google_Service_TagManager_Trigger $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the trigger in storage. + * @return Google_Service_TagManager_Trigger + */ + public function update($path, Google_Service_TagManager_Trigger $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Trigger"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesVariables.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesVariables.php new file mode 100644 index 000000000..f06ab9c2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesVariables.php @@ -0,0 +1,127 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $variables = $tagmanagerService->variables; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesVariables extends Google_Service_Resource +{ + /** + * Creates a GTM Variable. (variables.create) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Variable $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Variable + */ + public function create($parent, Google_Service_TagManager_Variable $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Variable"); + } + /** + * Deletes a GTM Variable. (variables.delete) + * + * @param string $path GTM Variable's API relative path. Example: accounts/{acco + * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab + * le_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a GTM Variable. (variables.get) + * + * @param string $path GTM Variable's API relative path. Example: accounts/{acco + * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab + * le_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Variable + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Variable"); + } + /** + * Lists all GTM Variables of a Container. + * (variables.listAccountsContainersWorkspacesVariables) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListVariablesResponse + */ + public function listAccountsContainersWorkspacesVariables($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse"); + } + /** + * Reverts changes to a GTM Variable in a GTM Workspace. (variables.revert) + * + * @param string $path GTM Variable's API relative path. Example: accounts/{acco + * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab + * le_id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the variable in storage. + * @return Google_Service_TagManager_RevertVariableResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertVariableResponse"); + } + /** + * Updates a GTM Variable. (variables.update) + * + * @param string $path GTM Variable's API relative path. Example: accounts/{acco + * unt_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variab + * le_id} + * @param Google_Service_TagManager_Variable $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the variable in storage. + * @return Google_Service_TagManager_Variable + */ + public function update($path, Google_Service_TagManager_Variable $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Variable"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesZones.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesZones.php new file mode 100644 index 000000000..74f8ca0db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesZones.php @@ -0,0 +1,123 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $zones = $tagmanagerService->zones; + * + */ +class Google_Service_TagManager_Resource_AccountsContainersWorkspacesZones extends Google_Service_Resource +{ + /** + * Creates a GTM Zone. (zones.create) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param Google_Service_TagManager_Zone $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Zone + */ + public function create($parent, Google_Service_TagManager_Zone $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_Zone"); + } + /** + * Deletes a GTM Zone. (zones.delete) + * + * @param string $path GTM Zone's API relative path. Example: accounts/{account_ + * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a GTM Zone. (zones.get) + * + * @param string $path GTM Zone's API relative path. Example: accounts/{account_ + * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_Zone + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_Zone"); + } + /** + * Lists all GTM Zones of a GTM container workspace. + * (zones.listAccountsContainersWorkspacesZones) + * + * @param string $parent GTM Workspace's API relative path. Example: + * accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListZonesResponse + */ + public function listAccountsContainersWorkspacesZones($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListZonesResponse"); + } + /** + * Reverts changes to a GTM Zone in a GTM Workspace. (zones.revert) + * + * @param string $path GTM Zone's API relative path. Example: accounts/{account_ + * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the zone in storage. + * @return Google_Service_TagManager_RevertZoneResponse + */ + public function revert($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('revert', array($params), "Google_Service_TagManager_RevertZoneResponse"); + } + /** + * Updates a GTM Zone. (zones.update) + * + * @param string $path GTM Zone's API relative path. Example: accounts/{account_ + * id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * @param Google_Service_TagManager_Zone $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string fingerprint When provided, this fingerprint must match the + * fingerprint of the zone in storage. + * @return Google_Service_TagManager_Zone + */ + public function update($path, Google_Service_TagManager_Zone $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_Zone"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsUserPermissions.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsUserPermissions.php new file mode 100644 index 000000000..38cc26c82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsUserPermissions.php @@ -0,0 +1,105 @@ + + * $tagmanagerService = new Google_Service_TagManager(...); + * $user_permissions = $tagmanagerService->user_permissions; + * + */ +class Google_Service_TagManager_Resource_AccountsUserPermissions extends Google_Service_Resource +{ + /** + * Creates a user's Account & Container access. (user_permissions.create) + * + * @param string $parent GTM Account's API relative path. Example: + * accounts/{account_id} + * @param Google_Service_TagManager_UserPermission $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_UserPermission + */ + public function create($parent, Google_Service_TagManager_UserPermission $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_TagManager_UserPermission"); + } + /** + * Removes a user from the account, revoking access to it and all of its + * containers. (user_permissions.delete) + * + * @param string $path GTM UserPermission's API relative path. Example: + * accounts/{account_id}/user_permissions/{user_permission_id} + * @param array $optParams Optional parameters. + */ + public function delete($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Gets a user's Account & Container access. (user_permissions.get) + * + * @param string $path GTM UserPermission's API relative path. Example: + * accounts/{account_id}/user_permissions/{user_permission_id} + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_UserPermission + */ + public function get($path, $optParams = array()) + { + $params = array('path' => $path); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_TagManager_UserPermission"); + } + /** + * List all users that have access to the account along with Account and + * Container user access granted to each of them. + * (user_permissions.listAccountsUserPermissions) + * + * @param string $parent GTM Accounts's API relative path. Example: + * accounts/{account_id} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @return Google_Service_TagManager_ListUserPermissionsResponse + */ + public function listAccountsUserPermissions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_TagManager_ListUserPermissionsResponse"); + } + /** + * Updates a user's Account & Container access. (user_permissions.update) + * + * @param string $path GTM UserPermission's API relative path. Example: + * accounts/{account_id}/user_permissions/{user_permission_id} + * @param Google_Service_TagManager_UserPermission $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_TagManager_UserPermission + */ + public function update($path, Google_Service_TagManager_UserPermission $postBody, $optParams = array()) + { + $params = array('path' => $path, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_TagManager_UserPermission"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertBuiltInVariableResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertBuiltInVariableResponse.php new file mode 100644 index 000000000..fdc604f67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertBuiltInVariableResponse.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertFolderResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertFolderResponse.php new file mode 100644 index 000000000..ebc5c396a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertFolderResponse.php @@ -0,0 +1,37 @@ +folder = $folder; + } + /** + * @return Google_Service_TagManager_Folder + */ + public function getFolder() + { + return $this->folder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTagResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTagResponse.php new file mode 100644 index 000000000..413f73b59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTagResponse.php @@ -0,0 +1,37 @@ +tag = $tag; + } + /** + * @return Google_Service_TagManager_Tag + */ + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTemplateResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTemplateResponse.php new file mode 100644 index 000000000..f3e945dc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTemplateResponse.php @@ -0,0 +1,37 @@ +template = $template; + } + /** + * @return Google_Service_TagManager_CustomTemplate + */ + public function getTemplate() + { + return $this->template; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTriggerResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTriggerResponse.php new file mode 100644 index 000000000..8eca7bfa9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertTriggerResponse.php @@ -0,0 +1,37 @@ +trigger = $trigger; + } + /** + * @return Google_Service_TagManager_Trigger + */ + public function getTrigger() + { + return $this->trigger; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertVariableResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertVariableResponse.php new file mode 100644 index 000000000..d19baeaef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertVariableResponse.php @@ -0,0 +1,37 @@ +variable = $variable; + } + /** + * @return Google_Service_TagManager_Variable + */ + public function getVariable() + { + return $this->variable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertZoneResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertZoneResponse.php new file mode 100644 index 000000000..07982388c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/RevertZoneResponse.php @@ -0,0 +1,37 @@ +zone = $zone; + } + /** + * @return Google_Service_TagManager_Zone + */ + public function getZone() + { + return $this->zone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php new file mode 100644 index 000000000..248f00f83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php @@ -0,0 +1,39 @@ +stopOnSetupFailure = $stopOnSetupFailure; + } + public function getStopOnSetupFailure() + { + return $this->stopOnSetupFailure; + } + public function setTagName($tagName) + { + $this->tagName = $tagName; + } + public function getTagName() + { + return $this->tagName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/SyncStatus.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/SyncStatus.php new file mode 100644 index 000000000..165ffe3e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/SyncStatus.php @@ -0,0 +1,39 @@ +mergeConflict = $mergeConflict; + } + public function getMergeConflict() + { + return $this->mergeConflict; + } + public function setSyncError($syncError) + { + $this->syncError = $syncError; + } + public function getSyncError() + { + return $this->syncError; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/SyncWorkspaceResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/SyncWorkspaceResponse.php new file mode 100644 index 000000000..72967d285 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/SyncWorkspaceResponse.php @@ -0,0 +1,54 @@ +mergeConflict = $mergeConflict; + } + /** + * @return Google_Service_TagManager_MergeConflict + */ + public function getMergeConflict() + { + return $this->mergeConflict; + } + /** + * @param Google_Service_TagManager_SyncStatus + */ + public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) + { + $this->syncStatus = $syncStatus; + } + /** + * @return Google_Service_TagManager_SyncStatus + */ + public function getSyncStatus() + { + return $this->syncStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Tag.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Tag.php new file mode 100644 index 000000000..d8cb1dd8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Tag.php @@ -0,0 +1,266 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setBlockingRuleId($blockingRuleId) + { + $this->blockingRuleId = $blockingRuleId; + } + public function getBlockingRuleId() + { + return $this->blockingRuleId; + } + public function setBlockingTriggerId($blockingTriggerId) + { + $this->blockingTriggerId = $blockingTriggerId; + } + public function getBlockingTriggerId() + { + return $this->blockingTriggerId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setFiringRuleId($firingRuleId) + { + $this->firingRuleId = $firingRuleId; + } + public function getFiringRuleId() + { + return $this->firingRuleId; + } + public function setFiringTriggerId($firingTriggerId) + { + $this->firingTriggerId = $firingTriggerId; + } + public function getFiringTriggerId() + { + return $this->firingTriggerId; + } + public function setLiveOnly($liveOnly) + { + $this->liveOnly = $liveOnly; + } + public function getLiveOnly() + { + return $this->liveOnly; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setParameter($parameter) + { + $this->parameter = $parameter; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getParameter() + { + return $this->parameter; + } + public function setParentFolderId($parentFolderId) + { + $this->parentFolderId = $parentFolderId; + } + public function getParentFolderId() + { + return $this->parentFolderId; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPaused($paused) + { + $this->paused = $paused; + } + public function getPaused() + { + return $this->paused; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setPriority(Google_Service_TagManager_Parameter $priority) + { + $this->priority = $priority; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getPriority() + { + return $this->priority; + } + public function setScheduleEndMs($scheduleEndMs) + { + $this->scheduleEndMs = $scheduleEndMs; + } + public function getScheduleEndMs() + { + return $this->scheduleEndMs; + } + public function setScheduleStartMs($scheduleStartMs) + { + $this->scheduleStartMs = $scheduleStartMs; + } + public function getScheduleStartMs() + { + return $this->scheduleStartMs; + } + /** + * @param Google_Service_TagManager_SetupTag + */ + public function setSetupTag($setupTag) + { + $this->setupTag = $setupTag; + } + /** + * @return Google_Service_TagManager_SetupTag + */ + public function getSetupTag() + { + return $this->setupTag; + } + public function setTagFiringOption($tagFiringOption) + { + $this->tagFiringOption = $tagFiringOption; + } + public function getTagFiringOption() + { + return $this->tagFiringOption; + } + public function setTagId($tagId) + { + $this->tagId = $tagId; + } + public function getTagId() + { + return $this->tagId; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + /** + * @param Google_Service_TagManager_TeardownTag + */ + public function setTeardownTag($teardownTag) + { + $this->teardownTag = $teardownTag; + } + /** + * @return Google_Service_TagManager_TeardownTag + */ + public function getTeardownTag() + { + return $this->teardownTag; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.php new file mode 100644 index 000000000..2873778c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.php @@ -0,0 +1,39 @@ +stopTeardownOnFailure = $stopTeardownOnFailure; + } + public function getStopTeardownOnFailure() + { + return $this->stopTeardownOnFailure; + } + public function setTagName($tagName) + { + $this->tagName = $tagName; + } + public function getTagName() + { + return $this->tagName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Trigger.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Trigger.php new file mode 100644 index 000000000..0d486ffe3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Trigger.php @@ -0,0 +1,457 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_TagManager_Condition + */ + public function setAutoEventFilter($autoEventFilter) + { + $this->autoEventFilter = $autoEventFilter; + } + /** + * @return Google_Service_TagManager_Condition + */ + public function getAutoEventFilter() + { + return $this->autoEventFilter; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setCheckValidation(Google_Service_TagManager_Parameter $checkValidation) + { + $this->checkValidation = $checkValidation; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getCheckValidation() + { + return $this->checkValidation; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setContinuousTimeMinMilliseconds(Google_Service_TagManager_Parameter $continuousTimeMinMilliseconds) + { + $this->continuousTimeMinMilliseconds = $continuousTimeMinMilliseconds; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getContinuousTimeMinMilliseconds() + { + return $this->continuousTimeMinMilliseconds; + } + /** + * @param Google_Service_TagManager_Condition + */ + public function setCustomEventFilter($customEventFilter) + { + $this->customEventFilter = $customEventFilter; + } + /** + * @return Google_Service_TagManager_Condition + */ + public function getCustomEventFilter() + { + return $this->customEventFilter; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setEventName(Google_Service_TagManager_Parameter $eventName) + { + $this->eventName = $eventName; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getEventName() + { + return $this->eventName; + } + /** + * @param Google_Service_TagManager_Condition + */ + public function setFilter($filter) + { + $this->filter = $filter; + } + /** + * @return Google_Service_TagManager_Condition + */ + public function getFilter() + { + return $this->filter; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setHorizontalScrollPercentageList(Google_Service_TagManager_Parameter $horizontalScrollPercentageList) + { + $this->horizontalScrollPercentageList = $horizontalScrollPercentageList; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getHorizontalScrollPercentageList() + { + return $this->horizontalScrollPercentageList; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setInterval(Google_Service_TagManager_Parameter $interval) + { + $this->interval = $interval; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getInterval() + { + return $this->interval; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setIntervalSeconds(Google_Service_TagManager_Parameter $intervalSeconds) + { + $this->intervalSeconds = $intervalSeconds; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getIntervalSeconds() + { + return $this->intervalSeconds; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setLimit(Google_Service_TagManager_Parameter $limit) + { + $this->limit = $limit; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getLimit() + { + return $this->limit; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setMaxTimerLengthSeconds(Google_Service_TagManager_Parameter $maxTimerLengthSeconds) + { + $this->maxTimerLengthSeconds = $maxTimerLengthSeconds; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getMaxTimerLengthSeconds() + { + return $this->maxTimerLengthSeconds; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setParameter($parameter) + { + $this->parameter = $parameter; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getParameter() + { + return $this->parameter; + } + public function setParentFolderId($parentFolderId) + { + $this->parentFolderId = $parentFolderId; + } + public function getParentFolderId() + { + return $this->parentFolderId; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setSelector(Google_Service_TagManager_Parameter $selector) + { + $this->selector = $selector; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getSelector() + { + return $this->selector; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setTotalTimeMinMilliseconds(Google_Service_TagManager_Parameter $totalTimeMinMilliseconds) + { + $this->totalTimeMinMilliseconds = $totalTimeMinMilliseconds; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getTotalTimeMinMilliseconds() + { + return $this->totalTimeMinMilliseconds; + } + public function setTriggerId($triggerId) + { + $this->triggerId = $triggerId; + } + public function getTriggerId() + { + return $this->triggerId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setUniqueTriggerId(Google_Service_TagManager_Parameter $uniqueTriggerId) + { + $this->uniqueTriggerId = $uniqueTriggerId; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getUniqueTriggerId() + { + return $this->uniqueTriggerId; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setVerticalScrollPercentageList(Google_Service_TagManager_Parameter $verticalScrollPercentageList) + { + $this->verticalScrollPercentageList = $verticalScrollPercentageList; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getVerticalScrollPercentageList() + { + return $this->verticalScrollPercentageList; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setVisibilitySelector(Google_Service_TagManager_Parameter $visibilitySelector) + { + $this->visibilitySelector = $visibilitySelector; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getVisibilitySelector() + { + return $this->visibilitySelector; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setVisiblePercentageMax(Google_Service_TagManager_Parameter $visiblePercentageMax) + { + $this->visiblePercentageMax = $visiblePercentageMax; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getVisiblePercentageMax() + { + return $this->visiblePercentageMax; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setVisiblePercentageMin(Google_Service_TagManager_Parameter $visiblePercentageMin) + { + $this->visiblePercentageMin = $visiblePercentageMin; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getVisiblePercentageMin() + { + return $this->visiblePercentageMin; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setWaitForTags(Google_Service_TagManager_Parameter $waitForTags) + { + $this->waitForTags = $waitForTags; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getWaitForTags() + { + return $this->waitForTags; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setWaitForTagsTimeout(Google_Service_TagManager_Parameter $waitForTagsTimeout) + { + $this->waitForTagsTimeout = $waitForTagsTimeout; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getWaitForTagsTimeout() + { + return $this->waitForTagsTimeout; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/UserPermission.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/UserPermission.php new file mode 100644 index 000000000..031e18c11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/UserPermission.php @@ -0,0 +1,81 @@ +accountAccess = $accountAccess; + } + /** + * @return Google_Service_TagManager_AccountAccess + */ + public function getAccountAccess() + { + return $this->accountAccess; + } + public function setAccountId($accountId) + { + $this->accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_TagManager_ContainerAccess + */ + public function setContainerAccess($containerAccess) + { + $this->containerAccess = $containerAccess; + } + /** + * @return Google_Service_TagManager_ContainerAccess + */ + public function getContainerAccess() + { + return $this->containerAccess; + } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php new file mode 100644 index 000000000..edc266ba7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php @@ -0,0 +1,189 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setDisablingTriggerId($disablingTriggerId) + { + $this->disablingTriggerId = $disablingTriggerId; + } + public function getDisablingTriggerId() + { + return $this->disablingTriggerId; + } + public function setEnablingTriggerId($enablingTriggerId) + { + $this->enablingTriggerId = $enablingTriggerId; + } + public function getEnablingTriggerId() + { + return $this->enablingTriggerId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + /** + * @param Google_Service_TagManager_VariableFormatValue + */ + public function setFormatValue(Google_Service_TagManager_VariableFormatValue $formatValue) + { + $this->formatValue = $formatValue; + } + /** + * @return Google_Service_TagManager_VariableFormatValue + */ + public function getFormatValue() + { + return $this->formatValue; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setParameter($parameter) + { + $this->parameter = $parameter; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getParameter() + { + return $this->parameter; + } + public function setParentFolderId($parentFolderId) + { + $this->parentFolderId = $parentFolderId; + } + public function getParentFolderId() + { + return $this->parentFolderId; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setScheduleEndMs($scheduleEndMs) + { + $this->scheduleEndMs = $scheduleEndMs; + } + public function getScheduleEndMs() + { + return $this->scheduleEndMs; + } + public function setScheduleStartMs($scheduleStartMs) + { + $this->scheduleStartMs = $scheduleStartMs; + } + public function getScheduleStartMs() + { + return $this->scheduleStartMs; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVariableId($variableId) + { + $this->variableId = $variableId; + } + public function getVariableId() + { + return $this->variableId; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/VariableFormatValue.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/VariableFormatValue.php new file mode 100644 index 000000000..60b5c8fa5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/VariableFormatValue.php @@ -0,0 +1,94 @@ +caseConversionType = $caseConversionType; + } + public function getCaseConversionType() + { + return $this->caseConversionType; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setConvertFalseToValue(Google_Service_TagManager_Parameter $convertFalseToValue) + { + $this->convertFalseToValue = $convertFalseToValue; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getConvertFalseToValue() + { + return $this->convertFalseToValue; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setConvertNullToValue(Google_Service_TagManager_Parameter $convertNullToValue) + { + $this->convertNullToValue = $convertNullToValue; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getConvertNullToValue() + { + return $this->convertNullToValue; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setConvertTrueToValue(Google_Service_TagManager_Parameter $convertTrueToValue) + { + $this->convertTrueToValue = $convertTrueToValue; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getConvertTrueToValue() + { + return $this->convertTrueToValue; + } + /** + * @param Google_Service_TagManager_Parameter + */ + public function setConvertUndefinedToValue(Google_Service_TagManager_Parameter $convertUndefinedToValue) + { + $this->convertUndefinedToValue = $convertUndefinedToValue; + } + /** + * @return Google_Service_TagManager_Parameter + */ + public function getConvertUndefinedToValue() + { + return $this->convertUndefinedToValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Workspace.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Workspace.php new file mode 100644 index 000000000..b0c8f17b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Workspace.php @@ -0,0 +1,93 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Zone.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Zone.php new file mode 100644 index 000000000..cf2ac2092 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Zone.php @@ -0,0 +1,151 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + /** + * @param Google_Service_TagManager_ZoneBoundary + */ + public function setBoundary(Google_Service_TagManager_ZoneBoundary $boundary) + { + $this->boundary = $boundary; + } + /** + * @return Google_Service_TagManager_ZoneBoundary + */ + public function getBoundary() + { + return $this->boundary; + } + /** + * @param Google_Service_TagManager_ZoneChildContainer + */ + public function setChildContainer($childContainer) + { + $this->childContainer = $childContainer; + } + /** + * @return Google_Service_TagManager_ZoneChildContainer + */ + public function getChildContainer() + { + return $this->childContainer; + } + public function setContainerId($containerId) + { + $this->containerId = $containerId; + } + public function getContainerId() + { + return $this->containerId; + } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } + /** + * @param Google_Service_TagManager_ZoneTypeRestriction + */ + public function setTypeRestriction(Google_Service_TagManager_ZoneTypeRestriction $typeRestriction) + { + $this->typeRestriction = $typeRestriction; + } + /** + * @return Google_Service_TagManager_ZoneTypeRestriction + */ + public function getTypeRestriction() + { + return $this->typeRestriction; + } + public function setWorkspaceId($workspaceId) + { + $this->workspaceId = $workspaceId; + } + public function getWorkspaceId() + { + return $this->workspaceId; + } + public function setZoneId($zoneId) + { + $this->zoneId = $zoneId; + } + public function getZoneId() + { + return $this->zoneId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneBoundary.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneBoundary.php new file mode 100644 index 000000000..1c43d6979 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneBoundary.php @@ -0,0 +1,47 @@ +condition = $condition; + } + /** + * @return Google_Service_TagManager_Condition + */ + public function getCondition() + { + return $this->condition; + } + public function setCustomEvaluationTriggerId($customEvaluationTriggerId) + { + $this->customEvaluationTriggerId = $customEvaluationTriggerId; + } + public function getCustomEvaluationTriggerId() + { + return $this->customEvaluationTriggerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneChildContainer.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneChildContainer.php new file mode 100644 index 000000000..ccedd2a87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneChildContainer.php @@ -0,0 +1,39 @@ +nickname = $nickname; + } + public function getNickname() + { + return $this->nickname; + } + public function setPublicId($publicId) + { + $this->publicId = $publicId; + } + public function getPublicId() + { + return $this->publicId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneTypeRestriction.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneTypeRestriction.php new file mode 100644 index 000000000..a9ce16fa9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ZoneTypeRestriction.php @@ -0,0 +1,40 @@ +enable = $enable; + } + public function getEnable() + { + return $this->enable; + } + public function setWhitelistedTypeId($whitelistedTypeId) + { + $this->whitelistedTypeId = $whitelistedTypeId; + } + public function getWhitelistedTypeId() + { + return $this->whitelistedTypeId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue.php new file mode 100644 index 000000000..dffefd04b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue.php @@ -0,0 +1,249 @@ + + * Accesses a Google App Engine Pull Task Queue over REST. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Taskqueue extends Google_Service +{ + /** Manage your Tasks and Taskqueues. */ + const TASKQUEUE = + "https://www.googleapis.com/auth/taskqueue"; + /** Consume Tasks from your Taskqueues. */ + const TASKQUEUE_CONSUMER = + "https://www.googleapis.com/auth/taskqueue.consumer"; + + public $taskqueues; + public $tasks; + + /** + * Constructs the internal representation of the Taskqueue service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://www.googleapis.com/'; + $this->servicePath = 'taskqueue/v1beta2/projects/'; + $this->version = 'v1beta2'; + $this->serviceName = 'taskqueue'; + + $this->taskqueues = new Google_Service_Taskqueue_Resource_Taskqueues( + $this, + $this->serviceName, + 'taskqueues', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/taskqueues/{taskqueue}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'getStats' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->tasks = new Google_Service_Taskqueue_Resource_Tasks( + $this, + $this->serviceName, + 'tasks', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'lease' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks/lease', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'numTasks' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'leaseSecs' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + 'groupByTag' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'tag' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'newLeaseSeconds' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'taskqueue' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'newLeaseSeconds' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Taskqueues.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Taskqueues.php new file mode 100644 index 000000000..42c920d61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Taskqueues.php @@ -0,0 +1,44 @@ + + * $taskqueueService = new Google_Service_Taskqueue(...); + * $taskqueues = $taskqueueService->taskqueues; + * + */ +class Google_Service_Taskqueue_Resource_Taskqueues extends Google_Service_Resource +{ + /** + * Get detailed information about a TaskQueue. (taskqueues.get) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue The id of the taskqueue to get the properties of. + * @param array $optParams Optional parameters. + * + * @opt_param bool getStats Whether to get stats. Optional. + * @return Google_Service_Taskqueue_TaskQueue + */ + public function get($project, $taskqueue, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Taskqueue_TaskQueue"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Tasks.php new file mode 100644 index 000000000..3f4862a28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Resource/Tasks.php @@ -0,0 +1,144 @@ + + * $taskqueueService = new Google_Service_Taskqueue(...); + * $tasks = $taskqueueService->tasks; + * + */ +class Google_Service_Taskqueue_Resource_Tasks extends Google_Service_Resource +{ + /** + * Delete a task from a TaskQueue. (tasks.delete) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue The taskqueue to delete a task from. + * @param string $task The id of the task to delete. + * @param array $optParams Optional parameters. + */ + public function delete($project, $taskqueue, $task, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Get a particular task from a TaskQueue. (tasks.get) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue The taskqueue in which the task belongs. + * @param string $task The task to get properties of. + * @param array $optParams Optional parameters. + * @return Google_Service_Taskqueue_Task + */ + public function get($project, $taskqueue, $task, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Taskqueue_Task"); + } + /** + * Insert a new task in a TaskQueue (tasks.insert) + * + * @param string $project The project under which the queue lies + * @param string $taskqueue The taskqueue to insert the task into + * @param Google_Service_Taskqueue_Task $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Taskqueue_Task + */ + public function insert($project, $taskqueue, Google_Service_Taskqueue_Task $postBody, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Taskqueue_Task"); + } + /** + * Lease 1 or more tasks from a TaskQueue. (tasks.lease) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue The taskqueue to lease a task from. + * @param int $numTasks The number of tasks to lease. + * @param int $leaseSecs The lease in seconds. + * @param array $optParams Optional parameters. + * + * @opt_param bool groupByTag When true, all returned tasks will have the same + * tag + * @opt_param string tag The tag allowed for tasks in the response. Must only be + * specified if group_by_tag is true. If group_by_tag is true and tag is not + * specified the tag will be that of the oldest task by eta, i.e. the first + * available tag + * @return Google_Service_Taskqueue_Tasks + */ + public function lease($project, $taskqueue, $numTasks, $leaseSecs, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'numTasks' => $numTasks, 'leaseSecs' => $leaseSecs); + $params = array_merge($params, $optParams); + return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks"); + } + /** + * List Tasks in a TaskQueue (tasks.listTasks) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue The id of the taskqueue to list tasks from. + * @param array $optParams Optional parameters. + * @return Google_Service_Taskqueue_Tasks2 + */ + public function listTasks($project, $taskqueue, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2"); + } + /** + * Update tasks that are leased out of a TaskQueue. This method supports patch + * semantics. (tasks.patch) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue + * @param string $task + * @param int $newLeaseSeconds The new lease in seconds. + * @param Google_Service_Taskqueue_Task $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Taskqueue_Task + */ + public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Taskqueue_Task"); + } + /** + * Update tasks that are leased out of a TaskQueue. (tasks.update) + * + * @param string $project The project under which the queue lies. + * @param string $taskqueue + * @param string $task + * @param int $newLeaseSeconds The new lease in seconds. + * @param Google_Service_Taskqueue_Task $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Taskqueue_Task + */ + public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array()) + { + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Taskqueue_Task"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Task.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Task.php new file mode 100644 index 000000000..607264863 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Task.php @@ -0,0 +1,96 @@ + "retry_count", + ); + public $enqueueTimestamp; + public $id; + public $kind; + public $leaseTimestamp; + public $payloadBase64; + public $queueName; + public $retryCount; + public $tag; + + public function setEnqueueTimestamp($enqueueTimestamp) + { + $this->enqueueTimestamp = $enqueueTimestamp; + } + public function getEnqueueTimestamp() + { + return $this->enqueueTimestamp; + } + 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 setLeaseTimestamp($leaseTimestamp) + { + $this->leaseTimestamp = $leaseTimestamp; + } + public function getLeaseTimestamp() + { + return $this->leaseTimestamp; + } + public function setPayloadBase64($payloadBase64) + { + $this->payloadBase64 = $payloadBase64; + } + public function getPayloadBase64() + { + return $this->payloadBase64; + } + public function setQueueName($queueName) + { + $this->queueName = $queueName; + } + public function getQueueName() + { + return $this->queueName; + } + public function setRetryCount($retryCount) + { + $this->retryCount = $retryCount; + } + public function getRetryCount() + { + return $this->retryCount; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueue.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueue.php new file mode 100644 index 000000000..7e75536fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueue.php @@ -0,0 +1,80 @@ +acl = $acl; + } + /** + * @return Google_Service_Taskqueue_TaskQueueAcl + */ + public function getAcl() + { + return $this->acl; + } + 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 setMaxLeases($maxLeases) + { + $this->maxLeases = $maxLeases; + } + public function getMaxLeases() + { + return $this->maxLeases; + } + /** + * @param Google_Service_Taskqueue_TaskQueueStats + */ + public function setStats(Google_Service_Taskqueue_TaskQueueStats $stats) + { + $this->stats = $stats; + } + /** + * @return Google_Service_Taskqueue_TaskQueueStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.php new file mode 100644 index 000000000..e688b4c18 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.php @@ -0,0 +1,49 @@ +adminEmails = $adminEmails; + } + public function getAdminEmails() + { + return $this->adminEmails; + } + public function setConsumerEmails($consumerEmails) + { + $this->consumerEmails = $consumerEmails; + } + public function getConsumerEmails() + { + return $this->consumerEmails; + } + public function setProducerEmails($producerEmails) + { + $this->producerEmails = $producerEmails; + } + public function getProducerEmails() + { + return $this->producerEmails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueStats.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueStats.php new file mode 100644 index 000000000..27822475d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueStats.php @@ -0,0 +1,57 @@ +leasedLastHour = $leasedLastHour; + } + public function getLeasedLastHour() + { + return $this->leasedLastHour; + } + public function setLeasedLastMinute($leasedLastMinute) + { + $this->leasedLastMinute = $leasedLastMinute; + } + public function getLeasedLastMinute() + { + return $this->leasedLastMinute; + } + public function setOldestTask($oldestTask) + { + $this->oldestTask = $oldestTask; + } + public function getOldestTask() + { + return $this->oldestTask; + } + public function setTotalTasks($totalTasks) + { + $this->totalTasks = $totalTasks; + } + public function getTotalTasks() + { + return $this->totalTasks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks.php new file mode 100644 index 000000000..0e9ff192e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Taskqueue_Task + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php new file mode 100644 index 000000000..1c4552853 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Taskqueue_Task + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks.php new file mode 100644 index 000000000..d4e1cfeb2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks.php @@ -0,0 +1,297 @@ + + * Manages your tasks and task lists. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Tasks extends Google_Service +{ + /** Create, edit, organize, and delete all your tasks. */ + const TASKS = + "https://www.googleapis.com/auth/tasks"; + /** View your tasks. */ + const TASKS_READONLY = + "https://www.googleapis.com/auth/tasks.readonly"; + + public $tasklists; + public $tasks; + + /** + * Constructs the internal representation of the Tasks 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 = 'tasks/v1/'; + $this->batchPath = 'batch/tasks/v1'; + $this->version = 'v1'; + $this->serviceName = 'tasks'; + + $this->tasklists = new Google_Service_Tasks_Resource_Tasklists( + $this, + $this->serviceName, + 'tasklists', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'users/@me/lists/{tasklist}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'users/@me/lists/{tasklist}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'users/@me/lists', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'users/@me/lists', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'users/@me/lists/{tasklist}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'users/@me/lists/{tasklist}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->tasks = new Google_Service_Tasks_Resource_Tasks( + $this, + $this->serviceName, + 'tasks', + array( + 'methods' => array( + 'clear' => array( + 'path' => 'lists/{tasklist}/clear', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'lists/{tasklist}/tasks/{task}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'lists/{tasklist}/tasks/{task}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'lists/{tasklist}/tasks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'previous' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'lists/{tasklist}/tasks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'completedMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'completedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dueMax' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dueMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showCompleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'showHidden' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'updatedMin' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'move' => array( + 'path' => 'lists/{tasklist}/tasks/{task}/move', + 'httpMethod' => 'POST', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'previous' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'lists/{tasklist}/tasks/{task}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'lists/{tasklist}/tasks/{task}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'tasklist' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'task' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasklists.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasklists.php new file mode 100644 index 000000000..151321105 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasklists.php @@ -0,0 +1,113 @@ + + * $tasksService = new Google_Service_Tasks(...); + * $tasklists = $tasksService->tasklists; + * + */ +class Google_Service_Tasks_Resource_Tasklists extends Google_Service_Resource +{ + /** + * Deletes the authenticated user's specified task list. (tasklists.delete) + * + * @param string $tasklist Task list identifier. + * @param array $optParams Optional parameters. + */ + public function delete($tasklist, $optParams = array()) + { + $params = array('tasklist' => $tasklist); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns the authenticated user's specified task list. (tasklists.get) + * + * @param string $tasklist Task list identifier. + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_TaskList + */ + public function get($tasklist, $optParams = array()) + { + $params = array('tasklist' => $tasklist); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Tasks_TaskList"); + } + /** + * Creates a new task list and adds it to the authenticated user's task lists. + * (tasklists.insert) + * + * @param Google_Service_Tasks_TaskList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_TaskList + */ + public function insert(Google_Service_Tasks_TaskList $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Tasks_TaskList"); + } + /** + * Returns all the authenticated user's task lists. (tasklists.listTasklists) + * + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults Maximum number of task lists returned on one + * page. Optional. The default is 20 (max allowed: 100). + * @opt_param string pageToken Token specifying the result page to return. + * Optional. + * @return Google_Service_Tasks_TaskLists + */ + public function listTasklists($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Tasks_TaskLists"); + } + /** + * Updates the authenticated user's specified task list. This method supports + * patch semantics. (tasklists.patch) + * + * @param string $tasklist Task list identifier. + * @param Google_Service_Tasks_TaskList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_TaskList + */ + public function patch($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Tasks_TaskList"); + } + /** + * Updates the authenticated user's specified task list. (tasklists.update) + * + * @param string $tasklist Task list identifier. + * @param Google_Service_Tasks_TaskList $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_TaskList + */ + public function update($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Tasks_TaskList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasks.php new file mode 100644 index 000000000..894e77f09 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/Resource/Tasks.php @@ -0,0 +1,179 @@ + + * $tasksService = new Google_Service_Tasks(...); + * $tasks = $tasksService->tasks; + * + */ +class Google_Service_Tasks_Resource_Tasks extends Google_Service_Resource +{ + /** + * Clears all completed tasks from the specified task list. The affected tasks + * will be marked as 'hidden' and no longer be returned by default when + * retrieving all tasks for a task list. (tasks.clear) + * + * @param string $tasklist Task list identifier. + * @param array $optParams Optional parameters. + */ + public function clear($tasklist, $optParams = array()) + { + $params = array('tasklist' => $tasklist); + $params = array_merge($params, $optParams); + return $this->call('clear', array($params)); + } + /** + * Deletes the specified task from the task list. (tasks.delete) + * + * @param string $tasklist Task list identifier. + * @param string $task Task identifier. + * @param array $optParams Optional parameters. + */ + public function delete($tasklist, $task, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'task' => $task); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Returns the specified task. (tasks.get) + * + * @param string $tasklist Task list identifier. + * @param string $task Task identifier. + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_Task + */ + public function get($tasklist, $task, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'task' => $task); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Tasks_Task"); + } + /** + * Creates a new task on the specified task list. (tasks.insert) + * + * @param string $tasklist Task list identifier. + * @param Google_Service_Tasks_Task $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string parent Parent task identifier. If the task is created at + * the top level, this parameter is omitted. Optional. + * @opt_param string previous Previous sibling task identifier. If the task is + * created at the first position among its siblings, this parameter is omitted. + * Optional. + * @return Google_Service_Tasks_Task + */ + public function insert($tasklist, Google_Service_Tasks_Task $postBody, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Tasks_Task"); + } + /** + * Returns all tasks in the specified task list. (tasks.listTasks) + * + * @param string $tasklist Task list identifier. + * @param array $optParams Optional parameters. + * + * @opt_param string completedMax Upper bound for a task's completion date (as a + * RFC 3339 timestamp) to filter by. Optional. The default is not to filter by + * completion date. + * @opt_param string completedMin Lower bound for a task's completion date (as a + * RFC 3339 timestamp) to filter by. Optional. The default is not to filter by + * completion date. + * @opt_param string dueMax Upper bound for a task's due date (as a RFC 3339 + * timestamp) to filter by. Optional. The default is not to filter by due date. + * @opt_param string dueMin Lower bound for a task's due date (as a RFC 3339 + * timestamp) to filter by. Optional. The default is not to filter by due date. + * @opt_param string maxResults Maximum number of task lists returned on one + * page. Optional. The default is 20 (max allowed: 100). + * @opt_param string pageToken Token specifying the result page to return. + * Optional. + * @opt_param bool showCompleted Flag indicating whether completed tasks are + * returned in the result. Optional. The default is True. + * @opt_param bool showDeleted Flag indicating whether deleted tasks are + * returned in the result. Optional. The default is False. + * @opt_param bool showHidden Flag indicating whether hidden tasks are returned + * in the result. Optional. The default is False. + * @opt_param string updatedMin Lower bound for a task's last modification time + * (as a RFC 3339 timestamp) to filter by. Optional. The default is not to + * filter by last modification time. + * @return Google_Service_Tasks_Tasks + */ + public function listTasks($tasklist, $optParams = array()) + { + $params = array('tasklist' => $tasklist); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Tasks_Tasks"); + } + /** + * Moves the specified task to another position in the task list. This can + * include putting it as a child task under a new parent and/or move it to a + * different position among its sibling tasks. (tasks.move) + * + * @param string $tasklist Task list identifier. + * @param string $task Task identifier. + * @param array $optParams Optional parameters. + * + * @opt_param string parent New parent task identifier. If the task is moved to + * the top level, this parameter is omitted. Optional. + * @opt_param string previous New previous sibling task identifier. If the task + * is moved to the first position among its siblings, this parameter is omitted. + * Optional. + * @return Google_Service_Tasks_Task + */ + public function move($tasklist, $task, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'task' => $task); + $params = array_merge($params, $optParams); + return $this->call('move', array($params), "Google_Service_Tasks_Task"); + } + /** + * Updates the specified task. This method supports patch semantics. + * (tasks.patch) + * + * @param string $tasklist Task list identifier. + * @param string $task Task identifier. + * @param Google_Service_Tasks_Task $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_Task + */ + public function patch($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Tasks_Task"); + } + /** + * Updates the specified task. (tasks.update) + * + * @param string $tasklist Task list identifier. + * @param string $task Task identifier. + * @param Google_Service_Tasks_Task $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tasks_Task + */ + public function update($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array()) + { + $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Tasks_Task"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/Task.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/Task.php new file mode 100644 index 000000000..ebdd214ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/Task.php @@ -0,0 +1,164 @@ +completed = $completed; + } + public function getCompleted() + { + return $this->completed; + } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } + public function setDue($due) + { + $this->due = $due; + } + public function getDue() + { + return $this->due; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setHidden($hidden) + { + $this->hidden = $hidden; + } + public function getHidden() + { + return $this->hidden; + } + 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_Tasks_TaskLinks + */ + public function setLinks($links) + { + $this->links = $links; + } + /** + * @return Google_Service_Tasks_TaskLinks + */ + public function getLinks() + { + return $this->links; + } + public function setNotes($notes) + { + $this->notes = $notes; + } + public function getNotes() + { + return $this->notes; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + public function setPosition($position) + { + $this->position = $position; + } + public function getPosition() + { + return $this->position; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php new file mode 100644 index 000000000..7f429dd4f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskList.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskList.php new file mode 100644 index 000000000..df5522ada --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskList.php @@ -0,0 +1,75 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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 setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUpdated($updated) + { + $this->updated = $updated; + } + public function getUpdated() + { + return $this->updated; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLists.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLists.php new file mode 100644 index 000000000..5a1c1f7b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLists.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Tasks_TaskList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Tasks_TaskList + */ + 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/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php new file mode 100644 index 000000000..4b2ba142a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php @@ -0,0 +1,65 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_Tasks_Task + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Tasks_Task + */ + 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/vendor/google/apiclient-services/src/Google/Service/Testing.php b/vendor/google/apiclient-services/src/Google/Service/Testing.php new file mode 100644 index 000000000..af800f098 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing.php @@ -0,0 +1,153 @@ + + * Allows developers to run automated tests for their mobile applications on + * Google infrastructure. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Testing extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + 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 $applicationDetailService; + public $projects_testMatrices; + public $testEnvironmentCatalog; + + /** + * Constructs the internal representation of the Testing 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://testing.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'testing'; + + $this->applicationDetailService = new Google_Service_Testing_Resource_ApplicationDetailService( + $this, + $this->serviceName, + 'applicationDetailService', + array( + 'methods' => array( + 'getApkDetails' => array( + 'path' => 'v1/applicationDetailService/getApkDetails', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->projects_testMatrices = new Google_Service_Testing_Resource_ProjectsTestMatrices( + $this, + $this->serviceName, + 'testMatrices', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'testMatrixId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/projects/{projectId}/testMatrices', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'testMatrixId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->testEnvironmentCatalog = new Google_Service_Testing_Resource_TestEnvironmentCatalog( + $this, + $this->serviceName, + 'testEnvironmentCatalog', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/testEnvironmentCatalog/{environmentType}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'environmentType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Account.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Account.php new file mode 100644 index 000000000..3313bd674 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Account.php @@ -0,0 +1,37 @@ +googleAuto = $googleAuto; + } + /** + * @return Google_Service_Testing_GoogleAuto + */ + public function getGoogleAuto() + { + return $this->googleAuto; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDevice.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDevice.php new file mode 100644 index 000000000..4fd3b4d2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDevice.php @@ -0,0 +1,57 @@ +androidModelId = $androidModelId; + } + public function getAndroidModelId() + { + return $this->androidModelId; + } + public function setAndroidVersionId($androidVersionId) + { + $this->androidVersionId = $androidVersionId; + } + public function getAndroidVersionId() + { + return $this->androidVersionId; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setOrientation($orientation) + { + $this->orientation = $orientation; + } + public function getOrientation() + { + return $this->orientation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceCatalog.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceCatalog.php new file mode 100644 index 000000000..b5b45ee6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceCatalog.php @@ -0,0 +1,70 @@ +models = $models; + } + /** + * @return Google_Service_Testing_AndroidModel + */ + public function getModels() + { + return $this->models; + } + /** + * @param Google_Service_Testing_AndroidRuntimeConfiguration + */ + public function setRuntimeConfiguration(Google_Service_Testing_AndroidRuntimeConfiguration $runtimeConfiguration) + { + $this->runtimeConfiguration = $runtimeConfiguration; + } + /** + * @return Google_Service_Testing_AndroidRuntimeConfiguration + */ + public function getRuntimeConfiguration() + { + return $this->runtimeConfiguration; + } + /** + * @param Google_Service_Testing_AndroidVersion + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_Testing_AndroidVersion + */ + public function getVersions() + { + return $this->versions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceList.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceList.php new file mode 100644 index 000000000..cb93d55b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidDeviceList.php @@ -0,0 +1,38 @@ +androidDevices = $androidDevices; + } + /** + * @return Google_Service_Testing_AndroidDevice + */ + public function getAndroidDevices() + { + return $this->androidDevices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidInstrumentationTest.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidInstrumentationTest.php new file mode 100644 index 000000000..f5d3f0cab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidInstrumentationTest.php @@ -0,0 +1,115 @@ +appApk = $appApk; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getAppApk() + { + return $this->appApk; + } + /** + * @param Google_Service_Testing_AppBundle + */ + public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) + { + $this->appBundle = $appBundle; + } + /** + * @return Google_Service_Testing_AppBundle + */ + public function getAppBundle() + { + return $this->appBundle; + } + public function setAppPackageId($appPackageId) + { + $this->appPackageId = $appPackageId; + } + public function getAppPackageId() + { + return $this->appPackageId; + } + public function setOrchestratorOption($orchestratorOption) + { + $this->orchestratorOption = $orchestratorOption; + } + public function getOrchestratorOption() + { + return $this->orchestratorOption; + } + /** + * @param Google_Service_Testing_FileReference + */ + public function setTestApk(Google_Service_Testing_FileReference $testApk) + { + $this->testApk = $testApk; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getTestApk() + { + return $this->testApk; + } + public function setTestPackageId($testPackageId) + { + $this->testPackageId = $testPackageId; + } + public function getTestPackageId() + { + return $this->testPackageId; + } + public function setTestRunnerClass($testRunnerClass) + { + $this->testRunnerClass = $testRunnerClass; + } + public function getTestRunnerClass() + { + return $this->testRunnerClass; + } + public function setTestTargets($testTargets) + { + $this->testTargets = $testTargets; + } + public function getTestTargets() + { + return $this->testTargets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidMatrix.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidMatrix.php new file mode 100644 index 000000000..58938c24b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidMatrix.php @@ -0,0 +1,58 @@ +androidModelIds = $androidModelIds; + } + public function getAndroidModelIds() + { + return $this->androidModelIds; + } + public function setAndroidVersionIds($androidVersionIds) + { + $this->androidVersionIds = $androidVersionIds; + } + public function getAndroidVersionIds() + { + return $this->androidVersionIds; + } + public function setLocales($locales) + { + $this->locales = $locales; + } + public function getLocales() + { + return $this->locales; + } + public function setOrientations($orientations) + { + $this->orientations = $orientations; + } + public function getOrientations() + { + return $this->orientations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidModel.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidModel.php new file mode 100644 index 000000000..94dc04237 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidModel.php @@ -0,0 +1,148 @@ +brand = $brand; + } + public function getBrand() + { + return $this->brand; + } + public function setCodename($codename) + { + $this->codename = $codename; + } + public function getCodename() + { + return $this->codename; + } + public function setForm($form) + { + $this->form = $form; + } + public function getForm() + { + return $this->form; + } + public function setFormFactor($formFactor) + { + $this->formFactor = $formFactor; + } + public function getFormFactor() + { + return $this->formFactor; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setLowFpsVideoRecording($lowFpsVideoRecording) + { + $this->lowFpsVideoRecording = $lowFpsVideoRecording; + } + public function getLowFpsVideoRecording() + { + return $this->lowFpsVideoRecording; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScreenDensity($screenDensity) + { + $this->screenDensity = $screenDensity; + } + public function getScreenDensity() + { + return $this->screenDensity; + } + public function setScreenX($screenX) + { + $this->screenX = $screenX; + } + public function getScreenX() + { + return $this->screenX; + } + public function setScreenY($screenY) + { + $this->screenY = $screenY; + } + public function getScreenY() + { + return $this->screenY; + } + public function setSupportedAbis($supportedAbis) + { + $this->supportedAbis = $supportedAbis; + } + public function getSupportedAbis() + { + return $this->supportedAbis; + } + public function setSupportedVersionIds($supportedVersionIds) + { + $this->supportedVersionIds = $supportedVersionIds; + } + public function getSupportedVersionIds() + { + return $this->supportedVersionIds; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRoboTest.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRoboTest.php new file mode 100644 index 000000000..1f18e090b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRoboTest.php @@ -0,0 +1,138 @@ +appApk = $appApk; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getAppApk() + { + return $this->appApk; + } + /** + * @param Google_Service_Testing_AppBundle + */ + public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) + { + $this->appBundle = $appBundle; + } + /** + * @return Google_Service_Testing_AppBundle + */ + public function getAppBundle() + { + return $this->appBundle; + } + public function setAppInitialActivity($appInitialActivity) + { + $this->appInitialActivity = $appInitialActivity; + } + public function getAppInitialActivity() + { + return $this->appInitialActivity; + } + public function setAppPackageId($appPackageId) + { + $this->appPackageId = $appPackageId; + } + public function getAppPackageId() + { + return $this->appPackageId; + } + public function setMaxDepth($maxDepth) + { + $this->maxDepth = $maxDepth; + } + public function getMaxDepth() + { + return $this->maxDepth; + } + public function setMaxSteps($maxSteps) + { + $this->maxSteps = $maxSteps; + } + public function getMaxSteps() + { + return $this->maxSteps; + } + /** + * @param Google_Service_Testing_RoboDirective + */ + public function setRoboDirectives($roboDirectives) + { + $this->roboDirectives = $roboDirectives; + } + /** + * @return Google_Service_Testing_RoboDirective + */ + public function getRoboDirectives() + { + return $this->roboDirectives; + } + /** + * @param Google_Service_Testing_FileReference + */ + public function setRoboScript(Google_Service_Testing_FileReference $roboScript) + { + $this->roboScript = $roboScript; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getRoboScript() + { + return $this->roboScript; + } + /** + * @param Google_Service_Testing_RoboStartingIntent + */ + public function setStartingIntents($startingIntents) + { + $this->startingIntents = $startingIntents; + } + /** + * @return Google_Service_Testing_RoboStartingIntent + */ + public function getStartingIntents() + { + return $this->startingIntents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRuntimeConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRuntimeConfiguration.php new file mode 100644 index 000000000..4236e4850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidRuntimeConfiguration.php @@ -0,0 +1,54 @@ +locales = $locales; + } + /** + * @return Google_Service_Testing_Locale + */ + public function getLocales() + { + return $this->locales; + } + /** + * @param Google_Service_Testing_Orientation + */ + public function setOrientations($orientations) + { + $this->orientations = $orientations; + } + /** + * @return Google_Service_Testing_Orientation + */ + public function getOrientations() + { + return $this->orientations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidTestLoop.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidTestLoop.php new file mode 100644 index 000000000..ca225cdf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidTestLoop.php @@ -0,0 +1,81 @@ +appApk = $appApk; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getAppApk() + { + return $this->appApk; + } + /** + * @param Google_Service_Testing_AppBundle + */ + public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) + { + $this->appBundle = $appBundle; + } + /** + * @return Google_Service_Testing_AppBundle + */ + public function getAppBundle() + { + return $this->appBundle; + } + public function setAppPackageId($appPackageId) + { + $this->appPackageId = $appPackageId; + } + public function getAppPackageId() + { + return $this->appPackageId; + } + public function setScenarioLabels($scenarioLabels) + { + $this->scenarioLabels = $scenarioLabels; + } + public function getScenarioLabels() + { + return $this->scenarioLabels; + } + public function setScenarios($scenarios) + { + $this->scenarios = $scenarios; + } + public function getScenarios() + { + return $this->scenarios; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidVersion.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidVersion.php new file mode 100644 index 000000000..54e6a89b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AndroidVersion.php @@ -0,0 +1,99 @@ +apiLevel = $apiLevel; + } + public function getApiLevel() + { + return $this->apiLevel; + } + public function setCodeName($codeName) + { + $this->codeName = $codeName; + } + public function getCodeName() + { + return $this->codeName; + } + /** + * @param Google_Service_Testing_Distribution + */ + public function setDistribution(Google_Service_Testing_Distribution $distribution) + { + $this->distribution = $distribution; + } + /** + * @return Google_Service_Testing_Distribution + */ + public function getDistribution() + { + return $this->distribution; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Testing_Date + */ + public function setReleaseDate(Google_Service_Testing_Date $releaseDate) + { + $this->releaseDate = $releaseDate; + } + /** + * @return Google_Service_Testing_Date + */ + public function getReleaseDate() + { + return $this->releaseDate; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + public function setVersionString($versionString) + { + $this->versionString = $versionString; + } + public function getVersionString() + { + return $this->versionString; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Apk.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Apk.php new file mode 100644 index 000000000..fd5c38dfa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Apk.php @@ -0,0 +1,46 @@ +location = $location; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getLocation() + { + return $this->location; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ApkDetail.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ApkDetail.php new file mode 100644 index 000000000..18b524c51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ApkDetail.php @@ -0,0 +1,37 @@ +apkManifest = $apkManifest; + } + /** + * @return Google_Service_Testing_ApkManifest + */ + public function getApkManifest() + { + return $this->apkManifest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ApkManifest.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ApkManifest.php new file mode 100644 index 000000000..8e19b61d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ApkManifest.php @@ -0,0 +1,83 @@ +applicationLabel = $applicationLabel; + } + public function getApplicationLabel() + { + return $this->applicationLabel; + } + /** + * @param Google_Service_Testing_IntentFilter + */ + public function setIntentFilters($intentFilters) + { + $this->intentFilters = $intentFilters; + } + /** + * @return Google_Service_Testing_IntentFilter + */ + public function getIntentFilters() + { + return $this->intentFilters; + } + public function setMaxSdkVersion($maxSdkVersion) + { + $this->maxSdkVersion = $maxSdkVersion; + } + public function getMaxSdkVersion() + { + return $this->maxSdkVersion; + } + public function setMinSdkVersion($minSdkVersion) + { + $this->minSdkVersion = $minSdkVersion; + } + public function getMinSdkVersion() + { + return $this->minSdkVersion; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setTargetSdkVersion($targetSdkVersion) + { + $this->targetSdkVersion = $targetSdkVersion; + } + public function getTargetSdkVersion() + { + return $this->targetSdkVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/AppBundle.php b/vendor/google/apiclient-services/src/Google/Service/Testing/AppBundle.php new file mode 100644 index 000000000..013b9e125 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/AppBundle.php @@ -0,0 +1,37 @@ +bundleLocation = $bundleLocation; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getBundleLocation() + { + return $this->bundleLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/CancelTestMatrixResponse.php b/vendor/google/apiclient-services/src/Google/Service/Testing/CancelTestMatrixResponse.php new file mode 100644 index 000000000..9b5609d3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/CancelTestMatrixResponse.php @@ -0,0 +1,30 @@ +testState = $testState; + } + public function getTestState() + { + return $this->testState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfo.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfo.php new file mode 100644 index 000000000..bf2c43534 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfo.php @@ -0,0 +1,47 @@ +clientInfoDetails = $clientInfoDetails; + } + /** + * @return Google_Service_Testing_ClientInfoDetail + */ + public function getClientInfoDetails() + { + return $this->clientInfoDetails; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfoDetail.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfoDetail.php new file mode 100644 index 000000000..c5c5f200a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfoDetail.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Date.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Date.php new file mode 100644 index 000000000..76c827055 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/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/vendor/google/apiclient-services/src/Google/Service/Testing/DeviceFile.php b/vendor/google/apiclient-services/src/Google/Service/Testing/DeviceFile.php new file mode 100644 index 000000000..c2a0e3c58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/DeviceFile.php @@ -0,0 +1,53 @@ +obbFile = $obbFile; + } + /** + * @return Google_Service_Testing_ObbFile + */ + public function getObbFile() + { + return $this->obbFile; + } + /** + * @param Google_Service_Testing_RegularFile + */ + public function setRegularFile(Google_Service_Testing_RegularFile $regularFile) + { + $this->regularFile = $regularFile; + } + /** + * @return Google_Service_Testing_RegularFile + */ + public function getRegularFile() + { + return $this->regularFile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Distribution.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Distribution.php new file mode 100644 index 000000000..e1e90a4e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Distribution.php @@ -0,0 +1,39 @@ +marketShare = $marketShare; + } + public function getMarketShare() + { + return $this->marketShare; + } + public function setMeasurementTime($measurementTime) + { + $this->measurementTime = $measurementTime; + } + public function getMeasurementTime() + { + return $this->measurementTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Environment.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Environment.php new file mode 100644 index 000000000..038a9c316 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Environment.php @@ -0,0 +1,53 @@ +androidDevice = $androidDevice; + } + /** + * @return Google_Service_Testing_AndroidDevice + */ + public function getAndroidDevice() + { + return $this->androidDevice; + } + /** + * @param Google_Service_Testing_IosDevice + */ + public function setIosDevice(Google_Service_Testing_IosDevice $iosDevice) + { + $this->iosDevice = $iosDevice; + } + /** + * @return Google_Service_Testing_IosDevice + */ + public function getIosDevice() + { + return $this->iosDevice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentMatrix.php b/vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentMatrix.php new file mode 100644 index 000000000..0fa7d51de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentMatrix.php @@ -0,0 +1,69 @@ +androidDeviceList = $androidDeviceList; + } + /** + * @return Google_Service_Testing_AndroidDeviceList + */ + public function getAndroidDeviceList() + { + return $this->androidDeviceList; + } + /** + * @param Google_Service_Testing_AndroidMatrix + */ + public function setAndroidMatrix(Google_Service_Testing_AndroidMatrix $androidMatrix) + { + $this->androidMatrix = $androidMatrix; + } + /** + * @return Google_Service_Testing_AndroidMatrix + */ + public function getAndroidMatrix() + { + return $this->androidMatrix; + } + /** + * @param Google_Service_Testing_IosDeviceList + */ + public function setIosDeviceList(Google_Service_Testing_IosDeviceList $iosDeviceList) + { + $this->iosDeviceList = $iosDeviceList; + } + /** + * @return Google_Service_Testing_IosDeviceList + */ + public function getIosDeviceList() + { + return $this->iosDeviceList; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentVariable.php b/vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentVariable.php new file mode 100644 index 000000000..5b2b20724 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/EnvironmentVariable.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/FileReference.php b/vendor/google/apiclient-services/src/Google/Service/Testing/FileReference.php new file mode 100644 index 000000000..3e42e6477 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/FileReference.php @@ -0,0 +1,30 @@ +gcsPath = $gcsPath; + } + public function getGcsPath() + { + return $this->gcsPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/GetApkDetailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Testing/GetApkDetailsResponse.php new file mode 100644 index 000000000..02ca72fa4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/GetApkDetailsResponse.php @@ -0,0 +1,37 @@ +apkDetail = $apkDetail; + } + /** + * @return Google_Service_Testing_ApkDetail + */ + public function getApkDetail() + { + return $this->apkDetail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/GoogleAuto.php b/vendor/google/apiclient-services/src/Google/Service/Testing/GoogleAuto.php new file mode 100644 index 000000000..2d3c4cd83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/GoogleAuto.php @@ -0,0 +1,20 @@ +gcsPath = $gcsPath; + } + public function getGcsPath() + { + return $this->gcsPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IntentFilter.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IntentFilter.php new file mode 100644 index 000000000..ec9e19eca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IntentFilter.php @@ -0,0 +1,49 @@ +actionNames = $actionNames; + } + public function getActionNames() + { + return $this->actionNames; + } + public function setCategoryNames($categoryNames) + { + $this->categoryNames = $categoryNames; + } + public function getCategoryNames() + { + return $this->categoryNames; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosDevice.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosDevice.php new file mode 100644 index 000000000..d2ec20f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosDevice.php @@ -0,0 +1,57 @@ +iosModelId = $iosModelId; + } + public function getIosModelId() + { + return $this->iosModelId; + } + public function setIosVersionId($iosVersionId) + { + $this->iosVersionId = $iosVersionId; + } + public function getIosVersionId() + { + return $this->iosVersionId; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setOrientation($orientation) + { + $this->orientation = $orientation; + } + public function getOrientation() + { + return $this->orientation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceCatalog.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceCatalog.php new file mode 100644 index 000000000..9bdb031a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceCatalog.php @@ -0,0 +1,86 @@ +models = $models; + } + /** + * @return Google_Service_Testing_IosModel + */ + public function getModels() + { + return $this->models; + } + /** + * @param Google_Service_Testing_IosRuntimeConfiguration + */ + public function setRuntimeConfiguration(Google_Service_Testing_IosRuntimeConfiguration $runtimeConfiguration) + { + $this->runtimeConfiguration = $runtimeConfiguration; + } + /** + * @return Google_Service_Testing_IosRuntimeConfiguration + */ + public function getRuntimeConfiguration() + { + return $this->runtimeConfiguration; + } + /** + * @param Google_Service_Testing_IosVersion + */ + public function setVersions($versions) + { + $this->versions = $versions; + } + /** + * @return Google_Service_Testing_IosVersion + */ + public function getVersions() + { + return $this->versions; + } + /** + * @param Google_Service_Testing_XcodeVersion + */ + public function setXcodeVersions($xcodeVersions) + { + $this->xcodeVersions = $xcodeVersions; + } + /** + * @return Google_Service_Testing_XcodeVersion + */ + public function getXcodeVersions() + { + return $this->xcodeVersions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceList.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceList.php new file mode 100644 index 000000000..cbdc041a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceList.php @@ -0,0 +1,38 @@ +iosDevices = $iosDevices; + } + /** + * @return Google_Service_Testing_IosDevice + */ + public function getIosDevices() + { + return $this->iosDevices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php new file mode 100644 index 000000000..cf777f117 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php @@ -0,0 +1,103 @@ +deviceCapabilities = $deviceCapabilities; + } + public function getDeviceCapabilities() + { + return $this->deviceCapabilities; + } + public function setFormFactor($formFactor) + { + $this->formFactor = $formFactor; + } + public function getFormFactor() + { + return $this->formFactor; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScreenDensity($screenDensity) + { + $this->screenDensity = $screenDensity; + } + public function getScreenDensity() + { + return $this->screenDensity; + } + public function setScreenX($screenX) + { + $this->screenX = $screenX; + } + public function getScreenX() + { + return $this->screenX; + } + public function setScreenY($screenY) + { + $this->screenY = $screenY; + } + public function getScreenY() + { + return $this->screenY; + } + public function setSupportedVersionIds($supportedVersionIds) + { + $this->supportedVersionIds = $supportedVersionIds; + } + public function getSupportedVersionIds() + { + return $this->supportedVersionIds; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosRuntimeConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosRuntimeConfiguration.php new file mode 100644 index 000000000..c74fbc90e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosRuntimeConfiguration.php @@ -0,0 +1,54 @@ +locales = $locales; + } + /** + * @return Google_Service_Testing_Locale + */ + public function getLocales() + { + return $this->locales; + } + /** + * @param Google_Service_Testing_Orientation + */ + public function setOrientations($orientations) + { + $this->orientations = $orientations; + } + /** + * @return Google_Service_Testing_Orientation + */ + public function getOrientations() + { + return $this->orientations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.php new file mode 100644 index 000000000..a24c855d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.php @@ -0,0 +1,56 @@ +appBundleId = $appBundleId; + } + public function getAppBundleId() + { + return $this->appBundleId; + } + /** + * @param Google_Service_Testing_FileReference + */ + public function setAppIpa(Google_Service_Testing_FileReference $appIpa) + { + $this->appIpa = $appIpa; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getAppIpa() + { + return $this->appIpa; + } + public function setScenarios($scenarios) + { + $this->scenarios = $scenarios; + } + public function getScenarios() + { + return $this->scenarios; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestSetup.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestSetup.php new file mode 100644 index 000000000..76400bb74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestSetup.php @@ -0,0 +1,30 @@ +networkProfile = $networkProfile; + } + public function getNetworkProfile() + { + return $this->networkProfile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosVersion.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosVersion.php new file mode 100644 index 000000000..e59d6cf93 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosVersion.php @@ -0,0 +1,67 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setMajorVersion($majorVersion) + { + $this->majorVersion = $majorVersion; + } + public function getMajorVersion() + { + return $this->majorVersion; + } + public function setMinorVersion($minorVersion) + { + $this->minorVersion = $minorVersion; + } + public function getMinorVersion() + { + return $this->minorVersion; + } + public function setSupportedXcodeVersionIds($supportedXcodeVersionIds) + { + $this->supportedXcodeVersionIds = $supportedXcodeVersionIds; + } + public function getSupportedXcodeVersionIds() + { + return $this->supportedXcodeVersionIds; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosXcTest.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosXcTest.php new file mode 100644 index 000000000..ae36d2217 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosXcTest.php @@ -0,0 +1,71 @@ +appBundleId = $appBundleId; + } + public function getAppBundleId() + { + return $this->appBundleId; + } + /** + * @param Google_Service_Testing_FileReference + */ + public function setTestsZip(Google_Service_Testing_FileReference $testsZip) + { + $this->testsZip = $testsZip; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getTestsZip() + { + return $this->testsZip; + } + public function setXcodeVersion($xcodeVersion) + { + $this->xcodeVersion = $xcodeVersion; + } + public function getXcodeVersion() + { + return $this->xcodeVersion; + } + /** + * @param Google_Service_Testing_FileReference + */ + public function setXctestrun(Google_Service_Testing_FileReference $xctestrun) + { + $this->xctestrun = $xctestrun; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getXctestrun() + { + return $this->xctestrun; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/LauncherActivityIntent.php b/vendor/google/apiclient-services/src/Google/Service/Testing/LauncherActivityIntent.php new file mode 100644 index 000000000..b0eab4ca8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/LauncherActivityIntent.php @@ -0,0 +1,20 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfiguration.php new file mode 100644 index 000000000..a14cb4f3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfiguration.php @@ -0,0 +1,62 @@ +downRule = $downRule; + } + /** + * @return Google_Service_Testing_TrafficRule + */ + public function getDownRule() + { + return $this->downRule; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Testing_TrafficRule + */ + public function setUpRule(Google_Service_Testing_TrafficRule $upRule) + { + $this->upRule = $upRule; + } + /** + * @return Google_Service_Testing_TrafficRule + */ + public function getUpRule() + { + return $this->upRule; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfigurationCatalog.php b/vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfigurationCatalog.php new file mode 100644 index 000000000..6964ac775 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/NetworkConfigurationCatalog.php @@ -0,0 +1,38 @@ +configurations = $configurations; + } + /** + * @return Google_Service_Testing_NetworkConfiguration + */ + public function getConfigurations() + { + return $this->configurations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ObbFile.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ObbFile.php new file mode 100644 index 000000000..2e6697c42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ObbFile.php @@ -0,0 +1,46 @@ +obb = $obb; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getObb() + { + return $this->obb; + } + public function setObbFileName($obbFileName) + { + $this->obbFileName = $obbFileName; + } + public function getObbFileName() + { + return $this->obbFileName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Orientation.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Orientation.php new file mode 100644 index 000000000..9b19e1864 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Orientation.php @@ -0,0 +1,49 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ProvidedSoftwareCatalog.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ProvidedSoftwareCatalog.php new file mode 100644 index 000000000..8ea04383d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ProvidedSoftwareCatalog.php @@ -0,0 +1,30 @@ +orchestratorVersion = $orchestratorVersion; + } + public function getOrchestratorVersion() + { + return $this->orchestratorVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/RegularFile.php b/vendor/google/apiclient-services/src/Google/Service/Testing/RegularFile.php new file mode 100644 index 000000000..d0a2a0444 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/RegularFile.php @@ -0,0 +1,46 @@ +content = $content; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getContent() + { + return $this->content; + } + public function setDevicePath($devicePath) + { + $this->devicePath = $devicePath; + } + public function getDevicePath() + { + return $this->devicePath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ApplicationDetailService.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ApplicationDetailService.php new file mode 100644 index 000000000..462ee689d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ApplicationDetailService.php @@ -0,0 +1,42 @@ + + * $testingService = new Google_Service_Testing(...); + * $applicationDetailService = $testingService->applicationDetailService; + * + */ +class Google_Service_Testing_Resource_ApplicationDetailService extends Google_Service_Resource +{ + /** + * Gets the details of an Android application APK. + * (applicationDetailService.getApkDetails) + * + * @param Google_Service_Testing_FileReference $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Testing_GetApkDetailsResponse + */ + public function getApkDetails(Google_Service_Testing_FileReference $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getApkDetails', array($params), "Google_Service_Testing_GetApkDetailsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/Projects.php new file mode 100644 index 000000000..8aaf14aba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $testingService = new Google_Service_Testing(...); + * $projects = $testingService->projects; + * + */ +class Google_Service_Testing_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ProjectsTestMatrices.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ProjectsTestMatrices.php new file mode 100644 index 000000000..275e4f04d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/ProjectsTestMatrices.php @@ -0,0 +1,99 @@ + + * $testingService = new Google_Service_Testing(...); + * $testMatrices = $testingService->testMatrices; + * + */ +class Google_Service_Testing_Resource_ProjectsTestMatrices extends Google_Service_Resource +{ + /** + * Cancels unfinished test executions in a test matrix. This call returns + * immediately and cancellation proceeds asychronously. If the matrix is already + * final, this operation will have no effect. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test + * Matrix does not exist (testMatrices.cancel) + * + * @param string $projectId Cloud project that owns the test. + * @param string $testMatrixId Test matrix that will be canceled. + * @param array $optParams Optional parameters. + * @return Google_Service_Testing_CancelTestMatrixResponse + */ + public function cancel($projectId, $testMatrixId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'testMatrixId' => $testMatrixId); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Testing_CancelTestMatrixResponse"); + } + /** + * Creates and runs a matrix of tests according to the given specifications. + * Unsupported environments will be returned in the state UNSUPPORTED. Matrices + * are limited to at most 200 supported executions. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed or if the matrix expands + * to more than 200 supported executions (testMatrices.create) + * + * @param string $projectId The GCE project under which this job will run. + * @param Google_Service_Testing_TestMatrix $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A string id used to detect duplicated requests. + * Ids are automatically scoped to a project, so users should ensure the ID is + * unique per-project. A UUID is recommended. + * + * Optional, but strongly recommended. + * @return Google_Service_Testing_TestMatrix + */ + public function create($projectId, Google_Service_Testing_TestMatrix $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Testing_TestMatrix"); + } + /** + * Checks the status of a test matrix. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test + * Matrix does not exist (testMatrices.get) + * + * @param string $projectId Cloud project that owns the test matrix. + * @param string $testMatrixId Unique test matrix id which was assigned by the + * service. + * @param array $optParams Optional parameters. + * @return Google_Service_Testing_TestMatrix + */ + public function get($projectId, $testMatrixId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'testMatrixId' => $testMatrixId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Testing_TestMatrix"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/TestEnvironmentCatalog.php b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/TestEnvironmentCatalog.php new file mode 100644 index 000000000..7f7b25ad6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/Resource/TestEnvironmentCatalog.php @@ -0,0 +1,51 @@ + + * $testingService = new Google_Service_Testing(...); + * $testEnvironmentCatalog = $testingService->testEnvironmentCatalog; + * + */ +class Google_Service_Testing_Resource_TestEnvironmentCatalog extends Google_Service_Resource +{ + /** + * Gets the catalog of supported test environments. + * + * May return any of the following canonical error codes: + * + * - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * environment type does not exist - INTERNAL - if an internal error occurred + * (testEnvironmentCatalog.get) + * + * @param string $environmentType Required. The type of environment that should + * be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string projectId For authorization, the cloud project requesting + * the TestEnvironmentCatalog. + * @return Google_Service_Testing_TestEnvironmentCatalog + */ + public function get($environmentType, $optParams = array()) + { + $params = array('environmentType' => $environmentType); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Testing_TestEnvironmentCatalog"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ResultStorage.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ResultStorage.php new file mode 100644 index 000000000..220572118 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ResultStorage.php @@ -0,0 +1,78 @@ +googleCloudStorage = $googleCloudStorage; + } + /** + * @return Google_Service_Testing_GoogleCloudStorage + */ + public function getGoogleCloudStorage() + { + return $this->googleCloudStorage; + } + public function setResultsUrl($resultsUrl) + { + $this->resultsUrl = $resultsUrl; + } + public function getResultsUrl() + { + return $this->resultsUrl; + } + /** + * @param Google_Service_Testing_ToolResultsExecution + */ + public function setToolResultsExecution(Google_Service_Testing_ToolResultsExecution $toolResultsExecution) + { + $this->toolResultsExecution = $toolResultsExecution; + } + /** + * @return Google_Service_Testing_ToolResultsExecution + */ + public function getToolResultsExecution() + { + return $this->toolResultsExecution; + } + /** + * @param Google_Service_Testing_ToolResultsHistory + */ + public function setToolResultsHistory(Google_Service_Testing_ToolResultsHistory $toolResultsHistory) + { + $this->toolResultsHistory = $toolResultsHistory; + } + /** + * @return Google_Service_Testing_ToolResultsHistory + */ + public function getToolResultsHistory() + { + return $this->toolResultsHistory; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/RoboDirective.php b/vendor/google/apiclient-services/src/Google/Service/Testing/RoboDirective.php new file mode 100644 index 000000000..2bd053bc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/RoboDirective.php @@ -0,0 +1,48 @@ +actionType = $actionType; + } + public function getActionType() + { + return $this->actionType; + } + public function setInputText($inputText) + { + $this->inputText = $inputText; + } + public function getInputText() + { + return $this->inputText; + } + public function setResourceName($resourceName) + { + $this->resourceName = $resourceName; + } + public function getResourceName() + { + return $this->resourceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/RoboStartingIntent.php b/vendor/google/apiclient-services/src/Google/Service/Testing/RoboStartingIntent.php new file mode 100644 index 000000000..11fa958cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/RoboStartingIntent.php @@ -0,0 +1,62 @@ +launcherActivity = $launcherActivity; + } + /** + * @return Google_Service_Testing_LauncherActivityIntent + */ + public function getLauncherActivity() + { + return $this->launcherActivity; + } + /** + * @param Google_Service_Testing_StartActivityIntent + */ + public function setStartActivity(Google_Service_Testing_StartActivityIntent $startActivity) + { + $this->startActivity = $startActivity; + } + /** + * @return Google_Service_Testing_StartActivityIntent + */ + public function getStartActivity() + { + return $this->startActivity; + } + public function setTimeout($timeout) + { + $this->timeout = $timeout; + } + public function getTimeout() + { + return $this->timeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/StartActivityIntent.php b/vendor/google/apiclient-services/src/Google/Service/Testing/StartActivityIntent.php new file mode 100644 index 000000000..5212cd81f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/StartActivityIntent.php @@ -0,0 +1,49 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setCategories($categories) + { + $this->categories = $categories; + } + public function getCategories() + { + return $this->categories; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestDetails.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestDetails.php new file mode 100644 index 000000000..42c3a7831 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestDetails.php @@ -0,0 +1,40 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setProgressMessages($progressMessages) + { + $this->progressMessages = $progressMessages; + } + public function getProgressMessages() + { + return $this->progressMessages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestEnvironmentCatalog.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestEnvironmentCatalog.php new file mode 100644 index 000000000..83537a83f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestEnvironmentCatalog.php @@ -0,0 +1,85 @@ +androidDeviceCatalog = $androidDeviceCatalog; + } + /** + * @return Google_Service_Testing_AndroidDeviceCatalog + */ + public function getAndroidDeviceCatalog() + { + return $this->androidDeviceCatalog; + } + /** + * @param Google_Service_Testing_IosDeviceCatalog + */ + public function setIosDeviceCatalog(Google_Service_Testing_IosDeviceCatalog $iosDeviceCatalog) + { + $this->iosDeviceCatalog = $iosDeviceCatalog; + } + /** + * @return Google_Service_Testing_IosDeviceCatalog + */ + public function getIosDeviceCatalog() + { + return $this->iosDeviceCatalog; + } + /** + * @param Google_Service_Testing_NetworkConfigurationCatalog + */ + public function setNetworkConfigurationCatalog(Google_Service_Testing_NetworkConfigurationCatalog $networkConfigurationCatalog) + { + $this->networkConfigurationCatalog = $networkConfigurationCatalog; + } + /** + * @return Google_Service_Testing_NetworkConfigurationCatalog + */ + public function getNetworkConfigurationCatalog() + { + return $this->networkConfigurationCatalog; + } + /** + * @param Google_Service_Testing_ProvidedSoftwareCatalog + */ + public function setSoftwareCatalog(Google_Service_Testing_ProvidedSoftwareCatalog $softwareCatalog) + { + $this->softwareCatalog = $softwareCatalog; + } + /** + * @return Google_Service_Testing_ProvidedSoftwareCatalog + */ + public function getSoftwareCatalog() + { + return $this->softwareCatalog; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestExecution.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestExecution.php new file mode 100644 index 000000000..8ca89f08a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestExecution.php @@ -0,0 +1,130 @@ +environment = $environment; + } + /** + * @return Google_Service_Testing_Environment + */ + public function getEnvironment() + { + return $this->environment; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setMatrixId($matrixId) + { + $this->matrixId = $matrixId; + } + public function getMatrixId() + { + return $this->matrixId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_Testing_TestDetails + */ + public function setTestDetails(Google_Service_Testing_TestDetails $testDetails) + { + $this->testDetails = $testDetails; + } + /** + * @return Google_Service_Testing_TestDetails + */ + public function getTestDetails() + { + return $this->testDetails; + } + /** + * @param Google_Service_Testing_TestSpecification + */ + public function setTestSpecification(Google_Service_Testing_TestSpecification $testSpecification) + { + $this->testSpecification = $testSpecification; + } + /** + * @return Google_Service_Testing_TestSpecification + */ + public function getTestSpecification() + { + return $this->testSpecification; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + /** + * @param Google_Service_Testing_ToolResultsStep + */ + public function setToolResultsStep(Google_Service_Testing_ToolResultsStep $toolResultsStep) + { + $this->toolResultsStep = $toolResultsStep; + } + /** + * @return Google_Service_Testing_ToolResultsStep + */ + public function getToolResultsStep() + { + return $this->toolResultsStep; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestMatrix.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestMatrix.php new file mode 100644 index 000000000..336c566b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestMatrix.php @@ -0,0 +1,165 @@ +clientInfo = $clientInfo; + } + /** + * @return Google_Service_Testing_ClientInfo + */ + public function getClientInfo() + { + return $this->clientInfo; + } + /** + * @param Google_Service_Testing_EnvironmentMatrix + */ + public function setEnvironmentMatrix(Google_Service_Testing_EnvironmentMatrix $environmentMatrix) + { + $this->environmentMatrix = $environmentMatrix; + } + /** + * @return Google_Service_Testing_EnvironmentMatrix + */ + public function getEnvironmentMatrix() + { + return $this->environmentMatrix; + } + public function setFlakyTestAttempts($flakyTestAttempts) + { + $this->flakyTestAttempts = $flakyTestAttempts; + } + public function getFlakyTestAttempts() + { + return $this->flakyTestAttempts; + } + public function setInvalidMatrixDetails($invalidMatrixDetails) + { + $this->invalidMatrixDetails = $invalidMatrixDetails; + } + public function getInvalidMatrixDetails() + { + return $this->invalidMatrixDetails; + } + public function setOutcomeSummary($outcomeSummary) + { + $this->outcomeSummary = $outcomeSummary; + } + public function getOutcomeSummary() + { + return $this->outcomeSummary; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + /** + * @param Google_Service_Testing_ResultStorage + */ + public function setResultStorage(Google_Service_Testing_ResultStorage $resultStorage) + { + $this->resultStorage = $resultStorage; + } + /** + * @return Google_Service_Testing_ResultStorage + */ + public function getResultStorage() + { + return $this->resultStorage; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_Testing_TestExecution + */ + public function setTestExecutions($testExecutions) + { + $this->testExecutions = $testExecutions; + } + /** + * @return Google_Service_Testing_TestExecution + */ + public function getTestExecutions() + { + return $this->testExecutions; + } + public function setTestMatrixId($testMatrixId) + { + $this->testMatrixId = $testMatrixId; + } + public function getTestMatrixId() + { + return $this->testMatrixId; + } + /** + * @param Google_Service_Testing_TestSpecification + */ + public function setTestSpecification(Google_Service_Testing_TestSpecification $testSpecification) + { + $this->testSpecification = $testSpecification; + } + /** + * @return Google_Service_Testing_TestSpecification + */ + public function getTestSpecification() + { + return $this->testSpecification; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestSetup.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestSetup.php new file mode 100644 index 000000000..1ebc9f6cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestSetup.php @@ -0,0 +1,104 @@ +account = $account; + } + /** + * @return Google_Service_Testing_Account + */ + public function getAccount() + { + return $this->account; + } + /** + * @param Google_Service_Testing_Apk + */ + public function setAdditionalApks($additionalApks) + { + $this->additionalApks = $additionalApks; + } + /** + * @return Google_Service_Testing_Apk + */ + public function getAdditionalApks() + { + return $this->additionalApks; + } + public function setDirectoriesToPull($directoriesToPull) + { + $this->directoriesToPull = $directoriesToPull; + } + public function getDirectoriesToPull() + { + return $this->directoriesToPull; + } + /** + * @param Google_Service_Testing_EnvironmentVariable + */ + public function setEnvironmentVariables($environmentVariables) + { + $this->environmentVariables = $environmentVariables; + } + /** + * @return Google_Service_Testing_EnvironmentVariable + */ + public function getEnvironmentVariables() + { + return $this->environmentVariables; + } + /** + * @param Google_Service_Testing_DeviceFile + */ + public function setFilesToPush($filesToPush) + { + $this->filesToPush = $filesToPush; + } + /** + * @return Google_Service_Testing_DeviceFile + */ + public function getFilesToPush() + { + return $this->filesToPush; + } + public function setNetworkProfile($networkProfile) + { + $this->networkProfile = $networkProfile; + } + public function getNetworkProfile() + { + return $this->networkProfile; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php new file mode 100644 index 000000000..0b0a46c74 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php @@ -0,0 +1,160 @@ +androidInstrumentationTest = $androidInstrumentationTest; + } + /** + * @return Google_Service_Testing_AndroidInstrumentationTest + */ + public function getAndroidInstrumentationTest() + { + return $this->androidInstrumentationTest; + } + /** + * @param Google_Service_Testing_AndroidRoboTest + */ + public function setAndroidRoboTest(Google_Service_Testing_AndroidRoboTest $androidRoboTest) + { + $this->androidRoboTest = $androidRoboTest; + } + /** + * @return Google_Service_Testing_AndroidRoboTest + */ + public function getAndroidRoboTest() + { + return $this->androidRoboTest; + } + /** + * @param Google_Service_Testing_AndroidTestLoop + */ + public function setAndroidTestLoop(Google_Service_Testing_AndroidTestLoop $androidTestLoop) + { + $this->androidTestLoop = $androidTestLoop; + } + /** + * @return Google_Service_Testing_AndroidTestLoop + */ + public function getAndroidTestLoop() + { + return $this->androidTestLoop; + } + public function setDisablePerformanceMetrics($disablePerformanceMetrics) + { + $this->disablePerformanceMetrics = $disablePerformanceMetrics; + } + public function getDisablePerformanceMetrics() + { + return $this->disablePerformanceMetrics; + } + public function setDisableVideoRecording($disableVideoRecording) + { + $this->disableVideoRecording = $disableVideoRecording; + } + public function getDisableVideoRecording() + { + return $this->disableVideoRecording; + } + /** + * @param Google_Service_Testing_IosTestLoop + */ + public function setIosTestLoop(Google_Service_Testing_IosTestLoop $iosTestLoop) + { + $this->iosTestLoop = $iosTestLoop; + } + /** + * @return Google_Service_Testing_IosTestLoop + */ + public function getIosTestLoop() + { + return $this->iosTestLoop; + } + /** + * @param Google_Service_Testing_IosTestSetup + */ + public function setIosTestSetup(Google_Service_Testing_IosTestSetup $iosTestSetup) + { + $this->iosTestSetup = $iosTestSetup; + } + /** + * @return Google_Service_Testing_IosTestSetup + */ + public function getIosTestSetup() + { + return $this->iosTestSetup; + } + /** + * @param Google_Service_Testing_IosXcTest + */ + public function setIosXcTest(Google_Service_Testing_IosXcTest $iosXcTest) + { + $this->iosXcTest = $iosXcTest; + } + /** + * @return Google_Service_Testing_IosXcTest + */ + public function getIosXcTest() + { + return $this->iosXcTest; + } + /** + * @param Google_Service_Testing_TestSetup + */ + public function setTestSetup(Google_Service_Testing_TestSetup $testSetup) + { + $this->testSetup = $testSetup; + } + /** + * @return Google_Service_Testing_TestSetup + */ + public function getTestSetup() + { + return $this->testSetup; + } + public function setTestTimeout($testTimeout) + { + $this->testTimeout = $testTimeout; + } + public function getTestTimeout() + { + return $this->testTimeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsExecution.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsExecution.php new file mode 100644 index 000000000..0f902ae63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsExecution.php @@ -0,0 +1,48 @@ +executionId = $executionId; + } + public function getExecutionId() + { + return $this->executionId; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsHistory.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsHistory.php new file mode 100644 index 000000000..20de3896d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsHistory.php @@ -0,0 +1,39 @@ +historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsStep.php b/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsStep.php new file mode 100644 index 000000000..0ea9b5e51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/ToolResultsStep.php @@ -0,0 +1,57 @@ +executionId = $executionId; + } + public function getExecutionId() + { + return $this->executionId; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TrafficRule.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TrafficRule.php new file mode 100644 index 000000000..2055f28b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TrafficRule.php @@ -0,0 +1,66 @@ +bandwidth = $bandwidth; + } + public function getBandwidth() + { + return $this->bandwidth; + } + public function setBurst($burst) + { + $this->burst = $burst; + } + public function getBurst() + { + return $this->burst; + } + public function setDelay($delay) + { + $this->delay = $delay; + } + public function getDelay() + { + return $this->delay; + } + public function setPacketDuplicationRatio($packetDuplicationRatio) + { + $this->packetDuplicationRatio = $packetDuplicationRatio; + } + public function getPacketDuplicationRatio() + { + return $this->packetDuplicationRatio; + } + public function setPacketLossRatio($packetLossRatio) + { + $this->packetLossRatio = $packetLossRatio; + } + public function getPacketLossRatio() + { + return $this->packetLossRatio; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/XcodeVersion.php b/vendor/google/apiclient-services/src/Google/Service/Testing/XcodeVersion.php new file mode 100644 index 000000000..ca5750b66 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/XcodeVersion.php @@ -0,0 +1,40 @@ +tags = $tags; + } + public function getTags() + { + return $this->tags; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech.php new file mode 100644 index 000000000..66fa16008 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech.php @@ -0,0 +1,90 @@ + + * Synthesizes natural-sounding speech by applying powerful neural network + * models. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Texttospeech extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $text; + public $voices; + + /** + * Constructs the internal representation of the Texttospeech 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://texttospeech.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'texttospeech'; + + $this->text = new Google_Service_Texttospeech_Resource_Text( + $this, + $this->serviceName, + 'text', + array( + 'methods' => array( + 'synthesize' => array( + 'path' => 'v1/text:synthesize', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->voices = new Google_Service_Texttospeech_Resource_Voices( + $this, + $this->serviceName, + 'voices', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/voices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/AudioConfig.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/AudioConfig.php new file mode 100644 index 000000000..47a5bee6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/AudioConfig.php @@ -0,0 +1,76 @@ +audioEncoding = $audioEncoding; + } + public function getAudioEncoding() + { + return $this->audioEncoding; + } + public function setEffectsProfileId($effectsProfileId) + { + $this->effectsProfileId = $effectsProfileId; + } + public function getEffectsProfileId() + { + return $this->effectsProfileId; + } + public function setPitch($pitch) + { + $this->pitch = $pitch; + } + public function getPitch() + { + return $this->pitch; + } + public function setSampleRateHertz($sampleRateHertz) + { + $this->sampleRateHertz = $sampleRateHertz; + } + public function getSampleRateHertz() + { + return $this->sampleRateHertz; + } + public function setSpeakingRate($speakingRate) + { + $this->speakingRate = $speakingRate; + } + public function getSpeakingRate() + { + return $this->speakingRate; + } + public function setVolumeGainDb($volumeGainDb) + { + $this->volumeGainDb = $volumeGainDb; + } + public function getVolumeGainDb() + { + return $this->volumeGainDb; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/ListVoicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/ListVoicesResponse.php new file mode 100644 index 000000000..07a78f205 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/ListVoicesResponse.php @@ -0,0 +1,38 @@ +voices = $voices; + } + /** + * @return Google_Service_Texttospeech_Voice + */ + public function getVoices() + { + return $this->voices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Text.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Text.php new file mode 100644 index 000000000..3f7cd2774 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Text.php @@ -0,0 +1,42 @@ + + * $texttospeechService = new Google_Service_Texttospeech(...); + * $text = $texttospeechService->text; + * + */ +class Google_Service_Texttospeech_Resource_Text extends Google_Service_Resource +{ + /** + * Synthesizes speech synchronously: receive results after all text input has + * been processed. (text.synthesize) + * + * @param Google_Service_Texttospeech_SynthesizeSpeechRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Texttospeech_SynthesizeSpeechResponse + */ + public function synthesize(Google_Service_Texttospeech_SynthesizeSpeechRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('synthesize', array($params), "Google_Service_Texttospeech_SynthesizeSpeechResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php new file mode 100644 index 000000000..aec1f37db --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php @@ -0,0 +1,48 @@ + + * $texttospeechService = new Google_Service_Texttospeech(...); + * $voices = $texttospeechService->voices; + * + */ +class Google_Service_Texttospeech_Resource_Voices extends Google_Service_Resource +{ + /** + * Returns a list of Voice supported for synthesis. (voices.listVoices) + * + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional. Recommended. [BCP-47](https://www + * .rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If specified, the ListVoices + * call will only return voices that can be used to synthesize this + * language_code. E.g. when specifying "en-NZ", you will get supported "en-*" + * voices; when specifying "no", you will get supported "no-*" (Norwegian) and + * "nb-*" (Norwegian Bokmal) voices; specifying "zh" will also get supported + * "cmn-*" voices; specifying "zh-hk" will also get supported "yue-*" voices. + * @return Google_Service_Texttospeech_ListVoicesResponse + */ + public function listVoices($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Texttospeech_ListVoicesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesisInput.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesisInput.php new file mode 100644 index 000000000..8d680f856 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesisInput.php @@ -0,0 +1,39 @@ +ssml = $ssml; + } + public function getSsml() + { + return $this->ssml; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechRequest.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechRequest.php new file mode 100644 index 000000000..235ddaf6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechRequest.php @@ -0,0 +1,69 @@ +audioConfig = $audioConfig; + } + /** + * @return Google_Service_Texttospeech_AudioConfig + */ + public function getAudioConfig() + { + return $this->audioConfig; + } + /** + * @param Google_Service_Texttospeech_SynthesisInput + */ + public function setInput(Google_Service_Texttospeech_SynthesisInput $input) + { + $this->input = $input; + } + /** + * @return Google_Service_Texttospeech_SynthesisInput + */ + public function getInput() + { + return $this->input; + } + /** + * @param Google_Service_Texttospeech_VoiceSelectionParams + */ + public function setVoice(Google_Service_Texttospeech_VoiceSelectionParams $voice) + { + $this->voice = $voice; + } + /** + * @return Google_Service_Texttospeech_VoiceSelectionParams + */ + public function getVoice() + { + return $this->voice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechResponse.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechResponse.php new file mode 100644 index 000000000..6ea8644d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/SynthesizeSpeechResponse.php @@ -0,0 +1,30 @@ +audioContent = $audioContent; + } + public function getAudioContent() + { + return $this->audioContent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Voice.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Voice.php new file mode 100644 index 000000000..a73f3fc5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Voice.php @@ -0,0 +1,58 @@ +languageCodes = $languageCodes; + } + public function getLanguageCodes() + { + return $this->languageCodes; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNaturalSampleRateHertz($naturalSampleRateHertz) + { + $this->naturalSampleRateHertz = $naturalSampleRateHertz; + } + public function getNaturalSampleRateHertz() + { + return $this->naturalSampleRateHertz; + } + public function setSsmlGender($ssmlGender) + { + $this->ssmlGender = $ssmlGender; + } + public function getSsmlGender() + { + return $this->ssmlGender; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/VoiceSelectionParams.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/VoiceSelectionParams.php new file mode 100644 index 000000000..e16928bda --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/VoiceSelectionParams.php @@ -0,0 +1,48 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSsmlGender($ssmlGender) + { + $this->ssmlGender = $ssmlGender; + } + public function getSsmlGender() + { + return $this->ssmlGender; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults.php new file mode 100644 index 000000000..ae15ae1d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults.php @@ -0,0 +1,796 @@ + + * Reads and publishes results from Firebase Test Lab. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ToolResults extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects; + public $projects_histories; + public $projects_histories_executions; + public $projects_histories_executions_clusters; + public $projects_histories_executions_steps; + public $projects_histories_executions_steps_perfMetricsSummary; + public $projects_histories_executions_steps_perfSampleSeries; + public $projects_histories_executions_steps_perfSampleSeries_samples; + public $projects_histories_executions_steps_testCases; + public $projects_histories_executions_steps_thumbnails; + + /** + * Constructs the internal representation of the ToolResults 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 = 'toolresults/v1beta3/projects/'; + $this->batchPath = 'batch/toolresults/v1beta3'; + $this->version = 'v1beta3'; + $this->serviceName = 'toolresults'; + + $this->projects = new Google_Service_ToolResults_Resource_Projects( + $this, + $this->serviceName, + 'projects', + array( + 'methods' => array( + 'getSettings' => array( + 'path' => '{projectId}/settings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'initializeSettings' => array( + 'path' => '{projectId}:initializeSettings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_histories = new Google_Service_ToolResults_Resource_ProjectsHistories( + $this, + $this->serviceName, + 'histories', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/histories', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{projectId}/histories/{historyId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filterByName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutions( + $this, + $this->serviceName, + 'executions', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/histories/{historyId}/executions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_clusters = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsClusters( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'get' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/clusters/{clusterId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_steps = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsSteps( + $this, + $this->serviceName, + 'steps', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getPerfMetricsSummary' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetricsSummary', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'publishXunitXmlFiles' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}:publishXunitXmlFiles', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_steps_perfMetricsSummary = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfMetricsSummary( + $this, + $this->serviceName, + 'perfMetricsSummary', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetricsSummary', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_steps_perfSampleSeries = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeries( + $this, + $this->serviceName, + 'perfSampleSeries', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sampleSeriesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_steps_perfSampleSeries_samples = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples( + $this, + $this->serviceName, + 'samples', + array( + 'methods' => array( + 'batchCreate' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples:batchCreate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sampleSeriesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sampleSeriesId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_steps_testCases = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsTestCases( + $this, + $this->serviceName, + 'testCases', + array( + 'methods' => array( + 'get' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/testCases/{testCaseId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'testCaseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/testCases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_histories_executions_steps_thumbnails = new Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsThumbnails( + $this, + $this->serviceName, + 'thumbnails', + array( + 'methods' => array( + 'list' => array( + 'path' => '{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/thumbnails', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'historyId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'executionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'stepId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidAppInfo.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidAppInfo.php new file mode 100644 index 000000000..f6fc21ab2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidAppInfo.php @@ -0,0 +1,57 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPackageName($packageName) + { + $this->packageName = $packageName; + } + public function getPackageName() + { + return $this->packageName; + } + public function setVersionCode($versionCode) + { + $this->versionCode = $versionCode; + } + public function getVersionCode() + { + return $this->versionCode; + } + public function setVersionName($versionName) + { + $this->versionName = $versionName; + } + public function getVersionName() + { + return $this->versionName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidInstrumentationTest.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidInstrumentationTest.php new file mode 100644 index 000000000..e4b93e203 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidInstrumentationTest.php @@ -0,0 +1,58 @@ +testPackageId = $testPackageId; + } + public function getTestPackageId() + { + return $this->testPackageId; + } + public function setTestRunnerClass($testRunnerClass) + { + $this->testRunnerClass = $testRunnerClass; + } + public function getTestRunnerClass() + { + return $this->testRunnerClass; + } + public function setTestTargets($testTargets) + { + $this->testTargets = $testTargets; + } + public function getTestTargets() + { + return $this->testTargets; + } + public function setUseOrchestrator($useOrchestrator) + { + $this->useOrchestrator = $useOrchestrator; + } + public function getUseOrchestrator() + { + return $this->useOrchestrator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidRoboTest.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidRoboTest.php new file mode 100644 index 000000000..0f605578d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidRoboTest.php @@ -0,0 +1,66 @@ +appInitialActivity = $appInitialActivity; + } + public function getAppInitialActivity() + { + return $this->appInitialActivity; + } + public function setBootstrapPackageId($bootstrapPackageId) + { + $this->bootstrapPackageId = $bootstrapPackageId; + } + public function getBootstrapPackageId() + { + return $this->bootstrapPackageId; + } + public function setBootstrapRunnerClass($bootstrapRunnerClass) + { + $this->bootstrapRunnerClass = $bootstrapRunnerClass; + } + public function getBootstrapRunnerClass() + { + return $this->bootstrapRunnerClass; + } + public function setMaxDepth($maxDepth) + { + $this->maxDepth = $maxDepth; + } + public function getMaxDepth() + { + return $this->maxDepth; + } + public function setMaxSteps($maxSteps) + { + $this->maxSteps = $maxSteps; + } + public function getMaxSteps() + { + return $this->maxSteps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidTest.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidTest.php new file mode 100644 index 000000000..4e14447d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AndroidTest.php @@ -0,0 +1,85 @@ +androidAppInfo = $androidAppInfo; + } + /** + * @return Google_Service_ToolResults_AndroidAppInfo + */ + public function getAndroidAppInfo() + { + return $this->androidAppInfo; + } + /** + * @param Google_Service_ToolResults_AndroidInstrumentationTest + */ + public function setAndroidInstrumentationTest(Google_Service_ToolResults_AndroidInstrumentationTest $androidInstrumentationTest) + { + $this->androidInstrumentationTest = $androidInstrumentationTest; + } + /** + * @return Google_Service_ToolResults_AndroidInstrumentationTest + */ + public function getAndroidInstrumentationTest() + { + return $this->androidInstrumentationTest; + } + /** + * @param Google_Service_ToolResults_AndroidRoboTest + */ + public function setAndroidRoboTest(Google_Service_ToolResults_AndroidRoboTest $androidRoboTest) + { + $this->androidRoboTest = $androidRoboTest; + } + /** + * @return Google_Service_ToolResults_AndroidRoboTest + */ + public function getAndroidRoboTest() + { + return $this->androidRoboTest; + } + /** + * @param Google_Service_ToolResults_Duration + */ + public function setTestTimeout(Google_Service_ToolResults_Duration $testTimeout) + { + $this->testTimeout = $testTimeout; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getTestTimeout() + { + return $this->testTimeout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php new file mode 100644 index 000000000..e1553129d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php @@ -0,0 +1,39 @@ +typeUrl = $typeUrl; + } + public function getTypeUrl() + { + return $this->typeUrl; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/AppStartTime.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AppStartTime.php new file mode 100644 index 000000000..284e5242a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/AppStartTime.php @@ -0,0 +1,53 @@ +fullyDrawnTime = $fullyDrawnTime; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getFullyDrawnTime() + { + return $this->fullyDrawnTime; + } + /** + * @param Google_Service_ToolResults_Duration + */ + public function setInitialDisplayTime(Google_Service_ToolResults_Duration $initialDisplayTime) + { + $this->initialDisplayTime = $initialDisplayTime; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getInitialDisplayTime() + { + return $this->initialDisplayTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/BasicPerfSampleSeries.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BasicPerfSampleSeries.php new file mode 100644 index 000000000..5f1bee726 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BasicPerfSampleSeries.php @@ -0,0 +1,48 @@ +perfMetricType = $perfMetricType; + } + public function getPerfMetricType() + { + return $this->perfMetricType; + } + public function setPerfUnit($perfUnit) + { + $this->perfUnit = $perfUnit; + } + public function getPerfUnit() + { + return $this->perfUnit; + } + public function setSampleSeriesLabel($sampleSeriesLabel) + { + $this->sampleSeriesLabel = $sampleSeriesLabel; + } + public function getSampleSeriesLabel() + { + return $this->sampleSeriesLabel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesRequest.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesRequest.php new file mode 100644 index 000000000..040337bc5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesRequest.php @@ -0,0 +1,38 @@ +perfSamples = $perfSamples; + } + /** + * @return Google_Service_ToolResults_PerfSample + */ + public function getPerfSamples() + { + return $this->perfSamples; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.php new file mode 100644 index 000000000..3294ebbc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.php @@ -0,0 +1,38 @@ +perfSamples = $perfSamples; + } + /** + * @return Google_Service_ToolResults_PerfSample + */ + public function getPerfSamples() + { + return $this->perfSamples; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/CPUInfo.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/CPUInfo.php new file mode 100644 index 000000000..887e4e384 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/CPUInfo.php @@ -0,0 +1,48 @@ +cpuProcessor = $cpuProcessor; + } + public function getCpuProcessor() + { + return $this->cpuProcessor; + } + public function setCpuSpeedInGhz($cpuSpeedInGhz) + { + $this->cpuSpeedInGhz = $cpuSpeedInGhz; + } + public function getCpuSpeedInGhz() + { + return $this->cpuSpeedInGhz; + } + public function setNumberOfCores($numberOfCores) + { + $this->numberOfCores = $numberOfCores; + } + public function getNumberOfCores() + { + return $this->numberOfCores; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Duration.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Duration.php new file mode 100644 index 000000000..e92fff95c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Duration.php @@ -0,0 +1,39 @@ +nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } + public function setSeconds($seconds) + { + $this->seconds = $seconds; + } + public function getSeconds() + { + return $this->seconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Execution.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Execution.php new file mode 100644 index 000000000..1b22f2be9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Execution.php @@ -0,0 +1,112 @@ +completionTime = $completionTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getCompletionTime() + { + return $this->completionTime; + } + /** + * @param Google_Service_ToolResults_Timestamp + */ + public function setCreationTime(Google_Service_ToolResults_Timestamp $creationTime) + { + $this->creationTime = $creationTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getCreationTime() + { + return $this->creationTime; + } + public function setExecutionId($executionId) + { + $this->executionId = $executionId; + } + public function getExecutionId() + { + return $this->executionId; + } + /** + * @param Google_Service_ToolResults_Outcome + */ + public function setOutcome(Google_Service_ToolResults_Outcome $outcome) + { + $this->outcome = $outcome; + } + /** + * @return Google_Service_ToolResults_Outcome + */ + public function getOutcome() + { + return $this->outcome; + } + /** + * @param Google_Service_ToolResults_Specification + */ + public function setSpecification(Google_Service_ToolResults_Specification $specification) + { + $this->specification = $specification; + } + /** + * @return Google_Service_ToolResults_Specification + */ + public function getSpecification() + { + return $this->specification; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setTestExecutionMatrixId($testExecutionMatrixId) + { + $this->testExecutionMatrixId = $testExecutionMatrixId; + } + public function getTestExecutionMatrixId() + { + return $this->testExecutionMatrixId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php new file mode 100644 index 000000000..c9f0e894e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php @@ -0,0 +1,66 @@ +crashed = $crashed; + } + public function getCrashed() + { + return $this->crashed; + } + public function setNotInstalled($notInstalled) + { + $this->notInstalled = $notInstalled; + } + public function getNotInstalled() + { + return $this->notInstalled; + } + public function setOtherNativeCrash($otherNativeCrash) + { + $this->otherNativeCrash = $otherNativeCrash; + } + public function getOtherNativeCrash() + { + return $this->otherNativeCrash; + } + public function setTimedOut($timedOut) + { + $this->timedOut = $timedOut; + } + public function getTimedOut() + { + return $this->timedOut; + } + public function setUnableToCrawl($unableToCrawl) + { + $this->unableToCrawl = $unableToCrawl; + } + public function getUnableToCrawl() + { + return $this->unableToCrawl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/FileReference.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/FileReference.php new file mode 100644 index 000000000..374225cde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/FileReference.php @@ -0,0 +1,30 @@ +fileUri = $fileUri; + } + public function getFileUri() + { + return $this->fileUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStats.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStats.php new file mode 100644 index 000000000..852a99a96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStats.php @@ -0,0 +1,137 @@ +buckets = $buckets; + } + /** + * @return Google_Service_ToolResults_GraphicsStatsBucket + */ + public function getBuckets() + { + return $this->buckets; + } + public function setHighInputLatencyCount($highInputLatencyCount) + { + $this->highInputLatencyCount = $highInputLatencyCount; + } + public function getHighInputLatencyCount() + { + return $this->highInputLatencyCount; + } + public function setJankyFrames($jankyFrames) + { + $this->jankyFrames = $jankyFrames; + } + public function getJankyFrames() + { + return $this->jankyFrames; + } + public function setMissedVsyncCount($missedVsyncCount) + { + $this->missedVsyncCount = $missedVsyncCount; + } + public function getMissedVsyncCount() + { + return $this->missedVsyncCount; + } + public function setP50Millis($p50Millis) + { + $this->p50Millis = $p50Millis; + } + public function getP50Millis() + { + return $this->p50Millis; + } + public function setP90Millis($p90Millis) + { + $this->p90Millis = $p90Millis; + } + public function getP90Millis() + { + return $this->p90Millis; + } + public function setP95Millis($p95Millis) + { + $this->p95Millis = $p95Millis; + } + public function getP95Millis() + { + return $this->p95Millis; + } + public function setP99Millis($p99Millis) + { + $this->p99Millis = $p99Millis; + } + public function getP99Millis() + { + return $this->p99Millis; + } + public function setSlowBitmapUploadCount($slowBitmapUploadCount) + { + $this->slowBitmapUploadCount = $slowBitmapUploadCount; + } + public function getSlowBitmapUploadCount() + { + return $this->slowBitmapUploadCount; + } + public function setSlowDrawCount($slowDrawCount) + { + $this->slowDrawCount = $slowDrawCount; + } + public function getSlowDrawCount() + { + return $this->slowDrawCount; + } + public function setSlowUiThreadCount($slowUiThreadCount) + { + $this->slowUiThreadCount = $slowUiThreadCount; + } + public function getSlowUiThreadCount() + { + return $this->slowUiThreadCount; + } + public function setTotalFrames($totalFrames) + { + $this->totalFrames = $totalFrames; + } + public function getTotalFrames() + { + return $this->totalFrames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStatsBucket.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStatsBucket.php new file mode 100644 index 000000000..47e273e75 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/GraphicsStatsBucket.php @@ -0,0 +1,39 @@ +frameCount = $frameCount; + } + public function getFrameCount() + { + return $this->frameCount; + } + public function setRenderMillis($renderMillis) + { + $this->renderMillis = $renderMillis; + } + public function getRenderMillis() + { + return $this->renderMillis; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/History.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/History.php new file mode 100644 index 000000000..d9089b51d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/History.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Image.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Image.php new file mode 100644 index 000000000..827632acb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Image.php @@ -0,0 +1,78 @@ +error = $error; + } + /** + * @return Google_Service_ToolResults_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_ToolResults_ToolOutputReference + */ + public function setSourceImage(Google_Service_ToolResults_ToolOutputReference $sourceImage) + { + $this->sourceImage = $sourceImage; + } + /** + * @return Google_Service_ToolResults_ToolOutputReference + */ + public function getSourceImage() + { + return $this->sourceImage; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } + /** + * @param Google_Service_ToolResults_Thumbnail + */ + public function setThumbnail(Google_Service_ToolResults_Thumbnail $thumbnail) + { + $this->thumbnail = $thumbnail; + } + /** + * @return Google_Service_ToolResults_Thumbnail + */ + public function getThumbnail() + { + return $this->thumbnail; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.php new file mode 100644 index 000000000..1e63fb6a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.php @@ -0,0 +1,48 @@ +abortedByUser = $abortedByUser; + } + public function getAbortedByUser() + { + return $this->abortedByUser; + } + public function setHasErrorLogs($hasErrorLogs) + { + $this->hasErrorLogs = $hasErrorLogs; + } + public function getHasErrorLogs() + { + return $this->hasErrorLogs; + } + public function setInfrastructureFailure($infrastructureFailure) + { + $this->infrastructureFailure = $infrastructureFailure; + } + public function getInfrastructureFailure() + { + return $this->infrastructureFailure; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/IndividualOutcome.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/IndividualOutcome.php new file mode 100644 index 000000000..755ce2504 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/IndividualOutcome.php @@ -0,0 +1,64 @@ +multistepNumber = $multistepNumber; + } + public function getMultistepNumber() + { + return $this->multistepNumber; + } + public function setOutcomeSummary($outcomeSummary) + { + $this->outcomeSummary = $outcomeSummary; + } + public function getOutcomeSummary() + { + return $this->outcomeSummary; + } + /** + * @param Google_Service_ToolResults_Duration + */ + public function setRunDuration(Google_Service_ToolResults_Duration $runDuration) + { + $this->runDuration = $runDuration; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getRunDuration() + { + return $this->runDuration; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListExecutionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListExecutionsResponse.php new file mode 100644 index 000000000..25a8840c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListExecutionsResponse.php @@ -0,0 +1,47 @@ +executions = $executions; + } + /** + * @return Google_Service_ToolResults_Execution + */ + public function getExecutions() + { + return $this->executions; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php new file mode 100644 index 000000000..01fa2f9cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php @@ -0,0 +1,47 @@ +histories = $histories; + } + /** + * @return Google_Service_ToolResults_History + */ + public function getHistories() + { + return $this->histories; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php new file mode 100644 index 000000000..09df146ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php @@ -0,0 +1,38 @@ +perfSampleSeries = $perfSampleSeries; + } + /** + * @return Google_Service_ToolResults_PerfSampleSeries + */ + public function getPerfSampleSeries() + { + return $this->perfSampleSeries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.php new file mode 100644 index 000000000..ca0517e28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ToolResults_PerfSample + */ + public function setPerfSamples($perfSamples) + { + $this->perfSamples = $perfSamples; + } + /** + * @return Google_Service_ToolResults_PerfSample + */ + public function getPerfSamples() + { + return $this->perfSamples; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListScreenshotClustersResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListScreenshotClustersResponse.php new file mode 100644 index 000000000..e83a6ba7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListScreenshotClustersResponse.php @@ -0,0 +1,38 @@ +clusters = $clusters; + } + /** + * @return Google_Service_ToolResults_ScreenshotCluster + */ + public function getClusters() + { + return $this->clusters; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.php new file mode 100644 index 000000000..d690ce4ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ToolResults_Image + */ + public function setThumbnails($thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_ToolResults_Image + */ + public function getThumbnails() + { + return $this->thumbnails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.php new file mode 100644 index 000000000..07390d22e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ToolResults_Step + */ + public function setSteps($steps) + { + $this->steps = $steps; + } + /** + * @return Google_Service_ToolResults_Step + */ + public function getSteps() + { + return $this->steps; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListTestCasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListTestCasesResponse.php new file mode 100644 index 000000000..bb77ab696 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListTestCasesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_ToolResults_TestCase + */ + public function setTestCases($testCases) + { + $this->testCases = $testCases; + } + /** + * @return Google_Service_ToolResults_TestCase + */ + public function getTestCases() + { + return $this->testCases; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.php new file mode 100644 index 000000000..379334c2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.php @@ -0,0 +1,39 @@ +memoryCapInKibibyte = $memoryCapInKibibyte; + } + public function getMemoryCapInKibibyte() + { + return $this->memoryCapInKibibyte; + } + public function setMemoryTotalInKibibyte($memoryTotalInKibibyte) + { + $this->memoryTotalInKibibyte = $memoryTotalInKibibyte; + } + public function getMemoryTotalInKibibyte() + { + return $this->memoryTotalInKibibyte; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/MultiStep.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/MultiStep.php new file mode 100644 index 000000000..a7d0c219a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/MultiStep.php @@ -0,0 +1,55 @@ +multistepNumber = $multistepNumber; + } + public function getMultistepNumber() + { + return $this->multistepNumber; + } + /** + * @param Google_Service_ToolResults_PrimaryStep + */ + public function setPrimaryStep(Google_Service_ToolResults_PrimaryStep $primaryStep) + { + $this->primaryStep = $primaryStep; + } + /** + * @return Google_Service_ToolResults_PrimaryStep + */ + public function getPrimaryStep() + { + return $this->primaryStep; + } + public function setPrimaryStepId($primaryStepId) + { + $this->primaryStepId = $primaryStepId; + } + public function getPrimaryStepId() + { + return $this->primaryStepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Outcome.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Outcome.php new file mode 100644 index 000000000..a91d11b2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Outcome.php @@ -0,0 +1,94 @@ +failureDetail = $failureDetail; + } + /** + * @return Google_Service_ToolResults_FailureDetail + */ + public function getFailureDetail() + { + return $this->failureDetail; + } + /** + * @param Google_Service_ToolResults_InconclusiveDetail + */ + public function setInconclusiveDetail(Google_Service_ToolResults_InconclusiveDetail $inconclusiveDetail) + { + $this->inconclusiveDetail = $inconclusiveDetail; + } + /** + * @return Google_Service_ToolResults_InconclusiveDetail + */ + public function getInconclusiveDetail() + { + return $this->inconclusiveDetail; + } + /** + * @param Google_Service_ToolResults_SkippedDetail + */ + public function setSkippedDetail(Google_Service_ToolResults_SkippedDetail $skippedDetail) + { + $this->skippedDetail = $skippedDetail; + } + /** + * @return Google_Service_ToolResults_SkippedDetail + */ + public function getSkippedDetail() + { + return $this->skippedDetail; + } + /** + * @param Google_Service_ToolResults_SuccessDetail + */ + public function setSuccessDetail(Google_Service_ToolResults_SuccessDetail $successDetail) + { + $this->successDetail = $successDetail; + } + /** + * @return Google_Service_ToolResults_SuccessDetail + */ + public function getSuccessDetail() + { + return $this->successDetail; + } + public function setSummary($summary) + { + $this->summary = $summary; + } + public function getSummary() + { + return $this->summary; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php new file mode 100644 index 000000000..c687f84cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php @@ -0,0 +1,53 @@ +cpuInfo = $cpuInfo; + } + /** + * @return Google_Service_ToolResults_CPUInfo + */ + public function getCpuInfo() + { + return $this->cpuInfo; + } + /** + * @param Google_Service_ToolResults_MemoryInfo + */ + public function setMemoryInfo(Google_Service_ToolResults_MemoryInfo $memoryInfo) + { + $this->memoryInfo = $memoryInfo; + } + /** + * @return Google_Service_ToolResults_MemoryInfo + */ + public function getMemoryInfo() + { + return $this->memoryInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfMetricsSummary.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfMetricsSummary.php new file mode 100644 index 000000000..be057fad9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfMetricsSummary.php @@ -0,0 +1,115 @@ +appStartTime = $appStartTime; + } + /** + * @return Google_Service_ToolResults_AppStartTime + */ + public function getAppStartTime() + { + return $this->appStartTime; + } + public function setExecutionId($executionId) + { + $this->executionId = $executionId; + } + public function getExecutionId() + { + return $this->executionId; + } + /** + * @param Google_Service_ToolResults_GraphicsStats + */ + public function setGraphicsStats(Google_Service_ToolResults_GraphicsStats $graphicsStats) + { + $this->graphicsStats = $graphicsStats; + } + /** + * @return Google_Service_ToolResults_GraphicsStats + */ + public function getGraphicsStats() + { + return $this->graphicsStats; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + /** + * @param Google_Service_ToolResults_PerfEnvironment + */ + public function setPerfEnvironment(Google_Service_ToolResults_PerfEnvironment $perfEnvironment) + { + $this->perfEnvironment = $perfEnvironment; + } + /** + * @return Google_Service_ToolResults_PerfEnvironment + */ + public function getPerfEnvironment() + { + return $this->perfEnvironment; + } + public function setPerfMetrics($perfMetrics) + { + $this->perfMetrics = $perfMetrics; + } + public function getPerfMetrics() + { + return $this->perfMetrics; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php new file mode 100644 index 000000000..ec5465258 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php @@ -0,0 +1,46 @@ +sampleTime = $sampleTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getSampleTime() + { + return $this->sampleTime; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php new file mode 100644 index 000000000..4387905ea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php @@ -0,0 +1,82 @@ +basicPerfSampleSeries = $basicPerfSampleSeries; + } + /** + * @return Google_Service_ToolResults_BasicPerfSampleSeries + */ + public function getBasicPerfSampleSeries() + { + return $this->basicPerfSampleSeries; + } + public function setExecutionId($executionId) + { + $this->executionId = $executionId; + } + public function getExecutionId() + { + return $this->executionId; + } + public function setHistoryId($historyId) + { + $this->historyId = $historyId; + } + public function getHistoryId() + { + return $this->historyId; + } + public function setProjectId($projectId) + { + $this->projectId = $projectId; + } + public function getProjectId() + { + return $this->projectId; + } + public function setSampleSeriesId($sampleSeriesId) + { + $this->sampleSeriesId = $sampleSeriesId; + } + public function getSampleSeriesId() + { + return $this->sampleSeriesId; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PrimaryStep.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PrimaryStep.php new file mode 100644 index 000000000..b7a2e0252 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PrimaryStep.php @@ -0,0 +1,47 @@ +individualOutcome = $individualOutcome; + } + /** + * @return Google_Service_ToolResults_IndividualOutcome + */ + public function getIndividualOutcome() + { + return $this->individualOutcome; + } + public function setRollUp($rollUp) + { + $this->rollUp = $rollUp; + } + public function getRollUp() + { + return $this->rollUp; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php new file mode 100644 index 000000000..b95b73a82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php @@ -0,0 +1,39 @@ +defaultBucket = $defaultBucket; + } + public function getDefaultBucket() + { + return $this->defaultBucket; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PublishXunitXmlFilesRequest.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PublishXunitXmlFilesRequest.php new file mode 100644 index 000000000..58a4d167c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PublishXunitXmlFilesRequest.php @@ -0,0 +1,38 @@ +xunitXmlFiles = $xunitXmlFiles; + } + /** + * @return Google_Service_ToolResults_FileReference + */ + public function getXunitXmlFiles() + { + return $this->xunitXmlFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/Projects.php new file mode 100644 index 000000000..516cfaafe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/Projects.php @@ -0,0 +1,88 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $projects = $toolresultsService->projects; + * + */ +class Google_Service_ToolResults_Resource_Projects extends Google_Service_Resource +{ + /** + * Gets the Tool Results settings for a project. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read from project + * (projects.getSettings) + * + * @param string $projectId A Project id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_ProjectSettings + */ + public function getSettings($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('getSettings', array($params), "Google_Service_ToolResults_ProjectSettings"); + } + /** + * Creates resources for settings which have not yet been set. + * + * Currently, this creates a single resource: a Google Cloud Storage bucket, to + * be used as the default bucket for this project. The bucket is created in an + * FTL-own storage project. Except for in rare cases, calling this method in + * parallel from multiple clients will only create a single bucket. In order to + * avoid unnecessary storage charges, the bucket is configured to automatically + * delete objects older than 90 days. + * + * The bucket is created with the following permissions: - Owner access for + * owners of central storage project (FTL-owned) - Writer access for + * owners/editors of customer project - Reader access for viewers of customer + * project The default ACL on objects created in the bucket is: - Owner access + * for owners of central storage project - Reader access for + * owners/editors/viewers of customer project See Google Cloud Storage + * documentation for more details. + * + * If there is already a default bucket set and the project can access the + * bucket, this call does nothing. However, if the project doesn't have the + * permission to access the bucket or the bucket is deleted, a new bucket will + * be created. + * + * May return any canonical error codes, including the following: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - Any + * error code raised by Google Cloud Storage (projects.initializeSettings) + * + * @param string $projectId A Project id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_ProjectSettings + */ + public function initializeSettings($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('initializeSettings', array($params), "Google_Service_ToolResults_ProjectSettings"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistories.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistories.php new file mode 100644 index 000000000..631fe0e3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistories.php @@ -0,0 +1,121 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $histories = $toolresultsService->histories; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistories extends Google_Service_Resource +{ + /** + * Creates a History. + * + * The returned History will have the id set. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * containing project does not exist (histories.create) + * + * @param string $projectId A Project id. + * + * Required. + * @param Google_Service_ToolResults_History $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A unique request ID for server to detect + * duplicated requests. For example, a UUID. + * + * Optional, but strongly recommended. + * @return Google_Service_ToolResults_History + */ + public function create($projectId, Google_Service_ToolResults_History $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ToolResults_History"); + } + /** + * Gets a History. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History + * does not exist (histories.get) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_History + */ + public function get($projectId, $historyId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ToolResults_History"); + } + /** + * Lists Histories for a given Project. + * + * The histories are sorted by modification time in descending order. The + * history_id key will be used to order the history with the same modification + * time. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History + * does not exist (histories.listProjectsHistories) + * + * @param string $projectId A Project id. + * + * Required. + * @param array $optParams Optional parameters. + * + * @opt_param string filterByName If set, only return histories with the given + * name. + * + * Optional. + * @opt_param int pageSize The maximum number of Histories to fetch. + * + * Default value: 20. The server will use this default if the field is not set + * or has a value of 0. Any value greater than 100 will be treated as 100. + * + * Optional. + * @opt_param string pageToken A continuation token to resume the query at the + * next item. + * + * Optional. + * @return Google_Service_ToolResults_ListHistoriesResponse + */ + public function listProjectsHistories($projectId, $optParams = array()) + { + $params = array('projectId' => $projectId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListHistoriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutions.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutions.php new file mode 100644 index 000000000..ee5e9b62d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutions.php @@ -0,0 +1,155 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $executions = $toolresultsService->executions; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutions extends Google_Service_Resource +{ + /** + * Creates an Execution. + * + * The returned Execution will have the id set. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * containing History does not exist (executions.create) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param Google_Service_ToolResults_Execution $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A unique request ID for server to detect + * duplicated requests. For example, a UUID. + * + * Optional, but strongly recommended. + * @return Google_Service_ToolResults_Execution + */ + public function create($projectId, $historyId, Google_Service_ToolResults_Execution $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ToolResults_Execution"); + } + /** + * Gets an Execution. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution + * does not exist (executions.get) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId An Execution id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_Execution + */ + public function get($projectId, $historyId, $executionId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ToolResults_Execution"); + } + /** + * Lists Executions for a given History. + * + * The executions are sorted by creation_time in descending order. The + * execution_id key will be used to order the executions with the same + * creation_time. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * containing History does not exist + * (executions.listProjectsHistoriesExecutions) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of Executions to fetch. + * + * Default value: 25. The server will use this default if the field is not set + * or has a value of 0. + * + * Optional. + * @opt_param string pageToken A continuation token to resume the query at the + * next item. + * + * Optional. + * @return Google_Service_ToolResults_ListExecutionsResponse + */ + public function listProjectsHistoriesExecutions($projectId, $historyId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListExecutionsResponse"); + } + /** + * Updates an existing Execution with the supplied partial entity. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the + * requested state transition is illegal - NOT_FOUND - if the containing History + * does not exist (executions.patch) + * + * @param string $projectId A Project id. Required. + * @param string $historyId Required. + * @param string $executionId Required. + * @param Google_Service_ToolResults_Execution $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A unique request ID for server to detect + * duplicated requests. For example, a UUID. + * + * Optional, but strongly recommended. + * @return Google_Service_ToolResults_Execution + */ + public function patch($projectId, $historyId, $executionId, Google_Service_ToolResults_Execution $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ToolResults_Execution"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsClusters.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsClusters.php new file mode 100644 index 000000000..33c489bb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsClusters.php @@ -0,0 +1,80 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $clusters = $toolresultsService->clusters; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsClusters extends Google_Service_Resource +{ + /** + * Retrieves a single screenshot cluster by its ID (clusters.get) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId An Execution id. + * + * Required. + * @param string $clusterId A Cluster id + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_ScreenshotCluster + */ + public function get($projectId, $historyId, $executionId, $clusterId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'clusterId' => $clusterId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ToolResults_ScreenshotCluster"); + } + /** + * Lists Screenshot Clusters + * + * Returns the list of screenshot clusters corresponding to an execution. + * Screenshot clusters are created after the execution is finished. Clusters are + * created from a set of screenshots. Between any two screenshots, a matching + * score is calculated based off their metadata that determines how similar they + * are. Screenshots are placed in the cluster that has screens which have the + * highest matching scores. (clusters.listProjectsHistoriesExecutionsClusters) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId An Execution id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_ListScreenshotClustersResponse + */ + public function listProjectsHistoriesExecutionsClusters($projectId, $historyId, $executionId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListScreenshotClustersResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsSteps.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsSteps.php new file mode 100644 index 000000000..abaedb49c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsSteps.php @@ -0,0 +1,222 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $steps = $toolresultsService->steps; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsSteps extends Google_Service_Resource +{ + /** + * Creates a Step. + * + * The returned Step will have the id set. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the + * step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution + * does not exist (steps.create) + * + * @param string $projectId Required. A Project id. + * @param string $historyId Required. A History id. + * @param string $executionId Required. An Execution id. + * @param Google_Service_ToolResults_Step $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A unique request ID for server to detect + * duplicated requests. For example, a UUID. + * + * Optional, but strongly recommended. + * @return Google_Service_ToolResults_Step + */ + public function create($projectId, $historyId, $executionId, Google_Service_ToolResults_Step $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ToolResults_Step"); + } + /** + * Gets a Step. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does + * not exist (steps.get) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId A Execution id. + * + * Required. + * @param string $stepId A Step id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_Step + */ + public function get($projectId, $historyId, $executionId, $stepId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ToolResults_Step"); + } + /** + * Retrieves a PerfMetricsSummary. + * + * May return any of the following error code(s): - NOT_FOUND - The specified + * PerfMetricsSummary does not exist (steps.getPerfMetricsSummary) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_PerfMetricsSummary + */ + public function getPerfMetricsSummary($projectId, $historyId, $executionId, $stepId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); + $params = array_merge($params, $optParams); + return $this->call('getPerfMetricsSummary', array($params), "Google_Service_ToolResults_PerfMetricsSummary"); + } + /** + * Lists Steps for a given Execution. + * + * The steps are sorted by creation_time in descending order. The step_id key + * will be used to order the steps with the same creation_time. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to read project - + * INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an + * argument in the request happens to be invalid; e.g. if an attempt is made to + * list the children of a nonexistent Step - NOT_FOUND - if the containing + * Execution does not exist (steps.listProjectsHistoriesExecutionsSteps) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId A Execution id. + * + * Required. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of Steps to fetch. + * + * Default value: 25. The server will use this default if the field is not set + * or has a value of 0. + * + * Optional. + * @opt_param string pageToken A continuation token to resume the query at the + * next item. + * + * Optional. + * @return Google_Service_ToolResults_ListStepsResponse + */ + public function listProjectsHistoriesExecutionsSteps($projectId, $historyId, $executionId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListStepsResponse"); + } + /** + * Updates an existing Step with the supplied partial entity. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write project - + * INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the + * requested state transition is illegal (e.g try to upload a duplicate xml + * file), if the updated step is too large (more than 10Mib) - NOT_FOUND - if + * the containing Execution does not exist (steps.patch) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId A Execution id. + * + * Required. + * @param string $stepId A Step id. + * + * Required. + * @param Google_Service_ToolResults_Step $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId A unique request ID for server to detect + * duplicated requests. For example, a UUID. + * + * Optional, but strongly recommended. + * @return Google_Service_ToolResults_Step + */ + public function patch($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_Step $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_ToolResults_Step"); + } + /** + * Publish xml files to an existing Step. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write project - + * INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the + * requested state transition is illegal, e.g try to upload a duplicate xml file + * or a file too large. - NOT_FOUND - if the containing Execution does not exist + * (steps.publishXunitXmlFiles) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId A Execution id. + * + * Required. + * @param string $stepId A Step id. Note: This step must include a + * TestExecutionStep. + * + * Required. + * @param Google_Service_ToolResults_PublishXunitXmlFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_Step + */ + public function publishXunitXmlFiles($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_PublishXunitXmlFilesRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('publishXunitXmlFiles', array($params), "Google_Service_ToolResults_Step"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfMetricsSummary.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfMetricsSummary.php new file mode 100644 index 000000000..d84ba2707 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfMetricsSummary.php @@ -0,0 +1,49 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $perfMetricsSummary = $toolresultsService->perfMetricsSummary; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfMetricsSummary extends Google_Service_Resource +{ + /** + * Creates a PerfMetricsSummary resource. Returns the existing one if it has + * already been created. + * + * May return any of the following error code(s): - NOT_FOUND - The containing + * Step does not exist (perfMetricsSummary.create) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param Google_Service_ToolResults_PerfMetricsSummary $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_PerfMetricsSummary + */ + public function create($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_PerfMetricsSummary $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ToolResults_PerfMetricsSummary"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeries.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeries.php new file mode 100644 index 000000000..625b2656e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeries.php @@ -0,0 +1,96 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $perfSampleSeries = $toolresultsService->perfSampleSeries; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeries extends Google_Service_Resource +{ + /** + * Creates a PerfSampleSeries. + * + * May return any of the following error code(s): - ALREADY_EXISTS - + * PerfMetricSummary already exists for the given Step - NOT_FOUND - The + * containing Step does not exist (perfSampleSeries.create) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param Google_Service_ToolResults_PerfSampleSeries $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_PerfSampleSeries + */ + public function create($projectId, $historyId, $executionId, $stepId, Google_Service_ToolResults_PerfSampleSeries $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_ToolResults_PerfSampleSeries"); + } + /** + * Gets a PerfSampleSeries. + * + * May return any of the following error code(s): - NOT_FOUND - The specified + * PerfSampleSeries does not exist (perfSampleSeries.get) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param string $sampleSeriesId A sample series id + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_PerfSampleSeries + */ + public function get($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'sampleSeriesId' => $sampleSeriesId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ToolResults_PerfSampleSeries"); + } + /** + * Lists PerfSampleSeries for a given Step. + * + * The request provides an optional filter which specifies one or more + * PerfMetricsType to include in the result; if none returns all. The resulting + * PerfSampleSeries are sorted by ids. + * + * May return any of the following canonical error codes: - NOT_FOUND - The + * containing Step does not exist + * (perfSampleSeries.listProjectsHistoriesExecutionsStepsPerfSampleSeries) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Specify one or more PerfMetricType values such as + * CPU to filter the result + * @return Google_Service_ToolResults_ListPerfSampleSeriesResponse + */ + public function listProjectsHistoriesExecutionsStepsPerfSampleSeries($projectId, $historyId, $executionId, $stepId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListPerfSampleSeriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples.php new file mode 100644 index 000000000..4fd3bf655 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples.php @@ -0,0 +1,87 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $samples = $toolresultsService->samples; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples extends Google_Service_Resource +{ + /** + * Creates a batch of PerfSamples - a client can submit multiple batches of Perf + * Samples through repeated calls to this method in order to split up a large + * request payload - duplicates and existing timestamp entries will be ignored. + * - the batch operation may partially succeed - the set of elements + * successfully inserted is returned in the response (omits items which already + * existed in the database). + * + * May return any of the following canonical error codes: - NOT_FOUND - The + * containing PerfSampleSeries does not exist (samples.batchCreate) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param string $sampleSeriesId A sample series id + * @param Google_Service_ToolResults_BatchCreatePerfSamplesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_BatchCreatePerfSamplesResponse + */ + public function batchCreate($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, Google_Service_ToolResults_BatchCreatePerfSamplesRequest $postBody, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'sampleSeriesId' => $sampleSeriesId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchCreate', array($params), "Google_Service_ToolResults_BatchCreatePerfSamplesResponse"); + } + /** + * Lists the Performance Samples of a given Sample Series - The list results are + * sorted by timestamps ascending - The default page size is 500 samples; and + * maximum size allowed 5000 - The response token indicates the last returned + * PerfSample timestamp - When the results size exceeds the page size, submit a + * subsequent request including the page token to return the rest of the samples + * up to the page limit + * + * May return any of the following canonical error codes: - OUT_OF_RANGE - The + * specified request page_token is out of valid range - NOT_FOUND - The + * containing PerfSampleSeries does not exist + * (samples.listProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples) + * + * @param string $projectId The cloud project + * @param string $historyId A tool results history ID. + * @param string $executionId A tool results execution ID. + * @param string $stepId A tool results step ID. + * @param string $sampleSeriesId A sample series id + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The default page size is 500 samples, and the maximum + * size is 5000. If the page_size is greater than 5000, the effective page size + * will be 5000 + * @opt_param string pageToken Optional, the next_page_token returned in the + * previous response + * @return Google_Service_ToolResults_ListPerfSamplesResponse + */ + public function listProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'sampleSeriesId' => $sampleSeriesId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListPerfSamplesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsTestCases.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsTestCases.php new file mode 100644 index 000000000..86a2a79d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsTestCases.php @@ -0,0 +1,107 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $testCases = $toolresultsService->testCases; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsTestCases extends Google_Service_Resource +{ + /** + * Gets details of a Test Case for a Step. Experimental test cases API. Still in + * active development. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * containing Test Case does not exist (testCases.get) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId A Execution id + * + * Required. + * @param string $stepId A Step id. Note: This step must include a + * TestExecutionStep. + * + * Required. + * @param string $testCaseId A Test Case id. + * + * Required. + * @param array $optParams Optional parameters. + * @return Google_Service_ToolResults_TestCase + */ + public function get($projectId, $historyId, $executionId, $stepId, $testCaseId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId, 'testCaseId' => $testCaseId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_ToolResults_TestCase"); + } + /** + * Lists Test Cases attached to a Step. Experimental test cases API. Still in + * active development. + * + * May return any of the following canonical error codes: + * + * - PERMISSION_DENIED - if the user is not authorized to write to project - + * INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * containing Step does not exist + * (testCases.listProjectsHistoriesExecutionsStepsTestCases) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId A Execution id + * + * Required. + * @param string $stepId A Step id. Note: This step must include a + * TestExecutionStep. + * + * Required. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of TestCases to fetch. + * + * Default value: 100. The server will use this default if the field is not set + * or has a value of 0. + * + * Optional. + * @opt_param string pageToken A continuation token to resume the query at the + * next item. + * + * Optional. + * @return Google_Service_ToolResults_ListTestCasesResponse + */ + public function listProjectsHistoriesExecutionsStepsTestCases($projectId, $historyId, $executionId, $stepId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListTestCasesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsThumbnails.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsThumbnails.php new file mode 100644 index 000000000..9eae27e80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/ProjectsHistoriesExecutionsStepsThumbnails.php @@ -0,0 +1,69 @@ + + * $toolresultsService = new Google_Service_ToolResults(...); + * $thumbnails = $toolresultsService->thumbnails; + * + */ +class Google_Service_ToolResults_Resource_ProjectsHistoriesExecutionsStepsThumbnails extends Google_Service_Resource +{ + /** + * Lists thumbnails of images attached to a step. + * + * May return any of the following canonical error codes: - PERMISSION_DENIED - + * if the user is not authorized to read from the project, or from any of the + * images - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the + * step does not exist, or if any of the images do not exist + * (thumbnails.listProjectsHistoriesExecutionsStepsThumbnails) + * + * @param string $projectId A Project id. + * + * Required. + * @param string $historyId A History id. + * + * Required. + * @param string $executionId An Execution id. + * + * Required. + * @param string $stepId A Step id. + * + * Required. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of thumbnails to fetch. + * + * Default value: 50. The server will use this default if the field is not set + * or has a value of 0. + * + * Optional. + * @opt_param string pageToken A continuation token to resume the query at the + * next item. + * + * Optional. + * @return Google_Service_ToolResults_ListStepThumbnailsResponse + */ + public function listProjectsHistoriesExecutionsStepsThumbnails($projectId, $historyId, $executionId, $stepId, $optParams = array()) + { + $params = array('projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'stepId' => $stepId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_ToolResults_ListStepThumbnailsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Screen.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Screen.php new file mode 100644 index 000000000..da0af5c44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Screen.php @@ -0,0 +1,57 @@ +fileReference = $fileReference; + } + public function getFileReference() + { + return $this->fileReference; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ScreenshotCluster.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ScreenshotCluster.php new file mode 100644 index 000000000..269669eaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ScreenshotCluster.php @@ -0,0 +1,72 @@ +activity = $activity; + } + public function getActivity() + { + return $this->activity; + } + public function setClusterId($clusterId) + { + $this->clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } + /** + * @param Google_Service_ToolResults_Screen + */ + public function setKeyScreen(Google_Service_ToolResults_Screen $keyScreen) + { + $this->keyScreen = $keyScreen; + } + /** + * @return Google_Service_ToolResults_Screen + */ + public function getKeyScreen() + { + return $this->keyScreen; + } + /** + * @param Google_Service_ToolResults_Screen + */ + public function setScreens($screens) + { + $this->screens = $screens; + } + /** + * @return Google_Service_ToolResults_Screen + */ + public function getScreens() + { + return $this->screens; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/SkippedDetail.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/SkippedDetail.php new file mode 100644 index 000000000..137b29f67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/SkippedDetail.php @@ -0,0 +1,48 @@ +incompatibleAppVersion = $incompatibleAppVersion; + } + public function getIncompatibleAppVersion() + { + return $this->incompatibleAppVersion; + } + public function setIncompatibleArchitecture($incompatibleArchitecture) + { + $this->incompatibleArchitecture = $incompatibleArchitecture; + } + public function getIncompatibleArchitecture() + { + return $this->incompatibleArchitecture; + } + public function setIncompatibleDevice($incompatibleDevice) + { + $this->incompatibleDevice = $incompatibleDevice; + } + public function getIncompatibleDevice() + { + return $this->incompatibleDevice; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Specification.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Specification.php new file mode 100644 index 000000000..572f43753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Specification.php @@ -0,0 +1,37 @@ +androidTest = $androidTest; + } + /** + * @return Google_Service_ToolResults_AndroidTest + */ + public function getAndroidTest() + { + return $this->androidTest; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/StackTrace.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StackTrace.php new file mode 100644 index 000000000..083761dcf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StackTrace.php @@ -0,0 +1,30 @@ +exception = $exception; + } + public function getException() + { + return $this->exception; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php new file mode 100644 index 000000000..1c9fdbec0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_ToolResults_Any + */ + public function setDetails($details) + { + $this->details = $details; + } + /** + * @return Google_Service_ToolResults_Any + */ + public function getDetails() + { + return $this->details; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php new file mode 100644 index 000000000..9513e22a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php @@ -0,0 +1,227 @@ +completionTime = $completionTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getCompletionTime() + { + return $this->completionTime; + } + /** + * @param Google_Service_ToolResults_Timestamp + */ + public function setCreationTime(Google_Service_ToolResults_Timestamp $creationTime) + { + $this->creationTime = $creationTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_ToolResults_Duration + */ + public function setDeviceUsageDuration(Google_Service_ToolResults_Duration $deviceUsageDuration) + { + $this->deviceUsageDuration = $deviceUsageDuration; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getDeviceUsageDuration() + { + return $this->deviceUsageDuration; + } + /** + * @param Google_Service_ToolResults_StepDimensionValueEntry + */ + public function setDimensionValue($dimensionValue) + { + $this->dimensionValue = $dimensionValue; + } + /** + * @return Google_Service_ToolResults_StepDimensionValueEntry + */ + public function getDimensionValue() + { + return $this->dimensionValue; + } + public function setHasImages($hasImages) + { + $this->hasImages = $hasImages; + } + public function getHasImages() + { + return $this->hasImages; + } + /** + * @param Google_Service_ToolResults_StepLabelsEntry + */ + public function setLabels($labels) + { + $this->labels = $labels; + } + /** + * @return Google_Service_ToolResults_StepLabelsEntry + */ + public function getLabels() + { + return $this->labels; + } + /** + * @param Google_Service_ToolResults_MultiStep + */ + public function setMultiStep(Google_Service_ToolResults_MultiStep $multiStep) + { + $this->multiStep = $multiStep; + } + /** + * @return Google_Service_ToolResults_MultiStep + */ + public function getMultiStep() + { + return $this->multiStep; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_ToolResults_Outcome + */ + public function setOutcome(Google_Service_ToolResults_Outcome $outcome) + { + $this->outcome = $outcome; + } + /** + * @return Google_Service_ToolResults_Outcome + */ + public function getOutcome() + { + return $this->outcome; + } + /** + * @param Google_Service_ToolResults_Duration + */ + public function setRunDuration(Google_Service_ToolResults_Duration $runDuration) + { + $this->runDuration = $runDuration; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getRunDuration() + { + return $this->runDuration; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setStepId($stepId) + { + $this->stepId = $stepId; + } + public function getStepId() + { + return $this->stepId; + } + /** + * @param Google_Service_ToolResults_TestExecutionStep + */ + public function setTestExecutionStep(Google_Service_ToolResults_TestExecutionStep $testExecutionStep) + { + $this->testExecutionStep = $testExecutionStep; + } + /** + * @return Google_Service_ToolResults_TestExecutionStep + */ + public function getTestExecutionStep() + { + return $this->testExecutionStep; + } + /** + * @param Google_Service_ToolResults_ToolExecutionStep + */ + public function setToolExecutionStep(Google_Service_ToolResults_ToolExecutionStep $toolExecutionStep) + { + $this->toolExecutionStep = $toolExecutionStep; + } + /** + * @return Google_Service_ToolResults_ToolExecutionStep + */ + public function getToolExecutionStep() + { + return $this->toolExecutionStep; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepDimensionValueEntry.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepDimensionValueEntry.php new file mode 100644 index 000000000..7ef34ad6e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepDimensionValueEntry.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepLabelsEntry.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepLabelsEntry.php new file mode 100644 index 000000000..dad6b0d5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepLabelsEntry.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/SuccessDetail.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/SuccessDetail.php new file mode 100644 index 000000000..ca342a8ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/SuccessDetail.php @@ -0,0 +1,30 @@ +otherNativeCrash = $otherNativeCrash; + } + public function getOtherNativeCrash() + { + return $this->otherNativeCrash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCase.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCase.php new file mode 100644 index 000000000..713a9c6d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCase.php @@ -0,0 +1,145 @@ +elapsedTime = $elapsedTime; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getElapsedTime() + { + return $this->elapsedTime; + } + /** + * @param Google_Service_ToolResults_Timestamp + */ + public function setEndTime(Google_Service_ToolResults_Timestamp $endTime) + { + $this->endTime = $endTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getEndTime() + { + return $this->endTime; + } + public function setSkippedMessage($skippedMessage) + { + $this->skippedMessage = $skippedMessage; + } + public function getSkippedMessage() + { + return $this->skippedMessage; + } + /** + * @param Google_Service_ToolResults_StackTrace + */ + public function setStackTraces($stackTraces) + { + $this->stackTraces = $stackTraces; + } + /** + * @return Google_Service_ToolResults_StackTrace + */ + public function getStackTraces() + { + return $this->stackTraces; + } + /** + * @param Google_Service_ToolResults_Timestamp + */ + public function setStartTime(Google_Service_ToolResults_Timestamp $startTime) + { + $this->startTime = $startTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getStartTime() + { + return $this->startTime; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTestCaseId($testCaseId) + { + $this->testCaseId = $testCaseId; + } + public function getTestCaseId() + { + return $this->testCaseId; + } + /** + * @param Google_Service_ToolResults_TestCaseReference + */ + public function setTestCaseReference(Google_Service_ToolResults_TestCaseReference $testCaseReference) + { + $this->testCaseReference = $testCaseReference; + } + /** + * @return Google_Service_ToolResults_TestCaseReference + */ + public function getTestCaseReference() + { + return $this->testCaseReference; + } + /** + * @param Google_Service_ToolResults_ToolOutputReference + */ + public function setToolOutputs($toolOutputs) + { + $this->toolOutputs = $toolOutputs; + } + /** + * @return Google_Service_ToolResults_ToolOutputReference + */ + public function getToolOutputs() + { + return $this->toolOutputs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCaseReference.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCaseReference.php new file mode 100644 index 000000000..543f7cc7b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestCaseReference.php @@ -0,0 +1,48 @@ +className = $className; + } + public function getClassName() + { + return $this->className; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTestSuiteName($testSuiteName) + { + $this->testSuiteName = $testSuiteName; + } + public function getTestSuiteName() + { + return $this->testSuiteName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestExecutionStep.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestExecutionStep.php new file mode 100644 index 000000000..7e38c6369 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestExecutionStep.php @@ -0,0 +1,86 @@ +testIssues = $testIssues; + } + /** + * @return Google_Service_ToolResults_TestIssue + */ + public function getTestIssues() + { + return $this->testIssues; + } + /** + * @param Google_Service_ToolResults_TestSuiteOverview + */ + public function setTestSuiteOverviews($testSuiteOverviews) + { + $this->testSuiteOverviews = $testSuiteOverviews; + } + /** + * @return Google_Service_ToolResults_TestSuiteOverview + */ + public function getTestSuiteOverviews() + { + return $this->testSuiteOverviews; + } + /** + * @param Google_Service_ToolResults_TestTiming + */ + public function setTestTiming(Google_Service_ToolResults_TestTiming $testTiming) + { + $this->testTiming = $testTiming; + } + /** + * @return Google_Service_ToolResults_TestTiming + */ + public function getTestTiming() + { + return $this->testTiming; + } + /** + * @param Google_Service_ToolResults_ToolExecution + */ + public function setToolExecution(Google_Service_ToolResults_ToolExecution $toolExecution) + { + $this->toolExecution = $toolExecution; + } + /** + * @return Google_Service_ToolResults_ToolExecution + */ + public function getToolExecution() + { + return $this->toolExecution; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.php new file mode 100644 index 000000000..0d65b851f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.php @@ -0,0 +1,89 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + /** + * @param Google_Service_ToolResults_StackTrace + */ + public function setStackTrace(Google_Service_ToolResults_StackTrace $stackTrace) + { + $this->stackTrace = $stackTrace; + } + /** + * @return Google_Service_ToolResults_StackTrace + */ + public function getStackTrace() + { + return $this->stackTrace; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_ToolResults_Any + */ + public function setWarning(Google_Service_ToolResults_Any $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_ToolResults_Any + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestSuiteOverview.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestSuiteOverview.php new file mode 100644 index 000000000..97af8154b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestSuiteOverview.php @@ -0,0 +1,98 @@ +elapsedTime = $elapsedTime; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getElapsedTime() + { + return $this->elapsedTime; + } + public function setErrorCount($errorCount) + { + $this->errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + public function setFailureCount($failureCount) + { + $this->failureCount = $failureCount; + } + public function getFailureCount() + { + return $this->failureCount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSkippedCount($skippedCount) + { + $this->skippedCount = $skippedCount; + } + public function getSkippedCount() + { + return $this->skippedCount; + } + public function setTotalCount($totalCount) + { + $this->totalCount = $totalCount; + } + public function getTotalCount() + { + return $this->totalCount; + } + /** + * @param Google_Service_ToolResults_FileReference + */ + public function setXmlSource(Google_Service_ToolResults_FileReference $xmlSource) + { + $this->xmlSource = $xmlSource; + } + /** + * @return Google_Service_ToolResults_FileReference + */ + public function getXmlSource() + { + return $this->xmlSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestTiming.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestTiming.php new file mode 100644 index 000000000..1bfce16f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestTiming.php @@ -0,0 +1,37 @@ +testProcessDuration = $testProcessDuration; + } + /** + * @return Google_Service_ToolResults_Duration + */ + public function getTestProcessDuration() + { + return $this->testProcessDuration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Thumbnail.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Thumbnail.php new file mode 100644 index 000000000..74a6c27a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Thumbnail.php @@ -0,0 +1,57 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setHeightPx($heightPx) + { + $this->heightPx = $heightPx; + } + public function getHeightPx() + { + return $this->heightPx; + } + public function setWidthPx($widthPx) + { + $this->widthPx = $widthPx; + } + public function getWidthPx() + { + return $this->widthPx; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Timestamp.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Timestamp.php new file mode 100644 index 000000000..b8b99a5b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Timestamp.php @@ -0,0 +1,39 @@ +nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } + public function setSeconds($seconds) + { + $this->seconds = $seconds; + } + public function getSeconds() + { + return $this->seconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecution.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecution.php new file mode 100644 index 000000000..b9debfff2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecution.php @@ -0,0 +1,79 @@ +commandLineArguments = $commandLineArguments; + } + public function getCommandLineArguments() + { + return $this->commandLineArguments; + } + /** + * @param Google_Service_ToolResults_ToolExitCode + */ + public function setExitCode(Google_Service_ToolResults_ToolExitCode $exitCode) + { + $this->exitCode = $exitCode; + } + /** + * @return Google_Service_ToolResults_ToolExitCode + */ + public function getExitCode() + { + return $this->exitCode; + } + /** + * @param Google_Service_ToolResults_FileReference + */ + public function setToolLogs($toolLogs) + { + $this->toolLogs = $toolLogs; + } + /** + * @return Google_Service_ToolResults_FileReference + */ + public function getToolLogs() + { + return $this->toolLogs; + } + /** + * @param Google_Service_ToolResults_ToolOutputReference + */ + public function setToolOutputs($toolOutputs) + { + $this->toolOutputs = $toolOutputs; + } + /** + * @return Google_Service_ToolResults_ToolOutputReference + */ + public function getToolOutputs() + { + return $this->toolOutputs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecutionStep.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecutionStep.php new file mode 100644 index 000000000..546e049f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecutionStep.php @@ -0,0 +1,37 @@ +toolExecution = $toolExecution; + } + /** + * @return Google_Service_ToolResults_ToolExecution + */ + public function getToolExecution() + { + return $this->toolExecution; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExitCode.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExitCode.php new file mode 100644 index 000000000..7ea2d2ac6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExitCode.php @@ -0,0 +1,30 @@ +number = $number; + } + public function getNumber() + { + return $this->number; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolOutputReference.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolOutputReference.php new file mode 100644 index 000000000..4d817900a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolOutputReference.php @@ -0,0 +1,69 @@ +creationTime = $creationTime; + } + /** + * @return Google_Service_ToolResults_Timestamp + */ + public function getCreationTime() + { + return $this->creationTime; + } + /** + * @param Google_Service_ToolResults_FileReference + */ + public function setOutput(Google_Service_ToolResults_FileReference $output) + { + $this->output = $output; + } + /** + * @return Google_Service_ToolResults_FileReference + */ + public function getOutput() + { + return $this->output; + } + /** + * @param Google_Service_ToolResults_TestCaseReference + */ + public function setTestCase(Google_Service_ToolResults_TestCaseReference $testCase) + { + $this->testCase = $testCase; + } + /** + * @return Google_Service_ToolResults_TestCaseReference + */ + public function getTestCase() + { + return $this->testCase; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing.php b/vendor/google/apiclient-services/src/Google/Service/Tracing.php new file mode 100644 index 000000000..8420f6c28 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing.php @@ -0,0 +1,148 @@ + + * Send and retrieve trace data from Google Stackdriver Trace. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Tracing extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Write Trace data for a project or application. */ + const TRACE_APPEND = + "https://www.googleapis.com/auth/trace.append"; + /** Read Trace data for a project or application. */ + const TRACE_READONLY = + "https://www.googleapis.com/auth/trace.readonly"; + + public $projects_traces; + public $projects_traces_spans; + + /** + * Constructs the internal representation of the Tracing service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://tracing.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v2'; + $this->serviceName = 'tracing'; + + $this->projects_traces = new Google_Service_Tracing_Resource_ProjectsTraces( + $this, + $this->serviceName, + 'traces', + array( + 'methods' => array( + 'batchWrite' => array( + 'path' => 'v2/{+name}/traces:batchWrite', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/traces', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listSpans' => array( + 'path' => 'v2/{+parent}:listSpans', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_traces_spans = new Google_Service_Tracing_Resource_ProjectsTracesSpans( + $this, + $this->serviceName, + 'spans', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.php new file mode 100644 index 000000000..8888b61a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.php @@ -0,0 +1,41 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setDescription(Google_Service_Tracing_TruncatableString $description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.php new file mode 100644 index 000000000..e0a269ac7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.php @@ -0,0 +1,49 @@ +boolValue = $boolValue; + } + public function getBoolValue() + { + return $this->boolValue; + } + public function setIntValue($intValue) + { + $this->intValue = $intValue; + } + public function getIntValue() + { + return $this->intValue; + } + public function setStringValue(Google_Service_Tracing_TruncatableString $stringValue) + { + $this->stringValue = $stringValue; + } + public function getStringValue() + { + return $this->stringValue; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Attributes.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Attributes.php new file mode 100644 index 000000000..fb7721937 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Attributes.php @@ -0,0 +1,40 @@ +attributeMap = $attributeMap; + } + public function getAttributeMap() + { + return $this->attributeMap; + } + public function setDroppedAttributesCount($droppedAttributesCount) + { + $this->droppedAttributesCount = $droppedAttributesCount; + } + public function getDroppedAttributesCount() + { + return $this->droppedAttributesCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/BatchWriteSpansRequest.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/BatchWriteSpansRequest.php new file mode 100644 index 000000000..68f325e62 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/BatchWriteSpansRequest.php @@ -0,0 +1,32 @@ +spans = $spans; + } + public function getSpans() + { + return $this->spans; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php new file mode 100644 index 000000000..587280a53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php @@ -0,0 +1,48 @@ +spanId = $spanId; + } + public function getSpanId() + { + return $this->spanId; + } + public function setTraceId($traceId) + { + $this->traceId = $traceId; + } + public function getTraceId() + { + return $this->traceId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Links.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Links.php new file mode 100644 index 000000000..878b1c6c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Links.php @@ -0,0 +1,41 @@ +droppedLinksCount = $droppedLinksCount; + } + public function getDroppedLinksCount() + { + return $this->droppedLinksCount; + } + public function setLink($link) + { + $this->link = $link; + } + public function getLink() + { + return $this->link; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/ListSpansResponse.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/ListSpansResponse.php new file mode 100644 index 000000000..4b407f530 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/ListSpansResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSpans($spans) + { + $this->spans = $spans; + } + public function getSpans() + { + return $this->spans; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/ListTracesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/ListTracesResponse.php new file mode 100644 index 000000000..0997323c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/ListTracesResponse.php @@ -0,0 +1,41 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setTraces($traces) + { + $this->traces = $traces; + } + public function getTraces() + { + return $this->traces; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Module.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Module.php new file mode 100644 index 000000000..2d1bf2f9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Module.php @@ -0,0 +1,41 @@ +buildId = $buildId; + } + public function getBuildId() + { + return $this->buildId; + } + public function setModule(Google_Service_Tracing_TruncatableString $module) + { + $this->module = $module; + } + public function getModule() + { + return $this->module; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.php new file mode 100644 index 000000000..8fb2ce2dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.php @@ -0,0 +1,57 @@ +messageId = $messageId; + } + public function getMessageId() + { + return $this->messageId; + } + public function setMessageSize($messageSize) + { + $this->messageSize = $messageSize; + } + public function getMessageSize() + { + return $this->messageSize; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.php new file mode 100644 index 000000000..2bae3ba3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $tracingService = new Google_Service_Tracing(...); + * $projects = $tracingService->projects; + * + */ +class Google_Service_Tracing_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTraces.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTraces.php new file mode 100644 index 000000000..6563ce862 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTraces.php @@ -0,0 +1,105 @@ + + * $tracingService = new Google_Service_Tracing(...); + * $traces = $tracingService->traces; + * + */ +class Google_Service_Tracing_Resource_ProjectsTraces extends Google_Service_Resource +{ + /** + * Sends new spans to Stackdriver Trace or updates existing traces. If the name + * of a trace that you send matches that of an existing trace, new spans are + * added to the existing trace. Attempt to update existing spans results + * undefined behavior. If the name does not match, a new trace is created with + * given set of spans. (traces.batchWrite) + * + * @param string $name Name of the project where the spans belong to. Format is + * `projects/PROJECT_ID`. + * @param Google_Service_Tracing_BatchWriteSpansRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tracing_TracingEmpty + */ + public function batchWrite($name, Google_Service_Tracing_BatchWriteSpansRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchWrite', array($params), "Google_Service_Tracing_TracingEmpty"); + } + /** + * Returns of a list of traces that match the specified filter conditions. + * (traces.listProjectsTraces) + * + * @param string $parent ID of the Cloud project where the trace data is stored + * which is `projects/PROJECT_ID`. + * @param array $optParams Optional parameters. + * + * @opt_param string filter An optional filter for the request. Example: + * `version_label_key:a some_label:some_label_key` returns traces from version + * `a` and has `some_label` with `some_label_key`. + * @opt_param string endTime End of the time interval (inclusive) during which + * the trace data was collected from the application. + * @opt_param string pageToken Token identifying the page of results to return. + * If provided, use the value of the `next_page_token` field from a previous + * request. Optional. + * @opt_param string startTime Start of the time interval (inclusive) during + * which the trace data was collected from the application. + * @opt_param int pageSize Maximum number of traces to return. If not specified + * or <= 0, the implementation selects a reasonable value. The implementation + * may return fewer traces than the requested page size. Optional. + * @opt_param string orderBy Field used to sort the returned traces. Optional. + * Can be one of the following: + * + * * `trace_id` * `name` (`name` field of root span in the trace) * + * `duration` (difference between `end_time` and `start_time` fields of the + * root span) * `start` (`start_time` field of the root span) + * + * Descending order can be specified by appending `desc` to the sort field (for + * example, `name desc`). + * + * Only one sort field is permitted. + * @return Google_Service_Tracing_ListTracesResponse + */ + public function listProjectsTraces($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Tracing_ListTracesResponse"); + } + /** + * Returns a list of spans within a trace. (traces.listSpans) + * + * @param string $parent ID of the trace for which to list child spans. Format + * is `projects/PROJECT_ID/traces/TRACE_ID`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Token identifying the page of results to return. + * If provided, use the value of the `nextPageToken` field from a previous + * request. Optional. + * @return Google_Service_Tracing_ListSpansResponse + */ + public function listSpans($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('listSpans', array($params), "Google_Service_Tracing_ListSpansResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTracesSpans.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTracesSpans.php new file mode 100644 index 000000000..27ab62a86 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/ProjectsTracesSpans.php @@ -0,0 +1,47 @@ + + * $tracingService = new Google_Service_Tracing(...); + * $spans = $tracingService->spans; + * + */ +class Google_Service_Tracing_Resource_ProjectsTracesSpans extends Google_Service_Resource +{ + /** + * Creates a new Span. (spans.create) + * + * @param string $name The resource name of Span in the format + * `projects/PROJECT_ID/traces/TRACE_ID/spans/SPAN_ID`. `TRACE_ID` is a unique + * identifier for a trace within a project and is a base16-encoded, case- + * insensitive string and is required to be 32 char long. `SPAN_ID` is a unique + * identifier for a span within a trace. It is a base 16-encoded, case- + * insensitive string of a 8-bytes array and is required to be 16 char long. + * @param Google_Service_Tracing_Span $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Tracing_Span + */ + public function create($name, Google_Service_Tracing_Span $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Tracing_Span"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Span.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Span.php new file mode 100644 index 000000000..378b3b12d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Span.php @@ -0,0 +1,126 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setDisplayName(Google_Service_Tracing_TruncatableString $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 setLinks(Google_Service_Tracing_Links $links) + { + $this->links = $links; + } + public function getLinks() + { + return $this->links; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParentSpanId($parentSpanId) + { + $this->parentSpanId = $parentSpanId; + } + public function getParentSpanId() + { + return $this->parentSpanId; + } + public function setSpanId($spanId) + { + $this->spanId = $spanId; + } + public function getSpanId() + { + return $this->spanId; + } + public function setStackTrace(Google_Service_Tracing_StackTrace $stackTrace) + { + $this->stackTrace = $stackTrace; + } + public function getStackTrace() + { + return $this->stackTrace; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setStatus(Google_Service_Tracing_Status $status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTimeEvents(Google_Service_Tracing_TimeEvents $timeEvents) + { + $this->timeEvents = $timeEvents; + } + public function getTimeEvents() + { + return $this->timeEvents; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php new file mode 100644 index 000000000..a2fde1efe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php @@ -0,0 +1,89 @@ +columnNumber = $columnNumber; + } + public function getColumnNumber() + { + return $this->columnNumber; + } + public function setFileName(Google_Service_Tracing_TruncatableString $fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + public function setFunctionName(Google_Service_Tracing_TruncatableString $functionName) + { + $this->functionName = $functionName; + } + public function getFunctionName() + { + return $this->functionName; + } + public function setLineNumber($lineNumber) + { + $this->lineNumber = $lineNumber; + } + public function getLineNumber() + { + return $this->lineNumber; + } + public function setLoadModule(Google_Service_Tracing_Module $loadModule) + { + $this->loadModule = $loadModule; + } + public function getLoadModule() + { + return $this->loadModule; + } + public function setOriginalFunctionName(Google_Service_Tracing_TruncatableString $originalFunctionName) + { + $this->originalFunctionName = $originalFunctionName; + } + public function getOriginalFunctionName() + { + return $this->originalFunctionName; + } + public function setSourceVersion(Google_Service_Tracing_TruncatableString $sourceVersion) + { + $this->sourceVersion = $sourceVersion; + } + public function getSourceVersion() + { + return $this->sourceVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrames.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrames.php new file mode 100644 index 000000000..252a83172 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrames.php @@ -0,0 +1,41 @@ +droppedFramesCount = $droppedFramesCount; + } + public function getDroppedFramesCount() + { + return $this->droppedFramesCount; + } + public function setFrame($frame) + { + $this->frame = $frame; + } + public function getFrame() + { + return $this->frame; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php new file mode 100644 index 000000000..d4433b4da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php @@ -0,0 +1,40 @@ +stackFrames = $stackFrames; + } + public function getStackFrames() + { + return $this->stackFrames; + } + public function setStackTraceHashId($stackTraceHashId) + { + $this->stackTraceHashId = $stackTraceHashId; + } + public function getStackTraceHashId() + { + return $this->stackTraceHashId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Status.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Status.php new file mode 100644 index 000000000..afafed759 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/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/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvent.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvent.php new file mode 100644 index 000000000..4cc0fedcc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvent.php @@ -0,0 +1,50 @@ +annotation = $annotation; + } + public function getAnnotation() + { + return $this->annotation; + } + public function setNetworkEvent(Google_Service_Tracing_NetworkEvent $networkEvent) + { + $this->networkEvent = $networkEvent; + } + public function getNetworkEvent() + { + return $this->networkEvent; + } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvents.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvents.php new file mode 100644 index 000000000..ed16a3a61 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvents.php @@ -0,0 +1,50 @@ +droppedAnnotationsCount = $droppedAnnotationsCount; + } + public function getDroppedAnnotationsCount() + { + return $this->droppedAnnotationsCount; + } + public function setDroppedNetworkEventsCount($droppedNetworkEventsCount) + { + $this->droppedNetworkEventsCount = $droppedNetworkEventsCount; + } + public function getDroppedNetworkEventsCount() + { + return $this->droppedNetworkEventsCount; + } + public function setTimeEvent($timeEvent) + { + $this->timeEvent = $timeEvent; + } + public function getTimeEvent() + { + return $this->timeEvent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.php new file mode 100644 index 000000000..958b5e4bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.php @@ -0,0 +1,30 @@ +name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/TracingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/TracingEmpty.php new file mode 100644 index 000000000..b1c2933d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/TracingEmpty.php @@ -0,0 +1,20 @@ +truncatedCharacterCount = $truncatedCharacterCount; + } + public function getTruncatedCharacterCount() + { + return $this->truncatedCharacterCount; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate.php b/vendor/google/apiclient-services/src/Google/Service/Translate.php new file mode 100644 index 000000000..b76eabde0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate.php @@ -0,0 +1,156 @@ + + * The Google Cloud Translation API lets websites and programs integrate with + * Google Translate programmatically. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Translate extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Translate text from one language to another using Google Translate. */ + const CLOUD_TRANSLATION = + "https://www.googleapis.com/auth/cloud-translation"; + + public $detections; + public $languages; + public $translations; + + /** + * Constructs the internal representation of the Translate 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://translation.googleapis.com/'; + $this->servicePath = 'language/translate/'; + $this->batchPath = 'batch/translate'; + $this->version = 'v2'; + $this->serviceName = 'translate'; + + $this->detections = new Google_Service_Translate_Resource_Detections( + $this, + $this->serviceName, + 'detections', + array( + 'methods' => array( + 'detect' => array( + 'path' => 'v2/detect', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'v2/detect', + 'httpMethod' => 'GET', + 'parameters' => array( + 'q' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->languages = new Google_Service_Translate_Resource_Languages( + $this, + $this->serviceName, + 'languages', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/languages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'target' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->translations = new Google_Service_Translate_Resource_Translations( + $this, + $this->serviceName, + 'translations', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2', + 'httpMethod' => 'GET', + 'parameters' => array( + 'q' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + 'required' => true, + ), + 'target' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'cid' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'translate' => array( + 'path' => 'v2', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/DetectLanguageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectLanguageRequest.php new file mode 100644 index 000000000..d1fabeb83 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectLanguageRequest.php @@ -0,0 +1,31 @@ +q = $q; + } + public function getQ() + { + return $this->q; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php new file mode 100644 index 000000000..c36d0e160 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php @@ -0,0 +1,38 @@ +detections = $detections; + } + /** + * @return Google_Service_Translate_DetectionsResourceItems + */ + public function getDetections() + { + return $this->detections; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsResourceItems.php b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsResourceItems.php new file mode 100644 index 000000000..149107e7c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsResourceItems.php @@ -0,0 +1,48 @@ +confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setIsReliable($isReliable) + { + $this->isReliable = $isReliable; + } + public function getIsReliable() + { + return $this->isReliable; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/GetSupportedLanguagesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Translate/GetSupportedLanguagesRequest.php new file mode 100644 index 000000000..5b56c0a3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/GetSupportedLanguagesRequest.php @@ -0,0 +1,30 @@ +target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesListResponse.php new file mode 100644 index 000000000..1abf781e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesListResponse.php @@ -0,0 +1,38 @@ +languages = $languages; + } + /** + * @return Google_Service_Translate_LanguagesResource + */ + public function getLanguages() + { + return $this->languages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesResource.php b/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesResource.php new file mode 100644 index 000000000..6a5ca06ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesResource.php @@ -0,0 +1,39 @@ +language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Detections.php b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Detections.php new file mode 100644 index 000000000..1787cdada --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Detections.php @@ -0,0 +1,56 @@ + + * $translateService = new Google_Service_Translate(...); + * $detections = $translateService->detections; + * + */ +class Google_Service_Translate_Resource_Detections extends Google_Service_Resource +{ + /** + * Detects the language of text within a request. (detections.detect) + * + * @param Google_Service_Translate_DetectLanguageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Translate_DetectionsListResponse + */ + public function detect(Google_Service_Translate_DetectLanguageRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('detect', array($params), "Google_Service_Translate_DetectionsListResponse"); + } + /** + * Detects the language of text within a request. (detections.listDetections) + * + * @param string|array $q The input text upon which to perform language + * detection. Repeat this parameter to perform language detection on multiple + * text inputs. + * @param array $optParams Optional parameters. + * @return Google_Service_Translate_DetectionsListResponse + */ + public function listDetections($q, $optParams = array()) + { + $params = array('q' => $q); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Translate_DetectionsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Languages.php b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Languages.php new file mode 100644 index 000000000..0040c8d9a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Languages.php @@ -0,0 +1,46 @@ + + * $translateService = new Google_Service_Translate(...); + * $languages = $translateService->languages; + * + */ +class Google_Service_Translate_Resource_Languages extends Google_Service_Resource +{ + /** + * Returns a list of supported languages for translation. + * (languages.listLanguages) + * + * @param array $optParams Optional parameters. + * + * @opt_param string target The language to use to return localized, human + * readable names of supported languages. + * @opt_param string model The model type for which supported languages should + * be returned. + * @return Google_Service_Translate_LanguagesListResponse + */ + public function listLanguages($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Translate_LanguagesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Translations.php b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Translations.php new file mode 100644 index 000000000..44fb69e7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Translations.php @@ -0,0 +1,69 @@ + + * $translateService = new Google_Service_Translate(...); + * $translations = $translateService->translations; + * + */ +class Google_Service_Translate_Resource_Translations extends Google_Service_Resource +{ + /** + * Translates input text, returning translated text. + * (translations.listTranslations) + * + * @param string|array $q The input text to translate. Repeat this parameter to + * perform translation operations on multiple text inputs. + * @param string $target The language to use for translation of the input text, + * set to one of the language codes listed in Language Support. + * @param array $optParams Optional parameters. + * + * @opt_param string model The `model` type requested for this translation. + * Valid values are listed in public documentation. + * @opt_param string source The language of the source text, set to one of the + * language codes listed in Language Support. If the source language is not + * specified, the API will attempt to identify the source language automatically + * and return it within the response. + * @opt_param string cid The customization id for translate + * @opt_param string format The format of the source text, in either HTML + * (default) or plain-text. A value of "html" indicates HTML and a value of + * "text" indicates plain-text. + * @return Google_Service_Translate_TranslationsListResponse + */ + public function listTranslations($q, $target, $optParams = array()) + { + $params = array('q' => $q, 'target' => $target); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Translate_TranslationsListResponse"); + } + /** + * Translates input text, returning translated text. (translations.translate) + * + * @param Google_Service_Translate_TranslateTextRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Translate_TranslationsListResponse + */ + public function translate(Google_Service_Translate_TranslateTextRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('translate', array($params), "Google_Service_Translate_TranslationsListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextRequest.php new file mode 100644 index 000000000..53b354bb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslateTextRequest.php @@ -0,0 +1,67 @@ +format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setQ($q) + { + $this->q = $q; + } + public function getQ() + { + return $this->q; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setTarget($target) + { + $this->target = $target; + } + public function getTarget() + { + return $this->target; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsListResponse.php new file mode 100644 index 000000000..52ab5f4f0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsListResponse.php @@ -0,0 +1,38 @@ +translations = $translations; + } + /** + * @return Google_Service_Translate_TranslationsResource + */ + public function getTranslations() + { + return $this->translations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsResource.php b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsResource.php new file mode 100644 index 000000000..62a351b2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsResource.php @@ -0,0 +1,48 @@ +detectedSourceLanguage = $detectedSourceLanguage; + } + public function getDetectedSourceLanguage() + { + return $this->detectedSourceLanguage; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setTranslatedText($translatedText) + { + $this->translatedText = $translatedText; + } + public function getTranslatedText() + { + return $this->translatedText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php new file mode 100644 index 000000000..d4eca24e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php @@ -0,0 +1,96 @@ + + * Lets you create, inspect, and manage goo.gl short URLs + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Urlshortener extends Google_Service +{ + /** Manage your goo.gl short URLs. */ + const URLSHORTENER = + "https://www.googleapis.com/auth/urlshortener"; + + public $url; + + /** + * Constructs the internal representation of the Urlshortener 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 = 'urlshortener/v1/'; + $this->batchPath = 'batch/urlshortener/v1'; + $this->version = 'v1'; + $this->serviceName = 'urlshortener'; + + $this->url = new Google_Service_Urlshortener_Resource_Url( + $this, + $this->serviceName, + 'url', + array( + 'methods' => array( + 'get' => array( + 'path' => 'url', + 'httpMethod' => 'GET', + 'parameters' => array( + 'shortUrl' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'url', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( + 'path' => 'url/history', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projection' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start-token' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSnapshot.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSnapshot.php new file mode 100644 index 000000000..9314d4497 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSnapshot.php @@ -0,0 +1,104 @@ +browsers = $browsers; + } + /** + * @return Google_Service_Urlshortener_StringCount + */ + public function getBrowsers() + { + return $this->browsers; + } + /** + * @param Google_Service_Urlshortener_StringCount + */ + public function setCountries($countries) + { + $this->countries = $countries; + } + /** + * @return Google_Service_Urlshortener_StringCount + */ + public function getCountries() + { + return $this->countries; + } + public function setLongUrlClicks($longUrlClicks) + { + $this->longUrlClicks = $longUrlClicks; + } + public function getLongUrlClicks() + { + return $this->longUrlClicks; + } + /** + * @param Google_Service_Urlshortener_StringCount + */ + public function setPlatforms($platforms) + { + $this->platforms = $platforms; + } + /** + * @return Google_Service_Urlshortener_StringCount + */ + public function getPlatforms() + { + return $this->platforms; + } + /** + * @param Google_Service_Urlshortener_StringCount + */ + public function setReferrers($referrers) + { + $this->referrers = $referrers; + } + /** + * @return Google_Service_Urlshortener_StringCount + */ + public function getReferrers() + { + return $this->referrers; + } + public function setShortUrlClicks($shortUrlClicks) + { + $this->shortUrlClicks = $shortUrlClicks; + } + public function getShortUrlClicks() + { + return $this->shortUrlClicks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php new file mode 100644 index 000000000..8117df89c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php @@ -0,0 +1,101 @@ +allTime = $allTime; + } + /** + * @return Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function getAllTime() + { + return $this->allTime; + } + /** + * @param Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day) + { + $this->day = $day; + } + /** + * @return Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function getDay() + { + return $this->day; + } + /** + * @param Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month) + { + $this->month = $month; + } + /** + * @return Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function getMonth() + { + return $this->month; + } + /** + * @param Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHours) + { + $this->twoHours = $twoHours; + } + /** + * @return Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function getTwoHours() + { + return $this->twoHours; + } + /** + * @param Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week) + { + $this->week = $week; + } + /** + * @return Google_Service_Urlshortener_AnalyticsSnapshot + */ + public function getWeek() + { + return $this->week; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Resource/Url.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Resource/Url.php new file mode 100644 index 000000000..e669b7c82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Resource/Url.php @@ -0,0 +1,72 @@ + + * $urlshortenerService = new Google_Service_Urlshortener(...); + * $url = $urlshortenerService->url; + * + */ +class Google_Service_Urlshortener_Resource_Url extends Google_Service_Resource +{ + /** + * Expands a short URL or gets creation time and analytics. (url.get) + * + * @param string $shortUrl The short URL, including the protocol. + * @param array $optParams Optional parameters. + * + * @opt_param string projection Additional information to return. + * @return Google_Service_Urlshortener_Url + */ + public function get($shortUrl, $optParams = array()) + { + $params = array('shortUrl' => $shortUrl); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Urlshortener_Url"); + } + /** + * Creates a new short URL. (url.insert) + * + * @param Google_Service_Urlshortener_Url $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Urlshortener_Url + */ + public function insert(Google_Service_Urlshortener_Url $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Urlshortener_Url"); + } + /** + * Retrieves a list of URLs shortened by a user. (url.listUrl) + * + * @param array $optParams Optional parameters. + * + * @opt_param string projection Additional information to return. + * @opt_param string start-token Token for requesting successive pages of + * results. + * @return Google_Service_Urlshortener_UrlHistory + */ + public function listUrl($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Urlshortener_UrlHistory"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/StringCount.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/StringCount.php new file mode 100644 index 000000000..40616c43a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/StringCount.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Url.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Url.php new file mode 100644 index 000000000..acc8134ad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Url.php @@ -0,0 +1,82 @@ +analytics = $analytics; + } + /** + * @return Google_Service_Urlshortener_AnalyticsSummary + */ + public function getAnalytics() + { + return $this->analytics; + } + public function setCreated($created) + { + $this->created = $created; + } + public function getCreated() + { + return $this->created; + } + 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 setLongUrl($longUrl) + { + $this->longUrl = $longUrl; + } + public function getLongUrl() + { + return $this->longUrl; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php new file mode 100644 index 000000000..571948c44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php @@ -0,0 +1,74 @@ +items = $items; + } + /** + * @return Google_Service_Urlshortener_Url + */ + public function getItems() + { + return $this->items; + } + public function setItemsPerPage($itemsPerPage) + { + $this->itemsPerPage = $itemsPerPage; + } + public function getItemsPerPage() + { + return $this->itemsPerPage; + } + 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; + } + public function setTotalItems($totalItems) + { + $this->totalItems = $totalItems; + } + public function getTotalItems() + { + return $this->totalItems; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault.php b/vendor/google/apiclient-services/src/Google/Service/Vault.php new file mode 100644 index 000000000..9753d796f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault.php @@ -0,0 +1,519 @@ + + * Archiving and eDiscovery for G Suite. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Vault extends Google_Service +{ + /** Manage your eDiscovery data. */ + const EDISCOVERY = + "https://www.googleapis.com/auth/ediscovery"; + /** View your eDiscovery data. */ + const EDISCOVERY_READONLY = + "https://www.googleapis.com/auth/ediscovery.readonly"; + + public $matters; + public $matters_exports; + public $matters_holds; + public $matters_holds_accounts; + public $matters_savedQueries; + public $operations; + + /** + * Constructs the internal representation of the Vault 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://vault.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'vault'; + + $this->matters = new Google_Service_Vault_Resource_Matters( + $this, + $this->serviceName, + 'matters', + array( + 'methods' => array( + 'addPermissions' => array( + 'path' => 'v1/matters/{matterId}:addPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'close' => array( + 'path' => 'v1/matters/{matterId}:close', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/matters', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'v1/matters/{matterId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/matters/{matterId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/matters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'state' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'removePermissions' => array( + 'path' => 'v1/matters/{matterId}:removePermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reopen' => array( + 'path' => 'v1/matters/{matterId}:reopen', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'v1/matters/{matterId}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/matters/{matterId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->matters_exports = new Google_Service_Vault_Resource_MattersExports( + $this, + $this->serviceName, + 'exports', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/matters/{matterId}/exports', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/matters/{matterId}/exports/{exportId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'exportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/matters/{matterId}/exports/{exportId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'exportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/matters/{matterId}/exports', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->matters_holds = new Google_Service_Vault_Resource_MattersHolds( + $this, + $this->serviceName, + 'holds', + array( + 'methods' => array( + 'addHeldAccounts' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}:addHeldAccounts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/matters/{matterId}/holds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/matters/{matterId}/holds', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeHeldAccounts' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->matters_holds_accounts = new Google_Service_Vault_Resource_MattersHoldsAccounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}/accounts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}/accounts/{accountId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/matters/{matterId}/holds/{holdId}/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'holdId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->matters_savedQueries = new Google_Service_Vault_Resource_MattersSavedQueries( + $this, + $this->serviceName, + 'savedQueries', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/matters/{matterId}/savedQueries', + 'httpMethod' => 'POST', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/matters/{matterId}/savedQueries/{savedQueryId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'savedQueryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/matters/{matterId}/savedQueries/{savedQueryId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'savedQueryId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/matters/{matterId}/savedQueries', + 'httpMethod' => 'GET', + 'parameters' => array( + 'matterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_Vault_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, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/AccountInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vault/AccountInfo.php new file mode 100644 index 000000000..3d94b2b5f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/AccountInfo.php @@ -0,0 +1,31 @@ +emails = $emails; + } + public function getEmails() + { + return $this->emails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountResult.php b/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountResult.php new file mode 100644 index 000000000..7975198ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountResult.php @@ -0,0 +1,53 @@ +account = $account; + } + /** + * @return Google_Service_Vault_HeldAccount + */ + public function getAccount() + { + return $this->account; + } + /** + * @param Google_Service_Vault_Status + */ + public function setStatus(Google_Service_Vault_Status $status) + { + $this->status = $status; + } + /** + * @return Google_Service_Vault_Status + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsRequest.php new file mode 100644 index 000000000..e478fbb22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsRequest.php @@ -0,0 +1,40 @@ +accountIds = $accountIds; + } + public function getAccountIds() + { + return $this->accountIds; + } + public function setEmails($emails) + { + $this->emails = $emails; + } + public function getEmails() + { + return $this->emails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsResponse.php new file mode 100644 index 000000000..ca8fdf886 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/AddHeldAccountsResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vault_AddHeldAccountResult + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/AddMatterPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/AddMatterPermissionsRequest.php new file mode 100644 index 000000000..cdec16754 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/AddMatterPermissionsRequest.php @@ -0,0 +1,55 @@ +ccMe = $ccMe; + } + public function getCcMe() + { + return $this->ccMe; + } + /** + * @param Google_Service_Vault_MatterPermission + */ + public function setMatterPermission(Google_Service_Vault_MatterPermission $matterPermission) + { + $this->matterPermission = $matterPermission; + } + /** + * @return Google_Service_Vault_MatterPermission + */ + public function getMatterPermission() + { + return $this->matterPermission; + } + public function setSendEmails($sendEmails) + { + $this->sendEmails = $sendEmails; + } + public function getSendEmails() + { + return $this->sendEmails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterRequest.php new file mode 100644 index 000000000..90598f9d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/CloseMatterRequest.php @@ -0,0 +1,20 @@ +matter = $matter; + } + /** + * @return Google_Service_Vault_Matter + */ + public function getMatter() + { + return $this->matter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageFile.php b/vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageFile.php new file mode 100644 index 000000000..ca711e436 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageFile.php @@ -0,0 +1,57 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } + public function setMd5Hash($md5Hash) + { + $this->md5Hash = $md5Hash; + } + public function getMd5Hash() + { + return $this->md5Hash; + } + public function setObjectName($objectName) + { + $this->objectName = $objectName; + } + public function getObjectName() + { + return $this->objectName; + } + public function setSize($size) + { + $this->size = $size; + } + public function getSize() + { + return $this->size; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageSink.php b/vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageSink.php new file mode 100644 index 000000000..77748b440 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/CloudStorageSink.php @@ -0,0 +1,38 @@ +files = $files; + } + /** + * @return Google_Service_Vault_CloudStorageFile + */ + public function getFiles() + { + return $this->files; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/CorpusQuery.php b/vendor/google/apiclient-services/src/Google/Service/Vault/CorpusQuery.php new file mode 100644 index 000000000..63d8344f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/CorpusQuery.php @@ -0,0 +1,85 @@ +driveQuery = $driveQuery; + } + /** + * @return Google_Service_Vault_HeldDriveQuery + */ + public function getDriveQuery() + { + return $this->driveQuery; + } + /** + * @param Google_Service_Vault_HeldGroupsQuery + */ + public function setGroupsQuery(Google_Service_Vault_HeldGroupsQuery $groupsQuery) + { + $this->groupsQuery = $groupsQuery; + } + /** + * @return Google_Service_Vault_HeldGroupsQuery + */ + public function getGroupsQuery() + { + return $this->groupsQuery; + } + /** + * @param Google_Service_Vault_HeldHangoutsChatQuery + */ + public function setHangoutsChatQuery(Google_Service_Vault_HeldHangoutsChatQuery $hangoutsChatQuery) + { + $this->hangoutsChatQuery = $hangoutsChatQuery; + } + /** + * @return Google_Service_Vault_HeldHangoutsChatQuery + */ + public function getHangoutsChatQuery() + { + return $this->hangoutsChatQuery; + } + /** + * @param Google_Service_Vault_HeldMailQuery + */ + public function setMailQuery(Google_Service_Vault_HeldMailQuery $mailQuery) + { + $this->mailQuery = $mailQuery; + } + /** + * @return Google_Service_Vault_HeldMailQuery + */ + public function getMailQuery() + { + return $this->mailQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/DriveExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/DriveExportOptions.php new file mode 100644 index 000000000..5b0fb403f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/DriveExportOptions.php @@ -0,0 +1,30 @@ +includeAccessInfo = $includeAccessInfo; + } + public function getIncludeAccessInfo() + { + return $this->includeAccessInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/DriveOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/DriveOptions.php new file mode 100644 index 000000000..055794481 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/DriveOptions.php @@ -0,0 +1,48 @@ +includeSharedDrives = $includeSharedDrives; + } + public function getIncludeSharedDrives() + { + return $this->includeSharedDrives; + } + public function setIncludeTeamDrives($includeTeamDrives) + { + $this->includeTeamDrives = $includeTeamDrives; + } + public function getIncludeTeamDrives() + { + return $this->includeTeamDrives; + } + public function setVersionDate($versionDate) + { + $this->versionDate = $versionDate; + } + public function getVersionDate() + { + return $this->versionDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Export.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Export.php new file mode 100644 index 000000000..7fe1f1ebd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Export.php @@ -0,0 +1,146 @@ +cloudStorageSink = $cloudStorageSink; + } + /** + * @return Google_Service_Vault_CloudStorageSink + */ + public function getCloudStorageSink() + { + return $this->cloudStorageSink; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + /** + * @param Google_Service_Vault_ExportOptions + */ + public function setExportOptions(Google_Service_Vault_ExportOptions $exportOptions) + { + $this->exportOptions = $exportOptions; + } + /** + * @return Google_Service_Vault_ExportOptions + */ + public function getExportOptions() + { + return $this->exportOptions; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setMatterId($matterId) + { + $this->matterId = $matterId; + } + public function getMatterId() + { + return $this->matterId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Vault_Query + */ + public function setQuery(Google_Service_Vault_Query $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Vault_Query + */ + public function getQuery() + { + return $this->query; + } + /** + * @param Google_Service_Vault_UserInfo + */ + public function setRequester(Google_Service_Vault_UserInfo $requester) + { + $this->requester = $requester; + } + /** + * @return Google_Service_Vault_UserInfo + */ + public function getRequester() + { + return $this->requester; + } + /** + * @param Google_Service_Vault_ExportStats + */ + public function setStats(Google_Service_Vault_ExportStats $stats) + { + $this->stats = $stats; + } + /** + * @return Google_Service_Vault_ExportStats + */ + public function getStats() + { + return $this->stats; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ExportOptions.php new file mode 100644 index 000000000..365e5c7c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ExportOptions.php @@ -0,0 +1,94 @@ +driveOptions = $driveOptions; + } + /** + * @return Google_Service_Vault_DriveExportOptions + */ + public function getDriveOptions() + { + return $this->driveOptions; + } + /** + * @param Google_Service_Vault_GroupsExportOptions + */ + public function setGroupsOptions(Google_Service_Vault_GroupsExportOptions $groupsOptions) + { + $this->groupsOptions = $groupsOptions; + } + /** + * @return Google_Service_Vault_GroupsExportOptions + */ + public function getGroupsOptions() + { + return $this->groupsOptions; + } + /** + * @param Google_Service_Vault_HangoutsChatExportOptions + */ + public function setHangoutsChatOptions(Google_Service_Vault_HangoutsChatExportOptions $hangoutsChatOptions) + { + $this->hangoutsChatOptions = $hangoutsChatOptions; + } + /** + * @return Google_Service_Vault_HangoutsChatExportOptions + */ + public function getHangoutsChatOptions() + { + return $this->hangoutsChatOptions; + } + /** + * @param Google_Service_Vault_MailExportOptions + */ + public function setMailOptions(Google_Service_Vault_MailExportOptions $mailOptions) + { + $this->mailOptions = $mailOptions; + } + /** + * @return Google_Service_Vault_MailExportOptions + */ + public function getMailOptions() + { + return $this->mailOptions; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ExportStats.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ExportStats.php new file mode 100644 index 000000000..792979872 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ExportStats.php @@ -0,0 +1,48 @@ +exportedArtifactCount = $exportedArtifactCount; + } + public function getExportedArtifactCount() + { + return $this->exportedArtifactCount; + } + public function setSizeInBytes($sizeInBytes) + { + $this->sizeInBytes = $sizeInBytes; + } + public function getSizeInBytes() + { + return $this->sizeInBytes; + } + public function setTotalArtifactCount($totalArtifactCount) + { + $this->totalArtifactCount = $totalArtifactCount; + } + public function getTotalArtifactCount() + { + return $this->totalArtifactCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/GroupsExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/GroupsExportOptions.php new file mode 100644 index 000000000..7ab39250d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/GroupsExportOptions.php @@ -0,0 +1,30 @@ +exportFormat = $exportFormat; + } + public function getExportFormat() + { + return $this->exportFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatExportOptions.php new file mode 100644 index 000000000..09925f0f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatExportOptions.php @@ -0,0 +1,30 @@ +exportFormat = $exportFormat; + } + public function getExportFormat() + { + return $this->exportFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatInfo.php new file mode 100644 index 000000000..b930a0aa9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatInfo.php @@ -0,0 +1,31 @@ +roomId = $roomId; + } + public function getRoomId() + { + return $this->roomId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatOptions.php new file mode 100644 index 000000000..6ce9bc308 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HangoutsChatOptions.php @@ -0,0 +1,30 @@ +includeRooms = $includeRooms; + } + public function getIncludeRooms() + { + return $this->includeRooms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HeldAccount.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldAccount.php new file mode 100644 index 000000000..051206417 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldAccount.php @@ -0,0 +1,66 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setFirstName($firstName) + { + $this->firstName = $firstName; + } + public function getFirstName() + { + return $this->firstName; + } + public function setHoldTime($holdTime) + { + $this->holdTime = $holdTime; + } + public function getHoldTime() + { + return $this->holdTime; + } + public function setLastName($lastName) + { + $this->lastName = $lastName; + } + public function getLastName() + { + return $this->lastName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HeldDriveQuery.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldDriveQuery.php new file mode 100644 index 000000000..0338b42ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldDriveQuery.php @@ -0,0 +1,39 @@ +includeSharedDriveFiles = $includeSharedDriveFiles; + } + public function getIncludeSharedDriveFiles() + { + return $this->includeSharedDriveFiles; + } + public function setIncludeTeamDriveFiles($includeTeamDriveFiles) + { + $this->includeTeamDriveFiles = $includeTeamDriveFiles; + } + public function getIncludeTeamDriveFiles() + { + return $this->includeTeamDriveFiles; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HeldGroupsQuery.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldGroupsQuery.php new file mode 100644 index 000000000..e2c7045df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldGroupsQuery.php @@ -0,0 +1,48 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HeldHangoutsChatQuery.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldHangoutsChatQuery.php new file mode 100644 index 000000000..02cf9fa56 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldHangoutsChatQuery.php @@ -0,0 +1,30 @@ +includeRooms = $includeRooms; + } + public function getIncludeRooms() + { + return $this->includeRooms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HeldMailQuery.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldMailQuery.php new file mode 100644 index 000000000..20f730a65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldMailQuery.php @@ -0,0 +1,48 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/HeldOrgUnit.php b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldOrgUnit.php new file mode 100644 index 000000000..94d04263f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/HeldOrgUnit.php @@ -0,0 +1,39 @@ +holdTime = $holdTime; + } + public function getHoldTime() + { + return $this->holdTime; + } + public function setOrgUnitId($orgUnitId) + { + $this->orgUnitId = $orgUnitId; + } + public function getOrgUnitId() + { + return $this->orgUnitId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Hold.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Hold.php new file mode 100644 index 000000000..9e9f2bb43 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Hold.php @@ -0,0 +1,106 @@ +accounts = $accounts; + } + /** + * @return Google_Service_Vault_HeldAccount + */ + public function getAccounts() + { + return $this->accounts; + } + public function setCorpus($corpus) + { + $this->corpus = $corpus; + } + public function getCorpus() + { + return $this->corpus; + } + public function setHoldId($holdId) + { + $this->holdId = $holdId; + } + public function getHoldId() + { + return $this->holdId; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Vault_HeldOrgUnit + */ + public function setOrgUnit(Google_Service_Vault_HeldOrgUnit $orgUnit) + { + $this->orgUnit = $orgUnit; + } + /** + * @return Google_Service_Vault_HeldOrgUnit + */ + public function getOrgUnit() + { + return $this->orgUnit; + } + /** + * @param Google_Service_Vault_CorpusQuery + */ + public function setQuery(Google_Service_Vault_CorpusQuery $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Vault_CorpusQuery + */ + public function getQuery() + { + return $this->query; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ListExportsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ListExportsResponse.php new file mode 100644 index 000000000..111ac3af9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ListExportsResponse.php @@ -0,0 +1,47 @@ +exports = $exports; + } + /** + * @return Google_Service_Vault_Export + */ + public function getExports() + { + return $this->exports; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ListHeldAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ListHeldAccountsResponse.php new file mode 100644 index 000000000..e3ee7e05b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ListHeldAccountsResponse.php @@ -0,0 +1,38 @@ +accounts = $accounts; + } + /** + * @return Google_Service_Vault_HeldAccount + */ + public function getAccounts() + { + return $this->accounts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ListHoldsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ListHoldsResponse.php new file mode 100644 index 000000000..35734c92f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ListHoldsResponse.php @@ -0,0 +1,47 @@ +holds = $holds; + } + /** + * @return Google_Service_Vault_Hold + */ + public function getHolds() + { + return $this->holds; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ListMattersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ListMattersResponse.php new file mode 100644 index 000000000..79838896d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ListMattersResponse.php @@ -0,0 +1,47 @@ +matters = $matters; + } + /** + * @return Google_Service_Vault_Matter + */ + public function getMatters() + { + return $this->matters; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ListSavedQueriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ListSavedQueriesResponse.php new file mode 100644 index 000000000..1b3a15a90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ListSavedQueriesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Vault_SavedQuery + */ + public function setSavedQueries($savedQueries) + { + $this->savedQueries = $savedQueries; + } + /** + * @return Google_Service_Vault_SavedQuery + */ + public function getSavedQueries() + { + return $this->savedQueries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/MailExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/MailExportOptions.php new file mode 100644 index 000000000..b7a4e0dcb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/MailExportOptions.php @@ -0,0 +1,39 @@ +exportFormat = $exportFormat; + } + public function getExportFormat() + { + return $this->exportFormat; + } + public function setShowConfidentialModeContent($showConfidentialModeContent) + { + $this->showConfidentialModeContent = $showConfidentialModeContent; + } + public function getShowConfidentialModeContent() + { + return $this->showConfidentialModeContent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/MailOptions.php b/vendor/google/apiclient-services/src/Google/Service/Vault/MailOptions.php new file mode 100644 index 000000000..69cfbae24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/MailOptions.php @@ -0,0 +1,30 @@ +excludeDrafts = $excludeDrafts; + } + public function getExcludeDrafts() + { + return $this->excludeDrafts; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Matter.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Matter.php new file mode 100644 index 000000000..7f590dbd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Matter.php @@ -0,0 +1,74 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setMatterId($matterId) + { + $this->matterId = $matterId; + } + public function getMatterId() + { + return $this->matterId; + } + /** + * @param Google_Service_Vault_MatterPermission + */ + public function setMatterPermissions($matterPermissions) + { + $this->matterPermissions = $matterPermissions; + } + /** + * @return Google_Service_Vault_MatterPermission + */ + public function getMatterPermissions() + { + return $this->matterPermissions; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/MatterPermission.php b/vendor/google/apiclient-services/src/Google/Service/Vault/MatterPermission.php new file mode 100644 index 000000000..996c2c66b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/MatterPermission.php @@ -0,0 +1,39 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/OrgUnitInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vault/OrgUnitInfo.php new file mode 100644 index 000000000..80745d87a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/OrgUnitInfo.php @@ -0,0 +1,30 @@ +orgUnitId = $orgUnitId; + } + public function getOrgUnitId() + { + return $this->orgUnitId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Query.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Query.php new file mode 100644 index 000000000..cc68231f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Query.php @@ -0,0 +1,221 @@ +accountInfo = $accountInfo; + } + /** + * @return Google_Service_Vault_AccountInfo + */ + public function getAccountInfo() + { + return $this->accountInfo; + } + public function setCorpus($corpus) + { + $this->corpus = $corpus; + } + public function getCorpus() + { + return $this->corpus; + } + public function setDataScope($dataScope) + { + $this->dataScope = $dataScope; + } + public function getDataScope() + { + return $this->dataScope; + } + /** + * @param Google_Service_Vault_DriveOptions + */ + public function setDriveOptions(Google_Service_Vault_DriveOptions $driveOptions) + { + $this->driveOptions = $driveOptions; + } + /** + * @return Google_Service_Vault_DriveOptions + */ + public function getDriveOptions() + { + return $this->driveOptions; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_Vault_HangoutsChatInfo + */ + public function setHangoutsChatInfo(Google_Service_Vault_HangoutsChatInfo $hangoutsChatInfo) + { + $this->hangoutsChatInfo = $hangoutsChatInfo; + } + /** + * @return Google_Service_Vault_HangoutsChatInfo + */ + public function getHangoutsChatInfo() + { + return $this->hangoutsChatInfo; + } + /** + * @param Google_Service_Vault_HangoutsChatOptions + */ + public function setHangoutsChatOptions(Google_Service_Vault_HangoutsChatOptions $hangoutsChatOptions) + { + $this->hangoutsChatOptions = $hangoutsChatOptions; + } + /** + * @return Google_Service_Vault_HangoutsChatOptions + */ + public function getHangoutsChatOptions() + { + return $this->hangoutsChatOptions; + } + /** + * @param Google_Service_Vault_MailOptions + */ + public function setMailOptions(Google_Service_Vault_MailOptions $mailOptions) + { + $this->mailOptions = $mailOptions; + } + /** + * @return Google_Service_Vault_MailOptions + */ + public function getMailOptions() + { + return $this->mailOptions; + } + public function setMethod($method) + { + $this->method = $method; + } + public function getMethod() + { + return $this->method; + } + /** + * @param Google_Service_Vault_OrgUnitInfo + */ + public function setOrgUnitInfo(Google_Service_Vault_OrgUnitInfo $orgUnitInfo) + { + $this->orgUnitInfo = $orgUnitInfo; + } + /** + * @return Google_Service_Vault_OrgUnitInfo + */ + public function getOrgUnitInfo() + { + return $this->orgUnitInfo; + } + public function setSearchMethod($searchMethod) + { + $this->searchMethod = $searchMethod; + } + public function getSearchMethod() + { + return $this->searchMethod; + } + /** + * @param Google_Service_Vault_SharedDriveInfo + */ + public function setSharedDriveInfo(Google_Service_Vault_SharedDriveInfo $sharedDriveInfo) + { + $this->sharedDriveInfo = $sharedDriveInfo; + } + /** + * @return Google_Service_Vault_SharedDriveInfo + */ + public function getSharedDriveInfo() + { + return $this->sharedDriveInfo; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_Vault_TeamDriveInfo + */ + public function setTeamDriveInfo(Google_Service_Vault_TeamDriveInfo $teamDriveInfo) + { + $this->teamDriveInfo = $teamDriveInfo; + } + /** + * @return Google_Service_Vault_TeamDriveInfo + */ + public function getTeamDriveInfo() + { + return $this->teamDriveInfo; + } + public function setTerms($terms) + { + $this->terms = $terms; + } + public function getTerms() + { + return $this->terms; + } + public function setTimeZone($timeZone) + { + $this->timeZone = $timeZone; + } + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsRequest.php new file mode 100644 index 000000000..e86a78047 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsRequest.php @@ -0,0 +1,31 @@ +accountIds = $accountIds; + } + public function getAccountIds() + { + return $this->accountIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsResponse.php new file mode 100644 index 000000000..2fdac1de5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveHeldAccountsResponse.php @@ -0,0 +1,38 @@ +statuses = $statuses; + } + /** + * @return Google_Service_Vault_Status + */ + public function getStatuses() + { + return $this->statuses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveMatterPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveMatterPermissionsRequest.php new file mode 100644 index 000000000..854f9e546 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/RemoveMatterPermissionsRequest.php @@ -0,0 +1,30 @@ +accountId = $accountId; + } + public function getAccountId() + { + return $this->accountId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterRequest.php new file mode 100644 index 000000000..14fbb675f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/ReopenMatterRequest.php @@ -0,0 +1,20 @@ +matter = $matter; + } + /** + * @return Google_Service_Vault_Matter + */ + public function getMatter() + { + return $this->matter; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php new file mode 100644 index 000000000..0c6563be3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php @@ -0,0 +1,182 @@ + + * $vaultService = new Google_Service_Vault(...); + * $matters = $vaultService->matters; + * + */ +class Google_Service_Vault_Resource_Matters extends Google_Service_Resource +{ + /** + * Adds an account as a matter collaborator. (matters.addPermissions) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_AddMatterPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_MatterPermission + */ + public function addPermissions($matterId, Google_Service_Vault_AddMatterPermissionsRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addPermissions', array($params), "Google_Service_Vault_MatterPermission"); + } + /** + * Closes the specified matter. Returns matter with updated state. + * (matters.close) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_CloseMatterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_CloseMatterResponse + */ + public function close($matterId, Google_Service_Vault_CloseMatterRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('close', array($params), "Google_Service_Vault_CloseMatterResponse"); + } + /** + * Creates a new matter with the given name and description. The initial state + * is open, and the owner is the method caller. Returns the created matter with + * default view. (matters.create) + * + * @param Google_Service_Vault_Matter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Matter + */ + public function create(Google_Service_Vault_Matter $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vault_Matter"); + } + /** + * Deletes the specified matter. Returns matter with updated state. + * (matters.delete) + * + * @param string $matterId The matter ID + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Matter + */ + public function delete($matterId, $optParams = array()) + { + $params = array('matterId' => $matterId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_Matter"); + } + /** + * Gets the specified matter. (matters.get) + * + * @param string $matterId The matter ID. + * @param array $optParams Optional parameters. + * + * @opt_param string view Specifies which parts of the Matter to return in the + * response. + * @return Google_Service_Vault_Matter + */ + public function get($matterId, $optParams = array()) + { + $params = array('matterId' => $matterId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vault_Matter"); + } + /** + * Lists matters the user has access to. (matters.listMatters) + * + * @param array $optParams Optional parameters. + * + * @opt_param string view Specifies which parts of the matter to return in + * response. + * @opt_param string state If set, list only matters with that specific state. + * The default is listing matters of all states. + * @opt_param string pageToken The pagination token as returned in the response. + * @opt_param int pageSize The number of matters to return in the response. + * Default and maximum are 100. + * @return Google_Service_Vault_ListMattersResponse + */ + public function listMatters($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vault_ListMattersResponse"); + } + /** + * Removes an account as a matter collaborator. (matters.removePermissions) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_RemoveMatterPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_VaultEmpty + */ + public function removePermissions($matterId, Google_Service_Vault_RemoveMatterPermissionsRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removePermissions', array($params), "Google_Service_Vault_VaultEmpty"); + } + /** + * Reopens the specified matter. Returns matter with updated state. + * (matters.reopen) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_ReopenMatterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_ReopenMatterResponse + */ + public function reopen($matterId, Google_Service_Vault_ReopenMatterRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reopen', array($params), "Google_Service_Vault_ReopenMatterResponse"); + } + /** + * Undeletes the specified matter. Returns matter with updated state. + * (matters.undelete) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_UndeleteMatterRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Matter + */ + public function undelete($matterId, Google_Service_Vault_UndeleteMatterRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undelete', array($params), "Google_Service_Vault_Matter"); + } + /** + * Updates the specified matter. This updates only the name and description of + * the matter, identified by matter id. Changes to any other fields are ignored. + * Returns the default view of the matter. (matters.update) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_Matter $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Matter + */ + public function update($matterId, Google_Service_Vault_Matter $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Vault_Matter"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersExports.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersExports.php new file mode 100644 index 000000000..294b8ea06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersExports.php @@ -0,0 +1,86 @@ + + * $vaultService = new Google_Service_Vault(...); + * $exports = $vaultService->exports; + * + */ +class Google_Service_Vault_Resource_MattersExports extends Google_Service_Resource +{ + /** + * Creates an Export. (exports.create) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_Export $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Export + */ + public function create($matterId, Google_Service_Vault_Export $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vault_Export"); + } + /** + * Deletes an Export. (exports.delete) + * + * @param string $matterId The matter ID. + * @param string $exportId The export ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_VaultEmpty + */ + public function delete($matterId, $exportId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'exportId' => $exportId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); + } + /** + * Gets an Export. (exports.get) + * + * @param string $matterId The matter ID. + * @param string $exportId The export ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Export + */ + public function get($matterId, $exportId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'exportId' => $exportId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vault_Export"); + } + /** + * Lists Exports. (exports.listMattersExports) + * + * @param string $matterId The matter ID. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The pagination token as returned in the response. + * @opt_param int pageSize The number of exports to return in the response. + * @return Google_Service_Vault_ListExportsResponse + */ + public function listMattersExports($matterId, $optParams = array()) + { + $params = array('matterId' => $matterId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vault_ListExportsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHolds.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHolds.php new file mode 100644 index 000000000..07fa3b549 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHolds.php @@ -0,0 +1,146 @@ + + * $vaultService = new Google_Service_Vault(...); + * $holds = $vaultService->holds; + * + */ +class Google_Service_Vault_Resource_MattersHolds extends Google_Service_Resource +{ + /** + * Adds HeldAccounts to a hold. Returns a list of accounts that have been + * successfully added. Accounts can only be added to an existing account-based + * hold. (holds.addHeldAccounts) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param Google_Service_Vault_AddHeldAccountsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_AddHeldAccountsResponse + */ + public function addHeldAccounts($matterId, $holdId, Google_Service_Vault_AddHeldAccountsRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addHeldAccounts', array($params), "Google_Service_Vault_AddHeldAccountsResponse"); + } + /** + * Creates a hold in the given matter. (holds.create) + * + * @param string $matterId The matter ID. + * @param Google_Service_Vault_Hold $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Hold + */ + public function create($matterId, Google_Service_Vault_Hold $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vault_Hold"); + } + /** + * Removes a hold by ID. This will release any HeldAccounts on this Hold. + * (holds.delete) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_VaultEmpty + */ + public function delete($matterId, $holdId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); + } + /** + * Gets a hold by ID. (holds.get) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param array $optParams Optional parameters. + * + * @opt_param string view Specifies which parts of the Hold to return. + * @return Google_Service_Vault_Hold + */ + public function get($matterId, $holdId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vault_Hold"); + } + /** + * Lists holds within a matter. An empty page token in ListHoldsResponse denotes + * no more holds to list. (holds.listMattersHolds) + * + * @param string $matterId The matter ID. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The pagination token as returned in the response. + * An empty token means start from the beginning. + * @opt_param int pageSize The number of holds to return in the response, + * between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as + * page_size = 100. + * @opt_param string view Specifies which parts of the Hold to return. + * @return Google_Service_Vault_ListHoldsResponse + */ + public function listMattersHolds($matterId, $optParams = array()) + { + $params = array('matterId' => $matterId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vault_ListHoldsResponse"); + } + /** + * Removes HeldAccounts from a hold. Returns a list of statuses in the same + * order as the request. If this request leaves the hold with no held accounts, + * the hold will not apply to any accounts. (holds.removeHeldAccounts) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param Google_Service_Vault_RemoveHeldAccountsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_RemoveHeldAccountsResponse + */ + public function removeHeldAccounts($matterId, $holdId, Google_Service_Vault_RemoveHeldAccountsRequest $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeHeldAccounts', array($params), "Google_Service_Vault_RemoveHeldAccountsResponse"); + } + /** + * Updates the OU and/or query parameters of a hold. You cannot add accounts to + * a hold that covers an OU, nor can you add OUs to a hold that covers + * individual accounts. Accounts listed in the hold will be ignored. + * (holds.update) + * + * @param string $matterId The matter ID. + * @param string $holdId The ID of the hold. + * @param Google_Service_Vault_Hold $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_Hold + */ + public function update($matterId, $holdId, Google_Service_Vault_Hold $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Vault_Hold"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHoldsAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHoldsAccounts.php new file mode 100644 index 000000000..db103293f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersHoldsAccounts.php @@ -0,0 +1,77 @@ + + * $vaultService = new Google_Service_Vault(...); + * $accounts = $vaultService->accounts; + * + */ +class Google_Service_Vault_Resource_MattersHoldsAccounts extends Google_Service_Resource +{ + /** + * Adds a HeldAccount to a hold. Accounts can only be added to a hold that has + * no held_org_unit set. Attempting to add an account to an OU-based hold will + * result in an error. (accounts.create) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param Google_Service_Vault_HeldAccount $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_HeldAccount + */ + public function create($matterId, $holdId, Google_Service_Vault_HeldAccount $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vault_HeldAccount"); + } + /** + * Removes a HeldAccount from a hold. If this request leaves the hold with no + * held accounts, the hold will not apply to any accounts. (accounts.delete) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param string $accountId The ID of the account to remove from the hold. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_VaultEmpty + */ + public function delete($matterId, $holdId, $accountId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); + } + /** + * Lists HeldAccounts for a hold. This will only list individually specified + * held accounts. If the hold is on an OU, then use Admin SDK to enumerate its + * members. (accounts.listMattersHoldsAccounts) + * + * @param string $matterId The matter ID. + * @param string $holdId The hold ID. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_ListHeldAccountsResponse + */ + public function listMattersHoldsAccounts($matterId, $holdId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'holdId' => $holdId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vault_ListHeldAccountsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersSavedQueries.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersSavedQueries.php new file mode 100644 index 000000000..ffb16cda6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/MattersSavedQueries.php @@ -0,0 +1,93 @@ + + * $vaultService = new Google_Service_Vault(...); + * $savedQueries = $vaultService->savedQueries; + * + */ +class Google_Service_Vault_Resource_MattersSavedQueries extends Google_Service_Resource +{ + /** + * Creates a saved query. (savedQueries.create) + * + * @param string $matterId The matter id of the parent matter for which the + * saved query is to be created. + * @param Google_Service_Vault_SavedQuery $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_SavedQuery + */ + public function create($matterId, Google_Service_Vault_SavedQuery $postBody, $optParams = array()) + { + $params = array('matterId' => $matterId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vault_SavedQuery"); + } + /** + * Deletes a saved query by Id. (savedQueries.delete) + * + * @param string $matterId The matter id of the parent matter for which the + * saved query is to be deleted. + * @param string $savedQueryId Id of the saved query to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_VaultEmpty + */ + public function delete($matterId, $savedQueryId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'savedQueryId' => $savedQueryId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); + } + /** + * Retrieves a saved query by Id. (savedQueries.get) + * + * @param string $matterId The matter id of the parent matter for which the + * saved query is to be retrieved. + * @param string $savedQueryId Id of the saved query to be retrieved. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_SavedQuery + */ + public function get($matterId, $savedQueryId, $optParams = array()) + { + $params = array('matterId' => $matterId, 'savedQueryId' => $savedQueryId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vault_SavedQuery"); + } + /** + * Lists saved queries within a matter. An empty page token in + * ListSavedQueriesResponse denotes no more saved queries to list. + * (savedQueries.listMattersSavedQueries) + * + * @param string $matterId The matter id of the parent matter for which the + * saved queries are to be retrieved. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The pagination token as returned in the previous + * response. An empty token means start from the beginning. + * @opt_param int pageSize The maximum number of saved queries to return. + * @return Google_Service_Vault_ListSavedQueriesResponse + */ + public function listMattersSavedQueries($matterId, $optParams = array()) + { + $params = array('matterId' => $matterId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vault_ListSavedQueriesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.php new file mode 100644 index 000000000..142af01ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.php @@ -0,0 +1,44 @@ + + * $vaultService = new Google_Service_Vault(...); + * $operations = $vaultService->operations; + * + */ +class Google_Service_Vault_Resource_Operations extends Google_Service_Resource +{ + /** + * 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_Vault_VaultEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/SavedQuery.php b/vendor/google/apiclient-services/src/Google/Service/Vault/SavedQuery.php new file mode 100644 index 000000000..8cf3e08a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/SavedQuery.php @@ -0,0 +1,73 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setMatterId($matterId) + { + $this->matterId = $matterId; + } + public function getMatterId() + { + return $this->matterId; + } + /** + * @param Google_Service_Vault_Query + */ + public function setQuery(Google_Service_Vault_Query $query) + { + $this->query = $query; + } + /** + * @return Google_Service_Vault_Query + */ + public function getQuery() + { + return $this->query; + } + public function setSavedQueryId($savedQueryId) + { + $this->savedQueryId = $savedQueryId; + } + public function getSavedQueryId() + { + return $this->savedQueryId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/SharedDriveInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vault/SharedDriveInfo.php new file mode 100644 index 000000000..30fb33fb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/SharedDriveInfo.php @@ -0,0 +1,31 @@ +sharedDriveIds = $sharedDriveIds; + } + public function getSharedDriveIds() + { + return $this->sharedDriveIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Status.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Status.php new file mode 100644 index 000000000..b389ac980 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/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/vendor/google/apiclient-services/src/Google/Service/Vault/TeamDriveInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vault/TeamDriveInfo.php new file mode 100644 index 000000000..7d1e627fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/TeamDriveInfo.php @@ -0,0 +1,31 @@ +teamDriveIds = $teamDriveIds; + } + public function getTeamDriveIds() + { + return $this->teamDriveIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/UndeleteMatterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vault/UndeleteMatterRequest.php new file mode 100644 index 000000000..4eba89961 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/UndeleteMatterRequest.php @@ -0,0 +1,20 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setEmail($email) + { + $this->email = $email; + } + public function getEmail() + { + return $this->email; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/VaultEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Vault/VaultEmpty.php new file mode 100644 index 000000000..9a108b8c0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/VaultEmpty.php @@ -0,0 +1,20 @@ + + * API for Verified Access chrome extension to provide credential verification + * for chrome devices connecting to an enterprise network + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Verifiedaccess extends Google_Service +{ + /** Verify your enterprise credentials. */ + const VERIFIEDACCESS = + "https://www.googleapis.com/auth/verifiedaccess"; + + public $challenge; + + /** + * Constructs the internal representation of the Verifiedaccess 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://verifiedaccess.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'verifiedaccess'; + + $this->challenge = new Google_Service_Verifiedaccess_Resource_Challenge( + $this, + $this->serviceName, + 'challenge', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/challenge', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verify' => array( + 'path' => 'v1/challenge:verify', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.php new file mode 100644 index 000000000..1510d377b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.php @@ -0,0 +1,53 @@ +alternativeChallenge = $alternativeChallenge; + } + /** + * @return Google_Service_Verifiedaccess_SignedData + */ + public function getAlternativeChallenge() + { + return $this->alternativeChallenge; + } + /** + * @param Google_Service_Verifiedaccess_SignedData + */ + public function setChallenge(Google_Service_Verifiedaccess_SignedData $challenge) + { + $this->challenge = $challenge; + } + /** + * @return Google_Service_Verifiedaccess_SignedData + */ + public function getChallenge() + { + return $this->challenge; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.php new file mode 100644 index 000000000..ce694a156 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.php @@ -0,0 +1,54 @@ + + * $verifiedaccessService = new Google_Service_Verifiedaccess(...); + * $challenge = $verifiedaccessService->challenge; + * + */ +class Google_Service_Verifiedaccess_Resource_Challenge extends Google_Service_Resource +{ + /** + * CreateChallenge API (challenge.create) + * + * @param Google_Service_Verifiedaccess_VerifiedaccessEmpty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Verifiedaccess_Challenge + */ + public function create(Google_Service_Verifiedaccess_VerifiedaccessEmpty $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Verifiedaccess_Challenge"); + } + /** + * VerifyChallengeResponse API (challenge.verify) + * + * @param Google_Service_Verifiedaccess_VerifyChallengeResponseRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Verifiedaccess_VerifyChallengeResponseResult + */ + public function verify(Google_Service_Verifiedaccess_VerifyChallengeResponseRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verify', array($params), "Google_Service_Verifiedaccess_VerifyChallengeResponseResult"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.php new file mode 100644 index 000000000..a8ceaeb85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.php @@ -0,0 +1,39 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.php new file mode 100644 index 000000000..5283a4686 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.php @@ -0,0 +1,20 @@ +challengeResponse = $challengeResponse; + } + /** + * @return Google_Service_Verifiedaccess_SignedData + */ + public function getChallengeResponse() + { + return $this->challengeResponse; + } + public function setExpectedIdentity($expectedIdentity) + { + $this->expectedIdentity = $expectedIdentity; + } + public function getExpectedIdentity() + { + return $this->expectedIdentity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.php new file mode 100644 index 000000000..1181e5aad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.php @@ -0,0 +1,57 @@ +deviceEnrollmentId = $deviceEnrollmentId; + } + public function getDeviceEnrollmentId() + { + return $this->deviceEnrollmentId; + } + public function setDevicePermanentId($devicePermanentId) + { + $this->devicePermanentId = $devicePermanentId; + } + public function getDevicePermanentId() + { + return $this->devicePermanentId; + } + public function setSignedPublicKeyAndChallenge($signedPublicKeyAndChallenge) + { + $this->signedPublicKeyAndChallenge = $signedPublicKeyAndChallenge; + } + public function getSignedPublicKeyAndChallenge() + { + return $this->signedPublicKeyAndChallenge; + } + public function setVerificationOutput($verificationOutput) + { + $this->verificationOutput = $verificationOutput; + } + public function getVerificationOutput() + { + return $this->verificationOutput; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision.php b/vendor/google/apiclient-services/src/Google/Service/Vision.php new file mode 100644 index 000000000..5854f7b0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision.php @@ -0,0 +1,633 @@ + + * Integrates Google Vision features, including image labeling, face, logo, and + * landmark detection, optical character recognition (OCR), and detection of + * explicit content, into applications. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Vision extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Apply machine learning models to understand and label images. */ + const CLOUD_VISION = + "https://www.googleapis.com/auth/cloud-vision"; + + public $files; + public $images; + public $locations_operations; + public $operations; + public $projects_files; + public $projects_images; + public $projects_locations_files; + public $projects_locations_images; + public $projects_locations_operations; + public $projects_locations_productSets; + public $projects_locations_productSets_products; + public $projects_locations_products; + public $projects_locations_products_referenceImages; + public $projects_operations; + + /** + * Constructs the internal representation of the Vision 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://vision.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'vision'; + + $this->files = new Google_Service_Vision_Resource_Files( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/files:annotate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'asyncBatchAnnotate' => array( + 'path' => 'v1/files:asyncBatchAnnotate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->images = new Google_Service_Vision_Resource_Images( + $this, + $this->serviceName, + 'images', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/images:annotate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'asyncBatchAnnotate' => array( + 'path' => 'v1/images:asyncBatchAnnotate', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->locations_operations = new Google_Service_Vision_Resource_LocationsOperations( + $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->operations = new Google_Service_Vision_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, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + '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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_files = new Google_Service_Vision_Resource_ProjectsFiles( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/{+parent}/files:annotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'asyncBatchAnnotate' => array( + 'path' => 'v1/{+parent}/files:asyncBatchAnnotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_images = new Google_Service_Vision_Resource_ProjectsImages( + $this, + $this->serviceName, + 'images', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/{+parent}/images:annotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'asyncBatchAnnotate' => array( + 'path' => 'v1/{+parent}/images:asyncBatchAnnotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_files = new Google_Service_Vision_Resource_ProjectsLocationsFiles( + $this, + $this->serviceName, + 'files', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/{+parent}/files:annotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'asyncBatchAnnotate' => array( + 'path' => 'v1/{+parent}/files:asyncBatchAnnotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_images = new Google_Service_Vision_Resource_ProjectsLocationsImages( + $this, + $this->serviceName, + 'images', + array( + 'methods' => array( + 'annotate' => array( + 'path' => 'v1/{+parent}/images:annotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'asyncBatchAnnotate' => array( + 'path' => 'v1/{+parent}/images:asyncBatchAnnotate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_operations = new Google_Service_Vision_Resource_ProjectsLocationsOperations( + $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->projects_locations_productSets = new Google_Service_Vision_Resource_ProjectsLocationsProductSets( + $this, + $this->serviceName, + 'productSets', + array( + 'methods' => array( + 'addProduct' => array( + 'path' => 'v1/{+name}:addProduct', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/productSets', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productSetId' => 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, + ), + ), + ),'import' => array( + 'path' => 'v1/{+parent}/productSets:import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/productSets', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'removeProduct' => array( + 'path' => 'v1/{+name}:removeProduct', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_productSets_products = new Google_Service_Vision_Resource_ProjectsLocationsProductSetsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+name}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->projects_locations_products = new Google_Service_Vision_Resource_ProjectsLocationsProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/products', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => 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}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'purge' => array( + 'path' => 'v1/{+parent}/products:purge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_products_referenceImages = new Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages( + $this, + $this->serviceName, + 'referenceImages', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/referenceImages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'referenceImageId' => 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}/referenceImages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_operations = new Google_Service_Vision_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, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AddProductToProductSetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AddProductToProductSetRequest.php new file mode 100644 index 000000000..2d8b2cb88 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AddProductToProductSetRequest.php @@ -0,0 +1,30 @@ +product = $product; + } + public function getProduct() + { + return $this->product; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileRequest.php new file mode 100644 index 000000000..165490db8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileRequest.php @@ -0,0 +1,79 @@ +features = $features; + } + /** + * @return Google_Service_Vision_Feature + */ + public function getFeatures() + { + return $this->features; + } + /** + * @param Google_Service_Vision_ImageContext + */ + public function setImageContext(Google_Service_Vision_ImageContext $imageContext) + { + $this->imageContext = $imageContext; + } + /** + * @return Google_Service_Vision_ImageContext + */ + public function getImageContext() + { + return $this->imageContext; + } + /** + * @param Google_Service_Vision_InputConfig + */ + public function setInputConfig(Google_Service_Vision_InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + public function setPages($pages) + { + $this->pages = $pages; + } + public function getPages() + { + return $this->pages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php new file mode 100644 index 000000000..282ad3a6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php @@ -0,0 +1,79 @@ +error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_InputConfig + */ + public function setInputConfig(Google_Service_Vision_InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + /** + * @param Google_Service_Vision_AnnotateImageResponse + */ + public function setResponses($responses) + { + $this->responses = $responses; + } + /** + * @return Google_Service_Vision_AnnotateImageResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setTotalPages($totalPages) + { + $this->totalPages = $totalPages; + } + public function getTotalPages() + { + return $this->totalPages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.php new file mode 100644 index 000000000..998e6a6e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.php @@ -0,0 +1,70 @@ +features = $features; + } + /** + * @return Google_Service_Vision_Feature + */ + public function getFeatures() + { + return $this->features; + } + /** + * @param Google_Service_Vision_Image + */ + public function setImage(Google_Service_Vision_Image $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Vision_Image + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Vision_ImageContext + */ + public function setImageContext(Google_Service_Vision_ImageContext $imageContext) + { + $this->imageContext = $imageContext; + } + /** + * @return Google_Service_Vision_ImageContext + */ + public function getImageContext() + { + return $this->imageContext; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.php new file mode 100644 index 000000000..49c61a1c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.php @@ -0,0 +1,246 @@ +context = $context; + } + /** + * @return Google_Service_Vision_ImageAnnotationContext + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_Vision_CropHintsAnnotation + */ + public function setCropHintsAnnotation(Google_Service_Vision_CropHintsAnnotation $cropHintsAnnotation) + { + $this->cropHintsAnnotation = $cropHintsAnnotation; + } + /** + * @return Google_Service_Vision_CropHintsAnnotation + */ + public function getCropHintsAnnotation() + { + return $this->cropHintsAnnotation; + } + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_FaceAnnotation + */ + public function setFaceAnnotations($faceAnnotations) + { + $this->faceAnnotations = $faceAnnotations; + } + /** + * @return Google_Service_Vision_FaceAnnotation + */ + public function getFaceAnnotations() + { + return $this->faceAnnotations; + } + /** + * @param Google_Service_Vision_TextAnnotation + */ + public function setFullTextAnnotation(Google_Service_Vision_TextAnnotation $fullTextAnnotation) + { + $this->fullTextAnnotation = $fullTextAnnotation; + } + /** + * @return Google_Service_Vision_TextAnnotation + */ + public function getFullTextAnnotation() + { + return $this->fullTextAnnotation; + } + /** + * @param Google_Service_Vision_ImageProperties + */ + public function setImagePropertiesAnnotation(Google_Service_Vision_ImageProperties $imagePropertiesAnnotation) + { + $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; + } + /** + * @return Google_Service_Vision_ImageProperties + */ + public function getImagePropertiesAnnotation() + { + return $this->imagePropertiesAnnotation; + } + /** + * @param Google_Service_Vision_EntityAnnotation + */ + public function setLabelAnnotations($labelAnnotations) + { + $this->labelAnnotations = $labelAnnotations; + } + /** + * @return Google_Service_Vision_EntityAnnotation + */ + public function getLabelAnnotations() + { + return $this->labelAnnotations; + } + /** + * @param Google_Service_Vision_EntityAnnotation + */ + public function setLandmarkAnnotations($landmarkAnnotations) + { + $this->landmarkAnnotations = $landmarkAnnotations; + } + /** + * @return Google_Service_Vision_EntityAnnotation + */ + public function getLandmarkAnnotations() + { + return $this->landmarkAnnotations; + } + /** + * @param Google_Service_Vision_LocalizedObjectAnnotation + */ + public function setLocalizedObjectAnnotations($localizedObjectAnnotations) + { + $this->localizedObjectAnnotations = $localizedObjectAnnotations; + } + /** + * @return Google_Service_Vision_LocalizedObjectAnnotation + */ + public function getLocalizedObjectAnnotations() + { + return $this->localizedObjectAnnotations; + } + /** + * @param Google_Service_Vision_EntityAnnotation + */ + public function setLogoAnnotations($logoAnnotations) + { + $this->logoAnnotations = $logoAnnotations; + } + /** + * @return Google_Service_Vision_EntityAnnotation + */ + public function getLogoAnnotations() + { + return $this->logoAnnotations; + } + /** + * @param Google_Service_Vision_ProductSearchResults + */ + public function setProductSearchResults(Google_Service_Vision_ProductSearchResults $productSearchResults) + { + $this->productSearchResults = $productSearchResults; + } + /** + * @return Google_Service_Vision_ProductSearchResults + */ + public function getProductSearchResults() + { + return $this->productSearchResults; + } + /** + * @param Google_Service_Vision_SafeSearchAnnotation + */ + public function setSafeSearchAnnotation(Google_Service_Vision_SafeSearchAnnotation $safeSearchAnnotation) + { + $this->safeSearchAnnotation = $safeSearchAnnotation; + } + /** + * @return Google_Service_Vision_SafeSearchAnnotation + */ + public function getSafeSearchAnnotation() + { + return $this->safeSearchAnnotation; + } + /** + * @param Google_Service_Vision_EntityAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_Vision_EntityAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } + /** + * @param Google_Service_Vision_WebDetection + */ + public function setWebDetection(Google_Service_Vision_WebDetection $webDetection) + { + $this->webDetection = $webDetection; + } + /** + * @return Google_Service_Vision_WebDetection + */ + public function getWebDetection() + { + return $this->webDetection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileRequest.php new file mode 100644 index 000000000..ccfad83df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileRequest.php @@ -0,0 +1,86 @@ +features = $features; + } + /** + * @return Google_Service_Vision_Feature + */ + public function getFeatures() + { + return $this->features; + } + /** + * @param Google_Service_Vision_ImageContext + */ + public function setImageContext(Google_Service_Vision_ImageContext $imageContext) + { + $this->imageContext = $imageContext; + } + /** + * @return Google_Service_Vision_ImageContext + */ + public function getImageContext() + { + return $this->imageContext; + } + /** + * @param Google_Service_Vision_InputConfig + */ + public function setInputConfig(Google_Service_Vision_InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + /** + * @param Google_Service_Vision_OutputConfig + */ + public function setOutputConfig(Google_Service_Vision_OutputConfig $outputConfig) + { + $this->outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileResponse.php new file mode 100644 index 000000000..5db6734b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncAnnotateFileResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesRequest.php new file mode 100644 index 000000000..21f61110c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesRequest.php @@ -0,0 +1,47 @@ +parent = $parent; + } + public function getParent() + { + return $this->parent; + } + /** + * @param Google_Service_Vision_AsyncAnnotateFileRequest + */ + public function setRequests($requests) + { + $this->requests = $requests; + } + /** + * @return Google_Service_Vision_AsyncAnnotateFileRequest + */ + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesResponse.php new file mode 100644 index 000000000..98d929e52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_AsyncAnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesRequest.php new file mode 100644 index 000000000..24d59483d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesRequest.php @@ -0,0 +1,63 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } + /** + * @param Google_Service_Vision_AnnotateImageRequest + */ + public function setRequests($requests) + { + $this->requests = $requests; + } + /** + * @return Google_Service_Vision_AnnotateImageRequest + */ + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesResponse.php new file mode 100644 index 000000000..7f8abd4b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AsyncBatchAnnotateImagesResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesRequest.php new file mode 100644 index 000000000..7c5b6ceff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesRequest.php @@ -0,0 +1,47 @@ +parent = $parent; + } + public function getParent() + { + return $this->parent; + } + /** + * @param Google_Service_Vision_AnnotateFileRequest + */ + public function setRequests($requests) + { + $this->requests = $requests; + } + /** + * @return Google_Service_Vision_AnnotateFileRequest + */ + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesResponse.php new file mode 100644 index 000000000..af0e105b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_AnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.php new file mode 100644 index 000000000..1d7e4ced2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.php @@ -0,0 +1,47 @@ +parent = $parent; + } + public function getParent() + { + return $this->parent; + } + /** + * @param Google_Service_Vision_AnnotateImageRequest + */ + public function setRequests($requests) + { + $this->requests = $requests; + } + /** + * @return Google_Service_Vision_AnnotateImageRequest + */ + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.php new file mode 100644 index 000000000..e82a2cbb0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_AnnotateImageResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchOperationMetadata.php new file mode 100644 index 000000000..fe84bb592 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchOperationMetadata.php @@ -0,0 +1,48 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSubmitTime($submitTime) + { + $this->submitTime = $submitTime; + } + public function getSubmitTime() + { + return $this->submitTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php new file mode 100644 index 000000000..a818c63c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php @@ -0,0 +1,88 @@ +blockType = $blockType; + } + public function getBlockType() + { + return $this->blockType; + } + /** + * @param Google_Service_Vision_BoundingPoly + */ + public function setBoundingBox(Google_Service_Vision_BoundingPoly $boundingBox) + { + $this->boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_Paragraph + */ + public function setParagraphs($paragraphs) + { + $this->paragraphs = $paragraphs; + } + /** + * @return Google_Service_Vision_Paragraph + */ + public function getParagraphs() + { + return $this->paragraphs; + } + /** + * @param Google_Service_Vision_TextProperty + */ + public function setProperty(Google_Service_Vision_TextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_TextProperty + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.php new file mode 100644 index 000000000..2f1301798 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.php @@ -0,0 +1,54 @@ +normalizedVertices = $normalizedVertices; + } + /** + * @return Google_Service_Vision_NormalizedVertex + */ + public function getNormalizedVertices() + { + return $this->normalizedVertices; + } + /** + * @param Google_Service_Vision_Vertex + */ + public function setVertices($vertices) + { + $this->vertices = $vertices; + } + /** + * @return Google_Service_Vision_Vertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/CancelOperationRequest.php new file mode 100644 index 000000000..10aed59bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CancelOperationRequest.php @@ -0,0 +1,20 @@ +alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + public function setBlue($blue) + { + $this->blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ColorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ColorInfo.php new file mode 100644 index 000000000..38df55c15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ColorInfo.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Vision_Color + */ + public function getColor() + { + return $this->color; + } + public function setPixelFraction($pixelFraction) + { + $this->pixelFraction = $pixelFraction; + } + public function getPixelFraction() + { + return $this->pixelFraction; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php new file mode 100644 index 000000000..6df1cada1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php @@ -0,0 +1,55 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setImportanceFraction($importanceFraction) + { + $this->importanceFraction = $importanceFraction; + } + public function getImportanceFraction() + { + return $this->importanceFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php new file mode 100644 index 000000000..b4920e370 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php @@ -0,0 +1,38 @@ +cropHints = $cropHints; + } + /** + * @return Google_Service_Vision_CropHint + */ + public function getCropHints() + { + return $this->cropHints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.php b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.php new file mode 100644 index 000000000..125eb0f17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.php @@ -0,0 +1,31 @@ +aspectRatios = $aspectRatios; + } + public function getAspectRatios() + { + return $this->aspectRatios; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/DetectedBreak.php b/vendor/google/apiclient-services/src/Google/Service/Vision/DetectedBreak.php new file mode 100644 index 000000000..53fabdcae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/DetectedBreak.php @@ -0,0 +1,39 @@ +isPrefix = $isPrefix; + } + public function getIsPrefix() + { + return $this->isPrefix; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/DetectedLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/DetectedLanguage.php new file mode 100644 index 000000000..853a567c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/DetectedLanguage.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/vendor/google/apiclient-services/src/Google/Service/Vision/DominantColorsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/DominantColorsAnnotation.php new file mode 100644 index 000000000..4bb85342d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/DominantColorsAnnotation.php @@ -0,0 +1,38 @@ +colors = $colors; + } + /** + * @return Google_Service_Vision_ColorInfo + */ + public function getColors() + { + return $this->colors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.php new file mode 100644 index 000000000..8b35a7023 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.php @@ -0,0 +1,124 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + /** + * @param Google_Service_Vision_LocationInfo + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Vision_LocationInfo + */ + public function getLocations() + { + return $this->locations; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + /** + * @param Google_Service_Vision_Property + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Vision_Property + */ + public function getProperties() + { + return $this->properties; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setTopicality($topicality) + { + $this->topicality = $topicality; + } + public function getTopicality() + { + return $this->topicality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php new file mode 100644 index 000000000..5dd5415e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php @@ -0,0 +1,178 @@ +angerLikelihood = $angerLikelihood; + } + public function getAngerLikelihood() + { + return $this->angerLikelihood; + } + public function setBlurredLikelihood($blurredLikelihood) + { + $this->blurredLikelihood = $blurredLikelihood; + } + public function getBlurredLikelihood() + { + return $this->blurredLikelihood; + } + /** + * @param Google_Service_Vision_BoundingPoly + */ + public function setBoundingPoly(Google_Service_Vision_BoundingPoly $boundingPoly) + { + $this->boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setDetectionConfidence($detectionConfidence) + { + $this->detectionConfidence = $detectionConfidence; + } + public function getDetectionConfidence() + { + return $this->detectionConfidence; + } + /** + * @param Google_Service_Vision_BoundingPoly + */ + public function setFdBoundingPoly(Google_Service_Vision_BoundingPoly $fdBoundingPoly) + { + $this->fdBoundingPoly = $fdBoundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getFdBoundingPoly() + { + return $this->fdBoundingPoly; + } + public function setHeadwearLikelihood($headwearLikelihood) + { + $this->headwearLikelihood = $headwearLikelihood; + } + public function getHeadwearLikelihood() + { + return $this->headwearLikelihood; + } + public function setJoyLikelihood($joyLikelihood) + { + $this->joyLikelihood = $joyLikelihood; + } + public function getJoyLikelihood() + { + return $this->joyLikelihood; + } + public function setLandmarkingConfidence($landmarkingConfidence) + { + $this->landmarkingConfidence = $landmarkingConfidence; + } + public function getLandmarkingConfidence() + { + return $this->landmarkingConfidence; + } + /** + * @param Google_Service_Vision_Landmark + */ + public function setLandmarks($landmarks) + { + $this->landmarks = $landmarks; + } + /** + * @return Google_Service_Vision_Landmark + */ + public function getLandmarks() + { + return $this->landmarks; + } + public function setPanAngle($panAngle) + { + $this->panAngle = $panAngle; + } + public function getPanAngle() + { + return $this->panAngle; + } + public function setRollAngle($rollAngle) + { + $this->rollAngle = $rollAngle; + } + public function getRollAngle() + { + return $this->rollAngle; + } + public function setSorrowLikelihood($sorrowLikelihood) + { + $this->sorrowLikelihood = $sorrowLikelihood; + } + public function getSorrowLikelihood() + { + return $this->sorrowLikelihood; + } + public function setSurpriseLikelihood($surpriseLikelihood) + { + $this->surpriseLikelihood = $surpriseLikelihood; + } + public function getSurpriseLikelihood() + { + return $this->surpriseLikelihood; + } + public function setTiltAngle($tiltAngle) + { + $this->tiltAngle = $tiltAngle; + } + public function getTiltAngle() + { + return $this->tiltAngle; + } + public function setUnderExposedLikelihood($underExposedLikelihood) + { + $this->underExposedLikelihood = $underExposedLikelihood; + } + public function getUnderExposedLikelihood() + { + return $this->underExposedLikelihood; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php new file mode 100644 index 000000000..44ce7483a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php @@ -0,0 +1,48 @@ +maxResults = $maxResults; + } + public function getMaxResults() + { + return $this->maxResults; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GcsDestination.php new file mode 100644 index 000000000..4741e0119 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GcsDestination.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GcsSource.php new file mode 100644 index 000000000..0033e86ac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php new file mode 100644 index 000000000..c2da0a83c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php @@ -0,0 +1,79 @@ +error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig + */ + public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1AnnotateImageResponse + */ + public function setResponses($responses) + { + $this->responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1AnnotateImageResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setTotalPages($totalPages) + { + $this->totalPages = $totalPages; + } + public function getTotalPages() + { + return $this->totalPages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateImageResponse.php new file mode 100644 index 000000000..d9f04e2ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateImageResponse.php @@ -0,0 +1,246 @@ +context = $context; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageAnnotationContext + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHintsAnnotation + */ + public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHintsAnnotation $cropHintsAnnotation) + { + $this->cropHintsAnnotation = $cropHintsAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHintsAnnotation + */ + public function getCropHintsAnnotation() + { + return $this->cropHintsAnnotation; + } + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotation + */ + public function setFaceAnnotations($faceAnnotations) + { + $this->faceAnnotations = $faceAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotation + */ + public function getFaceAnnotations() + { + return $this->faceAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotation + */ + public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotation $fullTextAnnotation) + { + $this->fullTextAnnotation = $fullTextAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotation + */ + public function getFullTextAnnotation() + { + return $this->fullTextAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageProperties + */ + public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageProperties $imagePropertiesAnnotation) + { + $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ImageProperties + */ + public function getImagePropertiesAnnotation() + { + return $this->imagePropertiesAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function setLabelAnnotations($labelAnnotations) + { + $this->labelAnnotations = $labelAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function getLabelAnnotations() + { + return $this->labelAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function setLandmarkAnnotations($landmarkAnnotations) + { + $this->landmarkAnnotations = $landmarkAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function getLandmarkAnnotations() + { + return $this->landmarkAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation + */ + public function setLocalizedObjectAnnotations($localizedObjectAnnotations) + { + $this->localizedObjectAnnotations = $localizedObjectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation + */ + public function getLocalizedObjectAnnotations() + { + return $this->localizedObjectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function setLogoAnnotations($logoAnnotations) + { + $this->logoAnnotations = $logoAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function getLogoAnnotations() + { + return $this->logoAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResults + */ + public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResults $productSearchResults) + { + $this->productSearchResults = $productSearchResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResults + */ + public function getProductSearchResults() + { + return $this->productSearchResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1SafeSearchAnnotation + */ + public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p1beta1SafeSearchAnnotation $safeSearchAnnotation) + { + $this->safeSearchAnnotation = $safeSearchAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1SafeSearchAnnotation + */ + public function getSafeSearchAnnotation() + { + return $this->safeSearchAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1EntityAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetection + */ + public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetection $webDetection) + { + $this->webDetection = $webDetection; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetection + */ + public function getWebDetection() + { + return $this->webDetection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.php new file mode 100644 index 000000000..e08602dd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.php new file mode 100644 index 000000000..254b2c878 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Block.php new file mode 100644 index 000000000..267a47785 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Block.php @@ -0,0 +1,88 @@ +blockType = $blockType; + } + public function getBlockType() + { + return $this->blockType; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly $boundingBox) + { + $this->boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Paragraph + */ + public function setParagraphs($paragraphs) + { + $this->paragraphs = $paragraphs; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Paragraph + */ + public function getParagraphs() + { + return $this->paragraphs; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1BoundingPoly.php new file mode 100644 index 000000000..a0c096455 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1BoundingPoly.php @@ -0,0 +1,54 @@ +normalizedVertices = $normalizedVertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1NormalizedVertex + */ + public function getNormalizedVertices() + { + return $this->normalizedVertices; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Vertex + */ + public function setVertices($vertices) + { + $this->vertices = $vertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Vertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ColorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ColorInfo.php new file mode 100644 index 000000000..05e79a59f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ColorInfo.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Vision_Color + */ + public function getColor() + { + return $this->color; + } + public function setPixelFraction($pixelFraction) + { + $this->pixelFraction = $pixelFraction; + } + public function getPixelFraction() + { + return $this->pixelFraction; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHint.php new file mode 100644 index 000000000..41d920cec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHint.php @@ -0,0 +1,55 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setImportanceFraction($importanceFraction) + { + $this->importanceFraction = $importanceFraction; + } + public function getImportanceFraction() + { + return $this->importanceFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHintsAnnotation.php new file mode 100644 index 000000000..dc64850fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1CropHintsAnnotation.php @@ -0,0 +1,38 @@ +cropHints = $cropHints; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1CropHint + */ + public function getCropHints() + { + return $this->cropHints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1DominantColorsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1DominantColorsAnnotation.php new file mode 100644 index 000000000..e81eb05de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1DominantColorsAnnotation.php @@ -0,0 +1,38 @@ +colors = $colors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ColorInfo + */ + public function getColors() + { + return $this->colors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1EntityAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1EntityAnnotation.php new file mode 100644 index 000000000..43e646f4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1EntityAnnotation.php @@ -0,0 +1,124 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1LocationInfo + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1LocationInfo + */ + public function getLocations() + { + return $this->locations; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Property + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Property + */ + public function getProperties() + { + return $this->properties; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setTopicality($topicality) + { + $this->topicality = $topicality; + } + public function getTopicality() + { + return $this->topicality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotation.php new file mode 100644 index 000000000..d66e818b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotation.php @@ -0,0 +1,178 @@ +angerLikelihood = $angerLikelihood; + } + public function getAngerLikelihood() + { + return $this->angerLikelihood; + } + public function setBlurredLikelihood($blurredLikelihood) + { + $this->blurredLikelihood = $blurredLikelihood; + } + public function getBlurredLikelihood() + { + return $this->blurredLikelihood; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly $boundingPoly) + { + $this->boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setDetectionConfidence($detectionConfidence) + { + $this->detectionConfidence = $detectionConfidence; + } + public function getDetectionConfidence() + { + return $this->detectionConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly $fdBoundingPoly) + { + $this->fdBoundingPoly = $fdBoundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getFdBoundingPoly() + { + return $this->fdBoundingPoly; + } + public function setHeadwearLikelihood($headwearLikelihood) + { + $this->headwearLikelihood = $headwearLikelihood; + } + public function getHeadwearLikelihood() + { + return $this->headwearLikelihood; + } + public function setJoyLikelihood($joyLikelihood) + { + $this->joyLikelihood = $joyLikelihood; + } + public function getJoyLikelihood() + { + return $this->joyLikelihood; + } + public function setLandmarkingConfidence($landmarkingConfidence) + { + $this->landmarkingConfidence = $landmarkingConfidence; + } + public function getLandmarkingConfidence() + { + return $this->landmarkingConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotationLandmark + */ + public function setLandmarks($landmarks) + { + $this->landmarks = $landmarks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1FaceAnnotationLandmark + */ + public function getLandmarks() + { + return $this->landmarks; + } + public function setPanAngle($panAngle) + { + $this->panAngle = $panAngle; + } + public function getPanAngle() + { + return $this->panAngle; + } + public function setRollAngle($rollAngle) + { + $this->rollAngle = $rollAngle; + } + public function getRollAngle() + { + return $this->rollAngle; + } + public function setSorrowLikelihood($sorrowLikelihood) + { + $this->sorrowLikelihood = $sorrowLikelihood; + } + public function getSorrowLikelihood() + { + return $this->sorrowLikelihood; + } + public function setSurpriseLikelihood($surpriseLikelihood) + { + $this->surpriseLikelihood = $surpriseLikelihood; + } + public function getSurpriseLikelihood() + { + return $this->surpriseLikelihood; + } + public function setTiltAngle($tiltAngle) + { + $this->tiltAngle = $tiltAngle; + } + public function getTiltAngle() + { + return $this->tiltAngle; + } + public function setUnderExposedLikelihood($underExposedLikelihood) + { + $this->underExposedLikelihood = $underExposedLikelihood; + } + public function getUnderExposedLikelihood() + { + return $this->underExposedLikelihood; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotationLandmark.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotationLandmark.php new file mode 100644 index 000000000..b7baaf166 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1FaceAnnotationLandmark.php @@ -0,0 +1,46 @@ +position = $position; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Position + */ + public function getPosition() + { + return $this->position; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsDestination.php new file mode 100644 index 000000000..3ed91f4e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsDestination.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsSource.php new file mode 100644 index 000000000..a9c52d59d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1GcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageAnnotationContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageAnnotationContext.php new file mode 100644 index 000000000..46dc572e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageAnnotationContext.php @@ -0,0 +1,39 @@ +pageNumber = $pageNumber; + } + public function getPageNumber() + { + return $this->pageNumber; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageProperties.php new file mode 100644 index 000000000..6316f05a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ImageProperties.php @@ -0,0 +1,37 @@ +dominantColors = $dominantColors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1DominantColorsAnnotation + */ + public function getDominantColors() + { + return $this->dominantColors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1InputConfig.php new file mode 100644 index 000000000..b571b785c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1InputConfig.php @@ -0,0 +1,55 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsSource + */ + public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsSource $gcsSource) + { + $this->gcsSource = $gcsSource; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.php new file mode 100644 index 000000000..338514094 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.php @@ -0,0 +1,73 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocationInfo.php new file mode 100644 index 000000000..146da7850 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1LocationInfo.php @@ -0,0 +1,37 @@ +latLng = $latLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1NormalizedVertex.php new file mode 100644 index 000000000..2f64ea9fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OperationMetadata.php new file mode 100644 index 000000000..2618fa71d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OperationMetadata.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OutputConfig.php new file mode 100644 index 000000000..b2ed71a2d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1OutputConfig.php @@ -0,0 +1,46 @@ +batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsDestination + */ + public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Page.php new file mode 100644 index 000000000..c740d624b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Page.php @@ -0,0 +1,81 @@ +blocks = $blocks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Block + */ + public function getBlocks() + { + return $this->blocks; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Paragraph.php new file mode 100644 index 000000000..cfd526c60 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Paragraph.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Word + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Word + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Position.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Position.php new file mode 100644 index 000000000..9f39cd8f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Position.php @@ -0,0 +1,48 @@ +x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } + public function setZ($z) + { + $this->z = $z; + } + public function getZ() + { + return $this->z; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Product.php new file mode 100644 index 000000000..f26e250f9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Product.php @@ -0,0 +1,74 @@ +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 setProductCategory($productCategory) + { + $this->productCategory = $productCategory; + } + public function getProductCategory() + { + return $this->productCategory; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductKeyValue + */ + public function setProductLabels($productLabels) + { + $this->productLabels = $productLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductKeyValue + */ + public function getProductLabels() + { + return $this->productLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductKeyValue.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductKeyValue.php new file mode 100644 index 000000000..170bc29f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductKeyValue.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResults.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResults.php new file mode 100644 index 000000000..110304b67 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResults.php @@ -0,0 +1,63 @@ +indexTime = $indexTime; + } + public function getIndexTime() + { + return $this->indexTime; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult + */ + public function setProductGroupedResults($productGroupedResults) + { + $this->productGroupedResults = $productGroupedResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult + */ + public function getProductGroupedResults() + { + return $this->productGroupedResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php new file mode 100644 index 000000000..60d0e9691 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php @@ -0,0 +1,70 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php new file mode 100644 index 000000000..9c527901d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsResult.php new file mode 100644 index 000000000..02b128403 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsResult.php @@ -0,0 +1,55 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Product + */ + public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p1beta1Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Product + */ + public function getProduct() + { + return $this->product; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Property.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Property.php new file mode 100644 index 000000000..8496d55e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Property.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUint64Value($uint64Value) + { + $this->uint64Value = $uint64Value; + } + public function getUint64Value() + { + return $this->uint64Value; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1SafeSearchAnnotation.php new file mode 100644 index 000000000..89ddf195f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1SafeSearchAnnotation.php @@ -0,0 +1,66 @@ +adult = $adult; + } + public function getAdult() + { + return $this->adult; + } + public function setMedical($medical) + { + $this->medical = $medical; + } + public function getMedical() + { + return $this->medical; + } + public function setRacy($racy) + { + $this->racy = $racy; + } + public function getRacy() + { + return $this->racy; + } + public function setSpoof($spoof) + { + $this->spoof = $spoof; + } + public function getSpoof() + { + return $this->spoof; + } + public function setViolence($violence) + { + $this->violence = $violence; + } + public function getViolence() + { + return $this->violence; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Symbol.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Symbol.php new file mode 100644 index 000000000..94a6ef77b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Symbol.php @@ -0,0 +1,71 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotation.php new file mode 100644 index 000000000..092d72a2c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotation.php @@ -0,0 +1,47 @@ +pages = $pages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Page + */ + public function getPages() + { + return $this->pages; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.php new file mode 100644 index 000000000..c0c1d69e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.php @@ -0,0 +1,39 @@ +isPrefix = $isPrefix; + } + public function getIsPrefix() + { + return $this->isPrefix; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage.php new file mode 100644 index 000000000..0f45ff6fe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.php new file mode 100644 index 000000000..73f794f2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.php @@ -0,0 +1,54 @@ +detectedBreak = $detectedBreak; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak + */ + public function getDetectedBreak() + { + return $this->detectedBreak; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage + */ + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage + */ + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Vertex.php new file mode 100644 index 000000000..d0e7ac5c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Vertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetection.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetection.php new file mode 100644 index 000000000..e912ad7d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetection.php @@ -0,0 +1,118 @@ +bestGuessLabels = $bestGuessLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebLabel + */ + public function getBestGuessLabels() + { + return $this->bestGuessLabels; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function setFullMatchingImages($fullMatchingImages) + { + $this->fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebPage + */ + public function setPagesWithMatchingImages($pagesWithMatchingImages) + { + $this->pagesWithMatchingImages = $pagesWithMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebPage + */ + public function getPagesWithMatchingImages() + { + return $this->pagesWithMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function setVisuallySimilarImages($visuallySimilarImages) + { + $this->visuallySimilarImages = $visuallySimilarImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function getVisuallySimilarImages() + { + return $this->visuallySimilarImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebEntity + */ + public function setWebEntities($webEntities) + { + $this->webEntities = $webEntities; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebEntity + */ + public function getWebEntities() + { + return $this->webEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebEntity.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebEntity.php new file mode 100644 index 000000000..b414e1027 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebEntity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebImage.php new file mode 100644 index 000000000..173b12799 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebImage.php @@ -0,0 +1,39 @@ +score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebLabel.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebLabel.php new file mode 100644 index 000000000..0916f261d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebLabel.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebPage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebPage.php new file mode 100644 index 000000000..ebdf59b6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1WebDetectionWebPage.php @@ -0,0 +1,81 @@ +fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + public function setPageTitle($pageTitle) + { + $this->pageTitle = $pageTitle; + } + public function getPageTitle() + { + return $this->pageTitle; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Word.php new file mode 100644 index 000000000..e441b493e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1Word.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1Symbol + */ + public function setSymbols($symbols) + { + $this->symbols = $symbols; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1Symbol + */ + public function getSymbols() + { + return $this->symbols; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php new file mode 100644 index 000000000..b9d1dfd19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php @@ -0,0 +1,79 @@ +error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig + */ + public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse + */ + public function setResponses($responses) + { + $this->responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setTotalPages($totalPages) + { + $this->totalPages = $totalPages; + } + public function getTotalPages() + { + return $this->totalPages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateImageResponse.php new file mode 100644 index 000000000..e2ba9f94c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateImageResponse.php @@ -0,0 +1,246 @@ +context = $context; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageAnnotationContext + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHintsAnnotation + */ + public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHintsAnnotation $cropHintsAnnotation) + { + $this->cropHintsAnnotation = $cropHintsAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHintsAnnotation + */ + public function getCropHintsAnnotation() + { + return $this->cropHintsAnnotation; + } + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotation + */ + public function setFaceAnnotations($faceAnnotations) + { + $this->faceAnnotations = $faceAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotation + */ + public function getFaceAnnotations() + { + return $this->faceAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotation + */ + public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotation $fullTextAnnotation) + { + $this->fullTextAnnotation = $fullTextAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotation + */ + public function getFullTextAnnotation() + { + return $this->fullTextAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageProperties + */ + public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageProperties $imagePropertiesAnnotation) + { + $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ImageProperties + */ + public function getImagePropertiesAnnotation() + { + return $this->imagePropertiesAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function setLabelAnnotations($labelAnnotations) + { + $this->labelAnnotations = $labelAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function getLabelAnnotations() + { + return $this->labelAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function setLandmarkAnnotations($landmarkAnnotations) + { + $this->landmarkAnnotations = $landmarkAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function getLandmarkAnnotations() + { + return $this->landmarkAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation + */ + public function setLocalizedObjectAnnotations($localizedObjectAnnotations) + { + $this->localizedObjectAnnotations = $localizedObjectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation + */ + public function getLocalizedObjectAnnotations() + { + return $this->localizedObjectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function setLogoAnnotations($logoAnnotations) + { + $this->logoAnnotations = $logoAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function getLogoAnnotations() + { + return $this->logoAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults + */ + public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults $productSearchResults) + { + $this->productSearchResults = $productSearchResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResults + */ + public function getProductSearchResults() + { + return $this->productSearchResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1SafeSearchAnnotation + */ + public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p2beta1SafeSearchAnnotation $safeSearchAnnotation) + { + $this->safeSearchAnnotation = $safeSearchAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1SafeSearchAnnotation + */ + public function getSafeSearchAnnotation() + { + return $this->safeSearchAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1EntityAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection + */ + public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection $webDetection) + { + $this->webDetection = $webDetection; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection + */ + public function getWebDetection() + { + return $this->webDetection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse.php new file mode 100644 index 000000000..ff194da11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.php new file mode 100644 index 000000000..1b0045203 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Block.php new file mode 100644 index 000000000..9a255d30f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Block.php @@ -0,0 +1,88 @@ +blockType = $blockType; + } + public function getBlockType() + { + return $this->blockType; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly $boundingBox) + { + $this->boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Paragraph + */ + public function setParagraphs($paragraphs) + { + $this->paragraphs = $paragraphs; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Paragraph + */ + public function getParagraphs() + { + return $this->paragraphs; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1BoundingPoly.php new file mode 100644 index 000000000..48bcc3c00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1BoundingPoly.php @@ -0,0 +1,54 @@ +normalizedVertices = $normalizedVertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1NormalizedVertex + */ + public function getNormalizedVertices() + { + return $this->normalizedVertices; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Vertex + */ + public function setVertices($vertices) + { + $this->vertices = $vertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Vertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ColorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ColorInfo.php new file mode 100644 index 000000000..7859fa5fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ColorInfo.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Vision_Color + */ + public function getColor() + { + return $this->color; + } + public function setPixelFraction($pixelFraction) + { + $this->pixelFraction = $pixelFraction; + } + public function getPixelFraction() + { + return $this->pixelFraction; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHint.php new file mode 100644 index 000000000..fdd973460 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHint.php @@ -0,0 +1,55 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setImportanceFraction($importanceFraction) + { + $this->importanceFraction = $importanceFraction; + } + public function getImportanceFraction() + { + return $this->importanceFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHintsAnnotation.php new file mode 100644 index 000000000..84926d8a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1CropHintsAnnotation.php @@ -0,0 +1,38 @@ +cropHints = $cropHints; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1CropHint + */ + public function getCropHints() + { + return $this->cropHints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1DominantColorsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1DominantColorsAnnotation.php new file mode 100644 index 000000000..50c853946 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1DominantColorsAnnotation.php @@ -0,0 +1,38 @@ +colors = $colors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ColorInfo + */ + public function getColors() + { + return $this->colors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1EntityAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1EntityAnnotation.php new file mode 100644 index 000000000..ea71d2f6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1EntityAnnotation.php @@ -0,0 +1,124 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1LocationInfo + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1LocationInfo + */ + public function getLocations() + { + return $this->locations; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Property + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Property + */ + public function getProperties() + { + return $this->properties; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setTopicality($topicality) + { + $this->topicality = $topicality; + } + public function getTopicality() + { + return $this->topicality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotation.php new file mode 100644 index 000000000..769e717e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotation.php @@ -0,0 +1,178 @@ +angerLikelihood = $angerLikelihood; + } + public function getAngerLikelihood() + { + return $this->angerLikelihood; + } + public function setBlurredLikelihood($blurredLikelihood) + { + $this->blurredLikelihood = $blurredLikelihood; + } + public function getBlurredLikelihood() + { + return $this->blurredLikelihood; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly $boundingPoly) + { + $this->boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setDetectionConfidence($detectionConfidence) + { + $this->detectionConfidence = $detectionConfidence; + } + public function getDetectionConfidence() + { + return $this->detectionConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly $fdBoundingPoly) + { + $this->fdBoundingPoly = $fdBoundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getFdBoundingPoly() + { + return $this->fdBoundingPoly; + } + public function setHeadwearLikelihood($headwearLikelihood) + { + $this->headwearLikelihood = $headwearLikelihood; + } + public function getHeadwearLikelihood() + { + return $this->headwearLikelihood; + } + public function setJoyLikelihood($joyLikelihood) + { + $this->joyLikelihood = $joyLikelihood; + } + public function getJoyLikelihood() + { + return $this->joyLikelihood; + } + public function setLandmarkingConfidence($landmarkingConfidence) + { + $this->landmarkingConfidence = $landmarkingConfidence; + } + public function getLandmarkingConfidence() + { + return $this->landmarkingConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotationLandmark + */ + public function setLandmarks($landmarks) + { + $this->landmarks = $landmarks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1FaceAnnotationLandmark + */ + public function getLandmarks() + { + return $this->landmarks; + } + public function setPanAngle($panAngle) + { + $this->panAngle = $panAngle; + } + public function getPanAngle() + { + return $this->panAngle; + } + public function setRollAngle($rollAngle) + { + $this->rollAngle = $rollAngle; + } + public function getRollAngle() + { + return $this->rollAngle; + } + public function setSorrowLikelihood($sorrowLikelihood) + { + $this->sorrowLikelihood = $sorrowLikelihood; + } + public function getSorrowLikelihood() + { + return $this->sorrowLikelihood; + } + public function setSurpriseLikelihood($surpriseLikelihood) + { + $this->surpriseLikelihood = $surpriseLikelihood; + } + public function getSurpriseLikelihood() + { + return $this->surpriseLikelihood; + } + public function setTiltAngle($tiltAngle) + { + $this->tiltAngle = $tiltAngle; + } + public function getTiltAngle() + { + return $this->tiltAngle; + } + public function setUnderExposedLikelihood($underExposedLikelihood) + { + $this->underExposedLikelihood = $underExposedLikelihood; + } + public function getUnderExposedLikelihood() + { + return $this->underExposedLikelihood; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotationLandmark.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotationLandmark.php new file mode 100644 index 000000000..f9199afb1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1FaceAnnotationLandmark.php @@ -0,0 +1,46 @@ +position = $position; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Position + */ + public function getPosition() + { + return $this->position; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsDestination.php new file mode 100644 index 000000000..1bd9ac9a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsDestination.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsSource.php new file mode 100644 index 000000000..911665f35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1GcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageAnnotationContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageAnnotationContext.php new file mode 100644 index 000000000..66ff4d5b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageAnnotationContext.php @@ -0,0 +1,39 @@ +pageNumber = $pageNumber; + } + public function getPageNumber() + { + return $this->pageNumber; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageProperties.php new file mode 100644 index 000000000..752bcb35b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ImageProperties.php @@ -0,0 +1,37 @@ +dominantColors = $dominantColors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1DominantColorsAnnotation + */ + public function getDominantColors() + { + return $this->dominantColors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1InputConfig.php new file mode 100644 index 000000000..6035c11f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1InputConfig.php @@ -0,0 +1,55 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsSource + */ + public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsSource $gcsSource) + { + $this->gcsSource = $gcsSource; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.php new file mode 100644 index 000000000..1f16c59cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.php @@ -0,0 +1,73 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocationInfo.php new file mode 100644 index 000000000..64a3a1dc1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1LocationInfo.php @@ -0,0 +1,37 @@ +latLng = $latLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1NormalizedVertex.php new file mode 100644 index 000000000..18718597e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OperationMetadata.php new file mode 100644 index 000000000..6a9972e78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OperationMetadata.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OutputConfig.php new file mode 100644 index 000000000..d831aeafc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1OutputConfig.php @@ -0,0 +1,46 @@ +batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsDestination + */ + public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Page.php new file mode 100644 index 000000000..7bdab2802 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Page.php @@ -0,0 +1,81 @@ +blocks = $blocks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Block + */ + public function getBlocks() + { + return $this->blocks; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Paragraph.php new file mode 100644 index 000000000..be62be459 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Paragraph.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Word + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Word + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Position.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Position.php new file mode 100644 index 000000000..17851d780 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Position.php @@ -0,0 +1,48 @@ +x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } + public function setZ($z) + { + $this->z = $z; + } + public function getZ() + { + return $this->z; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Product.php new file mode 100644 index 000000000..264dbf874 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Product.php @@ -0,0 +1,74 @@ +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 setProductCategory($productCategory) + { + $this->productCategory = $productCategory; + } + public function getProductCategory() + { + return $this->productCategory; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductKeyValue + */ + public function setProductLabels($productLabels) + { + $this->productLabels = $productLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductKeyValue + */ + public function getProductLabels() + { + return $this->productLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductKeyValue.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductKeyValue.php new file mode 100644 index 000000000..4d5316d01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductKeyValue.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResults.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResults.php new file mode 100644 index 000000000..63551b33f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResults.php @@ -0,0 +1,63 @@ +indexTime = $indexTime; + } + public function getIndexTime() + { + return $this->indexTime; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult + */ + public function setProductGroupedResults($productGroupedResults) + { + $this->productGroupedResults = $productGroupedResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult + */ + public function getProductGroupedResults() + { + return $this->productGroupedResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php new file mode 100644 index 000000000..1959e8b64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php @@ -0,0 +1,70 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php new file mode 100644 index 000000000..2343f7edd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsResult.php new file mode 100644 index 000000000..7955d03a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsResult.php @@ -0,0 +1,55 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Product + */ + public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p2beta1Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Product + */ + public function getProduct() + { + return $this->product; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Property.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Property.php new file mode 100644 index 000000000..34288ee33 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Property.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUint64Value($uint64Value) + { + $this->uint64Value = $uint64Value; + } + public function getUint64Value() + { + return $this->uint64Value; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1SafeSearchAnnotation.php new file mode 100644 index 000000000..b46c392cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1SafeSearchAnnotation.php @@ -0,0 +1,66 @@ +adult = $adult; + } + public function getAdult() + { + return $this->adult; + } + public function setMedical($medical) + { + $this->medical = $medical; + } + public function getMedical() + { + return $this->medical; + } + public function setRacy($racy) + { + $this->racy = $racy; + } + public function getRacy() + { + return $this->racy; + } + public function setSpoof($spoof) + { + $this->spoof = $spoof; + } + public function getSpoof() + { + return $this->spoof; + } + public function setViolence($violence) + { + $this->violence = $violence; + } + public function getViolence() + { + return $this->violence; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Symbol.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Symbol.php new file mode 100644 index 000000000..41e18b6a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Symbol.php @@ -0,0 +1,71 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotation.php new file mode 100644 index 000000000..16fe83783 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotation.php @@ -0,0 +1,47 @@ +pages = $pages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Page + */ + public function getPages() + { + return $this->pages; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.php new file mode 100644 index 000000000..6fcfd609d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.php @@ -0,0 +1,39 @@ +isPrefix = $isPrefix; + } + public function getIsPrefix() + { + return $this->isPrefix; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.php new file mode 100644 index 000000000..d6d1cfd08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.php new file mode 100644 index 000000000..eb1121160 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.php @@ -0,0 +1,54 @@ +detectedBreak = $detectedBreak; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak + */ + public function getDetectedBreak() + { + return $this->detectedBreak; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage + */ + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage + */ + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Vertex.php new file mode 100644 index 000000000..8e0e18448 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Vertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetection.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetection.php new file mode 100644 index 000000000..000dbf010 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetection.php @@ -0,0 +1,118 @@ +bestGuessLabels = $bestGuessLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebLabel + */ + public function getBestGuessLabels() + { + return $this->bestGuessLabels; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function setFullMatchingImages($fullMatchingImages) + { + $this->fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebPage + */ + public function setPagesWithMatchingImages($pagesWithMatchingImages) + { + $this->pagesWithMatchingImages = $pagesWithMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebPage + */ + public function getPagesWithMatchingImages() + { + return $this->pagesWithMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function setVisuallySimilarImages($visuallySimilarImages) + { + $this->visuallySimilarImages = $visuallySimilarImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function getVisuallySimilarImages() + { + return $this->visuallySimilarImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebEntity + */ + public function setWebEntities($webEntities) + { + $this->webEntities = $webEntities; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebEntity + */ + public function getWebEntities() + { + return $this->webEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebEntity.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebEntity.php new file mode 100644 index 000000000..f1290dc44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebEntity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebImage.php new file mode 100644 index 000000000..22a4eca6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebImage.php @@ -0,0 +1,39 @@ +score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebLabel.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebLabel.php new file mode 100644 index 000000000..4d56eaaea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebLabel.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebPage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebPage.php new file mode 100644 index 000000000..ec592ca4d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1WebDetectionWebPage.php @@ -0,0 +1,81 @@ +fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + public function setPageTitle($pageTitle) + { + $this->pageTitle = $pageTitle; + } + public function getPageTitle() + { + return $this->pageTitle; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Word.php new file mode 100644 index 000000000..dfc1589a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1Word.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1Symbol + */ + public function setSymbols($symbols) + { + $this->symbols = $symbols; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Symbol + */ + public function getSymbols() + { + return $this->symbols; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php new file mode 100644 index 000000000..92a3152ce --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php @@ -0,0 +1,79 @@ +error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig + */ + public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1AnnotateImageResponse + */ + public function setResponses($responses) + { + $this->responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1AnnotateImageResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setTotalPages($totalPages) + { + $this->totalPages = $totalPages; + } + public function getTotalPages() + { + return $this->totalPages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateImageResponse.php new file mode 100644 index 000000000..a898af35e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateImageResponse.php @@ -0,0 +1,246 @@ +context = $context; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageAnnotationContext + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHintsAnnotation + */ + public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHintsAnnotation $cropHintsAnnotation) + { + $this->cropHintsAnnotation = $cropHintsAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHintsAnnotation + */ + public function getCropHintsAnnotation() + { + return $this->cropHintsAnnotation; + } + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotation + */ + public function setFaceAnnotations($faceAnnotations) + { + $this->faceAnnotations = $faceAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotation + */ + public function getFaceAnnotations() + { + return $this->faceAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotation + */ + public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotation $fullTextAnnotation) + { + $this->fullTextAnnotation = $fullTextAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotation + */ + public function getFullTextAnnotation() + { + return $this->fullTextAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageProperties + */ + public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageProperties $imagePropertiesAnnotation) + { + $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ImageProperties + */ + public function getImagePropertiesAnnotation() + { + return $this->imagePropertiesAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function setLabelAnnotations($labelAnnotations) + { + $this->labelAnnotations = $labelAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function getLabelAnnotations() + { + return $this->labelAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function setLandmarkAnnotations($landmarkAnnotations) + { + $this->landmarkAnnotations = $landmarkAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function getLandmarkAnnotations() + { + return $this->landmarkAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation + */ + public function setLocalizedObjectAnnotations($localizedObjectAnnotations) + { + $this->localizedObjectAnnotations = $localizedObjectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation + */ + public function getLocalizedObjectAnnotations() + { + return $this->localizedObjectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function setLogoAnnotations($logoAnnotations) + { + $this->logoAnnotations = $logoAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function getLogoAnnotations() + { + return $this->logoAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResults + */ + public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResults $productSearchResults) + { + $this->productSearchResults = $productSearchResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResults + */ + public function getProductSearchResults() + { + return $this->productSearchResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1SafeSearchAnnotation + */ + public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p3beta1SafeSearchAnnotation $safeSearchAnnotation) + { + $this->safeSearchAnnotation = $safeSearchAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1SafeSearchAnnotation + */ + public function getSafeSearchAnnotation() + { + return $this->safeSearchAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1EntityAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetection + */ + public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetection $webDetection) + { + $this->webDetection = $webDetection; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetection + */ + public function getWebDetection() + { + return $this->webDetection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.php new file mode 100644 index 000000000..92063fe40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.php new file mode 100644 index 000000000..fa8f92f00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BatchOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BatchOperationMetadata.php new file mode 100644 index 000000000..ac2d9e33f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BatchOperationMetadata.php @@ -0,0 +1,48 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSubmitTime($submitTime) + { + $this->submitTime = $submitTime; + } + public function getSubmitTime() + { + return $this->submitTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Block.php new file mode 100644 index 000000000..2041dfeb8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Block.php @@ -0,0 +1,88 @@ +blockType = $blockType; + } + public function getBlockType() + { + return $this->blockType; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly $boundingBox) + { + $this->boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Paragraph + */ + public function setParagraphs($paragraphs) + { + $this->paragraphs = $paragraphs; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Paragraph + */ + public function getParagraphs() + { + return $this->paragraphs; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BoundingPoly.php new file mode 100644 index 000000000..82727255f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1BoundingPoly.php @@ -0,0 +1,54 @@ +normalizedVertices = $normalizedVertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1NormalizedVertex + */ + public function getNormalizedVertices() + { + return $this->normalizedVertices; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Vertex + */ + public function setVertices($vertices) + { + $this->vertices = $vertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Vertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ColorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ColorInfo.php new file mode 100644 index 000000000..ecfea14b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ColorInfo.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Vision_Color + */ + public function getColor() + { + return $this->color; + } + public function setPixelFraction($pixelFraction) + { + $this->pixelFraction = $pixelFraction; + } + public function getPixelFraction() + { + return $this->pixelFraction; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHint.php new file mode 100644 index 000000000..de22a55b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHint.php @@ -0,0 +1,55 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setImportanceFraction($importanceFraction) + { + $this->importanceFraction = $importanceFraction; + } + public function getImportanceFraction() + { + return $this->importanceFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHintsAnnotation.php new file mode 100644 index 000000000..b3b457374 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1CropHintsAnnotation.php @@ -0,0 +1,38 @@ +cropHints = $cropHints; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1CropHint + */ + public function getCropHints() + { + return $this->cropHints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1DominantColorsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1DominantColorsAnnotation.php new file mode 100644 index 000000000..a47146dba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1DominantColorsAnnotation.php @@ -0,0 +1,38 @@ +colors = $colors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ColorInfo + */ + public function getColors() + { + return $this->colors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1EntityAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1EntityAnnotation.php new file mode 100644 index 000000000..59e73c6d3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1EntityAnnotation.php @@ -0,0 +1,124 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1LocationInfo + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1LocationInfo + */ + public function getLocations() + { + return $this->locations; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Property + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Property + */ + public function getProperties() + { + return $this->properties; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setTopicality($topicality) + { + $this->topicality = $topicality; + } + public function getTopicality() + { + return $this->topicality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotation.php new file mode 100644 index 000000000..c489c6705 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotation.php @@ -0,0 +1,178 @@ +angerLikelihood = $angerLikelihood; + } + public function getAngerLikelihood() + { + return $this->angerLikelihood; + } + public function setBlurredLikelihood($blurredLikelihood) + { + $this->blurredLikelihood = $blurredLikelihood; + } + public function getBlurredLikelihood() + { + return $this->blurredLikelihood; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly $boundingPoly) + { + $this->boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setDetectionConfidence($detectionConfidence) + { + $this->detectionConfidence = $detectionConfidence; + } + public function getDetectionConfidence() + { + return $this->detectionConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly $fdBoundingPoly) + { + $this->fdBoundingPoly = $fdBoundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getFdBoundingPoly() + { + return $this->fdBoundingPoly; + } + public function setHeadwearLikelihood($headwearLikelihood) + { + $this->headwearLikelihood = $headwearLikelihood; + } + public function getHeadwearLikelihood() + { + return $this->headwearLikelihood; + } + public function setJoyLikelihood($joyLikelihood) + { + $this->joyLikelihood = $joyLikelihood; + } + public function getJoyLikelihood() + { + return $this->joyLikelihood; + } + public function setLandmarkingConfidence($landmarkingConfidence) + { + $this->landmarkingConfidence = $landmarkingConfidence; + } + public function getLandmarkingConfidence() + { + return $this->landmarkingConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotationLandmark + */ + public function setLandmarks($landmarks) + { + $this->landmarks = $landmarks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1FaceAnnotationLandmark + */ + public function getLandmarks() + { + return $this->landmarks; + } + public function setPanAngle($panAngle) + { + $this->panAngle = $panAngle; + } + public function getPanAngle() + { + return $this->panAngle; + } + public function setRollAngle($rollAngle) + { + $this->rollAngle = $rollAngle; + } + public function getRollAngle() + { + return $this->rollAngle; + } + public function setSorrowLikelihood($sorrowLikelihood) + { + $this->sorrowLikelihood = $sorrowLikelihood; + } + public function getSorrowLikelihood() + { + return $this->sorrowLikelihood; + } + public function setSurpriseLikelihood($surpriseLikelihood) + { + $this->surpriseLikelihood = $surpriseLikelihood; + } + public function getSurpriseLikelihood() + { + return $this->surpriseLikelihood; + } + public function setTiltAngle($tiltAngle) + { + $this->tiltAngle = $tiltAngle; + } + public function getTiltAngle() + { + return $this->tiltAngle; + } + public function setUnderExposedLikelihood($underExposedLikelihood) + { + $this->underExposedLikelihood = $underExposedLikelihood; + } + public function getUnderExposedLikelihood() + { + return $this->underExposedLikelihood; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotationLandmark.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotationLandmark.php new file mode 100644 index 000000000..95e556005 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1FaceAnnotationLandmark.php @@ -0,0 +1,46 @@ +position = $position; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Position + */ + public function getPosition() + { + return $this->position; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsDestination.php new file mode 100644 index 000000000..961d2e772 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsDestination.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsSource.php new file mode 100644 index 000000000..91770c40f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1GcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageAnnotationContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageAnnotationContext.php new file mode 100644 index 000000000..58efcd914 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageAnnotationContext.php @@ -0,0 +1,39 @@ +pageNumber = $pageNumber; + } + public function getPageNumber() + { + return $this->pageNumber; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageProperties.php new file mode 100644 index 000000000..d89064770 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImageProperties.php @@ -0,0 +1,37 @@ +dominantColors = $dominantColors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1DominantColorsAnnotation + */ + public function getDominantColors() + { + return $this->dominantColors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImportProductSetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImportProductSetsResponse.php new file mode 100644 index 000000000..0a33891e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ImportProductSetsResponse.php @@ -0,0 +1,54 @@ +referenceImages = $referenceImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ReferenceImage + */ + public function getReferenceImages() + { + return $this->referenceImages; + } + /** + * @param Google_Service_Vision_Status + */ + public function setStatuses($statuses) + { + $this->statuses = $statuses; + } + /** + * @return Google_Service_Vision_Status + */ + public function getStatuses() + { + return $this->statuses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1InputConfig.php new file mode 100644 index 000000000..c6cca63dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1InputConfig.php @@ -0,0 +1,55 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsSource + */ + public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsSource $gcsSource) + { + $this->gcsSource = $gcsSource; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.php new file mode 100644 index 000000000..b268383eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.php @@ -0,0 +1,73 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocationInfo.php new file mode 100644 index 000000000..24031bd1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1LocationInfo.php @@ -0,0 +1,37 @@ +latLng = $latLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1NormalizedVertex.php new file mode 100644 index 000000000..d87c44513 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OperationMetadata.php new file mode 100644 index 000000000..c8b785002 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OperationMetadata.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OutputConfig.php new file mode 100644 index 000000000..ec3c6bb4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1OutputConfig.php @@ -0,0 +1,46 @@ +batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination + */ + public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Page.php new file mode 100644 index 000000000..9cbdb066a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Page.php @@ -0,0 +1,81 @@ +blocks = $blocks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Block + */ + public function getBlocks() + { + return $this->blocks; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Paragraph.php new file mode 100644 index 000000000..62ee77e41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Paragraph.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Word + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Word + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Position.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Position.php new file mode 100644 index 000000000..8289c546d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Position.php @@ -0,0 +1,48 @@ +x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } + public function setZ($z) + { + $this->z = $z; + } + public function getZ() + { + return $this->z; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Product.php new file mode 100644 index 000000000..8cf641417 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Product.php @@ -0,0 +1,74 @@ +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 setProductCategory($productCategory) + { + $this->productCategory = $productCategory; + } + public function getProductCategory() + { + return $this->productCategory; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductKeyValue + */ + public function setProductLabels($productLabels) + { + $this->productLabels = $productLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductKeyValue + */ + public function getProductLabels() + { + return $this->productLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductKeyValue.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductKeyValue.php new file mode 100644 index 000000000..1aafb4a5b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductKeyValue.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResults.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResults.php new file mode 100644 index 000000000..4d5203ca2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResults.php @@ -0,0 +1,63 @@ +indexTime = $indexTime; + } + public function getIndexTime() + { + return $this->indexTime; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult + */ + public function setProductGroupedResults($productGroupedResults) + { + $this->productGroupedResults = $productGroupedResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult + */ + public function getProductGroupedResults() + { + return $this->productGroupedResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php new file mode 100644 index 000000000..b3e02bf0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php @@ -0,0 +1,70 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php new file mode 100644 index 000000000..c248df5e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsResult.php new file mode 100644 index 000000000..ef80bfa98 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsResult.php @@ -0,0 +1,55 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Product + */ + public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p3beta1Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Product + */ + public function getProduct() + { + return $this->product; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Property.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Property.php new file mode 100644 index 000000000..9a9ac874f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Property.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUint64Value($uint64Value) + { + $this->uint64Value = $uint64Value; + } + public function getUint64Value() + { + return $this->uint64Value; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ReferenceImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ReferenceImage.php new file mode 100644 index 000000000..75b65e4a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ReferenceImage.php @@ -0,0 +1,56 @@ +boundingPolys = $boundingPolys; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingPolys() + { + return $this->boundingPolys; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1SafeSearchAnnotation.php new file mode 100644 index 000000000..734419045 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1SafeSearchAnnotation.php @@ -0,0 +1,66 @@ +adult = $adult; + } + public function getAdult() + { + return $this->adult; + } + public function setMedical($medical) + { + $this->medical = $medical; + } + public function getMedical() + { + return $this->medical; + } + public function setRacy($racy) + { + $this->racy = $racy; + } + public function getRacy() + { + return $this->racy; + } + public function setSpoof($spoof) + { + $this->spoof = $spoof; + } + public function getSpoof() + { + return $this->spoof; + } + public function setViolence($violence) + { + $this->violence = $violence; + } + public function getViolence() + { + return $this->violence; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Symbol.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Symbol.php new file mode 100644 index 000000000..0a13db733 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Symbol.php @@ -0,0 +1,71 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotation.php new file mode 100644 index 000000000..17e23dd36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotation.php @@ -0,0 +1,47 @@ +pages = $pages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Page + */ + public function getPages() + { + return $this->pages; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.php new file mode 100644 index 000000000..8dc8108b4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.php @@ -0,0 +1,39 @@ +isPrefix = $isPrefix; + } + public function getIsPrefix() + { + return $this->isPrefix; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.php new file mode 100644 index 000000000..3fb402589 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.php new file mode 100644 index 000000000..4edc692c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.php @@ -0,0 +1,54 @@ +detectedBreak = $detectedBreak; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak + */ + public function getDetectedBreak() + { + return $this->detectedBreak; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage + */ + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage + */ + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Vertex.php new file mode 100644 index 000000000..1343e8c73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Vertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetection.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetection.php new file mode 100644 index 000000000..90f646c38 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetection.php @@ -0,0 +1,118 @@ +bestGuessLabels = $bestGuessLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebLabel + */ + public function getBestGuessLabels() + { + return $this->bestGuessLabels; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function setFullMatchingImages($fullMatchingImages) + { + $this->fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebPage + */ + public function setPagesWithMatchingImages($pagesWithMatchingImages) + { + $this->pagesWithMatchingImages = $pagesWithMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebPage + */ + public function getPagesWithMatchingImages() + { + return $this->pagesWithMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function setVisuallySimilarImages($visuallySimilarImages) + { + $this->visuallySimilarImages = $visuallySimilarImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function getVisuallySimilarImages() + { + return $this->visuallySimilarImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebEntity + */ + public function setWebEntities($webEntities) + { + $this->webEntities = $webEntities; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebEntity + */ + public function getWebEntities() + { + return $this->webEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebEntity.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebEntity.php new file mode 100644 index 000000000..231df1b1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebEntity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebImage.php new file mode 100644 index 000000000..9ed597874 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebImage.php @@ -0,0 +1,39 @@ +score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebLabel.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebLabel.php new file mode 100644 index 000000000..e91505528 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebLabel.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebPage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebPage.php new file mode 100644 index 000000000..38548edaf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1WebDetectionWebPage.php @@ -0,0 +1,81 @@ +fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + public function setPageTitle($pageTitle) + { + $this->pageTitle = $pageTitle; + } + public function getPageTitle() + { + return $this->pageTitle; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Word.php new file mode 100644 index 000000000..523379c85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1Word.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1Symbol + */ + public function setSymbols($symbols) + { + $this->symbols = $symbols; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1Symbol + */ + public function getSymbols() + { + return $this->symbols; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php new file mode 100644 index 000000000..893998d7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php @@ -0,0 +1,79 @@ +error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig + */ + public function setInputConfig(Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig $inputConfig) + { + $this->inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse + */ + public function setResponses($responses) + { + $this->responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse + */ + public function getResponses() + { + return $this->responses; + } + public function setTotalPages($totalPages) + { + $this->totalPages = $totalPages; + } + public function getTotalPages() + { + return $this->totalPages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php new file mode 100644 index 000000000..b528d4bc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php @@ -0,0 +1,246 @@ +context = $context; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageAnnotationContext + */ + public function getContext() + { + return $this->context; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHintsAnnotation + */ + public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHintsAnnotation $cropHintsAnnotation) + { + $this->cropHintsAnnotation = $cropHintsAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHintsAnnotation + */ + public function getCropHintsAnnotation() + { + return $this->cropHintsAnnotation; + } + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotation + */ + public function setFaceAnnotations($faceAnnotations) + { + $this->faceAnnotations = $faceAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotation + */ + public function getFaceAnnotations() + { + return $this->faceAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotation + */ + public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotation $fullTextAnnotation) + { + $this->fullTextAnnotation = $fullTextAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotation + */ + public function getFullTextAnnotation() + { + return $this->fullTextAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties + */ + public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties $imagePropertiesAnnotation) + { + $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties + */ + public function getImagePropertiesAnnotation() + { + return $this->imagePropertiesAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function setLabelAnnotations($labelAnnotations) + { + $this->labelAnnotations = $labelAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function getLabelAnnotations() + { + return $this->labelAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function setLandmarkAnnotations($landmarkAnnotations) + { + $this->landmarkAnnotations = $landmarkAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function getLandmarkAnnotations() + { + return $this->landmarkAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation + */ + public function setLocalizedObjectAnnotations($localizedObjectAnnotations) + { + $this->localizedObjectAnnotations = $localizedObjectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation + */ + public function getLocalizedObjectAnnotations() + { + return $this->localizedObjectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function setLogoAnnotations($logoAnnotations) + { + $this->logoAnnotations = $logoAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function getLogoAnnotations() + { + return $this->logoAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults + */ + public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults $productSearchResults) + { + $this->productSearchResults = $productSearchResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults + */ + public function getProductSearchResults() + { + return $this->productSearchResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation + */ + public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation $safeSearchAnnotation) + { + $this->safeSearchAnnotation = $safeSearchAnnotation; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation + */ + public function getSafeSearchAnnotation() + { + return $this->safeSearchAnnotation; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function setTextAnnotations($textAnnotations) + { + $this->textAnnotations = $textAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation + */ + public function getTextAnnotations() + { + return $this->textAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection + */ + public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection $webDetection) + { + $this->webDetection = $webDetection; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection + */ + public function getWebDetection() + { + return $this->webDetection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse.php new file mode 100644 index 000000000..6c7847e20 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.php new file mode 100644 index 000000000..0488b9e51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse.php new file mode 100644 index 000000000..5b82541b6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse.php @@ -0,0 +1,37 @@ +outputConfig = $outputConfig; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1OutputConfig + */ + public function getOutputConfig() + { + return $this->outputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse.php new file mode 100644 index 000000000..a4523b8c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse.php @@ -0,0 +1,38 @@ +responses = $responses; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateFileResponse + */ + public function getResponses() + { + return $this->responses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchOperationMetadata.php new file mode 100644 index 000000000..9e5c2f9af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BatchOperationMetadata.php @@ -0,0 +1,48 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setSubmitTime($submitTime) + { + $this->submitTime = $submitTime; + } + public function getSubmitTime() + { + return $this->submitTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Block.php new file mode 100644 index 000000000..f01c8a743 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Block.php @@ -0,0 +1,88 @@ +blockType = $blockType; + } + public function getBlockType() + { + return $this->blockType; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $boundingBox) + { + $this->boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Paragraph + */ + public function setParagraphs($paragraphs) + { + $this->paragraphs = $paragraphs; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Paragraph + */ + public function getParagraphs() + { + return $this->paragraphs; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BoundingPoly.php new file mode 100644 index 000000000..8f63cb051 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1BoundingPoly.php @@ -0,0 +1,54 @@ +normalizedVertices = $normalizedVertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1NormalizedVertex + */ + public function getNormalizedVertices() + { + return $this->normalizedVertices; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Vertex + */ + public function setVertices($vertices) + { + $this->vertices = $vertices; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Vertex + */ + public function getVertices() + { + return $this->vertices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ColorInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ColorInfo.php new file mode 100644 index 000000000..5bf9b6e48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ColorInfo.php @@ -0,0 +1,55 @@ +color = $color; + } + /** + * @return Google_Service_Vision_Color + */ + public function getColor() + { + return $this->color; + } + public function setPixelFraction($pixelFraction) + { + $this->pixelFraction = $pixelFraction; + } + public function getPixelFraction() + { + return $this->pixelFraction; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHint.php new file mode 100644 index 000000000..51c97fd68 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHint.php @@ -0,0 +1,55 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setImportanceFraction($importanceFraction) + { + $this->importanceFraction = $importanceFraction; + } + public function getImportanceFraction() + { + return $this->importanceFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHintsAnnotation.php new file mode 100644 index 000000000..2bd32e54a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1CropHintsAnnotation.php @@ -0,0 +1,38 @@ +cropHints = $cropHints; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1CropHint + */ + public function getCropHints() + { + return $this->cropHints; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1DominantColorsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1DominantColorsAnnotation.php new file mode 100644 index 000000000..08361ce2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1DominantColorsAnnotation.php @@ -0,0 +1,38 @@ +colors = $colors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ColorInfo + */ + public function getColors() + { + return $this->colors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1EntityAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1EntityAnnotation.php new file mode 100644 index 000000000..c0b8c1de0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1EntityAnnotation.php @@ -0,0 +1,124 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLocale($locale) + { + $this->locale = $locale; + } + public function getLocale() + { + return $this->locale; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1LocationInfo + */ + public function setLocations($locations) + { + $this->locations = $locations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1LocationInfo + */ + public function getLocations() + { + return $this->locations; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Property + */ + public function setProperties($properties) + { + $this->properties = $properties; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Property + */ + public function getProperties() + { + return $this->properties; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setTopicality($topicality) + { + $this->topicality = $topicality; + } + public function getTopicality() + { + return $this->topicality; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotation.php new file mode 100644 index 000000000..6c6a41799 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotation.php @@ -0,0 +1,178 @@ +angerLikelihood = $angerLikelihood; + } + public function getAngerLikelihood() + { + return $this->angerLikelihood; + } + public function setBlurredLikelihood($blurredLikelihood) + { + $this->blurredLikelihood = $blurredLikelihood; + } + public function getBlurredLikelihood() + { + return $this->blurredLikelihood; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) + { + $this->boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setDetectionConfidence($detectionConfidence) + { + $this->detectionConfidence = $detectionConfidence; + } + public function getDetectionConfidence() + { + return $this->detectionConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $fdBoundingPoly) + { + $this->fdBoundingPoly = $fdBoundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getFdBoundingPoly() + { + return $this->fdBoundingPoly; + } + public function setHeadwearLikelihood($headwearLikelihood) + { + $this->headwearLikelihood = $headwearLikelihood; + } + public function getHeadwearLikelihood() + { + return $this->headwearLikelihood; + } + public function setJoyLikelihood($joyLikelihood) + { + $this->joyLikelihood = $joyLikelihood; + } + public function getJoyLikelihood() + { + return $this->joyLikelihood; + } + public function setLandmarkingConfidence($landmarkingConfidence) + { + $this->landmarkingConfidence = $landmarkingConfidence; + } + public function getLandmarkingConfidence() + { + return $this->landmarkingConfidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark + */ + public function setLandmarks($landmarks) + { + $this->landmarks = $landmarks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark + */ + public function getLandmarks() + { + return $this->landmarks; + } + public function setPanAngle($panAngle) + { + $this->panAngle = $panAngle; + } + public function getPanAngle() + { + return $this->panAngle; + } + public function setRollAngle($rollAngle) + { + $this->rollAngle = $rollAngle; + } + public function getRollAngle() + { + return $this->rollAngle; + } + public function setSorrowLikelihood($sorrowLikelihood) + { + $this->sorrowLikelihood = $sorrowLikelihood; + } + public function getSorrowLikelihood() + { + return $this->sorrowLikelihood; + } + public function setSurpriseLikelihood($surpriseLikelihood) + { + $this->surpriseLikelihood = $surpriseLikelihood; + } + public function getSurpriseLikelihood() + { + return $this->surpriseLikelihood; + } + public function setTiltAngle($tiltAngle) + { + $this->tiltAngle = $tiltAngle; + } + public function getTiltAngle() + { + return $this->tiltAngle; + } + public function setUnderExposedLikelihood($underExposedLikelihood) + { + $this->underExposedLikelihood = $underExposedLikelihood; + } + public function getUnderExposedLikelihood() + { + return $this->underExposedLikelihood; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotationLandmark.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotationLandmark.php new file mode 100644 index 000000000..e83617b90 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1FaceAnnotationLandmark.php @@ -0,0 +1,46 @@ +position = $position; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Position + */ + public function getPosition() + { + return $this->position; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsDestination.php new file mode 100644 index 000000000..5c605a1dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsDestination.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsSource.php new file mode 100644 index 000000000..67b611f3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1GcsSource.php @@ -0,0 +1,30 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageAnnotationContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageAnnotationContext.php new file mode 100644 index 000000000..5ef4eaf11 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageAnnotationContext.php @@ -0,0 +1,39 @@ +pageNumber = $pageNumber; + } + public function getPageNumber() + { + return $this->pageNumber; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageProperties.php new file mode 100644 index 000000000..30ffd471a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageProperties.php @@ -0,0 +1,37 @@ +dominantColors = $dominantColors; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1DominantColorsAnnotation + */ + public function getDominantColors() + { + return $this->dominantColors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImportProductSetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImportProductSetsResponse.php new file mode 100644 index 000000000..999b00dc9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImportProductSetsResponse.php @@ -0,0 +1,54 @@ +referenceImages = $referenceImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ReferenceImage + */ + public function getReferenceImages() + { + return $this->referenceImages; + } + /** + * @param Google_Service_Vision_Status + */ + public function setStatuses($statuses) + { + $this->statuses = $statuses; + } + /** + * @return Google_Service_Vision_Status + */ + public function getStatuses() + { + return $this->statuses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1InputConfig.php new file mode 100644 index 000000000..de11e49f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1InputConfig.php @@ -0,0 +1,55 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsSource + */ + public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsSource $gcsSource) + { + $this->gcsSource = $gcsSource; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php new file mode 100644 index 000000000..64311d773 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php @@ -0,0 +1,73 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocationInfo.php new file mode 100644 index 000000000..954d159bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1LocationInfo.php @@ -0,0 +1,37 @@ +latLng = $latLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1NormalizedVertex.php new file mode 100644 index 000000000..a04242e87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OperationMetadata.php new file mode 100644 index 000000000..03b64da44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OperationMetadata.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OutputConfig.php new file mode 100644 index 000000000..7f452e90a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1OutputConfig.php @@ -0,0 +1,46 @@ +batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsDestination + */ + public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Page.php new file mode 100644 index 000000000..cc208ea2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Page.php @@ -0,0 +1,81 @@ +blocks = $blocks; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Block + */ + public function getBlocks() + { + return $this->blocks; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Paragraph.php new file mode 100644 index 000000000..c06af4740 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Paragraph.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Word + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Word + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Position.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Position.php new file mode 100644 index 000000000..21807298c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Position.php @@ -0,0 +1,48 @@ +x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } + public function setZ($z) + { + $this->z = $z; + } + public function getZ() + { + return $this->z; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Product.php new file mode 100644 index 000000000..468df0407 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Product.php @@ -0,0 +1,74 @@ +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 setProductCategory($productCategory) + { + $this->productCategory = $productCategory; + } + public function getProductCategory() + { + return $this->productCategory; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductKeyValue + */ + public function setProductLabels($productLabels) + { + $this->productLabels = $productLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductKeyValue + */ + public function getProductLabels() + { + return $this->productLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductKeyValue.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductKeyValue.php new file mode 100644 index 000000000..39c728c47 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductKeyValue.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResults.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResults.php new file mode 100644 index 000000000..74e66c0de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResults.php @@ -0,0 +1,63 @@ +indexTime = $indexTime; + } + public function getIndexTime() + { + return $this->indexTime; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult + */ + public function setProductGroupedResults($productGroupedResults) + { + $this->productGroupedResults = $productGroupedResults; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult + */ + public function getProductGroupedResults() + { + return $this->productGroupedResults; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php new file mode 100644 index 000000000..18d16b38f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php @@ -0,0 +1,70 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php new file mode 100644 index 000000000..21062727e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsResult.php new file mode 100644 index 000000000..ca87de2cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsResult.php @@ -0,0 +1,55 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Product + */ + public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p4beta1Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Product + */ + public function getProduct() + { + return $this->product; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Property.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Property.php new file mode 100644 index 000000000..40c94cb52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Property.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUint64Value($uint64Value) + { + $this->uint64Value = $uint64Value; + } + public function getUint64Value() + { + return $this->uint64Value; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ReferenceImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ReferenceImage.php new file mode 100644 index 000000000..67b5798fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ReferenceImage.php @@ -0,0 +1,56 @@ +boundingPolys = $boundingPolys; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingPolys() + { + return $this->boundingPolys; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php new file mode 100644 index 000000000..819aeff78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php @@ -0,0 +1,66 @@ +adult = $adult; + } + public function getAdult() + { + return $this->adult; + } + public function setMedical($medical) + { + $this->medical = $medical; + } + public function getMedical() + { + return $this->medical; + } + public function setRacy($racy) + { + $this->racy = $racy; + } + public function getRacy() + { + return $this->racy; + } + public function setSpoof($spoof) + { + $this->spoof = $spoof; + } + public function getSpoof() + { + return $this->spoof; + } + public function setViolence($violence) + { + $this->violence = $violence; + } + public function getViolence() + { + return $this->violence; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Symbol.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Symbol.php new file mode 100644 index 000000000..63350d835 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Symbol.php @@ -0,0 +1,71 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotation.php new file mode 100644 index 000000000..03b7f8b3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotation.php @@ -0,0 +1,47 @@ +pages = $pages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Page + */ + public function getPages() + { + return $this->pages; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.php new file mode 100644 index 000000000..7ebd815fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.php @@ -0,0 +1,39 @@ +isPrefix = $isPrefix; + } + public function getIsPrefix() + { + return $this->isPrefix; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage.php new file mode 100644 index 000000000..6065b47d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationTextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationTextProperty.php new file mode 100644 index 000000000..bd8cc1bca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1TextAnnotationTextProperty.php @@ -0,0 +1,54 @@ +detectedBreak = $detectedBreak; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak + */ + public function getDetectedBreak() + { + return $this->detectedBreak; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage + */ + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage + */ + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Vertex.php new file mode 100644 index 000000000..46fd88e96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Vertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetection.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetection.php new file mode 100644 index 000000000..e83cbda0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetection.php @@ -0,0 +1,118 @@ +bestGuessLabels = $bestGuessLabels; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebLabel + */ + public function getBestGuessLabels() + { + return $this->bestGuessLabels; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function setFullMatchingImages($fullMatchingImages) + { + $this->fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebPage + */ + public function setPagesWithMatchingImages($pagesWithMatchingImages) + { + $this->pagesWithMatchingImages = $pagesWithMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebPage + */ + public function getPagesWithMatchingImages() + { + return $this->pagesWithMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function setVisuallySimilarImages($visuallySimilarImages) + { + $this->visuallySimilarImages = $visuallySimilarImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function getVisuallySimilarImages() + { + return $this->visuallySimilarImages; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebEntity + */ + public function setWebEntities($webEntities) + { + $this->webEntities = $webEntities; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebEntity + */ + public function getWebEntities() + { + return $this->webEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebEntity.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebEntity.php new file mode 100644 index 000000000..37ac17507 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebEntity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebImage.php new file mode 100644 index 000000000..ac0e92e69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebImage.php @@ -0,0 +1,39 @@ +score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebLabel.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebLabel.php new file mode 100644 index 000000000..ab877c5ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebLabel.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebPage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebPage.php new file mode 100644 index 000000000..01bea3450 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1WebDetectionWebPage.php @@ -0,0 +1,81 @@ +fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + public function setPageTitle($pageTitle) + { + $this->pageTitle = $pageTitle; + } + public function getPageTitle() + { + return $this->pageTitle; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetectionWebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Word.php new file mode 100644 index 000000000..6e3826186 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1Word.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationTextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Symbol + */ + public function setSymbols($symbols) + { + $this->symbols = $symbols; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Symbol + */ + public function getSymbols() + { + return $this->symbols; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php new file mode 100644 index 000000000..489b1f580 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php @@ -0,0 +1,70 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + /** + * @param Google_Service_Vision_ObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_ObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } + /** + * @param Google_Service_Vision_Result + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_Result + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php new file mode 100644 index 000000000..84de647f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php @@ -0,0 +1,46 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Vision_ImageSource + */ + public function setSource(Google_Service_Vision_ImageSource $source) + { + $this->source = $source; + } + /** + * @return Google_Service_Vision_ImageSource + */ + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageAnnotationContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageAnnotationContext.php new file mode 100644 index 000000000..373f4a2fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageAnnotationContext.php @@ -0,0 +1,39 @@ +pageNumber = $pageNumber; + } + public function getPageNumber() + { + return $this->pageNumber; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.php new file mode 100644 index 000000000..4c58c4e72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.php @@ -0,0 +1,95 @@ +cropHintsParams = $cropHintsParams; + } + /** + * @return Google_Service_Vision_CropHintsParams + */ + public function getCropHintsParams() + { + return $this->cropHintsParams; + } + public function setLanguageHints($languageHints) + { + $this->languageHints = $languageHints; + } + public function getLanguageHints() + { + return $this->languageHints; + } + /** + * @param Google_Service_Vision_LatLongRect + */ + public function setLatLongRect(Google_Service_Vision_LatLongRect $latLongRect) + { + $this->latLongRect = $latLongRect; + } + /** + * @return Google_Service_Vision_LatLongRect + */ + public function getLatLongRect() + { + return $this->latLongRect; + } + /** + * @param Google_Service_Vision_ProductSearchParams + */ + public function setProductSearchParams(Google_Service_Vision_ProductSearchParams $productSearchParams) + { + $this->productSearchParams = $productSearchParams; + } + /** + * @return Google_Service_Vision_ProductSearchParams + */ + public function getProductSearchParams() + { + return $this->productSearchParams; + } + /** + * @param Google_Service_Vision_WebDetectionParams + */ + public function setWebDetectionParams(Google_Service_Vision_WebDetectionParams $webDetectionParams) + { + $this->webDetectionParams = $webDetectionParams; + } + /** + * @return Google_Service_Vision_WebDetectionParams + */ + public function getWebDetectionParams() + { + return $this->webDetectionParams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.php new file mode 100644 index 000000000..9d160c068 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.php @@ -0,0 +1,37 @@ +dominantColors = $dominantColors; + } + /** + * @return Google_Service_Vision_DominantColorsAnnotation + */ + public function getDominantColors() + { + return $this->dominantColors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.php new file mode 100644 index 000000000..08582ba3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.php @@ -0,0 +1,39 @@ +gcsImageUri = $gcsImageUri; + } + public function getGcsImageUri() + { + return $this->gcsImageUri; + } + public function setImageUri($imageUri) + { + $this->imageUri = $imageUri; + } + public function getImageUri() + { + return $this->imageUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsGcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsGcsSource.php new file mode 100644 index 000000000..3498f3ef7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsGcsSource.php @@ -0,0 +1,30 @@ +csvFileUri = $csvFileUri; + } + public function getCsvFileUri() + { + return $this->csvFileUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsInputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsInputConfig.php new file mode 100644 index 000000000..615371f0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsInputConfig.php @@ -0,0 +1,37 @@ +gcsSource = $gcsSource; + } + /** + * @return Google_Service_Vision_ImportProductSetsGcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsRequest.php new file mode 100644 index 000000000..2494943fa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsRequest.php @@ -0,0 +1,37 @@ +inputConfig = $inputConfig; + } + /** + * @return Google_Service_Vision_ImportProductSetsInputConfig + */ + public function getInputConfig() + { + return $this->inputConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsResponse.php new file mode 100644 index 000000000..5cea57854 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImportProductSetsResponse.php @@ -0,0 +1,54 @@ +referenceImages = $referenceImages; + } + /** + * @return Google_Service_Vision_ReferenceImage + */ + public function getReferenceImages() + { + return $this->referenceImages; + } + /** + * @param Google_Service_Vision_Status + */ + public function setStatuses($statuses) + { + $this->statuses = $statuses; + } + /** + * @return Google_Service_Vision_Status + */ + public function getStatuses() + { + return $this->statuses; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/InputConfig.php new file mode 100644 index 000000000..502d535dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/InputConfig.php @@ -0,0 +1,55 @@ +content = $content; + } + public function getContent() + { + return $this->content; + } + /** + * @param Google_Service_Vision_GcsSource + */ + public function setGcsSource(Google_Service_Vision_GcsSource $gcsSource) + { + $this->gcsSource = $gcsSource; + } + /** + * @return Google_Service_Vision_GcsSource + */ + public function getGcsSource() + { + return $this->gcsSource; + } + public function setMimeType($mimeType) + { + $this->mimeType = $mimeType; + } + public function getMimeType() + { + return $this->mimeType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/KeyValue.php b/vendor/google/apiclient-services/src/Google/Service/Vision/KeyValue.php new file mode 100644 index 000000000..3e2c5eede --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/KeyValue.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Landmark.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Landmark.php new file mode 100644 index 000000000..a25eff299 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Landmark.php @@ -0,0 +1,46 @@ +position = $position; + } + /** + * @return Google_Service_Vision_Position + */ + public function getPosition() + { + return $this->position; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php new file mode 100644 index 000000000..7d545bf69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php @@ -0,0 +1,39 @@ +latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/LatLongRect.php b/vendor/google/apiclient-services/src/Google/Service/Vision/LatLongRect.php new file mode 100644 index 000000000..3ede376d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/LatLongRect.php @@ -0,0 +1,53 @@ +maxLatLng = $maxLatLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getMaxLatLng() + { + return $this->maxLatLng; + } + /** + * @param Google_Service_Vision_LatLng + */ + public function setMinLatLng(Google_Service_Vision_LatLng $minLatLng) + { + $this->minLatLng = $minLatLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getMinLatLng() + { + return $this->minLatLng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ListOperationsResponse.php new file mode 100644 index 000000000..f0e56ff4a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Vision_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_Vision_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductSetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductSetsResponse.php new file mode 100644 index 000000000..023390520 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductSetsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Vision_ProductSet + */ + public function setProductSets($productSets) + { + $this->productSets = $productSets; + } + /** + * @return Google_Service_Vision_ProductSet + */ + public function getProductSets() + { + return $this->productSets; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsInProductSetResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsInProductSetResponse.php new file mode 100644 index 000000000..c06f33efe --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsInProductSetResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Vision_Product + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_Vision_Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsResponse.php new file mode 100644 index 000000000..bdc7a059a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ListProductsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Vision_Product + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_Vision_Product + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ListReferenceImagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ListReferenceImagesResponse.php new file mode 100644 index 000000000..bdba63656 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ListReferenceImagesResponse.php @@ -0,0 +1,56 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + } + public function getPageSize() + { + return $this->pageSize; + } + /** + * @param Google_Service_Vision_ReferenceImage + */ + public function setReferenceImages($referenceImages) + { + $this->referenceImages = $referenceImages; + } + /** + * @return Google_Service_Vision_ReferenceImage + */ + public function getReferenceImages() + { + return $this->referenceImages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/LocalizedObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/LocalizedObjectAnnotation.php new file mode 100644 index 000000000..7e2d9eaca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/LocalizedObjectAnnotation.php @@ -0,0 +1,73 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.php new file mode 100644 index 000000000..5fcd9c0f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.php @@ -0,0 +1,37 @@ +latLng = $latLng; + } + /** + * @return Google_Service_Vision_LatLng + */ + public function getLatLng() + { + return $this->latLng; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/NormalizedVertex.php new file mode 100644 index 000000000..e2aa0c727 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/NormalizedVertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.php new file mode 100644 index 000000000..b52b91b9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Operation.php new file mode 100644 index 000000000..1243308d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_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/vendor/google/apiclient-services/src/Google/Service/Vision/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Vision/OperationMetadata.php new file mode 100644 index 000000000..cbb378fa4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/OperationMetadata.php @@ -0,0 +1,48 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + 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/vendor/google/apiclient-services/src/Google/Service/Vision/OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/OutputConfig.php new file mode 100644 index 000000000..65b754e8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/OutputConfig.php @@ -0,0 +1,46 @@ +batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } + /** + * @param Google_Service_Vision_GcsDestination + */ + public function setGcsDestination(Google_Service_Vision_GcsDestination $gcsDestination) + { + $this->gcsDestination = $gcsDestination; + } + /** + * @return Google_Service_Vision_GcsDestination + */ + public function getGcsDestination() + { + return $this->gcsDestination; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php new file mode 100644 index 000000000..353b2a071 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php @@ -0,0 +1,81 @@ +blocks = $blocks; + } + /** + * @return Google_Service_Vision_Block + */ + public function getBlocks() + { + return $this->blocks; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setHeight($height) + { + $this->height = $height; + } + public function getHeight() + { + return $this->height; + } + /** + * @param Google_Service_Vision_TextProperty + */ + public function setProperty(Google_Service_Vision_TextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_TextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php new file mode 100644 index 000000000..102742486 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_TextProperty + */ + public function setProperty(Google_Service_Vision_TextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_TextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_Word + */ + public function setWords($words) + { + $this->words = $words; + } + /** + * @return Google_Service_Vision_Word + */ + public function getWords() + { + return $this->words; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Position.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Position.php new file mode 100644 index 000000000..74baf2f8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Position.php @@ -0,0 +1,48 @@ +x = $x; + } + public function getX() + { + return $this->x; + } + public function setY($y) + { + $this->y = $y; + } + public function getY() + { + return $this->y; + } + public function setZ($z) + { + $this->z = $z; + } + public function getZ() + { + return $this->z; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Product.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Product.php new file mode 100644 index 000000000..9eba3390b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Product.php @@ -0,0 +1,74 @@ +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 setProductCategory($productCategory) + { + $this->productCategory = $productCategory; + } + public function getProductCategory() + { + return $this->productCategory; + } + /** + * @param Google_Service_Vision_KeyValue + */ + public function setProductLabels($productLabels) + { + $this->productLabels = $productLabels; + } + /** + * @return Google_Service_Vision_KeyValue + */ + public function getProductLabels() + { + return $this->productLabels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchParams.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchParams.php new file mode 100644 index 000000000..3577cab59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchParams.php @@ -0,0 +1,65 @@ +boundingPoly = $boundingPoly; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPoly() + { + return $this->boundingPoly; + } + public function setFilter($filter) + { + $this->filter = $filter; + } + public function getFilter() + { + return $this->filter; + } + public function setProductCategories($productCategories) + { + $this->productCategories = $productCategories; + } + public function getProductCategories() + { + return $this->productCategories; + } + public function setProductSet($productSet) + { + $this->productSet = $productSet; + } + public function getProductSet() + { + return $this->productSet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchResults.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchResults.php new file mode 100644 index 000000000..2adcbe6d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSearchResults.php @@ -0,0 +1,63 @@ +indexTime = $indexTime; + } + public function getIndexTime() + { + return $this->indexTime; + } + /** + * @param Google_Service_Vision_GroupedResult + */ + public function setProductGroupedResults($productGroupedResults) + { + $this->productGroupedResults = $productGroupedResults; + } + /** + * @return Google_Service_Vision_GroupedResult + */ + public function getProductGroupedResults() + { + return $this->productGroupedResults; + } + /** + * @param Google_Service_Vision_Result + */ + public function setResults($results) + { + $this->results = $results; + } + /** + * @return Google_Service_Vision_Result + */ + public function getResults() + { + return $this->results; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSet.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSet.php new file mode 100644 index 000000000..c41480b3f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSet.php @@ -0,0 +1,64 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_Vision_Status + */ + public function setIndexError(Google_Service_Vision_Status $indexError) + { + $this->indexError = $indexError; + } + /** + * @return Google_Service_Vision_Status + */ + public function getIndexError() + { + return $this->indexError; + } + public function setIndexTime($indexTime) + { + $this->indexTime = $indexTime; + } + public function getIndexTime() + { + return $this->indexTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.php new file mode 100644 index 000000000..08f98123a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.php @@ -0,0 +1,30 @@ +productSetId = $productSetId; + } + public function getProductSetId() + { + return $this->productSetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Property.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Property.php new file mode 100644 index 000000000..820d72a22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Property.php @@ -0,0 +1,48 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setUint64Value($uint64Value) + { + $this->uint64Value = $uint64Value; + } + public function getUint64Value() + { + return $this->uint64Value; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.php new file mode 100644 index 000000000..51b2ab7c7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.php @@ -0,0 +1,55 @@ +deleteOrphanProducts = $deleteOrphanProducts; + } + public function getDeleteOrphanProducts() + { + return $this->deleteOrphanProducts; + } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } + /** + * @param Google_Service_Vision_ProductSetPurgeConfig + */ + public function setProductSetPurgeConfig(Google_Service_Vision_ProductSetPurgeConfig $productSetPurgeConfig) + { + $this->productSetPurgeConfig = $productSetPurgeConfig; + } + /** + * @return Google_Service_Vision_ProductSetPurgeConfig + */ + public function getProductSetPurgeConfig() + { + return $this->productSetPurgeConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ReferenceImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ReferenceImage.php new file mode 100644 index 000000000..b727df7b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ReferenceImage.php @@ -0,0 +1,56 @@ +boundingPolys = $boundingPolys; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingPolys() + { + return $this->boundingPolys; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/RemoveProductFromProductSetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/RemoveProductFromProductSetRequest.php new file mode 100644 index 000000000..df14a42f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/RemoveProductFromProductSetRequest.php @@ -0,0 +1,30 @@ +product = $product; + } + public function getProduct() + { + return $this->product; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Files.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Files.php new file mode 100644 index 000000000..596190bcd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Files.php @@ -0,0 +1,65 @@ + + * $visionService = new Google_Service_Vision(...); + * $files = $visionService->files; + * + */ +class Google_Service_Vision_Resource_Files extends Google_Service_Resource +{ + /** + * Service that performs image detection and annotation for a batch of files. + * Now only "application/pdf", "image/tiff" and "image/gif" are supported. + * + * This service will extract at most 5 (customers can specify which 5 in + * AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file + * provided and perform detection and annotation for each image extracted. + * (files.annotate) + * + * @param Google_Service_Vision_BatchAnnotateFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_BatchAnnotateFilesResponse + */ + public function annotate(Google_Service_Vision_BatchAnnotateFilesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateFilesResponse"); + } + /** + * Run asynchronous image detection and annotation for a list of generic files, + * such as PDF files, which may contain multiple pages and multiple images per + * page. Progress and results can be retrieved through the + * `google.longrunning.Operations` interface. `Operation.metadata` contains + * `OperationMetadata` (metadata). `Operation.response` contains + * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) + * + * @param Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function asyncBatchAnnotate(Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Images.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Images.php new file mode 100644 index 000000000..f2393357e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Images.php @@ -0,0 +1,63 @@ + + * $visionService = new Google_Service_Vision(...); + * $images = $visionService->images; + * + */ +class Google_Service_Vision_Resource_Images extends Google_Service_Resource +{ + /** + * Run image detection and annotation for a batch of images. (images.annotate) + * + * @param Google_Service_Vision_BatchAnnotateImagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_BatchAnnotateImagesResponse + */ + public function annotate(Google_Service_Vision_BatchAnnotateImagesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateImagesResponse"); + } + /** + * Run asynchronous image detection and annotation for a list of images. + * + * Progress and results can be retrieved through the + * `google.longrunning.Operations` interface. `Operation.metadata` contains + * `OperationMetadata` (metadata). `Operation.response` contains + * `AsyncBatchAnnotateImagesResponse` (results). + * + * This service will write image annotation outputs to json files in customer + * GCS bucket, each json file containing BatchAnnotateImagesResponse proto. + * (images.asyncBatchAnnotate) + * + * @param Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function asyncBatchAnnotate(Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Locations.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Locations.php new file mode 100644 index 000000000..648dadd59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Locations.php @@ -0,0 +1,28 @@ + + * $visionService = new Google_Service_Vision(...); + * $locations = $visionService->locations; + * + */ +class Google_Service_Vision_Resource_Locations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/LocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/LocationsOperations.php new file mode 100644 index 000000000..b673130e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/LocationsOperations.php @@ -0,0 +1,43 @@ + + * $visionService = new Google_Service_Vision(...); + * $operations = $visionService->operations; + * + */ +class Google_Service_Vision_Resource_LocationsOperations extends Google_Service_Resource +{ + /** + * 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_Vision_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Operations.php new file mode 100644 index 000000000..0d9cc74e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Operations.php @@ -0,0 +1,107 @@ + + * $visionService = new Google_Service_Vision(...); + * $operations = $visionService->operations; + * + */ +class Google_Service_Vision_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_Vision_CancelOperationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_VisionEmpty + */ + public function cancel($name, Google_Service_Vision_CancelOperationRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Vision_VisionEmpty"); + } + /** + * 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_Vision_VisionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); + } + /** + * 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_Vision_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_Operation"); + } + /** + * 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 pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. + * @return Google_Service_Vision_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vision_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Projects.php new file mode 100644 index 000000000..84b9ef23d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $visionService = new Google_Service_Vision(...); + * $projects = $visionService->projects; + * + */ +class Google_Service_Vision_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsFiles.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsFiles.php new file mode 100644 index 000000000..f5c58ef39 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsFiles.php @@ -0,0 +1,85 @@ + + * $visionService = new Google_Service_Vision(...); + * $files = $visionService->files; + * + */ +class Google_Service_Vision_Resource_ProjectsFiles extends Google_Service_Resource +{ + /** + * Service that performs image detection and annotation for a batch of files. + * Now only "application/pdf", "image/tiff" and "image/gif" are supported. + * + * This service will extract at most 5 (customers can specify which 5 in + * AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file + * provided and perform detection and annotation for each image extracted. + * (files.annotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_BatchAnnotateFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_BatchAnnotateFilesResponse + */ + public function annotate($parent, Google_Service_Vision_BatchAnnotateFilesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateFilesResponse"); + } + /** + * Run asynchronous image detection and annotation for a list of generic files, + * such as PDF files, which may contain multiple pages and multiple images per + * page. Progress and results can be retrieved through the + * `google.longrunning.Operations` interface. `Operation.metadata` contains + * `OperationMetadata` (metadata). `Operation.response` contains + * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsImages.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsImages.php new file mode 100644 index 000000000..726a9992c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsImages.php @@ -0,0 +1,83 @@ + + * $visionService = new Google_Service_Vision(...); + * $images = $visionService->images; + * + */ +class Google_Service_Vision_Resource_ProjectsImages extends Google_Service_Resource +{ + /** + * Run image detection and annotation for a batch of images. (images.annotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_BatchAnnotateImagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_BatchAnnotateImagesResponse + */ + public function annotate($parent, Google_Service_Vision_BatchAnnotateImagesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateImagesResponse"); + } + /** + * Run asynchronous image detection and annotation for a list of images. + * + * Progress and results can be retrieved through the + * `google.longrunning.Operations` interface. `Operation.metadata` contains + * `OperationMetadata` (metadata). `Operation.response` contains + * `AsyncBatchAnnotateImagesResponse` (results). + * + * This service will write image annotation outputs to json files in customer + * GCS bucket, each json file containing BatchAnnotateImagesResponse proto. + * (images.asyncBatchAnnotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocations.php new file mode 100644 index 000000000..73ee9ba51 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $visionService = new Google_Service_Vision(...); + * $locations = $visionService->locations; + * + */ +class Google_Service_Vision_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsFiles.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsFiles.php new file mode 100644 index 000000000..d802056a4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsFiles.php @@ -0,0 +1,85 @@ + + * $visionService = new Google_Service_Vision(...); + * $files = $visionService->files; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsFiles extends Google_Service_Resource +{ + /** + * Service that performs image detection and annotation for a batch of files. + * Now only "application/pdf", "image/tiff" and "image/gif" are supported. + * + * This service will extract at most 5 (customers can specify which 5 in + * AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each file + * provided and perform detection and annotation for each image extracted. + * (files.annotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_BatchAnnotateFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_BatchAnnotateFilesResponse + */ + public function annotate($parent, Google_Service_Vision_BatchAnnotateFilesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateFilesResponse"); + } + /** + * Run asynchronous image detection and annotation for a list of generic files, + * such as PDF files, which may contain multiple pages and multiple images per + * page. Progress and results can be retrieved through the + * `google.longrunning.Operations` interface. `Operation.metadata` contains + * `OperationMetadata` (metadata). `Operation.response` contains + * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateFilesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsImages.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsImages.php new file mode 100644 index 000000000..55e31a67d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsImages.php @@ -0,0 +1,83 @@ + + * $visionService = new Google_Service_Vision(...); + * $images = $visionService->images; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsImages extends Google_Service_Resource +{ + /** + * Run image detection and annotation for a batch of images. (images.annotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_BatchAnnotateImagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_BatchAnnotateImagesResponse + */ + public function annotate($parent, Google_Service_Vision_BatchAnnotateImagesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('annotate', array($params), "Google_Service_Vision_BatchAnnotateImagesResponse"); + } + /** + * Run asynchronous image detection and annotation for a list of images. + * + * Progress and results can be retrieved through the + * `google.longrunning.Operations` interface. `Operation.metadata` contains + * `OperationMetadata` (metadata). `Operation.response` contains + * `AsyncBatchAnnotateImagesResponse` (results). + * + * This service will write image annotation outputs to json files in customer + * GCS bucket, each json file containing BatchAnnotateImagesResponse proto. + * (images.asyncBatchAnnotate) + * + * @param string $parent Optional. Target project and location to make a call. + * + * Format: `projects/{project-id}/locations/{location-id}`. + * + * If no parent is specified, a region will be chosen automatically. + * + * Supported location-ids: `us`: USA country only, `asia`: East asia + * areas, like Japan, Taiwan, `eu`: The European Union. + * + * Example: `projects/project-A/locations/eu`. + * @param Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function asyncBatchAnnotate($parent, Google_Service_Vision_AsyncBatchAnnotateImagesRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('asyncBatchAnnotate', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsOperations.php new file mode 100644 index 000000000..3562081c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,43 @@ + + * $visionService = new Google_Service_Vision(...); + * $operations = $visionService->operations; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsOperations extends Google_Service_Resource +{ + /** + * 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_Vision_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php new file mode 100644 index 000000000..a13a95b02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php @@ -0,0 +1,215 @@ + + * $visionService = new Google_Service_Vision(...); + * $productSets = $visionService->productSets; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google_Service_Resource +{ + /** + * Adds a Product to the specified ProductSet. If the Product is already + * present, no change is made. + * + * One Product can be added to at most 100 ProductSets. + * + * Possible errors: + * + * * Returns NOT_FOUND if the Product or the ProductSet doesn't exist. + * (productSets.addProduct) + * + * @param string $name Required. The resource name for the ProductSet to modify. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` + * @param Google_Service_Vision_AddProductToProductSetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_VisionEmpty + */ + public function addProduct($name, Google_Service_Vision_AddProductToProductSetRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addProduct', array($params), "Google_Service_Vision_VisionEmpty"); + } + /** + * Creates and returns a new ProductSet resource. + * + * Possible errors: + * + * * Returns INVALID_ARGUMENT if display_name is missing, or is longer than + * 4096 characters. (productSets.create) + * + * @param string $parent Required. The project in which the ProductSet should be + * created. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID`. + * @param Google_Service_Vision_ProductSet $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string productSetId A user-supplied resource id for this + * ProductSet. If set, the server will attempt to use this value as the resource + * id. If it is already in use, an error is returned with code ALREADY_EXISTS. + * Must be at most 128 characters long. It cannot contain the character `/`. + * @return Google_Service_Vision_ProductSet + */ + public function create($parent, Google_Service_Vision_ProductSet $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vision_ProductSet"); + } + /** + * Permanently deletes a ProductSet. Products and ReferenceImages in the + * ProductSet are not deleted. + * + * The actual image files are not deleted from Google Cloud Storage. + * (productSets.delete) + * + * @param string $name Required. Resource name of the ProductSet to delete. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_VisionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); + } + /** + * Gets information associated with a ProductSet. + * + * Possible errors: + * + * * Returns NOT_FOUND if the ProductSet does not exist. (productSets.get) + * + * @param string $name Required. Resource name of the ProductSet to get. + * + * Format is: `projects/PROJECT_ID/locations/LOG_ID/productSets/PRODUCT_SET_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_ProductSet + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_ProductSet"); + } + /** + * Asynchronous API that imports a list of reference images to specified product + * sets based on a list of image information. + * + * The google.longrunning.Operation API can be used to keep track of the + * progress and results of the request. `Operation.metadata` contains + * `BatchOperationMetadata`. (progress) `Operation.response` contains + * `ImportProductSetsResponse`. (results) + * + * The input source of this method is a csv file on Google Cloud Storage. For + * the format of the csv file please see + * ImportProductSetsGcsSource.csv_file_uri. (productSets.import) + * + * @param string $parent Required. The project in which the ProductSets should + * be imported. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID`. + * @param Google_Service_Vision_ImportProductSetsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function import($parent, Google_Service_Vision_ImportProductSetsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('import', array($params), "Google_Service_Vision_Operation"); + } + /** + * Lists ProductSets in an unspecified order. + * + * Possible errors: + * + * * Returns INVALID_ARGUMENT if page_size is greater than 100, or less than + * 1. (productSets.listProjectsLocationsProductSets) + * + * @param string $parent Required. The project from which ProductSets should be + * listed. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token returned from a previous List + * request, if any. + * @opt_param int pageSize The maximum number of items to return. Default 10, + * maximum 100. + * @return Google_Service_Vision_ListProductSetsResponse + */ + public function listProjectsLocationsProductSets($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vision_ListProductSetsResponse"); + } + /** + * Makes changes to a ProductSet resource. Only display_name can be updated + * currently. + * + * Possible errors: + * + * * Returns NOT_FOUND if the ProductSet does not exist. * Returns + * INVALID_ARGUMENT if display_name is present in update_mask but missing from + * the request or longer than 4096 characters. (productSets.patch) + * + * @param string $name The resource name of the ProductSet. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. + * + * This field is ignored when creating a ProductSet. + * @param Google_Service_Vision_ProductSet $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The FieldMask that specifies which fields to + * update. If update_mask isn't specified, all mutable fields are to be updated. + * Valid mask path is `display_name`. + * @return Google_Service_Vision_ProductSet + */ + public function patch($name, Google_Service_Vision_ProductSet $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Vision_ProductSet"); + } + /** + * Removes a Product from the specified ProductSet. (productSets.removeProduct) + * + * @param string $name Required. The resource name for the ProductSet to modify. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` + * @param Google_Service_Vision_RemoveProductFromProductSetRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_VisionEmpty + */ + public function removeProduct($name, Google_Service_Vision_RemoveProductFromProductSetRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('removeProduct', array($params), "Google_Service_Vision_VisionEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php new file mode 100644 index 000000000..ff8513a7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php @@ -0,0 +1,55 @@ + + * $visionService = new Google_Service_Vision(...); + * $products = $visionService->products; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsProductSetsProducts extends Google_Service_Resource +{ + /** + * Lists the Products in a ProductSet, in an unspecified order. If the + * ProductSet does not exist, the products field of the response will be empty. + * + * Possible errors: + * + * * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. + * (products.listProjectsLocationsProductSetsProducts) + * + * @param string $name Required. The ProductSet resource for which to retrieve + * Products. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of items to return. Default 10, + * maximum 100. + * @opt_param string pageToken The next_page_token returned from a previous List + * request, if any. + * @return Google_Service_Vision_ListProductsInProductSetResponse + */ + public function listProjectsLocationsProductSetsProducts($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vision_ListProductsInProductSetResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php new file mode 100644 index 000000000..b78984cab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php @@ -0,0 +1,195 @@ + + * $visionService = new Google_Service_Vision(...); + * $products = $visionService->products; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Service_Resource +{ + /** + * Creates and returns a new product resource. + * + * Possible errors: + * + * * Returns INVALID_ARGUMENT if display_name is missing or longer than 4096 + * characters. * Returns INVALID_ARGUMENT if description is longer than 4096 + * characters. * Returns INVALID_ARGUMENT if product_category is missing or + * invalid. (products.create) + * + * @param string $parent Required. The project in which the Product should be + * created. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID`. + * @param Google_Service_Vision_Product $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string productId A user-supplied resource id for this Product. If + * set, the server will attempt to use this value as the resource id. If it is + * already in use, an error is returned with code ALREADY_EXISTS. Must be at + * most 128 characters long. It cannot contain the character `/`. + * @return Google_Service_Vision_Product + */ + public function create($parent, Google_Service_Vision_Product $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vision_Product"); + } + /** + * Permanently deletes a product and its reference images. + * + * Metadata of the product and all its images will be deleted right away, but + * search queries against ProductSets containing the product may still work + * until all related caches are refreshed. (products.delete) + * + * @param string $name Required. Resource name of product to delete. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_VisionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); + } + /** + * Gets information associated with a Product. + * + * Possible errors: + * + * * Returns NOT_FOUND if the Product does not exist. (products.get) + * + * @param string $name Required. Resource name of the Product to get. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Product + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_Product"); + } + /** + * Lists products in an unspecified order. + * + * Possible errors: + * + * * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. + * (products.listProjectsLocationsProducts) + * + * @param string $parent Required. The project OR ProductSet from which Products + * should be listed. + * + * Format: `projects/PROJECT_ID/locations/LOC_ID` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken The next_page_token returned from a previous List + * request, if any. + * @opt_param int pageSize The maximum number of items to return. Default 10, + * maximum 100. + * @return Google_Service_Vision_ListProductsResponse + */ + public function listProjectsLocationsProducts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vision_ListProductsResponse"); + } + /** + * Makes changes to a Product resource. Only the `display_name`, `description`, + * and `labels` fields can be updated right now. + * + * If labels are updated, the change will not be reflected in queries until the + * next index time. + * + * Possible errors: + * + * * Returns NOT_FOUND if the Product does not exist. * Returns INVALID_ARGUMENT + * if display_name is present in update_mask but is missing from the request + * or longer than 4096 characters. * Returns INVALID_ARGUMENT if description is + * present in update_mask but is longer than 4096 characters. * Returns + * INVALID_ARGUMENT if product_category is present in update_mask. + * (products.patch) + * + * @param string $name The resource name of the product. + * + * Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. + * + * This field is ignored when creating a product. + * @param Google_Service_Vision_Product $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask The FieldMask that specifies which fields to + * update. If update_mask isn't specified, all mutable fields are to be updated. + * Valid mask paths include `product_labels`, `display_name`, and `description`. + * @return Google_Service_Vision_Product + */ + public function patch($name, Google_Service_Vision_Product $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Vision_Product"); + } + /** + * Asynchronous API to delete all Products in a ProductSet or all Products that + * are in no ProductSet. + * + * If a Product is a member of the specified ProductSet in addition to other + * ProductSets, the Product will still be deleted. + * + * It is recommended to not delete the specified ProductSet until after this + * operation has completed. It is also recommended to not add any of the + * Products involved in the batch delete to a new ProductSet while this + * operation is running because those Products may still end up deleted. + * + * It's not possible to undo the PurgeProducts operation. Therefore, it is + * recommended to keep the csv files used in ImportProductSets (if that was how + * you originally built the Product Set) before starting PurgeProducts, in case + * you need to re-import the data after deletion. + * + * If the plan is to purge all of the Products from a ProductSet and then re-use + * the empty ProductSet to re-import new Products into the empty ProductSet, you + * must wait until the PurgeProducts operation has finished for that ProductSet. + * + * The google.longrunning.Operation API can be used to keep track of the + * progress and results of the request. `Operation.metadata` contains + * `BatchOperationMetadata`. (progress) (products.purge) + * + * @param string $parent Required. The project and location in which the + * Products should be deleted. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID`. + * @param Google_Service_Vision_PurgeProductsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function purge($parent, Google_Service_Vision_PurgeProductsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('purge', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php new file mode 100644 index 000000000..d7e57dd95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php @@ -0,0 +1,148 @@ + + * $visionService = new Google_Service_Vision(...); + * $referenceImages = $visionService->referenceImages; + * + */ +class Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages extends Google_Service_Resource +{ + /** + * Creates and returns a new ReferenceImage resource. + * + * The `bounding_poly` field is optional. If `bounding_poly` is not specified, + * the system will try to detect regions of interest in the image that are + * compatible with the product_category on the parent product. If it is + * specified, detection is ALWAYS skipped. The system converts polygons into + * non-rotated rectangles. + * + * Note that the pipeline will resize the image if the image resolution is too + * large to process (above 50MP). + * + * Possible errors: + * + * * Returns INVALID_ARGUMENT if the image_uri is missing or longer than 4096 + * characters. * Returns INVALID_ARGUMENT if the product does not exist. * + * Returns INVALID_ARGUMENT if bounding_poly is not provided, and nothing + * compatible with the parent product's product_category is detected. * Returns + * INVALID_ARGUMENT if bounding_poly contains more than 10 polygons. + * (referenceImages.create) + * + * @param string $parent Required. Resource name of the product in which to + * create the reference image. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. + * @param Google_Service_Vision_ReferenceImage $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string referenceImageId A user-supplied resource id for the + * ReferenceImage to be added. If set, the server will attempt to use this value + * as the resource id. If it is already in use, an error is returned with code + * ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the + * character `/`. + * @return Google_Service_Vision_ReferenceImage + */ + public function create($parent, Google_Service_Vision_ReferenceImage $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Vision_ReferenceImage"); + } + /** + * Permanently deletes a reference image. + * + * The image metadata will be deleted right away, but search queries against + * ProductSets containing the image may still work until all related caches are + * refreshed. + * + * The actual image files are not deleted from Google Cloud Storage. + * (referenceImages.delete) + * + * @param string $name Required. The resource name of the reference image to + * delete. + * + * Format is: + * + * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMA + * GE_ID` + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_VisionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vision_VisionEmpty"); + } + /** + * Gets information associated with a ReferenceImage. + * + * Possible errors: + * + * * Returns NOT_FOUND if the specified image does not exist. + * (referenceImages.get) + * + * @param string $name Required. The resource name of the ReferenceImage to get. + * + * Format is: + * + * `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMA + * GE_ID`. + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_ReferenceImage + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_ReferenceImage"); + } + /** + * Lists reference images. + * + * Possible errors: + * + * * Returns NOT_FOUND if the parent product does not exist. * Returns + * INVALID_ARGUMENT if the page_size is greater than 100, or less than 1. + * (referenceImages.listProjectsLocationsProductsReferenceImages) + * + * @param string $parent Required. Resource name of the product containing the + * reference images. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results to be + * returned. This is the value of `nextPageToken` returned in a previous + * reference image list request. + * + * Defaults to the first page if not specified. + * @opt_param int pageSize The maximum number of items to return. Default 10, + * maximum 100. + * @return Google_Service_Vision_ListReferenceImagesResponse + */ + public function listProjectsLocationsProductsReferenceImages($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Vision_ListReferenceImagesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsOperations.php new file mode 100644 index 000000000..43dae9f36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsOperations.php @@ -0,0 +1,43 @@ + + * $visionService = new Google_Service_Vision(...); + * $operations = $visionService->operations; + * + */ +class Google_Service_Vision_Resource_ProjectsOperations extends Google_Service_Resource +{ + /** + * 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_Vision_Operation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Vision_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Result.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Result.php new file mode 100644 index 000000000..d8a75bb65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Result.php @@ -0,0 +1,55 @@ +image = $image; + } + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Vision_Product + */ + public function setProduct(Google_Service_Vision_Product $product) + { + $this->product = $product; + } + /** + * @return Google_Service_Vision_Product + */ + public function getProduct() + { + return $this->product; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php new file mode 100644 index 000000000..fb613b623 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php @@ -0,0 +1,66 @@ +adult = $adult; + } + public function getAdult() + { + return $this->adult; + } + public function setMedical($medical) + { + $this->medical = $medical; + } + public function getMedical() + { + return $this->medical; + } + public function setRacy($racy) + { + $this->racy = $racy; + } + public function getRacy() + { + return $this->racy; + } + public function setSpoof($spoof) + { + $this->spoof = $spoof; + } + public function getSpoof() + { + return $this->spoof; + } + public function setViolence($violence) + { + $this->violence = $violence; + } + public function getViolence() + { + return $this->violence; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Status.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Status.php new file mode 100644 index 000000000..4ead4159f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/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/vendor/google/apiclient-services/src/Google/Service/Vision/Symbol.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Symbol.php new file mode 100644 index 000000000..03b2e814d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Symbol.php @@ -0,0 +1,71 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_TextProperty + */ + public function setProperty(Google_Service_Vision_TextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_TextProperty + */ + public function getProperty() + { + return $this->property; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php new file mode 100644 index 000000000..c4ae9fb21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php @@ -0,0 +1,47 @@ +pages = $pages; + } + /** + * @return Google_Service_Vision_Page + */ + public function getPages() + { + return $this->pages; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php new file mode 100644 index 000000000..fab75a342 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php @@ -0,0 +1,54 @@ +detectedBreak = $detectedBreak; + } + /** + * @return Google_Service_Vision_DetectedBreak + */ + public function getDetectedBreak() + { + return $this->detectedBreak; + } + /** + * @param Google_Service_Vision_DetectedLanguage + */ + public function setDetectedLanguages($detectedLanguages) + { + $this->detectedLanguages = $detectedLanguages; + } + /** + * @return Google_Service_Vision_DetectedLanguage + */ + public function getDetectedLanguages() + { + return $this->detectedLanguages; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Vertex.php new file mode 100644 index 000000000..9edcfeb36 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Vertex.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/vendor/google/apiclient-services/src/Google/Service/Vision/VisionEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/VisionEmpty.php new file mode 100644 index 000000000..efc96bbdd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/VisionEmpty.php @@ -0,0 +1,20 @@ +bestGuessLabels = $bestGuessLabels; + } + /** + * @return Google_Service_Vision_WebLabel + */ + public function getBestGuessLabels() + { + return $this->bestGuessLabels; + } + /** + * @param Google_Service_Vision_WebImage + */ + public function setFullMatchingImages($fullMatchingImages) + { + $this->fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_WebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + /** + * @param Google_Service_Vision_WebPage + */ + public function setPagesWithMatchingImages($pagesWithMatchingImages) + { + $this->pagesWithMatchingImages = $pagesWithMatchingImages; + } + /** + * @return Google_Service_Vision_WebPage + */ + public function getPagesWithMatchingImages() + { + return $this->pagesWithMatchingImages; + } + /** + * @param Google_Service_Vision_WebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_WebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + /** + * @param Google_Service_Vision_WebImage + */ + public function setVisuallySimilarImages($visuallySimilarImages) + { + $this->visuallySimilarImages = $visuallySimilarImages; + } + /** + * @return Google_Service_Vision_WebImage + */ + public function getVisuallySimilarImages() + { + return $this->visuallySimilarImages; + } + /** + * @param Google_Service_Vision_WebEntity + */ + public function setWebEntities($webEntities) + { + $this->webEntities = $webEntities; + } + /** + * @return Google_Service_Vision_WebEntity + */ + public function getWebEntities() + { + return $this->webEntities; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/WebDetectionParams.php b/vendor/google/apiclient-services/src/Google/Service/Vision/WebDetectionParams.php new file mode 100644 index 000000000..8e90193ca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/WebDetectionParams.php @@ -0,0 +1,30 @@ +includeGeoResults = $includeGeoResults; + } + public function getIncludeGeoResults() + { + return $this->includeGeoResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.php b/vendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.php new file mode 100644 index 000000000..e414314cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.php @@ -0,0 +1,48 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/WebImage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/WebImage.php new file mode 100644 index 000000000..1920a201b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/WebImage.php @@ -0,0 +1,39 @@ +score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/WebLabel.php b/vendor/google/apiclient-services/src/Google/Service/Vision/WebLabel.php new file mode 100644 index 000000000..b80d13120 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/WebLabel.php @@ -0,0 +1,39 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + public function setLanguageCode($languageCode) + { + $this->languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/WebPage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/WebPage.php new file mode 100644 index 000000000..faaa3de15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/WebPage.php @@ -0,0 +1,81 @@ +fullMatchingImages = $fullMatchingImages; + } + /** + * @return Google_Service_Vision_WebImage + */ + public function getFullMatchingImages() + { + return $this->fullMatchingImages; + } + public function setPageTitle($pageTitle) + { + $this->pageTitle = $pageTitle; + } + public function getPageTitle() + { + return $this->pageTitle; + } + /** + * @param Google_Service_Vision_WebImage + */ + public function setPartialMatchingImages($partialMatchingImages) + { + $this->partialMatchingImages = $partialMatchingImages; + } + /** + * @return Google_Service_Vision_WebImage + */ + public function getPartialMatchingImages() + { + return $this->partialMatchingImages; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php new file mode 100644 index 000000000..685bbfc7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php @@ -0,0 +1,79 @@ +boundingBox = $boundingBox; + } + /** + * @return Google_Service_Vision_BoundingPoly + */ + public function getBoundingBox() + { + return $this->boundingBox; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + /** + * @param Google_Service_Vision_TextProperty + */ + public function setProperty(Google_Service_Vision_TextProperty $property) + { + $this->property = $property; + } + /** + * @return Google_Service_Vision_TextProperty + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_Vision_Symbol + */ + public function setSymbols($symbols) + { + $this->symbols = $symbols; + } + /** + * @return Google_Service_Vision_Symbol + */ + public function getSymbols() + { + return $this->symbols; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner.php new file mode 100644 index 000000000..403b652f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner.php @@ -0,0 +1,278 @@ + + * Scans your Compute and App Engine apps for common web vulnerabilities. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_WebSecurityScanner extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_scanConfigs; + public $projects_scanConfigs_scanRuns; + public $projects_scanConfigs_scanRuns_crawledUrls; + public $projects_scanConfigs_scanRuns_findingTypeStats; + public $projects_scanConfigs_scanRuns_findings; + + /** + * Constructs the internal representation of the WebSecurityScanner service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->rootUrl = 'https://websecurityscanner.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1alpha'; + $this->serviceName = 'websecurityscanner'; + + $this->projects_scanConfigs = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigs( + $this, + $this->serviceName, + 'scanConfigs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1alpha/{+parent}/scanConfigs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1alpha/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1alpha/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha/{+parent}/scanConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1alpha/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'start' => array( + 'path' => 'v1alpha/{+name}:start', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_scanConfigs_scanRuns = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRuns( + $this, + $this->serviceName, + 'scanRuns', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1alpha/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha/{+parent}/scanRuns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'stop' => array( + 'path' => 'v1alpha/{+name}:stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_scanConfigs_scanRuns_crawledUrls = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsCrawledUrls( + $this, + $this->serviceName, + 'crawledUrls', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1alpha/{+parent}/crawledUrls', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_scanConfigs_scanRuns_findingTypeStats = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindingTypeStats( + $this, + $this->serviceName, + 'findingTypeStats', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1alpha/{+parent}/findingTypeStats', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_scanConfigs_scanRuns_findings = new Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindings( + $this, + $this->serviceName, + 'findings', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1alpha/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1alpha/{+parent}/findings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Authentication.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Authentication.php new file mode 100644 index 000000000..89a368252 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Authentication.php @@ -0,0 +1,53 @@ +customAccount = $customAccount; + } + /** + * @return Google_Service_WebSecurityScanner_CustomAccount + */ + public function getCustomAccount() + { + return $this->customAccount; + } + /** + * @param Google_Service_WebSecurityScanner_GoogleAccount + */ + public function setGoogleAccount(Google_Service_WebSecurityScanner_GoogleAccount $googleAccount) + { + $this->googleAccount = $googleAccount; + } + /** + * @return Google_Service_WebSecurityScanner_GoogleAccount + */ + public function getGoogleAccount() + { + return $this->googleAccount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CrawledUrl.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CrawledUrl.php new file mode 100644 index 000000000..03b859429 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CrawledUrl.php @@ -0,0 +1,48 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setHttpMethod($httpMethod) + { + $this->httpMethod = $httpMethod; + } + public function getHttpMethod() + { + return $this->httpMethod; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CustomAccount.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CustomAccount.php new file mode 100644 index 000000000..2babdb811 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/CustomAccount.php @@ -0,0 +1,48 @@ +loginUrl = $loginUrl; + } + public function getLoginUrl() + { + return $this->loginUrl; + } + public function setPassword($password) + { + $this->password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Finding.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Finding.php new file mode 100644 index 000000000..fbd2779a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Finding.php @@ -0,0 +1,191 @@ +body = $body; + } + public function getBody() + { + return $this->body; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFinalUrl($finalUrl) + { + $this->finalUrl = $finalUrl; + } + public function getFinalUrl() + { + return $this->finalUrl; + } + public function setFindingType($findingType) + { + $this->findingType = $findingType; + } + public function getFindingType() + { + return $this->findingType; + } + public function setFrameUrl($frameUrl) + { + $this->frameUrl = $frameUrl; + } + public function getFrameUrl() + { + return $this->frameUrl; + } + public function setFuzzedUrl($fuzzedUrl) + { + $this->fuzzedUrl = $fuzzedUrl; + } + public function getFuzzedUrl() + { + return $this->fuzzedUrl; + } + public function setHttpMethod($httpMethod) + { + $this->httpMethod = $httpMethod; + } + public function getHttpMethod() + { + return $this->httpMethod; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_WebSecurityScanner_OutdatedLibrary + */ + public function setOutdatedLibrary(Google_Service_WebSecurityScanner_OutdatedLibrary $outdatedLibrary) + { + $this->outdatedLibrary = $outdatedLibrary; + } + /** + * @return Google_Service_WebSecurityScanner_OutdatedLibrary + */ + public function getOutdatedLibrary() + { + return $this->outdatedLibrary; + } + public function setReproductionUrl($reproductionUrl) + { + $this->reproductionUrl = $reproductionUrl; + } + public function getReproductionUrl() + { + return $this->reproductionUrl; + } + public function setTrackingId($trackingId) + { + $this->trackingId = $trackingId; + } + public function getTrackingId() + { + return $this->trackingId; + } + /** + * @param Google_Service_WebSecurityScanner_ViolatingResource + */ + public function setViolatingResource(Google_Service_WebSecurityScanner_ViolatingResource $violatingResource) + { + $this->violatingResource = $violatingResource; + } + /** + * @return Google_Service_WebSecurityScanner_ViolatingResource + */ + public function getViolatingResource() + { + return $this->violatingResource; + } + /** + * @param Google_Service_WebSecurityScanner_VulnerableHeaders + */ + public function setVulnerableHeaders(Google_Service_WebSecurityScanner_VulnerableHeaders $vulnerableHeaders) + { + $this->vulnerableHeaders = $vulnerableHeaders; + } + /** + * @return Google_Service_WebSecurityScanner_VulnerableHeaders + */ + public function getVulnerableHeaders() + { + return $this->vulnerableHeaders; + } + /** + * @param Google_Service_WebSecurityScanner_VulnerableParameters + */ + public function setVulnerableParameters(Google_Service_WebSecurityScanner_VulnerableParameters $vulnerableParameters) + { + $this->vulnerableParameters = $vulnerableParameters; + } + /** + * @return Google_Service_WebSecurityScanner_VulnerableParameters + */ + public function getVulnerableParameters() + { + return $this->vulnerableParameters; + } + /** + * @param Google_Service_WebSecurityScanner_Xss + */ + public function setXss(Google_Service_WebSecurityScanner_Xss $xss) + { + $this->xss = $xss; + } + /** + * @return Google_Service_WebSecurityScanner_Xss + */ + public function getXss() + { + return $this->xss; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/FindingTypeStats.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/FindingTypeStats.php new file mode 100644 index 000000000..d268fd47e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/FindingTypeStats.php @@ -0,0 +1,39 @@ +findingCount = $findingCount; + } + public function getFindingCount() + { + return $this->findingCount; + } + public function setFindingType($findingType) + { + $this->findingType = $findingType; + } + public function getFindingType() + { + return $this->findingType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/GoogleAccount.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/GoogleAccount.php new file mode 100644 index 000000000..20dedaab7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/GoogleAccount.php @@ -0,0 +1,39 @@ +password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Header.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Header.php new file mode 100644 index 000000000..36a884662 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Header.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListCrawledUrlsResponse.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListCrawledUrlsResponse.php new file mode 100644 index 000000000..1dbb7ca1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListCrawledUrlsResponse.php @@ -0,0 +1,47 @@ +crawledUrls = $crawledUrls; + } + /** + * @return Google_Service_WebSecurityScanner_CrawledUrl + */ + public function getCrawledUrls() + { + return $this->crawledUrls; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingTypeStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingTypeStatsResponse.php new file mode 100644 index 000000000..f7c972243 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingTypeStatsResponse.php @@ -0,0 +1,38 @@ +findingTypeStats = $findingTypeStats; + } + /** + * @return Google_Service_WebSecurityScanner_FindingTypeStats + */ + public function getFindingTypeStats() + { + return $this->findingTypeStats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingsResponse.php new file mode 100644 index 000000000..e079ded00 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListFindingsResponse.php @@ -0,0 +1,47 @@ +findings = $findings; + } + /** + * @return Google_Service_WebSecurityScanner_Finding + */ + public function getFindings() + { + return $this->findings; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanConfigsResponse.php new file mode 100644 index 000000000..07796cea3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanConfigsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_WebSecurityScanner_ScanConfig + */ + public function setScanConfigs($scanConfigs) + { + $this->scanConfigs = $scanConfigs; + } + /** + * @return Google_Service_WebSecurityScanner_ScanConfig + */ + public function getScanConfigs() + { + return $this->scanConfigs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanRunsResponse.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanRunsResponse.php new file mode 100644 index 000000000..91fdcf16e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ListScanRunsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_WebSecurityScanner_ScanRun + */ + public function setScanRuns($scanRuns) + { + $this->scanRuns = $scanRuns; + } + /** + * @return Google_Service_WebSecurityScanner_ScanRun + */ + public function getScanRuns() + { + return $this->scanRuns; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/OutdatedLibrary.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/OutdatedLibrary.php new file mode 100644 index 000000000..67e8bbb3a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/OutdatedLibrary.php @@ -0,0 +1,49 @@ +learnMoreUrls = $learnMoreUrls; + } + public function getLearnMoreUrls() + { + return $this->learnMoreUrls; + } + public function setLibraryName($libraryName) + { + $this->libraryName = $libraryName; + } + public function getLibraryName() + { + return $this->libraryName; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/Projects.php new file mode 100644 index 000000000..476d4b7d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); + * $projects = $websecurityscannerService->projects; + * + */ +class Google_Service_WebSecurityScanner_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigs.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigs.php new file mode 100644 index 000000000..89eafadc2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigs.php @@ -0,0 +1,133 @@ + + * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); + * $scanConfigs = $websecurityscannerService->scanConfigs; + * + */ +class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigs extends Google_Service_Resource +{ + /** + * Creates a new ScanConfig. (scanConfigs.create) + * + * @param string $parent Required. The parent resource name where the scan is + * created, which should be a project resource name in the format + * 'projects/{projectId}'. + * @param Google_Service_WebSecurityScanner_ScanConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_ScanConfig + */ + public function create($parent, Google_Service_WebSecurityScanner_ScanConfig $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_WebSecurityScanner_ScanConfig"); + } + /** + * Deletes an existing ScanConfig and its child resources. (scanConfigs.delete) + * + * @param string $name Required. The resource name of the ScanConfig to be + * deleted. The name follows the format of + * 'projects/{projectId}/scanConfigs/{scanConfigId}'. + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_WebsecurityscannerEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_WebSecurityScanner_WebsecurityscannerEmpty"); + } + /** + * Gets a ScanConfig. (scanConfigs.get) + * + * @param string $name Required. The resource name of the ScanConfig to be + * returned. The name follows the format of + * 'projects/{projectId}/scanConfigs/{scanConfigId}'. + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_ScanConfig + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_WebSecurityScanner_ScanConfig"); + } + /** + * Lists ScanConfigs under a given project. + * (scanConfigs.listProjectsScanConfigs) + * + * @param string $parent Required. The parent resource name, which should be a + * project resource name in the format 'projects/{projectId}'. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results to be + * returned. This should be a `next_page_token` value returned from a previous + * List request. If unspecified, the first page of results is returned. + * @opt_param int pageSize The maximum number of ScanConfigs to return, can be + * limited by server. If not specified or not positive, the implementation will + * select a reasonable value. + * @return Google_Service_WebSecurityScanner_ListScanConfigsResponse + */ + public function listProjectsScanConfigs($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListScanConfigsResponse"); + } + /** + * Updates a ScanConfig. This method support partial update of a ScanConfig. + * (scanConfigs.patch) + * + * @param string $name The resource name of the ScanConfig. The name follows the + * format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig + * IDs are generated by the system. + * @param Google_Service_WebSecurityScanner_ScanConfig $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. The update mask applies to the + * resource. For the `FieldMask` definition, see https://developers.google.com + * /protocol-buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_WebSecurityScanner_ScanConfig + */ + public function patch($name, Google_Service_WebSecurityScanner_ScanConfig $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_WebSecurityScanner_ScanConfig"); + } + /** + * Start a ScanRun according to the given ScanConfig. (scanConfigs.start) + * + * @param string $name Required. The resource name of the ScanConfig to be used. + * The name follows the format of + * 'projects/{projectId}/scanConfigs/{scanConfigId}'. + * @param Google_Service_WebSecurityScanner_StartScanRunRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_ScanRun + */ + public function start($name, Google_Service_WebSecurityScanner_StartScanRunRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_WebSecurityScanner_ScanRun"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRuns.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRuns.php new file mode 100644 index 000000000..881afd015 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRuns.php @@ -0,0 +1,82 @@ + + * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); + * $scanRuns = $websecurityscannerService->scanRuns; + * + */ +class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRuns extends Google_Service_Resource +{ + /** + * Gets a ScanRun. (scanRuns.get) + * + * @param string $name Required. The resource name of the ScanRun to be + * returned. The name follows the format of + * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_ScanRun + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_WebSecurityScanner_ScanRun"); + } + /** + * Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop + * time. (scanRuns.listProjectsScanConfigsScanRuns) + * + * @param string $parent Required. The parent resource name, which should be a + * scan resource name in the format + * 'projects/{projectId}/scanConfigs/{scanConfigId}'. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results to be + * returned. This should be a `next_page_token` value returned from a previous + * List request. If unspecified, the first page of results is returned. + * @opt_param int pageSize The maximum number of ScanRuns to return, can be + * limited by server. If not specified or not positive, the implementation will + * select a reasonable value. + * @return Google_Service_WebSecurityScanner_ListScanRunsResponse + */ + public function listProjectsScanConfigsScanRuns($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListScanRunsResponse"); + } + /** + * Stops a ScanRun. The stopped ScanRun is returned. (scanRuns.stop) + * + * @param string $name Required. The resource name of the ScanRun to be stopped. + * The name follows the format of + * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + * @param Google_Service_WebSecurityScanner_StopScanRunRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_ScanRun + */ + public function stop($name, Google_Service_WebSecurityScanner_StopScanRunRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_WebSecurityScanner_ScanRun"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsCrawledUrls.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsCrawledUrls.php new file mode 100644 index 000000000..464bd578f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsCrawledUrls.php @@ -0,0 +1,51 @@ + + * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); + * $crawledUrls = $websecurityscannerService->crawledUrls; + * + */ +class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsCrawledUrls extends Google_Service_Resource +{ + /** + * List CrawledUrls under a given ScanRun. + * (crawledUrls.listProjectsScanConfigsScanRunsCrawledUrls) + * + * @param string $parent Required. The parent resource name, which should be a + * scan run resource name in the format + * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results to be + * returned. This should be a `next_page_token` value returned from a previous + * List request. If unspecified, the first page of results is returned. + * @opt_param int pageSize The maximum number of CrawledUrls to return, can be + * limited by server. If not specified or not positive, the implementation will + * select a reasonable value. + * @return Google_Service_WebSecurityScanner_ListCrawledUrlsResponse + */ + public function listProjectsScanConfigsScanRunsCrawledUrls($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListCrawledUrlsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindingTypeStats.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindingTypeStats.php new file mode 100644 index 000000000..1db7e241f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindingTypeStats.php @@ -0,0 +1,44 @@ + + * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); + * $findingTypeStats = $websecurityscannerService->findingTypeStats; + * + */ +class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindingTypeStats extends Google_Service_Resource +{ + /** + * List all FindingTypeStats under a given ScanRun. + * (findingTypeStats.listProjectsScanConfigsScanRunsFindingTypeStats) + * + * @param string $parent Required. The parent resource name, which should be a + * scan run resource name in the format + * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_ListFindingTypeStatsResponse + */ + public function listProjectsScanConfigsScanRunsFindingTypeStats($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListFindingTypeStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindings.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindings.php new file mode 100644 index 000000000..be35a4e58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Resource/ProjectsScanConfigsScanRunsFindings.php @@ -0,0 +1,68 @@ + + * $websecurityscannerService = new Google_Service_WebSecurityScanner(...); + * $findings = $websecurityscannerService->findings; + * + */ +class Google_Service_WebSecurityScanner_Resource_ProjectsScanConfigsScanRunsFindings extends Google_Service_Resource +{ + /** + * Gets a Finding. (findings.get) + * + * @param string $name Required. The resource name of the Finding to be + * returned. The name follows the format of 'projects/{projectId}/scanConfigs/{s + * canConfigId}/scanRuns/{scanRunId}/findings/{findingId}'. + * @param array $optParams Optional parameters. + * @return Google_Service_WebSecurityScanner_Finding + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_WebSecurityScanner_Finding"); + } + /** + * List Findings under a given ScanRun. + * (findings.listProjectsScanConfigsScanRunsFindings) + * + * @param string $parent Required. The parent resource name, which should be a + * scan run resource name in the format + * 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The filter expression. The expression must be in the + * format: . Supported field: 'finding_type'. Supported operator: '='. + * @opt_param string pageToken A token identifying a page of results to be + * returned. This should be a `next_page_token` value returned from a previous + * List request. If unspecified, the first page of results is returned. + * @opt_param int pageSize The maximum number of Findings to return, can be + * limited by server. If not specified or not positive, the implementation will + * select a reasonable value. + * @return Google_Service_WebSecurityScanner_ListFindingsResponse + */ + public function listProjectsScanConfigsScanRunsFindings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_WebSecurityScanner_ListFindingsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanConfig.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanConfig.php new file mode 100644 index 000000000..2e1150d0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanConfig.php @@ -0,0 +1,133 @@ +authentication = $authentication; + } + /** + * @return Google_Service_WebSecurityScanner_Authentication + */ + public function getAuthentication() + { + return $this->authentication; + } + public function setBlacklistPatterns($blacklistPatterns) + { + $this->blacklistPatterns = $blacklistPatterns; + } + public function getBlacklistPatterns() + { + return $this->blacklistPatterns; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + /** + * @param Google_Service_WebSecurityScanner_ScanRun + */ + public function setLatestRun(Google_Service_WebSecurityScanner_ScanRun $latestRun) + { + $this->latestRun = $latestRun; + } + /** + * @return Google_Service_WebSecurityScanner_ScanRun + */ + public function getLatestRun() + { + return $this->latestRun; + } + public function setMaxQps($maxQps) + { + $this->maxQps = $maxQps; + } + public function getMaxQps() + { + return $this->maxQps; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_WebSecurityScanner_Schedule + */ + public function setSchedule(Google_Service_WebSecurityScanner_Schedule $schedule) + { + $this->schedule = $schedule; + } + /** + * @return Google_Service_WebSecurityScanner_Schedule + */ + public function getSchedule() + { + return $this->schedule; + } + public function setStartingUrls($startingUrls) + { + $this->startingUrls = $startingUrls; + } + public function getStartingUrls() + { + return $this->startingUrls; + } + public function setTargetPlatforms($targetPlatforms) + { + $this->targetPlatforms = $targetPlatforms; + } + public function getTargetPlatforms() + { + return $this->targetPlatforms; + } + public function setUserAgent($userAgent) + { + $this->userAgent = $userAgent; + } + public function getUserAgent() + { + return $this->userAgent; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanRun.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanRun.php new file mode 100644 index 000000000..b88cba2fb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/ScanRun.php @@ -0,0 +1,102 @@ +endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setExecutionState($executionState) + { + $this->executionState = $executionState; + } + public function getExecutionState() + { + return $this->executionState; + } + public function setHasVulnerabilities($hasVulnerabilities) + { + $this->hasVulnerabilities = $hasVulnerabilities; + } + public function getHasVulnerabilities() + { + return $this->hasVulnerabilities; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProgressPercent($progressPercent) + { + $this->progressPercent = $progressPercent; + } + public function getProgressPercent() + { + return $this->progressPercent; + } + public function setResultState($resultState) + { + $this->resultState = $resultState; + } + public function getResultState() + { + return $this->resultState; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + public function setUrlsCrawledCount($urlsCrawledCount) + { + $this->urlsCrawledCount = $urlsCrawledCount; + } + public function getUrlsCrawledCount() + { + return $this->urlsCrawledCount; + } + public function setUrlsTestedCount($urlsTestedCount) + { + $this->urlsTestedCount = $urlsTestedCount; + } + public function getUrlsTestedCount() + { + return $this->urlsTestedCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Schedule.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Schedule.php new file mode 100644 index 000000000..df43ab9e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/Schedule.php @@ -0,0 +1,39 @@ +intervalDurationDays = $intervalDurationDays; + } + public function getIntervalDurationDays() + { + return $this->intervalDurationDays; + } + public function setScheduleTime($scheduleTime) + { + $this->scheduleTime = $scheduleTime; + } + public function getScheduleTime() + { + return $this->scheduleTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StartScanRunRequest.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StartScanRunRequest.php new file mode 100644 index 000000000..64593d324 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/StartScanRunRequest.php @@ -0,0 +1,20 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setResourceUrl($resourceUrl) + { + $this->resourceUrl = $resourceUrl; + } + public function getResourceUrl() + { + return $this->resourceUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableHeaders.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableHeaders.php new file mode 100644 index 000000000..9236f5cbc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableHeaders.php @@ -0,0 +1,54 @@ +headers = $headers; + } + /** + * @return Google_Service_WebSecurityScanner_Header + */ + public function getHeaders() + { + return $this->headers; + } + /** + * @param Google_Service_WebSecurityScanner_Header + */ + public function setMissingHeaders($missingHeaders) + { + $this->missingHeaders = $missingHeaders; + } + /** + * @return Google_Service_WebSecurityScanner_Header + */ + public function getMissingHeaders() + { + return $this->missingHeaders; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableParameters.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableParameters.php new file mode 100644 index 000000000..3731a598d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/VulnerableParameters.php @@ -0,0 +1,31 @@ +parameterNames = $parameterNames; + } + public function getParameterNames() + { + return $this->parameterNames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/WebsecurityscannerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/WebsecurityscannerEmpty.php new file mode 100644 index 000000000..2c04adbeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/WebsecurityscannerEmpty.php @@ -0,0 +1,20 @@ +errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setStackTraces($stackTraces) + { + $this->stackTraces = $stackTraces; + } + public function getStackTraces() + { + return $this->stackTraces; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webfonts.php b/vendor/google/apiclient-services/src/Google/Service/Webfonts.php new file mode 100644 index 000000000..3ebc92c64 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webfonts.php @@ -0,0 +1,74 @@ + + * Accesses the metadata for all families served by Google Fonts, providing a + * list of families currently available (including available styles and a list + * of supported script subsets). + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Webfonts extends Google_Service +{ + + + public $webfonts; + + /** + * Constructs the internal representation of the Webfonts 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 = 'webfonts/v1/'; + $this->batchPath = 'batch/webfonts/v1'; + $this->version = 'v1'; + $this->serviceName = 'webfonts'; + + $this->webfonts = new Google_Service_Webfonts_Resource_Webfonts( + $this, + $this->serviceName, + 'webfonts', + array( + 'methods' => array( + 'list' => array( + 'path' => 'webfonts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webfonts/Resource/Webfonts.php b/vendor/google/apiclient-services/src/Google/Service/Webfonts/Resource/Webfonts.php new file mode 100644 index 000000000..fb2b458bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webfonts/Resource/Webfonts.php @@ -0,0 +1,43 @@ + + * $webfontsService = new Google_Service_Webfonts(...); + * $webfonts = $webfontsService->webfonts; + * + */ +class Google_Service_Webfonts_Resource_Webfonts extends Google_Service_Resource +{ + /** + * Retrieves the list of fonts currently served by the Google Fonts Developer + * API (webfonts.listWebfonts) + * + * @param array $optParams Optional parameters. + * + * @opt_param string sort Enables sorting of the list + * @return Google_Service_Webfonts_WebfontList + */ + public function listWebfonts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Webfonts_WebfontList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webfonts/Webfont.php b/vendor/google/apiclient-services/src/Google/Service/Webfonts/Webfont.php new file mode 100644 index 000000000..365757188 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webfonts/Webfont.php @@ -0,0 +1,94 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + public function setFamily($family) + { + $this->family = $family; + } + public function getFamily() + { + return $this->family; + } + public function setFiles($files) + { + $this->files = $files; + } + public function getFiles() + { + return $this->files; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLastModified($lastModified) + { + $this->lastModified = $lastModified; + } + public function getLastModified() + { + return $this->lastModified; + } + public function setSubsets($subsets) + { + $this->subsets = $subsets; + } + public function getSubsets() + { + return $this->subsets; + } + public function setVariants($variants) + { + $this->variants = $variants; + } + public function getVariants() + { + return $this->variants; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webfonts/WebfontList.php b/vendor/google/apiclient-services/src/Google/Service/Webfonts/WebfontList.php new file mode 100644 index 000000000..63941415d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webfonts/WebfontList.php @@ -0,0 +1,47 @@ +items = $items; + } + /** + * @return Google_Service_Webfonts_Webfont + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters.php new file mode 100644 index 000000000..c3390e637 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters.php @@ -0,0 +1,193 @@ + + * View Google Search Console data for your verified sites. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Webmasters extends Google_Service +{ + /** View and manage Search Console data for your verified sites. */ + const WEBMASTERS = + "https://www.googleapis.com/auth/webmasters"; + /** View Search Console data for your verified sites. */ + const WEBMASTERS_READONLY = + "https://www.googleapis.com/auth/webmasters.readonly"; + + public $searchanalytics; + public $sitemaps; + public $sites; + + /** + * Constructs the internal representation of the Webmasters 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 = 'webmasters/v3/'; + $this->batchPath = 'batch/webmasters/v3'; + $this->version = 'v3'; + $this->serviceName = 'webmasters'; + + $this->searchanalytics = new Google_Service_Webmasters_Resource_Searchanalytics( + $this, + $this->serviceName, + 'searchanalytics', + array( + 'methods' => array( + 'query' => array( + 'path' => 'sites/{siteUrl}/searchAnalytics/query', + 'httpMethod' => 'POST', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sitemaps = new Google_Service_Webmasters_Resource_Sitemaps( + $this, + $this->serviceName, + 'sitemaps', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedpath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedpath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'sites/{siteUrl}/sitemaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sitemapIndex' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'submit' => array( + 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedpath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sites = new Google_Service_Webmasters_Resource_Sites( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'add' => array( + 'path' => 'sites/{siteUrl}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'sites/{siteUrl}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'sites/{siteUrl}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'sites', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDataRow.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDataRow.php new file mode 100644 index 000000000..06dfa4d8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDataRow.php @@ -0,0 +1,67 @@ +clicks = $clicks; + } + public function getClicks() + { + return $this->clicks; + } + public function setCtr($ctr) + { + $this->ctr = $ctr; + } + public function getCtr() + { + return $this->ctr; + } + public function setImpressions($impressions) + { + $this->impressions = $impressions; + } + public function getImpressions() + { + return $this->impressions; + } + public function setKeys($keys) + { + $this->keys = $keys; + } + public function getKeys() + { + return $this->keys; + } + public function setPosition($position) + { + $this->position = $position; + } + public function getPosition() + { + return $this->position; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilter.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilter.php new file mode 100644 index 000000000..fda51c868 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilter.php @@ -0,0 +1,48 @@ +dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setOperator($operator) + { + $this->operator = $operator; + } + public function getOperator() + { + return $this->operator; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilterGroup.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilterGroup.php new file mode 100644 index 000000000..8d7f8f685 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilterGroup.php @@ -0,0 +1,47 @@ +filters = $filters; + } + /** + * @return Google_Service_Webmasters_ApiDimensionFilter + */ + public function getFilters() + { + return $this->filters; + } + public function setGroupType($groupType) + { + $this->groupType = $groupType; + } + public function getGroupType() + { + return $this->groupType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.php new file mode 100644 index 000000000..d922f327b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.php @@ -0,0 +1,50 @@ + + * $webmastersService = new Google_Service_Webmasters(...); + * $searchanalytics = $webmastersService->searchanalytics; + * + */ +class Google_Service_Webmasters_Resource_Searchanalytics extends Google_Service_Resource +{ + /** + * Query your data with filters and parameters that you define. Returns zero or + * more rows grouped by the row keys that you define. You must define a date + * range of one or more days. + * + * When date is one of the group by values, any days without data are omitted + * from the result list. If you need to know which days have data, issue a broad + * date range query grouped by date for any metric, and see which day rows are + * returned. (searchanalytics.query) + * + * @param string $siteUrl The site's URL, including protocol. For example: + * http://www.example.com/ + * @param Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Webmasters_SearchAnalyticsQueryResponse + */ + public function query($siteUrl, Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_Webmasters_SearchAnalyticsQueryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sitemaps.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sitemaps.php new file mode 100644 index 000000000..1cb1859fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sitemaps.php @@ -0,0 +1,93 @@ + + * $webmastersService = new Google_Service_Webmasters(...); + * $sitemaps = $webmastersService->sitemaps; + * + */ +class Google_Service_Webmasters_Resource_Sitemaps extends Google_Service_Resource +{ + /** + * Deletes a sitemap from this site. (sitemaps.delete) + * + * @param string $siteUrl The site's URL, including protocol. For example: + * http://www.example.com/ + * @param string $feedpath The URL of the actual sitemap. For example: + * http://www.example.com/sitemap.xml + * @param array $optParams Optional parameters. + */ + public function delete($siteUrl, $feedpath, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves information about a specific sitemap. (sitemaps.get) + * + * @param string $siteUrl The site's URL, including protocol. For example: + * http://www.example.com/ + * @param string $feedpath The URL of the actual sitemap. For example: + * http://www.example.com/sitemap.xml + * @param array $optParams Optional parameters. + * @return Google_Service_Webmasters_WmxSitemap + */ + public function get($siteUrl, $feedpath, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap"); + } + /** + * Lists the sitemaps-entries submitted for this site, or included in the + * sitemap index file (if sitemapIndex is specified in the request). + * (sitemaps.listSitemaps) + * + * @param string $siteUrl The site's URL, including protocol. For example: + * http://www.example.com/ + * @param array $optParams Optional parameters. + * + * @opt_param string sitemapIndex A URL of a site's sitemap index. For example: + * http://www.example.com/sitemapindex.xml + * @return Google_Service_Webmasters_SitemapsListResponse + */ + public function listSitemaps($siteUrl, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse"); + } + /** + * Submits a sitemap for a site. (sitemaps.submit) + * + * @param string $siteUrl The site's URL, including protocol. For example: + * http://www.example.com/ + * @param string $feedpath The URL of the sitemap to add. For example: + * http://www.example.com/sitemap.xml + * @param array $optParams Optional parameters. + */ + public function submit($siteUrl, $feedpath, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath); + $params = array_merge($params, $optParams); + return $this->call('submit', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sites.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sites.php new file mode 100644 index 000000000..6070e60e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sites.php @@ -0,0 +1,84 @@ + + * $webmastersService = new Google_Service_Webmasters(...); + * $sites = $webmastersService->sites; + * + */ +class Google_Service_Webmasters_Resource_Sites extends Google_Service_Resource +{ + /** + * Adds a site to the set of the user's sites in Search Console. (sites.add) + * + * @param string $siteUrl The URL of the site to add. + * @param array $optParams Optional parameters. + */ + public function add($siteUrl, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl); + $params = array_merge($params, $optParams); + return $this->call('add', array($params)); + } + /** + * Removes a site from the set of the user's Search Console sites. + * (sites.delete) + * + * @param string $siteUrl The URI of the property as defined in Search Console. + * Examples: http://www.example.com/ or android-app://com.example/ Note: for + * property-sets, use the URI that starts with sc-set: which is used in Search + * Console URLs. + * @param array $optParams Optional parameters. + */ + public function delete($siteUrl, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves information about specific site. (sites.get) + * + * @param string $siteUrl The URI of the property as defined in Search Console. + * Examples: http://www.example.com/ or android-app://com.example/ Note: for + * property-sets, use the URI that starts with sc-set: which is used in Search + * Console URLs. + * @param array $optParams Optional parameters. + * @return Google_Service_Webmasters_WmxSite + */ + public function get($siteUrl, $optParams = array()) + { + $params = array('siteUrl' => $siteUrl); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite"); + } + /** + * Lists the user's Search Console sites. (sites.listSites) + * + * @param array $optParams Optional parameters. + * @return Google_Service_Webmasters_SitesListResponse + */ + public function listSites($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryRequest.php new file mode 100644 index 000000000..0cc54e2d9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryRequest.php @@ -0,0 +1,101 @@ +aggregationType = $aggregationType; + } + public function getAggregationType() + { + return $this->aggregationType; + } + /** + * @param Google_Service_Webmasters_ApiDimensionFilterGroup + */ + public function setDimensionFilterGroups($dimensionFilterGroups) + { + $this->dimensionFilterGroups = $dimensionFilterGroups; + } + /** + * @return Google_Service_Webmasters_ApiDimensionFilterGroup + */ + public function getDimensionFilterGroups() + { + return $this->dimensionFilterGroups; + } + public function setDimensions($dimensions) + { + $this->dimensions = $dimensions; + } + public function getDimensions() + { + return $this->dimensions; + } + public function setEndDate($endDate) + { + $this->endDate = $endDate; + } + public function getEndDate() + { + return $this->endDate; + } + public function setRowLimit($rowLimit) + { + $this->rowLimit = $rowLimit; + } + public function getRowLimit() + { + return $this->rowLimit; + } + public function setSearchType($searchType) + { + $this->searchType = $searchType; + } + public function getSearchType() + { + return $this->searchType; + } + public function setStartDate($startDate) + { + $this->startDate = $startDate; + } + public function getStartDate() + { + return $this->startDate; + } + public function setStartRow($startRow) + { + $this->startRow = $startRow; + } + public function getStartRow() + { + return $this->startRow; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php new file mode 100644 index 000000000..9d257469f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php @@ -0,0 +1,47 @@ +responseAggregationType = $responseAggregationType; + } + public function getResponseAggregationType() + { + return $this->responseAggregationType; + } + /** + * @param Google_Service_Webmasters_ApiDataRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Webmasters_ApiDataRow + */ + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.php new file mode 100644 index 000000000..68135a0c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.php @@ -0,0 +1,38 @@ +sitemap = $sitemap; + } + /** + * @return Google_Service_Webmasters_WmxSitemap + */ + public function getSitemap() + { + return $this->sitemap; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.php new file mode 100644 index 000000000..d730db5aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.php @@ -0,0 +1,38 @@ +siteEntry = $siteEntry; + } + /** + * @return Google_Service_Webmasters_WmxSite + */ + public function getSiteEntry() + { + return $this->siteEntry; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSite.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSite.php new file mode 100644 index 000000000..c2e24a5df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSite.php @@ -0,0 +1,39 @@ +permissionLevel = $permissionLevel; + } + public function getPermissionLevel() + { + return $this->permissionLevel; + } + public function setSiteUrl($siteUrl) + { + $this->siteUrl = $siteUrl; + } + public function getSiteUrl() + { + return $this->siteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemap.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemap.php new file mode 100644 index 000000000..640c1b86f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemap.php @@ -0,0 +1,110 @@ +contents = $contents; + } + /** + * @return Google_Service_Webmasters_WmxSitemapContent + */ + public function getContents() + { + return $this->contents; + } + public function setErrors($errors) + { + $this->errors = $errors; + } + public function getErrors() + { + return $this->errors; + } + public function setIsPending($isPending) + { + $this->isPending = $isPending; + } + public function getIsPending() + { + return $this->isPending; + } + public function setIsSitemapsIndex($isSitemapsIndex) + { + $this->isSitemapsIndex = $isSitemapsIndex; + } + public function getIsSitemapsIndex() + { + return $this->isSitemapsIndex; + } + public function setLastDownloaded($lastDownloaded) + { + $this->lastDownloaded = $lastDownloaded; + } + public function getLastDownloaded() + { + return $this->lastDownloaded; + } + public function setLastSubmitted($lastSubmitted) + { + $this->lastSubmitted = $lastSubmitted; + } + public function getLastSubmitted() + { + return $this->lastSubmitted; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWarnings($warnings) + { + $this->warnings = $warnings; + } + public function getWarnings() + { + return $this->warnings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php new file mode 100644 index 000000000..8e47ed263 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php @@ -0,0 +1,48 @@ +indexed = $indexed; + } + public function getIndexed() + { + return $this->indexed; + } + public function setSubmitted($submitted) + { + $this->submitted = $submitted; + } + public function getSubmitted() + { + return $this->submitted; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube.php b/vendor/google/apiclient-services/src/Google/Service/YouTube.php new file mode 100644 index 000000000..83fe66608 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube.php @@ -0,0 +1,1975 @@ + + * Supports core YouTube features, such as uploading videos, creating and + * managing playlists, searching for content, and much more. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_YouTube extends Google_Service +{ + /** Manage your YouTube account. */ + const YOUTUBE = + "https://www.googleapis.com/auth/youtube"; + /** See, edit, and permanently delete your YouTube videos, ratings, comments and captions. */ + const YOUTUBE_FORCE_SSL = + "https://www.googleapis.com/auth/youtube.force-ssl"; + /** View your YouTube account. */ + const YOUTUBE_READONLY = + "https://www.googleapis.com/auth/youtube.readonly"; + /** Manage your YouTube videos. */ + const YOUTUBE_UPLOAD = + "https://www.googleapis.com/auth/youtube.upload"; + /** View and manage your assets and associated content on YouTube. */ + const YOUTUBEPARTNER = + "https://www.googleapis.com/auth/youtubepartner"; + /** View private information of your YouTube channel relevant during the audit process with a YouTube partner. */ + const YOUTUBEPARTNER_CHANNEL_AUDIT = + "https://www.googleapis.com/auth/youtubepartner-channel-audit"; + + public $activities; + public $captions; + public $channelBanners; + public $channelSections; + public $channels; + public $commentThreads; + public $comments; + public $guideCategories; + public $i18nLanguages; + public $i18nRegions; + public $liveBroadcasts; + public $liveChatBans; + public $liveChatMessages; + public $liveChatModerators; + public $liveStreams; + public $members; + public $membershipsLevels; + public $playlistItems; + public $playlists; + public $search; + public $sponsors; + public $subscriptions; + public $superChatEvents; + public $thumbnails; + public $videoAbuseReportReasons; + public $videoCategories; + public $videos; + public $watermarks; + + /** + * Constructs the internal representation of the YouTube 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 = 'youtube/v3/'; + $this->batchPath = 'batch/youtube/v3'; + $this->version = 'v3'; + $this->serviceName = 'youtube'; + + $this->activities = new Google_Service_YouTube_Resource_Activities( + $this, + $this->serviceName, + 'activities', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'activities', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'activities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'home' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'publishedAfter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'publishedBefore' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'regionCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->captions = new Google_Service_YouTube_Resource_Captions( + $this, + $this->serviceName, + 'captions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'captions', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOf' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'download' => array( + 'path' => 'captions/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOf' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'tfmt' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'tlang' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'captions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOf' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sync' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'captions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'videoId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOf' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'captions', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOf' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sync' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->channelBanners = new Google_Service_YouTube_Resource_ChannelBanners( + $this, + $this->serviceName, + 'channelBanners', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'channelBanners/insert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->channelSections = new Google_Service_YouTube_Resource_ChannelSections( + $this, + $this->serviceName, + 'channelSections', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'channelSections', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'channelSections', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'channelSections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'channelSections', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->channels = new Google_Service_YouTube_Resource_Channels( + $this, + $this->serviceName, + 'channels', + array( + 'methods' => array( + 'list' => array( + 'path' => 'channels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'categoryId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'forUsername' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'managedByMe' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'mySubscribers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'channels', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->commentThreads = new Google_Service_YouTube_Resource_CommentThreads( + $this, + $this->serviceName, + 'commentThreads', + array( + 'methods' => array( + 'insert' => array( + 'path' => 'commentThreads', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'commentThreads', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'allThreadsRelatedToChannelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'moderationStatus' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'order' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'searchTerms' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'textFormat' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'commentThreads', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->comments = new Google_Service_YouTube_Resource_Comments( + $this, + $this->serviceName, + 'comments', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'comments', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'comments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'comments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'textFormat' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'markAsSpam' => array( + 'path' => 'comments/markAsSpam', + 'httpMethod' => 'POST', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setModerationStatus' => array( + 'path' => 'comments/setModerationStatus', + 'httpMethod' => 'POST', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'moderationStatus' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'banAuthor' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'comments', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->guideCategories = new Google_Service_YouTube_Resource_GuideCategories( + $this, + $this->serviceName, + 'guideCategories', + array( + 'methods' => array( + 'list' => array( + 'path' => 'guideCategories', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'regionCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->i18nLanguages = new Google_Service_YouTube_Resource_I18nLanguages( + $this, + $this->serviceName, + 'i18nLanguages', + array( + 'methods' => array( + 'list' => array( + 'path' => 'i18nLanguages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->i18nRegions = new Google_Service_YouTube_Resource_I18nRegions( + $this, + $this->serviceName, + 'i18nRegions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'i18nRegions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->liveBroadcasts = new Google_Service_YouTube_Resource_LiveBroadcasts( + $this, + $this->serviceName, + 'liveBroadcasts', + array( + 'methods' => array( + 'bind' => array( + 'path' => 'liveBroadcasts/bind', + 'httpMethod' => 'POST', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'streamId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'control' => array( + 'path' => 'liveBroadcasts/control', + 'httpMethod' => 'POST', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'displaySlate' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'offsetTimeMs' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'walltime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'liveBroadcasts', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'liveBroadcasts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'liveBroadcasts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'broadcastStatus' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'broadcastType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'transition' => array( + 'path' => 'liveBroadcasts/transition', + 'httpMethod' => 'POST', + 'parameters' => array( + 'broadcastStatus' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'liveBroadcasts', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->liveChatBans = new Google_Service_YouTube_Resource_LiveChatBans( + $this, + $this->serviceName, + 'liveChatBans', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'liveChat/bans', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'liveChat/bans', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->liveChatMessages = new Google_Service_YouTube_Resource_LiveChatMessages( + $this, + $this->serviceName, + 'liveChatMessages', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'liveChat/messages', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'liveChat/messages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'liveChat/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'liveChatId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'profileImageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->liveChatModerators = new Google_Service_YouTube_Resource_LiveChatModerators( + $this, + $this->serviceName, + 'liveChatModerators', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'liveChat/moderators', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'liveChat/moderators', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'liveChat/moderators', + 'httpMethod' => 'GET', + 'parameters' => array( + 'liveChatId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->liveStreams = new Google_Service_YouTube_Resource_LiveStreams( + $this, + $this->serviceName, + 'liveStreams', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'liveStreams', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'liveStreams', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'liveStreams', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'liveStreams', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->members = new Google_Service_YouTube_Resource_Members( + $this, + $this->serviceName, + 'members', + array( + 'methods' => array( + 'list' => array( + 'path' => 'members', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hasAccessToLevel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->membershipsLevels = new Google_Service_YouTube_Resource_MembershipsLevels( + $this, + $this->serviceName, + 'membershipsLevels', + array( + 'methods' => array( + 'list' => array( + 'path' => 'membershipsLevels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->playlistItems = new Google_Service_YouTube_Resource_PlaylistItems( + $this, + $this->serviceName, + 'playlistItems', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'playlistItems', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'playlistItems', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'playlistItems', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'playlistId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'playlistItems', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->playlists = new Google_Service_YouTube_Resource_Playlists( + $this, + $this->serviceName, + 'playlists', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'playlists', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'playlists', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'playlists', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'playlists', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->search = new Google_Service_YouTube_Resource_Search( + $this, + $this->serviceName, + 'search', + array( + 'methods' => array( + 'list' => array( + 'path' => 'search', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'channelType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'eventType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'forContentOwner' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'forDeveloper' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'forMine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locationRadius' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'order' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'publishedAfter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'publishedBefore' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'regionCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'relatedToVideoId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'relevanceLanguage' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'safeSearch' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'topicId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoCaption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoCategoryId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoDefinition' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoDimension' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoDuration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoEmbeddable' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoLicense' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoSyndicated' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoType' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sponsors = new Google_Service_YouTube_Resource_Sponsors( + $this, + $this->serviceName, + 'sponsors', + array( + 'methods' => array( + 'list' => array( + 'path' => 'sponsors', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->subscriptions = new Google_Service_YouTube_Resource_Subscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'forChannelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'myRecentSubscribers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'mySubscribers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'order' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->superChatEvents = new Google_Service_YouTube_Resource_SuperChatEvents( + $this, + $this->serviceName, + 'superChatEvents', + array( + 'methods' => array( + 'list' => array( + 'path' => 'superChatEvents', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->thumbnails = new Google_Service_YouTube_Resource_Thumbnails( + $this, + $this->serviceName, + 'thumbnails', + array( + 'methods' => array( + 'set' => array( + 'path' => 'thumbnails/set', + 'httpMethod' => 'POST', + 'parameters' => array( + 'videoId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->videoAbuseReportReasons = new Google_Service_YouTube_Resource_VideoAbuseReportReasons( + $this, + $this->serviceName, + 'videoAbuseReportReasons', + array( + 'methods' => array( + 'list' => array( + 'path' => 'videoAbuseReportReasons', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->videoCategories = new Google_Service_YouTube_Resource_VideoCategories( + $this, + $this->serviceName, + 'videoCategories', + array( + 'methods' => array( + 'list' => array( + 'path' => 'videoCategories', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'regionCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->videos = new Google_Service_YouTube_Resource_Videos( + $this, + $this->serviceName, + 'videos', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'videos', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getRating' => array( + 'path' => 'videos/getRating', + 'httpMethod' => 'GET', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'videos', + 'httpMethod' => 'POST', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'autoLevels' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'notifySubscribers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwnerChannel' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'stabilize' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => 'videos', + 'httpMethod' => 'GET', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'chart' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'hl' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'locale' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxHeight' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxWidth' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'myRating' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'regionCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'videoCategoryId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'rate' => array( + 'path' => 'videos/rate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'id' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'rating' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reportAbuse' => array( + 'path' => 'videos/reportAbuse', + 'httpMethod' => 'POST', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'videos', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'part' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->watermarks = new Google_Service_YouTube_Resource_Watermarks( + $this, + $this->serviceName, + 'watermarks', + array( + 'methods' => array( + 'set' => array( + 'path' => 'watermarks/set', + 'httpMethod' => 'POST', + 'parameters' => array( + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'unset' => array( + 'path' => 'watermarks/unset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/AccessPolicy.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/AccessPolicy.php new file mode 100644 index 000000000..668dd4a85 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/AccessPolicy.php @@ -0,0 +1,40 @@ +allowed = $allowed; + } + public function getAllowed() + { + return $this->allowed; + } + public function setException($exception) + { + $this->exception = $exception; + } + public function getException() + { + return $this->exception; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Activity.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Activity.php new file mode 100644 index 000000000..be3c37e34 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Activity.php @@ -0,0 +1,80 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_ActivityContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_ActivitySnippet + */ + public function setSnippet(Google_Service_YouTube_ActivitySnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_ActivitySnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.php new file mode 100644 index 000000000..9f9b43ca5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.php @@ -0,0 +1,197 @@ +bulletin = $bulletin; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsBulletin + */ + public function getBulletin() + { + return $this->bulletin; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsChannelItem + */ + public function setChannelItem(Google_Service_YouTube_ActivityContentDetailsChannelItem $channelItem) + { + $this->channelItem = $channelItem; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsChannelItem + */ + public function getChannelItem() + { + return $this->channelItem; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsComment + */ + public function setComment(Google_Service_YouTube_ActivityContentDetailsComment $comment) + { + $this->comment = $comment; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsComment + */ + public function getComment() + { + return $this->comment; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsFavorite + */ + public function setFavorite(Google_Service_YouTube_ActivityContentDetailsFavorite $favorite) + { + $this->favorite = $favorite; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsFavorite + */ + public function getFavorite() + { + return $this->favorite; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsLike + */ + public function setLike(Google_Service_YouTube_ActivityContentDetailsLike $like) + { + $this->like = $like; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsLike + */ + public function getLike() + { + return $this->like; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsPlaylistItem + */ + public function setPlaylistItem(Google_Service_YouTube_ActivityContentDetailsPlaylistItem $playlistItem) + { + $this->playlistItem = $playlistItem; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsPlaylistItem + */ + public function getPlaylistItem() + { + return $this->playlistItem; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsPromotedItem + */ + public function setPromotedItem(Google_Service_YouTube_ActivityContentDetailsPromotedItem $promotedItem) + { + $this->promotedItem = $promotedItem; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsPromotedItem + */ + public function getPromotedItem() + { + return $this->promotedItem; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsRecommendation + */ + public function setRecommendation(Google_Service_YouTube_ActivityContentDetailsRecommendation $recommendation) + { + $this->recommendation = $recommendation; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsRecommendation + */ + public function getRecommendation() + { + return $this->recommendation; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsSocial + */ + public function setSocial(Google_Service_YouTube_ActivityContentDetailsSocial $social) + { + $this->social = $social; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsSocial + */ + public function getSocial() + { + return $this->social; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsSubscription + */ + public function setSubscription(Google_Service_YouTube_ActivityContentDetailsSubscription $subscription) + { + $this->subscription = $subscription; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsSubscription + */ + public function getSubscription() + { + return $this->subscription; + } + /** + * @param Google_Service_YouTube_ActivityContentDetailsUpload + */ + public function setUpload(Google_Service_YouTube_ActivityContentDetailsUpload $upload) + { + $this->upload = $upload; + } + /** + * @return Google_Service_YouTube_ActivityContentDetailsUpload + */ + public function getUpload() + { + return $this->upload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.php new file mode 100644 index 000000000..bec52b0cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.php @@ -0,0 +1,37 @@ +resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.php new file mode 100644 index 000000000..65686b3a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.php @@ -0,0 +1,37 @@ +resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.php new file mode 100644 index 000000000..a1308aeaa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.php @@ -0,0 +1,37 @@ +resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.php new file mode 100644 index 000000000..d06d5fa15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.php @@ -0,0 +1,37 @@ +resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsLike.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsLike.php new file mode 100644 index 000000000..3fc64a397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsLike.php @@ -0,0 +1,37 @@ +resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.php new file mode 100644 index 000000000..ac054f634 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.php @@ -0,0 +1,55 @@ +playlistId = $playlistId; + } + public function getPlaylistId() + { + return $this->playlistId; + } + public function setPlaylistItemId($playlistItemId) + { + $this->playlistItemId = $playlistItemId; + } + public function getPlaylistItemId() + { + return $this->playlistItemId; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) + { + $this->resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPromotedItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPromotedItem.php new file mode 100644 index 000000000..c5e587ac1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPromotedItem.php @@ -0,0 +1,112 @@ +adTag = $adTag; + } + public function getAdTag() + { + return $this->adTag; + } + public function setClickTrackingUrl($clickTrackingUrl) + { + $this->clickTrackingUrl = $clickTrackingUrl; + } + public function getClickTrackingUrl() + { + return $this->clickTrackingUrl; + } + public function setCreativeViewUrl($creativeViewUrl) + { + $this->creativeViewUrl = $creativeViewUrl; + } + public function getCreativeViewUrl() + { + return $this->creativeViewUrl; + } + public function setCtaType($ctaType) + { + $this->ctaType = $ctaType; + } + public function getCtaType() + { + return $this->ctaType; + } + public function setCustomCtaButtonText($customCtaButtonText) + { + $this->customCtaButtonText = $customCtaButtonText; + } + public function getCustomCtaButtonText() + { + return $this->customCtaButtonText; + } + public function setDescriptionText($descriptionText) + { + $this->descriptionText = $descriptionText; + } + public function getDescriptionText() + { + return $this->descriptionText; + } + public function setDestinationUrl($destinationUrl) + { + $this->destinationUrl = $destinationUrl; + } + public function getDestinationUrl() + { + return $this->destinationUrl; + } + public function setForecastingUrl($forecastingUrl) + { + $this->forecastingUrl = $forecastingUrl; + } + public function getForecastingUrl() + { + return $this->forecastingUrl; + } + public function setImpressionUrl($impressionUrl) + { + $this->impressionUrl = $impressionUrl; + } + public function getImpressionUrl() + { + return $this->impressionUrl; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsRecommendation.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsRecommendation.php new file mode 100644 index 000000000..fa0fd9c6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsRecommendation.php @@ -0,0 +1,62 @@ +reason = $reason; + } + public function getReason() + { + return $this->reason; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) + { + $this->resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setSeedResourceId(Google_Service_YouTube_ResourceId $seedResourceId) + { + $this->seedResourceId = $seedResourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getSeedResourceId() + { + return $this->seedResourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.php new file mode 100644 index 000000000..0e52bd75e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.php @@ -0,0 +1,73 @@ +author = $author; + } + public function getAuthor() + { + return $this->author; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + public function setReferenceUrl($referenceUrl) + { + $this->referenceUrl = $referenceUrl; + } + public function getReferenceUrl() + { + return $this->referenceUrl; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) + { + $this->resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php new file mode 100644 index 000000000..b3c0c9384 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php @@ -0,0 +1,37 @@ +resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsUpload.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsUpload.php new file mode 100644 index 000000000..95b6b9f22 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsUpload.php @@ -0,0 +1,30 @@ +videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityListResponse.php new file mode 100644 index 000000000..4675f6c97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Activity + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Activity + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php new file mode 100644 index 000000000..0441cf32e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php @@ -0,0 +1,100 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelTitle($channelTitle) + { + $this->channelTitle = $channelTitle; + } + public function getChannelTitle() + { + return $this->channelTitle; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setGroupId($groupId) + { + $this->groupId = $groupId; + } + public function getGroupId() + { + return $this->groupId; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php new file mode 100644 index 000000000..a7f3a054d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_CaptionSnippet + */ + public function setSnippet(Google_Service_YouTube_CaptionSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_CaptionSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.php new file mode 100644 index 000000000..23723197d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Caption + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Caption + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php new file mode 100644 index 000000000..06f0c074b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php @@ -0,0 +1,138 @@ +audioTrackType = $audioTrackType; + } + public function getAudioTrackType() + { + return $this->audioTrackType; + } + public function setFailureReason($failureReason) + { + $this->failureReason = $failureReason; + } + public function getFailureReason() + { + return $this->failureReason; + } + public function setIsAutoSynced($isAutoSynced) + { + $this->isAutoSynced = $isAutoSynced; + } + public function getIsAutoSynced() + { + return $this->isAutoSynced; + } + public function setIsCC($isCC) + { + $this->isCC = $isCC; + } + public function getIsCC() + { + return $this->isCC; + } + public function setIsDraft($isDraft) + { + $this->isDraft = $isDraft; + } + public function getIsDraft() + { + return $this->isDraft; + } + public function setIsEasyReader($isEasyReader) + { + $this->isEasyReader = $isEasyReader; + } + public function getIsEasyReader() + { + return $this->isEasyReader; + } + public function setIsLarge($isLarge) + { + $this->isLarge = $isLarge; + } + public function getIsLarge() + { + return $this->isLarge; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setLastUpdated($lastUpdated) + { + $this->lastUpdated = $lastUpdated; + } + public function getLastUpdated() + { + return $this->lastUpdated; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setTrackKind($trackKind) + { + $this->trackKind = $trackKind; + } + public function getTrackKind() + { + return $this->trackKind; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CdnSettings.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CdnSettings.php new file mode 100644 index 000000000..f2d5e6523 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CdnSettings.php @@ -0,0 +1,73 @@ +format = $format; + } + public function getFormat() + { + return $this->format; + } + public function setFrameRate($frameRate) + { + $this->frameRate = $frameRate; + } + public function getFrameRate() + { + return $this->frameRate; + } + /** + * @param Google_Service_YouTube_IngestionInfo + */ + public function setIngestionInfo(Google_Service_YouTube_IngestionInfo $ingestionInfo) + { + $this->ingestionInfo = $ingestionInfo; + } + /** + * @return Google_Service_YouTube_IngestionInfo + */ + public function getIngestionInfo() + { + return $this->ingestionInfo; + } + public function setIngestionType($ingestionType) + { + $this->ingestionType = $ingestionType; + } + public function getIngestionType() + { + return $this->ingestionType; + } + public function setResolution($resolution) + { + $this->resolution = $resolution; + } + public function getResolution() + { + return $this->resolution; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php new file mode 100644 index 000000000..e266201bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php @@ -0,0 +1,224 @@ +auditDetails = $auditDetails; + } + /** + * @return Google_Service_YouTube_ChannelAuditDetails + */ + public function getAuditDetails() + { + return $this->auditDetails; + } + /** + * @param Google_Service_YouTube_ChannelBrandingSettings + */ + public function setBrandingSettings(Google_Service_YouTube_ChannelBrandingSettings $brandingSettings) + { + $this->brandingSettings = $brandingSettings; + } + /** + * @return Google_Service_YouTube_ChannelBrandingSettings + */ + public function getBrandingSettings() + { + return $this->brandingSettings; + } + /** + * @param Google_Service_YouTube_ChannelContentDetails + */ + public function setContentDetails(Google_Service_YouTube_ChannelContentDetails $contentDetails) + { + $this->contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_ChannelContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + /** + * @param Google_Service_YouTube_ChannelContentOwnerDetails + */ + public function setContentOwnerDetails(Google_Service_YouTube_ChannelContentOwnerDetails $contentOwnerDetails) + { + $this->contentOwnerDetails = $contentOwnerDetails; + } + /** + * @return Google_Service_YouTube_ChannelContentOwnerDetails + */ + public function getContentOwnerDetails() + { + return $this->contentOwnerDetails; + } + /** + * @param Google_Service_YouTube_ChannelConversionPings + */ + public function setConversionPings(Google_Service_YouTube_ChannelConversionPings $conversionPings) + { + $this->conversionPings = $conversionPings; + } + /** + * @return Google_Service_YouTube_ChannelConversionPings + */ + public function getConversionPings() + { + return $this->conversionPings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_YouTube_InvideoPromotion + */ + public function setInvideoPromotion(Google_Service_YouTube_InvideoPromotion $invideoPromotion) + { + $this->invideoPromotion = $invideoPromotion; + } + /** + * @return Google_Service_YouTube_InvideoPromotion + */ + public function getInvideoPromotion() + { + return $this->invideoPromotion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_YouTube_ChannelLocalization + */ + public function setLocalizations($localizations) + { + $this->localizations = $localizations; + } + /** + * @return Google_Service_YouTube_ChannelLocalization + */ + public function getLocalizations() + { + return $this->localizations; + } + /** + * @param Google_Service_YouTube_ChannelSnippet + */ + public function setSnippet(Google_Service_YouTube_ChannelSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_ChannelSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_ChannelStatistics + */ + public function setStatistics(Google_Service_YouTube_ChannelStatistics $statistics) + { + $this->statistics = $statistics; + } + /** + * @return Google_Service_YouTube_ChannelStatistics + */ + public function getStatistics() + { + return $this->statistics; + } + /** + * @param Google_Service_YouTube_ChannelStatus + */ + public function setStatus(Google_Service_YouTube_ChannelStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_YouTube_ChannelStatus + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_YouTube_ChannelTopicDetails + */ + public function setTopicDetails(Google_Service_YouTube_ChannelTopicDetails $topicDetails) + { + $this->topicDetails = $topicDetails; + } + /** + * @return Google_Service_YouTube_ChannelTopicDetails + */ + public function getTopicDetails() + { + return $this->topicDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelAuditDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelAuditDetails.php new file mode 100644 index 000000000..c754d0a08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelAuditDetails.php @@ -0,0 +1,48 @@ +communityGuidelinesGoodStanding = $communityGuidelinesGoodStanding; + } + public function getCommunityGuidelinesGoodStanding() + { + return $this->communityGuidelinesGoodStanding; + } + public function setContentIdClaimsGoodStanding($contentIdClaimsGoodStanding) + { + $this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding; + } + public function getContentIdClaimsGoodStanding() + { + return $this->contentIdClaimsGoodStanding; + } + public function setCopyrightStrikesGoodStanding($copyrightStrikesGoodStanding) + { + $this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding; + } + public function getCopyrightStrikesGoodStanding() + { + return $this->copyrightStrikesGoodStanding; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBannerResource.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBannerResource.php new file mode 100644 index 000000000..095c51150 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBannerResource.php @@ -0,0 +1,48 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBrandingSettings.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBrandingSettings.php new file mode 100644 index 000000000..90e5fc2d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelBrandingSettings.php @@ -0,0 +1,86 @@ +channel = $channel; + } + /** + * @return Google_Service_YouTube_ChannelSettings + */ + public function getChannel() + { + return $this->channel; + } + /** + * @param Google_Service_YouTube_PropertyValue + */ + public function setHints($hints) + { + $this->hints = $hints; + } + /** + * @return Google_Service_YouTube_PropertyValue + */ + public function getHints() + { + return $this->hints; + } + /** + * @param Google_Service_YouTube_ImageSettings + */ + public function setImage(Google_Service_YouTube_ImageSettings $image) + { + $this->image = $image; + } + /** + * @return Google_Service_YouTube_ImageSettings + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_YouTube_WatchSettings + */ + public function setWatch(Google_Service_YouTube_WatchSettings $watch) + { + $this->watch = $watch; + } + /** + * @return Google_Service_YouTube_WatchSettings + */ + public function getWatch() + { + return $this->watch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetails.php new file mode 100644 index 000000000..355971753 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetails.php @@ -0,0 +1,37 @@ +relatedPlaylists = $relatedPlaylists; + } + /** + * @return Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists + */ + public function getRelatedPlaylists() + { + return $this->relatedPlaylists; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetailsRelatedPlaylists.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetailsRelatedPlaylists.php new file mode 100644 index 000000000..3abe8eb7d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetailsRelatedPlaylists.php @@ -0,0 +1,66 @@ +favorites = $favorites; + } + public function getFavorites() + { + return $this->favorites; + } + public function setLikes($likes) + { + $this->likes = $likes; + } + public function getLikes() + { + return $this->likes; + } + public function setUploads($uploads) + { + $this->uploads = $uploads; + } + public function getUploads() + { + return $this->uploads; + } + public function setWatchHistory($watchHistory) + { + $this->watchHistory = $watchHistory; + } + public function getWatchHistory() + { + return $this->watchHistory; + } + public function setWatchLater($watchLater) + { + $this->watchLater = $watchLater; + } + public function getWatchLater() + { + return $this->watchLater; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentOwnerDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentOwnerDetails.php new file mode 100644 index 000000000..a6174a35f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentOwnerDetails.php @@ -0,0 +1,39 @@ +contentOwner = $contentOwner; + } + public function getContentOwner() + { + return $this->contentOwner; + } + public function setTimeLinked($timeLinked) + { + $this->timeLinked = $timeLinked; + } + public function getTimeLinked() + { + return $this->timeLinked; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPing.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPing.php new file mode 100644 index 000000000..67c17046f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPing.php @@ -0,0 +1,39 @@ +context = $context; + } + public function getContext() + { + return $this->context; + } + public function setConversionUrl($conversionUrl) + { + $this->conversionUrl = $conversionUrl; + } + public function getConversionUrl() + { + return $this->conversionUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPings.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPings.php new file mode 100644 index 000000000..2291a6763 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelConversionPings.php @@ -0,0 +1,38 @@ +pings = $pings; + } + /** + * @return Google_Service_YouTube_ChannelConversionPing + */ + public function getPings() + { + return $this->pings; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.php new file mode 100644 index 000000000..b986e0d4b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Channel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Channel + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php new file mode 100644 index 000000000..13606a94a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelProfileDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelProfileDetails.php new file mode 100644 index 000000000..f4718feec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelProfileDetails.php @@ -0,0 +1,57 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelUrl($channelUrl) + { + $this->channelUrl = $channelUrl; + } + public function getChannelUrl() + { + return $this->channelUrl; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setProfileImageUrl($profileImageUrl) + { + $this->profileImageUrl = $profileImageUrl; + } + public function getProfileImageUrl() + { + return $this->profileImageUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSection.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSection.php new file mode 100644 index 000000000..5d77d88ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSection.php @@ -0,0 +1,112 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_ChannelSectionContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_ChannelSectionLocalization + */ + public function setLocalizations($localizations) + { + $this->localizations = $localizations; + } + /** + * @return Google_Service_YouTube_ChannelSectionLocalization + */ + public function getLocalizations() + { + return $this->localizations; + } + /** + * @param Google_Service_YouTube_ChannelSectionSnippet + */ + public function setSnippet(Google_Service_YouTube_ChannelSectionSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_ChannelSectionSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_ChannelSectionTargeting + */ + public function setTargeting(Google_Service_YouTube_ChannelSectionTargeting $targeting) + { + $this->targeting = $targeting; + } + /** + * @return Google_Service_YouTube_ChannelSectionTargeting + */ + public function getTargeting() + { + return $this->targeting; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionContentDetails.php new file mode 100644 index 000000000..9664b253d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionContentDetails.php @@ -0,0 +1,40 @@ +channels = $channels; + } + public function getChannels() + { + return $this->channels; + } + public function setPlaylists($playlists) + { + $this->playlists = $playlists; + } + public function getPlaylists() + { + return $this->playlists; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionListResponse.php new file mode 100644 index 000000000..a0df7992c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionListResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_ChannelSection + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_ChannelSection + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php new file mode 100644 index 000000000..8dd73df92 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php @@ -0,0 +1,30 @@ +title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionSnippet.php new file mode 100644 index 000000000..2f10929b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionSnippet.php @@ -0,0 +1,91 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + /** + * @param Google_Service_YouTube_ChannelSectionLocalization + */ + public function setLocalized(Google_Service_YouTube_ChannelSectionLocalization $localized) + { + $this->localized = $localized; + } + /** + * @return Google_Service_YouTube_ChannelSectionLocalization + */ + public function getLocalized() + { + return $this->localized; + } + public function setPosition($position) + { + $this->position = $position; + } + public function getPosition() + { + return $this->position; + } + public function setStyle($style) + { + $this->style = $style; + } + public function getStyle() + { + return $this->style; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php new file mode 100644 index 000000000..a2f06d090 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php @@ -0,0 +1,49 @@ +countries = $countries; + } + public function getCountries() + { + return $this->countries; + } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } + public function setRegions($regions) + { + $this->regions = $regions; + } + public function getRegions() + { + return $this->regions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSettings.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSettings.php new file mode 100644 index 000000000..d626741b2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSettings.php @@ -0,0 +1,148 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + public function setDefaultTab($defaultTab) + { + $this->defaultTab = $defaultTab; + } + public function getDefaultTab() + { + return $this->defaultTab; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFeaturedChannelsTitle($featuredChannelsTitle) + { + $this->featuredChannelsTitle = $featuredChannelsTitle; + } + public function getFeaturedChannelsTitle() + { + return $this->featuredChannelsTitle; + } + public function setFeaturedChannelsUrls($featuredChannelsUrls) + { + $this->featuredChannelsUrls = $featuredChannelsUrls; + } + public function getFeaturedChannelsUrls() + { + return $this->featuredChannelsUrls; + } + public function setKeywords($keywords) + { + $this->keywords = $keywords; + } + public function getKeywords() + { + return $this->keywords; + } + public function setModerateComments($moderateComments) + { + $this->moderateComments = $moderateComments; + } + public function getModerateComments() + { + return $this->moderateComments; + } + public function setProfileColor($profileColor) + { + $this->profileColor = $profileColor; + } + public function getProfileColor() + { + return $this->profileColor; + } + public function setShowBrowseView($showBrowseView) + { + $this->showBrowseView = $showBrowseView; + } + public function getShowBrowseView() + { + return $this->showBrowseView; + } + public function setShowRelatedChannels($showRelatedChannels) + { + $this->showRelatedChannels = $showRelatedChannels; + } + public function getShowRelatedChannels() + { + return $this->showRelatedChannels; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setTrackingAnalyticsAccountId($trackingAnalyticsAccountId) + { + $this->trackingAnalyticsAccountId = $trackingAnalyticsAccountId; + } + public function getTrackingAnalyticsAccountId() + { + return $this->trackingAnalyticsAccountId; + } + public function setUnsubscribedTrailer($unsubscribedTrailer) + { + $this->unsubscribedTrailer = $unsubscribedTrailer; + } + public function getUnsubscribedTrailer() + { + return $this->unsubscribedTrailer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSnippet.php new file mode 100644 index 000000000..83fad8649 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSnippet.php @@ -0,0 +1,107 @@ +country = $country; + } + public function getCountry() + { + return $this->country; + } + public function setCustomUrl($customUrl) + { + $this->customUrl = $customUrl; + } + public function getCustomUrl() + { + return $this->customUrl; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_YouTube_ChannelLocalization + */ + public function setLocalized(Google_Service_YouTube_ChannelLocalization $localized) + { + $this->localized = $localized; + } + /** + * @return Google_Service_YouTube_ChannelLocalization + */ + public function getLocalized() + { + return $this->localized; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php new file mode 100644 index 000000000..f24d11564 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php @@ -0,0 +1,66 @@ +commentCount = $commentCount; + } + public function getCommentCount() + { + return $this->commentCount; + } + public function setHiddenSubscriberCount($hiddenSubscriberCount) + { + $this->hiddenSubscriberCount = $hiddenSubscriberCount; + } + public function getHiddenSubscriberCount() + { + return $this->hiddenSubscriberCount; + } + public function setSubscriberCount($subscriberCount) + { + $this->subscriberCount = $subscriberCount; + } + public function getSubscriberCount() + { + return $this->subscriberCount; + } + public function setVideoCount($videoCount) + { + $this->videoCount = $videoCount; + } + public function getVideoCount() + { + return $this->videoCount; + } + public function setViewCount($viewCount) + { + $this->viewCount = $viewCount; + } + public function getViewCount() + { + return $this->viewCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatus.php new file mode 100644 index 000000000..90e43dad2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatus.php @@ -0,0 +1,48 @@ +isLinked = $isLinked; + } + public function getIsLinked() + { + return $this->isLinked; + } + public function setLongUploadsStatus($longUploadsStatus) + { + $this->longUploadsStatus = $longUploadsStatus; + } + public function getLongUploadsStatus() + { + return $this->longUploadsStatus; + } + public function setPrivacyStatus($privacyStatus) + { + $this->privacyStatus = $privacyStatus; + } + public function getPrivacyStatus() + { + return $this->privacyStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelTopicDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelTopicDetails.php new file mode 100644 index 000000000..1f4fe1a3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelTopicDetails.php @@ -0,0 +1,40 @@ +topicCategories = $topicCategories; + } + public function getTopicCategories() + { + return $this->topicCategories; + } + public function setTopicIds($topicIds) + { + $this->topicIds = $topicIds; + } + public function getTopicIds() + { + return $this->topicIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Comment.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Comment.php new file mode 100644 index 000000000..0d8a4c8cc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Comment.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_CommentSnippet + */ + public function setSnippet(Google_Service_YouTube_CommentSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_CommentSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.php new file mode 100644 index 000000000..be411e4f2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.php @@ -0,0 +1,115 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Comment + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Comment + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php new file mode 100644 index 000000000..f3367dba7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php @@ -0,0 +1,156 @@ +authorChannelId = $authorChannelId; + } + public function getAuthorChannelId() + { + return $this->authorChannelId; + } + public function setAuthorChannelUrl($authorChannelUrl) + { + $this->authorChannelUrl = $authorChannelUrl; + } + public function getAuthorChannelUrl() + { + return $this->authorChannelUrl; + } + public function setAuthorDisplayName($authorDisplayName) + { + $this->authorDisplayName = $authorDisplayName; + } + public function getAuthorDisplayName() + { + return $this->authorDisplayName; + } + public function setAuthorProfileImageUrl($authorProfileImageUrl) + { + $this->authorProfileImageUrl = $authorProfileImageUrl; + } + public function getAuthorProfileImageUrl() + { + return $this->authorProfileImageUrl; + } + public function setCanRate($canRate) + { + $this->canRate = $canRate; + } + public function getCanRate() + { + return $this->canRate; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setLikeCount($likeCount) + { + $this->likeCount = $likeCount; + } + public function getLikeCount() + { + return $this->likeCount; + } + public function setModerationStatus($moderationStatus) + { + $this->moderationStatus = $moderationStatus; + } + public function getModerationStatus() + { + return $this->moderationStatus; + } + public function setParentId($parentId) + { + $this->parentId = $parentId; + } + public function getParentId() + { + return $this->parentId; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + public function setTextDisplay($textDisplay) + { + $this->textDisplay = $textDisplay; + } + public function getTextDisplay() + { + return $this->textDisplay; + } + public function setTextOriginal($textOriginal) + { + $this->textOriginal = $textOriginal; + } + public function getTextOriginal() + { + return $this->textOriginal; + } + public function setUpdatedAt($updatedAt) + { + $this->updatedAt = $updatedAt; + } + public function getUpdatedAt() + { + return $this->updatedAt; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } + public function setViewerRating($viewerRating) + { + $this->viewerRating = $viewerRating; + } + public function getViewerRating() + { + return $this->viewerRating; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThread.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThread.php new file mode 100644 index 000000000..100c1e4eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThread.php @@ -0,0 +1,80 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_CommentThreadReplies + */ + public function setReplies(Google_Service_YouTube_CommentThreadReplies $replies) + { + $this->replies = $replies; + } + /** + * @return Google_Service_YouTube_CommentThreadReplies + */ + public function getReplies() + { + return $this->replies; + } + /** + * @param Google_Service_YouTube_CommentThreadSnippet + */ + public function setSnippet(Google_Service_YouTube_CommentThreadSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_CommentThreadSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.php new file mode 100644 index 000000000..51050e3a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.php @@ -0,0 +1,115 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_CommentThread + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_CommentThread + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php new file mode 100644 index 000000000..391d4e13f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php @@ -0,0 +1,38 @@ +comments = $comments; + } + /** + * @return Google_Service_YouTube_Comment + */ + public function getComments() + { + return $this->comments; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.php new file mode 100644 index 000000000..9762620fc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.php @@ -0,0 +1,82 @@ +canReply = $canReply; + } + public function getCanReply() + { + return $this->canReply; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setIsPublic($isPublic) + { + $this->isPublic = $isPublic; + } + public function getIsPublic() + { + return $this->isPublic; + } + /** + * @param Google_Service_YouTube_Comment + */ + public function setTopLevelComment(Google_Service_YouTube_Comment $topLevelComment) + { + $this->topLevelComment = $topLevelComment; + } + /** + * @return Google_Service_YouTube_Comment + */ + public function getTopLevelComment() + { + return $this->topLevelComment; + } + public function setTotalReplyCount($totalReplyCount) + { + $this->totalReplyCount = $totalReplyCount; + } + public function getTotalReplyCount() + { + return $this->totalReplyCount; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php new file mode 100644 index 000000000..cddf93e81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php @@ -0,0 +1,661 @@ +acbRating = $acbRating; + } + public function getAcbRating() + { + return $this->acbRating; + } + public function setAgcomRating($agcomRating) + { + $this->agcomRating = $agcomRating; + } + public function getAgcomRating() + { + return $this->agcomRating; + } + public function setAnatelRating($anatelRating) + { + $this->anatelRating = $anatelRating; + } + public function getAnatelRating() + { + return $this->anatelRating; + } + public function setBbfcRating($bbfcRating) + { + $this->bbfcRating = $bbfcRating; + } + public function getBbfcRating() + { + return $this->bbfcRating; + } + public function setBfvcRating($bfvcRating) + { + $this->bfvcRating = $bfvcRating; + } + public function getBfvcRating() + { + return $this->bfvcRating; + } + public function setBmukkRating($bmukkRating) + { + $this->bmukkRating = $bmukkRating; + } + public function getBmukkRating() + { + return $this->bmukkRating; + } + public function setCatvRating($catvRating) + { + $this->catvRating = $catvRating; + } + public function getCatvRating() + { + return $this->catvRating; + } + public function setCatvfrRating($catvfrRating) + { + $this->catvfrRating = $catvfrRating; + } + public function getCatvfrRating() + { + return $this->catvfrRating; + } + public function setCbfcRating($cbfcRating) + { + $this->cbfcRating = $cbfcRating; + } + public function getCbfcRating() + { + return $this->cbfcRating; + } + public function setCccRating($cccRating) + { + $this->cccRating = $cccRating; + } + public function getCccRating() + { + return $this->cccRating; + } + public function setCceRating($cceRating) + { + $this->cceRating = $cceRating; + } + public function getCceRating() + { + return $this->cceRating; + } + public function setChfilmRating($chfilmRating) + { + $this->chfilmRating = $chfilmRating; + } + public function getChfilmRating() + { + return $this->chfilmRating; + } + public function setChvrsRating($chvrsRating) + { + $this->chvrsRating = $chvrsRating; + } + public function getChvrsRating() + { + return $this->chvrsRating; + } + public function setCicfRating($cicfRating) + { + $this->cicfRating = $cicfRating; + } + public function getCicfRating() + { + return $this->cicfRating; + } + public function setCnaRating($cnaRating) + { + $this->cnaRating = $cnaRating; + } + public function getCnaRating() + { + return $this->cnaRating; + } + public function setCncRating($cncRating) + { + $this->cncRating = $cncRating; + } + public function getCncRating() + { + return $this->cncRating; + } + public function setCsaRating($csaRating) + { + $this->csaRating = $csaRating; + } + public function getCsaRating() + { + return $this->csaRating; + } + public function setCscfRating($cscfRating) + { + $this->cscfRating = $cscfRating; + } + public function getCscfRating() + { + return $this->cscfRating; + } + public function setCzfilmRating($czfilmRating) + { + $this->czfilmRating = $czfilmRating; + } + public function getCzfilmRating() + { + return $this->czfilmRating; + } + public function setDjctqRating($djctqRating) + { + $this->djctqRating = $djctqRating; + } + public function getDjctqRating() + { + return $this->djctqRating; + } + public function setDjctqRatingReasons($djctqRatingReasons) + { + $this->djctqRatingReasons = $djctqRatingReasons; + } + public function getDjctqRatingReasons() + { + return $this->djctqRatingReasons; + } + public function setEcbmctRating($ecbmctRating) + { + $this->ecbmctRating = $ecbmctRating; + } + public function getEcbmctRating() + { + return $this->ecbmctRating; + } + public function setEefilmRating($eefilmRating) + { + $this->eefilmRating = $eefilmRating; + } + public function getEefilmRating() + { + return $this->eefilmRating; + } + public function setEgfilmRating($egfilmRating) + { + $this->egfilmRating = $egfilmRating; + } + public function getEgfilmRating() + { + return $this->egfilmRating; + } + public function setEirinRating($eirinRating) + { + $this->eirinRating = $eirinRating; + } + public function getEirinRating() + { + return $this->eirinRating; + } + public function setFcbmRating($fcbmRating) + { + $this->fcbmRating = $fcbmRating; + } + public function getFcbmRating() + { + return $this->fcbmRating; + } + public function setFcoRating($fcoRating) + { + $this->fcoRating = $fcoRating; + } + public function getFcoRating() + { + return $this->fcoRating; + } + public function setFmocRating($fmocRating) + { + $this->fmocRating = $fmocRating; + } + public function getFmocRating() + { + return $this->fmocRating; + } + public function setFpbRating($fpbRating) + { + $this->fpbRating = $fpbRating; + } + public function getFpbRating() + { + return $this->fpbRating; + } + public function setFpbRatingReasons($fpbRatingReasons) + { + $this->fpbRatingReasons = $fpbRatingReasons; + } + public function getFpbRatingReasons() + { + return $this->fpbRatingReasons; + } + public function setFskRating($fskRating) + { + $this->fskRating = $fskRating; + } + public function getFskRating() + { + return $this->fskRating; + } + public function setGrfilmRating($grfilmRating) + { + $this->grfilmRating = $grfilmRating; + } + public function getGrfilmRating() + { + return $this->grfilmRating; + } + public function setIcaaRating($icaaRating) + { + $this->icaaRating = $icaaRating; + } + public function getIcaaRating() + { + return $this->icaaRating; + } + public function setIfcoRating($ifcoRating) + { + $this->ifcoRating = $ifcoRating; + } + public function getIfcoRating() + { + return $this->ifcoRating; + } + public function setIlfilmRating($ilfilmRating) + { + $this->ilfilmRating = $ilfilmRating; + } + public function getIlfilmRating() + { + return $this->ilfilmRating; + } + public function setIncaaRating($incaaRating) + { + $this->incaaRating = $incaaRating; + } + public function getIncaaRating() + { + return $this->incaaRating; + } + public function setKfcbRating($kfcbRating) + { + $this->kfcbRating = $kfcbRating; + } + public function getKfcbRating() + { + return $this->kfcbRating; + } + public function setKijkwijzerRating($kijkwijzerRating) + { + $this->kijkwijzerRating = $kijkwijzerRating; + } + public function getKijkwijzerRating() + { + return $this->kijkwijzerRating; + } + public function setKmrbRating($kmrbRating) + { + $this->kmrbRating = $kmrbRating; + } + public function getKmrbRating() + { + return $this->kmrbRating; + } + public function setLsfRating($lsfRating) + { + $this->lsfRating = $lsfRating; + } + public function getLsfRating() + { + return $this->lsfRating; + } + public function setMccaaRating($mccaaRating) + { + $this->mccaaRating = $mccaaRating; + } + public function getMccaaRating() + { + return $this->mccaaRating; + } + public function setMccypRating($mccypRating) + { + $this->mccypRating = $mccypRating; + } + public function getMccypRating() + { + return $this->mccypRating; + } + public function setMcstRating($mcstRating) + { + $this->mcstRating = $mcstRating; + } + public function getMcstRating() + { + return $this->mcstRating; + } + public function setMdaRating($mdaRating) + { + $this->mdaRating = $mdaRating; + } + public function getMdaRating() + { + return $this->mdaRating; + } + public function setMedietilsynetRating($medietilsynetRating) + { + $this->medietilsynetRating = $medietilsynetRating; + } + public function getMedietilsynetRating() + { + return $this->medietilsynetRating; + } + public function setMekuRating($mekuRating) + { + $this->mekuRating = $mekuRating; + } + public function getMekuRating() + { + return $this->mekuRating; + } + public function setMenaMpaaRating($menaMpaaRating) + { + $this->menaMpaaRating = $menaMpaaRating; + } + public function getMenaMpaaRating() + { + return $this->menaMpaaRating; + } + public function setMibacRating($mibacRating) + { + $this->mibacRating = $mibacRating; + } + public function getMibacRating() + { + return $this->mibacRating; + } + public function setMocRating($mocRating) + { + $this->mocRating = $mocRating; + } + public function getMocRating() + { + return $this->mocRating; + } + public function setMoctwRating($moctwRating) + { + $this->moctwRating = $moctwRating; + } + public function getMoctwRating() + { + return $this->moctwRating; + } + public function setMpaaRating($mpaaRating) + { + $this->mpaaRating = $mpaaRating; + } + public function getMpaaRating() + { + return $this->mpaaRating; + } + public function setMpaatRating($mpaatRating) + { + $this->mpaatRating = $mpaatRating; + } + public function getMpaatRating() + { + return $this->mpaatRating; + } + public function setMtrcbRating($mtrcbRating) + { + $this->mtrcbRating = $mtrcbRating; + } + public function getMtrcbRating() + { + return $this->mtrcbRating; + } + public function setNbcRating($nbcRating) + { + $this->nbcRating = $nbcRating; + } + public function getNbcRating() + { + return $this->nbcRating; + } + public function setNbcplRating($nbcplRating) + { + $this->nbcplRating = $nbcplRating; + } + public function getNbcplRating() + { + return $this->nbcplRating; + } + public function setNfrcRating($nfrcRating) + { + $this->nfrcRating = $nfrcRating; + } + public function getNfrcRating() + { + return $this->nfrcRating; + } + public function setNfvcbRating($nfvcbRating) + { + $this->nfvcbRating = $nfvcbRating; + } + public function getNfvcbRating() + { + return $this->nfvcbRating; + } + public function setNkclvRating($nkclvRating) + { + $this->nkclvRating = $nkclvRating; + } + public function getNkclvRating() + { + return $this->nkclvRating; + } + public function setNmcRating($nmcRating) + { + $this->nmcRating = $nmcRating; + } + public function getNmcRating() + { + return $this->nmcRating; + } + public function setOflcRating($oflcRating) + { + $this->oflcRating = $oflcRating; + } + public function getOflcRating() + { + return $this->oflcRating; + } + public function setPefilmRating($pefilmRating) + { + $this->pefilmRating = $pefilmRating; + } + public function getPefilmRating() + { + return $this->pefilmRating; + } + public function setRcnofRating($rcnofRating) + { + $this->rcnofRating = $rcnofRating; + } + public function getRcnofRating() + { + return $this->rcnofRating; + } + public function setResorteviolenciaRating($resorteviolenciaRating) + { + $this->resorteviolenciaRating = $resorteviolenciaRating; + } + public function getResorteviolenciaRating() + { + return $this->resorteviolenciaRating; + } + public function setRtcRating($rtcRating) + { + $this->rtcRating = $rtcRating; + } + public function getRtcRating() + { + return $this->rtcRating; + } + public function setRteRating($rteRating) + { + $this->rteRating = $rteRating; + } + public function getRteRating() + { + return $this->rteRating; + } + public function setRussiaRating($russiaRating) + { + $this->russiaRating = $russiaRating; + } + public function getRussiaRating() + { + return $this->russiaRating; + } + public function setSkfilmRating($skfilmRating) + { + $this->skfilmRating = $skfilmRating; + } + public function getSkfilmRating() + { + return $this->skfilmRating; + } + public function setSmaisRating($smaisRating) + { + $this->smaisRating = $smaisRating; + } + public function getSmaisRating() + { + return $this->smaisRating; + } + public function setSmsaRating($smsaRating) + { + $this->smsaRating = $smsaRating; + } + public function getSmsaRating() + { + return $this->smsaRating; + } + public function setTvpgRating($tvpgRating) + { + $this->tvpgRating = $tvpgRating; + } + public function getTvpgRating() + { + return $this->tvpgRating; + } + public function setYtRating($ytRating) + { + $this->ytRating = $ytRating; + } + public function getYtRating() + { + return $this->ytRating; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.php new file mode 100644 index 000000000..9d653d29b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.php @@ -0,0 +1,48 @@ +altitude = $altitude; + } + public function getAltitude() + { + return $this->altitude; + } + public function setLatitude($latitude) + { + $this->latitude = $latitude; + } + public function getLatitude() + { + return $this->latitude; + } + public function setLongitude($longitude) + { + $this->longitude = $longitude; + } + public function getLongitude() + { + return $this->longitude; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategory.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategory.php new file mode 100644 index 000000000..453161989 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategory.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_GuideCategorySnippet + */ + public function setSnippet(Google_Service_YouTube_GuideCategorySnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_GuideCategorySnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategoryListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategoryListResponse.php new file mode 100644 index 000000000..64a0fdc73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategoryListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_GuideCategory + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_GuideCategory + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php new file mode 100644 index 000000000..8ad84a202 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php @@ -0,0 +1,39 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguage.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguage.php new file mode 100644 index 000000000..121af5daf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguage.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_I18nLanguageSnippet + */ + public function setSnippet(Google_Service_YouTube_I18nLanguageSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_I18nLanguageSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageListResponse.php new file mode 100644 index 000000000..28c43368e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageListResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_I18nLanguage + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_I18nLanguage + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php new file mode 100644 index 000000000..a8d111071 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php @@ -0,0 +1,39 @@ +hl = $hl; + } + public function getHl() + { + return $this->hl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegion.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegion.php new file mode 100644 index 000000000..5f6fd9adf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegion.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_I18nRegionSnippet + */ + public function setSnippet(Google_Service_YouTube_I18nRegionSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_I18nRegionSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionListResponse.php new file mode 100644 index 000000000..35fd3085f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionListResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_I18nRegion + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_I18nRegion + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php new file mode 100644 index 000000000..504cd9762 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php @@ -0,0 +1,39 @@ +gl = $gl; + } + public function getGl() + { + return $this->gl; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ImageSettings.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ImageSettings.php new file mode 100644 index 000000000..63c2f0081 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ImageSettings.php @@ -0,0 +1,254 @@ +backgroundImageUrl = $backgroundImageUrl; + } + /** + * @return Google_Service_YouTube_LocalizedProperty + */ + public function getBackgroundImageUrl() + { + return $this->backgroundImageUrl; + } + public function setBannerExternalUrl($bannerExternalUrl) + { + $this->bannerExternalUrl = $bannerExternalUrl; + } + public function getBannerExternalUrl() + { + return $this->bannerExternalUrl; + } + public function setBannerImageUrl($bannerImageUrl) + { + $this->bannerImageUrl = $bannerImageUrl; + } + public function getBannerImageUrl() + { + return $this->bannerImageUrl; + } + public function setBannerMobileExtraHdImageUrl($bannerMobileExtraHdImageUrl) + { + $this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl; + } + public function getBannerMobileExtraHdImageUrl() + { + return $this->bannerMobileExtraHdImageUrl; + } + public function setBannerMobileHdImageUrl($bannerMobileHdImageUrl) + { + $this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl; + } + public function getBannerMobileHdImageUrl() + { + return $this->bannerMobileHdImageUrl; + } + public function setBannerMobileImageUrl($bannerMobileImageUrl) + { + $this->bannerMobileImageUrl = $bannerMobileImageUrl; + } + public function getBannerMobileImageUrl() + { + return $this->bannerMobileImageUrl; + } + public function setBannerMobileLowImageUrl($bannerMobileLowImageUrl) + { + $this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl; + } + public function getBannerMobileLowImageUrl() + { + return $this->bannerMobileLowImageUrl; + } + public function setBannerMobileMediumHdImageUrl($bannerMobileMediumHdImageUrl) + { + $this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl; + } + public function getBannerMobileMediumHdImageUrl() + { + return $this->bannerMobileMediumHdImageUrl; + } + public function setBannerTabletExtraHdImageUrl($bannerTabletExtraHdImageUrl) + { + $this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl; + } + public function getBannerTabletExtraHdImageUrl() + { + return $this->bannerTabletExtraHdImageUrl; + } + public function setBannerTabletHdImageUrl($bannerTabletHdImageUrl) + { + $this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl; + } + public function getBannerTabletHdImageUrl() + { + return $this->bannerTabletHdImageUrl; + } + public function setBannerTabletImageUrl($bannerTabletImageUrl) + { + $this->bannerTabletImageUrl = $bannerTabletImageUrl; + } + public function getBannerTabletImageUrl() + { + return $this->bannerTabletImageUrl; + } + public function setBannerTabletLowImageUrl($bannerTabletLowImageUrl) + { + $this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl; + } + public function getBannerTabletLowImageUrl() + { + return $this->bannerTabletLowImageUrl; + } + public function setBannerTvHighImageUrl($bannerTvHighImageUrl) + { + $this->bannerTvHighImageUrl = $bannerTvHighImageUrl; + } + public function getBannerTvHighImageUrl() + { + return $this->bannerTvHighImageUrl; + } + public function setBannerTvImageUrl($bannerTvImageUrl) + { + $this->bannerTvImageUrl = $bannerTvImageUrl; + } + public function getBannerTvImageUrl() + { + return $this->bannerTvImageUrl; + } + public function setBannerTvLowImageUrl($bannerTvLowImageUrl) + { + $this->bannerTvLowImageUrl = $bannerTvLowImageUrl; + } + public function getBannerTvLowImageUrl() + { + return $this->bannerTvLowImageUrl; + } + public function setBannerTvMediumImageUrl($bannerTvMediumImageUrl) + { + $this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl; + } + public function getBannerTvMediumImageUrl() + { + return $this->bannerTvMediumImageUrl; + } + /** + * @param Google_Service_YouTube_LocalizedProperty + */ + public function setLargeBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageImapScript) + { + $this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript; + } + /** + * @return Google_Service_YouTube_LocalizedProperty + */ + public function getLargeBrandedBannerImageImapScript() + { + return $this->largeBrandedBannerImageImapScript; + } + /** + * @param Google_Service_YouTube_LocalizedProperty + */ + public function setLargeBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageUrl) + { + $this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl; + } + /** + * @return Google_Service_YouTube_LocalizedProperty + */ + public function getLargeBrandedBannerImageUrl() + { + return $this->largeBrandedBannerImageUrl; + } + /** + * @param Google_Service_YouTube_LocalizedProperty + */ + public function setSmallBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageImapScript) + { + $this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript; + } + /** + * @return Google_Service_YouTube_LocalizedProperty + */ + public function getSmallBrandedBannerImageImapScript() + { + return $this->smallBrandedBannerImageImapScript; + } + /** + * @param Google_Service_YouTube_LocalizedProperty + */ + public function setSmallBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageUrl) + { + $this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl; + } + /** + * @return Google_Service_YouTube_LocalizedProperty + */ + public function getSmallBrandedBannerImageUrl() + { + return $this->smallBrandedBannerImageUrl; + } + public function setTrackingImageUrl($trackingImageUrl) + { + $this->trackingImageUrl = $trackingImageUrl; + } + public function getTrackingImageUrl() + { + return $this->trackingImageUrl; + } + public function setWatchIconImageUrl($watchIconImageUrl) + { + $this->watchIconImageUrl = $watchIconImageUrl; + } + public function getWatchIconImageUrl() + { + return $this->watchIconImageUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php new file mode 100644 index 000000000..5f9eafaa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php @@ -0,0 +1,48 @@ +backupIngestionAddress = $backupIngestionAddress; + } + public function getBackupIngestionAddress() + { + return $this->backupIngestionAddress; + } + public function setIngestionAddress($ingestionAddress) + { + $this->ingestionAddress = $ingestionAddress; + } + public function getIngestionAddress() + { + return $this->ingestionAddress; + } + public function setStreamName($streamName) + { + $this->streamName = $streamName; + } + public function getStreamName() + { + return $this->streamName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoBranding.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoBranding.php new file mode 100644 index 000000000..2cc06e9e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoBranding.php @@ -0,0 +1,80 @@ +imageBytes = $imageBytes; + } + public function getImageBytes() + { + return $this->imageBytes; + } + public function setImageUrl($imageUrl) + { + $this->imageUrl = $imageUrl; + } + public function getImageUrl() + { + return $this->imageUrl; + } + /** + * @param Google_Service_YouTube_InvideoPosition + */ + public function setPosition(Google_Service_YouTube_InvideoPosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_YouTube_InvideoPosition + */ + public function getPosition() + { + return $this->position; + } + public function setTargetChannelId($targetChannelId) + { + $this->targetChannelId = $targetChannelId; + } + public function getTargetChannelId() + { + return $this->targetChannelId; + } + /** + * @param Google_Service_YouTube_InvideoTiming + */ + public function setTiming(Google_Service_YouTube_InvideoTiming $timing) + { + $this->timing = $timing; + } + /** + * @return Google_Service_YouTube_InvideoTiming + */ + public function getTiming() + { + return $this->timing; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.php new file mode 100644 index 000000000..58f5f7def --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.php @@ -0,0 +1,39 @@ +cornerPosition = $cornerPosition; + } + public function getCornerPosition() + { + return $this->cornerPosition; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPromotion.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPromotion.php new file mode 100644 index 000000000..dc5c738a5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPromotion.php @@ -0,0 +1,79 @@ +defaultTiming = $defaultTiming; + } + /** + * @return Google_Service_YouTube_InvideoTiming + */ + public function getDefaultTiming() + { + return $this->defaultTiming; + } + /** + * @param Google_Service_YouTube_PromotedItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_PromotedItem + */ + public function getItems() + { + return $this->items; + } + /** + * @param Google_Service_YouTube_InvideoPosition + */ + public function setPosition(Google_Service_YouTube_InvideoPosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_YouTube_InvideoPosition + */ + public function getPosition() + { + return $this->position; + } + public function setUseSmartTiming($useSmartTiming) + { + $this->useSmartTiming = $useSmartTiming; + } + public function getUseSmartTiming() + { + return $this->useSmartTiming; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php new file mode 100644 index 000000000..b2480bb84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php @@ -0,0 +1,48 @@ +durationMs = $durationMs; + } + public function getDurationMs() + { + return $this->durationMs; + } + public function setOffsetMs($offsetMs) + { + $this->offsetMs = $offsetMs; + } + public function getOffsetMs() + { + return $this->offsetMs; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LanguageTag.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LanguageTag.php new file mode 100644 index 000000000..29989b656 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LanguageTag.php @@ -0,0 +1,30 @@ +value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LevelDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LevelDetails.php new file mode 100644 index 000000000..ba9bdad87 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LevelDetails.php @@ -0,0 +1,30 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcast.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcast.php new file mode 100644 index 000000000..6cc17e396 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcast.php @@ -0,0 +1,112 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_LiveBroadcastContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_LiveBroadcastSnippet + */ + public function setSnippet(Google_Service_YouTube_LiveBroadcastSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_LiveBroadcastSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_LiveBroadcastStatistics + */ + public function setStatistics(Google_Service_YouTube_LiveBroadcastStatistics $statistics) + { + $this->statistics = $statistics; + } + /** + * @return Google_Service_YouTube_LiveBroadcastStatistics + */ + public function getStatistics() + { + return $this->statistics; + } + /** + * @param Google_Service_YouTube_LiveBroadcastStatus + */ + public function setStatus(Google_Service_YouTube_LiveBroadcastStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_YouTube_LiveBroadcastStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php new file mode 100644 index 000000000..cd564ea96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php @@ -0,0 +1,172 @@ +boundStreamId = $boundStreamId; + } + public function getBoundStreamId() + { + return $this->boundStreamId; + } + public function setBoundStreamLastUpdateTimeMs($boundStreamLastUpdateTimeMs) + { + $this->boundStreamLastUpdateTimeMs = $boundStreamLastUpdateTimeMs; + } + public function getBoundStreamLastUpdateTimeMs() + { + return $this->boundStreamLastUpdateTimeMs; + } + public function setClosedCaptionsType($closedCaptionsType) + { + $this->closedCaptionsType = $closedCaptionsType; + } + public function getClosedCaptionsType() + { + return $this->closedCaptionsType; + } + public function setEnableAutoStart($enableAutoStart) + { + $this->enableAutoStart = $enableAutoStart; + } + public function getEnableAutoStart() + { + return $this->enableAutoStart; + } + public function setEnableClosedCaptions($enableClosedCaptions) + { + $this->enableClosedCaptions = $enableClosedCaptions; + } + public function getEnableClosedCaptions() + { + return $this->enableClosedCaptions; + } + public function setEnableContentEncryption($enableContentEncryption) + { + $this->enableContentEncryption = $enableContentEncryption; + } + public function getEnableContentEncryption() + { + return $this->enableContentEncryption; + } + public function setEnableDvr($enableDvr) + { + $this->enableDvr = $enableDvr; + } + public function getEnableDvr() + { + return $this->enableDvr; + } + public function setEnableEmbed($enableEmbed) + { + $this->enableEmbed = $enableEmbed; + } + public function getEnableEmbed() + { + return $this->enableEmbed; + } + public function setEnableLowLatency($enableLowLatency) + { + $this->enableLowLatency = $enableLowLatency; + } + public function getEnableLowLatency() + { + return $this->enableLowLatency; + } + public function setLatencyPreference($latencyPreference) + { + $this->latencyPreference = $latencyPreference; + } + public function getLatencyPreference() + { + return $this->latencyPreference; + } + public function setMesh($mesh) + { + $this->mesh = $mesh; + } + public function getMesh() + { + return $this->mesh; + } + /** + * @param Google_Service_YouTube_MonitorStreamInfo + */ + public function setMonitorStream(Google_Service_YouTube_MonitorStreamInfo $monitorStream) + { + $this->monitorStream = $monitorStream; + } + /** + * @return Google_Service_YouTube_MonitorStreamInfo + */ + public function getMonitorStream() + { + return $this->monitorStream; + } + public function setProjection($projection) + { + $this->projection = $projection; + } + public function getProjection() + { + return $this->projection; + } + public function setRecordFromStart($recordFromStart) + { + $this->recordFromStart = $recordFromStart; + } + public function getRecordFromStart() + { + return $this->recordFromStart; + } + public function setStartWithSlate($startWithSlate) + { + $this->startWithSlate = $startWithSlate; + } + public function getStartWithSlate() + { + return $this->startWithSlate; + } + public function setStereoLayout($stereoLayout) + { + $this->stereoLayout = $stereoLayout; + } + public function getStereoLayout() + { + return $this->stereoLayout; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastListResponse.php new file mode 100644 index 000000000..9e8f34f53 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_LiveBroadcast + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_LiveBroadcast + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php new file mode 100644 index 000000000..a16dae2dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php @@ -0,0 +1,136 @@ +actualEndTime = $actualEndTime; + } + public function getActualEndTime() + { + return $this->actualEndTime; + } + public function setActualStartTime($actualStartTime) + { + $this->actualStartTime = $actualStartTime; + } + public function getActualStartTime() + { + return $this->actualStartTime; + } + public function setBroadcastType($broadcastType) + { + $this->broadcastType = $broadcastType; + } + public function getBroadcastType() + { + return $this->broadcastType; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIsDefaultBroadcast($isDefaultBroadcast) + { + $this->isDefaultBroadcast = $isDefaultBroadcast; + } + public function getIsDefaultBroadcast() + { + return $this->isDefaultBroadcast; + } + public function setLiveChatId($liveChatId) + { + $this->liveChatId = $liveChatId; + } + public function getLiveChatId() + { + return $this->liveChatId; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + public function setScheduledEndTime($scheduledEndTime) + { + $this->scheduledEndTime = $scheduledEndTime; + } + public function getScheduledEndTime() + { + return $this->scheduledEndTime; + } + public function setScheduledStartTime($scheduledStartTime) + { + $this->scheduledStartTime = $scheduledStartTime; + } + public function getScheduledStartTime() + { + return $this->scheduledStartTime; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php new file mode 100644 index 000000000..cb5ac2e63 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php @@ -0,0 +1,39 @@ +concurrentViewers = $concurrentViewers; + } + public function getConcurrentViewers() + { + return $this->concurrentViewers; + } + public function setTotalChatCount($totalChatCount) + { + $this->totalChatCount = $totalChatCount; + } + public function getTotalChatCount() + { + return $this->totalChatCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatus.php new file mode 100644 index 000000000..7572ac144 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatus.php @@ -0,0 +1,57 @@ +lifeCycleStatus = $lifeCycleStatus; + } + public function getLifeCycleStatus() + { + return $this->lifeCycleStatus; + } + public function setLiveBroadcastPriority($liveBroadcastPriority) + { + $this->liveBroadcastPriority = $liveBroadcastPriority; + } + public function getLiveBroadcastPriority() + { + return $this->liveBroadcastPriority; + } + public function setPrivacyStatus($privacyStatus) + { + $this->privacyStatus = $privacyStatus; + } + public function getPrivacyStatus() + { + return $this->privacyStatus; + } + public function setRecordingStatus($recordingStatus) + { + $this->recordingStatus = $recordingStatus; + } + public function getRecordingStatus() + { + return $this->recordingStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php new file mode 100644 index 000000000..ce6994f55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_LiveChatBanSnippet + */ + public function setSnippet(Google_Service_YouTube_LiveChatBanSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_LiveChatBanSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.php new file mode 100644 index 000000000..9eef68c8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.php @@ -0,0 +1,64 @@ +banDurationSeconds = $banDurationSeconds; + } + public function getBanDurationSeconds() + { + return $this->banDurationSeconds; + } + /** + * @param Google_Service_YouTube_ChannelProfileDetails + */ + public function setBannedUserDetails(Google_Service_YouTube_ChannelProfileDetails $bannedUserDetails) + { + $this->bannedUserDetails = $bannedUserDetails; + } + /** + * @return Google_Service_YouTube_ChannelProfileDetails + */ + public function getBannedUserDetails() + { + return $this->bannedUserDetails; + } + public function setLiveChatId($liveChatId) + { + $this->liveChatId = $liveChatId; + } + public function getLiveChatId() + { + return $this->liveChatId; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php new file mode 100644 index 000000000..60fc1cf06 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php @@ -0,0 +1,57 @@ +amountDisplayString = $amountDisplayString; + } + public function getAmountDisplayString() + { + return $this->amountDisplayString; + } + public function setAmountMicros($amountMicros) + { + $this->amountMicros = $amountMicros; + } + public function getAmountMicros() + { + return $this->amountMicros; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setUserComment($userComment) + { + $this->userComment = $userComment; + } + public function getUserComment() + { + return $this->userComment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessage.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessage.php new file mode 100644 index 000000000..9b30ddcd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessage.php @@ -0,0 +1,80 @@ +authorDetails = $authorDetails; + } + /** + * @return Google_Service_YouTube_LiveChatMessageAuthorDetails + */ + public function getAuthorDetails() + { + return $this->authorDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_LiveChatMessageSnippet + */ + public function setSnippet(Google_Service_YouTube_LiveChatMessageSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_LiveChatMessageSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.php new file mode 100644 index 000000000..791383d46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.php @@ -0,0 +1,93 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelUrl($channelUrl) + { + $this->channelUrl = $channelUrl; + } + public function getChannelUrl() + { + return $this->channelUrl; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setIsChatModerator($isChatModerator) + { + $this->isChatModerator = $isChatModerator; + } + public function getIsChatModerator() + { + return $this->isChatModerator; + } + public function setIsChatOwner($isChatOwner) + { + $this->isChatOwner = $isChatOwner; + } + public function getIsChatOwner() + { + return $this->isChatOwner; + } + public function setIsChatSponsor($isChatSponsor) + { + $this->isChatSponsor = $isChatSponsor; + } + public function getIsChatSponsor() + { + return $this->isChatSponsor; + } + public function setIsVerified($isVerified) + { + $this->isVerified = $isVerified; + } + public function getIsVerified() + { + return $this->isVerified; + } + public function setProfileImageUrl($profileImageUrl) + { + $this->profileImageUrl = $profileImageUrl; + } + public function getProfileImageUrl() + { + return $this->profileImageUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageDeletedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageDeletedDetails.php new file mode 100644 index 000000000..c8cf663a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageDeletedDetails.php @@ -0,0 +1,30 @@ +deletedMessageId = $deletedMessageId; + } + public function getDeletedMessageId() + { + return $this->deletedMessageId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageListResponse.php new file mode 100644 index 000000000..b9210954a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageListResponse.php @@ -0,0 +1,133 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_LiveChatMessage + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_LiveChatMessage + */ + 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; + } + public function setOfflineAt($offlineAt) + { + $this->offlineAt = $offlineAt; + } + public function getOfflineAt() + { + return $this->offlineAt; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPollingIntervalMillis($pollingIntervalMillis) + { + $this->pollingIntervalMillis = $pollingIntervalMillis; + } + public function getPollingIntervalMillis() + { + return $this->pollingIntervalMillis; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php new file mode 100644 index 000000000..91ac75718 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php @@ -0,0 +1,30 @@ +retractedMessageId = $retractedMessageId; + } + public function getRetractedMessageId() + { + return $this->retractedMessageId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageSnippet.php new file mode 100644 index 000000000..f1ae29cc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageSnippet.php @@ -0,0 +1,251 @@ +authorChannelId = $authorChannelId; + } + public function getAuthorChannelId() + { + return $this->authorChannelId; + } + public function setDisplayMessage($displayMessage) + { + $this->displayMessage = $displayMessage; + } + public function getDisplayMessage() + { + return $this->displayMessage; + } + /** + * @param Google_Service_YouTube_LiveChatFanFundingEventDetails + */ + public function setFanFundingEventDetails(Google_Service_YouTube_LiveChatFanFundingEventDetails $fanFundingEventDetails) + { + $this->fanFundingEventDetails = $fanFundingEventDetails; + } + /** + * @return Google_Service_YouTube_LiveChatFanFundingEventDetails + */ + public function getFanFundingEventDetails() + { + return $this->fanFundingEventDetails; + } + public function setHasDisplayContent($hasDisplayContent) + { + $this->hasDisplayContent = $hasDisplayContent; + } + public function getHasDisplayContent() + { + return $this->hasDisplayContent; + } + public function setLiveChatId($liveChatId) + { + $this->liveChatId = $liveChatId; + } + public function getLiveChatId() + { + return $this->liveChatId; + } + /** + * @param Google_Service_YouTube_LiveChatMessageDeletedDetails + */ + public function setMessageDeletedDetails(Google_Service_YouTube_LiveChatMessageDeletedDetails $messageDeletedDetails) + { + $this->messageDeletedDetails = $messageDeletedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatMessageDeletedDetails + */ + public function getMessageDeletedDetails() + { + return $this->messageDeletedDetails; + } + /** + * @param Google_Service_YouTube_LiveChatMessageRetractedDetails + */ + public function setMessageRetractedDetails(Google_Service_YouTube_LiveChatMessageRetractedDetails $messageRetractedDetails) + { + $this->messageRetractedDetails = $messageRetractedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatMessageRetractedDetails + */ + public function getMessageRetractedDetails() + { + return $this->messageRetractedDetails; + } + /** + * @param Google_Service_YouTube_LiveChatPollClosedDetails + */ + public function setPollClosedDetails(Google_Service_YouTube_LiveChatPollClosedDetails $pollClosedDetails) + { + $this->pollClosedDetails = $pollClosedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatPollClosedDetails + */ + public function getPollClosedDetails() + { + return $this->pollClosedDetails; + } + /** + * @param Google_Service_YouTube_LiveChatPollEditedDetails + */ + public function setPollEditedDetails(Google_Service_YouTube_LiveChatPollEditedDetails $pollEditedDetails) + { + $this->pollEditedDetails = $pollEditedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatPollEditedDetails + */ + public function getPollEditedDetails() + { + return $this->pollEditedDetails; + } + /** + * @param Google_Service_YouTube_LiveChatPollOpenedDetails + */ + public function setPollOpenedDetails(Google_Service_YouTube_LiveChatPollOpenedDetails $pollOpenedDetails) + { + $this->pollOpenedDetails = $pollOpenedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatPollOpenedDetails + */ + public function getPollOpenedDetails() + { + return $this->pollOpenedDetails; + } + /** + * @param Google_Service_YouTube_LiveChatPollVotedDetails + */ + public function setPollVotedDetails(Google_Service_YouTube_LiveChatPollVotedDetails $pollVotedDetails) + { + $this->pollVotedDetails = $pollVotedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatPollVotedDetails + */ + public function getPollVotedDetails() + { + return $this->pollVotedDetails; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + /** + * @param Google_Service_YouTube_LiveChatSuperChatDetails + */ + public function setSuperChatDetails(Google_Service_YouTube_LiveChatSuperChatDetails $superChatDetails) + { + $this->superChatDetails = $superChatDetails; + } + /** + * @return Google_Service_YouTube_LiveChatSuperChatDetails + */ + public function getSuperChatDetails() + { + return $this->superChatDetails; + } + /** + * @param Google_Service_YouTube_LiveChatSuperStickerDetails + */ + public function setSuperStickerDetails(Google_Service_YouTube_LiveChatSuperStickerDetails $superStickerDetails) + { + $this->superStickerDetails = $superStickerDetails; + } + /** + * @return Google_Service_YouTube_LiveChatSuperStickerDetails + */ + public function getSuperStickerDetails() + { + return $this->superStickerDetails; + } + /** + * @param Google_Service_YouTube_LiveChatTextMessageDetails + */ + public function setTextMessageDetails(Google_Service_YouTube_LiveChatTextMessageDetails $textMessageDetails) + { + $this->textMessageDetails = $textMessageDetails; + } + /** + * @return Google_Service_YouTube_LiveChatTextMessageDetails + */ + public function getTextMessageDetails() + { + return $this->textMessageDetails; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + /** + * @param Google_Service_YouTube_LiveChatUserBannedMessageDetails + */ + public function setUserBannedDetails(Google_Service_YouTube_LiveChatUserBannedMessageDetails $userBannedDetails) + { + $this->userBannedDetails = $userBannedDetails; + } + /** + * @return Google_Service_YouTube_LiveChatUserBannedMessageDetails + */ + public function getUserBannedDetails() + { + return $this->userBannedDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.php new file mode 100644 index 000000000..6cef1b2c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_LiveChatModeratorSnippet + */ + public function setSnippet(Google_Service_YouTube_LiveChatModeratorSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_LiveChatModeratorSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.php new file mode 100644 index 000000000..c16537e6b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_LiveChatModerator + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_LiveChatModerator + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php new file mode 100644 index 000000000..a59473830 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php @@ -0,0 +1,46 @@ +liveChatId = $liveChatId; + } + public function getLiveChatId() + { + return $this->liveChatId; + } + /** + * @param Google_Service_YouTube_ChannelProfileDetails + */ + public function setModeratorDetails(Google_Service_YouTube_ChannelProfileDetails $moderatorDetails) + { + $this->moderatorDetails = $moderatorDetails; + } + /** + * @return Google_Service_YouTube_ChannelProfileDetails + */ + public function getModeratorDetails() + { + return $this->moderatorDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollClosedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollClosedDetails.php new file mode 100644 index 000000000..42cd39c99 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollClosedDetails.php @@ -0,0 +1,30 @@ +pollId = $pollId; + } + public function getPollId() + { + return $this->pollId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollEditedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollEditedDetails.php new file mode 100644 index 000000000..764ce93e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollEditedDetails.php @@ -0,0 +1,56 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_YouTube_LiveChatPollItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_LiveChatPollItem + */ + public function getItems() + { + return $this->items; + } + public function setPrompt($prompt) + { + $this->prompt = $prompt; + } + public function getPrompt() + { + return $this->prompt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php new file mode 100644 index 000000000..fff02359c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setItemId($itemId) + { + $this->itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollOpenedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollOpenedDetails.php new file mode 100644 index 000000000..1ed289e78 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollOpenedDetails.php @@ -0,0 +1,56 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_YouTube_LiveChatPollItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_LiveChatPollItem + */ + public function getItems() + { + return $this->items; + } + public function setPrompt($prompt) + { + $this->prompt = $prompt; + } + public function getPrompt() + { + return $this->prompt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php new file mode 100644 index 000000000..58e78b402 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php @@ -0,0 +1,39 @@ +itemId = $itemId; + } + public function getItemId() + { + return $this->itemId; + } + public function setPollId($pollId) + { + $this->pollId = $pollId; + } + public function getPollId() + { + return $this->pollId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperChatDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperChatDetails.php new file mode 100644 index 000000000..fd2089a6d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperChatDetails.php @@ -0,0 +1,66 @@ +amountDisplayString = $amountDisplayString; + } + public function getAmountDisplayString() + { + return $this->amountDisplayString; + } + public function setAmountMicros($amountMicros) + { + $this->amountMicros = $amountMicros; + } + public function getAmountMicros() + { + return $this->amountMicros; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } + public function setUserComment($userComment) + { + $this->userComment = $userComment; + } + public function getUserComment() + { + return $this->userComment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperStickerDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperStickerDetails.php new file mode 100644 index 000000000..ac7d47e35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatSuperStickerDetails.php @@ -0,0 +1,73 @@ +amountDisplayString = $amountDisplayString; + } + public function getAmountDisplayString() + { + return $this->amountDisplayString; + } + public function setAmountMicros($amountMicros) + { + $this->amountMicros = $amountMicros; + } + public function getAmountMicros() + { + return $this->amountMicros; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + /** + * @param Google_Service_YouTube_SuperStickerMetadata + */ + public function setSuperStickerMetadata(Google_Service_YouTube_SuperStickerMetadata $superStickerMetadata) + { + $this->superStickerMetadata = $superStickerMetadata; + } + /** + * @return Google_Service_YouTube_SuperStickerMetadata + */ + public function getSuperStickerMetadata() + { + return $this->superStickerMetadata; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatTextMessageDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatTextMessageDetails.php new file mode 100644 index 000000000..cef4d2224 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatTextMessageDetails.php @@ -0,0 +1,30 @@ +messageText = $messageText; + } + public function getMessageText() + { + return $this->messageText; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatUserBannedMessageDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatUserBannedMessageDetails.php new file mode 100644 index 000000000..5cbbeffa1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatUserBannedMessageDetails.php @@ -0,0 +1,55 @@ +banDurationSeconds = $banDurationSeconds; + } + public function getBanDurationSeconds() + { + return $this->banDurationSeconds; + } + public function setBanType($banType) + { + $this->banType = $banType; + } + public function getBanType() + { + return $this->banType; + } + /** + * @param Google_Service_YouTube_ChannelProfileDetails + */ + public function setBannedUserDetails(Google_Service_YouTube_ChannelProfileDetails $bannedUserDetails) + { + $this->bannedUserDetails = $bannedUserDetails; + } + /** + * @return Google_Service_YouTube_ChannelProfileDetails + */ + public function getBannedUserDetails() + { + return $this->bannedUserDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.php new file mode 100644 index 000000000..52b1f2136 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.php @@ -0,0 +1,112 @@ +cdn = $cdn; + } + /** + * @return Google_Service_YouTube_CdnSettings + */ + public function getCdn() + { + return $this->cdn; + } + /** + * @param Google_Service_YouTube_LiveStreamContentDetails + */ + public function setContentDetails(Google_Service_YouTube_LiveStreamContentDetails $contentDetails) + { + $this->contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_LiveStreamContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_LiveStreamSnippet + */ + public function setSnippet(Google_Service_YouTube_LiveStreamSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_LiveStreamSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_LiveStreamStatus + */ + public function setStatus(Google_Service_YouTube_LiveStreamStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_YouTube_LiveStreamStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamConfigurationIssue.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamConfigurationIssue.php new file mode 100644 index 000000000..8631dd81c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamConfigurationIssue.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamContentDetails.php new file mode 100644 index 000000000..6ef8b89da --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamContentDetails.php @@ -0,0 +1,39 @@ +closedCaptionsIngestionUrl = $closedCaptionsIngestionUrl; + } + public function getClosedCaptionsIngestionUrl() + { + return $this->closedCaptionsIngestionUrl; + } + public function setIsReusable($isReusable) + { + $this->isReusable = $isReusable; + } + public function getIsReusable() + { + return $this->isReusable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamHealthStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamHealthStatus.php new file mode 100644 index 000000000..09b6379cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamHealthStatus.php @@ -0,0 +1,56 @@ +configurationIssues = $configurationIssues; + } + /** + * @return Google_Service_YouTube_LiveStreamConfigurationIssue + */ + public function getConfigurationIssues() + { + return $this->configurationIssues; + } + public function setLastUpdateTimeSeconds($lastUpdateTimeSeconds) + { + $this->lastUpdateTimeSeconds = $lastUpdateTimeSeconds; + } + public function getLastUpdateTimeSeconds() + { + return $this->lastUpdateTimeSeconds; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php new file mode 100644 index 000000000..bb451d56d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_LiveStream + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_LiveStream + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php new file mode 100644 index 000000000..fcae002e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php @@ -0,0 +1,66 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setIsDefaultStream($isDefaultStream) + { + $this->isDefaultStream = $isDefaultStream; + } + public function getIsDefaultStream() + { + return $this->isDefaultStream; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamStatus.php new file mode 100644 index 000000000..e4f36938b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamStatus.php @@ -0,0 +1,46 @@ +healthStatus = $healthStatus; + } + /** + * @return Google_Service_YouTube_LiveStreamHealthStatus + */ + public function getHealthStatus() + { + return $this->healthStatus; + } + public function setStreamStatus($streamStatus) + { + $this->streamStatus = $streamStatus; + } + public function getStreamStatus() + { + return $this->streamStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php new file mode 100644 index 000000000..116bcf833 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php @@ -0,0 +1,63 @@ +default = $default; + } + public function getDefault() + { + return $this->default; + } + /** + * @param Google_Service_YouTube_LanguageTag + */ + public function setDefaultLanguage(Google_Service_YouTube_LanguageTag $defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + /** + * @return Google_Service_YouTube_LanguageTag + */ + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + /** + * @param Google_Service_YouTube_LocalizedString + */ + public function setLocalized($localized) + { + $this->localized = $localized; + } + /** + * @return Google_Service_YouTube_LocalizedString + */ + public function getLocalized() + { + return $this->localized; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.php new file mode 100644 index 000000000..fe8786320 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.php @@ -0,0 +1,39 @@ +language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Member.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Member.php new file mode 100644 index 000000000..51962ec1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Member.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_MemberSnippet + */ + public function setSnippet(Google_Service_YouTube_MemberSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_MemberSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MemberListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MemberListResponse.php new file mode 100644 index 000000000..f078eceeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MemberListResponse.php @@ -0,0 +1,115 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Member + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Member + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MemberSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MemberSnippet.php new file mode 100644 index 000000000..496d14a07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MemberSnippet.php @@ -0,0 +1,62 @@ +creatorChannelId = $creatorChannelId; + } + public function getCreatorChannelId() + { + return $this->creatorChannelId; + } + /** + * @param Google_Service_YouTube_ChannelProfileDetails + */ + public function setMemberDetails(Google_Service_YouTube_ChannelProfileDetails $memberDetails) + { + $this->memberDetails = $memberDetails; + } + /** + * @return Google_Service_YouTube_ChannelProfileDetails + */ + public function getMemberDetails() + { + return $this->memberDetails; + } + /** + * @param Google_Service_YouTube_MembershipsDetails + */ + public function setMembershipsDetails(Google_Service_YouTube_MembershipsDetails $membershipsDetails) + { + $this->membershipsDetails = $membershipsDetails; + } + /** + * @return Google_Service_YouTube_MembershipsDetails + */ + public function getMembershipsDetails() + { + return $this->membershipsDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDetails.php new file mode 100644 index 000000000..992202b48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsDetails.php @@ -0,0 +1,76 @@ +accessibleLevels = $accessibleLevels; + } + public function getAccessibleLevels() + { + return $this->accessibleLevels; + } + public function setMemberSince($memberSince) + { + $this->memberSince = $memberSince; + } + public function getMemberSince() + { + return $this->memberSince; + } + public function setMemberSinceCurrentLevel($memberSinceCurrentLevel) + { + $this->memberSinceCurrentLevel = $memberSinceCurrentLevel; + } + public function getMemberSinceCurrentLevel() + { + return $this->memberSinceCurrentLevel; + } + public function setMemberTotalDuration($memberTotalDuration) + { + $this->memberTotalDuration = $memberTotalDuration; + } + public function getMemberTotalDuration() + { + return $this->memberTotalDuration; + } + public function setMemberTotalDurationCurrentLevel($memberTotalDurationCurrentLevel) + { + $this->memberTotalDurationCurrentLevel = $memberTotalDurationCurrentLevel; + } + public function getMemberTotalDurationCurrentLevel() + { + return $this->memberTotalDurationCurrentLevel; + } + public function setPurchasedLevel($purchasedLevel) + { + $this->purchasedLevel = $purchasedLevel; + } + public function getPurchasedLevel() + { + return $this->purchasedLevel; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevel.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevel.php new file mode 100644 index 000000000..95b137482 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevel.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_MembershipsLevelSnippet + */ + public function setSnippet(Google_Service_YouTube_MembershipsLevelSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_MembershipsLevelSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelListResponse.php new file mode 100644 index 000000000..607f41f39 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelListResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_MembershipsLevel + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_MembershipsLevel + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelSnippet.php new file mode 100644 index 000000000..2e6e15945 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MembershipsLevelSnippet.php @@ -0,0 +1,46 @@ +creatorChannelId = $creatorChannelId; + } + public function getCreatorChannelId() + { + return $this->creatorChannelId; + } + /** + * @param Google_Service_YouTube_LevelDetails + */ + public function setLevelDetails(Google_Service_YouTube_LevelDetails $levelDetails) + { + $this->levelDetails = $levelDetails; + } + /** + * @return Google_Service_YouTube_LevelDetails + */ + public function getLevelDetails() + { + return $this->levelDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/MonitorStreamInfo.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/MonitorStreamInfo.php new file mode 100644 index 000000000..8af0a3c8b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/MonitorStreamInfo.php @@ -0,0 +1,48 @@ +broadcastStreamDelayMs = $broadcastStreamDelayMs; + } + public function getBroadcastStreamDelayMs() + { + return $this->broadcastStreamDelayMs; + } + public function setEmbedHtml($embedHtml) + { + $this->embedHtml = $embedHtml; + } + public function getEmbedHtml() + { + return $this->embedHtml; + } + public function setEnableMonitorStream($enableMonitorStream) + { + $this->enableMonitorStream = $enableMonitorStream; + } + public function getEnableMonitorStream() + { + return $this->enableMonitorStream; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Nonprofit.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Nonprofit.php new file mode 100644 index 000000000..c383b2fd6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Nonprofit.php @@ -0,0 +1,46 @@ +nonprofitId = $nonprofitId; + } + /** + * @return Google_Service_YouTube_NonprofitId + */ + public function getNonprofitId() + { + return $this->nonprofitId; + } + public function setNonprofitLegalName($nonprofitLegalName) + { + $this->nonprofitLegalName = $nonprofitLegalName; + } + public function getNonprofitLegalName() + { + return $this->nonprofitLegalName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/NonprofitId.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/NonprofitId.php new file mode 100644 index 000000000..0e3544239 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/NonprofitId.php @@ -0,0 +1,30 @@ +value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PageInfo.php new file mode 100644 index 000000000..2b66b874c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PageInfo.php @@ -0,0 +1,39 @@ +resultsPerPage = $resultsPerPage; + } + public function getResultsPerPage() + { + return $this->resultsPerPage; + } + public function setTotalResults($totalResults) + { + $this->totalResults = $totalResults; + } + public function getTotalResults() + { + return $this->totalResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Playlist.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Playlist.php new file mode 100644 index 000000000..43f280260 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Playlist.php @@ -0,0 +1,128 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_PlaylistContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_PlaylistLocalization + */ + public function setLocalizations($localizations) + { + $this->localizations = $localizations; + } + /** + * @return Google_Service_YouTube_PlaylistLocalization + */ + public function getLocalizations() + { + return $this->localizations; + } + /** + * @param Google_Service_YouTube_PlaylistPlayer + */ + public function setPlayer(Google_Service_YouTube_PlaylistPlayer $player) + { + $this->player = $player; + } + /** + * @return Google_Service_YouTube_PlaylistPlayer + */ + public function getPlayer() + { + return $this->player; + } + /** + * @param Google_Service_YouTube_PlaylistSnippet + */ + public function setSnippet(Google_Service_YouTube_PlaylistSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_PlaylistSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_PlaylistStatus + */ + public function setStatus(Google_Service_YouTube_PlaylistStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_YouTube_PlaylistStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistContentDetails.php new file mode 100644 index 000000000..05fbfb795 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistContentDetails.php @@ -0,0 +1,30 @@ +itemCount = $itemCount; + } + public function getItemCount() + { + return $this->itemCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItem.php new file mode 100644 index 000000000..d37ffc83f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItem.php @@ -0,0 +1,96 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_PlaylistItemContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_PlaylistItemSnippet + */ + public function setSnippet(Google_Service_YouTube_PlaylistItemSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_PlaylistItemSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_PlaylistItemStatus + */ + public function setStatus(Google_Service_YouTube_PlaylistItemStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_YouTube_PlaylistItemStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.php new file mode 100644 index 000000000..aa737462b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.php @@ -0,0 +1,66 @@ +endAt = $endAt; + } + public function getEndAt() + { + return $this->endAt; + } + public function setNote($note) + { + $this->note = $note; + } + public function getNote() + { + return $this->note; + } + public function setStartAt($startAt) + { + $this->startAt = $startAt; + } + public function getStartAt() + { + return $this->startAt; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } + public function setVideoPublishedAt($videoPublishedAt) + { + $this->videoPublishedAt = $videoPublishedAt; + } + public function getVideoPublishedAt() + { + return $this->videoPublishedAt; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemListResponse.php new file mode 100644 index 000000000..557912c70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_PlaylistItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_PlaylistItem + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php new file mode 100644 index 000000000..62d466c35 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php @@ -0,0 +1,116 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelTitle($channelTitle) + { + $this->channelTitle = $channelTitle; + } + public function getChannelTitle() + { + return $this->channelTitle; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setPlaylistId($playlistId) + { + $this->playlistId = $playlistId; + } + public function getPlaylistId() + { + return $this->playlistId; + } + public function setPosition($position) + { + $this->position = $position; + } + public function getPosition() + { + return $this->position; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) + { + $this->resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php new file mode 100644 index 000000000..e28d19646 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php @@ -0,0 +1,30 @@ +privacyStatus = $privacyStatus; + } + public function getPrivacyStatus() + { + return $this->privacyStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistListResponse.php new file mode 100644 index 000000000..e1873b162 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Playlist + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Playlist + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php new file mode 100644 index 000000000..ffdbdeae8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistPlayer.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistPlayer.php new file mode 100644 index 000000000..2741b65bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistPlayer.php @@ -0,0 +1,30 @@ +embedHtml = $embedHtml; + } + public function getEmbedHtml() + { + return $this->embedHtml; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistSnippet.php new file mode 100644 index 000000000..d6d4107e6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistSnippet.php @@ -0,0 +1,117 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelTitle($channelTitle) + { + $this->channelTitle = $channelTitle; + } + public function getChannelTitle() + { + return $this->channelTitle; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_YouTube_PlaylistLocalization + */ + public function setLocalized(Google_Service_YouTube_PlaylistLocalization $localized) + { + $this->localized = $localized; + } + /** + * @return Google_Service_YouTube_PlaylistLocalization + */ + public function getLocalized() + { + return $this->localized; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php new file mode 100644 index 000000000..beb1d2cd5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php @@ -0,0 +1,30 @@ +privacyStatus = $privacyStatus; + } + public function getPrivacyStatus() + { + return $this->privacyStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItem.php new file mode 100644 index 000000000..570ce111b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItem.php @@ -0,0 +1,71 @@ +customMessage = $customMessage; + } + public function getCustomMessage() + { + return $this->customMessage; + } + /** + * @param Google_Service_YouTube_PromotedItemId + */ + public function setId(Google_Service_YouTube_PromotedItemId $id) + { + $this->id = $id; + } + /** + * @return Google_Service_YouTube_PromotedItemId + */ + public function getId() + { + return $this->id; + } + public function setPromotedByContentOwner($promotedByContentOwner) + { + $this->promotedByContentOwner = $promotedByContentOwner; + } + public function getPromotedByContentOwner() + { + return $this->promotedByContentOwner; + } + /** + * @param Google_Service_YouTube_InvideoTiming + */ + public function setTiming(Google_Service_YouTube_InvideoTiming $timing) + { + $this->timing = $timing; + } + /** + * @return Google_Service_YouTube_InvideoTiming + */ + public function getTiming() + { + return $this->timing; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItemId.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItemId.php new file mode 100644 index 000000000..3ef9ac0b3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItemId.php @@ -0,0 +1,57 @@ +recentlyUploadedBy = $recentlyUploadedBy; + } + public function getRecentlyUploadedBy() + { + return $this->recentlyUploadedBy; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } + public function setWebsiteUrl($websiteUrl) + { + $this->websiteUrl = $websiteUrl; + } + public function getWebsiteUrl() + { + return $this->websiteUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PropertyValue.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PropertyValue.php new file mode 100644 index 000000000..469ab5fad --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PropertyValue.php @@ -0,0 +1,39 @@ +property = $property; + } + public function getProperty() + { + return $this->property; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Activities.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Activities.php new file mode 100644 index 000000000..a70e1f128 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Activities.php @@ -0,0 +1,109 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $activities = $youtubeService->activities; + * + */ +class Google_Service_YouTube_Resource_Activities extends Google_Service_Resource +{ + /** + * Posts a bulletin for a specific channel. (The user submitting the request + * must be authorized to act on the channel's behalf.) + * + * Note: Even though an activity resource can contain information about actions + * like a user rating a video or marking a video as a favorite, you need to use + * other API methods to generate those activity resources. For example, you + * would use the API's videos.rate() method to rate a video and the + * playlistItems.insert() method to mark a video as a favorite. + * (activities.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * @param Google_Service_YouTube_Activity $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_Activity + */ + public function insert($part, Google_Service_YouTube_Activity $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_Activity"); + } + /** + * Returns a list of channel activity events that match the request criteria. + * For example, you can retrieve events associated with a particular channel, + * events associated with the user's subscriptions and Google+ friends, or the + * YouTube home page feed, which is customized for each user. + * (activities.listActivities) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more activity resource properties that the API response will include. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in an + * activity resource, the snippet property contains other properties that + * identify the type of activity, a display title for the activity, and so + * forth. If you set part=snippet, the API response will also contain all of + * those nested properties. + * @param array $optParams Optional parameters. + * + * @opt_param string channelId The channelId parameter specifies a unique + * YouTube channel ID. The API will then return a list of that channel's + * activities. + * @opt_param bool home Set this parameter's value to true to retrieve the + * activity feed that displays on the YouTube home page for the currently + * authenticated user. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param bool mine Set this parameter's value to true to retrieve a feed of + * the authenticated user's activities. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @opt_param string publishedAfter The publishedAfter parameter specifies the + * earliest date and time that an activity could have occurred for that activity + * to be included in the API response. If the parameter value specifies a day, + * but not a time, then any activities that occurred that day will be included + * in the result set. The value is specified in ISO 8601 (YYYY-MM- + * DDThh:mm:ss.sZ) format. + * @opt_param string publishedBefore The publishedBefore parameter specifies the + * date and time before which an activity must have occurred for that activity + * to be included in the API response. If the parameter value specifies a day, + * but not a time, then any activities that occurred that day will be excluded + * from the result set. The value is specified in ISO 8601 (YYYY-MM- + * DDThh:mm:ss.sZ) format. + * @opt_param string regionCode The regionCode parameter instructs the API to + * return results for the specified country. The parameter value is an ISO + * 3166-1 alpha-2 country code. YouTube uses this value when the authorized + * user's previous activity on YouTube does not provide enough information to + * generate the activity feed. + * @return Google_Service_YouTube_ActivityListResponse + */ + public function listActivities($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_ActivityListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Captions.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Captions.php new file mode 100644 index 000000000..79a59d335 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Captions.php @@ -0,0 +1,215 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $captions = $youtubeService->captions; + * + */ +class Google_Service_YouTube_Resource_Captions extends Google_Service_Resource +{ + /** + * Deletes a specified caption track. (captions.delete) + * + * @param string $id The id parameter identifies the caption track that is being + * deleted. The value is a caption track ID as identified by the id property in + * a caption resource. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the + * request is be on behalf of + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Downloads a caption track. The caption track is returned in its original + * format unless the request specifies a value for the tfmt parameter and in its + * original language unless the request specifies a value for the tlang + * parameter. (captions.download) + * + * @param string $id The id parameter identifies the caption track that is being + * retrieved. The value is a caption track ID as identified by the id property + * in a caption resource. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the + * request is be on behalf of + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + * @opt_param string tfmt The tfmt parameter specifies that the caption track + * should be returned in a specific format. If the parameter is not included in + * the request, the track is returned in its original format. + * @opt_param string tlang The tlang parameter specifies that the API response + * should return a translation of the specified caption track. The parameter + * value is an ISO 639-1 two-letter language code that identifies the desired + * caption language. The translation is generated by using machine translation, + * such as Google Translate. + */ + public function download($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('download', array($params)); + } + /** + * Uploads a caption track. (captions.insert) + * + * @param string $part The part parameter specifies the caption resource parts + * that the API response will include. Set the parameter value to snippet. + * @param Google_Service_YouTube_Caption $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the + * request is be on behalf of + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + * @opt_param bool sync The sync parameter indicates whether YouTube should + * automatically synchronize the caption file with the audio track of the video. + * If you set the value to true, YouTube will disregard any time codes that are + * in the uploaded caption file and generate new time codes for the captions. + * + * You should set the sync parameter to true if you are uploading a transcript, + * which has no time codes, or if you suspect the time codes in your file are + * incorrect and want YouTube to try to fix them. + * @return Google_Service_YouTube_Caption + */ + public function insert($part, Google_Service_YouTube_Caption $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_Caption"); + } + /** + * Returns a list of caption tracks that are associated with a specified video. + * Note that the API response does not contain the actual captions and that the + * captions.download method provides the ability to retrieve a caption track. + * (captions.listCaptions) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more caption resource parts that the API response will include. The + * part names that you can include in the parameter value are id and snippet. + * @param string $videoId The videoId parameter specifies the YouTube video ID + * of the video for which the API should return caption tracks. + * @param array $optParams Optional parameters. + * + * @opt_param string id The id parameter specifies a comma-separated list of IDs + * that identify the caption resources that should be retrieved. Each ID must + * identify a caption track associated with the specified video. + * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the + * request is on behalf of. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + * @return Google_Service_YouTube_CaptionListResponse + */ + public function listCaptions($part, $videoId, $optParams = array()) + { + $params = array('part' => $part, 'videoId' => $videoId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_CaptionListResponse"); + } + /** + * Updates a caption track. When updating a caption track, you can change the + * track's draft status, upload a new caption file for the track, or both. + * (captions.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. Set the property value to + * snippet if you are updating the track's draft status. Otherwise, set the + * property value to id. + * @param Google_Service_YouTube_Caption $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOf ID of the Google+ Page for the channel that the + * request is be on behalf of + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + * @opt_param bool sync Note: The API server only processes the parameter value + * if the request contains an updated caption file. + * + * The sync parameter indicates whether YouTube should automatically synchronize + * the caption file with the audio track of the video. If you set the value to + * true, YouTube will automatically synchronize the caption track with the audio + * track. + * @return Google_Service_YouTube_Caption + */ + public function update($part, Google_Service_YouTube_Caption $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_Caption"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelBanners.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelBanners.php new file mode 100644 index 000000000..9c387e9a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelBanners.php @@ -0,0 +1,70 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $channelBanners = $youtubeService->channelBanners; + * + */ +class Google_Service_YouTube_Resource_ChannelBanners extends Google_Service_Resource +{ + /** + * Uploads a channel banner image to YouTube. This method represents the first + * two steps in a three-step process to update the banner image for a channel: + * + * - Call the channelBanners.insert method to upload the binary image data to + * YouTube. The image must have a 16:9 aspect ratio and be at least 2120x1192 + * pixels. - Extract the url property's value from the response that the API + * returns for step 1. - Call the channels.update method to update the channel's + * branding settings. Set the brandingSettings.image.bannerExternalUrl + * property's value to the URL obtained in step 2. (channelBanners.insert) + * + * @param Google_Service_YouTube_ChannelBannerResource $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string channelId The channelId parameter identifies the YouTube + * channel to which the banner is uploaded. The channelId parameter was + * introduced as a required parameter in May 2017. As this was a backward- + * incompatible change, channelBanners.insert requests that do not specify this + * parameter will not return an error until six months have passed from the time + * that the parameter was introduced. Please see the API Terms of Service for + * the official policy regarding backward incompatible changes and the API + * revision history for the exact date that the parameter was introduced. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_ChannelBannerResource + */ + public function insert(Google_Service_YouTube_ChannelBannerResource $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_ChannelBannerResource"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelSections.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelSections.php new file mode 100644 index 000000000..d41cc657a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/ChannelSections.php @@ -0,0 +1,190 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $channelSections = $youtubeService->channelSections; + * + */ +class Google_Service_YouTube_Resource_ChannelSections extends Google_Service_Resource +{ + /** + * Deletes a channelSection. (channelSections.delete) + * + * @param string $id The id parameter specifies the YouTube channelSection ID + * for the resource that is being deleted. In a channelSection resource, the id + * property specifies the YouTube channelSection ID. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a channelSection for the authenticated user's channel. + * (channelSections.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The part names that you can include in the parameter value are snippet and + * contentDetails. + * @param Google_Service_YouTube_ChannelSection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_ChannelSection + */ + public function insert($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_ChannelSection"); + } + /** + * Returns channelSection resources that match the API request criteria. + * (channelSections.listChannelSections) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more channelSection resource properties that the API response will + * include. The part names that you can include in the parameter value are id, + * snippet, and contentDetails. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in a + * channelSection resource, the snippet property contains other properties, such + * as a display title for the channelSection. If you set part=snippet, the API + * response will also contain all of those nested properties. + * @param array $optParams Optional parameters. + * + * @opt_param string channelId The channelId parameter specifies a YouTube + * channel ID. The API will only return that channel's channelSections. + * @opt_param string hl The hl parameter indicates that the snippet.localized + * property values in the returned channelSection resources should be in the + * specified language if localized values for that language are available. For + * example, if the API request specifies hl=de, the snippet.localized properties + * in the API response will contain German titles if German titles are + * available. Channel owners can provide localized channel section titles using + * either the channelSections.insert or channelSections.update method. + * @opt_param string id The id parameter specifies a comma-separated list of the + * YouTube channelSection ID(s) for the resource(s) that are being retrieved. In + * a channelSection resource, the id property specifies the YouTube + * channelSection ID. + * @opt_param bool mine Set this parameter's value to true to retrieve a feed of + * the authenticated user's channelSections. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_ChannelSectionListResponse + */ + public function listChannelSections($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_ChannelSectionListResponse"); + } + /** + * Update a channelSection. (channelSections.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The part names that you can include in the parameter value are snippet and + * contentDetails. + * @param Google_Service_YouTube_ChannelSection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_ChannelSection + */ + public function update($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_ChannelSection"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Channels.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Channels.php new file mode 100644 index 000000000..bff2c73e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Channels.php @@ -0,0 +1,126 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $channels = $youtubeService->channels; + * + */ +class Google_Service_YouTube_Resource_Channels extends Google_Service_Resource +{ + /** + * Returns a collection of zero or more channel resources that match the request + * criteria. (channels.listChannels) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more channel resource properties that the API response will include. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in a channel + * resource, the contentDetails property contains other properties, such as the + * uploads properties. As such, if you set part=contentDetails, the API response + * will also contain all of those nested properties. + * @param array $optParams Optional parameters. + * + * @opt_param string categoryId The categoryId parameter specifies a YouTube + * guide category, thereby requesting YouTube channels associated with that + * category. + * @opt_param string forUsername The forUsername parameter specifies a YouTube + * username, thereby requesting the channel associated with that username. + * @opt_param string hl The hl parameter should be used for filter out the + * properties that are not in the given language. Used for the brandingSettings + * part. + * @opt_param string id The id parameter specifies a comma-separated list of the + * YouTube channel ID(s) for the resource(s) that are being retrieved. In a + * channel resource, the id property specifies the channel's YouTube channel ID. + * @opt_param bool managedByMe Note: This parameter is intended exclusively for + * YouTube content partners. + * + * Set this parameter's value to true to instruct the API to only return + * channels managed by the content owner that the onBehalfOfContentOwner + * parameter specifies. The user must be authenticated as a CMS account linked + * to the specified content owner and onBehalfOfContentOwner must be provided. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param bool mine Set this parameter's value to true to instruct the API + * to only return channels owned by the authenticated user. + * @opt_param bool mySubscribers Use the subscriptions.list method and its + * mySubscribers parameter to retrieve a list of subscribers to the + * authenticated user's channel. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_ChannelListResponse + */ + public function listChannels($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_ChannelListResponse"); + } + /** + * Updates a channel's metadata. Note that this method currently only supports + * updates to the channel resource's brandingSettings and invideoPromotion + * objects and their child properties. (channels.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The API currently only allows the parameter value to be set to either + * brandingSettings or invideoPromotion. (You cannot update both of those parts + * with a single request.) + * + * Note that this method overrides the existing values for all of the mutable + * properties that are contained in any parts that the parameter value + * specifies. + * @param Google_Service_YouTube_Channel $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter + * indicates that the authenticated user is acting on behalf of the content + * owner specified in the parameter value. This parameter is intended for + * YouTube content partners that own and manage many different YouTube channels. + * It allows content owners to authenticate once and get access to all their + * video and channel data, without having to provide authentication credentials + * for each individual channel. The actual CMS account that the user + * authenticates with needs to be linked to the specified YouTube content owner. + * @return Google_Service_YouTube_Channel + */ + public function update($part, Google_Service_YouTube_Channel $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_Channel"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/CommentThreads.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/CommentThreads.php new file mode 100644 index 000000000..4b26bd527 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/CommentThreads.php @@ -0,0 +1,121 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $commentThreads = $youtubeService->commentThreads; + * + */ +class Google_Service_YouTube_Resource_CommentThreads extends Google_Service_Resource +{ + /** + * Creates a new top-level comment. To add a reply to an existing comment, use + * the comments.insert method instead. (commentThreads.insert) + * + * @param string $part The part parameter identifies the properties that the API + * response will include. Set the parameter value to snippet. The snippet part + * has a quota cost of 2 units. + * @param Google_Service_YouTube_CommentThread $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_CommentThread + */ + public function insert($part, Google_Service_YouTube_CommentThread $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_CommentThread"); + } + /** + * Returns a list of comment threads that match the API request parameters. + * (commentThreads.listCommentThreads) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more commentThread resource properties that the API response will + * include. + * @param array $optParams Optional parameters. + * + * @opt_param string allThreadsRelatedToChannelId The + * allThreadsRelatedToChannelId parameter instructs the API to return all + * comment threads associated with the specified channel. The response can + * include comments about the channel or about the channel's videos. + * @opt_param string channelId The channelId parameter instructs the API to + * return comment threads containing comments about the specified channel. (The + * response will not include comments left on videos that the channel uploaded.) + * @opt_param string id The id parameter specifies a comma-separated list of + * comment thread IDs for the resources that should be retrieved. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * + * Note: This parameter is not supported for use in conjunction with the id + * parameter. + * @opt_param string moderationStatus Set this parameter to limit the returned + * comment threads to a particular moderation state. + * + * Note: This parameter is not supported for use in conjunction with the id + * parameter. + * @opt_param string order The order parameter specifies the order in which the + * API response should list comment threads. Valid values are: - time - Comment + * threads are ordered by time. This is the default behavior. - relevance - + * Comment threads are ordered by relevance.Note: This parameter is not + * supported for use in conjunction with the id parameter. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken property identifies the next page of the result that can be + * retrieved. + * + * Note: This parameter is not supported for use in conjunction with the id + * parameter. + * @opt_param string searchTerms The searchTerms parameter instructs the API to + * limit the API response to only contain comments that contain the specified + * search terms. + * + * Note: This parameter is not supported for use in conjunction with the id + * parameter. + * @opt_param string textFormat Set this parameter's value to html or plainText + * to instruct the API to return the comments left by users in html formatted or + * in plain text. + * @opt_param string videoId The videoId parameter instructs the API to return + * comment threads associated with the specified video ID. + * @return Google_Service_YouTube_CommentThreadListResponse + */ + public function listCommentThreads($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_CommentThreadListResponse"); + } + /** + * Modifies the top-level comment in a comment thread. (commentThreads.update) + * + * @param string $part The part parameter specifies a comma-separated list of + * commentThread resource properties that the API response will include. You + * must at least include the snippet part in the parameter value since that part + * contains all of the properties that the API request can update. + * @param Google_Service_YouTube_CommentThread $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_CommentThread + */ + public function update($part, Google_Service_YouTube_CommentThread $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_CommentThread"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Comments.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Comments.php new file mode 100644 index 000000000..76967e18a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Comments.php @@ -0,0 +1,151 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $comments = $youtubeService->comments; + * + */ +class Google_Service_YouTube_Resource_Comments extends Google_Service_Resource +{ + /** + * Deletes a comment. (comments.delete) + * + * @param string $id The id parameter specifies the comment ID for the resource + * that is being deleted. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Creates a reply to an existing comment. Note: To create a top-level comment, + * use the commentThreads.insert method. (comments.insert) + * + * @param string $part The part parameter identifies the properties that the API + * response will include. Set the parameter value to snippet. The snippet part + * has a quota cost of 2 units. + * @param Google_Service_YouTube_Comment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_Comment + */ + public function insert($part, Google_Service_YouTube_Comment $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_Comment"); + } + /** + * Returns a list of comments that match the API request parameters. + * (comments.listComments) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more comment resource properties that the API response will include. + * @param array $optParams Optional parameters. + * + * @opt_param string id The id parameter specifies a comma-separated list of + * comment IDs for the resources that are being retrieved. In a comment + * resource, the id property specifies the comment's ID. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * + * Note: This parameter is not supported for use in conjunction with the id + * parameter. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken property identifies the next page of the result that can be + * retrieved. + * + * Note: This parameter is not supported for use in conjunction with the id + * parameter. + * @opt_param string parentId The parentId parameter specifies the ID of the + * comment for which replies should be retrieved. + * + * Note: YouTube currently supports replies only for top-level comments. + * However, replies to replies may be supported in the future. + * @opt_param string textFormat This parameter indicates whether the API should + * return comments formatted as HTML or as plain text. + * @return Google_Service_YouTube_CommentListResponse + */ + public function listComments($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_CommentListResponse"); + } + /** + * Expresses the caller's opinion that one or more comments should be flagged as + * spam. (comments.markAsSpam) + * + * @param string $id The id parameter specifies a comma-separated list of IDs of + * comments that the caller believes should be classified as spam. + * @param array $optParams Optional parameters. + */ + public function markAsSpam($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('markAsSpam', array($params)); + } + /** + * Sets the moderation status of one or more comments. The API request must be + * authorized by the owner of the channel or video associated with the comments. + * (comments.setModerationStatus) + * + * @param string $id The id parameter specifies a comma-separated list of IDs + * that identify the comments for which you are updating the moderation status. + * @param string $moderationStatus Identifies the new moderation status of the + * specified comments. + * @param array $optParams Optional parameters. + * + * @opt_param bool banAuthor The banAuthor parameter lets you indicate that you + * want to automatically reject any additional comments written by the comment's + * author. Set the parameter value to true to ban the author. + * + * Note: This parameter is only valid if the moderationStatus parameter is also + * set to rejected. + */ + public function setModerationStatus($id, $moderationStatus, $optParams = array()) + { + $params = array('id' => $id, 'moderationStatus' => $moderationStatus); + $params = array_merge($params, $optParams); + return $this->call('setModerationStatus', array($params)); + } + /** + * Modifies a comment. (comments.update) + * + * @param string $part The part parameter identifies the properties that the API + * response will include. You must at least include the snippet part in the + * parameter value since that part contains all of the properties that the API + * request can update. + * @param Google_Service_YouTube_Comment $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_Comment + */ + public function update($part, Google_Service_YouTube_Comment $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_Comment"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/GuideCategories.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/GuideCategories.php new file mode 100644 index 000000000..768431e6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/GuideCategories.php @@ -0,0 +1,54 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $guideCategories = $youtubeService->guideCategories; + * + */ +class Google_Service_YouTube_Resource_GuideCategories extends Google_Service_Resource +{ + /** + * Returns a list of categories that can be associated with YouTube channels. + * (guideCategories.listGuideCategories) + * + * @param string $part The part parameter specifies the guideCategory resource + * properties that the API response will include. Set the parameter value to + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter specifies the language that will be + * used for text values in the API response. + * @opt_param string id The id parameter specifies a comma-separated list of the + * YouTube channel category ID(s) for the resource(s) that are being retrieved. + * In a guideCategory resource, the id property specifies the YouTube channel + * category ID. + * @opt_param string regionCode The regionCode parameter instructs the API to + * return the list of guide categories available in the specified country. The + * parameter value is an ISO 3166-1 alpha-2 country code. + * @return Google_Service_YouTube_GuideCategoryListResponse + */ + public function listGuideCategories($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_GuideCategoryListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nLanguages.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nLanguages.php new file mode 100644 index 000000000..637d6f927 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nLanguages.php @@ -0,0 +1,47 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $i18nLanguages = $youtubeService->i18nLanguages; + * + */ +class Google_Service_YouTube_Resource_I18nLanguages extends Google_Service_Resource +{ + /** + * Returns a list of application languages that the YouTube website supports. + * (i18nLanguages.listI18nLanguages) + * + * @param string $part The part parameter specifies the i18nLanguage resource + * properties that the API response will include. Set the parameter value to + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter specifies the language that should be + * used for text values in the API response. + * @return Google_Service_YouTube_I18nLanguageListResponse + */ + public function listI18nLanguages($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_I18nLanguageListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nRegions.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nRegions.php new file mode 100644 index 000000000..77067796d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/I18nRegions.php @@ -0,0 +1,47 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $i18nRegions = $youtubeService->i18nRegions; + * + */ +class Google_Service_YouTube_Resource_I18nRegions extends Google_Service_Resource +{ + /** + * Returns a list of content regions that the YouTube website supports. + * (i18nRegions.listI18nRegions) + * + * @param string $part The part parameter specifies the i18nRegion resource + * properties that the API response will include. Set the parameter value to + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter specifies the language that should be + * used for text values in the API response. + * @return Google_Service_YouTube_I18nRegionListResponse + */ + public function listI18nRegions($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_I18nRegionListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveBroadcasts.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveBroadcasts.php new file mode 100644 index 000000000..568b9a277 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveBroadcasts.php @@ -0,0 +1,438 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $liveBroadcasts = $youtubeService->liveBroadcasts; + * + */ +class Google_Service_YouTube_Resource_LiveBroadcasts extends Google_Service_Resource +{ + /** + * Binds a YouTube broadcast to a stream or removes an existing binding between + * a broadcast and a stream. A broadcast can only be bound to one video stream, + * though a video stream may be bound to more than one broadcast. + * (liveBroadcasts.bind) + * + * @param string $id The id parameter specifies the unique ID of the broadcast + * that is being bound to a video stream. + * @param string $part The part parameter specifies a comma-separated list of + * one or more liveBroadcast resource properties that the API response will + * include. The part names that you can include in the parameter value are id, + * snippet, contentDetails, and status. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param string streamId The streamId parameter specifies the unique ID of + * the video stream that is being bound to a broadcast. If this parameter is + * omitted, the API will remove any existing binding between the broadcast and a + * video stream. + * @return Google_Service_YouTube_LiveBroadcast + */ + public function bind($id, $part, $optParams = array()) + { + $params = array('id' => $id, 'part' => $part); + $params = array_merge($params, $optParams); + return $this->call('bind', array($params), "Google_Service_YouTube_LiveBroadcast"); + } + /** + * Controls the settings for a slate that can be displayed in the broadcast + * stream. (liveBroadcasts.control) + * + * @param string $id The id parameter specifies the YouTube live broadcast ID + * that uniquely identifies the broadcast in which the slate is being updated. + * @param string $part The part parameter specifies a comma-separated list of + * one or more liveBroadcast resource properties that the API response will + * include. The part names that you can include in the parameter value are id, + * snippet, contentDetails, and status. + * @param array $optParams Optional parameters. + * + * @opt_param bool displaySlate The displaySlate parameter specifies whether the + * slate is being enabled or disabled. + * @opt_param string offsetTimeMs The offsetTimeMs parameter specifies a + * positive time offset when the specified slate change will occur. The value is + * measured in milliseconds from the beginning of the broadcast's monitor + * stream, which is the time that the testing phase for the broadcast began. + * Even though it is specified in milliseconds, the value is actually an + * approximation, and YouTube completes the requested action as closely as + * possible to that time. + * + * If you do not specify a value for this parameter, then YouTube performs the + * action as soon as possible. See the Getting started guide for more details. + * + * Important: You should only specify a value for this parameter if your + * broadcast stream is delayed. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param string walltime The walltime parameter specifies the wall clock + * time at which the specified slate change will occur. The value is specified + * in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. + * @return Google_Service_YouTube_LiveBroadcast + */ + public function control($id, $part, $optParams = array()) + { + $params = array('id' => $id, 'part' => $part); + $params = array_merge($params, $optParams); + return $this->call('control', array($params), "Google_Service_YouTube_LiveBroadcast"); + } + /** + * Deletes a broadcast. (liveBroadcasts.delete) + * + * @param string $id The id parameter specifies the YouTube live broadcast ID + * for the resource that is being deleted. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Creates a broadcast. (liveBroadcasts.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The part properties that you can include in the parameter value are id, + * snippet, contentDetails, and status. + * @param Google_Service_YouTube_LiveBroadcast $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_LiveBroadcast + */ + public function insert($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_LiveBroadcast"); + } + /** + * Returns a list of YouTube broadcasts that match the API request parameters. + * (liveBroadcasts.listLiveBroadcasts) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more liveBroadcast resource properties that the API response will + * include. The part names that you can include in the parameter value are id, + * snippet, contentDetails, and status. + * @param array $optParams Optional parameters. + * + * @opt_param string broadcastStatus The broadcastStatus parameter filters the + * API response to only include broadcasts with the specified status. + * @opt_param string broadcastType The broadcastType parameter filters the API + * response to only include broadcasts with the specified type. This is only + * compatible with the mine filter for now. + * @opt_param string id The id parameter specifies a comma-separated list of + * YouTube broadcast IDs that identify the broadcasts being retrieved. In a + * liveBroadcast resource, the id property specifies the broadcast's ID. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param bool mine The mine parameter can be used to instruct the API to + * only return broadcasts owned by the authenticated user. Set the parameter + * value to true to only retrieve your own broadcasts. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_LiveBroadcastListResponse + */ + public function listLiveBroadcasts($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_LiveBroadcastListResponse"); + } + /** + * Changes the status of a YouTube live broadcast and initiates any processes + * associated with the new status. For example, when you transition a + * broadcast's status to testing, YouTube starts to transmit video to that + * broadcast's monitor stream. Before calling this method, you should confirm + * that the value of the status.streamStatus property for the stream bound to + * your broadcast is active. (liveBroadcasts.transition) + * + * @param string $broadcastStatus The broadcastStatus parameter identifies the + * state to which the broadcast is changing. Note that to transition a broadcast + * to either the testing or live state, the status.streamStatus must be active + * for the stream that the broadcast is bound to. + * @param string $id The id parameter specifies the unique ID of the broadcast + * that is transitioning to another status. + * @param string $part The part parameter specifies a comma-separated list of + * one or more liveBroadcast resource properties that the API response will + * include. The part names that you can include in the parameter value are id, + * snippet, contentDetails, and status. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_LiveBroadcast + */ + public function transition($broadcastStatus, $id, $part, $optParams = array()) + { + $params = array('broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part); + $params = array_merge($params, $optParams); + return $this->call('transition', array($params), "Google_Service_YouTube_LiveBroadcast"); + } + /** + * Updates a broadcast. For example, you could modify the broadcast settings + * defined in the liveBroadcast resource's contentDetails object. + * (liveBroadcasts.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The part properties that you can include in the parameter value are id, + * snippet, contentDetails, and status. + * + * Note that this method will override the existing values for all of the + * mutable properties that are contained in any parts that the parameter value + * specifies. For example, a broadcast's privacy status is defined in the status + * part. As such, if your request is updating a private or unlisted broadcast, + * and the request's part parameter value includes the status part, the + * broadcast's privacy setting will be updated to whatever value the request + * body specifies. If the request body does not specify a value, the existing + * privacy setting will be removed and the broadcast will revert to the default + * privacy setting. + * @param Google_Service_YouTube_LiveBroadcast $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_LiveBroadcast + */ + public function update($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_LiveBroadcast"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatBans.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatBans.php new file mode 100644 index 000000000..af57e60ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatBans.php @@ -0,0 +1,57 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $liveChatBans = $youtubeService->liveChatBans; + * + */ +class Google_Service_YouTube_Resource_LiveChatBans extends Google_Service_Resource +{ + /** + * Removes a chat ban. (liveChatBans.delete) + * + * @param string $id The id parameter identifies the chat ban to remove. The + * value uniquely identifies both the ban and the chat. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a new ban to the chat. (liveChatBans.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response returns. Set the parameter value to snippet. + * @param Google_Service_YouTube_LiveChatBan $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_LiveChatBan + */ + public function insert($part, Google_Service_YouTube_LiveChatBan $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_LiveChatBan"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatMessages.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatMessages.php new file mode 100644 index 000000000..6106a6ff4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatMessages.php @@ -0,0 +1,93 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $liveChatMessages = $youtubeService->liveChatMessages; + * + */ +class Google_Service_YouTube_Resource_LiveChatMessages extends Google_Service_Resource +{ + /** + * Deletes a chat message. (liveChatMessages.delete) + * + * @param string $id The id parameter specifies the YouTube chat message ID of + * the resource that is being deleted. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a message to a live chat. (liveChatMessages.insert) + * + * @param string $part The part parameter serves two purposes. It identifies the + * properties that the write operation will set as well as the properties that + * the API response will include. Set the parameter value to snippet. + * @param Google_Service_YouTube_LiveChatMessage $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_LiveChatMessage + */ + public function insert($part, Google_Service_YouTube_LiveChatMessage $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_LiveChatMessage"); + } + /** + * Lists live chat messages for a specific chat. + * (liveChatMessages.listLiveChatMessages) + * + * @param string $liveChatId The liveChatId parameter specifies the ID of the + * chat whose messages will be returned. + * @param string $part The part parameter specifies the liveChatComment resource + * parts that the API response will include. Supported values are id and + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter instructs the API to retrieve localized + * resource metadata for a specific application language that the YouTube + * website supports. The parameter value must be a language code included in the + * list returned by the i18nLanguages.list method. + * + * If localized resource details are available in that language, the resource's + * snippet.localized object will contain the localized values. However, if + * localized details are not available, the snippet.localized object will + * contain resource details in the resource's default language. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of messages that should be returned in the result set. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken property identify other pages that could be retrieved. + * @opt_param string profileImageSize The profileImageSize parameter specifies + * the size of the user profile pictures that should be returned in the result + * set. Default: 88. + * @return Google_Service_YouTube_LiveChatMessageListResponse + */ + public function listLiveChatMessages($liveChatId, $part, $optParams = array()) + { + $params = array('liveChatId' => $liveChatId, 'part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_LiveChatMessageListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatModerators.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatModerators.php new file mode 100644 index 000000000..89875ad0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveChatModerators.php @@ -0,0 +1,81 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $liveChatModerators = $youtubeService->liveChatModerators; + * + */ +class Google_Service_YouTube_Resource_LiveChatModerators extends Google_Service_Resource +{ + /** + * Removes a chat moderator. (liveChatModerators.delete) + * + * @param string $id The id parameter identifies the chat moderator to remove. + * The value uniquely identifies both the moderator and the chat. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a new moderator for the chat. (liveChatModerators.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response returns. Set the parameter value to snippet. + * @param Google_Service_YouTube_LiveChatModerator $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_LiveChatModerator + */ + public function insert($part, Google_Service_YouTube_LiveChatModerator $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_LiveChatModerator"); + } + /** + * Lists moderators for a live chat. (liveChatModerators.listLiveChatModerators) + * + * @param string $liveChatId The liveChatId parameter specifies the YouTube live + * chat for which the API should return moderators. + * @param string $part The part parameter specifies the liveChatModerator + * resource parts that the API response will include. Supported values are id + * and snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_LiveChatModeratorListResponse + */ + public function listLiveChatModerators($liveChatId, $part, $optParams = array()) + { + $params = array('liveChatId' => $liveChatId, 'part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_LiveChatModeratorListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveStreams.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveStreams.php new file mode 100644 index 000000000..0a40129f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/LiveStreams.php @@ -0,0 +1,244 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $liveStreams = $youtubeService->liveStreams; + * + */ +class Google_Service_YouTube_Resource_LiveStreams extends Google_Service_Resource +{ + /** + * Deletes a video stream. (liveStreams.delete) + * + * @param string $id The id parameter specifies the YouTube live stream ID for + * the resource that is being deleted. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Creates a video stream. The stream enables you to send your video to YouTube, + * which can then broadcast the video to your audience. (liveStreams.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The part properties that you can include in the parameter value are id, + * snippet, cdn, and status. + * @param Google_Service_YouTube_LiveStream $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_LiveStream + */ + public function insert($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_LiveStream"); + } + /** + * Returns a list of video streams that match the API request parameters. + * (liveStreams.listLiveStreams) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more liveStream resource properties that the API response will + * include. The part names that you can include in the parameter value are id, + * snippet, cdn, and status. + * @param array $optParams Optional parameters. + * + * @opt_param string id The id parameter specifies a comma-separated list of + * YouTube stream IDs that identify the streams being retrieved. In a liveStream + * resource, the id property specifies the stream's ID. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param bool mine The mine parameter can be used to instruct the API to + * only return streams owned by the authenticated user. Set the parameter value + * to true to only retrieve your own streams. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_LiveStreamListResponse + */ + public function listLiveStreams($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_LiveStreamListResponse"); + } + /** + * Updates a video stream. If the properties that you want to change cannot be + * updated, then you need to create a new stream with the proper settings. + * (liveStreams.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * The part properties that you can include in the parameter value are id, + * snippet, cdn, and status. + * + * Note that this method will override the existing values for all of the + * mutable properties that are contained in any parts that the parameter value + * specifies. If the request body does not specify a value for a mutable + * property, the existing value for that property will be removed. + * @param Google_Service_YouTube_LiveStream $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_LiveStream + */ + public function update($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_LiveStream"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Members.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Members.php new file mode 100644 index 000000000..37afb4f4c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Members.php @@ -0,0 +1,55 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $members = $youtubeService->members; + * + */ +class Google_Service_YouTube_Resource_Members extends Google_Service_Resource +{ + /** + * Lists members for a channel. (members.listMembers) + * + * @param string $part The part parameter specifies the member resource parts + * that the API response will include. Supported values are id and snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hasAccessToLevel The hasAccessToLevel parameter specifies, + * when set, the ID of a pricing level that members from the results set should + * have access to. When not set, all members will be considered, regardless of + * their active pricing level. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param string mode The mode parameter specifies which channel members to + * return. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_MemberListResponse + */ + public function listMembers($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_MemberListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/MembershipsLevels.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/MembershipsLevels.php new file mode 100644 index 000000000..fd8b72b59 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/MembershipsLevels.php @@ -0,0 +1,43 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $membershipsLevels = $youtubeService->membershipsLevels; + * + */ +class Google_Service_YouTube_Resource_MembershipsLevels extends Google_Service_Resource +{ + /** + * Lists pricing levels for a channel. (membershipsLevels.listMembershipsLevels) + * + * @param string $part The part parameter specifies the membershipsLevel + * resource parts that the API response will include. Supported values are id + * and snippet. + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_MembershipsLevelListResponse + */ + public function listMembershipsLevels($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_MembershipsLevelListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/PlaylistItems.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/PlaylistItems.php new file mode 100644 index 000000000..cfeee73d8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/PlaylistItems.php @@ -0,0 +1,178 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $playlistItems = $youtubeService->playlistItems; + * + */ +class Google_Service_YouTube_Resource_PlaylistItems extends Google_Service_Resource +{ + /** + * Deletes a playlist item. (playlistItems.delete) + * + * @param string $id The id parameter specifies the YouTube playlist item ID for + * the playlist item that is being deleted. In a playlistItem resource, the id + * property specifies the playlist item's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a resource to a playlist. (playlistItems.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * @param Google_Service_YouTube_PlaylistItem $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_PlaylistItem + */ + public function insert($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_PlaylistItem"); + } + /** + * Returns a collection of playlist items that match the API request parameters. + * You can retrieve all of the playlist items in a specified playlist or + * retrieve one or more playlist items by their unique IDs. + * (playlistItems.listPlaylistItems) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more playlistItem resource properties that the API response will + * include. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in a + * playlistItem resource, the snippet property contains numerous fields, + * including the title, description, position, and resourceId properties. As + * such, if you set part=snippet, the API response will contain all of those + * properties. + * @param array $optParams Optional parameters. + * + * @opt_param string id The id parameter specifies a comma-separated list of one + * or more unique playlist item IDs. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @opt_param string playlistId The playlistId parameter specifies the unique ID + * of the playlist for which you want to retrieve playlist items. Note that even + * though this is an optional parameter, every request to retrieve playlist + * items must specify a value for either the id parameter or the playlistId + * parameter. + * @opt_param string videoId The videoId parameter specifies that the request + * should return only the playlist items that contain the specified video. + * @return Google_Service_YouTube_PlaylistItemListResponse + */ + public function listPlaylistItems($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_PlaylistItemListResponse"); + } + /** + * Modifies a playlist item. For example, you could update the item's position + * in the playlist. (playlistItems.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * Note that this method will override the existing values for all of the + * mutable properties that are contained in any parts that the parameter value + * specifies. For example, a playlist item can specify a start time and end + * time, which identify the times portion of the video that should play when + * users watch the video in the playlist. If your request is updating a playlist + * item that sets these values, and the request's part parameter value includes + * the contentDetails part, the playlist item's start and end times will be + * updated to whatever value the request body specifies. If the request body + * does not specify values, the existing start and end times will be removed and + * replaced with the default settings. + * @param Google_Service_YouTube_PlaylistItem $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_PlaylistItem + */ + public function update($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_PlaylistItem"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Playlists.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Playlists.php new file mode 100644 index 000000000..0a844242c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Playlists.php @@ -0,0 +1,211 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $playlists = $youtubeService->playlists; + * + */ +class Google_Service_YouTube_Resource_Playlists extends Google_Service_Resource +{ + /** + * Deletes a playlist. (playlists.delete) + * + * @param string $id The id parameter specifies the YouTube playlist ID for the + * playlist that is being deleted. In a playlist resource, the id property + * specifies the playlist's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Creates a playlist. (playlists.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * @param Google_Service_YouTube_Playlist $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @return Google_Service_YouTube_Playlist + */ + public function insert($part, Google_Service_YouTube_Playlist $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_Playlist"); + } + /** + * Returns a collection of playlists that match the API request parameters. For + * example, you can retrieve all playlists that the authenticated user owns, or + * you can retrieve one or more playlists by their unique IDs. + * (playlists.listPlaylists) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more playlist resource properties that the API response will include. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in a playlist + * resource, the snippet property contains properties like author, title, + * description, tags, and timeCreated. As such, if you set part=snippet, the API + * response will contain all of those properties. + * @param array $optParams Optional parameters. + * + * @opt_param string channelId This value indicates that the API should only + * return the specified channel's playlists. + * @opt_param string hl The hl parameter should be used for filter out the + * properties that are not in the given language. Used for the snippet part. + * @opt_param string id The id parameter specifies a comma-separated list of the + * YouTube playlist ID(s) for the resource(s) that are being retrieved. In a + * playlist resource, the id property specifies the playlist's YouTube playlist + * ID. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param bool mine Set this parameter's value to true to instruct the API + * to only return playlists owned by the authenticated user. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_PlaylistListResponse + */ + public function listPlaylists($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_PlaylistListResponse"); + } + /** + * Modifies a playlist. For example, you could change a playlist's title, + * description, or privacy status. (playlists.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * Note that this method will override the existing values for mutable + * properties that are contained in any parts that the request body specifies. + * For example, a playlist's description is contained in the snippet part, which + * must be included in the request body. If the request does not specify a value + * for the snippet.description property, the playlist's existing description + * will be deleted. + * @param Google_Service_YouTube_Playlist $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_Playlist + */ + public function update($part, Google_Service_YouTube_Playlist $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_Playlist"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Search.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Search.php new file mode 100644 index 000000000..1f67c0525 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Search.php @@ -0,0 +1,185 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $search = $youtubeService->search; + * + */ +class Google_Service_YouTube_Resource_Search extends Google_Service_Resource +{ + /** + * Returns a collection of search results that match the query parameters + * specified in the API request. By default, a search result set identifies + * matching video, channel, and playlist resources, but you can also configure + * queries to only retrieve a specific type of resource. (search.listSearch) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more search resource properties that the API response will include. + * Set the parameter value to snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string channelId The channelId parameter indicates that the API + * response should only contain resources created by the channel + * @opt_param string channelType The channelType parameter lets you restrict a + * search to a particular type of channel. + * @opt_param string eventType The eventType parameter restricts a search to + * broadcast events. If you specify a value for this parameter, you must also + * set the type parameter's value to video. + * @opt_param bool forContentOwner Note: This parameter is intended exclusively + * for YouTube content partners. + * + * The forContentOwner parameter restricts the search to only retrieve resources + * owned by the content owner specified by the onBehalfOfContentOwner parameter. + * The user must be authenticated using a CMS account linked to the specified + * content owner and onBehalfOfContentOwner must be provided. + * @opt_param bool forDeveloper The forDeveloper parameter restricts the search + * to only retrieve videos uploaded via the developer's application or website. + * The API server uses the request's authorization credentials to identify the + * developer. Therefore, a developer can restrict results to videos uploaded + * through the developer's own app or website but not to videos uploaded through + * other apps or sites. + * @opt_param bool forMine The forMine parameter restricts the search to only + * retrieve videos owned by the authenticated user. If you set this parameter to + * true, then the type parameter's value must also be set to video. + * @opt_param string location The location parameter, in conjunction with the + * locationRadius parameter, defines a circular geographic area and also + * restricts a search to videos that specify, in their metadata, a geographic + * location that falls within that area. The parameter value is a string that + * specifies latitude/longitude coordinates e.g. (37.42307,-122.08427). + * + * - The location parameter value identifies the point at the center of the + * area. - The locationRadius parameter specifies the maximum distance that the + * location associated with a video can be from that point for the video to + * still be included in the search results.The API returns an error if your + * request specifies a value for the location parameter but does not also + * specify a value for the locationRadius parameter. + * @opt_param string locationRadius The locationRadius parameter, in conjunction + * with the location parameter, defines a circular geographic area. + * + * The parameter value must be a floating point number followed by a measurement + * unit. Valid measurement units are m, km, ft, and mi. For example, valid + * parameter values include 1500m, 5km, 10000ft, and 0.75mi. The API does not + * support locationRadius parameter values larger than 1000 kilometers. + * + * Note: See the definition of the location parameter for more information. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string order The order parameter specifies the method that will be + * used to order resources in the API response. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @opt_param string publishedAfter The publishedAfter parameter indicates that + * the API response should only contain resources created after the specified + * time. The value is an RFC 3339 formatted date-time value + * (1970-01-01T00:00:00Z). + * @opt_param string publishedBefore The publishedBefore parameter indicates + * that the API response should only contain resources created before the + * specified time. The value is an RFC 3339 formatted date-time value + * (1970-01-01T00:00:00Z). + * @opt_param string q The q parameter specifies the query term to search for. + * + * Your request can also use the Boolean NOT (-) and OR (|) operators to exclude + * videos or to find videos that are associated with one of several search + * terms. For example, to search for videos matching either "boating" or + * "sailing", set the q parameter value to boating|sailing. Similarly, to search + * for videos matching either "boating" or "sailing" but not "fishing", set the + * q parameter value to boating|sailing -fishing. Note that the pipe character + * must be URL-escaped when it is sent in your API request. The URL-escaped + * value for the pipe character is %7C. + * @opt_param string regionCode The regionCode parameter instructs the API to + * return search results for the specified country. The parameter value is an + * ISO 3166-1 alpha-2 country code. + * @opt_param string relatedToVideoId The relatedToVideoId parameter retrieves a + * list of videos that are related to the video that the parameter value + * identifies. The parameter value must be set to a YouTube video ID and, if you + * are using this parameter, the type parameter must be set to video. + * @opt_param string relevanceLanguage The relevanceLanguage parameter instructs + * the API to return search results that are most relevant to the specified + * language. The parameter value is typically an ISO 639-1 two-letter language + * code. However, you should use the values zh-Hans for simplified Chinese and + * zh-Hant for traditional Chinese. Please note that results in other languages + * will still be returned if they are highly relevant to the search query term. + * @opt_param string safeSearch The safeSearch parameter indicates whether the + * search results should include restricted content as well as standard content. + * @opt_param string topicId The topicId parameter indicates that the API + * response should only contain resources associated with the specified topic. + * The value identifies a Freebase topic ID. + * @opt_param string type The type parameter restricts a search query to only + * retrieve a particular type of resource. The value is a comma-separated list + * of resource types. + * @opt_param string videoCaption The videoCaption parameter indicates whether + * the API should filter video search results based on whether they have + * captions. If you specify a value for this parameter, you must also set the + * type parameter's value to video. + * @opt_param string videoCategoryId The videoCategoryId parameter filters video + * search results based on their category. If you specify a value for this + * parameter, you must also set the type parameter's value to video. + * @opt_param string videoDefinition The videoDefinition parameter lets you + * restrict a search to only include either high definition (HD) or standard + * definition (SD) videos. HD videos are available for playback in at least + * 720p, though higher resolutions, like 1080p, might also be available. If you + * specify a value for this parameter, you must also set the type parameter's + * value to video. + * @opt_param string videoDimension The videoDimension parameter lets you + * restrict a search to only retrieve 2D or 3D videos. If you specify a value + * for this parameter, you must also set the type parameter's value to video. + * @opt_param string videoDuration The videoDuration parameter filters video + * search results based on their duration. If you specify a value for this + * parameter, you must also set the type parameter's value to video. + * @opt_param string videoEmbeddable The videoEmbeddable parameter lets you to + * restrict a search to only videos that can be embedded into a webpage. If you + * specify a value for this parameter, you must also set the type parameter's + * value to video. + * @opt_param string videoLicense The videoLicense parameter filters search + * results to only include videos with a particular license. YouTube lets video + * uploaders choose to attach either the Creative Commons license or the + * standard YouTube license to each of their videos. If you specify a value for + * this parameter, you must also set the type parameter's value to video. + * @opt_param string videoSyndicated The videoSyndicated parameter lets you to + * restrict a search to only videos that can be played outside youtube.com. If + * you specify a value for this parameter, you must also set the type + * parameter's value to video. + * @opt_param string videoType The videoType parameter lets you restrict a + * search to a particular type of videos. If you specify a value for this + * parameter, you must also set the type parameter's value to video. + * @return Google_Service_YouTube_SearchListResponse + */ + public function listSearch($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_SearchListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Sponsors.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Sponsors.php new file mode 100644 index 000000000..2a3c43ba8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Sponsors.php @@ -0,0 +1,51 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $sponsors = $youtubeService->sponsors; + * + */ +class Google_Service_YouTube_Resource_Sponsors extends Google_Service_Resource +{ + /** + * Lists sponsors for a channel. (sponsors.listSponsors) + * + * @param string $part The part parameter specifies the sponsor resource parts + * that the API response will include. Supported values are id and snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The filter parameter specifies which channel + * sponsors to return. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_SponsorListResponse + */ + public function listSponsors($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_SponsorListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Subscriptions.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Subscriptions.php new file mode 100644 index 000000000..993d3dec1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Subscriptions.php @@ -0,0 +1,136 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $subscriptions = $youtubeService->subscriptions; + * + */ +class Google_Service_YouTube_Resource_Subscriptions extends Google_Service_Resource +{ + /** + * Deletes a subscription. (subscriptions.delete) + * + * @param string $id The id parameter specifies the YouTube subscription ID for + * the resource that is being deleted. In a subscription resource, the id + * property specifies the YouTube subscription ID. + * @param array $optParams Optional parameters. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Adds a subscription for the authenticated user's channel. + * (subscriptions.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * @param Google_Service_YouTube_Subscription $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_YouTube_Subscription + */ + public function insert($part, Google_Service_YouTube_Subscription $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_Subscription"); + } + /** + * Returns subscription resources that match the API request criteria. + * (subscriptions.listSubscriptions) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more subscription resource properties that the API response will + * include. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in a + * subscription resource, the snippet property contains other properties, such + * as a display title for the subscription. If you set part=snippet, the API + * response will also contain all of those nested properties. + * @param array $optParams Optional parameters. + * + * @opt_param string channelId The channelId parameter specifies a YouTube + * channel ID. The API will only return that channel's subscriptions. + * @opt_param string forChannelId The forChannelId parameter specifies a comma- + * separated list of channel IDs. The API response will then only contain + * subscriptions matching those channels. + * @opt_param string id The id parameter specifies a comma-separated list of the + * YouTube subscription ID(s) for the resource(s) that are being retrieved. In a + * subscription resource, the id property specifies the YouTube subscription ID. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param bool mine Set this parameter's value to true to retrieve a feed of + * the authenticated user's subscriptions. + * @opt_param bool myRecentSubscribers Set this parameter's value to true to + * retrieve a feed of the subscribers of the authenticated user in reverse + * chronological order (newest first). + * @opt_param bool mySubscribers Set this parameter's value to true to retrieve + * a feed of the subscribers of the authenticated user in no particular order. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param string order The order parameter specifies the method that will be + * used to sort resources in the API response. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_SubscriptionListResponse + */ + public function listSubscriptions($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_SubscriptionListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/SuperChatEvents.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/SuperChatEvents.php new file mode 100644 index 000000000..38a2be00c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/SuperChatEvents.php @@ -0,0 +1,59 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $superChatEvents = $youtubeService->superChatEvents; + * + */ +class Google_Service_YouTube_Resource_SuperChatEvents extends Google_Service_Resource +{ + /** + * Lists Super Chat events for a channel. (superChatEvents.listSuperChatEvents) + * + * @param string $part The part parameter specifies the superChatEvent resource + * parts that the API response will include. Supported values are id and + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter instructs the API to retrieve localized + * resource metadata for a specific application language that the YouTube + * website supports. The parameter value must be a language code included in the + * list returned by the i18nLanguages.list method. + * + * If localized resource details are available in that language, the resource's + * snippet.localized object will contain the localized values. However, if + * localized details are not available, the snippet.localized object will + * contain resource details in the resource's default language. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * @return Google_Service_YouTube_SuperChatEventListResponse + */ + public function listSuperChatEvents($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_SuperChatEventListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Thumbnails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Thumbnails.php new file mode 100644 index 000000000..bf91bcd48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Thumbnails.php @@ -0,0 +1,56 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $thumbnails = $youtubeService->thumbnails; + * + */ +class Google_Service_YouTube_Resource_Thumbnails extends Google_Service_Resource +{ + /** + * Uploads a custom video thumbnail to YouTube and sets it for a video. + * (thumbnails.set) + * + * @param string $videoId The videoId parameter specifies a YouTube video ID for + * which the custom video thumbnail is being provided. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + * @return Google_Service_YouTube_ThumbnailSetResponse + */ + public function set($videoId, $optParams = array()) + { + $params = array('videoId' => $videoId); + $params = array_merge($params, $optParams); + return $this->call('set', array($params), "Google_Service_YouTube_ThumbnailSetResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoAbuseReportReasons.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoAbuseReportReasons.php new file mode 100644 index 000000000..6b63f94df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoAbuseReportReasons.php @@ -0,0 +1,47 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $videoAbuseReportReasons = $youtubeService->videoAbuseReportReasons; + * + */ +class Google_Service_YouTube_Resource_VideoAbuseReportReasons extends Google_Service_Resource +{ + /** + * Returns a list of abuse reasons that can be used for reporting abusive + * videos. (videoAbuseReportReasons.listVideoAbuseReportReasons) + * + * @param string $part The part parameter specifies the videoCategory resource + * parts that the API response will include. Supported values are id and + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter specifies the language that should be + * used for text values in the API response. + * @return Google_Service_YouTube_VideoAbuseReportReasonListResponse + */ + public function listVideoAbuseReportReasons($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_VideoAbuseReportReasonListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoCategories.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoCategories.php new file mode 100644 index 000000000..9f6c15f8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/VideoCategories.php @@ -0,0 +1,52 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $videoCategories = $youtubeService->videoCategories; + * + */ +class Google_Service_YouTube_Resource_VideoCategories extends Google_Service_Resource +{ + /** + * Returns a list of categories that can be associated with YouTube videos. + * (videoCategories.listVideoCategories) + * + * @param string $part The part parameter specifies the videoCategory resource + * properties that the API response will include. Set the parameter value to + * snippet. + * @param array $optParams Optional parameters. + * + * @opt_param string hl The hl parameter specifies the language that should be + * used for text values in the API response. + * @opt_param string id The id parameter specifies a comma-separated list of + * video category IDs for the resources that you are retrieving. + * @opt_param string regionCode The regionCode parameter instructs the API to + * return the list of video categories available in the specified country. The + * parameter value is an ISO 3166-1 alpha-2 country code. + * @return Google_Service_YouTube_VideoCategoryListResponse + */ + public function listVideoCategories($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_VideoCategoryListResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php new file mode 100644 index 000000000..d5203384c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php @@ -0,0 +1,315 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $videos = $youtubeService->videos; + * + */ +class Google_Service_YouTube_Resource_Videos extends Google_Service_Resource +{ + /** + * Deletes a YouTube video. (videos.delete) + * + * @param string $id The id parameter specifies the YouTube video ID for the + * resource that is being deleted. In a video resource, the id property + * specifies the video's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + */ + public function delete($id, $optParams = array()) + { + $params = array('id' => $id); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Retrieves the ratings that the authorized user gave to a list of specified + * videos. (videos.getRating) + * + * @param string $id The id parameter specifies a comma-separated list of the + * YouTube video ID(s) for the resource(s) for which you are retrieving rating + * data. In a video resource, the id property specifies the video's ID. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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_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_VideoGetRatingResponse"); + } + /** + * Uploads a video to YouTube and optionally sets the video's metadata. + * (videos.insert) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * Note that not all parts contain properties that can be set when inserting or + * updating a video. For example, the statistics object encapsulates statistics + * that YouTube calculates for a video and does not contain values that you can + * set or modify. If the parameter value specifies a part that does not contain + * mutable values, that part will still be included in the API response. + * @param Google_Service_YouTube_Video $postBody + * @param array $optParams Optional parameters. + * + * @opt_param bool autoLevels The autoLevels parameter indicates whether YouTube + * should automatically enhance the video's lighting and color. + * @opt_param bool notifySubscribers The notifySubscribers parameter indicates + * whether YouTube should send a notification about the new video to users who + * subscribe to the video's channel. A parameter value of True indicates that + * subscribers will be notified of newly uploaded videos. However, a channel + * owner who is uploading many videos might prefer to set the value to False to + * avoid sending a notification about each new video to the channel's + * subscribers. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be + * used in a properly authorized request. Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID + * of the channel to which a video is being added. This parameter is required + * when a request specifies a value for the onBehalfOfContentOwner parameter, + * and it can only be used in conjunction with that parameter. In addition, the + * request must be authorized using a CMS account that is linked to the content + * owner that the onBehalfOfContentOwner parameter specifies. Finally, the + * channel that the onBehalfOfContentOwnerChannel parameter value specifies must + * be linked to the content owner that the onBehalfOfContentOwner parameter + * specifies. + * + * This parameter is intended for YouTube content partners that own and manage + * many different YouTube channels. It allows content owners to authenticate + * once and perform actions on behalf of the channel specified in the parameter + * value, without having to provide authentication credentials for each separate + * channel. + * @opt_param bool stabilize The stabilize parameter indicates whether YouTube + * should adjust the video to remove shaky camera motions. + * @return Google_Service_YouTube_Video + */ + public function insert($part, Google_Service_YouTube_Video $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTube_Video"); + } + /** + * Returns a list of videos that match the API request parameters. + * (videos.listVideos) + * + * @param string $part The part parameter specifies a comma-separated list of + * one or more video resource properties that the API response will include. + * + * If the parameter identifies a property that contains child properties, the + * child properties will be included in the response. For example, in a video + * resource, the snippet property contains the channelId, title, description, + * tags, and categoryId properties. As such, if you set part=snippet, the API + * response will contain all of those properties. + * @param array $optParams Optional parameters. + * + * @opt_param string chart The chart parameter identifies the chart that you + * want to retrieve. + * @opt_param string hl The hl parameter instructs the API to retrieve localized + * resource metadata for a specific application language that the YouTube + * website supports. The parameter value must be a language code included in the + * list returned by the i18nLanguages.list method. + * + * If localized resource details are available in that language, the resource's + * snippet.localized object will contain the localized values. However, if + * localized details are not available, the snippet.localized object will + * contain resource details in the resource's default language. + * @opt_param string id The id parameter specifies a comma-separated list of the + * YouTube video ID(s) for the resource(s) that are being retrieved. In a video + * resource, the id property specifies the video's ID. + * @opt_param string locale DEPRECATED + * @opt_param string maxHeight The maxHeight parameter specifies a maximum + * height of the embedded player. If maxWidth is provided, maxHeight may not be + * reached in order to not violate the width request. + * @opt_param string maxResults The maxResults parameter specifies the maximum + * number of items that should be returned in the result set. + * + * Note: This parameter is supported for use in conjunction with the myRating + * and chart parameters, but it is not supported for use in conjunction with the + * id parameter. + * @opt_param string maxWidth The maxWidth parameter specifies a maximum width + * of the embedded player. If maxHeight is provided, maxWidth may not be reached + * in order to not violate the height request. + * @opt_param string myRating Set this parameter's value to like or dislike to + * instruct the API to only return videos liked or disliked by the authenticated + * user. + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + * @opt_param string pageToken The pageToken parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * nextPageToken and prevPageToken properties identify other pages that could be + * retrieved. + * + * Note: This parameter is supported for use in conjunction with the myRating + * and chart parameters, but it is not supported for use in conjunction with the + * id parameter. + * @opt_param string regionCode The regionCode parameter instructs the API to + * select a video chart available in the specified region. This parameter can + * only be used in conjunction with the chart parameter. The parameter value is + * an ISO 3166-1 alpha-2 country code. + * @opt_param string videoCategoryId The videoCategoryId parameter identifies + * the video category for which the chart should be retrieved. This parameter + * can only be used in conjunction with the chart parameter. By default, charts + * are not restricted to a particular category. + * @return Google_Service_YouTube_VideoListResponse + */ + public function listVideos($part, $optParams = array()) + { + $params = array('part' => $part); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTube_VideoListResponse"); + } + /** + * Add a like or dislike rating to a video or remove a rating from a video. + * (videos.rate) + * + * @param string $id The id parameter specifies the YouTube video ID of the + * video that is being rated or having its rating removed. + * @param string $rating Specifies the rating to record. + * @param array $optParams Optional parameters. + */ + public function rate($id, $rating, $optParams = array()) + { + $params = array('id' => $id, 'rating' => $rating); + $params = array_merge($params, $optParams); + return $this->call('rate', array($params)); + } + /** + * Report abuse for a video. (videos.reportAbuse) + * + * @param Google_Service_YouTube_VideoAbuseReport $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + */ + public function reportAbuse(Google_Service_YouTube_VideoAbuseReport $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reportAbuse', array($params)); + } + /** + * Updates a video's metadata. (videos.update) + * + * @param string $part The part parameter serves two purposes in this operation. + * It identifies the properties that the write operation will set as well as the + * properties that the API response will include. + * + * Note that this method will override the existing values for all of the + * mutable properties that are contained in any parts that the parameter value + * specifies. For example, a video's privacy setting is contained in the status + * part. As such, if your request is updating a private video, and the request's + * part parameter value includes the status part, the video's privacy setting + * will be updated to whatever value the request body specifies. If the request + * body does not specify a value, the existing privacy setting will be removed + * and the video will revert to the default privacy setting. + * + * In addition, not all parts contain properties that can be set when inserting + * or updating a video. For example, the statistics object encapsulates + * statistics that YouTube calculates for a video and does not contain values + * that you can set or modify. If the parameter value specifies a part that does + * not contain mutable values, that part will still be included in the API + * response. + * @param Google_Service_YouTube_Video $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, without having to provide + * authentication credentials for each individual channel. The actual CMS + * account that the user authenticates with must be linked to the specified + * YouTube content owner. + * @return Google_Service_YouTube_Video + */ + public function update($part, Google_Service_YouTube_Video $postBody, $optParams = array()) + { + $params = array('part' => $part, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTube_Video"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Watermarks.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Watermarks.php new file mode 100644 index 000000000..087404035 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Resource/Watermarks.php @@ -0,0 +1,82 @@ + + * $youtubeService = new Google_Service_YouTube(...); + * $watermarks = $youtubeService->watermarks; + * + */ +class Google_Service_YouTube_Resource_Watermarks extends Google_Service_Resource +{ + /** + * Uploads a watermark image to YouTube and sets it for a channel. + * (watermarks.set) + * + * @param string $channelId The channelId parameter specifies the YouTube + * channel ID for which the watermark is being provided. + * @param Google_Service_YouTube_InvideoBranding $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + */ + public function set($channelId, Google_Service_YouTube_InvideoBranding $postBody, $optParams = array()) + { + $params = array('channelId' => $channelId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('set', array($params)); + } + /** + * Deletes a channel's watermark image. (watermarks.unsetWatermarks) + * + * @param string $channelId The channelId parameter specifies the YouTube + * channel ID for which the watermark is being unset. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner Note: This parameter is intended + * exclusively for YouTube content partners. + * + * The onBehalfOfContentOwner parameter indicates that the request's + * authorization credentials identify a YouTube CMS user who is acting on behalf + * of the content owner specified in the parameter value. This parameter is + * intended for YouTube content partners that own and manage many different + * YouTube channels. It allows content owners to authenticate once and get + * access to all their video and channel data, 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. + */ + public function unsetWatermarks($channelId, $optParams = array()) + { + $params = array('channelId' => $channelId); + $params = array_merge($params, $optParams); + return $this->call('unset', array($params)); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ResourceId.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ResourceId.php new file mode 100644 index 000000000..cd869cfd8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ResourceId.php @@ -0,0 +1,57 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setPlaylistId($playlistId) + { + $this->playlistId = $playlistId; + } + public function getPlaylistId() + { + return $this->playlistId; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchListResponse.php new file mode 100644 index 000000000..93808fdd7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchListResponse.php @@ -0,0 +1,133 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_SearchResult + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_SearchResult + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php new file mode 100644 index 000000000..342887b91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php @@ -0,0 +1,71 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setId(Google_Service_YouTube_ResourceId $id) + { + $this->id = $id; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_YouTube_SearchResultSnippet + */ + public function setSnippet(Google_Service_YouTube_SearchResultSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_SearchResultSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResultSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResultSnippet.php new file mode 100644 index 000000000..c1fe9898a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResultSnippet.php @@ -0,0 +1,91 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelTitle($channelTitle) + { + $this->channelTitle = $channelTitle; + } + public function getChannelTitle() + { + return $this->channelTitle; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLiveBroadcastContent($liveBroadcastContent) + { + $this->liveBroadcastContent = $liveBroadcastContent; + } + public function getLiveBroadcastContent() + { + return $this->liveBroadcastContent; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php new file mode 100644 index 000000000..deb383bf5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php @@ -0,0 +1,55 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_YouTube_SponsorSnippet + */ + public function setSnippet(Google_Service_YouTube_SponsorSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_SponsorSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorListResponse.php new file mode 100644 index 000000000..309bd0809 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorListResponse.php @@ -0,0 +1,115 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Sponsor + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Sponsor + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php new file mode 100644 index 000000000..5e1880d41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php @@ -0,0 +1,64 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setCumulativeDurationMonths($cumulativeDurationMonths) + { + $this->cumulativeDurationMonths = $cumulativeDurationMonths; + } + public function getCumulativeDurationMonths() + { + return $this->cumulativeDurationMonths; + } + /** + * @param Google_Service_YouTube_ChannelProfileDetails + */ + public function setSponsorDetails(Google_Service_YouTube_ChannelProfileDetails $sponsorDetails) + { + $this->sponsorDetails = $sponsorDetails; + } + /** + * @return Google_Service_YouTube_ChannelProfileDetails + */ + public function getSponsorDetails() + { + return $this->sponsorDetails; + } + public function setSponsorSince($sponsorSince) + { + $this->sponsorSince = $sponsorSince; + } + public function getSponsorSince() + { + return $this->sponsorSince; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php new file mode 100644 index 000000000..ad3ba92d1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php @@ -0,0 +1,96 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_SubscriptionContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_SubscriptionSnippet + */ + public function setSnippet(Google_Service_YouTube_SubscriptionSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_SubscriptionSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_SubscriptionSubscriberSnippet + */ + public function setSubscriberSnippet(Google_Service_YouTube_SubscriptionSubscriberSnippet $subscriberSnippet) + { + $this->subscriberSnippet = $subscriberSnippet; + } + /** + * @return Google_Service_YouTube_SubscriptionSubscriberSnippet + */ + public function getSubscriberSnippet() + { + return $this->subscriberSnippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.php new file mode 100644 index 000000000..8eeff51b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.php @@ -0,0 +1,48 @@ +activityType = $activityType; + } + public function getActivityType() + { + return $this->activityType; + } + public function setNewItemCount($newItemCount) + { + $this->newItemCount = $newItemCount; + } + public function getNewItemCount() + { + return $this->newItemCount; + } + public function setTotalItemCount($totalItemCount) + { + $this->totalItemCount = $totalItemCount; + } + public function getTotalItemCount() + { + return $this->totalItemCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionListResponse.php new file mode 100644 index 000000000..47402d9a6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Subscription + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Subscription + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php new file mode 100644 index 000000000..852a70b3d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php @@ -0,0 +1,98 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelTitle($channelTitle) + { + $this->channelTitle = $channelTitle; + } + public function getChannelTitle() + { + return $this->channelTitle; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + /** + * @param Google_Service_YouTube_ResourceId + */ + public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) + { + $this->resourceId = $resourceId; + } + /** + * @return Google_Service_YouTube_ResourceId + */ + public function getResourceId() + { + return $this->resourceId; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php new file mode 100644 index 000000000..722473b97 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php @@ -0,0 +1,64 @@ +channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php new file mode 100644 index 000000000..53ea21d54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_SuperChatEventSnippet + */ + public function setSnippet(Google_Service_YouTube_SuperChatEventSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_SuperChatEventSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.php new file mode 100644 index 000000000..c5ffc5f2a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.php @@ -0,0 +1,115 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_SuperChatEvent + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_SuperChatEvent + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php new file mode 100644 index 000000000..395fb4056 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php @@ -0,0 +1,150 @@ +amountMicros = $amountMicros; + } + public function getAmountMicros() + { + return $this->amountMicros; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setCommentText($commentText) + { + $this->commentText = $commentText; + } + public function getCommentText() + { + return $this->commentText; + } + public function setCreatedAt($createdAt) + { + $this->createdAt = $createdAt; + } + public function getCreatedAt() + { + return $this->createdAt; + } + public function setCurrency($currency) + { + $this->currency = $currency; + } + public function getCurrency() + { + return $this->currency; + } + public function setDisplayString($displayString) + { + $this->displayString = $displayString; + } + public function getDisplayString() + { + return $this->displayString; + } + public function setIsSuperChatForGood($isSuperChatForGood) + { + $this->isSuperChatForGood = $isSuperChatForGood; + } + public function getIsSuperChatForGood() + { + return $this->isSuperChatForGood; + } + public function setIsSuperStickerEvent($isSuperStickerEvent) + { + $this->isSuperStickerEvent = $isSuperStickerEvent; + } + public function getIsSuperStickerEvent() + { + return $this->isSuperStickerEvent; + } + public function setMessageType($messageType) + { + $this->messageType = $messageType; + } + public function getMessageType() + { + return $this->messageType; + } + /** + * @param Google_Service_YouTube_Nonprofit + */ + public function setNonprofit(Google_Service_YouTube_Nonprofit $nonprofit) + { + $this->nonprofit = $nonprofit; + } + /** + * @return Google_Service_YouTube_Nonprofit + */ + public function getNonprofit() + { + return $this->nonprofit; + } + /** + * @param Google_Service_YouTube_SuperStickerMetadata + */ + public function setSuperStickerMetadata(Google_Service_YouTube_SuperStickerMetadata $superStickerMetadata) + { + $this->superStickerMetadata = $superStickerMetadata; + } + /** + * @return Google_Service_YouTube_SuperStickerMetadata + */ + public function getSuperStickerMetadata() + { + return $this->superStickerMetadata; + } + /** + * @param Google_Service_YouTube_ChannelProfileDetails + */ + public function setSupporterDetails(Google_Service_YouTube_ChannelProfileDetails $supporterDetails) + { + $this->supporterDetails = $supporterDetails; + } + /** + * @return Google_Service_YouTube_ChannelProfileDetails + */ + public function getSupporterDetails() + { + return $this->supporterDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperStickerMetadata.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperStickerMetadata.php new file mode 100644 index 000000000..28a0deeab --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperStickerMetadata.php @@ -0,0 +1,48 @@ +altText = $altText; + } + public function getAltText() + { + return $this->altText; + } + public function setAltTextLanguage($altTextLanguage) + { + $this->altTextLanguage = $altTextLanguage; + } + public function getAltTextLanguage() + { + return $this->altTextLanguage; + } + public function setStickerId($stickerId) + { + $this->stickerId = $stickerId; + } + public function getStickerId() + { + return $this->stickerId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.php new file mode 100644 index 000000000..008a35a10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.php @@ -0,0 +1,48 @@ +height = $height; + } + public function getHeight() + { + return $this->height; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } + public function setWidth($width) + { + $this->width = $width; + } + public function getWidth() + { + return $this->width; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailDetails.php new file mode 100644 index 000000000..133092dde --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailDetails.php @@ -0,0 +1,101 @@ +default = $default; + } + /** + * @return Google_Service_YouTube_Thumbnail + */ + public function getDefault() + { + return $this->default; + } + /** + * @param Google_Service_YouTube_Thumbnail + */ + public function setHigh(Google_Service_YouTube_Thumbnail $high) + { + $this->high = $high; + } + /** + * @return Google_Service_YouTube_Thumbnail + */ + public function getHigh() + { + return $this->high; + } + /** + * @param Google_Service_YouTube_Thumbnail + */ + public function setMaxres(Google_Service_YouTube_Thumbnail $maxres) + { + $this->maxres = $maxres; + } + /** + * @return Google_Service_YouTube_Thumbnail + */ + public function getMaxres() + { + return $this->maxres; + } + /** + * @param Google_Service_YouTube_Thumbnail + */ + public function setMedium(Google_Service_YouTube_Thumbnail $medium) + { + $this->medium = $medium; + } + /** + * @return Google_Service_YouTube_Thumbnail + */ + public function getMedium() + { + return $this->medium; + } + /** + * @param Google_Service_YouTube_Thumbnail + */ + public function setStandard(Google_Service_YouTube_Thumbnail $standard) + { + $this->standard = $standard; + } + /** + * @return Google_Service_YouTube_Thumbnail + */ + public function getStandard() + { + return $this->standard; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.php new file mode 100644 index 000000000..5256cabed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php new file mode 100644 index 000000000..dbe5851d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php @@ -0,0 +1,20 @@ +ageGating = $ageGating; + } + /** + * @return Google_Service_YouTube_VideoAgeGating + */ + public function getAgeGating() + { + return $this->ageGating; + } + /** + * @param Google_Service_YouTube_VideoContentDetails + */ + public function setContentDetails(Google_Service_YouTube_VideoContentDetails $contentDetails) + { + $this->contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTube_VideoContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_YouTube_VideoFileDetails + */ + public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDetails) + { + $this->fileDetails = $fileDetails; + } + /** + * @return Google_Service_YouTube_VideoFileDetails + */ + public function getFileDetails() + { + return $this->fileDetails; + } + 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_YouTube_VideoLiveStreamingDetails + */ + public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamingDetails $liveStreamingDetails) + { + $this->liveStreamingDetails = $liveStreamingDetails; + } + /** + * @return Google_Service_YouTube_VideoLiveStreamingDetails + */ + public function getLiveStreamingDetails() + { + return $this->liveStreamingDetails; + } + /** + * @param Google_Service_YouTube_VideoLocalization + */ + public function setLocalizations($localizations) + { + $this->localizations = $localizations; + } + /** + * @return Google_Service_YouTube_VideoLocalization + */ + public function getLocalizations() + { + return $this->localizations; + } + /** + * @param Google_Service_YouTube_VideoMonetizationDetails + */ + public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationDetails $monetizationDetails) + { + $this->monetizationDetails = $monetizationDetails; + } + /** + * @return Google_Service_YouTube_VideoMonetizationDetails + */ + public function getMonetizationDetails() + { + return $this->monetizationDetails; + } + /** + * @param Google_Service_YouTube_VideoPlayer + */ + public function setPlayer(Google_Service_YouTube_VideoPlayer $player) + { + $this->player = $player; + } + /** + * @return Google_Service_YouTube_VideoPlayer + */ + public function getPlayer() + { + return $this->player; + } + /** + * @param Google_Service_YouTube_VideoProcessingDetails + */ + public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetails $processingDetails) + { + $this->processingDetails = $processingDetails; + } + /** + * @return Google_Service_YouTube_VideoProcessingDetails + */ + public function getProcessingDetails() + { + return $this->processingDetails; + } + /** + * @param Google_Service_YouTube_VideoProjectDetails + */ + public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $projectDetails) + { + $this->projectDetails = $projectDetails; + } + /** + * @return Google_Service_YouTube_VideoProjectDetails + */ + public function getProjectDetails() + { + return $this->projectDetails; + } + /** + * @param Google_Service_YouTube_VideoRecordingDetails + */ + public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails $recordingDetails) + { + $this->recordingDetails = $recordingDetails; + } + /** + * @return Google_Service_YouTube_VideoRecordingDetails + */ + public function getRecordingDetails() + { + return $this->recordingDetails; + } + /** + * @param Google_Service_YouTube_VideoSnippet + */ + public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_VideoSnippet + */ + public function getSnippet() + { + return $this->snippet; + } + /** + * @param Google_Service_YouTube_VideoStatistics + */ + public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics) + { + $this->statistics = $statistics; + } + /** + * @return Google_Service_YouTube_VideoStatistics + */ + public function getStatistics() + { + return $this->statistics; + } + /** + * @param Google_Service_YouTube_VideoStatus + */ + public function setStatus(Google_Service_YouTube_VideoStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_YouTube_VideoStatus + */ + public function getStatus() + { + return $this->status; + } + /** + * @param Google_Service_YouTube_VideoSuggestions + */ + public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggestions) + { + $this->suggestions = $suggestions; + } + /** + * @return Google_Service_YouTube_VideoSuggestions + */ + public function getSuggestions() + { + return $this->suggestions; + } + /** + * @param Google_Service_YouTube_VideoTopicDetails + */ + public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicDetails) + { + $this->topicDetails = $topicDetails; + } + /** + * @return Google_Service_YouTube_VideoTopicDetails + */ + public function getTopicDetails() + { + return $this->topicDetails; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.php new file mode 100644 index 000000000..d7b3e2402 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.php @@ -0,0 +1,66 @@ +comments = $comments; + } + public function getComments() + { + return $this->comments; + } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } + public function setReasonId($reasonId) + { + $this->reasonId = $reasonId; + } + public function getReasonId() + { + return $this->reasonId; + } + public function setSecondaryReasonId($secondaryReasonId) + { + $this->secondaryReasonId = $secondaryReasonId; + } + public function getSecondaryReasonId() + { + return $this->secondaryReasonId; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReason.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReason.php new file mode 100644 index 000000000..2cc78cce4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReason.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_VideoAbuseReportReasonSnippet + */ + public function setSnippet(Google_Service_YouTube_VideoAbuseReportReasonSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_VideoAbuseReportReasonSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonListResponse.php new file mode 100644 index 000000000..625880380 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonListResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_VideoAbuseReportReason + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_VideoAbuseReportReason + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php new file mode 100644 index 000000000..39f2fad5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php @@ -0,0 +1,47 @@ +label = $label; + } + public function getLabel() + { + return $this->label; + } + /** + * @param Google_Service_YouTube_VideoAbuseReportSecondaryReason + */ + public function setSecondaryReasons($secondaryReasons) + { + $this->secondaryReasons = $secondaryReasons; + } + /** + * @return Google_Service_YouTube_VideoAbuseReportSecondaryReason + */ + public function getSecondaryReasons() + { + return $this->secondaryReasons; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportSecondaryReason.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportSecondaryReason.php new file mode 100644 index 000000000..1cca94cdc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportSecondaryReason.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAgeGating.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAgeGating.php new file mode 100644 index 000000000..b1270636c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAgeGating.php @@ -0,0 +1,48 @@ +alcoholContent = $alcoholContent; + } + public function getAlcoholContent() + { + return $this->alcoholContent; + } + public function setRestricted($restricted) + { + $this->restricted = $restricted; + } + public function getRestricted() + { + return $this->restricted; + } + public function setVideoGameRating($videoGameRating) + { + $this->videoGameRating = $videoGameRating; + } + public function getVideoGameRating() + { + return $this->videoGameRating; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategory.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategory.php new file mode 100644 index 000000000..5ed90dfe5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategory.php @@ -0,0 +1,64 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTube_VideoCategorySnippet + */ + public function setSnippet(Google_Service_YouTube_VideoCategorySnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTube_VideoCategorySnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.php new file mode 100644 index 000000000..d0ffc1cc0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_VideoCategory + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_VideoCategory + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php new file mode 100644 index 000000000..f02099c91 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php @@ -0,0 +1,48 @@ +assignable = $assignable; + } + public function getAssignable() + { + return $this->assignable; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetails.php new file mode 100644 index 000000000..d9abc9a5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetails.php @@ -0,0 +1,132 @@ +caption = $caption; + } + public function getCaption() + { + return $this->caption; + } + /** + * @param Google_Service_YouTube_ContentRating + */ + public function setContentRating(Google_Service_YouTube_ContentRating $contentRating) + { + $this->contentRating = $contentRating; + } + /** + * @return Google_Service_YouTube_ContentRating + */ + public function getContentRating() + { + return $this->contentRating; + } + /** + * @param Google_Service_YouTube_AccessPolicy + */ + public function setCountryRestriction(Google_Service_YouTube_AccessPolicy $countryRestriction) + { + $this->countryRestriction = $countryRestriction; + } + /** + * @return Google_Service_YouTube_AccessPolicy + */ + public function getCountryRestriction() + { + return $this->countryRestriction; + } + public function setDefinition($definition) + { + $this->definition = $definition; + } + public function getDefinition() + { + return $this->definition; + } + public function setDimension($dimension) + { + $this->dimension = $dimension; + } + public function getDimension() + { + return $this->dimension; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } + public function setHasCustomThumbnail($hasCustomThumbnail) + { + $this->hasCustomThumbnail = $hasCustomThumbnail; + } + public function getHasCustomThumbnail() + { + return $this->hasCustomThumbnail; + } + public function setLicensedContent($licensedContent) + { + $this->licensedContent = $licensedContent; + } + public function getLicensedContent() + { + return $this->licensedContent; + } + public function setProjection($projection) + { + $this->projection = $projection; + } + public function getProjection() + { + return $this->projection; + } + /** + * @param Google_Service_YouTube_VideoContentDetailsRegionRestriction + */ + public function setRegionRestriction(Google_Service_YouTube_VideoContentDetailsRegionRestriction $regionRestriction) + { + $this->regionRestriction = $regionRestriction; + } + /** + * @return Google_Service_YouTube_VideoContentDetailsRegionRestriction + */ + public function getRegionRestriction() + { + return $this->regionRestriction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.php new file mode 100644 index 000000000..018ecc8aa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.php @@ -0,0 +1,40 @@ +allowed = $allowed; + } + public function getAllowed() + { + return $this->allowed; + } + public function setBlocked($blocked) + { + $this->blocked = $blocked; + } + public function getBlocked() + { + return $this->blocked; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.php new file mode 100644 index 000000000..38ea35540 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.php @@ -0,0 +1,117 @@ +audioStreams = $audioStreams; + } + /** + * @return Google_Service_YouTube_VideoFileDetailsAudioStream + */ + public function getAudioStreams() + { + return $this->audioStreams; + } + public function setBitrateBps($bitrateBps) + { + $this->bitrateBps = $bitrateBps; + } + public function getBitrateBps() + { + return $this->bitrateBps; + } + public function setContainer($container) + { + $this->container = $container; + } + public function getContainer() + { + return $this->container; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDurationMs($durationMs) + { + $this->durationMs = $durationMs; + } + public function getDurationMs() + { + return $this->durationMs; + } + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + public function getFileName() + { + return $this->fileName; + } + public function setFileSize($fileSize) + { + $this->fileSize = $fileSize; + } + public function getFileSize() + { + return $this->fileSize; + } + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + public function getFileType() + { + return $this->fileType; + } + /** + * @param Google_Service_YouTube_VideoFileDetailsVideoStream + */ + public function setVideoStreams($videoStreams) + { + $this->videoStreams = $videoStreams; + } + /** + * @return Google_Service_YouTube_VideoFileDetailsVideoStream + */ + public function getVideoStreams() + { + return $this->videoStreams; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php new file mode 100644 index 000000000..e082b8856 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php @@ -0,0 +1,57 @@ +bitrateBps = $bitrateBps; + } + public function getBitrateBps() + { + return $this->bitrateBps; + } + public function setChannelCount($channelCount) + { + $this->channelCount = $channelCount; + } + public function getChannelCount() + { + return $this->channelCount; + } + public function setCodec($codec) + { + $this->codec = $codec; + } + public function getCodec() + { + return $this->codec; + } + public function setVendor($vendor) + { + $this->vendor = $vendor; + } + public function getVendor() + { + return $this->vendor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsVideoStream.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsVideoStream.php new file mode 100644 index 000000000..6a62cbb8c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsVideoStream.php @@ -0,0 +1,93 @@ +aspectRatio = $aspectRatio; + } + public function getAspectRatio() + { + return $this->aspectRatio; + } + public function setBitrateBps($bitrateBps) + { + $this->bitrateBps = $bitrateBps; + } + public function getBitrateBps() + { + return $this->bitrateBps; + } + public function setCodec($codec) + { + $this->codec = $codec; + } + public function getCodec() + { + return $this->codec; + } + public function setFrameRateFps($frameRateFps) + { + $this->frameRateFps = $frameRateFps; + } + public function getFrameRateFps() + { + return $this->frameRateFps; + } + public function setHeightPixels($heightPixels) + { + $this->heightPixels = $heightPixels; + } + public function getHeightPixels() + { + return $this->heightPixels; + } + public function setRotation($rotation) + { + $this->rotation = $rotation; + } + public function getRotation() + { + return $this->rotation; + } + public function setVendor($vendor) + { + $this->vendor = $vendor; + } + public function getVendor() + { + return $this->vendor; + } + public function setWidthPixels($widthPixels) + { + $this->widthPixels = $widthPixels; + } + public function getWidthPixels() + { + return $this->widthPixels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php new file mode 100644 index 000000000..989f3ffa3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php @@ -0,0 +1,74 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_VideoRating + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_VideoRating + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php new file mode 100644 index 000000000..034705e32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php @@ -0,0 +1,124 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + /** + * @param Google_Service_YouTube_Video + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTube_Video + */ + 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; + } + /** + * @param Google_Service_YouTube_PageInfo + */ + public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo) + { + $this->pageInfo = $pageInfo; + } + /** + * @return Google_Service_YouTube_PageInfo + */ + public function getPageInfo() + { + return $this->pageInfo; + } + public function setPrevPageToken($prevPageToken) + { + $this->prevPageToken = $prevPageToken; + } + public function getPrevPageToken() + { + return $this->prevPageToken; + } + /** + * @param Google_Service_YouTube_TokenPagination + */ + public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination) + { + $this->tokenPagination = $tokenPagination; + } + /** + * @return Google_Service_YouTube_TokenPagination + */ + public function getTokenPagination() + { + return $this->tokenPagination; + } + public function setVisitorId($visitorId) + { + $this->visitorId = $visitorId; + } + public function getVisitorId() + { + return $this->visitorId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php new file mode 100644 index 000000000..8641bcd94 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php @@ -0,0 +1,75 @@ +activeLiveChatId = $activeLiveChatId; + } + public function getActiveLiveChatId() + { + return $this->activeLiveChatId; + } + public function setActualEndTime($actualEndTime) + { + $this->actualEndTime = $actualEndTime; + } + public function getActualEndTime() + { + return $this->actualEndTime; + } + public function setActualStartTime($actualStartTime) + { + $this->actualStartTime = $actualStartTime; + } + public function getActualStartTime() + { + return $this->actualStartTime; + } + public function setConcurrentViewers($concurrentViewers) + { + $this->concurrentViewers = $concurrentViewers; + } + public function getConcurrentViewers() + { + return $this->concurrentViewers; + } + public function setScheduledEndTime($scheduledEndTime) + { + $this->scheduledEndTime = $scheduledEndTime; + } + public function getScheduledEndTime() + { + return $this->scheduledEndTime; + } + public function setScheduledStartTime($scheduledStartTime) + { + $this->scheduledStartTime = $scheduledStartTime; + } + public function getScheduledStartTime() + { + return $this->scheduledStartTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.php new file mode 100644 index 000000000..c24831cfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.php @@ -0,0 +1,39 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoMonetizationDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoMonetizationDetails.php new file mode 100644 index 000000000..f3adeae7f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoMonetizationDetails.php @@ -0,0 +1,37 @@ +access = $access; + } + /** + * @return Google_Service_YouTube_AccessPolicy + */ + public function getAccess() + { + return $this->access; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoPlayer.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoPlayer.php new file mode 100644 index 000000000..024619e81 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoPlayer.php @@ -0,0 +1,48 @@ +embedHeight = $embedHeight; + } + public function getEmbedHeight() + { + return $this->embedHeight; + } + public function setEmbedHtml($embedHtml) + { + $this->embedHtml = $embedHtml; + } + public function getEmbedHtml() + { + return $this->embedHtml; + } + public function setEmbedWidth($embedWidth) + { + $this->embedWidth = $embedWidth; + } + public function getEmbedWidth() + { + return $this->embedWidth; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetails.php new file mode 100644 index 000000000..7a5822269 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetails.php @@ -0,0 +1,100 @@ +editorSuggestionsAvailability = $editorSuggestionsAvailability; + } + public function getEditorSuggestionsAvailability() + { + return $this->editorSuggestionsAvailability; + } + public function setFileDetailsAvailability($fileDetailsAvailability) + { + $this->fileDetailsAvailability = $fileDetailsAvailability; + } + public function getFileDetailsAvailability() + { + return $this->fileDetailsAvailability; + } + public function setProcessingFailureReason($processingFailureReason) + { + $this->processingFailureReason = $processingFailureReason; + } + public function getProcessingFailureReason() + { + return $this->processingFailureReason; + } + public function setProcessingIssuesAvailability($processingIssuesAvailability) + { + $this->processingIssuesAvailability = $processingIssuesAvailability; + } + public function getProcessingIssuesAvailability() + { + return $this->processingIssuesAvailability; + } + /** + * @param Google_Service_YouTube_VideoProcessingDetailsProcessingProgress + */ + public function setProcessingProgress(Google_Service_YouTube_VideoProcessingDetailsProcessingProgress $processingProgress) + { + $this->processingProgress = $processingProgress; + } + /** + * @return Google_Service_YouTube_VideoProcessingDetailsProcessingProgress + */ + public function getProcessingProgress() + { + return $this->processingProgress; + } + public function setProcessingStatus($processingStatus) + { + $this->processingStatus = $processingStatus; + } + public function getProcessingStatus() + { + return $this->processingStatus; + } + public function setTagSuggestionsAvailability($tagSuggestionsAvailability) + { + $this->tagSuggestionsAvailability = $tagSuggestionsAvailability; + } + public function getTagSuggestionsAvailability() + { + return $this->tagSuggestionsAvailability; + } + public function setThumbnailsAvailability($thumbnailsAvailability) + { + $this->thumbnailsAvailability = $thumbnailsAvailability; + } + public function getThumbnailsAvailability() + { + return $this->thumbnailsAvailability; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php new file mode 100644 index 000000000..72d081960 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php @@ -0,0 +1,48 @@ +partsProcessed = $partsProcessed; + } + public function getPartsProcessed() + { + return $this->partsProcessed; + } + public function setPartsTotal($partsTotal) + { + $this->partsTotal = $partsTotal; + } + public function getPartsTotal() + { + return $this->partsTotal; + } + public function setTimeLeftMs($timeLeftMs) + { + $this->timeLeftMs = $timeLeftMs; + } + public function getTimeLeftMs() + { + return $this->timeLeftMs; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProjectDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProjectDetails.php new file mode 100644 index 000000000..4be655b12 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProjectDetails.php @@ -0,0 +1,31 @@ +tags = $tags; + } + public function getTags() + { + return $this->tags; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoRating.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoRating.php new file mode 100644 index 000000000..bdcc2d6c6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoRating.php @@ -0,0 +1,39 @@ +rating = $rating; + } + public function getRating() + { + return $this->rating; + } + public function setVideoId($videoId) + { + $this->videoId = $videoId; + } + public function getVideoId() + { + return $this->videoId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoRecordingDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoRecordingDetails.php new file mode 100644 index 000000000..e98d96017 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoRecordingDetails.php @@ -0,0 +1,55 @@ +location = $location; + } + /** + * @return Google_Service_YouTube_GeoPoint + */ + public function getLocation() + { + return $this->location; + } + public function setLocationDescription($locationDescription) + { + $this->locationDescription = $locationDescription; + } + public function getLocationDescription() + { + return $this->locationDescription; + } + public function setRecordingDate($recordingDate) + { + $this->recordingDate = $recordingDate; + } + public function getRecordingDate() + { + return $this->recordingDate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php new file mode 100644 index 000000000..d9f63c100 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php @@ -0,0 +1,144 @@ +categoryId = $categoryId; + } + public function getCategoryId() + { + return $this->categoryId; + } + public function setChannelId($channelId) + { + $this->channelId = $channelId; + } + public function getChannelId() + { + return $this->channelId; + } + public function setChannelTitle($channelTitle) + { + $this->channelTitle = $channelTitle; + } + public function getChannelTitle() + { + return $this->channelTitle; + } + public function setDefaultAudioLanguage($defaultAudioLanguage) + { + $this->defaultAudioLanguage = $defaultAudioLanguage; + } + public function getDefaultAudioLanguage() + { + return $this->defaultAudioLanguage; + } + public function setDefaultLanguage($defaultLanguage) + { + $this->defaultLanguage = $defaultLanguage; + } + public function getDefaultLanguage() + { + return $this->defaultLanguage; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setLiveBroadcastContent($liveBroadcastContent) + { + $this->liveBroadcastContent = $liveBroadcastContent; + } + public function getLiveBroadcastContent() + { + return $this->liveBroadcastContent; + } + /** + * @param Google_Service_YouTube_VideoLocalization + */ + public function setLocalized(Google_Service_YouTube_VideoLocalization $localized) + { + $this->localized = $localized; + } + /** + * @return Google_Service_YouTube_VideoLocalization + */ + public function getLocalized() + { + return $this->localized; + } + public function setPublishedAt($publishedAt) + { + $this->publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ + public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails) + { + $this->thumbnails = $thumbnails; + } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ + public function getThumbnails() + { + return $this->thumbnails; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php new file mode 100644 index 000000000..6570fe495 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php @@ -0,0 +1,66 @@ +commentCount = $commentCount; + } + public function getCommentCount() + { + return $this->commentCount; + } + public function setDislikeCount($dislikeCount) + { + $this->dislikeCount = $dislikeCount; + } + public function getDislikeCount() + { + return $this->dislikeCount; + } + public function setFavoriteCount($favoriteCount) + { + $this->favoriteCount = $favoriteCount; + } + public function getFavoriteCount() + { + return $this->favoriteCount; + } + public function setLikeCount($likeCount) + { + $this->likeCount = $likeCount; + } + public function getLikeCount() + { + return $this->likeCount; + } + public function setViewCount($viewCount) + { + $this->viewCount = $viewCount; + } + public function getViewCount() + { + return $this->viewCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatus.php new file mode 100644 index 000000000..fa9ee23af --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatus.php @@ -0,0 +1,93 @@ +embeddable = $embeddable; + } + public function getEmbeddable() + { + return $this->embeddable; + } + public function setFailureReason($failureReason) + { + $this->failureReason = $failureReason; + } + public function getFailureReason() + { + return $this->failureReason; + } + public function setLicense($license) + { + $this->license = $license; + } + public function getLicense() + { + return $this->license; + } + public function setPrivacyStatus($privacyStatus) + { + $this->privacyStatus = $privacyStatus; + } + public function getPrivacyStatus() + { + return $this->privacyStatus; + } + public function setPublicStatsViewable($publicStatsViewable) + { + $this->publicStatsViewable = $publicStatsViewable; + } + public function getPublicStatsViewable() + { + return $this->publicStatsViewable; + } + public function setPublishAt($publishAt) + { + $this->publishAt = $publishAt; + } + public function getPublishAt() + { + return $this->publishAt; + } + public function setRejectionReason($rejectionReason) + { + $this->rejectionReason = $rejectionReason; + } + public function getRejectionReason() + { + return $this->rejectionReason; + } + public function setUploadStatus($uploadStatus) + { + $this->uploadStatus = $uploadStatus; + } + public function getUploadStatus() + { + return $this->uploadStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestions.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestions.php new file mode 100644 index 000000000..179356539 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestions.php @@ -0,0 +1,74 @@ +editorSuggestions = $editorSuggestions; + } + public function getEditorSuggestions() + { + return $this->editorSuggestions; + } + public function setProcessingErrors($processingErrors) + { + $this->processingErrors = $processingErrors; + } + public function getProcessingErrors() + { + return $this->processingErrors; + } + public function setProcessingHints($processingHints) + { + $this->processingHints = $processingHints; + } + public function getProcessingHints() + { + return $this->processingHints; + } + public function setProcessingWarnings($processingWarnings) + { + $this->processingWarnings = $processingWarnings; + } + public function getProcessingWarnings() + { + return $this->processingWarnings; + } + /** + * @param Google_Service_YouTube_VideoSuggestionsTagSuggestion + */ + public function setTagSuggestions($tagSuggestions) + { + $this->tagSuggestions = $tagSuggestions; + } + /** + * @return Google_Service_YouTube_VideoSuggestionsTagSuggestion + */ + public function getTagSuggestions() + { + return $this->tagSuggestions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.php new file mode 100644 index 000000000..8895b991b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.php @@ -0,0 +1,40 @@ +categoryRestricts = $categoryRestricts; + } + public function getCategoryRestricts() + { + return $this->categoryRestricts; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoTopicDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoTopicDetails.php new file mode 100644 index 000000000..8cadb7966 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoTopicDetails.php @@ -0,0 +1,49 @@ +relevantTopicIds = $relevantTopicIds; + } + public function getRelevantTopicIds() + { + return $this->relevantTopicIds; + } + public function setTopicCategories($topicCategories) + { + $this->topicCategories = $topicCategories; + } + public function getTopicCategories() + { + return $this->topicCategories; + } + public function setTopicIds($topicIds) + { + $this->topicIds = $topicIds; + } + public function getTopicIds() + { + return $this->topicIds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/WatchSettings.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/WatchSettings.php new file mode 100644 index 000000000..a17316a71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/WatchSettings.php @@ -0,0 +1,48 @@ +backgroundColor = $backgroundColor; + } + public function getBackgroundColor() + { + return $this->backgroundColor; + } + public function setFeaturedPlaylistId($featuredPlaylistId) + { + $this->featuredPlaylistId = $featuredPlaylistId; + } + public function getFeaturedPlaylistId() + { + return $this->featuredPlaylistId; + } + public function setTextColor($textColor) + { + $this->textColor = $textColor; + } + public function getTextColor() + { + return $this->textColor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics.php new file mode 100644 index 000000000..73eb63c19 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics.php @@ -0,0 +1,235 @@ + + * Retrieves your YouTube Analytics data. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_YouTubeAnalytics extends Google_Service +{ + /** Manage your YouTube account. */ + const YOUTUBE = + "https://www.googleapis.com/auth/youtube"; + /** View your YouTube account. */ + const YOUTUBE_READONLY = + "https://www.googleapis.com/auth/youtube.readonly"; + /** View and manage your assets and associated content on YouTube. */ + const YOUTUBEPARTNER = + "https://www.googleapis.com/auth/youtubepartner"; + /** View monetary and non-monetary YouTube Analytics reports for your YouTube content. */ + const YT_ANALYTICS_MONETARY_READONLY = + "https://www.googleapis.com/auth/yt-analytics-monetary.readonly"; + /** View YouTube Analytics reports for your YouTube content. */ + const YT_ANALYTICS_READONLY = + "https://www.googleapis.com/auth/yt-analytics.readonly"; + + public $groupItems; + public $groups; + public $reports; + + /** + * Constructs the internal representation of the YouTubeAnalytics 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://youtubeanalytics.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'youtubeAnalytics'; + + $this->groupItems = new Google_Service_YouTubeAnalytics_Resource_GroupItems( + $this, + $this->serviceName, + 'groupItems', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/groupItems', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'v2/groupItems', + 'httpMethod' => 'POST', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/groupItems', + 'httpMethod' => 'GET', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->groups = new Google_Service_YouTubeAnalytics_Resource_Groups( + $this, + $this->serviceName, + 'groups', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v2/groups', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'v2/groups', + 'httpMethod' => 'POST', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v2/groups', + 'httpMethod' => 'GET', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'id' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'mine' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'v2/groups', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->reports = new Google_Service_YouTubeAnalytics_Resource_Reports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'query' => array( + 'path' => 'v2/reports', + 'httpMethod' => 'GET', + 'parameters' => array( + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sort' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeHistoricalChannelData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'ids' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'currency' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'dimensions' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/EmptyResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/EmptyResponse.php new file mode 100644 index 000000000..178e21b0b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/EmptyResponse.php @@ -0,0 +1,37 @@ +errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ErrorProto.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ErrorProto.php new file mode 100644 index 000000000..a233b2ca0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ErrorProto.php @@ -0,0 +1,85 @@ +argument = $argument; + } + public function getArgument() + { + return $this->argument; + } + public function setCode($code) + { + $this->code = $code; + } + public function getCode() + { + return $this->code; + } + public function setDebugInfo($debugInfo) + { + $this->debugInfo = $debugInfo; + } + public function getDebugInfo() + { + return $this->debugInfo; + } + public function setDomain($domain) + { + $this->domain = $domain; + } + public function getDomain() + { + return $this->domain; + } + public function setExternalErrorMessage($externalErrorMessage) + { + $this->externalErrorMessage = $externalErrorMessage; + } + public function getExternalErrorMessage() + { + return $this->externalErrorMessage; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setLocationType($locationType) + { + $this->locationType = $locationType; + } + public function getLocationType() + { + return $this->locationType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Errors.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Errors.php new file mode 100644 index 000000000..4fa484037 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Errors.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_YouTubeAnalytics_ErrorProto + */ + public function setError($error) + { + $this->error = $error; + } + /** + * @return Google_Service_YouTubeAnalytics_ErrorProto + */ + public function getError() + { + return $this->error; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.php new file mode 100644 index 000000000..5c222280a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.php @@ -0,0 +1,96 @@ +contentDetails = $contentDetails; + } + /** + * @return Google_Service_YouTubeAnalytics_GroupContentDetails + */ + public function getContentDetails() + { + return $this->contentDetails; + } + /** + * @param Google_Service_YouTubeAnalytics_Errors + */ + public function setErrors(Google_Service_YouTubeAnalytics_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + 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_YouTubeAnalytics_GroupSnippet + */ + public function setSnippet(Google_Service_YouTubeAnalytics_GroupSnippet $snippet) + { + $this->snippet = $snippet; + } + /** + * @return Google_Service_YouTubeAnalytics_GroupSnippet + */ + public function getSnippet() + { + return $this->snippet; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.php new file mode 100644 index 000000000..10c8f4f29 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.php @@ -0,0 +1,39 @@ +itemCount = $itemCount; + } + public function getItemCount() + { + return $this->itemCount; + } + public function setItemType($itemType) + { + $this->itemType = $itemType; + } + public function getItemType() + { + return $this->itemType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItem.php new file mode 100644 index 000000000..b0d189f82 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItem.php @@ -0,0 +1,89 @@ +errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setGroupId($groupId) + { + $this->groupId = $groupId; + } + public function getGroupId() + { + return $this->groupId; + } + 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_YouTubeAnalytics_GroupItemResource + */ + public function setResource(Google_Service_YouTubeAnalytics_GroupItemResource $resource) + { + $this->resource = $resource; + } + /** + * @return Google_Service_YouTubeAnalytics_GroupItemResource + */ + public function getResource() + { + return $this->resource; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php new file mode 100644 index 000000000..9373557cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.php new file mode 100644 index 000000000..225121bfc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.php @@ -0,0 +1,39 @@ +publishedAt = $publishedAt; + } + public function getPublishedAt() + { + return $this->publishedAt; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupItemsResponse.php new file mode 100644 index 000000000..41b39d4b1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupItemsResponse.php @@ -0,0 +1,72 @@ +errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_YouTubeAnalytics_GroupItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTubeAnalytics_GroupItem + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupsResponse.php new file mode 100644 index 000000000..2f86a52c8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ListGroupsResponse.php @@ -0,0 +1,81 @@ +errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + /** + * @param Google_Service_YouTubeAnalytics_Group + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_YouTubeAnalytics_Group + */ + 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/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/QueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/QueryResponse.php new file mode 100644 index 000000000..911120f9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/QueryResponse.php @@ -0,0 +1,72 @@ +columnHeaders = $columnHeaders; + } + /** + * @return Google_Service_YouTubeAnalytics_ResultTableColumnHeader + */ + public function getColumnHeaders() + { + return $this->columnHeaders; + } + /** + * @param Google_Service_YouTubeAnalytics_Errors + */ + public function setErrors(Google_Service_YouTubeAnalytics_Errors $errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setRows($rows) + { + $this->rows = $rows; + } + public function getRows() + { + return $this->rows; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.php new file mode 100644 index 000000000..7edd97c01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.php @@ -0,0 +1,109 @@ + + * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); + * $groupItems = $youtubeAnalyticsService->groupItems; + * + */ +class Google_Service_YouTubeAnalytics_Resource_GroupItems extends Google_Service_Resource +{ + /** + * Removes an item from a group. (groupItems.delete) + * + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @opt_param string id The `id` parameter specifies the YouTube group item ID + * of the group item that is being deleted. + * @return Google_Service_YouTubeAnalytics_EmptyResponse + */ + public function delete($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_YouTubeAnalytics_EmptyResponse"); + } + /** + * Creates a group item. (groupItems.insert) + * + * @param Google_Service_YouTubeAnalytics_GroupItem $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @return Google_Service_YouTubeAnalytics_GroupItem + */ + public function insert(Google_Service_YouTubeAnalytics_GroupItem $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_GroupItem"); + } + /** + * Returns a collection of group items that match the API request parameters. + * (groupItems.listGroupItems) + * + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @opt_param string groupId The `groupId` parameter specifies the unique ID of + * the group for which you want to retrieve group items. + * @return Google_Service_YouTubeAnalytics_ListGroupItemsResponse + */ + public function listGroupItems($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_ListGroupItemsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.php new file mode 100644 index 000000000..ed4018e9b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.php @@ -0,0 +1,148 @@ + + * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); + * $groups = $youtubeAnalyticsService->groups; + * + */ +class Google_Service_YouTubeAnalytics_Resource_Groups extends Google_Service_Resource +{ + /** + * Deletes a group. (groups.delete) + * + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @opt_param string id The `id` parameter specifies the YouTube group ID of the + * group that is being deleted. + * @return Google_Service_YouTubeAnalytics_EmptyResponse + */ + public function delete($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_YouTubeAnalytics_EmptyResponse"); + } + /** + * Creates a group. (groups.insert) + * + * @param Google_Service_YouTubeAnalytics_Group $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @return Google_Service_YouTubeAnalytics_Group + */ + public function insert(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_Group"); + } + /** + * Returns a collection of groups that match the API request parameters. For + * example, you can retrieve all groups that the authenticated user owns, or you + * can retrieve one or more groups by their unique IDs. (groups.listGroups) + * + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @opt_param string id The `id` parameter specifies a comma-separated list of + * the YouTube group ID(s) for the resource(s) that are being retrieved. Each + * group must be owned by the authenticated user. In a `group` resource, the + * `id` property specifies the group's YouTube group ID. + * + * Note that if you do not specify a value for the `id` parameter, then you must + * set the `mine` parameter to `true`. + * @opt_param bool mine This parameter can only be used in a properly authorized + * request. Set this parameter's value to true to retrieve all groups owned by + * the authenticated user. + * @opt_param string pageToken The `pageToken` parameter identifies a specific + * page in the result set that should be returned. In an API response, the + * `nextPageToken` property identifies the next page that can be retrieved. + * @return Google_Service_YouTubeAnalytics_ListGroupsResponse + */ + public function listGroups($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_ListGroupsResponse"); + } + /** + * Modifies a group. For example, you could change a group's title. + * (groups.update) + * + * @param Google_Service_YouTubeAnalytics_Group $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner This parameter can only be used in a + * properly authorized request. **Note:** This parameter is intended exclusively + * for YouTube content partners that own and manage many different YouTube + * channels. + * + * The `onBehalfOfContentOwner` parameter indicates that the request's + * authorization credentials identify a YouTube user who is acting on behalf of + * the content owner specified in the parameter value. It allows content owners + * to authenticate once and get access to all their video and channel data, + * without having to provide authentication credentials for each individual + * channel. The account that the user authenticates with must be linked to the + * specified YouTube content owner. + * @return Google_Service_YouTubeAnalytics_Group + */ + public function update(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_YouTubeAnalytics_Group"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.php new file mode 100644 index 000000000..5404ff35f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.php @@ -0,0 +1,93 @@ + + * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); + * $reports = $youtubeAnalyticsService->reports; + * + */ +class Google_Service_YouTubeAnalytics_Resource_Reports extends Google_Service_Resource +{ + /** + * Retrieve your YouTube Analytics reports. (reports.query) + * + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults The maximum number of rows to include in the + * response.", minValue: 1 + * @opt_param string filters A list of filters that should be applied when + * retrieving YouTube Analytics data. The [Available + * Reports](/youtube/analytics/v2/available_reports) document identifies the + * dimensions that can be used to filter each report, and the + * [Dimensions](/youtube/analytics/v2/dimsmets/dims) document defines those + * dimensions. If a request uses multiple filters, join them together with a + * semicolon (`;`), and the returned result table will satisfy both filters. For + * example, a filters parameter value of `video==dMH0bHeiRNg;country==IT` + * restricts the result set to include data for the given video in Italy.", + * @opt_param string sort A comma-separated list of dimensions or metrics that + * determine the sort order for YouTube Analytics data. By default the sort + * order is ascending. The '`-`' prefix causes descending sort order.", pattern: + * [-0-9a-zA-Z,]+ + * @opt_param string startDate The start date for fetching YouTube Analytics + * data. The value should be in `YYYY-MM-DD` format. required: true, pattern: + * "[0-9]{4}-[0-9]{2}-[0-9]{2} + * @opt_param string metrics A comma-separated list of YouTube Analytics + * metrics, such as `views` or `likes,dislikes`. See the [Available + * Reports](/youtube/analytics/v2/available_reports) document for a list of the + * reports that you can retrieve and the metrics available in each report, and + * see the [Metrics](/youtube/analytics/v2/dimsmets/mets) document for + * definitions of those metrics. required: true, pattern: [0-9a-zA-Z,]+ + * @opt_param bool includeHistoricalChannelData If set to true historical data + * (i.e. channel data from before the linking of the channel to the content + * owner) will be retrieved.", + * @opt_param string ids Identifies the YouTube channel or content owner for + * which you are retrieving YouTube Analytics data. + * + * - To request data for a YouTube user, set the `ids` parameter value to + * `channel==CHANNEL_ID`, where `CHANNEL_ID` specifies the unique YouTube + * channel ID. - To request data for a YouTube CMS content owner, set the `ids` + * parameter value to `contentOwner==OWNER_NAME`, where `OWNER_NAME` is the + * CMS name of the content owner. required: true, pattern: + * [a-zA-Z]+==[a-zA-Z0-9_+-]+ + * @opt_param string currency The currency to which financial metrics should be + * converted. The default is US Dollar (USD). If the result contains no + * financial metrics, this flag will be ignored. Responds with an error if the + * specified currency is not recognized.", pattern: [A-Z]{3} + * @opt_param int startIndex An index of the first entity to retrieve. Use this + * parameter as a pagination mechanism along with the max-results parameter + * (one-based, inclusive).", minValue: 1 + * @opt_param string dimensions A comma-separated list of YouTube Analytics + * dimensions, such as `views` or `ageGroup,gender`. See the [Available + * Reports](/youtube/analytics/v2/available_reports) document for a list of the + * reports that you can retrieve and the dimensions used for those reports. Also + * see the [Dimensions](/youtube/analytics/v2/dimsmets/dims) document for + * definitions of those dimensions." pattern: [0-9a-zA-Z,]+ + * @opt_param string endDate The end date for fetching YouTube Analytics data. + * The value should be in `YYYY-MM-DD` format. required: true, pattern: + * [0-9]{4}-[0-9]{2}-[0-9]{2} + * @return Google_Service_YouTubeAnalytics_QueryResponse + */ + public function query($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_YouTubeAnalytics_QueryResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeader.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeader.php new file mode 100644 index 000000000..77ee065f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeader.php @@ -0,0 +1,48 @@ +columnType = $columnType; + } + public function getColumnType() + { + return $this->columnType; + } + public function setDataType($dataType) + { + $this->dataType = $dataType; + } + public function getDataType() + { + return $this->dataType; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting.php new file mode 100644 index 000000000..7376219ee --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting.php @@ -0,0 +1,244 @@ + + * Schedules reporting jobs containing your YouTube Analytics data and downloads + * the resulting bulk data reports in the form of CSV files. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_YouTubeReporting extends Google_Service +{ + /** View monetary and non-monetary YouTube Analytics reports for your YouTube content. */ + const YT_ANALYTICS_MONETARY_READONLY = + "https://www.googleapis.com/auth/yt-analytics-monetary.readonly"; + /** View YouTube Analytics reports for your YouTube content. */ + const YT_ANALYTICS_READONLY = + "https://www.googleapis.com/auth/yt-analytics.readonly"; + + public $jobs; + public $jobs_reports; + public $media; + public $reportTypes; + + /** + * Constructs the internal representation of the YouTubeReporting 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://youtubereporting.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'youtubereporting'; + + $this->jobs = new Google_Service_YouTubeReporting_Resource_Jobs( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1/jobs/{jobId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/jobs/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeSystemManaged' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->jobs_reports = new Google_Service_YouTubeReporting_Resource_JobsReports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/jobs/{jobId}/reports/{reportId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'reportId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'v1/jobs/{jobId}/reports', + 'httpMethod' => 'GET', + 'parameters' => array( + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'createdAfter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTimeAtOrAfter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTimeBefore' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->media = new Google_Service_YouTubeReporting_Resource_Media( + $this, + $this->serviceName, + 'media', + array( + 'methods' => array( + 'download' => array( + 'path' => 'v1/media/{+resourceName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resourceName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->reportTypes = new Google_Service_YouTubeReporting_Resource_ReportTypes( + $this, + $this->serviceName, + 'reportTypes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/reportTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeSystemManaged' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataBlobstore2Info.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataBlobstore2Info.php new file mode 100644 index 000000000..6ab0c01cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataBlobstore2Info.php @@ -0,0 +1,66 @@ +blobGeneration = $blobGeneration; + } + public function getBlobGeneration() + { + return $this->blobGeneration; + } + public function setBlobId($blobId) + { + $this->blobId = $blobId; + } + public function getBlobId() + { + return $this->blobId; + } + public function setDownloadReadHandle($downloadReadHandle) + { + $this->downloadReadHandle = $downloadReadHandle; + } + public function getDownloadReadHandle() + { + return $this->downloadReadHandle; + } + public function setReadToken($readToken) + { + $this->readToken = $readToken; + } + public function getReadToken() + { + return $this->readToken; + } + public function setUploadMetadataContainer($uploadMetadataContainer) + { + $this->uploadMetadataContainer = $uploadMetadataContainer; + } + public function getUploadMetadataContainer() + { + return $this->uploadMetadataContainer; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataCompositeMedia.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataCompositeMedia.php new file mode 100644 index 000000000..744fe60fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataCompositeMedia.php @@ -0,0 +1,134 @@ +blobRef = $blobRef; + } + public function getBlobRef() + { + return $this->blobRef; + } + /** + * @param Google_Service_YouTubeReporting_GdataBlobstore2Info + */ + public function setBlobstore2Info(Google_Service_YouTubeReporting_GdataBlobstore2Info $blobstore2Info) + { + $this->blobstore2Info = $blobstore2Info; + } + /** + * @return Google_Service_YouTubeReporting_GdataBlobstore2Info + */ + public function getBlobstore2Info() + { + return $this->blobstore2Info; + } + public function setCosmoBinaryReference($cosmoBinaryReference) + { + $this->cosmoBinaryReference = $cosmoBinaryReference; + } + public function getCosmoBinaryReference() + { + return $this->cosmoBinaryReference; + } + public function setCrc32cHash($crc32cHash) + { + $this->crc32cHash = $crc32cHash; + } + public function getCrc32cHash() + { + return $this->crc32cHash; + } + public function setInline($inline) + { + $this->inline = $inline; + } + public function getInline() + { + return $this->inline; + } + public function setLength($length) + { + $this->length = $length; + } + public function getLength() + { + return $this->length; + } + public function setMd5Hash($md5Hash) + { + $this->md5Hash = $md5Hash; + } + public function getMd5Hash() + { + return $this->md5Hash; + } + /** + * @param Google_Service_YouTubeReporting_GdataObjectId + */ + public function setObjectId(Google_Service_YouTubeReporting_GdataObjectId $objectId) + { + $this->objectId = $objectId; + } + /** + * @return Google_Service_YouTubeReporting_GdataObjectId + */ + public function getObjectId() + { + return $this->objectId; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setReferenceType($referenceType) + { + $this->referenceType = $referenceType; + } + public function getReferenceType() + { + return $this->referenceType; + } + public function setSha1Hash($sha1Hash) + { + $this->sha1Hash = $sha1Hash; + } + public function getSha1Hash() + { + return $this->sha1Hash; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataContentTypeInfo.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataContentTypeInfo.php new file mode 100644 index 000000000..eacedec46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataContentTypeInfo.php @@ -0,0 +1,66 @@ +bestGuess = $bestGuess; + } + public function getBestGuess() + { + return $this->bestGuess; + } + public function setFromBytes($fromBytes) + { + $this->fromBytes = $fromBytes; + } + public function getFromBytes() + { + return $this->fromBytes; + } + public function setFromFileName($fromFileName) + { + $this->fromFileName = $fromFileName; + } + public function getFromFileName() + { + return $this->fromFileName; + } + public function setFromHeader($fromHeader) + { + $this->fromHeader = $fromHeader; + } + public function getFromHeader() + { + return $this->fromHeader; + } + public function setFromUrlPath($fromUrlPath) + { + $this->fromUrlPath = $fromUrlPath; + } + public function getFromUrlPath() + { + return $this->fromUrlPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffChecksumsResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffChecksumsResponse.php new file mode 100644 index 000000000..182fa4a73 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffChecksumsResponse.php @@ -0,0 +1,80 @@ +checksumsLocation = $checksumsLocation; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getChecksumsLocation() + { + return $this->checksumsLocation; + } + public function setChunkSizeBytes($chunkSizeBytes) + { + $this->chunkSizeBytes = $chunkSizeBytes; + } + public function getChunkSizeBytes() + { + return $this->chunkSizeBytes; + } + /** + * @param Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function setObjectLocation(Google_Service_YouTubeReporting_GdataCompositeMedia $objectLocation) + { + $this->objectLocation = $objectLocation; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getObjectLocation() + { + return $this->objectLocation; + } + public function setObjectSizeBytes($objectSizeBytes) + { + $this->objectSizeBytes = $objectSizeBytes; + } + public function getObjectSizeBytes() + { + return $this->objectSizeBytes; + } + public function setObjectVersion($objectVersion) + { + $this->objectVersion = $objectVersion; + } + public function getObjectVersion() + { + return $this->objectVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffDownloadResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffDownloadResponse.php new file mode 100644 index 000000000..8621099e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffDownloadResponse.php @@ -0,0 +1,37 @@ +objectLocation = $objectLocation; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getObjectLocation() + { + return $this->objectLocation; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadRequest.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadRequest.php new file mode 100644 index 000000000..8a4c6fb1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadRequest.php @@ -0,0 +1,62 @@ +checksumsInfo = $checksumsInfo; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getChecksumsInfo() + { + return $this->checksumsInfo; + } + /** + * @param Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function setObjectInfo(Google_Service_YouTubeReporting_GdataCompositeMedia $objectInfo) + { + $this->objectInfo = $objectInfo; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getObjectInfo() + { + return $this->objectInfo; + } + public function setObjectVersion($objectVersion) + { + $this->objectVersion = $objectVersion; + } + public function getObjectVersion() + { + return $this->objectVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadResponse.php new file mode 100644 index 000000000..3f1a2ce07 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffUploadResponse.php @@ -0,0 +1,46 @@ +objectVersion = $objectVersion; + } + public function getObjectVersion() + { + return $this->objectVersion; + } + /** + * @param Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function setOriginalObject(Google_Service_YouTubeReporting_GdataCompositeMedia $originalObject) + { + $this->originalObject = $originalObject; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getOriginalObject() + { + return $this->originalObject; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffVersionResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffVersionResponse.php new file mode 100644 index 000000000..610ab32bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDiffVersionResponse.php @@ -0,0 +1,39 @@ +objectSizeBytes = $objectSizeBytes; + } + public function getObjectSizeBytes() + { + return $this->objectSizeBytes; + } + public function setObjectVersion($objectVersion) + { + $this->objectVersion = $objectVersion; + } + public function getObjectVersion() + { + return $this->objectVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDownloadParameters.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDownloadParameters.php new file mode 100644 index 000000000..04cee8f5e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataDownloadParameters.php @@ -0,0 +1,39 @@ +allowGzipCompression = $allowGzipCompression; + } + public function getAllowGzipCompression() + { + return $this->allowGzipCompression; + } + public function setIgnoreRange($ignoreRange) + { + $this->ignoreRange = $ignoreRange; + } + public function getIgnoreRange() + { + return $this->ignoreRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataMedia.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataMedia.php new file mode 100644 index 000000000..03cf9ae14 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataMedia.php @@ -0,0 +1,362 @@ +algorithm = $algorithm; + } + public function getAlgorithm() + { + return $this->algorithm; + } + public function setBigstoreObjectRef($bigstoreObjectRef) + { + $this->bigstoreObjectRef = $bigstoreObjectRef; + } + public function getBigstoreObjectRef() + { + return $this->bigstoreObjectRef; + } + public function setBlobRef($blobRef) + { + $this->blobRef = $blobRef; + } + public function getBlobRef() + { + return $this->blobRef; + } + /** + * @param Google_Service_YouTubeReporting_GdataBlobstore2Info + */ + public function setBlobstore2Info(Google_Service_YouTubeReporting_GdataBlobstore2Info $blobstore2Info) + { + $this->blobstore2Info = $blobstore2Info; + } + /** + * @return Google_Service_YouTubeReporting_GdataBlobstore2Info + */ + public function getBlobstore2Info() + { + return $this->blobstore2Info; + } + /** + * @param Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function setCompositeMedia($compositeMedia) + { + $this->compositeMedia = $compositeMedia; + } + /** + * @return Google_Service_YouTubeReporting_GdataCompositeMedia + */ + public function getCompositeMedia() + { + return $this->compositeMedia; + } + public function setContentType($contentType) + { + $this->contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + /** + * @param Google_Service_YouTubeReporting_GdataContentTypeInfo + */ + public function setContentTypeInfo(Google_Service_YouTubeReporting_GdataContentTypeInfo $contentTypeInfo) + { + $this->contentTypeInfo = $contentTypeInfo; + } + /** + * @return Google_Service_YouTubeReporting_GdataContentTypeInfo + */ + public function getContentTypeInfo() + { + return $this->contentTypeInfo; + } + public function setCosmoBinaryReference($cosmoBinaryReference) + { + $this->cosmoBinaryReference = $cosmoBinaryReference; + } + public function getCosmoBinaryReference() + { + return $this->cosmoBinaryReference; + } + public function setCrc32cHash($crc32cHash) + { + $this->crc32cHash = $crc32cHash; + } + public function getCrc32cHash() + { + return $this->crc32cHash; + } + /** + * @param Google_Service_YouTubeReporting_GdataDiffChecksumsResponse + */ + public function setDiffChecksumsResponse(Google_Service_YouTubeReporting_GdataDiffChecksumsResponse $diffChecksumsResponse) + { + $this->diffChecksumsResponse = $diffChecksumsResponse; + } + /** + * @return Google_Service_YouTubeReporting_GdataDiffChecksumsResponse + */ + public function getDiffChecksumsResponse() + { + return $this->diffChecksumsResponse; + } + /** + * @param Google_Service_YouTubeReporting_GdataDiffDownloadResponse + */ + public function setDiffDownloadResponse(Google_Service_YouTubeReporting_GdataDiffDownloadResponse $diffDownloadResponse) + { + $this->diffDownloadResponse = $diffDownloadResponse; + } + /** + * @return Google_Service_YouTubeReporting_GdataDiffDownloadResponse + */ + public function getDiffDownloadResponse() + { + return $this->diffDownloadResponse; + } + /** + * @param Google_Service_YouTubeReporting_GdataDiffUploadRequest + */ + public function setDiffUploadRequest(Google_Service_YouTubeReporting_GdataDiffUploadRequest $diffUploadRequest) + { + $this->diffUploadRequest = $diffUploadRequest; + } + /** + * @return Google_Service_YouTubeReporting_GdataDiffUploadRequest + */ + public function getDiffUploadRequest() + { + return $this->diffUploadRequest; + } + /** + * @param Google_Service_YouTubeReporting_GdataDiffUploadResponse + */ + public function setDiffUploadResponse(Google_Service_YouTubeReporting_GdataDiffUploadResponse $diffUploadResponse) + { + $this->diffUploadResponse = $diffUploadResponse; + } + /** + * @return Google_Service_YouTubeReporting_GdataDiffUploadResponse + */ + public function getDiffUploadResponse() + { + return $this->diffUploadResponse; + } + /** + * @param Google_Service_YouTubeReporting_GdataDiffVersionResponse + */ + public function setDiffVersionResponse(Google_Service_YouTubeReporting_GdataDiffVersionResponse $diffVersionResponse) + { + $this->diffVersionResponse = $diffVersionResponse; + } + /** + * @return Google_Service_YouTubeReporting_GdataDiffVersionResponse + */ + public function getDiffVersionResponse() + { + return $this->diffVersionResponse; + } + /** + * @param Google_Service_YouTubeReporting_GdataDownloadParameters + */ + public function setDownloadParameters(Google_Service_YouTubeReporting_GdataDownloadParameters $downloadParameters) + { + $this->downloadParameters = $downloadParameters; + } + /** + * @return Google_Service_YouTubeReporting_GdataDownloadParameters + */ + public function getDownloadParameters() + { + return $this->downloadParameters; + } + public function setFilename($filename) + { + $this->filename = $filename; + } + public function getFilename() + { + return $this->filename; + } + public function setHash($hash) + { + $this->hash = $hash; + } + public function getHash() + { + return $this->hash; + } + public function setHashVerified($hashVerified) + { + $this->hashVerified = $hashVerified; + } + public function getHashVerified() + { + return $this->hashVerified; + } + public function setInline($inline) + { + $this->inline = $inline; + } + public function getInline() + { + return $this->inline; + } + public function setIsPotentialRetry($isPotentialRetry) + { + $this->isPotentialRetry = $isPotentialRetry; + } + public function getIsPotentialRetry() + { + return $this->isPotentialRetry; + } + public function setLength($length) + { + $this->length = $length; + } + public function getLength() + { + return $this->length; + } + public function setMd5Hash($md5Hash) + { + $this->md5Hash = $md5Hash; + } + public function getMd5Hash() + { + return $this->md5Hash; + } + public function setMediaId($mediaId) + { + $this->mediaId = $mediaId; + } + public function getMediaId() + { + return $this->mediaId; + } + /** + * @param Google_Service_YouTubeReporting_GdataObjectId + */ + public function setObjectId(Google_Service_YouTubeReporting_GdataObjectId $objectId) + { + $this->objectId = $objectId; + } + /** + * @return Google_Service_YouTubeReporting_GdataObjectId + */ + public function getObjectId() + { + return $this->objectId; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setReferenceType($referenceType) + { + $this->referenceType = $referenceType; + } + public function getReferenceType() + { + return $this->referenceType; + } + public function setSha1Hash($sha1Hash) + { + $this->sha1Hash = $sha1Hash; + } + public function getSha1Hash() + { + return $this->sha1Hash; + } + public function setSha256Hash($sha256Hash) + { + $this->sha256Hash = $sha256Hash; + } + public function getSha256Hash() + { + return $this->sha256Hash; + } + public function setTimestamp($timestamp) + { + $this->timestamp = $timestamp; + } + public function getTimestamp() + { + return $this->timestamp; + } + public function setToken($token) + { + $this->token = $token; + } + public function getToken() + { + return $this->token; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataObjectId.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataObjectId.php new file mode 100644 index 000000000..ca56ebefc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/GdataObjectId.php @@ -0,0 +1,48 @@ +bucketName = $bucketName; + } + public function getBucketName() + { + return $this->bucketName; + } + public function setGeneration($generation) + { + $this->generation = $generation; + } + public function getGeneration() + { + return $this->generation; + } + public function setObjectName($objectName) + { + $this->objectName = $objectName; + } + public function getObjectName() + { + return $this->objectName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php new file mode 100644 index 000000000..fa3f61396 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php @@ -0,0 +1,75 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setReportTypeId($reportTypeId) + { + $this->reportTypeId = $reportTypeId; + } + public function getReportTypeId() + { + return $this->reportTypeId; + } + public function setSystemManaged($systemManaged) + { + $this->systemManaged = $systemManaged; + } + public function getSystemManaged() + { + return $this->systemManaged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListJobsResponse.php new file mode 100644 index 000000000..e11fba7ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListJobsResponse.php @@ -0,0 +1,47 @@ +jobs = $jobs; + } + /** + * @return Google_Service_YouTubeReporting_Job + */ + public function getJobs() + { + return $this->jobs; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php new file mode 100644 index 000000000..a97090aef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_YouTubeReporting_ReportType + */ + public function setReportTypes($reportTypes) + { + $this->reportTypes = $reportTypes; + } + /** + * @return Google_Service_YouTubeReporting_ReportType + */ + public function getReportTypes() + { + return $this->reportTypes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportsResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportsResponse.php new file mode 100644 index 000000000..0d544a39f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_YouTubeReporting_Report + */ + public function setReports($reports) + { + $this->reports = $reports; + } + /** + * @return Google_Service_YouTubeReporting_Report + */ + public function getReports() + { + return $this->reports; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php new file mode 100644 index 000000000..e096e2056 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php @@ -0,0 +1,84 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDownloadUrl($downloadUrl) + { + $this->downloadUrl = $downloadUrl; + } + public function getDownloadUrl() + { + return $this->downloadUrl; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setJobExpireTime($jobExpireTime) + { + $this->jobExpireTime = $jobExpireTime; + } + public function getJobExpireTime() + { + return $this->jobExpireTime; + } + public function setJobId($jobId) + { + $this->jobId = $jobId; + } + public function getJobId() + { + return $this->jobId; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ReportType.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ReportType.php new file mode 100644 index 000000000..64d56e5df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ReportType.php @@ -0,0 +1,57 @@ +deprecateTime = $deprecateTime; + } + public function getDeprecateTime() + { + return $this->deprecateTime; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setSystemManaged($systemManaged) + { + $this->systemManaged = $systemManaged; + } + public function getSystemManaged() + { + return $this->systemManaged; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Jobs.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Jobs.php new file mode 100644 index 000000000..ddb1c13e8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Jobs.php @@ -0,0 +1,104 @@ + + * $youtubereportingService = new Google_Service_YouTubeReporting(...); + * $jobs = $youtubereportingService->jobs; + * + */ +class Google_Service_YouTubeReporting_Resource_Jobs extends Google_Service_Resource +{ + /** + * Creates a job and returns it. (jobs.create) + * + * @param Google_Service_YouTubeReporting_Job $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @return Google_Service_YouTubeReporting_Job + */ + public function create(Google_Service_YouTubeReporting_Job $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_YouTubeReporting_Job"); + } + /** + * Deletes a job. (jobs.delete) + * + * @param string $jobId The ID of the job to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @return Google_Service_YouTubeReporting_YoutubereportingEmpty + */ + public function delete($jobId, $optParams = array()) + { + $params = array('jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_YouTubeReporting_YoutubereportingEmpty"); + } + /** + * Gets a job. (jobs.get) + * + * @param string $jobId The ID of the job to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @return Google_Service_YouTubeReporting_Job + */ + public function get($jobId, $optParams = array()) + { + $params = array('jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_YouTubeReporting_Job"); + } + /** + * Lists jobs. (jobs.listJobs) + * + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListReportTypesResponse.next_page_token returned in response to the previous + * call to the `ListJobs` method. + * @opt_param bool includeSystemManaged If set to true, also system-managed jobs + * will be returned; otherwise only user-created jobs will be returned. System- + * managed jobs can neither be modified nor deleted. + * @opt_param int pageSize Requested page size. Server may return fewer jobs + * than requested. If unspecified, server will pick an appropriate default. + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @return Google_Service_YouTubeReporting_ListJobsResponse + */ + public function listJobs($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTubeReporting_ListJobsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/JobsReports.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/JobsReports.php new file mode 100644 index 000000000..df7ddc824 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/JobsReports.php @@ -0,0 +1,77 @@ + + * $youtubereportingService = new Google_Service_YouTubeReporting(...); + * $reports = $youtubereportingService->reports; + * + */ +class Google_Service_YouTubeReporting_Resource_JobsReports extends Google_Service_Resource +{ + /** + * Gets the metadata of a specific report. (reports.get) + * + * @param string $jobId The ID of the job. + * @param string $reportId The ID of the report to retrieve. + * @param array $optParams Optional parameters. + * + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @return Google_Service_YouTubeReporting_Report + */ + public function get($jobId, $reportId, $optParams = array()) + { + $params = array('jobId' => $jobId, 'reportId' => $reportId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_YouTubeReporting_Report"); + } + /** + * Lists reports created by a specific job. Returns NOT_FOUND if the job does + * not exist. (reports.listJobsReports) + * + * @param string $jobId The ID of the job. + * @param array $optParams Optional parameters. + * + * @opt_param string createdAfter If set, only reports created after the + * specified date/time are returned. + * @opt_param string startTimeAtOrAfter If set, only reports whose start time is + * greater than or equal the specified date/time are returned. + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListReportsResponse.next_page_token returned in response to the previous call + * to the `ListReports` method. + * @opt_param int pageSize Requested page size. Server may return fewer report + * types than requested. If unspecified, server will pick an appropriate + * default. + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @opt_param string startTimeBefore If set, only reports whose start time is + * smaller than the specified date/time are returned. + * @return Google_Service_YouTubeReporting_ListReportsResponse + */ + public function listJobsReports($jobId, $optParams = array()) + { + $params = array('jobId' => $jobId); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTubeReporting_ListReportsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Media.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Media.php new file mode 100644 index 000000000..ffe1f6896 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/Media.php @@ -0,0 +1,42 @@ + + * $youtubereportingService = new Google_Service_YouTubeReporting(...); + * $media = $youtubereportingService->media; + * + */ +class Google_Service_YouTubeReporting_Resource_Media extends Google_Service_Resource +{ + /** + * Method for media download. Download is supported on the URI + * `/v1/media/{+name}?alt=media`. (media.download) + * + * @param string $resourceName Name of the media that is being downloaded. + * @param array $optParams Optional parameters. + * @return Google_Service_YouTubeReporting_GdataMedia + */ + public function download($resourceName, $optParams = array()) + { + $params = array('resourceName' => $resourceName); + $params = array_merge($params, $optParams); + return $this->call('download', array($params), "Google_Service_YouTubeReporting_GdataMedia"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/ReportTypes.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/ReportTypes.php new file mode 100644 index 000000000..434f53bea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/ReportTypes.php @@ -0,0 +1,54 @@ + + * $youtubereportingService = new Google_Service_YouTubeReporting(...); + * $reportTypes = $youtubereportingService->reportTypes; + * + */ +class Google_Service_YouTubeReporting_Resource_ReportTypes extends Google_Service_Resource +{ + /** + * Lists report types. (reportTypes.listReportTypes) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Requested page size. Server may return fewer report + * types than requested. If unspecified, server will pick an appropriate + * default. + * @opt_param string onBehalfOfContentOwner The content owner's external ID on + * which behalf the user is acting on. If not set, the user is acting for + * himself (his own channel). + * @opt_param string pageToken A token identifying a page of results the server + * should return. Typically, this is the value of + * ListReportTypesResponse.next_page_token returned in response to the previous + * call to the `ListReportTypes` method. + * @opt_param bool includeSystemManaged If set to true, also system-managed + * report types will be returned; otherwise only the report types that can be + * used to create new reporting jobs will be returned. + * @return Google_Service_YouTubeReporting_ListReportTypesResponse + */ + public function listReportTypes($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_YouTubeReporting_ListReportTypesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/YoutubereportingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/YoutubereportingEmpty.php new file mode 100644 index 000000000..26503759b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/YoutubereportingEmpty.php @@ -0,0 +1,20 @@ +getMock('Google_Service'); + $this->getMock('Google_Model'); + $this->getMock('Google_Collection'); + $this->getMock('Google_Service_Resource'); + } + + /** + * @dataProvider serviceProvider + */ + public function testIncludes($class) + { + $this->assertTrue( + class_exists($class), + sprintf('Failed asserting class %s exists.', $class) + ); + } + + public function testCaseConflicts() + { + $apis = $this->apiProvider(); + $classes = array_unique(array_map('strtolower', $apis)); + $this->assertCount(count($apis), $classes); + } + + public function serviceProvider() + { + $classes = array(); + $path = __DIR__ . '/../src/Google/Service/'; + foreach (glob($path . "*.php") as $file) { + $service = basename($file, '.php'); + $classes[] = array('Google_Service_' . $service); + foreach (glob($path . "{$service}/*.php") as $file) { + $classes[] = array("Google_Service_{$service}_" . basename($file, '.php')); + } + foreach (glob($path . "{$service}/Resource/*.php") as $file) { + $classes[] = array("Google_Service_{$service}_Resource_" . basename($file, '.php')); + } + } + + return $classes; + } + + public function apiProvider() + { + $path = __DIR__ . '/../src/Google/Service/*'; + return array_filter(glob($path), 'is_dir'); + } +} diff --git a/vendor/google/apiclient/CODE_OF_CONDUCT.md b/vendor/google/apiclient/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..46b2a08ea --- /dev/null +++ b/vendor/google/apiclient/CODE_OF_CONDUCT.md @@ -0,0 +1,43 @@ +# Contributor Code of Conduct + +As contributors and maintainers of this project, +and in the interest of fostering an open and welcoming community, +we pledge to respect all people who contribute through reporting issues, +posting feature requests, updating documentation, +submitting pull requests or patches, and other activities. + +We are committed to making participation in this project +a harassment-free experience for everyone, +regardless of level of experience, gender, gender identity and expression, +sexual orientation, disability, personal appearance, +body size, race, ethnicity, age, religion, or nationality. + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery +* Personal attacks +* Trolling or insulting/derogatory comments +* Public or private harassment +* Publishing other's private information, +such as physical or electronic +addresses, without explicit permission +* Other unethical or unprofessional conduct. + +Project maintainers have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct. +By adopting this Code of Conduct, +project maintainers commit themselves to fairly and consistently +applying these principles to every aspect of managing this project. +Project maintainers who do not follow or enforce the Code of Conduct +may be permanently removed from the project team. + +This code of conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. + +Instances of abusive, harassing, or otherwise unacceptable behavior +may be reported by opening an issue +or contacting one or more of the project maintainers. + +This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, +available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/) diff --git a/vendor/google/apiclient/LICENSE b/vendor/google/apiclient/LICENSE new file mode 100644 index 000000000..a148ba564 --- /dev/null +++ b/vendor/google/apiclient/LICENSE @@ -0,0 +1,203 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files. + +"Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions: + +(a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and + +(b) You must cause any modified files to carry prominent notices +stating that You changed the files; and + +(c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and + +(d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License. + +You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + diff --git a/vendor/google/apiclient/README.md b/vendor/google/apiclient/README.md new file mode 100644 index 000000000..c0267f7ec --- /dev/null +++ b/vendor/google/apiclient/README.md @@ -0,0 +1,396 @@ +[![Build Status](https://travis-ci.org/googleapis/google-api-php-client.svg?branch=master)](https://travis-ci.org/googleapis/google-api-php-client) + +# Google APIs Client Library for PHP # + +The Google API Client Library enables you to work with Google APIs such as Google+, Drive, or YouTube on your server. + +These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. + +**NOTE** The actively maintained (v2) version of this client requires PHP 5.4 or above. If you require support for PHP 5.2 or 5.3, use the v1 branch. + +## Google Cloud Platform + +For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [GoogleCloudPlatform/google-cloud-php](https://github.com/googleapis/google-cloud-php) which is under active development. + +## Requirements ## +* [PHP 5.4.0 or higher](https://www.php.net/) + +## Developer Documentation ## + +The [docs folder](docs/) provides detailed guides for using this library. + +## Installation ## + +You can use **Composer** or simply **Download the Release** + +### Composer + +The preferred method is via [composer](https://getcomposer.org/). Follow the +[installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have +composer installed. + +Once composer is installed, execute the following command in your project root to install this library: + +```sh +composer require google/apiclient:"^2.0" +``` + +Finally, be sure to include the autoloader: + +```php +require_once '/path/to/your-project/vendor/autoload.php'; +``` + +### Download the Release + +If you prefer not to use composer, you can download the package in its entirety. The [Releases](https://github.com/googleapis/google-api-php-client/releases) page lists all stable versions. Download any file +with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and its dependencies. + +Uncompress the zip file you download, and include the autoloader in your project: + +```php +require_once '/path/to/google-api-php-client/vendor/autoload.php'; +``` + +For additional installation and setup instructions, see [the documentation](docs/). + +## Examples ## +See the [`examples/`](examples) directory for examples of the key client features. You can +view them in your browser by running the php built-in web server. + +``` +$ php -S localhost:8000 -t examples/ +``` + +And then browsing to the host and port you specified +(in the above example, `http://localhost:8000`). + +### Basic Example ### + +```php +// include your composer dependencies +require_once 'vendor/autoload.php'; + +$client = new Google_Client(); +$client->setApplicationName("Client_Library_Examples"); +$client->setDeveloperKey("YOUR_APP_KEY"); + +$service = new Google_Service_Books($client); +$optParams = array('filter' => 'free-ebooks'); +$results = $service->volumes->listVolumes('Henry David Thoreau', $optParams); + +foreach ($results as $item) { + echo $item['volumeInfo']['title'], "string description = 2;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $description
- * Useful description for why this advice was applied and what actions should
- * be taken to mitigate any implied risks.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\ConfigChange::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Useful description for why this advice was applied and what actions should
- * be taken to mitigate any implied risks.
- *
- * Generated from protobuf field string description = 2;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Useful description for why this advice was applied and what actions should
- * be taken to mitigate any implied risks.
- *
- * Generated from protobuf field string description = 2;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/AuthProvider.php b/vendor/google/common-protos/src/Api/AuthProvider.php
deleted file mode 100644
index 7f22ac792..000000000
--- a/vendor/google/common-protos/src/Api/AuthProvider.php
+++ /dev/null
@@ -1,300 +0,0 @@
-google.api.AuthProvider
- */
-class AuthProvider extends \Google\Protobuf\Internal\Message
-{
- /**
- * The unique identifier of the auth provider. It will be referred to by
- * `AuthRequirement.provider_id`.
- * Example: "bookstore_auth".
- *
- * Generated from protobuf field string id = 1;
- */
- private $id = '';
- /**
- * Identifies the principal that issued the JWT. See
- * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
- * Usually a URL or an email address.
- * Example: https://securetoken.google.com
- * Example: 1234567-compute@developer.gserviceaccount.com
- *
- * Generated from protobuf field string issuer = 2;
- */
- private $issuer = '';
- /**
- * URL of the provider's public key set to validate signature of the JWT. See
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).
- * Optional if the key set document:
- * - can be retrieved from
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html
- * of the issuer.
- * - can be inferred from the email domain of the issuer (e.g. a Google service account).
- * Example: https://www.googleapis.com/oauth2/v1/certs
- *
- * Generated from protobuf field string jwks_uri = 3;
- */
- private $jwks_uri = '';
- /**
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- *
- * Generated from protobuf field string audiences = 4;
- */
- private $audiences = '';
- /**
- * Redirect URL if JWT token is required but no present or is expired.
- * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
- *
- * Generated from protobuf field string authorization_url = 5;
- */
- private $authorization_url = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $id
- * The unique identifier of the auth provider. It will be referred to by
- * `AuthRequirement.provider_id`.
- * Example: "bookstore_auth".
- * @type string $issuer
- * Identifies the principal that issued the JWT. See
- * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
- * Usually a URL or an email address.
- * Example: https://securetoken.google.com
- * Example: 1234567-compute@developer.gserviceaccount.com
- * @type string $jwks_uri
- * URL of the provider's public key set to validate signature of the JWT. See
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).
- * Optional if the key set document:
- * - can be retrieved from
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html
- * of the issuer.
- * - can be inferred from the email domain of the issuer (e.g. a Google service account).
- * Example: https://www.googleapis.com/oauth2/v1/certs
- * @type string $audiences
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- * @type string $authorization_url
- * Redirect URL if JWT token is required but no present or is expired.
- * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Auth::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The unique identifier of the auth provider. It will be referred to by
- * `AuthRequirement.provider_id`.
- * Example: "bookstore_auth".
- *
- * Generated from protobuf field string id = 1;
- * @return string
- */
- public function getId()
- {
- return $this->id;
- }
-
- /**
- * The unique identifier of the auth provider. It will be referred to by
- * `AuthRequirement.provider_id`.
- * Example: "bookstore_auth".
- *
- * Generated from protobuf field string id = 1;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
- /**
- * Identifies the principal that issued the JWT. See
- * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
- * Usually a URL or an email address.
- * Example: https://securetoken.google.com
- * Example: 1234567-compute@developer.gserviceaccount.com
- *
- * Generated from protobuf field string issuer = 2;
- * @return string
- */
- public function getIssuer()
- {
- return $this->issuer;
- }
-
- /**
- * Identifies the principal that issued the JWT. See
- * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
- * Usually a URL or an email address.
- * Example: https://securetoken.google.com
- * Example: 1234567-compute@developer.gserviceaccount.com
- *
- * Generated from protobuf field string issuer = 2;
- * @param string $var
- * @return $this
- */
- public function setIssuer($var)
- {
- GPBUtil::checkString($var, True);
- $this->issuer = $var;
-
- return $this;
- }
-
- /**
- * URL of the provider's public key set to validate signature of the JWT. See
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).
- * Optional if the key set document:
- * - can be retrieved from
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html
- * of the issuer.
- * - can be inferred from the email domain of the issuer (e.g. a Google service account).
- * Example: https://www.googleapis.com/oauth2/v1/certs
- *
- * Generated from protobuf field string jwks_uri = 3;
- * @return string
- */
- public function getJwksUri()
- {
- return $this->jwks_uri;
- }
-
- /**
- * URL of the provider's public key set to validate signature of the JWT. See
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).
- * Optional if the key set document:
- * - can be retrieved from
- * [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html
- * of the issuer.
- * - can be inferred from the email domain of the issuer (e.g. a Google service account).
- * Example: https://www.googleapis.com/oauth2/v1/certs
- *
- * Generated from protobuf field string jwks_uri = 3;
- * @param string $var
- * @return $this
- */
- public function setJwksUri($var)
- {
- GPBUtil::checkString($var, True);
- $this->jwks_uri = $var;
-
- return $this;
- }
-
- /**
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- *
- * Generated from protobuf field string audiences = 4;
- * @return string
- */
- public function getAudiences()
- {
- return $this->audiences;
- }
-
- /**
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- *
- * Generated from protobuf field string audiences = 4;
- * @param string $var
- * @return $this
- */
- public function setAudiences($var)
- {
- GPBUtil::checkString($var, True);
- $this->audiences = $var;
-
- return $this;
- }
-
- /**
- * Redirect URL if JWT token is required but no present or is expired.
- * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
- *
- * Generated from protobuf field string authorization_url = 5;
- * @return string
- */
- public function getAuthorizationUrl()
- {
- return $this->authorization_url;
- }
-
- /**
- * Redirect URL if JWT token is required but no present or is expired.
- * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
- *
- * Generated from protobuf field string authorization_url = 5;
- * @param string $var
- * @return $this
- */
- public function setAuthorizationUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->authorization_url = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/AuthRequirement.php b/vendor/google/common-protos/src/Api/AuthRequirement.php
deleted file mode 100644
index 5f52263c9..000000000
--- a/vendor/google/common-protos/src/Api/AuthRequirement.php
+++ /dev/null
@@ -1,158 +0,0 @@
-google.api.AuthRequirement
- */
-class AuthRequirement extends \Google\Protobuf\Internal\Message
-{
- /**
- * [id][google.api.AuthProvider.id] from authentication provider.
- * Example:
- * provider_id: bookstore_auth
- *
- * Generated from protobuf field string provider_id = 1;
- */
- private $provider_id = '';
- /**
- * NOTE: This will be deprecated soon, once AuthProvider.audiences is
- * implemented and accepted in all the runtime components.
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- *
- * Generated from protobuf field string audiences = 2;
- */
- private $audiences = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $provider_id
- * [id][google.api.AuthProvider.id] from authentication provider.
- * Example:
- * provider_id: bookstore_auth
- * @type string $audiences
- * NOTE: This will be deprecated soon, once AuthProvider.audiences is
- * implemented and accepted in all the runtime components.
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Auth::initOnce();
- parent::__construct($data);
- }
-
- /**
- * [id][google.api.AuthProvider.id] from authentication provider.
- * Example:
- * provider_id: bookstore_auth
- *
- * Generated from protobuf field string provider_id = 1;
- * @return string
- */
- public function getProviderId()
- {
- return $this->provider_id;
- }
-
- /**
- * [id][google.api.AuthProvider.id] from authentication provider.
- * Example:
- * provider_id: bookstore_auth
- *
- * Generated from protobuf field string provider_id = 1;
- * @param string $var
- * @return $this
- */
- public function setProviderId($var)
- {
- GPBUtil::checkString($var, True);
- $this->provider_id = $var;
-
- return $this;
- }
-
- /**
- * NOTE: This will be deprecated soon, once AuthProvider.audiences is
- * implemented and accepted in all the runtime components.
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- *
- * Generated from protobuf field string audiences = 2;
- * @return string
- */
- public function getAudiences()
- {
- return $this->audiences;
- }
-
- /**
- * NOTE: This will be deprecated soon, once AuthProvider.audiences is
- * implemented and accepted in all the runtime components.
- * The list of JWT
- * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
- * that are allowed to access. A JWT containing any of these audiences will
- * be accepted. When this setting is absent, only JWTs with audience
- * "https://[Service_name][google.api.Service.name]/[API_name][google.protobuf.Api.name]"
- * will be accepted. For example, if no audiences are in the setting,
- * LibraryService API will only accept JWTs with the following audience
- * "https://library-example.googleapis.com/google.example.library.v1.LibraryService".
- * Example:
- * audiences: bookstore_android.apps.googleusercontent.com,
- * bookstore_web.apps.googleusercontent.com
- *
- * Generated from protobuf field string audiences = 2;
- * @param string $var
- * @return $this
- */
- public function setAudiences($var)
- {
- GPBUtil::checkString($var, True);
- $this->audiences = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Authentication.php b/vendor/google/common-protos/src/Api/Authentication.php
deleted file mode 100644
index a89e4e2bc..000000000
--- a/vendor/google/common-protos/src/Api/Authentication.php
+++ /dev/null
@@ -1,116 +0,0 @@
-google.api.Authentication
- */
-class Authentication extends \Google\Protobuf\Internal\Message
-{
- /**
- * A list of authentication rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.AuthenticationRule rules = 3;
- */
- private $rules;
- /**
- * Defines a set of authentication providers that a service supports.
- *
- * Generated from protobuf field repeated .google.api.AuthProvider providers = 4;
- */
- private $providers;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\AuthenticationRule[]|\Google\Protobuf\Internal\RepeatedField $rules
- * A list of authentication rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- * @type \Google\Api\AuthProvider[]|\Google\Protobuf\Internal\RepeatedField $providers
- * Defines a set of authentication providers that a service supports.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Auth::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A list of authentication rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.AuthenticationRule rules = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * A list of authentication rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.AuthenticationRule rules = 3;
- * @param \Google\Api\AuthenticationRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\AuthenticationRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
- /**
- * Defines a set of authentication providers that a service supports.
- *
- * Generated from protobuf field repeated .google.api.AuthProvider providers = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getProviders()
- {
- return $this->providers;
- }
-
- /**
- * Defines a set of authentication providers that a service supports.
- *
- * Generated from protobuf field repeated .google.api.AuthProvider providers = 4;
- * @param \Google\Api\AuthProvider[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setProviders($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\AuthProvider::class);
- $this->providers = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/AuthenticationRule.php b/vendor/google/common-protos/src/Api/AuthenticationRule.php
deleted file mode 100644
index 03e8dd2a2..000000000
--- a/vendor/google/common-protos/src/Api/AuthenticationRule.php
+++ /dev/null
@@ -1,179 +0,0 @@
-google.api.AuthenticationRule
- */
-class AuthenticationRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * The requirements for OAuth credentials.
- *
- * Generated from protobuf field .google.api.OAuthRequirements oauth = 2;
- */
- private $oauth = null;
- /**
- * If true, the service accepts API keys without any other credential.
- *
- * Generated from protobuf field bool allow_without_credential = 5;
- */
- private $allow_without_credential = false;
- /**
- * Requirements for additional authentication providers.
- *
- * Generated from protobuf field repeated .google.api.AuthRequirement requirements = 7;
- */
- private $requirements;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type \Google\Api\OAuthRequirements $oauth
- * The requirements for OAuth credentials.
- * @type bool $allow_without_credential
- * If true, the service accepts API keys without any other credential.
- * @type \Google\Api\AuthRequirement[]|\Google\Protobuf\Internal\RepeatedField $requirements
- * Requirements for additional authentication providers.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Auth::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * The requirements for OAuth credentials.
- *
- * Generated from protobuf field .google.api.OAuthRequirements oauth = 2;
- * @return \Google\Api\OAuthRequirements
- */
- public function getOauth()
- {
- return $this->oauth;
- }
-
- /**
- * The requirements for OAuth credentials.
- *
- * Generated from protobuf field .google.api.OAuthRequirements oauth = 2;
- * @param \Google\Api\OAuthRequirements $var
- * @return $this
- */
- public function setOauth($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\OAuthRequirements::class);
- $this->oauth = $var;
-
- return $this;
- }
-
- /**
- * If true, the service accepts API keys without any other credential.
- *
- * Generated from protobuf field bool allow_without_credential = 5;
- * @return bool
- */
- public function getAllowWithoutCredential()
- {
- return $this->allow_without_credential;
- }
-
- /**
- * If true, the service accepts API keys without any other credential.
- *
- * Generated from protobuf field bool allow_without_credential = 5;
- * @param bool $var
- * @return $this
- */
- public function setAllowWithoutCredential($var)
- {
- GPBUtil::checkBool($var);
- $this->allow_without_credential = $var;
-
- return $this;
- }
-
- /**
- * Requirements for additional authentication providers.
- *
- * Generated from protobuf field repeated .google.api.AuthRequirement requirements = 7;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRequirements()
- {
- return $this->requirements;
- }
-
- /**
- * Requirements for additional authentication providers.
- *
- * Generated from protobuf field repeated .google.api.AuthRequirement requirements = 7;
- * @param \Google\Api\AuthRequirement[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRequirements($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\AuthRequirement::class);
- $this->requirements = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Backend.php b/vendor/google/common-protos/src/Api/Backend.php
deleted file mode 100644
index 624433337..000000000
--- a/vendor/google/common-protos/src/Api/Backend.php
+++ /dev/null
@@ -1,71 +0,0 @@
-google.api.Backend
- */
-class Backend extends \Google\Protobuf\Internal\Message
-{
- /**
- * A list of API backend rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.BackendRule rules = 1;
- */
- private $rules;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\BackendRule[]|\Google\Protobuf\Internal\RepeatedField $rules
- * A list of API backend rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Backend::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A list of API backend rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.BackendRule rules = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * A list of API backend rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.BackendRule rules = 1;
- * @param \Google\Api\BackendRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\BackendRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/BackendRule.php b/vendor/google/common-protos/src/Api/BackendRule.php
deleted file mode 100644
index 54aa5564c..000000000
--- a/vendor/google/common-protos/src/Api/BackendRule.php
+++ /dev/null
@@ -1,181 +0,0 @@
-google.api.BackendRule
- */
-class BackendRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * The address of the API backend.
- *
- * Generated from protobuf field string address = 2;
- */
- private $address = '';
- /**
- * The number of seconds to wait for a response from a request. The default
- * deadline for gRPC is infinite (no deadline) and HTTP requests is 5 seconds.
- *
- * Generated from protobuf field double deadline = 3;
- */
- private $deadline = 0.0;
- /**
- * Minimum deadline in seconds needed for this method. Calls having deadline
- * value lower than this will be rejected.
- *
- * Generated from protobuf field double min_deadline = 4;
- */
- private $min_deadline = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type string $address
- * The address of the API backend.
- * @type float $deadline
- * The number of seconds to wait for a response from a request. The default
- * deadline for gRPC is infinite (no deadline) and HTTP requests is 5 seconds.
- * @type float $min_deadline
- * Minimum deadline in seconds needed for this method. Calls having deadline
- * value lower than this will be rejected.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Backend::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * The address of the API backend.
- *
- * Generated from protobuf field string address = 2;
- * @return string
- */
- public function getAddress()
- {
- return $this->address;
- }
-
- /**
- * The address of the API backend.
- *
- * Generated from protobuf field string address = 2;
- * @param string $var
- * @return $this
- */
- public function setAddress($var)
- {
- GPBUtil::checkString($var, True);
- $this->address = $var;
-
- return $this;
- }
-
- /**
- * The number of seconds to wait for a response from a request. The default
- * deadline for gRPC is infinite (no deadline) and HTTP requests is 5 seconds.
- *
- * Generated from protobuf field double deadline = 3;
- * @return float
- */
- public function getDeadline()
- {
- return $this->deadline;
- }
-
- /**
- * The number of seconds to wait for a response from a request. The default
- * deadline for gRPC is infinite (no deadline) and HTTP requests is 5 seconds.
- *
- * Generated from protobuf field double deadline = 3;
- * @param float $var
- * @return $this
- */
- public function setDeadline($var)
- {
- GPBUtil::checkDouble($var);
- $this->deadline = $var;
-
- return $this;
- }
-
- /**
- * Minimum deadline in seconds needed for this method. Calls having deadline
- * value lower than this will be rejected.
- *
- * Generated from protobuf field double min_deadline = 4;
- * @return float
- */
- public function getMinDeadline()
- {
- return $this->min_deadline;
- }
-
- /**
- * Minimum deadline in seconds needed for this method. Calls having deadline
- * value lower than this will be rejected.
- *
- * Generated from protobuf field double min_deadline = 4;
- * @param float $var
- * @return $this
- */
- public function setMinDeadline($var)
- {
- GPBUtil::checkDouble($var);
- $this->min_deadline = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Billing.php b/vendor/google/common-protos/src/Api/Billing.php
deleted file mode 100644
index daf8d0a72..000000000
--- a/vendor/google/common-protos/src/Api/Billing.php
+++ /dev/null
@@ -1,97 +0,0 @@
-google.api.Billing
- */
-class Billing extends \Google\Protobuf\Internal\Message
-{
- /**
- * Billing configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations per service, each one must have
- * a different monitored resource type. A metric can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
- */
- private $consumer_destinations;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\Billing\BillingDestination[]|\Google\Protobuf\Internal\RepeatedField $consumer_destinations
- * Billing configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations per service, each one must have
- * a different monitored resource type. A metric can be used in at most
- * one consumer destination.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Billing::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Billing configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations per service, each one must have
- * a different monitored resource type. A metric can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getConsumerDestinations()
- {
- return $this->consumer_destinations;
- }
-
- /**
- * Billing configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations per service, each one must have
- * a different monitored resource type. A metric can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
- * @param \Google\Api\Billing\BillingDestination[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setConsumerDestinations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Billing\BillingDestination::class);
- $this->consumer_destinations = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Billing/BillingDestination.php b/vendor/google/common-protos/src/Api/Billing/BillingDestination.php
deleted file mode 100644
index c641f00fc..000000000
--- a/vendor/google/common-protos/src/Api/Billing/BillingDestination.php
+++ /dev/null
@@ -1,113 +0,0 @@
-google.api.Billing.BillingDestination
- */
-class BillingDestination extends \Google\Protobuf\Internal\Message
-{
- /**
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 1;
- */
- private $monitored_resource = '';
- /**
- * Names of the metrics to report to this billing destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- *
- * Generated from protobuf field repeated string metrics = 2;
- */
- private $metrics;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $monitored_resource
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $metrics
- * Names of the metrics to report to this billing destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Billing::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 1;
- * @return string
- */
- public function getMonitoredResource()
- {
- return $this->monitored_resource;
- }
-
- /**
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 1;
- * @param string $var
- * @return $this
- */
- public function setMonitoredResource($var)
- {
- GPBUtil::checkString($var, True);
- $this->monitored_resource = $var;
-
- return $this;
- }
-
- /**
- * Names of the metrics to report to this billing destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- *
- * Generated from protobuf field repeated string metrics = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMetrics()
- {
- return $this->metrics;
- }
-
- /**
- * Names of the metrics to report to this billing destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- *
- * Generated from protobuf field repeated string metrics = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMetrics($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->metrics = $arr;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(BillingDestination::class, \Google\Api\Billing_BillingDestination::class);
-
diff --git a/vendor/google/common-protos/src/Api/Billing_BillingDestination.php b/vendor/google/common-protos/src/Api/Billing_BillingDestination.php
deleted file mode 100644
index d1df1fb73..000000000
--- a/vendor/google/common-protos/src/Api/Billing_BillingDestination.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.ChangeType
- */
-class ChangeType
-{
- /**
- * No value was provided.
- *
- * Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;
- */
- const CHANGE_TYPE_UNSPECIFIED = 0;
- /**
- * The changed object exists in the 'new' service configuration, but not
- * in the 'old' service configuration.
- *
- * Generated from protobuf enum ADDED = 1;
- */
- const ADDED = 1;
- /**
- * The changed object exists in the 'old' service configuration, but not
- * in the 'new' service configuration.
- *
- * Generated from protobuf enum REMOVED = 2;
- */
- const REMOVED = 2;
- /**
- * The changed object exists in both service configurations, but its value
- * is different.
- *
- * Generated from protobuf enum MODIFIED = 3;
- */
- const MODIFIED = 3;
-
- private static $valueToName = [
- self::CHANGE_TYPE_UNSPECIFIED => 'CHANGE_TYPE_UNSPECIFIED',
- self::ADDED => 'ADDED',
- self::REMOVED => 'REMOVED',
- self::MODIFIED => 'MODIFIED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Api/ConfigChange.php b/vendor/google/common-protos/src/Api/ConfigChange.php
deleted file mode 100644
index 7f558ff57..000000000
--- a/vendor/google/common-protos/src/Api/ConfigChange.php
+++ /dev/null
@@ -1,251 +0,0 @@
-google.api.ConfigChange
- */
-class ConfigChange extends \Google\Protobuf\Internal\Message
-{
- /**
- * Object hierarchy path to the change, with levels separated by a '.'
- * character. For repeated fields, an applicable unique identifier field is
- * used for the index (usually selector, name, or id). For maps, the term
- * 'key' is used. If the field has no unique identifier, the numeric index
- * is used.
- * Examples:
- * - visibility.rules[selector=="google.LibraryService.CreateBook"].restriction
- * - quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- * - logging.producer_destinations[0]
- *
- * Generated from protobuf field string element = 1;
- */
- private $element = '';
- /**
- * Value of the changed object in the old Service configuration,
- * in JSON format. This field will not be populated if ChangeType == ADDED.
- *
- * Generated from protobuf field string old_value = 2;
- */
- private $old_value = '';
- /**
- * Value of the changed object in the new Service configuration,
- * in JSON format. This field will not be populated if ChangeType == REMOVED.
- *
- * Generated from protobuf field string new_value = 3;
- */
- private $new_value = '';
- /**
- * The type for this change, either ADDED, REMOVED, or MODIFIED.
- *
- * Generated from protobuf field .google.api.ChangeType change_type = 4;
- */
- private $change_type = 0;
- /**
- * Collection of advice provided for this change, useful for determining the
- * possible impact of this change.
- *
- * Generated from protobuf field repeated .google.api.Advice advices = 5;
- */
- private $advices;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $element
- * Object hierarchy path to the change, with levels separated by a '.'
- * character. For repeated fields, an applicable unique identifier field is
- * used for the index (usually selector, name, or id). For maps, the term
- * 'key' is used. If the field has no unique identifier, the numeric index
- * is used.
- * Examples:
- * - visibility.rules[selector=="google.LibraryService.CreateBook"].restriction
- * - quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- * - logging.producer_destinations[0]
- * @type string $old_value
- * Value of the changed object in the old Service configuration,
- * in JSON format. This field will not be populated if ChangeType == ADDED.
- * @type string $new_value
- * Value of the changed object in the new Service configuration,
- * in JSON format. This field will not be populated if ChangeType == REMOVED.
- * @type int $change_type
- * The type for this change, either ADDED, REMOVED, or MODIFIED.
- * @type \Google\Api\Advice[]|\Google\Protobuf\Internal\RepeatedField $advices
- * Collection of advice provided for this change, useful for determining the
- * possible impact of this change.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\ConfigChange::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Object hierarchy path to the change, with levels separated by a '.'
- * character. For repeated fields, an applicable unique identifier field is
- * used for the index (usually selector, name, or id). For maps, the term
- * 'key' is used. If the field has no unique identifier, the numeric index
- * is used.
- * Examples:
- * - visibility.rules[selector=="google.LibraryService.CreateBook"].restriction
- * - quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- * - logging.producer_destinations[0]
- *
- * Generated from protobuf field string element = 1;
- * @return string
- */
- public function getElement()
- {
- return $this->element;
- }
-
- /**
- * Object hierarchy path to the change, with levels separated by a '.'
- * character. For repeated fields, an applicable unique identifier field is
- * used for the index (usually selector, name, or id). For maps, the term
- * 'key' is used. If the field has no unique identifier, the numeric index
- * is used.
- * Examples:
- * - visibility.rules[selector=="google.LibraryService.CreateBook"].restriction
- * - quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- * - logging.producer_destinations[0]
- *
- * Generated from protobuf field string element = 1;
- * @param string $var
- * @return $this
- */
- public function setElement($var)
- {
- GPBUtil::checkString($var, True);
- $this->element = $var;
-
- return $this;
- }
-
- /**
- * Value of the changed object in the old Service configuration,
- * in JSON format. This field will not be populated if ChangeType == ADDED.
- *
- * Generated from protobuf field string old_value = 2;
- * @return string
- */
- public function getOldValue()
- {
- return $this->old_value;
- }
-
- /**
- * Value of the changed object in the old Service configuration,
- * in JSON format. This field will not be populated if ChangeType == ADDED.
- *
- * Generated from protobuf field string old_value = 2;
- * @param string $var
- * @return $this
- */
- public function setOldValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->old_value = $var;
-
- return $this;
- }
-
- /**
- * Value of the changed object in the new Service configuration,
- * in JSON format. This field will not be populated if ChangeType == REMOVED.
- *
- * Generated from protobuf field string new_value = 3;
- * @return string
- */
- public function getNewValue()
- {
- return $this->new_value;
- }
-
- /**
- * Value of the changed object in the new Service configuration,
- * in JSON format. This field will not be populated if ChangeType == REMOVED.
- *
- * Generated from protobuf field string new_value = 3;
- * @param string $var
- * @return $this
- */
- public function setNewValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->new_value = $var;
-
- return $this;
- }
-
- /**
- * The type for this change, either ADDED, REMOVED, or MODIFIED.
- *
- * Generated from protobuf field .google.api.ChangeType change_type = 4;
- * @return int
- */
- public function getChangeType()
- {
- return $this->change_type;
- }
-
- /**
- * The type for this change, either ADDED, REMOVED, or MODIFIED.
- *
- * Generated from protobuf field .google.api.ChangeType change_type = 4;
- * @param int $var
- * @return $this
- */
- public function setChangeType($var)
- {
- GPBUtil::checkEnum($var, \Google\Api\ChangeType::class);
- $this->change_type = $var;
-
- return $this;
- }
-
- /**
- * Collection of advice provided for this change, useful for determining the
- * possible impact of this change.
- *
- * Generated from protobuf field repeated .google.api.Advice advices = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAdvices()
- {
- return $this->advices;
- }
-
- /**
- * Collection of advice provided for this change, useful for determining the
- * possible impact of this change.
- *
- * Generated from protobuf field repeated .google.api.Advice advices = 5;
- * @param \Google\Api\Advice[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAdvices($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Advice::class);
- $this->advices = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Context.php b/vendor/google/common-protos/src/Api/Context.php
deleted file mode 100644
index f96eb084c..000000000
--- a/vendor/google/common-protos/src/Api/Context.php
+++ /dev/null
@@ -1,83 +0,0 @@
-google.api.Context
- */
-class Context extends \Google\Protobuf\Internal\Message
-{
- /**
- * A list of RPC context rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.ContextRule rules = 1;
- */
- private $rules;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\ContextRule[]|\Google\Protobuf\Internal\RepeatedField $rules
- * A list of RPC context rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Context::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A list of RPC context rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.ContextRule rules = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * A list of RPC context rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.ContextRule rules = 1;
- * @param \Google\Api\ContextRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\ContextRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/ContextRule.php b/vendor/google/common-protos/src/Api/ContextRule.php
deleted file mode 100644
index ace854ac0..000000000
--- a/vendor/google/common-protos/src/Api/ContextRule.php
+++ /dev/null
@@ -1,140 +0,0 @@
-google.api.ContextRule
- */
-class ContextRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * A list of full type names of requested contexts.
- *
- * Generated from protobuf field repeated string requested = 2;
- */
- private $requested;
- /**
- * A list of full type names of provided contexts.
- *
- * Generated from protobuf field repeated string provided = 3;
- */
- private $provided;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $requested
- * A list of full type names of requested contexts.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $provided
- * A list of full type names of provided contexts.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Context::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * A list of full type names of requested contexts.
- *
- * Generated from protobuf field repeated string requested = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRequested()
- {
- return $this->requested;
- }
-
- /**
- * A list of full type names of requested contexts.
- *
- * Generated from protobuf field repeated string requested = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRequested($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->requested = $arr;
-
- return $this;
- }
-
- /**
- * A list of full type names of provided contexts.
- *
- * Generated from protobuf field repeated string provided = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getProvided()
- {
- return $this->provided;
- }
-
- /**
- * A list of full type names of provided contexts.
- *
- * Generated from protobuf field repeated string provided = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setProvided($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->provided = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Control.php b/vendor/google/common-protos/src/Api/Control.php
deleted file mode 100644
index d7f10dc1e..000000000
--- a/vendor/google/common-protos/src/Api/Control.php
+++ /dev/null
@@ -1,73 +0,0 @@
-google.api.Control
- */
-class Control extends \Google\Protobuf\Internal\Message
-{
- /**
- * The service control environment to use. If empty, no control plane
- * feature (like quota and billing) will be enabled.
- *
- * Generated from protobuf field string environment = 1;
- */
- private $environment = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $environment
- * The service control environment to use. If empty, no control plane
- * feature (like quota and billing) will be enabled.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Control::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The service control environment to use. If empty, no control plane
- * feature (like quota and billing) will be enabled.
- *
- * Generated from protobuf field string environment = 1;
- * @return string
- */
- public function getEnvironment()
- {
- return $this->environment;
- }
-
- /**
- * The service control environment to use. If empty, no control plane
- * feature (like quota and billing) will be enabled.
- *
- * Generated from protobuf field string environment = 1;
- * @param string $var
- * @return $this
- */
- public function setEnvironment($var)
- {
- GPBUtil::checkString($var, True);
- $this->environment = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/CustomHttpPattern.php b/vendor/google/common-protos/src/Api/CustomHttpPattern.php
deleted file mode 100644
index 269c88370..000000000
--- a/vendor/google/common-protos/src/Api/CustomHttpPattern.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.api.CustomHttpPattern
- */
-class CustomHttpPattern extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of this custom HTTP verb.
- *
- * Generated from protobuf field string kind = 1;
- */
- private $kind = '';
- /**
- * The path matched by this custom verb.
- *
- * Generated from protobuf field string path = 2;
- */
- private $path = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $kind
- * The name of this custom HTTP verb.
- * @type string $path
- * The path matched by this custom verb.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Http::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of this custom HTTP verb.
- *
- * Generated from protobuf field string kind = 1;
- * @return string
- */
- public function getKind()
- {
- return $this->kind;
- }
-
- /**
- * The name of this custom HTTP verb.
- *
- * Generated from protobuf field string kind = 1;
- * @param string $var
- * @return $this
- */
- public function setKind($var)
- {
- GPBUtil::checkString($var, True);
- $this->kind = $var;
-
- return $this;
- }
-
- /**
- * The path matched by this custom verb.
- *
- * Generated from protobuf field string path = 2;
- * @return string
- */
- public function getPath()
- {
- return $this->path;
- }
-
- /**
- * The path matched by this custom verb.
- *
- * Generated from protobuf field string path = 2;
- * @param string $var
- * @return $this
- */
- public function setPath($var)
- {
- GPBUtil::checkString($var, True);
- $this->path = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Distribution.php b/vendor/google/common-protos/src/Api/Distribution.php
deleted file mode 100644
index c619fb573..000000000
--- a/vendor/google/common-protos/src/Api/Distribution.php
+++ /dev/null
@@ -1,370 +0,0 @@
-google.api.Distribution
- */
-class Distribution extends \Google\Protobuf\Internal\Message
-{
- /**
- * The number of values in the population. Must be non-negative. This value
- * must equal the sum of the values in `bucket_counts` if a histogram is
- * provided.
- *
- * Generated from protobuf field int64 count = 1;
- */
- private $count = 0;
- /**
- * The arithmetic mean of the values in the population. If `count` is zero
- * then this field must be zero.
- *
- * Generated from protobuf field double mean = 2;
- */
- private $mean = 0.0;
- /**
- * The sum of squared deviations from the mean of the values in the
- * population. For values x_i this is:
- * Sum[i=1..n]((x_i - mean)^2)
- * Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
- * describes Welford's method for accumulating this sum in one pass.
- * If `count` is zero then this field must be zero.
- *
- * Generated from protobuf field double sum_of_squared_deviation = 3;
- */
- private $sum_of_squared_deviation = 0.0;
- /**
- * If specified, contains the range of the population values. The field
- * must not be present if the `count` is zero.
- *
- * Generated from protobuf field .google.api.Distribution.Range range = 4;
- */
- private $range = null;
- /**
- * Defines the histogram bucket boundaries. If the distribution does not
- * contain a histogram, then omit this field.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions bucket_options = 6;
- */
- private $bucket_options = null;
- /**
- * The number of values in each bucket of the histogram, as described in
- * `bucket_options`. If the distribution does not have a histogram, then omit
- * this field. If there is a histogram, then the sum of the values in
- * `bucket_counts` must equal the value in the `count` field of the
- * distribution.
- * If present, `bucket_counts` should contain N values, where N is the number
- * of buckets specified in `bucket_options`. If you supply fewer than N
- * values, the remaining values are assumed to be 0.
- * The order of the values in `bucket_counts` follows the bucket numbering
- * schemes described for the three bucket types. The first value must be the
- * count for the underflow bucket (number 0). The next N-2 values are the
- * counts for the finite buckets (number 1 through N-2). The N'th value in
- * `bucket_counts` is the count for the overflow bucket (number N-1).
- *
- * Generated from protobuf field repeated int64 bucket_counts = 7;
- */
- private $bucket_counts;
- /**
- * Must be in increasing order of `value` field.
- *
- * Generated from protobuf field repeated .google.api.Distribution.Exemplar exemplars = 10;
- */
- private $exemplars;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int|string $count
- * The number of values in the population. Must be non-negative. This value
- * must equal the sum of the values in `bucket_counts` if a histogram is
- * provided.
- * @type float $mean
- * The arithmetic mean of the values in the population. If `count` is zero
- * then this field must be zero.
- * @type float $sum_of_squared_deviation
- * The sum of squared deviations from the mean of the values in the
- * population. For values x_i this is:
- * Sum[i=1..n]((x_i - mean)^2)
- * Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
- * describes Welford's method for accumulating this sum in one pass.
- * If `count` is zero then this field must be zero.
- * @type \Google\Api\Distribution\Range $range
- * If specified, contains the range of the population values. The field
- * must not be present if the `count` is zero.
- * @type \Google\Api\Distribution\BucketOptions $bucket_options
- * Defines the histogram bucket boundaries. If the distribution does not
- * contain a histogram, then omit this field.
- * @type int[]|string[]|\Google\Protobuf\Internal\RepeatedField $bucket_counts
- * The number of values in each bucket of the histogram, as described in
- * `bucket_options`. If the distribution does not have a histogram, then omit
- * this field. If there is a histogram, then the sum of the values in
- * `bucket_counts` must equal the value in the `count` field of the
- * distribution.
- * If present, `bucket_counts` should contain N values, where N is the number
- * of buckets specified in `bucket_options`. If you supply fewer than N
- * values, the remaining values are assumed to be 0.
- * The order of the values in `bucket_counts` follows the bucket numbering
- * schemes described for the three bucket types. The first value must be the
- * count for the underflow bucket (number 0). The next N-2 values are the
- * counts for the finite buckets (number 1 through N-2). The N'th value in
- * `bucket_counts` is the count for the overflow bucket (number N-1).
- * @type \Google\Api\Distribution\Exemplar[]|\Google\Protobuf\Internal\RepeatedField $exemplars
- * Must be in increasing order of `value` field.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The number of values in the population. Must be non-negative. This value
- * must equal the sum of the values in `bucket_counts` if a histogram is
- * provided.
- *
- * Generated from protobuf field int64 count = 1;
- * @return int|string
- */
- public function getCount()
- {
- return $this->count;
- }
-
- /**
- * The number of values in the population. Must be non-negative. This value
- * must equal the sum of the values in `bucket_counts` if a histogram is
- * provided.
- *
- * Generated from protobuf field int64 count = 1;
- * @param int|string $var
- * @return $this
- */
- public function setCount($var)
- {
- GPBUtil::checkInt64($var);
- $this->count = $var;
-
- return $this;
- }
-
- /**
- * The arithmetic mean of the values in the population. If `count` is zero
- * then this field must be zero.
- *
- * Generated from protobuf field double mean = 2;
- * @return float
- */
- public function getMean()
- {
- return $this->mean;
- }
-
- /**
- * The arithmetic mean of the values in the population. If `count` is zero
- * then this field must be zero.
- *
- * Generated from protobuf field double mean = 2;
- * @param float $var
- * @return $this
- */
- public function setMean($var)
- {
- GPBUtil::checkDouble($var);
- $this->mean = $var;
-
- return $this;
- }
-
- /**
- * The sum of squared deviations from the mean of the values in the
- * population. For values x_i this is:
- * Sum[i=1..n]((x_i - mean)^2)
- * Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
- * describes Welford's method for accumulating this sum in one pass.
- * If `count` is zero then this field must be zero.
- *
- * Generated from protobuf field double sum_of_squared_deviation = 3;
- * @return float
- */
- public function getSumOfSquaredDeviation()
- {
- return $this->sum_of_squared_deviation;
- }
-
- /**
- * The sum of squared deviations from the mean of the values in the
- * population. For values x_i this is:
- * Sum[i=1..n]((x_i - mean)^2)
- * Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
- * describes Welford's method for accumulating this sum in one pass.
- * If `count` is zero then this field must be zero.
- *
- * Generated from protobuf field double sum_of_squared_deviation = 3;
- * @param float $var
- * @return $this
- */
- public function setSumOfSquaredDeviation($var)
- {
- GPBUtil::checkDouble($var);
- $this->sum_of_squared_deviation = $var;
-
- return $this;
- }
-
- /**
- * If specified, contains the range of the population values. The field
- * must not be present if the `count` is zero.
- *
- * Generated from protobuf field .google.api.Distribution.Range range = 4;
- * @return \Google\Api\Distribution\Range
- */
- public function getRange()
- {
- return $this->range;
- }
-
- /**
- * If specified, contains the range of the population values. The field
- * must not be present if the `count` is zero.
- *
- * Generated from protobuf field .google.api.Distribution.Range range = 4;
- * @param \Google\Api\Distribution\Range $var
- * @return $this
- */
- public function setRange($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Distribution_Range::class);
- $this->range = $var;
-
- return $this;
- }
-
- /**
- * Defines the histogram bucket boundaries. If the distribution does not
- * contain a histogram, then omit this field.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions bucket_options = 6;
- * @return \Google\Api\Distribution\BucketOptions
- */
- public function getBucketOptions()
- {
- return $this->bucket_options;
- }
-
- /**
- * Defines the histogram bucket boundaries. If the distribution does not
- * contain a histogram, then omit this field.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions bucket_options = 6;
- * @param \Google\Api\Distribution\BucketOptions $var
- * @return $this
- */
- public function setBucketOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Distribution_BucketOptions::class);
- $this->bucket_options = $var;
-
- return $this;
- }
-
- /**
- * The number of values in each bucket of the histogram, as described in
- * `bucket_options`. If the distribution does not have a histogram, then omit
- * this field. If there is a histogram, then the sum of the values in
- * `bucket_counts` must equal the value in the `count` field of the
- * distribution.
- * If present, `bucket_counts` should contain N values, where N is the number
- * of buckets specified in `bucket_options`. If you supply fewer than N
- * values, the remaining values are assumed to be 0.
- * The order of the values in `bucket_counts` follows the bucket numbering
- * schemes described for the three bucket types. The first value must be the
- * count for the underflow bucket (number 0). The next N-2 values are the
- * counts for the finite buckets (number 1 through N-2). The N'th value in
- * `bucket_counts` is the count for the overflow bucket (number N-1).
- *
- * Generated from protobuf field repeated int64 bucket_counts = 7;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getBucketCounts()
- {
- return $this->bucket_counts;
- }
-
- /**
- * The number of values in each bucket of the histogram, as described in
- * `bucket_options`. If the distribution does not have a histogram, then omit
- * this field. If there is a histogram, then the sum of the values in
- * `bucket_counts` must equal the value in the `count` field of the
- * distribution.
- * If present, `bucket_counts` should contain N values, where N is the number
- * of buckets specified in `bucket_options`. If you supply fewer than N
- * values, the remaining values are assumed to be 0.
- * The order of the values in `bucket_counts` follows the bucket numbering
- * schemes described for the three bucket types. The first value must be the
- * count for the underflow bucket (number 0). The next N-2 values are the
- * counts for the finite buckets (number 1 through N-2). The N'th value in
- * `bucket_counts` is the count for the overflow bucket (number N-1).
- *
- * Generated from protobuf field repeated int64 bucket_counts = 7;
- * @param int[]|string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setBucketCounts($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT64);
- $this->bucket_counts = $arr;
-
- return $this;
- }
-
- /**
- * Must be in increasing order of `value` field.
- *
- * Generated from protobuf field repeated .google.api.Distribution.Exemplar exemplars = 10;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getExemplars()
- {
- return $this->exemplars;
- }
-
- /**
- * Must be in increasing order of `value` field.
- *
- * Generated from protobuf field repeated .google.api.Distribution.Exemplar exemplars = 10;
- * @param \Google\Api\Distribution\Exemplar[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setExemplars($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Distribution\Exemplar::class);
- $this->exemplars = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions.php
deleted file mode 100644
index 4ae8e3d4b..000000000
--- a/vendor/google/common-protos/src/Api/Distribution/BucketOptions.php
+++ /dev/null
@@ -1,142 +0,0 @@
- 0) is the
- * same as the upper bound of bucket i - 1. The buckets span the whole range
- * of finite values: lower bound of the underflow bucket is -infinity and the
- * upper bound of the overflow bucket is +infinity. The finite buckets are
- * so-called because both bounds are finite.
- *
- * Generated from protobuf message google.api.Distribution.BucketOptions
- */
-class BucketOptions extends \Google\Protobuf\Internal\Message
-{
- protected $options;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\Distribution\BucketOptions\Linear $linear_buckets
- * The linear bucket.
- * @type \Google\Api\Distribution\BucketOptions\Exponential $exponential_buckets
- * The exponential buckets.
- * @type \Google\Api\Distribution\BucketOptions\Explicit $explicit_buckets
- * The explicit buckets.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The linear bucket.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
- * @return \Google\Api\Distribution\BucketOptions\Linear
- */
- public function getLinearBuckets()
- {
- return $this->readOneof(1);
- }
-
- /**
- * The linear bucket.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
- * @param \Google\Api\Distribution\BucketOptions\Linear $var
- * @return $this
- */
- public function setLinearBuckets($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Distribution_BucketOptions_Linear::class);
- $this->writeOneof(1, $var);
-
- return $this;
- }
-
- /**
- * The exponential buckets.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
- * @return \Google\Api\Distribution\BucketOptions\Exponential
- */
- public function getExponentialBuckets()
- {
- return $this->readOneof(2);
- }
-
- /**
- * The exponential buckets.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
- * @param \Google\Api\Distribution\BucketOptions\Exponential $var
- * @return $this
- */
- public function setExponentialBuckets($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Distribution_BucketOptions_Exponential::class);
- $this->writeOneof(2, $var);
-
- return $this;
- }
-
- /**
- * The explicit buckets.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
- * @return \Google\Api\Distribution\BucketOptions\Explicit
- */
- public function getExplicitBuckets()
- {
- return $this->readOneof(3);
- }
-
- /**
- * The explicit buckets.
- *
- * Generated from protobuf field .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
- * @param \Google\Api\Distribution\BucketOptions\Explicit $var
- * @return $this
- */
- public function setExplicitBuckets($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Distribution_BucketOptions_Explicit::class);
- $this->writeOneof(3, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getOptions()
- {
- return $this->whichOneof("options");
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(BucketOptions::class, \Google\Api\Distribution_BucketOptions::class);
-
diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php
deleted file mode 100644
index c5c37611f..000000000
--- a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php
+++ /dev/null
@@ -1,77 +0,0 @@
-google.api.Distribution.BucketOptions.Explicit
- */
-class Explicit extends \Google\Protobuf\Internal\Message
-{
- /**
- * The values must be monotonically increasing.
- *
- * Generated from protobuf field repeated double bounds = 1;
- */
- private $bounds;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float[]|\Google\Protobuf\Internal\RepeatedField $bounds
- * The values must be monotonically increasing.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The values must be monotonically increasing.
- *
- * Generated from protobuf field repeated double bounds = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getBounds()
- {
- return $this->bounds;
- }
-
- /**
- * The values must be monotonically increasing.
- *
- * Generated from protobuf field repeated double bounds = 1;
- * @param float[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setBounds($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::DOUBLE);
- $this->bounds = $arr;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Explicit::class, \Google\Api\Distribution_BucketOptions_Explicit::class);
-
diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php
deleted file mode 100644
index 37b526bc3..000000000
--- a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php
+++ /dev/null
@@ -1,144 +0,0 @@
-google.api.Distribution.BucketOptions.Exponential
- */
-class Exponential extends \Google\Protobuf\Internal\Message
-{
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field int32 num_finite_buckets = 1;
- */
- private $num_finite_buckets = 0;
- /**
- * Must be greater than 1.
- *
- * Generated from protobuf field double growth_factor = 2;
- */
- private $growth_factor = 0.0;
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field double scale = 3;
- */
- private $scale = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $num_finite_buckets
- * Must be greater than 0.
- * @type float $growth_factor
- * Must be greater than 1.
- * @type float $scale
- * Must be greater than 0.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field int32 num_finite_buckets = 1;
- * @return int
- */
- public function getNumFiniteBuckets()
- {
- return $this->num_finite_buckets;
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field int32 num_finite_buckets = 1;
- * @param int $var
- * @return $this
- */
- public function setNumFiniteBuckets($var)
- {
- GPBUtil::checkInt32($var);
- $this->num_finite_buckets = $var;
-
- return $this;
- }
-
- /**
- * Must be greater than 1.
- *
- * Generated from protobuf field double growth_factor = 2;
- * @return float
- */
- public function getGrowthFactor()
- {
- return $this->growth_factor;
- }
-
- /**
- * Must be greater than 1.
- *
- * Generated from protobuf field double growth_factor = 2;
- * @param float $var
- * @return $this
- */
- public function setGrowthFactor($var)
- {
- GPBUtil::checkDouble($var);
- $this->growth_factor = $var;
-
- return $this;
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field double scale = 3;
- * @return float
- */
- public function getScale()
- {
- return $this->scale;
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field double scale = 3;
- * @param float $var
- * @return $this
- */
- public function setScale($var)
- {
- GPBUtil::checkDouble($var);
- $this->scale = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Exponential::class, \Google\Api\Distribution_BucketOptions_Exponential::class);
-
diff --git a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php b/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php
deleted file mode 100644
index e7181afcd..000000000
--- a/vendor/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php
+++ /dev/null
@@ -1,144 +0,0 @@
-google.api.Distribution.BucketOptions.Linear
- */
-class Linear extends \Google\Protobuf\Internal\Message
-{
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field int32 num_finite_buckets = 1;
- */
- private $num_finite_buckets = 0;
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field double width = 2;
- */
- private $width = 0.0;
- /**
- * Lower bound of the first bucket.
- *
- * Generated from protobuf field double offset = 3;
- */
- private $offset = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $num_finite_buckets
- * Must be greater than 0.
- * @type float $width
- * Must be greater than 0.
- * @type float $offset
- * Lower bound of the first bucket.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field int32 num_finite_buckets = 1;
- * @return int
- */
- public function getNumFiniteBuckets()
- {
- return $this->num_finite_buckets;
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field int32 num_finite_buckets = 1;
- * @param int $var
- * @return $this
- */
- public function setNumFiniteBuckets($var)
- {
- GPBUtil::checkInt32($var);
- $this->num_finite_buckets = $var;
-
- return $this;
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field double width = 2;
- * @return float
- */
- public function getWidth()
- {
- return $this->width;
- }
-
- /**
- * Must be greater than 0.
- *
- * Generated from protobuf field double width = 2;
- * @param float $var
- * @return $this
- */
- public function setWidth($var)
- {
- GPBUtil::checkDouble($var);
- $this->width = $var;
-
- return $this;
- }
-
- /**
- * Lower bound of the first bucket.
- *
- * Generated from protobuf field double offset = 3;
- * @return float
- */
- public function getOffset()
- {
- return $this->offset;
- }
-
- /**
- * Lower bound of the first bucket.
- *
- * Generated from protobuf field double offset = 3;
- * @param float $var
- * @return $this
- */
- public function setOffset($var)
- {
- GPBUtil::checkDouble($var);
- $this->offset = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Linear::class, \Google\Api\Distribution_BucketOptions_Linear::class);
-
diff --git a/vendor/google/common-protos/src/Api/Distribution/Exemplar.php b/vendor/google/common-protos/src/Api/Distribution/Exemplar.php
deleted file mode 100644
index 5474dabff..000000000
--- a/vendor/google/common-protos/src/Api/Distribution/Exemplar.php
+++ /dev/null
@@ -1,170 +0,0 @@
-google.api.Distribution.Exemplar
- */
-class Exemplar extends \Google\Protobuf\Internal\Message
-{
- /**
- * Value of the exemplar point. This value determines to which bucket the
- * exemplar belongs.
- *
- * Generated from protobuf field double value = 1;
- */
- private $value = 0.0;
- /**
- * The observation (sampling) time of the above value.
- *
- * Generated from protobuf field .google.protobuf.Timestamp timestamp = 2;
- */
- private $timestamp = null;
- /**
- * Contextual information about the example value. Examples are:
- * Trace ID: type.googleapis.com/google.devtools.cloudtrace.v1.Trace
- * Literal string: type.googleapis.com/google.protobuf.StringValue
- * Labels dropped during aggregation:
- * type.googleapis.com/google.monitoring.v3.DroppedLabels
- * There may be only a single attachment of any given message type in a
- * single exemplar, and this is enforced by the system.
- *
- * Generated from protobuf field repeated .google.protobuf.Any attachments = 3;
- */
- private $attachments;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $value
- * Value of the exemplar point. This value determines to which bucket the
- * exemplar belongs.
- * @type \Google\Protobuf\Timestamp $timestamp
- * The observation (sampling) time of the above value.
- * @type \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $attachments
- * Contextual information about the example value. Examples are:
- * Trace ID: type.googleapis.com/google.devtools.cloudtrace.v1.Trace
- * Literal string: type.googleapis.com/google.protobuf.StringValue
- * Labels dropped during aggregation:
- * type.googleapis.com/google.monitoring.v3.DroppedLabels
- * There may be only a single attachment of any given message type in a
- * single exemplar, and this is enforced by the system.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Value of the exemplar point. This value determines to which bucket the
- * exemplar belongs.
- *
- * Generated from protobuf field double value = 1;
- * @return float
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * Value of the exemplar point. This value determines to which bucket the
- * exemplar belongs.
- *
- * Generated from protobuf field double value = 1;
- * @param float $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkDouble($var);
- $this->value = $var;
-
- return $this;
- }
-
- /**
- * The observation (sampling) time of the above value.
- *
- * Generated from protobuf field .google.protobuf.Timestamp timestamp = 2;
- * @return \Google\Protobuf\Timestamp
- */
- public function getTimestamp()
- {
- return $this->timestamp;
- }
-
- /**
- * The observation (sampling) time of the above value.
- *
- * Generated from protobuf field .google.protobuf.Timestamp timestamp = 2;
- * @param \Google\Protobuf\Timestamp $var
- * @return $this
- */
- public function setTimestamp($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
- $this->timestamp = $var;
-
- return $this;
- }
-
- /**
- * Contextual information about the example value. Examples are:
- * Trace ID: type.googleapis.com/google.devtools.cloudtrace.v1.Trace
- * Literal string: type.googleapis.com/google.protobuf.StringValue
- * Labels dropped during aggregation:
- * type.googleapis.com/google.monitoring.v3.DroppedLabels
- * There may be only a single attachment of any given message type in a
- * single exemplar, and this is enforced by the system.
- *
- * Generated from protobuf field repeated .google.protobuf.Any attachments = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAttachments()
- {
- return $this->attachments;
- }
-
- /**
- * Contextual information about the example value. Examples are:
- * Trace ID: type.googleapis.com/google.devtools.cloudtrace.v1.Trace
- * Literal string: type.googleapis.com/google.protobuf.StringValue
- * Labels dropped during aggregation:
- * type.googleapis.com/google.monitoring.v3.DroppedLabels
- * There may be only a single attachment of any given message type in a
- * single exemplar, and this is enforced by the system.
- *
- * Generated from protobuf field repeated .google.protobuf.Any attachments = 3;
- * @param \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAttachments($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Any::class);
- $this->attachments = $arr;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Exemplar::class, \Google\Api\Distribution_Exemplar::class);
-
diff --git a/vendor/google/common-protos/src/Api/Distribution/Range.php b/vendor/google/common-protos/src/Api/Distribution/Range.php
deleted file mode 100644
index 9cdf21fd2..000000000
--- a/vendor/google/common-protos/src/Api/Distribution/Range.php
+++ /dev/null
@@ -1,104 +0,0 @@
-google.api.Distribution.Range
- */
-class Range extends \Google\Protobuf\Internal\Message
-{
- /**
- * The minimum of the population values.
- *
- * Generated from protobuf field double min = 1;
- */
- private $min = 0.0;
- /**
- * The maximum of the population values.
- *
- * Generated from protobuf field double max = 2;
- */
- private $max = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $min
- * The minimum of the population values.
- * @type float $max
- * The maximum of the population values.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Distribution::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The minimum of the population values.
- *
- * Generated from protobuf field double min = 1;
- * @return float
- */
- public function getMin()
- {
- return $this->min;
- }
-
- /**
- * The minimum of the population values.
- *
- * Generated from protobuf field double min = 1;
- * @param float $var
- * @return $this
- */
- public function setMin($var)
- {
- GPBUtil::checkDouble($var);
- $this->min = $var;
-
- return $this;
- }
-
- /**
- * The maximum of the population values.
- *
- * Generated from protobuf field double max = 2;
- * @return float
- */
- public function getMax()
- {
- return $this->max;
- }
-
- /**
- * The maximum of the population values.
- *
- * Generated from protobuf field double max = 2;
- * @param float $var
- * @return $this
- */
- public function setMax($var)
- {
- GPBUtil::checkDouble($var);
- $this->max = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Range::class, \Google\Api\Distribution_Range::class);
-
diff --git a/vendor/google/common-protos/src/Api/Distribution_BucketOptions.php b/vendor/google/common-protos/src/Api/Distribution_BucketOptions.php
deleted file mode 100644
index bc118022a..000000000
--- a/vendor/google/common-protos/src/Api/Distribution_BucketOptions.php
+++ /dev/null
@@ -1,16 +0,0 @@
-documentation:
- * summary: >
- * The Google Calendar API gives access
- * to most calendar features.
- * pages:
- * - name: Overview
- * content: (== include google/foo/overview.md ==)
- * - name: Tutorial
- * content: (== include google/foo/tutorial.md ==)
- * subpages;
- * - name: Java
- * content: (== include google/foo/tutorial_java.md ==)
- * rules:
- * - selector: google.calendar.Calendar.Get
- * description: >
- * ...
- * - selector: google.calendar.Calendar.Put
- * description: >
- * ...
- *
- * Documentation is provided in markdown syntax. In addition to
- * standard markdown features, definition lists, tables and fenced
- * code blocks are supported. Section headers can be provided and are
- * interpreted relative to the section nesting of the context where
- * a documentation fragment is embedded.
- * Documentation from the IDL is merged with documentation defined
- * via the config at normalization time, where documentation provided
- * by config rules overrides IDL provided.
- * A number of constructs specific to the API platform are supported
- * in documentation text.
- * In order to reference a proto element, the following
- * notation can be used:
- * [fully.qualified.proto.name][]
- * To override the display text used for the link, this can be used:
- * [display text][fully.qualified.proto.name]
- * Text can be excluded from doc using the following notation:
- * (-- internal comment --)
- * A few directives are available in documentation. Note that
- * directives must appear on a single line to be properly
- * identified. The `include` directive includes a markdown file from
- * an external source:
- * (== include path/to/file ==)
- * The `resource_for` directive marks a message to be the resource of
- * a collection in REST view. If it is not specified, tools attempt
- * to infer the resource from the operations in a collection:
- * (== resource_for v1.shelves.books ==)
- * The directive `suppress_warning` does not directly affect documentation
- * and is documented together with service config validation.
- *
- * Generated from protobuf message google.api.Documentation
- */
-class Documentation extends \Google\Protobuf\Internal\Message
-{
- /**
- * A short summary of what the service does. Can only be provided by
- * plain text.
- *
- * Generated from protobuf field string summary = 1;
- */
- private $summary = '';
- /**
- * The top level pages for the documentation set.
- *
- * Generated from protobuf field repeated .google.api.Page pages = 5;
- */
- private $pages;
- /**
- * A list of documentation rules that apply to individual API elements.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.DocumentationRule rules = 3;
- */
- private $rules;
- /**
- * The URL to the root of documentation.
- *
- * Generated from protobuf field string documentation_root_url = 4;
- */
- private $documentation_root_url = '';
- /**
- * Declares a single overview page. For example:
- * documentation:
- * summary: ...
- * overview: (== include overview.md ==)
- *
- * This is a shortcut for the following declaration (using pages style):
- * documentation:
- * summary: ...
- * pages:
- * - name: Overview
- * content: (== include overview.md ==)
- *
- * Note: you cannot specify both `overview` field and `pages` field.
- *
- * Generated from protobuf field string overview = 2;
- */
- private $overview = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $summary
- * A short summary of what the service does. Can only be provided by
- * plain text.
- * @type \Google\Api\Page[]|\Google\Protobuf\Internal\RepeatedField $pages
- * The top level pages for the documentation set.
- * @type \Google\Api\DocumentationRule[]|\Google\Protobuf\Internal\RepeatedField $rules
- * A list of documentation rules that apply to individual API elements.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- * @type string $documentation_root_url
- * The URL to the root of documentation.
- * @type string $overview
- * Declares a single overview page. For example:
- * documentation:
- * summary: ...
- * overview: (== include overview.md ==)
- *
- * This is a shortcut for the following declaration (using pages style):
- * documentation:
- * summary: ...
- * pages:
- * - name: Overview
- * content: (== include overview.md ==)
- *
- * Note: you cannot specify both `overview` field and `pages` field.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Documentation::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A short summary of what the service does. Can only be provided by
- * plain text.
- *
- * Generated from protobuf field string summary = 1;
- * @return string
- */
- public function getSummary()
- {
- return $this->summary;
- }
-
- /**
- * A short summary of what the service does. Can only be provided by
- * plain text.
- *
- * Generated from protobuf field string summary = 1;
- * @param string $var
- * @return $this
- */
- public function setSummary($var)
- {
- GPBUtil::checkString($var, True);
- $this->summary = $var;
-
- return $this;
- }
-
- /**
- * The top level pages for the documentation set.
- *
- * Generated from protobuf field repeated .google.api.Page pages = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPages()
- {
- return $this->pages;
- }
-
- /**
- * The top level pages for the documentation set.
- *
- * Generated from protobuf field repeated .google.api.Page pages = 5;
- * @param \Google\Api\Page[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPages($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Page::class);
- $this->pages = $arr;
-
- return $this;
- }
-
- /**
- * A list of documentation rules that apply to individual API elements.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.DocumentationRule rules = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * A list of documentation rules that apply to individual API elements.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.DocumentationRule rules = 3;
- * @param \Google\Api\DocumentationRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\DocumentationRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
- /**
- * The URL to the root of documentation.
- *
- * Generated from protobuf field string documentation_root_url = 4;
- * @return string
- */
- public function getDocumentationRootUrl()
- {
- return $this->documentation_root_url;
- }
-
- /**
- * The URL to the root of documentation.
- *
- * Generated from protobuf field string documentation_root_url = 4;
- * @param string $var
- * @return $this
- */
- public function setDocumentationRootUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->documentation_root_url = $var;
-
- return $this;
- }
-
- /**
- * Declares a single overview page. For example:
- * documentation:
- * summary: ...
- * overview: (== include overview.md ==)
- *
- * This is a shortcut for the following declaration (using pages style):
- * documentation:
- * summary: ...
- * pages:
- * - name: Overview
- * content: (== include overview.md ==)
- *
- * Note: you cannot specify both `overview` field and `pages` field.
- *
- * Generated from protobuf field string overview = 2;
- * @return string
- */
- public function getOverview()
- {
- return $this->overview;
- }
-
- /**
- * Declares a single overview page. For example:
- * documentation:
- * summary: ...
- * overview: (== include overview.md ==)
- *
- * This is a shortcut for the following declaration (using pages style):
- * documentation:
- * summary: ...
- * pages:
- * - name: Overview
- * content: (== include overview.md ==)
- *
- * Note: you cannot specify both `overview` field and `pages` field.
- *
- * Generated from protobuf field string overview = 2;
- * @param string $var
- * @return $this
- */
- public function setOverview($var)
- {
- GPBUtil::checkString($var, True);
- $this->overview = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/DocumentationRule.php b/vendor/google/common-protos/src/Api/DocumentationRule.php
deleted file mode 100644
index 5f1747ad5..000000000
--- a/vendor/google/common-protos/src/Api/DocumentationRule.php
+++ /dev/null
@@ -1,159 +0,0 @@
-google.api.DocumentationRule
- */
-class DocumentationRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * The selector is a comma-separated list of patterns. Each pattern is a
- * qualified name of the element which may end in "*", indicating a wildcard.
- * Wildcards are only allowed at the end and for a whole component of the
- * qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". To
- * specify a default for all applicable elements, the whole pattern "*"
- * is used.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * Description of the selected API(s).
- *
- * Generated from protobuf field string description = 2;
- */
- private $description = '';
- /**
- * Deprecation description of the selected element(s). It can be provided if an
- * element is marked as `deprecated`.
- *
- * Generated from protobuf field string deprecation_description = 3;
- */
- private $deprecation_description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * The selector is a comma-separated list of patterns. Each pattern is a
- * qualified name of the element which may end in "*", indicating a wildcard.
- * Wildcards are only allowed at the end and for a whole component of the
- * qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". To
- * specify a default for all applicable elements, the whole pattern "*"
- * is used.
- * @type string $description
- * Description of the selected API(s).
- * @type string $deprecation_description
- * Deprecation description of the selected element(s). It can be provided if an
- * element is marked as `deprecated`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Documentation::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The selector is a comma-separated list of patterns. Each pattern is a
- * qualified name of the element which may end in "*", indicating a wildcard.
- * Wildcards are only allowed at the end and for a whole component of the
- * qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". To
- * specify a default for all applicable elements, the whole pattern "*"
- * is used.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * The selector is a comma-separated list of patterns. Each pattern is a
- * qualified name of the element which may end in "*", indicating a wildcard.
- * Wildcards are only allowed at the end and for a whole component of the
- * qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". To
- * specify a default for all applicable elements, the whole pattern "*"
- * is used.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * Description of the selected API(s).
- *
- * Generated from protobuf field string description = 2;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Description of the selected API(s).
- *
- * Generated from protobuf field string description = 2;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * Deprecation description of the selected element(s). It can be provided if an
- * element is marked as `deprecated`.
- *
- * Generated from protobuf field string deprecation_description = 3;
- * @return string
- */
- public function getDeprecationDescription()
- {
- return $this->deprecation_description;
- }
-
- /**
- * Deprecation description of the selected element(s). It can be provided if an
- * element is marked as `deprecated`.
- *
- * Generated from protobuf field string deprecation_description = 3;
- * @param string $var
- * @return $this
- */
- public function setDeprecationDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->deprecation_description = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Endpoint.php b/vendor/google/common-protos/src/Api/Endpoint.php
deleted file mode 100644
index 543ba6706..000000000
--- a/vendor/google/common-protos/src/Api/Endpoint.php
+++ /dev/null
@@ -1,260 +0,0 @@
-google.api.Endpoint
- */
-class Endpoint extends \Google\Protobuf\Internal\Message
-{
- /**
- * The canonical name of this endpoint.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * DEPRECATED: This field is no longer supported. Instead of using aliases,
- * please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intended
- * aliases.
- * Additional names that this endpoint will be hosted on.
- *
- * Generated from protobuf field repeated string aliases = 2;
- */
- private $aliases;
- /**
- * The list of features enabled on this endpoint.
- *
- * Generated from protobuf field repeated string features = 4;
- */
- private $features;
- /**
- * The specification of an Internet routable address of API frontend that will
- * handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).
- * It should be either a valid IPv4 address or a fully-qualified domain name.
- * For example, "8.8.8.8" or "myservice.appspot.com".
- *
- * Generated from protobuf field string target = 101;
- */
- private $target = '';
- /**
- * Allowing
- * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
- * cross-domain traffic, would allow the backends served from this endpoint to
- * receive and respond to HTTP OPTIONS requests. The response will be used by
- * the browser to determine whether the subsequent cross-origin request is
- * allowed to proceed.
- *
- * Generated from protobuf field bool allow_cors = 5;
- */
- private $allow_cors = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The canonical name of this endpoint.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $aliases
- * DEPRECATED: This field is no longer supported. Instead of using aliases,
- * please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intended
- * aliases.
- * Additional names that this endpoint will be hosted on.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $features
- * The list of features enabled on this endpoint.
- * @type string $target
- * The specification of an Internet routable address of API frontend that will
- * handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).
- * It should be either a valid IPv4 address or a fully-qualified domain name.
- * For example, "8.8.8.8" or "myservice.appspot.com".
- * @type bool $allow_cors
- * Allowing
- * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
- * cross-domain traffic, would allow the backends served from this endpoint to
- * receive and respond to HTTP OPTIONS requests. The response will be used by
- * the browser to determine whether the subsequent cross-origin request is
- * allowed to proceed.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Endpoint::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The canonical name of this endpoint.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The canonical name of this endpoint.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * DEPRECATED: This field is no longer supported. Instead of using aliases,
- * please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intended
- * aliases.
- * Additional names that this endpoint will be hosted on.
- *
- * Generated from protobuf field repeated string aliases = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAliases()
- {
- return $this->aliases;
- }
-
- /**
- * DEPRECATED: This field is no longer supported. Instead of using aliases,
- * please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intended
- * aliases.
- * Additional names that this endpoint will be hosted on.
- *
- * Generated from protobuf field repeated string aliases = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAliases($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->aliases = $arr;
-
- return $this;
- }
-
- /**
- * The list of features enabled on this endpoint.
- *
- * Generated from protobuf field repeated string features = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getFeatures()
- {
- return $this->features;
- }
-
- /**
- * The list of features enabled on this endpoint.
- *
- * Generated from protobuf field repeated string features = 4;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setFeatures($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->features = $arr;
-
- return $this;
- }
-
- /**
- * The specification of an Internet routable address of API frontend that will
- * handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).
- * It should be either a valid IPv4 address or a fully-qualified domain name.
- * For example, "8.8.8.8" or "myservice.appspot.com".
- *
- * Generated from protobuf field string target = 101;
- * @return string
- */
- public function getTarget()
- {
- return $this->target;
- }
-
- /**
- * The specification of an Internet routable address of API frontend that will
- * handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).
- * It should be either a valid IPv4 address or a fully-qualified domain name.
- * For example, "8.8.8.8" or "myservice.appspot.com".
- *
- * Generated from protobuf field string target = 101;
- * @param string $var
- * @return $this
- */
- public function setTarget($var)
- {
- GPBUtil::checkString($var, True);
- $this->target = $var;
-
- return $this;
- }
-
- /**
- * Allowing
- * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
- * cross-domain traffic, would allow the backends served from this endpoint to
- * receive and respond to HTTP OPTIONS requests. The response will be used by
- * the browser to determine whether the subsequent cross-origin request is
- * allowed to proceed.
- *
- * Generated from protobuf field bool allow_cors = 5;
- * @return bool
- */
- public function getAllowCors()
- {
- return $this->allow_cors;
- }
-
- /**
- * Allowing
- * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
- * cross-domain traffic, would allow the backends served from this endpoint to
- * receive and respond to HTTP OPTIONS requests. The response will be used by
- * the browser to determine whether the subsequent cross-origin request is
- * allowed to proceed.
- *
- * Generated from protobuf field bool allow_cors = 5;
- * @param bool $var
- * @return $this
- */
- public function setAllowCors($var)
- {
- GPBUtil::checkBool($var);
- $this->allow_cors = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/FieldBehavior.php b/vendor/google/common-protos/src/Api/FieldBehavior.php
deleted file mode 100644
index ccfa0e7bb..000000000
--- a/vendor/google/common-protos/src/Api/FieldBehavior.php
+++ /dev/null
@@ -1,97 +0,0 @@
-google.api.FieldBehavior
- */
-class FieldBehavior
-{
- /**
- * Conventional default for enums. Do not use this.
- *
- * Generated from protobuf enum FIELD_BEHAVIOR_UNSPECIFIED = 0;
- */
- const FIELD_BEHAVIOR_UNSPECIFIED = 0;
- /**
- * Specifically denotes a field as optional.
- * While all fields in protocol buffers are optional, this may be specified
- * for emphasis if appropriate.
- *
- * Generated from protobuf enum OPTIONAL = 1;
- */
- const OPTIONAL = 1;
- /**
- * Denotes a field as required.
- * This indicates that the field **must** be provided as part of the request,
- * and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
- *
- * Generated from protobuf enum REQUIRED = 2;
- */
- const REQUIRED = 2;
- /**
- * Denotes a field as output only.
- * This indicates that the field is provided in responses, but including the
- * field in a request does nothing (the server *must* ignore it and
- * *must not* throw an error as a result of the field's presence).
- *
- * Generated from protobuf enum OUTPUT_ONLY = 3;
- */
- const OUTPUT_ONLY = 3;
- /**
- * Denotes a field as input only.
- * This indicates that the field is provided in requests, and the
- * corresponding field is not included in output.
- *
- * Generated from protobuf enum INPUT_ONLY = 4;
- */
- const INPUT_ONLY = 4;
- /**
- * Denotes a field as immutable.
- * This indicates that the field may be set once in a request to create a
- * resource, but may not be changed thereafter.
- *
- * Generated from protobuf enum IMMUTABLE = 5;
- */
- const IMMUTABLE = 5;
-
- private static $valueToName = [
- self::FIELD_BEHAVIOR_UNSPECIFIED => 'FIELD_BEHAVIOR_UNSPECIFIED',
- self::OPTIONAL => 'OPTIONAL',
- self::REQUIRED => 'REQUIRED',
- self::OUTPUT_ONLY => 'OUTPUT_ONLY',
- self::INPUT_ONLY => 'INPUT_ONLY',
- self::IMMUTABLE => 'IMMUTABLE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Api/Http.php b/vendor/google/common-protos/src/Api/Http.php
deleted file mode 100644
index dd1e3fad4..000000000
--- a/vendor/google/common-protos/src/Api/Http.php
+++ /dev/null
@@ -1,123 +0,0 @@
-google.api.Http
- */
-class Http extends \Google\Protobuf\Internal\Message
-{
- /**
- * A list of HTTP configuration rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.HttpRule rules = 1;
- */
- private $rules;
- /**
- * When set to true, URL path parmeters will be fully URI-decoded except in
- * cases of single segment matches in reserved expansion, where "%2F" will be
- * left encoded.
- * The default behavior is to not decode RFC 6570 reserved characters in multi
- * segment matches.
- *
- * Generated from protobuf field bool fully_decode_reserved_expansion = 2;
- */
- private $fully_decode_reserved_expansion = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\HttpRule[]|\Google\Protobuf\Internal\RepeatedField $rules
- * A list of HTTP configuration rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- * @type bool $fully_decode_reserved_expansion
- * When set to true, URL path parmeters will be fully URI-decoded except in
- * cases of single segment matches in reserved expansion, where "%2F" will be
- * left encoded.
- * The default behavior is to not decode RFC 6570 reserved characters in multi
- * segment matches.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Http::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A list of HTTP configuration rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.HttpRule rules = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * A list of HTTP configuration rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.HttpRule rules = 1;
- * @param \Google\Api\HttpRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\HttpRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
- /**
- * When set to true, URL path parmeters will be fully URI-decoded except in
- * cases of single segment matches in reserved expansion, where "%2F" will be
- * left encoded.
- * The default behavior is to not decode RFC 6570 reserved characters in multi
- * segment matches.
- *
- * Generated from protobuf field bool fully_decode_reserved_expansion = 2;
- * @return bool
- */
- public function getFullyDecodeReservedExpansion()
- {
- return $this->fully_decode_reserved_expansion;
- }
-
- /**
- * When set to true, URL path parmeters will be fully URI-decoded except in
- * cases of single segment matches in reserved expansion, where "%2F" will be
- * left encoded.
- * The default behavior is to not decode RFC 6570 reserved characters in multi
- * segment matches.
- *
- * Generated from protobuf field bool fully_decode_reserved_expansion = 2;
- * @param bool $var
- * @return $this
- */
- public function setFullyDecodeReservedExpansion($var)
- {
- GPBUtil::checkBool($var);
- $this->fully_decode_reserved_expansion = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/HttpBody.php b/vendor/google/common-protos/src/Api/HttpBody.php
deleted file mode 100644
index fb9ac16d1..000000000
--- a/vendor/google/common-protos/src/Api/HttpBody.php
+++ /dev/null
@@ -1,166 +0,0 @@
-google.api.HttpBody
- */
-class HttpBody extends \Google\Protobuf\Internal\Message
-{
- /**
- * The HTTP Content-Type string representing the content type of the body.
- *
- * Generated from protobuf field string content_type = 1;
- */
- private $content_type = '';
- /**
- * HTTP body binary data.
- *
- * Generated from protobuf field bytes data = 2;
- */
- private $data = '';
- /**
- * Application specific response metadata. Must be set in the first response
- * for streaming APIs.
- *
- * Generated from protobuf field repeated .google.protobuf.Any extensions = 3;
- */
- private $extensions;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $content_type
- * The HTTP Content-Type string representing the content type of the body.
- * @type string $data
- * HTTP body binary data.
- * @type \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $extensions
- * Application specific response metadata. Must be set in the first response
- * for streaming APIs.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Httpbody::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The HTTP Content-Type string representing the content type of the body.
- *
- * Generated from protobuf field string content_type = 1;
- * @return string
- */
- public function getContentType()
- {
- return $this->content_type;
- }
-
- /**
- * The HTTP Content-Type string representing the content type of the body.
- *
- * Generated from protobuf field string content_type = 1;
- * @param string $var
- * @return $this
- */
- public function setContentType($var)
- {
- GPBUtil::checkString($var, True);
- $this->content_type = $var;
-
- return $this;
- }
-
- /**
- * HTTP body binary data.
- *
- * Generated from protobuf field bytes data = 2;
- * @return string
- */
- public function getData()
- {
- return $this->data;
- }
-
- /**
- * HTTP body binary data.
- *
- * Generated from protobuf field bytes data = 2;
- * @param string $var
- * @return $this
- */
- public function setData($var)
- {
- GPBUtil::checkString($var, False);
- $this->data = $var;
-
- return $this;
- }
-
- /**
- * Application specific response metadata. Must be set in the first response
- * for streaming APIs.
- *
- * Generated from protobuf field repeated .google.protobuf.Any extensions = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getExtensions()
- {
- return $this->extensions;
- }
-
- /**
- * Application specific response metadata. Must be set in the first response
- * for streaming APIs.
- *
- * Generated from protobuf field repeated .google.protobuf.Any extensions = 3;
- * @param \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setExtensions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Any::class);
- $this->extensions = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/HttpRule.php b/vendor/google/common-protos/src/Api/HttpRule.php
deleted file mode 100644
index bb01fb2a6..000000000
--- a/vendor/google/common-protos/src/Api/HttpRule.php
+++ /dev/null
@@ -1,560 +0,0 @@
-.Messaging.GetMessage
- * get: /v1/messages/{message_id}/{sub.subfield}
- * This definition enables an automatic, bidrectional mapping of HTTP
- * JSON to RPC. Example:
- * HTTP | RPC
- * -----|-----
- * `GET /v1/messages/123456/foo` | `GetMessage(message_id: "123456" sub: SubMessage(subfield: "foo"))`
- * In general, not only fields but also field paths can be referenced
- * from a path pattern. Fields mapped to the path pattern cannot be
- * repeated and must have a primitive (non-message) type.
- * Any fields in the request message which are not bound by the path
- * pattern automatically become (optional) HTTP query
- * parameters. Assume the following definition of the request message:
- * service Messaging {
- * rpc GetMessage(GetMessageRequest) returns (Message) {
- * option (google.api.http).get = "/v1/messages/{message_id}";
- * }
- * }
- * message GetMessageRequest {
- * message SubMessage {
- * string subfield = 1;
- * }
- * string message_id = 1; // mapped to the URL
- * int64 revision = 2; // becomes a parameter
- * SubMessage sub = 3; // `sub.subfield` becomes a parameter
- * }
- * This enables a HTTP JSON to RPC mapping as below:
- * HTTP | RPC
- * -----|-----
- * `GET /v1/messages/123456?revision=2&sub.subfield=foo` | `GetMessage(message_id: "123456" revision: 2 sub: SubMessage(subfield: "foo"))`
- * Note that fields which are mapped to HTTP parameters must have a
- * primitive type or a repeated primitive type. Message types are not
- * allowed. In the case of a repeated type, the parameter can be
- * repeated in the URL, as in `...?param=A¶m=B`.
- * For HTTP method kinds which allow a request body, the `body` field
- * specifies the mapping. Consider a REST update method on the
- * message resource collection:
- * service Messaging {
- * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
- * option (google.api.http) = {
- * put: "/v1/messages/{message_id}"
- * body: "message"
- * };
- * }
- * }
- * message UpdateMessageRequest {
- * string message_id = 1; // mapped to the URL
- * Message message = 2; // mapped to the body
- * }
- * The following HTTP JSON to RPC mapping is enabled, where the
- * representation of the JSON in the request body is determined by
- * protos JSON encoding:
- * HTTP | RPC
- * -----|-----
- * `PUT /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id: "123456" message { text: "Hi!" })`
- * The special name `*` can be used in the body mapping to define that
- * every field not bound by the path template should be mapped to the
- * request body. This enables the following alternative definition of
- * the update method:
- * service Messaging {
- * rpc UpdateMessage(Message) returns (Message) {
- * option (google.api.http) = {
- * put: "/v1/messages/{message_id}"
- * body: "*"
- * };
- * }
- * }
- * message Message {
- * string message_id = 1;
- * string text = 2;
- * }
- * The following HTTP JSON to RPC mapping is enabled:
- * HTTP | RPC
- * -----|-----
- * `PUT /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id: "123456" text: "Hi!")`
- * Note that when using `*` in the body mapping, it is not possible to
- * have HTTP parameters, as all fields not bound by the path end in
- * the body. This makes this option more rarely used in practice of
- * defining REST APIs. The common usage of `*` is in custom methods
- * which don't use the URL at all for transferring data.
- * It is possible to define multiple HTTP methods for one RPC by using
- * the `additional_bindings` option. Example:
- * service Messaging {
- * rpc GetMessage(GetMessageRequest) returns (Message) {
- * option (google.api.http) = {
- * get: "/v1/messages/{message_id}"
- * additional_bindings {
- * get: "/v1/users/{user_id}/messages/{message_id}"
- * }
- * };
- * }
- * }
- * message GetMessageRequest {
- * string message_id = 1;
- * string user_id = 2;
- * }
- * This enables the following two alternative HTTP JSON to RPC
- * mappings:
- * HTTP | RPC
- * -----|-----
- * `GET /v1/messages/123456` | `GetMessage(message_id: "123456")`
- * `GET /v1/users/me/messages/123456` | `GetMessage(user_id: "me" message_id: "123456")`
- * # Rules for HTTP mapping
- * The rules for mapping HTTP path, query parameters, and body fields
- * to the request message are as follows:
- * 1. The `body` field specifies either `*` or a field path, or is
- * omitted. If omitted, it indicates there is no HTTP request body.
- * 2. Leaf fields (recursive expansion of nested messages in the
- * request) can be classified into three types:
- * (a) Matched in the URL template.
- * (b) Covered by body (if body is `*`, everything except (a) fields;
- * else everything under the body field)
- * (c) All other fields.
- * 3. URL query parameters found in the HTTP request are mapped to (c) fields.
- * 4. Any body sent with an HTTP request can contain only (b) fields.
- * The syntax of the path template is as follows:
- * Template = "/" Segments [ Verb ] ;
- * Segments = Segment { "/" Segment } ;
- * Segment = "*" | "**" | LITERAL | Variable ;
- * Variable = "{" FieldPath [ "=" Segments ] "}" ;
- * FieldPath = IDENT { "." IDENT } ;
- * Verb = ":" LITERAL ;
- * The syntax `*` matches a single path segment. The syntax `**` matches zero
- * or more path segments, which must be the last part of the path except the
- * `Verb`. The syntax `LITERAL` matches literal text in the path.
- * The syntax `Variable` matches part of the URL path as specified by its
- * template. A variable template must not contain other variables. If a variable
- * matches a single path segment, its template may be omitted, e.g. `{var}`
- * is equivalent to `{var=*}`.
- * If a variable contains exactly one path segment, such as `"{var}"` or
- * `"{var=*}"`, when such a variable is expanded into a URL path, all characters
- * except `[-_.~0-9a-zA-Z]` are percent-encoded. Such variables show up in the
- * Discovery Document as `{var}`.
- * If a variable contains one or more path segments, such as `"{var=foo/*}"`
- * or `"{var=**}"`, when such a variable is expanded into a URL path, all
- * characters except `[-_.~/0-9a-zA-Z]` are percent-encoded. Such variables
- * show up in the Discovery Document as `{+var}`.
- * NOTE: While the single segment variable matches the semantics of
- * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2
- * Simple String Expansion, the multi segment variable **does not** match
- * RFC 6570 Reserved Expansion. The reason is that the Reserved Expansion
- * does not expand special characters like `?` and `#`, which would lead
- * to invalid URLs.
- * NOTE: the field paths in variables and in the `body` must not refer to
- * repeated fields or map fields.
- *
- * Generated from protobuf message google.api.HttpRule
- */
-class HttpRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * The name of the request field whose value is mapped to the HTTP body, or
- * `*` for mapping all fields not captured by the path pattern to the HTTP
- * body. NOTE: the referred field must not be a repeated field and must be
- * present at the top-level of request message type.
- *
- * Generated from protobuf field string body = 7;
- */
- private $body = '';
- /**
- * Optional. The name of the response field whose value is mapped to the HTTP
- * body of response. Other response fields are ignored. When
- * not set, the response message will be used as HTTP body of response.
- *
- * Generated from protobuf field string response_body = 12;
- */
- private $response_body = '';
- /**
- * Additional HTTP bindings for the selector. Nested bindings must
- * not contain an `additional_bindings` field themselves (that is,
- * the nesting may only be one level deep).
- *
- * Generated from protobuf field repeated .google.api.HttpRule additional_bindings = 11;
- */
- private $additional_bindings;
- protected $pattern;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type string $get
- * Used for listing and getting information about resources.
- * @type string $put
- * Used for updating a resource.
- * @type string $post
- * Used for creating a resource.
- * @type string $delete
- * Used for deleting a resource.
- * @type string $patch
- * Used for updating a resource.
- * @type \Google\Api\CustomHttpPattern $custom
- * The custom pattern is used for specifying an HTTP method that is not
- * included in the `pattern` field, such as HEAD, or "*" to leave the
- * HTTP method unspecified for this rule. The wild-card rule is useful
- * for services that provide content to Web (HTML) clients.
- * @type string $body
- * The name of the request field whose value is mapped to the HTTP body, or
- * `*` for mapping all fields not captured by the path pattern to the HTTP
- * body. NOTE: the referred field must not be a repeated field and must be
- * present at the top-level of request message type.
- * @type string $response_body
- * Optional. The name of the response field whose value is mapped to the HTTP
- * body of response. Other response fields are ignored. When
- * not set, the response message will be used as HTTP body of response.
- * @type \Google\Api\HttpRule[]|\Google\Protobuf\Internal\RepeatedField $additional_bindings
- * Additional HTTP bindings for the selector. Nested bindings must
- * not contain an `additional_bindings` field themselves (that is,
- * the nesting may only be one level deep).
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Http::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * Used for listing and getting information about resources.
- *
- * Generated from protobuf field string get = 2;
- * @return string
- */
- public function getGet()
- {
- return $this->readOneof(2);
- }
-
- /**
- * Used for listing and getting information about resources.
- *
- * Generated from protobuf field string get = 2;
- * @param string $var
- * @return $this
- */
- public function setGet($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(2, $var);
-
- return $this;
- }
-
- /**
- * Used for updating a resource.
- *
- * Generated from protobuf field string put = 3;
- * @return string
- */
- public function getPut()
- {
- return $this->readOneof(3);
- }
-
- /**
- * Used for updating a resource.
- *
- * Generated from protobuf field string put = 3;
- * @param string $var
- * @return $this
- */
- public function setPut($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(3, $var);
-
- return $this;
- }
-
- /**
- * Used for creating a resource.
- *
- * Generated from protobuf field string post = 4;
- * @return string
- */
- public function getPost()
- {
- return $this->readOneof(4);
- }
-
- /**
- * Used for creating a resource.
- *
- * Generated from protobuf field string post = 4;
- * @param string $var
- * @return $this
- */
- public function setPost($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(4, $var);
-
- return $this;
- }
-
- /**
- * Used for deleting a resource.
- *
- * Generated from protobuf field string delete = 5;
- * @return string
- */
- public function getDelete()
- {
- return $this->readOneof(5);
- }
-
- /**
- * Used for deleting a resource.
- *
- * Generated from protobuf field string delete = 5;
- * @param string $var
- * @return $this
- */
- public function setDelete($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(5, $var);
-
- return $this;
- }
-
- /**
- * Used for updating a resource.
- *
- * Generated from protobuf field string patch = 6;
- * @return string
- */
- public function getPatch()
- {
- return $this->readOneof(6);
- }
-
- /**
- * Used for updating a resource.
- *
- * Generated from protobuf field string patch = 6;
- * @param string $var
- * @return $this
- */
- public function setPatch($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(6, $var);
-
- return $this;
- }
-
- /**
- * The custom pattern is used for specifying an HTTP method that is not
- * included in the `pattern` field, such as HEAD, or "*" to leave the
- * HTTP method unspecified for this rule. The wild-card rule is useful
- * for services that provide content to Web (HTML) clients.
- *
- * Generated from protobuf field .google.api.CustomHttpPattern custom = 8;
- * @return \Google\Api\CustomHttpPattern
- */
- public function getCustom()
- {
- return $this->readOneof(8);
- }
-
- /**
- * The custom pattern is used for specifying an HTTP method that is not
- * included in the `pattern` field, such as HEAD, or "*" to leave the
- * HTTP method unspecified for this rule. The wild-card rule is useful
- * for services that provide content to Web (HTML) clients.
- *
- * Generated from protobuf field .google.api.CustomHttpPattern custom = 8;
- * @param \Google\Api\CustomHttpPattern $var
- * @return $this
- */
- public function setCustom($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\CustomHttpPattern::class);
- $this->writeOneof(8, $var);
-
- return $this;
- }
-
- /**
- * The name of the request field whose value is mapped to the HTTP body, or
- * `*` for mapping all fields not captured by the path pattern to the HTTP
- * body. NOTE: the referred field must not be a repeated field and must be
- * present at the top-level of request message type.
- *
- * Generated from protobuf field string body = 7;
- * @return string
- */
- public function getBody()
- {
- return $this->body;
- }
-
- /**
- * The name of the request field whose value is mapped to the HTTP body, or
- * `*` for mapping all fields not captured by the path pattern to the HTTP
- * body. NOTE: the referred field must not be a repeated field and must be
- * present at the top-level of request message type.
- *
- * Generated from protobuf field string body = 7;
- * @param string $var
- * @return $this
- */
- public function setBody($var)
- {
- GPBUtil::checkString($var, True);
- $this->body = $var;
-
- return $this;
- }
-
- /**
- * Optional. The name of the response field whose value is mapped to the HTTP
- * body of response. Other response fields are ignored. When
- * not set, the response message will be used as HTTP body of response.
- *
- * Generated from protobuf field string response_body = 12;
- * @return string
- */
- public function getResponseBody()
- {
- return $this->response_body;
- }
-
- /**
- * Optional. The name of the response field whose value is mapped to the HTTP
- * body of response. Other response fields are ignored. When
- * not set, the response message will be used as HTTP body of response.
- *
- * Generated from protobuf field string response_body = 12;
- * @param string $var
- * @return $this
- */
- public function setResponseBody($var)
- {
- GPBUtil::checkString($var, True);
- $this->response_body = $var;
-
- return $this;
- }
-
- /**
- * Additional HTTP bindings for the selector. Nested bindings must
- * not contain an `additional_bindings` field themselves (that is,
- * the nesting may only be one level deep).
- *
- * Generated from protobuf field repeated .google.api.HttpRule additional_bindings = 11;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAdditionalBindings()
- {
- return $this->additional_bindings;
- }
-
- /**
- * Additional HTTP bindings for the selector. Nested bindings must
- * not contain an `additional_bindings` field themselves (that is,
- * the nesting may only be one level deep).
- *
- * Generated from protobuf field repeated .google.api.HttpRule additional_bindings = 11;
- * @param \Google\Api\HttpRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAdditionalBindings($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\HttpRule::class);
- $this->additional_bindings = $arr;
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getPattern()
- {
- return $this->whichOneof("pattern");
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/LabelDescriptor.php b/vendor/google/common-protos/src/Api/LabelDescriptor.php
deleted file mode 100644
index 0efe14185..000000000
--- a/vendor/google/common-protos/src/Api/LabelDescriptor.php
+++ /dev/null
@@ -1,135 +0,0 @@
-google.api.LabelDescriptor
- */
-class LabelDescriptor extends \Google\Protobuf\Internal\Message
-{
- /**
- * The label key.
- *
- * Generated from protobuf field string key = 1;
- */
- private $key = '';
- /**
- * The type of data that can be assigned to the label.
- *
- * Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
- */
- private $value_type = 0;
- /**
- * A human-readable description for the label.
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $key
- * The label key.
- * @type int $value_type
- * The type of data that can be assigned to the label.
- * @type string $description
- * A human-readable description for the label.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Label::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The label key.
- *
- * Generated from protobuf field string key = 1;
- * @return string
- */
- public function getKey()
- {
- return $this->key;
- }
-
- /**
- * The label key.
- *
- * Generated from protobuf field string key = 1;
- * @param string $var
- * @return $this
- */
- public function setKey($var)
- {
- GPBUtil::checkString($var, True);
- $this->key = $var;
-
- return $this;
- }
-
- /**
- * The type of data that can be assigned to the label.
- *
- * Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
- * @return int
- */
- public function getValueType()
- {
- return $this->value_type;
- }
-
- /**
- * The type of data that can be assigned to the label.
- *
- * Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
- * @param int $var
- * @return $this
- */
- public function setValueType($var)
- {
- GPBUtil::checkEnum($var, \Google\Api\LabelDescriptor_ValueType::class);
- $this->value_type = $var;
-
- return $this;
- }
-
- /**
- * A human-readable description for the label.
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A human-readable description for the label.
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/LabelDescriptor/ValueType.php b/vendor/google/common-protos/src/Api/LabelDescriptor/ValueType.php
deleted file mode 100644
index fd65a805c..000000000
--- a/vendor/google/common-protos/src/Api/LabelDescriptor/ValueType.php
+++ /dev/null
@@ -1,64 +0,0 @@
-google.api.LabelDescriptor.ValueType
- */
-class ValueType
-{
- /**
- * A variable-length string. This is the default.
- *
- * Generated from protobuf enum STRING = 0;
- */
- const STRING = 0;
- /**
- * Boolean; true or false.
- *
- * Generated from protobuf enum BOOL = 1;
- */
- const BOOL = 1;
- /**
- * A 64-bit signed integer.
- *
- * Generated from protobuf enum INT64 = 2;
- */
- const INT64 = 2;
-
- private static $valueToName = [
- self::STRING => 'STRING',
- self::BOOL => 'BOOL',
- self::INT64 => 'INT64',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ValueType::class, \Google\Api\LabelDescriptor_ValueType::class);
-
diff --git a/vendor/google/common-protos/src/Api/LabelDescriptor_ValueType.php b/vendor/google/common-protos/src/Api/LabelDescriptor_ValueType.php
deleted file mode 100644
index e3ca83dc6..000000000
--- a/vendor/google/common-protos/src/Api/LabelDescriptor_ValueType.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.LogDescriptor
- */
-class LogDescriptor extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the log. It must be less than 512 characters long and can
- * include the following characters: upper- and lower-case alphanumeric
- * characters [A-Za-z0-9], and punctuation characters including
- * slash, underscore, hyphen, period [/_-.].
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The set of labels that are available to describe a specific log entry.
- * Runtime requests that contain labels not specified here are
- * considered invalid.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
- */
- private $labels;
- /**
- * A human-readable description of this log. This information appears in
- * the documentation and can contain details.
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
- /**
- * The human-readable name for this log. This information appears on
- * the user interface and should be concise.
- *
- * Generated from protobuf field string display_name = 4;
- */
- private $display_name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the log. It must be less than 512 characters long and can
- * include the following characters: upper- and lower-case alphanumeric
- * characters [A-Za-z0-9], and punctuation characters including
- * slash, underscore, hyphen, period [/_-.].
- * @type \Google\Api\LabelDescriptor[]|\Google\Protobuf\Internal\RepeatedField $labels
- * The set of labels that are available to describe a specific log entry.
- * Runtime requests that contain labels not specified here are
- * considered invalid.
- * @type string $description
- * A human-readable description of this log. This information appears in
- * the documentation and can contain details.
- * @type string $display_name
- * The human-readable name for this log. This information appears on
- * the user interface and should be concise.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Log::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the log. It must be less than 512 characters long and can
- * include the following characters: upper- and lower-case alphanumeric
- * characters [A-Za-z0-9], and punctuation characters including
- * slash, underscore, hyphen, period [/_-.].
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the log. It must be less than 512 characters long and can
- * include the following characters: upper- and lower-case alphanumeric
- * characters [A-Za-z0-9], and punctuation characters including
- * slash, underscore, hyphen, period [/_-.].
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The set of labels that are available to describe a specific log entry.
- * Runtime requests that contain labels not specified here are
- * considered invalid.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLabels()
- {
- return $this->labels;
- }
-
- /**
- * The set of labels that are available to describe a specific log entry.
- * Runtime requests that contain labels not specified here are
- * considered invalid.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
- * @param \Google\Api\LabelDescriptor[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLabels($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\LabelDescriptor::class);
- $this->labels = $arr;
-
- return $this;
- }
-
- /**
- * A human-readable description of this log. This information appears in
- * the documentation and can contain details.
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A human-readable description of this log. This information appears in
- * the documentation and can contain details.
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * The human-readable name for this log. This information appears on
- * the user interface and should be concise.
- *
- * Generated from protobuf field string display_name = 4;
- * @return string
- */
- public function getDisplayName()
- {
- return $this->display_name;
- }
-
- /**
- * The human-readable name for this log. This information appears on
- * the user interface and should be concise.
- *
- * Generated from protobuf field string display_name = 4;
- * @param string $var
- * @return $this
- */
- public function setDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->display_name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Logging.php b/vendor/google/common-protos/src/Api/Logging.php
deleted file mode 100644
index 2f9f2df76..000000000
--- a/vendor/google/common-protos/src/Api/Logging.php
+++ /dev/null
@@ -1,151 +0,0 @@
-google.api.Logging
- */
-class Logging extends \Google\Protobuf\Internal\Message
-{
- /**
- * Logging configurations for sending logs to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one producer destination.
- *
- * Generated from protobuf field repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
- */
- private $producer_destinations;
- /**
- * Logging configurations for sending logs to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
- */
- private $consumer_destinations;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\Logging\LoggingDestination[]|\Google\Protobuf\Internal\RepeatedField $producer_destinations
- * Logging configurations for sending logs to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one producer destination.
- * @type \Google\Api\Logging\LoggingDestination[]|\Google\Protobuf\Internal\RepeatedField $consumer_destinations
- * Logging configurations for sending logs to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one consumer destination.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Logging::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Logging configurations for sending logs to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one producer destination.
- *
- * Generated from protobuf field repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getProducerDestinations()
- {
- return $this->producer_destinations;
- }
-
- /**
- * Logging configurations for sending logs to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one producer destination.
- *
- * Generated from protobuf field repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
- * @param \Google\Api\Logging\LoggingDestination[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setProducerDestinations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Logging\LoggingDestination::class);
- $this->producer_destinations = $arr;
-
- return $this;
- }
-
- /**
- * Logging configurations for sending logs to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getConsumerDestinations()
- {
- return $this->consumer_destinations;
- }
-
- /**
- * Logging configurations for sending logs to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A log can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
- * @param \Google\Api\Logging\LoggingDestination[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setConsumerDestinations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Logging\LoggingDestination::class);
- $this->consumer_destinations = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Logging/LoggingDestination.php b/vendor/google/common-protos/src/Api/Logging/LoggingDestination.php
deleted file mode 100644
index 22762d2ad..000000000
--- a/vendor/google/common-protos/src/Api/Logging/LoggingDestination.php
+++ /dev/null
@@ -1,121 +0,0 @@
-google.api.Logging.LoggingDestination
- */
-class LoggingDestination extends \Google\Protobuf\Internal\Message
-{
- /**
- * The monitored resource type. The type must be defined in the
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 3;
- */
- private $monitored_resource = '';
- /**
- * Names of the logs to be sent to this destination. Each name must
- * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
- * not a domain scoped name, it will be automatically prefixed with
- * the service name followed by "/".
- *
- * Generated from protobuf field repeated string logs = 1;
- */
- private $logs;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $monitored_resource
- * The monitored resource type. The type must be defined in the
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $logs
- * Names of the logs to be sent to this destination. Each name must
- * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
- * not a domain scoped name, it will be automatically prefixed with
- * the service name followed by "/".
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Logging::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The monitored resource type. The type must be defined in the
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 3;
- * @return string
- */
- public function getMonitoredResource()
- {
- return $this->monitored_resource;
- }
-
- /**
- * The monitored resource type. The type must be defined in the
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 3;
- * @param string $var
- * @return $this
- */
- public function setMonitoredResource($var)
- {
- GPBUtil::checkString($var, True);
- $this->monitored_resource = $var;
-
- return $this;
- }
-
- /**
- * Names of the logs to be sent to this destination. Each name must
- * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
- * not a domain scoped name, it will be automatically prefixed with
- * the service name followed by "/".
- *
- * Generated from protobuf field repeated string logs = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLogs()
- {
- return $this->logs;
- }
-
- /**
- * Names of the logs to be sent to this destination. Each name must
- * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
- * not a domain scoped name, it will be automatically prefixed with
- * the service name followed by "/".
- *
- * Generated from protobuf field repeated string logs = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLogs($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->logs = $arr;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(LoggingDestination::class, \Google\Api\Logging_LoggingDestination::class);
-
diff --git a/vendor/google/common-protos/src/Api/Logging_LoggingDestination.php b/vendor/google/common-protos/src/Api/Logging_LoggingDestination.php
deleted file mode 100644
index afc41add2..000000000
--- a/vendor/google/common-protos/src/Api/Logging_LoggingDestination.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.Metric
- */
-class Metric extends \Google\Protobuf\Internal\Message
-{
- /**
- * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
- * For example, `custom.googleapis.com/invoice/paid/amount`.
- *
- * Generated from protobuf field string type = 3;
- */
- private $type = '';
- /**
- * The set of label values that uniquely identify this metric. All
- * labels listed in the `MetricDescriptor` must be assigned values.
- *
- * Generated from protobuf field map labels = 2;
- */
- private $labels;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $type
- * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
- * For example, `custom.googleapis.com/invoice/paid/amount`.
- * @type array|\Google\Protobuf\Internal\MapField $labels
- * The set of label values that uniquely identify this metric. All
- * labels listed in the `MetricDescriptor` must be assigned values.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Metric::initOnce();
- parent::__construct($data);
- }
-
- /**
- * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
- * For example, `custom.googleapis.com/invoice/paid/amount`.
- *
- * Generated from protobuf field string type = 3;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
- * For example, `custom.googleapis.com/invoice/paid/amount`.
- *
- * Generated from protobuf field string type = 3;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * The set of label values that uniquely identify this metric. All
- * labels listed in the `MetricDescriptor` must be assigned values.
- *
- * Generated from protobuf field map labels = 2;
- * @return \Google\Protobuf\Internal\MapField
- */
- public function getLabels()
- {
- return $this->labels;
- }
-
- /**
- * The set of label values that uniquely identify this metric. All
- * labels listed in the `MetricDescriptor` must be assigned values.
- *
- * Generated from protobuf field map labels = 2;
- * @param array|\Google\Protobuf\Internal\MapField $var
- * @return $this
- */
- public function setLabels($var)
- {
- $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING);
- $this->labels = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor.php b/vendor/google/common-protos/src/Api/MetricDescriptor.php
deleted file mode 100644
index 801875cd7..000000000
--- a/vendor/google/common-protos/src/Api/MetricDescriptor.php
+++ /dev/null
@@ -1,571 +0,0 @@
-google.api.MetricDescriptor
- */
-class MetricDescriptor extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the metric descriptor.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The metric type, including its DNS name prefix. The type is not
- * URL-encoded. All user-defined custom metric types have the DNS name
- * `custom.googleapis.com`. Metric types should use a natural hierarchical
- * grouping. For example:
- * "custom.googleapis.com/invoice/paid/amount"
- * "appengine.googleapis.com/http/server/response_latencies"
- *
- * Generated from protobuf field string type = 8;
- */
- private $type = '';
- /**
- * The set of labels that can be used to describe a specific
- * instance of this metric type. For example, the
- * `appengine.googleapis.com/http/server/response_latencies` metric
- * type has a label for the HTTP response code, `response_code`, so
- * you can look at latencies for successful responses or just
- * for responses that failed.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
- */
- private $labels;
- /**
- * Whether the metric records instantaneous values, changes to a value, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- *
- * Generated from protobuf field .google.api.MetricDescriptor.MetricKind metric_kind = 3;
- */
- private $metric_kind = 0;
- /**
- * Whether the measurement is an integer, a floating-point number, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- *
- * Generated from protobuf field .google.api.MetricDescriptor.ValueType value_type = 4;
- */
- private $value_type = 0;
- /**
- * The unit in which the metric value is reported. It is only applicable
- * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The
- * supported units are a subset of [The Unified Code for Units of
- * Measure](http://unitsofmeasure.org/ucum.html) standard:
- * **Basic units (UNIT)**
- * * `bit` bit
- * * `By` byte
- * * `s` second
- * * `min` minute
- * * `h` hour
- * * `d` day
- * **Prefixes (PREFIX)**
- * * `k` kilo (10**3)
- * * `M` mega (10**6)
- * * `G` giga (10**9)
- * * `T` tera (10**12)
- * * `P` peta (10**15)
- * * `E` exa (10**18)
- * * `Z` zetta (10**21)
- * * `Y` yotta (10**24)
- * * `m` milli (10**-3)
- * * `u` micro (10**-6)
- * * `n` nano (10**-9)
- * * `p` pico (10**-12)
- * * `f` femto (10**-15)
- * * `a` atto (10**-18)
- * * `z` zepto (10**-21)
- * * `y` yocto (10**-24)
- * * `Ki` kibi (2**10)
- * * `Mi` mebi (2**20)
- * * `Gi` gibi (2**30)
- * * `Ti` tebi (2**40)
- * **Grammar**
- * The grammar also includes these connectors:
- * * `/` division (as an infix operator, e.g. `1/s`).
- * * `.` multiplication (as an infix operator, e.g. `GBy.d`)
- * The grammar for a unit is as follows:
- * Expression = Component { "." Component } { "/" Component } ;
- * Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ]
- * | Annotation
- * | "1"
- * ;
- * Annotation = "{" NAME "}" ;
- * Notes:
- * * `Annotation` is just a comment if it follows a `UNIT` and is
- * equivalent to `1` if it is used alone. For examples,
- * `{requests}/s == 1/s`, `By{transmitted}/s == By/s`.
- * * `NAME` is a sequence of non-blank printable ASCII characters not
- * containing '{' or '}'.
- * * `1` represents dimensionless value 1, such as in `1/s`.
- * * `%` represents dimensionless value 1/100, and annotates values giving
- * a percentage.
- *
- * Generated from protobuf field string unit = 5;
- */
- private $unit = '';
- /**
- * A detailed description of the metric, which can be used in documentation.
- *
- * Generated from protobuf field string description = 6;
- */
- private $description = '';
- /**
- * A concise name for the metric, which can be displayed in user interfaces.
- * Use sentence case without an ending period, for example "Request count".
- * This field is optional but it is recommended to be set for any metrics
- * associated with user-visible concepts, such as Quota.
- *
- * Generated from protobuf field string display_name = 7;
- */
- private $display_name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the metric descriptor.
- * @type string $type
- * The metric type, including its DNS name prefix. The type is not
- * URL-encoded. All user-defined custom metric types have the DNS name
- * `custom.googleapis.com`. Metric types should use a natural hierarchical
- * grouping. For example:
- * "custom.googleapis.com/invoice/paid/amount"
- * "appengine.googleapis.com/http/server/response_latencies"
- * @type \Google\Api\LabelDescriptor[]|\Google\Protobuf\Internal\RepeatedField $labels
- * The set of labels that can be used to describe a specific
- * instance of this metric type. For example, the
- * `appengine.googleapis.com/http/server/response_latencies` metric
- * type has a label for the HTTP response code, `response_code`, so
- * you can look at latencies for successful responses or just
- * for responses that failed.
- * @type int $metric_kind
- * Whether the metric records instantaneous values, changes to a value, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- * @type int $value_type
- * Whether the measurement is an integer, a floating-point number, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- * @type string $unit
- * The unit in which the metric value is reported. It is only applicable
- * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The
- * supported units are a subset of [The Unified Code for Units of
- * Measure](http://unitsofmeasure.org/ucum.html) standard:
- * **Basic units (UNIT)**
- * * `bit` bit
- * * `By` byte
- * * `s` second
- * * `min` minute
- * * `h` hour
- * * `d` day
- * **Prefixes (PREFIX)**
- * * `k` kilo (10**3)
- * * `M` mega (10**6)
- * * `G` giga (10**9)
- * * `T` tera (10**12)
- * * `P` peta (10**15)
- * * `E` exa (10**18)
- * * `Z` zetta (10**21)
- * * `Y` yotta (10**24)
- * * `m` milli (10**-3)
- * * `u` micro (10**-6)
- * * `n` nano (10**-9)
- * * `p` pico (10**-12)
- * * `f` femto (10**-15)
- * * `a` atto (10**-18)
- * * `z` zepto (10**-21)
- * * `y` yocto (10**-24)
- * * `Ki` kibi (2**10)
- * * `Mi` mebi (2**20)
- * * `Gi` gibi (2**30)
- * * `Ti` tebi (2**40)
- * **Grammar**
- * The grammar also includes these connectors:
- * * `/` division (as an infix operator, e.g. `1/s`).
- * * `.` multiplication (as an infix operator, e.g. `GBy.d`)
- * The grammar for a unit is as follows:
- * Expression = Component { "." Component } { "/" Component } ;
- * Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ]
- * | Annotation
- * | "1"
- * ;
- * Annotation = "{" NAME "}" ;
- * Notes:
- * * `Annotation` is just a comment if it follows a `UNIT` and is
- * equivalent to `1` if it is used alone. For examples,
- * `{requests}/s == 1/s`, `By{transmitted}/s == By/s`.
- * * `NAME` is a sequence of non-blank printable ASCII characters not
- * containing '{' or '}'.
- * * `1` represents dimensionless value 1, such as in `1/s`.
- * * `%` represents dimensionless value 1/100, and annotates values giving
- * a percentage.
- * @type string $description
- * A detailed description of the metric, which can be used in documentation.
- * @type string $display_name
- * A concise name for the metric, which can be displayed in user interfaces.
- * Use sentence case without an ending period, for example "Request count".
- * This field is optional but it is recommended to be set for any metrics
- * associated with user-visible concepts, such as Quota.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Metric::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the metric descriptor.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the metric descriptor.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The metric type, including its DNS name prefix. The type is not
- * URL-encoded. All user-defined custom metric types have the DNS name
- * `custom.googleapis.com`. Metric types should use a natural hierarchical
- * grouping. For example:
- * "custom.googleapis.com/invoice/paid/amount"
- * "appengine.googleapis.com/http/server/response_latencies"
- *
- * Generated from protobuf field string type = 8;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * The metric type, including its DNS name prefix. The type is not
- * URL-encoded. All user-defined custom metric types have the DNS name
- * `custom.googleapis.com`. Metric types should use a natural hierarchical
- * grouping. For example:
- * "custom.googleapis.com/invoice/paid/amount"
- * "appengine.googleapis.com/http/server/response_latencies"
- *
- * Generated from protobuf field string type = 8;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * The set of labels that can be used to describe a specific
- * instance of this metric type. For example, the
- * `appengine.googleapis.com/http/server/response_latencies` metric
- * type has a label for the HTTP response code, `response_code`, so
- * you can look at latencies for successful responses or just
- * for responses that failed.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLabels()
- {
- return $this->labels;
- }
-
- /**
- * The set of labels that can be used to describe a specific
- * instance of this metric type. For example, the
- * `appengine.googleapis.com/http/server/response_latencies` metric
- * type has a label for the HTTP response code, `response_code`, so
- * you can look at latencies for successful responses or just
- * for responses that failed.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
- * @param \Google\Api\LabelDescriptor[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLabels($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\LabelDescriptor::class);
- $this->labels = $arr;
-
- return $this;
- }
-
- /**
- * Whether the metric records instantaneous values, changes to a value, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- *
- * Generated from protobuf field .google.api.MetricDescriptor.MetricKind metric_kind = 3;
- * @return int
- */
- public function getMetricKind()
- {
- return $this->metric_kind;
- }
-
- /**
- * Whether the metric records instantaneous values, changes to a value, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- *
- * Generated from protobuf field .google.api.MetricDescriptor.MetricKind metric_kind = 3;
- * @param int $var
- * @return $this
- */
- public function setMetricKind($var)
- {
- GPBUtil::checkEnum($var, \Google\Api\MetricDescriptor_MetricKind::class);
- $this->metric_kind = $var;
-
- return $this;
- }
-
- /**
- * Whether the measurement is an integer, a floating-point number, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- *
- * Generated from protobuf field .google.api.MetricDescriptor.ValueType value_type = 4;
- * @return int
- */
- public function getValueType()
- {
- return $this->value_type;
- }
-
- /**
- * Whether the measurement is an integer, a floating-point number, etc.
- * Some combinations of `metric_kind` and `value_type` might not be supported.
- *
- * Generated from protobuf field .google.api.MetricDescriptor.ValueType value_type = 4;
- * @param int $var
- * @return $this
- */
- public function setValueType($var)
- {
- GPBUtil::checkEnum($var, \Google\Api\MetricDescriptor_ValueType::class);
- $this->value_type = $var;
-
- return $this;
- }
-
- /**
- * The unit in which the metric value is reported. It is only applicable
- * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The
- * supported units are a subset of [The Unified Code for Units of
- * Measure](http://unitsofmeasure.org/ucum.html) standard:
- * **Basic units (UNIT)**
- * * `bit` bit
- * * `By` byte
- * * `s` second
- * * `min` minute
- * * `h` hour
- * * `d` day
- * **Prefixes (PREFIX)**
- * * `k` kilo (10**3)
- * * `M` mega (10**6)
- * * `G` giga (10**9)
- * * `T` tera (10**12)
- * * `P` peta (10**15)
- * * `E` exa (10**18)
- * * `Z` zetta (10**21)
- * * `Y` yotta (10**24)
- * * `m` milli (10**-3)
- * * `u` micro (10**-6)
- * * `n` nano (10**-9)
- * * `p` pico (10**-12)
- * * `f` femto (10**-15)
- * * `a` atto (10**-18)
- * * `z` zepto (10**-21)
- * * `y` yocto (10**-24)
- * * `Ki` kibi (2**10)
- * * `Mi` mebi (2**20)
- * * `Gi` gibi (2**30)
- * * `Ti` tebi (2**40)
- * **Grammar**
- * The grammar also includes these connectors:
- * * `/` division (as an infix operator, e.g. `1/s`).
- * * `.` multiplication (as an infix operator, e.g. `GBy.d`)
- * The grammar for a unit is as follows:
- * Expression = Component { "." Component } { "/" Component } ;
- * Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ]
- * | Annotation
- * | "1"
- * ;
- * Annotation = "{" NAME "}" ;
- * Notes:
- * * `Annotation` is just a comment if it follows a `UNIT` and is
- * equivalent to `1` if it is used alone. For examples,
- * `{requests}/s == 1/s`, `By{transmitted}/s == By/s`.
- * * `NAME` is a sequence of non-blank printable ASCII characters not
- * containing '{' or '}'.
- * * `1` represents dimensionless value 1, such as in `1/s`.
- * * `%` represents dimensionless value 1/100, and annotates values giving
- * a percentage.
- *
- * Generated from protobuf field string unit = 5;
- * @return string
- */
- public function getUnit()
- {
- return $this->unit;
- }
-
- /**
- * The unit in which the metric value is reported. It is only applicable
- * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The
- * supported units are a subset of [The Unified Code for Units of
- * Measure](http://unitsofmeasure.org/ucum.html) standard:
- * **Basic units (UNIT)**
- * * `bit` bit
- * * `By` byte
- * * `s` second
- * * `min` minute
- * * `h` hour
- * * `d` day
- * **Prefixes (PREFIX)**
- * * `k` kilo (10**3)
- * * `M` mega (10**6)
- * * `G` giga (10**9)
- * * `T` tera (10**12)
- * * `P` peta (10**15)
- * * `E` exa (10**18)
- * * `Z` zetta (10**21)
- * * `Y` yotta (10**24)
- * * `m` milli (10**-3)
- * * `u` micro (10**-6)
- * * `n` nano (10**-9)
- * * `p` pico (10**-12)
- * * `f` femto (10**-15)
- * * `a` atto (10**-18)
- * * `z` zepto (10**-21)
- * * `y` yocto (10**-24)
- * * `Ki` kibi (2**10)
- * * `Mi` mebi (2**20)
- * * `Gi` gibi (2**30)
- * * `Ti` tebi (2**40)
- * **Grammar**
- * The grammar also includes these connectors:
- * * `/` division (as an infix operator, e.g. `1/s`).
- * * `.` multiplication (as an infix operator, e.g. `GBy.d`)
- * The grammar for a unit is as follows:
- * Expression = Component { "." Component } { "/" Component } ;
- * Component = ( [ PREFIX ] UNIT | "%" ) [ Annotation ]
- * | Annotation
- * | "1"
- * ;
- * Annotation = "{" NAME "}" ;
- * Notes:
- * * `Annotation` is just a comment if it follows a `UNIT` and is
- * equivalent to `1` if it is used alone. For examples,
- * `{requests}/s == 1/s`, `By{transmitted}/s == By/s`.
- * * `NAME` is a sequence of non-blank printable ASCII characters not
- * containing '{' or '}'.
- * * `1` represents dimensionless value 1, such as in `1/s`.
- * * `%` represents dimensionless value 1/100, and annotates values giving
- * a percentage.
- *
- * Generated from protobuf field string unit = 5;
- * @param string $var
- * @return $this
- */
- public function setUnit($var)
- {
- GPBUtil::checkString($var, True);
- $this->unit = $var;
-
- return $this;
- }
-
- /**
- * A detailed description of the metric, which can be used in documentation.
- *
- * Generated from protobuf field string description = 6;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A detailed description of the metric, which can be used in documentation.
- *
- * Generated from protobuf field string description = 6;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * A concise name for the metric, which can be displayed in user interfaces.
- * Use sentence case without an ending period, for example "Request count".
- * This field is optional but it is recommended to be set for any metrics
- * associated with user-visible concepts, such as Quota.
- *
- * Generated from protobuf field string display_name = 7;
- * @return string
- */
- public function getDisplayName()
- {
- return $this->display_name;
- }
-
- /**
- * A concise name for the metric, which can be displayed in user interfaces.
- * Use sentence case without an ending period, for example "Request count".
- * This field is optional but it is recommended to be set for any metrics
- * associated with user-visible concepts, such as Quota.
- *
- * Generated from protobuf field string display_name = 7;
- * @param string $var
- * @return $this
- */
- public function setDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->display_name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor/MetricKind.php b/vendor/google/common-protos/src/Api/MetricDescriptor/MetricKind.php
deleted file mode 100644
index 44eba0b75..000000000
--- a/vendor/google/common-protos/src/Api/MetricDescriptor/MetricKind.php
+++ /dev/null
@@ -1,75 +0,0 @@
-google.api.MetricDescriptor.MetricKind
- */
-class MetricKind
-{
- /**
- * Do not use this default value.
- *
- * Generated from protobuf enum METRIC_KIND_UNSPECIFIED = 0;
- */
- const METRIC_KIND_UNSPECIFIED = 0;
- /**
- * An instantaneous measurement of a value.
- *
- * Generated from protobuf enum GAUGE = 1;
- */
- const GAUGE = 1;
- /**
- * The change in a value during a time interval.
- *
- * Generated from protobuf enum DELTA = 2;
- */
- const DELTA = 2;
- /**
- * A value accumulated over a time interval. Cumulative
- * measurements in a time series should have the same start time
- * and increasing end times, until an event resets the cumulative
- * value to zero and sets a new start time for the following
- * points.
- *
- * Generated from protobuf enum CUMULATIVE = 3;
- */
- const CUMULATIVE = 3;
-
- private static $valueToName = [
- self::METRIC_KIND_UNSPECIFIED => 'METRIC_KIND_UNSPECIFIED',
- self::GAUGE => 'GAUGE',
- self::DELTA => 'DELTA',
- self::CUMULATIVE => 'CUMULATIVE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(MetricKind::class, \Google\Api\MetricDescriptor_MetricKind::class);
-
diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor/ValueType.php b/vendor/google/common-protos/src/Api/MetricDescriptor/ValueType.php
deleted file mode 100644
index 47ae48722..000000000
--- a/vendor/google/common-protos/src/Api/MetricDescriptor/ValueType.php
+++ /dev/null
@@ -1,94 +0,0 @@
-google.api.MetricDescriptor.ValueType
- */
-class ValueType
-{
- /**
- * Do not use this default value.
- *
- * Generated from protobuf enum VALUE_TYPE_UNSPECIFIED = 0;
- */
- const VALUE_TYPE_UNSPECIFIED = 0;
- /**
- * The value is a boolean.
- * This value type can be used only if the metric kind is `GAUGE`.
- *
- * Generated from protobuf enum BOOL = 1;
- */
- const BOOL = 1;
- /**
- * The value is a signed 64-bit integer.
- *
- * Generated from protobuf enum INT64 = 2;
- */
- const INT64 = 2;
- /**
- * The value is a double precision floating point number.
- *
- * Generated from protobuf enum DOUBLE = 3;
- */
- const DOUBLE = 3;
- /**
- * The value is a text string.
- * This value type can be used only if the metric kind is `GAUGE`.
- *
- * Generated from protobuf enum STRING = 4;
- */
- const STRING = 4;
- /**
- * The value is a [`Distribution`][google.api.Distribution].
- *
- * Generated from protobuf enum DISTRIBUTION = 5;
- */
- const DISTRIBUTION = 5;
- /**
- * The value is money.
- *
- * Generated from protobuf enum MONEY = 6;
- */
- const MONEY = 6;
-
- private static $valueToName = [
- self::VALUE_TYPE_UNSPECIFIED => 'VALUE_TYPE_UNSPECIFIED',
- self::BOOL => 'BOOL',
- self::INT64 => 'INT64',
- self::DOUBLE => 'DOUBLE',
- self::STRING => 'STRING',
- self::DISTRIBUTION => 'DISTRIBUTION',
- self::MONEY => 'MONEY',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ValueType::class, \Google\Api\MetricDescriptor_ValueType::class);
-
diff --git a/vendor/google/common-protos/src/Api/MetricDescriptor_MetricKind.php b/vendor/google/common-protos/src/Api/MetricDescriptor_MetricKind.php
deleted file mode 100644
index 409b5be37..000000000
--- a/vendor/google/common-protos/src/Api/MetricDescriptor_MetricKind.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.MetricRule
- */
-class MetricRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * Metrics to update when the selected methods are called, and the associated
- * cost applied to each metric.
- * The key of the map is the metric name, and the values are the amount
- * increased for the metric against which the quota limits are defined.
- * The value must not be negative.
- *
- * Generated from protobuf field map metric_costs = 2;
- */
- private $metric_costs;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type array|\Google\Protobuf\Internal\MapField $metric_costs
- * Metrics to update when the selected methods are called, and the associated
- * cost applied to each metric.
- * The key of the map is the metric name, and the values are the amount
- * increased for the metric against which the quota limits are defined.
- * The value must not be negative.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Quota::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects the methods to which this rule applies.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * Metrics to update when the selected methods are called, and the associated
- * cost applied to each metric.
- * The key of the map is the metric name, and the values are the amount
- * increased for the metric against which the quota limits are defined.
- * The value must not be negative.
- *
- * Generated from protobuf field map metric_costs = 2;
- * @return \Google\Protobuf\Internal\MapField
- */
- public function getMetricCosts()
- {
- return $this->metric_costs;
- }
-
- /**
- * Metrics to update when the selected methods are called, and the associated
- * cost applied to each metric.
- * The key of the map is the metric name, and the values are the amount
- * increased for the metric against which the quota limits are defined.
- * The value must not be negative.
- *
- * Generated from protobuf field map metric_costs = 2;
- * @param array|\Google\Protobuf\Internal\MapField $var
- * @return $this
- */
- public function setMetricCosts($var)
- {
- $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::INT64);
- $this->metric_costs = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/MonitoredResource.php b/vendor/google/common-protos/src/Api/MonitoredResource.php
deleted file mode 100644
index 55114375e..000000000
--- a/vendor/google/common-protos/src/Api/MonitoredResource.php
+++ /dev/null
@@ -1,128 +0,0 @@
-google.api.MonitoredResource
- */
-class MonitoredResource extends \Google\Protobuf\Internal\Message
-{
- /**
- * Required. The monitored resource type. This field must match
- * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
- * example, the type of a Compute Engine VM instance is `gce_instance`.
- *
- * Generated from protobuf field string type = 1;
- */
- private $type = '';
- /**
- * Required. Values for all of the labels listed in the associated monitored
- * resource descriptor. For example, Compute Engine VM instances use the
- * labels `"project_id"`, `"instance_id"`, and `"zone"`.
- *
- * Generated from protobuf field map labels = 2;
- */
- private $labels;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $type
- * Required. The monitored resource type. This field must match
- * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
- * example, the type of a Compute Engine VM instance is `gce_instance`.
- * @type array|\Google\Protobuf\Internal\MapField $labels
- * Required. Values for all of the labels listed in the associated monitored
- * resource descriptor. For example, Compute Engine VM instances use the
- * labels `"project_id"`, `"instance_id"`, and `"zone"`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\MonitoredResource::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Required. The monitored resource type. This field must match
- * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
- * example, the type of a Compute Engine VM instance is `gce_instance`.
- *
- * Generated from protobuf field string type = 1;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * Required. The monitored resource type. This field must match
- * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
- * example, the type of a Compute Engine VM instance is `gce_instance`.
- *
- * Generated from protobuf field string type = 1;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * Required. Values for all of the labels listed in the associated monitored
- * resource descriptor. For example, Compute Engine VM instances use the
- * labels `"project_id"`, `"instance_id"`, and `"zone"`.
- *
- * Generated from protobuf field map labels = 2;
- * @return \Google\Protobuf\Internal\MapField
- */
- public function getLabels()
- {
- return $this->labels;
- }
-
- /**
- * Required. Values for all of the labels listed in the associated monitored
- * resource descriptor. For example, Compute Engine VM instances use the
- * labels `"project_id"`, `"instance_id"`, and `"zone"`.
- *
- * Generated from protobuf field map labels = 2;
- * @param array|\Google\Protobuf\Internal\MapField $var
- * @return $this
- */
- public function setLabels($var)
- {
- $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING);
- $this->labels = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/MonitoredResourceDescriptor.php b/vendor/google/common-protos/src/Api/MonitoredResourceDescriptor.php
deleted file mode 100644
index 8fbf0d19e..000000000
--- a/vendor/google/common-protos/src/Api/MonitoredResourceDescriptor.php
+++ /dev/null
@@ -1,262 +0,0 @@
-google.api.MonitoredResourceDescriptor
- */
-class MonitoredResourceDescriptor extends \Google\Protobuf\Internal\Message
-{
- /**
- * Optional. The resource name of the monitored resource descriptor:
- * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
- * {type} is the value of the `type` field in this object and
- * {project_id} is a project ID that provides API-specific context for
- * accessing the type. APIs that do not use project information can use the
- * resource name format `"monitoredResourceDescriptors/{type}"`.
- *
- * Generated from protobuf field string name = 5;
- */
- private $name = '';
- /**
- * Required. The monitored resource type. For example, the type
- * `"cloudsql_database"` represents databases in Google Cloud SQL.
- * The maximum length of this value is 256 characters.
- *
- * Generated from protobuf field string type = 1;
- */
- private $type = '';
- /**
- * Optional. A concise name for the monitored resource type that might be
- * displayed in user interfaces. It should be a Title Cased Noun Phrase,
- * without any article or other determiners. For example,
- * `"Google Cloud SQL Database"`.
- *
- * Generated from protobuf field string display_name = 2;
- */
- private $display_name = '';
- /**
- * Optional. A detailed description of the monitored resource type that might
- * be used in documentation.
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
- /**
- * Required. A set of labels used to describe instances of this monitored
- * resource type. For example, an individual Google Cloud SQL database is
- * identified by values for the labels `"database_id"` and `"zone"`.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 4;
- */
- private $labels;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Optional. The resource name of the monitored resource descriptor:
- * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
- * {type} is the value of the `type` field in this object and
- * {project_id} is a project ID that provides API-specific context for
- * accessing the type. APIs that do not use project information can use the
- * resource name format `"monitoredResourceDescriptors/{type}"`.
- * @type string $type
- * Required. The monitored resource type. For example, the type
- * `"cloudsql_database"` represents databases in Google Cloud SQL.
- * The maximum length of this value is 256 characters.
- * @type string $display_name
- * Optional. A concise name for the monitored resource type that might be
- * displayed in user interfaces. It should be a Title Cased Noun Phrase,
- * without any article or other determiners. For example,
- * `"Google Cloud SQL Database"`.
- * @type string $description
- * Optional. A detailed description of the monitored resource type that might
- * be used in documentation.
- * @type \Google\Api\LabelDescriptor[]|\Google\Protobuf\Internal\RepeatedField $labels
- * Required. A set of labels used to describe instances of this monitored
- * resource type. For example, an individual Google Cloud SQL database is
- * identified by values for the labels `"database_id"` and `"zone"`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\MonitoredResource::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Optional. The resource name of the monitored resource descriptor:
- * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
- * {type} is the value of the `type` field in this object and
- * {project_id} is a project ID that provides API-specific context for
- * accessing the type. APIs that do not use project information can use the
- * resource name format `"monitoredResourceDescriptors/{type}"`.
- *
- * Generated from protobuf field string name = 5;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Optional. The resource name of the monitored resource descriptor:
- * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
- * {type} is the value of the `type` field in this object and
- * {project_id} is a project ID that provides API-specific context for
- * accessing the type. APIs that do not use project information can use the
- * resource name format `"monitoredResourceDescriptors/{type}"`.
- *
- * Generated from protobuf field string name = 5;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Required. The monitored resource type. For example, the type
- * `"cloudsql_database"` represents databases in Google Cloud SQL.
- * The maximum length of this value is 256 characters.
- *
- * Generated from protobuf field string type = 1;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * Required. The monitored resource type. For example, the type
- * `"cloudsql_database"` represents databases in Google Cloud SQL.
- * The maximum length of this value is 256 characters.
- *
- * Generated from protobuf field string type = 1;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * Optional. A concise name for the monitored resource type that might be
- * displayed in user interfaces. It should be a Title Cased Noun Phrase,
- * without any article or other determiners. For example,
- * `"Google Cloud SQL Database"`.
- *
- * Generated from protobuf field string display_name = 2;
- * @return string
- */
- public function getDisplayName()
- {
- return $this->display_name;
- }
-
- /**
- * Optional. A concise name for the monitored resource type that might be
- * displayed in user interfaces. It should be a Title Cased Noun Phrase,
- * without any article or other determiners. For example,
- * `"Google Cloud SQL Database"`.
- *
- * Generated from protobuf field string display_name = 2;
- * @param string $var
- * @return $this
- */
- public function setDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->display_name = $var;
-
- return $this;
- }
-
- /**
- * Optional. A detailed description of the monitored resource type that might
- * be used in documentation.
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Optional. A detailed description of the monitored resource type that might
- * be used in documentation.
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * Required. A set of labels used to describe instances of this monitored
- * resource type. For example, an individual Google Cloud SQL database is
- * identified by values for the labels `"database_id"` and `"zone"`.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLabels()
- {
- return $this->labels;
- }
-
- /**
- * Required. A set of labels used to describe instances of this monitored
- * resource type. For example, an individual Google Cloud SQL database is
- * identified by values for the labels `"database_id"` and `"zone"`.
- *
- * Generated from protobuf field repeated .google.api.LabelDescriptor labels = 4;
- * @param \Google\Api\LabelDescriptor[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLabels($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\LabelDescriptor::class);
- $this->labels = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/MonitoredResourceMetadata.php b/vendor/google/common-protos/src/Api/MonitoredResourceMetadata.php
deleted file mode 100644
index 1bc9bf381..000000000
--- a/vendor/google/common-protos/src/Api/MonitoredResourceMetadata.php
+++ /dev/null
@@ -1,142 +0,0 @@
-google.api.MonitoredResourceMetadata
- */
-class MonitoredResourceMetadata extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. Values for predefined system metadata labels.
- * System labels are a kind of metadata extracted by Google Stackdriver.
- * Stackdriver determines what system labels are useful and how to obtain
- * their values. Some examples: "machine_image", "vpc", "subnet_id",
- * "security_group", "name", etc.
- * System label values can be only strings, Boolean values, or a list of
- * strings. For example:
- * { "name": "my-test-instance",
- * "security_group": ["a", "b", "c"],
- * "spot_instance": false }
- *
- * Generated from protobuf field .google.protobuf.Struct system_labels = 1;
- */
- private $system_labels = null;
- /**
- * Output only. A map of user-defined metadata labels.
- *
- * Generated from protobuf field map user_labels = 2;
- */
- private $user_labels;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Struct $system_labels
- * Output only. Values for predefined system metadata labels.
- * System labels are a kind of metadata extracted by Google Stackdriver.
- * Stackdriver determines what system labels are useful and how to obtain
- * their values. Some examples: "machine_image", "vpc", "subnet_id",
- * "security_group", "name", etc.
- * System label values can be only strings, Boolean values, or a list of
- * strings. For example:
- * { "name": "my-test-instance",
- * "security_group": ["a", "b", "c"],
- * "spot_instance": false }
- * @type array|\Google\Protobuf\Internal\MapField $user_labels
- * Output only. A map of user-defined metadata labels.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\MonitoredResource::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. Values for predefined system metadata labels.
- * System labels are a kind of metadata extracted by Google Stackdriver.
- * Stackdriver determines what system labels are useful and how to obtain
- * their values. Some examples: "machine_image", "vpc", "subnet_id",
- * "security_group", "name", etc.
- * System label values can be only strings, Boolean values, or a list of
- * strings. For example:
- * { "name": "my-test-instance",
- * "security_group": ["a", "b", "c"],
- * "spot_instance": false }
- *
- * Generated from protobuf field .google.protobuf.Struct system_labels = 1;
- * @return \Google\Protobuf\Struct
- */
- public function getSystemLabels()
- {
- return $this->system_labels;
- }
-
- /**
- * Output only. Values for predefined system metadata labels.
- * System labels are a kind of metadata extracted by Google Stackdriver.
- * Stackdriver determines what system labels are useful and how to obtain
- * their values. Some examples: "machine_image", "vpc", "subnet_id",
- * "security_group", "name", etc.
- * System label values can be only strings, Boolean values, or a list of
- * strings. For example:
- * { "name": "my-test-instance",
- * "security_group": ["a", "b", "c"],
- * "spot_instance": false }
- *
- * Generated from protobuf field .google.protobuf.Struct system_labels = 1;
- * @param \Google\Protobuf\Struct $var
- * @return $this
- */
- public function setSystemLabels($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Struct::class);
- $this->system_labels = $var;
-
- return $this;
- }
-
- /**
- * Output only. A map of user-defined metadata labels.
- *
- * Generated from protobuf field map user_labels = 2;
- * @return \Google\Protobuf\Internal\MapField
- */
- public function getUserLabels()
- {
- return $this->user_labels;
- }
-
- /**
- * Output only. A map of user-defined metadata labels.
- *
- * Generated from protobuf field map user_labels = 2;
- * @param array|\Google\Protobuf\Internal\MapField $var
- * @return $this
- */
- public function setUserLabels($var)
- {
- $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING);
- $this->user_labels = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Monitoring.php b/vendor/google/common-protos/src/Api/Monitoring.php
deleted file mode 100644
index 4f300de65..000000000
--- a/vendor/google/common-protos/src/Api/Monitoring.php
+++ /dev/null
@@ -1,159 +0,0 @@
-google.api.Monitoring
- */
-class Monitoring extends \Google\Protobuf\Internal\Message
-{
- /**
- * Monitoring configurations for sending metrics to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one producer destination.
- *
- * Generated from protobuf field repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
- */
- private $producer_destinations;
- /**
- * Monitoring configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
- */
- private $consumer_destinations;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\Monitoring\MonitoringDestination[]|\Google\Protobuf\Internal\RepeatedField $producer_destinations
- * Monitoring configurations for sending metrics to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one producer destination.
- * @type \Google\Api\Monitoring\MonitoringDestination[]|\Google\Protobuf\Internal\RepeatedField $consumer_destinations
- * Monitoring configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one consumer destination.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Monitoring::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Monitoring configurations for sending metrics to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one producer destination.
- *
- * Generated from protobuf field repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getProducerDestinations()
- {
- return $this->producer_destinations;
- }
-
- /**
- * Monitoring configurations for sending metrics to the producer project.
- * There can be multiple producer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one producer destination.
- *
- * Generated from protobuf field repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
- * @param \Google\Api\Monitoring\MonitoringDestination[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setProducerDestinations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Monitoring\MonitoringDestination::class);
- $this->producer_destinations = $arr;
-
- return $this;
- }
-
- /**
- * Monitoring configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getConsumerDestinations()
- {
- return $this->consumer_destinations;
- }
-
- /**
- * Monitoring configurations for sending metrics to the consumer project.
- * There can be multiple consumer destinations, each one must have a
- * different monitored resource type. A metric can be used in at most
- * one consumer destination.
- *
- * Generated from protobuf field repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
- * @param \Google\Api\Monitoring\MonitoringDestination[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setConsumerDestinations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Monitoring\MonitoringDestination::class);
- $this->consumer_destinations = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Monitoring/MonitoringDestination.php b/vendor/google/common-protos/src/Api/Monitoring/MonitoringDestination.php
deleted file mode 100644
index 2ac8cb287..000000000
--- a/vendor/google/common-protos/src/Api/Monitoring/MonitoringDestination.php
+++ /dev/null
@@ -1,113 +0,0 @@
-google.api.Monitoring.MonitoringDestination
- */
-class MonitoringDestination extends \Google\Protobuf\Internal\Message
-{
- /**
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 1;
- */
- private $monitored_resource = '';
- /**
- * Names of the metrics to report to this monitoring destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- *
- * Generated from protobuf field repeated string metrics = 2;
- */
- private $metrics;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $monitored_resource
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $metrics
- * Names of the metrics to report to this monitoring destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Monitoring::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 1;
- * @return string
- */
- public function getMonitoredResource()
- {
- return $this->monitored_resource;
- }
-
- /**
- * The monitored resource type. The type must be defined in
- * [Service.monitored_resources][google.api.Service.monitored_resources] section.
- *
- * Generated from protobuf field string monitored_resource = 1;
- * @param string $var
- * @return $this
- */
- public function setMonitoredResource($var)
- {
- GPBUtil::checkString($var, True);
- $this->monitored_resource = $var;
-
- return $this;
- }
-
- /**
- * Names of the metrics to report to this monitoring destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- *
- * Generated from protobuf field repeated string metrics = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMetrics()
- {
- return $this->metrics;
- }
-
- /**
- * Names of the metrics to report to this monitoring destination.
- * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
- *
- * Generated from protobuf field repeated string metrics = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMetrics($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->metrics = $arr;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(MonitoringDestination::class, \Google\Api\Monitoring_MonitoringDestination::class);
-
diff --git a/vendor/google/common-protos/src/Api/Monitoring_MonitoringDestination.php b/vendor/google/common-protos/src/Api/Monitoring_MonitoringDestination.php
deleted file mode 100644
index 148a65205..000000000
--- a/vendor/google/common-protos/src/Api/Monitoring_MonitoringDestination.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.OAuthRequirements
- */
-class OAuthRequirements extends \Google\Protobuf\Internal\Message
-{
- /**
- * The list of publicly documented OAuth scopes that are allowed access. An
- * OAuth token containing any of these scopes will be accepted.
- * Example:
- * canonical_scopes: https://www.googleapis.com/auth/calendar,
- * https://www.googleapis.com/auth/calendar.read
- *
- * Generated from protobuf field string canonical_scopes = 1;
- */
- private $canonical_scopes = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $canonical_scopes
- * The list of publicly documented OAuth scopes that are allowed access. An
- * OAuth token containing any of these scopes will be accepted.
- * Example:
- * canonical_scopes: https://www.googleapis.com/auth/calendar,
- * https://www.googleapis.com/auth/calendar.read
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Auth::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The list of publicly documented OAuth scopes that are allowed access. An
- * OAuth token containing any of these scopes will be accepted.
- * Example:
- * canonical_scopes: https://www.googleapis.com/auth/calendar,
- * https://www.googleapis.com/auth/calendar.read
- *
- * Generated from protobuf field string canonical_scopes = 1;
- * @return string
- */
- public function getCanonicalScopes()
- {
- return $this->canonical_scopes;
- }
-
- /**
- * The list of publicly documented OAuth scopes that are allowed access. An
- * OAuth token containing any of these scopes will be accepted.
- * Example:
- * canonical_scopes: https://www.googleapis.com/auth/calendar,
- * https://www.googleapis.com/auth/calendar.read
- *
- * Generated from protobuf field string canonical_scopes = 1;
- * @param string $var
- * @return $this
- */
- public function setCanonicalScopes($var)
- {
- GPBUtil::checkString($var, True);
- $this->canonical_scopes = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Page.php b/vendor/google/common-protos/src/Api/Page.php
deleted file mode 100644
index 7ae4693eb..000000000
--- a/vendor/google/common-protos/src/Api/Page.php
+++ /dev/null
@@ -1,196 +0,0 @@
-google.api.Page
- */
-class Page extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the page. It will be used as an identity of the page to
- * generate URI of the page, text of the link to this page in navigation,
- * etc. The full page name (start from the root page name to this page
- * concatenated with `.`) can be used as reference to the page in your
- * documentation. For example:
- * pages:
- * - name: Tutorial
- * content: (== include tutorial.md ==)
- * subpages:
- * - name: Java
- * content: (== include tutorial_java.md ==)
- *
- * You can reference `Java` page using Markdown reference link syntax:
- * `[Java][Tutorial.Java]`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The Markdown content of the page. You can use (== include {path} ==)
- * to include content from a Markdown file.
- *
- * Generated from protobuf field string content = 2;
- */
- private $content = '';
- /**
- * Subpages of this page. The order of subpages specified here will be
- * honored in the generated docset.
- *
- * Generated from protobuf field repeated .google.api.Page subpages = 3;
- */
- private $subpages;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the page. It will be used as an identity of the page to
- * generate URI of the page, text of the link to this page in navigation,
- * etc. The full page name (start from the root page name to this page
- * concatenated with `.`) can be used as reference to the page in your
- * documentation. For example:
- * pages:
- * - name: Tutorial
- * content: (== include tutorial.md ==)
- * subpages:
- * - name: Java
- * content: (== include tutorial_java.md ==)
- *
- * You can reference `Java` page using Markdown reference link syntax:
- * `[Java][Tutorial.Java]`.
- * @type string $content
- * The Markdown content of the page. You can use (== include {path} ==)
- * to include content from a Markdown file.
- * @type \Google\Api\Page[]|\Google\Protobuf\Internal\RepeatedField $subpages
- * Subpages of this page. The order of subpages specified here will be
- * honored in the generated docset.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Documentation::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the page. It will be used as an identity of the page to
- * generate URI of the page, text of the link to this page in navigation,
- * etc. The full page name (start from the root page name to this page
- * concatenated with `.`) can be used as reference to the page in your
- * documentation. For example:
- * pages:
- * - name: Tutorial
- * content: (== include tutorial.md ==)
- * subpages:
- * - name: Java
- * content: (== include tutorial_java.md ==)
- *
- * You can reference `Java` page using Markdown reference link syntax:
- * `[Java][Tutorial.Java]`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the page. It will be used as an identity of the page to
- * generate URI of the page, text of the link to this page in navigation,
- * etc. The full page name (start from the root page name to this page
- * concatenated with `.`) can be used as reference to the page in your
- * documentation. For example:
- * pages:
- * - name: Tutorial
- * content: (== include tutorial.md ==)
- * subpages:
- * - name: Java
- * content: (== include tutorial_java.md ==)
- *
- * You can reference `Java` page using Markdown reference link syntax:
- * `[Java][Tutorial.Java]`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The Markdown content of the page. You can use (== include {path} ==)
- * to include content from a Markdown file.
- *
- * Generated from protobuf field string content = 2;
- * @return string
- */
- public function getContent()
- {
- return $this->content;
- }
-
- /**
- * The Markdown content of the page. You can use (== include {path} ==)
- * to include content from a Markdown file.
- *
- * Generated from protobuf field string content = 2;
- * @param string $var
- * @return $this
- */
- public function setContent($var)
- {
- GPBUtil::checkString($var, True);
- $this->content = $var;
-
- return $this;
- }
-
- /**
- * Subpages of this page. The order of subpages specified here will be
- * honored in the generated docset.
- *
- * Generated from protobuf field repeated .google.api.Page subpages = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getSubpages()
- {
- return $this->subpages;
- }
-
- /**
- * Subpages of this page. The order of subpages specified here will be
- * honored in the generated docset.
- *
- * Generated from protobuf field repeated .google.api.Page subpages = 3;
- * @param \Google\Api\Page[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setSubpages($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Page::class);
- $this->subpages = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/ProjectProperties.php b/vendor/google/common-protos/src/Api/ProjectProperties.php
deleted file mode 100644
index 367b40625..000000000
--- a/vendor/google/common-protos/src/Api/ProjectProperties.php
+++ /dev/null
@@ -1,80 +0,0 @@
-google.api.ProjectProperties
- */
-class ProjectProperties extends \Google\Protobuf\Internal\Message
-{
- /**
- * List of per consumer project-specific properties.
- *
- * Generated from protobuf field repeated .google.api.Property properties = 1;
- */
- private $properties;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\Property[]|\Google\Protobuf\Internal\RepeatedField $properties
- * List of per consumer project-specific properties.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Consumer::initOnce();
- parent::__construct($data);
- }
-
- /**
- * List of per consumer project-specific properties.
- *
- * Generated from protobuf field repeated .google.api.Property properties = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getProperties()
- {
- return $this->properties;
- }
-
- /**
- * List of per consumer project-specific properties.
- *
- * Generated from protobuf field repeated .google.api.Property properties = 1;
- * @param \Google\Api\Property[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setProperties($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Property::class);
- $this->properties = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Property.php b/vendor/google/common-protos/src/Api/Property.php
deleted file mode 100644
index e903015e5..000000000
--- a/vendor/google/common-protos/src/Api/Property.php
+++ /dev/null
@@ -1,142 +0,0 @@
-google.api.Property
- */
-class Property extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the property (a.k.a key).
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The type of this property.
- *
- * Generated from protobuf field .google.api.Property.PropertyType type = 2;
- */
- private $type = 0;
- /**
- * The description of the property
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the property (a.k.a key).
- * @type int $type
- * The type of this property.
- * @type string $description
- * The description of the property
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Consumer::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the property (a.k.a key).
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the property (a.k.a key).
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The type of this property.
- *
- * Generated from protobuf field .google.api.Property.PropertyType type = 2;
- * @return int
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * The type of this property.
- *
- * Generated from protobuf field .google.api.Property.PropertyType type = 2;
- * @param int $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkEnum($var, \Google\Api\Property_PropertyType::class);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * The description of the property
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * The description of the property
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Property/PropertyType.php b/vendor/google/common-protos/src/Api/Property/PropertyType.php
deleted file mode 100644
index 4663ea549..000000000
--- a/vendor/google/common-protos/src/Api/Property/PropertyType.php
+++ /dev/null
@@ -1,78 +0,0 @@
-google.api.Property.PropertyType
- */
-class PropertyType
-{
- /**
- * The type is unspecified, and will result in an error.
- *
- * Generated from protobuf enum UNSPECIFIED = 0;
- */
- const UNSPECIFIED = 0;
- /**
- * The type is `int64`.
- *
- * Generated from protobuf enum INT64 = 1;
- */
- const INT64 = 1;
- /**
- * The type is `bool`.
- *
- * Generated from protobuf enum BOOL = 2;
- */
- const BOOL = 2;
- /**
- * The type is `string`.
- *
- * Generated from protobuf enum STRING = 3;
- */
- const STRING = 3;
- /**
- * The type is 'double'.
- *
- * Generated from protobuf enum DOUBLE = 4;
- */
- const DOUBLE = 4;
-
- private static $valueToName = [
- self::UNSPECIFIED => 'UNSPECIFIED',
- self::INT64 => 'INT64',
- self::BOOL => 'BOOL',
- self::STRING => 'STRING',
- self::DOUBLE => 'DOUBLE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PropertyType::class, \Google\Api\Property_PropertyType::class);
-
diff --git a/vendor/google/common-protos/src/Api/Property_PropertyType.php b/vendor/google/common-protos/src/Api/Property_PropertyType.php
deleted file mode 100644
index 7b9f04ce1..000000000
--- a/vendor/google/common-protos/src/Api/Property_PropertyType.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.Quota
- */
-class Quota extends \Google\Protobuf\Internal\Message
-{
- /**
- * List of `QuotaLimit` definitions for the service.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field repeated .google.api.QuotaLimit limits = 3;
- */
- private $limits;
- /**
- * List of `MetricRule` definitions, each one mapping a selected method to one
- * or more metrics.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field repeated .google.api.MetricRule metric_rules = 4;
- */
- private $metric_rules;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\QuotaLimit[]|\Google\Protobuf\Internal\RepeatedField $limits
- * List of `QuotaLimit` definitions for the service.
- * Used by metric-based quotas only.
- * @type \Google\Api\MetricRule[]|\Google\Protobuf\Internal\RepeatedField $metric_rules
- * List of `MetricRule` definitions, each one mapping a selected method to one
- * or more metrics.
- * Used by metric-based quotas only.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Quota::initOnce();
- parent::__construct($data);
- }
-
- /**
- * List of `QuotaLimit` definitions for the service.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field repeated .google.api.QuotaLimit limits = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLimits()
- {
- return $this->limits;
- }
-
- /**
- * List of `QuotaLimit` definitions for the service.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field repeated .google.api.QuotaLimit limits = 3;
- * @param \Google\Api\QuotaLimit[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLimits($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\QuotaLimit::class);
- $this->limits = $arr;
-
- return $this;
- }
-
- /**
- * List of `MetricRule` definitions, each one mapping a selected method to one
- * or more metrics.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field repeated .google.api.MetricRule metric_rules = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMetricRules()
- {
- return $this->metric_rules;
- }
-
- /**
- * List of `MetricRule` definitions, each one mapping a selected method to one
- * or more metrics.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field repeated .google.api.MetricRule metric_rules = 4;
- * @param \Google\Api\MetricRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMetricRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\MetricRule::class);
- $this->metric_rules = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/QuotaLimit.php b/vendor/google/common-protos/src/Api/QuotaLimit.php
deleted file mode 100644
index e74b0b112..000000000
--- a/vendor/google/common-protos/src/Api/QuotaLimit.php
+++ /dev/null
@@ -1,751 +0,0 @@
-google.api.QuotaLimit
- */
-class QuotaLimit extends \Google\Protobuf\Internal\Message
-{
- /**
- * Name of the quota limit. The name is used to refer to the limit when
- * overriding the default limit on per-consumer basis.
- * For group-based quota limits, the name must be unique within the quota
- * group. If a name is not provided, it will be generated from the limit_by
- * and duration fields.
- * For metric-based quota limits, the name must be provided, and it must be
- * unique within the service. The name can only include alphanumeric
- * characters as well as '-'.
- * The maximum length of the limit name is 64 characters.
- * The name of a limit is used as a unique identifier for this limit.
- * Therefore, once a limit has been put into use, its name should be
- * immutable. You can use the display_name field to provide a user-friendly
- * name for the limit. The display name can be evolved over time without
- * affecting the identity of the limit.
- *
- * Generated from protobuf field string name = 6;
- */
- private $name = '';
- /**
- * Optional. User-visible, extended description for this quota limit.
- * Should be used only when more context is needed to understand this limit
- * than provided by the limit's display name (see: `display_name`).
- *
- * Generated from protobuf field string description = 2;
- */
- private $description = '';
- /**
- * Default number of tokens that can be consumed during the specified
- * duration. This is the number of tokens assigned when a client
- * application developer activates the service for his/her project.
- * Specifying a value of 0 will block all requests. This can be used if you
- * are provisioning quota to selected consumers and blocking others.
- * Similarly, a value of -1 will indicate an unlimited quota. No other
- * negative values are allowed.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 default_limit = 3;
- */
- private $default_limit = 0;
- /**
- * Maximum number of tokens that can be consumed during the specified
- * duration. Client application developers can override the default limit up
- * to this maximum. If specified, this value cannot be set to a value less
- * than the default limit. If not specified, it is set to the default limit.
- * To allow clients to apply overrides with no upper bound, set this to -1,
- * indicating unlimited maximum quota.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 max_limit = 4;
- */
- private $max_limit = 0;
- /**
- * Free tier value displayed in the Developers Console for this limit.
- * The free tier is the number of tokens that will be subtracted from the
- * billed amount when billing is enabled.
- * This field can only be set on a limit with duration "1d", in a billable
- * group; it is invalid on any other limit. If this field is not set, it
- * defaults to 0, indicating that there is no free tier for this service.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 free_tier = 7;
- */
- private $free_tier = 0;
- /**
- * Duration of this limit in textual notation. Example: "100s", "24h", "1d".
- * For duration longer than a day, only multiple of days is supported. We
- * support only "100s" and "1d" for now. Additional support will be added in
- * the future. "0" indicates indefinite duration.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field string duration = 5;
- */
- private $duration = '';
- /**
- * The name of the metric this quota limit applies to. The quota limits with
- * the same metric will be checked together during runtime. The metric must be
- * defined within the service config.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field string metric = 8;
- */
- private $metric = '';
- /**
- * Specify the unit of the quota limit. It uses the same syntax as
- * [Metric.unit][]. The supported unit kinds are determined by the quota
- * backend system.
- * The [Google Service Control](https://cloud.google.com/service-control)
- * supports the following unit components:
- * * One of the time intevals:
- * * "/min" for quota every minute.
- * * "/d" for quota every 24 hours, starting 00:00 US Pacific Time.
- * * Otherwise the quota won't be reset by time, such as storage limit.
- * * One and only one of the granted containers:
- * * "/{organization}" quota for an organization.
- * * "/{project}" quota for a project.
- * * "/{folder}" quota for a folder.
- * * "/{resource}" quota for a universal resource.
- * * Zero or more quota segmentation dimension. Not all combos are valid.
- * * "/{region}" quota for every region. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{zone}" quota for every zone. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{resource}" quota for a resource associated with a project or org.
- * Here are some examples:
- * * "1/min/{project}" for quota per minute per project.
- * * "1/min/{user}" for quota per minute per user.
- * * "1/min/{organization}" for quota per minute per organization.
- * Note: the order of unit components is insignificant.
- * The "1" at the beginning is required to follow the metric unit syntax.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field string unit = 9;
- */
- private $unit = '';
- /**
- * Tiered limit values. Also allows for regional or zone overrides for these
- * values if "/{region}" or "/{zone}" is specified in the unit field.
- * Currently supported tiers from low to high:
- * VERY_LOW, LOW, STANDARD, HIGH, VERY_HIGH
- * To apply different limit values for users according to their tiers, specify
- * the values for the tiers you want to differentiate. For example:
- * {LOW:100, STANDARD:500, HIGH:1000, VERY_HIGH:5000}
- * The limit value for each tier is optional except for the tier STANDARD.
- * The limit value for an unspecified tier falls to the value of its next
- * tier towards tier STANDARD. For the above example, the limit value for tier
- * STANDARD is 500.
- * To apply the same limit value for all users, just specify limit value for
- * tier STANDARD. For example: {STANDARD:500}.
- * To apply a regional overide for a tier, add a map entry with key
- * "map values = 10;
- */
- private $values;
- /**
- * User-visible display name for this limit.
- * Optional. If not set, the UI will provide a default display name based on
- * the quota configuration. This field can be used to override the default
- * display name generated from the configuration.
- *
- * Generated from protobuf field string display_name = 12;
- */
- private $display_name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Name of the quota limit. The name is used to refer to the limit when
- * overriding the default limit on per-consumer basis.
- * For group-based quota limits, the name must be unique within the quota
- * group. If a name is not provided, it will be generated from the limit_by
- * and duration fields.
- * For metric-based quota limits, the name must be provided, and it must be
- * unique within the service. The name can only include alphanumeric
- * characters as well as '-'.
- * The maximum length of the limit name is 64 characters.
- * The name of a limit is used as a unique identifier for this limit.
- * Therefore, once a limit has been put into use, its name should be
- * immutable. You can use the display_name field to provide a user-friendly
- * name for the limit. The display name can be evolved over time without
- * affecting the identity of the limit.
- * @type string $description
- * Optional. User-visible, extended description for this quota limit.
- * Should be used only when more context is needed to understand this limit
- * than provided by the limit's display name (see: `display_name`).
- * @type int|string $default_limit
- * Default number of tokens that can be consumed during the specified
- * duration. This is the number of tokens assigned when a client
- * application developer activates the service for his/her project.
- * Specifying a value of 0 will block all requests. This can be used if you
- * are provisioning quota to selected consumers and blocking others.
- * Similarly, a value of -1 will indicate an unlimited quota. No other
- * negative values are allowed.
- * Used by group-based quotas only.
- * @type int|string $max_limit
- * Maximum number of tokens that can be consumed during the specified
- * duration. Client application developers can override the default limit up
- * to this maximum. If specified, this value cannot be set to a value less
- * than the default limit. If not specified, it is set to the default limit.
- * To allow clients to apply overrides with no upper bound, set this to -1,
- * indicating unlimited maximum quota.
- * Used by group-based quotas only.
- * @type int|string $free_tier
- * Free tier value displayed in the Developers Console for this limit.
- * The free tier is the number of tokens that will be subtracted from the
- * billed amount when billing is enabled.
- * This field can only be set on a limit with duration "1d", in a billable
- * group; it is invalid on any other limit. If this field is not set, it
- * defaults to 0, indicating that there is no free tier for this service.
- * Used by group-based quotas only.
- * @type string $duration
- * Duration of this limit in textual notation. Example: "100s", "24h", "1d".
- * For duration longer than a day, only multiple of days is supported. We
- * support only "100s" and "1d" for now. Additional support will be added in
- * the future. "0" indicates indefinite duration.
- * Used by group-based quotas only.
- * @type string $metric
- * The name of the metric this quota limit applies to. The quota limits with
- * the same metric will be checked together during runtime. The metric must be
- * defined within the service config.
- * Used by metric-based quotas only.
- * @type string $unit
- * Specify the unit of the quota limit. It uses the same syntax as
- * [Metric.unit][]. The supported unit kinds are determined by the quota
- * backend system.
- * The [Google Service Control](https://cloud.google.com/service-control)
- * supports the following unit components:
- * * One of the time intevals:
- * * "/min" for quota every minute.
- * * "/d" for quota every 24 hours, starting 00:00 US Pacific Time.
- * * Otherwise the quota won't be reset by time, such as storage limit.
- * * One and only one of the granted containers:
- * * "/{organization}" quota for an organization.
- * * "/{project}" quota for a project.
- * * "/{folder}" quota for a folder.
- * * "/{resource}" quota for a universal resource.
- * * Zero or more quota segmentation dimension. Not all combos are valid.
- * * "/{region}" quota for every region. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{zone}" quota for every zone. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{resource}" quota for a resource associated with a project or org.
- * Here are some examples:
- * * "1/min/{project}" for quota per minute per project.
- * * "1/min/{user}" for quota per minute per user.
- * * "1/min/{organization}" for quota per minute per organization.
- * Note: the order of unit components is insignificant.
- * The "1" at the beginning is required to follow the metric unit syntax.
- * Used by metric-based quotas only.
- * @type array|\Google\Protobuf\Internal\MapField $values
- * Tiered limit values. Also allows for regional or zone overrides for these
- * values if "/{region}" or "/{zone}" is specified in the unit field.
- * Currently supported tiers from low to high:
- * VERY_LOW, LOW, STANDARD, HIGH, VERY_HIGH
- * To apply different limit values for users according to their tiers, specify
- * the values for the tiers you want to differentiate. For example:
- * {LOW:100, STANDARD:500, HIGH:1000, VERY_HIGH:5000}
- * The limit value for each tier is optional except for the tier STANDARD.
- * The limit value for an unspecified tier falls to the value of its next
- * tier towards tier STANDARD. For the above example, the limit value for tier
- * STANDARD is 500.
- * To apply the same limit value for all users, just specify limit value for
- * tier STANDARD. For example: {STANDARD:500}.
- * To apply a regional overide for a tier, add a map entry with key
- * "string name = 6;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Name of the quota limit. The name is used to refer to the limit when
- * overriding the default limit on per-consumer basis.
- * For group-based quota limits, the name must be unique within the quota
- * group. If a name is not provided, it will be generated from the limit_by
- * and duration fields.
- * For metric-based quota limits, the name must be provided, and it must be
- * unique within the service. The name can only include alphanumeric
- * characters as well as '-'.
- * The maximum length of the limit name is 64 characters.
- * The name of a limit is used as a unique identifier for this limit.
- * Therefore, once a limit has been put into use, its name should be
- * immutable. You can use the display_name field to provide a user-friendly
- * name for the limit. The display name can be evolved over time without
- * affecting the identity of the limit.
- *
- * Generated from protobuf field string name = 6;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Optional. User-visible, extended description for this quota limit.
- * Should be used only when more context is needed to understand this limit
- * than provided by the limit's display name (see: `display_name`).
- *
- * Generated from protobuf field string description = 2;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Optional. User-visible, extended description for this quota limit.
- * Should be used only when more context is needed to understand this limit
- * than provided by the limit's display name (see: `display_name`).
- *
- * Generated from protobuf field string description = 2;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * Default number of tokens that can be consumed during the specified
- * duration. This is the number of tokens assigned when a client
- * application developer activates the service for his/her project.
- * Specifying a value of 0 will block all requests. This can be used if you
- * are provisioning quota to selected consumers and blocking others.
- * Similarly, a value of -1 will indicate an unlimited quota. No other
- * negative values are allowed.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 default_limit = 3;
- * @return int|string
- */
- public function getDefaultLimit()
- {
- return $this->default_limit;
- }
-
- /**
- * Default number of tokens that can be consumed during the specified
- * duration. This is the number of tokens assigned when a client
- * application developer activates the service for his/her project.
- * Specifying a value of 0 will block all requests. This can be used if you
- * are provisioning quota to selected consumers and blocking others.
- * Similarly, a value of -1 will indicate an unlimited quota. No other
- * negative values are allowed.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 default_limit = 3;
- * @param int|string $var
- * @return $this
- */
- public function setDefaultLimit($var)
- {
- GPBUtil::checkInt64($var);
- $this->default_limit = $var;
-
- return $this;
- }
-
- /**
- * Maximum number of tokens that can be consumed during the specified
- * duration. Client application developers can override the default limit up
- * to this maximum. If specified, this value cannot be set to a value less
- * than the default limit. If not specified, it is set to the default limit.
- * To allow clients to apply overrides with no upper bound, set this to -1,
- * indicating unlimited maximum quota.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 max_limit = 4;
- * @return int|string
- */
- public function getMaxLimit()
- {
- return $this->max_limit;
- }
-
- /**
- * Maximum number of tokens that can be consumed during the specified
- * duration. Client application developers can override the default limit up
- * to this maximum. If specified, this value cannot be set to a value less
- * than the default limit. If not specified, it is set to the default limit.
- * To allow clients to apply overrides with no upper bound, set this to -1,
- * indicating unlimited maximum quota.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 max_limit = 4;
- * @param int|string $var
- * @return $this
- */
- public function setMaxLimit($var)
- {
- GPBUtil::checkInt64($var);
- $this->max_limit = $var;
-
- return $this;
- }
-
- /**
- * Free tier value displayed in the Developers Console for this limit.
- * The free tier is the number of tokens that will be subtracted from the
- * billed amount when billing is enabled.
- * This field can only be set on a limit with duration "1d", in a billable
- * group; it is invalid on any other limit. If this field is not set, it
- * defaults to 0, indicating that there is no free tier for this service.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 free_tier = 7;
- * @return int|string
- */
- public function getFreeTier()
- {
- return $this->free_tier;
- }
-
- /**
- * Free tier value displayed in the Developers Console for this limit.
- * The free tier is the number of tokens that will be subtracted from the
- * billed amount when billing is enabled.
- * This field can only be set on a limit with duration "1d", in a billable
- * group; it is invalid on any other limit. If this field is not set, it
- * defaults to 0, indicating that there is no free tier for this service.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field int64 free_tier = 7;
- * @param int|string $var
- * @return $this
- */
- public function setFreeTier($var)
- {
- GPBUtil::checkInt64($var);
- $this->free_tier = $var;
-
- return $this;
- }
-
- /**
- * Duration of this limit in textual notation. Example: "100s", "24h", "1d".
- * For duration longer than a day, only multiple of days is supported. We
- * support only "100s" and "1d" for now. Additional support will be added in
- * the future. "0" indicates indefinite duration.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field string duration = 5;
- * @return string
- */
- public function getDuration()
- {
- return $this->duration;
- }
-
- /**
- * Duration of this limit in textual notation. Example: "100s", "24h", "1d".
- * For duration longer than a day, only multiple of days is supported. We
- * support only "100s" and "1d" for now. Additional support will be added in
- * the future. "0" indicates indefinite duration.
- * Used by group-based quotas only.
- *
- * Generated from protobuf field string duration = 5;
- * @param string $var
- * @return $this
- */
- public function setDuration($var)
- {
- GPBUtil::checkString($var, True);
- $this->duration = $var;
-
- return $this;
- }
-
- /**
- * The name of the metric this quota limit applies to. The quota limits with
- * the same metric will be checked together during runtime. The metric must be
- * defined within the service config.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field string metric = 8;
- * @return string
- */
- public function getMetric()
- {
- return $this->metric;
- }
-
- /**
- * The name of the metric this quota limit applies to. The quota limits with
- * the same metric will be checked together during runtime. The metric must be
- * defined within the service config.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field string metric = 8;
- * @param string $var
- * @return $this
- */
- public function setMetric($var)
- {
- GPBUtil::checkString($var, True);
- $this->metric = $var;
-
- return $this;
- }
-
- /**
- * Specify the unit of the quota limit. It uses the same syntax as
- * [Metric.unit][]. The supported unit kinds are determined by the quota
- * backend system.
- * The [Google Service Control](https://cloud.google.com/service-control)
- * supports the following unit components:
- * * One of the time intevals:
- * * "/min" for quota every minute.
- * * "/d" for quota every 24 hours, starting 00:00 US Pacific Time.
- * * Otherwise the quota won't be reset by time, such as storage limit.
- * * One and only one of the granted containers:
- * * "/{organization}" quota for an organization.
- * * "/{project}" quota for a project.
- * * "/{folder}" quota for a folder.
- * * "/{resource}" quota for a universal resource.
- * * Zero or more quota segmentation dimension. Not all combos are valid.
- * * "/{region}" quota for every region. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{zone}" quota for every zone. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{resource}" quota for a resource associated with a project or org.
- * Here are some examples:
- * * "1/min/{project}" for quota per minute per project.
- * * "1/min/{user}" for quota per minute per user.
- * * "1/min/{organization}" for quota per minute per organization.
- * Note: the order of unit components is insignificant.
- * The "1" at the beginning is required to follow the metric unit syntax.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field string unit = 9;
- * @return string
- */
- public function getUnit()
- {
- return $this->unit;
- }
-
- /**
- * Specify the unit of the quota limit. It uses the same syntax as
- * [Metric.unit][]. The supported unit kinds are determined by the quota
- * backend system.
- * The [Google Service Control](https://cloud.google.com/service-control)
- * supports the following unit components:
- * * One of the time intevals:
- * * "/min" for quota every minute.
- * * "/d" for quota every 24 hours, starting 00:00 US Pacific Time.
- * * Otherwise the quota won't be reset by time, such as storage limit.
- * * One and only one of the granted containers:
- * * "/{organization}" quota for an organization.
- * * "/{project}" quota for a project.
- * * "/{folder}" quota for a folder.
- * * "/{resource}" quota for a universal resource.
- * * Zero or more quota segmentation dimension. Not all combos are valid.
- * * "/{region}" quota for every region. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{zone}" quota for every zone. Not to be used with time intervals.
- * * Otherwise the resources granted on the target is not segmented.
- * * "/{resource}" quota for a resource associated with a project or org.
- * Here are some examples:
- * * "1/min/{project}" for quota per minute per project.
- * * "1/min/{user}" for quota per minute per user.
- * * "1/min/{organization}" for quota per minute per organization.
- * Note: the order of unit components is insignificant.
- * The "1" at the beginning is required to follow the metric unit syntax.
- * Used by metric-based quotas only.
- *
- * Generated from protobuf field string unit = 9;
- * @param string $var
- * @return $this
- */
- public function setUnit($var)
- {
- GPBUtil::checkString($var, True);
- $this->unit = $var;
-
- return $this;
- }
-
- /**
- * Tiered limit values. Also allows for regional or zone overrides for these
- * values if "/{region}" or "/{zone}" is specified in the unit field.
- * Currently supported tiers from low to high:
- * VERY_LOW, LOW, STANDARD, HIGH, VERY_HIGH
- * To apply different limit values for users according to their tiers, specify
- * the values for the tiers you want to differentiate. For example:
- * {LOW:100, STANDARD:500, HIGH:1000, VERY_HIGH:5000}
- * The limit value for each tier is optional except for the tier STANDARD.
- * The limit value for an unspecified tier falls to the value of its next
- * tier towards tier STANDARD. For the above example, the limit value for tier
- * STANDARD is 500.
- * To apply the same limit value for all users, just specify limit value for
- * tier STANDARD. For example: {STANDARD:500}.
- * To apply a regional overide for a tier, add a map entry with key
- * "map values = 10;
- * @return \Google\Protobuf\Internal\MapField
- */
- public function getValues()
- {
- return $this->values;
- }
-
- /**
- * Tiered limit values. Also allows for regional or zone overrides for these
- * values if "/{region}" or "/{zone}" is specified in the unit field.
- * Currently supported tiers from low to high:
- * VERY_LOW, LOW, STANDARD, HIGH, VERY_HIGH
- * To apply different limit values for users according to their tiers, specify
- * the values for the tiers you want to differentiate. For example:
- * {LOW:100, STANDARD:500, HIGH:1000, VERY_HIGH:5000}
- * The limit value for each tier is optional except for the tier STANDARD.
- * The limit value for an unspecified tier falls to the value of its next
- * tier towards tier STANDARD. For the above example, the limit value for tier
- * STANDARD is 500.
- * To apply the same limit value for all users, just specify limit value for
- * tier STANDARD. For example: {STANDARD:500}.
- * To apply a regional overide for a tier, add a map entry with key
- * "map values = 10;
- * @param array|\Google\Protobuf\Internal\MapField $var
- * @return $this
- */
- public function setValues($var)
- {
- $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::INT64);
- $this->values = $arr;
-
- return $this;
- }
-
- /**
- * User-visible display name for this limit.
- * Optional. If not set, the UI will provide a default display name based on
- * the quota configuration. This field can be used to override the default
- * display name generated from the configuration.
- *
- * Generated from protobuf field string display_name = 12;
- * @return string
- */
- public function getDisplayName()
- {
- return $this->display_name;
- }
-
- /**
- * User-visible display name for this limit.
- * Optional. If not set, the UI will provide a default display name based on
- * the quota configuration. This field can be used to override the default
- * display name generated from the configuration.
- *
- * Generated from protobuf field string display_name = 12;
- * @param string $var
- * @return $this
- */
- public function setDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->display_name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/ResourceDescriptor.php b/vendor/google/common-protos/src/Api/ResourceDescriptor.php
deleted file mode 100644
index 89e6b4e70..000000000
--- a/vendor/google/common-protos/src/Api/ResourceDescriptor.php
+++ /dev/null
@@ -1,298 +0,0 @@
-google.api.ResourceDescriptor
- */
-class ResourceDescriptor extends \Google\Protobuf\Internal\Message
-{
- /**
- * The full name of the resource type. It must be in the format of
- * {service_name}/{resource_type_kind}. The resource type names are
- * singular and do not contain version numbers.
- * For example: `storage.googleapis.com/Bucket`
- * The value of the resource_type_kind must follow the regular expression
- * /[A-Z][a-zA-Z0-9]+/. It must start with upper case character and
- * recommended to use PascalCase (UpperCamelCase). The maximum number of
- * characters allowed for the resource_type_kind is 100.
- *
- * Generated from protobuf field string type = 1;
- */
- private $type = '';
- /**
- * Required. The valid pattern or patterns for this resource's names.
- * Examples:
- * - "projects/{project}/topics/{topic}"
- * - "projects/{project}/knowledgeBases/{knowledge_base}"
- * The components in braces correspond to the IDs for each resource in the
- * hierarchy. It is expected that, if multiple patterns are provided,
- * the same component name (e.g. "project") refers to IDs of the same
- * type of resource.
- *
- * Generated from protobuf field repeated string pattern = 2;
- */
- private $pattern;
- /**
- * Optional. The field on the resource that designates the resource name
- * field. If omitted, this is assumed to be "name".
- *
- * Generated from protobuf field string name_field = 3;
- */
- private $name_field = '';
- /**
- * Optional. The historical or future-looking state of the resource pattern.
- * Example:
- * // The InspectTemplate message originally only supported resource
- * // names with organization, and project was added later.
- * message InspectTemplate {
- * option (google.api.resource) = {
- * type: "dlp.googleapis.com/InspectTemplate"
- * pattern: "organizations/{organization}/inspectTemplates/{inspect_template}"
- * pattern: "projects/{project}/inspectTemplates/{inspect_template}"
- * history: ORIGINALLY_SINGLE_PATTERN
- * };
- * }
- *
- * Generated from protobuf field .google.api.ResourceDescriptor.History history = 4;
- */
- private $history = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $type
- * The full name of the resource type. It must be in the format of
- * {service_name}/{resource_type_kind}. The resource type names are
- * singular and do not contain version numbers.
- * For example: `storage.googleapis.com/Bucket`
- * The value of the resource_type_kind must follow the regular expression
- * /[A-Z][a-zA-Z0-9]+/. It must start with upper case character and
- * recommended to use PascalCase (UpperCamelCase). The maximum number of
- * characters allowed for the resource_type_kind is 100.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $pattern
- * Required. The valid pattern or patterns for this resource's names.
- * Examples:
- * - "projects/{project}/topics/{topic}"
- * - "projects/{project}/knowledgeBases/{knowledge_base}"
- * The components in braces correspond to the IDs for each resource in the
- * hierarchy. It is expected that, if multiple patterns are provided,
- * the same component name (e.g. "project") refers to IDs of the same
- * type of resource.
- * @type string $name_field
- * Optional. The field on the resource that designates the resource name
- * field. If omitted, this is assumed to be "name".
- * @type int $history
- * Optional. The historical or future-looking state of the resource pattern.
- * Example:
- * // The InspectTemplate message originally only supported resource
- * // names with organization, and project was added later.
- * message InspectTemplate {
- * option (google.api.resource) = {
- * type: "dlp.googleapis.com/InspectTemplate"
- * pattern: "organizations/{organization}/inspectTemplates/{inspect_template}"
- * pattern: "projects/{project}/inspectTemplates/{inspect_template}"
- * history: ORIGINALLY_SINGLE_PATTERN
- * };
- * }
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Resource::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The full name of the resource type. It must be in the format of
- * {service_name}/{resource_type_kind}. The resource type names are
- * singular and do not contain version numbers.
- * For example: `storage.googleapis.com/Bucket`
- * The value of the resource_type_kind must follow the regular expression
- * /[A-Z][a-zA-Z0-9]+/. It must start with upper case character and
- * recommended to use PascalCase (UpperCamelCase). The maximum number of
- * characters allowed for the resource_type_kind is 100.
- *
- * Generated from protobuf field string type = 1;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * The full name of the resource type. It must be in the format of
- * {service_name}/{resource_type_kind}. The resource type names are
- * singular and do not contain version numbers.
- * For example: `storage.googleapis.com/Bucket`
- * The value of the resource_type_kind must follow the regular expression
- * /[A-Z][a-zA-Z0-9]+/. It must start with upper case character and
- * recommended to use PascalCase (UpperCamelCase). The maximum number of
- * characters allowed for the resource_type_kind is 100.
- *
- * Generated from protobuf field string type = 1;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * Required. The valid pattern or patterns for this resource's names.
- * Examples:
- * - "projects/{project}/topics/{topic}"
- * - "projects/{project}/knowledgeBases/{knowledge_base}"
- * The components in braces correspond to the IDs for each resource in the
- * hierarchy. It is expected that, if multiple patterns are provided,
- * the same component name (e.g. "project") refers to IDs of the same
- * type of resource.
- *
- * Generated from protobuf field repeated string pattern = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPattern()
- {
- return $this->pattern;
- }
-
- /**
- * Required. The valid pattern or patterns for this resource's names.
- * Examples:
- * - "projects/{project}/topics/{topic}"
- * - "projects/{project}/knowledgeBases/{knowledge_base}"
- * The components in braces correspond to the IDs for each resource in the
- * hierarchy. It is expected that, if multiple patterns are provided,
- * the same component name (e.g. "project") refers to IDs of the same
- * type of resource.
- *
- * Generated from protobuf field repeated string pattern = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPattern($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->pattern = $arr;
-
- return $this;
- }
-
- /**
- * Optional. The field on the resource that designates the resource name
- * field. If omitted, this is assumed to be "name".
- *
- * Generated from protobuf field string name_field = 3;
- * @return string
- */
- public function getNameField()
- {
- return $this->name_field;
- }
-
- /**
- * Optional. The field on the resource that designates the resource name
- * field. If omitted, this is assumed to be "name".
- *
- * Generated from protobuf field string name_field = 3;
- * @param string $var
- * @return $this
- */
- public function setNameField($var)
- {
- GPBUtil::checkString($var, True);
- $this->name_field = $var;
-
- return $this;
- }
-
- /**
- * Optional. The historical or future-looking state of the resource pattern.
- * Example:
- * // The InspectTemplate message originally only supported resource
- * // names with organization, and project was added later.
- * message InspectTemplate {
- * option (google.api.resource) = {
- * type: "dlp.googleapis.com/InspectTemplate"
- * pattern: "organizations/{organization}/inspectTemplates/{inspect_template}"
- * pattern: "projects/{project}/inspectTemplates/{inspect_template}"
- * history: ORIGINALLY_SINGLE_PATTERN
- * };
- * }
- *
- * Generated from protobuf field .google.api.ResourceDescriptor.History history = 4;
- * @return int
- */
- public function getHistory()
- {
- return $this->history;
- }
-
- /**
- * Optional. The historical or future-looking state of the resource pattern.
- * Example:
- * // The InspectTemplate message originally only supported resource
- * // names with organization, and project was added later.
- * message InspectTemplate {
- * option (google.api.resource) = {
- * type: "dlp.googleapis.com/InspectTemplate"
- * pattern: "organizations/{organization}/inspectTemplates/{inspect_template}"
- * pattern: "projects/{project}/inspectTemplates/{inspect_template}"
- * history: ORIGINALLY_SINGLE_PATTERN
- * };
- * }
- *
- * Generated from protobuf field .google.api.ResourceDescriptor.History history = 4;
- * @param int $var
- * @return $this
- */
- public function setHistory($var)
- {
- GPBUtil::checkEnum($var, \Google\Api\ResourceDescriptor_History::class);
- $this->history = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/ResourceDescriptor/History.php b/vendor/google/common-protos/src/Api/ResourceDescriptor/History.php
deleted file mode 100644
index 52b74e9f9..000000000
--- a/vendor/google/common-protos/src/Api/ResourceDescriptor/History.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.api.ResourceDescriptor.History
- */
-class History
-{
- /**
- * The "unset" value.
- *
- * Generated from protobuf enum HISTORY_UNSPECIFIED = 0;
- */
- const HISTORY_UNSPECIFIED = 0;
- /**
- * The resource originally had one pattern and launched as such, and
- * additional patterns were added later.
- *
- * Generated from protobuf enum ORIGINALLY_SINGLE_PATTERN = 1;
- */
- const ORIGINALLY_SINGLE_PATTERN = 1;
- /**
- * The resource has one pattern, but the API owner expects to add more
- * later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents
- * that from being necessary once there are multiple patterns.)
- *
- * Generated from protobuf enum FUTURE_MULTI_PATTERN = 2;
- */
- const FUTURE_MULTI_PATTERN = 2;
-
- private static $valueToName = [
- self::HISTORY_UNSPECIFIED => 'HISTORY_UNSPECIFIED',
- self::ORIGINALLY_SINGLE_PATTERN => 'ORIGINALLY_SINGLE_PATTERN',
- self::FUTURE_MULTI_PATTERN => 'FUTURE_MULTI_PATTERN',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(History::class, \Google\Api\ResourceDescriptor_History::class);
-
diff --git a/vendor/google/common-protos/src/Api/ResourceDescriptor_History.php b/vendor/google/common-protos/src/Api/ResourceDescriptor_History.php
deleted file mode 100644
index 87c5801ce..000000000
--- a/vendor/google/common-protos/src/Api/ResourceDescriptor_History.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.api.ResourceReference
- */
-class ResourceReference extends \Google\Protobuf\Internal\Message
-{
- /**
- * The unified resource type name of the type that this field references.
- * Marks this as a field referring to a resource in another message.
- * Example:
- * message Subscription {
- * string topic = 2 [(google.api.resource_reference) = {
- * type = "pubsub.googleapis.com/Topic"
- * }];
- * }
- *
- * Generated from protobuf field string type = 1;
- */
- private $type = '';
- /**
- * The fully-qualified message name of a child of the type that this field
- * references.
- * This is useful for `parent` fields where a resource has more than one
- * possible type of parent.
- * Example:
- * message ListLogEntriesRequest {
- * string parent = 1 [(google.api.resource_reference) = {
- * child_type: "logging.googleapis.com/LogEntry"
- * };
- * }
- * If the referenced message is in the same proto package, the service name
- * may be omitted:
- * message ListLogEntriesRequest {
- * string parent = 1
- * [(google.api.resource_reference).child_type = "LogEntry"];
- * }
- *
- * Generated from protobuf field string child_type = 2;
- */
- private $child_type = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $type
- * The unified resource type name of the type that this field references.
- * Marks this as a field referring to a resource in another message.
- * Example:
- * message Subscription {
- * string topic = 2 [(google.api.resource_reference) = {
- * type = "pubsub.googleapis.com/Topic"
- * }];
- * }
- * @type string $child_type
- * The fully-qualified message name of a child of the type that this field
- * references.
- * This is useful for `parent` fields where a resource has more than one
- * possible type of parent.
- * Example:
- * message ListLogEntriesRequest {
- * string parent = 1 [(google.api.resource_reference) = {
- * child_type: "logging.googleapis.com/LogEntry"
- * };
- * }
- * If the referenced message is in the same proto package, the service name
- * may be omitted:
- * message ListLogEntriesRequest {
- * string parent = 1
- * [(google.api.resource_reference).child_type = "LogEntry"];
- * }
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Resource::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The unified resource type name of the type that this field references.
- * Marks this as a field referring to a resource in another message.
- * Example:
- * message Subscription {
- * string topic = 2 [(google.api.resource_reference) = {
- * type = "pubsub.googleapis.com/Topic"
- * }];
- * }
- *
- * Generated from protobuf field string type = 1;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * The unified resource type name of the type that this field references.
- * Marks this as a field referring to a resource in another message.
- * Example:
- * message Subscription {
- * string topic = 2 [(google.api.resource_reference) = {
- * type = "pubsub.googleapis.com/Topic"
- * }];
- * }
- *
- * Generated from protobuf field string type = 1;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * The fully-qualified message name of a child of the type that this field
- * references.
- * This is useful for `parent` fields where a resource has more than one
- * possible type of parent.
- * Example:
- * message ListLogEntriesRequest {
- * string parent = 1 [(google.api.resource_reference) = {
- * child_type: "logging.googleapis.com/LogEntry"
- * };
- * }
- * If the referenced message is in the same proto package, the service name
- * may be omitted:
- * message ListLogEntriesRequest {
- * string parent = 1
- * [(google.api.resource_reference).child_type = "LogEntry"];
- * }
- *
- * Generated from protobuf field string child_type = 2;
- * @return string
- */
- public function getChildType()
- {
- return $this->child_type;
- }
-
- /**
- * The fully-qualified message name of a child of the type that this field
- * references.
- * This is useful for `parent` fields where a resource has more than one
- * possible type of parent.
- * Example:
- * message ListLogEntriesRequest {
- * string parent = 1 [(google.api.resource_reference) = {
- * child_type: "logging.googleapis.com/LogEntry"
- * };
- * }
- * If the referenced message is in the same proto package, the service name
- * may be omitted:
- * message ListLogEntriesRequest {
- * string parent = 1
- * [(google.api.resource_reference).child_type = "LogEntry"];
- * }
- *
- * Generated from protobuf field string child_type = 2;
- * @param string $var
- * @return $this
- */
- public function setChildType($var)
- {
- GPBUtil::checkString($var, True);
- $this->child_type = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Service.php b/vendor/google/common-protos/src/Api/Service.php
deleted file mode 100644
index 5ded8eb49..000000000
--- a/vendor/google/common-protos/src/Api/Service.php
+++ /dev/null
@@ -1,1034 +0,0 @@
-google.api.Service
- */
-class Service extends \Google\Protobuf\Internal\Message
-{
- /**
- * The semantic version of the service configuration. The config version
- * affects the interpretation of the service configuration. For example,
- * certain features are enabled by default for certain config versions.
- * The latest config version is `3`.
- *
- * Generated from protobuf field .google.protobuf.UInt32Value config_version = 20;
- */
- private $config_version = null;
- /**
- * The DNS address at which this service is available,
- * e.g. `calendar.googleapis.com`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * A unique ID for a specific instance of this message, typically assigned
- * by the client for tracking purpose. If empty, the server may choose to
- * generate one instead.
- *
- * Generated from protobuf field string id = 33;
- */
- private $id = '';
- /**
- * The product title for this service.
- *
- * Generated from protobuf field string title = 2;
- */
- private $title = '';
- /**
- * The Google project that owns this service.
- *
- * Generated from protobuf field string producer_project_id = 22;
- */
- private $producer_project_id = '';
- /**
- * A list of API interfaces exported by this service. Only the `name` field
- * of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
- * author, as the remaining fields will be derived from the IDL during the
- * normalization process. It is an error to specify an API interface here
- * which cannot be resolved against the associated IDL files.
- *
- * Generated from protobuf field repeated .google.protobuf.Api apis = 3;
- */
- private $apis;
- /**
- * A list of all proto message types included in this API service.
- * Types referenced directly or indirectly by the `apis` are
- * automatically included. Messages which are not referenced but
- * shall be included, such as types used by the `google.protobuf.Any` type,
- * should be listed here by name. Example:
- * types:
- * - name: google.protobuf.Int32
- *
- * Generated from protobuf field repeated .google.protobuf.Type types = 4;
- */
- private $types;
- /**
- * A list of all enum types included in this API service. Enums
- * referenced directly or indirectly by the `apis` are automatically
- * included. Enums which are not referenced but shall be included
- * should be listed here by name. Example:
- * enums:
- * - name: google.someapi.v1.SomeEnum
- *
- * Generated from protobuf field repeated .google.protobuf.Enum enums = 5;
- */
- private $enums;
- /**
- * Additional API documentation.
- *
- * Generated from protobuf field .google.api.Documentation documentation = 6;
- */
- private $documentation = null;
- /**
- * API backend configuration.
- *
- * Generated from protobuf field .google.api.Backend backend = 8;
- */
- private $backend = null;
- /**
- * HTTP configuration.
- *
- * Generated from protobuf field .google.api.Http http = 9;
- */
- private $http = null;
- /**
- * Quota configuration.
- *
- * Generated from protobuf field .google.api.Quota quota = 10;
- */
- private $quota = null;
- /**
- * Auth configuration.
- *
- * Generated from protobuf field .google.api.Authentication authentication = 11;
- */
- private $authentication = null;
- /**
- * Context configuration.
- *
- * Generated from protobuf field .google.api.Context context = 12;
- */
- private $context = null;
- /**
- * Configuration controlling usage of this service.
- *
- * Generated from protobuf field .google.api.Usage usage = 15;
- */
- private $usage = null;
- /**
- * Configuration for network endpoints. If this is empty, then an endpoint
- * with the same name as the service is automatically generated to service all
- * defined APIs.
- *
- * Generated from protobuf field repeated .google.api.Endpoint endpoints = 18;
- */
- private $endpoints;
- /**
- * Configuration for the service control plane.
- *
- * Generated from protobuf field .google.api.Control control = 21;
- */
- private $control = null;
- /**
- * Defines the logs used by this service.
- *
- * Generated from protobuf field repeated .google.api.LogDescriptor logs = 23;
- */
- private $logs;
- /**
- * Defines the metrics used by this service.
- *
- * Generated from protobuf field repeated .google.api.MetricDescriptor metrics = 24;
- */
- private $metrics;
- /**
- * Defines the monitored resources used by this service. This is required
- * by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
- *
- * Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
- */
- private $monitored_resources;
- /**
- * Billing configuration.
- *
- * Generated from protobuf field .google.api.Billing billing = 26;
- */
- private $billing = null;
- /**
- * Logging configuration.
- *
- * Generated from protobuf field .google.api.Logging logging = 27;
- */
- private $logging = null;
- /**
- * Monitoring configuration.
- *
- * Generated from protobuf field .google.api.Monitoring monitoring = 28;
- */
- private $monitoring = null;
- /**
- * System parameter configuration.
- *
- * Generated from protobuf field .google.api.SystemParameters system_parameters = 29;
- */
- private $system_parameters = null;
- /**
- * Output only. The source information for this configuration if available.
- *
- * Generated from protobuf field .google.api.SourceInfo source_info = 37;
- */
- private $source_info = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\UInt32Value $config_version
- * The semantic version of the service configuration. The config version
- * affects the interpretation of the service configuration. For example,
- * certain features are enabled by default for certain config versions.
- * The latest config version is `3`.
- * @type string $name
- * The DNS address at which this service is available,
- * e.g. `calendar.googleapis.com`.
- * @type string $id
- * A unique ID for a specific instance of this message, typically assigned
- * by the client for tracking purpose. If empty, the server may choose to
- * generate one instead.
- * @type string $title
- * The product title for this service.
- * @type string $producer_project_id
- * The Google project that owns this service.
- * @type \Google\Protobuf\Api[]|\Google\Protobuf\Internal\RepeatedField $apis
- * A list of API interfaces exported by this service. Only the `name` field
- * of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
- * author, as the remaining fields will be derived from the IDL during the
- * normalization process. It is an error to specify an API interface here
- * which cannot be resolved against the associated IDL files.
- * @type \Google\Protobuf\Type[]|\Google\Protobuf\Internal\RepeatedField $types
- * A list of all proto message types included in this API service.
- * Types referenced directly or indirectly by the `apis` are
- * automatically included. Messages which are not referenced but
- * shall be included, such as types used by the `google.protobuf.Any` type,
- * should be listed here by name. Example:
- * types:
- * - name: google.protobuf.Int32
- * @type \Google\Protobuf\Enum[]|\Google\Protobuf\Internal\RepeatedField $enums
- * A list of all enum types included in this API service. Enums
- * referenced directly or indirectly by the `apis` are automatically
- * included. Enums which are not referenced but shall be included
- * should be listed here by name. Example:
- * enums:
- * - name: google.someapi.v1.SomeEnum
- * @type \Google\Api\Documentation $documentation
- * Additional API documentation.
- * @type \Google\Api\Backend $backend
- * API backend configuration.
- * @type \Google\Api\Http $http
- * HTTP configuration.
- * @type \Google\Api\Quota $quota
- * Quota configuration.
- * @type \Google\Api\Authentication $authentication
- * Auth configuration.
- * @type \Google\Api\Context $context
- * Context configuration.
- * @type \Google\Api\Usage $usage
- * Configuration controlling usage of this service.
- * @type \Google\Api\Endpoint[]|\Google\Protobuf\Internal\RepeatedField $endpoints
- * Configuration for network endpoints. If this is empty, then an endpoint
- * with the same name as the service is automatically generated to service all
- * defined APIs.
- * @type \Google\Api\Control $control
- * Configuration for the service control plane.
- * @type \Google\Api\LogDescriptor[]|\Google\Protobuf\Internal\RepeatedField $logs
- * Defines the logs used by this service.
- * @type \Google\Api\MetricDescriptor[]|\Google\Protobuf\Internal\RepeatedField $metrics
- * Defines the metrics used by this service.
- * @type \Google\Api\MonitoredResourceDescriptor[]|\Google\Protobuf\Internal\RepeatedField $monitored_resources
- * Defines the monitored resources used by this service. This is required
- * by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
- * @type \Google\Api\Billing $billing
- * Billing configuration.
- * @type \Google\Api\Logging $logging
- * Logging configuration.
- * @type \Google\Api\Monitoring $monitoring
- * Monitoring configuration.
- * @type \Google\Api\SystemParameters $system_parameters
- * System parameter configuration.
- * @type \Google\Api\SourceInfo $source_info
- * Output only. The source information for this configuration if available.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Service::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The semantic version of the service configuration. The config version
- * affects the interpretation of the service configuration. For example,
- * certain features are enabled by default for certain config versions.
- * The latest config version is `3`.
- *
- * Generated from protobuf field .google.protobuf.UInt32Value config_version = 20;
- * @return \Google\Protobuf\UInt32Value
- */
- public function getConfigVersion()
- {
- return $this->config_version;
- }
-
- /**
- * Returns the unboxed value from getConfigVersion()
-
- * The semantic version of the service configuration. The config version
- * affects the interpretation of the service configuration. For example,
- * certain features are enabled by default for certain config versions.
- * The latest config version is `3`.
- *
- * Generated from protobuf field .google.protobuf.UInt32Value config_version = 20;
- * @return int|null
- */
- public function getConfigVersionUnwrapped()
- {
- $wrapper = $this->getConfigVersion();
- return is_null($wrapper) ? null : $wrapper->getValue();
- }
-
- /**
- * The semantic version of the service configuration. The config version
- * affects the interpretation of the service configuration. For example,
- * certain features are enabled by default for certain config versions.
- * The latest config version is `3`.
- *
- * Generated from protobuf field .google.protobuf.UInt32Value config_version = 20;
- * @param \Google\Protobuf\UInt32Value $var
- * @return $this
- */
- public function setConfigVersion($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\UInt32Value::class);
- $this->config_version = $var;
-
- return $this;
- }
-
- /**
- * Sets the field by wrapping a primitive type in a Google\Protobuf\UInt32Value object.
-
- * The semantic version of the service configuration. The config version
- * affects the interpretation of the service configuration. For example,
- * certain features are enabled by default for certain config versions.
- * The latest config version is `3`.
- *
- * Generated from protobuf field .google.protobuf.UInt32Value config_version = 20;
- * @param int|null $var
- * @return $this
- */
- public function setConfigVersionUnwrapped($var)
- {
- $wrappedVar = is_null($var) ? null : new \Google\Protobuf\UInt32Value(['value' => $var]);
- return $this->setConfigVersion($wrappedVar);
- }
-
- /**
- * The DNS address at which this service is available,
- * e.g. `calendar.googleapis.com`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The DNS address at which this service is available,
- * e.g. `calendar.googleapis.com`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * A unique ID for a specific instance of this message, typically assigned
- * by the client for tracking purpose. If empty, the server may choose to
- * generate one instead.
- *
- * Generated from protobuf field string id = 33;
- * @return string
- */
- public function getId()
- {
- return $this->id;
- }
-
- /**
- * A unique ID for a specific instance of this message, typically assigned
- * by the client for tracking purpose. If empty, the server may choose to
- * generate one instead.
- *
- * Generated from protobuf field string id = 33;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
- /**
- * The product title for this service.
- *
- * Generated from protobuf field string title = 2;
- * @return string
- */
- public function getTitle()
- {
- return $this->title;
- }
-
- /**
- * The product title for this service.
- *
- * Generated from protobuf field string title = 2;
- * @param string $var
- * @return $this
- */
- public function setTitle($var)
- {
- GPBUtil::checkString($var, True);
- $this->title = $var;
-
- return $this;
- }
-
- /**
- * The Google project that owns this service.
- *
- * Generated from protobuf field string producer_project_id = 22;
- * @return string
- */
- public function getProducerProjectId()
- {
- return $this->producer_project_id;
- }
-
- /**
- * The Google project that owns this service.
- *
- * Generated from protobuf field string producer_project_id = 22;
- * @param string $var
- * @return $this
- */
- public function setProducerProjectId($var)
- {
- GPBUtil::checkString($var, True);
- $this->producer_project_id = $var;
-
- return $this;
- }
-
- /**
- * A list of API interfaces exported by this service. Only the `name` field
- * of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
- * author, as the remaining fields will be derived from the IDL during the
- * normalization process. It is an error to specify an API interface here
- * which cannot be resolved against the associated IDL files.
- *
- * Generated from protobuf field repeated .google.protobuf.Api apis = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getApis()
- {
- return $this->apis;
- }
-
- /**
- * A list of API interfaces exported by this service. Only the `name` field
- * of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
- * author, as the remaining fields will be derived from the IDL during the
- * normalization process. It is an error to specify an API interface here
- * which cannot be resolved against the associated IDL files.
- *
- * Generated from protobuf field repeated .google.protobuf.Api apis = 3;
- * @param \Google\Protobuf\Api[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setApis($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Api::class);
- $this->apis = $arr;
-
- return $this;
- }
-
- /**
- * A list of all proto message types included in this API service.
- * Types referenced directly or indirectly by the `apis` are
- * automatically included. Messages which are not referenced but
- * shall be included, such as types used by the `google.protobuf.Any` type,
- * should be listed here by name. Example:
- * types:
- * - name: google.protobuf.Int32
- *
- * Generated from protobuf field repeated .google.protobuf.Type types = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getTypes()
- {
- return $this->types;
- }
-
- /**
- * A list of all proto message types included in this API service.
- * Types referenced directly or indirectly by the `apis` are
- * automatically included. Messages which are not referenced but
- * shall be included, such as types used by the `google.protobuf.Any` type,
- * should be listed here by name. Example:
- * types:
- * - name: google.protobuf.Int32
- *
- * Generated from protobuf field repeated .google.protobuf.Type types = 4;
- * @param \Google\Protobuf\Type[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setTypes($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Type::class);
- $this->types = $arr;
-
- return $this;
- }
-
- /**
- * A list of all enum types included in this API service. Enums
- * referenced directly or indirectly by the `apis` are automatically
- * included. Enums which are not referenced but shall be included
- * should be listed here by name. Example:
- * enums:
- * - name: google.someapi.v1.SomeEnum
- *
- * Generated from protobuf field repeated .google.protobuf.Enum enums = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getEnums()
- {
- return $this->enums;
- }
-
- /**
- * A list of all enum types included in this API service. Enums
- * referenced directly or indirectly by the `apis` are automatically
- * included. Enums which are not referenced but shall be included
- * should be listed here by name. Example:
- * enums:
- * - name: google.someapi.v1.SomeEnum
- *
- * Generated from protobuf field repeated .google.protobuf.Enum enums = 5;
- * @param \Google\Protobuf\Enum[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setEnums($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Enum::class);
- $this->enums = $arr;
-
- return $this;
- }
-
- /**
- * Additional API documentation.
- *
- * Generated from protobuf field .google.api.Documentation documentation = 6;
- * @return \Google\Api\Documentation
- */
- public function getDocumentation()
- {
- return $this->documentation;
- }
-
- /**
- * Additional API documentation.
- *
- * Generated from protobuf field .google.api.Documentation documentation = 6;
- * @param \Google\Api\Documentation $var
- * @return $this
- */
- public function setDocumentation($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Documentation::class);
- $this->documentation = $var;
-
- return $this;
- }
-
- /**
- * API backend configuration.
- *
- * Generated from protobuf field .google.api.Backend backend = 8;
- * @return \Google\Api\Backend
- */
- public function getBackend()
- {
- return $this->backend;
- }
-
- /**
- * API backend configuration.
- *
- * Generated from protobuf field .google.api.Backend backend = 8;
- * @param \Google\Api\Backend $var
- * @return $this
- */
- public function setBackend($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Backend::class);
- $this->backend = $var;
-
- return $this;
- }
-
- /**
- * HTTP configuration.
- *
- * Generated from protobuf field .google.api.Http http = 9;
- * @return \Google\Api\Http
- */
- public function getHttp()
- {
- return $this->http;
- }
-
- /**
- * HTTP configuration.
- *
- * Generated from protobuf field .google.api.Http http = 9;
- * @param \Google\Api\Http $var
- * @return $this
- */
- public function setHttp($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Http::class);
- $this->http = $var;
-
- return $this;
- }
-
- /**
- * Quota configuration.
- *
- * Generated from protobuf field .google.api.Quota quota = 10;
- * @return \Google\Api\Quota
- */
- public function getQuota()
- {
- return $this->quota;
- }
-
- /**
- * Quota configuration.
- *
- * Generated from protobuf field .google.api.Quota quota = 10;
- * @param \Google\Api\Quota $var
- * @return $this
- */
- public function setQuota($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Quota::class);
- $this->quota = $var;
-
- return $this;
- }
-
- /**
- * Auth configuration.
- *
- * Generated from protobuf field .google.api.Authentication authentication = 11;
- * @return \Google\Api\Authentication
- */
- public function getAuthentication()
- {
- return $this->authentication;
- }
-
- /**
- * Auth configuration.
- *
- * Generated from protobuf field .google.api.Authentication authentication = 11;
- * @param \Google\Api\Authentication $var
- * @return $this
- */
- public function setAuthentication($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Authentication::class);
- $this->authentication = $var;
-
- return $this;
- }
-
- /**
- * Context configuration.
- *
- * Generated from protobuf field .google.api.Context context = 12;
- * @return \Google\Api\Context
- */
- public function getContext()
- {
- return $this->context;
- }
-
- /**
- * Context configuration.
- *
- * Generated from protobuf field .google.api.Context context = 12;
- * @param \Google\Api\Context $var
- * @return $this
- */
- public function setContext($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Context::class);
- $this->context = $var;
-
- return $this;
- }
-
- /**
- * Configuration controlling usage of this service.
- *
- * Generated from protobuf field .google.api.Usage usage = 15;
- * @return \Google\Api\Usage
- */
- public function getUsage()
- {
- return $this->usage;
- }
-
- /**
- * Configuration controlling usage of this service.
- *
- * Generated from protobuf field .google.api.Usage usage = 15;
- * @param \Google\Api\Usage $var
- * @return $this
- */
- public function setUsage($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Usage::class);
- $this->usage = $var;
-
- return $this;
- }
-
- /**
- * Configuration for network endpoints. If this is empty, then an endpoint
- * with the same name as the service is automatically generated to service all
- * defined APIs.
- *
- * Generated from protobuf field repeated .google.api.Endpoint endpoints = 18;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getEndpoints()
- {
- return $this->endpoints;
- }
-
- /**
- * Configuration for network endpoints. If this is empty, then an endpoint
- * with the same name as the service is automatically generated to service all
- * defined APIs.
- *
- * Generated from protobuf field repeated .google.api.Endpoint endpoints = 18;
- * @param \Google\Api\Endpoint[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setEndpoints($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Endpoint::class);
- $this->endpoints = $arr;
-
- return $this;
- }
-
- /**
- * Configuration for the service control plane.
- *
- * Generated from protobuf field .google.api.Control control = 21;
- * @return \Google\Api\Control
- */
- public function getControl()
- {
- return $this->control;
- }
-
- /**
- * Configuration for the service control plane.
- *
- * Generated from protobuf field .google.api.Control control = 21;
- * @param \Google\Api\Control $var
- * @return $this
- */
- public function setControl($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Control::class);
- $this->control = $var;
-
- return $this;
- }
-
- /**
- * Defines the logs used by this service.
- *
- * Generated from protobuf field repeated .google.api.LogDescriptor logs = 23;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLogs()
- {
- return $this->logs;
- }
-
- /**
- * Defines the logs used by this service.
- *
- * Generated from protobuf field repeated .google.api.LogDescriptor logs = 23;
- * @param \Google\Api\LogDescriptor[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLogs($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\LogDescriptor::class);
- $this->logs = $arr;
-
- return $this;
- }
-
- /**
- * Defines the metrics used by this service.
- *
- * Generated from protobuf field repeated .google.api.MetricDescriptor metrics = 24;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMetrics()
- {
- return $this->metrics;
- }
-
- /**
- * Defines the metrics used by this service.
- *
- * Generated from protobuf field repeated .google.api.MetricDescriptor metrics = 24;
- * @param \Google\Api\MetricDescriptor[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMetrics($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\MetricDescriptor::class);
- $this->metrics = $arr;
-
- return $this;
- }
-
- /**
- * Defines the monitored resources used by this service. This is required
- * by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
- *
- * Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMonitoredResources()
- {
- return $this->monitored_resources;
- }
-
- /**
- * Defines the monitored resources used by this service. This is required
- * by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
- *
- * Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor monitored_resources = 25;
- * @param \Google\Api\MonitoredResourceDescriptor[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMonitoredResources($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\MonitoredResourceDescriptor::class);
- $this->monitored_resources = $arr;
-
- return $this;
- }
-
- /**
- * Billing configuration.
- *
- * Generated from protobuf field .google.api.Billing billing = 26;
- * @return \Google\Api\Billing
- */
- public function getBilling()
- {
- return $this->billing;
- }
-
- /**
- * Billing configuration.
- *
- * Generated from protobuf field .google.api.Billing billing = 26;
- * @param \Google\Api\Billing $var
- * @return $this
- */
- public function setBilling($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Billing::class);
- $this->billing = $var;
-
- return $this;
- }
-
- /**
- * Logging configuration.
- *
- * Generated from protobuf field .google.api.Logging logging = 27;
- * @return \Google\Api\Logging
- */
- public function getLogging()
- {
- return $this->logging;
- }
-
- /**
- * Logging configuration.
- *
- * Generated from protobuf field .google.api.Logging logging = 27;
- * @param \Google\Api\Logging $var
- * @return $this
- */
- public function setLogging($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Logging::class);
- $this->logging = $var;
-
- return $this;
- }
-
- /**
- * Monitoring configuration.
- *
- * Generated from protobuf field .google.api.Monitoring monitoring = 28;
- * @return \Google\Api\Monitoring
- */
- public function getMonitoring()
- {
- return $this->monitoring;
- }
-
- /**
- * Monitoring configuration.
- *
- * Generated from protobuf field .google.api.Monitoring monitoring = 28;
- * @param \Google\Api\Monitoring $var
- * @return $this
- */
- public function setMonitoring($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\Monitoring::class);
- $this->monitoring = $var;
-
- return $this;
- }
-
- /**
- * System parameter configuration.
- *
- * Generated from protobuf field .google.api.SystemParameters system_parameters = 29;
- * @return \Google\Api\SystemParameters
- */
- public function getSystemParameters()
- {
- return $this->system_parameters;
- }
-
- /**
- * System parameter configuration.
- *
- * Generated from protobuf field .google.api.SystemParameters system_parameters = 29;
- * @param \Google\Api\SystemParameters $var
- * @return $this
- */
- public function setSystemParameters($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\SystemParameters::class);
- $this->system_parameters = $var;
-
- return $this;
- }
-
- /**
- * Output only. The source information for this configuration if available.
- *
- * Generated from protobuf field .google.api.SourceInfo source_info = 37;
- * @return \Google\Api\SourceInfo
- */
- public function getSourceInfo()
- {
- return $this->source_info;
- }
-
- /**
- * Output only. The source information for this configuration if available.
- *
- * Generated from protobuf field .google.api.SourceInfo source_info = 37;
- * @param \Google\Api\SourceInfo $var
- * @return $this
- */
- public function setSourceInfo($var)
- {
- GPBUtil::checkMessage($var, \Google\Api\SourceInfo::class);
- $this->source_info = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/SourceInfo.php b/vendor/google/common-protos/src/Api/SourceInfo.php
deleted file mode 100644
index b06fd4c51..000000000
--- a/vendor/google/common-protos/src/Api/SourceInfo.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.api.SourceInfo
- */
-class SourceInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * All files used during config generation.
- *
- * Generated from protobuf field repeated .google.protobuf.Any source_files = 1;
- */
- private $source_files;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $source_files
- * All files used during config generation.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\SourceInfo::initOnce();
- parent::__construct($data);
- }
-
- /**
- * All files used during config generation.
- *
- * Generated from protobuf field repeated .google.protobuf.Any source_files = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getSourceFiles()
- {
- return $this->source_files;
- }
-
- /**
- * All files used during config generation.
- *
- * Generated from protobuf field repeated .google.protobuf.Any source_files = 1;
- * @param \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setSourceFiles($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Any::class);
- $this->source_files = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/SystemParameter.php b/vendor/google/common-protos/src/Api/SystemParameter.php
deleted file mode 100644
index 5afbbbcab..000000000
--- a/vendor/google/common-protos/src/Api/SystemParameter.php
+++ /dev/null
@@ -1,145 +0,0 @@
-google.api.SystemParameter
- */
-class SystemParameter extends \Google\Protobuf\Internal\Message
-{
- /**
- * Define the name of the parameter, such as "api_key" . It is case sensitive.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Define the HTTP header name to use for the parameter. It is case
- * insensitive.
- *
- * Generated from protobuf field string http_header = 2;
- */
- private $http_header = '';
- /**
- * Define the URL query parameter name to use for the parameter. It is case
- * sensitive.
- *
- * Generated from protobuf field string url_query_parameter = 3;
- */
- private $url_query_parameter = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Define the name of the parameter, such as "api_key" . It is case sensitive.
- * @type string $http_header
- * Define the HTTP header name to use for the parameter. It is case
- * insensitive.
- * @type string $url_query_parameter
- * Define the URL query parameter name to use for the parameter. It is case
- * sensitive.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\SystemParameter::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Define the name of the parameter, such as "api_key" . It is case sensitive.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Define the name of the parameter, such as "api_key" . It is case sensitive.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Define the HTTP header name to use for the parameter. It is case
- * insensitive.
- *
- * Generated from protobuf field string http_header = 2;
- * @return string
- */
- public function getHttpHeader()
- {
- return $this->http_header;
- }
-
- /**
- * Define the HTTP header name to use for the parameter. It is case
- * insensitive.
- *
- * Generated from protobuf field string http_header = 2;
- * @param string $var
- * @return $this
- */
- public function setHttpHeader($var)
- {
- GPBUtil::checkString($var, True);
- $this->http_header = $var;
-
- return $this;
- }
-
- /**
- * Define the URL query parameter name to use for the parameter. It is case
- * sensitive.
- *
- * Generated from protobuf field string url_query_parameter = 3;
- * @return string
- */
- public function getUrlQueryParameter()
- {
- return $this->url_query_parameter;
- }
-
- /**
- * Define the URL query parameter name to use for the parameter. It is case
- * sensitive.
- *
- * Generated from protobuf field string url_query_parameter = 3;
- * @param string $var
- * @return $this
- */
- public function setUrlQueryParameter($var)
- {
- GPBUtil::checkString($var, True);
- $this->url_query_parameter = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/SystemParameterRule.php b/vendor/google/common-protos/src/Api/SystemParameterRule.php
deleted file mode 100644
index c19d1f692..000000000
--- a/vendor/google/common-protos/src/Api/SystemParameterRule.php
+++ /dev/null
@@ -1,126 +0,0 @@
-google.api.SystemParameterRule
- */
-class SystemParameterRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * Define parameters. Multiple names may be defined for a parameter.
- * For a given method call, only one of them should be used. If multiple
- * names are used the behavior is implementation-dependent.
- * If none of the specified names are present the behavior is
- * parameter-dependent.
- *
- * Generated from protobuf field repeated .google.api.SystemParameter parameters = 2;
- */
- private $parameters;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type \Google\Api\SystemParameter[]|\Google\Protobuf\Internal\RepeatedField $parameters
- * Define parameters. Multiple names may be defined for a parameter.
- * For a given method call, only one of them should be used. If multiple
- * names are used the behavior is implementation-dependent.
- * If none of the specified names are present the behavior is
- * parameter-dependent.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\SystemParameter::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * Define parameters. Multiple names may be defined for a parameter.
- * For a given method call, only one of them should be used. If multiple
- * names are used the behavior is implementation-dependent.
- * If none of the specified names are present the behavior is
- * parameter-dependent.
- *
- * Generated from protobuf field repeated .google.api.SystemParameter parameters = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getParameters()
- {
- return $this->parameters;
- }
-
- /**
- * Define parameters. Multiple names may be defined for a parameter.
- * For a given method call, only one of them should be used. If multiple
- * names are used the behavior is implementation-dependent.
- * If none of the specified names are present the behavior is
- * parameter-dependent.
- *
- * Generated from protobuf field repeated .google.api.SystemParameter parameters = 2;
- * @param \Google\Api\SystemParameter[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setParameters($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\SystemParameter::class);
- $this->parameters = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/SystemParameters.php b/vendor/google/common-protos/src/Api/SystemParameters.php
deleted file mode 100644
index a365c5859..000000000
--- a/vendor/google/common-protos/src/Api/SystemParameters.php
+++ /dev/null
@@ -1,155 +0,0 @@
-google.api.SystemParameters
- */
-class SystemParameters extends \Google\Protobuf\Internal\Message
-{
- /**
- * Define system parameters.
- * The parameters defined here will override the default parameters
- * implemented by the system. If this field is missing from the service
- * config, default system parameters will be used. Default system parameters
- * and names is implementation-dependent.
- * Example: define api key for all methods
- * system_parameters
- * rules:
- * - selector: "*"
- * parameters:
- * - name: api_key
- * url_query_parameter: api_key
- * Example: define 2 api key names for a specific method.
- * system_parameters
- * rules:
- * - selector: "/ListShelves"
- * parameters:
- * - name: api_key
- * http_header: Api-Key1
- * - name: api_key
- * http_header: Api-Key2
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.SystemParameterRule rules = 1;
- */
- private $rules;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Api\SystemParameterRule[]|\Google\Protobuf\Internal\RepeatedField $rules
- * Define system parameters.
- * The parameters defined here will override the default parameters
- * implemented by the system. If this field is missing from the service
- * config, default system parameters will be used. Default system parameters
- * and names is implementation-dependent.
- * Example: define api key for all methods
- * system_parameters
- * rules:
- * - selector: "*"
- * parameters:
- * - name: api_key
- * url_query_parameter: api_key
- * Example: define 2 api key names for a specific method.
- * system_parameters
- * rules:
- * - selector: "/ListShelves"
- * parameters:
- * - name: api_key
- * http_header: Api-Key1
- * - name: api_key
- * http_header: Api-Key2
- * **NOTE:** All service configuration rules follow "last one wins" order.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\SystemParameter::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Define system parameters.
- * The parameters defined here will override the default parameters
- * implemented by the system. If this field is missing from the service
- * config, default system parameters will be used. Default system parameters
- * and names is implementation-dependent.
- * Example: define api key for all methods
- * system_parameters
- * rules:
- * - selector: "*"
- * parameters:
- * - name: api_key
- * url_query_parameter: api_key
- * Example: define 2 api key names for a specific method.
- * system_parameters
- * rules:
- * - selector: "/ListShelves"
- * parameters:
- * - name: api_key
- * http_header: Api-Key1
- * - name: api_key
- * http_header: Api-Key2
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.SystemParameterRule rules = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * Define system parameters.
- * The parameters defined here will override the default parameters
- * implemented by the system. If this field is missing from the service
- * config, default system parameters will be used. Default system parameters
- * and names is implementation-dependent.
- * Example: define api key for all methods
- * system_parameters
- * rules:
- * - selector: "*"
- * parameters:
- * - name: api_key
- * url_query_parameter: api_key
- * Example: define 2 api key names for a specific method.
- * system_parameters
- * rules:
- * - selector: "/ListShelves"
- * parameters:
- * - name: api_key
- * http_header: Api-Key1
- * - name: api_key
- * http_header: Api-Key2
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.SystemParameterRule rules = 1;
- * @param \Google\Api\SystemParameterRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\SystemParameterRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/Usage.php b/vendor/google/common-protos/src/Api/Usage.php
deleted file mode 100644
index 5e12ddfcf..000000000
--- a/vendor/google/common-protos/src/Api/Usage.php
+++ /dev/null
@@ -1,171 +0,0 @@
-google.api.Usage
- */
-class Usage extends \Google\Protobuf\Internal\Message
-{
- /**
- * Requirements that must be satisfied before a consumer project can use the
- * service. Each requirement is of the form repeated string requirements = 1;
- */
- private $requirements;
- /**
- * A list of usage rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.UsageRule rules = 6;
- */
- private $rules;
- /**
- * The full resource name of a channel used for sending notifications to the
- * service producer.
- * Google Service Management currently only supports
- * [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification
- * channel. To use Google Cloud Pub/Sub as the channel, this must be the name
- * of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
- * documented in https://cloud.google.com/pubsub/docs/overview.
- *
- * Generated from protobuf field string producer_notification_channel = 7;
- */
- private $producer_notification_channel = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $requirements
- * Requirements that must be satisfied before a consumer project can use the
- * service. Each requirement is of the form repeated string requirements = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRequirements()
- {
- return $this->requirements;
- }
-
- /**
- * Requirements that must be satisfied before a consumer project can use the
- * service. Each requirement is of the form repeated string requirements = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRequirements($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->requirements = $arr;
-
- return $this;
- }
-
- /**
- * A list of usage rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.UsageRule rules = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRules()
- {
- return $this->rules;
- }
-
- /**
- * A list of usage rules that apply to individual API methods.
- * **NOTE:** All service configuration rules follow "last one wins" order.
- *
- * Generated from protobuf field repeated .google.api.UsageRule rules = 6;
- * @param \Google\Api\UsageRule[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRules($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\UsageRule::class);
- $this->rules = $arr;
-
- return $this;
- }
-
- /**
- * The full resource name of a channel used for sending notifications to the
- * service producer.
- * Google Service Management currently only supports
- * [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification
- * channel. To use Google Cloud Pub/Sub as the channel, this must be the name
- * of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
- * documented in https://cloud.google.com/pubsub/docs/overview.
- *
- * Generated from protobuf field string producer_notification_channel = 7;
- * @return string
- */
- public function getProducerNotificationChannel()
- {
- return $this->producer_notification_channel;
- }
-
- /**
- * The full resource name of a channel used for sending notifications to the
- * service producer.
- * Google Service Management currently only supports
- * [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification
- * channel. To use Google Cloud Pub/Sub as the channel, this must be the name
- * of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
- * documented in https://cloud.google.com/pubsub/docs/overview.
- *
- * Generated from protobuf field string producer_notification_channel = 7;
- * @param string $var
- * @return $this
- */
- public function setProducerNotificationChannel($var)
- {
- GPBUtil::checkString($var, True);
- $this->producer_notification_channel = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Api/UsageRule.php b/vendor/google/common-protos/src/Api/UsageRule.php
deleted file mode 100644
index ffc0fcd24..000000000
--- a/vendor/google/common-protos/src/Api/UsageRule.php
+++ /dev/null
@@ -1,176 +0,0 @@
-google.api.UsageRule
- */
-class UsageRule extends \Google\Protobuf\Internal\Message
-{
- /**
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- */
- private $selector = '';
- /**
- * If true, the selected method allows unregistered calls, e.g. calls
- * that don't identify any user or application.
- *
- * Generated from protobuf field bool allow_unregistered_calls = 2;
- */
- private $allow_unregistered_calls = false;
- /**
- * If true, the selected method should skip service control and the control
- * plane features, such as quota and billing, will not be available.
- * This flag is used by Google Cloud Endpoints to bypass checks for internal
- * methods, such as service health check methods.
- *
- * Generated from protobuf field bool skip_service_control = 3;
- */
- private $skip_service_control = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $selector
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- * @type bool $allow_unregistered_calls
- * If true, the selected method allows unregistered calls, e.g. calls
- * that don't identify any user or application.
- * @type bool $skip_service_control
- * If true, the selected method should skip service control and the control
- * plane features, such as quota and billing, will not be available.
- * This flag is used by Google Cloud Endpoints to bypass checks for internal
- * methods, such as service health check methods.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Api\Usage::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @return string
- */
- public function getSelector()
- {
- return $this->selector;
- }
-
- /**
- * Selects the methods to which this rule applies. Use '*' to indicate all
- * methods in all APIs.
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
- *
- * Generated from protobuf field string selector = 1;
- * @param string $var
- * @return $this
- */
- public function setSelector($var)
- {
- GPBUtil::checkString($var, True);
- $this->selector = $var;
-
- return $this;
- }
-
- /**
- * If true, the selected method allows unregistered calls, e.g. calls
- * that don't identify any user or application.
- *
- * Generated from protobuf field bool allow_unregistered_calls = 2;
- * @return bool
- */
- public function getAllowUnregisteredCalls()
- {
- return $this->allow_unregistered_calls;
- }
-
- /**
- * If true, the selected method allows unregistered calls, e.g. calls
- * that don't identify any user or application.
- *
- * Generated from protobuf field bool allow_unregistered_calls = 2;
- * @param bool $var
- * @return $this
- */
- public function setAllowUnregisteredCalls($var)
- {
- GPBUtil::checkBool($var);
- $this->allow_unregistered_calls = $var;
-
- return $this;
- }
-
- /**
- * If true, the selected method should skip service control and the control
- * plane features, such as quota and billing, will not be available.
- * This flag is used by Google Cloud Endpoints to bypass checks for internal
- * methods, such as service health check methods.
- *
- * Generated from protobuf field bool skip_service_control = 3;
- * @return bool
- */
- public function getSkipServiceControl()
- {
- return $this->skip_service_control;
- }
-
- /**
- * If true, the selected method should skip service control and the control
- * plane features, such as quota and billing, will not be available.
- * This flag is used by Google Cloud Endpoints to bypass checks for internal
- * methods, such as service health check methods.
- *
- * Generated from protobuf field bool skip_service_control = 3;
- * @param bool $var
- * @return $this
- */
- public function setSkipServiceControl($var)
- {
- GPBUtil::checkBool($var);
- $this->skip_service_control = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php
deleted file mode 100644
index 87d82f4b3..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php
+++ /dev/null
@@ -1,202 +0,0 @@
-google.iam.v1.AuditConfigDelta
- */
-class AuditConfigDelta extends \Google\Protobuf\Internal\Message
-{
- /**
- * The action that was performed on an audit configuration in a policy.
- * Required
- *
- * Generated from protobuf field .google.iam.v1.AuditConfigDelta.Action action = 1;
- */
- private $action = 0;
- /**
- * Specifies a service that was configured for Cloud Audit Logging.
- * For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
- * `allServices` is a special value that covers all services.
- * Required
- *
- * Generated from protobuf field string service = 2;
- */
- private $service = '';
- /**
- * A single identity that is exempted from "data access" audit
- * logging for the `service` specified above.
- * Follows the same format of Binding.members.
- *
- * Generated from protobuf field string exempted_member = 3;
- */
- private $exempted_member = '';
- /**
- * Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
- * enabled, and cannot be configured.
- * Required
- *
- * Generated from protobuf field string log_type = 4;
- */
- private $log_type = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $action
- * The action that was performed on an audit configuration in a policy.
- * Required
- * @type string $service
- * Specifies a service that was configured for Cloud Audit Logging.
- * For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
- * `allServices` is a special value that covers all services.
- * Required
- * @type string $exempted_member
- * A single identity that is exempted from "data access" audit
- * logging for the `service` specified above.
- * Follows the same format of Binding.members.
- * @type string $log_type
- * Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
- * enabled, and cannot be configured.
- * Required
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Policy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The action that was performed on an audit configuration in a policy.
- * Required
- *
- * Generated from protobuf field .google.iam.v1.AuditConfigDelta.Action action = 1;
- * @return int
- */
- public function getAction()
- {
- return $this->action;
- }
-
- /**
- * The action that was performed on an audit configuration in a policy.
- * Required
- *
- * Generated from protobuf field .google.iam.v1.AuditConfigDelta.Action action = 1;
- * @param int $var
- * @return $this
- */
- public function setAction($var)
- {
- GPBUtil::checkEnum($var, \Google\Cloud\Iam\V1\AuditConfigDelta_Action::class);
- $this->action = $var;
-
- return $this;
- }
-
- /**
- * Specifies a service that was configured for Cloud Audit Logging.
- * For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
- * `allServices` is a special value that covers all services.
- * Required
- *
- * Generated from protobuf field string service = 2;
- * @return string
- */
- public function getService()
- {
- return $this->service;
- }
-
- /**
- * Specifies a service that was configured for Cloud Audit Logging.
- * For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
- * `allServices` is a special value that covers all services.
- * Required
- *
- * Generated from protobuf field string service = 2;
- * @param string $var
- * @return $this
- */
- public function setService($var)
- {
- GPBUtil::checkString($var, True);
- $this->service = $var;
-
- return $this;
- }
-
- /**
- * A single identity that is exempted from "data access" audit
- * logging for the `service` specified above.
- * Follows the same format of Binding.members.
- *
- * Generated from protobuf field string exempted_member = 3;
- * @return string
- */
- public function getExemptedMember()
- {
- return $this->exempted_member;
- }
-
- /**
- * A single identity that is exempted from "data access" audit
- * logging for the `service` specified above.
- * Follows the same format of Binding.members.
- *
- * Generated from protobuf field string exempted_member = 3;
- * @param string $var
- * @return $this
- */
- public function setExemptedMember($var)
- {
- GPBUtil::checkString($var, True);
- $this->exempted_member = $var;
-
- return $this;
- }
-
- /**
- * Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
- * enabled, and cannot be configured.
- * Required
- *
- * Generated from protobuf field string log_type = 4;
- * @return string
- */
- public function getLogType()
- {
- return $this->log_type;
- }
-
- /**
- * Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
- * enabled, and cannot be configured.
- * Required
- *
- * Generated from protobuf field string log_type = 4;
- * @param string $var
- * @return $this
- */
- public function setLogType($var)
- {
- GPBUtil::checkString($var, True);
- $this->log_type = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php
deleted file mode 100644
index 4a11d054a..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php
+++ /dev/null
@@ -1,64 +0,0 @@
-google.iam.v1.AuditConfigDelta.Action
- */
-class Action
-{
- /**
- * Unspecified.
- *
- * Generated from protobuf enum ACTION_UNSPECIFIED = 0;
- */
- const ACTION_UNSPECIFIED = 0;
- /**
- * Addition of an audit configuration.
- *
- * Generated from protobuf enum ADD = 1;
- */
- const ADD = 1;
- /**
- * Removal of an audit configuration.
- *
- * Generated from protobuf enum REMOVE = 2;
- */
- const REMOVE = 2;
-
- private static $valueToName = [
- self::ACTION_UNSPECIFIED => 'ACTION_UNSPECIFIED',
- self::ADD => 'ADD',
- self::REMOVE => 'REMOVE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Action::class, \Google\Cloud\Iam\V1\AuditConfigDelta_Action::class);
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta_Action.php b/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta_Action.php
deleted file mode 100644
index 9682fb1c6..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta_Action.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.iam.v1.Binding
- */
-class Binding extends \Google\Protobuf\Internal\Message
-{
- /**
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- *
- * Generated from protobuf field string role = 1;
- */
- private $role = '';
- /**
- * Specifies the identities requesting access for a Cloud Platform resource.
- * `members` can have the following values:
- * * `allUsers`: A special identifier that represents anyone who is
- * on the internet; with or without a Google account.
- * * `allAuthenticatedUsers`: A special identifier that represents anyone
- * who is authenticated with a Google account or a service account.
- * * `user:{emailid}`: An email address that represents a specific Google
- * account. For example, `alice@gmail.com` .
- * * `serviceAccount:{emailid}`: An email address that represents a service
- * account. For example, `my-other-app@appspot.gserviceaccount.com`.
- * * `group:{emailid}`: An email address that represents a Google group.
- * For example, `admins@example.com`.
- * * `domain:{domain}`: The G Suite domain (primary) that represents all the
- * users of that domain. For example, `google.com` or `example.com`.
- *
- * Generated from protobuf field repeated string members = 2;
- */
- private $members;
- /**
- * The condition that is associated with this binding.
- * NOTE: An unsatisfied condition will not allow user access via current
- * binding. Different bindings, including their conditions, are examined
- * independently.
- *
- * Generated from protobuf field .google.type.Expr condition = 3;
- */
- private $condition = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $role
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $members
- * Specifies the identities requesting access for a Cloud Platform resource.
- * `members` can have the following values:
- * * `allUsers`: A special identifier that represents anyone who is
- * on the internet; with or without a Google account.
- * * `allAuthenticatedUsers`: A special identifier that represents anyone
- * who is authenticated with a Google account or a service account.
- * * `user:{emailid}`: An email address that represents a specific Google
- * account. For example, `alice@gmail.com` .
- * * `serviceAccount:{emailid}`: An email address that represents a service
- * account. For example, `my-other-app@appspot.gserviceaccount.com`.
- * * `group:{emailid}`: An email address that represents a Google group.
- * For example, `admins@example.com`.
- * * `domain:{domain}`: The G Suite domain (primary) that represents all the
- * users of that domain. For example, `google.com` or `example.com`.
- * @type \Google\Type\Expr $condition
- * The condition that is associated with this binding.
- * NOTE: An unsatisfied condition will not allow user access via current
- * binding. Different bindings, including their conditions, are examined
- * independently.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Policy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- *
- * Generated from protobuf field string role = 1;
- * @return string
- */
- public function getRole()
- {
- return $this->role;
- }
-
- /**
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- *
- * Generated from protobuf field string role = 1;
- * @param string $var
- * @return $this
- */
- public function setRole($var)
- {
- GPBUtil::checkString($var, True);
- $this->role = $var;
-
- return $this;
- }
-
- /**
- * Specifies the identities requesting access for a Cloud Platform resource.
- * `members` can have the following values:
- * * `allUsers`: A special identifier that represents anyone who is
- * on the internet; with or without a Google account.
- * * `allAuthenticatedUsers`: A special identifier that represents anyone
- * who is authenticated with a Google account or a service account.
- * * `user:{emailid}`: An email address that represents a specific Google
- * account. For example, `alice@gmail.com` .
- * * `serviceAccount:{emailid}`: An email address that represents a service
- * account. For example, `my-other-app@appspot.gserviceaccount.com`.
- * * `group:{emailid}`: An email address that represents a Google group.
- * For example, `admins@example.com`.
- * * `domain:{domain}`: The G Suite domain (primary) that represents all the
- * users of that domain. For example, `google.com` or `example.com`.
- *
- * Generated from protobuf field repeated string members = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMembers()
- {
- return $this->members;
- }
-
- /**
- * Specifies the identities requesting access for a Cloud Platform resource.
- * `members` can have the following values:
- * * `allUsers`: A special identifier that represents anyone who is
- * on the internet; with or without a Google account.
- * * `allAuthenticatedUsers`: A special identifier that represents anyone
- * who is authenticated with a Google account or a service account.
- * * `user:{emailid}`: An email address that represents a specific Google
- * account. For example, `alice@gmail.com` .
- * * `serviceAccount:{emailid}`: An email address that represents a service
- * account. For example, `my-other-app@appspot.gserviceaccount.com`.
- * * `group:{emailid}`: An email address that represents a Google group.
- * For example, `admins@example.com`.
- * * `domain:{domain}`: The G Suite domain (primary) that represents all the
- * users of that domain. For example, `google.com` or `example.com`.
- *
- * Generated from protobuf field repeated string members = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMembers($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->members = $arr;
-
- return $this;
- }
-
- /**
- * The condition that is associated with this binding.
- * NOTE: An unsatisfied condition will not allow user access via current
- * binding. Different bindings, including their conditions, are examined
- * independently.
- *
- * Generated from protobuf field .google.type.Expr condition = 3;
- * @return \Google\Type\Expr
- */
- public function getCondition()
- {
- return $this->condition;
- }
-
- /**
- * The condition that is associated with this binding.
- * NOTE: An unsatisfied condition will not allow user access via current
- * binding. Different bindings, including their conditions, are examined
- * independently.
- *
- * Generated from protobuf field .google.type.Expr condition = 3;
- * @param \Google\Type\Expr $var
- * @return $this
- */
- public function setCondition($var)
- {
- GPBUtil::checkMessage($var, \Google\Type\Expr::class);
- $this->condition = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php b/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php
deleted file mode 100644
index 2ec4f3184..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php
+++ /dev/null
@@ -1,194 +0,0 @@
-google.iam.v1.BindingDelta
- */
-class BindingDelta extends \Google\Protobuf\Internal\Message
-{
- /**
- * The action that was performed on a Binding.
- * Required
- *
- * Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;
- */
- private $action = 0;
- /**
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- * Required
- *
- * Generated from protobuf field string role = 2;
- */
- private $role = '';
- /**
- * A single identity requesting access for a Cloud Platform resource.
- * Follows the same format of Binding.members.
- * Required
- *
- * Generated from protobuf field string member = 3;
- */
- private $member = '';
- /**
- * Unimplemented. The condition that is associated with this binding.
- * This field is logged only for Cloud Audit Logging.
- *
- * Generated from protobuf field .google.type.Expr condition = 4;
- */
- private $condition = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $action
- * The action that was performed on a Binding.
- * Required
- * @type string $role
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- * Required
- * @type string $member
- * A single identity requesting access for a Cloud Platform resource.
- * Follows the same format of Binding.members.
- * Required
- * @type \Google\Type\Expr $condition
- * Unimplemented. The condition that is associated with this binding.
- * This field is logged only for Cloud Audit Logging.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Policy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The action that was performed on a Binding.
- * Required
- *
- * Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;
- * @return int
- */
- public function getAction()
- {
- return $this->action;
- }
-
- /**
- * The action that was performed on a Binding.
- * Required
- *
- * Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;
- * @param int $var
- * @return $this
- */
- public function setAction($var)
- {
- GPBUtil::checkEnum($var, \Google\Cloud\Iam\V1\BindingDelta_Action::class);
- $this->action = $var;
-
- return $this;
- }
-
- /**
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- * Required
- *
- * Generated from protobuf field string role = 2;
- * @return string
- */
- public function getRole()
- {
- return $this->role;
- }
-
- /**
- * Role that is assigned to `members`.
- * For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
- * Required
- *
- * Generated from protobuf field string role = 2;
- * @param string $var
- * @return $this
- */
- public function setRole($var)
- {
- GPBUtil::checkString($var, True);
- $this->role = $var;
-
- return $this;
- }
-
- /**
- * A single identity requesting access for a Cloud Platform resource.
- * Follows the same format of Binding.members.
- * Required
- *
- * Generated from protobuf field string member = 3;
- * @return string
- */
- public function getMember()
- {
- return $this->member;
- }
-
- /**
- * A single identity requesting access for a Cloud Platform resource.
- * Follows the same format of Binding.members.
- * Required
- *
- * Generated from protobuf field string member = 3;
- * @param string $var
- * @return $this
- */
- public function setMember($var)
- {
- GPBUtil::checkString($var, True);
- $this->member = $var;
-
- return $this;
- }
-
- /**
- * Unimplemented. The condition that is associated with this binding.
- * This field is logged only for Cloud Audit Logging.
- *
- * Generated from protobuf field .google.type.Expr condition = 4;
- * @return \Google\Type\Expr
- */
- public function getCondition()
- {
- return $this->condition;
- }
-
- /**
- * Unimplemented. The condition that is associated with this binding.
- * This field is logged only for Cloud Audit Logging.
- *
- * Generated from protobuf field .google.type.Expr condition = 4;
- * @param \Google\Type\Expr $var
- * @return $this
- */
- public function setCondition($var)
- {
- GPBUtil::checkMessage($var, \Google\Type\Expr::class);
- $this->condition = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php b/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php
deleted file mode 100644
index 356a36b56..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php
+++ /dev/null
@@ -1,64 +0,0 @@
-google.iam.v1.BindingDelta.Action
- */
-class Action
-{
- /**
- * Unspecified.
- *
- * Generated from protobuf enum ACTION_UNSPECIFIED = 0;
- */
- const ACTION_UNSPECIFIED = 0;
- /**
- * Addition of a Binding.
- *
- * Generated from protobuf enum ADD = 1;
- */
- const ADD = 1;
- /**
- * Removal of a Binding.
- *
- * Generated from protobuf enum REMOVE = 2;
- */
- const REMOVE = 2;
-
- private static $valueToName = [
- self::ACTION_UNSPECIFIED => 'ACTION_UNSPECIFIED',
- self::ADD => 'ADD',
- self::REMOVE => 'REMOVE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Action::class, \Google\Cloud\Iam\V1\BindingDelta_Action::class);
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta_Action.php b/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta_Action.php
deleted file mode 100644
index 16f4e7850..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/BindingDelta_Action.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.iam.v1.GetIamPolicyRequest
- */
-class GetIamPolicyRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * REQUIRED: The resource for which the policy is being requested.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- */
- private $resource = '';
- /**
- * OPTIONAL: A `GetPolicyOptions` object for specifying options to
- * `GetIamPolicy`. This field is only used by Cloud IAM.
- *
- * Generated from protobuf field .google.iam.v1.GetPolicyOptions options = 2;
- */
- private $options = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $resource
- * REQUIRED: The resource for which the policy is being requested.
- * See the operation documentation for the appropriate value for this field.
- * @type \Google\Cloud\Iam\V1\GetPolicyOptions $options
- * OPTIONAL: A `GetPolicyOptions` object for specifying options to
- * `GetIamPolicy`. This field is only used by Cloud IAM.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\IamPolicy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * REQUIRED: The resource for which the policy is being requested.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- * @return string
- */
- public function getResource()
- {
- return $this->resource;
- }
-
- /**
- * REQUIRED: The resource for which the policy is being requested.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- * @param string $var
- * @return $this
- */
- public function setResource($var)
- {
- GPBUtil::checkString($var, True);
- $this->resource = $var;
-
- return $this;
- }
-
- /**
- * OPTIONAL: A `GetPolicyOptions` object for specifying options to
- * `GetIamPolicy`. This field is only used by Cloud IAM.
- *
- * Generated from protobuf field .google.iam.v1.GetPolicyOptions options = 2;
- * @return \Google\Cloud\Iam\V1\GetPolicyOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * OPTIONAL: A `GetPolicyOptions` object for specifying options to
- * `GetIamPolicy`. This field is only used by Cloud IAM.
- *
- * Generated from protobuf field .google.iam.v1.GetPolicyOptions options = 2;
- * @param \Google\Cloud\Iam\V1\GetPolicyOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Cloud\Iam\V1\GetPolicyOptions::class);
- $this->options = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php b/vendor/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php
deleted file mode 100644
index 735ca02b1..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php
+++ /dev/null
@@ -1,79 +0,0 @@
-google.iam.v1.GetPolicyOptions
- */
-class GetPolicyOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Optional. The policy format version to be returned.
- * Acceptable values are 0 and 1.
- * If the value is 0, or the field is omitted, policy format version 1 will be
- * returned.
- *
- * Generated from protobuf field int32 requested_policy_version = 1;
- */
- private $requested_policy_version = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $requested_policy_version
- * Optional. The policy format version to be returned.
- * Acceptable values are 0 and 1.
- * If the value is 0, or the field is omitted, policy format version 1 will be
- * returned.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Options::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Optional. The policy format version to be returned.
- * Acceptable values are 0 and 1.
- * If the value is 0, or the field is omitted, policy format version 1 will be
- * returned.
- *
- * Generated from protobuf field int32 requested_policy_version = 1;
- * @return int
- */
- public function getRequestedPolicyVersion()
- {
- return $this->requested_policy_version;
- }
-
- /**
- * Optional. The policy format version to be returned.
- * Acceptable values are 0 and 1.
- * If the value is 0, or the field is omitted, policy format version 1 will be
- * returned.
- *
- * Generated from protobuf field int32 requested_policy_version = 1;
- * @param int $var
- * @return $this
- */
- public function setRequestedPolicyVersion($var)
- {
- GPBUtil::checkInt32($var);
- $this->requested_policy_version = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/Policy.php b/vendor/google/common-protos/src/Cloud/Iam/V1/Policy.php
deleted file mode 100644
index 4f412913b..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/Policy.php
+++ /dev/null
@@ -1,207 +0,0 @@
-google.iam.v1.Policy
- */
-class Policy extends \Google\Protobuf\Internal\Message
-{
- /**
- * Deprecated.
- *
- * Generated from protobuf field int32 version = 1;
- */
- private $version = 0;
- /**
- * Associates a list of `members` to a `role`.
- * `bindings` with no members will result in an error.
- *
- * Generated from protobuf field repeated .google.iam.v1.Binding bindings = 4;
- */
- private $bindings;
- /**
- * `etag` is used for optimistic concurrency control as a way to help
- * prevent simultaneous updates of a policy from overwriting each other.
- * It is strongly suggested that systems make use of the `etag` in the
- * read-modify-write cycle to perform policy updates in order to avoid race
- * conditions: An `etag` is returned in the response to `getIamPolicy`, and
- * systems are expected to put that etag in the request to `setIamPolicy` to
- * ensure that their change will be applied to the same version of the policy.
- * If no `etag` is provided in the call to `setIamPolicy`, then the existing
- * policy is overwritten blindly.
- *
- * Generated from protobuf field bytes etag = 3;
- */
- private $etag = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $version
- * Deprecated.
- * @type \Google\Cloud\Iam\V1\Binding[]|\Google\Protobuf\Internal\RepeatedField $bindings
- * Associates a list of `members` to a `role`.
- * `bindings` with no members will result in an error.
- * @type string $etag
- * `etag` is used for optimistic concurrency control as a way to help
- * prevent simultaneous updates of a policy from overwriting each other.
- * It is strongly suggested that systems make use of the `etag` in the
- * read-modify-write cycle to perform policy updates in order to avoid race
- * conditions: An `etag` is returned in the response to `getIamPolicy`, and
- * systems are expected to put that etag in the request to `setIamPolicy` to
- * ensure that their change will be applied to the same version of the policy.
- * If no `etag` is provided in the call to `setIamPolicy`, then the existing
- * policy is overwritten blindly.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Policy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Deprecated.
- *
- * Generated from protobuf field int32 version = 1;
- * @return int
- */
- public function getVersion()
- {
- return $this->version;
- }
-
- /**
- * Deprecated.
- *
- * Generated from protobuf field int32 version = 1;
- * @param int $var
- * @return $this
- */
- public function setVersion($var)
- {
- GPBUtil::checkInt32($var);
- $this->version = $var;
-
- return $this;
- }
-
- /**
- * Associates a list of `members` to a `role`.
- * `bindings` with no members will result in an error.
- *
- * Generated from protobuf field repeated .google.iam.v1.Binding bindings = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getBindings()
- {
- return $this->bindings;
- }
-
- /**
- * Associates a list of `members` to a `role`.
- * `bindings` with no members will result in an error.
- *
- * Generated from protobuf field repeated .google.iam.v1.Binding bindings = 4;
- * @param \Google\Cloud\Iam\V1\Binding[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setBindings($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Iam\V1\Binding::class);
- $this->bindings = $arr;
-
- return $this;
- }
-
- /**
- * `etag` is used for optimistic concurrency control as a way to help
- * prevent simultaneous updates of a policy from overwriting each other.
- * It is strongly suggested that systems make use of the `etag` in the
- * read-modify-write cycle to perform policy updates in order to avoid race
- * conditions: An `etag` is returned in the response to `getIamPolicy`, and
- * systems are expected to put that etag in the request to `setIamPolicy` to
- * ensure that their change will be applied to the same version of the policy.
- * If no `etag` is provided in the call to `setIamPolicy`, then the existing
- * policy is overwritten blindly.
- *
- * Generated from protobuf field bytes etag = 3;
- * @return string
- */
- public function getEtag()
- {
- return $this->etag;
- }
-
- /**
- * `etag` is used for optimistic concurrency control as a way to help
- * prevent simultaneous updates of a policy from overwriting each other.
- * It is strongly suggested that systems make use of the `etag` in the
- * read-modify-write cycle to perform policy updates in order to avoid race
- * conditions: An `etag` is returned in the response to `getIamPolicy`, and
- * systems are expected to put that etag in the request to `setIamPolicy` to
- * ensure that their change will be applied to the same version of the policy.
- * If no `etag` is provided in the call to `setIamPolicy`, then the existing
- * policy is overwritten blindly.
- *
- * Generated from protobuf field bytes etag = 3;
- * @param string $var
- * @return $this
- */
- public function setEtag($var)
- {
- GPBUtil::checkString($var, False);
- $this->etag = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php b/vendor/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php
deleted file mode 100644
index 7cc2e4169..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.iam.v1.PolicyDelta
- */
-class PolicyDelta extends \Google\Protobuf\Internal\Message
-{
- /**
- * The delta for Bindings between two policies.
- *
- * Generated from protobuf field repeated .google.iam.v1.BindingDelta binding_deltas = 1;
- */
- private $binding_deltas;
- /**
- * The delta for AuditConfigs between two policies.
- *
- * Generated from protobuf field repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
- */
- private $audit_config_deltas;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Cloud\Iam\V1\BindingDelta[]|\Google\Protobuf\Internal\RepeatedField $binding_deltas
- * The delta for Bindings between two policies.
- * @type \Google\Cloud\Iam\V1\AuditConfigDelta[]|\Google\Protobuf\Internal\RepeatedField $audit_config_deltas
- * The delta for AuditConfigs between two policies.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Policy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The delta for Bindings between two policies.
- *
- * Generated from protobuf field repeated .google.iam.v1.BindingDelta binding_deltas = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getBindingDeltas()
- {
- return $this->binding_deltas;
- }
-
- /**
- * The delta for Bindings between two policies.
- *
- * Generated from protobuf field repeated .google.iam.v1.BindingDelta binding_deltas = 1;
- * @param \Google\Cloud\Iam\V1\BindingDelta[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setBindingDeltas($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Iam\V1\BindingDelta::class);
- $this->binding_deltas = $arr;
-
- return $this;
- }
-
- /**
- * The delta for AuditConfigs between two policies.
- *
- * Generated from protobuf field repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAuditConfigDeltas()
- {
- return $this->audit_config_deltas;
- }
-
- /**
- * The delta for AuditConfigs between two policies.
- *
- * Generated from protobuf field repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
- * @param \Google\Cloud\Iam\V1\AuditConfigDelta[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAuditConfigDeltas($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Iam\V1\AuditConfigDelta::class);
- $this->audit_config_deltas = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php b/vendor/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php
deleted file mode 100644
index 5a6fe7264..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php
+++ /dev/null
@@ -1,117 +0,0 @@
-google.iam.v1.SetIamPolicyRequest
- */
-class SetIamPolicyRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * REQUIRED: The resource for which the policy is being specified.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- */
- private $resource = '';
- /**
- * REQUIRED: The complete policy to be applied to the `resource`. The size of
- * the policy is limited to a few 10s of KB. An empty policy is a
- * valid policy but certain Cloud Platform services (such as Projects)
- * might reject them.
- *
- * Generated from protobuf field .google.iam.v1.Policy policy = 2;
- */
- private $policy = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $resource
- * REQUIRED: The resource for which the policy is being specified.
- * See the operation documentation for the appropriate value for this field.
- * @type \Google\Cloud\Iam\V1\Policy $policy
- * REQUIRED: The complete policy to be applied to the `resource`. The size of
- * the policy is limited to a few 10s of KB. An empty policy is a
- * valid policy but certain Cloud Platform services (such as Projects)
- * might reject them.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\IamPolicy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * REQUIRED: The resource for which the policy is being specified.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- * @return string
- */
- public function getResource()
- {
- return $this->resource;
- }
-
- /**
- * REQUIRED: The resource for which the policy is being specified.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- * @param string $var
- * @return $this
- */
- public function setResource($var)
- {
- GPBUtil::checkString($var, True);
- $this->resource = $var;
-
- return $this;
- }
-
- /**
- * REQUIRED: The complete policy to be applied to the `resource`. The size of
- * the policy is limited to a few 10s of KB. An empty policy is a
- * valid policy but certain Cloud Platform services (such as Projects)
- * might reject them.
- *
- * Generated from protobuf field .google.iam.v1.Policy policy = 2;
- * @return \Google\Cloud\Iam\V1\Policy
- */
- public function getPolicy()
- {
- return $this->policy;
- }
-
- /**
- * REQUIRED: The complete policy to be applied to the `resource`. The size of
- * the policy is limited to a few 10s of KB. An empty policy is a
- * valid policy but certain Cloud Platform services (such as Projects)
- * might reject them.
- *
- * Generated from protobuf field .google.iam.v1.Policy policy = 2;
- * @param \Google\Cloud\Iam\V1\Policy $var
- * @return $this
- */
- public function setPolicy($var)
- {
- GPBUtil::checkMessage($var, \Google\Cloud\Iam\V1\Policy::class);
- $this->policy = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php b/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php
deleted file mode 100644
index 582e90148..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php
+++ /dev/null
@@ -1,117 +0,0 @@
-google.iam.v1.TestIamPermissionsRequest
- */
-class TestIamPermissionsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * REQUIRED: The resource for which the policy detail is being requested.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- */
- private $resource = '';
- /**
- * The set of permissions to check for the `resource`. Permissions with
- * wildcards (such as '*' or 'storage.*') are not allowed. For more
- * information see
- * [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
- *
- * Generated from protobuf field repeated string permissions = 2;
- */
- private $permissions;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $resource
- * REQUIRED: The resource for which the policy detail is being requested.
- * See the operation documentation for the appropriate value for this field.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $permissions
- * The set of permissions to check for the `resource`. Permissions with
- * wildcards (such as '*' or 'storage.*') are not allowed. For more
- * information see
- * [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\IamPolicy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * REQUIRED: The resource for which the policy detail is being requested.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- * @return string
- */
- public function getResource()
- {
- return $this->resource;
- }
-
- /**
- * REQUIRED: The resource for which the policy detail is being requested.
- * See the operation documentation for the appropriate value for this field.
- *
- * Generated from protobuf field string resource = 1;
- * @param string $var
- * @return $this
- */
- public function setResource($var)
- {
- GPBUtil::checkString($var, True);
- $this->resource = $var;
-
- return $this;
- }
-
- /**
- * The set of permissions to check for the `resource`. Permissions with
- * wildcards (such as '*' or 'storage.*') are not allowed. For more
- * information see
- * [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
- *
- * Generated from protobuf field repeated string permissions = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPermissions()
- {
- return $this->permissions;
- }
-
- /**
- * The set of permissions to check for the `resource`. Permissions with
- * wildcards (such as '*' or 'storage.*') are not allowed. For more
- * information see
- * [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
- *
- * Generated from protobuf field repeated string permissions = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPermissions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->permissions = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php b/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php
deleted file mode 100644
index b8ac00fa4..000000000
--- a/vendor/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php
+++ /dev/null
@@ -1,71 +0,0 @@
-google.iam.v1.TestIamPermissionsResponse
- */
-class TestIamPermissionsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * A subset of `TestPermissionsRequest.permissions` that the caller is
- * allowed.
- *
- * Generated from protobuf field repeated string permissions = 1;
- */
- private $permissions;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $permissions
- * A subset of `TestPermissionsRequest.permissions` that the caller is
- * allowed.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\IamPolicy::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A subset of `TestPermissionsRequest.permissions` that the caller is
- * allowed.
- *
- * Generated from protobuf field repeated string permissions = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPermissions()
- {
- return $this->permissions;
- }
-
- /**
- * A subset of `TestPermissionsRequest.permissions` that the caller is
- * allowed.
- *
- * Generated from protobuf field repeated string permissions = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPermissions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->permissions = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php b/vendor/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php
deleted file mode 100644
index 6e0ad0824..000000000
--- a/vendor/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php
+++ /dev/null
@@ -1,601 +0,0 @@
-google.logging.type.HttpRequest
- */
-class HttpRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The request method. Examples: `"GET"`, `"HEAD"`, `"PUT"`, `"POST"`.
- *
- * Generated from protobuf field string request_method = 1;
- */
- private $request_method = '';
- /**
- * The scheme (http, https), the host name, the path and the query
- * portion of the URL that was requested.
- * Example: `"http://example.com/some/info?color=red"`.
- *
- * Generated from protobuf field string request_url = 2;
- */
- private $request_url = '';
- /**
- * The size of the HTTP request message in bytes, including the request
- * headers and the request body.
- *
- * Generated from protobuf field int64 request_size = 3;
- */
- private $request_size = 0;
- /**
- * The response code indicating the status of response.
- * Examples: 200, 404.
- *
- * Generated from protobuf field int32 status = 4;
- */
- private $status = 0;
- /**
- * The size of the HTTP response message sent back to the client, in bytes,
- * including the response headers and the response body.
- *
- * Generated from protobuf field int64 response_size = 5;
- */
- private $response_size = 0;
- /**
- * The user agent sent by the client. Example:
- * `"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)"`.
- *
- * Generated from protobuf field string user_agent = 6;
- */
- private $user_agent = '';
- /**
- * The IP address (IPv4 or IPv6) of the client that issued the HTTP
- * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
- *
- * Generated from protobuf field string remote_ip = 7;
- */
- private $remote_ip = '';
- /**
- * The IP address (IPv4 or IPv6) of the origin server that the request was
- * sent to.
- *
- * Generated from protobuf field string server_ip = 13;
- */
- private $server_ip = '';
- /**
- * The referer URL of the request, as defined in
- * [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
- *
- * Generated from protobuf field string referer = 8;
- */
- private $referer = '';
- /**
- * The request processing latency on the server, from the time the request was
- * received until the response was sent.
- *
- * Generated from protobuf field .google.protobuf.Duration latency = 14;
- */
- private $latency = null;
- /**
- * Whether or not a cache lookup was attempted.
- *
- * Generated from protobuf field bool cache_lookup = 11;
- */
- private $cache_lookup = false;
- /**
- * Whether or not an entity was served from cache
- * (with or without validation).
- *
- * Generated from protobuf field bool cache_hit = 9;
- */
- private $cache_hit = false;
- /**
- * Whether or not the response was validated with the origin server before
- * being served from cache. This field is only meaningful if `cache_hit` is
- * True.
- *
- * Generated from protobuf field bool cache_validated_with_origin_server = 10;
- */
- private $cache_validated_with_origin_server = false;
- /**
- * The number of HTTP response bytes inserted into cache. Set only when a
- * cache fill was attempted.
- *
- * Generated from protobuf field int64 cache_fill_bytes = 12;
- */
- private $cache_fill_bytes = 0;
- /**
- * Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"
- *
- * Generated from protobuf field string protocol = 15;
- */
- private $protocol = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $request_method
- * The request method. Examples: `"GET"`, `"HEAD"`, `"PUT"`, `"POST"`.
- * @type string $request_url
- * The scheme (http, https), the host name, the path and the query
- * portion of the URL that was requested.
- * Example: `"http://example.com/some/info?color=red"`.
- * @type int|string $request_size
- * The size of the HTTP request message in bytes, including the request
- * headers and the request body.
- * @type int $status
- * The response code indicating the status of response.
- * Examples: 200, 404.
- * @type int|string $response_size
- * The size of the HTTP response message sent back to the client, in bytes,
- * including the response headers and the response body.
- * @type string $user_agent
- * The user agent sent by the client. Example:
- * `"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)"`.
- * @type string $remote_ip
- * The IP address (IPv4 or IPv6) of the client that issued the HTTP
- * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
- * @type string $server_ip
- * The IP address (IPv4 or IPv6) of the origin server that the request was
- * sent to.
- * @type string $referer
- * The referer URL of the request, as defined in
- * [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
- * @type \Google\Protobuf\Duration $latency
- * The request processing latency on the server, from the time the request was
- * received until the response was sent.
- * @type bool $cache_lookup
- * Whether or not a cache lookup was attempted.
- * @type bool $cache_hit
- * Whether or not an entity was served from cache
- * (with or without validation).
- * @type bool $cache_validated_with_origin_server
- * Whether or not the response was validated with the origin server before
- * being served from cache. This field is only meaningful if `cache_hit` is
- * True.
- * @type int|string $cache_fill_bytes
- * The number of HTTP response bytes inserted into cache. Set only when a
- * cache fill was attempted.
- * @type string $protocol
- * Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Logging\Type\HttpRequest::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The request method. Examples: `"GET"`, `"HEAD"`, `"PUT"`, `"POST"`.
- *
- * Generated from protobuf field string request_method = 1;
- * @return string
- */
- public function getRequestMethod()
- {
- return $this->request_method;
- }
-
- /**
- * The request method. Examples: `"GET"`, `"HEAD"`, `"PUT"`, `"POST"`.
- *
- * Generated from protobuf field string request_method = 1;
- * @param string $var
- * @return $this
- */
- public function setRequestMethod($var)
- {
- GPBUtil::checkString($var, True);
- $this->request_method = $var;
-
- return $this;
- }
-
- /**
- * The scheme (http, https), the host name, the path and the query
- * portion of the URL that was requested.
- * Example: `"http://example.com/some/info?color=red"`.
- *
- * Generated from protobuf field string request_url = 2;
- * @return string
- */
- public function getRequestUrl()
- {
- return $this->request_url;
- }
-
- /**
- * The scheme (http, https), the host name, the path and the query
- * portion of the URL that was requested.
- * Example: `"http://example.com/some/info?color=red"`.
- *
- * Generated from protobuf field string request_url = 2;
- * @param string $var
- * @return $this
- */
- public function setRequestUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->request_url = $var;
-
- return $this;
- }
-
- /**
- * The size of the HTTP request message in bytes, including the request
- * headers and the request body.
- *
- * Generated from protobuf field int64 request_size = 3;
- * @return int|string
- */
- public function getRequestSize()
- {
- return $this->request_size;
- }
-
- /**
- * The size of the HTTP request message in bytes, including the request
- * headers and the request body.
- *
- * Generated from protobuf field int64 request_size = 3;
- * @param int|string $var
- * @return $this
- */
- public function setRequestSize($var)
- {
- GPBUtil::checkInt64($var);
- $this->request_size = $var;
-
- return $this;
- }
-
- /**
- * The response code indicating the status of response.
- * Examples: 200, 404.
- *
- * Generated from protobuf field int32 status = 4;
- * @return int
- */
- public function getStatus()
- {
- return $this->status;
- }
-
- /**
- * The response code indicating the status of response.
- * Examples: 200, 404.
- *
- * Generated from protobuf field int32 status = 4;
- * @param int $var
- * @return $this
- */
- public function setStatus($var)
- {
- GPBUtil::checkInt32($var);
- $this->status = $var;
-
- return $this;
- }
-
- /**
- * The size of the HTTP response message sent back to the client, in bytes,
- * including the response headers and the response body.
- *
- * Generated from protobuf field int64 response_size = 5;
- * @return int|string
- */
- public function getResponseSize()
- {
- return $this->response_size;
- }
-
- /**
- * The size of the HTTP response message sent back to the client, in bytes,
- * including the response headers and the response body.
- *
- * Generated from protobuf field int64 response_size = 5;
- * @param int|string $var
- * @return $this
- */
- public function setResponseSize($var)
- {
- GPBUtil::checkInt64($var);
- $this->response_size = $var;
-
- return $this;
- }
-
- /**
- * The user agent sent by the client. Example:
- * `"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)"`.
- *
- * Generated from protobuf field string user_agent = 6;
- * @return string
- */
- public function getUserAgent()
- {
- return $this->user_agent;
- }
-
- /**
- * The user agent sent by the client. Example:
- * `"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)"`.
- *
- * Generated from protobuf field string user_agent = 6;
- * @param string $var
- * @return $this
- */
- public function setUserAgent($var)
- {
- GPBUtil::checkString($var, True);
- $this->user_agent = $var;
-
- return $this;
- }
-
- /**
- * The IP address (IPv4 or IPv6) of the client that issued the HTTP
- * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
- *
- * Generated from protobuf field string remote_ip = 7;
- * @return string
- */
- public function getRemoteIp()
- {
- return $this->remote_ip;
- }
-
- /**
- * The IP address (IPv4 or IPv6) of the client that issued the HTTP
- * request. Examples: `"192.168.1.1"`, `"FE80::0202:B3FF:FE1E:8329"`.
- *
- * Generated from protobuf field string remote_ip = 7;
- * @param string $var
- * @return $this
- */
- public function setRemoteIp($var)
- {
- GPBUtil::checkString($var, True);
- $this->remote_ip = $var;
-
- return $this;
- }
-
- /**
- * The IP address (IPv4 or IPv6) of the origin server that the request was
- * sent to.
- *
- * Generated from protobuf field string server_ip = 13;
- * @return string
- */
- public function getServerIp()
- {
- return $this->server_ip;
- }
-
- /**
- * The IP address (IPv4 or IPv6) of the origin server that the request was
- * sent to.
- *
- * Generated from protobuf field string server_ip = 13;
- * @param string $var
- * @return $this
- */
- public function setServerIp($var)
- {
- GPBUtil::checkString($var, True);
- $this->server_ip = $var;
-
- return $this;
- }
-
- /**
- * The referer URL of the request, as defined in
- * [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
- *
- * Generated from protobuf field string referer = 8;
- * @return string
- */
- public function getReferer()
- {
- return $this->referer;
- }
-
- /**
- * The referer URL of the request, as defined in
- * [HTTP/1.1 Header Field Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
- *
- * Generated from protobuf field string referer = 8;
- * @param string $var
- * @return $this
- */
- public function setReferer($var)
- {
- GPBUtil::checkString($var, True);
- $this->referer = $var;
-
- return $this;
- }
-
- /**
- * The request processing latency on the server, from the time the request was
- * received until the response was sent.
- *
- * Generated from protobuf field .google.protobuf.Duration latency = 14;
- * @return \Google\Protobuf\Duration
- */
- public function getLatency()
- {
- return $this->latency;
- }
-
- /**
- * The request processing latency on the server, from the time the request was
- * received until the response was sent.
- *
- * Generated from protobuf field .google.protobuf.Duration latency = 14;
- * @param \Google\Protobuf\Duration $var
- * @return $this
- */
- public function setLatency($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class);
- $this->latency = $var;
-
- return $this;
- }
-
- /**
- * Whether or not a cache lookup was attempted.
- *
- * Generated from protobuf field bool cache_lookup = 11;
- * @return bool
- */
- public function getCacheLookup()
- {
- return $this->cache_lookup;
- }
-
- /**
- * Whether or not a cache lookup was attempted.
- *
- * Generated from protobuf field bool cache_lookup = 11;
- * @param bool $var
- * @return $this
- */
- public function setCacheLookup($var)
- {
- GPBUtil::checkBool($var);
- $this->cache_lookup = $var;
-
- return $this;
- }
-
- /**
- * Whether or not an entity was served from cache
- * (with or without validation).
- *
- * Generated from protobuf field bool cache_hit = 9;
- * @return bool
- */
- public function getCacheHit()
- {
- return $this->cache_hit;
- }
-
- /**
- * Whether or not an entity was served from cache
- * (with or without validation).
- *
- * Generated from protobuf field bool cache_hit = 9;
- * @param bool $var
- * @return $this
- */
- public function setCacheHit($var)
- {
- GPBUtil::checkBool($var);
- $this->cache_hit = $var;
-
- return $this;
- }
-
- /**
- * Whether or not the response was validated with the origin server before
- * being served from cache. This field is only meaningful if `cache_hit` is
- * True.
- *
- * Generated from protobuf field bool cache_validated_with_origin_server = 10;
- * @return bool
- */
- public function getCacheValidatedWithOriginServer()
- {
- return $this->cache_validated_with_origin_server;
- }
-
- /**
- * Whether or not the response was validated with the origin server before
- * being served from cache. This field is only meaningful if `cache_hit` is
- * True.
- *
- * Generated from protobuf field bool cache_validated_with_origin_server = 10;
- * @param bool $var
- * @return $this
- */
- public function setCacheValidatedWithOriginServer($var)
- {
- GPBUtil::checkBool($var);
- $this->cache_validated_with_origin_server = $var;
-
- return $this;
- }
-
- /**
- * The number of HTTP response bytes inserted into cache. Set only when a
- * cache fill was attempted.
- *
- * Generated from protobuf field int64 cache_fill_bytes = 12;
- * @return int|string
- */
- public function getCacheFillBytes()
- {
- return $this->cache_fill_bytes;
- }
-
- /**
- * The number of HTTP response bytes inserted into cache. Set only when a
- * cache fill was attempted.
- *
- * Generated from protobuf field int64 cache_fill_bytes = 12;
- * @param int|string $var
- * @return $this
- */
- public function setCacheFillBytes($var)
- {
- GPBUtil::checkInt64($var);
- $this->cache_fill_bytes = $var;
-
- return $this;
- }
-
- /**
- * Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"
- *
- * Generated from protobuf field string protocol = 15;
- * @return string
- */
- public function getProtocol()
- {
- return $this->protocol;
- }
-
- /**
- * Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"
- *
- * Generated from protobuf field string protocol = 15;
- * @param string $var
- * @return $this
- */
- public function setProtocol($var)
- {
- GPBUtil::checkString($var, True);
- $this->protocol = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php b/vendor/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php
deleted file mode 100644
index 772d00add..000000000
--- a/vendor/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php
+++ /dev/null
@@ -1,115 +0,0 @@
- DEBUG AND severity <= WARNING
- * If you are writing log entries, you should map other severity encodings to
- * one of these standard levels. For example, you might map all of Java's FINE,
- * FINER, and FINEST levels to `LogSeverity.DEBUG`. You can preserve the
- * original severity level in the log entry payload if you wish.
- *
- * Protobuf type google.logging.type.LogSeverity
- */
-class LogSeverity
-{
- /**
- * (0) The log entry has no assigned severity level.
- *
- * Generated from protobuf enum DEFAULT = 0;
- */
- const PBDEFAULT = 0;
- /**
- * (100) Debug or trace information.
- *
- * Generated from protobuf enum DEBUG = 100;
- */
- const DEBUG = 100;
- /**
- * (200) Routine information, such as ongoing status or performance.
- *
- * Generated from protobuf enum INFO = 200;
- */
- const INFO = 200;
- /**
- * (300) Normal but significant events, such as start up, shut down, or
- * a configuration change.
- *
- * Generated from protobuf enum NOTICE = 300;
- */
- const NOTICE = 300;
- /**
- * (400) Warning events might cause problems.
- *
- * Generated from protobuf enum WARNING = 400;
- */
- const WARNING = 400;
- /**
- * (500) Error events are likely to cause problems.
- *
- * Generated from protobuf enum ERROR = 500;
- */
- const ERROR = 500;
- /**
- * (600) Critical events cause more severe problems or outages.
- *
- * Generated from protobuf enum CRITICAL = 600;
- */
- const CRITICAL = 600;
- /**
- * (700) A person must take an action immediately.
- *
- * Generated from protobuf enum ALERT = 700;
- */
- const ALERT = 700;
- /**
- * (800) One or more systems are unusable.
- *
- * Generated from protobuf enum EMERGENCY = 800;
- */
- const EMERGENCY = 800;
-
- private static $valueToName = [
- self::PBDEFAULT => 'PBDEFAULT',
- self::DEBUG => 'DEBUG',
- self::INFO => 'INFO',
- self::NOTICE => 'NOTICE',
- self::WARNING => 'WARNING',
- self::ERROR => 'ERROR',
- self::CRITICAL => 'CRITICAL',
- self::ALERT => 'ALERT',
- self::EMERGENCY => 'EMERGENCY',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/CreateRoleRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/CreateRoleRequest.php
deleted file mode 100644
index bd46710b0..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/CreateRoleRequest.php
+++ /dev/null
@@ -1,143 +0,0 @@
-google.iam.admin.v1.CreateRoleRequest
- */
-class CreateRoleRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the parent resource in one of the following formats:
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- *
- * Generated from protobuf field string parent = 1;
- */
- private $parent = '';
- /**
- * The role id to use for this role.
- *
- * Generated from protobuf field string role_id = 2;
- */
- private $role_id = '';
- /**
- * The Role resource to create.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role role = 3;
- */
- private $role = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $parent
- * The resource name of the parent resource in one of the following formats:
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- * @type string $role_id
- * The role id to use for this role.
- * @type \Google\Iam\Admin\V1\Role $role
- * The Role resource to create.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the parent resource in one of the following formats:
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- *
- * Generated from protobuf field string parent = 1;
- * @return string
- */
- public function getParent()
- {
- return $this->parent;
- }
-
- /**
- * The resource name of the parent resource in one of the following formats:
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- *
- * Generated from protobuf field string parent = 1;
- * @param string $var
- * @return $this
- */
- public function setParent($var)
- {
- GPBUtil::checkString($var, True);
- $this->parent = $var;
-
- return $this;
- }
-
- /**
- * The role id to use for this role.
- *
- * Generated from protobuf field string role_id = 2;
- * @return string
- */
- public function getRoleId()
- {
- return $this->role_id;
- }
-
- /**
- * The role id to use for this role.
- *
- * Generated from protobuf field string role_id = 2;
- * @param string $var
- * @return $this
- */
- public function setRoleId($var)
- {
- GPBUtil::checkString($var, True);
- $this->role_id = $var;
-
- return $this;
- }
-
- /**
- * The Role resource to create.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role role = 3;
- * @return \Google\Iam\Admin\V1\Role
- */
- public function getRole()
- {
- return $this->role;
- }
-
- /**
- * The Role resource to create.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role role = 3;
- * @param \Google\Iam\Admin\V1\Role $var
- * @return $this
- */
- public function setRole($var)
- {
- GPBUtil::checkMessage($var, \Google\Iam\Admin\V1\Role::class);
- $this->role = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/CreateServiceAccountKeyRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/CreateServiceAccountKeyRequest.php
deleted file mode 100644
index 40f2ccfdc..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/CreateServiceAccountKeyRequest.php
+++ /dev/null
@@ -1,163 +0,0 @@
-google.iam.admin.v1.CreateServiceAccountKeyRequest
- */
-class CreateServiceAccountKeyRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The output format of the private key. `GOOGLE_CREDENTIALS_FILE` is the
- * default output format.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;
- */
- private $private_key_type = 0;
- /**
- * Which type of key and algorithm to use for the key.
- * The default is currently a 2K RSA key. However this may change in the
- * future.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;
- */
- private $key_algorithm = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * @type int $private_key_type
- * The output format of the private key. `GOOGLE_CREDENTIALS_FILE` is the
- * default output format.
- * @type int $key_algorithm
- * Which type of key and algorithm to use for the key.
- * The default is currently a 2K RSA key. However this may change in the
- * future.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The output format of the private key. `GOOGLE_CREDENTIALS_FILE` is the
- * default output format.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;
- * @return int
- */
- public function getPrivateKeyType()
- {
- return $this->private_key_type;
- }
-
- /**
- * The output format of the private key. `GOOGLE_CREDENTIALS_FILE` is the
- * default output format.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;
- * @param int $var
- * @return $this
- */
- public function setPrivateKeyType($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\ServiceAccountPrivateKeyType::class);
- $this->private_key_type = $var;
-
- return $this;
- }
-
- /**
- * Which type of key and algorithm to use for the key.
- * The default is currently a 2K RSA key. However this may change in the
- * future.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;
- * @return int
- */
- public function getKeyAlgorithm()
- {
- return $this->key_algorithm;
- }
-
- /**
- * Which type of key and algorithm to use for the key.
- * The default is currently a 2K RSA key. However this may change in the
- * future.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;
- * @param int $var
- * @return $this
- */
- public function setKeyAlgorithm($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\ServiceAccountKeyAlgorithm::class);
- $this->key_algorithm = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/CreateServiceAccountRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/CreateServiceAccountRequest.php
deleted file mode 100644
index 26f7d2f9b..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/CreateServiceAccountRequest.php
+++ /dev/null
@@ -1,159 +0,0 @@
-google.iam.admin.v1.CreateServiceAccountRequest
- */
-class CreateServiceAccountRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Required. The account id that is used to generate the service account
- * email address and a stable unique id. It is unique within a project,
- * must be 6-30 characters long, and match the regular expression
- * `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.
- *
- * Generated from protobuf field string account_id = 2;
- */
- private $account_id = '';
- /**
- * The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
- * create. Currently, only the following values are user assignable:
- * `display_name` .
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccount service_account = 3;
- */
- private $service_account = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- * @type string $account_id
- * Required. The account id that is used to generate the service account
- * email address and a stable unique id. It is unique within a project,
- * must be 6-30 characters long, and match the regular expression
- * `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.
- * @type \Google\Iam\Admin\V1\ServiceAccount $service_account
- * The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
- * create. Currently, only the following values are user assignable:
- * `display_name` .
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Required. The account id that is used to generate the service account
- * email address and a stable unique id. It is unique within a project,
- * must be 6-30 characters long, and match the regular expression
- * `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.
- *
- * Generated from protobuf field string account_id = 2;
- * @return string
- */
- public function getAccountId()
- {
- return $this->account_id;
- }
-
- /**
- * Required. The account id that is used to generate the service account
- * email address and a stable unique id. It is unique within a project,
- * must be 6-30 characters long, and match the regular expression
- * `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.
- *
- * Generated from protobuf field string account_id = 2;
- * @param string $var
- * @return $this
- */
- public function setAccountId($var)
- {
- GPBUtil::checkString($var, True);
- $this->account_id = $var;
-
- return $this;
- }
-
- /**
- * The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
- * create. Currently, only the following values are user assignable:
- * `display_name` .
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccount service_account = 3;
- * @return \Google\Iam\Admin\V1\ServiceAccount
- */
- public function getServiceAccount()
- {
- return $this->service_account;
- }
-
- /**
- * The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
- * create. Currently, only the following values are user assignable:
- * `display_name` .
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccount service_account = 3;
- * @param \Google\Iam\Admin\V1\ServiceAccount $var
- * @return $this
- */
- public function setServiceAccount($var)
- {
- GPBUtil::checkMessage($var, \Google\Iam\Admin\V1\ServiceAccount::class);
- $this->service_account = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/DeleteRoleRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/DeleteRoleRequest.php
deleted file mode 100644
index 3de3483b4..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/DeleteRoleRequest.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.iam.admin.v1.DeleteRoleRequest
- */
-class DeleteRoleRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 2;
- */
- private $etag = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- * @type string $etag
- * Used to perform a consistent read-modify-write.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 2;
- * @return string
- */
- public function getEtag()
- {
- return $this->etag;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 2;
- * @param string $var
- * @return $this
- */
- public function setEtag($var)
- {
- GPBUtil::checkString($var, False);
- $this->etag = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/DeleteServiceAccountKeyRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/DeleteServiceAccountKeyRequest.php
deleted file mode 100644
index 89b459460..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/DeleteServiceAccountKeyRequest.php
+++ /dev/null
@@ -1,83 +0,0 @@
-google.iam.admin.v1.DeleteServiceAccountKeyRequest
- */
-class DeleteServiceAccountKeyRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/DeleteServiceAccountRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/DeleteServiceAccountRequest.php
deleted file mode 100644
index 55f07385f..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/DeleteServiceAccountRequest.php
+++ /dev/null
@@ -1,83 +0,0 @@
-google.iam.admin.v1.DeleteServiceAccountRequest
- */
-class DeleteServiceAccountRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/GetRoleRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/GetRoleRequest.php
deleted file mode 100644
index 39e936dcb..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/GetRoleRequest.php
+++ /dev/null
@@ -1,79 +0,0 @@
-google.iam.admin.v1.GetRoleRequest
- */
-class GetRoleRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/GetServiceAccountKeyRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/GetServiceAccountKeyRequest.php
deleted file mode 100644
index 3a89c6e98..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/GetServiceAccountKeyRequest.php
+++ /dev/null
@@ -1,121 +0,0 @@
-google.iam.admin.v1.GetServiceAccountKeyRequest
- */
-class GetServiceAccountKeyRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The output format of the public key requested.
- * X509_PEM is the default output format.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPublicKeyType public_key_type = 2;
- */
- private $public_key_type = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * @type int $public_key_type
- * The output format of the public key requested.
- * X509_PEM is the default output format.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account key in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The output format of the public key requested.
- * X509_PEM is the default output format.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPublicKeyType public_key_type = 2;
- * @return int
- */
- public function getPublicKeyType()
- {
- return $this->public_key_type;
- }
-
- /**
- * The output format of the public key requested.
- * X509_PEM is the default output format.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPublicKeyType public_key_type = 2;
- * @param int $var
- * @return $this
- */
- public function setPublicKeyType($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\ServiceAccountPublicKeyType::class);
- $this->public_key_type = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/GetServiceAccountRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/GetServiceAccountRequest.php
deleted file mode 100644
index 28e19e5d5..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/GetServiceAccountRequest.php
+++ /dev/null
@@ -1,83 +0,0 @@
-google.iam.admin.v1.GetServiceAccountRequest
- */
-class GetServiceAccountRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListRolesRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListRolesRequest.php
deleted file mode 100644
index f8ec6a16c..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListRolesRequest.php
+++ /dev/null
@@ -1,215 +0,0 @@
-google.iam.admin.v1.ListRolesRequest
- */
-class ListRolesRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the parent resource in one of the following formats:
- * `` (empty string) -- this refers to curated roles.
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- *
- * Generated from protobuf field string parent = 1;
- */
- private $parent = '';
- /**
- * Optional limit on the number of roles to include in the response.
- *
- * Generated from protobuf field int32 page_size = 2;
- */
- private $page_size = 0;
- /**
- * Optional pagination token returned in an earlier ListRolesResponse.
- *
- * Generated from protobuf field string page_token = 3;
- */
- private $page_token = '';
- /**
- * Optional view for the returned Role objects.
- *
- * Generated from protobuf field .google.iam.admin.v1.RoleView view = 4;
- */
- private $view = 0;
- /**
- * Include Roles that have been deleted.
- *
- * Generated from protobuf field bool show_deleted = 6;
- */
- private $show_deleted = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $parent
- * The resource name of the parent resource in one of the following formats:
- * `` (empty string) -- this refers to curated roles.
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- * @type int $page_size
- * Optional limit on the number of roles to include in the response.
- * @type string $page_token
- * Optional pagination token returned in an earlier ListRolesResponse.
- * @type int $view
- * Optional view for the returned Role objects.
- * @type bool $show_deleted
- * Include Roles that have been deleted.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the parent resource in one of the following formats:
- * `` (empty string) -- this refers to curated roles.
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- *
- * Generated from protobuf field string parent = 1;
- * @return string
- */
- public function getParent()
- {
- return $this->parent;
- }
-
- /**
- * The resource name of the parent resource in one of the following formats:
- * `` (empty string) -- this refers to curated roles.
- * `organizations/{ORGANIZATION_ID}`
- * `projects/{PROJECT_ID}`
- *
- * Generated from protobuf field string parent = 1;
- * @param string $var
- * @return $this
- */
- public function setParent($var)
- {
- GPBUtil::checkString($var, True);
- $this->parent = $var;
-
- return $this;
- }
-
- /**
- * Optional limit on the number of roles to include in the response.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Optional limit on the number of roles to include in the response.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * Optional pagination token returned in an earlier ListRolesResponse.
- *
- * Generated from protobuf field string page_token = 3;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * Optional pagination token returned in an earlier ListRolesResponse.
- *
- * Generated from protobuf field string page_token = 3;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
- /**
- * Optional view for the returned Role objects.
- *
- * Generated from protobuf field .google.iam.admin.v1.RoleView view = 4;
- * @return int
- */
- public function getView()
- {
- return $this->view;
- }
-
- /**
- * Optional view for the returned Role objects.
- *
- * Generated from protobuf field .google.iam.admin.v1.RoleView view = 4;
- * @param int $var
- * @return $this
- */
- public function setView($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\RoleView::class);
- $this->view = $var;
-
- return $this;
- }
-
- /**
- * Include Roles that have been deleted.
- *
- * Generated from protobuf field bool show_deleted = 6;
- * @return bool
- */
- public function getShowDeleted()
- {
- return $this->show_deleted;
- }
-
- /**
- * Include Roles that have been deleted.
- *
- * Generated from protobuf field bool show_deleted = 6;
- * @param bool $var
- * @return $this
- */
- public function setShowDeleted($var)
- {
- GPBUtil::checkBool($var);
- $this->show_deleted = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListRolesResponse.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListRolesResponse.php
deleted file mode 100644
index b26f6d1b5..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListRolesResponse.php
+++ /dev/null
@@ -1,105 +0,0 @@
-google.iam.admin.v1.ListRolesResponse
- */
-class ListRolesResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The Roles defined on this resource.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Role roles = 1;
- */
- private $roles;
- /**
- * To retrieve the next page of results, set
- * `ListRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Iam\Admin\V1\Role[]|\Google\Protobuf\Internal\RepeatedField $roles
- * The Roles defined on this resource.
- * @type string $next_page_token
- * To retrieve the next page of results, set
- * `ListRolesRequest.page_token` to this value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The Roles defined on this resource.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Role roles = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRoles()
- {
- return $this->roles;
- }
-
- /**
- * The Roles defined on this resource.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Role roles = 1;
- * @param \Google\Iam\Admin\V1\Role[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRoles($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Iam\Admin\V1\Role::class);
- $this->roles = $arr;
-
- return $this;
- }
-
- /**
- * To retrieve the next page of results, set
- * `ListRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * To retrieve the next page of results, set
- * `ListRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest.php
deleted file mode 100644
index 47014fd45..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest.php
+++ /dev/null
@@ -1,125 +0,0 @@
-google.iam.admin.v1.ListServiceAccountKeysRequest
- */
-class ListServiceAccountKeysRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project, will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Filters the types of keys the user wants to include in the list
- * response. Duplicate key types are not allowed. If no key type
- * is provided, all keys are returned.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;
- */
- private $key_types;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project, will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $key_types
- * Filters the types of keys the user wants to include in the list
- * response. Duplicate key types are not allowed. If no key type
- * is provided, all keys are returned.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project, will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project, will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Filters the types of keys the user wants to include in the list
- * response. Duplicate key types are not allowed. If no key type
- * is provided, all keys are returned.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getKeyTypes()
- {
- return $this->key_types;
- }
-
- /**
- * Filters the types of keys the user wants to include in the list
- * response. Duplicate key types are not allowed. If no key type
- * is provided, all keys are returned.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setKeyTypes($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Google\Iam\Admin\V1\ListServiceAccountKeysRequest\KeyType::class);
- $this->key_types = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest/KeyType.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest/KeyType.php
deleted file mode 100644
index 44c656901..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest/KeyType.php
+++ /dev/null
@@ -1,66 +0,0 @@
-google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType
- */
-class KeyType
-{
- /**
- * Unspecified key type. The presence of this in the
- * message will immediately result in an error.
- *
- * Generated from protobuf enum KEY_TYPE_UNSPECIFIED = 0;
- */
- const KEY_TYPE_UNSPECIFIED = 0;
- /**
- * User-managed keys (managed and rotated by the user).
- *
- * Generated from protobuf enum USER_MANAGED = 1;
- */
- const USER_MANAGED = 1;
- /**
- * System-managed keys (managed and rotated by Google).
- *
- * Generated from protobuf enum SYSTEM_MANAGED = 2;
- */
- const SYSTEM_MANAGED = 2;
-
- private static $valueToName = [
- self::KEY_TYPE_UNSPECIFIED => 'KEY_TYPE_UNSPECIFIED',
- self::USER_MANAGED => 'USER_MANAGED',
- self::SYSTEM_MANAGED => 'SYSTEM_MANAGED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(KeyType::class, \Google\Iam\Admin\V1\ListServiceAccountKeysRequest_KeyType::class);
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest_KeyType.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest_KeyType.php
deleted file mode 100644
index afb372564..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountKeysRequest_KeyType.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.iam.admin.v1.ListServiceAccountKeysResponse
- */
-class ListServiceAccountKeysResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The public keys for the service account.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
- */
- private $keys;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Iam\Admin\V1\ServiceAccountKey[]|\Google\Protobuf\Internal\RepeatedField $keys
- * The public keys for the service account.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The public keys for the service account.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getKeys()
- {
- return $this->keys;
- }
-
- /**
- * The public keys for the service account.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
- * @param \Google\Iam\Admin\V1\ServiceAccountKey[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setKeys($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Iam\Admin\V1\ServiceAccountKey::class);
- $this->keys = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountsRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountsRequest.php
deleted file mode 100644
index d205bf40a..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountsRequest.php
+++ /dev/null
@@ -1,155 +0,0 @@
-google.iam.admin.v1.ListServiceAccountsRequest
- */
-class ListServiceAccountsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Optional limit on the number of service accounts to include in the
- * response. Further accounts can subsequently be obtained by including the
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token]
- * in a subsequent request.
- *
- * Generated from protobuf field int32 page_size = 2;
- */
- private $page_size = 0;
- /**
- * Optional pagination token returned in an earlier
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token].
- *
- * Generated from protobuf field string page_token = 3;
- */
- private $page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- * @type int $page_size
- * Optional limit on the number of service accounts to include in the
- * response. Further accounts can subsequently be obtained by including the
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token]
- * in a subsequent request.
- * @type string $page_token
- * Optional pagination token returned in an earlier
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token].
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Required. The resource name of the project associated with the service
- * accounts, such as `projects/my-project-123`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Optional limit on the number of service accounts to include in the
- * response. Further accounts can subsequently be obtained by including the
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token]
- * in a subsequent request.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Optional limit on the number of service accounts to include in the
- * response. Further accounts can subsequently be obtained by including the
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token]
- * in a subsequent request.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * Optional pagination token returned in an earlier
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token].
- *
- * Generated from protobuf field string page_token = 3;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * Optional pagination token returned in an earlier
- * [ListServiceAccountsResponse.next_page_token][google.iam.admin.v1.ListServiceAccountsResponse.next_page_token].
- *
- * Generated from protobuf field string page_token = 3;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountsResponse.php b/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountsResponse.php
deleted file mode 100644
index 754c6f74e..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ListServiceAccountsResponse.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.iam.admin.v1.ListServiceAccountsResponse
- */
-class ListServiceAccountsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The list of matching service accounts.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
- */
- private $accounts;
- /**
- * To retrieve the next page of results, set
- * [ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token]
- * to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Iam\Admin\V1\ServiceAccount[]|\Google\Protobuf\Internal\RepeatedField $accounts
- * The list of matching service accounts.
- * @type string $next_page_token
- * To retrieve the next page of results, set
- * [ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token]
- * to this value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The list of matching service accounts.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAccounts()
- {
- return $this->accounts;
- }
-
- /**
- * The list of matching service accounts.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
- * @param \Google\Iam\Admin\V1\ServiceAccount[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAccounts($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Iam\Admin\V1\ServiceAccount::class);
- $this->accounts = $arr;
-
- return $this;
- }
-
- /**
- * To retrieve the next page of results, set
- * [ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token]
- * to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * To retrieve the next page of results, set
- * [ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token]
- * to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Permission.php b/vendor/google/common-protos/src/Iam/Admin/V1/Permission.php
deleted file mode 100644
index 1f46560e2..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Permission.php
+++ /dev/null
@@ -1,237 +0,0 @@
-google.iam.admin.v1.Permission
- */
-class Permission extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of this Permission.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The title of this Permission.
- *
- * Generated from protobuf field string title = 2;
- */
- private $title = '';
- /**
- * A brief description of what this Permission is used for.
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
- /**
- * This permission can ONLY be used in predefined roles.
- *
- * Generated from protobuf field bool only_in_predefined_roles = 4;
- */
- private $only_in_predefined_roles = false;
- /**
- * The current launch stage of the permission.
- *
- * Generated from protobuf field .google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
- */
- private $stage = 0;
- /**
- * The current custom role support level.
- *
- * Generated from protobuf field .google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
- */
- private $custom_roles_support_level = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of this Permission.
- * @type string $title
- * The title of this Permission.
- * @type string $description
- * A brief description of what this Permission is used for.
- * @type bool $only_in_predefined_roles
- * This permission can ONLY be used in predefined roles.
- * @type int $stage
- * The current launch stage of the permission.
- * @type int $custom_roles_support_level
- * The current custom role support level.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of this Permission.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of this Permission.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The title of this Permission.
- *
- * Generated from protobuf field string title = 2;
- * @return string
- */
- public function getTitle()
- {
- return $this->title;
- }
-
- /**
- * The title of this Permission.
- *
- * Generated from protobuf field string title = 2;
- * @param string $var
- * @return $this
- */
- public function setTitle($var)
- {
- GPBUtil::checkString($var, True);
- $this->title = $var;
-
- return $this;
- }
-
- /**
- * A brief description of what this Permission is used for.
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A brief description of what this Permission is used for.
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * This permission can ONLY be used in predefined roles.
- *
- * Generated from protobuf field bool only_in_predefined_roles = 4;
- * @return bool
- */
- public function getOnlyInPredefinedRoles()
- {
- return $this->only_in_predefined_roles;
- }
-
- /**
- * This permission can ONLY be used in predefined roles.
- *
- * Generated from protobuf field bool only_in_predefined_roles = 4;
- * @param bool $var
- * @return $this
- */
- public function setOnlyInPredefinedRoles($var)
- {
- GPBUtil::checkBool($var);
- $this->only_in_predefined_roles = $var;
-
- return $this;
- }
-
- /**
- * The current launch stage of the permission.
- *
- * Generated from protobuf field .google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
- * @return int
- */
- public function getStage()
- {
- return $this->stage;
- }
-
- /**
- * The current launch stage of the permission.
- *
- * Generated from protobuf field .google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
- * @param int $var
- * @return $this
- */
- public function setStage($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\Permission_PermissionLaunchStage::class);
- $this->stage = $var;
-
- return $this;
- }
-
- /**
- * The current custom role support level.
- *
- * Generated from protobuf field .google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
- * @return int
- */
- public function getCustomRolesSupportLevel()
- {
- return $this->custom_roles_support_level;
- }
-
- /**
- * The current custom role support level.
- *
- * Generated from protobuf field .google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
- * @param int $var
- * @return $this
- */
- public function setCustomRolesSupportLevel($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\Permission_CustomRolesSupportLevel::class);
- $this->custom_roles_support_level = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Permission/CustomRolesSupportLevel.php b/vendor/google/common-protos/src/Iam/Admin/V1/Permission/CustomRolesSupportLevel.php
deleted file mode 100644
index 6d118f4b8..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Permission/CustomRolesSupportLevel.php
+++ /dev/null
@@ -1,64 +0,0 @@
-google.iam.admin.v1.Permission.CustomRolesSupportLevel
- */
-class CustomRolesSupportLevel
-{
- /**
- * Permission is fully supported for custom role use.
- *
- * Generated from protobuf enum SUPPORTED = 0;
- */
- const SUPPORTED = 0;
- /**
- * Permission is being tested to check custom role compatibility.
- *
- * Generated from protobuf enum TESTING = 1;
- */
- const TESTING = 1;
- /**
- * Permission is not supported for custom role use.
- *
- * Generated from protobuf enum NOT_SUPPORTED = 2;
- */
- const NOT_SUPPORTED = 2;
-
- private static $valueToName = [
- self::SUPPORTED => 'SUPPORTED',
- self::TESTING => 'TESTING',
- self::NOT_SUPPORTED => 'NOT_SUPPORTED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(CustomRolesSupportLevel::class, \Google\Iam\Admin\V1\Permission_CustomRolesSupportLevel::class);
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Permission/PermissionLaunchStage.php b/vendor/google/common-protos/src/Iam/Admin/V1/Permission/PermissionLaunchStage.php
deleted file mode 100644
index 505e9b0cb..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Permission/PermissionLaunchStage.php
+++ /dev/null
@@ -1,71 +0,0 @@
-google.iam.admin.v1.Permission.PermissionLaunchStage
- */
-class PermissionLaunchStage
-{
- /**
- * The permission is currently in an alpha phase.
- *
- * Generated from protobuf enum ALPHA = 0;
- */
- const ALPHA = 0;
- /**
- * The permission is currently in a beta phase.
- *
- * Generated from protobuf enum BETA = 1;
- */
- const BETA = 1;
- /**
- * The permission is generally available.
- *
- * Generated from protobuf enum GA = 2;
- */
- const GA = 2;
- /**
- * The permission is being deprecated.
- *
- * Generated from protobuf enum DEPRECATED = 3;
- */
- const DEPRECATED = 3;
-
- private static $valueToName = [
- self::ALPHA => 'ALPHA',
- self::BETA => 'BETA',
- self::GA => 'GA',
- self::DEPRECATED => 'DEPRECATED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PermissionLaunchStage::class, \Google\Iam\Admin\V1\Permission_PermissionLaunchStage::class);
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Permission_CustomRolesSupportLevel.php b/vendor/google/common-protos/src/Iam/Admin/V1/Permission_CustomRolesSupportLevel.php
deleted file mode 100644
index 92ff8e108..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Permission_CustomRolesSupportLevel.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.iam.admin.v1.QueryGrantableRolesRequest
- */
-class QueryGrantableRolesRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Required. The full resource name to query from the list of grantable roles.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- *
- * Generated from protobuf field string full_resource_name = 1;
- */
- private $full_resource_name = '';
- /**
- * Generated from protobuf field .google.iam.admin.v1.RoleView view = 2;
- */
- private $view = 0;
- /**
- * Optional limit on the number of roles to include in the response.
- *
- * Generated from protobuf field int32 page_size = 3;
- */
- private $page_size = 0;
- /**
- * Optional pagination token returned in an earlier
- * QueryGrantableRolesResponse.
- *
- * Generated from protobuf field string page_token = 4;
- */
- private $page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $full_resource_name
- * Required. The full resource name to query from the list of grantable roles.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- * @type int $view
- * @type int $page_size
- * Optional limit on the number of roles to include in the response.
- * @type string $page_token
- * Optional pagination token returned in an earlier
- * QueryGrantableRolesResponse.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Required. The full resource name to query from the list of grantable roles.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- *
- * Generated from protobuf field string full_resource_name = 1;
- * @return string
- */
- public function getFullResourceName()
- {
- return $this->full_resource_name;
- }
-
- /**
- * Required. The full resource name to query from the list of grantable roles.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- *
- * Generated from protobuf field string full_resource_name = 1;
- * @param string $var
- * @return $this
- */
- public function setFullResourceName($var)
- {
- GPBUtil::checkString($var, True);
- $this->full_resource_name = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.iam.admin.v1.RoleView view = 2;
- * @return int
- */
- public function getView()
- {
- return $this->view;
- }
-
- /**
- * Generated from protobuf field .google.iam.admin.v1.RoleView view = 2;
- * @param int $var
- * @return $this
- */
- public function setView($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\RoleView::class);
- $this->view = $var;
-
- return $this;
- }
-
- /**
- * Optional limit on the number of roles to include in the response.
- *
- * Generated from protobuf field int32 page_size = 3;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Optional limit on the number of roles to include in the response.
- *
- * Generated from protobuf field int32 page_size = 3;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * Optional pagination token returned in an earlier
- * QueryGrantableRolesResponse.
- *
- * Generated from protobuf field string page_token = 4;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * Optional pagination token returned in an earlier
- * QueryGrantableRolesResponse.
- *
- * Generated from protobuf field string page_token = 4;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/QueryGrantableRolesResponse.php b/vendor/google/common-protos/src/Iam/Admin/V1/QueryGrantableRolesResponse.php
deleted file mode 100644
index 4debe520b..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/QueryGrantableRolesResponse.php
+++ /dev/null
@@ -1,105 +0,0 @@
-google.iam.admin.v1.QueryGrantableRolesResponse
- */
-class QueryGrantableRolesResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The list of matching roles.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Role roles = 1;
- */
- private $roles;
- /**
- * To retrieve the next page of results, set
- * `QueryGrantableRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Iam\Admin\V1\Role[]|\Google\Protobuf\Internal\RepeatedField $roles
- * The list of matching roles.
- * @type string $next_page_token
- * To retrieve the next page of results, set
- * `QueryGrantableRolesRequest.page_token` to this value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The list of matching roles.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Role roles = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRoles()
- {
- return $this->roles;
- }
-
- /**
- * The list of matching roles.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Role roles = 1;
- * @param \Google\Iam\Admin\V1\Role[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRoles($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Iam\Admin\V1\Role::class);
- $this->roles = $arr;
-
- return $this;
- }
-
- /**
- * To retrieve the next page of results, set
- * `QueryGrantableRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * To retrieve the next page of results, set
- * `QueryGrantableRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/QueryTestablePermissionsRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/QueryTestablePermissionsRequest.php
deleted file mode 100644
index 64b6b1647..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/QueryTestablePermissionsRequest.php
+++ /dev/null
@@ -1,155 +0,0 @@
-google.iam.admin.v1.QueryTestablePermissionsRequest
- */
-class QueryTestablePermissionsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Required. The full resource name to query from the list of testable
- * permissions.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- *
- * Generated from protobuf field string full_resource_name = 1;
- */
- private $full_resource_name = '';
- /**
- * Optional limit on the number of permissions to include in the response.
- *
- * Generated from protobuf field int32 page_size = 2;
- */
- private $page_size = 0;
- /**
- * Optional pagination token returned in an earlier
- * QueryTestablePermissionsRequest.
- *
- * Generated from protobuf field string page_token = 3;
- */
- private $page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $full_resource_name
- * Required. The full resource name to query from the list of testable
- * permissions.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- * @type int $page_size
- * Optional limit on the number of permissions to include in the response.
- * @type string $page_token
- * Optional pagination token returned in an earlier
- * QueryTestablePermissionsRequest.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Required. The full resource name to query from the list of testable
- * permissions.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- *
- * Generated from protobuf field string full_resource_name = 1;
- * @return string
- */
- public function getFullResourceName()
- {
- return $this->full_resource_name;
- }
-
- /**
- * Required. The full resource name to query from the list of testable
- * permissions.
- * The name follows the Google Cloud Platform resource format.
- * For example, a Cloud Platform project with id `my-project` will be named
- * `//cloudresourcemanager.googleapis.com/projects/my-project`.
- *
- * Generated from protobuf field string full_resource_name = 1;
- * @param string $var
- * @return $this
- */
- public function setFullResourceName($var)
- {
- GPBUtil::checkString($var, True);
- $this->full_resource_name = $var;
-
- return $this;
- }
-
- /**
- * Optional limit on the number of permissions to include in the response.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Optional limit on the number of permissions to include in the response.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * Optional pagination token returned in an earlier
- * QueryTestablePermissionsRequest.
- *
- * Generated from protobuf field string page_token = 3;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * Optional pagination token returned in an earlier
- * QueryTestablePermissionsRequest.
- *
- * Generated from protobuf field string page_token = 3;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/QueryTestablePermissionsResponse.php b/vendor/google/common-protos/src/Iam/Admin/V1/QueryTestablePermissionsResponse.php
deleted file mode 100644
index ac9e0a453..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/QueryTestablePermissionsResponse.php
+++ /dev/null
@@ -1,105 +0,0 @@
-google.iam.admin.v1.QueryTestablePermissionsResponse
- */
-class QueryTestablePermissionsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The Permissions testable on the requested resource.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Permission permissions = 1;
- */
- private $permissions;
- /**
- * To retrieve the next page of results, set
- * `QueryTestableRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Iam\Admin\V1\Permission[]|\Google\Protobuf\Internal\RepeatedField $permissions
- * The Permissions testable on the requested resource.
- * @type string $next_page_token
- * To retrieve the next page of results, set
- * `QueryTestableRolesRequest.page_token` to this value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The Permissions testable on the requested resource.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Permission permissions = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPermissions()
- {
- return $this->permissions;
- }
-
- /**
- * The Permissions testable on the requested resource.
- *
- * Generated from protobuf field repeated .google.iam.admin.v1.Permission permissions = 1;
- * @param \Google\Iam\Admin\V1\Permission[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPermissions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Iam\Admin\V1\Permission::class);
- $this->permissions = $arr;
-
- return $this;
- }
-
- /**
- * To retrieve the next page of results, set
- * `QueryTestableRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * To retrieve the next page of results, set
- * `QueryTestableRolesRequest.page_token` to this value.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Role.php b/vendor/google/common-protos/src/Iam/Admin/V1/Role.php
deleted file mode 100644
index cadac787a..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Role.php
+++ /dev/null
@@ -1,295 +0,0 @@
-google.iam.admin.v1.Role
- */
-class Role extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the role.
- * When Role is used in CreateRole, the role name must not be set.
- * When Role is used in output and other input such as UpdateRole, the role
- * name is the complete path, e.g., roles/logging.viewer for curated roles
- * and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Optional. A human-readable title for the role. Typically this
- * is limited to 100 UTF-8 bytes.
- *
- * Generated from protobuf field string title = 2;
- */
- private $title = '';
- /**
- * Optional. A human-readable description for the role.
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
- /**
- * The names of the permissions this role grants when bound in an IAM policy.
- *
- * Generated from protobuf field repeated string included_permissions = 7;
- */
- private $included_permissions;
- /**
- * The current launch stage of the role.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role.RoleLaunchStage stage = 8;
- */
- private $stage = 0;
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 9;
- */
- private $etag = '';
- /**
- * The current deleted state of the role. This field is read only.
- * It will be ignored in calls to CreateRole and UpdateRole.
- *
- * Generated from protobuf field bool deleted = 11;
- */
- private $deleted = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the role.
- * When Role is used in CreateRole, the role name must not be set.
- * When Role is used in output and other input such as UpdateRole, the role
- * name is the complete path, e.g., roles/logging.viewer for curated roles
- * and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles.
- * @type string $title
- * Optional. A human-readable title for the role. Typically this
- * is limited to 100 UTF-8 bytes.
- * @type string $description
- * Optional. A human-readable description for the role.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $included_permissions
- * The names of the permissions this role grants when bound in an IAM policy.
- * @type int $stage
- * The current launch stage of the role.
- * @type string $etag
- * Used to perform a consistent read-modify-write.
- * @type bool $deleted
- * The current deleted state of the role. This field is read only.
- * It will be ignored in calls to CreateRole and UpdateRole.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the role.
- * When Role is used in CreateRole, the role name must not be set.
- * When Role is used in output and other input such as UpdateRole, the role
- * name is the complete path, e.g., roles/logging.viewer for curated roles
- * and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the role.
- * When Role is used in CreateRole, the role name must not be set.
- * When Role is used in output and other input such as UpdateRole, the role
- * name is the complete path, e.g., roles/logging.viewer for curated roles
- * and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Optional. A human-readable title for the role. Typically this
- * is limited to 100 UTF-8 bytes.
- *
- * Generated from protobuf field string title = 2;
- * @return string
- */
- public function getTitle()
- {
- return $this->title;
- }
-
- /**
- * Optional. A human-readable title for the role. Typically this
- * is limited to 100 UTF-8 bytes.
- *
- * Generated from protobuf field string title = 2;
- * @param string $var
- * @return $this
- */
- public function setTitle($var)
- {
- GPBUtil::checkString($var, True);
- $this->title = $var;
-
- return $this;
- }
-
- /**
- * Optional. A human-readable description for the role.
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Optional. A human-readable description for the role.
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * The names of the permissions this role grants when bound in an IAM policy.
- *
- * Generated from protobuf field repeated string included_permissions = 7;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getIncludedPermissions()
- {
- return $this->included_permissions;
- }
-
- /**
- * The names of the permissions this role grants when bound in an IAM policy.
- *
- * Generated from protobuf field repeated string included_permissions = 7;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setIncludedPermissions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->included_permissions = $arr;
-
- return $this;
- }
-
- /**
- * The current launch stage of the role.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role.RoleLaunchStage stage = 8;
- * @return int
- */
- public function getStage()
- {
- return $this->stage;
- }
-
- /**
- * The current launch stage of the role.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role.RoleLaunchStage stage = 8;
- * @param int $var
- * @return $this
- */
- public function setStage($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\Role_RoleLaunchStage::class);
- $this->stage = $var;
-
- return $this;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 9;
- * @return string
- */
- public function getEtag()
- {
- return $this->etag;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 9;
- * @param string $var
- * @return $this
- */
- public function setEtag($var)
- {
- GPBUtil::checkString($var, False);
- $this->etag = $var;
-
- return $this;
- }
-
- /**
- * The current deleted state of the role. This field is read only.
- * It will be ignored in calls to CreateRole and UpdateRole.
- *
- * Generated from protobuf field bool deleted = 11;
- * @return bool
- */
- public function getDeleted()
- {
- return $this->deleted;
- }
-
- /**
- * The current deleted state of the role. This field is read only.
- * It will be ignored in calls to CreateRole and UpdateRole.
- *
- * Generated from protobuf field bool deleted = 11;
- * @param bool $var
- * @return $this
- */
- public function setDeleted($var)
- {
- GPBUtil::checkBool($var);
- $this->deleted = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Role/RoleLaunchStage.php b/vendor/google/common-protos/src/Iam/Admin/V1/Role/RoleLaunchStage.php
deleted file mode 100644
index 319cad17a..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Role/RoleLaunchStage.php
+++ /dev/null
@@ -1,86 +0,0 @@
-google.iam.admin.v1.Role.RoleLaunchStage
- */
-class RoleLaunchStage
-{
- /**
- * The user has indicated this role is currently in an alpha phase.
- *
- * Generated from protobuf enum ALPHA = 0;
- */
- const ALPHA = 0;
- /**
- * The user has indicated this role is currently in a beta phase.
- *
- * Generated from protobuf enum BETA = 1;
- */
- const BETA = 1;
- /**
- * The user has indicated this role is generally available.
- *
- * Generated from protobuf enum GA = 2;
- */
- const GA = 2;
- /**
- * The user has indicated this role is being deprecated.
- *
- * Generated from protobuf enum DEPRECATED = 4;
- */
- const DEPRECATED = 4;
- /**
- * This role is disabled and will not contribute permissions to any members
- * it is granted to in policies.
- *
- * Generated from protobuf enum DISABLED = 5;
- */
- const DISABLED = 5;
- /**
- * The user has indicated this role is currently in an eap phase.
- *
- * Generated from protobuf enum EAP = 6;
- */
- const EAP = 6;
-
- private static $valueToName = [
- self::ALPHA => 'ALPHA',
- self::BETA => 'BETA',
- self::GA => 'GA',
- self::DEPRECATED => 'DEPRECATED',
- self::DISABLED => 'DISABLED',
- self::EAP => 'EAP',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(RoleLaunchStage::class, \Google\Iam\Admin\V1\Role_RoleLaunchStage::class);
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/RoleView.php b/vendor/google/common-protos/src/Iam/Admin/V1/RoleView.php
deleted file mode 100644
index d0380bdeb..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/RoleView.php
+++ /dev/null
@@ -1,55 +0,0 @@
-google.iam.admin.v1.RoleView
- */
-class RoleView
-{
- /**
- * Omits the `included_permissions` field.
- * This is the default value.
- *
- * Generated from protobuf enum BASIC = 0;
- */
- const BASIC = 0;
- /**
- * Returns all fields.
- *
- * Generated from protobuf enum FULL = 1;
- */
- const FULL = 1;
-
- private static $valueToName = [
- self::BASIC => 'BASIC',
- self::FULL => 'FULL',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/Role_RoleLaunchStage.php b/vendor/google/common-protos/src/Iam/Admin/V1/Role_RoleLaunchStage.php
deleted file mode 100644
index 028055df7..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/Role_RoleLaunchStage.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.iam.admin.v1.ServiceAccount
- */
-class ServiceAccount extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Requests using `-` as a wildcard for the project will infer the project
- * from the `account` and the `account` value can be the `email` address or
- * the `unique_id` of the service account.
- * In responses the resource name will always be in the format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * @OutputOnly The id of the project that owns the service account.
- *
- * Generated from protobuf field string project_id = 2;
- */
- private $project_id = '';
- /**
- * @OutputOnly The unique and stable id of the service account.
- *
- * Generated from protobuf field string unique_id = 4;
- */
- private $unique_id = '';
- /**
- * @OutputOnly The email address of the service account.
- *
- * Generated from protobuf field string email = 5;
- */
- private $email = '';
- /**
- * Optional. A user-specified description of the service account. Must be
- * fewer than 100 UTF-8 bytes.
- *
- * Generated from protobuf field string display_name = 6;
- */
- private $display_name = '';
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 7;
- */
- private $etag = '';
- /**
- * @OutputOnly. The OAuth2 client id for the service account.
- * This is used in conjunction with the OAuth2 clientconfig API to make
- * three legged OAuth2 (3LO) flows to access the data of Google users.
- *
- * Generated from protobuf field string oauth2_client_id = 9;
- */
- private $oauth2_client_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Requests using `-` as a wildcard for the project will infer the project
- * from the `account` and the `account` value can be the `email` address or
- * the `unique_id` of the service account.
- * In responses the resource name will always be in the format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * @type string $project_id
- * @OutputOnly The id of the project that owns the service account.
- * @type string $unique_id
- * @OutputOnly The unique and stable id of the service account.
- * @type string $email
- * @OutputOnly The email address of the service account.
- * @type string $display_name
- * Optional. A user-specified description of the service account. Must be
- * fewer than 100 UTF-8 bytes.
- * @type string $etag
- * Used to perform a consistent read-modify-write.
- * @type string $oauth2_client_id
- * @OutputOnly. The OAuth2 client id for the service account.
- * This is used in conjunction with the OAuth2 clientconfig API to make
- * three legged OAuth2 (3LO) flows to access the data of Google users.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Requests using `-` as a wildcard for the project will infer the project
- * from the `account` and the `account` value can be the `email` address or
- * the `unique_id` of the service account.
- * In responses the resource name will always be in the format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Requests using `-` as a wildcard for the project will infer the project
- * from the `account` and the `account` value can be the `email` address or
- * the `unique_id` of the service account.
- * In responses the resource name will always be in the format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * @OutputOnly The id of the project that owns the service account.
- *
- * Generated from protobuf field string project_id = 2;
- * @return string
- */
- public function getProjectId()
- {
- return $this->project_id;
- }
-
- /**
- * @OutputOnly The id of the project that owns the service account.
- *
- * Generated from protobuf field string project_id = 2;
- * @param string $var
- * @return $this
- */
- public function setProjectId($var)
- {
- GPBUtil::checkString($var, True);
- $this->project_id = $var;
-
- return $this;
- }
-
- /**
- * @OutputOnly The unique and stable id of the service account.
- *
- * Generated from protobuf field string unique_id = 4;
- * @return string
- */
- public function getUniqueId()
- {
- return $this->unique_id;
- }
-
- /**
- * @OutputOnly The unique and stable id of the service account.
- *
- * Generated from protobuf field string unique_id = 4;
- * @param string $var
- * @return $this
- */
- public function setUniqueId($var)
- {
- GPBUtil::checkString($var, True);
- $this->unique_id = $var;
-
- return $this;
- }
-
- /**
- * @OutputOnly The email address of the service account.
- *
- * Generated from protobuf field string email = 5;
- * @return string
- */
- public function getEmail()
- {
- return $this->email;
- }
-
- /**
- * @OutputOnly The email address of the service account.
- *
- * Generated from protobuf field string email = 5;
- * @param string $var
- * @return $this
- */
- public function setEmail($var)
- {
- GPBUtil::checkString($var, True);
- $this->email = $var;
-
- return $this;
- }
-
- /**
- * Optional. A user-specified description of the service account. Must be
- * fewer than 100 UTF-8 bytes.
- *
- * Generated from protobuf field string display_name = 6;
- * @return string
- */
- public function getDisplayName()
- {
- return $this->display_name;
- }
-
- /**
- * Optional. A user-specified description of the service account. Must be
- * fewer than 100 UTF-8 bytes.
- *
- * Generated from protobuf field string display_name = 6;
- * @param string $var
- * @return $this
- */
- public function setDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->display_name = $var;
-
- return $this;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 7;
- * @return string
- */
- public function getEtag()
- {
- return $this->etag;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 7;
- * @param string $var
- * @return $this
- */
- public function setEtag($var)
- {
- GPBUtil::checkString($var, False);
- $this->etag = $var;
-
- return $this;
- }
-
- /**
- * @OutputOnly. The OAuth2 client id for the service account.
- * This is used in conjunction with the OAuth2 clientconfig API to make
- * three legged OAuth2 (3LO) flows to access the data of Google users.
- *
- * Generated from protobuf field string oauth2_client_id = 9;
- * @return string
- */
- public function getOauth2ClientId()
- {
- return $this->oauth2_client_id;
- }
-
- /**
- * @OutputOnly. The OAuth2 client id for the service account.
- * This is used in conjunction with the OAuth2 clientconfig API to make
- * three legged OAuth2 (3LO) flows to access the data of Google users.
- *
- * Generated from protobuf field string oauth2_client_id = 9;
- * @param string $var
- * @return $this
- */
- public function setOauth2ClientId($var)
- {
- GPBUtil::checkString($var, True);
- $this->oauth2_client_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountKey.php b/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountKey.php
deleted file mode 100644
index 55548cd2b..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountKey.php
+++ /dev/null
@@ -1,326 +0,0 @@
-google.iam.admin.v1.ServiceAccountKey
- */
-class ServiceAccountKey extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account key in the following format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The output format for the private key.
- * Only provided in `CreateServiceAccountKey` responses, not
- * in `GetServiceAccountKey` or `ListServiceAccountKey` responses.
- * Google never exposes system-managed private keys, and never retains
- * user-managed private keys.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;
- */
- private $private_key_type = 0;
- /**
- * Specifies the algorithm (and possibly key size) for the key.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 8;
- */
- private $key_algorithm = 0;
- /**
- * The private key data. Only provided in `CreateServiceAccountKey`
- * responses. Make sure to keep the private key data secure because it
- * allows for the assertion of the service account identity.
- * When decoded, the private key data can be used to authenticate with
- * Google API client libraries and with
- * gcloud
- * auth activate-service-account.
- *
- * Generated from protobuf field bytes private_key_data = 3;
- */
- private $private_key_data = '';
- /**
- * The public key data. Only provided in `GetServiceAccountKey` responses.
- *
- * Generated from protobuf field bytes public_key_data = 7;
- */
- private $public_key_data = '';
- /**
- * The key can be used after this timestamp.
- *
- * Generated from protobuf field .google.protobuf.Timestamp valid_after_time = 4;
- */
- private $valid_after_time = null;
- /**
- * The key can be used before this timestamp.
- *
- * Generated from protobuf field .google.protobuf.Timestamp valid_before_time = 5;
- */
- private $valid_before_time = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account key in the following format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- * @type int $private_key_type
- * The output format for the private key.
- * Only provided in `CreateServiceAccountKey` responses, not
- * in `GetServiceAccountKey` or `ListServiceAccountKey` responses.
- * Google never exposes system-managed private keys, and never retains
- * user-managed private keys.
- * @type int $key_algorithm
- * Specifies the algorithm (and possibly key size) for the key.
- * @type string $private_key_data
- * The private key data. Only provided in `CreateServiceAccountKey`
- * responses. Make sure to keep the private key data secure because it
- * allows for the assertion of the service account identity.
- * When decoded, the private key data can be used to authenticate with
- * Google API client libraries and with
- * gcloud
- * auth activate-service-account.
- * @type string $public_key_data
- * The public key data. Only provided in `GetServiceAccountKey` responses.
- * @type \Google\Protobuf\Timestamp $valid_after_time
- * The key can be used after this timestamp.
- * @type \Google\Protobuf\Timestamp $valid_before_time
- * The key can be used before this timestamp.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account key in the following format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account key in the following format
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}/keys/{key}`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The output format for the private key.
- * Only provided in `CreateServiceAccountKey` responses, not
- * in `GetServiceAccountKey` or `ListServiceAccountKey` responses.
- * Google never exposes system-managed private keys, and never retains
- * user-managed private keys.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;
- * @return int
- */
- public function getPrivateKeyType()
- {
- return $this->private_key_type;
- }
-
- /**
- * The output format for the private key.
- * Only provided in `CreateServiceAccountKey` responses, not
- * in `GetServiceAccountKey` or `ListServiceAccountKey` responses.
- * Google never exposes system-managed private keys, and never retains
- * user-managed private keys.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;
- * @param int $var
- * @return $this
- */
- public function setPrivateKeyType($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\ServiceAccountPrivateKeyType::class);
- $this->private_key_type = $var;
-
- return $this;
- }
-
- /**
- * Specifies the algorithm (and possibly key size) for the key.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 8;
- * @return int
- */
- public function getKeyAlgorithm()
- {
- return $this->key_algorithm;
- }
-
- /**
- * Specifies the algorithm (and possibly key size) for the key.
- *
- * Generated from protobuf field .google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 8;
- * @param int $var
- * @return $this
- */
- public function setKeyAlgorithm($var)
- {
- GPBUtil::checkEnum($var, \Google\Iam\Admin\V1\ServiceAccountKeyAlgorithm::class);
- $this->key_algorithm = $var;
-
- return $this;
- }
-
- /**
- * The private key data. Only provided in `CreateServiceAccountKey`
- * responses. Make sure to keep the private key data secure because it
- * allows for the assertion of the service account identity.
- * When decoded, the private key data can be used to authenticate with
- * Google API client libraries and with
- * gcloud
- * auth activate-service-account.
- *
- * Generated from protobuf field bytes private_key_data = 3;
- * @return string
- */
- public function getPrivateKeyData()
- {
- return $this->private_key_data;
- }
-
- /**
- * The private key data. Only provided in `CreateServiceAccountKey`
- * responses. Make sure to keep the private key data secure because it
- * allows for the assertion of the service account identity.
- * When decoded, the private key data can be used to authenticate with
- * Google API client libraries and with
- * gcloud
- * auth activate-service-account.
- *
- * Generated from protobuf field bytes private_key_data = 3;
- * @param string $var
- * @return $this
- */
- public function setPrivateKeyData($var)
- {
- GPBUtil::checkString($var, False);
- $this->private_key_data = $var;
-
- return $this;
- }
-
- /**
- * The public key data. Only provided in `GetServiceAccountKey` responses.
- *
- * Generated from protobuf field bytes public_key_data = 7;
- * @return string
- */
- public function getPublicKeyData()
- {
- return $this->public_key_data;
- }
-
- /**
- * The public key data. Only provided in `GetServiceAccountKey` responses.
- *
- * Generated from protobuf field bytes public_key_data = 7;
- * @param string $var
- * @return $this
- */
- public function setPublicKeyData($var)
- {
- GPBUtil::checkString($var, False);
- $this->public_key_data = $var;
-
- return $this;
- }
-
- /**
- * The key can be used after this timestamp.
- *
- * Generated from protobuf field .google.protobuf.Timestamp valid_after_time = 4;
- * @return \Google\Protobuf\Timestamp
- */
- public function getValidAfterTime()
- {
- return $this->valid_after_time;
- }
-
- /**
- * The key can be used after this timestamp.
- *
- * Generated from protobuf field .google.protobuf.Timestamp valid_after_time = 4;
- * @param \Google\Protobuf\Timestamp $var
- * @return $this
- */
- public function setValidAfterTime($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
- $this->valid_after_time = $var;
-
- return $this;
- }
-
- /**
- * The key can be used before this timestamp.
- *
- * Generated from protobuf field .google.protobuf.Timestamp valid_before_time = 5;
- * @return \Google\Protobuf\Timestamp
- */
- public function getValidBeforeTime()
- {
- return $this->valid_before_time;
- }
-
- /**
- * The key can be used before this timestamp.
- *
- * Generated from protobuf field .google.protobuf.Timestamp valid_before_time = 5;
- * @param \Google\Protobuf\Timestamp $var
- * @return $this
- */
- public function setValidBeforeTime($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
- $this->valid_before_time = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountKeyAlgorithm.php b/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountKeyAlgorithm.php
deleted file mode 100644
index 8a91b4286..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountKeyAlgorithm.php
+++ /dev/null
@@ -1,61 +0,0 @@
-google.iam.admin.v1.ServiceAccountKeyAlgorithm
- */
-class ServiceAccountKeyAlgorithm
-{
- /**
- * An unspecified key algorithm.
- *
- * Generated from protobuf enum KEY_ALG_UNSPECIFIED = 0;
- */
- const KEY_ALG_UNSPECIFIED = 0;
- /**
- * 1k RSA Key.
- *
- * Generated from protobuf enum KEY_ALG_RSA_1024 = 1;
- */
- const KEY_ALG_RSA_1024 = 1;
- /**
- * 2k RSA Key.
- *
- * Generated from protobuf enum KEY_ALG_RSA_2048 = 2;
- */
- const KEY_ALG_RSA_2048 = 2;
-
- private static $valueToName = [
- self::KEY_ALG_UNSPECIFIED => 'KEY_ALG_UNSPECIFIED',
- self::KEY_ALG_RSA_1024 => 'KEY_ALG_RSA_1024',
- self::KEY_ALG_RSA_2048 => 'KEY_ALG_RSA_2048',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountPrivateKeyType.php b/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountPrivateKeyType.php
deleted file mode 100644
index e7c2e23f8..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountPrivateKeyType.php
+++ /dev/null
@@ -1,63 +0,0 @@
-google.iam.admin.v1.ServiceAccountPrivateKeyType
- */
-class ServiceAccountPrivateKeyType
-{
- /**
- * Unspecified. Equivalent to `TYPE_GOOGLE_CREDENTIALS_FILE`.
- *
- * Generated from protobuf enum TYPE_UNSPECIFIED = 0;
- */
- const TYPE_UNSPECIFIED = 0;
- /**
- * PKCS12 format.
- * The password for the PKCS12 file is `notasecret`.
- * For more information, see https://tools.ietf.org/html/rfc7292.
- *
- * Generated from protobuf enum TYPE_PKCS12_FILE = 1;
- */
- const TYPE_PKCS12_FILE = 1;
- /**
- * Google Credentials File format.
- *
- * Generated from protobuf enum TYPE_GOOGLE_CREDENTIALS_FILE = 2;
- */
- const TYPE_GOOGLE_CREDENTIALS_FILE = 2;
-
- private static $valueToName = [
- self::TYPE_UNSPECIFIED => 'TYPE_UNSPECIFIED',
- self::TYPE_PKCS12_FILE => 'TYPE_PKCS12_FILE',
- self::TYPE_GOOGLE_CREDENTIALS_FILE => 'TYPE_GOOGLE_CREDENTIALS_FILE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountPublicKeyType.php b/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountPublicKeyType.php
deleted file mode 100644
index cc7ad9d4f..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/ServiceAccountPublicKeyType.php
+++ /dev/null
@@ -1,61 +0,0 @@
-google.iam.admin.v1.ServiceAccountPublicKeyType
- */
-class ServiceAccountPublicKeyType
-{
- /**
- * Unspecified. Returns nothing here.
- *
- * Generated from protobuf enum TYPE_NONE = 0;
- */
- const TYPE_NONE = 0;
- /**
- * X509 PEM format.
- *
- * Generated from protobuf enum TYPE_X509_PEM_FILE = 1;
- */
- const TYPE_X509_PEM_FILE = 1;
- /**
- * Raw public key.
- *
- * Generated from protobuf enum TYPE_RAW_PUBLIC_KEY = 2;
- */
- const TYPE_RAW_PUBLIC_KEY = 2;
-
- private static $valueToName = [
- self::TYPE_NONE => 'TYPE_NONE',
- self::TYPE_X509_PEM_FILE => 'TYPE_X509_PEM_FILE',
- self::TYPE_RAW_PUBLIC_KEY => 'TYPE_RAW_PUBLIC_KEY',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/SignBlobRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/SignBlobRequest.php
deleted file mode 100644
index e8d5508a5..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/SignBlobRequest.php
+++ /dev/null
@@ -1,117 +0,0 @@
-google.iam.admin.v1.SignBlobRequest
- */
-class SignBlobRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The bytes to sign.
- *
- * Generated from protobuf field bytes bytes_to_sign = 2;
- */
- private $bytes_to_sign = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * @type string $bytes_to_sign
- * The bytes to sign.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The bytes to sign.
- *
- * Generated from protobuf field bytes bytes_to_sign = 2;
- * @return string
- */
- public function getBytesToSign()
- {
- return $this->bytes_to_sign;
- }
-
- /**
- * The bytes to sign.
- *
- * Generated from protobuf field bytes bytes_to_sign = 2;
- * @param string $var
- * @return $this
- */
- public function setBytesToSign($var)
- {
- GPBUtil::checkString($var, False);
- $this->bytes_to_sign = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/SignBlobResponse.php b/vendor/google/common-protos/src/Iam/Admin/V1/SignBlobResponse.php
deleted file mode 100644
index 7e78f74e3..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/SignBlobResponse.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.iam.admin.v1.SignBlobResponse
- */
-class SignBlobResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The id of the key used to sign the blob.
- *
- * Generated from protobuf field string key_id = 1;
- */
- private $key_id = '';
- /**
- * The signed blob.
- *
- * Generated from protobuf field bytes signature = 2;
- */
- private $signature = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $key_id
- * The id of the key used to sign the blob.
- * @type string $signature
- * The signed blob.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The id of the key used to sign the blob.
- *
- * Generated from protobuf field string key_id = 1;
- * @return string
- */
- public function getKeyId()
- {
- return $this->key_id;
- }
-
- /**
- * The id of the key used to sign the blob.
- *
- * Generated from protobuf field string key_id = 1;
- * @param string $var
- * @return $this
- */
- public function setKeyId($var)
- {
- GPBUtil::checkString($var, True);
- $this->key_id = $var;
-
- return $this;
- }
-
- /**
- * The signed blob.
- *
- * Generated from protobuf field bytes signature = 2;
- * @return string
- */
- public function getSignature()
- {
- return $this->signature;
- }
-
- /**
- * The signed blob.
- *
- * Generated from protobuf field bytes signature = 2;
- * @param string $var
- * @return $this
- */
- public function setSignature($var)
- {
- GPBUtil::checkString($var, False);
- $this->signature = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/SignJwtRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/SignJwtRequest.php
deleted file mode 100644
index 2f4cd80fd..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/SignJwtRequest.php
+++ /dev/null
@@ -1,117 +0,0 @@
-google.iam.admin.v1.SignJwtRequest
- */
-class SignJwtRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The JWT payload to sign, a JSON JWT Claim set.
- *
- * Generated from protobuf field string payload = 2;
- */
- private $payload = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- * @type string $payload
- * The JWT payload to sign, a JSON JWT Claim set.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account in the following format:
- * `projects/{PROJECT_ID}/serviceAccounts/{SERVICE_ACCOUNT_EMAIL}`.
- * Using `-` as a wildcard for the project will infer the project from
- * the account. The `account` value can be the `email` address or the
- * `unique_id` of the service account.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The JWT payload to sign, a JSON JWT Claim set.
- *
- * Generated from protobuf field string payload = 2;
- * @return string
- */
- public function getPayload()
- {
- return $this->payload;
- }
-
- /**
- * The JWT payload to sign, a JSON JWT Claim set.
- *
- * Generated from protobuf field string payload = 2;
- * @param string $var
- * @return $this
- */
- public function setPayload($var)
- {
- GPBUtil::checkString($var, True);
- $this->payload = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/SignJwtResponse.php b/vendor/google/common-protos/src/Iam/Admin/V1/SignJwtResponse.php
deleted file mode 100644
index f56057479..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/SignJwtResponse.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.iam.admin.v1.SignJwtResponse
- */
-class SignJwtResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The id of the key used to sign the JWT.
- *
- * Generated from protobuf field string key_id = 1;
- */
- private $key_id = '';
- /**
- * The signed JWT.
- *
- * Generated from protobuf field string signed_jwt = 2;
- */
- private $signed_jwt = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $key_id
- * The id of the key used to sign the JWT.
- * @type string $signed_jwt
- * The signed JWT.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The id of the key used to sign the JWT.
- *
- * Generated from protobuf field string key_id = 1;
- * @return string
- */
- public function getKeyId()
- {
- return $this->key_id;
- }
-
- /**
- * The id of the key used to sign the JWT.
- *
- * Generated from protobuf field string key_id = 1;
- * @param string $var
- * @return $this
- */
- public function setKeyId($var)
- {
- GPBUtil::checkString($var, True);
- $this->key_id = $var;
-
- return $this;
- }
-
- /**
- * The signed JWT.
- *
- * Generated from protobuf field string signed_jwt = 2;
- * @return string
- */
- public function getSignedJwt()
- {
- return $this->signed_jwt;
- }
-
- /**
- * The signed JWT.
- *
- * Generated from protobuf field string signed_jwt = 2;
- * @param string $var
- * @return $this
- */
- public function setSignedJwt($var)
- {
- GPBUtil::checkString($var, True);
- $this->signed_jwt = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/UndeleteRoleRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/UndeleteRoleRequest.php
deleted file mode 100644
index a9262f326..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/UndeleteRoleRequest.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.iam.admin.v1.UndeleteRoleRequest
- */
-class UndeleteRoleRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 2;
- */
- private $etag = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- * @type string $etag
- * Used to perform a consistent read-modify-write.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 2;
- * @return string
- */
- public function getEtag()
- {
- return $this->etag;
- }
-
- /**
- * Used to perform a consistent read-modify-write.
- *
- * Generated from protobuf field bytes etag = 2;
- * @param string $var
- * @return $this
- */
- public function setEtag($var)
- {
- GPBUtil::checkString($var, False);
- $this->etag = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Admin/V1/UpdateRoleRequest.php b/vendor/google/common-protos/src/Iam/Admin/V1/UpdateRoleRequest.php
deleted file mode 100644
index ef0407a0a..000000000
--- a/vendor/google/common-protos/src/Iam/Admin/V1/UpdateRoleRequest.php
+++ /dev/null
@@ -1,147 +0,0 @@
-google.iam.admin.v1.UpdateRoleRequest
- */
-class UpdateRoleRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The updated role.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role role = 2;
- */
- private $role = null;
- /**
- * A mask describing which fields in the Role have changed.
- *
- * Generated from protobuf field .google.protobuf.FieldMask update_mask = 3;
- */
- private $update_mask = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- * @type \Google\Iam\Admin\V1\Role $role
- * The updated role.
- * @type \Google\Protobuf\FieldMask $update_mask
- * A mask describing which fields in the Role have changed.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Admin\V1\Iam::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the role in one of the following formats:
- * `roles/{ROLE_NAME}`
- * `organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME}`
- * `projects/{PROJECT_ID}/roles/{ROLE_NAME}`
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The updated role.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role role = 2;
- * @return \Google\Iam\Admin\V1\Role
- */
- public function getRole()
- {
- return $this->role;
- }
-
- /**
- * The updated role.
- *
- * Generated from protobuf field .google.iam.admin.v1.Role role = 2;
- * @param \Google\Iam\Admin\V1\Role $var
- * @return $this
- */
- public function setRole($var)
- {
- GPBUtil::checkMessage($var, \Google\Iam\Admin\V1\Role::class);
- $this->role = $var;
-
- return $this;
- }
-
- /**
- * A mask describing which fields in the Role have changed.
- *
- * Generated from protobuf field .google.protobuf.FieldMask update_mask = 3;
- * @return \Google\Protobuf\FieldMask
- */
- public function getUpdateMask()
- {
- return $this->update_mask;
- }
-
- /**
- * A mask describing which fields in the Role have changed.
- *
- * Generated from protobuf field .google.protobuf.FieldMask update_mask = 3;
- * @param \Google\Protobuf\FieldMask $var
- * @return $this
- */
- public function setUpdateMask($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class);
- $this->update_mask = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateAccessTokenRequest.php b/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateAccessTokenRequest.php
deleted file mode 100644
index 55457c867..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateAccessTokenRequest.php
+++ /dev/null
@@ -1,227 +0,0 @@
-google.iam.credentials.v1.GenerateAccessTokenRequest
- */
-class GenerateAccessTokenRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 2;
- */
- private $delegates;
- /**
- * Code to identify the scopes to be included in the OAuth 2.0 access token.
- * See https://developers.google.com/identity/protocols/googlescopes for more
- * information.
- * At least one value required.
- *
- * Generated from protobuf field repeated string scope = 4;
- */
- private $scope;
- /**
- * The desired lifetime duration of the access token in seconds.
- * Must be set to a value less than or equal to 3600 (1 hour). If a value is
- * not specified, the token's lifetime will be set to a default value of one
- * hour.
- *
- * Generated from protobuf field .google.protobuf.Duration lifetime = 7;
- */
- private $lifetime = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $delegates
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $scope
- * Code to identify the scopes to be included in the OAuth 2.0 access token.
- * See https://developers.google.com/identity/protocols/googlescopes for more
- * information.
- * At least one value required.
- * @type \Google\Protobuf\Duration $lifetime
- * The desired lifetime duration of the access token in seconds.
- * Must be set to a value less than or equal to 3600 (1 hour). If a value is
- * not specified, the token's lifetime will be set to a default value of one
- * hour.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDelegates()
- {
- return $this->delegates;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDelegates($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->delegates = $arr;
-
- return $this;
- }
-
- /**
- * Code to identify the scopes to be included in the OAuth 2.0 access token.
- * See https://developers.google.com/identity/protocols/googlescopes for more
- * information.
- * At least one value required.
- *
- * Generated from protobuf field repeated string scope = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getScope()
- {
- return $this->scope;
- }
-
- /**
- * Code to identify the scopes to be included in the OAuth 2.0 access token.
- * See https://developers.google.com/identity/protocols/googlescopes for more
- * information.
- * At least one value required.
- *
- * Generated from protobuf field repeated string scope = 4;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setScope($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->scope = $arr;
-
- return $this;
- }
-
- /**
- * The desired lifetime duration of the access token in seconds.
- * Must be set to a value less than or equal to 3600 (1 hour). If a value is
- * not specified, the token's lifetime will be set to a default value of one
- * hour.
- *
- * Generated from protobuf field .google.protobuf.Duration lifetime = 7;
- * @return \Google\Protobuf\Duration
- */
- public function getLifetime()
- {
- return $this->lifetime;
- }
-
- /**
- * The desired lifetime duration of the access token in seconds.
- * Must be set to a value less than or equal to 3600 (1 hour). If a value is
- * not specified, the token's lifetime will be set to a default value of one
- * hour.
- *
- * Generated from protobuf field .google.protobuf.Duration lifetime = 7;
- * @param \Google\Protobuf\Duration $var
- * @return $this
- */
- public function setLifetime($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class);
- $this->lifetime = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateAccessTokenResponse.php b/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateAccessTokenResponse.php
deleted file mode 100644
index 31f015f2f..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateAccessTokenResponse.php
+++ /dev/null
@@ -1,103 +0,0 @@
-google.iam.credentials.v1.GenerateAccessTokenResponse
- */
-class GenerateAccessTokenResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The OAuth 2.0 access token.
- *
- * Generated from protobuf field string access_token = 1;
- */
- private $access_token = '';
- /**
- * Token expiration time.
- * The expiration time is always set.
- *
- * Generated from protobuf field .google.protobuf.Timestamp expire_time = 3;
- */
- private $expire_time = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $access_token
- * The OAuth 2.0 access token.
- * @type \Google\Protobuf\Timestamp $expire_time
- * Token expiration time.
- * The expiration time is always set.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The OAuth 2.0 access token.
- *
- * Generated from protobuf field string access_token = 1;
- * @return string
- */
- public function getAccessToken()
- {
- return $this->access_token;
- }
-
- /**
- * The OAuth 2.0 access token.
- *
- * Generated from protobuf field string access_token = 1;
- * @param string $var
- * @return $this
- */
- public function setAccessToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->access_token = $var;
-
- return $this;
- }
-
- /**
- * Token expiration time.
- * The expiration time is always set.
- *
- * Generated from protobuf field .google.protobuf.Timestamp expire_time = 3;
- * @return \Google\Protobuf\Timestamp
- */
- public function getExpireTime()
- {
- return $this->expire_time;
- }
-
- /**
- * Token expiration time.
- * The expiration time is always set.
- *
- * Generated from protobuf field .google.protobuf.Timestamp expire_time = 3;
- * @param \Google\Protobuf\Timestamp $var
- * @return $this
- */
- public function setExpireTime($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
- $this->expire_time = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateIdTokenRequest.php b/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateIdTokenRequest.php
deleted file mode 100644
index 8a0d4ef5a..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateIdTokenRequest.php
+++ /dev/null
@@ -1,211 +0,0 @@
-google.iam.credentials.v1.GenerateIdTokenRequest
- */
-class GenerateIdTokenRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 2;
- */
- private $delegates;
- /**
- * The audience for the token, such as the API or account that this token
- * grants access to.
- *
- * Generated from protobuf field string audience = 3;
- */
- private $audience = '';
- /**
- * Include the service account email in the token. If set to `true`, the
- * token will contain `email` and `email_verified` claims.
- *
- * Generated from protobuf field bool include_email = 4;
- */
- private $include_email = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $delegates
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- * @type string $audience
- * The audience for the token, such as the API or account that this token
- * grants access to.
- * @type bool $include_email
- * Include the service account email in the token. If set to `true`, the
- * token will contain `email` and `email_verified` claims.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDelegates()
- {
- return $this->delegates;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 2;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDelegates($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->delegates = $arr;
-
- return $this;
- }
-
- /**
- * The audience for the token, such as the API or account that this token
- * grants access to.
- *
- * Generated from protobuf field string audience = 3;
- * @return string
- */
- public function getAudience()
- {
- return $this->audience;
- }
-
- /**
- * The audience for the token, such as the API or account that this token
- * grants access to.
- *
- * Generated from protobuf field string audience = 3;
- * @param string $var
- * @return $this
- */
- public function setAudience($var)
- {
- GPBUtil::checkString($var, True);
- $this->audience = $var;
-
- return $this;
- }
-
- /**
- * Include the service account email in the token. If set to `true`, the
- * token will contain `email` and `email_verified` claims.
- *
- * Generated from protobuf field bool include_email = 4;
- * @return bool
- */
- public function getIncludeEmail()
- {
- return $this->include_email;
- }
-
- /**
- * Include the service account email in the token. If set to `true`, the
- * token will contain `email` and `email_verified` claims.
- *
- * Generated from protobuf field bool include_email = 4;
- * @param bool $var
- * @return $this
- */
- public function setIncludeEmail($var)
- {
- GPBUtil::checkBool($var);
- $this->include_email = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateIdTokenResponse.php b/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateIdTokenResponse.php
deleted file mode 100644
index f41541248..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/GenerateIdTokenResponse.php
+++ /dev/null
@@ -1,65 +0,0 @@
-google.iam.credentials.v1.GenerateIdTokenResponse
- */
-class GenerateIdTokenResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The OpenId Connect ID token.
- *
- * Generated from protobuf field string token = 1;
- */
- private $token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $token
- * The OpenId Connect ID token.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The OpenId Connect ID token.
- *
- * Generated from protobuf field string token = 1;
- * @return string
- */
- public function getToken()
- {
- return $this->token;
- }
-
- /**
- * The OpenId Connect ID token.
- *
- * Generated from protobuf field string token = 1;
- * @param string $var
- * @return $this
- */
- public function setToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/SignBlobRequest.php b/vendor/google/common-protos/src/Iam/Credentials/V1/SignBlobRequest.php
deleted file mode 100644
index 6e52a239c..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/SignBlobRequest.php
+++ /dev/null
@@ -1,169 +0,0 @@
-google.iam.credentials.v1.SignBlobRequest
- */
-class SignBlobRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 3;
- */
- private $delegates;
- /**
- * The bytes to sign.
- *
- * Generated from protobuf field bytes payload = 5;
- */
- private $payload = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $delegates
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- * @type string $payload
- * The bytes to sign.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDelegates()
- {
- return $this->delegates;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDelegates($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->delegates = $arr;
-
- return $this;
- }
-
- /**
- * The bytes to sign.
- *
- * Generated from protobuf field bytes payload = 5;
- * @return string
- */
- public function getPayload()
- {
- return $this->payload;
- }
-
- /**
- * The bytes to sign.
- *
- * Generated from protobuf field bytes payload = 5;
- * @param string $var
- * @return $this
- */
- public function setPayload($var)
- {
- GPBUtil::checkString($var, False);
- $this->payload = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/SignBlobResponse.php b/vendor/google/common-protos/src/Iam/Credentials/V1/SignBlobResponse.php
deleted file mode 100644
index 2cc1a80da..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/SignBlobResponse.php
+++ /dev/null
@@ -1,99 +0,0 @@
-google.iam.credentials.v1.SignBlobResponse
- */
-class SignBlobResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The ID of the key used to sign the blob.
- *
- * Generated from protobuf field string key_id = 1;
- */
- private $key_id = '';
- /**
- * The signed blob.
- *
- * Generated from protobuf field bytes signed_blob = 4;
- */
- private $signed_blob = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $key_id
- * The ID of the key used to sign the blob.
- * @type string $signed_blob
- * The signed blob.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The ID of the key used to sign the blob.
- *
- * Generated from protobuf field string key_id = 1;
- * @return string
- */
- public function getKeyId()
- {
- return $this->key_id;
- }
-
- /**
- * The ID of the key used to sign the blob.
- *
- * Generated from protobuf field string key_id = 1;
- * @param string $var
- * @return $this
- */
- public function setKeyId($var)
- {
- GPBUtil::checkString($var, True);
- $this->key_id = $var;
-
- return $this;
- }
-
- /**
- * The signed blob.
- *
- * Generated from protobuf field bytes signed_blob = 4;
- * @return string
- */
- public function getSignedBlob()
- {
- return $this->signed_blob;
- }
-
- /**
- * The signed blob.
- *
- * Generated from protobuf field bytes signed_blob = 4;
- * @param string $var
- * @return $this
- */
- public function setSignedBlob($var)
- {
- GPBUtil::checkString($var, False);
- $this->signed_blob = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/SignJwtRequest.php b/vendor/google/common-protos/src/Iam/Credentials/V1/SignJwtRequest.php
deleted file mode 100644
index d3f4ed9d5..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/SignJwtRequest.php
+++ /dev/null
@@ -1,169 +0,0 @@
-google.iam.credentials.v1.SignJwtRequest
- */
-class SignJwtRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 3;
- */
- private $delegates;
- /**
- * The JWT payload to sign: a JSON object that contains a JWT Claims Set.
- *
- * Generated from protobuf field string payload = 5;
- */
- private $payload = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $delegates
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- * @type string $payload
- * The JWT payload to sign: a JSON object that contains a JWT Claims Set.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The resource name of the service account for which the credentials
- * are requested, in the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDelegates()
- {
- return $this->delegates;
- }
-
- /**
- * The sequence of service accounts in a delegation chain. Each service
- * account must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on its next service account in the chain. The last service account in the
- * chain must be granted the `roles/iam.serviceAccountTokenCreator` role
- * on the service account that is specified in the `name` field of the
- * request.
- * The delegates must have the following format:
- * `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`
- *
- * Generated from protobuf field repeated string delegates = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDelegates($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->delegates = $arr;
-
- return $this;
- }
-
- /**
- * The JWT payload to sign: a JSON object that contains a JWT Claims Set.
- *
- * Generated from protobuf field string payload = 5;
- * @return string
- */
- public function getPayload()
- {
- return $this->payload;
- }
-
- /**
- * The JWT payload to sign: a JSON object that contains a JWT Claims Set.
- *
- * Generated from protobuf field string payload = 5;
- * @param string $var
- * @return $this
- */
- public function setPayload($var)
- {
- GPBUtil::checkString($var, True);
- $this->payload = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/Credentials/V1/SignJwtResponse.php b/vendor/google/common-protos/src/Iam/Credentials/V1/SignJwtResponse.php
deleted file mode 100644
index 92c735e96..000000000
--- a/vendor/google/common-protos/src/Iam/Credentials/V1/SignJwtResponse.php
+++ /dev/null
@@ -1,99 +0,0 @@
-google.iam.credentials.v1.SignJwtResponse
- */
-class SignJwtResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * The ID of the key used to sign the JWT.
- *
- * Generated from protobuf field string key_id = 1;
- */
- private $key_id = '';
- /**
- * The signed JWT.
- *
- * Generated from protobuf field string signed_jwt = 2;
- */
- private $signed_jwt = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $key_id
- * The ID of the key used to sign the JWT.
- * @type string $signed_jwt
- * The signed JWT.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\Credentials\V1\Common::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The ID of the key used to sign the JWT.
- *
- * Generated from protobuf field string key_id = 1;
- * @return string
- */
- public function getKeyId()
- {
- return $this->key_id;
- }
-
- /**
- * The ID of the key used to sign the JWT.
- *
- * Generated from protobuf field string key_id = 1;
- * @param string $var
- * @return $this
- */
- public function setKeyId($var)
- {
- GPBUtil::checkString($var, True);
- $this->key_id = $var;
-
- return $this;
- }
-
- /**
- * The signed JWT.
- *
- * Generated from protobuf field string signed_jwt = 2;
- * @return string
- */
- public function getSignedJwt()
- {
- return $this->signed_jwt;
- }
-
- /**
- * The signed JWT.
- *
- * Generated from protobuf field string signed_jwt = 2;
- * @param string $var
- * @return $this
- */
- public function setSignedJwt($var)
- {
- GPBUtil::checkString($var, True);
- $this->signed_jwt = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Iam/V1/Logging/AuditData.php b/vendor/google/common-protos/src/Iam/V1/Logging/AuditData.php
deleted file mode 100644
index 94c12c2dd..000000000
--- a/vendor/google/common-protos/src/Iam/V1/Logging/AuditData.php
+++ /dev/null
@@ -1,69 +0,0 @@
-google.iam.v1.logging.AuditData
- */
-class AuditData extends \Google\Protobuf\Internal\Message
-{
- /**
- * Policy delta between the original policy and the newly set policy.
- *
- * Generated from protobuf field .google.iam.v1.PolicyDelta policy_delta = 2;
- */
- private $policy_delta = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Cloud\Iam\V1\PolicyDelta $policy_delta
- * Policy delta between the original policy and the newly set policy.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Iam\V1\Logging\AuditData::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Policy delta between the original policy and the newly set policy.
- *
- * Generated from protobuf field .google.iam.v1.PolicyDelta policy_delta = 2;
- * @return \Google\Cloud\Iam\V1\PolicyDelta
- */
- public function getPolicyDelta()
- {
- return $this->policy_delta;
- }
-
- /**
- * Policy delta between the original policy and the newly set policy.
- *
- * Generated from protobuf field .google.iam.v1.PolicyDelta policy_delta = 2;
- * @param \Google\Cloud\Iam\V1\PolicyDelta $var
- * @return $this
- */
- public function setPolicyDelta($var)
- {
- GPBUtil::checkMessage($var, \Google\Cloud\Iam\V1\PolicyDelta::class);
- $this->policy_delta = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/CancelOperationRequest.php b/vendor/google/common-protos/src/LongRunning/CancelOperationRequest.php
deleted file mode 100644
index 48b68f41d..000000000
--- a/vendor/google/common-protos/src/LongRunning/CancelOperationRequest.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.longrunning.CancelOperationRequest
- */
-class CancelOperationRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the operation resource to be cancelled.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the operation resource to be cancelled.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the operation resource to be cancelled.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the operation resource to be cancelled.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/DeleteOperationRequest.php b/vendor/google/common-protos/src/LongRunning/DeleteOperationRequest.php
deleted file mode 100644
index 8fce867db..000000000
--- a/vendor/google/common-protos/src/LongRunning/DeleteOperationRequest.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.longrunning.DeleteOperationRequest
- */
-class DeleteOperationRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the operation resource to be deleted.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the operation resource to be deleted.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the operation resource to be deleted.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the operation resource to be deleted.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/GetOperationRequest.php b/vendor/google/common-protos/src/LongRunning/GetOperationRequest.php
deleted file mode 100644
index 061a192a4..000000000
--- a/vendor/google/common-protos/src/LongRunning/GetOperationRequest.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.longrunning.GetOperationRequest
- */
-class GetOperationRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the operation resource.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the operation resource.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the operation resource.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the operation resource.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/ListOperationsRequest.php b/vendor/google/common-protos/src/LongRunning/ListOperationsRequest.php
deleted file mode 100644
index 732203a35..000000000
--- a/vendor/google/common-protos/src/LongRunning/ListOperationsRequest.php
+++ /dev/null
@@ -1,169 +0,0 @@
-google.longrunning.ListOperationsRequest
- */
-class ListOperationsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The name of the operation collection.
- *
- * Generated from protobuf field string name = 4;
- */
- private $name = '';
- /**
- * The standard list filter.
- *
- * Generated from protobuf field string filter = 1;
- */
- private $filter = '';
- /**
- * The standard list page size.
- *
- * Generated from protobuf field int32 page_size = 2;
- */
- private $page_size = 0;
- /**
- * The standard list page token.
- *
- * Generated from protobuf field string page_token = 3;
- */
- private $page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The name of the operation collection.
- * @type string $filter
- * The standard list filter.
- * @type int $page_size
- * The standard list page size.
- * @type string $page_token
- * The standard list page token.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The name of the operation collection.
- *
- * Generated from protobuf field string name = 4;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The name of the operation collection.
- *
- * Generated from protobuf field string name = 4;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The standard list filter.
- *
- * Generated from protobuf field string filter = 1;
- * @return string
- */
- public function getFilter()
- {
- return $this->filter;
- }
-
- /**
- * The standard list filter.
- *
- * Generated from protobuf field string filter = 1;
- * @param string $var
- * @return $this
- */
- public function setFilter($var)
- {
- GPBUtil::checkString($var, True);
- $this->filter = $var;
-
- return $this;
- }
-
- /**
- * The standard list page size.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * The standard list page size.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * The standard list page token.
- *
- * Generated from protobuf field string page_token = 3;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * The standard list page token.
- *
- * Generated from protobuf field string page_token = 3;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/ListOperationsResponse.php b/vendor/google/common-protos/src/LongRunning/ListOperationsResponse.php
deleted file mode 100644
index ffe4ee18c..000000000
--- a/vendor/google/common-protos/src/LongRunning/ListOperationsResponse.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.longrunning.ListOperationsResponse
- */
-class ListOperationsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * A list of operations that matches the specified filter in the request.
- *
- * Generated from protobuf field repeated .google.longrunning.Operation operations = 1;
- */
- private $operations;
- /**
- * The standard List next-page token.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\LongRunning\Operation[]|\Google\Protobuf\Internal\RepeatedField $operations
- * A list of operations that matches the specified filter in the request.
- * @type string $next_page_token
- * The standard List next-page token.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A list of operations that matches the specified filter in the request.
- *
- * Generated from protobuf field repeated .google.longrunning.Operation operations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOperations()
- {
- return $this->operations;
- }
-
- /**
- * A list of operations that matches the specified filter in the request.
- *
- * Generated from protobuf field repeated .google.longrunning.Operation operations = 1;
- * @param \Google\LongRunning\Operation[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOperations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\LongRunning\Operation::class);
- $this->operations = $arr;
-
- return $this;
- }
-
- /**
- * The standard List next-page token.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * The standard List next-page token.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/Operation.php b/vendor/google/common-protos/src/LongRunning/Operation.php
deleted file mode 100644
index 1cda0974c..000000000
--- a/vendor/google/common-protos/src/LongRunning/Operation.php
+++ /dev/null
@@ -1,250 +0,0 @@
-google.longrunning.Operation
- */
-class Operation extends \Google\Protobuf\Internal\Message
-{
- /**
- * The server-assigned name, which is only unique within the same service that
- * originally returns it. If you use the default HTTP mapping, the
- * `name` should have the format of `operations/some/unique/name`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Service-specific metadata associated with the operation. It typically
- * contains progress information and common metadata such as create time.
- * Some services might not provide such metadata. Any method that returns a
- * long-running operation should document the metadata type, if any.
- *
- * Generated from protobuf field .google.protobuf.Any metadata = 2;
- */
- private $metadata = null;
- /**
- * If the value is `false`, it means the operation is still in progress.
- * If true, the operation is completed, and either `error` or `response` is
- * available.
- *
- * Generated from protobuf field bool done = 3;
- */
- private $done = false;
- protected $result;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The server-assigned name, which is only unique within the same service that
- * originally returns it. If you use the default HTTP mapping, the
- * `name` should have the format of `operations/some/unique/name`.
- * @type \Google\Protobuf\Any $metadata
- * Service-specific metadata associated with the operation. It typically
- * contains progress information and common metadata such as create time.
- * Some services might not provide such metadata. Any method that returns a
- * long-running operation should document the metadata type, if any.
- * @type bool $done
- * If the value is `false`, it means the operation is still in progress.
- * If true, the operation is completed, and either `error` or `response` is
- * available.
- * @type \Google\Rpc\Status $error
- * The error result of the operation in case of failure or cancellation.
- * @type \Google\Protobuf\Any $response
- * The normal response of the operation in case of success. If the original
- * method returns no data on success, such as `Delete`, the response is
- * `google.protobuf.Empty`. If the original method is standard
- * `Get`/`Create`/`Update`, the response should be the resource. For other
- * methods, the response should have the type `XxxResponse`, where `Xxx`
- * is the original method name. For example, if the original method name
- * is `TakeSnapshot()`, the inferred response type is
- * `TakeSnapshotResponse`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The server-assigned name, which is only unique within the same service that
- * originally returns it. If you use the default HTTP mapping, the
- * `name` should have the format of `operations/some/unique/name`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The server-assigned name, which is only unique within the same service that
- * originally returns it. If you use the default HTTP mapping, the
- * `name` should have the format of `operations/some/unique/name`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Service-specific metadata associated with the operation. It typically
- * contains progress information and common metadata such as create time.
- * Some services might not provide such metadata. Any method that returns a
- * long-running operation should document the metadata type, if any.
- *
- * Generated from protobuf field .google.protobuf.Any metadata = 2;
- * @return \Google\Protobuf\Any
- */
- public function getMetadata()
- {
- return $this->metadata;
- }
-
- /**
- * Service-specific metadata associated with the operation. It typically
- * contains progress information and common metadata such as create time.
- * Some services might not provide such metadata. Any method that returns a
- * long-running operation should document the metadata type, if any.
- *
- * Generated from protobuf field .google.protobuf.Any metadata = 2;
- * @param \Google\Protobuf\Any $var
- * @return $this
- */
- public function setMetadata($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Any::class);
- $this->metadata = $var;
-
- return $this;
- }
-
- /**
- * If the value is `false`, it means the operation is still in progress.
- * If true, the operation is completed, and either `error` or `response` is
- * available.
- *
- * Generated from protobuf field bool done = 3;
- * @return bool
- */
- public function getDone()
- {
- return $this->done;
- }
-
- /**
- * If the value is `false`, it means the operation is still in progress.
- * If true, the operation is completed, and either `error` or `response` is
- * available.
- *
- * Generated from protobuf field bool done = 3;
- * @param bool $var
- * @return $this
- */
- public function setDone($var)
- {
- GPBUtil::checkBool($var);
- $this->done = $var;
-
- return $this;
- }
-
- /**
- * The error result of the operation in case of failure or cancellation.
- *
- * Generated from protobuf field .google.rpc.Status error = 4;
- * @return \Google\Rpc\Status
- */
- public function getError()
- {
- return $this->readOneof(4);
- }
-
- /**
- * The error result of the operation in case of failure or cancellation.
- *
- * Generated from protobuf field .google.rpc.Status error = 4;
- * @param \Google\Rpc\Status $var
- * @return $this
- */
- public function setError($var)
- {
- GPBUtil::checkMessage($var, \Google\Rpc\Status::class);
- $this->writeOneof(4, $var);
-
- return $this;
- }
-
- /**
- * The normal response of the operation in case of success. If the original
- * method returns no data on success, such as `Delete`, the response is
- * `google.protobuf.Empty`. If the original method is standard
- * `Get`/`Create`/`Update`, the response should be the resource. For other
- * methods, the response should have the type `XxxResponse`, where `Xxx`
- * is the original method name. For example, if the original method name
- * is `TakeSnapshot()`, the inferred response type is
- * `TakeSnapshotResponse`.
- *
- * Generated from protobuf field .google.protobuf.Any response = 5;
- * @return \Google\Protobuf\Any
- */
- public function getResponse()
- {
- return $this->readOneof(5);
- }
-
- /**
- * The normal response of the operation in case of success. If the original
- * method returns no data on success, such as `Delete`, the response is
- * `google.protobuf.Empty`. If the original method is standard
- * `Get`/`Create`/`Update`, the response should be the resource. For other
- * methods, the response should have the type `XxxResponse`, where `Xxx`
- * is the original method name. For example, if the original method name
- * is `TakeSnapshot()`, the inferred response type is
- * `TakeSnapshotResponse`.
- *
- * Generated from protobuf field .google.protobuf.Any response = 5;
- * @param \Google\Protobuf\Any $var
- * @return $this
- */
- public function setResponse($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Any::class);
- $this->writeOneof(5, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getResult()
- {
- return $this->whichOneof("result");
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/LongRunning/OperationInfo.php b/vendor/google/common-protos/src/LongRunning/OperationInfo.php
deleted file mode 100644
index 35ebb15b5..000000000
--- a/vendor/google/common-protos/src/LongRunning/OperationInfo.php
+++ /dev/null
@@ -1,145 +0,0 @@
-google.longrunning.OperationInfo
- */
-class OperationInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * Required. The message name of the primary return type for this
- * long-running operation.
- * This type will be used to deserialize the LRO's response.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- *
- * Generated from protobuf field string response_type = 1;
- */
- private $response_type = '';
- /**
- * Required. The message name of the metadata type for this long-running
- * operation.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- *
- * Generated from protobuf field string metadata_type = 2;
- */
- private $metadata_type = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $response_type
- * Required. The message name of the primary return type for this
- * long-running operation.
- * This type will be used to deserialize the LRO's response.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- * @type string $metadata_type
- * Required. The message name of the metadata type for this long-running
- * operation.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Longrunning\Operations::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Required. The message name of the primary return type for this
- * long-running operation.
- * This type will be used to deserialize the LRO's response.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- *
- * Generated from protobuf field string response_type = 1;
- * @return string
- */
- public function getResponseType()
- {
- return $this->response_type;
- }
-
- /**
- * Required. The message name of the primary return type for this
- * long-running operation.
- * This type will be used to deserialize the LRO's response.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- *
- * Generated from protobuf field string response_type = 1;
- * @param string $var
- * @return $this
- */
- public function setResponseType($var)
- {
- GPBUtil::checkString($var, True);
- $this->response_type = $var;
-
- return $this;
- }
-
- /**
- * Required. The message name of the metadata type for this long-running
- * operation.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- *
- * Generated from protobuf field string metadata_type = 2;
- * @return string
- */
- public function getMetadataType()
- {
- return $this->metadata_type;
- }
-
- /**
- * Required. The message name of the metadata type for this long-running
- * operation.
- * If the response is in a different package from the rpc, a fully-qualified
- * message name must be used (e.g. `google.protobuf.Struct`).
- * Note: Altering this value constitutes a breaking change.
- *
- * Generated from protobuf field string metadata_type = 2;
- * @param string $var
- * @return $this
- */
- public function setMetadataType($var)
- {
- GPBUtil::checkString($var, True);
- $this->metadata_type = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/BadRequest.php b/vendor/google/common-protos/src/Rpc/BadRequest.php
deleted file mode 100644
index c25d9110f..000000000
--- a/vendor/google/common-protos/src/Rpc/BadRequest.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.rpc.BadRequest
- */
-class BadRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Describes all violations in a client request.
- *
- * Generated from protobuf field repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
- */
- private $field_violations;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Rpc\BadRequest\FieldViolation[]|\Google\Protobuf\Internal\RepeatedField $field_violations
- * Describes all violations in a client request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Describes all violations in a client request.
- *
- * Generated from protobuf field repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getFieldViolations()
- {
- return $this->field_violations;
- }
-
- /**
- * Describes all violations in a client request.
- *
- * Generated from protobuf field repeated .google.rpc.BadRequest.FieldViolation field_violations = 1;
- * @param \Google\Rpc\BadRequest\FieldViolation[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setFieldViolations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Rpc\BadRequest\FieldViolation::class);
- $this->field_violations = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/BadRequest/FieldViolation.php b/vendor/google/common-protos/src/Rpc/BadRequest/FieldViolation.php
deleted file mode 100644
index fd0366e45..000000000
--- a/vendor/google/common-protos/src/Rpc/BadRequest/FieldViolation.php
+++ /dev/null
@@ -1,112 +0,0 @@
-google.rpc.BadRequest.FieldViolation
- */
-class FieldViolation extends \Google\Protobuf\Internal\Message
-{
- /**
- * A path leading to a field in the request body. The value will be a
- * sequence of dot-separated identifiers that identify a protocol buffer
- * field. E.g., "field_violations.field" would identify this field.
- *
- * Generated from protobuf field string field = 1;
- */
- private $field = '';
- /**
- * A description of why the request element is bad.
- *
- * Generated from protobuf field string description = 2;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $field
- * A path leading to a field in the request body. The value will be a
- * sequence of dot-separated identifiers that identify a protocol buffer
- * field. E.g., "field_violations.field" would identify this field.
- * @type string $description
- * A description of why the request element is bad.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A path leading to a field in the request body. The value will be a
- * sequence of dot-separated identifiers that identify a protocol buffer
- * field. E.g., "field_violations.field" would identify this field.
- *
- * Generated from protobuf field string field = 1;
- * @return string
- */
- public function getField()
- {
- return $this->field;
- }
-
- /**
- * A path leading to a field in the request body. The value will be a
- * sequence of dot-separated identifiers that identify a protocol buffer
- * field. E.g., "field_violations.field" would identify this field.
- *
- * Generated from protobuf field string field = 1;
- * @param string $var
- * @return $this
- */
- public function setField($var)
- {
- GPBUtil::checkString($var, True);
- $this->field = $var;
-
- return $this;
- }
-
- /**
- * A description of why the request element is bad.
- *
- * Generated from protobuf field string description = 2;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A description of why the request element is bad.
- *
- * Generated from protobuf field string description = 2;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(FieldViolation::class, \Google\Rpc\BadRequest_FieldViolation::class);
-
diff --git a/vendor/google/common-protos/src/Rpc/BadRequest_FieldViolation.php b/vendor/google/common-protos/src/Rpc/BadRequest_FieldViolation.php
deleted file mode 100644
index bf6bdcdc1..000000000
--- a/vendor/google/common-protos/src/Rpc/BadRequest_FieldViolation.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.rpc.Code
- */
-class Code
-{
- /**
- * Not an error; returned on success
- * HTTP Mapping: 200 OK
- *
- * Generated from protobuf enum OK = 0;
- */
- const OK = 0;
- /**
- * The operation was cancelled, typically by the caller.
- * HTTP Mapping: 499 Client Closed Request
- *
- * Generated from protobuf enum CANCELLED = 1;
- */
- const CANCELLED = 1;
- /**
- * Unknown error. For example, this error may be returned when
- * a `Status` value received from another address space belongs to
- * an error space that is not known in this address space. Also
- * errors raised by APIs that do not return enough error information
- * may be converted to this error.
- * HTTP Mapping: 500 Internal Server Error
- *
- * Generated from protobuf enum UNKNOWN = 2;
- */
- const UNKNOWN = 2;
- /**
- * The client specified an invalid argument. Note that this differs
- * from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments
- * that are problematic regardless of the state of the system
- * (e.g., a malformed file name).
- * HTTP Mapping: 400 Bad Request
- *
- * Generated from protobuf enum INVALID_ARGUMENT = 3;
- */
- const INVALID_ARGUMENT = 3;
- /**
- * The deadline expired before the operation could complete. For operations
- * that change the state of the system, this error may be returned
- * even if the operation has completed successfully. For example, a
- * successful response from a server could have been delayed long
- * enough for the deadline to expire.
- * HTTP Mapping: 504 Gateway Timeout
- *
- * Generated from protobuf enum DEADLINE_EXCEEDED = 4;
- */
- const DEADLINE_EXCEEDED = 4;
- /**
- * Some requested entity (e.g., file or directory) was not found.
- * Note to server developers: if a request is denied for an entire class
- * of users, such as gradual feature rollout or undocumented whitelist,
- * `NOT_FOUND` may be used. If a request is denied for some users within
- * a class of users, such as user-based access control, `PERMISSION_DENIED`
- * must be used.
- * HTTP Mapping: 404 Not Found
- *
- * Generated from protobuf enum NOT_FOUND = 5;
- */
- const NOT_FOUND = 5;
- /**
- * The entity that a client attempted to create (e.g., file or directory)
- * already exists.
- * HTTP Mapping: 409 Conflict
- *
- * Generated from protobuf enum ALREADY_EXISTS = 6;
- */
- const ALREADY_EXISTS = 6;
- /**
- * The caller does not have permission to execute the specified
- * operation. `PERMISSION_DENIED` must not be used for rejections
- * caused by exhausting some resource (use `RESOURCE_EXHAUSTED`
- * instead for those errors). `PERMISSION_DENIED` must not be
- * used if the caller can not be identified (use `UNAUTHENTICATED`
- * instead for those errors). This error code does not imply the
- * request is valid or the requested entity exists or satisfies
- * other pre-conditions.
- * HTTP Mapping: 403 Forbidden
- *
- * Generated from protobuf enum PERMISSION_DENIED = 7;
- */
- const PERMISSION_DENIED = 7;
- /**
- * The request does not have valid authentication credentials for the
- * operation.
- * HTTP Mapping: 401 Unauthorized
- *
- * Generated from protobuf enum UNAUTHENTICATED = 16;
- */
- const UNAUTHENTICATED = 16;
- /**
- * Some resource has been exhausted, perhaps a per-user quota, or
- * perhaps the entire file system is out of space.
- * HTTP Mapping: 429 Too Many Requests
- *
- * Generated from protobuf enum RESOURCE_EXHAUSTED = 8;
- */
- const RESOURCE_EXHAUSTED = 8;
- /**
- * The operation was rejected because the system is not in a state
- * required for the operation's execution. For example, the directory
- * to be deleted is non-empty, an rmdir operation is applied to
- * a non-directory, etc.
- * Service implementors can use the following guidelines to decide
- * between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`:
- * (a) Use `UNAVAILABLE` if the client can retry just the failing call.
- * (b) Use `ABORTED` if the client should retry at a higher level
- * (e.g., when a client-specified test-and-set fails, indicating the
- * client should restart a read-modify-write sequence).
- * (c) Use `FAILED_PRECONDITION` if the client should not retry until
- * the system state has been explicitly fixed. E.g., if an "rmdir"
- * fails because the directory is non-empty, `FAILED_PRECONDITION`
- * should be returned since the client should not retry unless
- * the files are deleted from the directory.
- * HTTP Mapping: 400 Bad Request
- *
- * Generated from protobuf enum FAILED_PRECONDITION = 9;
- */
- const FAILED_PRECONDITION = 9;
- /**
- * The operation was aborted, typically due to a concurrency issue such as
- * a sequencer check failure or transaction abort.
- * See the guidelines above for deciding between `FAILED_PRECONDITION`,
- * `ABORTED`, and `UNAVAILABLE`.
- * HTTP Mapping: 409 Conflict
- *
- * Generated from protobuf enum ABORTED = 10;
- */
- const ABORTED = 10;
- /**
- * The operation was attempted past the valid range. E.g., seeking or
- * reading past end-of-file.
- * Unlike `INVALID_ARGUMENT`, this error indicates a problem that may
- * be fixed if the system state changes. For example, a 32-bit file
- * system will generate `INVALID_ARGUMENT` if asked to read at an
- * offset that is not in the range [0,2^32-1], but it will generate
- * `OUT_OF_RANGE` if asked to read from an offset past the current
- * file size.
- * There is a fair bit of overlap between `FAILED_PRECONDITION` and
- * `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific
- * error) when it applies so that callers who are iterating through
- * a space can easily look for an `OUT_OF_RANGE` error to detect when
- * they are done.
- * HTTP Mapping: 400 Bad Request
- *
- * Generated from protobuf enum OUT_OF_RANGE = 11;
- */
- const OUT_OF_RANGE = 11;
- /**
- * The operation is not implemented or is not supported/enabled in this
- * service.
- * HTTP Mapping: 501 Not Implemented
- *
- * Generated from protobuf enum UNIMPLEMENTED = 12;
- */
- const UNIMPLEMENTED = 12;
- /**
- * Internal errors. This means that some invariants expected by the
- * underlying system have been broken. This error code is reserved
- * for serious errors.
- * HTTP Mapping: 500 Internal Server Error
- *
- * Generated from protobuf enum INTERNAL = 13;
- */
- const INTERNAL = 13;
- /**
- * The service is currently unavailable. This is most likely a
- * transient condition, which can be corrected by retrying with
- * a backoff.
- * See the guidelines above for deciding between `FAILED_PRECONDITION`,
- * `ABORTED`, and `UNAVAILABLE`.
- * HTTP Mapping: 503 Service Unavailable
- *
- * Generated from protobuf enum UNAVAILABLE = 14;
- */
- const UNAVAILABLE = 14;
- /**
- * Unrecoverable data loss or corruption.
- * HTTP Mapping: 500 Internal Server Error
- *
- * Generated from protobuf enum DATA_LOSS = 15;
- */
- const DATA_LOSS = 15;
-
- private static $valueToName = [
- self::OK => 'OK',
- self::CANCELLED => 'CANCELLED',
- self::UNKNOWN => 'UNKNOWN',
- self::INVALID_ARGUMENT => 'INVALID_ARGUMENT',
- self::DEADLINE_EXCEEDED => 'DEADLINE_EXCEEDED',
- self::NOT_FOUND => 'NOT_FOUND',
- self::ALREADY_EXISTS => 'ALREADY_EXISTS',
- self::PERMISSION_DENIED => 'PERMISSION_DENIED',
- self::UNAUTHENTICATED => 'UNAUTHENTICATED',
- self::RESOURCE_EXHAUSTED => 'RESOURCE_EXHAUSTED',
- self::FAILED_PRECONDITION => 'FAILED_PRECONDITION',
- self::ABORTED => 'ABORTED',
- self::OUT_OF_RANGE => 'OUT_OF_RANGE',
- self::UNIMPLEMENTED => 'UNIMPLEMENTED',
- self::INTERNAL => 'INTERNAL',
- self::UNAVAILABLE => 'UNAVAILABLE',
- self::DATA_LOSS => 'DATA_LOSS',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/DebugInfo.php b/vendor/google/common-protos/src/Rpc/DebugInfo.php
deleted file mode 100644
index a8ea5c184..000000000
--- a/vendor/google/common-protos/src/Rpc/DebugInfo.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.rpc.DebugInfo
- */
-class DebugInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * The stack trace entries indicating where the error occurred.
- *
- * Generated from protobuf field repeated string stack_entries = 1;
- */
- private $stack_entries;
- /**
- * Additional debugging information provided by the server.
- *
- * Generated from protobuf field string detail = 2;
- */
- private $detail = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $stack_entries
- * The stack trace entries indicating where the error occurred.
- * @type string $detail
- * Additional debugging information provided by the server.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The stack trace entries indicating where the error occurred.
- *
- * Generated from protobuf field repeated string stack_entries = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getStackEntries()
- {
- return $this->stack_entries;
- }
-
- /**
- * The stack trace entries indicating where the error occurred.
- *
- * Generated from protobuf field repeated string stack_entries = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setStackEntries($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->stack_entries = $arr;
-
- return $this;
- }
-
- /**
- * Additional debugging information provided by the server.
- *
- * Generated from protobuf field string detail = 2;
- * @return string
- */
- public function getDetail()
- {
- return $this->detail;
- }
-
- /**
- * Additional debugging information provided by the server.
- *
- * Generated from protobuf field string detail = 2;
- * @param string $var
- * @return $this
- */
- public function setDetail($var)
- {
- GPBUtil::checkString($var, True);
- $this->detail = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/Help.php b/vendor/google/common-protos/src/Rpc/Help.php
deleted file mode 100644
index 13b9c8fc2..000000000
--- a/vendor/google/common-protos/src/Rpc/Help.php
+++ /dev/null
@@ -1,70 +0,0 @@
-google.rpc.Help
- */
-class Help extends \Google\Protobuf\Internal\Message
-{
- /**
- * URL(s) pointing to additional information on handling the current error.
- *
- * Generated from protobuf field repeated .google.rpc.Help.Link links = 1;
- */
- private $links;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Rpc\Help\Link[]|\Google\Protobuf\Internal\RepeatedField $links
- * URL(s) pointing to additional information on handling the current error.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * URL(s) pointing to additional information on handling the current error.
- *
- * Generated from protobuf field repeated .google.rpc.Help.Link links = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLinks()
- {
- return $this->links;
- }
-
- /**
- * URL(s) pointing to additional information on handling the current error.
- *
- * Generated from protobuf field repeated .google.rpc.Help.Link links = 1;
- * @param \Google\Rpc\Help\Link[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLinks($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Rpc\Help\Link::class);
- $this->links = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/Help/Link.php b/vendor/google/common-protos/src/Rpc/Help/Link.php
deleted file mode 100644
index 83458d8ae..000000000
--- a/vendor/google/common-protos/src/Rpc/Help/Link.php
+++ /dev/null
@@ -1,104 +0,0 @@
-google.rpc.Help.Link
- */
-class Link extends \Google\Protobuf\Internal\Message
-{
- /**
- * Describes what the link offers.
- *
- * Generated from protobuf field string description = 1;
- */
- private $description = '';
- /**
- * The URL of the link.
- *
- * Generated from protobuf field string url = 2;
- */
- private $url = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $description
- * Describes what the link offers.
- * @type string $url
- * The URL of the link.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Describes what the link offers.
- *
- * Generated from protobuf field string description = 1;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Describes what the link offers.
- *
- * Generated from protobuf field string description = 1;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * The URL of the link.
- *
- * Generated from protobuf field string url = 2;
- * @return string
- */
- public function getUrl()
- {
- return $this->url;
- }
-
- /**
- * The URL of the link.
- *
- * Generated from protobuf field string url = 2;
- * @param string $var
- * @return $this
- */
- public function setUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->url = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Link::class, \Google\Rpc\Help_Link::class);
-
diff --git a/vendor/google/common-protos/src/Rpc/Help_Link.php b/vendor/google/common-protos/src/Rpc/Help_Link.php
deleted file mode 100644
index 7cb5a6856..000000000
--- a/vendor/google/common-protos/src/Rpc/Help_Link.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.rpc.LocalizedMessage
- */
-class LocalizedMessage extends \Google\Protobuf\Internal\Message
-{
- /**
- * The locale used following the specification defined at
- * http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
- * Examples are: "en-US", "fr-CH", "es-MX"
- *
- * Generated from protobuf field string locale = 1;
- */
- private $locale = '';
- /**
- * The localized error message in the above locale.
- *
- * Generated from protobuf field string message = 2;
- */
- private $message = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $locale
- * The locale used following the specification defined at
- * http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
- * Examples are: "en-US", "fr-CH", "es-MX"
- * @type string $message
- * The localized error message in the above locale.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The locale used following the specification defined at
- * http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
- * Examples are: "en-US", "fr-CH", "es-MX"
- *
- * Generated from protobuf field string locale = 1;
- * @return string
- */
- public function getLocale()
- {
- return $this->locale;
- }
-
- /**
- * The locale used following the specification defined at
- * http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
- * Examples are: "en-US", "fr-CH", "es-MX"
- *
- * Generated from protobuf field string locale = 1;
- * @param string $var
- * @return $this
- */
- public function setLocale($var)
- {
- GPBUtil::checkString($var, True);
- $this->locale = $var;
-
- return $this;
- }
-
- /**
- * The localized error message in the above locale.
- *
- * Generated from protobuf field string message = 2;
- * @return string
- */
- public function getMessage()
- {
- return $this->message;
- }
-
- /**
- * The localized error message in the above locale.
- *
- * Generated from protobuf field string message = 2;
- * @param string $var
- * @return $this
- */
- public function setMessage($var)
- {
- GPBUtil::checkString($var, True);
- $this->message = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/PreconditionFailure.php b/vendor/google/common-protos/src/Rpc/PreconditionFailure.php
deleted file mode 100644
index c5889993e..000000000
--- a/vendor/google/common-protos/src/Rpc/PreconditionFailure.php
+++ /dev/null
@@ -1,70 +0,0 @@
-google.rpc.PreconditionFailure
- */
-class PreconditionFailure extends \Google\Protobuf\Internal\Message
-{
- /**
- * Describes all precondition violations.
- *
- * Generated from protobuf field repeated .google.rpc.PreconditionFailure.Violation violations = 1;
- */
- private $violations;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Rpc\PreconditionFailure\Violation[]|\Google\Protobuf\Internal\RepeatedField $violations
- * Describes all precondition violations.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Describes all precondition violations.
- *
- * Generated from protobuf field repeated .google.rpc.PreconditionFailure.Violation violations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getViolations()
- {
- return $this->violations;
- }
-
- /**
- * Describes all precondition violations.
- *
- * Generated from protobuf field repeated .google.rpc.PreconditionFailure.Violation violations = 1;
- * @param \Google\Rpc\PreconditionFailure\Violation[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setViolations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Rpc\PreconditionFailure\Violation::class);
- $this->violations = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/PreconditionFailure/Violation.php b/vendor/google/common-protos/src/Rpc/PreconditionFailure/Violation.php
deleted file mode 100644
index 278bed889..000000000
--- a/vendor/google/common-protos/src/Rpc/PreconditionFailure/Violation.php
+++ /dev/null
@@ -1,162 +0,0 @@
-google.rpc.PreconditionFailure.Violation
- */
-class Violation extends \Google\Protobuf\Internal\Message
-{
- /**
- * The type of PreconditionFailure. We recommend using a service-specific
- * enum type to define the supported precondition violation types. For
- * example, "TOS" for "Terms of Service violation".
- *
- * Generated from protobuf field string type = 1;
- */
- private $type = '';
- /**
- * The subject, relative to the type, that failed.
- * For example, "google.com/cloud" relative to the "TOS" type would
- * indicate which terms of service is being referenced.
- *
- * Generated from protobuf field string subject = 2;
- */
- private $subject = '';
- /**
- * A description of how the precondition failed. Developers can use this
- * description to understand how to fix the failure.
- * For example: "Terms of service not accepted".
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $type
- * The type of PreconditionFailure. We recommend using a service-specific
- * enum type to define the supported precondition violation types. For
- * example, "TOS" for "Terms of Service violation".
- * @type string $subject
- * The subject, relative to the type, that failed.
- * For example, "google.com/cloud" relative to the "TOS" type would
- * indicate which terms of service is being referenced.
- * @type string $description
- * A description of how the precondition failed. Developers can use this
- * description to understand how to fix the failure.
- * For example: "Terms of service not accepted".
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The type of PreconditionFailure. We recommend using a service-specific
- * enum type to define the supported precondition violation types. For
- * example, "TOS" for "Terms of Service violation".
- *
- * Generated from protobuf field string type = 1;
- * @return string
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * The type of PreconditionFailure. We recommend using a service-specific
- * enum type to define the supported precondition violation types. For
- * example, "TOS" for "Terms of Service violation".
- *
- * Generated from protobuf field string type = 1;
- * @param string $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkString($var, True);
- $this->type = $var;
-
- return $this;
- }
-
- /**
- * The subject, relative to the type, that failed.
- * For example, "google.com/cloud" relative to the "TOS" type would
- * indicate which terms of service is being referenced.
- *
- * Generated from protobuf field string subject = 2;
- * @return string
- */
- public function getSubject()
- {
- return $this->subject;
- }
-
- /**
- * The subject, relative to the type, that failed.
- * For example, "google.com/cloud" relative to the "TOS" type would
- * indicate which terms of service is being referenced.
- *
- * Generated from protobuf field string subject = 2;
- * @param string $var
- * @return $this
- */
- public function setSubject($var)
- {
- GPBUtil::checkString($var, True);
- $this->subject = $var;
-
- return $this;
- }
-
- /**
- * A description of how the precondition failed. Developers can use this
- * description to understand how to fix the failure.
- * For example: "Terms of service not accepted".
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A description of how the precondition failed. Developers can use this
- * description to understand how to fix the failure.
- * For example: "Terms of service not accepted".
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Violation::class, \Google\Rpc\PreconditionFailure_Violation::class);
-
diff --git a/vendor/google/common-protos/src/Rpc/PreconditionFailure_Violation.php b/vendor/google/common-protos/src/Rpc/PreconditionFailure_Violation.php
deleted file mode 100644
index e2d091be2..000000000
--- a/vendor/google/common-protos/src/Rpc/PreconditionFailure_Violation.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.rpc.QuotaFailure
- */
-class QuotaFailure extends \Google\Protobuf\Internal\Message
-{
- /**
- * Describes all quota violations.
- *
- * Generated from protobuf field repeated .google.rpc.QuotaFailure.Violation violations = 1;
- */
- private $violations;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Rpc\QuotaFailure\Violation[]|\Google\Protobuf\Internal\RepeatedField $violations
- * Describes all quota violations.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Describes all quota violations.
- *
- * Generated from protobuf field repeated .google.rpc.QuotaFailure.Violation violations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getViolations()
- {
- return $this->violations;
- }
-
- /**
- * Describes all quota violations.
- *
- * Generated from protobuf field repeated .google.rpc.QuotaFailure.Violation violations = 1;
- * @param \Google\Rpc\QuotaFailure\Violation[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setViolations($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Rpc\QuotaFailure\Violation::class);
- $this->violations = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/QuotaFailure/Violation.php b/vendor/google/common-protos/src/Rpc/QuotaFailure/Violation.php
deleted file mode 100644
index 7ae91469f..000000000
--- a/vendor/google/common-protos/src/Rpc/QuotaFailure/Violation.php
+++ /dev/null
@@ -1,133 +0,0 @@
-google.rpc.QuotaFailure.Violation
- */
-class Violation extends \Google\Protobuf\Internal\Message
-{
- /**
- * The subject on which the quota check failed.
- * For example, "clientip:string subject = 1;
- */
- private $subject = '';
- /**
- * A description of how the quota check failed. Clients can use this
- * description to find more about the quota configuration in the service's
- * public documentation, or find the relevant quota limit to adjust through
- * developer console.
- * For example: "Service disabled" or "Daily Limit for read operations
- * exceeded".
- *
- * Generated from protobuf field string description = 2;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $subject
- * The subject on which the quota check failed.
- * For example, "clientip:string subject = 1;
- * @return string
- */
- public function getSubject()
- {
- return $this->subject;
- }
-
- /**
- * The subject on which the quota check failed.
- * For example, "clientip:string subject = 1;
- * @param string $var
- * @return $this
- */
- public function setSubject($var)
- {
- GPBUtil::checkString($var, True);
- $this->subject = $var;
-
- return $this;
- }
-
- /**
- * A description of how the quota check failed. Clients can use this
- * description to find more about the quota configuration in the service's
- * public documentation, or find the relevant quota limit to adjust through
- * developer console.
- * For example: "Service disabled" or "Daily Limit for read operations
- * exceeded".
- *
- * Generated from protobuf field string description = 2;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * A description of how the quota check failed. Clients can use this
- * description to find more about the quota configuration in the service's
- * public documentation, or find the relevant quota limit to adjust through
- * developer console.
- * For example: "Service disabled" or "Daily Limit for read operations
- * exceeded".
- *
- * Generated from protobuf field string description = 2;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Violation::class, \Google\Rpc\QuotaFailure_Violation::class);
-
diff --git a/vendor/google/common-protos/src/Rpc/QuotaFailure_Violation.php b/vendor/google/common-protos/src/Rpc/QuotaFailure_Violation.php
deleted file mode 100644
index ba8bd9af9..000000000
--- a/vendor/google/common-protos/src/Rpc/QuotaFailure_Violation.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.rpc.RequestInfo
- */
-class RequestInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * An opaque string that should only be interpreted by the service generating
- * it. For example, it can be used to identify requests in the service's logs.
- *
- * Generated from protobuf field string request_id = 1;
- */
- private $request_id = '';
- /**
- * Any data that was used to serve this request. For example, an encrypted
- * stack trace that can be sent back to the service provider for debugging.
- *
- * Generated from protobuf field string serving_data = 2;
- */
- private $serving_data = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $request_id
- * An opaque string that should only be interpreted by the service generating
- * it. For example, it can be used to identify requests in the service's logs.
- * @type string $serving_data
- * Any data that was used to serve this request. For example, an encrypted
- * stack trace that can be sent back to the service provider for debugging.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * An opaque string that should only be interpreted by the service generating
- * it. For example, it can be used to identify requests in the service's logs.
- *
- * Generated from protobuf field string request_id = 1;
- * @return string
- */
- public function getRequestId()
- {
- return $this->request_id;
- }
-
- /**
- * An opaque string that should only be interpreted by the service generating
- * it. For example, it can be used to identify requests in the service's logs.
- *
- * Generated from protobuf field string request_id = 1;
- * @param string $var
- * @return $this
- */
- public function setRequestId($var)
- {
- GPBUtil::checkString($var, True);
- $this->request_id = $var;
-
- return $this;
- }
-
- /**
- * Any data that was used to serve this request. For example, an encrypted
- * stack trace that can be sent back to the service provider for debugging.
- *
- * Generated from protobuf field string serving_data = 2;
- * @return string
- */
- public function getServingData()
- {
- return $this->serving_data;
- }
-
- /**
- * Any data that was used to serve this request. For example, an encrypted
- * stack trace that can be sent back to the service provider for debugging.
- *
- * Generated from protobuf field string serving_data = 2;
- * @param string $var
- * @return $this
- */
- public function setServingData($var)
- {
- GPBUtil::checkString($var, True);
- $this->serving_data = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/ResourceInfo.php b/vendor/google/common-protos/src/Rpc/ResourceInfo.php
deleted file mode 100644
index 5c6a4ac66..000000000
--- a/vendor/google/common-protos/src/Rpc/ResourceInfo.php
+++ /dev/null
@@ -1,201 +0,0 @@
-google.rpc.ResourceInfo
- */
-class ResourceInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * A name for the type of resource being accessed, e.g. "sql table",
- * "cloud storage bucket", "file", "Google calendar"; or the type URL
- * of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
- *
- * Generated from protobuf field string resource_type = 1;
- */
- private $resource_type = '';
- /**
- * The name of the resource being accessed. For example, a shared calendar
- * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
- * error is [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
- *
- * Generated from protobuf field string resource_name = 2;
- */
- private $resource_name = '';
- /**
- * The owner of the resource (optional).
- * For example, "user:string owner = 3;
- */
- private $owner = '';
- /**
- * Describes what error is encountered when accessing this resource.
- * For example, updating a cloud project may require the `writer` permission
- * on the developer console project.
- *
- * Generated from protobuf field string description = 4;
- */
- private $description = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $resource_type
- * A name for the type of resource being accessed, e.g. "sql table",
- * "cloud storage bucket", "file", "Google calendar"; or the type URL
- * of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
- * @type string $resource_name
- * The name of the resource being accessed. For example, a shared calendar
- * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
- * error is [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
- * @type string $owner
- * The owner of the resource (optional).
- * For example, "user:string resource_type = 1;
- * @return string
- */
- public function getResourceType()
- {
- return $this->resource_type;
- }
-
- /**
- * A name for the type of resource being accessed, e.g. "sql table",
- * "cloud storage bucket", "file", "Google calendar"; or the type URL
- * of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
- *
- * Generated from protobuf field string resource_type = 1;
- * @param string $var
- * @return $this
- */
- public function setResourceType($var)
- {
- GPBUtil::checkString($var, True);
- $this->resource_type = $var;
-
- return $this;
- }
-
- /**
- * The name of the resource being accessed. For example, a shared calendar
- * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
- * error is [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
- *
- * Generated from protobuf field string resource_name = 2;
- * @return string
- */
- public function getResourceName()
- {
- return $this->resource_name;
- }
-
- /**
- * The name of the resource being accessed. For example, a shared calendar
- * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
- * error is [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
- *
- * Generated from protobuf field string resource_name = 2;
- * @param string $var
- * @return $this
- */
- public function setResourceName($var)
- {
- GPBUtil::checkString($var, True);
- $this->resource_name = $var;
-
- return $this;
- }
-
- /**
- * The owner of the resource (optional).
- * For example, "user:string owner = 3;
- * @return string
- */
- public function getOwner()
- {
- return $this->owner;
- }
-
- /**
- * The owner of the resource (optional).
- * For example, "user:string owner = 3;
- * @param string $var
- * @return $this
- */
- public function setOwner($var)
- {
- GPBUtil::checkString($var, True);
- $this->owner = $var;
-
- return $this;
- }
-
- /**
- * Describes what error is encountered when accessing this resource.
- * For example, updating a cloud project may require the `writer` permission
- * on the developer console project.
- *
- * Generated from protobuf field string description = 4;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Describes what error is encountered when accessing this resource.
- * For example, updating a cloud project may require the `writer` permission
- * on the developer console project.
- *
- * Generated from protobuf field string description = 4;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/RetryInfo.php b/vendor/google/common-protos/src/Rpc/RetryInfo.php
deleted file mode 100644
index 090ab299e..000000000
--- a/vendor/google/common-protos/src/Rpc/RetryInfo.php
+++ /dev/null
@@ -1,77 +0,0 @@
-google.rpc.RetryInfo
- */
-class RetryInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * Clients should wait at least this long between retrying the same request.
- *
- * Generated from protobuf field .google.protobuf.Duration retry_delay = 1;
- */
- private $retry_delay = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Duration $retry_delay
- * Clients should wait at least this long between retrying the same request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\ErrorDetails::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Clients should wait at least this long between retrying the same request.
- *
- * Generated from protobuf field .google.protobuf.Duration retry_delay = 1;
- * @return \Google\Protobuf\Duration
- */
- public function getRetryDelay()
- {
- return $this->retry_delay;
- }
-
- /**
- * Clients should wait at least this long between retrying the same request.
- *
- * Generated from protobuf field .google.protobuf.Duration retry_delay = 1;
- * @param \Google\Protobuf\Duration $var
- * @return $this
- */
- public function setRetryDelay($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class);
- $this->retry_delay = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Rpc/Status.php b/vendor/google/common-protos/src/Rpc/Status.php
deleted file mode 100644
index 7af3ec76b..000000000
--- a/vendor/google/common-protos/src/Rpc/Status.php
+++ /dev/null
@@ -1,185 +0,0 @@
-google.rpc.Status
- */
-class Status extends \Google\Protobuf\Internal\Message
-{
- /**
- * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
- *
- * Generated from protobuf field int32 code = 1;
- */
- private $code = 0;
- /**
- * A developer-facing error message, which should be in English. Any
- * user-facing error message should be localized and sent in the
- * [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
- *
- * Generated from protobuf field string message = 2;
- */
- private $message = '';
- /**
- * A list of messages that carry the error details. There is a common set of
- * message types for APIs to use.
- *
- * Generated from protobuf field repeated .google.protobuf.Any details = 3;
- */
- private $details;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $code
- * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
- * @type string $message
- * A developer-facing error message, which should be in English. Any
- * user-facing error message should be localized and sent in the
- * [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
- * @type \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $details
- * A list of messages that carry the error details. There is a common set of
- * message types for APIs to use.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Rpc\Status::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
- *
- * Generated from protobuf field int32 code = 1;
- * @return int
- */
- public function getCode()
- {
- return $this->code;
- }
-
- /**
- * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
- *
- * Generated from protobuf field int32 code = 1;
- * @param int $var
- * @return $this
- */
- public function setCode($var)
- {
- GPBUtil::checkInt32($var);
- $this->code = $var;
-
- return $this;
- }
-
- /**
- * A developer-facing error message, which should be in English. Any
- * user-facing error message should be localized and sent in the
- * [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
- *
- * Generated from protobuf field string message = 2;
- * @return string
- */
- public function getMessage()
- {
- return $this->message;
- }
-
- /**
- * A developer-facing error message, which should be in English. Any
- * user-facing error message should be localized and sent in the
- * [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
- *
- * Generated from protobuf field string message = 2;
- * @param string $var
- * @return $this
- */
- public function setMessage($var)
- {
- GPBUtil::checkString($var, True);
- $this->message = $var;
-
- return $this;
- }
-
- /**
- * A list of messages that carry the error details. There is a common set of
- * message types for APIs to use.
- *
- * Generated from protobuf field repeated .google.protobuf.Any details = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDetails()
- {
- return $this->details;
- }
-
- /**
- * A list of messages that carry the error details. There is a common set of
- * message types for APIs to use.
- *
- * Generated from protobuf field repeated .google.protobuf.Any details = 3;
- * @param \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDetails($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Any::class);
- $this->details = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/CalendarPeriod.php b/vendor/google/common-protos/src/Type/CalendarPeriod.php
deleted file mode 100644
index e4807c079..000000000
--- a/vendor/google/common-protos/src/Type/CalendarPeriod.php
+++ /dev/null
@@ -1,102 +0,0 @@
-google.type.CalendarPeriod
- */
-class CalendarPeriod
-{
- /**
- * Undefined period, raises an error.
- *
- * Generated from protobuf enum CALENDAR_PERIOD_UNSPECIFIED = 0;
- */
- const CALENDAR_PERIOD_UNSPECIFIED = 0;
- /**
- * A day.
- *
- * Generated from protobuf enum DAY = 1;
- */
- const DAY = 1;
- /**
- * A week. Weeks begin on Monday, following
- * [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
- *
- * Generated from protobuf enum WEEK = 2;
- */
- const WEEK = 2;
- /**
- * A fortnight. The first calendar fortnight of the year begins at the start
- * of week 1 according to
- * [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
- *
- * Generated from protobuf enum FORTNIGHT = 3;
- */
- const FORTNIGHT = 3;
- /**
- * A month.
- *
- * Generated from protobuf enum MONTH = 4;
- */
- const MONTH = 4;
- /**
- * A quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each
- * year.
- *
- * Generated from protobuf enum QUARTER = 5;
- */
- const QUARTER = 5;
- /**
- * A half-year. Half-years start on dates 1-Jan and 1-Jul.
- *
- * Generated from protobuf enum HALF = 6;
- */
- const HALF = 6;
- /**
- * A year.
- *
- * Generated from protobuf enum YEAR = 7;
- */
- const YEAR = 7;
-
- private static $valueToName = [
- self::CALENDAR_PERIOD_UNSPECIFIED => 'CALENDAR_PERIOD_UNSPECIFIED',
- self::DAY => 'DAY',
- self::WEEK => 'WEEK',
- self::FORTNIGHT => 'FORTNIGHT',
- self::MONTH => 'MONTH',
- self::QUARTER => 'QUARTER',
- self::HALF => 'HALF',
- self::YEAR => 'YEAR',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Type/Color.php b/vendor/google/common-protos/src/Type/Color.php
deleted file mode 100644
index 9414504f4..000000000
--- a/vendor/google/common-protos/src/Type/Color.php
+++ /dev/null
@@ -1,348 +0,0 @@
-google.type.Color
- */
-class Color extends \Google\Protobuf\Internal\Message
-{
- /**
- * The amount of red in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float red = 1;
- */
- private $red = 0.0;
- /**
- * The amount of green in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float green = 2;
- */
- private $green = 0.0;
- /**
- * The amount of blue in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float blue = 3;
- */
- private $blue = 0.0;
- /**
- * The fraction of this color that should be applied to the pixel. That is,
- * the final pixel color is defined by the equation:
- * pixel color = alpha * (this color) + (1.0 - alpha) * (background color)
- * This means that a value of 1.0 corresponds to a solid color, whereas
- * a value of 0.0 corresponds to a completely transparent color. This
- * uses a wrapper message rather than a simple float scalar so that it is
- * possible to distinguish between a default value and the value being unset.
- * If omitted, this color object is to be rendered as a solid color
- * (as if the alpha value had been explicitly given with a value of 1.0).
- *
- * Generated from protobuf field .google.protobuf.FloatValue alpha = 4;
- */
- private $alpha = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $red
- * The amount of red in the color as a value in the interval [0, 1].
- * @type float $green
- * The amount of green in the color as a value in the interval [0, 1].
- * @type float $blue
- * The amount of blue in the color as a value in the interval [0, 1].
- * @type \Google\Protobuf\FloatValue $alpha
- * The fraction of this color that should be applied to the pixel. That is,
- * the final pixel color is defined by the equation:
- * pixel color = alpha * (this color) + (1.0 - alpha) * (background color)
- * This means that a value of 1.0 corresponds to a solid color, whereas
- * a value of 0.0 corresponds to a completely transparent color. This
- * uses a wrapper message rather than a simple float scalar so that it is
- * possible to distinguish between a default value and the value being unset.
- * If omitted, this color object is to be rendered as a solid color
- * (as if the alpha value had been explicitly given with a value of 1.0).
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Color::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The amount of red in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float red = 1;
- * @return float
- */
- public function getRed()
- {
- return $this->red;
- }
-
- /**
- * The amount of red in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float red = 1;
- * @param float $var
- * @return $this
- */
- public function setRed($var)
- {
- GPBUtil::checkFloat($var);
- $this->red = $var;
-
- return $this;
- }
-
- /**
- * The amount of green in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float green = 2;
- * @return float
- */
- public function getGreen()
- {
- return $this->green;
- }
-
- /**
- * The amount of green in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float green = 2;
- * @param float $var
- * @return $this
- */
- public function setGreen($var)
- {
- GPBUtil::checkFloat($var);
- $this->green = $var;
-
- return $this;
- }
-
- /**
- * The amount of blue in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float blue = 3;
- * @return float
- */
- public function getBlue()
- {
- return $this->blue;
- }
-
- /**
- * The amount of blue in the color as a value in the interval [0, 1].
- *
- * Generated from protobuf field float blue = 3;
- * @param float $var
- * @return $this
- */
- public function setBlue($var)
- {
- GPBUtil::checkFloat($var);
- $this->blue = $var;
-
- return $this;
- }
-
- /**
- * The fraction of this color that should be applied to the pixel. That is,
- * the final pixel color is defined by the equation:
- * pixel color = alpha * (this color) + (1.0 - alpha) * (background color)
- * This means that a value of 1.0 corresponds to a solid color, whereas
- * a value of 0.0 corresponds to a completely transparent color. This
- * uses a wrapper message rather than a simple float scalar so that it is
- * possible to distinguish between a default value and the value being unset.
- * If omitted, this color object is to be rendered as a solid color
- * (as if the alpha value had been explicitly given with a value of 1.0).
- *
- * Generated from protobuf field .google.protobuf.FloatValue alpha = 4;
- * @return \Google\Protobuf\FloatValue
- */
- public function getAlpha()
- {
- return $this->alpha;
- }
-
- /**
- * Returns the unboxed value from getAlpha()
-
- * The fraction of this color that should be applied to the pixel. That is,
- * the final pixel color is defined by the equation:
- * pixel color = alpha * (this color) + (1.0 - alpha) * (background color)
- * This means that a value of 1.0 corresponds to a solid color, whereas
- * a value of 0.0 corresponds to a completely transparent color. This
- * uses a wrapper message rather than a simple float scalar so that it is
- * possible to distinguish between a default value and the value being unset.
- * If omitted, this color object is to be rendered as a solid color
- * (as if the alpha value had been explicitly given with a value of 1.0).
- *
- * Generated from protobuf field .google.protobuf.FloatValue alpha = 4;
- * @return float|null
- */
- public function getAlphaUnwrapped()
- {
- $wrapper = $this->getAlpha();
- return is_null($wrapper) ? null : $wrapper->getValue();
- }
-
- /**
- * The fraction of this color that should be applied to the pixel. That is,
- * the final pixel color is defined by the equation:
- * pixel color = alpha * (this color) + (1.0 - alpha) * (background color)
- * This means that a value of 1.0 corresponds to a solid color, whereas
- * a value of 0.0 corresponds to a completely transparent color. This
- * uses a wrapper message rather than a simple float scalar so that it is
- * possible to distinguish between a default value and the value being unset.
- * If omitted, this color object is to be rendered as a solid color
- * (as if the alpha value had been explicitly given with a value of 1.0).
- *
- * Generated from protobuf field .google.protobuf.FloatValue alpha = 4;
- * @param \Google\Protobuf\FloatValue $var
- * @return $this
- */
- public function setAlpha($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\FloatValue::class);
- $this->alpha = $var;
-
- return $this;
- }
-
- /**
- * Sets the field by wrapping a primitive type in a Google\Protobuf\FloatValue object.
-
- * The fraction of this color that should be applied to the pixel. That is,
- * the final pixel color is defined by the equation:
- * pixel color = alpha * (this color) + (1.0 - alpha) * (background color)
- * This means that a value of 1.0 corresponds to a solid color, whereas
- * a value of 0.0 corresponds to a completely transparent color. This
- * uses a wrapper message rather than a simple float scalar so that it is
- * possible to distinguish between a default value and the value being unset.
- * If omitted, this color object is to be rendered as a solid color
- * (as if the alpha value had been explicitly given with a value of 1.0).
- *
- * Generated from protobuf field .google.protobuf.FloatValue alpha = 4;
- * @param float|null $var
- * @return $this
- */
- public function setAlphaUnwrapped($var)
- {
- $wrappedVar = is_null($var) ? null : new \Google\Protobuf\FloatValue(['value' => $var]);
- return $this->setAlpha($wrappedVar);
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/Date.php b/vendor/google/common-protos/src/Type/Date.php
deleted file mode 100644
index e9d36a4dd..000000000
--- a/vendor/google/common-protos/src/Type/Date.php
+++ /dev/null
@@ -1,158 +0,0 @@
-google.type.Date
- */
-class Date extends \Google\Protobuf\Internal\Message
-{
- /**
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
- * a year.
- *
- * Generated from protobuf field int32 year = 1;
- */
- private $year = 0;
- /**
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
- * month and day.
- *
- * Generated from protobuf field int32 month = 2;
- */
- private $month = 0;
- /**
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
- * if specifying a year by itself or a year and month where the day is not
- * significant.
- *
- * Generated from protobuf field int32 day = 3;
- */
- private $day = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $year
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
- * a year.
- * @type int $month
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
- * month and day.
- * @type int $day
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
- * if specifying a year by itself or a year and month where the day is not
- * significant.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Date::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
- * a year.
- *
- * Generated from protobuf field int32 year = 1;
- * @return int
- */
- public function getYear()
- {
- return $this->year;
- }
-
- /**
- * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
- * a year.
- *
- * Generated from protobuf field int32 year = 1;
- * @param int $var
- * @return $this
- */
- public function setYear($var)
- {
- GPBUtil::checkInt32($var);
- $this->year = $var;
-
- return $this;
- }
-
- /**
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
- * month and day.
- *
- * Generated from protobuf field int32 month = 2;
- * @return int
- */
- public function getMonth()
- {
- return $this->month;
- }
-
- /**
- * Month of year. Must be from 1 to 12, or 0 if specifying a year without a
- * month and day.
- *
- * Generated from protobuf field int32 month = 2;
- * @param int $var
- * @return $this
- */
- public function setMonth($var)
- {
- GPBUtil::checkInt32($var);
- $this->month = $var;
-
- return $this;
- }
-
- /**
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
- * if specifying a year by itself or a year and month where the day is not
- * significant.
- *
- * Generated from protobuf field int32 day = 3;
- * @return int
- */
- public function getDay()
- {
- return $this->day;
- }
-
- /**
- * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
- * if specifying a year by itself or a year and month where the day is not
- * significant.
- *
- * Generated from protobuf field int32 day = 3;
- * @param int $var
- * @return $this
- */
- public function setDay($var)
- {
- GPBUtil::checkInt32($var);
- $this->day = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/DayOfWeek.php b/vendor/google/common-protos/src/Type/DayOfWeek.php
deleted file mode 100644
index 151e4ef9b..000000000
--- a/vendor/google/common-protos/src/Type/DayOfWeek.php
+++ /dev/null
@@ -1,96 +0,0 @@
-google.type.DayOfWeek
- */
-class DayOfWeek
-{
- /**
- * The unspecified day-of-week.
- *
- * Generated from protobuf enum DAY_OF_WEEK_UNSPECIFIED = 0;
- */
- const DAY_OF_WEEK_UNSPECIFIED = 0;
- /**
- * The day-of-week of Monday.
- *
- * Generated from protobuf enum MONDAY = 1;
- */
- const MONDAY = 1;
- /**
- * The day-of-week of Tuesday.
- *
- * Generated from protobuf enum TUESDAY = 2;
- */
- const TUESDAY = 2;
- /**
- * The day-of-week of Wednesday.
- *
- * Generated from protobuf enum WEDNESDAY = 3;
- */
- const WEDNESDAY = 3;
- /**
- * The day-of-week of Thursday.
- *
- * Generated from protobuf enum THURSDAY = 4;
- */
- const THURSDAY = 4;
- /**
- * The day-of-week of Friday.
- *
- * Generated from protobuf enum FRIDAY = 5;
- */
- const FRIDAY = 5;
- /**
- * The day-of-week of Saturday.
- *
- * Generated from protobuf enum SATURDAY = 6;
- */
- const SATURDAY = 6;
- /**
- * The day-of-week of Sunday.
- *
- * Generated from protobuf enum SUNDAY = 7;
- */
- const SUNDAY = 7;
-
- private static $valueToName = [
- self::DAY_OF_WEEK_UNSPECIFIED => 'DAY_OF_WEEK_UNSPECIFIED',
- self::MONDAY => 'MONDAY',
- self::TUESDAY => 'TUESDAY',
- self::WEDNESDAY => 'WEDNESDAY',
- self::THURSDAY => 'THURSDAY',
- self::FRIDAY => 'FRIDAY',
- self::SATURDAY => 'SATURDAY',
- self::SUNDAY => 'SUNDAY',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/common-protos/src/Type/Expr.php b/vendor/google/common-protos/src/Type/Expr.php
deleted file mode 100644
index 63ab1e030..000000000
--- a/vendor/google/common-protos/src/Type/Expr.php
+++ /dev/null
@@ -1,200 +0,0 @@
- 0"
- *
- * Generated from protobuf message google.type.Expr
- */
-class Expr extends \Google\Protobuf\Internal\Message
-{
- /**
- * Textual representation of an expression in
- * Common Expression Language syntax.
- * The application context of the containing message determines which
- * well-known feature set of CEL is supported.
- *
- * Generated from protobuf field string expression = 1;
- */
- private $expression = '';
- /**
- * An optional title for the expression, i.e. a short string describing
- * its purpose. This can be used e.g. in UIs which allow to enter the
- * expression.
- *
- * Generated from protobuf field string title = 2;
- */
- private $title = '';
- /**
- * An optional description of the expression. This is a longer text which
- * describes the expression, e.g. when hovered over it in a UI.
- *
- * Generated from protobuf field string description = 3;
- */
- private $description = '';
- /**
- * An optional string indicating the location of the expression for error
- * reporting, e.g. a file name and a position in the file.
- *
- * Generated from protobuf field string location = 4;
- */
- private $location = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $expression
- * Textual representation of an expression in
- * Common Expression Language syntax.
- * The application context of the containing message determines which
- * well-known feature set of CEL is supported.
- * @type string $title
- * An optional title for the expression, i.e. a short string describing
- * its purpose. This can be used e.g. in UIs which allow to enter the
- * expression.
- * @type string $description
- * An optional description of the expression. This is a longer text which
- * describes the expression, e.g. when hovered over it in a UI.
- * @type string $location
- * An optional string indicating the location of the expression for error
- * reporting, e.g. a file name and a position in the file.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Expr::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Textual representation of an expression in
- * Common Expression Language syntax.
- * The application context of the containing message determines which
- * well-known feature set of CEL is supported.
- *
- * Generated from protobuf field string expression = 1;
- * @return string
- */
- public function getExpression()
- {
- return $this->expression;
- }
-
- /**
- * Textual representation of an expression in
- * Common Expression Language syntax.
- * The application context of the containing message determines which
- * well-known feature set of CEL is supported.
- *
- * Generated from protobuf field string expression = 1;
- * @param string $var
- * @return $this
- */
- public function setExpression($var)
- {
- GPBUtil::checkString($var, True);
- $this->expression = $var;
-
- return $this;
- }
-
- /**
- * An optional title for the expression, i.e. a short string describing
- * its purpose. This can be used e.g. in UIs which allow to enter the
- * expression.
- *
- * Generated from protobuf field string title = 2;
- * @return string
- */
- public function getTitle()
- {
- return $this->title;
- }
-
- /**
- * An optional title for the expression, i.e. a short string describing
- * its purpose. This can be used e.g. in UIs which allow to enter the
- * expression.
- *
- * Generated from protobuf field string title = 2;
- * @param string $var
- * @return $this
- */
- public function setTitle($var)
- {
- GPBUtil::checkString($var, True);
- $this->title = $var;
-
- return $this;
- }
-
- /**
- * An optional description of the expression. This is a longer text which
- * describes the expression, e.g. when hovered over it in a UI.
- *
- * Generated from protobuf field string description = 3;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * An optional description of the expression. This is a longer text which
- * describes the expression, e.g. when hovered over it in a UI.
- *
- * Generated from protobuf field string description = 3;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * An optional string indicating the location of the expression for error
- * reporting, e.g. a file name and a position in the file.
- *
- * Generated from protobuf field string location = 4;
- * @return string
- */
- public function getLocation()
- {
- return $this->location;
- }
-
- /**
- * An optional string indicating the location of the expression for error
- * reporting, e.g. a file name and a position in the file.
- *
- * Generated from protobuf field string location = 4;
- * @param string $var
- * @return $this
- */
- public function setLocation($var)
- {
- GPBUtil::checkString($var, True);
- $this->location = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/Fraction.php b/vendor/google/common-protos/src/Type/Fraction.php
deleted file mode 100644
index d159cb7dd..000000000
--- a/vendor/google/common-protos/src/Type/Fraction.php
+++ /dev/null
@@ -1,105 +0,0 @@
-google.type.Fraction
- */
-class Fraction extends \Google\Protobuf\Internal\Message
-{
- /**
- * The portion of the denominator in the faction, e.g. 2 in 2/3.
- *
- * Generated from protobuf field int64 numerator = 1;
- */
- private $numerator = 0;
- /**
- * The value by which the numerator is divided, e.g. 3 in 2/3. Must be
- * positive.
- *
- * Generated from protobuf field int64 denominator = 2;
- */
- private $denominator = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int|string $numerator
- * The portion of the denominator in the faction, e.g. 2 in 2/3.
- * @type int|string $denominator
- * The value by which the numerator is divided, e.g. 3 in 2/3. Must be
- * positive.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Fraction::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The portion of the denominator in the faction, e.g. 2 in 2/3.
- *
- * Generated from protobuf field int64 numerator = 1;
- * @return int|string
- */
- public function getNumerator()
- {
- return $this->numerator;
- }
-
- /**
- * The portion of the denominator in the faction, e.g. 2 in 2/3.
- *
- * Generated from protobuf field int64 numerator = 1;
- * @param int|string $var
- * @return $this
- */
- public function setNumerator($var)
- {
- GPBUtil::checkInt64($var);
- $this->numerator = $var;
-
- return $this;
- }
-
- /**
- * The value by which the numerator is divided, e.g. 3 in 2/3. Must be
- * positive.
- *
- * Generated from protobuf field int64 denominator = 2;
- * @return int|string
- */
- public function getDenominator()
- {
- return $this->denominator;
- }
-
- /**
- * The value by which the numerator is divided, e.g. 3 in 2/3. Must be
- * positive.
- *
- * Generated from protobuf field int64 denominator = 2;
- * @param int|string $var
- * @return $this
- */
- public function setDenominator($var)
- {
- GPBUtil::checkInt64($var);
- $this->denominator = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/LatLng.php b/vendor/google/common-protos/src/Type/LatLng.php
deleted file mode 100644
index 0292b2b8c..000000000
--- a/vendor/google/common-protos/src/Type/LatLng.php
+++ /dev/null
@@ -1,105 +0,0 @@
-WGS84
- * standard. Values must be within normalized ranges.
- *
- * Generated from protobuf message google.type.LatLng
- */
-class LatLng extends \Google\Protobuf\Internal\Message
-{
- /**
- * The latitude in degrees. It must be in the range [-90.0, +90.0].
- *
- * Generated from protobuf field double latitude = 1;
- */
- private $latitude = 0.0;
- /**
- * The longitude in degrees. It must be in the range [-180.0, +180.0].
- *
- * Generated from protobuf field double longitude = 2;
- */
- private $longitude = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $latitude
- * The latitude in degrees. It must be in the range [-90.0, +90.0].
- * @type float $longitude
- * The longitude in degrees. It must be in the range [-180.0, +180.0].
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Latlng::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The latitude in degrees. It must be in the range [-90.0, +90.0].
- *
- * Generated from protobuf field double latitude = 1;
- * @return float
- */
- public function getLatitude()
- {
- return $this->latitude;
- }
-
- /**
- * The latitude in degrees. It must be in the range [-90.0, +90.0].
- *
- * Generated from protobuf field double latitude = 1;
- * @param float $var
- * @return $this
- */
- public function setLatitude($var)
- {
- GPBUtil::checkDouble($var);
- $this->latitude = $var;
-
- return $this;
- }
-
- /**
- * The longitude in degrees. It must be in the range [-180.0, +180.0].
- *
- * Generated from protobuf field double longitude = 2;
- * @return float
- */
- public function getLongitude()
- {
- return $this->longitude;
- }
-
- /**
- * The longitude in degrees. It must be in the range [-180.0, +180.0].
- *
- * Generated from protobuf field double longitude = 2;
- * @param float $var
- * @return $this
- */
- public function setLongitude($var)
- {
- GPBUtil::checkDouble($var);
- $this->longitude = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/Money.php b/vendor/google/common-protos/src/Type/Money.php
deleted file mode 100644
index 3ca03337a..000000000
--- a/vendor/google/common-protos/src/Type/Money.php
+++ /dev/null
@@ -1,159 +0,0 @@
-google.type.Money
- */
-class Money extends \Google\Protobuf\Internal\Message
-{
- /**
- * The 3-letter currency code defined in ISO 4217.
- *
- * Generated from protobuf field string currency_code = 1;
- */
- private $currency_code = '';
- /**
- * The whole units of the amount.
- * For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
- *
- * Generated from protobuf field int64 units = 2;
- */
- private $units = 0;
- /**
- * Number of nano (10^-9) units of the amount.
- * The value must be between -999,999,999 and +999,999,999 inclusive.
- * If `units` is positive, `nanos` must be positive or zero.
- * If `units` is zero, `nanos` can be positive, zero, or negative.
- * If `units` is negative, `nanos` must be negative or zero.
- * For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
- *
- * Generated from protobuf field int32 nanos = 3;
- */
- private $nanos = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $currency_code
- * The 3-letter currency code defined in ISO 4217.
- * @type int|string $units
- * The whole units of the amount.
- * For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
- * @type int $nanos
- * Number of nano (10^-9) units of the amount.
- * The value must be between -999,999,999 and +999,999,999 inclusive.
- * If `units` is positive, `nanos` must be positive or zero.
- * If `units` is zero, `nanos` can be positive, zero, or negative.
- * If `units` is negative, `nanos` must be negative or zero.
- * For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Money::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The 3-letter currency code defined in ISO 4217.
- *
- * Generated from protobuf field string currency_code = 1;
- * @return string
- */
- public function getCurrencyCode()
- {
- return $this->currency_code;
- }
-
- /**
- * The 3-letter currency code defined in ISO 4217.
- *
- * Generated from protobuf field string currency_code = 1;
- * @param string $var
- * @return $this
- */
- public function setCurrencyCode($var)
- {
- GPBUtil::checkString($var, True);
- $this->currency_code = $var;
-
- return $this;
- }
-
- /**
- * The whole units of the amount.
- * For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
- *
- * Generated from protobuf field int64 units = 2;
- * @return int|string
- */
- public function getUnits()
- {
- return $this->units;
- }
-
- /**
- * The whole units of the amount.
- * For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
- *
- * Generated from protobuf field int64 units = 2;
- * @param int|string $var
- * @return $this
- */
- public function setUnits($var)
- {
- GPBUtil::checkInt64($var);
- $this->units = $var;
-
- return $this;
- }
-
- /**
- * Number of nano (10^-9) units of the amount.
- * The value must be between -999,999,999 and +999,999,999 inclusive.
- * If `units` is positive, `nanos` must be positive or zero.
- * If `units` is zero, `nanos` can be positive, zero, or negative.
- * If `units` is negative, `nanos` must be negative or zero.
- * For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
- *
- * Generated from protobuf field int32 nanos = 3;
- * @return int
- */
- public function getNanos()
- {
- return $this->nanos;
- }
-
- /**
- * Number of nano (10^-9) units of the amount.
- * The value must be between -999,999,999 and +999,999,999 inclusive.
- * If `units` is positive, `nanos` must be positive or zero.
- * If `units` is zero, `nanos` can be positive, zero, or negative.
- * If `units` is negative, `nanos` must be negative or zero.
- * For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
- *
- * Generated from protobuf field int32 nanos = 3;
- * @param int $var
- * @return $this
- */
- public function setNanos($var)
- {
- GPBUtil::checkInt32($var);
- $this->nanos = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/PostalAddress.php b/vendor/google/common-protos/src/Type/PostalAddress.php
deleted file mode 100644
index 73a506cbf..000000000
--- a/vendor/google/common-protos/src/Type/PostalAddress.php
+++ /dev/null
@@ -1,624 +0,0 @@
-google.type.PostalAddress
- */
-class PostalAddress extends \Google\Protobuf\Internal\Message
-{
- /**
- * The schema revision of the `PostalAddress`.
- * All new revisions **must** be backward compatible with old revisions.
- *
- * Generated from protobuf field int32 revision = 1;
- */
- private $revision = 0;
- /**
- * Required. CLDR region code of the country/region of the address. This
- * is never inferred and it is up to the user to ensure the value is
- * correct. See http://cldr.unicode.org/ and
- * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
- * for details. Example: "CH" for Switzerland.
- *
- * Generated from protobuf field string region_code = 2;
- */
- private $region_code = '';
- /**
- * Optional. BCP-47 language code of the contents of this address (if
- * known). This is often the UI language of the input form or is expected
- * to match one of the languages used in the address' country/region, or their
- * transliterated equivalents.
- * This can affect formatting in certain countries, but is not critical
- * to the correctness of the data and will never affect any validation or
- * other non-formatting related operations.
- * If this value is not known, it should be omitted (rather than specifying a
- * possibly incorrect default).
- * Examples: "zh-Hant", "ja", "ja-Latn", "en".
- *
- * Generated from protobuf field string language_code = 3;
- */
- private $language_code = '';
- /**
- * Optional. Postal code of the address. Not all countries use or require
- * postal codes to be present, but where they are used, they may trigger
- * additional validation with other parts of the address (e.g. state/zip
- * validation in the U.S.A.).
- *
- * Generated from protobuf field string postal_code = 4;
- */
- private $postal_code = '';
- /**
- * Optional. Additional, country-specific, sorting code. This is not used
- * in most regions. Where it is used, the value is either a string like
- * "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
- * alone, representing the "sector code" (Jamaica), "delivery area indicator"
- * (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
- *
- * Generated from protobuf field string sorting_code = 5;
- */
- private $sorting_code = '';
- /**
- * Optional. Highest administrative subdivision which is used for postal
- * addresses of a country or region.
- * For example, this can be a state, a province, an oblast, or a prefecture.
- * Specifically, for Spain this is the province and not the autonomous
- * community (e.g. "Barcelona" and not "Catalonia").
- * Many countries don't use an administrative area in postal addresses. E.g.
- * in Switzerland this should be left unpopulated.
- *
- * Generated from protobuf field string administrative_area = 6;
- */
- private $administrative_area = '';
- /**
- * Optional. Generally refers to the city/town portion of the address.
- * Examples: US city, IT comune, UK post town.
- * In regions of the world where localities are not well defined or do not fit
- * into this structure well, leave locality empty and use address_lines.
- *
- * Generated from protobuf field string locality = 7;
- */
- private $locality = '';
- /**
- * Optional. Sublocality of the address.
- * For example, this can be neighborhoods, boroughs, districts.
- *
- * Generated from protobuf field string sublocality = 8;
- */
- private $sublocality = '';
- /**
- * Unstructured address lines describing the lower levels of an address.
- * Because values in address_lines do not have type information and may
- * sometimes contain multiple values in a single field (e.g.
- * "Austin, TX"), it is important that the line order is clear. The order of
- * address lines should be "envelope order" for the country/region of the
- * address. In places where this can vary (e.g. Japan), address_language is
- * used to make it explicit (e.g. "ja" for large-to-small ordering and
- * "ja-Latn" or "en" for small-to-large). This way, the most specific line of
- * an address can be selected based on the language.
- * The minimum permitted structural representation of an address consists
- * of a region_code with all remaining information placed in the
- * address_lines. It would be possible to format such an address very
- * approximately without geocoding, but no semantic reasoning could be
- * made about any of the address components until it was at least
- * partially resolved.
- * Creating an address only containing a region_code and address_lines, and
- * then geocoding is the recommended way to handle completely unstructured
- * addresses (as opposed to guessing which parts of the address should be
- * localities or administrative areas).
- *
- * Generated from protobuf field repeated string address_lines = 9;
- */
- private $address_lines;
- /**
- * Optional. The recipient at the address.
- * This field may, under certain circumstances, contain multiline information.
- * For example, it might contain "care of" information.
- *
- * Generated from protobuf field repeated string recipients = 10;
- */
- private $recipients;
- /**
- * Optional. The name of the organization at the address.
- *
- * Generated from protobuf field string organization = 11;
- */
- private $organization = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $revision
- * The schema revision of the `PostalAddress`.
- * All new revisions **must** be backward compatible with old revisions.
- * @type string $region_code
- * Required. CLDR region code of the country/region of the address. This
- * is never inferred and it is up to the user to ensure the value is
- * correct. See http://cldr.unicode.org/ and
- * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
- * for details. Example: "CH" for Switzerland.
- * @type string $language_code
- * Optional. BCP-47 language code of the contents of this address (if
- * known). This is often the UI language of the input form or is expected
- * to match one of the languages used in the address' country/region, or their
- * transliterated equivalents.
- * This can affect formatting in certain countries, but is not critical
- * to the correctness of the data and will never affect any validation or
- * other non-formatting related operations.
- * If this value is not known, it should be omitted (rather than specifying a
- * possibly incorrect default).
- * Examples: "zh-Hant", "ja", "ja-Latn", "en".
- * @type string $postal_code
- * Optional. Postal code of the address. Not all countries use or require
- * postal codes to be present, but where they are used, they may trigger
- * additional validation with other parts of the address (e.g. state/zip
- * validation in the U.S.A.).
- * @type string $sorting_code
- * Optional. Additional, country-specific, sorting code. This is not used
- * in most regions. Where it is used, the value is either a string like
- * "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
- * alone, representing the "sector code" (Jamaica), "delivery area indicator"
- * (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
- * @type string $administrative_area
- * Optional. Highest administrative subdivision which is used for postal
- * addresses of a country or region.
- * For example, this can be a state, a province, an oblast, or a prefecture.
- * Specifically, for Spain this is the province and not the autonomous
- * community (e.g. "Barcelona" and not "Catalonia").
- * Many countries don't use an administrative area in postal addresses. E.g.
- * in Switzerland this should be left unpopulated.
- * @type string $locality
- * Optional. Generally refers to the city/town portion of the address.
- * Examples: US city, IT comune, UK post town.
- * In regions of the world where localities are not well defined or do not fit
- * into this structure well, leave locality empty and use address_lines.
- * @type string $sublocality
- * Optional. Sublocality of the address.
- * For example, this can be neighborhoods, boroughs, districts.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $address_lines
- * Unstructured address lines describing the lower levels of an address.
- * Because values in address_lines do not have type information and may
- * sometimes contain multiple values in a single field (e.g.
- * "Austin, TX"), it is important that the line order is clear. The order of
- * address lines should be "envelope order" for the country/region of the
- * address. In places where this can vary (e.g. Japan), address_language is
- * used to make it explicit (e.g. "ja" for large-to-small ordering and
- * "ja-Latn" or "en" for small-to-large). This way, the most specific line of
- * an address can be selected based on the language.
- * The minimum permitted structural representation of an address consists
- * of a region_code with all remaining information placed in the
- * address_lines. It would be possible to format such an address very
- * approximately without geocoding, but no semantic reasoning could be
- * made about any of the address components until it was at least
- * partially resolved.
- * Creating an address only containing a region_code and address_lines, and
- * then geocoding is the recommended way to handle completely unstructured
- * addresses (as opposed to guessing which parts of the address should be
- * localities or administrative areas).
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $recipients
- * Optional. The recipient at the address.
- * This field may, under certain circumstances, contain multiline information.
- * For example, it might contain "care of" information.
- * @type string $organization
- * Optional. The name of the organization at the address.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\PostalAddress::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The schema revision of the `PostalAddress`.
- * All new revisions **must** be backward compatible with old revisions.
- *
- * Generated from protobuf field int32 revision = 1;
- * @return int
- */
- public function getRevision()
- {
- return $this->revision;
- }
-
- /**
- * The schema revision of the `PostalAddress`.
- * All new revisions **must** be backward compatible with old revisions.
- *
- * Generated from protobuf field int32 revision = 1;
- * @param int $var
- * @return $this
- */
- public function setRevision($var)
- {
- GPBUtil::checkInt32($var);
- $this->revision = $var;
-
- return $this;
- }
-
- /**
- * Required. CLDR region code of the country/region of the address. This
- * is never inferred and it is up to the user to ensure the value is
- * correct. See http://cldr.unicode.org/ and
- * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
- * for details. Example: "CH" for Switzerland.
- *
- * Generated from protobuf field string region_code = 2;
- * @return string
- */
- public function getRegionCode()
- {
- return $this->region_code;
- }
-
- /**
- * Required. CLDR region code of the country/region of the address. This
- * is never inferred and it is up to the user to ensure the value is
- * correct. See http://cldr.unicode.org/ and
- * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
- * for details. Example: "CH" for Switzerland.
- *
- * Generated from protobuf field string region_code = 2;
- * @param string $var
- * @return $this
- */
- public function setRegionCode($var)
- {
- GPBUtil::checkString($var, True);
- $this->region_code = $var;
-
- return $this;
- }
-
- /**
- * Optional. BCP-47 language code of the contents of this address (if
- * known). This is often the UI language of the input form or is expected
- * to match one of the languages used in the address' country/region, or their
- * transliterated equivalents.
- * This can affect formatting in certain countries, but is not critical
- * to the correctness of the data and will never affect any validation or
- * other non-formatting related operations.
- * If this value is not known, it should be omitted (rather than specifying a
- * possibly incorrect default).
- * Examples: "zh-Hant", "ja", "ja-Latn", "en".
- *
- * Generated from protobuf field string language_code = 3;
- * @return string
- */
- public function getLanguageCode()
- {
- return $this->language_code;
- }
-
- /**
- * Optional. BCP-47 language code of the contents of this address (if
- * known). This is often the UI language of the input form or is expected
- * to match one of the languages used in the address' country/region, or their
- * transliterated equivalents.
- * This can affect formatting in certain countries, but is not critical
- * to the correctness of the data and will never affect any validation or
- * other non-formatting related operations.
- * If this value is not known, it should be omitted (rather than specifying a
- * possibly incorrect default).
- * Examples: "zh-Hant", "ja", "ja-Latn", "en".
- *
- * Generated from protobuf field string language_code = 3;
- * @param string $var
- * @return $this
- */
- public function setLanguageCode($var)
- {
- GPBUtil::checkString($var, True);
- $this->language_code = $var;
-
- return $this;
- }
-
- /**
- * Optional. Postal code of the address. Not all countries use or require
- * postal codes to be present, but where they are used, they may trigger
- * additional validation with other parts of the address (e.g. state/zip
- * validation in the U.S.A.).
- *
- * Generated from protobuf field string postal_code = 4;
- * @return string
- */
- public function getPostalCode()
- {
- return $this->postal_code;
- }
-
- /**
- * Optional. Postal code of the address. Not all countries use or require
- * postal codes to be present, but where they are used, they may trigger
- * additional validation with other parts of the address (e.g. state/zip
- * validation in the U.S.A.).
- *
- * Generated from protobuf field string postal_code = 4;
- * @param string $var
- * @return $this
- */
- public function setPostalCode($var)
- {
- GPBUtil::checkString($var, True);
- $this->postal_code = $var;
-
- return $this;
- }
-
- /**
- * Optional. Additional, country-specific, sorting code. This is not used
- * in most regions. Where it is used, the value is either a string like
- * "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
- * alone, representing the "sector code" (Jamaica), "delivery area indicator"
- * (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
- *
- * Generated from protobuf field string sorting_code = 5;
- * @return string
- */
- public function getSortingCode()
- {
- return $this->sorting_code;
- }
-
- /**
- * Optional. Additional, country-specific, sorting code. This is not used
- * in most regions. Where it is used, the value is either a string like
- * "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
- * alone, representing the "sector code" (Jamaica), "delivery area indicator"
- * (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
- *
- * Generated from protobuf field string sorting_code = 5;
- * @param string $var
- * @return $this
- */
- public function setSortingCode($var)
- {
- GPBUtil::checkString($var, True);
- $this->sorting_code = $var;
-
- return $this;
- }
-
- /**
- * Optional. Highest administrative subdivision which is used for postal
- * addresses of a country or region.
- * For example, this can be a state, a province, an oblast, or a prefecture.
- * Specifically, for Spain this is the province and not the autonomous
- * community (e.g. "Barcelona" and not "Catalonia").
- * Many countries don't use an administrative area in postal addresses. E.g.
- * in Switzerland this should be left unpopulated.
- *
- * Generated from protobuf field string administrative_area = 6;
- * @return string
- */
- public function getAdministrativeArea()
- {
- return $this->administrative_area;
- }
-
- /**
- * Optional. Highest administrative subdivision which is used for postal
- * addresses of a country or region.
- * For example, this can be a state, a province, an oblast, or a prefecture.
- * Specifically, for Spain this is the province and not the autonomous
- * community (e.g. "Barcelona" and not "Catalonia").
- * Many countries don't use an administrative area in postal addresses. E.g.
- * in Switzerland this should be left unpopulated.
- *
- * Generated from protobuf field string administrative_area = 6;
- * @param string $var
- * @return $this
- */
- public function setAdministrativeArea($var)
- {
- GPBUtil::checkString($var, True);
- $this->administrative_area = $var;
-
- return $this;
- }
-
- /**
- * Optional. Generally refers to the city/town portion of the address.
- * Examples: US city, IT comune, UK post town.
- * In regions of the world where localities are not well defined or do not fit
- * into this structure well, leave locality empty and use address_lines.
- *
- * Generated from protobuf field string locality = 7;
- * @return string
- */
- public function getLocality()
- {
- return $this->locality;
- }
-
- /**
- * Optional. Generally refers to the city/town portion of the address.
- * Examples: US city, IT comune, UK post town.
- * In regions of the world where localities are not well defined or do not fit
- * into this structure well, leave locality empty and use address_lines.
- *
- * Generated from protobuf field string locality = 7;
- * @param string $var
- * @return $this
- */
- public function setLocality($var)
- {
- GPBUtil::checkString($var, True);
- $this->locality = $var;
-
- return $this;
- }
-
- /**
- * Optional. Sublocality of the address.
- * For example, this can be neighborhoods, boroughs, districts.
- *
- * Generated from protobuf field string sublocality = 8;
- * @return string
- */
- public function getSublocality()
- {
- return $this->sublocality;
- }
-
- /**
- * Optional. Sublocality of the address.
- * For example, this can be neighborhoods, boroughs, districts.
- *
- * Generated from protobuf field string sublocality = 8;
- * @param string $var
- * @return $this
- */
- public function setSublocality($var)
- {
- GPBUtil::checkString($var, True);
- $this->sublocality = $var;
-
- return $this;
- }
-
- /**
- * Unstructured address lines describing the lower levels of an address.
- * Because values in address_lines do not have type information and may
- * sometimes contain multiple values in a single field (e.g.
- * "Austin, TX"), it is important that the line order is clear. The order of
- * address lines should be "envelope order" for the country/region of the
- * address. In places where this can vary (e.g. Japan), address_language is
- * used to make it explicit (e.g. "ja" for large-to-small ordering and
- * "ja-Latn" or "en" for small-to-large). This way, the most specific line of
- * an address can be selected based on the language.
- * The minimum permitted structural representation of an address consists
- * of a region_code with all remaining information placed in the
- * address_lines. It would be possible to format such an address very
- * approximately without geocoding, but no semantic reasoning could be
- * made about any of the address components until it was at least
- * partially resolved.
- * Creating an address only containing a region_code and address_lines, and
- * then geocoding is the recommended way to handle completely unstructured
- * addresses (as opposed to guessing which parts of the address should be
- * localities or administrative areas).
- *
- * Generated from protobuf field repeated string address_lines = 9;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAddressLines()
- {
- return $this->address_lines;
- }
-
- /**
- * Unstructured address lines describing the lower levels of an address.
- * Because values in address_lines do not have type information and may
- * sometimes contain multiple values in a single field (e.g.
- * "Austin, TX"), it is important that the line order is clear. The order of
- * address lines should be "envelope order" for the country/region of the
- * address. In places where this can vary (e.g. Japan), address_language is
- * used to make it explicit (e.g. "ja" for large-to-small ordering and
- * "ja-Latn" or "en" for small-to-large). This way, the most specific line of
- * an address can be selected based on the language.
- * The minimum permitted structural representation of an address consists
- * of a region_code with all remaining information placed in the
- * address_lines. It would be possible to format such an address very
- * approximately without geocoding, but no semantic reasoning could be
- * made about any of the address components until it was at least
- * partially resolved.
- * Creating an address only containing a region_code and address_lines, and
- * then geocoding is the recommended way to handle completely unstructured
- * addresses (as opposed to guessing which parts of the address should be
- * localities or administrative areas).
- *
- * Generated from protobuf field repeated string address_lines = 9;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAddressLines($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->address_lines = $arr;
-
- return $this;
- }
-
- /**
- * Optional. The recipient at the address.
- * This field may, under certain circumstances, contain multiline information.
- * For example, it might contain "care of" information.
- *
- * Generated from protobuf field repeated string recipients = 10;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRecipients()
- {
- return $this->recipients;
- }
-
- /**
- * Optional. The recipient at the address.
- * This field may, under certain circumstances, contain multiline information.
- * For example, it might contain "care of" information.
- *
- * Generated from protobuf field repeated string recipients = 10;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRecipients($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->recipients = $arr;
-
- return $this;
- }
-
- /**
- * Optional. The name of the organization at the address.
- *
- * Generated from protobuf field string organization = 11;
- * @return string
- */
- public function getOrganization()
- {
- return $this->organization;
- }
-
- /**
- * Optional. The name of the organization at the address.
- *
- * Generated from protobuf field string organization = 11;
- * @param string $var
- * @return $this
- */
- public function setOrganization($var)
- {
- GPBUtil::checkString($var, True);
- $this->organization = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/Quaternion.php b/vendor/google/common-protos/src/Type/Quaternion.php
deleted file mode 100644
index 53fecd273..000000000
--- a/vendor/google/common-protos/src/Type/Quaternion.php
+++ /dev/null
@@ -1,211 +0,0 @@
-google.type.Quaternion
- */
-class Quaternion extends \Google\Protobuf\Internal\Message
-{
- /**
- * The x component.
- *
- * Generated from protobuf field double x = 1;
- */
- private $x = 0.0;
- /**
- * The y component.
- *
- * Generated from protobuf field double y = 2;
- */
- private $y = 0.0;
- /**
- * The z component.
- *
- * Generated from protobuf field double z = 3;
- */
- private $z = 0.0;
- /**
- * The scalar component.
- *
- * Generated from protobuf field double w = 4;
- */
- private $w = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $x
- * The x component.
- * @type float $y
- * The y component.
- * @type float $z
- * The z component.
- * @type float $w
- * The scalar component.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Quaternion::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The x component.
- *
- * Generated from protobuf field double x = 1;
- * @return float
- */
- public function getX()
- {
- return $this->x;
- }
-
- /**
- * The x component.
- *
- * Generated from protobuf field double x = 1;
- * @param float $var
- * @return $this
- */
- public function setX($var)
- {
- GPBUtil::checkDouble($var);
- $this->x = $var;
-
- return $this;
- }
-
- /**
- * The y component.
- *
- * Generated from protobuf field double y = 2;
- * @return float
- */
- public function getY()
- {
- return $this->y;
- }
-
- /**
- * The y component.
- *
- * Generated from protobuf field double y = 2;
- * @param float $var
- * @return $this
- */
- public function setY($var)
- {
- GPBUtil::checkDouble($var);
- $this->y = $var;
-
- return $this;
- }
-
- /**
- * The z component.
- *
- * Generated from protobuf field double z = 3;
- * @return float
- */
- public function getZ()
- {
- return $this->z;
- }
-
- /**
- * The z component.
- *
- * Generated from protobuf field double z = 3;
- * @param float $var
- * @return $this
- */
- public function setZ($var)
- {
- GPBUtil::checkDouble($var);
- $this->z = $var;
-
- return $this;
- }
-
- /**
- * The scalar component.
- *
- * Generated from protobuf field double w = 4;
- * @return float
- */
- public function getW()
- {
- return $this->w;
- }
-
- /**
- * The scalar component.
- *
- * Generated from protobuf field double w = 4;
- * @param float $var
- * @return $this
- */
- public function setW($var)
- {
- GPBUtil::checkDouble($var);
- $this->w = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/src/Type/TimeOfDay.php b/vendor/google/common-protos/src/Type/TimeOfDay.php
deleted file mode 100644
index 4117d8485..000000000
--- a/vendor/google/common-protos/src/Type/TimeOfDay.php
+++ /dev/null
@@ -1,179 +0,0 @@
-google.type.TimeOfDay
- */
-class TimeOfDay extends \Google\Protobuf\Internal\Message
-{
- /**
- * Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
- * to allow the value "24:00:00" for scenarios like business closing time.
- *
- * Generated from protobuf field int32 hours = 1;
- */
- private $hours = 0;
- /**
- * Minutes of hour of day. Must be from 0 to 59.
- *
- * Generated from protobuf field int32 minutes = 2;
- */
- private $minutes = 0;
- /**
- * Seconds of minutes of the time. Must normally be from 0 to 59. An API may
- * allow the value 60 if it allows leap-seconds.
- *
- * Generated from protobuf field int32 seconds = 3;
- */
- private $seconds = 0;
- /**
- * Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- *
- * Generated from protobuf field int32 nanos = 4;
- */
- private $nanos = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $hours
- * Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
- * to allow the value "24:00:00" for scenarios like business closing time.
- * @type int $minutes
- * Minutes of hour of day. Must be from 0 to 59.
- * @type int $seconds
- * Seconds of minutes of the time. Must normally be from 0 to 59. An API may
- * allow the value 60 if it allows leap-seconds.
- * @type int $nanos
- * Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Type\Timeofday::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
- * to allow the value "24:00:00" for scenarios like business closing time.
- *
- * Generated from protobuf field int32 hours = 1;
- * @return int
- */
- public function getHours()
- {
- return $this->hours;
- }
-
- /**
- * Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
- * to allow the value "24:00:00" for scenarios like business closing time.
- *
- * Generated from protobuf field int32 hours = 1;
- * @param int $var
- * @return $this
- */
- public function setHours($var)
- {
- GPBUtil::checkInt32($var);
- $this->hours = $var;
-
- return $this;
- }
-
- /**
- * Minutes of hour of day. Must be from 0 to 59.
- *
- * Generated from protobuf field int32 minutes = 2;
- * @return int
- */
- public function getMinutes()
- {
- return $this->minutes;
- }
-
- /**
- * Minutes of hour of day. Must be from 0 to 59.
- *
- * Generated from protobuf field int32 minutes = 2;
- * @param int $var
- * @return $this
- */
- public function setMinutes($var)
- {
- GPBUtil::checkInt32($var);
- $this->minutes = $var;
-
- return $this;
- }
-
- /**
- * Seconds of minutes of the time. Must normally be from 0 to 59. An API may
- * allow the value 60 if it allows leap-seconds.
- *
- * Generated from protobuf field int32 seconds = 3;
- * @return int
- */
- public function getSeconds()
- {
- return $this->seconds;
- }
-
- /**
- * Seconds of minutes of the time. Must normally be from 0 to 59. An API may
- * allow the value 60 if it allows leap-seconds.
- *
- * Generated from protobuf field int32 seconds = 3;
- * @param int $var
- * @return $this
- */
- public function setSeconds($var)
- {
- GPBUtil::checkInt32($var);
- $this->seconds = $var;
-
- return $this;
- }
-
- /**
- * Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- *
- * Generated from protobuf field int32 nanos = 4;
- * @return int
- */
- public function getNanos()
- {
- return $this->nanos;
- }
-
- /**
- * Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- *
- * Generated from protobuf field int32 nanos = 4;
- * @param int $var
- * @return $this
- */
- public function setNanos($var)
- {
- GPBUtil::checkInt32($var);
- $this->nanos = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/common-protos/tests/Unit/InstantiateClassesTest.php b/vendor/google/common-protos/tests/Unit/InstantiateClassesTest.php
deleted file mode 100644
index 60158d838..000000000
--- a/vendor/google/common-protos/tests/Unit/InstantiateClassesTest.php
+++ /dev/null
@@ -1,62 +0,0 @@
-assertNotNull($instance);
- }
-
- public function classesProvider()
- {
- $dir = new RecursiveDirectoryIterator('src');
- $it = new RecursiveIteratorIterator($dir);
- $reg = new RegexIterator($it, '#.+\.php$#', RecursiveRegexIterator::GET_MATCH);
- foreach ($reg as $files) {
- $file = $files[0];
- $namespace = "\\Google" . str_replace("/", "\\", substr($file, 3));
- $class = explode('.', $namespace)[0];
- yield [$class];
- }
- }
-}
diff --git a/vendor/google/common-protos/tests/bootstrap.php b/vendor/google/common-protos/tests/bootstrap.php
deleted file mode 100644
index 0ec40656b..000000000
--- a/vendor/google/common-protos/tests/bootstrap.php
+++ /dev/null
@@ -1,37 +0,0 @@
-=5.5",
- "google/auth": "^1.2.0",
- "google/grpc-gcp": "^0.1.0",
- "grpc/grpc": "^1.4",
- "google/protobuf": "^3.7.1",
- "guzzlehttp/promises": "^1.3",
- "guzzlehttp/psr7": "^1.2",
- "google/common-protos": "^1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.36",
- "squizlabs/php_codesniffer": "3.*",
- "sami/sami": "*"
- },
- "conflict": {
- "ext-protobuf": "<3.7.0"
- },
- "autoload": {
- "psr-4": {
- "Google\\ApiCore\\": "src",
- "GPBMetadata\\Google\\": "metadata"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Google\\ApiCore\\Dev\\": "dev/src",
- "Google\\ApiCore\\": "tests",
- "GPBMetadata\\": "metadata"
- }
- },
- "scripts": {
- "regenerate-test-protos": "dev/sh/regenerate-test-protos.sh"
- }
-}
diff --git a/vendor/google/gax/dev/sh/build-docs.sh b/vendor/google/gax/dev/sh/build-docs.sh
deleted file mode 100755
index 56233de6a..000000000
--- a/vendor/google/gax/dev/sh/build-docs.sh
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/bin/bash
-
-# Script to build doc site.
-# This script expects to be invoked from the gax-php root.
-#
-# This script will look for the TRAVIS_TAG environment variable, and
-# use that as the version number. If no environment variable is found,
-# it will use the first command line argument. If no command line
-# argument is specified, default to 'master'.
-
-set -ev
-
-ROOT_DIR=$(pwd)
-DOC_OUTPUT_DIR=${ROOT_DIR}/tmp_gh-pages
-INDEX_FILE=${DOC_OUTPUT_DIR}/index.html
-VERSION_FILE=${ROOT_DIR}/VERSION
-SAMI_EXECUTABLE=${ROOT_DIR}/vendor/sami/sami/sami.php
-SAMI_CONFIG=${ROOT_DIR}/dev/src/Docs/sami-config.php
-
-# Construct the base index file that redirects to the latest version
-# of the docs. This will only be generated when TRAVIS_TAG is set.
-UPDATED_INDEX_FILE=$(cat << EndOfMessage
-
-EndOfMessage
-)
-
-function checkVersionFile() {
- # Verify that the specified version matches the contents
- # of the VERSION file.
- VERSION_FILE_CONTENTS="$(cat ${VERSION_FILE})"
- if [ ${VERSION_FILE_CONTENTS} != ${1} ]; then
- echo ERROR: mismatched versions
- echo Expected version: ${1}
- echo VERSION file: ${VERSION_FILE_CONTENTS}
- exit 1
- fi
-}
-
-function buildDocs() {
- DOCS_VERSION_TO_BUILD=${1}
- API_CORE_DOCS_VERSION=${DOCS_VERSION_TO_BUILD} php ${SAMI_EXECUTABLE} update ${SAMI_CONFIG} -v
-}
-
-if [[ ! -z ${TRAVIS_TAG} ]]; then
- checkVersionFile ${TRAVIS_TAG}
- buildDocs ${TRAVIS_TAG}
- # Update the redirect index file only for builds that use the
- # TRAVIS_TAG env variable.
- echo ${UPDATED_INDEX_FILE} > ${INDEX_FILE}
-else
- if [[ ! -z ${1} ]]; then
- DOCS_VERSION_TO_BUILD=${1}
- else
- # If no command line arg is specified, default to 'master'
- DOCS_VERSION_TO_BUILD=master
- fi
- buildDocs ${DOCS_VERSION_TO_BUILD}
-fi
diff --git a/vendor/google/gax/dev/sh/push-docs.sh b/vendor/google/gax/dev/sh/push-docs.sh
deleted file mode 100755
index 2cef3b959..000000000
--- a/vendor/google/gax/dev/sh/push-docs.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-# This script expects to be invoked from the gax-php root
-
-set -e
-
-function pushDocs () {
- git submodule add -q -f -b gh-pages https://${GH_OAUTH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} ghpages
-
- rsync -aP tmp_gh-pages/* ghpages/
-
- cd ghpages
- git add .
- if [[ -n "$(git status --porcelain)" ]]; then
- git config user.name "travis-ci"
- git config user.email "travis@travis-ci.org"
- git commit -m "Updating docs for ${1}"
- git status
- git push -q https://${GH_OAUTH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} HEAD:gh-pages
- else
- echo "Nothing to commit."
- fi
-}
-
-if [[ ! -z ${TRAVIS_TAG} ]]; then
- pushDocs ${TRAVIS_TAG}
-elif [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
- pushDocs ${TRAVIS_BRANCH}
-fi
diff --git a/vendor/google/gax/dev/sh/regenerate-test-protos.sh b/vendor/google/gax/dev/sh/regenerate-test-protos.sh
deleted file mode 100755
index 7961e2d6c..000000000
--- a/vendor/google/gax/dev/sh/regenerate-test-protos.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# Run this script whenever changes are made to mocks.proto to regenerate the
-# PHP protobuf message classes.
-#
-# This script expected to be invoked from the gax-php root using:
-# $ composer regenerate-test-protos
-
-echo ${pwd}
-cd src
-protoc --php_out . ./ApiCore/Testing/mocks.proto
-cp -r ./GPBMetadata/* ../metadata/
-cp -r ./Google/* ./
-rm -r ./GPBMetadata
-rm -r ./Google
\ No newline at end of file
diff --git a/vendor/google/gax/dev/sh/test-composer-conflict.sh b/vendor/google/gax/dev/sh/test-composer-conflict.sh
deleted file mode 100755
index b4f5434f4..000000000
--- a/vendor/google/gax/dev/sh/test-composer-conflict.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Try to run `composer install`, with the expectation that it will FAIL!
-# This is to test that the 'conflict' clause of the composer.json file
-# is correctly blocking installation when an incompatible protobuf
-# extension is present.
-
-if composer install ; then
- echo "Expected 'composer install' to fail, but it succeeded!"
- exit 1
-else
- echo "'composer install' failed, as expected"
-fi
-
diff --git a/vendor/google/gax/dev/src/Docs/SamiConfigBuilder.php b/vendor/google/gax/dev/src/Docs/SamiConfigBuilder.php
deleted file mode 100644
index 52689e4f4..000000000
--- a/vendor/google/gax/dev/src/Docs/SamiConfigBuilder.php
+++ /dev/null
@@ -1,69 +0,0 @@
-= 7.0 to build docs, found version " . phpversion());
- }
- }
-
- public static function buildConfigForVersion($version)
- {
- $gaxRootDir = realpath(__DIR__ . '/../../..');
- $iterator = Finder::create()
- ->files()
- ->name('*.php')
- ->exclude('GPBMetadata')
- ->in($dir = "$gaxRootDir/src")
- ;
-
- return new Sami($iterator, array(
- 'title' => "Google ApiCore - $version",
- 'version' => $version,
- 'build_dir' => "$gaxRootDir/tmp_gh-pages/%version%",
- 'cache_dir' => "$gaxRootDir/cache/%version%",
- 'default_opened_level' => 1,
- ));
- }
-}
diff --git a/vendor/google/gax/dev/src/Docs/sami-config.php b/vendor/google/gax/dev/src/Docs/sami-config.php
deleted file mode 100644
index 319212b35..000000000
--- a/vendor/google/gax/dev/src/Docs/sami-config.php
+++ /dev/null
@@ -1,40 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0aeb070a0b6d6f636b732e70726f746f1216676f6f676c652e617069636f" .
- "72652e74657374696e671a1f676f6f676c652f70726f746f6275662f7469" .
- "6d657374616d702e70726f746f1a1e676f6f676c652f70726f746f627566" .
- "2f6475726174696f6e2e70726f746f1a1c676f6f676c652f70726f746f62" .
- "75662f7374727563742e70726f746f1a1e676f6f676c652f70726f746f62" .
- "75662f77726170706572732e70726f746f22340a0b4d6f636b5265717565" .
- "737412120a0a706167655f746f6b656e18012001280912110a0970616765" .
- "5f73697a65180220012804225d0a0c4d6f636b526573706f6e7365120c0a" .
- "046e616d65180120012809120e0a066e756d62657218022001280412160a" .
- "0e7265736f75726365735f6c69737418032003280912170a0f6e6578745f" .
- "706167655f746f6b656e180420012809228c050a0f4d6f636b5265717565" .
- "7374426f6479120c0a046e616d65180120012809120e0a066e756d626572" .
- "18022001280412160a0e72657065617465645f6669656c64180320032809" .
- "123f0a0e6e65737465645f6d65737361676518042001280b32272e676f6f" .
- "676c652e617069636f72652e74657374696e672e4d6f636b526571756573" .
- "74426f647912300a0b62797465735f76616c756518052001280b321b2e67" .
- "6f6f676c652e70726f746f6275662e427974657356616c756512310a0e64" .
- "75726174696f6e5f76616c756518062001280b32192e676f6f676c652e70" .
- "726f746f6275662e4475726174696f6e122e0a0a6669656c645f6d61736b" .
- "18072001280b321a2e676f6f676c652e70726f746f6275662e4669656c64" .
- "4d61736b12300a0b696e7436345f76616c756518082001280b321b2e676f" .
- "6f676c652e70726f746f6275662e496e74363456616c7565122e0a0a6c69" .
- "73745f76616c756518092001280b321a2e676f6f676c652e70726f746f62" .
- "75662e4c69737456616c756512320a0c737472696e675f76616c7565180a" .
- "2001280b321c2e676f6f676c652e70726f746f6275662e537472696e6756" .
- "616c7565122d0a0c7374727563745f76616c7565180b2001280b32172e67" .
- "6f6f676c652e70726f746f6275662e53747275637412330a0f74696d6573" .
- "74616d705f76616c7565180c2001280b321a2e676f6f676c652e70726f74" .
- "6f6275662e54696d657374616d70122b0a0b76616c75655f76616c756518" .
- "0d2001280b32162e676f6f676c652e70726f746f6275662e56616c756512" .
- "110a076669656c645f31180e20012809480012110a076669656c645f3218" .
- "0f20012809480012110a076669656c645f331810200128094800420d0a0b" .
- "6f6e656f665f6669656c644219ca0216476f6f676c655c417069436f7265" .
- "5c54657374696e67620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php b/vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php
deleted file mode 100644
index d958e2b52..000000000
--- a/vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php
+++ /dev/null
@@ -1,28 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0a85010a0d6578616d706c652e70726f746f1219676f6f676c652e617069" .
- "636f72652e74657374732e756e6974220b0a094d794d6573736167654244" .
- "ca0219476f6f676c655c417069436f72655c54657374735c556e6974e202" .
- "254750424d657461646174615c476f6f676c655c417069436f72655c5465" .
- "7374735c556e6974620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/gax/metadata/README.md b/vendor/google/gax/metadata/README.md
deleted file mode 100644
index 1bd41550e..000000000
--- a/vendor/google/gax/metadata/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Google Protobuf Metadata Classes
-
-## WARNING!
-
-These classes are not intended for direct use - they exist only to support
-the generated protobuf classes in src/
diff --git a/vendor/google/gax/phpunit.xml.dist b/vendor/google/gax/phpunit.xml.dist
deleted file mode 100644
index 13acfe99c..000000000
--- a/vendor/google/gax/phpunit.xml.dist
+++ /dev/null
@@ -1,14 +0,0 @@
-
-string page_token = 1;
- */
- private $page_token = '';
- /**
- * Generated from protobuf field uint64 page_size = 2;
- */
- private $page_size = 0;
-
- public function __construct() {
- \GPBMetadata\ApiCore\Testing\Mocks::initOnce();
- parent::__construct();
- }
-
- /**
- * Generated from protobuf field string page_token = 1;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * Generated from protobuf field string page_token = 1;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field uint64 page_size = 2;
- * @return int|string
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Generated from protobuf field uint64 page_size = 2;
- * @param int|string $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkUint64($var);
- $this->page_size = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/gax/src/Testing/MockRequestBody.php b/vendor/google/gax/src/Testing/MockRequestBody.php
deleted file mode 100644
index 3f0fff171..000000000
--- a/vendor/google/gax/src/Testing/MockRequestBody.php
+++ /dev/null
@@ -1,460 +0,0 @@
-google.apicore.testing.MockRequestBody
- */
-class MockRequestBody extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Generated from protobuf field uint64 number = 2;
- */
- private $number = 0;
- /**
- * Generated from protobuf field repeated string repeated_field = 3;
- */
- private $repeated_field;
- /**
- * Generated from protobuf field .google.apicore.testing.MockRequestBody nested_message = 4;
- */
- private $nested_message = null;
- /**
- * Generated from protobuf field .google.protobuf.BytesValue bytes_value = 5;
- */
- private $bytes_value = null;
- /**
- * Generated from protobuf field .google.protobuf.Duration duration_value = 6;
- */
- private $duration_value = null;
- /**
- * Generated from protobuf field .google.protobuf.FieldMask field_mask = 7;
- */
- private $field_mask = null;
- /**
- * Generated from protobuf field .google.protobuf.Int64Value int64_value = 8;
- */
- private $int64_value = null;
- /**
- * Generated from protobuf field .google.protobuf.ListValue list_value = 9;
- */
- private $list_value = null;
- /**
- * Generated from protobuf field .google.protobuf.StringValue string_value = 10;
- */
- private $string_value = null;
- /**
- * Generated from protobuf field .google.protobuf.Struct struct_value = 11;
- */
- private $struct_value = null;
- /**
- * Generated from protobuf field .google.protobuf.Timestamp timestamp_value = 12;
- */
- private $timestamp_value = null;
- /**
- * Generated from protobuf field .google.protobuf.Value value_value = 13;
- */
- private $value_value = null;
- protected $oneof_field;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type int|string $number
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $repeated_field
- * @type \Google\ApiCore\Testing\MockRequestBody $nested_message
- * @type \Google\Protobuf\BytesValue $bytes_value
- * @type \Google\Protobuf\Duration $duration_value
- * @type \Google\Protobuf\FieldMask $field_mask
- * @type \Google\Protobuf\Int64Value $int64_value
- * @type \Google\Protobuf\ListValue $list_value
- * @type \Google\Protobuf\StringValue $string_value
- * @type \Google\Protobuf\Struct $struct_value
- * @type \Google\Protobuf\Timestamp $timestamp_value
- * @type \Google\Protobuf\Value $value_value
- * @type string $field_1
- * @type string $field_2
- * @type string $field_3
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\ApiCore\Testing\Mocks::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field uint64 number = 2;
- * @return int|string
- */
- public function getNumber()
- {
- return $this->number;
- }
-
- /**
- * Generated from protobuf field uint64 number = 2;
- * @param int|string $var
- * @return $this
- */
- public function setNumber($var)
- {
- GPBUtil::checkUint64($var);
- $this->number = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field repeated string repeated_field = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRepeatedField()
- {
- return $this->repeated_field;
- }
-
- /**
- * Generated from protobuf field repeated string repeated_field = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRepeatedField($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->repeated_field = $arr;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.apicore.testing.MockRequestBody nested_message = 4;
- * @return \Google\ApiCore\Testing\MockRequestBody
- */
- public function getNestedMessage()
- {
- return $this->nested_message;
- }
-
- /**
- * Generated from protobuf field .google.apicore.testing.MockRequestBody nested_message = 4;
- * @param \Google\ApiCore\Testing\MockRequestBody $var
- * @return $this
- */
- public function setNestedMessage($var)
- {
- GPBUtil::checkMessage($var, \Google\ApiCore\Testing\MockRequestBody::class);
- $this->nested_message = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.BytesValue bytes_value = 5;
- * @return \Google\Protobuf\BytesValue
- */
- public function getBytesValue()
- {
- return $this->bytes_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.BytesValue bytes_value = 5;
- * @param \Google\Protobuf\BytesValue $var
- * @return $this
- */
- public function setBytesValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\BytesValue::class);
- $this->bytes_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Duration duration_value = 6;
- * @return \Google\Protobuf\Duration
- */
- public function getDurationValue()
- {
- return $this->duration_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Duration duration_value = 6;
- * @param \Google\Protobuf\Duration $var
- * @return $this
- */
- public function setDurationValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class);
- $this->duration_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.FieldMask field_mask = 7;
- * @return \Google\Protobuf\FieldMask
- */
- public function getFieldMask()
- {
- return $this->field_mask;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.FieldMask field_mask = 7;
- * @param \Google\Protobuf\FieldMask $var
- * @return $this
- */
- public function setFieldMask($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class);
- $this->field_mask = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Int64Value int64_value = 8;
- * @return \Google\Protobuf\Int64Value
- */
- public function getInt64Value()
- {
- return $this->int64_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Int64Value int64_value = 8;
- * @param \Google\Protobuf\Int64Value $var
- * @return $this
- */
- public function setInt64Value($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Int64Value::class);
- $this->int64_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.ListValue list_value = 9;
- * @return \Google\Protobuf\ListValue
- */
- public function getListValue()
- {
- return $this->list_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.ListValue list_value = 9;
- * @param \Google\Protobuf\ListValue $var
- * @return $this
- */
- public function setListValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\ListValue::class);
- $this->list_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.StringValue string_value = 10;
- * @return \Google\Protobuf\StringValue
- */
- public function getStringValue()
- {
- return $this->string_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.StringValue string_value = 10;
- * @param \Google\Protobuf\StringValue $var
- * @return $this
- */
- public function setStringValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\StringValue::class);
- $this->string_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Struct struct_value = 11;
- * @return \Google\Protobuf\Struct
- */
- public function getStructValue()
- {
- return $this->struct_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Struct struct_value = 11;
- * @param \Google\Protobuf\Struct $var
- * @return $this
- */
- public function setStructValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Struct::class);
- $this->struct_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Timestamp timestamp_value = 12;
- * @return \Google\Protobuf\Timestamp
- */
- public function getTimestampValue()
- {
- return $this->timestamp_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Timestamp timestamp_value = 12;
- * @param \Google\Protobuf\Timestamp $var
- * @return $this
- */
- public function setTimestampValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
- $this->timestamp_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Value value_value = 13;
- * @return \Google\Protobuf\Value
- */
- public function getValueValue()
- {
- return $this->value_value;
- }
-
- /**
- * Generated from protobuf field .google.protobuf.Value value_value = 13;
- * @param \Google\Protobuf\Value $var
- * @return $this
- */
- public function setValueValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Value::class);
- $this->value_value = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field string field_1 = 14;
- * @return string
- */
- public function getField1()
- {
- return $this->readOneof(14);
- }
-
- /**
- * Generated from protobuf field string field_1 = 14;
- * @param string $var
- * @return $this
- */
- public function setField1($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(14, $var);
-
- return $this;
- }
-
- /**
- * Generated from protobuf field string field_2 = 15;
- * @return string
- */
- public function getField2()
- {
- return $this->readOneof(15);
- }
-
- /**
- * Generated from protobuf field string field_2 = 15;
- * @param string $var
- * @return $this
- */
- public function setField2($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(15, $var);
-
- return $this;
- }
-
- /**
- * Generated from protobuf field string field_3 = 16;
- * @return string
- */
- public function getField3()
- {
- return $this->readOneof(16);
- }
-
- /**
- * Generated from protobuf field string field_3 = 16;
- * @param string $var
- * @return $this
- */
- public function setField3($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(16, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getOneofField()
- {
- return $this->whichOneof("oneof_field");
- }
-
-}
-
diff --git a/vendor/google/gax/src/Testing/MockResponse.php b/vendor/google/gax/src/Testing/MockResponse.php
deleted file mode 100644
index ce27ed3aa..000000000
--- a/vendor/google/gax/src/Testing/MockResponse.php
+++ /dev/null
@@ -1,127 +0,0 @@
-google.apicore.testing.MockResponse
- */
-class MockResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Generated from protobuf field uint64 number = 2;
- */
- private $number = 0;
- /**
- * Generated from protobuf field repeated string resources_list = 3;
- */
- private $resources_list;
- /**
- * Generated from protobuf field string next_page_token = 4;
- */
- private $next_page_token = '';
-
- public function __construct() {
- \GPBMetadata\ApiCore\Testing\Mocks::initOnce();
- parent::__construct();
- }
-
- /**
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field uint64 number = 2;
- * @return int|string
- */
- public function getNumber()
- {
- return $this->number;
- }
-
- /**
- * Generated from protobuf field uint64 number = 2;
- * @param int|string $var
- * @return $this
- */
- public function setNumber($var)
- {
- GPBUtil::checkUint64($var);
- $this->number = $var;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field repeated string resources_list = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getResourcesList()
- {
- return $this->resources_list;
- }
-
- /**
- * Generated from protobuf field repeated string resources_list = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setResourcesList($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->resources_list = $arr;
-
- return $this;
- }
-
- /**
- * Generated from protobuf field string next_page_token = 4;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * Generated from protobuf field string next_page_token = 4;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/gax/src/Testing/MockServerStreamingCall.php b/vendor/google/gax/src/Testing/MockServerStreamingCall.php
deleted file mode 100644
index 2826b8871..000000000
--- a/vendor/google/gax/src/Testing/MockServerStreamingCall.php
+++ /dev/null
@@ -1,90 +0,0 @@
-responses = $responses;
- $this->deserialize = $deserialize;
- if (is_null($status)) {
- $status = new MockStatus(Code::OK);
- }
- $this->status = $status;
- }
-
- public function responses()
- {
- while (count($this->responses) > 0) {
- $resp = array_shift($this->responses);
- $obj = $this->deserializeMessage($resp, $this->deserialize);
- yield $obj;
- }
- }
-
- /**
- * @return MockStatus|null|\stdClass
- * @throws ApiException
- */
- public function getStatus()
- {
- if (count($this->responses) > 0) {
- throw new ApiException(
- "Calls to getStatus() will block if all responses are not read",
- Code::INTERNAL,
- ApiStatus::INTERNAL
- );
- }
- return $this->status;
- }
-}
diff --git a/vendor/google/gax/src/Testing/MockStatus.php b/vendor/google/gax/src/Testing/MockStatus.php
deleted file mode 100644
index 5be115c00..000000000
--- a/vendor/google/gax/src/Testing/MockStatus.php
+++ /dev/null
@@ -1,49 +0,0 @@
-code = $code;
- $this->details = $details;
- $this->metadata = $metadata;
- }
-}
diff --git a/vendor/google/gax/src/Testing/MockStubTrait.php b/vendor/google/gax/src/Testing/MockStubTrait.php
deleted file mode 100644
index 67668e377..000000000
--- a/vendor/google/gax/src/Testing/MockStubTrait.php
+++ /dev/null
@@ -1,294 +0,0 @@
-deserialize = $deserialize;
- }
-
- /**
- * Overrides the _simpleRequest method in \Grpc\BaseStub
- * (https://github.com/grpc/grpc/blob/master/src/php/lib/Grpc/BaseStub.php)
- * Returns a MockUnaryCall object that will return the first item from $responses
- * @param string $method The API method name to be called
- * @param \Google\Protobuf\Internal\Message $argument The request object to the API method
- * @param callable $deserialize A function to deserialize the response object
- * @param array $metadata
- * @param array $options
- * @return MockUnaryCall
- */
- public function _simpleRequest(
- $method,
- $argument,
- $deserialize,
- array $metadata = [],
- array $options = []
- ) {
- $this->receivedFuncCalls[] = new ReceivedRequest($method, $argument, $deserialize, $metadata, $options);
- if (count($this->responses) < 1) {
- throw new UnderflowException("ran out of responses");
- }
- list($response, $status) = array_shift($this->responses);
- $call = new MockUnaryCall($response, $deserialize, $status);
- $this->callObjects[] = $call;
- return $call;
- }
-
- /**
- * Overrides the _clientStreamRequest method in \Grpc\BaseStub
- * (https://github.com/grpc/grpc/blob/master/src/php/lib/Grpc/BaseStub.php)
- * Returns a MockClientStreamingCall object that will return the first item from $responses
- *
- * @param string $method The name of the method to call
- * @param callable $deserialize A function that deserializes the responses
- * @param array $metadata A metadata map to send to the server
- * (optional)
- * @param array $options An array of options (optional)
- *
- * @return MockClientStreamingCall The active call object
- */
- public function _clientStreamRequest(
- $method,
- $deserialize,
- array $metadata = [],
- array $options = []
- ) {
- $this->receivedFuncCalls[] = new ReceivedRequest($method, null, $deserialize, $metadata, $options);
- if (count($this->responses) < 1) {
- throw new UnderflowException("ran out of responses");
- }
- list($response, $status) = array_shift($this->responses);
- $call = new MockClientStreamingCall($response, $deserialize, $status);
- $this->callObjects[] = $call;
- return $call;
- }
-
- /**
- * Overrides the _serverStreamRequest method in \Grpc\BaseStub
- * (https://github.com/grpc/grpc/blob/master/src/php/lib/Grpc/BaseStub.php)
- * Returns a MockServerStreamingCall object that will stream items from $responses, and return
- * a final status of $serverStreamingStatus.
- *
- * @param string $method The name of the method to call
- * @param \Google\Protobuf\Internal\Message $argument The argument to the method
- * @param callable $deserialize A function that deserializes the responses
- * @param array $metadata A metadata map to send to the server
- * (optional)
- * @param array $options An array of options (optional)
- *
- * @return MockServerStreamingCall The active call object
- */
- public function _serverStreamRequest(
- $method,
- $argument,
- $deserialize,
- array $metadata = [],
- array $options = []
- ) {
-
- if (is_a($argument, '\Google\Protobuf\Internal\Message')) {
- /** @var Message $newArgument */
- $newArgument = new $argument();
- $newArgument->mergeFromString($argument->serializeToString());
- $argument = $newArgument;
- }
- $this->receivedFuncCalls[] = new ReceivedRequest($method, $argument, $deserialize, $metadata, $options);
- $responses = MockStubTrait::stripStatusFromResponses($this->responses);
- $this->responses = [];
- $call = new MockServerStreamingCall($responses, $deserialize, $this->serverStreamingStatus);
- $this->callObjects[] = $call;
- return $call;
- }
-
- /**
- * Overrides the _bidiRequest method in \Grpc\BaseStub
- * (https://github.com/grpc/grpc/blob/master/src/php/lib/Grpc/BaseStub.php)
- * Returns a MockBidiStreamingCall object that will stream items from $responses, and return
- * a final status of $serverStreamingStatus.
- *
- * @param string $method The name of the method to call
- * @param callable $deserialize A function that deserializes the responses
- * @param array $metadata A metadata map to send to the server
- * (optional)
- * @param array $options An array of options (optional)
- *
- * @return MockBidiStreamingCall The active call object
- */
- public function _bidiRequest(
- $method,
- $deserialize,
- array $metadata = [],
- array $options = []
- ) {
-
- $this->receivedFuncCalls[] = new ReceivedRequest($method, null, $deserialize, $metadata, $options);
- $responses = MockStubTrait::stripStatusFromResponses($this->responses);
- $this->responses = [];
- $call = new MockBidiStreamingCall($responses, $deserialize, $this->serverStreamingStatus);
- $this->callObjects[] = $call;
- return $call;
- }
-
- public static function stripStatusFromResponses($responses)
- {
- $strippedResponses = [];
- foreach ($responses as $response) {
- list($resp, $_) = $response;
- $strippedResponses[] = $resp;
- }
- return $strippedResponses;
- }
-
- /**
- * Add a response object, and an optional status, to the list of responses to be returned via
- * _simpleRequest.
- * @param \Google\Protobuf\Internal\Message $response
- * @param Status $status
- */
- public function addResponse($response, $status = null)
- {
- if (!$this->deserialize && $response) {
- $this->deserialize = [get_class($response), 'decode'];
- }
-
- if (is_a($response, '\Google\Protobuf\Internal\Message')) {
- $response = $response->serializeToString();
- }
- $this->responses[] = [$response, $status];
- }
-
- /**
- * Set the status object to be used when creating streaming calls.
- *
- * @param Status $status
- */
- public function setStreamingStatus($status)
- {
- $this->serverStreamingStatus = $status;
- }
-
- /**
- * Return a list of calls made to _simpleRequest, and clear $receivedFuncCalls.
- *
- * @return ReceivedRequest[] An array of received requests
- */
- public function popReceivedCalls()
- {
- $receivedFuncCallsTemp = $this->receivedFuncCalls;
- $this->receivedFuncCalls = [];
- return $receivedFuncCallsTemp;
- }
-
- /**
- * @return int The number of calls received.
- */
- public function getReceivedCallCount()
- {
- return count($this->receivedFuncCalls);
- }
-
- /**
- * @return mixed[] The call objects created by calls to the stub
- */
- public function popCallObjects()
- {
- $callObjectsTemp = $this->callObjects;
- $this->callObjects = [];
- return $callObjectsTemp;
- }
-
- /**
- * @return bool True if $receivedFuncCalls and $response are empty.
- */
- public function isExhausted()
- {
- return count($this->receivedFuncCalls) === 0
- && count($this->responses) === 0;
- }
-
- /**
- * @param mixed $responseObject
- * @param $status
- * @param callable $deserialize
- * @return static An instance of the current class type.
- */
- public static function create($responseObject, $status = null, $deserialize = null)
- {
- $stub = new static($deserialize);
- $stub->addResponse($responseObject, $status);
- return $stub;
- }
-
- /**
- * Creates a sequence such that the responses are returned in order.
- * @param mixed[] $sequence
- * @param callable $deserialize
- * @param Status $finalStatus
- * @return static An instance of the current class type.
- */
- public static function createWithResponseSequence($sequence, $deserialize = null, $finalStatus = null)
- {
- $stub = new static($deserialize);
- foreach ($sequence as $elem) {
- if (count($elem) == 1) {
- list($resp, $status) = [$elem, null];
- } else {
- list($resp, $status) = $elem;
- }
- $stub->addResponse($resp, $status);
- }
- if ($finalStatus) {
- $stub->setStreamingStatus($finalStatus);
- }
- return $stub;
- }
-}
diff --git a/vendor/google/gax/src/Testing/MockTransport.php b/vendor/google/gax/src/Testing/MockTransport.php
deleted file mode 100644
index fcd013e74..000000000
--- a/vendor/google/gax/src/Testing/MockTransport.php
+++ /dev/null
@@ -1,111 +0,0 @@
-agentHeaderDescriptor = $agentHeaderDescriptor;
- }
-
- public function startUnaryCall(Call $call, array $options)
- {
- $call = call_user_func([$this, $call->getMethod()], $call, $options);
- return $promise = new Promise(
- function () use ($call, &$promise) {
- list($response, $status) = $call->wait();
-
- if ($status->code == Code::OK) {
- $promise->resolve($response);
- } else {
- throw ApiException::createFromStdClass($status);
- }
- },
- [$call, 'cancel']
- );
- }
-
- public function startBidiStreamingCall(Call $call, array $options)
- {
- $newArgs = ['/' . $call->getMethod(), $this->deserialize, $options, $options];
- $response = call_user_func_array(array($this, '_bidiRequest'), $newArgs);
- return new BidiStream($response, $call->getDescriptor());
- }
-
- public function startClientStreamingCall(Call $call, array $options)
- {
- $newArgs = ['/' . $call->getMethod(), $this->deserialize, $options, $options];
- $response = call_user_func_array(array($this, '_clientStreamRequest'), $newArgs);
- return new ClientStream($response, $call->getDescriptor());
- }
-
- public function startServerStreamingCall(Call $call, array $options)
- {
- $newArgs = ['/' . $call->getMethod(), $call->getMessage(), $this->deserialize, $options, $options];
- $response = call_user_func_array(array($this, '_serverStreamRequest'), $newArgs);
- return new ServerStream($response, $call->getDescriptor());
- }
-
- public function __call($name, $arguments)
- {
- $call = $arguments[0];
- $options = $arguments[1];
- $decode = $call->getDecodeType() ? [$call->getDecodeType(), 'decode'] : null;
- return $this->_simpleRequest(
- '/' . $call->getMethod(),
- $call->getMessage(),
- $decode,
- isset($options['headers']) ? $options['headers'] : [],
- $options
- );
- }
-
- public function close()
- {
- // does nothing
- }
-}
diff --git a/vendor/google/gax/src/Testing/MockUnaryCall.php b/vendor/google/gax/src/Testing/MockUnaryCall.php
deleted file mode 100644
index 9270e2173..000000000
--- a/vendor/google/gax/src/Testing/MockUnaryCall.php
+++ /dev/null
@@ -1,79 +0,0 @@
-response = $response;
- $this->deserialize = $deserialize;
- if (is_null($status)) {
- $status = new MockStatus(Code::OK);
- }
- $this->status = $status;
- }
-
- /**
- * Immediately return the preset response object and status.
- * @return array The response object and status.
- */
- public function wait()
- {
- return [
- $this->deserializeMessage($this->response, $this->deserialize),
- $this->status,
- ];
- }
-}
diff --git a/vendor/google/gax/src/Testing/ProtobufGPBEmptyComparator.php b/vendor/google/gax/src/Testing/ProtobufGPBEmptyComparator.php
deleted file mode 100644
index 99ee68966..000000000
--- a/vendor/google/gax/src/Testing/ProtobufGPBEmptyComparator.php
+++ /dev/null
@@ -1,58 +0,0 @@
-exporter = new MessageAwareExporter();
- }
-
- /**
- * Returns whether the comparator can compare two values.
- *
- * @param mixed $expected The first value to compare
- * @param mixed $actual The second value to compare
- * @return boolean
- */
- public function accepts($expected, $actual)
- {
- return $expected instanceof Message && $actual instanceof Message;
- }
-
- /**
- * Asserts that two values are equal.
- *
- * @param Message $expected The first value to compare
- * @param Message $actual The second value to compare
- * @param float|int $delta The allowed numerical distance between two values to
- * consider them equal
- * @param bool $canonicalize If set to TRUE, arrays are sorted before
- * comparison
- * @param bool $ignoreCase If set to TRUE, upper- and lowercasing is
- * ignored when comparing string values
- * @throws ComparisonFailure Thrown when the comparison
- * fails. Contains information about the
- * specific errors that lead to the failure.
- */
- public function assertEquals($expected, $actual, $delta = 0, $canonicalize = FALSE, $ignoreCase = FALSE)
- {
- if ($expected->serializeToString() !== $actual->serializeToString()) {
- throw new ComparisonFailure(
- $expected,
- $actual,
- $this->exporter->shortenedExport($expected),
- $this->exporter->shortenedExport($actual),
- false,
- 'Given 2 Message objects are not the same'
- );
- }
- }
-}
diff --git a/vendor/google/gax/src/Testing/ReceivedRequest.php b/vendor/google/gax/src/Testing/ReceivedRequest.php
deleted file mode 100644
index 763f2f0f9..000000000
--- a/vendor/google/gax/src/Testing/ReceivedRequest.php
+++ /dev/null
@@ -1,77 +0,0 @@
-actualCall = [
- 'funcCall' => $funcCall,
- 'request' => $requestObject,
- 'deserialize' => $deserialize,
- 'metadata' => $metadata,
- 'options' => $options,
- ];
- }
-
- public function getArray()
- {
- return $this->actualCall;
- }
-
- public function getFuncCall()
- {
- return $this->actualCall['funcCall'];
- }
-
- public function getRequestObject()
- {
- return $this->actualCall['request'];
- }
-
- public function getMetadata()
- {
- return $this->actualCall['metadata'];
- }
-
- public function getOptions()
- {
- return $this->actualCall['options'];
- }
-}
diff --git a/vendor/google/gax/src/Testing/SerializationTrait.php b/vendor/google/gax/src/Testing/SerializationTrait.php
deleted file mode 100644
index d63d8d450..000000000
--- a/vendor/google/gax/src/Testing/SerializationTrait.php
+++ /dev/null
@@ -1,65 +0,0 @@
-$deserializeFunc($message);
- } elseif (is_string($message)) {
- $obj->mergeFromString($message);
- }
-
- return $obj;
- }
-
- // Protobuf-PHP implementation
- return call_user_func($deserialize, $message);
- }
-}
diff --git a/vendor/google/gax/src/Testing/mocks.proto b/vendor/google/gax/src/Testing/mocks.proto
deleted file mode 100644
index 7e69d35b8..000000000
--- a/vendor/google/gax/src/Testing/mocks.proto
+++ /dev/null
@@ -1,44 +0,0 @@
-syntax = "proto3";
-
-package google.apicore.testing;
-
-import "google/protobuf/field_mask.proto";
-import "google/protobuf/timestamp.proto";
-import "google/protobuf/duration.proto";
-import "google/protobuf/struct.proto";
-import "google/protobuf/wrappers.proto";
-
-option php_namespace = "Google\\ApiCore\\Testing";
-
-message MockRequest {
- string page_token = 1;
- uint64 page_size = 2;
-}
-
-message MockResponse {
- string name = 1;
- uint64 number = 2;
- repeated string resources_list = 3;
- string next_page_token = 4;
-}
-
-message MockRequestBody {
- string name = 1;
- uint64 number = 2;
- repeated string repeated_field = 3;
- MockRequestBody nested_message = 4;
- google.protobuf.BytesValue bytes_value = 5;
- google.protobuf.Duration duration_value = 6;
- google.protobuf.FieldMask field_mask = 7;
- google.protobuf.Int64Value int64_value = 8;
- google.protobuf.ListValue list_value = 9;
- google.protobuf.StringValue string_value = 10;
- google.protobuf.Struct struct_value = 11;
- google.protobuf.Timestamp timestamp_value = 12;
- google.protobuf.Value value_value = 13;
- oneof oneof_field {
- string field_1 = 14;
- string field_2 = 15;
- string field_3 = 16;
- }
-}
diff --git a/vendor/google/gax/src/Transport/Grpc/ForwardingCall.php b/vendor/google/gax/src/Transport/Grpc/ForwardingCall.php
deleted file mode 100644
index bd0b42055..000000000
--- a/vendor/google/gax/src/Transport/Grpc/ForwardingCall.php
+++ /dev/null
@@ -1,88 +0,0 @@
-innerCall = $innerCall;
- }
-
- /**
- * @return mixed The metadata sent by the server
- */
- public function getMetadata()
- {
- return $this->innerCall->getMetadata();
- }
-
- /**
- * @return mixed The trailing metadata sent by the server
- */
- public function getTrailingMetadata()
- {
- return $this->innerCall->getTrailingMetadata();
- }
-
- /**
- * @return string The URI of the endpoint
- */
- public function getPeer()
- {
- return $this->innerCall->getPeer();
- }
-
- /**
- * Cancels the call.
- */
- public function cancel()
- {
- $this->innerCall->cancel();
- }
-}
diff --git a/vendor/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php b/vendor/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php
deleted file mode 100644
index fa993fdb3..000000000
--- a/vendor/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php
+++ /dev/null
@@ -1,51 +0,0 @@
-innerCall->wait();
- }
-}
diff --git a/vendor/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php b/vendor/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php
deleted file mode 100644
index 90924ec15..000000000
--- a/vendor/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php
+++ /dev/null
@@ -1,60 +0,0 @@
-baseUri = $baseUri;
- $this->httpHandler = $httpHandler;
- $this->transportName = 'grpc-fallback';
- }
-
- /**
- * Builds a GrpcFallbackTransport.
- *
- * @param string $apiEndpoint
- * The address of the API remote host, for example "example.googleapis.com".
- * @param array $config {
- * Config options used to construct the grpc-fallback transport.
- *
- * @type callable $httpHandler A handler used to deliver PSR-7 requests.
- * }
- * @return GrpcFallbackTransport
- * @throws ValidationException
- */
- public static function build($apiEndpoint, array $config = [])
- {
- $config += [
- 'httpHandler' => null,
- ];
- list($baseUri, $port) = self::normalizeServiceAddress($apiEndpoint);
- $httpHandler = $config['httpHandler'] ?: self::buildHttpHandlerAsync();
- return new GrpcFallbackTransport("$baseUri:$port", $httpHandler);
- }
-
- /**
- * {@inheritdoc}
- */
- public function startUnaryCall(Call $call, array $options)
- {
- $httpHandler = $this->httpHandler;
- return $httpHandler(
- $this->buildRequest($call, $options),
- $this->getCallOptions($options)
- )->then(
- function (ResponseInterface $response) use ($options) {
- if (isset($options['metadataCallback'])) {
- $metadataCallback = $options['metadataCallback'];
- $metadataCallback($response->getHeaders());
- }
- return $response;
- }
- )->then(
- function (ResponseInterface $response) use ($call) {
- return $this->unpackResponse($call, $response);
- },
- function (\Exception $ex) {
- throw $this->transformException($ex);
- }
- );
- }
-
- /**
- * @param Call $call
- * @param array $options
- * @return RequestInterface
- */
- private function buildRequest(Call $call, array $options)
- {
- // Build common headers and set the content type to 'application/x-protobuf'
- $headers = ['Content-Type' => 'application/x-protobuf'] + self::buildCommonHeaders($options);
-
- // It is necessary to supply 'grpc-web' in the 'x-goog-api-client' header
- // when using the grpc-fallback protocol.
- $headers += ['x-goog-api-client' => []];
- $headers['x-goog-api-client'][] = 'grpc-web';
-
- // Uri format: https://.grpc.gcp.AffinityConfig.Command command = 2;
- */
- private $command = 0;
- /**
- * The field path of the affinity key in the request/response message.
- * For example: "f.a", "f.b.d", etc.
- *
- * Generated from protobuf field string affinity_key = 3;
- */
- private $affinity_key = '';
-
- public function __construct()
- {
- \GPBMetadata\GrpcGcp::initOnce();
- parent::__construct();
- }
-
- /**
- * The affinity command applies on the selected gRPC methods.
- *
- * Generated from protobuf field .grpc.gcp.AffinityConfig.Command command = 2;
- * @return int
- */
- public function getCommand()
- {
- return $this->command;
- }
-
- /**
- * The affinity command applies on the selected gRPC methods.
- *
- * Generated from protobuf field .grpc.gcp.AffinityConfig.Command command = 2;
- * @param int $var
- * @return $this
- */
- public function setCommand($var)
- {
- GPBUtil::checkEnum($var, \Grpc\Gcp\AffinityConfig_Command::class);
- $this->command = $var;
-
- return $this;
- }
-
- /**
- * The field path of the affinity key in the request/response message.
- * For example: "f.a", "f.b.d", etc.
- *
- * Generated from protobuf field string affinity_key = 3;
- * @return string
- */
- public function getAffinityKey()
- {
- return $this->affinity_key;
- }
-
- /**
- * The field path of the affinity key in the request/response message.
- * For example: "f.a", "f.b.d", etc.
- *
- * Generated from protobuf field string affinity_key = 3;
- * @param string $var
- * @return $this
- */
- public function setAffinityKey($var)
- {
- GPBUtil::checkString($var, true);
- $this->affinity_key = $var;
-
- return $this;
- }
-}
diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php
deleted file mode 100644
index 2efcc7258..000000000
--- a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php
+++ /dev/null
@@ -1,38 +0,0 @@
-Grpc\Gcp\AffinityConfig\Command
- */
-class AffinityConfig_Command
-{
- /**
- * The annotated method will be required to be bound to an existing session
- * to execute the RPC. The corresponding BOUND = 0;
- */
- const BOUND = 0;
- /**
- * The annotated method will establish the channel affinity with the channel
- * which is used to execute the RPC. The corresponding
- * BIND = 1;
- */
- const BIND = 1;
- /**
- * The annotated method will remove the channel affinity with the channel
- * which is used to execute the RPC. The corresponding
- * UNBIND = 2;
- */
- const UNBIND = 2;
-}
diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php
deleted file mode 100644
index 519e31a34..000000000
--- a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php
+++ /dev/null
@@ -1,84 +0,0 @@
-grpc.gcp.ApiConfig
- */
-class ApiConfig extends \Google\Protobuf\Internal\Message
-{
- /**
- * The channel pool configurations.
- *
- * Generated from protobuf field .grpc.gcp.ChannelPoolConfig channel_pool = 2;
- */
- private $channel_pool = null;
- /**
- * The method configurations.
- *
- * Generated from protobuf field repeated .grpc.gcp.MethodConfig method = 1001;
- */
- private $method;
-
- public function __construct()
- {
- \GPBMetadata\GrpcGcp::initOnce();
- parent::__construct();
- }
-
- /**
- * The channel pool configurations.
- *
- * Generated from protobuf field .grpc.gcp.ChannelPoolConfig channel_pool = 2;
- * @return \Grpc\Gcp\ChannelPoolConfig
- */
- public function getChannelPool()
- {
- return $this->channel_pool;
- }
-
- /**
- * The channel pool configurations.
- *
- * Generated from protobuf field .grpc.gcp.ChannelPoolConfig channel_pool = 2;
- * @param \Grpc\Gcp\ChannelPoolConfig $var
- * @return $this
- */
- public function setChannelPool($var)
- {
- GPBUtil::checkMessage($var, \Grpc\Gcp\ChannelPoolConfig::class);
- $this->channel_pool = $var;
-
- return $this;
- }
-
- /**
- * The method configurations.
- *
- * Generated from protobuf field repeated .grpc.gcp.MethodConfig method = 1001;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMethod()
- {
- return $this->method;
- }
-
- /**
- * The method configurations.
- *
- * Generated from protobuf field repeated .grpc.gcp.MethodConfig method = 1001;
- * @param \Grpc\Gcp\MethodConfig[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMethod($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Gcp\MethodConfig::class);
- $this->method = $arr;
-
- return $this;
- }
-}
diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php
deleted file mode 100644
index 7c03076c6..000000000
--- a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php
+++ /dev/null
@@ -1,122 +0,0 @@
-grpc.gcp.ChannelPoolConfig
- */
-class ChannelPoolConfig extends \Google\Protobuf\Internal\Message
-{
- /**
- * The max number of channels in the pool.
- *
- * Generated from protobuf field uint32 max_size = 1;
- */
- private $max_size = 0;
- /**
- * The idle timeout (seconds) of channels without bound affinity sessions.
- *
- * Generated from protobuf field uint64 idle_timeout = 2;
- */
- private $idle_timeout = 0;
- /**
- * The low watermark of max number of concurrent streams in a channel.
- * New channel will be created once it get hit, until we reach the max size
- * of the channel pool.
- *
- * Generated from protobuf field uint32 max_concurrent_streams_low_watermark = 3;
- */
- private $max_concurrent_streams_low_watermark = 0;
-
- public function __construct()
- {
- \GPBMetadata\GrpcGcp::initOnce();
- parent::__construct();
- }
-
- /**
- * The max number of channels in the pool.
- *
- * Generated from protobuf field uint32 max_size = 1;
- * @return int
- */
- public function getMaxSize()
- {
- return $this->max_size;
- }
-
- /**
- * The max number of channels in the pool.
- *
- * Generated from protobuf field uint32 max_size = 1;
- * @param int $var
- * @return $this
- */
- public function setMaxSize($var)
- {
- GPBUtil::checkUint32($var);
- $this->max_size = $var;
-
- return $this;
- }
-
- /**
- * The idle timeout (seconds) of channels without bound affinity sessions.
- *
- * Generated from protobuf field uint64 idle_timeout = 2;
- * @return int|string
- */
- public function getIdleTimeout()
- {
- return $this->idle_timeout;
- }
-
- /**
- * The idle timeout (seconds) of channels without bound affinity sessions.
- *
- * Generated from protobuf field uint64 idle_timeout = 2;
- * @param int|string $var
- * @return $this
- */
- public function setIdleTimeout($var)
- {
- GPBUtil::checkUint64($var);
- $this->idle_timeout = $var;
-
- return $this;
- }
-
- /**
- * The low watermark of max number of concurrent streams in a channel.
- * New channel will be created once it get hit, until we reach the max size
- * of the channel pool.
- *
- * Generated from protobuf field uint32 max_concurrent_streams_low_watermark = 3;
- * @return int
- */
- public function getMaxConcurrentStreamsLowWatermark()
- {
- return $this->max_concurrent_streams_low_watermark;
- }
-
- /**
- * The low watermark of max number of concurrent streams in a channel.
- * New channel will be created once it get hit, until we reach the max size
- * of the channel pool.
- *
- * Generated from protobuf field uint32 max_concurrent_streams_low_watermark = 3;
- * @param int $var
- * @return $this
- */
- public function setMaxConcurrentStreamsLowWatermark($var)
- {
- GPBUtil::checkUint32($var);
- $this->max_concurrent_streams_low_watermark = $var;
-
- return $this;
- }
-}
diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php
deleted file mode 100644
index b60daf5d2..000000000
--- a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php
+++ /dev/null
@@ -1,90 +0,0 @@
-grpc.gcp.MethodConfig
- */
-class MethodConfig extends \Google\Protobuf\Internal\Message
-{
- /**
- * A fully qualified name of a gRPC method, or a wildcard pattern ending
- * with .*, such as foo.bar.A, foo.bar.*. Method configs are evaluated
- * sequentially, and the first one takes precedence.
- *
- * Generated from protobuf field repeated string name = 1;
- */
- private $name;
- /**
- * The channel affinity configurations.
- *
- * Generated from protobuf field .grpc.gcp.AffinityConfig affinity = 1001;
- */
- private $affinity = null;
-
- public function __construct()
- {
- \GPBMetadata\GrpcGcp::initOnce();
- parent::__construct();
- }
-
- /**
- * A fully qualified name of a gRPC method, or a wildcard pattern ending
- * with .*, such as foo.bar.A, foo.bar.*. Method configs are evaluated
- * sequentially, and the first one takes precedence.
- *
- * Generated from protobuf field repeated string name = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * A fully qualified name of a gRPC method, or a wildcard pattern ending
- * with .*, such as foo.bar.A, foo.bar.*. Method configs are evaluated
- * sequentially, and the first one takes precedence.
- *
- * Generated from protobuf field repeated string name = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setName($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->name = $arr;
-
- return $this;
- }
-
- /**
- * The channel affinity configurations.
- *
- * Generated from protobuf field .grpc.gcp.AffinityConfig affinity = 1001;
- * @return \Grpc\Gcp\AffinityConfig
- */
- public function getAffinity()
- {
- return $this->affinity;
- }
-
- /**
- * The channel affinity configurations.
- *
- * Generated from protobuf field .grpc.gcp.AffinityConfig affinity = 1001;
- * @param \Grpc\Gcp\AffinityConfig $var
- * @return $this
- */
- public function setAffinity($var)
- {
- GPBUtil::checkMessage($var, \Grpc\Gcp\AffinityConfig::class);
- $this->affinity = $var;
-
- return $this;
- }
-}
diff --git a/vendor/google/grpc-gcp/src/grpc_gcp.proto b/vendor/google/grpc-gcp/src/grpc_gcp.proto
deleted file mode 100644
index ff52db203..000000000
--- a/vendor/google/grpc-gcp/src/grpc_gcp.proto
+++ /dev/null
@@ -1,70 +0,0 @@
-// Copyright 2018 gRPC authors.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-syntax = "proto3";
-
-package grpc.gcp;
-
-message ApiConfig {
- // The channel pool configurations.
- ChannelPoolConfig channel_pool = 2;
-
- // The method configurations.
- repeated MethodConfig method = 1001;
-}
-
-message ChannelPoolConfig {
- // The max number of channels in the pool.
- uint32 max_size = 1;
- // The idle timeout (seconds) of channels without bound affinity sessions.
- uint64 idle_timeout = 2;
- // The low watermark of max number of concurrent streams in a channel.
- // New channel will be created once it get hit, until we reach the max size
- // of the channel pool.
- uint32 max_concurrent_streams_low_watermark = 3;
-}
-
-message MethodConfig {
- // A fully qualified name of a gRPC method, or a wildcard pattern ending
- // with .*, such as foo.bar.A, foo.bar.*. Method configs are evaluated
- // sequentially, and the first one takes precedence.
- repeated string name = 1;
-
- // The channel affinity configurations.
- AffinityConfig affinity = 1001;
-}
-
-message AffinityConfig {
- enum Command {
- // The annotated method will be required to be bound to an existing session
- // to execute the RPC. The corresponding string album_id = 1;
- */
- private $album_id = '';
- /**
- * The enrichment to be added.
- *
- * Generated from protobuf field .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
- */
- private $new_enrichment_item = null;
- /**
- * The position in the album where the enrichment is to be inserted.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition album_position = 3;
- */
- private $album_position = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $album_id
- * Identifier of the album where the enrichment is to be added.
- * @type \Google\Photos\Library\V1\NewEnrichmentItem $new_enrichment_item
- * The enrichment to be added.
- * @type \Google\Photos\Library\V1\AlbumPosition $album_position
- * The position in the album where the enrichment is to be inserted.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the album where the enrichment is to be added.
- *
- * Generated from protobuf field string album_id = 1;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the album where the enrichment is to be added.
- *
- * Generated from protobuf field string album_id = 1;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
- /**
- * The enrichment to be added.
- *
- * Generated from protobuf field .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
- * @return \Google\Photos\Library\V1\NewEnrichmentItem
- */
- public function getNewEnrichmentItem()
- {
- return $this->new_enrichment_item;
- }
-
- /**
- * The enrichment to be added.
- *
- * Generated from protobuf field .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
- * @param \Google\Photos\Library\V1\NewEnrichmentItem $var
- * @return $this
- */
- public function setNewEnrichmentItem($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\NewEnrichmentItem::class);
- $this->new_enrichment_item = $var;
-
- return $this;
- }
-
- /**
- * The position in the album where the enrichment is to be inserted.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition album_position = 3;
- * @return \Google\Photos\Library\V1\AlbumPosition
- */
- public function getAlbumPosition()
- {
- return $this->album_position;
- }
-
- /**
- * The position in the album where the enrichment is to be inserted.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition album_position = 3;
- * @param \Google\Photos\Library\V1\AlbumPosition $var
- * @return $this
- */
- public function setAlbumPosition($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\AlbumPosition::class);
- $this->album_position = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/AddEnrichmentToAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/AddEnrichmentToAlbumResponse.php
deleted file mode 100644
index 4e1b53011..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/AddEnrichmentToAlbumResponse.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.AddEnrichmentToAlbumResponse
- */
-class AddEnrichmentToAlbumResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. Enrichment which was added.
- *
- * Generated from protobuf field .google.photos.library.v1.EnrichmentItem enrichment_item = 1;
- */
- private $enrichment_item = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\EnrichmentItem $enrichment_item
- * Output only. Enrichment which was added.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. Enrichment which was added.
- *
- * Generated from protobuf field .google.photos.library.v1.EnrichmentItem enrichment_item = 1;
- * @return \Google\Photos\Library\V1\EnrichmentItem
- */
- public function getEnrichmentItem()
- {
- return $this->enrichment_item;
- }
-
- /**
- * Output only. Enrichment which was added.
- *
- * Generated from protobuf field .google.photos.library.v1.EnrichmentItem enrichment_item = 1;
- * @param \Google\Photos\Library\V1\EnrichmentItem $var
- * @return $this
- */
- public function setEnrichmentItem($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\EnrichmentItem::class);
- $this->enrichment_item = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition.php
deleted file mode 100644
index f2e002f32..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition.php
+++ /dev/null
@@ -1,138 +0,0 @@
-google.photos.library.v1.AlbumPosition
- */
-class AlbumPosition extends \Google\Protobuf\Internal\Message
-{
- /**
- * Type of position, for a media or enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition.PositionType position = 1;
- */
- private $position = 0;
- protected $relative_item;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $position
- * Type of position, for a media or enrichment item.
- * @type string $relative_media_item_id
- * The media item to which the position is relative to.
- * Only used when position type is AFTER_MEDIA_ITEM.
- * @type string $relative_enrichment_item_id
- * The enrichment item to which the position is relative to.
- * Only used when position type is AFTER_ENRICHMENT_ITEM.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Type of position, for a media or enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition.PositionType position = 1;
- * @return int
- */
- public function getPosition()
- {
- return $this->position;
- }
-
- /**
- * Type of position, for a media or enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition.PositionType position = 1;
- * @param int $var
- * @return $this
- */
- public function setPosition($var)
- {
- GPBUtil::checkEnum($var, \Google\Photos\Library\V1\AlbumPosition_PositionType::class);
- $this->position = $var;
-
- return $this;
- }
-
- /**
- * The media item to which the position is relative to.
- * Only used when position type is AFTER_MEDIA_ITEM.
- *
- * Generated from protobuf field string relative_media_item_id = 2;
- * @return string
- */
- public function getRelativeMediaItemId()
- {
- return $this->readOneof(2);
- }
-
- /**
- * The media item to which the position is relative to.
- * Only used when position type is AFTER_MEDIA_ITEM.
- *
- * Generated from protobuf field string relative_media_item_id = 2;
- * @param string $var
- * @return $this
- */
- public function setRelativeMediaItemId($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(2, $var);
-
- return $this;
- }
-
- /**
- * The enrichment item to which the position is relative to.
- * Only used when position type is AFTER_ENRICHMENT_ITEM.
- *
- * Generated from protobuf field string relative_enrichment_item_id = 3;
- * @return string
- */
- public function getRelativeEnrichmentItemId()
- {
- return $this->readOneof(3);
- }
-
- /**
- * The enrichment item to which the position is relative to.
- * Only used when position type is AFTER_ENRICHMENT_ITEM.
- *
- * Generated from protobuf field string relative_enrichment_item_id = 3;
- * @param string $var
- * @return $this
- */
- public function setRelativeEnrichmentItemId($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(3, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getRelativeItem()
- {
- return $this->whichOneof("relative_item");
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition/PositionType.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition/PositionType.php
deleted file mode 100644
index 35373a3ff..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition/PositionType.php
+++ /dev/null
@@ -1,78 +0,0 @@
-google.photos.library.v1.AlbumPosition.PositionType
- */
-class PositionType
-{
- /**
- * Default value if this enum isn't set.
- *
- * Generated from protobuf enum POSITION_TYPE_UNSPECIFIED = 0;
- */
- const POSITION_TYPE_UNSPECIFIED = 0;
- /**
- * At the beginning of the album.
- *
- * Generated from protobuf enum FIRST_IN_ALBUM = 1;
- */
- const FIRST_IN_ALBUM = 1;
- /**
- * At the end of the album.
- *
- * Generated from protobuf enum LAST_IN_ALBUM = 2;
- */
- const LAST_IN_ALBUM = 2;
- /**
- * After a media item.
- *
- * Generated from protobuf enum AFTER_MEDIA_ITEM = 3;
- */
- const AFTER_MEDIA_ITEM = 3;
- /**
- * After an enrichment item.
- *
- * Generated from protobuf enum AFTER_ENRICHMENT_ITEM = 4;
- */
- const AFTER_ENRICHMENT_ITEM = 4;
-
- private static $valueToName = [
- self::POSITION_TYPE_UNSPECIFIED => 'POSITION_TYPE_UNSPECIFIED',
- self::FIRST_IN_ALBUM => 'FIRST_IN_ALBUM',
- self::LAST_IN_ALBUM => 'LAST_IN_ALBUM',
- self::AFTER_MEDIA_ITEM => 'AFTER_MEDIA_ITEM',
- self::AFTER_ENRICHMENT_ITEM => 'AFTER_ENRICHMENT_ITEM',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PositionType::class, \Google\Photos\Library\V1\AlbumPosition_PositionType::class);
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition_PositionType.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition_PositionType.php
deleted file mode 100644
index 2af9cbcc4..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/AlbumPosition_PositionType.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.photos.library.v1.BatchAddMediaItemsToAlbumRequest
- */
-class BatchAddMediaItemsToAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * added.
- * The maximum number of media items that can be added in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- */
- private $media_item_ids;
- /**
- * Identifier of the [Album][google.photos.types.Album] that the
- * media items are added to.
- *
- * Generated from protobuf field string album_id = 2;
- */
- private $album_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $media_item_ids
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * added.
- * The maximum number of media items that can be added in one call is 50.
- * @type string $album_id
- * Identifier of the [Album][google.photos.types.Album] that the
- * media items are added to.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * added.
- * The maximum number of media items that can be added in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaItemIds()
- {
- return $this->media_item_ids;
- }
-
- /**
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * added.
- * The maximum number of media items that can be added in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaItemIds($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->media_item_ids = $arr;
-
- return $this;
- }
-
- /**
- * Identifier of the [Album][google.photos.types.Album] that the
- * media items are added to.
- *
- * Generated from protobuf field string album_id = 2;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the [Album][google.photos.types.Album] that the
- * media items are added to.
- *
- * Generated from protobuf field string album_id = 2;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchAddMediaItemsToAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchAddMediaItemsToAlbumResponse.php
deleted file mode 100644
index 8437d1a8d..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchAddMediaItemsToAlbumResponse.php
+++ /dev/null
@@ -1,33 +0,0 @@
-google.photos.library.v1.BatchAddMediaItemsToAlbumResponse
- */
-class BatchAddMediaItemsToAlbumResponse extends \Google\Protobuf\Internal\Message
-{
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchCreateMediaItemsRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchCreateMediaItemsRequest.php
deleted file mode 100644
index a3f7e5a3a..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchCreateMediaItemsRequest.php
+++ /dev/null
@@ -1,157 +0,0 @@
-google.photos.library.v1.BatchCreateMediaItemsRequest
- */
-class BatchCreateMediaItemsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier of the album where the media items are added. The media items
- * are also added to the user's library. This is an optional field.
- *
- * Generated from protobuf field string album_id = 1;
- */
- private $album_id = '';
- /**
- * List of media items to be created.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.NewMediaItem new_media_items = 2;
- */
- private $new_media_items;
- /**
- * Position in the album where the media items are added. If not
- * specified, the media items are added to the end of the album (as per
- * the default value, that is, `LAST_IN_ALBUM`). The request fails if this
- * field is set and the `albumId` is not specified. The request will also fail
- * if you set the field and are not the owner of the shared album.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition album_position = 4;
- */
- private $album_position = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $album_id
- * Identifier of the album where the media items are added. The media items
- * are also added to the user's library. This is an optional field.
- * @type \Google\Photos\Library\V1\NewMediaItem[]|\Google\Protobuf\Internal\RepeatedField $new_media_items
- * List of media items to be created.
- * @type \Google\Photos\Library\V1\AlbumPosition $album_position
- * Position in the album where the media items are added. If not
- * specified, the media items are added to the end of the album (as per
- * the default value, that is, `LAST_IN_ALBUM`). The request fails if this
- * field is set and the `albumId` is not specified. The request will also fail
- * if you set the field and are not the owner of the shared album.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the album where the media items are added. The media items
- * are also added to the user's library. This is an optional field.
- *
- * Generated from protobuf field string album_id = 1;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the album where the media items are added. The media items
- * are also added to the user's library. This is an optional field.
- *
- * Generated from protobuf field string album_id = 1;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
- /**
- * List of media items to be created.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.NewMediaItem new_media_items = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getNewMediaItems()
- {
- return $this->new_media_items;
- }
-
- /**
- * List of media items to be created.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.NewMediaItem new_media_items = 2;
- * @param \Google\Photos\Library\V1\NewMediaItem[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setNewMediaItems($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Library\V1\NewMediaItem::class);
- $this->new_media_items = $arr;
-
- return $this;
- }
-
- /**
- * Position in the album where the media items are added. If not
- * specified, the media items are added to the end of the album (as per
- * the default value, that is, `LAST_IN_ALBUM`). The request fails if this
- * field is set and the `albumId` is not specified. The request will also fail
- * if you set the field and are not the owner of the shared album.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition album_position = 4;
- * @return \Google\Photos\Library\V1\AlbumPosition
- */
- public function getAlbumPosition()
- {
- return $this->album_position;
- }
-
- /**
- * Position in the album where the media items are added. If not
- * specified, the media items are added to the end of the album (as per
- * the default value, that is, `LAST_IN_ALBUM`). The request fails if this
- * field is set and the `albumId` is not specified. The request will also fail
- * if you set the field and are not the owner of the shared album.
- *
- * Generated from protobuf field .google.photos.library.v1.AlbumPosition album_position = 4;
- * @param \Google\Photos\Library\V1\AlbumPosition $var
- * @return $this
- */
- public function setAlbumPosition($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\AlbumPosition::class);
- $this->album_position = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchCreateMediaItemsResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchCreateMediaItemsResponse.php
deleted file mode 100644
index d8c60fe87..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchCreateMediaItemsResponse.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.BatchCreateMediaItemsResponse
- */
-class BatchCreateMediaItemsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. List of media items created.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.NewMediaItemResult new_media_item_results = 1;
- */
- private $new_media_item_results;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\NewMediaItemResult[]|\Google\Protobuf\Internal\RepeatedField $new_media_item_results
- * Output only. List of media items created.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. List of media items created.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.NewMediaItemResult new_media_item_results = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getNewMediaItemResults()
- {
- return $this->new_media_item_results;
- }
-
- /**
- * Output only. List of media items created.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.NewMediaItemResult new_media_item_results = 1;
- * @param \Google\Photos\Library\V1\NewMediaItemResult[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setNewMediaItemResults($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Library\V1\NewMediaItemResult::class);
- $this->new_media_item_results = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchGetMediaItemsRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchGetMediaItemsRequest.php
deleted file mode 100644
index a32394bf7..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchGetMediaItemsRequest.php
+++ /dev/null
@@ -1,75 +0,0 @@
-google.photos.library.v1.BatchGetMediaItemsRequest
- */
-class BatchGetMediaItemsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifiers of the media items to be requested.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be retrieved in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- */
- private $media_item_ids;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $media_item_ids
- * Identifiers of the media items to be requested.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be retrieved in one call is 50.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifiers of the media items to be requested.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be retrieved in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaItemIds()
- {
- return $this->media_item_ids;
- }
-
- /**
- * Identifiers of the media items to be requested.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be retrieved in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaItemIds($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->media_item_ids = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchGetMediaItemsResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchGetMediaItemsResponse.php
deleted file mode 100644
index 654da9dec..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchGetMediaItemsResponse.php
+++ /dev/null
@@ -1,83 +0,0 @@
-google.photos.library.v1.BatchGetMediaItemsResponse
- */
-class BatchGetMediaItemsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. List of media items retrieved.
- * Note that even if the call to BatchGetMediaItems succeeds, there may have
- * been failures for some media items in the batch. These failures are
- * indicated in each
- * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
- *
- * Generated from protobuf field repeated .google.photos.library.v1.MediaItemResult media_item_results = 1;
- */
- private $media_item_results;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\MediaItemResult[]|\Google\Protobuf\Internal\RepeatedField $media_item_results
- * Output only. List of media items retrieved.
- * Note that even if the call to BatchGetMediaItems succeeds, there may have
- * been failures for some media items in the batch. These failures are
- * indicated in each
- * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. List of media items retrieved.
- * Note that even if the call to BatchGetMediaItems succeeds, there may have
- * been failures for some media items in the batch. These failures are
- * indicated in each
- * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
- *
- * Generated from protobuf field repeated .google.photos.library.v1.MediaItemResult media_item_results = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaItemResults()
- {
- return $this->media_item_results;
- }
-
- /**
- * Output only. List of media items retrieved.
- * Note that even if the call to BatchGetMediaItems succeeds, there may have
- * been failures for some media items in the batch. These failures are
- * indicated in each
- * [MediaItemResult.status][google.photos.library.v1.MediaItemResult.status].
- *
- * Generated from protobuf field repeated .google.photos.library.v1.MediaItemResult media_item_results = 1;
- * @param \Google\Photos\Library\V1\MediaItemResult[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaItemResults($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Library\V1\MediaItemResult::class);
- $this->media_item_results = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchRemoveMediaItemsFromAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchRemoveMediaItemsFromAlbumRequest.php
deleted file mode 100644
index 07681c183..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchRemoveMediaItemsFromAlbumRequest.php
+++ /dev/null
@@ -1,117 +0,0 @@
-google.photos.library.v1.BatchRemoveMediaItemsFromAlbumRequest
- */
-class BatchRemoveMediaItemsFromAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * removed.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be removed in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- */
- private $media_item_ids;
- /**
- * Identifier of the [Album][google.photos.types.Album] that the media
- * items are to be removed from.
- *
- * Generated from protobuf field string album_id = 2;
- */
- private $album_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $media_item_ids
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * removed.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be removed in one call is 50.
- * @type string $album_id
- * Identifier of the [Album][google.photos.types.Album] that the media
- * items are to be removed from.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * removed.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be removed in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaItemIds()
- {
- return $this->media_item_ids;
- }
-
- /**
- * Identifiers of the [MediaItem][google.photos.types.MediaItem]s to be
- * removed.
- * Must not contain repeated identifiers and cannot be empty. The maximum
- * number of media items that can be removed in one call is 50.
- *
- * Generated from protobuf field repeated string media_item_ids = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaItemIds($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->media_item_ids = $arr;
-
- return $this;
- }
-
- /**
- * Identifier of the [Album][google.photos.types.Album] that the media
- * items are to be removed from.
- *
- * Generated from protobuf field string album_id = 2;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the [Album][google.photos.types.Album] that the media
- * items are to be removed from.
- *
- * Generated from protobuf field string album_id = 2;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchRemoveMediaItemsFromAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchRemoveMediaItemsFromAlbumResponse.php
deleted file mode 100644
index f5e0f37d0..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/BatchRemoveMediaItemsFromAlbumResponse.php
+++ /dev/null
@@ -1,33 +0,0 @@
-google.photos.library.v1.BatchRemoveMediaItemsFromAlbumResponse
- */
-class BatchRemoveMediaItemsFromAlbumResponse extends \Google\Protobuf\Internal\Message
-{
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ContentCategory.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ContentCategory.php
deleted file mode 100644
index b684920e7..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ContentCategory.php
+++ /dev/null
@@ -1,231 +0,0 @@
-google.photos.library.v1.ContentCategory
- */
-class ContentCategory
-{
- /**
- * Default content category. This category is ignored when any other category
- * is used in the filter.
- *
- * Generated from protobuf enum NONE = 0;
- */
- const NONE = 0;
- /**
- * Media items containing landscapes.
- *
- * Generated from protobuf enum LANDSCAPES = 1;
- */
- const LANDSCAPES = 1;
- /**
- * Media items containing receipts.
- *
- * Generated from protobuf enum RECEIPTS = 2;
- */
- const RECEIPTS = 2;
- /**
- * Media items containing cityscapes.
- *
- * Generated from protobuf enum CITYSCAPES = 3;
- */
- const CITYSCAPES = 3;
- /**
- * Media items containing landmarks.
- *
- * Generated from protobuf enum LANDMARKS = 4;
- */
- const LANDMARKS = 4;
- /**
- * Media items that are selfies.
- *
- * Generated from protobuf enum SELFIES = 5;
- */
- const SELFIES = 5;
- /**
- * Media items containing people.
- *
- * Generated from protobuf enum PEOPLE = 6;
- */
- const PEOPLE = 6;
- /**
- * Media items containing pets.
- *
- * Generated from protobuf enum PETS = 7;
- */
- const PETS = 7;
- /**
- * Media items from weddings.
- *
- * Generated from protobuf enum WEDDINGS = 8;
- */
- const WEDDINGS = 8;
- /**
- * Media items from birthdays.
- *
- * Generated from protobuf enum BIRTHDAYS = 9;
- */
- const BIRTHDAYS = 9;
- /**
- * Media items containing documents.
- *
- * Generated from protobuf enum DOCUMENTS = 10;
- */
- const DOCUMENTS = 10;
- /**
- * Media items taken during travel.
- *
- * Generated from protobuf enum TRAVEL = 11;
- */
- const TRAVEL = 11;
- /**
- * Media items containing animals.
- *
- * Generated from protobuf enum ANIMALS = 12;
- */
- const ANIMALS = 12;
- /**
- * Media items containing food.
- *
- * Generated from protobuf enum FOOD = 13;
- */
- const FOOD = 13;
- /**
- * Media items from sporting events.
- *
- * Generated from protobuf enum SPORT = 14;
- */
- const SPORT = 14;
- /**
- * Media items taken at night.
- *
- * Generated from protobuf enum NIGHT = 15;
- */
- const NIGHT = 15;
- /**
- * Media items from performances.
- *
- * Generated from protobuf enum PERFORMANCES = 16;
- */
- const PERFORMANCES = 16;
- /**
- * Media items containing whiteboards.
- *
- * Generated from protobuf enum WHITEBOARDS = 17;
- */
- const WHITEBOARDS = 17;
- /**
- * Media items that are screenshots.
- *
- * Generated from protobuf enum SCREENSHOTS = 18;
- */
- const SCREENSHOTS = 18;
- /**
- * Media items that are considered to be utility. These include, but aren't
- * limited to documents, screenshots, whiteboards etc.
- *
- * Generated from protobuf enum UTILITY = 19;
- */
- const UTILITY = 19;
- /**
- * Media items containing art.
- *
- * Generated from protobuf enum ARTS = 20;
- */
- const ARTS = 20;
- /**
- * Media items containing crafts.
- *
- * Generated from protobuf enum CRAFTS = 21;
- */
- const CRAFTS = 21;
- /**
- * Media items related to fashion.
- *
- * Generated from protobuf enum FASHION = 22;
- */
- const FASHION = 22;
- /**
- * Media items containing houses.
- *
- * Generated from protobuf enum HOUSES = 23;
- */
- const HOUSES = 23;
- /**
- * Media items containing gardens.
- *
- * Generated from protobuf enum GARDENS = 24;
- */
- const GARDENS = 24;
- /**
- * Media items containing flowers.
- *
- * Generated from protobuf enum FLOWERS = 25;
- */
- const FLOWERS = 25;
- /**
- * Media items taken of holidays.
- *
- * Generated from protobuf enum HOLIDAYS = 26;
- */
- const HOLIDAYS = 26;
-
- private static $valueToName = [
- self::NONE => 'NONE',
- self::LANDSCAPES => 'LANDSCAPES',
- self::RECEIPTS => 'RECEIPTS',
- self::CITYSCAPES => 'CITYSCAPES',
- self::LANDMARKS => 'LANDMARKS',
- self::SELFIES => 'SELFIES',
- self::PEOPLE => 'PEOPLE',
- self::PETS => 'PETS',
- self::WEDDINGS => 'WEDDINGS',
- self::BIRTHDAYS => 'BIRTHDAYS',
- self::DOCUMENTS => 'DOCUMENTS',
- self::TRAVEL => 'TRAVEL',
- self::ANIMALS => 'ANIMALS',
- self::FOOD => 'FOOD',
- self::SPORT => 'SPORT',
- self::NIGHT => 'NIGHT',
- self::PERFORMANCES => 'PERFORMANCES',
- self::WHITEBOARDS => 'WHITEBOARDS',
- self::SCREENSHOTS => 'SCREENSHOTS',
- self::UTILITY => 'UTILITY',
- self::ARTS => 'ARTS',
- self::CRAFTS => 'CRAFTS',
- self::FASHION => 'FASHION',
- self::HOUSES => 'HOUSES',
- self::GARDENS => 'GARDENS',
- self::FLOWERS => 'FLOWERS',
- self::HOLIDAYS => 'HOLIDAYS',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ContentFilter.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ContentFilter.php
deleted file mode 100644
index 63884feb9..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ContentFilter.php
+++ /dev/null
@@ -1,130 +0,0 @@
-
- * The content filter `includedContentCategories`: [c1, c2, c3] would get media
- * items that contain (c1 OR c2 OR c3). - * The content filter `excludedContentCategories`: [c1, c2, c3] would NOT get - * media items that contain (c1 OR c2 OR c3).
- * You can also include some categories while excluding others, as in this - * example: `includedContentCategories`: [c1, c2], `excludedContentCategories`: - * [c3, c4]
- * The previous example would get media items that contain (c1 OR c2) AND NOT
- * (c3 OR c4). A category that appears in `includedContentategories` must not
- * appear in `excludedContentCategories`.
- *
- * Generated from protobuf message \r\n" .
+ "\r\n" .
+ " \r\n" .
+ "google.photos.library.v1.ContentFilter
- */
-class ContentFilter extends \Google\Protobuf\Internal\Message
-{
- /**
- * The set of categories to be included in the media item search results.
- * The items in the set are ORed. There's a maximum of 10
- * `includedContentCategories` per request.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.ContentCategory included_content_categories = 1;
- */
- private $included_content_categories;
- /**
- * The set of categories which are not to be included in the media item search
- * results. The items in the set are ORed. There's a maximum of 10
- * `excludedContentCategories` per request.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.ContentCategory excluded_content_categories = 2;
- */
- private $excluded_content_categories;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $included_content_categories
- * The set of categories to be included in the media item search results.
- * The items in the set are ORed. There's a maximum of 10
- * `includedContentCategories` per request.
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $excluded_content_categories
- * The set of categories which are not to be included in the media item search
- * results. The items in the set are ORed. There's a maximum of 10
- * `excludedContentCategories` per request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The set of categories to be included in the media item search results.
- * The items in the set are ORed. There's a maximum of 10
- * `includedContentCategories` per request.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.ContentCategory included_content_categories = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getIncludedContentCategories()
- {
- return $this->included_content_categories;
- }
-
- /**
- * The set of categories to be included in the media item search results.
- * The items in the set are ORed. There's a maximum of 10
- * `includedContentCategories` per request.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.ContentCategory included_content_categories = 1;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setIncludedContentCategories($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Google\Photos\Library\V1\ContentCategory::class);
- $this->included_content_categories = $arr;
-
- return $this;
- }
-
- /**
- * The set of categories which are not to be included in the media item search
- * results. The items in the set are ORed. There's a maximum of 10
- * `excludedContentCategories` per request.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.ContentCategory excluded_content_categories = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getExcludedContentCategories()
- {
- return $this->excluded_content_categories;
- }
-
- /**
- * The set of categories which are not to be included in the media item search
- * results. The items in the set are ORed. There's a maximum of 10
- * `excludedContentCategories` per request.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.ContentCategory excluded_content_categories = 2;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setExcludedContentCategories($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Google\Photos\Library\V1\ContentCategory::class);
- $this->excluded_content_categories = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/CreateAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/CreateAlbumRequest.php
deleted file mode 100644
index e9137c60f..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/CreateAlbumRequest.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.CreateAlbumRequest
- */
-class CreateAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * The album to be created.
- *
- * Generated from protobuf field .google.photos.types.Album album = 1;
- */
- private $album = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\Album $album
- * The album to be created.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The album to be created.
- *
- * Generated from protobuf field .google.photos.types.Album album = 1;
- * @return \Google\Photos\Types\Album
- */
- public function getAlbum()
- {
- return $this->album;
- }
-
- /**
- * The album to be created.
- *
- * Generated from protobuf field .google.photos.types.Album album = 1;
- * @param \Google\Photos\Types\Album $var
- * @return $this
- */
- public function setAlbum($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\Album::class);
- $this->album = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/DateFilter.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/DateFilter.php
deleted file mode 100644
index 5a8031f48..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/DateFilter.php
+++ /dev/null
@@ -1,110 +0,0 @@
-google.photos.library.v1.DateFilter
- */
-class DateFilter extends \Google\Protobuf\Internal\Message
-{
- /**
- * List of dates that match the media items' creation date. A maximum of
- * 5 dates can be included per request.
- *
- * Generated from protobuf field repeated .google.type.Date dates = 1;
- */
- private $dates;
- /**
- * List of dates ranges that match the media items' creation date. A
- * maximum of 5 dates ranges can be included per request.
- *
- * Generated from protobuf field repeated .google.photos.types.DateRange ranges = 2;
- */
- private $ranges;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Type\Date[]|\Google\Protobuf\Internal\RepeatedField $dates
- * List of dates that match the media items' creation date. A maximum of
- * 5 dates can be included per request.
- * @type \Google\Photos\Types\DateRange[]|\Google\Protobuf\Internal\RepeatedField $ranges
- * List of dates ranges that match the media items' creation date. A
- * maximum of 5 dates ranges can be included per request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * List of dates that match the media items' creation date. A maximum of
- * 5 dates can be included per request.
- *
- * Generated from protobuf field repeated .google.type.Date dates = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDates()
- {
- return $this->dates;
- }
-
- /**
- * List of dates that match the media items' creation date. A maximum of
- * 5 dates can be included per request.
- *
- * Generated from protobuf field repeated .google.type.Date dates = 1;
- * @param \Google\Type\Date[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDates($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Type\Date::class);
- $this->dates = $arr;
-
- return $this;
- }
-
- /**
- * List of dates ranges that match the media items' creation date. A
- * maximum of 5 dates ranges can be included per request.
- *
- * Generated from protobuf field repeated .google.photos.types.DateRange ranges = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getRanges()
- {
- return $this->ranges;
- }
-
- /**
- * List of dates ranges that match the media items' creation date. A
- * maximum of 5 dates ranges can be included per request.
- *
- * Generated from protobuf field repeated .google.photos.types.DateRange ranges = 2;
- * @param \Google\Photos\Types\DateRange[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setRanges($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Types\DateRange::class);
- $this->ranges = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/EnrichmentItem.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/EnrichmentItem.php
deleted file mode 100644
index 8168c2212..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/EnrichmentItem.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.EnrichmentItem
- */
-class EnrichmentItem extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier of the enrichment item.
- *
- * Generated from protobuf field string id = 1;
- */
- private $id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $id
- * Identifier of the enrichment item.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the enrichment item.
- *
- * Generated from protobuf field string id = 1;
- * @return string
- */
- public function getId()
- {
- return $this->id;
- }
-
- /**
- * Identifier of the enrichment item.
- *
- * Generated from protobuf field string id = 1;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter.php
deleted file mode 100644
index 9e992ae4d..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter.php
+++ /dev/null
@@ -1,71 +0,0 @@
-google.photos.library.v1.FeatureFilter
- */
-class FeatureFilter extends \Google\Protobuf\Internal\Message
-{
- /**
- * The set of features to be included in the media item search results.
- * The items in the set are ORed and may match any of the specified features.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
- */
- private $included_features;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $included_features
- * The set of features to be included in the media item search results.
- * The items in the set are ORed and may match any of the specified features.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The set of features to be included in the media item search results.
- * The items in the set are ORed and may match any of the specified features.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getIncludedFeatures()
- {
- return $this->included_features;
- }
-
- /**
- * The set of features to be included in the media item search results.
- * The items in the set are ORed and may match any of the specified features.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setIncludedFeatures($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Google\Photos\Library\V1\FeatureFilter\Feature::class);
- $this->included_features = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter/Feature.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter/Feature.php
deleted file mode 100644
index 127b09791..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter/Feature.php
+++ /dev/null
@@ -1,58 +0,0 @@
-google.photos.library.v1.FeatureFilter.Feature
- */
-class Feature
-{
- /**
- * Treated as if no filters are applied. All features are included.
- *
- * Generated from protobuf enum NONE = 0;
- */
- const NONE = 0;
- /**
- * Media items that the user has marked as favorites in the Google Photos
- * app.
- *
- * Generated from protobuf enum FAVORITES = 1;
- */
- const FAVORITES = 1;
-
- private static $valueToName = [
- self::NONE => 'NONE',
- self::FAVORITES => 'FAVORITES',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Feature::class, \Google\Photos\Library\V1\FeatureFilter_Feature::class);
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter_Feature.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter_Feature.php
deleted file mode 100644
index 99fdeeb99..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/FeatureFilter_Feature.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.photos.library.v1.Filters
- */
-class Filters extends \Google\Protobuf\Internal\Message
-{
- /**
- * Filters the media items based on their creation date.
- *
- * Generated from protobuf field .google.photos.library.v1.DateFilter date_filter = 1;
- */
- private $date_filter = null;
- /**
- * Filters the media items based on their content.
- *
- * Generated from protobuf field .google.photos.library.v1.ContentFilter content_filter = 2;
- */
- private $content_filter = null;
- /**
- * Filters the media items based on the type of media.
- *
- * Generated from protobuf field .google.photos.library.v1.MediaTypeFilter media_type_filter = 3;
- */
- private $media_type_filter = null;
- /**
- * Filters the media items based on their features.
- *
- * Generated from protobuf field .google.photos.library.v1.FeatureFilter feature_filter = 7;
- */
- private $feature_filter = null;
- /**
- * If set, the results include media items that the user has archived.
- * Defaults to false (archived media items aren't included).
- *
- * Generated from protobuf field bool include_archived_media = 4;
- */
- private $include_archived_media = false;
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all media items are returned). This field is ignored if
- * the photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 5;
- */
- private $exclude_non_app_created_data = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\DateFilter $date_filter
- * Filters the media items based on their creation date.
- * @type \Google\Photos\Library\V1\ContentFilter $content_filter
- * Filters the media items based on their content.
- * @type \Google\Photos\Library\V1\MediaTypeFilter $media_type_filter
- * Filters the media items based on the type of media.
- * @type \Google\Photos\Library\V1\FeatureFilter $feature_filter
- * Filters the media items based on their features.
- * @type bool $include_archived_media
- * If set, the results include media items that the user has archived.
- * Defaults to false (archived media items aren't included).
- * @type bool $exclude_non_app_created_data
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all media items are returned). This field is ignored if
- * the photoslibrary.readonly.appcreateddata scope is used.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Filters the media items based on their creation date.
- *
- * Generated from protobuf field .google.photos.library.v1.DateFilter date_filter = 1;
- * @return \Google\Photos\Library\V1\DateFilter
- */
- public function getDateFilter()
- {
- return $this->date_filter;
- }
-
- /**
- * Filters the media items based on their creation date.
- *
- * Generated from protobuf field .google.photos.library.v1.DateFilter date_filter = 1;
- * @param \Google\Photos\Library\V1\DateFilter $var
- * @return $this
- */
- public function setDateFilter($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\DateFilter::class);
- $this->date_filter = $var;
-
- return $this;
- }
-
- /**
- * Filters the media items based on their content.
- *
- * Generated from protobuf field .google.photos.library.v1.ContentFilter content_filter = 2;
- * @return \Google\Photos\Library\V1\ContentFilter
- */
- public function getContentFilter()
- {
- return $this->content_filter;
- }
-
- /**
- * Filters the media items based on their content.
- *
- * Generated from protobuf field .google.photos.library.v1.ContentFilter content_filter = 2;
- * @param \Google\Photos\Library\V1\ContentFilter $var
- * @return $this
- */
- public function setContentFilter($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\ContentFilter::class);
- $this->content_filter = $var;
-
- return $this;
- }
-
- /**
- * Filters the media items based on the type of media.
- *
- * Generated from protobuf field .google.photos.library.v1.MediaTypeFilter media_type_filter = 3;
- * @return \Google\Photos\Library\V1\MediaTypeFilter
- */
- public function getMediaTypeFilter()
- {
- return $this->media_type_filter;
- }
-
- /**
- * Filters the media items based on the type of media.
- *
- * Generated from protobuf field .google.photos.library.v1.MediaTypeFilter media_type_filter = 3;
- * @param \Google\Photos\Library\V1\MediaTypeFilter $var
- * @return $this
- */
- public function setMediaTypeFilter($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\MediaTypeFilter::class);
- $this->media_type_filter = $var;
-
- return $this;
- }
-
- /**
- * Filters the media items based on their features.
- *
- * Generated from protobuf field .google.photos.library.v1.FeatureFilter feature_filter = 7;
- * @return \Google\Photos\Library\V1\FeatureFilter
- */
- public function getFeatureFilter()
- {
- return $this->feature_filter;
- }
-
- /**
- * Filters the media items based on their features.
- *
- * Generated from protobuf field .google.photos.library.v1.FeatureFilter feature_filter = 7;
- * @param \Google\Photos\Library\V1\FeatureFilter $var
- * @return $this
- */
- public function setFeatureFilter($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\FeatureFilter::class);
- $this->feature_filter = $var;
-
- return $this;
- }
-
- /**
- * If set, the results include media items that the user has archived.
- * Defaults to false (archived media items aren't included).
- *
- * Generated from protobuf field bool include_archived_media = 4;
- * @return bool
- */
- public function getIncludeArchivedMedia()
- {
- return $this->include_archived_media;
- }
-
- /**
- * If set, the results include media items that the user has archived.
- * Defaults to false (archived media items aren't included).
- *
- * Generated from protobuf field bool include_archived_media = 4;
- * @param bool $var
- * @return $this
- */
- public function setIncludeArchivedMedia($var)
- {
- GPBUtil::checkBool($var);
- $this->include_archived_media = $var;
-
- return $this;
- }
-
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all media items are returned). This field is ignored if
- * the photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 5;
- * @return bool
- */
- public function getExcludeNonAppCreatedData()
- {
- return $this->exclude_non_app_created_data;
- }
-
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all media items are returned). This field is ignored if
- * the photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 5;
- * @param bool $var
- * @return $this
- */
- public function setExcludeNonAppCreatedData($var)
- {
- GPBUtil::checkBool($var);
- $this->exclude_non_app_created_data = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/FiltersBuilder.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/FiltersBuilder.php
deleted file mode 100644
index e539f648b..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/FiltersBuilder.php
+++ /dev/null
@@ -1,273 +0,0 @@
-addIncludedContentCategory(ContentCategory::LANDSCAPES)
- * ->setIncludeArchivedMedia(true)
- * ->build();
- * $searchMediaItemsRequest->setFilters($filters);
- */
-class FiltersBuilder
-{
- private $mediaType = 0;
- private $includedCategories = [];
- private $includedFeatures = [];
- private $excludedCategories = [];
- private $ranges = [];
- private $dates = [];
- private $includeArchivedMedia;
-
- public static function construct()
- {
- return new self();
- }
-
- /**
- * Builds a Filters object.
- *
- * @return Filters The built Filters object.
- */
- public function build()
- {
- $filters = new Filters();
-
- if ($this->mediaType) {
- $mediaTypeFilter = new MediaTypeFilter();
- $mediaTypeFilter->setMediaTypes([$this->mediaType]);
- $filters->setMediaTypeFilter($mediaTypeFilter);
- }
-
- if (!empty($this->includedCategories) || !empty($this->excludedCategories)) {
- $contentFilter = new ContentFilter();
- $contentFilter->setIncludedContentCategories($this->includedCategories);
- $contentFilter->setExcludedContentCategories($this->excludedCategories);
- $filters->setContentFilter($contentFilter);
-
- }
-
- if (!empty($this->dates) || !empty($this->ranges)) {
- $dateFilter = new DateFilter();
- $dateFilter->setDates($this->dates);
- $dateFilter->setRanges($this->ranges);
- $filters->setDateFilter($dateFilter);
- }
-
- if (!empty($this->includedFeatures)) {
- $featureFilter = new FeatureFilter();
- $featureFilter->setIncludedFeatures($this->includedFeatures);
- $filters->setFeatureFilter($featureFilter);
- }
-
- $filters->setIncludeArchivedMedia($this->includeArchivedMedia);
- return $filters;
- }
-
- /**
- * Sets the media type, from a string. Overwrites the existing media type.
- *
- * @param string $mediaType The media type to set. Must be an element of
- * {@link PhotosLibraryClient::mediaTypes()}
- * @return $this
- */
- public function setMediaTypeFromString($mediaType)
- {
- $this->mediaType = MediaType::value($mediaType);
- return $this;
- }
-
- /**
- * Sets the media type. Overwrites the existing media type.
- *
- * @param int $mediaType The media type to set, a constant from MediaType.
- * @return $this
- */
- public function setMediaType($mediaType)
- {
- $this->mediaType = $mediaType;
- return $this;
- }
-
- /**
- * Adds a category to the list of included categories.
- *
- * @param int $category The category to include; a constant from {@link ContentCategory}.
- * @return $this
- */
- public function addIncludedCategory($category)
- {
- $this->includedCategories[] = $category;
- return $this;
- }
-
- /**
- * Adds a category to the list of included categories.
- *
- * @param string $category The category to include. Must be an element of
- * {@link PhotosLibraryClient::contentCategories()}
- * @return $this
- */
- public function addIncludedCategoryFromString($category)
- {
- return $this->addIncludedCategory(ContentCategory::value($category));
- }
-
- /**
- * Adds a feature to the list of included features.
- *
- * @param int $feature The feature to include; a constant from {@link Feature}.
- * @return $this
- */
- public function addIncludedFeature($feature)
- {
- $this->includedFeatures[] = $feature;
- return $this;
- }
-
- /**
- * Adds a category to the list of included features.
- *
- * @param string $feature The feature to include. Must be an element of
- * {@link PhotosLibraryClient::features()}
- * @return $this
- */
- public function addIncludedFeatureFromString($feature)
- {
- return $this->addIncludedFeature(Feature::value($feature));
- }
-
- /**
- * Adds a category to the list of of excluded categories.
- *
- * @param int $category The category to exclude.
- * @return $this
- */
- public function addExcludedCategory($category)
- {
- $this->excludedCategories[] = $category;
- return $this;
- }
-
- /**
- * Adds a category to the list of excluded categories.
- *
- * @param string $category The category to exclude. Must be an element of
- * {@link PhotosLibraryClient::contentCategories()}
- * @return $this
- */
- public function addExcludedCategoryFromString($category)
- {
- return $this->addExcludedCategory(ContentCategory::value($category));
- }
-
- /**
- * Converts a DateTime object into a Google Date object.
- *
- * @param \DateTime $date
- * @return Date
- */
- private function convertToGoogleDate(DateTime $date)
- {
- $googleDate = new Date();
- $googleDate->setDay($date->format('j'));
- $googleDate->setMonth($date->format('n'));
- $googleDate->setYear($date->format('Y'));
- return $googleDate;
- }
-
- /**
- * Adds a date range to the list of included date ranges.
- *
- * @param Date $start
- * @param Date $end
- * @return $this
- */
- public function addDateRange(Date $start, Date $end)
- {
- $range = new DateRange();
- $range->setStartDate($start);
- $range->setEndDate($end);
- $this->ranges[] = $range;
- return $this;
- }
-
- /**
- * Adds a date range to the list of included date ranges, from two DateTimes.
- *
- * If you require dates with wildcards (e.g., a year-only date), you must use
- * {@link addDateRange}.
- *
- * @param DateTime $start
- * @param DateTime $end
- * @return $this
- */
- public function addDateRangeFromDateTime(DateTime $start, DateTime $end)
- {
- return $this->addDateRange(
- $this->convertToGoogleDate($start),
- $this->convertToGoogleDate($end)
- );
- }
-
- /**
- * Adds a date to the list of included dates.
- *
- * @param Date $date
- * @return $this
- */
- public function addDate(Date $date)
- {
- $this->dates[] = $date;
- return $this;
- }
-
- /**
- * Adds a date to the list of included dates, from a DateTime.
- *
- * If you require a date with wildcards (e.g., a year-only date), you must use {@link addDate}.
- *
- * @param DateTime $date
- * @return $this
- */
- public function addDateFromDateTime(DateTime $date)
- {
- return $this->addDate($this->convertToGoogleDate($date));
- }
-
- /**
- * Sets the flag to include archived media. If false, archived media will not be returned.
- *
- * @param boolean $includeArchivedMedia
- * @return $this
- */
- public function setIncludeArchivedMedia($includeArchivedMedia)
- {
- $this->includeArchivedMedia = $includeArchivedMedia;
- return $this;
- }
-}
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/Gapic/PhotosLibraryGapicClient.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/Gapic/PhotosLibraryGapicClient.php
deleted file mode 100644
index 2ec5c109d..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/Gapic/PhotosLibraryGapicClient.php
+++ /dev/null
@@ -1,1236 +0,0 @@
-createAlbum($album);
- * } finally {
- * $photosLibraryClient->close();
- * }
- * ```
- *
- * @experimental
- */
-class PhotosLibraryGapicClient
-{
- use GapicClientTrait;
-
- /**
- * The name of the service.
- */
- const SERVICE_NAME = 'google.photos.library.v1.PhotosLibrary';
-
- /**
- * The default address of the service.
- */
- const SERVICE_ADDRESS = 'photoslibrary.googleapis.com';
-
- /**
- * The default port of the service.
- */
- const DEFAULT_SERVICE_PORT = 443;
-
- /**
- * The name of the code generator, to be included in the agent header.
- */
- const CODEGEN_NAME = 'gapic';
-
- /**
- * The default scopes required by the service.
- */
- public static $serviceScopes = [
- 'https://www.googleapis.com/auth/photoslibrary',
- 'https://www.googleapis.com/auth/photoslibrary.appendonly',
- 'https://www.googleapis.com/auth/photoslibrary.readonly',
- 'https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata',
- 'https://www.googleapis.com/auth/photoslibrary.sharing',
- ];
-
- private static function getClientDefaults()
- {
- return [
- 'serviceName' => self::SERVICE_NAME,
- 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT,
- 'clientConfig' => __DIR__.'/../resources/photos_library_client_config.json',
- 'descriptorsConfigPath' => __DIR__.'/../resources/photos_library_descriptor_config.php',
- 'gcpApiConfigPath' => __DIR__.'/../resources/photos_library_grpc_config.json',
- 'credentialsConfig' => [
- 'scopes' => self::$serviceScopes,
- ],
- 'transportConfig' => [
- 'rest' => [
- 'restClientConfigPath' => __DIR__.'/../resources/photos_library_rest_client_config.php',
- ],
- ],
- ];
- }
-
- /**
- * Constructor.
- *
- * @param array $options {
- * Optional. Options for configuring the service API wrapper.
- *
- * @type string $serviceAddress
- * The address of the API remote host. May optionally include the port, formatted
- * as "string album_id = 1;
- */
- private $album_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $album_id
- * Identifier of the album to be requested.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the album to be requested.
- *
- * Generated from protobuf field string album_id = 1;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the album to be requested.
- *
- * Generated from protobuf field string album_id = 1;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/GetMediaItemRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/GetMediaItemRequest.php
deleted file mode 100644
index 7ebeebe75..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/GetMediaItemRequest.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.photos.library.v1.GetMediaItemRequest
- */
-class GetMediaItemRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier of the media item to be requested.
- *
- * Generated from protobuf field string media_item_id = 1;
- */
- private $media_item_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $media_item_id
- * Identifier of the media item to be requested.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the media item to be requested.
- *
- * Generated from protobuf field string media_item_id = 1;
- * @return string
- */
- public function getMediaItemId()
- {
- return $this->media_item_id;
- }
-
- /**
- * Identifier of the media item to be requested.
- *
- * Generated from protobuf field string media_item_id = 1;
- * @param string $var
- * @return $this
- */
- public function setMediaItemId($var)
- {
- GPBUtil::checkString($var, True);
- $this->media_item_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/GetSharedAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/GetSharedAlbumRequest.php
deleted file mode 100644
index 03640019d..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/GetSharedAlbumRequest.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.GetSharedAlbumRequest
- */
-class GetSharedAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Share token of the album to be requested.
- *
- * Generated from protobuf field string share_token = 1;
- */
- private $share_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $share_token
- * Share token of the album to be requested.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Share token of the album to be requested.
- *
- * Generated from protobuf field string share_token = 1;
- * @return string
- */
- public function getShareToken()
- {
- return $this->share_token;
- }
-
- /**
- * Share token of the album to be requested.
- *
- * Generated from protobuf field string share_token = 1;
- * @param string $var
- * @return $this
- */
- public function setShareToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->share_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/JoinSharedAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/JoinSharedAlbumRequest.php
deleted file mode 100644
index 42d93d317..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/JoinSharedAlbumRequest.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.photos.library.v1.JoinSharedAlbumRequest
- */
-class JoinSharedAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Token to join the shared album on behalf of the user.
- *
- * Generated from protobuf field string share_token = 1;
- */
- private $share_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $share_token
- * Token to join the shared album on behalf of the user.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Token to join the shared album on behalf of the user.
- *
- * Generated from protobuf field string share_token = 1;
- * @return string
- */
- public function getShareToken()
- {
- return $this->share_token;
- }
-
- /**
- * Token to join the shared album on behalf of the user.
- *
- * Generated from protobuf field string share_token = 1;
- * @param string $var
- * @return $this
- */
- public function setShareToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->share_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/JoinSharedAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/JoinSharedAlbumResponse.php
deleted file mode 100644
index a8ef2f1c5..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/JoinSharedAlbumResponse.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.JoinSharedAlbumResponse
- */
-class JoinSharedAlbumResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Shared album that the user has joined.
- *
- * Generated from protobuf field .google.photos.types.Album album = 1;
- */
- private $album = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\Album $album
- * Shared album that the user has joined.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Shared album that the user has joined.
- *
- * Generated from protobuf field .google.photos.types.Album album = 1;
- * @return \Google\Photos\Types\Album
- */
- public function getAlbum()
- {
- return $this->album;
- }
-
- /**
- * Shared album that the user has joined.
- *
- * Generated from protobuf field .google.photos.types.Album album = 1;
- * @param \Google\Photos\Types\Album $var
- * @return $this
- */
- public function setAlbum($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\Album::class);
- $this->album = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/LeaveSharedAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/LeaveSharedAlbumRequest.php
deleted file mode 100644
index d78913dd2..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/LeaveSharedAlbumRequest.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.photos.library.v1.LeaveSharedAlbumRequest
- */
-class LeaveSharedAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Token to leave the shared album on behalf of the user.
- *
- * Generated from protobuf field string share_token = 1;
- */
- private $share_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $share_token
- * Token to leave the shared album on behalf of the user.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Token to leave the shared album on behalf of the user.
- *
- * Generated from protobuf field string share_token = 1;
- * @return string
- */
- public function getShareToken()
- {
- return $this->share_token;
- }
-
- /**
- * Token to leave the shared album on behalf of the user.
- *
- * Generated from protobuf field string share_token = 1;
- * @param string $var
- * @return $this
- */
- public function setShareToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->share_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/LeaveSharedAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/LeaveSharedAlbumResponse.php
deleted file mode 100644
index d04fe6749..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/LeaveSharedAlbumResponse.php
+++ /dev/null
@@ -1,33 +0,0 @@
-google.photos.library.v1.LeaveSharedAlbumResponse
- */
-class LeaveSharedAlbumResponse extends \Google\Protobuf\Internal\Message
-{
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListAlbumsRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ListAlbumsRequest.php
deleted file mode 100644
index 510981f12..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListAlbumsRequest.php
+++ /dev/null
@@ -1,161 +0,0 @@
-google.photos.library.v1.ListAlbumsRequest
- */
-class ListAlbumsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- *
- * Generated from protobuf field int32 page_size = 1;
- */
- private $page_size = 0;
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listAlbums` request.
- *
- * Generated from protobuf field string page_token = 2;
- */
- private $page_token = '';
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 3;
- */
- private $exclude_non_app_created_data = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $page_size
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- * @type string $page_token
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listAlbums` request.
- * @type bool $exclude_non_app_created_data
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- *
- * Generated from protobuf field int32 page_size = 1;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- *
- * Generated from protobuf field int32 page_size = 1;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listAlbums` request.
- *
- * Generated from protobuf field string page_token = 2;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listAlbums` request.
- *
- * Generated from protobuf field string page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 3;
- * @return bool
- */
- public function getExcludeNonAppCreatedData()
- {
- return $this->exclude_non_app_created_data;
- }
-
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 3;
- * @param bool $var
- * @return $this
- */
- public function setExcludeNonAppCreatedData($var)
- {
- GPBUtil::checkBool($var);
- $this->exclude_non_app_created_data = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListAlbumsResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ListAlbumsResponse.php
deleted file mode 100644
index c40dff736..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListAlbumsResponse.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.photos.library.v1.ListAlbumsResponse
- */
-class ListAlbumsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. List of albums shown in the Albums tab of the user's Google
- * Photos app.
- *
- * Generated from protobuf field repeated .google.photos.types.Album albums = 1;
- */
- private $albums;
- /**
- * Output only. Token to use to get the next set of albums. Populated if
- * there are more albums to retrieve for this request.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\Album[]|\Google\Protobuf\Internal\RepeatedField $albums
- * Output only. List of albums shown in the Albums tab of the user's Google
- * Photos app.
- * @type string $next_page_token
- * Output only. Token to use to get the next set of albums. Populated if
- * there are more albums to retrieve for this request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. List of albums shown in the Albums tab of the user's Google
- * Photos app.
- *
- * Generated from protobuf field repeated .google.photos.types.Album albums = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAlbums()
- {
- return $this->albums;
- }
-
- /**
- * Output only. List of albums shown in the Albums tab of the user's Google
- * Photos app.
- *
- * Generated from protobuf field repeated .google.photos.types.Album albums = 1;
- * @param \Google\Photos\Types\Album[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAlbums($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Types\Album::class);
- $this->albums = $arr;
-
- return $this;
- }
-
- /**
- * Output only. Token to use to get the next set of albums. Populated if
- * there are more albums to retrieve for this request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * Output only. Token to use to get the next set of albums. Populated if
- * there are more albums to retrieve for this request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListMediaItemsRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ListMediaItemsRequest.php
deleted file mode 100644
index 9a5703010..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListMediaItemsRequest.php
+++ /dev/null
@@ -1,117 +0,0 @@
-google.photos.library.v1.ListMediaItemsRequest
- */
-class ListMediaItemsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum `pageSize` is 100.
- *
- * Generated from protobuf field int32 page_size = 1;
- */
- private $page_size = 0;
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listMediaItems` request.
- *
- * Generated from protobuf field string page_token = 2;
- */
- private $page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $page_size
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum `pageSize` is 100.
- * @type string $page_token
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listMediaItems` request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum `pageSize` is 100.
- *
- * Generated from protobuf field int32 page_size = 1;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum `pageSize` is 100.
- *
- * Generated from protobuf field int32 page_size = 1;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listMediaItems` request.
- *
- * Generated from protobuf field string page_token = 2;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listMediaItems` request.
- *
- * Generated from protobuf field string page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListMediaItemsResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ListMediaItemsResponse.php
deleted file mode 100644
index 30377d783..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListMediaItemsResponse.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.photos.library.v1.ListMediaItemsResponse
- */
-class ListMediaItemsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. List of media items in the user's library.
- *
- * Generated from protobuf field repeated .google.photos.types.MediaItem media_items = 1;
- */
- private $media_items;
- /**
- * Output only. Token to use to get the next set of media items. Its presence
- * is the only reliable indicator of more media items being available in the
- * next request.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\MediaItem[]|\Google\Protobuf\Internal\RepeatedField $media_items
- * Output only. List of media items in the user's library.
- * @type string $next_page_token
- * Output only. Token to use to get the next set of media items. Its presence
- * is the only reliable indicator of more media items being available in the
- * next request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. List of media items in the user's library.
- *
- * Generated from protobuf field repeated .google.photos.types.MediaItem media_items = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaItems()
- {
- return $this->media_items;
- }
-
- /**
- * Output only. List of media items in the user's library.
- *
- * Generated from protobuf field repeated .google.photos.types.MediaItem media_items = 1;
- * @param \Google\Photos\Types\MediaItem[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaItems($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Types\MediaItem::class);
- $this->media_items = $arr;
-
- return $this;
- }
-
- /**
- * Output only. Token to use to get the next set of media items. Its presence
- * is the only reliable indicator of more media items being available in the
- * next request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * Output only. Token to use to get the next set of media items. Its presence
- * is the only reliable indicator of more media items being available in the
- * next request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListSharedAlbumsRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ListSharedAlbumsRequest.php
deleted file mode 100644
index c13b49597..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListSharedAlbumsRequest.php
+++ /dev/null
@@ -1,161 +0,0 @@
-google.photos.library.v1.ListSharedAlbumsRequest
- */
-class ListSharedAlbumsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- *
- * Generated from protobuf field int32 page_size = 1;
- */
- private $page_size = 0;
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listSharedAlbums` request.
- *
- * Generated from protobuf field string page_token = 2;
- */
- private $page_token = '';
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 3;
- */
- private $exclude_non_app_created_data = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $page_size
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- * @type string $page_token
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listSharedAlbums` request.
- * @type bool $exclude_non_app_created_data
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- *
- * Generated from protobuf field int32 page_size = 1;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Maximum number of albums to return in the response. The default number of
- * albums to return at a time is 20. The maximum `pageSize` is 50.
- *
- * Generated from protobuf field int32 page_size = 1;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listSharedAlbums` request.
- *
- * Generated from protobuf field string page_token = 2;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `listSharedAlbums` request.
- *
- * Generated from protobuf field string page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 3;
- * @return bool
- */
- public function getExcludeNonAppCreatedData()
- {
- return $this->exclude_non_app_created_data;
- }
-
- /**
- * If set, the results exclude media items that were not created by this app.
- * Defaults to false (all albums are returned). This field is ignored if the
- * photoslibrary.readonly.appcreateddata scope is used.
- *
- * Generated from protobuf field bool exclude_non_app_created_data = 3;
- * @param bool $var
- * @return $this
- */
- public function setExcludeNonAppCreatedData($var)
- {
- GPBUtil::checkBool($var);
- $this->exclude_non_app_created_data = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListSharedAlbumsResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ListSharedAlbumsResponse.php
deleted file mode 100644
index 1fb62d9c6..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ListSharedAlbumsResponse.php
+++ /dev/null
@@ -1,105 +0,0 @@
-google.photos.library.v1.ListSharedAlbumsResponse
- */
-class ListSharedAlbumsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. List of shared albums.
- *
- * Generated from protobuf field repeated .google.photos.types.Album shared_albums = 1;
- */
- private $shared_albums;
- /**
- * Output only. Token to use to get the next set of shared albums. Populated
- * if there are more shared albums to retrieve for this request.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\Album[]|\Google\Protobuf\Internal\RepeatedField $shared_albums
- * Output only. List of shared albums.
- * @type string $next_page_token
- * Output only. Token to use to get the next set of shared albums. Populated
- * if there are more shared albums to retrieve for this request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. List of shared albums.
- *
- * Generated from protobuf field repeated .google.photos.types.Album shared_albums = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getSharedAlbums()
- {
- return $this->shared_albums;
- }
-
- /**
- * Output only. List of shared albums.
- *
- * Generated from protobuf field repeated .google.photos.types.Album shared_albums = 1;
- * @param \Google\Photos\Types\Album[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setSharedAlbums($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Types\Album::class);
- $this->shared_albums = $arr;
-
- return $this;
- }
-
- /**
- * Output only. Token to use to get the next set of shared albums. Populated
- * if there are more shared albums to retrieve for this request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * Output only. Token to use to get the next set of shared albums. Populated
- * if there are more shared albums to retrieve for this request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/Location.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/Location.php
deleted file mode 100644
index 79a4d3963..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/Location.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.photos.library.v1.Location
- */
-class Location extends \Google\Protobuf\Internal\Message
-{
- /**
- * Name of the location to be displayed.
- *
- * Generated from protobuf field string location_name = 1;
- */
- private $location_name = '';
- /**
- * Position of the location on the map.
- *
- * Generated from protobuf field .google.type.LatLng latlng = 2;
- */
- private $latlng = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $location_name
- * Name of the location to be displayed.
- * @type \Google\Type\LatLng $latlng
- * Position of the location on the map.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Name of the location to be displayed.
- *
- * Generated from protobuf field string location_name = 1;
- * @return string
- */
- public function getLocationName()
- {
- return $this->location_name;
- }
-
- /**
- * Name of the location to be displayed.
- *
- * Generated from protobuf field string location_name = 1;
- * @param string $var
- * @return $this
- */
- public function setLocationName($var)
- {
- GPBUtil::checkString($var, True);
- $this->location_name = $var;
-
- return $this;
- }
-
- /**
- * Position of the location on the map.
- *
- * Generated from protobuf field .google.type.LatLng latlng = 2;
- * @return \Google\Type\LatLng
- */
- public function getLatlng()
- {
- return $this->latlng;
- }
-
- /**
- * Position of the location on the map.
- *
- * Generated from protobuf field .google.type.LatLng latlng = 2;
- * @param \Google\Type\LatLng $var
- * @return $this
- */
- public function setLatlng($var)
- {
- GPBUtil::checkMessage($var, \Google\Type\LatLng::class);
- $this->latlng = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/LocationEnrichment.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/LocationEnrichment.php
deleted file mode 100644
index e8f97da62..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/LocationEnrichment.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.LocationEnrichment
- */
-class LocationEnrichment extends \Google\Protobuf\Internal\Message
-{
- /**
- * Location for this enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location location = 1;
- */
- private $location = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\Location $location
- * Location for this enrichment item.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Location for this enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location location = 1;
- * @return \Google\Photos\Library\V1\Location
- */
- public function getLocation()
- {
- return $this->location;
- }
-
- /**
- * Location for this enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location location = 1;
- * @param \Google\Photos\Library\V1\Location $var
- * @return $this
- */
- public function setLocation($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\Location::class);
- $this->location = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/MapEnrichment.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/MapEnrichment.php
deleted file mode 100644
index b2d6cf1cc..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/MapEnrichment.php
+++ /dev/null
@@ -1,101 +0,0 @@
-google.photos.library.v1.MapEnrichment
- */
-class MapEnrichment extends \Google\Protobuf\Internal\Message
-{
- /**
- * Origin location for this enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location origin = 1;
- */
- private $origin = null;
- /**
- * Destination location for this enrichemt item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location destination = 2;
- */
- private $destination = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\Location $origin
- * Origin location for this enrichment item.
- * @type \Google\Photos\Library\V1\Location $destination
- * Destination location for this enrichemt item.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Origin location for this enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location origin = 1;
- * @return \Google\Photos\Library\V1\Location
- */
- public function getOrigin()
- {
- return $this->origin;
- }
-
- /**
- * Origin location for this enrichment item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location origin = 1;
- * @param \Google\Photos\Library\V1\Location $var
- * @return $this
- */
- public function setOrigin($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\Location::class);
- $this->origin = $var;
-
- return $this;
- }
-
- /**
- * Destination location for this enrichemt item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location destination = 2;
- * @return \Google\Photos\Library\V1\Location
- */
- public function getDestination()
- {
- return $this->destination;
- }
-
- /**
- * Destination location for this enrichemt item.
- *
- * Generated from protobuf field .google.photos.library.v1.Location destination = 2;
- * @param \Google\Photos\Library\V1\Location $var
- * @return $this
- */
- public function setDestination($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\Location::class);
- $this->destination = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaItemResult.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaItemResult.php
deleted file mode 100644
index 26af94a32..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaItemResult.php
+++ /dev/null
@@ -1,113 +0,0 @@
-google.photos.library.v1.MediaItemResult
- */
-class MediaItemResult extends \Google\Protobuf\Internal\Message
-{
- /**
- * If an error occurred while accessing this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see [Status][google.rpc.Status].
- *
- * Generated from protobuf field .google.rpc.Status status = 1;
- */
- private $status = null;
- /**
- * Media item retrieved from the user's library. It's populated if no errors
- * occurred and the media item was fetched successfully.
- *
- * Generated from protobuf field .google.photos.types.MediaItem media_item = 2;
- */
- private $media_item = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Rpc\Status $status
- * If an error occurred while accessing this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see [Status][google.rpc.Status].
- * @type \Google\Photos\Types\MediaItem $media_item
- * Media item retrieved from the user's library. It's populated if no errors
- * occurred and the media item was fetched successfully.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * If an error occurred while accessing this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see [Status][google.rpc.Status].
- *
- * Generated from protobuf field .google.rpc.Status status = 1;
- * @return \Google\Rpc\Status
- */
- public function getStatus()
- {
- return $this->status;
- }
-
- /**
- * If an error occurred while accessing this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see [Status][google.rpc.Status].
- *
- * Generated from protobuf field .google.rpc.Status status = 1;
- * @param \Google\Rpc\Status $var
- * @return $this
- */
- public function setStatus($var)
- {
- GPBUtil::checkMessage($var, \Google\Rpc\Status::class);
- $this->status = $var;
-
- return $this;
- }
-
- /**
- * Media item retrieved from the user's library. It's populated if no errors
- * occurred and the media item was fetched successfully.
- *
- * Generated from protobuf field .google.photos.types.MediaItem media_item = 2;
- * @return \Google\Photos\Types\MediaItem
- */
- public function getMediaItem()
- {
- return $this->media_item;
- }
-
- /**
- * Media item retrieved from the user's library. It's populated if no errors
- * occurred and the media item was fetched successfully.
- *
- * Generated from protobuf field .google.photos.types.MediaItem media_item = 2;
- * @param \Google\Photos\Types\MediaItem $var
- * @return $this
- */
- public function setMediaItem($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\MediaItem::class);
- $this->media_item = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter.php
deleted file mode 100644
index fc2d67dcb..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter.php
+++ /dev/null
@@ -1,77 +0,0 @@
-google.photos.library.v1.MediaTypeFilter
- */
-class MediaTypeFilter extends \Google\Protobuf\Internal\Message
-{
- /**
- * The types of media items to be included. This field should be populated
- * with only one media type. If you specify multiple media types, it results
- * in an error.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
- */
- private $media_types;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $media_types
- * The types of media items to be included. This field should be populated
- * with only one media type. If you specify multiple media types, it results
- * in an error.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The types of media items to be included. This field should be populated
- * with only one media type. If you specify multiple media types, it results
- * in an error.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaTypes()
- {
- return $this->media_types;
- }
-
- /**
- * The types of media items to be included. This field should be populated
- * with only one media type. If you specify multiple media types, it results
- * in an error.
- *
- * Generated from protobuf field repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaTypes($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Google\Photos\Library\V1\MediaTypeFilter\MediaType::class);
- $this->media_types = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter/MediaType.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter/MediaType.php
deleted file mode 100644
index 99d17e5e5..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter/MediaType.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.photos.library.v1.MediaTypeFilter.MediaType
- */
-class MediaType
-{
- /**
- * Treated as if no filters are applied. All media types are included.
- *
- * Generated from protobuf enum ALL_MEDIA = 0;
- */
- const ALL_MEDIA = 0;
- /**
- * All media items that are considered videos.
- * This also includes movies the user has created using the Google Photos
- * app.
- *
- * Generated from protobuf enum VIDEO = 1;
- */
- const VIDEO = 1;
- /**
- * All media items that are considered photos. This includes .bmp, .gif,
- * .ico, .jpg (and other spellings), .tiff, .webp and special photo types
- * such as iOS live photos, Android motion photos, panoramas, photospheres.
- *
- * Generated from protobuf enum PHOTO = 2;
- */
- const PHOTO = 2;
-
- private static $valueToName = [
- self::ALL_MEDIA => 'ALL_MEDIA',
- self::VIDEO => 'VIDEO',
- self::PHOTO => 'PHOTO',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(MediaType::class, \Google\Photos\Library\V1\MediaTypeFilter_MediaType::class);
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter_MediaType.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter_MediaType.php
deleted file mode 100644
index 8a41b883b..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/MediaTypeFilter_MediaType.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.photos.library.v1.NewEnrichmentItem
- */
-class NewEnrichmentItem extends \Google\Protobuf\Internal\Message
-{
- protected $enrichment;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Library\V1\TextEnrichment $text_enrichment
- * Text to be added to the album.
- * @type \Google\Photos\Library\V1\LocationEnrichment $location_enrichment
- * Location to be added to the album.
- * @type \Google\Photos\Library\V1\MapEnrichment $map_enrichment
- * Map to be added to the album.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Text to be added to the album.
- *
- * Generated from protobuf field .google.photos.library.v1.TextEnrichment text_enrichment = 1;
- * @return \Google\Photos\Library\V1\TextEnrichment
- */
- public function getTextEnrichment()
- {
- return $this->readOneof(1);
- }
-
- /**
- * Text to be added to the album.
- *
- * Generated from protobuf field .google.photos.library.v1.TextEnrichment text_enrichment = 1;
- * @param \Google\Photos\Library\V1\TextEnrichment $var
- * @return $this
- */
- public function setTextEnrichment($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\TextEnrichment::class);
- $this->writeOneof(1, $var);
-
- return $this;
- }
-
- /**
- * Location to be added to the album.
- *
- * Generated from protobuf field .google.photos.library.v1.LocationEnrichment location_enrichment = 2;
- * @return \Google\Photos\Library\V1\LocationEnrichment
- */
- public function getLocationEnrichment()
- {
- return $this->readOneof(2);
- }
-
- /**
- * Location to be added to the album.
- *
- * Generated from protobuf field .google.photos.library.v1.LocationEnrichment location_enrichment = 2;
- * @param \Google\Photos\Library\V1\LocationEnrichment $var
- * @return $this
- */
- public function setLocationEnrichment($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\LocationEnrichment::class);
- $this->writeOneof(2, $var);
-
- return $this;
- }
-
- /**
- * Map to be added to the album.
- *
- * Generated from protobuf field .google.photos.library.v1.MapEnrichment map_enrichment = 3;
- * @return \Google\Photos\Library\V1\MapEnrichment
- */
- public function getMapEnrichment()
- {
- return $this->readOneof(3);
- }
-
- /**
- * Map to be added to the album.
- *
- * Generated from protobuf field .google.photos.library.v1.MapEnrichment map_enrichment = 3;
- * @param \Google\Photos\Library\V1\MapEnrichment $var
- * @return $this
- */
- public function setMapEnrichment($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\MapEnrichment::class);
- $this->writeOneof(3, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getEnrichment()
- {
- return $this->whichOneof("enrichment");
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/NewMediaItem.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/NewMediaItem.php
deleted file mode 100644
index 5b4154d29..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/NewMediaItem.php
+++ /dev/null
@@ -1,112 +0,0 @@
-google.photos.library.v1.NewMediaItem
- */
-class NewMediaItem extends \Google\Protobuf\Internal\Message
-{
- /**
- * Description of the media item. This will be shown to the user in the item's
- * info section in the Google Photos app.
- * This string shouldn't be more than 1000 characters.
- *
- * Generated from protobuf field string description = 1;
- */
- private $description = '';
- protected $new_media_item_type;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $description
- * Description of the media item. This will be shown to the user in the item's
- * info section in the Google Photos app.
- * This string shouldn't be more than 1000 characters.
- * @type \Google\Photos\Library\V1\SimpleMediaItem $simple_media_item
- * A new media item that has been uploaded via the included `uploadToken`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Description of the media item. This will be shown to the user in the item's
- * info section in the Google Photos app.
- * This string shouldn't be more than 1000 characters.
- *
- * Generated from protobuf field string description = 1;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Description of the media item. This will be shown to the user in the item's
- * info section in the Google Photos app.
- * This string shouldn't be more than 1000 characters.
- *
- * Generated from protobuf field string description = 1;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * A new media item that has been uploaded via the included `uploadToken`.
- *
- * Generated from protobuf field .google.photos.library.v1.SimpleMediaItem simple_media_item = 2;
- * @return \Google\Photos\Library\V1\SimpleMediaItem
- */
- public function getSimpleMediaItem()
- {
- return $this->readOneof(2);
- }
-
- /**
- * A new media item that has been uploaded via the included `uploadToken`.
- *
- * Generated from protobuf field .google.photos.library.v1.SimpleMediaItem simple_media_item = 2;
- * @param \Google\Photos\Library\V1\SimpleMediaItem $var
- * @return $this
- */
- public function setSimpleMediaItem($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\SimpleMediaItem::class);
- $this->writeOneof(2, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getNewMediaItemType()
- {
- return $this->whichOneof("new_media_item_type");
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/NewMediaItemResult.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/NewMediaItemResult.php
deleted file mode 100644
index 7f1b089f6..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/NewMediaItemResult.php
+++ /dev/null
@@ -1,147 +0,0 @@
-google.photos.library.v1.NewMediaItemResult
- */
-class NewMediaItemResult extends \Google\Protobuf\Internal\Message
-{
- /**
- * The upload token used to create this new media item.
- *
- * Generated from protobuf field string upload_token = 1;
- */
- private $upload_token = '';
- /**
- * If an error occurred during the creation of this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see Status.
- *
- * Generated from protobuf field .google.rpc.Status status = 2;
- */
- private $status = null;
- /**
- * Media item created with the upload token. It's populated if no errors
- * occurred and the media item was created successfully.
- *
- * Generated from protobuf field .google.photos.types.MediaItem media_item = 3;
- */
- private $media_item = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $upload_token
- * The upload token used to create this new media item.
- * @type \Google\Rpc\Status $status
- * If an error occurred during the creation of this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see Status.
- * @type \Google\Photos\Types\MediaItem $media_item
- * Media item created with the upload token. It's populated if no errors
- * occurred and the media item was created successfully.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The upload token used to create this new media item.
- *
- * Generated from protobuf field string upload_token = 1;
- * @return string
- */
- public function getUploadToken()
- {
- return $this->upload_token;
- }
-
- /**
- * The upload token used to create this new media item.
- *
- * Generated from protobuf field string upload_token = 1;
- * @param string $var
- * @return $this
- */
- public function setUploadToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->upload_token = $var;
-
- return $this;
- }
-
- /**
- * If an error occurred during the creation of this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see Status.
- *
- * Generated from protobuf field .google.rpc.Status status = 2;
- * @return \Google\Rpc\Status
- */
- public function getStatus()
- {
- return $this->status;
- }
-
- /**
- * If an error occurred during the creation of this media item, this field
- * is populated with information related to the error. For details regarding
- * this field, see Status.
- *
- * Generated from protobuf field .google.rpc.Status status = 2;
- * @param \Google\Rpc\Status $var
- * @return $this
- */
- public function setStatus($var)
- {
- GPBUtil::checkMessage($var, \Google\Rpc\Status::class);
- $this->status = $var;
-
- return $this;
- }
-
- /**
- * Media item created with the upload token. It's populated if no errors
- * occurred and the media item was created successfully.
- *
- * Generated from protobuf field .google.photos.types.MediaItem media_item = 3;
- * @return \Google\Photos\Types\MediaItem
- */
- public function getMediaItem()
- {
- return $this->media_item;
- }
-
- /**
- * Media item created with the upload token. It's populated if no errors
- * occurred and the media item was created successfully.
- *
- * Generated from protobuf field .google.photos.types.MediaItem media_item = 3;
- * @param \Google\Photos\Types\MediaItem $var
- * @return $this
- */
- public function setMediaItem($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\MediaItem::class);
- $this->media_item = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryClient.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryClient.php
deleted file mode 100644
index 45acb5a43..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryClient.php
+++ /dev/null
@@ -1,173 +0,0 @@
- $uploadRetrySettings->maxNumRetries) {
- return false;
- }
-
- if (null !== $error) {
- foreach ($uploadRetrySettings->retryableExceptions as $retryableException) {
- if ($error instanceof $retryableException) {
- return true;
- }
- }
-
- return false;
- }
-
- // The response body is either an upload token, or a JSON representation of the
- // status. If it decodes into JSON, then it is not an upload token.
- $status = json_decode($response->getBody());
- if (null == $status) {
- // Don't retry if an upload token was received.
- return false;
- }
-
- // Otherwise, only retry on 'retryable codes'.
- return in_array($status['code'], $uploadRetrySettings['retryableCodes']);
- };
- }
-
- /**
- * Returns a function that determines the delay before a request is retried.
- *
- * Implements exponential backoff, with some maximum delay.
- * @param UploadRetrySettings $uploadRetrySettings
- * @return \Closure
- */
- private function retryDelay($uploadRetrySettings)
- {
- return function ($retries, $response) use ($uploadRetrySettings) {
- return min(
- $uploadRetrySettings->maxRetryDelayMillis,
- $uploadRetrySettings->initialRetryDelayMillis * pow(
- $uploadRetrySettings->retryDelayMultiplier,
- $retries
- )
- );
- };
- }
-
- /**
- * {@inheritdoc}
- */
- public function __construct($options = [])
- {
- parent::__construct($options);
- if (array_key_exists('uploadRetrySettings', $options)) {
- $this->uploadRetrySettings = new UploadRetrySettings($options['uploadRetrySettings']);
- } else {
- $this->uploadRetrySettings = new UploadRetrySettings(['retriesEnabled' => false]);
- }
-
- $stack = HandlerStack::create();
-
- if (null != $this->uploadRetrySettings && $this->uploadRetrySettings->retriesEnabled) {
- $stack->push(Middleware::retry(
- $this->retryDecider($this->uploadRetrySettings),
- $this->retryDelay($this->uploadRetrySettings)
- ));
- }
-
- if (isset($options['httpClient'])) {
- $this->httpClient = $options['httpClient'];
- } else {
- $this->httpClient = new Client(['handler' => $stack]);
- }
- }
-
- /**
- * Uploads a media item to Google. This won't create a media item in the user's Google Photos
- * library.
- *
- * @param string $rawFile The raw bytes of the file, obtained by something like
- * file_get_contents().
- * @param string $fileName The name of the file to be uploaded.
- * @return string An upload token
- * @throws \GuzzleHttp\Exception\GuzzleException
- */
- public function upload($rawFile, $fileName)
- {
- $response = $this->httpClient->request(
- 'POST',
- self::UPLOAD_URL,
- [
- 'headers' => [
- 'Content-type' => 'application/octet-stream',
- 'Authorization' => $this->getCredentialsWrapper()->getBearerString(),
- 'X-Goog-Upload-File-Name' => $fileName,
- 'X-Goog-Upload-Protocol' => 'raw'
- ],
- 'body' => $rawFile,
- 'timeout' => $this->uploadRetrySettings->retriesEnabled
- ? $this->uploadRetrySettings->singleTimeoutMillis
- : 0
- ]
- );
-
- return (string)$response->getBody();
- }
-
- public static function contentCategories()
- {
- return ['NONE', 'LANDSCAPES', 'RECEIPTS', 'CITYSCAPES', 'LANDMARKS', 'SELFIES', 'PEOPLE',
- 'PETS', 'WEDDINGS', 'BIRTHDAYS', 'DOCUMENTS', 'TRAVEL', 'ANIMALS', 'FOOD', 'SPORT',
- 'NIGHT', 'PERFORMANCES', 'WHITEBOARDS', 'SCREENSHOTS', 'UTILITY'];
- }
-
- public static function mediaTypes()
- {
- return ['ALL_MEDIA', 'PHOTO', 'VIDEO'];
- }
-
- public static function features()
- {
- return ['NONE', 'FAVORITES'];
- }
-
-}
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryGrpcClient.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryGrpcClient.php
deleted file mode 100644
index a49a05644..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryGrpcClient.php
+++ /dev/null
@@ -1,341 +0,0 @@
-_simpleRequest('/google.photos.library.v1.PhotosLibrary/CreateAlbum',
- $argument,
- ['\Google\Photos\Types\Album', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Creates one or more media items in a user's Google Photos library.
- *
- * This is the second step for creating a media item. For details regarding
- * Step 1, uploading the raw bytes to a Google Server, see
- * Uploading media.
- *
- * This call adds the media item to the library. If an album `id` is
- * specified, the call adds the media item to the album too. Each album can
- * contain up to 20,000 media items. By default, the media item will be added
- * to the end of the library or album.
- *
- * If an album `id` and position are both defined, the media item is
- * added to the album at the specified position.
- *
- * If the call contains multiple media items, they're added at the specified
- * position.
- * If you are creating a media item in a shared album where you are not the
- * owner, you are not allowed to position the media item. Doing so will result
- * in a `BAD REQUEST` error.
- * @param \Google\Photos\Library\V1\BatchCreateMediaItemsRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function BatchCreateMediaItems(\Google\Photos\Library\V1\BatchCreateMediaItemsRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/BatchCreateMediaItems',
- $argument,
- ['\Google\Photos\Library\V1\BatchCreateMediaItemsResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Adds one or more media items in a user's Google Photos library to
- * an album. The media items and albums must have been created by the
- * developer via the API.
- *
- * Media items are added to the end of the album. If multiple media items are
- * given, they are added in the order specified in this call.
- *
- * Each album can contain up to 20,000 media items.
- *
- * Only media items that are in the user's library can be added to an
- * album. For albums that are shared, the album must either be owned by the
- * user or the user must have joined the album as a collaborator.
- *
- * Partial success is not supported. The entire request will fail if an
- * invalid media item or album is specified.
- * @param \Google\Photos\Library\V1\BatchAddMediaItemsToAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function BatchAddMediaItemsToAlbum(\Google\Photos\Library\V1\BatchAddMediaItemsToAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/BatchAddMediaItemsToAlbum',
- $argument,
- ['\Google\Photos\Library\V1\BatchAddMediaItemsToAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Searches for media items in a user's Google Photos library.
- * If no filters are set, then all media items in the user's library are
- * returned.
- * If an album is set, all media items in the specified album are returned.
- * If filters are specified, media items that match the filters from the
- * user's library are listed. If you set both the album and the filters, the
- * request results in an error.
- * @param \Google\Photos\Library\V1\SearchMediaItemsRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function SearchMediaItems(\Google\Photos\Library\V1\SearchMediaItemsRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/SearchMediaItems',
- $argument,
- ['\Google\Photos\Library\V1\SearchMediaItemsResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * List all media items from a user's Google Photos library.
- * @param \Google\Photos\Library\V1\ListMediaItemsRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function ListMediaItems(\Google\Photos\Library\V1\ListMediaItemsRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/ListMediaItems',
- $argument,
- ['\Google\Photos\Library\V1\ListMediaItemsResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Returns the media item for the specified media item identifier.
- * @param \Google\Photos\Library\V1\GetMediaItemRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function GetMediaItem(\Google\Photos\Library\V1\GetMediaItemRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/GetMediaItem',
- $argument,
- ['\Google\Photos\Types\MediaItem', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Returns the list of media items for the specified media item identifiers.
- * Items are returned in the same order as the supplied identifiers.
- * @param \Google\Photos\Library\V1\BatchGetMediaItemsRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function BatchGetMediaItems(\Google\Photos\Library\V1\BatchGetMediaItemsRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/BatchGetMediaItems',
- $argument,
- ['\Google\Photos\Library\V1\BatchGetMediaItemsResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Lists all albums shown to a user in the Albums tab of the Google
- * Photos app.
- * @param \Google\Photos\Library\V1\ListAlbumsRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function ListAlbums(\Google\Photos\Library\V1\ListAlbumsRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/ListAlbums',
- $argument,
- ['\Google\Photos\Library\V1\ListAlbumsResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Returns the album based on the specified `albumId`.
- * The `albumId` must be the ID of an album owned by the user or a shared
- * album that the user has joined.
- * @param \Google\Photos\Library\V1\GetAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function GetAlbum(\Google\Photos\Library\V1\GetAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/GetAlbum',
- $argument,
- ['\Google\Photos\Types\Album', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Returns the album based on the specified `shareToken`.
- * @param \Google\Photos\Library\V1\GetSharedAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function GetSharedAlbum(\Google\Photos\Library\V1\GetSharedAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/GetSharedAlbum',
- $argument,
- ['\Google\Photos\Types\Album', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Adds an enrichment at a specified position in a defined album.
- * @param \Google\Photos\Library\V1\AddEnrichmentToAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function AddEnrichmentToAlbum(\Google\Photos\Library\V1\AddEnrichmentToAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/AddEnrichmentToAlbum',
- $argument,
- ['\Google\Photos\Library\V1\AddEnrichmentToAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Joins a shared album on behalf of the Google Photos user.
- * @param \Google\Photos\Library\V1\JoinSharedAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function JoinSharedAlbum(\Google\Photos\Library\V1\JoinSharedAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/JoinSharedAlbum',
- $argument,
- ['\Google\Photos\Library\V1\JoinSharedAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Leaves a previously-joined shared album on behalf of the Google Photos
- * user. The user must not own this album.
- * @param \Google\Photos\Library\V1\LeaveSharedAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function LeaveSharedAlbum(\Google\Photos\Library\V1\LeaveSharedAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/LeaveSharedAlbum',
- $argument,
- ['\Google\Photos\Library\V1\LeaveSharedAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Marks an album as shared and accessible to other users. This action can
- * only be performed on albums which were created by the developer via the
- * API.
- * @param \Google\Photos\Library\V1\ShareAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function ShareAlbum(\Google\Photos\Library\V1\ShareAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/ShareAlbum',
- $argument,
- ['\Google\Photos\Library\V1\ShareAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Lists all shared albums available in the Sharing tab of the
- * user's Google Photos app.
- * @param \Google\Photos\Library\V1\ListSharedAlbumsRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function ListSharedAlbums(\Google\Photos\Library\V1\ListSharedAlbumsRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/ListSharedAlbums',
- $argument,
- ['\Google\Photos\Library\V1\ListSharedAlbumsResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Marks a previously shared album as private. This means that the album is
- * no longer shared and all the non-owners will lose access to the album. All
- * non-owner content will be removed from the album. If a non-owner has
- * previously added the album to their library, they will retain all photos in
- * their library. This action can only be performed on albums which were
- * created by the developer via the API.
- * @param \Google\Photos\Library\V1\UnshareAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function UnshareAlbum(\Google\Photos\Library\V1\UnshareAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/UnshareAlbum',
- $argument,
- ['\Google\Photos\Library\V1\UnshareAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
- /**
- * Removes one or more media items from a specified album. The media items and
- * the album must have been created by the developer via the API.
- *
- * For albums that are shared, this action is only supported for media items
- * that were added to the album by this user, or for all media items if the
- * album was created by this user.
- *
- * Partial success is not supported. The entire request will fail and no
- * action will be performed on the album if an invalid media item or album is
- * specified.
- * @param \Google\Photos\Library\V1\BatchRemoveMediaItemsFromAlbumRequest $argument input argument
- * @param array $metadata metadata
- * @param array $options call options
- */
- public function BatchRemoveMediaItemsFromAlbum(\Google\Photos\Library\V1\BatchRemoveMediaItemsFromAlbumRequest $argument,
- $metadata = [], $options = []) {
- return $this->_simpleRequest('/google.photos.library.v1.PhotosLibrary/BatchRemoveMediaItemsFromAlbum',
- $argument,
- ['\Google\Photos\Library\V1\BatchRemoveMediaItemsFromAlbumResponse', 'decode'],
- $metadata, $options);
- }
-
-}
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryResourceFactory.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryResourceFactory.php
deleted file mode 100644
index 326218775..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/PhotosLibraryResourceFactory.php
+++ /dev/null
@@ -1,156 +0,0 @@
-setTitle($title);
- return $album;
- }
-
- /**
- * Returns a {@link NewMediaItem} containing a {@link SimpleMediaItem} with the given upload
- * token.
- *
- * @param string $uploadToken
- * @return NewMediaItem
- */
- public static function newMediaItem($uploadToken)
- {
- $simpleMediaItem = new SimpleMediaItem();
- $simpleMediaItem->setUploadToken($uploadToken);
-
- $newMediaItem = new NewMediaItem();
- $newMediaItem->setSimpleMediaItem($simpleMediaItem);
-
- return $newMediaItem;
- }
-
- /**
- * Returns a {@link NewMediaItem} with the given description and a {@link SimpleMediaItem} with
- * the given upload token.
- *
- * @param string $uploadToken
- * @param string $description
- * @return NewMediaItem
- */
- public static function newMediaItemWithDescription($uploadToken, $description)
- {
- $newMediaItem = self::newMediaItem($uploadToken);
- $newMediaItem->setDescription($description);
- return $newMediaItem;
- }
-
- /**
- * Returns an {@link AlbumPosition} describing the position after the given media item.
- *
- * @param string $mediaItemId
- * @return AlbumPosition
- */
- public static function albumPositionAfterMediaItem($mediaItemId)
- {
- $albumPosition = new AlbumPosition();
- $albumPosition->setPosition(PositionType::AFTER_MEDIA_ITEM);
- $albumPosition->setRelativeMediaItemId($mediaItemId);
-
- return $albumPosition;
- }
-
- /**
- * Returns an {@link AlbumPosition} describing the position after the given enrichment item.
- *
- * @param string $enrichmentItemId
- * @return AlbumPosition
- */
- public static function albumPositionAfterEnrichmentItem($enrichmentItemId)
- {
- $albumPosition = new AlbumPosition();
- $albumPosition->setPosition(PositionType::AFTER_ENRICHMENT_ITEM);
- $albumPosition->setRelativeEnrichmentItemId($enrichmentItemId);
-
- return $albumPosition;
- }
-
- /**
- * Returns a {@link NewEnrichmentItem} containing a {@link TextEnrichment} with the provided
- * text.
- *
- * @param string $text
- * @return NewEnrichmentItem
- */
- public static function newEnrichmentItemWithText($text)
- {
- $textEnrichment = new TextEnrichment();
- $textEnrichment->setText($text);
-
- $newEnrichmentItem = new NewEnrichmentItem();
- $newEnrichmentItem->setTextEnrichment($textEnrichment);
-
- return $newEnrichmentItem;
- }
-
- /**
- * Returns a {@link NewEnrichmentItem} containing a {@link LocationEnrichment} with the given
- * location.
- *
- * @param Location $location
- * @return NewEnrichmentItem
- */
- public static function newEnrichmentItemWithLocation(Location $location)
- {
- $locationEnrichment = new LocationEnrichment();
- $locationEnrichment->setLocation($location);
-
- $newEnrichmentItem = new NewEnrichmentItem();
- $newEnrichmentItem->setLocationEnrichment($locationEnrichment);
-
- return $newEnrichmentItem;
- }
-
- /**
- * Returns {@link NewEnrichmentItem} containing a {@link MapEnrichment} with the given origin
- * and destination.
- *
- * @param Location $origin
- * @param Location $destination
- * @return NewEnrichmentItem
- */
- public static function newEnrichmentItemWithMap(Location $origin, Location $destination)
- {
- $mapEnrichment = new MapEnrichment();
- $mapEnrichment->setOrigin($origin);
- $mapEnrichment->setDestination($destination);
-
- $newEnrichmentItem = new NewEnrichmentItem();
- $newEnrichmentItem->setMapEnrichment($mapEnrichment);
-
- return $newEnrichmentItem;
- }
-}
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/SearchMediaItemsRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/SearchMediaItemsRequest.php
deleted file mode 100644
index fc5ecee85..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/SearchMediaItemsRequest.php
+++ /dev/null
@@ -1,205 +0,0 @@
-google.photos.library.v1.SearchMediaItemsRequest
- */
-class SearchMediaItemsRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier of an album. If populated, lists all media items in
- * specified album. Can't set in conjunction with any filters.
- *
- * Generated from protobuf field string album_id = 1;
- */
- private $album_id = '';
- /**
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum
- * `pageSize` is 100.
- *
- * Generated from protobuf field int32 page_size = 2;
- */
- private $page_size = 0;
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `searchMediaItems` request.
- *
- * Generated from protobuf field string page_token = 3;
- */
- private $page_token = '';
- /**
- * Filters to apply to the request. Can't be set in conjunction with an
- * `albumId`.
- *
- * Generated from protobuf field .google.photos.library.v1.Filters filters = 4;
- */
- private $filters = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $album_id
- * Identifier of an album. If populated, lists all media items in
- * specified album. Can't set in conjunction with any filters.
- * @type int $page_size
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum
- * `pageSize` is 100.
- * @type string $page_token
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `searchMediaItems` request.
- * @type \Google\Photos\Library\V1\Filters $filters
- * Filters to apply to the request. Can't be set in conjunction with an
- * `albumId`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of an album. If populated, lists all media items in
- * specified album. Can't set in conjunction with any filters.
- *
- * Generated from protobuf field string album_id = 1;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of an album. If populated, lists all media items in
- * specified album. Can't set in conjunction with any filters.
- *
- * Generated from protobuf field string album_id = 1;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
- /**
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum
- * `pageSize` is 100.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @return int
- */
- public function getPageSize()
- {
- return $this->page_size;
- }
-
- /**
- * Maximum number of media items to return in the response. The default number
- * of media items to return at a time is 25. The maximum
- * `pageSize` is 100.
- *
- * Generated from protobuf field int32 page_size = 2;
- * @param int $var
- * @return $this
- */
- public function setPageSize($var)
- {
- GPBUtil::checkInt32($var);
- $this->page_size = $var;
-
- return $this;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `searchMediaItems` request.
- *
- * Generated from protobuf field string page_token = 3;
- * @return string
- */
- public function getPageToken()
- {
- return $this->page_token;
- }
-
- /**
- * A continuation token to get the next page of the results. Adding this to
- * the request returns the rows after the `pageToken`. The `pageToken` should
- * be the value returned in the `nextPageToken` parameter in the response to
- * the `searchMediaItems` request.
- *
- * Generated from protobuf field string page_token = 3;
- * @param string $var
- * @return $this
- */
- public function setPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->page_token = $var;
-
- return $this;
- }
-
- /**
- * Filters to apply to the request. Can't be set in conjunction with an
- * `albumId`.
- *
- * Generated from protobuf field .google.photos.library.v1.Filters filters = 4;
- * @return \Google\Photos\Library\V1\Filters
- */
- public function getFilters()
- {
- return $this->filters;
- }
-
- /**
- * Filters to apply to the request. Can't be set in conjunction with an
- * `albumId`.
- *
- * Generated from protobuf field .google.photos.library.v1.Filters filters = 4;
- * @param \Google\Photos\Library\V1\Filters $var
- * @return $this
- */
- public function setFilters($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Library\V1\Filters::class);
- $this->filters = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/SearchMediaItemsResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/SearchMediaItemsResponse.php
deleted file mode 100644
index a1690eed9..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/SearchMediaItemsResponse.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.photos.library.v1.SearchMediaItemsResponse
- */
-class SearchMediaItemsResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. List of media items that match the search parameters.
- *
- * Generated from protobuf field repeated .google.photos.types.MediaItem media_items = 1;
- */
- private $media_items;
- /**
- * Output only. Use this token to get the next set of media items. Its
- * presence is the only reliable indicator of more media items being available
- * in the next request.
- *
- * Generated from protobuf field string next_page_token = 2;
- */
- private $next_page_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\MediaItem[]|\Google\Protobuf\Internal\RepeatedField $media_items
- * Output only. List of media items that match the search parameters.
- * @type string $next_page_token
- * Output only. Use this token to get the next set of media items. Its
- * presence is the only reliable indicator of more media items being available
- * in the next request.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. List of media items that match the search parameters.
- *
- * Generated from protobuf field repeated .google.photos.types.MediaItem media_items = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMediaItems()
- {
- return $this->media_items;
- }
-
- /**
- * Output only. List of media items that match the search parameters.
- *
- * Generated from protobuf field repeated .google.photos.types.MediaItem media_items = 1;
- * @param \Google\Photos\Types\MediaItem[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMediaItems($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Photos\Types\MediaItem::class);
- $this->media_items = $arr;
-
- return $this;
- }
-
- /**
- * Output only. Use this token to get the next set of media items. Its
- * presence is the only reliable indicator of more media items being available
- * in the next request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @return string
- */
- public function getNextPageToken()
- {
- return $this->next_page_token;
- }
-
- /**
- * Output only. Use this token to get the next set of media items. Its
- * presence is the only reliable indicator of more media items being available
- * in the next request.
- *
- * Generated from protobuf field string next_page_token = 2;
- * @param string $var
- * @return $this
- */
- public function setNextPageToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->next_page_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ShareAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ShareAlbumRequest.php
deleted file mode 100644
index 5c088a6bf..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ShareAlbumRequest.php
+++ /dev/null
@@ -1,105 +0,0 @@
-google.photos.library.v1.ShareAlbumRequest
- */
-class ShareAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier of the album to be shared. This `albumId` must belong to an
- * album created by the developer.
- *
- * Generated from protobuf field string album_id = 1;
- */
- private $album_id = '';
- /**
- * Options to be set when converting the album to a shared album.
- *
- * Generated from protobuf field .google.photos.types.SharedAlbumOptions shared_album_options = 2;
- */
- private $shared_album_options = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $album_id
- * Identifier of the album to be shared. This `albumId` must belong to an
- * album created by the developer.
- * @type \Google\Photos\Types\SharedAlbumOptions $shared_album_options
- * Options to be set when converting the album to a shared album.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the album to be shared. This `albumId` must belong to an
- * album created by the developer.
- *
- * Generated from protobuf field string album_id = 1;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the album to be shared. This `albumId` must belong to an
- * album created by the developer.
- *
- * Generated from protobuf field string album_id = 1;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
- /**
- * Options to be set when converting the album to a shared album.
- *
- * Generated from protobuf field .google.photos.types.SharedAlbumOptions shared_album_options = 2;
- * @return \Google\Photos\Types\SharedAlbumOptions
- */
- public function getSharedAlbumOptions()
- {
- return $this->shared_album_options;
- }
-
- /**
- * Options to be set when converting the album to a shared album.
- *
- * Generated from protobuf field .google.photos.types.SharedAlbumOptions shared_album_options = 2;
- * @param \Google\Photos\Types\SharedAlbumOptions $var
- * @return $this
- */
- public function setSharedAlbumOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\SharedAlbumOptions::class);
- $this->shared_album_options = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/ShareAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/ShareAlbumResponse.php
deleted file mode 100644
index 7276e7a69..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/ShareAlbumResponse.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.ShareAlbumResponse
- */
-class ShareAlbumResponse extends \Google\Protobuf\Internal\Message
-{
- /**
- * Output only. Information about the shared album.
- *
- * Generated from protobuf field .google.photos.types.ShareInfo share_info = 1;
- */
- private $share_info = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\ShareInfo $share_info
- * Output only. Information about the shared album.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Output only. Information about the shared album.
- *
- * Generated from protobuf field .google.photos.types.ShareInfo share_info = 1;
- * @return \Google\Photos\Types\ShareInfo
- */
- public function getShareInfo()
- {
- return $this->share_info;
- }
-
- /**
- * Output only. Information about the shared album.
- *
- * Generated from protobuf field .google.photos.types.ShareInfo share_info = 1;
- * @param \Google\Photos\Types\ShareInfo $var
- * @return $this
- */
- public function setShareInfo($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\ShareInfo::class);
- $this->share_info = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/SimpleMediaItem.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/SimpleMediaItem.php
deleted file mode 100644
index 05b82e13d..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/SimpleMediaItem.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.SimpleMediaItem
- */
-class SimpleMediaItem extends \Google\Protobuf\Internal\Message
-{
- /**
- * Token identifying the media bytes that have been uploaded to Google.
- *
- * Generated from protobuf field string upload_token = 1;
- */
- private $upload_token = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $upload_token
- * Token identifying the media bytes that have been uploaded to Google.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Token identifying the media bytes that have been uploaded to Google.
- *
- * Generated from protobuf field string upload_token = 1;
- * @return string
- */
- public function getUploadToken()
- {
- return $this->upload_token;
- }
-
- /**
- * Token identifying the media bytes that have been uploaded to Google.
- *
- * Generated from protobuf field string upload_token = 1;
- * @param string $var
- * @return $this
- */
- public function setUploadToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->upload_token = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/TextEnrichment.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/TextEnrichment.php
deleted file mode 100644
index 7294f1bf1..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/TextEnrichment.php
+++ /dev/null
@@ -1,67 +0,0 @@
-google.photos.library.v1.TextEnrichment
- */
-class TextEnrichment extends \Google\Protobuf\Internal\Message
-{
- /**
- * Text for this enrichment item.
- *
- * Generated from protobuf field string text = 1;
- */
- private $text = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $text
- * Text for this enrichment item.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Text for this enrichment item.
- *
- * Generated from protobuf field string text = 1;
- * @return string
- */
- public function getText()
- {
- return $this->text;
- }
-
- /**
- * Text for this enrichment item.
- *
- * Generated from protobuf field string text = 1;
- * @param string $var
- * @return $this
- */
- public function setText($var)
- {
- GPBUtil::checkString($var, True);
- $this->text = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/UnshareAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/UnshareAlbumRequest.php
deleted file mode 100644
index bfedfe0fb..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/UnshareAlbumRequest.php
+++ /dev/null
@@ -1,71 +0,0 @@
-google.photos.library.v1.UnshareAlbumRequest
- */
-class UnshareAlbumRequest extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier of the album to be unshared. This album id must belong to an
- * album created by the developer.
- *
- * Generated from protobuf field string album_id = 1;
- */
- private $album_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $album_id
- * Identifier of the album to be unshared. This album id must belong to an
- * album created by the developer.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier of the album to be unshared. This album id must belong to an
- * album created by the developer.
- *
- * Generated from protobuf field string album_id = 1;
- * @return string
- */
- public function getAlbumId()
- {
- return $this->album_id;
- }
-
- /**
- * Identifier of the album to be unshared. This album id must belong to an
- * album created by the developer.
- *
- * Generated from protobuf field string album_id = 1;
- * @param string $var
- * @return $this
- */
- public function setAlbumId($var)
- {
- GPBUtil::checkString($var, True);
- $this->album_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/UnshareAlbumResponse.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/UnshareAlbumResponse.php
deleted file mode 100644
index 00c521a0d..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/UnshareAlbumResponse.php
+++ /dev/null
@@ -1,33 +0,0 @@
-google.photos.library.v1.UnshareAlbumResponse
- */
-class UnshareAlbumResponse extends \Google\Protobuf\Internal\Message
-{
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Library\V1\PhotosLibrary::initOnce();
- parent::__construct($data);
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/UploadRetrySettings.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/UploadRetrySettings.php
deleted file mode 100644
index 2b23be64b..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Library/V1/UploadRetrySettings.php
+++ /dev/null
@@ -1,81 +0,0 @@
-
- * string id = 1;
- */
- private $id = '';
- /**
- * Name of the album displayed to the user in their Google Photos account.
- * This string shouldn't be more than 500 characters.
- *
- * Generated from protobuf field string title = 2;
- */
- private $title = '';
- /**
- * [Output only] Google Photos URL for the album. The user needs to be signed
- * in to their Google Photos account to access this link.
- *
- * Generated from protobuf field string product_url = 3;
- */
- private $product_url = '';
- /**
- * [Output only] True if you can create media items in this album.
- * This field is based on the scopes granted and permissions of the album. If
- * the scopes are changed or permissions of the album are changed, this field
- * is updated.
- *
- * Generated from protobuf field bool is_writeable = 4;
- */
- private $is_writeable = false;
- /**
- * [Output only] Information related to shared albums.
- * This field is only populated if the album is a shared album, the
- * developer created the album and the user has granted the
- * `photoslibrary.sharing` scope.
- *
- * Generated from protobuf field .google.photos.types.ShareInfo share_info = 5;
- */
- private $share_info = null;
- /**
- * [Output only] The number of media items in the album.
- *
- * Generated from protobuf field int64 media_items_count = 6;
- */
- private $media_items_count = 0;
- /**
- * [Output only] A URL to the cover photo's bytes. This shouldn't be used as
- * is. Parameters should be appended to this URL before use. See the
- * [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example,
- * `'=w2048-h1024'` sets the dimensions of the cover photo to have a width of
- * 2048 px and height of 1024 px.
- *
- * Generated from protobuf field string cover_photo_base_url = 7;
- */
- private $cover_photo_base_url = '';
- /**
- * [Output only] Identifier for the media item associated with the cover
- * photo.
- *
- * Generated from protobuf field string cover_photo_media_item_id = 8;
- */
- private $cover_photo_media_item_id = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $id
- * [Ouput only] Identifier for the album. This is a persistent identifier that
- * can be used between sessions to identify this album.
- * @type string $title
- * Name of the album displayed to the user in their Google Photos account.
- * This string shouldn't be more than 500 characters.
- * @type string $product_url
- * [Output only] Google Photos URL for the album. The user needs to be signed
- * in to their Google Photos account to access this link.
- * @type bool $is_writeable
- * [Output only] True if you can create media items in this album.
- * This field is based on the scopes granted and permissions of the album. If
- * the scopes are changed or permissions of the album are changed, this field
- * is updated.
- * @type \Google\Photos\Types\ShareInfo $share_info
- * [Output only] Information related to shared albums.
- * This field is only populated if the album is a shared album, the
- * developer created the album and the user has granted the
- * `photoslibrary.sharing` scope.
- * @type int|string $media_items_count
- * [Output only] The number of media items in the album.
- * @type string $cover_photo_base_url
- * [Output only] A URL to the cover photo's bytes. This shouldn't be used as
- * is. Parameters should be appended to this URL before use. See the
- * [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example,
- * `'=w2048-h1024'` sets the dimensions of the cover photo to have a width of
- * 2048 px and height of 1024 px.
- * @type string $cover_photo_media_item_id
- * [Output only] Identifier for the media item associated with the cover
- * photo.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\Album::initOnce();
- parent::__construct($data);
- }
-
- /**
- * [Ouput only] Identifier for the album. This is a persistent identifier that
- * can be used between sessions to identify this album.
- *
- * Generated from protobuf field string id = 1;
- * @return string
- */
- public function getId()
- {
- return $this->id;
- }
-
- /**
- * [Ouput only] Identifier for the album. This is a persistent identifier that
- * can be used between sessions to identify this album.
- *
- * Generated from protobuf field string id = 1;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
- /**
- * Name of the album displayed to the user in their Google Photos account.
- * This string shouldn't be more than 500 characters.
- *
- * Generated from protobuf field string title = 2;
- * @return string
- */
- public function getTitle()
- {
- return $this->title;
- }
-
- /**
- * Name of the album displayed to the user in their Google Photos account.
- * This string shouldn't be more than 500 characters.
- *
- * Generated from protobuf field string title = 2;
- * @param string $var
- * @return $this
- */
- public function setTitle($var)
- {
- GPBUtil::checkString($var, True);
- $this->title = $var;
-
- return $this;
- }
-
- /**
- * [Output only] Google Photos URL for the album. The user needs to be signed
- * in to their Google Photos account to access this link.
- *
- * Generated from protobuf field string product_url = 3;
- * @return string
- */
- public function getProductUrl()
- {
- return $this->product_url;
- }
-
- /**
- * [Output only] Google Photos URL for the album. The user needs to be signed
- * in to their Google Photos account to access this link.
- *
- * Generated from protobuf field string product_url = 3;
- * @param string $var
- * @return $this
- */
- public function setProductUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->product_url = $var;
-
- return $this;
- }
-
- /**
- * [Output only] True if you can create media items in this album.
- * This field is based on the scopes granted and permissions of the album. If
- * the scopes are changed or permissions of the album are changed, this field
- * is updated.
- *
- * Generated from protobuf field bool is_writeable = 4;
- * @return bool
- */
- public function getIsWriteable()
- {
- return $this->is_writeable;
- }
-
- /**
- * [Output only] True if you can create media items in this album.
- * This field is based on the scopes granted and permissions of the album. If
- * the scopes are changed or permissions of the album are changed, this field
- * is updated.
- *
- * Generated from protobuf field bool is_writeable = 4;
- * @param bool $var
- * @return $this
- */
- public function setIsWriteable($var)
- {
- GPBUtil::checkBool($var);
- $this->is_writeable = $var;
-
- return $this;
- }
-
- /**
- * [Output only] Information related to shared albums.
- * This field is only populated if the album is a shared album, the
- * developer created the album and the user has granted the
- * `photoslibrary.sharing` scope.
- *
- * Generated from protobuf field .google.photos.types.ShareInfo share_info = 5;
- * @return \Google\Photos\Types\ShareInfo
- */
- public function getShareInfo()
- {
- return $this->share_info;
- }
-
- /**
- * [Output only] Information related to shared albums.
- * This field is only populated if the album is a shared album, the
- * developer created the album and the user has granted the
- * `photoslibrary.sharing` scope.
- *
- * Generated from protobuf field .google.photos.types.ShareInfo share_info = 5;
- * @param \Google\Photos\Types\ShareInfo $var
- * @return $this
- */
- public function setShareInfo($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\ShareInfo::class);
- $this->share_info = $var;
-
- return $this;
- }
-
- /**
- * [Output only] The number of media items in the album.
- *
- * Generated from protobuf field int64 media_items_count = 6;
- * @return int|string
- */
- public function getMediaItemsCount()
- {
- return $this->media_items_count;
- }
-
- /**
- * [Output only] The number of media items in the album.
- *
- * Generated from protobuf field int64 media_items_count = 6;
- * @param int|string $var
- * @return $this
- */
- public function setMediaItemsCount($var)
- {
- GPBUtil::checkInt64($var);
- $this->media_items_count = $var;
-
- return $this;
- }
-
- /**
- * [Output only] A URL to the cover photo's bytes. This shouldn't be used as
- * is. Parameters should be appended to this URL before use. See the
- * [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example,
- * `'=w2048-h1024'` sets the dimensions of the cover photo to have a width of
- * 2048 px and height of 1024 px.
- *
- * Generated from protobuf field string cover_photo_base_url = 7;
- * @return string
- */
- public function getCoverPhotoBaseUrl()
- {
- return $this->cover_photo_base_url;
- }
-
- /**
- * [Output only] A URL to the cover photo's bytes. This shouldn't be used as
- * is. Parameters should be appended to this URL before use. See the
- * [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example,
- * `'=w2048-h1024'` sets the dimensions of the cover photo to have a width of
- * 2048 px and height of 1024 px.
- *
- * Generated from protobuf field string cover_photo_base_url = 7;
- * @param string $var
- * @return $this
- */
- public function setCoverPhotoBaseUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->cover_photo_base_url = $var;
-
- return $this;
- }
-
- /**
- * [Output only] Identifier for the media item associated with the cover
- * photo.
- *
- * Generated from protobuf field string cover_photo_media_item_id = 8;
- * @return string
- */
- public function getCoverPhotoMediaItemId()
- {
- return $this->cover_photo_media_item_id;
- }
-
- /**
- * [Output only] Identifier for the media item associated with the cover
- * photo.
- *
- * Generated from protobuf field string cover_photo_media_item_id = 8;
- * @param string $var
- * @return $this
- */
- public function setCoverPhotoMediaItemId($var)
- {
- GPBUtil::checkString($var, True);
- $this->cover_photo_media_item_id = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/ContributorInfo.php b/vendor/google/photos-library/src/Google/Photos/Types/ContributorInfo.php
deleted file mode 100644
index feb14b1da..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/ContributorInfo.php
+++ /dev/null
@@ -1,103 +0,0 @@
-google.photos.types.ContributorInfo
- */
-class ContributorInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * URL to the profile picture of the contributor.
- *
- * Generated from protobuf field string profile_picture_base_url = 1;
- */
- private $profile_picture_base_url = '';
- /**
- * Display name of the contributor.
- *
- * Generated from protobuf field string display_name = 2;
- */
- private $display_name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $profile_picture_base_url
- * URL to the profile picture of the contributor.
- * @type string $display_name
- * Display name of the contributor.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\MediaItem::initOnce();
- parent::__construct($data);
- }
-
- /**
- * URL to the profile picture of the contributor.
- *
- * Generated from protobuf field string profile_picture_base_url = 1;
- * @return string
- */
- public function getProfilePictureBaseUrl()
- {
- return $this->profile_picture_base_url;
- }
-
- /**
- * URL to the profile picture of the contributor.
- *
- * Generated from protobuf field string profile_picture_base_url = 1;
- * @param string $var
- * @return $this
- */
- public function setProfilePictureBaseUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->profile_picture_base_url = $var;
-
- return $this;
- }
-
- /**
- * Display name of the contributor.
- *
- * Generated from protobuf field string display_name = 2;
- * @return string
- */
- public function getDisplayName()
- {
- return $this->display_name;
- }
-
- /**
- * Display name of the contributor.
- *
- * Generated from protobuf field string display_name = 2;
- * @param string $var
- * @return $this
- */
- public function setDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->display_name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/DateRange.php b/vendor/google/photos-library/src/Google/Photos/Types/DateRange.php
deleted file mode 100644
index 52fccf476..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/DateRange.php
+++ /dev/null
@@ -1,110 +0,0 @@
-Date
- *
- * Generated from protobuf message google.photos.types.DateRange
- */
-class DateRange extends \Google\Protobuf\Internal\Message
-{
- /**
- * The start date (included as part of the range) in one of the formats
- * described.
- *
- * Generated from protobuf field .google.type.Date start_date = 1;
- */
- private $start_date = null;
- /**
- * The end date (included as part of the range). It must be specified in the
- * same format as the start date.
- *
- * Generated from protobuf field .google.type.Date end_date = 2;
- */
- private $end_date = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Type\Date $start_date
- * The start date (included as part of the range) in one of the formats
- * described.
- * @type \Google\Type\Date $end_date
- * The end date (included as part of the range). It must be specified in the
- * same format as the start date.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\DateRange::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The start date (included as part of the range) in one of the formats
- * described.
- *
- * Generated from protobuf field .google.type.Date start_date = 1;
- * @return \Google\Type\Date
- */
- public function getStartDate()
- {
- return $this->start_date;
- }
-
- /**
- * The start date (included as part of the range) in one of the formats
- * described.
- *
- * Generated from protobuf field .google.type.Date start_date = 1;
- * @param \Google\Type\Date $var
- * @return $this
- */
- public function setStartDate($var)
- {
- GPBUtil::checkMessage($var, \Google\Type\Date::class);
- $this->start_date = $var;
-
- return $this;
- }
-
- /**
- * The end date (included as part of the range). It must be specified in the
- * same format as the start date.
- *
- * Generated from protobuf field .google.type.Date end_date = 2;
- * @return \Google\Type\Date
- */
- public function getEndDate()
- {
- return $this->end_date;
- }
-
- /**
- * The end date (included as part of the range). It must be specified in the
- * same format as the start date.
- *
- * Generated from protobuf field .google.type.Date end_date = 2;
- * @param \Google\Type\Date $var
- * @return $this
- */
- public function setEndDate($var)
- {
- GPBUtil::checkMessage($var, \Google\Type\Date::class);
- $this->end_date = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/MediaItem.php b/vendor/google/photos-library/src/Google/Photos/Types/MediaItem.php
deleted file mode 100644
index 9544b9ea4..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/MediaItem.php
+++ /dev/null
@@ -1,345 +0,0 @@
-google.photos.types.MediaItem
- */
-class MediaItem extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifier for the media item. This is a persistent identifier that can be
- * used between sessions to identify this media item.
- *
- * Generated from protobuf field string id = 1;
- */
- private $id = '';
- /**
- * Description of the media item. This is shown to the user in the item's
- * info section in the Google Photos app.
- *
- * Generated from protobuf field string description = 2;
- */
- private $description = '';
- /**
- * Google Photos URL for the media item. This link is available to
- * the user only if they're signed in.
- *
- * Generated from protobuf field string product_url = 3;
- */
- private $product_url = '';
- /**
- * A URL to the media item's bytes. This shouldn't be used as is. Parameters
- * should be appended to this URL before use. See the [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example, `'=w2048-h1024'`
- * will set the dimensions of a media item of type photo to have a width of
- * 2048 px and height of 1024 px.
- *
- * Generated from protobuf field string base_url = 4;
- */
- private $base_url = '';
- /**
- * MIME type of the media item. For example, `image/jpeg`.
- *
- * Generated from protobuf field string mime_type = 5;
- */
- private $mime_type = '';
- /**
- * Metadata related to the media item, such as, height, width, or
- * creation time.
- *
- * Generated from protobuf field .google.photos.types.MediaMetadata media_metadata = 6;
- */
- private $media_metadata = null;
- /**
- * Information about the user who created this media item.
- *
- * Generated from protobuf field .google.photos.types.ContributorInfo contributor_info = 7;
- */
- private $contributor_info = null;
- /**
- * Filename of the media item. This is shown to the user in the item's info
- * section in the Google Photos app.
- *
- * Generated from protobuf field string filename = 8;
- */
- private $filename = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $id
- * Identifier for the media item. This is a persistent identifier that can be
- * used between sessions to identify this media item.
- * @type string $description
- * Description of the media item. This is shown to the user in the item's
- * info section in the Google Photos app.
- * @type string $product_url
- * Google Photos URL for the media item. This link is available to
- * the user only if they're signed in.
- * @type string $base_url
- * A URL to the media item's bytes. This shouldn't be used as is. Parameters
- * should be appended to this URL before use. See the [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example, `'=w2048-h1024'`
- * will set the dimensions of a media item of type photo to have a width of
- * 2048 px and height of 1024 px.
- * @type string $mime_type
- * MIME type of the media item. For example, `image/jpeg`.
- * @type \Google\Photos\Types\MediaMetadata $media_metadata
- * Metadata related to the media item, such as, height, width, or
- * creation time.
- * @type \Google\Photos\Types\ContributorInfo $contributor_info
- * Information about the user who created this media item.
- * @type string $filename
- * Filename of the media item. This is shown to the user in the item's info
- * section in the Google Photos app.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\MediaItem::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifier for the media item. This is a persistent identifier that can be
- * used between sessions to identify this media item.
- *
- * Generated from protobuf field string id = 1;
- * @return string
- */
- public function getId()
- {
- return $this->id;
- }
-
- /**
- * Identifier for the media item. This is a persistent identifier that can be
- * used between sessions to identify this media item.
- *
- * Generated from protobuf field string id = 1;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
- /**
- * Description of the media item. This is shown to the user in the item's
- * info section in the Google Photos app.
- *
- * Generated from protobuf field string description = 2;
- * @return string
- */
- public function getDescription()
- {
- return $this->description;
- }
-
- /**
- * Description of the media item. This is shown to the user in the item's
- * info section in the Google Photos app.
- *
- * Generated from protobuf field string description = 2;
- * @param string $var
- * @return $this
- */
- public function setDescription($var)
- {
- GPBUtil::checkString($var, True);
- $this->description = $var;
-
- return $this;
- }
-
- /**
- * Google Photos URL for the media item. This link is available to
- * the user only if they're signed in.
- *
- * Generated from protobuf field string product_url = 3;
- * @return string
- */
- public function getProductUrl()
- {
- return $this->product_url;
- }
-
- /**
- * Google Photos URL for the media item. This link is available to
- * the user only if they're signed in.
- *
- * Generated from protobuf field string product_url = 3;
- * @param string $var
- * @return $this
- */
- public function setProductUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->product_url = $var;
-
- return $this;
- }
-
- /**
- * A URL to the media item's bytes. This shouldn't be used as is. Parameters
- * should be appended to this URL before use. See the [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example, `'=w2048-h1024'`
- * will set the dimensions of a media item of type photo to have a width of
- * 2048 px and height of 1024 px.
- *
- * Generated from protobuf field string base_url = 4;
- * @return string
- */
- public function getBaseUrl()
- {
- return $this->base_url;
- }
-
- /**
- * A URL to the media item's bytes. This shouldn't be used as is. Parameters
- * should be appended to this URL before use. See the [developer
- * documentation](https://developers.google.com/photos/library/guides/access-media-items#base-urls)
- * for a complete list of supported parameters. For example, `'=w2048-h1024'`
- * will set the dimensions of a media item of type photo to have a width of
- * 2048 px and height of 1024 px.
- *
- * Generated from protobuf field string base_url = 4;
- * @param string $var
- * @return $this
- */
- public function setBaseUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->base_url = $var;
-
- return $this;
- }
-
- /**
- * MIME type of the media item. For example, `image/jpeg`.
- *
- * Generated from protobuf field string mime_type = 5;
- * @return string
- */
- public function getMimeType()
- {
- return $this->mime_type;
- }
-
- /**
- * MIME type of the media item. For example, `image/jpeg`.
- *
- * Generated from protobuf field string mime_type = 5;
- * @param string $var
- * @return $this
- */
- public function setMimeType($var)
- {
- GPBUtil::checkString($var, True);
- $this->mime_type = $var;
-
- return $this;
- }
-
- /**
- * Metadata related to the media item, such as, height, width, or
- * creation time.
- *
- * Generated from protobuf field .google.photos.types.MediaMetadata media_metadata = 6;
- * @return \Google\Photos\Types\MediaMetadata
- */
- public function getMediaMetadata()
- {
- return $this->media_metadata;
- }
-
- /**
- * Metadata related to the media item, such as, height, width, or
- * creation time.
- *
- * Generated from protobuf field .google.photos.types.MediaMetadata media_metadata = 6;
- * @param \Google\Photos\Types\MediaMetadata $var
- * @return $this
- */
- public function setMediaMetadata($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\MediaMetadata::class);
- $this->media_metadata = $var;
-
- return $this;
- }
-
- /**
- * Information about the user who created this media item.
- *
- * Generated from protobuf field .google.photos.types.ContributorInfo contributor_info = 7;
- * @return \Google\Photos\Types\ContributorInfo
- */
- public function getContributorInfo()
- {
- return $this->contributor_info;
- }
-
- /**
- * Information about the user who created this media item.
- *
- * Generated from protobuf field .google.photos.types.ContributorInfo contributor_info = 7;
- * @param \Google\Photos\Types\ContributorInfo $var
- * @return $this
- */
- public function setContributorInfo($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\ContributorInfo::class);
- $this->contributor_info = $var;
-
- return $this;
- }
-
- /**
- * Filename of the media item. This is shown to the user in the item's info
- * section in the Google Photos app.
- *
- * Generated from protobuf field string filename = 8;
- * @return string
- */
- public function getFilename()
- {
- return $this->filename;
- }
-
- /**
- * Filename of the media item. This is shown to the user in the item's info
- * section in the Google Photos app.
- *
- * Generated from protobuf field string filename = 8;
- * @param string $var
- * @return $this
- */
- public function setFilename($var)
- {
- GPBUtil::checkString($var, True);
- $this->filename = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/MediaMetadata.php b/vendor/google/photos-library/src/Google/Photos/Types/MediaMetadata.php
deleted file mode 100644
index 8007373cc..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/MediaMetadata.php
+++ /dev/null
@@ -1,204 +0,0 @@
-google.photos.types.MediaMetadata
- */
-class MediaMetadata extends \Google\Protobuf\Internal\Message
-{
- /**
- * Time when the media item was first created (not when it was uploaded to
- * Google Photos).
- *
- * Generated from protobuf field .google.protobuf.Timestamp creation_time = 1;
- */
- private $creation_time = null;
- /**
- * Original width (in pixels) of the media item.
- *
- * Generated from protobuf field int64 width = 2;
- */
- private $width = 0;
- /**
- * Original height (in pixels) of the media item.
- *
- * Generated from protobuf field int64 height = 3;
- */
- private $height = 0;
- protected $metadata;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Timestamp $creation_time
- * Time when the media item was first created (not when it was uploaded to
- * Google Photos).
- * @type int|string $width
- * Original width (in pixels) of the media item.
- * @type int|string $height
- * Original height (in pixels) of the media item.
- * @type \Google\Photos\Types\Photo $photo
- * Metadata for a photo media type.
- * @type \Google\Photos\Types\Video $video
- * Metadata for a video media type.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\MediaItem::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Time when the media item was first created (not when it was uploaded to
- * Google Photos).
- *
- * Generated from protobuf field .google.protobuf.Timestamp creation_time = 1;
- * @return \Google\Protobuf\Timestamp
- */
- public function getCreationTime()
- {
- return $this->creation_time;
- }
-
- /**
- * Time when the media item was first created (not when it was uploaded to
- * Google Photos).
- *
- * Generated from protobuf field .google.protobuf.Timestamp creation_time = 1;
- * @param \Google\Protobuf\Timestamp $var
- * @return $this
- */
- public function setCreationTime($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
- $this->creation_time = $var;
-
- return $this;
- }
-
- /**
- * Original width (in pixels) of the media item.
- *
- * Generated from protobuf field int64 width = 2;
- * @return int|string
- */
- public function getWidth()
- {
- return $this->width;
- }
-
- /**
- * Original width (in pixels) of the media item.
- *
- * Generated from protobuf field int64 width = 2;
- * @param int|string $var
- * @return $this
- */
- public function setWidth($var)
- {
- GPBUtil::checkInt64($var);
- $this->width = $var;
-
- return $this;
- }
-
- /**
- * Original height (in pixels) of the media item.
- *
- * Generated from protobuf field int64 height = 3;
- * @return int|string
- */
- public function getHeight()
- {
- return $this->height;
- }
-
- /**
- * Original height (in pixels) of the media item.
- *
- * Generated from protobuf field int64 height = 3;
- * @param int|string $var
- * @return $this
- */
- public function setHeight($var)
- {
- GPBUtil::checkInt64($var);
- $this->height = $var;
-
- return $this;
- }
-
- /**
- * Metadata for a photo media type.
- *
- * Generated from protobuf field .google.photos.types.Photo photo = 6;
- * @return \Google\Photos\Types\Photo
- */
- public function getPhoto()
- {
- return $this->readOneof(6);
- }
-
- /**
- * Metadata for a photo media type.
- *
- * Generated from protobuf field .google.photos.types.Photo photo = 6;
- * @param \Google\Photos\Types\Photo $var
- * @return $this
- */
- public function setPhoto($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\Photo::class);
- $this->writeOneof(6, $var);
-
- return $this;
- }
-
- /**
- * Metadata for a video media type.
- *
- * Generated from protobuf field .google.photos.types.Video video = 7;
- * @return \Google\Photos\Types\Video
- */
- public function getVideo()
- {
- return $this->readOneof(7);
- }
-
- /**
- * Metadata for a video media type.
- *
- * Generated from protobuf field .google.photos.types.Video video = 7;
- * @param \Google\Photos\Types\Video $var
- * @return $this
- */
- public function setVideo($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\Video::class);
- $this->writeOneof(7, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getMetadata()
- {
- return $this->whichOneof("metadata");
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/Photo.php b/vendor/google/photos-library/src/Google/Photos/Types/Photo.php
deleted file mode 100644
index 928474b73..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/Photo.php
+++ /dev/null
@@ -1,238 +0,0 @@
-google.photos.types.Photo
- */
-class Photo extends \Google\Protobuf\Internal\Message
-{
- /**
- * Brand of the camera with which the photo was taken.
- *
- * Generated from protobuf field string camera_make = 1;
- */
- private $camera_make = '';
- /**
- * Model of the camera with which the photo was taken.
- *
- * Generated from protobuf field string camera_model = 2;
- */
- private $camera_model = '';
- /**
- * Focal length of the camera lens with which the photo was taken.
- *
- * Generated from protobuf field float focal_length = 3;
- */
- private $focal_length = 0.0;
- /**
- * Aperture f number of the camera lens with which the photo was taken.
- *
- * Generated from protobuf field float aperture_f_number = 4;
- */
- private $aperture_f_number = 0.0;
- /**
- * ISO of the camera with which the photo was taken.
- *
- * Generated from protobuf field int32 iso_equivalent = 5;
- */
- private $iso_equivalent = 0;
- /**
- * Exposure time of the camera aperture when the photo was taken.
- *
- * Generated from protobuf field .google.protobuf.Duration exposure_time = 6;
- */
- private $exposure_time = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $camera_make
- * Brand of the camera with which the photo was taken.
- * @type string $camera_model
- * Model of the camera with which the photo was taken.
- * @type float $focal_length
- * Focal length of the camera lens with which the photo was taken.
- * @type float $aperture_f_number
- * Aperture f number of the camera lens with which the photo was taken.
- * @type int $iso_equivalent
- * ISO of the camera with which the photo was taken.
- * @type \Google\Protobuf\Duration $exposure_time
- * Exposure time of the camera aperture when the photo was taken.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\MediaItem::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Brand of the camera with which the photo was taken.
- *
- * Generated from protobuf field string camera_make = 1;
- * @return string
- */
- public function getCameraMake()
- {
- return $this->camera_make;
- }
-
- /**
- * Brand of the camera with which the photo was taken.
- *
- * Generated from protobuf field string camera_make = 1;
- * @param string $var
- * @return $this
- */
- public function setCameraMake($var)
- {
- GPBUtil::checkString($var, True);
- $this->camera_make = $var;
-
- return $this;
- }
-
- /**
- * Model of the camera with which the photo was taken.
- *
- * Generated from protobuf field string camera_model = 2;
- * @return string
- */
- public function getCameraModel()
- {
- return $this->camera_model;
- }
-
- /**
- * Model of the camera with which the photo was taken.
- *
- * Generated from protobuf field string camera_model = 2;
- * @param string $var
- * @return $this
- */
- public function setCameraModel($var)
- {
- GPBUtil::checkString($var, True);
- $this->camera_model = $var;
-
- return $this;
- }
-
- /**
- * Focal length of the camera lens with which the photo was taken.
- *
- * Generated from protobuf field float focal_length = 3;
- * @return float
- */
- public function getFocalLength()
- {
- return $this->focal_length;
- }
-
- /**
- * Focal length of the camera lens with which the photo was taken.
- *
- * Generated from protobuf field float focal_length = 3;
- * @param float $var
- * @return $this
- */
- public function setFocalLength($var)
- {
- GPBUtil::checkFloat($var);
- $this->focal_length = $var;
-
- return $this;
- }
-
- /**
- * Aperture f number of the camera lens with which the photo was taken.
- *
- * Generated from protobuf field float aperture_f_number = 4;
- * @return float
- */
- public function getApertureFNumber()
- {
- return $this->aperture_f_number;
- }
-
- /**
- * Aperture f number of the camera lens with which the photo was taken.
- *
- * Generated from protobuf field float aperture_f_number = 4;
- * @param float $var
- * @return $this
- */
- public function setApertureFNumber($var)
- {
- GPBUtil::checkFloat($var);
- $this->aperture_f_number = $var;
-
- return $this;
- }
-
- /**
- * ISO of the camera with which the photo was taken.
- *
- * Generated from protobuf field int32 iso_equivalent = 5;
- * @return int
- */
- public function getIsoEquivalent()
- {
- return $this->iso_equivalent;
- }
-
- /**
- * ISO of the camera with which the photo was taken.
- *
- * Generated from protobuf field int32 iso_equivalent = 5;
- * @param int $var
- * @return $this
- */
- public function setIsoEquivalent($var)
- {
- GPBUtil::checkInt32($var);
- $this->iso_equivalent = $var;
-
- return $this;
- }
-
- /**
- * Exposure time of the camera aperture when the photo was taken.
- *
- * Generated from protobuf field .google.protobuf.Duration exposure_time = 6;
- * @return \Google\Protobuf\Duration
- */
- public function getExposureTime()
- {
- return $this->exposure_time;
- }
-
- /**
- * Exposure time of the camera aperture when the photo was taken.
- *
- * Generated from protobuf field .google.protobuf.Duration exposure_time = 6;
- * @param \Google\Protobuf\Duration $var
- * @return $this
- */
- public function setExposureTime($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class);
- $this->exposure_time = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/ShareInfo.php b/vendor/google/photos-library/src/Google/Photos/Types/ShareInfo.php
deleted file mode 100644
index bde1d96d3..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/ShareInfo.php
+++ /dev/null
@@ -1,220 +0,0 @@
-google.photos.types.ShareInfo
- */
-class ShareInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * Options that control the sharing of an album.
- *
- * Generated from protobuf field .google.photos.types.SharedAlbumOptions shared_album_options = 1;
- */
- private $shared_album_options = null;
- /**
- * A link to the album that's now shared on the Google Photos website and app.
- * Anyone with the link can access this shared album and see all of the items
- * present in the album.
- *
- * Generated from protobuf field string shareable_url = 2;
- */
- private $shareable_url = '';
- /**
- * A token that can be used by other users to join this shared album via the
- * API.
- *
- * Generated from protobuf field string share_token = 3;
- */
- private $share_token = '';
- /**
- * True if the user has joined the album. This is always true for the owner
- * of the shared album.
- *
- * Generated from protobuf field bool is_joined = 4;
- */
- private $is_joined = false;
- /**
- * True if the user owns the album.
- *
- * Generated from protobuf field bool is_owned = 5;
- */
- private $is_owned = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Photos\Types\SharedAlbumOptions $shared_album_options
- * Options that control the sharing of an album.
- * @type string $shareable_url
- * A link to the album that's now shared on the Google Photos website and app.
- * Anyone with the link can access this shared album and see all of the items
- * present in the album.
- * @type string $share_token
- * A token that can be used by other users to join this shared album via the
- * API.
- * @type bool $is_joined
- * True if the user has joined the album. This is always true for the owner
- * of the shared album.
- * @type bool $is_owned
- * True if the user owns the album.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\Album::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Options that control the sharing of an album.
- *
- * Generated from protobuf field .google.photos.types.SharedAlbumOptions shared_album_options = 1;
- * @return \Google\Photos\Types\SharedAlbumOptions
- */
- public function getSharedAlbumOptions()
- {
- return $this->shared_album_options;
- }
-
- /**
- * Options that control the sharing of an album.
- *
- * Generated from protobuf field .google.photos.types.SharedAlbumOptions shared_album_options = 1;
- * @param \Google\Photos\Types\SharedAlbumOptions $var
- * @return $this
- */
- public function setSharedAlbumOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Photos\Types\SharedAlbumOptions::class);
- $this->shared_album_options = $var;
-
- return $this;
- }
-
- /**
- * A link to the album that's now shared on the Google Photos website and app.
- * Anyone with the link can access this shared album and see all of the items
- * present in the album.
- *
- * Generated from protobuf field string shareable_url = 2;
- * @return string
- */
- public function getShareableUrl()
- {
- return $this->shareable_url;
- }
-
- /**
- * A link to the album that's now shared on the Google Photos website and app.
- * Anyone with the link can access this shared album and see all of the items
- * present in the album.
- *
- * Generated from protobuf field string shareable_url = 2;
- * @param string $var
- * @return $this
- */
- public function setShareableUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->shareable_url = $var;
-
- return $this;
- }
-
- /**
- * A token that can be used by other users to join this shared album via the
- * API.
- *
- * Generated from protobuf field string share_token = 3;
- * @return string
- */
- public function getShareToken()
- {
- return $this->share_token;
- }
-
- /**
- * A token that can be used by other users to join this shared album via the
- * API.
- *
- * Generated from protobuf field string share_token = 3;
- * @param string $var
- * @return $this
- */
- public function setShareToken($var)
- {
- GPBUtil::checkString($var, True);
- $this->share_token = $var;
-
- return $this;
- }
-
- /**
- * True if the user has joined the album. This is always true for the owner
- * of the shared album.
- *
- * Generated from protobuf field bool is_joined = 4;
- * @return bool
- */
- public function getIsJoined()
- {
- return $this->is_joined;
- }
-
- /**
- * True if the user has joined the album. This is always true for the owner
- * of the shared album.
- *
- * Generated from protobuf field bool is_joined = 4;
- * @param bool $var
- * @return $this
- */
- public function setIsJoined($var)
- {
- GPBUtil::checkBool($var);
- $this->is_joined = $var;
-
- return $this;
- }
-
- /**
- * True if the user owns the album.
- *
- * Generated from protobuf field bool is_owned = 5;
- * @return bool
- */
- public function getIsOwned()
- {
- return $this->is_owned;
- }
-
- /**
- * True if the user owns the album.
- *
- * Generated from protobuf field bool is_owned = 5;
- * @param bool $var
- * @return $this
- */
- public function setIsOwned($var)
- {
- GPBUtil::checkBool($var);
- $this->is_owned = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/SharedAlbumOptions.php b/vendor/google/photos-library/src/Google/Photos/Types/SharedAlbumOptions.php
deleted file mode 100644
index 5bfb40991..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/SharedAlbumOptions.php
+++ /dev/null
@@ -1,109 +0,0 @@
-google.photos.types.SharedAlbumOptions
- */
-class SharedAlbumOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * True if the shared album allows collaborators (users who have joined
- * the album) to add media items to it. Defaults to false.
- *
- * Generated from protobuf field bool is_collaborative = 1;
- */
- private $is_collaborative = false;
- /**
- * True if the shared album allows the owner and the collaborators (users
- * who have joined the album) to add comments to the album. Defaults to false.
- *
- * Generated from protobuf field bool is_commentable = 2;
- */
- private $is_commentable = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $is_collaborative
- * True if the shared album allows collaborators (users who have joined
- * the album) to add media items to it. Defaults to false.
- * @type bool $is_commentable
- * True if the shared album allows the owner and the collaborators (users
- * who have joined the album) to add comments to the album. Defaults to false.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\Album::initOnce();
- parent::__construct($data);
- }
-
- /**
- * True if the shared album allows collaborators (users who have joined
- * the album) to add media items to it. Defaults to false.
- *
- * Generated from protobuf field bool is_collaborative = 1;
- * @return bool
- */
- public function getIsCollaborative()
- {
- return $this->is_collaborative;
- }
-
- /**
- * True if the shared album allows collaborators (users who have joined
- * the album) to add media items to it. Defaults to false.
- *
- * Generated from protobuf field bool is_collaborative = 1;
- * @param bool $var
- * @return $this
- */
- public function setIsCollaborative($var)
- {
- GPBUtil::checkBool($var);
- $this->is_collaborative = $var;
-
- return $this;
- }
-
- /**
- * True if the shared album allows the owner and the collaborators (users
- * who have joined the album) to add comments to the album. Defaults to false.
- *
- * Generated from protobuf field bool is_commentable = 2;
- * @return bool
- */
- public function getIsCommentable()
- {
- return $this->is_commentable;
- }
-
- /**
- * True if the shared album allows the owner and the collaborators (users
- * who have joined the album) to add comments to the album. Defaults to false.
- *
- * Generated from protobuf field bool is_commentable = 2;
- * @param bool $var
- * @return $this
- */
- public function setIsCommentable($var)
- {
- GPBUtil::checkBool($var);
- $this->is_commentable = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/Video.php b/vendor/google/photos-library/src/Google/Photos/Types/Video.php
deleted file mode 100644
index 51d4f208b..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/Video.php
+++ /dev/null
@@ -1,170 +0,0 @@
-google.photos.types.Video
- */
-class Video extends \Google\Protobuf\Internal\Message
-{
- /**
- * Brand of the camera with which the video was taken.
- *
- * Generated from protobuf field string camera_make = 1;
- */
- private $camera_make = '';
- /**
- * Model of the camera with which the video was taken.
- *
- * Generated from protobuf field string camera_model = 2;
- */
- private $camera_model = '';
- /**
- * Frame rate of the video.
- *
- * Generated from protobuf field double fps = 3;
- */
- private $fps = 0.0;
- /**
- * Processing status of the video.
- *
- * Generated from protobuf field .google.photos.types.VideoProcessingStatus status = 4;
- */
- private $status = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $camera_make
- * Brand of the camera with which the video was taken.
- * @type string $camera_model
- * Model of the camera with which the video was taken.
- * @type float $fps
- * Frame rate of the video.
- * @type int $status
- * Processing status of the video.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Photos\Types\MediaItem::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Brand of the camera with which the video was taken.
- *
- * Generated from protobuf field string camera_make = 1;
- * @return string
- */
- public function getCameraMake()
- {
- return $this->camera_make;
- }
-
- /**
- * Brand of the camera with which the video was taken.
- *
- * Generated from protobuf field string camera_make = 1;
- * @param string $var
- * @return $this
- */
- public function setCameraMake($var)
- {
- GPBUtil::checkString($var, True);
- $this->camera_make = $var;
-
- return $this;
- }
-
- /**
- * Model of the camera with which the video was taken.
- *
- * Generated from protobuf field string camera_model = 2;
- * @return string
- */
- public function getCameraModel()
- {
- return $this->camera_model;
- }
-
- /**
- * Model of the camera with which the video was taken.
- *
- * Generated from protobuf field string camera_model = 2;
- * @param string $var
- * @return $this
- */
- public function setCameraModel($var)
- {
- GPBUtil::checkString($var, True);
- $this->camera_model = $var;
-
- return $this;
- }
-
- /**
- * Frame rate of the video.
- *
- * Generated from protobuf field double fps = 3;
- * @return float
- */
- public function getFps()
- {
- return $this->fps;
- }
-
- /**
- * Frame rate of the video.
- *
- * Generated from protobuf field double fps = 3;
- * @param float $var
- * @return $this
- */
- public function setFps($var)
- {
- GPBUtil::checkDouble($var);
- $this->fps = $var;
-
- return $this;
- }
-
- /**
- * Processing status of the video.
- *
- * Generated from protobuf field .google.photos.types.VideoProcessingStatus status = 4;
- * @return int
- */
- public function getStatus()
- {
- return $this->status;
- }
-
- /**
- * Processing status of the video.
- *
- * Generated from protobuf field .google.photos.types.VideoProcessingStatus status = 4;
- * @param int $var
- * @return $this
- */
- public function setStatus($var)
- {
- GPBUtil::checkEnum($var, \Google\Photos\Types\VideoProcessingStatus::class);
- $this->status = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/photos-library/src/Google/Photos/Types/VideoProcessingStatus.php b/vendor/google/photos-library/src/Google/Photos/Types/VideoProcessingStatus.php
deleted file mode 100644
index fb853eee9..000000000
--- a/vendor/google/photos-library/src/Google/Photos/Types/VideoProcessingStatus.php
+++ /dev/null
@@ -1,69 +0,0 @@
-google.photos.types.VideoProcessingStatus
- */
-class VideoProcessingStatus
-{
- /**
- * Video processing status is unknown.
- *
- * Generated from protobuf enum UNSPECIFIED = 0;
- */
- const UNSPECIFIED = 0;
- /**
- * Video is being processed. The user sees an icon for this
- * video in the Google Photos app; however, it isn't playable yet.
- *
- * Generated from protobuf enum PROCESSING = 1;
- */
- const PROCESSING = 1;
- /**
- * Video processing is complete and it is now ready for viewing.
- *
- * Generated from protobuf enum READY = 2;
- */
- const READY = 2;
- /**
- * Something has gone wrong and the video has failed to process.
- *
- * Generated from protobuf enum FAILED = 3;
- */
- const FAILED = 3;
-
- private static $valueToName = [
- self::UNSPECIFIED => 'UNSPECIFIED',
- self::PROCESSING => 'PROCESSING',
- self::READY => 'READY',
- self::FAILED => 'FAILED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/photos-library/tests/Unit/V1/FiltersBuilderTest.php b/vendor/google/photos-library/tests/Unit/V1/FiltersBuilderTest.php
deleted file mode 100644
index d1490fcb2..000000000
--- a/vendor/google/photos-library/tests/Unit/V1/FiltersBuilderTest.php
+++ /dev/null
@@ -1,176 +0,0 @@
-setYear(2018)->setDay(21)->setMonth(2);
- $startDate = (new Date())->setYear(2013);
- $endDate = (new Date())->setYear(2016);
-
- $filters = FiltersBuilder::construct()
- ->setMediaType(MediaType::VIDEO)
- ->addIncludedCategory(ContentCategory::CITYSCAPES)
- ->addIncludedCategory(ContentCategory::LANDSCAPES)
- ->addExcludedCategory(ContentCategory::SELFIES)
- ->addExcludedCategory(ContentCategory::LANDMARKS)
- ->addDate($date)
- ->addDateRange($startDate, $endDate)
- ->setIncludeArchivedMedia(true)
- ->build();
-
- $this->assertEquals(
- MediaType::VIDEO,
- $filters->getMediaTypeFilter()->getMediaTypes()->offsetGet(0)
- );
- $this->assertContains(
- ContentCategory::CITYSCAPES,
- $filters->getContentFilter()->getIncludedContentCategories()->getIterator()
- );
- $this->assertContains(
- ContentCategory::LANDSCAPES,
- $filters->getContentFilter()->getIncludedContentCategories()->getIterator()
- );
- $this->assertContains(
- ContentCategory::SELFIES,
- $filters->getContentFilter()->getExcludedContentCategories()->getIterator()
- );
- $this->assertContains(
- ContentCategory::LANDMARKS,
- $filters->getContentFilter()->getExcludedContentCategories()->getIterator()
- );
- $this->assertContains($date, $filters->getDateFilter()->getDates()->getIterator());
- $this->assertEquals(
- $startDate,
- $filters->getDateFilter()->getRanges()->offsetGet(0)->getStartDate()
- );
- $this->assertEquals(
- $endDate,
- $filters->getDateFilter()->getRanges()->offsetGet(0)->getEndDate()
- );
- $this->assertTrue($filters->getIncludeArchivedMedia());
- }
-
- public function testAddInvalidIncludedCategory()
- {
- $this->expectException(\UnexpectedValueException::class);
- FiltersBuilder::construct()
- ->addIncludedCategoryFromString("not a category");
- }
-
- public function testAddIncludedCategoryFromString()
- {
- $filters = FiltersBuilder::construct()
- ->addIncludedCategoryFromString("LANDSCAPES")->build();
-
- $this->assertContains(
- ContentCategory::LANDSCAPES,
- $filters->getContentFilter()->getIncludedContentCategories()->getIterator()
- );
- }
-
- public function testAddInvalidIncludedFeature()
- {
- $this->expectException(\UnexpectedValueException::class);
- FiltersBuilder::construct()
- ->addIncludedFeatureFromString("not a feature");
- }
-
- public function testAddIncludedFeatureFromString()
- {
- $filters = FiltersBuilder::construct()
- ->addIncludedFeatureFromString("FAVORITES")->build();
-
- $this->assertContains(
- Feature::FAVORITES,
- $filters->getFeatureFilter()->getIncludedFeatures()->getIterator()
- );
- }
-
- public function testAddInvalidExcludedCategory()
- {
- $this->expectException(\UnexpectedValueException::class);
- FiltersBuilder::construct()
- ->addExcludedCategoryFromString("not a category");
- }
-
- public function testAddExcludedCategoryFromString()
- {
- $filters = FiltersBuilder::construct()
- ->addExcludedCategoryFromString("LANDSCAPES")->build();
-
- $this->assertContains(
- ContentCategory::LANDSCAPES,
- $filters->getContentFilter()->getExcludedContentCategories()->getIterator()
- );
- }
-
- public function testAddDateFromDateTime()
- {
- $dateTime = new DateTime("2005-12-03");
- $expectedDate = (new Date())->setYear(2005)->setMonth(12)->setDay(3);
-
- $filters = FiltersBuilder::construct()->addDateFromDateTime($dateTime)->build();
- $actualDate = $filters->getDateFilter()->getDates()->offsetGet(0);
-
- $this->assertProtobufEquals($expectedDate, $actualDate);
- }
-
- public function testAddDateRangeFromDateTimes()
- {
- $startDateTime = new DateTime("2005-12-03");
- $expectedStartDate = (new Date())->setYear(2005)->setMonth(12)->setDay(3);
- $endDateTime = new DateTime("2008-03-05");
- $expectedEndDate = (new Date())->setYear(2008)->setMonth(3)->setDay(5);
-
- $filters = FiltersBuilder::construct()
- ->addDateRangeFromDateTime($startDateTime, $endDateTime)->build();
- $actualStartDate =
- $filters->getDateFilter()->getRanges()->offsetGet(0)->getStartDate();
- $actualEndDate = $filters->getDateFilter()->getRanges()->offsetGet(0)->getEndDate();
-
- $this->assertProtobufEquals($expectedStartDate, $actualStartDate);
- $this->assertProtobufEquals($expectedEndDate, $actualEndDate);
- }
-
- public function testAddInvalidMediaType()
- {
- $this->expectException(\UnexpectedValueException::class);
- FiltersBuilder::construct()->setMediaTypeFromString("not a media type");
- }
-
- public function testAddMediaTypeFromString()
- {
- $filters = FiltersBuilder::construct()->setMediaTypeFromString("PHOTO")->build();
-
- $this->assertEquals(
- MediaType::PHOTO,
- $filters->getMediaTypeFilter()->getMediaTypes()->offsetGet(0)
- );
- }
-}
diff --git a/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryClientTest.php b/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryClientTest.php
deleted file mode 100644
index 07576c919..000000000
--- a/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryClientTest.php
+++ /dev/null
@@ -1,1363 +0,0 @@
-getMockBuilder(CredentialsWrapper::class)
- ->disableOriginalConstructor()
- ->getMock();
- }
-
- /**
- * @return PhotosLibraryClient
- */
- private function createClient(array $options = [])
- {
- $options += [
- 'credentials' => $this->createCredentials(),
- ];
-
- return new PhotosLibraryClient($options);
- }
-
- /**
- * @test
- */
- public function createAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $id = 'id3355';
- $title = 'title110371416';
- $productUrl = 'productUrl-1491291617';
- $isWriteable = true;
- $mediaItemsCount = 927196149;
- $coverPhotoBaseUrl = 'coverPhotoBaseUrl145443830';
- $coverPhotoMediaItemId = 'coverPhotoMediaItemId840621207';
- $expectedResponse = new Album();
- $expectedResponse->setId($id);
- $expectedResponse->setTitle($title);
- $expectedResponse->setProductUrl($productUrl);
- $expectedResponse->setIsWriteable($isWriteable);
- $expectedResponse->setMediaItemsCount($mediaItemsCount);
- $expectedResponse->setCoverPhotoBaseUrl($coverPhotoBaseUrl);
- $expectedResponse->setCoverPhotoMediaItemId($coverPhotoMediaItemId);
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $album = new Album();
-
- $response = $client->createAlbum($album);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/CreateAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbum();
-
- $this->assertProtobufEquals($album, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function createAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $album = new Album();
-
- try {
- $client->createAlbum($album);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchCreateMediaItemsTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new BatchCreateMediaItemsResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $newMediaItems = [];
-
- $response = $client->batchCreateMediaItems($newMediaItems);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/BatchCreateMediaItems', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getNewMediaItems();
-
- $this->assertProtobufEquals($newMediaItems, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchCreateMediaItemsExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $newMediaItems = [];
-
- try {
- $client->batchCreateMediaItems($newMediaItems);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchAddMediaItemsToAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new BatchAddMediaItemsToAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $albumId = 'albumId1532078315';
- $mediaItemIds = [];
-
- $response = $client->batchAddMediaItemsToAlbum($albumId, $mediaItemIds);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/BatchAddMediaItemsToAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbumId();
-
- $this->assertProtobufEquals($albumId, $actualValue);
- $actualValue = $actualRequestObject->getMediaItemIds();
-
- $this->assertProtobufEquals($mediaItemIds, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchAddMediaItemsToAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $albumId = 'albumId1532078315';
- $mediaItemIds = [];
-
- try {
- $client->batchAddMediaItemsToAlbum($albumId, $mediaItemIds);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function searchMediaItemsTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $nextPageToken = '';
- $mediaItemsElement = new MediaItem();
- $mediaItems = [$mediaItemsElement];
- $expectedResponse = new SearchMediaItemsResponse();
- $expectedResponse->setNextPageToken($nextPageToken);
- $expectedResponse->setMediaItems($mediaItems);
- $transport->addResponse($expectedResponse);
-
- $response = $client->searchMediaItems();
- $this->assertEquals($expectedResponse, $response->getPage()->getResponseObject());
- $resources = iterator_to_array($response->iterateAllElements());
- $this->assertSame(1, count($resources));
- $this->assertEquals($expectedResponse->getMediaItems()[0], $resources[0]);
-
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/SearchMediaItems', $actualFuncCall);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function searchMediaItemsExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- try {
- $client->searchMediaItems();
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function listMediaItemsTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $nextPageToken = '';
- $mediaItemsElement = new MediaItem();
- $mediaItems = [$mediaItemsElement];
- $expectedResponse = new ListMediaItemsResponse();
- $expectedResponse->setNextPageToken($nextPageToken);
- $expectedResponse->setMediaItems($mediaItems);
- $transport->addResponse($expectedResponse);
-
- $response = $client->listMediaItems();
- $this->assertEquals($expectedResponse, $response->getPage()->getResponseObject());
- $resources = iterator_to_array($response->iterateAllElements());
- $this->assertSame(1, count($resources));
- $this->assertEquals($expectedResponse->getMediaItems()[0], $resources[0]);
-
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/ListMediaItems', $actualFuncCall);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function listMediaItemsExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- try {
- $client->listMediaItems();
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function getMediaItemTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $id = 'id3355';
- $description = 'description-1724546052';
- $productUrl = 'productUrl-1491291617';
- $baseUrl = 'baseUrl-1721160959';
- $mimeType = 'mimeType-196041627';
- $filename = 'filename-734768633';
- $expectedResponse = new MediaItem();
- $expectedResponse->setId($id);
- $expectedResponse->setDescription($description);
- $expectedResponse->setProductUrl($productUrl);
- $expectedResponse->setBaseUrl($baseUrl);
- $expectedResponse->setMimeType($mimeType);
- $expectedResponse->setFilename($filename);
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $mediaItemId = 'mediaItemId720743532';
-
- $response = $client->getMediaItem($mediaItemId);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/GetMediaItem', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getMediaItemId();
-
- $this->assertProtobufEquals($mediaItemId, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function getMediaItemExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $mediaItemId = 'mediaItemId720743532';
-
- try {
- $client->getMediaItem($mediaItemId);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchGetMediaItemsTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new BatchGetMediaItemsResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $mediaItemIds = [];
-
- $response = $client->batchGetMediaItems($mediaItemIds);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/BatchGetMediaItems', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getMediaItemIds();
-
- $this->assertProtobufEquals($mediaItemIds, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchGetMediaItemsExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $mediaItemIds = [];
-
- try {
- $client->batchGetMediaItems($mediaItemIds);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function listAlbumsTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $nextPageToken = '';
- $albumsElement = new Album();
- $albums = [$albumsElement];
- $expectedResponse = new ListAlbumsResponse();
- $expectedResponse->setNextPageToken($nextPageToken);
- $expectedResponse->setAlbums($albums);
- $transport->addResponse($expectedResponse);
-
- $response = $client->listAlbums();
- $this->assertEquals($expectedResponse, $response->getPage()->getResponseObject());
- $resources = iterator_to_array($response->iterateAllElements());
- $this->assertSame(1, count($resources));
- $this->assertEquals($expectedResponse->getAlbums()[0], $resources[0]);
-
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/ListAlbums', $actualFuncCall);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function listAlbumsExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- try {
- $client->listAlbums();
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function getAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $id = 'id3355';
- $title = 'title110371416';
- $productUrl = 'productUrl-1491291617';
- $isWriteable = true;
- $mediaItemsCount = 927196149;
- $coverPhotoBaseUrl = 'coverPhotoBaseUrl145443830';
- $coverPhotoMediaItemId = 'coverPhotoMediaItemId840621207';
- $expectedResponse = new Album();
- $expectedResponse->setId($id);
- $expectedResponse->setTitle($title);
- $expectedResponse->setProductUrl($productUrl);
- $expectedResponse->setIsWriteable($isWriteable);
- $expectedResponse->setMediaItemsCount($mediaItemsCount);
- $expectedResponse->setCoverPhotoBaseUrl($coverPhotoBaseUrl);
- $expectedResponse->setCoverPhotoMediaItemId($coverPhotoMediaItemId);
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $albumId = 'albumId1532078315';
-
- $response = $client->getAlbum($albumId);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/GetAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbumId();
-
- $this->assertProtobufEquals($albumId, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function getAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $albumId = 'albumId1532078315';
-
- try {
- $client->getAlbum($albumId);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function getSharedAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $id = 'id3355';
- $title = 'title110371416';
- $productUrl = 'productUrl-1491291617';
- $isWriteable = true;
- $mediaItemsCount = 927196149;
- $coverPhotoBaseUrl = 'coverPhotoBaseUrl145443830';
- $coverPhotoMediaItemId = 'coverPhotoMediaItemId840621207';
- $expectedResponse = new Album();
- $expectedResponse->setId($id);
- $expectedResponse->setTitle($title);
- $expectedResponse->setProductUrl($productUrl);
- $expectedResponse->setIsWriteable($isWriteable);
- $expectedResponse->setMediaItemsCount($mediaItemsCount);
- $expectedResponse->setCoverPhotoBaseUrl($coverPhotoBaseUrl);
- $expectedResponse->setCoverPhotoMediaItemId($coverPhotoMediaItemId);
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $shareToken = 'shareToken407816601';
-
- $response = $client->getSharedAlbum($shareToken);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/GetSharedAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getShareToken();
-
- $this->assertProtobufEquals($shareToken, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function getSharedAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $shareToken = 'shareToken407816601';
-
- try {
- $client->getSharedAlbum($shareToken);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function addEnrichmentToAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new AddEnrichmentToAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $albumId = 'albumId1532078315';
- $newEnrichmentItem = new NewEnrichmentItem();
- $albumPosition = new AlbumPosition();
-
- $response = $client->addEnrichmentToAlbum($albumId, $newEnrichmentItem, $albumPosition);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/AddEnrichmentToAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbumId();
-
- $this->assertProtobufEquals($albumId, $actualValue);
- $actualValue = $actualRequestObject->getNewEnrichmentItem();
-
- $this->assertProtobufEquals($newEnrichmentItem, $actualValue);
- $actualValue = $actualRequestObject->getAlbumPosition();
-
- $this->assertProtobufEquals($albumPosition, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function addEnrichmentToAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $albumId = 'albumId1532078315';
- $newEnrichmentItem = new NewEnrichmentItem();
- $albumPosition = new AlbumPosition();
-
- try {
- $client->addEnrichmentToAlbum($albumId, $newEnrichmentItem, $albumPosition);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function joinSharedAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new JoinSharedAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $shareToken = 'shareToken407816601';
-
- $response = $client->joinSharedAlbum($shareToken);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/JoinSharedAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getShareToken();
-
- $this->assertProtobufEquals($shareToken, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function joinSharedAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $shareToken = 'shareToken407816601';
-
- try {
- $client->joinSharedAlbum($shareToken);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function leaveSharedAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new LeaveSharedAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $shareToken = 'shareToken407816601';
-
- $response = $client->leaveSharedAlbum($shareToken);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/LeaveSharedAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getShareToken();
-
- $this->assertProtobufEquals($shareToken, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function leaveSharedAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $shareToken = 'shareToken407816601';
-
- try {
- $client->leaveSharedAlbum($shareToken);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function shareAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new ShareAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $albumId = 'albumId1532078315';
-
- $response = $client->shareAlbum($albumId);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/ShareAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbumId();
-
- $this->assertProtobufEquals($albumId, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function shareAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $albumId = 'albumId1532078315';
-
- try {
- $client->shareAlbum($albumId);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function listSharedAlbumsTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $nextPageToken = '';
- $sharedAlbumsElement = new Album();
- $sharedAlbums = [$sharedAlbumsElement];
- $expectedResponse = new ListSharedAlbumsResponse();
- $expectedResponse->setNextPageToken($nextPageToken);
- $expectedResponse->setSharedAlbums($sharedAlbums);
- $transport->addResponse($expectedResponse);
-
- $response = $client->listSharedAlbums();
- $this->assertEquals($expectedResponse, $response->getPage()->getResponseObject());
- $resources = iterator_to_array($response->iterateAllElements());
- $this->assertSame(1, count($resources));
- $this->assertEquals($expectedResponse->getSharedAlbums()[0], $resources[0]);
-
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/ListSharedAlbums', $actualFuncCall);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function listSharedAlbumsExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- try {
- $client->listSharedAlbums();
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function unshareAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new UnshareAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $albumId = 'albumId1532078315';
-
- $response = $client->unshareAlbum($albumId);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/UnshareAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbumId();
-
- $this->assertProtobufEquals($albumId, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function unshareAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $albumId = 'albumId1532078315';
-
- try {
- $client->unshareAlbum($albumId);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchRemoveMediaItemsFromAlbumTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- // Mock response
- $expectedResponse = new BatchRemoveMediaItemsFromAlbumResponse();
- $transport->addResponse($expectedResponse);
-
- // Mock request
- $albumId = 'albumId1532078315';
- $mediaItemIds = [];
-
- $response = $client->batchRemoveMediaItemsFromAlbum($albumId, $mediaItemIds);
- $this->assertEquals($expectedResponse, $response);
- $actualRequests = $transport->popReceivedCalls();
- $this->assertSame(1, count($actualRequests));
- $actualFuncCall = $actualRequests[0]->getFuncCall();
- $actualRequestObject = $actualRequests[0]->getRequestObject();
- $this->assertSame('/google.photos.library.v1.PhotosLibrary/BatchRemoveMediaItemsFromAlbum', $actualFuncCall);
-
- $actualValue = $actualRequestObject->getAlbumId();
-
- $this->assertProtobufEquals($albumId, $actualValue);
- $actualValue = $actualRequestObject->getMediaItemIds();
-
- $this->assertProtobufEquals($mediaItemIds, $actualValue);
-
- $this->assertTrue($transport->isExhausted());
- }
-
- /**
- * @test
- */
- public function batchRemoveMediaItemsFromAlbumExceptionTest()
- {
- $transport = $this->createTransport();
- $client = $this->createClient(['transport' => $transport]);
-
- $this->assertTrue($transport->isExhausted());
-
- $status = new stdClass();
- $status->code = Code::DATA_LOSS;
- $status->details = 'internal error';
-
- $expectedExceptionMessage = json_encode([
- 'message' => 'internal error',
- 'code' => Code::DATA_LOSS,
- 'status' => 'DATA_LOSS',
- 'details' => [],
- ], JSON_PRETTY_PRINT);
- $transport->addResponse(null, $status);
-
- // Mock request
- $albumId = 'albumId1532078315';
- $mediaItemIds = [];
-
- try {
- $client->batchRemoveMediaItemsFromAlbum($albumId, $mediaItemIds);
- // If the $client method call did not throw, fail the test
- $this->fail('Expected an ApiException, but no exception was thrown.');
- } catch (ApiException $ex) {
- $this->assertEquals($status->code, $ex->getCode());
- $this->assertEquals($expectedExceptionMessage, $ex->getMessage());
- }
-
- // Call popReceivedCalls to ensure the stub is exhausted
- $transport->popReceivedCalls();
- $this->assertTrue($transport->isExhausted());
- }
-}
diff --git a/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryClientWrapperTest.php b/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryClientWrapperTest.php
deleted file mode 100644
index e9c41cc6d..000000000
--- a/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryClientWrapperTest.php
+++ /dev/null
@@ -1,80 +0,0 @@
-mockCredentialsHandler = $this->getMockBuilder(CredentialsWrapper::class)
- ->disableOriginalConstructor()
- ->getMock();
- $this->mockTransport = new MockTransport();
- $this->mockHttpHandler = new MockHandler();
-
- $options = [
- 'credentials' => $this->mockCredentialsHandler,
- 'transport' => $this->mockTransport,
- 'httpClient' => new Client(['handler' => HandlerStack::create($this->mockHttpHandler)])
- ];
-
- $this->photosLibraryClient = new PhotosLibraryClient($options);
- }
-
- public function testUpload()
- {
- $this->mockHttpHandler->append(new Response(200, [], "upload token"));
- $this->mockCredentialsHandler->method('getBearerString')->willReturn('bearer string');
-
- $response = $this->photosLibraryClient->upload("some bytes", "my_file.png");
- $this->assertSame($response, "upload token");
-
- $request = $this->mockHttpHandler->getLastRequest();
- $this->assertSame("application/octet-stream", $request->getHeaderLine('Content-type'));
- $this->assertSame("my_file.png", $request->getHeaderLine('X-Goog-Upload-File-Name'));
- $this->assertSame("bearer string", $request->getHeaderLine('Authorization'));
- $this->assertSame("some bytes", (string) $request->getBody());
- }
-}
diff --git a/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryResourceFactoryTest.php b/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryResourceFactoryTest.php
deleted file mode 100644
index 78b78f6dd..000000000
--- a/vendor/google/photos-library/tests/Unit/V1/PhotosLibraryResourceFactoryTest.php
+++ /dev/null
@@ -1,177 +0,0 @@
-setTitle("a title");
-
- $actualAlbum = PhotosLibraryResourceFactory::album("a title");
-
- $this->assertProtobufEquals(
- $expectedAlbum,
- $actualAlbum
- );
- }
-
- public function testNewMediaItem()
- {
- $expectedSimpleMediaItem = new SimpleMediaItem();
- $expectedSimpleMediaItem->setUploadToken("upload token");
-
- $expectedNewMediaItem = new NewMediaItem();
- $expectedNewMediaItem->setSimpleMediaItem($expectedSimpleMediaItem);
-
- $actualNewMediaItem = PhotosLibraryResourceFactory::newMediaItem("upload token");
- $this->assertProtobufEquals(
- $expectedNewMediaItem,
- $actualNewMediaItem
- );
- }
-
- public function testNewMediaItemWithDescription()
- {
- $expectedSimpleMediaItem = new SimpleMediaItem();
- $expectedSimpleMediaItem->setUploadToken("upload token");
-
- $expectedNewMediaItem = new NewMediaItem();
- $expectedNewMediaItem->setSimpleMediaItem($expectedSimpleMediaItem);
- $expectedNewMediaItem->setDescription("this is a photo of a thing");
-
- $actualNewMediaItem = PhotosLibraryResourceFactory::newMediaItemWithDescription(
- "upload token",
- "this is a photo of a thing"
- );
-
- $this->assertProtobufEquals(
- $expectedNewMediaItem,
- $actualNewMediaItem
- );
- }
-
- public function testAlbumPositionAfterMediaItem()
- {
- $expectedAlbumPosition = new AlbumPosition();
- $expectedAlbumPosition->setPosition(PositionType::AFTER_MEDIA_ITEM);
- $expectedAlbumPosition->setRelativeMediaItemId("a media item");
-
- $actualAlbumPosition = PhotosLibraryResourceFactory::albumPositionAfterMediaItem("a media item");
-
- $this->assertProtobufEquals($expectedAlbumPosition, $actualAlbumPosition);
- }
-
- public function testAlbumPositionAfterEnrichmentItem()
- {
- $expectedAlbumPosition = new AlbumPosition();
- $expectedAlbumPosition->setPosition(PositionType::AFTER_ENRICHMENT_ITEM);
- $expectedAlbumPosition->setRelativeEnrichmentItemId("an enrichment item");
-
- $actualAlbumPosition = PhotosLibraryResourceFactory::albumPositionAfterEnrichmentItem(
- "an enrichment item"
- );
-
- $this->assertProtobufEquals(
- $expectedAlbumPosition,
- $actualAlbumPosition
- );
- }
-
- public function testNewEnrichmentItemWithText()
- {
- $expectedTextEnrichment = new TextEnrichment();
- $expectedTextEnrichment->setText("a text enrichment");
- $expectedNewEnrichmentItem = new NewEnrichmentItem();
- $expectedNewEnrichmentItem->setTextEnrichment($expectedTextEnrichment);
-
- $actualNewEnrichmentItem = PhotosLibraryResourceFactory::newEnrichmentItemWithText("a text enrichment");
-
- $this->assertProtobufEquals(
- $expectedNewEnrichmentItem,
- $actualNewEnrichmentItem
- );
- }
-
- public function testNewEnrichmentItemWithLocation()
- {
- $latlng = new LatLng();
- $latlng->setLatitude(123);
- $latlng->setLatitude(30);
- $location = new Location();
- $location->setLocationName("a place");
- $location->setLatlng($latlng);
-
- $expectedLocationEnrichment = new LocationEnrichment();
- $expectedLocationEnrichment->setLocation($location);
- $expectedNewEnrichmentItem = new NewEnrichmentItem();
- $expectedNewEnrichmentItem->setLocationEnrichment($expectedLocationEnrichment);
-
- $actualNewEnrichmentItem = PhotosLibraryResourceFactory::newEnrichmentItemWithLocation($location);
-
- $this->assertProtobufEquals(
- $expectedNewEnrichmentItem,
- $actualNewEnrichmentItem
- );
- }
-
- public function testNewEnrichmentWithMap()
- {
- $originLatlng = new LatLng();
- $originLatlng->setLatitude(123);
- $originLatlng->setLatitude(30);
- $origin = new Location();
- $origin->setLocationName("a place");
- $origin->setLatlng($originLatlng);
-
- $destinationLatlng = new LatLng();
- $destinationLatlng->setLatitude(123);
- $destinationLatlng->setLatitude(30);
- $destination = new Location();
- $destination->setLocationName("a place");
- $destination->setLatlng($destinationLatlng);
-
- $expectedMapEnrichment = new MapEnrichment();
- $expectedMapEnrichment->setOrigin($origin);
- $expectedMapEnrichment->setDestination($destination);
- $expectedNewEnrichmentItem = new NewEnrichmentItem();
- $expectedNewEnrichmentItem->setMapEnrichment($expectedMapEnrichment);
-
- $actualNewEnrichmentItem = PhotosLibraryResourceFactory::newEnrichmentItemWithMap($origin, $destination);
-
- $this->assertProtobufEquals(
- $expectedNewEnrichmentItem,
- $actualNewEnrichmentItem
- );
- }
-}
diff --git a/vendor/google/protobuf/LICENSE b/vendor/google/protobuf/LICENSE
deleted file mode 100644
index ba32af4c2..000000000
--- a/vendor/google/protobuf/LICENSE
+++ /dev/null
@@ -1,29 +0,0 @@
-BSD 3-Clause License
-
-Copyright (c) 2019, Protocol Buffers
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/vendor/google/protobuf/README.md b/vendor/google/protobuf/README.md
deleted file mode 100644
index 3663050d4..000000000
--- a/vendor/google/protobuf/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# protobuf-php
-This repository contains only PHP files to support Composer installation. This repository is a mirror of [protobuf](https://github.com/protocolbuffers/protobuf). Any support requests, bug reports, or development contributions should be directed to that project. To install protobuf for PHP, please see https://github.com/protocolbuffers/protobuf/tree/master/php
diff --git a/vendor/google/protobuf/composer.json b/vendor/google/protobuf/composer.json
deleted file mode 100644
index 69a3297dd..000000000
--- a/vendor/google/protobuf/composer.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "google/protobuf",
- "type": "library",
- "description": "proto library for PHP",
- "keywords": ["proto"],
- "homepage": "https://developers.google.com/protocol-buffers/",
- "license": "BSD-3-Clause",
- "require": {
- "php": ">=5.5.0"
- },
- "require-dev": {
- "phpunit/phpunit": ">=4.8.0"
- },
- "suggest": {
- "ext-bcmath": "Need to support JSON deserialization"
- },
- "autoload": {
- "psr-4": {
- "Google\\Protobuf\\": "src/Google/Protobuf",
- "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
- }
- }
-}
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php
deleted file mode 100644
index 22cc25008..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php
+++ /dev/null
@@ -1,30 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0acd010a19676f6f676c652f70726f746f6275662f616e792e70726f746f" .
- "120f676f6f676c652e70726f746f62756622260a03416e7912100a087479" .
- "70655f75726c180120012809120d0a0576616c756518022001280c426f0a" .
- "13636f6d2e676f6f676c652e70726f746f6275664208416e7950726f746f" .
- "50015a256769746875622e636f6d2f676f6c616e672f70726f746f627566" .
- "2f7074797065732f616e79a20203475042aa021e476f6f676c652e50726f" .
- "746f6275662e57656c6c4b6e6f776e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php
deleted file mode 100644
index b18e0d33a..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php
+++ /dev/null
@@ -1,49 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0ac8050a19676f6f676c652f70726f746f6275662f6170692e70726f746f" .
- "120f676f6f676c652e70726f746f6275661a1a676f6f676c652f70726f74" .
- "6f6275662f747970652e70726f746f2281020a03417069120c0a046e616d" .
- "6518012001280912280a076d6574686f647318022003280b32172e676f6f" .
- "676c652e70726f746f6275662e4d6574686f6412280a076f7074696f6e73" .
- "18032003280b32172e676f6f676c652e70726f746f6275662e4f7074696f" .
- "6e120f0a0776657273696f6e18042001280912360a0e736f757263655f63" .
- "6f6e7465787418052001280b321e2e676f6f676c652e70726f746f627566" .
- "2e536f75726365436f6e7465787412260a066d6978696e7318062003280b" .
- "32162e676f6f676c652e70726f746f6275662e4d6978696e12270a067379" .
- "6e74617818072001280e32172e676f6f676c652e70726f746f6275662e53" .
- "796e74617822d5010a064d6574686f64120c0a046e616d65180120012809" .
- "12180a10726571756573745f747970655f75726c18022001280912190a11" .
- "726571756573745f73747265616d696e6718032001280812190a11726573" .
- "706f6e73655f747970655f75726c180420012809121a0a12726573706f6e" .
- "73655f73747265616d696e6718052001280812280a076f7074696f6e7318" .
- "062003280b32172e676f6f676c652e70726f746f6275662e4f7074696f6e" .
- "12270a0673796e74617818072001280e32172e676f6f676c652e70726f74" .
- "6f6275662e53796e74617822230a054d6978696e120c0a046e616d651801" .
- "20012809120c0a04726f6f7418022001280942750a13636f6d2e676f6f67" .
- "6c652e70726f746f627566420841706950726f746f50015a2b676f6f676c" .
- "652e676f6c616e672e6f72672f67656e70726f746f2f70726f746f627566" .
- "2f6170693b617069a20203475042aa021e476f6f676c652e50726f746f62" .
- "75662e57656c6c4b6e6f776e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php
deleted file mode 100644
index b1c85ad88..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php
+++ /dev/null
@@ -1,31 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0ae3010a1e676f6f676c652f70726f746f6275662f6475726174696f6e2e" .
- "70726f746f120f676f6f676c652e70726f746f627566222a0a0844757261" .
- "74696f6e120f0a077365636f6e6473180120012803120d0a056e616e6f73" .
- "180220012805427c0a13636f6d2e676f6f676c652e70726f746f62756642" .
- "0d4475726174696f6e50726f746f50015a2a6769746875622e636f6d2f67" .
- "6f6c616e672f70726f746f6275662f7074797065732f6475726174696f6e" .
- "f80101a20203475042aa021e476f6f676c652e50726f746f6275662e5765" .
- "6c6c4b6e6f776e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php
deleted file mode 100644
index 5812be1e2..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php
+++ /dev/null
@@ -1,31 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0ae3010a20676f6f676c652f70726f746f6275662f6669656c645f6d6173" .
- "6b2e70726f746f120f676f6f676c652e70726f746f627566221a0a094669" .
- "656c644d61736b120d0a0570617468731801200328094289010a13636f6d" .
- "2e676f6f676c652e70726f746f627566420e4669656c644d61736b50726f" .
- "746f50015a39676f6f676c652e676f6c616e672e6f72672f67656e70726f" .
- "746f2f70726f746f6275662f6669656c645f6d61736b3b6669656c645f6d" .
- "61736ba20203475042aa021e476f6f676c652e50726f746f6275662e5765" .
- "6c6c4b6e6f776e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php
deleted file mode 100644
index 88f42a11a..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php
+++ /dev/null
@@ -1,30 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0ab7010a1b676f6f676c652f70726f746f6275662f656d7074792e70726f" .
- "746f120f676f6f676c652e70726f746f62756622070a05456d7074794276" .
- "0a13636f6d2e676f6f676c652e70726f746f627566420a456d7074795072" .
- "6f746f50015a276769746875622e636f6d2f676f6c616e672f70726f746f" .
- "6275662f7074797065732f656d707479f80101a20203475042aa021e476f" .
- "6f676c652e50726f746f6275662e57656c6c4b6e6f776e54797065736206" .
- "70726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php
deleted file mode 100644
index e6362f2bf..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php
+++ /dev/null
@@ -1,277 +0,0 @@
-addMessage('google.protobuf.internal.FileDescriptorSet', \Google\Protobuf\Internal\FileDescriptorSet::class)
- ->repeated('file', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.FileDescriptorProto')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.FileDescriptorProto', \Google\Protobuf\Internal\FileDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->optional('package', \Google\Protobuf\Internal\GPBType::STRING, 2)
- ->repeated('dependency', \Google\Protobuf\Internal\GPBType::STRING, 3)
- ->repeated('public_dependency', \Google\Protobuf\Internal\GPBType::INT32, 10)
- ->repeated('weak_dependency', \Google\Protobuf\Internal\GPBType::INT32, 11)
- ->repeated('message_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.DescriptorProto')
- ->repeated('enum_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 5, 'google.protobuf.internal.EnumDescriptorProto')
- ->repeated('service', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.ServiceDescriptorProto')
- ->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 7, 'google.protobuf.internal.FieldDescriptorProto')
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 8, 'google.protobuf.internal.FileOptions')
- ->optional('source_code_info', \Google\Protobuf\Internal\GPBType::MESSAGE, 9, 'google.protobuf.internal.SourceCodeInfo')
- ->optional('syntax', \Google\Protobuf\Internal\GPBType::STRING, 12)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.DescriptorProto', \Google\Protobuf\Internal\DescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->repeated('field', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.FieldDescriptorProto')
- ->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.FieldDescriptorProto')
- ->repeated('nested_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 3, 'google.protobuf.internal.DescriptorProto')
- ->repeated('enum_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.EnumDescriptorProto')
- ->repeated('extension_range', \Google\Protobuf\Internal\GPBType::MESSAGE, 5, 'google.protobuf.internal.DescriptorProto.ExtensionRange')
- ->repeated('oneof_decl', \Google\Protobuf\Internal\GPBType::MESSAGE, 8, 'google.protobuf.internal.OneofDescriptorProto')
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 7, 'google.protobuf.internal.MessageOptions')
- ->repeated('reserved_range', \Google\Protobuf\Internal\GPBType::MESSAGE, 9, 'google.protobuf.internal.DescriptorProto.ReservedRange')
- ->repeated('reserved_name', \Google\Protobuf\Internal\GPBType::STRING, 10)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.DescriptorProto.ExtensionRange', \Google\Protobuf\Internal\DescriptorProto\ExtensionRange::class)
- ->optional('start', \Google\Protobuf\Internal\GPBType::INT32, 1)
- ->optional('end', \Google\Protobuf\Internal\GPBType::INT32, 2)
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 3, 'google.protobuf.internal.ExtensionRangeOptions')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.DescriptorProto.ReservedRange', \Google\Protobuf\Internal\DescriptorProto\ReservedRange::class)
- ->optional('start', \Google\Protobuf\Internal\GPBType::INT32, 1)
- ->optional('end', \Google\Protobuf\Internal\GPBType::INT32, 2)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.ExtensionRangeOptions', \Google\Protobuf\Internal\ExtensionRangeOptions::class)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.FieldDescriptorProto', \Google\Protobuf\Internal\FieldDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->optional('number', \Google\Protobuf\Internal\GPBType::INT32, 3)
- ->optional('label', \Google\Protobuf\Internal\GPBType::ENUM, 4, 'google.protobuf.internal.FieldDescriptorProto.Label')
- ->optional('type', \Google\Protobuf\Internal\GPBType::ENUM, 5, 'google.protobuf.internal.FieldDescriptorProto.Type')
- ->optional('type_name', \Google\Protobuf\Internal\GPBType::STRING, 6)
- ->optional('extendee', \Google\Protobuf\Internal\GPBType::STRING, 2)
- ->optional('default_value', \Google\Protobuf\Internal\GPBType::STRING, 7)
- ->optional('oneof_index', \Google\Protobuf\Internal\GPBType::INT32, 9)
- ->optional('json_name', \Google\Protobuf\Internal\GPBType::STRING, 10)
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 8, 'google.protobuf.internal.FieldOptions')
- ->finalizeToPool();
-
- $pool->addEnum('google.protobuf.internal.FieldDescriptorProto.Type', \Google\Protobuf\Internal\Type::class)
- ->value("TYPE_DOUBLE", 1)
- ->value("TYPE_FLOAT", 2)
- ->value("TYPE_INT64", 3)
- ->value("TYPE_UINT64", 4)
- ->value("TYPE_INT32", 5)
- ->value("TYPE_FIXED64", 6)
- ->value("TYPE_FIXED32", 7)
- ->value("TYPE_BOOL", 8)
- ->value("TYPE_STRING", 9)
- ->value("TYPE_GROUP", 10)
- ->value("TYPE_MESSAGE", 11)
- ->value("TYPE_BYTES", 12)
- ->value("TYPE_UINT32", 13)
- ->value("TYPE_ENUM", 14)
- ->value("TYPE_SFIXED32", 15)
- ->value("TYPE_SFIXED64", 16)
- ->value("TYPE_SINT32", 17)
- ->value("TYPE_SINT64", 18)
- ->finalizeToPool();
-
- $pool->addEnum('google.protobuf.internal.FieldDescriptorProto.Label', \Google\Protobuf\Internal\Label::class)
- ->value("LABEL_OPTIONAL", 1)
- ->value("LABEL_REQUIRED", 2)
- ->value("LABEL_REPEATED", 3)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.OneofDescriptorProto', \Google\Protobuf\Internal\OneofDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.OneofOptions')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.EnumDescriptorProto', \Google\Protobuf\Internal\EnumDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->repeated('value', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.EnumValueDescriptorProto')
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 3, 'google.protobuf.internal.EnumOptions')
- ->repeated('reserved_range', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.EnumDescriptorProto.EnumReservedRange')
- ->repeated('reserved_name', \Google\Protobuf\Internal\GPBType::STRING, 5)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.EnumDescriptorProto.EnumReservedRange', \Google\Protobuf\Internal\EnumDescriptorProto\EnumReservedRange::class)
- ->optional('start', \Google\Protobuf\Internal\GPBType::INT32, 1)
- ->optional('end', \Google\Protobuf\Internal\GPBType::INT32, 2)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.EnumValueDescriptorProto', \Google\Protobuf\Internal\EnumValueDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->optional('number', \Google\Protobuf\Internal\GPBType::INT32, 2)
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 3, 'google.protobuf.internal.EnumValueOptions')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.ServiceDescriptorProto', \Google\Protobuf\Internal\ServiceDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->repeated('method', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.MethodDescriptorProto')
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 3, 'google.protobuf.internal.ServiceOptions')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.MethodDescriptorProto', \Google\Protobuf\Internal\MethodDescriptorProto::class)
- ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->optional('input_type', \Google\Protobuf\Internal\GPBType::STRING, 2)
- ->optional('output_type', \Google\Protobuf\Internal\GPBType::STRING, 3)
- ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.MethodOptions')
- ->optional('client_streaming', \Google\Protobuf\Internal\GPBType::BOOL, 5)
- ->optional('server_streaming', \Google\Protobuf\Internal\GPBType::BOOL, 6)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.FileOptions', \Google\Protobuf\Internal\FileOptions::class)
- ->optional('java_package', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->optional('java_outer_classname', \Google\Protobuf\Internal\GPBType::STRING, 8)
- ->optional('java_multiple_files', \Google\Protobuf\Internal\GPBType::BOOL, 10)
- ->optional('java_generate_equals_and_hash', \Google\Protobuf\Internal\GPBType::BOOL, 20)
- ->optional('java_string_check_utf8', \Google\Protobuf\Internal\GPBType::BOOL, 27)
- ->optional('optimize_for', \Google\Protobuf\Internal\GPBType::ENUM, 9, 'google.protobuf.internal.FileOptions.OptimizeMode')
- ->optional('go_package', \Google\Protobuf\Internal\GPBType::STRING, 11)
- ->optional('cc_generic_services', \Google\Protobuf\Internal\GPBType::BOOL, 16)
- ->optional('java_generic_services', \Google\Protobuf\Internal\GPBType::BOOL, 17)
- ->optional('py_generic_services', \Google\Protobuf\Internal\GPBType::BOOL, 18)
- ->optional('php_generic_services', \Google\Protobuf\Internal\GPBType::BOOL, 42)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 23)
- ->optional('cc_enable_arenas', \Google\Protobuf\Internal\GPBType::BOOL, 31)
- ->optional('objc_class_prefix', \Google\Protobuf\Internal\GPBType::STRING, 36)
- ->optional('csharp_namespace', \Google\Protobuf\Internal\GPBType::STRING, 37)
- ->optional('swift_prefix', \Google\Protobuf\Internal\GPBType::STRING, 39)
- ->optional('php_class_prefix', \Google\Protobuf\Internal\GPBType::STRING, 40)
- ->optional('php_namespace', \Google\Protobuf\Internal\GPBType::STRING, 41)
- ->optional('php_metadata_namespace', \Google\Protobuf\Internal\GPBType::STRING, 44)
- ->optional('ruby_package', \Google\Protobuf\Internal\GPBType::STRING, 45)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addEnum('google.protobuf.internal.FileOptions.OptimizeMode', \Google\Protobuf\Internal\OptimizeMode::class)
- ->value("SPEED", 1)
- ->value("CODE_SIZE", 2)
- ->value("LITE_RUNTIME", 3)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.MessageOptions', \Google\Protobuf\Internal\MessageOptions::class)
- ->optional('message_set_wire_format', \Google\Protobuf\Internal\GPBType::BOOL, 1)
- ->optional('no_standard_descriptor_accessor', \Google\Protobuf\Internal\GPBType::BOOL, 2)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 3)
- ->optional('map_entry', \Google\Protobuf\Internal\GPBType::BOOL, 7)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.FieldOptions', \Google\Protobuf\Internal\FieldOptions::class)
- ->optional('ctype', \Google\Protobuf\Internal\GPBType::ENUM, 1, 'google.protobuf.internal.FieldOptions.CType')
- ->optional('packed', \Google\Protobuf\Internal\GPBType::BOOL, 2)
- ->optional('jstype', \Google\Protobuf\Internal\GPBType::ENUM, 6, 'google.protobuf.internal.FieldOptions.JSType')
- ->optional('lazy', \Google\Protobuf\Internal\GPBType::BOOL, 5)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 3)
- ->optional('weak', \Google\Protobuf\Internal\GPBType::BOOL, 10)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addEnum('google.protobuf.internal.FieldOptions.CType', \Google\Protobuf\Internal\CType::class)
- ->value("STRING", 0)
- ->value("CORD", 1)
- ->value("STRING_PIECE", 2)
- ->finalizeToPool();
-
- $pool->addEnum('google.protobuf.internal.FieldOptions.JSType', \Google\Protobuf\Internal\JSType::class)
- ->value("JS_NORMAL", 0)
- ->value("JS_STRING", 1)
- ->value("JS_NUMBER", 2)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.OneofOptions', \Google\Protobuf\Internal\OneofOptions::class)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.EnumOptions', \Google\Protobuf\Internal\EnumOptions::class)
- ->optional('allow_alias', \Google\Protobuf\Internal\GPBType::BOOL, 2)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 3)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.EnumValueOptions', \Google\Protobuf\Internal\EnumValueOptions::class)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 1)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.ServiceOptions', \Google\Protobuf\Internal\ServiceOptions::class)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 33)
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.MethodOptions', \Google\Protobuf\Internal\MethodOptions::class)
- ->optional('deprecated', \Google\Protobuf\Internal\GPBType::BOOL, 33)
- ->optional('idempotency_level', \Google\Protobuf\Internal\GPBType::ENUM, 34, 'google.protobuf.internal.MethodOptions.IdempotencyLevel')
- ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption')
- ->finalizeToPool();
-
- $pool->addEnum('google.protobuf.internal.MethodOptions.IdempotencyLevel', \Google\Protobuf\Internal\IdempotencyLevel::class)
- ->value("IDEMPOTENCY_UNKNOWN", 0)
- ->value("NO_SIDE_EFFECTS", 1)
- ->value("IDEMPOTENT", 2)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.UninterpretedOption', \Google\Protobuf\Internal\UninterpretedOption::class)
- ->repeated('name', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.UninterpretedOption.NamePart')
- ->optional('identifier_value', \Google\Protobuf\Internal\GPBType::STRING, 3)
- ->optional('positive_int_value', \Google\Protobuf\Internal\GPBType::UINT64, 4)
- ->optional('negative_int_value', \Google\Protobuf\Internal\GPBType::INT64, 5)
- ->optional('double_value', \Google\Protobuf\Internal\GPBType::DOUBLE, 6)
- ->optional('string_value', \Google\Protobuf\Internal\GPBType::BYTES, 7)
- ->optional('aggregate_value', \Google\Protobuf\Internal\GPBType::STRING, 8)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.UninterpretedOption.NamePart', \Google\Protobuf\Internal\UninterpretedOption\NamePart::class)
- ->required('name_part', \Google\Protobuf\Internal\GPBType::STRING, 1)
- ->required('is_extension', \Google\Protobuf\Internal\GPBType::BOOL, 2)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.SourceCodeInfo', \Google\Protobuf\Internal\SourceCodeInfo::class)
- ->repeated('location', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.SourceCodeInfo.Location')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.SourceCodeInfo.Location', \Google\Protobuf\Internal\SourceCodeInfo\Location::class)
- ->repeated('path', \Google\Protobuf\Internal\GPBType::INT32, 1)
- ->repeated('span', \Google\Protobuf\Internal\GPBType::INT32, 2)
- ->optional('leading_comments', \Google\Protobuf\Internal\GPBType::STRING, 3)
- ->optional('trailing_comments', \Google\Protobuf\Internal\GPBType::STRING, 4)
- ->repeated('leading_detached_comments', \Google\Protobuf\Internal\GPBType::STRING, 6)
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.GeneratedCodeInfo', \Google\Protobuf\Internal\GeneratedCodeInfo::class)
- ->repeated('annotation', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.GeneratedCodeInfo.Annotation')
- ->finalizeToPool();
-
- $pool->addMessage('google.protobuf.internal.GeneratedCodeInfo.Annotation', \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation::class)
- ->repeated('path', \Google\Protobuf\Internal\GPBType::INT32, 1)
- ->optional('source_file', \Google\Protobuf\Internal\GPBType::STRING, 2)
- ->optional('begin', \Google\Protobuf\Internal\GPBType::INT32, 3)
- ->optional('end', \Google\Protobuf\Internal\GPBType::INT32, 4)
- ->finalizeToPool();
-
- $pool->finish();
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php
deleted file mode 100644
index 495c6de41..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php
+++ /dev/null
@@ -1,32 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0afb010a24676f6f676c652f70726f746f6275662f736f757263655f636f" .
- "6e746578742e70726f746f120f676f6f676c652e70726f746f6275662222" .
- "0a0d536f75726365436f6e7465787412110a0966696c655f6e616d651801" .
- "200128094295010a13636f6d2e676f6f676c652e70726f746f6275664212" .
- "536f75726365436f6e7465787450726f746f50015a41676f6f676c652e67" .
- "6f6c616e672e6f72672f67656e70726f746f2f70726f746f6275662f736f" .
- "757263655f636f6e746578743b736f757263655f636f6e74657874a20203" .
- "475042aa021e476f6f676c652e50726f746f6275662e57656c6c4b6e6f77" .
- "6e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php
deleted file mode 100644
index 96b42af41..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php
+++ /dev/null
@@ -1,45 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0a81050a1c676f6f676c652f70726f746f6275662f7374727563742e7072" .
- "6f746f120f676f6f676c652e70726f746f6275662284010a065374727563" .
- "7412330a066669656c647318012003280b32232e676f6f676c652e70726f" .
- "746f6275662e5374727563742e4669656c6473456e7472791a450a0b4669" .
- "656c6473456e747279120b0a036b657918012001280912250a0576616c75" .
- "6518022001280b32162e676f6f676c652e70726f746f6275662e56616c75" .
- "653a02380122ea010a0556616c756512300a0a6e756c6c5f76616c756518" .
- "012001280e321a2e676f6f676c652e70726f746f6275662e4e756c6c5661" .
- "6c7565480012160a0c6e756d6265725f76616c7565180220012801480012" .
- "160a0c737472696e675f76616c7565180320012809480012140a0a626f6f" .
- "6c5f76616c75651804200128084800122f0a0c7374727563745f76616c75" .
- "6518052001280b32172e676f6f676c652e70726f746f6275662e53747275" .
- "6374480012300a0a6c6973745f76616c756518062001280b321a2e676f6f" .
- "676c652e70726f746f6275662e4c69737456616c7565480042060a046b69" .
- "6e6422330a094c69737456616c756512260a0676616c7565731801200328" .
- "0b32162e676f6f676c652e70726f746f6275662e56616c75652a1b0a094e" .
- "756c6c56616c7565120e0a0a4e554c4c5f56414c554510004281010a1363" .
- "6f6d2e676f6f676c652e70726f746f627566420b53747275637450726f74" .
- "6f50015a316769746875622e636f6d2f676f6c616e672f70726f746f6275" .
- "662f7074797065732f7374727563743b7374727563747062f80101a20203" .
- "475042aa021e476f6f676c652e50726f746f6275662e57656c6c4b6e6f77" .
- "6e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php
deleted file mode 100644
index 373665c97..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php
+++ /dev/null
@@ -1,31 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0ae7010a1f676f6f676c652f70726f746f6275662f74696d657374616d70" .
- "2e70726f746f120f676f6f676c652e70726f746f627566222b0a0954696d" .
- "657374616d70120f0a077365636f6e6473180120012803120d0a056e616e" .
- "6f73180220012805427e0a13636f6d2e676f6f676c652e70726f746f6275" .
- "66420e54696d657374616d7050726f746f50015a2b6769746875622e636f" .
- "6d2f676f6c616e672f70726f746f6275662f7074797065732f74696d6573" .
- "74616d70f80101a20203475042aa021e476f6f676c652e50726f746f6275" .
- "662e57656c6c4b6e6f776e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php
deleted file mode 100644
index 8fbe8cbfe..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php
+++ /dev/null
@@ -1,78 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0a9f0c0a1a676f6f676c652f70726f746f6275662f747970652e70726f74" .
- "6f120f676f6f676c652e70726f746f6275661a24676f6f676c652f70726f" .
- "746f6275662f736f757263655f636f6e746578742e70726f746f22d7010a" .
- "0454797065120c0a046e616d6518012001280912260a066669656c647318" .
- "022003280b32162e676f6f676c652e70726f746f6275662e4669656c6412" .
- "0e0a066f6e656f667318032003280912280a076f7074696f6e7318042003" .
- "280b32172e676f6f676c652e70726f746f6275662e4f7074696f6e12360a" .
- "0e736f757263655f636f6e7465787418052001280b321e2e676f6f676c65" .
- "2e70726f746f6275662e536f75726365436f6e7465787412270a0673796e" .
- "74617818062001280e32172e676f6f676c652e70726f746f6275662e5379" .
- "6e74617822d5050a054669656c6412290a046b696e6418012001280e321b" .
- "2e676f6f676c652e70726f746f6275662e4669656c642e4b696e6412370a" .
- "0b63617264696e616c69747918022001280e32222e676f6f676c652e7072" .
- "6f746f6275662e4669656c642e43617264696e616c697479120e0a066e75" .
- "6d626572180320012805120c0a046e616d6518042001280912100a087479" .
- "70655f75726c18062001280912130a0b6f6e656f665f696e646578180720" .
- "012805120e0a067061636b656418082001280812280a076f7074696f6e73" .
- "18092003280b32172e676f6f676c652e70726f746f6275662e4f7074696f" .
- "6e12110a096a736f6e5f6e616d65180a2001280912150a0d64656661756c" .
- "745f76616c7565180b2001280922c8020a044b696e6412100a0c54595045" .
- "5f554e4b4e4f574e1000120f0a0b545950455f444f55424c451001120e0a" .
- "0a545950455f464c4f41541002120e0a0a545950455f494e543634100312" .
- "0f0a0b545950455f55494e5436341004120e0a0a545950455f494e543332" .
- "100512100a0c545950455f46495845443634100612100a0c545950455f46" .
- "4958454433321007120d0a09545950455f424f4f4c1008120f0a0b545950" .
- "455f535452494e471009120e0a0a545950455f47524f5550100a12100a0c" .
- "545950455f4d455353414745100b120e0a0a545950455f4259544553100c" .
- "120f0a0b545950455f55494e543332100d120d0a09545950455f454e554d" .
- "100e12110a0d545950455f5346495845443332100f12110a0d545950455f" .
- "53464958454436341010120f0a0b545950455f53494e5433321011120f0a" .
- "0b545950455f53494e543634101222740a0b43617264696e616c69747912" .
- "170a1343415244494e414c4954595f554e4b4e4f574e100012180a144341" .
- "5244494e414c4954595f4f5054494f4e414c100112180a1443415244494e" .
- "414c4954595f5245515549524544100212180a1443415244494e414c4954" .
- "595f5245504541544544100322ce010a04456e756d120c0a046e616d6518" .
- "0120012809122d0a09656e756d76616c756518022003280b321a2e676f6f" .
- "676c652e70726f746f6275662e456e756d56616c756512280a076f707469" .
- "6f6e7318032003280b32172e676f6f676c652e70726f746f6275662e4f70" .
- "74696f6e12360a0e736f757263655f636f6e7465787418042001280b321e" .
- "2e676f6f676c652e70726f746f6275662e536f75726365436f6e74657874" .
- "12270a0673796e74617818052001280e32172e676f6f676c652e70726f74" .
- "6f6275662e53796e74617822530a09456e756d56616c7565120c0a046e61" .
- "6d65180120012809120e0a066e756d62657218022001280512280a076f70" .
- "74696f6e7318032003280b32172e676f6f676c652e70726f746f6275662e" .
- "4f7074696f6e223b0a064f7074696f6e120c0a046e616d65180120012809" .
- "12230a0576616c756518022001280b32142e676f6f676c652e70726f746f" .
- "6275662e416e792a2e0a0653796e74617812110a0d53594e5441585f5052" .
- "4f544f32100012110a0d53594e5441585f50524f544f331001427d0a1363" .
- "6f6d2e676f6f676c652e70726f746f62756642095479706550726f746f50" .
- "015a2f676f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f" .
- "70726f746f6275662f70747970653b7074797065f80101a20203475042aa" .
- "021e476f6f676c652e50726f746f6275662e57656c6c4b6e6f776e547970" .
- "6573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php b/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php
deleted file mode 100644
index dd72ff48c..000000000
--- a/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php
+++ /dev/null
@@ -1,38 +0,0 @@
-internalAddGeneratedFile(hex2bin(
- "0abf030a1e676f6f676c652f70726f746f6275662f77726170706572732e" .
- "70726f746f120f676f6f676c652e70726f746f627566221c0a0b446f7562" .
- "6c6556616c7565120d0a0576616c7565180120012801221b0a0a466c6f61" .
- "7456616c7565120d0a0576616c7565180120012802221b0a0a496e743634" .
- "56616c7565120d0a0576616c7565180120012803221c0a0b55496e743634" .
- "56616c7565120d0a0576616c7565180120012804221b0a0a496e74333256" .
- "616c7565120d0a0576616c7565180120012805221c0a0b55496e74333256" .
- "616c7565120d0a0576616c756518012001280d221a0a09426f6f6c56616c" .
- "7565120d0a0576616c7565180120012808221c0a0b537472696e6756616c" .
- "7565120d0a0576616c7565180120012809221b0a0a427974657356616c75" .
- "65120d0a0576616c756518012001280c427c0a13636f6d2e676f6f676c65" .
- "2e70726f746f627566420d577261707065727350726f746f50015a2a6769" .
- "746875622e636f6d2f676f6c616e672f70726f746f6275662f7074797065" .
- "732f7772617070657273f80101a20203475042aa021e476f6f676c652e50" .
- "726f746f6275662e57656c6c4b6e6f776e5479706573620670726f746f33"
- ));
-
- static::$is_initialized = true;
- }
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Any.php b/vendor/google/protobuf/src/Google/Protobuf/Any.php
deleted file mode 100644
index cdbaa255a..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Any.php
+++ /dev/null
@@ -1,325 +0,0 @@
-,
- * "lastName": google.protobuf.Any
- */
-class Any extends \Google\Protobuf\Internal\Message
-{
- /**
- * A URL/resource name that uniquely identifies the type of the serialized
- * protocol buffer message. The last segment of the URL's path must represent
- * the fully qualified name of the type (as in
- * `path/google.protobuf.Duration`). The name should be in a canonical form
- * (e.g., leading "." is not accepted).
- * In practice, teams usually precompile into the binary all types that they
- * expect it to use in the context of Any. However, for URLs which use the
- * scheme `http`, `https`, or no scheme, one can optionally set up a type
- * server that maps type URLs to message definitions as follows:
- * * If no scheme is provided, `https` is assumed.
- * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
- * value in binary format, or produce an error.
- * * Applications are allowed to cache lookup results based on the
- * URL, or have them precompiled into a binary to avoid any
- * lookup. Therefore, binary compatibility needs to be preserved
- * on changes to types. (Use versioned type names to manage
- * breaking changes.)
- * Note: this functionality is not currently available in the official
- * protobuf release, and it is not used for type URLs beginning with
- * type.googleapis.com.
- * Schemes other than `http`, `https` (or the empty scheme) might be
- * used with implementation specific semantics.
- *
- * Generated from protobuf field string type_url = 1;
- */
- private $type_url = '';
- /**
- * Must be a valid serialized protocol buffer of the above specified type.
- *
- * Generated from protobuf field bytes value = 2;
- */
- private $value = '';
-
- const TYPE_URL_PREFIX = 'type.googleapis.com/';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $type_url
- * A URL/resource name that uniquely identifies the type of the serialized
- * protocol buffer message. The last segment of the URL's path must represent
- * the fully qualified name of the type (as in
- * `path/google.protobuf.Duration`). The name should be in a canonical form
- * (e.g., leading "." is not accepted).
- * In practice, teams usually precompile into the binary all types that they
- * expect it to use in the context of Any. However, for URLs which use the
- * scheme `http`, `https`, or no scheme, one can optionally set up a type
- * server that maps type URLs to message definitions as follows:
- * * If no scheme is provided, `https` is assumed.
- * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
- * value in binary format, or produce an error.
- * * Applications are allowed to cache lookup results based on the
- * URL, or have them precompiled into a binary to avoid any
- * lookup. Therefore, binary compatibility needs to be preserved
- * on changes to types. (Use versioned type names to manage
- * breaking changes.)
- * Note: this functionality is not currently available in the official
- * protobuf release, and it is not used for type URLs beginning with
- * type.googleapis.com.
- * Schemes other than `http`, `https` (or the empty scheme) might be
- * used with implementation specific semantics.
- * @type string $value
- * Must be a valid serialized protocol buffer of the above specified type.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Any::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A URL/resource name that uniquely identifies the type of the serialized
- * protocol buffer message. The last segment of the URL's path must represent
- * the fully qualified name of the type (as in
- * `path/google.protobuf.Duration`). The name should be in a canonical form
- * (e.g., leading "." is not accepted).
- * In practice, teams usually precompile into the binary all types that they
- * expect it to use in the context of Any. However, for URLs which use the
- * scheme `http`, `https`, or no scheme, one can optionally set up a type
- * server that maps type URLs to message definitions as follows:
- * * If no scheme is provided, `https` is assumed.
- * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
- * value in binary format, or produce an error.
- * * Applications are allowed to cache lookup results based on the
- * URL, or have them precompiled into a binary to avoid any
- * lookup. Therefore, binary compatibility needs to be preserved
- * on changes to types. (Use versioned type names to manage
- * breaking changes.)
- * Note: this functionality is not currently available in the official
- * protobuf release, and it is not used for type URLs beginning with
- * type.googleapis.com.
- * Schemes other than `http`, `https` (or the empty scheme) might be
- * used with implementation specific semantics.
- *
- * Generated from protobuf field string type_url = 1;
- * @return string
- */
- public function getTypeUrl()
- {
- return $this->type_url;
- }
-
- /**
- * A URL/resource name that uniquely identifies the type of the serialized
- * protocol buffer message. The last segment of the URL's path must represent
- * the fully qualified name of the type (as in
- * `path/google.protobuf.Duration`). The name should be in a canonical form
- * (e.g., leading "." is not accepted).
- * In practice, teams usually precompile into the binary all types that they
- * expect it to use in the context of Any. However, for URLs which use the
- * scheme `http`, `https`, or no scheme, one can optionally set up a type
- * server that maps type URLs to message definitions as follows:
- * * If no scheme is provided, `https` is assumed.
- * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
- * value in binary format, or produce an error.
- * * Applications are allowed to cache lookup results based on the
- * URL, or have them precompiled into a binary to avoid any
- * lookup. Therefore, binary compatibility needs to be preserved
- * on changes to types. (Use versioned type names to manage
- * breaking changes.)
- * Note: this functionality is not currently available in the official
- * protobuf release, and it is not used for type URLs beginning with
- * type.googleapis.com.
- * Schemes other than `http`, `https` (or the empty scheme) might be
- * used with implementation specific semantics.
- *
- * Generated from protobuf field string type_url = 1;
- * @param string $var
- * @return $this
- */
- public function setTypeUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->type_url = $var;
-
- return $this;
- }
-
- /**
- * Must be a valid serialized protocol buffer of the above specified type.
- *
- * Generated from protobuf field bytes value = 2;
- * @return string
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * Must be a valid serialized protocol buffer of the above specified type.
- *
- * Generated from protobuf field bytes value = 2;
- * @param string $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkString($var, False);
- $this->value = $var;
-
- return $this;
- }
-
- /**
- * This method will try to resolve the type_url in Any message to get the
- * targeted message type. If failed, an error will be thrown. Otherwise,
- * the method will create a message of the targeted type and fill it with
- * the decoded value in Any.
- * @return unpacked message
- * @throws \Exception Type url needs to be type.googleapis.com/fully-qulified.
- * @throws \Exception Class hasn't been added to descriptor pool.
- * @throws \Exception cannot decode data in value field.
- */
- public function unpack()
- {
- // Get fully qualifed name from type url.
- $url_prifix_len = strlen(GPBUtil::TYPE_URL_PREFIX);
- if (substr($this->type_url, 0, $url_prifix_len) !=
- GPBUtil::TYPE_URL_PREFIX) {
- throw new \Exception(
- "Type url needs to be type.googleapis.com/fully-qulified");
- }
- $fully_qualifed_name =
- substr($this->type_url, $url_prifix_len);
-
- // Create message according to fully qualified name.
- $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
- $desc = $pool->getDescriptorByProtoName( ".".$fully_qualifed_name);
- if (is_null($desc)) {
- throw new \Exception("Class ".$fully_qualifed_name
- ." hasn't been added to descriptor pool");
- }
- $klass = $desc->getClass();
- $msg = new $klass();
-
- // Merge data into message.
- $msg->mergeFromString($this->value);
- return $msg;
- }
-
- /**
- * The type_url will be created according to the given message’s type and
- * the value is encoded data from the given message..
- * @param message: A proto message.
- */
- public function pack($msg)
- {
- if (!$msg instanceof Message) {
- trigger_error("Given parameter is not a message instance.",
- E_USER_ERROR);
- return;
- }
-
- // Set value using serialzed message.
- $this->value = $msg->serializeToString();
-
- // Set type url.
- $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
- $desc = $pool->getDescriptorByClassName(get_class($msg));
- $fully_qualifed_name = $desc->getFullName();
- $this->type_url = GPBUtil::TYPE_URL_PREFIX.substr(
- $fully_qualifed_name, 1, strlen($fully_qualifed_name));
- }
-
- /**
- * This method returns whether the type_url in any_message is corresponded
- * to the given class.
- * @param klass: The fully qualified PHP class name of a proto message type.
- */
- public function is($klass)
- {
- $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
- $desc = $pool->getDescriptorByClassName($klass);
- $fully_qualifed_name = $desc->getFullName();
- $type_url = GPBUtil::TYPE_URL_PREFIX.substr(
- $fully_qualifed_name, 1, strlen($fully_qualifed_name));
- return $this->type_url === $type_url;
- }
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Api.php b/vendor/google/protobuf/src/Google/Protobuf/Api.php
deleted file mode 100644
index db37ffb01..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Api.php
+++ /dev/null
@@ -1,350 +0,0 @@
-google.protobuf.Api
- */
-class Api extends \Google\Protobuf\Internal\Message
-{
- /**
- * The fully qualified name of this interface, including package name
- * followed by the interface's simple name.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The methods of this interface, in unspecified order.
- *
- * Generated from protobuf field repeated .google.protobuf.Method methods = 2;
- */
- private $methods;
- /**
- * Any metadata attached to the interface.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- */
- private $options;
- /**
- * A version string for this interface. If specified, must have the form
- * `major-version.minor-version`, as in `1.10`. If the minor version is
- * omitted, it defaults to zero. If the entire version field is empty, the
- * major version is derived from the package name, as outlined below. If the
- * field is not empty, the version in the package name will be verified to be
- * consistent with what is provided here.
- * The versioning schema uses [semantic
- * versioning](http://semver.org) where the major version number
- * indicates a breaking change and the minor version an additive,
- * non-breaking change. Both version numbers are signals to users
- * what to expect from different versions, and should be carefully
- * chosen based on the product plan.
- * The major version is also reflected in the package name of the
- * interface, which must end in `vstring version = 4;
- */
- private $version = '';
- /**
- * Source context for the protocol buffer service represented by this
- * message.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
- */
- private $source_context = null;
- /**
- * Included interfaces. See [Mixin][].
- *
- * Generated from protobuf field repeated .google.protobuf.Mixin mixins = 6;
- */
- private $mixins;
- /**
- * The source syntax of the service.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 7;
- */
- private $syntax = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The fully qualified name of this interface, including package name
- * followed by the interface's simple name.
- * @type \Google\Protobuf\Method[]|\Google\Protobuf\Internal\RepeatedField $methods
- * The methods of this interface, in unspecified order.
- * @type \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $options
- * Any metadata attached to the interface.
- * @type string $version
- * A version string for this interface. If specified, must have the form
- * `major-version.minor-version`, as in `1.10`. If the minor version is
- * omitted, it defaults to zero. If the entire version field is empty, the
- * major version is derived from the package name, as outlined below. If the
- * field is not empty, the version in the package name will be verified to be
- * consistent with what is provided here.
- * The versioning schema uses [semantic
- * versioning](http://semver.org) where the major version number
- * indicates a breaking change and the minor version an additive,
- * non-breaking change. Both version numbers are signals to users
- * what to expect from different versions, and should be carefully
- * chosen based on the product plan.
- * The major version is also reflected in the package name of the
- * interface, which must end in `vstring name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The fully qualified name of this interface, including package name
- * followed by the interface's simple name.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The methods of this interface, in unspecified order.
- *
- * Generated from protobuf field repeated .google.protobuf.Method methods = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMethods()
- {
- return $this->methods;
- }
-
- /**
- * The methods of this interface, in unspecified order.
- *
- * Generated from protobuf field repeated .google.protobuf.Method methods = 2;
- * @param \Google\Protobuf\Method[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMethods($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Method::class);
- $this->methods = $arr;
-
- return $this;
- }
-
- /**
- * Any metadata attached to the interface.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Any metadata attached to the interface.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- * @param \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOptions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
- $this->options = $arr;
-
- return $this;
- }
-
- /**
- * A version string for this interface. If specified, must have the form
- * `major-version.minor-version`, as in `1.10`. If the minor version is
- * omitted, it defaults to zero. If the entire version field is empty, the
- * major version is derived from the package name, as outlined below. If the
- * field is not empty, the version in the package name will be verified to be
- * consistent with what is provided here.
- * The versioning schema uses [semantic
- * versioning](http://semver.org) where the major version number
- * indicates a breaking change and the minor version an additive,
- * non-breaking change. Both version numbers are signals to users
- * what to expect from different versions, and should be carefully
- * chosen based on the product plan.
- * The major version is also reflected in the package name of the
- * interface, which must end in `vstring version = 4;
- * @return string
- */
- public function getVersion()
- {
- return $this->version;
- }
-
- /**
- * A version string for this interface. If specified, must have the form
- * `major-version.minor-version`, as in `1.10`. If the minor version is
- * omitted, it defaults to zero. If the entire version field is empty, the
- * major version is derived from the package name, as outlined below. If the
- * field is not empty, the version in the package name will be verified to be
- * consistent with what is provided here.
- * The versioning schema uses [semantic
- * versioning](http://semver.org) where the major version number
- * indicates a breaking change and the minor version an additive,
- * non-breaking change. Both version numbers are signals to users
- * what to expect from different versions, and should be carefully
- * chosen based on the product plan.
- * The major version is also reflected in the package name of the
- * interface, which must end in `vstring version = 4;
- * @param string $var
- * @return $this
- */
- public function setVersion($var)
- {
- GPBUtil::checkString($var, True);
- $this->version = $var;
-
- return $this;
- }
-
- /**
- * Source context for the protocol buffer service represented by this
- * message.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
- * @return \Google\Protobuf\SourceContext
- */
- public function getSourceContext()
- {
- return $this->source_context;
- }
-
- /**
- * Source context for the protocol buffer service represented by this
- * message.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
- * @param \Google\Protobuf\SourceContext $var
- * @return $this
- */
- public function setSourceContext($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
- $this->source_context = $var;
-
- return $this;
- }
-
- /**
- * Included interfaces. See [Mixin][].
- *
- * Generated from protobuf field repeated .google.protobuf.Mixin mixins = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMixins()
- {
- return $this->mixins;
- }
-
- /**
- * Included interfaces. See [Mixin][].
- *
- * Generated from protobuf field repeated .google.protobuf.Mixin mixins = 6;
- * @param \Google\Protobuf\Mixin[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMixins($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Mixin::class);
- $this->mixins = $arr;
-
- return $this;
- }
-
- /**
- * The source syntax of the service.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 7;
- * @return int
- */
- public function getSyntax()
- {
- return $this->syntax;
- }
-
- /**
- * The source syntax of the service.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 7;
- * @param int $var
- * @return $this
- */
- public function setSyntax($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
- $this->syntax = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php b/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php
deleted file mode 100644
index 13872eb1e..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.BoolValue
- */
-class BoolValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * The bool value.
- *
- * Generated from protobuf field bool value = 1;
- */
- private $value = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $value
- * The bool value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The bool value.
- *
- * Generated from protobuf field bool value = 1;
- * @return bool
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The bool value.
- *
- * Generated from protobuf field bool value = 1;
- * @param bool $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkBool($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php b/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php
deleted file mode 100644
index f1b381718..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.BytesValue
- */
-class BytesValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * The bytes value.
- *
- * Generated from protobuf field bytes value = 1;
- */
- private $value = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $value
- * The bytes value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The bytes value.
- *
- * Generated from protobuf field bytes value = 1;
- * @return string
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The bytes value.
- *
- * Generated from protobuf field bytes value = 1;
- * @param string $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkString($var, False);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php b/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php
deleted file mode 100644
index 986b81e12..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php
+++ /dev/null
@@ -1,100 +0,0 @@
-internal_desc = $internal_desc;
- }
-
- /**
- * @return string Full protobuf message name
- */
- public function getFullName()
- {
- return trim($this->internal_desc->getFullName(), ".");
- }
-
- /**
- * @return string PHP class name
- */
- public function getClass()
- {
- return $this->internal_desc->getClass();
- }
-
- /**
- * @param int $index Must be >= 0 and < getFieldCount()
- * @return FieldDescriptor
- */
- public function getField($index)
- {
- return $this->getPublicDescriptor($this->internal_desc->getFieldByIndex($index));
- }
-
- /**
- * @return int Number of fields in message
- */
- public function getFieldCount()
- {
- return count($this->internal_desc->getField());
- }
-
- /**
- * @param int $index Must be >= 0 and < getOneofDeclCount()
- * @return OneofDescriptor
- */
- public function getOneofDecl($index)
- {
- return $this->getPublicDescriptor($this->internal_desc->getOneofDecl()[$index]);
- }
-
- /**
- * @return int Number of oneofs in message
- */
- public function getOneofDeclCount()
- {
- return count($this->internal_desc->getOneofDecl());
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php b/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php
deleted file mode 100644
index 119f0e2e6..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php
+++ /dev/null
@@ -1,76 +0,0 @@
-internal_pool = $internal_pool;
- }
-
- /**
- * @param string $className A fully qualified protobuf class name
- * @return Descriptor
- */
- public function getDescriptorByClassName($className)
- {
- $desc = $this->internal_pool->getDescriptorByClassName($className);
- return is_null($desc) ? null : $desc->getPublicDescriptor();
- }
-
- /**
- * @param string $className A fully qualified protobuf class name
- * @return EnumDescriptor
- */
- public function getEnumDescriptorByClassName($className)
- {
- $desc = $this->internal_pool->getEnumDescriptorByClassName($className);
- return is_null($desc) ? null : $desc->getPublicDescriptor();
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php b/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php
deleted file mode 100644
index 236d91822..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.DoubleValue
- */
-class DoubleValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * The double value.
- *
- * Generated from protobuf field double value = 1;
- */
- private $value = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $value
- * The double value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The double value.
- *
- * Generated from protobuf field double value = 1;
- * @return float
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The double value.
- *
- * Generated from protobuf field double value = 1;
- * @param float $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkDouble($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Duration.php b/vendor/google/protobuf/src/Google/Protobuf/Duration.php
deleted file mode 100644
index 414a1868b..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Duration.php
+++ /dev/null
@@ -1,173 +0,0 @@
- 0) {
- * duration.seconds += 1;
- * duration.nanos -= 1000000000;
- * } else if (durations.seconds > 0 && duration.nanos < 0) {
- * duration.seconds -= 1;
- * duration.nanos += 1000000000;
- * }
- * Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
- * Timestamp start = ...;
- * Duration duration = ...;
- * Timestamp end = ...;
- * end.seconds = start.seconds + duration.seconds;
- * end.nanos = start.nanos + duration.nanos;
- * if (end.nanos < 0) {
- * end.seconds -= 1;
- * end.nanos += 1000000000;
- * } else if (end.nanos >= 1000000000) {
- * end.seconds += 1;
- * end.nanos -= 1000000000;
- * }
- * Example 3: Compute Duration from datetime.timedelta in Python.
- * td = datetime.timedelta(days=3, minutes=10)
- * duration = Duration()
- * duration.FromTimedelta(td)
- * # JSON Mapping
- * In JSON format, the Duration type is encoded as a string rather than an
- * object, where the string ends in the suffix "s" (indicating seconds) and
- * is preceded by the number of seconds, with nanoseconds expressed as
- * fractional seconds. For example, 3 seconds with 0 nanoseconds should be
- * encoded in JSON format as "3s", while 3 seconds and 1 nanosecond should
- * be expressed in JSON format as "3.000000001s", and 3 seconds and 1
- * microsecond should be expressed in JSON format as "3.000001s".
- *
- * Generated from protobuf message google.protobuf.Duration
- */
-class Duration extends \Google\Protobuf\Internal\Message
-{
- /**
- * Signed seconds of the span of time. Must be from -315,576,000,000
- * to +315,576,000,000 inclusive. Note: these bounds are computed from:
- * 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
- *
- * Generated from protobuf field int64 seconds = 1;
- */
- private $seconds = 0;
- /**
- * Signed fractions of a second at nanosecond resolution of the span
- * of time. Durations less than one second are represented with a 0
- * `seconds` field and a positive or negative `nanos` field. For durations
- * of one second or more, a non-zero value for the `nanos` field must be
- * of the same sign as the `seconds` field. Must be from -999,999,999
- * to +999,999,999 inclusive.
- *
- * Generated from protobuf field int32 nanos = 2;
- */
- private $nanos = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int|string $seconds
- * Signed seconds of the span of time. Must be from -315,576,000,000
- * to +315,576,000,000 inclusive. Note: these bounds are computed from:
- * 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
- * @type int $nanos
- * Signed fractions of a second at nanosecond resolution of the span
- * of time. Durations less than one second are represented with a 0
- * `seconds` field and a positive or negative `nanos` field. For durations
- * of one second or more, a non-zero value for the `nanos` field must be
- * of the same sign as the `seconds` field. Must be from -999,999,999
- * to +999,999,999 inclusive.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Duration::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Signed seconds of the span of time. Must be from -315,576,000,000
- * to +315,576,000,000 inclusive. Note: these bounds are computed from:
- * 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
- *
- * Generated from protobuf field int64 seconds = 1;
- * @return int|string
- */
- public function getSeconds()
- {
- return $this->seconds;
- }
-
- /**
- * Signed seconds of the span of time. Must be from -315,576,000,000
- * to +315,576,000,000 inclusive. Note: these bounds are computed from:
- * 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
- *
- * Generated from protobuf field int64 seconds = 1;
- * @param int|string $var
- * @return $this
- */
- public function setSeconds($var)
- {
- GPBUtil::checkInt64($var);
- $this->seconds = $var;
-
- return $this;
- }
-
- /**
- * Signed fractions of a second at nanosecond resolution of the span
- * of time. Durations less than one second are represented with a 0
- * `seconds` field and a positive or negative `nanos` field. For durations
- * of one second or more, a non-zero value for the `nanos` field must be
- * of the same sign as the `seconds` field. Must be from -999,999,999
- * to +999,999,999 inclusive.
- *
- * Generated from protobuf field int32 nanos = 2;
- * @return int
- */
- public function getNanos()
- {
- return $this->nanos;
- }
-
- /**
- * Signed fractions of a second at nanosecond resolution of the span
- * of time. Durations less than one second are represented with a 0
- * `seconds` field and a positive or negative `nanos` field. For durations
- * of one second or more, a non-zero value for the `nanos` field must be
- * of the same sign as the `seconds` field. Must be from -999,999,999
- * to +999,999,999 inclusive.
- *
- * Generated from protobuf field int32 nanos = 2;
- * @param int $var
- * @return $this
- */
- public function setNanos($var)
- {
- GPBUtil::checkInt32($var);
- $this->nanos = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Enum.php b/vendor/google/protobuf/src/Google/Protobuf/Enum.php
deleted file mode 100644
index 243c40d28..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Enum.php
+++ /dev/null
@@ -1,203 +0,0 @@
-google.protobuf.Enum
- */
-class Enum extends \Google\Protobuf\Internal\Message
-{
- /**
- * Enum type name.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Enum value definitions.
- *
- * Generated from protobuf field repeated .google.protobuf.EnumValue enumvalue = 2;
- */
- private $enumvalue;
- /**
- * Protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- */
- private $options;
- /**
- * The source context.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 4;
- */
- private $source_context = null;
- /**
- * The source syntax.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 5;
- */
- private $syntax = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Enum type name.
- * @type \Google\Protobuf\EnumValue[]|\Google\Protobuf\Internal\RepeatedField $enumvalue
- * Enum value definitions.
- * @type \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $options
- * Protocol buffer options.
- * @type \Google\Protobuf\SourceContext $source_context
- * The source context.
- * @type int $syntax
- * The source syntax.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Type::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Enum type name.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Enum type name.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Enum value definitions.
- *
- * Generated from protobuf field repeated .google.protobuf.EnumValue enumvalue = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getEnumvalue()
- {
- return $this->enumvalue;
- }
-
- /**
- * Enum value definitions.
- *
- * Generated from protobuf field repeated .google.protobuf.EnumValue enumvalue = 2;
- * @param \Google\Protobuf\EnumValue[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setEnumvalue($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\EnumValue::class);
- $this->enumvalue = $arr;
-
- return $this;
- }
-
- /**
- * Protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- * @param \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOptions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
- $this->options = $arr;
-
- return $this;
- }
-
- /**
- * The source context.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 4;
- * @return \Google\Protobuf\SourceContext
- */
- public function getSourceContext()
- {
- return $this->source_context;
- }
-
- /**
- * The source context.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 4;
- * @param \Google\Protobuf\SourceContext $var
- * @return $this
- */
- public function setSourceContext($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
- $this->source_context = $var;
-
- return $this;
- }
-
- /**
- * The source syntax.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 5;
- * @return int
- */
- public function getSyntax()
- {
- return $this->syntax;
- }
-
- /**
- * The source syntax.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 5;
- * @param int $var
- * @return $this
- */
- public function setSyntax($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
- $this->syntax = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php
deleted file mode 100644
index a8b56c0d4..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php
+++ /dev/null
@@ -1,79 +0,0 @@
-internal_desc = $internal_desc;
- }
-
- /**
- * @return string Full protobuf message name
- */
- public function getFullName()
- {
- return $this->internal_desc->getFullName();
- }
-
- /**
- * @return string PHP class name
- */
- public function getClass()
- {
- return $this->internal_desc->getClass();
- }
-
- /**
- * @param int $index Must be >= 0 and < getValueCount()
- * @return EnumValueDescriptor
- */
- public function getValue($index)
- {
- return $this->internal_desc->getValueDescriptorByIndex($index);
- }
-
- /**
- * @return int Number of values in enum
- */
- public function getValueCount()
- {
- return $this->internal_desc->getValueCount();
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php b/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php
deleted file mode 100644
index 1dc3c7a6e..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php
+++ /dev/null
@@ -1,135 +0,0 @@
-google.protobuf.EnumValue
- */
-class EnumValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * Enum value name.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * Enum value number.
- *
- * Generated from protobuf field int32 number = 2;
- */
- private $number = 0;
- /**
- * Protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- */
- private $options;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * Enum value name.
- * @type int $number
- * Enum value number.
- * @type \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $options
- * Protocol buffer options.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Type::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Enum value name.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Enum value name.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * Enum value number.
- *
- * Generated from protobuf field int32 number = 2;
- * @return int
- */
- public function getNumber()
- {
- return $this->number;
- }
-
- /**
- * Enum value number.
- *
- * Generated from protobuf field int32 number = 2;
- * @param int $var
- * @return $this
- */
- public function setNumber($var)
- {
- GPBUtil::checkInt32($var);
- $this->number = $var;
-
- return $this;
- }
-
- /**
- * Protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 3;
- * @param \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOptions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
- $this->options = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php
deleted file mode 100644
index e76e19971..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php
+++ /dev/null
@@ -1,64 +0,0 @@
-name = $name;
- $this->number = $number;
- }
-
- /**
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * @return int
- */
- public function getNumber()
- {
- return $this->number;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field.php b/vendor/google/protobuf/src/Google/Protobuf/Field.php
deleted file mode 100644
index 8da43e34d..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Field.php
+++ /dev/null
@@ -1,381 +0,0 @@
-google.protobuf.Field
- */
-class Field extends \Google\Protobuf\Internal\Message
-{
- /**
- * The field type.
- *
- * Generated from protobuf field .google.protobuf.Field.Kind kind = 1;
- */
- private $kind = 0;
- /**
- * The field cardinality.
- *
- * Generated from protobuf field .google.protobuf.Field.Cardinality cardinality = 2;
- */
- private $cardinality = 0;
- /**
- * The field number.
- *
- * Generated from protobuf field int32 number = 3;
- */
- private $number = 0;
- /**
- * The field name.
- *
- * Generated from protobuf field string name = 4;
- */
- private $name = '';
- /**
- * The field type URL, without the scheme, for message or enumeration
- * types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
- *
- * Generated from protobuf field string type_url = 6;
- */
- private $type_url = '';
- /**
- * The index of the field type in `Type.oneofs`, for message or enumeration
- * types. The first type has index 1; zero means the type is not in the list.
- *
- * Generated from protobuf field int32 oneof_index = 7;
- */
- private $oneof_index = 0;
- /**
- * Whether to use alternative packed wire representation.
- *
- * Generated from protobuf field bool packed = 8;
- */
- private $packed = false;
- /**
- * The protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 9;
- */
- private $options;
- /**
- * The field JSON name.
- *
- * Generated from protobuf field string json_name = 10;
- */
- private $json_name = '';
- /**
- * The string value of the default value of this field. Proto2 syntax only.
- *
- * Generated from protobuf field string default_value = 11;
- */
- private $default_value = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $kind
- * The field type.
- * @type int $cardinality
- * The field cardinality.
- * @type int $number
- * The field number.
- * @type string $name
- * The field name.
- * @type string $type_url
- * The field type URL, without the scheme, for message or enumeration
- * types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
- * @type int $oneof_index
- * The index of the field type in `Type.oneofs`, for message or enumeration
- * types. The first type has index 1; zero means the type is not in the list.
- * @type bool $packed
- * Whether to use alternative packed wire representation.
- * @type \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $options
- * The protocol buffer options.
- * @type string $json_name
- * The field JSON name.
- * @type string $default_value
- * The string value of the default value of this field. Proto2 syntax only.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Type::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The field type.
- *
- * Generated from protobuf field .google.protobuf.Field.Kind kind = 1;
- * @return int
- */
- public function getKind()
- {
- return $this->kind;
- }
-
- /**
- * The field type.
- *
- * Generated from protobuf field .google.protobuf.Field.Kind kind = 1;
- * @param int $var
- * @return $this
- */
- public function setKind($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Field_Kind::class);
- $this->kind = $var;
-
- return $this;
- }
-
- /**
- * The field cardinality.
- *
- * Generated from protobuf field .google.protobuf.Field.Cardinality cardinality = 2;
- * @return int
- */
- public function getCardinality()
- {
- return $this->cardinality;
- }
-
- /**
- * The field cardinality.
- *
- * Generated from protobuf field .google.protobuf.Field.Cardinality cardinality = 2;
- * @param int $var
- * @return $this
- */
- public function setCardinality($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Field_Cardinality::class);
- $this->cardinality = $var;
-
- return $this;
- }
-
- /**
- * The field number.
- *
- * Generated from protobuf field int32 number = 3;
- * @return int
- */
- public function getNumber()
- {
- return $this->number;
- }
-
- /**
- * The field number.
- *
- * Generated from protobuf field int32 number = 3;
- * @param int $var
- * @return $this
- */
- public function setNumber($var)
- {
- GPBUtil::checkInt32($var);
- $this->number = $var;
-
- return $this;
- }
-
- /**
- * The field name.
- *
- * Generated from protobuf field string name = 4;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The field name.
- *
- * Generated from protobuf field string name = 4;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The field type URL, without the scheme, for message or enumeration
- * types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
- *
- * Generated from protobuf field string type_url = 6;
- * @return string
- */
- public function getTypeUrl()
- {
- return $this->type_url;
- }
-
- /**
- * The field type URL, without the scheme, for message or enumeration
- * types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
- *
- * Generated from protobuf field string type_url = 6;
- * @param string $var
- * @return $this
- */
- public function setTypeUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->type_url = $var;
-
- return $this;
- }
-
- /**
- * The index of the field type in `Type.oneofs`, for message or enumeration
- * types. The first type has index 1; zero means the type is not in the list.
- *
- * Generated from protobuf field int32 oneof_index = 7;
- * @return int
- */
- public function getOneofIndex()
- {
- return $this->oneof_index;
- }
-
- /**
- * The index of the field type in `Type.oneofs`, for message or enumeration
- * types. The first type has index 1; zero means the type is not in the list.
- *
- * Generated from protobuf field int32 oneof_index = 7;
- * @param int $var
- * @return $this
- */
- public function setOneofIndex($var)
- {
- GPBUtil::checkInt32($var);
- $this->oneof_index = $var;
-
- return $this;
- }
-
- /**
- * Whether to use alternative packed wire representation.
- *
- * Generated from protobuf field bool packed = 8;
- * @return bool
- */
- public function getPacked()
- {
- return $this->packed;
- }
-
- /**
- * Whether to use alternative packed wire representation.
- *
- * Generated from protobuf field bool packed = 8;
- * @param bool $var
- * @return $this
- */
- public function setPacked($var)
- {
- GPBUtil::checkBool($var);
- $this->packed = $var;
-
- return $this;
- }
-
- /**
- * The protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 9;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * The protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 9;
- * @param \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOptions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
- $this->options = $arr;
-
- return $this;
- }
-
- /**
- * The field JSON name.
- *
- * Generated from protobuf field string json_name = 10;
- * @return string
- */
- public function getJsonName()
- {
- return $this->json_name;
- }
-
- /**
- * The field JSON name.
- *
- * Generated from protobuf field string json_name = 10;
- * @param string $var
- * @return $this
- */
- public function setJsonName($var)
- {
- GPBUtil::checkString($var, True);
- $this->json_name = $var;
-
- return $this;
- }
-
- /**
- * The string value of the default value of this field. Proto2 syntax only.
- *
- * Generated from protobuf field string default_value = 11;
- * @return string
- */
- public function getDefaultValue()
- {
- return $this->default_value;
- }
-
- /**
- * The string value of the default value of this field. Proto2 syntax only.
- *
- * Generated from protobuf field string default_value = 11;
- * @param string $var
- * @return $this
- */
- public function setDefaultValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->default_value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php b/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php
deleted file mode 100644
index 479dc0bfc..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php
+++ /dev/null
@@ -1,70 +0,0 @@
-google.protobuf.Field.Cardinality
- */
-class Cardinality
-{
- /**
- * For fields with unknown cardinality.
- *
- * Generated from protobuf enum CARDINALITY_UNKNOWN = 0;
- */
- const CARDINALITY_UNKNOWN = 0;
- /**
- * For optional fields.
- *
- * Generated from protobuf enum CARDINALITY_OPTIONAL = 1;
- */
- const CARDINALITY_OPTIONAL = 1;
- /**
- * For required fields. Proto2 syntax only.
- *
- * Generated from protobuf enum CARDINALITY_REQUIRED = 2;
- */
- const CARDINALITY_REQUIRED = 2;
- /**
- * For repeated fields.
- *
- * Generated from protobuf enum CARDINALITY_REPEATED = 3;
- */
- const CARDINALITY_REPEATED = 3;
-
- private static $valueToName = [
- self::CARDINALITY_UNKNOWN => 'CARDINALITY_UNKNOWN',
- self::CARDINALITY_OPTIONAL => 'CARDINALITY_OPTIONAL',
- self::CARDINALITY_REQUIRED => 'CARDINALITY_REQUIRED',
- self::CARDINALITY_REPEATED => 'CARDINALITY_REPEATED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Cardinality::class, \Google\Protobuf\Field_Cardinality::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php b/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php
deleted file mode 100644
index f30bd2f59..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php
+++ /dev/null
@@ -1,175 +0,0 @@
-google.protobuf.Field.Kind
- */
-class Kind
-{
- /**
- * Field type unknown.
- *
- * Generated from protobuf enum TYPE_UNKNOWN = 0;
- */
- const TYPE_UNKNOWN = 0;
- /**
- * Field type double.
- *
- * Generated from protobuf enum TYPE_DOUBLE = 1;
- */
- const TYPE_DOUBLE = 1;
- /**
- * Field type float.
- *
- * Generated from protobuf enum TYPE_FLOAT = 2;
- */
- const TYPE_FLOAT = 2;
- /**
- * Field type int64.
- *
- * Generated from protobuf enum TYPE_INT64 = 3;
- */
- const TYPE_INT64 = 3;
- /**
- * Field type uint64.
- *
- * Generated from protobuf enum TYPE_UINT64 = 4;
- */
- const TYPE_UINT64 = 4;
- /**
- * Field type int32.
- *
- * Generated from protobuf enum TYPE_INT32 = 5;
- */
- const TYPE_INT32 = 5;
- /**
- * Field type fixed64.
- *
- * Generated from protobuf enum TYPE_FIXED64 = 6;
- */
- const TYPE_FIXED64 = 6;
- /**
- * Field type fixed32.
- *
- * Generated from protobuf enum TYPE_FIXED32 = 7;
- */
- const TYPE_FIXED32 = 7;
- /**
- * Field type bool.
- *
- * Generated from protobuf enum TYPE_BOOL = 8;
- */
- const TYPE_BOOL = 8;
- /**
- * Field type string.
- *
- * Generated from protobuf enum TYPE_STRING = 9;
- */
- const TYPE_STRING = 9;
- /**
- * Field type group. Proto2 syntax only, and deprecated.
- *
- * Generated from protobuf enum TYPE_GROUP = 10;
- */
- const TYPE_GROUP = 10;
- /**
- * Field type message.
- *
- * Generated from protobuf enum TYPE_MESSAGE = 11;
- */
- const TYPE_MESSAGE = 11;
- /**
- * Field type bytes.
- *
- * Generated from protobuf enum TYPE_BYTES = 12;
- */
- const TYPE_BYTES = 12;
- /**
- * Field type uint32.
- *
- * Generated from protobuf enum TYPE_UINT32 = 13;
- */
- const TYPE_UINT32 = 13;
- /**
- * Field type enum.
- *
- * Generated from protobuf enum TYPE_ENUM = 14;
- */
- const TYPE_ENUM = 14;
- /**
- * Field type sfixed32.
- *
- * Generated from protobuf enum TYPE_SFIXED32 = 15;
- */
- const TYPE_SFIXED32 = 15;
- /**
- * Field type sfixed64.
- *
- * Generated from protobuf enum TYPE_SFIXED64 = 16;
- */
- const TYPE_SFIXED64 = 16;
- /**
- * Field type sint32.
- *
- * Generated from protobuf enum TYPE_SINT32 = 17;
- */
- const TYPE_SINT32 = 17;
- /**
- * Field type sint64.
- *
- * Generated from protobuf enum TYPE_SINT64 = 18;
- */
- const TYPE_SINT64 = 18;
-
- private static $valueToName = [
- self::TYPE_UNKNOWN => 'TYPE_UNKNOWN',
- self::TYPE_DOUBLE => 'TYPE_DOUBLE',
- self::TYPE_FLOAT => 'TYPE_FLOAT',
- self::TYPE_INT64 => 'TYPE_INT64',
- self::TYPE_UINT64 => 'TYPE_UINT64',
- self::TYPE_INT32 => 'TYPE_INT32',
- self::TYPE_FIXED64 => 'TYPE_FIXED64',
- self::TYPE_FIXED32 => 'TYPE_FIXED32',
- self::TYPE_BOOL => 'TYPE_BOOL',
- self::TYPE_STRING => 'TYPE_STRING',
- self::TYPE_GROUP => 'TYPE_GROUP',
- self::TYPE_MESSAGE => 'TYPE_MESSAGE',
- self::TYPE_BYTES => 'TYPE_BYTES',
- self::TYPE_UINT32 => 'TYPE_UINT32',
- self::TYPE_ENUM => 'TYPE_ENUM',
- self::TYPE_SFIXED32 => 'TYPE_SFIXED32',
- self::TYPE_SFIXED64 => 'TYPE_SFIXED64',
- self::TYPE_SINT32 => 'TYPE_SINT32',
- self::TYPE_SINT64 => 'TYPE_SINT64',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Kind::class, \Google\Protobuf\Field_Kind::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
deleted file mode 100644
index ac9271f98..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
+++ /dev/null
@@ -1,117 +0,0 @@
-internal_desc = $internal_desc;
- }
-
- /**
- * @return string Field name
- */
- public function getName()
- {
- return $this->internal_desc->getName();
- }
-
- /**
- * @return int Protobuf field number
- */
- public function getNumber()
- {
- return $this->internal_desc->getNumber();
- }
-
- /**
- * @return int
- */
- public function getLabel()
- {
- return $this->internal_desc->getLabel();
- }
-
- /**
- * @return int
- */
- public function getType()
- {
- return $this->internal_desc->getType();
- }
-
- /**
- * @return Descriptor Returns a descriptor for the field type if the field type is a message, otherwise throws \Exception
- * @throws \Exception
- */
- public function getMessageType()
- {
- if ($this->getType() == GPBType::MESSAGE) {
- return $this->getPublicDescriptor($this->internal_desc->getMessageType());
- } else {
- throw new \Exception("Cannot get message type for non-message field '" . $this->getName() . "'");
- }
- }
-
- /**
- * @return EnumDescriptor Returns an enum descriptor if the field type is an enum, otherwise throws \Exception
- * @throws \Exception
- */
- public function getEnumType()
- {
- if ($this->getType() == GPBType::ENUM) {
- return $this->getPublicDescriptor($this->internal_desc->getEnumType());
- } else {
- throw new \Exception("Cannot get enum type for non-enum field '" . $this->getName() . "'");
- }
- }
-
- /**
- * @return boolean
- */
- public function isMap()
- {
- return $this->internal_desc->isMap();
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php b/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php
deleted file mode 100644
index 8fb38cbfb..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php
+++ /dev/null
@@ -1,223 +0,0 @@
-google.protobuf.FieldMask
- */
-class FieldMask extends \Google\Protobuf\Internal\Message
-{
- /**
- * The set of field mask paths.
- *
- * Generated from protobuf field repeated string paths = 1;
- */
- private $paths;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $paths
- * The set of field mask paths.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\FieldMask::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The set of field mask paths.
- *
- * Generated from protobuf field repeated string paths = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPaths()
- {
- return $this->paths;
- }
-
- /**
- * The set of field mask paths.
- *
- * Generated from protobuf field repeated string paths = 1;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPaths($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->paths = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php b/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php
deleted file mode 100644
index dff8f8931..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.protobuf.FloatValue
- */
-class FloatValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * The float value.
- *
- * Generated from protobuf field float value = 1;
- */
- private $value = 0.0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type float $value
- * The float value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The float value.
- *
- * Generated from protobuf field float value = 1;
- * @return float
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The float value.
- *
- * Generated from protobuf field float value = 1;
- * @param float $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkFloat($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php b/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php
deleted file mode 100644
index 2de9c3bc0..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php
+++ /dev/null
@@ -1,39 +0,0 @@
-google.protobuf.Empty
- */
-class GPBEmpty extends \Google\Protobuf\Internal\Message
-{
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
- parent::__construct($data);
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Int32Value.php b/vendor/google/protobuf/src/Google/Protobuf/Int32Value.php
deleted file mode 100644
index d7fd528d2..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Int32Value.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.Int32Value
- */
-class Int32Value extends \Google\Protobuf\Internal\Message
-{
- /**
- * The int32 value.
- *
- * Generated from protobuf field int32 value = 1;
- */
- private $value = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $value
- * The int32 value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The int32 value.
- *
- * Generated from protobuf field int32 value = 1;
- * @return int
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The int32 value.
- *
- * Generated from protobuf field int32 value = 1;
- * @param int $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkInt32($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Int64Value.php b/vendor/google/protobuf/src/Google/Protobuf/Int64Value.php
deleted file mode 100644
index ca6630558..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Int64Value.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.Int64Value
- */
-class Int64Value extends \Google\Protobuf\Internal\Message
-{
- /**
- * The int64 value.
- *
- * Generated from protobuf field int64 value = 1;
- */
- private $value = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int|string $value
- * The int64 value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The int64 value.
- *
- * Generated from protobuf field int64 value = 1;
- * @return int|string
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The int64 value.
- *
- * Generated from protobuf field int64 value = 1;
- * @param int|string $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkInt64($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php
deleted file mode 100644
index 33f4a456a..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php
+++ /dev/null
@@ -1,378 +0,0 @@
-buffer = $buffer;
- $this->buffer_size_after_limit = 0;
- $this->buffer_end = $end;
- $this->current = $start;
- $this->current_limit = $end;
- $this->legitimate_message_end = false;
- $this->recursion_budget = self::DEFAULT_RECURSION_LIMIT;
- $this->recursion_limit = self::DEFAULT_RECURSION_LIMIT;
- $this->total_bytes_limit = self::DEFAULT_TOTAL_BYTES_LIMIT;
- $this->total_bytes_read = $end - $start;
- }
-
- private function advance($amount)
- {
- $this->current += $amount;
- }
-
- public function bufferSize()
- {
- return $this->buffer_end - $this->current;
- }
-
- public function current()
- {
- return $this->total_bytes_read -
- ($this->buffer_end - $this->current +
- $this->buffer_size_after_limit);
- }
-
- public function substr($start, $end)
- {
- return substr($this->buffer, $start, $end - $start);
- }
-
- private function recomputeBufferLimits()
- {
- $this->buffer_end += $this->buffer_size_after_limit;
- $closest_limit = min($this->current_limit, $this->total_bytes_limit);
- if ($closest_limit < $this->total_bytes_read) {
- // The limit position is in the current buffer. We must adjust the
- // buffer size accordingly.
- $this->buffer_size_after_limit = $this->total_bytes_read -
- $closest_limit;
- $this->buffer_end -= $this->buffer_size_after_limit;
- } else {
- $this->buffer_size_after_limit = 0;
- }
- }
-
- private function consumedEntireMessage()
- {
- return $this->legitimate_message_end;
- }
-
- /**
- * Read uint32 into $var. Advance buffer with consumed bytes. If the
- * contained varint is larger than 32 bits, discard the high order bits.
- * @param $var.
- */
- public function readVarint32(&$var)
- {
- if (!$this->readVarint64($var)) {
- return false;
- }
-
- if (PHP_INT_SIZE == 4) {
- $var = bcmod($var, 4294967296);
- } else {
- $var &= 0xFFFFFFFF;
- }
-
- // Convert large uint32 to int32.
- if ($var > 0x7FFFFFFF) {
- if (PHP_INT_SIZE === 8) {
- $var = $var | (0xFFFFFFFF << 32);
- } else {
- $var = bcsub($var, 4294967296);
- }
- }
-
- $var = intval($var);
- return true;
- }
-
- /**
- * Read Uint64 into $var. Advance buffer with consumed bytes.
- * @param $var.
- */
- public function readVarint64(&$var)
- {
- $count = 0;
-
- if (PHP_INT_SIZE == 4) {
- $high = 0;
- $low = 0;
- $b = 0;
-
- do {
- if ($this->current === $this->buffer_end) {
- return false;
- }
- if ($count === self::MAX_VARINT_BYTES) {
- return false;
- }
- $b = ord($this->buffer[$this->current]);
- $bits = 7 * $count;
- if ($bits >= 32) {
- $high |= (($b & 0x7F) << ($bits - 32));
- } else if ($bits > 25){
- // $bits is 28 in this case.
- $low |= (($b & 0x7F) << 28);
- $high = ($b & 0x7F) >> 4;
- } else {
- $low |= (($b & 0x7F) << $bits);
- }
-
- $this->advance(1);
- $count += 1;
- } while ($b & 0x80);
-
- $var = GPBUtil::combineInt32ToInt64($high, $low);
- if (bccomp($var, 0) < 0) {
- $var = bcadd($var, "18446744073709551616");
- }
- } else {
- $result = 0;
- $shift = 0;
-
- do {
- if ($this->current === $this->buffer_end) {
- return false;
- }
- if ($count === self::MAX_VARINT_BYTES) {
- return false;
- }
-
- $byte = ord($this->buffer[$this->current]);
- $result |= ($byte & 0x7f) << $shift;
- $shift += 7;
- $this->advance(1);
- $count += 1;
- } while ($byte > 0x7f);
-
- $var = $result;
- }
-
- return true;
- }
-
- /**
- * Read int into $var. If the result is larger than the largest integer, $var
- * will be -1. Advance buffer with consumed bytes.
- * @param $var.
- */
- public function readVarintSizeAsInt(&$var)
- {
- if (!$this->readVarint64($var)) {
- return false;
- }
- $var = (int)$var;
- return true;
- }
-
- /**
- * Read 32-bit unsiged integer to $var. If the buffer has less than 4 bytes,
- * return false. Advance buffer with consumed bytes.
- * @param $var.
- */
- public function readLittleEndian32(&$var)
- {
- $data = null;
- if (!$this->readRaw(4, $data)) {
- return false;
- }
- $var = unpack('V', $data);
- $var = $var[1];
- return true;
- }
-
- /**
- * Read 64-bit unsiged integer to $var. If the buffer has less than 8 bytes,
- * return false. Advance buffer with consumed bytes.
- * @param $var.
- */
- public function readLittleEndian64(&$var)
- {
- $data = null;
- if (!$this->readRaw(4, $data)) {
- return false;
- }
- $low = unpack('V', $data)[1];
- if (!$this->readRaw(4, $data)) {
- return false;
- }
- $high = unpack('V', $data)[1];
- if (PHP_INT_SIZE == 4) {
- $var = GPBUtil::combineInt32ToInt64($high, $low);
- } else {
- $var = ($high << 32) | $low;
- }
- return true;
- }
-
- /**
- * Read tag into $var. Advance buffer with consumed bytes.
- * @param $var.
- */
- public function readTag()
- {
- if ($this->current === $this->buffer_end) {
- // Make sure that it failed due to EOF, not because we hit
- // total_bytes_limit, which, unlike normal limits, is not a valid
- // place to end a message.
- $current_position = $this->total_bytes_read -
- $this->buffer_size_after_limit;
- if ($current_position >= $this->total_bytes_limit) {
- // Hit total_bytes_limit_. But if we also hit the normal limit,
- // we're still OK.
- $this->legitimate_message_end =
- ($this->current_limit === $this->total_bytes_limit);
- } else {
- $this->legitimate_message_end = true;
- }
- return 0;
- }
-
- $result = 0;
- // The larget tag is 2^29 - 1, which can be represented by int32.
- $success = $this->readVarint32($result);
- if ($success) {
- return $result;
- } else {
- return 0;
- }
- }
-
- public function readRaw($size, &$buffer)
- {
- $current_buffer_size = 0;
- if ($this->bufferSize() < $size) {
- return false;
- }
-
- $buffer = substr($this->buffer, $this->current, $size);
- $this->advance($size);
-
- return true;
- }
-
- /* Places a limit on the number of bytes that the stream may read, starting
- * from the current position. Once the stream hits this limit, it will act
- * like the end of the input has been reached until popLimit() is called.
- *
- * As the names imply, the stream conceptually has a stack of limits. The
- * shortest limit on the stack is always enforced, even if it is not the top
- * limit.
- *
- * The value returned by pushLimit() is opaque to the caller, and must be
- * passed unchanged to the corresponding call to popLimit().
- *
- * @param integer $byte_limit
- * @throws \Exception Fail to push limit.
- */
- public function pushLimit($byte_limit)
- {
- // Current position relative to the beginning of the stream.
- $current_position = $this->current();
- $old_limit = $this->current_limit;
-
- // security: byte_limit is possibly evil, so check for negative values
- // and overflow.
- if ($byte_limit >= 0 &&
- $byte_limit <= PHP_INT_MAX - $current_position &&
- $byte_limit <= $this->current_limit - $current_position) {
- $this->current_limit = $current_position + $byte_limit;
- $this->recomputeBufferLimits();
- } else {
- throw new GPBDecodeException("Fail to push limit.");
- }
-
- return $old_limit;
- }
-
- /* The limit passed in is actually the *old* limit, which we returned from
- * PushLimit().
- *
- * @param integer $byte_limit
- */
- public function popLimit($byte_limit)
- {
- $this->current_limit = $byte_limit;
- $this->recomputeBufferLimits();
- // We may no longer be at a legitimate message end. ReadTag() needs to
- // be called again to find out.
- $this->legitimate_message_end = false;
- }
-
- public function incrementRecursionDepthAndPushLimit(
- $byte_limit, &$old_limit, &$recursion_budget)
- {
- $old_limit = $this->pushLimit($byte_limit);
- $recursion_limit = --$this->recursion_limit;
- }
-
- public function decrementRecursionDepthAndPopLimit($byte_limit)
- {
- $result = $this->consumedEntireMessage();
- $this->popLimit($byte_limit);
- ++$this->recursion_budget;
- return $result;
- }
-
- public function bytesUntilLimit()
- {
- if ($this->current_limit === PHP_INT_MAX) {
- return -1;
- }
- return $this->current_limit - $this->current;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php
deleted file mode 100644
index f75e9c662..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php
+++ /dev/null
@@ -1,159 +0,0 @@
-current = 0;
- $this->buffer_size = $size;
- $this->buffer = str_repeat(chr(0), $this->buffer_size);
- }
-
- public function getData()
- {
- return $this->buffer;
- }
-
- public function writeVarint32($value, $trim)
- {
- $bytes = str_repeat(chr(0), self::MAX_VARINT64_BYTES);
- $size = self::writeVarintToArray($value, $bytes, $trim);
- return $this->writeRaw($bytes, $size);
- }
-
- public function writeVarint64($value)
- {
- $bytes = str_repeat(chr(0), self::MAX_VARINT64_BYTES);
- $size = self::writeVarintToArray($value, $bytes);
- return $this->writeRaw($bytes, $size);
- }
-
- public function writeLittleEndian32($value)
- {
- $bytes = str_repeat(chr(0), 4);
- $size = self::writeLittleEndian32ToArray($value, $bytes);
- return $this->writeRaw($bytes, $size);
- }
-
- public function writeLittleEndian64($value)
- {
- $bytes = str_repeat(chr(0), 8);
- $size = self::writeLittleEndian64ToArray($value, $bytes);
- return $this->writeRaw($bytes, $size);
- }
-
- public function writeTag($tag)
- {
- return $this->writeVarint32($tag, true);
- }
-
- public function writeRaw($data, $size)
- {
- if ($this->buffer_size < $size) {
- trigger_error("Output stream doesn't have enough buffer.");
- return false;
- }
-
- for ($i = 0; $i < $size; $i++) {
- $this->buffer[$this->current] = $data[$i];
- $this->current++;
- $this->buffer_size--;
- }
- return true;
- }
-
- public static function writeVarintToArray($value, &$buffer, $trim = false)
- {
- $current = 0;
-
- $high = 0;
- $low = 0;
- if (PHP_INT_SIZE == 4) {
- GPBUtil::divideInt64ToInt32($value, $high, $low, $trim);
- } else {
- $low = $value;
- }
-
- while (($low >= 0x80 || $low < 0) || $high != 0) {
- $buffer[$current] = chr($low | 0x80);
- $value = ($value >> 7) & ~(0x7F << ((PHP_INT_SIZE << 3) - 7));
- $carry = ($high & 0x7F) << ((PHP_INT_SIZE << 3) - 7);
- $high = ($high >> 7) & ~(0x7F << ((PHP_INT_SIZE << 3) - 7));
- $low = (($low >> 7) & ~(0x7F << ((PHP_INT_SIZE << 3) - 7)) | $carry);
- $current++;
- }
- $buffer[$current] = chr($low);
- return $current + 1;
- }
-
- private static function writeLittleEndian32ToArray($value, &$buffer)
- {
- $buffer[0] = chr($value & 0x000000FF);
- $buffer[1] = chr(($value >> 8) & 0x000000FF);
- $buffer[2] = chr(($value >> 16) & 0x000000FF);
- $buffer[3] = chr(($value >> 24) & 0x000000FF);
- return 4;
- }
-
- private static function writeLittleEndian64ToArray($value, &$buffer)
- {
- $high = 0;
- $low = 0;
- if (PHP_INT_SIZE == 4) {
- GPBUtil::divideInt64ToInt32($value, $high, $low);
- } else {
- $low = $value & 0xFFFFFFFF;
- $high = ($value >> 32) & 0xFFFFFFFF;
- }
-
- $buffer[0] = chr($low & 0x000000FF);
- $buffer[1] = chr(($low >> 8) & 0x000000FF);
- $buffer[2] = chr(($low >> 16) & 0x000000FF);
- $buffer[3] = chr(($low >> 24) & 0x000000FF);
- $buffer[4] = chr($high & 0x000000FF);
- $buffer[5] = chr(($high >> 8) & 0x000000FF);
- $buffer[6] = chr(($high >> 16) & 0x000000FF);
- $buffer[7] = chr(($high >> 24) & 0x000000FF);
- return 8;
- }
-
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php
deleted file mode 100644
index 21ac5de36..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php
+++ /dev/null
@@ -1,222 +0,0 @@
-public_desc = new \Google\Protobuf\Descriptor($this);
- }
-
- public function addOneofDecl($oneof)
- {
- $this->oneof_decl[] = $oneof;
- }
-
- public function getOneofDecl()
- {
- return $this->oneof_decl;
- }
-
- public function setFullName($full_name)
- {
- $this->full_name = $full_name;
- }
-
- public function getFullName()
- {
- return $this->full_name;
- }
-
- public function addField($field)
- {
- $this->field[$field->getNumber()] = $field;
- $this->json_to_field[$field->getJsonName()] = $field;
- $this->name_to_field[$field->getName()] = $field;
- $this->index_to_field[] = $field;
- }
-
- public function getField()
- {
- return $this->field;
- }
-
- public function addNestedType($desc)
- {
- $this->nested_type[] = $desc;
- }
-
- public function getNestedType()
- {
- return $this->nested_type;
- }
-
- public function addEnumType($desc)
- {
- $this->enum_type[] = $desc;
- }
-
- public function getEnumType()
- {
- return $this->enum_type;
- }
-
- public function getFieldByNumber($number)
- {
- if (!isset($this->field[$number])) {
- return NULL;
- } else {
- return $this->field[$number];
- }
- }
-
- public function getFieldByJsonName($json_name)
- {
- if (!isset($this->json_to_field[$json_name])) {
- return NULL;
- } else {
- return $this->json_to_field[$json_name];
- }
- }
-
- public function getFieldByName($name)
- {
- if (!isset($this->name_to_field[$name])) {
- return NULL;
- } else {
- return $this->name_to_field[$name];
- }
- }
-
- public function getFieldByIndex($index)
- {
- if (count($this->index_to_field) <= $index) {
- return NULL;
- } else {
- return $this->index_to_field[$index];
- }
- }
-
- public function setClass($klass)
- {
- $this->klass = $klass;
- }
-
- public function getClass()
- {
- return $this->klass;
- }
-
- public function setLegacyClass($klass)
- {
- $this->legacy_klass = $klass;
- }
-
- public function getLegacyClass()
- {
- return $this->legacy_klass;
- }
-
- public function setOptions($options)
- {
- $this->options = $options;
- }
-
- public function getOptions()
- {
- return $this->options;
- }
-
- public static function buildFromProto($proto, $file_proto, $containing)
- {
- $desc = new Descriptor();
-
- $message_name_without_package = "";
- $classname = "";
- $legacy_classname = "";
- $fullname = "";
- GPBUtil::getFullClassName(
- $proto,
- $containing,
- $file_proto,
- $message_name_without_package,
- $legacy_classname,
- $classname,
- $fullname);
- $desc->setFullName($fullname);
- $desc->setClass($classname);
- $desc->setLegacyClass($legacy_classname);
- $desc->setOptions($proto->getOptions());
-
- foreach ($proto->getField() as $field_proto) {
- $desc->addField(FieldDescriptor::buildFromProto($field_proto));
- }
-
- // Handle nested types.
- foreach ($proto->getNestedType() as $nested_proto) {
- $desc->addNestedType(Descriptor::buildFromProto(
- $nested_proto, $file_proto, $message_name_without_package));
- }
-
- // Handle nested enum.
- foreach ($proto->getEnumType() as $enum_proto) {
- $desc->addEnumType(EnumDescriptor::buildFromProto(
- $enum_proto, $file_proto, $message_name_without_package));
- }
-
- // Handle oneof fields.
- $index = 0;
- foreach ($proto->getOneofDecl() as $oneof_proto) {
- $desc->addOneofDecl(
- OneofDescriptor::buildFromProto($oneof_proto, $desc, $index));
- $index++;
- }
-
- return $desc;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php
deleted file mode 100644
index 419bbf4dc..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php
+++ /dev/null
@@ -1,179 +0,0 @@
-mergeFromString($data);
- $file = FileDescriptor::buildFromProto($files->getFile()[0]);
-
- foreach ($file->getMessageType() as $desc) {
- $this->addDescriptor($desc);
- }
- unset($desc);
-
- foreach ($file->getEnumType() as $desc) {
- $this->addEnumDescriptor($desc);
- }
- unset($desc);
-
- foreach ($file->getMessageType() as $desc) {
- $this->crossLink($desc);
- }
- unset($desc);
- }
-
- public function addMessage($name, $klass)
- {
- return new MessageBuilderContext($name, $klass, $this);
- }
-
- public function addEnum($name, $klass)
- {
- return new EnumBuilderContext($name, $klass, $this);
- }
-
- public function addDescriptor($descriptor)
- {
- $this->proto_to_class[$descriptor->getFullName()] =
- $descriptor->getClass();
- $this->class_to_desc[$descriptor->getClass()] = $descriptor;
- $this->class_to_desc[$descriptor->getLegacyClass()] = $descriptor;
- foreach ($descriptor->getNestedType() as $nested_type) {
- $this->addDescriptor($nested_type);
- }
- foreach ($descriptor->getEnumType() as $enum_type) {
- $this->addEnumDescriptor($enum_type);
- }
- }
-
- public function addEnumDescriptor($descriptor)
- {
- $this->proto_to_class[$descriptor->getFullName()] =
- $descriptor->getClass();
- $this->class_to_enum_desc[$descriptor->getClass()] = $descriptor;
- $this->class_to_enum_desc[$descriptor->getLegacyClass()] = $descriptor;
- }
-
- public function getDescriptorByClassName($klass)
- {
- if (isset($this->class_to_desc[$klass])) {
- return $this->class_to_desc[$klass];
- } else {
- return null;
- }
- }
-
- public function getEnumDescriptorByClassName($klass)
- {
- if (isset($this->class_to_enum_desc[$klass])) {
- return $this->class_to_enum_desc[$klass];
- } else {
- return null;
- }
- }
-
- public function getDescriptorByProtoName($proto)
- {
- if (isset($this->proto_to_class[$proto])) {
- $klass = $this->proto_to_class[$proto];
- return $this->class_to_desc[$klass];
- } else {
- return null;
- }
- }
-
- public function getEnumDescriptorByProtoName($proto)
- {
- $klass = $this->proto_to_class[$proto];
- return $this->class_to_enum_desc[$klass];
- }
-
- private function crossLink(Descriptor $desc)
- {
- foreach ($desc->getField() as $field) {
- switch ($field->getType()) {
- case GPBType::MESSAGE:
- $proto = $field->getMessageType();
- $field->setMessageType(
- $this->getDescriptorByProtoName($proto));
- break;
- case GPBType::ENUM:
- $proto = $field->getEnumType();
- $field->setEnumType(
- $this->getEnumDescriptorByProtoName($proto));
- break;
- default:
- break;
- }
- }
- unset($field);
-
- foreach ($desc->getNestedType() as $nested_type) {
- $this->crossLink($nested_type);
- }
- unset($nested_type);
- }
-
- public function finish()
- {
- foreach ($this->class_to_desc as $klass => $desc) {
- $this->crossLink($desc);
- }
- unset($desc);
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
deleted file mode 100644
index 2d5283145..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
+++ /dev/null
@@ -1,386 +0,0 @@
-google.protobuf.DescriptorProto
- */
-final class DescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto field = 2;
- */
- private $field;
- private $has_field = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 6;
- */
- private $extension;
- private $has_extension = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto nested_type = 3;
- */
- private $nested_type;
- private $has_nested_type = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- */
- private $enum_type;
- private $has_enum_type = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- */
- private $extension_range;
- private $has_extension_range = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- */
- private $oneof_decl;
- private $has_oneof_decl = false;
- /**
- * Generated from protobuf field optional .google.protobuf.MessageOptions options = 7;
- */
- private $options = null;
- private $has_options = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- */
- private $reserved_range;
- private $has_reserved_range = false;
- /**
- * Reserved field names, which may not be used by fields in the same message.
- * A given name may only be reserved once.
- *
- * Generated from protobuf field repeated string reserved_name = 10;
- */
- private $reserved_name;
- private $has_reserved_name = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type \Google\Protobuf\Internal\FieldDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $field
- * @type \Google\Protobuf\Internal\FieldDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $extension
- * @type \Google\Protobuf\Internal\DescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $nested_type
- * @type \Google\Protobuf\Internal\EnumDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $enum_type
- * @type \Google\Protobuf\Internal\DescriptorProto\ExtensionRange[]|\Google\Protobuf\Internal\RepeatedField $extension_range
- * @type \Google\Protobuf\Internal\OneofDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $oneof_decl
- * @type \Google\Protobuf\Internal\MessageOptions $options
- * @type \Google\Protobuf\Internal\DescriptorProto\ReservedRange[]|\Google\Protobuf\Internal\RepeatedField $reserved_range
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $reserved_name
- * Reserved field names, which may not be used by fields in the same message.
- * A given name may only be reserved once.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto field = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getField()
- {
- return $this->field;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto field = 2;
- * @param \Google\Protobuf\Internal\FieldDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setField($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class);
- $this->field = $arr;
- $this->has_field = true;
-
- return $this;
- }
-
- public function hasField()
- {
- return $this->has_field;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getExtension()
- {
- return $this->extension;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 6;
- * @param \Google\Protobuf\Internal\FieldDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setExtension($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class);
- $this->extension = $arr;
- $this->has_extension = true;
-
- return $this;
- }
-
- public function hasExtension()
- {
- return $this->has_extension;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto nested_type = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getNestedType()
- {
- return $this->nested_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto nested_type = 3;
- * @param \Google\Protobuf\Internal\DescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setNestedType($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class);
- $this->nested_type = $arr;
- $this->has_nested_type = true;
-
- return $this;
- }
-
- public function hasNestedType()
- {
- return $this->has_nested_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getEnumType()
- {
- return $this->enum_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- * @param \Google\Protobuf\Internal\EnumDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setEnumType($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class);
- $this->enum_type = $arr;
- $this->has_enum_type = true;
-
- return $this;
- }
-
- public function hasEnumType()
- {
- return $this->has_enum_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getExtensionRange()
- {
- return $this->extension_range;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- * @param \Google\Protobuf\Internal\DescriptorProto\ExtensionRange[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setExtensionRange($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto\ExtensionRange::class);
- $this->extension_range = $arr;
- $this->has_extension_range = true;
-
- return $this;
- }
-
- public function hasExtensionRange()
- {
- return $this->has_extension_range;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOneofDecl()
- {
- return $this->oneof_decl;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- * @param \Google\Protobuf\Internal\OneofDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOneofDecl($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\OneofDescriptorProto::class);
- $this->oneof_decl = $arr;
- $this->has_oneof_decl = true;
-
- return $this;
- }
-
- public function hasOneofDecl()
- {
- return $this->has_oneof_decl;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.MessageOptions options = 7;
- * @return \Google\Protobuf\Internal\MessageOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.MessageOptions options = 7;
- * @param \Google\Protobuf\Internal\MessageOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MessageOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getReservedRange()
- {
- return $this->reserved_range;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- * @param \Google\Protobuf\Internal\DescriptorProto\ReservedRange[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setReservedRange($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto\ReservedRange::class);
- $this->reserved_range = $arr;
- $this->has_reserved_range = true;
-
- return $this;
- }
-
- public function hasReservedRange()
- {
- return $this->has_reserved_range;
- }
-
- /**
- * Reserved field names, which may not be used by fields in the same message.
- * A given name may only be reserved once.
- *
- * Generated from protobuf field repeated string reserved_name = 10;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getReservedName()
- {
- return $this->reserved_name;
- }
-
- /**
- * Reserved field names, which may not be used by fields in the same message.
- * A given name may only be reserved once.
- *
- * Generated from protobuf field repeated string reserved_name = 10;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setReservedName($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->reserved_name = $arr;
- $this->has_reserved_name = true;
-
- return $this;
- }
-
- public function hasReservedName()
- {
- return $this->has_reserved_name;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
deleted file mode 100644
index fb98f7d5a..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
+++ /dev/null
@@ -1,152 +0,0 @@
-google.protobuf.DescriptorProto.ExtensionRange
- */
-final class ExtensionRange extends \Google\Protobuf\Internal\Message
-{
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- */
- private $start = 0;
- private $has_start = false;
- /**
- * Exclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- */
- private $end = 0;
- private $has_end = false;
- /**
- * Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions options = 3;
- */
- private $options = null;
- private $has_options = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $start
- * Inclusive.
- * @type int $end
- * Exclusive.
- * @type \Google\Protobuf\Internal\ExtensionRangeOptions $options
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- * @return int
- */
- public function getStart()
- {
- return $this->start;
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- * @param int $var
- * @return $this
- */
- public function setStart($var)
- {
- GPBUtil::checkInt32($var);
- $this->start = $var;
- $this->has_start = true;
-
- return $this;
- }
-
- public function hasStart()
- {
- return $this->has_start;
- }
-
- /**
- * Exclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- * @return int
- */
- public function getEnd()
- {
- return $this->end;
- }
-
- /**
- * Exclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- * @param int $var
- * @return $this
- */
- public function setEnd($var)
- {
- GPBUtil::checkInt32($var);
- $this->end = $var;
- $this->has_end = true;
-
- return $this;
- }
-
- public function hasEnd()
- {
- return $this->has_end;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions options = 3;
- * @return \Google\Protobuf\Internal\ExtensionRangeOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions options = 3;
- * @param \Google\Protobuf\Internal\ExtensionRangeOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ExtensionRangeOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ExtensionRange::class, \Google\Protobuf\Internal\DescriptorProto_ExtensionRange::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
deleted file mode 100644
index fa46419a5..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
+++ /dev/null
@@ -1,122 +0,0 @@
-google.protobuf.DescriptorProto.ReservedRange
- */
-final class ReservedRange extends \Google\Protobuf\Internal\Message
-{
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- */
- private $start = 0;
- private $has_start = false;
- /**
- * Exclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- */
- private $end = 0;
- private $has_end = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $start
- * Inclusive.
- * @type int $end
- * Exclusive.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- * @return int
- */
- public function getStart()
- {
- return $this->start;
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- * @param int $var
- * @return $this
- */
- public function setStart($var)
- {
- GPBUtil::checkInt32($var);
- $this->start = $var;
- $this->has_start = true;
-
- return $this;
- }
-
- public function hasStart()
- {
- return $this->has_start;
- }
-
- /**
- * Exclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- * @return int
- */
- public function getEnd()
- {
- return $this->end;
- }
-
- /**
- * Exclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- * @param int $var
- * @return $this
- */
- public function setEnd($var)
- {
- GPBUtil::checkInt32($var);
- $this->end = $var;
- $this->has_end = true;
-
- return $this;
- }
-
- public function hasEnd()
- {
- return $this->has_end;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ReservedRange::class, \Google\Protobuf\Internal\DescriptorProto_ReservedRange::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
deleted file mode 100644
index c928fbe5b..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
+++ /dev/null
@@ -1,16 +0,0 @@
-descriptor = new EnumDescriptor();
- $this->descriptor->setFullName($full_name);
- $this->descriptor->setClass($klass);
- $this->pool = $pool;
- }
-
- public function value($name, $number)
- {
- $value = new EnumValueDescriptor($name, $number);
- $this->descriptor->addValue($number, $value);
- return $this;
- }
-
- public function finalizeToPool()
- {
- $this->pool->addEnumDescriptor($this->descriptor);
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php
deleted file mode 100644
index 7af4f8401..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php
+++ /dev/null
@@ -1,115 +0,0 @@
-public_desc = new \Google\Protobuf\EnumDescriptor($this);
- }
-
- public function setFullName($full_name)
- {
- $this->full_name = $full_name;
- }
-
- public function getFullName()
- {
- return $this->full_name;
- }
-
- public function addValue($number, $value)
- {
- $this->value[$number] = $value;
- $this->name_to_value[$value->getName()] = $value;
- $this->value_descriptor[] = new EnumValueDescriptor($value->getName(), $number);
- }
-
- public function getValueByNumber($number)
- {
- if (isset($this->value[$number])) {
- return $this->value[$number];
- }
- return null;
- }
-
- public function getValueByName($name)
- {
- if (isset($this->name_to_value[$name])) {
- return $this->name_to_value[$name];
- }
- return null;
- }
-
- public function getValueDescriptorByIndex($index)
- {
- if (isset($this->value_descriptor[$index])) {
- return $this->value_descriptor[$index];
- }
- return null;
- }
-
- public function getValueCount()
- {
- return count($this->value);
- }
-
- public function setClass($klass)
- {
- $this->klass = $klass;
- }
-
- public function getClass()
- {
- return $this->klass;
- }
-
- public function setLegacyClass($klass)
- {
- $this->legacy_klass = $klass;
- }
-
- public function getLegacyClass()
- {
- return $this->legacy_klass;
- }
-
- public static function buildFromProto($proto, $file_proto, $containing)
- {
- $desc = new EnumDescriptor();
-
- $enum_name_without_package = "";
- $classname = "";
- $legacy_classname = "";
- $fullname = "";
- GPBUtil::getFullClassName(
- $proto,
- $containing,
- $file_proto,
- $enum_name_without_package,
- $classname,
- $legacy_classname,
- $fullname);
- $desc->setFullName($fullname);
- $desc->setClass($classname);
- $desc->setLegacyClass($legacy_classname);
- $values = $proto->getValue();
- foreach ($values as $value) {
- $desc->addValue($value->getNumber(), $value);
- }
-
- return $desc;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
deleted file mode 100644
index b7c3a208b..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
+++ /dev/null
@@ -1,231 +0,0 @@
-google.protobuf.EnumDescriptorProto
- */
-final class EnumDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- */
- private $value;
- private $has_value = false;
- /**
- * Generated from protobuf field optional .google.protobuf.EnumOptions options = 3;
- */
- private $options = null;
- private $has_options = false;
- /**
- * Range of reserved numeric values. Reserved numeric values may not be used
- * by enum values in the same enum declaration. Reserved ranges may not
- * overlap.
- *
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
- */
- private $reserved_range;
- private $has_reserved_range = false;
- /**
- * Reserved enum value names, which may not be reused. A given name may only
- * be reserved once.
- *
- * Generated from protobuf field repeated string reserved_name = 5;
- */
- private $reserved_name;
- private $has_reserved_name = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type \Google\Protobuf\Internal\EnumValueDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $value
- * @type \Google\Protobuf\Internal\EnumOptions $options
- * @type \Google\Protobuf\Internal\EnumDescriptorProto\EnumReservedRange[]|\Google\Protobuf\Internal\RepeatedField $reserved_range
- * Range of reserved numeric values. Reserved numeric values may not be used
- * by enum values in the same enum declaration. Reserved ranges may not
- * overlap.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $reserved_name
- * Reserved enum value names, which may not be reused. A given name may only
- * be reserved once.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- * @param \Google\Protobuf\Internal\EnumValueDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setValue($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumValueDescriptorProto::class);
- $this->value = $arr;
- $this->has_value = true;
-
- return $this;
- }
-
- public function hasValue()
- {
- return $this->has_value;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.EnumOptions options = 3;
- * @return \Google\Protobuf\Internal\EnumOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.EnumOptions options = 3;
- * @param \Google\Protobuf\Internal\EnumOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
- /**
- * Range of reserved numeric values. Reserved numeric values may not be used
- * by enum values in the same enum declaration. Reserved ranges may not
- * overlap.
- *
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getReservedRange()
- {
- return $this->reserved_range;
- }
-
- /**
- * Range of reserved numeric values. Reserved numeric values may not be used
- * by enum values in the same enum declaration. Reserved ranges may not
- * overlap.
- *
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
- * @param \Google\Protobuf\Internal\EnumDescriptorProto\EnumReservedRange[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setReservedRange($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto\EnumReservedRange::class);
- $this->reserved_range = $arr;
- $this->has_reserved_range = true;
-
- return $this;
- }
-
- public function hasReservedRange()
- {
- return $this->has_reserved_range;
- }
-
- /**
- * Reserved enum value names, which may not be reused. A given name may only
- * be reserved once.
- *
- * Generated from protobuf field repeated string reserved_name = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getReservedName()
- {
- return $this->reserved_name;
- }
-
- /**
- * Reserved enum value names, which may not be reused. A given name may only
- * be reserved once.
- *
- * Generated from protobuf field repeated string reserved_name = 5;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setReservedName($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->reserved_name = $arr;
- $this->has_reserved_name = true;
-
- return $this;
- }
-
- public function hasReservedName()
- {
- return $this->has_reserved_name;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
deleted file mode 100644
index 0103a1b30..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
+++ /dev/null
@@ -1,124 +0,0 @@
-google.protobuf.EnumDescriptorProto.EnumReservedRange
- */
-final class EnumReservedRange extends \Google\Protobuf\Internal\Message
-{
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- */
- private $start = 0;
- private $has_start = false;
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- */
- private $end = 0;
- private $has_end = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $start
- * Inclusive.
- * @type int $end
- * Inclusive.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- * @return int
- */
- public function getStart()
- {
- return $this->start;
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 start = 1;
- * @param int $var
- * @return $this
- */
- public function setStart($var)
- {
- GPBUtil::checkInt32($var);
- $this->start = $var;
- $this->has_start = true;
-
- return $this;
- }
-
- public function hasStart()
- {
- return $this->has_start;
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- * @return int
- */
- public function getEnd()
- {
- return $this->end;
- }
-
- /**
- * Inclusive.
- *
- * Generated from protobuf field optional int32 end = 2;
- * @param int $var
- * @return $this
- */
- public function setEnd($var)
- {
- GPBUtil::checkInt32($var);
- $this->end = $var;
- $this->has_end = true;
-
- return $this;
- }
-
- public function hasEnd()
- {
- return $this->has_end;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(EnumReservedRange::class, \Google\Protobuf\Internal\EnumDescriptorProto_EnumReservedRange::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php
deleted file mode 100644
index b1b59ed91..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.protobuf.EnumOptions
- */
-final class EnumOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Set this option to true to allow mapping different tag names to the same
- * value.
- *
- * Generated from protobuf field optional bool allow_alias = 2;
- */
- private $allow_alias = false;
- private $has_allow_alias = false;
- /**
- * Is this enum deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating enums.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $allow_alias
- * Set this option to true to allow mapping different tag names to the same
- * value.
- * @type bool $deprecated
- * Is this enum deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating enums.
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Set this option to true to allow mapping different tag names to the same
- * value.
- *
- * Generated from protobuf field optional bool allow_alias = 2;
- * @return bool
- */
- public function getAllowAlias()
- {
- return $this->allow_alias;
- }
-
- /**
- * Set this option to true to allow mapping different tag names to the same
- * value.
- *
- * Generated from protobuf field optional bool allow_alias = 2;
- * @param bool $var
- * @return $this
- */
- public function setAllowAlias($var)
- {
- GPBUtil::checkBool($var);
- $this->allow_alias = $var;
- $this->has_allow_alias = true;
-
- return $this;
- }
-
- public function hasAllowAlias()
- {
- return $this->has_allow_alias;
- }
-
- /**
- * Is this enum deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating enums.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this enum deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating enums.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
deleted file mode 100644
index d5a0a9afb..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
+++ /dev/null
@@ -1,137 +0,0 @@
-google.protobuf.EnumValueDescriptorProto
- */
-final class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Generated from protobuf field optional int32 number = 2;
- */
- private $number = 0;
- private $has_number = false;
- /**
- * Generated from protobuf field optional .google.protobuf.EnumValueOptions options = 3;
- */
- private $options = null;
- private $has_options = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type int $number
- * @type \Google\Protobuf\Internal\EnumValueOptions $options
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Generated from protobuf field optional int32 number = 2;
- * @return int
- */
- public function getNumber()
- {
- return $this->number;
- }
-
- /**
- * Generated from protobuf field optional int32 number = 2;
- * @param int $var
- * @return $this
- */
- public function setNumber($var)
- {
- GPBUtil::checkInt32($var);
- $this->number = $var;
- $this->has_number = true;
-
- return $this;
- }
-
- public function hasNumber()
- {
- return $this->has_number;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.EnumValueOptions options = 3;
- * @return \Google\Protobuf\Internal\EnumValueOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.EnumValueOptions options = 3;
- * @param \Google\Protobuf\Internal\EnumValueOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumValueOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php
deleted file mode 100644
index 50ac904ff..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php
+++ /dev/null
@@ -1,127 +0,0 @@
-google.protobuf.EnumValueOptions
- */
-final class EnumValueOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Is this enum value deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum value, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating enum values.
- *
- * Generated from protobuf field optional bool deprecated = 1 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $deprecated
- * Is this enum value deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum value, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating enum values.
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Is this enum value deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum value, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating enum values.
- *
- * Generated from protobuf field optional bool deprecated = 1 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this enum value deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the enum value, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating enum values.
- *
- * Generated from protobuf field optional bool deprecated = 1 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
deleted file mode 100644
index 97ad2c055..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
+++ /dev/null
@@ -1,74 +0,0 @@
-google.protobuf.ExtensionRangeOptions
- */
-final class ExtensionRangeOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php
deleted file mode 100644
index 98b516fec..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php
+++ /dev/null
@@ -1,284 +0,0 @@
-public_desc = new \Google\Protobuf\FieldDescriptor($this);
- }
-
- public function setOneofIndex($index)
- {
- $this->oneof_index = $index;
- }
-
- public function getOneofIndex()
- {
- return $this->oneof_index;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setJsonName($json_name)
- {
- $this->json_name = $json_name;
- }
-
- public function getJsonName()
- {
- return $this->json_name;
- }
-
- public function setSetter($setter)
- {
- $this->setter = $setter;
- }
-
- public function getSetter()
- {
- return $this->setter;
- }
-
- public function setGetter($getter)
- {
- $this->getter = $getter;
- }
-
- public function getGetter()
- {
- return $this->getter;
- }
-
- public function setNumber($number)
- {
- $this->number = $number;
- }
-
- public function getNumber()
- {
- return $this->number;
- }
-
- public function setLabel($label)
- {
- $this->label = $label;
- }
-
- public function getLabel()
- {
- return $this->label;
- }
-
- public function isRepeated()
- {
- return $this->label === GPBLabel::REPEATED;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
- public function setMessageType($message_type)
- {
- $this->message_type = $message_type;
- }
-
- public function getMessageType()
- {
- return $this->message_type;
- }
-
- public function setEnumType($enum_type)
- {
- $this->enum_type = $enum_type;
- }
-
- public function getEnumType()
- {
- return $this->enum_type;
- }
-
- public function setPacked($packed)
- {
- $this->packed = $packed;
- }
-
- public function getPacked()
- {
- return $this->packed;
- }
-
- public function isPackable()
- {
- return $this->isRepeated() && self::isTypePackable($this->type);
- }
-
- public function isMap()
- {
- return $this->getType() == GPBType::MESSAGE &&
- !is_null($this->getMessageType()->getOptions()) &&
- $this->getMessageType()->getOptions()->getMapEntry();
- }
-
- public function isTimestamp()
- {
- return $this->getType() == GPBType::MESSAGE &&
- $this->getMessageType()->getClass() === "Google\Protobuf\Timestamp";
- }
-
- public function isWrapperType()
- {
- if ($this->getType() == GPBType::MESSAGE) {
- $class = $this->getMessageType()->getClass();
- return in_array($class, [
- "Google\Protobuf\DoubleValue",
- "Google\Protobuf\FloatValue",
- "Google\Protobuf\Int64Value",
- "Google\Protobuf\UInt64Value",
- "Google\Protobuf\Int32Value",
- "Google\Protobuf\UInt32Value",
- "Google\Protobuf\BoolValue",
- "Google\Protobuf\StringValue",
- "Google\Protobuf\BytesValue",
- ]);
- }
- return false;
- }
-
- private static function isTypePackable($field_type)
- {
- return ($field_type !== GPBType::STRING &&
- $field_type !== GPBType::GROUP &&
- $field_type !== GPBType::MESSAGE &&
- $field_type !== GPBType::BYTES);
- }
-
- public static function getFieldDescriptor($proto)
- {
- $type_name = null;
- $type = $proto->getType();
- switch ($type) {
- case GPBType::MESSAGE:
- case GPBType::GROUP:
- case GPBType::ENUM:
- $type_name = $proto->getTypeName();
- break;
- default:
- break;
- }
-
- $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1;
- $packed = false;
- $options = $proto->getOptions();
- if ($options !== null) {
- $packed = $options->getPacked();
- }
-
- $field = new FieldDescriptor();
- $field->setName($proto->getName());
-
- $json_name = $proto->hasJsonName() ? $proto->getJsonName() :
- lcfirst(implode('', array_map('ucwords', explode('_', $proto->getName()))));
- if ($proto->hasJsonName()) {
- $json_name = $proto->getJsonName();
- } else {
- $proto_name = $proto->getName();
- $json_name = implode('', array_map('ucwords', explode('_', $proto_name)));
- if ($proto_name[0] !== "_" && !ctype_upper($proto_name[0])) {
- $json_name = lcfirst($json_name);
- }
- }
- $field->setJsonName($json_name);
-
- $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
- $field->setGetter('get' . $camel_name);
- $field->setSetter('set' . $camel_name);
- $field->setType($proto->getType());
- $field->setNumber($proto->getNumber());
- $field->setLabel($proto->getLabel());
- $field->setPacked($packed);
- $field->setOneofIndex($oneof_index);
-
- // At this time, the message/enum type may have not been added to pool.
- // So we use the type name as place holder and will replace it with the
- // actual descriptor in cross building.
- switch ($type) {
- case GPBType::MESSAGE:
- $field->setMessageType($type_name);
- break;
- case GPBType::ENUM:
- $field->setEnumType($type_name);
- break;
- default:
- break;
- }
-
- return $field;
- }
-
- public static function buildFromProto($proto)
- {
- return FieldDescriptor::getFieldDescriptor($proto);
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
deleted file mode 100644
index 6f8643c8d..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
+++ /dev/null
@@ -1,473 +0,0 @@
-google.protobuf.FieldDescriptorProto
- */
-final class FieldDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Generated from protobuf field optional int32 number = 3;
- */
- private $number = 0;
- private $has_number = false;
- /**
- * Generated from protobuf field optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- */
- private $label = 0;
- private $has_label = false;
- /**
- * If type_name is set, this need not be set. If both this and type_name
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
- *
- * Generated from protobuf field optional .google.protobuf.FieldDescriptorProto.Type type = 5;
- */
- private $type = 0;
- private $has_type = false;
- /**
- * For message and enum types, this is the name of the type. If the name
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
- * rules are used to find the type (i.e. first the nested types within this
- * message are searched, then within the parent, on up to the root
- * namespace).
- *
- * Generated from protobuf field optional string type_name = 6;
- */
- private $type_name = '';
- private $has_type_name = false;
- /**
- * For extensions, this is the name of the type being extended. It is
- * resolved in the same manner as type_name.
- *
- * Generated from protobuf field optional string extendee = 2;
- */
- private $extendee = '';
- private $has_extendee = false;
- /**
- * For numeric types, contains the original text representation of the value.
- * For booleans, "true" or "false".
- * For strings, contains the default text contents (not escaped in any way).
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
- * TODO(kenton): Base-64 encode?
- *
- * Generated from protobuf field optional string default_value = 7;
- */
- private $default_value = '';
- private $has_default_value = false;
- /**
- * If set, gives the index of a oneof in the containing type's oneof_decl
- * list. This field is a member of that oneof.
- *
- * Generated from protobuf field optional int32 oneof_index = 9;
- */
- private $oneof_index = 0;
- private $has_oneof_index = false;
- /**
- * JSON name of this field. The value is set by protocol compiler. If the
- * user has set a "json_name" option on this field, that option's value
- * will be used. Otherwise, it's deduced from the field's name by converting
- * it to camelCase.
- *
- * Generated from protobuf field optional string json_name = 10;
- */
- private $json_name = '';
- private $has_json_name = false;
- /**
- * Generated from protobuf field optional .google.protobuf.FieldOptions options = 8;
- */
- private $options = null;
- private $has_options = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type int $number
- * @type int $label
- * @type int $type
- * If type_name is set, this need not be set. If both this and type_name
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
- * @type string $type_name
- * For message and enum types, this is the name of the type. If the name
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
- * rules are used to find the type (i.e. first the nested types within this
- * message are searched, then within the parent, on up to the root
- * namespace).
- * @type string $extendee
- * For extensions, this is the name of the type being extended. It is
- * resolved in the same manner as type_name.
- * @type string $default_value
- * For numeric types, contains the original text representation of the value.
- * For booleans, "true" or "false".
- * For strings, contains the default text contents (not escaped in any way).
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
- * TODO(kenton): Base-64 encode?
- * @type int $oneof_index
- * If set, gives the index of a oneof in the containing type's oneof_decl
- * list. This field is a member of that oneof.
- * @type string $json_name
- * JSON name of this field. The value is set by protocol compiler. If the
- * user has set a "json_name" option on this field, that option's value
- * will be used. Otherwise, it's deduced from the field's name by converting
- * it to camelCase.
- * @type \Google\Protobuf\Internal\FieldOptions $options
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Generated from protobuf field optional int32 number = 3;
- * @return int
- */
- public function getNumber()
- {
- return $this->number;
- }
-
- /**
- * Generated from protobuf field optional int32 number = 3;
- * @param int $var
- * @return $this
- */
- public function setNumber($var)
- {
- GPBUtil::checkInt32($var);
- $this->number = $var;
- $this->has_number = true;
-
- return $this;
- }
-
- public function hasNumber()
- {
- return $this->has_number;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- * @return int
- */
- public function getLabel()
- {
- return $this->label;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- * @param int $var
- * @return $this
- */
- public function setLabel($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto_Label::class);
- $this->label = $var;
- $this->has_label = true;
-
- return $this;
- }
-
- public function hasLabel()
- {
- return $this->has_label;
- }
-
- /**
- * If type_name is set, this need not be set. If both this and type_name
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
- *
- * Generated from protobuf field optional .google.protobuf.FieldDescriptorProto.Type type = 5;
- * @return int
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * If type_name is set, this need not be set. If both this and type_name
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
- *
- * Generated from protobuf field optional .google.protobuf.FieldDescriptorProto.Type type = 5;
- * @param int $var
- * @return $this
- */
- public function setType($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto_Type::class);
- $this->type = $var;
- $this->has_type = true;
-
- return $this;
- }
-
- public function hasType()
- {
- return $this->has_type;
- }
-
- /**
- * For message and enum types, this is the name of the type. If the name
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
- * rules are used to find the type (i.e. first the nested types within this
- * message are searched, then within the parent, on up to the root
- * namespace).
- *
- * Generated from protobuf field optional string type_name = 6;
- * @return string
- */
- public function getTypeName()
- {
- return $this->type_name;
- }
-
- /**
- * For message and enum types, this is the name of the type. If the name
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
- * rules are used to find the type (i.e. first the nested types within this
- * message are searched, then within the parent, on up to the root
- * namespace).
- *
- * Generated from protobuf field optional string type_name = 6;
- * @param string $var
- * @return $this
- */
- public function setTypeName($var)
- {
- GPBUtil::checkString($var, True);
- $this->type_name = $var;
- $this->has_type_name = true;
-
- return $this;
- }
-
- public function hasTypeName()
- {
- return $this->has_type_name;
- }
-
- /**
- * For extensions, this is the name of the type being extended. It is
- * resolved in the same manner as type_name.
- *
- * Generated from protobuf field optional string extendee = 2;
- * @return string
- */
- public function getExtendee()
- {
- return $this->extendee;
- }
-
- /**
- * For extensions, this is the name of the type being extended. It is
- * resolved in the same manner as type_name.
- *
- * Generated from protobuf field optional string extendee = 2;
- * @param string $var
- * @return $this
- */
- public function setExtendee($var)
- {
- GPBUtil::checkString($var, True);
- $this->extendee = $var;
- $this->has_extendee = true;
-
- return $this;
- }
-
- public function hasExtendee()
- {
- return $this->has_extendee;
- }
-
- /**
- * For numeric types, contains the original text representation of the value.
- * For booleans, "true" or "false".
- * For strings, contains the default text contents (not escaped in any way).
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
- * TODO(kenton): Base-64 encode?
- *
- * Generated from protobuf field optional string default_value = 7;
- * @return string
- */
- public function getDefaultValue()
- {
- return $this->default_value;
- }
-
- /**
- * For numeric types, contains the original text representation of the value.
- * For booleans, "true" or "false".
- * For strings, contains the default text contents (not escaped in any way).
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
- * TODO(kenton): Base-64 encode?
- *
- * Generated from protobuf field optional string default_value = 7;
- * @param string $var
- * @return $this
- */
- public function setDefaultValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->default_value = $var;
- $this->has_default_value = true;
-
- return $this;
- }
-
- public function hasDefaultValue()
- {
- return $this->has_default_value;
- }
-
- /**
- * If set, gives the index of a oneof in the containing type's oneof_decl
- * list. This field is a member of that oneof.
- *
- * Generated from protobuf field optional int32 oneof_index = 9;
- * @return int
- */
- public function getOneofIndex()
- {
- return $this->oneof_index;
- }
-
- /**
- * If set, gives the index of a oneof in the containing type's oneof_decl
- * list. This field is a member of that oneof.
- *
- * Generated from protobuf field optional int32 oneof_index = 9;
- * @param int $var
- * @return $this
- */
- public function setOneofIndex($var)
- {
- GPBUtil::checkInt32($var);
- $this->oneof_index = $var;
- $this->has_oneof_index = true;
-
- return $this;
- }
-
- public function hasOneofIndex()
- {
- return $this->has_oneof_index;
- }
-
- /**
- * JSON name of this field. The value is set by protocol compiler. If the
- * user has set a "json_name" option on this field, that option's value
- * will be used. Otherwise, it's deduced from the field's name by converting
- * it to camelCase.
- *
- * Generated from protobuf field optional string json_name = 10;
- * @return string
- */
- public function getJsonName()
- {
- return $this->json_name;
- }
-
- /**
- * JSON name of this field. The value is set by protocol compiler. If the
- * user has set a "json_name" option on this field, that option's value
- * will be used. Otherwise, it's deduced from the field's name by converting
- * it to camelCase.
- *
- * Generated from protobuf field optional string json_name = 10;
- * @param string $var
- * @return $this
- */
- public function setJsonName($var)
- {
- GPBUtil::checkString($var, True);
- $this->json_name = $var;
- $this->has_json_name = true;
-
- return $this;
- }
-
- public function hasJsonName()
- {
- return $this->has_json_name;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FieldOptions options = 8;
- * @return \Google\Protobuf\Internal\FieldOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FieldOptions options = 8;
- * @param \Google\Protobuf\Internal\FieldOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\FieldOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php
deleted file mode 100644
index a54b228f1..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php
+++ /dev/null
@@ -1,58 +0,0 @@
-google.protobuf.FieldDescriptorProto.Label
- */
-class Label
-{
- /**
- * 0 is reserved for errors
- *
- * Generated from protobuf enum LABEL_OPTIONAL = 1;
- */
- const LABEL_OPTIONAL = 1;
- /**
- * Generated from protobuf enum LABEL_REQUIRED = 2;
- */
- const LABEL_REQUIRED = 2;
- /**
- * Generated from protobuf enum LABEL_REPEATED = 3;
- */
- const LABEL_REPEATED = 3;
-
- private static $valueToName = [
- self::LABEL_OPTIONAL => 'LABEL_OPTIONAL',
- self::LABEL_REQUIRED => 'LABEL_REQUIRED',
- self::LABEL_REPEATED => 'LABEL_REPEATED',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Label::class, \Google\Protobuf\Internal\FieldDescriptorProto_Label::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php
deleted file mode 100644
index 6072e9990..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php
+++ /dev/null
@@ -1,153 +0,0 @@
-google.protobuf.FieldDescriptorProto.Type
- */
-class Type
-{
- /**
- * 0 is reserved for errors.
- * Order is weird for historical reasons.
- *
- * Generated from protobuf enum TYPE_DOUBLE = 1;
- */
- const TYPE_DOUBLE = 1;
- /**
- * Generated from protobuf enum TYPE_FLOAT = 2;
- */
- const TYPE_FLOAT = 2;
- /**
- * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
- * negative values are likely.
- *
- * Generated from protobuf enum TYPE_INT64 = 3;
- */
- const TYPE_INT64 = 3;
- /**
- * Generated from protobuf enum TYPE_UINT64 = 4;
- */
- const TYPE_UINT64 = 4;
- /**
- * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
- * negative values are likely.
- *
- * Generated from protobuf enum TYPE_INT32 = 5;
- */
- const TYPE_INT32 = 5;
- /**
- * Generated from protobuf enum TYPE_FIXED64 = 6;
- */
- const TYPE_FIXED64 = 6;
- /**
- * Generated from protobuf enum TYPE_FIXED32 = 7;
- */
- const TYPE_FIXED32 = 7;
- /**
- * Generated from protobuf enum TYPE_BOOL = 8;
- */
- const TYPE_BOOL = 8;
- /**
- * Generated from protobuf enum TYPE_STRING = 9;
- */
- const TYPE_STRING = 9;
- /**
- * Tag-delimited aggregate.
- * Group type is deprecated and not supported in proto3. However, Proto3
- * implementations should still be able to parse the group wire format and
- * treat group fields as unknown fields.
- *
- * Generated from protobuf enum TYPE_GROUP = 10;
- */
- const TYPE_GROUP = 10;
- /**
- * Length-delimited aggregate.
- *
- * Generated from protobuf enum TYPE_MESSAGE = 11;
- */
- const TYPE_MESSAGE = 11;
- /**
- * New in version 2.
- *
- * Generated from protobuf enum TYPE_BYTES = 12;
- */
- const TYPE_BYTES = 12;
- /**
- * Generated from protobuf enum TYPE_UINT32 = 13;
- */
- const TYPE_UINT32 = 13;
- /**
- * Generated from protobuf enum TYPE_ENUM = 14;
- */
- const TYPE_ENUM = 14;
- /**
- * Generated from protobuf enum TYPE_SFIXED32 = 15;
- */
- const TYPE_SFIXED32 = 15;
- /**
- * Generated from protobuf enum TYPE_SFIXED64 = 16;
- */
- const TYPE_SFIXED64 = 16;
- /**
- * Uses ZigZag encoding.
- *
- * Generated from protobuf enum TYPE_SINT32 = 17;
- */
- const TYPE_SINT32 = 17;
- /**
- * Uses ZigZag encoding.
- *
- * Generated from protobuf enum TYPE_SINT64 = 18;
- */
- const TYPE_SINT64 = 18;
-
- private static $valueToName = [
- self::TYPE_DOUBLE => 'TYPE_DOUBLE',
- self::TYPE_FLOAT => 'TYPE_FLOAT',
- self::TYPE_INT64 => 'TYPE_INT64',
- self::TYPE_UINT64 => 'TYPE_UINT64',
- self::TYPE_INT32 => 'TYPE_INT32',
- self::TYPE_FIXED64 => 'TYPE_FIXED64',
- self::TYPE_FIXED32 => 'TYPE_FIXED32',
- self::TYPE_BOOL => 'TYPE_BOOL',
- self::TYPE_STRING => 'TYPE_STRING',
- self::TYPE_GROUP => 'TYPE_GROUP',
- self::TYPE_MESSAGE => 'TYPE_MESSAGE',
- self::TYPE_BYTES => 'TYPE_BYTES',
- self::TYPE_UINT32 => 'TYPE_UINT32',
- self::TYPE_ENUM => 'TYPE_ENUM',
- self::TYPE_SFIXED32 => 'TYPE_SFIXED32',
- self::TYPE_SFIXED64 => 'TYPE_SFIXED64',
- self::TYPE_SINT32 => 'TYPE_SINT32',
- self::TYPE_SINT64 => 'TYPE_SINT64',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Type::class, \Google\Protobuf\Internal\FieldDescriptorProto_Type::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
deleted file mode 100644
index 218a846e1..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.protobuf.FieldOptions
- */
-final class FieldOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * The ctype option instructs the C++ code generator to use a different
- * representation of the field than it normally would. See the specific
- * options below. This option is not yet implemented in the open source
- * release -- sorry, we'll try to include it in a future version!
- *
- * Generated from protobuf field optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
- */
- private $ctype = 0;
- private $has_ctype = false;
- /**
- * The packed option can be enabled for repeated primitive fields to enable
- * a more efficient representation on the wire. Rather than repeatedly
- * writing the tag and type for each element, the entire array is encoded as
- * a single length-delimited blob. In proto3, only explicit setting it to
- * false will avoid using packed encoding.
- *
- * Generated from protobuf field optional bool packed = 2;
- */
- private $packed = false;
- private $has_packed = false;
- /**
- * The jstype option determines the JavaScript type used for values of the
- * field. The option is permitted only for 64 bit integral and fixed types
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
- * is represented as JavaScript string, which avoids loss of precision that
- * can happen when a large value is converted to a floating point JavaScript.
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
- * use the JavaScript "number" type. The behavior of the default option
- * JS_NORMAL is implementation dependent.
- * This option is an enum to permit additional types to be added, e.g.
- * goog.math.Integer.
- *
- * Generated from protobuf field optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
- */
- private $jstype = 0;
- private $has_jstype = false;
- /**
- * Should this field be parsed lazily? Lazy applies only to message-type
- * fields. It means that when the outer message is initially parsed, the
- * inner message's contents will not be parsed but instead stored in encoded
- * form. The inner message will actually be parsed when it is first accessed.
- * This is only a hint. Implementations are free to choose whether to use
- * eager or lazy parsing regardless of the value of this option. However,
- * setting this option true suggests that the protocol author believes that
- * using lazy parsing on this field is worth the additional bookkeeping
- * overhead typically needed to implement it.
- * This option does not affect the public interface of any generated code;
- * all method signatures remain the same. Furthermore, thread-safety of the
- * interface is not affected by this option; const methods remain safe to
- * call from multiple threads concurrently, while non-const methods continue
- * to require exclusive access.
- * Note that implementations may choose not to check required fields within
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
- * may return true even if the inner message has missing required fields.
- * This is necessary because otherwise the inner message would have to be
- * parsed in order to perform the check, defeating the purpose of lazy
- * parsing. An implementation which chooses not to check required fields
- * must be consistent about it. That is, for any particular sub-message, the
- * implementation must either *always* check its required fields, or *never*
- * check its required fields, regardless of whether or not the message has
- * been parsed.
- *
- * Generated from protobuf field optional bool lazy = 5 [default = false];
- */
- private $lazy = false;
- private $has_lazy = false;
- /**
- * Is this field deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for accessors, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating fields.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * For Google-internal migration only. Do not use.
- *
- * Generated from protobuf field optional bool weak = 10 [default = false];
- */
- private $weak = false;
- private $has_weak = false;
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $ctype
- * The ctype option instructs the C++ code generator to use a different
- * representation of the field than it normally would. See the specific
- * options below. This option is not yet implemented in the open source
- * release -- sorry, we'll try to include it in a future version!
- * @type bool $packed
- * The packed option can be enabled for repeated primitive fields to enable
- * a more efficient representation on the wire. Rather than repeatedly
- * writing the tag and type for each element, the entire array is encoded as
- * a single length-delimited blob. In proto3, only explicit setting it to
- * false will avoid using packed encoding.
- * @type int $jstype
- * The jstype option determines the JavaScript type used for values of the
- * field. The option is permitted only for 64 bit integral and fixed types
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
- * is represented as JavaScript string, which avoids loss of precision that
- * can happen when a large value is converted to a floating point JavaScript.
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
- * use the JavaScript "number" type. The behavior of the default option
- * JS_NORMAL is implementation dependent.
- * This option is an enum to permit additional types to be added, e.g.
- * goog.math.Integer.
- * @type bool $lazy
- * Should this field be parsed lazily? Lazy applies only to message-type
- * fields. It means that when the outer message is initially parsed, the
- * inner message's contents will not be parsed but instead stored in encoded
- * form. The inner message will actually be parsed when it is first accessed.
- * This is only a hint. Implementations are free to choose whether to use
- * eager or lazy parsing regardless of the value of this option. However,
- * setting this option true suggests that the protocol author believes that
- * using lazy parsing on this field is worth the additional bookkeeping
- * overhead typically needed to implement it.
- * This option does not affect the public interface of any generated code;
- * all method signatures remain the same. Furthermore, thread-safety of the
- * interface is not affected by this option; const methods remain safe to
- * call from multiple threads concurrently, while non-const methods continue
- * to require exclusive access.
- * Note that implementations may choose not to check required fields within
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
- * may return true even if the inner message has missing required fields.
- * This is necessary because otherwise the inner message would have to be
- * parsed in order to perform the check, defeating the purpose of lazy
- * parsing. An implementation which chooses not to check required fields
- * must be consistent about it. That is, for any particular sub-message, the
- * implementation must either *always* check its required fields, or *never*
- * check its required fields, regardless of whether or not the message has
- * been parsed.
- * @type bool $deprecated
- * Is this field deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for accessors, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating fields.
- * @type bool $weak
- * For Google-internal migration only. Do not use.
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The ctype option instructs the C++ code generator to use a different
- * representation of the field than it normally would. See the specific
- * options below. This option is not yet implemented in the open source
- * release -- sorry, we'll try to include it in a future version!
- *
- * Generated from protobuf field optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
- * @return int
- */
- public function getCtype()
- {
- return $this->ctype;
- }
-
- /**
- * The ctype option instructs the C++ code generator to use a different
- * representation of the field than it normally would. See the specific
- * options below. This option is not yet implemented in the open source
- * release -- sorry, we'll try to include it in a future version!
- *
- * Generated from protobuf field optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
- * @param int $var
- * @return $this
- */
- public function setCtype($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_CType::class);
- $this->ctype = $var;
- $this->has_ctype = true;
-
- return $this;
- }
-
- public function hasCtype()
- {
- return $this->has_ctype;
- }
-
- /**
- * The packed option can be enabled for repeated primitive fields to enable
- * a more efficient representation on the wire. Rather than repeatedly
- * writing the tag and type for each element, the entire array is encoded as
- * a single length-delimited blob. In proto3, only explicit setting it to
- * false will avoid using packed encoding.
- *
- * Generated from protobuf field optional bool packed = 2;
- * @return bool
- */
- public function getPacked()
- {
- return $this->packed;
- }
-
- /**
- * The packed option can be enabled for repeated primitive fields to enable
- * a more efficient representation on the wire. Rather than repeatedly
- * writing the tag and type for each element, the entire array is encoded as
- * a single length-delimited blob. In proto3, only explicit setting it to
- * false will avoid using packed encoding.
- *
- * Generated from protobuf field optional bool packed = 2;
- * @param bool $var
- * @return $this
- */
- public function setPacked($var)
- {
- GPBUtil::checkBool($var);
- $this->packed = $var;
- $this->has_packed = true;
-
- return $this;
- }
-
- public function hasPacked()
- {
- return $this->has_packed;
- }
-
- /**
- * The jstype option determines the JavaScript type used for values of the
- * field. The option is permitted only for 64 bit integral and fixed types
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
- * is represented as JavaScript string, which avoids loss of precision that
- * can happen when a large value is converted to a floating point JavaScript.
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
- * use the JavaScript "number" type. The behavior of the default option
- * JS_NORMAL is implementation dependent.
- * This option is an enum to permit additional types to be added, e.g.
- * goog.math.Integer.
- *
- * Generated from protobuf field optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
- * @return int
- */
- public function getJstype()
- {
- return $this->jstype;
- }
-
- /**
- * The jstype option determines the JavaScript type used for values of the
- * field. The option is permitted only for 64 bit integral and fixed types
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
- * is represented as JavaScript string, which avoids loss of precision that
- * can happen when a large value is converted to a floating point JavaScript.
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
- * use the JavaScript "number" type. The behavior of the default option
- * JS_NORMAL is implementation dependent.
- * This option is an enum to permit additional types to be added, e.g.
- * goog.math.Integer.
- *
- * Generated from protobuf field optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
- * @param int $var
- * @return $this
- */
- public function setJstype($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_JSType::class);
- $this->jstype = $var;
- $this->has_jstype = true;
-
- return $this;
- }
-
- public function hasJstype()
- {
- return $this->has_jstype;
- }
-
- /**
- * Should this field be parsed lazily? Lazy applies only to message-type
- * fields. It means that when the outer message is initially parsed, the
- * inner message's contents will not be parsed but instead stored in encoded
- * form. The inner message will actually be parsed when it is first accessed.
- * This is only a hint. Implementations are free to choose whether to use
- * eager or lazy parsing regardless of the value of this option. However,
- * setting this option true suggests that the protocol author believes that
- * using lazy parsing on this field is worth the additional bookkeeping
- * overhead typically needed to implement it.
- * This option does not affect the public interface of any generated code;
- * all method signatures remain the same. Furthermore, thread-safety of the
- * interface is not affected by this option; const methods remain safe to
- * call from multiple threads concurrently, while non-const methods continue
- * to require exclusive access.
- * Note that implementations may choose not to check required fields within
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
- * may return true even if the inner message has missing required fields.
- * This is necessary because otherwise the inner message would have to be
- * parsed in order to perform the check, defeating the purpose of lazy
- * parsing. An implementation which chooses not to check required fields
- * must be consistent about it. That is, for any particular sub-message, the
- * implementation must either *always* check its required fields, or *never*
- * check its required fields, regardless of whether or not the message has
- * been parsed.
- *
- * Generated from protobuf field optional bool lazy = 5 [default = false];
- * @return bool
- */
- public function getLazy()
- {
- return $this->lazy;
- }
-
- /**
- * Should this field be parsed lazily? Lazy applies only to message-type
- * fields. It means that when the outer message is initially parsed, the
- * inner message's contents will not be parsed but instead stored in encoded
- * form. The inner message will actually be parsed when it is first accessed.
- * This is only a hint. Implementations are free to choose whether to use
- * eager or lazy parsing regardless of the value of this option. However,
- * setting this option true suggests that the protocol author believes that
- * using lazy parsing on this field is worth the additional bookkeeping
- * overhead typically needed to implement it.
- * This option does not affect the public interface of any generated code;
- * all method signatures remain the same. Furthermore, thread-safety of the
- * interface is not affected by this option; const methods remain safe to
- * call from multiple threads concurrently, while non-const methods continue
- * to require exclusive access.
- * Note that implementations may choose not to check required fields within
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
- * may return true even if the inner message has missing required fields.
- * This is necessary because otherwise the inner message would have to be
- * parsed in order to perform the check, defeating the purpose of lazy
- * parsing. An implementation which chooses not to check required fields
- * must be consistent about it. That is, for any particular sub-message, the
- * implementation must either *always* check its required fields, or *never*
- * check its required fields, regardless of whether or not the message has
- * been parsed.
- *
- * Generated from protobuf field optional bool lazy = 5 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setLazy($var)
- {
- GPBUtil::checkBool($var);
- $this->lazy = $var;
- $this->has_lazy = true;
-
- return $this;
- }
-
- public function hasLazy()
- {
- return $this->has_lazy;
- }
-
- /**
- * Is this field deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for accessors, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating fields.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this field deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for accessors, or it will be completely ignored; in the very least, this
- * is a formalization for deprecating fields.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * For Google-internal migration only. Do not use.
- *
- * Generated from protobuf field optional bool weak = 10 [default = false];
- * @return bool
- */
- public function getWeak()
- {
- return $this->weak;
- }
-
- /**
- * For Google-internal migration only. Do not use.
- *
- * Generated from protobuf field optional bool weak = 10 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setWeak($var)
- {
- GPBUtil::checkBool($var);
- $this->weak = $var;
- $this->has_weak = true;
-
- return $this;
- }
-
- public function hasWeak()
- {
- return $this->has_weak;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php
deleted file mode 100644
index ba9eb4adb..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php
+++ /dev/null
@@ -1,58 +0,0 @@
-google.protobuf.FieldOptions.CType
- */
-class CType
-{
- /**
- * Default mode.
- *
- * Generated from protobuf enum STRING = 0;
- */
- const STRING = 0;
- /**
- * Generated from protobuf enum CORD = 1;
- */
- const CORD = 1;
- /**
- * Generated from protobuf enum STRING_PIECE = 2;
- */
- const STRING_PIECE = 2;
-
- private static $valueToName = [
- self::STRING => 'STRING',
- self::CORD => 'CORD',
- self::STRING_PIECE => 'STRING_PIECE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(CType::class, \Google\Protobuf\Internal\FieldOptions_CType::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php
deleted file mode 100644
index 175a4330b..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php
+++ /dev/null
@@ -1,62 +0,0 @@
-google.protobuf.FieldOptions.JSType
- */
-class JSType
-{
- /**
- * Use the default type.
- *
- * Generated from protobuf enum JS_NORMAL = 0;
- */
- const JS_NORMAL = 0;
- /**
- * Use JavaScript strings.
- *
- * Generated from protobuf enum JS_STRING = 1;
- */
- const JS_STRING = 1;
- /**
- * Use JavaScript numbers.
- *
- * Generated from protobuf enum JS_NUMBER = 2;
- */
- const JS_NUMBER = 2;
-
- private static $valueToName = [
- self::JS_NORMAL => 'JS_NORMAL',
- self::JS_STRING => 'JS_STRING',
- self::JS_NUMBER => 'JS_NUMBER',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(JSType::class, \Google\Protobuf\Internal\FieldOptions_JSType::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php
deleted file mode 100644
index 4d18783ee..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php
+++ /dev/null
@@ -1,16 +0,0 @@
-package = $package;
- }
-
- public function getPackage()
- {
- return $this->package;
- }
-
- public function getMessageType()
- {
- return $this->message_type;
- }
-
- public function addMessageType($desc)
- {
- $this->message_type[] = $desc;
- }
-
- public function getEnumType()
- {
- return $this->enum_type;
- }
-
- public function addEnumType($desc)
- {
- $this->enum_type[]= $desc;
- }
-
- public static function buildFromProto($proto)
- {
- $file = new FileDescriptor();
- $file->setPackage($proto->getPackage());
- foreach ($proto->getMessageType() as $message_proto) {
- $file->addMessageType(Descriptor::buildFromProto(
- $message_proto, $proto, ""));
- }
- foreach ($proto->getEnumType() as $enum_proto) {
- $file->addEnumType(
- EnumDescriptor::buildFromProto(
- $enum_proto,
- $proto,
- ""));
- }
- return $file;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
deleted file mode 100644
index e95205476..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
+++ /dev/null
@@ -1,519 +0,0 @@
-google.protobuf.FileDescriptorProto
- */
-final class FileDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * file name, relative to root of source tree
- *
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * e.g. "foo", "foo.bar", etc.
- *
- * Generated from protobuf field optional string package = 2;
- */
- private $package = '';
- private $has_package = false;
- /**
- * Names of files imported by this file.
- *
- * Generated from protobuf field repeated string dependency = 3;
- */
- private $dependency;
- private $has_dependency = false;
- /**
- * Indexes of the public imported files in the dependency list above.
- *
- * Generated from protobuf field repeated int32 public_dependency = 10;
- */
- private $public_dependency;
- private $has_public_dependency = false;
- /**
- * Indexes of the weak imported files in the dependency list.
- * For Google-internal migration only. Do not use.
- *
- * Generated from protobuf field repeated int32 weak_dependency = 11;
- */
- private $weak_dependency;
- private $has_weak_dependency = false;
- /**
- * All top-level definitions in this file.
- *
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto message_type = 4;
- */
- private $message_type;
- private $has_message_type = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- */
- private $enum_type;
- private $has_enum_type = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.ServiceDescriptorProto service = 6;
- */
- private $service;
- private $has_service = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 7;
- */
- private $extension;
- private $has_extension = false;
- /**
- * Generated from protobuf field optional .google.protobuf.FileOptions options = 8;
- */
- private $options = null;
- private $has_options = false;
- /**
- * This field contains optional information about the original source code.
- * You may safely remove this entire field without harming runtime
- * functionality of the descriptors -- the information is needed only by
- * development tools.
- *
- * Generated from protobuf field optional .google.protobuf.SourceCodeInfo source_code_info = 9;
- */
- private $source_code_info = null;
- private $has_source_code_info = false;
- /**
- * The syntax of the proto file.
- * The supported values are "proto2" and "proto3".
- *
- * Generated from protobuf field optional string syntax = 12;
- */
- private $syntax = '';
- private $has_syntax = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * file name, relative to root of source tree
- * @type string $package
- * e.g. "foo", "foo.bar", etc.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $dependency
- * Names of files imported by this file.
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $public_dependency
- * Indexes of the public imported files in the dependency list above.
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $weak_dependency
- * Indexes of the weak imported files in the dependency list.
- * For Google-internal migration only. Do not use.
- * @type \Google\Protobuf\Internal\DescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $message_type
- * All top-level definitions in this file.
- * @type \Google\Protobuf\Internal\EnumDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $enum_type
- * @type \Google\Protobuf\Internal\ServiceDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $service
- * @type \Google\Protobuf\Internal\FieldDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $extension
- * @type \Google\Protobuf\Internal\FileOptions $options
- * @type \Google\Protobuf\Internal\SourceCodeInfo $source_code_info
- * This field contains optional information about the original source code.
- * You may safely remove this entire field without harming runtime
- * functionality of the descriptors -- the information is needed only by
- * development tools.
- * @type string $syntax
- * The syntax of the proto file.
- * The supported values are "proto2" and "proto3".
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * file name, relative to root of source tree
- *
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * file name, relative to root of source tree
- *
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * e.g. "foo", "foo.bar", etc.
- *
- * Generated from protobuf field optional string package = 2;
- * @return string
- */
- public function getPackage()
- {
- return $this->package;
- }
-
- /**
- * e.g. "foo", "foo.bar", etc.
- *
- * Generated from protobuf field optional string package = 2;
- * @param string $var
- * @return $this
- */
- public function setPackage($var)
- {
- GPBUtil::checkString($var, True);
- $this->package = $var;
- $this->has_package = true;
-
- return $this;
- }
-
- public function hasPackage()
- {
- return $this->has_package;
- }
-
- /**
- * Names of files imported by this file.
- *
- * Generated from protobuf field repeated string dependency = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getDependency()
- {
- return $this->dependency;
- }
-
- /**
- * Names of files imported by this file.
- *
- * Generated from protobuf field repeated string dependency = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setDependency($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->dependency = $arr;
- $this->has_dependency = true;
-
- return $this;
- }
-
- public function hasDependency()
- {
- return $this->has_dependency;
- }
-
- /**
- * Indexes of the public imported files in the dependency list above.
- *
- * Generated from protobuf field repeated int32 public_dependency = 10;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPublicDependency()
- {
- return $this->public_dependency;
- }
-
- /**
- * Indexes of the public imported files in the dependency list above.
- *
- * Generated from protobuf field repeated int32 public_dependency = 10;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPublicDependency($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
- $this->public_dependency = $arr;
- $this->has_public_dependency = true;
-
- return $this;
- }
-
- public function hasPublicDependency()
- {
- return $this->has_public_dependency;
- }
-
- /**
- * Indexes of the weak imported files in the dependency list.
- * For Google-internal migration only. Do not use.
- *
- * Generated from protobuf field repeated int32 weak_dependency = 11;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getWeakDependency()
- {
- return $this->weak_dependency;
- }
-
- /**
- * Indexes of the weak imported files in the dependency list.
- * For Google-internal migration only. Do not use.
- *
- * Generated from protobuf field repeated int32 weak_dependency = 11;
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setWeakDependency($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
- $this->weak_dependency = $arr;
- $this->has_weak_dependency = true;
-
- return $this;
- }
-
- public function hasWeakDependency()
- {
- return $this->has_weak_dependency;
- }
-
- /**
- * All top-level definitions in this file.
- *
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto message_type = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMessageType()
- {
- return $this->message_type;
- }
-
- /**
- * All top-level definitions in this file.
- *
- * Generated from protobuf field repeated .google.protobuf.DescriptorProto message_type = 4;
- * @param \Google\Protobuf\Internal\DescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMessageType($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class);
- $this->message_type = $arr;
- $this->has_message_type = true;
-
- return $this;
- }
-
- public function hasMessageType()
- {
- return $this->has_message_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getEnumType()
- {
- return $this->enum_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- * @param \Google\Protobuf\Internal\EnumDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setEnumType($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class);
- $this->enum_type = $arr;
- $this->has_enum_type = true;
-
- return $this;
- }
-
- public function hasEnumType()
- {
- return $this->has_enum_type;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.ServiceDescriptorProto service = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getService()
- {
- return $this->service;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.ServiceDescriptorProto service = 6;
- * @param \Google\Protobuf\Internal\ServiceDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setService($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\ServiceDescriptorProto::class);
- $this->service = $arr;
- $this->has_service = true;
-
- return $this;
- }
-
- public function hasService()
- {
- return $this->has_service;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 7;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getExtension()
- {
- return $this->extension;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 7;
- * @param \Google\Protobuf\Internal\FieldDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setExtension($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class);
- $this->extension = $arr;
- $this->has_extension = true;
-
- return $this;
- }
-
- public function hasExtension()
- {
- return $this->has_extension;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FileOptions options = 8;
- * @return \Google\Protobuf\Internal\FileOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FileOptions options = 8;
- * @param \Google\Protobuf\Internal\FileOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\FileOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
- /**
- * This field contains optional information about the original source code.
- * You may safely remove this entire field without harming runtime
- * functionality of the descriptors -- the information is needed only by
- * development tools.
- *
- * Generated from protobuf field optional .google.protobuf.SourceCodeInfo source_code_info = 9;
- * @return \Google\Protobuf\Internal\SourceCodeInfo
- */
- public function getSourceCodeInfo()
- {
- return $this->source_code_info;
- }
-
- /**
- * This field contains optional information about the original source code.
- * You may safely remove this entire field without harming runtime
- * functionality of the descriptors -- the information is needed only by
- * development tools.
- *
- * Generated from protobuf field optional .google.protobuf.SourceCodeInfo source_code_info = 9;
- * @param \Google\Protobuf\Internal\SourceCodeInfo $var
- * @return $this
- */
- public function setSourceCodeInfo($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\SourceCodeInfo::class);
- $this->source_code_info = $var;
- $this->has_source_code_info = true;
-
- return $this;
- }
-
- public function hasSourceCodeInfo()
- {
- return $this->has_source_code_info;
- }
-
- /**
- * The syntax of the proto file.
- * The supported values are "proto2" and "proto3".
- *
- * Generated from protobuf field optional string syntax = 12;
- * @return string
- */
- public function getSyntax()
- {
- return $this->syntax;
- }
-
- /**
- * The syntax of the proto file.
- * The supported values are "proto2" and "proto3".
- *
- * Generated from protobuf field optional string syntax = 12;
- * @param string $var
- * @return $this
- */
- public function setSyntax($var)
- {
- GPBUtil::checkString($var, True);
- $this->syntax = $var;
- $this->has_syntax = true;
-
- return $this;
- }
-
- public function hasSyntax()
- {
- return $this->has_syntax;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php
deleted file mode 100644
index c9a38808f..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php
+++ /dev/null
@@ -1,70 +0,0 @@
-google.protobuf.FileDescriptorSet
- */
-final class FileDescriptorSet extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field repeated .google.protobuf.FileDescriptorProto file = 1;
- */
- private $file;
- private $has_file = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Internal\FileDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $file
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FileDescriptorProto file = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getFile()
- {
- return $this->file;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.FileDescriptorProto file = 1;
- * @param \Google\Protobuf\Internal\FileDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setFile($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FileDescriptorProto::class);
- $this->file = $arr;
- $this->has_file = true;
-
- return $this;
- }
-
- public function hasFile()
- {
- return $this->has_file;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
deleted file mode 100644
index 911000501..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
+++ /dev/null
@@ -1,1046 +0,0 @@
-google.protobuf.FileOptions
- */
-final class FileOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Sets the Java package where classes generated from this .proto will be
- * placed. By default, the proto package is used, but this is often
- * inappropriate because proto packages do not normally start with backwards
- * domain names.
- *
- * Generated from protobuf field optional string java_package = 1;
- */
- private $java_package = '';
- private $has_java_package = false;
- /**
- * If set, all the classes from the .proto file are wrapped in a single
- * outer class with the given name. This applies to both Proto1
- * (equivalent to the old "--one_java_file" option) and Proto2 (where
- * a .proto always translates to a single class, but you may want to
- * explicitly choose the class name).
- *
- * Generated from protobuf field optional string java_outer_classname = 8;
- */
- private $java_outer_classname = '';
- private $has_java_outer_classname = false;
- /**
- * If set true, then the Java code generator will generate a separate .java
- * file for each top-level message, enum, and service defined in the .proto
- * file. Thus, these types will *not* be nested inside the outer class
- * named by java_outer_classname. However, the outer class will still be
- * generated to contain the file's getDescriptor() method as well as any
- * top-level extensions defined in the file.
- *
- * Generated from protobuf field optional bool java_multiple_files = 10 [default = false];
- */
- private $java_multiple_files = false;
- private $has_java_multiple_files = false;
- /**
- * This option does nothing.
- *
- * Generated from protobuf field optional bool java_generate_equals_and_hash = 20 [deprecated = true];
- */
- private $java_generate_equals_and_hash = false;
- private $has_java_generate_equals_and_hash = false;
- /**
- * If set true, then the Java2 code generator will generate code that
- * throws an exception whenever an attempt is made to assign a non-UTF-8
- * byte sequence to a string field.
- * Message reflection will do the same.
- * However, an extension field still accepts non-UTF-8 byte sequences.
- * This option has no effect on when used with the lite runtime.
- *
- * Generated from protobuf field optional bool java_string_check_utf8 = 27 [default = false];
- */
- private $java_string_check_utf8 = false;
- private $has_java_string_check_utf8 = false;
- /**
- * Generated from protobuf field optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- */
- private $optimize_for = 0;
- private $has_optimize_for = false;
- /**
- * Sets the Go package where structs generated from this .proto will be
- * placed. If omitted, the Go package will be derived from the following:
- * - The basename of the package import path, if provided.
- * - Otherwise, the package statement in the .proto file, if present.
- * - Otherwise, the basename of the .proto file, without extension.
- *
- * Generated from protobuf field optional string go_package = 11;
- */
- private $go_package = '';
- private $has_go_package = false;
- /**
- * Should generic services be generated in each language? "Generic" services
- * are not specific to any particular RPC system. They are generated by the
- * main code generators in each language (without additional plugins).
- * Generic services were the only kind of service generation supported by
- * early versions of google.protobuf.
- * Generic services are now considered deprecated in favor of using plugins
- * that generate code specific to your particular RPC system. Therefore,
- * these default to false. Old code which depends on generic services should
- * explicitly set them to true.
- *
- * Generated from protobuf field optional bool cc_generic_services = 16 [default = false];
- */
- private $cc_generic_services = false;
- private $has_cc_generic_services = false;
- /**
- * Generated from protobuf field optional bool java_generic_services = 17 [default = false];
- */
- private $java_generic_services = false;
- private $has_java_generic_services = false;
- /**
- * Generated from protobuf field optional bool py_generic_services = 18 [default = false];
- */
- private $py_generic_services = false;
- private $has_py_generic_services = false;
- /**
- * Generated from protobuf field optional bool php_generic_services = 42 [default = false];
- */
- private $php_generic_services = false;
- private $has_php_generic_services = false;
- /**
- * Is this file deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for everything in the file, or it will be completely ignored; in the very
- * least, this is a formalization for deprecating files.
- *
- * Generated from protobuf field optional bool deprecated = 23 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * Enables the use of arenas for the proto messages in this file. This applies
- * only to generated classes for C++.
- *
- * Generated from protobuf field optional bool cc_enable_arenas = 31 [default = false];
- */
- private $cc_enable_arenas = false;
- private $has_cc_enable_arenas = false;
- /**
- * Sets the objective c class prefix which is prepended to all objective c
- * generated classes from this .proto. There is no default.
- *
- * Generated from protobuf field optional string objc_class_prefix = 36;
- */
- private $objc_class_prefix = '';
- private $has_objc_class_prefix = false;
- /**
- * Namespace for generated classes; defaults to the package.
- *
- * Generated from protobuf field optional string csharp_namespace = 37;
- */
- private $csharp_namespace = '';
- private $has_csharp_namespace = false;
- /**
- * By default Swift generators will take the proto package and CamelCase it
- * replacing '.' with underscore and use that to prefix the types/symbols
- * defined. When this options is provided, they will use this value instead
- * to prefix the types/symbols defined.
- *
- * Generated from protobuf field optional string swift_prefix = 39;
- */
- private $swift_prefix = '';
- private $has_swift_prefix = false;
- /**
- * Sets the php class prefix which is prepended to all php generated classes
- * from this .proto. Default is empty.
- *
- * Generated from protobuf field optional string php_class_prefix = 40;
- */
- private $php_class_prefix = '';
- private $has_php_class_prefix = false;
- /**
- * Use this option to change the namespace of php generated classes. Default
- * is empty. When this option is empty, the package name will be used for
- * determining the namespace.
- *
- * Generated from protobuf field optional string php_namespace = 41;
- */
- private $php_namespace = '';
- private $has_php_namespace = false;
- /**
- * Use this option to change the namespace of php generated metadata classes.
- * Default is empty. When this option is empty, the proto file name will be
- * used for determining the namespace.
- *
- * Generated from protobuf field optional string php_metadata_namespace = 44;
- */
- private $php_metadata_namespace = '';
- private $has_php_metadata_namespace = false;
- /**
- * Use this option to change the package of ruby generated classes. Default
- * is empty. When this option is not set, the package name will be used for
- * determining the ruby package.
- *
- * Generated from protobuf field optional string ruby_package = 45;
- */
- private $ruby_package = '';
- private $has_ruby_package = false;
- /**
- * The parser stores options it doesn't recognize here.
- * See the documentation for the "Options" section above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $java_package
- * Sets the Java package where classes generated from this .proto will be
- * placed. By default, the proto package is used, but this is often
- * inappropriate because proto packages do not normally start with backwards
- * domain names.
- * @type string $java_outer_classname
- * If set, all the classes from the .proto file are wrapped in a single
- * outer class with the given name. This applies to both Proto1
- * (equivalent to the old "--one_java_file" option) and Proto2 (where
- * a .proto always translates to a single class, but you may want to
- * explicitly choose the class name).
- * @type bool $java_multiple_files
- * If set true, then the Java code generator will generate a separate .java
- * file for each top-level message, enum, and service defined in the .proto
- * file. Thus, these types will *not* be nested inside the outer class
- * named by java_outer_classname. However, the outer class will still be
- * generated to contain the file's getDescriptor() method as well as any
- * top-level extensions defined in the file.
- * @type bool $java_generate_equals_and_hash
- * This option does nothing.
- * @type bool $java_string_check_utf8
- * If set true, then the Java2 code generator will generate code that
- * throws an exception whenever an attempt is made to assign a non-UTF-8
- * byte sequence to a string field.
- * Message reflection will do the same.
- * However, an extension field still accepts non-UTF-8 byte sequences.
- * This option has no effect on when used with the lite runtime.
- * @type int $optimize_for
- * @type string $go_package
- * Sets the Go package where structs generated from this .proto will be
- * placed. If omitted, the Go package will be derived from the following:
- * - The basename of the package import path, if provided.
- * - Otherwise, the package statement in the .proto file, if present.
- * - Otherwise, the basename of the .proto file, without extension.
- * @type bool $cc_generic_services
- * Should generic services be generated in each language? "Generic" services
- * are not specific to any particular RPC system. They are generated by the
- * main code generators in each language (without additional plugins).
- * Generic services were the only kind of service generation supported by
- * early versions of google.protobuf.
- * Generic services are now considered deprecated in favor of using plugins
- * that generate code specific to your particular RPC system. Therefore,
- * these default to false. Old code which depends on generic services should
- * explicitly set them to true.
- * @type bool $java_generic_services
- * @type bool $py_generic_services
- * @type bool $php_generic_services
- * @type bool $deprecated
- * Is this file deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for everything in the file, or it will be completely ignored; in the very
- * least, this is a formalization for deprecating files.
- * @type bool $cc_enable_arenas
- * Enables the use of arenas for the proto messages in this file. This applies
- * only to generated classes for C++.
- * @type string $objc_class_prefix
- * Sets the objective c class prefix which is prepended to all objective c
- * generated classes from this .proto. There is no default.
- * @type string $csharp_namespace
- * Namespace for generated classes; defaults to the package.
- * @type string $swift_prefix
- * By default Swift generators will take the proto package and CamelCase it
- * replacing '.' with underscore and use that to prefix the types/symbols
- * defined. When this options is provided, they will use this value instead
- * to prefix the types/symbols defined.
- * @type string $php_class_prefix
- * Sets the php class prefix which is prepended to all php generated classes
- * from this .proto. Default is empty.
- * @type string $php_namespace
- * Use this option to change the namespace of php generated classes. Default
- * is empty. When this option is empty, the package name will be used for
- * determining the namespace.
- * @type string $php_metadata_namespace
- * Use this option to change the namespace of php generated metadata classes.
- * Default is empty. When this option is empty, the proto file name will be
- * used for determining the namespace.
- * @type string $ruby_package
- * Use this option to change the package of ruby generated classes. Default
- * is empty. When this option is not set, the package name will be used for
- * determining the ruby package.
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here.
- * See the documentation for the "Options" section above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Sets the Java package where classes generated from this .proto will be
- * placed. By default, the proto package is used, but this is often
- * inappropriate because proto packages do not normally start with backwards
- * domain names.
- *
- * Generated from protobuf field optional string java_package = 1;
- * @return string
- */
- public function getJavaPackage()
- {
- return $this->java_package;
- }
-
- /**
- * Sets the Java package where classes generated from this .proto will be
- * placed. By default, the proto package is used, but this is often
- * inappropriate because proto packages do not normally start with backwards
- * domain names.
- *
- * Generated from protobuf field optional string java_package = 1;
- * @param string $var
- * @return $this
- */
- public function setJavaPackage($var)
- {
- GPBUtil::checkString($var, True);
- $this->java_package = $var;
- $this->has_java_package = true;
-
- return $this;
- }
-
- public function hasJavaPackage()
- {
- return $this->has_java_package;
- }
-
- /**
- * If set, all the classes from the .proto file are wrapped in a single
- * outer class with the given name. This applies to both Proto1
- * (equivalent to the old "--one_java_file" option) and Proto2 (where
- * a .proto always translates to a single class, but you may want to
- * explicitly choose the class name).
- *
- * Generated from protobuf field optional string java_outer_classname = 8;
- * @return string
- */
- public function getJavaOuterClassname()
- {
- return $this->java_outer_classname;
- }
-
- /**
- * If set, all the classes from the .proto file are wrapped in a single
- * outer class with the given name. This applies to both Proto1
- * (equivalent to the old "--one_java_file" option) and Proto2 (where
- * a .proto always translates to a single class, but you may want to
- * explicitly choose the class name).
- *
- * Generated from protobuf field optional string java_outer_classname = 8;
- * @param string $var
- * @return $this
- */
- public function setJavaOuterClassname($var)
- {
- GPBUtil::checkString($var, True);
- $this->java_outer_classname = $var;
- $this->has_java_outer_classname = true;
-
- return $this;
- }
-
- public function hasJavaOuterClassname()
- {
- return $this->has_java_outer_classname;
- }
-
- /**
- * If set true, then the Java code generator will generate a separate .java
- * file for each top-level message, enum, and service defined in the .proto
- * file. Thus, these types will *not* be nested inside the outer class
- * named by java_outer_classname. However, the outer class will still be
- * generated to contain the file's getDescriptor() method as well as any
- * top-level extensions defined in the file.
- *
- * Generated from protobuf field optional bool java_multiple_files = 10 [default = false];
- * @return bool
- */
- public function getJavaMultipleFiles()
- {
- return $this->java_multiple_files;
- }
-
- /**
- * If set true, then the Java code generator will generate a separate .java
- * file for each top-level message, enum, and service defined in the .proto
- * file. Thus, these types will *not* be nested inside the outer class
- * named by java_outer_classname. However, the outer class will still be
- * generated to contain the file's getDescriptor() method as well as any
- * top-level extensions defined in the file.
- *
- * Generated from protobuf field optional bool java_multiple_files = 10 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setJavaMultipleFiles($var)
- {
- GPBUtil::checkBool($var);
- $this->java_multiple_files = $var;
- $this->has_java_multiple_files = true;
-
- return $this;
- }
-
- public function hasJavaMultipleFiles()
- {
- return $this->has_java_multiple_files;
- }
-
- /**
- * This option does nothing.
- *
- * Generated from protobuf field optional bool java_generate_equals_and_hash = 20 [deprecated = true];
- * @return bool
- */
- public function getJavaGenerateEqualsAndHash()
- {
- return $this->java_generate_equals_and_hash;
- }
-
- /**
- * This option does nothing.
- *
- * Generated from protobuf field optional bool java_generate_equals_and_hash = 20 [deprecated = true];
- * @param bool $var
- * @return $this
- */
- public function setJavaGenerateEqualsAndHash($var)
- {
- GPBUtil::checkBool($var);
- $this->java_generate_equals_and_hash = $var;
- $this->has_java_generate_equals_and_hash = true;
-
- return $this;
- }
-
- public function hasJavaGenerateEqualsAndHash()
- {
- return $this->has_java_generate_equals_and_hash;
- }
-
- /**
- * If set true, then the Java2 code generator will generate code that
- * throws an exception whenever an attempt is made to assign a non-UTF-8
- * byte sequence to a string field.
- * Message reflection will do the same.
- * However, an extension field still accepts non-UTF-8 byte sequences.
- * This option has no effect on when used with the lite runtime.
- *
- * Generated from protobuf field optional bool java_string_check_utf8 = 27 [default = false];
- * @return bool
- */
- public function getJavaStringCheckUtf8()
- {
- return $this->java_string_check_utf8;
- }
-
- /**
- * If set true, then the Java2 code generator will generate code that
- * throws an exception whenever an attempt is made to assign a non-UTF-8
- * byte sequence to a string field.
- * Message reflection will do the same.
- * However, an extension field still accepts non-UTF-8 byte sequences.
- * This option has no effect on when used with the lite runtime.
- *
- * Generated from protobuf field optional bool java_string_check_utf8 = 27 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setJavaStringCheckUtf8($var)
- {
- GPBUtil::checkBool($var);
- $this->java_string_check_utf8 = $var;
- $this->has_java_string_check_utf8 = true;
-
- return $this;
- }
-
- public function hasJavaStringCheckUtf8()
- {
- return $this->has_java_string_check_utf8;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- * @return int
- */
- public function getOptimizeFor()
- {
- return $this->optimize_for;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- * @param int $var
- * @return $this
- */
- public function setOptimizeFor($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FileOptions_OptimizeMode::class);
- $this->optimize_for = $var;
- $this->has_optimize_for = true;
-
- return $this;
- }
-
- public function hasOptimizeFor()
- {
- return $this->has_optimize_for;
- }
-
- /**
- * Sets the Go package where structs generated from this .proto will be
- * placed. If omitted, the Go package will be derived from the following:
- * - The basename of the package import path, if provided.
- * - Otherwise, the package statement in the .proto file, if present.
- * - Otherwise, the basename of the .proto file, without extension.
- *
- * Generated from protobuf field optional string go_package = 11;
- * @return string
- */
- public function getGoPackage()
- {
- return $this->go_package;
- }
-
- /**
- * Sets the Go package where structs generated from this .proto will be
- * placed. If omitted, the Go package will be derived from the following:
- * - The basename of the package import path, if provided.
- * - Otherwise, the package statement in the .proto file, if present.
- * - Otherwise, the basename of the .proto file, without extension.
- *
- * Generated from protobuf field optional string go_package = 11;
- * @param string $var
- * @return $this
- */
- public function setGoPackage($var)
- {
- GPBUtil::checkString($var, True);
- $this->go_package = $var;
- $this->has_go_package = true;
-
- return $this;
- }
-
- public function hasGoPackage()
- {
- return $this->has_go_package;
- }
-
- /**
- * Should generic services be generated in each language? "Generic" services
- * are not specific to any particular RPC system. They are generated by the
- * main code generators in each language (without additional plugins).
- * Generic services were the only kind of service generation supported by
- * early versions of google.protobuf.
- * Generic services are now considered deprecated in favor of using plugins
- * that generate code specific to your particular RPC system. Therefore,
- * these default to false. Old code which depends on generic services should
- * explicitly set them to true.
- *
- * Generated from protobuf field optional bool cc_generic_services = 16 [default = false];
- * @return bool
- */
- public function getCcGenericServices()
- {
- return $this->cc_generic_services;
- }
-
- /**
- * Should generic services be generated in each language? "Generic" services
- * are not specific to any particular RPC system. They are generated by the
- * main code generators in each language (without additional plugins).
- * Generic services were the only kind of service generation supported by
- * early versions of google.protobuf.
- * Generic services are now considered deprecated in favor of using plugins
- * that generate code specific to your particular RPC system. Therefore,
- * these default to false. Old code which depends on generic services should
- * explicitly set them to true.
- *
- * Generated from protobuf field optional bool cc_generic_services = 16 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setCcGenericServices($var)
- {
- GPBUtil::checkBool($var);
- $this->cc_generic_services = $var;
- $this->has_cc_generic_services = true;
-
- return $this;
- }
-
- public function hasCcGenericServices()
- {
- return $this->has_cc_generic_services;
- }
-
- /**
- * Generated from protobuf field optional bool java_generic_services = 17 [default = false];
- * @return bool
- */
- public function getJavaGenericServices()
- {
- return $this->java_generic_services;
- }
-
- /**
- * Generated from protobuf field optional bool java_generic_services = 17 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setJavaGenericServices($var)
- {
- GPBUtil::checkBool($var);
- $this->java_generic_services = $var;
- $this->has_java_generic_services = true;
-
- return $this;
- }
-
- public function hasJavaGenericServices()
- {
- return $this->has_java_generic_services;
- }
-
- /**
- * Generated from protobuf field optional bool py_generic_services = 18 [default = false];
- * @return bool
- */
- public function getPyGenericServices()
- {
- return $this->py_generic_services;
- }
-
- /**
- * Generated from protobuf field optional bool py_generic_services = 18 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setPyGenericServices($var)
- {
- GPBUtil::checkBool($var);
- $this->py_generic_services = $var;
- $this->has_py_generic_services = true;
-
- return $this;
- }
-
- public function hasPyGenericServices()
- {
- return $this->has_py_generic_services;
- }
-
- /**
- * Generated from protobuf field optional bool php_generic_services = 42 [default = false];
- * @return bool
- */
- public function getPhpGenericServices()
- {
- return $this->php_generic_services;
- }
-
- /**
- * Generated from protobuf field optional bool php_generic_services = 42 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setPhpGenericServices($var)
- {
- GPBUtil::checkBool($var);
- $this->php_generic_services = $var;
- $this->has_php_generic_services = true;
-
- return $this;
- }
-
- public function hasPhpGenericServices()
- {
- return $this->has_php_generic_services;
- }
-
- /**
- * Is this file deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for everything in the file, or it will be completely ignored; in the very
- * least, this is a formalization for deprecating files.
- *
- * Generated from protobuf field optional bool deprecated = 23 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this file deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for everything in the file, or it will be completely ignored; in the very
- * least, this is a formalization for deprecating files.
- *
- * Generated from protobuf field optional bool deprecated = 23 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * Enables the use of arenas for the proto messages in this file. This applies
- * only to generated classes for C++.
- *
- * Generated from protobuf field optional bool cc_enable_arenas = 31 [default = false];
- * @return bool
- */
- public function getCcEnableArenas()
- {
- return $this->cc_enable_arenas;
- }
-
- /**
- * Enables the use of arenas for the proto messages in this file. This applies
- * only to generated classes for C++.
- *
- * Generated from protobuf field optional bool cc_enable_arenas = 31 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setCcEnableArenas($var)
- {
- GPBUtil::checkBool($var);
- $this->cc_enable_arenas = $var;
- $this->has_cc_enable_arenas = true;
-
- return $this;
- }
-
- public function hasCcEnableArenas()
- {
- return $this->has_cc_enable_arenas;
- }
-
- /**
- * Sets the objective c class prefix which is prepended to all objective c
- * generated classes from this .proto. There is no default.
- *
- * Generated from protobuf field optional string objc_class_prefix = 36;
- * @return string
- */
- public function getObjcClassPrefix()
- {
- return $this->objc_class_prefix;
- }
-
- /**
- * Sets the objective c class prefix which is prepended to all objective c
- * generated classes from this .proto. There is no default.
- *
- * Generated from protobuf field optional string objc_class_prefix = 36;
- * @param string $var
- * @return $this
- */
- public function setObjcClassPrefix($var)
- {
- GPBUtil::checkString($var, True);
- $this->objc_class_prefix = $var;
- $this->has_objc_class_prefix = true;
-
- return $this;
- }
-
- public function hasObjcClassPrefix()
- {
- return $this->has_objc_class_prefix;
- }
-
- /**
- * Namespace for generated classes; defaults to the package.
- *
- * Generated from protobuf field optional string csharp_namespace = 37;
- * @return string
- */
- public function getCsharpNamespace()
- {
- return $this->csharp_namespace;
- }
-
- /**
- * Namespace for generated classes; defaults to the package.
- *
- * Generated from protobuf field optional string csharp_namespace = 37;
- * @param string $var
- * @return $this
- */
- public function setCsharpNamespace($var)
- {
- GPBUtil::checkString($var, True);
- $this->csharp_namespace = $var;
- $this->has_csharp_namespace = true;
-
- return $this;
- }
-
- public function hasCsharpNamespace()
- {
- return $this->has_csharp_namespace;
- }
-
- /**
- * By default Swift generators will take the proto package and CamelCase it
- * replacing '.' with underscore and use that to prefix the types/symbols
- * defined. When this options is provided, they will use this value instead
- * to prefix the types/symbols defined.
- *
- * Generated from protobuf field optional string swift_prefix = 39;
- * @return string
- */
- public function getSwiftPrefix()
- {
- return $this->swift_prefix;
- }
-
- /**
- * By default Swift generators will take the proto package and CamelCase it
- * replacing '.' with underscore and use that to prefix the types/symbols
- * defined. When this options is provided, they will use this value instead
- * to prefix the types/symbols defined.
- *
- * Generated from protobuf field optional string swift_prefix = 39;
- * @param string $var
- * @return $this
- */
- public function setSwiftPrefix($var)
- {
- GPBUtil::checkString($var, True);
- $this->swift_prefix = $var;
- $this->has_swift_prefix = true;
-
- return $this;
- }
-
- public function hasSwiftPrefix()
- {
- return $this->has_swift_prefix;
- }
-
- /**
- * Sets the php class prefix which is prepended to all php generated classes
- * from this .proto. Default is empty.
- *
- * Generated from protobuf field optional string php_class_prefix = 40;
- * @return string
- */
- public function getPhpClassPrefix()
- {
- return $this->php_class_prefix;
- }
-
- /**
- * Sets the php class prefix which is prepended to all php generated classes
- * from this .proto. Default is empty.
- *
- * Generated from protobuf field optional string php_class_prefix = 40;
- * @param string $var
- * @return $this
- */
- public function setPhpClassPrefix($var)
- {
- GPBUtil::checkString($var, True);
- $this->php_class_prefix = $var;
- $this->has_php_class_prefix = true;
-
- return $this;
- }
-
- public function hasPhpClassPrefix()
- {
- return $this->has_php_class_prefix;
- }
-
- /**
- * Use this option to change the namespace of php generated classes. Default
- * is empty. When this option is empty, the package name will be used for
- * determining the namespace.
- *
- * Generated from protobuf field optional string php_namespace = 41;
- * @return string
- */
- public function getPhpNamespace()
- {
- return $this->php_namespace;
- }
-
- /**
- * Use this option to change the namespace of php generated classes. Default
- * is empty. When this option is empty, the package name will be used for
- * determining the namespace.
- *
- * Generated from protobuf field optional string php_namespace = 41;
- * @param string $var
- * @return $this
- */
- public function setPhpNamespace($var)
- {
- GPBUtil::checkString($var, True);
- $this->php_namespace = $var;
- $this->has_php_namespace = true;
-
- return $this;
- }
-
- public function hasPhpNamespace()
- {
- return $this->has_php_namespace;
- }
-
- /**
- * Use this option to change the namespace of php generated metadata classes.
- * Default is empty. When this option is empty, the proto file name will be
- * used for determining the namespace.
- *
- * Generated from protobuf field optional string php_metadata_namespace = 44;
- * @return string
- */
- public function getPhpMetadataNamespace()
- {
- return $this->php_metadata_namespace;
- }
-
- /**
- * Use this option to change the namespace of php generated metadata classes.
- * Default is empty. When this option is empty, the proto file name will be
- * used for determining the namespace.
- *
- * Generated from protobuf field optional string php_metadata_namespace = 44;
- * @param string $var
- * @return $this
- */
- public function setPhpMetadataNamespace($var)
- {
- GPBUtil::checkString($var, True);
- $this->php_metadata_namespace = $var;
- $this->has_php_metadata_namespace = true;
-
- return $this;
- }
-
- public function hasPhpMetadataNamespace()
- {
- return $this->has_php_metadata_namespace;
- }
-
- /**
- * Use this option to change the package of ruby generated classes. Default
- * is empty. When this option is not set, the package name will be used for
- * determining the ruby package.
- *
- * Generated from protobuf field optional string ruby_package = 45;
- * @return string
- */
- public function getRubyPackage()
- {
- return $this->ruby_package;
- }
-
- /**
- * Use this option to change the package of ruby generated classes. Default
- * is empty. When this option is not set, the package name will be used for
- * determining the ruby package.
- *
- * Generated from protobuf field optional string ruby_package = 45;
- * @param string $var
- * @return $this
- */
- public function setRubyPackage($var)
- {
- GPBUtil::checkString($var, True);
- $this->ruby_package = $var;
- $this->has_ruby_package = true;
-
- return $this;
- }
-
- public function hasRubyPackage()
- {
- return $this->has_ruby_package;
- }
-
- /**
- * The parser stores options it doesn't recognize here.
- * See the documentation for the "Options" section above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here.
- * See the documentation for the "Options" section above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php
deleted file mode 100644
index 0df27b533..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php
+++ /dev/null
@@ -1,64 +0,0 @@
-google.protobuf.FileOptions.OptimizeMode
- */
-class OptimizeMode
-{
- /**
- * Generate complete code for parsing, serialization,
- *
- * Generated from protobuf enum SPEED = 1;
- */
- const SPEED = 1;
- /**
- * etc.
- *
- * Generated from protobuf enum CODE_SIZE = 2;
- */
- const CODE_SIZE = 2;
- /**
- * Generate code using MessageLite and the lite runtime.
- *
- * Generated from protobuf enum LITE_RUNTIME = 3;
- */
- const LITE_RUNTIME = 3;
-
- private static $valueToName = [
- self::SPEED => 'SPEED',
- self::CODE_SIZE => 'CODE_SIZE',
- self::LITE_RUNTIME => 'LITE_RUNTIME',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(OptimizeMode::class, \Google\Protobuf\Internal\FileOptions_OptimizeMode::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
deleted file mode 100644
index 8926e63ba..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
+++ /dev/null
@@ -1,16 +0,0 @@
-writeRaw("\"", 1);
- $field_name = GPBJsonWire::formatFieldName($field);
- $output->writeRaw($field_name, strlen($field_name));
- $output->writeRaw("\":", 2);
- }
- return static::serializeFieldValueToStream(
- $value,
- $field,
- $output,
- !$has_field_name);
- }
-
- public static function serializeFieldValueToStream(
- $values,
- $field,
- &$output,
- $is_well_known = false)
- {
- if ($field->isMap()) {
- $output->writeRaw("{", 1);
- $first = true;
- $map_entry = $field->getMessageType();
- $key_field = $map_entry->getFieldByNumber(1);
- $value_field = $map_entry->getFieldByNumber(2);
-
- switch ($key_field->getType()) {
- case GPBType::STRING:
- case GPBType::SFIXED64:
- case GPBType::INT64:
- case GPBType::SINT64:
- case GPBType::FIXED64:
- case GPBType::UINT64:
- $additional_quote = false;
- break;
- default:
- $additional_quote = true;
- }
-
- foreach ($values as $key => $value) {
- if ($first) {
- $first = false;
- } else {
- $output->writeRaw(",", 1);
- }
- if ($additional_quote) {
- $output->writeRaw("\"", 1);
- }
- if (!static::serializeSingularFieldValueToStream(
- $key,
- $key_field,
- $output,
- $is_well_known)) {
- return false;
- }
- if ($additional_quote) {
- $output->writeRaw("\"", 1);
- }
- $output->writeRaw(":", 1);
- if (!static::serializeSingularFieldValueToStream(
- $value,
- $value_field,
- $output,
- $is_well_known)) {
- return false;
- }
- }
- $output->writeRaw("}", 1);
- return true;
- } elseif ($field->isRepeated()) {
- $output->writeRaw("[", 1);
- $first = true;
- foreach ($values as $value) {
- if ($first) {
- $first = false;
- } else {
- $output->writeRaw(",", 1);
- }
- if (!static::serializeSingularFieldValueToStream(
- $value,
- $field,
- $output,
- $is_well_known)) {
- return false;
- }
- }
- $output->writeRaw("]", 1);
- return true;
- } else {
- return static::serializeSingularFieldValueToStream(
- $values,
- $field,
- $output,
- $is_well_known);
- }
- }
-
- private static function serializeSingularFieldValueToStream(
- $value,
- $field,
- &$output, $is_well_known = false)
- {
- switch ($field->getType()) {
- case GPBType::SFIXED32:
- case GPBType::SINT32:
- case GPBType::INT32:
- $str_value = strval($value);
- $output->writeRaw($str_value, strlen($str_value));
- break;
- case GPBType::FIXED32:
- case GPBType::UINT32:
- if ($value < 0) {
- $value = bcadd($value, "4294967296");
- }
- $str_value = strval($value);
- $output->writeRaw($str_value, strlen($str_value));
- break;
- case GPBType::FIXED64:
- case GPBType::UINT64:
- if ($value < 0) {
- $value = bcadd($value, "18446744073709551616");
- }
- // Intentional fall through.
- case GPBType::SFIXED64:
- case GPBType::INT64:
- case GPBType::SINT64:
- $output->writeRaw("\"", 1);
- $str_value = strval($value);
- $output->writeRaw($str_value, strlen($str_value));
- $output->writeRaw("\"", 1);
- break;
- case GPBType::FLOAT:
- if (is_nan($value)) {
- $str_value = "\"NaN\"";
- } elseif ($value === INF) {
- $str_value = "\"Infinity\"";
- } elseif ($value === -INF) {
- $str_value = "\"-Infinity\"";
- } else {
- $str_value = sprintf("%.8g", $value);
- }
- $output->writeRaw($str_value, strlen($str_value));
- break;
- case GPBType::DOUBLE:
- if (is_nan($value)) {
- $str_value = "\"NaN\"";
- } elseif ($value === INF) {
- $str_value = "\"Infinity\"";
- } elseif ($value === -INF) {
- $str_value = "\"-Infinity\"";
- } else {
- $str_value = sprintf("%.17g", $value);
- }
- $output->writeRaw($str_value, strlen($str_value));
- break;
- case GPBType::ENUM:
- $enum_desc = $field->getEnumType();
- if ($enum_desc->getClass() === "Google\Protobuf\NullValue") {
- $output->writeRaw("null", 4);
- break;
- }
- $enum_value_desc = $enum_desc->getValueByNumber($value);
- if (!is_null($enum_value_desc)) {
- $str_value = $enum_value_desc->getName();
- $output->writeRaw("\"", 1);
- $output->writeRaw($str_value, strlen($str_value));
- $output->writeRaw("\"", 1);
- } else {
- $str_value = strval($value);
- $output->writeRaw($str_value, strlen($str_value));
- }
- break;
- case GPBType::BOOL:
- if ($value) {
- $output->writeRaw("true", 4);
- } else {
- $output->writeRaw("false", 5);
- }
- break;
- case GPBType::BYTES:
- $bytes_value = base64_encode($value);
- $output->writeRaw("\"", 1);
- $output->writeRaw($bytes_value, strlen($bytes_value));
- $output->writeRaw("\"", 1);
- break;
- case GPBType::STRING:
- $value = json_encode($value, JSON_UNESCAPED_UNICODE);
- $output->writeRaw($value, strlen($value));
- break;
- // case GPBType::GROUP:
- // echo "GROUP\xA";
- // trigger_error("Not implemented.", E_ERROR);
- // break;
- case GPBType::MESSAGE:
- $value->serializeToJsonStream($output);
- break;
- default:
- user_error("Unsupported type.");
- return false;
- }
- return true;
- }
-
- private static function formatFieldName($field)
- {
- return $field->getJsonName();
- }
-
- // Used for escaping control chars in strings.
- private static $k_control_char_limit = 0x20;
-
- private static function jsonNiceEscape($c)
- {
- switch ($c) {
- case '"': return "\\\"";
- case '\\': return "\\\\";
- case '/': return "\\/";
- case '\b': return "\\b";
- case '\f': return "\\f";
- case '\n': return "\\n";
- case '\r': return "\\r";
- case '\t': return "\\t";
- default: return NULL;
- }
- }
-
- private static function isJsonEscaped($c)
- {
- // See RFC 4627.
- return $c < chr($k_control_char_limit) || $c === "\"" || $c === "\\";
- }
-
- public static function escapedJson($value)
- {
- $escaped_value = "";
- $unescaped_run = "";
- for ($i = 0; $i < strlen($value); $i++) {
- $c = $value[$i];
- // Handle escaping.
- if (static::isJsonEscaped($c)) {
- // Use a "nice" escape, like \n, if one exists for this
- // character.
- $escape = static::jsonNiceEscape($c);
- if (is_null($escape)) {
- $escape = "\\u00" . bin2hex($c);
- }
- if ($unescaped_run !== "") {
- $escaped_value .= $unescaped_run;
- $unescaped_run = "";
- }
- $escaped_value .= $escape;
- } else {
- if ($unescaped_run === "") {
- $unescaped_run .= $c;
- }
- }
- }
- $escaped_value .= $unescaped_run;
- return $escaped_value;
- }
-
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php
deleted file mode 100644
index 0fb238415..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php
+++ /dev/null
@@ -1,40 +0,0 @@
- 0) {
- $high = (int) bcsub($high, 4294967296);
- } else {
- $high = (int) $high;
- }
- if (bccomp($low, 2147483647) > 0) {
- $low = (int) bcsub($low, 4294967296);
- } else {
- $low = (int) $low;
- }
-
- if ($isNeg) {
- $high = ~$high;
- $low = ~$low;
- $low++;
- if (!$low) {
- $high = (int)($high + 1);
- }
- }
-
- if ($trim) {
- $high = 0;
- }
- }
-
- public static function checkString(&$var, $check_utf8)
- {
- if (is_array($var) || is_object($var)) {
- throw new \InvalidArgumentException("Expect string.");
- }
- if (!is_string($var)) {
- $var = strval($var);
- }
- if ($check_utf8 && !preg_match('//u', $var)) {
- throw new \Exception("Expect utf-8 encoding.");
- }
- }
-
- public static function checkEnum(&$var)
- {
- static::checkInt32($var);
- }
-
- public static function checkInt32(&$var)
- {
- if (is_numeric($var)) {
- $var = intval($var);
- } else {
- throw new \Exception("Expect integer.");
- }
- }
-
- public static function checkUint32(&$var)
- {
- if (is_numeric($var)) {
- if (PHP_INT_SIZE === 8) {
- $var = intval($var);
- $var |= ((-(($var >> 31) & 0x1)) & ~0xFFFFFFFF);
- } else {
- if (bccomp($var, 0x7FFFFFFF) > 0) {
- $var = bcsub($var, "4294967296");
- }
- $var = (int) $var;
- }
- } else {
- throw new \Exception("Expect integer.");
- }
- }
-
- public static function checkInt64(&$var)
- {
- if (is_numeric($var)) {
- if (PHP_INT_SIZE == 8) {
- $var = intval($var);
- } else {
- if (is_float($var) ||
- is_integer($var) ||
- (is_string($var) &&
- bccomp($var, "9223372036854774784") < 0)) {
- $var = number_format($var, 0, ".", "");
- }
- }
- } else {
- throw new \Exception("Expect integer.");
- }
- }
-
- public static function checkUint64(&$var)
- {
- if (is_numeric($var)) {
- if (PHP_INT_SIZE == 8) {
- $var = intval($var);
- } else {
- $var = number_format($var, 0, ".", "");
- }
- } else {
- throw new \Exception("Expect integer.");
- }
- }
-
- public static function checkFloat(&$var)
- {
- if (is_float($var) || is_numeric($var)) {
- $var = floatval($var);
- } else {
- throw new \Exception("Expect float.");
- }
- }
-
- public static function checkDouble(&$var)
- {
- if (is_float($var) || is_numeric($var)) {
- $var = floatval($var);
- } else {
- throw new \Exception("Expect float.");
- }
- }
-
- public static function checkBool(&$var)
- {
- if (is_array($var) || is_object($var)) {
- throw new \Exception("Expect boolean.");
- }
- $var = boolval($var);
- }
-
- public static function checkMessage(&$var, $klass, $newClass = null)
- {
- if (!$var instanceof $klass && !is_null($var)) {
- throw new \Exception("Expect $klass.");
- }
- }
-
- public static function checkRepeatedField(&$var, $type, $klass = null)
- {
- if (!$var instanceof RepeatedField && !is_array($var)) {
- throw new \Exception("Expect array.");
- }
- if (is_array($var)) {
- $tmp = new RepeatedField($type, $klass);
- foreach ($var as $value) {
- $tmp[] = $value;
- }
- return $tmp;
- } else {
- if ($var->getType() != $type) {
- throw new \Exception(
- "Expect repeated field of different type.");
- }
- if ($var->getType() === GPBType::MESSAGE &&
- $var->getClass() !== $klass &&
- $var->getLegacyClass() !== $klass) {
- throw new \Exception(
- "Expect repeated field of " . $klass . ".");
- }
- return $var;
- }
- }
-
- public static function checkMapField(&$var, $key_type, $value_type, $klass = null)
- {
- if (!$var instanceof MapField && !is_array($var)) {
- throw new \Exception("Expect dict.");
- }
- if (is_array($var)) {
- $tmp = new MapField($key_type, $value_type, $klass);
- foreach ($var as $key => $value) {
- $tmp[$key] = $value;
- }
- return $tmp;
- } else {
- if ($var->getKeyType() != $key_type) {
- throw new \Exception("Expect map field of key type.");
- }
- if ($var->getValueType() != $value_type) {
- throw new \Exception("Expect map field of value type.");
- }
- if ($var->getValueType() === GPBType::MESSAGE &&
- $var->getValueClass() !== $klass &&
- $var->getLegacyValueClass() !== $klass) {
- throw new \Exception(
- "Expect map field of " . $klass . ".");
- }
- return $var;
- }
- }
-
- public static function Int64($value)
- {
- return new Int64($value);
- }
-
- public static function Uint64($value)
- {
- return new Uint64($value);
- }
-
- public static function getClassNamePrefix(
- $classname,
- $file_proto)
- {
- $option = $file_proto->getOptions();
- $prefix = is_null($option) ? "" : $option->getPhpClassPrefix();
- if ($prefix !== "") {
- return $prefix;
- }
-
- $reserved_words = array(
- "abstract"=>0, "and"=>0, "array"=>0, "as"=>0, "break"=>0,
- "callable"=>0, "case"=>0, "catch"=>0, "class"=>0, "clone"=>0,
- "const"=>0, "continue"=>0, "declare"=>0, "default"=>0, "die"=>0,
- "do"=>0, "echo"=>0, "else"=>0, "elseif"=>0, "empty"=>0,
- "enddeclare"=>0, "endfor"=>0, "endforeach"=>0, "endif"=>0,
- "endswitch"=>0, "endwhile"=>0, "eval"=>0, "exit"=>0, "extends"=>0,
- "final"=>0, "for"=>0, "foreach"=>0, "function"=>0, "global"=>0,
- "goto"=>0, "if"=>0, "implements"=>0, "include"=>0,
- "include_once"=>0, "instanceof"=>0, "insteadof"=>0, "interface"=>0,
- "isset"=>0, "list"=>0, "namespace"=>0, "new"=>0, "or"=>0,
- "print"=>0, "private"=>0, "protected"=>0, "public"=>0, "require"=>0,
- "require_once"=>0, "return"=>0, "static"=>0, "switch"=>0,
- "throw"=>0, "trait"=>0, "try"=>0, "unset"=>0, "use"=>0, "var"=>0,
- "while"=>0, "xor"=>0, "int"=>0, "float"=>0, "bool"=>0, "string"=>0,
- "true"=>0, "false"=>0, "null"=>0, "void"=>0, "iterable"=>0
- );
-
- if (array_key_exists(strtolower($classname), $reserved_words)) {
- if ($file_proto->getPackage() === "google.protobuf") {
- return "GPB";
- } else {
- return "PB";
- }
- }
-
- return "";
- }
-
- public static function getLegacyClassNameWithoutPackage(
- $name,
- $file_proto)
- {
- $classname = implode('_', explode('.', $name));
- return static::getClassNamePrefix($classname, $file_proto) . $classname;
- }
-
- public static function getClassNameWithoutPackage(
- $name,
- $file_proto)
- {
- $parts = explode('.', $name);
- foreach ($parts as $i => $part) {
- $parts[$i] = static::getClassNamePrefix($parts[$i], $file_proto) . $parts[$i];
- }
- return implode('\\', $parts);
- }
-
- public static function getFullClassName(
- $proto,
- $containing,
- $file_proto,
- &$message_name_without_package,
- &$classname,
- &$legacy_classname,
- &$fullname)
- {
- // Full name needs to start with '.'.
- $message_name_without_package = $proto->getName();
- if ($containing !== "") {
- $message_name_without_package =
- $containing . "." . $message_name_without_package;
- }
-
- $package = $file_proto->getPackage();
- if ($package === "") {
- $fullname = "." . $message_name_without_package;
- } else {
- $fullname = "." . $package . "." . $message_name_without_package;
- }
-
- $class_name_without_package =
- static::getClassNameWithoutPackage($message_name_without_package, $file_proto);
- $legacy_class_name_without_package =
- static::getLegacyClassNameWithoutPackage(
- $message_name_without_package, $file_proto);
-
- $option = $file_proto->getOptions();
- if (!is_null($option) && $option->hasPhpNamespace()) {
- $namespace = $option->getPhpNamespace();
- if ($namespace !== "") {
- $classname = $namespace . "\\" . $class_name_without_package;
- $legacy_classname =
- $namespace . "\\" . $legacy_class_name_without_package;
- return;
- } else {
- $classname = $class_name_without_package;
- $legacy_classname = $legacy_class_name_without_package;
- return;
- }
- }
-
- if ($package === "") {
- $classname = $class_name_without_package;
- $legacy_classname = $legacy_class_name_without_package;
- } else {
- $parts = array_map('ucwords', explode('.', $package));
- foreach ($parts as $i => $part) {
- $parts[$i] = self::getClassNamePrefix($part, $file_proto).$part;
- }
- $classname =
- implode('\\', $parts) .
- "\\".self::getClassNamePrefix($class_name_without_package,$file_proto).
- $class_name_without_package;
- $legacy_classname =
- implode('\\', array_map('ucwords', explode('.', $package))).
- "\\".$legacy_class_name_without_package;
- }
- }
-
- public static function combineInt32ToInt64($high, $low)
- {
- $isNeg = $high < 0;
- if ($isNeg) {
- $high = ~$high;
- $low = ~$low;
- $low++;
- if (!$low) {
- $high = (int) ($high + 1);
- }
- }
- $result = bcadd(bcmul($high, 4294967296), $low);
- if ($low < 0) {
- $result = bcadd($result, 4294967296);
- }
- if ($isNeg) {
- $result = bcsub(0, $result);
- }
- return $result;
- }
-
- public static function parseTimestamp($timestamp)
- {
- // prevent parsing timestamps containing with the non-existant year "0000"
- // DateTime::createFromFormat parses without failing but as a nonsensical date
- if (substr($timestamp, 0, 4) === "0000") {
- throw new \Exception("Year cannot be zero.");
- }
- // prevent parsing timestamps ending with a lowercase z
- if (substr($timestamp, -1, 1) === "z") {
- throw new \Exception("Timezone cannot be a lowercase z.");
- }
-
- $nanoseconds = 0;
- $periodIndex = strpos($timestamp, ".");
- if ($periodIndex !== false) {
- $nanosecondsLength = 0;
- // find the next non-numeric character in the timestamp to calculate
- // the length of the nanoseconds text
- for ($i = $periodIndex + 1, $length = strlen($timestamp); $i < $length; $i++) {
- if (!is_numeric($timestamp[$i])) {
- $nanosecondsLength = $i - ($periodIndex + 1);
- break;
- }
- }
- if ($nanosecondsLength % 3 !== 0) {
- throw new \Exception("Nanoseconds must be disible by 3.");
- }
- if ($nanosecondsLength > 9) {
- throw new \Exception("Nanoseconds must be in the range of 0 to 999,999,999 nanoseconds.");
- }
- if ($nanosecondsLength > 0) {
- $nanoseconds = substr($timestamp, $periodIndex + 1, $nanosecondsLength);
- $nanoseconds = intval($nanoseconds);
-
- // remove the nanoseconds and preceding period from the timestamp
- $date = substr($timestamp, 0, $periodIndex);
- $timezone = substr($timestamp, $periodIndex + $nanosecondsLength + 1);
- $timestamp = $date.$timezone;
- }
- }
-
- $date = \DateTime::createFromFormat(\DateTime::RFC3339, $timestamp, new \DateTimeZone("UTC"));
- if ($date === false) {
- throw new \Exception("Invalid RFC 3339 timestamp.");
- }
-
- $value = new \Google\Protobuf\Timestamp();
- $seconds = $date->format("U");
- $value->setSeconds($seconds);
- $value->setNanos($nanoseconds);
- return $value;
- }
-
- public static function formatTimestamp($value)
- {
- if (bccomp($value->getSeconds(), "253402300800") != -1) {
- throw new GPBDecodeException("Duration number too large.");
- }
- if (bccomp($value->getSeconds(), "-62135596801") != 1) {
- throw new GPBDecodeException("Duration number too small.");
- }
- $nanoseconds = static::getNanosecondsForTimestamp($value->getNanos());
- if (!empty($nanoseconds)) {
- $nanoseconds = ".".$nanoseconds;
- }
- $date = new \DateTime('@'.$value->getSeconds(), new \DateTimeZone("UTC"));
- return $date->format("Y-m-d\TH:i:s".$nanoseconds."\Z");
- }
-
- public static function parseDuration($value)
- {
- if (strlen($value) < 2 || substr($value, -1) !== "s") {
- throw new GPBDecodeException("Missing s after duration string");
- }
- $number = substr($value, 0, -1);
- if (bccomp($number, "315576000001") != -1) {
- throw new GPBDecodeException("Duration number too large.");
- }
- if (bccomp($number, "-315576000001") != 1) {
- throw new GPBDecodeException("Duration number too small.");
- }
- $pos = strrpos($number, ".");
- if ($pos !== false) {
- $seconds = substr($number, 0, $pos);
- if (bccomp($seconds, 0) < 0) {
- $nanos = bcmul("0" . substr($number, $pos), -1000000000);
- } else {
- $nanos = bcmul("0" . substr($number, $pos), 1000000000);
- }
- } else {
- $seconds = $number;
- $nanos = 0;
- }
- $duration = new Duration();
- $duration->setSeconds($seconds);
- $duration->setNanos($nanos);
- return $duration;
- }
-
- public static function formatDuration($value)
- {
- if (bccomp($value->getSeconds(), '315576000001') != -1) {
- throw new GPBDecodeException('Duration number too large.');
- }
- if (bccomp($value->getSeconds(), '-315576000001') != 1) {
- throw new GPBDecodeException('Duration number too small.');
- }
-
- $nanos = $value->getNanos();
- if ($nanos === 0) {
- return (string) $value->getSeconds();
- }
-
- if ($nanos % 1000000 === 0) {
- $digits = 3;
- } elseif ($nanos % 1000 === 0) {
- $digits = 6;
- } else {
- $digits = 9;
- }
-
- $nanos = bcdiv($nanos, '1000000000', $digits);
- return bcadd($value->getSeconds(), $nanos, $digits);
- }
-
- public static function parseFieldMask($paths_string)
- {
- $field_mask = new FieldMask();
- if (strlen($paths_string) === 0) {
- return $field_mask;
- }
- $path_strings = explode(",", $paths_string);
- $paths = $field_mask->getPaths();
- foreach($path_strings as &$path_string) {
- $field_strings = explode(".", $path_string);
- foreach($field_strings as &$field_string) {
- $field_string = camel2underscore($field_string);
- }
- $path_string = implode(".", $field_strings);
- $paths[] = $path_string;
- }
- return $field_mask;
- }
-
- public static function formatFieldMask($field_mask)
- {
- $converted_paths = [];
- foreach($field_mask->getPaths() as $path) {
- $fields = explode('.', $path);
- $converted_path = [];
- foreach ($fields as $field) {
- $segments = explode('_', $field);
- $start = true;
- $converted_segments = "";
- foreach($segments as $segment) {
- if (!$start) {
- $converted = ucfirst($segment);
- } else {
- $converted = $segment;
- $start = false;
- }
- $converted_segments .= $converted;
- }
- $converted_path []= $converted_segments;
- }
- $converted_path = implode(".", $converted_path);
- $converted_paths []= $converted_path;
- }
- return implode(",", $converted_paths);
- }
-
- public static function getNanosecondsForTimestamp($nanoseconds)
- {
- if ($nanoseconds == 0) {
- return '';
- }
- if ($nanoseconds % static::NANOS_PER_MILLISECOND == 0) {
- return sprintf('%03d', $nanoseconds / static::NANOS_PER_MILLISECOND);
- }
- if ($nanoseconds % static::NANOS_PER_MICROSECOND == 0) {
- return sprintf('%06d', $nanoseconds / static::NANOS_PER_MICROSECOND);
- }
- return sprintf('%09d', $nanoseconds);
- }
-
- public static function hasSpecialJsonMapping($msg)
- {
- return is_a($msg, 'Google\Protobuf\Any') ||
- is_a($msg, "Google\Protobuf\ListValue") ||
- is_a($msg, "Google\Protobuf\Struct") ||
- is_a($msg, "Google\Protobuf\Value") ||
- is_a($msg, "Google\Protobuf\Duration") ||
- is_a($msg, "Google\Protobuf\Timestamp") ||
- is_a($msg, "Google\Protobuf\FieldMask") ||
- static::hasJsonValue($msg);
- }
-
- public static function hasJsonValue($msg)
- {
- return is_a($msg, "Google\Protobuf\DoubleValue") ||
- is_a($msg, "Google\Protobuf\FloatValue") ||
- is_a($msg, "Google\Protobuf\Int64Value") ||
- is_a($msg, "Google\Protobuf\UInt64Value") ||
- is_a($msg, "Google\Protobuf\Int32Value") ||
- is_a($msg, "Google\Protobuf\UInt32Value") ||
- is_a($msg, "Google\Protobuf\BoolValue") ||
- is_a($msg, "Google\Protobuf\StringValue") ||
- is_a($msg, "Google\Protobuf\BytesValue");
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php
deleted file mode 100644
index 7f1eab3c6..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php
+++ /dev/null
@@ -1,622 +0,0 @@
-> self::TAG_TYPE_BITS) &
- (1 << ((PHP_INT_SIZE * 8) - self::TAG_TYPE_BITS)) - 1;
- }
-
- public static function getTagWireType($tag)
- {
- return $tag & 0x7;
- }
-
- public static function getWireType($type)
- {
- switch ($type) {
- case GPBType::FLOAT:
- case GPBType::FIXED32:
- case GPBType::SFIXED32:
- return self::WIRETYPE_FIXED32;
- case GPBType::DOUBLE:
- case GPBType::FIXED64:
- case GPBType::SFIXED64:
- return self::WIRETYPE_FIXED64;
- case GPBType::UINT32:
- case GPBType::UINT64:
- case GPBType::INT32:
- case GPBType::INT64:
- case GPBType::SINT32:
- case GPBType::SINT64:
- case GPBType::ENUM:
- case GPBType::BOOL:
- return self::WIRETYPE_VARINT;
- case GPBType::STRING:
- case GPBType::BYTES:
- case GPBType::MESSAGE:
- return self::WIRETYPE_LENGTH_DELIMITED;
- case GPBType::GROUP:
- user_error("Unsupported type.");
- return 0;
- default:
- user_error("Unsupported type.");
- return 0;
- }
- }
-
- // ZigZag Transform: Encodes signed integers so that they can be effectively
- // used with varint encoding.
- //
- // varint operates on unsigned integers, encoding smaller numbers into fewer
- // bytes. If you try to use it on a signed integer, it will treat this
- // number as a very large unsigned integer, which means that even small
- // signed numbers like -1 will take the maximum number of bytes (10) to
- // encode. zigZagEncode() maps signed integers to unsigned in such a way
- // that those with a small absolute value will have smaller encoded values,
- // making them appropriate for encoding using varint.
- //
- // int32 -> uint32
- // -------------------------
- // 0 -> 0
- // -1 -> 1
- // 1 -> 2
- // -2 -> 3
- // ... -> ...
- // 2147483647 -> 4294967294
- // -2147483648 -> 4294967295
- //
- // >> encode >>
- // << decode <<
- public static function zigZagEncode32($int32)
- {
- if (PHP_INT_SIZE == 8) {
- $trim_int32 = $int32 & 0xFFFFFFFF;
- return (($trim_int32 << 1) ^ ($int32 << 32 >> 63)) & 0xFFFFFFFF;
- } else {
- return ($int32 << 1) ^ ($int32 >> 31);
- }
- }
-
- public static function zigZagDecode32($uint32)
- {
- // Fill high 32 bits.
- if (PHP_INT_SIZE === 8) {
- $uint32 |= ($uint32 & 0xFFFFFFFF);
- }
-
- $int32 = (($uint32 >> 1) & 0x7FFFFFFF) ^ (-($uint32 & 1));
-
- return $int32;
- }
-
- public static function zigZagEncode64($int64)
- {
- if (PHP_INT_SIZE == 4) {
- if (bccomp($int64, 0) >= 0) {
- return bcmul($int64, 2);
- } else {
- return bcsub(bcmul(bcsub(0, $int64), 2), 1);
- }
- } else {
- return ($int64 << 1) ^ ($int64 >> 63);
- }
- }
-
- public static function zigZagDecode64($uint64)
- {
- if (PHP_INT_SIZE == 4) {
- if (bcmod($uint64, 2) == 0) {
- return bcdiv($uint64, 2, 0);
- } else {
- return bcsub(0, bcdiv(bcadd($uint64, 1), 2, 0));
- }
- } else {
- return (($uint64 >> 1) & 0x7FFFFFFFFFFFFFFF) ^ (-($uint64 & 1));
- }
- }
-
- public static function readInt32(&$input, &$value)
- {
- return $input->readVarint32($value);
- }
-
- public static function readInt64(&$input, &$value)
- {
- $success = $input->readVarint64($value);
- if (PHP_INT_SIZE == 4 && bccomp($value, "9223372036854775807") > 0) {
- $value = bcsub($value, "18446744073709551616");
- }
- return $success;
- }
-
- public static function readUint32(&$input, &$value)
- {
- return self::readInt32($input, $value);
- }
-
- public static function readUint64(&$input, &$value)
- {
- return self::readInt64($input, $value);
- }
-
- public static function readSint32(&$input, &$value)
- {
- if (!$input->readVarint32($value)) {
- return false;
- }
- $value = GPBWire::zigZagDecode32($value);
- return true;
- }
-
- public static function readSint64(&$input, &$value)
- {
- if (!$input->readVarint64($value)) {
- return false;
- }
- $value = GPBWire::zigZagDecode64($value);
- return true;
- }
-
- public static function readFixed32(&$input, &$value)
- {
- return $input->readLittleEndian32($value);
- }
-
- public static function readFixed64(&$input, &$value)
- {
- return $input->readLittleEndian64($value);
- }
-
- public static function readSfixed32(&$input, &$value)
- {
- if (!self::readFixed32($input, $value)) {
- return false;
- }
- if (PHP_INT_SIZE === 8) {
- $value |= (-($value >> 31) << 32);
- }
- return true;
- }
-
- public static function readSfixed64(&$input, &$value)
- {
- $success = $input->readLittleEndian64($value);
- if (PHP_INT_SIZE == 4 && bccomp($value, "9223372036854775807") > 0) {
- $value = bcsub($value, "18446744073709551616");
- }
- return $success;
- }
-
- public static function readFloat(&$input, &$value)
- {
- $data = null;
- if (!$input->readRaw(4, $data)) {
- return false;
- }
- $value = unpack('f', $data)[1];
- return true;
- }
-
- public static function readDouble(&$input, &$value)
- {
- $data = null;
- if (!$input->readRaw(8, $data)) {
- return false;
- }
- $value = unpack('d', $data)[1];
- return true;
- }
-
- public static function readBool(&$input, &$value)
- {
- if (!$input->readVarint64($value)) {
- return false;
- }
- if ($value == 0) {
- $value = false;
- } else {
- $value = true;
- }
- return true;
- }
-
- public static function readString(&$input, &$value)
- {
- $length = 0;
- return $input->readVarintSizeAsInt($length) && $input->readRaw($length, $value);
- }
-
- public static function readMessage(&$input, &$message)
- {
- $length = 0;
- if (!$input->readVarintSizeAsInt($length)) {
- return false;
- }
- $old_limit = 0;
- $recursion_limit = 0;
- $input->incrementRecursionDepthAndPushLimit(
- $length,
- $old_limit,
- $recursion_limit);
- if ($recursion_limit < 0 || !$message->parseFromStream($input)) {
- return false;
- }
- return $input->decrementRecursionDepthAndPopLimit($old_limit);
- }
-
- public static function writeTag(&$output, $tag)
- {
- return $output->writeTag($tag);
- }
-
- public static function writeInt32(&$output, $value)
- {
- return $output->writeVarint32($value, false);
- }
-
- public static function writeInt64(&$output, $value)
- {
- return $output->writeVarint64($value);
- }
-
- public static function writeUint32(&$output, $value)
- {
- return $output->writeVarint32($value, true);
- }
-
- public static function writeUint64(&$output, $value)
- {
- return $output->writeVarint64($value);
- }
-
- public static function writeSint32(&$output, $value)
- {
- $value = GPBWire::zigZagEncode32($value);
- return $output->writeVarint32($value, true);
- }
-
- public static function writeSint64(&$output, $value)
- {
- $value = GPBWire::zigZagEncode64($value);
- return $output->writeVarint64($value);
- }
-
- public static function writeFixed32(&$output, $value)
- {
- return $output->writeLittleEndian32($value);
- }
-
- public static function writeFixed64(&$output, $value)
- {
- return $output->writeLittleEndian64($value);
- }
-
- public static function writeSfixed32(&$output, $value)
- {
- return $output->writeLittleEndian32($value);
- }
-
- public static function writeSfixed64(&$output, $value)
- {
- return $output->writeLittleEndian64($value);
- }
-
- public static function writeBool(&$output, $value)
- {
- if ($value) {
- return $output->writeVarint32(1, true);
- } else {
- return $output->writeVarint32(0, true);
- }
- }
-
- public static function writeFloat(&$output, $value)
- {
- $data = pack("f", $value);
- return $output->writeRaw($data, 4);
- }
-
- public static function writeDouble(&$output, $value)
- {
- $data = pack("d", $value);
- return $output->writeRaw($data, 8);
- }
-
- public static function writeString(&$output, $value)
- {
- return self::writeBytes($output, $value);
- }
-
- public static function writeBytes(&$output, $value)
- {
- $size = strlen($value);
- if (!$output->writeVarint32($size, true)) {
- return false;
- }
- return $output->writeRaw($value, $size);
- }
-
- public static function writeMessage(&$output, $value)
- {
- $size = $value->byteSize();
- if (!$output->writeVarint32($size, true)) {
- return false;
- }
- return $value->serializeToStream($output);
- }
-
- public static function makeTag($number, $type)
- {
- return ($number << 3) | self::getWireType($type);
- }
-
- public static function tagSize($field)
- {
- $tag = self::makeTag($field->getNumber(), $field->getType());
- return self::varint32Size($tag);
- }
-
- public static function varint32Size($value, $sign_extended = false)
- {
- if ($value < 0) {
- if ($sign_extended) {
- return 10;
- } else {
- return 5;
- }
- }
- if ($value < (1 << 7)) {
- return 1;
- }
- if ($value < (1 << 14)) {
- return 2;
- }
- if ($value < (1 << 21)) {
- return 3;
- }
- if ($value < (1 << 28)) {
- return 4;
- }
- return 5;
- }
-
- public static function sint32Size($value)
- {
- $value = self::zigZagEncode32($value);
- return self::varint32Size($value);
- }
-
- public static function sint64Size($value)
- {
- $value = self::zigZagEncode64($value);
- return self::varint64Size($value);
- }
-
- public static function varint64Size($value)
- {
- if (PHP_INT_SIZE == 4) {
- if (bccomp($value, 0) < 0 ||
- bccomp($value, "9223372036854775807") > 0) {
- return 10;
- }
- if (bccomp($value, 1 << 7) < 0) {
- return 1;
- }
- if (bccomp($value, 1 << 14) < 0) {
- return 2;
- }
- if (bccomp($value, 1 << 21) < 0) {
- return 3;
- }
- if (bccomp($value, 1 << 28) < 0) {
- return 4;
- }
- if (bccomp($value, '34359738368') < 0) {
- return 5;
- }
- if (bccomp($value, '4398046511104') < 0) {
- return 6;
- }
- if (bccomp($value, '562949953421312') < 0) {
- return 7;
- }
- if (bccomp($value, '72057594037927936') < 0) {
- return 8;
- }
- return 9;
- } else {
- if ($value < 0) {
- return 10;
- }
- if ($value < (1 << 7)) {
- return 1;
- }
- if ($value < (1 << 14)) {
- return 2;
- }
- if ($value < (1 << 21)) {
- return 3;
- }
- if ($value < (1 << 28)) {
- return 4;
- }
- if ($value < (1 << 35)) {
- return 5;
- }
- if ($value < (1 << 42)) {
- return 6;
- }
- if ($value < (1 << 49)) {
- return 7;
- }
- if ($value < (1 << 56)) {
- return 8;
- }
- return 9;
- }
- }
-
- public static function serializeFieldToStream(
- $value,
- $field,
- $need_tag,
- &$output)
- {
- if ($need_tag) {
- if (!GPBWire::writeTag(
- $output,
- self::makeTag(
- $field->getNumber(),
- $field->getType()))) {
- return false;
- }
- }
- switch ($field->getType()) {
- case GPBType::DOUBLE:
- if (!GPBWire::writeDouble($output, $value)) {
- return false;
- }
- break;
- case GPBType::FLOAT:
- if (!GPBWire::writeFloat($output, $value)) {
- return false;
- }
- break;
- case GPBType::INT64:
- if (!GPBWire::writeInt64($output, $value)) {
- return false;
- }
- break;
- case GPBType::UINT64:
- if (!GPBWire::writeUint64($output, $value)) {
- return false;
- }
- break;
- case GPBType::INT32:
- if (!GPBWire::writeInt32($output, $value)) {
- return false;
- }
- break;
- case GPBType::FIXED32:
- if (!GPBWire::writeFixed32($output, $value)) {
- return false;
- }
- break;
- case GPBType::FIXED64:
- if (!GPBWire::writeFixed64($output, $value)) {
- return false;
- }
- break;
- case GPBType::BOOL:
- if (!GPBWire::writeBool($output, $value)) {
- return false;
- }
- break;
- case GPBType::STRING:
- if (!GPBWire::writeString($output, $value)) {
- return false;
- }
- break;
- // case GPBType::GROUP:
- // echo "GROUP\xA";
- // trigger_error("Not implemented.", E_ERROR);
- // break;
- case GPBType::MESSAGE:
- if (!GPBWire::writeMessage($output, $value)) {
- return false;
- }
- break;
- case GPBType::BYTES:
- if (!GPBWire::writeBytes($output, $value)) {
- return false;
- }
- break;
- case GPBType::UINT32:
- if (PHP_INT_SIZE === 8 && $value < 0) {
- $value += 4294967296;
- }
- if (!GPBWire::writeUint32($output, $value)) {
- return false;
- }
- break;
- case GPBType::ENUM:
- if (!GPBWire::writeInt32($output, $value)) {
- return false;
- }
- break;
- case GPBType::SFIXED32:
- if (!GPBWire::writeSfixed32($output, $value)) {
- return false;
- }
- break;
- case GPBType::SFIXED64:
- if (!GPBWire::writeSfixed64($output, $value)) {
- return false;
- }
- break;
- case GPBType::SINT32:
- if (!GPBWire::writeSint32($output, $value)) {
- return false;
- }
- break;
- case GPBType::SINT64:
- if (!GPBWire::writeSint64($output, $value)) {
- return false;
- }
- break;
- default:
- user_error("Unsupported type.");
- return false;
- }
-
- return true;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php
deleted file mode 100644
index c1ad370e0..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php
+++ /dev/null
@@ -1,43 +0,0 @@
-google.protobuf.GeneratedCodeInfo
- */
-final class GeneratedCodeInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * An Annotation connects some span of text in generated code to an element
- * of its generating .proto file.
- *
- * Generated from protobuf field repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
- */
- private $annotation;
- private $has_annotation = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation[]|\Google\Protobuf\Internal\RepeatedField $annotation
- * An Annotation connects some span of text in generated code to an element
- * of its generating .proto file.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * An Annotation connects some span of text in generated code to an element
- * of its generating .proto file.
- *
- * Generated from protobuf field repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAnnotation()
- {
- return $this->annotation;
- }
-
- /**
- * An Annotation connects some span of text in generated code to an element
- * of its generating .proto file.
- *
- * Generated from protobuf field repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
- * @param \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAnnotation($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation::class);
- $this->annotation = $arr;
- $this->has_annotation = true;
-
- return $this;
- }
-
- public function hasAnnotation()
- {
- return $this->has_annotation;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
deleted file mode 100644
index 8cc3cdf45..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
+++ /dev/null
@@ -1,216 +0,0 @@
-google.protobuf.GeneratedCodeInfo.Annotation
- */
-final class Annotation extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifies the element in the original source .proto file. This field
- * is formatted the same as SourceCodeInfo.Location.path.
- *
- * Generated from protobuf field repeated int32 path = 1 [packed = true];
- */
- private $path;
- private $has_path = false;
- /**
- * Identifies the filesystem path to the original source .proto.
- *
- * Generated from protobuf field optional string source_file = 2;
- */
- private $source_file = '';
- private $has_source_file = false;
- /**
- * Identifies the starting offset in bytes in the generated code
- * that relates to the identified object.
- *
- * Generated from protobuf field optional int32 begin = 3;
- */
- private $begin = 0;
- private $has_begin = false;
- /**
- * Identifies the ending offset in bytes in the generated code that
- * relates to the identified offset. The end offset should be one past
- * the last relevant byte (so the length of the text = end - begin).
- *
- * Generated from protobuf field optional int32 end = 4;
- */
- private $end = 0;
- private $has_end = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $path
- * Identifies the element in the original source .proto file. This field
- * is formatted the same as SourceCodeInfo.Location.path.
- * @type string $source_file
- * Identifies the filesystem path to the original source .proto.
- * @type int $begin
- * Identifies the starting offset in bytes in the generated code
- * that relates to the identified object.
- * @type int $end
- * Identifies the ending offset in bytes in the generated code that
- * relates to the identified offset. The end offset should be one past
- * the last relevant byte (so the length of the text = end - begin).
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifies the element in the original source .proto file. This field
- * is formatted the same as SourceCodeInfo.Location.path.
- *
- * Generated from protobuf field repeated int32 path = 1 [packed = true];
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPath()
- {
- return $this->path;
- }
-
- /**
- * Identifies the element in the original source .proto file. This field
- * is formatted the same as SourceCodeInfo.Location.path.
- *
- * Generated from protobuf field repeated int32 path = 1 [packed = true];
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPath($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
- $this->path = $arr;
- $this->has_path = true;
-
- return $this;
- }
-
- public function hasPath()
- {
- return $this->has_path;
- }
-
- /**
- * Identifies the filesystem path to the original source .proto.
- *
- * Generated from protobuf field optional string source_file = 2;
- * @return string
- */
- public function getSourceFile()
- {
- return $this->source_file;
- }
-
- /**
- * Identifies the filesystem path to the original source .proto.
- *
- * Generated from protobuf field optional string source_file = 2;
- * @param string $var
- * @return $this
- */
- public function setSourceFile($var)
- {
- GPBUtil::checkString($var, True);
- $this->source_file = $var;
- $this->has_source_file = true;
-
- return $this;
- }
-
- public function hasSourceFile()
- {
- return $this->has_source_file;
- }
-
- /**
- * Identifies the starting offset in bytes in the generated code
- * that relates to the identified object.
- *
- * Generated from protobuf field optional int32 begin = 3;
- * @return int
- */
- public function getBegin()
- {
- return $this->begin;
- }
-
- /**
- * Identifies the starting offset in bytes in the generated code
- * that relates to the identified object.
- *
- * Generated from protobuf field optional int32 begin = 3;
- * @param int $var
- * @return $this
- */
- public function setBegin($var)
- {
- GPBUtil::checkInt32($var);
- $this->begin = $var;
- $this->has_begin = true;
-
- return $this;
- }
-
- public function hasBegin()
- {
- return $this->has_begin;
- }
-
- /**
- * Identifies the ending offset in bytes in the generated code that
- * relates to the identified offset. The end offset should be one past
- * the last relevant byte (so the length of the text = end - begin).
- *
- * Generated from protobuf field optional int32 end = 4;
- * @return int
- */
- public function getEnd()
- {
- return $this->end;
- }
-
- /**
- * Identifies the ending offset in bytes in the generated code that
- * relates to the identified offset. The end offset should be one past
- * the last relevant byte (so the length of the text = end - begin).
- *
- * Generated from protobuf field optional int32 end = 4;
- * @param int $var
- * @return $this
- */
- public function setEnd($var)
- {
- GPBUtil::checkInt32($var);
- $this->end = $var;
- $this->has_end = true;
-
- return $this;
- }
-
- public function hasEnd()
- {
- return $this->has_end;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Annotation::class, \Google\Protobuf\Internal\GeneratedCodeInfo_Annotation::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
deleted file mode 100644
index e36f1e573..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
+++ /dev/null
@@ -1,16 +0,0 @@
-getPublicDescriptor();
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php
deleted file mode 100644
index ed5d1660b..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php
+++ /dev/null
@@ -1,43 +0,0 @@
-public_desc;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php
deleted file mode 100644
index 9c32f1eac..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php
+++ /dev/null
@@ -1,57 +0,0 @@
-key = $key;
- }
-
- public function getKey() {
- return $this->key;
- }
-
- public function setValue($value) {
- $this->value = $value;
- }
-
- public function getValue() {
- return $this->value;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php
deleted file mode 100644
index 2c66aa0c1..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php
+++ /dev/null
@@ -1,290 +0,0 @@
-container = [];
- $this->key_type = $key_type;
- $this->value_type = $value_type;
- $this->klass = $klass;
-
- if ($this->value_type == GPBType::MESSAGE) {
- $pool = DescriptorPool::getGeneratedPool();
- $desc = $pool->getDescriptorByClassName($klass);
- if ($desc == NULL) {
- new $klass; // No msg class instance has been created before.
- $desc = $pool->getDescriptorByClassName($klass);
- }
- $this->klass = $desc->getClass();
- $this->legacy_klass = $desc->getLegacyClass();
- }
- }
-
- /**
- * @ignore
- */
- public function getKeyType()
- {
- return $this->key_type;
- }
-
- /**
- * @ignore
- */
- public function getValueType()
- {
- return $this->value_type;
- }
-
- /**
- * @ignore
- */
- public function getValueClass()
- {
- return $this->klass;
- }
-
- /**
- * @ignore
- */
- public function getLegacyValueClass()
- {
- return $this->legacy_klass;
- }
-
- /**
- * Return the element at the given key.
- *
- * This will also be called for: $ele = $arr[$key]
- *
- * @param object $key The key of the element to be fetched.
- * @return object The stored element at given key.
- * @throws \ErrorException Invalid type for index.
- * @throws \ErrorException Non-existing index.
- */
- public function offsetGet($key)
- {
- return $this->container[$key];
- }
-
- /**
- * Assign the element at the given key.
- *
- * This will also be called for: $arr[$key] = $value
- *
- * @param object $key The key of the element to be fetched.
- * @param object $value The element to be assigned.
- * @return void
- * @throws \ErrorException Invalid type for key.
- * @throws \ErrorException Invalid type for value.
- * @throws \ErrorException Non-existing key.
- */
- public function offsetSet($key, $value)
- {
- $this->checkKey($this->key_type, $key);
-
- switch ($this->value_type) {
- case GPBType::SFIXED32:
- case GPBType::SINT32:
- case GPBType::INT32:
- case GPBType::ENUM:
- GPBUtil::checkInt32($value);
- break;
- case GPBType::FIXED32:
- case GPBType::UINT32:
- GPBUtil::checkUint32($value);
- break;
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- case GPBType::INT64:
- GPBUtil::checkInt64($value);
- break;
- case GPBType::FIXED64:
- case GPBType::UINT64:
- GPBUtil::checkUint64($value);
- break;
- case GPBType::FLOAT:
- GPBUtil::checkFloat($value);
- break;
- case GPBType::DOUBLE:
- GPBUtil::checkDouble($value);
- break;
- case GPBType::BOOL:
- GPBUtil::checkBool($value);
- break;
- case GPBType::STRING:
- GPBUtil::checkString($value, true);
- break;
- case GPBType::MESSAGE:
- if (is_null($value)) {
- trigger_error("Map element cannot be null.", E_USER_ERROR);
- }
- GPBUtil::checkMessage($value, $this->klass);
- break;
- default:
- break;
- }
-
- $this->container[$key] = $value;
- }
-
- /**
- * Remove the element at the given key.
- *
- * This will also be called for: unset($arr)
- *
- * @param object $key The key of the element to be removed.
- * @return void
- * @throws \ErrorException Invalid type for key.
- */
- public function offsetUnset($key)
- {
- $this->checkKey($this->key_type, $key);
- unset($this->container[$key]);
- }
-
- /**
- * Check the existence of the element at the given key.
- *
- * This will also be called for: isset($arr)
- *
- * @param object $key The key of the element to be removed.
- * @return bool True if the element at the given key exists.
- * @throws \ErrorException Invalid type for key.
- */
- public function offsetExists($key)
- {
- $this->checkKey($this->key_type, $key);
- return isset($this->container[$key]);
- }
-
- /**
- * @ignore
- */
- public function getIterator()
- {
- return new MapFieldIter($this->container, $this->key_type);
- }
-
- /**
- * Return the number of stored elements.
- *
- * This will also be called for: count($arr)
- *
- * @return integer The number of stored elements.
- */
- public function count()
- {
- return count($this->container);
- }
-
- /**
- * @ignore
- */
- private function checkKey($key_type, &$key)
- {
- switch ($key_type) {
- case GPBType::SFIXED32:
- case GPBType::SINT32:
- case GPBType::INT32:
- GPBUtil::checkInt32($key);
- break;
- case GPBType::FIXED32:
- case GPBType::UINT32:
- GPBUtil::checkUint32($key);
- break;
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- case GPBType::INT64:
- GPBUtil::checkInt64($key);
- break;
- case GPBType::FIXED64:
- case GPBType::UINT64:
- GPBUtil::checkUint64($key);
- break;
- case GPBType::BOOL:
- GPBUtil::checkBool($key);
- break;
- case GPBType::STRING:
- GPBUtil::checkString($key, true);
- break;
- default:
- trigger_error(
- "Given type cannot be map key.",
- E_USER_ERROR);
- break;
- }
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php
deleted file mode 100644
index 88e6c8b25..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php
+++ /dev/null
@@ -1,124 +0,0 @@
-container = $container;
- $this->key_type = $key_type;
- }
-
- /**
- * Reset the status of the iterator
- *
- * @return void
- */
- public function rewind()
- {
- return reset($this->container);
- }
-
- /**
- * Return the element at the current position.
- *
- * @return object The element at the current position.
- */
- public function current()
- {
- return current($this->container);
- }
-
- /**
- * Return the current key.
- *
- * @return object The current key.
- */
- public function key()
- {
- $key = key($this->container);
- if ($this->key_type === GPBType::BOOL) {
- // PHP associative array stores bool as integer for key.
- return boolval($key);
- } elseif ($this->key_type === GPBType::STRING) {
- // PHP associative array stores int string as int for key.
- return strval($key);
- } else {
- return $key;
- }
- }
-
- /**
- * Move to the next position.
- *
- * @return void
- */
- public function next()
- {
- return next($this->container);
- }
-
- /**
- * Check whether there are more elements to iterate.
- *
- * @return bool True if there are more elements to iterate.
- */
- public function valid()
- {
- return key($this->container) !== null;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
deleted file mode 100644
index 1ff2dc9a6..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
+++ /dev/null
@@ -1,1947 +0,0 @@
-initWithDescriptor($data);
- } else {
- $this->initWithGeneratedPool();
- if (is_array($data)) {
- $this->mergeFromArray($data);
- } else if (!empty($data)) {
- throw new \InvalidArgumentException(
- 'Message constructor must be an array or null.'
- );
- }
- }
- }
-
- /**
- * @ignore
- */
- private function initWithGeneratedPool()
- {
- $pool = DescriptorPool::getGeneratedPool();
- $this->desc = $pool->getDescriptorByClassName(get_class($this));
- if (is_null($this->desc)) {
- user_error(get_class($this) . " is not found in descriptor pool.");
- }
- foreach ($this->desc->getField() as $field) {
- $setter = $field->getSetter();
- if ($field->isMap()) {
- $message_type = $field->getMessageType();
- $key_field = $message_type->getFieldByNumber(1);
- $value_field = $message_type->getFieldByNumber(2);
- switch ($value_field->getType()) {
- case GPBType::MESSAGE:
- case GPBType::GROUP:
- $map_field = new MapField(
- $key_field->getType(),
- $value_field->getType(),
- $value_field->getMessageType()->getClass());
- $this->$setter($map_field);
- break;
- case GPBType::ENUM:
- $map_field = new MapField(
- $key_field->getType(),
- $value_field->getType(),
- $value_field->getEnumType()->getClass());
- $this->$setter($map_field);
- break;
- default:
- $map_field = new MapField(
- $key_field->getType(),
- $value_field->getType());
- $this->$setter($map_field);
- break;
- }
- } else if ($field->getLabel() === GPBLabel::REPEATED) {
- switch ($field->getType()) {
- case GPBType::MESSAGE:
- case GPBType::GROUP:
- $repeated_field = new RepeatedField(
- $field->getType(),
- $field->getMessageType()->getClass());
- $this->$setter($repeated_field);
- break;
- case GPBType::ENUM:
- $repeated_field = new RepeatedField(
- $field->getType(),
- $field->getEnumType()->getClass());
- $this->$setter($repeated_field);
- break;
- default:
- $repeated_field = new RepeatedField($field->getType());
- $this->$setter($repeated_field);
- break;
- }
- } else if ($field->getOneofIndex() !== -1) {
- $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
- $oneof_name = $oneof->getName();
- $this->$oneof_name = new OneofField($oneof);
- } else if ($field->getLabel() === GPBLabel::OPTIONAL &&
- PHP_INT_SIZE == 4) {
- switch ($field->getType()) {
- case GPBType::INT64:
- case GPBType::UINT64:
- case GPBType::FIXED64:
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- $this->$setter("0");
- }
- }
- }
- }
-
- /**
- * @ignore
- */
- private function initWithDescriptor(Descriptor $desc)
- {
- $this->desc = $desc;
- foreach ($desc->getField() as $field) {
- $setter = $field->getSetter();
- $defaultValue = $this->defaultValue($field);
- $this->$setter($defaultValue);
- }
- }
-
- protected function readOneof($number)
- {
- $field = $this->desc->getFieldByNumber($number);
- $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
- $oneof_name = $oneof->getName();
- $oneof_field = $this->$oneof_name;
- if ($number === $oneof_field->getNumber()) {
- return $oneof_field->getValue();
- } else {
- return $this->defaultValue($field);
- }
- }
-
- protected function writeOneof($number, $value)
- {
- $field = $this->desc->getFieldByNumber($number);
- $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
- $oneof_name = $oneof->getName();
- $oneof_field = $this->$oneof_name;
- $oneof_field->setValue($value);
- $oneof_field->setFieldName($field->getName());
- $oneof_field->setNumber($number);
- }
-
- protected function whichOneof($oneof_name)
- {
- $oneof_field = $this->$oneof_name;
- $number = $oneof_field->getNumber();
- if ($number == 0) {
- return "";
- }
- $field = $this->desc->getFieldByNumber($number);
- return $field->getName();
- }
-
- /**
- * @ignore
- */
- private function defaultValue($field)
- {
- $value = null;
-
- switch ($field->getType()) {
- case GPBType::DOUBLE:
- case GPBType::FLOAT:
- return 0.0;
- case GPBType::UINT32:
- case GPBType::INT32:
- case GPBType::FIXED32:
- case GPBType::SFIXED32:
- case GPBType::SINT32:
- case GPBType::ENUM:
- return 0;
- case GPBType::INT64:
- case GPBType::UINT64:
- case GPBType::FIXED64:
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- if (PHP_INT_SIZE === 4) {
- return '0';
- } else {
- return 0;
- }
- case GPBType::BOOL:
- return false;
- case GPBType::STRING:
- case GPBType::BYTES:
- return "";
- case GPBType::GROUP:
- case GPBType::MESSAGE:
- return null;
- default:
- user_error("Unsupported type.");
- return false;
- }
- }
-
- /**
- * @ignore
- */
- private function skipField($input, $tag)
- {
- $number = GPBWire::getTagFieldNumber($tag);
- if ($number === 0) {
- throw new GPBDecodeException("Illegal field number zero.");
- }
-
- $start = $input->current();
- switch (GPBWire::getTagWireType($tag)) {
- case GPBWireType::VARINT:
- $uint64 = 0;
- if (!$input->readVarint64($uint64)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside varint.");
- }
- break;
- case GPBWireType::FIXED64:
- $uint64 = 0;
- if (!$input->readLittleEndian64($uint64)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside fixed64.");
- }
- break;
- case GPBWireType::FIXED32:
- $uint32 = 0;
- if (!$input->readLittleEndian32($uint32)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside fixed32.");
- }
- break;
- case GPBWireType::LENGTH_DELIMITED:
- $length = 0;
- if (!$input->readVarint32($length)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside length.");
- }
- $data = NULL;
- if (!$input->readRaw($length, $data)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside length delimited data.");
- }
- break;
- case GPBWireType::START_GROUP:
- case GPBWireType::END_GROUP:
- throw new GPBDecodeException("Unexpected wire type.");
- default:
- throw new GPBDecodeException("Unexpected wire type.");
- }
- $end = $input->current();
-
- $bytes = str_repeat(chr(0), CodedOutputStream::MAX_VARINT64_BYTES);
- $size = CodedOutputStream::writeVarintToArray($tag, $bytes, true);
- $this->unknown .= substr($bytes, 0, $size) . $input->substr($start, $end);
- }
-
- /**
- * @ignore
- */
- private static function parseFieldFromStreamNoTag($input, $field, &$value)
- {
- switch ($field->getType()) {
- case GPBType::DOUBLE:
- if (!GPBWire::readDouble($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside double field.");
- }
- break;
- case GPBType::FLOAT:
- if (!GPBWire::readFloat($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside float field.");
- }
- break;
- case GPBType::INT64:
- if (!GPBWire::readInt64($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside int64 field.");
- }
- break;
- case GPBType::UINT64:
- if (!GPBWire::readUint64($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside uint64 field.");
- }
- break;
- case GPBType::INT32:
- if (!GPBWire::readInt32($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside int32 field.");
- }
- break;
- case GPBType::FIXED64:
- if (!GPBWire::readFixed64($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside fixed64 field.");
- }
- break;
- case GPBType::FIXED32:
- if (!GPBWire::readFixed32($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside fixed32 field.");
- }
- break;
- case GPBType::BOOL:
- if (!GPBWire::readBool($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside bool field.");
- }
- break;
- case GPBType::STRING:
- // TODO(teboring): Add utf-8 check.
- if (!GPBWire::readString($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside string field.");
- }
- break;
- case GPBType::GROUP:
- trigger_error("Not implemented.", E_ERROR);
- break;
- case GPBType::MESSAGE:
- if ($field->isMap()) {
- $value = new MapEntry($field->getMessageType());
- } else {
- $klass = $field->getMessageType()->getClass();
- $value = new $klass;
- }
- if (!GPBWire::readMessage($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside message.");
- }
- break;
- case GPBType::BYTES:
- if (!GPBWire::readString($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside bytes field.");
- }
- break;
- case GPBType::UINT32:
- if (!GPBWire::readUint32($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside uint32 field.");
- }
- break;
- case GPBType::ENUM:
- // TODO(teboring): Check unknown enum value.
- if (!GPBWire::readInt32($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside enum field.");
- }
- break;
- case GPBType::SFIXED32:
- if (!GPBWire::readSfixed32($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside sfixed32 field.");
- }
- break;
- case GPBType::SFIXED64:
- if (!GPBWire::readSfixed64($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside sfixed64 field.");
- }
- break;
- case GPBType::SINT32:
- if (!GPBWire::readSint32($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside sint32 field.");
- }
- break;
- case GPBType::SINT64:
- if (!GPBWire::readSint64($input, $value)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside sint64 field.");
- }
- break;
- default:
- user_error("Unsupported type.");
- return false;
- }
- return true;
- }
-
- /**
- * @ignore
- */
- private function parseFieldFromStream($tag, $input, $field)
- {
- $value = null;
-
- if (is_null($field)) {
- $value_format = GPBWire::UNKNOWN;
- } elseif (GPBWire::getTagWireType($tag) ===
- GPBWire::getWireType($field->getType())) {
- $value_format = GPBWire::NORMAL_FORMAT;
- } elseif ($field->isPackable() &&
- GPBWire::getTagWireType($tag) ===
- GPBWire::WIRETYPE_LENGTH_DELIMITED) {
- $value_format = GPBWire::PACKED_FORMAT;
- } else {
- // the wire type doesn't match. Put it in our unknown field set.
- $value_format = GPBWire::UNKNOWN;
- }
-
- if ($value_format === GPBWire::UNKNOWN) {
- $this->skipField($input, $tag);
- return;
- } elseif ($value_format === GPBWire::NORMAL_FORMAT) {
- self::parseFieldFromStreamNoTag($input, $field, $value);
- } elseif ($value_format === GPBWire::PACKED_FORMAT) {
- $length = 0;
- if (!GPBWire::readInt32($input, $length)) {
- throw new GPBDecodeException(
- "Unexpected EOF inside packed length.");
- }
- $limit = $input->pushLimit($length);
- $getter = $field->getGetter();
- while ($input->bytesUntilLimit() > 0) {
- self::parseFieldFromStreamNoTag($input, $field, $value);
- $this->appendHelper($field, $value);
- }
- $input->popLimit($limit);
- return;
- } else {
- return;
- }
-
- if ($field->isMap()) {
- $this->kvUpdateHelper($field, $value->getKey(), $value->getValue());
- } else if ($field->isRepeated()) {
- $this->appendHelper($field, $value);
- } else {
- $setter = $field->getSetter();
- $this->$setter($value);
- }
- }
-
- /**
- * Clear all containing fields.
- * @return null.
- */
- public function clear()
- {
- $this->unknown = "";
- foreach ($this->desc->getField() as $field) {
- $setter = $field->getSetter();
- if ($field->isMap()) {
- $message_type = $field->getMessageType();
- $key_field = $message_type->getFieldByNumber(1);
- $value_field = $message_type->getFieldByNumber(2);
- switch ($value_field->getType()) {
- case GPBType::MESSAGE:
- case GPBType::GROUP:
- $map_field = new MapField(
- $key_field->getType(),
- $value_field->getType(),
- $value_field->getMessageType()->getClass());
- $this->$setter($map_field);
- break;
- case GPBType::ENUM:
- $map_field = new MapField(
- $key_field->getType(),
- $value_field->getType(),
- $value_field->getEnumType()->getClass());
- $this->$setter($map_field);
- break;
- default:
- $map_field = new MapField(
- $key_field->getType(),
- $value_field->getType());
- $this->$setter($map_field);
- break;
- }
- } else if ($field->getLabel() === GPBLabel::REPEATED) {
- switch ($field->getType()) {
- case GPBType::MESSAGE:
- case GPBType::GROUP:
- $repeated_field = new RepeatedField(
- $field->getType(),
- $field->getMessageType()->getClass());
- $this->$setter($repeated_field);
- break;
- case GPBType::ENUM:
- $repeated_field = new RepeatedField(
- $field->getType(),
- $field->getEnumType()->getClass());
- $this->$setter($repeated_field);
- break;
- default:
- $repeated_field = new RepeatedField($field->getType());
- $this->$setter($repeated_field);
- break;
- }
- } else if ($field->getOneofIndex() !== -1) {
- $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
- $oneof_name = $oneof->getName();
- $this->$oneof_name = new OneofField($oneof);
- } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
- switch ($field->getType()) {
- case GPBType::DOUBLE :
- case GPBType::FLOAT :
- $this->$setter(0.0);
- break;
- case GPBType::INT32 :
- case GPBType::FIXED32 :
- case GPBType::UINT32 :
- case GPBType::SFIXED32 :
- case GPBType::SINT32 :
- case GPBType::ENUM :
- $this->$setter(0);
- break;
- case GPBType::BOOL :
- $this->$setter(false);
- break;
- case GPBType::STRING :
- case GPBType::BYTES :
- $this->$setter("");
- break;
- case GPBType::GROUP :
- case GPBType::MESSAGE :
- $null = null;
- $this->$setter($null);
- break;
- }
- if (PHP_INT_SIZE == 4) {
- switch ($field->getType()) {
- case GPBType::INT64:
- case GPBType::UINT64:
- case GPBType::FIXED64:
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- $this->$setter("0");
- }
- } else {
- switch ($field->getType()) {
- case GPBType::INT64:
- case GPBType::UINT64:
- case GPBType::FIXED64:
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- $this->$setter(0);
- }
- }
- }
- }
- }
-
- /**
- * Clear all unknown fields previously parsed.
- * @return null.
- */
- public function discardUnknownFields()
- {
- $this->unknown = "";
- foreach ($this->desc->getField() as $field) {
- if ($field->getType() != GPBType::MESSAGE) {
- continue;
- }
- if ($field->isMap()) {
- $value_field = $field->getMessageType()->getFieldByNumber(2);
- if ($value_field->getType() != GPBType::MESSAGE) {
- continue;
- }
- $getter = $field->getGetter();
- $map = $this->$getter();
- foreach ($map as $key => $value) {
- $value->discardUnknownFields();
- }
- } else if ($field->getLabel() === GPBLabel::REPEATED) {
- $getter = $field->getGetter();
- $arr = $this->$getter();
- foreach ($arr as $sub) {
- $sub->discardUnknownFields();
- }
- } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
- $getter = $field->getGetter();
- $sub = $this->$getter();
- if (!is_null($sub)) {
- $sub->discardUnknownFields();
- }
- }
- }
- }
-
- /**
- * Merges the contents of the specified message into current message.
- *
- * This method merges the contents of the specified message into the
- * current message. Singular fields that are set in the specified message
- * overwrite the corresponding fields in the current message. Repeated
- * fields are appended. Map fields key-value pairs are overritten.
- * Singular/Oneof sub-messages are recursively merged. All overritten
- * sub-messages are deep-copied.
- *
- * @param object $msg Protobuf message to be merged from.
- * @return null.
- */
- public function mergeFrom($msg)
- {
- if (get_class($this) !== get_class($msg)) {
- user_error("Cannot merge messages with different class.");
- return;
- }
-
- foreach ($this->desc->getField() as $field) {
- $setter = $field->getSetter();
- $getter = $field->getGetter();
- if ($field->isMap()) {
- if (count($msg->$getter()) != 0) {
- $value_field = $field->getMessageType()->getFieldByNumber(2);
- foreach ($msg->$getter() as $key => $value) {
- if ($value_field->getType() == GPBType::MESSAGE) {
- $klass = $value_field->getMessageType()->getClass();
- $copy = new $klass;
- $copy->mergeFrom($value);
-
- $this->kvUpdateHelper($field, $key, $copy);
- } else {
- $this->kvUpdateHelper($field, $key, $value);
- }
- }
- }
- } else if ($field->getLabel() === GPBLabel::REPEATED) {
- if (count($msg->$getter()) != 0) {
- foreach ($msg->$getter() as $tmp) {
- if ($field->getType() == GPBType::MESSAGE) {
- $klass = $field->getMessageType()->getClass();
- $copy = new $klass;
- $copy->mergeFrom($tmp);
- $this->appendHelper($field, $copy);
- } else {
- $this->appendHelper($field, $tmp);
- }
- }
- }
- } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
- if($msg->$getter() !== $this->defaultValue($field)) {
- $tmp = $msg->$getter();
- if ($field->getType() == GPBType::MESSAGE) {
- if (is_null($this->$getter())) {
- $klass = $field->getMessageType()->getClass();
- $new_msg = new $klass;
- $this->$setter($new_msg);
- }
- $this->$getter()->mergeFrom($tmp);
- } else {
- $this->$setter($tmp);
- }
- }
- }
- }
- }
-
- /**
- * Parses a protocol buffer contained in a string.
- *
- * This function takes a string in the (non-human-readable) binary wire
- * format, matching the encoding output by serializeToString().
- * See mergeFrom() for merging behavior, if the field is already set in the
- * specified message.
- *
- * @param string $data Binary protobuf data.
- * @return null.
- * @throws \Exception Invalid data.
- */
- public function mergeFromString($data)
- {
- $input = new CodedInputStream($data);
- $this->parseFromStream($input);
- }
-
- /**
- * Parses a json string to protobuf message.
- *
- * This function takes a string in the json wire format, matching the
- * encoding output by serializeToJsonString().
- * See mergeFrom() for merging behavior, if the field is already set in the
- * specified message.
- *
- * @param string $data Json protobuf data.
- * @return null.
- * @throws \Exception Invalid data.
- */
- public function mergeFromJsonString($data)
- {
- $input = new RawInputStream($data);
- $this->parseFromJsonStream($input);
- }
-
- /**
- * @ignore
- */
- public function parseFromStream($input)
- {
- while (true) {
- $tag = $input->readTag();
- // End of input. This is a valid place to end, so return true.
- if ($tag === 0) {
- return true;
- }
-
- $number = GPBWire::getTagFieldNumber($tag);
- $field = $this->desc->getFieldByNumber($number);
-
- $this->parseFieldFromStream($tag, $input, $field);
- }
- }
-
- private function convertJsonValueToProtoValue(
- $value,
- $field,
- $is_map_key = false)
- {
- switch ($field->getType()) {
- case GPBType::MESSAGE:
- $klass = $field->getMessageType()->getClass();
- $submsg = new $klass;
-
- if (is_a($submsg, "Google\Protobuf\Duration")) {
- if (is_null($value)) {
- return $this->defaultValue($field);
- } else if (!is_string($value)) {
- throw new GPBDecodeException("Expect string.");
- }
- return GPBUtil::parseDuration($value);
- } else if ($field->isTimestamp()) {
- if (is_null($value)) {
- return $this->defaultValue($field);
- } else if (!is_string($value)) {
- throw new GPBDecodeException("Expect string.");
- }
- try {
- $timestamp = GPBUtil::parseTimestamp($value);
- } catch (\Exception $e) {
- throw new GPBDecodeException(
- "Invalid RFC 3339 timestamp: ".$e->getMessage());
- }
-
- $submsg->setSeconds($timestamp->getSeconds());
- $submsg->setNanos($timestamp->getNanos());
- } else if (is_a($submsg, "Google\Protobuf\FieldMask")) {
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- try {
- return GPBUtil::parseFieldMask($value);
- } catch (\Exception $e) {
- throw new GPBDecodeException(
- "Invalid FieldMask: ".$e->getMessage());
- }
- } else {
- if (is_null($value) &&
- !is_a($submsg, "Google\Protobuf\Value")) {
- return $this->defaultValue($field);
- }
- if (GPBUtil::hasSpecialJsonMapping($submsg)) {
- } elseif (!is_object($value) && !is_array($value)) {
- throw new GPBDecodeException("Expect message.");
- }
- $submsg->mergeFromJsonArray($value);
- }
- return $submsg;
- case GPBType::ENUM:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (is_integer($value)) {
- return $value;
- }
- $enum_value = $field->getEnumType()->getValueByName($value);
- if (!is_null($enum_value)) {
- return $enum_value->getNumber();
- }
- throw new GPBDecodeException(
- "Enum field only accepts integer or enum value name");
- case GPBType::STRING:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (is_numeric($value)) {
- return strval($value);
- }
- if (!is_string($value)) {
- throw new GPBDecodeException(
- "String field only accepts string value");
- }
- return $value;
- case GPBType::BYTES:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (!is_string($value)) {
- throw new GPBDecodeException(
- "Byte field only accepts string value");
- }
- $proto_value = base64_decode($value, true);
- if ($proto_value === false) {
- throw new GPBDecodeException("Invalid base64 characters");
- }
- return $proto_value;
- case GPBType::BOOL:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if ($is_map_key) {
- if ($value === "true") {
- return true;
- }
- if ($value === "false") {
- return false;
- }
- throw new GPBDecodeException(
- "Bool field only accepts bool value");
- }
- if (!is_bool($value)) {
- throw new GPBDecodeException(
- "Bool field only accepts bool value");
- }
- return $value;
- case GPBType::FLOAT:
- case GPBType::DOUBLE:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if ($value === "Infinity") {
- return INF;
- }
- if ($value === "-Infinity") {
- return -INF;
- }
- if ($value === "NaN") {
- return NAN;
- }
- return $value;
- case GPBType::INT32:
- case GPBType::SINT32:
- case GPBType::SFIXED32:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (!is_numeric($value)) {
- throw new GPBDecodeException(
- "Invalid data type for int32 field");
- }
- if (bccomp($value, "2147483647") > 0) {
- throw new GPBDecodeException(
- "Int32 too large");
- }
- if (bccomp($value, "-2147483648") < 0) {
- throw new GPBDecodeException(
- "Int32 too small");
- }
- return $value;
- case GPBType::UINT32:
- case GPBType::FIXED32:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (!is_numeric($value)) {
- throw new GPBDecodeException(
- "Invalid data type for uint32 field");
- }
- if (bccomp($value, 4294967295) > 0) {
- throw new GPBDecodeException(
- "Uint32 too large");
- }
- return $value;
- case GPBType::INT64:
- case GPBType::SINT64:
- case GPBType::SFIXED64:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (!is_numeric($value)) {
- throw new GPBDecodeException(
- "Invalid data type for int64 field");
- }
- if (bccomp($value, "9223372036854775807") > 0) {
- throw new GPBDecodeException(
- "Int64 too large");
- }
- if (bccomp($value, "-9223372036854775808") < 0) {
- throw new GPBDecodeException(
- "Int64 too small");
- }
- return $value;
- case GPBType::UINT64:
- case GPBType::FIXED64:
- if (is_null($value)) {
- return $this->defaultValue($field);
- }
- if (!is_numeric($value)) {
- throw new GPBDecodeException(
- "Invalid data type for int64 field");
- }
- if (bccomp($value, "18446744073709551615") > 0) {
- throw new GPBDecodeException(
- "Uint64 too large");
- }
- if (bccomp($value, "9223372036854775807") > 0) {
- $value = bcsub($value, "18446744073709551616");
- }
- return $value;
- default:
- return $value;
- }
- }
-
- /**
- * Populates the message from a user-supplied PHP array. Array keys
- * correspond to Message properties and nested message properties.
- *
- * Example:
- * ```
- * $message->mergeFromArray([
- * 'name' => 'This is a message name',
- * 'interval' => [
- * 'startTime' => time() - 60,
- * 'endTime' => time(),
- * ]
- * ]);
- * ```
- *
- * This method will trigger an error if it is passed data that cannot
- * be converted to the correct type. For example, a StringValue field
- * must receive data that is either a string or a StringValue object.
- *
- * @param array $array An array containing message properties and values.
- * @return null.
- */
- protected function mergeFromArray(array $array)
- {
- // Just call the setters for the field names
- foreach ($array as $key => $value) {
- $field = $this->desc->getFieldByName($key);
- if (is_null($field)) {
- throw new \UnexpectedValueException(
- 'Invalid message property: ' . $key);
- }
- $setter = $field->getSetter();
- if ($field->isMap()) {
- $valueField = $field->getMessageType()->getFieldByName('value');
- if (!is_null($valueField) && $valueField->isWrapperType()) {
- self::normalizeArrayElementsToMessageType($value, $valueField->getMessageType()->getClass());
- }
- } elseif ($field->isWrapperType()) {
- $class = $field->getMessageType()->getClass();
- if ($field->isRepeated()) {
- self::normalizeArrayElementsToMessageType($value, $class);
- } else {
- self::normalizeToMessageType($value, $class);
- }
- }
- $this->$setter($value);
- }
- }
-
- /**
- * Tries to normalize the elements in $value into a provided protobuf
- * wrapper type $class. If $value is any type other than array, we do
- * not do any conversion, and instead rely on the existing protobuf
- * type checking. If $value is an array, we process each element and
- * try to convert it to an instance of $class.
- *
- * @param mixed $value The array of values to normalize.
- * @param string $class The expected wrapper class name
- */
- private static function normalizeArrayElementsToMessageType(&$value, $class)
- {
- if (!is_array($value)) {
- // In the case that $value is not an array, we do not want to
- // attempt any conversion. Note that this includes the cases
- // when $value is a RepeatedField of MapField. In those cases,
- // we do not need to convert the elements, as they should
- // already be the correct types.
- return;
- } else {
- // Normalize each element in the array.
- foreach ($value as $key => &$elementValue) {
- self::normalizeToMessageType($elementValue, $class);
- }
- }
- }
-
- /**
- * Tries to normalize $value into a provided protobuf wrapper type $class.
- * If $value is any type other than an object, we attempt to construct an
- * instance of $class and assign $value to it using the setValue method
- * shared by all wrapper types.
- *
- * This method will raise an error if it receives a type that cannot be
- * assigned to the wrapper type via setValue.
- *
- * @param mixed $value The value to normalize.
- * @param string $class The expected wrapper class name
- */
- private static function normalizeToMessageType(&$value, $class)
- {
- if (is_null($value) || is_object($value)) {
- // This handles the case that $value is an instance of $class. We
- // choose not to do any more strict checking here, relying on the
- // existing type checking done by GPBUtil.
- return;
- } else {
- // Try to instantiate $class and set the value
- try {
- $msg = new $class;
- $msg->setValue($value);
- $value = $msg;
- return;
- } catch (\Exception $exception) {
- trigger_error(
- "Error normalizing value to type '$class': " . $exception->getMessage(),
- E_USER_ERROR
- );
- }
- }
- }
-
- protected function mergeFromJsonArray($array)
- {
- if (is_a($this, "Google\Protobuf\Any")) {
- $this->clear();
- $this->setTypeUrl($array["@type"]);
- $msg = $this->unpack();
- if (GPBUtil::hasSpecialJsonMapping($msg)) {
- $msg->mergeFromJsonArray($array["value"]);
- } else {
- unset($array["@type"]);
- $msg->mergeFromJsonArray($array);
- }
- $this->setValue($msg->serializeToString());
- return;
- }
- if (is_a($this, "Google\Protobuf\DoubleValue") ||
- is_a($this, "Google\Protobuf\FloatValue") ||
- is_a($this, "Google\Protobuf\Int64Value") ||
- is_a($this, "Google\Protobuf\UInt64Value") ||
- is_a($this, "Google\Protobuf\Int32Value") ||
- is_a($this, "Google\Protobuf\UInt32Value") ||
- is_a($this, "Google\Protobuf\BoolValue") ||
- is_a($this, "Google\Protobuf\StringValue")) {
- $this->setValue($array);
- return;
- }
- if (is_a($this, "Google\Protobuf\BytesValue")) {
- $this->setValue(base64_decode($array));
- return;
- }
- if (is_a($this, "Google\Protobuf\Duration")) {
- $this->mergeFrom(GPBUtil::parseDuration($array));
- return;
- }
- if (is_a($this, "Google\Protobuf\FieldMask")) {
- $this->mergeFrom(GPBUtil::parseFieldMask($array));
- return;
- }
- if (is_a($this, "Google\Protobuf\Timestamp")) {
- $this->mergeFrom(GPBUtil::parseTimestamp($array));
- return;
- }
- if (is_a($this, "Google\Protobuf\Struct")) {
- $fields = $this->getFields();
- foreach($array as $key => $value) {
- $v = new Value();
- $v->mergeFromJsonArray($value);
- $fields[$key] = $v;
- }
- }
- if (is_a($this, "Google\Protobuf\Value")) {
- if (is_bool($array)) {
- $this->setBoolValue($array);
- } elseif (is_string($array)) {
- $this->setStringValue($array);
- } elseif (is_null($array)) {
- $this->setNullValue(0);
- } elseif (is_double($array) || is_integer($array)) {
- $this->setNumberValue($array);
- } elseif (is_array($array)) {
- if (array_values($array) !== $array) {
- // Associative array
- $struct_value = $this->getStructValue();
- if (is_null($struct_value)) {
- $struct_value = new Struct();
- $this->setStructValue($struct_value);
- }
- foreach ($array as $key => $v) {
- $value = new Value();
- $value->mergeFromJsonArray($v);
- $values = $struct_value->getFields();
- $values[$key]= $value;
- }
- } else {
- // Array
- $list_value = $this->getListValue();
- if (is_null($list_value)) {
- $list_value = new ListValue();
- $this->setListValue($list_value);
- }
- foreach ($array as $v) {
- $value = new Value();
- $value->mergeFromJsonArray($v);
- $values = $list_value->getValues();
- $values[]= $value;
- }
- }
- } else {
- throw new GPBDecodeException("Invalid type for Value.");
- }
- return;
- }
- $this->mergeFromArrayJsonImpl($array);
- }
-
- private function mergeFromArrayJsonImpl($array)
- {
- foreach ($array as $key => $value) {
- $field = $this->desc->getFieldByJsonName($key);
- if (is_null($field)) {
- $field = $this->desc->getFieldByName($key);
- if (is_null($field)) {
- continue;
- }
- }
- if ($field->isMap()) {
- if (is_null($value)) {
- continue;
- }
- $key_field = $field->getMessageType()->getFieldByNumber(1);
- $value_field = $field->getMessageType()->getFieldByNumber(2);
- foreach ($value as $tmp_key => $tmp_value) {
- if (is_null($tmp_value)) {
- throw new \Exception(
- "Map value field element cannot be null.");
- }
- $proto_key = $this->convertJsonValueToProtoValue(
- $tmp_key,
- $key_field,
- true);
- $proto_value = $this->convertJsonValueToProtoValue(
- $tmp_value,
- $value_field);
- self::kvUpdateHelper($field, $proto_key, $proto_value);
- }
- } else if ($field->isRepeated()) {
- if (is_null($value)) {
- continue;
- }
- foreach ($value as $tmp) {
- if (is_null($tmp)) {
- throw new \Exception(
- "Repeated field elements cannot be null.");
- }
- $proto_value = $this->convertJsonValueToProtoValue(
- $tmp,
- $field);
- self::appendHelper($field, $proto_value);
- }
- } else {
- $setter = $field->getSetter();
- $proto_value = $this->convertJsonValueToProtoValue(
- $value,
- $field);
- if ($field->getType() === GPBType::MESSAGE) {
- if (is_null($proto_value)) {
- continue;
- }
- $getter = $field->getGetter();
- $submsg = $this->$getter();
- if (!is_null($submsg)) {
- $submsg->mergeFrom($proto_value);
- continue;
- }
- }
- $this->$setter($proto_value);
- }
- }
- }
-
- /**
- * @ignore
- */
- public function parseFromJsonStream($input)
- {
- $array = json_decode($input->getData(), true, 512, JSON_BIGINT_AS_STRING);
- if ($this instanceof \Google\Protobuf\ListValue) {
- $array = ["values"=>$array];
- }
- if (is_null($array)) {
- if ($this instanceof \Google\Protobuf\Value) {
- $this->setNullValue(\Google\Protobuf\NullValue::NULL_VALUE);
- return;
- } else {
- throw new GPBDecodeException(
- "Cannot decode json string: " . $input->getData());
- }
- }
- try {
- $this->mergeFromJsonArray($array);
- } catch (\Exception $e) {
- throw new GPBDecodeException($e->getMessage());
- }
- }
-
- /**
- * @ignore
- */
- private function serializeSingularFieldToStream($field, &$output)
- {
- if (!$this->existField($field)) {
- return true;
- }
- $getter = $field->getGetter();
- $value = $this->$getter();
- if (!GPBWire::serializeFieldToStream($value, $field, true, $output)) {
- return false;
- }
- return true;
- }
-
- /**
- * @ignore
- */
- private function serializeRepeatedFieldToStream($field, &$output)
- {
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count === 0) {
- return true;
- }
-
- $packed = $field->getPacked();
- if ($packed) {
- if (!GPBWire::writeTag(
- $output,
- GPBWire::makeTag($field->getNumber(), GPBType::STRING))) {
- return false;
- }
- $size = 0;
- foreach ($values as $value) {
- $size += $this->fieldDataOnlyByteSize($field, $value);
- }
- if (!$output->writeVarint32($size, true)) {
- return false;
- }
- }
-
- foreach ($values as $value) {
- if (!GPBWire::serializeFieldToStream(
- $value,
- $field,
- !$packed,
- $output)) {
- return false;
- }
- }
- return true;
- }
-
- /**
- * @ignore
- */
- private function serializeMapFieldToStream($field, $output)
- {
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count === 0) {
- return true;
- }
-
- foreach ($values as $key => $value) {
- $map_entry = new MapEntry($field->getMessageType());
- $map_entry->setKey($key);
- $map_entry->setValue($value);
- if (!GPBWire::serializeFieldToStream(
- $map_entry,
- $field,
- true,
- $output)) {
- return false;
- }
- }
- return true;
- }
-
- /**
- * @ignore
- */
- private function serializeFieldToStream(&$output, $field)
- {
- if ($field->isMap()) {
- return $this->serializeMapFieldToStream($field, $output);
- } elseif ($field->isRepeated()) {
- return $this->serializeRepeatedFieldToStream($field, $output);
- } else {
- return $this->serializeSingularFieldToStream($field, $output);
- }
- }
-
- /**
- * @ignore
- */
- private function serializeFieldToJsonStream(&$output, $field)
- {
- $getter = $field->getGetter();
- $values = $this->$getter();
- return GPBJsonWire::serializeFieldToStream(
- $values, $field, $output, !GPBUtil::hasSpecialJsonMapping($this));
- }
-
- /**
- * @ignore
- */
- public function serializeToStream(&$output)
- {
- $fields = $this->desc->getField();
- foreach ($fields as $field) {
- if (!$this->serializeFieldToStream($output, $field)) {
- return false;
- }
- }
- $output->writeRaw($this->unknown, strlen($this->unknown));
- return true;
- }
-
- /**
- * @ignore
- */
- public function serializeToJsonStream(&$output)
- {
- if (is_a($this, 'Google\Protobuf\Any')) {
- $output->writeRaw("{", 1);
- $type_field = $this->desc->getFieldByNumber(1);
- $value_msg = $this->unpack();
-
- // Serialize type url.
- $output->writeRaw("\"@type\":", 8);
- $output->writeRaw("\"", 1);
- $output->writeRaw($this->getTypeUrl(), strlen($this->getTypeUrl()));
- $output->writeRaw("\"", 1);
-
- // Serialize value
- if (GPBUtil::hasSpecialJsonMapping($value_msg)) {
- $output->writeRaw(",\"value\":", 9);
- $value_msg->serializeToJsonStream($output);
- } else {
- $value_fields = $value_msg->desc->getField();
- foreach ($value_fields as $field) {
- if ($value_msg->existField($field)) {
- $output->writeRaw(",", 1);
- if (!$value_msg->serializeFieldToJsonStream($output, $field)) {
- return false;
- }
- }
- }
- }
-
- $output->writeRaw("}", 1);
- } elseif (is_a($this, 'Google\Protobuf\FieldMask')) {
- $field_mask = GPBUtil::formatFieldMask($this);
- $output->writeRaw("\"", 1);
- $output->writeRaw($field_mask, strlen($field_mask));
- $output->writeRaw("\"", 1);
- } elseif (is_a($this, 'Google\Protobuf\Duration')) {
- $duration = GPBUtil::formatDuration($this) . "s";
- $output->writeRaw("\"", 1);
- $output->writeRaw($duration, strlen($duration));
- $output->writeRaw("\"", 1);
- } elseif (get_class($this) === 'Google\Protobuf\Timestamp') {
- $timestamp = GPBUtil::formatTimestamp($this);
- $timestamp = json_encode($timestamp);
- $output->writeRaw($timestamp, strlen($timestamp));
- } elseif (get_class($this) === 'Google\Protobuf\ListValue') {
- $field = $this->desc->getField()[1];
- if (!$this->existField($field)) {
- $output->writeRaw("[]", 2);
- } else {
- if (!$this->serializeFieldToJsonStream($output, $field)) {
- return false;
- }
- }
- } elseif (get_class($this) === 'Google\Protobuf\Struct') {
- $field = $this->desc->getField()[1];
- if (!$this->existField($field)) {
- $output->writeRaw("{}", 2);
- } else {
- if (!$this->serializeFieldToJsonStream($output, $field)) {
- return false;
- }
- }
- } else {
- if (!GPBUtil::hasSpecialJsonMapping($this)) {
- $output->writeRaw("{", 1);
- }
- $fields = $this->desc->getField();
- $first = true;
- foreach ($fields as $field) {
- if ($this->existField($field) ||
- GPBUtil::hasJsonValue($this)) {
- if ($first) {
- $first = false;
- } else {
- $output->writeRaw(",", 1);
- }
- if (!$this->serializeFieldToJsonStream($output, $field)) {
- return false;
- }
- }
- }
- if (!GPBUtil::hasSpecialJsonMapping($this)) {
- $output->writeRaw("}", 1);
- }
- }
- return true;
- }
-
- /**
- * Serialize the message to string.
- * @return string Serialized binary protobuf data.
- */
- public function serializeToString()
- {
- $output = new CodedOutputStream($this->byteSize());
- $this->serializeToStream($output);
- return $output->getData();
- }
-
- /**
- * Serialize the message to json string.
- * @return string Serialized json protobuf data.
- */
- public function serializeToJsonString()
- {
- $output = new CodedOutputStream($this->jsonByteSize());
- $this->serializeToJsonStream($output);
- return $output->getData();
- }
-
- /**
- * @ignore
- */
- private function existField($field)
- {
- $oneof_index = $field->getOneofIndex();
- if ($oneof_index !== -1) {
- $oneof = $this->desc->getOneofDecl()[$oneof_index];
- $oneof_name = $oneof->getName();
- return $this->$oneof_name->getNumber() === $field->getNumber();
- }
-
- $getter = $field->getGetter();
- $values = $this->$getter();
- if ($field->isMap()) {
- return count($values) !== 0;
- } elseif ($field->isRepeated()) {
- return count($values) !== 0;
- } else {
- return $values !== $this->defaultValue($field);
- }
- }
-
- /**
- * @ignore
- */
- private function repeatedFieldDataOnlyByteSize($field)
- {
- $size = 0;
-
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count !== 0) {
- $size += $count * GPBWire::tagSize($field);
- foreach ($values as $value) {
- $size += $this->singularFieldDataOnlyByteSize($field);
- }
- }
- }
-
- /**
- * @ignore
- */
- private function fieldDataOnlyByteSize($field, $value)
- {
- $size = 0;
-
- switch ($field->getType()) {
- case GPBType::BOOL:
- $size += 1;
- break;
- case GPBType::FLOAT:
- case GPBType::FIXED32:
- case GPBType::SFIXED32:
- $size += 4;
- break;
- case GPBType::DOUBLE:
- case GPBType::FIXED64:
- case GPBType::SFIXED64:
- $size += 8;
- break;
- case GPBType::INT32:
- case GPBType::ENUM:
- $size += GPBWire::varint32Size($value, true);
- break;
- case GPBType::UINT32:
- $size += GPBWire::varint32Size($value);
- break;
- case GPBType::UINT64:
- case GPBType::INT64:
- $size += GPBWire::varint64Size($value);
- break;
- case GPBType::SINT32:
- $size += GPBWire::sint32Size($value);
- break;
- case GPBType::SINT64:
- $size += GPBWire::sint64Size($value);
- break;
- case GPBType::STRING:
- case GPBType::BYTES:
- $size += strlen($value);
- $size += GPBWire::varint32Size($size);
- break;
- case GPBType::MESSAGE:
- $size += $value->byteSize();
- $size += GPBWire::varint32Size($size);
- break;
- case GPBType::GROUP:
- // TODO(teboring): Add support.
- user_error("Unsupported type.");
- break;
- default:
- user_error("Unsupported type.");
- return 0;
- }
-
- return $size;
- }
-
- /**
- * @ignore
- */
- private function fieldDataOnlyJsonByteSize($field, $value)
- {
- $size = 0;
-
- switch ($field->getType()) {
- case GPBType::SFIXED32:
- case GPBType::SINT32:
- case GPBType::INT32:
- $size += strlen(strval($value));
- break;
- case GPBType::FIXED32:
- case GPBType::UINT32:
- if ($value < 0) {
- $value = bcadd($value, "4294967296");
- }
- $size += strlen(strval($value));
- break;
- case GPBType::FIXED64:
- case GPBType::UINT64:
- if ($value < 0) {
- $value = bcadd($value, "18446744073709551616");
- }
- // Intentional fall through.
- case GPBType::SFIXED64:
- case GPBType::INT64:
- case GPBType::SINT64:
- $size += 2; // size for ""
- $size += strlen(strval($value));
- break;
- case GPBType::FLOAT:
- if (is_nan($value)) {
- $size += strlen("NaN") + 2;
- } elseif ($value === INF) {
- $size += strlen("Infinity") + 2;
- } elseif ($value === -INF) {
- $size += strlen("-Infinity") + 2;
- } else {
- $size += strlen(sprintf("%.8g", $value));
- }
- break;
- case GPBType::DOUBLE:
- if (is_nan($value)) {
- $size += strlen("NaN") + 2;
- } elseif ($value === INF) {
- $size += strlen("Infinity") + 2;
- } elseif ($value === -INF) {
- $size += strlen("-Infinity") + 2;
- } else {
- $size += strlen(sprintf("%.17g", $value));
- }
- break;
- case GPBType::ENUM:
- $enum_desc = $field->getEnumType();
- if ($enum_desc->getClass() === "Google\Protobuf\NullValue") {
- $size += 4;
- break;
- }
- $enum_value_desc = $enum_desc->getValueByNumber($value);
- if (!is_null($enum_value_desc)) {
- $size += 2; // size for ""
- $size += strlen($enum_value_desc->getName());
- } else {
- $str_value = strval($value);
- $size += strlen($str_value);
- }
- break;
- case GPBType::BOOL:
- if ($value) {
- $size += 4;
- } else {
- $size += 5;
- }
- break;
- case GPBType::STRING:
- $value = json_encode($value, JSON_UNESCAPED_UNICODE);
- $size += strlen($value);
- break;
- case GPBType::BYTES:
- # if (is_a($this, "Google\Protobuf\BytesValue")) {
- # $size += strlen(json_encode($value));
- # } else {
- # $size += strlen(base64_encode($value));
- # $size += 2; // size for \"\"
- # }
- $size += strlen(base64_encode($value));
- $size += 2; // size for \"\"
- break;
- case GPBType::MESSAGE:
- $size += $value->jsonByteSize();
- break;
-# case GPBType::GROUP:
-# // TODO(teboring): Add support.
-# user_error("Unsupported type.");
-# break;
- default:
- user_error("Unsupported type " . $field->getType());
- return 0;
- }
-
- return $size;
- }
-
- /**
- * @ignore
- */
- private function fieldByteSize($field)
- {
- $size = 0;
- if ($field->isMap()) {
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count !== 0) {
- $size += $count * GPBWire::tagSize($field);
- $message_type = $field->getMessageType();
- $key_field = $message_type->getFieldByNumber(1);
- $value_field = $message_type->getFieldByNumber(2);
- foreach ($values as $key => $value) {
- $data_size = 0;
- if ($key != $this->defaultValue($key_field)) {
- $data_size += $this->fieldDataOnlyByteSize(
- $key_field,
- $key);
- $data_size += GPBWire::tagSize($key_field);
- }
- if ($value != $this->defaultValue($value_field)) {
- $data_size += $this->fieldDataOnlyByteSize(
- $value_field,
- $value);
- $data_size += GPBWire::tagSize($value_field);
- }
- $size += GPBWire::varint32Size($data_size) + $data_size;
- }
- }
- } elseif ($field->isRepeated()) {
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count !== 0) {
- if ($field->getPacked()) {
- $data_size = 0;
- foreach ($values as $value) {
- $data_size += $this->fieldDataOnlyByteSize($field, $value);
- }
- $size += GPBWire::tagSize($field);
- $size += GPBWire::varint32Size($data_size);
- $size += $data_size;
- } else {
- $size += $count * GPBWire::tagSize($field);
- foreach ($values as $value) {
- $size += $this->fieldDataOnlyByteSize($field, $value);
- }
- }
- }
- } elseif ($this->existField($field)) {
- $size += GPBWire::tagSize($field);
- $getter = $field->getGetter();
- $value = $this->$getter();
- $size += $this->fieldDataOnlyByteSize($field, $value);
- }
- return $size;
- }
-
- /**
- * @ignore
- */
- private function fieldJsonByteSize($field)
- {
- $size = 0;
-
- if ($field->isMap()) {
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count !== 0) {
- if (!GPBUtil::hasSpecialJsonMapping($this)) {
- $size += 3; // size for "\"\":".
- $size += strlen($field->getJsonName()); // size for field name
- }
- $size += 2; // size for "{}".
- $size += $count - 1; // size for commas
- $getter = $field->getGetter();
- $map_entry = $field->getMessageType();
- $key_field = $map_entry->getFieldByNumber(1);
- $value_field = $map_entry->getFieldByNumber(2);
- switch ($key_field->getType()) {
- case GPBType::STRING:
- case GPBType::SFIXED64:
- case GPBType::INT64:
- case GPBType::SINT64:
- case GPBType::FIXED64:
- case GPBType::UINT64:
- $additional_quote = false;
- break;
- default:
- $additional_quote = true;
- }
- foreach ($values as $key => $value) {
- if ($additional_quote) {
- $size += 2; // size for ""
- }
- $size += $this->fieldDataOnlyJsonByteSize($key_field, $key);
- $size += $this->fieldDataOnlyJsonByteSize($value_field, $value);
- $size += 1; // size for :
- }
- }
- } elseif ($field->isRepeated()) {
- $getter = $field->getGetter();
- $values = $this->$getter();
- $count = count($values);
- if ($count !== 0) {
- if (!GPBUtil::hasSpecialJsonMapping($this)) {
- $size += 3; // size for "\"\":".
- $size += strlen($field->getJsonName()); // size for field name
- }
- $size += 2; // size for "[]".
- $size += $count - 1; // size for commas
- $getter = $field->getGetter();
- foreach ($values as $value) {
- $size += $this->fieldDataOnlyJsonByteSize($field, $value);
- }
- }
- } elseif ($this->existField($field) || GPBUtil::hasJsonValue($this)) {
- if (!GPBUtil::hasSpecialJsonMapping($this)) {
- $size += 3; // size for "\"\":".
- $size += strlen($field->getJsonName()); // size for field name
- }
- $getter = $field->getGetter();
- $value = $this->$getter();
- $size += $this->fieldDataOnlyJsonByteSize($field, $value);
- }
- return $size;
- }
-
- /**
- * @ignore
- */
- public function byteSize()
- {
- $size = 0;
-
- $fields = $this->desc->getField();
- foreach ($fields as $field) {
- $size += $this->fieldByteSize($field);
- }
- $size += strlen($this->unknown);
- return $size;
- }
-
- private function appendHelper($field, $append_value)
- {
- $getter = $field->getGetter();
- $setter = $field->getSetter();
-
- $field_arr_value = $this->$getter();
- $field_arr_value[] = $append_value;
-
- if (!is_object($field_arr_value)) {
- $this->$setter($field_arr_value);
- }
- }
-
- private function kvUpdateHelper($field, $update_key, $update_value)
- {
- $getter = $field->getGetter();
- $setter = $field->getSetter();
-
- $field_arr_value = $this->$getter();
- $field_arr_value[$update_key] = $update_value;
-
- if (!is_object($field_arr_value)) {
- $this->$setter($field_arr_value);
- }
- }
-
- /**
- * @ignore
- */
- public function jsonByteSize()
- {
- $size = 0;
- if (is_a($this, 'Google\Protobuf\Any')) {
- // Size for "{}".
- $size += 2;
-
- // Size for "\"@type\":".
- $size += 8;
-
- // Size for url. +2 for "" /.
- $size += strlen($this->getTypeUrl()) + 2;
-
- $value_msg = $this->unpack();
- if (GPBUtil::hasSpecialJsonMapping($value_msg)) {
- // Size for "\",value\":".
- $size += 9;
- $size += $value_msg->jsonByteSize();
- } else {
- // Size for value. +1 for comma, -2 for "{}".
- $size += $value_msg->jsonByteSize() -1;
- }
- } elseif (get_class($this) === 'Google\Protobuf\FieldMask') {
- $field_mask = GPBUtil::formatFieldMask($this);
- $size += strlen($field_mask) + 2; // 2 for ""
- } elseif (get_class($this) === 'Google\Protobuf\Duration') {
- $duration = GPBUtil::formatDuration($this) . "s";
- $size += strlen($duration) + 2; // 2 for ""
- } elseif (get_class($this) === 'Google\Protobuf\Timestamp') {
- $timestamp = GPBUtil::formatTimestamp($this);
- $timestamp = json_encode($timestamp);
- $size += strlen($timestamp);
- } elseif (get_class($this) === 'Google\Protobuf\ListValue') {
- $field = $this->desc->getField()[1];
- if ($this->existField($field)) {
- $field_size = $this->fieldJsonByteSize($field);
- $size += $field_size;
- } else {
- // Size for "[]".
- $size += 2;
- }
- } elseif (get_class($this) === 'Google\Protobuf\Struct') {
- $field = $this->desc->getField()[1];
- if ($this->existField($field)) {
- $field_size = $this->fieldJsonByteSize($field);
- $size += $field_size;
- } else {
- // Size for "{}".
- $size += 2;
- }
- } else {
- if (!GPBUtil::hasSpecialJsonMapping($this)) {
- // Size for "{}".
- $size += 2;
- }
-
- $fields = $this->desc->getField();
- $count = 0;
- foreach ($fields as $field) {
- $field_size = $this->fieldJsonByteSize($field);
- $size += $field_size;
- if ($field_size != 0) {
- $count++;
- }
- }
- // size for comma
- $size += $count > 0 ? ($count - 1) : 0;
- }
- return $size;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
deleted file mode 100644
index 2724d2673..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
+++ /dev/null
@@ -1,120 +0,0 @@
-descriptor = new Descriptor();
- $this->descriptor->setFullName($full_name);
- $this->descriptor->setClass($klass);
- $this->pool = $pool;
- }
-
- private function getFieldDescriptor($name, $label, $type,
- $number, $type_name = null)
- {
- $field = new FieldDescriptor();
- $field->setName($name);
- $camel_name = implode('', array_map('ucwords', explode('_', $name)));
- $field->setGetter('get' . $camel_name);
- $field->setSetter('set' . $camel_name);
- $field->setType($type);
- $field->setNumber($number);
- $field->setLabel($label);
-
- // At this time, the message/enum type may have not been added to pool.
- // So we use the type name as place holder and will replace it with the
- // actual descriptor in cross building.
- switch ($type) {
- case GPBType::MESSAGE:
- $field->setMessageType($type_name);
- break;
- case GPBType::ENUM:
- $field->setEnumType($type_name);
- break;
- default:
- break;
- }
-
- return $field;
- }
-
- public function optional($name, $type, $number, $type_name = null)
- {
- $this->descriptor->addField($this->getFieldDescriptor(
- $name,
- GPBLabel::OPTIONAL,
- $type,
- $number,
- $type_name));
- return $this;
- }
-
- public function repeated($name, $type, $number, $type_name = null)
- {
- $this->descriptor->addField($this->getFieldDescriptor(
- $name,
- GPBLabel::REPEATED,
- $type,
- $number,
- $type_name));
- return $this;
- }
-
- public function required($name, $type, $number, $type_name = null)
- {
- $this->descriptor->addField($this->getFieldDescriptor(
- $name,
- GPBLabel::REQUIRED,
- $type,
- $number,
- $type_name));
- return $this;
- }
-
- public function finalizeToPool()
- {
- $this->pool->addDescriptor($this->descriptor);
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php
deleted file mode 100644
index 9032c97e9..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php
+++ /dev/null
@@ -1,382 +0,0 @@
-google.protobuf.MessageOptions
- */
-final class MessageOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Set true to use the old proto1 MessageSet wire format for extensions.
- * This is provided for backwards-compatibility with the MessageSet wire
- * format. You should not use this for any other reason: It's less
- * efficient, has fewer features, and is more complicated.
- * The message must be defined exactly as follows:
- * message Foo {
- * option message_set_wire_format = true;
- * extensions 4 to max;
- * }
- * Note that the message cannot have any defined fields; MessageSets only
- * have extensions.
- * All extensions of your type must be singular messages; e.g. they cannot
- * be int32s, enums, or repeated messages.
- * Because this is an option, the above two restrictions are not enforced by
- * the protocol compiler.
- *
- * Generated from protobuf field optional bool message_set_wire_format = 1 [default = false];
- */
- private $message_set_wire_format = false;
- private $has_message_set_wire_format = false;
- /**
- * Disables the generation of the standard "descriptor()" accessor, which can
- * conflict with a field of the same name. This is meant to make migration
- * from proto1 easier; new code should avoid fields named "descriptor".
- *
- * Generated from protobuf field optional bool no_standard_descriptor_accessor = 2 [default = false];
- */
- private $no_standard_descriptor_accessor = false;
- private $has_no_standard_descriptor_accessor = false;
- /**
- * Is this message deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the message, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating messages.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * Whether the message is an automatically generated map entry type for the
- * maps field.
- * For maps fields:
- * mapoptional bool map_entry = 7;
- */
- private $map_entry = false;
- private $has_map_entry = false;
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $message_set_wire_format
- * Set true to use the old proto1 MessageSet wire format for extensions.
- * This is provided for backwards-compatibility with the MessageSet wire
- * format. You should not use this for any other reason: It's less
- * efficient, has fewer features, and is more complicated.
- * The message must be defined exactly as follows:
- * message Foo {
- * option message_set_wire_format = true;
- * extensions 4 to max;
- * }
- * Note that the message cannot have any defined fields; MessageSets only
- * have extensions.
- * All extensions of your type must be singular messages; e.g. they cannot
- * be int32s, enums, or repeated messages.
- * Because this is an option, the above two restrictions are not enforced by
- * the protocol compiler.
- * @type bool $no_standard_descriptor_accessor
- * Disables the generation of the standard "descriptor()" accessor, which can
- * conflict with a field of the same name. This is meant to make migration
- * from proto1 easier; new code should avoid fields named "descriptor".
- * @type bool $deprecated
- * Is this message deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the message, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating messages.
- * @type bool $map_entry
- * Whether the message is an automatically generated map entry type for the
- * maps field.
- * For maps fields:
- * mapoptional bool message_set_wire_format = 1 [default = false];
- * @return bool
- */
- public function getMessageSetWireFormat()
- {
- return $this->message_set_wire_format;
- }
-
- /**
- * Set true to use the old proto1 MessageSet wire format for extensions.
- * This is provided for backwards-compatibility with the MessageSet wire
- * format. You should not use this for any other reason: It's less
- * efficient, has fewer features, and is more complicated.
- * The message must be defined exactly as follows:
- * message Foo {
- * option message_set_wire_format = true;
- * extensions 4 to max;
- * }
- * Note that the message cannot have any defined fields; MessageSets only
- * have extensions.
- * All extensions of your type must be singular messages; e.g. they cannot
- * be int32s, enums, or repeated messages.
- * Because this is an option, the above two restrictions are not enforced by
- * the protocol compiler.
- *
- * Generated from protobuf field optional bool message_set_wire_format = 1 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setMessageSetWireFormat($var)
- {
- GPBUtil::checkBool($var);
- $this->message_set_wire_format = $var;
- $this->has_message_set_wire_format = true;
-
- return $this;
- }
-
- public function hasMessageSetWireFormat()
- {
- return $this->has_message_set_wire_format;
- }
-
- /**
- * Disables the generation of the standard "descriptor()" accessor, which can
- * conflict with a field of the same name. This is meant to make migration
- * from proto1 easier; new code should avoid fields named "descriptor".
- *
- * Generated from protobuf field optional bool no_standard_descriptor_accessor = 2 [default = false];
- * @return bool
- */
- public function getNoStandardDescriptorAccessor()
- {
- return $this->no_standard_descriptor_accessor;
- }
-
- /**
- * Disables the generation of the standard "descriptor()" accessor, which can
- * conflict with a field of the same name. This is meant to make migration
- * from proto1 easier; new code should avoid fields named "descriptor".
- *
- * Generated from protobuf field optional bool no_standard_descriptor_accessor = 2 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setNoStandardDescriptorAccessor($var)
- {
- GPBUtil::checkBool($var);
- $this->no_standard_descriptor_accessor = $var;
- $this->has_no_standard_descriptor_accessor = true;
-
- return $this;
- }
-
- public function hasNoStandardDescriptorAccessor()
- {
- return $this->has_no_standard_descriptor_accessor;
- }
-
- /**
- * Is this message deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the message, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating messages.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this message deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the message, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating messages.
- *
- * Generated from protobuf field optional bool deprecated = 3 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * Whether the message is an automatically generated map entry type for the
- * maps field.
- * For maps fields:
- * mapoptional bool map_entry = 7;
- * @return bool
- */
- public function getMapEntry()
- {
- return $this->map_entry;
- }
-
- /**
- * Whether the message is an automatically generated map entry type for the
- * maps field.
- * For maps fields:
- * mapoptional bool map_entry = 7;
- * @param bool $var
- * @return $this
- */
- public function setMapEntry($var)
- {
- GPBUtil::checkBool($var);
- $this->map_entry = $var;
- $this->has_map_entry = true;
-
- return $this;
- }
-
- public function hasMapEntry()
- {
- return $this->has_map_entry;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
deleted file mode 100644
index 25a2c166f..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
+++ /dev/null
@@ -1,264 +0,0 @@
-google.protobuf.MethodDescriptorProto
- */
-final class MethodDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Input and output type names. These are resolved in the same way as
- * FieldDescriptorProto.type_name, but must refer to a message type.
- *
- * Generated from protobuf field optional string input_type = 2;
- */
- private $input_type = '';
- private $has_input_type = false;
- /**
- * Generated from protobuf field optional string output_type = 3;
- */
- private $output_type = '';
- private $has_output_type = false;
- /**
- * Generated from protobuf field optional .google.protobuf.MethodOptions options = 4;
- */
- private $options = null;
- private $has_options = false;
- /**
- * Identifies if client streams multiple client messages
- *
- * Generated from protobuf field optional bool client_streaming = 5 [default = false];
- */
- private $client_streaming = false;
- private $has_client_streaming = false;
- /**
- * Identifies if server streams multiple server messages
- *
- * Generated from protobuf field optional bool server_streaming = 6 [default = false];
- */
- private $server_streaming = false;
- private $has_server_streaming = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type string $input_type
- * Input and output type names. These are resolved in the same way as
- * FieldDescriptorProto.type_name, but must refer to a message type.
- * @type string $output_type
- * @type \Google\Protobuf\Internal\MethodOptions $options
- * @type bool $client_streaming
- * Identifies if client streams multiple client messages
- * @type bool $server_streaming
- * Identifies if server streams multiple server messages
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Input and output type names. These are resolved in the same way as
- * FieldDescriptorProto.type_name, but must refer to a message type.
- *
- * Generated from protobuf field optional string input_type = 2;
- * @return string
- */
- public function getInputType()
- {
- return $this->input_type;
- }
-
- /**
- * Input and output type names. These are resolved in the same way as
- * FieldDescriptorProto.type_name, but must refer to a message type.
- *
- * Generated from protobuf field optional string input_type = 2;
- * @param string $var
- * @return $this
- */
- public function setInputType($var)
- {
- GPBUtil::checkString($var, True);
- $this->input_type = $var;
- $this->has_input_type = true;
-
- return $this;
- }
-
- public function hasInputType()
- {
- return $this->has_input_type;
- }
-
- /**
- * Generated from protobuf field optional string output_type = 3;
- * @return string
- */
- public function getOutputType()
- {
- return $this->output_type;
- }
-
- /**
- * Generated from protobuf field optional string output_type = 3;
- * @param string $var
- * @return $this
- */
- public function setOutputType($var)
- {
- GPBUtil::checkString($var, True);
- $this->output_type = $var;
- $this->has_output_type = true;
-
- return $this;
- }
-
- public function hasOutputType()
- {
- return $this->has_output_type;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.MethodOptions options = 4;
- * @return \Google\Protobuf\Internal\MethodOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.MethodOptions options = 4;
- * @param \Google\Protobuf\Internal\MethodOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MethodOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
- /**
- * Identifies if client streams multiple client messages
- *
- * Generated from protobuf field optional bool client_streaming = 5 [default = false];
- * @return bool
- */
- public function getClientStreaming()
- {
- return $this->client_streaming;
- }
-
- /**
- * Identifies if client streams multiple client messages
- *
- * Generated from protobuf field optional bool client_streaming = 5 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setClientStreaming($var)
- {
- GPBUtil::checkBool($var);
- $this->client_streaming = $var;
- $this->has_client_streaming = true;
-
- return $this;
- }
-
- public function hasClientStreaming()
- {
- return $this->has_client_streaming;
- }
-
- /**
- * Identifies if server streams multiple server messages
- *
- * Generated from protobuf field optional bool server_streaming = 6 [default = false];
- * @return bool
- */
- public function getServerStreaming()
- {
- return $this->server_streaming;
- }
-
- /**
- * Identifies if server streams multiple server messages
- *
- * Generated from protobuf field optional bool server_streaming = 6 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setServerStreaming($var)
- {
- GPBUtil::checkBool($var);
- $this->server_streaming = $var;
- $this->has_server_streaming = true;
-
- return $this;
- }
-
- public function hasServerStreaming()
- {
- return $this->has_server_streaming;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php
deleted file mode 100644
index a9c093ad5..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php
+++ /dev/null
@@ -1,161 +0,0 @@
-google.protobuf.MethodOptions
- */
-final class MethodOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Is this method deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the method, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating methods.
- *
- * Generated from protobuf field optional bool deprecated = 33 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * Generated from protobuf field optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- */
- private $idempotency_level = 0;
- private $has_idempotency_level = false;
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $deprecated
- * Is this method deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the method, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating methods.
- * @type int $idempotency_level
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Is this method deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the method, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating methods.
- *
- * Generated from protobuf field optional bool deprecated = 33 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this method deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the method, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating methods.
- *
- * Generated from protobuf field optional bool deprecated = 33 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- * @return int
- */
- public function getIdempotencyLevel()
- {
- return $this->idempotency_level;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- * @param int $var
- * @return $this
- */
- public function setIdempotencyLevel($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions_IdempotencyLevel::class);
- $this->idempotency_level = $var;
- $this->has_idempotency_level = true;
-
- return $this;
- }
-
- public function hasIdempotencyLevel()
- {
- return $this->has_idempotency_level;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php
deleted file mode 100644
index ce3c062c6..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php
+++ /dev/null
@@ -1,64 +0,0 @@
-google.protobuf.MethodOptions.IdempotencyLevel
- */
-class IdempotencyLevel
-{
- /**
- * Generated from protobuf enum IDEMPOTENCY_UNKNOWN = 0;
- */
- const IDEMPOTENCY_UNKNOWN = 0;
- /**
- * implies idempotent
- *
- * Generated from protobuf enum NO_SIDE_EFFECTS = 1;
- */
- const NO_SIDE_EFFECTS = 1;
- /**
- * idempotent, but may have side effects
- *
- * Generated from protobuf enum IDEMPOTENT = 2;
- */
- const IDEMPOTENT = 2;
-
- private static $valueToName = [
- self::IDEMPOTENCY_UNKNOWN => 'IDEMPOTENCY_UNKNOWN',
- self::NO_SIDE_EFFECTS => 'NO_SIDE_EFFECTS',
- self::IDEMPOTENT => 'IDEMPOTENT',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(IdempotencyLevel::class, \Google\Protobuf\Internal\MethodOptions_IdempotencyLevel::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
deleted file mode 100644
index a29131145..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
+++ /dev/null
@@ -1,16 +0,0 @@
-public_desc = new \Google\Protobuf\OneofDescriptor($this);
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function addField(FieldDescriptor $field)
- {
- $this->fields[] = $field;
- }
-
- public function getFields()
- {
- return $this->fields;
- }
-
- public static function buildFromProto($oneof_proto, $desc, $index)
- {
- $oneof = new OneofDescriptor();
- $oneof->setName($oneof_proto->getName());
- foreach ($desc->getField() as $field) {
- if ($field->getOneofIndex() == $index) {
- $oneof->addField($field);
- }
- }
- return $oneof;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php
deleted file mode 100644
index a703fcb70..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php
+++ /dev/null
@@ -1,103 +0,0 @@
-google.protobuf.OneofDescriptorProto
- */
-final class OneofDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Generated from protobuf field optional .google.protobuf.OneofOptions options = 2;
- */
- private $options = null;
- private $has_options = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type \Google\Protobuf\Internal\OneofOptions $options
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.OneofOptions options = 2;
- * @return \Google\Protobuf\Internal\OneofOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.OneofOptions options = 2;
- * @param \Google\Protobuf\Internal\OneofOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\OneofOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofField.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofField.php
deleted file mode 100644
index 2c689e836..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofField.php
+++ /dev/null
@@ -1,77 +0,0 @@
-desc = $desc;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-
- public function setFieldName($field_name)
- {
- $this->field_name = $field_name;
- }
-
- public function getFieldName()
- {
- return $this->field_name;
- }
-
- public function setNumber($number)
- {
- $this->number = $number;
- }
-
- public function getNumber()
- {
- return $this->number;
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php
deleted file mode 100644
index 749051f31..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php
+++ /dev/null
@@ -1,74 +0,0 @@
-google.protobuf.OneofOptions
- */
-final class OneofOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php
deleted file mode 100644
index 4e7ed5cb4..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php
+++ /dev/null
@@ -1,50 +0,0 @@
-buffer = $buffer;
- }
-
- public function getData()
- {
- return $this->buffer;
- }
-
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php
deleted file mode 100644
index ec7a3a6d0..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php
+++ /dev/null
@@ -1,258 +0,0 @@
-container = [];
- $this->type = $type;
- if ($this->type == GPBType::MESSAGE) {
- $pool = DescriptorPool::getGeneratedPool();
- $desc = $pool->getDescriptorByClassName($klass);
- if ($desc == NULL) {
- new $klass; // No msg class instance has been created before.
- $desc = $pool->getDescriptorByClassName($klass);
- }
- $this->klass = $desc->getClass();
- $this->legacy_klass = $desc->getLegacyClass();
- }
- }
-
- /**
- * @ignore
- */
- public function getType()
- {
- return $this->type;
- }
-
- /**
- * @ignore
- */
- public function getClass()
- {
- return $this->klass;
- }
-
- /**
- * @ignore
- */
- public function getLegacyClass()
- {
- return $this->legacy_klass;
- }
-
- /**
- * Return the element at the given index.
- *
- * This will also be called for: $ele = $arr[0]
- *
- * @param long $offset The index of the element to be fetched.
- * @return object The stored element at given index.
- * @throws \ErrorException Invalid type for index.
- * @throws \ErrorException Non-existing index.
- */
- public function offsetGet($offset)
- {
- return $this->container[$offset];
- }
-
- /**
- * Assign the element at the given index.
- *
- * This will also be called for: $arr []= $ele and $arr[0] = ele
- *
- * @param long $offset The index of the element to be assigned.
- * @param object $value The element to be assigned.
- * @return void
- * @throws \ErrorException Invalid type for index.
- * @throws \ErrorException Non-existing index.
- * @throws \ErrorException Incorrect type of the element.
- */
- public function offsetSet($offset, $value)
- {
- switch ($this->type) {
- case GPBType::SFIXED32:
- case GPBType::SINT32:
- case GPBType::INT32:
- case GPBType::ENUM:
- GPBUtil::checkInt32($value);
- break;
- case GPBType::FIXED32:
- case GPBType::UINT32:
- GPBUtil::checkUint32($value);
- break;
- case GPBType::SFIXED64:
- case GPBType::SINT64:
- case GPBType::INT64:
- GPBUtil::checkInt64($value);
- break;
- case GPBType::FIXED64:
- case GPBType::UINT64:
- GPBUtil::checkUint64($value);
- break;
- case GPBType::FLOAT:
- GPBUtil::checkFloat($value);
- break;
- case GPBType::DOUBLE:
- GPBUtil::checkDouble($value);
- break;
- case GPBType::BOOL:
- GPBUtil::checkBool($value);
- break;
- case GPBType::BYTES:
- GPBUtil::checkString($value, false);
- break;
- case GPBType::STRING:
- GPBUtil::checkString($value, true);
- break;
- case GPBType::MESSAGE:
- if (is_null($value)) {
- trigger_error("RepeatedField element cannot be null.",
- E_USER_ERROR);
- }
- GPBUtil::checkMessage($value, $this->klass);
- break;
- default:
- break;
- }
- if (is_null($offset)) {
- $this->container[] = $value;
- } else {
- $count = count($this->container);
- if (!is_numeric($offset) || $offset < 0 || $offset >= $count) {
- trigger_error(
- "Cannot modify element at the given index",
- E_USER_ERROR);
- return;
- }
- $this->container[$offset] = $value;
- }
- }
-
- /**
- * Remove the element at the given index.
- *
- * This will also be called for: unset($arr)
- *
- * @param long $offset The index of the element to be removed.
- * @return void
- * @throws \ErrorException Invalid type for index.
- * @throws \ErrorException The element to be removed is not at the end of the
- * RepeatedField.
- */
- public function offsetUnset($offset)
- {
- $count = count($this->container);
- if (!is_numeric($offset) || $count === 0 || $offset !== $count - 1) {
- trigger_error(
- "Cannot remove element at the given index",
- E_USER_ERROR);
- return;
- }
- array_pop($this->container);
- }
-
- /**
- * Check the existence of the element at the given index.
- *
- * This will also be called for: isset($arr)
- *
- * @param long $offset The index of the element to be removed.
- * @return bool True if the element at the given offset exists.
- * @throws \ErrorException Invalid type for index.
- */
- public function offsetExists($offset)
- {
- return isset($this->container[$offset]);
- }
-
- /**
- * @ignore
- */
- public function getIterator()
- {
- return new RepeatedFieldIter($this->container);
- }
-
- /**
- * Return the number of stored elements.
- *
- * This will also be called for: count($arr)
- *
- * @return integer The number of stored elements.
- */
- public function count()
- {
- return count($this->container);
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php
deleted file mode 100644
index 2b6f82309..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php
+++ /dev/null
@@ -1,118 +0,0 @@
-position = 0;
- $this->container = $container;
- }
-
- /**
- * Reset the status of the iterator
- *
- * @return void
- */
- public function rewind()
- {
- $this->position = 0;
- }
-
- /**
- * Return the element at the current position.
- *
- * @return object The element at the current position.
- */
- public function current()
- {
- return $this->container[$this->position];
- }
-
- /**
- * Return the current position.
- *
- * @return integer The current position.
- */
- public function key()
- {
- return $this->position;
- }
-
- /**
- * Move to the next position.
- *
- * @return void
- */
- public function next()
- {
- ++$this->position;
- }
-
- /**
- * Check whether there are more elements to iterate.
- *
- * @return bool True if there are more elements to iterate.
- */
- public function valid()
- {
- return isset($this->container[$this->position]);
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
deleted file mode 100644
index 9534f0480..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
+++ /dev/null
@@ -1,137 +0,0 @@
-google.protobuf.ServiceDescriptorProto
- */
-final class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field optional string name = 1;
- */
- private $name = '';
- private $has_name = false;
- /**
- * Generated from protobuf field repeated .google.protobuf.MethodDescriptorProto method = 2;
- */
- private $method;
- private $has_method = false;
- /**
- * Generated from protobuf field optional .google.protobuf.ServiceOptions options = 3;
- */
- private $options = null;
- private $has_options = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * @type \Google\Protobuf\Internal\MethodDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $method
- * @type \Google\Protobuf\Internal\ServiceOptions $options
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field optional string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.MethodDescriptorProto method = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getMethod()
- {
- return $this->method;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.MethodDescriptorProto method = 2;
- * @param \Google\Protobuf\Internal\MethodDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setMethod($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class);
- $this->method = $arr;
- $this->has_method = true;
-
- return $this;
- }
-
- public function hasMethod()
- {
- return $this->has_method;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.ServiceOptions options = 3;
- * @return \Google\Protobuf\Internal\ServiceOptions
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Generated from protobuf field optional .google.protobuf.ServiceOptions options = 3;
- * @param \Google\Protobuf\Internal\ServiceOptions $var
- * @return $this
- */
- public function setOptions($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
- $this->options = $var;
- $this->has_options = true;
-
- return $this;
- }
-
- public function hasOptions()
- {
- return $this->has_options;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php
deleted file mode 100644
index 55bf7a775..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php
+++ /dev/null
@@ -1,127 +0,0 @@
-google.protobuf.ServiceOptions
- */
-final class ServiceOptions extends \Google\Protobuf\Internal\Message
-{
- /**
- * Is this service deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the service, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating services.
- *
- * Generated from protobuf field optional bool deprecated = 33 [default = false];
- */
- private $deprecated = false;
- private $has_deprecated = false;
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- */
- private $uninterpreted_option;
- private $has_uninterpreted_option = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type bool $deprecated
- * Is this service deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the service, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating services.
- * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
- * The parser stores options it doesn't recognize here. See above.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Is this service deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the service, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating services.
- *
- * Generated from protobuf field optional bool deprecated = 33 [default = false];
- * @return bool
- */
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
- /**
- * Is this service deprecated?
- * Depending on the target platform, this can emit Deprecated annotations
- * for the service, or it will be completely ignored; in the very least,
- * this is a formalization for deprecating services.
- *
- * Generated from protobuf field optional bool deprecated = 33 [default = false];
- * @param bool $var
- * @return $this
- */
- public function setDeprecated($var)
- {
- GPBUtil::checkBool($var);
- $this->deprecated = $var;
- $this->has_deprecated = true;
-
- return $this;
- }
-
- public function hasDeprecated()
- {
- return $this->has_deprecated;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getUninterpretedOption()
- {
- return $this->uninterpreted_option;
- }
-
- /**
- * The parser stores options it doesn't recognize here. See above.
- *
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
- * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setUninterpretedOption($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
- $this->uninterpreted_option = $arr;
- $this->has_uninterpreted_option = true;
-
- return $this;
- }
-
- public function hasUninterpretedOption()
- {
- return $this->has_uninterpreted_option;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php
deleted file mode 100644
index 3ddd89226..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php
+++ /dev/null
@@ -1,237 +0,0 @@
-google.protobuf.SourceCodeInfo
- */
-final class SourceCodeInfo extends \Google\Protobuf\Internal\Message
-{
- /**
- * A Location identifies a piece of source code in a .proto file which
- * corresponds to a particular definition. This information is intended
- * to be useful to IDEs, code indexers, documentation generators, and similar
- * tools.
- * For example, say we have a file like:
- * message Foo {
- * optional string foo = 1;
- * }
- * Let's look at just the field definition:
- * optional string foo = 1;
- * ^ ^^ ^^ ^ ^^^
- * a bc de f ghi
- * We have the following locations:
- * span path represents
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
- * Notes:
- * - A location may refer to a repeated field itself (i.e. not to any
- * particular index within it). This is used whenever a set of elements are
- * logically enclosed in a single code segment. For example, an entire
- * extend block (possibly containing multiple extension definitions) will
- * have an outer location whose path refers to the "extensions" repeated
- * field without an index.
- * - Multiple locations may have the same path. This happens when a single
- * logical declaration is spread out across multiple places. The most
- * obvious example is the "extend" block again -- there may be multiple
- * extend blocks in the same scope, each of which will have the same path.
- * - A location's span is not always a subset of its parent's span. For
- * example, the "extendee" of an extension declaration appears at the
- * beginning of the "extend" block and is shared by all extensions within
- * the block.
- * - Just because a location's span is a subset of some other location's span
- * does not mean that it is a descendant. For example, a "group" defines
- * both a type and a field in a single declaration. Thus, the locations
- * corresponding to the type and field and their components will overlap.
- * - Code which tries to interpret locations should probably be designed to
- * ignore those that it doesn't understand, as more types of locations could
- * be recorded in the future.
- *
- * Generated from protobuf field repeated .google.protobuf.SourceCodeInfo.Location location = 1;
- */
- private $location;
- private $has_location = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Internal\SourceCodeInfo\Location[]|\Google\Protobuf\Internal\RepeatedField $location
- * A Location identifies a piece of source code in a .proto file which
- * corresponds to a particular definition. This information is intended
- * to be useful to IDEs, code indexers, documentation generators, and similar
- * tools.
- * For example, say we have a file like:
- * message Foo {
- * optional string foo = 1;
- * }
- * Let's look at just the field definition:
- * optional string foo = 1;
- * ^ ^^ ^^ ^ ^^^
- * a bc de f ghi
- * We have the following locations:
- * span path represents
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
- * Notes:
- * - A location may refer to a repeated field itself (i.e. not to any
- * particular index within it). This is used whenever a set of elements are
- * logically enclosed in a single code segment. For example, an entire
- * extend block (possibly containing multiple extension definitions) will
- * have an outer location whose path refers to the "extensions" repeated
- * field without an index.
- * - Multiple locations may have the same path. This happens when a single
- * logical declaration is spread out across multiple places. The most
- * obvious example is the "extend" block again -- there may be multiple
- * extend blocks in the same scope, each of which will have the same path.
- * - A location's span is not always a subset of its parent's span. For
- * example, the "extendee" of an extension declaration appears at the
- * beginning of the "extend" block and is shared by all extensions within
- * the block.
- * - Just because a location's span is a subset of some other location's span
- * does not mean that it is a descendant. For example, a "group" defines
- * both a type and a field in a single declaration. Thus, the locations
- * corresponding to the type and field and their components will overlap.
- * - Code which tries to interpret locations should probably be designed to
- * ignore those that it doesn't understand, as more types of locations could
- * be recorded in the future.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * A Location identifies a piece of source code in a .proto file which
- * corresponds to a particular definition. This information is intended
- * to be useful to IDEs, code indexers, documentation generators, and similar
- * tools.
- * For example, say we have a file like:
- * message Foo {
- * optional string foo = 1;
- * }
- * Let's look at just the field definition:
- * optional string foo = 1;
- * ^ ^^ ^^ ^ ^^^
- * a bc de f ghi
- * We have the following locations:
- * span path represents
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
- * Notes:
- * - A location may refer to a repeated field itself (i.e. not to any
- * particular index within it). This is used whenever a set of elements are
- * logically enclosed in a single code segment. For example, an entire
- * extend block (possibly containing multiple extension definitions) will
- * have an outer location whose path refers to the "extensions" repeated
- * field without an index.
- * - Multiple locations may have the same path. This happens when a single
- * logical declaration is spread out across multiple places. The most
- * obvious example is the "extend" block again -- there may be multiple
- * extend blocks in the same scope, each of which will have the same path.
- * - A location's span is not always a subset of its parent's span. For
- * example, the "extendee" of an extension declaration appears at the
- * beginning of the "extend" block and is shared by all extensions within
- * the block.
- * - Just because a location's span is a subset of some other location's span
- * does not mean that it is a descendant. For example, a "group" defines
- * both a type and a field in a single declaration. Thus, the locations
- * corresponding to the type and field and their components will overlap.
- * - Code which tries to interpret locations should probably be designed to
- * ignore those that it doesn't understand, as more types of locations could
- * be recorded in the future.
- *
- * Generated from protobuf field repeated .google.protobuf.SourceCodeInfo.Location location = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLocation()
- {
- return $this->location;
- }
-
- /**
- * A Location identifies a piece of source code in a .proto file which
- * corresponds to a particular definition. This information is intended
- * to be useful to IDEs, code indexers, documentation generators, and similar
- * tools.
- * For example, say we have a file like:
- * message Foo {
- * optional string foo = 1;
- * }
- * Let's look at just the field definition:
- * optional string foo = 1;
- * ^ ^^ ^^ ^ ^^^
- * a bc de f ghi
- * We have the following locations:
- * span path represents
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
- * Notes:
- * - A location may refer to a repeated field itself (i.e. not to any
- * particular index within it). This is used whenever a set of elements are
- * logically enclosed in a single code segment. For example, an entire
- * extend block (possibly containing multiple extension definitions) will
- * have an outer location whose path refers to the "extensions" repeated
- * field without an index.
- * - Multiple locations may have the same path. This happens when a single
- * logical declaration is spread out across multiple places. The most
- * obvious example is the "extend" block again -- there may be multiple
- * extend blocks in the same scope, each of which will have the same path.
- * - A location's span is not always a subset of its parent's span. For
- * example, the "extendee" of an extension declaration appears at the
- * beginning of the "extend" block and is shared by all extensions within
- * the block.
- * - Just because a location's span is a subset of some other location's span
- * does not mean that it is a descendant. For example, a "group" defines
- * both a type and a field in a single declaration. Thus, the locations
- * corresponding to the type and field and their components will overlap.
- * - Code which tries to interpret locations should probably be designed to
- * ignore those that it doesn't understand, as more types of locations could
- * be recorded in the future.
- *
- * Generated from protobuf field repeated .google.protobuf.SourceCodeInfo.Location location = 1;
- * @param \Google\Protobuf\Internal\SourceCodeInfo\Location[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLocation($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\SourceCodeInfo\Location::class);
- $this->location = $arr;
- $this->has_location = true;
-
- return $this;
- }
-
- public function hasLocation()
- {
- return $this->has_location;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
deleted file mode 100644
index 470d64c6e..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
+++ /dev/null
@@ -1,463 +0,0 @@
-google.protobuf.SourceCodeInfo.Location
- */
-final class Location extends \Google\Protobuf\Internal\Message
-{
- /**
- * Identifies which part of the FileDescriptorProto was defined at this
- * location.
- * Each element is a field number or an index. They form a path from
- * the root FileDescriptorProto to the place where the definition. For
- * example, this path:
- * [ 4, 3, 2, 7, 1 ]
- * refers to:
- * file.message_type(3) // 4, 3
- * .field(7) // 2, 7
- * .name() // 1
- * This is because FileDescriptorProto.message_type has field number 4:
- * repeated DescriptorProto message_type = 4;
- * and DescriptorProto.field has field number 2:
- * repeated FieldDescriptorProto field = 2;
- * and FieldDescriptorProto.name has field number 1:
- * optional string name = 1;
- * Thus, the above path gives the location of a field name. If we removed
- * the last element:
- * [ 4, 3, 2, 7 ]
- * this path refers to the whole field declaration (from the beginning
- * of the label to the terminating semicolon).
- *
- * Generated from protobuf field repeated int32 path = 1 [packed = true];
- */
- private $path;
- private $has_path = false;
- /**
- * Always has exactly three or four elements: start line, start column,
- * end line (optional, otherwise assumed same as start line), end column.
- * These are packed into a single field for efficiency. Note that line
- * and column numbers are zero-based -- typically you will want to add
- * 1 to each before displaying to a user.
- *
- * Generated from protobuf field repeated int32 span = 2 [packed = true];
- */
- private $span;
- private $has_span = false;
- /**
- * If this SourceCodeInfo represents a complete declaration, these are any
- * comments appearing before and after the declaration which appear to be
- * attached to the declaration.
- * A series of line comments appearing on consecutive lines, with no other
- * tokens appearing on those lines, will be treated as a single comment.
- * leading_detached_comments will keep paragraphs of comments that appear
- * before (but not connected to) the current element. Each paragraph,
- * separated by empty lines, will be one comment element in the repeated
- * field.
- * Only the comment content is provided; comment markers (e.g. //) are
- * stripped out. For block comments, leading whitespace and an asterisk
- * will be stripped from the beginning of each line other than the first.
- * Newlines are included in the output.
- * Examples:
- * optional int32 foo = 1; // Comment attached to foo.
- * // Comment attached to bar.
- * optional int32 bar = 2;
- * optional string baz = 3;
- * // Comment attached to baz.
- * // Another line attached to baz.
- * // Comment attached to qux.
- * //
- * // Another line attached to qux.
- * optional double qux = 4;
- * // Detached comment for corge. This is not leading or trailing comments
- * // to qux or corge because there are blank lines separating it from
- * // both.
- * // Detached comment for corge paragraph 2.
- * optional string corge = 5;
- * /* Block comment attached
- * * to corge. Leading asterisks
- * * will be removed. */
- * /* Block comment attached to
- * * grault. */
- * optional int32 grault = 6;
- * // ignored detached comments.
- *
- * Generated from protobuf field optional string leading_comments = 3;
- */
- private $leading_comments = '';
- private $has_leading_comments = false;
- /**
- * Generated from protobuf field optional string trailing_comments = 4;
- */
- private $trailing_comments = '';
- private $has_trailing_comments = false;
- /**
- * Generated from protobuf field repeated string leading_detached_comments = 6;
- */
- private $leading_detached_comments;
- private $has_leading_detached_comments = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $path
- * Identifies which part of the FileDescriptorProto was defined at this
- * location.
- * Each element is a field number or an index. They form a path from
- * the root FileDescriptorProto to the place where the definition. For
- * example, this path:
- * [ 4, 3, 2, 7, 1 ]
- * refers to:
- * file.message_type(3) // 4, 3
- * .field(7) // 2, 7
- * .name() // 1
- * This is because FileDescriptorProto.message_type has field number 4:
- * repeated DescriptorProto message_type = 4;
- * and DescriptorProto.field has field number 2:
- * repeated FieldDescriptorProto field = 2;
- * and FieldDescriptorProto.name has field number 1:
- * optional string name = 1;
- * Thus, the above path gives the location of a field name. If we removed
- * the last element:
- * [ 4, 3, 2, 7 ]
- * this path refers to the whole field declaration (from the beginning
- * of the label to the terminating semicolon).
- * @type int[]|\Google\Protobuf\Internal\RepeatedField $span
- * Always has exactly three or four elements: start line, start column,
- * end line (optional, otherwise assumed same as start line), end column.
- * These are packed into a single field for efficiency. Note that line
- * and column numbers are zero-based -- typically you will want to add
- * 1 to each before displaying to a user.
- * @type string $leading_comments
- * If this SourceCodeInfo represents a complete declaration, these are any
- * comments appearing before and after the declaration which appear to be
- * attached to the declaration.
- * A series of line comments appearing on consecutive lines, with no other
- * tokens appearing on those lines, will be treated as a single comment.
- * leading_detached_comments will keep paragraphs of comments that appear
- * before (but not connected to) the current element. Each paragraph,
- * separated by empty lines, will be one comment element in the repeated
- * field.
- * Only the comment content is provided; comment markers (e.g. //) are
- * stripped out. For block comments, leading whitespace and an asterisk
- * will be stripped from the beginning of each line other than the first.
- * Newlines are included in the output.
- * Examples:
- * optional int32 foo = 1; // Comment attached to foo.
- * // Comment attached to bar.
- * optional int32 bar = 2;
- * optional string baz = 3;
- * // Comment attached to baz.
- * // Another line attached to baz.
- * // Comment attached to qux.
- * //
- * // Another line attached to qux.
- * optional double qux = 4;
- * // Detached comment for corge. This is not leading or trailing comments
- * // to qux or corge because there are blank lines separating it from
- * // both.
- * // Detached comment for corge paragraph 2.
- * optional string corge = 5;
- * /* Block comment attached
- * * to corge. Leading asterisks
- * * will be removed. */
- * /* Block comment attached to
- * * grault. */
- * optional int32 grault = 6;
- * // ignored detached comments.
- * @type string $trailing_comments
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $leading_detached_comments
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Identifies which part of the FileDescriptorProto was defined at this
- * location.
- * Each element is a field number or an index. They form a path from
- * the root FileDescriptorProto to the place where the definition. For
- * example, this path:
- * [ 4, 3, 2, 7, 1 ]
- * refers to:
- * file.message_type(3) // 4, 3
- * .field(7) // 2, 7
- * .name() // 1
- * This is because FileDescriptorProto.message_type has field number 4:
- * repeated DescriptorProto message_type = 4;
- * and DescriptorProto.field has field number 2:
- * repeated FieldDescriptorProto field = 2;
- * and FieldDescriptorProto.name has field number 1:
- * optional string name = 1;
- * Thus, the above path gives the location of a field name. If we removed
- * the last element:
- * [ 4, 3, 2, 7 ]
- * this path refers to the whole field declaration (from the beginning
- * of the label to the terminating semicolon).
- *
- * Generated from protobuf field repeated int32 path = 1 [packed = true];
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getPath()
- {
- return $this->path;
- }
-
- /**
- * Identifies which part of the FileDescriptorProto was defined at this
- * location.
- * Each element is a field number or an index. They form a path from
- * the root FileDescriptorProto to the place where the definition. For
- * example, this path:
- * [ 4, 3, 2, 7, 1 ]
- * refers to:
- * file.message_type(3) // 4, 3
- * .field(7) // 2, 7
- * .name() // 1
- * This is because FileDescriptorProto.message_type has field number 4:
- * repeated DescriptorProto message_type = 4;
- * and DescriptorProto.field has field number 2:
- * repeated FieldDescriptorProto field = 2;
- * and FieldDescriptorProto.name has field number 1:
- * optional string name = 1;
- * Thus, the above path gives the location of a field name. If we removed
- * the last element:
- * [ 4, 3, 2, 7 ]
- * this path refers to the whole field declaration (from the beginning
- * of the label to the terminating semicolon).
- *
- * Generated from protobuf field repeated int32 path = 1 [packed = true];
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setPath($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
- $this->path = $arr;
- $this->has_path = true;
-
- return $this;
- }
-
- public function hasPath()
- {
- return $this->has_path;
- }
-
- /**
- * Always has exactly three or four elements: start line, start column,
- * end line (optional, otherwise assumed same as start line), end column.
- * These are packed into a single field for efficiency. Note that line
- * and column numbers are zero-based -- typically you will want to add
- * 1 to each before displaying to a user.
- *
- * Generated from protobuf field repeated int32 span = 2 [packed = true];
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getSpan()
- {
- return $this->span;
- }
-
- /**
- * Always has exactly three or four elements: start line, start column,
- * end line (optional, otherwise assumed same as start line), end column.
- * These are packed into a single field for efficiency. Note that line
- * and column numbers are zero-based -- typically you will want to add
- * 1 to each before displaying to a user.
- *
- * Generated from protobuf field repeated int32 span = 2 [packed = true];
- * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setSpan($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32);
- $this->span = $arr;
- $this->has_span = true;
-
- return $this;
- }
-
- public function hasSpan()
- {
- return $this->has_span;
- }
-
- /**
- * If this SourceCodeInfo represents a complete declaration, these are any
- * comments appearing before and after the declaration which appear to be
- * attached to the declaration.
- * A series of line comments appearing on consecutive lines, with no other
- * tokens appearing on those lines, will be treated as a single comment.
- * leading_detached_comments will keep paragraphs of comments that appear
- * before (but not connected to) the current element. Each paragraph,
- * separated by empty lines, will be one comment element in the repeated
- * field.
- * Only the comment content is provided; comment markers (e.g. //) are
- * stripped out. For block comments, leading whitespace and an asterisk
- * will be stripped from the beginning of each line other than the first.
- * Newlines are included in the output.
- * Examples:
- * optional int32 foo = 1; // Comment attached to foo.
- * // Comment attached to bar.
- * optional int32 bar = 2;
- * optional string baz = 3;
- * // Comment attached to baz.
- * // Another line attached to baz.
- * // Comment attached to qux.
- * //
- * // Another line attached to qux.
- * optional double qux = 4;
- * // Detached comment for corge. This is not leading or trailing comments
- * // to qux or corge because there are blank lines separating it from
- * // both.
- * // Detached comment for corge paragraph 2.
- * optional string corge = 5;
- * /* Block comment attached
- * * to corge. Leading asterisks
- * * will be removed. */
- * /* Block comment attached to
- * * grault. */
- * optional int32 grault = 6;
- * // ignored detached comments.
- *
- * Generated from protobuf field optional string leading_comments = 3;
- * @return string
- */
- public function getLeadingComments()
- {
- return $this->leading_comments;
- }
-
- /**
- * If this SourceCodeInfo represents a complete declaration, these are any
- * comments appearing before and after the declaration which appear to be
- * attached to the declaration.
- * A series of line comments appearing on consecutive lines, with no other
- * tokens appearing on those lines, will be treated as a single comment.
- * leading_detached_comments will keep paragraphs of comments that appear
- * before (but not connected to) the current element. Each paragraph,
- * separated by empty lines, will be one comment element in the repeated
- * field.
- * Only the comment content is provided; comment markers (e.g. //) are
- * stripped out. For block comments, leading whitespace and an asterisk
- * will be stripped from the beginning of each line other than the first.
- * Newlines are included in the output.
- * Examples:
- * optional int32 foo = 1; // Comment attached to foo.
- * // Comment attached to bar.
- * optional int32 bar = 2;
- * optional string baz = 3;
- * // Comment attached to baz.
- * // Another line attached to baz.
- * // Comment attached to qux.
- * //
- * // Another line attached to qux.
- * optional double qux = 4;
- * // Detached comment for corge. This is not leading or trailing comments
- * // to qux or corge because there are blank lines separating it from
- * // both.
- * // Detached comment for corge paragraph 2.
- * optional string corge = 5;
- * /* Block comment attached
- * * to corge. Leading asterisks
- * * will be removed. */
- * /* Block comment attached to
- * * grault. */
- * optional int32 grault = 6;
- * // ignored detached comments.
- *
- * Generated from protobuf field optional string leading_comments = 3;
- * @param string $var
- * @return $this
- */
- public function setLeadingComments($var)
- {
- GPBUtil::checkString($var, True);
- $this->leading_comments = $var;
- $this->has_leading_comments = true;
-
- return $this;
- }
-
- public function hasLeadingComments()
- {
- return $this->has_leading_comments;
- }
-
- /**
- * Generated from protobuf field optional string trailing_comments = 4;
- * @return string
- */
- public function getTrailingComments()
- {
- return $this->trailing_comments;
- }
-
- /**
- * Generated from protobuf field optional string trailing_comments = 4;
- * @param string $var
- * @return $this
- */
- public function setTrailingComments($var)
- {
- GPBUtil::checkString($var, True);
- $this->trailing_comments = $var;
- $this->has_trailing_comments = true;
-
- return $this;
- }
-
- public function hasTrailingComments()
- {
- return $this->has_trailing_comments;
- }
-
- /**
- * Generated from protobuf field repeated string leading_detached_comments = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getLeadingDetachedComments()
- {
- return $this->leading_detached_comments;
- }
-
- /**
- * Generated from protobuf field repeated string leading_detached_comments = 6;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setLeadingDetachedComments($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->leading_detached_comments = $arr;
- $this->has_leading_detached_comments = true;
-
- return $this;
- }
-
- public function hasLeadingDetachedComments()
- {
- return $this->has_leading_detached_comments;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Location::class, \Google\Protobuf\Internal\SourceCodeInfo_Location::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php
deleted file mode 100644
index 1346492d2..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.protobuf.UninterpretedOption
- */
-final class UninterpretedOption extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- */
- private $name;
- private $has_name = false;
- /**
- * The value of the uninterpreted option, in whatever type the tokenizer
- * identified it as during parsing. Exactly one of these should be set.
- *
- * Generated from protobuf field optional string identifier_value = 3;
- */
- private $identifier_value = '';
- private $has_identifier_value = false;
- /**
- * Generated from protobuf field optional uint64 positive_int_value = 4;
- */
- private $positive_int_value = 0;
- private $has_positive_int_value = false;
- /**
- * Generated from protobuf field optional int64 negative_int_value = 5;
- */
- private $negative_int_value = 0;
- private $has_negative_int_value = false;
- /**
- * Generated from protobuf field optional double double_value = 6;
- */
- private $double_value = 0.0;
- private $has_double_value = false;
- /**
- * Generated from protobuf field optional bytes string_value = 7;
- */
- private $string_value = '';
- private $has_string_value = false;
- /**
- * Generated from protobuf field optional string aggregate_value = 8;
- */
- private $aggregate_value = '';
- private $has_aggregate_value = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Internal\UninterpretedOption\NamePart[]|\Google\Protobuf\Internal\RepeatedField $name
- * @type string $identifier_value
- * The value of the uninterpreted option, in whatever type the tokenizer
- * identified it as during parsing. Exactly one of these should be set.
- * @type int|string $positive_int_value
- * @type int|string $negative_int_value
- * @type float $double_value
- * @type string $string_value
- * @type string $aggregate_value
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * Generated from protobuf field repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- * @param \Google\Protobuf\Internal\UninterpretedOption\NamePart[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setName($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption\NamePart::class);
- $this->name = $arr;
- $this->has_name = true;
-
- return $this;
- }
-
- public function hasName()
- {
- return $this->has_name;
- }
-
- /**
- * The value of the uninterpreted option, in whatever type the tokenizer
- * identified it as during parsing. Exactly one of these should be set.
- *
- * Generated from protobuf field optional string identifier_value = 3;
- * @return string
- */
- public function getIdentifierValue()
- {
- return $this->identifier_value;
- }
-
- /**
- * The value of the uninterpreted option, in whatever type the tokenizer
- * identified it as during parsing. Exactly one of these should be set.
- *
- * Generated from protobuf field optional string identifier_value = 3;
- * @param string $var
- * @return $this
- */
- public function setIdentifierValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->identifier_value = $var;
- $this->has_identifier_value = true;
-
- return $this;
- }
-
- public function hasIdentifierValue()
- {
- return $this->has_identifier_value;
- }
-
- /**
- * Generated from protobuf field optional uint64 positive_int_value = 4;
- * @return int|string
- */
- public function getPositiveIntValue()
- {
- return $this->positive_int_value;
- }
-
- /**
- * Generated from protobuf field optional uint64 positive_int_value = 4;
- * @param int|string $var
- * @return $this
- */
- public function setPositiveIntValue($var)
- {
- GPBUtil::checkUint64($var);
- $this->positive_int_value = $var;
- $this->has_positive_int_value = true;
-
- return $this;
- }
-
- public function hasPositiveIntValue()
- {
- return $this->has_positive_int_value;
- }
-
- /**
- * Generated from protobuf field optional int64 negative_int_value = 5;
- * @return int|string
- */
- public function getNegativeIntValue()
- {
- return $this->negative_int_value;
- }
-
- /**
- * Generated from protobuf field optional int64 negative_int_value = 5;
- * @param int|string $var
- * @return $this
- */
- public function setNegativeIntValue($var)
- {
- GPBUtil::checkInt64($var);
- $this->negative_int_value = $var;
- $this->has_negative_int_value = true;
-
- return $this;
- }
-
- public function hasNegativeIntValue()
- {
- return $this->has_negative_int_value;
- }
-
- /**
- * Generated from protobuf field optional double double_value = 6;
- * @return float
- */
- public function getDoubleValue()
- {
- return $this->double_value;
- }
-
- /**
- * Generated from protobuf field optional double double_value = 6;
- * @param float $var
- * @return $this
- */
- public function setDoubleValue($var)
- {
- GPBUtil::checkDouble($var);
- $this->double_value = $var;
- $this->has_double_value = true;
-
- return $this;
- }
-
- public function hasDoubleValue()
- {
- return $this->has_double_value;
- }
-
- /**
- * Generated from protobuf field optional bytes string_value = 7;
- * @return string
- */
- public function getStringValue()
- {
- return $this->string_value;
- }
-
- /**
- * Generated from protobuf field optional bytes string_value = 7;
- * @param string $var
- * @return $this
- */
- public function setStringValue($var)
- {
- GPBUtil::checkString($var, False);
- $this->string_value = $var;
- $this->has_string_value = true;
-
- return $this;
- }
-
- public function hasStringValue()
- {
- return $this->has_string_value;
- }
-
- /**
- * Generated from protobuf field optional string aggregate_value = 8;
- * @return string
- */
- public function getAggregateValue()
- {
- return $this->aggregate_value;
- }
-
- /**
- * Generated from protobuf field optional string aggregate_value = 8;
- * @param string $var
- * @return $this
- */
- public function setAggregateValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->aggregate_value = $var;
- $this->has_aggregate_value = true;
-
- return $this;
- }
-
- public function hasAggregateValue()
- {
- return $this->has_aggregate_value;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
deleted file mode 100644
index a2f9250f9..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
+++ /dev/null
@@ -1,110 +0,0 @@
-google.protobuf.UninterpretedOption.NamePart
- */
-final class NamePart extends \Google\Protobuf\Internal\Message
-{
- /**
- * Generated from protobuf field required string name_part = 1;
- */
- private $name_part = '';
- private $has_name_part = false;
- /**
- * Generated from protobuf field required bool is_extension = 2;
- */
- private $is_extension = false;
- private $has_is_extension = false;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name_part
- * @type bool $is_extension
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Generated from protobuf field required string name_part = 1;
- * @return string
- */
- public function getNamePart()
- {
- return $this->name_part;
- }
-
- /**
- * Generated from protobuf field required string name_part = 1;
- * @param string $var
- * @return $this
- */
- public function setNamePart($var)
- {
- GPBUtil::checkString($var, True);
- $this->name_part = $var;
- $this->has_name_part = true;
-
- return $this;
- }
-
- public function hasNamePart()
- {
- return $this->has_name_part;
- }
-
- /**
- * Generated from protobuf field required bool is_extension = 2;
- * @return bool
- */
- public function getIsExtension()
- {
- return $this->is_extension;
- }
-
- /**
- * Generated from protobuf field required bool is_extension = 2;
- * @param bool $var
- * @return $this
- */
- public function setIsExtension($var)
- {
- GPBUtil::checkBool($var);
- $this->is_extension = $var;
- $this->has_is_extension = true;
-
- return $this;
- }
-
- public function hasIsExtension()
- {
- return $this->has_is_extension;
- }
-
-}
-
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(NamePart::class, \Google\Protobuf\Internal\UninterpretedOption_NamePart::class);
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php b/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
deleted file mode 100644
index 9750eb010..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
+++ /dev/null
@@ -1,16 +0,0 @@
-google.protobuf.ListValue
- */
-class ListValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * Repeated field of dynamically typed values.
- *
- * Generated from protobuf field repeated .google.protobuf.Value values = 1;
- */
- private $values;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Google\Protobuf\Value[]|\Google\Protobuf\Internal\RepeatedField $values
- * Repeated field of dynamically typed values.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Struct::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Repeated field of dynamically typed values.
- *
- * Generated from protobuf field repeated .google.protobuf.Value values = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getValues()
- {
- return $this->values;
- }
-
- /**
- * Repeated field of dynamically typed values.
- *
- * Generated from protobuf field repeated .google.protobuf.Value values = 1;
- * @param \Google\Protobuf\Value[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setValues($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Value::class);
- $this->values = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Method.php b/vendor/google/protobuf/src/Google/Protobuf/Method.php
deleted file mode 100644
index 8e8035068..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Method.php
+++ /dev/null
@@ -1,271 +0,0 @@
-google.protobuf.Method
- */
-class Method extends \Google\Protobuf\Internal\Message
-{
- /**
- * The simple name of this method.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * A URL of the input message type.
- *
- * Generated from protobuf field string request_type_url = 2;
- */
- private $request_type_url = '';
- /**
- * If true, the request is streamed.
- *
- * Generated from protobuf field bool request_streaming = 3;
- */
- private $request_streaming = false;
- /**
- * The URL of the output message type.
- *
- * Generated from protobuf field string response_type_url = 4;
- */
- private $response_type_url = '';
- /**
- * If true, the response is streamed.
- *
- * Generated from protobuf field bool response_streaming = 5;
- */
- private $response_streaming = false;
- /**
- * Any metadata attached to the method.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 6;
- */
- private $options;
- /**
- * The source syntax of this method.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 7;
- */
- private $syntax = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The simple name of this method.
- * @type string $request_type_url
- * A URL of the input message type.
- * @type bool $request_streaming
- * If true, the request is streamed.
- * @type string $response_type_url
- * The URL of the output message type.
- * @type bool $response_streaming
- * If true, the response is streamed.
- * @type \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $options
- * Any metadata attached to the method.
- * @type int $syntax
- * The source syntax of this method.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Api::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The simple name of this method.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The simple name of this method.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * A URL of the input message type.
- *
- * Generated from protobuf field string request_type_url = 2;
- * @return string
- */
- public function getRequestTypeUrl()
- {
- return $this->request_type_url;
- }
-
- /**
- * A URL of the input message type.
- *
- * Generated from protobuf field string request_type_url = 2;
- * @param string $var
- * @return $this
- */
- public function setRequestTypeUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->request_type_url = $var;
-
- return $this;
- }
-
- /**
- * If true, the request is streamed.
- *
- * Generated from protobuf field bool request_streaming = 3;
- * @return bool
- */
- public function getRequestStreaming()
- {
- return $this->request_streaming;
- }
-
- /**
- * If true, the request is streamed.
- *
- * Generated from protobuf field bool request_streaming = 3;
- * @param bool $var
- * @return $this
- */
- public function setRequestStreaming($var)
- {
- GPBUtil::checkBool($var);
- $this->request_streaming = $var;
-
- return $this;
- }
-
- /**
- * The URL of the output message type.
- *
- * Generated from protobuf field string response_type_url = 4;
- * @return string
- */
- public function getResponseTypeUrl()
- {
- return $this->response_type_url;
- }
-
- /**
- * The URL of the output message type.
- *
- * Generated from protobuf field string response_type_url = 4;
- * @param string $var
- * @return $this
- */
- public function setResponseTypeUrl($var)
- {
- GPBUtil::checkString($var, True);
- $this->response_type_url = $var;
-
- return $this;
- }
-
- /**
- * If true, the response is streamed.
- *
- * Generated from protobuf field bool response_streaming = 5;
- * @return bool
- */
- public function getResponseStreaming()
- {
- return $this->response_streaming;
- }
-
- /**
- * If true, the response is streamed.
- *
- * Generated from protobuf field bool response_streaming = 5;
- * @param bool $var
- * @return $this
- */
- public function setResponseStreaming($var)
- {
- GPBUtil::checkBool($var);
- $this->response_streaming = $var;
-
- return $this;
- }
-
- /**
- * Any metadata attached to the method.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * Any metadata attached to the method.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 6;
- * @param \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOptions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
- $this->options = $arr;
-
- return $this;
- }
-
- /**
- * The source syntax of this method.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 7;
- * @return int
- */
- public function getSyntax()
- {
- return $this->syntax;
- }
-
- /**
- * The source syntax of this method.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 7;
- * @param int $var
- * @return $this
- */
- public function setSyntax($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
- $this->syntax = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Mixin.php b/vendor/google/protobuf/src/Google/Protobuf/Mixin.php
deleted file mode 100644
index a2ea59c75..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Mixin.php
+++ /dev/null
@@ -1,166 +0,0 @@
-google.protobuf.Mixin
- */
-class Mixin extends \Google\Protobuf\Internal\Message
-{
- /**
- * The fully qualified name of the interface which is included.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * If non-empty specifies a path under which inherited HTTP paths
- * are rooted.
- *
- * Generated from protobuf field string root = 2;
- */
- private $root = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The fully qualified name of the interface which is included.
- * @type string $root
- * If non-empty specifies a path under which inherited HTTP paths
- * are rooted.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Api::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The fully qualified name of the interface which is included.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The fully qualified name of the interface which is included.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * If non-empty specifies a path under which inherited HTTP paths
- * are rooted.
- *
- * Generated from protobuf field string root = 2;
- * @return string
- */
- public function getRoot()
- {
- return $this->root;
- }
-
- /**
- * If non-empty specifies a path under which inherited HTTP paths
- * are rooted.
- *
- * Generated from protobuf field string root = 2;
- * @param string $var
- * @return $this
- */
- public function setRoot($var)
- {
- GPBUtil::checkString($var, True);
- $this->root = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/NullValue.php b/vendor/google/protobuf/src/Google/Protobuf/NullValue.php
deleted file mode 100644
index a72cbb2ed..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/NullValue.php
+++ /dev/null
@@ -1,48 +0,0 @@
-google.protobuf.NullValue
- */
-class NullValue
-{
- /**
- * Null value.
- *
- * Generated from protobuf enum NULL_VALUE = 0;
- */
- const NULL_VALUE = 0;
-
- private static $valueToName = [
- self::NULL_VALUE => 'NULL_VALUE',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/OneofDescriptor.php b/vendor/google/protobuf/src/Google/Protobuf/OneofDescriptor.php
deleted file mode 100644
index d9736634e..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/OneofDescriptor.php
+++ /dev/null
@@ -1,75 +0,0 @@
-internal_desc = $internal_desc;
- }
-
- /**
- * @return string The name of the oneof
- */
- public function getName()
- {
- return $this->internal_desc->getName();
- }
-
- /**
- * @param int $index Must be >= 0 and < getFieldCount()
- * @return FieldDescriptor
- */
- public function getField($index)
- {
- return $this->getPublicDescriptor($this->internal_desc->getFields()[$index]);
- }
-
- /**
- * @return int Number of fields in the oneof
- */
- public function getFieldCount()
- {
- return count($this->internal_desc->getFields());
- }
-}
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Option.php b/vendor/google/protobuf/src/Google/Protobuf/Option.php
deleted file mode 100644
index 22ecfc5f5..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Option.php
+++ /dev/null
@@ -1,126 +0,0 @@
-google.protobuf.Option
- */
-class Option extends \Google\Protobuf\Internal\Message
-{
- /**
- * The option's name. For protobuf built-in options (options defined in
- * descriptor.proto), this is the short name. For example, `"map_entry"`.
- * For custom options, it should be the fully-qualified name. For example,
- * `"google.api.http"`.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The option's value packed in an Any message. If the value is a primitive,
- * the corresponding wrapper type defined in google/protobuf/wrappers.proto
- * should be used. If the value is an enum, it should be stored as an int32
- * value using the google.protobuf.Int32Value type.
- *
- * Generated from protobuf field .google.protobuf.Any value = 2;
- */
- private $value = null;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The option's name. For protobuf built-in options (options defined in
- * descriptor.proto), this is the short name. For example, `"map_entry"`.
- * For custom options, it should be the fully-qualified name. For example,
- * `"google.api.http"`.
- * @type \Google\Protobuf\Any $value
- * The option's value packed in an Any message. If the value is a primitive,
- * the corresponding wrapper type defined in google/protobuf/wrappers.proto
- * should be used. If the value is an enum, it should be stored as an int32
- * value using the google.protobuf.Int32Value type.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Type::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The option's name. For protobuf built-in options (options defined in
- * descriptor.proto), this is the short name. For example, `"map_entry"`.
- * For custom options, it should be the fully-qualified name. For example,
- * `"google.api.http"`.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The option's name. For protobuf built-in options (options defined in
- * descriptor.proto), this is the short name. For example, `"map_entry"`.
- * For custom options, it should be the fully-qualified name. For example,
- * `"google.api.http"`.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The option's value packed in an Any message. If the value is a primitive,
- * the corresponding wrapper type defined in google/protobuf/wrappers.proto
- * should be used. If the value is an enum, it should be stored as an int32
- * value using the google.protobuf.Int32Value type.
- *
- * Generated from protobuf field .google.protobuf.Any value = 2;
- * @return \Google\Protobuf\Any
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The option's value packed in an Any message. If the value is a primitive,
- * the corresponding wrapper type defined in google/protobuf/wrappers.proto
- * should be used. If the value is an enum, it should be stored as an int32
- * value using the google.protobuf.Int32Value type.
- *
- * Generated from protobuf field .google.protobuf.Any value = 2;
- * @param \Google\Protobuf\Any $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Any::class);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/SourceContext.php b/vendor/google/protobuf/src/Google/Protobuf/SourceContext.php
deleted file mode 100644
index cbc50c684..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/SourceContext.php
+++ /dev/null
@@ -1,72 +0,0 @@
-google.protobuf.SourceContext
- */
-class SourceContext extends \Google\Protobuf\Internal\Message
-{
- /**
- * The path-qualified name of the .proto file that contained the associated
- * protobuf element. For example: `"google/protobuf/source_context.proto"`.
- *
- * Generated from protobuf field string file_name = 1;
- */
- private $file_name = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $file_name
- * The path-qualified name of the .proto file that contained the associated
- * protobuf element. For example: `"google/protobuf/source_context.proto"`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The path-qualified name of the .proto file that contained the associated
- * protobuf element. For example: `"google/protobuf/source_context.proto"`.
- *
- * Generated from protobuf field string file_name = 1;
- * @return string
- */
- public function getFileName()
- {
- return $this->file_name;
- }
-
- /**
- * The path-qualified name of the .proto file that contained the associated
- * protobuf element. For example: `"google/protobuf/source_context.proto"`.
- *
- * Generated from protobuf field string file_name = 1;
- * @param string $var
- * @return $this
- */
- public function setFileName($var)
- {
- GPBUtil::checkString($var, True);
- $this->file_name = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/StringValue.php b/vendor/google/protobuf/src/Google/Protobuf/StringValue.php
deleted file mode 100644
index 8fb354f38..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/StringValue.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.StringValue
- */
-class StringValue extends \Google\Protobuf\Internal\Message
-{
- /**
- * The string value.
- *
- * Generated from protobuf field string value = 1;
- */
- private $value = '';
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $value
- * The string value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The string value.
- *
- * Generated from protobuf field string value = 1;
- * @return string
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The string value.
- *
- * Generated from protobuf field string value = 1;
- * @param string $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Struct.php b/vendor/google/protobuf/src/Google/Protobuf/Struct.php
deleted file mode 100644
index 0456541cb..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Struct.php
+++ /dev/null
@@ -1,73 +0,0 @@
-google.protobuf.Struct
- */
-class Struct extends \Google\Protobuf\Internal\Message
-{
- /**
- * Unordered map of dynamically typed values.
- *
- * Generated from protobuf field map
- */
- private $fields;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type array|\Google\Protobuf\Internal\MapField $fields
- * Unordered map of dynamically typed values.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Struct::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Unordered map of dynamically typed values.
- *
- * Generated from protobuf field map
- * @return \Google\Protobuf\Internal\MapField
- */
- public function getFields()
- {
- return $this->fields;
- }
-
- /**
- * Unordered map of dynamically typed values.
- *
- * Generated from protobuf field map
- * @param array|\Google\Protobuf\Internal\MapField $var
- * @return $this
- */
- public function setFields($var)
- {
- $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Value::class);
- $this->fields = $arr;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Syntax.php b/vendor/google/protobuf/src/Google/Protobuf/Syntax.php
deleted file mode 100644
index 9812669da..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Syntax.php
+++ /dev/null
@@ -1,53 +0,0 @@
-google.protobuf.Syntax
- */
-class Syntax
-{
- /**
- * Syntax `proto2`.
- *
- * Generated from protobuf enum SYNTAX_PROTO2 = 0;
- */
- const SYNTAX_PROTO2 = 0;
- /**
- * Syntax `proto3`.
- *
- * Generated from protobuf enum SYNTAX_PROTO3 = 1;
- */
- const SYNTAX_PROTO3 = 1;
-
- private static $valueToName = [
- self::SYNTAX_PROTO2 => 'SYNTAX_PROTO2',
- self::SYNTAX_PROTO3 => 'SYNTAX_PROTO3',
- ];
-
- public static function name($value)
- {
- if (!isset(self::$valueToName[$value])) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no name defined for value %s', __CLASS__, $value));
- }
- return self::$valueToName[$value];
- }
-
- public static function value($name)
- {
- $const = __CLASS__ . '::' . strtoupper($name);
- if (!defined($const)) {
- throw new UnexpectedValueException(sprintf(
- 'Enum %s has no value defined for name %s', __CLASS__, $name));
- }
- return constant($const);
- }
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Timestamp.php b/vendor/google/protobuf/src/Google/Protobuf/Timestamp.php
deleted file mode 100644
index 6d26f6c5c..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Timestamp.php
+++ /dev/null
@@ -1,200 +0,0 @@
-google.protobuf.Timestamp
- */
-class Timestamp extends \Google\Protobuf\Internal\Message
-{
- /**
- * Represents seconds of UTC time since Unix epoch
- * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
- * 9999-12-31T23:59:59Z inclusive.
- *
- * Generated from protobuf field int64 seconds = 1;
- */
- private $seconds = 0;
- /**
- * Non-negative fractions of a second at nanosecond resolution. Negative
- * second values with fractions must still have non-negative nanos values
- * that count forward in time. Must be from 0 to 999,999,999
- * inclusive.
- *
- * Generated from protobuf field int32 nanos = 2;
- */
- private $nanos = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int|string $seconds
- * Represents seconds of UTC time since Unix epoch
- * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
- * 9999-12-31T23:59:59Z inclusive.
- * @type int $nanos
- * Non-negative fractions of a second at nanosecond resolution. Negative
- * second values with fractions must still have non-negative nanos values
- * that count forward in time. Must be from 0 to 999,999,999
- * inclusive.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Timestamp::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Represents seconds of UTC time since Unix epoch
- * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
- * 9999-12-31T23:59:59Z inclusive.
- *
- * Generated from protobuf field int64 seconds = 1;
- * @return int|string
- */
- public function getSeconds()
- {
- return $this->seconds;
- }
-
- /**
- * Represents seconds of UTC time since Unix epoch
- * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
- * 9999-12-31T23:59:59Z inclusive.
- *
- * Generated from protobuf field int64 seconds = 1;
- * @param int|string $var
- * @return $this
- */
- public function setSeconds($var)
- {
- GPBUtil::checkInt64($var);
- $this->seconds = $var;
-
- return $this;
- }
-
- /**
- * Non-negative fractions of a second at nanosecond resolution. Negative
- * second values with fractions must still have non-negative nanos values
- * that count forward in time. Must be from 0 to 999,999,999
- * inclusive.
- *
- * Generated from protobuf field int32 nanos = 2;
- * @return int
- */
- public function getNanos()
- {
- return $this->nanos;
- }
-
- /**
- * Non-negative fractions of a second at nanosecond resolution. Negative
- * second values with fractions must still have non-negative nanos values
- * that count forward in time. Must be from 0 to 999,999,999
- * inclusive.
- *
- * Generated from protobuf field int32 nanos = 2;
- * @param int $var
- * @return $this
- */
- public function setNanos($var)
- {
- GPBUtil::checkInt32($var);
- $this->nanos = $var;
-
- return $this;
- }
-
- /*
- * Converts PHP DateTime to Timestamp.
- *
- * @param \DateTime $datetime
- */
- public function fromDateTime(\DateTime $datetime)
- {
- $this->seconds = $datetime->getTimestamp();
- $this->nanos = 1000 * $datetime->format('u');
- }
-
- /**
- * Converts Timestamp to PHP DateTime.
- *
- * @return \DateTime $datetime
- */
- public function toDateTime()
- {
- $time = sprintf('%s.%06d', $this->seconds, $this->nanos / 1000);
- return \DateTime::createFromFormat('U.u', $time);
- }
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Type.php b/vendor/google/protobuf/src/Google/Protobuf/Type.php
deleted file mode 100644
index 1b4781105..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Type.php
+++ /dev/null
@@ -1,237 +0,0 @@
-google.protobuf.Type
- */
-class Type extends \Google\Protobuf\Internal\Message
-{
- /**
- * The fully qualified message name.
- *
- * Generated from protobuf field string name = 1;
- */
- private $name = '';
- /**
- * The list of fields.
- *
- * Generated from protobuf field repeated .google.protobuf.Field fields = 2;
- */
- private $fields;
- /**
- * The list of types appearing in `oneof` definitions in this type.
- *
- * Generated from protobuf field repeated string oneofs = 3;
- */
- private $oneofs;
- /**
- * The protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 4;
- */
- private $options;
- /**
- * The source context.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
- */
- private $source_context = null;
- /**
- * The source syntax.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 6;
- */
- private $syntax = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $name
- * The fully qualified message name.
- * @type \Google\Protobuf\Field[]|\Google\Protobuf\Internal\RepeatedField $fields
- * The list of fields.
- * @type string[]|\Google\Protobuf\Internal\RepeatedField $oneofs
- * The list of types appearing in `oneof` definitions in this type.
- * @type \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $options
- * The protocol buffer options.
- * @type \Google\Protobuf\SourceContext $source_context
- * The source context.
- * @type int $syntax
- * The source syntax.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Type::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The fully qualified message name.
- *
- * Generated from protobuf field string name = 1;
- * @return string
- */
- public function getName()
- {
- return $this->name;
- }
-
- /**
- * The fully qualified message name.
- *
- * Generated from protobuf field string name = 1;
- * @param string $var
- * @return $this
- */
- public function setName($var)
- {
- GPBUtil::checkString($var, True);
- $this->name = $var;
-
- return $this;
- }
-
- /**
- * The list of fields.
- *
- * Generated from protobuf field repeated .google.protobuf.Field fields = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getFields()
- {
- return $this->fields;
- }
-
- /**
- * The list of fields.
- *
- * Generated from protobuf field repeated .google.protobuf.Field fields = 2;
- * @param \Google\Protobuf\Field[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setFields($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Field::class);
- $this->fields = $arr;
-
- return $this;
- }
-
- /**
- * The list of types appearing in `oneof` definitions in this type.
- *
- * Generated from protobuf field repeated string oneofs = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOneofs()
- {
- return $this->oneofs;
- }
-
- /**
- * The list of types appearing in `oneof` definitions in this type.
- *
- * Generated from protobuf field repeated string oneofs = 3;
- * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOneofs($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
- $this->oneofs = $arr;
-
- return $this;
- }
-
- /**
- * The protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getOptions()
- {
- return $this->options;
- }
-
- /**
- * The protocol buffer options.
- *
- * Generated from protobuf field repeated .google.protobuf.Option options = 4;
- * @param \Google\Protobuf\Option[]|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setOptions($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
- $this->options = $arr;
-
- return $this;
- }
-
- /**
- * The source context.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
- * @return \Google\Protobuf\SourceContext
- */
- public function getSourceContext()
- {
- return $this->source_context;
- }
-
- /**
- * The source context.
- *
- * Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
- * @param \Google\Protobuf\SourceContext $var
- * @return $this
- */
- public function setSourceContext($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
- $this->source_context = $var;
-
- return $this;
- }
-
- /**
- * The source syntax.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 6;
- * @return int
- */
- public function getSyntax()
- {
- return $this->syntax;
- }
-
- /**
- * The source syntax.
- *
- * Generated from protobuf field .google.protobuf.Syntax syntax = 6;
- * @param int $var
- * @return $this
- */
- public function setSyntax($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
- $this->syntax = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/UInt32Value.php b/vendor/google/protobuf/src/Google/Protobuf/UInt32Value.php
deleted file mode 100644
index f5a522d2e..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/UInt32Value.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.UInt32Value
- */
-class UInt32Value extends \Google\Protobuf\Internal\Message
-{
- /**
- * The uint32 value.
- *
- * Generated from protobuf field uint32 value = 1;
- */
- private $value = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $value
- * The uint32 value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The uint32 value.
- *
- * Generated from protobuf field uint32 value = 1;
- * @return int
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The uint32 value.
- *
- * Generated from protobuf field uint32 value = 1;
- * @param int $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkUint32($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/UInt64Value.php b/vendor/google/protobuf/src/Google/Protobuf/UInt64Value.php
deleted file mode 100644
index 89e69cd89..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/UInt64Value.php
+++ /dev/null
@@ -1,68 +0,0 @@
-google.protobuf.UInt64Value
- */
-class UInt64Value extends \Google\Protobuf\Internal\Message
-{
- /**
- * The uint64 value.
- *
- * Generated from protobuf field uint64 value = 1;
- */
- private $value = 0;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int|string $value
- * The uint64 value.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
- parent::__construct($data);
- }
-
- /**
- * The uint64 value.
- *
- * Generated from protobuf field uint64 value = 1;
- * @return int|string
- */
- public function getValue()
- {
- return $this->value;
- }
-
- /**
- * The uint64 value.
- *
- * Generated from protobuf field uint64 value = 1;
- * @param int|string $var
- * @return $this
- */
- public function setValue($var)
- {
- GPBUtil::checkUint64($var);
- $this->value = $var;
-
- return $this;
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/Google/Protobuf/Value.php b/vendor/google/protobuf/src/Google/Protobuf/Value.php
deleted file mode 100644
index 5c1e864c3..000000000
--- a/vendor/google/protobuf/src/Google/Protobuf/Value.php
+++ /dev/null
@@ -1,214 +0,0 @@
-google.protobuf.Value
- */
-class Value extends \Google\Protobuf\Internal\Message
-{
- protected $kind;
-
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type int $null_value
- * Represents a null value.
- * @type float $number_value
- * Represents a double value.
- * @type string $string_value
- * Represents a string value.
- * @type bool $bool_value
- * Represents a boolean value.
- * @type \Google\Protobuf\Struct $struct_value
- * Represents a structured value.
- * @type \Google\Protobuf\ListValue $list_value
- * Represents a repeated `Value`.
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Google\Protobuf\Struct::initOnce();
- parent::__construct($data);
- }
-
- /**
- * Represents a null value.
- *
- * Generated from protobuf field .google.protobuf.NullValue null_value = 1;
- * @return int
- */
- public function getNullValue()
- {
- return $this->readOneof(1);
- }
-
- /**
- * Represents a null value.
- *
- * Generated from protobuf field .google.protobuf.NullValue null_value = 1;
- * @param int $var
- * @return $this
- */
- public function setNullValue($var)
- {
- GPBUtil::checkEnum($var, \Google\Protobuf\NullValue::class);
- $this->writeOneof(1, $var);
-
- return $this;
- }
-
- /**
- * Represents a double value.
- *
- * Generated from protobuf field double number_value = 2;
- * @return float
- */
- public function getNumberValue()
- {
- return $this->readOneof(2);
- }
-
- /**
- * Represents a double value.
- *
- * Generated from protobuf field double number_value = 2;
- * @param float $var
- * @return $this
- */
- public function setNumberValue($var)
- {
- GPBUtil::checkDouble($var);
- $this->writeOneof(2, $var);
-
- return $this;
- }
-
- /**
- * Represents a string value.
- *
- * Generated from protobuf field string string_value = 3;
- * @return string
- */
- public function getStringValue()
- {
- return $this->readOneof(3);
- }
-
- /**
- * Represents a string value.
- *
- * Generated from protobuf field string string_value = 3;
- * @param string $var
- * @return $this
- */
- public function setStringValue($var)
- {
- GPBUtil::checkString($var, True);
- $this->writeOneof(3, $var);
-
- return $this;
- }
-
- /**
- * Represents a boolean value.
- *
- * Generated from protobuf field bool bool_value = 4;
- * @return bool
- */
- public function getBoolValue()
- {
- return $this->readOneof(4);
- }
-
- /**
- * Represents a boolean value.
- *
- * Generated from protobuf field bool bool_value = 4;
- * @param bool $var
- * @return $this
- */
- public function setBoolValue($var)
- {
- GPBUtil::checkBool($var);
- $this->writeOneof(4, $var);
-
- return $this;
- }
-
- /**
- * Represents a structured value.
- *
- * Generated from protobuf field .google.protobuf.Struct struct_value = 5;
- * @return \Google\Protobuf\Struct
- */
- public function getStructValue()
- {
- return $this->readOneof(5);
- }
-
- /**
- * Represents a structured value.
- *
- * Generated from protobuf field .google.protobuf.Struct struct_value = 5;
- * @param \Google\Protobuf\Struct $var
- * @return $this
- */
- public function setStructValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\Struct::class);
- $this->writeOneof(5, $var);
-
- return $this;
- }
-
- /**
- * Represents a repeated `Value`.
- *
- * Generated from protobuf field .google.protobuf.ListValue list_value = 6;
- * @return \Google\Protobuf\ListValue
- */
- public function getListValue()
- {
- return $this->readOneof(6);
- }
-
- /**
- * Represents a repeated `Value`.
- *
- * Generated from protobuf field .google.protobuf.ListValue list_value = 6;
- * @param \Google\Protobuf\ListValue $var
- * @return $this
- */
- public function setListValue($var)
- {
- GPBUtil::checkMessage($var, \Google\Protobuf\ListValue::class);
- $this->writeOneof(6, $var);
-
- return $this;
- }
-
- /**
- * @return string
- */
- public function getKind()
- {
- return $this->whichOneof("kind");
- }
-
-}
-
diff --git a/vendor/google/protobuf/src/phpdoc.dist.xml b/vendor/google/protobuf/src/phpdoc.dist.xml
deleted file mode 100644
index dd3130253..000000000
--- a/vendor/google/protobuf/src/phpdoc.dist.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-